403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/junkdata/backup12042024/20240416/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/junkdata/backup12042024/20240416/thekrishnatravels_db.sql
-- MySQL dump 10.13  Distrib 8.0.27, for Linux (x86_64)
--
-- Host: localhost    Database: thekrishnatravels_db
-- ------------------------------------------------------
-- Server version	8.0.27

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `thekrishnatravels_db`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `thekrishnatravels_db` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;

USE `thekrishnatravels_db`;

--
-- Table structure for table `admin_user`
--

DROP TABLE IF EXISTS `admin_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin_user` (
  `user_id` mediumint unsigned NOT NULL AUTO_INCREMENT,
  `firstname` varchar(32) NOT NULL DEFAULT '',
  `lastname` varchar(32) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `username` varchar(40) NOT NULL DEFAULT '',
  `password` varchar(40) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified` datetime DEFAULT NULL,
  `logdate` datetime DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `role` enum('admin','superadmin') NOT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `admin_user`
--

LOCK TABLES `admin_user` WRITE;
/*!40000 ALTER TABLE `admin_user` DISABLE KEYS */;
INSERT INTO `admin_user` VALUES (1,'Travnet','','mail@wowidays.com','admin','f3a8267787733c577370f7d8be9b7188','2010-10-30 22:51:18','2010-10-30 22:51:18','2010-10-30 23:39:32',1,'admin'),(2,'baibhav','kumar','baibhav@catpl.co.in','admin123','e10adc3949ba59abbe56e057f20f883e','2021-07-28 00:00:00','2021-07-28 00:00:00','2021-07-28 00:00:00',1,'admin');
/*!40000 ALTER TABLE `admin_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_cancellation_charges`
--

DROP TABLE IF EXISTS `tb_agency_cancellation_charges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_cancellation_charges` (
  `SupplierType` smallint NOT NULL DEFAULT '0',
  `ServiceType` smallint NOT NULL,
  `AgencySysId` bigint NOT NULL,
  `ItemSourceType` smallint NOT NULL,
  `MPType` smallint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL,
  `MarkUp` decimal(18,2) NOT NULL,
  `CreateDate` datetime(3) NOT NULL,
  `UpdateDate` datetime(3) NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`ServiceType`,`MPType`,`ItemSourceType`,`SupplierType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_cancellation_charges`
--

LOCK TABLES `tb_agency_cancellation_charges` WRITE;
/*!40000 ALTER TABLE `tb_agency_cancellation_charges` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_agency_cancellation_charges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_credit`
--

DROP TABLE IF EXISTS `tb_agency_credit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_credit` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `CreditSysId` int NOT NULL DEFAULT '0',
  `CreditAmount` decimal(18,2) NOT NULL,
  `CreditDays` int NOT NULL,
  `BalanceAmount` decimal(18,2) NOT NULL,
  `CreateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_credit`
--

LOCK TABLES `tb_agency_credit` WRITE;
/*!40000 ALTER TABLE `tb_agency_credit` DISABLE KEYS */;
INSERT INTO `tb_agency_credit` VALUES (1,38535,32651,50000.00,1,50000.00,'2022-12-12 17:01:17'),(2,45276,39355,0.00,0,22500.00,'2023-04-16 13:30:21'),(3,97367,91219,0.00,0,545.00,'2023-10-21 15:09:41'),(4,97862,91708,50000.00,365,35951.60,'2023-10-29 20:22:29');
/*!40000 ALTER TABLE `tb_agency_credit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_credit_history`
--

DROP TABLE IF EXISTS `tb_agency_credit_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_credit_history` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `CreditSysId` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `BalanceAmount` decimal(18,2) NOT NULL,
  `CreditDays` int NOT NULL,
  `CreditDate` date NOT NULL,
  `UserSysId` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `IsMarkForDel` int NOT NULL,
  `IsActive` int NOT NULL,
  `CreditAmount` decimal(18,2) NOT NULL,
  `historyUpdateDate` datetime NOT NULL,
  `Remark` varchar(200) NOT NULL,
  `TrxType` int NOT NULL,
  `Amount` decimal(18,2) NOT NULL,
  `historyCreditAmount` decimal(18,2) NOT NULL,
  `historyBalanceAmount` decimal(18,2) NOT NULL,
  `IsCredit` int NOT NULL,
  `HistoryCreditSysId` int NOT NULL,
  `RefrenceNo` varchar(150) NOT NULL,
  `PlanType` int NOT NULL,
  `PaymentMode` varchar(100) NOT NULL,
  `Agencyname` varchar(200) NOT NULL,
  `IsOneTime` varchar(100) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_credit_history`
--

LOCK TABLES `tb_agency_credit_history` WRITE;
/*!40000 ALTER TABLE `tb_agency_credit_history` DISABLE KEYS */;
INSERT INTO `tb_agency_credit_history` VALUES (1,38535,32651,1,50000.00,1,'2022-12-12',5216,'2022-12-12 16:33:00','2022-12-12 00:00:00',0,1,50000.00,'2022-12-12 16:54:56','Flight Booking ',0,4655.50,50000.00,50000.00,2,28816,'DMCS105500415511',1,'Online Wallet','Farhan Corporate','0'),(2,38535,32651,1,50000.00,1,'2022-12-12',5216,'2022-12-12 16:33:00','2022-12-12 00:00:00',0,1,50000.00,'2022-12-12 16:54:53','Add Fund',1,4655.50,50000.00,54655.50,2,28815,'DMCS105500415511',7,'Self Card','Farhan Corporate','0'),(3,38535,32651,1,50000.00,1,'2022-12-12',5216,'2022-12-12 16:33:00','2022-12-12 00:00:00',0,1,50000.00,'2022-12-12 16:33:00','',1,50000.00,50000.00,50000.00,1,28811,'1670842847',7,'Add Credit','Farhan Corporate','0'),(4,38535,32651,1,50000.00,1,'2022-12-12',5216,'2022-12-12 16:33:00','2022-12-12 00:00:00',0,1,50000.00,'2022-12-12 16:27:00','Welcome',1,0.00,0.00,0.00,1,28809,'',7,'Start Account','Farhan Corporate','0'),(5,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-14 15:10:06','Refund',1,22500.00,0.00,22500.00,2,38528,'CC0CE45FE8D643039E3251E2A9AD05D6',7,'Wallet Refund','LeisureTravel Shoppe','0'),(6,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-14 14:46:00','na',0,22500.00,22500.00,0.00,2,38527,'1681463798',7,'Reduce Topup','LeisureTravel Shoppe','0'),(7,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-14 14:45:00','na',0,5000.00,5000.00,22500.00,2,38525,'1681463729',7,'Reduce Topup','LeisureTravel Shoppe','0'),(8,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-14 13:01:42','Flight Booking ',0,22500.00,0.00,27500.00,2,38514,'CC0CE45FE8D643039E3251E2A9AD05D6',1,'Wallet','LeisureTravel Shoppe','0'),(9,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 12:18:10','Refund',1,22500.00,0.00,50000.00,2,38073,'E2A065A7EDDC4B72A136403143BBCD40',7,'Wallet Refund','LeisureTravel Shoppe','0'),(10,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 12:05:36','Flight Booking ',0,22500.00,0.00,27500.00,2,38070,'E2A065A7EDDC4B72A136403143BBCD40',1,'Wallet','LeisureTravel Shoppe','0'),(11,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 12:00:49','Refund',1,22500.00,0.00,50000.00,2,38069,'E606A106AAD9406ABBC57D2CB398FFFB',7,'Wallet Refund','LeisureTravel Shoppe','0'),(12,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 11:54:48','Flight Booking ',0,22500.00,0.00,27500.00,2,38067,'E606A106AAD9406ABBC57D2CB398FFFB',1,'Wallet','LeisureTravel Shoppe','0'),(13,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 11:53:34','Refund',1,22500.00,0.00,50000.00,2,38066,'626F7445E5AB4921862C04A708692487',7,'Wallet Refund','LeisureTravel Shoppe','0'),(14,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 11:45:11','Flight Booking ',0,22500.00,0.00,27500.00,2,38065,'626F7445E5AB4921862C04A708692487',1,'Wallet','LeisureTravel Shoppe','0'),(15,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-04-08 11:41:57','',1,50000.00,0.00,50000.00,2,38063,'DUMMY',7,'Bank Transfer','LeisureTravel Shoppe','0'),(16,45276,39355,1,22500.00,0,'2023-04-14',40089,'2023-04-14 14:46:00','2023-04-14 15:10:06',0,1,0.00,'2023-02-01 18:53:00','Welcome',1,0.00,0.00,0.00,1,31653,'',7,'Start Account','LeisureTravel Shoppe','0'),(17,97367,91219,1,545.00,0,'1970-01-01',89180,'2023-10-21 14:51:00','2023-10-21 14:51:00',0,1,0.00,'2023-10-21 15:00:25','Flight Booking ',0,4455.00,0.00,545.00,2,67486,'DMCS103100735833',1,'Wallet','krishna travels','0'),(18,97367,91219,1,545.00,0,'1970-01-01',89180,'2023-10-21 14:51:00','2023-10-21 14:51:00',0,1,0.00,'2023-10-21 14:51:00','',1,5000.00,5000.00,5000.00,2,67484,'1697880083',7,'Add Topup','krishna travels','0'),(19,97367,91219,1,545.00,0,'1970-01-01',89180,'2023-10-21 14:51:00','2023-10-21 14:51:00',0,1,0.00,'2023-10-21 14:35:00','Welcome',1,0.00,0.00,0.00,1,67477,'',7,'Start Account','krishna travels','0'),(20,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-29 20:19:45','Flight Booking ',0,6015.89,50000.00,35951.60,2,68541,'DMC102376289012',1,'Wallet','AMBIKA TRAVELS','0'),(21,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-27 22:04:00','',0,5000.00,5000.00,41967.49,1,68329,'1698424480',7,'Reduce Credit','AMBIKA TRAVELS','0'),(22,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-27 22:01:00','',1,30000.00,30000.00,46967.49,1,68328,'1698424263',7,'Add Credit','AMBIKA TRAVELS','0'),(23,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-27 22:00:00','cash deposit',1,12380.00,12380.00,16967.49,2,68326,'1698424216',7,'Add Topup','AMBIKA TRAVELS','0'),(24,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-27 21:54:08','Flight Booking ',0,8033.19,25000.00,4587.49,2,68325,'DMC106476171116',1,'Wallet','AMBIKA TRAVELS','0'),(25,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-26 15:01:51','Flight Booking ',0,12379.32,25000.00,12620.68,2,68117,'DMC116476057851',1,'Wallet','AMBIKA TRAVELS','0'),(26,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-25 18:28:00','ANSUL',1,25000.00,25000.00,25000.00,1,68033,'1698238680',7,'Add Credit','AMBIKA TRAVELS','0'),(27,97862,91708,1,35951.60,365,'2024-10-26',89180,'2023-10-27 22:04:00','2023-10-27 22:04:00',0,1,50000.00,'2023-10-24 21:33:00','Welcome',1,0.00,0.00,0.00,1,67892,'',7,'Start Account','AMBIKA TRAVELS','0');
/*!40000 ALTER TABLE `tb_agency_credit_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_userrole_mapping`
--

DROP TABLE IF EXISTS `tb_agency_userrole_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_userrole_mapping` (
  `MapSysId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `AgentSysId` int NOT NULL,
  `IsPermission` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDelete` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`MapSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_userrole_mapping`
--

LOCK TABLES `tb_agency_userrole_mapping` WRITE;
/*!40000 ALTER TABLE `tb_agency_userrole_mapping` DISABLE KEYS */;
INSERT INTO `tb_agency_userrole_mapping` VALUES (1,38518,40506,'1','1','0'),(2,38535,40523,'1','1','0'),(3,45196,47361,'1','1','0'),(4,45276,47441,'1','1','0'),(5,45849,48018,'1','1','0'),(6,45850,48019,'1','1','0'),(7,45857,48026,'1','1','0'),(8,45858,48027,'1','1','0'),(9,45865,48034,'1','1','0'),(10,45909,48079,'1','1','0'),(11,52397,54651,'1','1','0'),(12,58534,60931,'1','1','0'),(13,58546,60943,'1','1','0'),(14,58555,60952,'1','1','0'),(15,58565,60964,'1','1','0'),(16,58574,60973,'1','1','0'),(17,58575,60974,'1','1','0'),(18,58578,60977,'1','1','0'),(19,58579,60978,'1','1','0'),(20,58681,61080,'1','1','0'),(21,58682,61081,'1','1','0'),(22,58685,61084,'1','1','0'),(23,58688,61087,'1','1','0'),(24,58805,61205,'1','1','0'),(25,58812,61212,'1','1','0'),(26,58822,61222,'1','1','0'),(27,58831,61231,'1','1','0'),(28,58834,61234,'1','1','0'),(29,58837,61237,'1','1','0'),(30,58868,61268,'1','1','0'),(31,59075,61476,'1','1','0'),(32,59113,61517,'1','1','0'),(33,59118,61522,'1','1','0'),(34,59123,61527,'1','1','0'),(35,59897,62385,'1','1','0'),(36,60646,63142,'1','1','0'),(37,67549,70096,'1','1','0'),(38,68314,70876,'1','1','0'),(39,97238,100234,'1','1','0'),(40,97253,100249,'1','1','0'),(41,97261,100257,'1','1','0'),(42,97367,100364,'1','1','0'),(43,97525,100522,'1','1','0'),(44,97527,100524,'1','1','0'),(45,97534,100531,'1','1','0'),(46,97537,100534,'1','1','0'),(47,97550,100547,'1','1','0'),(48,97557,100554,'1','1','0'),(49,97570,100567,'1','1','0'),(50,97571,100568,'1','1','0'),(51,97606,100604,'1','1','0'),(52,97676,100673,'1','1','0'),(53,97689,100685,'1','1','0'),(54,97700,100697,'1','1','0'),(55,97728,100725,'1','1','0'),(56,97729,100726,'1','1','0'),(57,97753,100750,'1','1','0'),(58,97772,100769,'1','1','0'),(59,97862,100860,'1','1','0'),(60,97897,100895,'1','1','0'),(61,97980,100981,'1','1','0'),(62,98182,101183,'1','1','0'),(63,98216,101217,'1','1','0'),(64,98694,101721,'1','1','0'),(65,98705,101732,'1','1','0'),(66,103393,106483,'1','1','0'),(67,103420,106509,'1','1','0');
/*!40000 ALTER TABLE `tb_agency_userrole_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_userrole_permission`
--

DROP TABLE IF EXISTS `tb_agency_userrole_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_userrole_permission` (
  `PermissionSysId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `AgentSysId` int NOT NULL,
  `Parent_Id` int DEFAULT NULL,
  `Title` varchar(256) DEFAULT NULL,
  `val` varchar(256) DEFAULT NULL,
  `url` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('0','1') DEFAULT '1',
  `IsMarkForDelete` enum('0','1') DEFAULT '0',
  `IsOrder` int DEFAULT NULL,
  `IsDisplayLeftNev` enum('0','1') DEFAULT '0',
  `ModuleName` varchar(256) DEFAULT NULL,
  `ModuleType` int DEFAULT NULL,
  `ParentCode` varchar(256) DEFAULT NULL,
  `ControllerName` varchar(256) DEFAULT NULL,
  PRIMARY KEY (`PermissionSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=1698 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_userrole_permission`
--

LOCK TABLES `tb_agency_userrole_permission` WRITE;
/*!40000 ALTER TABLE `tb_agency_userrole_permission` DISABLE KEYS */;
INSERT INTO `tb_agency_userrole_permission` VALUES (1,38518,40506,0,'Dashboard','MOD01','dashboard','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',1,'1','dashboard',1,'0','index'),(2,38518,40506,0,'Staff Management','MOD02','','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',19,'1','staff-management',1,'0',''),(3,38518,40506,0,'Staff','STA01','staff','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',20,'1','staff-management',2,'MOD02','index'),(4,38518,40506,0,'Search','MOD03','','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',2,'1','search',1,'0',''),(5,38518,40506,0,'Flights','SRC01','flight','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',3,'1','default',2,'MOD03','flight'),(6,38518,40506,0,'Hotels','SRC02','hotels','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',4,'1','hotels',2,'MOD03','index'),(7,38518,40506,0,'Hotels','SRC03','hotelsinv','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(8,38518,40506,0,'Holidays','SRC04','holidays','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',6,'1','holidays',4,'MOD03','index'),(9,38518,40506,0,'Activities','SRC05','activities','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',7,'1','activities',4,'MOD03','index'),(10,38518,40506,0,'Reports','MOD04','','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',8,'1','bookings',1,'0',''),(11,38518,40506,0,'Flight Booking','BOK01','bookings/flight','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',9,'1','bookings',3,'MOD04','flight'),(12,38518,40506,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',10,'1','bookings',3,'MOD04','flight'),(13,38518,40506,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',11,'1','bookings',3,'MOD04','flight'),(14,38518,40506,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(15,38518,40506,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(16,38518,40506,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(17,38518,40506,0,'Finance','MOD05','','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',15,'1','finance',1,'0',''),(18,38518,40506,0,'Deposit Payment','FIN01','finance/deposit','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',16,'1','finance',2,'MOD05','deposit'),(19,38518,40506,0,'Ledger','FIN02','finance/ledger','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',17,'1','finance',2,'MOD05','ledger'),(20,38518,40506,0,'Settings','MOD06','','2022-12-12 15:21:00','2022-12-12 15:21:00','0','0',21,'1','settings',1,'0',''),(21,38518,40506,0,'Markup','SET01','markup','2022-12-12 15:21:00','2022-12-12 15:21:00','0','0',22,'1','default',1,'MOD06','markup'),(22,38518,40506,0,'My Queries','MOD07','list/index/my-query','2022-12-12 15:21:00','2022-12-12 15:21:00','1','0',18,'1','list',1,'0','index'),(23,38535,40523,0,'Dashboard','MOD01','dashboard','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',1,'1','dashboard',1,'0','index'),(24,38535,40523,0,'Staff Management','MOD02','','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',19,'1','staff-management',1,'0',''),(25,38535,40523,0,'Staff','STA01','staff','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',20,'1','staff-management',2,'MOD02','index'),(26,38535,40523,0,'Search','MOD03','','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',2,'1','search',1,'0',''),(27,38535,40523,0,'Flights','SRC01','flight','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',3,'1','default',2,'MOD03','flight'),(28,38535,40523,0,'Hotels','SRC02','hotels','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',4,'1','hotels',2,'MOD03','index'),(29,38535,40523,0,'Hotels','SRC03','hotelsinv','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(30,38535,40523,0,'Holidays','SRC04','holidays','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',6,'1','holidays',4,'MOD03','index'),(31,38535,40523,0,'Activities','SRC05','activities','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',7,'1','activities',4,'MOD03','index'),(32,38535,40523,0,'Reports','MOD04','','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',8,'1','bookings',1,'0',''),(33,38535,40523,0,'Flight Booking','BOK01','bookings/flight','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',9,'1','bookings',3,'MOD04','flight'),(34,38535,40523,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',10,'1','bookings',3,'MOD04','flight'),(35,38535,40523,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',11,'1','bookings',3,'MOD04','flight'),(36,38535,40523,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(37,38535,40523,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(38,38535,40523,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(39,38535,40523,0,'Finance','MOD05','','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',15,'1','finance',1,'0',''),(40,38535,40523,0,'Deposit Payment','FIN01','finance/deposit','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',16,'1','finance',2,'MOD05','deposit'),(41,38535,40523,0,'Ledger','FIN02','finance/ledger','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',17,'1','finance',2,'MOD05','ledger'),(42,38535,40523,0,'Settings','MOD06','','2022-12-12 16:26:00','2022-12-12 16:26:00','0','0',21,'1','settings',1,'0',''),(43,38535,40523,0,'Markup','SET01','markup','2022-12-12 16:26:00','2022-12-12 16:26:00','0','0',22,'1','default',1,'MOD06','markup'),(44,38535,40523,0,'My Queries','MOD07','list/index/my-query','2022-12-12 16:26:00','2022-12-12 16:26:00','1','0',18,'1','list',1,'0','index'),(45,45196,47361,0,'Dashboard','MOD01','dashboard','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',1,'1','dashboard',1,'0','index'),(46,45196,47361,0,'Staff Management','MOD02','','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',19,'1','staff-management',1,'0',''),(47,45196,47361,0,'Staff','STA01','staff','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',20,'1','staff-management',2,'MOD02','index'),(48,45196,47361,0,'Search','MOD03','','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',2,'1','search',1,'0',''),(49,45196,47361,0,'Flights','SRC01','flight','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',3,'1','default',2,'MOD03','flight'),(50,45196,47361,0,'Hotels','SRC02','hotels','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',4,'1','hotels',2,'MOD03','index'),(51,45196,47361,0,'Hotels','SRC03','hotelsinv','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(52,45196,47361,0,'Holidays','SRC04','holidays','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',6,'1','holidays',4,'MOD03','index'),(53,45196,47361,0,'Activities','SRC05','activities','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',7,'1','activities',4,'MOD03','index'),(54,45196,47361,0,'Reports','MOD04','','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',8,'1','bookings',1,'0',''),(55,45196,47361,0,'Flight Booking','BOK01','bookings/flight','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',9,'1','bookings',3,'MOD04','flight'),(56,45196,47361,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',10,'1','bookings',3,'MOD04','flight'),(57,45196,47361,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',11,'1','bookings',3,'MOD04','flight'),(58,45196,47361,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(59,45196,47361,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(60,45196,47361,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(61,45196,47361,0,'Finance','MOD05','','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',15,'1','finance',1,'0',''),(62,45196,47361,0,'Deposit Payment','FIN01','finance/deposit','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',16,'1','finance',2,'MOD05','deposit'),(63,45196,47361,0,'Ledger','FIN02','finance/ledger','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',17,'1','finance',2,'MOD05','ledger'),(64,45196,47361,0,'Settings','MOD06','','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',21,'1','settings',1,'0',''),(65,45196,47361,0,'Markup','SET01','markup','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',22,'1','default',1,'MOD06','markup'),(66,45196,47361,0,'My Queries','MOD07','list/index/my-query','2023-02-01 12:16:00','2023-02-01 12:16:00','1','0',18,'1','list',1,'0','index'),(67,45276,47441,0,'Dashboard','MOD01','dashboard','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',1,'1','dashboard',1,'0','index'),(68,45276,47441,0,'Staff Management','MOD02','','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',19,'1','staff-management',1,'0',''),(69,45276,47441,0,'Staff','STA01','staff','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',20,'1','staff-management',2,'MOD02','index'),(70,45276,47441,0,'Search','MOD03','','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',2,'1','search',1,'0',''),(71,45276,47441,0,'Flights','SRC01','flight','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',3,'1','default',2,'MOD03','flight'),(72,45276,47441,0,'Hotels','SRC02','hotels','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',4,'1','hotels',2,'MOD03','index'),(73,45276,47441,0,'Hotels','SRC03','hotelsinv','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(74,45276,47441,0,'Holidays','SRC04','holidays','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',6,'1','holidays',4,'MOD03','index'),(75,45276,47441,0,'Activities','SRC05','activities','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',7,'1','activities',4,'MOD03','index'),(76,45276,47441,0,'Reports','MOD04','','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',8,'1','bookings',1,'0',''),(77,45276,47441,0,'Flight Booking','BOK01','bookings/flight','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',9,'1','bookings',3,'MOD04','flight'),(78,45276,47441,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',10,'1','bookings',3,'MOD04','flight'),(79,45276,47441,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',11,'1','bookings',3,'MOD04','flight'),(80,45276,47441,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(81,45276,47441,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(82,45276,47441,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(83,45276,47441,0,'Finance','MOD05','','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',15,'1','finance',1,'0',''),(84,45276,47441,0,'Deposit Payment','FIN01','finance/deposit','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',16,'1','finance',2,'MOD05','deposit'),(85,45276,47441,0,'Ledger','FIN02','finance/ledger','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',17,'1','finance',2,'MOD05','ledger'),(86,45276,47441,0,'Settings','MOD06','','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',21,'1','settings',1,'0',''),(87,45276,47441,0,'Markup','SET01','markup','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',22,'1','default',1,'MOD06','markup'),(88,45276,47441,0,'My Queries','MOD07','list/index/my-query','2023-02-01 18:52:00','2023-02-01 18:52:00','1','0',18,'1','list',1,'0','index'),(89,45849,48018,0,'Dashboard','MOD01','dashboard','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',1,'1','dashboard',1,'0','index'),(90,45849,48018,0,'Staff Management','MOD02','','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',19,'1','staff-management',1,'0',''),(91,45849,48018,0,'Staff','STA01','staff','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',20,'1','staff-management',2,'MOD02','index'),(92,45849,48018,0,'Search','MOD03','','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',2,'1','search',1,'0',''),(93,45849,48018,0,'Flights','SRC01','flight','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',3,'1','default',2,'MOD03','flight'),(94,45849,48018,0,'Hotels','SRC02','hotels','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',4,'1','hotels',2,'MOD03','index'),(95,45849,48018,0,'Hotels','SRC03','hotelsinv','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(96,45849,48018,0,'Holidays','SRC04','holidays','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',6,'1','holidays',4,'MOD03','index'),(97,45849,48018,0,'Activities','SRC05','activities','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',7,'1','activities',4,'MOD03','index'),(98,45849,48018,0,'Reports','MOD04','','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',8,'1','bookings',1,'0',''),(99,45849,48018,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',9,'1','bookings',3,'MOD04','flight'),(100,45849,48018,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',10,'1','bookings',3,'MOD04','flight'),(101,45849,48018,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',11,'1','bookings',3,'MOD04','flight'),(102,45849,48018,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(103,45849,48018,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(104,45849,48018,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(105,45849,48018,0,'Finance','MOD05','','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',15,'1','finance',1,'0',''),(106,45849,48018,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',16,'1','finance',2,'MOD05','deposit'),(107,45849,48018,0,'Ledger','FIN02','finance/ledger','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',17,'1','finance',2,'MOD05','ledger'),(108,45849,48018,0,'Settings','MOD06','','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',21,'1','settings',1,'0',''),(109,45849,48018,0,'Markup','SET01','markup','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',22,'1','default',1,'MOD06','markup'),(110,45849,48018,0,'My Queries','MOD07','list/index/my-query','2023-02-05 13:59:00','2023-02-05 13:59:00','1','0',18,'1','list',1,'0','index'),(111,45850,48019,0,'Dashboard','MOD01','dashboard','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',1,'1','dashboard',1,'0','index'),(112,45850,48019,0,'Staff Management','MOD02','','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',19,'1','staff-management',1,'0',''),(113,45850,48019,0,'Staff','STA01','staff','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',20,'1','staff-management',2,'MOD02','index'),(114,45850,48019,0,'Search','MOD03','','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',2,'1','search',1,'0',''),(115,45850,48019,0,'Flights','SRC01','flight','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',3,'1','default',2,'MOD03','flight'),(116,45850,48019,0,'Hotels','SRC02','hotels','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',4,'1','hotels',2,'MOD03','index'),(117,45850,48019,0,'Hotels','SRC03','hotelsinv','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(118,45850,48019,0,'Holidays','SRC04','holidays','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',6,'1','holidays',4,'MOD03','index'),(119,45850,48019,0,'Activities','SRC05','activities','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',7,'1','activities',4,'MOD03','index'),(120,45850,48019,0,'Reports','MOD04','','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',8,'1','bookings',1,'0',''),(121,45850,48019,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',9,'1','bookings',3,'MOD04','flight'),(122,45850,48019,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',10,'1','bookings',3,'MOD04','flight'),(123,45850,48019,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',11,'1','bookings',3,'MOD04','flight'),(124,45850,48019,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(125,45850,48019,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(126,45850,48019,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(127,45850,48019,0,'Finance','MOD05','','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',15,'1','finance',1,'0',''),(128,45850,48019,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',16,'1','finance',2,'MOD05','deposit'),(129,45850,48019,0,'Ledger','FIN02','finance/ledger','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',17,'1','finance',2,'MOD05','ledger'),(130,45850,48019,0,'Settings','MOD06','','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',21,'1','settings',1,'0',''),(131,45850,48019,0,'Markup','SET01','markup','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',22,'1','default',1,'MOD06','markup'),(132,45850,48019,0,'My Queries','MOD07','list/index/my-query','2023-02-05 14:01:00','2023-02-05 14:01:00','1','0',18,'1','list',1,'0','index'),(133,45857,48026,0,'Dashboard','MOD01','dashboard','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',1,'1','dashboard',1,'0','index'),(134,45857,48026,0,'Staff Management','MOD02','','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',19,'1','staff-management',1,'0',''),(135,45857,48026,0,'Staff','STA01','staff','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',20,'1','staff-management',2,'MOD02','index'),(136,45857,48026,0,'Search','MOD03','','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',2,'1','search',1,'0',''),(137,45857,48026,0,'Flights','SRC01','flight','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',3,'1','default',2,'MOD03','flight'),(138,45857,48026,0,'Hotels','SRC02','hotels','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',4,'1','hotels',2,'MOD03','index'),(139,45857,48026,0,'Hotels','SRC03','hotelsinv','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(140,45857,48026,0,'Holidays','SRC04','holidays','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',6,'1','holidays',4,'MOD03','index'),(141,45857,48026,0,'Activities','SRC05','activities','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',7,'1','activities',4,'MOD03','index'),(142,45857,48026,0,'Reports','MOD04','','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',8,'1','bookings',1,'0',''),(143,45857,48026,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',9,'1','bookings',3,'MOD04','flight'),(144,45857,48026,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',10,'1','bookings',3,'MOD04','flight'),(145,45857,48026,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',11,'1','bookings',3,'MOD04','flight'),(146,45857,48026,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(147,45857,48026,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(148,45857,48026,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(149,45857,48026,0,'Finance','MOD05','','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',15,'1','finance',1,'0',''),(150,45857,48026,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',16,'1','finance',2,'MOD05','deposit'),(151,45857,48026,0,'Ledger','FIN02','finance/ledger','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',17,'1','finance',2,'MOD05','ledger'),(152,45857,48026,0,'Settings','MOD06','','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',21,'1','settings',1,'0',''),(153,45857,48026,0,'Markup','SET01','markup','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',22,'1','default',1,'MOD06','markup'),(154,45857,48026,0,'My Queries','MOD07','list/index/my-query','2023-02-05 14:17:00','2023-02-05 14:17:00','1','0',18,'1','list',1,'0','index'),(155,45858,48027,0,'Dashboard','MOD01','dashboard','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',1,'1','dashboard',1,'0','index'),(156,45858,48027,0,'Staff Management','MOD02','','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',19,'1','staff-management',1,'0',''),(157,45858,48027,0,'Staff','STA01','staff','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',20,'1','staff-management',2,'MOD02','index'),(158,45858,48027,0,'Search','MOD03','','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',2,'1','search',1,'0',''),(159,45858,48027,0,'Flights','SRC01','flight','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',3,'1','default',2,'MOD03','flight'),(160,45858,48027,0,'Hotels','SRC02','hotels','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',4,'1','hotels',2,'MOD03','index'),(161,45858,48027,0,'Hotels','SRC03','hotelsinv','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(162,45858,48027,0,'Holidays','SRC04','holidays','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',6,'1','holidays',4,'MOD03','index'),(163,45858,48027,0,'Activities','SRC05','activities','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',7,'1','activities',4,'MOD03','index'),(164,45858,48027,0,'Reports','MOD04','','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',8,'1','bookings',1,'0',''),(165,45858,48027,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',9,'1','bookings',3,'MOD04','flight'),(166,45858,48027,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',10,'1','bookings',3,'MOD04','flight'),(167,45858,48027,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',11,'1','bookings',3,'MOD04','flight'),(168,45858,48027,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(169,45858,48027,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(170,45858,48027,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(171,45858,48027,0,'Finance','MOD05','','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',15,'1','finance',1,'0',''),(172,45858,48027,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',16,'1','finance',2,'MOD05','deposit'),(173,45858,48027,0,'Ledger','FIN02','finance/ledger','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',17,'1','finance',2,'MOD05','ledger'),(174,45858,48027,0,'Settings','MOD06','','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',21,'1','settings',1,'0',''),(175,45858,48027,0,'Markup','SET01','markup','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',22,'1','default',1,'MOD06','markup'),(176,45858,48027,0,'My Queries','MOD07','list/index/my-query','2023-02-05 14:27:00','2023-02-05 14:27:00','1','0',18,'1','list',1,'0','index'),(177,45865,48034,0,'Dashboard','MOD01','dashboard','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',1,'1','dashboard',1,'0','index'),(178,45865,48034,0,'Staff Management','MOD02','','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',19,'1','staff-management',1,'0',''),(179,45865,48034,0,'Staff','STA01','staff','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',20,'1','staff-management',2,'MOD02','index'),(180,45865,48034,0,'Search','MOD03','','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',2,'1','search',1,'0',''),(181,45865,48034,0,'Flights','SRC01','flight','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',3,'1','default',2,'MOD03','flight'),(182,45865,48034,0,'Hotels','SRC02','hotels','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',4,'1','hotels',2,'MOD03','index'),(183,45865,48034,0,'Hotels','SRC03','hotelsinv','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(184,45865,48034,0,'Holidays','SRC04','holidays','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',6,'1','holidays',4,'MOD03','index'),(185,45865,48034,0,'Activities','SRC05','activities','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',7,'1','activities',4,'MOD03','index'),(186,45865,48034,0,'Reports','MOD04','','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',8,'1','bookings',1,'0',''),(187,45865,48034,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',9,'1','bookings',3,'MOD04','flight'),(188,45865,48034,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',10,'1','bookings',3,'MOD04','flight'),(189,45865,48034,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',11,'1','bookings',3,'MOD04','flight'),(190,45865,48034,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(191,45865,48034,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(192,45865,48034,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(193,45865,48034,0,'Finance','MOD05','','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',15,'1','finance',1,'0',''),(194,45865,48034,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',16,'1','finance',2,'MOD05','deposit'),(195,45865,48034,0,'Ledger','FIN02','finance/ledger','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',17,'1','finance',2,'MOD05','ledger'),(196,45865,48034,0,'Settings','MOD06','','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',21,'1','settings',1,'0',''),(197,45865,48034,0,'Markup','SET01','markup','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',22,'1','default',1,'MOD06','markup'),(198,45865,48034,0,'My Queries','MOD07','list/index/my-query','2023-02-05 14:50:00','2023-02-05 14:50:00','1','0',18,'1','list',1,'0','index'),(199,45909,48079,0,'Dashboard','MOD01','dashboard','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',1,'1','dashboard',1,'0','index'),(200,45909,48079,0,'Staff Management','MOD02','','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',19,'1','staff-management',1,'0',''),(201,45909,48079,0,'Staff','STA01','staff','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',20,'1','staff-management',2,'MOD02','index'),(202,45909,48079,0,'Search','MOD03','','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',2,'1','search',1,'0',''),(203,45909,48079,0,'Flights','SRC01','flight','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',3,'1','default',2,'MOD03','flight'),(204,45909,48079,0,'Hotels','SRC02','hotels','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',4,'1','hotels',2,'MOD03','index'),(205,45909,48079,0,'Hotels','SRC03','hotelsinv','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(206,45909,48079,0,'Holidays','SRC04','holidays','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',6,'1','holidays',4,'MOD03','index'),(207,45909,48079,0,'Activities','SRC05','activities','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',7,'1','activities',4,'MOD03','index'),(208,45909,48079,0,'Reports','MOD04','','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',8,'1','bookings',1,'0',''),(209,45909,48079,0,'Flight Booking','BOK01','bookings/flight','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',9,'1','bookings',3,'MOD04','flight'),(210,45909,48079,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',10,'1','bookings',3,'MOD04','flight'),(211,45909,48079,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',11,'1','bookings',3,'MOD04','flight'),(212,45909,48079,0,'Hotel Booking','BOK04','bookings/hotel','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(213,45909,48079,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(214,45909,48079,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(215,45909,48079,0,'Finance','MOD05','','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',15,'1','finance',1,'0',''),(216,45909,48079,0,'Deposit Payment','FIN01','finance/deposit','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',16,'1','finance',2,'MOD05','deposit'),(217,45909,48079,0,'Ledger','FIN02','finance/ledger','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',17,'1','finance',2,'MOD05','ledger'),(218,45909,48079,0,'Settings','MOD06','','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',21,'1','settings',1,'0',''),(219,45909,48079,0,'Markup','SET01','markup','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',22,'1','default',1,'MOD06','markup'),(220,45909,48079,0,'My Queries','MOD07','list/index/my-query','2023-02-05 20:57:00','2023-02-05 20:57:00','1','0',18,'1','list',1,'0','index'),(221,52397,54651,0,'Dashboard','MOD01','dashboard','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',1,'1','dashboard',1,'0','index'),(222,52397,54651,0,'Staff Management','MOD02','','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',19,'1','staff-management',1,'0',''),(223,52397,54651,0,'Staff','STA01','staff','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',20,'1','staff-management',2,'MOD02','index'),(224,52397,54651,0,'Search','MOD03','','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',2,'1','search',1,'0',''),(225,52397,54651,0,'Flights','SRC01','flight','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',3,'1','default',2,'MOD03','flight'),(226,52397,54651,0,'Hotels','SRC02','hotels','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',4,'1','hotels',2,'MOD03','index'),(227,52397,54651,0,'Hotels','SRC03','hotelsinv','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(228,52397,54651,0,'Holidays','SRC04','holidays','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',6,'1','holidays',4,'MOD03','index'),(229,52397,54651,0,'Activities','SRC05','activities','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',7,'1','activities',4,'MOD03','index'),(230,52397,54651,0,'Reports','MOD04','','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',8,'1','bookings',1,'0',''),(231,52397,54651,0,'Flight Booking','BOK01','bookings/flight','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',9,'1','bookings',3,'MOD04','flight'),(232,52397,54651,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',10,'1','bookings',3,'MOD04','flight'),(233,52397,54651,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',11,'1','bookings',3,'MOD04','flight'),(234,52397,54651,0,'Hotel Booking','BOK04','bookings/hotel','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(235,52397,54651,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(236,52397,54651,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(237,52397,54651,0,'Finance','MOD05','','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',15,'1','finance',1,'0',''),(238,52397,54651,0,'Deposit Payment','FIN01','finance/deposit','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',16,'1','finance',2,'MOD05','deposit'),(239,52397,54651,0,'Ledger','FIN02','finance/ledger','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',17,'1','finance',2,'MOD05','ledger'),(240,52397,54651,0,'Settings','MOD06','','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',21,'1','settings',1,'0',''),(241,52397,54651,0,'Markup','SET01','markup','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',22,'1','default',1,'MOD06','markup'),(242,52397,54651,0,'My Queries','MOD07','list/index/my-query','2023-03-10 12:39:00','2023-03-10 12:39:00','1','0',18,'1','list',1,'0','index'),(243,58534,60931,0,'Dashboard','MOD01','dashboard','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',1,'1','dashboard',1,'0','index'),(244,58534,60931,0,'Staff Management','MOD02','','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',19,'1','staff-management',1,'0',''),(245,58534,60931,0,'Staff','STA01','staff','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',20,'1','staff-management',2,'MOD02','index'),(246,58534,60931,0,'Search','MOD03','','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',2,'1','search',1,'0',''),(247,58534,60931,0,'Flights','SRC01','flight','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',3,'1','default',2,'MOD03','flight'),(248,58534,60931,0,'Hotels','SRC02','hotels','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',4,'1','hotels',2,'MOD03','index'),(249,58534,60931,0,'Hotels','SRC03','hotelsinv','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(250,58534,60931,0,'Holidays','SRC04','holidays','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',6,'1','holidays',4,'MOD03','index'),(251,58534,60931,0,'Activities','SRC05','activities','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',7,'1','activities',4,'MOD03','index'),(252,58534,60931,0,'Reports','MOD04','','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',8,'1','bookings',1,'0',''),(253,58534,60931,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',9,'1','bookings',3,'MOD04','flight'),(254,58534,60931,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',10,'1','bookings',3,'MOD04','flight'),(255,58534,60931,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',11,'1','bookings',3,'MOD04','flight'),(256,58534,60931,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(257,58534,60931,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(258,58534,60931,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(259,58534,60931,0,'Finance','MOD05','','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',15,'1','finance',1,'0',''),(260,58534,60931,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',16,'1','finance',2,'MOD05','deposit'),(261,58534,60931,0,'Ledger','FIN02','finance/ledger','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',17,'1','finance',2,'MOD05','ledger'),(262,58534,60931,0,'Settings','MOD06','','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',21,'1','settings',1,'0',''),(263,58534,60931,0,'Markup','SET01','markup','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',22,'1','default',1,'MOD06','markup'),(264,58534,60931,0,'My Queries','MOD07','list/index/my-query','2023-04-14 15:41:00','2023-04-14 15:41:00','1','0',18,'1','list',1,'0','index'),(265,58546,60943,0,'Dashboard','MOD01','dashboard','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',1,'1','dashboard',1,'0','index'),(266,58546,60943,0,'Staff Management','MOD02','','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',19,'1','staff-management',1,'0',''),(267,58546,60943,0,'Staff','STA01','staff','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',20,'1','staff-management',2,'MOD02','index'),(268,58546,60943,0,'Search','MOD03','','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',2,'1','search',1,'0',''),(269,58546,60943,0,'Flights','SRC01','flight','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',3,'1','default',2,'MOD03','flight'),(270,58546,60943,0,'Hotels','SRC02','hotels','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',4,'1','hotels',2,'MOD03','index'),(271,58546,60943,0,'Hotels','SRC03','hotelsinv','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(272,58546,60943,0,'Holidays','SRC04','holidays','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',6,'1','holidays',4,'MOD03','index'),(273,58546,60943,0,'Activities','SRC05','activities','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',7,'1','activities',4,'MOD03','index'),(274,58546,60943,0,'Reports','MOD04','','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',8,'1','bookings',1,'0',''),(275,58546,60943,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',9,'1','bookings',3,'MOD04','flight'),(276,58546,60943,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',10,'1','bookings',3,'MOD04','flight'),(277,58546,60943,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',11,'1','bookings',3,'MOD04','flight'),(278,58546,60943,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(279,58546,60943,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(280,58546,60943,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(281,58546,60943,0,'Finance','MOD05','','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',15,'1','finance',1,'0',''),(282,58546,60943,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',16,'1','finance',2,'MOD05','deposit'),(283,58546,60943,0,'Ledger','FIN02','finance/ledger','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',17,'1','finance',2,'MOD05','ledger'),(284,58546,60943,0,'Settings','MOD06','','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',21,'1','settings',1,'0',''),(285,58546,60943,0,'Markup','SET01','markup','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',22,'1','default',1,'MOD06','markup'),(286,58546,60943,0,'My Queries','MOD07','list/index/my-query','2023-04-14 16:39:00','2023-04-14 16:39:00','1','0',18,'1','list',1,'0','index'),(287,58555,60952,0,'Dashboard','MOD01','dashboard','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',1,'1','dashboard',1,'0','index'),(288,58555,60952,0,'Staff Management','MOD02','','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',19,'1','staff-management',1,'0',''),(289,58555,60952,0,'Staff','STA01','staff','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',20,'1','staff-management',2,'MOD02','index'),(290,58555,60952,0,'Search','MOD03','','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',2,'1','search',1,'0',''),(291,58555,60952,0,'Flights','SRC01','flight','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',3,'1','default',2,'MOD03','flight'),(292,58555,60952,0,'Hotels','SRC02','hotels','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',4,'1','hotels',2,'MOD03','index'),(293,58555,60952,0,'Hotels','SRC03','hotelsinv','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(294,58555,60952,0,'Holidays','SRC04','holidays','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',6,'1','holidays',4,'MOD03','index'),(295,58555,60952,0,'Activities','SRC05','activities','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',7,'1','activities',4,'MOD03','index'),(296,58555,60952,0,'Reports','MOD04','','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',8,'1','bookings',1,'0',''),(297,58555,60952,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',9,'1','bookings',3,'MOD04','flight'),(298,58555,60952,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',10,'1','bookings',3,'MOD04','flight'),(299,58555,60952,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',11,'1','bookings',3,'MOD04','flight'),(300,58555,60952,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(301,58555,60952,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(302,58555,60952,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(303,58555,60952,0,'Finance','MOD05','','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',15,'1','finance',1,'0',''),(304,58555,60952,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',16,'1','finance',2,'MOD05','deposit'),(305,58555,60952,0,'Ledger','FIN02','finance/ledger','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',17,'1','finance',2,'MOD05','ledger'),(306,58555,60952,0,'Settings','MOD06','','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',21,'1','settings',1,'0',''),(307,58555,60952,0,'Markup','SET01','markup','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',22,'1','default',1,'MOD06','markup'),(308,58555,60952,0,'My Queries','MOD07','list/index/my-query','2023-04-14 17:22:00','2023-04-14 17:22:00','1','0',18,'1','list',1,'0','index'),(309,58565,60964,0,'Dashboard','MOD01','dashboard','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',1,'1','dashboard',1,'0','index'),(310,58565,60964,0,'Staff Management','MOD02','','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',19,'1','staff-management',1,'0',''),(311,58565,60964,0,'Staff','STA01','staff','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',20,'1','staff-management',2,'MOD02','index'),(312,58565,60964,0,'Search','MOD03','','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',2,'1','search',1,'0',''),(313,58565,60964,0,'Flights','SRC01','flight','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',3,'1','default',2,'MOD03','flight'),(314,58565,60964,0,'Hotels','SRC02','hotels','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',4,'1','hotels',2,'MOD03','index'),(315,58565,60964,0,'Hotels','SRC03','hotelsinv','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(316,58565,60964,0,'Holidays','SRC04','holidays','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',6,'1','holidays',4,'MOD03','index'),(317,58565,60964,0,'Activities','SRC05','activities','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',7,'1','activities',4,'MOD03','index'),(318,58565,60964,0,'Reports','MOD04','','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',8,'1','bookings',1,'0',''),(319,58565,60964,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',9,'1','bookings',3,'MOD04','flight'),(320,58565,60964,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',10,'1','bookings',3,'MOD04','flight'),(321,58565,60964,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',11,'1','bookings',3,'MOD04','flight'),(322,58565,60964,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(323,58565,60964,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(324,58565,60964,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(325,58565,60964,0,'Finance','MOD05','','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',15,'1','finance',1,'0',''),(326,58565,60964,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',16,'1','finance',2,'MOD05','deposit'),(327,58565,60964,0,'Ledger','FIN02','finance/ledger','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',17,'1','finance',2,'MOD05','ledger'),(328,58565,60964,0,'Settings','MOD06','','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',21,'1','settings',1,'0',''),(329,58565,60964,0,'Markup','SET01','markup','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',22,'1','default',1,'MOD06','markup'),(330,58565,60964,0,'My Queries','MOD07','list/index/my-query','2023-04-14 18:29:00','2023-04-14 18:29:00','1','0',18,'1','list',1,'0','index'),(331,58574,60973,0,'Dashboard','MOD01','dashboard','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',1,'1','dashboard',1,'0','index'),(332,58574,60973,0,'Staff Management','MOD02','','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',19,'1','staff-management',1,'0',''),(333,58574,60973,0,'Staff','STA01','staff','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',20,'1','staff-management',2,'MOD02','index'),(334,58574,60973,0,'Search','MOD03','','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',2,'1','search',1,'0',''),(335,58574,60973,0,'Flights','SRC01','flight','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',3,'1','default',2,'MOD03','flight'),(336,58574,60973,0,'Hotels','SRC02','hotels','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',4,'1','hotels',2,'MOD03','index'),(337,58574,60973,0,'Hotels','SRC03','hotelsinv','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(338,58574,60973,0,'Holidays','SRC04','holidays','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',6,'1','holidays',4,'MOD03','index'),(339,58574,60973,0,'Activities','SRC05','activities','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',7,'1','activities',4,'MOD03','index'),(340,58574,60973,0,'Reports','MOD04','','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',8,'1','bookings',1,'0',''),(341,58574,60973,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',9,'1','bookings',3,'MOD04','flight'),(342,58574,60973,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',10,'1','bookings',3,'MOD04','flight'),(343,58574,60973,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',11,'1','bookings',3,'MOD04','flight'),(344,58574,60973,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(345,58574,60973,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(346,58574,60973,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(347,58574,60973,0,'Finance','MOD05','','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',15,'1','finance',1,'0',''),(348,58574,60973,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',16,'1','finance',2,'MOD05','deposit'),(349,58574,60973,0,'Ledger','FIN02','finance/ledger','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',17,'1','finance',2,'MOD05','ledger'),(350,58574,60973,0,'Settings','MOD06','','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',21,'1','settings',1,'0',''),(351,58574,60973,0,'Markup','SET01','markup','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',22,'1','default',1,'MOD06','markup'),(352,58574,60973,0,'My Queries','MOD07','list/index/my-query','2023-04-14 19:26:00','2023-04-14 19:26:00','1','0',18,'1','list',1,'0','index'),(353,58575,60974,0,'Dashboard','MOD01','dashboard','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',1,'1','dashboard',1,'0','index'),(354,58575,60974,0,'Staff Management','MOD02','','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',19,'1','staff-management',1,'0',''),(355,58575,60974,0,'Staff','STA01','staff','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',20,'1','staff-management',2,'MOD02','index'),(356,58575,60974,0,'Search','MOD03','','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',2,'1','search',1,'0',''),(357,58575,60974,0,'Flights','SRC01','flight','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',3,'1','default',2,'MOD03','flight'),(358,58575,60974,0,'Hotels','SRC02','hotels','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',4,'1','hotels',2,'MOD03','index'),(359,58575,60974,0,'Hotels','SRC03','hotelsinv','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(360,58575,60974,0,'Holidays','SRC04','holidays','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',6,'1','holidays',4,'MOD03','index'),(361,58575,60974,0,'Activities','SRC05','activities','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',7,'1','activities',4,'MOD03','index'),(362,58575,60974,0,'Reports','MOD04','','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',8,'1','bookings',1,'0',''),(363,58575,60974,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',9,'1','bookings',3,'MOD04','flight'),(364,58575,60974,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',10,'1','bookings',3,'MOD04','flight'),(365,58575,60974,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',11,'1','bookings',3,'MOD04','flight'),(366,58575,60974,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(367,58575,60974,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(368,58575,60974,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(369,58575,60974,0,'Finance','MOD05','','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',15,'1','finance',1,'0',''),(370,58575,60974,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',16,'1','finance',2,'MOD05','deposit'),(371,58575,60974,0,'Ledger','FIN02','finance/ledger','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',17,'1','finance',2,'MOD05','ledger'),(372,58575,60974,0,'Settings','MOD06','','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',21,'1','settings',1,'0',''),(373,58575,60974,0,'Markup','SET01','markup','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',22,'1','default',1,'MOD06','markup'),(374,58575,60974,0,'My Queries','MOD07','list/index/my-query','2023-04-14 19:31:00','2023-04-14 19:31:00','1','0',18,'1','list',1,'0','index'),(375,58578,60977,0,'Dashboard','MOD01','dashboard','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',1,'1','dashboard',1,'0','index'),(376,58578,60977,0,'Staff Management','MOD02','','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',19,'1','staff-management',1,'0',''),(377,58578,60977,0,'Staff','STA01','staff','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',20,'1','staff-management',2,'MOD02','index'),(378,58578,60977,0,'Search','MOD03','','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',2,'1','search',1,'0',''),(379,58578,60977,0,'Flights','SRC01','flight','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',3,'1','default',2,'MOD03','flight'),(380,58578,60977,0,'Hotels','SRC02','hotels','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',4,'1','hotels',2,'MOD03','index'),(381,58578,60977,0,'Hotels','SRC03','hotelsinv','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(382,58578,60977,0,'Holidays','SRC04','holidays','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',6,'1','holidays',4,'MOD03','index'),(383,58578,60977,0,'Activities','SRC05','activities','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',7,'1','activities',4,'MOD03','index'),(384,58578,60977,0,'Reports','MOD04','','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',8,'1','bookings',1,'0',''),(385,58578,60977,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',9,'1','bookings',3,'MOD04','flight'),(386,58578,60977,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',10,'1','bookings',3,'MOD04','flight'),(387,58578,60977,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',11,'1','bookings',3,'MOD04','flight'),(388,58578,60977,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(389,58578,60977,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(390,58578,60977,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(391,58578,60977,0,'Finance','MOD05','','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',15,'1','finance',1,'0',''),(392,58578,60977,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',16,'1','finance',2,'MOD05','deposit'),(393,58578,60977,0,'Ledger','FIN02','finance/ledger','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',17,'1','finance',2,'MOD05','ledger'),(394,58578,60977,0,'Settings','MOD06','','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',21,'1','settings',1,'0',''),(395,58578,60977,0,'Markup','SET01','markup','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',22,'1','default',1,'MOD06','markup'),(396,58578,60977,0,'My Queries','MOD07','list/index/my-query','2023-04-14 19:40:00','2023-04-14 19:40:00','1','0',18,'1','list',1,'0','index'),(397,58579,60978,0,'Dashboard','MOD01','dashboard','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',1,'1','dashboard',1,'0','index'),(398,58579,60978,0,'Staff Management','MOD02','','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',19,'1','staff-management',1,'0',''),(399,58579,60978,0,'Staff','STA01','staff','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',20,'1','staff-management',2,'MOD02','index'),(400,58579,60978,0,'Search','MOD03','','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',2,'1','search',1,'0',''),(401,58579,60978,0,'Flights','SRC01','flight','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',3,'1','default',2,'MOD03','flight'),(402,58579,60978,0,'Hotels','SRC02','hotels','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',4,'1','hotels',2,'MOD03','index'),(403,58579,60978,0,'Hotels','SRC03','hotelsinv','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(404,58579,60978,0,'Holidays','SRC04','holidays','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',6,'1','holidays',4,'MOD03','index'),(405,58579,60978,0,'Activities','SRC05','activities','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',7,'1','activities',4,'MOD03','index'),(406,58579,60978,0,'Reports','MOD04','','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',8,'1','bookings',1,'0',''),(407,58579,60978,0,'Flight Booking','BOK01','bookings/flight','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',9,'1','bookings',3,'MOD04','flight'),(408,58579,60978,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',10,'1','bookings',3,'MOD04','flight'),(409,58579,60978,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',11,'1','bookings',3,'MOD04','flight'),(410,58579,60978,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(411,58579,60978,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(412,58579,60978,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(413,58579,60978,0,'Finance','MOD05','','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',15,'1','finance',1,'0',''),(414,58579,60978,0,'Deposit Payment','FIN01','finance/deposit','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',16,'1','finance',2,'MOD05','deposit'),(415,58579,60978,0,'Ledger','FIN02','finance/ledger','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',17,'1','finance',2,'MOD05','ledger'),(416,58579,60978,0,'Settings','MOD06','','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',21,'1','settings',1,'0',''),(417,58579,60978,0,'Markup','SET01','markup','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',22,'1','default',1,'MOD06','markup'),(418,58579,60978,0,'My Queries','MOD07','list/index/my-query','2023-04-14 19:42:00','2023-04-14 19:42:00','1','0',18,'1','list',1,'0','index'),(419,58681,61080,0,'Dashboard','MOD01','dashboard','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',1,'1','dashboard',1,'0','index'),(420,58681,61080,0,'Staff Management','MOD02','','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',19,'1','staff-management',1,'0',''),(421,58681,61080,0,'Staff','STA01','staff','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',20,'1','staff-management',2,'MOD02','index'),(422,58681,61080,0,'Search','MOD03','','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',2,'1','search',1,'0',''),(423,58681,61080,0,'Flights','SRC01','flight','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',3,'1','default',2,'MOD03','flight'),(424,58681,61080,0,'Hotels','SRC02','hotels','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',4,'1','hotels',2,'MOD03','index'),(425,58681,61080,0,'Hotels','SRC03','hotelsinv','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(426,58681,61080,0,'Holidays','SRC04','holidays','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',6,'1','holidays',4,'MOD03','index'),(427,58681,61080,0,'Activities','SRC05','activities','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',7,'1','activities',4,'MOD03','index'),(428,58681,61080,0,'Reports','MOD04','','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',8,'1','bookings',1,'0',''),(429,58681,61080,0,'Flight Booking','BOK01','bookings/flight','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',9,'1','bookings',3,'MOD04','flight'),(430,58681,61080,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',10,'1','bookings',3,'MOD04','flight'),(431,58681,61080,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',11,'1','bookings',3,'MOD04','flight'),(432,58681,61080,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(433,58681,61080,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(434,58681,61080,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(435,58681,61080,0,'Finance','MOD05','','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',15,'1','finance',1,'0',''),(436,58681,61080,0,'Deposit Payment','FIN01','finance/deposit','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',16,'1','finance',2,'MOD05','deposit'),(437,58681,61080,0,'Ledger','FIN02','finance/ledger','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',17,'1','finance',2,'MOD05','ledger'),(438,58681,61080,0,'Settings','MOD06','','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',21,'1','settings',1,'0',''),(439,58681,61080,0,'Markup','SET01','markup','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',22,'1','default',1,'MOD06','markup'),(440,58681,61080,0,'My Queries','MOD07','list/index/my-query','2023-04-15 14:30:00','2023-04-15 14:30:00','1','0',18,'1','list',1,'0','index'),(441,58682,61081,0,'Dashboard','MOD01','dashboard','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',1,'1','dashboard',1,'0','index'),(442,58682,61081,0,'Staff Management','MOD02','','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',19,'1','staff-management',1,'0',''),(443,58682,61081,0,'Staff','STA01','staff','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',20,'1','staff-management',2,'MOD02','index'),(444,58682,61081,0,'Search','MOD03','','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',2,'1','search',1,'0',''),(445,58682,61081,0,'Flights','SRC01','flight','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',3,'1','default',2,'MOD03','flight'),(446,58682,61081,0,'Hotels','SRC02','hotels','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',4,'1','hotels',2,'MOD03','index'),(447,58682,61081,0,'Hotels','SRC03','hotelsinv','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(448,58682,61081,0,'Holidays','SRC04','holidays','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',6,'1','holidays',4,'MOD03','index'),(449,58682,61081,0,'Activities','SRC05','activities','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',7,'1','activities',4,'MOD03','index'),(450,58682,61081,0,'Reports','MOD04','','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',8,'1','bookings',1,'0',''),(451,58682,61081,0,'Flight Booking','BOK01','bookings/flight','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',9,'1','bookings',3,'MOD04','flight'),(452,58682,61081,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',10,'1','bookings',3,'MOD04','flight'),(453,58682,61081,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',11,'1','bookings',3,'MOD04','flight'),(454,58682,61081,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(455,58682,61081,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(456,58682,61081,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(457,58682,61081,0,'Finance','MOD05','','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',15,'1','finance',1,'0',''),(458,58682,61081,0,'Deposit Payment','FIN01','finance/deposit','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',16,'1','finance',2,'MOD05','deposit'),(459,58682,61081,0,'Ledger','FIN02','finance/ledger','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',17,'1','finance',2,'MOD05','ledger'),(460,58682,61081,0,'Settings','MOD06','','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',21,'1','settings',1,'0',''),(461,58682,61081,0,'Markup','SET01','markup','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',22,'1','default',1,'MOD06','markup'),(462,58682,61081,0,'My Queries','MOD07','list/index/my-query','2023-04-15 14:38:00','2023-04-15 14:38:00','1','0',18,'1','list',1,'0','index'),(463,58685,61084,0,'Dashboard','MOD01','dashboard','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',1,'1','dashboard',1,'0','index'),(464,58685,61084,0,'Staff Management','MOD02','','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',19,'1','staff-management',1,'0',''),(465,58685,61084,0,'Staff','STA01','staff','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',20,'1','staff-management',2,'MOD02','index'),(466,58685,61084,0,'Search','MOD03','','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',2,'1','search',1,'0',''),(467,58685,61084,0,'Flights','SRC01','flight','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',3,'1','default',2,'MOD03','flight'),(468,58685,61084,0,'Hotels','SRC02','hotels','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',4,'1','hotels',2,'MOD03','index'),(469,58685,61084,0,'Hotels','SRC03','hotelsinv','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(470,58685,61084,0,'Holidays','SRC04','holidays','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',6,'1','holidays',4,'MOD03','index'),(471,58685,61084,0,'Activities','SRC05','activities','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',7,'1','activities',4,'MOD03','index'),(472,58685,61084,0,'Reports','MOD04','','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',8,'1','bookings',1,'0',''),(473,58685,61084,0,'Flight Booking','BOK01','bookings/flight','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',9,'1','bookings',3,'MOD04','flight'),(474,58685,61084,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',10,'1','bookings',3,'MOD04','flight'),(475,58685,61084,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',11,'1','bookings',3,'MOD04','flight'),(476,58685,61084,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(477,58685,61084,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(478,58685,61084,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(479,58685,61084,0,'Finance','MOD05','','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',15,'1','finance',1,'0',''),(480,58685,61084,0,'Deposit Payment','FIN01','finance/deposit','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',16,'1','finance',2,'MOD05','deposit'),(481,58685,61084,0,'Ledger','FIN02','finance/ledger','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',17,'1','finance',2,'MOD05','ledger'),(482,58685,61084,0,'Settings','MOD06','','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',21,'1','settings',1,'0',''),(483,58685,61084,0,'Markup','SET01','markup','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',22,'1','default',1,'MOD06','markup'),(484,58685,61084,0,'My Queries','MOD07','list/index/my-query','2023-04-15 14:49:00','2023-04-15 14:49:00','1','0',18,'1','list',1,'0','index'),(485,58688,61087,0,'Dashboard','MOD01','dashboard','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',1,'1','dashboard',1,'0','index'),(486,58688,61087,0,'Staff Management','MOD02','','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',19,'1','staff-management',1,'0',''),(487,58688,61087,0,'Staff','STA01','staff','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',20,'1','staff-management',2,'MOD02','index'),(488,58688,61087,0,'Search','MOD03','','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',2,'1','search',1,'0',''),(489,58688,61087,0,'Flights','SRC01','flight','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',3,'1','default',2,'MOD03','flight'),(490,58688,61087,0,'Hotels','SRC02','hotels','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',4,'1','hotels',2,'MOD03','index'),(491,58688,61087,0,'Hotels','SRC03','hotelsinv','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(492,58688,61087,0,'Holidays','SRC04','holidays','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',6,'1','holidays',4,'MOD03','index'),(493,58688,61087,0,'Activities','SRC05','activities','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',7,'1','activities',4,'MOD03','index'),(494,58688,61087,0,'Reports','MOD04','','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',8,'1','bookings',1,'0',''),(495,58688,61087,0,'Flight Booking','BOK01','bookings/flight','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',9,'1','bookings',3,'MOD04','flight'),(496,58688,61087,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',10,'1','bookings',3,'MOD04','flight'),(497,58688,61087,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',11,'1','bookings',3,'MOD04','flight'),(498,58688,61087,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(499,58688,61087,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(500,58688,61087,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(501,58688,61087,0,'Finance','MOD05','','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',15,'1','finance',1,'0',''),(502,58688,61087,0,'Deposit Payment','FIN01','finance/deposit','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',16,'1','finance',2,'MOD05','deposit'),(503,58688,61087,0,'Ledger','FIN02','finance/ledger','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',17,'1','finance',2,'MOD05','ledger'),(504,58688,61087,0,'Settings','MOD06','','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',21,'1','settings',1,'0',''),(505,58688,61087,0,'Markup','SET01','markup','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',22,'1','default',1,'MOD06','markup'),(506,58688,61087,0,'My Queries','MOD07','list/index/my-query','2023-04-15 15:13:00','2023-04-15 15:13:00','1','0',18,'1','list',1,'0','index'),(507,58805,61205,0,'Dashboard','MOD01','dashboard','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',1,'1','dashboard',1,'0','index'),(508,58805,61205,0,'Staff Management','MOD02','','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',19,'1','staff-management',1,'0',''),(509,58805,61205,0,'Staff','STA01','staff','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',20,'1','staff-management',2,'MOD02','index'),(510,58805,61205,0,'Search','MOD03','','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',2,'1','search',1,'0',''),(511,58805,61205,0,'Flights','SRC01','flight','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',3,'1','default',2,'MOD03','flight'),(512,58805,61205,0,'Hotels','SRC02','hotels','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',4,'1','hotels',2,'MOD03','index'),(513,58805,61205,0,'Hotels','SRC03','hotelsinv','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(514,58805,61205,0,'Holidays','SRC04','holidays','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',6,'1','holidays',4,'MOD03','index'),(515,58805,61205,0,'Activities','SRC05','activities','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',7,'1','activities',4,'MOD03','index'),(516,58805,61205,0,'Reports','MOD04','','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',8,'1','bookings',1,'0',''),(517,58805,61205,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',9,'1','bookings',3,'MOD04','flight'),(518,58805,61205,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',10,'1','bookings',3,'MOD04','flight'),(519,58805,61205,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',11,'1','bookings',3,'MOD04','flight'),(520,58805,61205,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(521,58805,61205,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(522,58805,61205,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(523,58805,61205,0,'Finance','MOD05','','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',15,'1','finance',1,'0',''),(524,58805,61205,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',16,'1','finance',2,'MOD05','deposit'),(525,58805,61205,0,'Ledger','FIN02','finance/ledger','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',17,'1','finance',2,'MOD05','ledger'),(526,58805,61205,0,'Settings','MOD06','','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',21,'1','settings',1,'0',''),(527,58805,61205,0,'Markup','SET01','markup','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',22,'1','default',1,'MOD06','markup'),(528,58805,61205,0,'My Queries','MOD07','list/index/my-query','2023-04-16 12:28:00','2023-04-16 12:28:00','1','0',18,'1','list',1,'0','index'),(529,58812,61212,0,'Dashboard','MOD01','dashboard','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',1,'1','dashboard',1,'0','index'),(530,58812,61212,0,'Staff Management','MOD02','','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',19,'1','staff-management',1,'0',''),(531,58812,61212,0,'Staff','STA01','staff','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',20,'1','staff-management',2,'MOD02','index'),(532,58812,61212,0,'Search','MOD03','','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',2,'1','search',1,'0',''),(533,58812,61212,0,'Flights','SRC01','flight','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',3,'1','default',2,'MOD03','flight'),(534,58812,61212,0,'Hotels','SRC02','hotels','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',4,'1','hotels',2,'MOD03','index'),(535,58812,61212,0,'Hotels','SRC03','hotelsinv','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(536,58812,61212,0,'Holidays','SRC04','holidays','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',6,'1','holidays',4,'MOD03','index'),(537,58812,61212,0,'Activities','SRC05','activities','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',7,'1','activities',4,'MOD03','index'),(538,58812,61212,0,'Reports','MOD04','','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',8,'1','bookings',1,'0',''),(539,58812,61212,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',9,'1','bookings',3,'MOD04','flight'),(540,58812,61212,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',10,'1','bookings',3,'MOD04','flight'),(541,58812,61212,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',11,'1','bookings',3,'MOD04','flight'),(542,58812,61212,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(543,58812,61212,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(544,58812,61212,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(545,58812,61212,0,'Finance','MOD05','','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',15,'1','finance',1,'0',''),(546,58812,61212,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',16,'1','finance',2,'MOD05','deposit'),(547,58812,61212,0,'Ledger','FIN02','finance/ledger','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',17,'1','finance',2,'MOD05','ledger'),(548,58812,61212,0,'Settings','MOD06','','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',21,'1','settings',1,'0',''),(549,58812,61212,0,'Markup','SET01','markup','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',22,'1','default',1,'MOD06','markup'),(550,58812,61212,0,'My Queries','MOD07','list/index/my-query','2023-04-16 13:00:00','2023-04-16 13:00:00','1','0',18,'1','list',1,'0','index'),(551,58822,61222,0,'Dashboard','MOD01','dashboard','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',1,'1','dashboard',1,'0','index'),(552,58822,61222,0,'Staff Management','MOD02','','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',19,'1','staff-management',1,'0',''),(553,58822,61222,0,'Staff','STA01','staff','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',20,'1','staff-management',2,'MOD02','index'),(554,58822,61222,0,'Search','MOD03','','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',2,'1','search',1,'0',''),(555,58822,61222,0,'Flights','SRC01','flight','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',3,'1','default',2,'MOD03','flight'),(556,58822,61222,0,'Hotels','SRC02','hotels','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',4,'1','hotels',2,'MOD03','index'),(557,58822,61222,0,'Hotels','SRC03','hotelsinv','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(558,58822,61222,0,'Holidays','SRC04','holidays','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',6,'1','holidays',4,'MOD03','index'),(559,58822,61222,0,'Activities','SRC05','activities','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',7,'1','activities',4,'MOD03','index'),(560,58822,61222,0,'Reports','MOD04','','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',8,'1','bookings',1,'0',''),(561,58822,61222,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',9,'1','bookings',3,'MOD04','flight'),(562,58822,61222,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',10,'1','bookings',3,'MOD04','flight'),(563,58822,61222,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',11,'1','bookings',3,'MOD04','flight'),(564,58822,61222,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(565,58822,61222,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(566,58822,61222,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(567,58822,61222,0,'Finance','MOD05','','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',15,'1','finance',1,'0',''),(568,58822,61222,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',16,'1','finance',2,'MOD05','deposit'),(569,58822,61222,0,'Ledger','FIN02','finance/ledger','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',17,'1','finance',2,'MOD05','ledger'),(570,58822,61222,0,'Settings','MOD06','','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',21,'1','settings',1,'0',''),(571,58822,61222,0,'Markup','SET01','markup','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',22,'1','default',1,'MOD06','markup'),(572,58822,61222,0,'My Queries','MOD07','list/index/my-query','2023-04-16 13:46:00','2023-04-16 13:46:00','1','0',18,'1','list',1,'0','index'),(573,58831,61231,0,'Dashboard','MOD01','dashboard','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',1,'1','dashboard',1,'0','index'),(574,58831,61231,0,'Staff Management','MOD02','','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',19,'1','staff-management',1,'0',''),(575,58831,61231,0,'Staff','STA01','staff','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',20,'1','staff-management',2,'MOD02','index'),(576,58831,61231,0,'Search','MOD03','','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',2,'1','search',1,'0',''),(577,58831,61231,0,'Flights','SRC01','flight','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',3,'1','default',2,'MOD03','flight'),(578,58831,61231,0,'Hotels','SRC02','hotels','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',4,'1','hotels',2,'MOD03','index'),(579,58831,61231,0,'Hotels','SRC03','hotelsinv','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(580,58831,61231,0,'Holidays','SRC04','holidays','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',6,'1','holidays',4,'MOD03','index'),(581,58831,61231,0,'Activities','SRC05','activities','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',7,'1','activities',4,'MOD03','index'),(582,58831,61231,0,'Reports','MOD04','','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',8,'1','bookings',1,'0',''),(583,58831,61231,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',9,'1','bookings',3,'MOD04','flight'),(584,58831,61231,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',10,'1','bookings',3,'MOD04','flight'),(585,58831,61231,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',11,'1','bookings',3,'MOD04','flight'),(586,58831,61231,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(587,58831,61231,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(588,58831,61231,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(589,58831,61231,0,'Finance','MOD05','','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',15,'1','finance',1,'0',''),(590,58831,61231,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',16,'1','finance',2,'MOD05','deposit'),(591,58831,61231,0,'Ledger','FIN02','finance/ledger','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',17,'1','finance',2,'MOD05','ledger'),(592,58831,61231,0,'Settings','MOD06','','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',21,'1','settings',1,'0',''),(593,58831,61231,0,'Markup','SET01','markup','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',22,'1','default',1,'MOD06','markup'),(594,58831,61231,0,'My Queries','MOD07','list/index/my-query','2023-04-16 15:19:00','2023-04-16 15:19:00','1','0',18,'1','list',1,'0','index'),(595,58834,61234,0,'Dashboard','MOD01','dashboard','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',1,'1','dashboard',1,'0','index'),(596,58834,61234,0,'Staff Management','MOD02','','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',19,'1','staff-management',1,'0',''),(597,58834,61234,0,'Staff','STA01','staff','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',20,'1','staff-management',2,'MOD02','index'),(598,58834,61234,0,'Search','MOD03','','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',2,'1','search',1,'0',''),(599,58834,61234,0,'Flights','SRC01','flight','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',3,'1','default',2,'MOD03','flight'),(600,58834,61234,0,'Hotels','SRC02','hotels','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',4,'1','hotels',2,'MOD03','index'),(601,58834,61234,0,'Hotels','SRC03','hotelsinv','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(602,58834,61234,0,'Holidays','SRC04','holidays','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',6,'1','holidays',4,'MOD03','index'),(603,58834,61234,0,'Activities','SRC05','activities','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',7,'1','activities',4,'MOD03','index'),(604,58834,61234,0,'Reports','MOD04','','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',8,'1','bookings',1,'0',''),(605,58834,61234,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',9,'1','bookings',3,'MOD04','flight'),(606,58834,61234,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',10,'1','bookings',3,'MOD04','flight'),(607,58834,61234,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',11,'1','bookings',3,'MOD04','flight'),(608,58834,61234,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(609,58834,61234,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(610,58834,61234,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(611,58834,61234,0,'Finance','MOD05','','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',15,'1','finance',1,'0',''),(612,58834,61234,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',16,'1','finance',2,'MOD05','deposit'),(613,58834,61234,0,'Ledger','FIN02','finance/ledger','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',17,'1','finance',2,'MOD05','ledger'),(614,58834,61234,0,'Settings','MOD06','','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',21,'1','settings',1,'0',''),(615,58834,61234,0,'Markup','SET01','markup','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',22,'1','default',1,'MOD06','markup'),(616,58834,61234,0,'My Queries','MOD07','list/index/my-query','2023-04-16 15:42:00','2023-04-16 15:42:00','1','0',18,'1','list',1,'0','index'),(617,58837,61237,0,'Dashboard','MOD01','dashboard','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',1,'1','dashboard',1,'0','index'),(618,58837,61237,0,'Staff Management','MOD02','','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',19,'1','staff-management',1,'0',''),(619,58837,61237,0,'Staff','STA01','staff','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',20,'1','staff-management',2,'MOD02','index'),(620,58837,61237,0,'Search','MOD03','','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',2,'1','search',1,'0',''),(621,58837,61237,0,'Flights','SRC01','flight','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',3,'1','default',2,'MOD03','flight'),(622,58837,61237,0,'Hotels','SRC02','hotels','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',4,'1','hotels',2,'MOD03','index'),(623,58837,61237,0,'Hotels','SRC03','hotelsinv','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(624,58837,61237,0,'Holidays','SRC04','holidays','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',6,'1','holidays',4,'MOD03','index'),(625,58837,61237,0,'Activities','SRC05','activities','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',7,'1','activities',4,'MOD03','index'),(626,58837,61237,0,'Reports','MOD04','','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',8,'1','bookings',1,'0',''),(627,58837,61237,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',9,'1','bookings',3,'MOD04','flight'),(628,58837,61237,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',10,'1','bookings',3,'MOD04','flight'),(629,58837,61237,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',11,'1','bookings',3,'MOD04','flight'),(630,58837,61237,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(631,58837,61237,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(632,58837,61237,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(633,58837,61237,0,'Finance','MOD05','','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',15,'1','finance',1,'0',''),(634,58837,61237,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',16,'1','finance',2,'MOD05','deposit'),(635,58837,61237,0,'Ledger','FIN02','finance/ledger','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',17,'1','finance',2,'MOD05','ledger'),(636,58837,61237,0,'Settings','MOD06','','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',21,'1','settings',1,'0',''),(637,58837,61237,0,'Markup','SET01','markup','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',22,'1','default',1,'MOD06','markup'),(638,58837,61237,0,'My Queries','MOD07','list/index/my-query','2023-04-16 16:09:00','2023-04-16 16:09:00','1','0',18,'1','list',1,'0','index'),(639,58868,61268,0,'Dashboard','MOD01','dashboard','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',1,'1','dashboard',1,'0','index'),(640,58868,61268,0,'Staff Management','MOD02','','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',19,'1','staff-management',1,'0',''),(641,58868,61268,0,'Staff','STA01','staff','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',20,'1','staff-management',2,'MOD02','index'),(642,58868,61268,0,'Search','MOD03','','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',2,'1','search',1,'0',''),(643,58868,61268,0,'Flights','SRC01','flight','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',3,'1','default',2,'MOD03','flight'),(644,58868,61268,0,'Hotels','SRC02','hotels','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',4,'1','hotels',2,'MOD03','index'),(645,58868,61268,0,'Hotels','SRC03','hotelsinv','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(646,58868,61268,0,'Holidays','SRC04','holidays','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',6,'1','holidays',4,'MOD03','index'),(647,58868,61268,0,'Activities','SRC05','activities','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',7,'1','activities',4,'MOD03','index'),(648,58868,61268,0,'Reports','MOD04','','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',8,'1','bookings',1,'0',''),(649,58868,61268,0,'Flight Booking','BOK01','bookings/flight','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',9,'1','bookings',3,'MOD04','flight'),(650,58868,61268,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',10,'1','bookings',3,'MOD04','flight'),(651,58868,61268,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',11,'1','bookings',3,'MOD04','flight'),(652,58868,61268,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(653,58868,61268,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(654,58868,61268,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(655,58868,61268,0,'Finance','MOD05','','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',15,'1','finance',1,'0',''),(656,58868,61268,0,'Deposit Payment','FIN01','finance/deposit','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',16,'1','finance',2,'MOD05','deposit'),(657,58868,61268,0,'Ledger','FIN02','finance/ledger','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',17,'1','finance',2,'MOD05','ledger'),(658,58868,61268,0,'Settings','MOD06','','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',21,'1','settings',1,'0',''),(659,58868,61268,0,'Markup','SET01','markup','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',22,'1','default',1,'MOD06','markup'),(660,58868,61268,0,'My Queries','MOD07','list/index/my-query','2023-04-16 18:36:00','2023-04-16 18:36:00','1','0',18,'1','list',1,'0','index'),(661,59075,61476,0,'Dashboard','MOD01','dashboard','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',1,'1','dashboard',1,'0','index'),(662,59075,61476,0,'Staff Management','MOD02','','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',19,'1','staff-management',1,'0',''),(663,59075,61476,0,'Staff','STA01','staff','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',20,'1','staff-management',2,'MOD02','index'),(664,59075,61476,0,'Search','MOD03','','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',2,'1','search',1,'0',''),(665,59075,61476,0,'Flights','SRC01','flight','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',3,'1','default',2,'MOD03','flight'),(666,59075,61476,0,'Hotels','SRC02','hotels','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',4,'1','hotels',2,'MOD03','index'),(667,59075,61476,0,'Hotels','SRC03','hotelsinv','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(668,59075,61476,0,'Holidays','SRC04','holidays','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',6,'1','holidays',4,'MOD03','index'),(669,59075,61476,0,'Activities','SRC05','activities','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',7,'1','activities',4,'MOD03','index'),(670,59075,61476,0,'Reports','MOD04','','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',8,'1','bookings',1,'0',''),(671,59075,61476,0,'Flight Booking','BOK01','bookings/flight','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',9,'1','bookings',3,'MOD04','flight'),(672,59075,61476,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',10,'1','bookings',3,'MOD04','flight'),(673,59075,61476,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',11,'1','bookings',3,'MOD04','flight'),(674,59075,61476,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(675,59075,61476,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(676,59075,61476,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(677,59075,61476,0,'Finance','MOD05','','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',15,'1','finance',1,'0',''),(678,59075,61476,0,'Deposit Payment','FIN01','finance/deposit','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',16,'1','finance',2,'MOD05','deposit'),(679,59075,61476,0,'Ledger','FIN02','finance/ledger','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',17,'1','finance',2,'MOD05','ledger'),(680,59075,61476,0,'Settings','MOD06','','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',21,'1','settings',1,'0',''),(681,59075,61476,0,'Markup','SET01','markup','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',22,'1','default',1,'MOD06','markup'),(682,59075,61476,0,'My Queries','MOD07','list/index/my-query','2023-04-18 10:47:00','2023-04-18 10:47:00','1','0',18,'1','list',1,'0','index'),(683,59113,61517,0,'Dashboard','MOD01','dashboard','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',1,'1','dashboard',1,'0','index'),(684,59113,61517,0,'Staff Management','MOD02','','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',19,'1','staff-management',1,'0',''),(685,59113,61517,0,'Staff','STA01','staff','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',20,'1','staff-management',2,'MOD02','index'),(686,59113,61517,0,'Search','MOD03','','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',2,'1','search',1,'0',''),(687,59113,61517,0,'Flights','SRC01','flight','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',3,'1','default',2,'MOD03','flight'),(688,59113,61517,0,'Hotels','SRC02','hotels','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',4,'1','hotels',2,'MOD03','index'),(689,59113,61517,0,'Hotels','SRC03','hotelsinv','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(690,59113,61517,0,'Holidays','SRC04','holidays','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',6,'1','holidays',4,'MOD03','index'),(691,59113,61517,0,'Activities','SRC05','activities','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',7,'1','activities',4,'MOD03','index'),(692,59113,61517,0,'Reports','MOD04','','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',8,'1','bookings',1,'0',''),(693,59113,61517,0,'Flight Booking','BOK01','bookings/flight','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',9,'1','bookings',3,'MOD04','flight'),(694,59113,61517,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',10,'1','bookings',3,'MOD04','flight'),(695,59113,61517,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',11,'1','bookings',3,'MOD04','flight'),(696,59113,61517,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(697,59113,61517,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(698,59113,61517,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(699,59113,61517,0,'Finance','MOD05','','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',15,'1','finance',1,'0',''),(700,59113,61517,0,'Deposit Payment','FIN01','finance/deposit','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',16,'1','finance',2,'MOD05','deposit'),(701,59113,61517,0,'Ledger','FIN02','finance/ledger','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',17,'1','finance',2,'MOD05','ledger'),(702,59113,61517,0,'Settings','MOD06','','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',21,'1','settings',1,'0',''),(703,59113,61517,0,'Markup','SET01','markup','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',22,'1','default',1,'MOD06','markup'),(704,59113,61517,0,'My Queries','MOD07','list/index/my-query','2023-04-18 13:08:00','2023-04-18 13:08:00','1','0',18,'1','list',1,'0','index'),(705,59118,61522,0,'Dashboard','MOD01','dashboard','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',1,'1','dashboard',1,'0','index'),(706,59118,61522,0,'Staff Management','MOD02','','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',19,'1','staff-management',1,'0',''),(707,59118,61522,0,'Staff','STA01','staff','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',20,'1','staff-management',2,'MOD02','index'),(708,59118,61522,0,'Search','MOD03','','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',2,'1','search',1,'0',''),(709,59118,61522,0,'Flights','SRC01','flight','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',3,'1','default',2,'MOD03','flight'),(710,59118,61522,0,'Hotels','SRC02','hotels','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',4,'1','hotels',2,'MOD03','index'),(711,59118,61522,0,'Hotels','SRC03','hotelsinv','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(712,59118,61522,0,'Holidays','SRC04','holidays','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',6,'1','holidays',4,'MOD03','index'),(713,59118,61522,0,'Activities','SRC05','activities','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',7,'1','activities',4,'MOD03','index'),(714,59118,61522,0,'Reports','MOD04','','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',8,'1','bookings',1,'0',''),(715,59118,61522,0,'Flight Booking','BOK01','bookings/flight','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',9,'1','bookings',3,'MOD04','flight'),(716,59118,61522,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',10,'1','bookings',3,'MOD04','flight'),(717,59118,61522,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',11,'1','bookings',3,'MOD04','flight'),(718,59118,61522,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(719,59118,61522,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(720,59118,61522,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(721,59118,61522,0,'Finance','MOD05','','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',15,'1','finance',1,'0',''),(722,59118,61522,0,'Deposit Payment','FIN01','finance/deposit','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',16,'1','finance',2,'MOD05','deposit'),(723,59118,61522,0,'Ledger','FIN02','finance/ledger','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',17,'1','finance',2,'MOD05','ledger'),(724,59118,61522,0,'Settings','MOD06','','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',21,'1','settings',1,'0',''),(725,59118,61522,0,'Markup','SET01','markup','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',22,'1','default',1,'MOD06','markup'),(726,59118,61522,0,'My Queries','MOD07','list/index/my-query','2023-04-18 13:24:00','2023-04-18 13:24:00','1','0',18,'1','list',1,'0','index'),(727,59123,61527,0,'Dashboard','MOD01','dashboard','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',1,'1','dashboard',1,'0','index'),(728,59123,61527,0,'Staff Management','MOD02','','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',19,'1','staff-management',1,'0',''),(729,59123,61527,0,'Staff','STA01','staff','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',20,'1','staff-management',2,'MOD02','index'),(730,59123,61527,0,'Search','MOD03','','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',2,'1','search',1,'0',''),(731,59123,61527,0,'Flights','SRC01','flight','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',3,'1','default',2,'MOD03','flight'),(732,59123,61527,0,'Hotels','SRC02','hotels','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',4,'1','hotels',2,'MOD03','index'),(733,59123,61527,0,'Hotels','SRC03','hotelsinv','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(734,59123,61527,0,'Holidays','SRC04','holidays','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',6,'1','holidays',4,'MOD03','index'),(735,59123,61527,0,'Activities','SRC05','activities','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',7,'1','activities',4,'MOD03','index'),(736,59123,61527,0,'Reports','MOD04','','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',8,'1','bookings',1,'0',''),(737,59123,61527,0,'Flight Booking','BOK01','bookings/flight','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',9,'1','bookings',3,'MOD04','flight'),(738,59123,61527,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',10,'1','bookings',3,'MOD04','flight'),(739,59123,61527,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',11,'1','bookings',3,'MOD04','flight'),(740,59123,61527,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(741,59123,61527,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(742,59123,61527,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(743,59123,61527,0,'Finance','MOD05','','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',15,'1','finance',1,'0',''),(744,59123,61527,0,'Deposit Payment','FIN01','finance/deposit','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',16,'1','finance',2,'MOD05','deposit'),(745,59123,61527,0,'Ledger','FIN02','finance/ledger','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',17,'1','finance',2,'MOD05','ledger'),(746,59123,61527,0,'Settings','MOD06','','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',21,'1','settings',1,'0',''),(747,59123,61527,0,'Markup','SET01','markup','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',22,'1','default',1,'MOD06','markup'),(748,59123,61527,0,'My Queries','MOD07','list/index/my-query','2023-04-18 13:49:00','2023-04-18 13:49:00','1','0',18,'1','list',1,'0','index'),(749,59897,62385,0,'Dashboard','MOD01','dashboard','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',1,'1','dashboard',1,'0','index'),(750,59897,62385,0,'Staff Management','MOD02','','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',19,'1','staff-management',1,'0',''),(751,59897,62385,0,'Staff','STA01','staff','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',20,'1','staff-management',2,'MOD02','index'),(752,59897,62385,0,'Search','MOD03','','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',2,'1','search',1,'0',''),(753,59897,62385,0,'Flights','SRC01','flight','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',3,'1','default',2,'MOD03','flight'),(754,59897,62385,0,'Hotels','SRC02','hotels','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',4,'1','hotels',2,'MOD03','index'),(755,59897,62385,0,'Hotels','SRC03','hotelsinv','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(756,59897,62385,0,'Holidays','SRC04','holidays','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',6,'1','holidays',4,'MOD03','index'),(757,59897,62385,0,'Activities','SRC05','activities','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',7,'1','activities',4,'MOD03','index'),(758,59897,62385,0,'Reports','MOD04','','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',8,'1','bookings',1,'0',''),(759,59897,62385,0,'Flight Booking','BOK01','bookings/flight','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',9,'1','bookings',3,'MOD04','flight'),(760,59897,62385,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',10,'1','bookings',3,'MOD04','flight'),(761,59897,62385,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',11,'1','bookings',3,'MOD04','flight'),(762,59897,62385,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(763,59897,62385,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(764,59897,62385,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(765,59897,62385,0,'Finance','MOD05','','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',15,'1','finance',1,'0',''),(766,59897,62385,0,'Deposit Payment','FIN01','finance/deposit','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',16,'1','finance',2,'MOD05','deposit'),(767,59897,62385,0,'Ledger','FIN02','finance/ledger','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',17,'1','finance',2,'MOD05','ledger'),(768,59897,62385,0,'Settings','MOD06','','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',21,'1','settings',1,'0',''),(769,59897,62385,0,'Markup','SET01','markup','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',22,'1','default',1,'MOD06','markup'),(770,59897,62385,0,'My Queries','MOD07','list/index/my-query','2023-04-24 05:35:00','2023-04-24 05:35:00','1','0',18,'1','list',1,'0','index'),(771,60646,63142,0,'Dashboard','MOD01','dashboard','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',1,'1','dashboard',1,'0','index'),(772,60646,63142,0,'Staff Management','MOD02','','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',19,'1','staff-management',1,'0',''),(773,60646,63142,0,'Staff','STA01','staff','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',20,'1','staff-management',2,'MOD02','index'),(774,60646,63142,0,'Search','MOD03','','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',2,'1','search',1,'0',''),(775,60646,63142,0,'Flights','SRC01','flight','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',3,'1','default',2,'MOD03','flight'),(776,60646,63142,0,'Hotels','SRC02','hotels','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',4,'1','hotels',2,'MOD03','index'),(777,60646,63142,0,'Hotels','SRC03','hotelsinv','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(778,60646,63142,0,'Holidays','SRC04','holidays','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',6,'1','holidays',4,'MOD03','index'),(779,60646,63142,0,'Activities','SRC05','activities','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',7,'1','activities',4,'MOD03','index'),(780,60646,63142,0,'Reports','MOD04','','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',8,'1','bookings',1,'0',''),(781,60646,63142,0,'Flight Booking','BOK01','bookings/flight','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',9,'1','bookings',3,'MOD04','flight'),(782,60646,63142,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',10,'1','bookings',3,'MOD04','flight'),(783,60646,63142,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',11,'1','bookings',3,'MOD04','flight'),(784,60646,63142,0,'Hotel Booking','BOK04','bookings/hotel','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(785,60646,63142,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(786,60646,63142,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(787,60646,63142,0,'Finance','MOD05','','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',15,'1','finance',1,'0',''),(788,60646,63142,0,'Deposit Payment','FIN01','finance/deposit','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',16,'1','finance',2,'MOD05','deposit'),(789,60646,63142,0,'Ledger','FIN02','finance/ledger','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',17,'1','finance',2,'MOD05','ledger'),(790,60646,63142,0,'Settings','MOD06','','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',21,'1','settings',1,'0',''),(791,60646,63142,0,'Markup','SET01','markup','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',22,'1','default',1,'MOD06','markup'),(792,60646,63142,0,'My Queries','MOD07','list/index/my-query','2023-04-28 11:24:00','2023-04-28 11:24:00','1','0',18,'1','list',1,'0','index'),(793,67549,70096,0,'Dashboard','MOD01','dashboard','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',1,'1','dashboard',1,'0','index'),(794,67549,70096,0,'Staff Management','MOD02','','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',19,'1','staff-management',1,'0',''),(795,67549,70096,0,'Staff','STA01','staff','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',20,'1','staff-management',2,'MOD02','index'),(796,67549,70096,0,'Search','MOD03','','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',2,'1','search',1,'0',''),(797,67549,70096,0,'Flights','SRC01','flight','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',3,'1','default',2,'MOD03','flight'),(798,67549,70096,0,'Hotels','SRC02','hotels','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',4,'1','hotels',2,'MOD03','index'),(799,67549,70096,0,'Hotels','SRC03','hotelsinv','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(800,67549,70096,0,'Holidays','SRC04','holidays','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',6,'1','holidays',4,'MOD03','index'),(801,67549,70096,0,'Activities','SRC05','activities','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',7,'1','activities',4,'MOD03','index'),(802,67549,70096,0,'Reports','MOD04','','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',8,'1','bookings',1,'0',''),(803,67549,70096,0,'Flight Booking','BOK01','bookings/flight','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',9,'1','bookings',3,'MOD04','flight'),(804,67549,70096,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',10,'1','bookings',3,'MOD04','flight'),(805,67549,70096,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',11,'1','bookings',3,'MOD04','flight'),(806,67549,70096,0,'Hotel Booking','BOK04','bookings/hotel','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(807,67549,70096,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(808,67549,70096,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(809,67549,70096,0,'Finance','MOD05','','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',15,'1','finance',1,'0',''),(810,67549,70096,0,'Deposit Payment','FIN01','finance/deposit','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',16,'1','finance',2,'MOD05','deposit'),(811,67549,70096,0,'Ledger','FIN02','finance/ledger','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',17,'1','finance',2,'MOD05','ledger'),(812,67549,70096,0,'Settings','MOD06','','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',21,'1','settings',1,'0',''),(813,67549,70096,0,'Markup','SET01','markup','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',22,'1','default',1,'MOD06','markup'),(814,67549,70096,0,'My Queries','MOD07','list/index/my-query','2023-05-14 14:55:00','2023-05-14 14:55:00','1','0',18,'1','list',1,'0','index'),(815,68314,70876,0,'Dashboard','MOD01','dashboard','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',1,'1','dashboard',1,'0','index'),(816,68314,70876,0,'Staff Management','MOD02','','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',19,'1','staff-management',1,'0',''),(817,68314,70876,0,'Staff','STA01','staff','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',20,'1','staff-management',2,'MOD02','index'),(818,68314,70876,0,'Search','MOD03','','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',2,'1','search',1,'0',''),(819,68314,70876,0,'Flights','SRC01','flight','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',3,'1','default',2,'MOD03','flight'),(820,68314,70876,0,'Hotels','SRC02','hotels','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',4,'1','hotels',2,'MOD03','index'),(821,68314,70876,0,'Hotels','SRC03','hotelsinv','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(822,68314,70876,0,'Holidays','SRC04','holidays','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',6,'1','holidays',4,'MOD03','index'),(823,68314,70876,0,'Activities','SRC05','activities','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',7,'1','activities',4,'MOD03','index'),(824,68314,70876,0,'Reports','MOD04','','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',8,'1','bookings',1,'0',''),(825,68314,70876,0,'Flight Booking','BOK01','bookings/flight','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',9,'1','bookings',3,'MOD04','flight'),(826,68314,70876,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',10,'1','bookings',3,'MOD04','flight'),(827,68314,70876,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',11,'1','bookings',3,'MOD04','flight'),(828,68314,70876,0,'Hotel Booking','BOK04','bookings/hotel','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(829,68314,70876,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(830,68314,70876,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(831,68314,70876,0,'Finance','MOD05','','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',15,'1','finance',1,'0',''),(832,68314,70876,0,'Deposit Payment','FIN01','finance/deposit','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',16,'1','finance',2,'MOD05','deposit'),(833,68314,70876,0,'Ledger','FIN02','finance/ledger','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',17,'1','finance',2,'MOD05','ledger'),(834,68314,70876,0,'Settings','MOD06','','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',21,'1','settings',1,'0',''),(835,68314,70876,0,'Markup','SET01','markup','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',22,'1','default',1,'MOD06','markup'),(836,68314,70876,0,'My Queries','MOD07','list/index/my-query','2023-05-19 17:19:00','2023-05-19 17:19:00','1','0',18,'1','list',1,'0','index'),(837,97238,100234,0,'Dashboard','MOD01','dashboard','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',1,'1','dashboard',1,'0','index'),(838,97238,100234,0,'Staff Management','MOD02','','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',19,'1','staff-management',1,'0',''),(839,97238,100234,0,'Staff','STA01','staff','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',20,'1','staff-management',2,'MOD02','index'),(840,97238,100234,0,'Search','MOD03','','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',2,'1','search',1,'0',''),(841,97238,100234,0,'Flights','SRC01','flight','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',3,'1','default',2,'MOD03','flight'),(842,97238,100234,0,'Hotels','SRC02','hotels','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',4,'1','hotels',2,'MOD03','index'),(843,97238,100234,0,'Hotels','SRC03','hotelsinv','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(844,97238,100234,0,'Holidays','SRC04','holidays','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',8,'1','holidays',4,'MOD03','index'),(845,97238,100234,0,'Activities','SRC05','activities','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',9,'1','activities',4,'MOD03','index'),(846,97238,100234,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',10,'1','umrah',4,'MOD03','index'),(847,97238,100234,0,'Build Package','SRC07','byo','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',6,'1','byo',4,'MOD03','index'),(848,97238,100234,0,'Land Only Package','SRC08','byonew','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',7,'1','byonew',4,'MOD03','index'),(849,97238,100234,0,'Visa','SRC09','visa','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',11,'1','visa',4,'MOD03','index'),(850,97238,100234,0,'Manage Inventory','SRC10','flight-inventory','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(851,97238,100234,0,'Reports','MOD04','','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',8,'1','bookings',1,'0',''),(852,97238,100234,0,'Flight Booking','BOK01','bookings/flight','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',9,'1','bookings',3,'MOD04','flight'),(853,97238,100234,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',10,'1','bookings',3,'MOD04','flight'),(854,97238,100234,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',11,'1','bookings',3,'MOD04','flight'),(855,97238,100234,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(856,97238,100234,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(857,97238,100234,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(858,97238,100234,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(859,97238,100234,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(860,97238,100234,0,'Finance','MOD05','','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',15,'1','finance',1,'0',''),(861,97238,100234,0,'Deposit Payment','FIN01','finance/deposit','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',16,'1','finance',2,'MOD05','deposit'),(862,97238,100234,0,'Ledger','FIN02','finance/ledger','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',17,'1','finance',2,'MOD05','ledger'),(863,97238,100234,0,'Settings','MOD06','','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',21,'1','settings',1,'0',''),(864,97238,100234,0,'Markup','SET01','markup','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',22,'1','default',1,'MOD06','markup'),(865,97238,100234,0,'My Queries','MOD07','list/index/my-query','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',18,'1','list',1,'0','index'),(866,97238,100234,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-20 17:00:00','2023-10-20 17:00:00','1','0',19,'1','list',1,'0','index'),(867,97253,100249,0,'Dashboard','MOD01','dashboard','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',1,'1','dashboard',1,'0','index'),(868,97253,100249,0,'Staff Management','MOD02','','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',19,'1','staff-management',1,'0',''),(869,97253,100249,0,'Staff','STA01','staff','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',20,'1','staff-management',2,'MOD02','index'),(870,97253,100249,0,'Search','MOD03','','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',2,'1','search',1,'0',''),(871,97253,100249,0,'Flights','SRC01','flight','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',3,'1','default',2,'MOD03','flight'),(872,97253,100249,0,'Hotels','SRC02','hotels','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',4,'1','hotels',2,'MOD03','index'),(873,97253,100249,0,'Hotels','SRC03','hotelsinv','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(874,97253,100249,0,'Holidays','SRC04','holidays','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',8,'1','holidays',4,'MOD03','index'),(875,97253,100249,0,'Activities','SRC05','activities','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',9,'1','activities',4,'MOD03','index'),(876,97253,100249,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',10,'1','umrah',4,'MOD03','index'),(877,97253,100249,0,'Build Package','SRC07','byo','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',6,'1','byo',4,'MOD03','index'),(878,97253,100249,0,'Land Only Package','SRC08','byonew','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',7,'1','byonew',4,'MOD03','index'),(879,97253,100249,0,'Visa','SRC09','visa','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',11,'1','visa',4,'MOD03','index'),(880,97253,100249,0,'Manage Inventory','SRC10','flight-inventory','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(881,97253,100249,0,'Reports','MOD04','','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',8,'1','bookings',1,'0',''),(882,97253,100249,0,'Flight Booking','BOK01','bookings/flight','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',9,'1','bookings',3,'MOD04','flight'),(883,97253,100249,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',10,'1','bookings',3,'MOD04','flight'),(884,97253,100249,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',11,'1','bookings',3,'MOD04','flight'),(885,97253,100249,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(886,97253,100249,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(887,97253,100249,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(888,97253,100249,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(889,97253,100249,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(890,97253,100249,0,'Finance','MOD05','','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',15,'1','finance',1,'0',''),(891,97253,100249,0,'Deposit Payment','FIN01','finance/deposit','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',16,'1','finance',2,'MOD05','deposit'),(892,97253,100249,0,'Ledger','FIN02','finance/ledger','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',17,'1','finance',2,'MOD05','ledger'),(893,97253,100249,0,'Settings','MOD06','','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',21,'1','settings',1,'0',''),(894,97253,100249,0,'Markup','SET01','markup','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',22,'1','default',1,'MOD06','markup'),(895,97253,100249,0,'My Queries','MOD07','list/index/my-query','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',18,'1','list',1,'0','index'),(896,97253,100249,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-20 18:03:00','2023-10-20 18:03:00','1','0',19,'1','list',1,'0','index'),(897,97261,100257,0,'Dashboard','MOD01','dashboard','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',1,'1','dashboard',1,'0','index'),(898,97261,100257,0,'Staff Management','MOD02','','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',19,'1','staff-management',1,'0',''),(899,97261,100257,0,'Staff','STA01','staff','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',20,'1','staff-management',2,'MOD02','index'),(900,97261,100257,0,'Search','MOD03','','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',2,'1','search',1,'0',''),(901,97261,100257,0,'Flights','SRC01','flight','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',3,'1','default',2,'MOD03','flight'),(902,97261,100257,0,'Hotels','SRC02','hotels','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',4,'1','hotels',2,'MOD03','index'),(903,97261,100257,0,'Hotels','SRC03','hotelsinv','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(904,97261,100257,0,'Holidays','SRC04','holidays','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',8,'1','holidays',4,'MOD03','index'),(905,97261,100257,0,'Activities','SRC05','activities','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',9,'1','activities',4,'MOD03','index'),(906,97261,100257,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',10,'1','umrah',4,'MOD03','index'),(907,97261,100257,0,'Build Package','SRC07','byo','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',6,'1','byo',4,'MOD03','index'),(908,97261,100257,0,'Land Only Package','SRC08','byonew','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',7,'1','byonew',4,'MOD03','index'),(909,97261,100257,0,'Visa','SRC09','visa','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',11,'1','visa',4,'MOD03','index'),(910,97261,100257,0,'Manage Inventory','SRC10','flight-inventory','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(911,97261,100257,0,'Reports','MOD04','','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',8,'1','bookings',1,'0',''),(912,97261,100257,0,'Flight Booking','BOK01','bookings/flight','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',9,'1','bookings',3,'MOD04','flight'),(913,97261,100257,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',10,'1','bookings',3,'MOD04','flight'),(914,97261,100257,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',11,'1','bookings',3,'MOD04','flight'),(915,97261,100257,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(916,97261,100257,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(917,97261,100257,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(918,97261,100257,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(919,97261,100257,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(920,97261,100257,0,'Finance','MOD05','','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',15,'1','finance',1,'0',''),(921,97261,100257,0,'Deposit Payment','FIN01','finance/deposit','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',16,'1','finance',2,'MOD05','deposit'),(922,97261,100257,0,'Ledger','FIN02','finance/ledger','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',17,'1','finance',2,'MOD05','ledger'),(923,97261,100257,0,'Settings','MOD06','','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',21,'1','settings',1,'0',''),(924,97261,100257,0,'Markup','SET01','markup','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',22,'1','default',1,'MOD06','markup'),(925,97261,100257,0,'My Queries','MOD07','list/index/my-query','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',18,'1','list',1,'0','index'),(926,97261,100257,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-20 18:35:00','2023-10-20 18:35:00','1','0',19,'1','list',1,'0','index'),(927,97367,100364,0,'Dashboard','MOD01','dashboard','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',1,'1','dashboard',1,'0','index'),(928,97367,100364,0,'Staff Management','MOD02','','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',19,'1','staff-management',1,'0',''),(929,97367,100364,0,'Staff','STA01','staff','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',20,'1','staff-management',2,'MOD02','index'),(930,97367,100364,0,'Search','MOD03','','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',2,'1','search',1,'0',''),(931,97367,100364,0,'Flights','SRC01','flight','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',3,'1','default',2,'MOD03','flight'),(932,97367,100364,0,'Hotels','SRC02','hotels','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',4,'1','hotels',2,'MOD03','index'),(933,97367,100364,0,'Hotels','SRC03','hotelsinv','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(934,97367,100364,0,'Holidays','SRC04','holidays','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',8,'1','holidays',4,'MOD03','index'),(935,97367,100364,0,'Activities','SRC05','activities','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',9,'1','activities',4,'MOD03','index'),(936,97367,100364,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',10,'1','umrah',4,'MOD03','index'),(937,97367,100364,0,'Build Package','SRC07','byo','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',6,'1','byo',4,'MOD03','index'),(938,97367,100364,0,'Land Only Package','SRC08','byonew','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',7,'1','byonew',4,'MOD03','index'),(939,97367,100364,0,'Visa','SRC09','visa','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',11,'1','visa',4,'MOD03','index'),(940,97367,100364,0,'Manage Inventory','SRC10','flight-inventory','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(941,97367,100364,0,'Reports','MOD04','','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',8,'1','bookings',1,'0',''),(942,97367,100364,0,'Flight Booking','BOK01','bookings/flight','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',9,'1','bookings',3,'MOD04','flight'),(943,97367,100364,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',10,'1','bookings',3,'MOD04','flight'),(944,97367,100364,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',11,'1','bookings',3,'MOD04','flight'),(945,97367,100364,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(946,97367,100364,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(947,97367,100364,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(948,97367,100364,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(949,97367,100364,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(950,97367,100364,0,'Finance','MOD05','','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',15,'1','finance',1,'0',''),(951,97367,100364,0,'Deposit Payment','FIN01','finance/deposit','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',16,'1','finance',2,'MOD05','deposit'),(952,97367,100364,0,'Ledger','FIN02','finance/ledger','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',17,'1','finance',2,'MOD05','ledger'),(953,97367,100364,0,'Settings','MOD06','','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',21,'1','settings',1,'0',''),(954,97367,100364,0,'Markup','SET01','markup','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',22,'1','default',1,'MOD06','markup'),(955,97367,100364,0,'My Queries','MOD07','list/index/my-query','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',18,'1','list',1,'0','index'),(956,97367,100364,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-21 14:34:00','2023-10-21 14:34:00','1','0',19,'1','list',1,'0','index'),(957,97525,100522,0,'Dashboard','MOD01','dashboard','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',1,'1','dashboard',1,'0','index'),(958,97525,100522,0,'Staff Management','MOD02','','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',19,'1','staff-management',1,'0',''),(959,97525,100522,0,'Staff','STA01','staff','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',20,'1','staff-management',2,'MOD02','index'),(960,97525,100522,0,'Search','MOD03','','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',2,'1','search',1,'0',''),(961,97525,100522,0,'Flights','SRC01','flight','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',3,'1','default',2,'MOD03','flight'),(962,97525,100522,0,'Hotels','SRC02','hotels','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',4,'1','hotels',2,'MOD03','index'),(963,97525,100522,0,'Hotels','SRC03','hotelsinv','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(964,97525,100522,0,'Holidays','SRC04','holidays','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',8,'1','holidays',4,'MOD03','index'),(965,97525,100522,0,'Activities','SRC05','activities','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',9,'1','activities',4,'MOD03','index'),(966,97525,100522,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',10,'1','umrah',4,'MOD03','index'),(967,97525,100522,0,'Build Package','SRC07','byo','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',6,'1','byo',4,'MOD03','index'),(968,97525,100522,0,'Land Only Package','SRC08','byonew','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',7,'1','byonew',4,'MOD03','index'),(969,97525,100522,0,'Visa','SRC09','visa','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',11,'1','visa',4,'MOD03','index'),(970,97525,100522,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(971,97525,100522,0,'Reports','MOD04','','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',8,'1','bookings',1,'0',''),(972,97525,100522,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',9,'1','bookings',3,'MOD04','flight'),(973,97525,100522,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',10,'1','bookings',3,'MOD04','flight'),(974,97525,100522,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',11,'1','bookings',3,'MOD04','flight'),(975,97525,100522,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(976,97525,100522,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(977,97525,100522,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(978,97525,100522,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(979,97525,100522,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(980,97525,100522,0,'Finance','MOD05','','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',15,'1','finance',1,'0',''),(981,97525,100522,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',16,'1','finance',2,'MOD05','deposit'),(982,97525,100522,0,'Ledger','FIN02','finance/ledger','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',17,'1','finance',2,'MOD05','ledger'),(983,97525,100522,0,'Settings','MOD06','','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',21,'1','settings',1,'0',''),(984,97525,100522,0,'Markup','SET01','markup','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',22,'1','default',1,'MOD06','markup'),(985,97525,100522,0,'My Queries','MOD07','list/index/my-query','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',18,'1','list',1,'0','index'),(986,97525,100522,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 15:27:00','2023-10-22 15:27:00','1','0',19,'1','list',1,'0','index'),(987,97527,100524,0,'Dashboard','MOD01','dashboard','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',1,'1','dashboard',1,'0','index'),(988,97527,100524,0,'Staff Management','MOD02','','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',19,'1','staff-management',1,'0',''),(989,97527,100524,0,'Staff','STA01','staff','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',20,'1','staff-management',2,'MOD02','index'),(990,97527,100524,0,'Search','MOD03','','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',2,'1','search',1,'0',''),(991,97527,100524,0,'Flights','SRC01','flight','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',3,'1','default',2,'MOD03','flight'),(992,97527,100524,0,'Hotels','SRC02','hotels','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',4,'1','hotels',2,'MOD03','index'),(993,97527,100524,0,'Hotels','SRC03','hotelsinv','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(994,97527,100524,0,'Holidays','SRC04','holidays','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',8,'1','holidays',4,'MOD03','index'),(995,97527,100524,0,'Activities','SRC05','activities','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',9,'1','activities',4,'MOD03','index'),(996,97527,100524,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',10,'1','umrah',4,'MOD03','index'),(997,97527,100524,0,'Build Package','SRC07','byo','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',6,'1','byo',4,'MOD03','index'),(998,97527,100524,0,'Land Only Package','SRC08','byonew','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',7,'1','byonew',4,'MOD03','index'),(999,97527,100524,0,'Visa','SRC09','visa','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',11,'1','visa',4,'MOD03','index'),(1000,97527,100524,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1001,97527,100524,0,'Reports','MOD04','','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',8,'1','bookings',1,'0',''),(1002,97527,100524,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1003,97527,100524,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1004,97527,100524,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1005,97527,100524,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1006,97527,100524,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1007,97527,100524,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1008,97527,100524,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1009,97527,100524,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1010,97527,100524,0,'Finance','MOD05','','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',15,'1','finance',1,'0',''),(1011,97527,100524,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1012,97527,100524,0,'Ledger','FIN02','finance/ledger','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1013,97527,100524,0,'Settings','MOD06','','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',21,'1','settings',1,'0',''),(1014,97527,100524,0,'Markup','SET01','markup','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',22,'1','default',1,'MOD06','markup'),(1015,97527,100524,0,'My Queries','MOD07','list/index/my-query','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',18,'1','list',1,'0','index'),(1016,97527,100524,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 15:31:00','2023-10-22 15:31:00','1','0',19,'1','list',1,'0','index'),(1017,97534,100531,0,'Dashboard','MOD01','dashboard','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',1,'1','dashboard',1,'0','index'),(1018,97534,100531,0,'Staff Management','MOD02','','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',19,'1','staff-management',1,'0',''),(1019,97534,100531,0,'Staff','STA01','staff','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1020,97534,100531,0,'Search','MOD03','','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',2,'1','search',1,'0',''),(1021,97534,100531,0,'Flights','SRC01','flight','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',3,'1','default',2,'MOD03','flight'),(1022,97534,100531,0,'Hotels','SRC02','hotels','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',4,'1','hotels',2,'MOD03','index'),(1023,97534,100531,0,'Hotels','SRC03','hotelsinv','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1024,97534,100531,0,'Holidays','SRC04','holidays','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',8,'1','holidays',4,'MOD03','index'),(1025,97534,100531,0,'Activities','SRC05','activities','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',9,'1','activities',4,'MOD03','index'),(1026,97534,100531,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',10,'1','umrah',4,'MOD03','index'),(1027,97534,100531,0,'Build Package','SRC07','byo','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',6,'1','byo',4,'MOD03','index'),(1028,97534,100531,0,'Land Only Package','SRC08','byonew','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',7,'1','byonew',4,'MOD03','index'),(1029,97534,100531,0,'Visa','SRC09','visa','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',11,'1','visa',4,'MOD03','index'),(1030,97534,100531,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1031,97534,100531,0,'Reports','MOD04','','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',8,'1','bookings',1,'0',''),(1032,97534,100531,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1033,97534,100531,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1034,97534,100531,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1035,97534,100531,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1036,97534,100531,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1037,97534,100531,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1038,97534,100531,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1039,97534,100531,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1040,97534,100531,0,'Finance','MOD05','','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',15,'1','finance',1,'0',''),(1041,97534,100531,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1042,97534,100531,0,'Ledger','FIN02','finance/ledger','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1043,97534,100531,0,'Settings','MOD06','','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',21,'1','settings',1,'0',''),(1044,97534,100531,0,'Markup','SET01','markup','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',22,'1','default',1,'MOD06','markup'),(1045,97534,100531,0,'My Queries','MOD07','list/index/my-query','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',18,'1','list',1,'0','index'),(1046,97534,100531,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 16:39:00','2023-10-22 16:39:00','1','0',19,'1','list',1,'0','index'),(1047,97537,100534,0,'Dashboard','MOD01','dashboard','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',1,'1','dashboard',1,'0','index'),(1048,97537,100534,0,'Staff Management','MOD02','','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',19,'1','staff-management',1,'0',''),(1049,97537,100534,0,'Staff','STA01','staff','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1050,97537,100534,0,'Search','MOD03','','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',2,'1','search',1,'0',''),(1051,97537,100534,0,'Flights','SRC01','flight','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',3,'1','default',2,'MOD03','flight'),(1052,97537,100534,0,'Hotels','SRC02','hotels','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',4,'1','hotels',2,'MOD03','index'),(1053,97537,100534,0,'Hotels','SRC03','hotelsinv','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1054,97537,100534,0,'Holidays','SRC04','holidays','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',8,'1','holidays',4,'MOD03','index'),(1055,97537,100534,0,'Activities','SRC05','activities','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',9,'1','activities',4,'MOD03','index'),(1056,97537,100534,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',10,'1','umrah',4,'MOD03','index'),(1057,97537,100534,0,'Build Package','SRC07','byo','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',6,'1','byo',4,'MOD03','index'),(1058,97537,100534,0,'Land Only Package','SRC08','byonew','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',7,'1','byonew',4,'MOD03','index'),(1059,97537,100534,0,'Visa','SRC09','visa','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',11,'1','visa',4,'MOD03','index'),(1060,97537,100534,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1061,97537,100534,0,'Reports','MOD04','','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',8,'1','bookings',1,'0',''),(1062,97537,100534,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1063,97537,100534,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1064,97537,100534,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1065,97537,100534,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1066,97537,100534,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1067,97537,100534,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1068,97537,100534,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1069,97537,100534,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1070,97537,100534,0,'Finance','MOD05','','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',15,'1','finance',1,'0',''),(1071,97537,100534,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1072,97537,100534,0,'Ledger','FIN02','finance/ledger','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1073,97537,100534,0,'Settings','MOD06','','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',21,'1','settings',1,'0',''),(1074,97537,100534,0,'Markup','SET01','markup','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',22,'1','default',1,'MOD06','markup'),(1075,97537,100534,0,'My Queries','MOD07','list/index/my-query','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',18,'1','list',1,'0','index'),(1076,97537,100534,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 17:04:00','2023-10-22 17:04:00','1','0',19,'1','list',1,'0','index'),(1077,97550,100547,0,'Dashboard','MOD01','dashboard','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',1,'1','dashboard',1,'0','index'),(1078,97550,100547,0,'Staff Management','MOD02','','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',19,'1','staff-management',1,'0',''),(1079,97550,100547,0,'Staff','STA01','staff','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1080,97550,100547,0,'Search','MOD03','','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',2,'1','search',1,'0',''),(1081,97550,100547,0,'Flights','SRC01','flight','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',3,'1','default',2,'MOD03','flight'),(1082,97550,100547,0,'Hotels','SRC02','hotels','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',4,'1','hotels',2,'MOD03','index'),(1083,97550,100547,0,'Hotels','SRC03','hotelsinv','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1084,97550,100547,0,'Holidays','SRC04','holidays','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',8,'1','holidays',4,'MOD03','index'),(1085,97550,100547,0,'Activities','SRC05','activities','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',9,'1','activities',4,'MOD03','index'),(1086,97550,100547,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',10,'1','umrah',4,'MOD03','index'),(1087,97550,100547,0,'Build Package','SRC07','byo','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',6,'1','byo',4,'MOD03','index'),(1088,97550,100547,0,'Land Only Package','SRC08','byonew','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',7,'1','byonew',4,'MOD03','index'),(1089,97550,100547,0,'Visa','SRC09','visa','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',11,'1','visa',4,'MOD03','index'),(1090,97550,100547,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1091,97550,100547,0,'Reports','MOD04','','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',8,'1','bookings',1,'0',''),(1092,97550,100547,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1093,97550,100547,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1094,97550,100547,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1095,97550,100547,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1096,97550,100547,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1097,97550,100547,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1098,97550,100547,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1099,97550,100547,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1100,97550,100547,0,'Finance','MOD05','','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',15,'1','finance',1,'0',''),(1101,97550,100547,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1102,97550,100547,0,'Ledger','FIN02','finance/ledger','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1103,97550,100547,0,'Settings','MOD06','','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',21,'1','settings',1,'0',''),(1104,97550,100547,0,'Markup','SET01','markup','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',22,'1','default',1,'MOD06','markup'),(1105,97550,100547,0,'My Queries','MOD07','list/index/my-query','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',18,'1','list',1,'0','index'),(1106,97550,100547,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 18:40:00','2023-10-22 18:40:00','1','0',19,'1','list',1,'0','index'),(1107,97557,100554,0,'Dashboard','MOD01','dashboard','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',1,'1','dashboard',1,'0','index'),(1108,97557,100554,0,'Staff Management','MOD02','','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',19,'1','staff-management',1,'0',''),(1109,97557,100554,0,'Staff','STA01','staff','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1110,97557,100554,0,'Search','MOD03','','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',2,'1','search',1,'0',''),(1111,97557,100554,0,'Flights','SRC01','flight','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',3,'1','default',2,'MOD03','flight'),(1112,97557,100554,0,'Hotels','SRC02','hotels','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',4,'1','hotels',2,'MOD03','index'),(1113,97557,100554,0,'Hotels','SRC03','hotelsinv','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1114,97557,100554,0,'Holidays','SRC04','holidays','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',8,'1','holidays',4,'MOD03','index'),(1115,97557,100554,0,'Activities','SRC05','activities','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',9,'1','activities',4,'MOD03','index'),(1116,97557,100554,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',10,'1','umrah',4,'MOD03','index'),(1117,97557,100554,0,'Build Package','SRC07','byo','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',6,'1','byo',4,'MOD03','index'),(1118,97557,100554,0,'Land Only Package','SRC08','byonew','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',7,'1','byonew',4,'MOD03','index'),(1119,97557,100554,0,'Visa','SRC09','visa','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',11,'1','visa',4,'MOD03','index'),(1120,97557,100554,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1121,97557,100554,0,'Reports','MOD04','','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',8,'1','bookings',1,'0',''),(1122,97557,100554,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1123,97557,100554,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1124,97557,100554,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1125,97557,100554,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1126,97557,100554,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1127,97557,100554,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1128,97557,100554,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1129,97557,100554,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1130,97557,100554,0,'Finance','MOD05','','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',15,'1','finance',1,'0',''),(1131,97557,100554,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1132,97557,100554,0,'Ledger','FIN02','finance/ledger','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1133,97557,100554,0,'Settings','MOD06','','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',21,'1','settings',1,'0',''),(1134,97557,100554,0,'Markup','SET01','markup','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',22,'1','default',1,'MOD06','markup'),(1135,97557,100554,0,'My Queries','MOD07','list/index/my-query','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',18,'1','list',1,'0','index'),(1136,97557,100554,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 19:32:00','2023-10-22 19:32:00','1','0',19,'1','list',1,'0','index'),(1137,97570,100567,0,'Dashboard','MOD01','dashboard','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',1,'1','dashboard',1,'0','index'),(1138,97570,100567,0,'Staff Management','MOD02','','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',19,'1','staff-management',1,'0',''),(1139,97570,100567,0,'Staff','STA01','staff','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1140,97570,100567,0,'Search','MOD03','','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',2,'1','search',1,'0',''),(1141,97570,100567,0,'Flights','SRC01','flight','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',3,'1','default',2,'MOD03','flight'),(1142,97570,100567,0,'Hotels','SRC02','hotels','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',4,'1','hotels',2,'MOD03','index'),(1143,97570,100567,0,'Hotels','SRC03','hotelsinv','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1144,97570,100567,0,'Holidays','SRC04','holidays','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',8,'1','holidays',4,'MOD03','index'),(1145,97570,100567,0,'Activities','SRC05','activities','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',9,'1','activities',4,'MOD03','index'),(1146,97570,100567,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',10,'1','umrah',4,'MOD03','index'),(1147,97570,100567,0,'Build Package','SRC07','byo','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',6,'1','byo',4,'MOD03','index'),(1148,97570,100567,0,'Land Only Package','SRC08','byonew','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',7,'1','byonew',4,'MOD03','index'),(1149,97570,100567,0,'Visa','SRC09','visa','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',11,'1','visa',4,'MOD03','index'),(1150,97570,100567,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1151,97570,100567,0,'Reports','MOD04','','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',8,'1','bookings',1,'0',''),(1152,97570,100567,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1153,97570,100567,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1154,97570,100567,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1155,97570,100567,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1156,97570,100567,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1157,97570,100567,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1158,97570,100567,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1159,97570,100567,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1160,97570,100567,0,'Finance','MOD05','','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',15,'1','finance',1,'0',''),(1161,97570,100567,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1162,97570,100567,0,'Ledger','FIN02','finance/ledger','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1163,97570,100567,0,'Settings','MOD06','','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',21,'1','settings',1,'0',''),(1164,97570,100567,0,'Markup','SET01','markup','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',22,'1','default',1,'MOD06','markup'),(1165,97570,100567,0,'My Queries','MOD07','list/index/my-query','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',18,'1','list',1,'0','index'),(1166,97570,100567,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 22:37:00','2023-10-22 22:37:00','1','0',19,'1','list',1,'0','index'),(1167,97571,100568,0,'Dashboard','MOD01','dashboard','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',1,'1','dashboard',1,'0','index'),(1168,97571,100568,0,'Staff Management','MOD02','','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',19,'1','staff-management',1,'0',''),(1169,97571,100568,0,'Staff','STA01','staff','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1170,97571,100568,0,'Search','MOD03','','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',2,'1','search',1,'0',''),(1171,97571,100568,0,'Flights','SRC01','flight','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',3,'1','default',2,'MOD03','flight'),(1172,97571,100568,0,'Hotels','SRC02','hotels','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',4,'1','hotels',2,'MOD03','index'),(1173,97571,100568,0,'Hotels','SRC03','hotelsinv','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1174,97571,100568,0,'Holidays','SRC04','holidays','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',8,'1','holidays',4,'MOD03','index'),(1175,97571,100568,0,'Activities','SRC05','activities','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',9,'1','activities',4,'MOD03','index'),(1176,97571,100568,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',10,'1','umrah',4,'MOD03','index'),(1177,97571,100568,0,'Build Package','SRC07','byo','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',6,'1','byo',4,'MOD03','index'),(1178,97571,100568,0,'Land Only Package','SRC08','byonew','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',7,'1','byonew',4,'MOD03','index'),(1179,97571,100568,0,'Visa','SRC09','visa','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',11,'1','visa',4,'MOD03','index'),(1180,97571,100568,0,'Manage Inventory','SRC10','flight-inventory','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1181,97571,100568,0,'Reports','MOD04','','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',8,'1','bookings',1,'0',''),(1182,97571,100568,0,'Flight Booking','BOK01','bookings/flight','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1183,97571,100568,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1184,97571,100568,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1185,97571,100568,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1186,97571,100568,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1187,97571,100568,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1188,97571,100568,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1189,97571,100568,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1190,97571,100568,0,'Finance','MOD05','','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',15,'1','finance',1,'0',''),(1191,97571,100568,0,'Deposit Payment','FIN01','finance/deposit','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1192,97571,100568,0,'Ledger','FIN02','finance/ledger','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1193,97571,100568,0,'Settings','MOD06','','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',21,'1','settings',1,'0',''),(1194,97571,100568,0,'Markup','SET01','markup','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',22,'1','default',1,'MOD06','markup'),(1195,97571,100568,0,'My Queries','MOD07','list/index/my-query','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',18,'1','list',1,'0','index'),(1196,97571,100568,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-22 22:42:00','2023-10-22 22:42:00','1','0',19,'1','list',1,'0','index'),(1197,97606,100604,0,'Dashboard','MOD01','dashboard','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',1,'1','dashboard',1,'0','index'),(1198,97606,100604,0,'Staff Management','MOD02','','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',19,'1','staff-management',1,'0',''),(1199,97606,100604,0,'Staff','STA01','staff','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1200,97606,100604,0,'Search','MOD03','','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',2,'1','search',1,'0',''),(1201,97606,100604,0,'Flights','SRC01','flight','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',3,'1','default',2,'MOD03','flight'),(1202,97606,100604,0,'Hotels','SRC02','hotels','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',4,'1','hotels',2,'MOD03','index'),(1203,97606,100604,0,'Hotels','SRC03','hotelsinv','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1204,97606,100604,0,'Holidays','SRC04','holidays','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',8,'1','holidays',4,'MOD03','index'),(1205,97606,100604,0,'Activities','SRC05','activities','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',9,'1','activities',4,'MOD03','index'),(1206,97606,100604,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',10,'1','umrah',4,'MOD03','index'),(1207,97606,100604,0,'Build Package','SRC07','byo','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',6,'1','byo',4,'MOD03','index'),(1208,97606,100604,0,'Land Only Package','SRC08','byonew','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',7,'1','byonew',4,'MOD03','index'),(1209,97606,100604,0,'Visa','SRC09','visa','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',11,'1','visa',4,'MOD03','index'),(1210,97606,100604,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1211,97606,100604,0,'Reports','MOD04','','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',8,'1','bookings',1,'0',''),(1212,97606,100604,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1213,97606,100604,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1214,97606,100604,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1215,97606,100604,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1216,97606,100604,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1217,97606,100604,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1218,97606,100604,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1219,97606,100604,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1220,97606,100604,0,'Finance','MOD05','','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',15,'1','finance',1,'0',''),(1221,97606,100604,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1222,97606,100604,0,'Ledger','FIN02','finance/ledger','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1223,97606,100604,0,'Settings','MOD06','','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',21,'1','settings',1,'0',''),(1224,97606,100604,0,'Markup','SET01','markup','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',22,'1','default',1,'MOD06','markup'),(1225,97606,100604,0,'My Queries','MOD07','list/index/my-query','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',18,'1','list',1,'0','index'),(1226,97606,100604,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 11:39:00','2023-10-23 11:39:00','1','0',19,'1','list',1,'0','index'),(1227,97676,100673,0,'Dashboard','MOD01','dashboard','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',1,'1','dashboard',1,'0','index'),(1228,97676,100673,0,'Staff Management','MOD02','','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',19,'1','staff-management',1,'0',''),(1229,97676,100673,0,'Staff','STA01','staff','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1230,97676,100673,0,'Search','MOD03','','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',2,'1','search',1,'0',''),(1231,97676,100673,0,'Flights','SRC01','flight','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',3,'1','default',2,'MOD03','flight'),(1232,97676,100673,0,'Hotels','SRC02','hotels','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',4,'1','hotels',2,'MOD03','index'),(1233,97676,100673,0,'Hotels','SRC03','hotelsinv','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1234,97676,100673,0,'Holidays','SRC04','holidays','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',8,'1','holidays',4,'MOD03','index'),(1235,97676,100673,0,'Activities','SRC05','activities','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',9,'1','activities',4,'MOD03','index'),(1236,97676,100673,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',10,'1','umrah',4,'MOD03','index'),(1237,97676,100673,0,'Build Package','SRC07','byo','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',6,'1','byo',4,'MOD03','index'),(1238,97676,100673,0,'Land Only Package','SRC08','byonew','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',7,'1','byonew',4,'MOD03','index'),(1239,97676,100673,0,'Visa','SRC09','visa','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',11,'1','visa',4,'MOD03','index'),(1240,97676,100673,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1241,97676,100673,0,'Reports','MOD04','','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',8,'1','bookings',1,'0',''),(1242,97676,100673,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1243,97676,100673,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1244,97676,100673,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1245,97676,100673,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1246,97676,100673,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1247,97676,100673,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1248,97676,100673,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1249,97676,100673,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1250,97676,100673,0,'Finance','MOD05','','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',15,'1','finance',1,'0',''),(1251,97676,100673,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1252,97676,100673,0,'Ledger','FIN02','finance/ledger','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1253,97676,100673,0,'Settings','MOD06','','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',21,'1','settings',1,'0',''),(1254,97676,100673,0,'Markup','SET01','markup','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',22,'1','default',1,'MOD06','markup'),(1255,97676,100673,0,'My Queries','MOD07','list/index/my-query','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',18,'1','list',1,'0','index'),(1256,97676,100673,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 17:17:00','2023-10-23 17:17:00','1','0',19,'1','list',1,'0','index'),(1257,97689,100685,0,'Dashboard','MOD01','dashboard','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',1,'1','dashboard',1,'0','index'),(1258,97689,100685,0,'Staff Management','MOD02','','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',19,'1','staff-management',1,'0',''),(1259,97689,100685,0,'Staff','STA01','staff','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1260,97689,100685,0,'Search','MOD03','','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',2,'1','search',1,'0',''),(1261,97689,100685,0,'Flights','SRC01','flight','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',3,'1','default',2,'MOD03','flight'),(1262,97689,100685,0,'Hotels','SRC02','hotels','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',4,'1','hotels',2,'MOD03','index'),(1263,97689,100685,0,'Hotels','SRC03','hotelsinv','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1264,97689,100685,0,'Holidays','SRC04','holidays','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',8,'1','holidays',4,'MOD03','index'),(1265,97689,100685,0,'Activities','SRC05','activities','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',9,'1','activities',4,'MOD03','index'),(1266,97689,100685,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',10,'1','umrah',4,'MOD03','index'),(1267,97689,100685,0,'Build Package','SRC07','byo','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',6,'1','byo',4,'MOD03','index'),(1268,97689,100685,0,'Land Only Package','SRC08','byonew','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',7,'1','byonew',4,'MOD03','index'),(1269,97689,100685,0,'Visa','SRC09','visa','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',11,'1','visa',4,'MOD03','index'),(1270,97689,100685,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1271,97689,100685,0,'Reports','MOD04','','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',8,'1','bookings',1,'0',''),(1272,97689,100685,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1273,97689,100685,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1274,97689,100685,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1275,97689,100685,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1276,97689,100685,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1277,97689,100685,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1278,97689,100685,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1279,97689,100685,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1280,97689,100685,0,'Finance','MOD05','','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',15,'1','finance',1,'0',''),(1281,97689,100685,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1282,97689,100685,0,'Ledger','FIN02','finance/ledger','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1283,97689,100685,0,'Settings','MOD06','','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',21,'1','settings',1,'0',''),(1284,97689,100685,0,'Markup','SET01','markup','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',22,'1','default',1,'MOD06','markup'),(1285,97689,100685,0,'My Queries','MOD07','list/index/my-query','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',18,'1','list',1,'0','index'),(1286,97689,100685,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 18:14:00','2023-10-23 18:14:00','1','0',19,'1','list',1,'0','index'),(1287,97700,100697,0,'Dashboard','MOD01','dashboard','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',1,'1','dashboard',1,'0','index'),(1288,97700,100697,0,'Staff Management','MOD02','','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',19,'1','staff-management',1,'0',''),(1289,97700,100697,0,'Staff','STA01','staff','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1290,97700,100697,0,'Search','MOD03','','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',2,'1','search',1,'0',''),(1291,97700,100697,0,'Flights','SRC01','flight','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',3,'1','default',2,'MOD03','flight'),(1292,97700,100697,0,'Hotels','SRC02','hotels','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',4,'1','hotels',2,'MOD03','index'),(1293,97700,100697,0,'Hotels','SRC03','hotelsinv','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1294,97700,100697,0,'Holidays','SRC04','holidays','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',8,'1','holidays',4,'MOD03','index'),(1295,97700,100697,0,'Activities','SRC05','activities','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',9,'1','activities',4,'MOD03','index'),(1296,97700,100697,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',10,'1','umrah',4,'MOD03','index'),(1297,97700,100697,0,'Build Package','SRC07','byo','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',6,'1','byo',4,'MOD03','index'),(1298,97700,100697,0,'Land Only Package','SRC08','byonew','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',7,'1','byonew',4,'MOD03','index'),(1299,97700,100697,0,'Visa','SRC09','visa','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',11,'1','visa',4,'MOD03','index'),(1300,97700,100697,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1301,97700,100697,0,'Reports','MOD04','','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',8,'1','bookings',1,'0',''),(1302,97700,100697,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1303,97700,100697,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1304,97700,100697,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1305,97700,100697,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1306,97700,100697,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1307,97700,100697,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1308,97700,100697,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1309,97700,100697,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1310,97700,100697,0,'Finance','MOD05','','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',15,'1','finance',1,'0',''),(1311,97700,100697,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1312,97700,100697,0,'Ledger','FIN02','finance/ledger','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1313,97700,100697,0,'Settings','MOD06','','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',21,'1','settings',1,'0',''),(1314,97700,100697,0,'Markup','SET01','markup','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',22,'1','default',1,'MOD06','markup'),(1315,97700,100697,0,'My Queries','MOD07','list/index/my-query','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',18,'1','list',1,'0','index'),(1316,97700,100697,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 18:59:00','2023-10-23 18:59:00','1','0',19,'1','list',1,'0','index'),(1317,97728,100725,0,'Dashboard','MOD01','dashboard','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',1,'1','dashboard',1,'0','index'),(1318,97728,100725,0,'Staff Management','MOD02','','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',19,'1','staff-management',1,'0',''),(1319,97728,100725,0,'Staff','STA01','staff','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1320,97728,100725,0,'Search','MOD03','','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',2,'1','search',1,'0',''),(1321,97728,100725,0,'Flights','SRC01','flight','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',3,'1','default',2,'MOD03','flight'),(1322,97728,100725,0,'Hotels','SRC02','hotels','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',4,'1','hotels',2,'MOD03','index'),(1323,97728,100725,0,'Hotels','SRC03','hotelsinv','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1324,97728,100725,0,'Holidays','SRC04','holidays','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',8,'1','holidays',4,'MOD03','index'),(1325,97728,100725,0,'Activities','SRC05','activities','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',9,'1','activities',4,'MOD03','index'),(1326,97728,100725,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',10,'1','umrah',4,'MOD03','index'),(1327,97728,100725,0,'Build Package','SRC07','byo','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',6,'1','byo',4,'MOD03','index'),(1328,97728,100725,0,'Land Only Package','SRC08','byonew','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',7,'1','byonew',4,'MOD03','index'),(1329,97728,100725,0,'Visa','SRC09','visa','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',11,'1','visa',4,'MOD03','index'),(1330,97728,100725,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1331,97728,100725,0,'Reports','MOD04','','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',8,'1','bookings',1,'0',''),(1332,97728,100725,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1333,97728,100725,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1334,97728,100725,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1335,97728,100725,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1336,97728,100725,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1337,97728,100725,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1338,97728,100725,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1339,97728,100725,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1340,97728,100725,0,'Finance','MOD05','','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',15,'1','finance',1,'0',''),(1341,97728,100725,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1342,97728,100725,0,'Ledger','FIN02','finance/ledger','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1343,97728,100725,0,'Settings','MOD06','','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',21,'1','settings',1,'0',''),(1344,97728,100725,0,'Markup','SET01','markup','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',22,'1','default',1,'MOD06','markup'),(1345,97728,100725,0,'My Queries','MOD07','list/index/my-query','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',18,'1','list',1,'0','index'),(1346,97728,100725,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 22:45:00','2023-10-23 22:45:00','1','0',19,'1','list',1,'0','index'),(1347,97729,100726,0,'Dashboard','MOD01','dashboard','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',1,'1','dashboard',1,'0','index'),(1348,97729,100726,0,'Staff Management','MOD02','','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',19,'1','staff-management',1,'0',''),(1349,97729,100726,0,'Staff','STA01','staff','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1350,97729,100726,0,'Search','MOD03','','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',2,'1','search',1,'0',''),(1351,97729,100726,0,'Flights','SRC01','flight','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',3,'1','default',2,'MOD03','flight'),(1352,97729,100726,0,'Hotels','SRC02','hotels','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',4,'1','hotels',2,'MOD03','index'),(1353,97729,100726,0,'Hotels','SRC03','hotelsinv','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1354,97729,100726,0,'Holidays','SRC04','holidays','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',8,'1','holidays',4,'MOD03','index'),(1355,97729,100726,0,'Activities','SRC05','activities','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',9,'1','activities',4,'MOD03','index'),(1356,97729,100726,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',10,'1','umrah',4,'MOD03','index'),(1357,97729,100726,0,'Build Package','SRC07','byo','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',6,'1','byo',4,'MOD03','index'),(1358,97729,100726,0,'Land Only Package','SRC08','byonew','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',7,'1','byonew',4,'MOD03','index'),(1359,97729,100726,0,'Visa','SRC09','visa','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',11,'1','visa',4,'MOD03','index'),(1360,97729,100726,0,'Manage Inventory','SRC10','flight-inventory','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1361,97729,100726,0,'Reports','MOD04','','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',8,'1','bookings',1,'0',''),(1362,97729,100726,0,'Flight Booking','BOK01','bookings/flight','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1363,97729,100726,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1364,97729,100726,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1365,97729,100726,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1366,97729,100726,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1367,97729,100726,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1368,97729,100726,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1369,97729,100726,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1370,97729,100726,0,'Finance','MOD05','','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',15,'1','finance',1,'0',''),(1371,97729,100726,0,'Deposit Payment','FIN01','finance/deposit','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1372,97729,100726,0,'Ledger','FIN02','finance/ledger','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1373,97729,100726,0,'Settings','MOD06','','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',21,'1','settings',1,'0',''),(1374,97729,100726,0,'Markup','SET01','markup','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',22,'1','default',1,'MOD06','markup'),(1375,97729,100726,0,'My Queries','MOD07','list/index/my-query','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',18,'1','list',1,'0','index'),(1376,97729,100726,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-23 22:49:00','2023-10-23 22:49:00','1','0',19,'1','list',1,'0','index'),(1377,97753,100750,0,'Dashboard','MOD01','dashboard','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',1,'1','dashboard',1,'0','index'),(1378,97753,100750,0,'Staff Management','MOD02','','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',19,'1','staff-management',1,'0',''),(1379,97753,100750,0,'Staff','STA01','staff','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1380,97753,100750,0,'Search','MOD03','','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',2,'1','search',1,'0',''),(1381,97753,100750,0,'Flights','SRC01','flight','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',3,'1','default',2,'MOD03','flight'),(1382,97753,100750,0,'Hotels','SRC02','hotels','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',4,'1','hotels',2,'MOD03','index'),(1383,97753,100750,0,'Hotels','SRC03','hotelsinv','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1384,97753,100750,0,'Holidays','SRC04','holidays','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',8,'1','holidays',4,'MOD03','index'),(1385,97753,100750,0,'Activities','SRC05','activities','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',9,'1','activities',4,'MOD03','index'),(1386,97753,100750,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',10,'1','umrah',4,'MOD03','index'),(1387,97753,100750,0,'Build Package','SRC07','byo','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',6,'1','byo',4,'MOD03','index'),(1388,97753,100750,0,'Land Only Package','SRC08','byonew','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',7,'1','byonew',4,'MOD03','index'),(1389,97753,100750,0,'Visa','SRC09','visa','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',11,'1','visa',4,'MOD03','index'),(1390,97753,100750,0,'Manage Inventory','SRC10','flight-inventory','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1391,97753,100750,0,'Reports','MOD04','','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',8,'1','bookings',1,'0',''),(1392,97753,100750,0,'Flight Booking','BOK01','bookings/flight','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1393,97753,100750,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1394,97753,100750,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1395,97753,100750,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1396,97753,100750,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1397,97753,100750,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1398,97753,100750,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1399,97753,100750,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1400,97753,100750,0,'Finance','MOD05','','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',15,'1','finance',1,'0',''),(1401,97753,100750,0,'Deposit Payment','FIN01','finance/deposit','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1402,97753,100750,0,'Ledger','FIN02','finance/ledger','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1403,97753,100750,0,'Settings','MOD06','','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',21,'1','settings',1,'0',''),(1404,97753,100750,0,'Markup','SET01','markup','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',22,'1','default',1,'MOD06','markup'),(1405,97753,100750,0,'My Queries','MOD07','list/index/my-query','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',18,'1','list',1,'0','index'),(1406,97753,100750,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-24 09:59:00','2023-10-24 09:59:00','1','0',19,'1','list',1,'0','index'),(1407,97772,100769,0,'Dashboard','MOD01','dashboard','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',1,'1','dashboard',1,'0','index'),(1408,97772,100769,0,'Staff Management','MOD02','','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',19,'1','staff-management',1,'0',''),(1409,97772,100769,0,'Staff','STA01','staff','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1410,97772,100769,0,'Search','MOD03','','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',2,'1','search',1,'0',''),(1411,97772,100769,0,'Flights','SRC01','flight','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',3,'1','default',2,'MOD03','flight'),(1412,97772,100769,0,'Hotels','SRC02','hotels','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',4,'1','hotels',2,'MOD03','index'),(1413,97772,100769,0,'Hotels','SRC03','hotelsinv','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1414,97772,100769,0,'Holidays','SRC04','holidays','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',8,'1','holidays',4,'MOD03','index'),(1415,97772,100769,0,'Activities','SRC05','activities','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',9,'1','activities',4,'MOD03','index'),(1416,97772,100769,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',10,'1','umrah',4,'MOD03','index'),(1417,97772,100769,0,'Build Package','SRC07','byo','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',6,'1','byo',4,'MOD03','index'),(1418,97772,100769,0,'Land Only Package','SRC08','byonew','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',7,'1','byonew',4,'MOD03','index'),(1419,97772,100769,0,'Visa','SRC09','visa','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',11,'1','visa',4,'MOD03','index'),(1420,97772,100769,0,'Reports','MOD04','','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',8,'1','bookings',1,'0',''),(1421,97772,100769,0,'Flight Booking','BOK01','bookings/flight','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1422,97772,100769,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1423,97772,100769,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1424,97772,100769,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1425,97772,100769,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1426,97772,100769,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1427,97772,100769,0,'Finance','MOD05','','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',15,'1','finance',1,'0',''),(1428,97772,100769,0,'Deposit Payment','FIN01','finance/deposit','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1429,97772,100769,0,'Ledger','FIN02','finance/ledger','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1430,97772,100769,0,'Settings','MOD06','','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',21,'1','settings',1,'0',''),(1431,97772,100769,0,'Markup','SET01','markup','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',22,'1','default',1,'MOD06','markup'),(1432,97772,100769,0,'My Queries','MOD07','list/index/my-query','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',18,'1','list',1,'0','index'),(1433,97772,100769,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-24 13:00:00','2023-10-24 13:00:00','1','0',19,'1','list',1,'0','index'),(1434,97862,100860,0,'Dashboard','MOD01','dashboard','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',1,'1','dashboard',1,'0','index'),(1435,97862,100860,0,'Staff Management','MOD02','','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',19,'1','staff-management',1,'0',''),(1436,97862,100860,0,'Staff','STA01','staff','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1437,97862,100860,0,'Search','MOD03','','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',2,'1','search',1,'0',''),(1438,97862,100860,0,'Flights','SRC01','flight','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',3,'1','default',2,'MOD03','flight'),(1439,97862,100860,0,'Hotels','SRC02','hotels','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',4,'1','hotels',2,'MOD03','index'),(1440,97862,100860,0,'Hotels','SRC03','hotelsinv','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1441,97862,100860,0,'Holidays','SRC04','holidays','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',8,'1','holidays',4,'MOD03','index'),(1442,97862,100860,0,'Activities','SRC05','activities','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',9,'1','activities',4,'MOD03','index'),(1443,97862,100860,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',10,'1','umrah',4,'MOD03','index'),(1444,97862,100860,0,'Build Package','SRC07','byo','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',6,'1','byo',4,'MOD03','index'),(1445,97862,100860,0,'Land Only Package','SRC08','byonew','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',7,'1','byonew',4,'MOD03','index'),(1446,97862,100860,0,'Visa','SRC09','visa','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',11,'1','visa',4,'MOD03','index'),(1447,97862,100860,0,'Manage Inventory','SRC10','flight-inventory','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1448,97862,100860,0,'Reports','MOD04','','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',8,'1','bookings',1,'0',''),(1449,97862,100860,0,'Flight Booking','BOK01','bookings/flight','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1450,97862,100860,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1451,97862,100860,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1452,97862,100860,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1453,97862,100860,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1454,97862,100860,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1455,97862,100860,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1456,97862,100860,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1457,97862,100860,0,'Finance','MOD05','','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',15,'1','finance',1,'0',''),(1458,97862,100860,0,'Deposit Payment','FIN01','finance/deposit','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1459,97862,100860,0,'Ledger','FIN02','finance/ledger','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1460,97862,100860,0,'Settings','MOD06','','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',21,'1','settings',1,'0',''),(1461,97862,100860,0,'Markup','SET01','markup','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',22,'1','default',1,'MOD06','markup'),(1462,97862,100860,0,'My Queries','MOD07','list/index/my-query','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',18,'1','list',1,'0','index'),(1463,97862,100860,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-24 21:32:00','2023-10-24 21:32:00','1','0',19,'1','list',1,'0','index'),(1464,97897,100895,0,'Dashboard','MOD01','dashboard','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',1,'1','dashboard',1,'0','index'),(1465,97897,100895,0,'Staff Management','MOD02','','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',19,'1','staff-management',1,'0',''),(1466,97897,100895,0,'Staff','STA01','staff','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1467,97897,100895,0,'Search','MOD03','','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',2,'1','search',1,'0',''),(1468,97897,100895,0,'Flights','SRC01','flight','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',3,'1','default',2,'MOD03','flight'),(1469,97897,100895,0,'Hotels','SRC02','hotels','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',4,'1','hotels',2,'MOD03','index'),(1470,97897,100895,0,'Hotels','SRC03','hotelsinv','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1471,97897,100895,0,'Holidays','SRC04','holidays','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',8,'1','holidays',4,'MOD03','index'),(1472,97897,100895,0,'Activities','SRC05','activities','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',9,'1','activities',4,'MOD03','index'),(1473,97897,100895,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',10,'1','umrah',4,'MOD03','index'),(1474,97897,100895,0,'Build Package','SRC07','byo','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',6,'1','byo',4,'MOD03','index'),(1475,97897,100895,0,'Land Only Package','SRC08','byonew','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',7,'1','byonew',4,'MOD03','index'),(1476,97897,100895,0,'Visa','SRC09','visa','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',11,'1','visa',4,'MOD03','index'),(1477,97897,100895,0,'Manage Inventory','SRC10','flight-inventory','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1478,97897,100895,0,'Reports','MOD04','','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',8,'1','bookings',1,'0',''),(1479,97897,100895,0,'Flight Booking','BOK01','bookings/flight','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1480,97897,100895,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1481,97897,100895,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1482,97897,100895,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1483,97897,100895,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1484,97897,100895,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1485,97897,100895,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1486,97897,100895,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1487,97897,100895,0,'Finance','MOD05','','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',15,'1','finance',1,'0',''),(1488,97897,100895,0,'Deposit Payment','FIN01','finance/deposit','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1489,97897,100895,0,'Ledger','FIN02','finance/ledger','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1490,97897,100895,0,'Settings','MOD06','','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',21,'1','settings',1,'0',''),(1491,97897,100895,0,'Markup','SET01','markup','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',22,'1','default',1,'MOD06','markup'),(1492,97897,100895,0,'My Queries','MOD07','list/index/my-query','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',18,'1','list',1,'0','index'),(1493,97897,100895,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-25 10:24:00','2023-10-25 10:24:00','1','0',19,'1','list',1,'0','index'),(1494,97980,100981,0,'Dashboard','MOD01','dashboard','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',1,'1','dashboard',1,'0','index'),(1495,97980,100981,0,'Staff Management','MOD02','','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',19,'1','staff-management',1,'0',''),(1496,97980,100981,0,'Staff','STA01','staff','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1497,97980,100981,0,'Search','MOD03','','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',2,'1','search',1,'0',''),(1498,97980,100981,0,'Flights','SRC01','flight','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',3,'1','default',2,'MOD03','flight'),(1499,97980,100981,0,'Hotels','SRC02','hotels','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',4,'1','hotels',2,'MOD03','index'),(1500,97980,100981,0,'Hotels','SRC03','hotelsinv','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1501,97980,100981,0,'Holidays','SRC04','holidays','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',8,'1','holidays',4,'MOD03','index'),(1502,97980,100981,0,'Activities','SRC05','activities','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',9,'1','activities',4,'MOD03','index'),(1503,97980,100981,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',10,'1','umrah',4,'MOD03','index'),(1504,97980,100981,0,'Build Package','SRC07','byo','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',6,'1','byo',4,'MOD03','index'),(1505,97980,100981,0,'Land Only Package','SRC08','byonew','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',7,'1','byonew',4,'MOD03','index'),(1506,97980,100981,0,'Visa','SRC09','visa','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',11,'1','visa',4,'MOD03','index'),(1507,97980,100981,0,'Manage Inventory','SRC10','flight-inventory','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1508,97980,100981,0,'Reports','MOD04','','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',8,'1','bookings',1,'0',''),(1509,97980,100981,0,'Flight Booking','BOK01','bookings/flight','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1510,97980,100981,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1511,97980,100981,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1512,97980,100981,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1513,97980,100981,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1514,97980,100981,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1515,97980,100981,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1516,97980,100981,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1517,97980,100981,0,'Finance','MOD05','','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',15,'1','finance',1,'0',''),(1518,97980,100981,0,'Deposit Payment','FIN01','finance/deposit','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1519,97980,100981,0,'Ledger','FIN02','finance/ledger','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1520,97980,100981,0,'Settings','MOD06','','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',21,'1','settings',1,'0',''),(1521,97980,100981,0,'Markup','SET01','markup','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',22,'1','default',1,'MOD06','markup'),(1522,97980,100981,0,'My Queries','MOD07','list/index/my-query','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',18,'1','list',1,'0','index'),(1523,97980,100981,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-25 16:20:00','2023-10-25 16:20:00','1','0',19,'1','list',1,'0','index'),(1524,98182,101183,0,'Dashboard','MOD01','dashboard','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',1,'1','dashboard',1,'0','index'),(1525,98182,101183,0,'Staff Management','MOD02','','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',19,'1','staff-management',1,'0',''),(1526,98182,101183,0,'Staff','STA01','staff','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1527,98182,101183,0,'Search','MOD03','','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',2,'1','search',1,'0',''),(1528,98182,101183,0,'Flights','SRC01','flight','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',3,'1','default',2,'MOD03','flight'),(1529,98182,101183,0,'Hotels','SRC02','hotels','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',4,'1','hotels',2,'MOD03','index'),(1530,98182,101183,0,'Hotels','SRC03','hotelsinv','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1531,98182,101183,0,'Holidays','SRC04','holidays','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',8,'1','holidays',4,'MOD03','index'),(1532,98182,101183,0,'Activities','SRC05','activities','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',9,'1','activities',4,'MOD03','index'),(1533,98182,101183,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',10,'1','umrah',4,'MOD03','index'),(1534,98182,101183,0,'Build Package','SRC07','byo','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',6,'1','byo',4,'MOD03','index'),(1535,98182,101183,0,'Land Only Package','SRC08','byonew','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',7,'1','byonew',4,'MOD03','index'),(1536,98182,101183,0,'Visa','SRC09','visa','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',11,'1','visa',4,'MOD03','index'),(1537,98182,101183,0,'Manage Inventory','SRC10','flight-inventory','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1538,98182,101183,0,'Reports','MOD04','','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',8,'1','bookings',1,'0',''),(1539,98182,101183,0,'Flight Booking','BOK01','bookings/flight','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1540,98182,101183,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1541,98182,101183,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1542,98182,101183,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1543,98182,101183,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1544,98182,101183,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1545,98182,101183,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1546,98182,101183,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1547,98182,101183,0,'Finance','MOD05','','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',15,'1','finance',1,'0',''),(1548,98182,101183,0,'Deposit Payment','FIN01','finance/deposit','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1549,98182,101183,0,'Ledger','FIN02','finance/ledger','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1550,98182,101183,0,'Settings','MOD06','','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',21,'1','settings',1,'0',''),(1551,98182,101183,0,'Markup','SET01','markup','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',22,'1','default',1,'MOD06','markup'),(1552,98182,101183,0,'My Queries','MOD07','list/index/my-query','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',18,'1','list',1,'0','index'),(1553,98182,101183,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-26 17:51:00','2023-10-26 17:51:00','1','0',19,'1','list',1,'0','index'),(1554,98216,101217,0,'Dashboard','MOD01','dashboard','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',1,'1','dashboard',1,'0','index'),(1555,98216,101217,0,'Staff Management','MOD02','','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',19,'1','staff-management',1,'0',''),(1556,98216,101217,0,'Staff','STA01','staff','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1557,98216,101217,0,'Search','MOD03','','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',2,'1','search',1,'0',''),(1558,98216,101217,0,'Flights','SRC01','flight','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',3,'1','default',2,'MOD03','flight'),(1559,98216,101217,0,'Hotels','SRC02','hotels','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',4,'1','hotels',2,'MOD03','index'),(1560,98216,101217,0,'Hotels','SRC03','hotelsinv','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1561,98216,101217,0,'Holidays','SRC04','holidays','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',8,'1','holidays',4,'MOD03','index'),(1562,98216,101217,0,'Activities','SRC05','activities','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',9,'1','activities',4,'MOD03','index'),(1563,98216,101217,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',10,'1','umrah',4,'MOD03','index'),(1564,98216,101217,0,'Build Package','SRC07','byo','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',6,'1','byo',4,'MOD03','index'),(1565,98216,101217,0,'Land Only Package','SRC08','byonew','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',7,'1','byonew',4,'MOD03','index'),(1566,98216,101217,0,'Visa','SRC09','visa','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',11,'1','visa',4,'MOD03','index'),(1567,98216,101217,0,'Manage Inventory','SRC10','flight-inventory','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1568,98216,101217,0,'Reports','MOD04','','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',8,'1','bookings',1,'0',''),(1569,98216,101217,0,'Flight Booking','BOK01','bookings/flight','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1570,98216,101217,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1571,98216,101217,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1572,98216,101217,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1573,98216,101217,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1574,98216,101217,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1575,98216,101217,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1576,98216,101217,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1577,98216,101217,0,'Finance','MOD05','','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',15,'1','finance',1,'0',''),(1578,98216,101217,0,'Deposit Payment','FIN01','finance/deposit','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1579,98216,101217,0,'Ledger','FIN02','finance/ledger','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1580,98216,101217,0,'Settings','MOD06','','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',21,'1','settings',1,'0',''),(1581,98216,101217,0,'Markup','SET01','markup','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',22,'1','default',1,'MOD06','markup'),(1582,98216,101217,0,'My Queries','MOD07','list/index/my-query','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',18,'1','list',1,'0','index'),(1583,98216,101217,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-26 20:16:00','2023-10-26 20:16:00','1','0',19,'1','list',1,'0','index'),(1584,98694,101721,0,'Dashboard','MOD01','dashboard','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',1,'1','dashboard',1,'0','index'),(1585,98694,101721,0,'Staff Management','MOD02','','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',19,'1','staff-management',1,'0',''),(1586,98694,101721,0,'Staff','STA01','staff','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1587,98694,101721,0,'Search','MOD03','','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',2,'1','search',1,'0',''),(1588,98694,101721,0,'Flights','SRC01','flight','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',3,'1','default',2,'MOD03','flight'),(1589,98694,101721,0,'Hotels','SRC02','hotels','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',4,'1','hotels',2,'MOD03','index'),(1590,98694,101721,0,'Hotels','SRC03','hotelsinv','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1591,98694,101721,0,'Holidays','SRC04','holidays','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',8,'1','holidays',4,'MOD03','index'),(1592,98694,101721,0,'Activities','SRC05','activities','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',9,'1','activities',4,'MOD03','index'),(1593,98694,101721,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',10,'1','umrah',4,'MOD03','index'),(1594,98694,101721,0,'Build Package','SRC07','byo','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',6,'1','byo',4,'MOD03','index'),(1595,98694,101721,0,'Land Only Package','SRC08','byonew','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',7,'1','byonew',4,'MOD03','index'),(1596,98694,101721,0,'Visa','SRC09','visa','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',11,'1','visa',4,'MOD03','index'),(1597,98694,101721,0,'Manage Inventory','SRC10','flight-inventory','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1598,98694,101721,0,'Reports','MOD04','','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',8,'1','bookings',1,'0',''),(1599,98694,101721,0,'Flight Booking','BOK01','bookings/flight','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1600,98694,101721,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1601,98694,101721,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1602,98694,101721,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1603,98694,101721,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1604,98694,101721,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1605,98694,101721,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1606,98694,101721,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1607,98694,101721,0,'Finance','MOD05','','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',15,'1','finance',1,'0',''),(1608,98694,101721,0,'Deposit Payment','FIN01','finance/deposit','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1609,98694,101721,0,'Ledger','FIN02','finance/ledger','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1610,98694,101721,0,'Settings','MOD06','','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',21,'1','settings',1,'0',''),(1611,98694,101721,0,'Markup','SET01','markup','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',22,'1','default',1,'MOD06','markup'),(1612,98694,101721,0,'My Queries','MOD07','list/index/my-query','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',18,'1','list',1,'0','index'),(1613,98694,101721,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-29 20:08:00','2023-10-29 20:08:00','1','0',19,'1','list',1,'0','index'),(1614,98705,101732,0,'Dashboard','MOD01','dashboard','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',1,'1','dashboard',1,'0','index'),(1615,98705,101732,0,'Staff Management','MOD02','','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',19,'1','staff-management',1,'0',''),(1616,98705,101732,0,'Staff','STA01','staff','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1617,98705,101732,0,'Search','MOD03','','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',2,'1','search',1,'0',''),(1618,98705,101732,0,'Flights','SRC01','flight','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',3,'1','default',2,'MOD03','flight'),(1619,98705,101732,0,'Hotels','SRC02','hotels','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',4,'1','hotels',2,'MOD03','index'),(1620,98705,101732,0,'Hotels','SRC03','hotelsinv','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1621,98705,101732,0,'Holidays','SRC04','holidays','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',8,'1','holidays',4,'MOD03','index'),(1622,98705,101732,0,'Activities','SRC05','activities','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',9,'1','activities',4,'MOD03','index'),(1623,98705,101732,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',10,'1','umrah',4,'MOD03','index'),(1624,98705,101732,0,'Build Package','SRC07','byo','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',6,'1','byo',4,'MOD03','index'),(1625,98705,101732,0,'Land Only Package','SRC08','byonew','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',7,'1','byonew',4,'MOD03','index'),(1626,98705,101732,0,'Visa','SRC09','visa','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',11,'1','visa',4,'MOD03','index'),(1627,98705,101732,0,'Manage Inventory','SRC10','flight-inventory','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',12,'1','flight-inventory',4,'MOD03','index'),(1628,98705,101732,0,'Reports','MOD04','','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',8,'1','bookings',1,'0',''),(1629,98705,101732,0,'Flight Booking','BOK01','bookings/flight','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1630,98705,101732,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1631,98705,101732,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1632,98705,101732,0,'Hotel Booking','BOK04','bookings/hotel','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1633,98705,101732,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1634,98705,101732,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1635,98705,101732,0,'Sales Report','BOK07','flight-inventory/index/flight-booking','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',23,'1','flight-inventory',4,'MOD04','index'),(1636,98705,101732,0,'Cancellation Report','BOK08','flight-inventory/index/flight-booking/filter/cancel','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',24,'1','flight-inventory',4,'MOD04','index'),(1637,98705,101732,0,'Finance','MOD05','','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',15,'1','finance',1,'0',''),(1638,98705,101732,0,'Deposit Payment','FIN01','finance/deposit','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1639,98705,101732,0,'Ledger','FIN02','finance/ledger','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1640,98705,101732,0,'Settings','MOD06','','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',21,'1','settings',1,'0',''),(1641,98705,101732,0,'Markup','SET01','markup','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',22,'1','default',1,'MOD06','markup'),(1642,98705,101732,0,'My Queries','MOD07','list/index/my-query','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',18,'1','list',1,'0','index'),(1643,98705,101732,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-10-29 22:07:00','2023-10-29 22:07:00','1','0',19,'1','list',1,'0','index'),(1644,103393,106483,0,'Dashboard','MOD01','dashboard','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',1,'1','dashboard',1,'0','index'),(1645,103393,106483,0,'Staff Management','MOD02','','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',19,'1','staff-management',1,'0',''),(1646,103393,106483,0,'Staff','STA01','staff','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1647,103393,106483,0,'Search','MOD03','','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',2,'1','search',1,'0',''),(1648,103393,106483,0,'Flights','SRC01','flight','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',3,'1','default',2,'MOD03','flight'),(1649,103393,106483,0,'Hotels','SRC02','hotels','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',4,'1','hotels',2,'MOD03','index'),(1650,103393,106483,0,'Hotels','SRC03','hotelsinv','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1651,103393,106483,0,'Holidays','SRC04','holidays','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',8,'1','holidays',4,'MOD03','index'),(1652,103393,106483,0,'Activities','SRC05','activities','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',9,'1','activities',4,'MOD03','index'),(1653,103393,106483,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',10,'1','umrah',4,'MOD03','index'),(1654,103393,106483,0,'Build Package','SRC07','byo','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',6,'1','byo',4,'MOD03','index'),(1655,103393,106483,0,'Land Only Package','SRC08','byonew','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',7,'1','byonew',4,'MOD03','index'),(1656,103393,106483,0,'Visa','SRC09','visa','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',11,'1','visa',4,'MOD03','index'),(1657,103393,106483,0,'Reports','MOD04','','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',8,'1','bookings',1,'0',''),(1658,103393,106483,0,'Flight Booking','BOK01','bookings/flight','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1659,103393,106483,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1660,103393,106483,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1661,103393,106483,0,'Hotel Booking','BOK04','bookings/hotel','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1662,103393,106483,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1663,103393,106483,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1664,103393,106483,0,'Finance','MOD05','','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',15,'1','finance',1,'0',''),(1665,103393,106483,0,'Deposit Payment','FIN01','finance/deposit','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1666,103393,106483,0,'Ledger','FIN02','finance/ledger','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1667,103393,106483,0,'Settings','MOD06','','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',21,'1','settings',1,'0',''),(1668,103393,106483,0,'Markup','SET01','markup','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',22,'1','default',1,'MOD06','markup'),(1669,103393,106483,0,'My Queries','MOD07','list/index/my-query','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',18,'1','list',1,'0','index'),(1670,103393,106483,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-12-01 15:43:00','2023-12-01 15:43:00','1','0',19,'1','list',1,'0','index'),(1671,103420,106509,0,'Dashboard','MOD01','dashboard','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',1,'1','dashboard',1,'0','index'),(1672,103420,106509,0,'Staff Management','MOD02','','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',19,'1','staff-management',1,'0',''),(1673,103420,106509,0,'Staff','STA01','staff','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',20,'1','staff-management',2,'MOD02','index'),(1674,103420,106509,0,'Search','MOD03','','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',2,'1','search',1,'0',''),(1675,103420,106509,0,'Flights','SRC01','flight','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',3,'1','default',2,'MOD03','flight'),(1676,103420,106509,0,'Hotels','SRC02','hotels','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',4,'1','hotels',2,'MOD03','index'),(1677,103420,106509,0,'Hotels','SRC03','hotelsinv','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(1678,103420,106509,0,'Holidays','SRC04','holidays','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',8,'1','holidays',4,'MOD03','index'),(1679,103420,106509,0,'Activities','SRC05','activities','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',9,'1','activities',4,'MOD03','index'),(1680,103420,106509,0,'Umrah','SRC06','holidays/search-result?cat=umrah','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',10,'1','umrah',4,'MOD03','index'),(1681,103420,106509,0,'Build Package','SRC07','byo','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',6,'1','byo',4,'MOD03','index'),(1682,103420,106509,0,'Land Only Package','SRC08','byonew','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',7,'1','byonew',4,'MOD03','index'),(1683,103420,106509,0,'Visa','SRC09','visa','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',11,'1','visa',4,'MOD03','index'),(1684,103420,106509,0,'Reports','MOD04','','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',8,'1','bookings',1,'0',''),(1685,103420,106509,0,'Flight Booking','BOK01','bookings/flight','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1686,103420,106509,0,'Flight Amendment','BOK02','bookings/flight/amendment','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1687,103420,106509,0,'Flight Checkin','BOK03','bookings/flight/checkin','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1688,103420,106509,0,'Hotel Booking','BOK04','bookings/hotel','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1689,103420,106509,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1690,103420,106509,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1691,103420,106509,0,'Finance','MOD05','','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',15,'1','finance',1,'0',''),(1692,103420,106509,0,'Deposit Payment','FIN01','finance/deposit','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1693,103420,106509,0,'Ledger','FIN02','finance/ledger','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1694,103420,106509,0,'Settings','MOD06','','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',21,'1','settings',1,'0',''),(1695,103420,106509,0,'Markup','SET01','markup','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',22,'1','default',1,'MOD06','markup'),(1696,103420,106509,0,'My Queries','MOD07','list/index/my-query','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',18,'1','list',1,'0','index'),(1697,103420,106509,0,'My Bookings','MOD08','list/index/my-query/type/confirmed','2023-12-01 17:42:00','2023-12-01 17:42:00','1','0',19,'1','list',1,'0','index');
/*!40000 ALTER TABLE `tb_agency_userrole_permission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_b2b_homebanner_detail`
--

DROP TABLE IF EXISTS `tb_b2b_homebanner_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_b2b_homebanner_detail` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(256) NOT NULL,
  `image` varchar(256) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `isDisplayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_b2b_homebanner_detail`
--

LOCK TABLES `tb_b2b_homebanner_detail` WRITE;
/*!40000 ALTER TABLE `tb_b2b_homebanner_detail` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_b2b_homebanner_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_deposit_payment`
--

DROP TABLE IF EXISTS `tb_deposit_payment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_deposit_payment` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `MasterAgencySysId` int NOT NULL,
  `PaymentMode` varchar(100) NOT NULL,
  `TransactionId` varchar(250) DEFAULT NULL,
  `Amount` float NOT NULL,
  `RefrenceNo` varchar(100) DEFAULT NULL,
  `CreditDate` date NOT NULL,
  `Remark` varchar(200) DEFAULT NULL,
  `PlanType` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `UserSysId` int NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `IsActive` tinyint NOT NULL DEFAULT '0',
  `error_Message` varchar(200) DEFAULT NULL,
  `error` varchar(200) DEFAULT NULL,
  `paymentStatus` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_deposit_payment`
--

LOCK TABLES `tb_deposit_payment` WRITE;
/*!40000 ALTER TABLE `tb_deposit_payment` DISABLE KEYS */;
INSERT INTO `tb_deposit_payment` VALUES (1,38518,4539,'ONLINE','F9E5716939044586A5743A570EDA72C3',50000,'BFC40E146DEA466BA8C4D23F2A8852FC','2022-12-12','',7,1,40506,'2022-12-12 15:38:06','2022-12-12 15:38:06',0,1,1,NULL,NULL,NULL),(2,38535,4539,'CASH','55F10E0A48214AC7AE540FFE4A658531',1000,'','2022-12-12','Abid',7,1,40523,'2022-12-12 17:35:11','2022-12-12 17:35:11',0,1,0,NULL,NULL,NULL),(3,38535,4539,'ONLINE',NULL,5000,'','2022-12-13','',7,1,40523,'2022-12-13 17:38:54','2022-12-13 17:38:54',0,0,0,NULL,NULL,NULL),(4,45196,38124,'ONLINE',NULL,101,'123','2023-02-01','test',7,1,47361,'2023-02-01 18:44:45','2023-02-01 18:44:45',0,0,0,NULL,NULL,NULL),(5,45276,38124,'ONLINE',NULL,100,'','2023-02-01','',7,1,47441,'2023-02-01 18:56:30','2023-02-01 18:56:30',0,0,0,NULL,NULL,NULL),(6,45196,38124,'ONLINE',NULL,105,'11000155605648','2023-03-03','test',7,1,47361,'2023-03-03 16:49:42','2023-03-03 16:49:42',0,4,0,'TRANSACTION IS TIMEDOUT.',NULL,'3'),(7,45276,38124,'Bank Transfer','F428F14BB95C43B2AAB0378F2A95F868',50000,'DUMMY','2323-04-08','',7,1,47441,'2023-04-08 11:40:15','2023-04-08 11:40:44',0,1,1,NULL,NULL,NULL),(8,97238,86368,'ONLINE',NULL,10000,'123456','2023-10-20','',7,1,100234,'2023-10-20 17:02:37','2023-10-20 17:02:37',0,0,0,NULL,NULL,NULL),(9,97238,86368,'ONLINE',NULL,10000,'123456','2023-10-20','',7,1,100234,'2023-10-20 17:04:07','2023-10-20 17:04:07',0,0,0,NULL,NULL,NULL),(10,97238,86368,'CASH','2912C46203B544F1B748A695285EC031',10000,'123456','2023-10-20','',7,1,100234,'2023-10-20 17:04:19','2023-10-20 17:05:13',0,1,1,NULL,NULL,NULL),(11,97238,86368,'CASH','CF946834326F4945B53E3B0622DC5C0D',20000,'123456','2023-10-20','',7,1,100234,'2023-10-20 17:18:34','2023-10-20 17:19:00',0,1,1,NULL,NULL,NULL),(12,97238,86368,'CASH','F550043BCFA94B24A309A1E19529E34E',40000,'123456','2023-10-20','',7,1,100234,'2023-10-20 17:34:50','2023-10-20 17:35:13',0,1,1,NULL,NULL,NULL),(13,97238,86368,'WITHDRAW','F39F65F50DA64E1B9440DBE9DBC9A14A',50,'123456','2023-10-20','',7,1,100234,'2023-10-20 18:58:15','2023-10-20 18:58:15',0,1,0,NULL,NULL,NULL),(14,97261,86368,'ONLINE',NULL,1000,'','2023-10-20','',7,1,100257,'2023-10-20 21:43:52','2023-10-20 21:43:52',0,0,0,NULL,NULL,NULL),(15,97261,86368,'Bank Transfer','7F8DBCB9BA68437994E07E2E9E24DBE5',5000,'','2023-10-20','',7,1,100257,'2023-10-20 23:51:35','2023-10-21 10:31:49',0,1,1,NULL,NULL,NULL),(16,97367,86368,'ONLINE',NULL,1000,'','2023-10-21','',7,1,100364,'2023-10-21 14:44:31','2023-10-21 14:44:31',0,0,0,NULL,NULL,NULL),(17,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 11:29:42','2023-10-23 11:29:42',0,0,0,NULL,NULL,NULL),(18,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 12:18:24','2023-10-23 12:18:24',0,0,0,NULL,NULL,NULL),(19,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 14:13:17','2023-10-23 14:13:17',0,0,0,NULL,NULL,NULL),(20,97606,86368,'ONLINE',NULL,5000,'','2023-10-23','',7,1,100604,'2023-10-23 15:08:08','2023-10-23 15:08:08',0,0,0,NULL,NULL,NULL),(21,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 15:28:16','2023-10-23 15:28:16',0,0,0,NULL,NULL,NULL),(22,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 15:51:35','2023-10-23 15:51:35',0,0,0,NULL,NULL,NULL),(23,97238,86368,'ONLINE',NULL,105,'123456','2023-10-23','',7,1,100234,'2023-10-23 15:54:48','2023-10-23 15:54:48',0,0,0,NULL,NULL,NULL),(24,97238,86368,'ONLINE',NULL,105,'123456','2023-10-23','',7,1,100234,'2023-10-23 15:58:27','2023-10-23 15:58:27',0,0,0,NULL,NULL,NULL),(25,97261,86368,'ONLINE',NULL,1000,'','2023-10-23','',7,1,100257,'2023-10-23 16:02:16','2023-10-23 16:02:16',0,0,0,NULL,NULL,NULL),(26,97261,86368,'ONLINE',NULL,25000,'','2023-10-23','',7,1,100257,'2023-10-23 16:03:00','2023-10-23 16:03:00',0,0,0,NULL,NULL,NULL),(27,97728,86368,'ONLINE',NULL,1000,'','2023-10-24','',7,1,100725,'2023-10-24 02:09:21','2023-10-24 02:09:21',0,0,0,NULL,NULL,NULL),(28,97261,86368,'ONLINE',NULL,1000,'','2023-10-24','',7,1,100257,'2023-10-24 21:53:05','2023-10-24 21:53:05',0,0,0,NULL,NULL,NULL),(29,97550,86368,'ONLINE',NULL,12100,'','2023-10-25','',7,1,100547,'2023-10-25 12:01:50','2023-10-25 12:01:50',0,0,0,NULL,NULL,NULL),(30,97606,86368,'ONLINE',NULL,5000,'','2023-10-25','',7,1,100604,'2023-10-25 14:13:15','2023-10-25 14:13:15',0,0,0,NULL,NULL,NULL),(31,97862,86368,'ONLINE',NULL,10000,'NA','2023-10-25','',7,1,100860,'2023-10-25 17:52:11','2023-10-25 17:52:11',0,4,0,'NA','NA','3'),(32,97862,86368,'ONLINE','A4CEDC7BB7C84E9BB24E6ABDFDE6B345',6018,'330241724004','2023-10-29','',7,1,100860,'2023-10-29 20:23:41','2023-10-29 20:23:41',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(33,97862,86368,'ONLINE','CBA27451072040CDBB848E740D16D2A9',10000,'367016374949','2023-10-31','',7,1,100860,'2023-10-31 13:06:09','2023-10-31 13:06:09',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(34,97862,86368,'ONLINE','BDE1CE7ABB074EC0866EC7AC1A1594B2',4594,'330510651705','2023-11-01','',7,1,100860,'2023-11-01 11:49:33','2023-11-01 11:49:33',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(35,97862,86368,'ONLINE','2717F139DBFA41879264692D98C70156',6000,'331713544774','2023-11-13','',7,1,100860,'2023-11-13 10:56:00','2023-11-13 10:56:00',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(36,97862,86368,'ONLINE','3D3D6A7FF12E40C0828DCDF7AAEB7442',10000,'368441791813','2023-11-14','',7,1,100860,'2023-11-14 23:05:34','2023-11-14 23:05:34',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(37,97862,86368,'ONLINE','E645BFDFE19842A5AE7E51EB39B9E191',10000,'332816068823','2023-11-24','ak',7,1,100860,'2023-11-24 11:19:49','2023-11-24 11:19:49',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(38,97676,86368,'ONLINE',NULL,11000,'123','2023-12-11','',7,1,100673,'2023-12-11 09:08:23','2023-12-11 09:08:23',0,0,0,NULL,NULL,NULL),(39,97862,86368,'ONLINE','EBBF4CD094C0415EB2508D5FED1821D8',10000,'371718408507','2023-12-17','',7,1,100860,'2023-12-17 13:10:03','2023-12-17 13:10:03',0,1,1,'APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL),(40,97862,86368,'ONLINE',NULL,50000,'407140645840','2024-03-11','AK',7,1,100860,'2024-03-11 20:40:14','2024-03-11 20:40:14',0,4,0,'Debit has been failed','Debit has been failed','3'),(41,97862,86368,'ONLINE','D1EC8E53D45A4D8CB6471488282480A8',10000,'240715709988','2024-03-11','TIKAM JI TEA',7,1,100860,'2024-03-11 21:11:07','2024-03-11 21:11:07',0,1,1,'ResponseCode : 00 (Transaction Successful) - Successful transaction','ResponseCode : 00 (Transaction Successful) - Successful transaction',NULL),(42,97261,86368,'ONLINE',NULL,2000,'','2024-03-15','',7,1,100257,'2024-03-15 08:46:13','2024-03-15 08:46:13',0,0,0,NULL,NULL,NULL);
/*!40000 ALTER TABLE `tb_deposit_payment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_flight_modification`
--

DROP TABLE IF EXISTS `tb_flight_modification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_flight_modification` (
  `ModificationId` int NOT NULL AUTO_INCREMENT,
  `apiTraceId` varchar(200) NOT NULL,
  `ChangeRequestId` varchar(150) NOT NULL,
  `ChangeRequestStatus` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `MasterTPSysId` int NOT NULL DEFAULT '0',
  `BookingId` varchar(150) NOT NULL,
  `RequestType` varchar(150) NOT NULL,
  `Remarks` varchar(300) NOT NULL,
  `RequestData` text NOT NULL,
  `APIResponseData` text NOT NULL,
  `RefundMode` varchar(150) DEFAULT NULL,
  `status` int DEFAULT NULL,
  `servicefee` decimal(18,2) NOT NULL DEFAULT '0.00',
  `refundedamount` decimal(18,2) NOT NULL DEFAULT '0.00',
  `amendmentcharges` decimal(18,0) NOT NULL DEFAULT '0',
  `nameData` varchar(500) DEFAULT NULL,
  `sectors` varchar(300) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`ModificationId`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_flight_modification`
--

LOCK TABLES `tb_flight_modification` WRITE;
/*!40000 ALTER TABLE `tb_flight_modification` DISABLE KEYS */;
INSERT INTO `tb_flight_modification` VALUES (1,'db677-03123-9c609-0d0d6','1',1,38535,4539,'TJS105500415511','CANCELLATION_QUOTATION','na','{\"bookingId\":\"TJS105500415511\",\"type\":\"CANCELLATION_QUOTATION\",\"remarks\":\"na\",\"trips\":[{\"src\":\"BOM\",\"dest\":\"DEL\",\"departureDate\":\"2022-12-15\",\"travellers\":[{\"fn\":null,\"ln\":null}]}]}','[]','Online/Cash',NULL,0.00,0.00,0,'','Array','2022-12-12 17:19:02','2022-12-12 17:19:02'),(2,'db677-03123-9c609-0d0d6','2',1,38535,4539,'TJS105500415511','CANCELLATION_QUOTATION','na','{\"bookingId\":\"TJS105500415511\",\"type\":\"CANCELLATION_QUOTATION\",\"remarks\":\"na\",\"trips\":[{\"src\":\"BOM\",\"dest\":\"DEL\",\"departureDate\":\"2022-12-15\",\"travellers\":[{\"fn\":null,\"ln\":null}]}]}','[]','Online/Cash',NULL,0.00,0.00,0,'','Array','2022-12-12 17:19:07','2022-12-12 17:19:07'),(3,'1','5AD0BFF3B3FC4232BCD82AE832732AFE',1,45276,38124,'626F7445E5AB4921862C04A708692487','8','Cancel By Superadmin','{\"url\":\"https:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=6E45522F-493F-48EE-88BE-6D3B74B85CB3&BookingId=626F7445E5AB4921862C04A708692487&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"5AD0BFF3B3FC4232BCD82AE832732AFE\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":22500},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,22500.00,0,NULL,NULL,'2023-04-08 11:52:21','2023-04-08 11:52:21'),(4,'1','86C68880D93E44969310802EF9AD4200',1,45276,38124,'E606A106AAD9406ABBC57D2CB398FFFB','8','Cancel By Superadmin','{\"url\":\"https:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=6E45522F-493F-48EE-88BE-6D3B74B85CB3&BookingId=E606A106AAD9406ABBC57D2CB398FFFB&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"86C68880D93E44969310802EF9AD4200\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":22500},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,22500.00,0,NULL,NULL,'2023-04-08 11:59:36','2023-04-08 11:59:36'),(5,'1','4EAA1534E7D942679CE8A590D1D90B65',1,45276,38124,'E2A065A7EDDC4B72A136403143BBCD40','8','Cancel By Superadmin','{\"url\":\"https:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=6E45522F-493F-48EE-88BE-6D3B74B85CB3&BookingId=E2A065A7EDDC4B72A136403143BBCD40&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"4EAA1534E7D942679CE8A590D1D90B65\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":22500},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,22500.00,0,NULL,NULL,'2023-04-08 12:16:57','2023-04-08 12:16:57'),(6,'1','FD5DE7DC862B490BBFC06DCD040E9DC1',1,45276,38124,'CC0CE45FE8D643039E3251E2A9AD05D6','8','Cancel By Superadmin','{\"url\":\"https:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=6E45522F-493F-48EE-88BE-6D3B74B85CB3&BookingId=CC0CE45FE8D643039E3251E2A9AD05D6&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"FD5DE7DC862B490BBFC06DCD040E9DC1\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":22500},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,22500.00,0,NULL,NULL,'2023-04-14 15:08:52','2023-04-14 15:08:52'),(7,'803fe-94667-12bba-2fc69','7',1,97367,86368,'TJS103100735833','CANCELLATION_QUOTATION','cancellation request','{\"bookingId\":\"TJS103100735833\",\"type\":\"CANCELLATION_QUOTATION\",\"remarks\":\"cancellation request\",\"trips\":[{\"src\":\"DEL\",\"dest\":\"BOM\",\"departureDate\":\"2023-10-23\",\"travellers\":[{\"fn\":null,\"ln\":null},{\"fn\":null,\"ln\":null}]}]}','[]','Online/Cash',NULL,0.00,0.00,0,'','Array','2023-10-21 15:04:07','2023-10-21 15:04:07');
/*!40000 ALTER TABLE `tb_flight_modification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_happycustomer`
--

DROP TABLE IF EXISTS `tb_happycustomer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_happycustomer` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('0','1') NOT NULL,
  `isDisplayOnHome` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_happycustomer`
--

LOCK TABLES `tb_happycustomer` WRITE;
/*!40000 ALTER TABLE `tb_happycustomer` DISABLE KEYS */;
INSERT INTO `tb_happycustomer` VALUES (4,'xfdgbvd','https://www.youtube.com/watch?v=3SsK-cxlj_w','4_1672916285.jpeg','1','1','0');
/*!40000 ALTER TABLE `tb_happycustomer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_homebanner_detail`
--

DROP TABLE IF EXISTS `tb_homebanner_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_homebanner_detail` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `image` varchar(100) DEFAULT NULL,
  `heading` varchar(80) DEFAULT NULL,
  `description` varchar(150) DEFAULT NULL,
  `url` varchar(250) DEFAULT NULL,
  `opt` tinyint NOT NULL DEFAULT '0',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `isDisplayOnHome` tinyint NOT NULL DEFAULT '0',
  `isDisplayOnBanner` enum('0','1') NOT NULL DEFAULT '0',
  `bannerType` int NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_homebanner_detail`
--

LOCK TABLES `tb_homebanner_detail` WRITE;
/*!40000 ALTER TABLE `tb_homebanner_detail` DISABLE KEYS */;
INSERT INTO `tb_homebanner_detail` VALUES (14,'14_1695277546.webp','','','',0,'0',1,'0',0,1,0),(18,'18_1695277532.webp','','','',0,'0',1,'0',0,1,0),(19,'19_1697804858.png','','','',0,'1',1,'0',0,1,0),(20,'20_1698150062.png','','','',0,'1',1,'0',0,1,0),(21,'21_1698148951.png','','','',0,'1',1,'0',0,1,0);
/*!40000 ALTER TABLE `tb_homebanner_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_itinerary_description`
--

DROP TABLE IF EXISTS `tb_itinerary_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_itinerary_description` (
  `ItineraryDesId` int NOT NULL AUTO_INCREMENT,
  `GtxRefId` int NOT NULL,
  `StartCity` int NOT NULL,
  `DestinationCity` int NOT NULL,
  `Title` varchar(100) NOT NULL,
  `Description` text NOT NULL,
  `StartCityName` varchar(100) NOT NULL,
  `DestinationCityName` varchar(100) NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`ItineraryDesId`),
  KEY `GtxRefId` (`GtxRefId`),
  KEY `ItineraryDesId` (`ItineraryDesId`),
  KEY `DestinationCity` (`DestinationCity`),
  KEY `IsActive` (`IsActive`),
  KEY `IsMarkForDel` (`IsMarkForDel`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_itinerary_description`
--

LOCK TABLES `tb_itinerary_description` WRITE;
/*!40000 ALTER TABLE `tb_itinerary_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_itinerary_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_master_geo_city`
--

DROP TABLE IF EXISTS `tb_master_geo_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_master_geo_city` (
  `CityId` bigint NOT NULL AUTO_INCREMENT,
  `TBBCityId` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `Title` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `Alias` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `Code` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `StateOrZone` char(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `Country` char(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `SeoTitle` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `StateSysId` bigint DEFAULT '0',
  `ZoneSysId` bigint NOT NULL DEFAULT '0',
  `ContSysId` bigint NOT NULL DEFAULT '0',
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `IsApproved` tinyint(1) NOT NULL DEFAULT '0',
  `IsMarkForDel` tinyint(1) NOT NULL DEFAULT '0',
  `IsActive` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`CityId`)
) ENGINE=InnoDB AUTO_INCREMENT=28059 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_master_geo_city`
--

LOCK TABLES `tb_master_geo_city` WRITE;
/*!40000 ALTER TABLE `tb_master_geo_city` DISABLE KEYS */;
INSERT INTO `tb_master_geo_city` VALUES (1,'10379','Shimla','SHIMLA',NULL,'','India','Shimla',1,0,101,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(2,'16951','Thai Muang','THAI MUANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(3,'4105','Indre-et-loire','INDRE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(4,'25378','Manning Provincial Park','MANNING PROVINCIAL PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(5,'25379','100 Mile House','100 MILE HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(6,'25381','108 Mile Ranch','108 MILE RANCH',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(7,'37544','6Th Of October City','6TH OF OCTOBER CITY',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(8,'25382','70 Mile House','70 MILE HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(9,'41940','A Arnoia','A ARNOIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(10,'42995','A Capela','A CAPELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(11,'1724','A Coruna','A CORUNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(12,'1258','A Coruña','A CORUÑA',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(13,'41498','A Estrada','A ESTRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(14,'41488','A Fonsagrada','A FONSAGRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(15,'39423','A Mezquita','A MEZQUITA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(16,'38684','A Pobra De Trives','A POBRA DE TRIVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(17,'2109','Aabenraa','AABENRAA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(18,'2110','Aabybro','AABYBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','2018-01-23 05:09:29',1,0,1),(19,'27318','Aachen','AACHEN','','','Germany','',0,0,83,'2016-10-17 10:38:27','2018-02-03 06:11:20',1,0,1),(20,'2351','Aalbaek','AALBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(21,'2350','Aalborg','AALBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(22,'22471','Aalen','AALEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(23,'2111','Aalestrup','AALESTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(24,'1131','Aalesund','AALESUND',NULL,'','NORWAY','',0,0,164,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,0),(25,'14617','Aalsmeer','AALSMEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(26,'24574','Aalst','AALST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(27,'24714','Aalter','AALTER',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(28,'23466','Aarau','AARAU','','','Switzerland','',0,0,210,'2016-10-17 10:38:28','2017-05-12 01:39:43',1,0,1),(29,'23426','Aarburg','AARBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(30,'22990','Aare River','AARE RIVER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(31,'36111','Aarhus','AARHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(32,'29792','Aaronsburg','AARONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(33,'43845','Aars','AARS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(34,'24603','Aartselaar','AARTSELAAR',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(35,'42244','Abaco Island','ABACO ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(36,'13455','Abaiang','ABAIANG',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(37,'16241','Abakan','ABAKAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(38,'14126','Abala','ABALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(39,'5792','Abancourt','ABANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(40,'11513','Abano Terme','ABANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(41,'42218','Abant','ABANT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(42,'43181','Abashiri','ABASHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(43,'13981','Abasolo','ABASOLO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(44,'11514','Abbadia San Salvatore','ABBADIA SAN SALVATORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(45,'11515','Abbasanta','ABBASANTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(46,'7441','Abberley','ABBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(47,'6278','Abbeville','ABBEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(48,'17821','Abbeville','ABBEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(49,'6860','Abbeyhill','ABBEYHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(50,'43705','Abbeyleix','ABBEYLEIX',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(51,'11092','Abbiadori','ABBIADORI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(52,'11516','Abbiategrasso','ABBIATEGRASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(53,'7442','Abbots Ripton','ABBOTS RIPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(54,'25383','Abbotsford','ABBOTSFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(55,'31677','Abbotsford','ABBOTSFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(56,'15290','Abbottabad','ABBOTTABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(57,'29793','Abbottstown','ABBOTTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(58,'14674','Abcoude','ABCOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(59,'3427','Abejar','ABEJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(60,'43037','Abel Tasman National Park','ABEL TASMAN NATIONAL PARK',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(61,'44167','Abeliona','ABELIONA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(62,'13456','Abemama','ABEMAMA',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(63,'13115','Abeno','ABENO',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(64,'9253','Aberaeron','ABERAERON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(65,'30426','Abercrombie','ABERCROMBIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(66,'7443','Aberdare','ABERDARE',NULL,'','United Kingdom','Aberdare',0,0,229,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(67,'35772','Aberdare National Park','Aberdare National Park',NULL,'','Kenya','',0,0,113,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(68,'29225','Aberdeen','ABERDEEN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(69,'7444','Aberdeen','ABERDEEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(70,'9897','Aberdeen','ABERDEEN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(71,'6864','Aberdeenshire','ABERDEENSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(72,'7445','Aberdour','ABERDOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(73,'6865','Aberdovey','ABERDOVEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(74,'7446','Aberfeldy','ABERFELDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(75,'9300','Aberfoyle','ABERFOYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(76,'7447','Abergavenny','ABERGAVENNY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(77,'7448','Abergele','ABERGELE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(78,'7449','Aberlady','ABERLADY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(79,'7450','Aberlour','ABERLOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(80,'7451','Aberporth','ABERPORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(81,'42234','Abersee','ABERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(82,'7452','Abersoch','ABERSOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(83,'7453','Abertillery','ABERTILLERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(84,'7454','Aberystwyth','ABERYSTWYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(85,'11517','Abetone','ABETONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(86,'16506','Abha','ABHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(87,'30427','Abilene','ABILENE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(88,'7455','Abingdon','ABINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(89,'31024','Abingdon','ABINGDON','','','United States','rtyrt',0,0,231,'2016-10-17 10:38:32','2018-02-05 01:38:48',1,0,1),(90,'7456','Abington','ABINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(91,'21287','Abington','ABINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(92,'28482','Abiquiu','ABIQUIU',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(93,'21159','Abita Springs','ABITA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(94,'37228','Ablitas','ABLITAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(95,'7457','Aboyne','ABOYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(96,'16363','Abramtsevo','ABRAMTSEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(97,'16040','Abrantes','ABRANTES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(98,'11093','Abruzzo','ABRUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(99,'39897','Absam','ABSAM',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(100,'28181','Absecon','ABSECON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(101,'27151','Abtenau','ABTENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(102,'23110','Abtwil','ABTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(103,'13214','Abu','ABU',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(105,'25906','Abu Dhabi','ABU DHABI',NULL,'','United Arab Emirates','Abu Dhabi',0,0,228,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(106,'2413','Abu Simbel','ABU SIMBEL',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(107,'1741','Abuja','ABUJA',NULL,'','Nigeria','',0,0,160,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(108,'13215','Abuta','ABUTA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(109,'21819','Acadia','ACADIA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(110,'42157','Acadie','ACADIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(111,'16575','Acajutla','ACAJUTLA',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(112,'24106','Acandi','ACANDI',NULL,'','Colombia','',0,0,49,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(113,'13787','Acapulco','ACAPULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(114,'32209','Acarigua','ACARIGUA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(115,'11518','Acate','ACATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(116,'11094','Acaya','ACAYA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(117,'11519','Acciaroli','ACCIAROLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(118,'21288','Accord','ACCORD',NULL,'','United States','',0,0,231,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(119,'9350','Accra','ACCRA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(120,'7458','Accrington','ACCRINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(121,'3653','Acebeiro','ACEBEIRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(122,'9397','Achaea','ACHAEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(123,'9398','Acharavi','ACHARAVI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(124,'38943','Achau','ACHAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(125,'24443','Achenkirch','ACHENKIRCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(126,'24444','Achensee','ACHENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(127,'22472','Achern','ACHERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(128,'35385','Achill Island','ACHILL ISLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(129,'7459','Achiltibuie','ACHILTIBUIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(130,'495','Achim','ACHIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(131,'38492','Achlada','ACHLADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(132,'7460','Achnasheen','ACHNASHEEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(133,'14452','Achterhoek','ACHTERHOEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:38','1900-01-01 00:00:00',1,0,1),(134,'11520','Aci Castello','ACI CASTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:38','1900-01-01 00:00:00',1,0,1),(135,'11521','Acireale','ACIREALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(136,'11095','Acitrezza','ACITREZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(137,'7461','Acle','ACLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(138,'21961','Acme','ACME',NULL,'','United States','',0,0,231,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(139,'28483','Acoma','ACOMA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(140,'38436','Acornhoek','ACORNHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(141,'15784','Acoteias','ACOTEIAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(142,'11522','Acquafredda','ACQUAFREDDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(143,'11523','Acqualagna','ACQUALAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(144,'11524','Acquapendente','ACQUAPENDENTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(145,'11525','Acquappesa','ACQUAPPESA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(146,'11526','Acquasparta','ACQUASPARTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(147,'11527','Acquaviva','ACQUAVIVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(148,'43050','Acquedolci','ACQUEDOLCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(149,'11079','Acqui Terme','ACQUI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(150,'28594','Acra','ACRA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(151,'35408','Acre','ACRE',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(152,'7462','Acton','ACTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(153,'21289','Acton','ACTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(154,'40484','Acton','ACTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(155,'14001','Actopan','ACTOPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(156,'14054','Acuna','ACUNA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(157,'19688','Acworth','ACWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(158,'22297','Ada','ADA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(159,'20144','Adair','ADAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(160,'19689','Adairsville','ADAIRSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(161,'17543','Adak Island','ADAK ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(162,'9808','Adamas','ADAMAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(163,'21290','Adams','ADAMS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(164,'34077','Adamstown','ADAMSTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(165,'29795','Adamstown','ADAMSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(166,'15364','Adamstown','ADAMSTOWN',NULL,'','Pitcairn','',0,0,487,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(167,'17822','Adamsville','ADAMSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(168,'17374','Adana','ADANA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(169,'10894','Adare','ADARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(170,'7463','Adderbury','ADDERBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(171,'15178','Addington','ADDINGTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(172,'3836','Addis Ababa','ADDIS ABABA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(173,'20421','Addison','ADDISON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(174,'32430','Addo','ADDO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(175,'38831','Addu Atoll','ADDU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(176,'29227','Addyston','ADDYSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(177,'3800','Adeje','ADEJE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(178,'19690','Adel','ADEL',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(179,'26790','Adelaide','ADELAIDE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(180,'35933','Adelaide-gepps Cross','ADELAIDE-GEPPS CROSS',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(181,'34831','Adelaide-glenelg','ADELAIDE-GLENELG',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(182,'34806','Adelaide-oakbank','ADELAIDE-OAKBANK',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(183,'18243','Adelanto','ADELANTO',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(184,'23111','Adelboden','ADELBODEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(185,'43687','Adelong','ADELONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(186,'21628','Adelphi','ADELPHI',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(187,'22683','Adelsdorf','ADELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(188,'22473','Adelshofen','ADELSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(189,'32343','Aden','ADEN',NULL,'','Yemen','',0,0,240,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(190,'599','Adenau','ADENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(191,'496','Adendorf','ADENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(192,'18244','Adin','ADIN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(193,'28596','Adirondack','ADIRONDACK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(194,'17236','Adiyaman','ADIYAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(195,'15730','Adjuntas','ADJUNTAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(196,'16348','Adler','ADLER',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(197,'1993','Adlershof','ADLERSHOF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(198,'23112','Adliswil','ADLISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(199,'27152','Adnet','ADNET',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(200,'3158','Adra','ADRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(201,'39935','Adrar','ADRAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(202,'42681','Adrasan','ADRASAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(203,'21962','Adrian','ADRIAN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(204,'16620','Adriatic Coast - Karst','ADRIATIC COAST - KARST',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(205,'3728','Adsubia','ADSUBIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(206,'14781','Adventure Road','ADVENTURE ROAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(207,'9831','Aegina','AEGINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(208,'11096','Aeolian Islands','AEOLIAN ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(209,'2184','Aeroskobing','AEROSKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(210,'497','Aerzen','AERZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(211,'23113','Aeschi','AESCHI',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(212,'22991','Aeschlen Ob Gunten','AESCHLEN OB GUNTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(213,'9401','Afandou','AFANDOU',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(214,'16152','Afareaitu','AFAREAITU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(215,'11529','Affi','AFFI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(216,'27569','Affton','AFFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(217,'38799','Afik','AFIK',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(218,'40156','Afissos','AFISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(219,'11530','Afragola','AFRAGOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(220,'13693','Afroud','AFROUD',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(221,'32869','Afton','AFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(222,'17238','Afyon','AFYON',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(223,'43158','Afyssos','AFYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(224,'9402','Afytos','AFYTOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(225,'13687','Agadir','AGADIR',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(226,'3354','Agaete','AGAETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(227,'9888','Agaña','AGAÑA',NULL,'','Guam','',0,0,90,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(228,'23459','Agarn','AGARN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(229,'10677','Agartala','AGARTALA',NULL,'','India','Agartala',45,0,101,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(230,'9889','Agat','AGAT',NULL,'','Guam','',0,0,90,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(232,'21291','Agawam','AGAWAM',NULL,'','United States','',0,0,231,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(233,'6376','Agay','AGAY',NULL,'','France','',0,0,76,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(234,'39574','Agazzano','AGAZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(235,'5876','Agde','AGDE',NULL,'','France','',0,0,76,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(236,'14782','Agder','AGDER',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(237,'37447','Agdz','AGDZ',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(238,'2492','Age','AGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(239,'35448','Agello','AGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(240,'5138','Agen','AGEN',NULL,'','France','',0,0,76,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(241,'11531','Agerola','AGEROLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(242,'2287','Agerskov','AGERSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(243,'3955','Aggelby','AGGELBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(244,'32431','Aggeneys','AGGENEYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(245,'7464','Aghadowey','AGHADOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(246,'10768','Aghamore','AGHAMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(247,'41632','Aghia Marina','AGHIA MARINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(248,'43159','Aghii Apostoloi','AGHII APOSTOLOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(249,'9403','Aghios Constantinos','AGHIOS CONSTANTINOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(250,'17172','Aghir','AGHIR',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(251,'39416','Agia Effimia','AGIA EFFIMIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(252,'9409','Agii Apostoli','AGII APOSTOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(253,'34427','Agincourt','AGINCOURT',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(254,'26610','Agine','AGINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(255,'43160','Agios Andreas','AGIOS ANDREAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(256,'36365','Agistri','AGISTRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(257,'11532','Agliana','AGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(258,'11097','Agliano Terme','AGLIANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(259,'5360','Agneaux','AGNEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(260,'35894','Agnes Water','AGNES WATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(261,'6279','Agnetz','AGNETZ',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(262,'4837','Agnieres En Devoluy','AGNIERES EN DEVOLUY',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(263,'23469','Agno','AGNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(264,'15518','Agoo','AGOO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(265,'18245','Agoura Hills','AGOURA HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(266,'10482','Agra','AGRA',NULL,'','India','Trip to Agra | Travel to Agra | Agra Tour | Holida',6,0,101,'2016-10-17 10:38:51','2017-06-20 09:26:44',1,0,1),(267,'3505','Agramunt','AGRAMUNT',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(268,'11533','Agrate Brianza','AGRATE BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(269,'41079','Agri','AGRI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(270,'12841','Agrigento','AGRIGENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(271,'35545','Agrigento-porto Empe','AGRIGENTO-PORTO EMPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(272,'42532','Agrinio','AGRINIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(273,'43161','Agrinion','AGRINION',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(274,'11534','Agropoli','AGROPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(275,'3159','Agua Amarga','AGUA AMARGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(276,'18246','Agua Caliente','AGUA CALIENTE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(277,'16088','Agua De Pau','AGUA DE PAU',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(278,'44035','Aguada','AGUADA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(279,'15735','Aguadilla','AGUADILLA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(280,'3160','Aguadulce','AGUADULCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(281,'15397','Aguas Calientes','AGUAS CALIENTES',NULL,'','Peru','',0,0,172,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(282,'25192','Aguas De Lindoia','AGUAS DE LINDOIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(283,'16053','Aguas De Moura','AGUAS DE MOURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(284,'42152','Aguas Zarcas','AGUAS ZARCAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(285,'13890','Aguascalientes','AGUASCALIENTES',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(286,'15848','Agueda','AGUEDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(287,'3161','Aguilar','AGUILAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(288,'3026','Aguilas','AGUILAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(289,'40444','Agulhas','AGULHAS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(290,'13116','Aguni','AGUNI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(291,'43690','Agva','AGVA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(292,'26152','Agveran','AGVERAN',NULL,'','Armenia','',0,0,11,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(293,'35842','Ahangama','AHANGAMA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(294,'27319','Ahaus','AHAUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(295,'820','Ahlbeck','AHLBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(296,'10375','Ahmedabad','AHMEDABAD',NULL,'','India','Tour Travel Packages Ahmedabad | Ahmedabad Holiday',16,0,101,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(297,'33753','Ahoskie','AHOSKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(298,'691','Ahrensburg','AHRENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(299,'39968','Ahrensfelde','AHRENSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(300,'4007','Ahtari','AHTARI',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(301,'14008','Ahualulco De Mercado','AHUALULCO DE MERCADO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(302,'5987','Ahun','AHUN',NULL,'','France','',0,0,76,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(303,'13608','Ahungalla','AHUNGALLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(305,'43874','Ahuy','AHUY',NULL,'','France','',0,0,76,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(306,'18247','Ahwahnee','AHWAHNEE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(307,'18096','Ahwatukee','AHWATUKEE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(308,'3044','Aibar','AIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(309,'43183','Aichi','AICHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(310,'11535','Aidone','AIDONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(311,'19974','Aiea','AIEA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(312,'42531','Aigio','AIGIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(313,'23444','Aigle','AIGLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(314,'34980','Aiguablava','AIGUABLAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(315,'43089','Aiguamurcia','AIGUAMURCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(316,'3506','Aiguamúrcia','AIGUAMÚRCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(317,'6562','Aigueblanche','AIGUEBLANCHE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(318,'6064','Aiguefonde','AIGUEFONDE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(319,'37725','Aigueperse','AIGUEPERSE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(320,'41601','Aigues Mortes','AIGUES MORTES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(321,'5877','Aigues-mortes','AIGUES-MORTES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(322,'37948','Aiguines','AIGUINES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(323,'30282','Aiken','AIKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(324,'5430','Aillant-sur-tholon','AILLANT-SUR-THOLON',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(325,'14144','Ailuk','AILUK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(326,'5878','Aimargues','AIMARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(327,'6563','Aime','AIME',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(328,'4106','Ain','AIN',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(329,'17149','Ain Draham','AIN DRAHAM',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(330,'2414','Ain Sokhna','AIN SOKHNA',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(331,'41833','Ain Taya','AIN TAYA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(332,'5139','Ainhoa','AINHOA',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(333,'34981','Ainsa','AINSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(334,'26623','Ainslie','AINSLIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(335,'7465','Ainstable','AINSTABLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(336,'28092','Ainsworth','AINSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(337,'25384','Ainsworth Hot Springs','AINSWORTH HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(338,'15566','Airai','AIRAI',NULL,'','Palau','',0,0,167,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(339,'7466','Aird Of Sleat','AIRD OF SLEAT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(340,'7467','Airdrie','AIRDRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(341,'25268','Airdrie','AIRDRIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(342,'6808','Aire Sur La Lys','AIRE SUR LA LYS',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(343,'31026','Airlie','AIRLIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(344,'26646','Airlie Beach','AIRLIE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(345,'23114','Airolo','AIROLO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(346,'7468','Airth','AIRTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(347,'29796','Airville','AIRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(348,'31428','Airway Heights','AIRWAY HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(349,'4107','Aisne','AISNE',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(350,'37288','Aisonville-et-bernoville','AISONVILLE-ET-BERNOVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(351,'5431','Aisy-sur-armancon','AISY-SUR-ARMANCON',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(352,'38052','Ait Ben Haddou','AIT BEN HADDOU',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(353,'22299','Aitkin','AITKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(354,'24063','Aitutaki','AITUTAKI',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(355,'5988','Aix','AIX',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(356,'40972','Aix-en-provence','AIX-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(357,'4108','Aix-les-bains','AIX-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(358,'9418','Aiyaleo','AIYALEO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(359,'9419','Aiyion','AIYION',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(360,'10701','Aizawl','AIZAWL',NULL,'','India','Aizawl',43,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(361,'43065','Aizuwakamatsu','AIZUWAKAMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(362,'10483','Ajabgarh','AJABGARH',NULL,'','India','',0,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(363,'34690','Ajaccio','AJACCIO',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(364,'34428','Ajax','AJAX',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(365,'14009','Ajijic','AJIJIC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(366,'25907','Ajman','AJMAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(367,'10668','Ajmer','AJMER',NULL,'','India','Ajmer Trip Packages | Ajmer Holiday Packages | Raj',2,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(368,'18097','Ajo','AJO',NULL,'','United States','',0,0,231,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(369,'15985','Ajuda','AJUDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(370,'42861','Akaigawa','AKAIGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(371,'13216','Akakura','AKAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(372,'39296','Akan National Park Area','AKAN NATIONAL PARK AREA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(373,'43012','Akaroa','AKAROA',NULL,'','New Zealand','Akaroa',0,0,157,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(374,'13217','Akashi','AKASHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(375,'3922','Akaslompolo','AKASLOMPOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(376,'4040','Äkäslompolo','ÄKÄSLOMPOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(377,'39998','Akbuk','AKBUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(378,'17271','Akcakoca','AKCAKOCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(379,'16814','Akersberga','AKERSBERGA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(380,'14618','Akersloot','AKERSLOOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(381,'9629','Akharnai','AKHARNAI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(382,'17544','Akhiok','AKHIOK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(383,'40317','Akhisar','AKHISAR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(384,'17506','Akhtyrka','AKHTYRKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(385,'17545','Akiachak','AKIACHAK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(386,'17546','Akiak','AKIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(387,'6836','Akieni','AKIENI',NULL,'','Gabon','',0,0,80,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(388,'2161','Akirkeby','AKIRKEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(389,'13117','Akishima','AKISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(390,'13218','Akita','AKITA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(391,'24065','Akitua Island','AKITUA ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(392,'11027','Akko','AKKO',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(393,'17326','Akkoy','AKKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(394,'14507','Akkrum','AKKRUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(395,'43240','Aklan','AKLAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(396,'25759','Aklavik','AKLAVIK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(397,'37867','Ako','AKO',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(398,'9351','Akosombo','AKOSOMBO',NULL,'','Ghana','',0,0,84,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(399,'28598','Akron','AKRON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(400,'9420','Akrotiri','AKROTIRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(401,'17352','Aksaray','AKSARAY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(402,'14783','Aksdal','AKSDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(403,'23836','Aksu','AKSU',NULL,'','China','',0,0,46,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(404,'13437','Aktau','AKTAU',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(405,'13434','Aktobe','AKTOBE',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(406,'25932','Akulivik','AKULIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(407,'14072','Akumal','AKUMAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(408,'11006','Akureyri','AKUREYRI',NULL,'','Iceland','Akureyri',0,0,100,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(409,'17547','Akutan','AKUTAN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(410,'17336','Akyaka','AKYAKA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(411,'43553','Al Ahsa','AL AHSA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(412,'25908','Al Ain','AL AIN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(413,'35702','Al Aqaba','AL AQABA',NULL,'','Jordan','',0,0,111,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(414,'24818','Al Areen','AL AREEN',NULL,'','Bahrain','',0,0,17,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(415,'2415','Al Arish','AL ARISH',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(416,'32360','Al Ghaydah','AL GHAYDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(417,'13688','Al Hoceima','AL HOCEIMA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(418,'13534','Al Jahra','AL JAHRA',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(419,'42629','Al Khor','AL KHOR',NULL,'','Qatar','',0,0,177,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(420,'15274','Al Qurm','AL QURM',NULL,'','Oman','',0,0,165,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(421,'17823','Alabaster','ALABASTER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(422,'17313','Alacati','ALACATI',NULL,'','Turkey','Alacati',0,0,222,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(423,'19242','Alachua','ALACHUA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(424,'24963','Alagoas','ALAGOAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(425,'24194','Alajuela','ALAJUELA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(426,'17548','Alakanuk','ALAKANUK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(427,'18248','Alameda','ALAMEDA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(428,'32790','Alamo','ALAMO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(429,'28485','Alamogordo','ALAMOGORDO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(430,'13945','Alamos','ALAMOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(431,'34695','Alamosa','ALAMOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(432,'3881','Aland','ALAND',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(433,'11099','Alano Di Piave','ALANO DI PIAVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(434,'21963','Alanson','ALANSON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(435,'17248','Alanya','ALANYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(436,'10381','Alappuzha','ALAPPUZHA',NULL,'','India','',3,0,101,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(437,'16484','Al-aqiq','AL-AQIQ',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(438,'2493','Alaquas','ALAQUAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(439,'3389','Alarcon','ALARCON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(440,'2878','Alaro','ALARO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(441,'11538','Alassio','ALASSIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(442,'2494','Alava','ALAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(443,'2879','Alayor','ALAYOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(444,'11539','Alba','ALBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(445,'30432','Alba','ALBA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(446,'38132','Alba De Tormes','ALBA DE TORMES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(447,'36614','Alba Iulia','ALBA IULIA',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(448,'3390','Albacete','ALBACETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(449,'16485','Al-baha','AL-BAHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(450,'3391','Albalate De Zorita','ALBALATE DE ZORITA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(451,'1378','Albania','ALBANIA',NULL,'','ALBANIA','',0,0,2,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(452,'11540','Albano Laziale','ALBANO LAZIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(453,'29606','Albany','ALBANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(454,'26948','Albany','ALBANY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(455,'38291','Albaret-sainte-marie','ALBARET-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(456,'11100','Albaretto Della Torre','ALBARETTO DELLA TORRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(457,'3307','Albarracin','ALBARRACIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(458,'11101','Albavilla','ALBAVILLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(459,'42398','Albay','ALBAY',NULL,'','Philippines','',0,0,173,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(460,'6751','Albé','ALBÉ',NULL,'','France','',0,0,76,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(461,'43755','Albeck','ALBECK',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(462,'2955','Albelda De Iregua','ALBELDA DE IREGUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(463,'33754','Albemarle','ALBEMARLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(464,'24768','Albena','ALBENA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(465,'11541','Albenga','ALBENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(466,'11542','Alberese','ALBERESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(467,'39122','Albergaria-a-velha','ALBERGARIA-A-VELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(468,'38742','Alberique','ALBERIQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(469,'33755','Albermarle Sound','ALBERMARLE SOUND',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(470,'11080','Alberobello','ALBEROBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(471,'35521','Alberobello-fasano','ALBEROBELLO-FASANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(472,'12871','Alberoni','ALBERONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(473,'5108','Albert','ALBERT',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(474,'22301','Albert Lea','ALBERT LEA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(475,'37542','Albertinia','ALBERTINIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(476,'32548','Alberton','ALBERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(477,'27927','Alberton','ALBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(478,'25811','Alberton','ALBERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(479,'38047','Albertslund','ALBERTSLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(480,'5064','Albertville','ALBERTVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(481,'17824','Albertville','ALBERTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(482,'36612','Albesti','ALBESTI',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(483,'23115','Albeuve','ALBEUVE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(484,'6065','Albi','ALBI',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(485,'20145','Albia','ALBIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(486,'4109','Albiez-montrond','ALBIEZ-MONTROND',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(487,'40072','Albinen','ALBINEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(488,'41223','Albinia','ALBINIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(489,'27928','Albion','ALBION',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(490,'26881','Albion','ALBION',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(491,'43475','Albir','ALBIR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(492,'22992','Albisrieden','ALBISRIEDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(493,'40554','Albissola Marina','ALBISSOLA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(494,'3162','Albolote','ALBOLOTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(495,'6564','Albon','ALBON',NULL,'','France','',0,0,76,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(496,'41057','Alboraia','ALBORAIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(497,'3729','Alboraya','ALBORAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(498,'22474','Albstadt','ALBSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(499,'15915','Albufeira','ALBUFEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(500,'2496','Albufereta','ALBUFERETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(501,'32344','Albuq','ALBUQ',NULL,'','Yemen','',0,0,240,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(502,'28488','Albuquerque','ALBUQUERQUE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(503,'31286','Alburg','ALBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(504,'34079','Albury','ALBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(505,'15986','Alcabideche','ALCABIDECHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(506,'16054','Alcacer Do Sal','ALCACER DO SAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(507,'3355','Alcala','ALCALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(508,'12842','Alcamo','ALCAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(509,'2498','Alcanada','ALCANADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(510,'3507','Alcanar','ALCANAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(511,'16041','Alcanena','ALCANENA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(512,'3308','Alcaniz','ALCANIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(513,'15987','Alcantara','ALCANTARA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(514,'40323','Alcantara','ALCANTARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(515,'15772','Alcantarilha','ALCANTARILHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(516,'3164','Alcaucin','ALCAUCIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(517,'40454','Alcaudete','ALCAUDETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(518,'3392','Alcazar De San Juan','ALCAZAR DE SAN JUAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(519,'41942','Alceda','ALCEDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(520,'7469','Alcester','ALCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(521,'33063','Alcoa','ALCOA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(522,'15973','Alcobaca','ALCOBACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(523,'2970','Alcobendas','ALCOBENDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(524,'3730','Alcoceber','ALCOCEBER',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(525,'3393','Alcolea Del Pinar','ALCOLEA DEL PINAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(526,'6867','Alcombe','ALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(527,'2975','Alcorcon','ALCORCON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(528,'44301','Alcossebre','ALCOSSEBRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(529,'41670','Alcoutim','ALCOUTIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(530,'3731','Alcoy','ALCOY',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(531,'2880','Alcudia','ALCUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(532,'3732','Aldaya','ALDAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(533,'7470','Aldbrough St. John','ALDBROUGH ST. JOHN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(534,'6868','Aldbury','ALDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(535,'7471','Aldeburgh','ALDEBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(536,'24575','Alden Biesen','ALDEN BIESEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(537,'25385','Aldergrove','ALDERGROVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(538,'7472','Alderley Edge','ALDERLEY EDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(539,'7473','Alderminster','ALDERMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(540,'6869','Alderney','ALDERNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(541,'22684','Aldersbach','ALDERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(542,'7474','Aldershot','ALDERSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(543,'7475','Alderton','ALDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(544,'7476','Aldford','ALDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(545,'30433','Aldine','ALDINE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(546,'38319','Aldingbourne','ALDINGBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(547,'37860','Aldrans','ALDRANS',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(548,'7477','Aldridge','ALDRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(549,'7478','Aldwark','ALDWARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(550,'39506','Alegria','ALEGRIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(551,'17549','Aleknagik','ALEKNAGIK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(552,'16452','Aleksandrovskoye','ALEKSANDROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(553,'15642','Aleksandrow','ALEKSANDROW',NULL,'','Poland','',0,0,174,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(554,'3508','Alella','ALELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(555,'5361','Alencon','ALENCON',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(556,'40614','Alenquer','ALENQUER',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(557,'1077','Alentejo','ALENTEJO',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(558,'5879','Alenya','ALENYA',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(559,'16926','Aleppo','ALEPPO',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(560,'5760','Aleria','ALERIA',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(561,'25386','Alert Bay','ALERT BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(562,'5880','Ales','ALES',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(563,'12843','Alessandria','ALESSANDRIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(564,'11543','Alessano','ALESSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(565,'17550','Aleutian Islands','ALEUTIAN ISLANDS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(566,'3073','Alevia','ALEVIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(567,'32432','Alexander Bay','ALEXANDER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(568,'17825','Alexander City','ALEXANDER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(569,'26882','Alexandra','ALEXANDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(570,'32549','Alexandra','ALEXANDRA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(571,'15083','Alexandra','ALEXANDRA',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(572,'22303','Alexandria','ALEXANDRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(573,'6870','Alexandria','ALEXANDRIA',NULL,'','United Kingdom','Alexandria',0,0,229,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(574,'2410','Alexandria','ALEXANDRIA',NULL,'','Egypt','Alexandria',0,0,65,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(575,'1133','Alexandria-mediterranean Coast','ALEXANDRIA-MEDITERRANEAN COAST',NULL,'','EGYPT','',0,0,65,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(576,'42530','Alexandroupoli','ALEXANDROUPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(577,'9752','Alexandroupolis','ALEXANDROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(578,'43139','Aley','ALEY',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(579,'600','Alf','ALF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(580,'39092','Alfacar','ALFACAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(581,'3733','Alfafar','ALFAFAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(582,'3309','Alfajarin','ALFAJARIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(583,'15988','Alfama','ALFAMA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(584,'2956','Alfaro','ALFARO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(585,'42996','Alfas Del Pi','ALFAS DEL PI',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(586,'2499','Alfaz Del Pi','ALFAZ DEL PI',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(587,'22475','Alfdorf','ALFDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(588,'22685','Alfeld','ALFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(589,'3509','Alfes','ALFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(590,'40269','Alfiano Natta','ALFIANO NATTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(591,'4658','Alfortville','ALFORTVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(592,'15989','Alfragide','ALFRAGIDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(593,'28603','Alfred','ALFRED',NULL,'','United States','',0,0,231,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(594,'13946','Alfredo V. Bonfil','ALFREDO V. BONFIL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(595,'7480','Alfreton','ALFRETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(596,'7481','Alfriston','ALFRISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(597,'25918','Al-fujairah','AL-FUJAIRAH',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(598,'42343','Algajola','ALGAJOLA',NULL,'','France','',0,0,76,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(599,'3165','Algar','ALGAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(600,'14964','Algard','ALGARD',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(601,'39794','Algarinejo','ALGARINEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(602,'36003','Algarrobo','ALGARROBO',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(603,'15785','Algarve','ALGARVE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(604,'3166','Algeciras','ALGECIRAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(605,'12811','Alghero','ALGHERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(606,'38252','Algiers','ALGIERS',NULL,'','Algeria','',0,0,3,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(607,'21162','Algiers','ALGIERS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(608,'28491','Algodones','ALGODONES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(609,'31679','Algoma','ALGOMA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(610,'20146','Algona','ALGONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(611,'20422','Algonquin','ALGONQUIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(612,'34429','Algonquin Park','ALGONQUIN PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(613,'39926','Algorfa','ALGORFA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(614,'3696','Algorta','ALGORTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(615,'3310','Alhama De Aragon','ALHAMA DE ARAGON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(616,'18251','Alhambra','ALHAMBRA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(617,'3167','Alhaurin De La Torre','ALHAURIN DE LA TORRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(618,'11102','Ali Terme','ALI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(619,'39819','Alia','ALIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(620,'42608','Alibag','ALIBAG',NULL,'','India','Alibag',5,0,101,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(621,'17303','Alibeykoy','ALIBEYKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(622,'2459','Alicante','ALICANTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(623,'35010','Alicante-ciudad Ques','ALICANTE-CIUDAD QUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(624,'35021','Alicante-el Campello','ALICANTE-EL CAMPELLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(625,'35039','Alicante-elda','ALICANTE-ELDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(626,'36201','Alicante-petrel','ALICANTE-PETREL',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(627,'35052','Alicante-san Juan','ALICANTE-SAN JUAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(628,'30434','Alice','ALICE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(629,'13032','Alice Bel Colle','ALICE BEL COLLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(630,'26637','Alice Springs','ALICE SPRINGS',NULL,'','Australia','Alice Springs',0,0,13,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(631,'24848','Alice Town','ALICE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(632,'32433','Alicedale','ALICEDALE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(633,'17826','Aliceville','ALICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(634,'30435','Alief','ALIEF',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(635,'10484','Aligarh','ALIGARH',NULL,'','India','Aligarh',6,0,101,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(636,'5881','Alignan-du-vent','ALIGNAN-DU-VENT',NULL,'','France','',0,0,76,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(637,'16071','Alijo','ALIJO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(638,'9630','Alikanas','ALIKANAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(639,'39687','Alikes','ALIKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(640,'37538','Aliki','ALIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(641,'39961','Aliko','ALIKO',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(642,'11544','Alimena','ALIMENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(643,'43102','Alimos','ALIMOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(644,'16879','Alingsas','ALINGSAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(645,'10485','Alipur','ALIPUR',NULL,'','India','',0,0,101,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(646,'18252','Aliso Viejo','ALISO VIEJO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(647,'17551','Alitak','ALITAK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(648,'601','Alken','ALKEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(649,'14619','Alkmaar','ALKMAAR',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(650,'10678','Allahabad','ALLAHABAD',NULL,'','India','Allahabad',6,0,101,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(651,'17552','Allakaket','ALLAKAKET',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(652,'28183','Allamuchy','ALLAMUCHY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(653,'5284','Allanche','ALLANCHE',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(654,'3045','Allariz','ALLARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(655,'6377','Allauch','ALLAUCH',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(656,'32550','Alldays','ALLDAYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(657,'21965','Allegan','ALLEGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(658,'28605','Allegany','ALLEGANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(659,'18253','Alleghany','ALLEGHANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(660,'12872','Alleghe','ALLEGHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(661,'43875','Alleins','ALLEINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(662,'6378','Allemagne-en-provence','ALLEMAGNE-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(663,'30436','Allen','ALLEN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(664,'21967','Allendale','ALLENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(665,'6871','Allendale','ALLENDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(666,'22476','Allensbach','ALLENSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(667,'6872','Allensford','ALLENSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(668,'34697','Allenspark','ALLENSPARK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(669,'29798','Allentown','ALLENTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(670,'1767','Alleppey','ALLEPPEY',NULL,'','India','Travel Tour Packages for Alleppey | Trip to Allepp',3,0,101,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(671,'11545','Allerona','ALLERONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(672,'39636','Allersberg','ALLERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(673,'22686','Allershausen','ALLERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(674,'21292','Allerton','ALLERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(675,'7482','Allesley','ALLESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(676,'5140','Alles-sur-dordogne','ALLES-SUR-DORDOGNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(677,'6565','Allevard','ALLEVARD',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(678,'42752','Allevard-les-bains','ALLEVARD-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(679,'5285','Alleyras','ALLEYRAS',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(680,'24361','Allgaeu','ALLGAEU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(681,'28093','Alliance','ALLIANCE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(682,'4110','Allier','ALLIER',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(683,'37794','Allin','ALLIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(684,'2162','Allinge','ALLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(685,'38175','Alliste','ALLISTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(686,'34430','Alliston','ALLISTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(687,'7483','Alloa','ALLOA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(688,'6379','Allos','ALLOS',NULL,'','France','',0,0,76,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(689,'21293','Allston','ALLSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(690,'17977','Alma','ALMA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(691,'25933','Alma','ALMA',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(692,'1572','Almada','ALMADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(693,'3394','Almaden','ALMADEN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(694,'2460','Almagro','ALMAGRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(695,'15916','Almancil','ALMANCIL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(696,'36603','Almancil-vale Do Lob','ALMANCIL-VALE DO LOB',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(697,'3395','Almansa','ALMANSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(698,'13433','Almaty','ALMATY',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(699,'3169','Almayate Bajo','ALMAYATE BAJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(700,'3428','Almazan','ALMAZAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(701,'37957','Almedinilla','ALMEDINILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(702,'15965','Almeida','ALMEIDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(703,'14743','Almelo','ALMELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(704,'14765','Almen','ALMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(705,'3799','Almendralejo','ALMENDRALEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(706,'14453','Almere','ALMERE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(707,'3170','Almeria','ALMERIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(708,'34978','Almeria-adra','ALMERIA-ADRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(709,'34979','Almeria-aguadulce','ALMERIA-AGUADULCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(710,'35040','Almeria-el Ejido','ALMERIA-EL EJIDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(711,'36174','Almeria-mojacar','ALMERIA-MOJACAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(712,'34984','Almeria-retamar','ALMERIA-RETAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(713,'35046','Almeria-roquetas De','ALMERIA-ROQUETAS DE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(714,'35114','Almeria-vera','ALMERIA-VERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(715,'26063','Almirante Brown','ALMIRANTE BROWN',NULL,'','Argentina','',0,0,10,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(716,'1508','Almogordo','ALMOGORDO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(717,'42988','Almonacid','ALMONACID',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(718,'34699','Almont','ALMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(719,'3171','Almonte','ALMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(720,'10679','Almora','ALMORA',NULL,'','India','Almora',9,0,101,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(721,'3397','Almorox','ALMOROX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(722,'3172','Almunecar','ALMUNECAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(723,'2504','Almusafes','ALMUSAFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(724,'41466','Almussafes','ALMUSSAFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(725,'7484','Alne','ALNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(726,'7485','Alnmouth','ALNMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(727,'7486','Alnwick','ALNWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(728,'14451','Alofi','ALOFI',NULL,'','Niue','',0,0,161,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(729,'29607','Aloha','ALOHA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(730,'3173','Alomartes','ALOMARTES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(731,'1728','Alomartes-illora','ALOMARTES-ILLORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(732,'10486','Along','ALONG',NULL,'','India','Along',40,0,101,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(733,'42529','Alonissos','ALONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(734,'9631','Alonnisos','ALONNISOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(735,'9421','Alónnisos Island','ALÓNNISOS ISLAND',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(736,'10137','Alor','ALOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(737,'14353','Alor Setar','ALOR SETAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(738,'3174','Alora','ALORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(739,'15572','Alotau','ALOTAU',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(740,'43693','Alotenango','ALOTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(741,'41433','Alovera','ALOVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(742,'5432','Aloxe-corton','ALOXE-CORTON',NULL,'','France','',0,0,76,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(743,'39547','Alozaina','ALOZAINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(744,'3510','Alp','ALP',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(745,'24445','Alpbach','ALPBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(746,'43306','Alpe D Huez','ALPE D HUEZ',NULL,'','France','',0,0,76,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(747,'11103','Alpe Di Siusi','ALPE DI SIUSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(748,'2976','Alpedrete','ALPEDRETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(749,'21969','Alpena','ALPENA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(750,'41669','Alpendura E Matos','ALPENDURA E MATOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(751,'4111','Alpes De Sud','ALPES DE SUD',NULL,'','France','',0,0,76,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(752,'26378','Alpha','ALPHA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(753,'29232','Alpha','ALPHA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(754,'19694','Alpharetta','ALPHARETTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(755,'41770','Alphaville','ALPHAVILLE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(756,'36452','Alphen Aan De Rijn','ALPHEN AAN DE RIJN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(757,'16912','Alphonse Island','ALPHONSE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(758,'38513','Alpignano','ALPIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(759,'18254','Alpine','ALPINE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(760,'26969','Alpine Foothills','ALPINE FOOTHILLS',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(761,'22477','Alpirsbach','ALPIRSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(762,'40666','Alpnachstad','ALPNACHSTAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(763,'3311','Alquezar','ALQUEZAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(764,'42570','Al-qusair','AL-QUSAIR',NULL,'','Egypt','',0,0,65,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(765,'43565','Alresford','ALRESFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(766,'7487','Alsager','ALSAGER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(767,'3046','Alsasua','ALSASUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(768,'386','Alsfeld','ALSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(769,'20423','Alsip','ALSIP',NULL,'','United States','',0,0,231,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(770,'40799','Alsisar','ALSISAR',NULL,'','India','Alsisar',2,0,101,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(771,'7488','Alston','ALSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(772,'692','Alt Duvenstedt','ALT DUVENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(773,'23116','Alt Sankt Johann','ALT SANKT JOHANN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(774,'33298','Alta','ALTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(775,'14770','Alta','ALTA',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(776,'11104','Alta Badia','ALTA BADIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(777,'25068','Alta Floresta','ALTA FLORESTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(778,'26091','Alta Gracia','ALTA GRACIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(779,'3511','Altafulla','ALTAFULLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(780,'2366','Altagracia','ALTAGRACIA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(781,'32204','Altagracia','ALTAGRACIA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(782,'25099','Altamira','ALTAMIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(783,'13774','Altamira','ALTAMIRA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(784,'33065','Altamont','ALTAMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(785,'19243','Altamonte Springs','ALTAMONTE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(786,'11546','Altamura','ALTAMURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(787,'24408','Altaussee','ALTAUSSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(788,'11547','Altavilla Milicia','ALTAVILLA MILICIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(789,'31028','Altavista','ALTAVISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(790,'23837','Altay','ALTAY',NULL,'','China','',0,0,46,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(791,'23117','Altdorf','ALTDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(792,'22478','Altdorf','ALTDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(793,'11106','Alte Di Montecchio Maggiore','ALTE DI MONTECCHIO MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(794,'3734','Altea','ALTEA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(795,'602','Altenahr','ALTENAHR',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(796,'39581','Altenau','ALTENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(797,'2021','Altenberg','ALTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(798,'22479','Altenburg','ALTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(799,'693','Altenholz','ALTENHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(800,'27153','Altenmarkt Im Pongau','ALTENMARKT IM PONGAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(801,'23118','Altenrhein','ALTENRHEIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(802,'24362','Altensteig','ALTENSTEIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(803,'821','Altentreptow','ALTENTREPTOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(804,'16014','Alter Do Chao','ALTER DO CHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(805,'24964','Alter Do Chao','ALTER DO CHAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(806,'37192','Alterkulz','ALTERKULZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(807,'1994','Altglienicke','ALTGLIENICKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(808,'6803','Altillac','ALTILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(809,'17194','Altinkum','ALTINKUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(810,'36798','Altinoluk','ALTINOLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(811,'24363','Altmark','ALTMARK',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(812,'39958','Altmünster','ALTMÜNSTER',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(813,'15786','Alto De Sao Joao','ALTO DE SAO JOAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(814,'41771','Alto Paraiso','ALTO PARAISO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(815,'20425','Alto Pass','ALTO PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(816,'22687','Altoetting','ALTOETTING',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(817,'11549','Altomonte','ALTOMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(818,'7489','Alton','ALTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(819,'29233','Alton','ALTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(820,'34431','Alton','ALTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(821,'26379','Alton Downs','ALTON DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(822,'26442','Altona','ALTONA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(823,'25578','Altona','ALTONA',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(824,'31680','Altoona','ALTOONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(825,'11550','Altopascio','ALTOPASCIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(826,'7490','Altrincham','ALTRINCHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(827,'22993','Altstetten','ALTSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(828,'15917','Altura','ALTURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(829,'18256','Alturas','ALTURAS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(830,'32870','Altus','ALTUS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(831,'24364','Altwarmbüchen','ALTWARMBÜCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(832,'43162','Alupka','ALUPKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(833,'17514','Alushta','ALUSHTA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(834,'32871','Alva','ALVA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(835,'16055','Alvalade','ALVALADE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(836,'30438','Alvarado','ALVARADO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(837,'13891','Alvarado','ALVARADO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(838,'42216','Alvaro Obregon','ALVARO OBREGON',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(839,'16736','Alvdalen','ALVDALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(840,'15031','Alversund','ALVERSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(841,'16744','Alvesta','ALVESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(842,'7491','Alveston','ALVESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(843,'42313','Alviano','ALVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(844,'6066','Alvignac','ALVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(845,'16747','Alvik','ALVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(846,'30439','Alvin','ALVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(847,'38398','Alvito','ALVITO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(848,'15869','Alvito','ALVITO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(849,'15918','Alvor','ALVOR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(850,'16815','Alvsjo','ALVSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(851,'10487','Alwar','ALWAR',NULL,'','India','Alwar',2,0,101,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(852,'38136','Alyangula','ALYANGULA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(853,'9423','Alykes','ALYKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(854,'40097','Alyth','ALYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(855,'42314','Alzate Brianza','ALZATE BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(856,'22688','Alzenau','ALZENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(857,'603','Alzey','ALZEY',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(858,'2505','Alzira','ALZIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(859,'14010','Amacuzac','AMACUZAC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(860,'18257','Amador City','AMADOR CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(861,'15990','Amadora','AMADORA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(862,'43476','Amadores','AMADORES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(863,'28607','Amagansett','AMAGANSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(864,'13219','Amagasaki','AMAGASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(865,'2112','Amager Island','AMAGER ISLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(866,'2227','Amagerbro','AMAGERBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(867,'5707','Amagne','AMAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(868,'10337','Amahai','AMAHAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(869,'13118','Amakusa','AMAKUSA',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(870,'40421','Amal','AMAL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(871,'11107','Amalfi','AMALFI',NULL,'','Italy','Amalfi',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(872,'35511','Amalfi-conca Marini','AMALFI-CONCA MARINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(873,'42528','Amaliada','AMALIADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(874,'2113','Amalienborg - Nyhavn','AMALIENBORG - NYHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(875,'20149','Amana','AMANA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(876,'31429','Amanda Park','AMANDA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(877,'11552','Amantea','AMANTEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(878,'16023','Amarante','AMARANTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(879,'15877','Amares','AMARES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(880,'32791','Amargosa Valley','AMARGOSA VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(881,'30440','Amarillo','AMARILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(882,'9632','Amarinthos','AMARINTHOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(883,'9633','Amarousion','AMAROUSION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(884,'42516','Amarynthos - Evia','AMARYNTHOS - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(885,'17242','Amasya','AMASYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(886,'2062','Ambach','AMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(887,'43733','Ambala','AMBALA',NULL,'','India','Ambala',20,0,101,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(888,'39335','Ambanja','AMBANJA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(889,'34967','Ambato','AMBATO',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(890,'40123','Ambatomainty','AMBATOMAINTY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(891,'38170','Ambatondrazaka','AMBATONDRAZAKA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(892,'22480','Amberg','AMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(893,'1062','Ambergris Caye','AMBERGRIS CAYE',NULL,'','BELIZE','',0,0,22,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(894,'6566','Amberieux-en-dombes','AMBERIEUX-EN-DOMBES',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(895,'15067','Amberley','AMBERLEY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(896,'7492','Amberley','AMBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(897,'39999','Ambialet','AMBIALET',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(898,'4112','Ambilly','AMBILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(899,'7493','Amble','AMBLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(900,'17553','Ambler','AMBLER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(901,'7494','Ambleside','AMBLESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(902,'39883','Ambleteuse','AMBLETEUSE',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(903,'4944','Amboise','AMBOISE',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(904,'10338','Ambon','AMBON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(905,'35773','Amboseli National Park','Amboseli National Park',NULL,'','Kenya','',0,0,113,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(906,'11553','Ambra','AMBRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(907,'16407','Amderma','AMDERMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(908,'41629','Amealco De Bonfil','AMEALCO DE BONFIL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(909,'37851','Amed','AMED',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(910,'11554','Ameglia','AMEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(911,'43361','Ameland','AMELAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(912,'11555','Amelia','AMELIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(913,'19245','Amelia City','AMELIA CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(914,'5882','Amelie Les Bains Palalda','AMELIE LES BAINS PALALDA',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(915,'41598','Amelie-les-bains-palalda','AMELIE-LES-BAINS-PALALDA',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(916,'11556','Amendolara','AMENDOLARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(917,'11557','Ameno','AMENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(918,'10488','Amer','AMER',NULL,'','India','',0,0,101,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(919,'18258','American Canyon','AMERICAN CANYON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(920,'26443','American River','AMERICAN RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(921,'6826','American Samoa','AMERICAN SAMOA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(922,'975','Americana','AMERICANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(923,'19695','Americus','AMERICUS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(924,'14675','Amersfoort','AMERSFOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(925,'7495','Amersham','AMERSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(926,'31681','Amery','AMERY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(927,'20151','Ames','AMES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(928,'21294','Amesbury','AMESBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(929,'7496','Amesbury','AMESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(930,'42527','Amfilochia','AMFILOCHIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(931,'21295','Amherst','AMHERST',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(932,'25690','Amherst','AMHERST',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(933,'34432','Amherstburg','AMHERSTBURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(934,'43900','Ami','AMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(935,'39163','Amiad','AMIAD',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(936,'19696','Amicalola','AMICALOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(937,'6280','Amiens','AMIENS',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(938,'5615','Amilly','AMILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(939,'37656','Amirim','AMIRIM',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(940,'21163','Amite','AMITE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(941,'26649','Amity Point','AMITY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(942,'40800','Amla','AMLA',NULL,'','India','',0,0,101,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(943,'7497','Amlwch','AMLWCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(944,'13103','Amman','AMMAN',NULL,'','Jordan','Amman',0,0,111,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(945,'44182','Ammanford','AMMANFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(946,'3943','Ammansaari','AMMANSAARI',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(947,'6752','Ammerschwihr','AMMERSCHWIHR',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(948,'22689','Ammerthal','AMMERTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(949,'20326','Ammon','AMMON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(950,'9424','Ammoudara','AMMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(951,'38953','Ammoudia','AMMOUDIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(952,'38055','Amneville','AMNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(953,'9634','Amoliani','AMOLIANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(954,'3697','Amorebieta','AMOREBIETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(955,'15870','Amoreiras','AMOREIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(956,'9635','Amorgos','AMORGOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(957,'27826','Amory','AMORY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(958,'25934','Amos','AMOS',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(959,'36562','Amosanto','AMOSANTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(960,'14998','Amot','AMOT',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(961,'43040','Amoudara','AMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(962,'43411','Amouliani Island','AMOULIANI ISLAND',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(963,'14338','Ampang','AMPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(964,'37797','Ampanihy','AMPANIHY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(965,'39252','Ampfelwang','AMPFELWANG',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(966,'6875','Ampfield','AMPFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(967,'42463','Ampfing','AMPFING',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(968,'1798','Amphur Mueng','AMPHUR MUENG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(969,'3512','Amposta','AMPOSTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(970,'3429','Ampudia','AMPUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(971,'41482','Ampuria Brava','AMPURIA BRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(972,'25935','Amqui','AMQUI',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(973,'10651','Amravati','AMRAVATI',NULL,'','India','Amravati',5,0,101,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(974,'10665','Amritsar','AMRITSAR',NULL,'','India','Amritsar Trip Package | Amritsar Tour & Travel Pac',19,0,101,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(975,'7498','Amroth','AMROTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(976,'40790','Amrum','AMRUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(977,'38053','Amsteg','AMSTEG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(978,'14620','Amstelveen','AMSTELVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(979,'14621','Amsterdam','AMSTERDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(980,'16111','Anaa','ANAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(981,'11558','Anacapri','ANACAPRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(982,'41116','Anaco','ANACO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(983,'27931','Anaconda','ANACONDA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(984,'31430','Anacortes','ANACORTES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(985,'19193','Anacostia','ANACOSTIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(986,'32872','Anadarko','ANADARKO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(987,'15773','Anadia','ANADIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(988,'16316','Anadyr','ANADYR',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(989,'11559','Anagni','ANAGNI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(990,'18259','Anaheim','ANAHEIM',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(991,'25387','Anahim Lake','ANAHIM LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(992,'19975','Anahola','ANAHOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(993,'17554','Anaktuvuk Pass','ANAKTUVUK PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(994,'39434','Analalava','ANALALAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(995,'9425','Analipsi','ANALIPSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(996,'29802','Analomink','ANALOMINK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(997,'20153','Anamosa','ANAMOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(998,'17299','Anamur','ANAMUR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(999,'16242','Anapa','ANAPA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1000,'41976','Anapolis','ANAPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1001,'28492','Anapra','ANAPRA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1002,'38728','Anascaul','ANASCAUL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1003,'15736','Anasco','ANASCO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1004,'32307','Anatom','ANATOM',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1005,'24965','Anavilhanas Archipelago','ANAVILHANAS ARCHIPELAGO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1006,'9636','Anavyssos','ANAVYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1007,'34433','Ancaster','ANCASTER',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1008,'6380','Ancelle','ANCELLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1009,'6209','Ancenis','ANCENIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1010,'5708','Anchamps','ANCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1011,'21970','Anchor Bay Harbor','ANCHOR BAY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1012,'17556','Anchorage','ANCHORAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1013,'25936','Ancienne Lorette','ANCIENNE LORETTE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1014,'12789','Ancona','ANCONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1015,'23477','Ancud','ANCUD',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1016,'38069','Andalo','ANDALO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1017,'14905','Andalsnes','ANDALSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1018,'17827','Andalusia','ANDALUSIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1019,'37713','Andapa','ANDAPA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1020,'39563','Andebu','ANDEBU',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1021,'14912','Andenes','ANDENES',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1022,'24706','Andenne','ANDENNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1023,'23119','Andermatt','ANDERMATT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1024,'37534','Andernos-les-bains','ANDERNOS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1025,'30284','Anderson','ANDERSON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1026,'16717','Anderstorp','ANDERSTORP',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1027,'4659','Andilly','ANDILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1028,'32154','Andizhan','ANDIZHAN',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1029,'39138','Andlau','ANDLAU',NULL,'','France','',0,0,76,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1030,'41887','Andoany','ANDOANY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1031,'35452','Andora','ANDORA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1032,'25871','Andorra','ANDORRA',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1033,'2506','Andorra','ANDORRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1034,'7499','Andover','ANDOVER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1035,'21296','Andover','ANDOVER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1036,'38290','Andraitx','ANDRAITX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1037,'42428','Andratx','ANDRATX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1038,'39300','Andreas','ANDREAS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1039,'21630','Andrews','ANDREWS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1040,'6567','Andrezieux','ANDREZIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1041,'41597','Andrezieux-boutheon','ANDREZIEUX-BOUTHEON',NULL,'','France','',0,0,76,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1042,'37780','Andriamena','ANDRIAMENA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1043,'3074','Andrin','ANDRIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1044,'42674','Andritsena','ANDRITSENA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1045,'9426','Andros','ANDROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1046,'24873','Andros Island','ANDROS ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1047,'3175','Andujar','ANDUJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1048,'5883','Anduze','ANDUZE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1049,'32216','Anegada Island','ANEGADA ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1050,'43734','Angamali','ANGAMALI',NULL,'','India','',0,0,101,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1051,'10','Angaston','ANGASTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1052,'28493','Angel Fire','ANGEL FIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1053,'15438','Angeles','ANGELES',NULL,'','Philippines','',0,0,173,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1054,'16859','Angelholm','ANGELHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1055,'28610','Angelica','ANGELICA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1056,'18261','Angels Camp','ANGELS CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1057,'38561','Anger','ANGER',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1058,'37840','Anger','ANGER',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1059,'11560','Angera','ANGERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1060,'6210','Angers','ANGERS',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1061,'36226','Angers-beaucouze','ANGERS-BEAUCOUZE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1062,'4660','Angerville','ANGERVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1063,'10138','Anggi','ANGGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1064,'11561','Anghiari','ANGHIARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1065,'42533','Angistri','ANGISTRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1066,'38595','Angkhang','ANGKHANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1067,'5286','Anglards-de-saint-flour','ANGLARDS-DE-SAINT-FLOUR',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1068,'40647','Anglès','ANGLÈS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1069,'26480','Anglesea','ANGLESEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1070,'5141','Anglet','ANGLET',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1071,'30443','Angleton','ANGLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1072,'34434','Angling Lake','ANGLING LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1073,'20818','Angola','ANGOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1074,'17558','Angoon','ANGOON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1075,'4876','Angouleme','ANGOULEME',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1076,'4113','Angoulins','ANGOULINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1077,'16089','Angra Do Heroismo','ANGRA DO HEROISMO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1078,'25129','Angra Dos Reis','ANGRA DOS REIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1079,'24365','Angrmuende','ANGRMUENDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1080,'25866','Anguilla','ANGUILLA',NULL,'','Anguilla','',0,0,7,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1081,'11562','Anguillara Sabazia','ANGUILLARA SABAZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1082,'18262','Angwin','ANGWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1083,'24366','Anhalt','ANHALT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1084,'40967','Anhee','ANHEE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1085,'17559','Aniak','ANIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1086,'24544','Anif','ANIF',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1087,'43128','Anissaras','ANISSARAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1088,'32308','Aniwa','ANIWA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1089,'39066','Anjajavy','ANJAJAVY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1090,'3882','Anjalankoski','ANJALANKOSKI',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1091,'23767','Anji','ANJI',NULL,'','China','',0,0,46,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1092,'42862','Anjo','ANJO',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1093,'25937','Anjou','ANJOU',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1094,'24138','Anjouan','ANJOUAN',NULL,'','Comoros','',0,0,50,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1095,'10489','Anjuna','ANJUNA',NULL,'','India','',0,0,101,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1097,'23936','Ankang','ANKANG',NULL,'','China','',0,0,46,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1098,'17371','Ankara','ANKARA',NULL,'','Turkey','Ankara',0,0,222,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1099,'37547','Ankavandra','ANKAVANDRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1100,'38071','Ankazoabo','ANKAZOABO',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1101,'20154','Ankeny','ANKENY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1102,'42609','Ankleshwar','ANKLESHWAR',NULL,'','India','Ankleshwar',16,0,101,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1104,'498','Ankum','ANKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1105,'21971','Ann Arbor','ANN ARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1106,'20427','Anna','ANNA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1107,'35893','Anna Bay','ANNA BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1108,'38450','Annaba','ANNABA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1109,'37821','Annaberg','ANNABERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1110,'22481','Annaberg','ANNABERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1111,'44115','Annaberg-buchholz','ANNABERG-BUCHHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1112,'7500','Annalong','ANNALONG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1113,'7501','Annan','ANNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1114,'31030','Annandale','ANNANDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1115,'27572','Annapolis','ANNAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1116,'25691','Annapolis Royal','ANNAPOLIS ROYAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1117,'20428','Annawan','ANNAWAN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1118,'7502','Annbank','ANNBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1119,'6568','Annecy','ANNECY',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1120,'6569','Annecy-le-vieux','ANNECY-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1121,'5079','Annemasse','ANNEMASSE',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1122,'26650','Annerley','ANNERLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1123,'6876','Annesley Woodhouse','ANNESLEY WOODHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1124,'17828','Anniston','ANNISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1125,'6570','Annonay','ANNONAY',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1126,'40319','Annot','ANNOT',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1127,'11563','Annunziata','ANNUNZIATA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1128,'29803','Annville','ANNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1129,'37908','Anogia','ANOGIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1130,'22306','Anoka','ANOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1131,'19248','Anona','ANONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1132,'23671','Anqing','ANQING',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1133,'2335','Ans','ANS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1134,'41844','Ansalonga','ANSALONGA',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1135,'24367','Ansbach','ANSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1136,'13571','Anse Cochon','ANSE COCHON',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1137,'9359','Anse De Toiny','ANSE DE TOINY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1138,'41885','Anse La Raie','ANSE LA RAIE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1139,'35453','Ansedonia','ANSEDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1140,'37337','Ansfelden','ANSFELDEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1141,'23782','Anshan','ANSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1142,'36013','Anshun','ANSHUN',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1143,'29235','Ansonia','ANSONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1144,'31944','Ansted','ANSTED',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1145,'7503','Anstruther','ANSTRUTHER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1146,'6877','Ansty (Dorset)','ANSTY (DORSET)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1147,'867','Anta','ANTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1148,'13059','Antagnod','ANTAGNOD',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1149,'36800','Antakya','ANTAKYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1150,'37906','Antalaha','ANTALAHA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1151,'17249','Antalya','ANTALYA',NULL,'','Turkey','Antalya',0,0,222,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1152,'37480','Antananarivo','ANTANANARIVO',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1153,'2461','Antequera','ANTEQUERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1154,'12861','Anterselva','ANTERSELVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1155,'18099','Anthem','ANTHEM',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1156,'27155','Anthering','ANTHERING',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1157,'21019','Anthony','ANTHONY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1158,'4843','Antibes','ANTIBES',NULL,'','France','',0,0,76,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1159,'40002','Anticoli Corrado','ANTICOLI CORRADO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1160,'31683','Antigo','ANTIGO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1161,'25692','Antigonish','ANTIGONISH',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1162,'3109','Antigua','ANTIGUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1163,'26161','Antigua','ANTIGUA',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1164,'9869','Antigua Guatemala','ANTIGUA GUATEMALA',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1165,'35855','Antigua-deep Bay','ANTIGUA-DEEP BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1166,'35857','Antigua-five Islands','ANTIGUA-FIVE ISLANDS',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1167,'35858','Antigua-jolly Beach','ANTIGUA-JOLLY BEACH',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1168,'35860','Antigua-momora Bay','ANTIGUA-MOMORA BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1169,'35862','Antigua-soldiers Bay','ANTIGUA-SOLDIERS BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1170,'35863','Antigua-winthrop Bay','ANTIGUA-WINTHROP BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1171,'5433','Antilly','ANTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1172,'33300','Antimony','ANTIMONY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1173,'23902','Anting','ANTING',NULL,'','China','',0,0,46,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1174,'18263','Antioch','ANTIOCH',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1175,'24125','Antioquia','ANTIOQUIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1176,'38274','Antiparos','ANTIPAROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1177,'32873','Antlers','ANTLERS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1178,'23509','Antofagasta','ANTOFAGASTA',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1179,'15351','Anton','ANTON',NULL,'','Panama','',0,0,169,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1180,'14114','Anton Lizardo','ANTON LIZARDO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1181,'34700','Antonito','ANTONITO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1182,'5142','Antonne-et-trigonant','ANTONNE-ET-TRIGONANT',NULL,'','France','',0,0,76,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1183,'4661','Antony','ANTONY',NULL,'','France','',0,0,76,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1184,'9250','Antrim','ANTRIM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1185,'39397','Antsalova','ANTSALOVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1186,'39119','Antsirabe','ANTSIRABE',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1187,'39713','Antsiranana','ANTSIRANANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1188,'40626','Antsohihy','ANTSOHIHY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1189,'24604','Antwerp','ANTWERP',NULL,'','Belgium','Antwerp',0,0,21,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1190,'13604','Anuradhapura','ANURADHAPURA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1191,'17560','Anvik','ANVIK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1192,'6145','Anvin','ANVIN',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1193,'43816','Anyang','ANYANG',NULL,'','China','',0,0,46,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1194,'35349','Anyer','ANYER',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1195,'40578','Anzère','ANZÈRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1196,'6146','Anzin-saint-aubin','ANZIN-SAINT-AUBIN',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1197,'11564','Anzio','ANZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1198,'11565','Anzola Dell\'emilia','ANZOLA DELL\'EMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1199,'16966','Ao Namao','AO NAMAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1200,'43517','Aoa','AOA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1201,'13380','Aomori','AOMORI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1202,'42291','Aore Island','AORE ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1203,'12870','Aosta','AOSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1204,'23951','Aotou','AOTOU',NULL,'','China','',0,0,46,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1205,'6571','Aouste-sur-sye','AOUSTE-SUR-SYE',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1206,'32247','Ap Binh Quooi','AP BINH QUOOI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1207,'18100','Apache Junction','APACHE JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1208,'19249','Apalachicola','APALACHICOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1209,'28611','Apalachin','APALACHIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1210,'10140','Apalapsili','APALAPSILI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1211,'24088','Apartado','APARTADO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1212,'16112','Apataki','APATAKI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1213,'43950','Apazapan','APAZAPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1214,'14525','Apeldoorn','APELDOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1215,'40349','Apelern','APELERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1216,'39662','Aperion','APERION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1217,'33758','Apex','APEX',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1218,'24368','Apfelstaedt','APFELSTAEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1219,'32340','Apia','APIA',NULL,'','Samoa','',0,0,183,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1220,'38363','Apikia','APIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1221,'14064','Apizaco','APIZACO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1222,'14055','Apodaca','APODACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1223,'1957','Apolda','APOLDA',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1224,'29804','Apollo','APOLLO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1225,'26883','Apollo Bay','APOLLO BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1226,'19251','Apopka','APOPKA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1227,'23537','Apoquindo','APOQUINDO',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1228,'43951','Apozol','APOZOL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1229,'31031','Appalachian Plateau','APPALACHIAN PLATEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1230,'23120','Appenzell','APPENZELL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1231,'37972','Appiano Gentile','APPIANO GENTILE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1232,'37759','Appietto','APPIETTO',NULL,'','France','',0,0,76,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1233,'6878','Appin','APPIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1234,'18264','Apple Valley','APPLE VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1235,'7505','Appleby','APPLEBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1236,'6879','Appledore','APPLEDORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1237,'18265','Applegate','APPLEGATE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1238,'31684','Appleton','APPLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1239,'5434','Appoigny','APPOIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1240,'31032','Appomattox','APPOMATTOX',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1241,'11566','Aprica','APRICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1242,'11567','Apricale','APRICALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1243,'11568','Aprilia','APRILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1244,'43876','Apt','APT',NULL,'','France','',0,0,76,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1245,'18266','Aptos','APTOS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1246,'42197','Apucarana','APUCARANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1247,'15878','Apulia','APULIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1248,'25069','Aquidauana','AQUIDAUANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1249,'38750','Aquileia','AQUILEIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1250,'43164','Aquiraz','AQUIRAZ',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1251,'17829','Arab','ARAB',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1252,'11109','Arabba','ARABBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1253,'28495','Arabela','ARABELA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1254,'21164','Arabi','ARABI',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1255,'25226','Aracaju','ARACAJU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1256,'25054','Aracati','ARACATI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1257,'25027','Aracatuba','ARACATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1258,'3176','Aracena','ARACENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1259,'9784','Arachova','ARACHOVA',NULL,'','Greece','Arachova',0,0,86,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1260,'16207','Arad','ARAD',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1261,'11028','Arad','ARAD',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1262,'25061','Araguaina','ARAGUAINA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1263,'42284','Arakabesang','ARAKABESANG',NULL,'','Palau','',0,0,167,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1264,'13220','Arakawa','ARAKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1265,'43735','Araku','ARAKU',NULL,'','India','',0,0,101,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1266,'26380','Aramac','ARAMAC',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1267,'38395','Aranc','ARANC',NULL,'','France','',0,0,76,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1268,'3430','Aranda De Duero','ARANDA DE DUERO',NULL,'','Spain','Aranda de Duero',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1269,'24233','Aranjuez','ARANJUEZ',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1270,'2977','Aranjuez','ARANJUEZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1271,'24950','Aranjuez','ARANJUEZ',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1272,'43569','Arans','ARANS',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1273,'30446','Aransas Pass','ARANSAS PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1274,'2508','Arantzazu','ARANTZAZU',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1275,'13457','Aranuka','ARANUKA',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1276,'34701','Arapaho','ARAPAHO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1277,'962','Arapongas','ARAPONGAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1278,'16486','Arar','ARAR',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1279,'25194','Araraquara','ARARAQUARA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1280,'26481','Ararat','ARARAT',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1281,'24098','Arauca','ARAUCA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1282,'2978','Aravaca','ARAVACA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1283,'25079','Araxa','ARAXA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1284,'3837','Arba Mintch','ARBA MINTCH',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1285,'40981','Arbanasi','ARBANASI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1286,'37385','Arbanija','ARBANIJA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1287,'12812','Arbatax','ARBATAX',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1288,'6572','Arbigny','ARBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1289,'38079','Arboga','ARBOGA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1290,'5762','Arbois','ARBOIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1291,'23121','Arbon','ARBON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1292,'38515','Arbonne','ARBONNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1293,'26813','Arbor','ARBOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1294,'12813','Arborea','ARBOREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1295,'7507','Arbroath','ARBROATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1296,'42786','Arbus','ARBUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1297,'4114','Arc 1800','ARC 1800',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1298,'4116','Arc-1600','ARC-1600',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1299,'4117','Arc-2000','ARC-2000',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1300,'5143','Arcachon','ARCACHON',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1301,'41390','Arcade','ARCADE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1302,'19252','Arcadia','ARCADIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1303,'32434','Arcadia','ARCADIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1304,'5144','Arcangues','ARCANGUES',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1305,'18268','Arcata','ARCATA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1306,'11569','Arce','ARCE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1307,'39469','Arcen','ARCEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1308,'1590','Arc-en-barrois','ARC-EN-BARROIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1309,'29608','Arch Cape','ARCH CAPE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1310,'6573','Archamps','ARCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1311,'9428','Archanes','ARCHANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1312,'9429','Archangelos','ARCHANGELOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1313,'37190','Archbald','ARCHBALD',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1314,'33759','Archdale','ARCHDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1315,'3028','Archena','ARCHENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1316,'5287','Arches','ARCHES',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1317,'3177','Archidona','ARCHIDONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1318,'11570','Arcidosso','ARCIDOSSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1319,'11571','Arco','ARCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1320,'11572','Arcola','ARCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1321,'20430','Arcola','ARCOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1322,'3178','Arcos De La Frontera','ARCOS DE LA FRONTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1323,'40708','Arcos De Valdevez','ARCOS DE VALDEVEZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1324,'9430','Arcoudi','ARCOUDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1325,'25785','Arctic Bay','ARCTIC BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1326,'17561','Arctic Village','ARCTIC VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1327,'4662','Arcueil','ARCUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1328,'11573','Arcugnano','ARCUGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1329,'3179','Ardales','ARDALES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1330,'36467','Ardalstangan','ARDALSTANGAN',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1331,'42403','Ardalstangen','ARDALSTANGEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1332,'41490','Ardara','ARDARA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1333,'11574','Ardea','ARDEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1334,'4118','Ardeche','ARDECHE',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1335,'33760','Arden','ARDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1336,'2234','Arden','ARDEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1337,'6880','Arden','ARDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1338,'4119','Ardennes','ARDENNES',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1339,'39144','Ardersier','ARDERSIER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1340,'11575','Ardesio','ARDESIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1341,'40465','Ardez','ARDEZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1342,'39639','Ardgay','ARDGAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1343,'37355','Ardgour','ARDGOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1344,'7508','Ardley','ARDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1345,'10935','Ardmore','ARDMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1346,'15084','Ardmore','ARDMORE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1347,'32874','Ardmore','ARDMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1348,'5616','Ardon','ARDON',NULL,'','France','',0,0,76,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1349,'7509','Ardrishaig','ARDRISHAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1350,'39266','Ardrossan','ARDROSSAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1351,'7510','Ardsley','ARDSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1352,'28612','Ardsley','ARDSLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1353,'6881','Arduaine','ARDUAINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1354,'6882','Arduanine','ARDUANINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1355,'16708','Are','ARE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1356,'39145','Areatza','AREATZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1357,'15737','Arecibo','ARECIBO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1358,'16090','Areeiro','AREEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1359,'39703','Arembepe','AREMBEPE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1360,'24208','Arenal','ARENAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1361,'42740','Arenal D\'en Castell','ARENAL D\'EN CASTELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1362,'3180','Arenas','ARENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1363,'14856','Arendal','ARENDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1364,'751','Arendsee','ARENDSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1365,'38840','Arenys De Mar','ARENYS DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1366,'11576','Arenzano','ARENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1367,'42526','Areopoli','AREOPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1368,'15432','Arequipa','AREQUIPA',NULL,'','Peru','Arequipa',0,0,172,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1369,'4120','Arès','ARÈS',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1370,'11577','Arese','ARESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1371,'37221','Arette','ARETTE',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1372,'2870','Areu','AREU',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1373,'12852','Arezzo','AREZZO',NULL,'','Italy','Arezzo',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1374,'2979','Arganda','ARGANDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1375,'2509','Arganzuela','ARGANZUELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1376,'9431','Argassi','ARGASSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1377,'11578','Argegno','ARGEGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1378,'4121','Argeles Gazost','ARGELES GAZOST',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1379,'42733','Argeles-gazost','ARGELES-GAZOST',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1380,'5884','Argeles-sur-mer','ARGELES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1381,'5362','Argentan','ARGENTAN',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1382,'11111','Argentario','ARGENTARIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1383,'5989','Argentat','ARGENTAT',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1384,'4663','Argenteuil','ARGENTEUIL',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1385,'6814','Argentiere','ARGENTIERE',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1386,'3513','Argentona','ARGENTONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1387,'5885','Argilliers','ARGILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1388,'37331','Argiroupoli','ARGIROUPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1389,'3698','Argomaniz','ARGOMANIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1390,'39362','Argonay','ARGONAY',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1391,'38289','Argonos','ARGONOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1392,'9789','Argos','ARGOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1393,'43412','Argostoli','ARGOSTOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1394,'9779','Argostolion','ARGOSTOLION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1395,'2510','Arguelles - Moncloa','ARGUELLES - MONCLOA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1396,'2511','Arguineguin','ARGUINEGUIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1397,'3312','Arguis','ARGUIS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1398,'43402','Argyll','ARGYLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1399,'9433','Arhanes','ARHANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1400,'11579','Ariano Irpino','ARIANO IRPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1401,'23478','Arica','ARICA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1402,'35454','Ariccia','ARICCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1403,'25693','Arichat','ARICHAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1404,'35409','Ariel','ARIEL',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1405,'39940','Arilas','ARILAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1406,'16860','Arild','ARILD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1407,'17125','Arima','ARIMA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1408,'13221','Arima Hot Springs','ARIMA HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1409,'25874','Arinsal','ARINSAL',NULL,'','Andorra','',0,0,5,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1410,'25070','Aripuana','ARIPUANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1411,'7511','Arisaig','ARISAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1412,'12814','Aritzo','ARITZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1413,'2512','Arizkun','ARIZKUN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1414,'16783','Arjang','ARJANG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1415,'17978','Arkadelphia','ARKADELPHIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1416,'38489','Arkadi','ARKADI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1417,'21020','Arkansas City','ARKANSAS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1418,'42906','Arkaroola','ARKAROOLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1419,'9798','Arkasa','ARKASA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1420,'31686','Arkdale','ARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1421,'16252','Arkhangelsk','ARKHANGELSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1422,'10955','Arklow','ARKLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1423,'36375','Arkoudi','ARKOUDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1424,'16658','Arlanda','ARLANDA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1425,'41061','Arlandastad','ARLANDASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1426,'6381','Arles','ARLES',NULL,'','France','',0,0,76,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1427,'38612','Arlesheim','ARLESHEIM',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1428,'33067','Arlington','ARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1429,'24691','Arlon','ARLON',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1430,'11580','Arluno','ARLUNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1431,'35455','Arma Di Taggia','ARMA DI TAGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1432,'15919','Armacao De Pera','ARMACAO DE PERA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1433,'36584','Armacao-porches','ARMACAO-PORCHES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1434,'26482','Armadale','ARMADALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1435,'40695','Armagh','ARMAGH',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1436,'7512','Armagh','ARMAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1437,'37545','Armamar','ARMAMAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1438,'6147','Armbouts-cappel','ARMBOUTS-CAPPEL',NULL,'','France','',0,0,76,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1439,'44170','Armeni','ARMENI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1440,'24120','Armenia','ARMENIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1441,'9638','Armenistis','ARMENISTIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1442,'11581','Armeno','ARMENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1443,'40366','Armeria','ARMERIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1444,'34081','Armidale','ARMIDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1445,'3181','Armilla','ARMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1446,'3699','Arminza','ARMINZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1447,'28613','Armonk','ARMONK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1448,'39359','Armuña De Almanzora','ARMUÑA DE ALMANZORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1449,'6211','Arnage','ARNAGE',NULL,'','France','',0,0,76,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1450,'21166','Arnaudville','ARNAUDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1451,'17261','Arnavutkoy','ARNAVUTKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1452,'5435','Arnay-le-duc','ARNAY-LE-DUC',NULL,'','France','',0,0,76,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1453,'37889','Arnaz','ARNAZ',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1454,'34082','Arncliffe','ARNCLIFFE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1455,'6884','Arncott','ARNCOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1456,'43057','Arnea','ARNEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1457,'39494','Arneburg','ARNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1458,'2957','Arnedillo','ARNEDILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1459,'2958','Arnedo','ARNEDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1460,'25579','Arnes','ARNES',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1461,'3514','Arnes','ARNES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1462,'40337','Arnesano','ARNESANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1463,'14526','Arnhem','ARNHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1464,'43686','Arnhem Island','ARNHEM ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1465,'6885','Arniston','ARNISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1466,'14145','Arno','ARNO',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1467,'7513','Arnold','ARNOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1468,'21635','Arnold','ARNOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1469,'20155','Arnolds Park','ARNOLDS PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1470,'34435','Arnprior','ARNPRIOR',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1471,'22690','Arnsberg','ARNSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1472,'1958','Arnstadt','ARNSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1473,'40359','Arnuero','ARNUERO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1474,'23122','Arolla','AROLLA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1475,'12934','Arona','ARONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1476,'3356','Arona','ARONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1477,'13458','Arorae Island','ARORAE ISLAND',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1478,'24074','Arorangi','ARORANGI',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1479,'23123','Arosa','AROSA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1480,'42698','Arouca','AROUCA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1481,'17128','Arouca','AROUCA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1482,'4122','Arpaillargues','ARPAILLARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1483,'5288','Arpajon-sur-cere','ARPAJON-SUR-CERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1484,'11582','Arpino','ARPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1485,'26173','Arrabury','ARRABURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1486,'39392','Arraial Dajuda','ARRAIAL DAJUDA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1487,'15911','Arraiolos','ARRAIOLOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1488,'37218','Arranmore Island','ARRANMORE ISLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1489,'5013','Arras','ARRAS',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1490,'6886','Arrathorne','ARRATHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1491,'11583','Arre','ARRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1492,'5027','Arreau','ARREAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1493,'3357','Arrecife','ARRECIFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1494,'40596','Arriate','ARRIATE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1495,'3075','Arriondas','ARRIONDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1496,'7514','Arrochar','ARROCHAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1497,'5363','Arromanches-les-bains','ARROMANCHES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1498,'3515','Arros','ARROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1499,'15085','Arrowtown','ARROWTOWN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1500,'3431','Arroyo','ARROYO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1501,'18270','Arroyo Grande','ARROYO GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1502,'38068','Arroyo Seco','ARROYO SECO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1503,'6320','Ars-en-re','ARS-EN-RE',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1504,'16735','Arsta','ARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1505,'9854','Arsuk','ARSUK',NULL,'','Greenland','',0,0,87,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1506,'9769','Arta','ARTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1507,'2881','Arta','ARTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1508,'10091','Artand','ARTAND',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1509,'34083','Artarmon','ARTARMON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1510,'13958','Arteaga','ARTEAGA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1511,'2946','Arteixo','ARTEIXO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1512,'42315','Artena','ARTENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1513,'18271','Artesia','ARTESIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1514,'17562','Artesian Village','ARTESIAN VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1515,'20432','Arthur','ARTHUR',NULL,'','United States','',0,0,231,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1516,'15179','Arthur\'s Pass','ARTHUR\'S PASS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1517,'24823','Arthurs Town','ARTHURS TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1518,'10707','Arthurstown','ARTHURSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1519,'3516','Arties','ARTIES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1520,'17526','Artigas','ARTIGAS',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1521,'41588','Artigues','ARTIGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1522,'43877','Artigues-pres-bordeaux','ARTIGUES-PRES-BORDEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1523,'11584','Artimino','ARTIMINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1524,'2513','Arturo Soria - Ciudad Lineal','ARTURO SORIA - CIUDAD LINEAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1525,'43618','Artvin','ARTVIN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1526,'17476','Arua','ARUA',NULL,'','Uganda','',0,0,226,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1527,'1','Aruba','ARUBA',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1528,'34832','Aruba-druif Beach','ARUBA-DRUIF BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1529,'34833','Aruba-eagle Beach','ARUBA-EAGLE BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1530,'16153','Arue','ARUE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1531,'9276','Arundel','ARUNDEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1532,'16968','Arunothai Beach','ARUNOTHAI BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1533,'17453','Arusha','ARUSHA',NULL,'','Tanzania','Arusha',0,0,214,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1534,'24066','Arutanga','ARUTANGA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1535,'16113','Arutua','ARUTUA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1536,'34702','Arvada','ARVADA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1537,'43878','Arveyres','ARVEYRES',NULL,'','France','',0,0,76,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1538,'25786','Arviat','ARVIAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1539,'16748','Arvidsjaur','ARVIDSJAUR',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1540,'6382','Arvieux','ARVIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1541,'16784','Arvika','ARVIKA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1542,'9639','Aryiroupolis','ARYIROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1543,'12759','Arzachena','ARZACHENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1544,'42701','Arzano','ARZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1545,'23124','Arzier','ARZIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1546,'12','Arzl Im Piztal','ARZL IM PIZTAL',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1547,'5511','Arzon','ARZON',NULL,'','France','',0,0,76,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1548,'43781','As','AS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1549,'13222','Asahi','ASAHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1550,'13388','Asahikawa','ASAHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1551,'43901','Asakura','ASAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1552,'35794','Asan','ASAN',NULL,'','South Korea','',0,0,197,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1553,'16709','Asarna','ASARNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1554,'32336','Asau','ASAU',NULL,'','Samoa','',0,0,183,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1555,'25938','Asbestos Hill','ASBESTOS HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1556,'31945','Asbury','ASBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1557,'5145','Ascain','ASCAIN',NULL,'','France','',0,0,76,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1558,'38388','Ascea','ASCEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1559,'22691','Aschaffenburg','ASCHAFFENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1560,'694','Aschau','ASCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1561,'695','Ascheberg','ASCHEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1562,'1921','Aschersleben','ASCHERSLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1563,'22692','Aschheim','ASCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1564,'11112','Asciano','ASCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1565,'26098','Ascochinga','ASCOCHINGA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1566,'12982','Ascoli Piceno','ASCOLI PICENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1567,'23125','Ascona','ASCONA',NULL,'','Switzerland','Ascona',0,0,210,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1568,'26949','Ascot','ASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1569,'7515','Ascot','ASCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1570,'31289','Ascutney','ASCUTNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1571,'3838','Asela','ASELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1572,'499','Asendorf','ASENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1573,'15017','Aseral','ASERAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1574,'24246','Aserri','ASERRI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1575,'14784','Asgardstrand','ASGARDSTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1576,'18101','Ash Fork','ASH FORK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1577,'7517','Ashbourne','ASHBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1578,'10908','Ashbourne','ASHBOURNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1579,'40911','Ashbourne, Co Meath','ASHBOURNE, CO MEATH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1580,'31035','Ashburn','ASHBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1581,'21298','Ashburnham','ASHBURNHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1582,'7518','Ashburton','ASHBURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1583,'15087','Ashburton','ASHBURTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1584,'7519','Ashby De La Zouch','ASHBY DE LA ZOUCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1585,'44183','Ashby-de-la-zouch','ASHBY-DE-LA-ZOUCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1586,'24','Ashcroft','ASHCROFT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1587,'11062','Ashdod','ASHDOD',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1588,'17979','Ashdown','ASHDOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1589,'33761','Asheboro','ASHEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1590,'33762','Asheville','ASHEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1591,'34084','Ashfield','ASHFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1592,'7520','Ashford','ASHFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1593,'31433','Ashford','ASHFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1594,'38360','Ashford','ASHFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1595,'17108','Ashgabat','ASHGABAT',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1596,'26652','Ashgrove','ASHGROVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1597,'38437','Ashigarashimo','ASHIGARASHIMO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1598,'7521','Ashington','ASHINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1599,'13223','Ashiya','ASHIYA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1600,'11029','Ashkelon','ASHKELON',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1601,'17105','Ashkhabad','ASHKHABAD',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1602,'34074','Ashland','ASHLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1603,'26653','Ashmore','ASHMORE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1604,'29237','Ashtabula','ASHTABULA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1605,'20327','Ashton','ASHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1606,'7522','Ashton In Makerfield','ASHTON IN MAKERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1607,'6887','Ashton-under-lyne','ASHTON-UNDER-LYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1608,'32161','Ashtown','ASHTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1609,'39895','Ashville','ASHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1610,'11585','Asiago','ASIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1611,'41400','Asilah','ASILAH',NULL,'','Morocco','',0,0,148,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1612,'14842','Asker','ASKER',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1613,'16758','Askersund','ASKERSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1614,'14959','Askim','ASKIM',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1615,'7523','Askrigg','ASKRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1616,'2458','Asmara','ASMARA',NULL,'','Eritrea','',0,0,68,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1617,'5436','Asnieres','ASNIERES',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1618,'6321','Asnieres-sur-nouere','ASNIERES-SUR-NOUERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1619,'43879','Asnieres-sur-seine','ASNIERES-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1620,'42863','Aso','ASO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1621,'11586','Asolo','ASOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1622,'3839','Asosa','ASOSA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1623,'7524','Aspatria','ASPATRIA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1624,'34703','Aspen','ASPEN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1625,'22482','Asperg','ASPERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1626,'37185','Aspermont','ASPERMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1627,'37870','Aspers','ASPERS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1628,'43307','Aspin En Lavedan','ASPIN EN LAVEDAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1629,'5028','Aspin-en-lavedan','ASPIN-EN-LAVEDAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1630,'7525','Aspley Guise','ASPLEY GUISE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1631,'11114','Aspra','ASPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1632,'39299','Asprangeloi','ASPRANGELOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1633,'37339','Aspres-sur-buech','ASPRES-SUR-BUECH',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1634,'9640','Asprovalta','ASPROVALTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1635,'38777','Assaf Harofeh','ASSAF HAROFEH',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1636,'11115','Assago','ASSAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1637,'12815','Assemini','ASSEMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1638,'14492','Assen','ASSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1639,'2185','Assens','ASSENS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1640,'11116','Assenza Di Brenzone','ASSENZA DI BRENZONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1641,'6281','Assevillers','ASSEVILLERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1642,'22936','Assiniboia','ASSINIBOIA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1643,'11587','Assisi','ASSISI',NULL,'','Italy','Assisi',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1644,'35466','Assisi-bettona','ASSISI-BETTONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1645,'2416','Assiut','ASSIUT',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1646,'24369','Assmannshausen','ASSMANNSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1647,'37734','Assos','ASSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1648,'36801','Assos','ASSOS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1649,'42525','Astakos','ASTAKOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1650,'13435','Astana','ASTANA',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1651,'14588','Asten','ASTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1652,'12798','Asti','ASTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1653,'6888','Aston','ASTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1654,'29805','Aston Mills','ASTON MILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1655,'37216','Astor','ASTOR',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1656,'3432','Astorga','ASTORGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1657,'28615','Astoria','ASTORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1658,'16306','Astrakhan','ASTRAKHAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1659,'43058','Astros','ASTROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1660,'1414','Asturias','ASTURIAS',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1661,'42524','Astypalaia','ASTYPALAIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1662,'43177','Asuncion','ASUNCION',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1663,'16108','Asuncion','ASUNCION',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1664,'2454','Aswan','ASWAN',NULL,'','Egypt','Aswan',0,0,65,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1665,'10348','Atambua','ATAMBUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1666,'13224','Atami','ATAMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1667,'32345','Ataq','ATAQ',NULL,'','Yemen','',0,0,240,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1668,'3182','Atarfe','ATARFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1669,'18273','Atascadero','ATASCADERO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1670,'30448','Atascosa','ATASCOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1671,'36795','Atata Island','ATATA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1672,'17196','Ataturk International Airport (Ist)','ATATURK INTERNATIONAL AIRPORT (IST)',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1673,'21022','Atchison','ATCHISON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1674,'15403','Ate','ATE',NULL,'','Peru','',0,0,172,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1675,'11588','Atena Lucana','ATENA LUCANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1676,'24195','Atenas','ATENAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1677,'25269','Athabasca','ATHABASCA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1678,'40479','Athboy','ATHBOY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1679,'41968','Athenry','ATHENRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1680,'9434','Athens','ATHENS',NULL,'','Greece','Athens',0,0,86,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1681,'28616','Athens','ATHENS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1682,'7527','Atherstone','ATHERSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1683,'18274','Atherton','ATHERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1684,'26654','Atherton','ATHERTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1685,'6889','Atherton','ATHERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1686,'39378','Athirapally','ATHIRAPALLY',NULL,'','India','Athirappilly',3,0,101,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1687,'4664','Athis-mons','ATHIS-MONS',NULL,'','France','',0,0,76,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1688,'10942','Athlone','ATHLONE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1689,'20328','Athol','ATHOL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1690,'34383','Atholville','ATHOLVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1691,'42610','Athoor','ATHOOR',NULL,'','India','',0,0,101,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1692,'44316','Athos','ATHOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1693,'44252','Athuruga','ATHURUGA',NULL,'','Maldives','',0,0,133,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1694,'10886','Athy','ATHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1695,'25195','Atibaia','ATIBAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1696,'34437','Atikokan','ATIKOKAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1697,'41753','Atitlan','ATITLAN',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1698,'24067','Atiu','ATIU',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1699,'14104','Atizapan De Zaragoza','ATIZAPAN DE ZARAGOZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1700,'17563','Atka','ATKA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1701,'31037','Atkins','ATKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1702,'13775','Atlacomulco','ATLACOMULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1703,'37071','Atlandtida','ATLANDTIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1704,'19701','Atlanta','ATLANTA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1705,'36845','Atlanta-hartsfield','ATLANTA-HARTSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1706,'20156','Atlantic','ATLANTIC',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1707,'39079','Atlantida','ATLANTIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1708,'1664','Atlit','ATLIT',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1709,'14065','Atlixco','ATLIXCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1710,'17483','Atman','ATMAN',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1711,'17564','Atmautluak','ATMAUTLUAK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1712,'17833','Atmore','ATMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1713,'16537','Atoifi','ATOIFI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1714,'32876','Atoka','ATOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1715,'14011','Atoyac','ATOYAC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1716,'17565','Atqasuk','ATQASUK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1717,'11117','Atrani','ATRANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1718,'38293','Atri','ATRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1719,'13120','Atsubetsu','ATSUBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1720,'13395','Atsugi','ATSUGI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1721,'17834','Attalla','ATTALLA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1722,'14194','Attard','ATTARD',NULL,'','Malta','',0,0,135,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1723,'34438','Attawapiskat','ATTAWAPISKAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1724,'22693','Attenkirchen','ATTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1725,'27122','Attersee','ATTERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1726,'10490','Attibele','ATTIBELE',NULL,'','India','',0,0,101,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1727,'28617','Attica','ATTICA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1728,'37996','Attigliano','ATTIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1729,'21300','Attleboro','ATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1730,'37476','Attleborough','ATTLEBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1731,'43704','Attwood','ATTWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1732,'16154','Atuona','ATUONA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1733,'13609','Aturuwella','ATURUWELLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1734,'22310','Atwater','ATWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1735,'13436','Atyrau','ATYRAU',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1736,'6383','Aubagne','AUBAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1737,'5886','Aubais','AUBAIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1738,'4123','Aube','AUBE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1739,'6574','Aubenas','AUBENAS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1740,'5709','Auberive','AUBERIVE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1741,'4665','Aubervilliers','AUBERVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1742,'5019','Aubiere','AUBIERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1743,'40141','Aubignan','AUBIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1744,'4124','Aubigné-racan','AUBIGNÉ-RACAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1745,'5617','Aubigny-sur-nere','AUBIGNY-SUR-NERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1746,'17835','Auburn','AUBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1747,'21303','Auburndale','AUBURNDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1748,'5364','Aubusson','AUBUSSON',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1749,'26655','Auchenflower','AUCHENFLOWER',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1750,'7528','Auchterarder','AUCHTERARDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1751,'15180','Auckland','AUCKLAND',NULL,'','New Zealand','Auckland',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1752,'36510','Auckland-manukau','AUCKLAND-MANUKAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1753,'36513','Auckland-takapuna','AUCKLAND-TAKAPUNA',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1754,'9314','Audenshaw','AUDENSHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1755,'5512','Audierne','AUDIERNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1756,'5365','Audrieu','AUDRIEU',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1757,'28189','Audubon','AUDUBON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1758,'22483','Auendorf','AUENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1759,'22484','Auerbach','AUERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1760,'22694','Aufkirchen','AUFKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1761,'5618','Augerville-la-riviere','AUGERVILLE-LA-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1762,'10956','Aughrim','AUGHRIM',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1763,'6016','Augny','AUGNY',NULL,'','France','',0,0,76,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1764,'22695','Augsburg','AUGSBURG',NULL,'','Germany','Augsburg',0,0,83,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1765,'13090','August Town','AUGUST TOWN',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1766,'21976','Augusta','AUGUSTA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1767,'39456','Augusta','AUGUSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1768,'26578','Augusta','AUGUSTA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1769,'2288','Augustenborg','AUGUSTENBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1770,'15681','Augustow','AUGUSTOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1771,'27123','Auhof','AUHOF',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1772,'16538','Auki','AUKI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1773,'25694','Auld Cove','AULD COVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1774,'22485','Aulendorf','AULENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1775,'40506','Auli','AULI',NULL,'','India','Auli',9,0,101,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1776,'11589','Aulla','AULLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1777,'5289','Aulnat','AULNAT',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1778,'43094','Aulnay Sous Bois','AULNAY SOUS BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1779,'4125','Aulnay-sous-bois','AULNAY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1780,'5990','Aulon','AULON',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1781,'38716','Ault','AULT',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1782,'7529','Aultbea','AULTBEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1783,'5793','Aumale','AUMALE',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1784,'5887','Aumont-aubrac','AUMONT-AUBRAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1785,'5619','Aunay-sous-crecy','AUNAY-SOUS-CRECY',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1786,'25939','Aupaluk','AUPALUK',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1787,'6384','Aups','AUPS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1788,'14146','Aur','AUR',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1789,'2072','Aurach','AURACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1790,'10491','Aurangabad','AURANGABAD',NULL,'','India','Aurangabad',5,0,101,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1791,'5513','Auray','AURAY',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1792,'5146','Aureilhan','AUREILHAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1793,'4844','Auribeau-sur-siagne','AURIBEAU-SUR-SIAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1794,'22486','Aurich','AURICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1795,'5290','Aurillac','AURILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1796,'3047','Auritz-burguete','AURITZ-BURGUETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1797,'36469','Aurland','AURLAND',NULL,'','Norway','Aurland',0,0,164,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1798,'6385','Auron','AURON',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1799,'6386','Aurons','AURONS',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1800,'39702','Auronzo Di Cadore','AURONZO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1801,'34705','Aurora','AURORA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1802,'34439','Aurora','AURORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1803,'26176','Aurukun Mission','AURUKUN MISSION',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1804,'23476','Ausserberg','AUSSERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1805,'23126','Aussersihl','AUSSERSIHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1806,'6575','Aussois','AUSSOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1807,'19705','Austell','AUSTELL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1808,'28620','Austerlitz','AUSTERLITZ',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1809,'22311','Austin','AUSTIN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1810,'30454','Austin-bergstrom International Airport (Aus)','AUSTIN-BERGSTROM INTERNATIONAL AIRPORT (AUS)',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1811,'29241','Austinburg','AUSTINBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1812,'29243','Austintown','AUSTINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1813,'41725','Austrian Alps','AUSTRIAN ALPS',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1814,'4949','Autrans','AUTRANS',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1815,'5437','Autun','AUTUN',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1816,'5438','Auxerre','AUXERRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1817,'5888','Auxillac','AUXILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1818,'38548','Auxonne','AUXONNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1819,'5991','Auzances','AUZANCES',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1820,'27576','Ava','AVA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1821,'40089','Availles-en-chatellerault','AVAILLES-EN-CHATELLERAULT',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1822,'14785','Avaldsnes','AVALDSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1823,'4126','Avallon','AVALLON',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1824,'43685','Avalon','AVALON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1825,'18277','Avalon','AVALON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1826,'14029','Avandaro','AVANDARO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1827,'17184','Avanos','AVANOS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1828,'16155','Avatoru','AVATORU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1829,'44310','Avaza','AVAZA',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1830,'38019','Avdira','AVDIRA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1831,'9437','Avdou','AVDOU',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1832,'7530','Avebury','AVEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1833,'15849','Aveiro','AVEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1834,'39561','Avelengo','AVELENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1835,'29807','Avella','AVELLA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1836,'26064','Avellaneda','AVELLANEDA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1837,'11590','Avellino','AVELLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1838,'35659','Avellino-solofra','AVELLINO-SOLOFRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1839,'4127','Avenay-val-d Or','AVENAY-VAL-D OR',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1840,'23127','Avenches','AVENCHES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1841,'28191','Avenel','AVENEL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1842,'37958','Avensan','AVENSAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1843,'19255','Aventura','AVENTURA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1844,'31291','Averill','AVERILL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1845,'5291','Avermes','AVERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1846,'14786','Averoy','AVEROY',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1847,'39041','Aversa','AVERSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1848,'6212','Avessac','AVESSAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1849,'16737','Avesta','AVESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1850,'38591','Avetrana','AVETRANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1851,'4128','Aveyron','AVEYRON',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1852,'40449','Aveze','AVEZE',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1853,'11591','Avezzano','AVEZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1854,'9641','Avgonima','AVGONIMA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1855,'42316','Aviano','AVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1856,'11119','Aviatico','AVIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1857,'7531','Aviemore','AVIEMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1858,'36225','Aviernoz','AVIERNOZ',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1859,'11592','Avigliana','AVIGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1860,'5763','Avignon','AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1861,'2515','Avila','AVILA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1862,'18278','Avila Beach','AVILA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1863,'3076','Aviles','AVILES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1864,'30455','Avinger','AVINGER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1865,'2517','Avinyonet De Puigventos','AVINYONET DE PUIGVENTOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1866,'20436','Aviston','AVISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1867,'2270','Avlum','AVLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1868,'29808','Avoca','AVOCA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1869,'41494','Avoca','AVOCA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1870,'34085','Avoca Beach','AVOCA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1871,'5366','Avoine','AVOINE',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1872,'6213','Avoise','AVOISE',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1873,'40748','Avola','AVOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1874,'33766','Avon','AVON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1875,'5837','Avon','AVON',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1876,'18102','Avondale','AVONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1877,'26177','Avondale Heights','AVONDALE HEIGHTS',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1878,'5620','Avord','AVORD',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1879,'5080','Avoriaz','AVORIAZ',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1880,'4989','Avranches','AVRANCHES',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1881,'41585','Avranches-mont-saint-michel','AVRANCHES-MONT-SAINT-MICHEL',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1882,'6017','Avricourt','AVRICOURT',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1883,'6214','Avrille','AVRILLE',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1884,'22994','Avry-devant-pont','AVRY-DEVANT-PONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1885,'16436','Avtovo','AVTOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1886,'16539','Avu Avu','AVU AVU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1887,'35706','Awaji','AWAJI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1888,'43066','Awajishima','AWAJISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1889,'3840','Awareh','AWAREH',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1890,'2445','Awsim','AWSIM',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1891,'42806','Ax Les Thermes','AX LES THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1892,'37179','Axams','AXAMS',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1893,'9260','Axbridge','AXBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1894,'4855','Ax-les-thermes','AX-LES-THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1895,'7532','Axminster','AXMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1896,'3841','Axum','AXUM',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1897,'15389','Ayacucho','AYACUCHO',NULL,'','Peru','',0,0,172,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1898,'41329','Ayala','AYALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1899,'3183','Ayamonte','AYAMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1900,'14030','Ayapango','AYAPANGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1901,'39893','Ayas','AYAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1902,'10141','Ayawasi','AYAWASI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1903,'17324','Aydin','AYDIN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1904,'3048','Ayegui','AYEGUI',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1905,'38847','Ayen','AYEN',NULL,'','France','',0,0,76,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1906,'21305','Ayer','AYER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1907,'3313','Ayerbe','AYERBE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1908,'25940','Ayers Cliff','AYERS CLIFF',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1909,'35898','Ayers Rock','AYERS ROCK',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1910,'24279','Ayia Marina','AYIA MARINA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1911,'9642','Ayia Varvara','AYIA VARVARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1912,'9643','Ayioi Anaryiroi','AYIOI ANARYIROI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1913,'9644','Ayios Dhimitrios','AYIOS DHIMITRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1914,'7533','Aylesbury','AYLESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1915,'43232','Aylesford','AYLESFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1916,'25941','Aylmer','AYLMER',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1917,'7534','Aylmerton','AYLMERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1918,'37291','Ayna','AYNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1919,'35899','Ayr','AYR',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1920,'7535','Ayr','AYR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1921,'6890','Ayrshire','AYRSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1922,'26656','Ayton','AYTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1923,'39790','Aytre','AYTRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1925,'14012','Ayutla','AYUTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1926,'36726','Ayutthaya','AYUTTHAYA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1927,'17348','Ayvali','AYVALI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1928,'17232','Ayvalik','AYVALIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1929,'38473','Aywaille','AYWAILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1930,'19257','Azalea Park','AZALEA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1931,'15912','Azaruja','AZARUJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1932,'4129','Azay Le Rideau','AZAY LE RIDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1933,'41584','Azay-le-rideau','AZAY-LE-RIDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1934,'13970','Azcapotzalco','AZCAPOTZALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1935,'36563','Azeitao','AZEITAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1936,'6018','Azerailles','AZERAILLES',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1937,'30456','Azle','AZLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1938,'38525','Aznalcázar','AZNALCÁZAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1939,'2959','Azofra','AZOFRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1940,'11069','Azor','AZOR',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1941,'1573','Azores','AZORES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1942,'40087','Azpeitia','AZPEITIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1943,'28498','Aztec','AZTEC',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1944,'41741','Azul','AZUL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1945,'42864','Azumino','AZUMINO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1946,'3398','Azuqueca De Henares','AZUQUECA DE HENARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1947,'16024','Azurara','AZURARA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1948,'18279','Azusa','AZUSA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1949,'11594','Azzate','AZZATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1950,'32277','Ba Queo','BA QUEO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1951,'13719','Baa Atoll','BAA ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1952,'43140','Baalbeck','BAALBECK',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1953,'23128','Baar','BAAR',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1954,'14565','Baarlo','BAARLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1955,'14676','Baarn','BAARN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1956,'16660','Baastad','BAASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1957,'22313','Babbitt','BABBITT',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1958,'42285','Babeldaob','BABELDAOB',NULL,'','Palau','',0,0,167,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1959,'387','Babenhausen','BABENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1960,'10306','Babo','BABO',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1961,'21306','Babson Park','BABSON PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1962,'16311','Babushkin','BABUSHKIN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1963,'28624','Babylon','BABYLON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1964,'34707','Baca Grande','BACA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1965,'39387','Bacalar','BACALAR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1966,'16208','Bacau','BACAU',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1967,'35460','Baccaiano','BACCAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1968,'6019','Baccarat','BACCARAT',NULL,'','France','',0,0,76,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1969,'2044','Bacharach','BACHARACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1970,'6891','Backbarrow','BACKBARROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1971,'39470','Baclayon','BACLAYON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1972,'30457','Bacliff','BACLIFF',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1973,'11595','Bacoli','BACOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1974,'15479','Bacolod','BACOLOD',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1975,'7536','Bacton','BACTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1976,'22696','Bad Aibling','BAD AIBLING',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1977,'24409','Bad Aussee','BAD AUSSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1978,'21977','Bad Axe','BAD AXE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1979,'23129','Bad Ragaz','BAD RAGAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:42','1900-01-01 00:00:00',1,0,1),(1980,'3314','Badaguás','BADAGUÁS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1981,'3631','Badajoz','BADAJOZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1982,'3517','Badalona','BADALONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1983,'42611','Badami','BADAMI',NULL,'','India','Badami',17,0,101,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1984,'42989','Badaran','BADARAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1985,'2960','Badarán','BADARÁN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1986,'25695','Baddeck','BADDECK',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1987,'40555','Baddi','BADDI',NULL,'','India','Baddi',1,0,101,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1988,'10218','Bade','BADE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1989,'24540','Baden','BADEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1990,'39463','Baden','BADEN',NULL,'','France','',0,0,76,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1991,'23427','Baden','BADEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1992,'22502','Baden-baden','BADEN-BADEN',NULL,'','Germany','Baden-Baden',0,0,83,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1993,'22503','Badenweiler','BADENWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1994,'12760','Badesi','BADESI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1995,'35873','Badgastein','BADGASTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1996,'14622','Badhoevedorp','BADHOEVEDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1997,'15439','Badian','BADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1998,'15291','Badin','BADIN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1999,'6892','Badminton','BADMINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2000,'11596','Badolato','BADOLATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2001,'10383','Badrinath','BADRINATH',NULL,'','India','Badrinath',9,0,101,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2002,'7537','Badsworth','BADSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2003,'26178','Badu Island','BADU ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2004,'6020','Baerenthal','BAERENTHAL',NULL,'','France','',0,0,76,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2005,'44020','Baerum','BAERUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2006,'3184','Baeza','BAEZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2007,'24012','Bafoussam','BAFOUSSAM',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2008,'36395','Bagan','BAGAN',NULL,'','Myanmar','',0,0,150,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2009,'42622','Bagani','BAGANI',NULL,'','Namibia','',0,0,151,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2010,'42612','Bagar','BAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2011,'18103','Bagdad','BAGDAD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2012,'10384','Bagdogra','BAGDOGRA',NULL,'','India','Bagdogra',12,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2013,'43242','Bagergue','BAGERGUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2014,'38784','Bageshwar','BAGESHWAR',NULL,'','India','Bageshwar',9,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2015,'3908','Baggholma','BAGGHOLMA',NULL,'','Finland','',0,0,75,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2016,'11597','Baggio','BAGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2017,'42266','Baghdad','BAGHDAD',NULL,'','Iraq','',0,0,104,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2018,'11598','Bagheria','BAGHERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2019,'11599','Bagnacavallo','BAGNACAVALLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2020,'11600','Bagnaia','BAGNAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2021,'11121','Bagnatica','BAGNATICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2022,'6068','Bagneres-de-bigorre','BAGNERES-DE-BIGORRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2023,'43952','Bagneres-de-luchon','BAGNERES-DE-LUCHON',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2024,'4919','Bagnères-de-luchon','BAGNÈRES-DE-LUCHON',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2025,'11601','Bagni Di Lucca','BAGNI DI LUCCA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2026,'11602','Bagno A Ripoli','BAGNO A RIPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2027,'41583','Bagnoles-de-l Orne','BAGNOLES-DE-L ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2028,'5367','Bagnoles-de-l\'orne','BAGNOLES-DE-L\'ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2029,'4666','Bagnolet','BAGNOLET',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2030,'35461','Bagnoli Irpino','BAGNOLI IRPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2031,'5292','Bagnols','BAGNOLS',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2032,'5889','Bagnols-sur-ceze','BAGNOLS-SUR-CEZE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2033,'35462','Bagnore','BAGNORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2034,'11604','Bagnoregio','BAGNOREGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2035,'25942','Bagotville','BAGOTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2036,'7538','Bagshot','BAGSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2037,'15506','Baguio','BAGUIO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2038,'41060','Bagur','BAGUR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2039,'1159','Bahamas - Out Island','BAHAMAS - OUT ISLAND',NULL,'','BAHAMAS','',0,0,16,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2040,'35968','Bahamas-nassau','BAHAMAS-NASSAU',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2041,'3842','Bahar Dar','BAHAR DAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2042,'34972','Baharia Oasis','BAHARIA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2043,'42569','Bahariya Oasis','BAHARIYA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2044,'15292','Bahawalpur','BAHAWALPUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2045,'26065','Bahia Blanca','BAHIA BLANCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2046,'41630','Bahia De Banderas','BAHIA DE BANDERAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2047,'2402','Bahia De Caraquez','BAHIA DE CARAQUEZ',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2048,'37204','Bahia Inglesa','BAHIA INGLESA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2049,'34929','Bahia Salinas','BAHIA SALINAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2050,'24107','Bahia Solano','BAHIA SOLANO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2051,'24819','Bahrain','BAHRAIN',NULL,'','Bahrain','',0,0,17,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2052,'2452','Bahtim','BAHTIM',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2053,'32293','Bai Chay','BAI CHAY',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2054,'16970','Bai Lan','BAI LAN',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2055,'11605','Baia','BAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2056,'16209','Baia Mare','BAIA MARE',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2057,'40587','Baião','BAIÃO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2059,'25943','Baie Comeau','BAIE COMEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2060,'2055','Baiersbronn','BAIERSBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2061,'40956','Baie-sainte-catherine','BAIE-SAINTE-CATHERINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2062,'25946','Baie-saint-paul Area','BAIE-SAINT-PAUL AREA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2063,'25947','Baie-st-paul','BAIE-ST-PAUL',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2064,'4130','Baigts-de-béarn','BAIGTS-DE-BÉARN',NULL,'','France','',0,0,76,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2065,'10492','Baihar','BAIHAR',NULL,'','India','',0,0,101,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2066,'16210','Baile Felix','BAILE FELIX',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2067,'3185','Bailen','BAILEN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2068,'33071','Bailey','BAILEY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2069,'37909','Baileys Bay','BAILEYS BAY',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2070,'31038','Baileys Crossroads','BAILEYS CROSSROADS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2071,'5890','Baillargues','BAILLARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2072,'41582','Baillet En France','BAILLET EN FRANCE',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2073,'5368','Bailleul','BAILLEUL',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2074,'5838','Bailly-romainvilliers','BAILLY-ROMAINVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2075,'14248','Bain Boeuf','BAIN BOEUF',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2076,'9981','Baina','BAINA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2077,'28625','Bainbridge','BAINBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2078,'34993','Baiona','BAIONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2079,'26484','Bairnsdale','BAIRNSDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2080,'15991','Bairro Alto','BAIRRO ALTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2081,'36014','Baishan','BAISHAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2082,'6576','Baix','BAIX',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2083,'43708','Baix Maestrat','BAIX MAESTRAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2084,'15789','Baixa','BAIXA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2085,'23562','Baiyun','BAIYUN',NULL,'','China','',0,0,46,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2086,'23564','Baiyunguan','BAIYUNGUAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2087,'38727','Baja','BAJA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2088,'44237','Baja California','BAJA CALIFORNIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2089,'3358','Bajamar','BAJAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2090,'10349','Bajawa','BAJAWA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2091,'14287','Bakalalan','BAKALALAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2092,'9389','Bakau','BAKAU',NULL,'','Gambia','',0,0,81,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2093,'16523','Bakel','BAKEL',NULL,'','Senegal','',0,0,187,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2094,'21168','Baker','BAKER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2095,'25787','Baker Lake','BAKER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2096,'18281','Bakersfield','BAKERSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2097,'7539','Bakewell','BAKEWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2098,'10967','Bakkafjordur','BAKKAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2099,'24570','Baku','BAKU',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2100,'42260','Bakuriani','BAKURIANI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2101,'7540','Bala','BALA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2102,'14249','Balaclava','BALACLAVA',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2103,'16448','Balakovo','BALAKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2104,'5891','Balaruc-les-bains','BALARUC-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2105,'5892','Balaruc-le-vieux','BALARUC-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2106,'16364','Balashikha','BALASHIKHA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2107,'43317','Balaton','BALATON',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2108,'10116','Balatonalmadi','BALATONALMADI',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2109,'10102','Balatonfoldvar','BALATONFOLDVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2110,'10117','Balatonfured','BALATONFURED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2111,'10123','Balatongyorok','BALATONGYOROK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2112,'10118','Balatonkenese','BALATONKENESE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2113,'40167','Balatonlelle','BALATONLELLE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2114,'42616','Balatonmariafurdo','BALATONMARIAFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2115,'37510','Balatonmáriafurdo','BALATONMÁRIAFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2116,'38610','Balatonszarszo','BALATONSZARSZO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2117,'10119','Balatonvilagos','BALATONVILAGOS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2118,'18283','Balboa','BALBOA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2119,'10826','Balbriggan','BALBRIGGAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2120,'30458','Balch Springs','BALCH SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2121,'24814','Balchik','BALCHIK',NULL,'','Bulgaria','Balchik',0,0,34,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2122,'35215','Balcombe','BALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2123,'42145','Bald Knob','BALD KNOB',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2124,'6753','Baldenheim','BALDENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2125,'40652','Baldersheim','BALDERSHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2126,'22708','Baldham','BALDHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2127,'7541','Baldock','BALDOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2128,'10827','Baldoyle','BALDOYLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2129,'19259','Baldwin','BALDWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2130,'28626','Baldwinsville','BALDWINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2131,'14974','Balestrand','BALESTRAND',NULL,'','Norway','Balestrand',0,0,164,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2132,'40297','Balestrate','BALESTRATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2133,'39056','Balestrino','BALESTRINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2134,'43013','Balfour','BALFOUR',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2135,'32620','Balgowan','BALGOWAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2136,'10142','Bali','BALI',NULL,'','Indonesia','Bali',22,0,102,'2016-10-17 10:40:53','2018-02-05 06:27:03',1,0,1),(2137,'10143','Baliem Valley','BALIEM VALLEY',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2138,'10385','Baliganja','BALIGANJA',NULL,'','India','',0,0,101,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2139,'10386','Balihati','BALIHATI',NULL,'','India','',0,0,101,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2140,'1644','Balikesir','BALIKESIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2141,'10332','Balikpapan','BALIKPAPAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2142,'22504','Balingen','BALINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2143,'35367','Bali-nusa Dua','BALI-NUSA DUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2144,'9438','Balio','BALIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2145,'23941','Balizhuang','BALIZHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2146,'44307','Balkanabat','BALKANABAT',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2147,'10769','Balla','BALLA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2148,'7542','Ballachulish','BALLACHULISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2149,'16540','Ballalae','BALLALAE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2150,'39969','Ballandean','BALLANDEAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2151,'7543','Ballantrae','BALLANTRAE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2152,'26884','Ballarat','BALLARAT',NULL,'','Australia','Ballarat',0,0,13,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2153,'18287','Ballard','BALLARD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2154,'1627','Ballatar','BALLATAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2155,'7544','Ballater','BALLATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2156,'40912','Ballbunion, Co.kerry','BALLBUNION, CO.KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2157,'24234','Ballena','BALLENA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2158,'1924','Ballenstedt','BALLENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2159,'2204','Ballerup','BALLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2160,'38488','Ballesteros De Calatrava','BALLESTEROS DE CALATRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2161,'10901','Ballina','BALLINA',NULL,'','Ireland','Ballina',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2162,'34086','Ballina','BALLINA',NULL,'','Australia','Ballina',0,0,13,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2163,'38677','Ballinamore','BALLINAMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2164,'10861','Ballinasloe','BALLINASLOE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2165,'10796','Ballincollig','BALLINCOLLIG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2166,'41187','Ballindalloch','BALLINDALLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2167,'10797','Ballingeary','BALLINGEARY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2168,'37253','Ballinskelligs','BALLINSKELLIGS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2169,'37842','Ballintogher','BALLINTOGHER',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2170,'32390','Ballito','BALLITO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2171,'43275','Balloch','BALLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2172,'10828','Ballsbridge - Sandymount','BALLSBRIDGE - SANDYMOUNT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2173,'28627','Ballston Spa','BALLSTON SPA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2174,'39698','Ballum','BALLUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2175,'10493','Bally','BALLY',NULL,'','India','',0,0,101,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2176,'10817','Ballybofey','BALLYBOFEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2177,'35386','Ballybunion','BALLYBUNION',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2178,'41523','Ballybunnion','BALLYBUNNION',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2179,'7545','Ballycastle','BALLYCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2180,'7546','Ballyclare','BALLYCLARE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2181,'35407','Ballyconnell','BALLYCONNELL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2182,'10798','Ballycotton','BALLYCOTTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2183,'37646','Ballydavid','BALLYDAVID',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2184,'35216','Ballygalley','BALLYGALLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2185,'9249','Ballygally','BALLYGALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2186,'10924','Ballygawley','BALLYGAWLEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2187,'7547','Ballygawley','BALLYGAWLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2188,'10874','Ballyheige','BALLYHEIGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2189,'41525','Ballyheigue','BALLYHEIGUE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2190,'10708','Ballykisteen','BALLYKISTEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2191,'41526','Ballylickey','BALLYLICKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2192,'7548','Ballymena','BALLYMENA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2193,'37384','Ballymoney','BALLYMONEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2194,'7549','Ballynahinch','BALLYNAHINCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2195,'10928','Ballyvaughan','BALLYVAUGHAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2196,'6069','Balma','BALMA',NULL,'','France','',0,0,76,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2197,'23506','Balmaceda','BALMACEDA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2198,'7550','Balmaha','BALMAHA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2199,'34087','Balmain','BALMAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2200,'24966','Balneario Camboriu','BALNEARIO CAMBORIU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2201,'39742','Balrampur','BALRAMPUR',NULL,'','India','Balrampur',6,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2202,'34088','Balranald','BALRANALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2203,'33768','Balsam','BALSAM',NULL,'','United States','',0,0,231,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2204,'16780','Balsta','BALSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2205,'23130','Balsthal','BALSTHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2206,'41445','Baltezers','BALTEZERS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2207,'44304','Balti City','BALTI CITY',NULL,'','Moldova','',0,0,144,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2208,'1170','Baltic Coast','BALTIC COAST',NULL,'','POLAND','',0,0,174,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2209,'24380','Baltic Sea Coast (Mecklenburg - West Pomerania)','BALTIC SEA COAST (MECKLENBURG - WEST POMERANIA)',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2210,'10799','Baltimore','BALTIMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2211,'21636','Baltimore','BALTIMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2212,'27176','Baltrum','BALTRUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2213,'10494','Balurghat','BALURGHAT',NULL,'','India','',0,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2214,'16200','Balvanyos','BALVANYOS',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2215,'26180','Balwyn','BALWYN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2216,'25270','Balzac','BALZAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2217,'26381','Bamaga','BAMAGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2218,'40910','Bamako','BAMAKO',NULL,'','Mali','',0,0,134,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2219,'10387','Bamangachhi','BAMANGACHHI',NULL,'','India','',0,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2220,'16942','Bambarra','BAMBARRA',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2221,'30287','Bamberg','BAMBERG',NULL,'','United States','',0,0,231,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2222,'22709','Bamberg','BAMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2223,'41297','Bambito','BAMBITO',NULL,'','Panama','',0,0,169,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2224,'35423','Bambora','BAMBORA',NULL,'','India','',0,0,101,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2225,'7551','Bamburgh','BAMBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2226,'43109','Bamburi','BAMBURI',NULL,'','Kenya','',0,0,113,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2227,'24011','Bamenda','BAMENDA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2228,'25388','Bamfield','BAMFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2229,'7552','Bamford','BAMFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2230,'7553','Bampton (Cumbria)','BAMPTON (CUMBRIA)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2231,'17084','Ban Khlong Tan','BAN KHLONG TAN',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2232,'10144','Banaina','BANAINA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2233,'39115','Banamichi','BANAMICHI',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2234,'43684','Banana','BANANA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2235,'15471','Banaue','BANAUE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2236,'23883','Banbidian','BANBIDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2237,'7555','Banbury','BANBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2238,'40185','Banchette','BANCHETTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2239,'7556','Banchory','BANCHORY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2240,'43153','Banciao','BANCIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2241,'34440','Bancroft','BANCROFT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2242,'10273','Banda Aceh','BANDA ACEH',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2243,'10339','Bandanaira','BANDANAIRA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2244,'14288','Bandar Baru Bangi','BANDAR BARU BANGI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2245,'10145','Bandar Lampung','BANDAR LAMPUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2246,'25250','Bandar Seri Begawan','BANDAR SERI BEGAWAN',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2247,'13615','Bandarawela','BANDARAWELA',NULL,'','Sri Lanka','Bandarawela',0,0,200,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2248,'30459','Bandera','BANDERA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2249,'40802','Bandhavgarh','BANDHAVGARH',NULL,'','India','',15,0,101,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2250,'1783','Banding Island','BANDING ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2251,'39230','Bandipur','BANDIPUR',NULL,'','India','',17,0,101,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2252,'43974','Bandipur','BANDIPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2253,'17262','Bandirma','BANDIRMA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2254,'6387','Bandol','BANDOL',NULL,'','France','',0,0,76,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2255,'29614','Bandon','BANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2256,'32622','Bandundu','BANDUNDU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2257,'10219','Bandung','BANDUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2258,'7557','Banff','BANFF',NULL,'','United Kingdom','Banff',0,0,229,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2259,'25271','Banff','BANFF',NULL,'','Canada','Banff',0,0,39,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2260,'26066','Banfield','BANFIELD',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2261,'17033','Bang Kapi','BANG KAPI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2262,'10391','Bangalore(bengaluru)','BANGALORE(BENGALURU)',NULL,'','India','',0,0,101,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2263,'10388','Bangaram Island','BANGARAM ISLAND',NULL,'','India','',0,0,101,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2264,'16973','Bangbao Beach','BANGBAO BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2265,'43043','Bangka','BANGKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2266,'16974','Bangkok','BANGKOK',NULL,'','Thailand','Bangkok Travel | Trip to Bangkok | Bangkok Tour Pa',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2267,'6893','Bangor','BANGOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2268,'21824','Bangor','BANGOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2269,'14289','Bangsar','BANGSAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2270,'7559','Banham','BANHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2271,'24891','Banja Luka','BANJA LUKA',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2272,'10329','Banjarmasin','BANJARMASIN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2273,'9388','Banjul','BANJUL',NULL,'','Gambia','',0,0,81,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2274,'10086','Bank','BANK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2275,'34089','Bankstown','BANKSTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2276,'24801','Bankya','BANKYA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2277,'5515','Bannalec','BANNALEC',NULL,'','France','',0,0,76,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2278,'33769','Banner Elk','BANNER ELK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2279,'18288','Banning','BANNING',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2280,'20437','Bannockburn','BANNOCKBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2281,'15293','Bannu','BANNU',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2282,'2389','Banos','BANOS',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2283,'3186','Banos De La Encina','BANOS DE LA ENCINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2284,'42653','Bansin','BANSIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2285,'42274','Banska Bystrica','BANSKA BYSTRICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2286,'24766','Bansko','BANSKO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2287,'42938','Bantayan Island','BANTAYAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2288,'42788','Banten','BANTEN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2289,'10389','Bantra','BANTRA',NULL,'','India','',0,0,101,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2290,'10800','Bantry','BANTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2291,'32435','Bantry Bay','BANTRY BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2292,'37298','Banyalbufar','BANYALBUFAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2293,'39485','Banyoles','BANYOLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2294,'4132','Banyuls Sur Mer','BANYULS SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2295,'43962','Banyuls-sur-mer','BANYULS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2296,'42339','Banyuwangi','BANYUWANGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2297,'823','Banzkow','BANZKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2298,'36015','Bao\'an','BAO\'AN',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2299,'23942','Baodi','BAODI',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2300,'23801','Baoding','BAODING',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2301,'23672','Baoji','BAOJI',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2302,'42175','Baoruco','BAORUCO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2303,'23903','Baoshan','BAOSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2304,'43817','Baoting','BAOTING',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2305,'23874','Baotou','BAOTOU',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2306,'2952','Baquèira','BAQUÈIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2307,'41478','Baqueira Beret','BAQUEIRA BERET',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2308,'32365','Bar','BAR',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2309,'21826','Bar Harbor','BAR HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2310,'10495','Bara Bazar','BARA BAZAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2311,'31690','Baraboo','BARABOO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2312,'2519','Baracaldo','BARACALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2313,'1168','Baracoa','BARACOA',NULL,'','CUBA','',0,0,56,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2314,'21978','Baraga','BARAGA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2315,'2353','Barahona','BARAHONA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2316,'43205','Barajas','BARAJAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2317,'42430','Barakaldo','BARAKALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2318,'16541','Barakoma','BARAKOMA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2319,'42144','Baralaba','BARALABA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2320,'10685','Baranagar','BARANAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2321,'11123','Barano D Ischia','BARANO D ISCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2322,'4134','Baraqueville','BARAQUEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2323,'42939','Baras','BARAS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2324,'3049','Barasoain','BARASOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2325,'6388','Baratier','BARATIER',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2326,'25230','Barbados','BARBADOS',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2327,'34843','Barbados-maxwell','BARBADOS-MAXWELL',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2328,'34845','Barbados-st Lawrence','BARBADOS-ST LAWRENCE',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2329,'11124','Barbarano Di Salo','BARBARANO DI SALO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2330,'5147','Barbaste','BARBASTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2331,'3315','Barbastro','BARBASTRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2332,'40129','Barbate','BARBATE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2333,'9439','Barbati','BARBATI',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2334,'37504','Barbatre','BARBATRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2335,'38057','Barbentane','BARBENTANE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2336,'2521','Barbera Del Valles','BARBERA DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2337,'2462','Barberà Del Vallès','BARBERÀ DEL VALLÈS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2338,'6577','Barberaz','BARBERAZ',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2339,'5710','Barberey-saint-sulpice','BARBEREY-SAINT-SULPICE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2340,'11607','Barberino Di Mugello','BARBERINO DI MUGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2341,'31436','Barberton','BARBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2342,'32551','Barberton','BARBERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2343,'4135','Barbet','BARBET',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2344,'38924','Barbirey-sur-ouche','BARBIREY-SUR-OUCHE',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2345,'5839','Barbizon','BARBIZON',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2346,'7560','Barbon','BARBON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2347,'4136','Barbotan-les-thermes','BARBOTAN-LES-THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2348,'31946','Barboursville','BARBOURSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2349,'33585','Barbourville','BARBOURVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2350,'26162','Barbuda','BARBUDA',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2351,'26382','Barcaldine','BARCALDINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2352,'3518','Barcelona','BARCELONA',NULL,'','Spain','Barcelona',0,0,199,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2353,'32182','Barcelona','BARCELONA',NULL,'','Venezuela','Barcelona',0,0,235,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2354,'6389','Barcelonnette','BARCELONNETTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2355,'15790','Barcelos','BARCELOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2356,'14527','Barchem','BARCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2357,'2524','Barco De Avila','BARCO DE AVILA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2358,'39672','Barcus','BARCUS',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2359,'40056','Bard','BARD',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2360,'32795','Bard','BARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2361,'37719','Bardejov','BARDEJOV',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2362,'11608','Bardolino','BARDOLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2363,'7561','Bardon Mill','BARDON MILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2364,'12790','Bardonecchia','BARDONECCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2365,'33586','Bardstown','BARDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2366,'41308','Bardu','BARDU',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2367,'14787','Bardufoss','BARDUFOSS',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2368,'37920','Bareges','BAREGES',NULL,'','France','',0,0,76,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2369,'39542','Bareggio','BAREGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2370,'10680','Bareilly','BAREILLY',NULL,'','India','Bareilly',6,0,101,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2371,'14706','Barendrecht','BARENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2372,'5794','Barentin','BARENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2373,'6282','Barenton-bugny','BARENTON-BUGNY',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2374,'7562','Barford','BARFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2375,'35463','Barga','BARGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2376,'26657','Bargara','BARGARA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2377,'11609','Barge','BARGE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2378,'6895','Barham','BARHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2379,'12802','Bari','BARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2380,'35516','Bari-conversano','BARI-CONVERSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2381,'26034','Bariloche','BARILOCHE',NULL,'','Argentina','Bariloche',0,0,10,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2382,'32186','Barinas','BARINAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2383,'34090','Barington Tops','BARINGTON TOPS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2384,'14290','Bario','BARIO',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2385,'4137','Barisey-la-côte','BARISEY-LA-CÔTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2386,'5893','Barjac','BARJAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2387,'21979','Bark River','BARK RIVER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2388,'15281','Barka','BARKA',NULL,'','Oman','Barka',0,0,165,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2389,'16661','Barkarby','BARKARBY',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2390,'25389','Barkerville','BARKERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2391,'29809','Barkeyville','BARKEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2392,'7563','Barking','BARKING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2393,'42394','Barlad','BARLAD',NULL,'','Romania','',0,0,179,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2394,'7564','Barlborough','BARLBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2395,'6896','Barlby','BARLBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2396,'1925','Barleben','BARLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2397,'12803','Barletta','BARLETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2398,'1726','Barlovento','BARLOVENTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2399,'26444','Barmera','BARMERA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2400,'7565','Barmouth','BARMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2401,'10770','Barna','BARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2402,'19194','Barnaby Woods','BARNABY WOODS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2403,'31292','Barnard','BARNARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2404,'7566','Barnard Castle','BARNARD CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2405,'16301','Barnaul','BARNAUL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2406,'5439','Barnay','BARNAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2407,'38926','Barnby In The Willows','BARNBY IN THE WILLOWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2408,'19708','Barnesville','BARNESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2409,'7567','Barnet','BARNET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2410,'6897','Barnetby','BARNETBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2411,'28628','Barneveld','BARNEVELD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2412,'4138','Barneville Carteret','BARNEVILLE CARTERET',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2413,'43963','Barneville-carteret','BARNEVILLE-CARTERET',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2414,'37574','Barneville-la-bertran','BARNEVILLE-LA-BERTRAN',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2415,'37509','Barnham Broom','BARNHAM BROOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2416,'7568','Barningham','BARNINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2417,'7569','Barnsley','BARNSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2418,'21307','Barnstable','BARNSTABLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2419,'7570','Barnstaple','BARNSTAPLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2420,'6898','Barnton','BARNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2421,'30288','Barnwell','BARNWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2422,'6899','Barnwood','BARNWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2423,'10496','Baroda','BARODA',NULL,'','India','',0,0,101,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2424,'38618','Baronissi','BARONISSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2425,'42143','Barooga','BAROOGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2426,'16542','Barora Island','BARORA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2427,'13720','Baros','BAROS',NULL,'','Maldives','',0,0,133,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2428,'42226','Barossa Valey','BAROSSA VALEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2429,'32199','Barquisimeto','BARQUISIMETO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2430,'15850','Barra','BARRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2431,'6900','Barra','BARRA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2432,'24158','Barra Colorado','BARRA COLORADO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2433,'13790','Barra De Navidad','BARRA DE NAVIDAD',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2434,'43783','Barra De Sao Miguel','BARRA DE SAO MIGUEL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2435,'13721','Barrah','BARRAH',NULL,'','Maldives','',0,0,133,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2436,'24123','Barrancabermeja','BARRANCABERMEJA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2437,'23538','Barrancas','BARRANCAS',NULL,'','Chile','',0,0,45,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2438,'845','Barrancas Del Cobre','BARRANCAS DEL COBRE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2439,'15404','Barranco','BARRANCO',NULL,'','Peru','',0,0,172,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2440,'24080','Barranquilla','BARRANQUILLA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2441,'21308','Barre','BARRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2442,'41776','Barreiras','BARREIRAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2443,'953','Barreirinhas','BARREIRINHAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2444,'976','Barretos','BARRETOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2445,'7571','Barrhead','BARRHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2446,'34441','Barrie','BARRIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2447,'25390','Barriere','BARRIERE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2448,'9890','Barrigada','BARRIGADA',NULL,'','Guam','',0,0,90,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2449,'20438','Barrington','BARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2450,'38517','Barrington','BARRINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2451,'39311','Barro','BARRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2452,'31691','Barron','BARRON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2453,'17566','Barrow','BARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2454,'26181','Barrow Island','BARROW ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2455,'6901','Barrow-in-furness','BARROW-IN-FURNESS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2456,'7572','Barry','BARRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2457,'34443','Barrys Bay','BARRYS BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2458,'28629','Barryville','BARRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2459,'27177','Barsinghausen','BARSINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2460,'18289','Barstow','BARSTOW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2461,'39903','Bar-sur-aube','BAR-SUR-AUBE',NULL,'','France','',0,0,76,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2462,'17567','Barter Island','BARTER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2463,'824','Barth','BARTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2464,'4139','Barthenheim','BARTHENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2465,'37278','Bartholomaeberg','BARTHOLOMAEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2466,'32877','Bartlesville','BARTLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2467,'20439','Bartlett','BARTLETT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2468,'7573','Barton','BARTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2469,'26624','Barton','BARTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2470,'38323','Barton-on-sea','BARTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2471,'29810','Bartonsville','BARTONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2472,'6902','Barton-upon-humber','BARTON-UPON-HUMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2473,'44040','Bartoszyce','BARTOSZYCE',NULL,'','Poland','',0,0,174,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2474,'19260','Bartow','BARTOW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2475,'25196','Barueri','BARUERI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2476,'14788','Barum','BARUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2477,'40362','Barumini','BARUMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2478,'26485','Barwon Heads','BARWON HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2479,'39616','Barzano','BARZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2480,'39275','Basaburua','BASABURUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2481,'34708','Basalt','BASALT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2482,'32623','Basankusu','BASANKUSU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2483,'41397','Basauri','BASAURI',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2484,'11610','Baschi','BASCHI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2485,'15484','Basco','BASCO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2486,'23131','Basel','BASEL',NULL,'','Switzerland','Basel',0,0,210,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2487,'25273','Bashaw','BASHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2488,'2446','Bashtil','BASHTIL',NULL,'','Egypt','',0,0,65,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2489,'11126','Basiglio','BASIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2490,'7576','Basildon','BASILDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2491,'11127','Basilicata','BASILICATA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2492,'1173','Basingstoke','BASINGSTOKE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2493,'7577','Basingstoke','BASINGSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2494,'9982','Baska','BASKA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2495,'28194','Basking Ridge','BASKING RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2496,'7578','Baslow','BASLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2497,'4140','Basque Coast','BASQUE COAST',NULL,'','France','',0,0,76,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2498,'4141','Bas-rhin','BAS-RHIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2499,'21828','Bass Harbor','BASS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2500,'34091','Bass Hill','BASS HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2501,'35464','Bassano De Grappa','BASSANO DE GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2502,'26579','Bassendean','BASSENDEAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2503,'6903','Bassenthwaite','BASSENTHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2504,'14234','Basse-pointe','BASSE-POINTE',NULL,'','Martinique','',0,0,137,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2505,'13477','Basseterre','BASSETERRE',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2506,'9376','Basse-terre','BASSE-TERRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2507,'28098','Bassett','BASSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2508,'39860','Bassignac','BASSIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2509,'5148','Bassussarry','BASSUSSARRY',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2510,'16861','Bastad','BASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2511,'700','Basthorst','BASTHORST',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2512,'13031','Bastia','BASTIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2513,'4884','Bastia','BASTIA',NULL,'','France','',0,0,76,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2514,'24692','Bastogne','BASTOGNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2515,'22','Bastos','BASTOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2516,'30461','Bastrop','BASTROP',NULL,'','United States','',0,0,231,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2517,'31039','Basye','BASYE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2518,'11070','Bat Yam','BAT YAM',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2519,'15485','Bataan','BATAAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2520,'39635','Batak','BATAK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2521,'15774','Batalha','BATALHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2522,'43542','Batam Island','BATAM ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2523,'10390','Batanagar','BATANAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2524,'14291','Batang Ai','BATANG AI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2525,'15541','Batangas','BATANGAS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2526,'20440','Batavia','BATAVIA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2527,'26639','Batchelor','BATCHELOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2528,'34092','Bateau Bay','BATEAU BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2529,'34093','Batemans Bay','BATEMANS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2530,'17981','Batesville','BATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2531,'28631','Bath','BATH',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2532,'1353','Bath','BATH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2533,'7580','Bathgate','BATHGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2534,'34094','Bathurst','BATHURST',NULL,'','Australia','Bathurst',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2535,'34384','Bathurst','BATHURST',NULL,'','Canada','Bathurst',0,0,39,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2536,'7581','Batley','BATLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2537,'17359','Batman','BATMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2538,'21170','Baton Rouge','BATON ROUGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2539,'24009','Batouri','BATOURI',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2540,'43141','Batroun','BATROUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2541,'14874','Batsfjord','BATSFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2542,'9440','Batsi','BATSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2543,'13449','Battambang','BATTAMBANG',NULL,'','Cambodia','',0,0,37,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2544,'39964','Battenheim','BATTENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2545,'38763','Battery Point','BATTERY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2546,'11611','Battipaglia','BATTIPAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2547,'11030','Battir','BATTIR',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2548,'7582','Battle','BATTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2549,'21980','Battle Creek','BATTLE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2550,'33770','Battleboro','BATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2551,'22937','Battleford','BATTLEFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2552,'7583','Battlesbridge','BATTLESBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2553,'42789','Batu','BATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2554,'42415','Batu Pahat','BATU PAHAT',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2555,'43880','Batubulan','BATUBULAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2556,'9344','Batumi','BATUMI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2557,'43881','Baturiti','BATURITI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2558,'4973','Batz Sur Mer','BATZ SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2559,'22314','Baudette','BAUDETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2560,'39316','Baulne-en-brie','BAULNE-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2561,'37383','Baumholder','BAUMHOLDER',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2562,'1995','Baumschulenweg','BAUMSCHULENWEG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2563,'24382','Baunatal','BAUNATAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2564,'25197','Bauru','BAURU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2565,'13665','Bauska','BAUSKA',NULL,'','Latvia','',0,0,119,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2566,'1870','Bautzen','BAUTZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2567,'2364','Bavaro','BAVARO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2568,'11612','Baveno','BAVENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2569,'7584','Bawtry','BAWTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2570,'19709','Baxley','BAXLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2571,'22315','Baxter','BAXTER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2572,'923','Bay Islands','BAY ISLANDS',NULL,'','Honduras','',0,0,97,'2016-10-17 10:41:20','1900-01-01 00:00:00',1,0,1),(2573,'15089','Bay Of Islands','BAY OF ISLANDS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2574,'34965','Bayahibe','BAYAHIBE',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2575,'44036','Bayamon','BAYAMON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2576,'23565','Bayan Nur','BAYAN NUR',NULL,'','China','',0,0,46,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2577,'28099','Bayard','BAYARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2578,'17296','Bayburt','BAYBURT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2579,'7585','Baydon','BAYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2580,'22710','Bayerisch Eisenstein','BAYERISCH EISENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2581,'22712','Bayersoien','BAYERSOIEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2582,'4867','Bayeux','BAYEUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2583,'34709','Bayfield','BAYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2584,'34444','Bayfield','BAYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2585,'17244','Bayirkoy','BAYIRKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2586,'3654','Bayona','BAYONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2587,'19264','Bayonet Point','BAYONET POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2588,'5149','Bayonne','BAYONNE',NULL,'','France','',0,0,76,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2589,'28196','Bayonne','BAYONNE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2590,'17838','Bayou La Batre','BAYOU LA BATRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2591,'46','Bayreuth','BAYREUTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2592,'2065','Bayrischzell','BAYRISCHZELL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2593,'25696','Bayside','BAYSIDE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2594,'28633','Bayside','BAYSIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2595,'6906','Bayswater','BAYSWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2596,'26486','Bayswater','BAYSWATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2597,'30465','Baytown','BAYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2598,'25812','Bayview','BAYVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2599,'20330','Bayview','BAYVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2600,'28634','Bayville','BAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2601,'18293','Baywood Park','BAYWOOD PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2602,'41398','Bazaruto','BAZARUTO',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2603,'4924','Bazas','BAZAS',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2604,'5711','Bazeilles','BAZEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2605,'5795','Bazincourt-sur-epte','BAZINCOURT-SUR-EPTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2606,'4142','Bazouges La Perouse','BAZOUGES LA PEROUSE',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2607,'11613','Bazzano','BAZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2608,'35126','Beachcomber Island','BEACHCOMBER ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2609,'29248','Beachwood','BEACHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2610,'21311','Beacon Hill','BEACON HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2611,'6908','Beacon Hill','BEACON HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2612,'7586','Beaconsfield','BEACONSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2613,'25948','Beaconsfield','BEACONSFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2614,'7587','Beadnell','BEADNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2615,'37227','Bealanana','BEALANANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2616,'7588','Beaminster','BEAMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2617,'38651','Beamish','BEAMISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2618,'33073','Bean Station','BEAN STATION',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2619,'19211','Bear','BEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2620,'20442','Beardstown','BEARDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2621,'6909','Beare Green','BEARE GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2622,'40758','Bearsden','BEARSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2623,'34445','Bearskin Lake','BEARSKIN LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2624,'22996','Beatenberg','BEATENBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2625,'28100','Beatrice','BEATRICE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2626,'7589','Beattock','BEATTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2627,'32797','Beatty','BEATTY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2628,'33587','Beattyville','BEATTYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2629,'5293','Beaucaire','BEAUCAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2630,'6578','Beaucroissant','BEAUCROISSANT',NULL,'','France','',0,0,76,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2631,'26658','Beaudesert','BEAUDESERT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2632,'30289','Beaufort','BEAUFORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2633,'10771','Beaufort','BEAUFORT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2634,'38646','Beaufort West','BEAUFORT WEST',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2635,'4981','Beaugency','BEAUGENCY',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2636,'25949','Beauharnois','BEAUHARNOIS',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2637,'4143','Beaujolais','BEAUJOLAIS',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2638,'7590','Beaulieu','BEAULIEU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2639,'1591','Beaulieu Sur Dordogn','BEAULIEU SUR DORDOGN',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2640,'6390','Beaulieu-sur-mer','BEAULIEU-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2641,'7591','Beauly','BEAULY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2642,'40358','Beaumarches','BEAUMARCHES',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2643,'7592','Beaumaris','BEAUMARIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2644,'26184','Beaumaris','BEAUMARIS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2645,'6391','Beaumettes','BEAUMETTES',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2646,'30466','Beaumont','BEAUMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2647,'38982','Beaumont-en-veron','BEAUMONT-EN-VERON',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2648,'5796','Beaumont-le-roger','BEAUMONT-LE-ROGER',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2649,'37182','Beaumont-sur-sarthe','BEAUMONT-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2650,'4891','Beaune','BEAUNE',NULL,'','France','Beaune',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2651,'25950','Beauport','BEAUPORT',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2652,'25951','Beaupre','BEAUPRE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2653,'6392','Beaurecueil','BEAURECUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2654,'25580','Beausejour','BEAUSEJOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2655,'5992','Beausoleil','BEAUSOLEIL',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2656,'43682','Beauty Point','BEAUTY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2657,'4667','Beauvais','BEAUVAIS',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2658,'5369','Beauvoir','BEAUVOIR',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2659,'5294','Beaux','BEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2660,'33301','Beaver','BEAVER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2661,'22974','Beaver Creek','BEAVER CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2662,'29249','Beavercreek','BEAVERCREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2663,'34446','Beaverton','BEAVERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2664,'29616','Beaverton','BEAVERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2665,'43573','Beaworthy','BEAWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2666,'25055','Beberibe','BEBERIBE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2667,'6755','Beblenheim','BEBLENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2668,'402','Bebra','BEBRA',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2669,'25952','Becancour','BECANCOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2670,'7593','Beccles','BECCLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2671,'2980','Becerril De La Sierra','BECERRIL DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2672,'37606','Bechar','BECHAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2673,'40015','Bechyne','BECHYNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2674,'23132','Beckenried','BECKENRIED',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2675,'22316','Becker','BECKER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2676,'7594','Beckington','BECKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2677,'31949','Beckley','BECKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2678,'40059','Beckum','BECKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2679,'7595','Bedale','BEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2680,'26185','Bedarra Island','BEDARRA ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2681,'7596','Beddgelert','BEDDGELERT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2682,'27178','Bederkesa','BEDERKESA',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2683,'29250','Bedford','BEDFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2684,'25697','Bedford','BEDFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2685,'6910','Bedford','BEDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2686,'6911','Bedfordshire','BEDFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2687,'32391','Bedfordview','BEDFORDVIEW',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2688,'25391','Bednesti','BEDNESTI',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2689,'6393','Bedoin','BEDOIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2690,'42317','Bedonia','BEDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2691,'26383','Bedourie','BEDOURIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2692,'43882','Bedugul','BEDUGUL',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2693,'7597','Bedworth','BEDWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2694,'17982','Beebe','BEEBE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2695,'20826','Beech Grove','BEECH GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2696,'37230','Beechmont','BEECHMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2697,'26885','Beechworth','BEECHWORTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2698,'32217','Beef Island','BEEF ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2699,'14566','Beek','BEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2700,'14528','Beekbergen','BEEKBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2701,'26659','Beenleigh','BEENLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2702,'43574','Beer','BEER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2703,'1649','Beer Sheva','BEER SHEVA',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2704,'11031','Beersheba','BEERSHEBA',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2705,'24744','Beerzel','BEERZEL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2706,'7598','Beeston','BEESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2707,'14508','Beetsterzwaag','BEETSTERZWAAG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2708,'754','Beetz','BEETZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2709,'99','Beetzsee','BEETZSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2710,'30470','Beeville','BEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2711,'34095','Bega','BEGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2712,'7599','Begelly','BEGELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2713,'5150','Begles','BEGLES',NULL,'','France','',0,0,76,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2714,'2525','Begues','BEGUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2715,'37618','Begunje Na Gorenjskem','BEGUNJE NA GORENJSKEM',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2716,'2526','Begur','BEGUR',NULL,'','Spain','Begur',0,0,199,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2717,'10686','Behala','BEHALA',NULL,'','India','',0,0,101,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2718,'825','Behnkendorf','BEHNKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2719,'38698','Behror','BEHROR',NULL,'','India','',0,0,101,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2720,'3843','Beica','BEICA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2721,'13558','Beida','BEIDA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2722,'32346','Beidah','BEIDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2723,'39727','Beignon','BEIGNON',NULL,'','France','',0,0,76,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2724,'23854','Beihai','BEIHAI',NULL,'','China','',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2725,'32347','Beihan','BEIHAN',NULL,'','Yemen','',0,0,240,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2726,'23884','Beijing','BEIJING',NULL,'','China','Beijing',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2727,'22713','Beilngries','BEILNGRIES',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2728,'610','Beilstein','BEILSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2729,'38401','Beinasco','BEINASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2730,'14220','Beira','BEIRA',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2731,'44311','Beiras','BEIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2732,'13551','Beirut','BEIRUT',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2733,'11032','Beit Israel','BEIT ISRAEL',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2734,'43097','Beit Mery','BEIT MERY',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2735,'32654','Beitbridge','BEITBRIDGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2736,'43142','Beiteddin','BEITEDDIN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2737,'41185','Beith','BEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2738,'14789','Beitostolen','BEITOSTOLEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2739,'36815','Beitou','BEITOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2740,'23885','Beiyuan','BEIYUAN',NULL,'','China','',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2741,'15871','Beja','BEJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2742,'37397','Bejaia','BEJAIA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2743,'39472','Bejuco','BEJUCO',NULL,'','Panama','',0,0,169,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2744,'38165','Bekal','BEKAL',NULL,'','India','Bekal',3,0,101,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2745,'4045','Bekana Island','BEKANA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2746,'10280','Bekasi','BEKASI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2747,'43698','Bekes','BEKES',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2748,'10083','Bekescsaba','BEKESCSABA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2749,'38549','Bekily','BEKILY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2750,'14261','Bel Ombre','BEL OMBRE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2751,'40718','Bela','BELA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2752,'25071','Bela Vista','BELA VISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2753,'14373','Belaga','BELAGA',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2754,'40267','Belapur','BELAPUR',NULL,'','India','',0,0,101,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2755,'38570','Belcaire','BELCAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2756,'21640','Belcamp','BELCAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2757,'26625','Belconnen','BELCONNEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2758,'27829','Belden','BELDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2759,'17250','Beldibi','BELDIBI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2760,'21984','Belding','BELDING',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2761,'17251','Belek','BELEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2762,'25170','Belem','BELEM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2763,'28499','Belen','BELEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2764,'14421','Belep','BELEP',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2765,'31438','Belfair','BELFAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2766,'1181','Belfast','BELFAST',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2767,'21830','Belfast','BELFAST',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2768,'64762','Belfast International Airport','BELFAST INTERNATIONAL AIRPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2769,'35213','Belfast-int\'l Apt','BELFAST-INT\'L APT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2770,'7600','Belford','BELFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2771,'24967','Belford Roxo','BELFORD ROXO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2772,'5764','Belfort','BELFORT',NULL,'','France','',0,0,76,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2773,'11614','Belforte Del Chienti','BELFORTE DEL CHIENTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2774,'10655','Belgaum','BELGAUM',NULL,'','India','Belgaum',17,0,101,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2775,'39354','Belgern','BELGERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2776,'24577','Belgian Coast','BELGIAN COAST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2777,'11615','Belgirate','BELGIRATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2778,'31694','Belgium','BELGIUM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2779,'4145','Belgodère','BELGODÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2780,'16309','Belgorod','BELGOROD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2781,'36642','Belgrade','BELGRADE',NULL,'','Serbia','',0,0,468,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2782,'32362','Belgrade','BELGRADE',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2783,'27934','Belgrade','BELGRADE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2784,'26116','Belgrano','BELGRANO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2785,'6915','Belgravia','BELGRAVIA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2786,'32436','Belhar','BELHAR',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2787,'33773','Belhaven','BELHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2788,'37939','Belimbing','BELIMBING',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2789,'31951','Belington','BELINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2790,'42790','Belitung','BELITUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2791,'24903','Belize','BELIZE',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2792,'18298','Bell','BELL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2793,'25392','Bella Bella','BELLA BELLA',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2794,'26106','Bella Vista','BELLA VISTA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2795,'17983','Bella Vista','BELLA VISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2796,'36611','Bella Vista','BELLA VISTA',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2797,'5993','Bellac','BELLAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2798,'11616','Bellagio','BELLAGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2799,'21985','Bellaire','BELLAIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2800,'12713','Bellaria','BELLARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2801,'41795','Bellariva Di Rimini','BELLARIVA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2802,'10656','Bellary','BELLARY',NULL,'','India','Bellary',17,0,101,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2803,'2527','Bellaterra','BELLATERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2804,'15391','Bellavista','BELLAVISTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2805,'23482','Bellavista','BELLAVISTA',NULL,'','Chile','',0,0,45,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2806,'21172','Belle Chasse','BELLE CHASSE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2807,'37455','Belle Ile En Mer','BELLE ILE EN MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2808,'14250','Belle Mare','BELLE MARE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2809,'19268','Belleair','BELLEAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2810,'6283','Belle-eglise','BELLE-EGLISE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2811,'35212','Belleek','BELLEEK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2812,'29252','Bellefontaine','BELLEFONTAINE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2813,'39486','Bellefontaine','BELLEFONTAINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2814,'29816','Bellefonte','BELLEFONTE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2815,'5894','Bellegarde','BELLEGARDE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2816,'43964','Bellegarde-sur-valserine','BELLEGARDE-SUR-VALSERINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2817,'5370','Belleme','BELLEME',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2818,'33589','Bellemeade','BELLEMEADE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2819,'18104','Bellemont','BELLEMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2820,'5295','Bellenaves','BELLENAVES',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2821,'6579','Bellentre','BELLENTRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2822,'5296','Bellerive-sur-allier','BELLERIVE-SUR-ALLIER',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2823,'39365','Bellevaux','BELLEVAUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2824,'19270','Belleview','BELLEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2825,'29817','Belleville','BELLEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2826,'34447','Belleville','BELLEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2827,'4668','Belleville','BELLEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2828,'29254','Bellevue','BELLEVUE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2829,'4669','Bellevue','BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2830,'23133','Bellevue','BELLEVUE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2831,'25274','Bellevue','BELLEVUE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2832,'5712','Belley','BELLEY',NULL,'','France','',0,0,76,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2833,'18300','Bellflower','BELLFLOWER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2834,'6580','Bellignat','BELLIGNAT',NULL,'','France','',0,0,76,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2835,'34096','Bellingen','BELLINGEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2836,'7601','Bellingham','BELLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2837,'31441','Bellingham','BELLINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2838,'40766','Bellingwolde','BELLINGWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2839,'23134','Bellinzona','BELLINZONA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2840,'28198','Bellmawr','BELLMAWR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2841,'30472','Bellmead','BELLMEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2842,'37934','Bellona','BELLONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2843,'16543','Bellona Island','BELLONA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2844,'11617','Bellosguardo','BELLOSGUARDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2845,'5371','Bellou-en-houlme','BELLOU-EN-HOULME',NULL,'','France','',0,0,76,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2846,'31294','Bellows Falls','BELLOWS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2847,'40225','Bellport','BELLPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2848,'33077','Bells','BELLS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2849,'7602','Bellshill','BELLSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2850,'34097','Belltrees','BELLTREES',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2851,'11129','Belluno','BELLUNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2852,'2528','Bellver De Cerdanya','BELLVER DE CERDANYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2853,'29255','Bellville','BELLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2854,'34711','Bellvue','BELLVUE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2855,'28199','Belmar','BELMAR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2856,'18301','Belmont','BELMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2857,'15893','Belmonte','BELMONTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2858,'24917','Belmopan','BELMOPAN',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2859,'25019','Belo Horizonte','BELO HORIZONTE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2860,'40613','Belo Tsiribihina','BELO TSIRIBIHINA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2861,'25953','Beloeil','BELOEIL',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2862,'31696','Beloit','BELOIT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2863,'16253','Beloreck','BELORECK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2864,'44205','Belparao','BELPARAO',NULL,'','India','',0,0,101,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2865,'11618','Belpasso','BELPASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2866,'7603','Belper','BELPER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2867,'30473','Belton','BELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2868,'7604','Belton (Leicestershire)','BELTON (LEICESTERSHIRE)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2869,'21641','Beltsville','BELTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2870,'13717','Beltsy','BELTSY',NULL,'','Moldova, Republic Of','',0,0,144,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2871,'3700','Belunza','BELUNZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2872,'11619','Belvedere','BELVEDERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2873,'19711','Belvedere','BELVEDERE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2874,'41581','Belves','BELVES',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2875,'5297','Belvezet','BELVEZET',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2876,'28200','Belvidere','BELVIDERE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2877,'32392','Belville','BELVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2878,'3399','Belvis De La Jara','BELVIS DE LA JARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2879,'40120','Belz','BELZ',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2880,'7606','Bembridge','BEMBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2881,'22318','Bemidji','BEMIDJI',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2882,'15792','Bemposta','BEMPOSTA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2883,'28636','Bemus Point','BEMUS POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2884,'19712','Ben Hill','BEN HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2885,'3187','Benacazon','BENACAZON',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2886,'3188','Benahavis','BENAHAVIS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2887,'26487','Benalla','BENALLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2888,'3189','Benalmadena','BENALMADENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2889,'3190','Benalup De Sidonia','BENALUP DE SIDONIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2890,'39517','Benaoján','BENAOJÁN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2891,'3316','Benasque','BENASQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2892,'10497','Benaulim','BENAULIM',NULL,'','India','',0,0,101,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2893,'3434','Benavente','BENAVENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2894,'6916','Benbecula','BENBECULA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2895,'30474','Benbrook','BENBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2896,'29617','Bend','BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2897,'27179','Bendestorf','BENDESTORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2898,'26887','Bendigo','BENDIGO',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2899,'39208','Bendorf','BENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2900,'11071','Bene Beraq','BENE BERAQ',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2901,'11621','Bene Vagienna','BENE VAGIENNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2902,'22714','Benediktbeuern','BENEDIKTBEUERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2903,'24304','Benesov','BENESOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2904,'11622','Benevello','BENEVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2905,'12710','Benevento','BENEVENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2906,'15992','Benfica','BENFICA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2907,'23673','Bengbu','BENGBU',NULL,'','China','',0,0,46,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2908,'13559','Benghazi','BENGHAZI',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2909,'10278','Bengkulu','BENGKULU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2910,'22938','Bengough','BENGOUGH',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2911,'25844','Benguela','BENGUELA',NULL,'','Angola','',0,0,6,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2912,'5621','Bengy-sur-crao','BENGY-SUR-CRAO',NULL,'','France','',0,0,76,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2913,'32624','Beni','BENI',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2914,'36383','Beni Mellal','BENI MELLAL',NULL,'','Morocco','',0,0,148,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2915,'3735','Benicarlo','BENICARLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2916,'3736','Benicasim','BENICASIM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2917,'41417','Benicassim','BENICASSIM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2918,'18303','Benicia','BENICIA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2919,'3737','Benidorm','BENIDORM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2920,'3738','Benimaurell','BENIMAURELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2921,'41956','Benisano','BENISANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2922,'2873','Benissa','BENISSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2923,'13892','Benito Juarez','BENITO JUAREZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2924,'9441','Benitses','BENITSES',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2925,'32380','Benmore Gardens','BENMORE GARDENS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2926,'1926','Benneckenstein','BENNECKENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2927,'24850','Bennett\'s Harbour','BENNETT\'S HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2928,'30291','Bennettsville','BENNETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2929,'31295','Bennington','BENNINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2930,'5516','Benodet','BENODET',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2931,'41580','Benodet-port','BENODET-PORT',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2932,'6322','Benon','BENON',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2933,'32552','Benoni','BENONI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2934,'37879','Bénouville','BÉNOUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2935,'29818','Bensalem','BENSALEM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2936,'27331','Bensberg','BENSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2937,'20447','Bensenville','BENSENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2938,'403','Bensheim','BENSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2939,'22320','Benson','BENSON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2940,'11623','Bentivoglio','BENTIVOGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2941,'26186','Bentleigh','BENTLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2942,'7607','Bentley','BENTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2943,'29820','Bentleyville','BENTLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2944,'25155','Bento Goncalves','BENTO GONCALVES',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2945,'17984','Benton','BENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2946,'43170','Bentong','BENTONG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2947,'20160','Bentonsport','BENTONSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2948,'17985','Bentonville','BENTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2949,'13610','Bentota','BENTOTA',NULL,'','Sri Lanka','Bentota',0,0,200,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2950,'23866','Benxi','BENXI',NULL,'','China','',0,0,46,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2951,'13225','Beppu','BEPPU',NULL,'','Japan','',0,0,110,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2952,'4046','Beqa Island','BEQA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2953,'42626','Beqaa','BEQAA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2954,'32162','Bequia Island','BEQUIA ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2955,'42340','Berastagi','BERASTAGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2956,'42223','Berat','BERAT',NULL,'','Albania','',0,0,2,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2957,'10147','Berau','BERAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2958,'26067','Berazategui','BERAZATEGUI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2959,'5151','Berbiguieres','BERBIGUIERES',NULL,'','France','',0,0,76,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2960,'24737','Berchem','BERCHEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2961,'4909','Bercheres Sur Vesgre','BERCHERES SUR VESGRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2962,'57538','Berching','BERCHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2963,'22715','Berchtesgaden','BERCHTESGADEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2964,'3191','Berchules','BERCHULES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2965,'4146','Berck','BERCK',NULL,'','France','',0,0,76,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2966,'7608','Bere Regis','BERE REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2967,'33592','Berea','BEREA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2968,'25581','Berens River','BERENS RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2969,'41437','Berenty','BERENTY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2970,'32992','Beresford','BERESFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2971,'34386','Beresford','BERESFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2972,'22717','Berg, 823','BERG, 823',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2973,'3519','Berga','BERGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2974,'17314','Bergama','BERGAMA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2975,'14707','Bergambacht','BERGAMBACHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2976,'12782','Bergamo','BERGAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2977,'35530','Bergamo-fuipiano Ima','BERGAMO-FUIPIANO IMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2978,'755','Berge','BERGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2979,'27180','Bergedorf','BERGEDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2980,'14790','Bergen','BERGEN',NULL,'','Norway','Bergen',0,0,164,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2981,'680','Bergen','BERGEN',NULL,'','Germany','Bergen',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2982,'36483','Bergen-os','BERGEN-OS',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2983,'4901','Bergerac','BERGERAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2984,'36285','Bergerac-laveyssiere','BERGERAC-LAVEYSSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2985,'3956','Berghall','BERGHALL',NULL,'','Finland','',0,0,75,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2986,'5045','Bergheim','BERGHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2987,'27158','Bergheim','BERGHEIM',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2988,'27332','Bergisch Gladbach','BERGISCH GLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2989,'101','Bergisches Land','BERGISCHES LAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2990,'23135','Bergun','BERGUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2991,'16816','Bergvik','BERGVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2992,'32512','Bergville','BERGVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2993,'42180','Berhampur','BERHAMPUR',NULL,'','India','',0,0,101,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2994,'41430','Beriain','BERIAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2995,'14292','Berjaya Hills','BERJAYA HILLS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2996,'41819','Berkane','BERKANE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2997,'42838','Berkel Enschot','BERKEL ENSCHOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2998,'27578','Berkeley','BERKELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2999,'7609','Berkeley','BERKELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3000,'37645','Berkhamsted','BERKHAMSTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3001,'6917','Berkshire','BERKSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3002,'7610','Berkswell','BERKSWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3003,'14875','Berlevag','BERLEVAG',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3004,'14771','Berlevåg','BERLEVÅG',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3005,'1996','Berlin','BERLIN',NULL,'','Germany','Berlin',0,0,83,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3006,'19051','Berlin','BERLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3007,'40209','Bermeo','BERMEO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3008,'1871','Bermsgrun','BERMSGRUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3009,'24926','Bermuda','BERMUDA',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3010,'18306','Bermuda Dunes','BERMUDA DUNES',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3011,'24900','Bermudian Landing','BERMUDIAN LANDING',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3012,'23432','Bern','BERN',NULL,'','Switzerland','Bern',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3013,'37416','Bernalda','BERNALDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3014,'28501','Bernalillo','BERNALILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3015,'28202','Bernardsville','BERNARDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3016,'37432','Bernate Ticino','BERNATE TICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3017,'22506','Bernau','BERNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3018,'5440','Bernay','BERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3019,'1927','Bernburg','BERNBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3021,'22998','Bernese Alps','BERNESE ALPS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3022,'23433','Bernex','BERNEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3023,'6581','Bernin','BERNIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3024,'1702','Bernkastel','BERNKASTEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3025,'36040','Bernkastel-kaus','BERNKASTEL-KAUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3026,'2043','Bernkastel-kues','BERNKASTEL-KUES',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3027,'1965','Bernshausen','BERNSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3028,'37604','Beroroha','BEROROHA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3029,'24352','Beroun','BEROUN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3030,'4147','Berrias-et-casteljau','BERRIAS-ET-CASTELJAU',NULL,'','France','',0,0,76,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3031,'26826','Berriedale','BERRIEDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3032,'21989','Berrien Springs','BERRIEN SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3033,'37497','Berrimah','BERRIMAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3034,'3050','Berrioplano','BERRIOPLANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3035,'2531','Berrón','BERRÓN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3036,'34099','Berry','BERRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3037,'18307','Berry Creek','BERRY CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3038,'37680','Berry-au-bac','BERRY-AU-BAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3039,'31041','Berryville','BERRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3040,'44124','Bersteland','BERSTELAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3041,'25954','Berthierville','BERTHIERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3042,'34712','Berthoud','BERTHOUD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3043,'12714','Bertinoro','BERTINORO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3044,'980','Bertioga','BERTIOGA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3045,'24010','Bertoua','BERTOUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3046,'6021','Bertrichamps','BERTRICHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3047,'2089','Bertsdorf-hornitz','BERTSDORF-HORNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3048,'13459','Beru','BERU',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3049,'3051','Beruete','BERUETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3050,'13590','Beruwela','BERUWELA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3051,'24446','Berwang','BERWANG',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3052,'37586','Berwick','BERWICK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3053,'7611','Berwick-upon-tweed','BERWICK-UPON-TWEED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3054,'29821','Berwyn','BERWYN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3055,'4148','Berze La Ville','BERZE LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3056,'38189','Besalampy','BESALAMPY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3057,'3520','Besalu','BESALU',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3058,'5765','Besancon','BESANCON',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3059,'16461','Besedy','BESEDY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3060,'4149','Besle-sur-vilaine','BESLE-SUR-VILAINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3061,'37857','Besse','BESSE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3062,'5298','Besse-et-saint-anastaise','BESSE-ET-SAINT-ANASTAISE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3063,'21990','Bessemer','BESSEMER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3064,'6582','Bessenay','BESSENAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3065,'13122','Bessho Hot Springs','BESSHO HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3066,'41579','Bessoncourt','BESSONCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3067,'41578','Bessonies','BESSONIES',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3068,'14590','Best','BEST',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3069,'42783','Besut','BESUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3070,'4150','Bétaille','BÉTAILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3071,'40803','Betalghat','BETALGHAT',NULL,'','India','',0,0,101,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3072,'37387','Betanzos','BETANZOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3073,'7612','Betchworth','BETCHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3074,'3739','Betera','BETERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3075,'20450','Bethalto','BETHALTO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3076,'27579','Bethany','BETHANY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3077,'21831','Bethel','BETHEL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3078,'21643','Bethesda','BETHESDA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3079,'29824','Bethlehem','BETHLEHEM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3080,'35411','Bethlehem','BETHLEHEM',NULL,'','Israel','Bethlehem',0,0,106,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3081,'28638','Bethpage','BETHPAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3082,'6148','Bethune','BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3083,'38083','Betioky','BETIOKY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3084,'3521','Betren','BETREN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3085,'43966','Bettancourt-la-ferree','BETTANCOURT-LA-FERREE',NULL,'','France','',0,0,76,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3086,'13654','Bettembourg','BETTEMBOURG',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3087,'20451','Bettendorf','BETTENDORF',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3088,'17570','Bettles','BETTLES',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3089,'23460','Bettmeralp','BETTMERALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3090,'35467','Bettolle','BETTOLLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3091,'10909','Bettystown','BETTYSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3092,'44206','Betul','BETUL',NULL,'','India','',0,0,101,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3093,'14456','Betuwe - Lower Rhine','BETUWE - LOWER RHINE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3094,'40238','Betws Garmon','BETWS GARMON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3095,'6918','Betws-y-coed','BETWS-Y-COED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3096,'27181','Betzendorf','BETZENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3097,'21991','Beulah','BEULAH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3098,'6149','Beuvry','BEUVRY',NULL,'','France','',0,0,76,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3099,'11625','Bevagna','BEVAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3100,'40088','Bevaix','BEVAIX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3101,'24715','Beveren','BEVEREN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3102,'27333','Bevergern','BEVERGERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3103,'7613','Beverley','BEVERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3104,'21314','Beverly','BEVERLY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3105,'23136','Bevers','BEVERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3106,'27334','Beverungen','BEVERUNGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3107,'40783','Bevilacqua','BEVILACQUA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3108,'7614','Bewdley','BEWDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3109,'23137','Bex','BEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3110,'7615','Bexhill','BEXHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3111,'29258','Bexley','BEXLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3112,'7616','Bexley','BEXLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3113,'7617','Bexleyheath','BEXLEYHEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3114,'17282','Beylerbeyi','BEYLERBEYI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3115,'37469','Beylikduzu','BEYLIKDUZU',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3116,'43967','Beynat','BEYNAT',NULL,'','France','',0,0,76,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3117,'6583','Beynost','BEYNOST',NULL,'','France','',0,0,76,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3118,'17198','Beyoglu - Taksim','BEYOGLU - TAKSIM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3119,'10498','Beypore','BEYPORE',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3120,'5797','Bezancourt','BEZANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3121,'24512','Bezau','BEZAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3122,'4933','Beziers','BEZIERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3123,'4670','Bezons','BEZONS',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3124,'15047','Bhadrapur','BHADRAPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3125,'15048','Bhairahawa','BHAIRAHAWA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3126,'15049','Bhaktapur','BHAKTAPUR',NULL,'','Nepal','Bhaktapur',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3127,'13552','Bhamdoun','BHAMDOUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3128,'42067','Bhamo','BHAMO',NULL,'','Myanmar','',0,0,150,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3129,'15050','Bharatpur','BHARATPUR',NULL,'','Nepal','Travel Packages to Bharatpur | Bharatpur Tour Pack',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3130,'10499','Bharatpur','BHARATPUR',NULL,'','India','Travel Packages to Bharatpur | Bharatpur Tour Pack',2,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3131,'40804','Bharuch','BHARUCH',NULL,'','India','Bharuch',16,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3132,'10500','Bhatinda','BHATINDA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3133,'10632','Bhavnagar','BHAVNAGAR',NULL,'','India','Bhavnagar',16,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3134,'39614','Bhedaghat','BHEDAGHAT',NULL,'','India','Bhedaghat',15,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3135,'40682','Bheeramballi','BHEERAMBALLI',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3136,'42613','Bhenswara','BHENSWARA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3137,'37655','Bhijhariya','BHIJHARIYA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3138,'37615','Bhimtal','BHIMTAL',NULL,'','India','Bhimtal',9,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3139,'10648','Bhopal','BHOPAL',NULL,'','India','Bhopal',15,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3141,'10392','Bhubaneswar','BHUBANESWAR',NULL,'','India','',8,0,101,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3142,'10633','Bhuj','BHUJ',NULL,'','India','Bhuj',16,0,101,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3143,'15294','Bhurban','BHURBAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3144,'25254','Bhutan city','BHUTAN',NULL,'','Bhutan','',0,0,25,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3145,'10307','Biak','BIAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3146,'39922','Biala Piska','BIALA PISKA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3147,'26099','Bialet Masse','BIALET MASSE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3148,'15690','Bialobrzegi','BIALOBRZEGI',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3149,'15606','Bialowieza','BIALOWIEZA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3150,'15719','Bialystok','BIALYSTOK',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3151,'11626','Biandronno','BIANDRONNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3152,'3740','Biar','BIAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3153,'5152','Biarritz','BIARRITZ',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3154,'6071','Biars-sur-cere','BIARS-SUR-CERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3155,'5153','Bias','BIAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3156,'23138','Biasca','BIASCA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3157,'37678','Biatorbagy','BIATORBAGY',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3158,'11627','Bibbiena','BIBBIENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3159,'11628','Bibbona','BIBBONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3160,'103','Biberach An Der Riss','BIBERACH AN DER RISS',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3161,'24447','Biberwier','BIBERWIER',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3162,'12874','Bibione','BIBIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3163,'42142','Biboohra','BIBOOHRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3164,'7618','Bibury','BIBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3165,'7619','Bicester','BICESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3166,'26827','Bicheno','BICHENO',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3167,'6919','Bicker Bar','BICKER BAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3168,'26187','Bickerton Island','BICKERTON ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3169,'33303','Bicknell','BICKNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3170,'39047','Bidadi','BIDADI',NULL,'','India','',0,0,101,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3171,'5154','Bidarray','BIDARRAY',NULL,'','France','',0,0,76,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3172,'5155','Bidart','BIDART',NULL,'','France','',0,0,76,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3173,'21832','Biddeford','BIDDEFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3174,'7620','Biddenden','BIDDENDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3175,'7621','Bideford','BIDEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3176,'37750','Bidegoyan','BIDEGOYAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3177,'404','Biedenkopf','BIEDENKOPF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3178,'40507','Biederbach','BIEDERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3179,'23448','Biel','BIEL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3180,'39584','Bielawa','BIELAWA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3181,'7622','Bieldside','BIELDSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3182,'27335','Bielefeld','BIELEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3183,'11629','Biella','BIELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3184,'3317','Bielsa','BIELSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3185,'15608','Bielsko-biala','BIELSKO-BIALA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3186,'44287','Bien Hoa','BIEN HOA',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3187,'11630','Bientina','BIENTINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3188,'24411','Bierbaum','BIERBAUM',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3189,'3318','Bierge','BIERGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3190,'105','Bierhuette','BIERHUETTE',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3191,'611','Biersdorf','BIERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3192,'3319','Biescas','BIESCAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3193,'612','Biesdorf','BIESDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3194,'4671','Bievres','BIEVRES',NULL,'','France','',0,0,76,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3195,'21994','Big Bay','BIG BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3196,'34449','Big Trout Lake','BIG TROUT LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:07','1900-01-01 00:00:00',1,0,1),(3197,'5156','Biganos','BIGANOS',NULL,'','France','',0,0,76,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3198,'27938','Bigfork','BIGFORK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3199,'22939','Biggar','BIGGAR',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3200,'7623','Biggar','BIGGAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3201,'26660','Biggera Waters','BIGGERA WATERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3202,'7624','Biggin Hill','BIGGIN HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3203,'7625','Biggleswade','BIGGLESWADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3204,'29619','Biggs Junction','BIGGS JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3205,'44207','Bigha','BIGHA',NULL,'','India','',0,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3206,'42345','Biguglia','BIGUGLIA',NULL,'','France','',0,0,76,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3207,'40073','Bihac','BIHAC',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3208,'42607','Bijapur','BIJAPUR',NULL,'','India','Bijapur',17,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3209,'10669','Bikaner','BIKANER',NULL,'','India','Bikaner',2,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3210,'14147','Bikini Atoll','BIKINI ATOLL',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3211,'37229','Bílá Tremesná','BÍLÁ TREMESNÁ',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3212,'10501','Bilaspur','BILASPUR',NULL,'','India','',0,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3213,'3701','Bilbao','BILBAO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3214,'35036','Bilbao-baracaldo','BILBAO-BARACALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3215,'35080','Bilbao-santurce','BILBAO-SANTURCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3216,'7626','Bilbrough','BILBROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3217,'11019','Bildudalur','BILDUDALUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3218,'17264','Bilecik','BILECIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3219,'5157','Billere','BILLERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3220,'21315','Billerica','BILLERICA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3221,'9255','Billesley','BILLESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3222,'5517','Billiers','BILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3223,'27939','Billings','BILLINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3224,'7627','Billingshurst','BILLINGSHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3225,'7628','Billington','BILLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3226,'378','Billstedt','BILLSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3227,'2115','Billum','BILLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3228,'2256','Billund','BILLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3229,'26384','Biloela','BILOELA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3230,'27830','Biloxi','BILOXI',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3231,'34100','Bilpin','BILPIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3232,'10347','Bima','BIMA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3233,'24849','Bimini','BIMINI',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3234,'15529','Binangonan','BINANGONAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3235,'11631','Binasco','BINASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3236,'106','Bindlach','BINDLACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3237,'2116','Bindslev','BINDSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3238,'38247','Bine El Ouidane','BINE EL OUIDANE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3239,'7629','Binfield','BINFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3240,'107','Bingen','BINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3241,'7630','Bingham','BINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3242,'21833','Bingham','BINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3243,'28639','Binghamton','BINGHAMTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3244,'7631','Bingley','BINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3245,'17265','Bingol','BINGOL',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3246,'38419','Binic','BINIC',NULL,'','France','',0,0,76,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3247,'2534','Binissaida','BINISSAIDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3248,'2535','Binissalem','BINISSALEM',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3249,'108','Binnenland','BINNENLAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3250,'23139','Binningen','BINNINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3251,'37249','Binsar','BINSAR',NULL,'','India','',0,0,101,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3252,'1761','Bintan','BINTAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3253,'14374','Bintulu','BINTULU',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3254,'36041','Binz','BINZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3255,'32637','Binza','BINZA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3256,'39948','Binzen','BINZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3257,'43818','Binzhou','BINZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3258,'10008','Biograd Na Moru','BIOGRAD NA MORU',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3259,'6394','Biot','BIOT',NULL,'','France','',0,0,76,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3260,'17150','Bir El Bey','BIR EL BEY',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3261,'15051','Biratnagar','BIRATNAGAR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3262,'7632','Birch','BIRCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3263,'17571','Birch Creek','BIRCH CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3264,'31698','Birchwood','BIRCHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3265,'29825','Bird In Hand','BIRD IN HAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3266,'16913','Bird Island','BIRD ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3267,'7633','Birdlip','BIRDLIP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3268,'25582','Birds Hill','BIRDS HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3269,'29826','Birdsboro','BIRDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3270,'26385','Birdsville','BIRDSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3271,'38109','Birgitz','BIRGITZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3272,'42637','Birigui','BIRIGUI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3273,'2271','Birk','BIRK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3274,'7634','Birkenhead','BIRKENHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3275,'15090','Birkenhead','BIRKENHEAD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3276,'756','Birkenwerder','BIRKENWERDER',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3277,'2168','Birkerod','BIRKEROD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3278,'23140','Birmensdorf','BIRMENSDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3279,'7635','Birmingham','BIRMINGHAM',NULL,'','United Kingdom','Birmingham ',0,0,229,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3280,'17840','Birmingham','BIRMINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3281,'10919','Birr','BIRR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3282,'24227','Birri','BIRRI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3283,'23141','Birsfelden','BIRSFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3284,'40628','Birstonas','BIRSTONAS',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3285,'7636','Birtley','BIRTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3286,'16387','Biryulevo','BIRYULEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3287,'18106','Bisbee','BISBEE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3288,'4963','Biscarrosse','BISCARROSSE',NULL,'','France','',0,0,76,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3289,'11632','Bisceglie','BISCEGLIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3290,'39666','Bischofsgrun','BISCHOFSGRUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3291,'37590','Bischwihr','BISCHWIHR',NULL,'','France','',0,0,76,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3292,'33778','Biscoe','BISCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3293,'16487','Bisha','BISHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3294,'13446','Bishkek','BISHKEK',NULL,'','Kyrgyzstan','',0,0,117,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3295,'32437','Bisho','BISHO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3296,'18315','Bishop','BISHOP',NULL,'','United States','',0,0,231,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3297,'7637','Bishop Auckland','BISHOP AUCKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3298,'15091','Bishopdale','BISHOPDALE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3299,'40377','Bishops Castle','BISHOPS CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3300,'6922','Bishop\'s Stortford','BISHOP\'S STORTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3301,'32438','Bishopscourt','BISHOPSCOURT',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3302,'7638','Bishopsteignton','BISHOPSTEIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3303,'37932','Bishopston','BISHOPSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3304,'7639','Bishopstone','BISHOPSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3305,'7640','Bishopton','BISHOPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3306,'30293','Bishopville','BISHOPVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3307,'38778','Biskra','BISKRA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3308,'15499','Bislig','BISLIG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3309,'17988','Bismarck','BISMARCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3310,'40187','Bispingen','BISPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3311,'9392','Bissau','BISSAU',NULL,'','Guinea-Bissau','',0,0,93,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3312,'27182','Bissendorf','BISSENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3313,'23142','Bissone','BISSONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3314,'36616','Bistrita','BISTRITA',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3315,'6837','Bitam','BITAM',NULL,'','Gabon','',0,0,80,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3316,'613','Bitburg','BITBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3317,'40071','Bitche','BITCHE',NULL,'','France','',0,0,76,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3318,'17268','Bitlis','BITLIS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3319,'38412','Bitonto','BITONTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3320,'1872','Bitterfeld','BITTERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3321,'109','Bitterfeld-wolfen','BITTERFELD-WOLFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3322,'11633','Bitti','BITTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3323,'11634','Bivigliano','BIVIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3324,'23143','Bivio','BIVIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3325,'22321','Biwabik','BIWABIK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3326,'32879','Bixby','BIXBY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3327,'5895','Bize-minervois','BIZE-MINERVOIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3328,'17166','Bizerte','BIZERTE',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3329,'14791','Bjerke','BJERKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3330,'14792','Bjerkvik','BJERKVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3331,'2336','Bjerringbro','BJERRINGBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3332,'40736','Bjuv','BJUV',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3333,'7641','Blaby','BLABY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3334,'6923','Black Bourton','BLACK BOURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3335,'29620','Black Butte Ranch','BLACK BUTTE RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3336,'1351','Black Forest','BLACK FOREST',NULL,'','GERMANY','',38,0,83,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3337,'25698','Black Point','BLACK POINT',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3338,'43644','Black River','BLACK RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3339,'17134','Black Rock','BLACK ROCK',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3340,'25248','Black Rock','BLACK ROCK',NULL,'','Barbados','',0,0,19,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3341,'1188','Black Sea Coast','BLACK SEA COAST',NULL,'','ROMANIA','',0,0,179,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3342,'26386','Blackall','BLACKALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3343,'7642','Blackawton','BLACKAWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3344,'6924','Blackbeck','BLACKBECK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3345,'7643','Blackburn','BLACKBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3346,'26188','Blackburn','BLACKBURN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3347,'26661','Blackbutt','BLACKBUTT',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3348,'25395','Blackcomb - Upper Village','BLACKCOMB - UPPER VILLAGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3349,'22322','Blackduck','BLACKDUCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3350,'20331','Blackfoot','BLACKFOOT',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3351,'32993','Blackhawk','BLACKHAWK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3352,'34101','Blackheath','BLACKHEATH',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3353,'32553','Blackheath','BLACKHEATH',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3354,'7644','Blackpool','BLACKPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3355,'1187','Blackpool','BLACKPOOL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3356,'26662','Blacks Beach','BLACKS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3357,'31044','Blacksburg','BLACKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3358,'38635','Blackshear','BLACKSHEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3359,'31046','Blackstone','BLACKSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3360,'34102','Blacktown','BLACKTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3361,'7645','Blackwater','BLACKWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3362,'26387','Blackwater','BLACKWATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3363,'7646','Blackwaterfoot','BLACKWATERFOOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3364,'32880','Blackwell','BLACKWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3365,'19713','Blackwells','BLACKWELLS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3366,'28203','Blackwood','BLACKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3367,'37626','Blackwood','BLACKWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3368,'42369','Bladel','BLADEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3369,'21644','Bladensburg','BLADENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3370,'4151','Blagnac','BLAGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3371,'34856','Blagoevgrad','BLAGOEVGRAD',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3372,'16254','Blagoveschensk','BLAGOVESCHENSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3373,'22323','Blaine','BLAINE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3374,'25955','Blainville','BLAINVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3375,'39857','Blainville-sur-mer','BLAINVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3376,'28103','Blair','BLAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3377,'26361','Blair Athol','BLAIR ATHOL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3378,'7647','Blair Atholl','BLAIR ATHOLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3379,'7648','Blairgowrie','BLAIRGOWRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3380,'25275','Blairmore','BLAIRMORE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3381,'18316','Blairsden','BLAIRSDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3382,'18317','Blairsden-graeagle','BLAIRSDEN-GRAEAGLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3383,'28204','Blairstown','BLAIRSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3384,'19714','Blairsville','BLAIRSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3385,'5441','Blaisy-bas','BLAISY-BAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3386,'16211','Blaj','BLAJ',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3387,'34103','Blakehurst','BLAKEHURST',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3388,'34714','Blakeland','BLAKELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3389,'19715','Blakely','BLAKELY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3390,'7649','Blakeney','BLAKENEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3391,'29829','Blakeslee','BLAKESLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3392,'25956','Blanc Sablon','BLANC SABLON',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3393,'20332','Blanchard','BLANCHARD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3394,'10829','Blanchardstown','BLANCHARDSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3395,'26445','Blanche Town','BLANCHE TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3396,'42907','Blanchetown','BLANCHETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3397,'7650','Blanchland','BLANCHLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3398,'31047','Bland','BLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3399,'21316','Blandford','BLANDFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3400,'7651','Blandford Forum','BLANDFORD FORUM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3401,'33304','Blanding','BLANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3402,'33780','Blands','BLANDS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3403,'2463','Blanes','BLANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3404,'24721','Blankenberge','BLANKENBERGE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3405,'757','Blankenfelde','BLANKENFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3406,'5158','Blanquefort','BLANQUEFORT',NULL,'','France','',0,0,76,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3407,'17989','Blanton','BLANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3408,'14274','Blantyre','BLANTYRE',NULL,'','Malawi','',0,0,131,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3409,'10801','Blarney','BLARNEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3410,'28641','Blasdell','BLASDELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3411,'23144','Blatten','BLATTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3412,'22507','Blaubeuren','BLAUBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3413,'111','Blaustein','BLAUSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3414,'28643','Blauvelt','BLAUVELT',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3415,'7652','Blaydon On Tyne','BLAYDON ON TYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3416,'40495','Blaye','BLAYE',NULL,'','France','',0,0,76,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3417,'16627','Bled','BLED',NULL,'','Slovenia','Bled',0,0,192,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3418,'40405','Bledington','BLEDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3419,'22508','Bleibach','BLEIBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3420,'43756','Bleiburg','BLEIBURG',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3421,'16662','Blekinge','BLEKINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3422,'15068','Blenheim','BLENHEIM',NULL,'','New Zealand','Blenheim',0,0,157,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3423,'34450','Blenheim','BLENHEIM',NULL,'','Canada','Blenheim',0,0,39,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3424,'10709','Blessington','BLESSINGTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3425,'43795','Blind Bay','BLIND BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3426,'20333','Bliss','BLISS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3427,'21998','Blissfield','BLISSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3428,'35351','Blitar','BLITAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3429,'30241','Block Island','BLOCK ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3430,'7653','Blockley','BLOCKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3431,'32543','Bloemfontein','BLOEMFONTEIN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3432,'5622','Blois','BLOIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3433,'39232','Blokzijl','BLOKZIJL',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3434,'39438','Blomberg','BLOMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3435,'2186','Blommenslyst','BLOMMENSLYST',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3436,'5994','Blond','BLOND',NULL,'','France','',0,0,76,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3437,'11004','Blonduos','BLONDUOS',NULL,'','Iceland','Blonduos',0,0,100,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3438,'25583','Bloodvein','BLOODVEIN',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3439,'31700','Bloomer','BLOOMER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3440,'26663','Bloomfield','BLOOMFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3441,'28205','Bloomfield','BLOOMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3442,'34452','Bloomfield','BLOOMFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3443,'20452','Bloomingdale','BLOOMINGDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3444,'20453','Bloomington','BLOOMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3445,'29830','Bloomsburg','BLOOMSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3446,'7654','Bloomsbury','BLOOMSBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3447,'43808','Blossom Village','BLOSSOM VILLAGE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3448,'5046','Blotzheim','BLOTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3449,'32393','Bloubergstrand','BLOUBERGSTRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3450,'36713','Bloudan','BLOUDAN',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3451,'826','Blowatz','BLOWATZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3452,'25861','Blowing Point','BLOWING POINT',NULL,'','Anguilla','',0,0,7,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3453,'33781','Blowing Rock','BLOWING ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3454,'24513','Bludenz','BLUDENZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3455,'7655','Blue Anchor','BLUE ANCHOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3456,'29259','Blue Ash','BLUE ASH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3457,'14251','Blue Bay','BLUE BAY',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3458,'16943','Blue Hills','BLUE HILLS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:42:26','1900-01-01 00:00:00',1,0,1),(3459,'34104','Blue Mountains','BLUE MOUNTAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:26','1900-01-01 00:00:00',1,0,1),(3460,'25396','Blue River','BLUE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3461,'31048','Bluefield','BLUEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3462,'32439','Bluewater Bay','BLUEWATER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3463,'43631','Bluff','BLUFF',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3464,'33305','Bluff','BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3465,'29261','Bluffton','BLUFFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3466,'22509','Blumberg','BLUMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3467,'25176','Blumenau','BLUMENAU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3468,'7656','Blunsdon','BLUNSDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3469,'42962','Blyth','BLYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3470,'18320','Blythe','BLYTHE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3471,'17990','Blytheville','BLYTHEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3472,'30296','Blythewood','BLYTHEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3473,'43965','Bmbk','BMBK',NULL,'','France','',0,0,76,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3474,'14793','Bo','BO',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3475,'41205','Bo Phut','BO PHUT',NULL,'','Thailand','',0,0,215,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3476,'25173','Boa Vista','BOA VISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3477,'24141','Boa Vista','BOA VISTA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3478,'2982','Boadilla Del Monte','BOADILLA DEL MONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3479,'29832','Boalsburg','BOALSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3480,'42896','Boao','BOAO',NULL,'','China','',0,0,46,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3481,'23985','Bo\'ao','BO\'AO',NULL,'','China','',0,0,46,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3482,'29262','Boardman','BOARDMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3483,'11635','Boario Terme','BOARIO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3484,'26828','Boat Harbour','BOAT HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3485,'7657','Boat Of Garten','BOAT OF GARTEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3486,'15950','Boaventura','BOAVENTURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3487,'17843','Boaz','BOAZ',NULL,'','United States','',0,0,231,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3488,'4672','Bobigny','BOBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3489,'22719','Bobingen','BOBINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3490,'2054','Böblingen','BÖBLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3491,'24748','Bobo Dioulasso','BOBO DIOULASSO',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3492,'3655','Boboras','BOBORAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3493,'26134','Boca','BOCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3494,'2363','Boca Chica','BOCA CHICA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3495,'3435','Boca De Huergano','BOCA DE HUERGANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3496,'43982','Boca De Sabalos','BOCA DE SABALOS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3497,'13791','Boca Del Rio','BOCA DEL RIO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3498,'19273','Boca Grande','BOCA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3499,'43206','Bocairent','BOCAIRENT',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3500,'3741','Bocairente','BOCAIRENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3501,'15346','Bocas Del Toro','BOCAS DEL TORO',NULL,'','Panama','',0,0,169,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3502,'11131','Bocca Di Magra','BOCCA DI MAGRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3503,'35471','Boccheggiano','BOCCHEGGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3504,'11636','Bocenago','BOCENAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3505,'15685','Bochnia','BOCHNIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3506,'38766','Bocholt','BOCHOLT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3507,'2034','Bochum','BOCHUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3508,'27183','Bockenem','BOCKENEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3509,'22720','Bockhorn','BOCKHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3510,'1823','Bodega','BODEGA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3511,'14708','Bodegraven','BODEGRAVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3512,'7658','Bodelwyddan','BODELWYDDAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3513,'16749','Boden','BODEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3514,'22721','Bodenmais','BODENMAIS',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3515,'27069','Bodensdorf','BODENSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3517,'40840','Bodhgaya','BODHGAYA',NULL,'','India','',0,0,101,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3518,'27336','Bodingen','BODINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3519,'7659','Bodmin','BODMIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3520,'14913','Bodo','BODO',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3521,'17337','Bodrum','BODRUM',NULL,'','Turkey','Bodrum',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3522,'36805','Bodrum-gumbet','BODRUM-GUMBET',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3523,'36803','Bodrum-ortakent','BODRUM-ORTAKENT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3524,'36812','Bodrum-turgutreis','BODRUM-TURGUTREIS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3525,'36813','Bodrum-yaliciftlik','BODRUM-YALICIFTLIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3526,'13722','Boduhuraa','BODUHURAA',NULL,'','Maldives','',0,0,133,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3527,'37915','Bodyke','BODYKE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3528,'5159','Boe','BOE',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3529,'39792','Boebingen','BOEBINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3530,'112','Boeblingen','BOEBLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3531,'5160','Boeil-bezing','BOEIL-BEZING',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3532,'14744','Boekelo','BOEKELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3533,'4153','Boën','BOËN',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3534,'32625','Boende','BOENDE',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3535,'30479','Boerne','BOERNE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3536,'39811','Boffalora Sopra Ticino','BOFFALORA SOPRA TICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3537,'16710','Bofors','BOFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3538,'19718','Bogart','BOGART',NULL,'','United States','',0,0,231,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3539,'40111','Bogazici','BOGAZICI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3540,'22722','Bogen','BOGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3541,'2187','Bogense','BOGENSE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3542,'37334','Bogliasco','BOGLIASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3543,'39691','Bogno','BOGNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3544,'7660','Bognor Regis','BOGNOR REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3545,'10281','Bogor','BOGOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3546,'35369','Bogor-puncak','BOGOR-PUNCAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3547,'24078','Bogota','BOGOTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3548,'28647','Bohemia','BOHEMIA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3549,'43347','Bohinj','BOHINJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3550,'16628','Bohinjska Bela','BOHINJSKA BELA',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3551,'16621','Bohinjsko Jezero','BOHINJSKO JEZERO',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3552,'27337','Bohlen','BOHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3553,'38650','Bohmstedt','BOHMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3554,'1997','Bohnsdorf','BOHNSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3555,'36547','Bohol','BOHOL',NULL,'','Philippines','Bohol',0,0,173,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3556,'40627','Bohoyo','BOHOYO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3557,'41387','Boi','BOI',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3558,'28648','Boiceville','BOICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3559,'26189','Boigu Island','BOIGU ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3560,'29833','Boiling Springs','BOILING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3561,'41979','Boipeba','BOIPEBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3562,'22001','Bois Blanc Island','BOIS BLANC ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3563,'43143','Bois De Boulogne','BOIS DE BOULOGNE',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3564,'25957','Bois-chatel','BOIS-CHATEL',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3565,'4673','Bois-colombes','BOIS-COLOMBES',NULL,'','France','',0,0,76,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3566,'20334','Boise','BOISE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3567,'5798','Bois-guillaume','BOIS-GUILLAUME',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3568,'5623','Boismorand','BOISMORAND',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3569,'5624','Boisseaux','BOISSEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3570,'38306','Boisset','BOISSET',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3571,'43969','Boissy-saint-leger','BOISSY-SAINT-LEGER',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3572,'4154','Boissy-saint-léger','BOISSY-SAINT-LÉGER',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3573,'27184','Bokel','BOKEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3574,'42292','Bokissa Island','BOKISSA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3575,'10220','Bokondini','BOKONDINI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3576,'37776','Bokong','BOKONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3577,'32381','Boksburg','BOKSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3578,'9983','Bol','BOL',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3579,'26168','Bolans','BOLANS',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3580,'5799','Bolbec','BOLBEC',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3581,'7661','Boldon','BOLDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3582,'4008','Bole','BOLE',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3583,'15630','Boleslawiec','BOLESLAWIEC',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3584,'35473','Bolgheri','BOLGHERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3585,'44253','Bolifushi Island','BOLIFUSHI ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3586,'42940','Bolinao','BOLINAO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3587,'18322','Bolinas','BOLINAS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3588,'20456','Bolingbrook','BOLINGBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3589,'15920','Boliqueime','BOLIQUEIME',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3590,'27585','Bolivar','BOLIVAR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3591,'24939','Bolivia','BOLIVIA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3592,'11637','Bollate','BOLLATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3593,'614','Bollendorf','BOLLENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3594,'6395','Bollene','BOLLENE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3595,'6150','Bollezeele','BOLLEZEELE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3596,'16696','Bollnas','BOLLNAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3597,'3192','Bollullos De La Mitacion','BOLLULLOS DE LA MITACION',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3598,'6756','Bollwiller','BOLLWILLER',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3599,'7662','Bolney','BOLNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3600,'12715','Bologna','BOLOGNA',NULL,'','Italy','Bologna',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3601,'35444','Bologna-castel Maggi','BOLOGNA-CASTEL MAGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3602,'39238','Bolognetta','BOLOGNETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3603,'43737','Bolpur','BOLPUR',NULL,'','India','',0,0,101,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3604,'5896','Bolquere','BOLQUERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3605,'11638','Bolsena','BOLSENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3606,'3320','Boltana','BOLTANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3607,'827','Boltenhagen','BOLTENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3608,'40044','Boltiere','BOLTIERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3609,'23145','Boltigen','BOLTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3610,'7663','Bolton','BOLTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3611,'1193','Bolton','BOLTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3612,'28649','Bolton Landing','BOLTON LANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3613,'17272','Bolu','BOLU',NULL,'','Turkey','Bolu',0,0,222,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3614,'3522','Bolvir','BOLVIR',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3615,'12862','Bolzano','BOLZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3616,'15793','Bom Jesus Do Monte','BOM JESUS DO MONTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3617,'32626','Boma','BOMA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3618,'34105','Bomaderry','BOMADERRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3619,'41667','Bombarral','BOMBARRAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3620,'972','Bombinhas','BOMBINHAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3621,'31299','Bomoseen','BOMOSEEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3622,'14999','Bon','BON',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3623,'25276','Bon Accord','BON ACCORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3624,'23146','Bonaduz','BONADUZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3625,'25886','Bonaire','BONAIRE',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3626,'405','Bonames','BONAMES',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3627,'40171','Bonassola','BONASSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3628,'39715','Bonate Sopra','BONATE SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3629,'19275','Bonaventure','BONAVENTURE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3630,'25958','Bonaventure','BONAVENTURE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3631,'24669','Boncelles','BONCELLES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3632,'6216','Bonchamp-les-laval','BONCHAMP-LES-LAVAL',NULL,'','France','',0,0,76,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3633,'7665','Bonchurch','BONCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3634,'26640','Bond Springs','BOND SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3635,'34106','Bondi','BONDI',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3636,'6151','Bondues','BONDUES',NULL,'','France','',0,0,76,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3637,'31300','Bondville','BONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3638,'37818','Bonefro','BONEFRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3639,'25020','Bonfim','BONFIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3640,'30480','Bonham','BONHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3641,'24605','Bonheiden','BONHEIDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3642,'5761','Bonifacio','BONIFACIO',NULL,'','France','',0,0,76,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3643,'11639','Bonifati','BONIFATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3644,'19276','Bonifay','BONIFAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3645,'23147','Bonigen','BONIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3646,'18323','Bonita','BONITA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3647,'25072','Bonito','BONITO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3648,'27338','Bonn','BONN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3649,'5995','Bonnat','BONNAT',NULL,'','France','',0,0,76,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3650,'22510','Bonndorf','BONNDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3651,'27586','Bonne Terre','BONNE TERRE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3652,'113','Bonneberg','BONNEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3653,'21030','Bonner Springs','BONNER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3654,'20337','Bonners Ferry','BONNERS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3655,'5135','Bonneuil Sur Marne','BONNEUIL SUR MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3656,'43971','Bonneuil-en-france','BONNEUIL-EN-FRANCE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3657,'41577','Bonneuil-sur-marne','BONNEUIL-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3658,'5766','Bonnevaux-le-prieure','BONNEVAUX-LE-PRIEURE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3659,'5372','Bonneville-la-louvet','BONNEVILLE-LA-LOUVET',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3660,'6396','Bonnieux','BONNIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3661,'39020','Bonnya','BONNYA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3662,'7666','Bonnyrigg','BONNYRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3663,'25277','Bonnyville','BONNYVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3664,'5625','Bono','BONO',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3665,'7667','Bonsall','BONSALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3666,'18324','Bonsall','BONSALL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3667,'5800','Bonsecours','BONSECOURS',NULL,'','France','',0,0,76,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3668,'24969','Bonsucesso','BONSUCESSO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3669,'42791','Bontang','BONTANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3670,'6931','Bontddu','BONTDDU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3671,'7668','Bontnewydd','BONTNEWYDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3672,'34107','Bonville','BONVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3673,'10111','Bonyhad','BONYHAD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3674,'3119','Boo','BOO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3675,'7669','Bookham','BOOKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3676,'33783','Boone','BOONE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3677,'27832','Booneville','BOONEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3678,'28650','Boonville','BOONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3679,'10830','Booterstown','BOOTERSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3680,'21835','Boothbay','BOOTHBAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3681,'39847','Boothville','BOOTHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3682,'7670','Bootle','BOOTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3683,'114','Boppard','BOPPARD',NULL,'','Germany','Boppard',54,0,83,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3684,'15738','Boqueron','BOQUERON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3685,'15347','Boquete','BOQUETE',NULL,'','Panama','',0,0,169,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3686,'16114','Bora Bora','BORA BORA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3687,'15441','Boracay','BORACAY',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3688,'16880','Boras','BORAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3689,'25028','Borba','BORBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3690,'12875','Borca Di Cadore','BORCA DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3691,'28206','Bordentown','BORDENTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3692,'7671','Bordesley','BORDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3693,'11640','Bordighera','BORDIGHERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3694,'39246','Bordj Badji Mokhtar','BORDJ BADJI MOKHTAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3695,'6323','Bords','BORDS',NULL,'','France','',0,0,76,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3696,'7672','Borehamwood','BOREHAMWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3697,'2417','Borg El Arab','BORG EL ARAB',NULL,'','Egypt','',0,0,65,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3698,'10968','Borgarfjordur Eystri','BORGARFJORDUR EYSTRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3699,'11010','Borgarnes','BORGARNES',NULL,'','Iceland','Borgarnes',0,0,100,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3700,'1557','Borgaro','BORGARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3701,'30481','Borger','BORGER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3702,'14493','Borger','BORGER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3703,'828','Borgerende-rethwisch','BORGERENDE-RETHWISCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3704,'16727','Borgholm','BORGHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3705,'38724','Borgia','BORGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3706,'38032','Borglum','BORGLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3707,'4674','Borgo','BORGO',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3708,'41017','Borgo S Lorenzo','BORGO S LORENZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3709,'11643','Borgomale','BORGOMALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3710,'40442','Borgomanero','BORGOMANERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3711,'39297','Borispol','BORISPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3712,'17141','Borj Cedria','BORJ CEDRIA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3713,'27185','Borkum','BORKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3714,'16738','Borlange','BORLANGE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3715,'1601','Bormes Les Mimosas','BORMES LES MIMOSAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3716,'6397','Bormes-les-mimosas','BORMES-LES-MIMOSAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3717,'11644','Bormio','BORMIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3718,'3193','Bormujos','BORMUJOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3719,'14567','Born','BORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3720,'1787','Borneo Highlands','BORNEO HIGHLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3721,'406','Bornheim','BORNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3722,'2117','Bornholm','BORNHOLM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3723,'10294','Borobudur','BOROBUDUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3724,'26388','Bororen','BOROREN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3725,'7673','Boroughbridge','BOROUGHBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3726,'24811','Borovets','BOROVETS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3727,'2257','Borre','BORRE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3728,'18326','Borrego Springs','BORREGO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3729,'11645','Borrello','BORRELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3730,'11646','Borro','BORRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3731,'26373','Borroloola','BORROLOOLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3732,'36615','Bors','BORS',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3733,'4157','Bort-l Etang','BORT-L ETANG',NULL,'','France','',0,0,76,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3734,'5996','Bort-les-orgues','BORT-LES-ORGUES',NULL,'','France','',0,0,76,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3735,'3957','Bortre Tolo','BORTRE TOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3736,'42770','Borxbourne','BORXBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3737,'11647','Borzonasca','BORZONASCA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3738,'14624','Bos En Lommer','BOS EN LOMMER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3739,'11648','Bosa','BOSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3740,'24131','Bosa','BOSA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3741,'7674','Boscastle','BOSCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3742,'39899','Boscawen','BOSCAWEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3743,'14677','Bosch En Duin','BOSCH EN DUIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3744,'11649','Bosco','BOSCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3745,'22999','Bosco Luganese','BOSCO LUGANESE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3746,'31701','Boscobel','BOSCOBEL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3747,'13094','Boscobel','BOSCOBEL',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3748,'7675','Boscombe','BOSCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3749,'40408','Boscotrecase','BOSCOTRECASE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3750,'27186','Bosen','BOSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3751,'39102','Bosham','BOSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3752,'32513','Boshoek','BOSHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3753,'36714','Bosra','BOSRA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3754,'14591','Bosschenhoofd','BOSSCHENHOOFD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3755,'38769','Bossico','BOSSICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3756,'21173','Bossier City','BOSSIER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3757,'2536','Bossost','BOSSOST',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3758,'17259','Bostanci','BOSTANCI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3759,'31049','Boston','BOSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3760,'9320','Boston','BOSTON',NULL,'','United Kingdom','Boston',0,0,229,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3761,'25015','Botafogo','BOTAFOGO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3762,'34108','Botany','BOTANY',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3763,'3523','Botarell','BOTARELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3764,'3958','Botby','BOTBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3765,'31445','Bothell','BOTHELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3766,'40753','Bothwell','BOTHWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3767,'29265','Botkins','BOTKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3768,'7676','Botley','BOTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3769,'36617','Botosani','BOTOSANI',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3770,'25267','Botswana','BOTSWANA',NULL,'','Botswana','',0,0,28,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3771,'28047','Bottineau','BOTTINEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3772,'16944','Bottle Creek','BOTTLE CREEK',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3773,'27339','Bottrop','BOTTROP',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3774,'42638','Botucatu','BOTUCATU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3775,'43566','Bou Saada','BOU SAADA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3776,'4974','Bouaye','BOUAYE',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3777,'43095','Bouc Bel Air','BOUC BEL AIR',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3778,'25959','Boucherville','BOUCHERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3779,'4158','Bouches Du Rhône','BOUCHES DU RHÔNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3780,'42694','Bouctouche','BOUCTOUCHE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3781,'23148','Boudevilliers','BOUDEVILLIERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3782,'15033','Boudha','BOUDHA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3783,'37501','Boufflers','BOUFFLERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3784,'7677','Boughton','BOUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3785,'4675','Bougival','BOUGIVAL',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3786,'4975','Bouguenais','BOUGUENAIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3787,'5442','Bouilland','BOUILLAND',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3788,'9377','Bouillante','BOUILLANTE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3789,'24693','Bouillon','BOUILLON',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3790,'9442','Boukari','BOUKARI',NULL,'','Greece','',0,0,86,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3791,'24042','Boukiero','BOUKIERO',NULL,'','Congo','',0,0,51,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3792,'4902','Boulazac','BOULAZAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3793,'6398','Boulbon','BOULBON',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3794,'27941','Boulder','BOULDER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3795,'38487','Boulder','BOULDER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3796,'18329','Boulevard','BOULEVARD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3797,'26389','Boulia','BOULIA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3798,'5161','Bouliac','BOULIAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3799,'4676','Boulogne-billancourt','BOULOGNE-BILLANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3800,'4159','Boulogne-sur-mer','BOULOGNE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3801,'41901','Bouloupari','BOULOUPARI',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3802,'6399','Boulouris-sur-mer','BOULOURIS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3803,'40549','Boumalne Dades','BOUMALNE DADES',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3804,'17572','Boundary','BOUNDARY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3805,'24043','Boundji','BOUNDJI',NULL,'','Congo','',0,0,51,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3806,'33307','Bountiful','BOUNTIFUL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3807,'42656','Bourail','BOURAIL',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3808,'4160','Bourbon Lancy','BOURBON LANCY',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3809,'43975','Bourbon-lancy','BOURBON-LANCY',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3810,'39960','Bourbon-larchambault','BOURBON-LARCHAMBAULT',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3811,'20457','Bourbonnais','BOURBONNAIS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3812,'5713','Bourbonne-les-bains','BOURBONNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3813,'5162','Bourdeilles','BOURDEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3814,'21174','Bourg','BOURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3815,'4161','Bourg Achard','BOURG ACHARD',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3816,'5997','Bourganeuf','BOURGANEUF',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3817,'24769','Bourgas','BOURGAS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3818,'6584','Bourg-de-peage','BOURG-DE-PEAGE',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3819,'38108','Bourg-doueil','BOURG-DOUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3820,'4831','Bourg-en-bresse','BOURG-EN-BRESSE',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3821,'5626','Bourges','BOURGES',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3822,'41575','Bourg-les-valence','BOURG-LES-VALENCE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3823,'5714','Bourgogne','BOURGOGNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3824,'4950','Bourgoin-jallieu','BOURGOIN-JALLIEU',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3825,'5163','Bourgougnague','BOURGOUGNAGUE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3826,'38767','Bourg-saint-andeol','BOURG-SAINT-ANDEOL',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3827,'5065','Bourg-saint-maurice','BOURG-SAINT-MAURICE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3828,'38256','Bourg-saint-pierre','BOURG-SAINT-PIERRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3829,'36232','Bourg-st Maurice','BOURG-ST MAURICE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3830,'5627','Bourgueil','BOURGUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3831,'34109','Bourke','BOURKE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3832,'21319','Bourne','BOURNE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3833,'1195','Bournemouth','BOURNEMOUTH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3834,'9238','Bournemouth','BOURNEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3835,'6217','Bournezeau','BOURNEZEAU',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3836,'13645','Bourscheid','BOURSCHEID',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3837,'5801','Bourth','BOURTH',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3838,'36295','Bourton-on-the-water','BOURTON-ON-THE-WATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3839,'6932','Bourton-on-water','BOURTON-ON-WATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3840,'40069','Boussaada','BOUSSAADA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3841,'5628','Boussay','BOUSSAY',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3842,'6072','Boussens','BOUSSENS',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3843,'4677','Boutigny-sur-essonne','BOUTIGNY-SUR-ESSONNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3844,'6073','Bouzies','BOUZIES',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3845,'40684','Bouznika','BOUZNIKA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3846,'38754','Bovalino','BOVALINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3847,'39876','Bovec','BOVEC',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3848,'14794','Boverbru','BOVERBRU',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3849,'6284','Boves','BOVES',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3850,'7680','Bovey Tracey','BOVEY TRACEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3851,'7681','Bovingdon','BOVINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3852,'11651','Bovisio Masciago','BOVISIO MASCIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3853,'37745','Bovolenta','BOVOLENTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3854,'32671','Bow','BOW',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3855,'41184','Bow Street','BOW STREET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3856,'6933','Bowburn','BOWBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3857,'7682','Bowdon','BOWDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3858,'26390','Bowen','BOWEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3859,'21645','Bowie','BOWIE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3860,'31703','Bowler','BOWLER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3861,'27588','Bowling Green','BOWLING GREEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3862,'28048','Bowman','BOWMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3863,'28651','Bowmansville','BOWMANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3864,'34453','Bowmanville','BOWMANVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3865,'42024','Bowmore','BOWMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3866,'25278','Bowness','BOWNESS',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3867,'43577','Bowness On Windermere','BOWNESS ON WINDERMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3868,'1530','Bowness-on-windermer','BOWNESS-ON-WINDERMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3869,'34110','Bowral','BOWRAL',NULL,'','Australia','Bowral',0,0,13,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3870,'25397','Bowser','BOWSER',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3871,'26488','Box Hill','BOX HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3872,'21320','Boxborough','BOXBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3873,'22723','Boxdorf','BOXDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3874,'31050','Boyce','BOYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3875,'29834','Boyertown','BOYERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3876,'18330','Boyes Hot Springs','BOYES HOT SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3877,'22002','Boyne City','BOYNE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3878,'19279','Boynton Beach','BOYNTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3879,'28104','Boys Town','BOYS TOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3880,'27942','Bozeman','BOZEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3881,'24804','Bozhentsi','BOZHENTSI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3882,'23674','Bozhou','BOZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3883,'24305','Bozi Dar','BOZI DAR',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3884,'19055','Bozrah','BOZRAH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3885,'1568','Bq','BQ',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3886,'2144','Brabrand','BRABRAND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3887,'9984','Brac','BRAC',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3888,'11653','Bracciano','BRACCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3889,'34454','Bracebridge','BRACEBRIDGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3890,'31051','Bracey','BRACEY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3891,'6285','Braches','BRACHES',NULL,'','France','',0,0,76,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3892,'5629','Bracieux','BRACIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3893,'32800','Bracken','BRACKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3894,'25398','Brackendale','BRACKENDALE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3895,'32440','Brackenfell','BRACKENFELL',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3896,'22511','Brackenheim','BRACKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3897,'30483','Brackettville','BRACKETTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3898,'7684','Brackley','BRACKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3899,'7685','Bracknell','BRACKNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3900,'26626','Braddon','BRADDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3901,'19281','Bradenton','BRADENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3902,'31301','Bradford','BRADFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3903,'7686','Bradford','BRADFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3904,'7687','Bradford-on-avon','BRADFORD-ON-AVON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3905,'33597','Bradfordsville','BRADFORDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3906,'20459','Bradley','BRADLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3907,'7688','Bradworthy','BRADWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3908,'30484','Brady','BRADY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3909,'7689','Brae','BRAE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3910,'2315','Braedstrup','BRAEDSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3911,'7690','Braemar','BRAEMAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3912,'15879','Braga','BRAGA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3913,'15887','Braganca','BRAGANCA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3914,'25279','Bragg Creek','BRAGG CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3915,'20460','Braidwood','BRAIDWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3916,'36618','Braila','BRAILA',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3917,'22327','Brainerd','BRAINERD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3918,'39440','Brain-sur-allonnes','BRAIN-SUR-ALLONNES',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3919,'7691','Braintree','BRAINTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3920,'21321','Braintree','BRAINTREE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3921,'7692','Braithwaite','BRAITHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3922,'32554','Brakpan','BRAKPAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3923,'5897','Bram','BRAM',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3924,'34455','Bramalea','BRAMALEA',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3925,'38875','Bramans','BRAMANS',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3926,'42768','Bramber','BRAMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3927,'7693','Bramhall','BRAMHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3928,'7694','Bramhope','BRAMHOPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3929,'37304','Bramhult','BRAMHULT',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3930,'39938','Bramley','BRAMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3931,'34456','Brampton','BRAMPTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3932,'27187','Bramsche','BRAMSCHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3933,'16212','Bran','BRAN',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3934,'28207','Branchburg','BRANCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3935,'25035','Branco','BRANCO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3936,'24514','Brand','BRAND',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3937,'2272','Brande','BRANDE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3938,'22512','Brandenburg','BRANDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3939,'33598','Brandenburg','BRANDENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3940,'758','Brandis','BRANDIS',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3941,'4678','Brando','BRANDO',NULL,'','France','',0,0,76,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3942,'3909','Brando','BRANDO',NULL,'','Finland','',0,0,75,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3943,'7696','Brandon','BRANDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3944,'27833','Brandon','BRANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3945,'25584','Brandon','BRANDON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3946,'6935','Brands Hatch','BRANDS HATCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3947,'43700','Brandsen','BRANDSEN',NULL,'','Argentina','',0,0,10,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3948,'32441','Brandwag','BRANDWAG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3949,'19056','Branford','BRANFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3950,'40094','Brannenburg','BRANNENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3951,'7697','Bransford','BRANSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3952,'27589','Branson','BRANSON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3953,'34457','Brantford','BRANTFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3954,'5164','Brantome','BRANTOME',NULL,'','France','',0,0,76,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3955,'5373','Branville','BRANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3956,'26489','Branxholme','BRANXHOLME',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3957,'2983','Braojos','BRAOJOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3958,'6400','Bras','BRAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3959,'41058','Bras De Alportel','BRAS DE ALPORTEL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3960,'19719','Braselton','BRASELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3961,'25152','Brasilia','BRASILIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3962,'24150','Brasilito','BRASILITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3963,'16213','Brasov','BRASOV',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3964,'40593','Brasparts','BRASPARTS',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3965,'5299','Brassac-les-mines','BRASSAC-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3966,'24606','Brasschaat','BRASSCHAAT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3967,'35353','Brastagi','BRASTAGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3968,'36697','Bratislava','BRATISLAVA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3969,'16320','Bratsk','BRATSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3970,'31303','Brattleboro','BRATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3971,'7698','Bratton Fleming','BRATTON FLEMING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3972,'615','Braubach','BRAUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3973,'27188','Braunlage','BRAUNLAGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3974,'38026','Braunsbach','BRAUNSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3975,'27189','Braunschweig','BRAUNSCHWEIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3976,'115','Braunschweiger Land','BRAUNSCHWEIGER LAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3977,'7699','Braunton','BRAUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3978,'23149','Braunwald','BRAUNWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3979,'4163','Bravone','BRAVONE',NULL,'','France','',0,0,76,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3980,'18331','Brawley','BRAWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3981,'10957','Bray','BRAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3982,'7700','Bray','BRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3983,'26888','Braybrook','BRAYBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3984,'38280','Bray-et-lû','BRAY-ET-LÛ',NULL,'','France','',0,0,76,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3985,'20830','Brazil','BRAZIL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3986,'24041','Brazzaville','BRAZZAVILLE',NULL,'','Congo','',0,0,51,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3987,'38008','Brcko','BRCKO',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3988,'18332','Brea','BREA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3989,'21175','Breaux Bridge','BREAUX BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3990,'11654','Brebbia','BREBBIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3991,'41183','Brechin','BRECHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3992,'22329','Breckenridge','BRECKENRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3993,'29267','Brecksville','BRECKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3994,'24339','Breclav','BRECLAV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3995,'7701','Brecon','BRECON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3996,'14592','Breda','BREDA',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3997,'2316','Bredal','BREDAL',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3998,'24722','Bredene','BREDENE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3999,'2317','Bredsten','BREDSTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4000,'20461','Breese','BREESE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4001,'29836','Breezewood','BREEZEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4002,'22330','Breezy Point','BREEZY POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4003,'24515','Bregenz','BREGENZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4004,'11655','Breguzzo','BREGUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4005,'1928','Brehna','BREHNA',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4006,'10969','Breiddalsvik','BREIDDALSVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4007,'43156','Breierley Hill','BREIERLEY HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4008,'37450','Breil','BREIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4009,'29837','Breinigsville','BREINIGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4010,'22513','Breisach','BREISACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4011,'116','Breitnau','BREITNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4012,'39545','Brekhovo','BREKHOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4013,'14887','Brekke','BREKKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4014,'40363','Brela','BRELA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4015,'40497','Brelidy','BRELIDY',NULL,'','France','',0,0,76,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4016,'38746','Brembate','BREMBATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4017,'20831','Bremen','BREMEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4018,'22514','Bremen','BREMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4019,'1714','Bremen-wehye','BREMEN-WEHYE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4020,'42714','Bremer Bay','BREMER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4021,'377','Bremerhaven','BREMERHAVEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4022,'31448','Bremerton','BREMERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4023,'15367','Brena','BRENA',NULL,'','Peru','',0,0,172,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4024,'39262','Brena Alta','BRENA ALTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4025,'30486','Brenham','BRENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4026,'7702','Brent','BRENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4027,'17844','Brent','BRENT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4028,'35476','Brenta River Area','BRENTA RIVER AREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4029,'11656','Brentonico','BRENTONICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4030,'33079','Brentwood','BRENTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4031,'7704','Brentwood','BRENTWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4032,'25399','Brentwood Bay','BRENTWOOD BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4033,'11657','Brescello','BRESCELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4034,'12783','Brescia','BRESCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4035,'11658','Bressanone','BRESSANONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4036,'43069','Bresso','BRESSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4037,'38376','Bresson','BRESSON',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4038,'6324','Bressuire','BRESSUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4039,'4911','Brest','BREST',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4040,'24899','Brest','BREST',NULL,'','Belarus','',0,0,20,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4041,'5518','Breteil','BRETEIL',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4042,'6218','Bretignolles-sur-mer','BRETIGNOLLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4043,'4679','Bretigny-sur-orge','BRETIGNY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4044,'5374','Bretoncelles','BRETONCELLES',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4045,'22515','Bretten','BRETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4046,'5375','Bretteville-sur-odon','BRETTEVILLE-SUR-ODON',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4047,'32673','Bretton Woods','BRETTON WOODS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4048,'1966','Breuberg','BREUBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4049,'41502','Breuil-cervinia','BREUIL-CERVINIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4050,'14678','Breukelen','BREUKELEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4051,'407','Breuna','BREUNA',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4052,'4164','Bréval','BRÉVAL',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4053,'33785','Brevard','BREVARD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4054,'5715','Breviandes','BREVIANDES',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4055,'17573','Brevig Mission','BREVIG MISSION',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4056,'5376','Breville-les-monts','BREVILLE-LES-MONTS',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4057,'5377','Breville-sur-mer','BREVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4058,'22004','Brevort','BREVORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4059,'34111','Brewarrina','BREWARRINA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4060,'21838','Brewer','BREWER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4061,'28654','Brewerton','BREWERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4062,'28655','Brewster','BREWSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4063,'17845','Brewton','BREWTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4064,'16595','Brezno','BREZNO',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4065,'33308','Brian Head','BRIAN HEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4066,'5630','Briancon','BRIANCON',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4067,'6401','Brianconnet','BRIANCONNET',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4068,'16255','Briansk','BRIANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4069,'28656','Briarcliff Manor','BRIARCLIFF MANOR',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4070,'38240','Briare','BRIARE',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4071,'11659','Briatico','BRIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4072,'28208','Brick','BRICK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4073,'5378','Bricquebec','BRICQUEBEC',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4074,'29622','Bridal Veil','BRIDAL VEIL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4075,'1608','Brides Les Bains','BRIDES LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4076,'6815','Brides-les-bains','BRIDES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4077,'7705','Bridestowe','BRIDESTOWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4078,'28657','Bridgehampton','BRIDGEHAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4079,'7707','Bridgend','BRIDGEND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4080,'31955','Bridgeport','BRIDGEPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4081,'27594','Bridgeton','BRIDGETON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4082,'25699','Bridgetown','BRIDGETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4083,'29268','Bridgetown','BRIDGETOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4084,'43638','Bridgetown','BRIDGETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4085,'25228','Bridgetown','BRIDGETOWN',NULL,'','Barbados','',0,0,19,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4086,'20463','Bridgeview','BRIDGEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4087,'19213','Bridgeville','BRIDGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4088,'32674','Bridgewater','BRIDGEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4089,'25700','Bridgewater','BRIDGEWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4090,'7708','Bridgnorth','BRIDGNORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4091,'7709','Bridgwater','BRIDGWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4092,'7710','Bridlington','BRIDLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4093,'7711','Bridport','BRIDPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4094,'43641','Bridport','BRIDPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4095,'41573','Brie-comte-robert','BRIE-COMTE-ROBERT',NULL,'','France','',0,0,76,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4096,'40654','Briedern','BRIEDERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4097,'14709','Brielle','BRIELLE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4098,'759','Brielow','BRIELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4099,'23150','Brienz','BRIENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4100,'43336','Brienzer Rothorn','BRIENZER ROTHORN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4101,'37423','Brierfield','BRIERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4102,'7712','Brierley Hill','BRIERLEY HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4103,'27190','Brietlingen','BRIETLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4104,'6022','Briey','BRIEY',NULL,'','France','',0,0,76,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4105,'23461','Brig','BRIG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4106,'28212','Brigantine','BRIGANTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4107,'7713','Brigg','BRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4108,'33309','Brigham City','BRIGHAM CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4109,'7714','Brighouse','BRIGHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4110,'26446','Bright','BRIGHT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4111,'34718','Brighton','BRIGHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4112,'7715','Brighton','BRIGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4113,'38647','Brightwood','BRIGHTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4114,'26977','Brigittenau','BRIGITTENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4115,'6585','Brignais','BRIGNAIS',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4116,'6402','Brignoles','BRIGNOLES',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4117,'27340','Brilon','BRILON',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4118,'21324','Brimfield','BRIMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4119,'22007','Brimley','BRIMLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4120,'14293','Brinchang','BRINCHANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4121,'6586','Brindas','BRINDAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4122,'12985','Brindisi','BRINDISI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4123,'21646','Brinkleigh','BRINKLEIGH',NULL,'','United States','',0,0,231,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4124,'17993','Brinkley','BRINKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4125,'27191','Brinkum','BRINKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4126,'26665','Brinsmead','BRINSMEAD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4127,'6219','Briollay','BRIOLLAY',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4128,'5300','Brion','BRION',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4129,'3656','Brion','BRION',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4130,'23151','Brione','BRIONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4131,'12791','Brione','BRIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4132,'11138','Brione, Piedmont','BRIONE, PIEDMONT',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4133,'39444','Brionne','BRIONNE',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4134,'40255','Brioude','BRIOUDE',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4135,'26666','Brisbane','BRISBANE',NULL,'','Australia','Brisbane',0,0,13,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4136,'18335','Brisbane','BRISBANE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4137,'35902','Brisbane-ascot','BRISBANE-ASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4138,'35903','Brisbane-boondall','BRISBANE-BOONDALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4139,'35904','Brisbane-hamilton','BRISBANE-HAMILTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4140,'35906','Brisbane-mt Ommaney','BRISBANE-MT OMMANEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4141,'35907','Brisbane-rocklea','BRISBANE-ROCKLEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4142,'35905','Brisbane-windsor','BRISBANE-WINDSOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4143,'30489','Briscoe','BRISCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4144,'11660','Brisighella','BRISIGHELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4145,'23152','Brissago','BRISSAGO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4146,'11661','Brissogne','BRISSOGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4147,'7716','Bristol','BRISTOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4148,'43794','British Columbia','BRITISH COLUMBIA',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4149,'32218','British Virgin Islands','BRITISH VIRGIN ISLANDS',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4150,'760','Britz','BRITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4151,'5998','Brive-la-gaillarde','BRIVE-LA-GAILLARDE',NULL,'','France','',0,0,76,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4152,'3436','Briviesca','BRIVIESCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4153,'39950','Brixen Im Thale','BRIXEN IM THALE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4154,'7717','Brixham','BRIXHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4155,'7718','Brixton','BRIXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4156,'7719','Brize Norton','BRIZE NORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4157,'24340','Brno','BRNO',NULL,'','Czech Republic','Brno',0,0,58,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4158,'16817','Bro','BRO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4159,'7720','Broad Chalke','BROAD CHALKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4160,'26668','Broadbeach','BROADBEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4161,'7721','Broadford','BROADFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4162,'26362','Broadmeadows','BROADMEADOWS',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4163,'7722','Broadstairs','BROADSTAIRS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4164,'27944','Broadus','BROADUS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4165,'20464','Broadview','BROADVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4166,'7723','Broadway','BROADWAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4167,'7724','Broadwell','BROADWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4168,'39225','Broadwindsor','BROADWINDSOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4169,'43846','Broby','BROBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4170,'2188','Brobyvaerk','BROBYVAERK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4171,'38186','Brocas','BROCAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4172,'25585','Brochet','BROCHET',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4173,'7725','Brockenhurst','BROCKENHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4174,'28663','Brockport','BROCKPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4175,'21325','Brockton','BROCKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4176,'34459','Brockville','BROCKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4177,'18336','Brockway','BROCKWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4178,'7726','Brockworth','BROCKWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4179,'31704','Brodhead','BRODHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4180,'29840','Brodheadsville','BRODHEADSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4181,'7727','Brodick','BRODICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4182,'31055','Brodnax','BRODNAX',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4183,'39363','Broekhuizen','BROEKHUIZEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4184,'32882','Broken Arrow','BROKEN ARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4185,'34114','Broken Hill','BROKEN HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4186,'11662','Brolo','BROLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4187,'7728','Bromborough','BROMBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4188,'9259','Bromley','BROMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4189,'33599','Bromley','BROMLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4190,'16862','Bromma','BROMMA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4191,'25960','Bromont','BROMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4192,'7730','Brompton Regis','BROMPTON REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4193,'7731','Bromsgrove','BROMSGROVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4194,'7732','Bromyard','BROMYARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4195,'6220','Bron','BRON',NULL,'','France','',0,0,76,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4196,'3321','Bronchales','BRONCHALES',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4197,'2118','Brondby','BRONDBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4198,'2205','Brondbyoster','BRONDBYOSTER',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4199,'38795','Bronderslev','BRONDERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4200,'11663','Broni','BRONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4201,'14914','Bronnoysund','BRONNOYSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4202,'15644','Bronowice','BRONOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4203,'2228','Bronshoj','BRONSHOJ',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4204,'39942','Bronte','BRONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4205,'43683','Bronte Park','BRONTE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4206,'28664','Bronx','BRONX',NULL,'','United States','',0,0,231,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4207,'28665','Bronxville','BRONXVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4208,'30490','Brookeland','BROOKELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4209,'31305','Brookfield','BROOKFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4210,'19721','Brookhaven','BROOKHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4211,'32995','Brookings','BROOKINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4212,'19197','Brookland','BROOKLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4213,'25586','Brooklands','BROOKLANDS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4214,'21647','Brooklandville','BROOKLANDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4215,'28213','Brooklawn','BROOKLAWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4216,'42140','Brooklet','BROOKLET',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4217,'21840','Brooklin','BROOKLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4218,'21326','Brookline','BROOKLINE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4219,'22008','Brooklyn','BROOKLYN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4220,'26793','Brooklyn Park','BROOKLYN PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4221,'31056','Brookneal','BROOKNEAL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4222,'25280','Brooks','BROOKS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4223,'33600','Brooks','BROOKS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4224,'30491','Brookshire','BROOKSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4225,'30492','Brookside Village','BROOKSIDE VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4226,'21841','Brooksville','BROOKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4227,'34115','Brookvale','BROOKVALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4228,'29842','Brookville','BROOKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4229,'29843','Broomall','BROOMALL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4230,'26951','Broome','BROOME',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4231,'34719','Broomfield','BROOMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4232,'7733','Broompark','BROOMPARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4233,'9327','Broomsgrove','BROOMSGROVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4234,'7734','Brora','BRORA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4235,'38538','Brorup','BRORUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4236,'7735','Broseley','BROSELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4237,'25961','Brossard','BROSSARD',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4238,'41780','Brotas','BROTAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4239,'3322','Broto','BROTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4240,'42461','Brotterode','BROTTERODE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4241,'7736','Brotton','BROTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4242,'40913','Broughton','BROUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4243,'25789','Broughton Island','BROUGHTON ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4244,'7739','Broughty Ferry','BROUGHTY FERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4245,'43709','Broulee','BROULEE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4246,'41818','Broumana','BROUMANA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4247,'21177','Broussard','BROUSSARD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4248,'2235','Brovst','BROVST',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4249,'30493','Brownfield','BROWNFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4250,'20833','Brownsburg','BROWNSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4251,'25962','Brownsburg-chatham','BROWNSBURG-CHATHAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4252,'20834','Brownstown','BROWNSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4253,'30496','Brownwood','BROWNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4254,'7740','Broxbourne','BROXBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4255,'37671','Broxburn','BROXBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4256,'7741','Broxted','BROXTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4257,'7742','Broxton','BROXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4258,'3632','Brozas','BROZAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4259,'5014','Bruay La Buissiere','BRUAY LA BUISSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4260,'41810','Bruay-la-buissiere','BRUAY-LA-BUISSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4261,'6152','Bruay-sur-l\'escaut','BRUAY-SUR-L\'ESCAUT',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4262,'27835','Bruce','BRUCE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4263,'15182','Bruce Bay','BRUCE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4264,'22516','Bruchsal','BRUCHSAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4265,'853','Bruck An Der Glockne','BRUCK AN DER GLOCKNE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4266,'11664','Brucoli','BRUCOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4267,'117','Brueggen','BRUEGGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4268,'118','Bruehl','BRUEHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4269,'6940','Bruera','BRUERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4270,'11665','Brufa','BRUFA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4271,'41600','Brufut','BRUFUT',NULL,'','Gambia','',0,0,81,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4272,'24723','Bruges','BRUGES',NULL,'','Belgium','Bruges',0,0,21,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4273,'42305','Brugg','BRUGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4274,'44128','Bruggen','BRUGGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4275,'12739','Brugnera','BRUGNERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4276,'41026','Bruhl','BRUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4277,'11666','Bruino','BRUINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4278,'42021','Bruma','BRUMA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4279,'11667','Brumano','BRUMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4280,'38935','Brummen','BRUMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4281,'3959','Brunakarr','BRUNAKARR',NULL,'','Finland','',0,0,75,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4282,'11668','Brunate','BRUNATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4283,'25253','Brunei','BRUNEI',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4284,'14387','Brunei','BRUNEI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4285,'6403','Brunet','BRUNET',NULL,'','France','',0,0,76,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4286,'2984','Brunete','BRUNETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4287,'11669','Brunico','BRUNICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4288,'22517','Brunlisbach','BRUNLISBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4289,'27098','Brunn Am Gebirge','BRUNN AM GEBIRGE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4290,'23153','Brunnen','BRUNNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4291,'16663','Brunnsviken','BRUNNSVIKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4292,'40068','Brunnthal','BRUNNTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4293,'6941','Brunstane','BRUNSTANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4294,'26490','Brunswick','BRUNSWICK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4295,'29275','Brunswick','BRUNSWICK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4296,'43653','Bruny Island','BRUNY ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4297,'2537','Brunyola','BRUNYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4298,'13018','Brusaporto','BRUSAPORTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4299,'616','Bruschied','BRUSCHIED',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4300,'34720','Brush','BRUSH',NULL,'','United States','',0,0,231,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4301,'13019','Brusimpiano','BRUSIMPIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4302,'970','Brusque','BRUSQUE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4303,'39448','Brusque','BRUSQUE',NULL,'','France','',0,0,76,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4304,'24602','Brussels','BRUSSELS',NULL,'','Belgium','Brussels',0,0,21,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4305,'38034','Brusson','BRUSSON',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4306,'4165','Bruyères','BRUYÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4307,'5519','Bruz','BRUZ',NULL,'','France','',0,0,76,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4308,'30498','Bryan','BRYAN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4309,'27596','Bryant','BRYANT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4310,'21651','Bryantown','BRYANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4311,'33311','Bryce Canyon','BRYCE CANYON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4312,'14952','Bryn','BRYN',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4313,'14965','Bryne','BRYNE',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4314,'41181','Brynsiencyn','BRYNSIENCYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4315,'33788','Bryson City','BRYSON CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4316,'4680','Bry-sur-marne','BRY-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4317,'43174','Bsalim','BSALIM',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4318,'40622','Bsharri','BSHARRI',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4319,'9393','Bubaque','BUBAQUE',NULL,'','Guinea-Bissau','',0,0,93,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4320,'22518','Bubenbach','BUBENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4321,'3194','Bubion','BUBION',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4322,'4681','Buc','BUC',NULL,'','France','',0,0,76,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4323,'36564','Bucaco','BUCACO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4324,'24124','Bucaramanga','BUCARAMANGA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4325,'26392','Bucasia','BUCASIA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4326,'40496','Buccleuch','BUCCLEUCH',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4327,'14052','Bucerias','BUCERIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4328,'33083','Buchanan','BUCHANAN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4329,'16201','Bucharest','BUCHAREST',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4330,'36632','Bucharest-otopeni','BUCHAREST-OTOPENI',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4331,'22520','Buchen','BUCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4332,'22724','Buchenberg','BUCHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4333,'13482','Bucheon','BUCHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4334,'41571','Bucheres','BUCHERES',NULL,'','France','',0,0,76,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4335,'11670','Bucine','BUCINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4336,'7743','Buckden','BUCKDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4337,'27192','Buckeburg','BUCKEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4338,'18107','Buckeye','BUCKEYE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4339,'21652','Buckeystown','BUCKEYSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4340,'7744','Buckfastleigh','BUCKFASTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4341,'31958','Buckhannon','BUCKHANNON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4342,'19724','Buckhead','BUCKHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4343,'33602','Buckhorn','BUCKHORN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4344,'34460','Buckhorn','BUCKHORN',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4345,'7745','Buckhurst Hill','BUCKHURST HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4346,'7746','Buckie','BUCKIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4347,'7747','Buckingham','BUCKINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4348,'29844','Buckingham','BUCKINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4349,'6942','Buckinghamshire','BUCKINGHAMSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4350,'6943','Buckland','BUCKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4351,'17574','Buckland','BUCKLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4352,'31450','Buckley','BUCKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4353,'761','Buckow','BUCKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4354,'7748','Bucksburn','BUCKSBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4355,'33084','Bucksnort','BUCKSNORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4356,'21843','Bucksport','BUCKSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4357,'29279','Bucyrus','BUCYRUS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4358,'30500','Buda','BUDA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4359,'40196','Budakeszi','BUDAKESZI',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4360,'10098','Budaors','BUDAORS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4361,'10085','Budapest','BUDAPEST',NULL,'','Hungary','Budapest',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4362,'10970','Budardalur','BUDARDALUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4363,'28215','Budd Lake','BUDD LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4364,'2206','Buddinge','BUDDINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4365,'38634','Buddusò','BUDDUSÒ',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4366,'7749','Bude','BUDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4367,'15921','Budens','BUDENS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4368,'26393','Buderim','BUDERIM',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4369,'34116','Budgewoi','BUDGEWOI',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4370,'10971','Budir','BUDIR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4371,'7750','Budleigh Salterton','BUDLEIGH SALTERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4372,'12740','Budoia','BUDOIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4373,'13030','Budoni','BUDONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4374,'40070','Budrio','BUDRIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4375,'32366','Budva','BUDVA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4376,'39478','Buechenbeuren','BUECHENBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4377,'40165','Buechlberg','BUECHLBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4378,'22522','Buehl','BUEHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4379,'2077','Buehlertal','BUEHLERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4380,'23001','Buelach','BUELACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4381,'18338','Buellton','BUELLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4382,'28217','Buena','BUENA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4383,'24128','Buenaventura','BUENAVENTURA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4384,'13883','Buenavista','BUENAVISTA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4385,'37947','Buenavista Del Norte','BUENAVISTA DEL NORTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4386,'26113','Buenos Aires','BUENOS AIRES',NULL,'','Argentina','Buenos Aires',0,0,10,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4387,'27341','Bueren','BUEREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4388,'44130','Buesum','BUESUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4389,'42662','Bueu','BUEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4390,'22333','Buffalo','BUFFALO',NULL,'','United States','',0,0,231,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4391,'22940','Buffalo Narrows','BUFFALO NARROWS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:44','1900-01-01 00:00:00',1,0,1),(4392,'32655','Buffalo Range','BUFFALO RANGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4393,'19727','Buford','BUFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4394,'904','Buga','BUGA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4395,'39997','Buggiano','BUGGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4396,'14195','Bugibba','BUGIBBA',NULL,'','Malta','',0,0,135,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4397,'16256','Bugulma','BUGULMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4398,'6757','Buhl','BUHL',NULL,'','France','',0,0,76,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4399,'36043','Buhl','BUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4400,'33789','Buies Creek','BUIES CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4401,'14625','Buiksloot','BUIKSLOOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4402,'7751','Builth Wells','BUILTH WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4403,'14626','Buitenveldert','BUITENVELDERT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4404,'37327','Buje','BUJE',NULL,'','Croatia','',0,0,55,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4405,'24572','Bujumbura','BUJUMBURA',NULL,'','Burundi','',0,0,36,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4406,'35336','Buk','BUK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4407,'32627','Bukavu','BUKAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4408,'40712','Bukayriah','BUKAYRIAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4409,'10113','Bukfurdo','BUKFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4410,'32152','Bukhara','BUKHARA',NULL,'','Uzbekistan','Bukhara',0,0,232,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4411,'41790','Bukiskis','BUKISKIS',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4412,'14361','Bukit Fraser','BUKIT FRASER',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4413,'10371','Bukittinggi','BUKITTINGGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4414,'17454','Bukoba','BUKOBA',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4415,'42716','Bulahdelah','BULAHDELAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4416,'41737','Bulandshahar','BULANDSHAHAR',NULL,'','India','',0,0,101,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4417,'2447','Bulaq Ad Dakrur','BULAQ AD DAKRUR',NULL,'','Egypt','',0,0,65,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4418,'32668','Bulawayo','BULAWAYO',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4419,'7752','Bulkington','BULKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4420,'17995','Bull Shoals','BULL SHOALS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4421,'23154','Bulle','BULLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4422,'33313','Bullfrog','BULLFROG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4423,'18108','Bullhead City','BULLHEAD CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4424,'33085','Bulls Gap','BULLS GAP',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4425,'30502','Bulverde','BULVERDE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4426,'32628','Bumba','BUMBA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4427,'39027','Bunbeg','BUNBEG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4428,'26580','Bunbury','BUNBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4429,'10945','Bunclody','BUNCLODY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4430,'41596','Buncrana','BUNCRANA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4431,'26669','Bundaberg','BUNDABERG',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4432,'26671','Bundall','BUNDALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4433,'34117','Bundanoon','BUNDANOON',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4434,'40841','Bundi','BUNDI',NULL,'','India','Bundi',2,0,101,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4435,'26191','Bundoora','BUNDOORA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4436,'10818','Bundoran','BUNDORAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4437,'34118','Bungendore','BUNGENDORE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4438,'32629','Bunia','BUNIA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4439,'3437','Buniel','BUNIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4440,'26192','Bunker Bay','BUNKER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4441,'30503','Bunker Hill Village','BUNKER HILL VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4442,'21178','Bunkie','BUNKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4443,'19285','Bunnell','BUNNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4444,'14679','Bunnik','BUNNIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4445,'10781','Bunratty','BUNRATTY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4446,'7753','Buntingford','BUNTINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4447,'39045','Bunyola','BUNYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4448,'23155','Buochs','BUOCHS',NULL,'','Switzerland','Buochs',0,0,210,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4449,'10221','Buol','BUOL',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4450,'32276','Buon Ma Thuot','BUON MA THUOT',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4451,'38739','Buonconvento','BUONCONVENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4452,'15993','Buraca','BURACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4453,'11139','Burago Di Molgora','BURAGO DI MOLGORA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4454,'42543','Buraidah','BURAIDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4455,'15276','Buraimi','BURAIMI',NULL,'','Oman','',0,0,165,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4456,'12876','Burano','BURANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4457,'21179','Buras','BURAS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4458,'14295','Burau Bay','BURAU BAY',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4459,'16507','Buraydah','BURAYDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4460,'29280','Burbank','BURBANK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4461,'40137','Burcei','BURCEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4462,'34','Burchen','BURCHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4463,'28670','Burdett','BURDETT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4464,'17273','Burdur','BURDUR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4465,'4682','Bures-sur-yvette','BURES-SUR-YVETTE',NULL,'','France','',0,0,76,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4466,'4047','Bureta','BURETA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4467,'7754','Burford','BURFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4468,'34857','Burgas','BURGAS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4469,'15922','Burgau','BURGAU',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4470,'40189','Burgau','BURGAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4471,'27193','Burgdorf','BURGDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4472,'23156','Burgdorf','BURGDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4473,'23002','Burgenstock','BURGENSTOCK',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4474,'7755','Burgess Hill','BURGESS HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4475,'29845','Burgettstown','BURGETTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4476,'38354','Burghaslach','BURGHASLACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4477,'22725','Burghausen','BURGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4478,'7756','Burghfield','BURGHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4479,'41432','Burgo De Osma','BURGO DE OSMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4480,'3438','Burgohondo','BURGOHONDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4481,'3439','Burgos','BURGOS',NULL,'','Spain','Burgos',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4482,'36167','Burgos-medina Del Po','BURGOS-MEDINA DEL PO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4483,'22726','Burgstadt','BURGSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4484,'120','Burgstädt','BURGSTÄDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4485,'3195','Burguillos','BURGUILLOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4486,'15052','Burhanilkantha','BURHANILKANTHA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4487,'17263','Burhaniye','BURHANIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4488,'40842','Burhanpur','BURHANPUR',NULL,'','India','Burhanpur',15,0,101,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4490,'31451','Burien','BURIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4491,'42258','Burirum','BURIRUM',NULL,'','Thailand','',0,0,215,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4492,'3742','Burjasot','BURJASOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4493,'41366','Burjassot','BURJASSOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4494,'30504','Burkburnett','BURKBURNETT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4495,'33603','Burkesville','BURKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4496,'26394','Burketown','BURKETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4497,'31059','Burkeville','BURKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4498,'3052','Burlada','BURLADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4499,'34998','Burlanda','BURLANDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4500,'26672','Burleigh Heads','BURLEIGH HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4501,'30505','Burleson','BURLESON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4502,'7757','Burley','BURLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4503,'20338','Burley','BURLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4504,'18341','Burlingame','BURLINGAME',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4505,'31707','Burlington','BURLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4506,'34461','Burlington','BURLINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4507,'25401','Burnaby','BURNABY',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:56','1900-01-01 00:00:00',1,0,1),(4508,'7758','Burnham','BURNHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:56','1900-01-01 00:00:00',1,0,1),(4509,'34462','Burnham Thorpe','BURNHAM THORPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4510,'44184','Burnham-on-sea','BURNHAM-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4511,'6944','Burnhouse','BURNHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4512,'26829','Burnie','BURNIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4513,'7760','Burnley','BURNLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4514,'29624','Burns','BURNS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4515,'25402','Burns Lake','BURNS LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4516,'7761','Burnsall','BURNSALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4517,'15183','Burnside','BURNSIDE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4518,'22334','Burnsville','BURNSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4519,'26193','Burnt Pine','BURNT PINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4520,'14436','Burnt Pine','BURNT PINE',NULL,'','Norfolk Island','',0,0,162,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4521,'7762','Burntisland','BURNTISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4522,'37670','Burpham','BURPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4523,'20468','Burr Ridge','BURR RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4524,'37792','Burrell Boom','BURRELL BOOM',NULL,'','Belize','',0,0,22,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4525,'7763','Burrington','BURRINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4526,'7764','Burry Port','BURRY PORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4527,'17274','Bursa','BURSA',NULL,'','Turkey','Bursa',0,0,222,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4528,'7765','Burscough','BURSCOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4529,'7766','Burslem','BURSLEM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4530,'408','Burstadt','BURSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4531,'37224','Burswood','BURSWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4532,'37255','Burt Plain','BURT PLAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4533,'22009','Burton','BURTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4534,'6946','Burwardsley','BURWARDSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4535,'43237','Burwash Landing','BURWASH LANDING',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4536,'28106','Burwell','BURWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4537,'34119','Burwood','BURWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4538,'13483','Busan','BUSAN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4539,'35814','Busan (Pusan)','BUSAN (PUSAN)',NULL,'','South Korea','',0,0,197,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4540,'39319','Busana','BUSANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4541,'7769','Busby','BUSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4542,'11671','Buscate','BUSCATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4543,'11140','Buseto Palizzolo','BUSETO PALIZZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4544,'7770','Bushey','BUSHEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4545,'29847','Bushkill','BUSHKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4546,'7771','Bushmills','BUSHMILLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4547,'19286','Bushnell','BUSHNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4548,'6153','Busigny','BUSIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4549,'14862','Buskerud','BUSKERUD',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4550,'3196','Busquistar','BUSQUISTAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4551,'38963','Bussang','BUSSANG',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4552,'26581','Busselton','BUSSELTON',NULL,'','Australia','Busselton',0,0,13,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4553,'5301','Busset','BUSSET',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4554,'4166','Bussière-galant','BUSSIÈRE-GALANT',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4555,'23157','Bussigny','BUSSIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4557,'11672','Bussolengo','BUSSOLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4558,'14627','Bussum','BUSSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4559,'43360','Bussy Saint Georges','BUSSY SAINT GEORGES',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4560,'5095','Bussy-saint-georges','BUSSY-SAINT-GEORGES',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4561,'2985','Bustarviejo','BUSTARVIEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4562,'11673','Busto Arsizio','BUSTO ARSIZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4563,'40429','Busua','BUSUA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4564,'42400','Busuanga','BUSUANGA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4565,'703','Busum','BUSUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4566,'32630','Buta','BUTA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4567,'13460','Butaritari','BUTARITARI',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4568,'11674','Butera','BUTERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4569,'121','Butjadingen','BUTJADINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4570,'29848','Butler','BUTLER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4571,'10149','Buton Babau','BUTON BABAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4572,'18342','Buttonwillow','BUTTONWILLOW',NULL,'','United States','',0,0,231,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4573,'15482','Butuan','BUTUAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4574,'42382','Buxted','BUXTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4575,'27194','Buxtehude','BUXTEHUDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4576,'6948','Buxton','BUXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4577,'33792','Buxton','BUXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4578,'5443','Buxy','BUXY',NULL,'','France','',0,0,76,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4579,'38590','Buyukada','BUYUKADA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4580,'38540','Buyukeceli','BUYUKECELI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4581,'4167','Buzançais','BUZANÇAIS',NULL,'','France','',0,0,76,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4582,'36619','Buzau','BUZAU',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4583,'25130','Buzios','BUZIOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4584,'21329','Buzzards Bay','BUZZARDS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4585,'43344','Byala','BYALA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4586,'43077','Byblos','BYBLOS',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4587,'15712','Bydgoszcz','BYDGOSZCZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4588,'34724','Byers','BYERS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4589,'14953','Bygdoy','BYGDOY',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4590,'14857','Byglandsfjord','BYGLANDSFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4591,'27836','Byram','BYRAM',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4592,'33088','Byrdstown','BYRDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4593,'22010','Byron','BYRON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4594,'34120','Byron Bay','BYRON BAY',NULL,'','Australia','Byron Bay',0,0,13,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4595,'37277','Byxelkrok','BYXELKROK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4596,'43078','Bzommar','BZOMMAR',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4597,'43207','Cabana De Bergantinos','CABANA DE BERGANTINOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4598,'15385','Cabanaconde','CABANACONDE',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4599,'15923','Cabanas','CABANAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4600,'38024','Cabanatuan','CABANATUAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4601,'5165','Cabannes','CABANNES',NULL,'','France','',0,0,76,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4602,'25963','Cabano','CABANO',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4603,'2371','Cabarete','CABARETE',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4604,'34121','Cabarita Beach','CABARITA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4605,'18343','Cabazon','CABAZON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4606,'37393','Cabeca Gorda','CABECA GORDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4607,'40322','Cabeceiras De Basto','CABECEIRAS DE BASTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4608,'5898','Cabestany','CABESTANY',NULL,'','France','',0,0,76,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4609,'41957','Cabezuela Del Valle','CABEZUELA DEL VALLE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4610,'41875','Cabimas','CABIMAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4611,'25846','Cabinda','CABINDA',NULL,'','Angola','',0,0,6,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4612,'10831','Cabinteely','CABINTEELY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4613,'31708','Cable','CABLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4614,'44013','Cable Bay','CABLE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4615,'24864','Cable Beach','CABLE BEACH',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4616,'26952','Cable Beach','CABLE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4617,'43477','Cabo Blanco','CABO BLANCO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4618,'15739','Cabo Rojo','CABO ROJO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4619,'14139','Cabo San Lucas','CABO SAN LUCAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4620,'27599','Cabool','CABOOL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4621,'17996','Cabot','CABOT',NULL,'','United States','',0,0,231,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4622,'5379','Cabourg','CABOURG',NULL,'','France','',0,0,76,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4623,'39143','Cabras','CABRAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4624,'2368','Cabrera','CABRERA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4625,'2539','Cabrera De Mar','CABRERA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4626,'5899','Cabrieres','CABRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4627,'6404','Cabries','CABRIES',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4628,'3524','Cabrils','CABRILS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4629,'6405','Cabris','CABRIS',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4630,'2100','Cabrits','CABRITS',NULL,'','Dominica','',0,0,500,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4631,'3077','Cabuenes','CABUENES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4632,'40716','Cabuerniga','CABUERNIGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4633,'37822','Cacak','CACAK',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4634,'11141','Cacchiamo','CACCHIAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4635,'3633','Caceres','CACERES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4636,'4683','Cachan','CACHAN',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4637,'25403','Cache Creek','CACHE CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4638,'41742','Cachi','CACHI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4639,'41779','Cachoeiro De Itapemirim','CACHOEIRO DE ITAPEMIRIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4640,'41960','Cadalso','CADALSO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4641,'3525','Cadaques','CADAQUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4642,'17997','Caddo Valley','CADDO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4643,'38458','Cadelbosco Di Sopra','CADELBOSCO DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4644,'23003','Cademario','CADEMARIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4645,'23158','Cadempino','CADEMPINO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4646,'11142','Cadenabbia','CADENABBIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4647,'37314','Cadenet','CADENET',NULL,'','France','',0,0,76,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4648,'38991','Cadeo','CADEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4649,'14056','Cadereyta Jimenez','CADEREYTA JIMENEZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4650,'13473','Cades Bay','CADES BAY',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4651,'39405','Cádiar','CÁDIAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4652,'22012','Cadillac','CADILLAC',NULL,'','United States','',0,0,231,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4653,'5166','Cadillac','CADILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4654,'3198','Cadiz','CADIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4655,'33604','Cadiz','CADIZ',NULL,'','United States','',0,0,231,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4656,'6949','Cadmore End','CADMORE END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4657,'7772','Cadnam','CADNAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4658,'6406','Cadolive','CADOLIVE',NULL,'','France','',0,0,76,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4659,'38351','Cadoneghe','CADONEGHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4660,'23159','Cadro','CADRO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4661,'4868','Caen','CAEN',NULL,'','France','',0,0,76,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4662,'7773','Caernarfon','CAERNARFON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4663,'38382','Caerphilly','CAERPHILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4664,'7774','Caersws','CAERSWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4665,'11033','Caesarea','CAESAREA',NULL,'','Israel','',0,0,106,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4666,'26138','Cafayate','CAFAYATE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4667,'15542','Cagayan De Oro','CAGAYAN DE ORO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4668,'11675','Cagli','CAGLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4669,'12784','Cagliari','CAGLIARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4670,'35625','Cagliari-quartu Sant','CAGLIARI-QUARTU SANT',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4671,'37341','Cagnano','CAGNANO',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4672,'38298','Cagnano Varano','CAGNANO VARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4673,'40974','Cagnes Sur Mer','CAGNES SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4674,'6407','Cagnes-sur-mer','CAGNES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4675,'39718','Cagraray Island','CAGRARAY ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4676,'15740','Caguas','CAGUAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4677,'5380','Cahagnes','CAHAGNES',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4678,'10875','Caherdaniel','CAHERDANIEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4679,'10876','Cahersiveen','CAHERSIVEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4680,'10716','Cahir','CAHIR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4681,'41594','Cahirsiveen','CAHIRSIVEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4682,'20469','Cahokia','CAHOKIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4683,'6074','Cahors','CAHORS',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4684,'24229','Cahuita','CAHUITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4685,'44306','Cahul','CAHUL',NULL,'','Moldova','',0,0,144,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4686,'6075','Cahuzac-sur-vere','CAHUZAC-SUR-VERE',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4687,'2882','Caimari','CAIMARI',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4688,'41964','Cain','CAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4689,'38659','Caineville','CAINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4690,'7775','Cairnbaan','CAIRNBAAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4691,'41180','Cairndow','CAIRNDOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4692,'7776','Cairnryan','CAIRNRYAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4693,'26673','Cairns','CAIRNS',NULL,'','Australia','Cairns',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4694,'1118','Cairns- Tropical North Coast','CAIRNS- TROPICAL NORTH COAST',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4695,'35917','Cairns-ellis Beach','CAIRNS-ELLIS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4696,'35914','Cairns-holloways Bea','CAIRNS-HOLLOWAYS BEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4697,'35915','Cairns-kewarra Beach','CAIRNS-KEWARRA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4698,'34786','Cairns-kuranda','CAIRNS-KURANDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4699,'35918','Cairns-trinity Beach','CAIRNS-TRINITY BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4700,'19729','Cairo','CAIRO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4701,'2418','Cairo','CAIRO',NULL,'','Egypt','Cairo',0,0,65,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4702,'5900','Caissargues','CAISSARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4703,'9278','Caistor St Edmund','CAISTOR ST EDMUND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4704,'15390','Cajamarca','CAJAMARCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4705,'2542','Cajar','CAJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4706,'6076','Cajarc','CAJARC',NULL,'','France','',0,0,76,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4707,'11143','Cala Di Volpe','CALA DI VOLPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4708,'39686','Calabar','CALABAR',NULL,'','Nigeria','',0,0,160,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4709,'18344','Calabasas','CALABASAS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4710,'33793','Calabash','CALABASH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4711,'3078','Calabaza','CALABAZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4712,'1678','Calabogie','CALABOGIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4713,'43042','Calabozo','CALABOZO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4714,'41018','Calabria','CALABRIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4715,'2401','Calabria','CALABRIA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4716,'24951','Calacoto','CALACOTO',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4717,'43688','Calafat','CALAFAT',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4718,'35867','Calafate','CALAFATE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4719,'3526','Calafell','CALAFELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4720,'2961','Calahorra','CALAHORRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4721,'21844','Calais','CALAIS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4722,'5015','Calais','CALAIS',NULL,'','France','Calais',0,0,76,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4723,'38491','Calalzo Di Cadore','CALALZO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4724,'23510','Calama','CALAMA',NULL,'','Chile','Calama ',0,0,45,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4725,'2564','Calamayor','CALAMAYOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4726,'15515','Calamba','CALAMBA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4727,'11677','Calambrone','CALAMBRONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4728,'42680','Calamocha','CALAMOCHA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4729,'40632','Calamonte','CALAMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4730,'41745','Calamuchita - Valle','CALAMUCHITA - VALLE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4731,'41350','Cala\'n Blanes','CALA\'N BLANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4732,'15523','Calapan','CALAPAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4733,'36613','Calarasi','CALARASI',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4734,'2566','Calas De Mallorca','CALAS DE MALLORCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4735,'37592','Calascibetta','CALASCIBETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4736,'11678','Calasetta','CALASETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4737,'13002','Calatabiano','CALATABIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4738,'11679','Calatafimi','CALATAFIMI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4739,'15486','Calatagan','CALATAGAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4740,'3323','Calatayud','CALATAYUD',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4741,'38134','Calatorao','CALATORAO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4742,'11680','Calavino','CALAVINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4743,'15543','Calbayog','CALBAYOG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4744,'15393','Calca','CALCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4745,'11681','Calci','CALCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4746,'11682','Calcinaia','CALCINAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4747,'28671','Calcium','CALCIUM',NULL,'','United States','',0,0,231,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4748,'11146','Calco','CALCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4749,'37158','Calcutta','CALCUTTA',NULL,'','India','',0,0,101,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4750,'11683','Caldana','CALDANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4751,'42099','Caldas','CALDAS',NULL,'','Colombia','',0,0,49,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4752,'2567','Caldas D Estrac','CALDAS D ESTRAC',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4753,'41665','Caldas Da Felgueira','CALDAS DA FELGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4754,'25062','Caldas Novas','CALDAS NOVAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4755,'15880','Caldelas','CALDELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4756,'38078','Caldera','CALDERA',NULL,'','Chile','',0,0,45,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4757,'24235','Caldera','CALDERA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4758,'12954','Calderara Di Reno','CALDERARA DI RENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4759,'3528','Calders','CALDERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4760,'2568','Caldes De Boi','CALDES DE BOI',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4761,'11147','Caldiero','CALDIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4762,'11684','Caldogno','CALDOGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4763,'30507','Caldwell','CALDWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4764,'34463','Caledon','CALEDON',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4765,'32442','Caledon','CALEDON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4766,'22335','Caledonia','CALEDONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4767,'3079','Calella','CALELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4768,'11685','Calenzano','CALENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4769,'17846','Calera','CALERA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4770,'40193','Calera De Leon','CALERA DE LEON',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4771,'2571','Cales Piques','CALES PIQUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4772,'3110','Caleta De Fuste','CALETA DE FUSTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4773,'24160','Caletas','CALETAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4774,'18345','Calexico','CALEXICO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4775,'25281','Calgary','CALGARY',NULL,'','Canada','Calgary',0,0,39,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4776,'34725','Calhan','CALHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4777,'16056','Calhariz','CALHARIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4778,'15951','Calheta','CALHETA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4779,'19730','Calhoun','CALHOUN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4780,'24129','Cali','CALI',NULL,'','Colombia','',0,0,49,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4781,'2101','Calibishie','CALIBISHIE',NULL,'','Dominica','',0,0,500,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4782,'1764','Calicut','CALICUT',NULL,'','India','',0,0,101,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4783,'29850','California','CALIFORNIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4784,'18347','Calimesa','CALIMESA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4785,'18348','Calipatria','CALIPATRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4786,'18349','Calistoga','CALISTOGA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4787,'11686','Calitri','CALITRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4788,'17252','Calkaya','CALKAYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4789,'19287','Callahan','CALLAHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4790,'7777','Callaly','CALLALY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4791,'7778','Callander','CALLANDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4792,'14628','Callantsoog','CALLANTSOOG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4793,'15392','Callao','CALLAO',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4794,'2572','Callao Salvaje','CALLAO SALVAJE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4795,'29851','Callapoose','CALLAPOOSE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4796,'6408','Callas','CALLAS',NULL,'','France','',0,0,76,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4797,'38216','Callian','CALLIAN',NULL,'','France','',0,0,76,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4798,'28672','Callicoon','CALLICOON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4799,'36296','Callington','CALLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4800,'7779','Calne','CALNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4801,'38331','Calolziocorte','CALOLZIOCORTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4802,'3529','Calonge','CALONGE',NULL,'','Spain','Calonge',0,0,199,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4803,'15487','Caloocan','CALOOCAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4804,'26674','Caloundra','CALOUNDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4805,'16091','Caloura','CALOURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4806,'3743','Calpe','CALPE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4807,'7780','Calstock','CALSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4808,'12844','Caltagirone','CALTAGIRONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4809,'13043','Caltanissetta','CALTANISSETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4810,'6587','Caluire-et-cuire','CALUIRE-ET-CUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4811,'22013','Calumet','CALUMET',NULL,'','United States','',0,0,231,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4812,'11687','Caluso','CALUSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4813,'4168','Calvados','CALVADOS',NULL,'','France','',0,0,76,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4814,'15851','Calvao','CALVAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4815,'15092','Calversham','CALVERSHAM',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4816,'30508','Calvert','CALVERT',NULL,'','United States','',0,0,231,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4817,'21654','Calverton','CALVERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4818,'4885','Calvi','CALVI',NULL,'','France','',0,0,76,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4819,'2888','Calvia','CALVIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4820,'5901','Calvisson','CALVISSON',NULL,'','France','',0,0,76,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4821,'39453','Calw','CALW',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4822,'3634','Calzadilla De Los Barros','CALZADILLA DE LOS BARROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4823,'37083','Cam Rahn','CAM RAHN',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4824,'25036','Camacari','CAMACARI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4825,'43199','Camacha','CAMACHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4826,'1116','Camaguey','CAMAGUEY',NULL,'','CUBA','',0,0,56,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4827,'11688','Camaiore','CAMAIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4828,'2573','Camango','CAMANGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4829,'31453','Camano Island','CAMANO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4830,'15952','Camara De Lobos','CAMARA DE LOBOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4831,'39852','Camargo','CAMARGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4832,'18350','Camarillo','CAMARILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4833,'26093','Camarones','CAMARONES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4834,'43976','Camarsac','CAMARSAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4835,'3200','Camas','CAMAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4836,'39268','Camas','CAMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4837,'3440','Camasobres','CAMASOBRES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4838,'3657','Cambados','CAMBADOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4839,'41980','Cambara Do Sul','CAMBARA DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4840,'7781','Camberley','CAMBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4841,'6950','Camberwell','CAMBERWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4842,'26363','Camberwell','CAMBERWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4843,'11689','Cambiago','CAMBIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4844,'11690','Cambiano','CAMBIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4845,'7782','Camborne','CAMBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4846,'6154','Cambrai','CAMBRAI',NULL,'','France','',0,0,76,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4847,'5381','Cambremer','CAMBREMER',NULL,'','France','',0,0,76,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4848,'18351','Cambria','CAMBRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4849,'15093','Cambridge','CAMBRIDGE',NULL,'','New Zealand','Cambridge',0,0,157,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4850,'29282','Cambridge','CAMBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4851,'34464','Cambridge','CAMBRIDGE',NULL,'','Canada','Cambridge',0,0,39,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4852,'9279','Cambridge','CAMBRIDGE',NULL,'','United Kingdom','Cambridge',0,0,229,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4853,'26830','Cambridge','CAMBRIDGE',NULL,'','Australia','Cambridge',0,0,13,'2016-10-17 10:44:31','1900-01-01 00:00:00',1,0,1),(4854,'3530','Cambrils','CAMBRILS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:31','1900-01-01 00:00:00',1,0,1),(4855,'829','Cambs','CAMBS',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4856,'25080','Cambuquira','CAMBUQUIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4857,'33090','Camden','CAMDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4858,'6952','Camden','CAMDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4859,'26794','Camden Park','CAMDEN PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4860,'27600','Camdenton','CAMDENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4861,'7783','Camelford','CAMELFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4862,'11691','Camerano','CAMERANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4863,'11692','Camerino','CAMERINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4864,'30509','Cameron','CAMERON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:34','1900-01-01 00:00:00',1,0,1),(4865,'14362','Cameron Highlands','CAMERON HIGHLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4866,'37293','Camerota','CAMEROTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4867,'6155','Camiers','CAMIERS',NULL,'','France','',0,0,76,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4868,'11693','Camigliano','CAMIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4869,'11148','Camigliatello','CAMIGLIATELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4870,'15442','Camiguin','CAMIGUIN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4871,'19731','Camilla','CAMILLA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4872,'28674','Camillus','CAMILLUS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4873,'16066','Caminha','CAMINHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4874,'3324','Caminreal','CAMINREAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4875,'24956','Camiri','CAMIRI',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4876,'6077','Camjac','CAMJAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4877,'34122','Cammeray','CAMMERAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4878,'41981','Camocim','CAMOCIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:37','1900-01-01 00:00:00',1,0,1),(4879,'11694','Camogli','CAMOGLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:37','1900-01-01 00:00:00',1,0,1),(4880,'37628','Campagna','CAMPAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4881,'11695','Campagnano Di Roma','CAMPAGNANO DI ROMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4882,'11696','Campagnatico','CAMPAGNATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4883,'12877','Campalto','CAMPALTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4884,'26068','Campana','CAMPANA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4885,'2889','Campanet','CAMPANET',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4886,'43224','Campania','CAMPANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4887,'2575','Campanillas','CAMPANILLAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4888,'18353','Campbell','CAMPBELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4889,'25404','Campbell River','CAMPBELL RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4890,'26831','Campbell Town','CAMPBELL TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4891,'26491','Campbellfield','CAMPBELLFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4892,'39560','Campbellsburg','CAMPBELLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4893,'33606','Campbellsville','CAMPBELLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4894,'34387','Campbellton','CAMPBELLTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4895,'34123','Campbelltown','CAMPBELLTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4896,'29854','Campbelltown','CAMPBELLTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4897,'34465','Campbellville','CAMPBELLVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4898,'7784','Campbeltown','CAMPBELTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4899,'13792','Campeche','CAMPECHE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4900,'11697','Campegine','CAMPEGINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4901,'39063','Campelles','CAMPELLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4902,'11698','Campello Sul Clitunno','CAMPELLO SUL CLITUNNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4903,'34124','Camperdown','CAMPERDOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4904,'41587','Campertogno','CAMPERTOGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4905,'11149','Campertongo','CAMPERTONGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4906,'12962','Campi Bisenzio','CAMPI BISENZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4907,'35486','Campiglia','CAMPIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4908,'41339','Campillo De Arenas','CAMPILLO DE ARENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4909,'25107','Campina Grande','CAMPINA GRANDE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4910,'24958','Campinas','CAMPINAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4911,'42955','Campione','CAMPIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4912,'11150','Campitello Di Fassa','CAMPITELLO DI FASSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4913,'25156','Campo Bom','CAMPO BOM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4914,'15794','Campo De Ourique','CAMPO DE OURIQUE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4915,'38067','Campo Nellelba','CAMPO NELLELBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4916,'12794','Campobasso','CAMPOBASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4917,'34389','Campobello Island','CAMPOBELLO ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4918,'11701','Campodarsego','CAMPODARSEGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4919,'11702','Campofelice Di Roccella','CAMPOFELICE DI ROCCELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4920,'11703','Campogalliano','CAMPOGALLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4921,'15995','Campolide','CAMPOLIDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4922,'11704','Campomarino','CAMPOMARINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4923,'43048','Campos','CAMPOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4924,'25198','Campos Do Jordao','CAMPOS DO JORDAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4925,'11705','Camposampiero','CAMPOSAMPIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4926,'2576','Camposeiras','CAMPOSEIRAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4927,'3531','Camprodon','CAMPRODON',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4928,'32428','Camps Bay','CAMPS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4929,'5167','Campsegret','CAMPSEGRET',NULL,'','France','',0,0,76,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4930,'6954','Campsie','CAMPSIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4931,'34125','Campsie','CAMPSIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4932,'32675','Campton','CAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4933,'42395','Campulung Moldovenesc','CAMPULUNG MOLDOVENESC',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4934,'25285','Camrose','CAMROSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4935,'34126','Cams Wharf','CAMS WHARF',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4936,'15741','Camuy','CAMUY',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4937,'17365','Camyuva','CAMYUVA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4938,'43600','Can Tho','CAN THO',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4939,'37346','Cana Fistula','CANA FISTULA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4940,'28675','Canaan','CANAAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4941,'13649','Canach','CANACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4942,'42211','Canacona','CANACONA',NULL,'','India','',0,0,101,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4943,'3111','Cañada Del Río','CAÑADA DEL RÍO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4944,'29855','Canadensis','CANADENSIS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4945,'32885','Canadian','CANADIAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4946,'1180','Canadian Rockies','CANADIAN ROCKIES',NULL,'','CANADA','',0,0,39,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4947,'28676','Canajoharie','CANAJOHARIE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4948,'17276','Canakkale','CANAKKALE',NULL,'','Turkey','Canakkale',0,0,222,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4949,'29283','Canal Winchester','CANAL WINCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4950,'38249','Canale','CANALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4951,'11151','Canalicchio Di Collazzone','CANALICCHIO DI COLLAZZONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4952,'41402','Canamares','CANAMARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4953,'28677','Canandaigua','CANANDAIGUA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4954,'6955','Canary Wharf - Docklands','CANARY WHARF - DOCKLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4955,'24209','Canas','CANAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4956,'41664','Canas De Senhorim','CANAS DE SENHORIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4957,'28678','Canastota','CANASTOTA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4958,'11152','Canavese Region','CANAVESE REGION',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4959,'26627','Canberra','CANBERRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4960,'34771','Canberra-greenway','CANBERRA-GREENWAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4961,'29628','Canby','CANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4962,'5520','Cancale','CANCALE',NULL,'','France','',0,0,76,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4963,'14073','Cancun','CANCUN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4964,'41379','Candanchu','CANDANCHU',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4965,'38771','Candanchú','CANDANCHÚ',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4966,'3080','Candas','CANDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4967,'3801','Candelaria','CANDELARIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4968,'3441','Candelario','CANDELARIO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4969,'3442','Candeleda','CANDELEDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4970,'41019','Candeli','CANDELI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4971,'5631','Cande-sur-beuvron','CANDE-SUR-BEUVRON',NULL,'','France','',0,0,76,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4972,'10150','Candi Dasa','CANDI DASA',NULL,'','Indonesia','Candi Dasa',0,0,102,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4973,'38133','Candia','CANDIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4974,'25964','Candiac','CANDIAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4975,'43518','Candidasa','CANDIDASA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4976,'11706','Candiolo','CANDIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4977,'17575','Candle','CANDLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4978,'33794','Candler','CANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4979,'10502','Candolim','CANDOLIM',NULL,'','India','',0,0,101,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4980,'28679','Candor','CANDOR',NULL,'','United States','',0,0,231,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4981,'25119','Canela','CANELA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4982,'40535','Canelli','CANELLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4983,'41965','Canena','CANENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4984,'36237','Canet','CANET',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4985,'3744','Canet De Berenguer','CANET DE BERENGUER',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4986,'41567','Canet-en-rousillon','CANET-EN-ROUSILLON',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4987,'5902','Canet-plage','CANET-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4988,'12741','Caneva','CANEVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4989,'29284','Canfield','CANFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4990,'3325','Canfranc','CANFRANC',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4991,'3658','Cangas','CANGAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4992,'5632','Cangey','CANGEY',NULL,'','France','',0,0,76,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4993,'10151','Canggu','CANGGU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4994,'10222','Cangkringan','CANGKRINGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4995,'36019','Cangzhou','CANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4996,'15881','Canicada','CANICADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4997,'15953','Canico','CANICO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4998,'25873','Canillo','CANILLO',NULL,'','Andorra','',0,0,5,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4999,'42103','Caninde De Sao Francisco','CANINDE DE SAO FRANCISCO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5000,'32997','Canistota','CANISTOTA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5001,'17279','Cankiri','CANKIRI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5002,'25286','Canmore','CANMORE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5003,'11707','Cannara','CANNARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5004,'13033','Cannero Riviera','CANNERO RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5005,'4169','Cannes','CANNES',NULL,'','France','Cannes',0,0,76,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5006,'41916','Cannes-ecluse','CANNES-ECLUSE',NULL,'','France','',0,0,76,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5007,'11153','Canneto','CANNETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5008,'12761','Cannigione','CANNIGIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5009,'25701','Canning','CANNING',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5010,'26582','Cannington','CANNINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5011,'12996','Cannizzaro - Palermo','CANNIZZARO - PALERMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5012,'11708','Cannobio','CANNOBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5013,'7785','Cannock','CANNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5014,'29629','Cannon Beach','CANNON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5015,'26395','Cannonvale','CANNONVALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5016,'40007','Canoa Quebrada','CANOA QUEBRADA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5017,'42199','Canoas','CANOAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5018,'18355','Canoga Park','CANOGA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5019,'34726','Canon City','CANON CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5020,'7786','Canonbie','CANONBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5021,'29856','Canonsburg','CANONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5022,'3745','Canor','CANOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5023,'22941','Canora','CANORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5024,'37281','Canosa Di Puglia','CANOSA DI PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5025,'890','Canouan Island','CANOUAN ISLAND',NULL,'','Saint Vincent And The Grenadines','',0,0,204,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5026,'32163','Canouan Island','CANOUAN ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5027,'39492','Canoves','CANOVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5028,'37143','Cantabria','CANTABRIA',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5029,'2578','Cantabrian Coast','CANTABRIAN COAST',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5030,'4172','Cantal','CANTAL',NULL,'','France','',0,0,76,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5031,'3443','Cantalapiedra','CANTALAPIEDRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5032,'3533','Cantallops','CANTALLOPS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5033,'15900','Cantanhede','CANTANHEDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5034,'38524','Cantarana','CANTARANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5035,'13020','Cantello','CANTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5036,'34127','Canterbury','CANTERBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5037,'7787','Canterbury','CANTERBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5038,'29285','Canton','CANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5039,'39740','Cantu','CANTU',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5040,'17576','Cantwell','CANTWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5041,'38596','Canungra','CANUNGRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5042,'6956','Canvey Island','CANVEY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5043,'2893','Canyamel','CANYAMEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5044,'37969','Canyonleigh','CANYONLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5045,'29630','Canyonville','CANYONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5046,'12878','Caorle','CAORLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5047,'25965','Cap Aux Meules','CAP AUX MEULES',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5048,'13580','Cap Estate','CAP ESTATE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5049,'42549','Cap Malheureux','CAP MALHEUREUX',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5050,'1143','Cap Skiring','CAP SKIRING',NULL,'','SENEGAL','',0,0,187,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5051,'11155','Capaccio','CAPACCIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5052,'37507','Capafonts','CAPAFONTS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5053,'26675','Capalaba','CAPALABA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5054,'11709','Capalbio','CAPALBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5055,'11710','Capannoli','CAPANNOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5056,'11711','Capannori','CAPANNORI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5057,'3201','Caparacena','CAPARACENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5058,'5168','Capbreton','CAPBRETON',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5059,'40160','Capcanes','CAPCANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5060,'4174','Cap-d\'antibes','CAP-D\'ANTIBES',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5061,'4175','Cap-de-croix','CAP-DE-CROIX',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5062,'4176','Capdenac','CAPDENAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5063,'2464','Capdepera','CAPDEPERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5064,'9352','Cape Coast','CAPE COAST',NULL,'','Ghana','',0,0,84,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5065,'25791','Cape Dorset','CAPE DORSET',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5066,'26196','Cape Gantheaume','CAPE GANTHEAUME',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5067,'15568','Cape Gloucester','CAPE GLOUCESTER',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5068,'41065','Cape Panwa','CAPE PANWA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:44:57','1900-01-01 00:00:00',1,0,1),(5069,'32443','Cape Town','CAPE TOWN',NULL,'','South Africa','Cape Town',0,0,195,'2016-10-17 10:44:57','1900-01-01 00:00:00',1,0,1),(5070,'13123','Cape Zanpa','CAPE ZANPA',NULL,'','Japan','',0,0,110,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5071,'6957','Capel St. Mary','CAPEL ST. MARY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5072,'40576','Capelas','CAPELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5073,'2935','Capellades','CAPELLADES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5074,'42414','Capelle','CAPELLE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5075,'6958','Capel-le-ferne','CAPEL-LE-FERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5076,'39983','Capena','CAPENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5077,'4177','Cap-ferrat','CAP-FERRAT',NULL,'','France','',0,0,76,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5078,'3202','Capileira','CAPILEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5079,'39113','Capilla Del Monte','CAPILLA DEL MONTE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5080,'18357','Capistrano Beach','CAPISTRANO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5081,'28503','Capitan','CAPITAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5082,'12817','Capitana','CAPITANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5083,'36882','Capitol','CAPITOL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5084,'18358','Capitola','CAPITOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5085,'41982','Capitolio','CAPITOLIO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5086,'34834','Capljina','CAPLJINA',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5087,'11156','Capo Caccia','CAPO CACCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5088,'41671','Capodrise','CAPODRISE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5089,'12975','Capoliveri','CAPOLIVERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5090,'12969','Capolona','CAPOLONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5091,'31961','Capon Bridge','CAPON BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5092,'40458','Caponago','CAPONAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5093,'44229','Caposele','CAPOSELE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5094,'1206','Cappadocia','CAPPADOCIA',NULL,'','TURKEY','Cappadocia',0,0,222,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5095,'12879','Cappella Maggiore','CAPPELLA MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5096,'38337','Capracotta','CAPRACOTTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5097,'40476','Capraia E Limite','CAPRAIA E LIMITE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5098,'35480','Capranica','CAPRANICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5099,'43612','Capreol','CAPREOL',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5100,'11714','Caprese Michelangelo','CAPRESE MICHELANGELO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5101,'40491','Caprino Veronese','CAPRINO VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5102,'25967','Cap-rouge','CAP-ROUGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5103,'19977','Captain Cook','CAPTAIN COOK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5104,'19291','Captiva','CAPTIVA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5105,'11716','Capua','CAPUA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5106,'762','Caputh','CAPUTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5107,'5029','Capvern','CAPVERN',NULL,'','France','',0,0,76,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5108,'10394','Car Nicobar','CAR NICOBAR',NULL,'','India','',0,0,101,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5109,'4178','Carabacel','CARABACEL',NULL,'','France','',0,0,76,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5110,'13795','Carabalin','CARABALIN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5111,'32192','Caraballeda','CARABALLEDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5112,'2583','Carabanchel','CARABANCHEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5113,'19292','Carabelle','CARABELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5114,'42990','Carabias','CARABIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5115,'32193','Caracas','CARACAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5116,'977','Caraguatatuba','CARAGUATATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5117,'25100','Carajas','CARAJAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5118,'11717','Caramanico Terme','CARAMANICO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5119,'16081','Caramulo','CARAMULO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5120,'37342','Caranceja','CARANCEJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5121,'13054','Carano','CARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5122,'16214','Caransebes','CARANSEBES',NULL,'','Romania','',0,0,179,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5123,'5521','Carantec','CARANTEC',NULL,'','France','',0,0,76,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5124,'34391','Caraquet','CARAQUET',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5125,'24247','Carara','CARARA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5126,'43836','Carate','CARATE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5127,'25029','Carauari','CARAUARI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5128,'39856','Caravaca De La Cruz','CARAVACA DE LA CRUZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5129,'35945','Caravelas','CARAVELAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5130,'3635','Carbajo','CARBAJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5131,'37637','Carballo','CARBALLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5132,'7788','Carbis Bay','CARBIS BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5133,'20475','Carbondale','CARBONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5134,'3203','Carboneras','CARBONERAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5135,'5169','Carcans','CARCANS',NULL,'','France','',0,0,76,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5136,'4856','Carcassonne','CARCASSONNE',NULL,'','France','',0,0,76,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5137,'15852','Carcavelos','CARCAVELOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5138,'2584','Carchuna','CARCHUNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5139,'6959','Carcoft','CARCOFT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5140,'22975','Carcross','CARCROSS',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5141,'41996','Cardales','CARDALES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5142,'12928','Cardano Al Campo','CARDANO AL CAMPO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5143,'3534','Cardedeu','CARDEDEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5144,'12818','Cardedu','CARDEDU',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5145,'6960','Cardiff','CARDIFF',NULL,'','United Kingdom','Cardiff',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5146,'7789','Cardigan','CARDIGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5147,'25813','Cardigan','CARDIGAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5148,'3535','Cardona','CARDONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5149,'7790','Cardrona','CARDRONA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5150,'25287','Cardston','CARDSTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5151,'37653','Cardwell','CARDWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5152,'20835','Carefree','CAREFREE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5153,'21180','Carencro','CARENCRO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5154,'5382','Carentan','CARENTAN',NULL,'','France','',0,0,76,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5155,'5522','Carhaix-plouguer','CARHAIX-PLOUGUER',NULL,'','France','',0,0,76,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5156,'42318','Cariati','CARIATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5157,'24161','Caribbean Coast','CARIBBEAN COAST',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5158,'21848','Caribou','CARIBOU',NULL,'','United States','',0,0,231,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5159,'943','Carilo','CARILO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5160,'11718','Carimate','CARIMATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5161,'26677','Carindale','CARINDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5162,'41966','Carinena','CARINENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5163,'39342','Cariñena','CARIÑENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5164,'42956','Carini','CARINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5165,'41938','Carisio','CARISIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5166,'11719','Carisolo','CARISOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5167,'10223','Carita','CARITA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5168,'37254','Cark','CARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5169,'28681','Carle Place','CARLE PLACE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5170,'25968','Carleton','CARLETON',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5171,'32802','Carlin','CARLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5172,'37798','Carlingford','CARLINGFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5173,'20477','Carlinville','CARLINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5174,'20836','Carlisle','CARLISLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5175,'7791','Carlisle','CARLISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5176,'1207','Carlisle','CARLISLE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5177,'12819','Carloforte','CARLOFORTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5178,'10710','Carlow','CARLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5179,'24286','Carlsbad','CARLSBAD',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5180,'18360','Carlsbad','CARLSBAD',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5181,'28225','Carlstadt','CARLSTADT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5182,'22338','Carlton','CARLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5183,'26891','Carlton','CARLTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5184,'44185','Carluke','CARLUKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5185,'20478','Carlyle','CARLYLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5186,'22976','Carmacks','CARMACKS',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5187,'11158','Carmagnola','CARMAGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5188,'25587','Carman','CARMAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5189,'7792','Carmarthen','CARMARTHEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5190,'1532','Carmarthenshire','CARMARTHENSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5191,'18363','Carmel','CARMEL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5192,'38201','Carmel','CARMEL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5193,'17529','Carmelo','CARMELO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5194,'20480','Carmi','CARMI',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5195,'11720','Carmignano','CARMIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5196,'3151','Carmona','CARMONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5197,'10862','Carna','CARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5198,'4999','Carnac','CARNAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5199,'26583','Carnarvon','CARNARVON',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5200,'43678','Carnarvorn','CARNARVORN',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5201,'17135','Carnbee','CARNBEE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5202,'29859','Carnegie','CARNEGIE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5203,'18365','Carnelian Bay','CARNELIAN BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5204,'21658','Carney','CARNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5205,'28226','Carneys Point','CARNEYS POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5206,'7793','Carnforth','CARNFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5207,'7794','Carnlough','CARNLOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5208,'7795','Carno','CARNO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5209,'41565','Carnon','CARNON',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5210,'5903','Carnoules','CARNOULES',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5211,'6964','Carnoustie','CARNOUSTIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5212,'4860','Carnoux-en-provence','CARNOUX-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5213,'22015','Caro','CARO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5214,'19293','Carol City','CAROL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5215,'15742','Carolina','CAROLINA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5216,'33798','Carolina Beach','CAROLINA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5217,'40266','Caroline Springs','CAROLINE SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5218,'23004','Carona','CARONA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5219,'23434','Carouge','CAROUGE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5220,'11723','Carovigno','CAROVIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5221,'36608','Carp Island','CARP ISLAND',NULL,'','Palau','',0,0,167,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5222,'40346','Carpegna','CARPEGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5223,'11724','Carpenedolo','CARPENEDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5224,'5117','Carpentras','CARPENTRAS',NULL,'','France','',0,0,76,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5225,'12956','Carpi','CARPI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5226,'11725','Carpineti','CARPINETI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5227,'18366','Carpinteria','CARPINTERIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5228,'6221','Carquefou','CARQUEFOU',NULL,'','France','',0,0,76,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5229,'6409','Carqueiranne','CARQUEIRANNE',NULL,'','France','',0,0,76,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5230,'21849','Carrabassett Valley','CARRABASSETT VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5231,'3400','Carranque','CARRANQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5232,'11726','Carrara','CARRARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5233,'26678','Carrara','CARRARA',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5234,'42991','Carrascal','CARRASCAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5235,'3204','Carratraca','CARRATRACA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5236,'33799','Carrboro','CARRBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5237,'7796','Carrbridge','CARRBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5238,'39834','Carrè','CARRÈ',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5239,'9834','Carriacou Island','CARRIACOU ISLAND',NULL,'','Grenada','',0,0,88,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5240,'7797','Carrickfergus','CARRICKFERGUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5241,'10916','Carrickmacross','CARRICKMACROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5242,'41593','Carrick-on-shannon','CARRICK-ON-SHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5243,'42968','Carrieres Sur Seine','CARRIERES SUR SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5244,'4684','Carrieres-sous-poissy','CARRIERES-SOUS-POISSY',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5245,'37830','Carrieres-sur-seine','CARRIERES-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5246,'10802','Carrigaline','CARRIGALINE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5247,'41592','Carrigans','CARRIGANS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5248,'10718','Carrigart','CARRIGART',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5249,'24210','Carrillo','CARRILLO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5250,'28049','Carrington','CARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5251,'30513','Carrizo Springs','CARRIZO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5252,'28506','Carrizozo','CARRIZOZO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5253,'11727','Carrodano','CARRODANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5254,'20167','Carroll','CARROLL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5255,'31061','Carrollton','CARROLLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5256,'43088','Carroz D\'araches','CARROZ D\'ARACHES',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5257,'7798','Carrutherstown','CARRUTHERSTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5258,'9280','Carrville','CARRVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5259,'43689','Carry Le Rouet','CARRY LE ROUET',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5260,'6412','Carry-le-rouet','CARRY-LE-ROUET',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5261,'5170','Carsac-aillac','CARSAC-AILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5262,'26679','Carseldine','CARSELDINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5263,'18367','Carson','CARSON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5264,'3029','Cartagena','CARTAGENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5265,'24086','Cartagena','CARTAGENA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5266,'24204','Cartago','CARTAGO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5267,'38835','Cartajima','CARTAJIMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5268,'40109','Cartama','CARTAMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5269,'16042','Cartaxo','CARTAXO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5270,'3205','Cartaya','CARTAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5271,'19735','Cartersville','CARTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5272,'29287','Carthage','CARTHAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5273,'17182','Carthage','CARTHAGE',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5274,'27','Cartwright','CARTWRIGHT',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5275,'25120','Caruaru','CARUARU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5276,'32210','Carupano','CARUPANO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5277,'27606','Caruthersville','CARUTHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5278,'41564','Carvin','CARVIN',NULL,'','France','',0,0,76,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5279,'15925','Carvoeiro','CARVOEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5280,'33801','Cary','CARY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5281,'33093','Caryville','CARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5282,'11728','Carzago Della Riviera','CARZAGO DELLA RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5283,'18113','Casa Grande','CASA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5284,'43810','Casablanca','CASABLANCA',NULL,'','Chile','Casablanca',0,0,45,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5285,'13690','Casablanca','CASABLANCA',NULL,'','Morocco','Casablanca',0,0,148,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5286,'39426','Casal Borsetti','CASAL BORSETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5287,'12804','Casalabate','CASALABATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5288,'38747','Casalarreina','CASALARREINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5289,'11730','Casale Monferrato','CASALE MONFERRATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5290,'11731','Casalecchio Di Reno','CASALECCHIO DI RENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5291,'11732','Casalmaggiore','CASALMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5292,'11733','Casalnuovo Di Napoli','CASALNUOVO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5293,'11734','Casamassima','CASAMASSIMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5294,'11159','Casamicciola Terme','CASAMICCIOLA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5295,'11735','Casandrino','CASANDRINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5296,'13048','Casanova Pansarine','CASANOVA PANSARINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5297,'39169','Casapulla','CASAPULLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5298,'37642','Casarabonela','CASARABONELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5299,'40263','Casarano','CASARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5300,'3081','Casares','CASARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5301,'12742','Casarsa Della Delizia','CASARSA DELLA DELIZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5302,'38909','Casarza Ligure','CASARZA LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5303,'34728','Cascade','CASCADE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5304,'15996','Cascais','CASCAIS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5305,'37804','Cascastel-des-corbieres','CASCASTEL-DES-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5306,'25037','Cascavel','CASCAVEL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5307,'11736','Cascia','CASCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5308,'12973','Casciana Terme','CASCIANA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5309,'11160','Casciano','CASCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5310,'11737','Cascina','CASCINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5311,'39202','Casekow','CASEKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5312,'15997','Caselas','CASELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5313,'11738','Caselle','CASELLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5314,'26069','Caseros','CASEROS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5315,'12711','Caserta','CASERTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5316,'13049','Casetta','CASETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5317,'20482','Casey','CASEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5318,'20483','Caseyville','CASEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5319,'10929','Cashel','CASHEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5320,'33802','Cashiers','CASHIERS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5321,'31455','Cashmere','CASHMERE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5322,'15094','Cashmere','CASHMERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5323,'31714','Cashton','CASHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5324,'29861','Cashtown','CASHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5325,'34128','Casino','CASINO',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5326,'11740','Casirile','CASIRILE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5327,'23160','Caslano','CASLANO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5328,'37707','Casnate Con Bernate','CASNATE CON BERNATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5329,'39840','Casola Valsenio','CASOLA VALSENIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5330,'35517','Casole','CASOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5331,'38308','Casorate Sempione','CASORATE SEMPIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5332,'11743','Casoria','CASORIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5333,'32077','Casper','CASPER',NULL,'','United States','',0,0,231,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5334,'15184','Cass','CASS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5335,'22017','Cass City','CASS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5336,'40388','Cassago Brianza','CASSAGO BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5337,'37426','Cassano Allo Ionio','CASSANO ALLO IONIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5338,'11744','Cassaro','CASSARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5339,'19294','Casselberry','CASSELBERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5340,'28050','Casselton','CASSELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5341,'5171','Cassen','CASSEN',NULL,'','France','',0,0,76,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5342,'11745','Cassine','CASSINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5343,'7799','Cassington','CASSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5344,'11746','Cassino','CASSINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5345,'4861','Cassis','CASSIS',NULL,'','France','',0,0,76,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5346,'11162','Cassola','CASSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5347,'43710','Cassowary','CASSOWARY',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5348,'27607','Cassville','CASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5349,'35491','Castagneto Carducci','CASTAGNETO CARDUCCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5350,'38564','Castagniers','CASTAGNIERS',NULL,'','France','',0,0,76,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5351,'11747','Castagnito','CASTAGNITO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5352,'38678','Castagnole Delle Lanze','CASTAGNOLE DELLE LANZE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5353,'18368','Castaic','CASTAIC',NULL,'','United States','',0,0,231,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5354,'41285','Castalla','CASTALLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5355,'16072','Castanheira','CASTANHEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5356,'4048','Castaway Island','CASTAWAY ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5357,'24741','Casteau','CASTEAU',NULL,'','Belgium','',0,0,21,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5358,'38018','Castegnato','CASTEGNATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5359,'3401','Castejon','CASTEJON',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5360,'6965','Castel','CASTEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5361,'11758','Castelbuono','CASTELBUONO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5362,'38504','Castelculier','CASTELCULIER',NULL,'','France','',0,0,76,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5363,'11759','Casteldaccia','CASTELDACCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5364,'11760','Castelfiorentino','CASTELFIORENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5365,'11761','Castelfranco Di Sopra','CASTELFRANCO DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5366,'5172','Casteljaloux','CASTELJALOUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5367,'39257','Castellabate','CASTELLABATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5368,'11763','Castellammare Del Golfo','CASTELLAMMARE DEL GOLFO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5369,'39978','Castellana Grotte','CASTELLANA GROTTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5370,'12987','Castellaneta Marina','CASTELLANETA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5371,'39281','Castellar De La Frontera','CASTELLAR DE LA FRONTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5372,'11765','Castellaro','CASTELLARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5373,'3536','Castellbisbal','CASTELLBISBAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5374,'3537','Castelldefels','CASTELLDEFELS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5375,'11766','Castelleone','CASTELLEONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5376,'39205','Castelletto Di Branduzzo','CASTELLETTO DI BRANDUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5377,'26070','Castelli','CASTELLI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5378,'11165','Castelli Romani','CASTELLI ROMANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5379,'35697','Castellina In Chiant','CASTELLINA IN CHIANT',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5380,'3538','Castello','CASTELLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5381,'37990','Castelló Dempúries','CASTELLÓ DEMPÚRIES',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5382,'2586','Castellon','CASTELLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5383,'43239','Castellote','CASTELLOTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5384,'11769','Castelluzzo','CASTELLUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5385,'11770','Castelmagno','CASTELMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5386,'11167','Castelmola','CASTELMOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5387,'5173','Castelmoron-sur-lot','CASTELMORON-SUR-LOT',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5388,'42969','Castelnau Le Lez','CASTELNAU LE LEZ',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5389,'41563','Castelnau-de-montmiral','CASTELNAU-DE-MONTMIRAL',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5390,'4179','Castelnau-le-lez','CASTELNAU-LE-LEZ',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5391,'38235','Castelnovo Di Sotto','CASTELNOVO DI SOTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5392,'11771','Castelnuovo Berardenga','CASTELNUOVO BERARDENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5393,'15894','Castelo Branco','CASTELO BRANCO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5394,'11773','Castelraimondo','CASTELRAIMONDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5395,'11774','Castelrotto','CASTELROTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5396,'6078','Castelsagrat','CASTELSAGRAT',NULL,'','France','',0,0,76,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5397,'11081','Castelsardo','CASTELSARDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5398,'11775','Casteltermini','CASTELTERMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5399,'11776','Castelvecchio Pascoli','CASTELVECCHIO PASCOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5400,'11777','Castelvetrano','CASTELVETRANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5401,'11778','Castelvetro Di Modena','CASTELVETRO DI MODENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5402,'11779','Castenaso','CASTENASO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5403,'11780','Castenedolo','CASTENEDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5404,'5174','Castets','CASTETS',NULL,'','France','',0,0,76,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5405,'35485','Castiglion Fiorentin','CASTIGLION FIORENTIN',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5406,'11782','Castiglioncello','CASTIGLIONCELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5407,'11783','Castiglione Del Lago','CASTIGLIONE DEL LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5408,'28682','Castile','CASTILE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5409,'3206','Castilleja De La Cuesta','CASTILLEJA DE LA CUESTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5410,'5904','Castillon-du-gard','CASTILLON-DU-GARD',NULL,'','France','',0,0,76,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5411,'38111','Castillonnes','CASTILLONNES',NULL,'','France','',0,0,76,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5412,'21850','Castine','CASTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5413,'35487','Castione Della Preso','CASTIONE DELLA PRESO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5414,'34129','Castle Hill','CASTLE HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5415,'25288','Castle Junction','CASTLE JUNCTION',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5416,'18369','Castle Park','CASTLE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5417,'38933','Castlebaldwin','CASTLEBALDWIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5418,'40915','Castlebar','CASTLEBAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5419,'10903','Castlebar','CASTLEBAR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5420,'7802','Castlebay','CASTLEBAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5421,'38792','Castlebridge','CASTLEBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5422,'10895','Castleconnell','CASTLECONNELL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5423,'41591','Castledermot','CASTLEDERMOT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5424,'9337','Castleford','CASTLEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5425,'25406','Castlegar','CASTLEGAR',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5426,'10877','Castlegregory','CASTLEGREGORY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5427,'10832','Castleknock','CASTLEKNOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5428,'26892','Castlemaine','CASTLEMAINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5429,'10803','Castlemartyr','CASTLEMARTYR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5430,'7803','Castlereagh','CASTLEREAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5431,'7804','Castleton','CASTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5432,'20839','Castleton','CASTLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5433,'28683','Castleton-on-hudson','CASTLETON-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5434,'7805','Castletown','CASTLETOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5435,'35389','Castletownbere','CASTLETOWNBERE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5436,'41967','Castrelo','CASTRELO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5437,'6079','Castres','CASTRES',NULL,'','France','',0,0,76,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5438,'13578','Castries','CASTRIES',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5439,'5905','Castries','CASTRIES',NULL,'','France','',0,0,76,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5440,'3082','Castrillon','CASTRILLON',NULL,'','Spain','Castrillon',0,0,199,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5441,'38007','Castro Marim','CASTRO MARIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5442,'18371','Castro Valley','CASTRO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5443,'11788','Castrocaro Terme','CASTROCARO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5444,'27342','Castrop-rauxel','CASTROP-RAUXEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5445,'934','Cat Ba','CAT BA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5446,'24824','Cat Cay','CAT CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5447,'41557','Catala','CATALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5448,'9357','Catalan Bay','CATALAN BAY',NULL,'','Gibraltar','',0,0,85,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5449,'18115','Catalina','CATALINA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5450,'26042','Catamarca','CATAMARCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5451,'13003','Catania','CATANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5452,'35445','Catania-aci Trezza','CATANIA-ACI TREZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5453,'15743','Catano','CATANO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5454,'15493','Catarman','CATARMAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5455,'13893','Catavina','CATAVINA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5456,'14115','Catemaco','CATEMACO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5457,'16629','Catez Ob Savi','CATEZ OB SAVI',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5458,'18373','Cathedral City','CATHEDRAL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5459,'31457','Cathlamet','CATHLAMET',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5460,'32194','Catia La Mar','CATIA LA MAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5461,'15476','Caticlan','CATICLAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5462,'33610','Catlettsburg','CATLETTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5463,'15443','Catmon','CATMON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5464,'21660','Catonsville','CATONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5465,'32886','Catoosa','CATOOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5466,'3746','Catral','CATRAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5467,'9281','Catshill','CATSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5468,'28684','Catskill','CATSKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5469,'11792','Cattolica','CATTOLICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5470,'15472','Cauayan','CAUAYAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5471,'37175','Caucaia','CAUCAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5472,'43','Caucasia','CAUCASIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5473,'5523','Caudan','CAUDAN',NULL,'','France','',0,0,76,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5474,'5802','Caudebec-en-caux','CAUDEBEC-EN-CAUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5475,'5175','Caudrot','CAUDROT',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5476,'16581','Caue Ilheu Das Rolas','CAUE ILHEU DAS ROLAS',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5477,'26492','Caulfield','CAULFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5478,'5524','Caulnes','CAULNES',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5479,'25969','Causapscal','CAUSAPSCAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5480,'6080','Caussade-riviere','CAUSSADE-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5481,'40530','Causse-et-diège','CAUSSE-ET-DIÈGE',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5482,'5030','Cauterets','CAUTERETS',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5483,'23161','Caux','CAUX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5484,'11793','Cavaglia','CAVAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5485,'13035','Cavagnolo','CAVAGNOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5486,'6413','Cavaillon','CAVAILLON',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5487,'11794','Cavaion Veronese','CAVAION VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5488,'5111','Cavalaire-sur-mer','CAVALAIRE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5489,'42639','Cavalcante','CAVALCANTE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5490,'11795','Cavalese','CAVALESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5491,'39249','Cavallino','CAVALLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5492,'40703','Cavallino-treporti','CAVALLINO-TREPORTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5493,'10776','Cavan','CAVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5494,'23483','Cavancha','CAVANCHA',NULL,'','Chile','',0,0,45,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5495,'38688','Cavareno','CAVARENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5496,'13061','Cavaso Del Tomba','CAVASO DEL TOMBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5497,'40532','Cavedago','CAVEDAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5498,'20484','Cave-in-rock','CAVE-IN-ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5499,'10503','Cavelossim','CAVELOSSIM',NULL,'','India','',0,0,101,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5500,'26493','Cavendish','CAVENDISH',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5501,'43581','Cavendish','CAVENDISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5502,'25814','Cavendish','CAVENDISH',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5503,'31309','Cavendish','CAVENDISH',NULL,'','United States','',0,0,231,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5504,'11796','Cavengo Di Brianza','CAVENGO DI BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5505,'38626','Cavernago','CAVERNAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5506,'42194','Caviahue','CAVIAHUE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5507,'15519','Cavite','CAVITE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5508,'11176','Cavoli','CAVOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5509,'13050','Cavriglia','CAVRIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5510,'10053','Cavtat','CAVTAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5511,'10224','Cawang','CAWANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5512,'41777','Caxambu','CAXAMBU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5513,'24960','Caxias Do Sul','CAXIAS DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5514,'34968','Cayambe','CAYAMBE',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5515,'30298','Cayce','CAYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5516,'9886','Cayenne','CAYENNE',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5517,'6286','Cayeux-sur-mer','CAYEUX-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5518,'41971','Caylloma','CAYLLOMA',NULL,'','Peru','',0,0,172,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5519,'40190','Caylus','CAYLUS',NULL,'','France','',0,0,76,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5520,'24254','Cayman Brac','CAYMAN BRAC',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5521,'35828','Cayman-seven Mile Be','CAYMAN-SEVEN MILE BE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5522,'899','Cayo','CAYO',NULL,'','Belize','',0,0,22,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5523,'34938','Cayo Coco','CAYO COCO',NULL,'','Cuba','',0,0,56,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5524,'39476','Cayres','CAYRES',NULL,'','France','',0,0,76,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5525,'18374','Cayucos','CAYUCOS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5526,'28685','Cayuta','CAYUTA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5527,'18375','Cazadero','CAZADERO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5528,'3207','Cazalla De La Sierra','CAZALLA DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5529,'43977','Cazals','CAZALS',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5530,'6081','Cazaubon','CAZAUBON',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5531,'28686','Cazenovia','CAZENOVIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5532,'3208','Cazorla','CAZORLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5533,'38151','Cazzago Di Pianiga','CAZZAGO DI PIANIGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5534,'24971','Ceara','CEARA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5535,'5302','Ceaux','CEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5536,'6325','Ceaux-en-couhe','CEAUX-EN-COUHE',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5537,'3445','Cebreros','CEBREROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5538,'15544','Cebu','CEBU',NULL,'','Philippines','Cebu',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5539,'36549','Cebu(mactan) Airport','CEBU(MACTAN) AIRPORT',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5540,'36546','Cebu-badian','CEBU-BADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5541,'36553','Cebu-mactan Island','CEBU-MACTAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5542,'36554','Cebu-san Fernando','CEBU-SAN FERNANDO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5543,'36557','Cebu-sogod','CEBU-SOGOD',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5544,'11797','Cecchignola','CECCHIGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5545,'21661','Cecilton','CECILTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5546,'35495','Cecina','CECINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5547,'22018','Cedar','CEDAR',NULL,'','United States','',0,0,231,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5548,'31715','Cedarburg','CEDARBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5549,'34730','Cedaredge','CEDAREDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5550,'43144','Cedars','CEDARS',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5551,'19740','Cedartown','CEDARTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5552,'29288','Cedarville','CEDARVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5553,'26447','Ceduna','CEDUNA',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5554,'38696','Cee','CEE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5555,'11798','Cefalu','CEFALU',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5556,'35589','Cefalu-castel Di Tus','CEFALU-CASTEL DI TUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5557,'10099','Cegled','CEGLED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5558,'3030','Cehegin','CEHEGIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5559,'15744','Ceiba','CEIBA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5560,'40467','Ceillac','CEILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5561,'24306','Celadna','CELADNA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5562,'11799','Celano','CELANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5563,'13933','Celaya','CELAYA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5564,'10887','Celbridge','CELBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5565,'19296','Celebration','CELEBRATION',NULL,'','United States','',0,0,231,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5566,'23162','Celerina','CELERINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5568,'14127','Celestun','CELESTUN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5569,'23163','Celigny','CELIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5570,'29289','Celina','CELINA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5571,'37747','Celista','CELISTA',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5572,'16630','Celje','CELJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5573,'37609','Cellarengo','CELLARENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5574,'40288','Celldomolk','CELLDOMOLK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5575,'27195','Celle','CELLE',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5576,'40333','Celle Di Bulgheria','CELLE DI BULGHERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5577,'42992','Cellers','CELLERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5578,'40436','Cellole','CELLOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5579,'15966','Celorico Da Beira','CELORICO DA BEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5580,'5767','Cemboing','CEMBOING',NULL,'','France','',0,0,76,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5581,'11178','Cenerente','CENERENTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5582,'3209','Cenes De La Vega','CENES DE LA VEGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5583,'34731','Centennial','CENTENNIAL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5584,'42154','Center Region','CENTER REGION',NULL,'','Israel','',0,0,106,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5585,'28687','Centerport','CENTERPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5586,'29290','Centerville','CENTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5587,'11801','Cento','CENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:54','1900-01-01 00:00:00',1,0,1),(5588,'11802','Centocelle','CENTOCELLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5589,'39148','Centola','CENTOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5590,'30299','Central','CENTRAL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5591,'1117','Central And North Greece','CENTRAL AND NORTH GREECE',NULL,'','GREECE','',0,0,86,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5592,'122','Central Black Forest','CENTRAL BLACK FOREST',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5593,'24287','Central Bohemia','CENTRAL BOHEMIA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5594,'4180','Central Brittany','CENTRAL BRITTANY',NULL,'','France','',0,0,76,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5595,'24770','Central Bulgaria','CENTRAL BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5596,'26978','Central Carinthia','CENTRAL CARINTHIA',NULL,'','Austria','',0,0,14,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5597,'2590','Central Catalonia','CENTRAL CATALONIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5598,'34130','Central Coast','CENTRAL COAST',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5599,'3883','Central Finland','CENTRAL FINLAND',NULL,'','Finland','',0,0,75,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5600,'24162','Central Pacific Coast','CENTRAL PACIFIC COAST',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5601,'16591','Central Slovakia','CENTRAL SLOVAKIA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5602,'13591','Central Sri Lanka','CENTRAL SRI LANKA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5603,'25919','Central United Arab Emirates','CENTRAL UNITED ARAB EMIRATES',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5604,'20485','Centralia','CENTRALIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5605,'17848','Centre','CENTRE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5606,'1212','Centre Portugal','CENTRE PORTUGAL',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5607,'31062','Centreville','CENTREVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5608,'32555','Centurion','CENTURION',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5609,'32396','Century City','CENTURY CITY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5610,'18376','Century City','CENTURY CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5611,'10152','Cepaka','CEPAKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5612,'35498','Cerbaia','CERBAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5613,'41562','Cerbere','CERBERE',NULL,'','France','',0,0,76,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5614,'5906','Cerbère','CERBÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5615,'37176','Cercola','CERCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5616,'41063','Cerdanyola','CERDANYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5617,'15901','Cerdeira','CERDEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5618,'18377','Ceres','CERES',NULL,'','United States','',0,0,231,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5619,'38097','Ceres','CERES',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5620,'5907','Ceret','CERET',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5621,'16914','Cerf Island','CERF ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5622,'4685','Cergy','CERGY',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5623,'35497','Ceriale','CERIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5624,'39057','Ceriana','CERIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5625,'43978','Cerise','CERISE',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5626,'42193','Cerkezkoy','CERKEZKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5627,'16631','Cerklje Na Gorenjskem','CERKLJE NA GORENJSKEM',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5628,'2465','Cerler','CERLER',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5629,'42346','Cernay La Ville','CERNAY LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5630,'4686','Cernay-la-ville','CERNAY-LA-VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5631,'11803','Cernobbio','CERNOBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5632,'37994','Cernusco Sul Naviglio','CERNUSCO SUL NAVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5633,'13947','Cerocahui','CEROCAHUI',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5634,'39201','Céron','CÉRON',NULL,'','France','',0,0,76,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5635,'25199','Cerqueira Cesar','CERQUEIRA CESAR',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5636,'17524','Cerra Colorado','CERRA COLORADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5637,'11804','Cerreto Di Spoleto','CERRETO DI SPOLETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5638,'28508','Cerrillos','CERRILLOS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5639,'18378','Cerritos','CERRITOS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5640,'15357','Cerro Azul','CERRO AZUL',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5641,'37072','Cerro Colorado','CERRO COLORADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5642,'11805','Cerro Maggiore','CERRO MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5643,'11806','Certaldo','CERTALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5644,'16257','Certanovo','CERTANOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5645,'11807','Certosa Di Pavia','CERTOSA DI PAVIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5646,'15797','Cerva','CERVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5647,'26584','Cervantes','CERVANTES',NULL,'','Australia','Cervantes',0,0,13,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5648,'9986','Cervar Porat','CERVAR PORAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5649,'3539','Cervera','CERVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5650,'38309','Cerveteri','CERVETERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5651,'12716','Cervia','CERVIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5652,'11808','Cesana Torinese','CESANA TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5653,'11179','Cesano Boscone','CESANO BOSCONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5654,'42200','Cesario Lange','CESARIO LANGE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5655,'12959','Cesena','CESENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5656,'12717','Cesenatico','CESENATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5657,'13666','Cesis','CESIS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5658,'24341','Ceske Budejovice','CESKE BUDEJOVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5659,'24336','Cesky Krumlov','CESKY KRUMLOV',NULL,'','Czech Republic','Cesky Krumlov',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5660,'17253','Cesme','CESME',NULL,'','Turkey','',0,0,222,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5661,'34131','Cessnock','CESSNOCK',NULL,'','Australia','Cessnock',0,0,13,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5662,'4182','Cesson','CESSON',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5663,'4938','Cesson-sevigne','CESSON-SEVIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5664,'4926','Cestas','CESTAS',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5665,'39924','Cestlice','CESTLICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5666,'3702','Cestona','CESTONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5667,'11810','Cetona','CETONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5668,'11811','Cetraro','CETRARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5669,'2871','Ceuta','CEUTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5670,'4183','Cevannes National Park','CEVANNES NATIONAL PARK',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5671,'36734','Cha Am','CHA AM',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5673,'44254','Chaaya Island','CHAAYA ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5674,'5444','Chablis','CHABLIS',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5675,'5303','Chabreloche','CHABRELOCHE',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5676,'6414','Chabrieres','CHABRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5677,'32201','Chacao','CHACAO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5678,'43837','Chachagua','CHACHAGUA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5679,'42408','Chachoengsao','CHACHOENGSAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5680,'26123','Chacras De Coria','CHACRAS DE CORIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5681,'6968','Chadderton','CHADDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5682,'7806','Chaddesley Corbett','CHADDESLEY CORBETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5683,'29863','Chadds Ford','CHADDS FORD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5684,'7807','Chadlington','CHADLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5685,'28110','Chadron','CHADRON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5686,'28690','Chaffee','CHAFFEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5687,'7808','Chagford','CHAGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5688,'3844','Chagni','CHAGNI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5689,'5445','Chagny','CHAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5690,'9918','Chai Wan','CHAI WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5691,'39931','Chail','CHAIL',NULL,'','India','Chail',1,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5692,'5840','Chailly-en-bière','CHAILLY-EN-BIÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5693,'38272','Chailly-sur-armancon','CHAILLY-SUR-ARMANCON',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5694,'5446','Chaintre','CHAINTRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5695,'10395','Chak Badrinath','CHAK BADRINATH',NULL,'','India','',0,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5696,'10504','Chakdaha','CHAKDAHA',NULL,'','India','',0,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5697,'14031','Chalco De Diaz Covarrubias','CHALCO DE DIAZ COVARRUBIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5698,'35774','Chale Paradise Islan','CHALE PARADISE ISLAN',NULL,'','Kenya','',0,0,113,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5699,'5768','Chalezeule','CHALEZEULE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5700,'7809','Chalford','CHALFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5701,'42515','Chalkida - Evia','CHALKIDA - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5702,'9444','Chalkidiki','CHALKIDIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5703,'38967','Chalkidona','CHALKIDONA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5704,'9785','Chalkis','CHALKIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5705,'17580','Chalkyitsik','CHALKYITSIK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5706,'4986','Challain-la-potherie','CHALLAIN-LA-POTHERIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5707,'6222','Challans','CHALLANS',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5708,'6588','Challes-les-eaux','CHALLES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5709,'20342','Challis','CHALLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5710,'21181','Chalmette','CHALMETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5711,'42734','Chalons-en-champagne','CHALONS-EN-CHAMPAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5712,'4995','Châlons-en-champagne','CHÂLONS-EN-CHAMPAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5713,'5447','Chalon-sur-saone','CHALON-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5714,'37515','Chalsa','CHALSA',NULL,'','India','Chalsa',12,0,101,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5715,'40018','Cham','CHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5716,'28509','Chama','CHAMA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5717,'5304','Chamalieres','CHAMALIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5718,'40735','Chamant','CHAMANT',NULL,'','France','',0,0,76,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5719,'2592','Chamartin - Plaza Castilla','CHAMARTIN - PLAZA CASTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5720,'10505','Chamba','CHAMBA',NULL,'','India','Chamba',1,0,101,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5721,'2593','Chamberi','CHAMBERI',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5722,'32998','Chamberlain','CHAMBERLAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5723,'18117','Chambers','CHAMBERS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5724,'29864','Chambersburg','CHAMBERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5725,'6589','Chambery','CHAMBERY',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5726,'1620','Chambery-le-vieux','CHAMBERY-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5727,'23164','Chambesy','CHAMBESY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5728,'19742','Chamblee','CHAMBLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5729,'5448','Chambolle-musigny','CHAMBOLLE-MUSIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5730,'5305','Chamboulive','CHAMBOULIVE',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5731,'5633','Chambray-les-tours','CHAMBRAY-LES-TOURS',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5732,'6223','Chambretaud','CHAMBRETAUD',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5733,'848','Chame','CHAME',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5734,'40604','Chamois','CHAMOIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5735,'40975','Chamonix','CHAMONIX',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5736,'5081','Chamonix-mont-blanc','CHAMONIX-MONT-BLANC',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5737,'6287','Chamouille','CHAMOUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5738,'5176','Champagnac-de-belair','CHAMPAGNAC-DE-BELAIR',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5739,'6590','Champagne-au-mont-d\'or','CHAMPAGNE-AU-MONT-D\'OR',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5740,'5769','Champagnole','CHAMPAGNOLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5741,'5449','Champagny','CHAMPAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5742,'6816','Champagny-en-vanoise','CHAMPAGNY-EN-VANOISE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5743,'20486','Champaign','CHAMPAIGN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5744,'23165','Champery','CHAMPERY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5745,'23445','Champex','CHAMPEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5746,'6224','Champigne','CHAMPIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5747,'4184','Champigny','CHAMPIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5748,'4687','Champigny-sur-marne','CHAMPIGNY-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5749,'5718','Champillon','CHAMPILLON',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5750,'29865','Champion','CHAMPION',NULL,'','United States','',0,0,231,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5751,'19297','Champions Gate','CHAMPIONS GATE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5752,'22340','Champlin','CHAMPLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5753,'4185','Champlitte','CHAMPLITTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5754,'6326','Champniers','CHAMPNIERS',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5755,'11812','Champoluc','CHAMPOLUC',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5756,'35992','Champoussin','CHAMPOUSSIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5757,'5841','Champs-sur-marne','CHAMPS-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5758,'37463','Champs-sur-tarentaine-marchal','CHAMPS-SUR-TARENTAINE-MARCHAL',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5759,'38987','Champtoceaux','CHAMPTOCEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5760,'10396','Chamrail','CHAMRAIL',NULL,'','India','',0,0,101,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5761,'4951','Chamrousse','CHAMROUSSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5762,'6591','Chanas','CHANAS',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5763,'34392','Chance Harbour','CHANCE HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5764,'5177','Chancelade','CHANCELADE',NULL,'','France','',0,0,76,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5765,'10628','Chandigarh','CHANDIGARH',NULL,'','India','Best Tour  Packages for Chandigarh | Chandigarh Tr',23,0,101,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5766,'10397','Chanditala','CHANDITALA',NULL,'','India','',0,0,101,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5767,'18118','Chandler','CHANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5768,'25970','Chandler','CHANDLER',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5769,'40914','Chandlers Cross','CHANDLERS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5770,'36820','Chang Hua','CHANG HUA',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5771,'23762','Changchun','CHANGCHUN',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5772,'23812','Changde','CHANGDE',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5773,'23735','Changdian','CHANGDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5774,'43979','Change','CHANGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5775,'13525','Changhowon','CHANGHOWON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5776,'17377','Changhua','CHANGHUA',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5777,'16530','Changi Airport (Sin)','CHANGI AIRPORT (SIN)',NULL,'','Singapore','',0,0,190,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5778,'5842','Changis-sur-marne','CHANGIS-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5779,'16975','Changlang Beach','CHANGLANG BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5780,'39256','Changping','CHANGPING',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5781,'23952','Changsha','CHANGSHA',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5782,'23736','Changshu','CHANGSHU',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5783,'35795','Changwon','CHANGWON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5784,'13484','Changwon','CHANGWON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5785,'23886','Changxindian','CHANGXINDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5786,'23914','Changzhi','CHANGZHI',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5787,'23737','Changzhou','CHANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5788,'32278','Chanh Hung','CHANH HUNG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5789,'22341','Chanhassen','CHANHASSEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5790,'1535','Chania','CHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5791,'43064','Chaniotis','CHANIOTIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5792,'1231','Channel Islands','CHANNEL ISLANDS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5793,'41726','Channel Tunnel','CHANNEL TUNNEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5794,'25649','Channel-port Aux Basques','CHANNEL-PORT AUX BASQUES',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5795,'30523','Channelview','CHANNELVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5796,'41554','Chanteloup En Brie','CHANTELOUP EN BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5797,'4186','Chanteloup-en-brie','CHANTELOUP-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5798,'5306','Chantemerle','CHANTEMERLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5799,'6592','Chantemerle-les-grignan','CHANTEMERLE-LES-GRIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5800,'5525','Chantepie','CHANTEPIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5801,'41709','Chanthaburi','CHANTHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5802,'31064','Chantilly','CHANTILLY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5803,'6288','Chantilly','CHANTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5804,'6225','Chantonnay','CHANTONNAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5805,'21032','Chanute','CHANUTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5806,'6226','Chanzeaux','CHANZEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5807,'23567','Chaohu','CHAOHU',NULL,'','China','',0,0,46,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5808,'5719','Chaource','CHAOURCE',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5809,'6289','Chaourse','CHAOURSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5810,'23867','Chaoyang','CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5811,'23953','Chaozhou','CHAOZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5812,'13894','Chapala','CHAPALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5813,'39756','Chapareillan','CHAPAREILLAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5814,'5908','Chapeauroux','CHAPEAUROUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5815,'25177','Chapeco','CHAPECO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5816,'1531','Chapel Of Garioch','CHAPEL OF GARIOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5817,'10833','Chapelizod','CHAPELIZOD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5818,'39084','Chapelle-des-bois','CHAPELLE-DES-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5819,'7810','Chapeltown','CHAPELTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5820,'39764','Chapin','CHAPIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5821,'34467','Chapleau','CHAPLEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5822,'38484','Chaplin','CHAPLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5823,'31963','Chapmanville','CHAPMANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5824,'6593','Chaponnay','CHAPONNAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5825,'6594','Chaponost','CHAPONOST',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5826,'28691','Chappaqua','CHAPPAQUA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5827,'6595','Charbonnieres-les-bains','CHARBONNIERES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5828,'7811','Chard','CHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5829,'23166','Chardonne','CHARDONNE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5830,'7812','Chardstock','CHARDSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5831,'17106','Chardzhou','CHARDZHOU',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5832,'4187','Charente','CHARENTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5833,'4188','Charente-maritime','CHARENTE-MARITIME',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5834,'4688','Charenton-le-pont','CHARENTON-LE-PONT',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5835,'39161','Charette-varennes','CHARETTE-VARENNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5836,'40011','Charing','CHARING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5837,'6969','Charingworth','CHARINGWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5838,'20173','Chariton','CHARITON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5839,'17484','Charkiv','CHARKIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5840,'7813','Charlbury','CHARLBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5841,'7814','Charlecote','CHARLECOTE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5842,'25971','Charlemagne','CHARLEMAGNE',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5843,'21334','Charlemont','CHARLEMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5844,'24660','Charleroi','CHARLEROI',NULL,'','Belgium','',0,0,21,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5845,'25972','Charlesbourg','CHARLESBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5846,'20488','Charleston','CHARLESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5847,'32171','Charlestown','CHARLESTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5848,'40395','Charlestown','CHARLESTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5849,'20842','Charlestown','CHARLESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5850,'34132','Charlestown','CHARLESTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5851,'35388','Charlestown','CHARLESTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5852,'13480','Charlestown','CHARLESTOWN',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5853,'10711','Charleville','CHARLEVILLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5854,'26396','Charleville','CHARLEVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5855,'5720','Charleville-mezieres','CHARLEVILLE-MEZIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5856,'35976','Charlevoix','CHARLEVOIX',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5857,'22021','Charlevoix','CHARLEVOIX',NULL,'','United States','',0,0,231,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5858,'34393','Charlo','CHARLO',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5859,'22022','Charlotte','CHARLOTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5860,'32232','Charlotte Amalie','CHARLOTTE AMALIE',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5861,'16785','Charlottenberg','CHARLOTTENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5862,'2207','Charlottenlund','CHARLOTTENLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5863,'31066','Charlottesville','CHARLOTTESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5864,'25815','Charlottetown','CHARLOTTETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5865,'17136','Charlotteville','CHARLOTTEVILLE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5866,'26397','Charlton','CHARLTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5867,'29292','Charm','CHARM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5868,'38738','Charmes','CHARMES',NULL,'','France','',0,0,76,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5869,'23167','Charmey','CHARMEY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5870,'4190','Charnay Les Macon','CHARNAY LES MACON',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5871,'6970','Charnock Richard','CHARNOCK RICHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5872,'25973','Charny','CHARNY',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5873,'5450','Charolles','CHAROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5874,'6971','Charter Alley','CHARTER ALLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5875,'18379','Charter Oak','CHARTER OAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5876,'42715','Charters','CHARTERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5877,'5634','Chartres','CHARTRES',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5878,'5526','Chartres-de-bretagne','CHARTRES-DE-BRETAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5879,'32556','Chartwell','CHARTWELL',NULL,'','South Africa','',0,0,195,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5880,'7815','Charwelton','CHARWELTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5881,'25408','Chase','CHASE',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5882,'22342','Chaska','CHASKA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5883,'6596','Chassagny','CHASSAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5884,'6597','Chasselay','CHASSELAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5885,'1592','Chasseneuil','CHASSENEUIL',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5886,'5123','Chasseneuil-du-poitou','CHASSENEUIL-DU-POITOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5887,'4952','Chasse-sur-rhone','CHASSE-SUR-RHONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5888,'5049','Chassieu','CHASSIEU',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5889,'43902','Chatan','CHATAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5891,'6415','Chateau Gombert','CHATEAU GOMBERT',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5892,'43980','Chateau-arnoux-saint-auban','CHATEAU-ARNOUX-SAINT-AUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5893,'4191','Château-arnoux-saint-auban','CHÂTEAU-ARNOUX-SAINT-AUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5894,'6327','Chateaubernard','CHATEAUBERNARD',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5895,'5527','Chateaubourg','CHATEAUBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5896,'6227','Chateaubriant','CHATEAUBRIANT',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5897,'38782','Chateau-chinon','CHATEAU-CHINON',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5898,'5451','Chateau-d\'oex','CHATEAU-D\'OEX',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5899,'23168','Chateau-d\'oex','CHATEAU-D\'OEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5900,'6228','Chateau-d\'olonne','CHATEAU-D\'OLONNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5901,'39042','Chateaugiron','CHATEAUGIRON',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5902,'4192','Château-gontier','CHÂTEAU-GONTIER',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5903,'25974','Chateauguay','CHATEAUGUAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5904,'4193','Château-la-vallière','CHÂTEAU-LA-VALLIÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5905,'5307','Chateauneuf','CHATEAUNEUF',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5906,'41553','Chateauneuf-de-grasse','CHATEAUNEUF-DE-GRASSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5907,'38518','Chateauneuf-du-faou','CHATEAUNEUF-DU-FAOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5908,'43981','Chateauneuf-du-rhone','CHATEAUNEUF-DU-RHONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5909,'4195','Châteauneuf-du-rhône','CHÂTEAUNEUF-DU-RHÔNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5910,'6416','Chateauneuf-le-rouge','CHATEAUNEUF-LE-ROUGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5911,'4196','Chateauneuf-sur-isere','CHATEAUNEUF-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5912,'25975','Chateau-richer','CHATEAU-RICHER',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5913,'4943','Chateauroux','CHATEAUROUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5914,'6290','Chateau-thierry','CHATEAU-THIERRY',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5915,'4197','Châtel','CHÂTEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5916,'43096','Chatelaillon Plage','CHATELAILLON PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5917,'6328','Chatelaillon-plage','CHATELAILLON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5918,'4198','Châtelaudren','CHÂTELAUDREN',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5919,'39186','Chatel-censoir','CHATEL-CENSOIR',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5920,'5308','Chatelguyon','CHATELGUYON',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5921,'1613','Chatel-guyon','CHATEL-GUYON',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5922,'23169','Chatel-saint-denis','CHATEL-SAINT-DENIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5923,'4689','Chatenay-malabry','CHATENAY-MALABRY',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5924,'22343','Chatfield','CHATFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5925,'28692','Chatham','CHATHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5926,'7816','Chatham','CHATHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5927,'6972','Chathill','CHATHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5928,'11813','Chatillon','CHATILLON',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5929,'5635','Chatillon','CHATILLON',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5930,'4199','Châtillon-en-michaille','CHÂTILLON-EN-MICHAILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5931,'4690','Chatou','CHATOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5932,'34133','Chatswood','CHATSWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5933,'18380','Chatsworth','CHATSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5934,'34470','Chatsworth','CHATSWORTH',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5935,'19298','Chattahoochee','CHATTAHOOCHEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5936,'33098','Chattanooga','CHATTANOOGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5937,'6598','Chatte','CHATTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5938,'7817','Chatton','CHATTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5939,'43601','Chau Doc','CHAU DOC',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5940,'37215','Chaudes-aigues','CHAUDES-AIGUES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5941,'24670','Chaudfontaine','CHAUDFONTAINE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5942,'5452','Chaulgnes','CHAULGNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5943,'6291','Chaulnes','CHAULNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5944,'38251','Chaumes-en-brie','CHAUMES-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5945,'5178','Chaumont','CHAUMONT',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5946,'4691','Chaumontel','CHAUMONTEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5947,'6330','Chauray','CHAURAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5948,'15034','Chaurjhari','CHAURJHARI',NULL,'','Nepal','',0,0,153,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5949,'5770','Chaussin','CHAUSSIN',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5950,'28693','Chautauqua','CHAUTAUQUA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5951,'5771','Chaux-des-crotenay','CHAUX-DES-CROTENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5952,'6229','Chavagnes-les-redoux','CHAVAGNES-LES-REDOUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5953,'23005','Chavannes-de-bogis','CHAVANNES-DE-BOGIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5954,'5636','Chaveignes','CHAVEIGNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5955,'6023','Chavelot','CHAVELOT',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5956,'39044','Chavenay','CHAVENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5957,'16073','Chaves','CHAVES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5958,'4692','Chaville','CHAVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5959,'41066','Chaweng','CHAWENG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5960,'6599','Chazay-d\'azergues','CHAZAY-D\'AZERGUES',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5961,'7818','Cheadle','CHEADLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5962,'24344','Cheb','CHEB',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5963,'21851','Chebeague Island','CHEBEAGUE ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5964,'16318','Cheboksary','CHEBOKSARY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5965,'22023','Cheboygan','CHEBOYGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5966,'44026','Checheng','CHECHENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5967,'32888','Checotah','CHECOTAH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5968,'7819','Cheddar','CHEDDAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5969,'28694','Cheektowaga','CHEEKTOWAGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5970,'42221','Chefchaouen','CHEFCHAOUEN',NULL,'','Morocco','',0,0,148,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5971,'38772','Chefchaouene','CHEFCHAOUENE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5972,'17581','Chefornak','CHEFORNAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5973,'16215','Cheia','CHEIA',NULL,'','Romania','',0,0,179,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5974,'31462','Chelan','CHELAN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5975,'5843','Chelles','CHELLES',NULL,'','France','',0,0,76,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5976,'15612','Chelm','CHELM',NULL,'','Poland','',0,0,174,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5977,'44186','Chelmno','CHELMNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5978,'21337','Chelmsford','CHELMSFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5979,'7820','Chelmsford','CHELMSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5980,'6973','Chelsea','CHELSEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5981,'25976','Chelsea','CHELSEA',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5982,'28695','Chelsea','CHELSEA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5983,'7821','Cheltenham','CHELTENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5984,'1222','Cheltenham','CHELTENHAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5985,'29866','Cheltenham','CHELTENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5986,'16313','Chelyabinsk','CHELYABINSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5987,'25409','Chemainus','CHEMAINUS',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5988,'6230','Chemille','CHEMILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5989,'14262','Chemin Grenier','CHEMIN GRENIER',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5990,'1873','Chemnitz','CHEMNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5991,'29637','Chemult','CHEMULT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5992,'38215','Chenac-saint-seurin-duzet','CHENAC-SAINT-SEURIN-DUZET',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5993,'23006','Chêne-bourg','CHÊNE-BOURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5994,'36242','Chenehutte','CHENEHUTTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5995,'4200','Chênehutte-trèves-cunault','CHÊNEHUTTE-TRÈVES-CUNAULT',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5996,'31463','Cheney','CHENEY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5997,'23557','Chengde','CHENGDE',NULL,'','China','',0,0,46,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5998,'23990','Chengdu','CHENGDU',NULL,'','China','',0,0,46,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5999,'7822','Chenies','CHENIES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6000,'10671','Chennai','CHENNAI',NULL,'','India','Chennai Holiday Packages | Chennai Trip Package | ',18,0,101,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6001,'20489','Chenoa','CHENOA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6002,'5637','Chenonceaux','CHENONCEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6003,'5453','Chenove','CHENOVE',NULL,'','France','',0,0,76,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6004,'23813','Chenzhou','CHENZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6005,'35798','Cheong Ju City','CHEONG JU CITY',NULL,'','South Korea','',0,0,197,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6006,'13485','Cheongju','CHEONGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6007,'42170','Chepelare','CHEPELARE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6008,'7823','Chepstow','CHEPSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6009,'40843','Cherai','CHERAI',NULL,'','India','',0,0,101,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6010,'14339','Cheras','CHERAS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6011,'11814','Cherasco','CHERASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6012,'14296','Cherating','CHERATING',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6013,'30302','Cheraw','CHERAW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6014,'4990','Cherbourg','CHERBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6015,'16352','Cheremushki','CHEREMUSHKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6016,'16471','Cherepovets','CHEREPOVETS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6017,'7824','Cheriton Bishop','CHERITON BISHOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6018,'17485','Cherkassy','CHERKASSY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6019,'42073','Cherkasy','CHERKASY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6020,'26681','Chermside','CHERMSIDE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6021,'23007','Chernex','CHERNEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6022,'17486','Chernovtsy','CHERNOVTSY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6023,'33811','Cherokee','CHEROKEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6024,'24882','Cherokee Sound','CHEROKEE SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6025,'34734','Cherry Creek - Glendale','CHERRY CREEK - GLENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6026,'7825','Cherry Hinton','CHERRY HINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6027,'21852','Cherryfield','CHERRYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6028,'9445','Chersonissos','CHERSONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6029,'7826','Chertsey','CHERTSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6030,'43738','Cheruthuruthy','CHERUTHURUTHY',NULL,'','India','',0,0,101,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6031,'22025','Chesaning','CHESANING',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6032,'31068','Chesapeake','CHESAPEAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6033,'37537','Cheseaux-sur-lausanne','CHESEAUX-SUR-LAUSANNE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6034,'7827','Chesham','CHESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6035,'6975','Cheshire','CHESHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6036,'19063','Cheshire','CHESHIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6037,'7828','Cheshunt','CHESHUNT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6038,'23170','Chesieres','CHESIERES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6039,'7829','Chessington','CHESSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6040,'5844','Chessy','CHESSY',NULL,'','France','',0,0,76,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6041,'43209','Cheste','CHESTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6042,'7830','Chester','CHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6043,'7831','Chesterfield','CHESTERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6044,'27609','Chesterfield','CHESTERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6045,'24867','Chesters','CHESTERS',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6046,'20843','Chesterton','CHESTERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6047,'28699','Chestertown','CHESTERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6048,'29293','Chesterville','CHESTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6049,'21666','Chestnut Hill','CHESTNUT HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6050,'40191','Chesuncook','CHESUNCOOK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6051,'21667','Cheswolde','CHESWOLDE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6052,'31716','Chetek','CHETEK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6053,'25703','Cheticamp','CHETICAMP',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6054,'14074','Chetumal','CHETUMAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6055,'25410','Chetwynd','CHETWYND',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6056,'9919','Cheung Chau','CHEUNG CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6057,'17582','Chevak','CHEVAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6058,'21668','Cheverly','CHEVERLY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6059,'5638','Cheverny','CHEVERNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6060,'4693','Chevilly-larue','CHEVILLY-LARUE',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6061,'29294','Cheviot','CHEVIOT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6062,'39247','Chevreuse','CHEVREUSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6063,'6292','Chevrieres','CHEVRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6064,'21669','Chevy Chase','CHEVY CHASE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6065,'31464','Chewelah','CHEWELAH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6066,'23171','Chexbres','CHEXBRES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6067,'32080','Cheyenne','CHEYENNE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6068,'23172','Chezard-saint-martin','CHEZARD-SAINT-MARTIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6069,'10399','Chharabra','CHHARABRA',NULL,'','India','',0,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6070,'10506','Chhatarpur','CHHATARPUR',NULL,'','India','Chhatarpur',15,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6071,'10400','Chhatrapati Shivaji International Airport (Bom)','CHHATRAPATI SHIVAJI INTERNATIONAL AIRPORT (BOM)',NULL,'','India','',0,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6072,'41972','Chia','CHIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6073,'11815','Chianciano Terme','CHIANCIANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6074,'17048','Chiang Dao','CHIANG DAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6075,'11816','Chianni','CHIANNI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6076,'36818','Chiao-hsi','CHIAO-HSI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6077,'13934','Chiapa De Corzo','CHIAPA DE CORZO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6078,'1230','Chiapas','CHIAPAS',NULL,'','MEXICO','',0,0,141,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6079,'11817','Chiaramonte Gulfi','CHIARAMONTE GULFI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6080,'23173','Chiasso','CHIASSO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6081,'11818','Chiavari','CHIAVARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6082,'38639','Chiavenna Landi','CHIAVENNA LANDI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6083,'39128','Chiaverano','CHIAVERANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6084,'17379','Chiayi','CHIAYI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6085,'13124','Chiba','CHIBA',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6086,'25977','Chibougamau','CHIBOUGAMAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6087,'20491','Chicago','CHICAGO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6088,'13796','Chichen Itza','CHICHEN ITZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6089,'9282','Chichester','CHICHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6090,'35309','Chichicastenango','CHICHICASTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6091,'41118','Chichiriviche','CHICHIRIVICHE',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6092,'19744','Chickamauga','CHICKAMAUGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6093,'17849','Chickasaw','CHICKASAW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6094,'32890','Chickasha','CHICKASHA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6095,'17583','Chicken','CHICKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6096,'1731','Chiclana','CHICLANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6097,'15420','Chiclayo','CHICLAYO',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6098,'39139','Chicoana','CHICOANA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6099,'14032','Chicoloapan De Juarez','CHICOLOAPAN DE JUAREZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6100,'21341','Chicopee','CHICOPEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6101,'25978','Chicoutimi','CHICOUTIMI',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6102,'37518','Chiddingfold','CHIDDINGFOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6103,'19299','Chiefland','CHIEFLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6104,'124','Chiemgau - Chiemsee (Area)','CHIEMGAU - CHIEMSEE (AREA)',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6105,'11819','Chieri','CHIERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6106,'11820','Chiesa In Valmalenco','CHIESA IN VALMALENCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6107,'11821','Chieti','CHIETI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6108,'37465','Chieveley','CHIEVELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6109,'23875','Chifeng','CHIFENG',NULL,'','China','',0,0,46,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6110,'17584','Chignik Lagoon','CHIGNIK LAGOON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6111,'24089','Chigorodo','CHIGORODO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6112,'13776','Chihuahua','CHIHUAHUA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6113,'10401','Chikkamagaluru','CHIKKAMAGALURU',NULL,'','India','',0,0,101,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6114,'15295','Chilas','CHILAS',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6115,'3747','Chilches','CHILCHES',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6116,'26682','Childers','CHILDERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6117,'17850','Childersburg','CHILDERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6118,'30524','Childress','CHILDRESS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6119,'31072','Chilhowie','CHILHOWIE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6120,'41113','Chiliwack','CHILIWACK',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6121,'26683','Chillagoe','CHILLAGOE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6122,'36012','Chillan','CHILLAN',NULL,'','Chile','',0,0,45,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6123,'3402','Chillaron De Cuenca','CHILLARON DE CUENCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6124,'7834','Chillaton','CHILLATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6125,'36005','Chillian','CHILLIAN',NULL,'','Chile','',0,0,45,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6126,'29295','Chillicothe','CHILLICOTHE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6127,'25411','Chilliwack','CHILLIWACK',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6128,'41393','Chillon','CHILLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6129,'5129','Chilly-mazarin','CHILLY-MAZARIN',NULL,'','France','',0,0,76,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6130,'29638','Chiloquin','CHILOQUIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6131,'31717','Chilton','CHILTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6132,'7835','Chilwell','CHILWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6133,'28510','Chimayo','CHIMAYO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6134,'13427','Chimkent','CHIMKENT',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6135,'33813','Chimney Rock','CHIMNEY ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6136,'14226','Chimoio','CHIMOIO',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6137,'13929','China','CHINA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6138,'30525','Chinatown','CHINATOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6139,'6977','Chinatown','CHINATOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6140,'14297','Chinatown - Sentral','CHINATOWN - SENTRAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6141,'906','Chinauta','CHINAUTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6142,'870','Chincha Alta','CHINCHA ALTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6143,'40386','Chincheros','CHINCHEROS',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6144,'2986','Chinchon','CHINCHON',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6145,'31073','Chincoteague','CHINCOTEAGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6146,'7836','Chingford','CHINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6147,'32644','Chingola','CHINGOLA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6148,'13532','Chinju','CHINJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6149,'18119','Chinle','CHINLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6150,'42865','Chino','CHINO',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6151,'18386','Chino','CHINO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6152,'27948','Chinook','CHINOOK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6153,'44246','Chintsa East','CHINTSA EAST',NULL,'','South Africa','',0,0,195,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6154,'11822','Chiocchio','CHIOCCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6155,'12881','Chioggia','CHIOGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6156,'9818','Chios','CHIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6157,'32649','Chipata','CHIPATA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6158,'3210','Chipiona','CHIPIONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6159,'34735','Chipita Park','CHIPITA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6160,'19301','Chipley','CHIPLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6161,'10507','Chiplun','CHIPLUN',NULL,'','India','Chiplun',5,0,101,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6162,'34134','Chippendale','CHIPPENDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6163,'7837','Chippenham','CHIPPENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6164,'7838','Chipperfield','CHIPPERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6165,'31718','Chippewa Falls','CHIPPEWA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6166,'7839','Chipping Campden','CHIPPING CAMPDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6167,'850','Chiquiri','CHIQUIRI',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6168,'32656','Chiredzi','CHIREDZI',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6169,'15348','Chiriqui','CHIRIQUI',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6170,'36518','Chiriqui-bambito','CHIRIQUI-BAMBITO',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6171,'26198','Chirnside Park','CHIRNSIDE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6172,'42866','Chiryu','CHIRYU',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6173,'22344','Chisago City','CHISAGO CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6174,'32642','Chisamba','CHISAMBA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6175,'17585','Chisana','CHISANA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6176,'25980','Chisasibi','CHISASIBI',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6177,'6978','Chiseldon','CHISELDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6178,'13718','Chisinau','CHISINAU',NULL,'','Moldova, Republic Of','',0,0,144,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6179,'7842','Chislehurst','CHISLEHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6180,'5639','Chissay','CHISSAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6181,'6979','Chisworth','CHISWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6182,'16315','Chita','CHITA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6183,'39578','Chitenay','CHITENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6184,'13226','Chitose','CHITOSE',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6185,'10402','Chitpur','CHITPUR',NULL,'','India','',0,0,101,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6186,'15296','Chitral','CHITRAL',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6187,'15355','Chitre','CHITRE',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6188,'24764','Chittagong','CHITTAGONG',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6190,'31314','Chittenden','CHITTENDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6191,'40152','Chittlehamholt','CHITTLEHAMHOLT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6192,'40805','Chittorgarh','CHITTORGARH',NULL,'','India','Chittorgarh Tour | Travel and Tourism | Rajasthan ',2,0,101,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6193,'10403','Chittur','CHITTUR',NULL,'','India','',0,0,101,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6194,'41806','Chitwan','CHITWAN',NULL,'','Nepal','Chitwan',0,0,153,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6195,'37316','Chiusa','CHIUSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6196,'11823','Chiusanico','CHIUSANICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6197,'11824','Chiusdino','CHIUSDINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6198,'11825','Chiusi','CHIUSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6199,'3748','Chiva','CHIVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6200,'11826','Chivasso','CHIVASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6201,'15386','Chivay','CHIVAY',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6202,'43819','Chizhou','CHIZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6203,'2378','Chlef','CHLEF',NULL,'','Algeria','',0,0,3,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6204,'42544','Choc Bay','CHOC BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6205,'32680','Chocorua','CHOCORUA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6206,'39565','Chocowinity','CHOCOWINITY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6207,'13414','Chofu','CHOFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6208,'5721','Choiseul','CHOISEUL',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6209,'16544','Choiseul Bay','CHOISEUL BAY',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6210,'43986','Choisey','CHOISEY',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6211,'7843','Cholderton','CHOLDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6212,'6231','Cholet','CHOLET',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6213,'7844','Chollerford','CHOLLERFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6214,'32251','Cholon','CHOLON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6215,'14002','Cholula','CHOLULA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6216,'9961','Choluteca','CHOLUTECA',NULL,'','Honduras','',0,0,97,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6217,'37326','Chomu','CHOMU',NULL,'','India','',0,0,101,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6218,'24355','Chomutov','CHOMUTOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6220,'13227','Chonan','CHONAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6221,'38880','Chonas-lamballan','CHONAS-LAMBALLAN',NULL,'','France','',0,0,76,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6222,'36736','Chonburi','CHONBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6223,'23569','Chongming','CHONGMING',NULL,'','China','',0,0,46,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6224,'13486','Chongno-gu','CHONGNO-GU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6225,'24003','Chongqing','CHONGQING',NULL,'','China','Chongqing',0,0,46,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6226,'7845','Choppington','CHOPPINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6227,'40043','Chorafakia','CHORAFAKIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6228,'4838','Chorges','CHORGES',NULL,'','France','',0,0,76,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6229,'763','Chorin','CHORIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6230,'43739','Chorla','CHORLA',NULL,'','India','',0,0,101,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6231,'7846','Chorley','CHORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6232,'15405','Chorrillos','CHORRILLOS',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6233,'43629','Chorzow','CHORZOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6234,'26129','Chos Malal','CHOS MALAL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6235,'13126','Chosei','CHOSEI',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6236,'27949','Choteau','CHOTEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6237,'42627','Chouf','CHOUF',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6238,'4202','Chouzy Sur Cisse','CHOUZY SUR CISSE',NULL,'','France','',0,0,76,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6239,'43740','Chowara','CHOWARA',NULL,'','India','',0,0,101,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6240,'18388','Chowchilla','CHOWCHILLA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6241,'42522','Chranoi','CHRANOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6242,'25231','Christ Church','CHRIST CHURCH',NULL,'','Barbados','',0,0,19,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6243,'6980','Christchurch','CHRISTCHURCH',NULL,'','United Kingdom','Christchurch',0,0,229,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6244,'15095','Christchurch','CHRISTCHURCH',NULL,'','New Zealand','Christchurch',0,0,157,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6245,'884','Christiana','CHRISTIANA',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6246,'44247','Christiana','CHRISTIANA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6247,'19214','Christiana','CHRISTIANA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6248,'31074','Christiansburg','CHRISTIANSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6249,'2289','Christiansfeld','CHRISTIANSFELD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6250,'9848','Christianshaab','CHRISTIANSHAAB',NULL,'','Greenland','',0,0,87,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6251,'32244','Christiansted','CHRISTIANSTED',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6252,'7847','Chryston','CHRYSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6253,'43145','Chtaura','CHTAURA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6254,'35938','Chua','CHUA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6255,'17586','Chuathbaluk','CHUATHBALUK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6256,'24826','Chub Cay','CHUB CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6257,'20343','Chubbuck','CHUBBUCK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6258,'35751','Chubu Int Airport','CHUBU INT AIRPORT',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6259,'42095','Chubut','CHUBUT',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6260,'33100','Chuckey Bend','CHUCKEY BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6261,'15427','Chucuito','CHUCUITO',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6262,'7848','Chudleigh','CHUDLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6263,'17587','Chugiak','CHUGIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6264,'32082','Chugwater','CHUGWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6265,'19745','Chula','CHULA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6266,'7849','Chulmleigh','CHULMLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6267,'17380','Chulu','CHULU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6268,'16953','Chumphon','CHUMPHON',NULL,'','Thailand','',0,0,215,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6270,'37562','Chunan','CHUNAN',NULL,'','China','',0,0,46,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6271,'37733','Chunan','CHUNAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6272,'36016','Chun\'an','CHUN\'AN',NULL,'','China','',0,0,46,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6273,'35818','Chuncheon','CHUNCHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6274,'926','Chung Ho City','CHUNG HO CITY',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6275,'35797','Chungju','CHUNGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6276,'17381','Chungli','CHUNGLI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6277,'13487','Chungmun','CHUNGMUN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6278,'13488','Chungnang-gu','CHUNGNANG-GU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6279,'13489','Chungyn-ri','CHUNGYN-RI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6280,'13127','Chuo-ku','CHUO-KU',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6281,'24940','Chuquisaca','CHUQUISACA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6282,'23174','Chur','CHUR',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6283,'21670','Church Creek','CHURCH CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6284,'25588','Churchill','CHURCHILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6285,'29870','Churchtown','CHURCHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6286,'31075','Churchville','CHURCHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6287,'6981','Churt','CHURT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6288,'39676','Churwalden','CHURWALDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6289,'23675','Chuzhou','CHUZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6290,'16184','Cialos','CIALOS',NULL,'','Reunion','',0,0,178,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6291,'11827','Ciampino','CIAMPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6292,'12882','Cibiana Di Cadore','CIBIANA DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6293,'5179','Ciboure','CIBOURE',NULL,'','France','',0,0,76,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6294,'28701','Cicero','CICERO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6295,'4049','Cicia','CICIA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6296,'15798','Cidade Universitaria','CIDADE UNIVERSITARIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6297,'41152','Cidade Velha','CIDADE VELHA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6298,'44037','Cidra','CIDRA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6299,'43621','Ciechocinek','CIECHOCINEK',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6300,'41202','Ciego De Avila','CIEGO DE AVILA',NULL,'','Cuba','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6301,'2987','Ciempozuelos','CIEMPOZUELOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6302,'1153','Cienaga De Zapata','CIENAGA DE ZAPATA',NULL,'','CUBA','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6303,'1228','Cienfuegos','CIENFUEGOS',NULL,'','CUBA','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6304,'44041','Cierpice','CIERPICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6305,'6331','Cierzac','CIERZAC',NULL,'','France','',0,0,76,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6306,'15609','Cieszyn','CIESZYN',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6307,'3031','Cieza','CIEZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6308,'14013','Cihuatlan','CIHUATLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6309,'10282','Cikarang','CIKARANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6310,'10295','Cilacap','CILACAP',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6311,'16193','Cilaos','CILAOS',NULL,'','Reunion','',0,0,178,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6312,'7851','Cilcennin','CILCENNIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6313,'42792','Cilegon','CILEGON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6314,'38979','Cima Di Porlezza','CIMA DI PORLEZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6315,'34736','Cimarron','CIMARRON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6316,'6417','Cimiez','CIMIEZ',NULL,'','France','',0,0,76,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6317,'36620','Cimpulung Moldvenesc','CIMPULUNG MOLDVENESC',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6318,'29297','Cincinnati','CINCINNATI',NULL,'','United States','',0,0,231,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6319,'11828','Cinecitta','CINECITTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6320,'39130','Ciney','CINEY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6321,'11829','Cinigiano','CINIGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6322,'13021','Cinisello Balsamo','CINISELLO BALSAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6323,'11830','Cinisi','CINISI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6324,'28234','Cinnaminson','CINNAMINSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6325,'11831','Cinquale','CINQUALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6326,'11183','Cinque Terre','CINQUE TERRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6327,'11832','Cinto Euganeo','CINTO EUGANEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6328,'3053','Cintruenigo','CINTRUENIGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6329,'10130','Cipanas','CIPANAS',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6330,'41768','Cipolleti','CIPOLLETI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6331,'42146','Cipolletti','CIPOLLETTI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6332,'17200','Cirali','CIRALI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6333,'27950','Circle','CIRCLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6334,'29299','Circleville','CIRCLEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6335,'10283','Cirebon','CIREBON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6336,'7852','Cirencester','CIRENCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6337,'39338','Cirié','CIRIÉ',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6338,'14180','Cirkewwa','CIRKEWWA',NULL,'','Malta','',0,0,135,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6339,'11833','Ciro Marina','CIRO MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6340,'42793','Cisarua','CISARUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6341,'30526','Cisco','CISCO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6342,'12883','Cison Di Valmarino','CISON DI VALMARINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6343,'37743','Cisterna Di Latina','CISTERNA DI LATINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6344,'11834','Cisternino','CISTERNINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6345,'4203','Cite Universitaire','CITE UNIVERSITAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6346,'35505','Citerna','CITERNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6347,'18390','Citrus Heights','CITRUS HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6348,'11838','Cittadella','CITTADELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6349,'37659','Cittaducale','CITTADUCALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6350,'11839','Cittanova','CITTANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6351,'11840','Cittiglio','CITTIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6352,'6982','City Of Westminster','CITY OF WESTMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6353,'924','Ciudad Acuna','CIUDAD ACUNA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6354,'32187','Ciudad Bolivar','CIUDAD BOLIVAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6355,'16107','Ciudad Del Este','CIUDAD DEL ESTE',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6356,'24151','Ciudad Quesada','CIUDAD QUESADA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6357,'2894','Ciudadela','CIUDADELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6358,'2895','Ciudadella De Menorca','CIUDADELLA DE MENORCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6359,'43483','Ciutadella','CIUTADELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6360,'40235','Civenna','CIVENNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6361,'42319','Cividale Del Friuli','CIVIDALE DEL FRIULI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6362,'11841','Civita Castellana','CIVITA CASTELLANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6363,'41677','Civitanova Marche','CIVITANOVA MARCHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6364,'12762','Civitavecchia','CIVITAVECCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6365,'38116','Civitella Dagliano','CIVITELLA DAGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6366,'23676','Cixi','CIXI',NULL,'','China','',0,0,46,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6367,'29639','Clackamas','CLACKAMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6368,'7853','Clackmannan','CLACKMANNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6369,'34691','Clacton On Sea','CLACTON ON SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6370,'42381','Clacton-on-sea','CLACTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6371,'18392','Clairemont','CLAIREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6372,'19302','Clair-mel City','CLAIR-MEL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6373,'25289','Clairmont','CLAIRMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6374,'6600','Claix','CLAIX',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6375,'17590','Clam Gulch','CLAM GULCH',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6376,'4694','Clamart','CLAMART',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6377,'5454','Clamecy','CLAMECY',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6378,'37321','Clane','CLANE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6379,'7854','Clanfield','CLANFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6380,'17851','Clanton','CLANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6381,'32444','Clanwilliam','CLANWILLIAM',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6382,'7855','Clapham','CLAPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6383,'4204','Clapiers','CLAPIERS',NULL,'','France','',0,0,76,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6384,'19303','Clarcona','CLARCONA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6385,'22027','Clare','CLARE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6386,'26448','Clare','CLARE',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6387,'10720','Clare','CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6388,'10863','Claregalway','CLAREGALWAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6389,'33814','Claremont','CLAREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6390,'43637','Claremont','CLAREMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6391,'32891','Claremore','CLAREMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6392,'10904','Claremorris','CLAREMORRIS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6393,'28702','Clarence','CLARENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6394,'43643','Clarence Point','CLARENCE POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6395,'24861','Clarence Town','CLARENCE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6396,'7857','Clarencefield','CLARENCEFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6397,'30527','Clarendon','CLARENDON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6398,'32544','Clarens','CLARENS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6399,'23008','Clarens','CLARENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6400,'41117','Clarenville','CLARENVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6401,'25290','Claresholm','CLARESHOLM',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6402,'10864','Clarinbridge','CLARINBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6403,'20176','Clarinda','CLARINDA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6404,'20177','Clarion','CLARION',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6405,'29872','Clark','CLARK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6406,'36550','Clark','CLARK',NULL,'','Philippines','',0,0,173,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6407,'18120','Clarkdale','CLARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6408,'19746','Clarkesville','CLARKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6409,'20845','Clarks Hill','CLARKS HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6410,'31968','Clarksburg','CLARKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6411,'27840','Clarksdale','CLARKSDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6412,'22028','Clarkston','CLARKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6413,'41178','Clarkston','CLARKSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6414,'20846','Clarksville','CLARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6415,'38093','Claryville','CLARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6416,'29640','Clatskanie','CLATSKANIE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6417,'27196','Clausthal-zellerfeld','CLAUSTHAL-ZELLERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6418,'28703','Claverack','CLAVERACK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6419,'7858','Claverdon','CLAVERDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6420,'40169','Clavier','CLAVIER',NULL,'','Belgium','',0,0,21,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6421,'11843','Claviere','CLAVIERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6422,'40177','Clavières','CLAVIÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6423,'22029','Clawson','CLAWSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6424,'7859','Clawton','CLAWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6425,'19748','Claxton','CLAXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6426,'17126','Claxton Bay','CLAXTON BAY',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6427,'21034','Clay Center','CLAY CENTER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6428,'7860','Claydon','CLAYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6429,'5845','Claye-souilly','CLAYE-SOUILLY',NULL,'','France','',0,0,76,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6430,'19215','Claymont','CLAYMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6431,'31077','Claypool Hill','CLAYPOOL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6432,'29874','Claysburg','CLAYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6433,'33815','Clayton','CLAYTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6434,'7861','Clayton Le Moors','CLAYTON LE MOORS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6435,'1528','Clayton-le-moors','CLAYTON-LE-MOORS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6436,'6985','Clayton-le-woods','CLAYTON-LE-WOODS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6437,'18395','Clear Lake','CLEAR LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6438,'25589','Clear Lake','CLEAR LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6439,'26684','Clear Mountain','CLEAR MOUNTAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6440,'25413','Clearbrook','CLEARBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6441,'29875','Clearfield','CLEARFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6442,'18397','Clearlake','CLEARLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6443,'32083','Clearmont','CLEARMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6444,'22345','Clearwater','CLEARWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6445,'25414','Clearwater','CLEARWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6446,'6986','Clearwell','CLEARWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6447,'7862','Cleator','CLEATOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6448,'30529','Cleburne','CLEBURNE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6449,'7864','Cleckheaton','CLECKHEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6450,'5383','Clecy','CLECY',NULL,'','France','',0,0,76,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6451,'7865','Cleethorpes','CLEETHORPES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6452,'6987','Cleeve Hill','CLEEVE HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6453,'33816','Clegg','CLEGG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6454,'6988','Cleish','CLEISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6455,'6601','Clelles','CLELLES',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6456,'33817','Clemmons','CLEMMONS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6457,'30305','Clemson','CLEMSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6458,'7866','Cleobury Mortimer','CLEOBURY MORTIMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6459,'5803','Cleon','CLEON',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6460,'26398','Clermont','CLERMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6461,'42347','Clermont','CLERMONT',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6462,'19306','Clermont','CLERMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6463,'5309','Clermont-ferrand','CLERMONT-FERRAND',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6464,'6293','Clermont-les-fermes','CLERMONT-LES-FERMES',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6465,'38311','Clerques','CLERQUES',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6466,'13646','Clervaux','CLERVAUX',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6467,'43989','Clesse','CLESSE',NULL,'','France','',0,0,76,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6468,'26449','Cleve','CLEVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6469,'7867','Clevedon','CLEVEDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6470,'29300','Cleveland','CLEVELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6471,'26685','Cleveland','CLEVELAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6472,'36873','Cleveland-hopkins','CLEVELAND-HOPKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:34','1900-01-01 00:00:00',1,0,1),(6473,'19307','Clewiston','CLEWISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6474,'42767','Cley Next The Sea','CLEY NEXT THE SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6475,'4695','Clichy','CLICHY',NULL,'','France','',0,0,76,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6476,'10865','Clifden','CLIFDEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6477,'6989','Clifford Chambers','CLIFFORD CHAMBERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6478,'28236','Cliffside Park','CLIFFSIDE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6479,'28237','Clifton','CLIFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6480,'32172','Clifton','CLIFTON',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6481,'32429','Clifton','CLIFTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6482,'26686','Clifton Beach','CLIFTON BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6483,'38685','Climping','CLIMPING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6484,'20848','Clinton','CLINTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6485,'25415','Clinton','CLINTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:38','1900-01-01 00:00:00',1,0,1),(6486,'31720','Clintonville','CLINTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6487,'18399','Clio','CLIO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6488,'6232','Clisson','CLISSON',NULL,'','France','',0,0,76,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6489,'7868','Clitheroe','CLITHEROE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6490,'20181','Clive','CLIVE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6491,'41590','Cloghan','CLOGHAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6492,'40590','Clohars-fouesnant','CLOHARS-FOUESNANT',NULL,'','France','',0,0,76,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6493,'10804','Clonakilty','CLONAKILTY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6494,'41589','Clonbur','CLONBUR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6495,'26399','Cloncurry','CLONCURRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6496,'10834','Clondalkin','CLONDALKIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6497,'10930','Clonmel','CLONMEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6498,'10835','Clontarf','CLONTARF',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6499,'41893','Cloppenburg','CLOPPENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6500,'22346','Cloquet','CLOQUET',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6501,'15185','Closeburn','CLOSEBURN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6502,'28513','Cloudcroft','CLOUDCROFT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6503,'7869','Clovelly','CLOVELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6504,'33105','Clover Hill','CLOVER HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6505,'33821','Cloverdale','CLOVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6506,'25416','Cloverdale','CLOVERDALE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6507,'30532','Cloverleaf','CLOVERLEAF',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6508,'28514','Clovis','CLOVIS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6509,'5640','Cloyes-sur-le-loir','CLOYES-SUR-LE-LOIR',NULL,'','France','',0,0,76,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6510,'10805','Cloyne','CLOYNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6511,'1640','Cluj','CLUJ',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6512,'16216','Cluj-napoca','CLUJ-NAPOCA',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6513,'40281','Clun','CLUN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6514,'26893','Clunes','CLUNES',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6515,'5455','Cluny','CLUNY',NULL,'','France','',0,0,76,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6516,'11844','Clusane Sul Lago','CLUSANE SUL LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6517,'35507','Clusone','CLUSONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6518,'31079','Cluster Springs','CLUSTER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6519,'30533','Clute','CLUTE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6520,'29303','Clyde','CLYDE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:43','1900-01-01 00:00:00',1,0,1),(6521,'25793','Clyde River','CLYDE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6522,'7870','Clydebank','CLYDEBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6523,'28708','Clymer','CLYMER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6524,'7871','Clyro','CLYRO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6525,'18402','Coachella','COACHELLA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6526,'18403','Coalinga','COALINGA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6527,'33319','Coalville','COALVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6528,'38141','Coalville','COALVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6529,'15745','Coamo','COAMO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6530,'40763','Coarsegold','COARSEGOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6531,'13037','Coassolo Torinese','COASSOLO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6532,'13993','Coatepec','COATEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6533,'29877','Coatesville','COATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6534,'6990','Coatham Mundeville','COATHAM MUNDEVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6535,'14116','Coatzacoalcos','COATZACOALCOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6536,'14075','Coba','COBA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6537,'42644','Cobano','COBANO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6538,'34135','Cobar','COBAR',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6539,'19751','Cobb Galleria','COBB GALLERIA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6540,'25417','Cobble Hill','COBBLE HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6541,'33106','Cobbly Nob','COBBLY NOB',NULL,'','United States','',0,0,231,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6542,'1679','Cobden','COBDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6543,'10806','Cobh','COBH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6544,'7872','Cobham','COBHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6545,'24954','Cobija','COBIJA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6546,'28709','Cobleskill','COBLESKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6547,'34472','Cobourg','COBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6548,'37807','Cobourg','COBOURG',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6549,'26494','Cobram','COBRAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6550,'43210','Cobreces','COBRECES',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6551,'22727','Coburg','COBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6552,'26495','Coburg','COBURG',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6553,'2390','Coca','COCA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6554,'34395','Cocagne','COCAGNE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6555,'11845','Cocconato','COCCONATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6556,'24938','Cochabamba','COCHABAMBA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6557,'23484','Cochamó','COCHAMÓ',NULL,'','Chile','',0,0,45,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6558,'42290','Coche Island','COCHE ISLAND',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6559,'28710','Cochecton','COCHECTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6560,'617','Cochem','COCHEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6561,'59203','Cochin International Airport','COCHIN INTERNATIONAL AIRPORT',NULL,'','India','',0,0,101,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6562,'28515','Cochiti Lake','COCHITI LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6563,'39753','Cochran','COCHRAN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6564,'43190','Cochrane','COCHRANE',NULL,'','Chile','',0,0,45,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6565,'25291','Cochrane','COCHRANE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6566,'43635','Cockatoo Island','COCKATOO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6567,'16933','Cockburn Town','COCKBURN TOWN',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6568,'24890','Cockburn Town','COCKBURN TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6569,'7873','Cockermouth','COCKERMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6570,'21673','Cockeysville','COCKEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6571,'30534','Cockrell Hill','COCKRELL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6572,'41727','Cocle','COCLE',NULL,'','Panama','',0,0,169,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6573,'34930','Cocles Beach','COCLES BEACH',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6574,'24211','Coco','COCO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6575,'19308','Cocoa','COCOA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6576,'19310','Coconut Creek','COCONUT CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6577,'26199','Coconut Island','COCONUT ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6578,'43681','Cocos Islands','COCOS ISLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6579,'14045','Cocoyoc','COCOYOC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6580,'41153','Coculi','COCULI',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6581,'35509','Codiponte','CODIPONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6582,'37897','Codogne','CODOGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6583,'26159','Codrington','CODRINGTON',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6584,'38735','Codrongianos','CODRONGIANOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6585,'32084','Cody','CODY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6586,'25132','Coelho Da Rocha','COELHO DA ROCHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6587,'26400','Coen','COEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6588,'20345','Coeur D\'alene','COEUR D\'ALENE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6589,'14494','Coevorden','COEVORDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6590,'21035','Coffeyville','COFFEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6591,'17592','Coffman Cove','COFFMAN COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6592,'34136','Coffs Harbour','COFFS HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6593,'41348','Cofino','COFINO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6594,'41730','Cofresi','COFRESI',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6595,'7874','Coggeshall','COGGESHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6596,'6332','Cognac','COGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6597,'4205','Cognat Lyonne','COGNAT LYONNE',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6598,'11846','Cogne','COGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6599,'39185','Cogoleto','COGOLETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6600,'6418','Cogolin','COGOLIN',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6601,'3447','Cogollos','COGOLLOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6602,'11847','Cogolo','COGOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6603,'38848','Cogorno','COGORNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6604,'22347','Cohasset','COHASSET',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6605,'28711','Cohocton','COHOCTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6606,'28712','Cohoes','COHOES',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6607,'43992','Coignieres','COIGNIERES',NULL,'','France','',0,0,76,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6608,'4206','Coignières','COIGNIÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6609,'10672','Coimbatore','COIMBATORE',NULL,'','India','Coimbatore',18,0,101,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6610,'15974','Coimbra','COIMBRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6611,'3211','Coin','COIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6613,'6602','Coise-saint-jean-pied-gauthier','COISE-SAINT-JEAN-PIED-GAUTHIER',NULL,'','France','',0,0,76,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6614,'36384','Col De Kerdous','COL DE KERDOUS',NULL,'','Morocco','',0,0,148,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6615,'26496','Colac','COLAC',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6616,'43741','Colachel','COLACHEL',NULL,'','India','',0,0,101,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6617,'17233','Colakli','COLAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6618,'15998','Colares','COLARES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6619,'39075','Colayrac-saint-cirq','COLAYRAC-SAINT-CIRQ',NULL,'','France','',0,0,76,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6620,'409','Colbe','COLBE',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6621,'37803','Colbordolo','COLBORDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6622,'21036','Colby','COLBY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6623,'36522','Colca','COLCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6624,'31315','Colchester','COLCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6625,'7875','Colchester','COLCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6626,'17593','Cold Bay','COLD BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6627,'25292','Cold Lake','COLD LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6628,'25704','Coldbrook','COLDBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6629,'30535','Coldspring','COLDSPRING',NULL,'','United States','',0,0,231,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6630,'40204','Coldstream','COLDSTREAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6631,'22032','Coldwater','COLDWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6632,'25887','Cole Bay','COLE BAY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6633,'32682','Colebrook','COLEBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6634,'7876','Coleford','COLEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6635,'25293','Coleman','COLEMAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6636,'30536','Coleman','COLEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6637,'7877','Coleraine','COLERAINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6638,'7878','Colerne','COLERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6639,'26832','Coles Bay','COLES BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6640,'7879','Coleshill','COLESHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6641,'31469','Colfax','COLFAX',NULL,'','United States','',0,0,231,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6642,'11848','Colico','COLICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6643,'13965','Colima','COLIMA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6644,'41354','Collado Villalba','COLLADO VILLALBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6645,'2989','Collado-villalba','COLLADO-VILLALBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6646,'5310','Collanges','COLLANGES',NULL,'','France','',0,0,76,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6647,'41301','Collbato','COLLBATO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6648,'2596','Collbató','COLLBATÓ',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6649,'11851','Collecchio','COLLECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6650,'29304','College Corner','COLLEGE CORNER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6651,'33107','Collegedale','COLLEGEDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6652,'29878','Collegeville','COLLEGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6653,'5846','Collegien','COLLEGIEN',NULL,'','France','',0,0,76,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6654,'11852','Collegno','COLLEGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6655,'11185','Collelungo Dei Baschi','COLLELUNGO DEI BASCHI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6656,'37833','Collepepe','COLLEPEPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6657,'11186','Collesalvetti','COLLESALVETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6658,'11853','Collesano','COLLESANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6659,'5384','Colleville-sur-mer','COLLEVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6660,'30539','Colleyville','COLLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6661,'11854','Colli Del Tronto','COLLI DEL TRONTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6662,'4915','Collias','COLLIAS',NULL,'','France','',0,0,76,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6663,'24256','Colliers Bay','COLLIERS BAY',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6664,'33108','Collierville','COLLIERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6665,'39308','Collinas','COLLINAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6666,'34474','Collingwood','COLLINGWOOD',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6667,'43014','Collingwood','COLLINGWOOD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6668,'27843','Collins','COLLINS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6669,'26401','Collinsville','COLLINSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6670,'20502','Collinsville','COLLINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6671,'5909','Collioure','COLLIOURE',NULL,'','France','',0,0,76,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6672,'40733','Collonges-au-mont-dor','COLLONGES-AU-MONT-DOR',NULL,'','France','',0,0,76,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6673,'39766','Collonges-la-rouge','COLLONGES-LA-ROUGE',NULL,'','France','',0,0,76,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6674,'10925','Collooney','COLLOONEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6675,'6758','Colmar','COLMAR',NULL,'','France','',0,0,76,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6676,'3212','Colmenar','COLMENAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6677,'43583','Colne','COLNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6678,'43946','Coloane','COLOANE',NULL,'','Macau','',0,0,128,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6679,'125','Cologne','COLOGNE',NULL,'','Germany','Cologne',0,0,83,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6680,'11855','Cologno Al Serio','COLOGNO AL SERIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6681,'23010','Cologny','COLOGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6682,'11857','Colombaro','COLOMBARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6683,'5722','Colombey-les-deux-églises','COLOMBEY-LES-DEUX-ÉGLISES',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6684,'23176','Colombier','COLOMBIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6685,'9378','Colombier','COLOMBIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6686,'5180','Colombier','COLOMBIER',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6687,'39786','Colombiers','COLOMBIERS',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6688,'6603','Colombier-saugnieu','COLOMBIER-SAUGNIEU',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6689,'13616','Colombo','COLOMBO',NULL,'','Sri Lanka','Colombo',0,0,200,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6690,'6082','Colomiers','COLOMIERS',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6691,'41767','Colon','COLON',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6692,'15356','Colon','COLON',NULL,'','Panama','',0,0,169,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6693,'24868','Colonel Hill','COLONEL HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6694,'6834','Colonia','COLONIA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6695,'872','Colonia','COLONIA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6696,'3448','Colonia De La Estacion','COLONIA DE LA ESTACION',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6697,'13797','Colonia Oaxaca','COLONIA OAXACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6698,'41873','Colonia Tovar','COLONIA TOVAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6699,'31081','Colonial Beach','COLONIAL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6700,'34739','Colorado City','COLORADO CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6701,'11187','Colosseum - Foro Romano','COLOSSEUM - FORO ROMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6702,'21344','Colrain','COLRAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6703,'4207','Colroy La Roche','COLROY LA ROCHE',NULL,'','France','',0,0,76,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6704,'27953','Colstrip','COLSTRIP',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6705,'18405','Colton','COLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6706,'28240','Colts Neck','COLTS NECK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6707,'28241','Columbia','COLUMBIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6708,'29305','Columbiana','COLUMBIANA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:09','1900-01-01 00:00:00',1,0,1),(6709,'29306','Columbus','COLUMBUS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:09','1900-01-01 00:00:00',1,0,1),(6710,'3083','Colunga','COLUNGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6711,'10404','Colva Beach','COLVA BEACH',NULL,'','India','',0,0,101,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6712,'31471','Colville','COLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6713,'25760','Colville Lake','COLVILLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6714,'1394','Colwyn Bay','COLWYN BAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6715,'7880','Colwyn Bay','COLWYN BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6716,'5181','Coly','COLY',NULL,'','France','',0,0,76,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6717,'7881','Colyton','COLYTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6718,'12718','Comacchio','COMACCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6719,'40786','Comala','COMALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6720,'30542','Comanche','COMANCHE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6721,'25038','Comandatuba','COMANDATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6722,'11858','Comano','COMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6723,'38085','Comares','COMARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6724,'2599','Comarruga','COMARRUGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6725,'9962','Comayagua','COMAYAGUA',NULL,'','Honduras','',0,0,97,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6726,'43216','Comber','COMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6727,'24671','Comblain-la-tour','COMBLAIN-LA-TOUR',NULL,'','Belgium','',0,0,21,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6728,'5082','Combloux','COMBLOUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6729,'5528','Combourg','COMBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6730,'40546','Combreux','COMBREUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6731,'5529','Combrit','COMBRIT',NULL,'','France','',0,0,76,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6732,'19754','Comer','COMER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6733,'11859','Comerio','COMERIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6734,'30543','Comfort','COMFORT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6735,'3120','Comillas','COMILLAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6736,'1418','Coming - Painted Post - Ny','COMING - PAINTED POST - NY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6737,'14181','Comino','COMINO',NULL,'','Malta','',0,0,135,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6738,'39556','Comiso','COMISO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6739,'28716','Commack','COMMACK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6740,'18407','Commerce','COMMERCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6741,'5385','Commes','COMMES',NULL,'','France','',0,0,76,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6742,'11860','Commezzadura','COMMEZZADURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6743,'34137','Como','COMO',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6744,'12785','Como','COMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6745,'26114','Comodoro Rivadavia','COMODORO RIVADAVIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6746,'13922','Comondu','COMONDU',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6747,'25418','Comox','COMOX',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6748,'3213','Competa','COMPETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6749,'37963','Compeyre','COMPEYRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6750,'6294','Compiegne','COMPIEGNE',NULL,'','France','',0,0,76,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6751,'11861','Compiobbi','COMPIOBBI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6752,'41910','Comporta','COMPORTA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6753,'3661','Compostela','COMPOSTELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6754,'18408','Compton','COMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6755,'40239','Compton Bassett','COMPTON BASSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6756,'7883','Comrie','COMRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6757,'22034','Comstock Park','COMSTOCK PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6758,'936','Con Dao','CON DAO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6759,'42615','Conakry','CONAKRY',NULL,'','Guinea','',0,0,92,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6760,'30545','Concan','CONCAN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6761,'4912','Concarneau','CONCARNEAU',NULL,'','France','',0,0,76,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6762,'38370','Concei','CONCEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6763,'41983','Conceicao Da Barra','CONCEICAO DA BARRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6764,'23517','Concepcion','CONCEPCION',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6765,'40667','Concepcion De Ataco','CONCEPCION DE ATACO',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6766,'43268','Concepcion Del Uruguay','CONCEPCION DEL URUGUAY',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6767,'40315','Concesio','CONCESIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6768,'16945','Conch Bar','CONCH BAR',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6769,'23539','Conchali','CONCHALI',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6770,'23500','Concon','CONCON',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6771,'29642','Concord','CONCORD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6772,'34138','Concord','CONCORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6773,'34475','Concord','CONCORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:18','1900-01-01 00:00:00',1,0,1),(6774,'27617','Concordia','CONCORDIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6775,'26117','Concordia','CONCORDIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6776,'29880','Concordville','CONCORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6777,'11862','Concorezzo','CONCOREZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6778,'31472','Concrete','CONCRETE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6779,'15746','Condado','CONDADO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6780,'4208','Condat Sur Vezere','CONDAT SUR VEZERE',NULL,'','France','',0,0,76,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6781,'36566','Conde Ixa-a-nova','CONDE IXA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6782,'5386','Condeau','CONDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6783,'39210','Conde-en-brie','CONDE-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6784,'15902','Condeixa A Nova','CONDEIXA A NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6785,'1630','Condeixa-a-nova','CONDEIXA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6786,'6024','Conde-northen','CONDE-NORTHEN',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6787,'34139','Condobolin','CONDOBOLIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6788,'11863','Condofuri','CONDOFURI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6789,'27956','Condon','CONDON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6790,'24108','Condoto','CONDOTO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6791,'6604','Condrieu','CONDRIEU',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6792,'12884','Conegliano','CONEGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6793,'28717','Coney Island','CONEY ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6794,'4209','Conflans Sur Anille','CONFLANS SUR ANILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6795,'4697','Conflans-sainte-honorine','CONFLANS-SAINTE-HONORINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6796,'41552','Conflans-ste-honorine','CONFLANS-STE-HONORINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6797,'29881','Confluence','CONFLUENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6798,'6605','Confrancon','CONFRANCON',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6799,'10905','Cong','CONG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6800,'28718','Congers','CONGERS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6801,'39331','Conghua','CONGHUA',NULL,'','China','',0,0,46,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6802,'7884','Congleton','CONGLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6803,'41305','Congosto','CONGOSTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6804,'1732','Conil','CONIL',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6805,'37488','Conilhac-corbieres','CONILHAC-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6806,'7885','Coniston','CONISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6807,'19757','Conley','CONLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6808,'29310','Conneaut','CONNEAUT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6809,'1126','Connecticut Coast Area - Ct','CONNECTICUT COAST AREA - CT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6810,'5804','Connelles','CONNELLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6811,'29882','Connellsville','CONNELLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6812,'33825','Connellys Springs','CONNELLYS SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6813,'10721','Connemara','CONNEMARA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6814,'20854','Connersville','CONNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6815,'39642','Connolly','CONNOLLY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6816,'33826','Conover','CONOVER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6817,'5910','Conques','CONQUES',NULL,'','France','',0,0,76,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6818,'27957','Conrad','CONRAD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6819,'25294','Conrich','CONRICH',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6820,'30546','Conroe','CONROE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6821,'24920','Consejo','CONSEJO',NULL,'','Belize','',0,0,22,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6822,'11864','Conselve','CONSELVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6823,'43584','Consett','CONSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6824,'29883','Conshohocken','CONSHOHOCKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6825,'25174','Consolacao','CONSOLACAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6826,'127','Constance','CONSTANCE',NULL,'','Germany','',0,0,83,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6827,'16043','Constancia','CONSTANCIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6828,'16217','Constanta','CONSTANTA',NULL,'','Romania','',0,0,179,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6829,'32445','Constantia','CONSTANTIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6830,'3215','Constantina','CONSTANTINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6831,'22035','Constantine','CONSTANTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6832,'37362','Constantine','CONSTANTINE',NULL,'','Algeria','',0,0,3,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6833,'6991','Constantine Bay','CONSTANTINE BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6834,'19758','Constitution','CONSTITUTION',NULL,'','United States','',0,0,231,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6835,'37583','Consuegra','CONSUEGRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6836,'36521','Contadora','CONTADORA',NULL,'','Panama','',0,0,169,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6837,'25081','Contagem','CONTAGEM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6838,'14042','Contepec','CONTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6839,'23177','Conters','CONTERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6840,'11865','Contessa Entellina','CONTESSA ENTELLINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6841,'6233','Contigne','CONTIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6842,'9309','Contin','CONTIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6843,'5127','Contrexeville','CONTREXEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6844,'11190','Contursi Terme','CONTURSI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6845,'28242','Convent Station','CONVENT STATION',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6846,'30548','Converse','CONVERSE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6847,'18003','Conway','CONWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6848,'7886','Conwy','CONWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6849,'19759','Conyers','CONYERS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6850,'29884','Conyngham','CONYNGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6851,'26450','Coober Pedy','COOBER PEDY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6852,'6992','Cooden','COODEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6853,'26954','Coogee','COOGEE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6854,'26200','Cooinda','COOINDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6855,'27958','Cooke City','COOKE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6856,'33112','Cookeville','COOKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6857,'29885','Cooksburg','COOKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6858,'28243','Cookstown','COOKSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6859,'7887','Cookstown','COOKSTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6860,'26402','Cooktown','COOKTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6861,'26687','Coolangatta','COOLANGATTA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6862,'26201','Coolangatta-tweed Heads','COOLANGATTA-TWEED HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6863,'10836','Coolock','COOLOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6864,'26688','Coolum Beach','COOLUM BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6865,'29311','Coolville','COOLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6866,'34141','Cooma','COOMA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6867,'26689','Coomera','COOMERA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6868,'34142','Coonabarabran','COONABARABRAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6869,'34143','Coonamble','COONAMBLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6870,'39721','Coonawarra','COONAWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6871,'10508','Coonoor','COONOOR',NULL,'','India','Coonoor',18,0,101,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6872,'32219','Cooper Island','COOPER ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6873,'17594','Cooper Landing','COOPER LANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6874,'24879','Cooper\'s Town','COOPER\'S TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6875,'29886','Coopersburg','COOPERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6876,'28719','Cooperstown','COOPERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6877,'22036','Coopersville','COOPERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6878,'34144','Coorabell','COORABELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6879,'43375','Coorg','COORG',NULL,'','India','Coorg',17,0,101,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6881,'37214','Cooroy','COOROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6882,'29643','Coos Bay','COOS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6883,'34145','Cootamundra','COOTAMUNDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6884,'10777','Cootehill','COOTEHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6885,'24952','Copacabana','COPACABANA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6886,'31473','Copalis Beach','COPALIS BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6887,'9963','Copan','COPAN',NULL,'','Honduras','',0,0,97,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6888,'11867','Copanello','COPANELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6889,'2142','Copenhagen','COPENHAGEN',NULL,'','Denmark','Copenhagen',0,0,59,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6890,'28721','Copiague','COPIAGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6891,'23515','Copiapo','COPIAPO',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6892,'29312','Copley','COPLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6893,'38146','Copparo','COPPARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6894,'30549','Coppell','COPPELL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6895,'13798','Copper Canyon','COPPER CANYON',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6896,'17595','Copper Center','COPPER CENTER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6897,'30550','Copperas Cove','COPPERAS COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6898,'25794','Coppermine','COPPERMINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6899,'18411','Copperopolis','COPPEROPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6900,'23178','Coppet','COPPET',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6901,'6993','Copthorne','COPTHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6902,'6156','Coquelles','COQUELLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6903,'29644','Coquille','COQUILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6904,'23520','Coquimbo','COQUIMBO',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6905,'25419','Coquitlam','COQUITLAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6906,'42139','Coral Bay','CORAL BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6907,'32233','Coral Bay','CORAL BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6908,'4050','Coral Coast','CORAL COAST',NULL,'','Fiji','',0,0,74,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6909,'25795','Coral Harbour','CORAL HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6910,'20184','Coralville','CORALVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6911,'29887','Coraopolis','CORAOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6912,'11868','Corato','CORATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6913,'6606','Corbas','CORBAS',NULL,'','France','',0,0,76,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6914,'5130','Corbeil-essonnes','CORBEIL-ESSONNES',NULL,'','France','',0,0,76,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6915,'3540','Corbera De Llobregat','CORBERA DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6916,'40637','Corbes','CORBES',NULL,'','France','',0,0,76,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6917,'43374','Corbett','CORBETT',NULL,'','India','',9,0,101,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6918,'44251','Corbetta','CORBETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6919,'5456','Corbigny','CORBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6920,'33614','Corbin','CORBIN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6921,'24694','Corbion','CORBION',NULL,'','Belgium','',0,0,21,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6922,'7888','Corbridge','CORBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6923,'7889','Corby','CORBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6924,'38418','Corçà','CORÇÀ',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6925,'11869','Corciano','CORCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6926,'18412','Corcoran','CORCORAN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6927,'43211','Corcubion','CORCUBION',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6928,'19760','Cordele','CORDELE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6929,'32893','Cordell','CORDELL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6930,'5311','Cordes','CORDES',NULL,'','France','',0,0,76,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6931,'3216','Cordoba','CORDOBA',NULL,'','Spain','Cordoba',0,0,199,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6932,'26100','Cordoba','CORDOBA',NULL,'','Argentina','Cordoba',0,0,10,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6933,'14117','Cordoba','CORDOBA',NULL,'','Mexico','Cordoba',0,0,141,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6934,'5847','Cordon','CORDON',NULL,'','France','',0,0,76,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6935,'17597','Cordova','CORDOVA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6936,'21854','Corea','COREA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6937,'37778','Coredo','COREDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6938,'40463','Corella','CORELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6939,'6607','Corenc','CORENC',NULL,'','France','',0,0,76,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6940,'9239','Corfe Castle','CORFE CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6941,'28722','Corfu','CORFU',NULL,'','United States','',0,0,231,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6942,'36359','Corfu-agios Gordis','CORFU-AGIOS GORDIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6943,'36369','Corfu-alikes','CORFU-ALIKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6944,'36377','Corfu-benitses','CORFU-BENITSES',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6945,'35223','Corfu-dassia','CORFU-DASSIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6946,'35220','Corfu-glyfada','CORFU-GLYFADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6947,'35232','Corfu-gouvia','CORFU-GOUVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6948,'35238','Corfu-ipsos','CORFU-IPSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6949,'35248','Corfu-kanoni','CORFU-KANONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6950,'35249','Corfu-kontokali','CORFU-KONTOKALI',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6951,'35289','Corfu-roda','CORFU-RODA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6952,'42380','Corgarff','CORGARFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6953,'11870','Corgeno','CORGENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6954,'41292','Coria','CORIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6955,'38897','Coriano','CORIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6956,'39357','Corigliano Dotranto','CORIGLIANO DOTRANTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6957,'11871','Corinaldo','CORINALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6958,'31316','Corinth','CORINTH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6959,'9448','Corinth','CORINTH',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6960,'10807','Cork','CORK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6961,'37376','Corleone','CORLEONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6962,'42713','Corlette','CORLETTE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6963,'7890','Corley','CORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6964,'42320','Corlo','CORLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6965,'38523','Cormano','CORMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6966,'38531','Cormeilles','CORMEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6967,'5723','Cormontreuil','CORMONTREUIL',NULL,'','France','',0,0,76,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6968,'43983','Corn Island','CORN ISLAND',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6969,'11872','Cornaredo','CORNAREDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6970,'23179','Cornaux','CORNAUX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6971,'19761','Cornelia','CORNELIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6972,'33828','Cornelius','CORNELIUS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6973,'41487','Cornella De Llobregat','CORNELLA DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6974,'25652','Corner Brook','CORNER BROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6975,'33115','Cornersville','CORNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6976,'6994','Cornhill On Tweed','CORNHILL ON TWEED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6977,'11873','Corniglia','CORNIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6978,'6419','Cornillon-confoux','CORNILLON-CONFOUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6979,'20185','Corning','CORNING',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6980,'32685','Cornish','CORNISH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6981,'18122','Cornville','CORNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6982,'34476','Cornwall','CORNWALL',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6983,'6995','Cornwall','CORNWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6984,'36297','Cornwell','CORNWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6985,'32196','Coro','CORO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6986,'35939','Coroico','COROICO',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6987,'33829','Corolla','COROLLA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6988,'15186','Coromandel','COROMANDEL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6989,'15525','Coron','CORON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6990,'18414','Corona','CORONA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6991,'18415','Coronado','CORONADO',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6992,'34146','Corowa','COROWA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6993,'24901','Corozal','COROZAL',NULL,'','Belize','',0,0,22,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6994,'36245','Corps','CORPS',NULL,'','France','',0,0,76,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6995,'30551','Corpus Christi','CORPUS CHRISTI',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6996,'3802','Corralejo','CORRALEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6997,'28517','Corrales','CORRALES',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6998,'13800','Corredor','CORREDOR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6999,'12957','Correggio','CORREGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(7000,'4698','Correncon En Vercors','CORRENCON EN VERCORS',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7001,'38805','Correns','CORRENS',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7002,'5999','Correze','CORREZE',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7003,'13801','Corridor','CORRIDOR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7004,'26107','Corrientes','CORRIENTES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7005,'41678','Corrubbio Di Negarine','CORRUBBIO DI NEGARINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7006,'26497','Corryong','CORRYONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7007,'11874','Corsano','CORSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7008,'1600','Corse','CORSE',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7009,'7891','Corsham','CORSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7010,'1219','Corsica','CORSICA',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7011,'30553','Corsicana','CORSICANA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7012,'11875','Corsico','CORSICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7013,'7892','Corstorphine','CORSTORPHINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7014,'40717','Cortaillod','CORTAILLOD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7015,'4886','Corte','CORTE',NULL,'','France','',0,0,76,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7016,'40184','Cortegana','CORTEGANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7017,'38119','Cortemilia','CORTEMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7018,'25420','Cortes Bay','CORTES BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7019,'35024','Cortes De La Fronter','CORTES DE LA FRONTER',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7020,'34745','Cortez','CORTEZ',NULL,'','United States','',0,0,231,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7021,'41024','Cortina Dampezzo','CORTINA DAMPEZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7022,'35475','Cortina-borca Cadore','CORTINA-BORCA CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7023,'28726','Cortland','CORTLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7024,'28727','Cortlandt','CORTLANDT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7025,'11876','Cortona','CORTONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7026,'40374','Coruche','CORUCHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7027,'17280','Corum','CORUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7028,'25073','Corumba','CORUMBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7029,'27959','Corvallis','CORVALLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7030,'11877','Corvara','CORVARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7031,'2602','Corvera','CORVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7032,'11191','Corviale','CORVIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7033,'15800','Corvo Island','CORVO ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7034,'7893','Corwen','CORWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7035,'20855','Corydon','CORYDON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7036,'39235','Cosala','COSALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7037,'33116','Cosby','COSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7038,'12705','Cosenza','COSENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7039,'29313','Coshocton','COSHOCTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7040,'2990','Coslada','COSLADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7041,'31474','Cosmopolis','COSMOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7042,'39329','Cosne-cours-sur-loire','COSNE-COURS-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7043,'37787','Cossonay','COSSONAY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7044,'13802','Costa Alegre','COSTA ALEGRE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7045,'43550','Costa Azul','COSTA AZUL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7046,'24972','Costa Do Saiupe','COSTA DO SAIUPE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7047,'11193','Costa Esmeralda','COSTA ESMERALDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7048,'18417','Costa Mesa','COSTA MESA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7049,'37610','Costa Navarino','COSTA NAVARINO',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7050,'35513','Costalunga','COSTALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7051,'11880','Costermano','COSTERMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7052,'11881','Costigliole D\'asti','COSTIGLIOLE D\'ASTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7053,'15545','Cotabato','COTABATO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7054,'2397','Cotacachi','COTACACHI',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7055,'43947','Cotai','COTAI',NULL,'','Macau','',0,0,128,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7056,'4211','Cote D Emeraude','COTE D EMERAUDE',NULL,'','France','',0,0,76,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7057,'25981','Cote-saint-luc','COTE-SAINT-LUC',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7058,'4699','Coti-chiavari','COTI-CHIAVARI',NULL,'','France','',0,0,76,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7059,'24747','Cotonou','COTONOU',NULL,'','Benin','',0,0,23,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7060,'2385','Cotopaxi','COTOPAXI',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7061,'11882','Cotronei','COTRONEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7062,'33830','Cotswold','COTSWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7063,'6996','Cotswolds','COTSWOLDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7064,'22351','Cottage Grove','COTTAGE GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7065,'764','Cottbus','COTTBUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7066,'40028','Cotter','COTTER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7067,'39188','Cottesloe','COTTESLOE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7068,'40344','Cottesmore','COTTESMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7069,'17853','Cottondale','COTTONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7070,'18123','Cottonwood','COTTONWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7071,'30554','Cotulla','COTULLA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7072,'40425','Couches','COUCHES',NULL,'','France','',0,0,76,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7073,'29888','Coudersport','COUDERSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7074,'5387','Coudeville','COUDEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7075,'31475','Cougar','COUGAR',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7076,'5911','Couiza','COUIZA',NULL,'','France','',0,0,76,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7077,'31476','Coulee City','COULEE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7078,'9265','Coulsdon','COULSDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7079,'18418','Coulterville','COULTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7080,'33117','Counce','COUNCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7081,'20347','Council','COUNCIL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7082,'20504','Countryside','COUNTRYSIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7083,'1142','Countryside Hotels Uk','COUNTRYSIDE HOTELS UK',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7084,'43186','County Down','COUNTY DOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7085,'7894','Coupar Angus','COUPAR ANGUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7086,'31478','Coupeville','COUPEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7087,'43999','Coupvray','COUPVRAY',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7088,'5457','Courban','COURBAN',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7089,'5132','Courbevoie','COURBEVOIE',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7090,'5641','Courcay','COURCAY',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7091,'36248','Courcelles De Tourai','COURCELLES DE TOURAI',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7092,'5642','Courcelles-de-touraine','COURCELLES-DE-TOURAINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7093,'4217','Courcelles-sur-vesles','COURCELLES-SUR-VESLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7094,'6608','Courchevel','COURCHEVEL',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7095,'6333','Courcon','COURCON',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7096,'4700','Courcouronnes','COURCOURONNES',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7097,'11883','Courmayeur','COURMAYEUR',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7098,'40524','Courseulles-sur-mer','COURSEULLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7099,'5643','Cour-sur-loire','COUR-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7100,'4218','Courtabeufs','COURTABEUFS',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7101,'41551','Courtaboeuf','COURTABOEUF',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7102,'39615','Courtils','COURTILS',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7103,'21182','Coushatta','COUSHATTA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7104,'5388','Coutances','COUTANCES',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7105,'41550','Coutras','COUTRAS',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7106,'23446','Couvet','COUVET',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7107,'5182','Coux-et-bigaroque','COUX-ET-BIGAROQUE',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7108,'42993','Covadonga','COVADONGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7109,'7895','Cove (Aberdeen)','COVE (ABERDEEN)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7110,'43373','Covelong','COVELONG',NULL,'','India','',0,0,101,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7111,'30245','Coventry','COVENTRY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7112,'7896','Coventry','COVENTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7113,'1148','Coventry','COVENTRY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7114,'12963','Covigliaio','COVIGLIAIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7115,'15895','Covilha','COVILHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7116,'18419','Covina','COVINA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7117,'21183','Covington','COVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7118,'33120','Cowan','COWAN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7119,'40437','Cowan Bridge','COWAN BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7120,'25982','Cowansville','COWANSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7121,'41176','Cowbridge','COWBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7122,'7897','Cowden','COWDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7123,'7898','Cowes','COWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7124,'26498','Cowes','COWES',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7125,'25422','Cowichan Bay','COWICHAN BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7126,'30555','Cowley','COWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7127,'34147','Cowra','COWRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7128,'6998','Cowshill','COWSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7129,'24753','Cox\'s Bazar','COX\'S BAZAR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7130,'28728','Coxsackie','COXSACKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7131,'23479','Coyhaique','COYHAIQUE',NULL,'','Chile','',0,0,45,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7132,'13971','Coyoacan','COYOACAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7133,'28112','Cozad','COZAD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7134,'13805','Cozumel','COZUMEL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7135,'33121','Crab Orchard','CRAB ORCHARD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7136,'26833','Cradle Mountain','CRADLE MOUNTAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7137,'39915','Cradock','CRADOCK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7138,'26796','Crafers','CRAFERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7139,'31317','Craftsbury','CRAFTSBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7140,'34747','Craig','CRAIG',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7141,'32309','Craig Cove','CRAIG COVE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7142,'6999','Craigavon','CRAIGAVON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7143,'7899','Craigellachie','CRAIGELLACHIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7144,'7000','Craigleith','CRAIGLEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7145,'43711','Craiglie','CRAIGLIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7146,'7001','Craiglockhart','CRAIGLOCKHART',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7147,'7900','Craigmillar','CRAIGMILLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7148,'7901','Craignure','CRAIGNURE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7149,'41175','Crail','CRAIL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7150,'16218','Craiova','CRAIOVA',NULL,'','Romania','',0,0,179,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7151,'5083','Cran Gevrier','CRAN GEVRIER',NULL,'','France','',0,0,76,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7152,'29889','Cranberry','CRANBERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7153,'43558','Cranbook','CRANBOOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7154,'37667','Cranborne','CRANBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7155,'26499','Cranbourne','CRANBOURNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7156,'7902','Cranbrook','CRANBROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7157,'25423','Cranbrook','CRANBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7158,'28244','Cranbury','CRANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7159,'39170','Crandola Valsassina','CRANDOLA VALSASSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7160,'31722','Crandon','CRANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7161,'30556','Crane','CRANE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7162,'28245','Cranford','CRANFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7163,'7903','Cranford','CRANFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7164,'41549','Cran-gevrier','CRAN-GEVRIER',NULL,'','France','',0,0,76,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7165,'23462','Crans Montana','CRANS MONTANA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7166,'38679','Cransac','CRANSAC',NULL,'','France','',0,0,76,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7167,'30246','Cranston','CRANSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7168,'11196','Craponi Marina','CRAPONI MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7169,'6609','Craponne','CRAPONNE',NULL,'','France','',0,0,76,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7170,'29648','Crater Lake','CRATER LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7171,'7905','Crathorne','CRATHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7172,'15803','Crato','CRATO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7173,'11884','Craveggia','CRAVEGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7174,'28113','Crawford','CRAWFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7175,'43796','Crawford Bay','CRAWFORD BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7176,'7906','Crawfordsburn','CRAWFORDSBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7177,'20856','Crawfordsville','CRAWFORDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7178,'19318','Crawfordville','CRAWFORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7179,'24927','Crawl','CRAWL',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7180,'7907','Crawley','CRAWLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7181,'7908','Crayke','CRAYKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7182,'6334','Crazannes','CRAZANNES',NULL,'','France','',0,0,76,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7183,'28246','Cream Ridge','CREAM RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7184,'5389','Creances','CREANCES',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7185,'7002','Creaton','CREATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7186,'11885','Creazzo','CREAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7187,'41548','Creches-sur-saone','CRECHES-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7188,'39954','Creciente','CRECIENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7189,'4219','Crecy-la-chapelle','CRECY-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7190,'43585','Crediton','CREDITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7191,'34748','Creede','CREEDE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7192,'33831','Creedmoor','CREEDMOOR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7193,'13948','Creel','CREEL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7194,'6295','Creil','CREIL',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7195,'40289','Creixell','CREIXELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7196,'11886','Cremona','CREMONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7197,'34148','Cremorne','CREMORNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7198,'39245','Creney-pres-troyes','CRENEY-PRES-TROYES',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7199,'5183','Creon','CREON',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7200,'4220','Crepon','CREPON',NULL,'','France','',0,0,76,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7201,'6296','Crepy-en-valois','CREPY-EN-VALOIS',NULL,'','France','',0,0,76,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7202,'43304','Cres','CRES',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7203,'29649','Crescent','CRESCENT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7204,'25425','Crescent Beach','CRESCENT BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7205,'20187','Cresco','CRESCO',NULL,'','United States','',0,0,231,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7206,'11887','Crespina','CRESPINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7207,'37772','Cresson','CRESSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7208,'23011','Cressy','CRESSY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7209,'34749','Crested Butte','CRESTED BUTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7210,'18421','Crestline','CRESTLINE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7211,'20188','Creston','CRESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7212,'25426','Creston','CRESTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7213,'19320','Crestview','CRESTVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7214,'6610','Crest-voland','CREST-VOLAND',NULL,'','France','',0,0,76,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7215,'20506','Crestwood','CRESTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7216,'29650','Creswell','CRESWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7217,'42138','Creswick','CRESWICK',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7218,'36361','Crete-agios Nikolaos','CRETE-AGIOS NIKOLAOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7219,'36372','Crete-amoudara','CRETE-AMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7220,'35221','Crete-chania','CRETE-CHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7221,'35224','Crete-drosia','CRETE-DROSIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7222,'35227','Crete-elounda Beach','CRETE-ELOUNDA BEACH',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7223,'35233','Crete-gouves','CRETE-GOUVES',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7224,'35234','Crete-heraklion','CRETE-HERAKLION',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7225,'35256','Crete-hersonissos','CRETE-HERSONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7226,'4701','Creteil','CRETEIL',NULL,'','France','',0,0,76,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7227,'35262','Crete-malia','CRETE-MALIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7228,'35281','Crete-panormo','CRETE-PANORMO',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7229,'35287','Crete-rethymnon','CRETE-RETHYMNON',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7230,'35292','Crete-sisi','CRETE-SISI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7231,'41005','Crete-sissi','CRETE-SISSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7232,'35241','Crete-sitia','CRETE-SITIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7233,'35304','Crete-vamos','CRETE-VAMOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7234,'4221','Creuse','CREUSE',NULL,'','France','',0,0,76,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7235,'27619','Creve Coeur','CREVE COEUR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7236,'7909','Crewe','CREWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7237,'7910','Crewkerne','CREWKERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7238,'7911','Crianlarich','CRIANLARICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7239,'7912','Criccieth','CRICCIETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7240,'25178','Criciuma','CRICIUMA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7241,'7913','Crick','CRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7242,'7914','Crickhowell','CRICKHOWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7243,'7915','Cricklade','CRICKLADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7244,'5390','Cricqueboeuf','CRICQUEBOEUF',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7245,'7916','Crieff','CRIEFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7246,'5805','Criel-sur-mer','CRIEL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7247,'35327','Crikvenica','CRIKVENICA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7248,'6420','Crillon-le-brave','CRILLON-LE-BRAVE',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7249,'7917','Crinan','CRINAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7250,'34750','Cripple Creek','CRIPPLE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7251,'21676','Crisfield','CRISFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7252,'23180','Crissier','CRISSIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7253,'41985','Cristiano Otoni','CRISTIANO OTONI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7254,'15352','Cristobal','CRISTOBAL',NULL,'','Panama','',0,0,169,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7255,'31723','Crivitz','CRIVITZ',NULL,'','United States','',0,0,231,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7256,'830','Crivitz','CRIVITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7257,'34149','Croa','CROA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7258,'39719','Croachy','CROACHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7259,'40329','Croagh','CROAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7260,'11198','Croce Di Magara','CROCE DI MAGARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7261,'11888','Crocevie','CROCEVIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7262,'9841','Crochu','CROCHU',NULL,'','Grenada','',0,0,88,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7263,'30557','Crockett','CROCKETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7264,'128','Croeffelbach','CROEFFELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7265,'1706','Croffelbach','CROFFELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7266,'6611','Crolles','CROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7267,'7918','Cromarty','CROMARTY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7268,'7919','Cromer','CROMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7269,'19069','Cromwell','CROMWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7270,'15098','Cromwell','CROMWELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7271,'9332','Cronton','CRONTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7272,'7920','Crook','CROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7273,'17600','Crooked Creek','CROOKED CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7274,'24915','Crooked Tree','CROOKED TREE',NULL,'','Belize','',0,0,22,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7275,'7921','Crooklands','CROOKLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7276,'22353','Crookston','CROOKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7277,'11889','Cropani','CROPANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7278,'22354','Crosby','CROSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7279,'7922','Crosby','CROSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7280,'7003','Crosby-on-eden','CROSBY-ON-EDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7281,'6234','Crosmieres','CROSMIERES',NULL,'','France','',0,0,76,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7282,'18004','Crossett','CROSSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7283,'7004','Crossgates','CROSSGATES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7284,'7923','Crosshouse','CROSSHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7285,'38519','Crosslake','CROSSLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7286,'33122','Crossville','CROSSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7287,'7005','Crosthwaite','CROSTHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7288,'7924','Croston','CROSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7289,'12706','Crotone','CROTONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7290,'28729','Croton-on-hudson','CROTON-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7291,'4222','Crots','CROTS',NULL,'','France','',0,0,76,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7292,'6335','Croutelle','CROUTELLE',NULL,'','France','',0,0,76,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7293,'7925','Crowborough','CROWBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7294,'30559','Crowley','CROWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7295,'28730','Crown Point','CROWN POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7296,'17119','Crown Point','CROWN POINT',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7297,'34150','Crows Nest','CROWS NEST',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7298,'7926','Crowthorne','CROWTHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7299,'7927','Croxdale','CROXDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7300,'7928','Croyde','CROYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7301,'7929','Croydon','CROYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7302,'26690','Croydon','CROYDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7303,'5312','Crozet','CROZET',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7304,'31084','Crozet','CROZET',NULL,'','United States','',0,0,231,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7305,'5530','Crozon','CROZON',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7306,'7930','Crudwell','CRUDWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7307,'37916','Crumlin','CRUMLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7308,'38425','Crump','CRUMP',NULL,'','United States','',0,0,231,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7309,'24707','Crupet','CRUPET',NULL,'','Belgium','',0,0,21,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7310,'6612','Cruseilles','CRUSEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7311,'32234','Cruz Bay','CRUZ BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7312,'13806','Cruz De Huanacaxtle','CRUZ DE HUANACAXTLE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7313,'25016','Cruzeiro Do Sul','CRUZEIRO DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7314,'22355','Crystal','CRYSTAL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7315,'34151','Crystal Creek','CRYSTAL CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7316,'43809','Crystal Harbour','CRYSTAL HARBOUR',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7317,'10114','Csepreg','CSEPREG',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7318,'10071','Cserszegtomaj','CSERSZEGTOMAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7319,'35338','Csopak','CSOPAK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7320,'16980','Cua Dia Beach','CUA DIA BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7321,'41467','Cuacos De Yuste','CUACOS DE YUSTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7322,'13972','Cuajimalpa','CUAJIMALPA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7323,'13959','Cuatrocienegas De Carranza','CUATROCIENEGAS DE CARRANZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7324,'13935','Cuauhtemoc','CUAUHTEMOC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7325,'13973','Cuautepec','CUAUTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7326,'41785','Cuautitlan','CUAUTITLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7327,'13960','Cuautla','CUAUTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7328,'27620','Cuba','CUBA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7329,'7931','Cuckfield','CUCKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7330,'6157','Cucq','CUCQ',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7331,'40110','Cucugnan','CUCUGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7332,'38966','Cucuron','CUCURON',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7333,'24118','Cucuta','CUCUTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7334,'18422','Cudahy','CUDAHY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7335,'10509','Cuddapah','CUDDAPAH',NULL,'','India','Cuddapah',7,0,101,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7336,'7932','Cuddington','CUDDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7337,'3084','Cudillero','CUDILLERO',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7338,'38265','Cudrefin','CUDREFIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7339,'26585','Cue','CUE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7340,'2391','Cuenca','CUENCA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7341,'14046','Cuernavaca','CUERNAVACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7342,'42186','Cuevas De San Marcos','CUEVAS DE SAN MARCOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7343,'23181','Cugy','CUGY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7344,'24961','Cuiaba','CUIABA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7345,'23802','Cuijiazhuang','CUIJIAZHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7346,'14568','Cuijk','CUIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7347,'5004','Cuincy','CUINCY',NULL,'','France','',0,0,76,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7348,'25898','Cul De Sac','CUL DE SAC',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7349,'9379','Cul De Sac','CUL DE SAC',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7350,'24212','Culebra','CULEBRA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7351,'15747','Culebra','CULEBRA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7352,'14089','Culiacan','CULIACAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7353,'7933','Cullen','CULLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7354,'33124','Culleoka','CULLEOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7355,'3219','Cullera','CULLERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7356,'43212','Culleredo','CULLEREDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7357,'32557','Cullinan','CULLINAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7358,'17854','Cullman','CULLMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7359,'37470','Cullompton','CULLOMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7360,'33832','Cullowhee','CULLOWHEE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7361,'23182','Cully','CULLY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7362,'31085','Culpeper','CULPEPER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7363,'7934','Culrain','CULRAIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7364,'7935','Cultra','CULTRA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7365,'7936','Cults','CULTS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7366,'18423','Cultural District - Japantown','CULTURAL DISTRICT - JAPANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7367,'1435','Cultural Triangle','CULTURAL TRIANGLE',NULL,'','SRI LANKA','',0,0,200,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7368,'20858','Culver','CULVER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7369,'32211','Cumana','CUMANA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7370,'31724','Cumberland','CUMBERLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7371,'7937','Cumbernauld','CUMBERNAULD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7372,'19764','Cumming','CUMMING',NULL,'','United States','',0,0,231,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7373,'21346','Cummington','CUMMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7374,'7938','Cumnock','CUMNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7375,'12799','Cuneo','CUNEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7376,'25200','Cunha','CUNHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7377,'38869','Cunit','CUNIT',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7378,'26403','Cunnamulla','CUNNAMULLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7379,'40098','Cunovo','CUNOVO',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7380,'43679','Cunungra','CUNUNGRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7381,'38477','Cuorgne','CUORGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7382,'7939','Cupar','CUPAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7383,'25899','Cupe Coy','CUPE COY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7384,'18425','Cupertino','CUPERTINO',NULL,'','United States','',0,0,231,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7385,'1146','Curacao','CURACAO',NULL,'','CURAÇAO','',0,0,465,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7386,'25897','Curacao','CURACAO',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7387,'15854','Curia','CURIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7388,'36006','Curico','CURICO',NULL,'','Chile','',0,0,45,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7389,'38731','Curiel','CURIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7390,'39813','Curinga','CURINGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7391,'25112','Curitiba','CURITIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7392,'39858','Curno','CURNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7393,'37420','Curon Venosta','CURON VENOSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7394,'10936','Curragh','CURRAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7395,'26691','Currumbin','CURRUMBIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7396,'38399','Cursi','CURSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7397,'11200','Curtatone','CURTATONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7398,'36621','Curtea De Arges','CURTEA DE ARGES',NULL,'','Romania','',0,0,179,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7399,'29314','Curtice','CURTICE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7400,'24163','Curu Reserve','CURU RESERVE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7401,'6336','Curzay-sur-vonne','CURZAY-SUR-VONNE',NULL,'','France','',0,0,76,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7402,'11201','Cusago','CUSAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7403,'16565','Cuscatlan International Airport (Sal)','CUSCATLAN INTERNATIONAL AIRPORT (SAL)',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7404,'15368','Cusco','CUSCO',NULL,'','Peru','cusco',0,0,172,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7405,'32894','Cushing','CUSHING',NULL,'','United States','',0,0,231,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7406,'33001','Custer','CUSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7407,'11890','Custonaci','CUSTONACI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7408,'28732','Cutchogue','CUTCHOGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7409,'19765','Cuthbert','CUTHBERT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7410,'11891','Cutigliano','CUTIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7411,'39370','Cutler','CUTLER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7412,'26130','Cutral','CUTRAL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7413,'39106','Cutro','CUTRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7414,'40633','Cutrofiano','CUTROFIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7415,'40806','Cuttack','CUTTACK',NULL,'','India','Cuttack',8,0,101,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7416,'27197','Cuxhaven','CUXHAVEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7417,'29315','Cuyahoga Falls','CUYAHOGA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7418,'15526','Cuyo','CUYO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7419,'13966','Cuyutlan','CUYUTLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7420,'868','Cuzco','CUZCO',NULL,'','Peru','',0,0,172,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7421,'7007','Cwmbran','CWMBRAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7422,'14298','Cyberjaya','CYBERJAYA',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7423,'1151','Cyclades','CYCLADES',NULL,'','GREECE','',0,0,86,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7424,'18426','Cypress','CYPRESS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7425,'1685','Cyprus','CYPRUS',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7426,'44042','Czeladz','CZELADZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7427,'15615','Czestochowa','CZESTOCHOWA',NULL,'','Poland','Czestochowa',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7428,'38366','Czorsztyn','CZORSZTYN',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7429,'27848','D Iberville','D IBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7430,'42839','Dabong','DABONG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7431,'22728','Dachau','DACHAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7432,'16431','Dachnoye','DACHNOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7433,'39043','Daday','DADAY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7434,'19324','Dade City','DADE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7435,'17856','Dadeville','DADEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7436,'23570','Dadonghai','DADONGHAI',NULL,'','China','',0,0,46,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7437,'13490','Daegu','DAEGU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7438,'35800','Daegu','DAEGU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7439,'35817','Daejeon','DAEJEON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7440,'15496','Daet','DAET',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7441,'23677','Dagang','DAGANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7442,'18427','Daggett','DAGGETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7443,'15436','Dagupan','DAGUPAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7444,'2420','Dahab','DAHAB',NULL,'','Egypt','',0,0,65,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7445,'39818','Dahej','DAHEJ',NULL,'','India','',0,0,101,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7446,'27198','Dahlem','DAHLEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7447,'1967','Dahlewitz','DAHLEWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7448,'31086','Dahlgren','DAHLGREN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7449,'19766','Dahlonega','DAHLONEGA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7450,'41029','Dahlwitz Hoppegarten','DAHLWITZ HOPPEGARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7451,'765','Dahlwitz-hoppegarten','DAHLWITZ-HOPPEGARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7452,'618','Dahn','DAHN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7453,'23887','Dahongmen','DAHONGMEN',NULL,'','China','',0,0,46,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7454,'13228','Daigo','DAIGO',NULL,'','Japan','',0,0,110,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7455,'36299','Dailly','DAILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7456,'3405','Daimiel','DAIMIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7457,'26692','Daintree','DAINTREE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7458,'5458','Daix','DAIX',NULL,'','France','',0,0,76,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7459,'42086','Dak Lak','DAK LAK',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7460,'16520','Dakar','DAKAR',NULL,'','Senegal','',0,0,187,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7461,'13675','Dakhla','DAKHLA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7462,'42424','Dakhla Oasis','DAKHLA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7463,'39976','Dakota Dunes','DAKOTA DUNES',NULL,'','United States','',0,0,231,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7464,'17201','Dalaman','DALAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7465,'23954','Dalang','DALANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7466,'16664','Dalarna - Gavlebourg','DALARNA - GAVLEBOURG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7467,'41853','Dalat','DALAT',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7468,'15297','Dalbandin','DALBANDIN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7469,'7940','Dalbeattie','DALBEATTIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7470,'26693','Dalby','DALBY',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7471,'21185','Dalcour','DALCOUR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7472,'25295','Dalemead','DALEMEAD',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7473,'15000','Dalen','DALEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7474,'20860','Daleville','DALEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7475,'40503','Dalfsen','DALFSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7476,'30561','Dalhart','DALHART',NULL,'','United States','',0,0,231,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7477,'34396','Dalhousie','DALHOUSIE',NULL,'','Canada','Dalhousie',0,0,39,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7478,'10510','Dalhousie','DALHOUSIE',NULL,'','India','Dalhousie',1,0,101,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7479,'23945','Dali','DALI',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7480,'23868','Dalian','DALIAN',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7481,'23955','Daliang','DALIANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7482,'14299','Dalit Beach','DALIT BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7483,'7941','Dalkeith','DALKEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7484,'10837','Dalkey','DALKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7485,'29652','Dallas','DALLAS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7486,'30564','Dallas-fort Worth International Airport (Dfw)','DALLAS-FORT WORTH INTERNATIONAL AIRPORT (DFW)',NULL,'','United States','',0,0,231,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7487,'23183','Dallenwil','DALLENWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7488,'40080','Dallgow-doberitz','DALLGOW-DOBERITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7489,'37231','Dallikon','DALLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7490,'41173','Dalmally','DALMALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7491,'43228','Dalmatian Riviera','DALMATIAN RIVIERA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7492,'11892','Dalmine','DALMINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7493,'7942','Dalry','DALRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7494,'19768','Dalton','DALTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7495,'7943','Dalwhinnie','DALWHINNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7496,'30565','Dalworthington Gardens','DALWORTHINGTON GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7497,'18428','Daly City','DALY CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7498,'17202','Dalyan','DALYAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7499,'14300','Damai Beach','DAMAI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7500,'10702','Daman','DAMAN',NULL,'','India','Daman',37,0,101,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7501,'36440','Damaraland','DAMARALAND',NULL,'','Namibia','',0,0,151,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7502,'21855','Damariscotta','DAMARISCOTTA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7503,'43838','Damas','DAMAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7504,'16925','Damascus','DAMASCUS',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7505,'38451','Damasta','DAMASTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7506,'13600','Dambulla','DAMBULLA',NULL,'','Sri Lanka',' Dambulla',0,0,200,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7507,'5531','Damgan','DAMGAN',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7508,'36657','Dammam','DAMMAM',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7509,'16488','Damman','DAMMAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7510,'5096','Dammarie Les Lys','DAMMARIE LES LYS',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7511,'41546','Dammarie-les-lys','DAMMARIE-LES-LYS',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7512,'24695','Damme','DAMME',NULL,'','Belgium','',0,0,21,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7513,'704','Damp','DAMP',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7514,'26586','Dampier','DAMPIER',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7515,'5772','Dampierre-sur-salon','DAMPIERRE-SUR-SALON',NULL,'','France','',0,0,76,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7516,'16981','Dan Markham Tia','DAN MARKHAM TIA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7517,'18429','Dana Point','DANA POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7518,'37085','Danang','DANANG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7519,'31725','Danbury','DANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7520,'7008','Danby','DANBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7521,'31318','Danby','DANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7522,'40844','Dandeli','DANDELI',NULL,'','India','',0,0,101,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7523,'26500','Dandenong','DANDENONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7524,'16818','Danderyd','DANDERYD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7525,'23869','Dandong','DANDONG',NULL,'','China','',0,0,46,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7526,'33126','Dandridge','DANDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7527,'31726','Dane County Regional Airport (Msn)','DANE COUNTY REGIONAL AIRPORT (MSN)',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7528,'27199','Dangast','DANGAST',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7529,'24922','Dangriga','DANGRIGA',NULL,'','Belize','',0,0,22,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7530,'36884','Dania','DANIA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7531,'31970','Daniels','DANIELS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7532,'19072','Danielson','DANIELSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7533,'5773','Danjoutin','DANJOUTIN',NULL,'','France','',0,0,76,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7534,'17445','Danshuei','DANSHUEI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7535,'42304','Danshui','DANSHUI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7536,'28733','Dansville','DANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7537,'26980','Danubian Plains And Plateaus','DANUBIAN PLAINS AND PLATEAUS',NULL,'','Austria','',0,0,14,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7538,'21348','Danvers','DANVERS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7539,'31319','Danville','DANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7540,'17858','Daphne','DAPHNE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7541,'9450','Daphni','DAPHNI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7542,'15509','Dapitan','DAPITAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7543,'42676','Dapoli','DAPOLI',NULL,'','India','Dapoli',5,0,101,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7544,'36021','Daqing','DAQING',NULL,'','China','',0,0,46,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7545,'17455','Dar Es Salaam','DAR ES SALAAM',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7546,'10625','Darbhanga','DARBHANGA',NULL,'','India','',0,0,101,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7547,'27961','Darby','DARBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7548,'18431','Dardanelle','DARDANELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7549,'6613','Dardilly','DARDILLY',NULL,'','France','',0,0,76,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7550,'9333','Daresbury','DARESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7551,'36836','Dar-es-salaam','DAR-ES-SALAAM',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7552,'11202','Darfo Boario Terme','DARFO BOARIO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7553,'43015','Dargaville','DARGAVILLE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7554,'39433','Dargle','DARGLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7555,'20509','Darien','DARIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7556,'10407','Darjeeling','DARJEELING',NULL,'','India','Darjeeling',12,0,101,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7557,'26202','Darling Downs','DARLING DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7558,'39004','Darlinghurst','DARLINGHURST',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7559,'34154','Darlington','DARLINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7560,'21679','Darlington','DARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7561,'7944','Darlington','DARLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7562,'40200','Darlowo','DARLOWO',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7563,'410','Darmstadt','DARMSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7564,'26203','Darnley Island','DARNLEY ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7565,'39033','Daroca','DAROCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7566,'21186','Darrow','DARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7567,'9267','Dartford','DARTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7568,'7010','Dartmeet','DARTMEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7569,'7011','Dartmoor','DARTMOOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7570,'25705','Dartmouth','DARTMOUTH',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7571,'7945','Dartmouth','DARTMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7572,'21349','Dartmouth','DARTMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7573,'9252','Darwen','DARWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7574,'26641','Darwin','DARWIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7575,'35930','Darwin-airport','DARWIN-AIRPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7576,'40845','Dasada','DASADA',NULL,'','India','',16,0,101,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7577,'44309','Dashoguz','DASHOGUZ',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7578,'38949','Dashu','DASHU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7579,'22729','Dasing','DASING',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7580,'41447','Dasman','DASMAN',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7581,'15446','Dasmarinas Village','DASMARINAS VILLAGE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7582,'831','Dassow','DASSOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7583,'10153','Datadawai','DATADAWAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7584,'14301','Datai Bay','DATAI BAY',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7585,'17338','Datca','DATCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7586,'7946','Datchet','DATCHET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7587,'42867','Date','DATE',NULL,'','Japan','',0,0,110,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7588,'32348','Dathina','DATHINA',NULL,'','Yemen','',0,0,240,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7589,'23915','Datong','DATONG',NULL,'','China','',0,0,46,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7590,'26204','Dauan Island','DAUAN ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7591,'13667','Daugavpils','DAUGAVPILS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7592,'15524','Dauin','DAUIN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7593,'619','Daun','DAUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7594,'25591','Dauphin','DAUPHIN',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7595,'17859','Dauphin Island','DAUPHIN ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7596,'40807','Dausa','DAUSA',NULL,'','India','Dausa',2,0,101,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7597,'15546','Davao','DAVAO',NULL,'','Philippines','Davao',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7598,'36556','Davao-samal Island','DAVAO-SAMAL ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7599,'19326','Davenport','DAVENPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7600,'7947','Daventry','DAVENTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7601,'40370','Daveyton','DAVEYTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7602,'6614','Davezieux','DAVEZIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7603,'15349','David','DAVID',NULL,'','Panama','',0,0,169,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7604,'33833','Davidson','DAVIDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7605,'19327','Davie','DAVIE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7606,'7948','Daviot','DAVIOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7607,'32895','Davis','DAVIS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7608,'22038','Davison','DAVISON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7609,'23012','Davos','DAVOS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7610,'23013','Davos-dorf','DAVOS-DORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7611,'23014','Davos-platz','DAVOS-PLATZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7612,'40151','Davutlar','DAVUTLAR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7613,'16489','Dawadmi','DAWADMI',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7614,'7949','Dawlish','DAWLISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7615,'25888','Dawn Beach','DAWN BEACH',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7616,'19771','Dawson','DAWSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7617,'22977','Dawson City','DAWSON CITY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7618,'19772','Dawsonville','DAWSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7619,'23678','Dawuji','DAWUJI',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7620,'4964','Dax','DAX',NULL,'','France','',0,0,76,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7621,'23991','Daxian','DAXIAN',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7622,'23572','Daya Bay','DAYA BAY',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7623,'26205','Daydream Island','DAYDREAM ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7624,'26895','Daylesford','DAYLESFORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7625,'17536','Dayman','DAYMAN',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7626,'1747','Dayong','DAYONG',NULL,'','China','',0,0,46,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7627,'33127','Dayton','DAYTON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7628,'1154','Daytona Area - Fl','DAYTONA AREA - FL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7629,'39673','Dayuan','DAYUAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7630,'29653','Dayville','DAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7631,'43903','Dazaifu','DAZAIFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7632,'36022','Dazu','DAZU',NULL,'','China','',0,0,46,'2016-10-17 10:50:02','1900-01-01 00:00:00',1,0,1),(7633,'43146','Dbayeh','DBAYEH',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:50:02','1900-01-01 00:00:00',1,0,1),(7634,'23','Dead Mans Flats','DEAD MANS FLATS',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7635,'35703','Dead Sea','DEAD SEA',NULL,'','Jordan','',0,0,111,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7636,'11034','Dead Sea','DEAD SEA',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7637,'24862','Deadmans Cay','DEADMANS CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7638,'33004','Deadwood','DEADWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7639,'7950','Deal','DEAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7640,'21680','Deale','DEALE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7641,'7951','Deanshanger','DEANSHANGER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7642,'22039','Dearborn','DEARBORN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7643,'25428','Dease Lake','DEASE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7644,'18433','Death Valley','DEATH VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7645,'4869','Deauville','DEAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7646,'41334','Deba','DEBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7647,'17601','Debarr Vista','DEBARR VISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7648,'19332','Debary','DEBARY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7649,'15686','Debica','DEBICA',NULL,'','Poland','',0,0,174,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7650,'3845','Debra Marcos','DEBRA MARCOS',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7651,'10087','Debrecen','DEBRECEN',NULL,'','Hungary','',0,0,99,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7652,'28736','Debruce','DEBRUCE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7653,'20511','Decatur','DECATUR',NULL,'','United States','',0,0,231,'2016-10-17 10:50:06','1900-01-01 00:00:00',1,0,1),(7654,'33128','Decherd','DECHERD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7655,'24356','Decin','DECIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7656,'6615','Decines-charpieu','DECINES-CHARPIEU',NULL,'','France','',0,0,76,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7657,'30569','Decker Prairie','DECKER PRAIRIE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7658,'20193','Decorah','DECORAH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7659,'9318','Deddington','DEDDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7660,'43692','Dededo','DEDEDO',NULL,'','Guam','',0,0,90,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7661,'7952','Dedham','DEDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7662,'21350','Dedham','DEDHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7663,'16365','Dedovsk','DEDOVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7664,'25653','Deer Lake','DEER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7665,'29319','Deerfield','DEERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:09','1900-01-01 00:00:00',1,0,1),(7666,'38049','Deerhurst','DEERHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7667,'17602','Deering','DEERING',NULL,'','United States','',0,0,231,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7668,'22356','Deerwood','DEERWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7669,'44188','Deeside','DEESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7670,'29320','Defiance','DEFIANCE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7671,'3846','Degahbur','DEGAHBUR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7672,'37256','Degania Bet','DEGANIA BET',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7673,'7953','Deganwy','DEGANWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7674,'43712','Degarra','DEGARRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7675,'3960','Degero','DEGERO',NULL,'','Finland','',0,0,75,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7676,'22730','Deggendorf','DEGGENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7677,'16388','Degunino','DEGUNINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7678,'41828','Dehesa De Campoamor','DEHESA DE CAMPOAMOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7680,'10408','Dehradun','DEHRADUN',NULL,'','India','Dehradun',9,0,101,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7681,'43484','Deia','DEIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7682,'620','Deidesheim','DEIDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7683,'36715','Deie Ez Zor','DEIE EZ ZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7684,'1274','Deir Ez Zor','DEIR EZ ZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7685,'16927','Deirezzor','DEIREZZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7686,'129','Deisslingen','DEISSLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7687,'11893','Deiva Marina','DEIVA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7688,'20513','Dekalb','DEKALB',NULL,'','United States','',0,0,231,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7689,'25296','Delacour','DELACOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7690,'31730','Delafield','DELAFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7691,'19335','Deland','DELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7692,'18435','Delano','DELANO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7693,'31731','Delavan','DELAVAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7694,'29322','Delaware','DELAWARE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7695,'27343','Delbruck','DELBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7696,'14747','Delden','DELDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7697,'42306','Delemont','DELEMONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7698,'14710','Delft','DELFT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7699,'10958','Delgany','DELGANY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7700,'28738','Delhi Hills','DELHI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7701,'130443','Delhi','DELHI',NULL,'','India','Tour and Travel packages Delhi | New Delhi Holiday',4,0,101,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7702,'2107','Delices','DELICES',NULL,'','Dominica','',0,0,500,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7703,'13897','Delicias','DELICIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7704,'25761','Deline','DELINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7705,'10131','Delitua','DELITUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7706,'1874','Delitzsch','DELITZSCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7707,'1707','Delitzsch-leipzig','DELITZSCH-LEIPZIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7708,'39653','Delley-portalban','DELLEY-PORTALBAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7709,'29324','Dellroy','DELLROY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7710,'21681','Delmar','DELMAR',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7711,'27200','Delmenhorst','DELMENHORST',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7712,'29895','Delmont','DELMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7713,'26834','Deloraine','DELORAINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7714,'9452','Delphi','DELPHI',NULL,'','Greece','Delphi',0,0,86,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7715,'29326','Delphos','DELPHOS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7716,'25429','Delta','DELTA',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7717,'34752','Delta','DELTA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7718,'26206','Delta Downs','DELTA DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7719,'2611','Deltebre','DELTEBRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7720,'19337','Deltona','DELTONA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7721,'10511','Delwara','DELWARA',NULL,'','India','',0,0,101,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7722,'3847','Dembidollo','DEMBIDOLLO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7723,'28518','Deming','DEMING',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7724,'44000','Demi-quartier','DEMI-QUARTIER',NULL,'','France','',0,0,76,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7725,'17861','Demopolis','DEMOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7726,'37451','Demre','DEMRE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7727,'17604','Denali','DENALI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7728,'4051','Denarau Island','DENARAU ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7729,'7954','Denbigh','DENBIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7730,'38516','Denby Dale','DENBY DALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7731,'36024','Dengfeng','DENGFENG',NULL,'','China','',0,0,46,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7732,'7955','Denham','DENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7733,'26587','Denham','DENHAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7734,'21189','Denham Springs','DENHAM SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7735,'3749','Denia','DENIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7736,'34155','Deniliquin','DENILIQUIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7737,'16915','Denis Island','DENIS ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7738,'30573','Denison','DENISON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7739,'17283','Denizli','DENIZLI',NULL,'','Turkey','Denizli',0,0,222,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7740,'17203','Denizyaka','DENIZYAKA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7741,'33129','Denmark','DENMARK',NULL,'','United States','',0,0,231,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7742,'26588','Denmark','DENMARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7743,'39030','Denneville','DENNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7744,'21352','Dennis','DENNIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7745,'41172','Denny','DENNY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7746,'10274','Denpasar','DENPASAR',NULL,'','Indonesia','Denpasar',0,0,102,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7747,'7956','Denton','DENTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7748,'34753','Denver','DENVER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7749,'28248','Denville','DENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7751,'40846','Deogarh','DEOGARH',NULL,'','India','',0,0,101,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7752,'29654','Depoe Bay','DEPOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7753,'43045','Depok','DEPOK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7754,'28739','Deposit','DEPOSIT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7755,'7957','Deptford','DEPTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7756,'28249','Deptford','DEPTFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7757,'23956','Deqing','DEQING',NULL,'','China','',0,0,46,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7758,'1666','Dera Ghazi Khan','DERA GHAZI KHAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7759,'7958','Derby','DERBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7760,'26477','Derby','DERBY',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7761,'38896','Derchigny','DERCHIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7762,'40330','Derenburg','DERENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7763,'27344','Derendorf','DERENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7764,'21190','Deridder','DERIDDER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7765,'3703','Derio','DERIO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7766,'13560','Derna','DERNA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7767,'411','Dernbach','DERNBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7768,'1533','Derry','DERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7769,'1543','Derry','DERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7770,'1272','Derry-n.irl','DERRY-N.IRL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7771,'705','Dersau','DERSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7772,'11894','Deruta','DERUTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7773,'31481','Des Moines','DES MOINES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7774,'10154','Desa Sanda','DESA SANDA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7775,'7959','Desborough','DESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7776,'38999','Descanso','DESCANSO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7777,'38603','Dese','DESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7778,'11895','Desenzano Del Garda','DESENZANO DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7779,'18436','Desert','DESERT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7780,'10411','Desert National Park','DESERT NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7781,'9380','Deshaies','DESHAIES',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7782,'27622','Desloge','DESLOGE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7783,'30577','Desoto','DESOTO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7784,'43571','Despenaderos','DESPENADEROS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7785,'16916','Desroches Island','DESROCHES ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7786,'1929','Dessau','DESSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7787,'3848','Dessie','DESSIE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7788,'19338','Destin','DESTIN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7789,'6158','Desvres','DESVRES',NULL,'','France','',0,0,76,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7790,'32657','Dete','DETE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7791,'27345','Detmold','DETMOLD',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7792,'22042','Detroit','DETROIT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7793,'36892','Detroit-wayne County','DETROIT-WAYNE COUNTY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7794,'22731','Dettelbach','DETTELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7795,'4052','Deuba','DEUBA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7796,'26981','Deutsch Wagram','DEUTSCH WAGRAM',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7797,'4224','Deux-sevres','DEUX-SEVRES',NULL,'','France','',0,0,76,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7798,'3086','Deva','DEVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7799,'16219','Deva','DEVA',NULL,'','Romania','',0,0,179,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7800,'40629','Devanahalli','DEVANAHALLI',NULL,'','India','',0,0,101,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7801,'14748','Deventer','DEVENTER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7802,'40847','Devigarh','DEVIGARH',NULL,'','India','',0,0,101,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7803,'7960','Devils Bridge','DEVILS BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7804,'9884','Devils Island','DEVILS ISLAND',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7805,'28051','Devils Lake','DEVILS LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7806,'24806','Devin','DEVIN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7807,'7961','Devizes','DEVIZES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7808,'25297','Devon','DEVON',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7809,'43312','Devon-moretonhampstead','DEVON-MORETONHAMPSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7810,'15099','Devonport','DEVONPORT',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7811,'26835','Devonport','DEVONPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7812,'24928','Devonshire','DEVONSHIRE',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7813,'32897','Dewey','DEWEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7814,'22045','Dewitt','DEWITT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7815,'21858','Dexter','DEXTER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7816,'2896','Deya','DEYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7817,'23992','Deyang','DEYANG',NULL,'','China','',0,0,46,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7818,'43820','Dezhou','DEZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7819,'16490','Dhahran','DHAHRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7820,'24765','Dhaka','DHAKA',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7821,'10512','Dhanbad','DHANBAD',NULL,'','India','',0,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7822,'30578','D\'hanis','D\'HANIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7823,'42606','Dhar','DHAR',NULL,'','India','Dhar',15,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7824,'40848','Dharamsala','DHARAMSALA',NULL,'','India','',0,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7826,'37406','Dhekelia','DHEKELIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7827,'43742','Dhela','DHELA',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7828,'13723','Dhidhoofinolhu','DHIDHOOFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7829,'37876','Dhiffushi','DHIFFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7830,'13724','Dhigufinolhu','DHIGUFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7831,'10412','Dhikuli','DHIKULI',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7832,'40849','Dholpur','DHOLPUR',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7833,'13725','Dhonakulhi','DHONAKULHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7834,'43185','Dhour Shweir','DHOUR SHWEIR',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7835,'36503','Dhulikhel','DHULIKHEL',NULL,'','Nepal','',0,0,153,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7836,'13726','Dhunikolhu','DHUNIKOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7837,'9799','Diafani','DIAFANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7838,'38917','Diakofti','DIAKOFTI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7839,'9453','Diakofto','DIAKOFTO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7840,'11896','Diamante','DIAMANTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7841,'41986','Diamantina','DIAMANTINA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7842,'37746','Diamond Beach','DIAMOND BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7843,'10687','Diamond Harbour','DIAMOND HARBOUR',NULL,'','India','',0,0,101,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7844,'27849','Diamondhead','DIAMONDHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7845,'32089','Diamondville','DIAMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7846,'23573','Diancun','DIANCUN',NULL,'','China','',0,0,46,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7847,'11897','Diano Marina','DIANO MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7848,'15277','Dibaa','DIBAA',NULL,'','Oman','',0,0,165,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7849,'38636','Dibba','DIBBA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7850,'43363','Dibba','DIBBA',NULL,'','Oman','',0,0,165,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7851,'30579','Diboll','DIBOLL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7852,'10623','Dibrugarh','DIBRUGARH',NULL,'','India','Dibrugarh',10,0,101,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7853,'3054','Dicastillo','DICASTILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7854,'35856','Dickenson Bay','DICKENSON BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7855,'28052','Dickinson','DICKINSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7856,'26629','Dickson','DICKSON',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7857,'33130','Dickson','DICKSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7858,'13592','Dickwella','DICKWELLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7859,'43588','Didcot','DIDCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7860,'17204','Didim','DIDIM',NULL,'','Turkey','Didim ',0,0,222,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7861,'25298','Didsbury','DIDSBURY',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7862,'42521','Didymoteicho','DIDYMOTEICHO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7863,'38006','Die Kelders','DIE KELDERS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7864,'6759','Dieffenthal','DIEFFENTHAL',NULL,'','France','',0,0,76,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7865,'24619','Diegem','DIEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7866,'17129','Diego Martin','DIEGO MARTIN',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7867,'2031','Diemelsee','DIEMELSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7868,'14632','Diemen','DIEMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7869,'39909','Dien Ban','DIEN BAN',NULL,'','VietNam','',0,0,236,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7870,'27159','Dienten Am Hochkonig','DIENTEN AM HOCHKONIG',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7871,'32558','Diepkloof','DIEPKLOOF',NULL,'','South Africa','',0,0,195,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7872,'5806','Dieppe','DIEPPE',NULL,'','France','',0,0,76,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7873,'34397','Dieppe','DIEPPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7874,'13479','Dieppe Bay Town','DIEPPE BAY TOWN',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7875,'14530','Dieren','DIEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7876,'41649','Dierhagen','DIERHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7877,'1930','Dieskau','DIESKAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7878,'14593','Diessen','DIESSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7879,'23184','Diessenhofen','DIESSENHOFEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7880,'24620','Diest','DIEST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7881,'22523','Dietfurt','DIETFURT',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7882,'23185','Dietikon','DIETIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7883,'412','Dietzenbach','DIETZENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7884,'621','Diez','DIEZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7885,'3220','Diezma','DIEZMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7886,'40084','Differdange','DIFFERDANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7887,'25706','Digby','DIGBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7888,'25920','Digdaga','DIGDAGA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7889,'6421','Digne','DIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7890,'41543','Digne-les-bains','DIGNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7891,'5459','Digoin','DIGOIN',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7892,'4892','Dijon','DIJON',NULL,'','France','Dijon',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7893,'44171','Dikaio','DIKAIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7894,'17315','Dikili','DIKILI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7895,'39223','Dikli','DIKLI',NULL,'','Latvia','',0,0,119,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7896,'10009','Diklici','DIKLICI',NULL,'','Croatia','',0,0,55,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7897,'24725','Diksmuide','DIKSMUIDE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7898,'3221','Dilar','DILAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7899,'24621','Dilbeek','DILBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7900,'17110','Dili','DILI',NULL,'','East Timor','',0,0,63,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7901,'10132','Dili','DILI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7902,'19775','Dillard','DILLARD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7903,'30581','Dilley','DILLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7904,'413','Dillingen','DILLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7905,'17607','Dillingham','DILLINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7906,'27963','Dillon','DILLON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7907,'32310','Dillons Bay','DILLONS BAY',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7908,'33834','Dillsboro','DILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7909,'29899','Dillsburg','DILLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7910,'22359','Dilworth','DILWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7911,'42949','Dimakya Island','DIMAKYA ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7912,'10513','Dimapur','DIMAPUR',NULL,'','India','Dimapur',44,0,101,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7913,'11898','Dimaro','DIMARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7914,'40300','Dimitsana','DIMITSANA',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7915,'22046','Dimondale','DIMONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7916,'5532','Dinan','DINAN',NULL,'','France','',0,0,76,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7917,'24739','Dinant','DINANT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7918,'5533','Dinard','DINARD',NULL,'','France','',0,0,76,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7919,'7962','Dinas Mawddwy','DINAS MAWDDWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7920,'40850','Dindigul','DINDIGUL',NULL,'','India','',0,0,101,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7921,'10878','Dingle','DINGLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7922,'29900','Dingmans Ferry','DINGMANS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7923,'7963','Dingwall','DINGWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7924,'22732','Dinkelsbuhl','DINKELSBUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7925,'27201','Dinklage','DINKLAGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7926,'7964','Dinnet','DINNET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7927,'7015','Dinnington','DINNINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7928,'39477','Dinslaken','DINSLAKEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7929,'18439','Dinuba','DINUBA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7930,'15547','Dipolog','DIPOLOG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7931,'414','Dipperz','DIPPERZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7932,'38237','Dippoldiswalde','DIPPOLDISWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7933,'1748','Diqing','DIQING',NULL,'','China','',0,0,46,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7934,'42614','Dirang','DIRANG',NULL,'','India','Dirang',40,0,101,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7935,'14966','Dirdal','DIRDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7936,'3849','Dire Dawa','DIRE DAWA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7937,'7965','Dirleton','DIRLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7938,'9898','Discovery Bay','DISCOVERY BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7939,'13085','Discovery Bay','DISCOVERY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7940,'23186','Disentis','DISENTIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7941,'38546','Diseworth','DISEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7942,'9326','Disley','DISLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7943,'18440','Disneyland - Anaheim','DISNEYLAND - ANAHEIM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7944,'7966','Diss','DISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7945,'6337','Dissay','DISSAY',NULL,'','France','',0,0,76,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7946,'4226','Distré','DISTRÉ',NULL,'','France','',0,0,76,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7947,'16982','District 1 - Dong Khoi','DISTRICT 1 - DONG KHOI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7948,'43261','Distrito Federal','DISTRITO FEDERAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7949,'7967','Dittisham','DITTISHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7950,'22524','Ditzingen','DITZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7951,'10703','Diu','DIU',NULL,'','India','Diu',37,0,101,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7952,'5391','Dives-sur-mer','DIVES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7953,'34757','Divide','DIVIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7954,'954','Divinopolis','DIVINOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7955,'13898','Divisadero','DIVISADERO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7956,'4832','Divonne-les-bains','DIVONNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7957,'23015','Divonne-les-bains','DIVONNE-LES-BAINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7958,'20515','Dix','DIX',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7959,'20516','Dixon','DIXON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7960,'32688','Dixville Notch','DIXVILLE NOTCH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7961,'17284','Diyarbakir','DIYARBAKIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7962,'5724','Dizy','DIZY',NULL,'','France','',0,0,76,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7963,'37405','Djanet','DJANET',NULL,'','Algeria','',0,0,3,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7964,'32638','Djelo-binza','DJELO-BINZA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7965,'17151','Djerba','DJERBA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7966,'2096','Djibouti','DJIBOUTI',NULL,'','Djibouti','',0,0,60,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7967,'11017','Djupivogur','DJUPIVOGUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7968,'16819','Djurgarden','DJURGARDEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7969,'16820','Djursholm','DJURSHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7970,'17487','Dnepropetrovsk','DNEPROPETROVSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7971,'12863','Dobbiaco','DOBBIACO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7972,'28742','Dobbs Ferry','DOBBS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7973,'38508','Dobele','DOBELE',NULL,'','Latvia','',0,0,119,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7974,'27127','Dobling','DOBLING',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7975,'27070','Dobriach','DOBRIACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7976,'24794','Dobrich','DOBRICH',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7977,'42248','Dobrinishte','DOBRINISHTE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7978,'36688','Dobrna','DOBRNA',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7979,'33835','Dobson','DOBSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7980,'26896','Docklands','DOCKLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7981,'7968','Dockray','DOCKRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7982,'7969','Doddington','DODDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7983,'21043','Dodge City','DODGE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7984,'31732','Dodgeville','DODGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7985,'17456','Dodoma','DODOMA',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7986,'37499','Dodoni','DODONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7987,'3662','Dodro','DODRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7988,'42371','Doetinchem','DOETINCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7989,'16577','Dogana','DOGANA',NULL,'','San Marino','',0,0,184,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7990,'35390','Dogheda','DOGHEDA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7991,'11899','Dogliani','DOGLIANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7992,'7016','Dogmersfield','DOGMERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7993,'16182','Doha','DOHA',NULL,'','Qatar','',0,0,177,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7994,'17050','Doi Saket','DOI SAKET',NULL,'','Thailand','',0,0,215,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7995,'5725','Dolancourt','DOLANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7996,'25983','Dolbeau','DOLBEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7997,'11900','Dolcedo','DOLCEDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7998,'5534','Dol-de-bretagne','DOL-DE-BRETAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7999,'5774','Dole','DOLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8000,'36695','Dolenjske Toplice','DOLENJSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8001,'7017','Dolgellau','DOLGELLAU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8002,'28743','Dolgeville','DOLGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8003,'41171','Dollar','DOLLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8004,'25984','Dollard-des-ormeaux','DOLLARD-DES-ORMEAUX',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8005,'39624','Dollnstein','DOLLNSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8006,'10838','Dollymount','DOLLYMOUNT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8007,'24307','Dolni Dvoriste','DOLNI DVORISTE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8008,'15582','Dolnoslaskie','DOLNOSLASKIE',NULL,'','Poland','',0,0,174,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8009,'39725','Dolny Kubin','DOLNY KUBIN',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8010,'17608','Dolomi','DOLOMI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8011,'34758','Dolores','DOLORES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8012,'13982','Dolores Hidalgo','DOLORES HIDALGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8013,'15035','Dolpa','DOLPA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8014,'26207','Dolphin Heads','DOLPHIN HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8015,'7970','Dolton','DOLTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8016,'4227','Dolus-d Oleron','DOLUS-D OLERON',NULL,'','France','',0,0,76,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8017,'1875','Dolzig','DOLZIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8018,'43315','Domaine De Beauvois','DOMAINE DE BEAUVOIS',NULL,'','France','',0,0,76,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8019,'11901','Domaso','DOMASO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8020,'23187','Domat','DOMAT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8021,'14944','Dombas','DOMBAS',NULL,'','Norway','',0,0,164,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8022,'14694','Domburg','DOMBURG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8023,'39214','Domfront','DOMFRONT',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8024,'42201','Domingos Martins','DOMINGOS MARTINS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8025,'2104','Dominica','DOMINICA',NULL,'','Dominica','',0,0,500,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8026,'24236','Dominical','DOMINICAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8027,'2354','Dominican Republic','DOMINICAN REPUBLIC',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8028,'39805','Domme','DOMME',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8029,'13655','Dommeldange','DOMMELDANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8030,'16366','Domodedovo','DOMODEDOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8031,'42321','Domodossola','DOMODOSSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8032,'5535','Dompierre-du-chemin','DOMPIERRE-DU-CHEMIN',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8033,'5313','Dompierre-sur-besbre','DOMPIERRE-SUR-BESBRE',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8034,'11902','Domus De Maria','DOMUS DE MARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8035,'40950','Domzale','DOMZALE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8036,'37648','Don Torcuato','DON TORCUATO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8037,'26364','Donald','DONALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8038,'19776','Donaldsonville','DONALDSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8039,'19777','Donalsonville','DONALSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8040,'22525','Donaueschingen','DONAUESCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8041,'22733','Donaustauf','DONAUSTAUF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8042,'22734','Donauwoerth','DONAUWOERTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8043,'42460','Donauworth','DONAUWORTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8044,'7971','Doncaster','DONCASTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8045,'5726','Donchery','DONCHERY',NULL,'','France','',0,0,76,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8046,'29901','Donegal','DONEGAL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8047,'10819','Donegal','DONEGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8048,'17488','Donetsk','DONETSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8049,'32275','Dong Hoi','DONG HOI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8050,'23888','Dongba','DONGBA',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8051,'23574','Dongcheng - Wangfujing','DONGCHENG - WANGFUJING',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8052,'23679','Dongguan','DONGGUAN',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8053,'37252','Dongnae','DONGNAE',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8054,'23957','Dongshan','DONGSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8055,'23876','Dongsheng','DONGSHENG',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8056,'40','Dongshi','DONGSHI',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8057,'39109','Dongtan','DONGTAN',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8058,'23693','Dongyang','DONGYANG',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8059,'43821','Dongying','DONGYING',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8060,'7018','Donington','DONINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8061,'27624','Doniphan','DONIPHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8062,'41194','Donji Seget','DONJI SEGET',NULL,'','Croatia','',0,0,55,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8063,'30583','Donna','DONNA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8064,'20348','Donnelly','DONNELLY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8065,'38231','Donnersbachwald','DONNERSBACHWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8066,'11903','Donnini','DONNINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8067,'10839','Donnybrook','DONNYBROOK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8068,'39570','Donore','DONORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8069,'42520','Donoussa','DONOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8070,'16596','Donovaly','DONOVALY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8071,'39724','Donzdorf','DONZDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8072,'6000','Donzenac','DONZENAC',NULL,'','France','',0,0,76,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8073,'10782','Doolin','DOOLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8074,'26208','Doomadgee Mission','DOOMADGEE MISSION',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8075,'10783','Doonbeg','DOONBEG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8076,'31734','Door Peninsula','DOOR PENINSULA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8077,'34156','Dooralong','DOORALONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8078,'14531','Doorwerth','DOORWERTH',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8079,'11068','Dor','DOR',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8080,'17609','Dora Bay','DORA BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8081,'39619','Dora Creek','DORA CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8082,'15748','Dorado','DORADO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8083,'19339','Doral','DORAL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8084,'19778','Doraville','DORAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8085,'21354','Dorchester','DORCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8086,'7972','Dorchester','DORCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8087,'14711','Dordrecht','DORDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8088,'42322','Dorf Tirol','DORF TIROL',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8089,'27160','Dorfgastein','DORFGASTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8090,'11904','Dorgali','DORGALI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8091,'7973','Dorking','DORKING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8092,'27346','Dormagen','DORMAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8093,'11203','Dormelletto','DORMELLETTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8094,'22526','Dornach','DORNACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8095,'23188','Dornach','DORNACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8096,'7974','Dornie','DORNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8097,'7975','Dornoch','DORNOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8098,'39848','Dorotea','DOROTEA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8099,'27202','Dorpen','DORPEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8100,'18442','Dorris','DORRIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8101,'31322','Dorset','DORSET',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8102,'21683','Dorsey','DORSEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8103,'27347','Dorsten','DORSTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8104,'33836','Dortches','DORTCHES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8105,'27348','Dortmund','DORTMUND',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8106,'26209','Dorunda Station','DORUNDA STATION',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8107,'25985','Dorval','DORVAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8108,'38509','Dossenheim-sur-zinsel','DOSSENHEIM-SUR-ZINSEL',NULL,'','France','',0,0,76,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8109,'11905','Dossobuono','DOSSOBUONO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8110,'766','Dossow','DOSSOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8111,'31091','Doswell','DOSWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8112,'17863','Dothan','DOTHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8113,'6159','Douai','DOUAI',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8114,'24007','Douala','DOUALA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8115,'5536','Douarnenez','DOUARNENEZ',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8116,'34157','Double Bay','DOUBLE BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8117,'6617','Doucy','DOUCY',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8118,'43249','Doue-la-fontaine','DOUE-LA-FONTAINE',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8119,'10725','Douglas','DOUGLAS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8120,'7022','Douglas','DOUGLAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8121,'29902','Douglassville','DOUGLASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8122,'19780','Douglasville','DOUGLASVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8123,'17382','Douliou','DOULIOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8124,'6297','Doullens','DOULLENS',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8125,'7024','Dounby','DOUNBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8126,'4702','Dourdan','DOURDAN',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8127,'15804','Douro Valley','DOURO VALLEY',NULL,'','Portugal','',0,0,175,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8128,'6618','Douvaine','DOUVAINE',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8129,'17177','Douz','DOUZ',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8130,'7025','Dovedale','DOVEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:03','1900-01-01 00:00:00',1,0,1),(8131,'43677','Dover','DOVER',NULL,'','Australia','Dover',0,0,13,'2016-10-17 10:51:03','1900-01-01 00:00:00',1,0,1),(8132,'38161','Dovre','DOVRE',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8133,'22048','Dowagiac','DOWAGIAC',NULL,'','United States','',0,0,231,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8134,'19340','Dowling Park','DOWLING PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8135,'20517','Downers Grove','DOWNERS GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8136,'18443','Downey','DOWNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8137,'37971','Downham Market','DOWNHAM MARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8138,'10726','Downings','DOWNINGS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8139,'29903','Downingtown','DOWNINGTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8140,'7978','Downpatrick','DOWNPATRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8141,'34481','Downsview','DOWNSVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8142,'7027','Downton On The Rock','DOWNTON ON THE ROCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8143,'19341','Downtown','DOWNTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8144,'13491','Downtown - Namdaemun','DOWNTOWN - NAMDAEMUN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8145,'26044','Downtown - Puerto Madero','DOWNTOWN - PUERTO MADERO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8146,'24974','Downtown - Santos Dumont Airport','DOWNTOWN - SANTOS DUMONT AIRPORT',NULL,'','Brazil','',0,0,30,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8147,'15370','Downtown Lima','DOWNTOWN LIMA',NULL,'','Peru','',0,0,172,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8148,'29904','Doylestown','DOYLESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8149,'11906','Dozza','DOZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8150,'22735','Drachselsried','DRACHSELSRIED',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8151,'14509','Drachten','DRACHTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8152,'21355','Dracut','DRACUT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8153,'24812','Dragoman','DRAGOMAN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8154,'11907','Dragoni','DRAGONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8155,'2208','Dragor','DRAGOR',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8156,'2345','Dragør','DRAGØR',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8157,'6422','Draguignan','DRAGUIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8158,'24165','Drake Bay','DRAKE BAY',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8159,'37115','Drakensberg','DRAKENSBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8160,'9754','Drama','DRAMA',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8161,'14863','Drammen','DRAMMEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8162,'43098','Drancy','DRANCY',NULL,'','France','',0,0,76,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8163,'15001','Drangedal','DRANGEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8164,'832','Dranske','DRANSKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8165,'33323','Draper','DRAPER',NULL,'','United States','',0,0,231,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8166,'38710','Drapia','DRAPIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8167,'4703','Draveil','DRAVEIL',NULL,'','France','',0,0,76,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8168,'4053','Dravuni Island','DRAVUNI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8169,'25299','Drayton Valley','DRAYTON VALLEY',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8170,'19343','Dredgers Key','DREDGERS KEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8171,'37753','Drees','DREES',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8172,'7979','Dreghorn','DREGHORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8173,'415','Dreieich','DREIEICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8174,'27203','Dreilinden','DREILINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8175,'14458','Drenthe','DRENTHE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8176,'9454','Drepano','DREPANO',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8177,'29328','Dresden','DRESDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8178,'1876','Dresden','DRESDEN',NULL,'','Germany','Dresden',0,0,83,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8179,'5644','Dreux','DREUX',NULL,'','France','',0,0,76,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8180,'29905','Drexel Hill','DREXEL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8181,'39499','Dreznik Grad','DREZNIK GRAD',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8182,'7028','Driffield','DRIFFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8183,'20350','Driggs','DRIGGS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8184,'43778','Driggs Hill','DRIGGS HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8185,'9455','Drios','DRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8186,'30584','Dripping Springs','DRIPPING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8187,'16239','Drobeta-turnu Severin','DROBETA-TURNU SEVERIN',NULL,'','Romania','',0,0,179,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8188,'24622','Drogenbos','DROGENBOS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8189,'10712','Drogheda','DROGHEDA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8190,'7980','Droitwich','DROITWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8191,'39503','Drolshagen','DROLSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8192,'4232','Drome','DROME',NULL,'','France','',0,0,76,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8193,'10727','Dromkeen','DROMKEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8194,'41011','Dromoland','DROMOLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8195,'11908','Dronero','DRONERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8196,'2236','Dronninglund','DRONNINGLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8197,'26504','Drouin','DROUIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8198,'7981','Droylsden','DROYLSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8199,'39008','Druento','DRUENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8200,'33837','Druid Hills','DRUID HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8201,'25300','Drumheller','DRUMHELLER',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8202,'22049','Drummond Island','DRUMMOND ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8203,'25986','Drummondville','DRUMMONDVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8204,'34158','Drummoyne','DRUMMOYNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8205,'7982','Drumnadrochit','DRUMNADROCHIT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8206,'29906','Drums','DRUMS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8207,'10713','Drumshanbo','DRUMSHANBO',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8208,'14594','Drunen','DRUNEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8209,'13637','Druskininkai','DRUSKININKAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8210,'16310','Druzhba','DRUZHBA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8211,'41834','Drvenik','DRVENIK',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8212,'33622','Dry Ridge','DRY RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8213,'28745','Dryden','DRYDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8214,'34482','Dryden','DRYDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8215,'7029','Drylaw','DRYLAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8216,'7983','Drymen','DRYMEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8217,'24013','Dschang','DSCHANG',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8218,'18444','Duarte','DUARTE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8219,'25921','Dubai','DUBAI',NULL,'','United Arab Emirates','Tourism Dubai | Trip to Dubai | Tourist attraction',0,0,228,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8220,'34159','Dubbo','DUBBO',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8221,'23189','Dubendorf','DUBENDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8222,'10728','Dublin','DUBLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8223,'31093','Dublin','DUBLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:15','1900-01-01 00:00:00',1,0,1),(8224,'35387','Dublin-bray','DUBLIN-BRAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8225,'35391','Dublin-dun Laoghaire','DUBLIN-DUN LAOGHAIRE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8226,'35395','Dublin-howth','DUBLIN-HOWTH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8227,'35397','Dublin-malahide','DUBLIN-MALAHIDE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8228,'35403','Dublin-portmarnock','DUBLIN-PORTMARNOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8229,'35406','Dublin-sutton','DUBLIN-SUTTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8230,'32091','Dubois','DUBOIS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8231,'9970','Dubrovnik','DUBROVNIK',NULL,'','Croatia','Dubrovnik',0,0,55,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8232,'20199','Dubuque','DUBUQUE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8233,'5392','Ducey','DUCEY',NULL,'','France','',0,0,76,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8234,'7030','Duchally','DUCHALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8235,'40016','Duchcov','DUCHCOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8236,'833','Ducherow','DUCHEROW',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8237,'33324','Duchesne','DUCHESNE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8238,'33132','Ducktown','DUCKTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8239,'7031','Duddingston','DUDDINGSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8240,'622','Dudeldorf','DUDELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8241,'38903','Duderstadt','DUDERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8242,'21356','Dudley','DUDLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8243,'7984','Dudley','DUDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8244,'40602','Due Carrare','DUE CARRARE',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8245,'40508','Duenas','DUENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8246,'39071','Duernten','DUERNTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8247,'31094','Duffield','DUFFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8248,'41170','Dufftown','DUFFTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8249,'40117','Dugi Rat','DUGI RAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8250,'37570','Dugopolje','DUGOPOLJE',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8251,'43136','Duhok','DUHOK',NULL,'','Iraq','',0,0,104,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8252,'5084','Duingt','DUINGT',NULL,'','France','',0,0,76,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8253,'12743','Duino','DUINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8254,'27349','Duisburg','DUISBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8255,'7032','Duisdalemore','DUISDALEMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8256,'37651','Duiven','DUIVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8257,'14633','Duivendrecht','DUIVENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8258,'23576','Dujiangyan','DUJIANGYAN',NULL,'','China','',0,0,46,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8259,'7985','Dukinfield','DUKINFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8260,'28519','Dulce','DULCE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8261,'31095','Dulles','DULLES',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8262,'37785','Dullstroom','DULLSTROOM',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8263,'27350','Dulmen','DULMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8264,'24358','Dülmen','DÜLMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8265,'7986','Duloe','DULOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8266,'19783','Duluth','DULUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8267,'7987','Dulverton','DULVERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8268,'7988','Dulwich','DULWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8269,'10413','Dum Dum','DUM DUM',NULL,'','India','',0,0,101,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8270,'15548','Dumaguete','DUMAGUETE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8271,'10356','Dumai','DUMAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8272,'18007','Dumas','DUMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8273,'7989','Dumbarton','DUMBARTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8274,'40236','Dumbleton','DUMBLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8275,'7990','Dumfries','DUMFRIES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8276,'31096','Dumfries','DUMFRIES',NULL,'','United States','',0,0,231,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8277,'1280','Dumfries And Galloway','DUMFRIES AND GALLOWAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8278,'10688','Dumjor','DUMJOR',NULL,'','India','',0,0,101,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8279,'7991','Dunadry','DUNADRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8280,'26836','Dunalley','DUNALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8281,'37722','Dunasziget','DUNASZIGET',NULL,'','Hungary','',0,0,99,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8282,'42617','Dunaujvaros','DUNAUJVAROS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8283,'31974','Dunbar','DUNBAR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8284,'26210','Dunbar','DUNBAR',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8285,'7992','Dunbar','DUNBAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8286,'7033','Dunbartonshire','DUNBARTONSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8287,'7993','Dunblane','DUNBLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8288,'10772','Dunboyne','DUNBOYNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8289,'25430','Duncan','DUNCAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8290,'30313','Duncan','DUNCAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8291,'29909','Duncannon','DUNCANNON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8292,'13098','Duncans','DUNCANS',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8293,'29910','Duncansville','DUNCANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8294,'30587','Duncanville','DUNCANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8295,'7034','Dunchideock','DUNCHIDEOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8296,'7994','Dunchurch','DUNCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8297,'21684','Dundalk','DUNDALK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8298,'10900','Dundalk','DUNDALK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8299,'19345','Dundee','DUNDEE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8300,'7995','Dundee','DUNDEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8301,'25858','Dundo','DUNDO',NULL,'','Angola','',0,0,6,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8302,'7996','Dundonald','DUNDONALD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8303,'7035','Dundonnell','DUNDONNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8304,'10931','Dundrum','DUNDRUM',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8305,'19346','Dunedin','DUNEDIN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8306,'15187','Dunedin','DUNEDIN',NULL,'','New Zealand','Dunedin',0,0,157,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8307,'10820','Dunfanaghy','DUNFANAGHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8308,'7997','Dunfermline','DUNFERMLINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8309,'7998','Dungannon','DUNGANNON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8310,'10514','Dungarpur','DUNGARPUR',NULL,'','India','Dungarpur',2,0,101,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8311,'10937','Dungarvan','DUNGARVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8312,'31483','Dungeness','DUNGENESS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8313,'7999','Dungiven','DUNGIVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8314,'14302','Dungun','DUNGUN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8315,'23558','Dunhuang','DUNHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8316,'38828','Duni','DUNI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8317,'26694','Dunk Island','DUNK ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8318,'8000','Dunkeld','DUNKELD',NULL,'','United Kingdom','Dunkeld',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8319,'37258','Dunkeld','DUNKELD',NULL,'','Australia','Dunkeld',0,0,13,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8320,'6160','Dunkerque','DUNKERQUE',NULL,'','France','',0,0,76,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8321,'8001','Dunkirk','DUNKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8322,'28747','Dunkirk','DUNKIRK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8323,'10959','Dunlavin','DUNLAVIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8324,'33623','Dunmor','DUNMOR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8325,'29911','Dunmore','DUNMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8326,'10938','Dunmore East','DUNMORE EAST',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8327,'9283','Dunmow','DUNMOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8328,'8002','Dunmurry','DUNMURRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8329,'33839','Dunn','DUNN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8330,'18446','Dunnigan','DUNNIGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8331,'20519','Dunning','DUNNING',NULL,'','United States','',0,0,231,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8332,'43797','Dunnville','DUNNVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8333,'8003','Dunoon','DUNOON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8334,'8004','Duns','DUNS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8335,'38365','Dunsany','DUNSANY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8336,'26955','Dunsborough','DUNSBOROUGH',NULL,'','Australia','Dunsborough',0,0,13,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8337,'18447','Dunsmuir','DUNSMUIR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8338,'8005','Dunstable','DUNSTABLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8339,'8006','Dunster','DUNSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8340,'41114','Dunster','DUNSTER',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8341,'8007','Dunvegan','DUNVEGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8342,'19784','Dunwoody','DUNWOODY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8343,'32294','Duong Dong','DUONG DONG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8344,'38638','Dupnitsa','DUPNITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8345,'31484','Dupont','DUPONT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8346,'25133','Duque De Caxias','DUQUE DE CAXIAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8347,'22051','Durand','DURAND',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8348,'3704','Durango','DURANGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8349,'13983','Durango','DURANGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8350,'30588','Durango','DURANGO',NULL,'','United States','',0,0,231,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8351,'32899','Durant','DURANT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8352,'37074','Duranzno','DURANZNO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8353,'5184','Duras','DURAS',NULL,'','France','',0,0,76,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8354,'37555','Durbach','DURBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8355,'32515','Durban','DURBAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8356,'24696','Durbuy','DURBUY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8357,'3223','Durcal','DURCAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8358,'6236','Dureil','DUREIL',NULL,'','France','',0,0,76,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8359,'27351','Duren','DUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8360,'10155','Duren Sawit','DUREN SAWIT',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8361,'10515','Durgapur','DURGAPUR',NULL,'','India','Durgapur',12,0,101,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8362,'8008','Durham','DURHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8363,'33840','Durham','DURHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8364,'26211','Durham Downs','DURHAM DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8365,'27099','Durnstein','DURNSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8366,'40957','Durres','DURRES',NULL,'','Albania','',0,0,2,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8367,'25868','Durrës','DURRËS',NULL,'','Albania','',0,0,2,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8368,'26212','Durrie','DURRIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8369,'36303','Dursley','DURSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8370,'17104','Dushanbe','DUSHANBE',NULL,'','Tajikistan','',0,0,213,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8371,'21193','Duson','DUSON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8372,'27352','Dusseldorf','DUSSELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8373,'38952','Duszniki Zdroj','DUSZNIKI ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8374,'17610','Dutch Harbor','DUTCH HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8375,'27625','Dutzow','DUTZOW',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8376,'31485','Duvall','DUVALL',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8377,'16711','Duved','DUVED',NULL,'','Sweden','',0,0,209,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8378,'39826','Duxford','DUXFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8379,'41078','Duzce','DUZCE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8380,'16597','Dvor Cierna Voda','DVOR CIERNA VODA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8381,'20520','Dwight','DWIGHT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8382,'14459','Dwingeloo','DWINGELOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8383,'16258','Dyakovskoye','DYAKOVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8384,'8009','Dyce','DYCE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8385,'33133','Dyersburg','DYERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8386,'20201','Dyersville','DYERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8387,'7036','Dyfed','DYFED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8388,'9334','Dyffryn Ardudwy','DYFFRYN ARDUDWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8389,'26478','Dysart','DYSART',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8390,'14396','Dzaoudzi','DZAOUDZI',NULL,'','Mayotte','',0,0,140,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8391,'40706','Dzerzhinsk','DZERZHINSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8392,'16367','Dzerzhinskiy','DZERZHINSKIY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8393,'13431','Dzhambul','DZHAMBUL',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8394,'38159','Dziwnowek','DZIWNOWEK',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8395,'37716','Dzwirzyno','DZWIRZYNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8396,'22362','Eagan','EAGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8397,'18126','Eagar','EAGAR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8398,'38347','Eagle Lake','EAGLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:37','1900-01-01 00:00:00',1,0,1),(8399,'26897','Eaglehawk','EAGLEHAWK',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:39','1900-01-01 00:00:00',1,0,1),(8400,'29912','Eagles Mere','EAGLES MERE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:39','1900-01-01 00:00:00',1,0,1),(8401,'7037','Eaglescliffe','EAGLESCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8402,'39241','Eaglesham','EAGLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8403,'8010','Ealing','EALING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8404,'42963','Earl Shilton','EARL SHILTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8405,'8011','Earley','EARLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8406,'18448','Earlimart','EARLIMART',NULL,'','United States','',0,0,231,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8407,'33624','Earlington','EARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8408,'8012','Earls Colne','EARLS COLNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8409,'34483','Earlton','EARLTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8410,'43713','Earlville','EARLVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8411,'30592','Early','EARLY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8412,'38776','Easington','EASINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8413,'43589','Easingwold','EASINGWOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8414,'30314','Easley','EASLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8415,'14460','East Brabant','EAST BRABANT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:45','1900-01-01 00:00:00',1,0,1),(8416,'26982','East Carinthia','EAST CARINTHIA',NULL,'','Austria','',0,0,14,'2016-10-17 10:51:45','1900-01-01 00:00:00',1,0,1),(8417,'15101','East Coast Bays','EAST COAST BAYS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:51:46','1900-01-01 00:00:00',1,0,1),(8418,'8013','East Coker','EAST COKER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:46','1900-01-01 00:00:00',1,0,1),(8419,'24260','East End','EAST END',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8420,'32220','East End','EAST END',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8421,'24579','East Flanders','EAST FLANDERS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8422,'25707','East Kemptville','EAST KEMPTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:52','1900-01-01 00:00:00',1,0,1),(8423,'1264','East Midlands Airport','EAST MIDLANDS AIRPORT',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:51:55','1900-01-01 00:00:00',1,0,1),(8424,'15583','East Pomerania','EAST POMERANIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:57','1900-01-01 00:00:00',1,0,1),(8425,'4233','East Pyrenees','EAST PYRENEES',NULL,'','France','',0,0,76,'2016-10-17 10:51:57','1900-01-01 00:00:00',1,0,1),(8426,'8021','Eastbourne','EASTBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:00','1900-01-01 00:00:00',1,0,1),(8427,'8022','Eastchurch','EASTCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:00','1900-01-01 00:00:00',1,0,1),(8428,'23485','Easter Island','EASTER ISLAND',NULL,'','Chile','',0,0,45,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8429,'4234','Eastern Brittany','EASTERN BRITTANY',NULL,'','France','',0,0,76,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8430,'1346','Eastern Cape-port Elizabeth','EASTERN CAPE-PORT ELIZABETH',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8431,'21685','Eastern Chesapeake Shore','EASTERN CHESAPEAKE SHORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8432,'25923','Eastern Coast','EASTERN COAST',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8433,'24266','Eastern Cyprus','EASTERN CYPRUS',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8434,'10972','Eastern Iceland','EASTERN ICELAND',NULL,'','Iceland','',0,0,100,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8435,'9456','Eastern Macedonia','EASTERN MACEDONIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8436,'11204','Eastern Rome','EASTERN ROME',NULL,'','Italy','',0,0,107,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8437,'16592','Eastern Slovakia','EASTERN SLOVAKIA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8438,'26984','Eastern Tirol','EASTERN TIROL',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8439,'25988','Eastern Townships','EASTERN TOWNSHIPS',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8440,'21365','Eastham','EASTHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8441,'7043','Eastington','EASTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8442,'29334','Eastlake','EASTLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8443,'30595','Eastland','EASTLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8444,'1525','Eastleigh','EASTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8445,'19790','Eastman','EASTMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:04','1900-01-01 00:00:00',1,0,1),(8446,'21366','Easton','EASTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:04','1900-01-01 00:00:00',1,0,1),(8447,'38478','Easton','EASTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8448,'22056','Eastpointe','EASTPOINTE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8449,'31487','Eastsound','EASTSOUND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8450,'29335','Eaton','EATON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8451,'19791','Eatonton','EATONTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8452,'28256','Eatontown','EATONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8453,'31488','Eatonville','EATONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:07','1900-01-01 00:00:00',1,0,1),(8454,'4704','Eaubonne','EAUBONNE',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8455,'5022','Eaux-bonnes','EAUX-BONNES',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8456,'40447','Eauze','EAUZE',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8457,'8023','Ebberston','EBBERSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8458,'24448','Ebbs','EBBS',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8459,'43715','Ebden','EBDEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8460,'2145','Ebeltoft','EBELTOFT',NULL,'','Denmark','',0,0,59,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8461,'44266','Eben Am Achensee','EBEN AM ACHENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8462,'27161','Ebenau','EBENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8463,'1931','Ebendorf','EBENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8464,'29918','Ebensburg','EBENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8465,'27071','Eberndorf','EBERNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8466,'22736','Ebersberg','EBERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8467,'38815','Eberstein','EBERSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8468,'13128','Ebina','EBINA',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8469,'23190','Ebnat','EBNAT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8470,'39332','Eboli','EBOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8471,'14148','Ebon','EBON',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8472,'13727','Eboodhoofinolhu','EBOODHOOFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8473,'22737','Ebrach','EBRACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8474,'27100','Ebreichsdorf','EBREICHSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8475,'14034','Ecatepec De Morelos','ECATEPEC DE MORELOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8476,'4235','Eccica-suarella','ECCICA-SUARELLA',NULL,'','France','',0,0,76,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8477,'8024','Ecclefechan','ECCLEFECHAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8478,'38194','Eceabat','ECEABAT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8479,'2067','Eching','ECHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8480,'6619','Echirolles','ECHIROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8481,'13650','Echternach','ECHTERNACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8482,'26898','Echuca','ECHUCA',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8483,'42778','Ecija','ECIJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8484,'37482','Écija','ÉCIJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8485,'40159','Eckelsheim','ECKELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8486,'416','Eckenheim','ECKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8487,'37923','Eckero','ECKERO',NULL,'','Finland','',0,0,75,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8488,'31975','Eckman','ECKMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8489,'42650','Ecole Valentin','ECOLE VALENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8490,'4236','Ecole-valentin','ECOLE-VALENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8491,'4705','Ecouen','ECOUEN',NULL,'','France','',0,0,76,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8492,'6620','Ecully','ECULLY',NULL,'','France','',0,0,76,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8493,'7046','Eday','EDAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8494,'33625','Eddyville','EDDYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8495,'14532','Ede','EDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8496,'24745','Edegem','EDEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8497,'34161','Eden','EDEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8498,'33842','Eden','EDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8499,'8028','Edenbridge','EDENBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8500,'623','Edenkoben','EDENKOBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8501,'33843','Edenton','EDENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8502,'32448','Edenvale','EDENVALE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8503,'33136','Edenwold','EDENWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8504,'30597','Ederville','EDERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8505,'39417','Edesheim','EDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8506,'40397','Edessa','EDESSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8507,'21194','Edgard','EDGARD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8508,'21367','Edgartown','EDGARTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8509,'34162','Edgecliff','EDGECLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8510,'21862','Edgecomb','EDGECOMB',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8511,'30316','Edgefield','EDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8512,'28053','Edgeley','EDGELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8513,'21687','Edgemore','EDGEMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8514,'31739','Edgerton','EDGERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8515,'28258','Edgewater','EDGEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8516,'19350','Edgewood','EDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:18','1900-01-01 00:00:00',1,0,1),(8517,'8029','Edgware','EDGWARE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:18','1900-01-01 00:00:00',1,0,1),(8518,'27377','Edina','EDINA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8519,'29919','Edinboro','EDINBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8520,'8030','Edinburgh','EDINBURGH',NULL,'','United Kingdom','Edinburgh',0,0,229,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8521,'9457','Edipsos','EDIPSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8522,'17285','Edirne','EDIRNE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8523,'28259','Edison','EDISON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8524,'36893','Edisto Beach','EDISTO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8525,'32900','Edmond','EDMOND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8526,'31489','Edmonds','EDMONDS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8527,'39989','Edmonton','EDMONTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8528,'25301','Edmonton','EDMONTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8529,'22058','Edmore','EDMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8530,'27627','Edmundson','EDMUNDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8531,'34398','Edmundston','EDMUNDSTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8532,'30600','Edna','EDNA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8533,'13129','Edogawa','EDOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8534,'41077','Edremit','EDREMIT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8535,'16697','Edsbyn','EDSBYN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8536,'25304','Edson','EDSON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8537,'26215','Edward River','EDWARD RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8538,'34764','Edwards','EDWARDS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8539,'20527','Edwardsville','EDWARDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8540,'38277','Eemnes','EEMNES',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8541,'38734','Eerbeek','EERBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8542,'32311','Efate','EFATE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8543,'20528','Effingham','EFFINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8544,'42396','Eforie','EFORIE',NULL,'','Romania','',0,0,179,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8545,'34485','Eganville','EGANVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8546,'9855','Egedesminde','EGEDESMINDE',NULL,'','Greenland','',0,0,87,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8547,'17615','Egegik','EGEGIK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8548,'10103','Eger','EGER',NULL,'','Hungary','',0,0,99,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8549,'23191','Egerkingen','EGERKINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8550,'8031','Egerton','EGERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8551,'27204','Egestorf','EGESTORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8552,'22527','Eggenstein-leopoldshafen','EGGENSTEIN-LEOPOLDSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8553,'37459','Eggolsheim','EGGOLSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8554,'8032','Egham','EGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8555,'10973','Egilsstadir','EGILSSTADIR',NULL,'','Iceland','Egilsstadir',0,0,100,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8556,'22738','Eging','EGING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8557,'6001','Egletons','EGLETONS',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8558,'22739','Egling','EGLING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8559,'40650','Eglisau','EGLISAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8560,'14634','Egmond Aan Zee','EGMOND AAN ZEE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8561,'42150','Egmont','EGMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8562,'17301','Egridir','EGRIDIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8563,'6760','Eguisheim','EGUISHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8564,'4237','Éguzon-chantome','ÉGUZON-CHANTOME',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8565,'37500','Egyhazasradoc','EGYHAZASRADOC',NULL,'','Hungary','',0,0,99,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8566,'35832','Ehden','EHDEN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8567,'43538','Ehime','EHIME',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8568,'22528','Ehingen','EHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8569,'39480','Ehningen','EHNINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8570,'18127','Ehrenberg','EHRENBERG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8571,'1877','Ehrenfriedersdorf','EHRENFRIEDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8572,'30318','Ehrhardt','EHRHARDT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8573,'24449','Ehrwald','EHRWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8574,'3705','Eibar','EIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8575,'37246','Eibiswald','EIBISWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8576,'27101','Eichgraben','EICHGRABEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8577,'22740','Eichstatt','EICHSTATT',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8578,'40342','Eichwalde','EICHWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8579,'27205','Eicklingen','EICKLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8580,'38346','Eidar','EIDAR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8581,'14895','Eidfjord','EIDFJORD',NULL,'','Norway','Eidfjord',0,0,164,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8582,'4238','Eiffel Tower - Orsay Museum (7)','EIFFEL TOWER - ORSAY MUSEUM (7)',NULL,'','France','',0,0,76,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8583,'41723','Eigergletscher','EIGERGLETSCHER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8584,'15018','Eiken','EIKEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8585,'11059','Eilat','EILAT',NULL,'','Israel','',0,0,106,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8586,'26505','Eildon','EILDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8587,'27206','Eimke','EIMKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8588,'41881','Ein El Sokhna','EIN EL SOKHNA',NULL,'','Egypt','',0,0,65,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8589,'27207','Einbeck','EINBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8590,'14595','Eindhoven','EINDHOVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8591,'23192','Einsiedeln','EINSIEDELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8592,'6025','Einvaux','EINVAUX',NULL,'','France','',0,0,76,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8593,'13656','Eischen','EISCHEN',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8594,'134','Eisenach','EISENACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8595,'41722','Eisenbach','EISENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8596,'43757','Eisenerz','EISENERZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8597,'27062','Eisenstadt','EISENSTADT',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8598,'135','Eisleben','EISLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8599,'38984','Eitorf','EITORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8600,'3326','Ejea De Los Caballeros','EJEA DE LOS CABALLEROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8601,'9647','Ekali','EKALI',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8602,'16243','Ekaterinovka','EKATERINOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8603,'16821','Ekero','EKERO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8604,'43743','Eklingji','EKLINGJI',NULL,'','India','',0,0,101,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8605,'17616','Eklutna','EKLUTNA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8606,'42310','Eksharad','EKSHARAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8607,'16665','Eksjoe','EKSJOE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8608,'17617','Ekuk','EKUK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8609,'17618','Ekwok','EKWOK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8610,'24090','El Bagre','EL BAGRE',NULL,'','Colombia','',0,0,49,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8611,'38671','El Golea','EL GOLEA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:52:34','1900-01-01 00:00:00',1,0,1),(8612,'2365','El Macao','EL MACAO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:52:35','1900-01-01 00:00:00',1,0,1),(8613,'44004','Elancourt','ELANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:52:37','1900-01-01 00:00:00',1,0,1),(8614,'42263','Elaphiti Islands','ELAPHITI ISLANDS',NULL,'','Croatia','',0,0,55,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8615,'42605','Elappara','ELAPPARA',NULL,'','India','',0,0,101,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8616,'42519','Elati','ELATI',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8617,'17287','Elazig','ELAZIG',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8618,'19792','Elberton','ELBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8619,'24450','Elbigenalp','ELBIGENALP',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8620,'15617','Elblag','ELBLAG',NULL,'','Poland','',0,0,174,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8621,'28764','Elbridge','ELBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8622,'3754','Elche','ELCHE',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8623,'26217','Elcho Island','ELCHO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8624,'3706','Elciego','ELCIEGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8625,'7049','Elcot','ELCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8626,'34486','Elder Mills','ELDER MILLS',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8627,'27628','Eldon','ELDON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8628,'34765','Eldora','ELDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8629,'20531','Eldred','ELDRED',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8630,'20203','Eldridge','ELDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8631,'31490','Electric City','ELECTRIC CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8632,'19979','Eleele','ELEELE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8633,'44172','Elefsina','ELEFSINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8634,'44173','Eleftheres','ELEFTHERES',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8635,'39953','Elenite','ELENITE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8636,'28521','Elephant Butte','ELEPHANT BUTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8637,'9458','Eleusis','ELEUSIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8638,'42421','Eleuthera','ELEUTHERA',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8639,'38037','Elevated Plains','ELEVATED PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8640,'22741','Elfershausen','ELFERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8641,'17619','Elfin Cove','ELFIN COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8642,'15618','Elganowo','ELGANOWO',NULL,'','Poland','',0,0,174,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8643,'8033','Elgin','ELGIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8644,'18128','Elgin','ELGIN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8645,'9648','Elia','ELIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8646,'17620','Elim','ELIM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8647,'42467','Elimaki','ELIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8648,'4239','Elincourt-ste-marguerite','ELINCOURT-STE-MARGUERITE',NULL,'','France','',0,0,76,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8649,'37661','Elios','ELIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8650,'21863','Eliot','ELIOT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8651,'9459','Elis','ELIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8652,'16330','Elista','ELISTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8653,'27162','Elixhausen','ELIXHAUSEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8654,'26797','Elizabeth','ELIZABETH',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8655,'33137','Elizabethton','ELIZABETHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8656,'29921','Elizabethtown','ELIZABETHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8657,'29922','Elizabethville','ELIZABETHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:46','1900-01-01 00:00:00',1,0,1),(8658,'3055','Elizondo','ELIZONDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:46','1900-01-01 00:00:00',1,0,1),(8659,'25305','Elk Point','ELK POINT',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8660,'25432','Elkford','ELKFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8661,'21046','Elkhart','ELKHART',NULL,'','United States','',0,0,231,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8662,'31742','Elkhorn','ELKHORN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8663,'33846','Elkin','ELKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8664,'31976','Elkins','ELKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8665,'17865','Elkmont','ELKMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8666,'32808','Elko','ELKO',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8667,'21689','Elkridge','ELKRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8668,'21690','Elkton','ELKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8669,'31977','Elkview','ELKVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8670,'43798','Elkwater','ELKWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8671,'13728','Ellaidhoo','ELLAIDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8672,'14533','Ellecom','ELLECOM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8673,'31491','Ellensburg','ELLENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8674,'19352','Ellenton','ELLENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8675,'28766','Ellenville','ELLENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8676,'19794','Ellenwood','ELLENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8677,'33847','Ellerbe','ELLERBE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8678,'15069','Ellerslie','ELLERSLIE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8679,'8034','Ellesmere Port','ELLESMERE PORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8680,'21691','Ellicott City','ELLICOTT CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8681,'28767','Ellicottville','ELLICOTTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8682,'19795','Ellijay','ELLIJAY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8683,'34487','Elliot Lake','ELLIOT LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8684,'31743','Ellison Bay','ELLISON BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8685,'32559','Ellisras','ELLISRAS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8686,'27629','Ellisville','ELLISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8687,'24553','Ellmau','ELLMAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8688,'8036','Ellon','ELLON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8689,'16881','Ellos','ELLOS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8690,'21047','Ellsworth','ELLSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8691,'22529','Ellwangen','ELLWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1);
INSERT INTO `tb_master_geo_city` VALUES (8692,'23193','Elm','ELM',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8693,'30606','Elmendorf','ELMENDORF',NULL,'','United States','',0,0,231,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8694,'20536','Elmhurst','ELMHURST',NULL,'','United States','',0,0,231,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8695,'44165','Elmina','ELMINA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8696,'28770','Elmira','ELMIRA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8697,'706','Elmshorn','ELMSHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8698,'28263','Elmwood Park','ELMWOOD PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8699,'34488','Elora','ELORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8700,'37457','Elorz','ELORZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8701,'18129','Eloy','ELOY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8702,'31746','Elroy','ELROY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8703,'20538','Elsah','ELSAH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8704,'27163','Elsbethen','ELSBETHEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8705,'32560','Elsburg','ELSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8706,'8037','Elsenham','ELSENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8707,'14534','Elspeet','ELSPEET',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8708,'40234','Elst','ELST',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8709,'8038','Elstow','ELSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8710,'8039','Elstree','ELSTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8711,'8040','Elterwater','ELTERWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8712,'26900','Eltham','ELTHAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8713,'42459','Eltville','ELTVILLE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8714,'16016','Elvas','ELVAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8715,'36258','Elven','ELVEN',NULL,'','France','',0,0,76,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8716,'29924','Elverson','ELVERSON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8717,'14888','Elverum','ELVERUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8718,'38147','Elwood','ELWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8719,'20869','Elwood','ELWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8720,'8041','Ely','ELY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8721,'29337','Elyria','ELYRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8722,'29925','Elysburg','ELYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8723,'32312','Emae','EMAE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8724,'42755','Embilipitiya','EMBILIPITIYA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8725,'9460','Emborio','EMBORIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8726,'6423','Embrun','EMBRUN',NULL,'','France','',0,0,76,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8727,'28522','Embudo','EMBUDO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8728,'136','Emden','EMDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8729,'2229','Emdrup','EMDRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8730,'23577','Emei','EMEI',NULL,'','China','',0,0,46,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8731,'23694','Emeishan','EMEISHAN',NULL,'','China','',0,0,46,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8732,'5848','Emerainville','EMERAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8733,'26404','Emerald','EMERALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8734,'33848','Emerald Isle','EMERALD ISLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8735,'18465','Emeryville','EMERYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8736,'27966','Emigrant','EMIGRANT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8737,'27630','Eminence','EMINENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8738,'16728','Emmaboda','EMMABODA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8739,'14757','Emmeloord','EMMELOORD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8740,'14495','Emmen','EMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8741,'22530','Emmendingen','EMMENDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8742,'6161','Emmerin','EMMERIN',NULL,'','France','',0,0,76,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8743,'26985','Emmersdorf','EMMERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8744,'20205','Emmetsburg','EMMETSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8745,'23194','Emmetten','EMMETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8746,'21692','Emmitsburg','EMMITSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8747,'17621','Emmonak','EMMONAK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8748,'32516','Empangeni','EMPANGENI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8749,'26108','Empedrado','EMPEDRADO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8750,'22531','Empfingen','EMPFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8751,'7050','Empingham','EMPINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8752,'34766','Empire','EMPIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8753,'11909','Empoli','EMPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:06','1900-01-01 00:00:00',1,0,1),(8754,'31099','Emporia','EMPORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:06','1900-01-01 00:00:00',1,0,1),(8755,'2467','Empuriabrava','EMPURIABRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8756,'8042','Emsworth','EMSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8757,'10308','Enarotali','ENAROTALI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8758,'25876','Encamp','ENCAMP',NULL,'','Andorra','',0,0,5,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8759,'25157','Encantado','ENCANTADO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8760,'18466','Encanto','ENCANTO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8761,'16110','Encarnacion','ENCARNACION',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8762,'18467','Encinitas','ENCINITAS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8763,'18468','Encino','ENCINO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8764,'10350','Ende','ENDE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8765,'25433','Enderby','ENDERBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8766,'28773','Endicott','ENDICOTT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8767,'4240','Endoume','ENDOUME',NULL,'','France','',0,0,76,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8768,'28774','Endwell','ENDWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8769,'40516','Enfidha','ENFIDHA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8770,'25708','Enfield','ENFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8771,'19080','Enfield','ENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8772,'10732','Enfield','ENFIELD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8773,'8044','Enfield','ENFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8774,'26798','Enfield','ENFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8775,'42742','Engara','ENGARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8776,'24132','Engativa','ENGATIVA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8777,'23016','Enge','ENGE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8778,'23195','Engelberg','ENGELBERG',NULL,'','Switzerland','Engelberg',0,0,210,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8779,'1968','Engelsbach','ENGELSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8780,'25082','Engenho Novo','ENGENHO NOVO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8781,'37427','Engerwitzdorf','ENGERWITZDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8782,'4706','Enghien Les Bains','ENGHIEN LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8783,'28264','Englewood','ENGLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8784,'17622','English Bay','ENGLISH BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8785,'26163','English Harbour','ENGLISH HARBOUR',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8786,'7051','English Riviera','ENGLISH RIVIERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8787,'6162','Englos','ENGLOS',NULL,'','France','',0,0,76,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8788,'39462','Enguera','ENGUERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8789,'32904','Enid','ENID',NULL,'','United States','',0,0,231,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8790,'16259','Eniseysk','ENISEYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8791,'14149','Eniwetok','ENIWETOK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8792,'36455','Enkhuizen','ENKHUIZEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8793,'16666','Enkoeping','ENKOEPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8794,'36666','Enkoping','ENKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8795,'7052','Ennerdale Bridge','ENNERDALE BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8796,'23196','Ennetburgen','ENNETBURGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8797,'27353','Ennigerloh','ENNIGERLOH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8798,'10733','Ennis','ENNIS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8799,'40917','Ennis, Co.clare','ENNIS, CO.CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8800,'42703','Enniscorthy','ENNISCORTHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8801,'35392','Enniscrone','ENNISCRONE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8802,'10960','Enniskerry','ENNISKERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8803,'8045','Enniskillen','ENNISKILLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8804,'10784','Ennistimon','ENNISTIMON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8805,'35393','Ennistymon','ENNISTYMON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8806,'27128','Enns','ENNS',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8807,'42933','Enoch','ENOCH',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8808,'29926','Enola','ENOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8809,'3923','Enontekio','ENONTEKIO',NULL,'','Finland','',0,0,75,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8810,'14749','Enschede','ENSCHEDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8811,'14090','Ensenada','ENSENADA',NULL,'','Mexico','Ensenada',0,0,141,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8812,'23826','Enshi','ENSHI',NULL,'','China','',0,0,46,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8813,'16822','Enskede','ENSKEDE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8814,'8046','Enstone','ENSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8815,'6424','Ensues-la-redonne','ENSUES-LA-REDONNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8816,'42536','Entabeni','ENTABENI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8817,'17477','Entebbe','ENTEBBE',NULL,'','Uganda','',0,0,226,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8818,'17866','Enterprise','ENTERPRISE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8819,'4241','Entraigues-sur-la-sorgue','ENTRAIGUES-SUR-LA-SORGUE',NULL,'','France','',0,0,76,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8820,'41958','Entrambasaguas','ENTRAMBASAGUAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8821,'6083','Entraygues-sur-truyere','ENTRAYGUES-SUR-TRUYERE',NULL,'','France','',0,0,76,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8822,'42096','Entre Rios','ENTRE RIOS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8823,'15805','Entre-campos','ENTRE-CAMPOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8824,'29927','Entriken','ENTRIKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8825,'31494','Enumclaw','ENUMCLAW',NULL,'','United States','',0,0,231,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8826,'39564','Enval','ENVAL',NULL,'','France','',0,0,76,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8827,'41028','Eolie Islands','EOLIE ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8828,'5460','Epagny','EPAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8829,'14535','Epe','EPE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8830,'14569','Epen','EPEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8831,'5727','Epernay','EPERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8832,'31747','Ephraim','EPHRAIM',NULL,'','United States','',0,0,231,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8833,'31495','Ephrata','EPHRATA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8834,'9461','Epidaurus','EPIDAURUS',NULL,'','Greece','Epidaurus',0,0,86,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8835,'42518','Epidavros','EPIDAVROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8836,'6026','Epinal','EPINAL',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8837,'4707','Epinay-sur-orge','EPINAY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8838,'4708','Epinay-sur-seine','EPINAY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8839,'5537','Epiniac','EPINIAC',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8840,'6621','Epinouze','EPINOUZE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8841,'4709','Epone','EPONE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8842,'6163','Eppe-sauvage','EPPE-SAUVAGE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8843,'8047','Epping','EPPING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8844,'32695','Epping','EPPING',NULL,'','United States','',0,0,231,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8845,'8048','Epsom','EPSOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8846,'37965','Eptingen','EPTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8847,'43080','Equemauville','EQUEMAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8848,'37983','Équemauville','ÉQUEMAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8849,'4991','Equeurdreville Hainneville','EQUEURDREVILLE HAINNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8850,'41537','Equeurdreville-hainneville','EQUEURDREVILLE-HAINNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8851,'4710','Eragny','ERAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8852,'42517','Erateini','ERATEINI',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8853,'4711','Erbalunga','ERBALUNGA',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8854,'37211','Erbenhausen','ERBENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8855,'43137','Erbil','ERBIL',NULL,'','Iraq','',0,0,104,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8856,'11207','Erbusco','ERBUSCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8857,'42270','Erciyes','ERCIYES',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8858,'11911','Ercolano','ERCOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8859,'10100','Erd','ERD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8860,'41076','Erdek','ERDEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8861,'42683','Erdemli','ERDEMLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8862,'5538','Erdeven','ERDEVEN',NULL,'','France','',0,0,76,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8863,'137','Erding','ERDING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8864,'38457','Erdobenye','ERDOBENYE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8865,'23578','Erdos','ERDOS',NULL,'','China','',0,0,46,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8866,'41775','Erechim','ERECHIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8867,'43620','Eregli','EREGLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8868,'9462','Eressos','ERESSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8869,'9651','Eretria','ERETRIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8870,'36385','Erfoud','ERFOUD',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8871,'1969','Erfurt','ERFURT',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8872,'16466','Ergi-barlyk','ERGI-BARLYK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8873,'22742','Ergolding','ERGOLDING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8874,'5539','Ergue-gaberic','ERGUE-GABERIC',NULL,'','France','',0,0,76,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8875,'12998','Erice','ERICE',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8876,'15999','Ericeira','ERICEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8877,'32905','Erick','ERICK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8878,'22060','Erie','ERIE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8879,'7053','Eriskay','ERISKAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8880,'27354','Erkrath','ERKRATH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8881,'22743','Erlabrunn','ERLABRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8882,'22744','Erlangen','ERLANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8883,'33627','Erlanger','ERLANGER',NULL,'','United States','',0,0,231,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8884,'42909','Erldunda','ERLDUNDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8885,'42669','Erlensee','ERLENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8886,'37117','Ermelo','ERMELO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8887,'36456','Ermelo','ERMELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8888,'9790','Ermioni','ERMIONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8889,'15510','Ermita','ERMITA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8890,'9463','Ermones','ERMONES',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8891,'9809','Ermoupolis','ERMOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8892,'38095','Ermua','ERMUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8893,'10644','Ernakulam','ERNAKULAM',NULL,'','India','Ernakulam',3,0,101,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8894,'37449','Ernst','ERNST',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8895,'24716','Erondegem','ERONDEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8896,'13677','Errachidia','ERRACHIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8897,'39114','Erriadh','ERRIADH',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8898,'7054','Erskine','ERSKINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8899,'27380','Erskine','ERSKINE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8900,'23197','Erstfeld','ERSTFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8901,'42730','Erts','ERTS',NULL,'','Andorra','',0,0,5,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8902,'33139','Erwin','ERWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8903,'29931','Erwinna','ERWINNA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8904,'27355','Erwitte','ERWITTE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8905,'17289','Erzincan','ERZINCAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8906,'17291','Erzurum','ERZURUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8907,'2258','Esbjerg','ESBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8908,'5097','Esbly','ESBLY',NULL,'','France','',0,0,76,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8909,'3121','Escalante','ESCALANTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8910,'33328','Escalante','ESCALANTE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8911,'13572','Escamp','ESCAMP',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8912,'22061','Escanaba','ESCANABA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8913,'13573','Escap','ESCAP',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8914,'3327','Escarrilla','ESCARRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8915,'24167','Escazu','ESCAZU',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8916,'41032','Esch Sur Alzette','ESCH SUR ALZETTE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8917,'40646','Eschau','ESCHAU',NULL,'','France','',0,0,76,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8918,'417','Eschborn','ESCHBORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8919,'39140','Eschenz','ESCHENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8920,'418','Eschersheim','ESCHERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8921,'13657','Esch-sur-alzette','ESCH-SUR-ALZETTE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8922,'419','Eschwege','ESCHWEGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8923,'2040','Eschweiler','ESCHWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8924,'40490','Escolives-sainte-camille','ESCOLIVES-SAINTE-CAMILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8925,'18470','Escondido','ESCONDIDO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8926,'8049','Escrick','ESCRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8927,'43241','Escunhau','ESCUNHAU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8928,'17245','Esenboga','ESENBOGA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8929,'17290','Esenyurt','ESENYURT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8930,'8050','Esher','ESHER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8931,'37635','Eshowe','ESHOWE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8932,'7055','Eskbank','ESKBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8933,'39349','Eskifjoerdur','ESKIFJOERDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8934,'16773','Eskilstuna','ESKILSTUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8935,'17293','Eskisehir','ESKISEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8936,'2622','Eskoriatza','ESKORIATZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8937,'16863','Eslov','ESLOV',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8938,'2395','Esmeraldas','ESMERALDAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8939,'15855','Esmoriz','ESMORIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8940,'4242','Espace Killy','ESPACE KILLY',NULL,'','France','',0,0,76,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8941,'40052','Espalion','ESPALION',NULL,'','France','',0,0,76,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8942,'28523','Espanola','ESPANOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8943,'34489','Espanola','ESPANOLA',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8944,'27356','Espelkamp','ESPELKAMP',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8945,'39142','Espenau','ESPENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8946,'26589','Esperance','ESPERANCE',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8947,'15749','Esperanza','ESPERANZA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8948,'15856','Espinho','ESPINHO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8949,'38562','Espirdo','ESPIRDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8950,'24975','Espirito Santo','ESPIRITO SANTO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8951,'32313','Espiritu Santo','ESPIRITU SANTO',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8952,'2623','Esplugues De Llobregat','ESPLUGUES DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8953,'3961','Espoo','ESPOO',NULL,'','Finland','',0,0,75,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8954,'2468','Esporles','ESPORLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8955,'15882','Esposende','ESPOSENDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8956,'3541','Espot','ESPOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8957,'26115','Esquel','ESQUEL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8958,'26109','Esquina','ESQUINA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8959,'9870','Esquipulas','ESQUIPULAS',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8960,'41356','Esquivias','ESQUIVIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8961,'13678','Essaouira','ESSAOUIRA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8962,'27208','Essel','ESSEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8963,'38673','Esselbach','ESSELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8964,'27358','Essen','ESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8965,'26506','Essendon','ESSENDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8966,'7056','Essex','ESSEX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:37','1900-01-01 00:00:00',1,0,1),(8967,'21368','Essex','ESSEX',NULL,'','United States','',0,0,231,'2016-10-17 10:53:37','1900-01-01 00:00:00',1,0,1),(8968,'41536','Essey-les-nancy','ESSEY-LES-NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8969,'4243','Essey-lès-nancy','ESSEY-LÈS-NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8970,'39652','Essing','ESSING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8971,'29932','Essington','ESSINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8972,'22532','Esslingen','ESSLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8973,'4244','Essomes Sur Marne','ESSOMES SUR MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8974,'44008','Essomes-sur-marne','ESSOMES-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8975,'39641','Essoyes','ESSOYES',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8976,'846','Estado De Mexico','ESTADO DE MEXICO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8977,'5912','Estagel','ESTAGEL',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8978,'2624','Estamariu','ESTAMARIU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8979,'15857','Estarreja','ESTARREJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8980,'16000','Estefania','ESTEFANIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8981,'42985','Estella','ESTELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8982,'30608','Estelle','ESTELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8983,'2625','Estellencs','ESTELLENCS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8984,'3230','Estepona','ESTEPONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8985,'25989','Esterel','ESTEREL',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8986,'24168','Esterillos Oeste','ESTERILLOS OESTE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8987,'5728','Esternay','ESTERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8988,'19354','Estero','ESTERO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8989,'2626','Esterri D\'aneu','ESTERRI D\'ANEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8990,'34768','Estes Park','ESTES PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8991,'22942','Estevan','ESTEVAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8992,'20206','Estherville','ESTHERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8993,'30320','Estill','ESTILL',NULL,'','United States','',0,0,231,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8994,'15926','Estoi','ESTOI',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8995,'15927','Estombar','ESTOMBAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8996,'16001','Estoril','ESTORIL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8997,'36561','Estoril-alcabideche','ESTORIL-ALCABIDECHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8998,'41662','Estreito Camara De Lobos','ESTREITO CAMARA DE LOBOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8999,'15872','Estrela','ESTRELA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9000,'15775','Estremoz','ESTREMOZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9001,'37498','Esztergom','ESZTERGOM',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9002,'37663','Etampes','ETAMPES',NULL,'','France','',0,0,76,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9003,'6164','Etaples','ETAPLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9004,'3451','Eterna','ETERNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9005,'4712','Etiolles','ETIOLLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9006,'32093','Etna','ETNA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9007,'13004','Etna','ETNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9008,'40699','Etne','ETNE',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9009,'34490','Etobicoke','ETOBICOKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9010,'5729','Etoges','ETOGES',NULL,'','France','',0,0,76,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9011,'14399','Etosha','ETOSHA',NULL,'','Namibia','',0,0,151,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9012,'1390','Etosha-northern Region','ETOSHA-NORTHERN REGION',NULL,'','NAMIBIA','',0,0,151,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9013,'33140','Etowah','ETOWAH',NULL,'','United States','',0,0,231,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9014,'23017','Etoy','ETOY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9015,'40487','Etreaupont','ETREAUPONT',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9016,'40271','Etrelles','ETRELLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9017,'44012','Etrembieres','ETREMBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9018,'5807','Etretat','ETRETAT',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9019,'11912','Etroubles','ETROUBLES',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9020,'42137','Ettalong','ETTALONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9021,'14461','Etten-leur','ETTEN-LEUR',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9022,'24623','Etterbeek','ETTERBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9023,'29933','Etters','ETTERS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9024,'39152','Ettington','ETTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9025,'2078','Ettlingen','ETTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9026,'2627','Etxalar','ETXALAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9027,'17111','Eua Island','EUA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9028,'9464','Euboea','EUBOEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9029,'29339','Euclid','EUCLID',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9030,'18011','Eudora','EUDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9031,'39097','Euerdorf','EUERDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9032,'17868','Eufaula','EUFAULA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9033,'38174','Eugendorf','EUGENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9034,'29657','Eugene','EUGENE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9035,'5185','Eugenie-les-bains','EUGENIE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9036,'30609','Euless','EULESS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9037,'43716','Eumemmerring','EUMEMMERRING',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9038,'42712','Eungella','EUNGELLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9039,'21195','Eunice','EUNICE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9040,'24672','Eupen','EUPEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9041,'40765','Eupora','EUPORA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9042,'4247','Eure-et-loir','EURE-ET-LOIR',NULL,'','France','',0,0,76,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9043,'27632','Eureka','EUREKA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9044,'26507','Euroa','EUROA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9045,'42910','Eurong','EURONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9046,'14462','Europoort','EUROPOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9047,'27359','Euskirchen','EUSKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9048,'42458','Euskrichen','EUSKRICHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9049,'19355','Eustis','EUSTIS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9050,'17869','Eutaw','EUTAW',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9051,'34769','Evans','EVANS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9052,'20207','Evansdale','EVANSDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9053,'20541','Evanston','EVANSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9054,'32095','Evansville','EVANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9055,'8052','Evanton','EVANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9056,'22063','Evart','EVART',NULL,'','United States','',0,0,231,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9057,'27381','Eveleth','EVELETH',NULL,'','United States','',0,0,231,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9058,'14795','Evenes','EVENES',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9059,'15012','Evenskjer','EVENSKJER',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9060,'31496','Everett','EVERETT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9061,'39076','Evergem','EVERGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9062,'19356','Everglades City','EVERGLADES CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9063,'34770','Evergreen','EVERGREEN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9064,'30610','Everman','EVERMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9065,'8053','Evershot','EVERSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9066,'7058','Eversley','EVERSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9067,'8054','Evesham','EVESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9068,'6622','Evian-les-bains','EVIAN-LES-BAINS',NULL,'','France','Evian-les-Bains',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9069,'23198','Evilard','EVILARD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9070,'38927','Evje','EVJE',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9071,'15913','Evora','EVORA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9072,'5809','Evreux','EVREUX',NULL,'','France','',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9073,'43248','Evron','EVRON',NULL,'','France','',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9074,'4248','Évron','ÉVRON',NULL,'','France','',0,0,76,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9075,'4713','Evry','EVRY',NULL,'','France','',0,0,76,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9076,'28265','Ewing','EWING',NULL,'','United States','',0,0,231,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9077,'7059','Ewloe','EWLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9078,'24044','Ewo','EWO',NULL,'','Congo','',0,0,51,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9079,'27633','Excelsior Springs','EXCELSIOR SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9080,'17624','Excursion Inlet','EXCURSION INLET',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9081,'8055','Exeter','EXETER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9082,'32696','Exeter','EXETER',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9083,'8056','Exford','EXFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9084,'38500','Exloo','EXLOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9085,'7060','Exmoor National Park','EXMOOR NATIONAL PARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9086,'31101','Exmore','EXMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9087,'8057','Exmouth','EXMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9088,'26956','Exmouth','EXMOUTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9089,'25306','Exshaw','EXSHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9090,'138','Extertal','EXTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9091,'29934','Exton','EXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9092,'7061','Exton','EXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9093,'43084','Exuma','EXUMA',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9094,'4953','Eybens','EYBENS',NULL,'','France','',0,0,76,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9095,'8058','Eye','EYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9096,'8059','Eyemouth','EYEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9097,'6425','Eyguians','EYGUIANS',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9098,'37201','Eygurande','EYGURANDE',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9099,'6002','Eymoutiers','EYMOUTIERS',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9100,'5913','Eyne','EYNE',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9101,'39825','Eyrarbakka','EYRARBAKKA',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9102,'5186','Eysines','EYSINES',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9103,'2963','Ezcaray','EZCARAY',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9104,'16909','Ezulwini','EZULWINI',NULL,'','Swaziland','',0,0,208,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9105,'17153','Ezzahra','EZZAHRA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9106,'32096','F. E. Warren Afb','F. E. WARREN AFB',NULL,'','United States','',0,0,231,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9107,'16156','Faaa','FAAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9108,'41221','Faaborg','FAABORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9109,'13729','Faadhippolhu Atoll','FAADHIPPOLHU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9110,'13730','Faafu Atoll','FAAFU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9111,'27072','Faak Am See','FAAK AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9112,'30611','Fabens','FABENS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9113,'14889','Faberg','FABERG',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9114,'2189','Faborg','FABORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9115,'5914','Fabregues','FABREGUES',NULL,'','France','',0,0,76,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9116,'5915','Fabrezan','FABREZAN',NULL,'','France','',0,0,76,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9117,'11913','Fabriano','FABRIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9118,'11208','Faedo','FAEDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9119,'11914','Faenza','FAENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9120,'14858','Faervik','FAERVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9121,'36796','Fafa Island','FAFA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9122,'15883','Fafe','FAFE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9123,'44032','Fagamalo','FAGAMALO',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9124,'16220','Fagaras','FAGARAS',NULL,'','Romania','',0,0,179,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9125,'14843','Fagernes','FAGERNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9126,'16810','Fagersta','FAGERSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9127,'10974','Fagurholsmyri','FAGURHOLSMYRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9128,'43047','Fahaheel','FAHAHEEL',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9129,'40413','Fahrenzhausen','FAHRENZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9130,'11915','Fai Della Paganella','FAI DELLA PAGANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9131,'42936','Faial','FAIAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9132,'7062','Failand','FAILAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9133,'8060','Failsworth','FAILSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9134,'7063','Fair Isle','FAIR ISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9135,'17625','Fairbanks','FAIRBANKS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:06','1900-01-01 00:00:00',1,0,1),(9136,'29341','Fairborn','FAIRBORN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:06','1900-01-01 00:00:00',1,0,1),(9137,'19797','Fairburn','FAIRBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9138,'28116','Fairbury','FAIRBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9139,'31327','Fairfax','FAIRFAX',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9140,'20208','Fairfield','FAIRFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:54:08','1900-01-01 00:00:00',1,0,1),(9141,'26901','Fairfield','FAIRFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:08','1900-01-01 00:00:00',1,0,1),(9142,'8061','Fairford','FAIRFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:10','1900-01-01 00:00:00',1,0,1),(9143,'43799','Fairhaven','FAIRHAVEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:10','1900-01-01 00:00:00',1,0,1),(9144,'42136','Fairhaven','FAIRHAVEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9145,'21370','Fairhaven','FAIRHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9146,'17872','Fairhope','FAIRHOPE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9147,'29343','Fairlawn','FAIRLAWN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9148,'31328','Fairlee','FAIRLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9149,'43016','Fairlie','FAIRLIE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9150,'33849','Fairmont','FAIRMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:12','1900-01-01 00:00:00',1,0,1),(9151,'25434','Fairmont Hot Springs','FAIRMONT HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:12','1900-01-01 00:00:00',1,0,1),(9152,'33427','Fairplay','FAIRPLAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9153,'28776','Fairport','FAIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9154,'28268','Fairview','FAIRVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9155,'25307','Fairview','FAIRVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9156,'15299','Faisalabad','FAISALABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9157,'33008','Faith','FAITH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9158,'10734','Faithlegg','FAITHLEGG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9159,'42604','Faizabad','FAIZABAD',NULL,'','India','Faizabad',6,0,101,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9160,'15954','Faja Da Ovelha','FAJA DA OVELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9161,'15750','Fajardo','FAJARDO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9162,'16115','Fakahina','FAKAHINA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9163,'42465','Fakarava','FAKARAVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9164,'8062','Fakenham','FAKENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9165,'10156','Fak-fak','FAK-FAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9166,'37652','Falaen','FALAEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9167,'5393','Falaise','FALAISE',NULL,'','France','',0,0,76,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9168,'39630','Falaknuma','FALAKNUMA',NULL,'','India','',0,0,101,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9169,'39098','Falcade','FALCADE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9170,'25593','Falcon Beach','FALCON BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9171,'11916','Falconara Marittima','FALCONARA MARITTIMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9172,'28777','Falconer','FALCONER',NULL,'','United States','',0,0,231,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9173,'2190','Faldsled','FALDSLED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9174,'44033','Faleapuna','FALEAPUNA',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9175,'44034','Faleolo','FALEOLO',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9176,'11917','Falerna','FALERNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9177,'30615','Falfurrias','FALFURRIAS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9178,'9395','Faliraki','FALIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9179,'16704','Falkenberg','FALKENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9180,'22745','Falkenberg','FALKENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9181,'767','Falkenrehde','FALKENREHDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9182,'768','Falkensee','FALKENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9183,'22746','Falkenstein','FALKENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9184,'8063','Falkirk','FALKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9185,'8064','Falkland','FALKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9186,'16667','Falkoeping','FALKOEPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9187,'23018','Falkoeping','FALKOEPING',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9188,'23199','Fallanden','FALLANDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9189,'18477','Fallbrook','FALLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9190,'7064','Fallin','FALLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9191,'31979','Falling Waters','FALLING WATERS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9192,'26365','Falls Creek','FALLS CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9193,'21372','Falmouth','FALMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9194,'8065','Falmouth','FALMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9195,'13099','Falmouth','FALMOUTH',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9196,'26164','Falmouth Harbour','FALMOUTH HARBOUR',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9197,'17626','False Island','FALSE ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9198,'8066','Falstone','FALSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9199,'16739','Falun','FALUN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9200,'38574','Falzes','FALZES',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9201,'1510','Famagusta','FAMAGUSTA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9202,'41602','Fanabe','FANABE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9203,'31104','Fancy Gap','FANCY GAP',NULL,'','United States','',0,0,231,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9204,'39933','Fanes','FANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9205,'17051','Fang','FANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9206,'16116','Fangatau','FANGATAU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9207,'17383','Fangliao','FANGLIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9208,'9921','Fanling','FANLING',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9209,'39814','Fanlo','FANLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9210,'13461','Fanning Island','FANNING ISLAND',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9211,'37802','Fano','FANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9212,'28269','Fanwood','FANWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9213,'15884','Fao','FAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9214,'28778','Far Rockaway','FAR ROCKAWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9215,'11918','Fara In Sabina','FARA IN SABINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9216,'35833','Faraaya','FARAAYA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9217,'38666','Farafangana','FARAFANGANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9218,'15363','Farallon','FARALLON',NULL,'','Panama','',0,0,169,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9219,'17205','Faralya','FARALYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9220,'39215','Faraya','FARAYA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9221,'8067','Fareham','FAREHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9222,'1526','Farehamn','FAREHAMN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9223,'16157','Fareorea','FAREOREA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9224,'43847','Farevejle','FAREVEJLE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9225,'16437','Farforovaya','FARFOROVAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9226,'19798','Fargo','FARGO',NULL,'','United States','',0,0,231,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9227,'27384','Faribault','FARIBAULT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9228,'10516','Faridabad','FARIDABAD',NULL,'','India','Faridabad',20,0,101,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9229,'8068','Faringdon','FARINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9230,'20545','Farmer City','FARMER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9231,'30616','Farmers Branch','FARMERS BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9232,'24855','Farmer\'s Hill','FARMER\'S HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9233,'28779','Farmingdale','FARMINGDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9234,'28524','Farmington','FARMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:25','1900-01-01 00:00:00',1,0,1),(9235,'28781','Farmingville','FARMINGVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9236,'31105','Farmville','FARMVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9237,'8069','Farnborough','FARNBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9238,'8070','Farnham','FARNHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9239,'25990','Farnham','FARNHAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9240,'8071','Farnworth','FARNWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9241,'15928','Faro','FARO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9242,'22978','Faro','FARO',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9243,'2108','Faroe Islands','FAROE ISLANDS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9244,'25113','Farol','FAROL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9245,'37380','Faros','FAROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9246,'8072','Farr','FARR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9247,'37200','Farr West','FARR WEST',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9248,'12887','Farra Di Soligo','FARRA DI SOLIGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9249,'33143','Farragut','FARRAGUT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9250,'37885','Farrarmere','FARRARMERE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9251,'29939','Farrell','FARRELL',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9252,'42202','Farroupilha','FARROUPILHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9253,'34955','Farso','FARSO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9254,'16823','Farsta','FARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9255,'15019','Farsund','FARSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9256,'2169','Farum','FARUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9257,'43610','Farwaniya','FARWANIYA',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9258,'10975','Faskrudsfjordur','FASKRUDSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9259,'40145','Fatehpur Sikri','FATEHPUR SIKRI',NULL,'','India','Fatehpur Sikri Tour Packages | Agra Fatehpur Sikri',6,0,101,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9260,'16044','Fatima','FATIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9261,'36582','Fatima-ourem','FATIMA-OUREM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9262,'16117','Fatu Hiva','FATU HIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9263,'35522','Fauglia','FAUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9264,'37','Faulensee','FAULENSEE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9265,'33009','Faulkton','FAULKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9266,'6027','Faulquemont','FAULQUEMONT',NULL,'','France','',0,0,76,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9267,'41533','Fauquembergues','FAUQUEMBERGUES',NULL,'','France','',0,0,76,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9268,'14915','Fauske','FAUSKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9269,'14796','Favang','FAVANG',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9270,'2628','Favara','FAVARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9271,'12888','Favaro Veneto','FAVARO VENETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9272,'6623','Faverges','FAVERGES',NULL,'','France','',0,0,76,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9273,'6624','Faverges-de-la-tour','FAVERGES-DE-LA-TOUR',NULL,'','France','',0,0,76,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9274,'8073','Faversham','FAVERSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9275,'11920','Favignana','FAVIGNANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9276,'26986','Favoriten','FAVORITEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9277,'8074','Fawkham','FAWKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9278,'26902','Fawkner','FAWKNER',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9279,'4054','Fawn Harbour','FAWN HARBOUR',NULL,'','Fiji','',0,0,74,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9280,'18478','Fawnskin','FAWNSKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9281,'6427','Fayence','FAYENCE',NULL,'','France','',0,0,76,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9282,'10010','Fazana','FAZANA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9283,'10785','Feakle','FEAKLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9284,'7065','Fearn','FEARN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9285,'37576','Feasterville','FEASTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9286,'15102','Featherston','FEATHERSTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9287,'8075','Featherstone','FEATHERSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9288,'5810','Fecamp','FECAMP',NULL,'','France','',0,0,76,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9289,'420','Fechenheim','FECHENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9290,'41765','Federacion','FEDERACION',NULL,'','Argentina','',0,0,10,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9291,'24976','Federal District','FEDERAL DISTRICT',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9292,'33428','Federal Heights','FEDERAL HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9293,'14896','Fedje','FEDJE',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9294,'8076','Feering','FEERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9295,'2026','Fehmarn','FEHMARN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9296,'42042','Fehrman','FEHRMAN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9297,'37684','Feignies','FEIGNIES',NULL,'','France','',0,0,76,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9298,'41774','Feira De Santana','FEIRA DE SANTANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9299,'2898','Felanitx','FELANITX',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9300,'22747','Feldafing','FELDAFING',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9301,'24414','Feldbach','FELDBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9302,'139','Feldberg (Baden-wuerttemberg)','FELDBERG (BADEN-WUERTTEMBERG)',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9303,'24518','Feldkirch','FELDKIRCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9304,'22748','Feldkirchen','FELDKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9305,'37199','Feldkirchen An Der Donau','FELDKIRCHEN AN DER DONAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9306,'39321','Feldkirchen-westerham','FELDKIRCHEN-WESTERHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9307,'42663','Felechosa','FELECHOSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9308,'15888','Felgar','FELGAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9309,'13772','Felidhu Atoll','FELIDHU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9310,'7066','Felindre Farchog','FELINDRE FARCHOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9311,'8077','Felixstowe','FELIXSTOWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9312,'22533','Fellbach','FELLBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9313,'42964','Felpham','FELPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9314,'2290','Felsted','FELSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9315,'8078','Feltham','FELTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9316,'18479','Felton','FELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9317,'38775','Felton','FELTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9318,'11921','Feltre','FELTRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9319,'8079','Fen Stanton','FEN STANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9320,'34492','Fenelon Falls','FENELON FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9321,'23958','Fenggang','FENGGANG',NULL,'','China','',0,0,46,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9322,'23579','Fenghua','FENGHUA',NULL,'','China','',0,0,46,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9323,'23855','Fenghuang','FENGHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9324,'23738','Fengxian','FENGXIAN',NULL,'','China','',0,0,46,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9325,'40670','Fenis','FENIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9326,'31748','Fennimore','FENNIMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9327,'22065','Fennville','FENNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9328,'22066','Fenton','FENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9329,'26839','Fentonbury','FENTONBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9330,'8080','Fenwick (Ayershire)','FENWICK (AYERSHIRE)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9331,'19220','Fenwick Estates','FENWICK ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9332,'17515','Feodosiya','FEODOSIYA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9333,'16545','Fera Island','FERA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9334,'6237','Ferce-sur-sarthe','FERCE-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9335,'20872','Ferdinand','FERDINAND',NULL,'','United States','',0,0,231,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9336,'4835','Fere-en-tardenois','FERE-EN-TARDENOIS',NULL,'','France','',0,0,76,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9337,'11922','Ferentillo','FERENTILLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9338,'44230','Ferentino','FERENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9339,'32155','Fergana','FERGANA',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9340,'27386','Fergus Falls','FERGUS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9341,'27638','Ferguson','FERGUSON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9342,'14303','Feringgi Beach','FERINGGI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9343,'7067','Fermain Bay','FERMAIN BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9344,'7068','Fermanagh','FERMANAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9345,'40586','Ferme-neuve','FERME-NEUVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9346,'11923','Fermo','FERMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9347,'40221','Fermoselle','FERMOSELLE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9348,'38997','Fermoy','FERMOY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9349,'19357','Fern Park','FERN PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9350,'19358','Fernandina Beach','FERNANDINA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9351,'41773','Fernando De Noronha','FERNANDO DE NORONHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9352,'22067','Ferndale','FERNDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9353,'7069','Ferndown','FERNDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9354,'38752','Fernetti','FERNETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9355,'23019','Ferney-voltaire','FERNEY-VOLTAIRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9356,'6625','Ferney-voltaire','FERNEY-VOLTAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9357,'987','Ferney-voltaire-thoiry','FERNEY-VOLTAIRE-THOIRY',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9358,'15189','Fernhill','FERNHILL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9359,'25435','Fernie','FERNIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9360,'32812','Fernley','FERNLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9361,'26218','Ferntree Gully','FERNTREE GULLY',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9362,'15929','Ferragudo','FERRAGUDO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9363,'12719','Ferrara','FERRARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9364,'25158','Ferreira','FERREIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9365,'2899','Ferrerias','FERRERIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9366,'5645','Ferrieres','FERRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9367,'41532','Ferrieres-en-brie','FERRIERES-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9368,'31329','Ferrisburg','FERRISBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9369,'3663','Ferrol','FERROL',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9370,'33330','Ferron','FERRON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9371,'37133','Ferry Hill','FERRY HILL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9372,'10946','Ferrycarrig','FERRYCARRIG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9373,'8082','Ferryhill','FERRYHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9374,'11924','Fertilia','FERTILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9375,'13695','Fes','FES',NULL,'','Morocco','',0,0,148,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9376,'13731','Fesdu Island','FESDU ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9377,'28056','Fessenden','FESSENDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9378,'27639','Festus','FESTUS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9379,'23200','Fetan','FETAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9380,'17185','Fethiye','FETHIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9381,'37134','Fethiye-oludeniz','FETHIYE-OLUDENIZ',NULL,'','TURKEY','',0,0,222,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9382,'7070','Fetlar','FETLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9383,'22749','Feuchtwangen','FEUCHTWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9384,'6298','Feuquieres','FEUQUIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9385,'23201','Feusisberg','FEUSISBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9386,'38496','Fey','FEY',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9387,'5125','Feytiat','FEYTIAT',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9388,'5050','Feyzin','FEYZIN',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9389,'36386','Fez','FEZ',NULL,'','Morocco','Fez',0,0,148,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9390,'38012','Fianarantsoa','FIANARANTSOA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9391,'39441','Fibre','FIBRE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9392,'37477','Ficksburg','FICKSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9393,'39227','Fidenza','FIDENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9394,'11210','Fiè Allo Sciliar','FIÈ ALLO SCILIAR',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9395,'24452','Fieberbrunn','FIEBERBRUNN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9396,'42648','Fier','FIER',NULL,'','Albania','',0,0,2,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9397,'38759','Fiera Di Primiero','FIERA DI PRIMIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9398,'23202','Fiesch','FIESCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9399,'11927','Fiesole','FIESOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9400,'13062','Fiesso D\'artico','FIESSO D\'ARTICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9401,'31501','Fife','FIFE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9402,'7071','Fife','FIFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9403,'8083','Fifield','FIFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9404,'41531','Figanieres','FIGANIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9405,'4249','Figari','FIGARI',NULL,'','France','',0,0,76,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9406,'4983','Figeac','FIGEAC',NULL,'','France','',0,0,76,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9407,'35525','Figline','FIGLINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9408,'15903','Figueira Da Foz','FIGUEIRA DA FOZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9409,'42432','Figueras','FIGUERAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9410,'2947','Figueres','FIGUERES',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9411,'2629','Figueretas','FIGUERETAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9412,'4055','Fiji','FIJI',NULL,'','Fiji','',0,0,74,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9413,'140','Filderstadt','FILDERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9414,'36051','Filderstadt-bonlande','FILDERSTADT-BONLANDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9415,'39007','Filignano','FILIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9416,'16786','Filipstad','FILIPSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9417,'33331','Fillmore','FILLMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9418,'33332','Filmore Area','FILMORE AREA',NULL,'','United States','',0,0,231,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9419,'2259','Filskov','FILSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9420,'8084','Filton','FILTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9421,'23203','Filzbach','FILZBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9422,'27164','Filzmoos','FILZMOOS',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9423,'11928','Finale Ligure','FINALE LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9424,'18482','Financial District - Ferry Building','FINANCIAL DISTRICT - FERRY BUILDING',NULL,'','United States','',0,0,231,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9425,'3850','Fincha','FINCHA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9426,'37729','Finchley','FINCHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9427,'13658','Findel','FINDEL',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9428,'20546','Findlay','FINDLAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9429,'28783','Findley Lake','FINDLEY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9430,'8085','Finedon','FINEDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9431,'3756','Finestrat','FINESTRAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9432,'43706','Fingal','FINGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9433,'28784','Finger Lakes','FINGER LAKES',NULL,'','United States','',0,0,231,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9434,'10773','Finglas','FINGLAS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9435,'38059','Finikas','FINIKAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9436,'17254','Finike','FINIKE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9437,'38497','Finiki','FINIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9438,'43213','Finisterre','FINISTERRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9439,'24453','Finkenberg','FINKENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9440,'769','Finkenkrug Sud','FINKENKRUG SUD',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9441,'40022','Finkenstein','FINKENSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9442,'27387','Finlayson','FINLAYSON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9443,'29347','Finneytown','FINNEYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9444,'22750','Finningen','FINNINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9445,'15013','Finnsnes','FINNSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9446,'11211','Fino Del Monte','FINO DEL MONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9447,'16765','Finspang','FINSPANG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9448,'14797','Finstadjordet','FINSTADJORDET',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9449,'42457','Finsterwalde','FINSTERWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9450,'43940','Fintas','FINTAS',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9451,'41169','Fintry','FINTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9452,'11929','Fiorano Modenese','FIORANO MODENESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9453,'42810','Fiordland','FIORDLAND',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9454,'35526','Fiorenzuola','FIORENZUOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9455,'43415','Fira','FIRA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9456,'18483','Firebaugh','FIREBAUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9457,'1560','Firenze','FIRENZE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9458,'11931','Firenzuola','FIRENZUOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9459,'43416','Firostefani','FIROSTEFANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9460,'43744','Firozabad','FIROZABAD',NULL,'','India','',0,0,101,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9461,'26988','Fischamend','FISCHAMEND',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9462,'22751','Fischen','FISCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9463,'42672','Fischerbach','FISCHERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9464,'22534','Fischingen','FISCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9465,'18484','Fish Camp','FISH CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9466,'32382','Fish Hoek','FISH HOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9467,'14400','Fish River Canyon','FISH RIVER CANYON',NULL,'','Namibia','',0,0,151,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9468,'19359','Fisher Island','FISHER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9469,'20873','Fishers','FISHERS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9470,'31107','Fishersville','FISHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9471,'34493','Fisherville','FISHERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9472,'8086','Fishguard','FISHGUARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9473,'28787','Fishkill','FISHKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9474,'9465','Fiskardo','FISKARDO',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9475,'21373','Fiskdale','FISKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9476,'24454','Fiss','FISS',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9477,'21374','Fitchburg','FITCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9478,'16158','Fitii','FITII',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9479,'14897','Fitjar','FITJAR',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9480,'19800','Fitzgerald','FITZGERALD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9481,'8087','Fitzhead','FITZHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9482,'26366','Fitzroy','FITZROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9483,'32697','Fitzwilliam','FITZWILLIAM',NULL,'','United States','',0,0,231,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9484,'11932','Fiuggi','FIUGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9485,'38545','Fiumefreddo Di Sicilia','FIUMEFREDDO DI SICILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9486,'11933','Fiumicino','FIUMICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9487,'16946','Five Cays','FIVE CAYS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9488,'19801','Five Points','FIVE POINTS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9489,'8088','Fivemiletown','FIVEMILETOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9490,'37434','Fivizzano','FIVIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9491,'2237','Fjerritslev','FJERRITSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9492,'44022','Flaa','FLAA',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9493,'5461','Flacey','FLACEY',NULL,'','France','',0,0,76,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9494,'27165','Flachau','FLACHAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9495,'38644','Fladnitz An Der Teichalm','FLADNITZ AN DER TEICHALM',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9496,'32097','Flagg Ranch','FLAGG RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9497,'19360','Flagler Beach','FLAGLER BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9498,'18130','Flagstaff','FLAGSTAFF',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9499,'6817','Flaine','FLAINE',NULL,'','France','',0,0,76,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9500,'14975','Flam','FLAM',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9501,'5394','Flamanville','FLAMANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9502,'7072','Flamborough','FLAMBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9503,'8089','Flamstead','FLAMSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9504,'17628','Flat','FLAT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9505,'28788','Flatbush','FLATBUSH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9506,'11021','Flateyri','FLATEYRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9507,'30617','Flatonia','FLATONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9508,'37467','Flayosc','FLAYOSC',NULL,'','France','',0,0,76,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9509,'28789','Fleischmanns','FLEISCHMANNS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9510,'15020','Flekkefjord','FLEKKEFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9511,'19361','Fleming Key','FLEMING KEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9512,'28271','Flemington','FLEMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9513,'26903','Flemington','FLEMINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9514,'16774','Flen','FLEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9515,'707','Flensburg','FLENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9516,'39293','Flesherton','FLESHERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9517,'33853','Fletcher','FLETCHER',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9518,'6084','Fleurance','FLEURANCE',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9519,'24661','Fleurus','FLEURUS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9520,'5462','Fleurville','FLEURVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9521,'38850','Fleury','FLEURY',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9522,'4714','Fleury-merogis','FLEURY-MEROGIS',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9523,'4250','Fleville Devant Nancy','FLEVILLE DEVANT NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9524,'14463','Flevoland','FLEVOLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9525,'41407','Flic En Flac','FLIC EN FLAC',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9527,'39617','Flichity','FLICHITY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9528,'23204','Flims','FLIMS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9529,'25594','Flin Flon','FLIN FLON',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9530,'26405','Flinders','FLINDERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9531,'22069','Flint','FLINT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:14','1900-01-01 00:00:00',1,0,1),(9532,'8091','Flint','FLINT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:14','1900-01-01 00:00:00',1,0,1),(9533,'21695','Flintstone','FLINTSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9534,'43758','Flirsch','FLIRSCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9535,'8092','Flitwick','FLITWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9536,'38878','Floda','FLODA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9537,'37213','Flogita','FLOGITA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9538,'20547','Flora','FLORA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9539,'5916','Florac','FLORAC',NULL,'','France','',0,0,76,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9540,'28790','Floral Park','FLORAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9541,'7073','Flore','FLORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9542,'40462','Floreat','FLOREAT',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9543,'21375','Florence','FLORENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9544,'11213','Florence','FLORENCE',NULL,'','Italy','Florence',0,0,107,'2016-10-17 10:55:18','1900-01-01 00:00:00',1,0,1),(9545,'35474','Florence-borgo','FLORENCE-BORGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9546,'35482','Florence-calenzano','FLORENCE-CALENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9547,'35518','Florence-donnini','FLORENCE-DONNINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9548,'35620','Florence-pratolino','FLORENCE-PRATOLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9549,'26071','Florencio Varela','FLORENCIO VARELA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9550,'24697','Florenville','FLORENVILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9551,'1759','Flores','FLORES',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9552,'9871','Flores','FLORES',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9553,'11934','Floresta','FLORESTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9554,'30619','Floresville','FLORESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9555,'28272','Florham Park','FLORHAM PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9556,'25017','Florianopolis','FLORIANOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9557,'32561','Florida','FLORIDA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9558,'17532','Florida','FLORIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9559,'19362','Florida City','FLORIDA CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9560,'24531','Floridsdorf','FLORIDSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9561,'21196','Florien','FLORIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9562,'9466','Florina','FLORINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9563,'27641','Florissant','FLORISSANT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9564,'14976','Floro','FLORO',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9565,'421','Florsheim','FLORSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9566,'20548','Flossmoor','FLOSSMOOR',NULL,'','United States','',0,0,231,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9567,'7074','Flotta Isle','FLOTTA ISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9568,'5917','Floure','FLOURE',NULL,'','France','',0,0,76,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9569,'19802','Flowery Branch','FLOWERY BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9570,'27852','Flowood','FLOWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9571,'19803','Floyd','FLOYD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9572,'10976','Fludir','FLUDIR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9573,'35987','Fluelen','FLUELEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9575,'23467','Flüeli-ranft','FLÜELI-RANFT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9576,'23020','Flühli','FLÜHLI',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9577,'12821','Fluminimaggiore','FLUMINIMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9578,'23021','Flumserberg','FLUMSERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9579,'23022','Fluntern','FLUNTERN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9580,'28791','Flushing','FLUSHING',NULL,'','United States','',0,0,231,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9581,'13679','Fnideq','FNIDEQ',NULL,'','Morocco','',0,0,148,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9582,'39166','Fobello','FOBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9583,'17316','Foca','FOCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9584,'11935','Foce','FOCE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9585,'625','Föckelberg','FÖCKELBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9586,'36623','Focsani','FOCSANI',NULL,'','Romania','',0,0,179,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9587,'9467','Fodele','FODELE',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9588,'13659','Foetz','FOETZ',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9589,'29942','Fogelsville','FOGELSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9590,'12805','Foggia','FOGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9591,'40233','Fogliano Redipuglia','FOGLIANO REDIPUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9592,'37953','Foiano Della Chiana','FOIANO DELLA CHIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9593,'6085','Foix','FOIX',NULL,'','France','',0,0,76,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9594,'9652','Folegandros','FOLEGANDROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9595,'17876','Foley','FOLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9596,'11936','Folgaria','FOLGARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9597,'13055','Folgarida','FOLGARIDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9598,'11937','Folignano','FOLIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9599,'12868','Foligno','FOLIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9600,'9266','Folkestone','FOLKESTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9601,'37137','Folkestone','FOLKESTONE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9602,'19804','Folkston','FOLKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9603,'12889','Follina','FOLLINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9604,'40188','Follonica','FOLLONICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9605,'30325','Folly Beach','FOLLY BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9606,'18485','Folsom','FOLSOM',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9607,'37569','Fond Bay','FOND BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9608,'31752','Fond Du Lac','FOND DU LAC',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9609,'22943','Fond Du Lac','FOND DU LAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9610,'39017','Fondi','FONDI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9611,'5849','Fontainebleau','FONTAINEBLEAU',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9612,'32398','Fontainebleau','FONTAINEBLEAU',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9613,'39343','Fontaine-de-vaucluse','FONTAINE-DE-VAUCLUSE',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9614,'6165','Fontaine-notre-dame','FONTAINE-NOTRE-DAME',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9615,'31753','Fontana','FONTANA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9616,'39196','Fontanellato','FONTANELLATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9617,'5314','Fontanges','FONTANGES',NULL,'','France','',0,0,76,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9618,'6626','Fontanil-cornillon','FONTANIL-CORNILLON',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9619,'5918','Fontans','FONTANS',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9620,'4251','Fontcouverte-la Toussuire','FONTCOUVERTE-LA TOUSSUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9621,'11215','Fonte Blanda','FONTE BLANDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9622,'35528','Fonteblanda','FONTEBLANDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9623,'4252','Fontenai Sur Orne','FONTENAI SUR ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9624,'5395','Fontenailles','FONTENAILLES',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9625,'4253','Fontenay Le Comte','FONTENAY LE COMTE',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9626,'5396','Fontenay-sous-bois','FONTENAY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9627,'5850','Fontenay-tresigny','FONTENAY-TRESIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9628,'1619','Fontevraud','FONTEVRAUD',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9629,'4987','Fontevraud-l\'abbaye','FONTEVRAUD-L\'ABBAYE',NULL,'','France','',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9630,'34494','Fonthill','FONTHILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9631,'24133','Fontibon','FONTIBON',NULL,'','Colombia','',0,0,49,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9632,'11938','Fontignano','FONTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9633,'5919','Fontjoncouse','FONTJONCOUSE',NULL,'','France','',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9634,'6428','Fontvieille','FONTVIEILLE',NULL,'','France','Fontvieille',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9635,'9284','Fontwell','FONTWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9636,'38770','Fonz','FONZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9637,'18487','Foothill Ranch','FOOTHILL RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9638,'26508','Footscray','FOOTSCRAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9639,'6028','Forbach','FORBACH',NULL,'','France','',0,0,76,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9640,'34166','Forbes','FORBES',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9641,'39443','Forcalquier','FORCALQUIER',NULL,'','France','',0,0,76,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9642,'41331','Forcarei','FORCAREI',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9643,'11939','Forcella','FORCELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9644,'22535','Forch','FORCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9645,'38818','Forch','FORCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9646,'22536','Forchheim','FORCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9647,'14977','Forde','FORDE',NULL,'','Norway','Forde',0,0,164,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9648,'8093','Fordingbridge','FORDINGBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9649,'40512','Fordongianus','FORDONGIANUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9650,'18015','Fordyce','FORDYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:36','1900-01-01 00:00:00',1,0,1),(9651,'27853','Forest','FOREST',NULL,'','United States','',0,0,231,'2016-10-17 10:55:36','1900-01-01 00:00:00',1,0,1),(9652,'26367','Forest Hill','FOREST HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:37','1900-01-01 00:00:00',1,0,1),(9653,'25308','Forest Lawn','FOREST LAWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9654,'7075','Forest Of Dean','FOREST OF DEAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9655,'28792','Forestburg','FORESTBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9656,'28793','Forestburgh','FORESTBURGH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9657,'25991','Forestville','FORESTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9658,'18488','Forestville','FORESTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9659,'34167','Forestville','FORESTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9660,'8094','Forfar','FORFAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9661,'5811','Forges-les-eaux','FORGES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9662,'39194','Forino','FORINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9663,'41031','Forio','FORIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9664,'1561','Foriod Ischia','FORIOD ISCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9665,'27642','Foristell','FORISTELL',NULL,'','United States','',0,0,231,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9666,'28274','Forked River','FORKED RIVER',NULL,'','United States','',0,0,231,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9667,'31502','Forks','FORKS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9668,'12720','Forli','FORLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9669,'8095','Formby','FORMBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9670,'39021','Formello','FORMELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9671,'2900','Formentera','FORMENTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9672,'36115','Formentera-es Pujols','FORMENTERA-ES PUJOLS',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9673,'12763','Formia','FORMIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9674,'42640','Formiga','FORMIGA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9675,'2631','Formigal','FORMIGAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9676,'26119','Formosa','FORMOSA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9677,'37737','Fornalutx','FORNALUTX',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9678,'39400','Forncett End','FORNCETT END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9679,'14844','Fornebu','FORNEBU',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9680,'2901','Fornells','FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9681,'30621','Forney','FORNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9682,'8096','Forres','FORRES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9683,'26630','Forrest','FORREST',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9684,'18016','Forrest City','FORREST CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9685,'34168','Forresters Beach','FORRESTERS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9686,'42911','Forsayth','FORSAYTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9687,'3962','Forsby','FORSBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9688,'3911','Forssa','FORSSA',NULL,'','Finland','',0,0,75,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9689,'34169','Forster','FORSTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9690,'27970','Forsyth','FORSYTH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9691,'34495','Fort Albany','FORT ALBANY',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:45','1900-01-01 00:00:00',1,0,1),(9692,'9845','Fort Jeudy','FORT JEUDY',NULL,'','Grenada','',0,0,88,'2016-10-17 10:55:48','1900-01-01 00:00:00',1,0,1),(9693,'982','Fort William','FORT WILLIAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9694,'24962','Fortaleza','FORTALEZA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9695,'25992','Fort-coulonge','FORT-COULONGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9696,'14235','Fort-de-france','FORT-DE-FRANCE',NULL,'','Martinique','',0,0,137,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9697,'25655','Forteau','FORTEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9698,'40615','Fortià','FORTIÀ',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9699,'14118','Fortin De Las Flores','FORTIN DE LAS FLORES',NULL,'','Mexico','',0,0,141,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9700,'40138','Fortitude Valley','FORTITUDE VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9701,'6299','Fort-mahon-plage','FORT-MAHON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9702,'18490','Fortuna','FORTUNA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9703,'24196','Fortuna','FORTUNA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9704,'14967','Forus','FORUS',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9705,'11942','Forza D\'agro','FORZA D\'AGRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9706,'23959','Foshan','FOSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9707,'12890','Fossalta','FOSSALTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9708,'11943','Fossano','FOSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9709,'4715','Fosses','FOSSES',NULL,'','France','',0,0,76,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9710,'11217','Fosso','FOSSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9711,'27389','Fosston','FOSSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9712,'6429','Fos-sur-mer','FOS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9713,'26904','Foster','FOSTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9714,'18491','Foster City','FOSTER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9715,'29350','Fostoria','FOSTORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9716,'10735','Fota','FOTA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9717,'41477','Foucheres','FOUCHERES',NULL,'','France','',0,0,76,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9718,'6846','Fougamou','FOUGAMOU',NULL,'','Gabon','',0,0,80,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9719,'5541','Fougeres','FOUGERES',NULL,'','France','',0,0,76,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9720,'33436','Fountain','FOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9721,'6166','Fouquieres Les Bethune','FOUQUIERES LES BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9722,'44021','Fouquieres-les-bethune','FOUQUIERES-LES-BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9723,'8098','Four Marks','FOUR MARKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9724,'4','Four Mile Beach','FOUR MILE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9725,'37529','Fouras','FOURAS',NULL,'','France','',0,0,76,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9726,'6086','Fources','FOURCES',NULL,'','France','',0,0,76,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9727,'6167','Fourmies','FOURMIES',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9728,'6627','Fourneaux','FOURNEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9729,'39934','Fourques','FOURQUES',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9730,'32399','Fourways','FOURWAYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9731,'8099','Fowey','FOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9732,'22071','Fowlerville','FOWLERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9733,'25313','Fox Creek','FOX CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9734,'15070','Fox Glacier','FOX GLACIER',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9735,'20551','Fox Lake','FOX LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9736,'21376','Foxboro','FOXBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9737,'33858','Foxfire','FOXFIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9738,'9285','Foxhill','FOXHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9739,'8100','Foyers','FOYERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9740,'10896','Foynes','FOYNES',NULL,'','Ireland','',0,0,105,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9741,'3544','Foz','FOZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9742,'24978','Foz Do Iguacu','FOZ DO IGUACU',NULL,'','Brazil','Foz Do Iguacu',0,0,30,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9743,'39528','Frabosa Sottana','FRABOSA SOTTANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9744,'11944','Fraccano','FRACCANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9745,'29944','Frackville','FRACKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9746,'3328','Fraga','FRAGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9747,'21377','Framingham','FRAMINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9748,'8101','Framlingham','FRAMLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9749,'37527','Framura','FRAMURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9750,'25039','Franca','FRANCA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9751,'43471','Francavilla','FRANCAVILLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9752,'32698','Francestown','FRANCESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9753,'6842','Franceville','FRANCEVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9754,'25257','Francistown','FRANCISTOWN',NULL,'','Botswana','',0,0,28,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9755,'141','Franconia','FRANCONIA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9756,'32699','Franconia','FRANCONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9757,'4716','Franconville','FRANCONVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9758,'5775','Francourt','FRANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9759,'14510','Franeker','FRANEKER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9760,'1878','Frankenberg','FRANKENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9761,'27129','Frankenmarkt','FRANKENMARKT',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9762,'22072','Frankenmuth','FRANKENMUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9763,'22752','Frankenthal','FRANKENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9764,'22753','Frankfurt','FRANKFURT',NULL,'','Germany','Frankfurt',0,0,83,'2016-10-17 10:56:07','1900-01-01 00:00:00',1,0,1),(9765,'21868','Franklin','FRANKLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:08','1900-01-01 00:00:00',1,0,1),(9766,'38245','Franklinton','FRANKLINTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:11','1900-01-01 00:00:00',1,0,1),(9767,'26905','Frankston','FRANKSTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9768,'15190','Frankton','FRANKTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9769,'5090','Franqueville St Pierre','FRANQUEVILLE ST PIERRE',NULL,'','France','',0,0,76,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9770,'41475','Franqueville-saint-pierre','FRANQUEVILLE-SAINT-PIERRE',NULL,'','France','',0,0,76,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9771,'32383','Franschhoek','FRANSCHHOEK',NULL,'','South Africa','Franschhoek',0,0,195,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9772,'42831','Franschoek','FRANSCHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9773,'24308','Frantiskovy Lazne','FRANTISKOVY LAZNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9774,'36505','Franz Josef','FRANZ JOSEF',NULL,'','New Zealand','Franz Josef',0,0,157,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9775,'145','Franz Josef Strauss International Airport (Muc)','FRANZ JOSEF STRAUSS INTERNATIONAL AIRPORT (MUC)',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9776,'11947','Frascati','FRASCATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9777,'22754','Frasdorf','FRASDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9778,'33437','Fraser','FRASER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9779,'26219','Fraser Coast','FRASER COAST',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9780,'25439','Fraser Lake','FRASER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9782,'11948','Fratta Todina','FRATTA TODINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9783,'40006','Frauenau','FRAUENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9784,'23206','Frauenfeld','FRAUENFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9785,'40683','Frauenkirchen','FRAUENKIRCHEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9786,'40696','Frauenstein','FRAUENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9787,'22537','Frauental','FRAUENTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9788,'17538','Fray Bentos','FRAY BENTOS',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9789,'29946','Frazer','FRAZER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9790,'27360','Frechen','FRECHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9791,'2170','Fredensborg','FREDENSBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9792,'2318','Fredericia','FREDERICIA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9793,'21697','Frederick','FREDERICK',NULL,'','United States','',0,0,231,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9794,'31112','Fredericksburg','FREDERICKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:16','1900-01-01 00:00:00',1,0,1),(9795,'27644','Fredericktown','FREDERICKTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:16','1900-01-01 00:00:00',1,0,1),(9796,'34400','Fredericton','FREDERICTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9797,'2230','Frederiksberg','FREDERIKSBERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9798,'2121','Frederiksborg','FREDERIKSBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9799,'9849','Frederikshaab','FREDERIKSHAAB',NULL,'','Greenland','',0,0,87,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9800,'2238','Frederikshavn','FREDERIKSHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9801,'896','Frederiksted','FREDERIKSTED',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9802,'2171','Frederiksvaerk','FREDERIKSVAERK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9803,'770','Fredersdorf','FREDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9804,'16668','Fredhall','FREDHALL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9805,'28796','Fredonia','FREDONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9806,'16740','Fredriksberg','FREDRIKSBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9807,'14960','Fredrikstad','FREDRIKSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9808,'1189','Free State-bloemfontein','FREE STATE-BLOEMFONTEIN',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9809,'18493','Freedom','FREEDOM',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9810,'28797','Freehold','FREEHOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9811,'31504','Freeland','FREELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9812,'33011','Freeman','FREEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9813,'21869','Freeport','FREEPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9814,'24870','Freeport','FREEPORT',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9815,'30631','Freer','FREER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9816,'16564','Freetown','FREETOWN',NULL,'','Sierra Leone','',0,0,189,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9817,'26169','Freetown','FREETOWN',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9818,'16917','Fregate Island','FREGATE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9819,'11949','Fregene','FREGENE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9820,'4254','Frehel','FREHEL',NULL,'','France','',0,0,76,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9821,'1879','Freiberg','FREIBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9822,'27209','Freiburg','FREIBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9823,'146','Freidorf','FREIDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9824,'11218','Freienfeld','FREIENFELD',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9825,'44132','Freiensteinau','FREIENSTEINAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9826,'147','Freilassing','FREILASSING',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9827,'41721','Freinberg','FREINBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9828,'681','Freisen','FREISEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9829,'22755','Freising','FREISING',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9830,'6029','Freistroff','FREISTROFF',NULL,'','France','',0,0,76,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9831,'1880','Freital','FREITAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9832,'39353','Freixenet De Riner','FREIXENET DE RINER',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9833,'6430','Frejus','FREJUS',NULL,'','France','',0,0,76,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9834,'18494','Fremont','FREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9835,'1227','French Alps','FRENCH ALPS',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9836,'9885','French Guiana','FRENCH GUIANA',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9837,'20882','French Lick','FRENCH LICK',NULL,'','United States','',0,0,231,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9838,'25817','French River','FRENCH RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9839,'28280','Frenchtown','FRENCHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9840,'27210','Freren','FREREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9841,'24829','Fresh Creek','FRESH CREEK',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9842,'7077','Freshwater Bay','FRESHWATER BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9843,'3452','Fresnadillo','FRESNADILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9844,'32449','Fresnave','FRESNAVE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9845,'4717','Fresnes','FRESNES',NULL,'','France','',0,0,76,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9846,'6168','Fresnes-les-montauban','FRESNES-LES-MONTAUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9847,'13884','Fresnillo','FRESNILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9848,'18495','Fresno','FRESNO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9849,'36899','Fresno-chandler','FRESNO-CHANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9850,'40791','Freudenberg','FREUDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9851,'22538','Freudenstadt','FREUDENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9852,'1932','Freyburg','FREYBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9853,'4255','Freyming-merlebach','FREYMING-MERLEBACH',NULL,'','France','',0,0,76,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9854,'23207','Fribourg','FRIBOURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9855,'31505','Friday Harbor','FRIDAY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9856,'27391','Fridley','FRIDLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9857,'38315','Friedberg','FRIEDBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9858,'148','Friedebach','FRIEDEBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9859,'27361','Friedenau','FRIEDENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9860,'422','Friedewald','FRIEDEWALD',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9861,'1970','Friedrichroda','FRIEDRICHRODA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9862,'38076','Friedrichsbrunn','FRIEDRICHSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9863,'22539','Friedrichsdorf','FRIEDRICHSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9864,'771','Friedrichsfelde','FRIEDRICHSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9865,'22540','Friedrichshafen','FRIEDRICHSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9866,'27211','Friedrichshagen','FRIEDRICHSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9867,'835','Friedrichsruhe','FRIEDRICHSRUHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9868,'1933','Friedrichstadt','FRIEDRICHSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9869,'21870','Friendship','FRIENDSHIP',NULL,'','United States','',0,0,231,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9870,'30632','Friendswood','FRIENDSWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9871,'14464','Friesland','FRIESLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9872,'13474','Frigate Bay','FRIGATE BAY',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9873,'3231','Frigiliana','FRIGILIANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9874,'8102','Frinton-on-sea','FRINTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9875,'3545','Friol','FRIOL',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9876,'30633','Friona','FRIONA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9877,'30327','Fripp Island','FRIPP ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9878,'30634','Frisco','FRISCO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9879,'6300','Friville-escarbotin','FRIVILLE-ESCARBOTIN',NULL,'','France','',0,0,76,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9880,'8103','Frizington','FRIZINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9881,'37461','Frodsham','FRODSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9882,'30328','Frogmore','FROGMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9883,'22541','Frohnau','FROHNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9884,'8104','Frome','FROME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9885,'31113','Front Royal','FRONT ROYAL',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9886,'27645','Frontenac','FRONTENAC',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9887,'13882','Frontera Corozal','FRONTERA COROZAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9888,'9878','Fronteras','FRONTERAS',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9889,'5920','Frontignan','FRONTIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9890,'5730','Fronville','FRONVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9891,'11950','Frosinone','FROSINONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9892,'37852','Frosolone','FROSOLONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9893,'21699','Frostburg','FROSTBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9894,'6030','Frouard','FROUARD',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9895,'33440','Fruita','FRUITA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9896,'22075','Fruitport','FRUITPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9897,'23208','Frutigen','FRUTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9898,'36007','Frutillar','FRUTILLAR',NULL,'','Chile','',0,0,45,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9899,'41869','Frydek Mistek','FRYDEK MISTEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9900,'39587','Frýdek-místek','FRÝDEK-MÍSTEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9901,'21871','Fryeburg','FRYEBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9902,'24309','Frymburk','FRYMBURK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9903,'39132','Ft. Dauphin','FT. DAUPHIN',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9904,'25767','Ft. Mcpherson','FT. MCPHERSON',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9905,'42307','Ftan','FTAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9906,'38176','Ftelia','FTELIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9907,'40515','Fucecchio','FUCECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9908,'13229','Fuchu','FUCHU',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9909,'23768','Fuding','FUDING',NULL,'','China','',0,0,46,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9910,'42890','Fuefuki','FUEFUKI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9911,'43759','Fuegenberg','FUEGENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9912,'43115','Fuencaliente','FUENCALIENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9913,'2991','Fuencarral','FUENCARRAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9914,'40452','Fuenfseen','FUENFSEEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9915,'2992','Fuengirola','FUENGIROLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9916,'2993','Fuenlabrada','FUENLABRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9917,'3032','Fuensanta','FUENSANTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9918,'36120','Fuente De','FUENTE DE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9919,'36119','Fuenteheridos','FUENTEHERIDOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9920,'2632','Fuentelmonge','FUENTELMONGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9921,'38281','Fuentenava De Jábaga','FUENTENAVA DE JÁBAGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9922,'41499','Fuenterrabia- Hondarribia','FUENTERRABIA- HONDARRIBIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9923,'3636','Fuentes De Leon','FUENTES DE LEON',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9924,'3329','Fuentespalda','FUENTESPALDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9925,'42410','Fuerigen','FUERIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9926,'43760','Fuerstenfeld','FUERSTENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9927,'149','Fuerstenwalde','FUERSTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9928,'15358','Fuerte Amador','FUERTE AMADOR',NULL,'','Panama','',0,0,169,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9929,'2469','Fuerteventura','FUERTEVENTURA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9930,'34987','Fuerteventura-antigu','FUERTEVENTURA-ANTIGU',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9931,'35013','Fuerteventura-caleta','FUERTEVENTURA-CALETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9932,'35008','Fuerteventura-costa','FUERTEVENTURA-COSTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9933,'36134','Fuerteventura-jandia','FUERTEVENTURA-JANDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9934,'36155','Fuerteventura-oliva','FUERTEVENTURA-OLIVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9935,'150','Fuerth','FUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9936,'2080','Fuessen','FUESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9937,'24455','Fugen','FUGEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9938,'23993','Fujiang','FUJIANG',NULL,'','China','',0,0,46,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9939,'13130','Fujiidera','FUJIIDERA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9940,'38129','Fujikawaguchiko','FUJIKAWAGUCHIKO',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9941,'42567','Fujisawa','FUJISAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9942,'42688','Fujiyama','FUJIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9943,'13131','Fujiyoshida','FUJIYOSHIDA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9944,'13230','Fukue','FUKUE',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9945,'13231','Fukui','FUKUI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9946,'13232','Fukuoka','FUKUOKA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9947,'13233','Fukushima','FUKUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9948,'13234','Fukuyama','FUKUYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9949,'423','Fulda','FULDA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9950,'8105','Fulford','FULFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9951,'8106','Fulham','FULHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9952,'26799','Fullarton','FULLARTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9953,'18497','Fullerton','FULLERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9954,'24456','Fulpmes','FULPMES',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9955,'20555','Fulton','FULTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9956,'17880','Fultondale','FULTONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:41','1900-01-01 00:00:00',1,0,1),(9957,'28800','Fultonville','FULTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9958,'40053','Fumel','FUMEL',NULL,'','France','',0,0,76,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9959,'39620','Fumone','FUMONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9960,'13235','Funabashi','FUNABASHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9961,'17375','Funafuti','FUNAFUTI',NULL,'','Tuvalu','',0,0,224,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9962,'44255','Funamadhua Island','FUNAMADHUA ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9963,'16002','Funchal','FUNCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9964,'16104','Fundao','FUNDAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9965,'24532','Funfhaus','FUNFHAUS',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9966,'10011','Funtana','FUNTANA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9967,'33861','Fuquay-varina','FUQUAY-VARINA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9968,'13732','Furanafushi','FURANAFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9969,'13132','Furano','FURANO',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9970,'10866','Furbo','FURBO',NULL,'','Ireland','',0,0,105,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9971,'38131','Furci Siculo','FURCI SICULO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9972,'11220','Furnari','FURNARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9973,'16092','Furnas','FURNAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9974,'14916','Furnes','FURNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9975,'11221','Furore','FURORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9976,'22756','Furstenfeldbruck','FURSTENFELDBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9977,'41025','Furth-by','FURTH-BY',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9978,'22542','Furtwangen','FURTWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9979,'11951','Fuscaldo','FUSCALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9980,'40063','Fusch An Der Grossglocknerstrasse','FUSCH AN DER GROSSGLOCKNERSTRASSE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9981,'27166','Fuschl Am See','FUSCHL AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9982,'26989','Fuschlsee','FUSCHLSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9983,'13236','Fushimi','FUSHIMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9984,'12891','Fusina','FUSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9985,'36054','Fussen','FUSSEN',NULL,'','Germany','Fussen',0,0,83,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9986,'36062','Fussen-hohenschwanga','FUSSEN-HOHENSCHWANGA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9987,'23581','Futian','FUTIAN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9988,'32314','Futuna Island','FUTUNA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9989,'42105','Fuveau','FUVEAU',NULL,'','France','',0,0,76,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9990,'34862','Fuyang','FUYANG',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9991,'23783','Fuyuan','FUYUAN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9992,'23838','Fuyun','FUYUN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9993,'35339','Fuzesgyarmat','FUZESGYARMAT',NULL,'','Hungary','',0,0,99,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9994,'23726','Fuzhou','FUZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9995,'2122','Fyn','FYN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9996,'2291','Fynshav','FYNSHAV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9997,'17175','Gabes','GABES',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9998,'17142','Gabès','GABÈS',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9999,'40656','Gabiano','GABIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10000,'11222','Gabicce Mare','GABICCE MARE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10001,'25258','Gaborone','GABORONE',NULL,'','Botswana','',0,0,28,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10002,'25440','Gabriola Island','GABRIOLA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10003,'24802','Gabrovo','GABROVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10004,'2319','Gadbjerg','GADBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10005,'836','Gadebusch','GADEBUSCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10006,'17881','Gadsden','GADSDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10007,'44133','Gaegelow','GAEGELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10008,'12764','Gaeta','GAETA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10009,'30329','Gaffney','GAFFNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10010,'32907','Gage','GAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10011,'5187','Gageac-et-rouillac','GAGEAC-ET-ROUILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10012,'43192','Gagelow','GAGELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10013,'36265','Gages','GAGES',NULL,'','France','',0,0,76,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10014,'37495','Gaggi','GAGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10015,'11952','Gagliano Del Capo','GAGLIANO DEL CAPO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10016,'29356','Gahanna','GAHANNA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10017,'38780','Gai','GAI',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10018,'6087','Gaillac','GAILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10019,'4718','Gaillon','GAILLON',NULL,'','France','',0,0,76,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10020,'30636','Gainesville','GAINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10021,'8107','Gainsborough','GAINSBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10022,'38890','Gaiola','GAIOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10023,'12970','Gaiole In Chianti','GAIOLE IN CHIANTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10024,'9774','Gaios','GAIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10025,'4256','Gairaut','GAIRAUT',NULL,'','France','',0,0,76,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10026,'8108','Gairloch','GAIRLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10027,'11953','Gais','GAIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10028,'23209','Gais','GAIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10029,'23024','Gaiserwald','GAISERWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10030,'21700','Gaithersburg','GAITHERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10031,'10517','Gajner','GAJNER',NULL,'','India','',0,0,101,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10032,'38228','Galanta','GALANTA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10033,'36124','Galapagar','GALAPAGAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10034,'42700','Galapagos Island','GALAPAGOS ISLAND',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10035,'40773','Galar','GALAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10036,'8109','Galashiels','GALASHIELS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10037,'36624','Galati','GALATI',NULL,'','Romania','',0,0,179,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10038,'12986','Galatina','GALATINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10039,'9653','Galatsion','GALATSION',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10040,'31115','Galax','GALAX',NULL,'','United States','',0,0,231,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10041,'9468','Galaxidhion','GALAXIDHION',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10042,'42511','Galaxidi','GALAXIDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10043,'42074','Galdeano','GALDEANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10044,'3546','Galdo','GALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10045,'10225','Galeia','GALEIA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10046,'21701','Galena','GALENA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10047,'41388','Galera','GALERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10048,'20558','Galesburg','GALESBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10049,'29947','Galeton','GALETON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10050,'24152','Galgmanca','GALGMANCA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10051,'42344','Galia Aquitania','GALIA AQUITANIA',NULL,'','France','',0,0,76,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10052,'25441','Galiano Island','GALIANO ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10053,'11038','Galilee','GALILEE',NULL,'','Israel','',0,0,106,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10054,'39865','Galindo Y Perahuy','GALINDO Y PERAHUY',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10055,'29357','Galion','GALION',NULL,'','United States','',0,0,231,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10056,'9654','Galissas','GALISSAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10057,'28527','Galisteo','GALISTEO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10058,'11954','Gallarate','GALLARATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10059,'4257','Gallargues-le-montueux','GALLARGUES-LE-MONTUEUX',NULL,'','France','',0,0,76,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10060,'33148','Gallatin','GALLATIN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10061,'21199','Galliano','GALLIANO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10062,'11955','Gallicano','GALLICANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10063,'38217','Gallio','GALLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10064,'12806','Gallipoli','GALLIPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10065,'29358','Gallipolis','GALLIPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10066,'16750','Gallivare','GALLIVARE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10067,'11223','Gallo Matese','GALLO MATESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10068,'28281','Galloway','GALLOWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10069,'28528','Gallup','GALLUP',NULL,'','United States','',0,0,231,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10070,'11956','Galluzzo','GALLUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10071,'18498','Galt','GALT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10072,'24457','Galtur','GALTUR',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10073,'20559','Galva','GALVA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10074,'30639','Galveston','GALVESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10075,'10092','Galyateto','GALYATETO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10076,'11224','Galzignano Terme','GALZIGNANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10077,'13237','Gamagori','GAMAGORI',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10078,'18020','Gamaliel','GAMALIEL',NULL,'','United States','',0,0,231,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10079,'6854','Gamba','GAMBA',NULL,'','Gabon','',0,0,80,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10080,'11957','Gambara','GAMBARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10081,'11225','Gambarie','GAMBARIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10082,'11958','Gambassi','GAMBASSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10083,'24020','Gambela','GAMBELA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10084,'3851','Gambela','GAMBELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10085,'17631','Gambell','GAMBELL',NULL,'','United States','',0,0,231,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10086,'11959','Gamberale','GAMBERALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10087,'1185','Gambia','GAMBIA',NULL,'','GAMBIA','',0,0,81,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10088,'29360','Gambier','GAMBIER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10089,'10284','Gambir','GAMBIR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10090,'42158','Gambo','GAMBO',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10091,'15353','Gamboa','GAMBOA',NULL,'','Panama','',0,0,169,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10092,'39158','Gambolo','GAMBOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10093,'17143','Gammarth','GAMMARTH',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10094,'2146','Gammel Rye','GAMMEL RYE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10095,'22543','Gammertingen','GAMMERTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10096,'34500','Gananoque','GANANOQUE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10097,'25656','Gander','GANDER',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10098,'27212','Ganderkesee','GANDERKESEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10099,'10518','Gandhidham','GANDHIDHAM',NULL,'','India','Gandhidham',16,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10100,'10634','Gandhinagar','GANDHINAGAR',NULL,'','India','Gandhinagar',16,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10101,'3757','Gandia','GANDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10102,'42555','Gangehi','GANGEHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10103,'25442','Ganges','GANGES',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10104,'35809','Gangneung','GANGNEUNG',NULL,'','South Korea','',0,0,197,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10105,'40809','Gangotri','GANGOTRI',NULL,'','India','Gangotri',9,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10106,'10699','Gangtok','GANGTOK',NULL,'','India','Gangtok',25,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10107,'8110','Ganllwyd','GANLLWYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10108,'37531','Gansbaai','GANSBAAI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10109,'24625','Ganshoren','GANSHOREN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10110,'8111','Ganton','GANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10111,'23727','Ganzhou','GANZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10112,'23582','Gaobaita','GAOBAITA',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10113,'23889','Gaobeidian','GAOBEIDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10114,'24749','Gaoua','GAOUA',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10115,'4839','Gap','GAP',NULL,'','France','',0,0,76,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10116,'36121','Garabandal','GARABANDAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10117,'24197','Garabito','GARABITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10118,'3361','Garachico','GARACHICO',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10119,'14207','Garapan','GARAPAN',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10120,'40076','Garbagnate Milanese','GARBAGNATE MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10121,'11960','Garbatella','GARBATELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10122,'18499','Garberville','GARBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10123,'151','Garbsen','GARBSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10124,'152','Garching','GARCHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10125,'3547','Garcia','GARCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10126,'7078','Garden City','GARDEN CITY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:07','1900-01-01 00:00:00',1,0,1),(10127,'10689','Garden Reach','GARDEN REACH',NULL,'','India','',0,0,101,'2016-10-17 10:57:08','1900-01-01 00:00:00',1,0,1),(10128,'18501','Gardena','GARDENA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:08','1900-01-01 00:00:00',1,0,1),(10129,'17883','Gardendale','GARDENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10130,'14845','Garder','GARDER',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10131,'14536','Garderen','GARDEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10132,'14846','Gardermoen','GARDERMOEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10133,'43675','Garderners Bay','GARDERNERS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10134,'28802','Gardiner','GARDINER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10135,'21380','Gardner','GARDNER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10136,'32814','Gardnerville','GARDNERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10137,'11962','Gardone Riviera','GARDONE RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10138,'4259','Gare Du Nord - Gare De L\'est (10)','GARE DU NORD - GARE DE L\'EST (10)',NULL,'','France','',0,0,76,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10139,'2633','Gares','GARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10140,'33441','Garfield','GARFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10141,'8112','Garforth','GARFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10142,'4260','Gargano','GARGANO',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10143,'42323','Gargano','GARGANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10144,'37530','Gargas','GARGAS',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10145,'24519','Gargellen','GARGELLEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10146,'5137','Garges Les Gonesse','GARGES LES GONESSE',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10147,'11963','Gargnano','GARGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10148,'40810','Garhmukteshwar','GARHMUKTESHWAR',NULL,'','India','',0,0,101,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10149,'40811','Garhwal','GARHWAL',NULL,'','India','',0,0,101,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10150,'25443','Garibaldi','GARIBALDI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10151,'29663','Garibaldi','GARIBALDI',NULL,'','United States','',0,0,231,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10152,'32450','Gariep','GARIEP',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10153,'26220','Garig Gunak Barlu National Park','GARIG GUNAK BARLU NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10154,'30642','Garland','GARLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10155,'11964','Garlenda','GARLENDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10156,'1690','Garmisch Partenkirch','GARMISCH PARTENKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10157,'2063','Garmisch-partenkirchen','GARMISCH-PARTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10158,'36055','Garmish-partenkirche','GARMISH-PARTENKIRCHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10159,'33862','Garner','GARNER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10160,'21056','Garnett','GARNETT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10161,'39769','Garniga Terme','GARNIGA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10162,'5921','Garons','GARONS',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10163,'43611','Garopaba','GAROPABA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10164,'39070','Garos','GAROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10165,'24019','Garoua','GAROUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10166,'39334','Garpenberg','GARPENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10167,'27213','Garrel','GARREL',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10168,'6088','Garrevaques','GARREVAQUES',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10169,'4261','Garrigues-sainte-eulalie','GARRIGUES-SAINTE-EULALIE',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10170,'27392','Garrison','GARRISON',NULL,'','United States','',0,0,231,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10171,'37816','Garrovillas De Alconetar','GARROVILLAS DE ALCONETAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10172,'41463','Garrucha','GARRUCHA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10173,'8113','Garstang','GARSTANG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10174,'8114','Gartmore','GARTMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10175,'22544','Gartringen','GARTRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10176,'42794','Garut','GARUT',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10177,'8115','Garve','GARVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10178,'39368','Garwolin','GARWOLIN',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10179,'20884','Gary','GARY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10180,'24214','Garza','GARZA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10181,'14058','Garza Garcia','GARZA GARCIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10182,'20885','Gas City','GAS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10183,'24520','Gaschurn','GASCHURN',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10184,'27648','Gashland','GASHLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10185,'25993','Gaspe','GASPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10186,'41683','Gasperina','GASPERINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10187,'31983','Gassaway','GASSAWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10188,'16491','Gassim','GASSIM',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10189,'6432','Gassin','GASSIN',NULL,'','France','',0,0,76,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10190,'18021','Gassville','GASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10191,'33863','Gastonia','GASTONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10192,'9469','Gastouri','GASTOURI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10193,'25444','Gastown','GASTOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10194,'7079','Gatehouse-of-fleet','GATEHOUSE-OF-FLEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10195,'28804','Gates','GATES',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10196,'9317','Gateshead','GATESHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10197,'30643','Gatesville','GATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10198,'25995','Gatineau','GATINEAU',NULL,'','Canada','Gatineau',0,0,39,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10199,'33149','Gatlinburg','GATLINBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10200,'772','Gatow','GATOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10201,'37603','Gattatico','GATTATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10202,'2239','Gatten','GATTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10203,'15337','Gatun Lake','GATUN LAKE',NULL,'','Panama','',0,0,169,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10204,'8116','Gatwick','GATWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10205,'32315','Gaua','GAUA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10206,'6301','Gauchy','GAUCHY',NULL,'','France','',0,0,76,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10207,'3232','Gaucin','GAUCIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10208,'37177','Gaufelden','GAUFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10209,'10624','Gauhati','GAUHATI',NULL,'','India','',0,0,101,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10210,'5922','Gaujac','GAUJAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10211,'14890','Gaustad','GAUSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10212,'15002','Gautefall','GAUTEFALL',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10213,'27855','Gautier','GAUTIER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10214,'38932','Gauting','GAUTING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10215,'3548','Gava','GAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10216,'6089','Gavarnie','GAVARNIE',NULL,'','France','',0,0,76,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10217,'36268','Gavaudun','GAVAUDUN',NULL,'','France','',0,0,76,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10218,'25134','Gavea','GAVEA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10219,'11965','Gavi','GAVI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10220,'37647','Gaviao','GAVIAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10221,'18022','Gavin','GAVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10222,'39455','Gavoi','GAVOI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10223,'12979','Gavorrano','GAVORRANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10224,'9470','Gavrio','GAVRIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10225,'38061','Gaya Island','GAYA ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10226,'22077','Gaylord','GAYLORD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10227,'26406','Gayndah','GAYNDAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10228,'44174','Gazi','GAZI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10229,'17294','Gaziantep','GAZIANTEP',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10230,'41035','Gazzo','GAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10231,'11227','Gazzola','GAZZOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10232,'32631','Gbadolite','GBADOLITE',NULL,'','Fiji','',0,0,74,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10233,'15720','Gdansk','GDANSK',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10234,'15619','Gdynia','GDYNIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10235,'29664','Gearhart','GEARHART',NULL,'','United States','',0,0,231,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10236,'10157','Gebe','GEBE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10237,'40557','Gebze','GEBZE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10238,'41472','Gedre','GEDRE',NULL,'','France','',0,0,76,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10239,'24607','Geel','GEEL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10240,'26906','Geelong','GEELONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10241,'42456','Gehdren','GEHDREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10242,'37984','Geilenkirchen','GEILENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10243,'14864','Geilo','GEILO',NULL,'','Norway','Geilo',0,0,164,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10244,'41820','Geinberg','GEINBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10245,'14772','Geiranger','GEIRANGER',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10246,'35708','Geisei','GEISEI',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10247,'22757','Geisenhausen','GEISENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10248,'424','Geisenheim','GEISENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10249,'38539','Geislingen An Der Steige','GEISLINGEN AN DER STEIGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10250,'6761','Geispolsheim','GEISPOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10251,'1881','Geithain','GEITHAIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10252,'41917','Gela','GELA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10253,'3852','Geladi','GELADI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10254,'43895','Gelderland','GELDERLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10255,'14596','Geldrop','GELDROP',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10256,'14570','Geleen','GELEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10257,'16260','Gelendzik','GELENDZIK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10258,'26907','Gellibrand','GELLIBRAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10259,'38036','Gelnhausen','GELNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10260,'27362','Gelsenkirchen','GELSENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10261,'3233','Gelves','GELVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10262,'24708','Gembloux','GEMBLOUX',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10263,'32632','Gemena','GEMENA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10264,'6433','Gemenos','GEMENOS',NULL,'','France','',0,0,76,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10265,'22758','Gemunden','GEMUNDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10266,'6629','Genas','GENAS',NULL,'','France','',0,0,76,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10267,'6338','Gencay','GENCAY',NULL,'','France','',0,0,76,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10268,'44268','Gence','GENCE',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10269,'3853','Genda Wuha','GENDA WUHA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10270,'40227','General Kantardzhievo','GENERAL KANTARDZHIEVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10271,'26135','General Roca','GENERAL ROCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10272,'15549','General Santos','GENERAL SANTOS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10273,'20560','Geneseo','GENESEO',NULL,'','United States','',0,0,231,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10274,'40780','Geneuille','GENEUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10275,'28806','Geneva','GENEVA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:31','1900-01-01 00:00:00',1,0,1),(10276,'23435','Geneva','GENEVA',NULL,'','Switzerland','Geneva',0,0,210,'2016-10-17 10:57:31','1900-01-01 00:00:00',1,0,1),(10277,'38162','Genga','GENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10278,'425','Gengenbach','GENGENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10279,'24738','Genk','GENK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10280,'9471','Gennadi','GENNADI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10281,'4719','Gennevilliers','GENNEVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10282,'12777','Genoa','GENOA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10283,'32815','Genoa','GENOA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10284,'999','Genova','GENOVA',NULL,'','ITALY','',0,0,107,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10285,'5188','Gensac','GENSAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10286,'40968','Gent','GENT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10287,'1934','Genthin','GENTHIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10288,'4720','Gentilly','GENTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10289,'36426','Genting Highlands','GENTING HIGHLANDS',NULL,'','Malaysia','Genting Highlands',36,0,132,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10290,'2209','Gentofte','GENTOFTE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10291,'24735','Genval','GENVAL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10292,'11966','Genzano Di Roma','GENZANO DI ROMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10293,'31506','George','GEORGE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10294,'32451','George','GEORGE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10295,'42654','George Town','GEORGE TOWN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10296,'24261','George Town','GEORGE TOWN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10297,'24856','George Town','GEORGE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10298,'26841','George Town','GEORGE TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10299,'39086','Georgenthal','GEORGENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10300,'34501','Georgetown','GEORGETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10301,'30646','Georgetown','GEORGETOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10302,'26407','Georgetown','GEORGETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10303,'16534','Georgetown','GEORGETOWN',NULL,'','St. Helena','',0,0,201,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10304,'9896','Georgetown','GEORGETOWN',NULL,'','Guyana','',0,0,94,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10306,'25996','Georgeville','GEORGEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10307,'37483','Georgeville','GEORGEVILLE',NULL,'','Belize','',0,0,22,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10308,'9472','Georgioupolis','GEORGIOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10309,'1971','Gera','GERA',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10310,'37784','Gerace','GERACE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10311,'35230','Gerakini','GERAKINI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10312,'43017','Geraldine','GERALDINE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10313,'34502','Geraldton','GERALDTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10314,'26592','Geraldton','GERALDTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10315,'6031','Gerardmer','GERARDMER',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10316,'39150','Geras','GERAS',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10317,'40197','Géraudot','GÉRAUDOT',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10318,'6090','Gerde','GERDE',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10319,'12822','Geremeas','GEREMEAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10320,'3234','Gerena','GERENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10321,'11229','Gerenzano','GERENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10322,'41659','Geres','GERES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10323,'1635','Geres-canicada','GERES-CANICADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10324,'41299','Geria','GERIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10325,'37514','Gerik','GERIK',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10326,'28120','Gering','GERING',NULL,'','United States','',0,0,231,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10327,'32816','Gerlach','GERLACH',NULL,'','United States','',0,0,231,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10328,'36699','Gerlachov','GERLACHOV',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10329,'27363','Gerlingen','GERLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10330,'37323','Gerlos','GERLOS',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10331,'6091','Germ','GERM',NULL,'','France','',0,0,76,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10332,'33151','Germantown','GERMANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10333,'11230','Germasino','GERMASINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10334,'2064','Germering','GERMERING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10335,'42455','Germersheim','GERMERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10336,'32562','Germiston','GERMISTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10337,'22760','Gernlinden','GERNLINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10338,'39159','Gernsbach','GERNSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10339,'42868','Gero','GERO',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10340,'34171','Gerogery','GEROGERY',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10341,'23473','Geroldswil','GEROLDSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10342,'41644','Gerolimenas','GEROLIMENAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10343,'626','Gerolstein','GEROLSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10344,'2634','Gerona','GERONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10345,'36122','Gerona-alp','GERONA-ALP',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10346,'7081','Gerrards Cross','GERRARDS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10347,'34172','Gerringong','GERRINGONG',NULL,'','Australia','Gerringong',0,0,13,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10348,'23210','Gersau','GERSAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10349,'39282','Gersbach','GERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10350,'22761','Gersthofen','GERSTHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10351,'5315','Gerzat','GERZAT',NULL,'','France','',0,0,76,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10352,'27364','Gescher','GESCHER',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10353,'37901','Geseke','GESEKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10354,'24709','Gesves','GESVES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10355,'2994','Getafe','GETAFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10356,'3707','Getaria','GETARIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10357,'25997','Gethsemani','GETHSEMANI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10358,'33012','Gettysburg','GETTYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10359,'43214','Getxo','GETXO',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10360,'14635','Geuzenveld','GEUZENVELD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10361,'38390','Gevgelija','GEVGELIJA',NULL,'','Macedonia','',0,0,129,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10362,'39552','Gevrey-chambertin','GEVREY-CHAMBERTIN',NULL,'','France','',0,0,76,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10363,'6630','Gex','GEX',NULL,'','France','',0,0,76,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10364,'18502','Geyserville','GEYSERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10365,'13561','Ghadames','GHADAMES',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10366,'43322','Ghajn Tuffieha','GHAJN TUFFIEHA',NULL,'','Malta','',0,0,135,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10367,'40851','Ghanerao','GHANERAO',NULL,'','India','',0,0,101,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10368,'44199','Ghantoot','GHANTOOT',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10369,'25259','Ghanzi','GHANZI',NULL,'','Botswana','',0,0,28,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10370,'40328','Ghardaia','GHARDAIA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10371,'13562','Ghat','GHAT',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10372,'10519','Ghaziabad','GHAZIABAD',NULL,'','India','Ghaziabad',6,0,101,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10373,'33640','Ghent','GHENT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10374,'24717','Ghent','GHENT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10375,'39683','Ghiffa','GHIFFA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10376,'3854','Ghimbi','GHIMBI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10377,'39372','Ghislenghien','GHISLENGHIEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10378,'4721','Ghisonaccia','GHISONACCIA',NULL,'','France','',0,0,76,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10379,'11967','Ghizzano','GHIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10380,'32279','Gia Dinh','GIA DINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10381,'37347','Giannitsa','GIANNITSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10382,'10226','Gianyar','GIANYAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10383,'41037','Giardini Naxos','GIARDINI NAXOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10384,'13046','Giardini-naxos','GIARDINI-NAXOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10385,'11969','Giarre','GIARRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10386,'28282','Gibbsboro','GIBBSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10387,'28283','Gibbstown','GIBBSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10388,'41168','Gibraltar','GIBRALTAR',NULL,'','United Kingdom','Gibraltar',0,0,229,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10389,'9358','Gibraltar','GIBRALTAR',NULL,'','Gibraltar','Gibraltar',0,0,85,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10390,'29950','Gibsonia','GIBSONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10391,'25445','Gibsons','GIBSONS',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10392,'30647','Giddings','GIDDINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10393,'8117','Gidleigh','GIDLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10394,'4263','Gien-le-vieux','GIEN-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10395,'4264','Giens','GIENS',NULL,'','France','',0,0,76,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10396,'6631','Gieres','GIERES',NULL,'','France','',0,0,76,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10397,'22762','Giesing','GIESING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10398,'153','Giessen','GIESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10399,'41376','Giethoorn','GIETHOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10400,'6632','Giez','GIEZ',NULL,'','France','',0,0,76,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10401,'8118','Giffnock','GIFFNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10402,'8119','Gifford','GIFFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10403,'27214','Gifhorn','GIFHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10404,'4722','Gif-sur-yvette','GIF-SUR-YVETTE',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10405,'13385','Gifu','GIFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10406,'31507','Gig Harbor','GIG HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10407,'36266','Gignac','GIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10408,'6434','Gignac-la-nerthe','GIGNAC-LA-NERTHE',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10409,'3087','Gijon','GIJON',NULL,'','Spain','Gijon / Xixon',0,0,199,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10410,'18137','Gila Bend','GILA BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10411,'18138','Gilbert','GILBERT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10412,'33641','Gilbertsville','GILBERTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10413,'28808','Gilboa','GILBOA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10414,'32701','Gilford','GILFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10415,'34173','Gilgandra','GILGANDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10416,'39974','Gilgil','GILGIL',NULL,'','Kenya','',0,0,113,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10417,'15300','Gilgit','GILGIT',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10418,'10158','Gili Islands','GILI ISLANDS',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10419,'25595','Gillam','GILLAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10420,'2172','Gilleleje','GILLELEJE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10421,'627','Gillenfeld','GILLENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10422,'26801','Gilles Plains','GILLES PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10423,'32099','Gillette','GILLETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10424,'36310','Gillingham','GILLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10425,'31757','Gills Rock','GILLS ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10426,'24662','Gilly','GILLY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10427,'20562','Gilman','GILMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10428,'30648','Gilmer','GILMER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10429,'8121','Gilmerton','GILMERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10430,'18503','Gilroy','GILROY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10431,'8122','Gilsland','GILSLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10432,'44241','Gilutongan Island','GILUTONGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10433,'14597','Gilze','GILZE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10434,'35801','Gimhae City','GIMHAE CITY',NULL,'','South Korea','',0,0,197,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10435,'25596','Gimli','GIMLI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10436,'37732','Gimo','GIMO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10437,'6092','Gimont','GIMONT',NULL,'','France','',0,0,76,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10438,'38832','Gimouille','GIMOUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10439,'35534','Ginestra Fiorentina','GINESTRA FIORENTINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10440,'39312','Ginnosar','GINNOSAR',NULL,'','Israel','',0,0,106,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10441,'40657','Ginosa','GINOSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10442,'11039','Ginosar','GINOSAR',NULL,'','Israel','',0,0,106,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10443,'41454','Ginowan','GINOWAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10444,'38642','Gioia Dei Marsi','GIOIA DEI MARSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10445,'35535','Gioiello','GIOIELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10446,'11970','Gioiosa Marea','GIOIOSA MAREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10447,'11971','Giovinazzo','GIOVINAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10448,'41822','Gippsland And Lakes Region','GIPPSLAND AND LAKES REGION',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10449,'42135','Gipsy Point','GIPSY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10450,'10415','Gir National Park','GIR NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10451,'37841','Girasole','GIRASOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10452,'17632','Girdwood','GIRDWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10453,'17295','Giresun','GIRESUN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10454,'13605','Giritale','GIRITALE',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10455,'1285','Girona','GIRONA',NULL,'','SPAIN','Girona',0,0,199,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10456,'8123','Girvan','GIRVAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10457,'15071','Gisborne','GISBORNE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10458,'8124','Gisburn','GISBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10459,'16481','Gisenyi','GISENYI',NULL,'','Rwanda','',0,0,508,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10460,'40309','Giske','GISKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10461,'16718','Gislaved','GISLAVED',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10462,'8125','Gissing','GISSING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10463,'23211','Giswil','GISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10464,'11972','Giugliano In Campania','GIUGLIANO IN CAMPANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10465,'42957','Giulianova','GIULIANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10466,'39231','Giurdignano','GIURDIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10467,'11973','Giussano','GIUSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10468,'11232','Giustino','GIUSTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10469,'11040','Giv\'atayim','GIV\'ATAYIM',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10470,'5812','Giverny','GIVERNY',NULL,'','France','',0,0,76,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10471,'6633','Givors','GIVORS',NULL,'','France','',0,0,76,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10472,'32563','Giyani','GIYANI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10473,'2425','Giza','GIZA',NULL,'','Egypt','Giza',0,0,65,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10474,'16492','Gizan','GIZAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10475,'16546','Gizo','GIZO',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10476,'15682','Gizycko','GIZYCKO',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10477,'38042','Gizzeria','GIZZERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10478,'2147','Gjerrild','GJERRILD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10479,'42224','Gjirokaster','GJIROKASTER',NULL,'','Albania','',0,0,2,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10480,'25796','Gjoa Haven','GJOA HAVEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10481,'14945','Gjovik','GJOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10482,'31508','Glacier','GLACIER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10483,'27365','Gladbeck','GLADBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:03','1900-01-01 00:00:00',1,0,1),(10484,'34174','Gladesville','GLADESVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:03','1900-01-01 00:00:00',1,0,1),(10485,'30649','Gladewater','GLADEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10486,'2210','Gladsakse','GLADSAKSE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10487,'29665','Gladstone','GLADSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10488,'26697','Gladstone','GLADSTONE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10489,'8126','Glangrwyney','GLANGRWYNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10490,'10808','Glanmire','GLANMIRE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10491,'10809','Glanworth','GLANWORTH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10492,'23026','Glarus','GLARUS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10493,'27167','Glasenbach','GLASENBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10494,'994','Glasgow','GLASGOW',NULL,'','UNITED KINGDOM','Glasgow',0,0,469,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10495,'10917','Glaslough','GLASLOUGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10496,'10840','Glasnevin','GLASNEVIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10497,'39576','Glass House Mountains','GLASS HOUSE MOUNTAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10498,'28284','Glassboro','GLASSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10499,'8128','Glastonbury','GLASTONBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10500,'19085','Glastonbury','GLASTONBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10501,'23212','Glattbrugg','GLATTBRUGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10502,'34175','Glebe','GLEBE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10503,'628','Glees','GLEES',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10504,'24415','Gleisdorf','GLEISDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10505,'629','Gleiszellen-gleishorbach','GLEISZELLEN-GLEISHORBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10506,'15192','Glen Eden','GLEN EDEN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:09','1900-01-01 00:00:00',1,0,1),(10507,'10879','Glenbeigh','GLENBEIGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:10','1900-01-01 00:00:00',1,0,1),(10508,'8129','Glenborrodale','GLENBORRODALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:10','1900-01-01 00:00:00',1,0,1),(10509,'8130','Glencarse','GLENCARSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10510,'41167','Glencoe','GLENCOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10511,'27393','Glencoe','GLENCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10512,'7084','Glendale','GLENDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:12','1900-01-01 00:00:00',1,0,1),(10513,'10737','Glendalough','GLENDALOUGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10514,'26222','Glendambo','GLENDAMBO',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10515,'27977','Glendive','GLENDIVE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10516,'28285','Glendola','GLENDOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10517,'18507','Glendora','GLENDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10518,'7085','Gleneagles','GLENEAGLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10519,'29666','Gleneden Beach','GLENEDEN BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10520,'8131','Glenfarg','GLENFARG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10521,'34177','Glenfield','GLENFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10522,'15193','Glenfield','GLENFIELD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10523,'38102','Glenfinnan','GLENFINNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10524,'35394','Glengarriff','GLENGARRIFF',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10525,'26223','Glengyle','GLENGYLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10526,'28810','Glenham','GLENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10527,'26510','Glenisla','GLENISLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10528,'28811','Glenmont','GLENMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10529,'17633','Glennallen','GLENNALLEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10530,'20353','Glenns Ferry','GLENNS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10531,'19814','Glennville','GLENNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10532,'15194','Glenorchy','GLENORCHY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10533,'26842','Glenorchy','GLENORCHY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10534,'32908','Glenpool','GLENPOOL',NULL,'','United States','',0,0,231,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10535,'8132','Glenridding','GLENRIDDING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10536,'8133','Glenrothes','GLENROTHES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10537,'26451','Glenroy','GLENROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10538,'28812','Glens Falls','GLENS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10539,'36309','Glenshee','GLENSHEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10540,'15195','Glentanner','GLENTANNER',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10541,'20567','Glenview','GLENVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10542,'28813','Glenville','GLENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10543,'27394','Glenwood','GLENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10544,'38328','Glesien','GLESIEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:19','1900-01-01 00:00:00',1,0,1),(10545,'10897','Glin','GLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10546,'27215','Glinde','GLINDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10547,'39328','Glindenberg','GLINDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10548,'23213','Glion','GLION',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10549,'5109','Glisy','GLISY',NULL,'','France','',0,0,76,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10550,'15584','Gliwice','GLIWICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10551,'18140','Globe','GLOBE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10552,'3963','Gloet','GLOET',NULL,'','Finland','',0,0,75,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10553,'27102','Gloggnitz','GLOGGNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10554,'15649','Glogow','GLOGOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10555,'24248','Gloria','GLORIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10556,'28530','Glorieta','GLORIETA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10557,'8134','Glossop','GLOSSOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10558,'27856','Gloster','GLOSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10559,'2211','Glostrup','GLOSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10560,'2061','Glottertal','GLOTTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10561,'9302','Gloucester','GLOUCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10562,'21381','Gloucester','GLOUCESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10563,'7086','Gloucestershire','GLOUCESTERSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10564,'29363','Glouster','GLOUSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10565,'27857','Gluckstadt','GLUCKSTADT',NULL,'','United States','',0,0,231,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10566,'2093','Gluecksburg','GLUECKSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10567,'7087','Glyn Ceiriog','GLYN CEIRIOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10568,'39320','Gmund','GMUND',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10569,'22763','Gmund Am Tegernsee','GMUND AM TEGERNSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10570,'27130','Gmunden','GMUNDEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10571,'24458','Gnadenwald','GNADENWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10572,'39280','Gnarabup','GNARABUP',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10573,'16775','Gnesta','GNESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10574,'15669','Gniezno','GNIEZNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10575,'32280','Go Vap','GO VAP',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10576,'10704','Goa','GOA',NULL,'','India','Trip to Goa | Goa Travel Packages | Goa Tourism | ',11,0,101,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10577,'8135','Goathland','GOATHLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10578,'3855','Goba','GOBA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10579,'26143','Gobernador Gregores','GOBERNADOR GREGORES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10580,'8136','Gobowen','GOBOWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10581,'17206','Gocek','GOCEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10582,'27366','Goch','GOCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10583,'14411','Gochas','GOCHAS',NULL,'','Namibia','',0,0,151,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10584,'36056','Goch-niederrhein','GOCH-NIEDERRHEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10585,'1541','God','GOD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10586,'8137','Godalming','GODALMING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10587,'21057','Goddard','GODDARD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10588,'3856','Gode','GODE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10589,'13612','Godellawela','GODELLAWELA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10590,'34504','Goderich','GODERICH',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10591,'20568','Godfrey','GODFREY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10592,'9856','Godhavn','GODHAVN',NULL,'','Greenland','',0,0,87,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10593,'39874','Godollo','GODOLLO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10594,'25597','Gods Narrows','GODS NARROWS',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10595,'10073','Goed','GOED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10596,'44134','Goehrde','GOEHRDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10597,'154','Goehren-lebbin','GOEHREN-LEBBIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10598,'155','Goerlitz','GOERLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10599,'14695','Goes','GOES',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10600,'38010','Goessweinstein','GOESSWEINSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10601,'40505','Goestling An Der Ybbs','GOESTLING AN DER YBBS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10602,'27216','Goettingen','GOETTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10603,'41862','Goffs','GOFFS',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10604,'24907','Goffs Caye','GOFFS CAYE',NULL,'','Belize','',0,0,22,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10605,'1708','Gohren','GOHREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10606,'42178','Gohren-lebbin','GOHREN-LEBBIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10607,'25063','Goiania','GOIANIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10608,'24459','Going','GOING',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10609,'42603','Gokarna','GOKARNA',NULL,'','India','',0,0,101,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10610,'14865','Gol','GOL',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10611,'10416','Golabari','GOLABARI',NULL,'','India','',0,0,101,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10612,'35413','Golan','GOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10613,'39967','Golbasi','GOLBASI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10614,'20569','Golconda','GOLCONDA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10615,'25446','Gold Bridge','GOLD BRIDGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10616,'26698','Gold Coast','GOLD COAST',NULL,'','Australia','Gold Coast',0,0,13,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10617,'25448','Golden','GOLDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10618,'33447','Golden','GOLDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10619,'14182','Golden Bay','GOLDEN BAY',NULL,'','Malta','',0,0,135,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10620,'43717','Golden Beach','GOLDEN BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10621,'10977','Golden Circle','GOLDEN CIRCLE',NULL,'','Iceland','',0,0,100,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10622,'24771','Golden Sands','GOLDEN SANDS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10623,'16984','Golden Triangle','GOLDEN TRIANGLE',NULL,'','Thailand','',0,0,215,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10624,'31509','Goldendale','GOLDENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10625,'26224','Goldfields','GOLDFIELDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10626,'33866','Goldsboro','GOLDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10627,'38892','Goldsby','GOLDSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10628,'23214','Goldswil','GOLDSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10629,'10810','Goleen','GOLEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10630,'16045','Golega','GOLEGA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10631,'18508','Goleta','GOLETA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10632,'43486','Golf Del Sur','GOLF DEL SUR',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10633,'4265','Golf Juan','GOLF JUAN',NULL,'','France','',0,0,76,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10634,'1388','Golfe De Saint Tropez','GOLFE DE SAINT TROPEZ',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10635,'24237','Golfito','GOLFITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10636,'41863','Golfo De Papagayo','GOLFO DE PAPAGAYO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10637,'30651','Goliad','GOLIAD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10638,'27103','Golling','GOLLING',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10639,'23765','Golmud','GOLMUD',NULL,'','China','',0,0,46,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10640,'17634','Golovin','GOLOVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10641,'17207','Golturkbuku','GOLTURKBUKU',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10642,'32636','Goma','GOMA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10643,'40257','Gomadingen','GOMADINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10644,'22545','Gomaringen','GOMARINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10645,'24894','Gomel','GOMEL',NULL,'','Belarus','',0,0,20,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10646,'36125','Gomera','GOMERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10647,'8138','Gomersal','GOMERSAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10648,'13984','Gomez Palacio','GOMEZ PALACIO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10649,'2102','Gommier','GOMMIER',NULL,'','Dominica','',0,0,500,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10650,'3857','Gondar','GONDAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10651,'16025','Gondomar','GONDOMAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10652,'630','Gondorf','GONDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10653,'4267','Gond-pontouvre','GOND-PONTOUVRE',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10654,'41075','Gonen','GONEN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10655,'40256','Gonen','GONEN',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10656,'41464','Gonfreville Lorcher','GONFREVILLE LORCHER',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10657,'5091','Gonfreville-l\'orcher','GONFREVILLE-L\'ORCHER',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10658,'35803','Gongju','GONGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10659,'17384','Gongliao','GONGLIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10660,'37503','Goniadz','GONIADZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10661,'39957','Gonneville-sur-honfleur','GONNEVILLE-SUR-HONFLEUR',NULL,'','France','',0,0,76,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10662,'25599','Gonor','GONOR',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10663,'23215','Gonten','GONTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10664,'30652','Gonzales','GONZALES',NULL,'','United States','',0,0,231,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10665,'39966','Goode','GOODE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10666,'20354','Gooding','GOODING',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10667,'21058','Goodland','GOODLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10668,'33152','Goodlettsville','GOODLETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10669,'17635','Goodnews Bay','GOODNEWS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10670,'8139','Goodrich','GOODRICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10671,'32452','Goodwood','GOODWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10672,'33643','Goody','GOODY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10673,'18143','Goodyear','GOODYEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10674,'14465','Gooi En Vechtstreek','GOOI EN VECHTSTREEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10675,'37525','Goole','GOOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10676,'26452','Goolwa','GOOLWA',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10677,'26699','Goondiwindi','GOONDIWINDI',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10678,'30332','Goose Creek','GOOSE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10679,'39546','Gooseberry Hill','GOOSEBERRY HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10680,'8140','Goosnargh','GOOSNARGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10681,'10520','Gopalpur','GOPALPUR',NULL,'','India','Gopalpur',8,0,101,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10682,'37639','Gopegui','GOPEGUI',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10683,'22546','Goppingen','GOPPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10684,'13134','Gora','GORA',NULL,'','Japan','',0,0,110,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10685,'10521','Gorakhpur','GORAKHPUR',NULL,'','India','Gorakhpur ',6,0,101,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10686,'5118','Gordes','GORDES',NULL,'','France','',0,0,76,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10687,'44297','Gordexola','GORDEXOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10688,'28121','Gordon','GORDON',NULL,'','United States','',0,0,231,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10689,'32453','Gordon\'s Bay','GORDON\'S BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10690,'33153','Gordonsville','GORDONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10691,'29953','Gordonville','GORDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10692,'15104','Gore','GORE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10693,'3858','Gore','GORE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10694,'34505','Gore Bay','GORE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10695,'43297','Gorebridge','GOREBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10696,'10522','Goregaon','GOREGAON',NULL,'','India','',0,0,101,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10697,'17208','Goreme','GOREME',NULL,'','Turkey','Goreme',0,0,222,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10698,'10947','Gorey','GOREY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10699,'7088','Gorey','GOREY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10700,'39601','Gorgeshausen','GORGESHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10701,'32703','Gorham','GORHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10702,'42261','Gori','GORI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10703,'14712','Gorinchem','GORINCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10704,'41377','Gorinchen','GORINCHEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10705,'8141','Goring','GORING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10706,'11974','Gorizia','GORIZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10707,'34179','Gorkan - Toukley','GORKAN - TOUKLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10708,'2090','Gorlitz','GORLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10709,'18509','Gorman','GORMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10710,'10910','Gormanston','GORMANSTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10711,'24772','Gorna Orechovitsa','GORNA ORECHOVITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10712,'41378','Gornazo','GORNAZO',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10713,'15573','Goroka','GOROKA',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10714,'34180','Gorokan','GOROKAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10715,'24751','Gorom-gorom','GOROM-GOROM',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10716,'10369','Gorontalo','GORONTALO',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10717,'41461','Gorraiz','GORRAIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10718,'6093','Gorses','GORSES',NULL,'','France','',0,0,76,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10719,'15627','Gorzow Wielkopolski','GORZOW WIELKOPOLSKI',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10720,'40960','Gosau','GOSAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10721,'34181','Gosford','GOSFORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10722,'21382','Goshen','GOSHEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10723,'36355','Gosier','GOSIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10724,'27217','Goslar','GOSLAR',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10725,'6169','Gosnay','GOSNAY',NULL,'','France','',0,0,76,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10726,'26593','Gosnells','GOSNELLS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10727,'8142','Gosport','GOSPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10728,'23216','Gossau','GOSSAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10729,'24740','Gosselies','GOSSELIES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10730,'13238','Gotemba','GOTEMBA',NULL,'','Japan','',0,0,110,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10731,'156','Gotha','GOTHA',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10732,'19374','Gotha','GOTHA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10733,'28122','Gothenburg','GOTHENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10734,'16669','Gothenburg','GOTHENBURG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10735,'7089','Gotherington','GOTHERINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10736,'2635','Gothic Quarter','GOTHIC QUARTER',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10737,'16671','Gotland','GOTLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10738,'41641','Gottingen','GOTTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10739,'41879','Gottlieben','GOTTLIEBEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10740,'43586','Gotzens','GOTZENS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10741,'43587','Gotzis','GOTZIS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10742,'14713','Gouda','GOUDA',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10743,'5542','Gouesnou','GOUESNOU',NULL,'','France','',0,0,76,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10744,'34182','Goulburn','GOULBURN',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10745,'29954','Gouldsboro','GOULDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10746,'13680','Goulimime','GOULIMIME',NULL,'','Morocco','',0,0,148,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10747,'6435','Goult','GOULT',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10748,'40435','Goumois','GOUMOIS',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10749,'6094','Gourdon','GOURDON',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10750,'5189','Gourette','GOURETTE',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10751,'5813','Gournay-en-bray','GOURNAY-EN-BRAY',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10752,'8143','Gourock','GOUROCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10753,'4724','Goussainville','GOUSSAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10754,'14511','Goutum','GOUTUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10755,'41658','Gouveia','GOUVEIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10756,'15967','Gouveias','GOUVEIAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10757,'6302','Gouvieux','GOUVIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10758,'9846','Gouyave','GOUYAVE',NULL,'','Grenada','',0,0,88,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10759,'6170','Gouy-sous-bellonne','GOUY-SOUS-BELLONNE',NULL,'','France','',0,0,76,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10760,'26225','Gove','GOVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10761,'24979','Governador Celso Ramos','GOVERNADOR CELSO RAMOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10762,'29669','Government Camp','GOVERNMENT CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10763,'24830','Governors Harbour','GOVERNORS HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10764,'42635','Goya','GOYA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10765,'17186','Goynuk','GOYNUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10766,'39901','Gozd Martuljek','GOZD MARTULJEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10767,'14183','Gozo','GOZO',NULL,'','Malta','',0,0,135,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10768,'41465','Gozon','GOZON',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10769,'11975','Gozzano','GOZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10770,'38184','Graaff-reinet','GRAAFF-REINET',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10771,'41640','Graal-muritz','GRAAL-MURITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10772,'32454','Grabouw','GRABOUW',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10773,'37494','Grabowhofe','GRABOWHOFE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10774,'15975','Graca','GRACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10775,'16934','Grace Bay','GRACE BAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10776,'25998','Gracefield','GRACEFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10777,'24580','Grace-hollogne','GRACE-HOLLOGNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10778,'29955','Graceville','GRACEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10779,'23217','Grachen','GRACHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10780,'43695','Gracias','GRACIAS',NULL,'','Honduras','',0,0,97,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10781,'15808','Graciosa Island','GRACIOSA ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10782,'10012','Gradac','GRADAC',NULL,'','Croatia','',0,0,55,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10783,'11976','Gradara','GRADARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10784,'4927','Gradignan','GRADIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10785,'39739','Gradisca Disonzo','GRADISCA DISONZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10786,'12744','Grado','GRADO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10788,'22764','Grafenau','GRAFENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10789,'22547','Grafenhausen','GRAFENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10790,'40170','Grafenthal','GRAFENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10791,'42454','Grafing Bei Munchen','GRAFING BEI MUNCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10792,'30653','Graford','GRAFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10793,'20570','Grafton','GRAFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10794,'34183','Grafton','GRAFTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10795,'11977','Gragnano','GRAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10796,'33868','Graham','GRAHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10797,'32455','Grahamstown','GRAHAMSTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10798,'27650','Grain Valley','GRAIN VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10799,'157','Grainau','GRAINAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10800,'38510','Grainet','GRAINET',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10801,'2292','Gram','GRAM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10802,'25159','Gramado','GRAMADO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10803,'6095','Gramat','GRAMAT',NULL,'','France','',0,0,76,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10804,'21201','Grambling','GRAMBLING',NULL,'','United States','',0,0,231,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10805,'38800','Grammatiko','GRAMMATIKO',NULL,'','Greece','',0,0,86,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10806,'11978','Grammichele','GRAMMICHELE',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10807,'38976','Grampound Road','GRAMPOUND ROAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10808,'24460','Gran','GRAN',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10809,'35540','Gran Sasso','GRAN SASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:00','1900-01-01 00:00:00',1,0,1),(10810,'2637','Granada','GRANADA',NULL,'','Spain','Granada',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10811,'14443','Granada','GRANADA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10812,'18511','Granada Hills','GRANADA HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10813,'34991','Granada-armilla','GRANADA-ARMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10814,'36118','Granada-fuensanta','GRANADA-FUENSANTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10815,'36154','Granada-loja','GRANADA-LOJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10816,'3362','Granadilla De Abona','GRANADILLA DE ABONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10817,'11234','Granarolo Dell\'emilia','GRANAROLO DELL\'EMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10818,'30655','Granbury','GRANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10819,'33448','Granby','GRANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10820,'25999','Granby','GRANBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10821,'14252','Grand Bay','GRAND BAY',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10822,'34506','Grand Bend','GRAND BEND',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10823,'24257','Grand Cayman','GRAND CAYMAN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:59:04','1900-01-01 00:00:00',1,0,1),(10824,'14184','Grand Harbour','GRAND HARBOUR',NULL,'','Malta','',0,0,135,'2016-10-17 10:59:05','1900-01-01 00:00:00',1,0,1),(10825,'9847','Grand Roy','GRAND ROY',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10826,'16947','Grand Turk','GRAND TURK',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10827,'11979','Grandate','GRANDATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10828,'9381','Grand-bourg','GRAND-BOURG',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10829,'4268','Grandcamp-maisy','GRANDCAMP-MAISY',NULL,'','France','',0,0,76,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10830,'9382','Grand-case','GRAND-CASE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10831,'26700','Grandchester','GRANDCHESTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10832,'25315','Grande Cache','GRANDE CACHE',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10833,'42950','Grande Island','GRANDE ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10834,'9835','Grande-anse Beach','GRANDE-ANSE BEACH',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10835,'41129','Grandes Piles','GRANDES PILES',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10836,'4269','Grande-synthe','GRANDE-SYNTHE',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10837,'9361','Grande-terre','GRANDE-TERRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10838,'5543','Grand-fougeray','GRAND-FOUGERAY',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10839,'5814','Grand-laviers','GRAND-LAVIERS',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10840,'40475','Grandola','GRANDOLA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10841,'30658','Grandview','GRANDVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:59:10','1900-01-01 00:00:00',1,0,1),(10842,'22086','Grandville','GRANDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:10','1900-01-01 00:00:00',1,0,1),(10843,'39294','Grangaerde','GRANGAERDE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10844,'36312','Grange Over Sands','GRANGE OVER SANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10845,'9301','Grangemouth','GRANGEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10846,'7090','Grange-over-sands','GRANGE-OVER-SANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10847,'20888','Granger','GRANGER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10848,'23028','Granges-paccot','GRANGES-PACCOT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10849,'20355','Grangeville','GRANGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10850,'20571','Granite City','GRANITE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:12','1900-01-01 00:00:00',1,0,1),(10851,'37714','Graniti','GRANITI',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:12','1900-01-01 00:00:00',1,0,1),(10852,'16719','Granna','GRANNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10853,'3549','Granollers','GRANOLLERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10854,'8144','Grantham','GRANTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10855,'8145','Granton','GRANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10856,'36313','Grantown On Spey','GRANTOWN ON SPEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10857,'7091','Grantown-on-spey','GRANTOWN-ON-SPEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10858,'28531','Grants','GRANTS',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10859,'21704','Grantsville','GRANTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10860,'29956','Grantville','GRANTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10861,'5397','Granville','GRANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10862,'29365','Granville','GRANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10863,'25710','Granville Ferry','GRANVILLE FERRY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10864,'39668','Granzay-gript','GRANZAY-GRIPT',NULL,'','France','',0,0,76,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10865,'41541','Grao De Castellon','GRAO DE CASTELLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10866,'30659','Grapevine','GRAPEVINE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10867,'158','Grasellenbach','GRASELLENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10868,'1001','Grasmere','GRASMERE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10869,'8146','Grasmere','GRASMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10870,'21705','Grasonville','GRASONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10871,'18512','Grass Valley','GRASS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10872,'22765','Grassau','GRASSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10873,'11980','Grassina','GRASSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10874,'40431','Grassobbio','GRASSOBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10875,'2293','Grasten','GRASTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10876,'38803','Gratentour','GRATENTOUR',NULL,'','France','',0,0,76,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10877,'42025','Grau Roig','GRAU ROIG',NULL,'','Andorra','',0,0,5,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10878,'23029','Graubunden','GRAUBUNDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10879,'969','Gravatai','GRAVATAI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10880,'14917','Gravdal','GRAVDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10881,'11981','Gravedona','GRAVEDONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10882,'22944','Gravelbourg','GRAVELBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10883,'6171','Gravelines','GRAVELINES',NULL,'','France','',0,0,76,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10884,'34507','Gravenhurst','GRAVENHURST',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10885,'426','Gravenwiesbach','GRAVENWIESBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10886,'8147','Gravesend','GRAVESEND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10887,'6437','Graveson','GRAVESON',NULL,'','France','',0,0,76,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10888,'11982','Gravina In Puglia','GRAVINA IN PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10889,'21202','Gray','GRAY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10890,'31511','Grayland','GRAYLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:59:20','1900-01-01 00:00:00',1,0,1),(10891,'22087','Grayling','GRAYLING',NULL,'','United States','',0,0,231,'2016-10-17 10:59:20','1900-01-01 00:00:00',1,0,1),(10892,'9298','Grays','GRAYS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10893,'1287','Grays','GRAYS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10894,'31512','Grays Harbor','GRAYS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10895,'7092','Grayshott','GRAYSHOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10896,'20572','Grayslake','GRAYSLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10897,'33645','Grayson','GRAYSON',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10898,'19377','Grayton Beach','GRAYTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10899,'20573','Grayville','GRAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10900,'3236','Grazalema','GRAZALEMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10901,'16438','Grazhdanka','GRAZHDANKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10902,'8148','Great Barr','GREAT BARR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10903,'43038','Great Barrier Island','GREAT BARRIER ISLAND',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10904,'42168','Great Barrier Reef-whitsundays','GREAT BARRIER REEF-WHITSUNDAYS',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10905,'21383','Great Barrington','GREAT BARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10906,'24883','Great Guana Cay','GREAT GUANA CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:24','1900-01-01 00:00:00',1,0,1),(10907,'43787','Great Harbour','GREAT HARBOUR',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 10:59:24','1900-01-01 00:00:00',1,0,1),(10908,'37113','Greater Addo Nationa','GREATER ADDO NATIONA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10909,'13808','Greater Guadalajara','GREATER GUADALAJARA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10910,'38512','Grebbestad','GREBBESTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10911,'24198','Grecia','GRECIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10912,'36127','Gredos','GREDOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10913,'28818','Greece','GREECE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10914,'33453','Greeley','GREELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10915,'25924','Green Community','GREEN COMMUNITY',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:59:28','1900-01-01 00:00:00',1,0,1),(10916,'17385','Green Island','GREEN ISLAND',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:59:28','1900-01-01 00:00:00',1,0,1),(10917,'32456','Green Point','GREEN POINT',NULL,'','South Africa','',0,0,195,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10918,'42422','Green Turtle','GREEN TURTLE',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10919,'31513','Greenbank','GREENBANK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10920,'21706','Greenbelt','GREENBELT',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10921,'29671','Greenburg','GREENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10922,'29957','Greencastle','GREENCASTLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10923,'28819','Greene','GREENE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10924,'33154','Greeneville','GREENEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10925,'32704','Greenfield','GREENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10926,'26001','Greenfield Park','GREENFIELD PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10927,'9331','Greenford','GREENFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10928,'39785','Greenhaugh','GREENHAUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10929,'38379','Greenhead','GREENHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10930,'7095','Greenholme','GREENHOLME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10931,'15105','Greenlane','GREENLANE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10932,'8154','Greenock','GREENOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10933,'27979','Greenough','GREENOUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10934,'28820','Greenport','GREENPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10935,'19816','Greensboro','GREENSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10936,'26227','Greensborough','GREENSBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10937,'20891','Greensburg','GREENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10938,'30660','Greenshores','GREENSHORES',NULL,'','United States','',0,0,231,'2016-10-17 10:59:35','1900-01-01 00:00:00',1,0,1),(10939,'26703','Greenslopes','GREENSLOPES',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10940,'20575','Greenup','GREENUP',NULL,'','United States','',0,0,231,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10941,'33647','Greenville','GREENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10942,'31514','Greenwater','GREENWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:40','1900-01-01 00:00:00',1,0,1),(10943,'28822','Greenwich','GREENWICH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10944,'8155','Greenwich','GREENWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10945,'27859','Greenwood','GREENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10946,'13095','Greenwood','GREENWOOD',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:59:42','1900-01-01 00:00:00',1,0,1),(10947,'30336','Greer','GREER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:43','1900-01-01 00:00:00',1,0,1),(10948,'8156','Greetham','GREETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10949,'27218','Greetsiel','GREETSIEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10950,'27367','Greffen','GREFFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10951,'27368','Grefrath','GREFRATH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10952,'24875','Gregory Town','GREGORY TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10953,'837','Greifswald','GREIFSWALD',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10954,'39095','Greiz','GREIZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10955,'2123','Grenaa','GRENAA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10956,'27860','Grenada','GRENADA',NULL,'','United States','',0,0,231,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10957,'9836','Grenada','GRENADA',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10958,'4270','Grenade-sur-ladour','GRENADE-SUR-LADOUR',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10959,'23218','Grenchen','GRENCHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10960,'6634','Grenoble','GRENOBLE',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10961,'9842','Grenville','GRENVILLE',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10962,'42107','Grenville Sur La Rouge','GRENVILLE SUR LA ROUGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10963,'6438','Greoux-les-bains','GREOUX-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10964,'29672','Gresham','GRESHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10965,'11983','Gressan','GRESSAN',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10966,'6635','Gresse-en-vercors','GRESSE-EN-VERCORS',NULL,'','France','',0,0,76,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10967,'11984','Gressoney-la-trinite','GRESSONEY-LA-TRINITE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10968,'39806','Gressoney-saint-jean','GRESSONEY-SAINT-JEAN',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10969,'40493','Gressvik','GRESSVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10970,'5851','Gressy','GRESSY',NULL,'','France','',0,0,76,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10971,'4271','Grésy-sur-aix','GRÉSY-SUR-AIX',NULL,'','France','',0,0,76,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10972,'28126','Gretna','GRETNA',NULL,'','United States','',0,0,231,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10973,'8157','Gretna Green','GRETNA GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10974,'11985','Greve','GREVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10975,'40133','Grevena','GREVENA',NULL,'','Greece','',0,0,86,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10976,'27369','Grevenbroich','GREVENBROICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10977,'838','Grevesmuhlen','GREVESMUHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10978,'15107','Grey Lynn','GREY LYNN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10979,'32101','Greybull','GREYBULL',NULL,'','United States','',0,0,231,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10980,'27980','Greycliff','GREYCLIFF',NULL,'','United States','',0,0,231,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10981,'15196','Greymouth','GREYMOUTH',NULL,'','New Zealand','Greymouth',0,0,157,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10982,'43022','Greytown','GREYTOWN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10983,'11986','Griante','GRIANTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10984,'27370','Griepshop','GRIEPSHOP',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10985,'26991','Gries','GRIES',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10986,'427','Griesheim','GRIESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10987,'19818','Griffin','GRIFFIN',NULL,'','United States','',0,0,231,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10988,'20895','Griffith','GRIFFITH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10989,'26632','Griffith','GRIFFITH',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10990,'11987','Grignano','GRIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10991,'6172','Grigny','GRIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10992,'6439','Grimaud','GRIMAUD',NULL,'','France','',0,0,76,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10993,'24626','Grimbergen','GRIMBERGEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10994,'23219','Grimentz','GRIMENTZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10995,'20215','Grimes','GRIMES',NULL,'','United States','',0,0,231,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10996,'839','Grimmen','GRIMMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10997,'34508','Grimsby','GRIMSBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10998,'8158','Grimsby','GRIMSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10999,'10978','Grimsey','GRIMSEY',NULL,'','Iceland','',0,0,100,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11000,'25317','Grimshaw','GRIMSHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11001,'14918','Grimstad','GRIMSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11002,'8159','Grimston','GRIMSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11003,'35440','Grindavik','GRINDAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11004,'23220','Grindelwald','GRINDELWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11005,'26843','Grindelwald','GRINDELWALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11006,'2260','Grindsted','GRINDSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11007,'20216','Grinnell','GRINNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11008,'39371','Grinon','GRINON',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11009,'25797','Grise Fiord','GRISE FIORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11010,'41796','Grisolia Lido - Calabria Coast','GRISOLIA LIDO - CALABRIA COAST',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11011,'19088','Griswold','GRISWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11012,'39748','Gritsa','GRITSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11013,'37209','Grittleton','GRITTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11014,'24416','Grobming','GROBMING',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11015,'27168','Grodig','GRODIG',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11016,'24895','Grodna','GRODNA',NULL,'','Belarus','',0,0,20,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11017,'43761','Groebming','GROEBMING',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11018,'708','Groemitz','GROEMITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11019,'30663','Groesbeck','GROESBECK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11020,'14537','Groesbeek','GROESBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11021,'39609','Groix','GROIX',NULL,'','France','',0,0,76,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11022,'27371','Gronau','GRONAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11023,'16824','Grondal','GRONDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11024,'14934','Grong','GRONG',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11025,'14559','Groningen','GRONINGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11026,'9857','Gronnedal','GRONNEDAL',NULL,'','Greenland','',0,0,87,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11027,'15585','Gronow','GRONOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11028,'43233','Groot-bijgaaden','GROOT-BIJGAADEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11029,'24627','Groot-bijgaarden','GROOT-BIJGAARDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11030,'26228','Groote Eylandt','GROOTE EYLANDT',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11031,'42255','Gropparello','GROPPARELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11032,'13051','Groppoli','GROPPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11033,'13581','Gros Islet','GROS ISLET',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11034,'40276','Grosio','GROSIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11035,'40136','Grosotto','GROSOTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11036,'6637','Grospierres','GROSPIERRES',NULL,'','France','',0,0,76,'2016-10-17 10:59:57','1900-01-01 00:00:00',1,0,1),(11037,'159','Gross Beuchow','GROSS BEUCHOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:57','1900-01-01 00:00:00',1,0,1),(11038,'27169','Grossarl','GROSSARL',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11039,'164','Grossbeeren','GROSSBEEREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11040,'165','Grossbettlingen','GROSSBETTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11041,'166','Grossburgwedel','GROSSBURGWEDEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11042,'22090','Grosse Pointe Park','GROSSE POINTE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11043,'167','Grossebersdorf','GROSSEBERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11044,'39867','Grossenbrode','GROSSENBRODE',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11045,'39815','Grossenzersdorf','GROSSENZERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11046,'12853','Grosseto','GROSSETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11047,'168','Gross-gerau','GROSS-GERAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11048,'39836','Grossliebringen','GROSSLIEBRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11049,'26968','Grossnondorf','GROSSNONDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11050,'16632','Grosuplje','GROSUPLJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11051,'36474','Grotli','GROTLI',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11052,'19089','Groton','GROTON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11053,'11988','Grottaferrata','GROTTAFERRATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11054,'11989','Grottammare','GROTTAMMARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11055,'6859','Grouville','GROUVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11056,'3664','Grove','GROVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11057,'18515','Groveland','GROVELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11058,'29368','Groveport','GROVEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:00:02','1900-01-01 00:00:00',1,0,1),(11059,'33874','Grover','GROVER',NULL,'','United States','',0,0,231,'2016-10-17 11:00:02','1900-01-01 00:00:00',1,0,1),(11060,'30664','Groves','GROVES',NULL,'','United States','',0,0,231,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11061,'19820','Grovetown','GROVETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11062,'16261','Groznyj','GROZNYJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11063,'11990','Grugliasco','GRUGLIASCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11064,'4857','Gruissan','GRUISSAN',NULL,'','France','',0,0,76,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11065,'22766','Grunau','GRUNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11066,'27131','Grunau Im Almtal','GRUNAU IM ALMTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11067,'10979','Grundarfjordur','GRUNDARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11068,'24417','Grundlsee','GRUNDLSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11069,'31122','Grundy','GRUNDY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11070,'1882','Grünhain-beierfeld','GRÜNHAIN-BEIERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11071,'774','Grünheide','GRÜNHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11072,'23221','Gruningen','GRUNINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11073,'22548','Grunwald','GRUNWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11074,'23222','Gruyeres','GRUYERES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11075,'23223','Gryon','GRYON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11076,'37408','Grythyttan','GRYTHYTTAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11077,'24461','Gschnitz','GSCHNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11078,'23224','Gstaad','GSTAAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11079,'23031','Gsteigwiler','GSTEIGWILER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11080,'41474','Guadahortuna','GUADAHORTUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11081,'3406','Guadalajara','GUADALAJARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11082,'42986','Guadalest','GUADALEST',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11083,'13810','Guadalupe','GUADALUPE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11084,'3637','Guadalupe','GUADALUPE',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11085,'43116','Guadarrama','GUADARRAMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11086,'9362','Guadeloupe','GUADELOUPE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11087,'3237','Guadiaro','GUADIARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11088,'3238','Guadix','GUADIX',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11089,'43054','Guagno Les Bains','GUAGNO LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11090,'963','Guaira','GUAIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11091,'968','Guajara Mirim','GUAJARA MIRIM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11092,'18517','Gualala','GUALALA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11093,'3550','Gualba','GUALBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11094,'11991','Gualdo Cattaneo','GUALDO CATTANEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11095,'41970','Gualeguaychu','GUALEGUAYCHU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11096,'3551','Gualta','GUALTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11097,'27654','Guam','GUAM',NULL,'','United States','',0,0,231,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11098,'9891','Guam','GUAM',NULL,'','Guam','',0,0,90,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11099,'35541','Guamo','GUAMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11100,'17386','Guan Zi Ling','GUAN ZI LING',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11101,'43788','Guana Island','GUANA ISLAND',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11102,'40988','Guanacaste','GUANACASTE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11103,'9967','Guanaja','GUANAJA',NULL,'','Honduras','',0,0,97,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11104,'14142','Guanajuato','GUANAJUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11105,'34866','Guang\'an','GUANG\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11106,'43533','Guangdong','GUANGDONG',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11107,'34865','Guanghan','GUANGHAN',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11108,'23960','Guangzhou','GUANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11109,'15751','Guanica','GUANICA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11110,'17387','Guanshan','GUANSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11111,'36414','Guanujuato','GUANUJUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11112,'44027','Guanxi','GUANXI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11113,'23803','Guanyintang','GUANYINTANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11114,'24102','Guapi','GUAPI',NULL,'','Colombia','',0,0,49,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11115,'24230','Guapiles','GUAPILES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11116,'35950','Guarajuba','GUARAJUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11117,'25058','Guarapari','GUARAPARI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11118,'38195','Guarapuava','GUARAPUAVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11119,'25121','Guararapes','GUARARAPES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11120,'42203','Guararema','GUARAREMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11121,'25201','Guaratingueta','GUARATINGUETA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11122,'23225','Guarda','GUARDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11123,'15968','Guarda','GUARDA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11124,'43520','Guardalavaca','GUARDALAVACA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11125,'3758','Guardamar Del Segura','GUARDAMAR DEL SEGURA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11126,'11993','Guardamiglio','GUARDAMIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11127,'11994','Guardavalle','GUARDAVALLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11128,'12993','Guardia Piemontese','GUARDIA PIEMONTESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11129,'11995','Guardistallo','GUARDISTALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11130,'38602','Guaro','GUARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11131,'25179','Guaruja','GUARUJA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11132,'25202','Guarulhos','GUARULHOS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11133,'14091','Guasave','GUASAVE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11134,'42897','Guayanilla','GUAYANILLA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11135,'2396','Guayaquil','GUAYAQUIL',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11136,'24946','Guayaramerin','GUAYARAMERIN',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11137,'42112','Guayas','GUAYAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11138,'13812','Guaymas','GUAYMAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11139,'11996','Gubbio','GUBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11140,'41353','Gudar','GUDAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11141,'2640','Gúdar','GÚDAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11142,'1570','Gudbrandsdalen','GUDBRANDSDALEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11143,'2163','Gudhjem','GUDHJEM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11144,'39171','Gudme','GUDME',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11145,'38269','Guduvancheri','GUDUVANCHERI',NULL,'','India','',0,0,101,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11146,'14978','Gudvangen','GUDVANGEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11147,'6762','Guebwiller','GUEBWILLER',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11148,'2641','Guejar Sierra','GUEJAR SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11149,'13697','Gueliz','GUELIZ',NULL,'','Morocco','',0,0,148,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11150,'34509','Guelph','GUELPH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11151,'169','Guelzow','GUELZOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11152,'1720','Guenzburg','GUENZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11153,'37973','Guerande','GUERANDE',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11154,'6004','Gueret','GUERET',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11155,'18518','Guerneville','GUERNEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11156,'9304','Guernsey','GUERNSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11157,'32102','Guernsey','GUERNSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11158,'38758','Guerreiros Do Rio','GUERREIROS DO RIO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11159,'13815','Guerrero Negro','GUERRERO NEGRO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11160,'39089','Guessing','GUESSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11161,'170','Guestrow','GUESTROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11162,'2087','Guetersloh','GUETERSLOH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11163,'5190','Guethary','GUETHARY',NULL,'','France','',0,0,76,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11164,'171','Guettin','GUETTIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11165,'14','Guggenthal','GUGGENTHAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11166,'23226','Guggisberg','GUGGISBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11167,'22549','Guglingen','GUGLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11168,'3363','Guia De Isora','GUIA DE ISORA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11169,'5000','Guidel','GUIDEL',NULL,'','France','',0,0,76,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11170,'11997','Guidonia','GUIDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11171,'41955','Guijo De Coria','GUIJO DE CORIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11172,'3453','Guijuelo','GUIJUELO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11173,'7096','Guilden Sutton','GUILDEN SUTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11174,'28826','Guilderland','GUILDERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11175,'8160','Guildford','GUILDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11176,'19090','Guilford','GUILFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11177,'23681','Guilin','GUILIN',NULL,'','China','',0,0,46,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11178,'37386','Guillaumes','GUILLAUMES',NULL,'','France','',0,0,76,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11179,'3239','Guillena','GUILLENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11180,'6440','Guillestre','GUILLESTRE',NULL,'','France','',0,0,76,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11181,'8161','Guilsborough','GUILSBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11182,'3364','Guimar','GUIMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11183,'15885','Guimaraes','GUIMARAES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11184,'17887','Guin','GUIN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11185,'5544','Guingamp','GUINGAMP',NULL,'','France','',0,0,76,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11186,'1282','Guipuzcoa - San Sebastian','GUIPUZCOA - SAN SEBASTIAN',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11187,'8162','Guisborough','GUISBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11188,'8163','Guiting Power','GUITING POWER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11189,'2964','Guitiriz','GUITIRIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11190,'23861','Guiyang','GUIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11191,'23870','Guizhou','GUIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11192,'5191','Gujan-mestras','GUJAN-MESTRAS',NULL,'','France','',0,0,76,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11193,'38526','Gulf Harbour','GULF HARBOUR',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11194,'3884','Gulf Of Finland','GULF OF FINLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11195,'8164','Gullane','GULLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11196,'17339','Gulluk','GULLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11197,'38955','Gulmarg','GULMARG',NULL,'','India','Gulmarg',13,0,101,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11198,'38582','Gulpen','GULPEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11199,'24752','Gulshan','GULSHAN',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11200,'17478','Gulu','GULU',NULL,'','Uganda','',0,0,226,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11201,'35816','Gumi','GUMI',NULL,'','South Korea','',0,0,197,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11202,'13492','Gumi','GUMI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11203,'41485','Gumiel De Mercado','GUMIEL DE MERCADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11204,'27372','Gummersbach','GUMMERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11205,'17209','Gumuldur','GUMULDUR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11206,'17297','Gumushane','GUMUSHANE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11207,'37871','Gumusluk','GUMUSLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11208,'30665','Gun Barrel City','GUN BARREL CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11209,'10523','Guna','GUNA',NULL,'','India','Guna ',15,0,101,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11210,'10227','Guna','GUNA',NULL,'','Indonesia','Guna ',0,0,102,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11211,'34186','Gundagai','GUNDAGAI',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11212,'17355','Gundogan','GUNDOGAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11213,'17266','Gungoren','GUNGOREN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11214,'42684','Gunma','GUNMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11215,'34187','Gunnedah','GUNNEDAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11216,'33456','Gunnison','GUNNISON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11217,'36912','Gunnsion','GUNNSION',NULL,'','United States','',0,0,231,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11218,'17890','Guntersville','GUNTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11219,'39580','Gunung Mulu National Park','GUNUNG MULU NATIONAL PARK',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11220,'22767','Gunzburg','GUNZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11221,'22550','Gunzenhausen','GUNZENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11222,'16221','Gura Humorului','GURA HUMORULUI',NULL,'','Romania','',0,0,179,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11223,'16493','Gurayat','GURAYAT',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11224,'18024','Gurdon','GURDON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11225,'10376','Gurgaon','','GGN','0','','Gurgaon : the city of guru dronacharya',9,0,101,'2016-10-17 11:00:26','2017-07-08 11:10:10',1,0,1),(11226,'41987','Guriri','GURIRI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11227,'20577','Gurnee','GURNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11228,'25064','Gurupi','GURUPI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11229,'37616','Guruvayur','GURUVAYUR',NULL,'','India','Guruvayur',3,0,101,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11230,'12823','Guspini','GUSPINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11231,'42147','Gussing','GUSSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11232,'9363','Gustavia','GUSTAVIA',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11233,'17637','Gustavus','GUSTAVUS',NULL,'','United States','',0,0,231,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11234,'18519','Gustine','GUSTINE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11235,'40689','Gutach Im Breisgau','GUTACH IM BREISGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11236,'27373','Gutersloh','GUTERSLOH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11237,'32910','Guthrie','GUTHRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11238,'41724','Guttannen','GUTTANNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11239,'23228','Guttingen','GUTTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11240,'10417','Guwahati','GUWAHATI',NULL,'','India','Guwahati Tour | Trip to Guwahati | Guwahati Tour P',10,0,101,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11241,'9895','Guyana','GUYANA',NULL,'','Guyana','',0,0,94,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11242,'4725','Guyancourt','GUYANCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11243,'32911','Guymon','GUYMON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11244,'43189','Guysborough','GUYSBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11245,'38664','Guzelyali','GUZELYALI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11246,'15301','Gwadar','GWADAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11247,'15302','Gwadur','GWADUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11248,'10524','Gwalior','GWALIOR',NULL,'','India','Gwalior',15,0,101,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11249,'35810','Gwangju','GWANGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11250,'42183','Gwent','GWENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11251,'32658','Gweru','GWERU',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11252,'22091','Gwinn','GWINN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11253,'23585','Gyalthang','GYALTHANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11254,'24571','Gyandzha','GYANDZHA',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11255,'42392','Gyantse','GYANTSE',NULL,'','China','',0,0,46,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11256,'10124','Gyenesdias','GYENESDIAS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11257,'35811','Gyeongju','GYEONGJU',NULL,'','South Korea','Gyeongju',0,0,197,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11258,'13493','Gyeongju','GYEONGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11259,'26409','Gympie','GYMPIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11260,'33458','Gypsum','GYPSUM',NULL,'','United States','',0,0,231,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11261,'42510','Gytheio','GYTHEIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11262,'9475','Gythion','GYTHION',NULL,'','Greece','',0,0,86,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11263,'10064','Gyula','GYULA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11264,'26153','Gyumri','GYUMRI',NULL,'','Armenia','',0,0,11,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11265,'14185','Gzira','GZIRA',NULL,'','Malta','',0,0,135,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11266,'43896','Haaksbergen','HAAKSBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11267,'39315','Haamstede','HAAMSTEDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11268,'27374','Haan','HAAN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11269,'3820','Haapsalu','HAAPSALU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11270,'198','Haar','HAAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11271,'14636','Haarlem','HAARLEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11272,'40389','Haast','HAAST',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11273,'13593','Habarana','HABARANA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11274,'34188','Haberfield','HABERFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11275,'13135','Hachijo Jima Island','HACHIJO JIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11276,'35739','Hachimantai','HACHIMANTAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11277,'13239','Hachinohe','HACHINOHE',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11278,'13415','Hachioji','HACHIOJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11279,'18520','Hacienda Heights','HACIENDA HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11280,'28287','Hackensack','HACKENSACK',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11281,'28288','Hackettstown','HACKETTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11282,'8165','Hackney','HACKNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11283,'37582','Hadahaa','HADAHAA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11284,'428','Hadamar','HADAMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11285,'8166','Haddington','HADDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11286,'28289','Haddonfield','HADDONFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11287,'2294','Haderslev','HADERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11288,'26229','Hadfield','HADFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11289,'28827','Hadley','HADLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11290,'7097','Hadley Wood','HADLEY WOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11291,'2148','Hadsten','HADSTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11292,'39174','Haegebostad','HAEGEBOSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11293,'39853','Haegeland','HAEGELAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11294,'43871','Haemeenlinna','HAEMEENLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11295,'19983','Haena','HAENA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11296,'32564','Haenertsburg','HAENERTSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11297,'26993','Haeselgehr','HAESELGEHR',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11298,'13521','Haeundae','HAEUNDAE',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11299,'42214','Hafar Al-batin','HAFAR AL-BATIN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11300,'37572','Hafez Hayyim','HAFEZ HAYYIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11301,'10980','Hafnarfjordur','HAFNARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11302,'16494','Hafr Albatin','HAFR ALBATIN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11303,'36475','Hafslo','HAFSLO',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11304,'3964','Haga','HAGA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11305,'3965','Hagalund','HAGALUND',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11306,'25452','Hagensborg','HAGENSBORG',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11307,'6763','Hagenthal-le-bas','HAGENTHAL-LE-BAS',NULL,'','France','',0,0,76,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11308,'20356','Hagerman','HAGERMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11309,'16825','Hagersten','HAGERSTEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11310,'21707','Hagerstown','HAGERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11311,'38158','Hagetmau','HAGETMAU',NULL,'','France','',0,0,76,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11312,'16787','Hagfors','HAGFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11313,'39959','Hagley','HAGLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11314,'22551','Hagnau','HAGNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11315,'6032','Hagondange','HAGONDANGE',NULL,'','France','',0,0,76,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11316,'28828','Hague','HAGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11317,'5041','Haguenau','HAGUENAU',NULL,'','France','',0,0,76,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11318,'19821','Hahira','HAHIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11319,'429','Hahn','HAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11320,'26803','Hahndorf','HAHNDORF',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11321,'1701','Hahneklee','HAHNEKLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11322,'42453','Hahnenklee','HAHNENKLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11323,'27219','Hahnenklee-bockswiese','HAHNENKLEE-BOCKSWIESE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11324,'42813','Hai Duong','HAI DUONG',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11325,'27132','Haibach','HAIBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11326,'23769','Haicang','HAICANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11327,'199','Haidmuhle','HAIDMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11328,'11024','Haifa','HAIFA',NULL,'','Israel','Haifa',0,0,106,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11329,'35417','Haifa-ness Ammim','HAIFA-NESS AMMIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11330,'36058','Haiger','HAIGER',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11331,'18521','Haight-ashbury','HAIGHT-ASHBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11332,'23559','Haikou','HAIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11333,'19984','Haiku','HAIKU',NULL,'','United States','',0,0,231,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11334,'16495','Hail','HAIL',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11335,'41','Hailar','HAILAR',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11336,'20357','Hailey','HAILEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11337,'8167','Hailsham','HAILSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11338,'34867','Hailuo Valley Scenic','HAILUO VALLEY SCENIC',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11339,'38193','Haiming','HAIMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11340,'43352','Hainan Island','HAINAN ISLAND',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11341,'34868','Hainan-haikou','HAINAN-HAIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11342,'34896','Hainan-qiong Hai','HAINAN-QIONG HAI',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11343,'34905','Hainan-sanya','HAINAN-SANYA',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11344,'34918','Hainan-xinglong','HAINAN-XINGLONG',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11345,'24581','Hainaut','HAINAUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11346,'17638','Haines','HAINES',NULL,'','United States','',0,0,231,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11347,'42110','Haines Junction','HAINES JUNCTION',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11348,'23696','Haining','HAINING',NULL,'','China','',0,0,46,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11349,'32252','Haiphong','HAIPHONG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11350,'23586','Haizhu','HAIZHU',NULL,'','China','',0,0,46,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11351,'10074','Hajduszoboszlo','HAJDUSZOBOSZLO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11352,'37322','Hajinbu','HAJINBU',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11353,'19985','Hakalau','HAKALAU',NULL,'','United States','',0,0,231,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11354,'13110','Hakata','HAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11355,'16159','Hakaui','HAKAUI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11356,'17373','Hakkari','HAKKARI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11357,'13389','Hakodate','HAKODATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11358,'13240','Hakone','HAKONE',NULL,'','Japan','Hakone',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11359,'13136','Hakuba','HAKUBA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11360,'44256','Hakuraa Huraa','HAKURAA HURAA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11361,'40648','Halaveli','HALAVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11362,'1935','Halberstadt','HALBERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11363,'200','Halblech','HALBLECH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11364,'14961','Halden','HALDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11365,'24462','Haldensee','HALDENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11366,'44208','Haldia','HALDIA',NULL,'','India','Haldia',12,0,101,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11367,'40812','Haldwani','HALDWANI',NULL,'','India','',0,0,101,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11368,'8168','Hale','HALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11369,'19986','Haleiwa','HALEIWA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11370,'19987','Halena','HALENA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11371,'8169','Halesworth','HALESWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11372,'21709','Halethorpe','HALETHORPE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11373,'17891','Haleyville','HALEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11374,'18522','Half Moon Bay','HALF MOON BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11375,'15108','Halfmoon Bay','HALFMOON BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11376,'25453','Halfmoon Bay','HALFMOON BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11377,'29673','Halfway','HALFWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11378,'34510','Haliburton','HALIBURTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11379,'17639','Halibut Cove','HALIBUT COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11380,'8170','Halifax','HALIFAX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11381,'25711','Halifax','HALIFAX',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11382,'41166','Halkirk','HALKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11383,'8171','Halkyn','HALKYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11384,'25798','Hall Beach','HALL BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11385,'16672','Halland','HALLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11386,'19384','Hallandale','HALLANDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11387,'7098','Hallbankgate','HALLBANKGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11388,'201','Hallbergmoos','HALLBERGMOOS',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11389,'172','Halle','HALLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11390,'40433','Halle','HALLE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11391,'39384','Hallein','HALLEIN',NULL,'','Austria','Hallein',0,0,14,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11392,'27375','Hallenberg','HALLENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11393,'37723','Haller','HALLER',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11394,'30666','Hallettsville','HALLETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11395,'27401','Hallock','HALLOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11396,'10981','Hallormsstadur','HALLORMSSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11397,'21875','Hallowell','HALLOWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11398,'26230','Halls Creek','HALLS CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11399,'16759','Hallsberg','HALLSBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11400,'38753','Hallstatt','HALLSTATT',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11401,'16826','Hallstavik','HALLSTAVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11402,'29962','Hallstead','HALLSTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11403,'37880','Halluin','HALLUIN',NULL,'','France','',0,0,76,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11404,'16705','Halmstad','HALMSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11405,'43280','Halong','HALONG',NULL,'','Vietnam','Halong',0,0,236,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11406,'17154','Halq Al Wadi','HALQ AL WADI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11407,'39516','Halsenbach','HALSENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11408,'29674','Halsey','HALSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11409,'37217','Halstead','HALSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11410,'710','Halstenbek','HALSTENBEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11411,'15197','Halswell','HALSWELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11412,'30667','Haltom City','HALTOM CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11413,'8172','Haltwhistle','HALTWHISTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11414,'8173','Halvergate','HALVERGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11415,'16928','Hama','HAMA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11416,'43904','Hamada','HAMADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11417,'13410','Hamamatsu','HAMAMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11418,'14891','Hamar','HAMAR',NULL,'','Norway','Hamar',0,0,164,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11419,'1662','Hamat Gader','HAMAT GADER',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11420,'44055','Hambach','HAMBACH',NULL,'','France','',0,0,76,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11421,'44029','Hambantota','HAMBANTOTA',NULL,'','Sri Lanka','Hambantota',0,0,200,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11422,'8174','Hambleton','HAMBLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11423,'8175','Hambrook','HAMBROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11424,'176','Hambuehren','HAMBUEHREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11425,'29963','Hamburg','HAMBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11426,'379','Hamburg','HAMBURG',NULL,'','Germany','Hamburg',0,0,83,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11427,'19091','Hamden','HAMDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11428,'39754','Hamdeok','HAMDEOK',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11429,'3912','Hameenlinna','HAMEENLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11430,'27403','Hamel','HAMEL',NULL,'','United States','',0,0,231,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11431,'27220','Hameln','HAMELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11432,'34871','Hami','HAMI',NULL,'','China','',0,0,46,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11433,'8176','Hamilton','HAMILTON',NULL,'','United Kingdom','Hamilton',0,0,229,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11434,'28291','Hamilton','HAMILTON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11435,'34511','Hamilton','HAMILTON',NULL,'','Canada','Hamilton',0,0,39,'2016-10-17 11:00:58','1900-01-01 00:00:00',1,0,1),(11436,'24936','Hamilton','HAMILTON',NULL,'','Bermuda','Hamilton',0,0,24,'2016-10-17 11:00:59','1900-01-01 00:00:00',1,0,1),(11437,'15198','Hamilton','HAMILTON',NULL,'','New Zealand','Hamilton',0,0,157,'2016-10-17 11:00:59','1900-01-01 00:00:00',1,0,1),(11438,'3966','Hamina','HAMINA',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11439,'29964','Hamlin','HAMLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11440,'631','Hamm','HAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11441,'17169','Hammam Sousse','HAMMAM SOUSSE',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11442,'13105','Hammamat Main','HAMMAMAT MAIN',NULL,'','Jordan','',0,0,111,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11443,'17183','Hammamet','HAMMAMET',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11444,'43079','Hammana Valley','HAMMANA VALLEY',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11445,'14876','Hammerfest','HAMMERFEST',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11446,'8177','Hammersmith','HAMMERSMITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11447,'27376','Hamminkeln','HAMMINKELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:02','1900-01-01 00:00:00',1,0,1),(11448,'20579','Hammond','HAMMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:01:02','1900-01-01 00:00:00',1,0,1),(11449,'28832','Hammondsport','HAMMONDSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11450,'28292','Hammonton','HAMMONTON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11451,'40852','Hampi','HAMPI',NULL,'','India','Hampi',17,0,101,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11452,'20580','Hampshire','HAMPSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11453,'26002','Hampstead','HAMPSTEAD',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:04','1900-01-01 00:00:00',1,0,1),(11454,'26368','Hampton','HAMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:05','1900-01-01 00:00:00',1,0,1),(11455,'7102','Hampton Court','HAMPTON COURT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:06','1900-01-01 00:00:00',1,0,1),(11456,'28834','Hamptons','HAMPTONS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11457,'33875','Hamptonville','HAMPTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11458,'14773','Hamresanden','HAMRESANDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11459,'8179','Hamsterley','HAMSTERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11460,'22092','Hamtramck','HAMTRAMCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11461,'30338','Hanahan','HANAHAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11462,'19989','Hanalei','HANALEI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11463,'13241','Hanamaki','HANAMAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11464,'19990','Hanamaulu','HANAMAULU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11465,'19991','Hanapepe','HANAPEPE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11466,'179','Hanau','HANAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11467,'17893','Hanceville','HANCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11468,'34869','Hancheng','HANCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11469,'22093','Hancock','HANCOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11470,'43905','Handa','HANDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11471,'23804','Handan','HANDAN',NULL,'','China','',0,0,46,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11472,'13137','Haneda Airport (Hnd)','HANEDA AIRPORT (HND)',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11473,'25454','Haney','HANEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11474,'18524','Hanford','HANFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11475,'9923','Hang Hau Town','HANG HAU TOWN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11476,'23501','Hanga Roa','HANGA ROA',NULL,'','Chile','',0,0,45,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11477,'16766','Haninge','HANINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11478,'30668','Hankamer','HANKAMER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11479,'28062','Hankinson','HANKINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11480,'8180','Hanley Swan','HANLEY SWAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11481,'15200','Hanmer Springs','HANMER SPRINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11482,'25318','Hanna','HANNA',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11483,'27655','Hannibal','HANNIBAL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11484,'13406','Hanno','HANNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11485,'32708','Hannover','HANNOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11486,'180','Hannover','HANNOVER',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11487,'43281','Hanoi','HANOI',NULL,'','Vietnam','Hanoi',0,0,236,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11488,'21389','Hanover','HANOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11489,'13081','Hanover','HANOVER',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11490,'34513','Hanover','HANOVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:15','1900-01-01 00:00:00',1,0,1),(11491,'40813','Hansi','HANSI',NULL,'','India','',0,0,101,'2016-10-17 11:01:15','1900-01-01 00:00:00',1,0,1),(11492,'8181','Hanslope','HANSLOPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11493,'21390','Hanson','HANSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11494,'42912','Hanson Bay','HANSON BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11495,'27221','Hanstedt','HANSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11496,'2337','Hanstholm','HANSTHOLM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11497,'23937','Hanzhong','HANZHONG',NULL,'','China','',0,0,46,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11498,'10690','Haora','HAORA',NULL,'','India','',0,0,101,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11499,'19992','Haou','HAOU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11500,'16751','Haparanda','HAPARANDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11501,'19824','Hapeville','HAPEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11502,'9924','Happy Valley','HAPPY VALLEY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11503,'25658','Happy Valley - Goose Bay','HAPPY VALLEY - GOOSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11504,'15072','Hapuku','HAPUKU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11505,'21207','Harahan','HARAHAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11506,'38996','Haraki','HARAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11507,'32659','Harare','HARARE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11508,'22094','Harbert','HARBERT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11509,'37558','Harbeson','HARBESON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11510,'23784','Harbin','HARBIN',NULL,'','China','',0,0,46,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11511,'29966','Harborcreek','HARBORCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11512,'9900','Harbour City','HARBOUR CITY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11513,'13084','Harbour View','HARBOUR VIEW',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11514,'202','Harburg','HARBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11515,'14799','Hardanger Fjord','HARDANGER FJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11516,'42404','Hardangerfjord','HARDANGERFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11517,'30339','Hardeeville','HARDEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11518,'41456','Hardelot-plage','HARDELOT-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11519,'14750','Hardenberg','HARDENBERG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11520,'14538','Harderwijk','HARDERWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11521,'33648','Hardin','HARDIN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11522,'18025','Hardy','HARDY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11523,'14906','Hareid','HAREID',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11524,'39984','Harel','HAREL',NULL,'','Israel','',0,0,106,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11525,'14560','Haren','HAREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11526,'15201','Harewood','HAREWOOD',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11527,'5815','Harfleur','HARFLEUR',NULL,'','France','',0,0,76,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11528,'43034','Hari Hari','HARI HARI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11529,'38882','Haria','HARIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11530,'10525','Haridwar','HARIDWAR',NULL,'','India','Haridwar Travel & Tour package | Haridwar Holiday ',9,0,101,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11531,'8182','Haringey','HARINGEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11532,'38150','Harjavalta','HARJAVALTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11533,'35340','Harkany','HARKANY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11534,'37300','Harkány','HARKÁNY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11535,'30669','Harker Heights','HARKER HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11536,'32457','Harkerville','HARKERVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11537,'203','Harlaching','HARLACHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11538,'33649','Harlan','HARLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11539,'8183','Harlech','HARLECH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11540,'27222','Harlesiel','HARLESIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11541,'29967','Harleysville','HARLEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11542,'30340','Harleyville','HARLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11543,'30670','Harlingen','HARLINGEN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11544,'8184','Harlow','HARLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11545,'29968','Harmarville','HARMARVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11546,'27404','Harmony','HARMONY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11547,'16804','Harnosand','HARNOSAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11548,'2965','Haro','HARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11549,'8185','Harpenden','HARPENDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11550,'43595','Harpender','HARPENDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11551,'38858','Harper','HARPER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11552,'31989','Harpers Ferry','HARPERS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11553,'2029','Harpstedt','HARPSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11554,'24310','Harrachov','HARRACHOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11555,'42134','Harrington','HARRINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11556,'19224','Harrington','HARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11557,'26003','Harrington Harbour','HARRINGTON HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11558,'29969','Harrisburg','HARRISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11559,'711','Harrislee','HARRISLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11560,'32545','Harrismith','HARRISMITH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11561,'28838','Harrison','HARRISON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11562,'25455','Harrison Hot Springs','HARRISON HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11563,'31124','Harrisonburg','HARRISONBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11564,'27656','Harrisonville','HARRISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11565,'29971','Harrisville','HARRISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11566,'33650','Harrodsburg','HARRODSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11567,'8186','Harrogate','HARROGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11568,'8187','Harrow','HARROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11569,'44249','Harryda','HARRYDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11570,'14989','Harstad','HARSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11571,'26512','Harston','HARSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11572,'26994','Hart Bei Graz','HART BEI GRAZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11573,'24418','Hartberg','HARTBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11574,'19092','Hartford','HARTFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11575,'8188','Hartington','HARTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11576,'8189','Hartland','HARTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11577,'22100','Hartland','HARTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11578,'38474','Hartland','HARTLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11579,'8190','Hartlebury','HARTLEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11580,'8191','Hartlepool','HARTLEPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11581,'25456','Hartley Bay','HARTLEY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11582,'1972','Hartmannsdorf','HARTMANNSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11583,'37982','Hartpury','HARTPURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11584,'17894','Hartselle','HARTSELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11585,'40393','Hartsfield-jackson Atlanta International Airport','HARTSFIELD-JACKSON ATLANTA INTERNATIONAL AIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11586,'30341','Hartsville','HARTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11587,'19825','Hartwell','HARTWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11588,'20584','Harvard','HARVARD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11589,'20585','Harvey','HARVEY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11590,'25319','Harvie Heights','HARVIE HEIGHTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11591,'8192','Harwich','HARWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11592,'21391','Harwich','HARWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11593,'20586','Harwood Heights','HARWOOD HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11594,'28296','Hasbrouck Heights','HASBROUCK HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11595,'1936','Haselhorst','HASELHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11596,'23032','Hasenstrick','HASENSTRICK',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11597,'28297','Haskell','HASKELL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11598,'24773','Haskovo','HASKOVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11599,'8193','Haslemere','HASLEMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11600,'2328','Haslev','HASLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11601,'23033','Hasliberg','HASLIBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11602,'24582','Haspengouw','HASPENGOUW',NULL,'','Belgium','',0,0,21,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11603,'10657','Hassan','HASSAN',NULL,'','India','Hassan',17,0,101,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11604,'24628','Hasselt','HASSELT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11605,'40008','Hassi Messaoud','HASSI MESSAOUD',NULL,'','Algeria','',0,0,3,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11606,'16864','Hassleholm','HASSLEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11607,'2052','Hassloch','HASSLOCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11608,'43596','Hassocks','HASSOCKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11609,'26513','Hastings','HASTINGS',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11610,'27405','Hastings','HASTINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11611,'15202','Hastings','HASTINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11612,'8194','Hastings','HASTINGS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11613,'25232','Hastings','HASTINGS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11614,'28839','Hastings-on-hudson','HASTINGS-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11615,'14877','Hasvik','HASVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11616,'7103','Haswell Plough','HASWELL PLOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11617,'16954','Hat Yai','HAT YAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11618,'16262','Hatanga','HATANGA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11619,'41732','Hatay','HATAY',NULL,'','Turkey','',0,0,222,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11620,'29972','Hatboro','HATBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11621,'33339','Hatch','HATCH',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11622,'13242','Hateruma','HATERUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11623,'9254','Hatfield','HATFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11624,'32565','Hatfield','HATFIELD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11625,'14205','Hatgal','HATGAL',NULL,'','Mongolia','',0,0,146,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11626,'8197','Hathersage','HATHERSAGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11627,'38855','Hatillo','HATILLO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11628,'38046','Hatsukaichi','HATSUKAICHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11629,'25925','Hatta','HATTA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11630,'430','Hattenheim','HATTENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11631,'431','Hattersheim','HATTERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11632,'27862','Hattiesburg','HATTIESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11633,'501','Hattingen','HATTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11634,'20901','Haubstadt','HAUBSTADT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11635,'44056','Hauconcourt','HAUCONCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11636,'22552','Hauenstein','HAUENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11637,'14968','Haugesund','HAUGESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11638,'3944','Haukipudas','HAUKIPUDAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11639,'28840','Hauppauge','HAUPPAUGE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11640,'22553','Hausern','HAUSERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11641,'26995','Hausruckviertel','HAUSRUCKVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11642,'4272','Haute Marne','HAUTE MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11643,'4273','Haute-loire','HAUTE-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11644,'23229','Hauterive','HAUTERIVE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11645,'4274','Hautes Alpes','HAUTES ALPES',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11646,'4275','Haute-saone','HAUTE-SAONE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11647,'4276','Haute-savoie','HAUTE-SAVOIE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11648,'4277','Haute-vienne','HAUTE-VIENNE',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11649,'39869','Hauteville-lompnes','HAUTEVILLE-LOMPNES',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11650,'4278','Haut-jura Regional Nature Reserve','HAUT-JURA REGIONAL NATURE RESERVE',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11651,'4279','Haut-rhin','HAUT-RHIN',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11652,'19993','Hauula','HAUULA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11653,'205','Hauzenberg','HAUZENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11654,'20587','Havana','HAVANA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11655,'34941','Havana','HAVANA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11656,'8198','Havant','HAVANT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11657,'33877','Havelock','HAVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11658,'37167','Havelock Island','HAVELOCK ISLAND',NULL,'','INDIA','Havelock Island',22,0,101,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11659,'15203','Havelock North','HAVELOCK NORTH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11660,'8199','Haverfordwest','HAVERFORDWEST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11661,'8200','Haverhill','HAVERHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11662,'21394','Haverhill','HAVERHILL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11663,'7104','Havering','HAVERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11664,'28841','Haverstraw','HAVERSTRAW',NULL,'','United States','',0,0,231,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11665,'29973','Havertown','HAVERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11666,'502','Havixbeck','HAVIXBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11667,'2295','Havneby','HAVNEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11668,'14878','Havoysund','HAVOYSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11669,'27984','Havre','HAVRE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11670,'26004','Havre-st. Pierre','HAVRE-ST. PIERRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:49','1900-01-01 00:00:00',1,0,1),(11671,'1434','Hawaii - Kauai - Hi','HAWAII - KAUAI - HI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:49','1900-01-01 00:00:00',1,0,1),(11672,'38405','Hawaiian Gardens','HAWAIIAN GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:50','1900-01-01 00:00:00',1,0,1),(11673,'36929','Hawaii-hilo','HAWAII-HILO',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11674,'36920','Hawaii-hualalai','HAWAII-HUALALAI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11675,'36941','Hawaii-kamuela','HAWAII-KAMUELA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11676,'36945','Hawaii-keauhou','HAWAII-KEAUHOU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11677,'36948','Hawaii-kohala Coast','HAWAII-KOHALA COAST',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11678,'36947','Hawaii-kona','HAWAII-KONA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11679,'36915','Hawaii-mauna Kea','HAWAII-MAUNA KEA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11680,'37055','Hawaii-waikoloa','HAWAII-WAIKOLOA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11681,'42775','Hawalli','HAWALLI',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11682,'43941','Hawally','HAWALLY',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11683,'38554','Hawar','HAWAR',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11684,'43630','Hawera','HAWERA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11685,'8201','Hawes','HAWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11686,'19995','Hawi','HAWI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11687,'8202','Hawick','HAWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11688,'8203','Hawkchurch','HAWKCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11689,'26453','Hawker','HAWKER',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11690,'42181','Hawkes Bay','HAWKES BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11691,'25659','Hawkes Bay','HAWKES BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11692,'15111','Hawke\'s Bay','HAWKE\'S BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11693,'34514','Hawkesbury','HAWKESBURY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11694,'19827','Hawkinsville','HAWKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11695,'24851','Hawks Nest','HAWKS NEST',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11696,'34189','Hawksbury Valley','HAWKSBURY VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11697,'8204','Hawkshead','HAWKSHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11698,'39366','Hawkswick','HAWKSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11699,'29974','Hawley','HAWLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11700,'8205','Hawnby','HAWNBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11701,'8206','Haworth','HAWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11702,'7','Hawthorn','HAWTHORN',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11703,'28842','Hawthorne','HAWTHORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11704,'34190','Hay','HAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11705,'25769','Hay River','HAY RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11706,'20359','Hayden','HAYDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11707,'8207','Haydock','HAYDOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11708,'8208','Haydon Bridge','HAYDON BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11709,'8209','Hayes','HAYES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11710,'31126','Hayes','HAYES',NULL,'','United States','',0,0,231,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11711,'8210','Hayle','HAYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11712,'7105','Hayling Island','HAYLING ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11713,'43578','Hayman','HAYMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11714,'7106','Hay-on-wye','HAY-ON-WYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11715,'21061','Hays','HAYS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11716,'27657','Hayti','HAYTI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11717,'31766','Hayward','HAYWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11718,'8211','Haywards Heath','HAYWARDS HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11719,'33651','Hazard','HAZARD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11720,'6173','Hazebrouck','HAZEBROUCK',NULL,'','France','',0,0,76,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11721,'20588','Hazel Crest','HAZEL CREST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11722,'34515','Hazeldean','HAZELDEAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:01','1900-01-01 00:00:00',1,0,1),(11723,'19828','Hazelhurst','HAZELHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:01','1900-01-01 00:00:00',1,0,1),(11724,'33459','Hazeltine Heights','HAZELTINE HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11725,'31990','Hazelton','HAZELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11726,'27659','Hazelwood','HAZELWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11727,'18027','Hazen','HAZEN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11728,'14714','Hazerswoude-dorp','HAZERSWOUDE-DORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11729,'14715','Hazerswoude-rijndijk','HAZERSWOUDE-RIJNDIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11730,'27864','Hazlehurst','HAZLEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11731,'7107','Hazlerigg','HAZLERIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11732,'28298','Hazlet','HAZLET',NULL,'','United States','',0,0,231,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11733,'29975','Hazleton','HAZLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11734,'35834','Hazmeih','HAZMEIH',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11735,'32566','Hazyview','HAZYVIEW',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11736,'25713','Head Of Jeddore','HEAD OF JEDDORE',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11737,'41530','Headford','HEADFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11738,'39674','Headingley','HEADINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11739,'8212','Headington','HEADINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11740,'7108','Headlam','HEADLAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11741,'18528','Healdsburg','HEALDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11742,'38665','Healesville','HEALESVILLE',NULL,'','Australia','Healesville',0,0,13,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11743,'17640','Healy','HEALY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11744,'30671','Hearne','HEARNE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11745,'34516','Hearst','HEARST',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11746,'19386','Heartland','HEARTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11747,'29372','Heath','HEATH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11748,'25714','Heatherton','HEATHERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11749,'8213','Heathfield','HEATHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11750,'8214','Heathrow','HEATHROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11751,'19387','Heathrow','HEATHROW',NULL,'','United States','',0,0,231,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11752,'32912','Heavener','HEAVENER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11753,'21714','Hebbville','HEBBVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11754,'8215','Hebden Bridge','HEBDEN BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11755,'18149','Heber','HEBER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11756,'23792','Hebi','HEBI',NULL,'','China','',0,0,46,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11757,'1312','Hebrides','HEBRIDES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11758,'25715','Hebron','HEBRON',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11759,'13930','Hecelchakan','HECELCHAKAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11760,'25600','Hecla Island','HECLA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11761,'38005','Hector','HECTOR',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11762,'8216','Heddon-on-the-wall','HEDDON-ON-THE-WALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11763,'2212','Hedehusene','HEDEHUSENE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11764,'31991','Hedgesville','HEDGESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11765,'14800','Hedmark','HEDMARK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11766,'19996','Heeia','HEEIA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11767,'14539','Heelsum','HEELSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11768,'14637','Heemskerk','HEEMSKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11769,'14512','Heerenveen','HEERENVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11770,'14571','Heerlen','HEERLEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11771,'23682','Hefei','HEFEI',NULL,'','China','',0,0,46,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11772,'17895','Heflin','HEFLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11773,'23589','Hegang','HEGANG',NULL,'','China','',0,0,46,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11774,'40119','Heggenes','HEGGENES',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11775,'38303','Hegyko','HEGYKO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11776,'26514','Heidelberg','HEIDELBERG',NULL,'','Australia','Heidelberg',0,0,13,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11777,'32458','Heidelberg','HEIDELBERG',NULL,'','South Africa','Heidelberg',0,0,195,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11778,'183','Heidelberg','HEIDELBERG',NULL,'','Germany','Heidelberg',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11779,'36061','Heidelberg-hirschber','HEIDELBERG-HIRSCHBER',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11780,'36068','Heidelberg-ladenburg','HEIDELBERG-LADENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11781,'36092','Heidelberg-schwetzin','HEIDELBERG-SCHWETZIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11782,'36106','Heidelberg-walldorf','HEIDELBERG-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11783,'23230','Heiden','HEIDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11784,'36059','Heidenheim','HEIDENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11785,'206','Heigenbrucken','HEIGENBRUCKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11786,'23785','Heihe','HEIHE',NULL,'','China','',0,0,46,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11787,'14467','Heijenrath','HEIJENRATH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11788,'40797','Heilbad Heiligenstadt','HEILBAD HEILIGENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11789,'207','Heilbronn','HEILBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11790,'27073','Heiligenblut','HEILIGENBLUT',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11791,'184','Heiligendamm','HEILIGENDAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11792,'503','Heiligenhaus','HEILIGENHAUS',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11793,'632','Heiligenroth','HEILIGENROTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11794,'23231','Heiligenschwendi','HEILIGENSCHWENDI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11795,'1998','Heiligensee Nord','HEILIGENSEE NORD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11796,'208','Heiligenthal','HEILIGENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11797,'6033','Heillecourt','HEILLECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11798,'14638','Heiloo','HEILOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11799,'38485','Heimbach','HEIMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11800,'37365','Heimfeld','HEIMFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11801,'37439','Heimschuh','HEIMSCHUH',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11802,'209','Heinersdorf','HEINERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11803,'3936','Heinola','HEINOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11804,'22555','Heitersheim','HEITERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11805,'43906','Hekinan','HEKINAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11806,'32459','Helderberg','HELDERBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11807,'19830','Helen','HELEN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11808,'27985','Helena','HELENA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:16','1900-01-01 00:00:00',1,0,1),(11809,'18530','Helendale','HELENDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11810,'13734','Helengeli','HELENGELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11811,'8217','Helensburgh','HELENSBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11812,'712','Helgoland','HELGOLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11813,'14935','Hell','HELL',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11814,'16185','Hell Bourg','HELL BOURG',NULL,'','Reunion','',0,0,178,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11815,'10966','Hella','HELLA',NULL,'','Iceland','',0,0,100,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11816,'7110','Hellaby','HELLABY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11817,'14751','Hellendoorn','HELLENDOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11818,'29977','Hellertown','HELLERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11819,'2213','Hellerup','HELLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11820,'8218','Hellesdon','HELLESDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11821,'14907','Hellesylt','HELLESYLT',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11822,'8219','Hellidon','HELLIDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11823,'8220','Hellingly','HELLINGLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11824,'25889','Hell\'s Gate','HELL\'S GATE',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11825,'16702','Hellvi','HELLVI',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11826,'14598','Helmond','HELMOND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11827,'8221','Helmsley','HELMSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11828,'22556','Helmstadt','HELMSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11829,'27224','Helmstedt','HELMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11830,'27225','Helmstorf','HELMSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11831,'16865','Helsingborg','HELSINGBORG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11832,'2173','Helsinge','HELSINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11833,'2174','Helsingor','HELSINGOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11834,'3967','Helsinki','HELSINKI',NULL,'','Finland','Helsinki',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11835,'35119','Helsinki-espoo','HELSINKI-ESPOO',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11836,'35123','Helsinki-vantaa','HELSINKI-VANTAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11837,'8222','Helston','HELSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11838,'16794','Hemavan','HEMAVAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11839,'13735','Hembadu','HEMBADU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11840,'8223','Hemel Hempstead','HEMEL HEMPSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11841,'18531','Hemet','HEMET',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11842,'30672','Hemphill','HEMPHILL',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11843,'30673','Hempstead','HEMPSTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11844,'14866','Hemsedal','HEMSEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11845,'5192','Hendaye','HENDAYE',NULL,'','France','',0,0,76,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11846,'15112','Henderson','HENDERSON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11847,'33654','Henderson','HENDERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11848,'33882','Hendersonville','HENDERSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:23','1900-01-01 00:00:00',1,0,1),(11849,'43597','Henfield','HENFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:23','1900-01-01 00:00:00',1,0,1),(11850,'17388','Hengchun','HENGCHUN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11851,'14752','Hengelo','HENGELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11852,'23814','Hengshan','HENGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11853,'23805','Hengshui','HENGSHUI',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11854,'23815','Hengyang','HENGYANG',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11855,'7111','Henlade','HENLADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11856,'26233','Henley Brook','HENLEY BROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11857,'8224','Henley In Arden','HENLEY IN ARDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11858,'7112','Henley-on-thames','HENLEY-ON-THAMES',NULL,'','United Kingdom','Henley-on-Thames',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11859,'8225','Henlow','HENLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11860,'5545','Hennebont','HENNEBONT',NULL,'','France','',0,0,76,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11861,'504','Hennef','HENNEF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11862,'775','Hennigsdorf','HENNIGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11863,'32712','Henniker','HENNIKER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11864,'44023','Henningsv','HENNINGSV',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11865,'14919','Henningsvær','HENNINGSVÆR',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11866,'16203','Henri Coanda International Airport (Otp)','HENRI COANDA INTERNATIONAL AIRPORT (OTP)',NULL,'','Romania','',0,0,179,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11867,'30675','Henrietta','HENRIETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11868,'28845','Henrietta, Town Of','HENRIETTA, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11869,'20589','Henry','HENRY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11870,'32913','Henryetta','HENRYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11871,'29978','Henryville','HENRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11872,'9263','Hensol','HENSOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11873,'28846','Hensonville','HENSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11874,'713','Henstedt-ulzburg','HENSTEDT-ULZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11875,'14408','Henties Bay','HENTIES BAY',NULL,'','Namibia','',0,0,151,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11876,'34773','Hepburn Springs','HEPBURN SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11877,'37918','Hephzibah','HEPHZIBAH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11878,'185','Heppenheim','HEPPENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11879,'4280','Herault','HERAULT',NULL,'','France','',0,0,76,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11880,'24698','Herbeumont','HERBEUMONT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11881,'5852','Herblay','HERBLAY',NULL,'','France','',0,0,76,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11882,'22557','Herbolzheim','HERBOLZHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11883,'32367','Herceg Novi','HERCEG NOVI',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11884,'37180','Herceghalom','HERCEGHALOM',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11885,'505','Herdecke','HERDECKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11886,'24171','Heredia','HEREDIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11887,'18151','Hereford','HEREFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11888,'8226','Hereford','HEREFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11889,'7113','Herefordshire','HEREFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11890,'34849','Herentals','HERENTALS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11891,'506','Herford','HERFORD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11892,'23232','Hergiswil','HERGISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11893,'6238','Heric','HERIC',NULL,'','France','',0,0,76,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11894,'433','Heringhausen','HERINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11895,'41636','Heringsdorf','HERINGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11896,'21063','Herington','HERINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11897,'23233','Herisau','HERISAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11898,'37565','Herkenbosch','HERKENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11899,'28847','Herkimer','HERKIMER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11900,'434','Herleshausen','HERLESHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11901,'2214','Herlev','HERLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11902,'27074','Hermagor','HERMAGOR',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11903,'23234','Hermance','HERMANCE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11904,'27661','Hermann','HERMANN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11905,'40041','Hermannsburg','HERMANNSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11906,'937','Hermannsburg','HERMANNSBURG',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11907,'36476','Hermannsverk','HERMANNSVERK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11908,'3968','Hermanstad','HERMANSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11909,'41051','Hermansverk','HERMANSVERK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11910,'27406','Hermantown','HERMANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11911,'32460','Hermanus','HERMANUS',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11912,'5398','Hermanville-sur-mer','HERMANVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11913,'23235','Hermetschwil','HERMETSCHWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11914,'38811','Hermigua','HERMIGUA',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11915,'7114','Hermiston','HERMISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11916,'29676','Hermiston','HERMISTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11917,'33159','Hermitage','HERMITAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11918,'1659','Hermon','HERMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11919,'18532','Hermosa Beach','HERMOSA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11920,'14097','Hermosillo','HERMOSILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11921,'776','Hermsdorf','HERMSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11922,'24533','Hernals','HERNALS',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11923,'27865','Hernando','HERNANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11924,'31127','Herndon','HERNDON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11925,'2273','Herning','HERNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11926,'27987','Heron','HERON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11927,'26234','Heron Island','HERON ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11928,'4870','Herouville-saint-clair','HEROUVILLE-SAINT-CLAIR',NULL,'','France','',0,0,76,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11929,'24238','Herradura','HERRADURA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11930,'22558','Herrenberg','HERRENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11931,'42697','Herrera','HERRERA',NULL,'','Panama','',0,0,169,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11932,'42354','Herrere','HERRERE',NULL,'','France','',0,0,76,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11933,'2073','Herrieden','HERRIEDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11934,'20590','Herrin','HERRIN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11935,'16882','Herrljunga','HERRLJUNGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11936,'210','Herrsching Am Ammersee','HERRSCHING AM AMMERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11937,'37319','Hersbruck','HERSBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11938,'24673','Herstal','HERSTAL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11939,'8227','Herstmonceux','HERSTMONCEUX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11940,'26704','Herston','HERSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11941,'507','Herten','HERTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11942,'8228','Hertford','HERTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11943,'7115','Hertfordshire','HERTFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11944,'8229','Hertingfordbury','HERTINGFORDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11945,'41954','Hervas','HERVAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11946,'26705','Hervey Bay','HERVEY BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11947,'27226','Herzberg Am Harz','HERZBERG AM HARZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11948,'27227','Herzlake','HERZLAKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11949,'11042','Herzlia','HERZLIA',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11950,'41460','Herzliya','HERZLIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11951,'211','Herzogenaurach','HERZOGENAURACH',NULL,'','Germany','Herzogenaurach',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11952,'27104','Herzogenburg','HERZOGENBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11953,'22559','Herzogsweiler','HERZOGSWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11954,'4281','Hesdin-l\'abbé','HESDIN-L\'ABBÉ',NULL,'','France','',0,0,76,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11955,'27228','Hesel','HESEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11956,'42632','Heshan','HESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11957,'18533','Hesperia','HESPERIA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11958,'33461','Hesperus','HESPERUS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11959,'42902','Hessdorf','HESSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11960,'27229','Hessisch Oldendorf','HESSISCH OLDENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11961,'21064','Hesston','HESSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11962,'8230','Heston','HESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11963,'18030','Heth','HETH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11964,'8231','Hethersett','HETHERSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11965,'2075','Heubach','HEUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11966,'37307','Heuchin','HEUCHIN',NULL,'','France','',0,0,76,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11967,'37303','Heusden','HEUSDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11968,'435','Heusenstamm','HEUSENSTAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11969,'24629','Heverlee','HEVERLEE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11970,'10120','Heviz','HEVIZ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11971,'30677','Hewitt','HEWITT',NULL,'','United States','',0,0,231,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11972,'8232','Hexham','HEXHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11973,'7116','Hexworthy','HEXWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11974,'40485','Heybeliada','HEYBELIADA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11975,'20361','Heyburn','HEYBURN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11976,'6638','Heyrieux','HEYRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11977,'23827','Heyuan','HEYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11978,'8233','Heywood','HEYWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11979,'43822','Heze','HEZE',NULL,'','China','',0,0,46,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11980,'34870','Hezhou','HEZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11981,'19389','Hialeah','HIALEAH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11982,'19832','Hiawassee','HIAWASSEE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11983,'21065','Hiawatha','HIAWATHA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11984,'27407','Hibbing','HIBBING',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11985,'33883','Hickory','HICKORY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11986,'7117','Hickstead','HICKSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11987,'28848','Hicksville','HICKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11988,'30679','Hidalgo','HIDALGO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11989,'42913','Hidden Valley','HIDDEN VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11990,'41902','Hienghene','HIENGHENE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11991,'36129','Hierro','HIERRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11992,'24534','Hietzing','HIETZING',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11993,'13138','Higashihiroshima','HIGASHIHIROSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11994,'40223','Higashiizu','HIGASHIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11995,'35705','Higashikawa','HIGASHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11996,'13139','Higashimurayama','HIGASHIMURAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11997,'13140','Higashinada','HIGASHINADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11998,'13141','Higashinari','HIGASHINARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11999,'13243','Higashi-osaka','HIGASHI-OSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12000,'42566','Higashiura','HIGASHIURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12001,'13244','Higashiyama','HIGASHIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12002,'13142','Higashiyodogawa','HIGASHIYODOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12003,'27662','Higginsville','HIGGINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12004,'32461','Higgovale','HIGGOVALE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12005,'25320','High Level','HIGH LEVEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12006,'7118','High Littleton','HIGH LITTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12007,'16593','High Tatras','HIGH TATRAS',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12008,'8235','Highbridge','HIGHBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12009,'38123','Highcliffe-on-sea','HIGHCLIFFE-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12010,'39535','Highfields','HIGHFIELDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12011,'40789','Highgate','HIGHGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12012,'31332','Highgate Springs','HIGHGATE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12013,'8236','Highlands & Islands','HIGHLANDS & ISLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:51','1900-01-01 00:00:00',1,0,1),(12014,'28300','Hightstown','HIGHTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12015,'20593','Highwood','HIGHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12016,'38169','Highworth','HIGHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12017,'14016','Higuera Blanca','HIGUERA BLANCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12018,'32202','Higuerote','HIGUEROTE',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12019,'2370','Higuey','HIGUEY',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12020,'35710','Hiji','HIJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12021,'35844','Hikkaduwa','HIKKADUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12022,'37553','Hikone','HIKONE',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12023,'508','Hilden','HILDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12024,'27230','Hildesheim','HILDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12025,'23034','Hildisrieden','HILDISRIEDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12026,'43674','Hillary','HILLARY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12027,'26235','Hillarys','HILLARYS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12028,'18535','Hillcrest','HILLCREST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12029,'509','Hille','HILLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12030,'2175','Hillerod','HILLEROD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12031,'38471','Hillesheim','HILLESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12032,'29375','Hilliard','HILLIARD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12033,'8237','Hillingdon','HILLINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12034,'22103','Hillman','HILLMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12035,'29677','Hillsboro','HILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:55','1900-01-01 00:00:00',1,0,1),(12036,'9840','Hillsborough','HILLSBOROUGH',NULL,'','Grenada','',0,0,88,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12037,'33888','Hillsborough','HILLSBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12038,'8238','Hillsborough (North Ireland)','HILLSBOROUGH (NORTH IRELAND)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12039,'28851','Hillsdale','HILLSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12040,'20594','Hillside','HILLSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:57','1900-01-01 00:00:00',1,0,1),(12041,'31129','Hillsville','HILLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:57','1900-01-01 00:00:00',1,0,1),(12042,'8240','Hillswick','HILLSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12043,'212','Hilpoltstein','HILPOLTSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12044,'23452','Hilterfingen','HILTERFINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12045,'42951','Hilutungan Island','HILUTUNGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12046,'40597','Hilvarenbeek','HILVARENBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12047,'14639','Hilversum','HILVERSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12048,'42093','Himare','HIMARE',NULL,'','Albania','',0,0,2,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12049,'13245','Himeji','HIMEJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12050,'42539','Himeville','HIMEVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12051,'9273','Himley','HIMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12052,'24383','Himmelreich','HIMMELREICH',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12053,'28852','Himrod','HIMROD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12054,'26236','Hinchinbrook Island','HINCHINBROOK ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12055,'9312','Hinckley','HINCKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12056,'27409','Hinckley','HINCKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12057,'8241','Hindhead','HINDHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12058,'8242','Hindon','HINDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12059,'29678','Hines','HINES',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12060,'19833','Hinesville','HINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12061,'21395','Hingham','HINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12062,'20595','Hinsdale','HINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12063,'37468','Hinstock','HINSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12064,'37631','Hinterbruhl','HINTERBRUHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12065,'24384','Hinterglemm','HINTERGLEMM',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12066,'27133','Hinterstoder','HINTERSTODER',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12067,'24465','Hintertux','HINTERTUX',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12068,'22560','Hinterzarten','HINTERZARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12069,'8243','Hintlesham','HINTLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12070,'31993','Hinton','HINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12071,'25323','Hinton','HINTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12072,'8244','Hinxworth','HINXWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12073,'29377','Hiram','HIRAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12074,'43907','Hiratsuka','HIRATSUKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12075,'13246','Hirosaki','HIROSAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12076,'22561','Hirsau','HIRSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12077,'37864','Hirschaid','HIRSCHAID',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12078,'1884','Hirschberg','HIRSCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12079,'24521','Hirschegg','HIRSCHEGG',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12080,'23035','Hirslanden','HIRSLANDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12081,'2240','Hirtshals','HIRTSHALS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12082,'42171','Hisar','HISAR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12083,'24774','Hisarja','HISARJA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12084,'17210','Hisaronu','HISARONU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12085,'43509','Hisaronu-ovacik','HISARONU-OVACIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12086,'42618','Hisavvk','HISAVVK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12087,'16902','Hisings Backa','HISINGS BACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12088,'13247','Hitachi','HITACHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12089,'43908','Hitachinaka','HITACHINAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12090,'8245','Hitchin','HITCHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12091,'16160','Hitiaa','HITIAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12092,'27231','Hitzacker','HITZACKER',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12093,'33160','Hixson','HIXSON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12094,'2241','Hjallerup','HJALLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12095,'2261','Hjerting','HJERTING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12096,'16883','Hjo','HJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12097,'2242','Hjorring','HJORRING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12098,'34948','Hluboka Nad Vltavou','HLUBOKA NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12099,'32517','Hluhluwe','HLUHLUWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12100,'9925','Ho Man Tin','HO MAN TIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12101,'32104','Hoback Junction','HOBACK JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12102,'20904','Hobart','HOBART',NULL,'','United States','',0,0,231,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12103,'26845','Hobart','HOBART',NULL,'','Australia','Hobart',0,0,13,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12104,'28532','Hobbs','HOBBS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12105,'19394','Hobe Sound','HOBE SOUND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12106,'24608','Hoboken','HOBOKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12107,'28303','Hoboken','HOBOKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12108,'2243','Hobro','HOBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12109,'15204','Hobsonville','HOBSONVILLE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12110,'32281','Hoc Mon','HOC MON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12111,'41634','Hochberg','HOCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12112,'22562','Hochenschwand','HOCHENSCHWAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12113,'24466','Hochgurgl','HOCHGURGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12114,'35876','Hochrindl','HOCHRINDL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12115,'22563','Hochst','HOCHST',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12116,'22564','Hockenheim','HOCKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12117,'7119','Hockley Heath','HOCKLEY HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12118,'8246','Hockliffe','HOCKLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12119,'32349','Hodeidah','HODEIDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12120,'186','Hodenhagen','HODENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12121,'33656','Hodgenville','HODGENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12122,'13248','Hodogayacho','HODOGAYACHO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12123,'187','Hoechberg','HOECHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12124,'32567','Hoedspruit','HOEDSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12125,'38906','Hoeilaart','HOEILAART',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12126,'14540','Hoenderloo','HOENDERLOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12127,'37805','Hoenheim','HOENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12128,'14541','Hoevelaken','HOEVELAKEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12129,'38377','Hoeven','HOEVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12130,'39577','Hofen','HOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12131,'20596','Hoffman Estates','HOFFMAN ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12132,'436','Hofgeismar','HOFGEISMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12133,'41023','Hofheim','HOFHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12134,'35441','Hofn','HOFN',NULL,'','Iceland','Hofn',0,0,100,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12135,'39306','Hoganas','HOGANAS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12136,'28854','Hogansburg','HOGANSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12137,'19836','Hogansville','HOGANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12138,'37237','Hogyesz','HOGYESZ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12139,'215','Hohenau','HOHENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12140,'24522','Hohenems','HOHENEMS',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12141,'216','Hohenlinden','HOHENLINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12142,'188','Hohenlohe','HOHENLOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12143,'1703','Hohenroda','HOHENRODA',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12144,'41022','Hohenschwangau','HOHENSCHWANGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12145,'33161','Hohenwald','HOHENWALD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12146,'217','Hohenwarth','HOHENWARTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12147,'23877','Hohhot','HOHHOT',NULL,'','China','',0,0,46,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12148,'39843','Hohnstein (Saxony)','HOHNSTEIN (SAXONY)',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12149,'189','Höhr-grenzhausen','HÖHR-GRENZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12150,'714','Hohwacht','HOHWACHT',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12151,'2191','Hojbjerg','HOJBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12152,'41220','Hoje Taastrup','HOJE TAASTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12153,'2296','Hojer','HOJER',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12154,'36506','Hokianga','HOKIANGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12155,'15205','Hokitika','HOKITIKA',NULL,'','New Zealand','Hokitika',0,0,157,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12156,'43539','Hokkaido','HOKKAIDO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12157,'35755','Hokuto','HOKUTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12158,'2149','Holbaek','HOLBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12159,'8247','Holbeach','HOLBEACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12160,'8248','Holbeton','HOLBETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12161,'8249','Holborn','HOLBORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12162,'1297','Holbox','HOLBOX',NULL,'','MEXICO','',0,0,141,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12163,'34191','Holbrook','HOLBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12164,'21396','Holbrook','HOLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:03:15','1900-01-01 00:00:00',1,0,1),(12165,'31769','Holcombe','HOLCOMBE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12166,'21878','Holden','HOLDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12167,'32713','Holderness','HOLDERNESS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12168,'28129','Holdrege','HOLDREGE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12169,'25245','Holetown','HOLETOWN',NULL,'','Barbados','',0,0,19,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12170,'8250','Holford','HOLFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12171,'34942','Holguin','HOLGUIN',NULL,'','Cuba','',0,0,56,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12172,'29982','Holicong','HOLICONG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12173,'19395','Holiday','HOLIDAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12174,'33162','Holladay','HOLLADAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:18','1900-01-01 00:00:00',1,0,1),(12175,'22105','Holland','HOLLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:18','1900-01-01 00:00:00',1,0,1),(12176,'39093','Holland Park','HOLLAND PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12177,'7120','Holland-on-sea','HOLLAND-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12178,'27232','Hollenstedt','HOLLENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12179,'29983','Hollidaysburg','HOLLIDAYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12180,'17643','Hollis','HOLLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12181,'27663','Hollister','HOLLISTER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:20','1900-01-01 00:00:00',1,0,1),(12182,'14513','Hollum','HOLLUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:20','1900-01-01 00:00:00',1,0,1),(12183,'25770','Holman Island','HOLMAN ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:22','1900-01-01 00:00:00',1,0,1),(12184,'28304','Holmdel','HOLMDEL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:22','1900-01-01 00:00:00',1,0,1),(12185,'19401','Holmes Beach','HOLMES BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12186,'8251','Holmes Chapel','HOLMES CHAPEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12187,'14774','Holmestrand','HOLMESTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12188,'7121','Holmrook','HOLMROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12189,'14867','Holmsbu','HOLMSBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12190,'42349','Holnon','HOLNON',NULL,'','France','',0,0,76,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12191,'11072','Holon','HOLON',NULL,'','Israel','',0,0,106,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12192,'34192','Holroyd','HOLROYD',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12193,'2274','Holstebro','HOLSTEBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12194,'190','Holsteinische Schweiz','HOLSTEINISCHE SCHWEIZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12195,'9858','Holsteinsborg','HOLSTEINSBORG',NULL,'','Greenland','',0,0,87,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12196,'8252','Holsworthy','HOLSWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12197,'2215','Holte','HOLTE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12198,'36457','Holten','HOLTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12199,'21068','Holton','HOLTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12200,'27664','Holts Summit','HOLTS SUMMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12201,'28856','Holtsville','HOLTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12202,'18538','Holtville','HOLTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12203,'43718','Holtze','HOLTZE',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12204,'38266','Holtzheim','HOLTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12205,'19998','Holualoa','HOLUALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12206,'17644','Holy Cross','HOLY CROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12207,'8253','Holyhead','HOLYHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12208,'21397','Holyoke','HOLYOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12209,'25660','Holyrood','HOLYROOD',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12210,'8254','Holywell','HOLYWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12211,'8255','Holywood','HOLYWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12212,'39431','Holzgau','HOLZGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12213,'218','Holzkirchen','HOLZKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12214,'22986','Home Island','HOME ISLAND',NULL,'','Cocos (Keeling) Islands','',0,0,0,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12215,'34193','Homebush','HOMEBUSH',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12216,'28857','Homer','HOMER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12217,'20219','Homestead','HOMESTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:28','1900-01-01 00:00:00',1,0,1),(12218,'20597','Homewood','HOMEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:28','1900-01-01 00:00:00',1,0,1),(12219,'14990','Hommelvik','HOMMELVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12220,'19403','Homosassa','HOMOSASSA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12221,'16929','Homs','HOMS',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12222,'19999','Honalo','HONALO',NULL,'','United States','',0,0,231,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12223,'20000','Honaunau','HONAUNAU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12224,'30685','Hondo','HONDO',NULL,'','United States','',0,0,231,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12225,'23454','Hondrich','HONDRICH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12226,'30346','Honea Path','HONEA PATH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12227,'14868','Honefoss','HONEFOSS',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12228,'28858','Honeoye','HONEOYE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12229,'29984','Honesdale','HONESDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12230,'29985','Honey Brook','HONEY BROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12231,'34517','Honey Harbour','HONEY HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12232,'9926','Hong Kong','HONG KONG',NULL,'','Hong Kong','Hong Kong',0,0,98,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12233,'23236','Hongg','HONGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12234,'23590','Hongqiao International Airport (Sha)','HONGQIAO INTERNATIONAL AIRPORT (SHA)',NULL,'','China','',0,0,46,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12235,'23890','Hongxing','HONGXING',NULL,'','China','',0,0,46,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12236,'16547','Honiara','HONIARA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12237,'8256','Honiley','HONILEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12238,'8257','Honiton','HONITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12239,'14879','Honningsvag','HONNINGSVAG',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12240,'20001','Honohina','HONOHINA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12241,'20002','Honokaa','HONOKAA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12242,'20003','Honokohau','HONOKOHAU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12243,'20004','Honokowai','HONOKOWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12244,'20005','Honolua','HONOLUA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12245,'20006','Honolulu','HONOLULU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12246,'20007','Honomu','HONOMU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12247,'29679','Hood River','HOOD RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12248,'31516','Hoodsport','HOODSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12249,'14640','Hoofddorp','HOOFDDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12250,'14468','Hoog Soeren','HOOG SOEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12251,'14496','Hoogeveen','HOOGEVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12252,'43286','Hook','HOOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12253,'26237','Hooker Creek','HOOKER CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12254,'32714','Hooksett','HOOKSETT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12255,'7124','Hoole','HOOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12256,'20008','Hoolehua','HOOLEHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12257,'17646','Hoonah','HOONAH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12258,'18540','Hoopa','HOOPA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12259,'17647','Hooper Bay','HOOPER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12260,'20598','Hoopeston','HOOPESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12261,'43258','Hoora','HOORA',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12262,'17897','Hoover','HOOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12263,'28305','Hopatcong','HOPATCONG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12264,'26707','Hope Island','HOPE ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12265,'24884','Hope Town','HOPE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12266,'25661','Hopedale','HOPEDALE',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12267,'26515','Hopetoun','HOPETOUN',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12268,'28860','Hopewell','HOPEWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12269,'219','Hopfen Am See','HOPFEN AM SEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12270,'41021','Hopfensee','HOPFENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12271,'39973','Hopfgarten Im Brixental','HOPFGARTEN IM BRIXENTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12272,'24923','Hopkins','HOPKINS',NULL,'','Belize','',0,0,22,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12273,'33657','Hopkinsville','HOPKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12274,'18541','Hopland','HOPLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12275,'31517','Hoquiam','HOQUIAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12276,'22565','Horben','HORBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12277,'4282','Horbourg-wihr','HORBOURG-WIHR',NULL,'','France','',0,0,76,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12278,'3407','Horche','HORCHE',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12279,'14801','Hordaland','HORDALAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12280,'220','Horgau','HORGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12281,'23237','Horgen','HORGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12282,'39221','Horice Na Sumave','HORICE NA SUMAVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12283,'10983','Hornafjordur','HORNAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12284,'44137','Horn-bad Meinberg','HORN-BAD MEINBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12285,'2176','Hornbaek','HORNBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12286,'22567','Hornberg','HORNBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12287,'15206','Hornby','HORNBY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12288,'8261','Horncastle','HORNCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12289,'8262','Hornchurch','HORNCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12290,'28862','Hornell','HORNELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12291,'34518','Hornepayne','HORNEPAYNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12292,'14802','Hornindal','HORNINDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12293,'2150','Horning','HORNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12294,'39358','Horningsham','HORNINGSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12295,'9299','Horns Cross','HORNS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12296,'8263','Hornsea','HORNSEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12297,'2151','Hornslet','HORNSLET',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12298,'36700','Horny Smokovec','HORNY SMOKOVEC',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12299,'15114','Horohoro','HOROHORO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12300,'24153','Horquetas','HORQUETAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12301,'8264','Horringford','HORRINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12302,'25458','Horsefly','HORSEFLY',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12303,'28863','Horseheads','HORSEHEADS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12304,'40014','Horsemans Green','HORSEMANS GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12305,'2348','Horsens','HORSENS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12306,'25459','Horseshoe Bay','HORSESHOE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12307,'30686','Horseshoe Bay','HORSESHOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12308,'26909','Horsham','HORSHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12309,'29986','Horsham','HORSHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12310,'8265','Horsham','HORSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12311,'14572','Horst','HORST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12312,'510','Horstel','HORSTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12313,'2037','Hörstel','HÖRSTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12314,'2643','Horta-guinardo','HORTA-GUINARDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12315,'2995','Hortaleza','HORTALEZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12316,'15024','Horten','HORTEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12317,'38038','Horto','HORTO',NULL,'','Greece','',0,0,86,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12318,'35341','Hortobagy','HORTOBAGY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12319,'8266','Horton (Dorset)','HORTON (DORSET)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12320,'7125','Horton-cum-studley','HORTON-CUM-STUDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12321,'13736','Horubadhoo Island','HORUBADHOO ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12322,'27233','Horumersiel','HORUMERSIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12323,'23238','Horw','HORW',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12324,'8268','Horwich','HORWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12325,'42602','Hosapete','HOSAPETE',NULL,'','India','',0,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12326,'40382','Hoskote','HOSKOTE',NULL,'','India','',0,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12327,'40853','Hospet','HOSPET',NULL,'','India','Hospet',17,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12328,'41505','Hospitalet De Llobregat','HOSPITALET DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12329,'5193','Hossegor','HOSSEGOR',NULL,'','France','',0,0,76,'2016-10-17 11:03:51','1900-01-01 00:00:00',1,0,1),(12330,'44209','Hosur','HOSUR',NULL,'','India','Hosur',18,0,101,'2016-10-17 11:03:51','1900-01-01 00:00:00',1,0,1),(12331,'15115','Hot Water Beach','HOT WATER BEACH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12332,'23839','Hotan','HOTAN',NULL,'','China','',0,0,46,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12333,'33464','Hotchkiss','HOTCHKISS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12334,'23036','Hottingen','HOTTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12335,'14429','Houailou','HOUAILOU',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12336,'13538','Houayxay','HOUAYXAY',NULL,'','Laos','',0,0,118,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12337,'39752','Houdan','HOUDAN',NULL,'','France','',0,0,76,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12338,'6034','Houdemont','HOUDEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12339,'24663','Houdeng-goegnies','HOUDENG-GOEGNIES',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12340,'38689','Houffalize','HOUFFALIZE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12341,'8269','Houghton','HOUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12342,'28864','Houghton','HOUGHTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12343,'4726','Houilles','HOUILLES',NULL,'','France','',0,0,76,'2016-10-17 11:03:54','1900-01-01 00:00:00',1,0,1),(12344,'23961','Houjie','HOUJIE',NULL,'','China','',0,0,46,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12345,'9478','Houlakia','HOULAKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12346,'5400','Houlgate','HOULGATE',NULL,'','France','',0,0,76,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12347,'21880','Houlton','HOULTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12348,'21209','Houma','HOUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12349,'41198','Houmt Souk - Djerba','HOUMT SOUK - DJERBA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12350,'13563','Houn','HOUN',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12351,'8270','Hounslow','HOUNSLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12352,'5194','Hourtin','HOURTIN',NULL,'','France','',0,0,76,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12353,'6764','Houssen','HOUSSEN',NULL,'','France','',0,0,76,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12354,'27665','Houston','HOUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12355,'36926','Houston-intl Apt','HOUSTON-INTL APT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:57','1900-01-01 00:00:00',1,0,1),(12356,'32401','Hout Bay','HOUT BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:57','1900-01-01 00:00:00',1,0,1),(12357,'39918','Houten','HOUTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12358,'2262','Hovborg','HOVBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12359,'15003','Hovden','HOVDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12360,'14803','Hovedoya','HOVEDOYA',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12361,'14847','Hovik','HOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12362,'8272','Hovingham','HOVINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12363,'19405','Howard','HOWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12364,'8273','Howden','HOWDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12365,'20905','Howe','HOWE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12366,'22110','Howell','HOWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12367,'28865','Howes Cave','HOWES CAVE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12368,'19406','Howey-in-the-hills','HOWEY-IN-THE-HILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12369,'15207','Howick','HOWICK',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12370,'44210','Howrah','HOWRAH',NULL,'','India','Howrah',12,0,101,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12371,'7126','Howtown','HOWTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12372,'36316','Howwood','HOWWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12373,'511','Hoxter','HOXTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12374,'7127','Hoy Island','HOY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12375,'1885','Hoyerswerda','HOYERSWERDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12376,'40176','Hoylake','HOYLAKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12377,'38135','Hoylandet','HOYLANDET',NULL,'','Norway','',0,0,164,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12378,'2644','Hoyos De Espino','HOYOS DE ESPINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12379,'27412','Hoyt Lakes','HOYT LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12380,'24345','Hradec Kralove','HRADEC KRALOVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12381,'40406','Hsin Shih','HSIN SHIH',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12382,'17442','Hsinchu','HSINCHU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12383,'17389','Hsinchuang','HSINCHUANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12384,'23962','Huadu','HUADU',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12385,'16161','Huahine','HUAHINE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12386,'36531','Huahine-te Tiare','HUAHINE-TE TIARE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12387,'34872','Huai Nan','HUAI NAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12388,'40091','Huai Yang','HUAI YANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12389,'42391','Huaian','HUAIAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12390,'23739','Huai\'an','HUAI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12391,'43823','Huainan','HUAINAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12392,'17390','Hualien','HUALIEN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12393,'14113','Huamantla','HUAMANTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12394,'25850','Huambo','HUAMBO',NULL,'','Angola','',0,0,6,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12395,'23963','Huanghua','HUANGHUA',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12396,'34874','Huanglong','HUANGLONG',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12397,'23591','Huangpu - The Bund','HUANGPU - THE BUND',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12398,'23683','Huangshan','HUANGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12399,'43824','Huangshi','HUANGSHI',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12400,'23698','Huangyan','HUANGYAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12401,'36523','Huaraz','HUARAZ',NULL,'','Peru','',0,0,172,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12402,'3056','Huarte','HUARTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12403,'14003','Huasca De Ocampo','HUASCA DE OCAMPO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12404,'35940','Huatajata','HUATAJATA',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12405,'13818','Huatulco','HUATULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12407,'29379','Hubbard','HUBBARD',NULL,'','United States','',0,0,231,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12408,'25716','Hubbards','HUBBARDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12409,'29380','Huber Heights','HUBER HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12410,'779','Hubertushohe','HUBERTUSHOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12411,'10658','Hubli','HUBLI',NULL,'','India','Hubli',17,0,101,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12412,'37437','Huckelhoven','HUCKELHOVEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12413,'8274','Huddersfield','HUDDERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12414,'16827','Huddinge','HUDDINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12415,'31133','Huddleston','HUDDLESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12416,'16699','Hudiksvall','HUDIKSVALL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12417,'26005','Hudson','HUDSON',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12418,'21399','Hudson, Town Of','HUDSON, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12419,'42934','Hudson\'s Hope','HUDSON\'S HOPE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12420,'22113','Hudsonville','HUDSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12421,'32304','Hue','HUE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12422,'37305','Hueckeswagen','HUECKESWAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12423,'35310','Huehuetenango','HUEHUETENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12424,'14066','Huejotzingo','HUEJOTZINGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12425,'38749','Huejutla De Reyes','HUEJUTLA DE REYES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12426,'20009','Huelo','HUELO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12427,'2950','Huelva','HUELVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12428,'35030','Huelva-cartaya','HUELVA-CARTAYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12429,'191','Huerth','HUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12430,'3330','Huesca','HUESCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12431,'38094','Huetor Vega','HUETOR VEGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12432,'8275','Hugh Town','HUGH TOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12433,'26410','Hughenden','HUGHENDEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12434,'17648','Hughes','HUGHES',NULL,'','United States','',0,0,231,'2016-10-17 11:04:10','1900-01-01 00:00:00',1,0,1),(12435,'32915','Hugo','HUGO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:10','1900-01-01 00:00:00',1,0,1),(12436,'41807','Huhhot','HUHHOT',NULL,'','China','',0,0,46,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12437,'42643','Huilo Huilo','HUILO HUILO',NULL,'','Chile','',0,0,45,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12438,'13143','Huis Ten Bosch','HUIS TEN BOSCH',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12439,'14642','Huisduinen','HUISDUINEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12440,'14035','Huixquilucan De Degollado','HUIXQUILUCAN DE DEGOLLADO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12441,'38859','Huiyang','HUIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12442,'23964','Huizhou','HUIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12443,'24630','Huldenberg','HULDENBERG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12444,'32105','Hulett','HULETT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:13','1900-01-01 00:00:00',1,0,1),(12445,'13737','Hulhule','HULHULE',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:14','1900-01-01 00:00:00',1,0,1),(12446,'26006','Hull','HULL',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:14','1900-01-01 00:00:00',1,0,1),(12447,'9306','Hull','HULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12448,'438','Hülsa','HÜLSA',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12449,'14542','Hulshorst','HULSHORST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12450,'857','Hulshout','HULSHOUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12451,'16729','Hultsfred','HULTSFRED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12452,'15752','Humacao','HUMACAO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12453,'25662','Humber Valley','HUMBER VALLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12454,'7128','Humberside','HUMBERSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:17','1900-01-01 00:00:00',1,0,1),(12455,'8276','Humbie','HUMBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:17','1900-01-01 00:00:00',1,0,1),(12456,'30691','Humble','HUMBLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:18','1900-01-01 00:00:00',1,0,1),(12457,'22946','Humboldt','HUMBOLDT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:18','1900-01-01 00:00:00',1,0,1),(12458,'20221','Humboldt','HUMBOLDT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12459,'23965','Humen','HUMEN',NULL,'','China','',0,0,46,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12460,'42835','Humenne','HUMENNE',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12461,'3859','Humera','HUMERA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12462,'32462','Humewood','HUMEWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12463,'2177','Humlebaek','HUMLEBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12464,'29987','Hummels Wharf','HUMMELS WHARF',NULL,'','United States','',0,0,231,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12465,'29988','Hummelstown','HUMMELSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:04:21','1900-01-01 00:00:00',1,0,1),(12466,'2178','Hundested','HUNDESTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:21','1900-01-01 00:00:00',1,0,1),(12467,'8277','Hundleton','HUNDLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12468,'43598','Hundon','HUNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12469,'36625','Hunedoara','HUNEDOARA',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12470,'42903','Hunfeld','HUNFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12471,'8278','Hungerford','HUNGERFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12472,'23239','Hunibach','HUNIBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12473,'8279','Hunmanby','HUNMANBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12474,'8280','Hunstanton','HUNSTANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12475,'7129','Hunstrete','HUNSTRETE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12476,'17899','Hunstville Area','HUNSTVILLE AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12477,'38721','Hunsur','HUNSUR',NULL,'','India','',0,0,101,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12478,'30692','Hunt','HUNT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12479,'28867','Hunter','HUNTER',NULL,'','United States','',0,0,231,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12480,'34194','Hunter Valley','HUNTER VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12481,'18542','Hunters Point','HUNTERS POINT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12482,'33892','Huntersville','HUNTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12483,'24908','Hunting Caye','HUNTING CAYE',NULL,'','Belize','',0,0,22,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12484,'30347','Hunting Island','HUNTING ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12485,'20906','Huntingburg','HUNTINGBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12486,'29989','Huntingdon','HUNTINGDON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12487,'8281','Huntingdon','HUNTINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12488,'31994','Huntington','HUNTINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:27','1900-01-01 00:00:00',1,0,1),(12489,'44014','Huntly','HUNTLY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12490,'8282','Huntly','HUNTLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12491,'8283','Hunton','HUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12492,'7130','Hunts Cross','HUNTS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12493,'25717','Hunts Point','HUNTS POINT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12494,'30694','Huntsville','HUNTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12495,'34520','Huntsville','HUNTSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12496,'2427','Hurghada','HURGHADA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12497,'31772','Hurley','HURLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12498,'8284','Hurley','HURLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12499,'26073','Hurlingham','HURLINGHAM',NULL,'','Argentina','',0,0,10,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12500,'29382','Huron','HURON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12501,'31996','Hurricane','HURRICANE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12502,'34195','Hurstville','HURSTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:33','1900-01-01 00:00:00',1,0,1),(12503,'41020','Hurth','HURTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:33','1900-01-01 00:00:00',1,0,1),(12504,'37580','Hurup','HURUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12505,'11018','Husavik','HUSAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12506,'36626','Husi','HUSI',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12507,'34196','Huskisson','HUSKISSON',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12508,'16720','Huskvarna','HUSKVARNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12509,'17649','Huslia','HUSLIA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12510,'40005','Hustopece','HUSTOPECE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12511,'2231','Husum','HUSUM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12512,'27234','Husum','HUSUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12513,'30696','Hutchins','HUTCHINS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:35','1900-01-01 00:00:00',1,0,1),(12514,'27413','Hutchinson','HUTCHINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:35','1900-01-01 00:00:00',1,0,1),(12515,'30697','Hutto','HUTTO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12516,'43335','Huttwil','HUTTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12517,'13739','Huvafen Fushi','HUVAFEN FUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12518,'37848','Huvahendhoo','HUVAHENDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12519,'8285','Huxley','HUXLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12520,'24674','Huy','HUY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12521,'2244','Hvalpsund','HVALPSUND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12522,'11020','Hvammstangi','HVAMMSTANGI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12523,'10013','Hvar','HVAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12524,'35442','Hveragerdhi','HVERAGERDHI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12525,'10984','Hveragerdi','HVERAGERDI',NULL,'','Iceland','Hveragerdi',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12526,'2320','Hvidbjerg','HVIDBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12527,'2216','Hvidovre','HVIDOVRE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12528,'37657','Hvolsvollur','HVOLSVOLLUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12529,'32652','Hwange','HWANGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12530,'21401','Hyannis','HYANNIS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12531,'21716','Hyattsville','HYATTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:38','1900-01-01 00:00:00',1,0,1),(12532,'17650','Hydaburg','HYDABURG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:38','1900-01-01 00:00:00',1,0,1),(12533,'8286','Hyde','HYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12534,'28870','Hyde Park','HYDE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12535,'26804','Hyde Park','HYDE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12536,'42914','Hyden','HYDEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12537,'17651','Hyder','HYDER',NULL,'','United States','',0,0,231,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12538,'10617','Hyderabad','HYDERABAD',NULL,'','India','Hyderabad',51,0,101,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12539,'15288','Hyderabad','HYDERABAD',NULL,'','Pakistan','Hyderabad',0,0,166,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12540,'41635','Hydra','HYDRA',NULL,'','Greece','Hydra',0,0,86,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12541,'6441','Hyeres','HYERES',NULL,'','France','',0,0,76,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12542,'39407','Hyevre-paroisse','HYEVRE-PAROISSE',NULL,'','France','',0,0,76,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12543,'13250','Hyogo','HYOGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12544,'43184','Hyogo-ken','HYOGO-KEN',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12545,'8287','Hythe','HYTHE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12546,'3969','Hyvinkaa','HYVINKAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12547,'43419','Ialissos','IALISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12548,'43255','Ialysos','IALYSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12549,'9480','Ialysus','IALYSUS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12550,'16222','Iasi','IASI',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12551,'15488','Iba','IBA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12552,'24126','Ibague','IBAGUE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12553,'13251','Ibaraki','IBARAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12554,'2398','Ibarra','IBARRA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12555,'3708','Ibarranguelua','IBARRANGUELUA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12556,'512','Ibbenburen','IBBENBUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12557,'2902','Ibiza','IBIZA',NULL,'','Spain','Ibiza',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12558,'35016','Ibiza-cala Llonga','IBIZA-CALA LLONGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12559,'35062','Ibiza-sa Caleta','IBIZA-SA CALETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12560,'35051','Ibiza-san Agustin','IBIZA-SAN AGUSTIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12561,'35087','Ibiza-santa Elaulia','IBIZA-SANTA ELAULIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12562,'8288','Ibstone','IBSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12563,'37981','Ibusuki','IBUSUKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12564,'15399','Ica','ICA',NULL,'','Peru','',0,0,172,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12565,'35804','Icheon','ICHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12566,'13494','Icheon','ICHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12567,'13252','Ichikawa','ICHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12568,'43909','Ichinoseki','ICHINOSEKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12569,'37929','Icici','ICICI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12570,'8289','Icklesham','ICKLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12571,'17305','Icmeler','ICMELER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12572,'40653','Icod De Los Vinos','ICOD DE LOS VINOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12573,'32916','Idabel','IDABEL',NULL,'','United States','',0,0,231,'2016-10-17 11:04:45','1900-01-01 00:00:00',1,0,1),(12574,'20363','Idaho City','IDAHO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:04:45','1900-01-01 00:00:00',1,0,1),(12575,'15896','Idanha-a-nova','IDANHA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12576,'633','Idar-oberstein','IDAR-OBERSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12578,'9481','Idhomeni','IDHOMENI',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12579,'1305','Idleb','IDLEB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12580,'29681','Idleyld Park','IDLEYLD PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12581,'36716','Idlib','IDLIB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12582,'16741','Idre','IDRE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12583,'11238','Idro','IDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12584,'439','Idstein','IDSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12585,'10526','Idukki','IDUKKI',NULL,'','India','Idukki',3,0,101,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12586,'18546','Idyllwild','IDYLLWILD',NULL,'','United States','',0,0,231,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12587,'34850','Ieper','IEPER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12588,'9796','Ierapetra','IERAPETRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12589,'41439','Ifaty','IFATY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12590,'39024','Iffendic','IFFENDIC',NULL,'','France','',0,0,76,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12591,'13710','Ifrane','IFRANE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12592,'4871','Ifs','IFS',NULL,'','France','',0,0,76,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12593,'16353','Igarka','IGARKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12594,'12721','Igea Marina','IGEA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12595,'17652','Igiugig','IGIUGIG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12596,'12824','Iglesias','IGLESIAS',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12597,'25799','Igloolik','IGLOOLIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12598,'24467','Igls','IGLS',NULL,'','Austria','',0,0,14,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12599,'34522','Ignace','IGNACE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12600,'33466','Ignacio','IGNACIO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12601,'3122','Igollo','IGOLLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12602,'39914','Igoumenitsa','IGOUMENITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12603,'42023','Iguala','IGUALA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12604,'3552','Igualada','IGUALADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12605,'40973','Iguassu Falls','IGUASSU FALLS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12606,'26046','Iguazu','IGUAZU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12607,'35951','Iguazu Falls (Br)','IGUAZU FALLS (BR)',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12608,'39356','Ihosy','IHOSY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12609,'22568','Ihringen','IHRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12610,'13740','Ihuru','IHURU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12611,'42379','Iikley','IIKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12612,'3998','Iisalmi','IISALMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12613,'43326','Ijmuiden','IJMUIDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12614,'14682','Ijsselstein','IJSSELSTEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12615,'4009','Ikaalinen','IKAALINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12616,'9482','Ikaria','IKARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12617,'2275','Ikast','IKAST',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12618,'13253','Ikeda','IKEDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12619,'13144','Iki Island','IKI ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12620,'13254','Ikuno','IKUNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12621,'1937','Ilberstedt','ILBERSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12622,'8290','Ilchester','ILCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12623,'17292','Ildir','ILDIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:52','1900-01-01 00:00:00',1,0,1),(12624,'36450','Ile Des Pins','ILE DES PINS',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:04:52','1900-01-01 00:00:00',1,0,1),(12625,'4290','Ile-aux-moines','ILE-AUX-MOINES',NULL,'','France','',0,0,76,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12626,'26008','Ile-perrot','ILE-PERROT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12627,'1973','Ilfeld','ILFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12628,'8291','Ilford','ILFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12629,'8292','Ilfracombe','ILFRACOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12630,'41074','Ilgaz','ILGAZ',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12631,'42007','Ilha Da Boa Vista','ILHA DA BOA VISTA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12632,'25203','Ilhabela','ILHABELA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12633,'15858','Ilhavo','ILHAVO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12634,'25040','Ilheus','ILHEUS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12635,'35944','Ilheus-comandatuba','ILHEUS-COMANDATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12636,'17653','Iliamna','ILIAMNA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12637,'17357','Ilica','ILICA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12638,'15550','Iligan','ILIGAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12639,'28871','Ilion','ILION',NULL,'','United States','',0,0,231,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12640,'9483','Ilioupolis','ILIOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12641,'8293','Ilkeston','ILKESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12642,'8294','Ilkley','ILKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12643,'10160','Illaga','ILLAGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12644,'34197','Illawarra','ILLAWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12645,'43995','Ille-et-vilaine','ILLE-ET-VILAINE',NULL,'','France','',0,0,76,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12646,'2647','Illetas','ILLETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12647,'4291','Illiers-combrey','ILLIERS-COMBREY',NULL,'','France','',0,0,76,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12648,'37689','Illizi','ILLIZI',NULL,'','Algeria','',0,0,3,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12649,'43532','Illkirch','ILLKIRCH',NULL,'','France','',0,0,76,'2016-10-17 11:04:57','1900-01-01 00:00:00',1,0,1),(12650,'6765','Illkirch-graffenstaden','ILLKIRCH-GRAFFENSTADEN',NULL,'','France','',0,0,76,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12651,'37683','Illmitz','ILLMITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12652,'36449','I\'llot Maitre','I\'LLOT MAITRE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12653,'32518','Illovo Beach','ILLOVO BEACH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12654,'39845','Illueca','ILLUECA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12655,'6766','Illzach','ILLZACH',NULL,'','France','',0,0,76,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12656,'221','Ilmenau','ILMENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12657,'8295','Ilminster','ILMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12658,'15551','Iloilo','ILOILO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12659,'1938','Ilsenburg','ILSENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12660,'8296','Ilsington','ILSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12661,'10161','Ilu','ILU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12662,'9859','Ilulissat','ILULISSAT',NULL,'','Greenland','',0,0,87,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12663,'31518','Ilwaco','ILWACO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12664,'3057','Imarcoain','IMARCOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12665,'43910','Imari','IMARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12666,'3970','Imatra','IMATRA',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12667,'2448','Imbabah','IMBABAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12668,'921','Imbabura','IMBABURA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12669,'35953','Imbassai','IMBASSAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12670,'25180','Imbituba','IMBITUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12671,'9822','Imeroviglion','IMEROVIGLION',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12672,'32820','Imlay','IMLAY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12673,'37317','Imlil','IMLIL',NULL,'','Morocco','',0,0,148,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12674,'38394','Immingham','IMMINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12675,'11999','Imola','IMOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12676,'3408','Imon','IMON',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12677,'25083','Imperatriz','IMPERATRIZ',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12678,'12000','Imperia','IMPERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12679,'28130','Imperial','IMPERIAL',NULL,'','United States','',0,0,231,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12680,'24045','Impfondo','IMPFONDO',NULL,'','Congo','',0,0,51,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12681,'10653','Imphal','IMPHAL',NULL,'','India','Imphal',41,0,101,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12682,'13052','Impruneta','IMPRUNETA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12683,'24563','Imst','IMST',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12684,'42952','Inampulugan Island','INAMPULUGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12685,'10309','Inanwatan','INANWATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12686,'42468','Inari','INARI',NULL,'','Finland','',0,0,75,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12687,'42891','Inawashiro','INAWASHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12688,'39906','Inca','INCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12689,'17211','Incekum','INCEKUM',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12690,'42832','Inchanga','INCHANGA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12691,'13524','Incheon','INCHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12692,'35806','Incheon','INCHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12693,'10841','Inchicore','INCHICORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12694,'9325','Inchinnan','INCHINNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12695,'8297','Inchture','INCHTURE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12696,'11239','Incisa In Val D\'arno','INCISA IN VAL D\'ARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12697,'32821','Incline Village','INCLINE VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12698,'25204','Indaiatuba','INDAIATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12699,'27666','Independence','INDEPENDENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12700,'15371','Independencia','INDEPENDENCIA',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:05','1900-01-01 00:00:00',1,0,1),(12701,'19408','Indialantic','INDIALANTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:05:05','1900-01-01 00:00:00',1,0,1),(12702,'27868','Indianola','INDIANOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12703,'19412','Indiantown','INDIANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12704,'18550','Indio','INDIO',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12705,'26708','Indooroopilly','INDOOROOPILLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12706,'10649','Indore','INDORE',NULL,'','India','Indore',15,0,101,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12707,'42795','Indramayu','INDRAMAYU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12708,'12929','Induno Olona','INDUNO OLONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12709,'44030','Induruwa','INDURUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12710,'25324','Indus','INDUS',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12711,'13819','Industrial Area','INDUSTRIAL AREA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12712,'1822','Industry','INDUSTRY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12713,'14172','Ine','INE',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12714,'33660','Inez','INEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12715,'38608','Infiesto','INFIESTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12716,'8298','Ingatestone','INGATESTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12717,'192','Ingelheim','INGELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12718,'44275','Ingenbohl','INGENBOHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12719,'34523','Ingersoll','INGERSOLL',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12720,'18551','Ingleside','INGLESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12721,'18552','Inglewood','INGLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12722,'38493','Inglewood','INGLEWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:12','1900-01-01 00:00:00',1,0,1),(12723,'19413','Inglis','INGLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:12','1900-01-01 00:00:00',1,0,1),(12724,'38048','Ingliston','INGLISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12725,'222','Ingolstadt','INGOLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12726,'25718','Ingonish','INGONISH',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12727,'30699','Ingram','INGRAM',NULL,'','United States','',0,0,231,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12728,'41399','Inhaca','INHACA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12729,'43220','Inhambane','INHAMBANE',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12730,'41320','Iniesta','INIESTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12731,'10738','Inisheer','INISHEER',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12732,'10739','Inishmaan','INISHMAAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12733,'10740','Inishmore','INISHMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12734,'40270','Injune','INJUNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12735,'26411','Inkerman','INKERMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12736,'22116','Inkster','INKSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12737,'36391','Inle','INLE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12738,'26454','Innamincka','INNAMINCKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:15','1900-01-01 00:00:00',1,0,1),(12739,'21718','Inner Harbor','INNER HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:05:15','1900-01-01 00:00:00',1,0,1),(12740,'7131','Inner Hebrides','INNER HEBRIDES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12741,'26709','Inner West','INNER WEST',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12742,'37359','Innerbraz','INNERBRAZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12743,'8299','Innerleithen','INNERLEITHEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12744,'26412','Innisfail','INNISFAIL',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12745,'25325','Innisfail','INNISFAIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12746,'41527','Innishannon','INNISHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12747,'26996','Innsbruck','INNSBRUCK',NULL,'','Austria','Innsbruck',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12748,'26997','Innviertel','INNVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12749,'41318','Innvik','INNVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12750,'32633','Inongo','INONGO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12751,'16673','Insjoen','INSJOEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12752,'8300','Instow','INSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12753,'36780','Insula Rayong-samet','INSULA RAYONG-SAMET',NULL,'','Thailand','',0,0,215,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12754,'29991','Intercourse','INTERCOURSE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12755,'33016','Interior','INTERIOR',NULL,'','United States','',0,0,231,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12756,'23037','Interlaken','INTERLAKEN',NULL,'','Switzerland','Interlaken',0,0,210,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12757,'32716','Intervale','INTERVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12758,'43972','Intu Afrika Kalahari Private Reserve','INTU AFRIKA KALAHARI PRIVATE RESERVE',NULL,'','Namibia','',0,0,151,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12759,'25205','Inubia Paulista','INUBIA PAULISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12760,'26010','Inukjuak','INUKJUAK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12761,'25771','Inuvik','INUVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12762,'27416','Inver Grove Heights','INVER GROVE HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12763,'8301','Inveraray','INVERARAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12764,'1310','Inverary','INVERARY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12765,'15073','Invercargill','INVERCARGILL',NULL,'','New Zealand','Invercargill',0,0,157,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12766,'7132','Inverclyde','INVERCLYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12767,'34198','Inverell','INVERELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12768,'8302','Invergarry','INVERGARRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12769,'8303','Invergordon','INVERGORDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12770,'8304','Inverkeithing','INVERKEITHING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12771,'7133','Inverleith','INVERLEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12772,'39995','Inverloch','INVERLOCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12773,'25461','Invermere','INVERMERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12774,'19415','Inverness','INVERNESS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12775,'1311','Inverness','INVERNESS',NULL,'','UNITED KINGDOM','Inverness',0,0,469,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12776,'9251','Inverurie','INVERURIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12777,'11240','Invorio Superiore','INVORIO SUPERIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12778,'28873','Inwood','INWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12779,'18554','Inyokern','INYOKERN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12780,'42892','Inzai','INZAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12781,'223','Inzell','INZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12782,'40272','Inzlingen','INZLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12783,'9766','Ioannina','IOANNINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12784,'35253','Ioannina-kostitsi','IOANNINA-KOSTITSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12785,'25462','Ioco','IOCO',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12786,'21071','Iola','IOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12787,'22117','Ionia','IONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12788,'11241','Ionian Coast','IONIAN COAST',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12789,'12001','Ioppolo','IOPPOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12790,'35274','Ios-ormos','IOS-ORMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12791,'24981','Ipanema - Leblon','IPANEMA - LEBLON',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12792,'25084','Ipatinga','IPATINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12793,'9484','Ipeiros','IPEIROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12794,'224','Iphofen','IPHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12795,'24115','Ipiales','IPIALES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12796,'14367','Ipoh','IPOH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12797,'25122','Ipojuca','IPOJUCA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12798,'32316','Ipota','IPOTA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12799,'23450','Ipsach','IPSACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12800,'17286','Ipsala','IPSALA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12801,'8305','Ipswich','IPSWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12802,'26710','Ipswich','IPSWICH',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12803,'25800','Iqaluit','IQALUIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12804,'38','Iquique','IQUIQUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12805,'15421','Iquitos','IQUITOS',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12806,'24982','Iraja','IRAJA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12807,'42509','Irakleia','IRAKLEIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12808,'13902','Irapuato','IRAPUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12809,'31335','Irasburg','IRASBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12810,'1665','Irbid','IRBID',NULL,'','Jordan','Irbid',0,0,111,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12811,'40582','Irdning','IRDNING',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12812,'30700','Iredell','IREDELL',NULL,'','United States','',0,0,231,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12813,'32568','Irene','IRENE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12814,'38103','Ireon','IREON',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12815,'9655','Iria','IRIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12816,'6639','Irigny','IRIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12817,'17457','Iringa','IRINGA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12818,'16321','Irkutsk','IRKUTSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12819,'8306','Ironbridge','IRONBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12820,'17902','Irondale','IRONDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12821,'27668','Ironton','IRONTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12822,'22121','Ironwood','IRONWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12823,'34524','Iroquois Falls','IROQUOIS FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12824,'225','Irschenberg','IRSCHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12825,'3709','Irun','IRUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12826,'2648','Irurtzun','IRURTZUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12827,'38212','Iruya','IRUYA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12828,'33661','Irvine','IRVINE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12829,'8307','Irvine','IRVINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12830,'8308','Irvinestown','IRVINESTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12831,'30701','Irving','IRVING',NULL,'','United States','',0,0,231,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12832,'28306','Irvington','IRVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:31','1900-01-01 00:00:00',1,0,1),(12833,'29992','Irwin','IRWIN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12834,'15753','Isabel Segunda','ISABEL SEGUNDA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12835,'15731','Isabela','ISABELA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12836,'10985','Isafjordur','ISAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12837,'24564','Ischgl','ISCHGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12838,'28307','Iselin','ISELIN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12839,'23456','Iseltwald','ISELTWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12840,'42451','Isenbuttel','ISENBUTTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12841,'12003','Iseo','ISEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12842,'35557','Iseo-lovere','ISEO-LOVERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12843,'513','Iserlohn','ISERLOHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12844,'193','Isernhagen','ISERNHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12845,'37728','Isernia','ISERNIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12846,'35431','Isfahan','ISFAHAN',NULL,'','Iran','',0,0,103,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12847,'13255','Ishigaki','ISHIGAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12848,'13145','Ishigaki-shi','ISHIGAKI-SHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12849,'43540','Ishikawa','ISHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12850,'2217','Ishoj','ISHOJ',NULL,'','Denmark','',0,0,59,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12851,'2344','Ishøj','ISHØJ',NULL,'','Denmark','',0,0,59,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12852,'22123','Ishpeming','ISHPEMING',NULL,'','United States','',0,0,231,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12853,'24754','Ishurdi','ISHURDI',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12854,'32634','Isiro','ISIRO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12855,'6','Isisford','ISISFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12856,'17298','Iskenderun','ISKENDERUN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12857,'39770','Isla Amantani','ISLA AMANTANI',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12858,'39667','Isla Baru','ISLA BARU',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12859,'36520','Isla Colon','ISLA COLON',NULL,'','Panama','',0,0,169,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12860,'42028','Isla Del Sol','ISLA DEL SOL',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:05:36','1900-01-01 00:00:00',1,0,1),(12861,'24909','Isla Marisol','ISLA MARISOL',NULL,'','Belize','',0,0,22,'2016-10-17 11:05:36','1900-01-01 00:00:00',1,0,1),(12862,'15732','Isla Verde','ISLA VERDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12863,'43082','Isla Victoria','ISLA VICTORIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12864,'3240','Isla-cristina','ISLA-CRISTINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12865,'15303','Islamabad','ISLAMABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12866,'19416','Islamorada','ISLAMORADA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12867,'5464','Island','ISLAND',NULL,'','France','',0,0,76,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12868,'10842','Islandbridge','ISLANDBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:38','1900-01-01 00:00:00',1,0,1),(12869,'28874','Islandia','ISLANDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:38','1900-01-01 00:00:00',1,0,1),(12870,'36133','Islantilla','ISLANTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12871,'3124','Islares','ISLARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12872,'24084','Islas Del Rosario','ISLAS DEL ROSARIO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12873,'15340','Islas Secas','ISLAS SECAS',NULL,'','Panama','',0,0,169,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12874,'15387','Islay','ISLAY',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12875,'7136','Islay Island','ISLAY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12876,'26011','Isle Aux Coudres','ISLE AUX COUDRES',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12877,'14422','Isle Of Pines','ISLE OF PINES',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:05:40','1900-01-01 00:00:00',1,0,1),(12878,'43230','Isle Verde','ISLE VERDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12879,'5098','Isles Les Villenoy','ISLES LES VILLENOY',NULL,'','France','',0,0,76,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12880,'7144','Isles Of Scilly','ISLES OF SCILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12881,'44058','Isles-les-villenoy','ISLES-LES-VILLENOY',NULL,'','France','',0,0,76,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12882,'8309','Isleworth','ISLEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12883,'8310','Islington','ISLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12884,'24215','Islita','ISLITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12885,'2429','Ismailia','ISMAILIA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12886,'1344','Ismailia-port Said','ISMAILIA-PORT SAID',NULL,'','EGYPT','',0,0,65,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12887,'227','Ismaning','ISMANING',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12888,'22570','Isny Im Allgau','ISNY IM ALLGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12889,'13256','Isogo','ISOGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12890,'4845','Isola','ISOLA',NULL,'','France','',0,0,76,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12891,'39916','Isola Del Liri','ISOLA DEL LIRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:43','1900-01-01 00:00:00',1,0,1),(12892,'4295','Isola-2000','ISOLA-2000',NULL,'','France','',0,0,76,'2016-10-17 11:05:43','1900-01-01 00:00:00',1,0,1),(12893,'42325','Isole Tremiti','ISOLE TREMITI',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12894,'39482','Isovol','ISOVOL',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12895,'17302','Isparta','ISPARTA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12896,'12005','Ispica','ISPICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12897,'12006','Ispra','ISPRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12898,'31520','Issaquah','ISSAQUAH',NULL,'','United States','',0,0,231,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12899,'37919','Isselburg','ISSELBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12900,'37260','Issenheim','ISSENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12901,'5316','Issoire','ISSOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12902,'5646','Issoudun','ISSOUDUN',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12903,'4727','Issy-les-moulineaux','ISSY-LES-MOULINEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12904,'3241','Istan','ISTAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12905,'17306','Istanbul','ISTANBUL',NULL,'','Turkey','Istanbul',0,0,222,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12906,'40401','Isthmia','ISTHMIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12907,'42513','Istiaia - Evia','ISTIAIA - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12908,'12892','Istrana','ISTRANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12909,'6442','Istres','ISTRES',NULL,'','France','',0,0,76,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12910,'9988','Istria','ISTRIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12911,'42671','Istron','ISTRON',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12912,'958','Itabira','ITABIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12913,'42204','Itaborai','ITABORAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12914,'25041','Itacare','ITACARE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12915,'25085','Itaim','ITAIM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12916,'25102','Itaituba','ITAITUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12917,'25181','Itajai','ITAJAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12918,'41827','Italian Alps','ITALIAN ALPS',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12919,'13257','Itami','ITAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12920,'10700','Itanagar','ITANAGAR',NULL,'','India','Itanagar',40,0,101,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12921,'42759','Itanhaem','ITANHAEM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12922,'42205','Itapecerica Da Serra','ITAPECERICA DA SERRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12923,'25182','Itapema','ITAPEMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12924,'20601','Itasca','ITASCA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12925,'9656','Itea','ITEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12926,'28876','Ithaca','ITHACA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12927,'9780','Ithaki','ITHAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12928,'40280','Itsukushima','ITSUKUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12929,'27869','Itta Bena','ITTA BENA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12930,'24468','Itterdorfl','ITTERDORFL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12931,'23038','Ittigen','ITTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12932,'24984','Itupeva','ITUPEVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12933,'26110','Ituzaingo','ITUZAINGO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12934,'2028','Itzehoe','ITZEHOE',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12935,'27870','Iuka','IUKA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12936,'4041','Ivalo','IVALO',NULL,'','Finland','',0,0,75,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12937,'17654','Ivanof Bay','IVANOF BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12938,'17489','Ivano-frankovsk','IVANO-FRANKOVSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12939,'16420','Ivanova','IVANOVA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12940,'33344','Ivins','IVINS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12941,'19094','Ivoryton','IVORYTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12942,'4728','Ivry-sur-seine','IVRY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12943,'26012','Ivujivik','IVUJIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12944,'35715','Iwaki','IWAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12945,'35714','Iwakuni','IWAKUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12946,'13258','Iwami','IWAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12947,'43178','Iwate','IWATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12948,'9485','Ixia','IXIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12949,'14004','Ixmiquilpan','IXMIQUILPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12950,'13821','Ixtacalco','IXTACALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12951,'13995','Ixtapa','IXTAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12952,'13823','Ixtapalapa','IXTAPALAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12953,'14036','Ixtapaluca','IXTAPALUCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12954,'14037','Ixtapan De La Sal','IXTAPAN DE LA SAL',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12955,'9879','Izabal','IZABAL',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12956,'15691','Izabelin','IZABELIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12957,'16468','Izhevsk','IZHEVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12958,'17317','Izmir','IZMIR',NULL,'','Turkey','Izmir',0,0,222,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12959,'17213','Izmit','IZMIT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12960,'42744','Iznajar','IZNAJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12961,'3242','Iznájar','IZNÁJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12962,'17275','Iznik','IZNIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12963,'16633','Izola','IZOLA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12964,'13259','Izumi','IZUMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12965,'35716','Izumiotsu','IZUMIOTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12966,'13146','Izumi-otsu','IZUMI-OTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12967,'13147','Izumisano','IZUMISANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12968,'13260','Izumo','IZUMO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12969,'39467','Izunagaoka','IZUNAGAOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12970,'42893','Izunokuni','IZUNOKUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12971,'10650','Jabalpur','JABALPUR',NULL,'','India','Jabalpur',15,0,101,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12972,'14150','Jabat','JABAT',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12973,'26240','Jabiru','JABIRU',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12974,'40380','Jablonec Nad Nisou','JABLONEC NAD NISOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12975,'25123','Jaboatao','JABOATAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12976,'25086','Jaboticatubas','JABOTICATUBAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12977,'42760','Jacarei','JACAREI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12978,'30702','Jacinto City','JACINTO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12979,'32822','Jackpot','JACKPOT',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12980,'30703','Jacksboro','JACKSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12981,'43800','Jacksons Point','JACKSONS POINT',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:59','1900-01-01 00:00:00',1,0,1),(12982,'20602','Jacksonville','JACKSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:59','1900-01-01 00:00:00',1,0,1),(12983,'24154','Jaco','JACO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:06:01','1900-01-01 00:00:00',1,0,1),(12984,'15304','Jacobabad','JACOBABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12985,'15569','Jacquinot Bay','JACQUINOT BAY',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12986,'10527','Jadabpur','JADABPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12987,'3243','Jaen','JAEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12988,'32718','Jaffrey','JAFFREY',NULL,'','United States','',0,0,231,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12989,'44211','Jagatsukh','JAGATSUKH',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12990,'10528','Jagdalpur','JAGDALPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12991,'715','Jagel','JAGEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12992,'39483','Jagersrust','JAGERSRUST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12993,'966','Jaguariaiva','JAGUARIAIVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12994,'1486','Jaguariuna','JAGUARIUNA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12995,'10529','Jaipur','JAIPUR',NULL,'','India','Jaipur tourism | Jaipur tourist | Jaipur travel pa',2,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12996,'10670','Jaisalmer','JAISALMER',NULL,'','India','Jaisalmer City Tour | Jaisalmer Tour Packages | Ja',2,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12997,'44212','Jaisamand','JAISAMAND',NULL,'','India','',0,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12998,'10285','Jakarta','JAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12999,'22979','Jakes Corner','JAKES CORNER',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13000,'9860','Jakobshavn','JAKOBSHAVN',NULL,'','Greenland','',0,0,87,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13001,'4010','Jakobstad','JAKOBSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13002,'3759','Jalance','JALANCE',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13003,'10530','Jalandhar','JALANDHAR',NULL,'','India','Jalandhar',19,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13004,'13903','Jalapa','JALAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13005,'14119','Jalcomulco','JALCOMULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13006,'40855','Jaldapara','JALDAPARA',NULL,'','India','',0,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13007,'40856','Jalgaon','JALGAON',NULL,'','India','Jalgaon',5,0,101,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13008,'43259','Jalisco','JALISCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13010,'41786','Jalpan De Serra','JALPAN DE SERRA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13011,'14151','Jaluit','JALUIT',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13012,'13065','Jamaica','JAMAICA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13013,'28878','Jamaica','JAMAICA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13014,'10279','Jambi','JAMBI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13015,'17458','Jambiani','JAMBIANI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13016,'24775','Jambol','JAMBOL',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13017,'28309','Jamesburg','JAMESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13018,'32463','Jamestown','JAMESTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13019,'18557','Jamestown','JAMESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13020,'42928','Jamestown','JAMESTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:06','1900-01-01 00:00:00',1,0,1),(13021,'10642','Jammu','JAMMU',NULL,'','India','Jammu',13,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13022,'10635','Jamnagar','JAMNAGAR',NULL,'','India','Jamnagar',16,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13023,'4011','Jamsa','JAMSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13024,'10627','Jamshedpur','JAMSHEDPUR',NULL,'','India','Jamshedpur',48,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13025,'18558','Jamul','JAMUL',NULL,'','United States','',0,0,231,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13026,'10420','Janai','JANAI',NULL,'','India','',0,0,101,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13027,'39583','Jandaira','JANDAIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13028,'27670','Jane','JANE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13029,'31776','Janesville','JANESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13030,'42206','Japaratinga','JAPARATINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13031,'41953','Jaraba','JARABA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13032,'43087','Jarabacoa','JARABACOA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13033,'25183','Jaragua Do Sul','JARAGUA DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13034,'43332','Jarandilla','JARANDILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13035,'32823','Jarbidge','JARBIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13036,'24985','Jardim Paulista - Consolocao','JARDIM PAULISTA - CONSOLOCAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13037,'6239','Jard-sur-mer','JARD-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13038,'16674','Jarfalla','JARFALLA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13039,'17157','Jarjis','JARJIS',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13040,'15671','Jaroslaw','JAROSLAW',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13041,'3971','Jarvenpaa','JARVENPAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13042,'44043','Jasionka','JASIONKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13043,'20911','Jasper','JASPER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13044,'25326','Jasper','JASPER',NULL,'','Canada','Jasper',0,0,39,'2016-10-17 11:06:11','1900-01-01 00:00:00',1,0,1),(13045,'6640','Jasseron','JASSERON',NULL,'','France','',0,0,76,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13046,'39271','Jászapáti','JÁSZAPÁTI',NULL,'','Hungary','',0,0,99,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13047,'10286','Jatinegara','JATINEGARA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13048,'41424','Jativa','JATIVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13049,'23240','Jaun','JAUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13050,'42774','Jaunay-clan','JAUNAY-CLAN',NULL,'','France','',0,0,76,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13051,'6443','Jausiers','JAUSIERS',NULL,'','France','',0,0,76,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13052,'6303','Jaux','JAUX',NULL,'','France','',0,0,76,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13053,'41009','Java','JAVA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13054,'1007','Java- Jakarta','JAVA- JAKARTA',NULL,'','INDONESIA','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13055,'15448','Javalera','JAVALERA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13056,'3409','Javea','JAVEA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13057,'36136','Javier','JAVIER',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13058,'10310','Jayapura','JAYAPURA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13059,'15754','Jayuya','JAYUYA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13060,'32824','Jean','JEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13061,'26013','Jean Lesage International Airport (Yqb)','JEAN LESAGE INTERNATIONAL AIRPORT (YQB)',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13062,'25926','Jebel Ali','JEBEL ALI',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13063,'35807','Jecheon','JECHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13064,'43811','Jechica','JECHICA',NULL,'','Chile','',0,0,45,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13065,'36717','Jedaidet Al Shebani','JEDAIDET AL SHEBANI',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13066,'8311','Jedburgh','JEDBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13067,'16515','Jeddah','JEDDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13068,'33665','Jeffersontown','JEFFERSONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:18','1900-01-01 00:00:00',1,0,1),(13069,'32619','Jeffreys Bay','JEFFREYS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13070,'14152','Jeh','JEH',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13071,'35799','Jeju (Cheju)','JEJU (CHEJU)',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13072,'13497','Jeju (City)','JEJU (CITY)',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13073,'19841','Jekyll Island','JEKYLL ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13074,'10163','Jelambar','JELAMBAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13075,'15708','Jelenia Gora','JELENIA GORA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13076,'33174','Jellico','JELLICO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13077,'10014','Jelsa','JELSA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13078,'10228','Jember','JEMBER',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13079,'28533','Jemez Springs','JEMEZ SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13080,'1974','Jena','JENA',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13081,'23241','Jenaz','JENAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13082,'32918','Jenks','JENKS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13083,'18559','Jenner','JENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13084,'27063','Jennersdorf','JENNERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13085,'27672','Jennings','JENNINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13086,'34199','Jenolan Caves','JENOLAN CAVES',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13087,'25602','Jenpeg','JENPEG',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13088,'19423','Jensen Beach','JENSEN BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13089,'35796','Jeonju','JEONJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13090,'14283','Jerantut','JERANTUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13091,'14305','Jerejak Island','JEREJAK ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13092,'43954','Jerez De Garcia Salinas','JEREZ DE GARCIA SALINAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13093,'3760','Jerica','JERICA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13094,'28882','Jericho','JERICHO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13095,'35415','Jericho','JERICHO',NULL,'','Israel','',0,0,106,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13096,'25056','Jericoacoara','JERICOACOARA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13097,'34200','Jerilderie','JERILDERIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13098,'20367','Jerome','JEROME',NULL,'','United States','',0,0,231,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13099,'9311','Jersey','JERSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13100,'28310','Jersey City','JERSEY CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13101,'20603','Jerseyville','JERSEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13102,'3640','Jerte','JERTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13103,'25251','Jerudong','JERUDONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13104,'11043','Jerusalem','JERUSALEM',NULL,'','Israel','Jerusalem',0,0,106,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13105,'40639','Jerzens','JERZENS',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13106,'12825','Jerzu','JERZU',NULL,'','Italy','',0,0,107,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13107,'24347','Jesenik','JESENIK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13108,'11244','Jesi','JESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13109,'34201','Jesmond','JESMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13110,'8312','Jesmond','JESMOND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13111,'14848','Jessheim','JESSHEIM',NULL,'','Norway','',0,0,164,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13112,'24755','Jessore','JESSORE',NULL,'','Bangladesh','Jessore ',0,0,18,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13113,'21721','Jessup','JESSUP',NULL,'','United States','',0,0,231,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13114,'19842','Jesup','JESUP',NULL,'','United States','',0,0,231,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13115,'15384','Jesus Maria','JESUS MARIA',NULL,'','Peru','',0,0,172,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13116,'24631','Jette','JETTE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13117,'2070','Jettingen-scheppach','JETTINGEN-SCHEPPACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13118,'14946','Jevnaker','JEVNAKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13119,'37768','Jewett','JEWETT',NULL,'','United States','',0,0,231,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13120,'10421','Jeypore','JEYPORE',NULL,'','India','',0,0,101,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13121,'40814','Jhansi','JHANSI',NULL,'','India','Jhansi',6,0,101,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13122,'17391','Jhihbin Hot Springs','JHIHBIN HOT SPRINGS',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13123,'41761','Ji Parana','JI PARANA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13124,'23904','Jiading','JIADING',NULL,'','China','',0,0,46,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13125,'23786','Jiamusi','JIAMUSI',NULL,'','China','',0,0,46,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13126,'23728','Ji\'an','JI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13127,'34875','Jiande','JIANDE',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13128,'23966','Jiangmen','JIANGMEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13129,'23740','Jiangning','JIANGNING',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13130,'43175','Jiangsu','JIANGSU',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13131,'23741','Jiangyin','JIANGYIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13132,'43056','Jiantang','JIANTANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13133,'23700','Jiaojiang','JIAOJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13134,'17392','Jiaosi','JIAOSI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13135,'42300','Jiaoxi','JIAOXI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13136,'23669','Jiaozhou','JIAOZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13137,'23793','Jiaozuo','JIAOZUO',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13138,'23770','Jiashan','JIASHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13139,'23701','Jiaxing','JIAXING',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13140,'23848','Jiayuguan','JIAYUGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13141,'24343','Jihlava','JIHLAVA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13142,'40101','Jijel','JIJEL',NULL,'','Algeria','',0,0,3,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13143,'3860','Jijiga','JIJIGA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13144,'3761','Jijona','JIJONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13145,'23763','Jilin','JILIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13146,'42600','Jim Corbett National Park','JIM CORBETT NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13147,'29995','Jim Thorpe','JIM THORPE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13148,'10229','Jimbaran','JIMBARAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13149,'3861','Jimma','JIMMA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13150,'23926','Jinan','JINAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13151,'23916','Jincheng','JINCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13152,'34202','Jindabyne','JINDABYNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13153,'34950','Jindrichuv Hradec','JINDRICHUV HRADEC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13154,'23560','Jingdezhen','JINGDEZHEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13155,'23729','Jinggangshan','JINGGANGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13156,'23598','Jinghong','JINGHONG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13157,'37831','Jingili','JINGILI',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13158,'23828','Jingmen','JINGMEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13159,'23829','Jingzhou','JINGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13160,'23702','Jinhua','JINHUA',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13161,'23878','Jining','JINING',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13162,'37681','Jinja','JINJA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13163,'23730','Jinjiang','JINJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13164,'3862','Jinka','JINKA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13165,'14444','Jinotega','JINOTEGA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13166,'23703','Jinshan','JINSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13167,'42302','Jinshan','JINSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13168,'23742','Jintan','JINTAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13169,'23862','Jinzhong','JINZHONG',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13170,'23871','Jinzhou','JINZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13171,'43353','Jiu Zhai Gou','JIU ZHAI GOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13172,'34876','Jiuhuashan Mountain','JIUHUASHAN MOUNTAIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13173,'23731','Jiujiang','JIUJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13174,'42389','Jiuquan','JIUQUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13175,'23603','Jiuzhaigou','JIUZHAIGOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13176,'15305','Jiwani','JIWANI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13177,'39390','Jixi','JIXI',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13178,'971','Joacaba','JOACABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13179,'37234','Joachimsthal','JOACHIMSTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13180,'41444','Joanetes','JOANETES',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13181,'25108','Joao Pessoa','JOAO PESSOA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13182,'38543','Jochberg','JOCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13183,'43955','Jocotepec','JOCOTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13184,'10531','Jodhpur','JODHPUR',NULL,'','India','Jodhpur',2,0,101,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13185,'33175','Joelton','JOELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13186,'3913','Joensuu','JOENSUU',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13187,'35717','Joetsu','JOETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13188,'10133','Jogyakarta','JOGYAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13189,'32569','Johannesburg','JOHANNESBURG',NULL,'','South Africa','Johannesburg',0,0,195,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13190,'16828','Johanneshov','JOHANNESHOV',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13191,'228','Johannisthal','JOHANNISTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13192,'10164','Johar Baru','JOHAR BARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13193,'26241','John Brewer Reef','JOHN BREWER REEF',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13194,'30350','Johns Island','JOHNS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:06:38','1900-01-01 00:00:00',1,0,1),(13195,'18037','Johnson','JOHNSON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:38','1900-01-01 00:00:00',1,0,1),(13196,'26160','Johnsons Point','JOHNSONS POINT',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:06:39','1900-01-01 00:00:00',1,0,1),(13197,'30249','Johnston','JOHNSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13198,'8313','Johnstone','JOHNSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13199,'29996','Johnstown','JOHNSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13200,'14284','Johor Baharu','JOHOR BAHARU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13201,'5465','Joigny','JOIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13202,'5731','Joinville','JOINVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13203,'24986','Joinville','JOINVILLE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13204,'4729','Joinville-le-pont','JOINVILLE-LE-PONT',NULL,'','France','',0,0,76,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13205,'40858','Jojawar','JOJAWAR',NULL,'','India','',0,0,101,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13206,'16752','Jokkmokk','JOKKMOKK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13207,'20604','Joliet','JOLIET',NULL,'','United States','',0,0,231,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13208,'26014','Joliette','JOLIETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13209,'15520','Jolo','JOLO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13210,'10230','Jombang','JOMBANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13211,'15036','Jomsom','JOMSOM',NULL,'','Nepal','Jomsom ',0,0,153,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13212,'16986','Jomtien Beach','JOMTIEN BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13213,'6641','Jonage','JONAGE',NULL,'','France','',0,0,76,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13214,'29998','Jonas','JONAS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13215,'22127','Jones','JONES',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13216,'19843','Jonesboro','JONESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13217,'33177','Jonesborough','JONESBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:44','1900-01-01 00:00:00',1,0,1),(13218,'29999','Jonestown','JONESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:44','1900-01-01 00:00:00',1,0,1),(13219,'33896','Jonesville','JONESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13220,'16721','Jonkoping','JONKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13221,'26015','Jonquiere','JONQUIERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13222,'6642','Jons','JONS',NULL,'','France','',0,0,76,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13223,'6339','Jonzac','JONZAC',NULL,'','France','',0,0,76,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13224,'26242','Joondalup','JOONDALUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13225,'27673','Joplin','JOPLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13226,'21722','Joppa','JOPPA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13227,'8314','Joppa','JOPPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13228,'37767','Jorba','JORBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13229,'14645','Jordaan','JORDAAN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13230,'27418','Jordan','JORDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13231,'34525','Jordan','JORDAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13232,'10532','Jorhat','JORHAT',NULL,'','India','Jorhat',10,0,101,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13233,'2179','Jorlunde','JORLUNDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13234,'3937','Joroinen','JOROINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13235,'26094','Jose De San Martin','JOSE DE SAN MARTIN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13236,'45','Josefov Dul','JOSEFOV DUL',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13237,'29685','Joseph','JOSEPH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13238,'16263','Joshkar-ola','JOSHKAR-OLA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13239,'38637','Joshua','JOSHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13240,'5853','Jossigny','JOSSIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13241,'1886','Jossnitz','JOSSNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13242,'32222','Jost Van Dyke','JOST VAN DYKE',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13243,'13148','Joto','JOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13244,'6444','Joucas','JOUCAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13245,'6800','Joue-les-tours','JOUE-LES-TOURS',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13246,'16497','Jouf','JOUF',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13247,'13553','Jounieh','JOUNIEH',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13248,'30709','Jourdanton','JOURDANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13249,'4012','Joutsa','JOUTSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13250,'6805','Jouy Aux Arches','JOUY AUX ARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13251,'41431','Jouy-aux-arches','JOUY-AUX-ARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13252,'4730','Jouy-en-josas','JOUY-EN-JOSAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13253,'13149','Joyo','JOYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13254,'15655','Jozefow','JOZEFOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13255,'2376','Juan Dolio','JUAN DOLIO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13256,'3553','Juanetas','JUANETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13257,'31521','Juanita','JUANITA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13258,'15429','Juanjui','JUANJUI',NULL,'','Peru','',0,0,172,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13259,'6445','Juan-les-pins','JUAN-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13260,'16576','Juayua','JUAYUA',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13261,'25057','Juazeiro Do Norte','JUAZEIRO DO NORTE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13262,'13554','Jubayl','JUBAYL',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13263,'43719','Jubilee Pocket','JUBILEE POCKET',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13264,'24419','Judenburg','JUDENBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13265,'2321','Juelsminde','JUELSMINDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13266,'43606','Juffair','JUFFAIR',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13267,'10533','Juhu Beach','JUHU BEACH',NULL,'','India','',0,0,101,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13268,'24987','Juina','JUINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13269,'36017','Juiquan','JUIQUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13270,'27235','Juist','JUIST',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13271,'25087','Juiz De Fora','JUIZ DE FORA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13272,'26047','Jujuy','JUJUY',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13273,'16753','Jukkasjarvi','JUKKASJARVI',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13274,'33467','Julesburg','JULESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13275,'26413','Julia Creek','JULIA CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13276,'15365','Juliaca','JULIACA',NULL,'','Peru','Juliaca',0,0,172,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13277,'18562','Julian','JULIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13278,'25900','Julianadorp','JULIANADORP',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13279,'9861','Julianehab','JULIANEHAB',NULL,'','Greenland','',0,0,87,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13280,'32660','Juliasdale','JULIASDALE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13281,'37717','Julienas','JULIENAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13282,'194','Juliusruh-reugen','JULIUSRUH-REUGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13283,'44059','Jumieges','JUMIEGES',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13284,'40561','Jumièges','JUMIÈGES',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13285,'15053','Jumla','JUMLA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13286,'25328','Jumping Pond','JUMPING POND',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13288,'25207','Jundiai','JUNDIAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13289,'18563','June Lake','JUNE LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13290,'17655','Juneau','JUNEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13291,'34203','Junee','JUNEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13292,'23039','Jungfraujoch','JUNGFRAUJOCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13293,'24469','Jungholz','JUNGHOLZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13294,'38091','Junin De Los Andes','JUNIN DE LOS ANDES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13295,'19425','Juno Beach','JUNO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13296,'19426','Jupiter','JUPITER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13297,'23040','Jura','JURA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13298,'40385','Jurata','JURATA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13299,'27236','Jurgenstorf','JURGENSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13300,'40630','Jurien Bay','JURIEN BAY',NULL,'','Australia','Jurien Bay',0,0,13,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13301,'13668','Jurmala','JURMALA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13302,'20605','Justice','JUSTICE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13303,'5923','Juvignac','JUVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13304,'4731','Juvisy-sur-orge','JUVISY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13305,'23891','Juyongguan','JUYONGGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13306,'43750','Jwalapur','JWALAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13307,'2283','Jyllinge','JYLLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13308,'43872','Jyvaeskylae','JYVAESKYLAE',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13309,'4013','Jyvaskyla','JYVASKYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13310,'20010','Kaaawa','KAAAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13311,'38356','Kaag','KAAG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13312,'20011','Kaanapali','KAANAPALI',NULL,'','United States','',0,0,231,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13313,'4014','Kaarina','KAARINA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13314,'514','Kaarst','KAARST',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13315,'14599','Kaatsheuvel','KAATSHEUVEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13316,'41126','Kabale','KABALE',NULL,'','Uganda','',0,0,226,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13317,'16349','Kabardinka','KABARDINKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13318,'14153','Kaben','KABEN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13319,'10423','Kabini','KABINI',NULL,'','India','',17,0,101,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13320,'3863','Kabri Dar','KABRI DAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13321,'16528','Kabrousse','KABROUSSE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13322,'25838','Kabul','KABUL',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13323,'4056','Kadavu','KADAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13324,'39870','Kadavulailai','KADAVULAILAI',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13325,'17214','Kadikoy - Uskudar (Asian Side)','KADIKOY - USKUDAR (ASIAN SIDE)',NULL,'','Turkey','',0,0,222,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13326,'26455','Kadina','KADINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13327,'33017','Kadoka','KADOKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13328,'13261','Kadoma','KADOMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13329,'32661','Kadoma','KADOMA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13330,'42282','Kadyny','KADYNY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13331,'42824','Kaeng Krachan','KAENG KRACHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13332,'40249','Kafountine','KAFOUNTINE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13333,'13262','Kaga','KAGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13334,'43541','Kagawa','KAGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13335,'17307','Kagithane','KAGITHANE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13336,'20012','Kahakuloa','KAHAKULOA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:01','1900-01-01 00:00:00',1,0,1),(13337,'20013','Kahana','KAHANA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:01','1900-01-01 00:00:00',1,0,1),(13338,'26016','Kahnawake','KAHNAWAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13339,'27675','Kahoka','KAHOKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13340,'20016','Kahuku','KAHUKU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13341,'20017','Kahului','KAHULUI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13342,'16987','Kai Be Beach','KAI BE BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13343,'23794','Kaifeng','KAIFENG',NULL,'','China','',0,0,46,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13344,'15116','Kaikohe','KAIKOHE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13345,'15074','Kaikoura','KAIKOURA',NULL,'','New Zealand','Kaikoura',0,0,157,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13346,'10534','Kailashahar','KAILASHAHAR',NULL,'','India','',0,0,101,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13347,'23863','Kaili','KAILI',NULL,'','China','',0,0,46,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13348,'20018','Kailua','KAILUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13349,'20020','Kailua-kona','KAILUA-KONA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13350,'10311','Kaimana','KAIMANA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13351,'43751','Kainakary','KAINAKARY',NULL,'','India','',0,0,101,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13352,'20021','Kainaliu','KAINALIU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13353,'229','Kainsbach','KAINSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13354,'34878','Kaiping','KAIPING',NULL,'','China','',0,0,46,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13355,'17163','Kairouan','KAIROUAN',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13356,'9657','Kaisariani','KAISARIANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13357,'38140','Kaisersbach','KAISERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13358,'634','Kaiserslautern','KAISERSLAUTERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13359,'15075','Kaitaia','KAITAIA',NULL,'','New Zealand','Kaitaia',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13360,'43023','Kaiteriteri','KAITERITERI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13361,'15208','Kaiwaka','KAIWAKA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13362,'3945','Kajaani','KAJAANI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13363,'16599','Kajal','KAJAL',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13364,'14340','Kajang','KAJANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13365,'43752','Kakabe','KAKABE',NULL,'','India','',0,0,101,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13366,'38362','Kakadu','KAKADU',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13367,'13150','Kakeyu Hot Springs','KAKEYU HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13368,'17657','Kakhonak','KAKHONAK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13369,'43753','Kakinada','KAKINADA',NULL,'','India','',0,0,101,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13370,'37998','Kakopetria','KAKOPETRIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13371,'17658','Kaktovik','KAKTOVIK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13372,'35719','Kakunodate','KAKUNODATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13373,'44213','Kala Amb','KALA AMB',NULL,'','India','',0,0,101,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13374,'37409','Kala Nera','KALA NERA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13375,'9486','Kalafatis','KALAFATIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13376,'20022','Kalaheo','KALAHEO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13377,'3946','Kalajoki','KALAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13378,'31522','Kalaloch','KALALOCH',NULL,'','United States','',0,0,231,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13379,'31523','Kalama','KALAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13380,'43421','Kalamaki','KALAMAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13381,'9658','Kalamakion','KALAMAKION',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13382,'9793','Kalamata','KALAMATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13383,'22129','Kalamazoo','KALAMAZOO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13384,'9771','Kalambaka','KALAMBAKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13385,'9659','Kalami','KALAMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13386,'9660','Kalamos','KALAMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13387,'9487','Kalampaka','KALAMPAKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13388,'20023','Kalapana','KALAPANA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13389,'44214','Kalapet','KALAPET',NULL,'','India','',0,0,101,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13390,'40691','Kalathas','KALATHAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13391,'20024','Kalaupapa','KALAUPAPA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13392,'24276','Kalavasos','KALAVASOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13393,'9661','Kalavryta','KALAVRYTA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13394,'42079','Kalaw','KALAW',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13395,'26594','Kalbarri','KALBARRI',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13396,'1939','Kalbe','KALBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13397,'32635','Kalemie','KALEMIE',NULL,'','Fiji','',0,0,74,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13398,'26595','Kalgoorlie','KALGOORLIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13399,'43883','Kalibaru','KALIBARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13400,'15477','Kalibo','KALIBO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13401,'20025','Kalihiwai','KALIHIWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13402,'41696','Kalimantan','KALIMANTAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13403,'38534','Kalimpong','KALIMPONG',NULL,'','India','Kalimpong',12,0,101,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13404,'16326','Kaliningrad','KALININGRAD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13405,'27990','Kalispell','KALISPELL',NULL,'','United States','',0,0,231,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13406,'15613','Kalisz','KALISZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13407,'17255','Kalkan','KALKAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13408,'515','Kalkar','KALKAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13409,'26243','Kalkaringi','KALKARINGI',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13410,'22131','Kalkaska','KALKASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13411,'37730','Kallax','KALLAX',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13412,'9488','Kallikratia','KALLIKRATIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13413,'9662','Kallithea','KALLITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13414,'16730','Kalmar','KALMAR',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13415,'9490','Kalo Horio','KALO HORIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13416,'38798','Kalocsa','KALOCSA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13417,'37950','Kalogria','KALOGRIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13418,'20231','Kalona','KALONA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13419,'38295','Kalorama','KALORAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13420,'40610','Kalpaki','KALPAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13422,'42599','Kalpetta','KALPETTA',NULL,'','India','Kalpetta',3,0,101,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13423,'40334','Kals Am Grossglockner','KALS AM GROSSGLOCKNER',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13424,'17659','Kalskag','KALSKAG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13425,'17660','Kaltag','KALTAG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13426,'716','Kaltenkirchen','KALTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13427,'20026','Kaluaaha','KALUAAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13428,'16331','Kaluga','KALUGA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13429,'13617','Kalutara','KALUTARA',NULL,'','Sri Lanka','Kalutara',0,0,200,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13430,'34961','Kalvehave','KALVEHAVE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13431,'42508','Kalymnos','KALYMNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13432,'9492','Kalyves','KALYVES',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13433,'9903','Kam Tin','KAM TIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13434,'13396','Kamakura','KAMAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13435,'42051','Kamala','KAMALA',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13436,'24833','Kamalame Cay','KAMALAME CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13437,'20027','Kamalo','KAMALO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13438,'10535','Kamalpur','KAMALPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13439,'43973','Kamanjab','KAMANJAB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13440,'26244','Kamaran Downs','KAMARAN DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13441,'32350','Kamaran Island','KAMARAN ISLAND',NULL,'','Yemen','',0,0,240,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13442,'38273','Kamares (Achaea)','KAMARES (ACHAEA)',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13443,'10691','Kamarhati','KAMARHATI',NULL,'','India','',0,0,101,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13444,'9494','Kamari','KAMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13445,'26596','Kambalda','KAMBALDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13446,'38810','Kambi','KAMBI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13447,'9663','Kambos','KAMBOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13448,'10165','Kambuaya','KAMBUAYA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13449,'24776','Kamchia','KAMCHIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13450,'516','Kamen','KAMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13451,'9664','Kamena Vourla','KAMENA VOURLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13452,'40104','Kamenari','KAMENARI',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13453,'17490','Kamenets-podol\'skiy','KAMENETS-PODOL\'SKIY',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13454,'16357','Kamenka','KAMENKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13455,'16265','Kamenogorsk','KAMENOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13456,'35727','Kameoka','KAMEOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13457,'16930','Kameshli','KAMESHLI',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13458,'43911','Kameyama','KAMEYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13459,'13151','Kamigyo','KAMIGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13460,'42565','Kamikawa','KAMIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13461,'13264','Kami-renjaku','KAMI-RENJAKU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13462,'25463','Kamloops','KAMLOOPS',NULL,'','Canada','Kamloops',0,0,39,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13463,'43912','Kamogawa','KAMOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13464,'17479','Kampala','KAMPALA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13465,'42259','Kampar','KAMPAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13466,'635','Kamp-bornhofen','KAMP-BORNHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13467,'17063','Kamphaeng Phet','KAMPHAENG PHET',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13468,'37363','Kampong Cham','KAMPONG CHAM',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13469,'25252','Kampong Jerudong','KAMPONG JERUDONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13470,'9805','Kampos','KAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13471,'1772','Kampot','KAMPOT',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13472,'14341','Kampung Setiu Lama','KAMPUNG SETIU LAMA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13473,'43105','Kampur','KAMPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13474,'33346','Kanab','KANAB',NULL,'','United States','',0,0,231,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13475,'13265','Kanagawa','KANAGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13476,'40859','Kanam','KANAM',NULL,'','India','',0,0,101,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13477,'25329','Kananaskis','KANANASKIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13478,'24036','Kananga','KANANGA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13479,'9665','Kanapitsa','KANAPITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13480,'34526','Kanata','KANATA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13481,'37474','Kanatadika','KANATADIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13482,'10424','Kanatal','KANATAL',NULL,'','India','',0,0,101,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13483,'31999','Kanawha City','KANAWHA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13484,'13266','Kanazawa','KANAZAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13485,'16955','Kanchanaburi','KANCHANABURI',NULL,'','Thailand','Kanchanaburi',0,0,215,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13487,'10673','Kanchipuram','KANCHIPURAM',NULL,'','India','Kanchipuram',18,0,101,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13488,'13267','Kanda','KANDA',NULL,'','Japan','Kanda',0,0,110,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13489,'25839','Kandahar','KANDAHAR',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13490,'23242','Kandersteg','KANDERSTEG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13491,'10636','Kandla','KANDLA',NULL,'','India','',0,0,101,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13492,'38566','Kandooma','KANDOOMA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13493,'13601','Kandy','KANDY',NULL,'','Sri Lanka','kandy',0,0,200,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13494,'30000','Kane','KANE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13495,'20029','Kaneohe','KANEOHE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13496,'3887','Kanervamäki','KANERVAMÄKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13497,'37559','Kanfanar','KANFANAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13498,'14371','Kangar','KANGAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13499,'26805','Kangaroo Island','KANGAROO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13500,'3914','Kangasala','KANGASALA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13501,'36349','Kangerlussuaq','KANGERLUSSUAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13502,'26017','Kangiqsualujjuaq','KANGIQSUALUJJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13503,'26018','Kangiqsujuaq','KANGIQSUJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13504,'26019','Kangirsuk','KANGIRSUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13505,'13520','Kangnung','KANGNUNG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13506,'23872','Kangping','KANGPING',NULL,'','China','',0,0,46,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13507,'10536','Kangra','KANGRA',NULL,'','India','Kangra',1,0,101,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13508,'40106','Kanha','KANHA',NULL,'','India','',0,0,101,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13509,'43672','Kaniva','KANIVA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13510,'4015','Kankaanpaa','KANKAANPAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13511,'20606','Kankakee','KANKAKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13512,'13152','Kannai - Chinatown','KANNAI - CHINATOWN',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13513,'33898','Kannapolis','KANNAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13514,'42597','Kannur','KANNUR',NULL,'','India','Kannur',3,0,101,'2016-10-17 11:07:24','2017-08-17 11:29:04',1,0,1),(13515,'39014','Kanokupolu','KANOKUPOLU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13516,'10537','Kanpur','KANPUR',NULL,'','India','Kanpur',6,0,101,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13517,'13153','Kansai International Airport (Kix)','KANSAI INTERNATIONAL AIRPORT (KIX)',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13518,'13741','Kanuhara','KANUHARA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:07:25','1900-01-01 00:00:00',1,0,1),(13519,'13268','Kanuma','KANUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:25','1900-01-01 00:00:00',1,0,1),(13520,'40215','Kanyakumari','KANYAKUMARI',NULL,'','India','Kanyakumari',18,0,101,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13521,'43782','Kanye','KANYE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13522,'17440','Kaohsiung','KAOHSIUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13523,'20030','Kapaa','KAPAA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13524,'20031','Kapaau','KAPAAU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13525,'20032','Kapaia','KAPAIA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13526,'20033','Kapalua','KAPALUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13527,'42855','Kapas Island','KAPAS ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13528,'44215','Kapashera','KAPASHERA',NULL,'','India','',0,0,101,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13529,'24420','Kapfenberg','KAPFENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13530,'37698','Kapikiri','KAPIKIRI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13531,'14375','Kapit','KAPIT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13532,'40058','Kaplan','KAPLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13533,'24311','Kaplice','KAPLICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13534,'20034','Kapoho','KAPOHO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13535,'20035','Kapolei','KAPOLEI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13536,'16389','Kapotnya','KAPOTNYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13537,'10425','Kappad Beach','KAPPAD BEACH',NULL,'','India','',0,0,101,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13538,'23243','Kappel','KAPPEL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13539,'39970','Kappel-grafenhausen','KAPPEL-GRAFENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13540,'717','Kappeln','KAPPELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13541,'24386','Kaprun','KAPRUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13542,'34527','Kapuskasing','KAPUSKASING',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13543,'17288','Karabuk','KARABUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13544,'15289','Karachi','KARACHI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13545,'13439','Karaganda','KARAGANDA',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13547,'44216','Karaikudi','KARAIKUDI',NULL,'','India','Karaikudi',18,0,101,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13548,'44278','Karaman','KARAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13549,'23840','Karamay','KARAMAY',NULL,'','China','',0,0,46,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13550,'14306','Karambunai','KARAMBUNAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13551,'10231','Karangasem','KARANGASEM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13552,'10232','Karangbolong','KARANGBOLONG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13553,'3888','Karankamäki','KARANKAMÄKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13554,'14880','Karasjok','KARASJOK',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13555,'35720','Karatsu','KARATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13556,'43720','Karatta','KARATTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13557,'44009','Karatu','KARATU',NULL,'','Tanzania','Karatu ',0,0,214,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13558,'9495','Karavados','KARAVADOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13559,'440','Karben','KARBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13560,'9496','Kardamena','KARDAMENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13561,'43125','Kardamili','KARDAMILI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13562,'9497','Kardhitsa','KARDHITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13563,'42507','Karditsa','KARDITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13564,'3889','Karelia','KARELIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13565,'40560','Karesuando','KARESUANDO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13566,'10233','Karet','KARET',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13567,'39346','Karfas','KARFAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13568,'43068','Kargicak','KARGICAK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13569,'44217','Kargil','KARGIL',NULL,'','India','Kargil',13,0,101,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13570,'4016','Karhula','KARHULA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13571,'32662','Kariba','KARIBA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13572,'14409','Karibib','KARIBIB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13573,'38643','Karijini National Park','KARIJINI NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13574,'15118','Karikari Peninsula','KARIKARI PENINSULA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13575,'9666','Karistos','KARISTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13576,'42894','Kariya','KARIYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13577,'3972','Karjaa','KARJAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13578,'10058','Karlovac','KARLOVAC',NULL,'','Croatia','Karlovac',0,0,55,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13579,'38974','Karlovasi','KARLOVASI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13580,'24807','Karlovo','KARLOVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13581,'24289','Karlovy Vary','KARLOVY VARY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13582,'44250','Karlsborg','KARLSBORG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13583,'38834','Karlshagen','KARLSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13584,'16693','Karlshamn','KARLSHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13585,'27237','Karlshorst','KARLSHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13586,'16760','Karlskoga','KARLSKOGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13587,'16694','Karlskrona','KARLSKRONA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13588,'2284','Karlslunde Strand','KARLSLUNDE STRAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13589,'22571','Karlsruhe','KARLSRUHE',NULL,'','Germany','Karlsruhe',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13590,'16788','Karlstad','KARLSTAD',NULL,'','Sweden','Karlstad',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13591,'1687','Karlstejn','KARLSTEJN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13592,'17661','Karluk','KARLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13593,'42596','Karnal','KARNAL',NULL,'','India','Karnal',20,0,101,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13594,'32663','Karoi','KAROI',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13595,'441','Karolinenhof','KAROLINENHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13596,'41067','Karon','KARON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13597,'14275','Karonga','KARONGA',NULL,'','Malawi','',0,0,131,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13598,'9498','Karoussades','KAROUSSADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13599,'842','Karow','KAROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13600,'15709','Karpacz','KARPACZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13601,'9800','Karpathos','KARPATHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13602,'42043','Karpenisi','KARPENISI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13603,'9499','Karpenissi','KARPENISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13604,'26957','Karratha','KARRATHA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13605,'17323','Kars','KARS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13606,'32153','Karshi','KARSHI',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13607,'38700','Kartal','KARTAL',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13608,'42271','Kartalkaya','KARTALKAYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13609,'37736','Kartepe','KARTEPE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13610,'9500','Karterados','KARTERADOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13611,'24470','Kartitsch','KARTITSCH',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13612,'40242','Kartuzy','KARTUZY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13613,'10166','Karubaga','KARUBAGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13614,'13154','Karuizawa','KARUIZAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13615,'26414','Karumba','KARUMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13616,'2338','Karup','KARUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13617,'40860','Karur','KARUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13618,'37549','Karwar','KARWAR',NULL,'','India','',0,0,101,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13619,'42512','Karystos - Evia','KARYSTOS - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13620,'17187','Kas','KAS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13621,'17662','Kasaan','KASAAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13622,'32639','Kasaba Bay','KASABA BAY',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13623,'34528','Kasabonika','KASABONIKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13625,'32650','Kasama','KASAMA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13626,'25260','Kasane','KASANE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13627,'37761','Kasaragod','KASARAGOD',NULL,'','India','',0,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13628,'39260','Kasauli','KASAULI',NULL,'','India','Kasauli',1,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13630,'17480','Kasese','KASESE',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13631,'34879','Kashgar','KASHGAR',NULL,'','China','',0,0,46,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13632,'23841','Kashi','KASHI',NULL,'','China','',0,0,46,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13633,'35721','Kashihara','KASHIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13634,'39868','Kashipur','KASHIPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13635,'17663','Kasigluk','KASIGLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13636,'24312','Kasperske Hory','KASPERSKE HORY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13637,'43127','Kassab','KASSAB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13638,'9667','Kassandra','KASSANDRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13639,'36358','Kassandra-afitos','KASSANDRA-AFITOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13640,'35229','Kassandra-fourka Bea','KASSANDRA-FOURKA BEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13641,'35235','Kassandra-hanioti','KASSANDRA-HANIOTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13642,'35246','Kassandra-kallithea','KASSANDRA-KALLITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13643,'35251','Kassandra-kriopigi','KASSANDRA-KRIOPIGI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13644,'35278','Kassandra-pefkohori','KASSANDRA-PEFKOHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13645,'35282','Kassandra-polychrono','KASSANDRA-POLYCHRONO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13646,'35295','Kassandra-sani','KASSANDRA-SANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13647,'196','Kassel','KASSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13648,'1026','Kassel-göttingen','KASSEL-GÖTTINGEN',NULL,'','GERMANY','',0,0,83,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13649,'9776','Kassiopi','KASSIOPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13650,'27419','Kasson','KASSON',NULL,'','United States','',0,0,231,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13651,'17325','Kastamonu','KASTAMONU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13652,'23244','Kastanienbaum','KASTANIENBAUM',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13653,'39489','Kastela','KASTELA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13654,'38104','Kastelir','KASTELIR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13655,'636','Kastellaun','KASTELLAUN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13656,'9501','Kastelorizo','KASTELORIZO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13657,'24609','Kasterlee','KASTERLEE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13658,'40453','Kastl','KASTL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13659,'9756','Kastoria','KASTORIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13660,'38883','Kastraki','KASTRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13661,'40303','Kastri','KASTRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13662,'42506','Kastro-kyllini','KASTRO-KYLLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13663,'2124','Kastrup','KASTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13664,'14276','Kasungu','KASUNGU',NULL,'','Malawi','',0,0,131,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13665,'26245','Kata Tjuta National Park','KATA TJUTA NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13666,'9502','Katákolon','KATÁKOLON',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13667,'9668','Katalagari Village','KATALAGARI VILLAGE',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13668,'35846','Kataragama','KATARAGAMA',NULL,'','Sri Lanka','Kataragama',0,0,200,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13669,'38100','Kateleios','KATELEIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13670,'9764','Katerini','KATERINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13671,'26375','Katherine','KATHERINE',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13672,'15054','Kathmandu','KATHMANDU',NULL,'','Nepal','Kathmandu',0,0,153,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13673,'32464','Kathu','KATHU',NULL,'','South Africa','',0,0,195,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13674,'17092','Kathu','KATHU',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13675,'15209','Katikati','KATIKATI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13676,'14406','Katima Mulilo','KATIMA MULILO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13677,'40147','Katlenburg-lindau','KATLENBURG-LINDAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13678,'9792','Kato Achaia','KATO ACHAIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13679,'39551','Kato Akourdalia','KATO AKOURDALIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13680,'34204','Katoomba','KATOOMBA',NULL,'','Australia','Katoomba',0,0,13,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13681,'9669','Katouna','KATOUNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13682,'15721','Katowice','KATOWICE',NULL,'','Poland','Katowice',0,0,174,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13683,'10538','Katra','KATRA',NULL,'','India','Katra',13,0,101,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13684,'16906','Katrineholm','KATRINEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13685,'26998','Katschberg','KATSCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13686,'27134','Katsdorf','KATSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13687,'13155','Katsushika','KATSUSHIKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13688,'42686','Katsuura','KATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13689,'42312','Katunayake','KATUNAYAKE',NULL,'','Sri Lanka','Katunayake',0,0,200,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13690,'40285','Katwe Town','KATWE TOWN',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13691,'14717','Katwijk Aan Zee','KATWIJK AAN ZEE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13692,'14646','Katwoude','KATWOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13693,'30712','Katy','KATY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13694,'10340','Kau','KAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13695,'36914','Kauai-hanamaulu','KAUAI-HANAMAULU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:42','1900-01-01 00:00:00',1,0,1),(13696,'36943','Kauai-kapaa','KAUAI-KAPAA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:42','1900-01-01 00:00:00',1,0,1),(13697,'36961','Kauai-lihue','KAUAI-LIHUE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13698,'37013','Kauai-poipu','KAUAI-POIPU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13699,'37018','Kauai-port Allen','KAUAI-PORT ALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13700,'36919','Kauai-princeville','KAUAI-PRINCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13701,'37058','Kauai-wailua','KAUAI-WAILUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13702,'37057','Kauai-waimea','KAUAI-WAIMEA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13703,'37060','Kauai-waipouli','KAUAI-WAIPOULI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13704,'230','Kaufbeuren','KAUFBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13705,'30714','Kaufman','KAUFMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13706,'4017','Kauhajoki','KAUHAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13707,'4018','Kauhava','KAUHAVA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13708,'31779','Kaukauna','KAUKAUNA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13709,'16119','Kaukura','KAUKURA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13710,'1975','Kaulsdorf','KAULSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13711,'20037','Kaunakakai','KAUNAKAKAI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13712,'13638','Kaunas','KAUNAS',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13713,'3973','Kauniainen','KAUNIAINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13714,'20038','Kaupakulua','KAUPAKULUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13715,'14979','Kaupanger','KAUPANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13716,'20039','Kaupo','KAUPO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13717,'20040','Kaupulehu','KAUPULEHU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13718,'37172','Kausani','KAUSANI',NULL,'','India','Kausani',9,0,101,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13719,'14881','Kautokeino','KAUTOKEINO',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13720,'42044','Kavala','KAVALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13721,'9760','Kavalla','KAVALLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13722,'39184','Kavarna','KAVARNA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13723,'15567','Kavieng','KAVIENG',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13724,'43165','Kavos','KAVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13725,'9670','Kavros','KAVROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13726,'13407','Kawagoe','KAWAGOE',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13727,'15119','Kawaha Point','KAWAHA POINT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13728,'20041','Kawaihae','KAWAIHAE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13729,'13270','Kawanishi','KAWANISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13730,'13271','Kawasaki','KAWASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13731,'42564','Kawazu','KAWAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13732,'43627','Kawerau','KAWERAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13733,'42953','Kawit','KAWIT',NULL,'','Philippines','',0,0,173,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13734,'18154','Kayenta','KAYENTA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13735,'17327','Kayseri','KAYSERI',NULL,'','Turkey','Kayseri',0,0,222,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13736,'6767','Kaysersberg','KAYSERSBERG',NULL,'','France','',0,0,76,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13737,'33348','Kaysville','KAYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13738,'16457','Kazan','KAZAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13739,'35934','Kazanlak','KAZANLAK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13740,'15656','Kazimierz Dolny','KAZIMIERZ DOLNY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13741,'42595','Kaziranga National Park','KAZIRANGA NATIONAL PARK',NULL,'','India','',10,0,101,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13742,'37578','Kazungula','KAZUNGULA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13743,'37817','Kazuno','KAZUNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13744,'32295','Ke Ga','KE GA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13745,'42505','Kea','KEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13746,'20042','Keaau','KEAAU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13747,'20043','Kealakekua','KEALAKEKUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13748,'20044','Kealia (Hawaii)','KEALIA (HAWAII)',NULL,'','United States','',0,0,231,'2016-10-17 11:07:51','1900-01-01 00:00:00',1,0,1),(13749,'20046','Keanae','KEANAE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:51','1900-01-01 00:00:00',1,0,1),(13750,'27679','Kearney','KEARNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:52','1900-01-01 00:00:00',1,0,1),(13751,'33349','Kearns','KEARNS',NULL,'','United States','',0,0,231,'2016-10-17 11:07:52','1900-01-01 00:00:00',1,0,1),(13752,'10167','Kebar','KEBAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13753,'10168','Kebayoran Baru','KEBAYORAN BARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13754,'17178','Kebili','KEBILI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13755,'17215','Keciler','KECILER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13756,'10082','Kecskemet','KECSKEMET',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13757,'1781','Kedah','KEDAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13758,'40815','Kedarnath','KEDARNATH',NULL,'','India','Kedarnath',9,0,101,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13759,'10300','Kediri','KEDIRI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13760,'38203','Kedonganan','KEDONGANAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13761,'16524','Kedougou','KEDOUGOU',NULL,'','Senegal','',0,0,187,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13762,'15586','Kedzierzyn Kozle','KEDZIERZYN KOZLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13763,'37198','Keedysville','KEEDYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13764,'17443','Keelung','KEELUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13765,'32720','Keene','KEENE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:54','1900-01-01 00:00:00',1,0,1),(13766,'34529','Keene','KEENE',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:54','1900-01-01 00:00:00',1,0,1),(13767,'24632','Keerbergen','KEERBERGEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13768,'14412','Keetmanshoop','KEETMANSHOOP',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13769,'36442','Keetmashoop','KEETMASHOOP',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13770,'9503','Kefalonia','KEFALONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13771,'35261','Kefalonia-lassi','KEFALONIA-LASSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13772,'35259','Kefalonia-lixouri','KEFALONIA-LIXOURI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13773,'35294','Kefalonia-skala','KEFALONIA-SKALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13774,'35298','Kefalonia-svoronata','KEFALONIA-SVORONATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13775,'11007','Keflavik','KEFLAVIK',NULL,'','Iceland','Keflavik',0,0,100,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13776,'26020','Kegaska','KEGASKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13777,'8315','Kegworth','KEGWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13778,'40381','Kehidakustany','KEHIDAKUSTANY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13779,'22572','Kehl','KEHL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13780,'8316','Keighley','KEIGHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13781,'26516','Keilor','KEILOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13782,'10169','Keisah','KEISAH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13783,'8317','Keiss','KEISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13784,'26456','Keith','KEITH',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13785,'718','Keitum','KEITUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13786,'29687','Keizer','KEIZER',NULL,'','United States','',0,0,231,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13787,'20048','Kekaha','KEKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13788,'13681','Kelaat Mgouna','KELAAT MGOUNA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13789,'3864','Kelafo','KELAFO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13790,'14308','Kelang','KELANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13791,'41710','Kelantan','KELANTAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13792,'10235','Kelila','KELILA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13793,'442','Kelkheim','KELKHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13794,'39671','Kell','KELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13795,'231','Kellberg','KELLBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13796,'24046','Kelle','KELLE',NULL,'','Congo','',0,0,51,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13797,'30716','Keller','KELLER',NULL,'','United States','',0,0,231,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13798,'7145','Kellington','KELLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13799,'20368','Kellogg','KELLOGG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13800,'10880','Kells','KELLS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13801,'40671','Kelmis','KELMIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13802,'25465','Kelowna','KELOWNA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13803,'25603','Kelsey','KELSEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13804,'18564','Kelseyville','KELSEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13805,'7146','Kelsick','KELSICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13806,'8318','Kelso','KELSO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13807,'31524','Kelso','KELSO',NULL,'','United States','',0,0,231,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13808,'443','Kelsterbach','KELSTERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13809,'30717','Kemah','KEMAH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13810,'17256','Kemer','KEMER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13811,'16335','Kemerovo','KEMEROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13812,'3924','Kemi','KEMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13813,'3925','Kemijarvi','KEMIJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13814,'24726','Kemmel','KEMMEL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13815,'32108','Kemmerer','KEMMERER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13816,'780','Kemnitz','KEMNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13817,'39678','Kempele','KEMPELE',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13818,'27238','Kempen','KEMPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13819,'34206','Kempsey','KEMPSEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13820,'637','Kempten','KEMPTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13821,'32570','Kempton Park','KEMPTON PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13822,'17664','Kenai','KENAI',NULL,'','United States','',0,0,231,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13823,'21406','Kenberma','KENBERMA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13824,'8319','Kendal','KENDAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13825,'19427','Kendall','KENDALL',NULL,'','United States','',0,0,231,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13826,'20914','Kendallville','KENDALLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13827,'10367','Kendari','KENDARI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13828,'37236','Kendenup','KENDENUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13829,'30718','Kenedy','KENEDY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13830,'28311','Kenilworth','KENILWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13831,'8320','Kenilworth','KENILWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13832,'14388','Keningau','KENINGAU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13833,'38221','Kenitra','KENITRA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13834,'41163','Kenley','KENLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13835,'33899','Kenly','KENLY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13836,'28065','Kenmare','KENMARE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13837,'10881','Kenmare','KENMARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13838,'28887','Kenmore','KENMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13839,'8321','Kenmore','KENMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13840,'7147','Kenn','KENN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13841,'33019','Kennebec','KENNEBEC',NULL,'','United States','',0,0,231,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13842,'21884','Kennebunk','KENNEBUNK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13843,'21885','Kennebunkport','KENNEBUNKPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13844,'30719','Kennedale','KENNEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13845,'9927','Kennedy Town','KENNEDY TOWN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13846,'21214','Kenner','KENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13847,'19844','Kennesaw','KENNESAW',NULL,'','United States','',0,0,231,'2016-10-17 11:08:09','1900-01-01 00:00:00',1,0,1),(13848,'27680','Kennett','KENNETT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:09','1900-01-01 00:00:00',1,0,1),(13849,'31527','Kennewick','KENNEWICK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13850,'7148','Kennford','KENNFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13851,'17666','Kennicott','KENNICOTT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13852,'8322','Kennington','KENNINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13853,'34531','Kenora','KENORA',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13854,'31780','Kenosha','KENOSHA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13855,'32000','Kenova','KENOVA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13856,'25818','Kensington','KENSINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13857,'34207','Kensington','KENSINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13858,'32466','Kensington','KENSINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13859,'8323','Kensington','KENSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13860,'29387','Kent','KENT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13861,'26806','Kent Town','KENT TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13862,'8324','Kentallen','KENTALLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13863,'17393','Kenting','KENTING',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13864,'20915','Kentland','KENTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13865,'29388','Kenton','KENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13866,'8325','Kenton','KENTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13867,'39340','Kenton On Sea','KENTON ON SEA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13868,'33666','Kentucky Lake','KENTUCKY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13869,'25722','Kentville','KENTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13870,'22132','Kentwood','KENTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13871,'18565','Kenwood','KENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13872,'20232','Keokuk','KEOKUK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13873,'20049','Keoneoio','KEONEOIO',NULL,'','United States','',0,0,231,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13874,'38823','Kep','KEP',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13875,'15634','Kepno','KEPNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13876,'26517','Kerang','KERANG',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13877,'9671','Keratsinion','KERATSINION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13878,'17516','Kerch','KERCH',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13879,'39153','Keremeos','KEREMEOS',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13880,'8326','Keresley','KERESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13881,'28888','Kerhonkson','KERHONKSON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13882,'15210','Kerikeri','KERIKERI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13883,'3938','Kerimaki','KERIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13884,'14573','Kerkrade','KERKRADE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13885,'35432','Kerman','KERMAN',NULL,'','Iran','',0,0,103,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13886,'30720','Kermit','KERMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13887,'47','Kernen','KERNEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13888,'33900','Kernersville','KERNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13889,'23245','Kerns','KERNS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13890,'18566','Kernville','KERNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13891,'10170','Kerobokan','KEROBOKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13892,'40293','Kerpen','KERPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13893,'34208','Kerrabee','KERRABEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13894,'30721','Kerrville','KERRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13895,'14309','Kerteh','KERTEH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13896,'2192','Kerteminde','KERTEMINDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13897,'39419','Kervignac','KERVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13898,'10539','Keshod','KESHOD',NULL,'','India','Keshod',16,0,101,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13899,'42594','Kesroli','KESROLI',NULL,'','India','',0,0,101,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13900,'1887','Kesselsdorf','KESSELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13901,'31136','Keswick','KESWICK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13902,'8327','Keswick','KESWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13903,'10125','Keszthely','KESZTHELY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13904,'10327','Ketapang','KETAPANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13905,'17667','Ketchikan','KETCHIKAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13906,'20369','Ketchum','KETCHUM',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13907,'42450','Ketsch','KETSCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13908,'8328','Kettering','KETTERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13909,'43642','Kettering','KETTERING',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13910,'31529','Kettle Falls','KETTLE FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13911,'18567','Kettleman City','KETTLEMAN CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13912,'517','Kettwig','KETTWIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13913,'32467','Keurboomstrand','KEURBOOMSTRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13914,'3915','Keuruu','KEURUU',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13915,'43313','Keutschach','KEUTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13916,'39022','Kewadin','KEWADIN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13917,'20608','Kewanee','KEWANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13918,'31782','Kewaunee','KEWAUNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13919,'7151','Kewstoke','KEWSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13920,'8329','Kexby','KEXBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:24','1900-01-01 00:00:00',1,0,1),(13921,'21723','Keymar','KEYMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13922,'8330','Keynsham','KEYNSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13923,'32001','Keyser','KEYSER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13924,'33020','Keystone','KEYSTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:26','1900-01-01 00:00:00',1,0,1),(13925,'38954','Kfar Blum','KFAR BLUM',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:26','1900-01-01 00:00:00',1,0,1),(13926,'42899','Kfardebiane','KFARDEBIANE',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13927,'16337','Khabarovsk','KHABAROVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13928,'16266','Khabarovsk-novyy','KHABAROVSK-NOVYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13929,'9672','Khaidharion','KHAIDHARION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13931,'10540','Khajuraho','KHAJURAHO',NULL,'','India','Khajuraho',15,0,101,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13932,'9673','Khalandrion','KHALANDRION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13933,'9505','Khalkidiki','KHALKIDIKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13934,'16508','Khamis Mushait','KHAMIS MUSHAIT',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13935,'34209','Khancoban','KHANCOBAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13936,'10541','Khandala','KHANDALA',NULL,'','India','Khandala',5,0,101,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13937,'9674','Khania','KHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13938,'36746','Khanom','KHANOM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13939,'16244','Khanty Mansiysk','KHANTY MANSIYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13940,'16338','Khanty-mansiysk','KHANTY-MANSIYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13941,'17065','Khao Kho','KHAO KHO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13942,'10542','Khar','KHAR',NULL,'','India','',0,0,101,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13943,'10692','Khardah','KHARDAH',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13944,'17512','Kharkiv','KHARKIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13945,'17491','Kharkov','KHARKOV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13946,'40908','Khartoum','KHARTOUM',NULL,'','Sudan','',0,0,205,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13947,'15284','Khasab','KHASAB',NULL,'','Oman','',0,0,165,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13948,'44218','Khatia','KHATIA',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13950,'38598','Khejarla','KHEJARLA',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13951,'17513','Kherson','KHERSON',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13952,'16390','Khimki','KHIMKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13953,'35425','Khimsar','KHIMSAR',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13954,'42262','Khiva','KHIVA',NULL,'','Uzbekistan','Khiva',0,0,232,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13955,'24284','Khlorakas','KHLORAKAS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13956,'17492','Khmelnitskiy','KHMELNITSKIY',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13957,'9675','Kholargos','KHOLARGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13958,'13539','Khong Island','KHONG ISLAND',NULL,'','Laos','',0,0,118,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13959,'36748','Khong Jiam','KHONG JIAM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13961,'35852','Khorfakkan','KHORFAKKAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13962,'16408','Khoroshevo','KHOROSHEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13963,'16413','Khoroshevskiy','KHOROSHEVSKIY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13964,'13696','Khouribga','KHOURIBGA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13965,'17103','Khudzhand','KHUDZHAND',NULL,'','Tajikistan','',0,0,213,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13966,'24756','Khulna','KHULNA',NULL,'','Bangladesh','Khulna',0,0,18,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13967,'15306','Khuzdar','KHUZDAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13968,'34210','Kiama','KIAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13969,'28889','Kiamesha Lake','KIAMESHA LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13970,'17668','Kiana','KIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13971,'30351','Kiawah Island','KIAWAH ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13972,'2276','Kibaek','KIBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13973,'7152','Kibblesworth','KIBBLESWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13974,'42900','Kibbutz Tzuba','KIBBUTZ TZUBA',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13975,'24047','Kibouende','KIBOUENDE',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13976,'8331','Kidderminster','KIDDERMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13977,'8332','Kidlington','KIDLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13978,'8333','Kidmore End','KIDMORE END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13979,'8334','Kidwelly','KIDWELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13980,'719','Kiel','KIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13981,'15722','Kielce','KIELCE',NULL,'','Poland','',0,0,174,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13982,'7153','Kielder','KIELDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13983,'23246','Kiental','KIENTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13984,'6768','Kientzheim','KIENTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13985,'32403','Kiepersoil','KIEPERSOIL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13986,'17493','Kiev','KIEV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13987,'9757','Kifisia','KIFISIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13988,'16480','Kigali','KIGALI',NULL,'','Rwanda','',0,0,508,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13989,'20050','Kihei','KIHEI',NULL,'','United States','',0,0,231,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13990,'42840','Kijal','KIJAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13991,'13156','Kikai Island','KIKAI ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13992,'13272','Kikuchi','KIKUCHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13993,'43913','Kikuyo','KIKUYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13994,'41162','Kilbirnie','KILBIRNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13995,'23247','Kilchberg','KILCHBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13996,'42377','Kilchrenan','KILCHRENAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13997,'10888','Kildare','KILDARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13998,'8335','Kildonan','KILDONAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13999,'8336','Kildrummy','KILDRUMMY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(14000,'8337','Kilfinan','KILFINAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(14001,'39888','Kilgetty','KILGETTY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14002,'30722','Kilgore','KILGORE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14003,'14154','Kili','KILI',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14004,'40312','Kilifi','KILIFI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14005,'17459','Kilimanjaro','KILIMANJARO',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14006,'35242','Kilini','KILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14007,'10786','Kilkee','KILKEE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14008,'8338','Kilkeel','KILKEEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14009,'10892','Kilkenny','KILKENNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14010,'42504','Kilkis','KILKIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14011,'10778','Kill','KILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14012,'10787','Killaloe','KILLALOE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14013,'34211','Killara','KILLARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14014,'10882','Killarney','KILLARNEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14015,'25604','Killarney','KILLARNEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14016,'40918','Killarney. Co.kerry','KILLARNEY. CO.KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14017,'42132','Killcare','KILLCARE',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14018,'41876','Killearn','KILLEARN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14019,'30723','Killeen','KILLEEN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14020,'10893','Killenard','KILLENARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14021,'7154','Killiechronan','KILLIECHRONAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14022,'8339','Killin','KILLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14023,'10843','Killiney','KILLINEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14024,'19097','Killingworth','KILLINGWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14025,'9506','Killini','KILLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14026,'41521','Killmallock','KILLMALLOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14027,'10883','Killorglin','KILLORGLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14028,'10821','Killybegs','KILLYBEGS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14029,'10844','Kilmainham','KILMAINHAM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14030,'31138','Kilmarnock','KILMARNOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14031,'8340','Kilmarnock','KILMARNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14032,'8341','Kilmelfort','KILMELFORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14033,'10912','Kilmessan','KILMESSAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14034,'3890','Kilpisjarvi','KILPISJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14035,'38765','Kilsyth','KILSYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14036,'10744','Kiltimagh','KILTIMAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14037,'7155','Kilve','KILVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14038,'17460','Kilwa','KILWA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14039,'8342','Kilwinning','KILWINNING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14040,'37810','Kilyos','KILYOS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14041,'10171','Kimam','KIMAM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14042,'33178','Kimball','KIMBALL',NULL,'','United States','',0,0,231,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14043,'15578','Kimbe','KIMBE',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14044,'25467','Kimberley','KIMBERLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14045,'32468','Kimberley','KIMBERLEY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14046,'31783','Kimberly','KIMBERLY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14047,'32621','Kimbwala','KIMBWALA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14048,'42503','Kimolos','KIMOLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14049,'8343','Kinbuck','KINBUCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14050,'8344','Kincardine','KINCARDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14051,'34533','Kincardine','KINCARDINE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14052,'8345','Kinclaven','KINCLAVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14053,'8346','Kincraig','KINCRAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14054,'7156','Kincraigie','KINCRAIGIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14055,'24048','Kindamba','KINDAMBA',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14056,'21216','Kinder','KINDER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14057,'28890','Kinderhook','KINDERHOOK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14058,'22947','Kindersley','KINDERSLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14059,'232','Kinding','KINDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14060,'24021','Kindu','KINDU',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14061,'39337','Kineta','KINETA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14062,'34534','King City','KING CITY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14063,'16498','King Khalid Military City','KING KHALID MILITARY CITY',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14064,'26713','Kingaroy','KINGAROY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14065,'27682','Kingdom City','KINGDOM CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14066,'39000','Kingersheim','KINGERSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14067,'21886','Kingfield','KINGFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14068,'42915','Kingfisher Bay','KINGFISHER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14069,'34535','Kingfisher Lake','KINGFISHER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14070,'18155','Kingman','KINGMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14071,'7157','Kings Coughton','KINGS COUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:47','1900-01-01 00:00:00',1,0,1),(14072,'8349','King\'s Lynn','KING\'S LYNN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:48','1900-01-01 00:00:00',1,0,1),(14073,'8350','Kingsbridge','KINGSBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:48','1900-01-01 00:00:00',1,0,1),(14074,'18570','Kingsburg','KINGSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14075,'34212','Kingscliff','KINGSCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14076,'10779','Kingscourt','KINGSCOURT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14077,'34213','Kingsford','KINGSFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14078,'32237','Kingshill','KINGSHILL',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14079,'19845','Kingsland','KINGSLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14080,'33179','Kingsport','KINGSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14081,'8351','Kingsteignton','KINGSTEIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14082,'8352','Kingston','KINGSTON',NULL,'','United Kingdom','Kingston',0,0,229,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14083,'13076','Kingston','KINGSTON',NULL,'','Jamaica','Kingston',0,0,109,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14084,'28891','Kingston','KINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14085,'25723','Kingston','KINGSTON',NULL,'','Canada','Kingston',0,0,39,'2016-10-17 11:08:51','1900-01-01 00:00:00',1,0,1),(14086,'26808','Kingston','KINGSTON',NULL,'','Australia','Kingston',0,0,13,'2016-10-17 11:08:51','1900-01-01 00:00:00',1,0,1),(14087,'9286','Kingston-upon-thames','KINGSTON-UPON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14088,'32170','Kingstown','KINGSTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14089,'30352','Kingstree','KINGSTREE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14090,'30725','Kingsville','KINGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14091,'8354','Kingussie','KINGUSSIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:55','1900-01-01 00:00:00',1,0,1),(14092,'32002','Kingwood','KINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:55','1900-01-01 00:00:00',1,0,1),(14093,'8355','Kinloch','KINLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14094,'7159','Kinlochard','KINLOCHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14095,'8357','Kinlochbervie','KINLOCHBERVIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14096,'8358','Kinlochleven','KINLOCHLEVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14097,'17394','Kinmen','KINMEN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14098,'37935','Kinneret','KINNERET',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14099,'10920','Kinnitty','KINNITTY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14100,'8359','Kinross','KINROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14101,'10714','Kinsale','KINSALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14102,'40919','Kinsale, Co.cork','KINSALE, CO.CORK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14103,'14804','Kinsarvik','KINSARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14104,'24037','Kinshasa','KINSHASA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14105,'29391','Kinsman','KINSMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14106,'33904','Kinston','KINSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14107,'43884','Kintamani','KINTAMANI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14108,'30003','Kintnersville','KINTNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14109,'8360','Kintore','KINTORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14110,'24049','Kintsana','KINTSANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14111,'41520','Kinvara','KINVARA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14112,'9507','Kiotari','KIOTARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14113,'21076','Kiowa','KIOWA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14114,'20051','Kipahula','KIPAHULA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14115,'233','Kipfenberg','KIPFENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14116,'17671','Kipnuk','KIPNUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14117,'9508','Kipri','KIPRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14118,'16548','Kirakira','KIRAKIRA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14119,'17260','Kirazli','KIRAZLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14120,'30728','Kirby','KIRBY',NULL,'','United States','',0,0,231,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14121,'852','Kirchberg','KIRCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14122,'24472','Kirchbichl','KIRCHBICHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14123,'23248','Kirchdorf','KIRCHDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14124,'22573','Kirchdorf','KIRCHDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14125,'39538','Kirchdorf An Der Krems','KIRCHDORF AN DER KREMS',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14126,'234','Kirchensittenbach','KIRCHENSITTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14127,'49','Kirchheim (Hesse)','KIRCHHEIM (HESSE)',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14128,'40075','Kirchheimbolanden','KIRCHHEIMBOLANDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14129,'27239','Kirchseelte','KIRCHSEELTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14130,'39488','Kirchwalsede','KIRCHWALSEDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14131,'22575','Kirchzarten','KIRCHZARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14132,'2449','Kirdasah','KIRDASAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14133,'17246','Kirikkale','KIRIKKALE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14134,'44031','Kirinda','KIRINDA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14135,'17217','Kiris','KIRIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14136,'35723','Kirishima','KIRISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14137,'7160','Kirkbean','KIRKBEAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14138,'8362','Kirkburton','KIRKBURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14139,'8363','Kirkby Lonsdale','KIRKBY LONSDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14140,'8366','Kirkcaldy','KIRKCALDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14141,'8367','Kirkcudbright','KIRKCUDBRIGHT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14142,'14882','Kirkenes','KIRKENES',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14143,'8368','Kirkintilloch','KIRKINTILLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14144,'41008','Kirkjubaejarkaustur','KIRKJUBAEJARKAUSTUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14145,'11023','Kirkjubaejarklaustur','KIRKJUBAEJARKLAUSTUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14146,'26021','Kirkland','KIRKLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14147,'31530','Kirkland','KIRKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14148,'17328','Kirklareli','KIRKLARELI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14149,'8369','Kirknewton','KIRKNEWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14150,'27683','Kirksville','KIRKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14151,'8370','Kirkwall','KIRKWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14152,'27684','Kirkwood','KIRKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14153,'38527','Kirkwood','KIRKWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14154,'235','Kirn','KIRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14155,'16341','Kirov','KIROV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14156,'17494','Kirovograd','KIROVOGRAD',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14157,'16404','Kirovsk','KIROVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14158,'34214','Kirribilli','KIRRIBILLI',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14159,'8371','Kirriemuir','KIRRIEMUIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14160,'1888','Kirschau','KIRSCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14161,'17329','Kirsehir','KIRSEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14162,'40579','Kirtlington','KIRTLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14163,'16754','Kiruna','KIRUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14164,'24573','Kirundo','KIRUNDO',NULL,'','Burundi','',0,0,36,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14165,'1648','Kiryat Shmona','KIRYAT SHMONA',NULL,'','Israel','',0,0,106,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14166,'24040','Kisangani','KISANGANI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14167,'13381','Kisarazu','KISARAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14168,'35433','Kish Island','KISH ISLAND',NULL,'','Iran','',0,0,103,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14169,'35724','Kishimoto','KISHIMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14170,'13273','Kishiwada','KISHIWADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14171,'17269','Kisikli','KISIKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14172,'40525','Kiskunfelegyhaza','KISKUNFELEGYHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14173,'16453','Kislovodsk','KISLOVODSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14174,'37847','Kiso','KISO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14175,'27685','Kissee Mills','KISSEE MILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14176,'19433','Kissimmee','KISSIMMEE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14177,'51','Kisslegg','KISSLEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14178,'16767','Kista','KISTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14179,'42111','Kisumu','KISUMU',NULL,'','Kenya','',0,0,113,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14180,'13157','Kitadaito','KITADAITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14181,'13158','Kitago','KITAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14182,'35731','Kitahiroshima','KITAHIROSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14183,'13275','Kitakami','KITAKAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14184,'13384','Kitakyushu','KITAKYUSHU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14185,'35732','Kitami','KITAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14186,'35725','Kitashiohara','KITASHIOHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14187,'3999','Kitee','KITEE',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14188,'24795','Kiten','KITEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14189,'39179','Kithnos','KITHNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14190,'24277','Kiti','KITI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14191,'17672','Kitoi','KITOI',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14192,'31531','Kitsap Peninsula','KITSAP PENINSULA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14193,'30004','Kittanning','KITTANNING',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14194,'21887','Kittery','KITTERY',NULL,'','United States','',0,0,231,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14195,'3926','Kittila','KITTILA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14196,'4036','Kittilä','KITTILÄ',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14197,'33905','Kitty Hawk','KITTY HAWK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14198,'32645','Kitwe','KITWE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14199,'35879','Kitzbuhel','KITZBUHEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14200,'236','Kitzingen','KITZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14201,'17673','Kivalina','KIVALINA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14202,'41212','Kiwengwa -Zanzibar','KIWENGWA -ZANZIBAR',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14203,'17267','Kizilagac','KIZILAGAC',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14204,'42757','Kizilcahamam','KIZILCAHAMAM',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14205,'34951','Kladno','KLADNO',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14206,'1999','Kladow','KLADOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14207,'38576','Klaeng','KLAENG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14208,'24562','Klagenfurt','KLAGENFURT',NULL,'','Austria','Klagenfurt',0,0,14,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14209,'35885','Klagenfurt-portschac','KLAGENFURT-PORTSCHAC',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14210,'13639','Klaipeda','KLAIPEDA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14211,'14980','Klakegg','KLAKEGG',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14212,'18572','Klamath','KLAMATH',NULL,'','United States','',0,0,231,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14213,'42841','Klang','KLANG',NULL,'','Malaysia','Klang',0,0,132,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14214,'41215','Klatovy','KLATOVY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14215,'17674','Klawock','KLAWOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14216,'39726','Kleena Kleene','KLEENA KLEENE',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14217,'1826','Klein Nemerow','KLEIN NEMEROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14218,'38911','Kleinarl','KLEINARL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14219,'40086','Kleinbartloff','KLEINBARTLOFF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14220,'34541','Kleinburg','KLEINBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14221,'43334','Kleine Scheidegg','KLEINE SCHEIDEGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14222,'27240','Kleinenwieden','KLEINENWIEDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14223,'781','Kleinmachnow','KLEINMACHNOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14224,'32469','Kleinmond','KLEINMOND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14225,'32404','Kleinzee','KLEINZEE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14226,'782','Kleinzerlang','KLEINZERLANG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14227,'25468','Klemtu','KLEMTU',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14228,'10287','Klender','KLENDER',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14229,'32571','Klerksdorp','KLERKSDORP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14230,'518','Kleve','KLEVE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14231,'39758','Klieken','KLIEKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14232,'237','Klingenbrunn','KLINGENBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14233,'720','Klintum','KLINTUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14234,'16866','Klippan','KLIPPAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14235,'37924','Klitoria','KLITORIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14236,'24313','Klobouky','KLOBOUKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14237,'40352','Kloevedal','KLOEVEDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14238,'19846','Klondike','KLONDIKE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14239,'16992','Klong Prao Beach','KLONG PRAO BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14240,'43617','Klongtoey','KLONGTOEY',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14241,'783','Kloster Zinna','KLOSTER ZINNA',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14242,'27105','Klosterneuburg','KLOSTERNEUBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14243,'23041','Klosters','KLOSTERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14244,'23249','Kloten','KLOTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14245,'40248','Klouvas','KLOUVAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14246,'42842','Kluang','KLUANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14248,'8372','Knaresborough','KNARESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14249,'8373','Knebworth','KNEBWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14250,'24583','Knesselare','KNESSELARE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14251,'33906','Knightdale','KNIGHTDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14252,'8374','Knighton','KNIGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14253,'10015','Knin','KNIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14254,'24421','Knittelfeld','KNITTELFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14255,'1455','Knock/mayo','KNOCK/MAYO',NULL,'','IRELAND','',0,0,105,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14256,'24727','Knokke-heist','KNOKKE-HEIST',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14257,'8375','Knottingley','KNOTTINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14258,'26022','Knowlton','KNOWLTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14259,'8376','Knowsley','KNOWSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14260,'8377','Knutsford','KNUTSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:19','1900-01-01 00:00:00',1,0,1),(14261,'32470','Knysna','KNYSNA',NULL,'','South Africa','Knysna',0,0,195,'2016-10-17 11:09:19','1900-01-01 00:00:00',1,0,1),(14262,'43722','Koah','KOAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14263,'13276','Kobe','KOBE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14264,'638','Kobern','KOBERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14265,'15636','Kobior','KOBIOR',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14266,'639','Koblenz','KOBLENZ',NULL,'','Germany','Koblenz',0,0,83,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14267,'17675','Kobuk','KOBUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14268,'9345','Kobuleti','KOBULETI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14269,'15692','Kobylak','KOBYLAK',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14270,'15693','Kobylka','KOBYLKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14271,'39618','Kobylnica','KOBYLNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14272,'41073','Kocaeli','KOCAELI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14273,'238','Kochel','KOCHEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14274,'13277','Kochi','KOCHI',NULL,'','Japan','Kochi (Cochin)',0,0,110,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14275,'10645','Kochi','KOCHI',NULL,'','India','Kochi (Cochin)',3,0,101,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14276,'43849','Kodagu','KODAGU',NULL,'','India','',0,0,101,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14277,'40817','Kodaikanal','KODAIKANAL',NULL,'','India','Kodaikanal',18,0,101,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14278,'13416','Kodaira','KODAIRA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14279,'33184','Kodak','KODAK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14281,'17676','Kodiak','KODIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14282,'38720','Kodungallur','KODUNGALLUR',NULL,'','India','',0,0,101,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14283,'1976','Koelleda','KOELLEDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14284,'52','Koenigsbrunn','KOENIGSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14285,'53','Koenigsfeld','KOENIGSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14286,'38313','Koenigstein (Bavaria)','KOENIGSTEIN (BAVARIA)',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14287,'519','Koenigswinter','KOENIGSWINTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14288,'44140','Koetschlitz','KOETSCHLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14289,'35880','Koflach','KOFLACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14290,'40472','Koforidua','KOFORIDUA',NULL,'','Ghana','',0,0,84,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14291,'13425','Kofu','KOFU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14292,'13278','Koga','KOGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14293,'39633','Kogatende','KOGATENDE',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14294,'2285','Koge','KOGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14295,'35845','Koggala','KOGGALA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14296,'43075','Koh Bulon Lae','KOH BULON LAE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14297,'42155','Koh Kong','KOH KONG',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:25','1900-01-01 00:00:00',1,0,1),(14298,'15307','Kohat','KOHAT',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14299,'10662','Kohima','KOHIMA',NULL,'','India','Kohima',44,0,101,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14300,'31784','Kohler','KOHLER',NULL,'','United States','',0,0,231,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14301,'13826','Kohunlich','KOHUNLICH',NULL,'','Mexico','',0,0,141,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14302,'39559','Kokinos Pirgos','KOKINOS PIRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14303,'9510','Kokkari','KOKKARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14304,'4019','Kokkola','KOKKOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14305,'39310','Kokkoni','KOKKONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:28','1900-01-01 00:00:00',1,0,1),(14306,'20053','Kokomo','KOKOMO',NULL,'','United States','',0,0,231,'2016-10-17 11:09:28','1900-01-01 00:00:00',1,0,1),(14307,'24728','Koksijde','KOKSIJDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14308,'14775','Kokstad','KOKSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14309,'13417','Kokubunji','KOKUBUNJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14310,'4037','Kolari','KOLARI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14311,'32368','Kolasin','KOLASIN',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14312,'239','Kolbermoor','KOLBERMOOR',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14313,'14849','Kolbotn','KOLBOTN',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14314,'16527','Kolda','KOLDA',NULL,'','Senegal','',0,0,187,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14315,'2322','Kolding','KOLDING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14316,'10543','Kolhapur','KOLHAPUR',NULL,'','India','Kolhapur ',5,0,101,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14317,'3892','Koli','KOLI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14318,'17678','Koliganek','KOLIGANEK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14319,'9512','Kolimbari','KOLIMBARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14320,'9677','Kolimbia','KOLIMBIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14321,'41214','Kolin','KOLIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14322,'37328','Kolios','KOLIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14323,'10693','Kolkata','KOLKATA',NULL,'0','','Kolkata',19,0,101,'2016-10-17 11:09:30','2017-05-12 06:26:27',1,0,1),(14324,'10544','Kollam','KOLLAM',NULL,'','India','Kollam',3,0,101,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14325,'15725','Kolobrzeg','KOLOBRZEG',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14326,'10054','Kolocep','KOLOCEP',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14327,'9390','Kololi','KOLOLI',NULL,'','Gambia','',0,0,81,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14328,'16439','Kolomyagi','KOLOMYAGI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14329,'6833','Kolonia','KOLONIA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14330,'24474','Kolsassberg','KOLSASSBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14331,'43429','Kolymbia','KOLYMBIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14332,'13159','Komae','KOMAE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14333,'42895','Komaki','KOMAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14334,'13742','Komandoo','KOMANDOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14335,'32572','Komatipoort','KOMATIPOORT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14336,'13279','Komatsu','KOMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14337,'38691','Komlo','KOMLO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14338,'38557','Kommeno','KOMMENO',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14339,'32384','Kommetjie','KOMMETJIE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14340,'10236','Komodo','KOMODO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14341,'10055','Komolac','KOMOLAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14342,'15670','Komorniki','KOMORNIKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14343,'9753','Komotini','KOMOTINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14344,'1775','Kompong Cham','KOMPONG CHAM',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14345,'16245','Komsomolsk','KOMSOMOLSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14346,'17257','Konakli','KONAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14347,'14430','Kone','KONE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14348,'2218','Kongens Lyngby','KONGENS LYNGBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14349,'38381','Kongerslev','KONGERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14350,'14407','Kongola','KONGOLA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14351,'24022','Kongolo','KONGOLO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14352,'14869','Kongsberg','KONGSBERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14353,'14892','Kongsvinger','KONGSVINGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14354,'39737','Konigsbach-stein','KONIGSBACH-STEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14355,'1695','Konigsfeld','KONIGSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14356,'27241','Konigslutter','KONIGSLUTTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14357,'42717','Konigstein','KONIGSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14358,'36066','Konigswinter','KONIGSWINTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14359,'15643','Konin','KONIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14360,'9678','Konitsa','KONITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14361,'10694','Konnagar','KONNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14362,'23250','Konolfingen','KONOLFINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14363,'2000','Konradshohe','KONRADSHOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14364,'15694','Konstancin-jeziorna','KONSTANCIN-JEZIORNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14365,'44044','Konstantynow Lodzki','KONSTANTYNOW LODZKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14366,'22576','Konstanz','KONSTANZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14367,'43430','Kontogialos-pelekas','KONTOGIALOS-PELEKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14368,'17188','Konya','KONYA',NULL,'','Turkey','Konya',0,0,222,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14369,'26247','Koolatah','KOOLATAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14370,'43671','Koonwarra','KOONWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14371,'26848','Koonya','KOONYA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14372,'34785','Kooralbyn','KOORALBYN',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14373,'20371','Kooskia','KOOSKIA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14374,'26248','Kooyong','KOOYONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14375,'14469','Kop Van North-holland','KOP VAN NORTH-HOLLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14376,'11011','Kopasker','KOPASKER',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14377,'11008','Kopavogur','KOPAVOGUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14378,'2001','Kopenick','KOPENICK',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14379,'16635','Koper','KOPER',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14380,'44219','Koppa','KOPPA',NULL,'','India','',0,0,101,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14381,'10059','Koprivnica','KOPRIVNICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14382,'39224','Korampallam','KORAMPALLAM',NULL,'','India','',0,0,101,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14383,'41856','Korce','KORCE',NULL,'','Albania','',0,0,2,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14384,'10016','Korcula','KORCULA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14385,'38877','Korczyna','KORCZYNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14386,'41124','Koreiz','KOREIZ',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14387,'39626','Korenica','KORENICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14388,'32519','Korhaan Hill','KORHAAN HILL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14389,'9679','Koridhallos','KORIDHALLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14390,'9514','Korinthia','KORINTHIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14391,'13280','Koriyama','KORIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14392,'13111','Koriyama-shi','KORIYAMA-SHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14393,'23842','Korla','KORLA',NULL,'','China','',0,0,46,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14394,'2349','Korning','KORNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14395,'22577','Korntal','KORNTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14396,'4096','Koro','KORO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14397,'4091','Korolevu','KOROLEVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14398,'42502','Koroni','KORONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14399,'40010','Koropove','KOROPOVE',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14400,'15564','Koror','KOROR',NULL,'','Palau','',0,0,167,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14401,'43723','Korora','KORORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14402,'4097','Korotongo','KOROTONGO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14403,'2329','Korsor','KORSOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14404,'24633','Kortenberg','KORTENBERG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14405,'24729','Kortrijk','KORTRIJK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14406,'43914','Kosaka','KOSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14407,'27873','Kosciusko','KOSCIUSKO',NULL,'','United States','',0,0,231,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14408,'1827','Koserow','KOSEROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14409,'13607','Kosgoda','KOSGODA',NULL,'','Sri Lanka','Kosgoda',0,0,200,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14410,'38180','Kosharitsa','KOSHARITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14411,'10545','Kosi','KOSI',NULL,'','India','',0,0,101,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14412,'36701','Kosice','KOSICE',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14413,'16391','Kosino','KOSINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14414,'35250','Kos-kardamena','KOS-KARDAMENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14415,'35260','Kos-lambi','KOS-LAMBI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14416,'35267','Kos-marmari','KOS-MARMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14417,'35268','Kos-mastichari','KOS-MASTICHARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14418,'38092','Kospallag','KOSPALLAG',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14419,'35286','Kos-psalidi','KOS-PSALIDI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14420,'43961','Kosrae','KOSRAE',NULL,'','Micronesia','',0,0,143,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14421,'38476','Kosta','KOSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14422,'39761','Kostelany','KOSTELANY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14423,'16345','Kostroma','KOSTROMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14424,'15726','Koszalin','KOSZALIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14425,'38972','Koszeg','KOSZEG',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14426,'10546','Kota','KOTA',NULL,'','India','Kota',2,0,101,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14427,'36427','Kota Bahru','KOTA BAHRU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14428,'10237','Kotabangun','KOTABANGUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14429,'37373','Kotagiri','KOTAGIRI',NULL,'','India','',0,0,101,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14430,'38238','Kothamangalam','KOTHAMANGALAM',NULL,'','India','',0,0,101,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14431,'3974','Kotka','KOTKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14432,'16303','Kotlas','KOTLAS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14433,'17679','Kotlik','KOTLIK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14434,'13160','Koto','KOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14435,'32369','Kotor','KOTOR',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14436,'27076','Kotschach','KOTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14437,'1940','Kotschlitz','KOTSCHLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14438,'10547','Kottayam','KOTTAYAM',NULL,'','India','Kottayam',3,0,101,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14439,'3975','Kottby','KOTTBY',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14440,'44114','Kotu','KOTU',NULL,'','Gambia','',0,0,81,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14441,'17680','Kotzebue','KOTZEBUE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14442,'9680','Koufalia','KOUFALIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14443,'42501','Koufonisi','KOUFONISI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14444,'24274','Kouklia','KOUKLIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14445,'9517','Koukounaries','KOUKOUNARIES',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14446,'6852','Koulamoutou','KOULAMOUTOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14447,'14431','Koumac','KOUMAC',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14448,'9518','Koumeika','KOUMEIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14449,'30729','Kountze','KOUNTZE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14450,'9887','Kourou','KOUROU',NULL,'','French Guiana','',0,0,77,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14451,'24008','Koutaba','KOUTABA',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14452,'9519','Koutouloufar','KOUTOULOUFAR',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14453,'9520','Koutsounari','KOUTSOUNARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14454,'3976','Kouvola','KOUVOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14455,'37173','Kovalam','KOVALAM',NULL,'','India','Kovalam',3,0,101,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14456,'26415','Kowanyama','KOWANYAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14457,'9928','Kowloon','KOWLOON',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14458,'35729','Koya','KOYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14459,'13499','Koyang-ni','KOYANG-NI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14460,'17681','Koyuk','KOYUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14461,'17682','Koyukuk','KOYUKUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14462,'37219','Kozana','KOZANA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14463,'9826','Kozani','KOZANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14464,'10646','Kozhikode','KOZHIKODE',NULL,'','India','Kozhikode',3,0,101,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14465,'24634','Kraainem','KRAAINEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14466,'17096','Krabi','KRABI',NULL,'','Thailand','Krabi',31,0,215,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14467,'15727','Krag (East Pomerania)','KRAG (EAST POMERANIA)',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14468,'15004','Kragero','KRAGERO',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14469,'37395','Kragujevac','KRAGUJEVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14470,'24777','Kraimorie','KRAIMORIE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14471,'15715','Krakow','KRAKOW',NULL,'','Poland','Krakow',0,0,174,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14472,'25901','Kralendijk','KRALENDIJK',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14473,'40387','Kraliky','KRALIKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14474,'37632','Kraljevo','KRALJEVO',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14475,'34952','Kralupy Nad Vltavou','KRALUPY NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14476,'16805','Kramfors','KRAMFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14477,'38701','Kramsach','KRAMSACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14478,'39894','Kranenburg','KRANENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14479,'16636','Kranj','KRANJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14480,'16637','Kranjska Gora','KRANJSKA GORA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14481,'39831','Kranzberg','KRANZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14482,'42784','Krapanj Island','KRAPANJ ISLAND',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14483,'39307','Krapinske Toplice','KRAPINSKE TOPLICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14484,'37557','Krasna Lipa','KRASNA LIPA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14485,'16325','Krasnaya Polyana','KRASNAYA POLYANA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14486,'16350','Krasnodar','KRASNODAR',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14487,'16368','Krasnogorsk','KRASNOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14488,'39575','Krasnoselkup','KRASNOSELKUP',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14489,'17107','Krasnovodsk','KRASNOVODSK',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14490,'16354','Krasnoyarsk','KRASNOYARSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14491,'13450','Kratie','KRATIE',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14492,'520','Krefeld','KREFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14493,'42235','Kreischeberg','KREISCHEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14494,'9681','Kremasti','KREMASTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14495,'33469','Kremmling','KREMMLING',NULL,'','United States','',0,0,231,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14496,'38682','Kremnica','KREMNICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14497,'38905','Kremsmunster','KREMSMUNSTER',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14498,'22578','Kressbronn','KRESSBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14499,'40724','Krestena','KRESTENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14500,'22579','Kreuzberg','KREUZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14501,'43691','Kribi','KRIBI',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14502,'24423','Krieglach','KRIEGLACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14503,'23252','Kriegstetten','KRIEGSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14504,'23253','Kriens','KRIENS',NULL,'','Switzerland','Kriens',0,0,210,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14505,'445','Kriftel','KRIFTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14506,'10017','Krilo','KRILO',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14507,'24387','Krimml','KRIMML',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14508,'10549','Krishnapur','KRISHNAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14509,'15021','Kristiansand','KRISTIANSAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14510,'16867','Kristianstad','KRISTIANSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14511,'14908','Kristiansund','KRISTIANSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14512,'16795','Kristineberg','KRISTINEBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14513,'16789','Kristinehamn','KRISTINEHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14514,'9682','Kritika','KRITIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14515,'17507','Krivoy Rog','KRIVOY ROG',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14516,'9990','Krk','KRK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14517,'40541','Kromeriz','KROMERIZ',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14518,'240','Kronberg','KRONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14519,'521','Kronenburg','KRONENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14520,'13451','Krong Koh Kong','KRONG KOH KONG',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14521,'16677','Kronoberg','KRONOBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14522,'15635','Krotoszyn','KROTOSZYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14523,'16638','Krsko','KRSKO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14524,'32405','Kruger National Park','KRUGER NATIONAL PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14525,'32573','Krugersdorp','KRUGERSDORP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14526,'14696','Kruiningen','KRUININGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14527,'43231','Kruja','KRUJA',NULL,'','Albania','',0,0,2,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14528,'35881','Krumbach','KRUMBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14529,'22580','Krumbach','KRUMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14530,'54','Krummhoern','KRUMMHOERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14531,'38934','Krusevac','KRUSEVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14532,'16392','Krylatskoye','KRYLATSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14533,'40464','Krynica','KRYNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14534,'44005','Kryvyi Rih','KRYVYI RIH',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14535,'17395','Ku Keng','KU KENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14536,'14354','Kuah','KUAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14537,'41808','Kuala Belait','KUALA BELAIT',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14538,'39062','Kuala Berang','KUALA BERANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14539,'20057','Kualapuu','KUALAPUU',NULL,'','United States','',0,0,231,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14540,'14363','Kuantan','KUANTAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14541,'26249','Kubin','KUBIN',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14542,'24290','Kubova Hut','KUBOVA HUT',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14543,'43885','Kubu','KUBU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14544,'40862','Kuchaman','KUCHAMAN',NULL,'','India','',0,0,101,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14545,'14343','Kuching','KUCHING',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14546,'36423','Kuching-damai Beach','KUCHING-DAMAI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14547,'40649','Kuchwahi','KUCHWAHI',NULL,'','India','',0,0,101,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14548,'38213','Kucukkuyu','KUCUKKUYU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14549,'14390','Kudat','KUDAT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14550,'44045','Kudowa Zdroj','KUDOWA ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14551,'38352','Kudowa-zdroj','KUDOWA-ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14552,'55','Kuehlungsborn','KUEHLUNGSBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14553,'23042','Kuessnacht Am Rigi','KUESSNACHT AM RIGI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14554,'13564','Kufrah','KUFRAH',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14555,'24475','Kufstein','KUFSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14556,'42388','Kuga','KUGA',NULL,'','China','',0,0,46,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14557,'44141','Kuhlen-wendorf','KUHLEN-WENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14558,'3947','Kuhmo','KUHMO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14559,'24476','Kuhtai','KUHTAI',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14560,'17086','Kui Buri','KUI BURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14561,'39110','Kuils River','KUILS RIVER',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14562,'25845','Kuito','KUITO',NULL,'','Angola','',0,0,6,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14563,'15588','Kujawy Pomerania','KUJAWY POMERANIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14564,'10429','Kukas','KUKAS',NULL,'','India','',0,0,101,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14565,'20058','Kukuihaele','KUKUIHAELE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14566,'16549','Kukundu','KUKUNDU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14567,'20059','Kula','KULA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14568,'39647','Kula','KULA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14569,'42417','Kulim','KULIM',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14570,'10550','Kullu','KULLU',NULL,'','India','Kullu',1,0,101,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14571,'241','Kulmbach','KULMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14572,'30005','Kulpsville','KULPSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14573,'9853','Kulusuk','KULUSUK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14574,'13282','Kumagaya','KUMAGAYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14575,'13398','Kumamoto','KUMAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14576,'14174','Kumanovo','KUMANOVO',NULL,'','Macedonia, FYR Of','',0,0,191,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14577,'43623','Kumara','KUMARA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14578,'10430','Kumarakom','KUMARAKOM',NULL,'','India','Kumarakom',3,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14579,'9353','Kumasi','KUMASI',NULL,'','Ghana','',0,0,84,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14580,'10551','Kumbakonam','KUMBAKONAM',NULL,'','India','Kumbakonam',18,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14582,'44220','Kumbhalgarh','KUMBHALGARH',NULL,'','India','',0,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14583,'37625','Kumburgaz','KUMBURGAZ',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14584,'13161','Kumejima','KUMEJIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14585,'43024','Kumeu','KUMEU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14586,'13162','Kumiyama','KUMIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14587,'37344','Kumluca','KUMLUCA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14588,'13743','Kunfunadhoo','KUNFUNADHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14589,'16903','Kungalv','KUNGALV',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14590,'16706','Kungsbacka','KUNGSBACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14591,'16829','Kungsholmen','KUNGSHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14592,'13283','Kunigami','KUNIGAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14593,'10288','Kuningan','KUNINGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14594,'23946','Kunming','KUNMING',NULL,'','China','',0,0,46,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14595,'24314','Kunovice','KUNOVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14596,'13519','Kunsan','KUNSAN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14597,'23684','Kunshan','KUNSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14598,'16393','Kuntsevo','KUNTSEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14599,'26958','Kununurra','KUNUNURRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14600,'4000','Kuopio','KUOPIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14601,'3916','Kuorevesi','KUOREVESI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14602,'10351','Kupang','KUPANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14603,'16440','Kupchino','KUPCHINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14604,'23843','Kuqa','KUQA',NULL,'','China','',0,0,46,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14605,'13744','Kuramathi','KURAMATHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14606,'13284','Kurashiki','KURASHIKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14607,'38081','Kure','KURE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14608,'33907','Kure Beach','KURE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14609,'13745','Kuredu','KUREDU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14610,'3831','Kuressaare','KURESSAARE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14611,'16355','Kurgan','KURGAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14612,'13462','Kuria','KURIA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14613,'39164','Kurnell','KURNELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14614,'37458','Kurrimine Beach','KURRIMINE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14615,'40818','Kurseong','KURSEONG',NULL,'','India','',0,0,101,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14616,'16356','Kursk','KURSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14617,'40304','Kursunlu','KURSUNLU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14618,'522','Kurten','KURTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14619,'20060','Kurtistown','KURTISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14620,'32471','Kuruman','KURUMAN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14621,'43915','Kurume','KURUME',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14622,'17318','Kusadasi','KUSADASI',NULL,'','Turkey','Kusadasi',0,0,222,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14623,'42563','Kusatsu','KUSATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14624,'39457','Kusel','KUSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14625,'39219','Kushalnagar','KUSHALNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14626,'35733','Kushimoto','KUSHIMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14627,'37602','Kushinagar','KUSHINAGAR',NULL,'','India','Kushinagar',6,0,101,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14628,'13285','Kushiro','KUSHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14629,'24757','Kushtia','KUSHTIA',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14630,'23254','Kusnacht','KUSNACHT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14631,'42562','Kussharo','KUSSHARO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14632,'13428','Kustanay','KUSTANAY',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14633,'10172','Kuta','KUTA',NULL,'','Indonesia','Kuta',0,0,102,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14634,'17330','Kutahya','KUTAHYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14635,'9346','Kutaisi','KUTAISI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14636,'10104','Kutas','KUTAS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14637,'40819','Kutch','KUTCH',NULL,'','India','Kutch',16,0,101,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14638,'35737','Kutchan','KUTCHAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14639,'24353','Kutna Hora','KUTNA HORA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14640,'15667','Kutno','KUTNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14641,'37853','Kutta','KUTTA',NULL,'','India','',0,0,101,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14642,'33667','Kuttawa','KUTTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14643,'16600','Kuty','KUTY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14644,'30006','Kutztown','KUTZTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14645,'26023','Kuujjuaq','KUUJJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14646,'26024','Kuujjuarapik','KUUJJUARAPIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14647,'4038','Kuusamo','KUUSAMO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14648,'3977','Kuusankoski','KUUSANKOSKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14649,'35827','Kuwait','KUWAIT',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14650,'13286','Kuwana','KUWANA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14651,'40226','Kvalsund','KVALSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14652,'16884','Kvanum','KVANUM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14653,'9992','Kvarner','KVARNER',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14654,'15022','Kvinesdal','KVINESDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14655,'14805','Kvitfjell','KVITFJELL',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14656,'43388','Kwa Zulu Natal','KWA ZULU NATAL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14657,'14155','Kwajalein','KWAJALEIN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14658,'42898','Kwale','KWALE',NULL,'','Kenya','',0,0,113,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14659,'13526','Kwangju','KWANGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14660,'32664','Kwekwe','KWEKWE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14661,'17683','Kwethluk','KWETHLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14662,'38239','Kwidzyn','KWIDZYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14663,'17684','Kwigillingok','KWIGILLINGOK',NULL,'','United States','',0,0,231,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14664,'26458','Kwinana','KWINANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14665,'42066','Kyaikhtiyo','KYAIKHTIYO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14666,'42065','Kyaing Tong','KYAING TONG',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14667,'40031','Kyjov','KYJOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14668,'44190','Kyle','KYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14669,'30730','Kyle','KYLE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14670,'8379','Kyleakin','KYLEAKIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14671,'41519','Kylemore','KYLEMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14672,'42500','Kylini','KYLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14673,'43916','Kyotango','KYOTANGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14674,'13399','Kyoto','KYOTO',NULL,'','Japan','Kyoto',0,0,110,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14675,'43431','Kypseli','KYPSELI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14676,'1686','Kyrenia','KYRENIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14677,'14991','Kyrksaeterora','KYRKSAETERORA',NULL,'','Norway','',0,0,164,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14678,'40887','Kythira','KYTHIRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14679,'42498','Kythnos','KYTHNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14680,'16467','Kyzyl','KYZYL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14681,'5401','L Aigle','L AIGLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14682,'41544','L Ametlla De Mar','L AMETLLA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14683,'41570','L Ampolla','L AMPOLLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14684,'2652','L\' Eliana','L\' ELIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14685,'41542','L Espluga De Francoli','L ESPLUGA DE FRANCOLI',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:03','1900-01-01 00:00:00',1,0,1),(14686,'41427','L Isle-d Abeau','L ISLE-D ABEAU',NULL,'','France','',0,0,76,'2016-10-17 11:10:03','1900-01-01 00:00:00',1,0,1),(14687,'17158','La Marsa','LA MARSA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:10:16','1900-01-01 00:00:00',1,0,1),(14688,'2367','La Romana','LA ROMANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:10:22','1900-01-01 00:00:00',1,0,1),(14689,'16517','La Somone','LA SOMONE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:10:24','1900-01-01 00:00:00',1,0,1),(14690,'14236','La Trinite','LA TRINITE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:10:25','1900-01-01 00:00:00',1,0,1),(14691,'27106','Laa An Der Thaya','LAA AN DER THAYA',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14692,'41226','Laagri','LAAGRI',NULL,'','Estonia','',0,0,69,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14693,'27242','Laatzen','LAATZEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14694,'23256','Laax','LAAX',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14695,'42971','Labarthe-inard','LABARTHE-INARD',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14696,'4057','Labasa','LABASA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14697,'6097','Labastide-murat','LABASTIDE-MURAT',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14698,'6098','Labege','LABEGE',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14699,'22768','Labelle','LABELLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14700,'38797','Labin','LABIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14701,'17685','Labouchere Bay','LABOUCHERE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14702,'17686','Labourchere Bay','LABOURCHERE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14703,'26715','Labrador','LABRADOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14704,'25663','Labrador City','LABRADOR CITY',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14705,'42545','Labrelotte','LABRELOTTE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14706,'14313','Labuan','LABUAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14707,'10174','Labuan Bajo','LABUAN BAJO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14708,'39891','Labuerda','LABUERDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14709,'10341','Labuha','LABUHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14710,'13682','Lac Lalla','LAC LALLA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14711,'41419','Lacanau','LACANAU',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14712,'5196','Lacanau-ocean','LACANAU-OCEAN',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14713,'38616','Lacapelle-marival','LACAPELLE-MARIVAL',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14714,'6099','Lacaune','LACAUNE',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14715,'6100','Lacave','LACAVE',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14716,'41131','Lac-beauport','LAC-BEAUPORT',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14717,'12011','Lacco Ameno','LACCO AMENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14718,'40241','Lac-des-plages','LAC-DES-PLAGES',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14719,'8380','Laceby','LACEBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14720,'39744','Laces','LACES',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14721,'22772','Lac-etchemin','LAC-ETCHEMIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14722,'31533','Lacey','LACEY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14723,'23257','Lachen','LACHEN',NULL,'','Switzerland','Lachen',0,0,210,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14724,'41734','Lachenaie','LACHENAIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14725,'22773','Lachine','LACHINE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14726,'22774','Lachute','LACHUTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14727,'28893','Lackawanna','LACKAWANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14728,'30007','Lackawaxen','LACKAWAXEN',NULL,'','United States','',0,0,231,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14729,'22775','Lac-nominingue','LAC-NOMININGUE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14730,'8381','Lacock','LACOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14731,'6460','La-colle-sur-loup','LA-COLLE-SUR-LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14732,'32722','Laconia','LACONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14733,'44066','Lacroix-saint-ouen','LACROIX-SAINT-OUEN',NULL,'','France','',0,0,76,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14734,'4325','Lacs Des Dombes','LACS DES DOMBES',NULL,'','France','',0,0,76,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14735,'30736','Lacy-lakeview','LACY-LAKEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14736,'9521','Ladiko','LADIKO',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14737,'12012','Ladispoli','LADISPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14738,'25469','Ladner','LADNER',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14739,'20920','Ladoga','LADOGA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14740,'4326','Ladoix-serrigny','LADOIX-SERRIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14741,'30353','Ladson','LADSON',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14742,'38027','Lady Elliot Island','LADY ELLIOT ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14743,'19435','Lady Lake','LADY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14744,'31789','Ladysmith','LADYSMITH',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14745,'32520','Ladysmith','LADYSMITH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14746,'25470','Ladysmith','LADYSMITH',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14747,'14156','Lae','LAE',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14748,'15576','Lae','LAE',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14749,'17003','Laem Chabang','LAEM CHABANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14750,'41821','Laengenfeld','LAENGENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14751,'14806','Laerdal','LAERDAL',NULL,'','Norway','Laerdal',0,0,164,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14752,'21218','Lafayette','LAFAYETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14753,'21220','Lafitte','LAFITTE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14754,'16745','Lagan','LAGAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14755,'9683','Laganas','LAGANAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14756,'5197','Lagarrigue','LAGARRIGUE',NULL,'','France','',0,0,76,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14757,'15359','Lagarterita','LAGARTERITA',NULL,'','Panama','',0,0,169,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14758,'15449','Lagen Island','LAGEN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14759,'41897','Laghey','LAGHEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14760,'39558','Laghy','LAGHY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14761,'32260','Lagi','LAGI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14762,'35546','Laglio','LAGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14763,'40376','Lagnes','LAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14764,'5854','Lagny','LAGNY',NULL,'','France','',0,0,76,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14765,'2407','Lago Agrio','LAGO AGRIO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14766,'916','Lago Arenal','LAGO ARENAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14767,'15930','Lagoa','LAGOA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14768,'10239','Lagoi','LAGOI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14769,'42641','Lagoinha','LAGOINHA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14770,'9522','Lagonissi','LAGONISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14771,'15776','Lagos','LAGOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14772,'36451','Lagos','LAGOS',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14773,'14017','Lagos De Moreno','LAGOS DE MORENO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14774,'12722','Lagosanto','LAGOSANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14775,'39427','Lagrand','LAGRAND',NULL,'','France','',0,0,76,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14776,'19848','Lagrange','LAGRANGE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14777,'3710','Laguardia','LAGUARDIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14778,'28894','Laguardia Airport (Lga)','LAGUARDIA AIRPORT (LGA)',NULL,'','United States','',0,0,231,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14779,'6101','Laguiole','LAGUIOLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14780,'25184','Laguna','LAGUNA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14781,'18584','Laguna - South Beaches','LAGUNA - SOUTH BEACHES',NULL,'','United States','',0,0,231,'2016-10-17 11:10:45','1900-01-01 00:00:00',1,0,1),(14782,'39339','Laguna Carilafquen','LAGUNA CARILAFQUEN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:10:45','1900-01-01 00:00:00',1,0,1),(14783,'12013','Lagundo','LAGUNDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14784,'14344','Lahad Datu','LAHAD DATU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14785,'20061','Lahaina','LAHAINA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14786,'9523','Lahania','LAHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14787,'30009','Lahaska','LAHASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14788,'10745','Lahinch','LAHINCH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14789,'56','Lahn River Valley','LAHN RIVER VALLEY',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14790,'640','Lahnstein','LAHNSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14791,'39518','Lahntal-sarnau','LAHNTAL-SARNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14792,'38113','Laholm','LAHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14793,'15308','Lahore','LAHORE',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14794,'523','Lahr','LAHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14795,'4020','Lahti','LAHTI',NULL,'','Finland','',0,0,75,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14796,'42089','Lai Chau','LAI CHAU',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14797,'9930','Lai Chi Kok','LAI CHI KOK',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14798,'41950','Laias','LAIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14799,'20062','Laie','LAIE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14800,'5404','L\'aigle','L\'AIGLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14801,'12014','Laigueglia','LAIGUEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14802,'11246','Lainate','LAINATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14803,'15120','Laingholm','LAINGHOLM',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14804,'6102','Laissac','LAISSAC',NULL,'','France','',0,0,76,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14805,'37989','Laives','LAIVES',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14806,'15755','Lajas','LAJAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14807,'30738','Lajitas','LAJITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14808,'4327','Lake Annecy','LAKE ANNECY',NULL,'','France','',0,0,76,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14809,'39612','Lake Ashino','LAKE ASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14810,'10075','Lake Balaton','LAKE BALATON',NULL,'','Hungary','',0,0,99,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14811,'35776','Lake Baringo','LAKE BARINGO',NULL,'','Kenya','',0,0,113,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14812,'16623','Lake Bled - Julian Alps','LAKE BLED - JULIAN ALPS',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14813,'40583','Lake Bolsena','LAKE BOLSENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:51','1900-01-01 00:00:00',1,0,1),(14814,'26999','Lake Constance','LAKE CONSTANCE',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:54','1900-01-01 00:00:00',1,0,1),(14815,'15121','Lake Karapiro','LAKE KARAPIRO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:10:58','1900-01-01 00:00:00',1,0,1),(14816,'16678','Lake Malaren','LAKE MALAREN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:59','1900-01-01 00:00:00',1,0,1),(14817,'17450','Lake Manyara','LAKE MANYARA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:10:59','1900-01-01 00:00:00',1,0,1),(14818,'3895','Lake Saimaa','LAKE SAIMAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:03','1900-01-01 00:00:00',1,0,1),(14819,'15374','Lake Titicaca - Puno Area','LAKE TITICACA - PUNO AREA',NULL,'','Peru','',0,0,172,'2016-10-17 11:11:04','1900-01-01 00:00:00',1,0,1),(14820,'1782','Lake Town Resort','LAKE TOWN RESORT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:11:04','1900-01-01 00:00:00',1,0,1),(14821,'34542','Lakefield','LAKEFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:06','1900-01-01 00:00:00',1,0,1),(14822,'28312','Lakehurst','LAKEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:11:06','1900-01-01 00:00:00',1,0,1),(14823,'4095','Lakemba','LAKEMBA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:11:07','1900-01-01 00:00:00',1,0,1),(14824,'19853','Lakemont','LAKEMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14825,'24636','Laken','LAKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14826,'18594','Lakeport','LAKEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14827,'18595','Lakeshore','LAKESHORE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14828,'18596','Lakeside','LAKESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14829,'32472','Lakeside','LAKESIDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14830,'7163','Lakeside','LAKESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14831,'30012','Lakeville','LAKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:13','1900-01-01 00:00:00',1,0,1),(14832,'30745','Lakeway','LAKEWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:14','1900-01-01 00:00:00',1,0,1),(14833,'31535','Lakewood','LAKEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:11:14','1900-01-01 00:00:00',1,0,1),(14834,'16405','Lakhta','LAKHTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14835,'39808','Lakkopetra','LAKKOPETRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14836,'2297','Lakolk','LAKOLK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14837,'9524','Lakonia','LAKONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14838,'28066','Lakota','LAKOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14839,'14883','Lakselv','LAKSELV',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14840,'40820','Lakshadweep','LAKSHADWEEP',NULL,'','India','',0,0,101,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14841,'38464','Lalacelle','LALACELLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14842,'43188','L\'aldosa','L\'ALDOSA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14843,'7164','Laleston','LALESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14844,'3865','Lalibela','LALIBELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14845,'5198','Lalinde','LALINDE',NULL,'','France','',0,0,76,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14846,'12015','Lallio','LALLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14847,'4954','L\'alpe-d\'huez','L\'ALPE-D\'HUEZ',NULL,'','France','',0,0,76,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14848,'242','Lam','LAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14849,'32332','Lamap','LAMAP',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14850,'27690','Lamar','LAMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14851,'5552','Lamballe','LAMBALLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14852,'6845','Lambarene','LAMBARENE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14853,'43614','Lambari','LAMBARI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14854,'27691','Lambert - St. Louis International Airport (Stl)','LAMBERT - ST. LOUIS INTERNATIONAL AIRPORT (STL)',NULL,'','United States','',0,0,231,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14855,'32406','Lambert\'s Bay','LAMBERT\'S BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14856,'28314','Lambertville','LAMBERTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14857,'6461','Lambesc','LAMBESC',NULL,'','France','',0,0,76,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14858,'8384','Lambeth','LAMBETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14859,'8385','Lambourn','LAMBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14860,'16083','Lamego','LAMEGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14861,'32317','Lamen Bay','LAMEN BAY',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14862,'30746','Lamesa','LAMESA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14863,'40307','Lamesly','LAMESLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14864,'2667','L\'ametlla De Mar','L\'AMETLLA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14865,'35665','Lamezia Terme','LAMEZIA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14866,'4092','Lami','LAMI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14867,'9783','Lamia','LAMIA',NULL,'','Greece','Lamia',0,0,86,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14868,'12016','Lamia','LAMIA',NULL,'','Italy','Lamia',0,0,107,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14869,'15038','Lamidanda','LAMIDANDA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14870,'42227','Lamington National Park','LAMINGTON NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14871,'9904','Lamma Island','LAMMA ISLAND',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14872,'21888','Lamoine Beach','LAMOINE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14873,'42796','Lamongan','LAMONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14874,'20234','Lamoni','LAMONI',NULL,'','United States','',0,0,231,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14875,'19447','Lamont','LAMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14876,'5199','Lamothe','LAMOTHE',NULL,'','France','',0,0,76,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14877,'40427','Lamoura','LAMOURA',NULL,'','France','',0,0,76,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14878,'17059','Lampang','LAMPANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14879,'30747','Lampasas','LAMPASAS',NULL,'','United States','',0,0,231,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14880,'5553','Lampaul-guimiliau','LAMPAUL-GUIMILIAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14881,'13001','Lampedusa','LAMPEDUSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14882,'446','Lampertheim','LAMPERTHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14883,'8386','Lampeter','LAMPETER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14884,'8387','Lamphey','LAMPHEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14885,'9525','Lampi','LAMPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14886,'2668','L\'ampolla','L\'AMPOLLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14887,'41707','Lampoon','LAMPOON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14888,'12017','Lamporecchio','LAMPORECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14889,'43938','Lamu','LAMU',NULL,'','Kenya','',0,0,113,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14890,'28537','Lamy','LAMY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14891,'24683','Lanaken','LANAKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:11:26','1900-01-01 00:00:00',1,0,1),(14892,'20616','Lanark','LANARK',NULL,'','United States','',0,0,231,'2016-10-17 11:11:26','1900-01-01 00:00:00',1,0,1),(14893,'7165','Lanarkshire','LANARKSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14894,'42161','Lanaudiere','LANAUDIERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14895,'7166','Lancashire','LANCASHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14896,'30355','Lancaster','LANCASTER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14897,'1440','Lancaster','LANCASTER',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:11:29','1900-01-01 00:00:00',1,0,1),(14898,'35548','Lanciano','LANCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14899,'42728','L\'ancienne-lorette','L\'ANCIENNE-LORETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14900,'8390','Lancing','LANCING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14901,'4329','Lancon-de-provence','LANCON-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14902,'23052','Lancy','LANCY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14903,'13746','Landaa Giraavaru','LANDAA GIRAAVARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14904,'18600','Landcaster Area','LANDCASTER AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14905,'24477','Landeck','LANDECK',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14906,'5554','Landeda','LANDEDA',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14907,'32110','Lander','LANDER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14908,'5555','Landerneau','LANDERNEAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14909,'4330','Landes','LANDES',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14910,'14762','Landgraaf','LANDGRAAF',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14911,'31342','Landgrove','LANDGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14912,'5556','Landivisiau','LANDIVISIAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14913,'21725','Landover','LANDOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14914,'6175','Landrethun-le-nord','LANDRETHUN-LE-NORD',NULL,'','France','',0,0,76,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14915,'30356','Landrum','LANDRUM',NULL,'','United States','',0,0,231,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14916,'1717','Landsberg','LANDSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14917,'244','Landshut','LANDSHUT',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14918,'16868','Landskrona','LANDSKRONA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14919,'39638','Landstuhl','LANDSTUHL',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14920,'5557','Landudec','LANDUDEC',NULL,'','France','',0,0,76,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14921,'16885','Landvetter','LANDVETTER',NULL,'','Sweden','Landvetter',0,0,209,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14922,'34217','Lane Cove','LANE COVE',NULL,'','Australia','',0,0,13,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14923,'27423','Lanesboro','LANESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14924,'8392','Laneshaw Bridge','LANESHAW BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14925,'5558','Lanester','LANESTER',NULL,'','France','',0,0,76,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14926,'17908','Lanett','LANETT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14927,'37086','Lang Co','LANG CO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14928,'8393','Langbank','LANGBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14929,'7168','Langdale','LANGDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14930,'28067','Langdon','LANGDON',NULL,'','United States','',0,0,231,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14931,'25331','Langdon','LANGDON',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14932,'41892','Langdorf','LANGDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14933,'5323','Langeac','LANGEAC',NULL,'','France','',0,0,76,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14934,'5651','Langeais','LANGEAIS',NULL,'','France','',0,0,76,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14935,'32473','Langebaan','LANGEBAAN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14936,'27243','Langelsheim','LANGELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14937,'22582','Langenargen','LANGENARGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14938,'524','Langenfeld','LANGENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14939,'27000','Langenfeld','LANGENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14940,'27245','Langenhagen','LANGENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14941,'447','Langenselbold','LANGENSELBOLD',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14942,'42308','Langenthal','LANGENTHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14943,'40660','Langenzenn','LANGENZENN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14944,'27246','Langeoog','LANGEOOG',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14945,'5466','Langeron','LANGERON',NULL,'','France','',0,0,76,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14946,'15005','Langesund','LANGESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14947,'23806','Langfang','LANGFANG',NULL,'','China','',0,0,46,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14948,'9329','Langford Budville','LANGFORD BUDVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14949,'10342','Langgur','LANGGUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14950,'11254','Langhe Region','LANGHE REGION',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14951,'12019','Langhirano','LANGHIRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14952,'8394','Langholm','LANGHOLM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14953,'16830','Langholmen','LANGHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14954,'30016','Langhorne','LANGHORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14955,'14285','Langkawi','LANGKAWI',NULL,'','Malaysia','Langkawi',0,0,132,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14956,'25','Langley','LANGLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14957,'31536','Langley','LANGLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14958,'23053','Langnau Im Emmental','LANGNAU IM EMMENTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14959,'44067','Langogne','LANGOGNE',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14960,'2669','Langreo','LANGREO',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14961,'5734','Langres','LANGRES',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14962,'4896','Langueux','LANGUEUX',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14963,'39190','Langweiler','LANGWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14964,'21728','Lanham','LANHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14965,'3252','Lanjaron','LANJARON',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14966,'13747','Lankanfushi','LANKANFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14967,'525','Lank-latum','LANK-LATUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14968,'2002','Lankwitz','LANKWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14969,'37979','Lannach','LANNACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14970,'7169','Lanner','LANNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14971,'5559','Lannion','LANNION',NULL,'','France','',0,0,76,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14972,'8395','Lanreath','LANREATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14973,'30017','Lansdale','LANSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14974,'34543','Lansdowne','LANSDOWNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14975,'21729','Lansdowne','LANSDOWNE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14976,'59264','Lansdowne','LANSDOWNE',NULL,'','India','',0,0,101,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14977,'22137','L\'anse','L\'ANSE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14978,'14237','L\'anse Mitan','L\'ANSE MITAN',NULL,'','Martinique','',0,0,137,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14979,'25664','L\'anse-au-clair','L\'ANSE-AU-CLAIR',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14980,'32407','Lanseria','LANSERIA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14981,'28068','Lansford','LANSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14982,'22138','Lansing','LANSING',NULL,'','United States','',0,0,231,'2016-10-17 11:11:45','1900-01-01 00:00:00',1,0,1),(14983,'4331','Lanslebourg - Val Cenis','LANSLEBOURG - VAL CENIS',NULL,'','France','',0,0,76,'2016-10-17 11:11:46','1900-01-01 00:00:00',1,0,1),(14984,'40032','Lanslevillard','LANSLEVILLARD',NULL,'','France','',0,0,76,'2016-10-17 11:11:46','1900-01-01 00:00:00',1,0,1),(14985,'19449','Lantana','LANTANA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14986,'9905','Lantau Island','LANTAU ISLAND',NULL,'','Hong Kong','Lantau Island',0,0,98,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14987,'23685','Lantian','LANTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14988,'39053','Lanton','LANTON',NULL,'','France','',0,0,76,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14989,'6462','Lantosque','LANTOSQUE',NULL,'','France','',0,0,76,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14990,'26075','Lanus','LANUS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14991,'41418','Lanvallay','LANVALLAY',NULL,'','France','',0,0,76,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14992,'23704','Lanxi','LANXI',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14993,'42','Lanyang','LANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14994,'2670','Lanzarote','LANZAROTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14995,'35034','Lanzarote-costa Tegu','LANZAROTE-COSTA TEGU',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14996,'36183','Lanzarote-playa Blan','LANZAROTE-PLAYA BLAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14997,'36202','Lanzarote-puerto Del','LANZAROTE-PUERTO DEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14998,'35115','Lanzarote-yaiza','LANZAROTE-YAIZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14999,'23849','Lanzhou','LANZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(15000,'39355','Lanzo Dintelvi','LANZO DINTELVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15001,'41095','Lao Cai','LAO CAI',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15002,'15538','Laoag','LAOAG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15003,'23830','Laohekou','LAOHEKOU',NULL,'','China','',0,0,46,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15004,'23604','Laohumiao','LAOHUMIAO',NULL,'','China','',0,0,46,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15005,'10746','Laois - Offaly','LAOIS - OFFALY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15006,'6306','Laon','LAON',NULL,'','France','',0,0,76,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15007,'16046','Lapa','LAPA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15008,'22140','Lapeer','LAPEER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15009,'4332','Lapeyrouse Mornay','LAPEYROUSE MORNAY',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15010,'1576','Lapland','LAPLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15011,'27692','Laplata','LAPLATA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15012,'40202','Lapleau','LAPLEAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15013,'5200','Laplume','LAPLUME',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15014,'3978','Lappeenranta','LAPPEENRANTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15015,'22776','Laprairie','LAPRAIRIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15016,'43843','Lapta Mersin','LAPTA MERSIN',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15017,'15450','Lapu Lapu','LAPU LAPU',NULL,'','Philippines','',0,0,173,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15018,'4021','Lapua','LAPUA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15019,'12698','L\'aquila','L\'AQUILA',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15020,'41072','Lara','LARA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15021,'32111','Laramie','LARAMIE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15022,'10352','Larantuka','LARANTUKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15023,'39136','Larbert','LARBERT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15024,'28905','Larchmont','LARCHMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15025,'42104','Larciano','LARCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15026,'43432','Lardos','LARDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15027,'30749','Laredo','LAREDO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15028,'3126','Laredo','LAREDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15029,'23258','Laret','LARET',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15030,'21730','Largo','LARGO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15031,'7170','Largs','LARGS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15032,'9770','Larisa','LARISA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15033,'41643','Larissa','LARISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15034,'44176','Larissos','LARISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15035,'7171','Larkfield','LARKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15036,'37911','Larkhall','LARKHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15037,'18601','Larkspur','LARKSPUR',NULL,'','United States','',0,0,231,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15038,'42735','Larmor Plage','LARMOR PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15039,'5560','Larmor-plage','LARMOR-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15040,'24278','Larnaca','LARNACA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15041,'8396','Larne','LARNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15042,'21078','Larned','LARNED',NULL,'','United States','',0,0,231,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15043,'38874','Larrabetzu','LARRABETZU',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15044,'37771','Larressingle','LARRESSINGLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15045,'17688','Larsen Bay','LARSEN BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:56','1900-01-01 00:00:00',1,0,1),(15046,'15025','Larvik','LARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:56','1900-01-01 00:00:00',1,0,1),(15047,'23543','Las Condes','LAS CONDES',NULL,'','Chile','',0,0,45,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15048,'15756','Las Croabas','LAS CROABAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15049,'2373','Las Galeras','LAS GALERAS',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15050,'42195','Las Grutas','LAS GRUTAS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15051,'32198','Las Piedras','LAS PIEDRAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15052,'36281','La-salvetat-sur-agou','LA-SALVETAT-SUR-AGOU',NULL,'','France','',0,0,76,'2016-10-17 11:11:58','1900-01-01 00:00:00',1,0,1),(15053,'3712','Lasarte','LASARTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:58','1900-01-01 00:00:00',1,0,1),(15054,'2152','Lasby','LASBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15055,'6103','Lascabanes','LASCABANES',NULL,'','France','',0,0,76,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15056,'33189','Lascassas','LASCASSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15057,'5324','Lascelle','LASCELLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15058,'16639','Lasko','LASKO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15059,'39981','Lassing','LASSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15060,'43433','Lassithi - Agios Nikolaos','LASSITHI - AGIOS NIKOLAOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15061,'43453','Lassithi-sissi','LASSITHI-SISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15062,'37599','Lasso','LASSO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15063,'39039','Lasswade','LASSWADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15064,'40050','Lastingham','LASTINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15065,'6838','Lastourville','LASTOURVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15066,'43841','Lastova','LASTOVA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15067,'42719','Lastovo','LASTOVO',NULL,'','Croatia','',0,0,55,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15068,'12020','Lastra A Signa','LASTRA A SIGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15069,'3457','Lastrilla','LASTRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15070,'41880','Latacunga','LATACUNGA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15071,'16931','Latakia','LATAKIA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15072,'3333','Latas','LATAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15073,'38177','Latera','LATERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15074,'12021','Laterina','LATERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15075,'28906','Latham','LATHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15076,'41157','Latheron','LATHERON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15077,'7172','Lathones','LATHONES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15078,'18602','Lathrop','LATHROP',NULL,'','United States','',0,0,231,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15079,'4333','Lathus-saint-remy','LATHUS-SAINT-REMY',NULL,'','France','',0,0,76,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15080,'12974','Latignano','LATIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15081,'6343','Latille','LATILLE',NULL,'','France','',0,0,76,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15082,'8397','Latimer','LATIMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15083,'2673','Latina','LATINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15084,'43668','Latrobe','LATROBE',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15085,'30018','Latrobe','LATROBE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15086,'40562','Latronquiere','LATRONQUIERE',NULL,'','France','',0,0,76,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15087,'39347','Latschach','LATSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15088,'30357','Latta','LATTA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15089,'5927','Lattes','LATTES',NULL,'','France','',0,0,76,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15090,'39798','Lattrop','LATTROP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15091,'4058','Laucala Island','LAUCALA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15092,'22583','Lauda','LAUDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15093,'22584','Lauda-konigshofen','LAUDA-KONIGSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15094,'448','Laudenbach','LAUDENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15095,'39599','Lauder','LAUDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15096,'19451','Lauderdale-by-the-sea','LAUDERDALE-BY-THE-SEA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15097,'721','Lauenburg','LAUENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15098,'44142','Lauenburg-elbe','LAUENBURG-ELBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15099,'40375','Lauenen','LAUENEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15100,'39611','Laugar','LAUGAR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15101,'41480','Laugarbakki','LAUGARBAKKI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15102,'11002','Laugarvatn','LAUGARVATN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15103,'8398','Laugharne','LAUGHARNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15104,'32830','Laughlin','LAUGHLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15105,'39111','Laughlintown','LAUGHLINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15106,'42780','Laujar De Andarax','LAUJAR DE ANDARAX',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15107,'40553','Laukaa','LAUKAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15108,'38011','Laulasmaa','LAULASMAA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15109,'26849','Launceston','LAUNCESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15110,'8399','Launceston','LAUNCESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15111,'16026','Laundos','LAUNDOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15112,'20065','Laupahoehoe','LAUPAHOEHOE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15113,'22585','Laupheim','LAUPHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15114,'30019','Laureldale','LAURELDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15115,'30359','Laurens','LAURENS',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15116,'42163','Laurentides','LAURENTIDES',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15117,'38889','Lauria','LAURIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15118,'27693','Laurie','LAURIE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15119,'33913','Laurinburg','LAURINBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15120,'22141','Laurium','LAURIUM',NULL,'','United States','',0,0,231,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15121,'12022','Lauro','LAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15122,'1977','Lauscha','LAUSCHA',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15123,'5325','Laussonne','LAUSSONNE',NULL,'','France','',0,0,76,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15124,'44143','Lautenbach','LAUTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15125,'58','Lauterbach','LAUTERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15126,'23457','Lauterbrunnen','LAUTERBRUNNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15127,'4098','Lautoka','LAUTOKA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15128,'3896','Lauttasaari Island','LAUTTASAARI ISLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15129,'22777','L\'auvergne','L\'AUVERGNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15130,'39077','Lauzerte','LAUZERTE',NULL,'','France','',0,0,76,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15131,'12023','Lavagna','LAVAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15132,'22778','Laval','LAVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15133,'21732','Lavale','LAVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15134,'11256','Lavarone','LAVARONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15135,'39460','Lavasa','LAVASA',NULL,'','India','Lavasa',5,0,101,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15136,'6104','Lavaur','LAVAUR',NULL,'','France','',0,0,76,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15137,'8400','Lavenham','LAVENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15138,'13022','Laveno Mombello','LAVENO MOMBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15139,'26250','Lavers Hill','LAVERS HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15140,'26912','Laverton','LAVERTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15141,'11025','Lavi','LAVI',NULL,'','Israel','',0,0,106,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15142,'34218','Lavington','LAVINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15143,'12024','Lavis','LAVIS',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15144,'19854','Lavonia','LAVONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15145,'39837','Lavoute-chilhac','LAVOUTE-CHILHAC',NULL,'','France','',0,0,76,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15146,'37917','Lavris','LAVRIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15147,'20066','Lawai','LAWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15148,'14376','Lawas','LAWAS',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15149,'18603','Lawndale','LAWNDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15150,'21409','Lawrence','LAWRENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15151,'33670','Lawrenceburg','LAWRENCEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:19','1900-01-01 00:00:00',1,0,1),(15152,'31142','Lawrenceville','LAWRENCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:20','1900-01-01 00:00:00',1,0,1),(15153,'32920','Lawton','LAWTON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15154,'2674','Laxe','LAXE',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15155,'6037','Laxou','LAXOU',NULL,'','France','',0,0,76,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15156,'7173','Laxton','LAXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15157,'3411','Layos','LAYOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15158,'4334','Lazaret','LAZARET',NULL,'','France','',0,0,76,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15159,'14098','Lazaro Cardenas','LAZARO CARDENAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15160,'38951','Laze V Tuhinju','LAZE V TUHINJU',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15161,'39749','Lazise','LAZISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15162,'12025','Lazzaro','LAZZARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15163,'14238','Le Carbet','LE CARBET',NULL,'','Martinique','',0,0,137,'2016-10-17 11:12:24','1900-01-01 00:00:00',1,0,1),(15164,'9383','Le Gosier','LE GOSIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:12:26','1900-01-01 00:00:00',1,0,1),(15165,'33022','Lead','LEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:32','1900-01-01 00:00:00',1,0,1),(15166,'33477','Leadville','LEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15167,'25608','Leaf Rapids','LEAF RAPIDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15168,'41156','Leafield','LEAFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15169,'30750','League City','LEAGUE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15170,'19452','Lealman','LEALMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15171,'34544','Leamington','LEAMINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15172,'36321','Leamington Spa','LEAMINGTON SPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15173,'26518','Learmonth','LEARMONTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15174,'34545','Leaside','LEASIDE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15175,'8402','Leatherhead','LEATHERHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15176,'21080','Leavenworth','LEAVENWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:12:35','1900-01-01 00:00:00',1,0,1),(15177,'21081','Leawood','LEAWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15178,'15678','Leba','LEBA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15179,'29697','Lebanon','LEBANON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15180,'60','Lebbenau','LEBBENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15181,'18604','Lebec','LEBEC',NULL,'','United States','',0,0,231,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15182,'39124','Leca Da Palmeira','LECA DA PALMEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15183,'19453','Lecanto','LECANTO',NULL,'','United States','',0,0,231,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15184,'12807','Lecce','LECCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15185,'35573','Lecce-merine','LECCE-MERINE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15186,'12932','Lecco','LECCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15187,'27001','Lech','LECH',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15188,'24478','Lechaschau','LECHASCHAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15189,'43236','Lecherias','LECHERIAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15190,'39239','Lechishchevo','LECHISHCHEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15191,'44069','Lecousse','LECOUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15192,'39226','Leczyca','LECZYCA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15193,'7174','Ledaig','LEDAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15194,'30751','Ledbetter','LEDBETTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15195,'8403','Ledbury','LEDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15196,'27077','Ledenitzen','LEDENITZEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15197,'28317','Ledgewood','LEDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15198,'9264','Ledsham','LEDSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15199,'25332','Leduc','LEDUC',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15200,'19099','Ledyard Center','LEDYARD CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15201,'17909','Leeds','LEEDS',NULL,'','United States','',0,0,231,'2016-10-17 11:12:44','1900-01-01 00:00:00',1,0,1),(15202,'1319','Leeds','LEEDS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15203,'784','Leegebruch','LEEGEBRUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15204,'39251','Leenane','LEENANE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15205,'14600','Leende','LEENDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15206,'61','Leer','LEER',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15207,'27695','Lees Summit','LEES SUMMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15208,'31144','Leesburg','LEESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:46','1900-01-01 00:00:00',1,0,1),(15209,'21223','Leesville','LEESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:46','1900-01-01 00:00:00',1,0,1),(15210,'34219','Leeton','LEETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15211,'14514','Leeuwarden','LEEUWARDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15212,'38358','Leffe','LEFFE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15213,'9829','Lefkada','LEFKADA',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15214,'38762','Lefkara','LEFKARA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15215,'43041','Lefkas','LEFKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15216,'43454','Lefkimi','LEFKIMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15217,'9777','Lefkimmi','LEFKIMMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15218,'39596','Lefkos','LEFKOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15219,'2999','Leganes','LEGANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15220,'15503','Legaspi','LEGASPI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15221,'42954','Legazpi City','LEGAZPI CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15222,'526','Legden','LEGDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15223,'40638','Lège-cap-ferret','LÈGE-CAP-FERRET',NULL,'','France','',0,0,76,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15224,'14515','Legemeer','LEGEMEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15225,'41624','Legian','LEGIAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15226,'38300','Legnago','LEGNAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15227,'12027','Legnano','LEGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15228,'15650','Legnica','LEGNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15229,'10643','Leh','LEH',NULL,'','India','',0,0,101,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15230,'33353','Lehi','LEHI',NULL,'','United States','',0,0,231,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15231,'19456','Lehigh Acres','LEHIGH ACRES',NULL,'','United States','',0,0,231,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15232,'30022','Lehighton','LEHIGHTON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15233,'27247','Lehrte','LEHRTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15234,'9931','Lei Yue Mun','LEI YUE MUN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15235,'43763','Leibnitz','LEIBNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15236,'33914','Leicester','LEICESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15237,'1433','Leicester','LEICESTER',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15238,'34220','Leichhardt','LEICHHARDT',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15239,'14718','Leiden','LEIDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15240,'14719','Leiderdorp','LEIDERDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15241,'14720','Leidschendam','LEIDSCHENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15242,'14471','Leidseplein','LEIDSEPLEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15243,'8406','Leighton Buzzard','LEIGHTON BUZZARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15244,'36479','Leikanger','LEIKANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15245,'22586','Leimen','LEIMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15246,'62','Leinfelden','LEINFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15247,'1721','Leinfelden-echterdin','LEINFELDEN-ECHTERDIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15248,'43536','Leinfelden-echterdingen','LEINFELDEN-ECHTERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15249,'39735','Leinì','LEINÌ',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15250,'26251','Leinster','LEINSTER',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15251,'39920','Leintwardine','LEINTWARDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15252,'63','Leipheim','LEIPHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15253,'15976','Leiria','LEIRIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15254,'2473','Leiro','LEIRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15255,'23264','Leissigen','LEISSIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15256,'8407','Leiston','LEISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15257,'33673','Leitchfield','LEITCHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15258,'41851','Leitrim','LEITRIM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15259,'34546','Leitrim','LEITRIM',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15260,'10715','Leixlip','LEIXLIP',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15261,'24050','Lekana','LEKANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15262,'3713','Lekeitio','LEKEITIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15263,'14721','Lekkerkerk','LEKKERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15264,'14936','Leknes','LEKNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15265,'39501','Leksand','LEKSAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15266,'22142','Leland','LELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15267,'38663','Lelex','LELEX',NULL,'','France','',0,0,76,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15268,'42187','L\'eliana','L\'ELIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15269,'6829','Lelu Village','LELU VILLAGE',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15270,'14758','Lelystad','LELYSTAD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15271,'10134','Lembongan','LEMBONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15272,'27248','Lembruch','LEMBRUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15273,'40195','Lemgo','LEMGO',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15274,'43397','Lemnos','LEMNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15275,'43727','Lemoiz','LEMOIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15276,'18608','Lemoore','LEMOORE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:56','1900-01-01 00:00:00',1,0,1),(15277,'2277','Lemvig','LEMVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:12:56','1900-01-01 00:00:00',1,0,1),(15278,'25042','Lencois','LENCOIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15279,'41606','Lendava','LENDAVA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15280,'21083','Lenexa','LENEXA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15281,'245','Lengenfeld','LENGENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15282,'27002','Lengenlois','LENGENLOIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15283,'246','Lenggries','LENGGRIES',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15284,'39344','Lengnau','LENGNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15285,'8409','Lenham','LENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15286,'12028','Leni','LENI',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15287,'16332','Lenino','LENINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15288,'23265','Lenk','LENK',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15289,'527','Lennestadt','LENNESTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15290,'43944','Lenningen','LENNINGEN',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15291,'18609','Lennox','LENNOX',NULL,'','United States','',0,0,231,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15292,'34792','Lennox Head','LENNOX HEAD',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15293,'37181','Lennoxtown','LENNOXTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15294,'22779','Lennoxville','LENNOXVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15295,'33915','Lenoir','LENOIR',NULL,'','United States','',0,0,231,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15296,'33193','Lenox','LENOX',NULL,'','United States','',0,0,231,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15297,'43093','Lensois','LENSOIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15298,'6652','Lentilly','LENTILLY',NULL,'','France','',0,0,76,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15299,'39945','Lentini','LENTINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15300,'23428','Lenzburg','LENZBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15301,'23266','Lenzerheide','LENZERHEIDE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15302,'24424','Leoben','LEOBEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15303,'24548','Leogang','LEOGANG',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15304,'30023','Leola','LEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15305,'21412','Leominster','LEOMINSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15306,'8410','Leominster','LEOMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15307,'13989','Leon','LEON',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15308,'14445','Leon','LEON',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15309,'30752','Leon Valley','LEON VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15310,'13830','Leon, Baja','LEON, BAJA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15311,'13904','Leona Vicario','LEONA VICARIO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15312,'247','Leonberg','LEONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15313,'26597','Leonora','LEONORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15314,'21084','Leoti','LEOTI',NULL,'','United States','',0,0,231,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15315,'3255','Lepe','LEPE',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15316,'5735','Lepine','LEPINE',NULL,'','France','',0,0,76,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15317,'37369','Leporano','LEPORANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15318,'38814','Leppavirta','LEPPAVIRTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15319,'9684','Leptokaria','LEPTOKARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15320,'39496','Lequile','LEQUILE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15321,'13831','Lerdo','LERDO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15322,'10240','Lereh','LEREH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15323,'13627','Leribe','LERIBE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15324,'12029','Lerici','LERICI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15325,'36149','Lerida','LERIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15326,'13905','Lerma','LERMA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15327,'2676','Lerma','LERMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15328,'24479','Lermoos','LERMOOS',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15329,'9824','Leros','LEROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15330,'16886','Lerum','LERUM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15331,'8411','Lerwick','LERWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15332,'38243','Les Coteaux','LES COTEAUX',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:13:07','1900-01-01 00:00:00',1,0,1),(15333,'25879','Les Escaldes','LES ESCALDES',NULL,'','Andorra','',0,0,5,'2016-10-17 11:13:07','1900-01-01 00:00:00',1,0,1),(15334,'43764','Lesachtal','LESACHTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15335,'2677','Lesaka','LESAKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15336,'39610','Lescala','LESCALA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15337,'5207','Lescar','LESCAR',NULL,'','France','',0,0,76,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15338,'23994','Leshan','LESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15339,'5856','Lesigny','LESIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15340,'32373','Leskovac','LESKOVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15341,'4741','Les-loges-en-josas','LES-LOGES-EN-JOSAS',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15342,'44072','Lesmenils','LESMENILS',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15343,'11258','Lesmo','LESMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15344,'13623','Lesobeng','LESOBENG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15345,'5208','Lesparre-medoc','LESPARRE-MEDOC',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15346,'5209','Lesperon','LESPERON',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15347,'2678','L\'espluga De Francoli','L\'ESPLUGA DE FRANCOLI',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15348,'6177','Lesquin','LESQUIN',NULL,'','France','',0,0,76,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15349,'9365','Les-saintes','LES-SAINTES',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15350,'41576','Lestartit','LESTARTIT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15351,'2948','L\'estartit','L\'ESTARTIT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15352,'40038','Lestelle-betharram','LESTELLE-BETHARRAM',NULL,'','France','',0,0,76,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15353,'30024','Lester','LESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15354,'9528','Lesvos','LESVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15355,'39939','Leszno','LESZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15356,'8412','Letchworth','LETCHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15357,'8413','Letcombe Regis','LETCOMBE REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15358,'8414','Letham','LETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15359,'25334','Lethbridge','LETHBRIDGE',NULL,'','Canada','Lethbridge',0,0,39,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15360,'24087','Leticia','LETICIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15361,'11259','Letojanni','LETOJANNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15362,'32574','Letsitele','LETSITELE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15363,'11260','Lettere','LETTERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15364,'10868','Letterfrack','LETTERFRACK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15365,'10962','Letterkenny','LETTERKENNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15366,'5931','Leuc','LEUC',NULL,'','France','',0,0,76,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15367,'12030','Leuca','LEUCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15368,'18611','Leucadia','LEUCADIA',NULL,'','United States','',0,0,231,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15369,'8415','Leuchars','LEUCHARS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15370,'23269','Leukerbad','LEUKERBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15372,'42370','Leusden','LEUSDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15373,'14683','Leusden-centrum','LEUSDEN-CENTRUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15374,'24549','Leutasch','LEUTASCH',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15375,'24425','Leutschach','LEUTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15376,'40969','Leuven','LEUVEN',NULL,'','Belgium','Leuven',0,0,21,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15377,'43059','Levadia','LEVADIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15378,'41712','Levallois Perret','LEVALLOIS PERRET',NULL,'','France','',0,0,76,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15379,'5133','Levallois-perret','LEVALLOIS-PERRET',NULL,'','France','',0,0,76,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15380,'35552','Levane','LEVANE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15381,'14937','Levanger','LEVANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15382,'12031','Levanto','LEVANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15383,'37419','Levanzo','LEVANZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15384,'30753','Levelland','LEVELLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15385,'17689','Levelock','LEVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15386,'21413','Leverett','LEVERETT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15387,'528','Leverkusen','LEVERKUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15388,'5468','Levernois','LEVERNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15389,'3897','Levi','LEVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15390,'12032','Levico Terme','LEVICO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15391,'15212','Levin','LEVIN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15392,'22780','Levis','LEVIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15393,'30025','Levittown','LEVITTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15394,'9529','Levkas','LEVKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15395,'9821','Levktra','LEVKTRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15396,'42053','Levoca','LEVOCA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15397,'28911','Lewbeach','LEWBEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15398,'7178','Lewdown','LEWDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15399,'8417','Lewes','LEWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15400,'19226','Lewes','LEWES',NULL,'','United States','',0,0,231,'2016-10-17 11:13:20','1900-01-01 00:00:00',1,0,1),(15401,'32003','Lewisburg','LEWISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:13:20','1900-01-01 00:00:00',1,0,1),(15402,'8418','Lewisham','LEWISHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:21','1900-01-01 00:00:00',1,0,1),(15403,'33674','Lewisport','LEWISPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:21','1900-01-01 00:00:00',1,0,1),(15404,'27993','Lewistown','LEWISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:23','1900-01-01 00:00:00',1,0,1),(15405,'30754','Lewisville','LEWISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:24','1900-01-01 00:00:00',1,0,1),(15406,'10241','Lewoleba','LEWOLEBA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:13:24','1900-01-01 00:00:00',1,0,1),(15407,'31145','Lexington','LEXINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:25','1900-01-01 00:00:00',1,0,1),(15408,'8419','Leyburn','LEYBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:29','1900-01-01 00:00:00',1,0,1),(15409,'33478','Leyden','LEYDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:29','1900-01-01 00:00:00',1,0,1),(15410,'9321','Leyland','LEYLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15411,'23270','Leysin','LEYSIN',NULL,'','Switzerland','Leysin',0,0,210,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15412,'8420','Leyton','LEYTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15413,'41380','Lezama','LEZAMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15414,'6178','Lezennes','LEZENNES',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15415,'5932','Lezignan-corbieres','LEZIGNAN-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15416,'15621','Lezno','LEZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15417,'5327','Lezoux','LEZOUX',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15418,'12033','Lezzeno','LEZZENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15419,'23847','Lhasa','LHASA',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15420,'4360','Lhermitage-lorge','LHERMITAGE-LORGE',NULL,'','France','',0,0,76,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15421,'2937','L\'hospitalet De Llobregat','L\'HOSPITALET DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15422,'15489','Lian','LIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15423,'23771','Lianfeng','LIANFENG',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15424,'42982','Liano','LIANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15425,'16394','Lianozovo','LIANOZOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15426,'23743','Lianyungang','LIANYUNGANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15427,'23967','Liaobu','LIAOBU',NULL,'','China','',0,0,46,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15428,'43825','Liaocheng','LIAOCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15429,'5736','Liart','LIART',NULL,'','France','',0,0,76,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15430,'27994','Libby','LIBBY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15431,'39276','Libechov','LIBECHOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15432,'21085','Liberal','LIBERAL',NULL,'','United States','',0,0,231,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15433,'24346','Liberec','LIBEREC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15434,'24217','Liberia','LIBERIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15435,'8421','Liberton','LIBERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15436,'27697','Liberty','LIBERTY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15437,'20623','Libertyville','LIBERTYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15438,'4929','Libourne','LIBOURNE',NULL,'','France','',0,0,76,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15439,'24700','Libramont','LIBRAMONT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15440,'6835','Libreville','LIBREVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15441,'3034','Librilla','LIBRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15442,'8422','Lichfield','LICHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15443,'14223','Lichinga','LICHINGA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15444,'529','Lichtenau','LICHTENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15445,'248','Lichtenberg','LICHTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15446,'249','Lichtenfels','LICHTENFELS',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15447,'2003','Lichtenrade','LICHTENRADE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15448,'2056','Lichtenstein','LICHTENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15449,'64','Lichtenwalde','LICHTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15450,'785','Lichterfelde','LICHTERFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15451,'30028','Lickdale','LICKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15452,'27698','Licking','LICKING',NULL,'','United States','',0,0,231,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15453,'12035','Licodia Eubea','LICODIA EUBEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15454,'11261','Licola Mare','LICOLA MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15455,'34222','Lidcombe','LIDCOMBE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15456,'16831','Lidingo','LIDINGO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15457,'16887','Lidkoping','LIDKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15458,'28915','Lido Beach','LIDO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15459,'786','Liebenwalde','LIEBENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15460,'530','Lieberhausen','LIEBERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15461,'13584','Liechtenstein','LIECHTENSTEIN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15462,'24675','Liege','LIEGE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15463,'4001','Lieksa','LIEKSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15464,'3127','Liencres','LIENCRES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15465,'39625','Liendo','LIENDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15466,'24480','Lienz','LIENZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15467,'36382','Liepaja','LIEPAJA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15468,'13662','Liepaya','LIEPAYA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15469,'40424','Lier','LIER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15470,'41435','Lierganes','LIERGANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15471,'27078','Liesing','LIESING',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15472,'5777','Liesle','LIESLE',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15473,'23271','Liestal','LIESTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15474,'38483','Lieu-dit Favone','LIEU-DIT FAVONE',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15475,'5857','Lieusaint','LIEUSAINT',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15476,'24426','Liezen','LIEZEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15477,'6040','Liezey','LIEZEY',NULL,'','France','',0,0,76,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15478,'41517','Lifford','LIFFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15479,'5567','Liffre','LIFFRE',NULL,'','France','',0,0,76,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15480,'14423','Lifou','LIFOU',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15481,'8423','Lifton','LIFTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15482,'17112','Lifuka Island','LIFUKA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15483,'31147','Lightfoot','LIGHTFOOT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15484,'34223','Lightning Ridge','LIGHTNING RIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15485,'5933','Lignan-sur-orb','LIGNAN-SUR-ORB',NULL,'','France','',0,0,76,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15486,'5737','Lignon','LIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15487,'30029','Ligonier','LIGONIER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15488,'16441','Ligovo','LIGOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15489,'6345','Liguge','LIGUGE',NULL,'','France','',0,0,76,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15490,'41812','Ligure','LIGURE',NULL,'','France','',0,0,76,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15491,'23816','Lijiang','LIJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15492,'43547','Lijnden','LIJNDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15493,'14157','Likiep','LIKIEP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15494,'14273','Likoma Island','LIKOMA ISLAND',NULL,'','Malawi','',0,0,131,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15495,'19857','Lilburn','LILBURN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15496,'4879','L\'ile D\'aix','L\'ILE D\'AIX',NULL,'','France','',0,0,76,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15497,'39697','Lile-rousse','LILE-ROUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15498,'27249','Lilienthal','LILIENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15499,'16832','Liljeholmen','LILJEHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15500,'16833','Lilla Essingen','LILLA ESSINGEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15501,'10095','Lillafured','LILLAFURED',NULL,'','Hungary','',0,0,99,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15502,'5006','Lille','LILLE',NULL,'','France','',0,0,76,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15503,'14947','Lillehammer','LILLEHAMMER',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15504,'14859','Lillesand','LILLESAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15505,'14850','Lillestrom','LILLESTROM',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15506,'33919','Lillington','LILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15507,'37245','Lillooet','LILLOOET',NULL,'','Canada','',0,0,39,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15508,'14277','Lilongwe','LILONGWE',NULL,'','Malawi','',0,0,131,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15509,'26416','Lilydale','LILYDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15510,'24281','Limassol','LIMASSOL',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15511,'8424','Limavady','LIMAVADY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15512,'4742','Limay','LIMAY',NULL,'','France','',0,0,76,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15513,'14377','Limbang','LIMBANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15514,'24014','Limbe','LIMBE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15515,'24587','Limbergse Kempen','LIMBERGSE KEMPEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15516,'12037','Limbiate','LIMBIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15517,'24588','Limburg','LIMBURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15518,'250','Limburg','LIMBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15519,'641','Limburgerhof','LIMBURGERHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15520,'25089','Limeira','LIMEIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15521,'24637','Limelette','LIMELETTE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15522,'9685','Limenaria','LIMENARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15523,'5655','Limeray','LIMERAY',NULL,'','France','',0,0,76,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15524,'10898','Limerick','LIMERICK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15525,'37664','Limerick','LIMERICK',NULL,'','United States','',0,0,231,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15526,'33196','Limestone Cove','LIMESTONE COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15527,'11263','Limito','LIMITO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15528,'1429','Limoge','LIMOGE',NULL,'','FRANCE','',0,0,76,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15529,'6008','Limoges','LIMOGES',NULL,'','France','',0,0,76,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15530,'33479','Limon','LIMON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15531,'24174','Limon','LIMON',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15532,'15341','Limon Bay','LIMON BAY',NULL,'','Panama','',0,0,169,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15533,'12038','Limone Piemonte','LIMONE PIEMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15534,'6658','Limonest','LIMONEST',NULL,'','France','',0,0,76,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15535,'5656','Limoux','LIMOUX',NULL,'','France','',0,0,76,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15536,'36152','Limpias','LIMPIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15537,'8425','Limpley Stoke','LIMPLEY STOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15538,'1439','Limpopo- Kruger Area','LIMPOPO- KRUGER AREA',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15539,'27135','Lina','LINA',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15540,'23705','Lin\'an','LIN\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15541,'3091','Linares','LINARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15542,'34820','Linares','LINARES',NULL,'','Chile','',0,0,45,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15543,'41846','Linas','LINAS',NULL,'','France','',0,0,76,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15544,'43472','Linate','LINATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15545,'23947','Lincang','LINCANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15546,'15410','Lince','LINCE',NULL,'','Peru','',0,0,172,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15547,'21415','Lincoln','LINCOLN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:54','1900-01-01 00:00:00',1,0,1),(15548,'28916','Lincolndale','LINCOLNDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:58','1900-01-01 00:00:00',1,0,1),(15549,'20625','Lincolnshire','LINCOLNSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:58','1900-01-01 00:00:00',1,0,1),(15550,'33920','Lincolnton','LINCOLNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:59','1900-01-01 00:00:00',1,0,1),(15551,'21890','Lincolnville','LINCOLNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:59','1900-01-01 00:00:00',1,0,1),(15552,'20626','Lincolnwood','LINCOLNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15553,'16101','Linda A Velha','LINDA A VELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15554,'16003','Linda-a-pastora','LINDA-A-PASTORA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15555,'30758','Lindale','LINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15556,'8427','Lindale','LINDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15557,'14898','Lindas','LINDAS',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15558,'251','Lindberg','LINDBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15559,'37079','Lindbergh Bay','LINDBERGH BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15560,'26252','Lindeman Island','LINDEMAN ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15561,'28318','Linden','LINDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15562,'32575','Linden','LINDEN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15563,'28917','Lindenhurst','LINDENHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15564,'28319','Lindenwold','LINDENWOLD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15565,'1978','Linderbach','LINDERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15566,'44024','Lindesnes','LINDESNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15567,'17461','Lindi','LINDI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15568,'39705','Lindlar','LINDLAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15569,'9802','Lindos','LINDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15570,'14807','Lindoya','LINDOYA',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15571,'34547','Lindsay','LINDSAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15572,'18614','Lindsay','LINDSAY',NULL,'','United States','',0,0,231,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15573,'21087','Lindsborg','LINDSBORG',NULL,'','United States','',0,0,231,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15574,'23917','Linfen','LINFEN',NULL,'','China','',0,0,46,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15575,'23938','Lingao','LINGAO',NULL,'','China','',0,0,46,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15576,'24569','Lingenau','LINGENAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15577,'40685','Lingfield','LINGFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15578,'6771','Lingolsheim','LINGOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15579,'23873','Lingshui','LINGSHUI',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15580,'12040','Linguaglossa','LINGUAGLOSSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15581,'23706','Linhai','LINHAI',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15582,'23879','Linhe','LINHE',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15583,'4361','Linieres Bouton','LINIERES BOUTON',NULL,'','France','',0,0,76,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15584,'16768','Linkoping','LINKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15585,'8428','Linlithgow','LINLITHGOW',NULL,'','United Kingdom','Linlithgow',0,0,229,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15586,'27700','Linn','LINN',NULL,'','United States','',0,0,231,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15587,'27425','Lino Lakes','LINO LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:14:06','1900-01-01 00:00:00',1,0,1),(15588,'9530','Linoperamata','LINOPERAMATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15589,'25208','Lins','LINS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15590,'1828','Linstow','LINSTOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15591,'1502','Linthicum','LINTHICUM',NULL,'','United States','',0,0,231,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15592,'23927','Linyi','LINYI',NULL,'','China','',0,0,46,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15593,'27136','Linz','LINZ',NULL,'','Austria','Linz',0,0,14,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15594,'25473','Lions Bay','LIONS BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15595,'30030','Lionville','LIONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15596,'37850','Liouciou','LIOUCIOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15597,'42943','Lipa City','LIPA CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15598,'42040','Lipa Noi','LIPA NOI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15599,'12041','Lipari','LIPARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15600,'16361','Lipetsk','LIPETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15601,'8429','Liphook','LIPHOOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15602,'16640','Lipica','LIPICA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15603,'24316','Lipno Nad Vltavou','LIPNO NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15604,'38222','Lipot','LIPOT',NULL,'','Hungary','',0,0,99,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15605,'531','Lippstadt','LIPPSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15606,'39181','Liptovska Sielnica','LIPTOVSKA SIELNICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15607,'40232','Liptovsky Jan','LIPTOVSKY JAN',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15608,'24023','Lisala','LISALA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15609,'16004','Lisbon','LISBON',NULL,'','Portugal','Lisbon',0,0,175,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15610,'28069','Lisbon','LISBON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15611,'36568','Lisbon-costa D Capar','LISBON-COSTA D CAPAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15612,'36581','Lisbon-montijo','LISBON-MONTIJO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15613,'36580','Lisbon-oeiras','LISBON-OEIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15614,'36587','Lisbon-queluz','LISBON-QUELUZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15615,'36595','Lisbon-turcifal','LISBON-TURCIFAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15616,'10788','Liscannor','LISCANNOR',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15617,'35555','Lisciano Niccone','LISCIANO NICCONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15618,'25724','Liscomb','LISCOMB',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15619,'10789','Lisdoonvarna','LISDOONVARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15620,'17397','Lishan','LISHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15621,'23968','Lishui','LISHUI',NULL,'','China','',0,0,46,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15622,'5408','Lisieux','LISIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15623,'8430','Liskeard','LISKEARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15624,'4956','L\'isle-d\'abeau','L\'ISLE-D\'ABEAU',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15625,'4362','Lisle-jourdain','LISLE-JOURDAIN',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15626,'4363','L\'isle-sur-la-sorgue','L\'ISLE-SUR-LA-SORGUE',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15627,'34224','Lismore','LISMORE',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15628,'10939','Lismore','LISMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15629,'8431','Liss','LISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15630,'14722','Lisse','LISSE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15631,'44073','Lisses','LISSES',NULL,'','France','',0,0,76,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15632,'6659','Lissieu','LISSIEU',NULL,'','France','',0,0,76,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15633,'12042','Lissone','LISSONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15634,'41516','Listowel','LISTOWEL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15635,'16322','Listvyanka','LISTVYANKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15636,'27426','Litchfield','LITCHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:14','1900-01-01 00:00:00',1,0,1),(15637,'34789','Litchfield Nat. Park','LITCHFIELD NAT. PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:15','1900-01-01 00:00:00',1,0,1),(15638,'34225','Lithgow','LITHGOW',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:15','1900-01-01 00:00:00',1,0,1),(15639,'19858','Lithia Springs','LITHIA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:14:16','1900-01-01 00:00:00',1,0,1),(15640,'19859','Lithonia','LITHONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:16','1900-01-01 00:00:00',1,0,1),(15641,'30031','Lititz','LITITZ',NULL,'','United States','',0,0,231,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15642,'42496','Litochoro','LITOCHORO',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15643,'35258','Litohoro','LITOHORO',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15644,'9686','Litokhoron','LITOKHORON',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15645,'32112','Little America','LITTLE AMERICA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15646,'24258','Little Cayman','LITTLE CAYMAN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15647,'25233','Little Good Harbour','LITTLE GOOD HARBOUR',NULL,'','Barbados','',0,0,19,'2016-10-17 11:14:19','1900-01-01 00:00:00',1,0,1),(15648,'25609','Little Grand Rapids','LITTLE GRAND RAPIDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:19','1900-01-01 00:00:00',1,0,1),(15649,'30760','Littlefield','LITTLEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:23','1900-01-01 00:00:00',1,0,1),(15650,'8435','Littlehampton','LITTLEHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:23','1900-01-01 00:00:00',1,0,1),(15651,'32729','Littleton','LITTLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:24','1900-01-01 00:00:00',1,0,1),(15652,'23606','Liulicun','LIULICUN',NULL,'','China','',0,0,46,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15653,'23856','Liuzhou','LIUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15654,'9803','Livadia','LIVADIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15655,'13661','Livange','LIVANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15656,'34548','Lively','LIVELY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:26','1900-01-01 00:00:00',1,0,1),(15657,'18618','Livermore','LIVERMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15658,'28920','Liverpool','LIVERPOOL',NULL,'','United States','',0,0,231,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15659,'34226','Liverpool','LIVERPOOL',NULL,'','Australia','Liverpool',0,0,13,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15660,'8436','Liverpool','LIVERPOOL',NULL,'','United Kingdom','Liverpool',0,0,229,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15661,'25725','Liverpool','LIVERPOOL',NULL,'','Canada','Liverpool',0,0,39,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15662,'24710','Lives-sur-meuse','LIVES-SUR-MEUSE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15663,'12043','Livigno','LIVIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15664,'42679','Livinallongo Del Col Di Lana','LIVINALLONGO DEL COL DI LANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15665,'17911','Livingston','LIVINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15666,'8437','Livingston','LIVINGSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:29','1900-01-01 00:00:00',1,0,1),(15667,'39733','Livingston','LIVINGSTON',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:14:29','1900-01-01 00:00:00',1,0,1),(15668,'9874','Lívingston','LÍVINGSTON',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15669,'32648','Livingstone','LIVINGSTONE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15670,'28922','Livonia','LIVONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15671,'12976','Livorno','LIVORNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15672,'24988','Livramento','LIVRAMENTO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15673,'4364','Livry Gargan','LIVRY GARGAN',NULL,'','France','',0,0,76,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15674,'41406','Livry-gargan','LIVRY-GARGAN',NULL,'','France','',0,0,76,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15675,'40372','Liwa','LIWA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15676,'23607','Liwan','LIWAN',NULL,'','China','',0,0,46,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15677,'23744','Liyang','LIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15678,'8438','Lizard','LIZARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15679,'26253','Lizard Island','LIZARD ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15680,'38373','Lizzanello','LIZZANELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15681,'12044','Lizzano In Belvedere','LIZZANO IN BELVEDERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15682,'16641','Ljubljana','LJUBLJANA',NULL,'','Slovenia','Ljubljana',0,0,192,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15683,'16869','Ljungby','LJUNGBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15684,'37206','Ljungbyhed','LJUNGBYHED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15685,'38322','Ljungskile','LJUNGSKILE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15686,'16700','Ljusdal','LJUSDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15687,'41829','Ljutomer','LJUTOMER',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15688,'2679','Llafranc','LLAFRANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15689,'37731','Llagostera','LLAGOSTERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15690,'8439','Llanarmon Dyffryn-ceiriog','LLANARMON DYFFRYN-CEIRIOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15691,'2680','Llanars','LLANARS',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15692,'41540','Llanaves De La Reina','LLANAVES DE LA REINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15693,'8440','Llanberis','LLANBERIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15694,'38863','Llanca','LLANCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15695,'8441','Llandegla','LLANDEGLA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15696,'8442','Llandeilo','LLANDEILO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15697,'8443','Llandovery','LLANDOVERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15698,'8444','Llandrindod Wells','LLANDRINDOD WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15699,'8445','Llandudno','LLANDUDNO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15700,'39879','Llandybie','LLANDYBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15701,'8446','Llandyssul','LLANDYSSUL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15702,'41151','Llandysul','LLANDYSUL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15703,'8447','Llanelli','LLANELLI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15704,'40589','Llanera','LLANERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15705,'3458','Llanes','LLANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15706,'8448','Llanfairpwllgwyngyll','LLANFAIRPWLLGWYNGYLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15707,'7183','Llanfarian','LLANFARIAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15708,'8449','Llanfyllin','LLANFYLLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15709,'41108','Llangadog','LLANGADOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15710,'8450','Llangammarch Wells','LLANGAMMARCH WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15711,'8451','Llangefni','LLANGEFNI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15712,'8452','Llangollen','LLANGOLLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15713,'8453','Llangurig','LLANGURIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15714,'8454','Llangybi','LLANGYBI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15715,'30764','Llano','LLANO',NULL,'','United States','',0,0,231,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15716,'14107','Llano Largo','LLANO LARGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15717,'7184','Llanrhaedr','LLANRHAEDR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15718,'8455','Llanrug','LLANRUG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15719,'8456','Llanrwst','LLANRWST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15720,'8457','Llantwit Major','LLANTWIT MAJOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15721,'8458','Llanvair Waterdine','LLANVAIR WATERDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15722,'8459','Llanwddyn','LLANWDDYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15723,'8460','Llanwrtyd Wells','LLANWRTYD WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15724,'8461','Llanybydder','LLANYBYDDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15725,'41107','Llanymynech','LLANYMYNECH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15726,'41473','Llavorsi','LLAVORSI',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15727,'2681','Llavorsí','LLAVORSÍ',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15728,'2953','Lleida','LLEIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15729,'39375','Llerena','LLERENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15730,'3557','Llivia','LLIVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15731,'3558','Lloret De Mar','LLORET DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15732,'25880','Llorts','LLORTS',NULL,'','Andorra','',0,0,5,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15733,'2905','Lloseta','LLOSETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15734,'28923','Lloyd Harbor','LLOYD HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15735,'25335','Lloydminster','LLOYDMINSTER',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15736,'2683','Llucalcari','LLUCALCARI',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15737,'2906','Llucmajor','LLUCMAJOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15738,'8462','Llyswen','LLYSWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15739,'8463','Loanhead','LOANHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15740,'12045','Loano','LOANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15741,'1829','Lobbe','LOBBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15742,'40563','Lobios','LOBIOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15743,'23272','Locarno','LOCARNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15744,'1442','Loch Lomond','LOCH LOMOND',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15745,'41106','Lochailort','LOCHAILORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15746,'38209','Lochau','LOCHAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15747,'8464','Lochearnhead','LOCHEARNHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15748,'14543','Lochem','LOCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15749,'4946','Loches','LOCHES',NULL,'','France','',0,0,76,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15750,'8465','Lochgilphead','LOCHGILPHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15751,'8466','Lochinver','LOCHINVER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15752,'8467','Lochmaddy','LOCHMADDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15753,'8468','Lockerbie','LOCKERBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15754,'30765','Lockhart','LOCKHART',NULL,'','United States','',0,0,231,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15755,'26254','Lockhart Rivers','LOCKHART RIVERS',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15756,'20630','Lockport','LOCKPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15757,'7187','Locks Heath','LOCKS HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15758,'5568','Locmaria','LOCMARIA',NULL,'','France','',0,0,76,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15759,'38022','Locorotondo','LOCOROTONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15760,'5569','Loctudy','LOCTUDY',NULL,'','France','',0,0,76,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15761,'12046','Loculi','LOCULI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15762,'31148','Locust Dale','LOCUST DALE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15763,'36670','Loddekoping','LODDEKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:47','1900-01-01 00:00:00',1,0,1),(15764,'16870','Loddekopinge','LODDEKOPINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:47','1900-01-01 00:00:00',1,0,1),(15765,'39172','Loddin','LODDIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15766,'40340','Loderup','LODERUP',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15767,'5935','Lodeve','LODEVE',NULL,'','France','',0,0,76,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15768,'31799','Lodi','LODI',NULL,'','United States','',0,0,231,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15769,'12047','Lodi','LODI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15770,'24024','Lodja','LODJA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15771,'39804','Loebau','LOEBAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15772,'65','Loecherberg','LOECHERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15773,'17067','Loei','LOEI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15774,'14158','Loen','LOEN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15775,'14981','Loen','LOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15776,'24388','Lofer','LOFER',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15777,'43329','Lofoten','LOFOTEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15778,'37970','Lofsdalen','LOFSDALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15779,'14899','Lofthus','LOFTHUS',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15780,'26716','Logan City','LOGAN CITY',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15781,'26717','Loganholme','LOGANHOLME',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15782,'20931','Logansport','LOGANSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15783,'19861','Loganville','LOGANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15784,'5858','Lognes','LOGNES',NULL,'','France','',0,0,76,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15785,'2966','Logrono','LOGRONO',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15786,'2245','Logstor','LOGSTOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15787,'37433','Lohberg','LOHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15788,'3979','Lohja','LOHJA',NULL,'','Finland','',0,0,75,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15789,'66','Lohmar','LOHMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15790,'1830','Lohmen','LOHMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15791,'450','Lohne','LOHNE',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15792,'22587','Lohr','LOHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15793,'12048','Loiano','LOIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15794,'27137','Loibichl','LOIBICHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15795,'27107','Loipersdorf','LOIPERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15796,'4366','Loire-atlantique','LOIRE-ATLANTIQUE',NULL,'','France','',0,0,76,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15797,'4367','Loiret','LOIRET',NULL,'','France','',0,0,76,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15798,'4368','Loir-et-cher','LOIR-ET-CHER',NULL,'','France','',0,0,76,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15799,'12049','Loiri','LOIRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15800,'37561','Loiu','LOIU',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15801,'2400','Loja','LOJA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15802,'9932','Lok Ma Chau','LOK MA CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15803,'24610','Lokeren','LOKEREN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15804,'39632','Loket','LOKET',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15805,'2246','Lokken','LOKKEN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15806,'10084','Lokoshaza','LOKOSHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15807,'42072','Lokva Rogoznica','LOKVA ROGOZNICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15808,'41817','Lolland','LOLLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15809,'27997','Lolo','LOLO',NULL,'','United States','',0,0,231,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15810,'8469','Lolworth','LOLWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15811,'14948','Lom','LOM',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15812,'18621','Loma Linda','LOMA LINDA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15813,'4060','Lomaiviti Islands','LOMAIVITI ISLANDS',NULL,'','Fiji','',0,0,74,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15814,'26076','Lomas De Zamora','LOMAS DE ZAMORA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15815,'12050','Lomazzo','LOMAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15816,'20631','Lombard','LOMBARD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15817,'11267','Lombardy Alps','LOMBARDY ALPS',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15818,'10135','Lombok','LOMBOK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15819,'35348','Lombok-mataram','LOMBOK-MATARAM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15820,'35365','Lombok-medana Beach','LOMBOK-MEDANA BEACH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15821,'35375','Lombok-senggigi','LOMBOK-SENGGIGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15822,'35360','Lombok-tranwangan Is','LOMBOK-TRANWANGAN IS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15823,'16950','Lome','LOME',NULL,'','Togo','',0,0,216,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15824,'15695','Lomianki','LOMIANKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15825,'31800','Lomira','LOMIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15826,'18622','Lomita','LOMITA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15827,'6179','Lomme','LOMME',NULL,'','France','',0,0,76,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15828,'24684','Lommel','LOMMEL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15829,'18623','Lompoc','LOMPOC',NULL,'','United States','',0,0,231,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15830,'15653','Lomza','LOMZA',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15831,'12051','Lonate Pozzolo','LONATE POZZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15832,'12052','Lonato','LONATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15833,'41815','Lonavala','LONAVALA',NULL,'','India','Lonavala',5,0,101,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15835,'12053','Londa','LONDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15836,'9245','London','LONDON',NULL,'','United Kingdom','London',0,0,229,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15837,'34549','London','LONDON',NULL,'','Canada','London',0,0,39,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15838,'32730','Londonderry','LONDONDERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15839,'9262','Londonderry','LONDONDERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15840,'36314','London-hendon','LONDON-HENDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15841,'25114','Londrina','LONDRINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15842,'33481','Lonetree','LONETREE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:02','1900-01-01 00:00:00',1,0,1),(15843,'24834','Long Island','LONG ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:15:05','1900-01-01 00:00:00',1,0,1),(15844,'26165','Long Island','LONG ISLAND',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:15:05','1900-01-01 00:00:00',1,0,1),(15845,'14378','Long Lellang','LONG LELLANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:15:07','1900-01-01 00:00:00',1,0,1),(15846,'11268','Longa','LONGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15847,'32318','Longana','LONGANA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15848,'10177','Longapung','LONGAPUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15849,'38197','Longare','LONGARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15850,'10178','Longbawan','LONGBAWAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15851,'19461','Longboat Key','LONGBOAT KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15852,'8475','Longbridge','LONGBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15853,'19462','Longdale','LONGDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15854,'4997','Longeau-percey','LONGEAU-PERCEY',NULL,'','France','',0,0,76,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15855,'6660','Longefoy','LONGEFOY',NULL,'','France','',0,0,76,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15856,'43670','Longford','LONGFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15857,'8476','Longforgan','LONGFORGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15858,'8477','Longframlington','LONGFRAMLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15859,'8478','Longhirst','LONGHIRST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15860,'8479','Longhorsley','LONGHORSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15861,'12723','Longiano','LONGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15862,'33482','Longmont','LONGMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15863,'9687','Longos','LONGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15864,'26417','Longreach','LONGREACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15865,'30365','Longs','LONGS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15866,'36823','Longtan','LONGTAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15867,'6308','Longueau','LONGUEAU',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15868,'22781','Longueuil','LONGUEUIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15869,'6041','Longuyon','LONGUYON',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15870,'5469','Longvic','LONGVIC',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15871,'19463','Longwood','LONGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:15:14','1900-01-01 00:00:00',1,0,1),(15872,'6042','Longwy','LONGWY',NULL,'','France','',0,0,76,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15873,'23772','Longyan','LONGYAN',NULL,'','China','',0,0,46,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15874,'16536','Longyearbyen','LONGYEARBYEN',NULL,'','Svalbard And Jan Mayen Islands','',0,0,0,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15875,'36480','Longyearbyen','LONGYEARBYEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15876,'23707','Longyou','LONGYOU',NULL,'','China','',0,0,46,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15877,'18044','Lonoke','LONOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15878,'32334','Lonorore','LONORORE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15879,'5778','Lons-le-saunier','LONS-LE-SAUNIER',NULL,'','France','',0,0,76,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15880,'7189','Looe','LOOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15881,'19862','Lookout Mountain','LOOKOUT MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15882,'18627','Loomis','LOOMIS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15883,'31542','Loon Lake','LOON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15884,'41405','Loon Plage','LOON PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15885,'6180','Loon-plage','LOON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15886,'14472','Loosdrecht','LOOSDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15887,'43842','Lopar','LOPAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15888,'36758','Lopburi','LOPBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15889,'31543','Lopez Island','LOPEZ ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15890,'14561','Loppersum','LOPPERSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15891,'10056','Lopud','LOPUD',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15892,'29404','Lorain','LORAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15893,'34228','Lord Howe Island','LORD HOWE ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15894,'28541','Lordsburg','LORDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15895,'29405','Lordstown','LORDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15896,'43111','Lorenskog','LORENSKOG',NULL,'','Norway','',0,0,164,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15897,'38621','Lorenzago Di Cadore','LORENZAGO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15898,'14135','Loreto','LORETO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15899,'35556','Loreto','LORETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15900,'22782','Loretteville','LORETTEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15901,'33679','Loretto','LORETTO',NULL,'','United States','',0,0,231,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15902,'6476','Lorgues','LORGUES',NULL,'','France','',0,0,76,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15903,'12055','Loria','LORIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15904,'12056','Lorica','LORICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15905,'5001','Lorient','LORIENT',NULL,'','France','',0,0,76,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15906,'16948','Lorimers','LORIMERS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15907,'41404','Loriol-du-comtat','LORIOL-DU-COMTAT',NULL,'','France','',0,0,76,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15908,'27876','Lorman','LORMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15909,'5211','Lormont','LORMONT',NULL,'','France','',0,0,76,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15910,'26256','Lorne','LORNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15911,'12057','Loro Ciuffenna','LORO CIUFFENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15912,'4369','Lorp-sentaraille','LORP-SENTARAILLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15913,'22588','Lorrach','LORRACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15914,'4370','Lorraine Airport','LORRAINE AIRPORT',NULL,'','France','',0,0,76,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15915,'41515','Lorrha','LORRHA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15916,'31149','Lorton','LORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15917,'8480','Lorton','LORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15918,'32175','Los Roques','LOS ROQUES',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15919,'23522','Los Vilos','LOS VILOS',NULL,'','Chile','',0,0,45,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15920,'9993','Losinj Island','LOSINJ ISLAND',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15921,'67','Lossburg','LOSSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15922,'8481','Lossiemouth','LOSSIEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15923,'8482','Lostwithiel','LOSTWITHIEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15924,'4372','Lot-et-garonne','LOT-ET-GARONNE',NULL,'','France','',0,0,76,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15925,'36824','Lotung','LOTUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15926,'18641','Lotus','LOTUS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15927,'42309','Lotzwil','LOTZWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15928,'13537','Louangphrabang','LOUANGPHRABANG',NULL,'','Laos','',0,0,118,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15929,'24051','Loubomo','LOUBOMO',NULL,'','Congo','',0,0,51,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15930,'6106','Loubressac','LOUBRESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15931,'40336','Loudeac','LOUDEAC',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15932,'5032','Loudenvielle','LOUDENVIELLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15933,'6107','Loudervielle','LOUDERVIELLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15934,'33197','Loudon','LOUDON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:31','1900-01-01 00:00:00',1,0,1),(15935,'28930','Loudonville','LOUDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:31','1900-01-01 00:00:00',1,0,1),(15936,'41403','Loue','LOUE',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15937,'4373','Loué','LOUÉ',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15938,'8483','Loughborough','LOUGHBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15939,'10869','Loughrea','LOUGHREA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15940,'40923','Loughrea, Co.galway','LOUGHREA, CO.GALWAY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15941,'5470','Louhans','LOUHANS',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15942,'43203','Louis Trichard','LOUIS TRICHARD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15943,'33680','Louisa','LOUISA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15944,'25726','Louisbourg','LOUISBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15945,'33924','Louisburg','LOUISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15946,'24718','Louise Marie','LOUISE MARIE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15947,'27702','Louisiana','LOUISIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15948,'27877','Louisville','LOUISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15949,'6346','Loulay','LOULAY',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15950,'15931','Loule','LOULE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15951,'9532','Lourdata','LOURDATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15952,'6108','Lourdes','LOURDES',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15953,'36256','Lourdes-eaux-bonnes','LOURDES-EAUX-BONNES',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15954,'44125','Loures','LOURES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15955,'6477','Lourmarin','LOURMARIN',NULL,'','France','',0,0,76,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15956,'15904','Lousa','LOUSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15957,'39428','Lousada','LOUSADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15958,'43707','Louth','LOUTH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15959,'7190','Louth','LOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15960,'9688','Loutra Killinis','LOUTRA KILLINIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15961,'9396','Loutraki','LOUTRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15962,'24638','Louvain','LOUVAIN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15963,'42245','Louvain-la-neuve','LOUVAIN-LA-NEUVE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15964,'4743','Louveciennes','LOUVECIENNES',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15965,'5818','Louviers','LOUVIERS',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15966,'4375','Louvre - Theatre District (1 And 2)','LOUVRE - THEATRE DISTRICT (1 AND 2)',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15967,'4744','Louvres','LOUVRES',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15968,'42249','Lovech','LOVECH',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15969,'34229','Lovedale','LOVEDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15970,'33484','Loveland','LOVELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15971,'32113','Lovell','LOVELL',NULL,'','United States','',0,0,231,'2016-10-17 11:15:40','1900-01-01 00:00:00',1,0,1),(15972,'32831','Lovelock','LOVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:40','1900-01-01 00:00:00',1,0,1),(15973,'20633','Loves Park','LOVES PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15974,'31151','Lovettsville','LOVETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15975,'3980','Loviisa','LOVIISA',NULL,'','Finland','',0,0,75,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15976,'41625','Lovina','LOVINA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15977,'31152','Lovingston','LOVINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15978,'28545','Lovington','LOVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15979,'10018','Loviste','LOVISTE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15980,'16796','Lovon','LOVON',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15981,'10019','Lovran','LOVRAN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15982,'22589','Lowenstein','LOWENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:43','1900-01-01 00:00:00',1,0,1),(15983,'8484','Lower Beeding','LOWER BEEDING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:43','1900-01-01 00:00:00',1,0,1),(15984,'16625','Lower Carniola','LOWER CARNIOLA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15985,'15213','Lower Hutt','LOWER HUTT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15986,'25727','Lower Sackville','LOWER SACKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15987,'8486','Lowestoft','LOWESTOFT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15988,'8487','Lowick','LOWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15989,'17137','Lowlands','LOWLANDS',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15990,'28931','Lowville','LOWVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15991,'17912','Loxley','LOXLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15992,'26809','Loxton','LOXTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15993,'36325','Loxton','LOXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15994,'4376','Lozere','LOZERE',NULL,'','France','',0,0,76,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15995,'37283','Lozovac','LOZOVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15996,'3092','Luanco','LUANCO',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15997,'25852','Luanda','LUANDA',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15998,'13540','Luang Namtha','LUANG NAMTHA',NULL,'','Laos','',0,0,118,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15999,'15631','Luban','LUBAN',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(16000,'25851','Lubango','LUBANGO',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16001,'1941','Lubars','LUBARS',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16002,'42179','Lubbenau','LUBBENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16003,'30771','Lubbock','LUBBOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16004,'723','Lubeck','LUBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16005,'4377','Luberon','LUBERON',NULL,'','France','',0,0,76,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16006,'15714','Lublin','LUBLIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16007,'15616','Lubliniec','LUBLINIEC',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16008,'24025','Lubumbashi','LUBUMBASHI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16009,'15591','Lubusz','LUBUSZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16010,'10845','Lucan','LUCAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16011,'35559','Lucardo','LUCARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16012,'33684','Lucas','LUCAS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16013,'39515','Lucas Do Rio Verde','LUCAS DO RIO VERDE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16014,'24871','Lucaya','LUCAYA',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16015,'4745','Lucciana','LUCCIANA',NULL,'','France','',0,0,76,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16016,'5409','Luce','LUCE',NULL,'','France','',0,0,76,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16017,'40357','Lucea','LUCEA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16018,'27878','Lucedale','LUCEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16019,'3258','Lucena','LUCENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16020,'42836','Lucenec','LUCENEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16021,'12059','Lucera','LUCERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16022,'23273','Lucerne','LUCERNE',NULL,'','Switzerland','Lucerne',0,0,210,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16023,'3093','Luces','LUCES',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16024,'17398','Luchou','LUCHOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16025,'12060','Lucignano','LUCIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16026,'12061','Lucino','LUCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16027,'787','Luckenwalde','LUCKENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16028,'10682','Lucknow','LUCKNOW',NULL,'','India','Lucknow',6,0,101,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16029,'4379','Luçon','LUÇON',NULL,'','France','',0,0,76,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16030,'5410','Luc-sur-mer','LUC-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16031,'14413','Luderitz','LUDERITZ',NULL,'','Namibia','',0,0,151,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16032,'27251','Lüdersburg','LÜDERSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16033,'10553','Ludhiana','LUDHIANA',NULL,'','India','Ludhiana',19,0,101,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16034,'22147','Ludington','LUDINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:52','1900-01-01 00:00:00',1,0,1),(16035,'31345','Ludlow','LUDLOW',NULL,'','United States','',0,0,231,'2016-10-17 11:15:52','1900-01-01 00:00:00',1,0,1),(16036,'8488','Ludlow','LUDLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:53','1900-01-01 00:00:00',1,0,1),(16037,'6043','Ludres','LUDRES',NULL,'','France','',0,0,76,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16038,'16742','Ludvika','LUDVIKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16039,'788','Ludwigsburg','LUDWIGSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16040,'789','Ludwigsfelde','LUDWIGSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16041,'22590','Ludwigshafen','LUDWIGSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16042,'27252','Ludwigslust','LUDWIGSLUST',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16043,'1697','Luebeck','LUEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16044,'70','Luedenscheid','LUEDENSCHEID',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16045,'25854','Luena','LUENA',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16046,'43338','Lueneburg','LUENEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16047,'42449','Luenen','LUENEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16048,'71','Luetjenburg','LUETJENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16049,'30772','Lufkin','LUFKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16050,'12946','Lugagnano','LUGAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16051,'36825','Lugang','LUGANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16052,'17508','Lugansk','LUGANSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16053,'42293','Luganville','LUGANVILLE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16054,'5212','Luglon','LUGLON',NULL,'','France','',0,0,76,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16055,'12062','Lugo','LUGO',NULL,'','Italy','Lugo',0,0,107,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16056,'3559','Lugo','LUGO',NULL,'','Spain','Lugo',0,0,199,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16057,'30366','Lugoff','LUGOFF',NULL,'','United States','',0,0,231,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16058,'36627','Lugoj','LUGOJ',NULL,'','Romania','',0,0,179,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16059,'3094','Lugones','LUGONES',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16060,'23892','Lugouqiao','LUGOUQIAO',NULL,'','China','',0,0,46,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16061,'42176','Lugrin','LUGRIN',NULL,'','France','',0,0,76,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16062,'39401','Luhme','LUHME',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16063,'12063','Luino','LUINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16064,'39080','Lujan','LUJAN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16065,'23686','Lujiang','LUJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16066,'39189','Lujiazui','LUJIAZUI',NULL,'','China','',0,0,46,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16067,'17399','Lukang','LUKANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16068,'21737','Luke','LUKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16069,'18160','Lukeville','LUKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16070,'15055','Lukla','LUKLA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16071,'15662','Lukta','LUKTA',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16072,'27879','Lula','LULA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16073,'16755','Lulea','LULEA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16074,'21225','Luling','LULING',NULL,'','United States','',0,0,231,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16075,'23275','Lully','LULLY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16076,'7191','Lulworth','LULWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16077,'10020','Lumbarda','LUMBARDA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16078,'33925','Lumberton','LUMBERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16079,'30034','Lumberville','LUMBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:01','1900-01-01 00:00:00',1,0,1),(16080,'15039','Lumbini','LUMBINI',NULL,'','Nepal','',0,0,153,'2016-10-17 11:16:01','1900-01-01 00:00:00',1,0,1),(16081,'39896','Lumbini Area','LUMBINI AREA',NULL,'','India','',0,0,101,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16082,'6181','Lumbres','LUMBRES',NULL,'','France','',0,0,76,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16083,'38330','Lumio','LUMIO',NULL,'','France','',0,0,76,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16084,'24685','Lummen','LUMMEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16085,'31544','Lummi Island','LUMMI ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16086,'14368','Lumut','LUMUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16087,'40504','Lun','LUN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16088,'22149','Luna Pier','LUNA PIER',NULL,'','United States','',0,0,231,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16089,'12064','Lunamatrona','LUNAMATRONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16090,'43724','Lunawanna','LUNAWANNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16091,'16679','Lund','LUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16092,'1672','Lund','LUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16093,'8489','Lundin Links','LUNDIN LINKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16094,'27253','Luneburg','LUNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16095,'2025','Lüneburg','LÜNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16096,'5936','Lunel','LUNEL',NULL,'','France','',0,0,76,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16097,'532','Lunen','LUNEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16098,'25728','Lunenburg','LUNENBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16099,'6044','Luneville','LUNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16100,'27003','Lungau','LUNGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16101,'23276','Lungern','LUNGERN',NULL,'','Switzerland','Lungern',0,0,210,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16102,'40863','Luni','LUNI',NULL,'','India','',0,0,101,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16103,'41426','Lunion','LUNION',NULL,'','France','',0,0,76,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16104,'6109','L\'union','L\'UNION',NULL,'','France','',0,0,76,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16105,'10242','Lunyuk','LUNYUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16106,'1890','Lunzenau','LUNZENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16107,'17400','Luodong','LUODONG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16108,'34883','Luogang Economic Zon','LUOGANG ECONOMIC ZON',NULL,'','China','',0,0,46,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16109,'12065','Luogo Santo','LUOGO SANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16110,'43826','Luohe','LUOHE',NULL,'','China','',0,0,46,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16111,'23969','Luohu','LUOHU',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16112,'34884','Luoping','LUOPING',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16113,'4042','Luosto','LUOSTO',NULL,'','Finland','',0,0,75,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16114,'23773','Luoyang','LUOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16115,'15757','Luquillo','LUQUILLO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16116,'12066','Luras','LURAS',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16117,'31153','Luray','LURAY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16118,'5055','Lure','LURE',NULL,'','France','',0,0,76,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16119,'15411','Lurigancho','LURIGANCHO',NULL,'','Peru','',0,0,172,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16120,'32641','Lusaka','LUSAKA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16121,'17401','Lushan','LUSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16122,'23732','Lushan','LUSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16123,'6347','Lusignan','LUSIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16124,'32474','Lusikisiki','LUSIKISIKI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16125,'32114','Lusk','LUSK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16126,'10846','Lusk','LUSK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16127,'15777','Luso','LUSO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16128,'8490','Luss','LUSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16129,'8491','Lustleigh','LUSTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16130,'38138','Lutana','LUTANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16131,'40719','Luterbach','LUTERBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16132,'21738','Lutherville','LUTHERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16133,'1710','Lütjenburg','LÜTJENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16134,'8492','Luton','LUTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16135,'23277','Lutry','LUTRY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16136,'25773','Lutselke Snowdrift','LUTSELKE SNOWDRIFT',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16137,'27430','Lutsen','LUTSEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16138,'17495','Lutsk','LUTSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16139,'6772','Lutterbach','LUTTERBACH',NULL,'','France','',0,0,76,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16140,'8493','Lutterworth','LUTTERWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16141,'19464','Lutz','LUTZ',NULL,'','United States','',0,0,231,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16142,'27064','Lutzmannsburg','LUTZMANNSBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16143,'40466','Luumaki','LUUMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16144,'17913','Luverne','LUVERNE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:11','1900-01-01 00:00:00',1,0,1),(16145,'23608','Luwan - Xintiandi','LUWAN - XINTIANDI',NULL,'','China','',0,0,46,'2016-10-17 11:16:11','1900-01-01 00:00:00',1,0,1),(16146,'10363','Luwuk','LUWUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16147,'37238','Lux','LUX',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16148,'24590','Luxembourg','LUXEMBOURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16149,'13660','Luxembourg','LUXEMBOURG',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16150,'36381','Luxembourg-canach','LUXEMBOURG-CANACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16151,'5056','Luxeuil-les-bains','LUXEUIL-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16152,'23687','Luxi','LUXI',NULL,'','China','',0,0,46,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16153,'2411','Luxor','LUXOR',NULL,'','Egypt','Luxor ',0,0,65,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16154,'17402','Luye','LUYE',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16155,'3460','Luyego','LUYEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16156,'5657','Luynes','LUYNES',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16157,'23745','Luyuan','LUYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16158,'41396','Luz Saint-sauveur','LUZ SAINT-SAUVEUR',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16159,'39454','Luzarches','LUZARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16160,'23057','Luzerner Alps','LUZERNER ALPS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16161,'23995','Luzhou','LUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16162,'15451','Luzon','LUZON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16163,'5033','Luz-saint-sauveur','LUZ-SAINT-SAUVEUR',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16164,'17518','Lviv','LVIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16165,'17482','L\'viv','L\'VIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16166,'36837','Lvov','LVOV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16167,'17496','Lwo','LWO',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16168,'39863','Lwowek Slaski','LWOWEK SLASKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16169,'8494','Lybster','LYBSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16170,'16797','Lycksele','LYCKSELE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16171,'8495','Lydd','LYDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16172,'8496','Lydford','LYDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16173,'8497','Lydney','LYDNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16174,'30367','Lyman','LYMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:15','1900-01-01 00:00:00',1,0,1),(16175,'8499','Lymington','LYMINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:15','1900-01-01 00:00:00',1,0,1),(16176,'8500','Lymm','LYMM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16177,'28932','Lynbrook','LYNBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16178,'31155','Lynchburg','LYNCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16179,'31545','Lynden','LYNDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:17','1900-01-01 00:00:00',1,0,1),(16180,'31157','Lyndhurst','LYNDHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:16:17','1900-01-01 00:00:00',1,0,1),(16181,'8501','Lyndhurst','LYNDHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16182,'40746','Lyndoch','LYNDOCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16183,'31347','Lyndonville','LYNDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16184,'26634','Lyneham','LYNEHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16185,'37489','Lyngdal','LYNGDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16186,'8502','Lynmouth','LYNMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16187,'21421','Lynn','LYNN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16188,'25610','Lynn Lake','LYNN LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:20','1900-01-01 00:00:00',1,0,1),(16189,'21422','Lynnfield','LYNNFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:20','1900-01-01 00:00:00',1,0,1),(16190,'31158','Lynnhaven','LYNNHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16191,'31546','Lynnwood','LYNNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16192,'8503','Lynton','LYNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16193,'18643','Lynwood','LYNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:22','1900-01-01 00:00:00',1,0,1),(16194,'33486','Lyons','LYONS',NULL,'','United States','',0,0,231,'2016-10-17 11:16:22','1900-01-01 00:00:00',1,0,1),(16195,'5819','Lyons-la-foret','LYONS-LA-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16196,'43534','Lyon-villeurbanne','LYON-VILLEURBANNE',NULL,'','France','',0,0,76,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16197,'14851','Lysaker','LYSAKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16198,'7192','Lytham St Annes','LYTHAM ST ANNES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16199,'16369','Lytkarino','LYTKARINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16200,'30775','Lytle','LYTLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16201,'15125','Lyttelton','LYTTELTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16202,'43625','Lyttleton','LYTTLETON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16203,'16395','Lyubertsy','LYUBERTSY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16204,'16409','Lyublino','LYUBLINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16205,'25841','M Banza Congo','M BANZA CONGO',NULL,'','Angola','',0,0,6,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16206,'39258','Maagan','MAAGAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16207,'20068','Maalaea','MAALAEA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16208,'42901','Maale Hahamisha','MAALE HAHAMISHA',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16209,'11046','Maalot','MAALOT',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16210,'41462','Ma\'alot Moriya','MA\'ALOT MORIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16211,'1083','Maaloula','MAALOULA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16212,'36718','Maalula','MAALULA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16213,'10774','Maam Cross','MAAM CROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16214,'38857','Maanshan','MAANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16215,'38205','Maarsbergen','MAARSBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16216,'14684','Maarssen','MAARSSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16217,'24686','Maaseik','MAASEIK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16218,'24591','Maasland - Voerstreek','MAASLAND - VOERSTREEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16219,'14574','Maastricht','MAASTRICHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16220,'40369','Mabank','MABANK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16221,'39656','Mabibi','MABIBI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16222,'32576','Mabiligwe','MABILIGWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16223,'42944','Mabini','MABINI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16224,'19863','Mableton','MABLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16225,'44074','Mably','MABLY',NULL,'','France','',0,0,76,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16226,'26257','Mabuiag Island','MABUIAG ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16227,'32475','Mabula','MABULA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16228,'25135','Macae','MACAE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16229,'2687','Macanet De Cabrenys','MACANET DE CABRENYS',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16230,'25025','Macapa','MACAPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16231,'2406','Macas','MACAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16232,'22150','Macatawa','MACATAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16233,'13674','Macau','MACAU',NULL,'','Macau','Macau',0,0,128,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16234,'41835','Maccagno','MACCAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16235,'39213','Macchiagodena','MACCHIAGODENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16236,'19466','Macclenny','MACCLENNY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16237,'8504','Macclesfield','MACCLESFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16238,'8505','Macduff','MACDUFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16239,'15890','Macedo De Cavaleiros','MACEDO DE CAVALEIROS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16240,'43636','Macedon','MACEDON',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16241,'29409','Macedonia','MACEDONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16242,'25022','Maceio','MACEIO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16243,'41655','Maceira','MACEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16244,'12792','Macerata','MACERATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16245,'12067','Macerino','MACERINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16246,'2394','Machala','MACHALA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16247,'24639','Machelen','MACHELEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16248,'20635','Machesney Park','MACHESNEY PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16249,'15955','Machico','MACHICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16250,'13287','Machida','MACHIDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16251,'8506','Machynlleth','MACHYNLLETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16252,'15677','Macierzysz','MACIERZYSZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16253,'4746','Macinaggio','MACINAGGIO',NULL,'','France','',0,0,76,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16254,'37438','Macka','MACKA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16255,'26718','Mackay','MACKAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16256,'25474','Mackenzie','MACKENZIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16257,'22151','Mackinac Island','MACKINAC ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16258,'22152','Mackinaw City','MACKINAW CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16259,'34230','Macksville','MACKSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16260,'32476','Macleantown','MACLEANTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16261,'26258','Macleod','MACLEOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16262,'22153','Macomb','MACOMB',NULL,'','United States','',0,0,231,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16263,'12068','Macomer','MACOMER',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:34','1900-01-01 00:00:00',1,0,1),(16264,'19864','Macon','MACON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:34','1900-01-01 00:00:00',1,0,1),(16265,'4381','Macon-sennece','MACON-SENNECE',NULL,'','France','',0,0,76,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16266,'5069','Macot Le Plagne','MACOT LE PLAGNE',NULL,'','France','',0,0,76,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16267,'41514','Macreddin Village','MACREDDIN VILLAGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16268,'10963','Macroom','MACROOM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16269,'34552','Mactier','MACTIER',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16270,'38090','Macugnaga','MACUGNAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16271,'30035','Macungie','MACUNGIE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16272,'42191','Macuto','MACUTO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16273,'13109','Madaba','MADABA',NULL,'','Jordan','Madaba',0,0,111,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16274,'43113','Madalena','MADALENA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16275,'15575','Madang','MADANG',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16277,'38998','Madara','MADARA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16278,'39643','Maddaloni','MADDALONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16279,'14601','Made','MADE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16280,'29411','Madeira','MADEIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16281,'37136','Madeira','MADEIRA',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16282,'25475','Madeira Park','MADEIRA PARK',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16283,'36565','Madeira-calheta','MADEIRA-CALHETA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16284,'36567','Madeira-canico','MADEIRA-CANICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16285,'36569','Madeira-eira Do Serr','MADEIRA-EIRA DO SERR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16286,'36570','Madeira-funchal','MADEIRA-FUNCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16287,'36573','Madeira-garajau','MADEIRA-GARAJAU',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16288,'36575','Madeira-machico','MADEIRA-MACHICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16289,'36605','Madeira-porto Moniz','MADEIRA-PORTO MONIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16290,'36590','Madeira-ribeira Brav','MADEIRA-RIBEIRA BRAV',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16291,'36591','Madeira-sao Vicente','MADEIRA-SAO VICENTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16292,'7193','Madeley','MADELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16293,'27433','Madelia','MADELIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16294,'12069','Madesimo','MADESIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16295,'10554','Madgaon','MADGAON',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16296,'43850','Madhapur','MADHAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16297,'10555','Madhyamgram','MADHYAMGRAM',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16298,'40478','Madikeri','MADIKERI',NULL,'','India','Madikeri',17,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16299,'32577','Madikwe','MADIKWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16300,'37943','Madill','MADILL',NULL,'','United States','',0,0,231,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16301,'36656','Madina','MADINA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16302,'42631','Madinat Makadi','MADINAT MAKADI',NULL,'','Egypt','',0,0,65,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16303,'32732','Madison','MADISON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:41','1900-01-01 00:00:00',1,0,1),(16304,'30776','Madisonville','MADISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:45','1900-01-01 00:00:00',1,0,1),(16305,'23278','Madiswil','MADISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16306,'10301','Madiun','MADIUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16307,'38732','Madivaru','MADIVARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16308,'38411','Madonna Dellacqua','MADONNA DELLACQUA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16309,'44257','Madoogali','MADOOGALI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16310,'6478','Madrague De La Ville','MADRAGUE DE LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16311,'29700','Madras','MADRAS',NULL,'','United States','',0,0,231,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16312,'16005','Madre De Deus','MADRE DE DEUS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16313,'37891','Madremanya','MADREMANYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16314,'3000','Madrid','MADRID',NULL,'','Spain','Madrid',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16315,'40752','Madrona','MADRONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16316,'3642','Madronera','MADRONERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16317,'40864','Madumalai','MADUMALAI',NULL,'','India','',0,0,101,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16318,'26259','Madura','MADURA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16319,'10674','Madurai','MADURAI',NULL,'','India','Madurai',18,0,101,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16320,'13386','Maebashi','MAEBASHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16321,'8507','Maentwrog','MAENTWROG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16322,'40679','Maesycwmmer','MAESYCWMMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16323,'32319','Maewo','MAEWO',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16324,'20637','Maeystown','MAEYSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16325,'13628','Mafeteng','MAFETENG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16326,'4747','Maffliers','MAFFLIERS',NULL,'','France','',0,0,76,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16327,'37913','Maffrecourt','MAFFRECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16328,'17451','Mafia Island','MAFIA ISLAND',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16329,'32477','Mafikeng','MAFIKENG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16330,'44126','Mafra','MAFRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16331,'16362','Magadan','MAGADAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16332,'5937','Magalas','MAGALAS',NULL,'','France','',0,0,76,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16333,'32408','Magaliesberg','MAGALIESBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16334,'41611','Magaliesburg','MAGALIESBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16335,'15453','Magallanes Village','MAGALLANES VILLAGE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16336,'2907','Magalluf','MAGALLUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16337,'43493','Magaluf','MAGALUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16338,'2689','Magaz De Pisuerga','MAGAZ DE PISUERGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16339,'26077','Magdalena','MAGDALENA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16340,'28546','Magdalena','MAGDALENA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16341,'13952','Magdalena','MAGDALENA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16342,'15378','Magdalena Del Mar','MAGDALENA DEL MAR',NULL,'','Peru','',0,0,172,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16343,'2091','Magdeburg','MAGDEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16344,'27882','Magee','MAGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16345,'10296','Magelang','MAGELANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16346,'42131','Magenta','MAGENTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16347,'12071','Magenta','MAGENTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16348,'5213','Magescq','MAGESCQ',NULL,'','France','',0,0,76,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16349,'33927','Maggie Valley','MAGGIE VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16350,'23279','Magglingen','MAGGLINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16351,'36327','Maghera','MAGHERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16352,'12072','Magione','MAGIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16353,'12073','Magliana','MAGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16354,'12074','Magliano In Toscana','MAGLIANO IN TOSCANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16355,'12075','Maglie','MAGLIE',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16356,'33357','Magna','MAGNA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16357,'38686','Magnac Laval','MAGNAC LAVAL',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16358,'6110','Magnan','MAGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16359,'5103','Magnanville','MAGNANVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16360,'9689','Magnesia','MAGNESIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16361,'26260','Magnetic Island','MAGNETIC ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16362,'41394','Magnicourt-en-comte','MAGNICOURT-EN-COMTE',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16363,'20638','Magnificent Mile','MAGNIFICENT MILE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16364,'16314','Magnitogorsk','MAGNITOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16365,'18046','Magnolia','MAGNOLIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16366,'5471','Magny','MAGNY',NULL,'','France','',0,0,76,'2016-10-17 11:16:57','1900-01-01 00:00:00',1,0,1),(16367,'5472','Magny-cours','MAGNY-COURS',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16368,'5100','Magny-le-hongre','MAGNY-LE-HONGRE',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16369,'4748','Magny-les-hameaux','MAGNY-LES-HAMEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16370,'22783','Magog','MAGOG',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16371,'38153','Magoito','MAGOITO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16372,'42303','Magong','MAGONG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16373,'8508','Magor','MAGOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16374,'23609','Maguanying','MAGUANYING',NULL,'','China','',0,0,46,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16375,'37169','Mahabaleshwar','MAHABALESHWAR',NULL,'','India','Mahabaleshwar',5,0,101,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16376,'1766','Mahabalipuram','MAHABALIPURAM',NULL,'','India','Mahabalipuram',18,0,101,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16377,'16162','Mahaena','MAHAENA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16378,'41886','Mahajanga','MAHAJANGA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16379,'37330','Mahanoro','MAHANORO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16380,'30036','Mahanoy City','MAHANOY CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16381,'16120','Maharepa','MAHAREPA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16382,'38054','Mahdar Bin Usayyan','MAHDAR BIN USAYYAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16383,'17164','Mahdia','MAHDIA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16384,'41618','Mahe','MAHE',NULL,'','Seychelles','Mahe',0,0,188,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16385,'14265','Mahebourg','MAHEBOURG',NULL,'','Mauritius','Mahebourg',0,0,139,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16386,'15056','Mahendranagar','MAHENDRANAGAR',NULL,'','Nepal','',0,0,153,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16387,'37878','Maheri','MAHERI',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16388,'39264','Maheshwar','MAHESHWAR',NULL,'','India','Maheshwar',15,0,101,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16389,'10432','Mahikpur','MAHIKPUR',NULL,'','India','',0,0,101,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16390,'790','Mahlow','MAHLOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16391,'791','Mahlsdorf','MAHLSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16392,'36628','Mahmudia','MAHMUDIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16393,'27435','Mahnomen','MAHNOMEN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16394,'25890','Maho Beach','MAHO BEACH',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16395,'2908','Mahon','MAHON',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16396,'25730','Mahone Bay','MAHONE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16397,'20069','Mahukona','MAHUKONA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16398,'28328','Mahwah','MAHWAH',NULL,'','United States','',0,0,231,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16399,'37462','Maia','MAIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16400,'13463','Maiana','MAIANA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16401,'7194','Maida Vale-st. John\'s Wood','MAIDA VALE-ST. JOHN\'S WOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16402,'1452','Maidenhead','MAIDENHEAD',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16403,'26261','Maidstone','MAIDSTONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16404,'8510','Maidstone','MAIDSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16405,'23280','Maienfeld','MAIENFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16406,'40347','Maierà','MAIERÀ',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16407,'20070','Maili','MAILI',NULL,'','United States','',0,0,231,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16408,'39081','Maillen','MAILLEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16409,'1019','Maine Coast - Me','MAINE COAST - ME',NULL,'','United States','',0,0,231,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16410,'4382','Maine-et-loire','MAINE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16411,'19469','Maingate East','MAINGATE EAST',NULL,'','United States','',0,0,231,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16412,'38142','Mainstream','MAINSTREAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16413,'451','Maintal','MAINTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16414,'38824','Maintenon','MAINTENON',NULL,'','France','',0,0,76,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16415,'38422','Maintirano','MAINTIRANO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16416,'642','Mainz','MAINZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16417,'43100','Mainz-kastel','MAINZ-KASTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16418,'24142','Maio','MAIO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16419,'12076','Maiori','MAIORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16420,'42026','Maipu','MAIPU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16421,'23546','Maipu','MAIPU',NULL,'','Chile','',0,0,45,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16422,'26048','Maipú','MAIPÚ',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16423,'32195','Maiquetia','MAIQUETIA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16424,'3259','Mairena Del Aljarafe','MAIRENA DEL ALJARAFE',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16425,'38099','Mairiporã','MAIRIPORÃ',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16426,'37636','Maishofen','MAISHOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16427,'39288','Maisod','MAISOD',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16428,'5859','Maisons-alfort','MAISONS-ALFORT',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16429,'4383','Maisons-laffitte','MAISONS-LAFFITTE',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16430,'4384','Maisons-lès-chaource','MAISONS-LÈS-CHAOURCE',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16431,'15127','Maitai Bay','MAITAI BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16432,'23523','Maitencillo','MAITENCILLO',NULL,'','Chile','',0,0,45,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16433,'19471','Maitland','MAITLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16434,'5739','Maizieres-la-grande-paroisse','MAIZIERES-LA-GRANDE-PAROISSE',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16435,'6045','Maizieres-les-metz','MAIZIERES-LES-METZ',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16436,'3001','Majadahonda','MAJADAHONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16437,'16603','Majcichov','MAJCICHOV',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16438,'14159','Majkin','MAJKIN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16439,'1033','Majorca','MAJORCA',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16440,'35007','Majorca-cala Blava','MAJORCA-CALA BLAVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16441,'3981','Majstad','MAJSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16442,'37597','Majunga','MAJUNGA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16443,'14143','Majuro','MAJURO',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16444,'24052','Makabana','MAKABANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16445,'20071','Makaha','MAKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16446,'20072','Makakilo City','MAKAKILO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16447,'24026','Makala','MAKALA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16448,'20073','Makalawena','MAKALAWENA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16449,'10358','Makale','MAKALE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16450,'3866','Makale','MAKALE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16451,'20640','Makanda','MAKANDA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16452,'20074','Makapala','MAKAPALA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16453,'10021','Makarska','MAKARSKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16454,'10359','Makassar','MAKASSAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16455,'15530','Makati','MAKATI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16456,'20075','Makawao','MAKAWAO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16457,'16121','Makemo','MAKEMO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16458,'20076','Makena','MAKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16459,'7195','Makeney','MAKENEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16460,'16319','Makhachkala','MAKHACHKALA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16461,'13464','Makin','MAKIN',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16462,'16472','Makino','MAKINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16463,'36655','Makkah','MAKKAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16464,'25665','Makkovik','MAKKOVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16465,'6850','Makokou','MAKOKOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16466,'24053','Makoua','MAKOUA',NULL,'','Congo','',0,0,51,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16467,'43063','Makrinitsa','MAKRINITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16468,'9691','Makriyialos','MAKRIYIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16469,'9761','Makryammos','MAKRYAMMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16470,'13288','Makuhari','MAKUHARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16471,'17403','Makung','MAKUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16472,'13748','Makunufushi','MAKUNUFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16473,'24239','Mal Pais','MAL PAIS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16474,'32409','Mala Mala','MALA MALA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16475,'15517','Malabang','MALABANG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16476,'37740','Malabar Hill','MALABAR HILL',NULL,'','India','',0,0,101,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16477,'9394','Malabo','MALABO',NULL,'','Equatorial Guinea','',0,0,67,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16478,'15531','Malabon','MALABON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16479,'14357','Malacca','MALACCA',NULL,'','Malaysia','Malacca',0,0,132,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16480,'3260','Malaga','MALAGA',NULL,'','Spain','Malaga',0,0,199,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16481,'35099','Malaga-torre Del Mar','MALAGA-TORRE DEL MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16482,'25476','Malahat','MALAHAT',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16483,'42286','Malakal','MALAKAL',NULL,'','Palau','',0,0,167,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16484,'16370','Malakhovka','MALAKHOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16485,'4749','Malakoff','MALAKOFF',NULL,'','France','',0,0,76,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16486,'30777','Malakoff','MALAKOFF',NULL,'','United States','',0,0,231,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16487,'12077','Malalbergo','MALALBERGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16488,'12893','Malamocco','MALAMOCCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16489,'38316','Malanda','MALANDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16490,'10302','Malang','MALANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16491,'25859','Malange','MALANGE',NULL,'','Angola','',0,0,6,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16492,'3','Malargue','MALARGUE',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16493,'16834','Malarhojden','MALARHOJDEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16494,'37806','Malataverne','MALATAVERNE',NULL,'','France','',0,0,76,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16495,'39646','Malatiny','MALATINY',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16496,'17332','Malatya','MALATYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16497,'15478','Malay','MALAY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16498,'4385','Malay Le Grand','MALAY LE GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16499,'16442','Malaya Okhta','MALAYA OKHTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16500,'44046','Malbork','MALBORK',NULL,'','Poland','',0,0,174,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16501,'13588','Malbun','MALBUN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16502,'12078','Malcesine','MALCESINE',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16503,'792','Malchow','MALCHOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16504,'21424','Malden','MALDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16505,'13749','Maldives','MALDIVES',NULL,'','Maldives','Maldives',34,0,133,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16506,'8511','Maldon','MALDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16507,'17533','Maldonado','MALDONADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16508,'13773','Male','MALE',NULL,'','Maldives','Male',0,0,133,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16509,'32578','Malelane','MALELANE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16510,'9692','Maleme','MALEME',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16511,'724','Malente','MALENTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16512,'38343','Maleny','MALENY',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16513,'12080','Malfa','MALFA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16514,'3560','Malgrat De Mar','MALGRAT DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16515,'10022','Mali Losinj','MALI LOSINJ',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16516,'3128','Maliano','MALIANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16517,'18645','Malibu','MALIBU',NULL,'','United States','',0,0,231,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16518,'39824','Malin','MALIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16519,'13441','Malindi','MALINDI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16520,'10023','Malinska','MALINSKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16521,'39283','Malito','MALITO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16522,'26519','Mallacoota','MALLACOOTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16523,'8512','Mallaig','MALLAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16524,'6479','Mallemort','MALLEMORT',NULL,'','France','',0,0,76,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16525,'2347','Malling','MALLING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16526,'27079','Mallnitz','MALLNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16527,'34985','Mallorca-alaro','MALLORCA-ALARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16528,'34982','Mallorca-alcudia','MALLORCA-ALCUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16529,'34986','Mallorca-andratx','MALLORCA-ANDRATX',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16530,'35017','Mallorca-cala Bona','MALLORCA-CALA BONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16531,'35009','Mallorca-calas De Ma','MALLORCA-CALAS DE MA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16532,'35027','Mallorca-can Pastill','MALLORCA-CAN PASTILL',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16533,'36116','Mallorca-estellencs','MALLORCA-ESTELLENCS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16534,'36132','Mallorca-illetas','MALLORCA-ILLETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16535,'36153','Mallorca-llucmajor','MALLORCA-LLUCMAJOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16536,'36161','Mallorca-magalluf','MALLORCA-MAGALLUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16537,'36169','Mallorca-manacor','MALLORCA-MANACOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16538,'36180','Mallorca-paguera','MALLORCA-PAGUERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16539,'36192','Mallorca-palma','MALLORCA-PALMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16540,'36189','Mallorca-playa De Pa','MALLORCA-PLAYA DE PA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16541,'36193','Mallorca-portals Nou','MALLORCA-PORTALS NOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16542,'36195','Mallorca-porto Crist','MALLORCA-PORTO CRIST',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16543,'35063','Mallorca-sa Coma','MALLORCA-SA COMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16544,'35079','Mallorca-santa Maria','MALLORCA-SANTA MARIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16545,'35072','Mallorca-s\'illot','MALLORCA-S\'ILLOT',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16546,'10811','Mallow','MALLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16547,'3982','Malm','MALM',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16548,'24676','Malmedy','MALMEDY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16549,'8513','Malmesbury','MALMESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16550,'16871','Malmo','MALMO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16551,'14160','Maloelap','MALOELAP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16552,'23281','Maloja','MALOJA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16553,'4061','Malolo Island','MALOLO ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16554,'36211','Malololailai','MALOLOLAILAI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16555,'28933','Malone','MALONE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16556,'14808','Maloy','MALOY',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16557,'36166','Malpartida D.plasenc','MALPARTIDA D.PLASENC',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16558,'8514','Malpas','MALPAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16559,'38225','Malpe','MALPE',NULL,'','India','',0,0,101,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16560,'1559','Malpensa','MALPENSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16561,'43208','Malpica De Bergantinos','MALPICA DE BERGANTINOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16562,'28934','Malta','MALTA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16563,'14186','Malta','MALTA',NULL,'','Malta','',0,0,135,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16564,'17239','Maltepe','MALTEPE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16565,'8515','Malton','MALTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16566,'34553','Malton','MALTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16567,'23905','Malu','MALU',NULL,'','China','',0,0,46,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16568,'42433','Maluku Islands','MALUKU ISLANDS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16569,'40146','Malung','MALUNG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16570,'42945','Malvar','MALVAR',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16571,'18047','Malvern','MALVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16572,'26520','Malvern','MALVERN',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16573,'32521','Malvern','MALVERN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16574,'14992','Malvik','MALVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16575,'36629','Mamaia','MAMAIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16576,'10675','Mamallapuram','MAMALLAPURAM',NULL,'','India','',0,0,101,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16577,'36508','Mamanuca Group','MAMANUCA GROUP',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16578,'4062','Mamanuca Islands','MAMANUCA ISLANDS',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16579,'28935','Mamaroneck','MAMARONECK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16580,'15522','Mamburao','MAMBURAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16581,'24015','Mamfe','MAMFE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16582,'13086','Mammee Bay','MAMMEE BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16583,'33687','Mammoth Cave National Park','MAMMOTH CAVE NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16584,'14397','Mamoudzou','MAMOUDZOU',NULL,'','Mayotte','',0,0,140,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16585,'10180','Mampang Prapatan','MAMPANG PRAPATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16586,'10360','Mamuju','MAMUJU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16587,'4063','Mana Island','MANA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16588,'10370','Manado','MANADO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16589,'14446','Managua','MANAGUA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16590,'28329','Manahawkin','MANAHAWKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16591,'39446','Manakara','MANAKARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16592,'19472','Manalapan','MANALAPAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16593,'10556','Manali','MANALI',NULL,'','India','Honeymoon Manali | Manali Holiday Packages | Trip ',1,0,101,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16594,'24821','Manama','MANAMA',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16595,'37699','Mananara','MANANARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16596,'15040','Manang','MANANG',NULL,'','Nepal','',0,0,153,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16597,'40607','Mananjary','MANANJARY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16598,'39911','Manapouri','MANAPOURI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16599,'12081','Manarola','MANAROLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16600,'28331','Manasquan','MANASQUAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:33','1900-01-01 00:00:00',1,0,1),(16601,'31160','Manassas','MANASSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:33','1900-01-01 00:00:00',1,0,1),(16602,'8516','Manaton','MANATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16603,'25030','Manaus','MANAUS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16604,'17189','Manavgat','MANAVGAT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16605,'39696','Manawa','MANAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16606,'37392','Mancelona','MANCELONA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16607,'33688','Manchester','MANCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:17:35','1900-01-01 00:00:00',1,0,1),(16608,'8517','Manchester','MANCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:36','1900-01-01 00:00:00',1,0,1),(16609,'252','Manching','MANCHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16610,'12082','Manciano','MANCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16611,'33487','Mancos','MANCOS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16612,'38253','Mandabe','MANDABE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16613,'14776','Mandal','MANDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16614,'36392','Mandalay','MANDALAY',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16615,'34233','Mandalong','MANDALONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16616,'15532','Mandaluyong','MANDALUYONG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16617,'28071','Mandan','MANDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16619,'38460','Mandawa','MANDAWA',NULL,'','India','Mandawa',2,0,101,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16620,'42338','Mandela','MANDELA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16621,'4846','Mandelieu-la-napoule','MANDELIEU-LA-NAPOULE',NULL,'','France','',0,0,76,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16622,'24677','Manderfeld','MANDERFELD',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16623,'13082','Mandeville','MANDEVILLE',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16624,'21226','Mandeville','MANDEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16625,'40608','Mandjala','MANDJALA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16626,'37940','Mandraki','MANDRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16627,'38413','Mandritsara','MANDRITSARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16628,'40865','Mandu','MANDU',NULL,'','India','Mandu',15,0,101,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16629,'26598','Mandurah','MANDURAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16630,'38694','Manduria','MANDURIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16631,'11274','Manerba Del Garda','MANERBA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16632,'37640','Manerbio','MANERBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16633,'10557','Manesar','MANESAR',NULL,'','India','Manesar ',20,0,101,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16634,'12083','Manfredonia','MANFREDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16635,'24068','Mangaia','MANGAIA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16636,'42624','Mangalia','MANGALIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16637,'37161','Mangalore','MANGALORE',NULL,'','India','Mangalore',17,0,101,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16639,'25136','Mangaratiba','MANGARATIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16640,'16122','Mangareva','MANGAREVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16641,'15214','Mangatawhiri','MANGATAWHIRI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16642,'15215','Mangere','MANGERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16643,'10243','Manggis','MANGGIS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16644,'9892','Mangilao','MANGILAO',NULL,'','Guam','',0,0,90,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16645,'14278','Mangochi','MANGOCHI',NULL,'','Malawi','',0,0,131,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16646,'10244','Mangole','MANGOLE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16647,'37308','Mangonui','MANGONUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16648,'24881','Mangrove Cay','MANGROVE CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16649,'10245','Mangsit','MANGSIT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16650,'16084','Mangualde','MANGUALDE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16651,'43657','Manguri','MANGURI',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16652,'37493','Manguzi','MANGUZI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16653,'28937','Manhasset','MANHASSET',NULL,'','United States','',0,0,231,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16654,'28938','Manhattan','MANHATTAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:44','1900-01-01 00:00:00',1,0,1),(16655,'30038','Manheim','MANHEIM',NULL,'','United States','',0,0,231,'2016-10-17 11:17:45','1900-01-01 00:00:00',1,0,1),(16656,'6661','Manigod','MANIGOD',NULL,'','France','',0,0,76,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16657,'16123','Manihi','MANIHI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16658,'24069','Manihiki Island','MANIHIKI ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16659,'15553','Manila','MANILA',NULL,'','Philippines','Manila',0,0,173,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16660,'3261','Manilva','MANILVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16661,'26376','Maningrida','MANINGRIDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16662,'37166','Manipal','MANIPAL',NULL,'','INDIA','',17,0,101,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16663,'5820','Maniquerville','MANIQUERVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16664,'17334','Manisa','MANISA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16665,'3762','Manises','MANISES',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16666,'22155','Manistee','MANISTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16667,'22156','Manistique','MANISTIQUE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16668,'33488','Manitou Springs','MANITOU SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16669,'34554','Manitouwadge','MANITOUWADGE',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16670,'34555','Manitowaning','MANITOWANING',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16671,'31804','Manitowoc','MANITOWOC',NULL,'','United States','',0,0,231,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16672,'37751','Maniwaki','MANIWAKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16673,'24101','Manizales','MANIZALES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16674,'38929','Manja','MANJA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16675,'26599','Manjimup','MANJIMUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16676,'17404','Manjou','MANJOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16677,'21091','Mankato','MANKATO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16678,'17694','Manley Hot Springs','MANLEY HOT SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16679,'3561','Manlleu','MANLLEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16680,'34234','Manly','MANLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16681,'39317','Manneville-la-raoult','MANNEVILLE-LA-RAOULT',NULL,'','France','',0,0,76,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16682,'22591','Mannheim','MANNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16683,'30368','Manning','MANNING',NULL,'','United States','',0,0,231,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16684,'43666','Mannum','MANNUM',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16685,'12084','Manocalzati','MANOCALZATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16686,'17695','Manokotak','MANOKOTAK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16687,'10312','Manokwari','MANOKWARI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16688,'43725','Manoora','MANOORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16689,'6480','Manosque','MANOSQUE',NULL,'','France','',0,0,76,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16690,'2938','Manresa','MANRESA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16691,'32651','Mansa','MANSA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16692,'1667','Mansehra','MANSEHRA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16693,'30779','Mansfield','MANSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:17:53','1900-01-01 00:00:00',1,0,1),(16694,'26913','Mansfield','MANSFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:53','1900-01-01 00:00:00',1,0,1),(16695,'8518','Mansfield','MANSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:54','1900-01-01 00:00:00',1,0,1),(16696,'31547','Manson','MANSON',NULL,'','United States','',0,0,231,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16697,'22785','Mansonville','MANSONVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16698,'8519','Manston','MANSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16699,'2403','Manta','MANTA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16700,'41914','Manta Rota','MANTA ROTA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16701,'18650','Manteca','MANTECA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16702,'15969','Manteigas','MANTEIGAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16703,'11275','Mantello','MANTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16704,'20641','Manteno','MANTENO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16705,'33928','Manteo','MANTEO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16706,'4750','Mantes-la-jolie','MANTES-LA-JOLIE',NULL,'','France','',0,0,76,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16707,'33358','Manti','MANTI',NULL,'','United States','',0,0,231,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16708,'12085','Mantova','MANTOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16709,'5779','Mantry','MANTRY',NULL,'','France','',0,0,76,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16710,'43130','Mantua','MANTUA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16711,'3939','Mantyharju','MANTYHARJU',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16712,'24176','Manuel Antonio','MANUEL ANTONIO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16713,'43726','Manunda','MANUNDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16714,'40866','Manvar','MANVAR',NULL,'','India','',0,0,101,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16715,'40594','Manvel','MANVEL',NULL,'','United States','',0,0,231,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16716,'21228','Many','MANY',NULL,'','United States','',0,0,231,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16717,'41612','Manyeleti Game Reserve','MANYELETI GAME RESERVE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16718,'3413','Manzanares','MANZANARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16719,'11277','Manzania','MANZANIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16720,'32205','Manzanillo','MANZANILLO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16721,'13968','Manzanillo','MANZANILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16722,'29702','Manzanita','MANZANITA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16723,'37835','Manziana','MANZIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16724,'16910','Manzini','MANZINI',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16725,'2474','Maó','MAÓ',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16726,'23970','Maoming','MAOMING',NULL,'','China','',0,0,46,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16727,'34885','Maoxian','MAOXIAN',NULL,'','China','',0,0,46,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16728,'22157','Maple City','MAPLE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16729,'22949','Maple Creek','MAPLE CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16730,'39406','Mapleton','MAPLETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:02','1900-01-01 00:00:00',1,0,1),(16731,'30040','Mapleton','MAPLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:03','1900-01-01 00:00:00',1,0,1),(16732,'27440','Maplewood','MAPLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:03','1900-01-01 00:00:00',1,0,1),(16733,'13500','Mapo-dong','MAPO-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16734,'11278','Mappano','MAPPANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16735,'39127','Mapua','MAPUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16736,'10434','Mapusa','MAPUSA',NULL,'','India','Mapusa',11,0,101,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16737,'14221','Maputo','MAPUTO',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16738,'20240','Maquoketa','MAQUOKETA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16739,'25103','Maraba','MARABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16740,'32215','Maracaibo','MARACAIBO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16741,'32185','Maracay','MARACAY',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16742,'35955','Maragogi','MARAGOGI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16743,'25023','Maragoji','MARAGOJI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16744,'43025','Marahau','MARAHAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16745,'4387','Marais','MARAIS',NULL,'','France','',0,0,76,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16746,'32579','Maraisburg','MARAISBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16747,'13465','Marakei','MARAKEI',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16748,'41613','Marakele National Park','MARAKELE NATIONAL PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16749,'18161','Marana','MARANA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16750,'42916','Marananga','MARANANGA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16751,'12086','Maranello','MARANELLO',NULL,'','Italy','Maranello',0,0,107,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16752,'42843','Marang','MARANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16753,'6348','Marans','MARANS',NULL,'','France','',0,0,76,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16754,'1636','Marao','MARAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16755,'40867','Mararikulam','MARARIKULAM',NULL,'','India','',0,0,101,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16756,'12087','Maratea','MARATEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16757,'39389','Marathokampos','MARATHOKAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16758,'30780','Marathon','MARATHON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16759,'35263','Marathon','MARATHON',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16760,'34556','Marathon','MARATHON',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16761,'35266','Marathonas','MARATHONAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16762,'35954','Marau','MARAU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16763,'16550','Marau','MARAU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16764,'17130','Maraval','MARAVAL',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16765,'15554','Marawi','MARAWI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16766,'35847','Marawila','MARAWILA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16767,'8520','Marazion','MARAZION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16768,'3262','Marbella','MARBELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16769,'24218','Marbella','MARBELLA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16770,'26600','Marble Bar','MARBLE BAR',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:09','1900-01-01 00:00:00',1,0,1),(16771,'21427','Marblehead','MARBLEHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16772,'32116','Marbleton','MARBLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16773,'73','Marburg','MARBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16774,'27707','Marceline','MARCELINE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16775,'37589','Marcenay','MARCENAY',NULL,'','France','',0,0,76,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16776,'4388','Marcey-les-grèves','MARCEY-LES-GRÈVES',NULL,'','France','',0,0,76,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16777,'5780','Marchaux','MARCHAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16778,'40970','Marche','MARCHE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16779,'38597','Marchula','MARCHULA',NULL,'','India','',0,0,101,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16780,'8521','Marchwiel','MARCHWIEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16781,'4922','Marciac','MARCIAC',NULL,'','France','',0,0,76,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16782,'11280','Marciaga','MARCIAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16783,'12088','Marcialla','MARCIALLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16784,'12089','Marciana','MARCIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16785,'12091','Marcianise','MARCIANISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16786,'37441','Marcilla','MARCILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16787,'15641','Marcinowice','MARCINOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16788,'19474','Marco Island','MARCO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16789,'12894','Marcon','MARCON',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16790,'42230','Marcoola','MARCOOLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16791,'4751','Marcoussis','MARCOUSSIS',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16792,'6182','Marcq-en-baroeul','MARCQ-EN-BAROEUL',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16793,'4389','Marcy L Etoile','MARCY L ETOILE',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16794,'17335','Mardin','MARDIN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16795,'14424','Mare','MARE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16796,'32351','Mareb','MAREB',NULL,'','Yemen','',0,0,240,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16797,'11281','Marebbe','MAREBBE',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16798,'42002','Marebello Di Rimini','MAREBELLO DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16799,'42761','Marechal Deodoro','MARECHAL DEODORO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16800,'26418','Mareeba','MAREEBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16801,'20241','Marengo','MARENGO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16802,'6349','Marennes (Poitou-charentes)','MARENNES (POITOU-CHARENTES)',NULL,'','France','',0,0,76,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16803,'42642','Maresias','MARESIAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16804,'5860','Mareuil-les-meaux','MAREUIL-LES-MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16805,'30783','Marfa','MARFA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16806,'14187','Marfa','MARFA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16807,'25731','Margaree','MARGAREE',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16808,'26960','Margaret River','MARGARET RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16809,'27004','Margareten','MARGARETEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16810,'42965','Margaretting','MARGARETTING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16811,'28939','Margaretville','MARGARETVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16812,'8522','Margate','MARGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16813,'5214','Margaux','MARGAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16814,'12895','Marghera','MARGHERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16815,'12092','Margherita Di Savoia','MARGHERITA DI SAVOIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16816,'5010','Margny Les Compiegne','MARGNY LES COMPIEGNE',NULL,'','France','',0,0,76,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16817,'37799','Margon','MARGON',NULL,'','France','',0,0,76,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16818,'22786','Maria','MARIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16819,'24389','Maria Alm','MARIA ALM',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16820,'643','Maria Laach','MARIA LAACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16821,'27005','Mariahilf','MARIAHILF',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16822,'35569','Marian D\'agro','MARIAN D\'AGRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16823,'7200','Marianglas','MARIANGLAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16824,'39176','Marianka','MARIANKA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16825,'18048','Marianna','MARIANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16826,'24317','Marianske Lazne','MARIANSKE LAZNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16827,'24427','Mariatrost','MARIATROST',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16828,'39557','Mariaville','MARIAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16829,'24428','Mariazell','MARIAZELL',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16830,'37110','Marib','MARIB',NULL,'','Yemen','',0,0,240,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16831,'2303','Maribo','MARIBO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16832,'16642','Maribor','MARIBOR',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16833,'15758','Maricao','MARICAO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16834,'18163','Maricopa','MARICOPA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16835,'16761','Marieberg','MARIEBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16836,'16776','Mariefred','MARIEFRED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16837,'9366','Marie-galante','MARIE-GALANTE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16838,'3910','Mariehamn','MARIEHAMN',NULL,'','Finland','',0,0,75,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16839,'16872','Marieholm','MARIEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16840,'40577','Marienberg','MARIENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16841,'453','Mariendorf','MARIENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16842,'725','Marienfelde','MARIENFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16843,'533','Marienheide','MARIENHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16844,'36443','Mariental','MARIENTAL',NULL,'','Namibia','',0,0,151,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16845,'30041','Marienville','MARIENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16846,'16888','Mariestad','MARIESTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16847,'32924','Marietta','MARIETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16848,'12093','Marigliano','MARIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:24','1900-01-01 00:00:00',1,0,1),(16849,'6481','Marignane','MARIGNANE',NULL,'','France','',0,0,76,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16850,'9384','Marigot','MARIGOT',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16851,'2103','Marigot','MARIGOT',NULL,'','Dominica','',0,0,500,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16852,'13579','Marigot Bay','MARIGOT BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16853,'38879','Marijampole','MARIJAMPOLE',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16854,'15533','Marikina','MARIKINA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16855,'25209','Marilia','MARILIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16856,'3667','Marin','MARIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16857,'18652','Marin County','MARIN COUNTY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16858,'18653','Marina','MARINA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:26','1900-01-01 00:00:00',1,0,1),(16859,'32523','Marina Beach','MARINA BEACH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:26','1900-01-01 00:00:00',1,0,1),(16860,'15455','Marinduque','MARINDUQUE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:28','1900-01-01 00:00:00',1,0,1),(16861,'22158','Marine City','MARINE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16862,'41210','Marine Park','MARINE PARK',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16863,'19476','Marineland','MARINELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16864,'31805','Marinette','MARINETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16865,'25115','Maringa','MARINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16866,'15859','Marinha','MARINHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16867,'10848','Marino','MARINO',NULL,'','Ireland','',0,0,105,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16868,'20642','Marion','MARION',NULL,'','United States','',0,0,231,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16869,'18656','Mariposa','MARIPOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16870,'43026','Mariri','MARIRI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16871,'38375','Marisule','MARISULE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16872,'18050','Marked Tree','MARKED TREE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16873,'14753','Markelo','MARKELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16874,'8527','Markfield','MARKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:35','1900-01-01 00:00:00',1,0,1),(16875,'34557','Markham','MARKHAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:35','1900-01-01 00:00:00',1,0,1),(16876,'20643','Markham','MARKHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16877,'15696','Marki','MARKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16878,'34692','Markinch','MARKINCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16879,'1891','Markkleeberg','MARKKLEEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16880,'20937','Markle','MARKLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16881,'18657','Markleeville','MARKLEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16882,'74','Markranstädt','MARKRANSTÄDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16883,'1499','Marksville','MARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16884,'37701','Markt Schwaben','MARKT SCHWABEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16885,'253','Marktbreit','MARKTBREIT',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16886,'254','Marktheidenfeld','MARKTHEIDENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16887,'255','Marktredwitz','MARKTREDWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16888,'8529','Markyate','MARKYATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16889,'27254','Marl','MARL',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16890,'42710','Marla','MARLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:39','1900-01-01 00:00:00',1,0,1),(16891,'31350','Marlboro','MARLBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:39','1900-01-01 00:00:00',1,0,1),(16892,'21429','Marlborough','MARLBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16893,'15129','Marlborough','MARLBOROUGH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16894,'8530','Marlborough','MARLBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16895,'12103','Marlengo','MARLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16896,'21739','Marley','MARLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16897,'40459','Marliana','MARLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:41','1900-01-01 00:00:00',1,0,1),(16898,'30784','Marlin','MARLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:18:41','1900-01-01 00:00:00',1,0,1),(16899,'32008','Marlinton','MARLINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16900,'32925','Marlow','MARLOW',NULL,'','United States','',0,0,231,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16901,'8531','Marlow','MARLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16902,'36328','Marlow-on-thames','MARLOW-ON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:43','1900-01-01 00:00:00',1,0,1),(16903,'28335','Marlton','MARLTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:43','1900-01-01 00:00:00',1,0,1),(16904,'33931','Marlwood Acre','MARLWOOD ACRE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16905,'10705','Marmagao','MARMAGAO',NULL,'','India','',0,0,101,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16906,'5215','Marmande','MARMANDE',NULL,'','France','',0,0,76,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16907,'9694','Marmaras','MARMARAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16908,'17340','Marmaris','MARMARIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16909,'36806','Marmaris-icmeler','MARMARIS-ICMELER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16910,'3263','Marmolejo','MARMOLEJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16911,'28336','Marmora','MARMORA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16912,'5861','Marne-la-vallee','MARNE-LA-VALLEE',NULL,'','France','Marne-la-Vallee',0,0,76,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16913,'38633','Marnhull','MARNHULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16914,'3264','Maro','MARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16915,'39167','Maroantsetra','MAROANTSETRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16916,'13834','Maroma','MAROMA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16917,'9695','Maronia','MARONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16918,'26723','Maroochydore','MAROOCHYDORE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16919,'26263','Maroochydore-mooloolaba','MAROOCHYDORE-MOOLOOLABA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16920,'12104','Marostica','MAROSTICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16921,'12105','Marotta','MAROTTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16922,'24018','Maroua','MAROUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16923,'34235','Maroubra','MAROUBRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16924,'43196','Maroussi','MAROUSSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16925,'39481','Marquay','MARQUAY',NULL,'','France','',0,0,76,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16926,'16124','Marquesas Islands','MARQUESAS ISLANDS',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16927,'20243','Marquette','MARQUETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16928,'9843','Marquis','MARQUIS',NULL,'','Grenada','',0,0,88,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16929,'6183','Marquise','MARQUISE',NULL,'','France','',0,0,76,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16930,'13698','Marrakech','MARRAKECH',NULL,'','Morocco','',0,0,148,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16931,'938','Marrara','MARRARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16932,'42709','Marree','MARREE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16933,'21229','Marrero','MARRERO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16934,'34236','Marrickville','MARRICKVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16935,'30043','Mars','MARS',NULL,'','United States','',0,0,231,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16936,'2431','Marsa Alam','MARSA ALAM',NULL,'','Egypt','',0,0,65,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16937,'12846','Marsala','MARSALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16938,'14196','Marsalforn','MARSALFORN',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16939,'4893','Marsannay-la-cote','MARSANNAY-LA-COTE',NULL,'','France','',0,0,76,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16940,'14188','Marsascala','MARSASCALA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16941,'44038','Marsaskala','MARSASKALA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16942,'37309','Marsberg','MARSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16943,'35560','Marsciano','MARSCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16944,'8532','Marsden','MARSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16945,'37268','Marseillan','MARSEILLAN',NULL,'','France','',0,0,76,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16946,'6482','Marseille','MARSEILLE',NULL,'','France','',0,0,76,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16947,'24885','Marsh Harbour','MARSH HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:18:52','1900-01-01 00:00:00',1,0,1),(16948,'33933','Marshall','MARSHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:18:52','1900-01-01 00:00:00',1,0,1),(16949,'30044','Marshalls Creek','MARSHALLS CREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:18:54','1900-01-01 00:00:00',1,0,1),(16950,'20244','Marshalltown','MARSHALLTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:18:55','1900-01-01 00:00:00',1,0,1),(16951,'38623','Marsham','MARSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:55','1900-01-01 00:00:00',1,0,1),(16952,'27709','Marshfield','MARSHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:56','1900-01-01 00:00:00',1,0,1),(16953,'39388','Marsolan','MARSOLAN',NULL,'','France','',0,0,76,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16954,'16781','Marsta','MARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16955,'2193','Marstal','MARSTAL',NULL,'','Denmark','',0,0,59,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16956,'27710','Marston','MARSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16957,'8533','Marston','MARSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16958,'36671','Marstrand','MARSTRAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16959,'12106','Marta','MARTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16960,'38260','Martel','MARTEL',NULL,'','France','',0,0,76,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16961,'40426','Martellago','MARTELLAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16962,'22950','Martensville','MARTENSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16963,'21431','Martha\'s Vineyard','MARTHA\'S VINEYARD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16964,'4393','Martigne Briand','MARTIGNE BRIAND',NULL,'','France','',0,0,76,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16965,'6252','Martigne-sur-mayenne','MARTIGNE-SUR-MAYENNE',NULL,'','France','',0,0,76,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16966,'33','Martigny','MARTIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16967,'4864','Martigues','MARTIGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16968,'39073','Martillac','MARTILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16969,'33026','Martin','MARTIN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16970,'12107','Martina Franca','MARTINA FRANCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16971,'15130','Martinborough','MARTINBOROUGH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16972,'18659','Martinez','MARTINEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16973,'38904','Martinez De La Torre','MARTINEZ DE LA TORRE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16974,'36576','Martinho Do Porto','MARTINHO DO PORTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16975,'14231','Martinique','MARTINIQUE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16976,'29418','Martins Ferry','MARTINS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:02','1900-01-01 00:00:00',1,0,1),(16977,'32009','Martinsburg','MARTINSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:19:02','1900-01-01 00:00:00',1,0,1),(16978,'27999','Martinsdale','MARTINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16979,'40246','Martinsicuro','MARTINSICURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16980,'31163','Martinsville','MARTINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16981,'8535','Martock','MARTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16982,'3562','Martorell','MARTORELL',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16983,'14382','Marudi','MARUDI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16984,'43917','Marugame','MARUGAME',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16985,'13289','Maruko','MARUKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16986,'43851','Marungoor','MARUNGOOR',NULL,'','India','',0,0,101,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16987,'16017','Marvao','MARVAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16988,'38082','Marvejols','MARVEJOLS',NULL,'','France','',0,0,76,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16989,'15978','Marvila','MARVILA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16990,'17109','Mary','MARY',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16991,'19477','Mary Esther','MARY ESTHER',NULL,'','United States','',0,0,231,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16992,'43659','Mary River Wetland','MARY RIVER WETLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16993,'26914','Maryborough','MARYBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16994,'38499','Marybrook','MARYBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16995,'8536','Maryculter','MARYCULTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16996,'27711','Maryland Heights','MARYLAND HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16997,'7201','Marylebone','MARYLEBONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16998,'25666','Mary\'s Harbour','MARY\'S HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16999,'25667','Marystown','MARYSTOWN',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(17000,'26915','Marysville','MARYSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:07','1900-01-01 00:00:00',1,0,1),(17001,'29419','Marysville','MARYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:07','1900-01-01 00:00:00',1,0,1),(17002,'26725','Maryvale','MARYVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:08','1900-01-01 00:00:00',1,0,1),(17003,'20645','Maryville','MARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:08','1900-01-01 00:00:00',1,0,1),(17004,'2004','Marzahn','MARZAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:09','1900-01-01 00:00:00',1,0,1),(17005,'3983','Masaby','MASABY',NULL,'','Finland','',0,0,75,'2016-10-17 11:19:09','1900-01-01 00:00:00',1,0,1),(17006,'11047','Masada','MASADA',NULL,'','Israel','',0,0,106,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17007,'37442','Masai Mara','MASAI MARA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17008,'3763','Masalfasar','MASALFASAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17009,'44295','Masalfassar','MASALFASSAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17010,'10361','Masamba','MASAMBA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17011,'17462','Masasi','MASASI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17012,'43984','Masatepe','MASATEPE',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17013,'43985','Masaya','MASAYA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17014,'15521','Masbate','MASBATE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17015,'12108','Mascali','MASCALI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17016,'37644','Mascara','MASCARA',NULL,'','Algeria','',0,0,3,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17017,'34237','Mascot','MASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17018,'14018','Mascota','MASCOTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17019,'22787','Mascouche','MASCOUCHE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17020,'40251','Mascoutah','MASCOUTAH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17021,'22592','Maselheim','MASELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17022,'12109','Masera Di Padova','MASERA DI PADOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17023,'13629','Maseru','MASERU',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17024,'40600','Mashabei Sade','MASHABEI SADE',NULL,'','Israel','',0,0,106,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17025,'42219','Mashad','MASHAD',NULL,'','Iran','',0,0,103,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17026,'8537','Masham','MASHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17027,'19105','Mashantucket','MASHANTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17028,'35434','Mashhad','MASHHAD',NULL,'','Iran','',0,0,103,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17029,'40868','Mashobra','MASHOBRA',NULL,'','India','Mashobra',1,0,101,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17030,'21432','Mashpee','MASHPEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17031,'2693','Masía Aldamar','MASÍA ALDAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17032,'43852','Masinagudi','MASINAGUDI',NULL,'','India','',0,0,101,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17034,'15278','Masirah','MASIRAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17035,'24916','Maskall','MASKALL',NULL,'','Belize','',0,0,22,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17036,'3563','Masnou','MASNOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17037,'24664','Masnuy-saint-jean','MASNUY-SAINT-JEAN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17038,'32011','Mason','MASON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:14','1900-01-01 00:00:00',1,0,1),(17039,'3370','Maspalomas','MASPALOMAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17040,'28940','Maspeth','MASPETH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17041,'3564','Masquefa','MASQUEFA',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17042,'12855','Massa','MASSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17043,'43271','Massalfassar','MASSALFASSAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:16','1900-01-01 00:00:00',1,0,1),(17044,'31165','Massanutten','MASSANUTTEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:16','1900-01-01 00:00:00',1,0,1),(17045,'43107','Massanzago','MASSANZAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:17','1900-01-01 00:00:00',1,0,1),(17046,'28941','Massapequa','MASSAPEQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:17','1900-01-01 00:00:00',1,0,1),(17047,'12112','Massarosa','MASSAROSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17048,'28943','Massena','MASSENA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17049,'1979','Masserberg','MASSERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17050,'25480','Masset','MASSET',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17051,'34558','Massey','MASSEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17052,'4833','Massieux','MASSIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17053,'6350','Massignac','MASSIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17054,'29421','Massillon','MASSILLON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17055,'11289','Massino Visconti','MASSINO VISCONTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17056,'37859','Massouri','MASSOURI',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17057,'5131','Massy','MASSY',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17058,'15076','Masterton','MASTERTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17059,'24865','Mastic Point','MASTIC POINT',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17060,'43434','Mastihari','MASTIHARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17061,'13164','Masuda','MASUDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17062,'15592','Masurian Lakes','MASURIAN LAKES',NULL,'','Poland','',0,0,174,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17063,'32665','Masvingo','MASVINGO',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17064,'25043','Mata De Sao Joao','MATA DE SAO JOAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17065,'24027','Matadi','MATADI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17066,'14447','Matagalpa','MATAGALPA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17067,'22788','Matagami','MATAGAMI',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17068,'2694','Matagorda','MATAGORDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17069,'16163','Mataiva','MATAIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17070,'43027','Matakana','MATAKANA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17071,'9696','Matala','MATALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17072,'36164','Matalascanas','MATALASCANAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17073,'3461','Matalebreras','MATALEBRERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17074,'16521','Matam','MATAM',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17075,'36204','Matamanoa Island','MATAMANOA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17076,'43624','Matamata','MATAMATA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17077,'30045','Matamoras','MATAMORAS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17078,'14108','Matamoros','MATAMOROS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17079,'22789','Matane','MATANE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17080,'4064','Matangi Island','MATANGI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17081,'43086','Matanzas','MATANZAS',NULL,'','Cuba','',0,0,56,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17082,'22790','Matapedia','MATAPEDIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17083,'38334','Mataranka','MATARANKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17084,'3565','Mataro','MATARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17085,'15217','Matauri Bay','MATAURI BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17086,'7202','Matchams','MATCHAMS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17087,'14085','Matehuala','MATEHUALA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17088,'37795','Matelica','MATELICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17089,'38968','Matemo Island','MATEMO ISLAND',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17090,'12701','Matera','MATERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17091,'8538','Matfen','MATFEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17092,'21093','Matfield Green','MATFIELD GREEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17093,'43853','Matheran','MATHERAN',NULL,'','India','Matheran',5,0,101,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17094,'43634','Mathinna','MATHINNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17095,'30786','Mathis','MATHIS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17096,'10683','Mathura','MATHURA',NULL,'','India','Mathura',6,0,101,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17097,'38614','Matino','MATINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17098,'19478','Matlacha','MATLACHA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17099,'8539','Matlock','MATLOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17100,'17176','Matmata','MATMATA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17101,'16027','Matosinhos','MATOSINHOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17102,'40599','Matougues','MATOUGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17103,'10076','Matrahaza','MATRAHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17104,'35342','Matraszentimre','MATRASZENTIMRE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17105,'39951','Mátraszentimre','MÁTRASZENTIMRE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17106,'35882','Matrei','MATREI',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17107,'13630','Matsaile','MATSAILE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17108,'13290','Matsubara','MATSUBARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17109,'13291','Matsudo','MATSUDO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17110,'35740','Matsue','MATSUE',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17111,'13292','Matsumoto','MATSUMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17112,'42561','Matsuo','MATSUO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17113,'43052','Matsusaka','MATSUSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17114,'42687','Matsushima','MATSUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17115,'13293','Matsuyama','MATSUYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17116,'21433','Mattapan','MATTAPAN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17117,'12113','Mattarello','MATTARELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17118,'20646','Matteson','MATTESON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17119,'24860','Matthew Town','MATTHEW TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17120,'33934','Matthews','MATTHEWS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17121,'12114','Mattinata','MATTINATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17122,'20647','Mattoon','MATTOON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17123,'38443','Mattsee','MATTSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17124,'28944','Mattydale','MATTYDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17125,'30252','Matunuck','MATUNUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17126,'24989','Matupa','MATUPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17127,'32203','Maturin','MATURIN',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17128,'6773','Matzenheim','MATZENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17129,'6184','Maubeuge','MAUBEUGE',NULL,'','France','',0,0,76,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17130,'27108','Mauerbach','MAUERBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17131,'37485','Mauerstetten','MAUERSTETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17132,'25031','Maues','MAUES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17133,'4937','Mauguio','MAUGUIO',NULL,'','France','',0,0,76,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17134,'36917','Maui-hana','MAUI-HANA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17135,'36938','Maui-kaanapali','MAUI-KAANAPALI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17136,'36939','Maui-kahana','MAUI-KAHANA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17137,'36999','Maui-kahului','MAUI-KAHULUI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17138,'36936','Maui-kapalua','MAUI-KAPALUA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:32','1900-01-01 00:00:00',1,0,1),(17139,'36946','Maui-kihei','MAUI-KIHEI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:32','1900-01-01 00:00:00',1,0,1),(17140,'36953','Maui-lahaina','MAUI-LAHAINA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17141,'36969','Maui-maalaea','MAUI-MAALAEA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17142,'36980','Maui-makena','MAUI-MAKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17143,'36988','Maui-napili','MAUI-NAPILI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17144,'37056','Maui-wailea','MAUI-WAILEA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17145,'36971','Maui-wailuku','MAUI-WAILUKU',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17146,'24070','Mauke','MAUKE',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17147,'30370','Mauldin','MAULDIN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17148,'5821','Maulevrier','MAULEVRIER',NULL,'','France','',0,0,76,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17149,'29422','Maumee','MAUMEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17150,'18052','Maumelle','MAUMELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17151,'10353','Maumere','MAUMERE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17152,'25261','Maun','MAUN',NULL,'','Botswana','',0,0,28,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17153,'38868','Maunabo','MAUNABO',NULL,'','United States','',0,0,231,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17154,'20079','Maunaloa','MAUNALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17155,'16125','Maupiti','MAUPITI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17156,'23282','Maur','MAUR',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17157,'24482','Maurach','MAURACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17158,'5822','Maurepas','MAUREPAS',NULL,'','France','',0,0,76,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17159,'15131','Mauria River Valley','MAURIA RIVER VALLEY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17160,'40180','Mauriac','MAURIAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17161,'42162','Mauricie','MAURICIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17162,'14254','Mauritius','MAURITIUS',NULL,'','Mauritius','Mauritius',35,0,139,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17164,'36413','Mauritius-trou D\'eau','MAURITIUS-TROU D\'EAU',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17165,'5216','Maury','MAURY',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17166,'41386','Maussane-les Alpilles','MAUSSANE-LES ALPILLES',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17167,'4394','Maussane-les-alpilles','MAUSSANE-LES-ALPILLES',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17168,'36289','Maussanne Les Alpill','MAUSSANNE LES ALPILL',NULL,'','France','',0,0,76,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17169,'31808','Mauston','MAUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17170,'24390','Mauterndorf','MAUTERNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17171,'27080','Mauthen','MAUTHEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17172,'39864','Mauvezin','MAUVEZIN',NULL,'','France','',0,0,76,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17173,'5473','Maux','MAUX',NULL,'','France','',0,0,76,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17174,'38790','Mavillette','MAVILLETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17175,'42215','Mawatha','MAWATHA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17176,'8540','Mawdesley','MAWDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17177,'42256','Mawlamyine','MAWLAMYINE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17178,'37310','Mawson Lakes','MAWSON LAKES',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17179,'31166','Max Meadows','MAX MEADOWS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17180,'38035','Maxaranguape','MAXARANGUAPE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17181,'14128','Maxcanu','MAXCANU',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17182,'6046','Maxeville','MAXEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17183,'15759','Mayaguez','MAYAGUEZ',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17184,'28945','Maybrook','MAYBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17185,'27109','Mayerling','MAYERLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17186,'21094','Mayetta','MAYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17187,'8541','Mayfair','MAYFAIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17188,'34238','Mayfield','MAYFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17189,'25820','Mayfield','MAYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17190,'33690','Mayfield','MAYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:43','1900-01-01 00:00:00',1,0,1),(17191,'43854','Mayiladuthurai','MAYILADUTHURAI',NULL,'','India','',0,0,101,'2016-10-17 11:19:43','1900-01-01 00:00:00',1,0,1),(17192,'42080','Maymyo','MAYMYO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17193,'21434','Maynard','MAYNARD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17194,'25249','Maynards','MAYNARDS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17195,'25481','Mayne Island','MAYNE ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17196,'10889','Maynooth','MAYNOOTH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17197,'22980','Mayo','MAYO',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17198,'6839','Mayoumba','MAYOUMBA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17199,'32164','Mayreau Island','MAYREAU ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17200,'35883','Mayrhofen','MAYRHOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17201,'75','Mayschoss','MAYSCHOSS',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17202,'33691','Maysville','MAYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17203,'31809','Mayville','MAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17204,'28139','Maywood','MAYWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17205,'3265','Mazagon','MAZAGON',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17206,'31550','Mazama','MAZAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17207,'43957','Mazamitla','MAZAMITLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17208,'5328','Mazan','MAZAN',NULL,'','France','',0,0,76,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17209,'12115','Mazara Del Vallo','MAZARA DEL VALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17210,'6483','Mazargues','MAZARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17211,'3668','Mazaricos','MAZARICOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17212,'25840','Mazar-i-sharif','MAZAR-I-SHARIF',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17213,'3037','Mazarron','MAZARRON',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17214,'14094','Mazatlan','MAZATLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17215,'31810','Mazomanie','MAZOMANIE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17216,'39270','Mazotos','MAZOTOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17217,'38015','Mazzarino','MAZZARINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17218,'11290','Mazzaro','MAZZARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17219,'43154','Mazzeo','MAZZEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17220,'11291','Mazzetelli','MAZZETELLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17221,'12116','Mazzin','MAZZIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17222,'12117','Mazzolla','MAZZOLLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17223,'16911','Mbabane','MBABANE',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17224,'16551','Mbambanakira','MBAMBANAKIRA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17225,'24028','Mbandaka','MBANDAKA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17226,'17481','Mbarara','MBARARA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17227,'4093','Mbengga','MBENGGA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17228,'17463','Mbeya','MBEYA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17229,'6840','M\'bigou','M\'BIGOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17230,'43993','Mbodiene','MBODIENE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17231,'16526','Mbour','MBOUR',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17232,'24029','Mbuji-mayi','MBUJI-MAYI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17233,'28337','Mcafee','MCAFEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17234,'32926','Mcalester','MCALESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17235,'30787','Mcallen','MCALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:52','1900-01-01 00:00:00',1,0,1),(17236,'25482','Mcbride','MCBRIDE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17237,'20376','Mccall','MCCALL',NULL,'','United States','',0,0,231,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17238,'1515','Mccallen','MCCALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17239,'39738','Mccamey','MCCAMEY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:54','1900-01-01 00:00:00',1,0,1),(17240,'17697','Mccarthy','MCCARTHY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:54','1900-01-01 00:00:00',1,0,1),(17241,'30371','Mcclellanville','MCCLELLANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17242,'18661','Mccloud','MCCLOUD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17243,'27883','Mccomb','MCCOMB',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17244,'28140','Mccook','MCCOOK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17245,'30372','Mccormick','MCCORMICK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17246,'26264','Mccracken','MCCRACKEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17247,'32832','Mcdermitt','MCDERMITT',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17248,'33204','Mcdonald','MCDONALD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17249,'19870','Mcdonough','MCDONOUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17250,'24318','Mcely','MCELY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17251,'31167','Mcgaheysville','MCGAHEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17252,'18053','Mcgehee','MCGEHEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17253,'17698','Mcgrath','MCGRATH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:59','1900-01-01 00:00:00',1,0,1),(17254,'28947','Mcgraw','MCGRAW',NULL,'','United States','',0,0,231,'2016-10-17 11:19:59','1900-01-01 00:00:00',1,0,1),(17255,'30789','Mcgregor','MCGREGOR',NULL,'','United States','',0,0,231,'2016-10-17 11:20:00','1900-01-01 00:00:00',1,0,1),(17256,'28338','Mcguire Airforce Base','MCGUIRE AIRFORCE BASE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17257,'18164','Mcguireville','MCGUIREVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17258,'21740','Mchenry','MCHENRY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17259,'34559','Mckellar','MCKELLAR',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17260,'31168','Mckenney','MCKENNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17261,'33205','Mckenzie','MCKENZIE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17262,'18662','Mckinleyville','MCKINLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:03','1900-01-01 00:00:00',1,0,1),(17263,'30790','Mckinney','MCKINNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17264,'26460','Mclaren Vale','MCLAREN VALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17265,'20650','Mclean','MCLEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17266,'33935','Mcleansville','MCLEANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17267,'72952','Mcleodganj','MCLEODGANJ',NULL,'','India','',0,0,101,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17268,'22163','Mcmillan','MCMILLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17269,'29704','Mcminnville','MCMINNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:06','1900-01-01 00:00:00',1,0,1),(17270,'18165','Mcnary','MCNARY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:06','1900-01-01 00:00:00',1,0,1),(17271,'21095','Mcpherson','MCPHERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17272,'30791','Mcqueeney','MCQUEENEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17273,'19871','Mcrae','MCRAE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17274,'14197','Mdina','MDINA',NULL,'','Malta','',0,0,135,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17275,'22951','Meadow Lake','MEADOW LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17276,'1507','Meadowlands','MEADOWLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17277,'42225','Meads Bay','MEADS BAY',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17278,'18166','Meadview','MEADVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:20:09','1900-01-01 00:00:00',1,0,1),(17279,'30046','Meadville','MEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:09','1900-01-01 00:00:00',1,0,1),(17280,'40030','Meaford','MEAFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17281,'15860','Mealhada','MEALHADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17282,'1639','Mealhanda','MEALHANDA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17283,'3669','Meano','MEANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17284,'22164','Mears','MEARS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17285,'40306','Méaudre','MÉAUDRE',NULL,'','France','',0,0,76,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17286,'33936','Mebane','MEBANE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17287,'16513','Mecca','MECCA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17288,'30048','Mechanicsburg','MECHANICSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17289,'21741','Mechanicsville','MECHANICSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:12','1900-01-01 00:00:00',1,0,1),(17290,'24611','Mechelen','MECHELEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17291,'37837','Mecina Fondales','MECINA FONDALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17292,'76','Mecklenburger Seenplatte','MECKLENBURGER SEENPLATTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17293,'37755','Medebach','MEDEBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17294,'15897','Medelim','MEDELIM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17295,'24104','Medellin','MEDELLIN',NULL,'','Colombia','',0,0,49,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17296,'14647','Medemblik','MEDEMBLIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17297,'17173','Medenine','MEDENINE',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17298,'12118','Medesano','MEDESANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17299,'21435','Medfield','MEDFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17300,'21436','Medford','MEDFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17301,'13750','Medhufinolhu','MEDHUFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17302,'30049','Media','MEDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17303,'16223','Medias','MEDIAS',NULL,'','Romania','',0,0,179,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17304,'42328','Medicina','MEDICINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17305,'32117','Medicine Bow','MEDICINE BOW',NULL,'','United States','',0,0,231,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17306,'25336','Medicine Hat','MEDICINE HAT',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17307,'16482','Medina','MEDINA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17308,'29425','Medina','MEDINA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17309,'2695','Medina-sidonia','MEDINA-SIDONIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:18','1900-01-01 00:00:00',1,0,1),(17310,'2696','Mediodia','MEDIODIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17311,'39198','Medis','MEDIS',NULL,'','France','',0,0,76,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17312,'34835','Medjugorje','MEDJUGORJE',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17313,'12119','Medolago','MEDOLAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17314,'28074','Medora','MEDORA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17315,'39333','Medugorje','MEDUGORJE',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17316,'9971','Medulin','MEDULIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17317,'16462','Medvedkovo','MEDVEDKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17318,'38707','Medvode','MEDVODE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17319,'13751','Meedhupparu','MEEDHUPPARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17320,'26601','Meekatharra','MEEKATHARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17321,'33489','Meeker','MEEKER',NULL,'','United States','',0,0,231,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17322,'1892','Meerane','MEERANE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17323,'77','Meerbusch','MEERBUSCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17324,'36458','Meerkerk','MEERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17325,'22593','Meersburg','MEERSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17326,'13752','Meeru','MEERU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17327,'24687','Meeuwen','MEEUWEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17328,'39783','Megala Chorafia','MEGALA CHORAFIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17329,'43435','Megali Ammos','MEGALI AMMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17330,'9535','Megalochori','MEGALOCHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17331,'39250','Megas Gialos','MEGAS GIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17332,'6820','Megeve','MEGEVE',NULL,'','France','',0,0,76,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17333,'23283','Meggen','MEGGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17334,'1661','Meggido','MEGGIDO',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17335,'15057','Meghauli','MEGHAULI',NULL,'','Nepal','',0,0,153,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17336,'14161','Megit Island','MEGIT ISLAND',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17337,'13294','Meguro','MEGURO',NULL,'','Japan','',0,0,110,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17338,'14884','Mehamn','MEHAMN',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17339,'27713','Mehlville','MEHLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17340,'15932','Meia Praia','MEIA PRAIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17341,'24535','Meidling','MEIDLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17342,'23284','Meilen','MEILEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17343,'37276','Meina','MEINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17344,'1980','Meiningen','MEININGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17345,'22988','Meiringen','MEIRINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17346,'1942','Meisdorf','MEISDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17347,'37381','Meisenthal','MEISENTHAL',NULL,'','France','',0,0,76,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17348,'2092','Meissen','MEISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17349,'40455','Meissenheim','MEISSENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17350,'23939','Meixian','MEIXIAN',NULL,'','China','',0,0,46,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17351,'23971','Meizhou','MEIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17352,'3984','Mejlans','MEJLANS',NULL,'','Finland','',0,0,75,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17353,'41500','Mejorada Del Campo','MEJORADA DEL CAMPO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1);
INSERT INTO `tb_master_geo_city` VALUES (17354,'6851','Mekambo','MEKAMBO',NULL,'','Gabon','',0,0,80,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17355,'3867','Mekane Selam','MEKANE SELAM',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17356,'13701','Meknes','MEKNES',NULL,'','Morocco','Meknes',0,0,148,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17357,'17699','Mekoryuk','MEKORYUK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17358,'43546','Melaka','MELAKA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17359,'10181','Melanguane','MELANGUANE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17360,'27255','Melbeck','MELBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17361,'37986','Melbourn','MELBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17362,'19479','Melbourne','MELBOURNE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17363,'14920','Melbu','MELBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17364,'23285','Melchnau','MELCHNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17365,'726','Meldorf','MELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17366,'32330','Mele','MELE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17367,'12120','Melendugno','MELENDUGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17368,'12121','Melezzole','MELEZZOLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17369,'22952','Melfort','MELFORT',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17370,'24127','Melgar','MELGAR',NULL,'','Colombia','',0,0,49,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17371,'23286','Melide','MELIDE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17372,'2872','Melilla','MELILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17373,'43535','Melilli','MELILLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17374,'38448','Melissa','MELISSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17375,'39468','Melito Di Napoli','MELITO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17376,'40737','Melizzano','MELIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17377,'35884','Melk','MELK',NULL,'','Austria','Melk',0,0,14,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17378,'8542','Melksham','MELKSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17379,'5570','Mellac','MELLAC',NULL,'','France','',0,0,76,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17380,'27007','Mellau','MELLAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17381,'39175','Mellbystrand','MELLBYSTRAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17382,'27256','Melle','MELLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17383,'16889','Mellerud','MELLERUD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17384,'14198','Mellieha','MELLIEHA',NULL,'','Malta','',0,0,135,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17385,'1981','Mellingen','MELLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17386,'8543','Mellor','MELLOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17387,'3985','Mellungsby','MELLUNGSBY',NULL,'','Finland','',0,0,75,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17388,'32524','Melmoth','MELMOTH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17389,'2697','Meloneras','MELONERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17390,'14809','Meloyvaer','MELOYVAER',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17391,'27443','Melrose','MELROSE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17392,'8544','Melrose','MELROSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17393,'42708','Melrose','MELROSE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17394,'727','Melsdorf','MELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17395,'454','Melsungen','MELSUNGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17396,'8545','Meltham','MELTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17397,'38670','Melton','MELTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17398,'8546','Melton Mowbray','MELTON MOWBRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17399,'5863','Melun','MELUN',NULL,'','France','',0,0,76,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17400,'21098','Melvern','MELVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17401,'42682','Melvich','MELVICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17402,'26602','Melville','MELVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17403,'22953','Melville','MELVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17404,'28949','Melville','MELVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17405,'22165','Melvindale','MELVINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17406,'44231','Melzo','MELZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17407,'13165','Memanbetsu','MEMANBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17408,'256','Memmelsdorf','MEMMELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17409,'257','Memmingen','MEMMINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17410,'28141','Memorial Stadium','MEMORIAL STADIUM',NULL,'','United States','',0,0,231,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17411,'27714','Memphis','MEMPHIS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17412,'3868','Mena','MENA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17413,'18054','Mena','MENA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17414,'12122','Menaggio','MENAGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17415,'28950','Menands','MENANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17416,'38916','Menara','MENARA',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17417,'38822','Menard','MENARD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17418,'5938','Mende','MENDE',NULL,'','France','',0,0,76,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17419,'27885','Mendenhall','MENDENHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17420,'39875','Mendham','MENDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17421,'3869','Mendi','MENDI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17422,'18663','Mendocino','MENDOCINO',NULL,'','United States','',0,0,231,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17423,'31351','Mendon','MENDON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:38','1900-01-01 00:00:00',1,0,1),(17424,'20652','Mendota','MENDOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:39','1900-01-01 00:00:00',1,0,1),(17425,'26124','Mendoza','MENDOZA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:20:39','1900-01-01 00:00:00',1,0,1),(17426,'23287','Mendrisio','MENDRISIO',NULL,'','Switzerland','Mendrisio',0,0,210,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17427,'21438','Menemsha','MENEMSHA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17428,'24730','Menen','MENEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17429,'44075','Menerbes','MENERBES',NULL,'','France','',0,0,76,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17430,'4396','Ménerbes','MÉNERBES',NULL,'','France','',0,0,76,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17431,'12123','Menfi','MENFI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17432,'78','Mengershausen','MENGERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17433,'455','Mengerskirchen','MENGERSKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17434,'14391','Menggatal','MENGGATAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17435,'3266','Mengibar','MENGIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17436,'34888','Mengzi','MENGZI',NULL,'','China','',0,0,46,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17437,'43626','Meningie','MENINGIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17438,'10182','Menjangan Bay','MENJANGAN BAY',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17439,'18665','Menlo Park','MENLO PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17440,'4752','Mennecy','MENNECY',NULL,'','France','',0,0,76,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17441,'22167','Menominee','MENOMINEE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17442,'31812','Menomonee Falls','MENOMONEE FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17443,'31813','Menomonie','MENOMONIE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17444,'25847','Menongue','MENONGUE',NULL,'','Angola','',0,0,6,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17445,'35001','Menorca-cala Binianc','MENORCA-CALA BINIANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17446,'35015','Menorca-ciudadela','MENORCA-CIUDADELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17447,'36117','Menorca-fornells','MENORCA-FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17448,'36162','Menorca-mahon','MENORCA-MAHON',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17449,'36168','Menorca-mercadal','MENORCA-MERCADAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17450,'36199','Menorca-playa Son Bo','MENORCA-PLAYA SON BO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17451,'35100','Menorca-santo Tomas','MENORCA-SANTO TOMAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17452,'35081','Menorca-son Xoriguer','MENORCA-SON XORIGUER',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17453,'2304','Menstrup','MENSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17454,'11292','Mentana','MENTANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17455,'10289','Menteng','MENTENG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17456,'6663','Menthon-saint-bernard','MENTHON-SAINT-BERNARD',NULL,'','France','',0,0,76,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17457,'4847','Menton','MENTON',NULL,'','France','',0,0,76,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17458,'26521','Mentone','MENTONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17459,'29426','Mentor','MENTOR',NULL,'','United States','',0,0,231,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17460,'38573','Meolo','MEOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17461,'14497','Meppel','MEPPEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17462,'27257','Meppen','MEPPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17463,'8547','Meppershall','MEPPERSHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17464,'31814','Mequon','MEQUON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17465,'5023','Meracq','MERACQ',NULL,'','France','',0,0,76,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17466,'44258','Meradhoo','MERADHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17467,'1786','Merang','MERANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17468,'10313','Merauke','MERAUKE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17469,'21230','Meraux','MERAUX',NULL,'','United States','',0,0,231,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17470,'35574','Mercatale','MERCATALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17471,'18666','Merced','MERCED',NULL,'','United States','',0,0,231,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17472,'30793','Mercedes','MERCEDES',NULL,'','United States','',0,0,231,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17473,'17541','Mercedes','MERCEDES',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17474,'30051','Mercer','MERCER',NULL,'','United States','',0,0,231,'2016-10-17 11:20:50','1900-01-01 00:00:00',1,0,1),(17475,'30052','Mercersburg','MERCERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17476,'7204','Merchiston','MERCHISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17477,'6111','Mercues','MERCUES',NULL,'','France','',0,0,76,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17478,'10183','Merdey','MERDEY',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17479,'33490','Meredith','MEREDITH',NULL,'','United States','',0,0,231,'2016-10-17 11:20:52','1900-01-01 00:00:00',1,0,1),(17480,'4753','Mereville','MEREVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:20:52','1900-01-01 00:00:00',1,0,1),(17481,'37541','Mergozzo','MERGOZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17482,'6664','Meribel','MERIBEL',NULL,'','France','',0,0,76,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17483,'41385','Meribel-mottaret','MERIBEL-MOTTARET',NULL,'','France','',0,0,76,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17484,'14129','Merida','MERIDA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17485,'3644','Merida','MERIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17486,'32200','Merida','MERIDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17487,'19106','Meriden','MERIDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17488,'8548','Meriden','MERIDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17489,'27886','Meridian','MERIDIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:55','1900-01-01 00:00:00',1,0,1),(17490,'5217','Merignac','MERIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17491,'34240','Merimbula','MERIMBULA',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17492,'6484','Merindol','MERINDOL',NULL,'','France','',0,0,76,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17493,'15132','Merivale','MERIVALE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17494,'30795','Merkel','MERKEL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17495,'23288','Merligen','MERLIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17496,'29707','Merlin','MERLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17497,'23058','Merlischachen','MERLISCHACHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17498,'26141','Merlo','MERLO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17499,'26266','Merlynston','MERLYNSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17500,'26726','Mermaid Beach','MERMAID BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17501,'39919','Merom Golan','MEROM GOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17502,'11294','Merone','MERONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17503,'21099','Merriam','MERRIAM',NULL,'','United States','',0,0,231,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17504,'28951','Merrick','MERRICK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17505,'34560','Merrickville','MERRICKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17506,'42130','Merrijig','MERRIJIG',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17507,'31816','Merrill','MERRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:59','1900-01-01 00:00:00',1,0,1),(17508,'20939','Merrillville','MERRILLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:59','1900-01-01 00:00:00',1,0,1),(17509,'31817','Merrimac','MERRIMAC',NULL,'','United States','',0,0,231,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17510,'32737','Merrimack','MERRIMACK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17511,'10750','Merrion','MERRION',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17512,'25483','Merritt','MERRITT',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17513,'19480','Merritt Island','MERRITT ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17514,'42425','Mersa Matruh','MERSA MATRUH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17515,'1943','Merseburg','MERSEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17516,'17363','Mersin','MERSIN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17517,'14286','Mersing','MERSING',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17518,'39681','Mers-les-bains','MERS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17519,'39180','Mertesdorf','MERTESDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17520,'8549','Merthyr Tydfil','MERTHYR TYDFIL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17521,'38676','Mertola','MERTOLA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17522,'26267','Merty','MERTY',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:03','1900-01-01 00:00:00',1,0,1),(17523,'30053','Mertz Town','MERTZ TOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:03','1900-01-01 00:00:00',1,0,1),(17524,'30054','Mertztown','MERTZTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17525,'37421','Mery-sur-oise','MERY-SUR-OISE',NULL,'','France','',0,0,76,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17526,'17243','Merzifon','MERZIFON',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17527,'39621','Merzig','MERZIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:05','1900-01-01 00:00:00',1,0,1),(17528,'13694','Merzouga','MERZOUGA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:21:05','1900-01-01 00:00:00',1,0,1),(17529,'12124','Mesagne','MESAGNE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17530,'16183','Mesaieed','MESAIEED',NULL,'','Qatar','',0,0,177,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17531,'16074','Mesao Frio','MESAO FRIO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17532,'28547','Mescalero','MESCALERO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17533,'534','Meschede','MESCHEDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17534,'28548','Mesilla','MESILLA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17535,'38655','Mesnil-saint-pere','MESNIL-SAINT-PERE',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17536,'39424','Mesnil-val-plage','MESNIL-VAL-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17537,'39878','Mespelbrunn','MESPELBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17538,'40013','Mesquer','MESQUER',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17539,'25137','Mesquita','MESQUITA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17540,'30796','Mesquite','MESQUITE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17541,'5571','Messac','MESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17542,'24701','Messancy','MESSANCY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17543,'5218','Messanges','MESSANGES',NULL,'','France','',0,0,76,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17544,'9536','Messaria','MESSARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17545,'32580','Messina','MESSINA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17546,'13007','Messina','MESSINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17547,'9537','Messinia','MESSINIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17548,'39131','Messolonghi','MESSOLONGHI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17549,'43436','Messonghi','MESSONGHI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17550,'9538','Messongi','MESSONGI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17551,'2698','Mestas','MESTAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17552,'12896','Mestre','MESTRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17553,'38514','Mestrino','MESTRINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17554,'12125','Meta','META',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17555,'21231','Metairie','METAIRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17556,'9539','Metamorfosi','METAMORFOSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17557,'42329','Metaponto','METAPONTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17558,'25484','Metchosin','METCHOSIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17559,'43549','Metepec','METEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17560,'9697','Methoni','METHONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17561,'31552','Methow Valley','METHOW VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17562,'21440','Methuen','METHUEN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17563,'15218','Methven','METHVEN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17564,'22791','Metis-sur-mer','METIS-SUR-MER',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17565,'17700','Metlakatla','METLAKATLA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17566,'29708','Metolius','METOLIUS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17567,'20653','Metropolis','METROPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17568,'38829','Metsovo','METSOVO',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17569,'20654','Mettawa','METTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17570,'19872','Metter','METTER',NULL,'','United States','',0,0,231,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17571,'535','Mettingen','METTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17572,'682','Mettlach','METTLACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17573,'536','Mettmann','METTMANN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17574,'1653','Metula','METULA',NULL,'','Israel','',0,0,106,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17575,'26522','Metung','METUNG',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17576,'22594','Metzingen','METZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17577,'5085','Metz-tessy','METZ-TESSY',NULL,'','France','',0,0,76,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17578,'4397','Meudon','MEUDON',NULL,'','France','',0,0,76,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17579,'4754','Meulan','MEULAN',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17580,'4398','Meurthe-et-moselle','MEURTHE-ET-MOSELLE',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17581,'4399','Meuse','MEUSE',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17582,'42966','Mexborough','MEXBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17583,'30797','Mexia','MEXIA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17584,'13906','Mexicali','MEXICALI',NULL,'','Mexico','',0,0,141,'2016-10-17 11:21:17','1900-01-01 00:00:00',1,0,1),(17585,'27715','Mexico','MEXICO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:17','1900-01-01 00:00:00',1,0,1),(17586,'6048','Mexy','MEXY',NULL,'','France','',0,0,76,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17587,'17701','Meyers Chuck','MEYERS CHUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17588,'44248','Meyerton','MEYERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17589,'21100','Meyetta','MEYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17590,'4957','Meylan','MEYLAN',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17591,'5219','Meyrals','MEYRALS',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17592,'6485','Meyrargues','MEYRARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17593,'6486','Meyreuil','MEYREUIL',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17594,'23437','Meyrin','MEYRIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17595,'39944','Meyronne','MEYRONNE',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17596,'5939','Meyrueis','MEYRUEIS',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17597,'6665','Meyzieu','MEYZIEU',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17598,'39323','Mezokovesd','MEZOKOVESD',NULL,'','Hungary','',0,0,99,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17599,'10108','Mezotur','MEZOTUR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17600,'12126','Mezzana','MEZZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17601,'11296','Mezzegra','MEZZEGRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17602,'32640','Mfuwe','MFUWE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17603,'14199','Mgarr','MGARR',NULL,'','Malta','',0,0,135,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17604,'40418','Mhamid','MHAMID',NULL,'','Morocco','',0,0,148,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17605,'39112','Mhlambanyatsi','MHLAMBANYATSI',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17606,'17405','Mi Chih','MI CHIH',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17607,'13522','Mia-dong','MIA-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17608,'2699','Miami Platja','MIAMI PLATJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:23','1900-01-01 00:00:00',1,0,1),(17609,'40471','Miandrivazo','MIANDRIVAZO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17610,'12127','Miane','MIANE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17611,'15309','Mianwali','MIANWALI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17612,'23996','Mianyang','MIANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17613,'34887','Mianzhu','MIANZHU',NULL,'','China','',0,0,46,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17614,'17444','Miaoli','MIAOLI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17615,'19490','Micanopy','MICANOPY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17616,'7205','Michaelwood','MICHAELWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17617,'16268','Michajlovskoje','MICHAJLOVSKOJE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17618,'456','Michelstadt','MICHELSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17619,'793','Michendorf','MICHENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17620,'20940','Michigan City','MICHIGAN CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17621,'13582','Micoud','MICOUD',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17622,'9933','Mid Levels','MID LEVELS',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17623,'32478','Middelburg','MIDDELBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17624,'14697','Middelburg','MIDDELBURG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17625,'2194','Middelfart','MIDDELFART',NULL,'','Denmark','',0,0,59,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17626,'23610','Middle Chaoyang','MIDDLE CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17627,'9994','Middle Dalmatia','MIDDLE DALMATIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17628,'79','Middle Rhine','MIDDLE RHINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17629,'21441','Middleboro','MIDDLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:27','1900-01-01 00:00:00',1,0,1),(17630,'29429','Middleburg','MIDDLEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:21:28','1900-01-01 00:00:00',1,0,1),(17631,'20941','Middlebury','MIDDLEBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:29','1900-01-01 00:00:00',1,0,1),(17632,'21442','Middlefield','MIDDLEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17633,'8553','Middleham','MIDDLEHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17634,'26268','Middlemount','MIDDLEMOUNT',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17635,'33692','Middlesboro','MIDDLESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17636,'36329','Middlesborough','MIDDLESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17637,'1468','Middlesbrough','MIDDLESBROUGH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17638,'21443','Middleton','MIDDLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17639,'8555','Middleton','MIDDLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17640,'8558','Middlewich','MIDDLEWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:36','1900-01-01 00:00:00',1,0,1),(17641,'40407','Midge Point','MIDGE POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:36','1900-01-01 00:00:00',1,0,1),(17642,'42967','Midgham','MIDGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17643,'8559','Midhurst','MIDHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17644,'34561','Midland','MIDLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17645,'22168','Midland','MIDLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17646,'10812','Midleton','MIDLETON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:38','1900-01-01 00:00:00',1,0,1),(17647,'31173','Midlothian','MIDLOTHIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:38','1900-01-01 00:00:00',1,0,1),(17648,'7206','Midlothian','MIDLOTHIAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17649,'25337','Midnapore','MIDNAPORE',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17650,'17174','Midoun','MIDOUN',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17651,'18668','Midpines','MIDPINES',NULL,'','United States','',0,0,231,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17652,'32581','Midrand','MIDRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17653,'40729','Midsomer Norton','MIDSOMER NORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17654,'16835','Midsommarkransen','MIDSOMMARKRANSEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17655,'28954','Midtown','MIDTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17656,'33359','Midvale','MIDVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:41','1900-01-01 00:00:00',1,0,1),(17657,'7207','Mid-wales','MID-WALES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:41','1900-01-01 00:00:00',1,0,1),(17658,'19875','Midway','MIDWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:42','1900-01-01 00:00:00',1,0,1),(17659,'32929','Midwest City','MIDWEST CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17660,'39450','Miedzybrodzie Bialskie','MIEDZYBRODZIE BIALSKIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17661,'15728','Miedzyzdroje','MIEDZYZDROJE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17662,'39791','Mielenko','MIELENKO',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17663,'38297','Mielno','MIELNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17664,'24483','Mieming','MIEMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17665,'42397','Miercurea Ciuc','MIERCUREA CIUC',NULL,'','Romania','',0,0,179,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17666,'16224','Miercurea-ciuc','MIERCUREA-CIUC',NULL,'','Romania','',0,0,179,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17667,'3095','Mieres','MIERES',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17668,'14602','Mierlo','MIERLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17669,'37521','Mierzecice','MIERZECICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17670,'258','Miesbach','MIESBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17671,'30056','Mifflintown','MIFFLINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17672,'30057','Mifflinville','MIFFLINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:45','1900-01-01 00:00:00',1,0,1),(17673,'12129','Migliarino','MIGLIARINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:45','1900-01-01 00:00:00',1,0,1),(17674,'6351','Mignaloux-beauvoir','MIGNALOUX-BEAUVOIR',NULL,'','France','',0,0,76,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17675,'16269','Migolosci','MIGOLOSCI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17676,'42885','Mihara','MIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17677,'3267','Mijas','MIJAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17678,'14685','Mijdrecht','MIJDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17679,'40784','Mijoux','MIJOUX',NULL,'','France','',0,0,76,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17680,'3940','Mikkeli','MIKKELI',NULL,'','Finland','',0,0,75,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17681,'42283','Mikolajki','MIKOLAJKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17682,'43103','Mikri Vigla','MIKRI VIGLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17683,'41865','Mikulov','MIKULOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17684,'27445','Milaca','MILACA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17685,'37930','Milagros','MILAGROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:48','1900-01-01 00:00:00',1,0,1),(17686,'33210','Milan','MILAN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:48','1900-01-01 00:00:00',1,0,1),(17687,'12725','Milano Marittima','MILANO MARITTIMA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17688,'17341','Milas','MILAS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17689,'39291','Milawa','MILAWA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17690,'12130','Milazzo','MILAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17691,'33027','Milbank','MILBANK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17692,'21893','Milbridge','MILBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17693,'8560','Mildenhall','MILDENHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17694,'34241','Mildura','MILDURA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17695,'28000','Miles City','MILES CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17696,'30058','Milesburg','MILESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17697,'30059','Milford','MILFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17698,'8561','Milford','MILFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:53','1900-01-01 00:00:00',1,0,1),(17699,'10813','Milford','MILFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17700,'15133','Milford Sound','MILFORD SOUND',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17701,'14162','Mili','MILI',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17702,'26269','Milingimbi','MILINGIMBI',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17703,'24285','Miliou','MILIOU',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17704,'4400','Milky Way','MILKY WAY',NULL,'','France','',0,0,76,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17705,'14603','Mill','MILL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17706,'26270','Mill Park','MILL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:57','1900-01-01 00:00:00',1,0,1),(17707,'43673','Millaa Millaa','MILLAA MILLAA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:57','1900-01-01 00:00:00',1,0,1),(17708,'28142','Millard','MILLARD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:58','1900-01-01 00:00:00',1,0,1),(17709,'6112','Millau','MILLAU',NULL,'','France','',0,0,76,'2016-10-17 11:21:58','1900-01-01 00:00:00',1,0,1),(17710,'31174','Millboro Springs','MILLBORO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:59','1900-01-01 00:00:00',1,0,1),(17711,'18671','Millbrae','MILLBRAE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:59','1900-01-01 00:00:00',1,0,1),(17712,'28956','Millbrook','MILLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:00','1900-01-01 00:00:00',1,0,1),(17713,'29436','Millbury','MILLBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:01','1900-01-01 00:00:00',1,0,1),(17714,'33362','Millcreek','MILLCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:01','1900-01-01 00:00:00',1,0,1),(17715,'19110','Milldale','MILLDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:02','1900-01-01 00:00:00',1,0,1),(17716,'19876','Milledgeville','MILLEDGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:02','1900-01-01 00:00:00',1,0,1),(17717,'19877','Millen','MILLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:03','1900-01-01 00:00:00',1,0,1),(17718,'33028','Miller','MILLER',NULL,'','United States','',0,0,231,'2016-10-17 11:22:03','1900-01-01 00:00:00',1,0,1),(17719,'29437','Millersburg','MILLERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17720,'30061','Millersville','MILLERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17721,'2195','Millinge','MILLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17722,'33211','Millington','MILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17723,'21895','Millinocket','MILLINOCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17724,'21446','Millis','MILLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17725,'39324','Millom','MILLOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17726,'19229','Millsboro','MILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17727,'27008','Millstatt','MILLSTATT',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17728,'10822','Milltown','MILLTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17729,'28341','Millville','MILLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17730,'32479','Milnerton','MILNERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17731,'8563','Milngavie','MILNGAVIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17732,'12131','Milo','MILO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17733,'38452','Milon-la-chapelle','MILON-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17734,'9541','Milos','MILOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17735,'15610','Milowka','MILOWKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17736,'13975','Milpa Alta','MILPA ALTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17737,'18672','Milpitas','MILPITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17738,'30062','Milroy','MILROY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17739,'34242','Milsons Point','MILSONS POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:09','1900-01-01 00:00:00',1,0,1),(17740,'259','Miltenberg','MILTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:09','1900-01-01 00:00:00',1,0,1),(17741,'1469','Milton Keynes','MILTON KEYNES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17742,'7208','Milton-under-wychwood','MILTON-UNDER-WYCHWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17743,'41512','Miltown Malbay','MILTOWN MALBAY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17744,'31821','Milwaukee','MILWAUKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17745,'29709','Milwaukie','MILWAUKIE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:12','1900-01-01 00:00:00',1,0,1),(17746,'42886','Mimasaka','MIMASAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:12','1900-01-01 00:00:00',1,0,1),(17747,'6487','Mimet','MIMET',NULL,'','France','',0,0,76,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17748,'5220','Mimizan','MIMIZAN',NULL,'','France','',0,0,76,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17749,'41758','Mina Clavero','MINA CLAVERO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17750,'35742','Minabe','MINABE',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17751,'35746','Minakami','MINAKAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17752,'34563','Minaki','MINAKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17753,'13295','Minami','MINAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17754,'35741','Minamiawaji','MINAMIAWAJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17755,'35745','Minamichita','MINAMICHITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17756,'35747','Minamiizu','MINAMIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17757,'35735','Minamioguni','MINAMIOGUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17758,'37075','Minas','MINAS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17759,'13969','Minatitlan','MINATITLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17760,'13296','Minatomachi','MINATOMACHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17761,'17005','Minburi','MINBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17762,'8569','Minchinhampton','MINCHINHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17763,'15456','Mindanao','MINDANAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17764,'24143','Mindelo','MINDELO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17765,'28144','Minden','MINDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17766,'537','Minden','MINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17767,'15457','Mindoro','MINDORO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17768,'8570','Minehead','MINEHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17769,'30801','Mineola','MINEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:16','1900-01-01 00:00:00',1,0,1),(17770,'31175','Mineral','MINERAL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:16','1900-01-01 00:00:00',1,0,1),(17771,'39313','Mineral Del Monte','MINERAL DEL MONTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:17','1900-01-01 00:00:00',1,0,1),(17772,'16270','Mineralnye Vody','MINERALNYE VODY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17773,'32012','Mineralwells','MINERALWELLS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17774,'12132','Minerbio','MINERBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17775,'38821','Minerva','MINERVA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17776,'38990','Minervino Di Lecce','MINERVINO DI LECCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17777,'14315','Mines City','MINES CITY',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17778,'34564','Minett','MINETT',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17779,'23906','Minhang','MINHANG',NULL,'','China','',0,0,46,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17780,'43437','Minies','MINIES',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17781,'42946','Miniloc Island','MINILOC ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17782,'35765','Minimiboso','MINIMIBOSO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17783,'27447','Minneapolis','MINNEAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17784,'27448','Minneapolis-st. Paul Area','MINNEAPOLIS-ST. PAUL AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17785,'25611','Minnedosa','MINNEDOSA',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17786,'27449','Minnesota City','MINNESOTA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17787,'27450','Minnetonka','MINNETONKA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17788,'31824','Minocqua','MINOCQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17789,'42887','Minoh','MINOH',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17790,'20656','Minonk','MINONK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17791,'2701','Minorca','MINORCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17792,'12133','Minori','MINORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17793,'28075','Minot','MINOT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17794,'24898','Minsk','MINSK',NULL,'','Belarus','',0,0,20,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17795,'33937','Mint Hill','MINT HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17796,'43633','Mintaro','MINTARO',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17797,'34244','Minto','MINTO',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17798,'17702','Minto','MINTO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17799,'33492','Minturn','MINTURN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17800,'39670','Minturno','MINTURNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17801,'23289','Minusio','MINUSIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17802,'13618','Minuwangoda','MINUWANGODA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17803,'6856','Minvoul','MINVOUL',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17804,'22171','Mio','MIO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17805,'4401','Miomo','MIOMO',NULL,'','France','',0,0,76,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17806,'6666','Mionnay','MIONNAY',NULL,'','France','',0,0,76,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17807,'12897','Mira','MIRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17808,'22792','Mirabel','MIRABEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17809,'12134','Miradolo Terme','MIRADOLO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17810,'15412','Miraflores','MIRAFLORES',NULL,'','Peru','',0,0,172,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17811,'2971','Miraflores De La Sierra','MIRAFLORES DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17812,'19496','Miramar','MIRAMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17813,'13907','Miramar','MIRAMAR',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17814,'3764','Miramar','MIRAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:27','1900-01-01 00:00:00',1,0,1),(17815,'12726','Miramare','MIRAMARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:27','1900-01-01 00:00:00',1,0,1),(17816,'6352','Mirambeau','MIRAMBEAU',NULL,'','France','',0,0,76,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17817,'34405','Miramichi','MIRAMICHI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17818,'5221','Miramont-de-guyenne','MIRAMONT-DE-GUYENNE',NULL,'','France','',0,0,76,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17819,'18675','Miranda','MIRANDA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17820,'875','Miranda','MIRANDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17821,'34245','Miranda','MIRANDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17822,'3463','Miranda De Ebro','MIRANDA DE EBRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17823,'15891','Miranda Do Douro','MIRANDA DO DOURO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17824,'41652','Mirandela','MIRANDELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17825,'12898','Mirano','MIRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17826,'40411','Mirbat','MIRBAT',NULL,'','Oman','',0,0,165,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17827,'6049','Mirecourt','MIRECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17828,'38535','Miremont','MIREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17829,'6113','Mirepoix','MIREPOIX',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17830,'8572','Mirfield','MIRFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17831,'37874','Mirhleft','MIRHLEFT',NULL,'','Morocco','',0,0,148,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17832,'14383','Miri','MIRI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17833,'6667','Miribel','MIRIBEL',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17834,'13753','Mirihi','MIRIHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17835,'16300','Mirnyy','MIRNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17836,'15310','Mirpur Khas','MIRPUR KHAS',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17837,'40869','Mirzapur','MIRZAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17838,'16371','Misailovo','MISAILOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17839,'12135','Misano Adriatico','MISANO ADRIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17840,'13297','Misawa','MISAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17841,'20943','Mishawaka','MISHAWAKA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17842,'31825','Mishicot','MISHICOT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17843,'43918','Mishima','MISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17844,'39544','Misilmeri','MISILMERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17845,'42094','Misiones','MISIONES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17846,'7209','Miskin','MISKIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17847,'10096','Miskolc','MISKOLC',NULL,'','Hungary','',0,0,99,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17848,'10077','Miskolc-tapolca','MISKOLC-TAPOLCA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17849,'30254','Misquamicut','MISQUAMICUT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:33','1900-01-01 00:00:00',1,0,1),(17850,'6254','Missillac','MISSILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:22:33','1900-01-01 00:00:00',1,0,1),(17851,'25486','Mission','MISSION',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:34','1900-01-01 00:00:00',1,0,1),(17852,'34565','Mississauga','MISSISSAUGA',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:37','1900-01-01 00:00:00',1,0,1),(17853,'28001','Missoula','MISSOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:37','1900-01-01 00:00:00',1,0,1),(17854,'30804','Missouri City','MISSOURI CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17855,'22793','Mistassini','MISTASSINI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17856,'13005','Misterbianco','MISTERBIANCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17857,'8573','Mistley','MISTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17858,'9543','Mistra','MISTRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17859,'42330','Mistretta','MISTRETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17860,'13565','Misurata','MISURATA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17861,'12136','Misurina','MISURINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17862,'26461','Mitcham','MITCHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17863,'33030','Mitchell','MITCHELL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17864,'26369','Mitchell','MITCHELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17865,'44177','Mithimna','MITHIMNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17866,'9544','Mitilini','MITILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17867,'13393','Mito','MITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17868,'11048','Mitspeh Ramon','MITSPEH RAMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17869,'34246','Mittagong','MITTAGONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17870,'24560','Mittelberg','MITTELBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17871,'6774','Mittelhausen','MITTELHAUSEN',NULL,'','France','',0,0,76,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17872,'457','Mittelkalbach','MITTELKALBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17873,'260','Mittenwald','MITTENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17874,'794','Mittenwalde','MITTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17875,'261','Mitterfels','MITTERFELS',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17876,'262','Mitterfirmiansreut','MITTERFIRMIANSREUT',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17877,'40440','Mittersill','MITTERSILL',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17878,'263','Mitwitz','MITWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17879,'6857','Mitzic','MITZIC',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17880,'42619','Mitzpe Ramon','MITZPE RAMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17881,'18683','Mi-wuk Village','MI-WUK VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17882,'43179','Miyagi','MIYAGI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17883,'35711','Miyajima Island','MIYAJIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17884,'13168','Miyake Jima','MIYAKE JIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17885,'35744','Miyako Jima Island','MIYAKO JIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17886,'39604','Miyakojima, Okinawa','MIYAKOJIMA, OKINAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17887,'13299','Miyakonojo','MIYAKONOJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17888,'43919','Miyawaka','MIYAWAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17889,'13300','Miyazaki','MIYAZAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17890,'35743','Miyazu','MIYAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17891,'23893','Miyun','MIYUN',NULL,'','China','',0,0,46,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17892,'3870','Mizan Teferi','MIZAN TEFERI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17893,'16769','Mjolby','MJOLBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17894,'32480','Mkambati','MKAMBATI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17895,'32525','Mkuze','MKUZE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17896,'10024','Mlini','MLINI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17897,'44314','Mljet','MLJET',NULL,'','Croatia','',0,0,55,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17898,'32481','Mmabatho','MMABATHO',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17899,'16396','Mnevniki','MNEVNIKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17900,'33363','Moab','MOAB',NULL,'','United States','',0,0,231,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17901,'6848','Moabi','MOABI',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17902,'4099','Moala','MOALA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17903,'34247','Moama','MOAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17904,'43028','Moana','MOANA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17905,'41568','Moana','MOANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17906,'10184','Moanamani','MOANAMANI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17907,'6843','Moanda','MOANDA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17908,'24030','Moanda','MOANDA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17909,'27716','Moberly','MOBERLY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17910,'17917','Mobile','MOBILE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17911,'33032','Mobridge','MOBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:46','1900-01-01 00:00:00',1,0,1),(17912,'33938','Mocksville','MOCKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:46','1900-01-01 00:00:00',1,0,1),(17913,'31554','Moclips','MOCLIPS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17914,'39255','Moconesi','MOCONESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17915,'6668','Modane','MODANE',NULL,'','France','',0,0,76,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17916,'32582','Modderfontein','MODDERFONTEIN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17917,'18684','Modesto','MODESTO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:48','1900-01-01 00:00:00',1,0,1),(17918,'12847','Modica','MODICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17919,'27110','Modling','MODLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17920,'15645','Modlnica','MODLNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17921,'44047','Modlniczka','MODLNICZKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17922,'12137','Modugno','MODUGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17923,'26523','Moe','MOE',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17924,'5572','Moelan-sur-mer','MOELAN-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17925,'12138','Moena','MOENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17926,'1694','Moenchengladbach','MOENCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17927,'14604','Moerdijk','MOERDIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17928,'80','Moerfelden-walldorf','MOERFELDEN-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17929,'538','Moers','MOERS',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17930,'8574','Moffat','MOFFAT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17931,'37164','Moga','MOGA',NULL,'','India','',0,0,101,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17932,'3464','Mogarraz','MOGARRAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17933,'11301','Moggiona','MOGGIONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17934,'25210','Mogi Das Cruzes','MOGI DAS CRUZES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17935,'24896','Mogilev','MOGILEV',NULL,'','Belarus','',0,0,20,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17936,'12899','Mogliano Veneto','MOGLIANO VENETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17937,'36173','Mogro','MOGRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17938,'41381','Moguer','MOGUER',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17939,'38793','Mohale','MOHALE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17940,'40822','Mohali','MOHALI',NULL,'','India','Mohali',19,0,101,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17941,'43970','Mohammedia','MOHAMMEDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17942,'10559','Mohan','MOHAN',NULL,'','India','',0,0,101,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17943,'28959','Mohegan Lake','MOHEGAN LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17944,'24139','Moheli','MOHELI',NULL,'','Comoros','',0,0,50,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17945,'15311','Mohenjo Daro','MOHENJO DARO',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17946,'40574','Mohill','MOHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17947,'30064','Mohnton','MOHNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17948,'14860','Moi','MOI',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17949,'42707','Moina','MOINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17950,'12139','Moio Alcantara','MOIO ALCANTARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17951,'28960','Moira','MOIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17952,'14921','Mo-i-rana','MO-I-RANA',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17953,'4958','Moirans','MOIRANS',NULL,'','France','',0,0,76,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17954,'5110','Moissac','MOISSAC',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17955,'6488','Moissac-bellevue','MOISSAC-BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17956,'5864','Moissy-cramayel','MOISSY-CRAMAYEL',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17957,'5658','Moisy','MOISY',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17958,'18686','Mojave','MOJAVE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17959,'42798','Mojokerto','MOJOKERTO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17960,'18687','Mokelumne Hill','MOKELUMNE HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17961,'20657','Mokena','MOKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17962,'13631','Mokhotlong','MOKHOTLONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17963,'15697','Mokotow','MOKOTOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17964,'13501','Mokpo','MOKPO',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17965,'35812','Mokpo','MOKPO',NULL,'','South Korea','',0,0,197,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17966,'20080','Mokuleia','MOKULEIA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17967,'14402','Mokuti Lodge','MOKUTI LODGE',NULL,'','Namibia','',0,0,151,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17968,'37289','Molazzana','MOLAZZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17969,'2298','Molby','MOLBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17970,'8575','Mold','MOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17971,'14982','Molde','MOLDE',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17972,'43667','Mole Creek','MOLE CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17973,'14544','Molenhoek','MOLENHOEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17974,'41384','Molieres','MOLIERES',NULL,'','France','',0,0,76,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17975,'39963','Moliéres','MOLIÉRES',NULL,'','France','',0,0,76,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17976,'5222','Moliets-et-maa','MOLIETS-ET-MAA',NULL,'','France','',0,0,76,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17977,'12140','Molina Di Ledro','MOLINA DI LEDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17978,'39991','Molinaseca','MOLINASECA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17979,'20658','Moline','MOLINE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17980,'12141','Molinella','MOLINELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17981,'12142','Molini Di Tures','MOLINI DI TURES',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17982,'2702','Molins De Rei','MOLINS DE REI',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17983,'12143','Molise','MOLISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17984,'4402','Molitg-les-bains','MOLITG-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17985,'8576','Molland','MOLLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17986,'43855','Mollem','MOLLEM',NULL,'','India','',0,0,101,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17987,'2703','Mollet Del Valles','MOLLET DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17988,'8577','Mollington','MOLLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17989,'37687','Mollkirch','MOLLKIRCH',NULL,'','France','',0,0,76,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17990,'728','Molln','MOLLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17991,'41492','Mollo','MOLLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17992,'37945','Molló','MOLLÓ',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17993,'34248','Mollymook','MOLLYMOOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17994,'16890','Molndal','MOLNDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17995,'6775','Molsheim','MOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17996,'11302','Moltrasio','MOLTRASIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17997,'12144','Molveno','MOLVENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17998,'39921','Molville','MOLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(17999,'9545','Molyvos','MOLYVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18000,'11303','Mombaruzzo','MOMBARUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18001,'13442','Mombasa','MOMBASA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18002,'35780','Mombasa-bamburi Beac','MOMBASA-BAMBURI BEAC',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18003,'35781','Mombasa-diani','MOMBASA-DIANI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18004,'35782','Mombasa-kikambala','MOMBASA-KIKAMBALA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18005,'35784','Mombasa-nyali Beach','MOMBASA-NYALI BEACH',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18006,'35785','Mombasa-shanzu Beach','MOMBASA-SHANZU BEACH',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18007,'35786','Mombasa-tiwi','MOMBASA-TIWI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18008,'4100','Momi','MOMI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18009,'39165','Mompiche','MOMPICHE',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18010,'42081','Mon State','MON STATE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18011,'30065','Monaca','MONACA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18012,'3269','Monachil','MONACHIL',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18013,'1589','Monaco','MONACO',NULL,'','France','',0,0,76,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18014,'13715','Monaco','MONACO',NULL,'','Monaco','',0,0,145,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18015,'36227','Monaco-beausoleil','MONACO-BEAUSOLEIL',NULL,'','France','',0,0,76,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18016,'36238','Monaco-cap D\'ail','MONACO-CAP D\'AIL',NULL,'','France','',0,0,76,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18017,'13714','Monaco-ville','MONACO-VILLE',NULL,'','Monaco','Monaco-Ville',0,0,145,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18018,'30805','Monahans','MONAHANS',NULL,'','United States','',0,0,231,'2016-10-17 11:23:05','1900-01-01 00:00:00',1,0,1),(18019,'33493','Monarch','MONARCH',NULL,'','United States','',0,0,231,'2016-10-17 11:23:05','1900-01-01 00:00:00',1,0,1),(18020,'12900','Monastier Di Treviso','MONASTIER DI TREVISO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18021,'17165','Monastir','MONASTIR',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18022,'1470','Monastir- Skanes','MONASTIR- SKANES',NULL,'','TUNISIA','',0,0,220,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18023,'40709','Monastiraki','MONASTIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18024,'13169','Monbetsu','MONBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18025,'3566','Moncada','MONCADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18026,'12145','Moncalieri','MONCALIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18027,'16067','Moncao','MONCAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18028,'15933','Moncarapacho','MONCARAPACHO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18029,'6050','Moncel Les Luneville','MONCEL LES LUNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18030,'539','Monchengladbach','MONCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18031,'2033','Mönchengladbach','MÖNCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18032,'30373','Moncks Corner','MONCKS CORNER',NULL,'','United States','',0,0,231,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18033,'44076','Monclar-de-quercy','MONCLAR-DE-QUERCY',NULL,'','France','',0,0,76,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18034,'13961','Monclova','MONCLOVA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18035,'3765','Moncofar','MONCOFAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18036,'5107','Moncoutant','MONCOUTANT',NULL,'','France','',0,0,76,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18037,'28145','Moncton','MONCTON',NULL,'','United States','',0,0,231,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18038,'34406','Moncton','MONCTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18039,'37775','Moncucco Torinese','MONCUCCO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18040,'3270','Monda','MONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18041,'40062','Mondana','MONDANA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18042,'3670','Mondariz','MONDARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18043,'3414','Mondejar','MONDEJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18044,'41038','Mondello','MONDELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18045,'32410','Mondeor','MONDEOR',NULL,'','South Africa','',0,0,195,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18046,'4872','Mondeville','MONDEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18047,'39274','Mondim De Basto','MONDIM DE BASTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18048,'3567','Mondonedo','MONDONEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18049,'13651','Mondorf-les-bains','MONDORF-LES-BAINS',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18050,'31826','Mondovi','MONDOVI',NULL,'','United States','',0,0,231,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18051,'38447','Mondovi','MONDOVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18052,'39395','Mondragone','MONDRAGONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18053,'27138','Mondsee','MONDSEE',NULL,'','Austria','Mondsee',0,0,14,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18054,'42724','Mondulkiri','MONDULKIRI',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18055,'12146','Moneglia','MONEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18056,'3568','Monells','MONELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18057,'9794','Monemvasia','MONEMVASIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18058,'42495','Monemvassia','MONEMVASSIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18059,'30066','Monessen','MONESSEN',NULL,'','United States','',0,0,231,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18060,'5223','Monestier','MONESTIER',NULL,'','France','',0,0,76,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18061,'5474','Moneteau','MONETEAU',NULL,'','France','',0,0,76,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18062,'4404','Monetier-les-bains','MONETIER-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18063,'27717','Monett','MONETT',NULL,'','United States','',0,0,231,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18064,'44191','Moneymore','MONEYMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18065,'8578','Moneyreagh','MONEYREAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18066,'37872','Monfalcone','MONFALCONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18067,'5224','Monflanquin','MONFLANQUIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18068,'16018','Monforte','MONFORTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18069,'37431','Monforte Dalba','MONFORTE DALBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18070,'3671','Monforte De Lemos','MONFORTE DE LEMOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18071,'39285','Monfortinho','MONFORTINHO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18072,'9934','Mong Kok','MONG KOK',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18073,'3569','Mongat','MONGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18074,'32647','Mongu','MONGU',NULL,'','Zambia','',0,0,242,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18075,'540','Monheim','MONHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18076,'8579','Monifieth','MONIFIETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18077,'12147','Moniga Del Garda','MONIGA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18078,'2704','Monistrol De Montserrat','MONISTROL DE MONTSERRAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18079,'14279','Monkey Bay','MONKEY BAY',NULL,'','Malawi','',0,0,131,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18080,'26603','Monkey Mia','MONKEY MIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18081,'10849','Monkstown','MONKSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18082,'21743','Monkton','MONKTON',NULL,'','United States','',0,0,231,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18083,'8580','Monkton','MONKTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18084,'20660','Monmouth','MONMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:23:17','1900-01-01 00:00:00',1,0,1),(18085,'8581','Monmouth','MONMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:17','1900-01-01 00:00:00',1,0,1),(18086,'6669','Monnetier-mornex','MONNETIER-MORNEX',NULL,'','France','',0,0,76,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18087,'43346','Monnickendam','MONNICKENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18088,'16552','Mono Island','MONO ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18089,'38299','Monodendri','MONODENDRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18090,'31827','Monona','MONONA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18091,'12808','Monopoli','MONOPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18092,'5225','Monpazier','MONPAZIER',NULL,'','France','',0,0,76,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18093,'12148','Monreale','MONREALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:19','1900-01-01 00:00:00',1,0,1),(18094,'22172','Monroe','MONROE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:19','1900-01-01 00:00:00',1,0,1),(18095,'30067','Monroeville','MONROEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18096,'18688','Monrovia','MONROVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18097,'42269','Monrovia','MONROVIA',NULL,'','Liberia','',0,0,122,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18098,'24665','Mons','MONS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18099,'37354','Monsampolo Del Tronto','MONSAMPOLO DEL TRONTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18100,'43331','Monsanto','MONSANTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18101,'15778','Monsaraz','MONSARAZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18102,'42448','Monschau','MONSCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18103,'12149','Monselice','MONSELICE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18104,'6185','Mons-en-baroeul','MONS-EN-BAROEUL',NULL,'','France','',0,0,76,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18105,'12150','Monsummano','MONSUMMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18106,'14266','Mont Choisy','MONT CHOISY',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:23:25','1900-01-01 00:00:00',1,0,1),(18107,'37825','Monta','MONTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18108,'644','Montabaur','MONTABAUR',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18109,'8582','Montacute','MONTACUTE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18110,'11305','Montafia','MONTAFIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18111,'39383','Montagano','MONTAGANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18112,'38605','Montagnac','MONTAGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18113,'37343','Montagnac-montpezat','MONTAGNAC-MONTPEZAT',NULL,'','France','',0,0,76,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18114,'12151','Montagnana','MONTAGNANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18115,'6670','Montagnole','MONTAGNOLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18116,'4405','Montagny-lès-beaune','MONTAGNY-LÈS-BEAUNE',NULL,'','France','',0,0,76,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18117,'32386','Montagu','MONTAGU',NULL,'','South Africa','',0,0,195,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18118,'26850','Montagu Bay','MONTAGU BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18119,'22174','Montague','MONTAGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18120,'25821','Montague','MONTAGUE',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18121,'6114','Montaigu-de-quercy','MONTAIGU-DE-QUERCY',NULL,'','France','',0,0,76,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18122,'6671','Montailleur','MONTAILLEUR',NULL,'','France','',0,0,76,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18123,'12152','Montaione','MONTAIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18124,'11306','Montalbano','MONTALBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18125,'12154','Montalcino','MONTALCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18126,'13038','Montaldo Torinese','MONTALDO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18127,'37487','Montale','MONTALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18128,'16075','Montalegre','MONTALEGRE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18129,'28003','Montana City','MONTANA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18130,'3766','Montanejos','MONTANEJOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18131,'41692','Montano Lucino','MONTANO LUCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18132,'18689','Montara','MONTARA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18133,'37811','Montargil','MONTARGIL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18134,'5659','Montargis','MONTARGIS',NULL,'','France','',0,0,76,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18135,'12155','Montasola','MONTASOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18136,'28961','Montauk','MONTAUK',NULL,'','United States','',0,0,231,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18137,'40559','Montauro','MONTAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18138,'6489','Montauroux','MONTAUROUX',NULL,'','France','',0,0,76,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18139,'5475','Montbard','MONTBARD',NULL,'','France','',0,0,76,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18140,'5660','Montbazon','MONTBAZON',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18141,'5781','Montbeliard','MONTBELIARD',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18142,'38586','Montblanc','MONTBLANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18143,'4406','Montbonnot Saint Martin','MONTBONNOT SAINT MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18144,'6672','Montboucher-sur-jabron','MONTBOUCHER-SUR-JABRON',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18145,'2705','Montbrio Del Camp','MONTBRIO DEL CAMP',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18146,'6673','Montbrison','MONTBRISON',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18147,'6353','Montbron','MONTBRON',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18148,'38560','Montbrun-les-bains','MONTBRUN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18149,'41496','Montcada Reixac','MONTCADA REIXAC',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18150,'38449','Montcaret','MONTCARET',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18151,'6186','Montcavrel','MONTCAVREL',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18152,'5476','Montceau-les-mines','MONTCEAU-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18153,'5477','Montchanin','MONTCHANIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18154,'19231','Montchanin','MONTCHANIN',NULL,'','United States','',0,0,231,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18155,'4407','Montchavin','MONTCHAVIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:36','1900-01-01 00:00:00',1,0,1),(18157,'18690','Montclair','MONTCLAIR',NULL,'','United States','',0,0,231,'2016-10-17 11:23:36','1900-01-01 00:00:00',1,0,1),(18158,'6490','Montclar','MONTCLAR',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18159,'5940','Montclus','MONTCLUS',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18160,'41382','Mont-de-marsan','MONT-DE-MARSAN',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18161,'4408','Mont-dore','MONT-DORE',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18162,'41154','Monte Cara','MONTE CARA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18163,'13716','Monte Carlo','MONTE CARLO',NULL,'','Monaco','',0,0,145,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18164,'25104','Monte Dourado','MONTE DOURADO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18165,'16578','Monte Giardino','MONTE GIARDINO',NULL,'','San Marino','',0,0,184,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18166,'43812','Monte Patria','MONTE PATRIA',NULL,'','Chile','',0,0,45,'2016-10-17 11:23:39','1900-01-01 00:00:00',1,0,1),(18167,'33212','Monteagle','MONTEAGLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:40','1900-01-01 00:00:00',1,0,1),(18168,'3415','Monteagudo De Las Salinas','MONTEAGUDO DE LAS SALINAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18169,'18692','Montebello','MONTEBELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18170,'22799','Montebello','MONTEBELLO',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18171,'39220','Montebello Vicentino','MONTEBELLO VICENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18172,'11310','Montebonello','MONTEBONELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18173,'12162','Montecalvo In Foglia','MONTECALVO IN FOGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18174,'40551','Montecarlo','MONTECARLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18175,'12163','Montecassiano','MONTECASSIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18176,'1548','Montecatimi Terme','MONTECATIMI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18177,'1476','Montecatini','MONTECATINI',NULL,'','ITALY','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18178,'42331','Montecatini-fucecchio','MONTECATINI-FUCECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:43','1900-01-01 00:00:00',1,0,1),(18179,'18693','Montecito','MONTECITO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:43','1900-01-01 00:00:00',1,0,1),(18180,'11313','Montecopiolo','MONTECOPIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18181,'3271','Montecorto','MONTECORTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18182,'39398','Montecorvino Rovella','MONTECORVINO ROVELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18183,'12165','Montefalco','MONTEFALCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18184,'12166','Montefano','MONTEFANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18185,'3272','Montefrio','MONTEFRIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18186,'12167','Montegabbione','MONTEGABBIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18187,'35580','Monteggiori','MONTEGGIORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18188,'13091','Montego Bay','MONTEGO BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18189,'11314','Montegridolfo','MONTEGRIDOLFO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18190,'12168','Montegrotto Terme','MONTEGROTTO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18191,'5941','Monteils','MONTEILS',NULL,'','France','',0,0,76,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18192,'39069','Montejaque','MONTEJAQUE',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18193,'12169','Montelanico','MONTELANICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18194,'12170','Monteleone D\'orvieto','MONTELEONE D\'ORVIETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18195,'4907','Montelimar','MONTELIMAR',NULL,'','France','',0,0,76,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18196,'14439','Montelimar','MONTELIMAR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18197,'40522','Montellano','MONTELLANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18198,'32836','Montello','MONTELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18199,'12171','Montelupo Albese','MONTELUPO ALBESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18200,'39504','Montelupone','MONTELUPONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18201,'12173','Montemaggiore Al Metauro','MONTEMAGGIORE AL METAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18202,'39360','Montemarciano','MONTEMARCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18203,'12174','Montemerano','MONTEMERANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18204,'39637','Montemignaio','MONTEMIGNAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18205,'37752','Montemitro','MONTEMITRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18206,'40443','Montemor-o-novo','MONTEMOR-O-NOVO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18207,'12175','Montemurlo','MONTEMURLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18208,'1379','Montenegro','MONTENEGRO',NULL,'','MONTENEGRO','',0,0,466,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18209,'32364','Montenegro Coast','MONTENEGRO COAST',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18210,'42327','Montenero','MONTENERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18211,'11315','Montepaone Lido','MONTEPAONE LIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18212,'37809','Monteprandone','MONTEPRANDONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18213,'12176','Montepulciano','MONTEPULCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18214,'12746','Montereale Valcellina','MONTEREALE VALCELLINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18215,'12177','Monterenzio','MONTERENZIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18216,'18694','Monterey','MONTEREY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:50','1900-01-01 00:00:00',1,0,1),(18217,'24079','Monteria','MONTERIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18218,'12178','Monteriggioni','MONTERIGGIONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18219,'12179','Monteroni D\'arbia','MONTERONI D\'ARBIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18220,'43108','Monterosso - Sicily','MONTEROSSO - SICILY',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18221,'12182','Monterotondo','MONTEROTONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18222,'13908','Monterrey','MONTERREY',NULL,'','Mexico','',0,0,141,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18223,'25090','Montes Claros','MONTES CLAROS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18224,'15936','Montes De Alvor','MONTES DE ALVOR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18225,'41595','Montes De Malaga','MONTES DE MALAGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18226,'39654','Montesano Salentino','MONTESANO SALENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18227,'11316','Montescudaio','MONTESCUDAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18228,'12183','Montesilvano','MONTESILVANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18229,'12184','Montespertoli','MONTESPERTOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18230,'4755','Montesson','MONTESSON',NULL,'','France','',0,0,76,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18231,'40023','Monteux','MONTEUX',NULL,'','France','',0,0,76,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18232,'17921','Montevallo','MONTEVALLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18233,'12185','Montevarchi','MONTEVARCHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18234,'39741','Monteveglio','MONTEVEGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18235,'24231','Monteverde','MONTEVERDE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18236,'11317','Monteverde Nuovo','MONTEVERDE NUOVO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18237,'17535','Montevideo','MONTEVIDEO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18238,'27451','Montevideo','MONTEVIDEO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18239,'5865','Montevrain','MONTEVRAIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18240,'37692','Montezillon','MONTEZILLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18241,'20945','Montezuma','MONTEZUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18242,'912','Montezuma','MONTEZUMA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18243,'6491','Montfavet','MONTFAVET',NULL,'','France','',0,0,76,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18244,'3570','Montferrer','MONTFERRER',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18245,'3571','Montferri','MONTFERRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18246,'5942','Montferrier-sur-lez','MONTFERRIER-SUR-LEZ',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18247,'37788','Montfoort','MONTFOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18248,'4409','Montfort Le Gesnois','MONTFORT LE GESNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18249,'5573','Montfort-sur-meu','MONTFORT-SUR-MEU',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18250,'6492','Montgenevre','MONTGENEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18251,'4756','Montgeron','MONTGERON',NULL,'','France','',0,0,76,'2016-10-17 11:23:58','1900-01-01 00:00:00',1,0,1),(18252,'20946','Montgomery','MONTGOMERY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:58','1900-01-01 00:00:00',1,0,1),(18253,'8583','Montgomery','MONTGOMERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:00','1900-01-01 00:00:00',1,0,1),(18254,'25338','Montgomery - University Of Calgary','MONTGOMERY - UNIVERSITY OF CALGARY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:00','1900-01-01 00:00:00',1,0,1),(18255,'30068','Montgomeryville','MONTGOMERYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18256,'39449','Monthey','MONTHEY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18257,'4834','Monthieux','MONTHIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18258,'11318','Monticelli Terme','MONTICELLI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18259,'4757','Monticello','MONTICELLO',NULL,'','France','',0,0,76,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18260,'19498','Monticello','MONTICELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:24:02','1900-01-01 00:00:00',1,0,1),(18261,'12186','Montichiari','MONTICHIARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18262,'12187','Monticiano','MONTICIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18263,'12188','Montieri','MONTIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18264,'4904','Montignac','MONTIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18265,'12189','Montignoso','MONTIGNOSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18266,'5329','Montigny','MONTIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18267,'5478','Montigny-en-morvan','MONTIGNY-EN-MORVAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18268,'40299','Montigny-la-resle','MONTIGNY-LA-RESLE',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18269,'4758','Montigny-le-bretonneux','MONTIGNY-LE-BRETONNEUX',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18270,'38344','Montigny-le-roi','MONTIGNY-LE-ROI',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18271,'3273','Montilla','MONTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18272,'11319','Montirone','MONTIRONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18273,'35583','Montisi','MONTISI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18274,'5823','Montivilliers','MONTIVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18275,'22801','Mont-laurier','MONT-LAURIER',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18276,'4759','Montlhery','MONTLHERY',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18277,'44077','Montlivault','MONTLIVAULT',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18278,'5943','Mont-louis','MONT-LOUIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18279,'5661','Montlouis-sur-loire','MONTLOUIS-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18280,'5330','Montlucon','MONTLUCON',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18281,'6674','Montluel','MONTLUEL',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18282,'22802','Montmagny','MONTMAGNY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18283,'4410','Montmartre','MONTMARTRE',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18284,'40710','Montmelard','MONTMELARD',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18285,'6675','Montmelian','MONTMELIAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18286,'3572','Montmelo','MONTMELO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18287,'26524','Montmorency','MONTMORENCY',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18288,'6354','Montmorillon','MONTMORILLON',NULL,'','France','',0,0,76,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18289,'38768','Montone','MONTONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18290,'11320','Montopoli Val D Arno','MONTOPOLI VAL D ARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18291,'30807','Montopolis','MONTOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18292,'3465','Montorio','MONTORIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18293,'3573','Montornes Del Valles','MONTORNES DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18294,'38106','Montoro','MONTORO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18295,'37351','Montory','MONTORY',NULL,'','France','',0,0,76,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18296,'28965','Montour Falls','MONTOUR FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18297,'30069','Montoursville','MONTOURSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18298,'4411','Montparnasse','MONTPARNASSE',NULL,'','France','',0,0,76,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18299,'20378','Montpelier','MONTPELIER',NULL,'','United States','',0,0,231,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18300,'5944','Montpellier','MONTPELLIER',NULL,'','France','',0,0,76,'2016-10-17 11:24:16','1900-01-01 00:00:00',1,0,1),(18301,'22803','Montreal','MONTREAL',NULL,'','Canada','Montreal',0,0,39,'2016-10-17 11:24:16','1900-01-01 00:00:00',1,0,1),(18302,'35982','Montreal-dorval','MONTREAL-DORVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18303,'22805','Montreal-est','MONTREAL-EST',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18304,'22806','Montreal-nord','MONTREAL-NORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18305,'6255','Montrelais','MONTRELAIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18306,'6256','Montreuil-bellay','MONTREUIL-BELLAY',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18307,'6187','Montreuil-sur-mer','MONTREUIL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18308,'23290','Montreux','MONTREUX',NULL,'','Switzerland','Montreux',0,0,210,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18309,'5662','Montrichard','MONTRICHARD',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18310,'6676','Montriond','MONTRIOND',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18311,'2707','Mont-roig Del Camp','MONT-ROIG DEL CAMP',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18312,'6677','Montrond-les-bains','MONTROND-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18313,'8584','Montrose','MONTROSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18314,'33495','Montrose','MONTROSE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18315,'31177','Montross','MONTROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18316,'4760','Montrouge','MONTROUGE',NULL,'','France','',0,0,76,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18317,'22807','Mont-royal','MONT-ROYAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18318,'6115','Montrozier','MONTROZIER',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18319,'5824','Mont-saint-aignan','MONT-SAINT-AIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18320,'5479','Mont-saint-jean','MONT-SAINT-JEAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18321,'5741','Mont-saint-martin','MONT-SAINT-MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18322,'3574','Montseny','MONTSENY',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18323,'5945','Montseret','MONTSERET',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18324,'14227','Montserrat','MONTSERRAT',NULL,'','Montserrat','',0,0,147,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18325,'37340','Montsoreau','MONTSOREAU',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18326,'4761','Montsoult','MONTSOULT',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18327,'22808','Mont-tremblant','MONT-TREMBLANT',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18328,'2911','Montuiri','MONTUIRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18329,'28344','Montvale','MONTVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18330,'6821','Montvalezan','MONTVALEZAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18331,'38230','Montville','MONTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18332,'33497','Monument','MONUMENT',NULL,'','United States','',0,0,231,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18333,'42064','Monywa','MONYWA',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:24:25','1900-01-01 00:00:00',1,0,1),(18334,'12190','Monza','MONZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18335,'12191','Monzambano','MONZAMBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18336,'3334','Monzon','MONZON',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18337,'12192','Monzuno','MONZUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18338,'19111','Moodus','MOODUS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18339,'21896','Moody','MOODY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18340,'44259','Moofushi Island','MOOFUSHI ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18341,'26273','Moomba','MOOMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18342,'26525','Moonee Ponds','MOONEE PONDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18343,'26274','Moonlight Head','MOONLIGHT HEAD',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18344,'40079','Moonrooka','MOONROOKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18345,'26918','Moorabbin','MOORABBIN',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18346,'16126','Moorea','MOOREA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18347,'36532','Moorea-cooks Bay','MOOREA-COOKS BAY',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18348,'36533','Moorea-hauru Point','MOOREA-HAURU POINT',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18349,'36535','Moorea-maharepa','MOOREA-MAHAREPA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18350,'36534','Moorea-temae','MOOREA-TEMAE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18351,'32014','Moorefield','MOOREFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18352,'33940','Mooresville','MOORESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18353,'27454','Moorhead','MOORHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18354,'26526','Moorooduc','MOOROODUC',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18355,'264','Moosach','MOOSACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18356,'42236','Moosburg','MOOSBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18357,'39994','Moosburg','MOOSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18358,'32118','Moose','MOOSE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18359,'22954','Moose Jaw','MOOSE JAW',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18360,'22955','Moosejaw','MOOSEJAW',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:32','1900-01-01 00:00:00',1,0,1),(18361,'30071','Moosic','MOOSIC',NULL,'','United States','',0,0,231,'2016-10-17 11:24:32','1900-01-01 00:00:00',1,0,1),(18362,'5047','Mooslargue','MOOSLARGUE',NULL,'','France','',0,0,76,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18363,'34566','Moosonee','MOOSONEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18364,'19112','Moosup','MOOSUP',NULL,'','United States','',0,0,231,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18365,'42196','Moquehue','MOQUEHUE',NULL,'','Argentina','',0,0,10,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18366,'16836','Mora','MORA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18367,'3335','Mora De Rubielos','MORA DE RUBIELOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18368,'10684','Moradabad','MORADABAD',NULL,'','India','',0,0,101,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18369,'38407','Morafenobe','MORAFENOBE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18370,'18697','Moraga','MORAGA',NULL,'','United States','',0,0,231,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18371,'13619','Moragalla','MORAGALLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18372,'29441','Moraine','MORAINE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18373,'41428','Moraira','MORAIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18374,'9778','Moraitika','MORAITIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18375,'38609','Moralzarzal','MORALZARZAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18376,'31178','Moran','MORAN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18377,'39352','Morana','MORANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18378,'26275','Moranbah','MORANBAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18379,'6678','Morance','MORANCE',NULL,'','France','',0,0,76,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18380,'4762','Morangis','MORANGIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18381,'40201','Morannes','MORANNES',NULL,'','France','',0,0,76,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18382,'12193','Morano Calabro','MORANO CALABRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18383,'3002','Moratalaz','MORATALAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18384,'3038','Moratalla','MORATALLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18385,'13606','Moratuwa','MORATUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18386,'24292','Moravian Silesian','MORAVIAN SILESIAN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18387,'38600','Moravske Toplice','MORAVSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18388,'26604','Morawa','MORAWA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18389,'44048','Morawica','MORAWICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18390,'7211','Moray','MORAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18391,'9969','Morazan','MORAZAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18392,'43590','Morbisch Am See','MORBISCH AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18393,'38849','Morciano Di Leuca','MORCIANO DI LEUCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18394,'23291','Morcote','MORCOTE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18395,'12194','Mordano','MORDANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18396,'25612','Morden','MORDEN',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18397,'8585','Morden','MORDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18398,'36810','Mordogan','MORDOGAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18399,'14810','More Og Romsdal','MORE OG ROMSDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18400,'8586','Morecambe','MORECAMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18401,'34249','Moree','MOREE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18402,'44166','Moree','MOREE',NULL,'','Ghana','',0,0,84,'2016-10-17 11:24:41','1900-01-01 00:00:00',1,0,1),(18403,'33694','Morehead','MOREHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:41','1900-01-01 00:00:00',1,0,1),(18404,'23292','Morel','MOREL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18405,'14043','Morelia','MORELIA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18406,'25822','Morell','MORELL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18407,'3767','Morella','MORELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18408,'18698','Moreno Valley','MORENO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18409,'4413','Moret Sur Loing','MORET SUR LOING',NULL,'','France','',0,0,76,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18410,'42231','Moreton Island','MORETON ISLAND',NULL,'','Australia','Moreton Island',0,0,13,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18411,'7212','Moreton-in-marsh','MORETON-IN-MARSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18412,'31356','Moretown','MORETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18413,'40680','Morey-saint-denis','MOREY-SAINT-DENIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18414,'41016','Morfelden-walldorf','MORFELDEN-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18415,'31357','Morgan','MORGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:45','1900-01-01 00:00:00',1,0,1),(18416,'24886','Morgan\'s Bluff','MORGAN\'S BLUFF',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18417,'33943','Morganton','MORGANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18418,'30072','Morgantown','MORGANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18419,'5574','Morgat','MORGAT',NULL,'','France','',0,0,76,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18420,'15006','Morgedal','MORGEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18421,'37593','Morgenrothe-rautenkranz','MORGENROTHE-RAUTENKRANZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18422,'23060','Morges','MORGES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18423,'6051','Morhange','MORHANGE',NULL,'','France','',0,0,76,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18424,'28549','Moriarty','MORIARTY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18425,'6493','Morieres-les-avignon','MORIERES-LES-AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18426,'40533','Morigerati','MORIGERATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18427,'13301','Moriguchi','MORIGUCHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18428,'12195','Morimondo','MORIMONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18429,'13394','Morioka','MORIOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18430,'23293','Morissen','MORISSEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18431,'1893','Moritzburg','MORITZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18432,'42888','Moriyama','MORIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18433,'4913','Morlaix','MORLAIX',NULL,'','France','',0,0,76,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18434,'25339','Morley','MORLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18435,'7213','Morley','MORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18436,'38779','Morley','MORLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18437,'23061','Morlon','MORLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18438,'18169','Mormon Lake','MORMON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18439,'6494','Mornas','MORNAS',NULL,'','France','',0,0,76,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18440,'38837','Mornico Losana','MORNICO LOSANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18441,'8588','Morningside','MORNINGSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18442,'32526','Morningside','MORNINGSIDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18443,'40764','Morningside','MORNINGSIDE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18444,'26919','Mornington','MORNINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18445,'32482','Moroka','MOROKA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18446,'37708','Morombe','MOROMBE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18447,'26078','Moron','MORON',NULL,'','Argentina','',0,0,10,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18448,'39640','Morondava','MORONDAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18449,'18700','Morongo Valley','MORONGO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18450,'24140','Moroni','MORONI',NULL,'','Comoros','',0,0,50,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18451,'10185','Morotai Island','MOROTAI ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18452,'34250','Morpeth','MORPETH',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18453,'8589','Morpeth','MORPETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18454,'28146','Morrill','MORRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18455,'18057','Morrilton','MORRILTON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18456,'20662','Morris','MORRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18457,'25613','Morris','MORRIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18458,'34567','Morrisburg','MORRISBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:56','1900-01-01 00:00:00',1,0,1),(18459,'33498','Morrison','MORRISON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:56','1900-01-01 00:00:00',1,0,1),(18460,'28347','Morristown','MORRISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:57','1900-01-01 00:00:00',1,0,1),(18461,'33944','Morrisville','MORRISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:58','1900-01-01 00:00:00',1,0,1),(18462,'18701','Morro Bay','MORRO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18463,'24990','Morro De Sao Paulo','MORRO DE SAO PAULO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18464,'3112','Morro Del Jable','MORRO DEL JABLE',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18465,'37823','Morrovalle','MORROVALLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18466,'19881','Morrow','MORROW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18467,'6776','Morsbronn-les-bains','MORSBRONN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18468,'23294','Morschach','MORSCHACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18469,'5986','Morschwiller-le-bas','MORSCHWILLER-LE-BAS',NULL,'','France','',0,0,76,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18470,'39374','Mortagne-au-perche','MORTAGNE-AU-PERCHE',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18471,'6257','Mortagne-sur-sevre','MORTAGNE-SUR-SEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18472,'42771','Mortagua','MORTAGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18473,'39937','Mortain','MORTAIN',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18474,'11321','Mortelle','MORTELLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18475,'27458','Morton','MORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18476,'33697','Mortons Gap','MORTONS GAP',NULL,'','United States','',0,0,231,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18477,'25074','Morumbi','MORUMBI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18478,'34251','Moruya','MORUYA',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18479,'26920','Morwell','MORWELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18480,'37836','Mory','MORY',NULL,'','Poland','',0,0,174,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18481,'5086','Morzine','MORZINE',NULL,'','France','',0,0,76,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18482,'40278','Mosbach','MOSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18483,'33499','Mosca','MOSCA',NULL,'','United States','',0,0,231,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18484,'2912','Moscari','MOSCARI',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18485,'10025','Moscenicka Draga','MOSCENICKA DRAGA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18486,'12196','Mosciano','MOSCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18487,'20379','Moscow','MOSCOW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18488,'16271','Moscow','MOSCOW',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18489,'36644','Moscow-domodedovo','MOSCOW-DOMODEDOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18490,'36646','Moscow-nakhabino','MOSCOW-NAKHABINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18491,'36648','Moscow-sheremetyevo','MOSCOW-SHEREMETYEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18492,'81','Moselle - Nahe','MOSELLE - NAHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18493,'17704','Moser Bay','MOSER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:06','1900-01-01 00:00:00',1,0,1),(18494,'31557','Moses Lake','MOSES LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:06','1900-01-01 00:00:00',1,0,1),(18495,'11001','Mosfellsbaer','MOSFELLSBAER',NULL,'','Iceland','Mosfellsbaer',0,0,100,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18496,'1660','Moshav Neve Ativ','MOSHAV NEVE ATIV',NULL,'','Israel','',0,0,106,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18497,'37910','Moshi','MOSHI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18498,'31829','Mosinee','MOSINEE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18499,'14922','Mosjoen','MOSJOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18500,'9699','Moskhaton','MOSKHATON',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18501,'5411','Mosles','MOSLES',NULL,'','France','',0,0,76,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18502,'34252','Mosman','MOSMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18503,'5663','Mosnes','MOSNES',NULL,'','France','',0,0,76,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18504,'37098','Moso Island','MOSO ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18505,'10078','Mosonmagyarovar','MOSONMAGYAROVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18506,'14962','Moss','MOSS',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18507,'18702','Moss Beach','MOSS BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:25:09','1900-01-01 00:00:00',1,0,1),(18508,'34253','Moss Vale','MOSS VALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18509,'32387','Mossel Bay','MOSSEL BAY',NULL,'','South Africa','Mossel Bay',0,0,195,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18510,'24054','Mossendjo','MOSSENDJO',NULL,'','Congo','',0,0,51,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18511,'26729','Mossman','MOSSMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18512,'40338','Mossoro','MOSSORO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18513,'37624','Most','MOST',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18514,'38930','Most Na Soci','MOST NA SOCI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18515,'24892','Mostar','MOSTAR',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18516,'14811','Mosteroy','MOSTEROY',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18517,'3003','Mostoles','MOSTOLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18518,'38736','Mostov','MOSTOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18519,'3416','Mota Del Cuervo','MOTA DEL CUERVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18520,'32320','Mota Lava','MOTA LAVA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18521,'16770','Motala','MOTALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18522,'8590','Motherwell','MOTHERWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18523,'3417','Motilla Del Palancar','MOTILLA DEL PALANCAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18524,'27459','Motley','MOTLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18525,'39107','Motobu','MOTOBU',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18526,'40301','Motovun','MOTOVUN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18527,'3274','Motril','MOTRIL',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18528,'37250','Motshane','MOTSHANE',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18529,'11322','Motta Camastra','MOTTA CAMASTRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18530,'39415','Motten','MOTTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18531,'12197','Mottola','MOTTOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18532,'40925','Mottram St Andrew','MOTTRAM ST ANDREW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18533,'15134','Motueka','MOTUEKA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18534,'4415','Mouans Sartoux','MOUANS SARTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18535,'42353','Mouans-sartoux','MOUANS-SARTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18536,'5331','Moudeyres','MOUDEYRES',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18537,'6495','Mougins','MOUGINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18538,'6847','Mouila','MOUILA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18539,'32483','Mouille Point','MOUILLE POINT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18540,'6258','Mouilleron-le-captif','MOUILLERON-LE-CAPTIF',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18541,'6259','Moulay','MOULAY',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18542,'36387','Moulay Idriss','MOULAY IDRISS',NULL,'','Morocco','',0,0,148,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18543,'5227','Mouleydier','MOULEYDIER',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18544,'5332','Moulins','MOULINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18545,'17925','Moulton','MOULTON',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18546,'32739','Moultonborough','MOULTONBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18547,'19882','Moultrie','MOULTRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18548,'27719','Mound City','MOUND CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:17','1900-01-01 00:00:00',1,0,1),(18549,'21104','Moundridge','MOUNDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:17','1900-01-01 00:00:00',1,0,1),(18550,'27460','Mounds View','MOUNDS VIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:18','1900-01-01 00:00:00',1,0,1),(18551,'10435','Mount Abu','MOUNT ABU',NULL,'','India','Mount Abu',2,0,101,'2016-10-17 11:25:18','1900-01-01 00:00:00',1,0,1),(18552,'15135','Mount Albert','MOUNT ALBERT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:25:19','1900-01-01 00:00:00',1,0,1),(18553,'36371','Mount Athos-amoulian','MOUNT ATHOS-AMOULIAN',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:20','1900-01-01 00:00:00',1,0,1),(18554,'11324','Mount Etna','MOUNT ETNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:23','1900-01-01 00:00:00',1,0,1),(18555,'15577','Mount Hagen','MOUNT HAGEN',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:25:24','1900-01-01 00:00:00',1,0,1),(18556,'34568','Mount Hope','MOUNT HOPE',NULL,'','Canada','',0,0,39,'2016-10-17 11:25:25','1900-01-01 00:00:00',1,0,1),(18557,'41451','Mount Kenya National Park','MOUNT KENYA NATIONAL PARK',NULL,'','Kenya','',0,0,113,'2016-10-17 11:25:27','1900-01-01 00:00:00',1,0,1),(18558,'13620','Mount Lavinia','MOUNT LAVINIA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:25:27','1900-01-01 00:00:00',1,0,1),(18559,'37902','Mount Naeba Area','MOUNT NAEBA AREA',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:28','1900-01-01 00:00:00',1,0,1),(18560,'24857','Mount Thompson','MOUNT THOMPSON',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:25:35','1900-01-01 00:00:00',1,0,1),(18561,'24910','Mountain Pine Ridge','MOUNTAIN PINE RIDGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:25:42','1900-01-01 00:00:00',1,0,1),(18562,'28550','Mountainair','MOUNTAINAIR',NULL,'','United States','',0,0,231,'2016-10-17 11:25:44','1900-01-01 00:00:00',1,0,1),(18563,'30078','Mountainhome','MOUNTAINHOME',NULL,'','United States','',0,0,231,'2016-10-17 11:25:44','1900-01-01 00:00:00',1,0,1),(18564,'28352','Mountainside','MOUNTAINSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18565,'31562','Mountlake Terrace','MOUNTLAKE TERRACE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18566,'10791','Mountshannon','MOUNTSHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18567,'30079','Mountville','MOUNTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18568,'44178','Mouresi','MOURESI',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18569,'6496','Mouries','MOURIES',NULL,'','France','',0,0,76,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18570,'5866','Mouroux','MOUROUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18571,'9700','Mousata','MOUSATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18572,'24666','Mouscron','MOUSCRON',NULL,'','Belgium','',0,0,21,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18573,'8591','Mousehole','MOUSEHOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18574,'5575','Mousteru','MOUSTERU',NULL,'','France','',0,0,76,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18575,'6497','Moustiers-sainte-marie','MOUSTIERS-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18576,'10823','Moville','MOVILLE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18577,'37660','Moville','MOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18578,'40926','Moville, Co.donegal','MOVILLE, CO.DONEGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18579,'14136','Moyahua','MOYAHUA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18580,'39290','Moyard','MOYARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18581,'10186','Moyo Island','MOYO ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18582,'869','Moyobamba','MOYOBAMBA',NULL,'','Peru','',0,0,172,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18583,'37895','Moyvalley','MOYVALLEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18584,'40529','Mozaga','MOZAGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18585,'1479','Mozambique','MOZAMBIQUE',NULL,'','MOZAMBIQUE','',0,0,149,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18586,'3466','Mozarbez','MOZARBEZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18587,'42541','Mozirje','MOZIRJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18588,'11326','Mozzo','MOZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18589,'1740','Mpacha','MPACHA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18590,'1478','Mpumalanga-kruger Area','MPUMALANGA-KRUGER AREA',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18591,'15663','Mragowo','MRAGOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18592,'42063','Mrauk U','MRAUK U',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18593,'40279','Msambweni','MSAMBWENI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18594,'17219','Mt. Erciyes','MT. ERCIYES',NULL,'','Turkey','',0,0,222,'2016-10-17 11:25:50','1900-01-01 00:00:00',1,0,1),(18595,'26851','Mt. Field National Park','MT. FIELD NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:50','1900-01-01 00:00:00',1,0,1),(18596,'39912','Mtolle','MTOLLE',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18597,'37738','Mtubatuba','MTUBATUBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18598,'32527','Mtunzini','MTUNZINI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18599,'17464','Mtwara','MTWARA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18600,'42297','Muak Lek','MUAK LEK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18601,'13548','Muang Khong','MUANG KHONG',NULL,'','Laos','',0,0,118,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18602,'541','Much','MUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18603,'38114','Much Hadham','MUCH HADHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18604,'43247','Muchamiel','MUCHAMIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18605,'23787','Mudanjiang','MUDANJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18606,'20671','Muddy','MUDDY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18607,'7215','Mudeford','MUDEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18608,'34255','Mudgee','MUDGEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18609,'26732','Mudjimba','MUDJIMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18610,'29449','Mudsock','MUDSOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18612,'40468','Muehlen','MUEHLEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18613,'37414','Muellheim','MUELLHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18614,'44146','Muelsen','MUELSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18615,'39117','Muenchberg','MUENCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18616,'37484','Muenchwilen','MUENCHWILEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18617,'82','Muensing','MUENSING',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18618,'83','Muensterland','MUENSTERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18619,'863','Muerren','MUERREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18620,'39932','Mugena','MUGENA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18621,'2005','Muggelheim','MUGGELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18622,'39521','Muggia','MUGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18623,'17342','Mugla','MUGLA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18624,'40102','Mugnano Di Napoli','MUGNANO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18625,'43856','Muhamma','MUHAMMA',NULL,'','India','Muhamma',3,0,101,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18626,'37410','Muhlbach Am Hochkonig','MUHLBACH AM HOCHKONIG',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18627,'84','Muhldorf Am Inn','MUHLDORF AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18628,'22596','Muhlhausen','MUHLHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18629,'265','Muhltal','MUHLTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18630,'27010','Muhlviertel','MUHLVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18631,'3822','Muhu Island','MUHU ISLAND',NULL,'','Estonia','',0,0,69,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18632,'32262','Mui Ne','MUI NE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18633,'9906','Mui Wo','MUI WO',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18634,'5665','Muides-sur-loire','MUIDES-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18635,'7216','Muirhouse','MUIRHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18636,'32484','Muizenberg','MUIZENBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18637,'14384','Mukah','MUKAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18638,'32352','Mukalla','MUKALLA',NULL,'','Yemen','',0,0,240,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18639,'42592','Mukandgarh','MUKANDGARH',NULL,'','India','',0,0,101,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18641,'43073','Mukdahan','MUKDAHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18642,'32353','Mukeiras','MUKEIRAS',NULL,'','Yemen','',0,0,240,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18643,'31563','Mukilteo','MUKILTEO',NULL,'','United States','',0,0,231,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18644,'43857','Mukki','MUKKI',NULL,'','India','',0,0,101,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18645,'13302','Muko','MUKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18646,'44002','Mukono','MUKONO',NULL,'','Uganda','',0,0,226,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18648,'40870','Mukundgarh','MUKUNDGARH',NULL,'','India','',0,0,101,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18649,'31831','Mukwonago','MUKWONAGO',NULL,'','United States','',0,0,231,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18650,'13754','Mulaku Atoll','MULAKU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18651,'43858','Mulavukadu','MULAVUKADU',NULL,'','India','',0,0,101,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18652,'12198','Mulazzo','MULAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18653,'19501','Mulberry','MULBERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18654,'32583','Muldersdrif','MULDERSDRIF',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18655,'42833','Muldersdrift','MULDERSDRIFT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18656,'33700','Muldraugh','MULDRAUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18657,'32931','Muldrow','MULDROW',NULL,'','United States','',0,0,231,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18658,'37533','Mulege','MULEGE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18659,'30815','Muleshoe','MULESHOE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18660,'38130','Mulfingen','MULFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18661,'542','Mulheim','MULHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18662,'2035','Mülheim An Der Ruhr','MÜLHEIM AN DER RUHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18663,'6777','Mulhouse','MULHOUSE',NULL,'','France','',0,0,76,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18664,'10247','Mulia','MULIA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18665,'26282','Mulka','MULKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18666,'1623','Mull','MULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18667,'26961','Mullaloo','MULLALOO',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18668,'32019','Mullens','MULLENS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18669,'13652','Mullerthal','MULLERTHAL',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18670,'10943','Mullingar','MULLINGAR',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18671,'8594','Mullion','MULLION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18672,'10751','Mulranny','MULRANNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18673,'38606','Mulsanne','MULSANNE',NULL,'','France','',0,0,76,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18674,'15312','Multan','MULTAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18675,'43615','Mulungu','MULUNGU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18676,'144306','Mumbai','MUMBAI',NULL,'','India','Mumbai',5,0,101,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18677,'8595','Mumbles','MUMBLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18678,'28972','Mumford','MUMFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18679,'35748','Munakata','MUNAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18680,'40399','Munchendorf','MUNCHENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18681,'20949','Muncie','MUNCIE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18682,'30080','Muncy','MUNCY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18683,'16553','Munda','MUNDA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18684,'3714','Mundaka','MUNDAKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18685,'20673','Mundelein','MUNDELEIN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18686,'8596','Mundesley','MUNDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18687,'40139','Mundford','MUNDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18688,'37703','Mundolsheim','MUNDOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18689,'10248','Munduk','MUNDUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18690,'33701','Munfordville','MUNFORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18691,'26283','Mungeranie','MUNGERANIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18692,'41365','Mungia','MUNGIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18693,'3715','Munguia','MUNGUIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18694,'266','Munich','MUNICH',NULL,'','Germany','Munich',0,0,83,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18695,'22179','Munising','MUNISING',NULL,'','United States','',0,0,231,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18696,'29450','Munks Corners','MUNKS CORNERS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18697,'10561','Munnar','MUNNAR',NULL,'','India','Munnar',3,0,101,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18698,'267','Munnerstadt','MUNNERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18699,'43730','Munster','MUNSTER',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18700,'20950','Munster','MUNSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18701,'6052','Munster','MUNSTER',NULL,'','France','',0,0,76,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18702,'86','Munstertal','MUNSTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18703,'41878','Muntelier','MUNTELIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18704,'43112','Muntinlupa','MUNTINLUPA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18705,'37832','Munxar','MUNXAR',NULL,'','Malta','',0,0,135,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18706,'3927','Muonio','MUONIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18707,'23295','Muotathal','MUOTATHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18708,'40871','Muradabad','MURADABAD',NULL,'','India','',0,0,101,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18709,'42667','Muralto','MURALTO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18710,'12901','Murano','MURANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18711,'40419','Murarrie','MURARRIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18712,'43766','Murau','MURAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18713,'12826','Muravera','MURAVERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18714,'6778','Murbach','MURBACH',NULL,'','France','',0,0,76,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18715,'15220','Murchison','MURCHISON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18716,'36140','Murcia-l.manga D.mar','MURCIA-L.MANGA D.MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18717,'36146','Murcia-la Azohia','MURCIA-LA AZOHIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18718,'36157','Murcia-los Alcazares','MURCIA-LOS ALCAZARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18719,'36191','Murcia-puerto De Maz','MURCIA-PUERTO DE MAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18720,'35082','Murcia-s.pedro Pinat','MURCIA-S.PEDRO PINAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18721,'39841','Mur-de-barrez','MUR-DE-BARREZ',NULL,'','France','',0,0,76,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18722,'33034','Murdo','MURDO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18723,'6116','Muret','MURET',NULL,'','France','',0,0,76,'2016-10-17 11:26:14','1900-01-01 00:00:00',1,0,1),(18724,'33219','Murfreesboro','MURFREESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:14','1900-01-01 00:00:00',1,0,1),(18725,'41457','Murgia','MURGIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18726,'42983','Murguia','MURGUIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18727,'23296','Muri','MURI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18728,'24071','Muri Beach','MURI BEACH',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18729,'15313','Muridke','MURIDKE',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18730,'3130','Muriedas','MURIEDAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18731,'16323','Murino','MURINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18732,'16406','Murmansk','MURMANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18733,'87','Murnau','MURNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18734,'37800','Muro','MURO',NULL,'','France','',0,0,76,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18735,'960','Muro Alto','MURO ALTO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18736,'5333','Murol','MUROL',NULL,'','France','',0,0,76,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18737,'13303','Muroran, Japan','MURORAN, JAPAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18738,'3096','Muros De Nalon','MUROS DE NALON',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18739,'33952','Murphy','MURPHY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18740,'18708','Murphys','MURPHYS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18741,'20674','Murphysboro','MURPHYSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18742,'33702','Murray','MURRAY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18743,'26811','Murray Bridge','MURRAY BRIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:19','1900-01-01 00:00:00',1,0,1),(18744,'7217','Murrayfield','MURRAYFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:19','1900-01-01 00:00:00',1,0,1),(18745,'26285','Murraylands','MURRAYLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18746,'15314','Murree Hills','MURREE HILLS',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18747,'30376','Murrells Inlet','MURRELLS INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18748,'23297','Murren','MURREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18749,'22597','Murrhardt','MURRHARDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18750,'18709','Murrieta','MURRIETA',NULL,'','United States','',0,0,231,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18751,'41511','Murroe','MURROE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18752,'30081','Murrysville','MURRYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18753,'37757','Murs','MURS',NULL,'','France','',0,0,76,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18754,'16643','Murska','MURSKA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18755,'23298','Murten','MURTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18756,'36577','Murtosa','MURTOSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18757,'1637','Murtosa-torreira','MURTOSA-TORREIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18758,'3716','Murueta','MURUETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18759,'34256','Murwillumbah','MURWILLUMBAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18760,'43987','Musannah','MUSANNAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18761,'13418','Musashino','MUSASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18762,'15275','Muscat','MUSCAT',NULL,'','Oman','Muscat',0,0,165,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18763,'20255','Muscatine','MUSCATINE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18764,'17927','Muscle Shoals','MUSCLE SHOALS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18765,'3768','Museros','MUSEROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18766,'15813','Musgueira','MUSGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:24','1900-01-01 00:00:00',1,0,1),(18767,'22180','Muskegon','MUSKEGON',NULL,'','United States','',0,0,231,'2016-10-17 11:26:24','1900-01-01 00:00:00',1,0,1),(18768,'32932','Muskogee','MUSKOGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:25','1900-01-01 00:00:00',1,0,1),(18769,'1675','Muskoka','MUSKOKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18770,'34569','Muskrat Dam','MUSKRAT DAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18771,'17465','Musoma','MUSOMA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18772,'44303','Mussanah','MUSSANAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18773,'9274','Musselburgh','MUSSELBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18774,'5228','Mussidan','MUSSIDAN',NULL,'','France','',0,0,76,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18775,'11328','Mussolente','MUSSOLENTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18776,'10562','Mussoorie','MUSSOORIE',NULL,'','India','Mussoorie',9,0,101,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18777,'40379','Mustafapasa','MUSTAFAPASA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18778,'30816','Mustang Island','MUSTANG ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18779,'32165','Mustique Island','MUSTIQUE ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18780,'34257','Muswellbrook','MUSWELLBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18781,'15658','Muszyna','MUSZYNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18782,'32666','Mutare','MUTARE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18783,'8597','Muthill','MUTHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18784,'10314','Muting','MUTING',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18785,'43134','Mutrah','MUTRAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18786,'26422','Muttaburra','MUTTABURRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18787,'23299','Muttenz','MUTTENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18788,'39900','Mutters','MUTTERS',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18789,'28973','Muttontown','MUTTONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18790,'10440','Muttukadu','MUTTUKADU',NULL,'','India','',0,0,101,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18791,'2874','Mutxamel','MUTXAMEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18792,'6779','Mutzig','MUTZIG',NULL,'','France','',0,0,76,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18793,'3825','Muuga','MUUGA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18794,'2710','Muxika','MUXIKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18795,'8598','Muxton','MUXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18796,'15315','Muzaffarabad','MUZAFFARABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18797,'10563','Muzaffarpur','MUZAFFARPUR',NULL,'','India','',16,0,101,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18798,'17466','Mwanza','MWANZA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18799,'42129','Myall Lake','MYALL LAKE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18800,'9546','Mycenae','MYCENAE',NULL,'','Greece','Mycenae',0,0,86,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18801,'18710','Myers Flat','MYERS FLAT',NULL,'','United States','',0,0,231,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18802,'30082','Myerstown','MYERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:31','1900-01-01 00:00:00',1,0,1),(18803,'37444','Mykolaiv (Black Sea Coast)','MYKOLAIV (BLACK SEA COAST)',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:26:31','1900-01-01 00:00:00',1,0,1),(18804,'1472','Mykonos','MYKONOS',NULL,'','GREECE','Mykonos',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18805,'36364','Mykonos-agio Ioannis','MYKONOS-AGIO IOANNIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18806,'35226','Mykonos-elia','MYKONOS-ELIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18807,'35240','Mykonos-mykonos Town','MYKONOS-MYKONOS TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18808,'35275','Mykonos-ornos','MYKONOS-ORNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18809,'35280','Mykonos-platis Yialo','MYKONOS-PLATIS YIALO',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18810,'35297','Mykonos-st Stefanos','MYKONOS-ST STEFANOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18811,'24758','Mymensingh','MYMENSINGH',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18812,'38503','Myoko','MYOKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18813,'9547','Myrina','MYRINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18814,'9548','Myron, Myk','MYRON, MYK',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18815,'38748','Myrtees','MYRTEES',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18816,'30377','Myrtle Beach','MYRTLE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:33','1900-01-01 00:00:00',1,0,1),(18817,'40027','Myrtletown','MYRTLETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18818,'43438','Myrtos Bay','MYRTOS BAY',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18819,'40500','Mys Kamennyy','MYS KAMENNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18820,'15646','Myslenice','MYSLENICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18821,'10659','Mysore','MYSORE',NULL,'','India','Mysore',17,0,101,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18822,'19113','Mystic','MYSTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18823,'42494','Mystras','MYSTRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18825,'8599','Mytholmroyd','MYTHOLMROYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18826,'43439','Mytilene','MYTILENE',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18827,'9819','Mytilini','MYTILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18828,'16397','Mytishchi','MYTISHCHI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18829,'10986','Myvatn','MYVATN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18830,'32411','Mzamba','MZAMBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18831,'43229','Mzarr','MZARR',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18832,'14280','Mzuzu','MZUZU',NULL,'','Malawi','',0,0,131,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18833,'6841','N Dende','N DENDE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18834,'24006','N Gaoundere','N GAOUNDERE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18835,'25842','N Zeto','N ZETO',NULL,'','Angola','',0,0,6,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18836,'14723','Naaldwijk','NAALDWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18837,'20082','Naalehu','NAALEHU',NULL,'','United States','',0,0,231,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18838,'43404','Naama Bay','NAAMA BAY',NULL,'','Egypt','',0,0,65,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18839,'4022','Naantali','NAANTALI',NULL,'','Finland','',0,0,75,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18840,'14648','Naarden','NAARDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18841,'10890','Naas','NAAS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18842,'16273','Naberevnye Chelny','NABEREVNYE CHELNY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18843,'36792','Nabeul','NABEUL',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18844,'10315','Nabire','NABIRE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18845,'32584','Naboomspruit','NABOOMSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18846,'43405','Nabq Bay','NABQ BAY',NULL,'','Egypt','',0,0,65,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18847,'17144','Nabul','NABUL',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18848,'42623','Nachikatsuura','NACHIKATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18849,'35752','Nachi-katsuura','NACHI-KATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18850,'17467','Nachingwea','NACHINGWEA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18851,'37460','Nachod','NACHOD',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18852,'16837','Nacka','NACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18853,'30817','Nacogdoches','NACOGDOCHES',NULL,'','United States','',0,0,231,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18854,'10442','Naddi','NADDI',NULL,'','India','',0,0,101,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18855,'4065','Nadi','NADI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18856,'36206','Nadi-nadi Bay','NADI-NADI BAY',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18857,'13683','Nador','NADOR',NULL,'','Morocco','',0,0,148,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18858,'40823','Nadukani','NADUKANI',NULL,'','India','',0,0,101,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18859,'16476','Nadym','NADYM',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18860,'2305','Naestved','NAESTVED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18861,'9827','Nafpaktos','NAFPAKTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18862,'9791','Nafplion','NAFPLION',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18863,'15504','Naga','NAGA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18864,'35749','Nagahama','NAGAHAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18865,'26924','Nagambie','NAGAMBIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18866,'13304','Nagano','NAGANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18867,'10564','Nagappattinam','NAGAPPATTINAM',NULL,'','India','',0,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18868,'40824','Nagarhole','NAGARHOLE',NULL,'','India','',17,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18869,'36504','Nagarkot','NAGARKOT',NULL,'','Nepal','',0,0,153,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18870,'13400','Nagasaki','NAGASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18871,'43859','Nagaur','NAGAUR',NULL,'','India','Nagaur',2,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18872,'40872','Nagda','NAGDA',NULL,'','India','',0,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18873,'39253','Nagercoil','NAGERCOIL',NULL,'','India','',0,0,101,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18874,'13306','Nago','NAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18875,'13379','Nagoya','NAGOYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18876,'10565','Nagpur','NAGPUR',NULL,'','India','Nagpur',5,0,101,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18877,'33954','Nags Head','NAGS HEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18878,'32190','Naguanagua','NAGUANAGUA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18879,'10126','Nagykanizsa','NAGYKANIZSA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18880,'13426','Naha','NAHA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18881,'10187','Naha','NAHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18882,'25774','Nahanni Butte','NAHANNI BUTTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18883,'1650','Naharia','NAHARIA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18884,'43394','Nahariya','NAHARIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18885,'11066','Nahariyya','NAHARIYYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18886,'20083','Nahiku','NAHIKU',NULL,'','United States','',0,0,231,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18887,'42035','Nai Yang','NAI YANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18888,'4066','Naigani Island','NAIGANI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18889,'38593','Naila','NAILA',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18890,'8600','Nailsworth','NAILSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18891,'25668','Nain','NAIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18892,'1769','Nainital','NAINITAL',NULL,'','India','Nainital travel packages | Nainital Tour | Trip to',9,0,101,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18893,'8601','Nairn','NAIRN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18894,'13443','Nairobi','NAIROBI',NULL,'','Kenya','Nairobi',0,0,113,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18895,'6117','Najac','NAJAC',NULL,'','France','',0,0,76,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18896,'2967','Najera','NAJERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18897,'13170','Najio','NAJIO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18898,'43554','Najran','NAJRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18899,'13171','Nakagyo','NAKAGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18900,'13308','Nakano','NAKANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18901,'38389','Nakanojo','NAKANOJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18902,'13172','Nakanoshima - Osaka Castle','NAKANOSHIMA - OSAKA CASTLE',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18903,'13173','Nakashibetsu','NAKASHIBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18904,'1831','Nakensdorf','NAKENSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18905,'16418','Nakhodka','NAKHODKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18907,'17707','Naknek','NAKNEK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18909,'2306','Nakskov','NAKSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18910,'25487','Nakusp','NAKUSP',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18911,'10566','Nalagarh','NALAGARH',NULL,'','India','',0,0,101,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18912,'39422','Nalaguraidhoo','NALAGURAIDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18913,'16274','Nalchik','NALCHIK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18914,'32158','Namangan','NAMANGAN',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18915,'4101','Namatakula','NAMATAKULA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18916,'37611','Namba','NAMBA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18917,'26423','Nambour','NAMBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18918,'34258','Nambucca Heads','NAMBUCCA HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18919,'13481','Namhae','NAMHAE',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18920,'14403','Namib','NAMIB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18921,'25853','Namibe','NAMIBE',NULL,'','Angola','',0,0,6,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18922,'10343','Namlea','NAMLEA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18923,'14163','Namorik','NAMORIK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18924,'20381','Nampa','NAMPA',NULL,'','United States','',0,0,231,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18925,'6309','Nampont','NAMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18926,'14222','Nampula','NAMPULA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18927,'10344','Namrole','NAMROLE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18928,'14938','Namsos','NAMSOS',NULL,'','Norway','',0,0,164,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18929,'14164','Namu','NAMU',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18930,'25488','Namu','NAMU',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18931,'24711','Namur','NAMUR',NULL,'','Belgium','',0,0,21,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18932,'39078','Nanae','NANAE',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18933,'25489','Nanaimo','NANAIMO',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18934,'20084','Nanakuli','NANAKULI',NULL,'','United States','',0,0,231,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18935,'42387','Nanan','NANAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18936,'34890','Nan\'an','NAN\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18937,'36207','Nananu Island','NANANU ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18938,'42889','Nanao','NANAO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18939,'23733','Nanchang','NANCHANG',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18940,'23997','Nanchong','NANCHONG',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18941,'6053','Nancois-sur-ornain','NANCOIS-SUR-ORNAIN',NULL,'','France','',0,0,76,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18942,'10567','Nanded','NANDED',NULL,'','India','Nanded',5,0,101,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18943,'10444','Nangi','NANGI',NULL,'','India','',0,0,101,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18944,'39403','Nango','NANGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18945,'23972','Nanhai','NANHAI',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18946,'23708','Nanhui','NANHUI',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18947,'25801','Nanisivik','NANISIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18948,'13174','Naniwa','NANIWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18949,'23746','Nanjing','NANJING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18950,'39661','Nankan','NANKAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18951,'13175','Nanki Shirahama','NANKI SHIRAHAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18952,'1750','Nanking Nanjing','NANKING NANJING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18953,'23857','Nanning','NANNING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18954,'25491','Nanoose Bay','NANOOSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18955,'9862','Nanortalik','NANORTALIK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18956,'23774','Nanping','NANPING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18957,'39694','Nansha','NANSHA',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18958,'23613','Nanshan','NANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18959,'6498','Nans-les-pins','NANS-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18960,'21449','Nantasket Beach','NANTASKET BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18961,'4763','Nanterre','NANTERRE',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18962,'6260','Nantes','NANTES',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18963,'5101','Nanteuil Les Meaux','NANTEUIL LES MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18964,'41374','Nanteuil-les-meaux','NANTEUIL-LES-MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18965,'5229','Nantheuil','NANTHEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18966,'23747','Nantong','NANTONG',NULL,'','China','',0,0,46,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18967,'17406','Nantou','NANTOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18968,'6680','Nantua','NANTUA',NULL,'','France','',0,0,76,'2016-10-17 11:26:53','1900-01-01 00:00:00',1,0,1),(18969,'21450','Nantucket','NANTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:53','1900-01-01 00:00:00',1,0,1),(18970,'8602','Nantwich','NANTWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18971,'28974','Nanuet','NANUET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18972,'36208','Nanuya Lailai Island','NANUYA LAILAI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18973,'23795','Nanyang','NANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18974,'23688','Nanyuan','NANYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18975,'38402','Nanyuki','NANYUKI',NULL,'','Kenya','Nanyuki',0,0,113,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18976,'10445','Naoabad','NAOABAD',NULL,'','India','',0,0,101,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18977,'37987','Naousa','NAOUSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18978,'9549','Naoussa','NAOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:55','1900-01-01 00:00:00',1,0,1),(18979,'17708','Napakiak','NAPAKIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:55','1900-01-01 00:00:00',1,0,1),(18980,'34570','Napanee','NAPANEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18981,'17709','Napaskiak','NAPASKIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18982,'20675','Naperville','NAPERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18983,'40287','Napier','NAPIER',NULL,'','South Africa','Napier',0,0,195,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18984,'15221','Napier','NAPIER',NULL,'','New Zealand','Napier',0,0,157,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18985,'36511','Napier-hastings','NAPIER-HASTINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18986,'28975','Naples','NAPLES',NULL,'','United States','',0,0,231,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18987,'11329','Naples','NAPLES',NULL,'','Italy','Naples',0,0,107,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18988,'35490','Naples-castello D.ci','NAPLES-CASTELLO D.CI',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:58','1900-01-01 00:00:00',1,0,1),(18989,'35520','Naples-ercolano','NAPLES-ERCOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18990,'35536','Naples-giugliano In','NAPLES-GIUGLIANO IN',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18991,'35571','Naples-massa Lubrens','NAPLES-MASSA LUBRENS',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18992,'35591','Naples-nola','NAPLES-NOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18993,'29451','Napoleon','NAPOLEON',NULL,'','United States','',0,0,231,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18994,'20951','Nappanee','NAPPANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18995,'16133','Napuka','NAPUKA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18996,'13402','Nara','NARA',NULL,'','Japan','Nara',0,0,110,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18997,'26462','Naracoorte','NARACOORTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18998,'25492','Naramata','NARAMATA',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18999,'19504','Naranja','NARANJA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(19000,'24200','Naranjo','NARANJO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19001,'13309','Narashino','NARASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19002,'17072','Narathiwat','NARATHIWAT',NULL,'','Thailand','',0,0,215,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19003,'40003','Narberth','NARBERTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19004,'43665','Narbethong','NARBETHONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19005,'12200','Narbolia','NARBOLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19006,'5946','Narbonne','NARBONNE',NULL,'','France','',0,0,76,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19007,'5947','Narbonne-plage','NARBONNE-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19008,'24113','Nare','NARE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19009,'40873','Narendra Nagar','NARENDRA NAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19011,'26528','Naringal','NARINGAL',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19012,'13310','Narita','NARITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19013,'40874','Narlai','NARLAI',NULL,'','India','',0,0,101,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19014,'39936','Narni','NARNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19015,'13444','Narok','NAROK',NULL,'','Kenya','Narok',0,0,113,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19016,'3672','Naron','NARON',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19017,'34259','Narooma','NAROOMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19018,'38282','Narrabeen','NARRABEEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19019,'34260','Narrabri','NARRABRI',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19020,'26635','Narrabundah','NARRABUNDAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19021,'30255','Narragansett','NARRAGANSETT',NULL,'','United States','',0,0,231,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19022,'34261','Narrandera','NARRANDERA',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19023,'26529','Narre Warren','NARRE WARREN',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19024,'9851','Narsaq','NARSAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19025,'9863','Narsarsuaq','NARSARSUAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19026,'42264','Narssarssuag','NARSSARSSUAG',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19027,'13311','Naruto','NARUTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19028,'3827','Narva','NARVA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19029,'38620','Narva-joesuu','NARVA-JOESUU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19030,'14923','Narvik','NARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19031,'30083','Narvon','NARVON',NULL,'','United States','',0,0,231,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19032,'40565','Nasaker','NASAKER',NULL,'','Sweden','',0,0,209,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19033,'36524','Nasca','NASCA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19034,'43372','Nashik','NASHIK',NULL,'','India','Nashik',5,0,101,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19035,'32741','Nashua','NASHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19036,'33220','Nashville','NASHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:07','1900-01-01 00:00:00',1,0,1),(19038,'30819','Nassau Bay','NASSAU BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:09','1900-01-01 00:00:00',1,0,1),(19039,'31182','Nassawadox','NASSAWADOX',NULL,'','United States','',0,0,231,'2016-10-17 11:27:09','1900-01-01 00:00:00',1,0,1),(19040,'37374','Nassereith','NASSEREITH',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19041,'27011','Nassfeld','NASSFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19042,'16722','Nassjo','NASSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19043,'13312','Nasu','NASU',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19044,'15490','Nasugbu','NASUGBU',NULL,'','Philippines','',0,0,173,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19045,'40283','Nasushiobara','NASUSHIOBARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19046,'25262','Nata','NATA',NULL,'','Botswana','',0,0,28,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19047,'43176','Natadola','NATADOLA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19048,'37265','Natadola','NATADOLA',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19049,'25153','Natal','NATAL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19050,'35947','Natal-genipabu','NATAL-GENIPABU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19051,'35959','Natal-pipa','NATAL-PIPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19052,'35965','Natal-tibau Do Sul','NATAL-TIBAU DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19053,'1654','Natanya','NATANYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19054,'22810','Natashquan','NATASHQUAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19055,'27889','Natchez','NATCHEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19056,'21238','Natchitoches','NATCHITOCHES',NULL,'','United States','',0,0,231,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19057,'23300','Naters','NATERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19058,'43860','Nathdwara','NATHDWARA',NULL,'','India','',0,0,101,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19059,'33502','Nathrop','NATHROP',NULL,'','United States','',0,0,231,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19060,'42591','Nathuakhan','NATHUAKHAN',NULL,'','India','',0,0,101,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19061,'21452','Natick','NATICK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:13','1900-01-01 00:00:00',1,0,1),(19062,'31183','Natural Bridge','NATURAL BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:14','1900-01-01 00:00:00',1,0,1),(19063,'38410','Naturaliste','NATURALISTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:14','1900-01-01 00:00:00',1,0,1),(19064,'33503','Naturita','NATURITA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:15','1900-01-01 00:00:00',1,0,1),(19065,'12202','Naturno','NATURNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:15','1900-01-01 00:00:00',1,0,1),(19066,'11084','Naturns','NATURNS',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19067,'14038','Naucalpan','NAUCALPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19068,'24484','Nauders','NAUDERS',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19069,'19115','Naugatuck','NAUGATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19070,'40838','Naukuchiatal','NAUKUCHIATAL',NULL,'','India','',0,0,101,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19071,'458','Naumburg','NAUMBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19072,'1894','Naunhof','NAUNHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19073,'41637','Naupactus','NAUPACTUS',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19074,'9550','Nauplia','NAUPLIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19075,'44294','Naut Aran','NAUT ARAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19076,'37257','Nauta','NAUTA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19077,'20677','Nauvoo','NAUVOO',NULL,'','United States','',0,0,231,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19078,'3004','Navacerrada','NAVACERRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19079,'3005','Navalcarnero','NAVALCARNERO',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19080,'34571','Navan','NAVAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19081,'10913','Navan','NAVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19082,'1336','Navarra','NAVARRA',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19083,'19505','Navarre','NAVARRE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19084,'2712','Navarredonda De Gredos','NAVARREDONDA DE GREDOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19085,'5230','Navarrenx','NAVARRENX',NULL,'','France','',0,0,76,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19086,'3717','Navarrete','NAVARRETE',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19087,'43728','Navas','NAVAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19088,'3467','Navasfrias','NAVASFRIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19089,'30820','Navasota','NAVASOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19090,'3575','Navata','NAVATA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19091,'3131','Naveda','NAVEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19092,'25185','Navegantes','NAVEGANTES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19093,'3097','Navia','NAVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19094,'5480','Navilly','NAVILLY',NULL,'','France','',0,0,76,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19095,'14099','Navojoa','NAVOJOA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19096,'15507','Navotas','NAVOTAS',NULL,'','Philippines','',0,0,173,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19097,'15316','Nawab Shah','NAWAB SHAH',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19098,'40875','Nawalgarh','NAWALGARH',NULL,'','India','Nawalgarh',2,0,101,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19099,'20085','Nawiliwili Bay','NAWILIWILI BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19100,'1244','Naxos','NAXOS',NULL,'','GREECE','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19101,'36363','Naxos-agia Anna','NAXOS-AGIA ANNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19102,'36360','Naxos-agios Georgios','NAXOS-AGIOS GEORGIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19103,'35296','Naxos-stilida','NAXOS-STILIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19104,'39569','Naxxar','NAXXAR',NULL,'','Malta','',0,0,135,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19105,'43167','Nay Pyi Taw','NAY PYI TAW',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19106,'43779','Nayabazar','NAYABAZAR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19107,'41739','Nayarit','NAYARIT',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19108,'15980','Nazare','NAZARE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19109,'11049','Nazareth','NAZARETH',NULL,'','Israel','Nazareth',0,0,106,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19110,'15400','Nazca','NAZCA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19111,'4417','Nazelles-negron','NAZELLES-NEGRON',NULL,'','France','',0,0,76,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19112,'2450','Nazlat Khalifah','NAZLAT KHALIFAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19113,'42254','N\'djamena','N\'DJAMENA',NULL,'','Chad','',0,0,44,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19114,'24038','Ndjili','NDJILI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19115,'32646','Ndola','NDOLA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19116,'24031','Ndolo','NDOLO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19117,'36630','Neamt','NEAMT',NULL,'','Romania','',0,0,179,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19118,'40732','Neano','NEANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19119,'38864','Neapoli','NEAPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19120,'1037','Neapolitan Riviera','NEAPOLITAN RIVIERA',NULL,'','ITALY','',0,0,107,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19121,'20678','Near North Side','NEAR NORTH SIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19122,'8603','Neath','NEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19123,'4764','Neauphle-le-chateau','NEAUPHLE-LE-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19124,'40740','Nebouzat','NEBOUZAT',NULL,'','France','',0,0,76,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19125,'28147','Nebraska City','NEBRASKA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19126,'22598','Neckarsulm','NECKARSULM',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19127,'39828','Necochea','NECOCHEA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19128,'24092','Necocli','NECOCLI',NULL,'','Colombia','',0,0,49,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19129,'38809','Nedde','NEDDE',NULL,'','France','',0,0,76,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19130,'37649','Neddesitz','NEDDESITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19131,'33504','Nederland','NEDERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19132,'40116','Nedumangad','NEDUMANGAD',NULL,'','India','',0,0,101,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19133,'10447','Nedumbassery','NEDUMBASSERY',NULL,'','India','',0,0,101,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19134,'21453','Needham','NEEDHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19135,'8604','Needham Market','NEEDHAM MARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19136,'18714','Needles','NEEDLES',NULL,'','United States','',0,0,231,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19137,'38226','Neeleshwar','NEELESHWAR',NULL,'','India','',0,0,101,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19138,'40876','Neemrana','NEEMRANA',NULL,'','India','',0,0,101,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19139,'31832','Neenah','NEENAH',NULL,'','United States','',0,0,231,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19140,'25614','Neepawa','NEEPAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19141,'24640','Neerijse','NEERIJSE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19142,'17145','Nefta','NEFTA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19143,'16339','Nefteyugansk','NEFTEYUGANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19144,'25855','Negage','NEGAGE',NULL,'','Angola','',0,0,6,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19145,'39380','Negaunee','NEGAUNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19146,'41698','Negeri Sembilan','NEGERI SEMBILAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19147,'13621','Negombo','NEGOMBO',NULL,'','Sri Lanka','Negombo',0,0,200,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19148,'36378','Negombo-waikkal','NEGOMBO-WAIKKAL',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19149,'37571','Negotin','NEGOTIN',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19150,'12203','Negrar','NEGRAR',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19151,'13101','Negril','NEGRIL',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19152,'39129','Nei Pori','NEI PORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19153,'3468','Neila','NEILA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19154,'31833','Neillsville','NEILLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19155,'40356','Neive','NEIVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19156,'40100','Nejdek','NEJDEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19157,'3871','Nejjo','NEJJO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19158,'16509','Nejran','NEJRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19159,'3872','Nekemt','NEKEMT',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19160,'39464','Nekob','NEKOB',NULL,'','Morocco','',0,0,148,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19161,'31834','Nekoosa','NEKOOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19162,'2164','Nekso','NEKSO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19163,'10660','Nelamangala','NELAMANGALA',NULL,'','India','',0,0,101,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19164,'16085','Nelas','NELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19165,'42125','Nellim','NELLIM',NULL,'','Finland','',0,0,75,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19166,'10618','Nellore','NELLORE',NULL,'','India','Nellore',7,0,101,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19167,'31184','Nellysford','NELLYSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19168,'15222','Nelson','NELSON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19169,'34262','Nelson Bay','NELSON BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19170,'17710','Nelson Lagoon','NELSON LAGOON',NULL,'','United States','',0,0,231,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19171,'34408','Nelson-miramichi','NELSON-MIRAMICHI',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19172,'29452','Nelsonville','NELSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19173,'32585','Nelspruit','NELSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19174,'16327','Neman','NEMAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19175,'38246','Nembro','NEMBRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19176,'16415','Nemchinovka','NEMCHINOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19177,'10127','Nemesnep','NEMESNEP',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19178,'37456','Nemesvita','NEMESVITA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19179,'35590','Nemi','NEMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19180,'22811','Nemiscau','NEMISCAU',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19181,'5867','Nemours','NEMOURS',NULL,'','France','',0,0,76,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19182,'10932','Nenagh','NENAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19183,'17711','Nenana','NENANA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19184,'40422','Nendaz','NENDAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19185,'43943','Nendeln','NENDELN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19186,'683','Nennig','NENNIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19187,'9555','Neo Itilo','NEO ITILO',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19188,'21105','Neodesha','NEODESHA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19189,'27723','Neosho','NEOSHO',NULL,'','United States','',0,0,231,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19190,'15058','Nepalganj','NEPALGANJ',NULL,'','Nepal','',0,0,153,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19191,'34572','Nepean','NEPEAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19192,'33371','Nephi','NEPHI',NULL,'','United States','',0,0,231,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19193,'38631','Nepi','NEPI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19194,'15605','Neple','NEPLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19195,'19507','Neptune Beach','NEPTUNE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19196,'41907','Nerac','NERAC',NULL,'','France','',0,0,76,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19197,'38152','Neraida','NERAIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19198,'26733','Nerang','NERANG',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19199,'40697','Nerezine','NEREZINE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19200,'13313','Nerima','NERIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19201,'5334','Neris Les Bains','NERIS LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19202,'41373','Neris-les-bains','NERIS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19203,'3275','Nerja','NERJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19204,'12204','Nerola','NEROLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19205,'12206','Nerviano','NERVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19206,'16429','Neryungri','NERYUNGRI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19207,'14870','Nesbyen','NESBYEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19208,'41849','Nesjar','NESJAR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19209,'10987','Neskaupsstadur','NESKAUPSSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19210,'41481','Neskaupstadur','NESKAUPSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19211,'24796','Nessebar','NESSEBAR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19212,'268','Nesselwang','NESSELWANG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19213,'11063','Netanya','NETANYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19214,'8605','Nether Stowey','NETHER STOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19215,'8606','Netherton','NETHERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19216,'7218','Nethy Bridge','NETHY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19217,'545','Nettetal','NETTETAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19218,'9367','Nettle Bay','NETTLE BAY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19219,'12207','Nettuno','NETTUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19220,'24429','Neuberg An Der Murz','NEUBERG AN DER MURZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19221,'1832','Neubrandenburg','NEUBRANDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19222,'22599','Neuburg','NEUBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19223,'24430','Neudau','NEUDAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19224,'23302','Neuenkirch','NEUENKIRCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19225,'27258','Neuenkirchen','NEUENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19226,'645','Neuerburg','NEUERBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19227,'269','Neufahrn','NEUFAHRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19228,'6780','Neuf-brisach','NEUF-BRISACH',NULL,'','France','',0,0,76,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19229,'6055','Neufchateau','NEUFCHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19230,'39716','Neufchateau','NEUFCHATEAU',NULL,'','Belgium','',0,0,21,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19231,'5018','Neufchatel-hardelot','NEUFCHATEL-HARDELOT',NULL,'','France','',0,0,76,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19232,'795','Neuhardenberg','NEUHARDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19233,'39408','Neuhaus Am Inn','NEUHAUS AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19234,'22600','Neuhausen','NEUHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19235,'1895','Neuhermsdorf','NEUHERMSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19236,'271','Neuhof An Der Zenn','NEUHOF AN DER ZENN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19237,'38589','Neuhofen An Der Ybbs','NEUHOFEN AN DER YBBS',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19238,'5825','Neuilly','NEUILLY',NULL,'','France','',0,0,76,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19239,'5481','Neuilly-les-dijon','NEUILLY-LES-DIJON',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19240,'37690','Neuilly-plaisance','NEUILLY-PLAISANCE',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19241,'4765','Neuilly-sur-seine','NEUILLY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19242,'459','Neu-isenburg','NEU-ISENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19243,'22601','Neukirch','NEUKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19244,'38051','Neukirchen','NEUKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19245,'546','Neukirchen-vluyn','NEUKIRCHEN-VLUYN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19246,'2006','Neukolln','NEUKOLLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19247,'40021','Neum','NEUM',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19248,'44150','Neumarkt','NEUMARKT',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19249,'90','Neumuenster','NEUMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19250,'41628','Neumunster','NEUMUNSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19251,'40592','Neunburg Vorm Wald','NEUNBURG VORM WALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19252,'26131','Neuquen','NEUQUEN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19253,'22602','Neuravensburg','NEURAVENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19254,'273','Neureichenau','NEUREICHENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19255,'796','Neuruppin','NEURUPPIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19256,'27081','Neusach','NEUSACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19257,'39055','Neuschoenau','NEUSCHOENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19258,'27065','Neusiedl Am See','NEUSIEDL AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19259,'27012','Neusiedler Lake','NEUSIEDLER LAKE',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19260,'10079','Neusiedler Lake','NEUSIEDLER LAKE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:49','1900-01-01 00:00:00',1,0,1),(19261,'2032','Neuss','NEUSS',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:49','1900-01-01 00:00:00',1,0,1),(19262,'41728','Neustadt-glewe','NEUSTADT-GLEWE',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19263,'15','Neustift Im Stubaital','NEUSTIFT IM STUBAITAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19264,'39525','Neustrelitz','NEUSTRELITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19265,'2071','Neu-ulm','NEU-ULM',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19266,'38359','Neuveglise','NEUVEGLISE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19267,'39602','Neuvic','NEUVIC',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19268,'5335','Neuville','NEUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19269,'5007','Neuville-en-ferrain','NEUVILLE-EN-FERRAIN',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19270,'6681','Neuville-sur-saone','NEUVILLE-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19271,'40751','Neuwerk','NEUWERK',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19272,'39173','Neuwied','NEUWIED',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19273,'6499','Nevache','NEVACHE',NULL,'','France','',0,0,76,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19274,'20256','Nevada','NEVADA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19275,'5482','Nevers','NEVERS',NULL,'','France','',0,0,76,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19276,'28976','Neversink','NEVERSINK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19277,'25138','Neves','NEVES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19278,'37643','Nevez','NEVEZ',NULL,'','France','',0,0,76,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19279,'39019','Neviano','NEVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19280,'27461','Nevis','NEVIS',NULL,'','United States','',0,0,231,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19281,'13475','Nevis','NEVIS',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19282,'17349','Nevsehir','NEVSEHIR',NULL,'','Turkey','Nevsehir',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19283,'36809','Nevshehir','NEVSHEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19284,'36808','Nevshehir-kaymakli','NEVSHEHIR-KAYMAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19285,'15570','New Britain','NEW BRITAIN',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:27:59','1900-01-01 00:00:00',1,0,1),(19286,'14425','New Caledonia','NEW CALEDONIA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:28:00','1900-01-01 00:00:00',1,0,1),(19287,'13177','New Chitose Airport (Cts)','NEW CHITOSE AIRPORT (CTS)',NULL,'','Japan','',0,0,110,'2016-10-17 11:28:02','1900-01-01 00:00:00',1,0,1),(19288,'25735','New Glasgow','NEW GLASGOW',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:05','1900-01-01 00:00:00',1,0,1),(19289,'9907','New Kowloon','NEW KOWLOON',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:28:09','1900-01-01 00:00:00',1,0,1),(19290,'15140','New Lynn','NEW LYNN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:11','1900-01-01 00:00:00',1,0,1),(19291,'26852','New Norfolk','NEW NORFOLK',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:13','1900-01-01 00:00:00',1,0,1),(19292,'10948','New Ross','NEW ROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:16','1900-01-01 00:00:00',1,0,1),(19293,'21898','Newagen','NEWAGEN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:20','1900-01-01 00:00:00',1,0,1),(19294,'39992','Newark','NEWARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:22','1900-01-01 00:00:00',1,0,1),(19295,'36989','Newark-delaware','NEWARK-DELAWARE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:23','1900-01-01 00:00:00',1,0,1),(19296,'36990','Newark-new Jersey','NEWARK-NEW JERSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:23','1900-01-01 00:00:00',1,0,1),(19297,'7221','Newark-on-trent','NEWARK-ON-TRENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19298,'22185','Newaygo','NEWAYGO',NULL,'','United States','',0,0,231,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19299,'10949','Newbawn','NEWBAWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19300,'29714','Newberg','NEWBERG',NULL,'','United States','',0,0,231,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19301,'22186','Newberry','NEWBERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19302,'8608','Newbridge','NEWBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19303,'10950','Newbridge','NEWBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19304,'27727','Newburg','NEWBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:28:26','1900-01-01 00:00:00',1,0,1),(19305,'28988','Newburgh','NEWBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:28:26','1900-01-01 00:00:00',1,0,1),(19306,'8609','Newburgh','NEWBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:27','1900-01-01 00:00:00',1,0,1),(19307,'8610','Newbury','NEWBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:27','1900-01-01 00:00:00',1,0,1),(19308,'32744','Newbury','NEWBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:28','1900-01-01 00:00:00',1,0,1),(19309,'21459','Newburyport','NEWBURYPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:28:29','1900-01-01 00:00:00',1,0,1),(19310,'8611','Newby Bridge','NEWBY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:29','1900-01-01 00:00:00',1,0,1),(19311,'8613','Newcastle','NEWCASTLE',NULL,'','United Kingdom','Newcastle',0,0,229,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19312,'30825','Newcastle','NEWCASTLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19313,'34263','Newcastle','NEWCASTLE',NULL,'','Australia','Newcastle',0,0,13,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19314,'13478','Newcastle','NEWCASTLE',NULL,'','Saint Kitts And Nevis','Newcastle',0,0,202,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19315,'32528','Newcastle','NEWCASTLE',NULL,'','South Africa','Newcastle',0,0,195,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19316,'34409','Newcastle','NEWCASTLE',NULL,'','Canada','Newcastle',0,0,39,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19317,'1254','Newcastle Of Northern Ireland','NEWCASTLE OF NORTHERN IRELAND',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19318,'35399','Newcastle West','NEWCASTLE WEST',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19319,'41104','Newcastleton','NEWCASTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19320,'7222','Newcastle-under-lyme','NEWCASTLE-UNDER-LYME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19321,'1246','Newcastle-upon-tyne','NEWCASTLE-UPON-TYNE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19322,'29459','Newcomerstown','NEWCOMERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19323,'7223','Newcraighall','NEWCRAIGHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19324,'11076','Newe Ilan','NEWE ILAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19325,'33956','Newell','NEWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19326,'8615','Newent','NEWENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:34','1900-01-01 00:00:00',1,0,1),(19327,'28990','Newfane','NEWFANE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:34','1900-01-01 00:00:00',1,0,1),(19328,'28991','Newfield','NEWFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:28:35','1900-01-01 00:00:00',1,0,1),(19329,'18718','Newhall','NEWHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19330,'8616','Newham','NEWHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19331,'8617','Newhaven','NEWHAVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19332,'8618','Newington','NEWINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19333,'19124','Newington','NEWINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19334,'32586','Newington','NEWINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19335,'34265','Newington','NEWINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19336,'33957','Newland','NEWLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19337,'26607','Newman','NEWMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19338,'15141','Newmarket','NEWMARKET',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19339,'39026','Newmarket','NEWMARKET',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19340,'34575','Newmarket','NEWMARKET',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19341,'9289','Newmarket','NEWMARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19342,'10792','Newmarket On Fergus','NEWMARKET ON FERGUS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19343,'19885','Newnan','NEWNAN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19344,'7224','Newnham On Severn','NEWNHAM ON SEVERN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19345,'10906','Newport','NEWPORT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19346,'34266','Newport','NEWPORT',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:40','1900-01-01 00:00:00',1,0,1),(19347,'1248','Newport','NEWPORT',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:42','1900-01-01 00:00:00',1,0,1),(19348,'36334','Newport (Wales)','NEWPORT (WALES)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:42','1900-01-01 00:00:00',1,0,1),(19349,'1249','Newquay','NEWQUAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19350,'8621','Newry','NEWRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19351,'21900','Newry','NEWRY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19352,'17713','Newtok','NEWTOK',NULL,'','United States','',0,0,231,'2016-10-17 11:28:45','1900-01-01 00:00:00',1,0,1),(19353,'20258','Newton','NEWTON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:45','1900-01-01 00:00:00',1,0,1),(19354,'10922','Newton','NEWTON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:46','1900-01-01 00:00:00',1,0,1),(19355,'15225','Newton','NEWTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:46','1900-01-01 00:00:00',1,0,1),(19356,'8625','Newton-le-willows','NEWTON-LE-WILLOWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:49','1900-01-01 00:00:00',1,0,1),(19357,'8626','Newtonmore','NEWTONMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:49','1900-01-01 00:00:00',1,0,1),(19358,'21462','Newtonville','NEWTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19359,'30099','Newtown','NEWTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19360,'34267','Newtown','NEWTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19361,'8628','Newtownabbey','NEWTOWNABBEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19362,'8630','Newtownbreda','NEWTOWNBREDA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19363,'10752','Newtownmountkennedy','NEWTOWNMOUNTKENNEDY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19364,'44078','Neydens','NEYDENS',NULL,'','France','',0,0,76,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19365,'10570','Neyveli','NEYVELI',NULL,'','India','',0,0,101,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19366,'4418','Nezignan L Eveque','NEZIGNAN L EVEQUE',NULL,'','France','',0,0,76,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19367,'44003','Ngamba Island','NGAMBA ISLAND',NULL,'','Uganda','',0,0,226,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19368,'24055','Ngamoueri','NGAMOUERI',NULL,'','Congo','',0,0,51,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19369,'17060','Ngao','NGAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19370,'42062','Ngapali','NGAPALI',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19371,'15142','Ngaruawahia','NGARUAWAHIA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19372,'24075','Ngatangiia','NGATANGIIA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19373,'4067','Ngau','NGAU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19374,'42721','Nghe An','NGHE AN',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19375,'24032','Ngombe','NGOMBE',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19376,'43029','Ngongotaha','NGONGOTAHA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19377,'17468','Ngorongoro','NGORONGORO',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19378,'26286','Ngukurr','NGUKURR',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19379,'42412','Ngwesaung','NGWESAUNG',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19380,'32282','Nha Be','NHA BE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19381,'26530','Nhill','NHILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19382,'34576','Niagara Falls','NIAGARA FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19383,'28992','Niagara Falls','NIAGARA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19384,'34578','Niagara-on-the-lake','NIAGARA-ON-THE-LAKE',NULL,'','Canada','Niagara-on-the-Lake',0,0,39,'2016-10-17 11:28:54','1900-01-01 00:00:00',1,0,1),(19385,'19125','Niantic','NIANTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19386,'37758','Niassa','NIASSA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19387,'38985','Nibbiaia','NIBBIAIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19388,'2247','Nibe','NIBE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19389,'38369','Nibionno','NIBIONNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19390,'10448','Nibra','NIBRA',NULL,'','India','',0,0,101,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19391,'4419','Nice','NICE',NULL,'','France','Nice',0,0,76,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19392,'19510','Niceville','NICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19393,'12208','Nichelino','NICHELINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19394,'33705','Nicholasville','NICHOLASVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19395,'24887','Nicholls Town','NICHOLLS TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19396,'21109','Nickerson','NICKERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19397,'16275','Nicola','NICOLA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19398,'12209','Nicolosi','NICOLOSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19399,'24280','Nicosia','NICOSIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19400,'12995','Nicotera','NICOTERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19401,'24219','Nicoya','NICOYA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19402,'39287','Nida','NIDA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19403,'7227','Niddrie','NIDDRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19404,'24545','Niederalm','NIEDERALM',NULL,'','Austria','',0,0,14,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19405,'24485','Niederau','NIEDERAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19406,'1897','Niederau','NIEDERAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19407,'1622','Niederbronn Les Bain','NIEDERBRONN LES BAIN',NULL,'','France','',0,0,76,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19408,'6781','Niederbronn-les-bains','NIEDERBRONN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19409,'646','Niederfell','NIEDERFELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19410,'38751','Niederhaslach','NIEDERHASLACH',NULL,'','France','',0,0,76,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19411,'2041','Niederkassel','NIEDERKASSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19412,'460','Nieder-moos','NIEDER-MOOS',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19413,'461','Niedernhausen','NIEDERNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19414,'2007','Niederschonhausen','NIEDERSCHONHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19415,'22603','Niederstetten','NIEDERSTETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19416,'22604','Niederstotzingen','NIEDERSTOTZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19417,'93','Niederwerbe','NIEDERWERBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19418,'94','Niederwiesa','NIEDERWIESA',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19419,'647','Niederzissen','NIEDERZISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19420,'22605','Niefern','NIEFERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19421,'547','Nieheim','NIEHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19422,'797','Niemegk','NIEMEGK',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19423,'20','Niemeyer','NIEMEYER',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19424,'380','Niendorf','NIENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19425,'648','Nierstein','NIERSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19426,'6355','Nieuil','NIEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19427,'6009','Nieul','NIEUL',NULL,'','France','',0,0,76,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19428,'42837','Nieuw Vennep','NIEUW VENNEP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19429,'14686','Nieuwegein','NIEUWEGEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19430,'14649','Nieuwendam','NIEUWENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19431,'14724','Nieuwerkerk Aan Den Ijssel','NIEUWERKERK AAN DEN IJSSEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19432,'14562','Nieuweschans','NIEUWESCHANS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19433,'24667','Nieuwpoort','NIEUWPOORT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19434,'14650','Nieuw-vennep','NIEUW-VENNEP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19435,'14698','Nieuwvliet','NIEUWVLIET',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19436,'4420','Nievre','NIEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19437,'798','Niewitz','NIEWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19438,'43062','Niforeika','NIFOREIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19439,'39579','Niftrik','NIFTRIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19440,'43543','Nigata','NIGATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19441,'17353','Nigde','NIGDE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19442,'26377','Nightcliff','NIGHTCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19443,'17714','Nightmute','NIGHTMUTE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19444,'10188','Nihiwatu','NIHIWATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19445,'13403','Niigata','NIIGATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19446,'13178','Niiharu','NIIHARU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19447,'38693','Nijar','NIJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19448,'36461','Nijkerk','NIJKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19449,'14545','Nijmegen','NIJMEGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19450,'9705','Nikaia','NIKAIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19451,'9706','Nikiana','NIKIANA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19452,'35272','Nikiti','NIKITI',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19453,'13179','Nikko','NIKKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19454,'35728','Nikko-kinugawa','NIKKO-KINUGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19455,'42237','Niklasdorf','NIKLASDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19456,'17497','Nikolaev','NIKOLAEV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19457,'17715','Nikolai','NIKOLAI',NULL,'','United States','',0,0,231,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19458,'2008','Nikolassee','NIKOLASSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19459,'16372','Nikolo-khovanskoye','NIKOLO-KHOVANSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19460,'17716','Nikolski','NIKOLSKI',NULL,'','United States','',0,0,231,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19461,'16276','Nikolskoye','NIKOLSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19462,'16324','Nikulino','NIKULINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19463,'13466','Nikunau','NIKUNAU',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19464,'42844','Nilai','NILAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19465,'43861','Nilambur','NILAMBUR',NULL,'','India','',0,0,101,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19466,'43406','Nile Cruise','NILE CRUISE',NULL,'','Egypt','',0,0,65,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19467,'29461','Niles','NILES',NULL,'','United States','',0,0,231,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19468,'42590','Nileshwaram','NILESHWARAM',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19469,'40877','Nilgiris','NILGIRIS',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19470,'25139','Nilopolis','NILOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19471,'4002','Nilsia','NILSIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19472,'40878','Nimaj','NIMAJ',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19473,'5948','Nimes','NIMES',NULL,'','France','',0,0,76,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19474,'23709','Ningbo','NINGBO',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19475,'23775','Ningde','NINGDE',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19476,'34889','Ninghai','NINGHAI',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19477,'37087','Ninh Binh','NINH BINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19478,'17717','Ninilchik','NINILCHIK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19479,'20086','Ninole','NINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:09','1900-01-01 00:00:00',1,0,1),(19480,'28148','Niobrara','NIOBRARA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:09','1900-01-01 00:00:00',1,0,1),(19481,'24033','Nioki','NIOKI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19482,'6356','Niort','NIORT',NULL,'','France','',0,0,76,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19483,'22956','Nipawin','NIPAWIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19484,'18721','Nipomo','NIPOMO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19485,'32374','Nis','NIS',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19486,'13314','Niseko','NISEKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19487,'40537','Nishiizu','NISHIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19488,'13316','Nishinomiya','NISHINOMIYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19489,'37607','Nishinoomote','NISHINOOMOTE',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19490,'13317','Nishiwaki','NISHIWAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19491,'25340','Nisku','NISKU',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19492,'9556','Nissaki','NISSAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19493,'27467','Nisswa','NISSWA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19494,'42492','Nisyros','NISYROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19495,'25140','Niteroi','NITEROI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19496,'32022','Nitro','NITRO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19497,'649','Nittel','NITTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19498,'17113','Niuafo Ou','NIUAFO OU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19499,'17114','Niuatoputapu','NIUATOPUTAPU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19500,'3948','Nivala','NIVALA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19501,'24641','Nivelles','NIVELLES',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19502,'38371','Nivillac','NIVILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19503,'33506','Niwot','NIWOT',NULL,'','United States','',0,0,231,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19504,'27728','Nixa','NIXA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19505,'16340','Nizhnevartovsk','NIZHNEVARTOVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19506,'16246','Nizhniy Novgorod','NIZHNIY NOVGOROD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19507,'36517','Nizwa','NIZWA',NULL,'','Oman','Nizwa',0,0,165,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19508,'15280','Nizwá','NIZWÁ',NULL,'','Oman','',0,0,165,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19509,'41855','Njivice','NJIVICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19510,'24056','Nkayi','NKAYI',NULL,'','Congo','',0,0,51,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19511,'41656','N\'koob','N\'KOOB',NULL,'','Morocco','',0,0,148,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19512,'32529','Nkwalini','NKWALINI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19513,'3060','Noain','NOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19514,'3673','Noalla','NOALLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19515,'19126','Noank','NOANK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19516,'26463','Noarlunga','NOARLUNGA',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19517,'17718','Noatak','NOATAK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19518,'26734','Nobby','NOBBY',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19519,'34579','Nobel','NOBEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19520,'26531','Noble Park','NOBLE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19521,'20957','Noblesville','NOBLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19522,'35753','Noboribetsu','NOBORIBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19523,'12210','Nocera Superiore','NOCERA SUPERIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19524,'12212','Noceto','NOCETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19525,'12213','Noci','NOCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19526,'39514','Nods','NODS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19527,'95','Noerdlingen','NOERDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19528,'43099','Noeux Les Mines','NOEUX LES MINES',NULL,'','France','',0,0,76,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19529,'38284','Noeux-les-mines','NOEUX-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19530,'28551','Nogal','NOGAL',NULL,'','United States','',0,0,231,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19531,'18171','Nogales','NOGALES',NULL,'','United States','',0,0,231,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19532,'13925','Nogales','NOGALES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19533,'12214','Nogara','NOGARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19534,'6118','Nogaro','NOGARO',NULL,'','France','',0,0,76,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19535,'12947','Nogarole Rocca','NOGAROLE ROCCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19536,'16398','Nogatino','NOGATINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19537,'4421','Nogent Le Rotrou','NOGENT LE ROTROU',NULL,'','France','',0,0,76,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19538,'41370','Nogent-le-rotrou','NOGENT-LE-ROTROU',NULL,'','France','',0,0,76,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19539,'4766','Nogent-sur-marne','NOGENT-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19540,'16028','Nogueira','NOGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19541,'38244','Nogueira De Ramuin','NOGUEIRA DE RAMUIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19542,'684','Nohfelden','NOHFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19543,'10449','Noida','NOIDA',NULL,'','India','Noida',6,0,101,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19544,'24702','Noirefontaine','NOIREFONTAINE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19545,'6261','Noirmoutier','NOIRMOUTIER',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19546,'5868','Noisiel','NOISIEL',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19547,'4767','Noisy-le-grand','NOISY-LE-GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19548,'5666','Noizay','NOIZAY',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19549,'3132','Noja','NOJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19550,'16277','Nojabrxsk','NOJABRXSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19551,'3917','Nokia','NOKIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19552,'19511','Nokomis','NOKOMIS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19553,'37967','Nomaglio','NOMAGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19554,'40275','Nonant','NONANT',NULL,'','France','',0,0,76,'2016-10-17 11:29:25','1900-01-01 00:00:00',1,0,1),(19555,'21463','Nonantum','NONANTUM',NULL,'','United States','',0,0,231,'2016-10-17 11:29:25','1900-01-01 00:00:00',1,0,1),(19556,'17720','Nondalton','NONDALTON',NULL,'','United States','',0,0,231,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19557,'17066','Nong Khai','NONG KHAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19558,'23998','Nonghui','NONGHUI',NULL,'','China','',0,0,46,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19560,'13467','Nonouti','NONOUTI',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19561,'17074','Nonthaburi','NONTHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19562,'4104','Nontron','NONTRON',NULL,'','France','',0,0,76,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19563,'37539','Noonu Atoll','NOONU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19564,'14575','Noorbeek','NOORBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19565,'25835','Noord','NOORD',NULL,'','Aruba','',0,0,12,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19566,'32485','Noordhoek','NOORDHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19567,'41043','Noordwijk','NOORDWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19568,'14726','Noordwijkerhout','NOORDWIJKERHOUT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19569,'17721','Noorvik','NOORVIK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19570,'26736','Noosa','NOOSA',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19571,'26424','Noosaville','NOOSAVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19572,'14727','Nootdorp','NOOTDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19573,'41332','Nooverha','NOOVERHA',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19574,'16762','Nora','NORA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19575,'12216','Norcia','NORCIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19576,'18723','Norco','NORCO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:29','1900-01-01 00:00:00',1,0,1),(19577,'19886','Norcross','NORCROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:29','1900-01-01 00:00:00',1,0,1),(19578,'44025','Nord-aurdal','NORD-AURDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:31','1900-01-01 00:00:00',1,0,1),(19579,'41333','Nordberg','NORDBERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19580,'37471','Nordborg','NORDBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19581,'2263','Nordby','NORDBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19582,'27259','Norddeich','NORDDEICH',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19583,'40105','Norddorf','NORDDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19584,'18724','Norden','NORDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19585,'27260','Norden','NORDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19586,'27261','Nordenham','NORDENHAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19587,'27262','Norderney','NORDERNEY',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19588,'730','Norderstedt','NORDERSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19589,'16094','Nordeste','NORDESTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19590,'14983','Nordfjordeid','NORDFJORDEID',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19591,'39571','Nordhausen','NORDHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19592,'96','Nordholz-spieka','NORDHOLZ-SPIEKA',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19593,'2126','Nordjylland','NORDJYLLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19594,'276','Nordlingen','NORDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19595,'20383','Nordman','NORDMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19596,'43328','Nordreisa','NORDREISA',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19597,'14954','Nordstrand','NORDSTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19598,'14812','Nord-trondelag','NORD-TRONDELAG',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19599,'3098','Norena','NORENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19600,'39855','Noresund','NORESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19601,'21464','Norfolk','NORFOLK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19602,'7228','Norfolk','NORFOLK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19603,'14437','Norfolk Island','NORFOLK ISLAND',NULL,'','Norfolk Island','',0,0,162,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19604,'14900','Norheimsund','NORHEIMSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19605,'16278','Norilsk','NORILSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19606,'20680','Normal','NORMAL',NULL,'','United States','',0,0,231,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19607,'32934','Norman','NORMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19608,'7229','Norman Cross','NORMAN CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19609,'1400','Normandy','NORMANDY',NULL,'','FRANCE','',0,0,76,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19610,'26425','Normanton','NORMANTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19611,'26464','Normanville','NORMANVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19612,'2196','Norre Broby','NORRE BROBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19613,'20681','Norridge','NORRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:44','1900-01-01 00:00:00',1,0,1),(19614,'32121','Norris','NORRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19615,'30100','Norristown','NORRISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19616,'16656','Norrkoping','NORRKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19617,'16838','Norrtalje','NORRTALJE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19618,'26962','Norseman','NORSEMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19619,'32333','Norsup','NORSUP',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19620,'27263','Norten-hardenberg','NORTEN-HARDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19621,'2127','North Arhus','NORTH ARHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:47','1900-01-01 00:00:00',1,0,1),(19622,'13755','North Ari Atoll','NORTH ARI ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:29:47','1900-01-01 00:00:00',1,0,1),(19623,'22957','North Battleford','NORTH BATTLEFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:48','1900-01-01 00:00:00',1,0,1),(19624,'24778','North Black Sea Coast','NORTH BLACK SEA COAST',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:29:51','1900-01-01 00:00:00',1,0,1),(19625,'23616','North Chaoyang','NORTH CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:29:53','1900-01-01 00:00:00',1,0,1),(19626,'13842','North Coast','NORTH COAST',NULL,'','Mexico','',0,0,141,'2016-10-17 11:29:55','1900-01-01 00:00:00',1,0,1),(19627,'10451','North Dum-dum','NORTH DUM-DUM',NULL,'','India','',0,0,101,'2016-10-17 11:29:57','1900-01-01 00:00:00',1,0,1),(19628,'42015','North Eleuthera','NORTH ELEUTHERA',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:29:58','1900-01-01 00:00:00',1,0,1),(19629,'42628','North Labanon','NORTH LABANON',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:30:05','1900-01-01 00:00:00',1,0,1),(19630,'1255','North Portugal','NORTH PORTUGAL',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 11:30:12','1900-01-01 00:00:00',1,0,1),(19631,'1402','North Sardinia','NORTH SARDINIA',NULL,'','ITALY','',0,0,107,'2016-10-17 11:30:16','1900-01-01 00:00:00',1,0,1),(19632,'97','North Sea Coast (Lower Saxony)','NORTH SEA COAST (LOWER SAXONY)',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:17','1900-01-01 00:00:00',1,0,1),(19633,'24262','North Side','NORTH SIDE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 11:30:18','1900-01-01 00:00:00',1,0,1),(19634,'32223','North Sound','NORTH SOUND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:30:18','1900-01-01 00:00:00',1,0,1),(19635,'8640','Northallerton','NORTHALLERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19636,'26609','Northam','NORTHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19637,'21483','Northampton','NORTHAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19638,'1404','Northampton','NORTHAMPTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19639,'21484','Northborough','NORTHBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19640,'26963','Northbridge','NORTHBRIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19641,'20685','Northbrook','NORTHBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19642,'26426','Northcote','NORTHCOTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19643,'15226','Northcote','NORTHCOTE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19644,'24779','Northeast Bulgaria','NORTHEAST BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19645,'197','Northeast Lake District','NORTHEAST LAKE DISTRICT',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19646,'26854','Northeast Tasmania','NORTHEAST TASMANIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19647,'31367','Northeastern Vermont','NORTHEASTERN VERMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19648,'27264','Northeim','NORTHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19649,'28552','Northern Albuquerque','NORTHERN ALBUQUERQUE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19650,'22365','Northern Black Forest','NORTHERN BLACK FOREST',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19651,'2128','Northern City','NORTHERN CITY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19652,'9956','Northern Coast','NORTHERN COAST',NULL,'','Honduras','',0,0,97,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19653,'4424','Northern Corsica','NORTHERN CORSICA',NULL,'','France','',0,0,76,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19654,'9996','Northern Dalmatia','NORTHERN DALMATIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19655,'10988','Northern Iceland','NORTHERN ICELAND',NULL,'','Iceland','',0,0,100,'2016-10-17 11:30:30','1900-01-01 00:00:00',1,0,1),(19656,'15814','Northern Leiria','NORTHERN LEIRIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:30:30','1900-01-01 00:00:00',1,0,1),(19657,'11332','Northern Piedmont','NORTHERN PIEDMONT',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19658,'16681','Northern Stockholm County','NORTHERN STOCKHOLM COUNTY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19659,'26029','Northern United Arab Emirates','NORTHERN UNITED ARAB EMIRATES',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19660,'21485','Northfield','NORTHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:32','1900-01-01 00:00:00',1,0,1),(19661,'8642','Northfield','NORTHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:32','1900-01-01 00:00:00',1,0,1),(19662,'32023','Northfork','NORTHFORK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19663,'26737','Northgate','NORTHGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19664,'33508','Northglenn','NORTHGLENN',NULL,'','United States','',0,0,231,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19665,'40310','Northington','NORTHINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19666,'14475','North-kennemerland','NORTH-KENNEMERLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19667,'20686','Northlake','NORTHLAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19668,'1103','Northland Region','NORTHLAND REGION',NULL,'','NEW ZEALAND','',0,0,157,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19669,'8643','Northleach','NORTHLEACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19670,'27730','Northmoor','NORTHMOOR',NULL,'','United States','',0,0,231,'2016-10-17 11:30:35','1900-01-01 00:00:00',1,0,1),(19671,'8644','Northop','NORTHOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:35','1900-01-01 00:00:00',1,0,1),(19672,'29000','Northport','NORTHPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:30:36','1900-01-01 00:00:00',1,0,1),(19673,'18732','Northridge','NORTHRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:36','1900-01-01 00:00:00',1,0,1),(19674,'18733','Northstar','NORTHSTAR',NULL,'','United States','',0,0,231,'2016-10-17 11:30:37','1900-01-01 00:00:00',1,0,1),(19675,'29001','Northville','NORTHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:37','1900-01-01 00:00:00',1,0,1),(19676,'30830','Northwest - Six Flags','NORTHWEST - SIX FLAGS',NULL,'','United States','',0,0,231,'2016-10-17 11:30:38','1900-01-01 00:00:00',1,0,1),(19677,'24780','Northwest Bulgaria','NORTHWEST BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:30:39','1900-01-01 00:00:00',1,0,1),(19678,'16935','Northwest Point','NORTHWEST POINT',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:30:40','1900-01-01 00:00:00',1,0,1),(19679,'26855','Northwest Tasmania','NORTHWEST TASMANIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:40','1900-01-01 00:00:00',1,0,1),(19680,'8645','Northwich','NORTHWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19681,'8646','Northwold','NORTHWOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19682,'29476','Northwood','NORTHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19683,'31191','Norton','NORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:30:42','1900-01-01 00:00:00',1,0,1),(19684,'19130','Norwalk','NORWALK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:44','1900-01-01 00:00:00',1,0,1),(19685,'22190','Norway','NORWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19686,'25615','Norway House','NORWAY HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19687,'21487','Norwell','NORWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19688,'1405','Norwich','NORWICH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:46','1900-01-01 00:00:00',1,0,1),(19689,'29478','Norwich','NORWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:30:46','1900-01-01 00:00:00',1,0,1),(19690,'29479','Norwood','NORWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:47','1900-01-01 00:00:00',1,0,1),(19691,'24220','Nosara','NOSARA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19692,'13318','Noshiro','NOSHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19693,'39877','Nossentiner Hutte','NOSSENTINER HUTTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19694,'39187','Nossi-be','NOSSI-BE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19695,'40166','Noszvaj','NOSZVAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19696,'12217','Noto','NOTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19697,'43180','Noto','NOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19698,'15007','Notodden','NOTODDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19699,'41134','Notre Dame Du Portage','NOTRE DAME DU PORTAGE',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19700,'6682','Notre-dame-de-bellecombe','NOTRE-DAME-DE-BELLECOMBE',NULL,'','France','',0,0,76,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19701,'40194','Notre-dame-de-monts','NOTRE-DAME-DE-MONTS',NULL,'','France','',0,0,76,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19702,'39303','Notre-dame-du-bon-conseil','NOTRE-DAME-DU-BON-CONSEIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19703,'26532','Notting Hill','NOTTING HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19704,'1399','Nottingham','NOTTINGHAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19705,'23303','Nottwil','NOTTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19706,'42553','Nouakchott','NOUAKCHOTT',NULL,'','Mauritania','',0,0,138,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19707,'14432','Noumea','NOUMEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19708,'16644','Nova Gorica','NOVA GORICA',NULL,'','Slovenia','Nova Gorica',0,0,192,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19709,'12221','Novafeltria','NOVAFELTRIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19710,'10026','Novalja','NOVALJA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19711,'12800','Novara','NOVARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19712,'12222','Novate Milanese','NOVATE MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:54','1900-01-01 00:00:00',1,0,1),(19713,'18735','Novato','NOVATO',NULL,'','United States','',0,0,231,'2016-10-17 11:30:58','1900-01-01 00:00:00',1,0,1),(19714,'16304','Novaya Derevnya','NOVAYA DEREVNYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:30:58','1900-01-01 00:00:00',1,0,1),(19715,'36025','Nove Mesto Na Morave','NOVE MESTO NA MORAVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19716,'38255','Nove Zamky','NOVE ZAMKY',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19717,'11335','Novegro','NOVEGRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19718,'38937','Novello','NOVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19719,'12902','Noventa Di Piave','NOVENTA DI PIAVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19720,'6500','Noves','NOVES',NULL,'','France','',0,0,76,'2016-10-17 11:31:00','1900-01-01 00:00:00',1,0,1),(19721,'12223','Novi Ligure','NOVI LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19722,'36643','Novi Sad','NOVI SAD',NULL,'','Serbia','',0,0,468,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19723,'10027','Novi Vinodolski','NOVI VINODOLSKI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19724,'9972','Novigrad','NOVIGRAD',NULL,'','Croatia','',0,0,55,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19725,'16305','Novinki','NOVINKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19726,'44267','Novkhana','NOVKHANA',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19727,'36690','Novo Mesto','NOVO MESTO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19728,'39682','Novo Sancti Petri','NOVO SANCTI PETRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19729,'16280','Novoarchangelskoje','NOVOARCHANGELSKOJE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19730,'16373','Novogireyevo','NOVOGIREYEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19731,'16399','Novokhovrino','NOVOKHOVRINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19732,'16336','Novokuznetsk','NOVOKUZNETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19733,'16281','Novorossijsk','NOVOROSSIJSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19734,'16410','Novosibirsk','NOVOSIBIRSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19735,'41866','Novy Jicin','NOVY JICIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19736,'43996','Novy Smokovec','NOVY SMOKOVEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19737,'16282','Novyj Urengoj','NOVYJ URENGOJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19738,'39465','Nowogrod','NOWOGROD',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19739,'34274','Nowra','NOWRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19740,'15659','Nowy Sacz','NOWY SACZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19741,'38577','Noxen','NOXEN',NULL,'','United States','',0,0,231,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19742,'5667','Noyant-de-touraine','NOYANT-DE-TOURAINE',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19743,'6188','Noyelles-godault','NOYELLES-GODAULT',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19744,'6189','Noyelles-sous-lens','NOYELLES-SOUS-LENS',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19745,'6310','Noyelles-sur-mer','NOYELLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:31:04','1900-01-01 00:00:00',1,0,1),(19746,'4427','Noyers Sur Cher','NOYERS SUR CHER',NULL,'','France','',0,0,76,'2016-10-17 11:31:04','1900-01-01 00:00:00',1,0,1),(19747,'6311','Noyon','NOYON',NULL,'','France','',0,0,76,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19748,'26856','Nubeena','NUBEENA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19749,'4428','Nuces','NUCES',NULL,'','France','',0,0,76,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19750,'277','Nudlingen','NUDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19751,'39060','Nuenen','NUENEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19752,'42446','Nuerburg','NUERBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19753,'2081','Nuertingen','NUERTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19754,'41569','Nueva Andalucia','NUEVA ANDALUCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19755,'13976','Nueva Atzacoalco','NUEVA ATZACOALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19756,'43117','Nuevalos','NUEVALOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19757,'3807','Nuevo Horizonte','NUEVO HORIZONTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19758,'14109','Nuevo Laredo','NUEVO LAREDO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19759,'22606','Nufringen','NUFRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19760,'933','Nui Thanh','NUI THANH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19761,'17723','Nuiqsut','NUIQSUT',NULL,'','United States','',0,0,231,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19762,'4894','Nuits-saint-georges','NUITS-SAINT-GEORGES',NULL,'','France','',0,0,76,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19763,'17115','Nuku Alofa','NUKU ALOFA',NULL,'','Tonga','',0,0,218,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19764,'36540','Nuku Hiva','NUKU HIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19765,'36797','Nuku\'alofa','NUKU\'ALOFA',NULL,'','Tonga','',0,0,218,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19766,'4068','Nukubati Island','NUKUBATI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19767,'32159','Nukus','NUKUS',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19768,'14605','Nuland','NULAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19769,'17724','Nulato','NULATO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19770,'44265','Nulkaba','NULKABA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19771,'12224','Numana','NUMANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19772,'13319','Numazu','NUMAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19773,'548','Numbrecht','NUMBRECHT',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19774,'26296','Numbulwar','NUMBULWAR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19775,'10189','Numfoor','NUMFOOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19776,'17725','Nunapitchuk','NUNAPITCHUK',NULL,'','United States','',0,0,231,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19777,'26533','Nunawading','NUNAWADING',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19778,'34276','Nundle','NUNDLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19779,'8649','Nuneaton','NUNEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19780,'23547','Nunoa','NUNOA',NULL,'','Chile','',0,0,45,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19781,'14546','Nunspeet','NUNSPEET',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19782,'16134','Nunue','NUNUE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19783,'10249','Nunukan','NUNUKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19784,'12827','Nuoro','NUORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19785,'650','Nurburg','NURBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19786,'22367','Nuremberg','NUREMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19787,'36053','Nuremberg-fuerth','NUREMBERG-FUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19788,'26814','Nuriootpa','NURIOOTPA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19789,'4003','Nurmes','NURMES',NULL,'','Finland','',0,0,75,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19790,'278','Nurnberg','NURNBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19791,'43194','Nurtingen','NURTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19792,'22368','Nürtingen','NÜRTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19793,'11338','Nusenna','NUSENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19794,'39430','Nussdorf Am Inn','NUSSDORF AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19795,'8650','Nutfield','NUTFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19796,'9864','Nuuk','NUUK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19797,'13602','Nuwara Eliya','NUWARA ELIYA',NULL,'','Sri Lanka','Nuwara Eliya',0,0,200,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19798,'2456','Nuweiba','NUWEIBA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19799,'17726','Nyac','NYAC',NULL,'','United States','',0,0,231,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19800,'29003','Nyack','NYACK',NULL,'','United States','',0,0,231,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19801,'32667','Nyanga','NYANGA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19802,'41099','Nyaung Shwe','NYAUNG SHWE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19803,'36394','Nyaung-u','NYAUNG-U',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19804,'2197','Nyborg','NYBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19805,'2323','Nyby Strandhuse','NYBY STRANDHUSE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19806,'40348','Nyíregyháza','NYÍREGYHÁZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19807,'2308','Nykobing','NYKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19808,'16777','Nykoping','NYKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19809,'32587','Nylstroom','NYLSTROOM',NULL,'','South Africa','',0,0,195,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19810,'24354','Nymburk','NYMBURK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19811,'2264','Nymindegab','NYMINDEGAB',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19812,'16839','Nynashamn','NYNASHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19813,'34277','Nyngan','NYNGAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19814,'23304','Nyon','NYON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19815,'6683','Nyons','NYONS',NULL,'','France','',0,0,76,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19816,'40162','O Carballino','O CARBALLINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19817,'41489','O Grove','O GROVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19818,'39680','O Pino','O PINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19819,'33036','Oacoma','OACOMA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19820,'8651','Oadby','OADBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:17','1900-01-01 00:00:00',1,0,1),(19821,'36916','Oahu-honolulu','OAHU-HONOLULU',NULL,'','United States','',0,0,231,'2016-10-17 11:31:17','1900-01-01 00:00:00',1,0,1),(19822,'36942','Oahu-kapolei','OAHU-KAPOLEI',NULL,'','United States','',0,0,231,'2016-10-17 11:31:18','1900-01-01 00:00:00',1,0,1),(19823,'36978','Oahu-makaha','OAHU-MAKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:18','1900-01-01 00:00:00',1,0,1),(19824,'37059','Oahu-waikiki','OAHU-WAIKIKI',NULL,'','United States','',0,0,231,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19825,'36856','Oahu-waimanalo','OAHU-WAIMANALO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19826,'25616','Oak Bluff','OAK BLUFF',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19827,'20691','Oakbrook Terrace','OAKBROOK TERRACE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:25','1900-01-01 00:00:00',1,0,1),(19828,'21242','Oakdale','OAKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:25','1900-01-01 00:00:00',1,0,1),(19829,'8652','Oakham','OAKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:27','1900-01-01 00:00:00',1,0,1),(19830,'19522','Oakhurst','OAKHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:31:27','1900-01-01 00:00:00',1,0,1),(19831,'20692','Oakland','OAKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:31:28','1900-01-01 00:00:00',1,0,1),(19832,'26926','Oakleigh','OAKLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19833,'21111','Oakley','OAKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19834,'37596','Oakley','OAKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19835,'7242','Oakmere','OAKMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:34','1900-01-01 00:00:00',1,0,1),(19836,'30108','Oakmont','OAKMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:31:34','1900-01-01 00:00:00',1,0,1),(19837,'29719','Oakridge','OAKRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:35','1900-01-01 00:00:00',1,0,1),(19838,'18742','Oakville','OAKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:36','1900-01-01 00:00:00',1,0,1),(19839,'34583','Oakville','OAKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19840,'29480','Oakwood','OAKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19841,'26857','Oakwood','OAKWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19842,'15145','Oamaru','OAMARU',NULL,'','New Zealand','Oamaru',0,0,157,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19843,'13320','Obama','OBAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19844,'1407','Oban','OBAN',NULL,'','UNITED KINGDOM','Oban',0,0,469,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19845,'10250','Obano','OBANO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19846,'24431','Obdach','OBDACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19847,'23305','Ober Tschappina','OBER TSCHAPPINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19848,'279','Oberammergau','OBERAMMERGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19849,'24555','Oberau','OBERAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19850,'280','Oberaudorf','OBERAUDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19851,'462','Oberaula','OBERAULA',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19852,'463','Oberbreitzbach','OBERBREITZBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19853,'11339','Obereggen','OBEREGGEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19854,'23465','Oberentfelden','OBERENTFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19855,'23306','Obererlinsbach','OBERERLINSBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19856,'39195','Obergesteln','OBERGESTELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19857,'24558','Obergurgl','OBERGURGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19858,'22369','Oberharmersbach','OBERHARMERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19859,'44180','Oberharz Am Brocken','OBERHARZ AM BROCKEN',NULL,'','Greece','',0,0,86,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19860,'40092','Oberhaslach','OBERHASLACH',NULL,'','France','',0,0,76,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19861,'2036','Oberhausen','OBERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19862,'2094','Oberhof','OBERHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19863,'281','Oberkirch','OBERKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19864,'24536','Oberlaa','OBERLAA',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19865,'651','Oberlahr','OBERLAHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19866,'21112','Oberlin','OBERLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19867,'22370','Obermaiselstein','OBERMAISELSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19868,'6782','Obernai','OBERNAI',NULL,'','France','',0,0,76,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19869,'39788','Obernberg Am Brenner','OBERNBERG AM BRENNER',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19870,'282','Obernzell','OBERNZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19871,'464','Oberorke','OBERORKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19872,'283','Oberpfaffenhofen','OBERPFAFFENHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19873,'39037','Oberpullendorf','OBERPULLENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19874,'38506','Oberraden','OBERRADEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19875,'284','Oberried','OBERRIED',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19876,'2068','Oberschleissheim','OBERSCHLEISSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19877,'2009','Oberschoneweide','OBERSCHONEWEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19878,'285','Obersendling','OBERSENDLING',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19879,'286','Oberstaufen','OBERSTAUFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19880,'22371','Oberstdorf','OBERSTDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19881,'5043','Obersteigen','OBERSTEIGEN',NULL,'','France','',0,0,76,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19882,'23062','Oberstrass','OBERSTRASS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19883,'24393','Obertauern','OBERTAUERN',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19884,'38043','Oberterzen','OBERTERZEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19885,'685','Oberthal','OBERTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19886,'39767','Obertraun','OBERTRAUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19887,'287','Obertrubach','OBERTRUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19888,'27013','Obertrumersee','OBERTRUMERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19889,'465','Oberursel','OBERURSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19890,'39722','Oberwald','OBERWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19891,'44147','Oberwesel','OBERWESEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19892,'22372','Oberwiesenthal','OBERWIESENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19893,'44148','Oberwolfach','OBERWOLFACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19894,'29483','Obetz','OBETZ',NULL,'','United States','',0,0,231,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19895,'15981','Obidos','OBIDOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19896,'13321','Obihiro','OBIHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19897,'2097','Obock','OBOCK',NULL,'','Djibouti','',0,0,60,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19898,'38973','Obsteig','OBSTEIG',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19899,'42273','Obuasi','OBUASI',NULL,'','Ghana','',0,0,84,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19900,'38181','Obudu','OBUDU',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19901,'23063','Obwalden - Nidwalden','OBWALDEN - NIDWALDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19902,'24797','Obzor','OBZOR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19903,'19524','Ocala','OCALA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19904,'24119','Ocana','OCANA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19905,'37522','Ocana','OCANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19906,'12225','Occhiobello','OCCHIOBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19907,'18743','Occidental','OCCIDENTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19908,'12226','Occimiano','OCCIMIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19909,'25497','Ocean Falls','OCEAN FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:50','1900-01-01 00:00:00',1,0,1),(19910,'18745','Oceano','OCEANO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:53','1900-01-01 00:00:00',1,0,1),(19911,'13087','Ocho Rios','OCHO RIOS',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19912,'15698','Ochota','OCHOTA',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19913,'288','Ochsenfurt','OCHSENFURT',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19914,'22607','Ochsenhausen','OCHSENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19915,'16225','Ocna Sibiului','OCNA SIBIULUI',NULL,'','Romania','',0,0,179,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19916,'19525','Ocoee','OCOEE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19917,'39050','Oconnor','OCONNOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19918,'26611','O\'connor','O\'CONNOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19919,'31843','Oconomowoc','OCONOMOWOC',NULL,'','United States','',0,0,231,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19920,'31844','Oconto','OCONTO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:56','1900-01-01 00:00:00',1,0,1),(19921,'33963','Ocracoke','OCRACOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:56','1900-01-01 00:00:00',1,0,1),(19922,'13323','Odawara','ODAWARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19923,'14777','Odda','ODDA',NULL,'','Norway','Odda',0,0,164,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19924,'2154','Odder','ODDER',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19925,'30834','Odem','ODEM',NULL,'','United States','',0,0,231,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19926,'2198','Odense','ODENSE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19927,'21756','Odenton','ODENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19928,'22373','Odenwald','ODENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19929,'12903','Oderzo','ODERZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19930,'34584','Odessa','ODESSA',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19931,'27734','Odessa','ODESSA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19932,'17498','Odessa','ODESSA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19933,'8654','Odiham','ODIHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19934,'41651','Odivelas','ODIVELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19935,'14499','Odoorn','ODOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19936,'36631','Odorheiu Secuiesc','ODORHEIU SECUIESC',NULL,'','Romania','',0,0,179,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19937,'6119','Odos','ODOS',NULL,'','France','',0,0,76,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19938,'14728','Oegstgeest','OEGSTGEEST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19939,'20262','Oelwein','OELWEIN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19940,'26298','Oenpelli','OENPELLI',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19941,'23307','Oerlikon','OERLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19942,'37222','Oesterbybruk','OESTERBYBRUK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19943,'40001','Oestrich-winkel','OESTRICH-WINKEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19944,'24559','Oetz','OETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19945,'27014','Oetztal','OETZTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19946,'41838','Oeversee','OEVERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19947,'5782','Offemont','OFFEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19948,'466','Offenbach','OFFENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19949,'22608','Offenburg','OFFENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19950,'37669','Offida','OFFIDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19951,'15817','Ofir','OFIR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19952,'26155','Ofu Island','OFU ISLAND',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19953,'13324','Ogaki','OGAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19954,'28154','Ogallala','OGALLALA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19955,'33374','Ogden','OGDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:04','1900-01-01 00:00:00',1,0,1),(19956,'29008','Ogdensburg','OGDENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19957,'11340','Oggebbio','OGGEBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19958,'3276','Ogijares','OGIJARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19959,'20694','Oglesby','OGLESBY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19960,'42153','Ogliastra','OGLIASTRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19961,'34585','Ogoki','OGOKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19962,'37415','Ogori','OGORI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19963,'43527','Ogre','OGRE',NULL,'','Latvia','',0,0,119,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19964,'21903','Ogunquit','OGUNQUIT',NULL,'','United States','',0,0,231,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19965,'37511','Ohakune','OHAKUNE',NULL,'','New Zealand','Ohakune',0,0,157,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19966,'42689','Ohito','OHITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19967,'381','Ohlsdorf','OHLSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19968,'289','Ohlstadt','OHLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19969,'41852','Ohrid','OHRID',NULL,'','Macedonia','',0,0,129,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19970,'32588','Ohrigstad','OHRIGSTAD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19971,'9814','Oia','OIA',NULL,'','Greece','Oia',0,0,86,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19972,'25026','Oiapoque','OIAPOQUE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19973,'41471','Oiartzun','OIARTZUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19974,'39592','Oiso','OISO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19975,'5826','Oissel','OISSEL',NULL,'','France','',0,0,76,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19976,'14606','Oisterwijk','OISTERWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19977,'25243','Oistins','OISTINS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19978,'13404','Oita','OITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19979,'5668','Oizon','OIZON',NULL,'','France','',0,0,76,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19980,'42560','Oizumi','OIZUMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19981,'18747','Ojai','OJAI',NULL,'','United States','',0,0,231,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19982,'3277','Ojen','OJEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19983,'10316','Okaba','OKABA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19984,'43030','Okains Bay','OKAINS BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19985,'13180','Okamoto','OKAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19986,'43801','Okanagan Falls','OKANAGAN FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19987,'31570','Okanogan','OKANOGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19988,'14404','Okavango','OKAVANGO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19989,'20695','Okawville','OKAWVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19990,'42879','Okaya','OKAYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19991,'13405','Okayama','OKAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19992,'42690','Okazaki','OKAZAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19993,'15593','Okecie Airport','OKECIE AIRPORT',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19994,'19526','Okeechobee','OKEECHOBEE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19995,'8655','Okehampton','OKEHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19996,'32936','Okemah','OKEMAH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19997,'22194','Okemos','OKEMOS',NULL,'','United States','',0,0,231,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(19998,'15146','Okiato','OKIATO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(19999,'32486','Okiep','OKIEP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20000,'35709','Okinawa-ginowan','OKINAWA-GINOWAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20001,'35734','Okinawa-kunigamison','OKINAWA-KUNIGAMISON',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20002,'35750','Okinawa-nago','OKINAWA-NAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20003,'35704','Okinawa-naha','OKINAWA-NAHA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20004,'35756','Okinawa-onnason','OKINAWA-ONNASON',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20005,'35769','Okinawa-yomitan','OKINAWA-YOMITAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20006,'13182','Okino Erabu','OKINO ERABU',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20007,'43198','Okinoshima','OKINOSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20008,'32939','Okmulgee','OKMULGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:15','1900-01-01 00:00:00',1,0,1),(20009,'20263','Okoboji','OKOBOJI',NULL,'','United States','',0,0,231,'2016-10-17 11:32:15','1900-01-01 00:00:00',1,0,1),(20010,'27894','Okolona','OKOLONA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20011,'6844','Okondja','OKONDJA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20012,'25341','Okotoks','OKOTOKS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20013,'24057','Okoyo','OKOYO',NULL,'','Congo','',0,0,51,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20014,'39930','Okrug Donji','OKRUG DONJI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20015,'10191','Oksibil','OKSIBIL',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20016,'17220','Okurcalar','OKURCALAR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20017,'13390','Okushiri','OKUSHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20018,'10989','Olafsfjordur','OLAFSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20019,'11015','Olafsvik','OLAFSVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20020,'39048','Olaibar','OLAIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20021,'38575','Olakira Camp','OLAKIRA CAMP',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20022,'5949','Olargues','OLARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20023,'21113','Olathe','OLATHE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20024,'3061','Olave','OLAVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20025,'1898','Olbernhau','OLBERNHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20026,'1899','Olbersdorf','OLBERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20027,'12768','Olbia','OLBIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20028,'5336','Olby','OLBY',NULL,'','France','',0,0,76,'2016-10-17 11:32:19','1900-01-01 00:00:00',1,0,1),(20029,'290','Olching','OLCHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:19','1900-01-01 00:00:00',1,0,1),(20030,'14228','Old Towne','OLD TOWNE',NULL,'','Montserrat','',0,0,147,'2016-10-17 11:32:22','1900-01-01 00:00:00',1,0,1),(20031,'8658','Oldbury','OLDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20032,'14993','Olden','OLDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20033,'27265','Oldenburg','OLDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20034,'22374','Oldenburger Munsterland','OLDENBURGER MUNSTERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20035,'8659','Oldham','OLDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20036,'8660','Oldmeldrum','OLDMELDRUM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20037,'25342','Olds','OLDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20038,'19528','Oldsmar','OLDSMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20039,'29012','Olean','OLEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20040,'25826','O\'leary','O\'LEARY',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20041,'12936','Oleggio','OLEGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20042,'3674','Oleiros','OLEIROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20043,'6120','Olemps','OLEMPS',NULL,'','France','',0,0,76,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20044,'42747','Olerdola','OLERDOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20045,'38628','Olèrdola','OLÈRDOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20046,'3576','Olesa De Montserrat','OLESA DE MONTSERRAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20047,'38781','Oletta','OLETTA',NULL,'','France','',0,0,76,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20048,'17728','Olga Bay','OLGA BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20049,'16283','Olgino','OLGINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20050,'15937','Olhao','OLHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20051,'15938','Olhos De Agua','OLHOS DE AGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20052,'44260','Olhuveli','OLHUVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20053,'12227','Oliena','OLIENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20054,'25032','Olinda','OLINDA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20055,'40253','Olinda','OLINDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20056,'3062','Olite','OLITE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20057,'15818','Olivais Sul','OLIVAIS SUL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20058,'39519','Olivares','OLIVARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20059,'27895','Olive Branch','OLIVE BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:29','1900-01-01 00:00:00',1,0,1),(20060,'15861','Oliveira De Azemeis','OLIVEIRA DE AZEMEIS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:29','1900-01-01 00:00:00',1,0,1),(20061,'38391','Olivella','OLIVELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20062,'3645','Olivenza','OLIVENZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20063,'25499','Oliver','OLIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20064,'29013','Oliverea','OLIVEREA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20065,'5669','Olivet','OLIVET',NULL,'','France','',0,0,76,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20066,'12228','Oliveto Citra','OLIVETO CITRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20067,'27736','Olivette','OLIVETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20068,'27474','Olivia','OLIVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20069,'23308','Olivone','OLIVONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20070,'15379','Ollantaytambo','OLLANTAYTAMBO',NULL,'','Peru','',0,0,172,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20071,'5337','Olliergues','OLLIERGUES',NULL,'','France','',0,0,76,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20072,'41319','Olmedo','OLMEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20073,'4768','Olmeto','OLMETO',NULL,'','France','',0,0,76,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20074,'30836','Olmito','OLMITO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20075,'20696','Olney','OLNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20076,'37709','Olocau Del Rey','OLOCAU DEL REY',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20077,'16682','Olofstroem','OLOFSTROEM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20078,'36673','Olofstrom','OLOFSTROM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20079,'24348','Olomouc','OLOMOUC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20080,'15555','Olongapo','OLONGAPO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20081,'36269','Oloron-herrere','OLORON-HERRERE',NULL,'','France','',0,0,76,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20082,'5231','Oloron-sainte-marie','OLORON-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20083,'20089','Olowalu','OLOWALU',NULL,'','United States','',0,0,231,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20084,'32335','Olpoi','OLPOI',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20085,'549','Olsberg','OLSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20086,'2199','Olsted','OLSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20087,'15723','Olsztyn','OLSZTYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20088,'44049','Oltarzew','OLTARZEW',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20089,'23309','Olten','OLTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20090,'40511','Olvega','OLVEGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20091,'41947','Olvera','OLVERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20092,'31571','Olympia','OLYMPIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20093,'9557','Olympia','OLYMPIA',NULL,'','Greece','Olympia',0,0,86,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20094,'43664','Olympic Dam','OLYMPIC DAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20095,'31573','Olympic National Park','OLYMPIC NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20096,'43407','Om El Seid Hill','OM EL SEID HILL',NULL,'','Egypt','',0,0,65,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20097,'8661','Omagh','OMAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20098,'31574','Omak','OMAK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20099,'15147','Omapere','OMAPERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20100,'15227','Omarama','OMARAMA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20101,'36444','Omaruru','OMARURU',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20102,'6855','Omboue','OMBOUE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20103,'12229','Omegna','OMEGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20104,'34586','Omemee','OMEMEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20105,'13845','Ometusco','OMETUSCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20106,'13502','Omin-ni','OMIN-NI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20107,'10029','Omis','OMIS',NULL,'','Croatia','',0,0,55,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20108,'35329','Omisalj','OMISALJ',NULL,'','Croatia','Omisalj',0,0,55,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20109,'37417','Omkareshwar','OMKARESHWAR',NULL,'','India','',0,0,101,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20110,'14754','Ommen','OMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20111,'9964','Omoa','OMOA',NULL,'','Honduras','',0,0,97,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20112,'31845','Omro','OMRO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20113,'16411','Omsk','OMSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20114,'43921','Omura','OMURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20115,'31846','Onalaska','ONALASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:41','1900-01-01 00:00:00',1,0,1),(20116,'27475','Onamia','ONAMIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:41','1900-01-01 00:00:00',1,0,1),(20117,'31192','Onancock','ONANCOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20118,'42695','Onanole','ONANOLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20119,'42078','Onate','ONATE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20120,'38160','Onati','ONATI',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20121,'20264','Onawa','ONAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20122,'14418','Ondangwa','ONDANGWA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20123,'40324','Ondara','ONDARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20124,'5232','Ondres','ONDRES',NULL,'','France','',0,0,76,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20125,'15148','One Tree Hill','ONE TREE HILL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20126,'15149','Onehunga','ONEHUNGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20127,'33231','Oneida','ONEIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:44','1900-01-01 00:00:00',1,0,1),(20128,'28158','Oneill','ONEILL',NULL,'','United States','',0,0,231,'2016-10-17 11:32:44','1900-01-01 00:00:00',1,0,1),(20129,'28159','O\'neill','O\'NEILL',NULL,'','United States','',0,0,231,'2016-10-17 11:32:45','1900-01-01 00:00:00',1,0,1),(20130,'22195','Onekama','ONEKAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:45','1900-01-01 00:00:00',1,0,1),(20131,'17929','Oneonta','ONEONTA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:46','1900-01-01 00:00:00',1,0,1),(20132,'15150','Oneroa','ONEROA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20133,'41302','Ongayo','ONGAYO',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20134,'8662','Onich','ONICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20135,'33232','Only','ONLY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20136,'23443','Onnens','ONNENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20137,'4069','Ono-i-lau','ONO-I-LAU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20138,'13468','Onotoa','ONOTOA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20139,'21490','Onset','ONSET',NULL,'','United States','',0,0,231,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20140,'26612','Onslow','ONSLOW',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20141,'29721','Ontario','ONTARIO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20142,'24918','Ontario Village','ONTARIO VILLAGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:32:50','1900-01-01 00:00:00',1,0,1),(20143,'3154','Ontinyent','ONTINYENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20144,'22196','Ontonagon','ONTONAGON',NULL,'','United States','',0,0,231,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20145,'38208','Onuma','ONUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20146,'5670','Onzain','ONZAIN',NULL,'','France','',0,0,76,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20147,'14547','Ooij','OOIJ',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20148,'20090','Ookala','OOKALA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20149,'33233','Ooltewah','OOLTEWAH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20150,'24731','Oostduinkerke','OOSTDUINKERKE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20151,'40971','Oostende','OOSTENDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20152,'14548','Oosterbeek','OOSTERBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20153,'14607','Oosterhout','OOSTERHOUT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20154,'14517','Oosterwolde','OOSTERWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20155,'40513','Oostkamp','OOSTKAMP',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20156,'14518','Oost-vlieland','OOST-VLIELAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20157,'39768','Oostvoorne','OOSTVOORNE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20158,'1765','Ootacamund','OOTACAMUND',NULL,'','India','',0,0,101,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20159,'34278','Ootha','OOTHA',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20160,'14755','Ootmarsum','OOTMARSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20161,'40879','Ooty','OOTY',NULL,'','India','Ooty',18,0,101,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20162,'40009','Opalenica','OPALENICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20163,'19529','Opa-locka','OPA-LOCKA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20164,'10030','Opatija','OPATIJA',NULL,'','Croatia','Opatija',0,0,55,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20165,'21243','Opelousas','OPELOUSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20166,'12230','Opera','OPERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20167,'42411','Opfikon','OPFIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20168,'20091','Opihikao','OPIHIKAO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20169,'6501','Opio','OPIO',NULL,'','France','',0,0,76,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20170,'15652','Opole','OPOLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20171,'15228','Opononi','OPONONI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20172,'14939','Oppdal','OPPDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20173,'4431','Oppède','OPPÈDE',NULL,'','France','',0,0,76,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20174,'22609','Oppenau','OPPENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20175,'14813','Oppland','OPPLAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20176,'43018','Opua','OPUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20177,'36445','Opuwo','OPUWO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20178,'13096','Oracabessa','ORACABESSA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20179,'18175','Oracle','ORACLE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20180,'16226','Oradea','ORADEA',NULL,'','Romania','',0,0,179,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20181,'37801','Oraison','ORAISON',NULL,'','France','',0,0,76,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20182,'15229','Orakei','ORAKEI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20183,'38774','Oran','ORAN',NULL,'','Algeria','',0,0,3,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20184,'29485','Orange','ORANGE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20185,'5119','Orange','ORANGE',NULL,'','France','',0,0,76,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20186,'34279','Orange','ORANGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:59','1900-01-01 00:00:00',1,0,1),(20187,'24921','Orange Walk','ORANGE WALK',NULL,'','Belize','',0,0,22,'2016-10-17 11:33:02','1900-01-01 00:00:00',1,0,1),(20188,'30383','Orangeburg','ORANGEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:33:03','1900-01-01 00:00:00',1,0,1),(20189,'34587','Orangeville','ORANGEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20190,'14414','Oranjemund','ORANJEMUND',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20191,'25902','Oranjestad','ORANJESTAD',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20192,'25837','Oranjestad','ORANJESTAD',NULL,'','Aruba','',0,0,12,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20193,'14519','Oranjewoud','ORANJEWOUD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20194,'32487','Oranjezicht','ORANJEZICHT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20195,'10870','Oranmore','ORANMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20196,'39905','Orasac','ORASAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20197,'12231','Orbassano','ORBASSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20198,'4432','Orbec','ORBEC',NULL,'','France','',0,0,76,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20199,'12980','Orbetello','ORBETELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20200,'6783','Orbey','ORBEY',NULL,'','France','',0,0,76,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20201,'26536','Orbost','ORBOST',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20202,'16891','Orby','ORBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20203,'31575','Orcas','ORCAS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:06','1900-01-01 00:00:00',1,0,1),(20204,'31576','Orchards','ORCHARDS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20205,'10571','Orchha','ORCHHA',NULL,'','India','Orchha',15,0,101,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20206,'26738','Orchid Beach','ORCHID BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20207,'17407','Orchid Island','ORCHID ISLAND',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20208,'6502','Orcieres','ORCIERES',NULL,'','France','',0,0,76,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20209,'5338','Orcines','ORCINES',NULL,'','France','',0,0,76,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20210,'38070','Orco Feglino','ORCO FEGLINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20211,'3063','Orcoyen','ORCOYEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20212,'25881','Ordino','ORDINO',NULL,'','Andorra','',0,0,5,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20213,'43827','Ordos City','ORDOS CITY',NULL,'','China','',0,0,46,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20214,'2330','Ordrup','ORDRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20215,'17354','Ordu','ORDU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20216,'41945','Orduna','ORDUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20217,'3156','Orduña','ORDUÑA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20218,'10031','Orebic','OREBIC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20219,'16763','Orebro','OREBRO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20220,'16684','Orebro-bofors','OREBRO-BOFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20221,'37285','Orel','OREL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20222,'17509','Orel','OREL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20223,'6684','Orelle','ORELLE',NULL,'','France','',0,0,76,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20224,'33376','Orem','OREM',NULL,'','United States','',0,0,231,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20225,'3675','Orense','ORENSE',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20226,'39537','Orestiada','ORESTIADA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20227,'15230','Orewa','OREWA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20228,'11342','Orfengo Di Casalino','ORFENGO DI CASALINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20229,'43676','Orford','ORFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20230,'32750','Orford','ORFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20231,'8663','Orford','ORFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20232,'4769','Orgeval','ORGEVAL',NULL,'','France','',0,0,76,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20233,'2716','Orgiva','ORGIVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20234,'6503','Orgon','ORGON',NULL,'','France','',0,0,76,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20235,'13064','Oriago','ORIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20236,'2717','Orient','ORIENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20237,'9368','Orient Bay','ORIENT BAY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20238,'21491','Orient Heights','ORIENT HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20239,'19532','Orienta Gardens','ORIENTA GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20240,'33964','Oriental','ORIENTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20241,'23064','Origlio','ORIGLIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20242,'3771','Orihuela','ORIHUELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20243,'18755','Orinda','ORINDA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20244,'42491','Orini Nafpaktia','ORINI NAFPAKTIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20245,'29020','Oriskany','ORISKANY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20246,'12828','Oristano','ORISTANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20247,'13931','Orizaba','ORIZABA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20248,'14994','Orkanger','ORKANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20249,'43343','Orkney','ORKNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20250,'21906','Orland','ORLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:33:18','1900-01-01 00:00:00',1,0,1),(20251,'14814','Orland','ORLAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:18','1900-01-01 00:00:00',1,0,1),(20252,'19533','Orlando','ORLANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:19','1900-01-01 00:00:00',1,0,1),(20253,'34589','Orleans','ORLEANS',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:19','1900-01-01 00:00:00',1,0,1),(20254,'4982','Orleans','ORLEANS',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20255,'35169','Orleans-saran','ORLEANS-SARAN',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20256,'4770','Orly','ORLY',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20257,'15317','Ormara','ORMARA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20258,'9708','Ormilia','ORMILIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20259,'15556','Ormoc','ORMOC',NULL,'','Philippines','',0,0,173,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20260,'26299','Ormond','ORMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20261,'19536','Ormond Beach','ORMOND BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20262,'32412','Ormonde','ORMONDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20263,'44279','Ormont-dessus','ORMONT-DESSUS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20264,'8664','Ormskirk','ORMSKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20265,'5950','Ornaisons','ORNAISONS',NULL,'','France','',0,0,76,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20266,'36672','Ornskoldsvick','ORNSKOLDSVICK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20267,'16806','Ornskoldsvik','ORNSKOLDSVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20268,'901','Orocue','OROCUE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20269,'20384','Orofino','OROFINO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20270,'34411','Oromocto','OROMOCTO',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20271,'21907','Orono','ORONO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20272,'21908','Orono, Town Of','ORONO, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20273,'3418','Oropesa','OROPESA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20274,'12232','Orosei','OROSEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20275,'24205','Orosi','OROSI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20276,'3676','Oroso','OROSO',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20277,'31577','Oroville','OROVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20278,'26300','Orpheus Island','ORPHEUS ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:26','1900-01-01 00:00:00',1,0,1),(20279,'8665','Orphir','ORPHIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:26','1900-01-01 00:00:00',1,0,1),(20280,'30111','Orrtanna','ORRTANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:27','1900-01-01 00:00:00',1,0,1),(20281,'29487','Orrville','ORRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20282,'36674','Orsa','ORSA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20283,'686','Orscholz','ORSCHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20284,'23065','Orselina','ORSELINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20285,'14815','Orsta','ORSTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20286,'17343','Ortaca','ORTACA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20287,'5024','Orthez','ORTHEZ',NULL,'','France','',0,0,76,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20288,'12951','Ortisei','ORTISEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20289,'27478','Ortonville','ORTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20290,'6262','Orvault','ORVAULT',NULL,'','France','',0,0,76,'2016-10-17 11:33:30','1900-01-01 00:00:00',1,0,1),(20291,'30112','Orwigsburg','ORWIGSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20292,'13530','Oryu-dong','ORYU-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20293,'20266','Osage','OSAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20294,'35726','Osaka-kansai','OSAKA-KANSAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:32','1900-01-01 00:00:00',1,0,1),(20295,'25211','Osasco','OSASCO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:33:32','1900-01-01 00:00:00',1,0,1),(20296,'21114','Osawatomie','OSAWATOMIE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20297,'21115','Osborne','OSBORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20298,'16873','Osby','OSBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20299,'18065','Osceola','OSCEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:34','1900-01-01 00:00:00',1,0,1),(20300,'1944','Oschersleben','OSCHERSLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20301,'22197','Oscoda','OSCODA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20302,'14651','Osdorp','OSDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20303,'13447','Osh','OSH',NULL,'','Kyrgyzstan','',0,0,117,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20304,'14416','Oshakati','OSHAKATI',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20305,'34590','Oshawa','OSHAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20306,'31848','Oshkosh','OSHKOSH',NULL,'','United States','',0,0,231,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20307,'40880','Osian','OSIAN',NULL,'','India','Osian',2,0,101,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20308,'10060','Osijek','OSIJEK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20309,'12235','Osimo','OSIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20310,'20268','Oskaloosa','OSKALOOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20311,'14924','Oskarsborg','OSKARSBORG',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20312,'16731','Oskarshamn','OSKARSHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20313,'39090','Oskemen','OSKEMEN',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20314,'14955','Oslo','OSLO',NULL,'','Norway','Oslo',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20315,'36468','Oslo-asker','OSLO-ASKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20316,'15458','Oslob','OSLOB',NULL,'','Philippines','',0,0,173,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20317,'36471','Oslo-drammen','OSLO-DRAMMEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20318,'36472','Oslo-fornbeu','OSLO-FORNBEU',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20319,'36473','Oslo-gardermoen Airp','OSLO-GARDERMOEN AIRP',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20320,'36477','Oslo-hovik','OSLO-HOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20321,'36478','Oslo-kolbotn','OSLO-KOLBOTN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20322,'36481','Oslo-lorenskog','OSLO-LORENSKOG',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20323,'36485','Oslo-royken','OSLO-ROYKEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20324,'36487','Oslo-sandvika','OSLO-SANDVIKA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20325,'38120','Osmo','OSMO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20326,'36081','Osnabruck','OSNABRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20327,'22376','Osnabrucker Land','OSNABRUCKER LAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20328,'27266','Osnabrueck','OSNABRUECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20329,'23527','Osorno','OSORNO',NULL,'','Chile','',0,0,45,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20330,'3469','Osorno','OSORNO',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20331,'25500','Osoyoos','OSOYOOS',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20332,'41050','Osoyro','OSOYRO',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20333,'12236','Ospedaletti','OSPEDALETTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20334,'12237','Ospedaletto D\'alpinolo','OSPEDALETTO D\'ALPINOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20335,'12239','Ospedalicchio','OSPEDALICCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20336,'19537','Osprey','OSPREY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20337,'41364','Osseja','OSSEJA',NULL,'','France','',0,0,76,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20338,'31849','Osseo','OSSEO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:41','1900-01-01 00:00:00',1,0,1),(20339,'43234','Ossett','OSSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:41','1900-01-01 00:00:00',1,0,1),(20340,'27082','Ossiach','OSSIACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20341,'27015','Ossiacher Lake','OSSIACHER LAKE',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20342,'44232','Ossona','OSSONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20343,'37676','Ossuccio','OSSUCCIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20344,'16840','Ostberga','OSTBERGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20345,'550','Ostbevern','OSTBEVERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20346,'12240','Ostellato','OSTELLATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20347,'291','Osten','OSTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20348,'467','Osterfeld','OSTERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20349,'16685','Ostergotland','OSTERGOTLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20350,'40927','Osterley','OSTERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20351,'37741','Ostermundigen','OSTERMUNDIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20352,'38717','Osterode Am Harz','OSTERODE AM HARZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20353,'16712','Ostersund','OSTERSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20354,'21493','Osterville','OSTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20355,'22377','Ostfildern','OSTFILDERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20356,'14817','Ostfold - Vestfold','OSTFOLD - VESTFOLD',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20357,'653','Osthofen','OSTHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20358,'11344','Ostia - Pomezia','OSTIA - POMEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20359,'16874','Ostra Tommarp','OSTRA TOMMARP',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20360,'24349','Ostrava','OSTRAVA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20361,'37588','Ostravice','OSTRAVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20362,'37481','Ostringen','OSTRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20363,'44050','Ostroda','OSTRODA',NULL,'','Poland','',0,0,174,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20364,'16421','Ostrov','OSTROV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20365,'39923','Ostrov','OSTROV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20366,'1833','Ostseebad Ahrenshoop','OSTSEEBAD AHRENSHOOP',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20367,'12242','Ostuni','OSTUNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20368,'6784','Ostwald','OSTWALD',NULL,'','France','',0,0,76,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20369,'551','Ostwig','OSTWIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20370,'3278','Osuna','OSUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20371,'20699','Oswego','OSWEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20372,'8667','Oswestry','OSWESTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20373,'40928','Oswestry','OSWESTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20374,'38502','Oswiecim','OSWIECIM',NULL,'','Poland','',0,0,174,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20375,'43663','Otago','OTAGO',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20376,'15151','Otahuhu','OTAHUHU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20377,'15231','Otara','OTARA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20378,'42880','Otari','OTARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20379,'13330','Otaru','OTARU',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20380,'2399','Otavalo','OTAVALO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20381,'18758','Otay','OTAY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20382,'15232','Otematata','OTEMATATA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20383,'3834','Otepaa','OTEPAA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20384,'31578','Othello','OTHELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20385,'29723','Otis','OTIS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20386,'36446','Otjiwarongo','OTJIWARONGO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20387,'40469','Otocec','OTOCEC',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20388,'42542','Otocek','OTOCEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20389,'38236','Otofuke','OTOFUKE',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20390,'40365','Otongo','OTONGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20391,'12243','Otricoli','OTRICOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20392,'27480','Otsego','OTSEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20393,'14949','Otta','OTTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20394,'24537','Ottakring','OTTAKRING',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20395,'12244','Ottavia','OTTAVIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20396,'12245','Ottaviano','OTTAVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20397,'20700','Ottawa','OTTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20398,'34592','Ottawa','OTTAWA',NULL,'','Canada','Ottawa',0,0,39,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20399,'654','Otterberg','OTTERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20400,'8669','Otterburn','OTTERBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20401,'27267','Otterndorf','OTTERNDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20402,'8670','Ottershaw','OTTERSHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20403,'39191','Otterstadt','OTTERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20404,'27481','Ottertail','OTTERTAIL',NULL,'','United States','',0,0,231,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20405,'7246','Ottery St Mary','OTTERY ST MARY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20406,'6785','Ottmarsheim','OTTMARSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20407,'37903','Ottobeuren','OTTOBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20408,'292','Ottobrunn','OTTOBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20409,'26156','Ottoville','OTTOVILLE',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20410,'6786','Ottrott','OTTROTT',NULL,'','France','',0,0,76,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20411,'30113','Ottsville','OTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20412,'20269','Ottumwa','OTTUMWA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20413,'24093','Otu','OTU',NULL,'','Colombia','',0,0,49,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20414,'16164','Otumai','OTUMAI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20415,'24750','Ouagadougou','OUAGADOUGOU',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20416,'38404','Oualidia','OUALIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20417,'38285','Ouargla','OUARGLA',NULL,'','Algeria','',0,0,3,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20418,'13702','Ouarzazate','OUARZAZATE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20419,'35142','Ouchamps','OUCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20420,'38757','Oudega','OUDEGA',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20421,'24719','Oudenaarde','OUDENAARDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20422,'24732','Oudenburg','OUDENBURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20423,'24642','Oudergem','OUDERGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20424,'14652','Ouderkerk Aan De Amstel','OUDERKERK AAN DE AMSTEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20425,'14520','Oudkerk','OUDKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20426,'32488','Oudtshoorn','OUDTSHOORN',NULL,'','South Africa','Oudtshoorn',0,0,195,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20427,'24612','Oud-turnhout','OUD-TURNHOUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20428,'14426','Ouen Island','OUEN ISLAND',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20429,'24058','Ouesso','OUESSO',NULL,'','Congo','',0,0,51,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20430,'10871','Oughterard','OUGHTERARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20431,'5783','Ougney-douvot','OUGNEY-DOUVOT',NULL,'','France','',0,0,76,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20432,'13699','Ouirgane','OUIRGANE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20433,'5412','Ouistreham','OUISTREHAM',NULL,'','France','',0,0,76,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20434,'13705','Oujda','OUJDA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20435,'13700','Oukaimeden','OUKAIMEDEN',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20436,'3928','Oulanka','OULANKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20437,'6685','Oullins','OULLINS',NULL,'','France','',0,0,76,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20438,'8671','Oulton','OULTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20439,'3949','Oulu','OULU',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20440,'39002','Oulx','OULX',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20441,'37382','Ounara','OUNARA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20442,'8672','Oundle','OUNDLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20443,'9709','Ouranopolis','OURANOPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20444,'43455','Ouranoupolis','OURANOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20445,'33511','Ouray','OURAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20446,'1631','Ourem-fatima','OUREM-FATIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20447,'1256','Ourense','OURENSE',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20448,'25092','Ouro Preto','OURO PRETO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20449,'42164','Outaouais','OUTAOUAIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20450,'33965','Outer Banks','OUTER BANKS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20451,'7248','Outer Hebrides','OUTER HEBRIDES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20452,'36447','Outjo','OUTJO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20453,'41100','Outlane','OUTLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20454,'22958','Outlook','OUTLOOK',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20455,'9909','Outlying Islands','OUTLYING ISLANDS',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20456,'22816','Outremont','OUTREMONT',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20457,'14427','Ouvea','OUVEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20458,'26537','Ouyen','OUYEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20459,'17729','Ouzinkie','OUZINKIE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20460,'40767','Ovada','OVADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20461,'23524','Ovalle','OVALLE',NULL,'','Chile','',0,0,45,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20462,'28007','Ovando','OVANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20463,'15863','Ovar','OVAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20464,'11051','Ovda','OVDA',NULL,'','Israel','',0,0,106,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20465,'42904','Overath','OVERATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20466,'40213','Overberg','OVERBERG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20467,'38899','Överkalix','ÖVERKALIX',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20468,'27739','Overland','OVERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20469,'40012','Overlida','OVERLIDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20470,'22379','Oversee','OVERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20471,'8673','Overstrand','OVERSTRAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20472,'32839','Overton','OVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20473,'14653','Overtoomseveld','OVERTOOMSEVELD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20474,'3099','Oviedo','OVIEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20475,'19538','Oviedo','OVIEDO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20476,'40609','Ovifat','OVIFAT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20477,'13039','Oviglio','OVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20478,'35596','Ovindoli','OVINDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20479,'8674','Ovington','OVINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20480,'16086','Ovoa','OVOA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20481,'23310','Ovronnaz','OVRONNAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20482,'24059','Owando','OWANDO',NULL,'','Congo','',0,0,51,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20483,'32941','Owasso','OWASSO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20484,'27482','Owatonna','OWATONNA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20485,'29022','Owego','OWEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:12','1900-01-01 00:00:00',1,0,1),(20486,'34595','Owen Sound','OWEN SOUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:12','1900-01-01 00:00:00',1,0,1),(20487,'40320','Owens Cross Roads','OWENS CROSS ROADS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:13','1900-01-01 00:00:00',1,0,1),(20488,'33708','Owensboro','OWENSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:13','1900-01-01 00:00:00',1,0,1),(20489,'15152','Owhanake Bay','OWHANAKE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20490,'21758','Owings Mills','OWINGS MILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20491,'33710','Owingsville','OWINGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20492,'22199','Owosso','OWOSSO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:15','1900-01-01 00:00:00',1,0,1),(20493,'22200','Oxbow','OXBOW',NULL,'','United States','',0,0,231,'2016-10-17 11:34:15','1900-01-01 00:00:00',1,0,1),(20494,'16778','Oxelosund','OXELOSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:16','1900-01-01 00:00:00',1,0,1),(20495,'19137','Oxford','OXFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:16','1900-01-01 00:00:00',1,0,1),(20496,'1416','Oxford','OXFORD',NULL,'','UNITED KINGDOM','Oxford',0,0,469,'2016-10-17 11:34:18','1900-01-01 00:00:00',1,0,1),(20497,'9710','Oxilithos','OXILITHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:18','1900-01-01 00:00:00',1,0,1),(20498,'18759','Oxnard','OXNARD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20499,'21760','Oxon Hill','OXON HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20500,'6858','Oyem','OYEM',NULL,'','Gabon','',0,0,80,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20501,'25343','Oyen','OYEN',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20502,'14818','Oyer','OYER',NULL,'','Norway','',0,0,164,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20503,'37838','Oy-mittelberg','OY-MITTELBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20504,'22380','Oynhausen','OYNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20505,'6686','Oyonnax','OYONNAX',NULL,'','France','',0,0,76,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20506,'29023','Oyster Bay','OYSTER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20507,'17469','Oyster Bay','OYSTER BAY',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20508,'40216','Oyster Bay','OYSTER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20509,'25891','Oyster Pond','OYSTER POND',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20510,'36484','Oystese','OYSTESE',NULL,'','Norway','',0,0,164,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20511,'38944','Oyten','OYTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20512,'15459','Ozamis City','OZAMIS CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:22','1900-01-01 00:00:00',1,0,1),(20513,'27740','Ozark','OZARK',NULL,'','United States','',0,0,231,'2016-10-17 11:34:22','1900-01-01 00:00:00',1,0,1),(20514,'15699','Ozarow Mazowiecki','OZAROW MAZOWIECKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20515,'17319','Ozdere','OZDERE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20516,'16302','Ozerki','OZERKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20517,'30838','Ozona','OZONA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20518,'40127','Ozone Park','OZONE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20519,'13332','Ozu','OZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20520,'32321','Paama','PAAMA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20521,'32489','Paarl','PAARL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20522,'20092','Paauilo','PAAUILO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20523,'19539','Pablo Keys','PABLO KEYS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20524,'37914','Paceco','PACECO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20525,'40881','Pachewar','PACHEWAR',NULL,'','India','',0,0,101,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20526,'39977','Pachmarhi','PACHMARHI',NULL,'','India','Pachmarhi',15,0,101,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20527,'13779','Pachuca','PACHUCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20528,'39927','Paciano','PACIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20529,'27741','Pacific','PACIFIC',NULL,'','United States','',0,0,231,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20530,'4070','Pacific Harbour','PACIFIC HARBOUR',NULL,'','Fiji','',0,0,74,'2016-10-17 11:34:28','1900-01-01 00:00:00',1,0,1),(20531,'42128','Pacific Palms','PACIFIC PALMS',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20532,'18764','Pacifica','PACIFICA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20533,'42947','Pacijan Island','PACIJAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20534,'8676','Packington','PACKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20535,'31579','Packwood','PACKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20536,'15495','Paco','PACO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20537,'16008','Paco De Arcos','PACO DE ARCOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20538,'16029','Pacos De Ferreira','PACOS DE FERREIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20539,'10372','Padang','PADANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20540,'3823','Padaste','PADASTE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20541,'38730','Paddington','PADDINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20542,'12246','Padenghe Sul Garda','PADENGHE SUL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20543,'552','Paderborn','PADERBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20544,'11346','Paderno Del Grappa','PADERNO DEL GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20545,'35504','Padova-cittadella','PADOVA-CITTADELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20546,'36179','Padron','PADRON',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20547,'8677','Padstow','PADSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20548,'39675','Padthaway','PADTHAWAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20549,'33711','Paducah','PADUCAH',NULL,'','United States','',0,0,231,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20550,'12247','Padula','PADULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20551,'7250','Padworth','PADWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20552,'16165','Paea','PAEA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20553,'40483','Paese','PAESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20554,'12991','Paestum','PAESTUM',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20555,'22381','Paewesin','PAEWESIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20556,'43378','Pag','PAG',NULL,'','Croatia','',0,0,55,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20557,'15557','Pagadian','PAGADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20558,'12248','Paganica','PAGANICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20559,'30385','Pageland','PAGELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20560,'24929','Paget','PAGET',NULL,'','Bermuda','',0,0,24,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20561,'26157','Pago Pago','PAGO PAGO',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20562,'33512','Pagosa Springs','PAGOSA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20563,'15516','Pagsanjan','PAGSANJAN',NULL,'','Philippines','Pagsanjan',0,0,173,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20564,'42948','Pagudpud','PAGUDPUD',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20565,'20093','Pahala','PAHALA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20566,'38439','Pahalgam','PAHALGAM',NULL,'','India','Pahalgam',13,0,101,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20567,'32122','Pahaska','PAHASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20568,'20094','Pahoa','PAHOA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20569,'32840','Pahrump','PAHRUMP',NULL,'','United States','',0,0,231,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20570,'17047','Pai','PAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20571,'39273','Paide','PAIDE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20572,'8678','Paignton','PAIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20573,'15233','Paihia','PAIHIA',NULL,'','New Zealand','Paihia',0,0,157,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20574,'42725','Pailin','PAILIN',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20575,'4023','Paimio','PAIMIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20576,'4897','Paimpol','PAIMPOL',NULL,'','France','',0,0,76,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20577,'40690','Paimpont','PAIMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20578,'29489','Painesville','PAINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:40','1900-01-01 00:00:00',1,0,1),(20579,'8679','Painswick','PAINSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:40','1900-01-01 00:00:00',1,0,1),(20580,'33713','Paintsville','PAINTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20581,'24100','Paipa','PAIPA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20582,'8680','Paisley','PAISLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20583,'26301','Paisley','PAISLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20584,'14433','Paita','PAITA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20585,'849','Paja Blanca','PAJA BLANCA',NULL,'','Panama','',0,0,169,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20586,'16756','Pajala','PAJALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20587,'3808','Pajara','PAJARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20588,'35813','Paju','PAJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20589,'17071','Pak Chong','PAK CHONG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20590,'38301','Paka','PAKA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20591,'43886','Pakem','PAKEM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20592,'40787','Pakostane','PAKOSTANE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20593,'1776','Paksane','PAKSANE',NULL,'','Laos','',0,0,118,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20594,'13542','Pakse','PAKSE',NULL,'','Laos','',0,0,118,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20595,'15234','Pakuranga','PAKURANGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20596,'30840','Palacios','PALACIOS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20597,'41572','Palacios De La Valduerna','PALACIOS DE LA VALDUERNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20598,'41944','Palafolls','PALAFOLLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20599,'12250','Palagiano','PALAGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20600,'12251','Palaia','PALAIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20601,'9711','Palaion Faliron','PALAION FALIRON',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20602,'43456','Palairos','PALAIROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20603,'4773','Palaiseau','PALAISEAU',NULL,'','France','',0,0,76,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20604,'10452','Palakkad','PALAKKAD',NULL,'','India','Palakkad',3,0,101,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20605,'3578','Palamos','PALAMOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20606,'10572','Palampur','PALAMPUR',NULL,'','India','Palampur',1,0,101,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20607,'42272','Palandoken','PALANDOKEN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20608,'13635','Palanga','PALANGA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20609,'10330','Palangkaraya','PALANGKARAYA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20610,'14140','Palanque','PALANQUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20611,'2720','Palas De Rei','PALAS DE REI',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20612,'20702','Palatine','PALATINE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20613,'19540','Palatka','PALATKA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20614,'11085','Palau','PALAU',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20615,'15565','Palau','PALAU',NULL,'','Palau','',0,0,167,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20616,'5951','Palavas-les-flots','PALAVAS-LES-FLOTS',NULL,'','France','',0,0,76,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20617,'15460','Palawan','PALAWAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20618,'11349','Palazzolo Sull\'oglio','PALAZZOLO SULL\'OGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20619,'12252','Palazzuolo Sul Senio','PALAZZUOLO SUL SENIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20620,'39536','Palekastro','PALEKASTRO',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20621,'10373','Palembang','PALEMBANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20622,'3470','Palencia','PALENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20623,'13937','Palenque','PALENQUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20624,'29027','Palenville','PALENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20625,'40265','Paleohora','PALEOHORA',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20626,'9560','Paleokastritsa','PALEOKASTRITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20627,'44181','Paleoxari','PALEOXARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20628,'35450','Palermo-alcamo','PALERMO-ALCAMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20629,'35494','Palermo-castellammar','PALERMO-CASTELLAMMAR',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20630,'35503','Palermo-cinisi','PALERMO-CINISI',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20631,'35668','Palermo-termini Imer','PALERMO-TERMINI IMER',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20632,'35675','Palermo-trabia','PALERMO-TRABIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20633,'35690','Palermo-villagrazia','PALERMO-VILLAGRAZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20634,'38981','Paleros','PALEROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20635,'42958','Palese','PALESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20636,'30841','Palestine','PALESTINE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20637,'35598','Palestrina','PALESTRINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20638,'973','Palhoca','PALHOCA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20639,'39513','Pali','PALI',NULL,'','India','Pali',2,0,101,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20640,'12253','Palinuro','PALINURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20641,'42589','Palitana','PALITANA',NULL,'','India','Palitana',16,0,101,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20642,'35597','Pallanza','PALLANZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20643,'3579','Palleja','PALLEJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20644,'15153','Palliser Bay','PALLISER BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20645,'15491','Pallocan','PALLOCAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20646,'19541','Palm Bay','PALM BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20647,'25832','Palm Beach','PALM BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 11:34:53','1900-01-01 00:00:00',1,0,1),(20648,'37077','Palm Island','PALM ISLAND',NULL,'','Saint Vincent And The Grenadines','',0,0,204,'2016-10-17 11:34:57','1900-01-01 00:00:00',1,0,1),(20649,'19552','Palma Sola','PALMA SOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20650,'39595','Palmadula','PALMADULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20651,'38622','Palmanova','PALMANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20652,'24240','Palmar','PALMAR',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20653,'14255','Palmar','PALMAR',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20654,'24249','Palmares','PALMARES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20655,'41112','Palmas','PALMAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20656,'18769','Palmdale','PALMDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20657,'3677','Palmeira','PALMEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20658,'16059','Palmela','PALMELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20659,'17730','Palmer','PALMER',NULL,'','United States','',0,0,231,'2016-10-17 11:35:01','1900-01-01 00:00:00',1,0,1),(20660,'10251','Palmerah','PALMERAH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20661,'10850','Palmerston','PALMERSTON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20662,'39530','Palmerston','PALMERSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20663,'34597','Palmerston','PALMERSTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20664,'15235','Palmerston North','PALMERSTON NORTH',NULL,'','New Zealand','Palmerston North',0,0,157,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20665,'30114','Palmerton','PALMERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20666,'19888','Palmetto','PALMETTO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:03','1900-01-01 00:00:00',1,0,1),(20667,'24876','Palmetto Point','PALMETTO POINT',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:35:03','1900-01-01 00:00:00',1,0,1),(20668,'12707','Palmi','PALMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20669,'30115','Palmyra','PALMYRA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20670,'16932','Palmyra','PALMYRA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20671,'40882','Palni','PALNI',NULL,'','India','',0,0,101,'2016-10-17 11:35:05','1900-01-01 00:00:00',1,0,1),(20672,'18770','Palo Alto','PALO ALTO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20673,'914','Palo Seco','PALO SECO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20674,'40325','Palombara Sabina','PALOMBARA SABINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20675,'20703','Palos Heights','PALOS HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20676,'3580','Pals','PALS',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20677,'10364','Palu','PALU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20678,'15461','Pamalican Island','PAMALICAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20679,'34281','Pambula','PAMBULA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20680,'10303','Pamekasan','PAMEKASAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20681,'38279','Pamhagen','PAMHAGEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20682,'6121','Pamiers','PAMIERS',NULL,'','France','',0,0,76,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20683,'30842','Pampa','PAMPA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20684,'32206','Pampatar','PAMPATAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20685,'3064','Pamplona','PAMPLONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20686,'24781','Pamporovo','PAMPOROVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20687,'17190','Pamukkale','PAMUKKALE',NULL,'','Turkey','Pamukkale',0,0,222,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20688,'39762','Panagitsa','PANAGITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20689,'9882','Panajachel','PANAJACHEL',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20690,'10706','Panaji','PANAJI',NULL,'','India','Panaji',11,0,101,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20691,'24221','Panama','PANAMA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20692,'15342','Panama','PANAMA',NULL,'','Panama','',0,0,169,'2016-10-17 11:35:09','1900-01-01 00:00:00',1,0,1),(20693,'19554','Panama City','PANAMA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:35:09','1900-01-01 00:00:00',1,0,1),(20694,'11352','Panarea','PANAREA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20695,'38178','Pancevo','PANCEVO',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20696,'10573','Panchgani','PANCHGANI',NULL,'','India','Panchgani',5,0,101,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20697,'17408','Panchiao','PANCHIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20698,'10453','Panchkula','PANCHKULA',NULL,'','India','',20,0,101,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20699,'13953','Pancho Villa','PANCHO VILLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20700,'10454','Panchur','PANCHUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20701,'10252','Pancoran','PANCORAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20702,'3471','Pancorbo','PANCORBO',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20703,'15505','Pandacan','PANDACAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20704,'44242','Pandan','PANDAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20705,'35370','Pandeglang','PANDEGLANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20706,'26303','Pandie Pandie','PANDIE PANDIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20707,'2724','Pandorado','PANDORADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20708,'3100','Panes','PANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20709,'13642','Panevezys','PANEVEZYS',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20710,'43044','Pangandaran','PANGANDARAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20711,'8681','Pangbourne','PANGBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20712,'23894','Panggezhuang','PANGGEZHUANG',NULL,'','China','',0,0,46,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20713,'10331','Pangkalanbuun','PANGKALANBUUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20714,'10253','Pangkalpinang','PANGKALPINANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20715,'1779','Pangkor','PANGKOR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20716,'15462','Panglao Island','PANGLAO ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20717,'25802','Pangnirtung','PANGNIRTUNG',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20718,'43862','Pangot','PANGOT',NULL,'','India','',0,0,101,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20719,'23528','Panguipulli','PANGUIPULLI',NULL,'','Chile','',0,0,45,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20720,'33377','Panguitch','PANGUITCH',NULL,'','United States','',0,0,231,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20721,'12747','Panicale','PANICALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20722,'10695','Panihati','PANIHATI',NULL,'','India','',0,0,101,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20723,'15318','Panjgur','PANJGUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20724,'23617','Panjin','PANJIN',NULL,'','China','',0,0,46,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20725,'39386','Panker','PANKER',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20726,'2010','Pankow','PANKOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20727,'15236','Panmure','PANMURE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20728,'40107','Panna','PANNA',NULL,'','India','',0,0,101,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20729,'9712','Panorama','PANORAMA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20730,'25501','Panorama','PANORAMA',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20731,'40545','Panormos (Crete)','PANORMOS (CRETE)',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20732,'42033','Pansea','PANSEA',NULL,'','Thailand','',0,0,215,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20733,'14319','Pantai Cenang','PANTAI CENANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20734,'42762','Pantanal','PANTANAL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20735,'12254','Pantelleria','PANTELLERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20736,'19890','Panthersville','PANTHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20737,'2476','Panticosa','PANTICOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20738,'4774','Pantin','PANTIN',NULL,'','France','',0,0,76,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20739,'10574','Pantnagar','PANTNAGAR',NULL,'','India','Pantnagar',9,0,101,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20740,'41479','Panton','PANTON',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20741,'37247','Panvel','PANVEL',NULL,'','India','Panvel',5,0,101,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20742,'23618','Panyu','PANYU',NULL,'','China','',0,0,46,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20743,'12255','Panzano','PANZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20744,'12256','Paola','PAOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20745,'21118','Paola','PAOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:18','1900-01-01 00:00:00',1,0,1),(20746,'33515','Paonia','PAONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:18','1900-01-01 00:00:00',1,0,1),(20747,'7251','Papa Westray','PAPA WESTRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:19','1900-01-01 00:00:00',1,0,1),(20748,'20097','Papaaloa','PAPAALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:19','1900-01-01 00:00:00',1,0,1),(20749,'20098','Papaikou','PAPAIKOU',NULL,'','United States','',0,0,231,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20750,'41224','Papallacta','PAPALLACTA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20751,'13997','Papanoa','PAPANOA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20752,'15237','Papanui','PAPANUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20753,'16166','Papao','PAPAO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20754,'40640','Papar','PAPAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20755,'15154','Papatoetoe','PAPATOETOE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20756,'16167','Papeete','PAPEETE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20757,'42010','Papenburg','PAPENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20758,'14729','Papendrecht','PAPENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20759,'16135','Papenoo','PAPENOO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20760,'16168','Papetoai','PAPETOAI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20761,'24272','Paphos','PAPHOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20762,'28160','Papillion','PAPILLION',NULL,'','United States','',0,0,231,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20763,'44264','Para','PARA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20764,'15319','Para Chinar','PARA CHINAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20765,'38617','Parabiago','PARABIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20766,'40217','Parabita','PARABITA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20767,'26304','Paraburdoo','PARABURDOO',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20768,'41296','Paracas','PARACAS',NULL,'','Peru','',0,0,172,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20769,'42706','Parachilna','PARACHILNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20770,'33516','Parachute','PARACHUTE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20771,'10455','Paradeep','PARADEEP',NULL,'','India','',0,0,101,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20772,'32841','Paradise','PARADISE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:23','1900-01-01 00:00:00',1,0,1),(20773,'43662','Paradise Bay','PARADISE BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20774,'24838','Paradise Island','PARADISE ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20775,'25670','Paradise River','PARADISE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20776,'4438','Paradiski','PARADISKI',NULL,'','France','',0,0,76,'2016-10-17 11:35:26','1900-01-01 00:00:00',1,0,1),(20777,'6504','Paradou','PARADOU',NULL,'','France','',0,0,76,'2016-10-17 11:35:26','1900-01-01 00:00:00',1,0,1),(20778,'18067','Paragould','PARAGOULD',NULL,'','United States','',0,0,231,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20779,'40883','Paragpur','PARAGPUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20780,'38321','Paraiso','PARAISO',NULL,'','Panama','',0,0,169,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20781,'24222','Paraiso','PARAISO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20782,'39541','Paraiso','PARAISO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20783,'9561','Parakila,lesvos','PARAKILA,LESVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20784,'24275','Paralimni','PARALIMNI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20785,'35284','Paralio Astros','PARALIO ASTROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20786,'16584','Paramaribo','PARAMARIBO',NULL,'','Suriname','',0,0,206,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20787,'28367','Paramus','PARAMUS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20788,'26118','Parana','PARANA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20789,'39539','Paranagua','PARANAGUA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20790,'41988','Paranapanema','PARANAPANEMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20791,'38947','Parañaque','PARAÑAQUE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20792,'9562','Paranga','PARANGA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20793,'39755','Parap','PARAP',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20794,'15077','Paraparaumu','PARAPARAUMU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20795,'10254','Parapat','PARAPAT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20796,'16554','Parasi','PARASI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20797,'12257','Paratico','PARATICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20798,'35956','Paraty','PARATY',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20799,'41300','Parauta','PARAUTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20800,'10575','Paravur','PARAVUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20801,'41363','Paray Le Monial','PARAY LE MONIAL',NULL,'','France','',0,0,76,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20802,'5483','Paray-le-monial','PARAY-LE-MONIAL',NULL,'','France','',0,0,76,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20803,'5671','Parcay-meslay','PARCAY-MESLAY',NULL,'','France','',0,0,76,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20804,'15939','Parchal','PARCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20805,'1841','Parchim','PARCHIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20806,'38912','Parcines','PARCINES',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20807,'24350','Pardubice','PARDUBICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20808,'16030','Paredes','PAREDES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20809,'38581','Parent','PARENT',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20810,'4439','Parentis En Born','PARENTIS EN BORN',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20811,'41362','Parentis-en-born','PARENTIS-EN-BORN',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20812,'43457','Parga','PARGA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20813,'4024','Pargas','PARGAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20814,'12258','Parghelia','PARGHELIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20815,'16443','Pargolovo','PARGOLOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20816,'12259','Pariana','PARIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20817,'5576','Parigne','PARIGNE',NULL,'','France','',0,0,76,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20818,'5413','Parigny','PARIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20819,'9563','Parikia','PARIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20820,'24991','Parintins','PARINTINS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20821,'11354','Parioli - Normentano','PARIOLI - NORMENTANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20822,'4775','Paris','PARIS',NULL,'','France','Paris',0,0,76,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20823,'33234','Paris','PARIS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20824,'29727','Parkdale','PARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:39','1900-01-01 00:00:00',1,0,1),(20825,'18180','Parker','PARKER',NULL,'','United States','',0,0,231,'2016-10-17 11:35:40','1900-01-01 00:00:00',1,0,1),(20826,'33716','Parkers Lake','PARKERS LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:41','1900-01-01 00:00:00',1,0,1),(20827,'32025','Parkersburg','PARKERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:35:41','1900-01-01 00:00:00',1,0,1),(20828,'34282','Parkes','PARKES',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20829,'8682','Parkgate','PARKGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20830,'32589','Parkhurst','PARKHURST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20831,'33967','Parkland','PARKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20832,'39690','Parklea','PARKLEA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20833,'35402','Parknasilla','PARKNASILLA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20834,'18772','Parkside','PARKSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20835,'29030','Parksville','PARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20836,'25502','Parksville','PARKSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20837,'32590','Parktown','PARKTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20838,'27744','Parkville','PARKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20839,'26927','Parkville','PARKVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20840,'2972','Parla','PARLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20841,'12728','Parma','PARMA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20842,'29490','Parma','PARMA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20843,'41755','Parnaiba','PARNAIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20844,'42490','Parnassos - Amfiklia','PARNASSOS - AMFIKLIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20845,'26305','Parndana','PARNDANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20846,'27066','Parndorf','PARNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20847,'15238','Parnell','PARNELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20848,'3830','Parnu','PARNU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20849,'25255','Paro','PARO',NULL,'','Bhutan','Paro',0,0,25,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20850,'35225','Paros-drios','PAROS-DRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20851,'35270','Paros-naousa','PAROS-NAOUSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20852,'35277','Paros-parika','PAROS-PARIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20853,'32490','Parow','PAROW',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20854,'33380','Parowan','PAROWAN',NULL,'','United States','',0,0,231,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20855,'8683','Parracombe','PARRACOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20856,'43579','Parramata','PARRAMATA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20857,'34283','Parramatta','PARRAMATTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20858,'39151','Parrano','PARRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20859,'13962','Parras De La Fuente','PARRAS DE LA FUENTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20860,'30386','Parris Island','PARRIS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20861,'24155','Parrita','PARRITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20862,'16936','Parrot Cay','PARROT CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20863,'33235','Parrottsville','PARROTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20864,'34599','Parry Sound','PARRY SOUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20865,'293','Parsberg','PARSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20866,'42905','Parsdorf','PARSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20867,'33518','Parshall','PARSHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:35:50','1900-01-01 00:00:00',1,0,1),(20868,'28369','Parsippany','PARSIPPANY',NULL,'','United States','',0,0,231,'2016-10-17 11:35:50','1900-01-01 00:00:00',1,0,1),(20869,'21120','Parsons','PARSONS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:51','1900-01-01 00:00:00',1,0,1),(20870,'6357','Parthenay','PARTHENAY',NULL,'','France','',0,0,76,'2016-10-17 11:35:51','1900-01-01 00:00:00',1,0,1),(20871,'40448','Parthenonas','PARTHENONAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20872,'37598','Parwanoo','PARWANOO',NULL,'','India','Parwanoo',1,0,101,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20873,'25870','Pas De La Casa','PAS DE LA CASA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20874,'30848','Pasadena','PASADENA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20875,'2725','Pasaron De La Vera','PASARON DE LA VERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20876,'15497','Pasay','PASAY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20877,'27898','Pascagoula','PASCAGOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20878,'31581','Pasco','PASCO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20879,'4441','Pas-de-calais','PAS-DE-CALAIS',NULL,'','France','',0,0,76,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20880,'1842','Pasewalk','PASEWALK',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20881,'38462','Pasiano Di Pordenone','PASIANO DI PORDENONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20882,'15511','Pasig','PASIG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20883,'295','Pasing','PASING',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20884,'15320','Pasni','PASNI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20885,'26111','Paso De La Patria','PASO DE LA PATRIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20886,'18774','Paso Robles','PASO ROBLES',NULL,'','United States','',0,0,231,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20887,'41135','Paspebiac','PASPEBIAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:56','1900-01-01 00:00:00',1,0,1),(20888,'28371','Passaic','PASSAIC',NULL,'','United States','',0,0,231,'2016-10-17 11:35:56','1900-01-01 00:00:00',1,0,1),(20889,'296','Passau','PASSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20890,'12260','Passignano Sul Trasimeno','PASSIGNANO SUL TRASIMENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20891,'25161','Passo Fundo','PASSO FUNDO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20892,'12261','Pastena','PASTENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20893,'24116','Pasto','PASTO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20894,'10304','Pasuruan','PASURUAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20895,'15647','Paszkowka','PASZKOWKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20896,'18181','Patagonia','PATAGONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20897,'15059','Patan','PATAN',NULL,'','Nepal','Patan',0,0,153,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20898,'17222','Patara','PATARA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20899,'42587','Pataudi','PATAUDI',NULL,'','India','',0,0,101,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20900,'29031','Patchogue','PATCHOGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20901,'8684','Patchway','PATCHWAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20902,'38380','Pateley Bridge','PATELEY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20903,'3772','Paterna','PATERNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20904,'38568','Paternoster','PATERNOSTER',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20905,'31582','Pateros','PATEROS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20906,'28372','Paterson','PATERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20907,'32491','Paterson','PATERSON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20908,'14500','Paterswolde','PATERSWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20909,'40826','Pathankot','PATHANKOT',NULL,'','India','Pathankot ',19,0,101,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20910,'42061','Pathein','PATHEIN',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20912,'43339','Pathumthani','PATHUMTHANI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20913,'38275','Pathumwan','PATHUMWAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20914,'10666','Patiala','PATIALA',NULL,'','India','Patiala',19,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20915,'15760','Patillas','PATILLAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20916,'16169','Patio','PATIO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20917,'9825','Patmos','PATMOS',NULL,'','Greece','Patmos',0,0,86,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20918,'10576','Patna','PATNA',NULL,'','India','Patna',24,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20920,'43863','Patnitop','PATNITOP',NULL,'','India','Patnitop',13,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20921,'9566','Patras','PATRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20922,'10990','Patreksfjordur','PATREKSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20923,'4442','Patrimonio','PATRIMONIO',NULL,'','France','',0,0,76,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20924,'17100','Pattani','PATTANI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20925,'17011','Pattaya','PATTAYA',NULL,'','Thailand','Pattaya',0,0,215,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20926,'37672','Pattensen','PATTENSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20927,'21244','Patterson','PATTERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20928,'12262','Patti','PATTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20929,'8685','Pattingham','PATTINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20930,'39793','Paty','PATY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20931,'13909','Patzcuaro','PATZCUARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20932,'15239','Pauanui','PAUANUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20933,'15394','Paucartambo','PAUCARTAMBO',NULL,'','Peru','',0,0,172,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20934,'36264','Pau-gan','PAU-GAN',NULL,'','France','',0,0,76,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20935,'5233','Pauillac','PAUILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20936,'15956','Paul Do Mar','PAUL DO MAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20937,'25776','Paulatuk','PAULATUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20938,'25212','Paulinia','PAULINIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20939,'36279','Pau-lons','PAU-LONS',NULL,'','France','',0,0,76,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20940,'32531','Paulpietersburg','PAULPIETERSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20941,'32943','Pauls Valley','PAULS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20942,'20099','Pauwalu','PAUWALU',NULL,'','United States','',0,0,231,'2016-10-17 11:36:06','1900-01-01 00:00:00',1,0,1),(20943,'20100','Pauwela','PAUWELA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:06','1900-01-01 00:00:00',1,0,1),(20944,'13438','Pavlodar','PAVLODAR',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20945,'41693','Pavone Canavese','PAVONE CANAVESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20946,'24178','Pavones','PAVONES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20947,'22202','Paw Paw','PAW PAW',NULL,'','United States','',0,0,231,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20948,'19139','Pawcatuck','PAWCATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:36:08','1900-01-01 00:00:00',1,0,1),(20949,'30387','Pawleys Island','PAWLEYS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:36:08','1900-01-01 00:00:00',1,0,1),(20950,'30261','Pawtucket','PAWTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20951,'42489','Paxi','PAXI',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20952,'30117','Paxinos','PAXINOS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20953,'28161','Paxton','PAXTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20954,'10136','Payangan','PAYANGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20955,'27111','Payerbach','PAYERBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20956,'43780','Paynes Bay','PAYNES BAY',NULL,'','Barbados','',0,0,19,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20957,'18777','Paynes Creek','PAYNES CREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20958,'27485','Paynesville','PAYNESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20959,'41361','Payrac','PAYRAC',NULL,'','France','',0,0,76,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20960,'17537','Paysandu','PAYSANDU',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20961,'33381','Payson','PAYSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20962,'24782','Pazardzik','PAZARDZIK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20963,'24486','Paznaun','PAZNAUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20964,'21494','Peabody','PEABODY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20965,'25344','Peace River','PEACE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20966,'18183','Peach Springs','PEACH SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20967,'25503','Peachland','PEACHLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20968,'19891','Peachtree City','PEACHTREE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20969,'7253','Peak District','PEAK DISTRICT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20970,'18184','Pearce','PEARCE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20971,'40754','Pearisburg','PEARISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20972,'27900','Pearl','PEARL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:16','1900-01-01 00:00:00',1,0,1),(20973,'847','Pearl Islands','PEARL ISLANDS',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:17','1900-01-01 00:00:00',1,0,1),(20974,'30849','Pearland','PEARLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:36:18','1900-01-01 00:00:00',1,0,1),(20975,'27901','Pearlington','PEARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:18','1900-01-01 00:00:00',1,0,1),(20976,'30850','Pearsall','PEARSALL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20977,'7254','Peaslake','PEASLAKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20978,'8686','Peasmarsh','PEASMARSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20979,'34601','Peawanuck','PEAWANUCK',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20980,'18778','Pebble Beach','PEBBLE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20981,'10255','Pecatu','PECATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20982,'41684','Peccioli','PECCIOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20983,'12263','Pecetto Torinese','PECETTO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20984,'15940','Pechao','PECHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20985,'16463','Pechki','PECHKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20986,'29033','Peconic','PECONIC',NULL,'','United States','',0,0,231,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20987,'30851','Pecos','PECOS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20988,'10097','Pecs','PECS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:22','1900-01-01 00:00:00',1,0,1),(20989,'27745','Peculiar','PECULIAR',NULL,'','United States','',0,0,231,'2016-10-17 11:36:22','1900-01-01 00:00:00',1,0,1),(20990,'40179','Pedace','PEDACE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20991,'12264','Pedara','PEDARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20992,'39413','Pedasi','PEDASI',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20993,'12265','Pedemonte','PEDEMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20994,'24144','Pedra Badejo','PEDRA BADEJO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20995,'12266','Pedraces','PEDRACES',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20996,'3773','Pedralba','PEDRALBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20997,'3472','Pedraza','PEDRAZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20998,'17732','Pedro Bay','PEDRO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20999,'44286','Pedro Gonzalez','PEDRO GONZALEZ',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21000,'15898','Pedrogao Pequeno','PEDROGAO PEQUENO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21001,'32207','Pedrogonzalez','PEDROGONZALEZ',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21002,'39659','Pedrola','PEDROLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21003,'1325','Peebles','PEEBLES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21004,'29034','Peekskill','PEEKSKILL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21005,'39036','Peer','PEER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21006,'43864','Peermade-','PEERMADE-',NULL,'','India','',0,0,101,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21007,'43458','Pefkos','PEFKOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21008,'25739','Peggys Cove','PEGGYS COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21009,'297','Pegnitz','PEGNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21010,'41648','Pego','PEGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21011,'3774','Pego','PEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21012,'39436','Pegognaga','PEGOGNAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21013,'2726','Peguera Del Madrona','PEGUERA DEL MADRONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21014,'22817','Peidmont - Saint-sauveur-des-monts','PEIDMONT - SAINT-SAUVEUR-DES-MONTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21015,'37422','Peigney','PEIGNEY',NULL,'','France','',0,0,76,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21016,'37370','Peillon','PEILLON',NULL,'','France','',0,0,76,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21017,'17409','Peinan','PEINAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21018,'27268','Peine','PEINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21019,'12267','Peio','PEIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21020,'4443','Peisey-nancroix','PEISEY-NANCROIX',NULL,'','France','',0,0,76,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21021,'27269','Peissen','PEISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21022,'38862','Peiting','PEITING',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21023,'17410','Peitou','PEITOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21024,'43887','Pejarakan','PEJARAKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21025,'42799','Pekalongan','PEKALONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21026,'10357','Pekanbaru','PEKANBARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21027,'20708','Pekin','PEKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21028,'43888','Pekutatan','PEKUTATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21029,'37512','Pelabravo','PELABRAVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21030,'14358','Pelabuhan Kelang','PELABUHAN KELANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21031,'42342','Pelabuhan Ratu','PELABUHAN RATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21032,'10290','Pelabuhanratu','PELABUHANRATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21033,'35600','Pelago','PELAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21034,'1778','Pelana-weligama','PELANA-WELIGAMA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21035,'23488','Pelequen','PELEQUEN',NULL,'','Chile','',0,0,45,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21036,'17936','Pelham','PELHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:36:30','1900-01-01 00:00:00',1,0,1),(21037,'17733','Pelican','PELICAN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:30','1900-01-01 00:00:00',1,0,1),(21038,'26306','Pelican Waters','PELICAN WATERS',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21039,'3280','Peligros','PELIGROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21040,'9568','Pelion','PELION',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21041,'35307','Pelion-visitsa','PELION-VISITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21042,'20272','Pella','PELLA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21043,'39156','Pelling','PELLING',NULL,'','India','Pelling',25,0,101,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21044,'11357','Pellio Intelvi','PELLIO INTELVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21045,'22203','Pellston','PELLSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21046,'25803','Pelly Bay','PELLY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21047,'1327','Peloponesse','PELOPONESSE',NULL,'','GREECE','',0,0,86,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21048,'43382','Peloponnese','PELOPONNESE',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21049,'25162','Pelotas','PELOTAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21050,'4444','Pelvoux','PELVOUX',NULL,'','France','',0,0,76,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21051,'8688','Pelynt','PELYNT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21052,'14219','Pemba','PEMBA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21053,'17452','Pemba Island','PEMBA ISLAND',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21054,'25504','Pemberton','PEMBERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21055,'28373','Pemberton','PEMBERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21056,'26613','Pemberton','PEMBERTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21057,'31851','Pembine','PEMBINE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21058,'24930','Pembroke','PEMBROKE',NULL,'','Bermuda','',0,0,24,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21059,'21495','Pembroke','PEMBROKE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21060,'34602','Pembroke','PEMBROKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:36','1900-01-01 00:00:00',1,0,1),(21061,'8689','Pembroke','PEMBROKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:37','1900-01-01 00:00:00',1,0,1),(21062,'7255','Pembrokeshire Coast National Park','PEMBROKESHIRE COAST NATIONAL PARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21063,'40885','Pemeyangste','PEMEYANGSTE',NULL,'','India','',0,0,101,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21064,'10192','Pemuteran','PEMUTERAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21065,'37325','Penacaballera','PENACABALLERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21066,'15906','Penacova','PENACOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21067,'41528','Penafiel','PENAFIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21068,'16031','Penafiel','PENAFIEL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21069,'2727','Peñafiel','PEÑAFIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21070,'8691','Penally','PENALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21071,'42776','Penalva Do Castelo','PENALVA DO CASTELO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21072,'3072','Peñamellera Baja','PEÑAMELLERA BAJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21073,'42846','Penampang','PENAMPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21074,'14321','Penang','PENANG',NULL,'','Malaysia','Penang',0,0,132,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21075,'8692','Penarth','PENARTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21076,'32027','Pence Springs','PENCE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21077,'40827','Pench','PENCH',NULL,'','India','',0,0,101,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21078,'8693','Pencoed','PENCOED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21079,'8694','Pencraig','PENCRAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21080,'17310','Pendik','PENDIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21081,'8695','Pendlebury','PENDLEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21082,'30388','Pendleton','PENDLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21083,'37928','Penestin','PENESTIN',NULL,'','France','',0,0,76,'2016-10-17 11:36:42','1900-01-01 00:00:00',1,0,1),(21084,'29036','Penfield','PENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21085,'9935','Peng Chau','PENG CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21086,'25186','Penha','PENHA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21087,'41998','Penia Di Canazei','PENIA DI CANAZEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21088,'15982','Peniche','PENICHE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21089,'8696','Penicuik','PENICUIK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21090,'15941','Penina','PENINA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21091,'2728','Peniscola','PENISCOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:44','1900-01-01 00:00:00',1,0,1),(21092,'8697','Penkridge','PENKRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:44','1900-01-01 00:00:00',1,0,1),(21093,'12268','Penna In Teverina','PENNA IN TEVERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21094,'34284','Pennant Hills','PENNANT HILLS',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21095,'26465','Penneshaw','PENNESHAW',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21096,'28374','Pennington','PENNINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21097,'32413','Pennington','PENNINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21098,'28376','Pennsauken','PENNSAUKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:46','1900-01-01 00:00:00',1,0,1),(21099,'32028','Pennsboro','PENNSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21100,'28377','Pennsville','PENNSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21101,'26466','Penola','PENOLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21102,'15335','Penonome','PENONOME',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21103,'24072','Penrhyn Island','PENRHYN ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21104,'8698','Penrith','PENRITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21105,'34285','Penrith','PENRITH',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21106,'34286','Penrose','PENROSE',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21107,'19558','Pensacola','PENSACOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21108,'8699','Pensford','PENSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:49','1900-01-01 00:00:00',1,0,1),(21109,'7256','Pensilva','PENSILVA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:49','1900-01-01 00:00:00',1,0,1),(21110,'25506','Penticton','PENTICTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21111,'8700','Pentraeth','PENTRAETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21112,'8701','Pentre-foelas','PENTRE-FOELAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21113,'5577','Pentrez','PENTREZ',NULL,'','France','',0,0,76,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21114,'22204','Pentwater','PENTWATER',NULL,'','United States','',0,0,231,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21115,'16416','Penza','PENZA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21116,'8702','Penzance','PENZANCE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21117,'42445','Penzberg','PENZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21118,'27016','Penzing','PENZING',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21119,'20709','Peoria','PEORIA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21120,'20274','Peosta','PEOSTA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:53','1900-01-01 00:00:00',1,0,1),(21121,'20102','Pepeekeo','PEPEEKEO',NULL,'','United States','',0,0,231,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21122,'24678','Pepinster','PEPINSTER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21123,'40714','Pepowo','PEPOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21124,'29492','Pepper Pike','PEPPER PIKE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21125,'43661','Peppers Palm','PEPPERS PALM',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21126,'27486','Pequot Lakes','PEQUOT LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21127,'2477','Peralada','PERALADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21128,'22818','Perce','PERCE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21129,'39309','Perchtoldsdorf','PERCHTOLDSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21130,'20275','Percival','PERCIVAL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21131,'19561','Perdido Bay','PERDIDO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21132,'9767','Perdika','PERDIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21133,'38214','Pere','PERE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21134,'24122','Pereira','PEREIRA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21135,'37479','Perelada','PERELADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21136,'42431','Perello','PERELLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21137,'12269','Peretola','PERETOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21138,'38723','Pereybere','PEREYBERE',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21139,'27139','Perg','PERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21140,'12270','Pergine Valdarno','PERGINE VALDARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21141,'27487','Perham','PERHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21142,'42857','Perhentian Islands','PERHENTIAN ISLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21143,'38649','Periana','PERIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21144,'9569','Perigiali','PERIGIALI',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21145,'42974','Perignat Les Sarlieve','PERIGNAT LES SARLIEVE',NULL,'','France','',0,0,76,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21146,'41360','Perigny','PERIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21147,'5234','Perigueux','PERIGUEUX',NULL,'','France','',0,0,76,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21148,'3678','Perillo','PERILLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21149,'19893','Perimeter Center','PERIMETER CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21150,'34287','Perisher Valley','PERISHER VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21151,'9570','Perissa','PERISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21152,'9715','Peristerion','PERISTERION',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21153,'37954','Perito Moreno','PERITO MORENO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21154,'9571','Perivolos','PERIVOLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21155,'10456','Periwar Tiger Reserve','PERIWAR TIGER RESERVE',NULL,'','India','',0,0,101,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21156,'43320','Periyar','PERIYAR',NULL,'','India','',0,0,101,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21157,'31372','Perkinsville','PERKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21158,'30118','Perkiomenville','PERKIOMENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:02','1900-01-01 00:00:00',1,0,1),(21159,'44153','Perl','PERL',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21160,'40414','Perledo','PERLEDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21161,'39234','Perlora','PERLORA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21162,'16417','Perm','PERM',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21163,'43784','Pernambuco','PERNAMBUCO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21164,'6505','Pernes-les-fontaines','PERNES-LES-FONTAINES',NULL,'','France','',0,0,76,'2016-10-17 11:37:04','1900-01-01 00:00:00',1,0,1),(21165,'42250','Pernik','PERNIK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:37:04','1900-01-01 00:00:00',1,0,1),(21166,'43897','Pernis','PERNIS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:37:05','1900-01-01 00:00:00',1,0,1),(21167,'12272','Pero','PERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:05','1900-01-01 00:00:00',1,0,1),(21168,'5952','Perols','PEROLS',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21169,'6312','Peronne','PERONNE',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21170,'9572','Peroulades','PEROULADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21171,'16473','Perovo','PEROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21172,'5953','Perpignan','PERPIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21173,'8703','Perranporth','PERRANPORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21174,'5484','Perreux','PERREUX',NULL,'','France','',0,0,76,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21175,'18779','Perris','PERRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21176,'4898','Perros-guirec','PERROS-GUIREC',NULL,'','France','',0,0,76,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21177,'19894','Perry','PERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:08','1900-01-01 00:00:00',1,0,1),(21178,'30119','Perryopolis','PERRYOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:10','1900-01-01 00:00:00',1,0,1),(21179,'29493','Perrysburg','PERRYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:11','1900-01-01 00:00:00',1,0,1),(21180,'29494','Perrysville','PERRYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:11','1900-01-01 00:00:00',1,0,1),(21181,'30852','Perryton','PERRYTON',NULL,'','United States','',0,0,231,'2016-10-17 11:37:12','1900-01-01 00:00:00',1,0,1),(21182,'21763','Perryville','PERRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:12','1900-01-01 00:00:00',1,0,1),(21183,'33236','Persey','PERSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21184,'8704','Pershore','PERSHORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21185,'8705','Perth','PERTH',NULL,'','United Kingdom','Perth',0,0,229,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21186,'28378','Perth Amboy','PERTH AMBOY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21187,'38995','Perth-andover','PERTH-ANDOVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21188,'35924','Perth-como','PERTH-COMO',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21189,'34813','Perth-scarborough','PERTH-SCARBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21190,'34817','Perth-sorrento','PERTH-SORRENTO',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21191,'1328','Perth-south Western','PERTH-SOUTH WESTERN',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21192,'24487','Pertisau','PERTISAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21193,'6506','Pertuis','PERTUIS',NULL,'','France','',0,0,76,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21194,'35599','Perugia-passignano S','PERUGIA-PASSIGNANO S',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21195,'981','Peruibe','PERUIBE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21196,'12793','Pesaro','PESARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21197,'18780','Pescadero','PESCADERO',NULL,'','United States','',0,0,231,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21198,'38580','Pescaglia','PESCAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:19','1900-01-01 00:00:00',1,0,1),(21199,'12983','Pescara','PESCARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:19','1900-01-01 00:00:00',1,0,1),(21200,'35506','Pescara-citta Sant\'a','PESCARA-CITTA SANT\'A',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21201,'35537','Pescara-guilianova','PESCARA-GUILIANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21202,'37949','Pescasseroli','PESCASSEROLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21203,'12274','Peschici','PESCHICI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21204,'12275','Peschiera Del Garda','PESCHIERA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21205,'12276','Pescia','PESCIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21206,'37191','Pescocostanzo','PESCOCOSTANZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21207,'38317','Pescosolido','PESCOSOLIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21208,'15321','Peshawar','PESHAWAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21209,'16076','Peso Da Regua','PESO DA REGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21210,'16346','Pesochnyy','PESOCHNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21211,'5235','Pessac','PESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21212,'9573','Petalidi','PETALIDI',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21213,'14345','Petaling Jaya','PETALING JAYA',NULL,'','Malaysia','Petaling Jaya',0,0,132,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21214,'18781','Petaluma','PETALUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21215,'34604','Petawawa','PETAWAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21216,'1793','Petchburi','PETCHBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21217,'35312','Peten','PETEN',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21218,'32224','Peter Island','PETER ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21219,'32238','Peterborg','PETERBORG',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21220,'34605','Peterborough','PETERBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21221,'7257','Peterborough','PETERBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21222,'32751','Peterborough','PETERBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21223,'8706','Peterhead','PETERHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21224,'37912','Peterlee','PETERLEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21225,'40308','Petersberg','PETERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21226,'33237','Petersburg','PETERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21227,'8707','Petersfield','PETERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:26','1900-01-01 00:00:00',1,0,1),(21228,'553','Petershagen','PETERSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21229,'21496','Petersham','PETERSHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21230,'8708','Petham','PETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21231,'42265','Petionville','PETIONVILLE',NULL,'','Haiti','',0,0,95,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21232,'32167','Petit St. Vincent','PETIT ST. VINCENT',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21233,'5236','Petit-bersac','PETIT-BERSAC',NULL,'','France','',0,0,76,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21234,'4445','Petite-foret','PETITE-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21235,'41368','Petite-ile','PETITE-ILE',NULL,'','Reunion','',0,0,178,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21236,'10193','Petitenget','PETITENGET',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21237,'22819','Petite-riviera-saint-francois','PETITE-RIVIERA-SAINT-FRANCOIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21238,'40673','Petone','PETONE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21239,'22206','Petoskey','PETOSKEY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:29','1900-01-01 00:00:00',1,0,1),(21240,'2915','Petra','PETRA',NULL,'','Spain','Petra',0,0,199,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21241,'13106','Petra','PETRA',NULL,'','Jordan','Petra',0,0,111,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21242,'37315','Petralia Soprana','PETRALIA SOPRANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21243,'41192','Petrcane','PETRCANE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21244,'41414','Petrer','PETRER',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21245,'1347','Petrified Forest - Az','PETRIFIED FOREST - AZ',NULL,'','United States','',0,0,231,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21246,'12279','Petrignano','PETRIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21247,'16444','Petrodvorets','PETRODVORETS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21248,'42488','Petrohori','PETROHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21249,'23529','Petrohue','PETROHUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21250,'25124','Petrolina','PETROLINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21251,'13440','Petropavlovsk','PETROPAVLOVSK',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21252,'16333','Petropavlovsk-kamchatsky','PETROPAVLOVSK-KAMCHATSKY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21253,'25163','Petropolis','PETROPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21254,'12280','Petrosino','PETROSINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21255,'9717','Petroupolis','PETROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21256,'32370','Petrovac','PETROVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21257,'16422','Petrovskoye','PETROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21258,'16334','Petrozavodsk','PETROZAVODSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21259,'11363','Pettenasco','PETTENASCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21260,'8709','Pettistree','PETTISTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21261,'24488','Pettneu Am Arlberg','PETTNEU AM ARLBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21262,'19204','Petworth','PETWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21263,'38341','Petworth','PETWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21264,'23530','Peulla','PEULLA',NULL,'','Chile','Peulla',0,0,45,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21265,'16317','Pevek','PEVEK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21266,'27747','Pevely','PEVELY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21267,'8710','Pevensey','PEVENSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21268,'31852','Pewaukee','PEWAUKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21269,'38964','Pewsey','PEWSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21270,'43844','Peyia','PEYIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21271,'6507','Peymeinade','PEYMEINADE',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21272,'6508','Peypin','PEYPIN',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21273,'4446','Peyragudes','PEYRAGUDES',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21274,'5237','Peyrehorade','PEYREHORADE',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21275,'6122','Peyreleau','PEYRELEAU',NULL,'','France','',0,0,76,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21276,'5954','Pezenas','PEZENAS',NULL,'','France','',0,0,76,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21277,'23311','Pfaffikon','PFAFFIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21278,'22610','Pfahlbronn','PFAHLBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21279,'22611','Pfalzgrafenweiler','PFALZGRAFENWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21280,'22382','Pfinztal','PFINZTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21281,'30853','Pflugerville','PFLUGERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21282,'22612','Pforzheim','PFORZHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21283,'298','Pfronten','PFRONTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21284,'22613','Pfullendorf','PFULLENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21285,'22614','Pfullingen','PFULLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21286,'38983','Phagwara','PHAGWARA',NULL,'','India','',0,0,101,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21287,'17012','Phala Beach','PHALA BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21288,'32591','Phalaborwa','PHALABORWA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21289,'35428','Phalodi','PHALODI',NULL,'','India','Phalodi',2,0,101,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21290,'42821','Phan Rang-thap Cham','PHAN RANG-THAP CHAM',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21291,'15041','Phaplu','PHAPLU',NULL,'','Nepal','',0,0,153,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21292,'30854','Pharr','PHARR',NULL,'','United States','',0,0,231,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21293,'17041','Phasi Charoen','PHASI CHAROEN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21294,'41704','Phayao','PHAYAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21295,'18782','Phelan','PHELAN',NULL,'','United States','',0,0,231,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21296,'29038','Phelps','PHELPS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:40','1900-01-01 00:00:00',1,0,1),(21297,'17938','Phenix City','PHENIX CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:40','1900-01-01 00:00:00',1,0,1),(21299,'16959','Phetchabun','PHETCHABUN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21300,'16960','Phetchaburi','PHETCHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21301,'27902','Philadelphia','PHILADELPHIA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21302,'32030','Philippi','PHILIPPI',NULL,'','United States','',0,0,231,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21303,'30123','Philipsburg','PHILIPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21304,'25903','Philipsburg','PHILIPSBURG',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21305,'26636','Phillip','PHILLIP',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:44','1900-01-01 00:00:00',1,0,1),(21306,'31854','Phillips','PHILLIPS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:44','1900-01-01 00:00:00',1,0,1),(21307,'21121','Phillipsburg','PHILLIPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21308,'32414','Phinda','PHINDA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21309,'10457','Phinga','PHINGA',NULL,'','India','',0,0,101,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21310,'21909','Phippsburg','PHIPPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21311,'17064','Phitsanulok','PHITSANULOK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21313,'13448','Phnom Penh','PHNOM PENH',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21314,'9574','Phocis','PHOCIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21315,'30124','Phoenixville','PHOENIXVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:48','1900-01-01 00:00:00',1,0,1),(21316,'1777','Phonesavanh','PHONESAVANH',NULL,'','Laos','',0,0,118,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21317,'17061','Phrae','PHRAE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21318,'9575','Phthiotis','PHTHIOTIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21319,'17093','Phuket','PHUKET',NULL,'','Thailand','Phuket',28,0,215,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21320,'32296','Phuoc Loc Xa','PHUOC LOC XA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21321,'12729','Piacenza','PIACENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21322,'43732','Pialba','PIALBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21323,'4776','Piana','PIANA',NULL,'','France','',0,0,76,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21324,'39182','Piana Degli Albanesi','PIANA DEGLI ALBANESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21325,'37284','Piancastagnaio','PIANCASTAGNAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21326,'35601','Piancavallo','PIANCAVALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21327,'35602','Pianella','PIANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21328,'12281','Pianezza','PIANEZZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21329,'39872','Pianopoli','PIANOPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21330,'12283','Pianoro','PIANORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21331,'17131','Piarco','PIARCO',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21332,'39394','Piaseczno','PIASECZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21333,'15700','Piastow','PIASTOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21334,'25044','Piata','PIATA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21335,'36633','Piatra Neamt','PIATRA NEAMT',NULL,'','Romania','',0,0,179,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21336,'24992','Piaui','PIAUI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21337,'12284','Piazza Armerina','PIAZZA ARMERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21338,'3155','Picaña','PICAÑA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21339,'41278','Picanya','PICANYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21340,'27903','Picayune','PICAYUNE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21341,'38744','Piccione','PICCIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21342,'12285','Picerno','PICERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21343,'15819','Picheleira','PICHELEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21344,'37763','Pichidangui','PICHIDANGUI',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21345,'37581','Pichilemu','PICHILEMU',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21346,'13846','Pichilingue','PICHILINGUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21347,'24432','Pichl Bei Schladming','PICHL BEI SCHLADMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21348,'27017','Pichl-preunegg','PICHL-PREUNEGG',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21349,'24334','Picin','PICIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21350,'30389','Pickens','PICKENS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21351,'8711','Pickering','PICKERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21352,'34607','Pickering','PICKERING',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21353,'29495','Pickerington','PICKERINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21354,'34608','Pickle Lake','PICKLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21355,'33238','Pickwick Dam','PICKWICK DAM',NULL,'','United States','',0,0,231,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21356,'15820','Pico Island','PICO ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21357,'18783','Pico Rivera','PICO RIVERA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21358,'34609','Picton','PICTON',NULL,'','Canada','Picton',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21359,'15155','Picton','PICTON',NULL,'','New Zealand','Picton',0,0,157,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21360,'25740','Pictou','PICTOU',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21361,'38725','Pidhirtsi','PIDHIRTSI',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21362,'13954','Pie De La Cuesta','PIE DE LA CUESTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21363,'25213','Piedade','PIEDADE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21364,'22820','Piedmont','PIEDMONT',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21365,'2729','Piedras Blancas','PIEDRAS BLANCAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:58','1900-01-01 00:00:00',1,0,1),(21366,'13990','Piedras Negras','PIEDRAS NEGRAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:58','1900-01-01 00:00:00',1,0,1),(21367,'12286','Piegaro','PIEGARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21368,'3941','Pieksamaki','PIEKSAMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21369,'12287','Pienza','PIENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21370,'12288','Pierantonio','PIERANTONIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21371,'20385','Pierce','PIERCE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21372,'36336','Piercebridge','PIERCEBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21373,'43081','Pieria','PIERIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21374,'33038','Pierre','PIERRE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21375,'6687','Pierre-benite','PIERRE-BENITE',NULL,'','France','',0,0,76,'2016-10-17 11:38:01','1900-01-01 00:00:00',1,0,1),(21376,'38438','Pierrefeu-du-var','PIERREFEU-DU-VAR',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21377,'41358','Pierrefitte-nestalas','PIERREFITTE-NESTALAS',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21378,'22821','Pierrefonds','PIERREFONDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21379,'39237','Pierrefonds','PIERREFONDS',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21380,'6688','Pierrelatte','PIERRELATTE',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21381,'38098','Piesendorf','PIESENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21382,'36706','Piestany','PIESTANY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21383,'32532','Pietermaritzburg','PIETERMARITZBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21384,'35604','Pietra Ligure','PIETRA LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21385,'37195','Pietralunga','PIETRALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21386,'4777','Pietranera','PIETRANERA',NULL,'','France','',0,0,76,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21387,'12289','Pietrasanta','PIETRASANTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:04','1900-01-01 00:00:00',1,0,1),(21388,'38977','Pietrelcina','PIETRELCINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:04','1900-01-01 00:00:00',1,0,1),(21389,'38860','Pievepelago','PIEVEPELAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21390,'11368','Pievescola','PIEVESCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21391,'24839','Pigeon Cay','PIGEON CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21392,'13574','Pigeon Island','PIGEON ISLAND',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21393,'17120','Pigeon Point','PIGEON POINT',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21394,'16907','Piggs Peak','PIGGS PEAK',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21395,'12293','Pignola','PIGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21396,'16170','Pihaena','PIHAENA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21397,'4025','Pihtipudas','PIHTIPUDAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21398,'34610','Pikangikum','PIKANGIKUM',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21399,'37926','Pikermi','PIKERMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21400,'21764','Pikesville','PIKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21401,'29496','Piketon','PIKETON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21402,'33240','Pikeville','PIKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:08','1900-01-01 00:00:00',1,0,1),(21403,'15666','Pila','PILA',NULL,'','Poland','',0,0,174,'2016-10-17 11:38:08','1900-01-01 00:00:00',1,0,1),(21404,'13060','Pila','PILA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21405,'32593','Pilanesberg','PILANESBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21406,'37119','Pilanesburg','PILANESBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21407,'26102','Pilar','PILAR',NULL,'','Argentina','',0,0,10,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21408,'3775','Pilar De La Horadada','PILAR DE LA HORADADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21409,'11369','Pilastro','PILASTRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21410,'8','Pilbara','PILBARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21411,'32415','Pilgrims Rest','PILGRIMS REST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21412,'41943','Pilona','PILONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21413,'38807','Pilos','PILOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21414,'33969','Pilot Mountain','PILOT MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21415,'7258','Pimlico','PIMLICO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:11','1900-01-01 00:00:00',1,0,1),(21416,'26079','Pinamar','PINAMAR',NULL,'','Argentina','',0,0,10,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21417,'34944','Pinar Del Rio','PINAR DEL RIO',NULL,'','Cuba','',0,0,56,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21418,'12730','Pinarella','PINARELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21419,'25345','Pincher Creek','PINCHER CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21420,'20713','Pinckneyville','PINCKNEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21421,'42207','Pindamonhangaba','PINDAMONHANGABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:13','1900-01-01 00:00:00',1,0,1),(21422,'42060','Pindaya','PINDAYA',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:38:13','1900-01-01 00:00:00',1,0,1),(21423,'16937','Pine Cay','PINE CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:38:15','1900-01-01 00:00:00',1,0,1),(21424,'34611','Pine Grove','PINE GROVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:15','1900-01-01 00:00:00',1,0,1),(21425,'33971','Pinebluff','PINEBLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:38:18','1900-01-01 00:00:00',1,0,1),(21426,'33972','Pinecrest','PINECREST',NULL,'','United States','',0,0,231,'2016-10-17 11:38:18','1900-01-01 00:00:00',1,0,1),(21427,'2730','Pineda De Mar','PINEDA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21428,'32123','Pinedale','PINEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21429,'21497','Pinehurst','PINEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21430,'19567','Pinellas Park','PINELLAS PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:38:20','1900-01-01 00:00:00',1,0,1),(21431,'12294','Pinerolo','PINEROLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21432,'11370','Pineta Mare','PINETA MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21433,'12295','Pineto','PINETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21434,'18189','Pinetop','PINETOP',NULL,'','United States','',0,0,231,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21435,'18190','Pinetop-lakeside','PINETOP-LAKESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21436,'42661','Pinetown','PINETOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21437,'33974','Pineville','PINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21438,'5742','Piney','PINEY',NULL,'','France','',0,0,76,'2016-10-17 11:38:23','1900-01-01 00:00:00',1,0,1),(21439,'43828','Pingdingshan','PINGDINGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:38:23','1900-01-01 00:00:00',1,0,1),(21440,'23807','Pingfang','PINGFANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21441,'23710','Pinghu','PINGHU',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21442,'23817','Pingjiang','PINGJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21443,'34892','Pingliang','PINGLIANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21444,'17411','Pingtung','PINGTUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21445,'23918','Pingyao','PINGYAO',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21446,'41781','Pinhais','PINHAIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21447,'16032','Pinhao','PINHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21448,'15970','Pinhel','PINHEL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21449,'40828','Pinjore','PINJORE',NULL,'','India','Pinjore',20,0,101,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21450,'731','Pinneberg','PINNEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21451,'8712','Pinner','PINNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21452,'18785','Pinole','PINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21453,'28554','Pinos Altos','PINOS ALTOS',NULL,'','United States','',0,0,231,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21454,'3337','Pinseque','PINSEQUE',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21455,'43813','Pinto','PINTO',NULL,'','Chile','',0,0,45,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21456,'3006','Pinto','PINTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21457,'27018','Pinzgau','PINZGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21458,'12296','Pinzolo','PINZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21459,'12856','Piombino','PIOMBINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21460,'33241','Pioneer','PIONEER',NULL,'','United States','',0,0,231,'2016-10-17 11:38:27','1900-01-01 00:00:00',1,0,1),(21461,'23312','Piotta','PIOTTA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:38:27','1900-01-01 00:00:00',1,0,1),(21462,'40259','Piove Di Sacco','PIOVE DI SACCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21463,'30126','Pipersville','PIPERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21464,'32031','Pipestem','PIPESTEM',NULL,'','United States','',0,0,231,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21465,'27490','Pipestone','PIPESTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:29','1900-01-01 00:00:00',1,0,1),(21466,'29497','Piqua','PIQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:29','1900-01-01 00:00:00',1,0,1),(21467,'25214','Piracicaba','PIRACICABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21468,'16171','Pirae','PIRAE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21469,'9576','Piraeus','PIRAEUS',NULL,'','Greece','Piraeus',0,0,86,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21470,'37633','Piraino','PIRAINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21471,'36691','Piran','PIRAN',NULL,'','Slovenia','Piran',0,0,192,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21472,'40150','Pirgadikia','PIRGADIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21473,'42156','Piriapolis','PIRIAPOLIS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21474,'1900','Pirna','PIRNA',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21475,'32376','Pirot','PIROT',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21476,'10033','Pirovac','PIROVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21477,'39369','Pirque','PIRQUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21478,'12857','Pisa','PISA',NULL,'','Italy','Pisa',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21479,'15395','Pisac','PISAC',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21480,'35584','Pisa-montopoli Val D','PISA-MONTOPOLI VAL D',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21481,'35609','Pisa-pontedera','PISA-PONTEDERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21482,'35629','Pisa-riparbella','PISA-RIPARBELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21483,'35656','Pisa-s.giuliano Term','PISA-S.GIULIANO TERM',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21484,'28381','Piscataway','PISCATAWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21485,'39154','Pischanka','PISCHANKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21486,'40477','Pisciotta','PISCIOTTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21487,'15401','Pisco','PISCO',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21488,'29042','Piseco','PISECO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21489,'36026','Pisek','PISEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21490,'38587','Písek','PÍSEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21491,'18787','Pismo Beach','PISMO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21492,'9577','Piso Livadi','PISO LIVADI',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21493,'24282','Pissouri','PISSOURI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21494,'14130','Piste','PISTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21495,'12988','Pisticci','PISTICCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21496,'35550','Pistoia-le Piastre','PISTOIA-LE PIASTRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21497,'8713','Pitcaple','PITCAPLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21498,'16757','Pitea','PITEA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21499,'36634','Pitesti','PITESTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21500,'5672','Pithiviers','PITHIVIERS',NULL,'','France','',0,0,76,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21501,'12298','Pitigliano','PITIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21502,'37440','Pitkin','PITKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21503,'1335','Pitlochry','PITLOCHRY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21504,'28382','Pitman','PITMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21505,'37791','Pitres','PITRES',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21506,'25507','Pitt Meadows','PITT MEADOWS',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21507,'33242','Pittman Center','PITTMAN CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21508,'33975','Pittsboro','PITTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:38','1900-01-01 00:00:00',1,0,1),(21509,'32752','Pittsburg','PITTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:38:38','1900-01-01 00:00:00',1,0,1),(21510,'30127','Pittsburgh','PITTSBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:38:40','1900-01-01 00:00:00',1,0,1),(21511,'20714','Pittsfield','PITTSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:41','1900-01-01 00:00:00',1,0,1),(21512,'29043','Pittsford','PITTSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:43','1900-01-01 00:00:00',1,0,1),(21513,'28383','Pittsgrove','PITTSGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:44','1900-01-01 00:00:00',1,0,1),(21514,'30130','Pittston','PITTSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:44','1900-01-01 00:00:00',1,0,1),(21515,'28384','Pittstown','PITTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21516,'26742','Pittsworth','PITTSWORTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21517,'15424','Piura','PIURA',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21518,'35605','Pizzo','PIZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21519,'24911','Placencia','PLACENCIA',NULL,'','Belize','',0,0,22,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21520,'42427','Placencia','PLACENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21521,'25671','Placentia','PLACENTIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21522,'18789','Placentia','PLACENTIA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21523,'18790','Placerville','PLACERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21524,'19568','Placida','PLACIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:48','1900-01-01 00:00:00',1,0,1),(21525,'28555','Placitas','PLACITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:38:48','1900-01-01 00:00:00',1,0,1),(21526,'5011','Plailly','PLAILLY',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21527,'40254','Plaine','PLAINE',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21528,'14267','Plaine Magnien','PLAINE MAGNIEN',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21529,'5128','Plainfaing','PLAINFAING',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21530,'31855','Plainfield','PLAINFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:50','1900-01-01 00:00:00',1,0,1),(21531,'28386','Plainsboro','PLAINSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:52','1900-01-01 00:00:00',1,0,1),(21532,'29045','Plainview','PLAINVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:38:52','1900-01-01 00:00:00',1,0,1),(21533,'19141','Plainville','PLAINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:53','1900-01-01 00:00:00',1,0,1),(21534,'22208','Plainwell','PLAINWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:38:53','1900-01-01 00:00:00',1,0,1),(21535,'4778','Plaisir','PLAISIR',NULL,'','France','',0,0,76,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21536,'9718','Plakias','PLAKIAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21537,'5578','Plancoet','PLANCOET',NULL,'','France','',0,0,76,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21538,'6509','Plan-de-cuques','PLAN-DE-CUQUES',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21539,'6510','Plan-de-la-tour','PLAN-DE-LA-TOUR',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21540,'37828','Planegg','PLANEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21541,'5579','Planguenoual','PLANGUENOUAL',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21542,'33041','Plankinton','PLANKINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21543,'40481','Plan-les-ouates','PLAN-LES-OUATES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21544,'30858','Plano','PLANO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21545,'19569','Plant City','PLANT CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:38:57','1900-01-01 00:00:00',1,0,1),(21546,'19570','Plantation','PLANTATION',NULL,'','United States','',0,0,231,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21547,'36210','Plantation Island','PLANTATION ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21548,'19142','Plantsville','PLANTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21549,'21247','Plaquemine','PLAQUEMINE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21550,'14576','Plasmolen','PLASMOLEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21551,'42497','Plastiras','PLASTIRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21552,'35325','Plat','PLAT',NULL,'','Croatia','',0,0,55,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21553,'42486','Platamon','PLATAMON',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21554,'35606','Platamona','PLATAMONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21555,'22822','Plateau Mont Royal - Quartier Latin','PLATEAU MONT ROYAL - QUARTIER LATIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21556,'4448','Plateau-d\'assy','PLATEAU-D\'ASSY',NULL,'','France','',0,0,76,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21557,'17738','Platinum','PLATINUM',NULL,'','United States','',0,0,231,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21558,'24268','Platres','PLATRES',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:39:01','1900-01-01 00:00:00',1,0,1),(21559,'27748','Platte City','PLATTE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:01','1900-01-01 00:00:00',1,0,1),(21560,'31856','Platteville','PLATTEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:02','1900-01-01 00:00:00',1,0,1),(21561,'29046','Plattsburgh','PLATTSBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:02','1900-01-01 00:00:00',1,0,1),(21562,'43459','Platys Gialos','PLATYS GIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21563,'1843','Plau','PLAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21564,'799','Plaue','PLAUE',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21565,'1901','Plauen','PLAUEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21566,'16606','Plavec','PLAVEC',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21567,'878','Playa Bavaro','PLAYA BAVARO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:39:04','1900-01-01 00:00:00',1,0,1),(21568,'24179','Playa Bejuco','PLAYA BEJUCO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:39:04','1900-01-01 00:00:00',1,0,1),(21569,'14077','Playa Del Carmen','PLAYA DEL CARMEN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21570,'42173','Playa Del Este','PLAYA DEL ESTE',NULL,'','Cuba','',0,0,56,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21571,'18792','Playa Del Rey','PLAYA DEL REY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21572,'42192','Playa Grande','PLAYA GRANDE',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:39:06','1900-01-01 00:00:00',1,0,1),(21573,'41298','Playa Montelimar','PLAYA MONTELIMAR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21574,'41729','Playacar','PLAYACAR',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21575,'43497','Playas De Fornells','PLAYAS DE FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21576,'13780','Playas De Rosarito','PLAYAS DE ROSARITO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21577,'30861','Pleasanton','PLEASANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:39:10','1900-01-01 00:00:00',1,0,1),(21578,'29048','Pleasantville','PLEASANTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:12','1900-01-01 00:00:00',1,0,1),(21579,'38919','Pleidelsheim','PLEIDELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21580,'32268','Pleiku','PLEIKU',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21581,'299','Pleinfeld','PLEINFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21582,'3719','Plencia','PLENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21583,'4449','Pleneuf Val Andre','PLENEUF VAL ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21584,'44079','Pleneuf-val-andre','PLENEUF-VAL-ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21585,'28008','Plentywood','PLENTYWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21586,'9721','Plepi','PLEPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21587,'5580','Plerin','PLERIN',NULL,'','France','',0,0,76,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21588,'27083','Plescherken','PLESCHERKEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21589,'11374','Plesio','PLESIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21590,'22823','Plessisville','PLESSISVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21591,'32492','Plettenberg Bay','PLETTENBERG BAY',NULL,'','South Africa','Plettenberg Bay',0,0,195,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21592,'41355','Pleudihen-sur-rance','PLEUDIHEN-SUR-RANCE',NULL,'','France','',0,0,76,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21593,'5581','Pleugueneuc','PLEUGUENEUC',NULL,'','France','',0,0,76,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21594,'4899','Pleumeur-bodou','PLEUMEUR-BODOU',NULL,'','France','',0,0,76,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21595,'24805','Pleven','PLEVEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21596,'300','Pliening','PLIENING',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21597,'22615','Pliezhausen','PLIEZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21598,'40989','Plitvice','PLITVICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21599,'37854','Ploaghe','PLOAGHE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21600,'22616','Plochingen','PLOCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21601,'15668','Plock','PLOCK',NULL,'','Poland','',0,0,174,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21602,'5582','Ploemel','PLOEMEL',NULL,'','France','',0,0,76,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21603,'5583','Ploemeur','PLOEMEUR',NULL,'','France','',0,0,76,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21604,'37706','Ploen','PLOEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21605,'39810','Plogoff','PLOGOFF',NULL,'','France','',0,0,76,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21606,'16227','Ploiesti','PLOIESTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21607,'9820','Plomarion','PLOMARION',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21608,'6056','Plombieres-les-bains','PLOMBIERES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21609,'42075','Plon','PLON',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21610,'5584','Ploneour-lanvern','PLONEOUR-LANVERN',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21611,'4450','Plorec Sur Arguenon','PLOREC SUR ARGUENON',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21612,'42355','Plorec-sur-arguenon','PLOREC-SUR-ARGUENON',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21613,'5585','Ploubazlanec','PLOUBAZLANEC',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21614,'44080','Plouescat','PLOUESCAT',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21615,'39846','Plougasnou','PLOUGASNOU',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21616,'4914','Plougastel-daoulas','PLOUGASTEL-DAOULAS',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21617,'39126','Plougonvelin','PLOUGONVELIN',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21618,'5586','Plouharnel','PLOUHARNEL',NULL,'','France','',0,0,76,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21619,'5587','Plouider','PLOUIDER',NULL,'','France','',0,0,76,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21620,'24808','Plovdiv','PLOVDIV',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21621,'31858','Plover','PLOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21622,'30131','Plumsteadville','PLUMSTEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:22','1900-01-01 00:00:00',1,0,1),(21623,'5588','Plurien','PLURIEN',NULL,'','France','',0,0,76,'2016-10-17 11:39:22','1900-01-01 00:00:00',1,0,1),(21624,'22209','Plymouth','PLYMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:23','1900-01-01 00:00:00',1,0,1),(21625,'8715','Plymouth','PLYMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:23','1900-01-01 00:00:00',1,0,1),(21626,'17138','Plymouth','PLYMOUTH',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:39:24','1900-01-01 00:00:00',1,0,1),(21627,'8716','Plympton','PLYMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21628,'26815','Plympton','PLYMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21629,'24335','Plzen','PLZEN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21630,'1774','Pnh Phnom Penh','PNH PHNOM PENH',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21631,'9910','Po Lin','PO LIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21632,'26858','Poatina','POATINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21633,'1902','Pobershau','POBERSHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21634,'2746','Poblenou','POBLENOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21635,'20278','Pocahontas','POCAHONTAS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21636,'25346','Pocahontas','POCAHONTAS',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:29','1900-01-01 00:00:00',1,0,1),(21637,'21500','Pocasset','POCASSET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:29','1900-01-01 00:00:00',1,0,1),(21638,'20386','Pocatello','POCATELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21639,'44006','Pochaiv','POCHAIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21640,'14442','Pochomil','POCHOMIL',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21641,'21765','Pocomoke City','POCOMOKE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21642,'25075','Pocone','POCONE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21643,'30133','Pocono Manor','POCONO MANOR',NULL,'','United States','',0,0,231,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21644,'30134','Poconos','POCONOS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21645,'955','Pocos De Caldas','POCOS DE CALDAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21646,'16607','Podbrezova','PODBREZOVA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21647,'16645','Podcetrtek','PODCETRTEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21648,'41867','Podebrady','PODEBRADY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21649,'39088','Podenzana','PODENZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21650,'12299','Podenzano','PODENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21651,'41191','Podgora','PODGORA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21652,'32371','Podgorica','PODGORICA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21653,'15595','Podlachia','PODLACHIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21654,'16522','Podor','PODOR',NULL,'','Senegal','',0,0,187,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21655,'10034','Podstrana','PODSTRANA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21656,'41805','Poertschach','POERTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21657,'12300','Poggiardo','POGGIARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21658,'12301','Poggibonsi','POGGIBONSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21659,'12302','Poggio A Caiano','POGGIO A CAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21660,'11375','Poggioreale Del Carso','POGGIOREALE DEL CARSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21661,'44299','Pogradeci','POGRADECI',NULL,'','Albania','',0,0,2,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21662,'13503','Pohang','POHANG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21663,'42287','Pohnpei','POHNPEI',NULL,'','Micronesia','',0,0,143,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21664,'41882','Pohorje','POHORJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21665,'16204','Poiana Brasov','POIANA BRASOV',NULL,'','Romania','',0,0,179,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21666,'19571','Poinciana','POINCIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:35','1900-01-01 00:00:00',1,0,1),(21667,'41904','Poindimie','POINDIMIE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:39:35','1900-01-01 00:00:00',1,0,1),(21668,'36347','Point Salines','POINT SALINES',NULL,'','Grenada','',0,0,88,'2016-10-17 11:39:40','1900-01-01 00:00:00',1,0,1),(21669,'14268','Pointe Aux Cannoniers','POINTE AUX CANNONIERS',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21670,'22824','Pointe Claire','POINTE CLAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21671,'24060','Pointe Noire','POINTE NOIRE',NULL,'','Congo','',0,0,51,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21672,'9385','Pointe-a-pitre','POINTE-A-PITRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21673,'22825','Pointe-au-pic','POINTE-AU-PIC',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21674,'22826','Pointe-aux-trembles','POINTE-AUX-TREMBLES',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21675,'41136','Pointe-claire','POINTE-CLAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21676,'22827','Pointe-du-lac','POINTE-DU-LAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21677,'38088','Pointe-noire','POINTE-NOIRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21678,'42765','Pointon','POINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21679,'22959','Points North Landing','POINTS NORTH LANDING',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21680,'2747','Poio','POIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21681,'42726','Poipet','POIPET',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:39:43','1900-01-01 00:00:00',1,0,1),(21682,'6358','Poitiers','POITIERS',NULL,'','France','',0,0,76,'2016-10-17 11:39:43','1900-01-01 00:00:00',1,0,1),(21683,'36262','Poitiers-futuroscope','POITIERS-FUTUROSCOPE',NULL,'','France','',0,0,76,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21684,'9911','Pok Fu Lam','POK FU LAM',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21685,'20964','Pokagon Lake','POKAGON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21686,'36512','Pokeno','POKENO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21687,'15060','Pokhara','POKHARA',NULL,'','Nepal','Pokhara',0,0,153,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21689,'34288','Pokolbin','POKOLBIN',NULL,'','Australia','Pokolbin',0,0,13,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21690,'16374','Pokrovsko-streshnevo','POKROVSKO-STRESHNEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21691,'16425','Pokrovskoye','POKROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21692,'3101','Pola De Lena','POLA DE LENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21693,'18191','Polacca','POLACCA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:46','1900-01-01 00:00:00',1,0,1),(21694,'29498','Poland','POLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:39:46','1900-01-01 00:00:00',1,0,1),(21695,'28009','Polaris','POLARIS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21696,'8717','Polegate','POLEGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21697,'43865','Polibetta','POLIBETTA',NULL,'','India','',0,0,101,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21698,'9579','Polichrono','POLICHRONO',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21699,'12304','Policoro','POLICORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21700,'12305','Polignano A Mare','POLIGNANO A MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21701,'39631','Poligny','POLIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21702,'24265','Polis','POLIS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21703,'12306','Polizzi Generosa','POLIZZI GENEROSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21704,'17742','Polk Inlet','POLK INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21705,'41797','Pollein','POLLEIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21706,'41558','Pollenca','POLLENCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21707,'2917','Pollensa','POLLENSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21708,'38270','Pollica','POLLICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21709,'27140','Polling Im Innkreis','POLLING IM INNKREIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21710,'18801','Pollock Pines','POLLOCK PINES',NULL,'','United States','',0,0,231,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21711,'39016','Pollonia','POLLONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21712,'8718','Polmont','POLMONT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21713,'20716','Polo','POLO',NULL,'','United States','',0,0,231,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21714,'1743','Polokwane','POLOKWANE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21716,'13589','Polonnaruwa','POLONNARUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21717,'8719','Polperro','POLPERRO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21718,'8720','Polsham','POLSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21719,'28010','Polson','POLSON',NULL,'','United States','',0,0,231,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21720,'8721','Polstead','POLSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21721,'17519','Poltava','POLTAVA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21722,'12769','Poltu Quatu','POLTU QUATU',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21723,'12307','Polvica','POLVICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21724,'16284','Polyarnyj','POLYARNYJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21725,'16445','Polyustrovo','POLYUSTROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21726,'17014','Pom Prap Sattru Phai','POM PRAP SATTRU PHAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21727,'10256','Pomalaa','POMALAA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21728,'12308','Pomarance','POMARANCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21729,'15821','Pombal','POMBAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21730,'9997','Pomena','POMENA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21731,'29499','Pomeroy','POMEROY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:54','1900-01-01 00:00:00',1,0,1),(21732,'19143','Pomfret','POMFRET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:54','1900-01-01 00:00:00',1,0,1),(21733,'12310','Pomigliano D\'arco','POMIGLIANO D\'ARCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21734,'301','Pommelsbrunn','POMMELSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21735,'28391','Pomona','POMONA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21736,'24798','Pomorie','POMORIE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21737,'19572','Pompano Beach','POMPANO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21738,'11376','Pompeii','POMPEII',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21739,'4451','Pompidou Centre - Notre Dame (3 And 4)','POMPIDOU CENTRE - NOTRE DAME (3 AND 4)',NULL,'','France','',0,0,76,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21740,'28392','Pompton Plains','POMPTON PLAINS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21741,'32945','Ponca City','PONCA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21742,'15761','Ponce','PONCE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:39:58','1900-01-01 00:00:00',1,0,1),(21743,'19573','Ponce Inlet','PONCE INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:58','1900-01-01 00:00:00',1,0,1),(21744,'21248','Ponchatoula','PONCHATOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:59','1900-01-01 00:00:00',1,0,1),(21745,'20388','Ponderay','PONDERAY',NULL,'','United States','',0,0,231,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21746,'3473','Ponferrada','PONFERRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21747,'32594','Pongola','PONGOLA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21748,'40678','Ponnampet','PONNAMPET',NULL,'','India','',0,0,101,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21749,'25347','Ponoka','PONOKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21750,'12311','Ponsacco','PONSACCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21751,'15240','Ponsonby','PONSONBY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21752,'41056','Ponta Delgada','PONTA DELGADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21753,'41155','Ponta Do Sol','PONTA DO SOL',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21754,'25116','Ponta Grossa','PONTA GROSSA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21755,'5239','Pontaillac','PONTAILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21756,'6057','Pont-a-mousson','PONT-A-MOUSSON',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21757,'5784','Pontarlier','PONTARLIER',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21758,'12312','Pontassieve','PONTASSIEVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21759,'5414','Pontaubault','PONTAUBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21760,'5827','Pont-audemer','PONT-AUDEMER',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21761,'40991','Pontault Combault','PONTAULT COMBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21762,'4453','Pontault-combault','PONTAULT-COMBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21763,'38305','Pontaumur','PONTAUMUR',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21764,'44081','Pont-aven','PONT-AVEN',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21765,'39775','Pont-de-salars','PONT-DE-SALARS',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21766,'40601','Pont-du-chateau','PONT-DU-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21767,'41647','Ponte De Lima','PONTE DE LIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21768,'23066','Ponte Tresa','PONTE TRESA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:05','1900-01-01 00:00:00',1,0,1),(21769,'19574','Ponte Vedra','PONTE VEDRA',NULL,'','United States','',0,0,231,'2016-10-17 11:40:05','1900-01-01 00:00:00',1,0,1),(21770,'39799','Pontebba','PONTEBBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:06','1900-01-01 00:00:00',1,0,1),(21771,'12319','Pontecagnano','PONTECAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:06','1900-01-01 00:00:00',1,0,1),(21772,'41434','Pontedeume','PONTEDEUME',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21773,'8722','Pontefract','PONTEFRACT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21774,'12321','Pontelatone','PONTELATONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21775,'12322','Pontenure','PONTENURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21776,'11378','Ponteranica','PONTERANICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21777,'7259','Ponterwyd','PONTERWYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21778,'43071','Pontetaro Di Noceto','PONTETARO DI NOCETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21779,'3679','Pontevedra','PONTEVEDRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21780,'36171','Pontevedra-mondariz','PONTEVEDRA-MONDARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21781,'5673','Pontgouin','PONTGOUIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:09','1900-01-01 00:00:00',1,0,1),(21782,'22211','Pontiac','PONTIAC',NULL,'','United States','',0,0,231,'2016-10-17 11:40:09','1900-01-01 00:00:00',1,0,1),(21783,'10328','Pontianak','PONTIANAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21784,'5589','Pontivy','PONTIVY',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21785,'5590','Pont-l\'abbe','PONT-L\'ABBE',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21786,'23067','Pont-la-ville','PONT-LA-VILLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21787,'5415','Pont-l\'eveque','PONT-L\'EVEQUE',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21788,'4966','Pontlevoy','PONTLEVOY',NULL,'','France','',0,0,76,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21789,'4780','Pontoise','PONTOISE',NULL,'','France','',0,0,76,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21790,'38396','Pontons','PONTONS',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21791,'20718','Pontoon Beach','PONTOON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21792,'5416','Pontorson','PONTORSON',NULL,'','France','',0,0,76,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21793,'27904','Pontotoc','PONTOTOC',NULL,'','United States','',0,0,231,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21794,'5485','Pontoux','PONTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21795,'23313','Pontresina','PONTRESINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21796,'38139','Pontrieux','PONTRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21797,'40124','Pont-saint-esprit','PONT-SAINT-ESPRIT',NULL,'','France','',0,0,76,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21798,'37318','Pont-saint-martin','PONT-SAINT-MARTIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21799,'7260','Pontyclun','PONTYCLUN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21800,'8723','Pontypool','PONTYPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21801,'8724','Pontypridd','PONTYPRIDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21802,'12323','Ponza','PONZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21803,'35619','Ponzano Romano','PONZANO ROMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21804,'11380','Ponziane Islands','PONZIANE ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21805,'9240','Poole','POOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21806,'19897','Pooler','POOLER',NULL,'','United States','',0,0,231,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21807,'8725','Pooley Bridge','POOLEY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21808,'7261','Pool-in-wharfedale','POOL-IN-WHARFEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21809,'10458','Poovar','POOVAR',NULL,'','India','Poovar',3,0,101,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21810,'24103','Popayan','POPAYAN',NULL,'','Colombia','',0,0,49,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21811,'38304','Poperinge','POPERINGE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21812,'35610','Popiglio','POPIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21813,'27750','Poplar Bluff','POPLAR BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21814,'34612','Poplar Hill','POPLAR HILL',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21815,'40144','Popoli','POPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21816,'12324','Poppi','POPPI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21817,'42277','Poprad','POPRAD',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21818,'19144','Poquetanuck','POQUETANUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21819,'10577','Porbandar','PORBANDAR',NULL,'','India','Porbandar',16,0,101,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21820,'12325','Porcari','PORCARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21821,'10063','Porec','POREC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21822,'26539','Porepunkah','POREPUNKAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21823,'35538','Poretta Terme','PORETTA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21824,'4026','Pori','PORI',NULL,'','Finland','',0,0,75,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21825,'44015','Porirua','PORIRUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21826,'32208','Porlamar','PORLAMAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21827,'8726','Porlock','PORLOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21828,'6263','Pornic','PORNIC',NULL,'','France','',0,0,76,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21829,'6264','Pornichet','PORNICHET',NULL,'','France','',0,0,76,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21830,'15660','Poronim','PORONIM',NULL,'','Poland','',0,0,174,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21831,'9788','Poros','POROS',NULL,'','Greece','Poros',0,0,86,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21832,'12327','Porotto','POROTTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21833,'2749','Porreres','PORRERES',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21834,'12328','Porretta Terme','PORRETTA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21835,'41401','Porrino','PORRINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:22','1900-01-01 00:00:00',1,0,1),(21836,'15008','Porsgrunn','PORSGRUNN',NULL,'','Norway','',0,0,164,'2016-10-17 11:40:22','1900-01-01 00:00:00',1,0,1),(21837,'13083','Port Antonio','PORT ANTONIO',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:40:24','1900-01-01 00:00:00',1,0,1),(21838,'882','Port Au Prince','PORT AU PRINCE',NULL,'','Haiti','',0,0,95,'2016-10-17 11:40:25','1900-01-01 00:00:00',1,0,1),(21839,'40677','Port Berge','PORT BERGE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:40:26','1900-01-01 00:00:00',1,0,1),(21840,'14359','Port Dickson','PORT DICKSON',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:40:29','1900-01-01 00:00:00',1,0,1),(21841,'36793','Port El Kantaoui','PORT EL KANTAOUI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:40:29','1900-01-01 00:00:00',1,0,1),(21842,'6853','Port Gentil','PORT GENTIL',NULL,'','Gabon','',0,0,80,'2016-10-17 11:40:30','1900-01-01 00:00:00',1,0,1),(21843,'14438','Port Harcourt','PORT HARCOURT',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:40:31','1900-01-01 00:00:00',1,0,1),(21844,'14269','Port Louis','PORT LOUIS',NULL,'','Mauritius','Port Louis',0,0,139,'2016-10-17 11:40:35','1900-01-01 00:00:00',1,0,1),(21845,'15579','Port Moresby','PORT MORESBY',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:40:36','1900-01-01 00:00:00',1,0,1),(21846,'17121','Port Of Spain','PORT OF SPAIN',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:40:37','1900-01-01 00:00:00',1,0,1),(21847,'40909','Port Sudan','PORT SUDAN',NULL,'','Sudan','',0,0,205,'2016-10-17 11:40:41','1900-01-01 00:00:00',1,0,1),(21848,'32306','Port Vila','PORT VILA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:40:42','1900-01-01 00:00:00',1,0,1),(21849,'554','Porta Westfalica','PORTA WESTFALICA',NULL,'','Germany','',0,0,83,'2016-10-17 11:40:43','1900-01-01 00:00:00',1,0,1),(21850,'37668','Portacomaro','PORTACOMARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21851,'8730','Portadown','PORTADOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21852,'8731','Portaferry','PORTAFERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21853,'20965','Portage','PORTAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:45','1900-01-01 00:00:00',1,0,1),(21854,'44016','Portage','PORTAGE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:45','1900-01-01 00:00:00',1,0,1),(21855,'27751','Portageville','PORTAGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:46','1900-01-01 00:00:00',1,0,1),(21856,'28077','Portal','PORTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:40:47','1900-01-01 00:00:00',1,0,1),(21857,'16020','Portalegre','PORTALEGRE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:48','1900-01-01 00:00:00',1,0,1),(21858,'28556','Portales','PORTALES',NULL,'','United States','',0,0,231,'2016-10-17 11:40:48','1900-01-01 00:00:00',1,0,1),(21859,'9723','Portaria','PORTARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21860,'40755','Portbail','PORTBAIL',NULL,'','France','',0,0,76,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21861,'5038','Port-barcares','PORT-BARCARES',NULL,'','France','',0,0,76,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21862,'42657','Port-boise','PORT-BOISE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21863,'8732','Portbury','PORTBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21864,'4456','Port-camargue','PORT-CAMARGUE',NULL,'','France','',0,0,76,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21865,'6359','Port-d\'envaux','PORT-D\'ENVAUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21866,'4873','Port-en-bessin','PORT-EN-BESSIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21867,'41351','Port-en-bessin-huppain','PORT-EN-BESSIN-HUPPAIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21868,'20966','Porter','PORTER',NULL,'','United States','',0,0,231,'2016-10-17 11:40:52','1900-01-01 00:00:00',1,0,1),(21869,'25743','Porter\'s Lake','PORTER\'S LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:52','1900-01-01 00:00:00',1,0,1),(21870,'18804','Porterville','PORTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21871,'4458','Portes Les Valence','PORTES LES VALENCE',NULL,'','France','',0,0,76,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21872,'8733','Portesham','PORTESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21873,'5240','Portet','PORTET',NULL,'','France','',0,0,76,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21874,'6123','Portet-sur-garonne','PORTET-SUR-GARONNE',NULL,'','France','',0,0,76,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21875,'8734','Port-eynon','PORT-EYNON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21876,'8736','Porthcawl','PORTHCAWL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21877,'8737','Porthmadog','PORTHMADOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21878,'4781','Porticcio','PORTICCIO',NULL,'','France','',0,0,76,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21879,'12329','Portico Di Romagna','PORTICO DI ROMAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21880,'16205','Portile De Fier','PORTILE DE FIER',NULL,'','Romania','',0,0,179,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21881,'15943','Portimao','PORTIMAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21882,'7262','Portinscale','PORTINSCALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21883,'5955','Portiragnes','PORTIRAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21884,'11382','Portisco','PORTISCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21885,'22216','Portland','PORTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21886,'7263','Portland','PORTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:57','1900-01-01 00:00:00',1,0,1),(21887,'26928','Portland','PORTLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:40:58','1900-01-01 00:00:00',1,0,1),(21888,'5956','Port-la-nouvelle','PORT-LA-NOUVELLE',NULL,'','France','',0,0,76,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21889,'10753','Portlaoise','PORTLAOISE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21890,'5785','Port-lesney','PORT-LESNEY',NULL,'','France','',0,0,76,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21891,'8738','Portloe','PORTLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21892,'7264','Portmeirion','PORTMEIRION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21893,'4782','Porto','PORTO',NULL,'','France','',0,0,76,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21894,'25093','Porto Alegre','PORTO ALEGRE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21895,'25848','Porto Amboim','PORTO AMBOIM',NULL,'','Angola','',0,0,6,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21896,'9581','Porto Carras','PORTO CARRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21897,'8739','Portobello','PORTOBELLO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:06','1900-01-01 00:00:00',1,0,1),(21898,'43991','Portobelo','PORTOBELO',NULL,'','Panama','',0,0,169,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21899,'12909','Portobuffole','PORTOBUFFOLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21900,'12336','Portoferraio','PORTOFERRAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21901,'12337','Portofino','PORTOFINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21902,'40040','Portogruaro','PORTOGRUARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21903,'9583','Porto-heli','PORTO-HELI',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21904,'18805','Portola','PORTOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21905,'41349','Portomarin','PORTOMARIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21906,'35696','Portonovo','PORTONOVO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21907,'3680','Portonovo','PORTONOVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21908,'11391','Portopalo Di Capo Passero','PORTOPALO DI CAPO PASSERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21909,'16619','Portoroz','PORTOROZ',NULL,'','Slovenia','Portoroz',0,0,192,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21910,'12829','Portoscuso','PORTOSCUSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21911,'4887','Porto-vecchio','PORTO-VECCHIO',NULL,'','France','',0,0,76,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21912,'12338','Portovenere','PORTOVENERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21913,'2404','Portoviejo','PORTOVIEJO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21914,'36600','Porto-vila Nova De G','PORTO-VILA NOVA DE G',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21915,'8740','Portpatrick','PORTPATRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21916,'8741','Portree','PORTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21917,'8742','Portrush','PORTRUSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21918,'40929','Portrush, Co. Antrim','PORTRUSH, CO. ANTRIM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21919,'39034','Port-saint-pere','PORT-SAINT-PERE',NULL,'','France','',0,0,76,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21920,'10824','Portsalon','PORTSALON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21921,'26542','Portsea','PORTSEA',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21922,'30262','Portsmouth','PORTSMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21923,'2105','Portsmouth','PORTSMOUTH',NULL,'','Dominica','',0,0,500,'2016-10-17 11:41:12','1900-01-01 00:00:00',1,0,1),(21924,'8743','Portsmouth','PORTSMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:13','1900-01-01 00:00:00',1,0,1),(21925,'38302','Portsonachan','PORTSONACHAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21926,'8744','Portstewart','PORTSTEWART',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21927,'7265','Portswood','PORTSWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21928,'35614','Portu Sa Ruxi (Sardi','PORTU SA RUXI (SARDI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21929,'25674','Portugal Cove','PORTUGAL COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21930,'3720','Portugalete','PORTUGALETE',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21931,'43246','Portugos','PORTUGOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21932,'10872','Portumna','PORTUMNA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21933,'43814','Porvenir','PORVENIR',NULL,'','Chile','',0,0,45,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21934,'3986','Porvoo','PORVOO',NULL,'','Finland','',0,0,75,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21935,'12339','Posada','POSADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21936,'26127','Posadas','POSADAS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21937,'23472','Poschiavo','POSCHIAVO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21938,'37189','Posedarje','POSEDARJE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21939,'40829','Poshina','POSHINA',NULL,'','India','',0,0,101,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21940,'3929','Posio','POSIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21941,'12340','Positano','POSITANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21942,'10365','Poso','POSO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21943,'37535','Possidonia','POSSIDONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21944,'22383','Possneck','POSSNECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21945,'39505','Posta Fibreno','POSTA FIBRENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21946,'8745','Postbridge','POSTBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21947,'14245','Poste De Flacq','POSTE DE FLACQ',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21948,'42444','Postmuenster','POSTMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21949,'302','Postmunster','POSTMUNSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21950,'16646','Postojna','POSTOJNA',NULL,'','Slovenia','Postojna',0,0,192,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21951,'41788','Postolowo','POSTOLOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21952,'25675','Postville','POSTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21953,'32947','Poteau','POTEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21954,'12702','Potenza','POTENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21955,'3133','Potes','POTES',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21956,'40029','Poti','POTI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21957,'43060','Potidea','POTIDEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21958,'42647','Potlogi','POTLOGI',NULL,'','Romania','',0,0,179,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21959,'21767','Potomac','POTOMAC',NULL,'','United States','',0,0,231,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21960,'9585','Potos','POTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21961,'27752','Potosi','POTOSI',NULL,'','United States','',0,0,231,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21962,'24955','Potosi','POTOSI',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21963,'24223','Potrero','POTRERO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21964,'29055','Potsdam','POTSDAM',NULL,'','United States','',0,0,231,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21965,'2083','Potsdam','POTSDAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21966,'8746','Pott Shrigley','POTT SHRIGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21967,'8747','Potters Bar','POTTERS BAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21968,'8748','Potton','POTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21969,'34291','Potts Point','POTTS POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21970,'30870','Pottsboro','POTTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21971,'30137','Pottstown','POTTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21972,'30138','Pottsville','POTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:24','1900-01-01 00:00:00',1,0,1),(21973,'29056','Poughkeepsie','POUGHKEEPSIE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:24','1900-01-01 00:00:00',1,0,1),(21974,'5486','Pougues-les-eaux','POUGUES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:41:25','1900-01-01 00:00:00',1,0,1),(21975,'5487','Pouilly-en-auxois','POUILLY-EN-AUXOIS',NULL,'','France','',0,0,76,'2016-10-17 11:41:25','1900-01-01 00:00:00',1,0,1),(21976,'38844','Pouilly-sur-loire','POUILLY-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21977,'1618','Pouligny Notre Dame','POULIGNY NOTRE DAME',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21978,'5674','Pouligny-notre-dame','POULIGNY-NOTRE-DAME',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21979,'31590','Poulsbo','POULSBO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21980,'31376','Poultney','POULTNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21981,'37302','Poulton-le-fylde','POULTON-LE-FYLDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21982,'14434','Poum','POUM',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21983,'29058','Pound Ridge','POUND RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21984,'31202','Pounding Mill','POUNDING MILL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21985,'8749','Poundon','POUNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21986,'38202','Pounta','POUNTA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21987,'21','Pouso Alegre','POUSO ALEGRE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21988,'6265','Pouzauges','POUZAUGES',NULL,'','France','',0,0,76,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21989,'11392','Pove Del Grappa','POVE DEL GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21990,'39479','Povegliano','POVEGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21991,'38062','Poviglio','POVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21992,'41646','Povoa De Lanhoso','POVOA DE LANHOSO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21993,'16096','Povoacao','POVOACAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21994,'22830','Povungnituk','POVUNGNITUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21995,'18806','Poway','POWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21996,'19899','Powder Springs','POWDER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:41:31','1900-01-01 00:00:00',1,0,1),(21997,'33522','Powderhorn','POWDERHORN',NULL,'','United States','',0,0,231,'2016-10-17 11:41:31','1900-01-01 00:00:00',1,0,1),(21998,'32124','Powell','POWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:32','1900-01-01 00:00:00',1,0,1),(21999,'25515','Powell River','POWELL RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:33','1900-01-01 00:00:00',1,0,1),(22000,'7266','Powmill','POWMILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:33','1900-01-01 00:00:00',1,0,1),(22001,'31377','Pownal','POWNAL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22002,'40580','Poysdorf','POYSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22003,'13781','Poza Rica','POZA RICA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22004,'15724','Poznan','POZNAN',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22005,'3281','Pozo Alcon','POZO ALCON',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22006,'12341','Pozza Di Fassa','POZZA DI FASSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22007,'12342','Pozzallo','POZZALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22008,'40538','Pozzilli','POZZILLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22009,'12343','Pozzolengo','POZZOLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22010,'12344','Pozzuoli','POZZUOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22011,'11393','Pozzuolo Martesana','POZZUOLO MARTESANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22012,'43309','Pra Loup','PRA LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22013,'42083','Prachinburi','PRACHINBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22015,'17087','Prachuap Khiri Khan','PRACHUAP KHIRI KHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22016,'12749','Pradamano','PRADAMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22017,'4459','Pradelles Cabardes','PRADELLES CABARDES',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22018,'5339','Prades','PRADES',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22019,'6512','Pradet','PRADET',NULL,'','France','',0,0,76,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22020,'37367','Prado','PRADO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22021,'39157','Prado - Parc Chanot','PRADO - PARC CHANOT',NULL,'','France','',0,0,76,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22022,'3282','Prado Del Rey','PRADO DEL REY',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22023,'15596','Praga Poludnie','PRAGA POLUDNIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22024,'13040','Pragelato','PRAGELATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22025,'40830','Pragpur','PRAGPUR',NULL,'','India','',0,0,101,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22026,'24332','Prague','PRAGUE',NULL,'','Czech Republic','Prague',0,0,58,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22027,'26929','Prahran','PRAHRAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22028,'24145','Praia','PRAIA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22029,'24995','Praia','PRAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22030,'11394','Praiano','PRAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:39','1900-01-01 00:00:00',1,0,1),(22031,'15042','Prakashpur','PRAKASHPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22032,'6822','Pralognan-la-vanoise','PRALOGNAN-LA-VANOISE',NULL,'','France','',0,0,76,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22033,'38494','Pralormo','PRALORMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22034,'6513','Pra-loup','PRA-LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22035,'16961','Pran Buri','PRAN BURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22037,'23314','Prangins','PRANGINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22038,'41617','Praslin','PRASLIN',NULL,'','Seychelles','Praslin',0,0,188,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22039,'12750','Prata Di Pordenone','PRATA DI PORDENONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22040,'38009','Pratdip','PRATDIP',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22041,'4460','Prats De Mollo La Preste','PRATS DE MOLLO LA PRESTE',NULL,'','France','',0,0,76,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22042,'2755','Prats I Sansor','PRATS I SANSOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22043,'21123','Pratt','PRATT',NULL,'','United States','',0,0,231,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22044,'23315','Pratteln','PRATTELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22045,'17940','Prattville','PRATTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22046,'64264','Pratunam','PRATUNAM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22047,'39986','Prauthoy','PRAUTHOY',NULL,'','France','',0,0,76,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22048,'43792','Pravets','PRAVETS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22049,'3104','Pravia','PRAVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22050,'28012','Pray','PRAY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22051,'6124','Prayssac','PRAYSSAC',NULL,'','France','',0,0,76,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22052,'23316','Praz','PRAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22053,'41899','Praz Sur Arly','PRAZ SUR ARLY',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22054,'15959','Prazeres','PRAZERES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22055,'5087','Praz-sur-arly','PRAZ-SUR-ARLY',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22056,'38567','Prechacq-les-bains','PRECHACQ-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22057,'23317','Preda','PREDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22058,'12348','Predazzo','PREDAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22059,'37575','Preddvor','PREDDVOR',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22060,'16228','Predeal','PREDEAL',NULL,'','Romania','',0,0,179,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22061,'39757','Predlitz-turrach','PREDLITZ-TURRACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22062,'1844','Preetz','PREETZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22063,'6266','Prefailles','PREFAILLES',NULL,'','France','',0,0,76,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22064,'12910','Preganziol','PREGANZIOL',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22065,'11396','Pregnana Milanese','PREGNANA MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22066,'41309','Prellezo','PRELLEZO',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22067,'43866','Prem Nagar','PREM NAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22068,'37863','Prémanon','PRÉMANON',NULL,'','France','',0,0,76,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22069,'44082','Premesques','PREMESQUES',NULL,'','France','',0,0,76,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22070,'2756','Premia De Dalt','PREMIA DE DALT',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22071,'31864','Prentice','PRENTICE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22072,'41868','Prerov','PREROV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22073,'39699','Pre-saint-didier','PRE-SAINT-DIDIER',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22074,'8750','Prescot','PRESCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22075,'31865','Prescott','PRESCOTT',NULL,'','United States','',0,0,231,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22076,'11397','Presezzo','PRESEZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22077,'33042','Presho','PRESHO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22078,'12349','Presicce','PRESICCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22079,'41991','Presidente Prudente','PRESIDENTE PRUDENTE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22080,'30872','Presidio','PRESIDIO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22081,'40501','Presov','PRESOV',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22082,'39812','Presque Isle','PRESQUE ISLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22083,'27020','Presseggersee','PRESSEGGERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22084,'8751','Prestatyn','PRESTATYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22085,'8752','Prestbury','PRESTBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22086,'7267','Presteigne','PRESTEIGNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22087,'1343','Preston','PRESTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22088,'26543','Preston','PRESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:56','1900-01-01 00:00:00',1,0,1),(22089,'27492','Preston','PRESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:41:56','1900-01-01 00:00:00',1,0,1),(22090,'43736','Prestons','PRESTONS',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:57','1900-01-01 00:00:00',1,0,1),(22091,'33719','Prestonsburg','PRESTONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:41:57','1900-01-01 00:00:00',1,0,1),(22092,'8753','Prestwich','PRESTWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22093,'1167','Prestwick','PRESTWICK',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22094,'32595','Pretoria','PRETORIA',NULL,'','South Africa','Pretoria',0,0,195,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22095,'34292','Pretty Beach','PRETTY BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22096,'37540','Prevelly','PREVELLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22097,'23068','Preverenges','PREVERENGES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22098,'23069','Prevessin','PREVESSIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22099,'6689','Prevessin','PREVESSIN',NULL,'','France','',0,0,76,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22100,'44083','Prevessin-moens','PREVESSIN-MOENS',NULL,'','France','',0,0,76,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22101,'9724','Preveza','PREVEZA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22102,'37389','Pribylina','PRIBYLINA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22103,'33384','Price','PRICE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22104,'17941','Priceville','PRICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22105,'25348','Priddis','PRIDDIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22106,'40741','Priego','PRIEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22107,'43337','Prien Am Chiemsee','PRIEN AM CHIEMSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22108,'14176','Prilep','PRILEP',NULL,'','Macedonia, FYR Of','',0,0,191,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22109,'34293','Primbee','PRIMBEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22110,'32843','Primm','PRIMM',NULL,'','United States','',0,0,231,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22111,'13910','Primo Tapia','PRIMO TAPIA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22112,'24799','Primorsko','PRIMORSKO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22113,'9973','Primosten','PRIMOSTEN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22114,'22960','Prince Albert','PRINCE ALBERT',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22115,'44193','Princes Risborough','PRINCES RISBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:04','1900-01-01 00:00:00',1,0,1),(22116,'25109','Princesa Isabel','PRINCESA ISABEL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:42:04','1900-01-01 00:00:00',1,0,1),(22117,'21769','Princess Anne','PRINCESS ANNE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22118,'25518','Princeton','PRINCETON',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22119,'28393','Princeton','PRINCETON',NULL,'','United States','',0,0,231,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22120,'16582','Principe Island','PRINCIPE ISLAND',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22121,'29736','Prineville','PRINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22122,'40520','Pringle Bay','PRINGLE BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22123,'9850','Prins Christian Sund','PRINS CHRISTIAN SUND',NULL,'','Greenland','',0,0,87,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22124,'27494','Prior Lake','PRIOR LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22125,'11398','Priora','PRIORA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22126,'32377','Pristina','PRISTINA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22127,'39118','Privlaka','PRIVLAKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22128,'1539','Prizba','PRIZBA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22129,'468','Probbach','PROBBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22130,'35371','Probolinggo','PROBOLINGGO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22131,'8755','Probus','PROBUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22132,'12350','Procchio','PROCCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22133,'12351','Procida','PROCIDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22134,'27495','Proctor','PROCTOR',NULL,'','United States','',0,0,231,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22135,'31378','Proctorsville','PROCTORSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22136,'36585','Proenca A Nova','PROENCA A NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22137,'15899','Proenca-a-nova','PROENCA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22138,'9725','Profitis Ilias','PROFITIS ILIAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22139,'13885','Progreso','PROGRESO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22140,'37391','Projan','PROJAN',NULL,'','France','',0,0,76,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22141,'38171','Propata','PROPATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22142,'4888','Propriano','PROPRIANO',NULL,'','France','',0,0,76,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22143,'26427','Proserpine','PROSERPINE',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22144,'33722','Prospect','PROSPECT',NULL,'','United States','',0,0,231,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22145,'26817','Prospect','PROSPECT',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22146,'13078','Prospect','PROSPECT',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:42:16','1900-01-01 00:00:00',1,0,1),(22147,'30393','Prosperity','PROSPERITY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:17','1900-01-01 00:00:00',1,0,1),(22148,'31591','Prosser','PROSSER',NULL,'','United States','',0,0,231,'2016-10-17 11:42:17','1900-01-01 00:00:00',1,0,1),(22149,'11399','Provaglio D\'iseo','PROVAGLIO D\'ISEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22150,'39717','Provatas','PROVATAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22151,'30263','Providence','PROVIDENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22152,'902','Providencia','PROVIDENCIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22153,'16938','Providenciales','PROVIDENCIALES',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22154,'6190','Proville','PROVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22155,'21501','Provincetown','PROVINCETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22156,'5869','Provins','PROVINS',NULL,'','France','',0,0,76,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22157,'33387','Provo','PROVO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22158,'25349','Provost','PROVOST',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:21','1900-01-01 00:00:00',1,0,1),(22159,'22217','Prudenville','PRUDENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:21','1900-01-01 00:00:00',1,0,1),(22160,'17754','Prudhoe Bay','PRUDHOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22161,'24319','Pruhonice','PRUHONICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22162,'37186','Prullans','PRULLANS',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22163,'15701','Pruszkow','PRUSZKOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22164,'38674','Prvic Luka','PRVIC LUKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22165,'32948','Pryor','PRYOR',NULL,'','United States','',0,0,231,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22166,'15672','Przemysl','PRZEMYSL',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22167,'15673','Przeworsk','PRZEWORSK',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22168,'39522','Psakoudia','PSAKOUDIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22169,'43461','Psarou Beach','PSAROU BEACH',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22170,'40723','Psathopirgos','PSATHOPIRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22171,'42485','Psathopyrgos','PSATHOPYRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22172,'9726','Psikhikon','PSIKHIKON',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22173,'16423','Pskov','PSKOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22174,'42484','Ptolemaida','PTOLEMAIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22175,'37617','Ptuj','PTUJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22176,'20107','Puako','PUAKO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22177,'15435','Pucallpa','PUCALLPA',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22178,'24394','Puch Bei Hallein','PUCH BEI HALLEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22179,'38397','Puchberg Am Schneeberg','PUCHBERG AM SCHNEEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22180,'37724','Puchenstuben','PUCHENSTUBEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22181,'303','Puchheim','PUCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22182,'38045','Pucisca','PUCISCA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22183,'15622','Puck','PUCK',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22184,'23512','Pucon','PUCON',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22185,'23619','Pudong Airport','PUDONG AIRPORT',NULL,'','China','',0,0,46,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22186,'8756','Pudsey','PUDSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22187,'10459','Puducherry','PUDUCHERRY',NULL,'','India','',0,0,101,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22188,'14067','Puebla','PUEBLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22189,'3776','Puebla De Farnals','PUEBLA DE FARNALS',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22190,'33523','Pueblo','PUEBLO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:27','1900-01-01 00:00:00',1,0,1),(22191,'15413','Pueblo Libre','PUEBLO LIBRE',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:27','1900-01-01 00:00:00',1,0,1),(22192,'23548','Puente Alto','PUENTE ALTO',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22193,'40482','Puente De Genave','PUENTE DE GENAVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22194,'14047','Puente De Ixtla','PUENTE DE IXTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22195,'37882','Puerto Angel','PUERTO ANGEL',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22196,'43217','Puerto Arenas','PUERTO ARENAS',NULL,'','Chile','Puerto Arenas',0,0,45,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22197,'32180','Puerto Ayacucho','PUERTO AYACUCHO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22198,'2387','Puerto Ayora','PUERTO AYORA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22199,'9880','Puerto Barrios','PUERTO BARRIOS',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22200,'24094','Puerto Berrio','PUERTO BERRIO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22201,'14450','Puerto Cabezas','PUERTO CABEZAS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:42:30','1900-01-01 00:00:00',1,0,1),(22202,'9957','Puerto Cortes','PUERTO CORTES',NULL,'','Honduras','',0,0,97,'2016-10-17 11:42:30','1900-01-01 00:00:00',1,0,1),(22203,'15437','Puerto Galera','PUERTO GALERA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22204,'15380','Puerto General San Martin','PUERTO GENERAL SAN MARTIN',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22205,'24242','Puerto Jimenez','PUERTO JIMENEZ',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22206,'2362','Puerto Plata','PUERTO PLATA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22207,'951','Puerto Quijarro','PUERTO QUIJARRO',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22208,'15733','Puerto Rico','PUERTO RICO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22209,'3419','Puertollano','PUERTOLLANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:34','1900-01-01 00:00:00',1,0,1),(22210,'6514','Puget','PUGET',NULL,'','France','',0,0,76,'2016-10-17 11:42:34','1900-01-01 00:00:00',1,0,1),(22211,'42333','Pugnochiuso','PUGNOCHIUSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22212,'20108','Puhi','PUHI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22213,'3582','Puigcerda','PUIGCERDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22214,'2924','Puigpunyent','PUIGPUNYENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22215,'4880','Puilboreau','PUILBOREAU',NULL,'','France','',0,0,76,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22216,'5241','Pujols','PUJOLS',NULL,'','France','',0,0,76,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22217,'20109','Pukalani','PUKALANI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22218,'25621','Pukatawagan','PUKATAWAGAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22219,'20110','Pukoo','PUKOO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22220,'10035','Pula','PULA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22221,'12786','Pula','PULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22222,'42847','Pulai','PULAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:38','1900-01-01 00:00:00',1,0,1),(22223,'29059','Pulaski','PULASKI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:38','1900-01-01 00:00:00',1,0,1),(22224,'42848','Pulau Besar','PULAU BESAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:39','1900-01-01 00:00:00',1,0,1),(22225,'8757','Pulborough','PULBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:40','1900-01-01 00:00:00',1,0,1),(22226,'8758','Pulford','PULFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22227,'555','Pulheim','PULHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22228,'17412','Puli','PULI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22229,'5488','Puligny-montrachet','PULIGNY-MONTRACHET',NULL,'','France','',0,0,76,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22230,'31592','Pullman','PULLMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22231,'12352','Pulsano','PULSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22232,'37121','Pumba','PUMBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22233,'16172','Punaauia','PUNAAUIA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22234,'15242','Punakaiki','PUNAKAIKI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22235,'20112','Punaluu (Hawaii)','PUNALUU (HAWAII)',NULL,'','United States','',0,0,231,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22236,'9999','Punat','PUNAT',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22237,'39949','Punchbowl','PUNCHBOWL',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22238,'10652','Pune','PUNE',NULL,'','India','Pune',5,0,101,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22239,'4035','Punkaharju','PUNKAHARJU',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22240,'11400','Punta Ala','PUNTA ALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22241,'44235','Punta Allen','PUNTA ALLEN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22242,'23480','Punta Arenas','PUNTA ARENAS',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22243,'15464','Punta Bunga','PUNTA BUNGA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22244,'2375','Punta Cana','PUNTA CANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22245,'917','Punta Cocles','PUNTA COCLES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22246,'17534','Punta Del Este','PUNTA DEL ESTE',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22247,'19584','Punta Gorda','PUNTA GORDA',NULL,'','United States','',0,0,231,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22248,'24925','Punta Gorda','PUNTA GORDA',NULL,'','Belize','',0,0,22,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22249,'38339','Punta Hermosa','PUNTA HERMOSA',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22250,'38660','Puntallana','PUNTALLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22251,'24183','Puntarenas','PUNTARENAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22252,'41121','Punto Fijo','PUNTO FIJO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22253,'30139','Punxsutawney','PUNXSUTAWNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:47','1900-01-01 00:00:00',1,0,1),(22254,'32950','Purcell','PURCELL',NULL,'','United States','',0,0,231,'2016-10-17 11:42:47','1900-01-01 00:00:00',1,0,1),(22255,'29060','Purchase','PURCHASE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22256,'29061','Purdys','PURDYS',NULL,'','United States','',0,0,231,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22257,'40045','Purfleet','PURFLEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22258,'33526','Purgatory - Durango','PURGATORY - DURANGO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22259,'2155','Purhus','PURHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22260,'10663','Puri','PURI',NULL,'','India','Puri',8,0,101,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22261,'42732','Puriscal','PURISCAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22262,'8759','Puriton','PURITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22263,'38294','Purkersdorf','PURKERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22264,'29062','Purling','PURLING',NULL,'','United States','',0,0,231,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22265,'26120','Purmamarca','PURMAMARCA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22266,'14654','Purmerend','PURMEREND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22267,'8760','Purton','PURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22268,'35372','Purwakarta','PURWAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22269,'10297','Purwokerto','PURWOKERTO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22270,'10578','Pushkar','PUSHKAR',NULL,'','India','Pushkar',2,0,101,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22271,'37991','Pushkin','PUSHKIN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22272,'6690','Pusignan','PUSIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22274,'16285','Puskinskaya - Tverskaya','PUSKINSKAYA - TVERSKAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22275,'43173','Putao','PUTAO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22276,'1845','Putbus','PUTBUS',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22277,'4784','Puteaux','PUTEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22278,'37375','Puthenthope','PUTHENTHOPE',NULL,'','India','',0,0,101,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22279,'23776','Putian','PUTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22280,'12353','Putignano','PUTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22281,'16375','Putilkovo','PUTILKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22282,'29506','Put-in-bay','PUT-IN-BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22283,'19147','Putnam','PUTNAM',NULL,'','United States','',0,0,231,'2016-10-17 11:42:53','1900-01-01 00:00:00',1,0,1),(22284,'31379','Putney','PUTNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:53','1900-01-01 00:00:00',1,0,1),(22285,'14322','Putra World Trade Centre','PUTRA WORLD TRADE CENTRE',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22286,'14323','Putrajaya','PUTRAJAYA',NULL,'','Malaysia','Putrajaya',0,0,132,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22287,'38552','Puttaparthi','PUTTAPARTHI',NULL,'','India','Puttaparthi',7,0,101,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22289,'14608','Putten','PUTTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22290,'38923','Puttgarden','PUTTGARDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22291,'34893','Putuoshan','PUTUOSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22292,'10257','Putussibau','PUTUSSIBAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22293,'304','Putzbrunn','PUTZBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22294,'20114','Puuiki','PUUIKI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:55','1900-01-01 00:00:00',1,0,1),(22295,'20115','Puunene','PUUNENE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:55','1900-01-01 00:00:00',1,0,1),(22296,'41900','Puy Saint Vincent','PUY SAINT VINCENT',NULL,'','France','',0,0,76,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22297,'31594','Puyallup','PUYALLUP',NULL,'','United States','',0,0,231,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22298,'23796','Puyang','PUYANG',NULL,'','China','',0,0,46,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22299,'4461','Puy-de-dome','PUY-DE-DOME',NULL,'','France','',0,0,76,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22300,'23533','Puyehue','PUYEHUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22301,'40585','Puygiron','PUYGIRON',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22302,'5242','Puymirol','PUYMIROL',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22303,'4462','Puy-saint-vincent','PUY-SAINT-VINCENT',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22304,'3778','Puzol','PUZOL',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22305,'8761','Pwllheli','PWLLHELI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22306,'37436','Pyatigorsk','PYATIGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22307,'42059','Pyay','PYAY',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22308,'35815','Pyeongchang','PYEONGCHANG',NULL,'','South Korea','',0,0,197,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22309,'41719','Pyha','PYHA',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22310,'35122','Pyhatunturi','PYHATUNTURI',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22311,'42483','Pylos','PYLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22312,'39209','Pyoseon-ri','PYOSEON-RI',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22313,'34294','Pyrmont','PYRMONT',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22314,'44051','Pyrzowice','PYRZOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22315,'9587','Pythagorio','PYTHAGORIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22316,'42058','Pyun U Lwin','PYUN U LWIN',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22317,'13632','Qacha\'s Nek','QACHA\'S NEK',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22318,'16499','Qaisumah','QAISUMAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22319,'37364','Qamea Island','QAMEA ISLAND',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22320,'43147','Qaraoun','QARAOUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22321,'14189','Qawra','QAWRA',NULL,'','Malta','',0,0,135,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22322,'23907','Qibao','QIBAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22323,'34895','Qidong','QIDONG',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22324,'23844','Qiemo','QIEMO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22325,'23621','Qieshikou','QIESHIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22326,'23919','Qingcheng','QINGCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22327,'23928','Qingdao','QINGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22328,'23622','Qinghuayuan','QINGHUAYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22329,'23908','Qingpu','QINGPU',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22330,'23561','Qingtao','QINGTAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22331,'23689','Qingtian','QINGTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22332,'23623','Qingyang','QINGYANG',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22333,'23624','Qingyuan','QINGYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22334,'23625','Qinhangdao','QINHANGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22335,'23808','Qinhuangdao','QINHUANGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22336,'23986','Qionghai','QIONGHAI',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22337,'23788','Qiqihar','QIQIHAR',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22338,'11052','Qiryat Anavim','QIRYAT ANAVIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22339,'32361','Qishn','QISHN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22340,'34897','Qitai','QITAI',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22341,'35435','Qom','QOM',NULL,'','Iran','',0,0,103,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22342,'25519','Quadra Island','QUADRA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22343,'30140','Quakertown','QUAKERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22344,'40777','Qualiano','QUALIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22345,'25520','Qualicum','QUALICUM',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22346,'30873','Quanah','QUANAH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22347,'935','Quang Binh','QUANG BINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22348,'41695','Quangzhou','QUANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22349,'31205','Quantico','QUANTICO',NULL,'','United States','',0,0,231,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22350,'23777','Quanzhou','QUANZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22351,'22831','Quaqtaq','QUAQTAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22352,'12354','Quarrata','QUARRATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22353,'5489','Quarre-les-tombes','QUARRE-LES-TOMBES',NULL,'','France','',0,0,76,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22354,'9936','Quarry Bay','QUARRY BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22355,'15945','Quarteira','QUARTEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22356,'9370','Quartier D Orleans','QUARTIER D ORLEANS',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:43:05','1900-01-01 00:00:00',1,0,1),(22357,'12355','Quarto','QUARTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:05','1900-01-01 00:00:00',1,0,1),(22358,'18195','Quartzsite','QUARTZSITE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22359,'25522','Quathiaski Cove','QUATHIASKI COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22360,'43968','Quatre-bornes','QUATRE-BORNES',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22361,'965','Quatro Barras','QUATRO BARRAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22362,'38806','Quattordio','QUATTORDIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22363,'34295','Queanbeyan','QUEANBEYAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22364,'22833','Quebec','QUEBEC',NULL,'','Canada','Quebec city',0,0,39,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22365,'15762','Quebradillas','QUEBRADILLAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22366,'31380','Quechee','QUECHEE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22367,'8762','Quedgeley','QUEDGELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:08','1900-01-01 00:00:00',1,0,1),(22368,'1945','Quedlinburg','QUEDLINBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:08','1900-01-01 00:00:00',1,0,1),(22369,'29063','Queens','QUEENS',NULL,'','United States','',0,0,231,'2016-10-17 11:43:09','1900-01-01 00:00:00',1,0,1),(22370,'29066','Queensbury','QUEENSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:10','1900-01-01 00:00:00',1,0,1),(22371,'26544','Queenscliff','QUEENSCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22372,'41824','Queensland Central Coast','QUEENSLAND CENTRAL COAST',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22373,'15156','Queenstown','QUEENSTOWN',NULL,'','New Zealand','Queenstown',0,0,157,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22374,'21770','Queenstown','QUEENSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22375,'26861','Queenstown','QUEENSTOWN',NULL,'','Australia','Queenstown',0,0,13,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22376,'1112','Queenstown/southern Lakes','QUEENSTOWN/SOUTHERN LAKES',NULL,'','NEW ZEALAND','',0,0,157,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22377,'36586','Queijas','QUEIJAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22378,'3721','Quejana','QUEJANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22379,'14225','Quelimane','QUELIMANE',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22380,'42763','Quellon','QUELLON',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22381,'14020','Quemaro','QUEMARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22382,'24243','Quepos','QUEPOS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22383,'2768','Queralbs','QUERALBS',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22384,'12357','Quercegrossa','QUERCEGROSSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22385,'13854','Queretaro','QUERETARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22386,'25523','Quesnel','QUESNEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22387,'5591','Questembert','QUESTEMBERT',NULL,'','France','',0,0,76,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22388,'4895','Quetigny','QUETIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22389,'15322','Quetta','QUETTA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22390,'5417','Quetteville','QUETTEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22391,'35313','Quetzaltenango','QUETZALTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22392,'38056','Quevert','QUEVERT',NULL,'','France','',0,0,76,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22393,'42213','Quezon','QUEZON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22394,'23929','Qufu','QUFU',NULL,'','China','',0,0,46,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22395,'42091','Qui Nhon','QUI NHON',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22396,'15465','Quiapo','QUIAPO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22397,'24109','Quibdo','QUIBDO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22398,'5592','Quiberon','QUIBERON',NULL,'','France','',0,0,76,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22399,'27270','Quickborn','QUICKBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22400,'12358','Quiliano','QUILIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22401,'22961','Quill Lake','QUILL LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22402,'39907','Quillan','QUILLAN',NULL,'','France','',0,0,76,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22403,'26080','Quilmes','QUILMES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22404,'26428','Quilpie','QUILPIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22405,'40631','Quilty','QUILTY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22406,'24121','Quimbaya','QUIMBAYA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22407,'5593','Quimper','QUIMPER',NULL,'','France','',0,0,76,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22408,'5594','Quimperle','QUIMPERLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22409,'10793','Quin','QUIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22410,'31595','Quinault','QUINAULT',NULL,'','United States','',0,0,231,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22411,'40311','Quincieux','QUINCIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22412,'21502','Quincy','QUINCY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:18','1900-01-01 00:00:00',1,0,1),(22413,'32322','Quine Hill','QUINE HILL',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:43:20','1900-01-01 00:00:00',1,0,1),(22414,'4993','Quineville','QUINEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:20','1900-01-01 00:00:00',1,0,1),(22415,'17755','Quinhagak','QUINHAGAK',NULL,'','United States','',0,0,231,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22416,'6125','Quint','QUINT',NULL,'','France','',0,0,76,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22417,'36588','Quinta Do Lago','QUINTA DO LAGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22418,'23549','Quinta Normal','QUINTA NORMAL',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22419,'39553','Quintana De Soba','QUINTANA DE SOBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22420,'3475','Quintanaduenas','QUINTANADUENAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22421,'38368','Quintanilla De Arriba','QUINTANILLA DE ARRIBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22422,'21124','Quinter','QUINTER',NULL,'','United States','',0,0,231,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22423,'23502','Quintero','QUINTERO',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22424,'34620','Quinte\'s Isle - Prince Edward County','QUINTE\'S ISLE - PRINCE EDWARD COUNTY',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22425,'37505','Quinto Vicentino','QUINTO VICENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22426,'43221','Quirimbas','QUIRIMBAS',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22427,'34296','Quirindi','QUIRINDI',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22428,'30875','Quitman','QUITMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22429,'2408','Quito','QUITO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22430,'43829','Qujing','QUJING',NULL,'','China','',0,0,46,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22431,'29068','Quogue','QUOGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22432,'8763','Quorndon','QUORNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22433,'7268','Quothquan','QUOTHQUAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22434,'34974','Quseir','QUSEIR',NULL,'','Egypt','',0,0,65,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22435,'32298','Quy Nhon','QUY NHON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22436,'23711','Quzhou','QUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22437,'43767','Raabs An Der Thaya','RAABS AN DER THAYA',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22438,'3950','Raahe','RAAHE',NULL,'','Finland','',0,0,75,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22439,'37193','Raalte','RAALTE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22440,'14609','Raamsdonksveer','RAAMSDONKSVEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22441,'41229','Raattvik','RAATTVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22442,'9974','Rab','RAB',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22443,'10001','Rabac','RABAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22444,'3583','Rabade','RABADE',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22445,'35345','Rabafuzes','RABAFUZES',NULL,'','Hungary','',0,0,99,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22446,'13706','Rabat','RABAT',NULL,'','Morocco','Rabat',0,0,148,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22447,'27112','Rabenstein','RABENSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22448,'4071','Rabi','RABI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22449,'39882','Racale','RACALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22450,'12359','Racalmuto','RACALMUTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22451,'12360','Racconigi','RACCONIGI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22452,'19586','Raccoon Key','RACCOON KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22453,'21250','Raceland','RACELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22454,'26744','Raceview','RACEVIEW',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22455,'15637','Raciborz','RACIBORZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22456,'31866','Racine','RACINE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22457,'39487','Racines','RACINES',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22458,'38262','Rackeve','RACKEVE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22459,'41295','Radauti','RADAUTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22460,'33723','Radcliff','RADCLIFF',NULL,'','United States','',0,0,231,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22461,'8764','Radcliffe','RADCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22462,'12971','Radda In Chianti','RADDA IN CHIANTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22463,'1903','Radeberg','RADEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22464,'1904','Radebeul','RADEBEUL',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22465,'1905','Radefeld','RADEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22466,'36692','Radenci','RADENCI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22467,'27084','Radenthein','RADENTHEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22468,'556','Radevormwald','RADEVORMWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22469,'37974','Radicondoli','RADICONDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22470,'22835','Radisson','RADISSON',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22471,'25524','Radium Hot Springs','RADIUM HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22472,'30141','Radnor','RADNOR',NULL,'','United States','',0,0,231,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22473,'42673','Radolfzell','RADOLFZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22474,'40228','Radom','RADOM',NULL,'','Poland','',0,0,174,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22475,'16647','Radovljica','RADOVLJICA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22476,'24395','Radstadt','RADSTADT',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22477,'8765','Radstock','RADSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22478,'16286','Raduzhnyi','RADUZHNYI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22479,'10579','Rae Bareli','RAE BARELI',NULL,'','India','',0,0,101,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22480,'25778','Rae Lakes','RAE LAKES',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22481,'33977','Raeford','RAEFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22482,'8766','Raemoir','RAEMOIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22483,'44017','Raetihi','RAETIHI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22484,'3339','Rafales','RAFALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22485,'16514','Rafha','RAFHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22486,'9727','Rafina','RAFINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22487,'23318','Rafz','RAFZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22488,'35626','Ragalna','RAGALNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22489,'37577','Raggal','RAGGAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22490,'42921','Raglan','RAGLAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22491,'12849','Ragusa','RAGUSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22492,'35579','Ragusa-modica','RAGUSA-MODICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22493,'10368','Raha','RAHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22494,'27271','Rahden','RAHDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22495,'10852','Raheny','RAHENY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22496,'15323','Rahim Yar Khan','RAHIM YAR KHAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22497,'382','Rahlstedt','RAHLSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22498,'28395','Rahway','RAHWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22499,'16137','Raiatea','RAIATEA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22500,'40457','Raichak','RAICHAK',NULL,'','India','',0,0,101,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22501,'17015','Railay Beach','RAILAY BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22502,'30142','Railroad','RAILROAD',NULL,'','United States','',0,0,231,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22503,'38672','Rainbow Beach','RAINBOW BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22504,'25350','Rainbow Lake','RAINBOW LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22505,'32034','Rainelle','RAINELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22506,'33247','Raines','RAINES',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22507,'17942','Rainsville','RAINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22508,'10580','Raipur','RAIPUR',NULL,'','India','Raipur',46,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22509,'732','Raisdorf','RAISDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22510,'10619','Rajahmundry','RAJAHMUNDRY',NULL,'','India','Rajahmundry',7,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22511,'10637','Rajkot','RAJKOT',NULL,'','India','Rajkot',16,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22512,'3682','Rajo','RAJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22513,'10581','Rajpur','RAJPUR',NULL,'','India','',0,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22514,'10582','Rajsamand','RAJSAMAND',NULL,'','India','Rajsamand',2,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22515,'24760','Rajshahi','RAJSHAHI',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22516,'38338','Rajula','RAJULA',NULL,'','India','',0,0,101,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22517,'15243','Rakaia Gorge','RAKAIA GORGE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22518,'41607','Rakek','RAKEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22519,'4102','Rakiraki','RAKIRAKI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22520,'42540','Rakiura','RAKIURA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22521,'38867','Rakovica','RAKOVICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22522,'3828','Rakvere','RAKVERE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22523,'33248','Raleigh','RALEIGH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22524,'25676','Raleigh','RALEIGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:40','1900-01-01 00:00:00',1,0,1),(22525,'1846','Ralswiek','RALSWIEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22526,'10460','Ramagundam','RAMAGUNDAM',NULL,'','India','',0,0,101,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22527,'3135','Ramales De La Victoria','RAMALES DE LA VICTORIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22528,'39839','Ramallo','RAMALLO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22529,'11073','Ramat Gan','RAMAT GAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22530,'6515','Ramatuelle','RAMATUELLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22531,'4785','Rambouillet','RAMBOUILLET',NULL,'','France','',0,0,76,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22532,'7269','Rame','RAME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22533,'15043','Ramechap','RAMECHAP',NULL,'','Nepal','',0,0,153,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22534,'16464','Ramenki','RAMENKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22535,'39628','Rameshwaram','RAMESHWARAM',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22536,'40832','Ramgarh','RAMGARH',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22537,'22618','Rammingen','RAMMINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22538,'10583','Ramnagar','RAMNAGAR',NULL,'','India','Ramnagar',9,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22539,'36635','Ramnicu Valcea','RAMNICU VALCEA',NULL,'','Romania','',0,0,179,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22540,'39301','Ramoji Film City','RAMOJI FILM CITY',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22541,'16475','Ramon','RAMON',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22542,'18808','Ramona','RAMONA',NULL,'','United States','',0,0,231,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22543,'4920','Ramonville-saint-agne','RAMONVILLE-SAINT-AGNE',NULL,'','France','',0,0,76,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22544,'39859','Ramot','RAMOT',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22545,'17122','Rampalnagas Village','RAMPALNAGAS VILLAGE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22546,'17756','Rampart','RAMPART',NULL,'','United States','',0,0,231,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22547,'24433','Ramsau','RAMSAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22548,'305','Ramsau','RAMSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22549,'34621','Ramsayville','RAMSAYVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22550,'8767','Ramsbottom','RAMSBOTTOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22551,'23319','Ramsen','RAMSEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22552,'28396','Ramsey','RAMSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:46','1900-01-01 00:00:00',1,0,1),(22553,'8768','Ramsey','RAMSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:46','1900-01-01 00:00:00',1,0,1),(22554,'8769','Ramsgate','RAMSGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22555,'34297','Ramsgate','RAMSGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22556,'10951','Ramsgrange','RAMSGRANGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22557,'36675','Ramundberget','RAMUNDBERGET',NULL,'','Sweden','',0,0,209,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22558,'35429','Ranakpur','RANAKPUR',NULL,'','India','',2,0,101,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22559,'42850','Ranau','RANAU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22560,'23525','Rancagua','RANCAGUA',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22561,'32125','Ranchester','RANCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22562,'10584','Ranchi','RANCHI',NULL,'','India','Ranchi',48,0,101,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22563,'1818','Rancho','RANCHO',NULL,'','United States','',0,0,231,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22564,'28557','Ranchos De Taos','RANCHOS DE TAOS',NULL,'','United States','',0,0,231,'2016-10-17 11:43:52','1900-01-01 00:00:00',1,0,1),(22565,'37366','Randa','RANDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:52','1900-01-01 00:00:00',1,0,1),(22566,'39104','Randaberg','RANDABERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22567,'21771','Randallstown','RANDALLSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22568,'5340','Randan','RANDAN',NULL,'','France','',0,0,76,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22569,'40730','Randazzo','RANDAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22570,'32596','Randburg','RANDBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22571,'2156','Randers','RANDERS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22572,'31597','Randle','RANDLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22573,'21504','Randolph','RANDOLPH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22574,'34298','Randwick','RANDWICK',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:55','1900-01-01 00:00:00',1,0,1),(22575,'5418','Ranes','RANES',NULL,'','France','',0,0,76,'2016-10-17 11:43:55','1900-01-01 00:00:00',1,0,1),(22576,'42102','Rangali','RANGALI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:43:56','1900-01-01 00:00:00',1,0,1),(22577,'39442','Rangeley','RANGELEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:56','1900-01-01 00:00:00',1,0,1),(22578,'33527','Rangely','RANGELY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22579,'8770','Rangeworthy','RANGEWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22580,'36542','Rangiroa','RANGIROA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22581,'24761','Rangpur','RANGPUR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22582,'37171','Ranikhet','RANIKHET',NULL,'','India','Ranikhet',9,0,101,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22583,'37165','Ranipet','RANIPET',NULL,'','INDIA','',0,0,101,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22584,'25805','Rankin Inlet','RANKIN INLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22585,'24523','Rankweil','RANKWEIL',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22586,'13759','Rannalhi','RANNALHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22587,'41440','Ranohira','RANOHIRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22588,'36778','Ranong','RANONG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22589,'38706','Ransbach-baumbach','RANSBACH-BAUMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22590,'10317','Ransiki','RANSIKI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22591,'25882','Ransol','RANSOL',NULL,'','Andorra','',0,0,5,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22592,'10362','Rantepao','RANTEPAO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22593,'43321','Ranthambore','RANTHAMBORE',NULL,'','India','',0,0,101,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22594,'20723','Rantoul','RANTOUL',NULL,'','United States','',0,0,231,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22595,'733','Rantum','RANTUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22596,'12362','Rapale','RAPALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22597,'12363','Rapallo','RAPALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22598,'31207','Raphine','RAPHINE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:01','1900-01-01 00:00:00',1,0,1),(22599,'39679','Rapolano Terme','RAPOLANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:02','1900-01-01 00:00:00',1,0,1),(22600,'12364','Rapolla','RAPOLLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:02','1900-01-01 00:00:00',1,0,1),(22601,'23320','Rapperswil','RAPPERSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22603,'28397','Raritan','RARITAN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22604,'24076','Rarotonga','RAROTONGA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22605,'25909','Ras Al Khaimah','RAS AL KHAIMAH',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22606,'34975','Ras El Sudr','RAS EL SUDR',NULL,'','Egypt','',0,0,65,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22607,'3009','Rascafria','RASCAFRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22608,'14819','Rasta','RASTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22609,'38918','Rasun Di Sopra','RASUN DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22610,'42727','Ratanakiri','RATANAKIRI',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22611,'40403','Ratbor','RATBOR',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22612,'10462','Rathdana','RATHDANA',NULL,'','India','',0,0,101,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22613,'687','Rathen','RATHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22614,'10899','Rathkeale','RATHKEALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22615,'10853','Rathmines','RATHMINES',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22616,'10825','Rathmullan','RATHMULLAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22617,'557','Ratingen','RATINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22618,'10585','Ratnagiri','RATNAGIRI',NULL,'','India','Ratnagiri',5,0,101,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22619,'37966','Rattvik','RATTVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22620,'306','Rauenberg','RAUENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22621,'11012','Raufarhofn','RAUFARHOFN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22622,'3987','Rauha','RAUHA',NULL,'','Finland','',0,0,75,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22623,'15009','Rauland','RAULAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22624,'4027','Rauma','RAUMA',NULL,'','Finland','',0,0,75,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22625,'15158','Raumati Beach','RAUMATI BEACH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22626,'469','Raunheim','RAUNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22627,'38107','Rauris','RAURIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22628,'12365','Ravello','RAVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22629,'7270','Ravelston','RAVELSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22630,'8771','Ravenglass','RAVENGLASS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22631,'29507','Ravenna','RAVENNA',NULL,'','United States','',0,0,231,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22632,'12733','Ravenna','RAVENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22633,'39236','Ravensbourne','RAVENSBOURNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22634,'8772','Ravenscar','RAVENSCAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22635,'39013','Ravensdale','RAVENSDALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22636,'8773','Ravenstonedale','RAVENSTONEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22637,'32036','Ravenswood','RAVENSWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22638,'2324','Ravnsbaek','RAVNSBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22639,'43616','Rawa Mazowiecka','RAWA MAZOWIECKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22640,'42032','Rawai','RAWAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22641,'15324','Rawala Kot','RAWALA KOT',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22642,'15325','Rawalpindi','RAWALPINDI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22643,'32126','Rawlins','RAWLINS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22644,'41756','Rawson','RAWSON',NULL,'','Argentina','',0,0,10,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22645,'8774','Rayleigh','RAYLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22646,'31598','Raymond','RAYMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:44:11','1900-01-01 00:00:00',1,0,1),(22647,'34299','Raymond Terrace','RAYMOND TERRACE',NULL,'','Australia','Raymond Terrace',0,0,13,'2016-10-17 11:44:11','1900-01-01 00:00:00',1,0,1),(22648,'30878','Raymondville','RAYMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:12','1900-01-01 00:00:00',1,0,1),(22649,'21251','Rayne','RAYNE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:12','1900-01-01 00:00:00',1,0,1),(22650,'21505','Raynham','RAYNHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:44:13','1900-01-01 00:00:00',1,0,1),(22651,'4466','Rayol-canadel-sur-mer','RAYOL-CANADEL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:44:13','1900-01-01 00:00:00',1,0,1),(22653,'27753','Raytown','RAYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:14','1900-01-01 00:00:00',1,0,1),(22654,'5243','Razac-sur-l\'isle','RAZAC-SUR-L\'ISLE',NULL,'','France','',0,0,76,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22655,'42251','Razgrad','RAZGRAD',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22656,'24783','Razlog','RAZLOG',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22657,'13092','Reading','READING',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22658,'8775','Reading','READING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22659,'30143','Reading','READING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22660,'21507','Readville','READVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22661,'17531','Real De San Carlos','REAL DE SAN CARLOS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22662,'40314','Realmont','REALMONT',NULL,'','France','',0,0,76,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22663,'12366','Realmonte','REALMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22664,'23321','Realp','REALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22665,'36433','Rebak Besar Island','REBAK BESAR ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22666,'2248','Rebild','REBILD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22667,'13333','Rebun','REBUN',NULL,'','Japan','',0,0,110,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22668,'12367','Recanati','RECANATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22669,'37239','Recco','RECCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22670,'35404','Recess','RECESS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22671,'1906','Rechenberg-bienenmuhle','RECHENBERG-BIENENMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22672,'25045','Recife','RECIFE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22673,'23463','Reckingen','RECKINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22674,'22386','Recklinghausen','RECKLINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22675,'23550','Recoleta','RECOLETA',NULL,'','Chile','',0,0,45,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22676,'6191','Recques-sur-hem','RECQUES-SUR-HEM',NULL,'','France','',0,0,76,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22677,'1161','Red Centre - Northern Territory','RED CENTRE - NORTHERN TERRITORY',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 11:44:21','1900-01-01 00:00:00',1,0,1),(22678,'1737','Red Sea','RED SEA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:44:25','1900-01-01 00:00:00',1,0,1),(22679,'40065','Reda','REDA',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:25','1900-01-01 00:00:00',1,0,1),(22680,'39902','Redagno','REDAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22681,'19901','Redan','REDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22682,'14325','Redang Island','REDANG ISLAND',NULL,'','Malaysia','Redang Island',0,0,132,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22683,'8776','Redbourn','REDBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22684,'8777','Redbridge','REDBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22685,'8778','Redcar','REDCAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22686,'32323','Redcliffe','REDCLIFFE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22687,'26745','Redcliffe','REDCLIFFE',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22688,'37568','Redcross','REDCROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22689,'18817','Redding','REDDING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22690,'8779','Redditch','REDDITCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22691,'24997','Redencao','REDENCAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22692,'40282','Redentora','REDENTORA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22693,'34300','Redfern','REDFERN',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22694,'33045','Redfield','REDFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:29','1900-01-01 00:00:00',1,0,1),(22695,'22220','Redford','REDFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:29','1900-01-01 00:00:00',1,0,1),(22696,'31867','Redgranite','REDGRANITE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22697,'8780','Redhill','REDHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22698,'6058','Reding','REDING',NULL,'','France','',0,0,76,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22699,'19587','Redington Beach','REDINGTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:31','1900-01-01 00:00:00',1,0,1),(22700,'26746','Redland Bay','REDLAND BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:31','1900-01-01 00:00:00',1,0,1),(22701,'18819','Redlands','REDLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22702,'8781','Redlynch','REDLYNCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22703,'26747','Redlynch','REDLYNCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22704,'29738','Redmond','REDMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22705,'40785','Redondo','REDONDO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22706,'18820','Redondo Beach','REDONDO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22707,'38433','Redruth','REDRUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:34','1900-01-01 00:00:00',1,0,1),(22708,'33529','Redstone','REDSTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:34','1900-01-01 00:00:00',1,0,1),(22709,'18821','Redway','REDWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:35','1900-01-01 00:00:00',1,0,1),(22710,'18822','Redwood City','REDWOOD CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:35','1900-01-01 00:00:00',1,0,1),(22711,'43287','Redworth','REDWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:36','1900-01-01 00:00:00',1,0,1),(22712,'14820','Reed','REED',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:36','1900-01-01 00:00:00',1,0,1),(22713,'18823','Reedley','REEDLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:37','1900-01-01 00:00:00',1,0,1),(22714,'27754','Reeds Spring','REEDS SPRING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:37','1900-01-01 00:00:00',1,0,1),(22715,'31868','Reedsburg','REEDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:44:38','1900-01-01 00:00:00',1,0,1),(22716,'29739','Reedsport','REEDSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:44:38','1900-01-01 00:00:00',1,0,1),(22717,'30146','Reedsville','REEDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:39','1900-01-01 00:00:00',1,0,1),(22718,'8782','Reepham','REEPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:39','1900-01-01 00:00:00',1,0,1),(22719,'43651','Refer','REFER',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22720,'39520','Reform','REFORM',NULL,'','United States','',0,0,231,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22721,'13855','Reforma - Zona Rosa','REFORMA - ZONA ROSA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22722,'30880','Refugio','REFUGIO',NULL,'','United States','',0,0,231,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22723,'35627','Regello','REGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22724,'3584','Regencos','REGENCOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22725,'307','Regensburg','REGENSBURG',NULL,'','Germany','Regensburg',0,0,83,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22726,'23322','Regensdorf','REGENSDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22727,'12368','Reggello','REGGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22728,'12369','Reggiolo','REGGIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22729,'31208','Regina','REGINA',NULL,'','United States','',0,0,231,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22730,'1643','Regina','REGINA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22731,'22962','Regina','REGINA',NULL,'','Canada','',0,0,39,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22732,'19902','Register','REGISTER',NULL,'','United States','',0,0,231,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22733,'43200','Reguengos De Monsaraz','REGUENGOS DE MONSARAZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22734,'44084','Rehainviller','REHAINVILLER',NULL,'','France','',0,0,76,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22735,'40781','Rehau','REHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22736,'21508','Rehoboth','REHOBOTH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22737,'308','Reichelshofen','REICHELSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:45','1900-01-01 00:00:00',1,0,1),(22738,'27113','Reichenau','REICHENAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22739,'1907','Reichenbach','REICHENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22740,'40198','Reichenfels','REICHENFELS',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22741,'37762','Reichenschwand','REICHENSCHWAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22742,'38640','Reid','REID',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:47','1900-01-01 00:00:00',1,0,1),(22743,'33981','Reidsville','REIDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:47','1900-01-01 00:00:00',1,0,1),(22744,'8783','Reigate','REIGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22745,'39160','Reignac-sur-indre','REIGNAC-SUR-INDRE',NULL,'','France','',0,0,76,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22746,'22621','Reilingen','REILINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22747,'16686','Reimersholme','REIMERSHOLME',NULL,'','Sweden','',0,0,209,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22748,'4996','Reims','REIMS',NULL,'','France','',0,0,76,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22749,'734','Reinbek','REINBEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22750,'22622','Reinhardsachsen','REINHARDSACHSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22751,'30147','Reinholds','REINHOLDS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22752,'2011','Reinickendorf','REINICKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:52','1900-01-01 00:00:00',1,0,1),(22753,'3136','Reinosa','REINOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:55','1900-01-01 00:00:00',1,0,1),(22754,'27272','Reinsehlen','REINSEHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:56','1900-01-01 00:00:00',1,0,1),(22755,'2086','Reinstorf','REINSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:56','1900-01-01 00:00:00',1,0,1),(22756,'21772','Reisterstown','REISTERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:57','1900-01-01 00:00:00',1,0,1),(22757,'38945','Rekowo Gorne','REKOWO GORNE',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22758,'3779','Relleu','RELLEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22759,'735','Rellingen','RELLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22760,'655','Remagen','REMAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22761,'6313','Remaisnil','REMAISNIL',NULL,'','France','',0,0,76,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22762,'14476','Rembrandtplein','REMBRANDTPLEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22763,'13653','Remich','REMICH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22764,'20969','Remington','REMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22765,'559','Remscheid','REMSCHEID',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22766,'22387','Remshalden','REMSHALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22767,'15159','Remuera','REMUERA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22768,'14893','Rena','RENA',NULL,'','Norway','',0,0,164,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22769,'23503','Renaca','RENACA',NULL,'','Chile','',0,0,45,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22770,'23551','Renca','RENCA',NULL,'','Chile','',0,0,45,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22771,'25862','Rendezvous Bay','RENDEZVOUS BAY',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22772,'41534','Renedo De Cabuerniga','RENEDO DE CABUERNIGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22773,'23323','Renens','RENENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22774,'14699','Renesse','RENESSE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22775,'34623','Renfrew','RENFREW',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22776,'8784','Renfrew','RENFREW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22777,'7271','Renfrewshire','RENFREWSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22778,'33724','Renfro Valley','RENFRO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22779,'7272','Renishaw','RENISHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22780,'14763','Renkum','RENKUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22781,'26818','Renmark','RENMARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22782,'16555','Rennell Island','RENNELL ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22783,'30881','Renner','RENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22784,'41347','Rennes-chantepie','RENNES-CHANTEPIE',NULL,'','France','',0,0,76,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22785,'27085','Rennweg','RENNWEG',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:04','1900-01-01 00:00:00',1,0,1),(22786,'30148','Renovo','RENOVO',NULL,'','United States','',0,0,231,'2016-10-17 11:45:05','1900-01-01 00:00:00',1,0,1),(22787,'20970','Rensselaer','RENSSELAER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:06','1900-01-01 00:00:00',1,0,1),(22788,'31600','Renton','RENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22789,'10964','Renvyle','RENVYLE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22790,'39711','Reocin','REOCIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22791,'22836','Repentigny','REPENTIGNY',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22792,'16248','Repino','REPINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22793,'6691','Replonges','REPLONGES',NULL,'','France','',0,0,76,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22794,'27755','Republic','REPUBLIC',NULL,'','United States','',0,0,231,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22795,'25806','Repulse Bay','REPULSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22796,'9912','Repulse Bay','REPULSE BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22797,'3780','Requena','REQUENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22798,'38199','Rerik','RERIK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22799,'33983','Research Triangle Park','RESEARCH TRIANGLE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:10','1900-01-01 00:00:00',1,0,1),(22800,'18824','Reseda','RESEDA',NULL,'','United States','',0,0,231,'2016-10-17 11:45:10','1900-01-01 00:00:00',1,0,1),(22801,'25144','Resende','RESENDE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22802,'26546','Reservoir','RESERVOIR',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22803,'26092','Resistencia','RESISTENCIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22804,'16238','Resita','RESITA',NULL,'','Romania','',0,0,179,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22805,'25807','Resolute','RESOLUTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22806,'7273','Restalrig','RESTALRIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22807,'15830','Restelo','RESTELO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22808,'9272','Retford','RETFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22809,'9588','Rethimnon','RETHIMNON',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22810,'43462','Rethymno-adelianos Campos','RETHYMNO-ADELIANOS CAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22811,'43463','Rethymno-skaleta','RETHYMNO-SKALETA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22812,'24613','Retie','RETIE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22813,'2769','Retiro - Prado','RETIRO - PRADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22814,'310','Rettenbach','RETTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22815,'27114','Retz','RETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22816,'4985','Reunion','REUNION',NULL,'','France','',0,0,76,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22817,'16187','Reunion','REUNION',NULL,'','Reunion','',0,0,178,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22818,'3585','Reus','REUS',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22819,'23070','Reussbuehl','REUSSBUEHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22820,'24524','Reuthe','REUTHE',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22821,'22623','Reutlingen','REUTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22822,'16376','Reutov','REUTOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22823,'24491','Reutte','REUTTE',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22824,'6126','Revel','REVEL',NULL,'','France','',0,0,76,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22825,'25525','Revelstoke','REVELSTOKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22826,'21509','Revere','REVERE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22827,'3137','Revilla','REVILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22828,'12911','Revine Lago','REVINE LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22829,'13985','Revolucion','REVOLUCION',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22830,'13856','Revolución','REVOLUCIÓN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22831,'10586','Rewa','REWA',NULL,'','India','Rewa',15,0,101,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22832,'40064','Rewal','REWAL',NULL,'','Poland','',0,0,174,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22833,'38703','Rewari','REWARI',NULL,'','India','Rewari',20,0,101,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22834,'20391','Rexburg','REXBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:16','1900-01-01 00:00:00',1,0,1),(22835,'34624','Rexdale','REXDALE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22836,'10991','Reydarfjoerdur','REYDARFJOERDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22837,'10992','Reydarfjordur','REYDARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22838,'11005','Reykholt','REYKHOLT',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22839,'11009','Reykjavik','REYKJAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22840,'26470','Reynella','REYNELLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22841,'29509','Reynoldsburg','REYNOLDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22842,'8785','Reynoldston','REYNOLDSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22843,'14110','Reynosa','REYNOSA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22844,'13669','Rezekne','REZEKNE',NULL,'','Latvia','',0,0,119,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22845,'12371','Rezzato','REZZATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22846,'8786','Rhayader','RHAYADER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22847,'560','Rheda-wiedenbruck','RHEDA-WIEDENBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22848,'40313','Rheden','RHEDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22849,'40570','Rheinau','RHEINAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22850,'23324','Rheinau','RHEINAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22851,'1692','Rheindahlen','RHEINDAHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22852,'39526','Rheine','RHEINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22853,'40643','Rheinfelden','RHEINFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22854,'23429','Rheinfelden','RHEINFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22855,'800','Rheinsberg','RHEINSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22856,'801','Rheinsberg-glienicke','RHEINSBERG-GLIENICKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22857,'29071','Rhinebeck','RHINEBECK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22858,'29072','Rhinecliff','RHINECLIFF',NULL,'','United States','',0,0,231,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22859,'22389','Rhinehesse - Palatinate','RHINEHESSE - PALATINATE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:22','1900-01-01 00:00:00',1,0,1),(22860,'39512','Rhineland','RHINELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:22','1900-01-01 00:00:00',1,0,1),(22861,'31869','Rhinelander','RHINELANDER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22862,'12372','Rho','RHO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22863,'40112','Rhodes','RHODES',NULL,'','South Africa','Rhodes',0,0,195,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22864,'36357','Rhodes-afandou','RHODES-AFANDOU',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22865,'35228','Rhodes-faliraki','RHODES-FALIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22866,'35236','Rhodes-ialyssos','RHODES-IALYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22867,'35239','Rhodes-ixia','RHODES-IXIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22868,'35244','Rhodes-kalithea','RHODES-KALITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22869,'35252','Rhodes-kremasti','RHODES-KREMASTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22870,'35257','Rhodes-lindos','RHODES-LINDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22871,'35288','Rhodes-rhodes Town','RHODES-RHODES TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22872,'24784','Rhodopes','RHODOPES',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22873,'30882','Rhome','RHOME',NULL,'','United States','',0,0,231,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22874,'8787','Rhondda','RHONDDA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22875,'8788','Rhoose','RHOOSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22876,'9335','Rhos On Sea','RHOS ON SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22877,'14326','Rhu Tapai','RHU TAPAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22878,'41094','Rhyl','RHYL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22879,'38537','Riace','RIACE',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22880,'3586','Rialp','RIALP',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22881,'18825','Rialto','RIALTO',NULL,'','United States','',0,0,231,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22882,'40526','Rianxo','RIANXO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22883,'10258','Riau','RIAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22884,'3478','Riaza','RIAZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22885,'3722','Ribabellosa','RIBABELLOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22886,'39730','Ribadedeva','RIBADEDEVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22887,'3587','Ribadeo','RIBADEO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22888,'3105','Ribadesella','RIBADESELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22889,'3066','Ribaforada','RIBAFORADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22890,'16648','Ribcev Laz','RIBCEV LAZ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22891,'2266','Ribe','RIBE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22892,'6314','Ribeauville','RIBEAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22893,'3683','Ribeira','RIBEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22894,'25215','Ribeirao Preto','RIBEIRAO PRETO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22895,'39710','Ribera','RIBERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22896,'5244','Riberac','RIBERAC',NULL,'','France','',0,0,76,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22897,'24947','Riberalta','RIBERALTA',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22898,'38220','Ribes De Freser','RIBES DE FRESER',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22899,'1847','Ribnitz','RIBNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22900,'12374','Ricadi','RICADI',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22901,'24320','Ricany','RICANY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22902,'15160','Riccarton','RICCARTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22903,'11404','Riccione','RICCIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:31','1900-01-01 00:00:00',1,0,1),(22904,'38737','Riccò Del Golfo Di Spezia','RICCÒ DEL GOLFO DI SPEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:31','1900-01-01 00:00:00',1,0,1),(22905,'32388','Richards Bay','RICHARDS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22906,'16518','Richard-toll','RICHARD-TOLL',NULL,'','Senegal','',0,0,187,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22907,'30394','Richburg','RICHBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22908,'5675','Richelieu','RICHELIEU',NULL,'','France','',0,0,76,'2016-10-17 11:45:34','1900-01-01 00:00:00',1,0,1),(22909,'29510','Richfield','RICHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:34','1900-01-01 00:00:00',1,0,1),(22910,'31383','Richford','RICHFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:36','1900-01-01 00:00:00',1,0,1),(22911,'22221','Richland','RICHLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:37','1900-01-01 00:00:00',1,0,1),(22912,'31210','Richlands','RICHLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:45:39','1900-01-01 00:00:00',1,0,1),(22913,'31211','Richmond','RICHMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:40','1900-01-01 00:00:00',1,0,1),(22914,'26862','Richmond','RICHMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:41','1900-01-01 00:00:00',1,0,1),(22915,'42375','Richmond Upon Thames','RICHMOND UPON THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:48','1900-01-01 00:00:00',1,0,1),(22916,'29074','Richmondville','RICHMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:48','1900-01-01 00:00:00',1,0,1),(22917,'20725','Richton Park','RICHTON PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:49','1900-01-01 00:00:00',1,0,1),(22918,'33726','Richwood','RICHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:49','1900-01-01 00:00:00',1,0,1),(22919,'8791','Rickmansworth','RICKMANSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:50','1900-01-01 00:00:00',1,0,1),(22920,'16841','Riddarholmen','RIDDARHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22921,'43898','Ridderkerk','RIDDERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22922,'18828','Ridgecrest','RIDGECREST',NULL,'','United States','',0,0,231,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22923,'27759','Ridgedale','RIDGEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:52','1900-01-01 00:00:00',1,0,1),(22924,'28399','Ridgefield','RIDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:52','1900-01-01 00:00:00',1,0,1),(22925,'27907','Ridgeland','RIDGELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:54','1900-01-01 00:00:00',1,0,1),(22926,'21774','Ridgely','RIDGELY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:54','1900-01-01 00:00:00',1,0,1),(22927,'30396','Ridgeway','RIDGEWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:55','1900-01-01 00:00:00',1,0,1),(22928,'29075','Ridgewood','RIDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:56','1900-01-01 00:00:00',1,0,1),(22929,'33531','Ridgway','RIDGWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:57','1900-01-01 00:00:00',1,0,1),(22930,'38551','Ried Im Innkreis','RIED IM INNKREIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:57','1900-01-01 00:00:00',1,0,1),(22931,'23071','Riederalp','RIEDERALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22932,'2045','Riedstadt','RIEDSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22933,'30150','Riegelsville','RIEGELSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22934,'38894','Riemst','RIEMST',NULL,'','Belgium','',0,0,21,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22935,'22390','Riesa','RIESA',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22936,'23072','Riesbach','RIESBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22937,'2038','Riesenbeck','RIESENBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22938,'12375','Rieti','RIETI',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22939,'24492','Rietz','RIETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22940,'6127','Rieupeyroux','RIEUPEYROUX',NULL,'','France','',0,0,76,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22941,'40569','Rieux-minervois','RIEUX-MINERVOIS',NULL,'','France','',0,0,76,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22942,'24525','Riezlern','RIEZLERN',NULL,'','Austria','',0,0,14,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22943,'24034','Rifflart','RIFFLART',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22944,'33532','Rifle','RIFLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22945,'13670','Riga','RIGA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22946,'22837','Rigaud','RIGAUD',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22947,'20393','Rigby','RIGBY',NULL,'','United States','',0,0,231,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22948,'20394','Riggins','RIGGINS',NULL,'','United States','',0,0,231,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22949,'865','Rigi-kaltbad','RIGI-KALTBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22950,'25678','Rigolet','RIGOLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22951,'11405','Rigomagno','RIGOMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22952,'13760','Rihiveli','RIHIVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22953,'3918','Riihimaki','RIIHIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22954,'10036','Rijeka','RIJEKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22955,'14756','Rijssen','RIJSSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22956,'14730','Rijswijk','RIJSWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22957,'40798','Riksgransen','RIKSGRANSEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22958,'4468','Rillieux-la-pape','RILLIEUX-LA-PAPE',NULL,'','France','',0,0,76,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22959,'15414','Rimac','RIMAC',NULL,'','Peru','',0,0,172,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22960,'311','Rimbach','RIMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22961,'25352','Rimbey','RIMBEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22962,'16842','Rimbo','RIMBO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22963,'22838','Rimouski','RIMOUSKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22964,'18196','Rimrock','RIMROCK',NULL,'','United States','',0,0,231,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22965,'16649','Rimske Toplice','RIMSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22966,'312','Rimsting','RIMSTING',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22967,'15763','Rincon','RINCON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22968,'37244','Rincon','RINCON',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22969,'19906','Rincon','RINCON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22970,'13857','Rincon De Guayabitos','RINCON DE GUAYABITOS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22971,'35045','Rincon De La Victori','RINCON DE LA VICTORI',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22972,'26051','Rincon De Los Sauces','RINCON DE LOS SAUCES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22973,'32757','Rindge','RINDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22974,'10754','Ring Of Kerry','RING OF KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22975,'13640','Ringaudai','RINGAUDAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22976,'14950','Ringebu','RINGEBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22977,'23325','Ringgenberg','RINGGENBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22978,'19907','Ringgold','RINGGOLD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22979,'23628','Ringha','RINGHA',NULL,'','China','',0,0,46,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22980,'16556','Ringi Cove','RINGI COVE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22981,'2278','Ringkobing','RINGKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22982,'14365','Ringlet','RINGLET',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22983,'8792','Ringmer','RINGMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22984,'10854','Ringsend','RINGSEND',NULL,'','Ireland','',0,0,105,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22985,'22624','Ringsheim','RINGSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22986,'2331','Ringsted','RINGSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22987,'28401','Ringwood','RINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22988,'8793','Ringwood','RINGWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22989,'26370','Ringwood','RINGWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22990,'2299','Rinkenaes','RINKENAES',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22991,'37401','Rinn','RINN',NULL,'','Austria','',0,0,14,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22992,'27273','Rinteln','RINTELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22993,'40258','Río Claro','RÍO CLARO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22994,'15764','Rio Grande','RIO GRANDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:46:11','1900-01-01 00:00:00',1,0,1),(22995,'2369','Rio San Juan','RIO SAN JUAN',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22996,'34969','Riobamba','RIOBAMBA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22997,'41524','Riofrio','RIOFRIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22998,'24110','Riohacha','RIOHACHA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(22999,'15430','Rioja','RIOJA',NULL,'','Peru','',0,0,172,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23000,'12830','Riola Sardo','RIOLA SARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23001,'12378','Riolo Terme','RIOLO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23002,'5957','Riols','RIOLS',NULL,'','France','',0,0,76,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23003,'5020','Riom','RIOM',NULL,'','France','',0,0,76,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23004,'12379','Riomaggiore','RIOMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23005,'2771','Riomar','RIOMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23006,'4469','Riom-es-montagnes','RIOM-ES-MONTAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23007,'24095','Rionegro','RIONEGRO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23008,'3106','Riospaso','RIOSPASO',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23009,'39421','Ripalimosani','RIPALIMOSANI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:16','1900-01-01 00:00:00',1,0,1),(23010,'29076','Ripley','RIPLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:46:16','1900-01-01 00:00:00',1,0,1),(23011,'8794','Ripley','RIPLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:17','1900-01-01 00:00:00',1,0,1),(23012,'3588','Ripollet','RIPOLLET',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:18','1900-01-01 00:00:00',1,0,1),(23013,'8795','Ripon','RIPON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:19','1900-01-01 00:00:00',1,0,1),(23014,'18830','Ripon','RIPON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:19','1900-01-01 00:00:00',1,0,1),(23015,'39061','Riposto','RIPOSTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23016,'6787','Riquewihr','RIQUEWIHR',NULL,'','France','',0,0,76,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23017,'8796','Risca','RISCA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23018,'10587','Rishikesh','RISHIKESH',NULL,'','India','Rishikesh',9,0,101,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23019,'13186','Rishiri','RISHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23020,'10696','Rishra','RISHRA',NULL,'','India','',0,0,101,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23021,'39336','Rising Fawn','RISING FAWN',NULL,'','United States','',0,0,231,'2016-10-17 11:46:21','1900-01-01 00:00:00',1,0,1),(23022,'40428','Risor','RISOR',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:21','1900-01-01 00:00:00',1,0,1),(23023,'4841','Risoul','RISOUL',NULL,'','France','',0,0,76,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23024,'43310','Ritten','RITTEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23025,'31604','Ritzville','RITZVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23026,'43090','Riudecaneys','RIUDECANEYS',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23027,'3589','Riudellots De La Selva','RIUDELLOTS DE LA SELVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23028,'42003','Rivabella Di Rimini','RIVABELLA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23029,'12383','Rivalta Di Torino','RIVALTA DI TORINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23030,'38060','Rivarolo Canavese','RIVAROLO CANAVESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23031,'14448','Rivas','RIVAS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23032,'42004','Rivazzurra Di Rimini','RIVAZZURRA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23033,'6360','Rivedoux-plage','RIVEDOUX-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23034,'17539','Rivera','RIVERA',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:46:26','1900-01-01 00:00:00',1,0,1),(23035,'18831','Riverbank','RIVERBANK',NULL,'','United States','',0,0,231,'2016-10-17 11:46:26','1900-01-01 00:00:00',1,0,1),(23036,'29077','Riverdale','RIVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:27','1900-01-01 00:00:00',1,0,1),(23037,'23629','Riverfront - Shamian Island','RIVERFRONT - SHAMIAN ISLAND',NULL,'','China','',0,0,46,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23038,'29078','Riverhead','RIVERHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23039,'25527','Rivers Inlet','RIVERS INLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23040,'27760','Riverside','RIVERSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:29','1900-01-01 00:00:00',1,0,1),(23041,'33391','Riverton','RIVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:32','1900-01-01 00:00:00',1,0,1),(23042,'25623','Riverton','RIVERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:33','1900-01-01 00:00:00',1,0,1),(23043,'26311','Rivervale','RIVERVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:33','1900-01-01 00:00:00',1,0,1),(23044,'22222','Riverview','RIVERVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:46:34','1900-01-01 00:00:00',1,0,1),(23045,'20728','Riverwoods','RIVERWOODS',NULL,'','United States','',0,0,231,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23046,'5958','Rivesaltes','RIVESALTES',NULL,'','France','',0,0,76,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23047,'30889','Riviera','RIVIERA',NULL,'','United States','',0,0,231,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23048,'14080','Riviera Maya','RIVIERA MAYA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:46:37','1900-01-01 00:00:00',1,0,1),(23049,'22839','Riviere Du Loup','RIVIERE DU LOUP',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:37','1900-01-01 00:00:00',1,0,1),(23050,'14270','Riviere Noire','RIVIERE NOIRE',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23051,'22841','Riviere-du-loup','RIVIERE-DU-LOUP',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23052,'11409','Rivisondoli','RIVISONDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23053,'12384','Rivoli','RIVOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23054,'32597','Rivonia','RIVONIA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23055,'24643','Rixensart','RIXENSART',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23056,'6788','Rixheim','RIXHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23057,'16483','Riyadh','RIYADH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23058,'32354','Riyan','RIYAN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23059,'17356','Rize','RIZE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23060,'23930','Rizhao','RIZHAO',NULL,'','China','',0,0,46,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23061,'14778','Rjukan','RJUKAN',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23062,'32228','Road Town','ROAD TOWN',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23063,'6692','Roanne','ROANNE',NULL,'','France','',0,0,76,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23064,'17944','Roanoke','ROANOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:40','1900-01-01 00:00:00',1,0,1),(23065,'9968','Roatan','ROATAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23066,'27502','Robbinsdale','ROBBINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23067,'33987','Robbinsville','ROBBINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23068,'41799','Robecchetto Con Induno','ROBECCHETTO CON INDUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23069,'39325','Robertson','ROBERTSON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23070,'26749','Robertson','ROBERTSON',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23071,'34412','Robertville','ROBERTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23072,'24679','Robertville','ROBERTVILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23073,'22842','Roberval','ROBERVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23074,'38680','Robina','ROBINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23075,'26312','Robinhood','ROBINHOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23076,'20729','Robinson','ROBINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23077,'36212','Robinson Crusoe Isl','ROBINSON CRUSOE ISL',NULL,'','Fiji','',0,0,74,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23078,'43815','Robinson Crusoe Island','ROBINSON CRUSOE ISLAND',NULL,'','Chile','',0,0,45,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23079,'27909','Robinsonville','ROBINSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:46','1900-01-01 00:00:00',1,0,1),(23080,'26313','Robinvale','ROBINVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:46','1900-01-01 00:00:00',1,0,1),(23081,'27911','Robisonville','ROBISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23082,'41939','Robledillo De Gata','ROBLEDILLO DE GATA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23083,'3010','Robledo De Chavela','ROBLEDO DE CHAVELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23084,'25624','Roblin','ROBLIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23085,'25528','Robson Street - West End','ROBSON STREET - WEST END',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23086,'30891','Robstown','ROBSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:46:48','1900-01-01 00:00:00',1,0,1),(23087,'4984','Rocamadour','ROCAMADOUR',NULL,'','France','',0,0,76,'2016-10-17 11:46:48','1900-01-01 00:00:00',1,0,1),(23088,'40731','Roccacasale','ROCCACASALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23089,'12385','Roccalumera','ROCCALUMERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23090,'12386','Roccamena','ROCCAMENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23091,'12387','Roccaraso','ROCCARASO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23092,'40750','Roccasecca','ROCCASECCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23093,'12388','Roccastrada','ROCCASTRADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23094,'12389','Roccatederighi','ROCCATEDERIGHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23095,'12391','Rocchetta Nervina','ROCCHETTA NERVINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23096,'8797','Rocester','ROCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23097,'8798','Rochdale','ROCHDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23098,'31605','Roche Harbor','ROCHE HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23099,'5676','Rochecorbon','ROCHECORBON',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23100,'24712','Rochefort','ROCHEFORT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23101,'5341','Rochefort','ROCHEFORT',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23102,'5595','Rochefort-en-terre','ROCHEFORT-EN-TERRE',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23103,'40067','Rochefort-sur-nenon','ROCHEFORT-SUR-NENON',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23104,'6693','Rochegude','ROCHEGUDE',NULL,'','France','',0,0,76,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23105,'24703','Rochehaut','ROCHEHAUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23106,'5787','Rochejean','ROCHEJEAN',NULL,'','France','',0,0,76,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23107,'20730','Rochelle','ROCHELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23108,'44085','Rochemaure','ROCHEMAURE',NULL,'','France','',0,0,76,'2016-10-17 11:46:54','1900-01-01 00:00:00',1,0,1),(23109,'27761','Rocheport','ROCHEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:46:55','1900-01-01 00:00:00',1,0,1),(23110,'20731','Rochester','ROCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:46:55','1900-01-01 00:00:00',1,0,1),(23111,'8799','Rochester','ROCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:57','1900-01-01 00:00:00',1,0,1),(23112,'28561','Rociada','ROCIADA',NULL,'','United States','',0,0,231,'2016-10-17 11:47:00','1900-01-01 00:00:00',1,0,1),(23113,'24889','Rock Sound','ROCK SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:03','1900-01-01 00:00:00',1,0,1),(23114,'29514','Rockbridge','ROCKBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23115,'8801','Rockcliffe','ROCKCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23116,'30892','Rockdale','ROCKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23117,'34302','Rockdale','ROCKDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:07','1900-01-01 00:00:00',1,0,1),(23118,'20734','Rockford','ROCKFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:07','1900-01-01 00:00:00',1,0,1),(23119,'26750','Rockhampton','ROCKHAMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:08','1900-01-01 00:00:00',1,0,1),(23120,'26615','Rockingham','ROCKINGHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:08','1900-01-01 00:00:00',1,0,1),(23121,'33988','Rockingham','ROCKINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:47:09','1900-01-01 00:00:00',1,0,1),(23122,'34628','Rockland','ROCKLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:09','1900-01-01 00:00:00',1,0,1),(23123,'21511','Rockland','ROCKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:10','1900-01-01 00:00:00',1,0,1),(23124,'19594','Rockledge','ROCKLEDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:11','1900-01-01 00:00:00',1,0,1),(23125,'18834','Rocklin','ROCKLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:47:11','1900-01-01 00:00:00',1,0,1),(23126,'19909','Rockmart','ROCKMART',NULL,'','United States','',0,0,231,'2016-10-17 11:47:12','1900-01-01 00:00:00',1,0,1),(23127,'21778','Rockville','ROCKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:15','1900-01-01 00:00:00',1,0,1),(23128,'30894','Rockwall','ROCKWALL',NULL,'','United States','',0,0,231,'2016-10-17 11:47:16','1900-01-01 00:00:00',1,0,1),(23129,'30895','Rockwell','ROCKWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:47:17','1900-01-01 00:00:00',1,0,1),(23130,'30151','Rockwood','ROCKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:17','1900-01-01 00:00:00',1,0,1),(23131,'27764','Rocky Comfort','ROCKY COMFORT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:18','1900-01-01 00:00:00',1,0,1),(23132,'25353','Rocky Mountain House','ROCKY MOUNTAIN HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:20','1900-01-01 00:00:00',1,0,1),(23133,'33992','Rodanthe','RODANTHE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23134,'2309','Rodby','RODBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23135,'2310','Rodbyhavn','RODBYHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23136,'656','Rodder','RODDER',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23137,'471','Rodelheim','RODELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23138,'14501','Roden','RODEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23139,'657','Rodenbach','RODENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23140,'12392','Rodengo','RODENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23141,'18835','Rodeo','RODEO',NULL,'','United States','',0,0,231,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23142,'36087','Rodermark','RODERMARK',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23143,'4858','Rodez','RODEZ',NULL,'','France','',0,0,76,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23144,'2046','Rodgau','RODGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23145,'12393','Rodi Garganico','RODI GARGANICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23146,'12394','Rodigo','RODIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23147,'13575','Rodney Bay','RODNEY BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23148,'14257','Rodrigues Island','RODRIGUES ISLAND',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23149,'40669','Rodvig','RODVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23150,'28404','Roebling','ROEBLING',NULL,'','United States','',0,0,231,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23151,'22391','Roedermark','ROEDERMARK',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23152,'14577','Roermond','ROERMOND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23153,'14821','Roervik','ROERVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23154,'43945','Roeser','ROESER',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23155,'37900','Roesrath','ROESRATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23156,'313','Roetz','ROETZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23157,'14822','Rogaland','ROGALAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23158,'16650','Rogaska Slatina','ROGASKA SLATINA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23159,'27505','Rogers','ROGERS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23160,'25529','Rogers Pass','ROGERS PASS',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:27','1900-01-01 00:00:00',1,0,1),(23161,'17945','Rogersville','ROGERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:27','1900-01-01 00:00:00',1,0,1),(23162,'37980','Roggenburg','ROGGENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23163,'14926','Rognan','ROGNAN',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23164,'21779','Rognel Heights','ROGNEL HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23165,'38760','Rognonas','ROGNONAS',NULL,'','France','',0,0,76,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23166,'40025','Rogny-les-sept-ecluses','ROGNY-LES-SEPT-ECLUSES',NULL,'','France','',0,0,76,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23167,'29742','Rogue River','ROGUE RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23168,'10463','Rohet','ROHET',NULL,'','India','',0,0,101,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23169,'44155','Rohlstorf','ROHLSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23170,'18836','Rohnert Park','ROHNERT PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23171,'37345','Rohr','ROHR',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23172,'855','Rohrmoos-schladming','ROHRMOOS-SCHLADMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23173,'10640','Rohtak','ROHTAK',NULL,'','India','',0,0,101,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23175,'6361','Roiffe','ROIFFE',NULL,'','France','',0,0,76,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23176,'4470','Roissy','ROISSY',NULL,'','France','',0,0,76,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23177,'4786','Roissy-en-france','ROISSY-EN-FRANCE',NULL,'','France','',0,0,76,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23178,'3781','Rojales','ROJALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23179,'10089','Rojtokmuzsaj','ROJTOKMUZSAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23180,'10194','Rokot','ROKOT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23181,'5743','Rolampont','ROLAMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23182,'32952','Roland','ROLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23183,'2249','Rold','ROLD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23184,'3040','Roldan','ROLDAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23185,'23326','Rolle','ROLLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23186,'24840','Rolle Town','ROLLE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23187,'4787','Rolleboise','ROLLEBOISE',NULL,'','France','',0,0,76,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23188,'8802','Rollesby','ROLLESBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23189,'26429','Rolleston','ROLLESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23190,'24858','Rolleville','ROLLEVILLE',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23191,'20736','Rolling Meadows','ROLLING MEADOWS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23192,'30896','Rollingwood','ROLLINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23193,'26752','Roma','ROMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23194,'39217','Romainmotier','ROMAINMOTIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23195,'4788','Romainville','ROMAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23196,'36636','Roman','ROMAN',NULL,'','Romania','',0,0,179,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23197,'24593','Roman Pais','ROMAN PAIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23198,'4472','Romaneche Thorins','ROMANECHE THORINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23199,'23327','Romanshorn','ROMANSHORN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:38','1900-01-01 00:00:00',1,0,1),(23200,'6694','Romans-sur-isere','ROMANS-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 11:47:38','1900-01-01 00:00:00',1,0,1),(23201,'35532','Rome-genzano','ROME-GENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23202,'35581','Rome-monte Porzio Ca','ROME-MONTE PORZIO CA',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23203,'20737','Romeoville','ROMEOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23204,'40930','Romford','ROMFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23205,'43215','Romilla','ROMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23206,'5744','Romilly-sur-seine','ROMILLY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23207,'32041','Romney','ROMNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23208,'5677','Romorantin-lanthenay','ROMORANTIN-LANTHENAY',NULL,'','France','',0,0,76,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23209,'472','Romrod','ROMROD',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23210,'8803','Romsey','ROMSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23211,'22227','Romulus','ROMULUS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:43','1900-01-01 00:00:00',1,0,1),(23212,'31218','Ronald Reagan National Airport','RONALD REAGAN NATIONAL AIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:43','1900-01-01 00:00:00',1,0,1),(23213,'28015','Ronan','RONAN',NULL,'','United States','',0,0,231,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23214,'12912','Roncade','RONCADE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23215,'6362','Ronce-les-bains','RONCE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23216,'11412','Ronchi','RONCHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23217,'6192','Ronchin','RONCHIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23218,'12396','Ronciglione','RONCIGLIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23219,'23328','Ronco Bedretto','RONCO BEDRETTO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23220,'12734','Roncofreddo','RONCOFREDDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23221,'11413','Roncola','RONCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23222,'6193','Roncq','RONCQ',NULL,'','France','',0,0,76,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23223,'3011','Ronda','RONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23224,'25078','Rondonopolis','RONDONOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23225,'14165','Rongelap','RONGELAP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23226,'29085','Ronkonkoma','RONKONKOMA',NULL,'','United States','',0,0,231,'2016-10-17 11:47:47','1900-01-01 00:00:00',1,0,1),(23227,'30152','Ronks','RONKS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23228,'2165','Ronne','RONNE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23229,'16695','Ronneby','RONNEBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23230,'27274','Ronnenberg','RONNENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23231,'12397','Ronzone','RONZONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23232,'32598','Roodepoort','ROODEPOORT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23233,'42588','Roopangarh','ROOPANGARH',NULL,'','India','',0,0,101,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23234,'44221','Roorkee','ROORKEE',NULL,'','India','',0,0,101,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23235,'14610','Roosendaal','ROOSENDAAL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23236,'33392','Roosevelt','ROOSEVELT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23237,'10755','Rooskey','ROOSKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23238,'34303','Rooty Hill','ROOTY HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23239,'6516','Roquebilliere','ROQUEBILLIERE',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23240,'4848','Roquebrune Cap Martin','ROQUEBRUNE CAP MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23241,'4849','Roquebrune-cap-martin','ROQUEBRUNE-CAP-MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23242,'4473','Roquebrune-sur-argens','ROQUEBRUNE-SUR-ARGENS',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23243,'5245','Roquefort','ROQUEFORT',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23244,'4474','Roquefort-les-pins','ROQUEFORT-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23245,'5246','Roques','ROQUES',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23246,'38414','Rorkes Drift','RORKES DRIFT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23247,'14995','Roros','ROROS',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23248,'23475','Rorschach','RORSCHACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23249,'23074','Rorschacherberg','RORSCHACHERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23250,'3684','Rosal','ROSAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23251,'18837','Rosamond','ROSAMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23252,'26314','Rosanna','ROSANNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23253,'37554','Rosario','ROSARIO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23254,'26148','Rosario','ROSARIO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23255,'44243','Rosario','ROSARIO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23256,'31606','Rosario','ROSARIO',NULL,'','United States','',0,0,231,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23257,'39459','Rosate','ROSATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23258,'29087','Roscoe','ROSCOE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23259,'5596','Roscoff','ROSCOFF',NULL,'','France','',0,0,76,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23260,'10923','Roscommon','ROSCOMMON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23261,'41510','Roscrea','ROSCREA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:55','1900-01-01 00:00:00',1,0,1),(23262,'13088','Rose Hall','ROSE HALL',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:47:55','1900-01-01 00:00:00',1,0,1),(23263,'27506','Roseau','ROSEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:47:56','1900-01-01 00:00:00',1,0,1),(23264,'2099','Roseau','ROSEAU',NULL,'','Dominica','',0,0,500,'2016-10-17 11:47:56','1900-01-01 00:00:00',1,0,1),(23265,'32495','Rosebank','ROSEBANK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23266,'9315','Rosebank','ROSEBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23267,'5','Roseberth','ROSEBERTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23268,'26548','Rosebud','ROSEBUD',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23269,'29743','Roseburg','ROSEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23270,'21781','Rosedale','ROSEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:58','1900-01-01 00:00:00',1,0,1),(23271,'34304','Rosehill','ROSEHILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:59','1900-01-01 00:00:00',1,0,1),(23272,'26315','Rosella Plains','ROSELLA PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:59','1900-01-01 00:00:00',1,0,1),(23273,'20738','Roselle','ROSELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:00','1900-01-01 00:00:00',1,0,1),(23274,'18838','Rosemead','ROSEMEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:00','1900-01-01 00:00:00',1,0,1),(23275,'20739','Rosemont','ROSEMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:01','1900-01-01 00:00:00',1,0,1),(23276,'27508','Rosemount','ROSEMOUNT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:01','1900-01-01 00:00:00',1,0,1),(23277,'30898','Rosenberg','ROSENBERG',NULL,'','United States','',0,0,231,'2016-10-17 11:48:02','1900-01-01 00:00:00',1,0,1),(23278,'29088','Rosendale','ROSENDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23279,'22392','Rosengarten Sieversen','ROSENGARTEN SIEVERSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23280,'314','Rosenheim','ROSENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23281,'473','Rosenthal','ROSENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23282,'2480','Roses','ROSES',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23283,'35630','Roseto Degli Abruzzi','ROSETO DEGLI ABRUZZI',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23284,'32','Rosetown','ROSETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23285,'26863','Rosevears','ROSEVEARS',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23286,'18839','Roseville','ROSEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23287,'33993','Rosewood','ROSEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23288,'42620','Rosh Pina','ROSH PINA',NULL,'','Israel','',0,0,106,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23289,'11053','Rosh-pina','ROSH-PINA',NULL,'','Israel','',0,0,106,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23290,'12398','Rosia','ROSIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23291,'12399','Rosignano Marittimo','ROSIGNANO MARITTIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23292,'2286','Roskilde','ROSKILDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23293,'2340','Roslev','ROSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23294,'37240','Roslin','ROSLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23295,'21513','Roslindale','ROSLINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23296,'15244','Roslyn','ROSLYN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23297,'29089','Roslyn','ROSLYN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23298,'14611','Rosmalen','ROSMALEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23299,'39410','Rosman','ROSMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23300,'40017','Rosmaninhal','ROSMANINHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23301,'40992','Rosny Sous Bois','ROSNY SOUS BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23302,'4789','Rosny-sous-bois','ROSNY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23303,'12913','Rosolina','ROSOLINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23304,'12400','Rossano','ROSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23305,'1908','Rossau','ROSSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23306,'38572','Rossbach','ROSSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23307,'10757','Rosscarbery','ROSSCARBERY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23308,'22393','Rossdorf','ROSSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23309,'23329','Rossens','ROSSENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23310,'10926','Rosses Point','ROSSES POINT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23311,'8804','Rossett','ROSSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23312,'29515','Rossford','ROSSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23313,'22394','Rosshaupten','ROSSHAUPTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23314,'39085','Rossiglione','ROSSIGLIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23315,'23330','Rossiniere','ROSSINIERE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23316,'25530','Rossland','ROSSLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23317,'10952','Rosslare','ROSSLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23318,'44194','Rosslea','ROSSLEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23319,'31220','Rosslyn','ROSSLYN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23320,'10759','Rossnowlagh','ROSSNOWLAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23321,'9291','Ross-on-wye','ROSS-ON-WYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23322,'14927','Rost','ROST',NULL,'','Norway','',0,0,164,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23323,'11414','Rosta','ROSTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23324,'22395','Rostock','ROSTOCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23325,'16377','Rostokino','ROSTOKINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23326,'16477','Rostov','ROSTOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23327,'39298','Rostov-na-donu','ROSTOV-NA-DONU',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23328,'19911','Roswell','ROSWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23329,'8805','Rosyth','ROSYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23330,'14208','Rota','ROTA',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23331,'3285','Rota','ROTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23332,'27275','Rotenburg','ROTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23333,'1719','Rothaurach','ROTHAURACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23334,'8806','Rothbury','ROTHBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23335,'34305','Rothbury','ROTHBURY',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23336,'22229','Rothbury','ROTHBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23337,'316','Rothenberg','ROTHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23338,'23075','Rothenburg','ROTHENBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23339,'1044','Rothenburg','ROTHENBURG',NULL,'','GERMANY','',0,0,83,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23340,'36103','Rothenburg-uffenheim','ROTHENBURG-UFFENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23341,'8807','Rotherham','ROTHERHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23342,'7275','Rotherwick','ROTHERWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23343,'8809','Rothesay','ROTHESAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23344,'34413','Rothesay','ROTHESAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23345,'8810','Rothley','ROTHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23346,'23430','Rothrist','ROTHRIST',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23347,'31876','Rothschild','ROTHSCHILD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23348,'10259','Roti','ROTI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23349,'16173','Rotoava','ROTOAVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23350,'15161','Rotorua','ROTORUA',NULL,'','New Zealand','Rotorua',0,0,157,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23351,'1946','Rotta','ROTTA',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23352,'2066','Rottach-egern','ROTTACH-EGERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23353,'22625','Rottenburg','ROTTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23354,'14731','Rotterdam','ROTTERDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23355,'29090','Rotterdam','ROTTERDAM',NULL,'','United States','',0,0,231,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23356,'38941','Rotthalmuenster','ROTTHALMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23357,'26316','Rottnest Island','ROTTNEST ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23358,'22626','Rottweil','ROTTWEIL',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23359,'6194','Roubaix','ROUBAIX',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23360,'4475','Roucas Blanc','ROUCAS BLANC',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23361,'5092','Rouen','ROUEN',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23362,'5048','Rouffach','ROUFFACH',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23363,'6129','Rouffiac-tolosan','ROUFFIAC-TOLOSAN',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23364,'23331','Rougemont','ROUGEMONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23365,'5745','Rouilly-sacey','ROUILLY-SACEY',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23366,'40617','Roullet-saint-estèphe','ROULLET-SAINT-ESTÈPHE',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23367,'4476','Roumazieres-loubert','ROUMAZIERES-LOUBERT',NULL,'','France','',0,0,76,'2016-10-17 11:48:25','1900-01-01 00:00:00',1,0,1),(23368,'34629','Round Lake','ROUND LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:25','1900-01-01 00:00:00',1,0,1),(23369,'10873','Roundstone','ROUNDSTONE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:27','1900-01-01 00:00:00',1,0,1),(23370,'28016','Roundup','ROUNDUP',NULL,'','United States','',0,0,231,'2016-10-17 11:48:27','1900-01-01 00:00:00',1,0,1),(23371,'10465','Rourkela','ROURKELA',NULL,'','India','Rourkela',8,0,101,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23372,'29093','Rouses Point','ROUSES POINT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23373,'24785','Rousse','ROUSSE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23374,'6517','Rousset','ROUSSET',NULL,'','France','',0,0,76,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23375,'37675','Roussospiti','ROUSSOSPITI',NULL,'','Greece','',0,0,86,'2016-10-17 11:48:29','1900-01-01 00:00:00',1,0,1),(23376,'6195','Rouvignies','ROUVIGNIES',NULL,'','France','',0,0,76,'2016-10-17 11:48:29','1900-01-01 00:00:00',1,0,1),(23377,'38124','Rouvres-en-xaintois','ROUVRES-EN-XAINTOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23378,'22845','Rouyn-noranda','ROUYN-NORANDA',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23379,'3930','Rovaniemi','ROVANIEMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23380,'11416','Roveleto Di Cadeo','ROVELETO DI CADEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23381,'38563','Rovere Veronese','ROVERE VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23382,'12401','Rovereto','ROVERETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23383,'12402','Rovetta','ROVETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23384,'12403','Rovigo','ROVIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23385,'10037','Rovinj','ROVINJ',NULL,'','Croatia','',0,0,55,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23386,'23332','Rovio','ROVIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23387,'17499','Rovno','ROVNO',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23388,'8811','Rowardennan','ROWARDENNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:32','1900-01-01 00:00:00',1,0,1),(23389,'21514','Rowe','ROWE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:32','1900-01-01 00:00:00',1,0,1),(23390,'33994','Rowland','ROWLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:48:33','1900-01-01 00:00:00',1,0,1),(23391,'26819','Rowland Flat','ROWLAND FLAT',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:33','1900-01-01 00:00:00',1,0,1),(23392,'8812','Rowlands Castle','ROWLANDS CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:34','1900-01-01 00:00:00',1,0,1),(23393,'30901','Rowlett','ROWLETT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:34','1900-01-01 00:00:00',1,0,1),(23394,'8813','Rowton','ROWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23395,'26549','Rowville','ROWVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23396,'15560','Roxas City','ROXAS CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23397,'33995','Roxboro','ROXBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23398,'21516','Roxbury','ROXBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:36','1900-01-01 00:00:00',1,0,1),(23399,'15044','Royal Chitwan National Park','ROYAL CHITWAN NATIONAL PARK',NULL,'','Nepal','',0,0,153,'2016-10-17 11:48:37','1900-01-01 00:00:00',1,0,1),(23400,'7276','Royal Leamington Spa','ROYAL LEAMINGTON SPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:37','1900-01-01 00:00:00',1,0,1),(23401,'43655','Royal Pines','ROYAL PINES',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23402,'6363','Royan','ROYAN',NULL,'','France','',0,0,76,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23403,'5342','Royat','ROYAT',NULL,'','France','',0,0,76,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23404,'8815','Roybridge','ROYBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23405,'40558','Royeres','ROYERES',NULL,'','France','',0,0,76,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23406,'37306','Royersford','ROYERSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23407,'3988','Royla','ROYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:41','1900-01-01 00:00:00',1,0,1),(23408,'30902','Royse City','ROYSE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:41','1900-01-01 00:00:00',1,0,1),(23409,'19912','Royston','ROYSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23410,'8816','Royston','ROYSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23411,'7277','Rozel Bay','ROZEL BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23412,'40130','Rozmberk Nad Vltavou','ROZMBERK NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23413,'40294','Roznov Pod Radhostem','ROZNOV POD RADHOSTEM',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23414,'37774','Roztoky','ROZTOKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23415,'12404','Rubano','RUBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23416,'5870','Rubelles','RUBELLES',NULL,'','France','',0,0,76,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23417,'3479','Rubena','RUBENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23418,'18841','Rubidoux','RUBIDOUX',NULL,'','United States','',0,0,231,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23419,'12405','Rubiera','RUBIERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23420,'17760','Ruby','RUBY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23421,'31221','Ruckersville','RUCKERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23422,'317','Ruckholz','RUCKHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23423,'318','Rudersdorf','RUDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23424,'36090','Rudesheim','RUDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23425,'7278','Rudford','RUDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23426,'7279','Rudge','RUDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23427,'37183','Rudloe','RUDLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23428,'22397','Rudolfshaus Bei Kirn','RUDOLFSHAUS BEI KIRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23429,'23431','Rudolfstetten','RUDOLFSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23430,'802','Rudow','RUDOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23431,'658','Ruedesheim Am Rhein','RUEDESHEIM AM RHEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23432,'4790','Rueil','RUEIL',NULL,'','France','',0,0,76,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23433,'17413','Rueili Village','RUEILI VILLAGE',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23434,'5678','Rueil-la-gadeliere','RUEIL-LA-GADELIERE',NULL,'','France','',0,0,76,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23435,'4791','Rueil-malmaison','RUEIL-MALMAISON',NULL,'','France','',0,0,76,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23436,'27276','Rueper','RUEPER',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23437,'23076','Rueschlikon','RUESCHLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23438,'3480','Ruesga','RUESGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23439,'8817','Rufford','RUFFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23440,'11418','Ruffre','RUFFRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23441,'12406','Rufina','RUFINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23442,'29745','Rufus','RUFUS',NULL,'','United States','',0,0,231,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23443,'23748','Rugao','RUGAO',NULL,'','China','',0,0,46,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23444,'8818','Rugby','RUGBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23445,'28080','Rugby','RUGBY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23446,'8819','Rugeley','RUGELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23447,'42009','Rugen','RUGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23448,'4478','Rugy','RUGY',NULL,'','France','',0,0,76,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23449,'40612','Ruhla','RUHLA',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23450,'38378','Ruhpolding','RUHPOLDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23451,'319','Ruhstorf','RUHSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23452,'23712','Rui\'an','RUI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23453,'28563','Ruidoso','RUIDOSO',NULL,'','United States','',0,0,231,'2016-10-17 11:48:52','1900-01-01 00:00:00',1,0,1),(23454,'34898','Ruili','RUILI',NULL,'','China','',0,0,46,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23455,'14502','Ruinerwold','RUINERWOLD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23456,'8820','Ruislip','RUISLIP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23457,'4028','Ruissalo','RUISSALO',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23458,'4039','Ruka','RUKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23459,'3900','Rukatunturi','RUKATUNTURI',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23460,'37881','Rukavac','RUKAVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23461,'32378','Ruma','RUMA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23462,'17223','Rumelihisarc','RUMELIHISARC',NULL,'','Turkey','',0,0,222,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23463,'30265','Rumford','RUMFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:54','1900-01-01 00:00:00',1,0,1),(23464,'38126','Rumia','RUMIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:48:54','1900-01-01 00:00:00',1,0,1),(23465,'23333','Rumlang','RUMLANG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23466,'11419','Rumo','RUMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23467,'13089','Runaway Bay','RUNAWAY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23468,'8821','Runcorn','RUNCORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23469,'14417','Rundu','RUNDU',NULL,'','Namibia','',0,0,151,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23470,'4792','Rungis','RUNGIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23471,'2180','Rungsted','RUNGSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23472,'28405','Runnemede','RUNNEMEDE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:56','1900-01-01 00:00:00',1,0,1),(23473,'18842','Running Springs','RUNNING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:48:56','1900-01-01 00:00:00',1,0,1),(23474,'20395','Rupert','RUPERT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23475,'42585','Rupnagar','RUPNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23476,'561','Ruppichteroth','RUPPICHTEROTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23477,'3832','Rupsi','RUPSI',NULL,'','Estonia','',0,0,69,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23478,'10588','Rupsi','RUPSI',NULL,'','India','',0,0,101,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23479,'16138','Rurutu','RURUTU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23480,'41219','Ruschlikon','RUSCHLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23481,'34306','Rushcutters Bay','RUSHCUTTERS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23482,'8822','Rushden','RUSHDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23483,'36338','Rushford','RUSHFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23484,'20977','Rushville','RUSHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23485,'43289','Rushyford','RUSHYFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:59','1900-01-01 00:00:00',1,0,1),(23486,'30903','Rusk','RUSK',NULL,'','United States','',0,0,231,'2016-10-17 11:48:59','1900-01-01 00:00:00',1,0,1),(23487,'19596','Ruskin','RUSKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23488,'8824','Rusper','RUSPER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23489,'21126','Russell','RUSSELL',NULL,'','United States','',0,0,231,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23490,'15245','Russell','RUSSELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23491,'25625','Russell','RUSSELL',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23492,'33728','Russellville','RUSSELLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23493,'475','Russelsheim','RUSSELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23494,'22398','Rüsselsheim','RÜSSELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23495,'12735','Russi','RUSSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23496,'17761','Russian Mission','RUSSIAN MISSION',NULL,'','United States','',0,0,231,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23497,'15163','Russley - Christchurch International Airport (Chc)','RUSSLEY - CHRISTCHURCH INTERNATIONAL AIRPORT (CHC)',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23498,'22627','Rust','RUST',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23499,'27067','Rust','RUST',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23500,'32599','Rustenburg','RUSTENBURG',NULL,'','South Africa','Rustenburg',0,0,195,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23501,'25828','Rusticoville','RUSTICOVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23502,'8825','Rustington','RUSTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23503,'21254','Ruston','RUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:49:05','1900-01-01 00:00:00',1,0,1),(23504,'42881','Rusutsu','RUSUTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:05','1900-01-01 00:00:00',1,0,1),(23505,'37379','Rute','RUTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23506,'23077','Rute','RUTE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23507,'10354','Ruteng','RUTENG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23508,'22399','Ruthen Kallenhardt','RUTHEN KALLENHARDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23509,'18843','Rutherford','RUTHERFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:49:07','1900-01-01 00:00:00',1,0,1),(23510,'43745','Rutherford','RUTHERFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:07','1900-01-01 00:00:00',1,0,1),(23511,'33996','Rutherfordton','RUTHERFORDTON',NULL,'','United States','',0,0,231,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23512,'39606','Rutherglen','RUTHERGLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23513,'26550','Rutherglen','RUTHERGLEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23514,'8826','Ruthin','RUTHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23515,'7280','Rutland','RUTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23516,'31386','Rutland','RUTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23517,'26317','Rutland Plains','RUTLAND PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23518,'14549','Ruurlo','RUURLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23519,'5746','Ruvigny','RUVIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23520,'12407','Ruvo Di Puglia','RUVO DI PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23521,'15286','Ruwi','RUWI',NULL,'','Oman','',0,0,165,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23522,'37735','Ruyton Xi Towns','RUYTON XI TOWNS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23523,'24298','Ruzyne Airport (Prg)','RUZYNE AIRPORT (PRG)',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23524,'16427','Ryazan','RYAZAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23525,'16474','Rybatskaya','RYBATSKAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23526,'8827','Ryde','RYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23527,'34307','Ryde','RYDE',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23528,'26931','Rye','RYE',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:12','1900-01-01 00:00:00',1,0,1),(23529,'8828','Rye','RYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:12','1900-01-01 00:00:00',1,0,1),(23530,'15628','Rzepin','RZEPIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:49:13','1900-01-01 00:00:00',1,0,1),(23531,'15718','Rzeszow','RZESZOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:49:13','1900-01-01 00:00:00',1,0,1),(23532,'41561','S Agaro','S AGARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23533,'43502','S Algar','S ALGAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23534,'14760','S Hertogenbosch','S HERTOGENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23535,'38629','S Horta','S HORTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23536,'43503','S Illot','S ILLOT',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23537,'35074','S.miguel De Salinas','S.MIGUEL DE SALINAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23538,'32355','Sa Dah','SA DAH',NULL,'','Yemen','',0,0,240,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23539,'42822','Sa Pa','SA PA',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23540,'24396','Saalbach','SAALBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23541,'39962','Saalburg','SAALBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23542,'44138','Saalekreis','SAALEKREIS',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23543,'39572','Saales','SAALES',NULL,'','France','',0,0,76,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23544,'1947','Saalfeld','SAALFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23545,'24397','Saalfelden','SAALFELDEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23546,'23078','Saanenmoeser','SAANENMOESER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23547,'25531','Saanichton','SAANICHTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23548,'43365','Saarbrucken','SAARBRUCKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23549,'688','Saarbruecken','SAARBRUECKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23550,'3901','Saariselka','SAARISELKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23551,'4043','Saariselkä','SAARISELKÄ',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23552,'43873','Saariselkae','SAARISELKAE',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23553,'689','Saarlouis','SAARLOUIS',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23554,'23079','Saas','SAAS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23555,'35994','Saas-fee','SAAS-FEE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23556,'25892','Saba','SABA',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23557,'10260','Saba','SABA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23558,'39204','Sabac','SABAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23559,'3591','Sabadell','SABADELL',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23560,'41701','Sabah','SABAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23562,'40034','Sabang','SABANG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23563,'12409','Sabaudia','SABAUDIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23564,'12410','Sabbioneta','SABBIONETA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23565,'1744','Sabi Sabi','SABI SABI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23566,'32600','Sabie','SABIE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23567,'3341','Sabinanigo','SABINANIGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23568,'13963','Sabinas','SABINAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:49:19','1900-01-01 00:00:00',1,0,1),(23569,'39692','Sabine National Forest Area','SABINE NATIONAL FOREST AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:19','1900-01-01 00:00:00',1,0,1),(23570,'3286','Sabiote','SABIOTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23571,'40659','Sables-dor-les-pins','SABLES-DOR-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23572,'5061','Sable-sur-sarthe','SABLE-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23573,'5959','Sabran','SABRAN',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23574,'5247','Sabres','SABRES',NULL,'','France','',0,0,76,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23575,'2158','Sabro','SABRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23576,'16077','Sabrosa','SABROSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23577,'20283','Sabula','SABULA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23578,'16414','Saburovo','SABUROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23579,'43151','Sacele','SACELE',NULL,'','Romania','',0,0,179,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23580,'34630','Sachigo Lake','SACHIGO LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23581,'23334','Sachseln','SACHSELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23582,'5747','Sachy','SACHY',NULL,'','France','',0,0,76,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23583,'29097','Sackets Harbor','SACKETS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:49:23','1900-01-01 00:00:00',1,0,1),(23584,'4793','Saclay','SACLAY',NULL,'','France','',0,0,76,'2016-10-17 11:49:23','1900-01-01 00:00:00',1,0,1),(23585,'18844','Sacramento','SACRAMENTO',NULL,'','United States','',0,0,231,'2016-10-17 11:49:25','1900-01-01 00:00:00',1,0,1),(23586,'36525','Sacred Valley','SACRED VALLEY',NULL,'','Peru','',0,0,172,'2016-10-17 11:49:25','1900-01-01 00:00:00',1,0,1),(23587,'12411','Sacrofano','SACROFANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23588,'3685','Sada','SADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23589,'28407','Saddle Brook','SADDLE BROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23590,'42882','Sado','SADO',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23591,'10589','Sadri','SADRI',NULL,'','India','Sadri',2,0,101,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23592,'36486','Saebo','SAEBO',NULL,'','Norway','',0,0,164,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23593,'39750','Saeby','SAEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23594,'2435','Safaga','SAFAGA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23595,'41446','Safat','SAFAT',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23596,'35419','Safed','SAFED',NULL,'','Israel','',0,0,106,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23597,'19597','Safety Harbor','SAFETY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23598,'16790','Saffle','SAFFLE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23599,'18198','Safford','SAFFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23600,'8829','Saffron Walden','SAFFRON WALDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23601,'13684','Safi','SAFI',NULL,'','Morocco','',0,0,148,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23602,'36721','Safita','SAFITA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23603,'17369','Safranbolu','SAFRANBOLU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23604,'13334','Saga','SAGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23605,'13397','Sagamihara','SAGAMIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23606,'21517','Sagamore','SAGAMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23607,'1848','Sagard','SAGARD',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23608,'2774','S\'agaro','S\'AGARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23609,'10855','Saggart','SAGGART',NULL,'','Ireland','',0,0,105,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23610,'42851','Sagil','SAGIL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:49:31','1900-01-01 00:00:00',1,0,1),(23611,'27767','Saginaw','SAGINAW',NULL,'','United States','',0,0,231,'2016-10-17 11:49:31','1900-01-01 00:00:00',1,0,1),(23612,'20396','Sagle','SAGLE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:32','1900-01-01 00:00:00',1,0,1),(23613,'42356','Sagone','SAGONE',NULL,'','France','',0,0,76,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23614,'15780','Sagres','SAGRES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23615,'41137','Saguenay','SAGUENAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23616,'3782','Sagunto','SAGUNTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23617,'10105','Sagvar','SAGVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23618,'3481','Sahagun','SAHAGUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23619,'9937','Sai Kung','SAI KUNG',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23620,'26318','Saibai Island','SAIBAI ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23621,'43148','Saida','SAIDA',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23622,'39511','Saidia','SAIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23623,'41216','Saidnaya','SAIDNAYA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23624,'24762','Saidpur','SAIDPUR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23625,'15326','Saidu Sharif','SAIDU SHARIF',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23626,'23335','Saignelegier','SAIGNELEGIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23627,'37151','Saigon And South','SAIGON AND SOUTH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23628,'38846','Sailauf','SAILAUF',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23629,'40779','Saillagouse','SAILLAGOUSE',NULL,'','France','',0,0,76,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23630,'23336','Saillon','SAILLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23631,'26551','Saint Albans','SAINT ALBANS',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23632,'883','Saint Ann','SAINT ANN',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:49:36','1900-01-01 00:00:00',1,0,1),(23633,'43031','Saint Arnaud','SAINT ARNAUD',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:36','1900-01-01 00:00:00',1,0,1),(23634,'16188','Saint Benoit','SAINT BENOIT',NULL,'','Reunion','',0,0,178,'2016-10-17 11:49:37','1900-01-01 00:00:00',1,0,1),(23635,'893','Saint Croix Island','SAINT CROIX ISLAND',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:49:38','1900-01-01 00:00:00',1,0,1),(23636,'32417','Saint Francis Bay','SAINT FRANCIS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:40','1900-01-01 00:00:00',1,0,1),(23637,'41599','Saint George\'s','SAINT GEORGE\'S',NULL,'','Grenada','',0,0,88,'2016-10-17 11:49:40','1900-01-01 00:00:00',1,0,1),(23638,'18846','Saint Helena','SAINT HELENA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:42','1900-01-01 00:00:00',1,0,1),(23639,'43445','Saint James','SAINT JAMES',NULL,'','Barbados','',0,0,19,'2016-10-17 11:49:43','1900-01-01 00:00:00',1,0,1),(23640,'876','Saint John\'s','SAINT JOHN\'S',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:49:43','1900-01-01 00:00:00',1,0,1),(23641,'43201','Saint Louis','SAINT LOUIS',NULL,'','Senegal','',0,0,187,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23642,'888','Saint Lucia','SAINT LUCIA',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23643,'877','Saint Maarten','SAINT MAARTEN',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23644,'1641','Saint Petersburg','SAINT PETERSBURG',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:49','1900-01-01 00:00:00',1,0,1),(23645,'39391','Saint-affrique','SAINT-AFFRIQUE',NULL,'','France','',0,0,76,'2016-10-17 11:49:53','1900-01-01 00:00:00',1,0,1),(23646,'40727','Saint-affrique-les-montagnes','SAINT-AFFRIQUE-LES-MONTAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23647,'5490','Saint-albain','SAINT-ALBAIN',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23648,'5597','Saint-alban','SAINT-ALBAN',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23649,'22864','Saint-alexis-des-monts','SAINT-ALEXIS-DES-MONTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23650,'44086','Saint-amand-les-eaux','SAINT-AMAND-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23651,'38084','Saint-amans-soult','SAINT-AMANS-SOULT',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23652,'5491','Saint-amour-bellevue','SAINT-AMOUR-BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23653,'5960','Saint-andre','SAINT-ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23654,'4517','Saint-andré-des-eaux','SAINT-ANDRÉ-DES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23655,'5961','Saint-andre-de-valborgne','SAINT-ANDRE-DE-VALBORGNE',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23656,'39946','Saint-andre-les-alpes','SAINT-ANDRE-LES-ALPES',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23657,'5249','Saint-antoine','SAINT-ANTOINE',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23658,'22865','Saint-antonin','SAINT-ANTONIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23659,'40635','Saint-apollinaire','SAINT-APOLLINAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23660,'41341','Saint-apollinaire','SAINT-APOLLINAIRE',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23661,'4972','Saint-arcons-d\'allier','SAINT-ARCONS-D\'ALLIER',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23662,'38014','Saint-armel','SAINT-ARMEL',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23663,'41340','Saint-arnoult','SAINT-ARNOULT',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23664,'5419','Saint-aubin-sur-mer','SAINT-AUBIN-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23665,'5093','Saint-aubin-sur-scie','SAINT-AUBIN-SUR-SCIE',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23666,'5962','Saint-aunes','SAINT-AUNES',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23667,'44087','Saint-avertin','SAINT-AVERTIN',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23668,'41338','Saint-avold','SAINT-AVOLD',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23669,'6520','Saint-aygulf','SAINT-AYGULF',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23670,'5598','Saint-barnabe','SAINT-BARNABE',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23671,'34417','Saint-basile','SAINT-BASILE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23672,'41337','Saint-beauzeil','SAINT-BEAUZEIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23673,'4518','Saint-benoît','SAINT-BENOÎT',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23674,'5088','Saint-blaise','SAINT-BLAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23675,'41336','Saint-bonnet-de-mure','SAINT-BONNET-DE-MURE',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23676,'39404','Saint-bonnet-en-champsaur','SAINT-BONNET-EN-CHAMPSAUR',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23677,'5343','Saint-bonnet-le-froid','SAINT-BONNET-LE-FROID',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23678,'44088','Saint-bon-tarentaise','SAINT-BON-TARENTAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23679,'5963','Saint-bres','SAINT-BRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23680,'4976','Saint-brevin-les-pins','SAINT-BREVIN-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23681,'5599','Saint-briac-sur-mer','SAINT-BRIAC-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23682,'6268','Saint-brice','SAINT-BRICE',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23683,'44089','Saint-brice-en-cogles','SAINT-BRICE-EN-COGLES',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23684,'44090','Saint-brice-sous-foret','SAINT-BRICE-SOUS-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23685,'4519','Saint-brice-sous-forêt','SAINT-BRICE-SOUS-FORÊT',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23686,'4520','Saint-brieuc','SAINT-BRIEUC',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23687,'22866','Saint-bruno-de-montarville','SAINT-BRUNO-DE-MONTARVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23688,'39700','Saint-calais','SAINT-CALAIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23689,'6521','Saint-cannat','SAINT-CANNAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23690,'38430','Saint-caradec','SAINT-CARADEC',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23691,'40296','Saint-cergues','SAINT-CERGUES',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23692,'6522','Saint-chaffrey','SAINT-CHAFFREY',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23693,'6698','Saint-chamond','SAINT-CHAMOND',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23694,'6811','Saint-christol','SAINT-CHRISTOL',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23695,'41335','Saint-clement-de-riviere','SAINT-CLEMENT-DE-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23696,'4521','Saint-clément-de-rivière','SAINT-CLÉMENT-DE-RIVIÈRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23697,'5420','Saint-contest','SAINT-CONTEST',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23698,'5250','Saint-cyprien','SAINT-CYPRIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23699,'39381','Saint-cyr-au-mont-dor','SAINT-CYR-AU-MONT-DOR',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23700,'4522','Saint-cyr-l\'école','SAINT-CYR-L\'ÉCOLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23701,'5114','Saint-cyr-sur-mer','SAINT-CYR-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23702,'16196','Saint-denis','SAINT-DENIS',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23703,'39645','Saint-denis-le-gast','SAINT-DENIS-LE-GAST',NULL,'','France','',0,0,76,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23704,'37627','Saint-denis-le-thiboult','SAINT-DENIS-LE-THIBOULT',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23705,'39884','Saint-desirat','SAINT-DESIRAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23706,'4523','Saint-didier','SAINT-DIDIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23707,'4524','Saint-didier-au-mont-d Or','SAINT-DIDIER-AU-MONT-D OR',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23708,'41330','Saint-die','SAINT-DIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23709,'41328','Saint-dizier','SAINT-DIZIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23710,'41327','Saint-doulchard','SAINT-DOULCHARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23711,'41410','Sainte Luce','SAINTE LUCE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:11','1900-01-01 00:00:00',1,0,1),(23712,'41441','Sainte Marie','SAINTE MARIE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:50:11','1900-01-01 00:00:00',1,0,1),(23713,'22871','Sainte-adele','SAINTE-ADELE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23714,'5828','Sainte-adresse','SAINTE-ADRESSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23715,'37292','Sainte-anastasie','SAINTE-ANASTASIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23716,'14241','Sainte-anne','SAINTE-ANNE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23717,'39432','Sainte-anne-dauray','SAINTE-ANNE-DAURAY',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23718,'4526','Sainte-anne-la-palud','SAINTE-ANNE-LA-PALUD',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23719,'24594','Sainte-catherine','SAINTE-CATHERINE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23720,'37532','Sainte-colombe','SAINTE-COLOMBE',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23721,'5964','Sainte-enimie','SAINTE-ENIMIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23722,'22873','Sainte-eustache','SAINTE-EUSTACHE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23723,'22874','Sainte-famille','SAINTE-FAMILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23724,'39229','Sainte-florine','SAINTE-FLORINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23725,'22875','Sainte-foy - Sillery','SAINTE-FOY - SILLERY',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23726,'38355','Sainte-foy-daigrefeuille','SAINTE-FOY-DAIGREFEUILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23727,'5051','Sainte-foy-les-lyon','SAINTE-FOY-LES-LYON',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23728,'6699','Sainte-foy-tarentaise','SAINTE-FOY-TARENTAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23729,'41326','Saint-egreve','SAINT-EGREVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23730,'4959','Saint-égrève','SAINT-ÉGRÈVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23731,'22876','Sainte-helene-de-bagot','SAINTE-HELENE-DE-BAGOT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23732,'40000','Sainte-hermine','SAINTE-HERMINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23733,'22877','Sainte-julie','SAINTE-JULIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23734,'6700','Sainte-luce','SAINTE-LUCE',NULL,'','France','',0,0,76,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23735,'14242','Sainte-luce','SAINTE-LUCE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23736,'44091','Sainte-luce-sur-loire','SAINTE-LUCE-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23737,'4527','Sainte-lucie-de-porto-vecchio','SAINTE-LUCIE-DE-PORTO-VECCHIO',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23738,'44092','Sainte-marie-de-re','SAINTE-MARIE-DE-RE',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23739,'4528','Sainte-marie-de-ré','SAINTE-MARIE-DE-RÉ',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23740,'5965','Sainte-marie-la-mer','SAINTE-MARIE-LA-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23741,'5251','Sainte-marthe','SAINTE-MARTHE',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23742,'41288','Sainte-maxime','SAINTE-MAXIME',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23743,'5421','Sainte-mere-eglise','SAINTE-MERE-EGLISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23744,'6315','Sainte-preuve','SAINTE-PREUVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23745,'9386','Sainte-rose','SAINTE-ROSE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23746,'6364','Saintes','SAINTES',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23747,'5252','Sainte-sabine','SAINTE-SABINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23748,'5748','Sainte-savine','SAINTE-SAVINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23749,'6523','Saintes-maries-de-la-mer','SAINTES-MARIES-DE-LA-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23750,'39248','Sainte-suzanne','SAINTE-SUZANNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23751,'22878','Sainte-therese','SAINTE-THERESE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23752,'40778','Saint-etienne','SAINT-ETIENNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:22','1900-01-01 00:00:00',1,0,1),(23753,'38367','Saint-etienne-de-maurs','SAINT-ETIENNE-DE-MAURS',NULL,'','France','',0,0,76,'2016-10-17 11:50:22','1900-01-01 00:00:00',1,0,1),(23754,'38836','Saint-etienne-du-gres','SAINT-ETIENNE-DU-GRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23755,'41325','Saint-etienne-du-rouvray','SAINT-ETIENNE-DU-ROUVRAY',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23756,'6524','Saint-etienne-en-devoluy','SAINT-ETIENNE-EN-DEVOLUY',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23757,'4530','Saint-étienne-les-orgues','SAINT-ÉTIENNE-LES-ORGUES',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23758,'42737','Saint-fargeau-ponthierry','SAINT-FARGEAU-PONTHIERRY',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23759,'22879','Saint-faustin','SAINT-FAUSTIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23760,'4889','Saint-florent','SAINT-FLORENT',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23761,'41627','Saint-francois','SAINT-FRANCOIS',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23762,'5071','Saint-francois-longchamp','SAINT-FRANCOIS-LONGCHAMP',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23763,'4970','Saint-galmier','SAINT-GALMIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23764,'5253','Saint-genies','SAINT-GENIES',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23765,'6130','Saint-geniez-d\'olt','SAINT-GENIEZ-D\'OLT',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23766,'41324','Saint-genis-laval','SAINT-GENIS-LAVAL',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23767,'6701','Saint-genis-pouilly','SAINT-GENIS-POUILLY',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23768,'38207','Saint-georges-de-didonne','SAINT-GEORGES-DE-DIDONNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23769,'41323','Saint-germain En-laye','SAINT-GERMAIN EN-LAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23770,'5104','Saint-germain-en-laye','SAINT-GERMAIN-EN-LAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23771,'4795','Saint-germain-les-corbeil','SAINT-GERMAIN-LES-CORBEIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23772,'37478','Saint-gervais','SAINT-GERVAIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23773,'5492','Saint-gervais-en-valliere','SAINT-GERVAIS-EN-VALLIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23774,'41317','Saint-gervais-la-foret','SAINT-GERVAIS-LA-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23775,'4531','Saint-gervais-la-forêt','SAINT-GERVAIS-LA-FORÊT',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23776,'44093','Saint-gervais-les-bains','SAINT-GERVAIS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23777,'41369','Saint-gilles-les-bains','SAINT-GILLES-LES-BAINS',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23778,'4796','Saint-gratien','SAINT-GRATIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23779,'5254','Saint-gregoire','SAINT-GREGOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23780,'41316','Saint-herblain','SAINT-HERBLAIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23781,'37506','Saint-hilaire','SAINT-HILAIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23782,'6269','Saint-hilaire-de-riez','SAINT-HILAIRE-DE-RIEZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23783,'40618','Saint-hilaire-dozilhan','SAINT-HILAIRE-DOZILHAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23784,'40277','Saint-hippolyte','SAINT-HIPPOLYTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23785,'38145','Saint-hippolyte','SAINT-HIPPOLYTE',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23786,'38957','Saint-hippolyte-le-graveron','SAINT-HIPPOLYTE-LE-GRAVERON',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23787,'38031','Saint-jacques','SAINT-JACQUES',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23788,'5600','Saint-jacques-de-la-lande','SAINT-JACQUES-DE-LA-LANDE',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23789,'5344','Saint-jacques-des-blats','SAINT-JACQUES-DES-BLATS',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23790,'42124','Saint-jean-cap-ferrat','SAINT-JEAN-CAP-FERRAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:32','1900-01-01 00:00:00',1,0,1),(23791,'6702','Saint-jean-d\'ardieres','SAINT-JEAN-D\'ARDIERES',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23792,'41314','Saint-jean-d\'arves','SAINT-JEAN-D\'ARVES',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23793,'5255','Saint-jean-de-blaignac','SAINT-JEAN-DE-BLAIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23794,'5966','Saint-jean-de-la-blaquiere','SAINT-JEAN-DE-LA-BLAQUIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23795,'41313','Saint-jean-de-luz','SAINT-JEAN-DE-LUZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23796,'40523','Saint-jean-de-matha','SAINT-JEAN-DE-MATHA',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23797,'6270','Saint-jean-de-monts','SAINT-JEAN-DE-MONTS',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23798,'37999','Saint-jean-de-sixt','SAINT-JEAN-DE-SIXT',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23799,'41312','Saint-jean-de-vedas','SAINT-JEAN-DE-VEDAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23800,'6802','Saint-jean-de-védas','SAINT-JEAN-DE-VÉDAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23801,'39003','Saint-jean-du-gard','SAINT-JEAN-DU-GARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23802,'37721','Saint-jean-la-vetre','SAINT-JEAN-LA-VETRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23803,'5679','Saint-jean-le-blanc','SAINT-JEAN-LE-BLANC',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23804,'44094','Saint-jean-le-braye','SAINT-JEAN-LE-BRAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23805,'39613','Saint-jean-le-centenier','SAINT-JEAN-LE-CENTENIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23806,'42149','Saint-jean-port-joli','SAINT-JEAN-PORT-JOLI',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23807,'40383','Saint-jean-saverne','SAINT-JEAN-SAVERNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23808,'22880','Saint-jean-sur-richelieu','SAINT-JEAN-SUR-RICHELIEU',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23809,'6271','Saint-joachim','SAINT-JOACHIM',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23810,'4532','Saint-jorioz','SAINT-JORIOZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23811,'22881','Saint-joseph-de-la-rive','SAINT-JOSEPH-DE-LA-RIVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23812,'4941','Saint-jouan-des-guerets','SAINT-JOUAN-DES-GUERETS',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23813,'4797','Saint-julien','SAINT-JULIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23814,'39265','Saint-julien-chapteuil','SAINT-JULIEN-CHAPTEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23815,'5256','Saint-julien-de-crempse','SAINT-JULIEN-DE-CREMPSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23816,'6703','Saint-julien-en-genevois','SAINT-JULIEN-EN-GENEVOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23817,'37697','Saint-julien-le-vendomois','SAINT-JULIEN-LE-VENDOMOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23818,'5126','Saint-junien','SAINT-JUNIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23819,'22882','Saint-lambert','SAINT-LAMBERT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23820,'41311','Saint-lary Soulan','SAINT-LARY SOULAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23821,'38013','Saint-lary-espiaube','SAINT-LARY-ESPIAUBE',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23822,'22883','Saint-laurent','SAINT-LAURENT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23823,'5039','Saint-laurent-de-cerdans','SAINT-LAURENT-DE-CERDANS',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23824,'37824','Saint-laurent-de-la-cabrerisse','SAINT-LAURENT-DE-LA-CABRERISSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23825,'5052','Saint-laurent-de-mure','SAINT-LAURENT-DE-MURE',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23826,'5967','Saint-laurent-des-arbres','SAINT-LAURENT-DES-ARBRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23827,'43514','Saint-laurent-du-var','SAINT-LAURENT-DU-VAR',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23828,'4533','Saint-laurent-nouan','SAINT-LAURENT-NOUAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23829,'22884','Saint-leonard','SAINT-LEONARD',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23830,'38656','Saint-léonard','SAINT-LÉONARD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23831,'16197','Saint-leu','SAINT-LEU',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23832,'22885','Saint-liboire','SAINT-LIBOIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23833,'4534','Saint-lieux-lès-lavaur','SAINT-LIEUX-LÈS-LAVAUR',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23834,'44095','Saint-lo','SAINT-LO',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23835,'39302','Saint-louet-sur-seulles','SAINT-LOUET-SUR-SEULLES',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23836,'5680','Saint-louis','SAINT-LOUIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23837,'42011','Saint-louis','SAINT-LOUIS',NULL,'','Senegal','',0,0,187,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23838,'40409','Saint-loup-lamairé','SAINT-LOUP-LAMAIRÉ',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23839,'41310','Saint-luce-sur-loire','SAINT-LUCE-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23840,'37827','Saint-lyphard','SAINT-LYPHARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23841,'40345','Saint-lys','SAINT-LYS',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23842,'6365','Saint-maixent-l\'ecole','SAINT-MAIXENT-L\'ECOLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23843,'40206','Saint-mamet','SAINT-MAMET',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23844,'5493','Saint-marcel','SAINT-MARCEL',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23845,'6704','Saint-marcellin','SAINT-MARCELLIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23846,'38463','Saint-mard','SAINT-MARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23847,'4874','Saint-martin-aux-chartrains','SAINT-MARTIN-AUX-CHARTRAINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23848,'6196','Saint-martin-boulogne','SAINT-MARTIN-BOULOGNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23849,'4535','Saint-martin-d\' Uriage','SAINT-MARTIN-D\' URIAGE',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23850,'6705','Saint-martin-d\'ardeche','SAINT-MARTIN-D\'ARDECHE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23851,'44096','Saint-martin-de-belleville','SAINT-MARTIN-DE-BELLEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23852,'6366','Saint-martin-de-re','SAINT-MARTIN-DE-RE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23853,'6706','Saint-martin-d\'hères','SAINT-MARTIN-D\'HÈRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23854,'5829','Saint-martin-du-manoir','SAINT-MARTIN-DU-MANOIR',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23855,'44097','Saint-martin-du-vivier','SAINT-MARTIN-DU-VIVIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23856,'5494','Saint-martin-en-bresse','SAINT-MARTIN-EN-BRESSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23857,'5749','Saint-martin-sur-le-pre','SAINT-MARTIN-SUR-LE-PRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23858,'5346','Saint-martin-valmeroux','SAINT-MARTIN-VALMEROUX',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23859,'4798','Saint-maur-des-fosses','SAINT-MAUR-DES-FOSSES',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23860,'23337','Saint-maurice','SAINT-MAURICE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23861,'6707','Saint-maurice-de-beynost','SAINT-MAURICE-DE-BEYNOST',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23862,'6526','Saint-maximin-la-sainte-baume','SAINT-MAXIMIN-LA-SAINTE-BAUME',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23863,'5602','Saint-meloir-des-ondes','SAINT-MELOIR-DES-ONDES',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23864,'40951','Saint-michel Des Saints','SAINT-MICHEL DES SAINTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23865,'6272','Saint-michel-chef-chef','SAINT-MICHEL-CHEF-CHEF',NULL,'','France','',0,0,76,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23866,'22886','Saint-michel-des-saints','SAINT-MICHEL-DES-SAINTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23867,'5681','Saint-michel-sur-loire','SAINT-MICHEL-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23868,'4536','Saint-nicolas','SAINT-NICOLAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23869,'40368','Saint-nicolas','SAINT-NICOLAS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23870,'40761','Saint-nicolas-de-la-grave','SAINT-NICOLAS-DE-LA-GRAVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23871,'5422','Saint-nicolas-des-bois','SAINT-NICOLAS-DES-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23872,'41304','Saint-nicolas-les Arras','SAINT-NICOLAS-LES ARRAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23873,'6708','Saint-nizier-du-moucherotte','SAINT-NIZIER-DU-MOUCHEROTTE',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23874,'35168','Saint-omer','SAINT-OMER',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23875,'37600','Saint-omer-en-chaussee','SAINT-OMER-EN-CHAUSSEE',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23876,'44098','Saint-onen-la-chapelle','SAINT-ONEN-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:55','1900-01-01 00:00:00',1,0,1),(23877,'37350','Saint-ouen-laumône','SAINT-OUEN-LAUMÔNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:55','1900-01-01 00:00:00',1,0,1),(23878,'5682','Saint-ouen-les-vignes','SAINT-OUEN-LES-VIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23879,'5871','Saint-ouen-sur-morin','SAINT-OUEN-SUR-MORIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23880,'6367','Saint-palais-sur-mer','SAINT-PALAIS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23881,'39082','Saint-pancrace','SAINT-PANCRACE',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23882,'37992','Saint-pardoux-la-croisille','SAINT-PARDOUX-LA-CROISILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23883,'44099','Saint-paterne','SAINT-PATERNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23884,'5603','Saint-patrice','SAINT-PATRICE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23885,'39458','Saint-paul-de-fenouillet','SAINT-PAUL-DE-FENOUILLET',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23886,'44100','Saint-paul-de-vence','SAINT-PAUL-DE-VENCE',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23887,'6527','Saint-paul-en-foret','SAINT-PAUL-EN-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23888,'4965','Saint-paul-les-dax','SAINT-PAUL-LES-DAX',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23889,'4908','Saint-paul-trois-chateaux','SAINT-PAUL-TROIS-CHATEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:50:59','1900-01-01 00:00:00',1,0,1),(23890,'40353','Saint-pée-sur-nivelle','SAINT-PÉE-SUR-NIVELLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:59','1900-01-01 00:00:00',1,0,1),(23891,'5496','Saint-philibert','SAINT-PHILIBERT',NULL,'','France','',0,0,76,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23892,'12412','Saint-pierre','SAINT-PIERRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23893,'16189','Saint-pierre','SAINT-PIERRE',NULL,'','Reunion','',0,0,178,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23894,'4537','Saint-pierre-d Entremont','SAINT-PIERRE-D ENTREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23895,'40792','Saint-pierre-dalbigny','SAINT-PIERRE-DALBIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23896,'5968','Saint-pierre-des-champs','SAINT-PIERRE-DES-CHAMPS',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23897,'5683','Saint-pierre-des-corps','SAINT-PIERRE-DES-CORPS',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23898,'6368','Saint-pierre-d\'oleron','SAINT-PIERRE-D\'OLERON',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23899,'44101','Saint-pierre-du-perray','SAINT-PIERRE-DU-PERRAY',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23900,'5830','Saint-pierre-du-vauvray','SAINT-PIERRE-DU-VAUVRAY',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23901,'5750','Saint-pierremont','SAINT-PIERREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23902,'37622','Saint-pierre-quiberon','SAINT-PIERRE-QUIBERON',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23903,'38087','Saint-pierre-sur-mer','SAINT-PIERRE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23904,'44102','Saint-pol-de-leon','SAINT-POL-DE-LEON',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23905,'6197','Saint-pol-sur-mer','SAINT-POL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23906,'4538','Saint-pons-de-thomières','SAINT-PONS-DE-THOMIÈRES',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23907,'5684','Saint-prest','SAINT-PREST',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23908,'6369','Saint-preuil','SAINT-PREUIL',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23909,'38886','Saint-priest-en-jarez','SAINT-PRIEST-EN-JAREZ',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23910,'4800','Saint-prix','SAINT-PRIX',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23911,'5604','Saint-quay-portrieux','SAINT-QUAY-PORTRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23912,'5685','Saint-quentin','SAINT-QUENTIN',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23913,'41293','Saint-quentin-en-yvelines','SAINT-QUENTIN-EN-YVELINES',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23914,'6709','Saint-quentin-fallavier','SAINT-QUENTIN-FALLAVIER',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23915,'6710','Saint-quentin-sur-isere','SAINT-QUENTIN-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23916,'4994','Saint-quentin-sur-le-homme','SAINT-QUENTIN-SUR-LE-HOMME',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23917,'5257','Saint-raphael','SAINT-RAPHAEL',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23918,'4540','Saint-remy-de-provence','SAINT-REMY-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23919,'39787','Saint-rhemy-en-bosses','SAINT-RHEMY-EN-BOSSES',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23920,'6316','Saint-riquier','SAINT-RIQUIER',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23921,'37403','Saint-romain-de-colbosc','SAINT-ROMAIN-DE-COLBOSC',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23922,'39781','Saint-romain-la-motte','SAINT-ROMAIN-LA-MOTTE',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23923,'22887','Saint-romuald','SAINT-ROMUALD',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23924,'5062','Saint-saturnin','SAINT-SATURNIN',NULL,'','France','',0,0,76,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23925,'5120','Saint-saturnin-les-apt','SAINT-SATURNIN-LES-APT',NULL,'','France','',0,0,76,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23926,'4542','Saint-saturnin-lès-avignon','SAINT-SATURNIN-LÈS-AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23927,'4543','Saint-sauveur-de-landemont','SAINT-SAUVEUR-DE-LANDEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23928,'6370','Saint-saviol','SAINT-SAVIOL',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23929,'4978','Saint-sebastien-sur-loire','SAINT-SEBASTIEN-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23930,'6131','Saint-sernin-sur-rance','SAINT-SERNIN-SUR-RANCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23931,'23338','Saint-sulpice','SAINT-SULPICE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23932,'6010','Saint-sylvestre','SAINT-SYLVESTRE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23933,'5258','Saint-sylvestre-sur-lot','SAINT-SYLVESTRE-SUR-LOT',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23934,'4910','Saint-symphorien-le-chateau','SAINT-SYMPHORIEN-LE-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23935,'5102','Saint-thibault-des-vignes','SAINT-THIBAULT-DES-VIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23936,'5969','Saint-thibery','SAINT-THIBERY',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23937,'38121','Saint-trinit','SAINT-TRINIT',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23938,'44270','Saint-trojan-les-bains','SAINT-TROJAN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23939,'5423','Saint-vaast-la-hougue','SAINT-VAAST-LA-HOUGUE',NULL,'','France','',0,0,76,'2016-10-17 11:51:14','1900-01-01 00:00:00',1,0,1),(23940,'41291','Saint-valery-en-caux','SAINT-VALERY-EN-CAUX',NULL,'','France','',0,0,76,'2016-10-17 11:51:14','1900-01-01 00:00:00',1,0,1),(23941,'6528','Saint-vallier-de-thiey','SAINT-VALLIER-DE-THIEY',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23942,'6011','Saint-viance','SAINT-VIANCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23943,'41290','Saint-victor','SAINT-VICTOR',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23944,'5970','Saint-victor-de-malcap','SAINT-VICTOR-DE-MALCAP',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23945,'6529','Saint-victoret','SAINT-VICTORET',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23946,'5259','Saint-vincent-de-cosse','SAINT-VINCENT-DE-COSSE',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23947,'4801','Saint-witz','SAINT-WITZ',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23948,'40534','Saint-yrieix-la-perche','SAINT-YRIEIX-LA-PERCHE',NULL,'','France','',0,0,76,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23949,'41289','Saint-yrieix-sur-charente','SAINT-YRIEIX-SUR-CHARENTE',NULL,'','France','',0,0,76,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23950,'14209','Saipan','SAIPAN',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23951,'13187','Saitama','SAITAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23952,'38813','Saix','SAIX',NULL,'','France','',0,0,76,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23953,'17016','Saiyoke','SAIYOKE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23954,'13335','Sakai','SAKAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23955,'17372','Sakarya','SAKARYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23956,'13336','Sakata','SAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23957,'17068','Sakon Nakhon','SAKON NAKHON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23958,'16812','Sala','SALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23959,'22889','Salaberry De Valleyfield','SALABERRY DE VALLEYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23960,'17017','Saladan','SALADAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23961,'30906','Salado','SALADO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23962,'17018','Salak Kok','SALAK KOK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23963,'15285','Salalah','SALALAH',NULL,'','Oman','Salalah',0,0,165,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23964,'29099','Salamanca','SALAMANCA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23965,'3482','Salamanca','SALAMANCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23966,'13955','Salamanca','SALAMANCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23967,'29100','Salamanca, Town Of','SALAMANCA, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23968,'34308','Salamander Bay','SALAMANDER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23969,'3592','Salardu','SALARDU',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23970,'41936','Salas','SALAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23971,'42800','Salatiga','SALATIGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23972,'5260','Salaunes','SALAUNES',NULL,'','France','',0,0,76,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23973,'6711','Salavas','SALAVAS',NULL,'','France','',0,0,76,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23974,'15402','Salaverry','SALAVERRY',NULL,'','Peru','',0,0,172,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23975,'16813','Salbohed','SALBOHED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23976,'5686','Salbris','SALBRIS',NULL,'','France','',0,0,76,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23977,'8835','Salcombe','SALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23978,'8836','Salcott','SALCOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23979,'40142','Saldanha','SALDANHA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23980,'15892','Saldanha','SALDANHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23981,'26552','Sale','SALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23982,'8837','Sale','SALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23983,'32341','Salelologa','SALELOLOGA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23984,'10590','Salem','SALEM',NULL,'','India','Salem',18,0,101,'2016-10-17 11:51:27','1900-01-01 00:00:00',1,0,1),(23985,'12415','Salemi','SALEMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23986,'41227','Salen','SALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23987,'8838','Salen','SALEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23988,'12992','Salerno','SALERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23989,'35458','Salerno-ascea Marina','SALERNO-ASCEA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23990,'5348','Salers','SALERS',NULL,'','France','',0,0,76,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23991,'12914','Salgareda','SALGAREDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23992,'23339','Salgesch','SALGESCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23993,'16609','Salgovce','SALGOVCE',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23994,'40237','Salice Salentino','SALICE SALENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23995,'18847','Salida','SALIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:32','1900-01-01 00:00:00',1,0,1),(23996,'6530','Saliers','SALIERS',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23997,'42358','Salies-de-bearn','SALIES-DE-BEARN',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23998,'5261','Salies-de-béarn','SALIES-DE-BÉARN',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23999,'14281','Salima','SALIMA',NULL,'','Malawi','',0,0,131,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24000,'14190','Salina','SALINA',NULL,'','Malta','',0,0,135,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24001,'12417','Salina','SALINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24002,'33394','Salina','SALINA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24003,'18848','Salinas','SALINAS',NULL,'','United States','',0,0,231,'2016-10-17 11:51:36','1900-01-01 00:00:00',1,0,1),(24004,'2379','Salinas','SALINAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:51:36','1900-01-01 00:00:00',1,0,1),(24005,'16567','Salinitas','SALINITAS',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:51:37','1900-01-01 00:00:00',1,0,1),(24006,'40066','Salins-les-bains','SALINS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:51:37','1900-01-01 00:00:00',1,0,1),(24007,'8840','Salisbury','SALISBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:38','1900-01-01 00:00:00',1,0,1),(24008,'2106','Salisbury','SALISBURY',NULL,'','Dominica','',0,0,500,'2016-10-17 11:51:38','1900-01-01 00:00:00',1,0,1),(24009,'3931','Salla','SALLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24010,'6712','Sallanches','SALLANCHES',NULL,'','France','',0,0,76,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24011,'14478','Salland','SALLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24012,'5971','Salleles-d\'aude','SALLELES-D\'AUDE',NULL,'','France','',0,0,76,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24013,'2777','Sallent De Gallego','SALLENT DE GALLEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24014,'32953','Sallisaw','SALLISAW',NULL,'','United States','',0,0,231,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24015,'22890','Salluit','SALLUIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24016,'24538','Salmannsdorf','SALMANNSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24017,'42212','Salmiyah','SALMIYAH',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24018,'20397','Salmon','SALMON',NULL,'','United States','',0,0,231,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24019,'25532','Salmon Arm','SALMON ARM',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24020,'2481','Salobrena','SALOBRENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24021,'4865','Salon-de-provence','SALON-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24022,'3593','Salou','SALOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24023,'1058','Saloum','SALOUM',NULL,'','SENEGAL','',0,0,187,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24024,'38486','Salperwick','SALPERWICK',NULL,'','France','',0,0,76,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24025,'44236','Salsipuedes','SALSIPUEDES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24026,'35642','Salsomaggiore','SALSOMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24027,'3594','Salt','SALT',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24028,'38675','Salt','SALT',NULL,'','Jordan','',0,0,111,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24029,'16939','Salt Cay','SALT CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24030,'32534','Salt Rock','SALT ROCK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24031,'13093','Salt Spring','SALT SPRING',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24032,'25533','Salt Spring Island','SALT SPRING ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24033,'26139','Salta','SALTA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24034,'8841','Saltash','SALTASH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24035,'8842','Saltburn-by-the-sea','SALTBURN-BY-THE-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24036,'3287','Salteras','SALTERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24037,'8843','Saltford','SALTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24038,'10760','Salthill','SALTHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24039,'33254','Saltillo','SALTILLO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24040,'14068','Saltillo','SALTILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24041,'12419','Saltino','SALTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24042,'17523','Salto','SALTO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24043,'36011','Salto Del Laja','SALTO DEL LAJA',NULL,'','Chile','',0,0,45,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24044,'37220','Saltsjo Boo','SALTSJO BOO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24045,'16843','Saltsjobaden','SALTSJOBADEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24046,'31224','Saltville','SALTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24047,'16378','Saltykovka','SALTYKOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24048,'33998','Saluda','SALUDA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24049,'25065','Salvador','SALVADOR',NULL,'','Brazil','',0,0,30,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24050,'41993','Salvaterra','SALVATERRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24051,'12421','Salvaterra Di Casalgrande','SALVATERRA DI CASALGRANDE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24052,'33999','Salvo','SALVO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24053,'1059','Saly','SALY',NULL,'','SENEGAL','',0,0,187,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24054,'44001','Salybia','SALYBIA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24055,'321','Salzburg','SALZBURG',NULL,'','Germany','Salzburg',0,0,83,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24056,'27277','Salzgitter','SALZGITTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24057,'2352','Samana','SAMANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24058,'16433','Samara','SAMARA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24059,'12423','Samarate','SAMARATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24060,'10334','Samarinda','SAMARINDA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24061,'32156','Samarkand','SAMARKAND',NULL,'','Uzbekistan','Samarkand',0,0,232,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24062,'6132','Samatan','SAMATAN',NULL,'','France','',0,0,76,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24063,'17311','Samatya','SAMATYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24064,'40182','Sambava','SAMBAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24065,'39508','Samburu','SAMBURU',NULL,'','Kenya','Samburu',0,0,113,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24066,'23081','Samedan','SAMEDAN',NULL,'','Switzerland','Samedan',0,0,210,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24067,'7286','Samford Peverell','SAMFORD PEVERELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24068,'9781','Sami','SAMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24069,'3686','Samieira','SAMIEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24070,'8844','Samlesbury','SAMLESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24071,'31608','Sammamish','SAMMAMISH',NULL,'','United States','',0,0,231,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24072,'38962','Sammichele Di Bari','SAMMICHELE DI BARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24073,'23340','Samnaun','SAMNAUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24074,'32338','Samoa','SAMOA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24075,'44283','Samoa Point','SAMOA POINT',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24076,'37104','Samoa-apia','SAMOA-APIA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24077,'37105','Samoa-mulifanua','SAMOA-MULIFANUA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24078,'37103','Samoa-saanapu','SAMOA-SAANAPU',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24079,'37107','Samoa-savai\'i Island','SAMOA-SAVAI\'I ISLAND',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24080,'37106','Samoa-siumu','SAMOA-SIUMU',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24081,'10467','Samode','SAMODE',NULL,'','India','',0,0,101,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24082,'41287','Samoens','SAMOENS',NULL,'','France','',0,0,76,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24083,'6713','Samoëns','SAMOËNS',NULL,'','France','',0,0,76,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24084,'38271','Samokov','SAMOKOV',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24085,'41642','Samora Correia','SAMORA CORREIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24086,'42482','Samothraki','SAMOTHRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24087,'15492','Sampaloc','SAMPALOC',NULL,'','Philippines','',0,0,173,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24088,'12424','Sampieri','SAMPIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24089,'17358','Samsun','SAMSUN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24090,'22401','Samtens','SAMTENS',NULL,'','Germany','',0,0,83,'2016-10-17 11:51:57','1900-01-01 00:00:00',1,0,1),(24091,'17077','Samut Prakan','SAMUT PRAKAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:57','1900-01-01 00:00:00',1,0,1),(24092,'41174','San Andres','SAN ANDRES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:51:58','1900-01-01 00:00:00',1,0,1),(24093,'24888','San Andros','SAN ANDROS',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:51:58','1900-01-01 00:00:00',1,0,1),(24094,'43396','San Anton','SAN ANTON',NULL,'','Malta','',0,0,135,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24095,'42782','San Antonio','SAN ANTONIO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24096,'32212','San Antonio','SAN ANTONIO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24097,'14210','San Antonio','SAN ANTONIO',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24098,'16109','San Bernardino','SAN BERNARDINO',NULL,'','Paraguay','',0,0,171,'2016-10-17 11:52:02','1900-01-01 00:00:00',1,0,1),(24099,'23552','San Bernardo','SAN BERNARDO',NULL,'','Chile','',0,0,45,'2016-10-17 11:52:03','1900-01-01 00:00:00',1,0,1),(24100,'17123','San Fernando','SAN FERNANDO',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:52:10','1900-01-01 00:00:00',1,0,1),(24101,'15765','San German','SAN GERMAN',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:52:12','1900-01-01 00:00:00',1,0,1),(24102,'24902','San Ignacio','SAN IGNACIO',NULL,'','Belize','',0,0,22,'2016-10-17 11:52:15','1900-01-01 00:00:00',1,0,1),(24103,'43696','San Ignacio','SAN IGNACIO',NULL,'','Honduras','',0,0,97,'2016-10-17 11:52:15','1900-01-01 00:00:00',1,0,1),(24104,'14449','San Juan Del Sur','SAN JUAN DEL SUR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:52:19','1900-01-01 00:00:00',1,0,1),(24105,'16579','San Marino','SAN MARINO',NULL,'','San Marino','',0,0,184,'2016-10-17 11:52:24','1900-01-01 00:00:00',1,0,1),(24106,'16573','San Miguel','SAN MIGUEL',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:52:27','1900-01-01 00:00:00',1,0,1),(24107,'25833','San Nicolas','SAN NICOLAS',NULL,'','Aruba','',0,0,12,'2016-10-17 11:52:27','1900-01-01 00:00:00',1,0,1),(24108,'41653','Sana','SANA',NULL,'','Yemen','',0,0,240,'2016-10-17 11:52:37','1900-01-01 00:00:00',1,0,1),(24109,'32356','Sana\'a','SANA\'A',NULL,'','Yemen','',0,0,240,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24110,'13337','Sanada','SANADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24111,'10345','Sanana','SANANA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24112,'11435','Sanarica','SANARICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24113,'1596','Sanary','SANARY',NULL,'','France','',0,0,76,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24114,'6531','Sanary-sur-mer','SANARY-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24115,'32761','Sanbornton','SANBORNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24116,'23630','Sanbu','SANBU',NULL,'','China','',0,0,46,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24117,'41286','Sancerre','SANCERRE',NULL,'','France','',0,0,76,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24118,'37907','Sanchi','SANCHI',NULL,'','India','Sanchi',15,0,101,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24119,'17414','Sanchung','SANCHUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24120,'3139','Sancibrian','SANCIBRIAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24121,'41201','Sancti Spiritus','SANCTI SPIRITUS',NULL,'','Cuba','',0,0,56,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24122,'42918','Sanctuary Cove','SANCTUARY COVE',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24123,'5497','Sancy','SANCY',NULL,'','France','',0,0,76,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24124,'22628','Sand','SAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24125,'35762','Sanda','SANDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24126,'14393','Sandakan','SANDAKAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24127,'14985','Sandane','SANDANE',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24128,'24813','Sandanski','SANDANSKI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24129,'7287','Sanday','SANDAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24130,'8845','Sandbach','SANDBACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24131,'562','Sandebeck','SANDEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24132,'15026','Sandefjord','SANDEFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24133,'30915','Sanderson','SANDERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24134,'8846','Sanderstead','SANDERSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24135,'19913','Sandersville','SANDERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24136,'19599','Sandestin','SANDESTIN',NULL,'','United States','',0,0,231,'2016-10-17 11:52:44','1900-01-01 00:00:00',1,0,1),(24137,'7288','Sandford-on-thames','SANDFORD-ON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:44','1900-01-01 00:00:00',1,0,1),(24138,'26753','Sandgate','SANDGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24139,'3989','Sandhamn','SANDHAMN',NULL,'','Finland','',0,0,75,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24140,'28568','Sandia','SANDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24141,'8847','Sandiacre','SANDIACRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:46','1900-01-01 00:00:00',1,0,1),(24142,'21521','Sandisfield','SANDISFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:52:46','1900-01-01 00:00:00',1,0,1),(24143,'15032','Sandnes','SANDNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24144,'14928','Sandnessjoen','SANDNESSJOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24145,'38219','Sandoeverken','SANDOEVERKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24146,'8848','Sandown','SANDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24147,'32601','Sandown','SANDOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24148,'20398','Sandpoint','SANDPOINT',NULL,'','United States','',0,0,231,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24149,'12478','Sandrigo','SANDRIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24150,'26932','Sandringham','SANDRINGHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24151,'15030','Sandsli','SANDSLI',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24152,'25534','Sandspit','SANDSPIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24153,'32602','Sandton','SANDTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24154,'6823','Sandur','SANDUR',NULL,'','Faroe Islands','',0,0,73,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24155,'29517','Sandusky','SANDUSKY',NULL,'','United States','',0,0,231,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24156,'2166','Sandvig','SANDVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24157,'16791','Sandviken','SANDVIKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24158,'43187','Sandwell','SANDWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24159,'21522','Sandwich','SANDWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24160,'8849','Sandwich','SANDWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:52','1900-01-01 00:00:00',1,0,1),(24161,'8850','Sandy','SANDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:52','1900-01-01 00:00:00',1,0,1),(24162,'26866','Sandy Bay','SANDY BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24163,'13079','Sandy Bay','SANDY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24164,'25863','Sandy Ground','SANDY GROUND',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24165,'34633','Sandy Lake','SANDY LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24166,'16949','Sandy Point','SANDY POINT',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24167,'21921','Sanford','SANFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:52:54','1900-01-01 00:00:00',1,0,1),(24168,'12479','Sangano','SANGANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24169,'3688','Sangenjo','SANGENJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24170,'30916','Sanger','SANGER',NULL,'','United States','',0,0,231,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24171,'37846','Sangerhausen','SANGERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24172,'2409','Sangolqui','SANGOLQUI',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24173,'37400','Sangudo','SANGUDO',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24174,'36829','Sanhsia','SANHSIA',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24175,'23973','Sanhua','SANHUA',NULL,'','China','',0,0,46,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24176,'19601','Sanibel','SANIBEL',NULL,'','United States','',0,0,231,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24177,'25808','Sanikiluaq','SANIKILUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24178,'40544','Sanjo','SANJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24179,'10591','Sankrail','SANKRAIL',NULL,'','India','',0,0,101,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24180,'39734','Sankt Andreasberg','SANKT ANDREASBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24181,'24595','Sankt-vith','SANKT-VITH',NULL,'','Belgium','',0,0,21,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24182,'17364','Sanliurfa','SANLIURFA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24183,'35057','Sanlucar De Barramed','SANLUCAR DE BARRAMED',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24184,'23797','Sanmenxia','SANMENXIA',NULL,'','China','',0,0,46,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24185,'23778','Sanming','SANMING',NULL,'','China','',0,0,46,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24186,'14202','Sannat','SANNAT',NULL,'','Malta','',0,0,135,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24187,'40125','Sannicandro Di Bari','SANNICANDRO DI BARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24188,'39704','Sannicola','SANNICOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24189,'41283','Sannois','SANNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24190,'4545','Sannois-ermont','SANNOIS-ERMONT',NULL,'','France','',0,0,76,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24191,'8851','Sanquhar','SANQUHAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24192,'17022','Sansai','SANSAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24193,'12480','Sansepolcro','SANSEPOLCRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24194,'17415','Sansia','SANSIA',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24195,'25883','Sant Julia De Loria','SANT JULIA DE LORIA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:53:07','1900-01-01 00:00:00',1,0,1),(24196,'15383','Santa','SANTA',NULL,'','Peru','',0,0,172,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24197,'24948','Santa Ana','SANTA ANA',NULL,'','Bolivia','Santa Ana',0,0,26,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24198,'16557','Santa Ana','SANTA ANA',NULL,'','Solomon Islands','Santa Ana',0,0,193,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24199,'15475','Santa Ana','SANTA ANA',NULL,'','Philippines','Santa Ana',0,0,173,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24200,'32181','Santa Barbara','SANTA BARBARA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:53:09','1900-01-01 00:00:00',1,0,1),(24201,'26058','Santa Catalina','SANTA CATALINA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:53:10','1900-01-01 00:00:00',1,0,1),(24202,'41622','Santa Catarina','SANTA CATARINA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:53:10','1900-01-01 00:00:00',1,0,1),(24203,'42658','Santa Clara','SANTA CLARA',NULL,'','Panama','',0,0,169,'2016-10-17 11:53:11','1900-01-01 00:00:00',1,0,1),(24204,'39996','Santa Cruz','SANTA CRUZ',NULL,'','Aruba','',0,0,12,'2016-10-17 11:53:14','1900-01-01 00:00:00',1,0,1),(24205,'23491','Santa Cruz','SANTA CRUZ',NULL,'','Chile','',0,0,45,'2016-10-17 11:53:14','1900-01-01 00:00:00',1,0,1),(24206,'10468','Santa Cruz Domestic Airport (Bom)','SANTA CRUZ DOMESTIC AIRPORT (BOM)',NULL,'','India','',0,0,101,'2016-10-17 11:53:16','1900-01-01 00:00:00',1,0,1),(24207,'9876','Santa Elena','SANTA ELENA',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:53:16','1900-01-01 00:00:00',1,0,1),(24208,'15766','Santa Isabel','SANTA ISABEL',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24209,'2436','Santa Katarina','SANTA KATARINA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24210,'1085','Santa Lucia','SANTA LUCIA',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24211,'24147','Santa Maria','SANTA MARIA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:19','1900-01-01 00:00:00',1,0,1),(24212,'24130','Santa Marta','SANTA MARTA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:53:22','1900-01-01 00:00:00',1,0,1),(24213,'9959','Santa Rosa Copan','SANTA ROSA COPAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:53:25','1900-01-01 00:00:00',1,0,1),(24214,'41284','Santaella','SANTAELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:27','1900-01-01 00:00:00',1,0,1),(24215,'12493','Sant\'agata Di Militello','SANT\'AGATA DI MILITELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:27','1900-01-01 00:00:00',1,0,1),(24216,'12495','Sant\'agnello','SANT\'AGNELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24217,'12496','Sant\'alessio Siculo','SANT\'ALESSIO SICULO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24218,'37264','Santa-lucia-di-moriani','SANTA-LUCIA-DI-MORIANI',NULL,'','France','',0,0,76,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24219,'15961','Santana','SANTANA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24220,'39318','Santanatolia Di Narco','SANTANATOLIA DI NARCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24221,'3140','Santander','SANTANDER',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24222,'35088','Santander-suances','SANTANDER-SUANCES',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24223,'38044','Santandrea Apostolo Dello Ionio','SANTANDREA APOSTOLO DELLO IONIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24224,'37779','Santandria','SANTANDRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24225,'38261','Santangelo A Fasanella','SANTANGELO A FASANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24226,'12832','Sant\'anna Arresi','SANT\'ANNA ARRESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24227,'38722','Santantimo','SANTANTIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24228,'12833','Sant\'antioco','SANT\'ANTIOCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24229,'35648','Sant\'antonio Abate','SANT\'ANTONIO ABATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24230,'2931','Santany','SANTANY',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24231,'41282','Santanyi','SANTANYI',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24232,'16050','Santarem','SANTAREM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24233,'25105','Santarem','SANTAREM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24234,'12497','Sante Marie','SANTE MARIE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24235,'18899','Santee','SANTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:32','1900-01-01 00:00:00',1,0,1),(24236,'34002','Santeetlah','SANTEETLAH',NULL,'','United States','',0,0,231,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24237,'12498','Sant\'elia Fiumerapido','SANT\'ELIA FIUMERAPIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24238,'5498','Santenay','SANTENAY',NULL,'','France','',0,0,76,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24239,'37927','Santeramo In Colle','SANTERAMO IN COLLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24240,'12499','Sant\'eufemia Lamezia','SANT\'EUFEMIA LAMEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24241,'23555','Santiago','SANTIAGO',NULL,'','Chile','Santiago',0,0,45,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24242,'13941','Santiago','SANTIAGO',NULL,'','Mexico','Santiago',0,0,141,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24243,'2359','Santiago','SANTIAGO',NULL,'','Dominican Republic','Santiago',0,0,61,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24244,'15345','Santiago','SANTIAGO',NULL,'','Panama','Santiago',0,0,169,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24245,'2806','Santiago Bernabeu - Castellana','SANTIAGO BERNABEU - CASTELLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24246,'1638','Santiago Cacem','SANTIAGO CACEM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24247,'34945','Santiago De Cuba','SANTIAGO DE CUBA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:53:35','1900-01-01 00:00:00',1,0,1),(24248,'26149','Santiago Del Estero','SANTIAGO DEL ESTERO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:53:35','1900-01-01 00:00:00',1,0,1),(24249,'36137','Santiago-la Estrada','SANTIAGO-LA ESTRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24250,'12500','Sant\'ilario D\'enza','SANT\'ILARIO D\'ENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24251,'3141','Santillana','SANTILLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24252,'5499','Santilly','SANTILLY',NULL,'','France','',0,0,76,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24253,'12501','Santissima Annunziata','SANTISSIMA ANNUNZIATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24254,'24148','Santo Antao','SANTO ANTAO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24255,'24191','Santo Domingo','SANTO DOMINGO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24256,'2360','Santo Domingo','SANTO DOMINGO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24257,'37089','Santo-aore Island','SANTO-AORE ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:39','1900-01-01 00:00:00',1,0,1),(24258,'37091','Santo-bokissa Island','SANTO-BOKISSA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:39','1900-01-01 00:00:00',1,0,1),(24259,'38454','Santomobono Imagna','SANTOMOBONO IMAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24260,'7289','Santon','SANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24261,'35053','Santona','SANTONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24262,'12505','Sant\'onofrio','SANT\'ONOFRIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24263,'37556','Santorcaz','SANTORCAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24264,'40947','Santorini','SANTORINI',NULL,'','Greece','Santorini',0,0,86,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24265,'36367','Santorini-akrotiri','SANTORINI-AKROTIRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24266,'35291','Santorini-fira Town','SANTORINI-FIRA TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24267,'35237','Santorini-imerovigli','SANTORINI-IMEROVIGLI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24268,'35247','Santorini-kamari','SANTORINI-KAMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24269,'35265','Santorini-monolithos','SANTORINI-MONOLITHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24270,'35273','Santorini-oia','SANTORINI-OIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24271,'35283','Santorini-perissa','SANTORINI-PERISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24272,'35285','Santorini-perivoloes','SANTORINI-PERIVOLOES',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24273,'14655','Santpoort-noord','SANTPOORT-NOORD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24274,'10857','Santry','SANTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24275,'15767','Santurce','SANTURCE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24276,'2810','Santurtzi','SANTURTZI',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24277,'10276','Sanur','SANUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24278,'41276','Sanxenxo','SANXENXO',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24279,'41158','Sao Felipe','SAO FELIPE',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:43','1900-01-01 00:00:00',1,0,1),(24280,'40341','São Pedro Do Sul','SÃO PEDRO DO SUL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:44','1900-01-01 00:00:00',1,0,1),(24281,'16583','Sao Tome Island','SAO TOME ISLAND',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 11:53:44','1900-01-01 00:00:00',1,0,1),(24282,'4546','Saone-et-loire','SAONE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24283,'32270','Sapa','SAPA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24284,'17277','Sapanca','SAPANCA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24285,'28574','Sapello','SAPELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24286,'19915','Sapelo Island','SAPELO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:53:46','1900-01-01 00:00:00',1,0,1),(24287,'35646','Sappada','SAPPADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:46','1900-01-01 00:00:00',1,0,1),(24288,'34003','Sapphire','SAPPHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24289,'34309','Sapphire Coast','SAPPHIRE COAST',NULL,'','Australia','',0,0,13,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24290,'13391','Sapporo','SAPPORO',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24291,'35707','Sapporo-chitose','SAPPORO-CHITOSE',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24292,'35718','Sapporo-jozankei','SAPPORO-JOZANKEI',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24293,'12712','Sapri','SAPRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24294,'32956','Sapulpa','SAPULPA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24295,'44459','Saputara','SAPUTARA',NULL,'','India','',0,0,101,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24296,'37338','Saquarema','SAQUAREMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24297,'32324','Sara','SARA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24298,'43074','Saraburi','SARABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24299,'24893','Sarajevo','SARAJEVO',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24300,'17947','Saraland','SARALAND',NULL,'','United States','',0,0,231,'2016-10-17 11:53:49','1900-01-01 00:00:00',1,0,1),(24301,'29102','Saranac Lake','SARANAC LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24302,'43561','Saranda','SARANDA',NULL,'','Albania','',0,0,2,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24303,'25869','Sarande','SARANDE',NULL,'','Albania','',0,0,2,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24304,'16249','Saransk','SARANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24305,'44284','Saraotou','SARAOTOU',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24306,'24228','Sarapiqui','SARAPIQUI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24307,'19603','Sarasota','SARASOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24308,'32132','Saratoga','SARATOGA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:51','1900-01-01 00:00:00',1,0,1),(24309,'16449','Saratov','SARATOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24310,'13543','Saravan','SARAVAN',NULL,'','Laos','',0,0,118,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24311,'12506','Sarcedo','SARCEDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24312,'4802','Sarcelles','SARCELLES',NULL,'','France','',0,0,76,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24313,'39685','Sardar Samand','SARDAR SAMAND',NULL,'','India','',0,0,101,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24314,'12834','Sardara','SARDARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24315,'42584','Sardargarh','SARDARGARH',NULL,'','India','',0,0,101,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24317,'43311','Sardinia-bosa','SARDINIA-BOSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24318,'27912','Sardis','SARDIS',NULL,'','United States','',0,0,231,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24319,'5262','Sare','SARE',NULL,'','France','',0,0,76,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24320,'10592','Sarenga','SARENGA',NULL,'','India','',0,0,101,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24321,'2811','S\'argamassa','S\'ARGAMASSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:56','1900-01-01 00:00:00',1,0,1),(24322,'33535','Sargents','SARGENTS',NULL,'','United States','',0,0,231,'2016-10-17 11:53:56','1900-01-01 00:00:00',1,0,1),(24323,'21922','Sargentville','SARGENTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24324,'15327','Sargodha','SARGODHA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24325,'17224','Sarigerme','SARIGERME',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24326,'44317','Sarikamis','SARIKAMIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24327,'26431','Sarina','SARINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24328,'42582','Sariska National Park','SARISKA NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24329,'7290','Sark','SARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24330,'40619','Sarkisla','SARKISLA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24331,'4905','Sarlat-la-caneda','SARLAT-LA-CANEDA',NULL,'','France','',0,0,76,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24332,'10318','Sarmi','SARMI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24333,'12507','Sarnano','SARNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24334,'34634','Sarnia','SARNIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24335,'13056','Sarnonico','SARNONICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24336,'9592','Saronic Islands','SARONIC ISLANDS',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24337,'12509','Saronno','SARONNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24338,'14963','Sarpsborg','SARPSBORG',NULL,'','Norway','',0,0,164,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24339,'41905','Sarramea','SARRAMEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24340,'6133','Sarrazac','SARRAZAC',NULL,'','France','',0,0,76,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24341,'40701','Sarre','SARRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24342,'4547','Sarreguemines','SARREGUEMINES',NULL,'','France','',0,0,76,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24343,'2812','Sarria','SARRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24344,'2814','Sarrià De Ter','SARRIÀ DE TER',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24345,'2815','Sarria-sant Gervasi','SARRIA-SANT GERVASI',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24346,'10593','Sarsa','SARSA',NULL,'','India','',0,0,101,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24347,'27278','Sarstedt','SARSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24348,'35649','Sarteano','SARTEANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24349,'27510','Sartell','SARTELL',NULL,'','United States','',0,0,231,'2016-10-17 11:54:02','1900-01-01 00:00:00',1,0,1),(24350,'39608','Sartene','SARTENE',NULL,'','France','',0,0,76,'2016-10-17 11:54:02','1900-01-01 00:00:00',1,0,1),(24351,'4803','Sartrouville','SARTROUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24352,'10115','Sarvar','SARVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24353,'12510','Sarzana','SARZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24354,'5605','Sarzeau','SARZEAU',NULL,'','France','',0,0,76,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24355,'18200','Sasabe','SASABE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24356,'10667','Sasan','SASAN',NULL,'','India','',0,0,101,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24357,'39500','Sasang','SASANG',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24358,'22631','Sasbachwalden','SASBACHWALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24359,'13401','Sasebo','SASEBO',NULL,'','Japan','',0,0,110,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24360,'22963','Saskatoon','SASKATOON',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24361,'43654','Sassafras','SASSAFRAS',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24362,'12835','Sassari','SASSARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24363,'14732','Sassenheim','SASSENHEIM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24364,'5831','Sassetot-le-mauconduit','SASSETOT-LE-MAUCONDUIT',NULL,'','France','',0,0,76,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24365,'12511','Sassetta','SASSETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24366,'22403','Sassnitz','SASSNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24367,'12513','Sassuolo','SASSUOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24368,'3343','Sastago','SASTAGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24369,'21129','Satanta','SATANTA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24370,'38480','Satara','SATARA',NULL,'','South Africa','Satara',0,0,195,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24371,'19605','Satellite Beach','SATELLITE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24372,'6714','Sathonay-village','SATHONAY-VILLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24373,'23438','Satigny','SATIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24374,'6715','Satillieu','SATILLIEU',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24375,'38702','Satna','SATNA',NULL,'','India','Satna',15,0,101,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24376,'6716','Satolas','SATOLAS',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24377,'38016','Satriano','SATRIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24378,'39941','Satsuma','SATSUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24379,'42581','Sattal','SATTAL',NULL,'','India','',0,0,101,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24380,'27143','Sattledt','SATTLEDT',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24381,'16229','Satu Mare','SATU MARE',NULL,'','Romania','',0,0,179,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24382,'41702','Satun','SATUN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24383,'12514','Saturnia','SATURNIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24384,'5264','Saubusse','SAUBUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24385,'41931','Saucelle','SAUCELLE',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24386,'14969','Sauda','SAUDA',NULL,'','Norway','',0,0,164,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24387,'10993','Saudarkrokur','SAUDARKROKUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24388,'322','Sauerlach','SAUERLACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24389,'22404','Sauerland','SAUERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24390,'22236','Saugatuck','SAUGATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24391,'29105','Saugerties','SAUGERTIES',NULL,'','United States','',0,0,231,'2016-10-17 11:54:12','1900-01-01 00:00:00',1,0,1),(24392,'21523','Saugus','SAUGUS',NULL,'','United States','',0,0,231,'2016-10-17 11:54:12','1900-01-01 00:00:00',1,0,1),(24393,'31878','Saukville','SAUKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:14','1900-01-01 00:00:00',1,0,1),(24394,'6717','Saulce-sur-rhone','SAULCE-SUR-RHONE',NULL,'','France','',0,0,76,'2016-10-17 11:54:14','1900-01-01 00:00:00',1,0,1),(24395,'37466','Saulges','SAULGES',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24396,'5500','Saulieu','SAULIEU',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24397,'4549','Saulon La Rue','SAULON LA RUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24398,'44103','Saulon-la-rue','SAULON-LA-RUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24399,'40953','Sault Ste Marie','SAULT STE MARIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24400,'22237','Sault Ste. Marie','SAULT STE. MARIE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24401,'42975','Saulx Les Chartreux','SAULX LES CHARTREUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24402,'4804','Saulx-les-chartreux','SAULX-LES-CHARTREUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24403,'6532','Saumane-de-vaucluse','SAUMANE-DE-VAUCLUSE',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24404,'4988','Saumur','SAUMUR',NULL,'','France','',0,0,76,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24405,'8852','Saundersfoot','SAUNDERSFOOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24406,'7291','Saunton','SAUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24407,'15045','Sauraha','SAURAHA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24408,'38393','Saurbaer','SAURBAER',NULL,'','Iceland','',0,0,100,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24409,'25860','Saurimo','SAURIMO',NULL,'','Angola','',0,0,6,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24410,'18901','Sausalito','SAUSALITO',NULL,'','United States','',0,0,231,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24411,'6789','Sausheim','SAUSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24412,'39083','Sausset-les-pins','SAUSSET-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24413,'39396','Sautee','SAUTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24414,'39286','Sautens','SAUTENS',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24415,'6273','Sautron','SAUTRON',NULL,'','France','',0,0,76,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24416,'5265','Sauveterre','SAUVETERRE',NULL,'','France','',0,0,76,'2016-10-17 11:54:21','1900-01-01 00:00:00',1,0,1),(24417,'4551','Sauveterre-de-bearn','SAUVETERRE-DE-BEARN',NULL,'','France','',0,0,76,'2016-10-17 11:54:21','1900-01-01 00:00:00',1,0,1),(24418,'4552','Sauveterre-de-comminges','SAUVETERRE-DE-COMMINGES',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24419,'6134','Sauveterre-de-rouergue','SAUVETERRE-DE-ROUERGUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24420,'5501','Sauvigny-le-bois','SAUVIGNY-LE-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24421,'41690','Sauze D Oulx','SAUZE D OULX',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24422,'40208','Sauzon','SAUZON',NULL,'','France','',0,0,76,'2016-10-17 11:54:23','1900-01-01 00:00:00',1,0,1),(24423,'27513','Savage','SAVAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:23','1900-01-01 00:00:00',1,0,1),(24424,'25834','Savaneta','SAVANETA',NULL,'','Aruba','',0,0,12,'2016-10-17 11:54:24','1900-01-01 00:00:00',1,0,1),(24425,'13069','Savanna La Mar','SAVANNA LA MAR',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:54:25','1900-01-01 00:00:00',1,0,1),(24426,'19916','Savannah','SAVANNAH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:25','1900-01-01 00:00:00',1,0,1),(24427,'24877','Savannah Sound','SAVANNAH SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24428,'13550','Savannakhet','SAVANNAKHET',NULL,'','Laos','',0,0,118,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24429,'38149','Savas','SAVAS',NULL,'','France','',0,0,76,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24430,'13041','Savelletri','SAVELLETRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24431,'32133','Savery','SAVERY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24432,'12516','Savigliano','SAVIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24433,'5266','Savignac-les-eglises','SAVIGNAC-LES-EGLISES',NULL,'','France','',0,0,76,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24434,'39842','Savignano Sul Rubicone','SAVIGNANO SUL RUBICONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24435,'6718','Savigneux','SAVIGNEUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24436,'40499','Savignone','SAVIGNONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24437,'23347','Savigny','SAVIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24438,'4553','Savigny Sur Braye','SAVIGNY SUR BRAYE',NULL,'','France','',0,0,76,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24439,'5872','Savigny-le-temple','SAVIGNY-LE-TEMPLE',NULL,'','France','',0,0,76,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24440,'4805','Savigny-sur-orge','SAVIGNY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24441,'16559','Savo','SAVO',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24442,'38668','Savoca','SAVOCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24443,'23348','Savognin','SAVOGNIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24444,'25535','Savona','SAVONA',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24445,'12781','Savona','SAVONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24446,'3942','Savonlinna','SAVONLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24447,'5688','Savonnieres','SAVONNIERES',NULL,'','France','',0,0,76,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24448,'17763','Savoonga','SAVOONGA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24449,'33046','Savoy','SAVOY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24450,'16723','Savsjo','SAVSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24451,'10038','Savudrija','SAVUDRIJA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24452,'4072','Savusavu','SAVUSAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24453,'10594','Sawai Madhopur','SAWAI MADHOPUR',NULL,'','India','Sawai Madhopur',2,0,101,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24455,'8853','Sawbridgeworth','SAWBRIDGEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24456,'7292','Sawrey','SAWREY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24457,'34310','Sawtell','SAWTELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24458,'8854','Sawtry','SAWTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24459,'10261','Sawu','SAWU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:54:36','1900-01-01 00:00:00',1,0,1),(24460,'22238','Sawyer','SAWYER',NULL,'','United States','',0,0,231,'2016-10-17 11:54:36','1900-01-01 00:00:00',1,0,1),(24461,'31387','Saxtons River','SAXTONS RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24462,'13190','Sayama','SAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24463,'32958','Sayre','SAYRE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24464,'14021','Sayula','SAYULA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24465,'14053','Sayulita','SAYULITA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24466,'37109','Say\'un','SAY\'UN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24467,'37473','Saze','SAZE',NULL,'','France','',0,0,76,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24468,'38553','Scafati','SCAFATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24469,'11442','Scala','SCALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24470,'12517','Scalea','SCALEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24471,'34004','Scaly Mountain','SCALY MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24472,'26867','Scamander','SCAMANDER',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24473,'17764','Scammon Bay','SCAMMON BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24474,'12965','Scandicci','SCANDICCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24475,'12518','Scansano','SCANSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24476,'25626','Scanterbury','SCANTERBURY',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24477,'11443','Scanzano Jonico','SCANZANO JONICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24478,'40168','Scanzorosciate','SCANZOROSCIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24479,'34636','Scarborough','SCARBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24480,'9341','Scarborough','SCARBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24481,'21923','Scarborough','SCARBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24482,'17139','Scarborough','SCARBOROUGH',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24483,'12519','Scario','SCARIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24484,'7293','Scarista','SCARISTA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24485,'12520','Scarlino','SCARLINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24486,'37754','Scarmagno','SCARMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24487,'12521','Scarperia','SCARPERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24488,'10794','Scarriff','SCARRIFF',NULL,'','Ireland','',0,0,105,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24489,'29106','Scarsdale','SCARSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24490,'12522','Scauri','SCAURI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24491,'12952','Scena','SCENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24492,'38993','Scerni','SCERNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24493,'24644','Schaarbeek','SCHAARBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24494,'737','Schackendorf','SCHACKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24495,'43768','Schaerding','SCHAERDING',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24496,'23349','Schaffhausen','SCHAFFHAUSEN',NULL,'','Switzerland','Schaffhausen',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24497,'14656','Schagen','SCHAGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24498,'22633','Schallstadt','SCHALLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24499,'38211','S-chanf','S-CHANF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24500,'23350','Schangnau','SCHANGNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24501,'1849','Schaprode','SCHAPRODE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24502,'38096','Scharbeutz','SCHARBEUTZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24503,'27144','Scharding','SCHARDING',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24504,'37251','Scharnitz','SCHARNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24505,'20746','Schaumburg','SCHAUMBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24506,'24556','Scheffau Am Wilden Kaiser','SCHEFFAU AM WILDEN KAISER',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24507,'22891','Schefferville','SCHEFFERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24508,'12523','Scheggino','SCHEGGINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24509,'44156','Scheibenberg','SCHEIBENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24510,'37188','Scheidegg','SCHEIDEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24511,'1909','Schellerhau','SCHELLERHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24512,'738','Schellhorn','SCHELLHORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24513,'14657','Schellingwoude','SCHELLINGWOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24514,'30154','Schellsburg','SCHELLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24515,'29107','Schenectady','SCHENECTADY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24516,'739','Schenefeld','SCHENEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24517,'24645','Schepdaal','SCHEPDAAL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24518,'20980','Schererville','SCHERERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24519,'564','Schermbeck','SCHERMBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24520,'30917','Schertz','SCHERTZ',NULL,'','United States','',0,0,231,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24521,'22409','Schesslitz','SCHESSLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24522,'41044','Scheveningen','SCHEVENINGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24523,'14733','Schiedam','SCHIEDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24524,'565','Schieder-schwalenberg','SCHIEDER-SCHWALENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24525,'38697','Schiefling Am See','SCHIEFLING AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24526,'1948','Schierke','SCHIERKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24527,'43899','Schiermonnikoog','SCHIERMONNIKOOG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24528,'13026','Schignano','SCHIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24529,'39445','Schildow','SCHILDOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24530,'20748','Schiller Park','SCHILLER PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24531,'27279','Schillig','SCHILLIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24532,'323','Schillingsfurst','SCHILLINGSFURST',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24533,'6790','Schiltigheim','SCHILTIGHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24534,'40584','Schindellegi','SCHINDELLEGI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24535,'35558','Schio','SCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24536,'14658','Schiphol','SCHIPHOL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24537,'6791','Schirmeck','SCHIRMECK',NULL,'','France','',0,0,76,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24538,'1910','Schkeuditz','SCHKEUDITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24539,'1949','Schkopau','SCHKOPAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24540,'476','Schlangenbad','SCHLANGENBAD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24541,'23351','Schlatt','SCHLATT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24542,'37677','Schleching','SCHLECHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24543,'566','Schleiden','SCHLEIDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24544,'40218','Schlemmin','SCHLEMMIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24545,'23352','Schlieren','SCHLIEREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24546,'324','Schliersee','SCHLIERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24547,'39982','Schlossbockelheim','SCHLOSSBOCKELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24548,'22634','Schluchsee','SCHLUCHSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24549,'22410','Schluechtern','SCHLUECHTERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24550,'42442','Schluesselfeld','SCHLUESSELFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24551,'325','Schlusselfeld','SCHLUSSELFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24552,'1983','Schmalkalden','SCHMALKALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24553,'567','Schmallenberg','SCHMALLENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24554,'803','Schmargendorf','SCHMARGENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24555,'2012','Schmockwitz','SCHMOCKWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24556,'22411','Schmoelln','SCHMOELLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24557,'40093','Schnaittach','SCHNAITTACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24558,'326','Schneeberg','SCHNEEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24559,'327','Schneizlreuth','SCHNEIZLREUTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24560,'36093','Schnelldorf','SCHNELLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24561,'22635','Schnetzenhausen','SCHNETZENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24562,'27280','Schneverdingen','SCHNEVERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24563,'14243','Schoelcher','SCHOELCHER',NULL,'','Martinique','',0,0,137,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24564,'43264','Schoenberg','SCHOENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24565,'38332','Schoenberg Am Kamp','SCHOENBERG AM KAMP',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24566,'40775','Schoenberg-lachtal','SCHOENBERG-LACHTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24567,'39887','Schoenebeck','SCHOENEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24568,'41014','Schoenefeld','SCHOENEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24569,'23082','Schoenengrund','SCHOENENGRUND',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24570,'22412','Schoenwald','SCHOENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24571,'31879','Schofield','SCHOFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:00','1900-01-01 00:00:00',1,0,1),(24572,'29108','Schoharie','SCHOHARIE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:00','1900-01-01 00:00:00',1,0,1),(24573,'42481','Schoinoussa','SCHOINOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24574,'22636','Schomberg','SCHOMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24575,'22637','Schonach','SCHONACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24576,'328','Schonau Am Konigssee','SCHONAU AM KONIGSSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24577,'22470','Schonberg','SCHONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24578,'22413','Schöneck','SCHÖNECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24579,'804','Schonefeld','SCHONEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24580,'23353','Schonenwerd','SCHONENWERD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24581,'805','Schonewalde','SCHONEWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24582,'806','Schonheide','SCHONHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24583,'2057','Schönmünzach','SCHÖNMÜNZACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24584,'36','Schonried','SCHONRIED',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24585,'41626','Schonwald','SCHONWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24586,'40762','Schoonlo','SCHOONLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24587,'14659','Schoorl','SCHOORL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24588,'24527','Schoppernau','SCHOPPERNAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24589,'2088','Schöppingen','SCHÖPPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24590,'1911','Schopsdorf','SCHOPSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24591,'1850','Schorssow','SCHORSSOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24592,'39125','Schortens','SCHORTENS',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24593,'41619','Schotten','SCHOTTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24594,'22638','Schramberg','SCHRAMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24595,'21257','Schriever','SCHRIEVER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24596,'27026','Schroecken','SCHROECKEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:05','1900-01-01 00:00:00',1,0,1),(24597,'27514','Schroeder','SCHROEDER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:05','1900-01-01 00:00:00',1,0,1),(24598,'29109','Schroon Lake','SCHROON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24599,'24528','Schruns','SCHRUNS',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24600,'14700','Schuddebeurs','SCHUDDEBEURS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24601,'39207','Schuettorf','SCHUETTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24602,'30918','Schulenburg','SCHULENBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24603,'23354','Schupfen','SCHUPFEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24604,'37773','Schuttrange','SCHUTTRANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24605,'28162','Schuyler','SCHUYLER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24606,'329','Schwabach','SCHWABACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24607,'22639','Schwabisch Gmund','SCHWABISCH GMUND',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24608,'42441','Schwaebisch Hall','SCHWAEBISCH HALL',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24609,'330','Schwaig','SCHWAIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24610,'331','Schwaig-oberding','SCHWAIG-OBERDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24611,'23083','Schwamendingen','SCHWAMENDINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24612,'22641','Schwanheim','SCHWANHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24613,'27281','Schwarmstedt','SCHWARMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24614,'38427','Schwartbuck','SCHWARTBUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24615,'27027','Schwarzenberg','SCHWARZENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24616,'22642','Schwarzenberg','SCHWARZENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24617,'333','Schwarzenbruck','SCHWARZENBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24618,'23355','Schwarzenburg','SCHWARZENBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24619,'807','Schwarzheide','SCHWARZHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24620,'1984','Schwarzmuhle','SCHWARZMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24621,'27116','Schwechat','SCHWECHAT',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24622,'660','Schwedelbach','SCHWEDELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24623,'808','Schwedt','SCHWEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24624,'23356','Schwefelbergbad','SCHWEFELBERGBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24625,'334','Schweinfurt','SCHWEINFURT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24626,'335','Schweitenkirchen','SCHWEITENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24627,'20400','Schweitzer Mountain','SCHWEITZER MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24628,'38950','Schwendt','SCHWENDT',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24629,'1851','Schwerin','SCHWERIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24630,'22643','Schwetzingen','SCHWETZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24631,'22644','Schwieberdingen','SCHWIEBERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24632,'1950','Schwielowsee','SCHWIELOWSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24633,'23357','Schwyz','SCHWYZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24634,'12850','Sciacca','SCIACCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24635,'12524','Scicli','SCICLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24636,'6719','Sciez','SCIEZ',NULL,'','France','',0,0,76,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24637,'40489','Scilla','SCILLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24638,'29519','Scio','SCIO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24639,'6720','Scionzier','SCIONZIER',NULL,'','France','',0,0,76,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24640,'33399','Scipio','SCIPIO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:15','1900-01-01 00:00:00',1,0,1),(24641,'21524','Scituate','SCITUATE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:15','1900-01-01 00:00:00',1,0,1),(24642,'12525','Scoglitti','SCOGLITTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24643,'8855','Scole','SCOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24644,'7294','Scone','SCONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24645,'34311','Scone','SCONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24646,'12526','Scopello','SCOPELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24647,'8856','Scorton','SCORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24648,'12920','Scorze','SCORZE',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24649,'9271','Scotch Corner','SCOTCH CORNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24650,'8857','Scotforth','SCOTFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24651,'21786','Scotland','SCOTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:55:18','1900-01-01 00:00:00',1,0,1),(24652,'30156','Scotrun','SCOTRUN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:19','1900-01-01 00:00:00',1,0,1),(24653,'19920','Scottdale','SCOTTDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:20','1900-01-01 00:00:00',1,0,1),(24654,'7295','Scottish Borders','SCOTTISH BORDERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:21','1900-01-01 00:00:00',1,0,1),(24655,'18902','Scotts Valley','SCOTTS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:21','1900-01-01 00:00:00',1,0,1),(24656,'28163','Scottsbluff','SCOTTSBLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:55:22','1900-01-01 00:00:00',1,0,1),(24657,'17948','Scottsboro','SCOTTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:23','1900-01-01 00:00:00',1,0,1),(24658,'20981','Scottsburg','SCOTTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:55:24','1900-01-01 00:00:00',1,0,1),(24659,'18201','Scottsdale','SCOTTSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:24','1900-01-01 00:00:00',1,0,1),(24660,'31226','Scottsville','SCOTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:25','1900-01-01 00:00:00',1,0,1),(24661,'30157','Scranton','SCRANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:55:26','1900-01-01 00:00:00',1,0,1),(24662,'12753','Scritto','SCRITTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:26','1900-01-01 00:00:00',1,0,1),(24663,'8858','Scunthorpe','SCUNTHORPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:27','1900-01-01 00:00:00',1,0,1),(24664,'23358','Scuol','SCUOL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:27','1900-01-01 00:00:00',1,0,1),(24665,'31611','Seabeck','SEABECK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:29','1900-01-01 00:00:00',1,0,1),(24666,'30919','Seabrook','SEABROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:29','1900-01-01 00:00:00',1,0,1),(24667,'32763','Seabrook, Town Of','SEABROOK, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:55:31','1900-01-01 00:00:00',1,0,1),(24668,'8859','Seaford','SEAFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24669,'19237','Seaford','SEAFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24670,'30920','Seagoville','SEAGOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24671,'19606','Seagrove Beach','SEAGROVE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24672,'9244','Seaham','SEAHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24673,'9248','Seahouses','SEAHOUSES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24674,'18904','Seal Beach','SEAL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:55:34','1900-01-01 00:00:00',1,0,1),(24675,'8860','Seale','SEALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:35','1900-01-01 00:00:00',1,0,1),(24676,'34006','Sealevel','SEALEVEL',NULL,'','United States','',0,0,231,'2016-10-17 11:55:35','1900-01-01 00:00:00',1,0,1),(24677,'30921','Sealy','SEALY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:36','1900-01-01 00:00:00',1,0,1),(24678,'29520','Seaman','SEAMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:36','1900-01-01 00:00:00',1,0,1),(24679,'18076','Searcy','SEARCY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24680,'21925','Searsport','SEARSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24681,'8861','Seascale','SEASCALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24682,'19607','Seaside','SEASIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:38','1900-01-01 00:00:00',1,0,1),(24683,'31612','Seatac','SEATAC',NULL,'','United States','',0,0,231,'2016-10-17 11:55:40','1900-01-01 00:00:00',1,0,1),(24684,'8862','Seaton','SEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:41','1900-01-01 00:00:00',1,0,1),(24685,'31615','Seattle-tacoma International Airport (Sea)','SEATTLE-TACOMA INTERNATIONAL AIRPORT (SEA)',NULL,'','United States','',0,0,231,'2016-10-17 11:55:42','1900-01-01 00:00:00',1,0,1),(24686,'31616','Seaview','SEAVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:55:42','1900-01-01 00:00:00',1,0,1),(24687,'8864','Seaview','SEAVIEW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:43','1900-01-01 00:00:00',1,0,1),(24688,'21926','Sebasco Estates','SEBASCO ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 11:55:43','1900-01-01 00:00:00',1,0,1),(24689,'19608','Sebastian','SEBASTIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24690,'26933','Sebastopol','SEBASTOPOL',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24691,'18906','Sebastopol','SEBASTOPOL',NULL,'','United States','',0,0,231,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24692,'14327','Seberang Jaya','SEBERANG JAYA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24693,'24439','Sebersdorf','SEBERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24694,'13566','Sebha','SEBHA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24695,'19609','Sebring','SEBRING',NULL,'','United States','',0,0,231,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24696,'28414','Secaucus','SECAUCUS',NULL,'','United States','',0,0,231,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24697,'25536','Sechelt','SECHELT',NULL,'','Canada','',0,0,39,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24698,'478','Seckbach','SECKBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24699,'5008','Seclin','SECLIN',NULL,'','France','',0,0,76,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24700,'34814','Second Valley','SECOND VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24701,'32603','Secunda','SECUNDA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24702,'10595','Secunderabad','SECUNDERABAD',NULL,'','India','',0,0,101,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24703,'33536','Sedalia','SEDALIA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24704,'4854','Sedan','SEDAN',NULL,'','France','',0,0,76,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24705,'8865','Sedbergh','SEDBERGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24706,'41089','Sedberhg','SEDBERHG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24707,'34007','Sedgefield','SEDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24708,'8866','Sedgefield','SEDGEFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24709,'11061','Sedom','SEDOM',NULL,'','Israel','',0,0,106,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24710,'18202','Sedona','SEDONA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:50','1900-01-01 00:00:00',1,0,1),(24711,'31617','Sedro Woolley','SEDRO WOOLLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24712,'23359','Sedrun','SEDRUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24713,'15287','Seeb','SEEB',NULL,'','Oman','',0,0,165,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24714,'23360','Seebach','SEEBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24715,'25354','Seebe','SEEBE',NULL,'','Canada','',0,0,39,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24716,'27089','Seeboden','SEEBODEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24717,'38250','Seebruck','SEEBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24718,'42190','Seeduwa','SEEDUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24719,'24399','Seeham','SEEHAM',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24720,'14415','Seeheim','SEEHEIM',NULL,'','Namibia','',0,0,151,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24721,'21525','Seekonk','SEEKONK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24722,'28018','Seeley Lake','SEELEY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24723,'13595','Seeluwa','SEELUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24724,'27282','Seesen','SEESEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24725,'6721','Seez','SEEZ',NULL,'','France','',0,0,76,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24726,'17191','Seferihisar','SEFERIHISAR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24727,'19610','Seffner','SEFFNER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24728,'38465','Segalaherang','SEGALAHERANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24729,'16560','Sege','SEGE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24730,'11444','Segonzano','SEGONZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24731,'38922','Segorbe','SEGORBE',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24732,'6135','Segos','SEGOS',NULL,'','France','',0,0,76,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24733,'30922','Segovia','SEGOVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24734,'2816','Segovia','SEGOVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24735,'35038','Segovia-el Espinar','SEGOVIA-EL ESPINAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24736,'13027','Segrate','SEGRATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24737,'6274','Segré','SEGRÉ',NULL,'','France','',0,0,76,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24738,'2818','Seguero','SEGUERO',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24739,'30923','Seguin','SEGUIN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24740,'6533','Seguret','SEGURET',NULL,'','France','',0,0,76,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24741,'27283','Sehnde','SEHNDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24742,'13633','Sehonghong','SEHONGHONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24743,'15971','Seia','SEIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24744,'11445','Seiano Di Vico Equen','SEIANO DI VICO EQUEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24745,'22414','Seiffen','SEIFFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24746,'5267','Seignosse','SEIGNOSSE',NULL,'','France','',0,0,76,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24747,'4921','Seilh','SEILH',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24748,'37985','Seilhac','SEILHAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24749,'5689','Seillac','SEILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24750,'6534','Seillans','SEILLANS',NULL,'','France','',0,0,76,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24751,'4030','Seinajoki','SEINAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24752,'24924','Seine Bight Village','SEINE BIGHT VILLAGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24753,'4556','Seine-et-marne','SEINE-ET-MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24754,'4557','Seine-maritime','SEINE-MARITIME',NULL,'','France','',0,0,76,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24755,'41999','Seis Am Schlern','SEIS AM SCHLERN',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24756,'6136','Seix','SEIX',NULL,'','France','',0,0,76,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24757,'32357','Seiyun','SEIYUN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24758,'13634','Sekake','SEKAKE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24759,'43889','Sekotong Barat','SEKOTONG BARAT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24760,'37993','Selah','SELAH',NULL,'','United States','',0,0,231,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24761,'17765','Selawik','SELAWIK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24762,'33047','Selby','SELBY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24763,'8867','Selby','SELBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24764,'10040','Selce','SELCE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24765,'39493','Selci','SELCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24766,'17320','Selcuk','SELCUK',NULL,'','Turkey','Selcuk',0,0,222,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24767,'17766','Seldovia','SELDOVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24768,'25263','Selebi-phikwe','SELEBI-PHIKWE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24769,'43890','Selemadeg','SELEMADEG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24770,'24039','Selembao','SELEMBAO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24771,'6792','Selestat','SELESTAT',NULL,'','France','',0,0,76,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24772,'11003','Selfoss','SELFOSS',NULL,'','Iceland','',0,0,100,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24773,'336','Seligenstadt','SELIGENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24774,'18204','Seligman','SELIGMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24775,'17240','Selimiye','SELIMIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24776,'30159','Selinsgrove','SELINSGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24777,'11446','Selinunte','SELINUNTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24778,'29111','Selkirk','SELKIRK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24779,'8868','Selkirk','SELKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24780,'25627','Selkirk','SELKIRK',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24781,'20982','Sellersburg','SELLERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24782,'3609','Selles','SELLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24783,'5690','Selles-saint-denis','SELLES-SAINT-DENIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24784,'40749','Sellia Marina','SELLIA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:10','1900-01-01 00:00:00',1,0,1),(24785,'34008','Selma','SELMA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:10','1900-01-01 00:00:00',1,0,1),(24786,'33257','Selmer','SELMER',NULL,'','United States','',0,0,231,'2016-10-17 11:56:12','1900-01-01 00:00:00',1,0,1),(24787,'44105','Selonnet','SELONNET',NULL,'','France','',0,0,76,'2016-10-17 11:56:13','1900-01-01 00:00:00',1,0,1),(24788,'44010','Selous Game Reserve','SELOUS GAME RESERVE',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:56:13','1900-01-01 00:00:00',1,0,1),(24789,'12528','Selvino','SELVINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24790,'42852','Semanggol','SEMANGGOL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24791,'10298','Semarang','SEMARANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24792,'44106','Semecourt','SEMECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24793,'4558','Semécourt','SEMÉCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24794,'19611','Seminole','SEMINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:15','1900-01-01 00:00:00',1,0,1),(24795,'10195','Seminyak','SEMINYAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24796,'809','Semlin','SEMLIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24797,'24541','Semmering','SEMMERING',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24798,'11447','Semogo','SEMOGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24799,'13624','Semongkong','SEMONGKONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24800,'3787','Sempere','SEMPERE',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24801,'39498','Šempeter Pri Gorici','ŠEMPETER PRI GORICI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24802,'14328','Semporna','SEMPORNA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24803,'40157','Semproniano','SEMPRONIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24804,'37398','Semur-en-auxois','SEMUR-EN-AUXOIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24805,'12529','Senago','SENAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24806,'27913','Senatobia','SENATOBIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24807,'10262','Senayan','SENAYAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24808,'41556','Sencelles','SENCELLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24809,'13338','Sendai','SENDAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24810,'568','Sendenhorst','SENDENHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24811,'38839','Senec','SENEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24812,'30403','Seneca','SENECA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24813,'29521','Senecaville','SENECAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:21','1900-01-01 00:00:00',1,0,1),(24814,'38166','Seneffe','SENEFFE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:56:21','1900-01-01 00:00:00',1,0,1),(24815,'10197','Senen','SENEN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24816,'42238','Senftenberg','SENFTENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24817,'42440','Senftenberg','SENFTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24818,'41809','Sengkurong','SENGKURONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24819,'12981','Senigallia','SENIGALLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24820,'6198','Senlis','SENLIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24821,'40641','Sennariolo','SENNARIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24822,'4559','Sennecey Le Grand','SENNECEY LE GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24823,'5502','Sennecey-les-dijon','SENNECEY-LES-DIJON',NULL,'','France','',0,0,76,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24824,'22892','Senneterre','SENNETERRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24825,'22893','Senneville','SENNEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:24','1900-01-01 00:00:00',1,0,1),(24826,'19922','Senoia','SENOIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:24','1900-01-01 00:00:00',1,0,1),(24827,'39600','Sens-beaujeu','SENS-BEAUJEU',NULL,'','France','',0,0,76,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24828,'16531','Sentosa Island','SENTOSA ISLAND',NULL,'','Singapore','',0,0,190,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24829,'14346','Sentul','SENTUL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24830,'35067','Seo De Urgel','SEO DE URGEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24831,'13504','Seogwipo','SEOGWIPO',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24832,'35819','Seoul','SEOUL',NULL,'','South Korea','Seoul',0,0,197,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24833,'36435','Sepang','SEPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24834,'38254','Sepino','SEPINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24835,'43652','Seppeltsfield','SEPPELTSFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24836,'41144','Sept Iles','SEPT ILES',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24837,'38122','Septeme','SEPTEME',NULL,'','France','',0,0,76,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24838,'6535','Septemes-les-vallons','SEPTEMES-LES-VALLONS',NULL,'','France','',0,0,76,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24839,'22894','Sept-iles','SEPT-ILES',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24840,'5751','Sept-saulx','SEPT-SAULX',NULL,'','France','',0,0,76,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24841,'41930','Sepulveda','SEPULVEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24842,'18908','Sepulveda','SEPULVEDA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24843,'31618','Sequim','SEQUIM',NULL,'','United States','',0,0,231,'2016-10-17 11:56:28','1900-01-01 00:00:00',1,0,1),(24844,'18909','Sequoia National Park','SEQUOIA NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:28','1900-01-01 00:00:00',1,0,1),(24845,'10291','Serang','SERANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24846,'36436','Serdang','SERDANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24847,'5973','Serdinya','SERDINYA',NULL,'','France','',0,0,76,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24848,'9391','Sere Kunda','SERE KUNDA',NULL,'','Gambia','',0,0,81,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24849,'12530','Seregno','SEREGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24850,'14360','Seremban','SEREMBAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24851,'41209','Serengeti National Park','SERENGETI NATIONAL PARK',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24852,'6722','Serezin-du-rhone','SEREZIN-DU-RHONE',NULL,'','France','',0,0,76,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24853,'24494','Serfaus','SERFAUS',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24854,'20284','Sergeant Bluff','SERGEANT BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24855,'25009','Sergipe','SERGIPE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24856,'35653','Seriate','SERIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24857,'42480','Serifos','SERIFOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24858,'6536','Serignan-du-comtat','SERIGNAN-DU-COMTAT',NULL,'','France','',0,0,76,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24859,'44269','Sernhac','SERNHAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24860,'15876','Serpa','SERPA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24861,'15837','Serra Da Estrela','SERRA DA ESTRELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24862,'12531','Serra De\' Conti','SERRA DE\' CONTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24863,'4560','Serra Di Ferro','SERRA DI FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24864,'43055','Serra-di-ferro','SERRA-DI-FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24865,'1855','Serrahn','SERRAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24866,'38970','Serralunga Dalba','SERRALUNGA DALBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24867,'12532','Serrano','SERRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24868,'11448','Serrara','SERRARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24869,'38241','Serravalle','SERRAVALLE',NULL,'','San Marino','',0,0,184,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24870,'12533','Serravalle Pistoiese','SERRAVALLE PISTOIESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24871,'6812','Serre Chevalier','SERRE CHEVALIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24872,'12535','Serre Di Rapolano','SERRE DI RAPOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24873,'41280','Serre-chevalier','SERRE-CHEVALIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24874,'9593','Serres','SERRES',NULL,'','Greece','',0,0,86,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24875,'40707','Serres-castet','SERRES-CASTET',NULL,'','France','',0,0,76,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24876,'42359','Serriera','SERRIERA',NULL,'','France','',0,0,76,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24877,'5873','Serris','SERRIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24878,'40542','Serrungarina','SERRUNGARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24879,'13567','Sert','SERT',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24880,'10319','Serui','SERUI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24881,'37486','Servoz','SERVOZ',NULL,'','France','',0,0,76,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24882,'10263','Seseh','SESEH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24883,'13625','Seshute\'s','SESHUTE\'S',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24884,'16062','Sesimbra','SESIMBRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24885,'14405','Sesriem','SESRIEM',NULL,'','Namibia','',0,0,151,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24886,'38210','Sessa','SESSA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24887,'12536','Sessa Aurunca','SESSA AURUNCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24888,'42665','Sestao','SESTAO',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:38','1900-01-01 00:00:00',1,0,1),(24889,'38625','Sesto','SESTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:38','1900-01-01 00:00:00',1,0,1),(24890,'11086','Sestri Levante','SESTRI LEVANTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24891,'12539','Sestriere','SESTRIERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24892,'41689','Sestrilevante','SESTRILEVANTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24893,'16446','Sestroretsk','SESTRORETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24894,'10061','Sesvete','SESVETE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24895,'2819','Setcases','SETCASES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24896,'5974','Sete','SETE',NULL,'','France','',0,0,76,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24897,'37579','Setenil De Las Bodegas','SETENIL DE LAS BODEGAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24898,'12540','Settecamini','SETTECAMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24899,'12541','Settignano','SETTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24900,'12542','Settimo Torinese','SETTIMO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24901,'43790','Setting Point','SETTING POINT',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24902,'8869','Settle','SETTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24903,'13191','Settsu','SETTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24904,'16063','Setubal','SETUBAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24905,'3610','Seva','SEVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24906,'39880','Sevan','SEVAN',NULL,'','Armenia','',0,0,11,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24907,'17520','Sevastopol','SEVASTOPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24908,'34010','Seven Devils','SEVEN DEVILS',NULL,'','United States','',0,0,231,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24909,'34312','Seven Hills','SEVEN HILLS',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24910,'15164','Seven Mile Point','SEVEN MILE POINT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24911,'8870','Sevenoaks','SEVENOAKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24912,'14578','Sevenum','SEVENUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24913,'21787','Severn','SEVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:44','1900-01-01 00:00:00',1,0,1),(24914,'21788','Severna Park','SEVERNA PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:44','1900-01-01 00:00:00',1,0,1),(24915,'17500','Severodoneck','SEVERODONECK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24916,'41190','Sevid','SEVID',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24917,'35054','Sevilia-sanlucar La','SEVILIA-SANLUCAR LA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24918,'3291','Seville','SEVILLE',NULL,'','Spain','Seville',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24919,'34995','Seville-benacazon','SEVILLE-BENACAZON',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24920,'34999','Seville-bormujos','SEVILLE-BORMUJOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24921,'35025','Seville-constantina','SEVILLE-CONSTANTINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24922,'35035','Seville-dos Hermanas','SEVILLE-DOS HERMANAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24923,'35089','Seville-valencina De','SEVILLE-VALENCINA DE',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24924,'35935','Sevlievo','SEVLIEVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24925,'4806','Sevran','SEVRAN',NULL,'','France','',0,0,76,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24926,'6723','Sevrier','SEVRIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:48','1900-01-01 00:00:00',1,0,1),(24927,'33259','Sewanee','SEWANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:48','1900-01-01 00:00:00',1,0,1),(24928,'28165','Seward','SEWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:56:49','1900-01-01 00:00:00',1,0,1),(24929,'38726','Sewen','SEWEN',NULL,'','France','',0,0,76,'2016-10-17 11:56:49','1900-01-01 00:00:00',1,0,1),(24930,'30160','Sewickley','SEWICKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24931,'43891','Sewon','SEWON',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24932,'37781','Sexau','SEXAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24933,'16921','Seychelles','SEYCHELLES',NULL,'','Seychelles','',0,0,188,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24934,'10994','Seydisfjordur','SEYDISFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24935,'20983','Seymour','SEYMOUR',NULL,'','United States','',0,0,231,'2016-10-17 11:56:51','1900-01-01 00:00:00',1,0,1),(24936,'26934','Seymour','SEYMOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:51','1900-01-01 00:00:00',1,0,1),(24937,'6537','Seyne','SEYNE',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24938,'6724','Seynod','SEYNOD',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24939,'4960','Seyssins','SEYSSINS',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24940,'6725','Seythenex','SEYTHENEX',NULL,'','France','',0,0,76,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24941,'16651','Sezana','SEZANA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24942,'42750','Sezena','SEZENA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24943,'38187','Sezimovo Usti','SEZIMOVO USTI',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24944,'17179','Sfax','SFAX',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24945,'39773','Shaar Hagolan','SHAAR HAGOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24946,'35790','Shaba National Park','SHABA NATIONAL PARK',NULL,'','Kenya','',0,0,113,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24947,'29750','Shady Cove','SHADY COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24948,'30926','Shafter','SHAFTER',NULL,'','United States','',0,0,231,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24949,'8871','Shaftesbury','SHAFTESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24950,'31388','Shaftsbury','SHAFTSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:55','1900-01-01 00:00:00',1,0,1),(24951,'17768','Shageluk','SHAGELUK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:55','1900-01-01 00:00:00',1,0,1),(24952,'14349','Shah Alam','SHAH ALAM',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24953,'10596','Shahdara','SHAHDARA',NULL,'','India','',0,0,101,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24954,'42580','Shahpura','SHAHPURA',NULL,'','India','',0,0,101,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24955,'37123','Shakaland','SHAKALAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24956,'25264','Shakawe','SHAKAWE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24957,'39068','Shakhty','SHAKHTY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24958,'3873','Shakiso','SHAKISO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24959,'27515','Shakopee','SHAKOPEE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24960,'17769','Shaktoolik','SHAKTOOLIK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:57','1900-01-01 00:00:00',1,0,1),(24961,'7297','Shaldon','SHALDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:57','1900-01-01 00:00:00',1,0,1),(24962,'19612','Shalimar','SHALIMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24963,'34011','Shallotte','SHALLOTTE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24964,'9941','Sham Shui Po','SHAM SHUI PO',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24965,'25628','Shamattawa','SHAMATTAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24966,'39452','Shamirpet','SHAMIRPET',NULL,'','India','',0,0,101,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24967,'30161','Shamokin','SHAMOKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24968,'30927','Shamrock','SHAMROCK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:00','1900-01-01 00:00:00',1,0,1),(24969,'42538','Shamwari','SHAMWARI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24970,'10814','Shanagarry','SHANAGARRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24971,'29114','Shandaken','SHANDAKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24972,'23909','Shanghai','SHANGHAI',NULL,'','China','Shanghai',0,0,46,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24973,'43562','Shangjin','SHANGJIN',NULL,'','Albania','',0,0,2,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24974,'34924','Shangrila','SHANGRILA',NULL,'','China','',0,0,46,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24975,'23713','Shangyu','SHANGYU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24976,'23789','Shangzhi','SHANGZHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24977,'23633','Shangzhou','SHANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24978,'23809','Shanhaiguan','SHANHAIGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24979,'8872','Shanklin','SHANKLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24980,'40934','Shannon, Co.clare','SHANNON, CO.CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24981,'41509','Shannonbridge','SHANNONBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24982,'34904','Shanshan','SHANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24983,'23920','Shantou','SHANTOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24984,'34637','Shanty Bay','SHANTY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24985,'42633','Shanxi','SHANXI',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24986,'23974','Shaoguan','SHAOGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24987,'23818','Shaoshan','SHAOSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24988,'23714','Shaoxing','SHAOXING',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24989,'8873','Shap','SHAP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24990,'8874','Shapwick','SHAPWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24991,'8875','Shardlow','SHARDLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24992,'37812','Shari','SHARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24993,'25910','Sharjah','SHARJAH',NULL,'','United Arab Emirates','Sharjah',0,0,228,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24994,'37744','Shark Bay','SHARK BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24995,'2412','Sharm El Sheikh','SHARM EL SHEIKH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24996,'34012','Sharonbrook','SHARONBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:06','1900-01-01 00:00:00',1,0,1),(24997,'32604','Sharpeville','SHARPEVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:57:07','1900-01-01 00:00:00',1,0,1),(24998,'34013','Sharpsburg','SHARPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:57:07','1900-01-01 00:00:00',1,0,1),(24999,'30164','Shartlesville','SHARTLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:08','1900-01-01 00:00:00',1,0,1),(25000,'16500','Sharurah','SHARURAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25001,'23831','Shashi','SHASHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25002,'35322','Shatin','SHATIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25003,'7298','Shatterling','SHATTERLING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25004,'32960','Shattuck','SHATTUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25005,'9942','Shau Kei Wan','SHAU KEI WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25006,'22964','Shaunavon','SHAUNAVON',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25007,'35420','Shavei Zion','SHAVEI ZION',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25008,'31880','Shawano','SHAWANO',NULL,'','United States','',0,0,231,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25009,'22895','Shawinigan','SHAWINIGAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25010,'21132','Shawnee','SHAWNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:11','1900-01-01 00:00:00',1,0,1),(25011,'16379','Shchelkovo','SHCHELKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25012,'16380','Shcherbinka','SHCHERBINKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25013,'31881','Sheboygan','SHEBOYGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25014,'8876','Shedfield','SHEDFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25015,'34418','Shediac','SHEDIAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25016,'8877','Sheering','SHEERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25017,'8878','Sheerness','SHEERNESS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25018,'11064','Shefayim','SHEFAYIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25019,'21527','Sheffield','SHEFFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:16','1900-01-01 00:00:00',1,0,1),(25020,'37147','Sheffield','SHEFFIELD',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:57:16','1900-01-01 00:00:00',1,0,1),(25021,'38881','Shefford','SHEFFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25022,'40834','Shekavati','SHEKAVATI',NULL,'','India','',0,0,101,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25023,'23975','Shekou','SHEKOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25024,'27771','Shelbina','SHELBINA',NULL,'','United States','',0,0,231,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25025,'31390','Shelburne','SHELBURNE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:18','1900-01-01 00:00:00',1,0,1),(25026,'29526','Shelby','SHELBY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:19','1900-01-01 00:00:00',1,0,1),(25027,'33730','Shelbyville','SHELBYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:21','1900-01-01 00:00:00',1,0,1),(25028,'20285','Sheldon','SHELDON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:23','1900-01-01 00:00:00',1,0,1),(25029,'16381','Shelepikha','SHELEPIKHA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:24','1900-01-01 00:00:00',1,0,1),(25030,'18910','Shell Beach','SHELL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:24','1900-01-01 00:00:00',1,0,1),(25031,'18911','Shelter Island','SHELTER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:57:26','1900-01-01 00:00:00',1,0,1),(25032,'31619','Shelton','SHELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:27','1900-01-01 00:00:00',1,0,1),(25033,'20287','Shenandoah','SHENANDOAH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:28','1900-01-01 00:00:00',1,0,1),(25034,'15247','Shenandoah','SHENANDOAH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:57:28','1900-01-01 00:00:00',1,0,1),(25035,'23910','Shenxiang','SHENXIANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25036,'23636','Shenyang','SHENYANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25037,'23976','Shenzhen','SHENZHEN',NULL,'','China','Shenzhen',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25038,'25355','Shepard','SHEPARD',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25039,'32044','Shepherdstown','SHEPHERDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:31','1900-01-01 00:00:00',1,0,1),(25040,'26935','Shepparton','SHEPPARTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:31','1900-01-01 00:00:00',1,0,1),(25041,'8880','Shepperton','SHEPPERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25042,'39820','Shepshed','SHEPSHED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25043,'40305','Shepton Beauchamp','SHEPTON BEAUCHAMP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25044,'21528','Sherborn','SHERBORN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25045,'8882','Sherborne','SHERBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25046,'26553','Sherbrook','SHERBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25047,'22896','Sherbrooke','SHERBROOKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25048,'28020','Sheridan','SHERIDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:34','1900-01-01 00:00:00',1,0,1),(25049,'8883','Sheringham','SHERINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:35','1900-01-01 00:00:00',1,0,1),(25050,'30930','Sherman','SHERMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:35','1900-01-01 00:00:00',1,0,1),(25051,'29118','Sherrill','SHERRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:57:37','1900-01-01 00:00:00',1,0,1),(25052,'36462','S-hertogenbosch','S-HERTOGENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:57:38','1900-01-01 00:00:00',1,0,1),(25053,'28081','Sherwood','SHERWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:38','1900-01-01 00:00:00',1,0,1),(25054,'25356','Sherwood Park','SHERWOOD PARK',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25055,'23638','Sheshan','SHESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25056,'9343','Shetland','SHETLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25057,'9943','Sheung Wan','SHEUNG WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25058,'37111','Shibam','SHIBAM',NULL,'','Yemen','',0,0,240,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25059,'42883','Shibata','SHIBATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25060,'8884','Shifnal','SHIFNAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25061,'43988','Shigar','SHIGAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25062,'34901','Shigatse','SHIGATSE',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25063,'17446','Shihlin','SHIHLIN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25064,'23810','Shijiazhuang','SHIJIAZHUANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25065,'23895','Shijingshan','SHIJINGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25066,'35757','Shikabe','SHIKABE',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25067,'37614','Shikotsu-toya National Park Area','SHIKOTSU-TOYA NATIONAL PARK AREA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25068,'23639','Shilibao','SHILIBAO',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25069,'42385','Shilin - Stone Forest','SHILIN - STONE FOREST',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25070,'3874','Shillavo','SHILLAVO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25071,'8885','Shillingford','SHILLINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25072,'30167','Shillington','SHILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25073,'10654','Shillong','SHILLONG',NULL,'','India','Shillong',42,0,101,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25074,'20751','Shiloh','SHILOH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25075,'23640','Shilong','SHILONG',NULL,'','China','',0,0,46,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25076,'43925','Shimada','SHIMADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25077,'13339','Shimajiri','SHIMAJIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25078,'13192','Shimamoto','SHIMAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25079,'13340','Shimizu','SHIMIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25080,'13341','Shimoda','SHIMODA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25081,'44223','Shimoga','SHIMOGA',NULL,'','India','',0,0,101,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25082,'13193','Shimogyo','SHIMOGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25083,'13194','Shimojishima','SHIMOJISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25084,'43939','Shimoni','SHIMONI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25085,'35760','Shimonoseki','SHIMONOSEKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25086,'42873','Shimukappu','SHIMUKAPPU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25087,'17416','Shindian','SHINDIAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25088,'38326','Shinonsen','SHINONSEN',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25089,'42874','Shintoku','SHINTOKU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25090,'43926','Shintomi','SHINTOMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25091,'17470','Shinyanga','SHINYANGA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25092,'17417','Shioulin','SHIOULIN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25093,'8886','Shipley','SHIPLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25094,'30168','Shippensburg','SHIPPENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25095,'15165','Ships Cove','SHIPS COVE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25096,'20985','Shipshewana','SHIPSHEWANA',NULL,'','United States','',0,0,231,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25097,'40744','Shipston On Stour','SHIPSTON ON STOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:48','1900-01-01 00:00:00',1,0,1),(25098,'8887','Shipton','SHIPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:48','1900-01-01 00:00:00',1,0,1),(25099,'35436','Shiraz','SHIRAZ',NULL,'','Iran','',0,0,103,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25100,'10597','Shirdi','SHIRDI',NULL,'','India','Shirdi',5,0,101,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25101,'3875','Shire','SHIRE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25102,'8888','Shiremoor','SHIREMOOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25103,'29119','Shirley','SHIRLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25104,'41088','Shirley -Solihull','SHIRLEY -SOLIHULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25105,'13342','Shiroko','SHIROKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25106,'23779','Shishi','SHISHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25107,'17771','Shishmaref','SHISHMAREF',NULL,'','United States','',0,0,231,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25108,'42579','Shivpatinagar','SHIVPATINAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25109,'37666','Shivpuri','SHIVPURI',NULL,'','India','Shivpuri',15,0,101,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25110,'43830','Shiyan','SHIYAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25111,'37233','Shizukishi','SHIZUKISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25112,'35761','Shizukuishi','SHIZUKUISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25113,'13411','Shizuoka','SHIZUOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25114,'43563','Shkodra','SHKODRA',NULL,'','Albania','',0,0,2,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25115,'34313','Shoal Bay','SHOAL BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25116,'13343','Shonai','SHONAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25117,'22415','Shopsdorf','SHOPSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25118,'8889','Shoreditch','SHOREDITCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25119,'31391','Shoreham','SHOREHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25120,'8890','Shoreham-by-sea','SHOREHAM-BY-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25121,'31620','Shoreline','SHORELINE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25122,'11077','Shoresh','SHORESH',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25123,'27516','Shoreview','SHOREVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25124,'20752','Shorewood','SHOREWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:54','1900-01-01 00:00:00',1,0,1),(25125,'28415','Short Hills','SHORT HILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:57:54','1900-01-01 00:00:00',1,0,1),(25126,'17952','Shorter','SHORTER',NULL,'','United States','',0,0,231,'2016-10-17 11:57:55','1900-01-01 00:00:00',1,0,1),(25127,'20401','Shoshone','SHOSHONE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25128,'17418','Shoufeng','SHOUFENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25129,'43380','Shoumen','SHOUMEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25130,'18205','Show Low','SHOW LOW',NULL,'','United States','',0,0,231,'2016-10-17 11:57:57','1900-01-01 00:00:00',1,0,1),(25131,'21259','Shreveport','SHREVEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:57:58','1900-01-01 00:00:00',1,0,1),(25132,'30169','Shrewsbury','SHREWSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:58','1900-01-01 00:00:00',1,0,1),(25133,'7300','Shrewsbury','SHREWSBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:59','1900-01-01 00:00:00',1,0,1),(25134,'40113','Shrewton','SHREWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:59','1900-01-01 00:00:00',1,0,1),(25135,'10697','Shrirampur','SHRIRAMPUR',NULL,'','India','',0,0,101,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25136,'7301','Shropshire','SHROPSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25137,'43831','Shuangfu','SHUANGFU',NULL,'','China','',0,0,46,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25138,'2451','Shubra Al Khaymah','SHUBRA AL KHAYMAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25139,'24815','Shumen','SHUMEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25140,'43927','Shunan','SHUNAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25141,'23641','Shunde','SHUNDE',NULL,'','China','',0,0,46,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25142,'17772','Shungnak','SHUNGNAK',NULL,'','United States','',0,0,231,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25143,'23896','Shunyi','SHUNYI',NULL,'','China','',0,0,46,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25144,'8891','Shurdington','SHURDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25145,'8892','Shustoke','SHUSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25146,'26321','Shute Harbour','SHUTE HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25147,'16447','Shuvalovo','SHUVALOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25148,'13344','Shuzenji','SHUZENJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25149,'40835','Siana','SIANA',NULL,'','India','',0,0,101,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25150,'38125','Siargao','SIARGAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25151,'21530','Siasconset','SIASCONSET',NULL,'','United States','',0,0,231,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25152,'44244','Siaton','SIATON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25153,'41443','Siauliai','SIAULIAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25154,'38939','Siavonga','SIAVONGA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25155,'12543','Sibari','SIBARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25156,'9975','Sibenik','SIBENIK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25157,'15328','Sibi','SIBI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25158,'20289','Sibley','SIBLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25159,'10598','Sibpur','SIBPUR',NULL,'','India','',0,0,101,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25160,'37710','Sibson','SIBSON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25161,'14385','Sibu','SIBU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25162,'25537','Sicamous','SICAMOUS',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25163,'12544','Siculiana','SICULIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25164,'9594','Sidari','SIDARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25165,'8893','Sidcup','SIDCUP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25166,'37925','Siderno','SIDERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25167,'17167','Sidi Bou Said','SIDI BOU SAID',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25168,'13708','Sidi Brahim','SIDI BRAHIM',NULL,'','Morocco','',0,0,148,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25169,'43567','Sidi Fredj','SIDI FREDJ',NULL,'','Algeria','',0,0,3,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25170,'1742','Sidi-bou-said','SIDI-BOU-SAID',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25171,'8894','Sidmouth','SIDMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25172,'29529','Sidney','SIDNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:07','1900-01-01 00:00:00',1,0,1),(25173,'25538','Sidney','SIDNEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:08','1900-01-01 00:00:00',1,0,1),(25174,'27284','Sieber','SIEBER',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25175,'15674','Siedlce','SIEDLCE',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25176,'569','Siegburg','SIEGBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25177,'570','Siegen','SIEGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25178,'22416','Siegerland','SIEGERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25179,'337','Siegsdorf','SIEGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25180,'13452','Siem Reap','SIEM REAP',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25181,'2013','Siemensstadt','SIEMENSSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25182,'43628','Siemianowice Slaskie','SIEMIANOWICE SLASKIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25183,'35510','Siena-colle Di Val D','SIENA-COLLE DI VAL D',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25184,'35585','Siena-monteriggioni','SIENA-MONTERIGGIONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25185,'35691','Siena-monticiano','SIENA-MONTICIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25186,'741','Sierksdorf','SIERKSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25187,'40128','Sierning','SIERNING',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:12','1900-01-01 00:00:00',1,0,1),(25188,'18914','Sierra City','SIERRA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:12','1900-01-01 00:00:00',1,0,1),(25189,'35163','Sierra Di Ferro','SIERRA DI FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:58:13','1900-01-01 00:00:00',1,0,1),(25190,'2824','Sierras De Aralar Y Urbasa','SIERRAS DE ARALAR Y URBASA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25191,'23362','Sierre','SIERRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25192,'19613','Siesta Key','SIESTA KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25193,'44052','Siewierz','SIEWIERZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25194,'24400','Siezenheim','SIEZENHEIM',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25195,'40291','Sigean','SIGEAN',NULL,'','France','',0,0,76,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25196,'16231','Sighisoara','SIGHISOARA',NULL,'','Romania','',0,0,179,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25197,'8895','Sighthill','SIGHTHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25198,'13613','Sigiriya','SIGIRIYA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25199,'10995','Siglufjordur','SIGLUFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25200,'18915','Signal Hill','SIGNAL HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25201,'37944','Signes','SIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:58:17','1900-01-01 00:00:00',1,0,1),(25202,'20290','Sigourney','SIGOURNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25203,'40290','Sigoyer','SIGOYER',NULL,'','France','',0,0,76,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25204,'23363','Sigriswil','SIGRISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25205,'16657','Sigtuna','SIGTUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25206,'3421','Siguenza','SIGUENZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25207,'13671','Sigulda','SIGULDA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25208,'13453','Sihanoukville','SIHANOUKVILLE',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25209,'35821','Siheung','SIHEUNG',NULL,'','South Korea','',0,0,197,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25210,'13523','Sihung-dong','SIHUNG-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25211,'4004','Siilinjarvi','SIILINJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25212,'17360','Siirt','SIIRT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25213,'23911','Sijing','SIJING',NULL,'','China','',0,0,46,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25214,'17098','Sikao','SIKAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25215,'27773','Sikeston','SIKESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25216,'9728','Sikinos','SIKINOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25217,'40788','Silandro','SILANDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25218,'13991','Silao','SILAO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25219,'10599','Silchar','SILCHAR',NULL,'','India','Silchar',10,0,101,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25220,'41070','Sile','SILE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25221,'12921','Silea','SILEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25222,'34016','Siler City','SILER CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25223,'39507','Silherovice','SILHEROVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25224,'16922','Silhouette Island','SILHOUETTE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25225,'18916','Silicon Valley','SILICON VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25226,'17300','Silifke','SILIFKE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25227,'37168','Siliguri','SILIGURI',NULL,'','India','Siliguri',12,0,101,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25228,'24810','Silistra','SILISTRA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25229,'17312','Silivri','SILIVRI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25230,'2159','Silkeborg','SILKEBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25231,'2487','Silleda','SILLEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25232,'38888','Sillian','SILLIAN',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25233,'4562','Silly En Gouffern','SILLY EN GOUFFERN',NULL,'','France','',0,0,76,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25234,'18078','Siloam Springs','SILOAM SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25235,'17023','Silom - Sathom','SILOM - SATHOM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25237,'23084','Sils-maria','SILS-MARIA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25238,'33538','Silt','SILT',NULL,'','United States','',0,0,231,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25239,'37591','Siltakyla','SILTAKYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25240,'23364','Silvaplana','SILVAPLANA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25241,'10629','Silvassa','SILVASSA',NULL,'','India','Silvassa',47,0,101,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25242,'33539','Silvercreek','SILVERCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:58:30','1900-01-01 00:00:00',1,0,1),(25243,'31621','Silverdale','SILVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:58:30','1900-01-01 00:00:00',1,0,1),(25244,'33541','Silverton','SILVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:31','1900-01-01 00:00:00',1,0,1),(25245,'15947','Silves','SILVES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:32','1900-01-01 00:00:00',1,0,1),(25246,'12548','Silvi Marina','SILVI MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25247,'39038','Silz','SILZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25248,'23948','Simao','SIMAO',NULL,'','China','',0,0,46,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25249,'34638','Simcoe','SIMCOE',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25250,'42336','Simeri Crichi','SIMERI CRICHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25251,'11450','Simeri-crichi','SIMERI-CRICHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25252,'17517','Simferopol','SIMFEROPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25253,'18917','Simi Valley','SIMI VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25254,'6538','Simiane-collongue','SIMIANE-COLLONGUE',NULL,'','France','',0,0,76,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25255,'15061','Simikot','SIMIKOT',NULL,'','Nepal','Simikot',0,0,153,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25256,'23749','Siming','SIMING',NULL,'','China','',0,0,46,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25257,'10641','Simla','SIMLA',NULL,'','India','',0,0,101,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25258,'38105','Simmerath','SIMMERATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25259,'24539','Simmering','SIMMERING',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25260,'8896','Simonburn','SIMONBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25261,'32497','Simon\'s Town','SIMON\'S TOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25262,'7302','Simonstone','SIMONSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25263,'40378','Simontornya','SIMONTORNYA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25264,'25893','Simpson Bay','SIMPSON BAY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25265,'30404','Simpsonville','SIMPSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25266,'15062','Simra','SIMRA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25267,'16875','Simrishamn','SIMRISHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25268,'19155','Simsbury','SIMSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25269,'16232','Sinaia','SINAIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25270,'12549','Sinalunga','SINALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25271,'9596','Sinarades','SINARADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25272,'2250','Sindal','SINDAL',NULL,'','Denmark','',0,0,59,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25273,'22645','Sindelfingen','SINDELFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25274,'24786','Sinemoretz','SINEMORETZ',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25275,'16064','Sines','SINES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25276,'3932','Sinetta','SINETTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25277,'2932','Sineu','SINEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25278,'16532','Singapore','SINGAPORE',NULL,'','Singapore','Singapore',33,0,190,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25279,'10264','Singaraja','SINGARAJA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25280,'19615','Singer Island','SINGER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25281,'10200','Singkep','SINGKEP',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25282,'34314','Singleton','SINGLETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25283,'37242','Siniscola','SINISCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25284,'38456','Sinjhuang','SINJHUANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25285,'44313','Sinop','SINOP',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25286,'37715','Sins','SINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25287,'14956','Sinsen','SINSEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25288,'22647','Sinsheim','SINSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25289,'14660','Sint Maarten','SINT MAARTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25290,'41097','Sint Niklaas','SINT NIKLAAS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25291,'24646','Sint-agatha-berchem','SINT-AGATHA-BERCHEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25292,'24647','Sint-gillis','SINT-GILLIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25293,'24648','Sint-jans-molenbeek','SINT-JANS-MOLENBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25294,'24614','Sint-katelijne-waver','SINT-KATELIJNE-WAVER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25295,'24649','Sint-lambrechts-woluwe','SINT-LAMBRECHTS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25296,'24720','Sint-laureins','SINT-LAUREINS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25297,'38066','Sint-martens-latem','SINT-MARTENS-LATEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25298,'24746','Sint-niklaas','SINT-NIKLAAS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25299,'30932','Sinton','SINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25300,'24650','Sint-pieters-woluwe','SINT-PIETERS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25301,'16012','Sintra','SINTRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25302,'24651','Sint-stevens-woluwe','SINT-STEVENS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25303,'24688','Sint-truiden','SINT-TRUIDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25304,'661','Sinzig','SINZIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25305,'10106','Siofok','SIOFOK',NULL,'','Hungary','',0,0,99,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25306,'23365','Sion','SION',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25307,'20291','Sioux Center','SIOUX CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:58:43','1900-01-01 00:00:00',1,0,1),(25308,'34639','Sioux Lookout','SIOUX LOOKOUT',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:45','1900-01-01 00:00:00',1,0,1),(28058,'140522','Udaipur','Udaipur','IN','','India','',2,0,101,'2022-12-07 08:27:01','2022-12-07 08:27:01',1,0,1);
/*!40000 ALTER TABLE `tb_master_geo_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_master_geo_country`
--

DROP TABLE IF EXISTS `tb_master_geo_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_master_geo_country` (
  `contsysId` int NOT NULL AUTO_INCREMENT,
  `contId` int NOT NULL,
  `title` varchar(256) NOT NULL,
  `code` varchar(100) NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`contsysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_master_geo_country`
--

LOCK TABLES `tb_master_geo_country` WRITE;
/*!40000 ALTER TABLE `tb_master_geo_country` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_master_geo_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_accom`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_accom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_accom` (
  `AgencySysId` bigint NOT NULL,
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `MPType` smallint NOT NULL,
  `ItemSourceType` smallint NOT NULL DEFAULT '0',
  `AirType` smallint NOT NULL DEFAULT '0',
  `AccomType` smallint NOT NULL DEFAULT '0',
  `IsForCancellation` tinyint NOT NULL DEFAULT '0',
  `CustGrSysId` bigint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL DEFAULT '0',
  `IsSameForAll` tinyint NOT NULL DEFAULT '0',
  `StdMarkUpPer` decimal(18,2) DEFAULT NULL,
  `MarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TaxPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupVal` decimal(18,0) NOT NULL DEFAULT '0',
  `CommssionType` smallint NOT NULL DEFAULT '0',
  `CommssionVal` decimal(18,2) NOT NULL DEFAULT '0.00',
  `DiscountPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountVal` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountMsg` varchar(50) DEFAULT NULL,
  `Details` varchar(500) DEFAULT NULL,
  `ValidTill` datetime(3) NOT NULL,
  `IsServiceChrgIncludeInTax` tinyint NOT NULL DEFAULT '0',
  `ApproveDate` datetime(3) NOT NULL,
  `CreateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsApproved` tinyint NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`MPType`,`ItemSourceType`,`AccomType`,`IsForCancellation`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_accom`
--

LOCK TABLES `tb_mp_stdmarkup_accom` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_accom` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_accom` VALUES (10949,10949,2,0,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-01 00:00:00.000',0,'2022-04-01 00:00:00.000','2022-03-10 13:35:32',NULL,1,0,1),(10949,10949,2,0,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-01 00:00:00.000',0,'2022-04-01 00:00:00.000','2022-03-10 13:35:32',NULL,1,0,1),(97238,86368,2,1,0,1,0,0,1,1,0,NULL,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-24 16:55:09.000',0,'2023-10-24 16:55:09.000','2023-10-24 16:55:09','2023-10-24 16:55:09.000',1,0,1),(97238,86368,2,1,0,2,0,0,1,0,0,NULL,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-24 16:55:09.000',0,'2023-10-24 16:55:09.000','2023-10-24 16:55:09','2023-10-24 16:55:09.000',1,0,1),(97261,86368,2,1,0,1,0,0,1,0,0,NULL,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-24 19:39:02.000',0,'2023-10-24 19:39:02.000','2023-10-24 19:39:02','2023-10-24 19:39:02.000',1,0,1),(97261,86368,2,1,0,2,0,0,1,0,0,NULL,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-24 19:39:02.000',0,'2023-10-24 19:39:02.000','2023-10-24 19:39:02','2023-10-24 19:39:02.000',1,0,1),(97557,86368,2,1,0,1,0,0,1,1,0,NULL,500.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-25 13:52:06.000',0,'2023-10-25 13:52:06.000','2023-10-25 13:52:06','2023-10-25 13:52:06.000',1,0,1),(97557,86368,2,1,0,2,0,0,1,0,0,NULL,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-25 13:52:06.000',0,'2023-10-25 13:52:06.000','2023-10-25 13:52:06','2023-10-25 13:52:06.000',1,0,1),(97862,86368,2,1,0,1,0,0,1,1,0,NULL,300.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-12-02 21:39:11.000',0,'2023-12-02 21:39:11.000','2023-12-02 21:39:11','2023-12-02 21:39:11.000',1,0,1),(97862,86368,2,1,0,2,0,0,1,1,0,NULL,600.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-12-02 21:39:11.000',0,'2023-12-02 21:39:11.000','2023-12-02 21:39:11','2023-12-02 21:39:11.000',1,0,1),(98705,86368,2,1,0,1,0,0,1,1,0,NULL,500.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-29 22:11:15.000',0,'2023-10-29 22:11:15.000','2023-10-29 22:11:15','2023-10-29 22:11:15.000',1,0,1),(98705,86368,2,1,0,2,0,0,1,1,0,NULL,2000.00,0,0,0,0,0.00,0,0,NULL,NULL,'2023-10-29 22:11:15.000',0,'2023-10-29 22:11:15.000','2023-10-29 22:11:15','2023-10-29 22:11:15.000',1,0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_accom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_air`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_air`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_air` (
  `AgencySysId` bigint NOT NULL,
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `MPType` smallint NOT NULL,
  `ItemSourceType` varchar(55) NOT NULL,
  `AirType` smallint NOT NULL DEFAULT '0',
  `AccomType` int DEFAULT NULL,
  `IsForCancellation` tinyint NOT NULL DEFAULT '0',
  `CustGrSysId` bigint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL DEFAULT '0',
  `IsSameForAll` tinyint NOT NULL DEFAULT '0',
  `StdMarkUpPer` decimal(18,2) DEFAULT NULL,
  `MarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TaxPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupVal` decimal(18,0) NOT NULL DEFAULT '0',
  `CommssionType` smallint NOT NULL DEFAULT '0',
  `CommssionVal` decimal(18,2) NOT NULL DEFAULT '0.00',
  `DiscountPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountVal` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountMsg` varchar(50) NOT NULL,
  `Details` varchar(500) NOT NULL,
  `ValidTill` datetime(3) NOT NULL,
  `IsServiceChrgIncludeInTax` tinyint NOT NULL DEFAULT '0',
  `ApproveDate` datetime(3) NOT NULL,
  `CreateDate` datetime(3) DEFAULT NULL,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsApproved` tinyint NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`MPType`,`ItemSourceType`,`AirType`,`IsForCancellation`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_air`
--

LOCK TABLES `tb_mp_stdmarkup_air` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_air` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_air` VALUES (10949,10949,1,'0',1,NULL,0,0,1,1,0,25.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-01 00:00:00.000',18,'2022-04-01 00:00:00.000',NULL,NULL,1,0,1),(10949,10949,1,'0',2,NULL,0,0,1,1,0,100.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-01 00:00:00.000',18,'2022-04-01 00:00:00.000',NULL,NULL,1,0,1),(11785,10949,2,'1',1,NULL,0,0,1,1,0,100.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-03-24 14:12:53.000',0,'2022-03-24 14:12:53.000','2022-03-24 14:12:53.000','2022-03-24 14:12:53.000',1,0,1),(11785,10949,2,'1',2,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-03-24 14:12:53.000',0,'2022-03-24 14:12:53.000','2022-03-24 14:12:53.000','2022-03-24 14:12:53.000',1,0,1),(45276,38124,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-02-06 11:02:42.000',0,'2023-02-06 11:02:42.000','2023-02-06 11:02:42.000','2023-02-06 11:02:42.000',1,0,1),(45276,38124,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-02-06 11:02:42.000',0,'2023-02-06 11:02:42.000','2023-02-06 11:02:42.000','2023-02-06 11:02:42.000',1,0,1),(58685,38124,2,'1',1,NULL,0,0,1,1,0,5.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-04-16 16:17:19.000',0,'2023-04-16 16:17:19.000','2023-04-16 16:17:19.000','2023-04-16 16:17:19.000',1,0,1),(58685,38124,2,'1',2,NULL,0,0,1,1,0,10.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-04-16 16:17:19.000',0,'2023-04-16 16:17:19.000','2023-04-16 16:17:19.000','2023-04-16 16:17:19.000',1,0,1),(97238,86368,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 16:55:09.000',0,'2023-10-24 16:55:09.000','2023-10-24 16:55:09.000','2023-10-24 16:55:09.000',1,0,1),(97238,86368,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 16:55:09.000',0,'2023-10-24 16:55:09.000','2023-10-24 16:55:09.000','2023-10-24 16:55:09.000',1,0,1),(97261,86368,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 19:39:02.000',0,'2023-10-24 19:39:02.000','2023-10-24 19:39:02.000','2023-10-24 19:39:02.000',1,0,1),(97261,86368,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 19:39:02.000',0,'2023-10-24 19:39:02.000','2023-10-24 19:39:02.000','2023-10-24 19:39:02.000',1,0,1),(97367,86368,2,'1',1,NULL,0,0,1,1,0,200.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-21 17:06:19.000',0,'2023-10-21 17:06:19.000','2023-10-21 17:06:19.000','2023-10-21 17:06:19.000',1,0,1),(97367,86368,2,'1',2,NULL,0,0,1,1,0,300.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-21 17:06:19.000',0,'2023-10-21 17:06:19.000','2023-10-21 17:06:19.000','2023-10-21 17:06:19.000',1,0,1),(97557,86368,2,'1',1,NULL,0,0,1,1,0,700.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-25 13:52:06.000',0,'2023-10-25 13:52:06.000','2023-10-25 13:52:06.000','2023-10-25 13:52:06.000',1,0,1),(97557,86368,2,'1',2,NULL,0,0,1,1,0,2000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-25 13:52:06.000',0,'2023-10-25 13:52:06.000','2023-10-25 13:52:06.000','2023-10-25 13:52:06.000',1,0,1),(97772,86368,2,'1',1,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 13:07:04.000',0,'2023-10-24 13:07:04.000','2023-10-24 13:07:04.000','2023-10-24 13:07:04.000',1,0,1),(97772,86368,2,'1',2,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-24 13:07:04.000',0,'2023-10-24 13:07:04.000','2023-10-24 13:07:04.000','2023-10-24 13:07:04.000',1,0,1),(97862,86368,2,'1',1,NULL,0,0,1,1,0,3000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-12-02 21:39:11.000',0,'2023-12-02 21:39:11.000','2023-12-02 21:39:11.000','2023-12-02 21:39:11.000',1,0,1),(97862,86368,2,'1',2,NULL,0,0,1,1,0,3500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-12-02 21:39:11.000',0,'2023-12-02 21:39:11.000','2023-12-02 21:39:11.000','2023-12-02 21:39:11.000',1,0,1),(98705,86368,2,'1',1,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-29 22:11:15.000',0,'2023-10-29 22:11:15.000','2023-10-29 22:11:15.000','2023-10-29 22:11:15.000',1,0,1),(98705,86368,2,'1',2,NULL,0,0,1,1,0,2000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2023-10-29 22:11:15.000',0,'2023-10-29 22:11:15.000','2023-10-29 22:11:15.000','2023-10-29 22:11:15.000',1,0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_air` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_bus`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_bus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_bus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime(3) DEFAULT NULL,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_bus`
--

LOCK TABLES `tb_mp_stdmarkup_bus` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_bus` VALUES (1,86368,0,18,'2022-11-18 11:22:26.000','2023-09-06 13:09:03.000',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_car`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_car`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_car` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int DEFAULT NULL,
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_car`
--

LOCK TABLES `tb_mp_stdmarkup_car` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_car` VALUES (1,86368,0,18,'2022-11-22 10:52:37','2023-09-06 13:09:03',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_shared_proposal`
--

DROP TABLE IF EXISTS `tb_shared_proposal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_shared_proposal` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `MasterAgencySysId` int NOT NULL,
  `FlightNumber` varchar(100) NOT NULL,
  `AirlineName` varchar(100) DEFAULT NULL,
  `TravelDate` datetime DEFAULT NULL,
  `SearchTraceId` varchar(250) NOT NULL,
  `NetFare` float NOT NULL DEFAULT '0',
  `Commission` float NOT NULL DEFAULT '0',
  `NetPrice` float NOT NULL DEFAULT '0',
  `FinalPrice` float NOT NULL DEFAULT '0',
  `ExtraMarkup` float NOT NULL DEFAULT '0',
  `ExtraMarkupOnGST` float NOT NULL DEFAULT '0',
  `UserSysId` int NOT NULL,
  `CustEmail` varchar(100) NOT NULL,
  `CustName` varchar(100) NOT NULL,
  `CustMobile` varchar(100) DEFAULT NULL,
  `flightData` longtext,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_shared_proposal`
--

LOCK TABLES `tb_shared_proposal` WRITE;
/*!40000 ALTER TABLE `tb_shared_proposal` DISABLE KEYS */;
INSERT INTO `tb_shared_proposal` VALUES (1,11455,10949,'6E-7184','IndiGo','2022-07-28 17:40:00','cf8a2-dc233-a41a4-0a965',6647.81,0,6647.81,6647.81,0,0,12736,'','aruna','8500962997','{\"FlightNumber\":\"6E-7184\",\"SegFlightNumberArr\":\"6E-7184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cf8a2-dc233-a41a4-0a965\",\"apiTraceId\":\"5-4019160574_4LKOIDR6E7184_23534110750757\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"19:40\",\"TravelDate\":\"2022-07-28T17:40\",\"LocalFromTime\":\"2022-07-28 17:40\",\"FromUTCTime\":\"2022-07-28T17:40\",\"LocalToTime\":\"2022-07-28 19:40\",\"ToUTCTime\":\"2022-07-28T19:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"16028\",\"DestPlaceSysId\":\"12706\",\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"IDR\",\"SourcePlaceName\":\"Lucknow\",\"DestPlaceName\":\"Indore\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6647.81,\"PublishedFareTxt\":\"6,648\",\"ApiResultIndex\":\"5-4019160574_4LKOIDR6E7184_23534110750757\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5831,\"Tax\":842.7,\"YQTax\":0,\"OtherCharges\":825,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6673.7,\"PublishedFare\":6647.81,\"PublishedFareAgent\":6647.81,\"OfferedFareAgent\":6647.81,\"OfferedFare\":6618.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4019160574_4LKOIDR6E7184_23534110751327\",\"ApiResultIndex\":\"5-4019160574_4LKOIDR6E7184_23534110751327\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":55.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6647.81,\"CostToAgent\":6647.81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":842.7,\"TotalBaseFare\":6673.7,\"BaseFareCal\":6622.81,\"BaseFare\":5831,\"CommissionEarned\":55.39,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":825,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":55.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6647.81,\"CostToAgent\":6647.81,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":55.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":6647.81,\"CostToCustomer\":6647.81,\"BaseFareCal\":6622.81,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":6622.81,\"intOfferedFare\":6618.31,\"intPublishFare\":6673.7,\"TripjackMarkup\":0,\"TripjackCommission\":55.39,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":55.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6647.81,\"CostToAgent\":6647.81,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2022-07-28T19:40\",\"SegFlightNumber\":\"6E-7184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2022-07-28T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"19:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-07-26 14:15:54','2022-07-26 14:15:54',0,0),(2,11455,10949,'AI-635','Air India','2022-08-05 09:25:00','e7adc-5be07-b1ede-244bf',5607.56,0,5607.56,5607.56,0,0,12736,'','aruna','8500962997','{\"FlightNumber\":\"AI-635\",\"SegFlightNumberArr\":\"AI-635\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e7adc-5be07-b1ede-244bf\",\"apiTraceId\":\"21-10-15-2-3376015976_1IDRDELAI635_83064807300117\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2022-08-05T09:25\",\"LocalFromTime\":\"2022-08-05 09:25\",\"FromUTCTime\":\"2022-08-05T09:25\",\"LocalToTime\":\"2022-08-05 11:10\",\"ToUTCTime\":\"2022-08-05T11:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 05 Aug\",\"ArrivalDateTxt\":\"Fri, 05 Aug\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Indore\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5607.56,\"PublishedFareTxt\":\"5,608\",\"ApiResultIndex\":\"21-10-15-2-3376015976_1IDRDELAI635_83064807300117\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4830,\"Tax\":1030.7,\"YQTax\":0,\"OtherCharges\":593,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5860.7,\"PublishedFare\":5607.56,\"PublishedFareAgent\":5607.56,\"OfferedFareAgent\":5607.56,\"OfferedFare\":5578.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3376015976_1IDRDELAI635_83064807300117\",\"ApiResultIndex\":\"21-10-15-2-3376015976_1IDRDELAI635_83064807300117\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":282.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5607.56,\"CostToAgent\":5607.56,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1030.7,\"TotalBaseFare\":5860.7,\"BaseFareCal\":5582.56,\"BaseFare\":4830,\"CommissionEarned\":282.64,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":593,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":282.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5607.56,\"CostToAgent\":5607.56,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":282.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":5607.56,\"CostToCustomer\":5607.56,\"BaseFareCal\":5582.56,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":5582.56,\"intOfferedFare\":5578.06,\"intPublishFare\":5860.7,\"TripjackMarkup\":0,\"TripjackCommission\":282.64,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":282.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5607.56,\"CostToAgent\":5607.56,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-05T11:10\",\"SegFlightNumber\":\"AI-635\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2022-08-05T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-08-04 09:44:02','2022-08-04 09:44:02',0,0),(3,11455,10949,'UK-914','Vistara','2022-08-05 08:05:00','e7adc-5be07-b1ede-244bf',6542.11,0,6542.11,6542.11,0,0,12736,'','aruna','8500962997','{\"FlightNumber\":\"UK-914\",\"SegFlightNumberArr\":\"UK-914\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e7adc-5be07-b1ede-244bf\",\"apiTraceId\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807304477\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-08-05T08:05\",\"LocalFromTime\":\"2022-08-05 08:05\",\"FromUTCTime\":\"2022-08-05T08:05\",\"LocalToTime\":\"2022-08-05 09:35\",\"ToUTCTime\":\"2022-08-05T09:35\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 05 Aug\",\"ArrivalDateTxt\":\"Fri, 05 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Indore\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6542.11,\"PublishedFareTxt\":\"6,542\",\"ApiResultIndex\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807304477\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5768,\"Tax\":1035.7,\"YQTax\":0,\"OtherCharges\":593,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":295,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6803.7,\"PublishedFare\":6542.11,\"PublishedFareAgent\":6542.11,\"OfferedFareAgent\":6542.11,\"OfferedFare\":6512.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807305147\",\"ApiResultIndex\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807305147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.7,\"TotalBaseFare\":6803.7,\"BaseFareCal\":6517.11,\"BaseFare\":5768,\"CommissionEarned\":291.09,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":295,\"MFT\":2.7,\"OT\":593,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":291.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":6542.11,\"CostToCustomer\":6542.11,\"BaseFareCal\":6517.11,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":6517.11,\"intOfferedFare\":6512.61,\"intPublishFare\":6803.7,\"TripjackMarkup\":0,\"TripjackCommission\":291.09,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-05T09:35\",\"SegFlightNumber\":\"UK-914\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2022-08-05T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-08-04 09:45:25','2022-08-04 09:45:25',0,0),(4,11455,10949,'UK-914','Vistara','2022-08-05 08:05:00','e7adc-5be07-b1ede-244bf',6542.11,0,6542.11,6542.11,0,0,12736,'','aruna','8500962997','{\"FlightNumber\":\"UK-914\",\"SegFlightNumberArr\":\"UK-914\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e7adc-5be07-b1ede-244bf\",\"apiTraceId\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807304477\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-08-05T08:05\",\"LocalFromTime\":\"2022-08-05 08:05\",\"FromUTCTime\":\"2022-08-05T08:05\",\"LocalToTime\":\"2022-08-05 09:35\",\"ToUTCTime\":\"2022-08-05T09:35\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 05 Aug\",\"ArrivalDateTxt\":\"Fri, 05 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Indore\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6542.11,\"PublishedFareTxt\":\"6,542\",\"ApiResultIndex\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807304477\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5768,\"Tax\":1035.7,\"YQTax\":0,\"OtherCharges\":593,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":295,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6803.7,\"PublishedFare\":6542.11,\"PublishedFareAgent\":6542.11,\"OfferedFareAgent\":6542.11,\"OfferedFare\":6512.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807305147\",\"ApiResultIndex\":\"21-10-15-2-3376015976_2IDRDELUK914_83064807305147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.7,\"TotalBaseFare\":6803.7,\"BaseFareCal\":6517.11,\"BaseFare\":5768,\"CommissionEarned\":291.09,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":295,\"MFT\":2.7,\"OT\":593,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":291.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":6542.11,\"CostToCustomer\":6542.11,\"BaseFareCal\":6517.11,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":6517.11,\"intOfferedFare\":6512.61,\"intPublishFare\":6803.7,\"TripjackMarkup\":0,\"TripjackCommission\":291.09,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":291.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6542.11,\"CostToAgent\":6542.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-05T09:35\",\"SegFlightNumber\":\"UK-914\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2022-08-05T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-08-04 09:45:58','2022-08-04 09:45:58',0,0),(5,11455,10949,'6E-5008','IndiGo','2022-08-05 12:15:00','e7adc-5be07-b1ede-244bf',7299.35,0,7299.35,7299.35,0,0,12736,'','aruna','8500962997','{\"FlightNumber\":\"6E-5008\",\"SegFlightNumberArr\":\"6E-5008\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e7adc-5be07-b1ede-244bf\",\"apiTraceId\":\"5-3376015976_0IDRDEL6E5008_83064397689114\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2022-08-05T12:15\",\"LocalFromTime\":\"2022-08-05 12:15\",\"FromUTCTime\":\"2022-08-05T12:15\",\"LocalToTime\":\"2022-08-05 13:45\",\"ToUTCTime\":\"2022-08-05T13:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 05 Aug\",\"ArrivalDateTxt\":\"Fri, 05 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Indore\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7299.35,\"PublishedFareTxt\":\"7,299\",\"ApiResultIndex\":\"5-3376015976_0IDRDEL6E5008_83064397689114\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6300,\"Tax\":1029.7,\"YQTax\":0,\"OtherCharges\":1012,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7329.7,\"PublishedFare\":7299.35,\"PublishedFareAgent\":7299.35,\"OfferedFareAgent\":7299.35,\"OfferedFare\":7269.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3376015976_0IDRDEL6E5008_83064397690064\",\"ApiResultIndex\":\"5-3376015976_0IDRDEL6E5008_83064397690064\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.85,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7299.35,\"CostToAgent\":7299.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1029.7,\"TotalBaseFare\":7329.7,\"BaseFareCal\":7274.35,\"BaseFare\":6300,\"CommissionEarned\":59.85,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1012,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.85,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7299.35,\"CostToAgent\":7299.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.85,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":7299.35,\"CostToCustomer\":7299.35,\"BaseFareCal\":7274.35,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":7274.35,\"intOfferedFare\":7269.85,\"intPublishFare\":7329.7,\"TripjackMarkup\":0,\"TripjackCommission\":59.85,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":59.85,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7299.35,\"CostToAgent\":7299.35,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-05T13:45\",\"SegFlightNumber\":\"6E-5008\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2022-08-05T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-08-04 09:47:00','2022-08-04 09:47:00',0,0),(6,11455,10949,'UK-898','Vistara','2022-09-10 07:30:00','3d83a-81502-99f9d-8db76',4510.91,0,4510.91,4510.91,0,0,12736,'','ARUNA','8500962997','{\"FlightNumber\":\"UK-898\",\"SegFlightNumberArr\":\"UK-898\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3d83a-81502-99f9d-8db76\",\"apiTraceId\":\"21-10-15-2-1986110747_1HYDBLRUK898_51680072583759\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2022-09-10T07:30\",\"LocalFromTime\":\"2022-09-10 07:30\",\"FromUTCTime\":\"2022-09-10T07:30\",\"LocalToTime\":\"2022-09-10 08:45\",\"ToUTCTime\":\"2022-09-10T08:45\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 10 Sep\",\"ArrivalDateTxt\":\"Sat, 10 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BLR\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bengaluru\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4510.91,\"PublishedFareTxt\":\"4,511\",\"ApiResultIndex\":\"21-10-15-2-1986110747_1HYDBLRUK898_51680072583759\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3570,\"Tax\":1135.7,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4705.7,\"PublishedFare\":4510.91,\"PublishedFareAgent\":4510.91,\"OfferedFareAgent\":4510.91,\"OfferedFare\":4481.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1986110747_1HYDBLRUK898_51680072584069\",\"ApiResultIndex\":\"21-10-15-2-1986110747_1HYDBLRUK898_51680072584069\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":224.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4510.91,\"CostToAgent\":4510.91,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1135.7,\"TotalBaseFare\":4705.7,\"BaseFareCal\":4485.91,\"BaseFare\":3570,\"CommissionEarned\":224.29,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":185,\"MFT\":2.7,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":4.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":25,\"GSTOnMarkUp\":4.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":224.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4510.91,\"CostToAgent\":4510.91,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":224.29,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":25,\"IntTaxOnAgencyFixMarkUp\":4.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":4.5,\"PublishFare\":4510.91,\"CostToCustomer\":4510.91,\"BaseFareCal\":4485.91,\"intCommisionEarnedForAgency\":25,\"CostToCompany\":4485.91,\"intOfferedFare\":4481.41,\"intPublishFare\":4705.7,\"TripjackMarkup\":0,\"TripjackCommission\":224.29,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":224.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4510.91,\"CostToAgent\":4510.91,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-09-10T08:45\",\"SegFlightNumber\":\"UK-898\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-09-10T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.wowidays.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-09-08 12:41:41','2022-09-08 12:41:41',0,0),(7,38535,4539,'KL-878','Klm Royal Dutch Airlines','2022-12-21 04:05:00','1ca13-87d28-152d6-0bb8d',74360.7,0,74361,74361,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"KL-878\",\"SegFlightNumberArr\":\"KL-878, AF-3569\",\"AirlineName\":\"Klm Royal Dutch Airlines\",\"AirlineCode\":\"KL\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"AirlineSysId\":\"308\",\"DepartureTime\":\"04:05\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-12-21T04:05\",\"LocalFromTime\":\"2022-12-21 04:05\",\"FromUTCTime\":\"2022-12-21T04:05\",\"LocalToTime\":\"2022-12-21 17:15\",\"ToUTCTime\":\"2022-12-21T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Amsterdam\",\"GroundTime\":230,\"LAYOVERDuration\":\"3h 50m\",\"FlyingMinutes\":1420,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Wed, 21 Dec\",\"FlightDuration\":\"23h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":74360.7,\"PublishedFareTxt\":\"74,361\",\"ApiResultIndex\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/KL.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":42065,\"Tax\":32177.7,\"YQTax\":2538,\"OtherCharges\":6652,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":3180,\"CarrierMiscFee\":18990,\"MUFee\":800,\"intPublishedFare\":74242.7,\"PublishedFare\":74360.7,\"PublishedFareAgent\":74361,\"OfferedFareAgent\":74360.7,\"OfferedFare\":73442.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"ApiResultIndex\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"N\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":32177.7,\"TotalBaseFare\":74242.7,\"BaseFareCal\":73460.7,\"BaseFare\":42065,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":2538,\"AGST\":3180,\"MFT\":2.7,\"OT\":6652,\"MU\":800,\"YR\":18990,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":74360.7,\"CostToCustomer\":74360.7,\"BaseFareCal\":73460.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":73460.7,\"intOfferedFare\":73442.7,\"intPublishFare\":74242.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Schiphol Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amsterdam\",\"destinationCountryName\":\"Netherlands\",\"destinationAirportCode\":\"AMS\",\"destinationArrTime\":\"2022-12-21T09:10\",\"SegFlightNumber\":\"KL-878\",\"AirlineCode\":\"KL\",\"AirlineName\":\"KLM Royal Dutch Airlines\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T04:05\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":575,\"GroundTime\":230,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:05\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"9h 35m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Amsterdam\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/KL.gif\"},{\"originAirportName\":\"Schiphol Arpt\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"Amsterdam\",\"originCountryName\":\"Netherlands\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-21T17:15\",\"SegFlightNumber\":\"AF-3569\",\"AirlineCode\":\"AF\",\"AirlineName\":\"Air France\",\"FareClass\":\"N\",\"originAirportCode\":\"AMS\",\"originDepTime\":\"2022-12-21T13:00\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":615,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/AF.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:04','2022-12-14 12:42:04',0,0),(8,38535,4539,'BA-138','British Airways','2022-12-21 02:10:00','1ca13-87d28-152d6-0bb8d',98972.7,0,98973,98973,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"BA-138\",\"SegFlightNumberArr\":\"BA-138, BA-2039\",\"AirlineName\":\"British Airways\",\"AirlineCode\":\"BA\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"AirlineSysId\":\"141\",\"DepartureTime\":\"02:10\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2022-12-21T02:10\",\"LocalFromTime\":\"2022-12-21 02:10\",\"FromUTCTime\":\"2022-12-21T02:10\",\"LocalToTime\":\"2022-12-21 17:50\",\"ToUTCTime\":\"2022-12-21T17:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"London\",\"GroundTime\":365,\"LAYOVERDuration\":\"6h 5m\",\"FlyingMinutes\":1570,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Wed, 21 Dec\",\"FlightDuration\":\"26h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":98972.7,\"PublishedFareTxt\":\"98,973\",\"ApiResultIndex\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":68845,\"Tax\":30009.7,\"YQTax\":17833,\"OtherCharges\":7025,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":4334,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":98854.7,\"PublishedFare\":98972.7,\"PublishedFareAgent\":98973,\"OfferedFareAgent\":98972.7,\"OfferedFare\":98054.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"ApiResultIndex\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":30009.7,\"TotalBaseFare\":98854.7,\"BaseFareCal\":98072.7,\"BaseFare\":68845,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":17833,\"AGST\":4334,\"MFT\":2.7,\"OT\":7025,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":98972.7,\"CostToCustomer\":98972.7,\"BaseFareCal\":98072.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":98072.7,\"intOfferedFare\":98054.7,\"intPublishFare\":98854.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2022-12-21T06:55\",\"SegFlightNumber\":\"BA-138\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T02:10\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":615,\"GroundTime\":365,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"02:10\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"6h 5m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 5\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"originAirportName\":\"Gatwick Arpt\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-21T17:50\",\"SegFlightNumber\":\"BA-2039\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"LGW\",\"originDepTime\":\"2022-12-21T13:00\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":590,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"9h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal S\",\"ArrTerminal\":\"Terminal C\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:04','2022-12-14 12:42:04',0,0),(9,38535,4539,'DL-5944','Delta Air Lines','2022-12-21 12:00:00','1ca13-87d28-152d6-0bb8d',96286.7,0,96287,96287,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"DL-5944\",\"SegFlightNumberArr\":\"DL-5944, DL-5971\",\"AirlineName\":\"Delta Air Lines\",\"AirlineCode\":\"DL\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"AirlineSysId\":\"186\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2022-12-21T12:00\",\"LocalFromTime\":\"2022-12-21 12:00\",\"FromUTCTime\":\"2022-12-21T12:00\",\"LocalToTime\":\"2022-12-22 16:40\",\"ToUTCTime\":\"2022-12-22T16:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"London\",\"GroundTime\":1135,\"LAYOVERDuration\":\"18h 55m\",\"FlyingMinutes\":2350,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"39h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":96286.7,\"PublishedFareTxt\":\"96,287\",\"ApiResultIndex\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":62370,\"Tax\":33798.7,\"YQTax\":0,\"OtherCharges\":9576,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":4085,\"CarrierMiscFee\":19320,\"MUFee\":800,\"intPublishedFare\":96168.7,\"PublishedFare\":96286.7,\"PublishedFareAgent\":96287,\"OfferedFareAgent\":96286.7,\"OfferedFare\":95368.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"ApiResultIndex\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":33798.7,\"TotalBaseFare\":96168.7,\"BaseFareCal\":95386.7,\"BaseFare\":62370,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":4085,\"MFT\":2.7,\"OT\":9576,\"MU\":800,\"YR\":19320,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":96286.7,\"CostToCustomer\":96286.7,\"BaseFareCal\":95386.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":95386.7,\"intOfferedFare\":95368.7,\"intPublishFare\":96168.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2022-12-21T16:35\",\"SegFlightNumber\":\"DL-5944\",\"AirlineCode\":\"DL\",\"AirlineName\":\"Delta Air Lines\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T12:00\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":605,\"GroundTime\":1135,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"10h 5m\",\"LAYOVERDuration\":\"18h 55m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\"},{\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-22T16:40\",\"SegFlightNumber\":\"DL-5971\",\"AirlineCode\":\"DL\",\"AirlineName\":\"Delta Air Lines\",\"FareClass\":\"Q\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2022-12-22T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":610,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"10h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal A\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:04','2022-12-14 12:42:04',0,0),(10,38535,4539,'KL-878','Klm Royal Dutch Airlines','2022-12-21 04:05:00','1ca13-87d28-152d6-0bb8d',74360.7,0,74361,74361,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"KL-878\",\"SegFlightNumberArr\":\"KL-878, AF-3569\",\"AirlineName\":\"Klm Royal Dutch Airlines\",\"AirlineCode\":\"KL\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"AirlineSysId\":\"308\",\"DepartureTime\":\"04:05\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-12-21T04:05\",\"LocalFromTime\":\"2022-12-21 04:05\",\"FromUTCTime\":\"2022-12-21T04:05\",\"LocalToTime\":\"2022-12-21 17:15\",\"ToUTCTime\":\"2022-12-21T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Amsterdam\",\"GroundTime\":230,\"LAYOVERDuration\":\"3h 50m\",\"FlyingMinutes\":1420,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Wed, 21 Dec\",\"FlightDuration\":\"23h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":74360.7,\"PublishedFareTxt\":\"74,361\",\"ApiResultIndex\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/KL.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":42065,\"Tax\":32177.7,\"YQTax\":2538,\"OtherCharges\":6652,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":3180,\"CarrierMiscFee\":18990,\"MUFee\":800,\"intPublishedFare\":74242.7,\"PublishedFare\":74360.7,\"PublishedFareAgent\":74361,\"OfferedFareAgent\":74360.7,\"OfferedFare\":73442.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"ApiResultIndex\":\"12-15-2-10-3761029798_0BOMAMSKL878AMSMCOAF3569_106657499223764\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"N\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":32177.7,\"TotalBaseFare\":74242.7,\"BaseFareCal\":73460.7,\"BaseFare\":42065,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":2538,\"AGST\":3180,\"MFT\":2.7,\"OT\":6652,\"MU\":800,\"YR\":18990,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":74360.7,\"CostToCustomer\":74360.7,\"BaseFareCal\":73460.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":73460.7,\"intOfferedFare\":73442.7,\"intPublishFare\":74242.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":74360.7,\"CostToAgent\":74360.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Schiphol Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amsterdam\",\"destinationCountryName\":\"Netherlands\",\"destinationAirportCode\":\"AMS\",\"destinationArrTime\":\"2022-12-21T09:10\",\"SegFlightNumber\":\"KL-878\",\"AirlineCode\":\"KL\",\"AirlineName\":\"KLM Royal Dutch Airlines\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T04:05\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":575,\"GroundTime\":230,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:05\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"9h 35m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Amsterdam\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/KL.gif\"},{\"originAirportName\":\"Schiphol Arpt\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"Amsterdam\",\"originCountryName\":\"Netherlands\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-21T17:15\",\"SegFlightNumber\":\"AF-3569\",\"AirlineCode\":\"AF\",\"AirlineName\":\"Air France\",\"FareClass\":\"N\",\"originAirportCode\":\"AMS\",\"originDepTime\":\"2022-12-21T13:00\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":615,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/AF.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:09','2022-12-14 12:42:09',0,0),(11,38535,4539,'BA-138','British Airways','2022-12-21 02:10:00','1ca13-87d28-152d6-0bb8d',98972.7,0,98973,98973,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"BA-138\",\"SegFlightNumberArr\":\"BA-138, BA-2039\",\"AirlineName\":\"British Airways\",\"AirlineCode\":\"BA\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"AirlineSysId\":\"141\",\"DepartureTime\":\"02:10\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2022-12-21T02:10\",\"LocalFromTime\":\"2022-12-21 02:10\",\"FromUTCTime\":\"2022-12-21T02:10\",\"LocalToTime\":\"2022-12-21 17:50\",\"ToUTCTime\":\"2022-12-21T17:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"London\",\"GroundTime\":365,\"LAYOVERDuration\":\"6h 5m\",\"FlyingMinutes\":1570,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Wed, 21 Dec\",\"FlightDuration\":\"26h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":98972.7,\"PublishedFareTxt\":\"98,973\",\"ApiResultIndex\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":68845,\"Tax\":30009.7,\"YQTax\":17833,\"OtherCharges\":7025,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":4334,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":98854.7,\"PublishedFare\":98972.7,\"PublishedFareAgent\":98973,\"OfferedFareAgent\":98972.7,\"OfferedFare\":98054.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"ApiResultIndex\":\"12-15-2-10-3761029798_19BOMLHRBA138LGWMCOBA2039_106657499311394\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":30009.7,\"TotalBaseFare\":98854.7,\"BaseFareCal\":98072.7,\"BaseFare\":68845,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":17833,\"AGST\":4334,\"MFT\":2.7,\"OT\":7025,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":98972.7,\"CostToCustomer\":98972.7,\"BaseFareCal\":98072.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":98072.7,\"intOfferedFare\":98054.7,\"intPublishFare\":98854.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":98972.7,\"CostToAgent\":98972.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2022-12-21T06:55\",\"SegFlightNumber\":\"BA-138\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T02:10\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":615,\"GroundTime\":365,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"02:10\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"6h 5m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 5\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"originAirportName\":\"Gatwick Arpt\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-21T17:50\",\"SegFlightNumber\":\"BA-2039\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"LGW\",\"originDepTime\":\"2022-12-21T13:00\",\"TripIndicator\":\"\",\"Baggage\":\"2 Unit(s)\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":590,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"9h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal S\",\"ArrTerminal\":\"Terminal C\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:09','2022-12-14 12:42:09',0,0),(12,38535,4539,'DL-5944','Delta Air Lines','2022-12-21 12:00:00','1ca13-87d28-152d6-0bb8d',96286.7,0,96287,96287,0,0,40523,'test2@yopmail.com','mateen','9988776655','{\"FlightNumber\":\"DL-5944\",\"SegFlightNumberArr\":\"DL-5944, DL-5971\",\"AirlineName\":\"Delta Air Lines\",\"AirlineCode\":\"DL\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ca13-87d28-152d6-0bb8d\",\"apiTraceId\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"AirlineSysId\":\"186\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2022-12-21T12:00\",\"LocalFromTime\":\"2022-12-21 12:00\",\"FromUTCTime\":\"2022-12-21T12:00\",\"LocalToTime\":\"2022-12-22 16:40\",\"ToUTCTime\":\"2022-12-22T16:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"London\",\"GroundTime\":1135,\"LAYOVERDuration\":\"18h 55m\",\"FlyingMinutes\":2350,\"DepartureDateTxt\":\"Wed, 21 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"39h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"20252\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MCO\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Orlando\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":96286.7,\"PublishedFareTxt\":\"96,287\",\"ApiResultIndex\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":62370,\"Tax\":33798.7,\"YQTax\":0,\"OtherCharges\":9576,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":4085,\"CarrierMiscFee\":19320,\"MUFee\":800,\"intPublishedFare\":96168.7,\"PublishedFare\":96286.7,\"PublishedFareAgent\":96287,\"OfferedFareAgent\":96286.7,\"OfferedFare\":95368.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"ApiResultIndex\":\"12-15-2-10-3761029798_54BOMLHRDL5944LHRMCODL5971_106657499437810\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":33798.7,\"TotalBaseFare\":96168.7,\"BaseFareCal\":95386.7,\"BaseFare\":62370,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":4085,\"MFT\":2.7,\"OT\":9576,\"MU\":800,\"YR\":19320,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":140.0338983050848,\"apiMarkup\":677.9661016949152,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03389830508479,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.9661016949152,\"apiTaxOnMarkup\":122.03389830508479,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.0338983050848,\"PublishFare\":96286.7,\"CostToCustomer\":96286.7,\"BaseFareCal\":95386.7,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":95386.7,\"intOfferedFare\":95368.7,\"intPublishFare\":96168.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":96286.7,\"CostToAgent\":96286.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"GST On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2022-12-21T16:35\",\"SegFlightNumber\":\"DL-5944\",\"AirlineCode\":\"DL\",\"AirlineName\":\"Delta Air Lines\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-12-21T12:00\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":605,\"GroundTime\":1135,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"10h 5m\",\"LAYOVERDuration\":\"18h 55m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\"},{\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Orlando Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Orlando\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MCO\",\"destinationArrTime\":\"2022-12-22T16:40\",\"SegFlightNumber\":\"DL-5971\",\"AirlineCode\":\"DL\",\"AirlineName\":\"Delta Air Lines\",\"FareClass\":\"Q\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2022-12-22T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":610,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"10h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal A\",\"filePath\":\"https:\\/\\/corporate.atlas.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/DL.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2022-12-14 12:42:09','2022-12-14 12:42:09',0,0),(13,45196,38124,'DD- 959','Nok Air','2023-02-05 00:00:00','00add-9feb5-8516f-80447',47000,0,47000,47000,0,0,47361,'singh.jiten25@gmail.com','','','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD- 959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"00add-9feb5-8516f-80447\",\"apiTraceId\":\"1149-00add-9feb5-8516f-80447\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-05\",\"LocalFromTime\":\"2023-02-05 00:45\",\"FromUTCTime\":\"2023-02-05 00:45\",\"LocalToTime\":\"2023-02-05 04:35:00\",\"ToUTCTime\":\"2023-02-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":47000,\"PublishedFareTxt\":\"47,000\",\"ApiResultIndex\":\"1149-00add-9feb5-8516f-80447\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22000,\"Tax\":1500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47000,\"PublishedFare\":47000,\"PublishedFareAgent\":47000,\"OfferedFareAgent\":47000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1149_15854\",\"ApiResultIndex\":\"1149_15854\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":23500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":22000,\"BaseFare\":22000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":23500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD- 959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-02-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-02-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/02\\/2023\",\"FromDateSort\":1675535400,\"DepartureDateTxt\":\"Sun, 05 Feb\",\"ArrivalDateTxt\":\"Sun, 05 Feb\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"14138\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"0\",\"ExtraMarkupOnGST\":0}','2023-02-01 18:15:20','2023-02-01 18:15:20',0,0);
/*!40000 ALTER TABLE `tb_shared_proposal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_contactus_address`
--

DROP TABLE IF EXISTS `tb_tbb2c_contactus_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_contactus_address` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `address` varchar(255) DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  PRIMARY KEY (`DesSysId`),
  UNIQUE KEY `DesSysId` (`DesSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_contactus_address`
--

LOCK TABLES `tb_tbb2c_contactus_address` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_contactus_address` VALUES (9,'Delhi','1','0'),(11,'Hyderabad','1','0');
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_destinations`
--

DROP TABLE IF EXISTS `tb_tbb2c_destinations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_destinations` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `ContinentId` int DEFAULT NULL,
  `sightseeingIds` varchar(256) DEFAULT NULL,
  `description` text,
  `otherDescription` text,
  `regionDescription` varchar(1000) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `similarDestinations` varchar(256) DEFAULT NULL,
  `FAQ` text,
  `whyUseUs` text,
  `topTravelBlog` text,
  `popularPackages` varchar(256) DEFAULT NULL,
  `seotitle` varchar(256) DEFAULT NULL,
  `destinationImage` varchar(256) DEFAULT NULL,
  `DesId` int DEFAULT NULL,
  `IsFeatured` int DEFAULT NULL,
  `DisplayOnFooter` tinyint(1) DEFAULT NULL,
  `DisplayIndex` smallint DEFAULT NULL,
  `Title` varchar(450) DEFAULT NULL,
  `region_id` bigint DEFAULT NULL,
  `stateId` int DEFAULT NULL,
  `Activities` varchar(200) DEFAULT NULL,
  `Tours` int DEFAULT NULL,
  `Hotels` int DEFAULT NULL,
  `DetailText` text,
  `Image` varchar(765) DEFAULT NULL,
  `Bannerimg` varchar(765) DEFAULT NULL,
  `Countries` text,
  `CountryIds` varchar(765) DEFAULT NULL,
  `DestDescription` text,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `CreatedBy` bigint DEFAULT NULL,
  `UpdatedBy` bigint DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsActive` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  `packageListTitle` varchar(500) DEFAULT NULL,
  `packageListKeyword` varchar(500) DEFAULT NULL,
  `packageListDescription` varchar(500) DEFAULT NULL,
  `destinationTitle` varchar(500) DEFAULT NULL,
  `destinationKeyword` varchar(500) DEFAULT NULL,
  `destinationDescription` varchar(500) DEFAULT NULL,
  `package_list_header` varchar(2000) DEFAULT NULL,
  `package_list_footer` varchar(2000) DEFAULT NULL,
  `destination_header` varchar(2000) DEFAULT NULL,
  `destination_footer` varchar(2000) DEFAULT NULL,
  `DisplayOnHeader` tinyint(1) NOT NULL DEFAULT '0',
  `exploreHomeDestination` int DEFAULT '0',
  `Keyword` varchar(250) DEFAULT NULL,
  `Metatag` varchar(250) DEFAULT NULL,
  `seoHcontent` text,
  `seoFcontent` text,
  `heading1` text,
  `heading2` text,
  `destIcon` varchar(256) DEFAULT NULL,
  `displayOnActivity` int NOT NULL DEFAULT '1',
  PRIMARY KEY (`DesSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=454 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_destinations`
--

LOCK TABLES `tb_tbb2c_destinations` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_destinations` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_destinations` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,106356,NULL,NULL,NULL,'ST. PETERSBURG',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russia','507',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,102345,NULL,NULL,NULL,'MELBOURNE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,100492,NULL,NULL,NULL,'NICE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,100183,NULL,NULL,NULL,'EDINBURGH',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,98584,NULL,NULL,NULL,'AGRA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,89816,NULL,NULL,NULL,'KYLEMORE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,85207,NULL,NULL,NULL,'OXFORD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'New Zealand','157',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,84288,NULL,NULL,NULL,'ZURICH',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Netherlands','154',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(9,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,82588,NULL,NULL,NULL,'PEMBROKE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malta','135',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,79321,NULL,NULL,NULL,'CAPPADOCIA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,75835,NULL,NULL,NULL,'COLOGNE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(12,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,74406,NULL,NULL,NULL,'AGRA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(13,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71771,NULL,NULL,NULL,'ANDAMAN AND NICOBAR ISLANDS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(14,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,69426,NULL,NULL,NULL,'BALI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(15,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,60911,NULL,NULL,NULL,'COLOGNE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(16,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,54547,NULL,NULL,NULL,'BRUGES',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(17,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,43937,NULL,NULL,NULL,'LILLE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(18,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,43518,NULL,NULL,NULL,'ZUG',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(19,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,42504,NULL,NULL,NULL,'MALTA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(20,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,42200,NULL,NULL,NULL,'STIRLING',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(21,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,42111,NULL,NULL,NULL,'AMIENS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(22,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,42042,NULL,NULL,NULL,'NORWAY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(23,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,41134,NULL,NULL,NULL,'SALISBURY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(24,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,41083,NULL,NULL,NULL,'NATIONAL PARK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(25,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,40979,NULL,NULL,NULL,'DENMARK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(26,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,40958,NULL,NULL,NULL,'YORK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(27,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,40678,NULL,NULL,NULL,'CARDIFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(28,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,38421,NULL,NULL,NULL,'Dholavira',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(29,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37783,NULL,NULL,NULL,'AlJouf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(30,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37408,NULL,NULL,NULL,'ALULA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(31,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37782,NULL,NULL,NULL,'Qassim',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(32,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37443,NULL,NULL,NULL,'Kyiv',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(33,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37424,NULL,NULL,NULL,'Zlatibor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Serbia','468',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(34,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37423,NULL,NULL,NULL,'Mokra gora',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Serbia','468',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(35,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37421,NULL,NULL,NULL,'KARLOVCI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Serbia','468',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(36,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37409,NULL,NULL,NULL,'Al Ula',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(37,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37407,NULL,NULL,NULL,'Hufof',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(38,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37069,NULL,NULL,NULL,'Mawlynnong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(39,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,37030,1,NULL,NULL,'Andaman Island',0,NULL,NULL,4,NULL,NULL,'39_1698152407.jpg','39_1698152407.jpg','India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37010,NULL,NULL,NULL,'South Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(41,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37009,NULL,NULL,NULL,'North Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(42,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36832,NULL,NULL,NULL,'Serengeti',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(43,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36819,NULL,NULL,NULL,'Doodhpathri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(44,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36773,NULL,NULL,NULL,'Kevadia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(45,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36764,NULL,NULL,NULL,'Budva',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MONTENEGRO','466',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(46,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36592,NULL,NULL,NULL,'Mehsana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(47,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36513,NULL,NULL,NULL,'Dawki',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(48,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36491,NULL,NULL,NULL,'Mawsynram',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(49,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36425,NULL,NULL,NULL,'York',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(50,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36151,NULL,NULL,NULL,'Naivasha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kenya','113',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(51,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35588,NULL,NULL,NULL,'St petersburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russia','507',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(52,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2423,NULL,NULL,NULL,'Vadodara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(53,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30548,NULL,NULL,NULL,'Zurich',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(54,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30533,NULL,NULL,NULL,'Zug',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(55,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30417,NULL,NULL,NULL,'Zaragoza',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(56,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34200,NULL,NULL,NULL,'Zanzibar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(57,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30373,NULL,NULL,NULL,'Zagreb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(58,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30364,NULL,NULL,NULL,'Zadar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(59,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30293,NULL,NULL,NULL,'York',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(60,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29412,NULL,NULL,NULL,'Wayanad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(61,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29388,NULL,NULL,NULL,'Wattens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(62,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29356,NULL,NULL,NULL,'Waterford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(63,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29355,NULL,NULL,NULL,'Waterford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(64,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29352,NULL,NULL,NULL,'Waterberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(65,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34021,NULL,NULL,NULL,'Warwick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(66,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29328,NULL,NULL,NULL,'Warwick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(67,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29327,NULL,NULL,NULL,'Warwick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(68,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29066,NULL,NULL,NULL,'Voss',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(69,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29006,NULL,NULL,NULL,'Vlore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(70,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29005,NULL,NULL,NULL,'Vlora Valona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(71,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28927,NULL,NULL,NULL,'Vinnica',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(72,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28729,NULL,NULL,NULL,'Vienna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(73,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28668,NULL,NULL,NULL,'Vevey',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(74,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28575,NULL,NULL,NULL,'Venice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(75,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28574,NULL,NULL,NULL,'Venice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(76,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28359,NULL,NULL,NULL,'Valencia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(77,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28356,NULL,NULL,NULL,'Valencia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(78,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28303,NULL,NULL,NULL,'Vadodara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(79,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28058,NULL,NULL,NULL,'Udaipur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(80,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27969,NULL,NULL,NULL,'Turkey',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(81,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27967,NULL,NULL,NULL,'Turin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(82,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34288,NULL,NULL,NULL,'Trivandrum',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(83,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27345,NULL,NULL,NULL,'Tirana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(84,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27156,NULL,NULL,NULL,'Thekkady',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(85,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27116,NULL,NULL,NULL,'Tezpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(86,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34557,NULL,NULL,NULL,'Tawang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(87,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26873,NULL,NULL,NULL,'Tashkent',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(88,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26811,NULL,NULL,NULL,'Tarangire',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(89,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26636,NULL,NULL,NULL,'Taif',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(90,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26596,NULL,NULL,NULL,'Tabuk',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(91,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26541,NULL,NULL,NULL,'Sydney',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(92,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26381,NULL,NULL,NULL,'Sun City',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(93,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26286,NULL,NULL,NULL,'Stuttgart',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(94,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26285,NULL,NULL,NULL,'Stuttgart',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(95,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26211,NULL,NULL,NULL,'Stratford Upon Avon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(96,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26205,NULL,NULL,NULL,'Strasbourg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(97,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35531,NULL,NULL,NULL,'Stockholm',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sweden','209',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(98,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26114,NULL,NULL,NULL,'Stirling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(99,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25924,NULL,NULL,NULL,'St. Petersburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russian Federation','181',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(100,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33738,NULL,NULL,NULL,'St. Petersburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(101,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33649,NULL,NULL,NULL,'St Petersburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russian Federation','181',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(102,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25897,NULL,NULL,NULL,'Srinagar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25862,NULL,NULL,NULL,'Split',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(104,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25681,NULL,NULL,NULL,'Sorrento',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(105,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25651,NULL,NULL,NULL,'Sonmarg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(106,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25546,NULL,NULL,NULL,'Sofia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bulgaria','34',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(107,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25504,NULL,NULL,NULL,'Snowdonia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(108,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25410,NULL,NULL,NULL,'Skopje',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Macedonia','129',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(109,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25305,NULL,NULL,NULL,'Siofok',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hungary','99',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(110,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25278,NULL,NULL,NULL,'Singapore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Singapore','190',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(111,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,'Shimla',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(112,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25073,NULL,NULL,NULL,'Shillong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(113,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35295,NULL,NULL,NULL,'Sham Valley',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(114,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24918,NULL,NULL,NULL,'Seville',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(115,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24496,NULL,NULL,NULL,'Schaffhausen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(116,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34461,NULL,NULL,NULL,'Sarchu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24302,NULL,NULL,NULL,'Saranda',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(118,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24299,NULL,NULL,NULL,'Sarajevo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bosnia and Herzegowina','27',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24264,NULL,NULL,NULL,'Santorini',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33155,NULL,NULL,NULL,'San Remo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24061,NULL,NULL,NULL,'Samarkand',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(122,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35528,NULL,NULL,NULL,'Salzburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(123,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24055,NULL,NULL,NULL,'Salzburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(124,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24007,NULL,NULL,NULL,'Salisbury',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(125,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23965,NULL,NULL,NULL,'Salamanca',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(126,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23964,NULL,NULL,NULL,'Salamanca',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(127,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32890,NULL,NULL,NULL,'Saint-jean D\'illac',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23361,NULL,NULL,NULL,'Rouen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(129,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32754,NULL,NULL,NULL,'Rome',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(130,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23193,NULL,NULL,NULL,'Roma',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(131,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23057,NULL,NULL,NULL,'Riyadh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(132,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23016,NULL,NULL,NULL,'Riquewihr',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(133,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22839,NULL,NULL,NULL,'Reykjavik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22593,NULL,NULL,NULL,'Ranthambore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(135,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22582,NULL,NULL,NULL,'Ranikhet',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(136,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22260,NULL,NULL,NULL,'Puri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(137,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22094,NULL,NULL,NULL,'Pretoria',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(138,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22026,NULL,NULL,NULL,'Prague',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Czech Republic','58',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(139,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21930,NULL,NULL,NULL,'Portugalete',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(140,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32511,NULL,NULL,NULL,'Port Blair',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(141,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34379,NULL,NULL,NULL,'Pokhran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(142,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21687,NULL,NULL,NULL,'Pokhara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21629,NULL,NULL,NULL,'Plzen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Czech Republic','58',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(144,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21625,NULL,NULL,NULL,'Plymouth',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(145,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21624,NULL,NULL,NULL,'Plymouth',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(146,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21598,NULL,NULL,NULL,'Plitvice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21478,NULL,NULL,NULL,'Pisa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(148,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21319,NULL,NULL,NULL,'Phuket',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thailand','215',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21077,NULL,NULL,NULL,'Pench',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(150,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21061,NULL,NULL,NULL,'Pembroke',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(151,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21059,NULL,NULL,NULL,'Pembroke',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(152,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21043,NULL,NULL,NULL,'Pelling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(153,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34480,NULL,NULL,NULL,'Pavagadh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(154,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20925,NULL,NULL,NULL,'Pattaya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thailand','215',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(155,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34510,NULL,NULL,NULL,'Patan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(156,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20897,NULL,NULL,NULL,'Patan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(157,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20822,NULL,NULL,NULL,'Paris',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35281,NULL,NULL,NULL,'Pangong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(159,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20687,NULL,NULL,NULL,'Pamukkale',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20685,NULL,NULL,NULL,'Pamplona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(161,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20566,NULL,NULL,NULL,'Pahalgam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(162,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32390,NULL,NULL,NULL,'Padova',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20496,NULL,NULL,NULL,'Oxford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(164,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20495,NULL,NULL,NULL,'Oxford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(165,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20314,NULL,NULL,NULL,'Oslo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(166,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20236,NULL,NULL,NULL,'Orient',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20161,NULL,NULL,NULL,'Ooty',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(168,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19969,NULL,NULL,NULL,'Ohrid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Macedonia','129',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(169,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19932,NULL,NULL,NULL,'Odessa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19931,NULL,NULL,NULL,'Odessa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(171,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19868,NULL,NULL,NULL,'Obernai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(172,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19786,NULL,NULL,NULL,'Nuremberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19773,NULL,NULL,NULL,'Numbrecht',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(174,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35282,NULL,NULL,NULL,'Nubra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(175,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19722,NULL,NULL,NULL,'Novi Sad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Serbia','468',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(176,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19685,NULL,NULL,NULL,'Norway',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19391,NULL,NULL,NULL,'Nice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(178,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19377,NULL,NULL,NULL,'Ngorongoro',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(179,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34643,NULL,NULL,NULL,'Neuchatel',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(180,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34567,NULL,NULL,NULL,'Neil Island',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(181,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32077,NULL,NULL,NULL,'National Park',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'New Zealand','157',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(182,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18987,NULL,NULL,NULL,'Naples',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18986,NULL,NULL,NULL,'Naples',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(184,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18894,NULL,NULL,NULL,'Nairobi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kenya','113',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(185,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18892,NULL,NULL,NULL,'Nainital',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(186,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18876,NULL,NULL,NULL,'Nagpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(187,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18821,NULL,NULL,NULL,'Mysore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18804,NULL,NULL,NULL,'Mykonos',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(189,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18776,NULL,NULL,NULL,'Mussoorie',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18697,NULL,NULL,NULL,'Munnar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(191,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18676,NULL,NULL,NULL,'Mumbai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(192,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18488,NULL,NULL,NULL,'Moscow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russian Federation','181',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(193,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18487,NULL,NULL,NULL,'Moscow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18308,NULL,NULL,NULL,'Montreux',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(195,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18262,NULL,NULL,NULL,'Monticiano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18208,NULL,NULL,NULL,'Montenegro',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MONTENEGRO','466',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(197,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18177,NULL,NULL,NULL,'Montecatini',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18174,NULL,NULL,NULL,'Montecarlo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(199,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18026,NULL,NULL,NULL,'Moncalieri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18014,NULL,NULL,NULL,'Monaco',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Monaco','145',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18013,NULL,NULL,NULL,'Monaco',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17686,NULL,NULL,NULL,'Milan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(203,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35383,NULL,NULL,NULL,'Melbourne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17007,NULL,NULL,NULL,'Masai Mara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kenya','113',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16946,NULL,NULL,NULL,'Marseille',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16593,NULL,NULL,NULL,'Manali',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(207,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16563,NULL,NULL,NULL,'Malta',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malta','135',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16562,NULL,NULL,NULL,'Malta',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31885,NULL,NULL,NULL,'Male',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16508,NULL,NULL,NULL,'Male',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Maldives','133',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16505,NULL,NULL,NULL,'Maldives',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Maldives','133',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16480,NULL,NULL,NULL,'Malaga',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16463,NULL,NULL,NULL,'Makkah',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16375,NULL,NULL,NULL,'Mahabaleshwar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16319,NULL,NULL,NULL,'Madurai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16314,NULL,NULL,NULL,'Madrid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16301,NULL,NULL,NULL,'Madina',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16241,NULL,NULL,NULL,'Macedonia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16195,NULL,NULL,NULL,'Lyons-la-foret',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16164,NULL,NULL,NULL,'Lviv',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34642,NULL,NULL,NULL,'Lugano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16050,NULL,NULL,NULL,'Lugagnano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16022,NULL,NULL,NULL,'Lucerne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15952,NULL,NULL,NULL,'Lourdes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34481,NULL,NULL,NULL,'Lothal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(226,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35251,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15836,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15833,NULL,NULL,NULL,'Lonavala',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15682,NULL,NULL,NULL,'Ljubljana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Slovenia','192',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15610,NULL,NULL,NULL,'Lisbon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15593,NULL,NULL,NULL,'Linz',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(232,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15539,NULL,NULL,NULL,'Lina',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(233,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15525,NULL,NULL,NULL,'Limerick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15524,NULL,NULL,NULL,'Limerick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15502,NULL,NULL,NULL,'Lille',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15230,NULL,NULL,NULL,'Lehi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15229,NULL,NULL,NULL,'Leh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15202,NULL,NULL,NULL,'Leeds',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15201,NULL,NULL,NULL,'Leeds',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14817,NULL,NULL,NULL,'Lake Manyara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(241,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31555,NULL,NULL,NULL,'Lake District',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14812,NULL,NULL,NULL,'Lake Bled - Julian Alps',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Slovenia','192',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(243,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34296,NULL,NULL,NULL,'Ladakh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(244,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34559,NULL,NULL,NULL,'Lachung',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31490,NULL,NULL,NULL,'La Spezia-ortonovo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31489,NULL,NULL,NULL,'La Spezia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31462,NULL,NULL,NULL,'La Rochelle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31283,NULL,NULL,NULL,'La Ciotat',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14671,NULL,NULL,NULL,'Kylemore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14622,NULL,NULL,NULL,'Kusadasi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14578,NULL,NULL,NULL,'Kumarakom',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(252,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,14570,1,NULL,NULL,'Kullu',0,NULL,NULL,4,NULL,NULL,'252_1698153007.jpg','252_1698153007.jpg','India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34441,NULL,NULL,NULL,'Kufri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30568,NULL,NULL,NULL,'Kuala Lumpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malaysia','132',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14527,NULL,NULL,NULL,'Kruja',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(256,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14466,NULL,NULL,NULL,'Krabi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thailand','215',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14455,NULL,NULL,NULL,'Kovalam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(258,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14384,NULL,NULL,NULL,'Korcula',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14368,NULL,NULL,NULL,'Konya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34291,NULL,NULL,NULL,'Konark',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14277,NULL,NULL,NULL,'Kodaikanal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14275,NULL,NULL,NULL,'Kochi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14261,NULL,NULL,NULL,'Knysna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14255,NULL,NULL,NULL,'Knock/mayo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14014,NULL,NULL,NULL,'Killarney',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(266,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14005,NULL,NULL,NULL,'Kilimanjaro',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13954,NULL,NULL,NULL,'Khiva',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13741,NULL,NULL,NULL,'Kaziranga National Park',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(269,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13672,NULL,NULL,NULL,'Kathmandu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13589,NULL,NULL,NULL,'Karlsruhe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13569,NULL,NULL,NULL,'Kargil',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13557,NULL,NULL,NULL,'Karatu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(273,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13520,NULL,NULL,NULL,'Kanyakumari',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13514,NULL,NULL,NULL,'Kannur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13508,NULL,NULL,NULL,'Kanha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(276,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13384,NULL,NULL,NULL,'Kalambaka',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13292,NULL,NULL,NULL,'Jungfraujoch',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(278,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13184,NULL,NULL,NULL,'Jodhpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(279,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13067,NULL,NULL,NULL,'Jeddah',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12996,NULL,NULL,NULL,'Jaisalmer',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12995,NULL,NULL,NULL,'Jaipur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(282,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12971,NULL,NULL,NULL,'Jabalpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12905,NULL,NULL,NULL,'Istanbul',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12783,NULL,NULL,NULL,'Ioannina',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12775,NULL,NULL,NULL,'Inverness',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12774,NULL,NULL,NULL,'Inverness',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12756,NULL,NULL,NULL,'Interlaken',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12747,NULL,NULL,NULL,'Innsbruck',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(289,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31137,NULL,NULL,NULL,'Iceland',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12523,NULL,NULL,NULL,'Hvar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11878,NULL,NULL,NULL,'Heppenheim',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11834,NULL,NULL,NULL,'Helsinki',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Finland','75',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11778,NULL,NULL,NULL,'Heidelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11777,NULL,NULL,NULL,'Heidelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11776,NULL,NULL,NULL,'Heidelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11751,NULL,NULL,NULL,'Heathrow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11750,NULL,NULL,NULL,'Heathrow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11658,NULL,NULL,NULL,'Havelock Island',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11334,NULL,NULL,NULL,'Hail',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11240,NULL,NULL,NULL,'Guwahati',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11197,NULL,NULL,NULL,'Gulmarg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10913,NULL,NULL,NULL,'Greece',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10810,NULL,NULL,NULL,'Granada',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10681,NULL,NULL,NULL,'Gopalpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10616,NULL,NULL,NULL,'Gold Coast',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10576,NULL,NULL,NULL,'Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10570,NULL,NULL,NULL,'Gmunden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10494,NULL,NULL,NULL,'Glasgow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10388,NULL,NULL,NULL,'Gibraltar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10291,NULL,NULL,NULL,'Genval',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10289,NULL,NULL,NULL,'Genting Highlands',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malaysia','132',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10276,NULL,NULL,NULL,'Geneva',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(313,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10245,NULL,NULL,NULL,'Geiranger',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(314,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10243,NULL,NULL,NULL,'Geilo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10106,NULL,NULL,NULL,'Gangtok',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9833,NULL,NULL,NULL,'Frejus',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9822,NULL,NULL,NULL,'Freiburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9764,NULL,NULL,NULL,'Frankfurt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(319,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31036,NULL,NULL,NULL,'Forte Dei Marmi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9544,NULL,NULL,NULL,'Florence',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(321,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9543,NULL,NULL,NULL,'Florence',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(322,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9363,NULL,NULL,NULL,'Ferrara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9073,NULL,NULL,NULL,'Evron',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8778,NULL,NULL,NULL,'Engelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(325,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8520,NULL,NULL,NULL,'Edinburgh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(326,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8366,NULL,NULL,NULL,'Durres',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(327,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8231,NULL,NULL,NULL,'Dubrovnik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Croatia','55',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(328,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8223,NULL,NULL,NULL,'Dublin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(329,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8222,NULL,NULL,NULL,'Dublin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8219,NULL,NULL,NULL,'Dubai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'United Arab Emirates','228',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(331,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8178,NULL,NULL,NULL,'Dresden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(332,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8177,NULL,NULL,NULL,'Dresden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(333,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7966,NULL,NULL,NULL,'Djibouti',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Djibouti','60',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(334,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7934,NULL,NULL,NULL,'Dirang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(335,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7824,NULL,NULL,NULL,'Dharamshala',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(336,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7701,NULL,NULL,NULL,'Delhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7556,NULL,NULL,NULL,'Darjeeling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7478,NULL,NULL,NULL,'Dalhousie',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(339,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30733,NULL,NULL,NULL,'Costa Del Sol',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6917,0,NULL,NULL,'Corbett',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(341,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6889,NULL,NULL,NULL,'Copenhagen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Denmark','59',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6879,NULL,NULL,NULL,'Coorg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6871,NULL,NULL,NULL,'Coonoor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(344,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6681,NULL,NULL,NULL,'Cologny',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6679,NULL,NULL,NULL,'Cologne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(346,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6675,NULL,NULL,NULL,'Colmar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(347,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6609,NULL,NULL,NULL,'Coimbatore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6561,NULL,NULL,NULL,'Cochin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6392,NULL,NULL,NULL,'Claremorris',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6194,NULL,NULL,NULL,'Chitwan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(351,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6042,NULL,NULL,NULL,'Chester',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(352,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34563,NULL,NULL,NULL,'Cherrapunji',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(353,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5899,NULL,NULL,NULL,'Chateau-d\'oex',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(354,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5898,NULL,NULL,NULL,'Chateau-d\'oex',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5765,NULL,NULL,NULL,'Chandigarh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(356,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34479,NULL,NULL,NULL,'Champaner',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(357,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5735,NULL,NULL,NULL,'Chamonix',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5145,NULL,NULL,NULL,'Cardiff',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(359,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5094,NULL,NULL,NULL,'Cappadocia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5069,NULL,NULL,NULL,'Cape Town',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(361,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5005,NULL,NULL,NULL,'Cannes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4693,NULL,NULL,NULL,'Cairns',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(363,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4662,NULL,NULL,NULL,'Caernarfon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4527,NULL,NULL,NULL,'Bursa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4410,NULL,NULL,NULL,'Bukhara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4361,NULL,NULL,NULL,'Budapest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hungary','99',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4304,NULL,NULL,NULL,'Brussels',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(368,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4272,NULL,NULL,NULL,'Bruges',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4264,NULL,NULL,NULL,'Bruchsal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(370,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3968,NULL,NULL,NULL,'Bratislava',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Slovakia','191',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30598,NULL,NULL,NULL,'Bordeaux',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34561,NULL,NULL,NULL,'Bomdila',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(373,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3417,NULL,NULL,NULL,'Bled',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Slovenia','192',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3336,NULL,NULL,NULL,'Black Forest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:12','2022-12-14 19:50:12',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(375,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3280,NULL,NULL,NULL,'Birmingham',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(376,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3279,NULL,NULL,NULL,'Birmingham',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3213,NULL,NULL,NULL,'Bilbao',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(378,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3209,NULL,NULL,NULL,'Bikaner',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3153,NULL,NULL,NULL,'Biarritz',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3142,NULL,NULL,NULL,'Bhuj',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3141,NULL,NULL,NULL,'Bhubaneswar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(382,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34462,NULL,NULL,NULL,'Bhalukpong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3012,NULL,NULL,NULL,'Bern',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3006,NULL,NULL,NULL,'Berlin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(385,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3005,NULL,NULL,NULL,'Berlin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(386,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2980,NULL,NULL,NULL,'Bergen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2956,NULL,NULL,NULL,'Berat',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(388,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2783,NULL,NULL,NULL,'Belgrade',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(389,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2781,NULL,NULL,NULL,'Belgrade',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Serbia','468',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(390,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2778,NULL,NULL,NULL,'Belgium',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(391,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2767,NULL,NULL,NULL,'Belfast',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(392,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2766,NULL,NULL,NULL,'Belfast',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(393,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2744,NULL,NULL,NULL,'Bekal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(394,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2532,NULL,NULL,NULL,'Bath',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2531,NULL,NULL,NULL,'Bath',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(396,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2352,NULL,NULL,NULL,'Barcelona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(397,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2266,0,NULL,NULL,'Bangkok',0,NULL,NULL,1,NULL,NULL,'397_1692343907.jpg','397_1692343907.jpg','Thailand','215',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(398,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2249,NULL,NULL,NULL,'Bandhavgarh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(399,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2136,0,NULL,NULL,'Bali',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2099,NULL,NULL,NULL,'Baku',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Azerbaijan','15',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(401,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2051,NULL,NULL,NULL,'Bahrain',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bahrain','17',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(402,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1992,NULL,NULL,NULL,'Baden-baden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(403,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1991,NULL,NULL,NULL,'Baden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(404,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1990,NULL,NULL,NULL,'Baden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(405,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1989,NULL,NULL,NULL,'Baden',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1869,NULL,NULL,NULL,'Avoca',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(407,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1868,NULL,NULL,NULL,'Avoca',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(408,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1861,NULL,NULL,NULL,'Avila',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(409,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1860,0,NULL,NULL,'Avignon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(410,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1681,NULL,NULL,NULL,'Athens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(411,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1680,NULL,NULL,NULL,'Athens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1533,NULL,NULL,NULL,'Arusha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanzania','214',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(413,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1270,NULL,NULL,NULL,'Aranjuez',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(414,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1151,0,NULL,NULL,'Antalya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(415,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1121,NULL,NULL,NULL,'Annemasse',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1098,NULL,NULL,NULL,'Ankara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1073,NULL,NULL,NULL,'Angola',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(418,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1014,NULL,NULL,NULL,'Ancona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(419,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,979,NULL,NULL,NULL,'Amsterdam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Netherlands','154',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(420,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,974,1,NULL,NULL,'Amritsar',0,NULL,NULL,1,NULL,NULL,'420_1692343852.jpg','420_1692343852.jpg','India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(421,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,937,NULL,NULL,NULL,'Amiens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(422,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,905,NULL,NULL,NULL,'Amboseli National Park',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kenya','113',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(423,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,670,0,NULL,NULL,'Alleppey',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,475,NULL,NULL,NULL,'Albertinia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(425,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,451,NULL,NULL,NULL,'Albania',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(426,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,296,0,NULL,NULL,'Ahmedabad',0,NULL,NULL,4,NULL,NULL,'426_1698150860.jpg','426_1698150860.jpg','India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(427,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,266,1,NULL,NULL,'Agra',0,NULL,NULL,1,NULL,NULL,'427_1692343801.jpg','427_1692343801.jpg','India','101',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(428,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,105,NULL,NULL,NULL,'Abu Dhabi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'United Arab Emirates','228',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,86,0,NULL,NULL,'Abha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saudi Arabia','186',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(430,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,67,0,NULL,NULL,'Aberdare National Park',0,NULL,NULL,1,NULL,NULL,'430_1692343733.jpg','430_1692343733.jpg','Kenya','113',NULL,'2022-12-14 19:50:13','2022-12-14 19:50:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36727,NULL,NULL,NULL,'Pachmarhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(432,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35524,NULL,NULL,NULL,'Turtuk',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(433,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34549,NULL,NULL,NULL,'Sonamarg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20526,NULL,NULL,NULL,'Pachmarhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17093,NULL,NULL,NULL,'Matheran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(436,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12538,NULL,NULL,NULL,'Hyderabad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(437,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3139,NULL,NULL,NULL,'Bhopal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-01-05 17:07:42','2023-01-05 17:07:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(438,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,86719,NULL,NULL,NULL,'MEXICO',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Philippines','173',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(439,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,81725,NULL,NULL,NULL,'MALTA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Latvia','119',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(440,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22540,NULL,NULL,NULL,'Ramoji Film City',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17585,NULL,NULL,NULL,'Mexico',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35355,NULL,NULL,NULL,'Hong Kong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hong Kong','503',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(443,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3985,NULL,NULL,NULL,'Brazil',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-02-01 12:01:25','2023-02-01 12:01:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(444,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,99970,NULL,NULL,NULL,'DUBAI FESTIVAL CITY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'United Arab Emirates','228',NULL,'2023-03-28 13:47:11','2023-03-28 13:47:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(445,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,100868,NULL,NULL,NULL,'HA LONG',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(446,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36150,NULL,NULL,NULL,'Hoi An',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(447,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35802,NULL,NULL,NULL,'Singapore Cruise',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Singapore','190',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(448,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22286,NULL,NULL,NULL,'Putrajaya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malaysia','132',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(449,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31115,NULL,NULL,NULL,'Ho Chi Minh City',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(450,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11487,NULL,NULL,NULL,'Hanoi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(451,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11405,NULL,NULL,NULL,'Halong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(452,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7518,NULL,NULL,NULL,'Danang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(453,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30741,NULL,NULL,NULL,'Da Nang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Vietnam','236',NULL,'2023-08-30 12:42:59','2023-08-30 12:42:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `tb_tbb2c_destinations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_newsletter`
--

DROP TABLE IF EXISTS `tb_tbb2c_newsletter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_newsletter` (
  `news_letter_id` int NOT NULL AUTO_INCREMENT,
  `news_letter_email` varchar(255) NOT NULL,
  `created_date` datetime NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`news_letter_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_newsletter`
--

LOCK TABLES `tb_tbb2c_newsletter` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_newsletter` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_newsletter` VALUES (1,'Waseemalikhan890@gmail.co','2022-12-22 13:56:28','1'),(2,'kamyadaan.2018@gmail.com','2023-01-27 20:42:55','1'),(3,'Guruplaha75@gmail.com','2023-01-31 10:18:04','1'),(4,'veeraveni73@gmail.com','2023-03-21 10:41:42','1'),(5,'rgowind@gmail.com','2023-03-31 21:38:51','1'),(6,'srikanthaotrsgd9@gmail.co','2023-07-06 12:17:36','1'),(7,'Schandan305@gmail.com','2023-08-11 22:47:43','1'),(8,'Khadimraja337@gmail.com','2023-10-21 09:08:09','1'),(9,'shamimalam45@gmail.com','2023-10-21 19:48:29','1');
/*!40000 ALTER TABLE `tb_tbb2c_newsletter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_packages_master`
--

DROP TABLE IF EXISTS `tb_tbb2c_packages_master`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_packages_master` (
  `PkgSysId` bigint NOT NULL AUTO_INCREMENT,
  `GTXPkgId` bigint NOT NULL,
  `GTXPkgSourceId` smallint NOT NULL,
  `AgencySysId` bigint NOT NULL,
  `IsFeatured` int NOT NULL,
  `lastMinuteDeal` int NOT NULL DEFAULT '0',
  `DisplayIndex` smallint NOT NULL,
  `PackageCategory` text,
  `ShortJsonInfo` text,
  `ItemType` tinyint DEFAULT '0',
  `PackageType` tinyint DEFAULT '0',
  `PackageSubType` tinyint DEFAULT '0',
  `LongJsonInfo` longtext NOT NULL,
  `Destinations` varchar(2000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `PackageSearchString` varchar(2000) NOT NULL,
  `HotDeal` varchar(255) DEFAULT NULL,
  `DestinationsId` varchar(200) NOT NULL,
  `MinPrice` decimal(18,0) NOT NULL,
  `MaxPrice` decimal(18,0) NOT NULL,
  `Nights` smallint NOT NULL,
  `Image` varchar(255) DEFAULT NULL,
  `MainImage` varchar(255) DEFAULT NULL,
  `hotelWebImage` varchar(2000) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `MinPax` smallint NOT NULL,
  `PackTypeMask` varchar(50) NOT NULL,
  `PackRangeType` smallint NOT NULL,
  `PkgValidFrom` datetime NOT NULL,
  `PkgValidUntil` datetime NOT NULL,
  `BookingValidUntil` datetime NOT NULL,
  `StarRating` tinyint NOT NULL,
  `Countries` mediumtext NOT NULL,
  `CountryIds` varchar(255) NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `CreatedBy` bigint NOT NULL,
  `UpdatedBy` bigint NOT NULL,
  `IsPublish` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `Keyword` text,
  `Description` text,
  `Metatag` text,
  `broucher` varchar(256) DEFAULT NULL,
  `packageNameUrl` varchar(500) DEFAULT NULL,
  `visaFAQ` text,
  `festivals` varchar(500) DEFAULT NULL,
  `packageItinerary` text,
  `oldPrice` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`PkgSysId`),
  FULLTEXT KEY `PackageSearchString` (`PackageSearchString`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_packages_master`
--

LOCK TABLES `tb_tbb2c_packages_master` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_packages_master` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_packages_master` VALUES (1,45173,1,4539,1,0,0,'Religious',NULL,1,1,0,'{\"package\":{\"TPId\":45173,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/ramadan---shabaan-umrah_1670400323\",\"BookingValidUntill\":\"2023-03-07\",\"AdvBookingDays\":20,\"DETAILS\":\"<p>This is Overview<\\/p>\\r\\n\",\"AdvBookingPercent\":60,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":4539,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Jeddah\",\"DestinationPlacesSysId\":13067,\"SourcePlaces\":\"Jeddah\",\"SourcePlaceSysId\":13067,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Ramadan - Shabaan Umrah\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12795\",\"SupplierName\":\"Atlas Umrah\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,All Meals,Visa,Travel Insurance\",\"PackageType\":\"Religious\",\"Validity\":{\"From\":\"2022-12-14\",\"To\":\"2023-03-07\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16463,\"Title\":\"Makkah\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527676,\"Name\":\"Lulu Al Sharq\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.421283\",\"Long\":\"39.832310\",\"Address\":\"King Abdul Aziz Rd, Ajyad, Mecca, Saudi Arabia\"},\"Images\":{\"Image\":[{\"ImagId\":4822418,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_527676\\/4539_01670403934.png\"},{\"ImagId\":4822419,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_527676\\/4539_11670403935.png\"},{\"ImagId\":4822420,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_527676\\/4539_21670403935.png\"},{\"ImagId\":4822421,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_527676\\/4539_31670403936.png\"}]},\"CityId\":16463,\"Brief\":\"<p>Set a 10-minute drive from Madhbah Isma'Il, Luluat Al Sharq Hotel Mecca is located near Safa and Marwa Holy Mountains.<\\/p>\\r\\n\\r\\n<p>Together with a bidet, a roll-in shower and a tub, bathroom comforts also include hair dryers and bath sheets.<\\/p>\\r\\n\\r\\n<p>Terminal Syeb Amir bus station is located 10 minutes away from the accommodation.<\\/p>\\r\\n\\r\\n<p>Guests will also appreciate proximity to the massive Masjid al-Haram Mosque, which is about 5 minutes' walk away. A 25-minute walk from this hotel will get you to the heart of Mecca. <\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_527676\\/4539_540599dad4e1a947fedac37dcc672e041670403934.png\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12795,\"SupplierName\":\"Atlas Umrah\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528955,\"Name\":\"Hotel Al Massa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.4200458\",\"Long\":\"39.8279684\",\"Address\":\"Alsouq Alsagheer Tunnel? CRCH+258, King Abdul Aziz Rd, Ajyad, Makkah 24231, Saudi Arabia\"},\"Images\":[],\"CityId\":16463,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12795,\"SupplierName\":\"Atlas Umrah\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":16301,\"Title\":\"Madina\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528956,\"Name\":\"Tabah Towers Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.4715435\",\"Long\":\"39.6062681\",\"Address\":\"2476 ??? ?? ????? 6938, ?????? ??????? ??????? 42311, Saudi Arabia\"},\"Images\":[],\"CityId\":16301,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12795,\"SupplierName\":\"Atlas Umrah\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528957,\"Name\":\"Tabah Towers Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.4715435\",\"Long\":\"39.6062681\",\"Address\":\"2476 ??? ?? ????? 6938, ?????? ??????? ??????? 42311, Saudi Arabia\"},\"Images\":[],\"CityId\":16301,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12795,\"SupplierName\":\"Atlas Umrah\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"326424\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>Program Overview Test<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326426\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326428\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326430\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326432\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326434\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326436\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326438\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16463,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528955,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326440\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326442\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326444\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326446\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326448\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326450\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326452\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326454\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16301,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528957,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45173\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"115000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45174\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"1950000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45173\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"115000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":95000,\"priceDoubleOcc\":\"115000.00\",\"priceSingleOcc\":212000,\"priceExtraBed\":\"55000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":55000,\"COSTDO\":115000,\"COSTSO\":212000,\"ACEB\":55000,\"COSTTO\":55000,\"CostQuad\":85000}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45174\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"1950000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000},{\"From\":\"2023-03-22\",\"To\":\"2023-03-22\",\"Currency\":1,\"priceTripleOcc\":1325000,\"priceDoubleOcc\":\"1950000.00\",\"priceSingleOcc\":2127000,\"priceExtraBed\":\"75000.00\",\"priceWithoutBed\":\"40000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1950000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40000,\"CEB\":75000,\"COSTDO\":1950000,\"COSTSO\":2127000,\"ACEB\":75000,\"COSTTO\":75000,\"CostQuad\":135000}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Please contact your travel expert for further information.<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>Pay minimum Rs 100,000\\/- amount to book your package<\\/li>\\r\\n\\t<li>Final amount 100% to be paid 20 days before departure or the booking will get cancelled without prior notice.<\\/li>\\r\\n\\t<li>Book through NEFT\\/RTGS or Cheque.<\\/li>\\r\\n\\t<li>if your booking is routed through any of our booking center the cost of the land package shall remain the same. Atlas Tours & Travels Pvt Ltd is not responsible for any cash transactions at any booking centres.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p><strong>Package is 100% non-refundable.<\\/strong><\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>All Prices quoted are per person and exclude airfare.<\\/li>\\r\\n\\t<li>Flight Tickets can be availed at an approximate additional cost of INR 65,000. The final price, however, is subject to time of booking.<\\/li>\\r\\n\\t<li>Extra luggage other than mentioned on ticket would be paid by the pilgrim<\\/li>\\r\\n\\t<li>Any repeater\\/extra visa fee added by the authorities KSA shall be charged additionally<\\/li>\\r\\n\\t<li>Rooms Allotment as per Hotel management, No room choice will be entertained           <\\/li>\\r\\n\\t<li>Rooms in Makkah & Madina Hotels are normally as follows:\\r\\n\\t<ul>\\r\\n\\t\\t<li>Double Room = 2 Normal Beds<\\/li>\\r\\n\\t\\t<li>Triple Room = 2 Normal Beds + 1 Extra Bed.<\\/li>\\r\\n\\t\\t<li>Quad Room = 2 Normal Beds + 2 Extra Beds<\\/li>\\r\\n\\t\\t<li>Quint Room = 2 Normal Beds + 3 Extra Beds.<\\/li>\\r\\n\\t<\\/ul>\\r\\n\\t<\\/li>\\r\\n\\t<li>Food provided will be on Full\\/Board basis by the hotel management.<\\/li>\\r\\n\\t<li>No refund in case of unused services or lesser duration of stay.<\\/li>\\r\\n\\t<li>The tour dates and tour programs are provisional and subject to change without notice.<\\/li>\\r\\n\\t<li>In case passenger test positive for Covid-19, the additional charges shall be borne by the pilgrim directly.<\\/li>\\r\\n\\t<li>The tour costs are based on Saudi Riyal @ Rs.22.00\\/. Any increase in the given rates at the time of delivery of passport before departures of the tour shall be collected from the passengers.<\\/li>\\r\\n\\t<li>Flight schedule and Itinerary are subject to change without prior notice.<\\/li>\\r\\n\\t<li>If you travel individually other than group dates, you will bear the additional transportation charges as per your itinerary<\\/li>\\r\\n\\t<li>We are not responsible for any luggage losses, Injuries, damages, Accidents and additional expenses due to any reason, not limited to, delay of flight, act of god, deportation, umrah visa expiry, theft, personal injuries, damages related to laundry.<\\/li>\\r\\n\\t<li>All services subject to rules & regulations of Indian & Saudi Government. Complimentary ZAM ZAM will be given if accepted by the Airlines at the airport<\\/li>\\r\\n\\t<li>Arabic dates may be changed subject to sighting of moon<\\/li>\\r\\n\\t<li>Increment of 5 to 10% in price may be expected. <\\/li>\\r\\n\\t<li>Atlas Reserves the rights to provide similar Hotels. No refund shall be given in such cases.<\\/li>\\r\\n\\t<li>Subject to BTQ passengers.<\\/li>\\r\\n\\t<li>Subject to Mumbai Jurisdiction only.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Airfare.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, telephone calls\\/fax, beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>Umrah Visa with Insurance<\\/li>\\r\\n\\t<li>Stay In Makkah & Madinah<\\/li>\\r\\n\\t<li>Fullboard Meals – Sehri & Iftari<\\/li>\\r\\n\\t<li>Roundtrip Internal Transportation in Luxury coaches<\\/li>\\r\\n\\t<li>Unlimited Daily Laundry services<\\/li>\\r\\n\\t<li>Zam Zam (Subject to regulations)<\\/li>\\r\\n\\t<li>Complimentary items provided by the Tour operator<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p><strong>Required Documents:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof or Passport (For International Travel)<\\/li>\\r\\n\\t<li>Covid-19 Vaccine Certificate<\\/li>\\r\\n\\t<li>PCR Test (If required)<\\/li>\\r\\n\\t<li>Indian passport valid for at least 6 months having minimum 2 blank pages and 2 white background photographs of size 4x6cm.<\\/li>\\r\\n\\t<li>Pan card copy. <\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a travel house that specializes in personalized travel experiences. We have traveled the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"326424\":[{\"Sequence\":[0],\"TPInvnSysId\":[326424],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326426\":[{\"Sequence\":[0],\"TPInvnSysId\":[326426],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326428\":[{\"Sequence\":[0],\"TPInvnSysId\":[326428],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326430\":[{\"Sequence\":[0],\"TPInvnSysId\":[326430],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326432\":[{\"Sequence\":[0],\"TPInvnSysId\":[326432],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326434\":[{\"Sequence\":[0],\"TPInvnSysId\":[326434],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326436\":[{\"Sequence\":[0],\"TPInvnSysId\":[326436],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326438\":[{\"Sequence\":[0],\"TPInvnSysId\":[326438],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326440\":[{\"Sequence\":[0],\"TPInvnSysId\":[326440],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326442\":[{\"Sequence\":[0],\"TPInvnSysId\":[326442],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326444\":[{\"Sequence\":[0],\"TPInvnSysId\":[326444],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326446\":[{\"Sequence\":[0],\"TPInvnSysId\":[326446],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326448\":[{\"Sequence\":[0],\"TPInvnSysId\":[326448],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326450\":[{\"Sequence\":[0],\"TPInvnSysId\":[326450],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326452\":[{\"Sequence\":[0],\"TPInvnSysId\":[326452],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}],\"326454\":[{\"Sequence\":[0],\"TPInvnSysId\":[326454],\"Remark\":[\"<p>Group<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"18676\":{\"CityName\":\"Mumbai\",\"FlightInv\":{\"1\":{\"290\":{\"FlightType\":1,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"sv-773\",\"DepartureAirportCode\":\"BOM\",\"DepartureAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"DepartureTime\":\"10:20:00\",\"FromTerminal\":\"Terminal 2\",\"ArrivalAirportCode\":\"JED\",\"ArrivalAirportName\":\"Jeddah, SA - King Abdul Aziz Intl Airport (JED)\",\"ArrivalTime\":\"13:05:00\",\"ToTerminal\":\"Terminal 2\",\"EstimateHours\":\"05:00\"}},\"2\":{\"291\":{\"FlightType\":2,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"sv-772\",\"DepartureAirportCode\":\"JED\",\"DepartureAirportName\":\"Jeddah, SA - King Abdul Aziz Intl Airport (JED)\",\"DepartureTime\":\"18:00:00\",\"FromTerminal\":\"Terminal 1\",\"ArrivalAirportCode\":\"BOM\",\"ArrivalAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"ArrivalTime\":\"01:05:00\",\"ToTerminal\":\"Terminal 2\",\"EstimateHours\":\"05:00\"}}},\"FromDate\":{\"20230322\":{\"FromDate\":\"2023-03-22\",\"FromDateDMY\":\"22\\/03\\/2023\",\"AdultCost\":65000,\"InfantCost\":15000,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"2262\":{\"CityName\":\"Bengaluru\",\"FlightInv\":{\"1\":{\"292\":{\"FlightType\":1,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"SV-773\",\"DepartureAirportCode\":\"BLR\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"11:00:00\",\"FromTerminal\":\"Bengaluru Intl Arpt\",\"ArrivalAirportCode\":\"JED\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"14:11:00\",\"ToTerminal\":\"Terminal 1\",\"EstimateHours\":\"05:00\"}},\"2\":{\"293\":{\"FlightType\":2,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"sv-772\",\"DepartureAirportCode\":\"JED\",\"DepartureAirportName\":\"Jeddah, SA - King Abdul Aziz Intl Airport (JED)\",\"DepartureTime\":\"14:12:00\",\"FromTerminal\":\"Terminal 1\",\"ArrivalAirportCode\":\"BLR\",\"ArrivalAirportName\":\"Bengaluru, IN - Bangalore Airport (BLR)\",\"ArrivalTime\":\"14:12:00\",\"ToTerminal\":\"Bengaluru Intl Arpt\",\"EstimateHours\":\"14:12\"}}},\"FromDate\":{\"20230322\":{\"FromDate\":\"2023-03-22\",\"FromDateDMY\":\"22\\/03\\/2023\",\"AdultCost\":70000,\"InfantCost\":15000,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"294\":{\"FlightType\":1,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"SV-773\",\"DepartureAirportCode\":\"AMD\",\"DepartureAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"DepartureTime\":\"14:12:00\",\"FromTerminal\":\"Amd\",\"ArrivalAirportCode\":\"JED\",\"ArrivalAirportName\":\"Jeddah, SA - King Abdul Aziz Intl Airport (JED)\",\"ArrivalTime\":\"14:12:00\",\"ToTerminal\":\"Terminal 1\",\"EstimateHours\":\"14:12\"}},\"2\":{\"295\":{\"FlightType\":2,\"AirlineName\":\"Saudia\",\"AirlineCode\":\"sv-772\",\"DepartureAirportCode\":\"JED\",\"DepartureAirportName\":\"Jeddah, SA - King Abdul Aziz Intl Airport (JED)\",\"DepartureTime\":\"14:13:00\",\"FromTerminal\":\"Terminal 1\",\"ArrivalAirportCode\":\"AMD\",\"ArrivalAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"ArrivalTime\":\"14:13:00\",\"ToTerminal\":\"Terminal 2\",\"EstimateHours\":\"14:13\"}}},\"FromDate\":{\"20230322\":{\"FromDate\":\"2023-03-22\",\"FromDateDMY\":\"22\\/03\\/2023\",\"AdultCost\":72000,\"InfantCost\":10000,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}}}}','Makkah,Madina','Makkah,Middle East,Saudi Arabia,Madina','','16463,16301',115000,1950000,14,'1_1671622667_0.png',NULL,'[{\"day\":1,\"images\":null},{\"day\":2,\"images\":null},{\"day\":3,\"images\":null},{\"day\":4,\"images\":null},{\"day\":5,\"images\":null},{\"day\":6,\"images\":null},{\"day\":7,\"images\":null},{\"day\":8,\"images\":null},{\"day\":9,\"images\":null},{\"day\":10,\"images\":null},{\"day\":11,\"images\":null},{\"day\":12,\"images\":null},{\"day\":13,\"images\":null},{\"day\":14,\"images\":null},{\"day\":15,\"images\":null}]',1,'',0,'2022-12-14 00:00:00','2023-03-07 00:00:00','2023-03-07 00:00:00',3,'Saudi Arabia','186','2022-12-14 19:46:36','2022-12-14 00:00:00',1,1,'1','1','0','','','',NULL,'ramadan-shabaan-umrah',NULL,NULL,NULL,0),(2,44648,1,4539,1,0,0,'Honeymoon,Family,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":44648,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/malaysia-getaway_1669649282\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Explore the culinary and cultural melting pot of Asia with our Malaysia tour packages. Home to fresh mountains, verdant forests, and immaculate beaches, Malaysia is without a doubt one of Asia's most stunning travel destinations. This country's spectacular grandeur, which includes lush, green rainforests, lovely sandy beaches, modern towns, and unique architecture, will make you want to visit on our Malaysia packages more often. Another great reason to visit Malaysia with our Malaysia tour packages is its enticing and extraordinarily delicious cuisine you can experience on any of our Malaysia trip packages. Malaysia, a melting pot of culture, custom, legacy, and history, provides you with a wide range of things to do. Malaysia offers a wide variety of activities, including daring hikes, exhilarating water sports, ancient temples, modern theme parks, and diverse gastronomic experiences.<\\/p>\\r\\n\\r\\n<p>A location of contrast is this on our Malaysia packages. You may hear the call to prayer from the mosque here in the morning and enjoy drinks at a posh nightclub in the evening. You may spend one day hiking in a forest and the next relaxing on a beach. Even though the locals are conservative, they come across as fairly progressive when you meet them. With the vibrant city of Kuala Lumpur, the dense shrouded forests of the Central Highlands, and magnificent islands floating in crystal blue waters off of nearly every coastline in the nation, all with superb diving, Malaysia with our Malaysia packages is one of the most aesthetically spectacular nations in Southeast Asia.<\\/p>\\r\\n\\r\\n<p>Malaysia may be divided approximately into two halves with our Malaysia tour packages. East Malaysia (Borneo), which has a marine border with Vietnam and the Philippines as well as a maritime border with Brunei and Indonesia, Peninsular Malaysia, which only has one land border with Thailand, and maritime boarders with Singapore, Vietnam, and Indonesia. For more information on Malaysia tour package price from India, for couple, from Kerala, Delhi, Mumbai and Ahmedabad visit our website.<\\/p>\\r\\n\\r\\n<p>Because of its geographic location, you can witness on your Malaysia trip the wide diversity of wildlife, including several populations of unique species. Malaysia is one of just 17 Megadiverse nations in the world because it is home to so many creatures that are unique to its territory. There aren't many sites in the world that provide greater chances to see animals, whether you're diving in Sipadan, Malaysian Borneo, or the Central Highlands of Peninsular Malaysia.<\\/p>\\r\\n\\r\\n<p>So, if you are planning to visit Malaysia, you are definitely in for a treat with our Malaysia tour packages from India for couple, from Chennai, and Bangalore, listed below!<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":4539,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Kuala Lumpur\",\"DestinationPlacesSysId\":30568,\"SourcePlaces\":\"Kuala Lumpur\",\"SourcePlaceSysId\":30568,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Malaysia Getaway\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4432\",\"SupplierName\":\"Nam ho DMC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":30568,\"Title\":\"Kuala Lumpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":391465,\"Name\":\"HOLIDAY INN EXPRESS KUALA LUMPUR CITY CENTRE\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.150741\",\"Long\":\"101.708605\",\"Address\":\"84 Jalan Raja Chulan   Kuala Lumpur,    50450   Malaysia, Kuala Lumpur, Malaysia, 50450\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"Holiday Inn Express Kuala Lumpur City Centre is the first Holiday Inn Express brand in Malaysia. Conveniently placed at Jalan Raja Chulan, this 383-room hotel is situated at the KL Downtown “Golden Triangleâ€\\u009d area with easy access to major financial and commercial towers, including the world-renowned Petronas Twin Towers, Kuala Lumpur Tower, Tun Razak Exchange, Kuala Lumpur Convention Centre and many more. Located right at the shopping mecca of Bukit Bintang area, our hotel is within walking distance to shopping malls like Pavilion, Lot 10, Berjaya Times Square and Sungei Wang Plaza. For endless entertainment and dining options, check out Changkat Bukit Bintang, Jalan Alor and Chinatown, which are just minutes away from our hotel.\\nStart the day right with FREE Express Start Breakfast or Grab&GO breakfast option. After a busy day, freshen up with our rejuvenating power shower and rest well with our signature bedding, with choices of Soft & Firm pillows. Enjoy 24 hours fitness room, self service laundry room, pay & go counter and internet station. Free WIFI is available throughout the hotel.The HOLIDAY INN EXPRESS KUALA LUMPUR CITY CENTRE is a  hotel. Located in City Centre area.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/18\\/1867328\\/AV2FnlUx_4f37c9fb6509b3914503ef32a62b0915.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":391384,\"Name\":\"FURAMA BUKIT BINTANG\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.140252988\",\"Long\":\"101.7100772\",\"Address\":\"136 CHANGKAT THAMBI DOLLAH (136, Jalan Changkat Thambi Dollah), Kuala Lumpur, Malaysia, 55100\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit Bintang, Berjaya Times Square and Chinatown. It is conveniently situated near the main shopping belts of the city, just a 5-minute walk away from Imbi Station. The hotel's proximity to the major expressways and public transport links also makes it highly accessible to major tourist spots. Petronas Twin Towers are only some 3.5 km away. Sultan Abdul Aziz Shah Airport is about 31 km away and Kuala Lumpur International Airport (klia) is some 57 km away.\\nFacilities\\nThe hotel features 433 accommodation units. Guests can use the lift for quick and comfortable access to the upper floors. Services and facilities at the hotel include currency exchange facilities, internet access, wireless internet access, a restaurant, room service, a laundry and a conference room. Guests arriving in their own vehicles can park in the car park.\\nRooms\\nAll rooms feature air conditioning and a bathroom. A safe is also available. Features include a mini-fridge and tea and coffee making equipment. An ironing set is also available to guests. Additional features, including internet access, a telephone and a TV, contribute to a great stay. In each of the bathrooms, guests will find a shower, a bathtub and a hairdryer.\\nSports\\/Entertainment\\nThe hotel offers a selection of sport and leisure opportunities. The hotel features an outdoor pool and a children's pool. Sun loungers provide a great place to sunbathe. Leisure options available to guests include a gym. \\nMeals\\nThe hotel offers the following bookable meals and board options: breakfast, lunch and dinner.\\nPayment\\nThe following credit cards are accepted at the hotel: American Express, VISA, Diners Club, JCB and MasterCard.The FURAMA BUKIT BINTANG is a Tourist, Modern, Business, Leisure, City hotel, Design Trendy hotel. Located in Kuala Lumpur area. Shopping is within walking distance and the nightlife\\/restaurants are right next to the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/45\\/458525\\/akikcbkI_87d4b7e14ebfe50c4c7bae6398396765.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":391532,\"Name\":\"THE ROYALE CHULAN KUALA LUMPUR\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.149321925\",\"Long\":\"101.7167258\",\"Address\":\"Jalan Conlay , Federal Territory of Kuala Lumpur (5 Jalan Conlay 50450 Kuala Lumpur, Malaysia), Kuala Lumpur, Malaysia, \"},\"Images\":[],\"CityId\":30568,\"Brief\":\"Location\\nFor a city hotel, location is everything and this one is central to most inner city attractions, services, restaurants and bars. Bukit Bintang, KLCC (including the Petronas Twin Towers), the convention centre, Aquaria KLCC, Star Hill Gallery, the Pavilion and Lot 10 are between 5 and 15 minutes' walk or a short taxi drive from the hotel. Despite being centrally located, the hotel is situated in a leafy oasis, away from the hustle and bustle of city life. Kuala Lumpur International Airport is less than 1 hour away by limousine.\\nFacilities\\nThe establishment comprises a total of 300 accommodation units. A lobby and a reception are available to guests. The upper floors can be reached by lift. Services and facilities at the hotel include a safe and a restaurant.\\nRooms\\nAll accommodation units feature air conditioning and a bathroom. A safe is also available. A mini-fridge and tea and coffee making equipment contribute to a comfortable stay. Each accommodation unit offers a telephone and a TV. Each of the bathrooms features a shower and a hairdryer.\\nSports\\/Entertainment\\nSport and entertainment options are available at the establishment. Leisure options at the establishment also include a spa and hydrotherapy. \\nMeals\\nThe establishment offers the following bookable meals and board options: breakfast, lunch and dinner.\\nPayment\\nThe following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.THE ROYALE CHULAN KUALA LUMPUR is a Tourist hotel. Located in Business District area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/98\\/98228\\/UM4pTJLn_5120ba408f775df5636f2cb9e46fc65c.\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3771,\"Title\":\"National Mosque of Malaysia\",\"Description\":\"National Mosque of Malaysia is the nationwide symbol of Islam.The Mosque has a main prayer hall with 48 smaller domes around it.The Grand Hall is undoubtedly the most intricate part of the mosque with verses from the Koran decorating the walls. Its key features are 240 ft high minaret and a 16-pointed star concrete main roof.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.1420938,\"Long\":101.6917739,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/National_Mosque_of_Malaysia_30568_1519276863.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3034,\"Title\":\"Petronas Twin Towers\",\"Description\":\"No trip to KL would be complete without a visit to the world's tallest twin towers. The skyscrapers are utterly stunning, particularly when illuminated at night. The Twin Towers Visit Operations is open Tuesday through Sunday and tickets are released at 8:30 a.m. on a first-come, first-served basis. To avoid disappointment, you can purchase your ticket in advance via online ticketing or at the Ticketing Counter, Concourse Level.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.157764,\"Long\":101.711861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Petronas_Twin_Towers_Kuala_Lum_30568_1517312246.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3783,\"Title\":\"Titiwangsa Lake Gardens\",\"Description\":\"Titiwangsa Lake Gardens is a lake garden in Kuala Lumpur. It  feature a huge central lake that was a byproduct of tin mining activities under British Rule. Later on, the area was cleaned up and developed into a park. Titiwangsa Lake Garden spreads across an area of 95 hectares with a 57 hectares of lake.It has facilities such as jogging track, cycling track, kayaking, horse riding facility, radio control car racing track etc.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.18035,\"Long\":101.707376,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Titiwangsa_Lake_Gardens_30568_1519286329.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"322482\",\"Title\":\"Arrival in Kuala Lumpur\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Upon arrival at Kuala Lumpur International Airport, you will be transferred to your hotel in Kuala Lumpur City Centre. <\\/p>\\r\\n\\r\\n<p>After check in, relax at the hotel or explore Kuala Lumpur on own!<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":391465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":391384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":391532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322485\",\"Title\":\"Half Day Kuala Lumpur city tour with KL Tower\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>The City tour will include The City tour will include Petronas Twin Towers (photo stop), Cocoa Centre, King's palace (photo stop), National Monument(Photo Stop), National Mosque (photo stop) & Independence Square<\\/p>\\r\\n\\r\\n<p>Immerse yourself in the beautiful culture, history and architecture of Kuala Lumpur. On this guided tour, you will get a chance to experience the city’s must-see attractions while travelling in a comfortable AC coach. Start off by visiting the mesmerising views of the city’s skyline as you stand in front of the breathtaking Petronas Towers, the tallest twin buildings in the world. Don't forget to click wonderful photos to cherish for a lifetime. Carry on forward to see the Cocoa Centre, King's palace (photo stop), National Monument(Photo Stop), National Mosque (photo stop) & Independence Square.<\\/p>\\r\\n\\r\\n<p>Note: This is a guided tour. Shared transfers included."<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":391465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":391384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":391532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3771,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3034,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322488\",\"Title\":\"Genting Highlands Day Tour from Kuala Lumpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, depart for Genting Highlands Day Tour from Kuala Lumpur. This Tour take you through the picturesque Titiwangsa Mountains, some 6,118 feet (1,835 meters) above sea level. Take a cable car ride to the top of the highlands and admire the surrounding view of the hills.Upon arrival explore the resort and casino at your leisure. Enjoy shopping, theme parks and amazing views.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":391465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":391384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":391532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2160,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3783,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322491\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the hotel and transfer to the airport for your flight back home!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44648\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18480.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":24192,\"priceExtraBed\":\"16240.00\",\"priceWithoutBed\":\"13328.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13328,\"CEB\":16240,\"COSTDO\":18480,\"COSTSO\":24192,\"CostQuad\":null,\"ACEB\":16240,\"COSTTO\":16240}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44649\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20160.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20235,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":26320,\"priceExtraBed\":\"20384.00\",\"priceWithoutBed\":\"14280.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14280,\"CEB\":20384,\"COSTDO\":20160,\"COSTSO\":26320,\"CostQuad\":null,\"ACEB\":20384,\"COSTTO\":20384}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44650\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21840.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21840,\"priceDoubleOcc\":\"21840.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"21840.00\",\"priceWithoutBed\":\"16520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16520,\"CEB\":21840,\"COSTDO\":21840,\"COSTSO\":28840,\"CostQuad\":null,\"ACEB\":21840,\"COSTTO\":21840}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44648\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17655.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16942,\"priceDoubleOcc\":\"17655.00\",\"priceSingleOcc\":23112,\"priceExtraBed\":\"15515.00\",\"priceWithoutBed\":\"12733.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12733,\"CEB\":15515,\"COSTDO\":17655,\"COSTSO\":23112,\"CostQuad\":null,\"ACEB\":15515,\"COSTTO\":15515}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44649\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19260.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19331,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":25145,\"priceExtraBed\":\"19474.00\",\"priceWithoutBed\":\"13642.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19260,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13642.5,\"CEB\":19474,\"COSTDO\":19260,\"COSTSO\":25145,\"CostQuad\":null,\"ACEB\":19474,\"COSTTO\":19474}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44650\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20865.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2022-11-28\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-02\",\"To\":\"2023-01-21\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-01-28\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20865,\"priceDoubleOcc\":\"20865.00\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"20865.00\",\"priceWithoutBed\":\"15782.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20865,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15782.5,\"CEB\":20865,\"COSTDO\":20865,\"COSTSO\":27552.5,\"CostQuad\":null,\"ACEB\":20865,\"COSTTO\":20865}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Please contact your travel expert for further information.<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air-fare is calculated at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100% payment is to be made for domestic packages before 15 days of the departure date.<\\/li>\\r\\n\\t<li>100% payment is to be made for international packages before 30 days of the departure date.<\\/li>\\r\\n\\t<li>In case of cancellation, standard cancellation policies will be applicable or may be changed as per the policies.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cancellation policy charged by the local vendor depending on the season of travel will be applicable and the same needs to be accepted by the Guest.<\\/li>\\r\\n\\t<li>Bookings Confirmed under Non-Refundable\\/Amendable\\/Cancellable Policy will be charged 100% once the booking gets confirmed.<\\/li>\\r\\n\\t<li>Any on tour issues\\/changes or cancellation needs to be settled by the local vendor\\/driver during the course of the tour and no refunds or issues will be entertained post-tour completion.<\\/li>\\r\\n\\t<li>If cancellations are made 30 days before the start date of the trip, 25% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made 15-30 days before the start date of the trip, 50% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made within 0-15 days before the start date of the trip, 100% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>In case of unforeseen weather conditions or government restrictions, certain trips or activities may get cancelled. In such cases, the operator will try their best to provide an alternate feasible. However, a cash refund will not be applicable for the same.<\\/li>\\r\\n\\t<li>Cancellations are strictly subjected to cancellation policies mentioned on the website & are irrespective of the date of booking.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>All rates mentioned above are strictly for quotation purposes only. <\\/li>\\r\\n\\t<li>We hold the right to revoke the above offer at any point in time without any prior notice.<\\/li>\\r\\n\\t<li>The above offer is not valid on blackout dates. Please speak to our holiday expert for further information.<\\/li>\\r\\n\\t<li>No bookings or blocking have been made as yet.<\\/li>\\r\\n\\t<li>Confirmation of your selection is purely based on availability at the time of booking.<\\/li>\\r\\n\\t<li>Rates \\/ Hotels \\/ Room Types may vary at the time of actual booking and are subject to availability at the time of confirmation.<\\/li>\\r\\n\\t<li>Any increase in the rate of exchange leads to an increase in surface transportation and land arrangements, which may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Tours operated on a SIC basis will start from a central point located in the city Centre. Also for drop off some tours may or may not provide drop-off (if they will provide then drop off location will be again some city Centre point).<\\/li>\\r\\n\\t<li>Vehicle Booked on a Private basis will not be at disposal (Full day), it will be provided as per itinerary and point to point basis.<\\/li>\\r\\n\\t<li>Missed Breakfast will be not be refunded due to early morning tours.<\\/li>\\r\\n\\t<li>Menu in Meals will be as per hotels policy.<\\/li>\\r\\n\\t<li>Check-in & Check-out time: generally Check-in varies between 2 pm-3 pm and check-out before 12 pm (noon). Early check-in and late check-out are subject to hotel availability and may result in an extra charge equivalent to one full day room rate<\\/li>\\r\\n\\t<li>Unutilized services are not refundable.<\\/li>\\r\\n\\t<li>Any item NOT specified in the above itinerary will incur supplement charges.<\\/li>\\r\\n\\t<li>Any change in no of guests will undergo rate change<\\/li>\\r\\n\\t<li>Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary needs to be settled by guests directly on tour with the local vendor.<\\/li>\\r\\n\\t<li>Any increase in taxes or fuel price, leading to an increase in cost on surface transportation & land arrangements, may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Any special request such as adjacent rooms, interconnecting rooms, room on the same floor, 1 king-size \\/ 2 Twin bed, early check-in, late checkout, no\\/smoking room, etc. is subject to availability upon check-in of the guest and is at the hotel&39s discretion. We will request this for you as a priority.<\\/li>\\r\\n\\t<li>Itineraries shared at the time of Quotation\\/Confirmations are tentative and may change on tour if required keeping in mind the safety of the passengers.<\\/li>\\r\\n\\t<li>Orientation tours are operated as per driver cum guide and no separate guides are arranged unless mentioned in inclusions.<\\/li>\\r\\n\\t<li>No amendment\\/changes in the tour itinerary will be entertained by local vendors while the guest is on tour as the services are pre-booked and incur cancellation charges.<\\/li>\\r\\n\\t<li>Expenses incurred due to mishaps, landslides, strikes, political unrest, etc. In such cases, extra will be charged as per actual.<\\/li>\\r\\n\\t<li>For any International destinations, Passport Validity should be at least 6 to 9 months after returning date depending on country to country.<\\/li>\\r\\n\\t<li>5% GST applicable on the total payable amount unless mentioned in Inclusions.<\\/li>\\r\\n\\t<li>We reserve the right to modify the itinerary at any point, due to reasons including but not limited to Force Majeure events, strikes, implementations of government rules\\/restrictions, lockdowns, fairs, festivals, weather conditions, traffic problems, overbooking of hotels\\/flights, cancellation \\/ re-routing of flights, closure of \\/ entry restrictions at a place of a visit, etc. While we will do our best to make suitable alternate arrangements, we would not be held liable for any refunds\\/compensation claims arising out of this.<\\/li>\\r\\n\\t<li>We will not be liable for any cancellations due to any rules\\/restrictions imposed by the government of India or the government of the country you are visiting. The client has to bear all charges imposed because of any such implementation. <\\/li>\\r\\n\\t<li><strong>Please note, as per Income Tax Department rules, you will be charged 5% TCS on the total invoicing amount for every confirmed booking at the time of final confirmation which will be redeemable when filing your personal IT returns (Effective from 01st Oct 2020). Lead passenger Pan Card Copy will also be required as per RBI guidelines at the time of final confirmation.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>03 nights accomodation as mentioned.<\\/li>\\r\\n\\t<li>Daily breakfast at the hotel.<\\/li>\\r\\n\\t<li>Half Day Kuala Lumpur city tour with KL Tower.<\\/li>\\r\\n\\t<li>Genting Full Day Tour Enroute Batu Caves + One Way Cable Car with Indoor Theme Park.<\\/li>\\r\\n\\t<li>Return airport transfers.<\\/li>\\r\\n\\t<li>All tours and transfers on seat in coach basis. Only Genting Day trip on Private basis.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must-take list that you should carry while travelling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof or Passport (For International Travel)<\\/li>\\r\\n\\t<li>Covid-19 Vaccine Certificate<\\/li>\\r\\n\\t<li>PCR Test (If required)<\\/li>\\r\\n\\t<li>Hotel Vouchers<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Mosquito Cream\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a travel house that specializes in personalized travel experiences. We have traveled the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"322482\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[322482],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322485\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322485],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322488\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322488],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322491\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322491],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Kuala Lumpur','Kuala Lumpur,South East Asia,Malaysia,Orient,Genting Highlands','','30568',17655,21840,3,'2_1671622701_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"}]',2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Malaysia','132','2022-12-21 14:38:16','2022-12-21 00:00:00',1,1,'1','1','0','','','',NULL,'malaysia-getaway',NULL,NULL,NULL,0),(3,43873,1,38124,1,0,0,'Honeymoon,Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":43873,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/glimse-of-andaman_1668092903\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Trip to Corbyn’s Cove and Light & Sound show in Port Blair<\\/p>\\r\\n\\r\\n<p>Radha Nagar and Elephant beaches, Havelock<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Glimse Of Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Ferry,All Transfers\",\"PackageType\":\"Honeymoon,Beach,Family\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526190,\"Name\":\"Hotel Bell Elite\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6669827\",\"Long\":\"92.74047379999999\",\"Address\":\"59\\/1\\/4, Gurudwara Ln, near Rsn Godown, Biggie Line, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":193680,\"Name\":\"Peerless Sarovar Portico\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.644368068604\",\"Long\":\"92.746095489498\",\"Address\":\"Corbyns Cove \"},\"Images\":{\"Image\":[{\"ImagId\":4329659,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_6_t.jpg\"},{\"ImagId\":4329660,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_3_t.jpg\"},{\"ImagId\":4329661,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_2_t.jpg\"},{\"ImagId\":4329662,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_1_t.jpg\"},{\"ImagId\":4329663,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_5_t.jpg\"},{\"ImagId\":4329664,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_4_t.jpg\"},{\"ImagId\":4329665,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_11_t.jpg\"},{\"ImagId\":4329666,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_13_t.jpg\"},{\"ImagId\":4329667,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_14_t.jpg\"},{\"ImagId\":4329668,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_15_t.jpg\"},{\"ImagId\":4329669,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_9_t.jpg\"},{\"ImagId\":4329670,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_12_t.jpg\"},{\"ImagId\":4329671,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_10_t.jpg\"},{\"ImagId\":4329672,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_8_t.jpg\"},{\"ImagId\":4329673,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_7_t.jpg\"}]},\"CityId\":32511,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Located in Port Blair, Peerless Sarovar Portico Port Blair is by the sea and convenient to Corbyn's Cove and Aberdeen Clock Tower.  This beach hotel is within close proximity of Anthropological Museum and Rajiv Gandhi Water Sports Complex.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 50 individually furnished guestrooms, featuring minibars and flat-screen televisions. High-speed (wired) Internet access (surcharge) keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature designer toiletries and bathrobes. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Don't miss out on recreational opportunities including a health club and an indoor tennis court. This hotel also features complimentary wireless Internet access, concierge services, and wedding services. Getting to nearby attractions is a breeze with the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/café, and 24-hour room service is provided. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include high-speed (wired) Internet access (surcharge), a business center, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge during limited hours, and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2960000\\/2955400\\/2955330\\/2955330_6_t.jpg\",\"AccoAminitiesMask\":\"111010010000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":413624,\"Name\":\"Sinclairs Bayview\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.663902\",\"Long\":\"92.755639\",\"Address\":\"South Point, Port Blair, Andaman Islands\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Sinclairs Bayview Port Blair in Port Blair, you'll be in the historical district and minutes from Aberdeen Clock Tower, and close to Rajiv Gandhi Water Sports Complex.  This hotel is within close proximity of Cellular Jail and Anthropological Museum.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 46 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and slippers. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. This hotel also features complimentary wireless Internet access, concierge services, and wedding services. The shuttle (surcharge) will take you to the nearby beach or shopping center.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include limo\\/town car service, complimentary newspapers in the lobby, and luggage storage. Planning an event in Port Blair? This hotel has 1453 square feet (135 square meters) of space consisting of a conference center and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a cruise ship terminal shuttle.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0f\\/d2\\/0fd20a2bded1db8977355d4b3c4a7ce6c73947fe.jpg\",\"AccoAminitiesMask\":\"1010000100001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":413657,\"Name\":\"Sinclairs Bayview\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.663962\",\"Long\":\"92.7557\",\"Address\":\"South Point, Near Carbyns Cove Beach, South Point, PORT BLAIR, ANDAMAN NICOBAR, India, Pin-744106, 744106\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"Sinclairs Bayview is one of the Port Blair hotels, which is easily accesible from Veer Savarkar International Airport (4.9 km). It has a freshwater swimming pool and the rooms offer a view of the sea.  This hotel in Port Blair offers comfy accommodation. The property has 46 large rooms which are equipped with contemporary amenities like a satellite television and a private bathroom with a shower. Some rooms also have a separate seating area.  null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/uye\\/fbt\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2294,\"Title\":\"Sound & Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It's a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India's freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature's bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":413849,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.984259\",\"Long\":\"92.990985\",\"Address\":\"Govind Nagar,Andaman and Nicobar Islands,India, 744211\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"Experience a wonderful stay in the lap of nature at Symphony Palms in Havelock Islands, Port Blair. Featuring the main Havelock Harbor and the Helipad within the proximity of 1 km, this resort offers convenience of arrival for its guests. Symphony Palms features Radhanagar Beach, Havelock Beach, Kaala Pathar Beach, and Elephant Beach in close proximity for visitors to have a great time while here. Neil Islands is also a great tourist attraction and a visit to this heavenly place completes the trip to Port Blair. \\n\\nAt the Symphony Palms, guests love to submerge into a wonderful combination of sun, sand and the sea. The subtle decorations and a cottage like ambience of the Symphony Palms exude a comforting look to satiate the guests. Beautifully furnished and modernly equipped rooms, coupled with an unmatched hospitality and personalized service make the Symphony Palms an earthly heaven. Spend an ideal vacation at this resort that ensures gratifying time in Port Blair. \\n\\nThere are no greaser in the room. Hot Water on request will be provided.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3144\\/314442\\/images\\/Result_View_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":480357,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0117653\",\"Long\":\"93.0071687\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":97162,\"Name\":\"Silversand Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0249\",\"Long\":\"92.9907\",\"Address\":\"No. 5, Vijay Nagar Beach \"},\"Images\":{\"Image\":[{\"ImagId\":2123877,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_13_t.jpg\"},{\"ImagId\":2123878,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_20_t.jpg\"},{\"ImagId\":2123879,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_27_t.jpg\"},{\"ImagId\":2123880,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_28_t.jpg\"},{\"ImagId\":2123881,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_3_t.jpg\"},{\"ImagId\":2123882,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_4_t.jpg\"},{\"ImagId\":2123883,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_9_t.jpg\"},{\"ImagId\":2123884,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_15_t.jpg\"},{\"ImagId\":2123885,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_8_t.jpg\"},{\"ImagId\":2123886,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_10_t.jpg\"},{\"ImagId\":2123887,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_11_t.jpg\"},{\"ImagId\":2123888,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_21_t.jpg\"},{\"ImagId\":2123889,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_22_t.jpg\"},{\"ImagId\":2123890,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_2_t.jpg\"},{\"ImagId\":2123891,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_23_t.jpg\"},{\"ImagId\":2123892,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_5_t.jpg\"},{\"ImagId\":2123893,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_7_t.jpg\"},{\"ImagId\":2123894,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_14_t.jpg\"},{\"ImagId\":2123895,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_17_t.jpg\"},{\"ImagId\":2123896,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_19_t.jpg\"},{\"ImagId\":2123897,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_24_t.jpg\"},{\"ImagId\":2123898,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_25_t.jpg\"},{\"ImagId\":2123899,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_26_t.jpg\"},{\"ImagId\":2123900,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_29_t.jpg\"},{\"ImagId\":2123901,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_30_t.jpg\"},{\"ImagId\":2123902,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_6_t.jpg\"},{\"ImagId\":2123903,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_31_t.jpg\"},{\"ImagId\":2123904,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_12_t.jpg\"}]},\"CityId\":11658,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at SilverSand Beach Resort in Havelock Island, you'll be near the beach and within the region of Henry Lawrence Island.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 39 air-conditioned rooms featuring refrigerators and minibars. Flat-screen televisions are provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include desks and coffee\\/tea makers, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Take in the views from a garden and make use of amenities such as tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at a restaurant, or stay in and take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>The front desk is staffed during limited hours. Free self parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_13_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2294,\"Title\":\"Sound & Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It's a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India's freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature's bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"316214\",\"Title\":\"Day 01 - Arrival At Port Blair\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Land at Port Blair airport in the morning or afternoon and transfer to hotel. After some rest, visit the famous Corbyn’s Cove Beach, Cellular Jail, (entry closes at 1545hrs), an old colonial prison situated in Port Blair also known as 'Kalapani'. Later, attend the enthralling Sound & Light Show at Cellular Jail where the heroic saga of the Indian freedom struggle is brought alive and then drop back to hotel.<\\/p>\\r\\n\\r\\n<p>In case your flight lands in the afternoon, we may offer to take you direct from the airport to Cellular Jail so that you are able to watch the Sound & Light show.  If your hotel is located at Wandoor or Chidyatapu, we will first take you to Cellular Jail and then drop you to the hotel. Light and Sound show will be done on return from Havelock\\/ Neil.<\\/p>\\r\\n\\r\\n<p>• Please note that since vehicles are not allowed to wait outside Cellular Jail, all guests will be dropped at the parking point (approximately 400mtrs from the entry gate of the Jail) and will have to walk from the parkingpoint until the entrance. Once the Jail visit or Sound & Light show is done, the guest will have to walk back to the parking point to board the vehicle.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526190,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":193680,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":413624,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2804,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316217\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316220\",\"Title\":\"Day 02 - Port Blair-Havelock (54 kms \\/ approx. 2 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Departure by morning or afternoon Private ferry (PB-HL) (Journey time is 1.5 \\/ 2.5 hrs). On arrival at Havelock (Swaraj Dweep), our team will meet the guest at the exit gate and then the guest will be dropped to their havelock hotel. At around 1430hrs -1530hrs, proceed to Beach No. 7 (Radhanagar Beach) rated as the ‘Best Beach in Asia’ by Time Magazine to unwind, relax and enjoy the pristine white sand beach. Later drop back to the hotel. Evening at leisure.<\\/p>\\r\\n\\r\\n<p>• Kindly remind the Port Blair hotel to provide packed breakfast since the same is not included at Havelock (Swaraj Dweep)<br \\/>\\r\\n• Kindly carry a valid PHOTO ID (Pan Card not accepted) to enter the Port Blair jetty. Alcohol cannot be carried on-board the ferry.<br \\/>\\r\\n• Beach No 7 is closed for guests after sunset.<br \\/>\\r\\n• Cars are limited on Havelock island (Swaraj Dweep) and hence guests are requested to kindly adhere to the timelines as shared by the tour manager.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":480357,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":97162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316223\",\"Title\":\"Day 03 - Excursion to Elephant Beach \\/ Light House\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Embark on the most memorable excursion to Elephant Beach or Light House by sharing boat. The journey time is 30-45 mins and you can also opt for some water sports activities like Snorkelling, Sea Walk, Jet Ski, Glass bottom Boat, Banana Boat Ride, Sofa boat ride, Parasailing, etc. on direct payment. Return after 3 hrs in the same sharing boat to the Beach No 1. Our tour manager will meet and assist with car transfers to proceed to the hotel. Evening at leisure.<\\/p>\\r\\n\\r\\n<p>The boats to Elephant Beach are managed by aboat association who need individual guest consent forms after which boats are allotted based on rotation and sharing basis. Due to limited boats, guest may have to wait until their boat is allotted and please note that we have no control over the wait time.<br \\/>\\r\\n• Alcohol is strictly prohibited on Elephant Beach.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":480357,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":97162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316226\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316229\",\"Title\":\"Day04 - Havelock - Port Blair (54 kms \\/ approx. 2 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Check-out from Havelock hotel and then head to Something Different – A Beach Side Cafe (Rated #1 on tripadvisor.com) and the only multi-cuisine beachside café that offers a fabulous view along with a fun play-zone for kids, a book-reading corner and lots more. Afterwards, proceed to the Havelock jetty to board the Private ferry (HL -PB) -Journey time is 1.5 \\/ 2.5 hrs. On arrival at Port Blair, our team will meet the guest at the exit of the Port Blair jetty and then proceed to the selected Port Blair hotel. Evening at leisure.<\\/p>\\r\\n\\r\\n<p>• Do note that all Havelock hotels have an early morning check-out time and late check-out isprovided at the discretion of the hotel management and subject to availability.<br \\/>\\r\\n• Guest should be ready for check-in at the Havelock private ferry counter at least an hour prior to the vessel departure time.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526190,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":193680,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":413657,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316232\",\"Title\":\"Day 05 - Departure from Port Blair\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Enjoy your breakfast and check-out from the Port Blair hotel as per the hotel allocated time. Head straight to the airport to board the departure flight. Have a safe trip home taking back fond memories of these stunning islands.<\\/p>\\r\\n\\r\\n<p>• Do note that all Port Blair hotelshave an early morning check-out time and late check-out is provided at the discretion of the hotel management and subject to availability.<br \\/>\\r\\n• Port Blair airport has a small single runway and usually with a heavy rush of tourists. Request all guests to report at least 1.5hrs before departure flight timing.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"43873\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"25410.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23850,\"priceDoubleOcc\":\"25410.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"20729.10\",\"priceWithoutBed\":\"16854.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25410,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16854.6,\"CEB\":20729.1,\"COSTDO\":25410,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":20729.1,\"COSTTO\":20729.1},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25077,\"priceDoubleOcc\":\"27250.65\",\"priceSingleOcc\":null,\"priceExtraBed\":\"20729.10\",\"priceWithoutBed\":\"16854.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27250.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16854.6,\"CEB\":20729.1,\"COSTDO\":27250.65,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":20729.1,\"COSTTO\":20729.1}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43874\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"32130.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28665,\"priceDoubleOcc\":\"32130.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"21735.00\",\"priceWithoutBed\":\"17377.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17377.5,\"CEB\":21735,\"COSTDO\":32130,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21735,\"COSTTO\":21735},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":29890,\"priceDoubleOcc\":\"33967.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"21735.00\",\"priceWithoutBed\":\"17377.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33967.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17377.5,\"CEB\":21735,\"COSTDO\":33967.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21735,\"COSTTO\":21735}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43875\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"45570.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38150,\"priceDoubleOcc\":\"45570.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"23310.00\",\"priceWithoutBed\":\"17325.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45570,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17325,\"CEB\":23310,\"COSTDO\":45570,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":23310,\"COSTTO\":23310},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39375,\"priceDoubleOcc\":\"47407.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"23310.00\",\"priceWithoutBed\":\"17325.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47407.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17325,\"CEB\":23310,\"COSTDO\":47407.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":23310,\"COSTTO\":23310}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"43873\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"26620.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24985,\"priceDoubleOcc\":\"26620.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"21716.20\",\"priceWithoutBed\":\"17657.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26620,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17657.2,\"CEB\":21716.2,\"COSTDO\":26620,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21716.2,\"COSTTO\":21716.2},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26271,\"priceDoubleOcc\":\"28548.30\",\"priceSingleOcc\":null,\"priceExtraBed\":\"21716.20\",\"priceWithoutBed\":\"17657.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28548.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17657.2,\"CEB\":21716.2,\"COSTDO\":28548.3,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21716.2,\"COSTTO\":21716.2}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43874\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"33660.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30030,\"priceDoubleOcc\":\"33660.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"18205.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18205,\"CEB\":22770,\"COSTDO\":33660,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22770,\"COSTTO\":22770},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":31313,\"priceDoubleOcc\":\"35585.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"18205.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18205,\"CEB\":22770,\"COSTDO\":35585,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22770,\"COSTTO\":22770}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43875\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"47740.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39967,\"priceDoubleOcc\":\"47740.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24420.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":24420,\"COSTDO\":47740,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24420,\"COSTTO\":24420},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41250,\"priceDoubleOcc\":\"49665.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24420.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49665,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":24420,\"COSTDO\":49665,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24420,\"COSTTO\":24420}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) unless mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Supplement cost may apply when booking for long weekends \\/ holiday period.<\\/li>\\r\\n\\t<li>Ross Island entry tickets.<\\/li>\\r\\n\\t<li>Any extra excursions or sightseeing apart from the suggested tour itinerary.<\\/li>\\r\\n\\t<li>Porter Charges, Camera Ticket charges and Guide Charges including Cellular Jail & Ross Island.<\\/li>\\r\\n\\t<li>Items of personal nature like laundry, phone calls, tips to guides \\/drivers etc.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>2 Nights stay at selected category of hotel at Port Blair + 2 Nights stay at selected category of hotel at Havelock<\\/li>\\r\\n\\t<li>Dailybreakfaston a set menu or buffet basis, as indicated in the meal plan (Except breakfast on day of arrival).<\\/li>\\r\\n\\t<li>Entry tickets to all sightseeing places as per the itinerary.<\\/li>\\r\\n\\t<li>Private Ferry Tickets (Base Category): Port Blair -Havelock+Havelock -Port Blair (Aashi\\/ Sea Link\\/ Makruzz or Green Ocean, subject to availability)<\\/li>\\r\\n\\t<li>All transfers by 1 A\\/C Car in Port Blair \\/ Havelock (We provide AC Xylos \\/ Ertiga at Port Blair and Havelock) on point-to-point basis only.<\\/li>\\r\\n\\t<li>Excursion to Elephant Beach or Lighthouse subject to weather conditions.<\\/li>\\r\\n\\t<li>Complimentary: Few mins of snorkelling at Elephant Beach.<\\/li>\\r\\n\\t<li>Meet and Greet Service at Airport.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"316214\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[316214],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316217\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316217],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316220\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316220],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316223\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316223],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316226\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316226],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316229\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316229],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316232\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[316232],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island','','32511,11658',25410,49665,4,'3_1671622568_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 18:27:53','2022-12-21 00:00:00',1,1,'1','1','0','','','',NULL,'glimse-of-andaman',NULL,NULL,NULL,0),(4,43474,1,4539,1,0,0,'Honeymoon,Family,Religious,Heritage,Shopping and Nightlife,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":43474,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/simply-istanbul_1667302388\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":4539,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Simply Istanbul\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4934\",\"SupplierName\":\"55 DMC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Religious,Heritage,Shopping and Nightlife,Leisure,Group Tours\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":524999,\"Name\":\"Ergenekon\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0472153\",\"Long\":\"28.9849648\",\"Address\":\"Ergenekon, Dolapdere Cd. no:108, 34375 ?i?li\\/?stanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":525000,\"Name\":\"Atro Hotel\",\"Star\":\"3.00\",\"Rating\":\"3.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.0472153\",\"Long\":\"28.9849648\",\"Address\":\"Ergenekon, Dolapdere Cd. no:108, 34375 Istanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"<p>Situated in Istanbul, 400 m from Istanbul Congress Center, Atro Hotel features accommodation with a shared lounge, free private parking and a garden. A Turkish bath and a car rental service are available for guests. The accommodation offers a 24-hour front desk, room service and currency exchange for guests.<\\/p>\\r\\n\\r\\n<p>A free shuttle service to Taksime and Osmanbey metro is provided.<\\/p>\\r\\n\\r\\n<p>The hotel offers 4-star accommodation with a sauna.<\\/p>\\r\\n\\r\\n<p>Popular points of interest near Atro Hotel include Taksim Square, Istiklal Street and Dolmabahce Clock Tower. The nearest airport is Istanbul Ataturk, 16 km from the accommodation, and the property offers a paid airport shuttle service.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_525000\\/4539_0f8ca5c421245bff30d469e4836b904a1667300915.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":403766,\"Name\":\"Taksim Express Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0455067837571\",\"Long\":\"28.9863592386246\",\"Address\":\"Cumhuriyet Cad. No:135 Harbiye, Sisli, \"},\"Images\":[],\"CityId\":12905,\"Brief\":\"In the center of the city, TRYP Istanbul Taksim is just a few steps from Lutfi Kirdar Convention and Exhibition Centre. The hotel has a sauna, fitness center, and air-conditioned rooms with Wi-Fi.\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/17\\/cf13c025e2397b122b7234bf5b1f9e8e-60307.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":430883,\"Name\":\"Nova Plaza Taksim Square\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.039839733612\",\"Long\":\"28.984655449074\",\"Address\":\"Lamartin Caddesi 21, Beyoglu, 34200 Istanbul\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Nova Plaza Taksim Square is in the heart of Istanbul, walking distance from Taksim Square and Dot.  This hotel is close to Topkapi Palace and Suleymaniye Mosque.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 105 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and complimentary newspapers.<\\/p><p><b>Amenities<\\/b> <br \\/>Be sure to enjoy recreational amenities including a sauna and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and a television in a common area.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/cafe, and 24-hour room service is provided. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and luggage storage. This hotel has 3 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/02\\/00\\/020085a296a6aa837e9617b5bc96c56078a435e0.jpg\",\"AccoAminitiesMask\":\"1010001010001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its Külliye contains Ahmed's tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"<ul class="product-overview__list" style="box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif"><li class="product-overview__list-item" style="box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px"><div style="box-sizing: inherit max-height: 1e06px"><p style="box-sizing: inherit max-height: 1e06px margin-bottom: 0px"><span style="box-sizing: inherit max-height: 1e06px background-color: transparent">Cruise your way between Europe and Asia via the Bosphorus Strait, which <\\/span>divides Turkey by separating Anatolia from Thrace.<\\/p><\\/div><\\/li><li class="product-overview__list-item" style="box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px"><span class="product-overview__list-item-icon tours-icon-focus" style="box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important"><\\/span><div style="box-sizing: inherit max-height: 1e06px"><p style="box-sizing: inherit max-height: 1e06px margin-bottom: 0px"><span style="box-sizing: inherit max-height: 1e06px background-color: transparent">Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!<\\/span><\\/p><\\/div><\\/li><\\/ul>\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkapı Palace, or the Seraglio, is a large museum in the east of the Fatih district of Istanbul in Turkey. In the 15th and 16th centuries, it served as the main residence and administrative headquarters of the Ottoman sultans.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1600251600.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":6070,\"Title\":\"SULTANAHMET IMPERIAL MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque or Sultan Ahmet Mosque (Turkish: Sultan Ahmet Camii) is a historic mosque located in Istanbul, Turkey. A popular tourist site, the Sultan Ahmed Mosque continues to function as a mosque today men still kneel in prayer on the mosque's lush red carpet after the call to prayer. The Blue Mosque, as it is popularly known, was constructed between 1609 and 1616 during the rule of Ahmed I. Its Külliye contains Ahmed's tomb, a madrasah and a hospice. Hand-painted blue tiles adorn the mosque’s interior walls, and at night the mosque is bathed in blue as lights frame the mosque’s five main domes, six minarets and eight secondary domes. It sits next to the Hagia Sophia, another popular tourist site.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/130_1529996772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"<p><span style="color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left">Enjoy a full-day <\\/span><b style="color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left">trip<\\/b><span style="color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left"> to <\\/span><b style="color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left">Bursa<\\/b><span style="color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left">, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient YeÅŸil Mosque and YeÅŸil Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes' Islands by ferry from Emınonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes’ Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can’t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"313585\",\"Title\":\"Arrival: Istanbul\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Marhaba! Arrive at Istanbul Airport! On your way, you will also witness the twinkling lights of Europe from Tarabya to Bebek. Later, you are transferred to your hotel.<\\/p>\\r\\n\\r\\n<p>Upon arrival in Istanbul, you are dropped to your hotel where you can relax and freshen up. In the evening, you can opt for a Boshphorus Dinner Cruise <strong>(Extra Cost)<\\/strong>.<\\/p>\\r\\n\\r\\n<p>This night cruise is an enchanting experience and you will be served a ‘welcome drink’ as soon as you board the cruise. Passing through the moonlight, your cruise will glide past Hotel Kempinski, Dolmabahce Palace on the European shores and the Beylerbeyi Palace, Kanlica and Anatolian Fortress from the Asian side. The Dinner Cruise will host you with live Turking entertainment including Turkish Folk & belly dance. The cruise will host an open buffet including Turkish specialities, unlimited local drinks, and barbeque.<\\/p>\\r\\n\\r\\n<p>Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313588\",\"Title\":\"Istanbul City tour \",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"<p>After breakfast, you proceed for a full-day Istanbul City Tour. You begin in the Old City of Istanbul and visit the ‘Sultanahmet Centre’ in the heart of the old city. Next is the Hagia (St.) Sophia, a basilica known for its incredible architecture.<\\/p>\\r\\n\\r\\n<p>Just opposite the Hagia is the Blue Mosque which is famous for its blue Iznik tiles and 6 unique minarets built in the name of Sultan Ahmet. There is also the Hippodrome, a center of all the sportive, political, and eventive activities.<\\/p>\\r\\n\\r\\n<p>The Obelisk of Theodosius, Serpentine Column, and German Fountain of Wilhelm II is the famous monuments decorating the Hippodrome.<\\/p>\\r\\n\\r\\n<p>The Grand Bazaar in Istanbul is one of the most famous shopping destinations and hosts the biggest ‘souk’ in the world with approx 4000 shops selling antiques, jewelry, gold, carpets, leatherware, and souvenirs.<\\/p>\\r\\n\\r\\n<p>After lunch, you proceed to Topkapi Palace, the Imperial Residence of Ottoman sultans exhibiting Chinese porcelain, weapons, and calligraphy.<\\/p>\\r\\n\\r\\n<p>You will also visit the Suleymaniye Mosque - built in the name of Suleyman, the magnificent during the 16th century which is famous for its architecture.<\\/p>\\r\\n\\r\\n<p>Post the tour, you will be transferred to the hotel for a comfortable stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":11096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11095,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":27505,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17287,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6070,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313591\",\"Title\":\"Bursa Day trip from Istanbul \",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":3,\"Program\":\"<p>After breakfast today, we check out from the hotel and our journey begins. Drive to Bursa, former Ottoman Capital which was founded by the Bitnynian King Prusias I Cholus "the Lame" (reigned 228-185 BC), and he also gave his name -altered to the Hellenistic "Prusa"- the city. Legend has it that the great Carthaginian general Hannibal helped him to choose the site. The city is frequently cited as "YeÅŸil Bursa" (meaning "Green Bursa") in a reference to the beautiful parks and gardens located across its urban tissue, as well as to the vast forests in rich variety that extend in its surrounding region.<\\/p>\\r\\n\\r\\n<p>The city is synonymous with the mountain Uludag which towers behind the city core and which is also a famous ski resort. The mausoleums of early Ottoman sultans are located in Bursa and the numerous edifices built throughout the Ottoman period constitute the city's main landmarks. The surrounding fertile plain, its thermal baths, several interesting museums, notably a rich museum of archaeology, and a rather orderly urban growth are further principal elements that complete Bursa's overall picture. We also visit Orhan Ghazi Mosque which is the first Ottoman Mosque with a lead dome built in 1392.<\\/p>\\r\\n\\r\\n<p>Highlights of the day:<\\/p>\\r\\n\\r\\n<p>Tophane District Clock Tower<br \\/>\\r\\nCity Panoramic Views<br \\/>\\r\\nOsman Ghazi & Orhan Ghazi Tomb<br \\/>\\r\\nCable Car To Uludag Mountain<br \\/>\\r\\nAfter a fun-filled day exploring Bursa, we check in at the hotel for a comfortable overnight stay.<\\/p>\\r\\n\\r\\n<p>Distance from Istanbul to Bursa: 160 km approx.<\\/p>\\r\\n\\r\\n<p>Travel Time: 2 hours 10 min approx. per way<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17317,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313594\",\"Title\":\"Princess Island Tour (Istanbul)\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"<p>Breakfast At The Hotel, Departure From Hotel To Harbor.<br \\/>\\r\\n<br \\/>\\r\\nHighlights On Below:<br \\/>\\r\\nSailing To Buyukada Passing Through Kinaliada, Burgazada, Heybeliada. Spare Time On Island With Marvelous Beauty.<br \\/>\\r\\nBack To Harbor And Sailing Back To Istanbul Harbor.<\\/p>\\r\\n\\r\\n<p>Lunch At The Local Restaurant.<br \\/>\\r\\n<br \\/>\\r\\nDrive Back To Hotel for a comfortable over night stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313597\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Check Out From Hotel, Meet With Your Driver, The Private Transfer Will Start From Your Hotel To Istanbul Airport, It Will Take Around 1 Hr. 30 Min. According To Traffic, Have A Safe Flight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"43474\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"25466.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":26072,\"priceDoubleOcc\":\"25466.00\",\"priceSingleOcc\":36380,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25466,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":25466,\"COSTSO\":36380,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":26572,\"priceDoubleOcc\":\"26215.00\",\"priceSingleOcc\":37129,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":26215,\"COSTSO\":37129,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28712,\"priceDoubleOcc\":\"29425.00\",\"priceSingleOcc\":40339,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":29425,\"COSTSO\":40339,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43475\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26964.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27606,\"priceDoubleOcc\":\"26964.00\",\"priceSingleOcc\":45475,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26964,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":26964,\"COSTSO\":45475,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28177,\"priceDoubleOcc\":\"27820.00\",\"priceSingleOcc\":46331,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":27820,\"COSTSO\":46331,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":30103,\"priceDoubleOcc\":\"30709.00\",\"priceSingleOcc\":49220,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30709,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":30709,\"COSTSO\":49220,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43476\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"34240.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":34953,\"priceDoubleOcc\":\"34240.00\",\"priceSingleOcc\":59920,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":34240,\"COSTSO\":59920,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":35310,\"priceDoubleOcc\":\"34775.00\",\"priceSingleOcc\":60455,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":34775,\"COSTSO\":60455,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":37450,\"priceDoubleOcc\":\"37985.00\",\"priceSingleOcc\":63665,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37985,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":37985,\"COSTSO\":63665,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"43474\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26656.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27291,\"priceDoubleOcc\":\"26656.00\",\"priceSingleOcc\":38080,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26656,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":26656,\"COSTSO\":38080,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27813,\"priceDoubleOcc\":\"27440.00\",\"priceSingleOcc\":38864,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":27440,\"COSTSO\":38864,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":30053,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":42224,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":30800,\"COSTSO\":42224,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43475\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"28224.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28896,\"priceDoubleOcc\":\"28224.00\",\"priceSingleOcc\":47600,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28224,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":28224,\"COSTSO\":47600,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":29493,\"priceDoubleOcc\":\"29120.00\",\"priceSingleOcc\":48496,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":29120,\"COSTSO\":48496,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":31509,\"priceDoubleOcc\":\"32144.00\",\"priceSingleOcc\":51520,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32144,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":32144,\"COSTSO\":51520,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43476\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"35840.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":36587,\"priceDoubleOcc\":\"35840.00\",\"priceSingleOcc\":62720,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":35840,\"COSTSO\":62720,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":36960,\"priceDoubleOcc\":\"36400.00\",\"priceSingleOcc\":63280,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":36400,\"COSTSO\":63280,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":39200,\"priceDoubleOcc\":\"39760.00\",\"priceSingleOcc\":66640,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":39760,\"COSTSO\":66640,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Please contact your travel expert for further information.<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air-fare is calculated at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100% payment is to be made for domestic packages before 15 days of the departure date.<\\/li>\\r\\n\\t<li>100% payment is to be made for international packages before 30 days of the departure date.<\\/li>\\r\\n\\t<li>In case of cancellation, standard cancellation policies will be applicable or may be changed as per the policies.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cancellation policy charged by the local vendor depending on the season of travel will be applicable and the same needs to be accepted by the Guest.<\\/li>\\r\\n\\t<li>Bookings Confirmed under Non-Refundable\\/Amendable\\/Cancellable Policy will be charged 100% once the booking gets confirmed.<\\/li>\\r\\n\\t<li>Any on tour issues\\/changes or cancellation needs to be settled by the local vendor\\/driver during the course of the tour and no refunds or issues will be entertained post-tour completion.<\\/li>\\r\\n\\t<li>If cancellations are made 30 days before the start date of the trip, 25% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made 15-30 days before the start date of the trip, 50% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made within 0-15 days before the start date of the trip, 100% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>In case of unforeseen weather conditions or government restrictions, certain trips or activities may get cancelled. In such cases, the operator will try their best to provide an alternate feasible. However, a cash refund will not be applicable for the same.<\\/li>\\r\\n\\t<li>Cancellations are strictly subjected to cancellation policies mentioned on the website & are irrespective of the date of booking.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>All rates mentioned above are strictly for quotation purposes only. <\\/li>\\r\\n\\t<li>We hold the right to revoke the above offer at any point in time without any prior notice.<\\/li>\\r\\n\\t<li>The above offer is not valid on blackout dates. Please speak to our holiday expert for further information.<\\/li>\\r\\n\\t<li>No bookings or blocking have been made as yet.<\\/li>\\r\\n\\t<li>Confirmation of your selection is purely based on availability at the time of booking.<\\/li>\\r\\n\\t<li>Rates \\/ Hotels \\/ Room Types may vary at the time of actual booking and are subject to availability at the time of confirmation.<\\/li>\\r\\n\\t<li>The remittance Rate of Exchange will be applied as per the Supplier&39s Rate of the Day.<\\/li>\\r\\n\\t<li>Any increase in the rate of exchange leads to an increase in surface transportation and land arrangements, which may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Tours operated on a SIC basis will start from a central point located in the city Centre. Also for drop off some tours may or may not provide drop-off (if they will provide then drop off location will be again some city Centre point).<\\/li>\\r\\n\\t<li>Vehicle Booked on a Private basis will not be at disposal (Full day), it will be provided as per itinerary and point to point basis.<\\/li>\\r\\n\\t<li>Missed Breakfast will be not be refunded due to early morning tours.<\\/li>\\r\\n\\t<li>Menu in Meals will be as per hotels policy.<\\/li>\\r\\n\\t<li>Check-in & Check-out time: generally Check-in varies between 2 pm-3 pm and check-out before 12 pm (noon). Early check-in and late check-out are subject to hotel availability and may result in an extra charge equivalent to one full day room rate<\\/li>\\r\\n\\t<li>Unutilized services are not refundable.<\\/li>\\r\\n\\t<li>Any item NOT specified in the above itinerary will incur supplement charges.<\\/li>\\r\\n\\t<li>Any change in no of guests will undergo rate change<\\/li>\\r\\n\\t<li>Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary needs to be settled by guests directly on tour with the local vendor.<\\/li>\\r\\n\\t<li>Any increase in taxes or fuel price, leading to an increase in cost on surface transportation & land arrangements, may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Any special request such as adjacent rooms, interconnecting rooms, room on the same floor, 1 king-size \\/ 2 Twin bed, early check-in, late checkout, no\\/smoking room, etc. is subject to availability upon check-in of the guest and is at the hotel&39s discretion. We will request this for you as a priority.<\\/li>\\r\\n\\t<li>Itineraries shared at the time of Quotation\\/Confirmations are tentative and may change on tour if required keeping in mind the safety of the passengers.<\\/li>\\r\\n\\t<li>Orientation tours are operated as per driver cum guide and no separate guides are arranged unless mentioned in inclusions.<\\/li>\\r\\n\\t<li>No amendment\\/changes in the tour itinerary will be entertained by local vendors while the guest is on tour as the services are pre-booked and incur cancellation charges.<\\/li>\\r\\n\\t<li>Expenses incurred due to mishaps, landslides, strikes, political unrest, etc. In such cases, extra will be charged as per actual.<\\/li>\\r\\n\\t<li>Tourism dirham charges vary between hotels in Dubai (3* - 10 AED, 4* - 15 AED, 5* - 20 AED).<\\/li>\\r\\n\\t<li>For Europe and USA sectors - Tips for a local guide, restaurant & driver vary between USD\\/EUR 2 - 4 per person per day.<\\/li>\\r\\n\\t<li>For Europe and USA sectors - Driving regulation\\/ Law for drivers maximum working hours are 12 hrs.\\/per day and driving hours 9 hours\\/day. ( Every 4 hours and a half must rest min 45 min). Everyday sleeping period: Minimum 11 hours before starting another day.<\\/li>\\r\\n\\t<li>A credit card with the required limit and an International Driving Permit (IDP) is mandatory if the passengers wish to book Self-driven vehicles.<\\/li>\\r\\n\\t<li>For any International destinations, Passport Validity should be at least 6 to 9 months after returning date depending on country to country.<\\/li>\\r\\n\\t<li>5% GST applicable on the total payable amount unless mentioned in Inclusions.<\\/li>\\r\\n\\t<li>We reserve the right to modify the itinerary at any point, due to reasons including but not limited to Force Majeure events, strikes, implementations of government rules\\/restrictions, lockdowns, fairs, festivals, weather conditions, traffic problems, overbooking of hotels\\/flights, cancellation \\/ re-routing of flights, closure of \\/ entry restrictions at a place of a visit, etc. While we will do our best to make suitable alternate arrangements, we would not be held liable for any refunds\\/compensation claims arising out of this.<\\/li>\\r\\n\\t<li>We will not be liable for any cancellations due to any rules\\/restrictions imposed by the government of India or the government of the country you are visiting. The client has to bear all charges imposed because of any such implementation. <\\/li>\\r\\n\\t<li><strong>Please note, as per Income Tax Department rules, you will be charged 5% TCS on the total invoicing amount for every confirmed booking at the time of final confirmation which will be redeemable when filing your personal IT returns (Effective from 01st Oct 2020). Lead passenger Pan Card Copy will also be required as per RBI guidelines at the time of final confirmation.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>4 Nights accomodation as mentioned above.<\\/li>\\r\\n\\t<li>Daily Breakfast at the Hotel.<\\/li>\\r\\n\\t<li>Return Airport \\/ Hotel transfers on a private basis.<\\/li>\\r\\n\\t<li>Istanbul City Tour on a sharing basis.<\\/li>\\r\\n\\t<li>Bursa Tour on a sharing basis.<\\/li>\\r\\n\\t<li>Princess Island Tour on a sharing basis.<\\/li>\\r\\n\\t<li>GST & Taxes.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must-take list that you should carry while travelling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof or Passport (For International Travel)<\\/li>\\r\\n\\t<li>Covid-19 Vaccine Certificate<\\/li>\\r\\n\\t<li>PCR Test (If required)<\\/li>\\r\\n\\t<li>Hotel Vouchers<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Mosquito Cream\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a travel house that specializes in personalized travel experiences. We have traveled the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"313585\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[313585],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313588\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[313588],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313591\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[313591],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313594\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[313594],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313597\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[313597],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Istanbul','Istanbul,Central Asia,Turkey,Eurasia',NULL,'12905',25466,39760,4,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Turkey','222','2022-12-21 14:39:21','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'simply-istanbul',NULL,NULL,NULL,0),(5,36828,1,4539,1,0,0,'Honeymoon,Beach,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":36828,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/romantic_bali_1655720297.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>The perfectly planned Bali romantic packages take you to some of the most popular attractions here, including Kuta, Ubud and Nusa Dua. Add to that a chance to indulge in fun water sports activities, and this 5 days in Bali itinerary is ideal for newlyweds with a penchant for adventure.<\\/p>\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":4539,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Bali\",\"DestinationPlacesSysId\":2136,\"SourcePlaces\":\"Bali\",\"SourcePlaceSysId\":2136,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Romantic Bali\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4739\",\"SupplierName\":\"Pacto bali\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2136,\"Title\":\"Bali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":510956,\"Name\":\"Siesta Legian Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-8.707295499999999\",\"Long\":\"115.1723983\",\"Address\":\"Jl. Bunut Sari No.8, Legian, Kec. Kuta, Kuta, Bali 80361, Indonesia\"},\"Images\":[],\"CityId\":2136,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4739,\"SupplierName\":\"Pacto bali\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":432094,\"Name\":\"EDEN HOTEL KUTA\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-8.73310378925604\",\"Long\":\"115.167404930619\",\"Address\":\"Jl Kartika Plaza Kuta 42 | Kuta Beach, Bali, Indonesia, 80361\"},\"Images\":[],\"CityId\":2136,\"Brief\":\"The hotel is featuring an outdoor pool, 3 dining options and a spa, EDEN Hotel Kuta Bali is a 5-minute walk from Discovery Mall. Guests can indulge in a soothing Balinese massage and access free Wi-Fi access. Rooms in EDEN Hotel Kuta Bali are decorated with green tones, giving a fresh feel to each unit. A minibar, electric teakettle and a flat-screen satellite TV are among the in-room comforts. Private bathrooms are well equipped with a hairdryer and slippers. The popular Kuta Beach is a 12-minute walk from the hotel, and Ngurah Rai International Airport is a 10-minute drive away. Airport transportation can be arranged for a fee. Providing free valet parking service, the hotel has a business center and a souvenir\\/gift shop. Luggage storage facilities and safes can be found at the 24-hour front desk. Guests enjoy the convenience of on-site laundry, car rental and babysitting services.The EDEN HOTEL KUTA is a Tourist, Family Style, Modern, Business, Leisure, Boutique, Honeymoon, Design Trendy, Child Friendly, Eco Friendly hotel. Located in KUTA area. Shopping is within walking distance and the nightlife\\/restaurants are within walking distance from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/10\\/1045298\\/F97FfjAn_f3146542271b33b7f89b02f3a763df7e.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4739,\"SupplierName\":\"Pacto bali\",\"priceaditionals\":null,\"RoomTypeName\":\"Eden Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":385564,\"Name\":\"Pullman Bali Legian Nirwana\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-8.7095294969084271\",\"Long\":\"115.16746134962887\",\"Address\":\"Jl. Melasti No. 1 1  LEGIAN  ID, \"},\"Images\":[],\"CityId\":2136,\"Brief\":\""This luxurious beach hotel is strategically located in the Legian area just minutes from the beach. Just 1 km away, guests will find the centre of Kuta where there lies a selection of exciting bars, exquisite restaurants, shops and delightful attractions. The hotel is just a 15 minutes' drive from Ngurah Rai International Airport.\\nThe hotel exudes elegance and luxury from the moment guests step through the doors. The rooms are beautifully-appointed featuring contrasting tones and wood elements, adding to the sense of calm and tranquility. The rooms and suites feature private balconies commanding spectacular views over the magnificent Indian Ocean and lush tropical garden. The hotel also provides a seemingly endless choice of leisure and recreational activities, offering fun and enjoyment for all the family. "\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/12\\/122391\\/122391a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4739,\"SupplierName\":\"Pacto bali\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7918,\"Title\":\"Water Sports TRIO(Jet Skii  Banana Boat  Parraselling)\",\"Description\":\"Enjoy water sports in Bali including Jet Skii,Banana Boat, Parraselling.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Water_Sports_TRIO(Jet_Skii__Ba_2136_1574167993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4739,\"SupplierName\":\"Pacto bali\",\"priceaditionals\":null},{\"RefSSId\":3107,\"Title\":\"Uluwatu Temple Tour\",\"Description\":\"Pura Luhur Uluwatu or Uluwatu Temple is a famous Balinese sea temple in Bali, built at the top (ulu) of a 70 meter high cliff or rock (watu) projecting into the sea. It is one of the nine directional temples of Bali meant to protect it from evil spirits. Pura Luhur Uluwatu is renowned for its magnificent location, enjoy sunset delights with direct views overlooking the beautiful Indian Ocean. A Kecak dance is performed everyday at the adjacent cliff-top stage.\\r\\nThe temple is inhabited by monkeys, who are notorious for grabbing attractive items such as sunglasses and cameras.However, they can be calmer when approached with peanuts or bananas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.8291,\"Long\":115.0849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Uluwatu_Temple_2136_1517466836.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4739,\"SupplierName\":\"Pacto bali\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"264005\",\"Title\":\"Bali: Arrival\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive at Ngurah Rai International Airport, our representative will welcome you and you will be transferred to the chosen hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day will be free at leisure by your own arrangement.<\\/p>\\r\\n\\r\\n<p>Back to the hotel, stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":510956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":432094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Eden Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":385564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"264008\",\"Title\":\"Bali: Free at Leisure\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel. Today is your day at leisure to relax in your accommodation and enjoy a spa and other hotel amenities.<\\/p>\\r\\n\\r\\n<p>Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":510956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":432094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Eden Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":385564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"264011\",\"Title\":\"Bali: Watersports & Sunset Dinner Cruise\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Breakfast at the Hotel. Banana boat (a simple boat kind of banana, the boat min capacity 2 pax, max capacity 6 pax\\/boat, the boat will be dragged by a speed boat for a round and depends on guest request want to fall on the water or not). Flying fish ( a boat kind of kite, min and max capacity is 2 pax, the guest will be lean on the boat and flying, and the instructor will be in the middle of the boat for balancing ) Jet Ski is a kind of scooter min and the max capacity is 1 pax, will lead by an instructor, so 1 passenger and 1 instructor on the jet ski. Afterwards, you will be transferred to the harbour.<\\/p>\\r\\n\\r\\n<p>Bali is famous for its spectacular sunsets. On our sunset dinner cruise, you'll dine on an international dinner buffet while watching the sky change from blue to shades of orange, red, and eventually purple. As the sun goes down, we'll cruise around Benoa Harbour aboard Bali Hai II, our luxury motorized catamaran. After dark, you'll be treated to a variety of entertaining performances, including live music, a 6-person cabaret, and a DJ. Dance the night away in front of a twinkling backdrop of stars and lights in the Harbour. <\\/p>\\r\\n\\r\\n<p>Inclusions of the dinner cruise:  Free transfers are provided on a SIC basis for the area (Kuta, Sanur, Jimbaran, Nusa Dua and Tanjung Benoa), Welcome Drink - We greet you in the garden with a refreshing drink and canap?s, Buffet Dinner - Feast on a variety of dishes onboard at our international buffet, Live entertainment - Enjoy dinner whilst being serenaded with live musical entertainment. <\\/p>\\r\\n\\r\\n<p>Back to the hotel, stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":510956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":432094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Eden Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":385564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7918,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"264014\",\"Title\":\"Bali: Uluwatu Kecak Dance Performance\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast at the hotel. Morning's activity will be free at leisure by your own arrangement.<\\/p>\\r\\n\\r\\n<p>In the early afternoon, you will be picked up and brought to visit Uluwatu Temple. Hanging on a cliff 100 meters above the ocean, the Uluwatu temple is a unique sight. The more so when you see the Kecak Dance, performed by about 50 singers. Matter of fact, this dance is the only one based on vocals rather than instruments, dating far back into Balinese history, prior to the use of instruments. <br \\/>\\r\\nBack to the hotel, stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":510956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":432094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Eden Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":385564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3107,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"264017\",\"Title\":\"Bali: Departure\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After a delicious breakfast at the hotel, you are free at leisure until departure time to the airport.<\\/p>\\r\\n\\r\\n<p>Goodbye Bali!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"36828\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20125,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"20125.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":20125,\"COSTDO\":20125,\"COSTSO\":40250,\"CostQuad\":null,\"ACEB\":20125,\"COSTTO\":20125}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"36829\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18745.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":18745,\"priceDoubleOcc\":\"18745.00\",\"priceSingleOcc\":37490,\"priceExtraBed\":\"18745.00\",\"priceWithoutBed\":\"11500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11500,\"CEB\":18745,\"COSTDO\":18745,\"COSTSO\":37490,\"CostQuad\":null,\"ACEB\":18745,\"COSTTO\":18745},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":44850,\"priceExtraBed\":\"22425.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8050,\"CEB\":22425,\"COSTDO\":22425,\"COSTSO\":44850,\"CostQuad\":null,\"ACEB\":22425,\"COSTTO\":22425}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"36830\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34316.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":34316,\"priceDoubleOcc\":\"34316.00\",\"priceSingleOcc\":68632,\"priceExtraBed\":\"34316.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34316,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":34316,\"COSTDO\":34316,\"COSTSO\":68632,\"CostQuad\":null,\"ACEB\":34316,\"COSTTO\":34316},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32545,\"priceDoubleOcc\":\"32545.00\",\"priceSingleOcc\":65090,\"priceExtraBed\":\"32545.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32545,\"COSTDO\":32545,\"COSTSO\":65090,\"CostQuad\":null,\"ACEB\":32545,\"COSTTO\":32545},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35650,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":71300,\"priceExtraBed\":\"32200.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":32200,\"COSTDO\":35650,\"COSTSO\":71300,\"CostQuad\":null,\"ACEB\":35650,\"COSTTO\":35650}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"36828\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":16500,\"COSTDO\":16500,\"COSTSO\":33000,\"CostQuad\":null,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"19250.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":19250,\"COSTDO\":19250,\"COSTSO\":38500,\"CostQuad\":null,\"ACEB\":19250,\"COSTTO\":19250}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"36829\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17930.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-08-31\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"17930.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":17930,\"COSTDO\":17930,\"COSTSO\":35860,\"CostQuad\":null,\"ACEB\":17930,\"COSTTO\":17930},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"21450.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7700,\"CEB\":21450,\"COSTDO\":21450,\"COSTSO\":42900,\"CostQuad\":null,\"ACEB\":21450,\"COSTTO\":21450}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"36830\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32824.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-06-20\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":32824,\"priceDoubleOcc\":\"32824.00\",\"priceSingleOcc\":65648,\"priceExtraBed\":\"32824.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32824,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":32824,\"COSTDO\":32824,\"COSTSO\":65648,\"CostQuad\":null,\"ACEB\":32824,\"COSTTO\":32824},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-09-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31130,\"priceDoubleOcc\":\"31130.00\",\"priceSingleOcc\":62260,\"priceExtraBed\":\"31130.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":31130,\"COSTDO\":31130,\"COSTSO\":62260,\"CostQuad\":null,\"ACEB\":31130,\"COSTTO\":31130},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100},{\"From\":\"2022-12-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"30800.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16500,\"CEB\":30800,\"COSTDO\":34100,\"COSTSO\":68200,\"CostQuad\":null,\"ACEB\":34100,\"COSTTO\":34100}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Please contact your travel expert for further information.<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air-fare is calculated at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100% payment is to be made for domestic packages before 15 days of the departure date.<\\/li>\\r\\n\\t<li>100% payment is to be made for international packages before 30 days of the departure date.<\\/li>\\r\\n\\t<li>In case of cancellation, standard cancellation policies will be applicable or may be changed as per the policies.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cancellation policy charged by the local vendor depending on the season of travel will be applicable and the same needs to be accepted by the Guest.<\\/li>\\r\\n\\t<li>Bookings Confirmed under Non-Refundable\\/Amendable\\/Cancellable Policy will be charged 100% once the booking gets confirmed.<\\/li>\\r\\n\\t<li>Any on tour issues\\/changes or cancellation needs to be settled by the local vendor\\/driver during the course of the tour and no refunds or issues will be entertained post-tour completion.<\\/li>\\r\\n\\t<li>If cancellations are made 30 days before the start date of the trip, 25% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made 15-30 days before the start date of the trip, 50% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>If cancellations are made within 0-15 days before the start date of the trip, 100% of the total tour cost will be charged as cancellation fees.<\\/li>\\r\\n\\t<li>In case of unforeseen weather conditions or government restrictions, certain trips or activities may get cancelled. In such cases, the operator will try their best to provide an alternate feasible. However, a cash refund will not be applicable for the same.<\\/li>\\r\\n\\t<li>Cancellations are strictly subjected to cancellation policies mentioned on the website & are irrespective of the date of booking.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>All rates mentioned above are strictly for quotation purposes only. <\\/li>\\r\\n\\t<li>We hold the right to revoke the above offer at any point in time without any prior notice.<\\/li>\\r\\n\\t<li>The above offer is not valid on blackout dates. Please speak to our holiday expert for further information.<\\/li>\\r\\n\\t<li>No bookings or blocking have been made as yet.<\\/li>\\r\\n\\t<li>Confirmation of your selection is purely based on availability at the time of booking.<\\/li>\\r\\n\\t<li>Rates \\/ Hotels \\/ Room Types may vary at the time of actual booking and are subject to availability at the time of confirmation.<\\/li>\\r\\n\\t<li>The remittance Rate of Exchange will be applied as per the Supplier&39s Rate of the Day.<\\/li>\\r\\n\\t<li>Any increase in the rate of exchange leads to an increase in surface transportation and land arrangements, which may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Tours operated on a SIC basis will start from a central point located in the city Centre. Also for drop off some tours may or may not provide drop-off (if they will provide then drop off location will be again some city Centre point).<\\/li>\\r\\n\\t<li>Missed Breakfast will be not be refunded due to early morning tours.<\\/li>\\r\\n\\t<li>Check-in & Check-out time: generally Check-in varies between 2 pm-3 pm and check-out before 12 pm (noon). Early check-in and late check-out are subject to hotel availability and may result in an extra charge equivalent to one full day room rate<\\/li>\\r\\n\\t<li>Unutilized services are not refundable.<\\/li>\\r\\n\\t<li>Any item NOT specified in the above itinerary will incur supplement charges.<\\/li>\\r\\n\\t<li>Any change in no of guests will undergo rate change<\\/li>\\r\\n\\t<li>Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary needs to be settled by guests directly on tour with the local vendor.<\\/li>\\r\\n\\t<li>Any increase in taxes or fuel price, leading to an increase in cost on surface transportation & land arrangements, may come into effect prior to departure.<\\/li>\\r\\n\\t<li>Any special request such as adjacent rooms, interconnecting rooms, room on the same floor, 1 king-size \\/ 2 Twin bed, early check-in, late checkout, no\\/smoking room, etc. is subject to availability upon check-in of the guest and is at the hotel's discretion. We will request this for you as a priority.<\\/li>\\r\\n\\t<li>Itineraries shared at the time of Quotation\\/Confirmations are tentative and may change on tour if required keeping in mind the safety of the passengers.<\\/li>\\r\\n\\t<li>Orientation tours are operated as per driver cum guide and no separate guides are arranged unless mentioned in inclusions.<\\/li>\\r\\n\\t<li>No amendment\\/changes in the tour itinerary will be entertained by local vendors while the guest is on tour as the services are pre-booked and incur cancellation charges.<\\/li>\\r\\n\\t<li>Expenses incurred due to mishaps, landslides, strikes, political unrest, etc. In such cases, extra will be charged as per actual.<\\/li>\\r\\n\\t<li>For any International destinations, Passport Validity should be at least 6 to 9 months after returning date depending on country to country.<\\/li>\\r\\n\\t<li>We reserve the right to modify the itinerary at any point, due to reasons including but not limited to Force Majeure events, strikes, implementations of government rules\\/restrictions, lockdowns, fairs, festivals, weather conditions, traffic problems, overbooking of hotels\\/flights, cancellation \\/ re-routing of flights, closure of \\/ entry restrictions at a place of a visit, etc. While we will do our best to make suitable alternate arrangements, we would not be held liable for any refunds\\/compensation claims arising out of this.<\\/li>\\r\\n\\t<li>We will not be liable for any cancellations due to any rules\\/restrictions imposed by the government of India or the government of the country you are visiting. The client has to bear all charges imposed because of any such implementation. <\\/li>\\r\\n\\t<li><strong>Please note, as per Income Tax Department rules, you will be charged 5% TCS on the total invoicing amount for every confirmed booking at the time of final confirmation which will be redeemable when filing your personal IT returns (Effective from 01st Oct 2020). Lead passenger Pan Card Copy will also be required as per RBI guidelines at the time of final confirmation.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>4 (Four) Nights stay at the lowest room category of the chosen hotel.<\\/li>\\r\\n\\t<li>Daily Breakfast at the hotel.<\\/li>\\r\\n\\t<li>Full - Air Conditioned transportation with English Speaking Guide during tours and transfers.<\\/li>\\r\\n\\t<li>Return Airport Transfers (Airport-Hotel-Airport).<\\/li>\\r\\n\\t<li>1 X FD WaterSport (1xBanana Boat - 1xJetski - 1x Flying Fish) - Sunset Cruise Dinner.<\\/li>\\r\\n\\t<li>1 X HD Uluwatu Kecak Dance Tour.<\\/li>\\r\\n\\t<li>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must-take list that you should carry while travelling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof or Passport (For International Travel)<\\/li>\\r\\n\\t<li>Covid-19 Vaccine Certificate<\\/li>\\r\\n\\t<li>PCR Test (If required)<\\/li>\\r\\n\\t<li>Hotel Vouchers<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Mosquito Cream\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a travel house that specializes in personalized travel experiences. We have traveled the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"264005\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[264005],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"264008\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[264008],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"264011\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[264011],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"264014\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[264014],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"264017\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[264017],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Bali','Bali,South East Asia,Indonesia,Orient',NULL,'2136',16500,35650,4,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Indonesia','102','2022-12-21 14:39:51','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'romantic-bali',NULL,NULL,NULL,0),(6,44745,1,86368,1,0,0,'Honeymoon,Family,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":44745,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/abu-dhabi--dubai-combo_1669796255\",\"BookingValidUntill\":\"2023-12-19\",\"AdvBookingDays\":30,\"DETAILS\":\"<p><strong>Dubai Abu Dhabi Holiday Packages<\\/strong><\\/p>\\r\\n\\r\\n<p>Located on the Persian Gulf, Dubai is a superlative combination of a glorious past and a fast-forward journey to the future. With the surreal appeal of its own, Abu Dhabi is a perfect exemplary to futuristic innovations and natural vantages in Emirati cities. With the best of Dubai and Abu Dhabi tour packages, tourists get to embark on an outing filled with megalopolis delights, enthralling activities, fancy night outs, beach frolic and lip-smacking delicacies causing unending cravings.<\\/p>\\r\\n\\r\\n<p><strong>What’s Special About Dubai And Abu Dhabi Tour Packages!<\\/strong><\\/p>\\r\\n\\r\\n<p>Dubai and Abu Dhabi are the two most remarkable places to land in for a full-fledged fun-filled escapade. The sumptuous landscape blessed with pristine beaches, azure waters and cultural echoes, make booking a Dubai and Abu Dhabi tour package mandatory. The outgoing essence and boisterous mundane life of these Emirates, call every tourist to get a taste of art, culture, and antiquity which is best served by comfortable stays, hassle-free commutations and lots of sightseeing that too as per choice.<\\/p>\\r\\n\\r\\n<p><strong>Best Time To Avail A Dubai And Abu Dhabi Holiday Package<\\/strong><\\/p>\\r\\n\\r\\n<p>The glittering landscape of Dubai and Abu Dhabi remains pleasurable and entertaining throughout the year. However, the best time to go for a Dubai and Abu Dhabi holiday package is between the winter months of November and March with temperatures going down to a soothing 19?. Nevertheless, Dubai and Abu Dhabi, always work to give an excellent experience to its admirers.<\\/p>\\r\\n\\r\\n<p><strong>Tourist Attractions That Can Be Covered With These Dubai And Abu Dhabi Vacation Packages<\\/strong><\\/p>\\r\\n\\r\\n<p>The land of the Arabian oasis, Dubai is filled with several stunning antique and contemporary glamours. Finding a prestigious place in the best structural arenas of the world, Dubai is a lot more than just architecture and skyscrapers and possesses the diverse of topographies. A plethora of sites and structures which are pillars of the Arabian culture and arts find the home in the splendid landscape of Dubai and Abu Dhabi. With the Dubai and Abu Dhabi vacation packages, tourist get to sight the best attractions with utmost pleasure. Some of famous gems of Dubai are like Burj Khalifa, Burj Al Arab Jumeirah, Palm Islands, Palm, Jumeirah, Dubai Marina, Dubai Creek, The Dubai Fountain, Madinat Jumeirah, The World, Al Bastakiya, Jumeirah Mosque, The Lost Chambers Aquarium, Grand Mosque, Dubai Spice Souk, Emirates Towers, Dolphin Bay, Dubai Aquarium and Underwater Zoo, Safe Park and various others. The capital city of Abu Dhabi has made its presence felt with its own range of allurements such as Ferrari World, Yas Island, Saadiyat Island, Corniche, Marina Mall, Yas Marina Circuit, Formula Rossa, Qasr al-Hosn, Emirates Heritage Club Heritage Village, Yas World Abu Dhabi, Umm Al Emarat Park and several others.<\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Abu Dhabi\",\"SourcePlaceSysId\":105,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Abu Dhabi + Dubai Combo\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Visa,Travel Insurance,All Transfers\",\"PackageType\":\"Honeymoon,Family,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-09-26\",\"To\":\"2023-12-19\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":105,\"Title\":\"Abu Dhabi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":566236,\"Name\":\"Park Inn by Radisson Abu Dhabi, Yas Island\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"93725 - Yas Island - Yas Plaza - Abu Dhabi - United Arab Emirates\"},\"Images\":[],\"CityId\":105,\"Brief\":\"<p>This laid-back hotel is 5 km from Warner Bros. World Abu Dhabi, and 4 km from both Ferrari World Abu Dhabi and Yas Waterworld.<\\/p>\\r\\n\\r\\n<p>Hip rooms and suites offer free Wi-Fi, smart TVs and safes, plus en suite bathrooms, and tea and coffeemaking facilities. Some have separate living areas and\\/or balconies.<br \\/>\\r\\n<br \\/>\\r\\nAmenities include an outdoor pool, a spa and a gym, plus play areas, and meeting and event space. Dining options consist of a cafe, 4 restaurants and a pool bar. Breakfast is available.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_566236\\/4539_a2d658454a3ea47f20633e5ee06b56b01690011612.jpg\",\"AccoAminitiesMask\":\"111100101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":567441,\"Name\":\"Crowne Plaza Abu Dhabi Yas Island\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Yas Island - Yas Plaza - Abu Dhabi - United Arab Emirates\"},\"Images\":[],\"CityId\":105,\"Brief\":\"<p>Refined rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs and minibars. Upgraded rooms have balconies and\\/or gulf views. Suites add living rooms, and some have wet bars; room service is available. Club quarters include access to a lounge with perks such as breakfast.<br \\/>\\r\\n<br \\/>\\r\\nParking is complimentary. There’s a gym, a spa and 2 outdoor pools. Other amenities include contemporary Asian and Arabic restaurants, and a chic brasserie, as well as a lounge and a poolside bar.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_567441\\/4539_66fe3c9ea9628cc3e8ab24e28a9636c81690549871.jpg\",\"AccoAminitiesMask\":\"111111101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":567446,\"Name\":\"W Abu Dhabi - Yas Island\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Yas Island - Abu Dhabi - United Arab Emirates\"},\"Images\":[],\"CityId\":105,\"Brief\":\"<p>Set at Yas Marina and the F1 Yas Marina Circuit, this modern hotel is 4 km from Ferrari World Abu Dhabi and 8 km from Abu Dhabi International Airport.<\\/p>\\r\\n\\r\\n<p>Sophisticated rooms offer free Wi-Fi, flat-screens and safes, plus sitting areas and glass-enclosed bathrooms; some include balconies with marina or racetrack views. The 1-bedroom suites add living and dining areas.<br \\/>\\r\\n<br \\/>\\r\\nA rooftop terrace features 2 pools and a bar. Other amenities include a casual lobby lounge, a nightclub and a polished restaurant, as well as Italian, Indian and Japanese eateries. There are also spa treatments, a gym and a sauna, plus meeting and event space for up to 2,000 people.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_567446\\/4539_079ec49acace7cf63b1b4c46d7d8849b1690550108.jpg\",\"AccoAminitiesMask\":\"111100101000100000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":55892,\"Title\":\"Museum of Future with Private transfer \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":55895,\"Title\":\"Abu Dhabi City Tour From Yas Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2775,\"Title\":\"Dhow Cruise\",\"Description\":\"Dhow Cruise is a novel experience,which you cannot miss when in Dubai.Enjoy dinner on a Dhow Cruise with the facinating lights of Dubai creek with music and belly dancing.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dhow_Cruise_8219_1519026799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building’s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: “tallest structure” and “tallest free-standing structure” other than the world’s “tallest building”. The tower also holds world records for  ‘highest occupied floor’, ‘highest number of stories’, ‘longest travel distance elevators’, ‘tallest service elevator’ and ‘second highest outdoor observatory deck’.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":35919,\"Title\":\"Half Day City Tour\",\"Description\":\"<p>Dubai has consolidated its place as one of the top tourist destinations in the world. Glittering cityscape, high rises, some of the tallest ones in the world, an urbane jungle with a thrifty life. But is that all the Bedouin town has to offer? The natural is as beautiful as the human-made. Desert safaris and dunes visitations are must-do things while you are on the Dubai Tour. Don't forget to visit the sandy beaches and the lush hotels and restaurants with a touch of exquisite and luxury.<br><\\/p><div><br><\\/div>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1669798795.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}},{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":472196,\"Name\":\"Citymax Hotel Bur Dubai - Dubai - United Arab Emirates\",\"Star\":\"3.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kuwait Street, Mankhool - Al Mankhool - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>This modern hotel is 4 km from Dubai World Trade Centre, 5 km from the Dubai Gold Souk, and 9 km from the Dubai Mall's department stores, ice rink and aquarium.<\\/p>\\r\\n\\r\\n<p>The simple rooms have flat-screen TVs, free Wi-Fi and minifridges, along with digital safes, and tea and coffeemaking facilities. Room service is available 24\\/7.<\\/p>\\r\\n\\r\\n<p>Free secure parking is provided. There's a rooftop pool, a sports bar and an elegant cafe, along with Indian and Asian restaurants. Other amenities include a gym and a prayer room.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_472196\\/4539_e49badec830445ddf77de178300c7d141681731381.jpg\",\"AccoAminitiesMask\":\"111111001001100001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":514829,\"Name\":\"Grand Excelsior Hotel Bur Dubai - Dubai - United Arab Emirates\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kuwait Road, Al Mankhool, Burdubai - Al Mankhool - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>This upscale hotel is 8 km from The Dubai Mall and 7 km from the Dubai Spice Souk.<\\/p>\\r\\n\\r\\n<p>Featuring free Wi-Fi, the polished rooms with Arabic decor also come with flat-screen TVs, minibars, and tea and coffeemaking facilities. Upgraded rooms add access to a lounge. Luxe suites add whirlpool tubs, and separate living and\\/or dining areas. Room service is available 24\\/7.<br \\/>\\r\\n<br \\/>\\r\\nThere are 5 bars and restaurants including a refined international restaurant and a laid-back bar. There’s also a gym and a rooftop pool, plus a steam room, a sauna and a business center.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_514829\\/4539_b697515d7a12659e589c6dffd89249fc1686654131.jpg\",\"AccoAminitiesMask\":\"111101101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":567457,\"Name\":\"Park Regis Kris Kin Hotel\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Sheikh Khalifa Bin Zayed St, Opp Burjuman Center, Bur Dubai - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>An 8-minute walk from BurJuman Metro Station 1, this premium hotel is 4 km from the Dubai World Trade Centre and 8 km from The Dubai Mall.<\\/p>\\r\\n\\r\\n<p>Featuring floor-to-ceiling windows, the contemporary rooms offer free Wi-Fi, flat-screens and minibars, plus tea and coffeemaking facilities. Suites include living rooms, and access to a club lounge with perks such as drinks. Room service is available.<br \\/>\\r\\n<br \\/>\\r\\nAmenities include 2 sleek restaurants serving international cuisine, plus a sports bar and a nightclub. There's a gym, a hot tub, a sauna and a steam room, while a rooftop outdoor pool offers city views. A hair salon is also provided, plus a conference centre.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_567457\\/4539_870a71b698f92d2cb95d6dd4ae2b821b1690550828.jpeg\",\"AccoAminitiesMask\":\"111101001000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":55892,\"Title\":\"Museum of Future with Private transfer \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":55895,\"Title\":\"Abu Dhabi City Tour From Yas Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2775,\"Title\":\"Dhow Cruise\",\"Description\":\"Dhow Cruise is a novel experience,which you cannot miss when in Dubai.Enjoy dinner on a Dhow Cruise with the facinating lights of Dubai creek with music and belly dancing.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dhow_Cruise_8219_1519026799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building’s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: “tallest structure” and “tallest free-standing structure” other than the world’s “tallest building”. The tower also holds world records for  ‘highest occupied floor’, ‘highest number of stories’, ‘longest travel distance elevators’, ‘tallest service elevator’ and ‘second highest outdoor observatory deck’.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":35919,\"Title\":\"Half Day City Tour\",\"Description\":\"<p>Dubai has consolidated its place as one of the top tourist destinations in the world. Glittering cityscape, high rises, some of the tallest ones in the world, an urbane jungle with a thrifty life. But is that all the Bedouin town has to offer? The natural is as beautiful as the human-made. Desert safaris and dunes visitations are must-do things while you are on the Dubai Tour. Don't forget to visit the sandy beaches and the lush hotels and restaurants with a touch of exquisite and luxury.<br><\\/p><div><br><\\/div>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1669798795.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[{\"Description\":\"<p><br><\\/p>\",\"CouponCode\":\"EXPLOREDUBAI\"}],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"323239\",\"Title\":\"Arrival in Abu Dhabi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Upon your arrival at Abu Dhabi International Airport, proceed through customs and collect your luggage. Our Representative will assist you with your transfer to the hotel. Check in at your pre-booked hotel and freshen up after your journey. Relax for a while and get ready for an exciting day ahead. After settling in, head to one of the parks you've chosen (Ferrari World, Warner Bros, or YAS Water World) It's time to decide which park you'd like to visit on Day 1. Enjoy the attractions and entertainment at the chosen park. Select one park for the afternoon and evening.<br \\/>\\r\\n<br \\/>\\r\\nOvernight in Abu Dhabi<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":105,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":566236,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":567441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323242\",\"Title\":\"Abu Dhabi \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at your hotel. Spend the day at your second chosen park. Make sure to explore the park's rides, shows, and attractions. Enjoy lunch in the park or at a nearby restaurant at your own personal cost. In the afternoon, Continue enjoying the park's offerings. Evening, Return to your hotel and freshen up. Have dinner at a restaurant of your choice in Abu Dhabi at your own personal cost.<\\/p>\\r\\n\\r\\n<p>Overnight in Abu Dhabi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":105,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":566236,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":567441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":55892,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":55895,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323245\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":105,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323248\",\"Title\":\"Transfer to Dubai and Dhow Cruise\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check out of your Abu Dhabi hotel. After checkout, you can Opt for an Abu Dhabi city tour, at your own personal expense. Later, Arrange for transportation to Dubai. The journey to Dubai from Abu Dhabi takes approximately 1.5 to 2 hours. Check in to your hotel in Dubai and rest for a bit. In the evening, embark on a traditional dhow cruise along Dubai Creek. Enjoy a delicious dinner while taking in the views of the city's skyline.<br \\/>\\r\\n<br \\/>\\r\\nOvernight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323251\",\"Title\":\"Dubai: Half-day Dubai City Tour with Burj Khalifa 124th Floor Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Fill yourself with a delicious breakfast, and prepare yourself to discover the wonders of Dubai on a half-day city tour. Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world’s only seven-star hotel and the Atlantis Hotel, perched atop the crescent-shaped Palm Island.<\\/p>\\r\\n\\r\\n<p>Encounter colorful dioramas and enlightening historic exhibits on a visit to the Dubai Museum. Post digging into the history of the Emirates and its traditional culture, choose to laze around or take a dip in the warm waters of Jumeirah Beach. Behold stunning bird's-eye views from atop the Burj Khalifa -- the tallest building in the world.<\\/p>\\r\\n\\r\\n<p>Set foot in Dubai’s top tourist attractions, and gaze at the glimmering skyline of Dubai from Burj Khalifa observation deck on the 124th floor!<\\/p>\\r\\n\\r\\n<p>Tip: Indians can get to Armani, Saffron, or Indego by Vineet for some yummy desi delicacies.<\\/p>\\r\\n\\r\\n<p>Lunch on your own. The evening is at Leisure. Overnight stay at Hotel in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35919,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323254\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>This day of your Dubai holiday brings to you a ride on velvety Arabian sands & some cultural entertainment.<\\/p>\\r\\n\\r\\n<p>Have a wholesome breakfast at your hotel and spend the first half of the day leisurely. In the evening, get ready for Desert Safari. Indulge in a number of activities that are a highlight of your Dubai package, like dune bashing, camel riding, sandboarding, and jeep racing.<\\/p>\\r\\n\\r\\n<p>Satiate your hunger with a number of mouth-watering Arabian delicacies & enjoy cultural performances like belly dance, Tanura show, and a fire show by trained artists. Enjoy off-roading on the sand dunes.<\\/p>\\r\\n\\r\\n<p>Later, get to your hotel for overnight stay.<\\/p>\\r\\n\\r\\n<p><strong>Optional:<\\/strong> Engage in various exciting activities during your Dubai Desert Safari like camel riding, quad biking, and more (charges extra).<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323257\",\"Title\":\"Dubai: Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Spend the day at your convenience!<\\/p>\\r\\n\\r\\n<p>Begin the day with a delicious breakfast at the hotel. The day is at leisure and you can plan it as per your comfort and ease. Since Dubai is famous for shopping and is home to the biggest and most luxurious shopping malls, on a leisure day, you can plan a visit to these malls. You can go out and see Dubai Mall, BurJuman Mall, Mall of Emirates, Ibn Battuta Mall, and Dubai Outlet Mall. After exploring the biggest shopping destinations, come back to the hotel for a sound sleep. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":567457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323260\",\"Title\":\"Day 6: Dubai - Goodbye!\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Enjoy your breakfast at the hotel. After breakfast, check out of the hotel and proceed to the airport for your flight back home with fond memories!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44745\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"67254.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"83479.00\",\"priceSingleOcc\":158708,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83479,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":83479,\"COSTSO\":158708,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"72204.00\",\"priceSingleOcc\":136158,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72204,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":72204,\"COSTSO\":136158,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79904.00\",\"priceSingleOcc\":151558,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79904,\"COSTSO\":151558,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"79629.00\",\"priceSingleOcc\":151008,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79629,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":79629,\"COSTSO\":151008,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"76879.00\",\"priceSingleOcc\":145508,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":76879,\"COSTSO\":145508,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"53531.50\",\"priceDoubleOcc\":\"67254.00\",\"priceSingleOcc\":126258,\"priceExtraBed\":\"52596.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67254,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":52596.5,\"COSTDO\":67254,\"COSTSO\":126258,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53531.5,\"COSTTO\":53531.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44746\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69454.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"69454.00\",\"priceSingleOcc\":130685.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":69454,\"COSTSO\":130685.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":138385.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":138385.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"85239.00\",\"priceSingleOcc\":162255.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85239,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":85239,\"COSTSO\":162255.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"91179.00\",\"priceSingleOcc\":174135.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":91179,\"COSTSO\":174135.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"88429.00\",\"priceSingleOcc\":168635.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":88429,\"COSTSO\":168635.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"59031.50\",\"priceDoubleOcc\":\"73304.00\",\"priceSingleOcc\":127165.5,\"priceExtraBed\":\"58096.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73304,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":58096.5,\"COSTDO\":73304,\"COSTSO\":127165.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59031.5,\"COSTTO\":59031.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44747\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"91894.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91894.00\",\"priceSingleOcc\":175620.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91894,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91894,\"COSTSO\":175620.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"98769.00\",\"priceSingleOcc\":189370.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98769,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":98769,\"COSTSO\":189370.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"60406.50\",\"priceDoubleOcc\":\"91069.00\",\"priceSingleOcc\":173970.5,\"priceExtraBed\":\"59471.50\",\"priceWithoutBed\":\"39396.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91069,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11550,\"CWOB\":39396.5,\"CEB\":59471.5,\"COSTDO\":91069,\"COSTSO\":173970.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":60406.5,\"COSTTO\":60406.5}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44745\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"65419.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-01\",\"To\":\"2023-10-05\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-06\",\"To\":\"2023-10-18\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-19\",\"To\":\"2023-10-23\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"81202.30\",\"priceSingleOcc\":154379.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81202.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":81202.3,\"COSTSO\":154379.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-10-24\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"70234.80\",\"priceSingleOcc\":132444.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70234.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":70234.8,\"COSTSO\":132444.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77724.80\",\"priceSingleOcc\":147424.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77724.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77724.8,\"COSTSO\":147424.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"77457.30\",\"priceSingleOcc\":146889.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77457.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":77457.3,\"COSTSO\":146889.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"74782.30\",\"priceSingleOcc\":141539.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74782.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":74782.3,\"COSTSO\":141539.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"52071.55\",\"priceDoubleOcc\":\"65419.80\",\"priceSingleOcc\":122814.6,\"priceExtraBed\":\"51162.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65419.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":51162.05,\"COSTDO\":65419.8,\"COSTSO\":122814.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52071.55,\"COSTTO\":52071.55}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44746\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"67559.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-18\",\"To\":\"2023-09-27\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"67559.80\",\"priceSingleOcc\":127121.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67559.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":67559.8,\"COSTSO\":127121.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-09-28\",\"To\":\"2023-11-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":134611.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":134611.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-11-13\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"82914.30\",\"priceSingleOcc\":157830.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82914.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":82914.3,\"COSTSO\":157830.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-01\",\"To\":\"2023-12-02\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"88692.30\",\"priceSingleOcc\":169386.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88692.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":88692.3,\"COSTSO\":169386.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-03\",\"To\":\"2023-12-12\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"86017.30\",\"priceSingleOcc\":164036.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86017.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":86017.3,\"COSTSO\":164036.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55},{\"From\":\"2023-12-13\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"57421.55\",\"priceDoubleOcc\":\"71304.80\",\"priceSingleOcc\":123697.35,\"priceExtraBed\":\"56512.05\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71304.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":56512.05,\"COSTDO\":71304.8,\"COSTSO\":123697.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":57421.55,\"COSTTO\":57421.55}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44747\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"89387.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-18\",\"To\":\"2023-09-28\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"89387.80\",\"priceSingleOcc\":170830.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89387.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":89387.8,\"COSTSO\":170830.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-09-29\",\"To\":\"2023-10-27\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"96075.30\",\"priceSingleOcc\":184205.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":96075.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":96075.3,\"COSTSO\":184205.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05},{\"From\":\"2023-10-28\",\"To\":\"2023-12-19\",\"Currency\":1,\"priceTripleOcc\":\"58759.05\",\"priceDoubleOcc\":\"88585.30\",\"priceSingleOcc\":169225.85,\"priceExtraBed\":\"57849.55\",\"priceWithoutBed\":\"38322.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88585.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CostInfent\":11235,\"CWOB\":38322.05,\"CEB\":57849.55,\"COSTDO\":88585.3,\"COSTSO\":169225.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58759.05,\"COSTTO\":58759.05}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>(Child -  Extra Bed is subject to availbility)<\\/li>\\r\\n\\t<li>Tourism Dirham fees (Payable directly at the hotel).<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>Six nights accommodation on double sharing basis.<\\/li>\\r\\n\\t<li>Dubai Visa with covid insurance.<\\/li>\\r\\n\\t<li>Daily Breakfast.<\\/li>\\r\\n\\t<li>02 day access to any 02 parks ( Ferrrai world or Warner bros or YAS Waterworld) Any 01 park per day.<\\/li>\\r\\n\\t<li>Half Day Dubai City tour on sharing basis.<\\/li>\\r\\n\\t<li>Burj Khalifa 124th Floor observation deck (Non Prime time).<\\/li>\\r\\n\\t<li>Desert Safari with barbecue Dinner on sharing basis.<\\/li>\\r\\n\\t<li>Creek Dhow Cruise with Dinner on sharing basis.<\\/li>\\r\\n\\t<li>Abu Dhabi Hotel to Dubai Hotel transfer on private basis.<\\/li>\\r\\n\\t<li>Return Airport Transfers on private basis.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"323239\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[323239],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323242\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[323242],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323245\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323245],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323248\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323248],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323251\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[323251],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323254\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[323254],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323257\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[323257],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323260\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[323260],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Abu Dhabi,Dubai','Abu Dhabi,Middle East,United Arab Emirates,Dubai',NULL,'105,8219',65420,98769,6,NULL,NULL,NULL,2,'',0,'2023-09-26 00:00:00','2023-12-19 00:00:00','2023-12-19 00:00:00',3,'United Arab Emirates','228','2023-09-26 17:30:44','2023-09-26 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'abu-dhabi-+-dubai-combo',NULL,NULL,NULL,0),(7,33387,1,38124,1,0,0,'Adventure,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":33387,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Riyadh\",\"DestinationPlacesSysId\":23057,\"SourcePlaces\":\"Jeddah\",\"SourcePlaceSysId\":13067,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Jeddah & Riyadh Combo\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Airport Transfers,Activity,Sightseeing\",\"PackageType\":\"Adventure,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13067,\"Title\":\"Jeddah\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":106278,\"Name\":\"Radisson Blu Plaza Jeddah\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.556\",\"Long\":\"39.1689\",\"Address\":\"King Abdullah Road Jeddah 21332 Western Province Saudi Arabia\"},\"Images\":{\"Image\":[{\"ImagId\":2327565,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_22_t.jpg\"},{\"ImagId\":2327566,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_23_t.jpg\"},{\"ImagId\":2327567,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_25_t.jpg\"},{\"ImagId\":2327568,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_28_t.jpg\"},{\"ImagId\":2327569,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_51_t.jpg\"},{\"ImagId\":2327570,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_82_t.jpg\"},{\"ImagId\":2327571,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_135_t.jpg\"},{\"ImagId\":2327572,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_138_t.jpg\"},{\"ImagId\":2327573,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_151_t.jpg\"},{\"ImagId\":2327574,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_157_t.jpg\"},{\"ImagId\":2327575,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_159_t.jpg\"},{\"ImagId\":2327576,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_184_t.jpg\"},{\"ImagId\":2327577,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_141_t.jpg\"},{\"ImagId\":2327578,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_130_t.jpg\"},{\"ImagId\":2327579,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_174_t.jpg\"},{\"ImagId\":2327580,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_150_t.jpg\"},{\"ImagId\":2327581,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_133_t.jpg\"},{\"ImagId\":2327582,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_140_t.jpg\"},{\"ImagId\":2327583,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_179_t.jpg\"},{\"ImagId\":2327584,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_183_t.jpg\"},{\"ImagId\":2327585,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_158_t.jpg\"},{\"ImagId\":2327586,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_154_t.jpg\"},{\"ImagId\":2327587,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_168_t.jpg\"},{\"ImagId\":2327588,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_188_t.jpg\"},{\"ImagId\":2327589,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_195_t.jpg\"},{\"ImagId\":2327590,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_196_t.jpg\"},{\"ImagId\":2327591,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_200_t.jpg\"},{\"ImagId\":2327592,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_202_t.jpg\"},{\"ImagId\":2327593,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_205_t.jpg\"},{\"ImagId\":2327594,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_201_t.jpg\"},{\"ImagId\":2327595,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/ee29c6b9_t.jpg\"},{\"ImagId\":2327596,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3f326e21_t.jpg\"},{\"ImagId\":2327597,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/fe3d04bb_t.jpg\"},{\"ImagId\":2327598,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/537fe208_t.jpg\"},{\"ImagId\":2327599,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3891f5a7_t.jpg\"},{\"ImagId\":2327600,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/6157d34c_t.jpg\"},{\"ImagId\":2327601,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/16a49c65_t.jpg\"},{\"ImagId\":2327602,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/269e3dfd_t.jpg\"},{\"ImagId\":2327603,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/56dd5a3f_t.jpg\"},{\"ImagId\":2327604,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/49b3f0ab_t.jpg\"},{\"ImagId\":2327605,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d15d3c18_t.jpg\"},{\"ImagId\":2327606,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/67648ea7_t.jpg\"},{\"ImagId\":2327607,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/6f856e04_t.jpg\"},{\"ImagId\":2327608,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a1f43cf6_t.jpg\"},{\"ImagId\":2327609,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/37ee403d_t.jpg\"},{\"ImagId\":2327610,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/48ac1d65_t.jpg\"},{\"ImagId\":2327611,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/f95170d6_t.jpg\"},{\"ImagId\":2327612,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3ad18491_t.jpg\"},{\"ImagId\":2327613,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/41ea81d5_t.jpg\"},{\"ImagId\":2327614,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a723d97b_t.jpg\"},{\"ImagId\":2327615,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/308db4dc_t.jpg\"},{\"ImagId\":2327616,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d28540c6_t.jpg\"},{\"ImagId\":2327617,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/df51dd0f_t.jpg\"},{\"ImagId\":2327618,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/537e8003_t.jpg\"},{\"ImagId\":2327619,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/01408d41_t.jpg\"},{\"ImagId\":2327620,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/059ce3ab_t.jpg\"},{\"ImagId\":2327621,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/0c296021_t.jpg\"},{\"ImagId\":2327622,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/61cce70f_t.jpg\"},{\"ImagId\":2327623,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/ad988cd8_t.jpg\"},{\"ImagId\":2327624,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/b75d590b_t.jpg\"},{\"ImagId\":2327625,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/fa8cb3ef_t.jpg\"},{\"ImagId\":2327626,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a3f041a7_t.jpg\"},{\"ImagId\":2327627,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/35ee2018_t.jpg\"},{\"ImagId\":2327628,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/55fcf7b1_t.jpg\"},{\"ImagId\":2327629,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d0774bf9_t.jpg\"},{\"ImagId\":2327630,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/de417ad5_t.jpg\"},{\"ImagId\":2327631,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/dfe71d35_t.jpg\"},{\"ImagId\":2327632,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/f2806a27_t.jpg\"},{\"ImagId\":2327633,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/8bd0edea_t.jpg\"}]},\"CityId\":13067,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Radisson Blu Plaza Hotel, Jeddah in Jeddah, you'll be in a shopping district and minutes from Al Salaam Mall, and close to Andalus Mall.  This 4-star hotel is within close proximity of King Abdulaziz University and Gate to Makkah.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 112 air-conditioned rooms featuring fireplaces and LED televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities including a health club and an indoor pool. Additional amenities at this hotel include complimentary wireless Internet access and concierge services.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at a restaurant or in a coffee shop\\/café. Or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. A roundtrip airport shuttle is available for a surcharge.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_22_t.jpg\",\"AccoAminitiesMask\":\"111110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24768,\"Title\":\"4x4 Desert Safari with Dinner\",\"Description\":\"<p>We will board our 4x4, and drive you to impressive golden sand dunes. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee & tea.<\\/p>\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647007968.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24767,\"Title\":\"Jeddah Half Day City Tour\",\"Description\":\"<p>Enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local<\\/p><p>Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity. <\\/p>\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647008449.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24781,\"Title\":\"Half Day Ad-Diriyah Tour\",\"Description\":\"<p>\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t<\\/p><div class="page" title="Page 8">\\r\\n\\t\\t\\t<div class="layoutArea">\\r\\n\\t\\t\\t\\t<div class="column">\\r\\n\\t\\t\\t\\t\\t<p><span style="font-size: 7.000000pt font-family: 'Arial'">We drive for 30 minutes to Ad-Diriyah, located on the western bank of the Wadi Hanifah, a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of\\r\\nthe Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its\\r\\nimportance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi\\r\\narchitecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from\\r\\nAsia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city , we have the\\r\\nopportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10\\r\\nyears. <\\/span><\\/p>\\r\\n\\t\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t<\\/div>\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077857.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24780,\"Title\":\"Half Day Riyadh City Tour\",\"Description\":\"<p>\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t<\\/p><div class="page" title="Page 8">\\r\\n\\t\\t\\t<div class="layoutArea">\\r\\n\\t\\t\\t\\t<div class="column">\\r\\n\\t\\t\\t\\t\\t<p><span style="font-family: Arial"><span style="font-size: 7pt">We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts\\r\\na unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace that was the\\r\\nroyal residence where King Abdulaziz hosted his court. The palace was named after its square 40 by 40-<\\/span><span style="font-size: 7pt">meter shape and is now one of the city’s main museums. <\\/span><span style="font-size: 7pt">Adjacent to the\\r\\n<\\/span><span style="font-size: 7pt">palace, a modern building hosts a collection of King Abdulaziz’s personal items which we will tour briefly. These places illu<\\/span><span style="font-size: 7pt">strate the heart of the birth of the Saudi nation. <\\/span><\\/span><\\/p>\\r\\n\\t\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t<\\/div>\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077652.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":23057,\"Title\":\"Riyadh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":169663,\"Name\":\"Golden Tulip Andalusia\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.680133291189\",\"Long\":\"46.691131174833\",\"Address\":\"P.O.BOX 57749 OLAYA-RIYADH 11584 Riyadh SAUDI ARABIA Saudi Arabia\"},\"Images\":{\"Image\":[{\"ImagId\":3747850,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/91\\/1105734cdmsgalileovfm_img_pho_000_nc__36987_Guest_Room___A.jpg\"},{\"ImagId\":3747851,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/111\\/1105734cdmsgalileovfm_img_pho_000_nc__36990_Lobby___A.jpg\"},{\"ImagId\":3747852,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/101\\/1105734cdmsgalileovfm_img_pho_000_nc__36991_Lobby___A.jpg\"},{\"ImagId\":3747853,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/121\\/1105734cdmsgalileovfm_img_pho_000_nc__36992_Restaurant___A.jpg\"},{\"ImagId\":3747854,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/131\\/1105734cdmsgalileovfm_img_pho_000_nc__36998_Lobby___A.jpg\"}]},\"CityId\":23057,\"Brief\":\"The hotel is located on the main street, Olaya, next to King Fahad and Gulf highways and within walking distance of the main shopping and financial district. It’s only 35 km\\/15 minutes away from King Khalid International Airport and 2 km from the exhibition centre and the diplomatic quarter.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/91\\/1105734cdmsgalileovfm_img_pho_000_nc__36987_Guest_Room___A.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24768,\"Title\":\"4x4 Desert Safari with Dinner\",\"Description\":\"<p>We will board our 4x4, and drive you to impressive golden sand dunes. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee & tea.<\\/p>\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647007968.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24767,\"Title\":\"Jeddah Half Day City Tour\",\"Description\":\"<p>Enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local<\\/p><p>Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity. <\\/p>\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647008449.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24781,\"Title\":\"Half Day Ad-Diriyah Tour\",\"Description\":\"<p>\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t<\\/p><div class="page" title="Page 8">\\r\\n\\t\\t\\t<div class="layoutArea">\\r\\n\\t\\t\\t\\t<div class="column">\\r\\n\\t\\t\\t\\t\\t<p><span style="font-size: 7.000000pt font-family: 'Arial'">We drive for 30 minutes to Ad-Diriyah, located on the western bank of the Wadi Hanifah, a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of\\r\\nthe Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its\\r\\nimportance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi\\r\\narchitecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from\\r\\nAsia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city , we have the\\r\\nopportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10\\r\\nyears. <\\/span><\\/p>\\r\\n\\t\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t<\\/div>\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077857.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24780,\"Title\":\"Half Day Riyadh City Tour\",\"Description\":\"<p>\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t<\\/p><div class="page" title="Page 8">\\r\\n\\t\\t\\t<div class="layoutArea">\\r\\n\\t\\t\\t\\t<div class="column">\\r\\n\\t\\t\\t\\t\\t<p><span style="font-family: Arial"><span style="font-size: 7pt">We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts\\r\\na unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace that was the\\r\\nroyal residence where King Abdulaziz hosted his court. The palace was named after its square 40 by 40-<\\/span><span style="font-size: 7pt">meter shape and is now one of the city’s main museums. <\\/span><span style="font-size: 7pt">Adjacent to the\\r\\n<\\/span><span style="font-size: 7pt">palace, a modern building hosts a collection of King Abdulaziz’s personal items which we will tour briefly. These places illu<\\/span><span style="font-size: 7pt">strate the heart of the birth of the Saudi nation. <\\/span><\\/span><\\/p>\\r\\n\\t\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t<\\/div>\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077652.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"238563\",\"Title\":\"Arrival in Jeddah\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Marhaba, Welcome to Arabia! On your arrival at the airport in Jeddah, you will be transferred to your hotel on a private basis by one of our representatives. After reaching the hotel, take your time to freshen up and relax as the rest of the day is free at leisure to explore the beautiful city on your own. Later in the evening, you can opt for one of our optional activities to explore Jeddah! <\\/p>\\r\\n\\r\\n<p><strong>Optional Tours:<\\/strong><\\/p>\\r\\n\\r\\n<p><em><strong>Full-Day Taif Tour with Lunch (8 Hrs):<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p>We will start our journey towards the downtown of the city of Taif to take a stroll in its traditional market “Barhat Al Qazzaz Souq”, visit the stone-built house that is now transformed into a cafe?, followed by a stop to see “Al-Kaki Palace” from there we head back to mountains of Taif located over the Al Hada Mountains above Mecca and on the Eastern slopes of the Al-Sarawat mountains. We drive heading to have a traditional meal stop at one of the good local restaurants. The city of Taif has cool and green. In summer, Saudi people, as well as GCC citizens, travel to TAIF for its Green nature and its weather, its beautiful scenery and the town’s relaxed atmosphere. Our tour will lead us to an enjoyable drive to the majestic panoramic view of al Hada mountain. We will pass by a Rose Farm and perfume factory. The old stone paths, cars that passing through the road from Al Hada, seeing the Cable Car. From there we move back on our way to the city of JEDDAH.<\\/p>\\r\\n\\r\\n<p><em><strong>Stargazing in the Desert (5 Hrs):<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p>About an hour drive from the city of Jeddah, we would arrive at Khur Al-Shadaiq beach area, there we will get the perfect spot to take a dip in the Red Sea, followed by a vessel trip to see the nearby island, after which we serve a light meal and wait for the stars to shine while we have a brief about the upcoming tourists’ attractions in the area like the under-going megaproject The Red Sea before we move back to Jeddah.<\\/p>\\r\\n\\r\\n<p>Overnight at the mentioned hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":106278,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238564\",\"Title\":\"Jeddah Half Day City Tour + Desert Safari \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, we will start our tour by visiting Old Jeddah. Our guide will tell you amazing stories about Jeddah and its surroundings. We will enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity. We will see also the Baghdadi house. We will also visit the Old gold market in Gabel street and the Ukash Mosque. We will end our tour driving towards the Jeddah Corniche which is the 30 km coastal resort area of the city of Jeddah. We will pass by the Al Rahmah Mosque. Located along the Red Sea, the Corniche features a coastal road, recreation areas, pavilions and large-scale civic sculptures as well as King Fahd's Fountain, the highest fountain in the world. Later, we continue for our Arabian Desert Adventure!<\\/p>\\r\\n\\r\\n<p><strong>4x4 Desert Safari with Dinner:<\\/strong><\\/p>\\r\\n\\r\\n<p>We will explore the Saudi desert that surrounds the city of Jeddah. We will board our 4x4, and drive you to impressive sand dunes near Jeddah. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee & tea. We will then return back to the Jeddah hotel after an hour approximately.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":106278,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24768,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238565\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238566\",\"Title\":\"Half day Riyadh city tour + Half day Ad-Diriyah tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check out of the hotel and transfer to the airport for your flights to Riyadh. Arrival transfer to the hotel to relax and freshen up. In the afternoon after lunch, we proceed to Discover the live city of RIYADH. We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts a unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace which was the royal residence where King Abdulaziz hosted his court. The palace was named after it's square 40 by 40-meter shape and is now one of the city’s main museums. Adjacent to the palace, a modern building hosts a collection of King Abdulaziz’s personal items which we will tour briefly. These places illustrate the heart of the birth of the Saudi nation. Later, we proceed to Ad-Diriyah.<\\/p>\\r\\n\\r\\n<p><strong>Ad-Diriyah,<\\/strong> located on the western bank of the Wadi Hanifah, is a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of the Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its importance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi architecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from Asia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city, we have the opportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10 years. <\\/p>\\r\\n\\r\\n<p>After the tour, we head to a local Arabic restaurant for an authentic Arabic meal experience.<\\/p>\\r\\n\\r\\n<p>Proceed to the hotel for an overnight stay in Riyadh.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":169663,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24780,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238567\",\"Title\":\"Day Free in Riyadh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today after breakfast, you can explore the beautiful city of Riyadh on your own and shop around in the local Riyadh markets for souvenirs. Or, you can opt for some more amazing adventures in Riyadh by Atlas Holidays! <br \\/>\\r\\n<br \\/>\\r\\n<strong>Optional Tours:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong><em>Edge of the World with Dinner (7 Hrs):<\\/em><\\/strong><\\/p>\\r\\n\\r\\n<p>An exciting drive to the amazing “Edge of the World”, located on the 1000 kilometre-long Tuwaiq escarpment where the viewpoints from the top of the 300-meter-high cliffs are particularly dramatic. On our way to the most famous natural wonder of Riyadh Province, we visit a restored traditional village, Sadous, whose architecture is typical of the Najd (central Arabia) before we start the off-road drive towards Edge of the World. En route, we stop by the Bats Cave and once at Edge of the World we can hike along the majestic cliffs and enjoy the breathtaking viewpoints. Whilst enjoying traditional coffee, tea and a light meal there is an explanation about Saudi culture while we watch the picturesque sunset.<\\/p>\\r\\n\\r\\n<p><em><strong>Morning Safari (4hrs):<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p>We head southwest for approximately one hour into some of the most beautiful dunes of the Riyadh province, where we have the opportunity to enjoy fun activities like sand-boarding and dune bashing in a pristine and secluded sand dune sea. Depending on the season we will visit a nearby Bedouin campsite to enjoy traditional coffee and tea and see their herd of camels. On top of the dunes, we serve a light meal, drinks, coffee & tea after which we will return back to the city.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":169663,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238568\",\"Title\":\"Riyadh: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Breakfast. This morning you will be able to enjoy the pool or other activities. Depending on your time of flight transfer to JEDDAH airport for departure.<\\/p>\\r\\n\\r\\n<p>Flight back home with Amazing Arabian Adventure and memories!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33387\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"65780.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33387\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>2 Nights Accommodation in the above mentioned hotel or similar in Jeddah. <\\/li>\\r\\n\\t<li>2 Nights Accommodation in the above mentioned hotel or similar in Riyadh.<\\/li>\\r\\n\\t<li>Daily Buffet breakfast at the hotel.<\\/li>\\r\\n\\t<li>Personalized meet & assist upon arrival at the Airport<\\/li>\\r\\n\\t<li>Round trip transfers from the airport to the hotel and vice versa by a deluxe air-conditioned vehicle.<\\/li>\\r\\n\\t<li>Half-day Jeddah area tour in English.<\\/li>\\r\\n\\t<li>4x4 Desert Safari with dinner in Jeddah.<\\/li>\\r\\n\\t<li>Internal flight ticket from Jeddah - Riyadh.<\\/li>\\r\\n\\t<li>Half-day Riyadh area tour in English.<\\/li>\\r\\n\\t<li>Half-day Ad-Diriyah tour with dinner.<\\/li>\\r\\n\\t<li>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on a private basis.<\\/li>\\r\\n\\t<li>Local Taxes.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"238563\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[238563],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238564\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[238564],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238565\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[238565],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238566\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[238566],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238567\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[238567],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238568\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[238568],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Jeddah,Riyadh','Jeddah,Middle East,Saudi Arabia,Riyadh',NULL,'13067,23057',57475,66125,4,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-04-30 00:00:00','2023-04-30 00:00:00',3,'Saudi Arabia','186','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'jeddah-riyadh-combo',NULL,NULL,NULL,0),(8,27670,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Weekend,Romantic,Shopping and Nightlife',NULL,1,1,0,'{\"package\":{\"TPId\":27670,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/private_tour_dubrovnik-_hvar-_split_1629367268.jpg\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p> <\\/p>\\r\\n\\r\\n<p>Hvar is not only yachting and cocktail parties.<\\/p>\\r\\n\\r\\n<p>The island is best known for its lavender,<\\/p>\\r\\n\\r\\n<p>Which turns whole swathes of land into a fragrant riot of colour in early summer.<\\/p>\\r\\n\\r\\n<p>As well as lavender and essential oils, you'll find rosemary,<\\/p>\\r\\n\\r\\n<p>Honey and olive oils are for sale among the many stalls.<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Split\",\"DestinationPlacesSysId\":25862,\"SourcePlaces\":\"Dubrovnik\",\"SourcePlaceSysId\":8231,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Private tour Dubrovnik- Hvar- Split\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4989\",\"SupplierName\":\"Amathus Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Cab,Airport Transfers,Activity,Sightseeing,Guided Tours,Camping,Trekking\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Weekend,Romantic,Shopping and Nightlife\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8231,\"Title\":\"Dubrovnik\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8231,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8231,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8231,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17863,\"Title\":\"\\u00c5\\u00bdupa Dubrova\\u00c4\\u008dka\",\"Description\":\"Župa DubrovaÄ\\u008dka is a municipality and a valley located in Dubrovnik-Neretva County in south-eastern Croatia. It has 8,331 inhabitants, 93% of which are Croats.\\r\\n\\r\\nŽupa dubrovaÄ\\u008dka stretches between Dubrovnik, the old Ragusa in the west and Cavtat, the ancient Epidaurus in the east, between the settlements of Dubac and Plat. The three islands Supetar, Mrkan and Bobara anchored right in front of the bay protect it from the open sea and from the north the hilly slopes of the Upper Župa. Tourist resorts are clustered along the coast. Župa dubrovaÄ\\u008dka is underdeveloped municipality which is statistically classified as the First Category Area of Special State Concern by the Government of Croatia.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Župa_DubrovaÄ\\u008dka_8231_1604488695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17865,\"Title\":\"Boka Kotorska Bay\",\"Description\":\"The word prevlaka means portage. Cape Oštro (Punta d'Ostro), located at the very tip of the peninsula, is the southernmost point of mainland in Croatia. Along with the small Montenegrin island of Mamula, which sits some 2 kilometers east of Cape Oštro, in addition to being two sides of an international maritime border, the two spots present observation entry points into the Bay of Kotor.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Boka_Kotorska_Bay_8231_1604551822.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15522,\"Title\":\"Dubrovnik - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15521,\"Title\":\"Dubrovnik \\u00e2\\u20ac\\u201c City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17864,\"Title\":\"Konavle Region\",\"Description\":\"The Bay of Kotor, also known as the Boka, is the winding bay of the Adriatic Sea in southwestern Montenegro and the region of Montenegro concentrated around the bay. The bay has been inhabited since antiquity.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Konavle_Region_8231_1604489072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15515,\"Title\":\"OPTIONAL: Dubrovnik sightseeing tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17862,\"Title\":\"The Lovrijenac Fortress\",\"Description\":\"Fort Lovrijenac or St. Lawrence Fortress, often called "Dubrovnik's Gibraltar", is a fortress and theater outside the western wall of the city of Dubrovnik in Croatia, 37 metres above sea level.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/The_Lovrijenac_Fortress_8231_1604488074.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20543,\"Title\":\"the island of lavender\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20542,\"Title\":\"Tour of The Hvar Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17861,\"Title\":\"Bell Tower of St. Duje\",\"Description\":\"The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\\r\\n\\r\\nThe Cathedral of Saint Domnius, consecrated at the turn of the 7th century AD, is regarded as the oldest Catholic cathedral in the world that remains in use in its original structure, without near-complete renovation at a later date (though the bell tower dates from the 12th century). The structure itself, built in AD 305 as the Mausoleum of Diocletian, is the second oldest structure used by any Christian Cathedral.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Bell_Tower_of_St._Duje_25862_1604487711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17858,\"Title\":\"Fortress Kamerlengo\",\"Description\":\"The castle was built in the mid-15th century by Marin Radoj as part of an expansion of the Veriga Tower, built on the site in the late 14th century.[1] It is used as a location for performances during the summer months. The word kamerlengo (Italian: camerlengo) refers to the title of an administrative official (a chamberlain).\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Fortress_Kamerlengo_25862_1604484321.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15517,\"Title\":\"OPTIONAL: En route Ston sightseeing tour (duration approx. 1, 5 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15518,\"Title\":\"OPTIONAL: Split sightseeing tour (duration approx. 2 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17860,\"Title\":\"Palace of Diocletian\",\"Description\":\"Diocletian's Palace is an ancient palace built for the Roman emperor Diocletian at the turn of the fourth century AD, which today forms about half the old town of Split, Croatia.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Palace_of_Diocletian_25862_1604485791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15528,\"Title\":\"Split - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15527,\"Title\":\"Split – City tour\",\"Description\":\"<p><br><\\/p>\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/4539_1591681766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17859,\"Title\":\"The Cathedral\",\"Description\":\"The Cathedral of Saint Domnius (Croatian: Katedrala Svetog Duje), known locally as the Sveti Dujam or colloquially Sveti Duje, is the Catholic cathedral in Split, Croatia. The cathedral is the seat of the Archdiocese of Split-Makarska, headed by Archbishop Marin Barišić. The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/The_Cathedral_25862_1604485625.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17857,\"Title\":\"Trogir\",\"Description\":\"Trogir is the best-preserved Romanesque-Gothic complex not only in the Adriatic, but in all of Central Europe. Trogir's medieval core, surrounded by walls, comprises a preserved castle and tower and a series of dwellings and palaces from the Romanesque, Gothic, Renaissance and Baroque periods.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Trogir_25862_1604483799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null}]}},{\"CityId\":12523,\"Title\":\"Hvar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17863,\"Title\":\"\\u00c5\\u00bdupa Dubrova\\u00c4\\u008dka\",\"Description\":\"Župa DubrovaÄ\\u008dka is a municipality and a valley located in Dubrovnik-Neretva County in south-eastern Croatia. It has 8,331 inhabitants, 93% of which are Croats.\\r\\n\\r\\nŽupa dubrovaÄ\\u008dka stretches between Dubrovnik, the old Ragusa in the west and Cavtat, the ancient Epidaurus in the east, between the settlements of Dubac and Plat. The three islands Supetar, Mrkan and Bobara anchored right in front of the bay protect it from the open sea and from the north the hilly slopes of the Upper Župa. Tourist resorts are clustered along the coast. Župa dubrovaÄ\\u008dka is underdeveloped municipality which is statistically classified as the First Category Area of Special State Concern by the Government of Croatia.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Župa_DubrovaÄ\\u008dka_8231_1604488695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17865,\"Title\":\"Boka Kotorska Bay\",\"Description\":\"The word prevlaka means portage. Cape Oštro (Punta d'Ostro), located at the very tip of the peninsula, is the southernmost point of mainland in Croatia. Along with the small Montenegrin island of Mamula, which sits some 2 kilometers east of Cape Oštro, in addition to being two sides of an international maritime border, the two spots present observation entry points into the Bay of Kotor.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Boka_Kotorska_Bay_8231_1604551822.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15522,\"Title\":\"Dubrovnik - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15521,\"Title\":\"Dubrovnik \\u00e2\\u20ac\\u201c City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17864,\"Title\":\"Konavle Region\",\"Description\":\"The Bay of Kotor, also known as the Boka, is the winding bay of the Adriatic Sea in southwestern Montenegro and the region of Montenegro concentrated around the bay. The bay has been inhabited since antiquity.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Konavle_Region_8231_1604489072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15515,\"Title\":\"OPTIONAL: Dubrovnik sightseeing tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17862,\"Title\":\"The Lovrijenac Fortress\",\"Description\":\"Fort Lovrijenac or St. Lawrence Fortress, often called "Dubrovnik's Gibraltar", is a fortress and theater outside the western wall of the city of Dubrovnik in Croatia, 37 metres above sea level.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/The_Lovrijenac_Fortress_8231_1604488074.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20543,\"Title\":\"the island of lavender\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20542,\"Title\":\"Tour of The Hvar Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17861,\"Title\":\"Bell Tower of St. Duje\",\"Description\":\"The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\\r\\n\\r\\nThe Cathedral of Saint Domnius, consecrated at the turn of the 7th century AD, is regarded as the oldest Catholic cathedral in the world that remains in use in its original structure, without near-complete renovation at a later date (though the bell tower dates from the 12th century). The structure itself, built in AD 305 as the Mausoleum of Diocletian, is the second oldest structure used by any Christian Cathedral.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Bell_Tower_of_St._Duje_25862_1604487711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17858,\"Title\":\"Fortress Kamerlengo\",\"Description\":\"The castle was built in the mid-15th century by Marin Radoj as part of an expansion of the Veriga Tower, built on the site in the late 14th century.[1] It is used as a location for performances during the summer months. The word kamerlengo (Italian: camerlengo) refers to the title of an administrative official (a chamberlain).\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Fortress_Kamerlengo_25862_1604484321.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15517,\"Title\":\"OPTIONAL: En route Ston sightseeing tour (duration approx. 1, 5 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15518,\"Title\":\"OPTIONAL: Split sightseeing tour (duration approx. 2 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17860,\"Title\":\"Palace of Diocletian\",\"Description\":\"Diocletian's Palace is an ancient palace built for the Roman emperor Diocletian at the turn of the fourth century AD, which today forms about half the old town of Split, Croatia.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Palace_of_Diocletian_25862_1604485791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15528,\"Title\":\"Split - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15527,\"Title\":\"Split – City tour\",\"Description\":\"<p><br><\\/p>\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/4539_1591681766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17859,\"Title\":\"The Cathedral\",\"Description\":\"The Cathedral of Saint Domnius (Croatian: Katedrala Svetog Duje), known locally as the Sveti Dujam or colloquially Sveti Duje, is the Catholic cathedral in Split, Croatia. The cathedral is the seat of the Archdiocese of Split-Makarska, headed by Archbishop Marin Barišić. The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/The_Cathedral_25862_1604485625.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17857,\"Title\":\"Trogir\",\"Description\":\"Trogir is the best-preserved Romanesque-Gothic complex not only in the Adriatic, but in all of Central Europe. Trogir's medieval core, surrounded by walls, comprises a preserved castle and tower and a series of dwellings and palaces from the Romanesque, Gothic, Renaissance and Baroque periods.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Trogir_25862_1604483799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null}]}},{\"CityId\":25862,\"Title\":\"Split\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25862,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25862,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25862,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17863,\"Title\":\"\\u00c5\\u00bdupa Dubrova\\u00c4\\u008dka\",\"Description\":\"Župa DubrovaÄ\\u008dka is a municipality and a valley located in Dubrovnik-Neretva County in south-eastern Croatia. It has 8,331 inhabitants, 93% of which are Croats.\\r\\n\\r\\nŽupa dubrovaÄ\\u008dka stretches between Dubrovnik, the old Ragusa in the west and Cavtat, the ancient Epidaurus in the east, between the settlements of Dubac and Plat. The three islands Supetar, Mrkan and Bobara anchored right in front of the bay protect it from the open sea and from the north the hilly slopes of the Upper Župa. Tourist resorts are clustered along the coast. Župa dubrovaÄ\\u008dka is underdeveloped municipality which is statistically classified as the First Category Area of Special State Concern by the Government of Croatia.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Župa_DubrovaÄ\\u008dka_8231_1604488695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17865,\"Title\":\"Boka Kotorska Bay\",\"Description\":\"The word prevlaka means portage. Cape Oštro (Punta d'Ostro), located at the very tip of the peninsula, is the southernmost point of mainland in Croatia. Along with the small Montenegrin island of Mamula, which sits some 2 kilometers east of Cape Oštro, in addition to being two sides of an international maritime border, the two spots present observation entry points into the Bay of Kotor.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Boka_Kotorska_Bay_8231_1604551822.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15522,\"Title\":\"Dubrovnik - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15521,\"Title\":\"Dubrovnik \\u00e2\\u20ac\\u201c City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17864,\"Title\":\"Konavle Region\",\"Description\":\"The Bay of Kotor, also known as the Boka, is the winding bay of the Adriatic Sea in southwestern Montenegro and the region of Montenegro concentrated around the bay. The bay has been inhabited since antiquity.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/Konavle_Region_8231_1604489072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15515,\"Title\":\"OPTIONAL: Dubrovnik sightseeing tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17862,\"Title\":\"The Lovrijenac Fortress\",\"Description\":\"Fort Lovrijenac or St. Lawrence Fortress, often called "Dubrovnik's Gibraltar", is a fortress and theater outside the western wall of the city of Dubrovnik in Croatia, 37 metres above sea level.\",\"CurrencyType\":0,\"CityId\":8231,\"CityName\":\"Dubrovnik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8231\\/sightseeing\\/The_Lovrijenac_Fortress_8231_1604488074.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20543,\"Title\":\"the island of lavender\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":20542,\"Title\":\"Tour of The Hvar Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12523,\"CityName\":\"Hvar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17861,\"Title\":\"Bell Tower of St. Duje\",\"Description\":\"The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\\r\\n\\r\\nThe Cathedral of Saint Domnius, consecrated at the turn of the 7th century AD, is regarded as the oldest Catholic cathedral in the world that remains in use in its original structure, without near-complete renovation at a later date (though the bell tower dates from the 12th century). The structure itself, built in AD 305 as the Mausoleum of Diocletian, is the second oldest structure used by any Christian Cathedral.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Bell_Tower_of_St._Duje_25862_1604487711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17858,\"Title\":\"Fortress Kamerlengo\",\"Description\":\"The castle was built in the mid-15th century by Marin Radoj as part of an expansion of the Veriga Tower, built on the site in the late 14th century.[1] It is used as a location for performances during the summer months. The word kamerlengo (Italian: camerlengo) refers to the title of an administrative official (a chamberlain).\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Fortress_Kamerlengo_25862_1604484321.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15517,\"Title\":\"OPTIONAL: En route Ston sightseeing tour (duration approx. 1, 5 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15518,\"Title\":\"OPTIONAL: Split sightseeing tour (duration approx. 2 hrs)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17860,\"Title\":\"Palace of Diocletian\",\"Description\":\"Diocletian's Palace is an ancient palace built for the Roman emperor Diocletian at the turn of the fourth century AD, which today forms about half the old town of Split, Croatia.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Palace_of_Diocletian_25862_1604485791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15528,\"Title\":\"Split - Optional Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":15527,\"Title\":\"Split – City tour\",\"Description\":\"<p><br><\\/p>\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/4539_1591681766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17859,\"Title\":\"The Cathedral\",\"Description\":\"The Cathedral of Saint Domnius (Croatian: Katedrala Svetog Duje), known locally as the Sveti Dujam or colloquially Sveti Duje, is the Catholic cathedral in Split, Croatia. The cathedral is the seat of the Archdiocese of Split-Makarska, headed by Archbishop Marin Barišić. The Cathedral of St. Domnius is a complex of a church, formed from an Imperial Roman mausoleum, with a bell tower strictly the church is dedicated to the Virgin Mary, and the bell tower to Saint Domnius. Together they form the Cathedral of St. Domnius.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/The_Cathedral_25862_1604485625.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null},{\"RefSSId\":17857,\"Title\":\"Trogir\",\"Description\":\"Trogir is the best-preserved Romanesque-Gothic complex not only in the Adriatic, but in all of Central Europe. Trogir's medieval core, surrounded by walls, comprises a preserved castle and tower and a series of dwellings and palaces from the Romanesque, Gothic, Renaissance and Baroque periods.\",\"CurrencyType\":0,\"CityId\":25862,\"CityName\":\"Split\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25862\\/sightseeing\\/Trogir_25862_1604483799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4989,\"SupplierName\":\"Amathus Travel\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"197949\",\"Title\":\"The Dubrovnik.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrival at Dubrovnik airport.<\\/p>\\r\\n\\r\\n<p>Private transfer from the airport to your hotel.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel in the Dubrovnik area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8231,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197950\",\"Title\":\"The Dubrovnik.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel.<br \\/>\\r\\nOPTIONAL: Dubrovnik sightseeing (duration approx. 2 hrs)<\\/p>\\r\\n\\r\\n<p>(George Bernard Shaw)<\\/p>\\r\\n\\r\\n<p>This tour will reveal the finest sites of the old walled City.<\\/p>\\r\\n\\r\\n<p>The walking portion includes a visit to the Dominican<br \\/>\\r\\nMonastery.<\\/p>\\r\\n\\r\\n<p>Our guide will lead you through the narrow streets of the Old Town introducing you to the history and<br \\/>\\r\\nculture of this magnificent city.<\\/p>\\r\\n\\r\\n<p>Other buildings will be viewed along the way.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel in the Dubrovnik area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8231,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17863,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17865,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15522,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17864,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15515,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17862,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197951\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8231,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197956\",\"Title\":\"The Hvar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Breakfast at the hotel.<\\/p>\\r\\n\\r\\n<p>Private transfer from your hotel in Dubrovnik-to-Dubrovnik Port Gruž.<\\/p>\\r\\n\\r\\n<p>Embark local catamaran from Dubrovnik to Island Hvar.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel in The Hvar area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197957\",\"Title\":\"The Hvar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast at the hotel.<br \\/>\\r\\n<br \\/>\\r\\nWhen we think of Hvar - we think about the island of heather,<\\/p>\\r\\n\\r\\n<p>Sunshine and crickets, the island of lavender, sage and<\\/p>\\r\\n\\r\\n<p>Wine and the island of rosemary and secluded coves.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel in the Hvar area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20543,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20542,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197958\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197959\",\"Title\":\"The Split.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Breakfast at the hotel.<br \\/>\\r\\nEmbark local catamaran from Hvar to Split.<\\/p>\\r\\n\\r\\n<p>Private transfer from Split Port to the hotel in Split area.<\\/p>\\r\\n\\r\\n<p>In the afternoon, The old town of Split is built on and around the spectacular Roman Palace erected by the Roman Emperor Diocletian<br \\/>\\r\\n(born in Salona – today’s Solin) in the 4th century.<\\/p>\\r\\n\\r\\n<p>The walking tour starts with a visit to the cellars of the Palace that<br \\/>\\r\\nare still very well preserved.<\\/p>\\r\\n\\r\\n<p>The cellars offer a good view of how life in the Palace was organized.<\\/p>\\r\\n\\r\\n<p>Other sites such as the Golden Gate, the Silver Gate, the Peristyle Square, etc.<\\/p>\\r\\n\\r\\n<p>Will be seen from the outside.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel in the Split area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25862,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17861,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17858,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15517,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15518,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17860,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15528,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15527,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17857,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197960\",\"Title\":\"Nice To See You Split.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast at the hotel.<\\/p>\\r\\n\\r\\n<p>Private transfer from your hotel to the Split airport for your departure flight.<\\/p>\\r\\n\\r\\n<p>End of our services.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25862,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27670\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"60879.16\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46480,\"priceDoubleOcc\":\"60879.16\",\"priceSingleOcc\":97483.11,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60879.16,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":700.7,\"COSTSO\":1122,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48073,\"priceDoubleOcc\":\"63268.45\",\"priceSingleOcc\":99872.4,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63268.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":728.2,\"COSTSO\":1149.5,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48073,\"priceDoubleOcc\":\"63268.45\",\"priceSingleOcc\":99872.4,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63268.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":728.2,\"COSTSO\":1149.5,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48073,\"priceDoubleOcc\":\"63268.45\",\"priceSingleOcc\":99872.4,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63268.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":728.2,\"COSTSO\":1149.5,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48391,\"priceDoubleOcc\":\"63746.31\",\"priceSingleOcc\":100350.26,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63746.31,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":733.7,\"COSTSO\":1155,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48901,\"priceDoubleOcc\":\"64510.88\",\"priceSingleOcc\":101114.82999999999,\"priceExtraBed\":\"17680.76\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64510.88,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":203.5,\"COSTDO\":742.5,\"COSTSO\":1163.8,\"CostQuad\":null,\"ACEB\":203.5,\"COSTTO\":203.5},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35330,\"priceDoubleOcc\":\"46925.69\",\"priceSingleOcc\":70149.61,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46925.69,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":540.1,\"COSTSO\":807.4,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36923,\"priceDoubleOcc\":\"49314.98\",\"priceSingleOcc\":72538.9,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49314.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":567.6,\"COSTSO\":834.9,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36923,\"priceDoubleOcc\":\"49314.98\",\"priceSingleOcc\":72538.9,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49314.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":567.6,\"COSTSO\":834.9,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36923,\"priceDoubleOcc\":\"49314.98\",\"priceSingleOcc\":72538.9,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49314.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":567.6,\"COSTSO\":834.9,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37241,\"priceDoubleOcc\":\"49792.84\",\"priceSingleOcc\":73016.76,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49792.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":573.1,\"COSTSO\":840.4,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37751,\"priceDoubleOcc\":\"50557.42\",\"priceSingleOcc\":73781.34,\"priceExtraBed\":\"12137.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":139.7,\"COSTDO\":581.9,\"COSTSO\":849.2,\"CostQuad\":null,\"ACEB\":139.7,\"COSTTO\":139.7},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":43931,\"priceDoubleOcc\":\"57725.29\",\"priceSingleOcc\":92991.23000000001,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57725.29,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":664.4,\"COSTSO\":1070.3,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":45524,\"priceDoubleOcc\":\"60114.58\",\"priceSingleOcc\":95380.52,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60114.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":691.9,\"COSTSO\":1097.8,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":45524,\"priceDoubleOcc\":\"60114.58\",\"priceSingleOcc\":95380.52,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60114.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":691.9,\"COSTSO\":1097.8,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":45524,\"priceDoubleOcc\":\"60114.58\",\"priceSingleOcc\":95380.52,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60114.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":691.9,\"COSTSO\":1097.8,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":45906,\"priceDoubleOcc\":\"60688.01\",\"priceSingleOcc\":95953.95000000001,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60688.01,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":698.5,\"COSTSO\":1104.4,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":46416,\"priceDoubleOcc\":\"61452.59\",\"priceSingleOcc\":96718.53,\"priceExtraBed\":\"16342.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61452.59,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":188.1,\"COSTDO\":707.3,\"COSTSO\":1113.2,\"CostQuad\":null,\"ACEB\":188.1,\"COSTTO\":188.1},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":50207,\"priceDoubleOcc\":\"65944.45\",\"priceSingleOcc\":107613.7,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65944.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":759,\"COSTSO\":1238.6,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":51800,\"priceDoubleOcc\":\"68333.75\",\"priceSingleOcc\":110003,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68333.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":786.5,\"COSTSO\":1266.1,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":51800,\"priceDoubleOcc\":\"68333.75\",\"priceSingleOcc\":110003,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68333.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":786.5,\"COSTSO\":1266.1,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":51800,\"priceDoubleOcc\":\"68333.75\",\"priceSingleOcc\":110003,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68333.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":786.5,\"COSTSO\":1266.1,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":52182,\"priceDoubleOcc\":\"68907.18\",\"priceSingleOcc\":110576.43,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68907.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":793.1,\"COSTSO\":1272.7,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":52692,\"priceDoubleOcc\":\"69671.74\",\"priceSingleOcc\":111340.99,\"priceExtraBed\":\"18732.04\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69671.74,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":215.6,\"COSTDO\":801.9,\"COSTSO\":1281.5,\"CostQuad\":null,\"ACEB\":215.6,\"COSTTO\":215.6}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27670\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"58111.92\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":44367,\"priceDoubleOcc\":\"58111.92\",\"priceSingleOcc\":93052.06,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58111.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":668.85,\"COSTSO\":1071,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":45887,\"priceDoubleOcc\":\"60392.61\",\"priceSingleOcc\":95332.75,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60392.61,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":695.1,\"COSTSO\":1097.25,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":45887,\"priceDoubleOcc\":\"60392.61\",\"priceSingleOcc\":95332.75,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60392.61,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":695.1,\"COSTSO\":1097.25,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":45887,\"priceDoubleOcc\":\"60392.61\",\"priceSingleOcc\":95332.75,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60392.61,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":695.1,\"COSTSO\":1097.25,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46192,\"priceDoubleOcc\":\"60848.75\",\"priceSingleOcc\":95788.89,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60848.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":700.35,\"COSTSO\":1102.5,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2021-09-01\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46678,\"priceDoubleOcc\":\"61578.56\",\"priceSingleOcc\":96518.7,\"priceExtraBed\":\"16877.09\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61578.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":194.25,\"COSTDO\":708.75,\"COSTSO\":1110.9,\"CostQuad\":null,\"ACEB\":194.25,\"COSTTO\":194.25},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":33724,\"priceDoubleOcc\":\"44792.71\",\"priceSingleOcc\":66960.98999999999,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44792.71,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":515.55,\"COSTSO\":770.7,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35244,\"priceDoubleOcc\":\"47073.39\",\"priceSingleOcc\":69241.67,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47073.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":541.8,\"COSTSO\":796.95,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35244,\"priceDoubleOcc\":\"47073.39\",\"priceSingleOcc\":69241.67,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47073.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":541.8,\"COSTSO\":796.95,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35244,\"priceDoubleOcc\":\"47073.39\",\"priceSingleOcc\":69241.67,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47073.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":541.8,\"COSTSO\":796.95,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35548,\"priceDoubleOcc\":\"47529.53\",\"priceSingleOcc\":69697.81,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47529.53,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":547.05,\"COSTSO\":802.2,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36035,\"priceDoubleOcc\":\"48259.35\",\"priceSingleOcc\":70427.63,\"priceExtraBed\":\"11585.89\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48259.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":133.35,\"COSTDO\":555.45,\"COSTSO\":810.6,\"CostQuad\":null,\"ACEB\":133.35,\"COSTTO\":133.35},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":41934,\"priceDoubleOcc\":\"55101.42\",\"priceSingleOcc\":88764.37,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55101.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":634.2,\"COSTSO\":1021.65,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":43455,\"priceDoubleOcc\":\"57382.10\",\"priceSingleOcc\":91045.04999999999,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57382.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":660.45,\"COSTSO\":1047.9,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":43455,\"priceDoubleOcc\":\"57382.10\",\"priceSingleOcc\":91045.04999999999,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57382.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":660.45,\"COSTSO\":1047.9,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":43455,\"priceDoubleOcc\":\"57382.10\",\"priceSingleOcc\":91045.04999999999,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57382.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":660.45,\"COSTSO\":1047.9,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":43820,\"priceDoubleOcc\":\"57929.47\",\"priceSingleOcc\":91592.42,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57929.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":666.75,\"COSTSO\":1054.2,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-06-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":44306,\"priceDoubleOcc\":\"58659.29\",\"priceSingleOcc\":92322.23999999999,\"priceExtraBed\":\"15599.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58659.29,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":179.55,\"COSTDO\":675.15,\"COSTSO\":1062.6,\"CostQuad\":null,\"ACEB\":179.55,\"COSTTO\":179.55},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":47925,\"priceDoubleOcc\":\"62946.97\",\"priceSingleOcc\":102722.17,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62946.97,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":724.5,\"COSTSO\":1182.3,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":49445,\"priceDoubleOcc\":\"65227.67\",\"priceSingleOcc\":105002.87,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65227.67,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":750.75,\"COSTSO\":1208.55,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":49445,\"priceDoubleOcc\":\"65227.67\",\"priceSingleOcc\":105002.87,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65227.67,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":750.75,\"COSTSO\":1208.55,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":49445,\"priceDoubleOcc\":\"65227.67\",\"priceSingleOcc\":105002.87,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65227.67,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":750.75,\"COSTSO\":1208.55,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":49810,\"priceDoubleOcc\":\"65775.03\",\"priceSingleOcc\":105550.23,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65775.03,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":757.05,\"COSTSO\":1214.85,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8},{\"From\":\"2022-07-01\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":50297,\"priceDoubleOcc\":\"66504.85\",\"priceSingleOcc\":106280.05,\"priceExtraBed\":\"17880.59\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66504.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":0,\"CEB\":205.8,\"COSTDO\":765.45,\"COSTSO\":1223.25,\"CostQuad\":null,\"ACEB\":205.8,\"COSTTO\":205.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>GST if not mentioned in the rates.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>5% TCS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare \\/ Visa if not mentioned in the itinerary.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Travel Insurance if not mentioned in the itinerary.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>â\\u009d– Accommodation in 3*\\/4*\\/ 5* hotels (as per above tables) in DBL standard rooms on a “BB” basis and tourist taxes:<br \\/>\\r\\n\\t• Dubrovnik area 2 nights<br \\/>\\r\\n\\t– Hotel Ivka 3* or similar \\/ Grand Hotel Park 4* or similar\\/ Hotel More 5* or similar<br \\/>\\r\\n\\t• Hvar area 2 nights<br \\/>\\r\\n\\t– Hotel Pharos Bayhill 3* or similar \\/ Hotel Amfora 4* or similar\\/ Hotel Palace Elizabeth 5* or similar<br \\/>\\r\\n\\t• Split area 1 night<br \\/>\\r\\n\\t– Hotel Bellevue 3* or similar \\/ Hotel Globo 4* or similar \\/ Hotel Atrium 5* or similar hotel Nights accommodation on a twin sharing basis as per itinerary.Private transfers with a\\/c vehicle as follow:<br \\/>\\r\\n\\t• Dubrovnik airport – hotel in Dubrovnik<br \\/>\\r\\n\\t• Hotel in Dubrovnik – Dubrovnik port<br \\/>\\r\\n\\t• Split port – Hotel in Split<br \\/>\\r\\n\\t• Hotel in Split – Split airport<br \\/>\\r\\n\\tâ\\u009d– Catamaran tickets:<br \\/>\\r\\n\\t• Dubrovnik – Hvar<br \\/>\\r\\n\\t• Hvar – Split<br \\/>\\r\\n\\tNot included:<br \\/>\\r\\n\\t• Optional excursions<br \\/>\\r\\n\\t• Meals and drinks<br \\/>\\r\\n\\t• Porterage- Dubrovnik sightseeing tour includes;<br \\/>\\r\\n\\tprivate a\\/c vehicle transfer, guide, obligatory boarding fee at Pile gate, entrance fees to Dominican Monastery<br \\/>\\r\\n\\t- Hvar town walking sightseeing tour includes:<br \\/>\\r\\n\\tguide<br \\/>\\r\\n\\t- Split sightseeing tour includes;<br \\/>\\r\\n\\tprivate a\\/c vehicle transfer, guide, entrance fees to the Diocletian’s Palace and Cathedral<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"197949\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[197949],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197950\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[197950],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197951\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197951],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197956\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197956],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197957\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[197957],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197958\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197958],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197959\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197959],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197960\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197960],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Dubrovnik,Hvar,Split','Dubrovnik,Eastern Europe,Croatia,Hvar,Split',NULL,'8231,12523,25862',44793,69672,5,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Croatia','55','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'private-tour-dubrovnik-hvar-split',NULL,NULL,NULL,0),(9,38589,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Weekend,Romantic,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":38589,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/long_weekend_andaman_1659525436.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":21,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":13144,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":13144,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Andaman Ocean Tourism\",\"Name\":\"Long Weekend Andaman \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10313\",\"SupplierName\":\"Andaman Ocean Tourism\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Speed Boat,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Weekend,Romantic,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2022-12-30\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":511939,\"Name\":\"S R Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513554,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512365,\"Name\":\"Hotel Mansha Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"MPGQ+74 Port Blair, Andaman and Nicobar Islands\",\"Address\":\"Marine Hill, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010101000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513555,\"Name\":\"Resort Heritage MNR\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.622672\",\"Long\":\"92.7207597\",\"Address\":\"NH4, Pathergudda, Pahargaon, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Club Heritage \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn's Cove Beach\",\"Description\":\"The Corbyn’s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn’s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone's throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn's_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India's freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound & Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It's a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":512072,\"Name\":\"White Coral Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.011609\",\"Long\":\"93.0076531\",\"Address\":\"No.5, Kalapathar Beach Road, Vijay nagar Havelock, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513564,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513562,\"Name\":\"The Ocean Blue Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0233271\",\"Long\":\"93.00453979999999\",\"Address\":\"Vijay Nagar, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512074,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Grande\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn's Cove Beach\",\"Description\":\"The Corbyn’s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn’s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone's throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn's_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India's freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound & Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It's a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null}]}},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn's Cove Beach\",\"Description\":\"The Corbyn’s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn’s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone's throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn's_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India's freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound & Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It's a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"275996\",\"Title\":\"Arrival at Port Blair (Corbyns Cove - Jail Muesum - Cellular Jail Light and Sound Show)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Port Blair in the morning\\/afternoon by flight and our representative will be waiting outside holding a placard with your name on it. You will be taken to your hotel where you relax and rest. After some rest proceed to the nearest Beach, Corbyn&39s Cove. The Crescent shaped coconut palm fringed Corbyn&39s Cove ideal for swimming & bathing, a stretch of around 4 Km with an open sea towards your left is a sight to experience then you will visit the extremely popular Cellular Jail. An excursion to the jail will surely make your family holiday memorable. Formerly known as Kala Pani Later proceed to attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. Enacting of freedom fighters and their struggle for India&39s Independence is enacted during this trip. Post completion of this trip, we drop you back to your hotel.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2276,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2804,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276000\",\"Title\":\"Tour to Ross and North Bay Island (Closed on Wednesday)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This tour starts in the morning at around 9 am and ends at around 4 pm in the evening. The journey from  Aberdeen Jetty, Port Blair to the islands is covered in a boat. It takes 30-40 min to reach North Bay Island where you spend 2-3 hours. On this Island, you can participate in various water-activities like Scuba Diving, Sea Walk, Snorkeling and Glass Boat Ride etc ( not included in the cost).<br \\/>\\r\\n\\t\\t\\tAfter exploring North Bay, the boat proceeds to Ross Island. Do not forget to go through Japanese Bunker which was built by them during the 2nd world war. It takes 30min to reach Ross Island where you spend 2-3 hours.<br \\/>\\r\\n\\t\\t\\tThe boat then brings you back to Port Blair Water Sports Complex. From there you are dropped back to your hotel.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276004\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276015\",\"Title\":\"Transfer from Port Blair to Havelock by Ferry and Radhanagar Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This Day of your Andaman tour starts early. You board the morning ferry from Port Blair to Havelock Island. Carry packed breakfast (Eat Light). This journey is of around 2 hours. On reaching, get transferred to the respective hotels to complete the check-in formalities. Unwind yourself.<br \\/>\\r\\n\\t\\t\\tIn the late afternoon, you visit the popular Radhanagar Beach, which is also known as Beach No 7. It was also rated as the &39Best Beach in Asia&39 by the Time Magazine. Sunset views appear truly magical from this beach. This beach is known as fine sand beach and has clear crystal water. Around 6 pm you will be received by our representative.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276019\",\"Title\":\"Trip to Elephant Beach via Speed Boat (Ideal for Water Sports)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:128pt">Wake up early on day 3 of the Andaman Nicobar trip. On this day, you are going for a memorable excursion to the beautiful Elephant beach. The car will come at 08:00 hours. Be ready as the boat will leave the jetty at 08:00-08-30 hours. The boat ride from Havelock Island to Elephant beach takes around 20-25 minutes. This surely is going to be an unforgettable Water Sports experience for you.<br \\/>\\r\\n\\t\\t\\tGet into the sports gear and get all set to explore the colorful underwater world. The reef close to the shore is around 1 meter deep and the larger reef is formed by an amazing variety of corals and marine life. After a few activites, you can simply relax at the beach. The atmosphere is serene and the sight is soothing. Do not forget to catch the beauty of this white-sand beach in your camera.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276023\",\"Title\":\"Day Excursion to Kalapather Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:96pt">Kalapathar beach is a long stretch of white silky sand with big black rocks beside the blue sea. It is situated on one corner of Havelock and is a continuation of beach No. 5. The beach can get a bit crowded in high season, but if you walk further to the south you’ll find yourself completely alone. There is a small lodging path through the green jungle, where once was an elephant25 training camp, but nowadays all you’ll find is a secluded beach.<br \\/>\\r\\n\\t\\t\\tThe water is deep enough to swim and it is not affected by tides. There are some rocks and corals so do take care while going into the water. Stay There till sunset and return back to the resort for an overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276027\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276031\",\"Title\":\"Transfer to Neil via Ferry  (Bharatpur beach and Laxmanpur Beach and Natural Coral Bridge)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:80pt">Post breakfast in the morning, check out from the hotel. Board a ferry from Havelock and get transferred to Neil Island. On arrival, you will be transferred to the respective hotels for check-in. Your Andaman tour package allows you to enjoy a visit to the very popular Bharatpur beach and Laxmanpur Beach, and the famour natural rock formatted coral bridge in the evening.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276035\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276042\",\"Title\":\"Transfer to Port Blair via Ferry  Shopping Complex\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Knock-Knock…Wake up at your own time, have breakfast and explore the beauty of resort by your own, have some peaceful and leisure time and return back to Port Blair by afternoon ferry, upon reaching port Blair check inn and rest for a while., then proceed for Compementry tour to Shopping Complex for taking something special for your friends and family of beautiful Andaman and Nicobar.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair. Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"276046\",\"Title\":\"Departure from Port Blair - Drop to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:32pt">After breakfast check out of the hotel and get transferred to the airport for your journey back home with unlimited memories.. See you soon!!!<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38589\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21390.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20585,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20585,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20585,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20585,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20949,\"priceDoubleOcc\":\"21936.25\",\"priceSingleOcc\":64486.25,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21936.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21936.25,\"COSTSO\":64486.25,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":22272,\"priceDoubleOcc\":\"23920.00\",\"priceSingleOcc\":66470,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":23920,\"COSTSO\":66470,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":24150,\"COSTSO\":72450,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":24150,\"COSTSO\":72450,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":24150,\"COSTSO\":72450,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":24150,\"COSTSO\":72450,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22808,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":73025,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":24725,\"COSTSO\":73025,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24112,\"priceDoubleOcc\":\"26680.00\",\"priceSingleOcc\":74980,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":26680,\"COSTSO\":74980,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20719,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20719,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20719,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20719,\"priceDoubleOcc\":\"21390.00\",\"priceSingleOcc\":63940,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21390,\"COSTSO\":63940,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"21936.25\",\"priceSingleOcc\":64486.25,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21936.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":21936.25,\"COSTSO\":64486.25,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22406,\"priceDoubleOcc\":\"23920.00\",\"priceSingleOcc\":66470,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":18975,\"COSTDO\":23920,\"COSTSO\":66470,\"CostQuad\":null,\"ACEB\":19377.5,\"COSTTO\":19377.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38590\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25587.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24917,\"priceDoubleOcc\":\"26450.00\",\"priceSingleOcc\":78200,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":26450,\"COSTSO\":78200,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":26067,\"priceDoubleOcc\":\"28175.00\",\"priceSingleOcc\":79925,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28175,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28175,\"COSTSO\":79925,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26450,\"priceDoubleOcc\":\"28750.00\",\"priceSingleOcc\":85100,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28750,\"COSTSO\":85100,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26450,\"priceDoubleOcc\":\"28750.00\",\"priceSingleOcc\":85100,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28750,\"COSTSO\":85100,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26450,\"priceDoubleOcc\":\"28750.00\",\"priceSingleOcc\":85100,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28750,\"COSTSO\":85100,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26450,\"priceDoubleOcc\":\"28750.00\",\"priceSingleOcc\":85100,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28750,\"COSTSO\":85100,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26833,\"priceDoubleOcc\":\"29325.00\",\"priceSingleOcc\":85675,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":29325,\"COSTSO\":85675,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27983,\"priceDoubleOcc\":\"31050.00\",\"priceSingleOcc\":87400,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":31050,\"COSTSO\":87400,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24342,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":77337.5,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":25587.5,\"COSTSO\":77337.5,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24917,\"priceDoubleOcc\":\"26450.00\",\"priceSingleOcc\":78200,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":26450,\"COSTSO\":78200,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26067,\"priceDoubleOcc\":\"28175.00\",\"priceSingleOcc\":79925,\"priceExtraBed\":\"21850.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28175,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":21850,\"COSTDO\":28175,\"COSTSO\":79925,\"CostQuad\":null,\"ACEB\":21850,\"COSTTO\":21850}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38591\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27830,\"priceDoubleOcc\":\"28520.00\",\"priceSingleOcc\":83720,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":28520,\"COSTSO\":83720,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":29133,\"priceDoubleOcc\":\"30475.00\",\"priceSingleOcc\":85675,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":30475,\"COSTSO\":85675,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":96025,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":31625,\"COSTSO\":96025,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":96025,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":31625,\"COSTSO\":96025,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":96025,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":31625,\"COSTSO\":96025,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":96025,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":31625,\"COSTSO\":96025,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30475,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":31855,\"priceDoubleOcc\":\"34270.00\",\"priceSingleOcc\":98670,\"priceExtraBed\":\"27025.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34270,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":27025,\"COSTDO\":34270,\"COSTSO\":98670,\"CostQuad\":null,\"ACEB\":27025,\"COSTTO\":27025},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":82800,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":27600,\"COSTSO\":82800,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27830,\"priceDoubleOcc\":\"28520.00\",\"priceSingleOcc\":83720,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":28520,\"COSTSO\":83720,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":29133,\"priceDoubleOcc\":\"30475.00\",\"priceSingleOcc\":85675,\"priceExtraBed\":\"26450.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":26450,\"COSTDO\":30475,\"COSTSO\":85675,\"CostQuad\":null,\"ACEB\":26450,\"COSTTO\":26450}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38592\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37375.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":35458,\"priceDoubleOcc\":\"38237.50\",\"priceSingleOcc\":112987.5,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38237.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":38237.5,\"COSTSO\":112987.5,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":36608,\"priceDoubleOcc\":\"39962.50\",\"priceSingleOcc\":114712.5,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":39962.5,\"COSTSO\":114712.5,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":37183,\"priceDoubleOcc\":\"40825.00\",\"priceSingleOcc\":123625,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":40825,\"COSTSO\":123625,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":37183,\"priceDoubleOcc\":\"40825.00\",\"priceSingleOcc\":123625,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":40825,\"COSTSO\":123625,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":37183,\"priceDoubleOcc\":\"40825.00\",\"priceSingleOcc\":123625,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":40825,\"COSTSO\":123625,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":37183,\"priceDoubleOcc\":\"40825.00\",\"priceSingleOcc\":123625,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":40825,\"COSTSO\":123625,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":37758,\"priceDoubleOcc\":\"41687.50\",\"priceSingleOcc\":124487.5,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41687.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":41687.5,\"COSTSO\":124487.5,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":38717,\"priceDoubleOcc\":\"43125.00\",\"priceSingleOcc\":125925,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":43125,\"COSTSO\":125925,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":112125,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":37375,\"COSTSO\":112125,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35458,\"priceDoubleOcc\":\"38237.50\",\"priceSingleOcc\":112987.5,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38237.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":38237.5,\"COSTSO\":112987.5,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":36608,\"priceDoubleOcc\":\"39962.50\",\"priceSingleOcc\":114712.5,\"priceExtraBed\":\"29900.00\",\"priceWithoutBed\":\"21850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21850,\"CEB\":29900,\"COSTDO\":39962.5,\"COSTSO\":114712.5,\"CostQuad\":null,\"ACEB\":29900,\"COSTTO\":29900}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38589\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20088.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":19332,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":19332,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":19332,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":19332,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":19674,\"priceDoubleOcc\":\"20601.00\",\"priceSingleOcc\":60561,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20601,\"COSTSO\":60561,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":20916,\"priceDoubleOcc\":\"22464.00\",\"priceSingleOcc\":62424,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22464,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22464,\"COSTSO\":62424,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21060,\"priceDoubleOcc\":\"22680.00\",\"priceSingleOcc\":68040,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22680,\"COSTSO\":68040,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21060,\"priceDoubleOcc\":\"22680.00\",\"priceSingleOcc\":68040,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22680,\"COSTSO\":68040,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21060,\"priceDoubleOcc\":\"22680.00\",\"priceSingleOcc\":68040,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22680,\"COSTSO\":68040,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21060,\"priceDoubleOcc\":\"22680.00\",\"priceSingleOcc\":68040,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22680,\"COSTSO\":68040,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21420,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":68580,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":23220,\"COSTSO\":68580,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22644,\"priceDoubleOcc\":\"25056.00\",\"priceSingleOcc\":70416,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25056,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":25056,\"COSTSO\":70416,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19458,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19458,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19458,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19458,\"priceDoubleOcc\":\"20088.00\",\"priceSingleOcc\":60048,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20088,\"COSTSO\":60048,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19800,\"priceDoubleOcc\":\"20601.00\",\"priceSingleOcc\":60561,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":20601,\"COSTSO\":60561,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21042,\"priceDoubleOcc\":\"22464.00\",\"priceSingleOcc\":62424,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22464,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":17820,\"COSTDO\":22464,\"COSTSO\":62424,\"CostQuad\":null,\"ACEB\":18198,\"COSTTO\":18198}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38590\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24030.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":23400,\"priceDoubleOcc\":\"24840.00\",\"priceSingleOcc\":73440,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24840,\"COSTSO\":73440,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":24480,\"priceDoubleOcc\":\"26460.00\",\"priceSingleOcc\":75060,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":26460,\"COSTSO\":75060,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24840,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":79920,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":27000,\"COSTSO\":79920,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24840,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":79920,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":27000,\"COSTSO\":79920,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24840,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":79920,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":27000,\"COSTSO\":79920,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24840,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":79920,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":27000,\"COSTSO\":79920,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25200,\"priceDoubleOcc\":\"27540.00\",\"priceSingleOcc\":80460,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27540,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":27540,\"COSTSO\":80460,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26280,\"priceDoubleOcc\":\"29160.00\",\"priceSingleOcc\":82080,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":29160,\"COSTSO\":82080,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22860,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":72630,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24030,\"COSTSO\":72630,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23400,\"priceDoubleOcc\":\"24840.00\",\"priceSingleOcc\":73440,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":24840,\"COSTSO\":73440,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24480,\"priceDoubleOcc\":\"26460.00\",\"priceSingleOcc\":75060,\"priceExtraBed\":\"20520.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":20520,\"COSTDO\":26460,\"COSTSO\":75060,\"CostQuad\":null,\"ACEB\":20520,\"COSTTO\":20520}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38591\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":26136,\"priceDoubleOcc\":\"26784.00\",\"priceSingleOcc\":78624,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26784,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":26784,\"COSTSO\":78624,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":27360,\"priceDoubleOcc\":\"28620.00\",\"priceSingleOcc\":80460,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28620,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":28620,\"COSTSO\":80460,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":90180,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":29700,\"COSTSO\":90180,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":90180,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":29700,\"COSTSO\":90180,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":90180,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":29700,\"COSTSO\":90180,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":90180,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":29700,\"COSTSO\":90180,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28620,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":29916,\"priceDoubleOcc\":\"32184.00\",\"priceSingleOcc\":92664,\"priceExtraBed\":\"25380.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32184,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":25380,\"COSTDO\":32184,\"COSTSO\":92664,\"CostQuad\":null,\"ACEB\":25380,\"COSTTO\":25380},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":77760,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":25920,\"COSTSO\":77760,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26136,\"priceDoubleOcc\":\"26784.00\",\"priceSingleOcc\":78624,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26784,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":26784,\"COSTSO\":78624,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27360,\"priceDoubleOcc\":\"28620.00\",\"priceSingleOcc\":80460,\"priceExtraBed\":\"24840.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28620,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":24840,\"COSTDO\":28620,\"COSTSO\":80460,\"CostQuad\":null,\"ACEB\":24840,\"COSTTO\":24840}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38592\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35100.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":33300,\"priceDoubleOcc\":\"35910.00\",\"priceSingleOcc\":106110,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35910,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35910,\"COSTSO\":106110,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-08-04\",\"To\":\"2022-12-08\",\"Currency\":1,\"priceTripleOcc\":34380,\"priceDoubleOcc\":\"37530.00\",\"priceSingleOcc\":107730,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":37530,\"COSTSO\":107730,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":34920,\"priceDoubleOcc\":\"38340.00\",\"priceSingleOcc\":116100,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":38340,\"COSTSO\":116100,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":34920,\"priceDoubleOcc\":\"38340.00\",\"priceSingleOcc\":116100,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":38340,\"COSTSO\":116100,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":34920,\"priceDoubleOcc\":\"38340.00\",\"priceSingleOcc\":116100,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":38340,\"COSTSO\":116100,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":34920,\"priceDoubleOcc\":\"38340.00\",\"priceSingleOcc\":116100,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":38340,\"COSTSO\":116100,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":35460,\"priceDoubleOcc\":\"39150.00\",\"priceSingleOcc\":116910,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":39150,\"COSTSO\":116910,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2022-12-09\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":36360,\"priceDoubleOcc\":\"40500.00\",\"priceSingleOcc\":118260,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":40500,\"COSTSO\":118260,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"35100.00\",\"priceSingleOcc\":105300,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35100,\"COSTSO\":105300,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":33300,\"priceDoubleOcc\":\"35910.00\",\"priceSingleOcc\":106110,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35910,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":35910,\"COSTSO\":106110,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34380,\"priceDoubleOcc\":\"37530.00\",\"priceSingleOcc\":107730,\"priceExtraBed\":\"28080.00\",\"priceWithoutBed\":\"20520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20520,\"CEB\":28080,\"COSTDO\":37530,\"COSTSO\":107730,\"CostQuad\":null,\"ACEB\":28080,\"COSTTO\":28080}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"275996\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[275996],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276000\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[276000],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276004\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[276004],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276015\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[276015],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276019\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[276019],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276023\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[276023],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276027\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[276027],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276031\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[276031],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276035\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[276035],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276042\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[276042],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"276046\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[276046],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island,Andaman Island',NULL,'32511,11658,34567',20088,43125,7,NULL,NULL,NULL,2,'',0,'2022-12-30 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-30 15:31:33','2022-12-30 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'long-weekend-andaman',NULL,NULL,NULL,0),(10,38559,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Cruise,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":38559,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/exotic_7_days_andaman_1659518260.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":21,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":13144,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":13144,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Andaman Ocean Tourism\",\"Name\":\"Exotic 7 Days Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10313\",\"SupplierName\":\"Andaman Ocean Tourism\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise,Speed Boat,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Cruise,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513554,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":511939,\"Name\":\"S R Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512365,\"Name\":\"Hotel Mansha Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"MPGQ+74 Port Blair, Andaman and Nicobar Islands\",\"Address\":\"Marine Hill, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010101000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513555,\"Name\":\"Resort Heritage MNR\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.622672\",\"Long\":\"92.7207597\",\"Address\":\"NH4, Pathergudda, Pahargaon, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Club Heritage \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":514368,\"Name\":\"Hotel Marina Manor\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6597603\",\"Long\":\"92.7315332\",\"Address\":\"Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"101001000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513562,\"Name\":\"The Ocean Blue Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0233271\",\"Long\":\"93.00453979999999\",\"Address\":\"Vijay Nagar, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512072,\"Name\":\"White Coral Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.011609\",\"Long\":\"93.0076531\",\"Address\":\"No.5, Kalapathar Beach Road, Vijay nagar Havelock, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512074,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Grande\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513564,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513567,\"Name\":\"CS empire\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8348846\",\"Long\":\"93.0275101\",\"Address\":\"Neil Island Jetty, Neil Kendra, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Std AC Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513569,\"Name\":\"Aquays Hotels and Resorts Neil Island\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Neil Plaza\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512379,\"Name\":\"Symphony Summer Sand Beach Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111101001011101100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Earth\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"275793\",\"Title\":\"Arrival at Port Blair (Corbyns Cove - Jail Muesum - Cellular Jail Light and Sound Show)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Port Blair in the morning\\/afternoon by flight and our representative will be waiting outside holding a placard with your name on it. You will be taken to your hotel where you relax and rest. After some rest proceed to the nearest Beach, Corbyn&39s Cove. The Crescent shaped coconut palm fringed Corbyn&39s Cove ideal for swimming & bathing, a stretch of around 4 Km with an open sea towards your left is a sight to experience then you will visit the extremely popular Cellular Jail. An excursion to the jail will surely make your family holiday memorable. Formerly known as Kala Pani Later proceed to attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. Enacting of freedom fighters and their struggle for India&39s Independence is enacted during this trip. Post completion of this trip, we drop you back to your hotel.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275797\",\"Title\":\"Tour to Ross and North Bay Island (Closed on Wednesday)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This tour starts in the morning at around 9 am and ends at around 4 pm in the evening. The journey from  Aberdeen Jetty, Port Blair to the islands is covered in a boat. It takes 30-40 min to reach North Bay Island where you spend 2-3 hours. On this Island, you can participate in various water-activities like Scuba Diving, Sea Walk, Snorkeling and Glass Boat Ride etc ( not included in the cost).<br \\/>\\r\\n\\t\\t\\tAfter exploring North Bay, the boat proceeds to Ross Island. Do not forget to go through Japanese Bunker which was built by them during the 2nd world war. It takes 30min to reach Ross Island where you spend 2-3 hours.<br \\/>\\r\\n\\t\\t\\tThe boat then brings you back to Port Blair Water Sports Complex. From there you are dropped back to your hotel.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514368,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275801\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275805\",\"Title\":\"Transfer from Port Blair to Havelock by Ferry and Radhanagar Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This Day of your Andaman tour starts early. You board the morning ferry from Port Blair to Havelock Island. Carry packed breakfast (Eat Light). This journey is of around 2 hours. On reaching, get transferred to the respective hotels to complete the check-in formalities. Unwind yourself.<br \\/>\\r\\n\\t\\t\\tIn the late afternoon, you visit the popular Radhanagar Beach, which is also known as Beach No 7. It was also rated as the &39Best Beach in Asia&39 by the Time Magazine. Sunset views appear truly magical from this beach. This beach is known as fine sand beach and has clear crystal water. Around 6 pm you will be received by our representative.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275809\",\"Title\":\"Trip to Elephant Beach via Speed Boat (Ideal for Water Sports)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:128pt">Wake up early on day 3 of the Andaman Nicobar trip. On this day, you are going for a memorable excursion to the beautiful Elephant beach. The car will come at 08:00 hours. Be ready as the boat will leave the jetty at 08:00-08-30 hours. The boat ride from Havelock Island to Elephant beach takes around 20-25 minutes. This surely is going to be an unforgettable Water Sports experience for you.<br \\/>\\r\\n\\t\\t\\tGet into the sports gear and get all set to explore the colorful underwater world. The reef close to the shore is around 1 meter deep and the larger reef is formed by an amazing variety of corals and marine life. After a few activites, you can simply relax at the beach. The atmosphere is serene and the sight is soothing. Do not forget to catch the beauty of this white-sand beach in your camera.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275813\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275817\",\"Title\":\"Transfer to Neil via Ferry  (Bharatpur beach and Laxmanpur Beach and Natural Coral Bridge)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:80pt">Post breakfast in the morning, check out from the hotel. Board a ferry from Havelock and get transferred to Neil Island. On arrival, you will be transferred to the respective hotels for check-in. Your Andaman tour package allows you to enjoy a visit to the very popular Bharatpur beach and Laxmanpur Beach, and the famour natural rock formatted coral bridge in the evening.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513567,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Std AC Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":513569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Neil Plaza\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Earth\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275821\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275825\",\"Title\":\"Transfer to Port Blair via Ferry  Shopping Complex\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Knock-Knock…Wake up at your own time, have breakfast and explore the beauty of resort by your own, have some peaceful and leisure time and return back to Port Blair by afternoon ferry, upon reaching port Blair check inn and rest for a while., then proceed for Compementry tour to Shopping Complex for taking something special for your friends and family of beautiful Andaman and Nicobar.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair. Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"275848\",\"Title\":\"Departure from Port Blair - Drop to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:32pt">After breakfast check out of the hotel and get transferred to the airport for your journey back home with unlimited memories.. See you soon!!!<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38559\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":19205,\"priceDoubleOcc\":\"20412.50\",\"priceSingleOcc\":58132.5,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":20412.5,\"COSTSO\":58132.5,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":19895,\"priceDoubleOcc\":\"21447.50\",\"priceSingleOcc\":59167.5,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21447.5,\"COSTSO\":59167.5,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20163,\"priceDoubleOcc\":\"21850.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21850,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20163,\"priceDoubleOcc\":\"21850.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21850,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20163,\"priceDoubleOcc\":\"21850.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21850,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20163,\"priceDoubleOcc\":\"21850.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21850,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20738,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":66412.5,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":22712.5,\"COSTSO\":66412.5,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21697,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":67850,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":24150,\"COSTSO\":67850,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18630,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":57270,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":19550,\"COSTSO\":57270,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19205,\"priceDoubleOcc\":\"20412.50\",\"priceSingleOcc\":58132.5,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":20412.5,\"COSTSO\":58132.5,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19895,\"priceDoubleOcc\":\"21447.50\",\"priceSingleOcc\":59167.5,\"priceExtraBed\":\"16790.00\",\"priceWithoutBed\":\"15065.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15065,\"CEB\":16790,\"COSTDO\":21447.5,\"COSTSO\":59167.5,\"CostQuad\":null,\"ACEB\":16790,\"COSTTO\":16790}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38560\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22712.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":68137.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":68137.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":68137.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":68137.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":68137.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":68137.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":68137.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":68137.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":22042,\"priceDoubleOcc\":\"23575.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":23575,\"COSTSO\":69000,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":23115,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":70610,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25185,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25185,\"COSTSO\":70610,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23192,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25300,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23192,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25300,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23192,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25300,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23192,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25300,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23767,\"priceDoubleOcc\":\"26162.50\",\"priceSingleOcc\":75612.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26162.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":26162.5,\"COSTSO\":75612.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24955,\"priceDoubleOcc\":\"27945.00\",\"priceSingleOcc\":77395,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":27945,\"COSTSO\":77395,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":67907.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":67907.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":67907.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":67907.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":67907.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":67907.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":67907.5,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":22712.5,\"COSTSO\":67907.5,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22042,\"priceDoubleOcc\":\"23575.00\",\"priceSingleOcc\":68770,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":23575,\"COSTSO\":68770,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23115,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":70380,\"priceExtraBed\":\"18975.00\",\"priceWithoutBed\":\"16675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25185,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16675,\"CEB\":18975,\"COSTDO\":25185,\"COSTSO\":70380,\"CostQuad\":null,\"ACEB\":18975,\"COSTTO\":18975}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38561\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24725.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":25013,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":25587.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":26163,\"priceDoubleOcc\":\"27312.50\",\"priceSingleOcc\":76762.5,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27312.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":27312.5,\"COSTSO\":76762.5,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"28893.75\",\"priceSingleOcc\":86393.75,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28893.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":28893.75,\"COSTSO\":86393.75,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"28893.75\",\"priceSingleOcc\":86393.75,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28893.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":28893.75,\"COSTSO\":86393.75,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"28893.75\",\"priceSingleOcc\":86393.75,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28893.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":28893.75,\"COSTSO\":86393.75,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"28893.75\",\"priceSingleOcc\":86393.75,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28893.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":28893.75,\"COSTSO\":86393.75,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27217,\"priceDoubleOcc\":\"28893.75\",\"priceSingleOcc\":86393.75,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28893.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":28893.75,\"COSTSO\":86393.75,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28271,\"priceDoubleOcc\":\"30475.00\",\"priceSingleOcc\":87975,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":30475,\"COSTSO\":87975,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24438,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74175,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":24725,\"COSTSO\":74175,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25013,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":25587.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26163,\"priceDoubleOcc\":\"27312.50\",\"priceSingleOcc\":76762.5,\"priceExtraBed\":\"23862.50\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27312.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":23862.5,\"COSTDO\":27312.5,\"COSTSO\":76762.5,\"CostQuad\":null,\"ACEB\":23862.5,\"COSTTO\":23862.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38562\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":30667,\"priceDoubleOcc\":\"33062.50\",\"priceSingleOcc\":97462.5,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33062.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":33062.5,\"COSTSO\":97462.5,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":31778,\"priceDoubleOcc\":\"34730.00\",\"priceSingleOcc\":99130,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":34730,\"COSTSO\":99130,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32392,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":108675,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":35650,\"COSTSO\":108675,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32392,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":108675,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":35650,\"COSTSO\":108675,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32392,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":108675,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":35650,\"COSTSO\":108675,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32392,\"priceDoubleOcc\":\"35650.00\",\"priceSingleOcc\":108675,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":35650,\"COSTSO\":108675,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32967,\"priceDoubleOcc\":\"36512.50\",\"priceSingleOcc\":109537.5,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":36512.5,\"COSTSO\":109537.5,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":34117,\"priceDoubleOcc\":\"38237.50\",\"priceSingleOcc\":111262.5,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38237.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":38237.5,\"COSTSO\":111262.5,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30092,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":96600,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":32200,\"COSTSO\":96600,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30667,\"priceDoubleOcc\":\"33062.50\",\"priceSingleOcc\":97462.5,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33062.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":33062.5,\"COSTSO\":97462.5,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":31778,\"priceDoubleOcc\":\"34730.00\",\"priceSingleOcc\":99130,\"priceExtraBed\":\"25875.00\",\"priceWithoutBed\":\"18975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18975,\"CEB\":25875,\"COSTDO\":34730,\"COSTSO\":99130,\"CostQuad\":null,\"ACEB\":25875,\"COSTTO\":25875}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38559\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18360.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18036,\"priceDoubleOcc\":\"19170.00\",\"priceSingleOcc\":54594,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":19170,\"COSTSO\":54594,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":18684,\"priceDoubleOcc\":\"20142.00\",\"priceSingleOcc\":55566,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20142,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20142,\"COSTSO\":55566,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18936,\"priceDoubleOcc\":\"20520.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20520,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18936,\"priceDoubleOcc\":\"20520.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20520,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18936,\"priceDoubleOcc\":\"20520.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20520,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18936,\"priceDoubleOcc\":\"20520.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20520,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19476,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":62370,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":21330,\"COSTSO\":62370,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20376,\"priceDoubleOcc\":\"22680.00\",\"priceSingleOcc\":63720,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":22680,\"COSTSO\":63720,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17496,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":53784,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":18360,\"COSTSO\":53784,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18036,\"priceDoubleOcc\":\"19170.00\",\"priceSingleOcc\":54594,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":19170,\"COSTSO\":54594,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18684,\"priceDoubleOcc\":\"20142.00\",\"priceSingleOcc\":55566,\"priceExtraBed\":\"15768.00\",\"priceWithoutBed\":\"14148.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20142,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14148,\"CEB\":15768,\"COSTDO\":20142,\"COSTSO\":55566,\"CostQuad\":null,\"ACEB\":15768,\"COSTTO\":15768}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38560\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21330.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63990,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63990,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63990,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63990,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63990,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63990,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63990,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63990,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":20700,\"priceDoubleOcc\":\"22140.00\",\"priceSingleOcc\":64800,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22140,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":22140,\"COSTSO\":64800,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":21708,\"priceDoubleOcc\":\"23652.00\",\"priceSingleOcc\":66312,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23652,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23652,\"COSTSO\":66312,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21780,\"priceDoubleOcc\":\"23760.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23760,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21780,\"priceDoubleOcc\":\"23760.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23760,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21780,\"priceDoubleOcc\":\"23760.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23760,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21780,\"priceDoubleOcc\":\"23760.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23760,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22320,\"priceDoubleOcc\":\"24570.00\",\"priceSingleOcc\":71010,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24570,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":24570,\"COSTSO\":71010,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23436,\"priceDoubleOcc\":\"26244.00\",\"priceSingleOcc\":72684,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26244,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":26244,\"COSTSO\":72684,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63774,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63774,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63774,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63774,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63774,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63774,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":63774,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":21330,\"COSTSO\":63774,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20700,\"priceDoubleOcc\":\"22140.00\",\"priceSingleOcc\":64584,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22140,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":22140,\"COSTSO\":64584,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21708,\"priceDoubleOcc\":\"23652.00\",\"priceSingleOcc\":66096,\"priceExtraBed\":\"17820.00\",\"priceWithoutBed\":\"15660.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23652,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15660,\"CEB\":17820,\"COSTDO\":23652,\"COSTSO\":66096,\"CostQuad\":null,\"ACEB\":17820,\"COSTTO\":17820}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38561\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23220.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":23490,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":24030,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":24570,\"priceDoubleOcc\":\"25650.00\",\"priceSingleOcc\":72090,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":25650,\"COSTSO\":72090,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"27135.00\",\"priceSingleOcc\":81135,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27135,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":27135,\"COSTSO\":81135,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"27135.00\",\"priceSingleOcc\":81135,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27135,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":27135,\"COSTSO\":81135,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"27135.00\",\"priceSingleOcc\":81135,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27135,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":27135,\"COSTSO\":81135,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"27135.00\",\"priceSingleOcc\":81135,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27135,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":27135,\"COSTSO\":81135,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":25560,\"priceDoubleOcc\":\"27135.00\",\"priceSingleOcc\":81135,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27135,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":27135,\"COSTSO\":81135,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26550,\"priceDoubleOcc\":\"28620.00\",\"priceSingleOcc\":82620,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28620,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":28620,\"COSTSO\":82620,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22950,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":69660,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":23220,\"COSTSO\":69660,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23490,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":24030,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24570,\"priceDoubleOcc\":\"25650.00\",\"priceSingleOcc\":72090,\"priceExtraBed\":\"22410.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":22410,\"COSTDO\":25650,\"COSTSO\":72090,\"CostQuad\":null,\"ACEB\":22410,\"COSTTO\":22410}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38562\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30240.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":28800,\"priceDoubleOcc\":\"31050.00\",\"priceSingleOcc\":91530,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":31050,\"COSTSO\":91530,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-08-04\",\"To\":\"2022-12-09\",\"Currency\":1,\"priceTripleOcc\":29844,\"priceDoubleOcc\":\"32616.00\",\"priceSingleOcc\":93096,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32616,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":32616,\"COSTSO\":93096,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30420,\"priceDoubleOcc\":\"33480.00\",\"priceSingleOcc\":102060,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":33480,\"COSTSO\":102060,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30420,\"priceDoubleOcc\":\"33480.00\",\"priceSingleOcc\":102060,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":33480,\"COSTSO\":102060,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30420,\"priceDoubleOcc\":\"33480.00\",\"priceSingleOcc\":102060,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":33480,\"COSTSO\":102060,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30420,\"priceDoubleOcc\":\"33480.00\",\"priceSingleOcc\":102060,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":33480,\"COSTSO\":102060,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":30960,\"priceDoubleOcc\":\"34290.00\",\"priceSingleOcc\":102870,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":34290,\"COSTSO\":102870,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2022-12-10\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":32040,\"priceDoubleOcc\":\"35910.00\",\"priceSingleOcc\":104490,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35910,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":35910,\"COSTSO\":104490,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28260,\"priceDoubleOcc\":\"30240.00\",\"priceSingleOcc\":90720,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":30240,\"COSTSO\":90720,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28800,\"priceDoubleOcc\":\"31050.00\",\"priceSingleOcc\":91530,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":31050,\"COSTSO\":91530,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":29844,\"priceDoubleOcc\":\"32616.00\",\"priceSingleOcc\":93096,\"priceExtraBed\":\"24300.00\",\"priceWithoutBed\":\"17820.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32616,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17820,\"CEB\":24300,\"COSTDO\":32616,\"COSTSO\":93096,\"CostQuad\":null,\"ACEB\":24300,\"COSTTO\":24300}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"275793\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[275793],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275797\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[275797],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275801\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[275801],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275805\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[275805],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275809\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[275809],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275813\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[275813],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275817\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[275817],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275821\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[275821],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275825\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[275825],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"275848\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[275848],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island,Andaman Island',NULL,'32511,11658,34567',18360,38238,6,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'exotic-7-days-andaman',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (11,38322,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":38322,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/best_selling_andaman_1659157313.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":21,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":13144,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":13144,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Andaman Ocean Tourism\",\"Name\":\"Best Selling Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10313\",\"SupplierName\":\"Andaman Ocean Tourism\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Sightseeing,Guided Tours,Speed Boat,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513554,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":511939,\"Name\":\"S R Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512365,\"Name\":\"Hotel Mansha Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"MPGQ+74 Port Blair, Andaman and Nicobar Islands\",\"Address\":\"Marine Hill, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010101000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513555,\"Name\":\"Resort Heritage MNR\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.622672\",\"Long\":\"92.7207597\",\"Address\":\"NH4, Pathergudda, Pahargaon, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Club Heritage \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513562,\"Name\":\"The Ocean Blue Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0233271\",\"Long\":\"93.00453979999999\",\"Address\":\"Vijay Nagar, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512072,\"Name\":\"White Coral Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.011609\",\"Long\":\"93.0076531\",\"Address\":\"No.5, Kalapathar Beach Road, Vijay nagar Havelock, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512074,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Grande\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513564,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513567,\"Name\":\"CS empire\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8348846\",\"Long\":\"93.0275101\",\"Address\":\"Neil Island Jetty, Neil Kendra, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"standard ac room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513569,\"Name\":\"Aquays Hotels and Resorts Neil Island\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Neil Plaza\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512379,\"Name\":\"Symphony Summer Sand Beach Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111101001011101100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Earth\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"273989\",\"Title\":\"Arrival at Port Blair (Corbyns Cove - Jail Muesum - Cellular Jail Light and Sound Show)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Port Blair in the morning\\/afternoon by flight and our representative will be waiting outside holding a placard with your name on it. You will be taken to your hotel where you relax and rest. After some rest proceed to the nearest Beach, Corbyn&39s Cove. The Crescent shaped coconut palm fringed Corbyn&39s Cove ideal for swimming & bathing, a stretch of around 4 Km with an open sea towards your left is a sight to experience then you will visit the extremely popular Cellular Jail. An excursion to the jail will surely make your family holiday memorable. Formerly known as Kala Pani Later proceed to attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. Enacting of freedom fighters and their struggle for India&39s Independence is enacted during this trip. Post completion of this trip, we drop you back to your hotel.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273993\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273997\",\"Title\":\"Transfer from Port Blair to Havelock by Ferry and Radhanagar Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This Day of your Andaman tour starts early. You board the morning ferry from Port Blair to Havelock Island. Carry packed breakfast (Eat Light). This journey is of around 2 hours. On reaching, get transferred to the respective hotels to complete the check-in formalities. Unwind yourself.<br \\/>\\r\\n\\t\\t\\tIn the late afternoon, you visit the popular Radhanagar Beach, which is also known as Beach No 7. It was also rated as the &39Best Beach in Asia&39 by the Time Magazine. Sunset views appear truly magical from this beach. This beach is known as fine sand beach and has clear crystal water. Around 6 pm you will be received by our representative.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274001\",\"Title\":\"Trip to Elephant Beach via Speed Boat (Ideal for Water Sports)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:128pt">Wake up early on day 3 of the Andaman Nicobar trip. On this day, you are going for a memorable excursion to the beautiful Elephant beach. The car will come at 08:00 hours. Be ready as the boat will leave the jetty at 08:00-08-30 hours. The boat ride from Havelock Island to Elephant beach takes around 20-25 minutes. This surely is going to be an unforgettable Water Sports experience for you.<br \\/>\\r\\n\\t\\t\\tGet into the sports gear and get all set to explore the colorful underwater world. The reef close to the shore is around 1 meter deep and the larger reef is formed by an amazing variety of corals and marine life. After a few activites, you can simply relax at the beach. The atmosphere is serene and the sight is soothing. Do not forget to catch the beauty of this white-sand beach in your camera.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274005\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274009\",\"Title\":\"Transfer to Neil via Ferry  (Bharatpur beach and Laxmanpur Beach and Natural Coral Bridge)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:80pt">Post breakfast in the morning, check out from the hotel. Board a ferry from Havelock and get transferred to Neil Island. On arrival, you will be transferred to the respective hotels for check-in. Your Andaman tour package allows you to enjoy a visit to the very popular Bharatpur beach and Laxmanpur Beach, and the famour natural rock formatted coral bridge in the evening.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513567,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"standard ac room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":513569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Neil Plaza\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Earth\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":512379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Earth\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274013\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274017\",\"Title\":\"Transfer to Port Blair via Ferry  Shopping Complex\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Knock-Knock…Wake up at your own time, have breakfast and explore the beauty of resort by your own, have some peaceful and leisure time and return back to Port Blair by afternoon ferry, upon reaching port Blair check inn and rest for a while., then proceed for Compementry tour to Shopping Complex for taking something special for your friends and family of beautiful Andaman and Nicobar.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair. Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"274021\",\"Title\":\"Departure from Port Blair - Drop to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:32pt">After breakfast check out of the hotel and get transferred to the airport for your journey back home with unlimited memories.. See you soon!!!<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16962.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16675,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":48875,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":17250,\"COSTSO\":48875,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17442,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":18400,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18304,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":56350,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":19550,\"COSTSO\":56350,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18304,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":56350,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":19550,\"COSTSO\":56350,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18304,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":56350,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":19550,\"COSTSO\":56350,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18304,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":56350,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":19550,\"COSTSO\":56350,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":56925,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":20125,\"COSTSO\":56925,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19454,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":58075,\"priceExtraBed\":\"15812.50\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15812.5,\"COSTDO\":21275,\"COSTSO\":58075,\"CostQuad\":null,\"ACEB\":15812.5,\"COSTTO\":15812.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"16962.50\",\"priceSingleOcc\":48587.5,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":16962.5,\"COSTSO\":48587.5,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16675,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":48875,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":17250,\"COSTSO\":48875,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17442,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"15525.00\",\"priceWithoutBed\":\"13512.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13512.5,\"CEB\":15525,\"COSTDO\":18400,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":15525,\"COSTTO\":15525}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38323\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19263,\"priceDoubleOcc\":\"20412.50\",\"priceSingleOcc\":59512.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":20412.5,\"COSTSO\":59512.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20029,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":60662.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":21562.5,\"COSTSO\":60662.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20604,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":22425,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20604,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":22425,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20604,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":22425,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20604,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":65550,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":22425,\"COSTSO\":65550,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21179,\"priceDoubleOcc\":\"23287.50\",\"priceSingleOcc\":66412.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23287.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":23287.5,\"COSTSO\":66412.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21946,\"priceDoubleOcc\":\"24437.50\",\"priceSingleOcc\":67562.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24437.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":24437.5,\"COSTSO\":67562.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18688,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":58650,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":19550,\"COSTSO\":58650,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19263,\"priceDoubleOcc\":\"20412.50\",\"priceSingleOcc\":59512.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":20412.5,\"COSTSO\":59512.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20029,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":60662.5,\"priceExtraBed\":\"16962.50\",\"priceWithoutBed\":\"15237.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15237.5,\"CEB\":16962.5,\"COSTDO\":21562.5,\"COSTSO\":60662.5,\"CostQuad\":null,\"ACEB\":16962.5,\"COSTTO\":16962.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38324\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21275.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21850,\"priceDoubleOcc\":\"22137.50\",\"priceSingleOcc\":63537.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22137.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":22137.5,\"COSTSO\":63537.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"23287.50\",\"priceSingleOcc\":64687.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23287.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":23287.5,\"COSTSO\":64687.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23479,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":24725,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23479,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":24725,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23479,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":24725,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23479,\"priceDoubleOcc\":\"24725.00\",\"priceSingleOcc\":74750,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24725,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":24725,\"COSTSO\":74750,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23863,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":75325,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":25300,\"COSTSO\":75325,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":24821,\"priceDoubleOcc\":\"26737.50\",\"priceSingleOcc\":76762.5,\"priceExtraBed\":\"20987.50\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26737.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":20987.5,\"COSTDO\":26737.5,\"COSTSO\":76762.5,\"CostQuad\":null,\"ACEB\":20987.5,\"COSTTO\":20987.5},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21850,\"priceDoubleOcc\":\"22137.50\",\"priceSingleOcc\":63537.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22137.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":22137.5,\"COSTSO\":63537.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"23287.50\",\"priceSingleOcc\":64687.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"16962.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23287.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16962.5,\"CEB\":21275,\"COSTDO\":23287.5,\"COSTSO\":64687.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38325\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":26067,\"priceDoubleOcc\":\"28462.50\",\"priceSingleOcc\":82512.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28462.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":28462.5,\"COSTSO\":82512.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":26833,\"priceDoubleOcc\":\"29612.50\",\"priceSingleOcc\":83662.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29612.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":29612.5,\"COSTSO\":83662.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28175,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":94300,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":31625,\"COSTSO\":94300,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28175,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":94300,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":31625,\"COSTSO\":94300,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28175,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":94300,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":31625,\"COSTSO\":94300,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28175,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":94300,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":31625,\"COSTSO\":94300,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":28175,\"priceDoubleOcc\":\"31625.00\",\"priceSingleOcc\":94300,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31625,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":31625,\"COSTSO\":94300,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":29133,\"priceDoubleOcc\":\"33062.50\",\"priceSingleOcc\":95737.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"1725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33062.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1725,\"CEB\":21275,\"COSTDO\":33062.5,\"COSTSO\":95737.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25492,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":81650,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":27600,\"COSTSO\":81650,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26067,\"priceDoubleOcc\":\"28462.50\",\"priceSingleOcc\":82512.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28462.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":28462.5,\"COSTSO\":82512.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":26833,\"priceDoubleOcc\":\"29612.50\",\"priceSingleOcc\":83662.5,\"priceExtraBed\":\"21275.00\",\"priceWithoutBed\":\"17250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29612.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17250,\"CEB\":21275,\"COSTDO\":29612.5,\"COSTSO\":83662.5,\"CostQuad\":null,\"ACEB\":21275,\"COSTTO\":21275}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15930.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":15660,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":45900,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":16200,\"COSTSO\":45900,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":16380,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":17280,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17190,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":52920,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":18360,\"COSTSO\":52920,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17190,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":52920,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":18360,\"COSTSO\":52920,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17190,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":52920,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":18360,\"COSTSO\":52920,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17190,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":52920,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":18360,\"COSTSO\":52920,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18900.00\",\"priceSingleOcc\":53460,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":18900,\"COSTSO\":53460,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18270,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":54540,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14850,\"COSTDO\":19980,\"COSTSO\":54540,\"CostQuad\":null,\"ACEB\":14850,\"COSTTO\":14850},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"15930.00\",\"priceSingleOcc\":45630,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":15930,\"COSTSO\":45630,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15660,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":45900,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":16200,\"COSTSO\":45900,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16380,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"14580.00\",\"priceWithoutBed\":\"12690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12690,\"CEB\":14580,\"COSTDO\":17280,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":14580,\"COSTTO\":14580}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38323\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18360.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18090,\"priceDoubleOcc\":\"19170.00\",\"priceSingleOcc\":55890,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":19170,\"COSTSO\":55890,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":18810,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":56970,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":20250,\"COSTSO\":56970,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19350,\"priceDoubleOcc\":\"21060.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":21060,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19350,\"priceDoubleOcc\":\"21060.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":21060,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19350,\"priceDoubleOcc\":\"21060.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":21060,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19350,\"priceDoubleOcc\":\"21060.00\",\"priceSingleOcc\":61560,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":21060,\"COSTSO\":61560,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19890,\"priceDoubleOcc\":\"21870.00\",\"priceSingleOcc\":62370,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":21870,\"COSTSO\":62370,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20610,\"priceDoubleOcc\":\"22950.00\",\"priceSingleOcc\":63450,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":22950,\"COSTSO\":63450,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17550,\"priceDoubleOcc\":\"18360.00\",\"priceSingleOcc\":55080,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":18360,\"COSTSO\":55080,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18090,\"priceDoubleOcc\":\"19170.00\",\"priceSingleOcc\":55890,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":19170,\"COSTSO\":55890,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18810,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":56970,\"priceExtraBed\":\"15930.00\",\"priceWithoutBed\":\"14310.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14310,\"CEB\":15930,\"COSTDO\":20250,\"COSTSO\":56970,\"CostQuad\":null,\"ACEB\":15930,\"COSTTO\":15930}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38324\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19980.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":20520,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":59670,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":20790,\"COSTSO\":59670,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"21870.00\",\"priceSingleOcc\":60750,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":21870,\"COSTSO\":60750,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22050,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":23220,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22050,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":23220,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22050,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":23220,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22050,\"priceDoubleOcc\":\"23220.00\",\"priceSingleOcc\":70200,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":23220,\"COSTSO\":70200,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22410,\"priceDoubleOcc\":\"23760.00\",\"priceSingleOcc\":70740,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":23760,\"COSTSO\":70740,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23310,\"priceDoubleOcc\":\"25110.00\",\"priceSingleOcc\":72090,\"priceExtraBed\":\"19710.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19710,\"COSTDO\":25110,\"COSTSO\":72090,\"CostQuad\":null,\"ACEB\":19710,\"COSTTO\":19710},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20520,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":59670,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":20790,\"COSTSO\":59670,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"21870.00\",\"priceSingleOcc\":60750,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"15930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15930,\"CEB\":19980,\"COSTDO\":21870,\"COSTSO\":60750,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38325\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":24480,\"priceDoubleOcc\":\"26730.00\",\"priceSingleOcc\":77490,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":26730,\"COSTSO\":77490,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-08-04\",\"To\":\"2022-12-10\",\"Currency\":1,\"priceTripleOcc\":25200,\"priceDoubleOcc\":\"27810.00\",\"priceSingleOcc\":78570,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":27810,\"COSTSO\":78570,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":88560,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":29700,\"COSTSO\":88560,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":88560,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":29700,\"COSTSO\":88560,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":88560,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":29700,\"COSTSO\":88560,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":88560,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":29700,\"COSTSO\":88560,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":88560,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":29700,\"COSTSO\":88560,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2022-12-11\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":27360,\"priceDoubleOcc\":\"31050.00\",\"priceSingleOcc\":89910,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"1620.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1620,\"CEB\":19980,\"COSTDO\":31050,\"COSTSO\":89910,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"25920.00\",\"priceSingleOcc\":76680,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":25920,\"COSTSO\":76680,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24480,\"priceDoubleOcc\":\"26730.00\",\"priceSingleOcc\":77490,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":26730,\"COSTSO\":77490,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25200,\"priceDoubleOcc\":\"27810.00\",\"priceSingleOcc\":78570,\"priceExtraBed\":\"19980.00\",\"priceWithoutBed\":\"16200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16200,\"CEB\":19980,\"COSTDO\":27810,\"COSTSO\":78570,\"CostQuad\":null,\"ACEB\":19980,\"COSTTO\":19980}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p>1. Personal Expenses like Telephone, Fax, Internet, Laundry.<br \\/>\\r\\n2. Camera Tickets at various places of Sightseeing\\/tour.<br \\/>\\r\\n3. Expenses incurred due to bad weather, Flight or ferry cancellation, & political unrest.<br \\/>\\r\\n4. Usage of Vehicles other than the mentioned places in the itinerary.<br \\/>\\r\\n5. Gala Dinner Charges if applied by any resort\\/hotel, However, these charges are Mandatory<\\/p>\\r\\n\",\"Inclusion\":\"<p>1. GST and Other Taxes Included<br \\/>\\r\\n2. Expert Tour Coordinator At all Islands<br \\/>\\r\\n3. Meal Plan as per the booking and as per the hotel Policy<br \\/>\\r\\n4. Transportation Using Private AC Cab at all respective Island<br \\/>\\r\\n5. All Sightseeing Programs are Accordingly as Mentioned<br \\/>\\r\\n6. Entry Permits\\/Entry Tickets\\/Boat Tickets\\/Ferry Tickets Wherever Required.<br \\/>\\r\\n7. 24 Hour On-Call Assistance During Your Stay<br \\/>\\r\\n8. Pvt Ferry (Makruzz\\/GreenOcean\\/SeaLink) for Inter-Island Transfer<br \\/>\\r\\n9. Assistance At All Arrival And Departure Points<\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"273989\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[273989],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273993\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273993],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273997\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273997],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274001\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[274001],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274005\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[274005],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274009\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[274009],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274013\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[274013],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274017\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[274017],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"274021\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[274021],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island,Andaman Island',NULL,'32511,11658,34567',15930,33063,5,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'best-selling-andaman',NULL,NULL,NULL,0),(12,38308,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Cruise,Romantic,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":38308,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/amazing_andaman_1659101240.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":13144,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":13144,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Andaman Ocean Tourism\",\"Name\":\"Amazing Andaman \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10313\",\"SupplierName\":\"Andaman Ocean Tourism\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Cruise,Romantic,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513554,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":511939,\"Name\":\"S R Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512365,\"Name\":\"Hotel Mansha Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"MPGQ+74 Port Blair, Andaman and Nicobar Islands\",\"Address\":\"Marine Hill, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010101000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513555,\"Name\":\"Resort Heritage MNR\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.622672\",\"Long\":\"92.7207597\",\"Address\":\"NH4, Pathergudda, Pahargaon, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Club Heritage \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513562,\"Name\":\"The Ocean Blue Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0233271\",\"Long\":\"93.00453979999999\",\"Address\":\"Vijay Nagar, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512072,\"Name\":\"White Coral Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.011609\",\"Long\":\"93.0076531\",\"Address\":\"No.5, Kalapathar Beach Road, Vijay nagar Havelock, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512074,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Grande\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513564,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513567,\"Name\":\"CS empire\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8348846\",\"Long\":\"93.0275101\",\"Address\":\"Neil Island Jetty, Neil Kendra, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"standard ac room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513569,\"Name\":\"Aquays Hotels and Resorts Neil Island\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Neil Plaza\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512379,\"Name\":\"Symphony Summer Sand Beach Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111101001011101100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Earth\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"273830\",\"Title\":\"Arrival at Port Blair (Corbyns Cove - Jail Muesum - Cellular Jail Light and Sound Show)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Port Blair in the morning\\/afternoon by flight and our representative will be waiting outside holding a placard with your name on it. You will be taken to your hotel where you relax and rest. After some rest proceed to the nearest Beach, Corbyn&39s Cove. The Crescent shaped coconut palm fringed Corbyn&39s Cove ideal for swimming & bathing, a stretch of around 4 Km with an open sea towards your left is a sight to experience then you will visit the extremely popular Cellular Jail. An excursion to the jail will surely make your family holiday memorable. Formerly known as Kala Pani Later proceed to attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. Enacting of freedom fighters and their struggle for India&39s Independence is enacted during this trip. Post completion of this trip, we drop you back to your hotel.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273834\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273838\",\"Title\":\"Transfer from Port Blair to Havelock by Ferry and Radhanagar Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This Day of your Andaman tour starts early. You board the morning ferry from Port Blair to Havelock Island. Carry packed breakfast (Eat Light). This journey is of around 2 hours. On reaching, get transferred to the respective hotels to complete the check-in formalities. Unwind yourself.<br \\/>\\r\\n\\t\\t\\tIn the late afternoon, you visit the popular Radhanagar Beach, which is also known as Beach No 7. It was also rated as the &39Best Beach in Asia&39 by the Time Magazine. Sunset views appear truly magical from this beach. This beach is known as fine sand beach and has clear crystal water. Around 6 pm you will be received by our representative.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273842\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273846\",\"Title\":\"Transfer to Neil via Ferry  (Bharatpur beach and Laxmanpur Beach and Natural Coral Bridge)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:80pt">Post breakfast in the morning, check out from the hotel. Board a ferry from Havelock and get transferred to Neil Island. On arrival, you will be transferred to the respective hotels for check-in. Your Andaman tour package allows you to enjoy a visit to the very popular Bharatpur beach and Laxmanpur Beach, and the famour natural rock formatted coral bridge in the evening.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513567,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"standard ac room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":513569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Neil Plaza\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Earth\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":512379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Earth\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273850\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273854\",\"Title\":\"Transfer to Port Blair via Ferry  Shopping Complex\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Knock-Knock…Wake up at your own time, have breakfast and explore the beauty of resort by your own, have some peaceful and leisure time and return back to Port Blair by afternoon ferry, upon reaching port Blair check inn and rest for a while., then proceed for Compementry tour to Shopping Complex for taking something special for your friends and family of beautiful Andaman and Nicobar.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair. Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273858\",\"Title\":\"Departure from Port Blair - Drop to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:32pt">After breakfast check out of the hotel and get transferred to the airport for your journey back home with unlimited memories.. See you soon!!!<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38308\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":36800,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":36800,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":36800,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":36800,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":13800,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":39100,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":14950,\"COSTSO\":39100,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"15525.00\",\"priceSingleOcc\":45425,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":15525,\"COSTSO\":45425,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"15525.00\",\"priceSingleOcc\":45425,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":15525,\"COSTSO\":45425,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"15525.00\",\"priceSingleOcc\":45425,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":15525,\"COSTSO\":45425,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"15525.00\",\"priceSingleOcc\":45425,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":15525,\"COSTSO\":45425,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15142,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":46575,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":16675,\"COSTSO\":46575,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15908,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":47725,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":17825,\"COSTSO\":47725,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12458,\"priceDoubleOcc\":\"12650.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":12650,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":38525,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":13800,\"COSTSO\":38525,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":39675,\"priceExtraBed\":\"12075.00\",\"priceWithoutBed\":\"10580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10580,\"CEB\":12075,\"COSTDO\":14950,\"COSTSO\":39675,\"CostQuad\":null,\"ACEB\":12075,\"COSTTO\":12075}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38309\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15870.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15640,\"priceDoubleOcc\":\"16445.00\",\"priceSingleOcc\":46345,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16445,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":16445,\"COSTSO\":46345,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16407,\"priceDoubleOcc\":\"17595.00\",\"priceSingleOcc\":47495,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17595,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":17595,\"COSTSO\":47495,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16943,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":53762.5,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":18400,\"COSTSO\":53762.5,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16943,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":53762.5,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":18400,\"COSTSO\":53762.5,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16943,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":53762.5,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":18400,\"COSTSO\":53762.5,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16943,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":53762.5,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":18400,\"COSTSO\":53762.5,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17518,\"priceDoubleOcc\":\"19262.50\",\"priceSingleOcc\":54625,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19262.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":19262.5,\"COSTSO\":54625,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18285,\"priceDoubleOcc\":\"20412.50\",\"priceSingleOcc\":55775,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":20412.5,\"COSTSO\":55775,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15257,\"priceDoubleOcc\":\"15870.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":15870,\"COSTSO\":45770,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15640,\"priceDoubleOcc\":\"16445.00\",\"priceSingleOcc\":46345,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16445,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":16445,\"COSTSO\":46345,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16407,\"priceDoubleOcc\":\"17595.00\",\"priceSingleOcc\":47495,\"priceExtraBed\":\"14030.00\",\"priceWithoutBed\":\"12190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17595,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12190,\"CEB\":14030,\"COSTDO\":17595,\"COSTSO\":47495,\"CostQuad\":null,\"ACEB\":14030,\"COSTTO\":14030}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38310\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17633,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":17825,\"COSTSO\":50600,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18975.00\",\"priceSingleOcc\":51750,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":18975,\"COSTSO\":51750,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19550,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19550,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19550,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19550,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19933,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":62675,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":21275,\"COSTSO\":62675,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":20700,\"priceDoubleOcc\":\"22425.00\",\"priceSingleOcc\":63825,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17250,\"COSTDO\":22425,\"COSTSO\":63825,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17250,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":17250,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17633,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":17825,\"COSTSO\":50600,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18975.00\",\"priceSingleOcc\":51750,\"priceExtraBed\":\"17250.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17250,\"COSTDO\":18975,\"COSTSO\":51750,\"CostQuad\":null,\"ACEB\":17250,\"COSTTO\":17250}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38311\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21562.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20700,\"priceDoubleOcc\":\"22137.50\",\"priceSingleOcc\":63537.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22137.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":22137.5,\"COSTSO\":63537.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"23287.50\",\"priceSingleOcc\":64687.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23287.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":23287.5,\"COSTSO\":64687.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"25012.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25012.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":25012.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"25012.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25012.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":25012.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"25012.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25012.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":25012.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"25012.50\",\"priceSingleOcc\":75037.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25012.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":25012.5,\"COSTSO\":75037.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23000,\"priceDoubleOcc\":\"25587.50\",\"priceSingleOcc\":75612.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25587.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":25587.5,\"COSTSO\":75612.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":23767,\"priceDoubleOcc\":\"26737.50\",\"priceSingleOcc\":76762.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"14375.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26737.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14375,\"CEB\":17825,\"COSTDO\":26737.5,\"COSTSO\":76762.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20317,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20700,\"priceDoubleOcc\":\"22137.50\",\"priceSingleOcc\":63537.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22137.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":22137.5,\"COSTSO\":63537.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21467,\"priceDoubleOcc\":\"23287.50\",\"priceSingleOcc\":64687.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23287.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":17825,\"COSTDO\":23287.5,\"COSTSO\":64687.5,\"CostQuad\":null,\"ACEB\":17825,\"COSTTO\":17825}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38308\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11880.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":34560,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":34560,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":34560,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":34560,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":34560,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":34560,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":34560,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":34560,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12960.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":12960,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":13140,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":36720,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14040,\"COSTSO\":36720,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14580.00\",\"priceSingleOcc\":42660,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14580,\"COSTSO\":42660,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14580.00\",\"priceSingleOcc\":42660,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14580,\"COSTSO\":42660,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14580.00\",\"priceSingleOcc\":42660,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14580,\"COSTSO\":42660,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14580.00\",\"priceSingleOcc\":42660,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14580,\"COSTSO\":42660,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14220,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":43740,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":15660,\"COSTSO\":43740,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14940,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":44820,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":16740,\"COSTSO\":44820,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11700,\"priceDoubleOcc\":\"11880.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":11880,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12960.00\",\"priceSingleOcc\":36180,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":12960,\"COSTSO\":36180,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13140,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":37260,\"priceExtraBed\":\"11340.00\",\"priceWithoutBed\":\"9936.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9936,\"CEB\":11340,\"COSTDO\":14040,\"COSTSO\":37260,\"CostQuad\":null,\"ACEB\":11340,\"COSTTO\":11340}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38309\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14904.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":14688,\"priceDoubleOcc\":\"15444.00\",\"priceSingleOcc\":43524,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15444,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":15444,\"COSTSO\":43524,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":15408,\"priceDoubleOcc\":\"16524.00\",\"priceSingleOcc\":44604,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16524,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":16524,\"COSTSO\":44604,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15912,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":50490,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":17280,\"COSTSO\":50490,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15912,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":50490,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":17280,\"COSTSO\":50490,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15912,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":50490,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":17280,\"COSTSO\":50490,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15912,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":50490,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":17280,\"COSTSO\":50490,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16452,\"priceDoubleOcc\":\"18090.00\",\"priceSingleOcc\":51300,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18090,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":18090,\"COSTSO\":51300,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17172,\"priceDoubleOcc\":\"19170.00\",\"priceSingleOcc\":52380,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":19170,\"COSTSO\":52380,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14328,\"priceDoubleOcc\":\"14904.00\",\"priceSingleOcc\":42984,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":14904,\"COSTSO\":42984,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14688,\"priceDoubleOcc\":\"15444.00\",\"priceSingleOcc\":43524,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15444,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":15444,\"COSTSO\":43524,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15408,\"priceDoubleOcc\":\"16524.00\",\"priceSingleOcc\":44604,\"priceExtraBed\":\"13176.00\",\"priceWithoutBed\":\"11448.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16524,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11448,\"CEB\":13176,\"COSTDO\":16524,\"COSTSO\":44604,\"CostQuad\":null,\"ACEB\":13176,\"COSTTO\":13176}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38310\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":16560,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47520,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":16740,\"COSTSO\":47520,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"17820.00\",\"priceSingleOcc\":48600,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":17820,\"COSTSO\":48600,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18360,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18360,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18360,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18360,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18720,\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":58860,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":19980,\"COSTSO\":58860,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19440,\"priceDoubleOcc\":\"21060.00\",\"priceSingleOcc\":59940,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16200,\"COSTDO\":21060,\"COSTSO\":59940,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":16200,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16560,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47520,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":16740,\"COSTSO\":47520,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"17820.00\",\"priceSingleOcc\":48600,\"priceExtraBed\":\"16200.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16200,\"COSTDO\":17820,\"COSTSO\":48600,\"CostQuad\":null,\"ACEB\":16200,\"COSTTO\":16200}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38311\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":19440,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":59670,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":20790,\"COSTSO\":59670,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-08-04\",\"To\":\"2022-12-11\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21870.00\",\"priceSingleOcc\":60750,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":21870,\"COSTSO\":60750,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"23490.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":23490,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"23490.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":23490,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"23490.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":23490,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21240,\"priceDoubleOcc\":\"23490.00\",\"priceSingleOcc\":70470,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":23490,\"COSTSO\":70470,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":21600,\"priceDoubleOcc\":\"24030.00\",\"priceSingleOcc\":71010,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":24030,\"COSTSO\":71010,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2022-12-12\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":22320,\"priceDoubleOcc\":\"25110.00\",\"priceSingleOcc\":72090,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"13500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13500,\"CEB\":16740,\"COSTDO\":25110,\"COSTSO\":72090,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19080,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19440,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":59670,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":20790,\"COSTSO\":59670,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20160,\"priceDoubleOcc\":\"21870.00\",\"priceSingleOcc\":60750,\"priceExtraBed\":\"16740.00\",\"priceWithoutBed\":\"12960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12960,\"CEB\":16740,\"COSTDO\":21870,\"COSTSO\":60750,\"CostQuad\":null,\"ACEB\":16740,\"COSTTO\":16740}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p>1. Personal Expenses like Telephone, Fax, Internet, Laundry.<br \\/>\\r\\n2. Camera Tickets at various places of Sightseeing\\/tour.<br \\/>\\r\\n3. Expenses incurred due to bad weather, Flight or ferry cancellation, & political unrest.<br \\/>\\r\\n4. Usage of Vehicles other than the mentioned places in the itinerary.<br \\/>\\r\\n5. Gala Dinner Charges if applied by any resort\\/hotel, However, these charges are Mandatory<\\/p>\\r\\n\",\"Inclusion\":\"<p>1. GST and Other Taxes Included<br \\/>\\r\\n2. Expert Tour Coordinator At all Islands<br \\/>\\r\\n3. Meal Plan as per the booking and as per the hotel Policy<br \\/>\\r\\n4. Transportation Using Private AC Cab at all respective Island<br \\/>\\r\\n5. All Sightseeing Programs are Accordingly as Mentioned<br \\/>\\r\\n6. Entry Permits\\/Entry Tickets\\/Boat Tickets\\/Ferry Tickets Wherever Required.<br \\/>\\r\\n7. 24 Hour On-Call Assistance During Your Stay<br \\/>\\r\\n8. Pvt Ferry (Makruzz\\/GreenOcean\\/SeaLink) for Inter-Island Transfer<br \\/>\\r\\n9. Assistance At All Arrival And Departure Points<\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"273830\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[273830],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273834\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273834],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273838\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273838],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273842\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[273842],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273846\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[273846],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273850\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[273850],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273854\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[273854],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273858\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[273858],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island',NULL,'32511,11658,34567',11880,26738,4,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'amazing-andaman',NULL,NULL,NULL,0),(13,38299,1,38124,0,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Cruise,Weekend,Romantic,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":38299,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/weekend_getaways_to_andaman_1659099132.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":13144,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":13144,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Andaman Ocean Tourism\",\"Name\":\"Weekend Getaways to Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10313\",\"SupplierName\":\"Andaman Ocean Tourism\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise,Water Sports,Speed Boat,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Cruise,Weekend,Romantic,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":513554,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":514368,\"Name\":\"Hotel Marina Manor\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.6597603\",\"Long\":\"92.7315332\",\"Address\":\"Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"101001000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":511939,\"Name\":\"S R Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512071,\"Name\":\"The North Reef\",\"Star\":\"3.00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.634341\",\"Long\":\"92.7183451\",\"Address\":\"Dollygunj, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"110001000010101000110\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":18,\"Title\":\"Other\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512365,\"Name\":\"Hotel Mansha Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"MPGQ+74 Port Blair, Andaman and Nicobar Islands\",\"Address\":\"Marine Hill, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010101000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513555,\"Name\":\"Resort Heritage MNR\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.622672\",\"Long\":\"92.7207597\",\"Address\":\"NH4, Pathergudda, Pahargaon, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Club Heritage \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":512072,\"Name\":\"White Coral Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.011609\",\"Long\":\"93.0076531\",\"Address\":\"No.5, Kalapathar Beach Road, Vijay nagar Havelock, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512074,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Grande\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":513564,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10313,\"SupplierName\":\"Andaman Ocean Tourism\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"273781\",\"Title\":\"Arrival at Port Blair (Corbyns Cove - Jail Muesum - Cellular Jail Light and Sound Show)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Port Blair in the morning\\/afternoon by flight and our representative will be waiting outside holding a placard with your name on it. You will be taken to your hotel where you relax and rest. After some rest proceed to the nearest Beach, Corbyn&39s Cove. The Crescent shaped coconut palm fringed Corbyn&39s Cove ideal for swimming & bathing, a stretch of around 4 Km with an open sea towards your left is a sight to experience then you will visit the extremely popular Cellular Jail. An excursion to the jail will surely make your family holiday memorable. Formerly known as Kala Pani Later proceed to attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. Enacting of freedom fighters and their struggle for India&39s Independence is enacted during this trip. Post completion of this trip, we drop you back to your hotel.<\\/p>\\r\\n\\r\\n<p>Night Stay at Port Blair.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":514368,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"},{\"IsIncluded\":false,\"Id\":512071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273785\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273789\",\"Title\":\"Transfer from Port Blair to Havelock by Ferry and Radhanagar Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:112pt">This Day of your Andaman tour starts early. You board the morning ferry from Port Blair to Havelock Island. Carry packed breakfast (Eat Light). This journey is of around 2 hours. On reaching, get transferred to the respective hotels to complete the check-in formalities. Unwind yourself.<br \\/>\\r\\n\\t\\t\\tIn the late afternoon, you visit the popular Radhanagar Beach, which is also known as Beach No 7. It was also rated as the &39Best Beach in Asia&39 by the Time Magazine. Sunset views appear truly magical from this beach. This beach is known as fine sand beach and has clear crystal water. Around 6 pm you will be received by our representative.<br \\/>\\r\\n\\t\\t\\tBack to the hotel for unwinding and overnight stay<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":512072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512074,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Grande\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273793\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273797\",\"Title\":\"Return back to Port Blair and Shopping Complex\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:80pt">Knock-Knock&hellipWake up at your own time, have breakfast and explore the beauty of the resort by your own, have some peaceful and leisure time and return back to Port Blair by afternoon ferry, upon reaching port Blair check inn and rest for a while., then proceed for Complementary tour to Shopping Complex for taking something special for your friends and family of beautiful Andaman and Nicobar.<br \\/>\\r\\n\\t\\t\\tNight Stay at Port Blair. Night Stay at Port Blair.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":513554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":511939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512365,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":513555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club Heritage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273801\",\"Title\":\"Departure from Port Blair - Drop to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<table border="0" cellpadding="0" cellspacing="0" style="width:803pt">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style="height:32pt">After breakfast check out of the hotel and get transferred to the airport for your journey back home with unlimited memories.. See you soon!!!<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38299\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10580.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10925,\"priceDoubleOcc\":\"11212.50\",\"priceSingleOcc\":30187.5,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11212.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":11212.5,\"COSTSO\":30187.5,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11500,\"priceDoubleOcc\":\"12075.00\",\"priceSingleOcc\":31050,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":12075,\"COSTSO\":31050,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":13225,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":13225,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":13225,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37375,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":13225,\"COSTSO\":37375,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12650,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":13800,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13417,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":39100,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":14950,\"COSTSO\":39100,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10503,\"priceDoubleOcc\":\"10580.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":10580,\"COSTSO\":29555,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10925,\"priceDoubleOcc\":\"11212.50\",\"priceSingleOcc\":30187.5,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11212.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":11212.5,\"COSTSO\":30187.5,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11500,\"priceDoubleOcc\":\"12075.00\",\"priceSingleOcc\":31050,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"8625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8625,\"CEB\":10350,\"COSTDO\":12075,\"COSTSO\":31050,\"CostQuad\":null,\"ACEB\":10350,\"COSTTO\":10350}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38300\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12362.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"12937.50\",\"priceSingleOcc\":35362.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12937.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12937.5,\"COSTSO\":35362.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12842,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":13800,\"COSTSO\":36225,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13608,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":42550,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":14950,\"COSTSO\":42550,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13608,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":42550,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":14950,\"COSTSO\":42550,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13608,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":42550,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":14950,\"COSTSO\":42550,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13608,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":42550,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":14950,\"COSTSO\":42550,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"15525.00\",\"priceSingleOcc\":43125,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":15525,\"COSTSO\":43125,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14758,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":44275,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":16675,\"COSTSO\":44275,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11883,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":34787.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12362.5,\"COSTSO\":34787.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"12937.50\",\"priceSingleOcc\":35362.5,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12937.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":12937.5,\"COSTSO\":35362.5,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12842,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10925.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":10925,\"COSTDO\":13800,\"COSTSO\":36225,\"CostQuad\":null,\"ACEB\":10925,\"COSTTO\":10925}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38301\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13225.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13800,\"priceDoubleOcc\":\"14087.50\",\"priceSingleOcc\":38812.5,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":14087.5,\"COSTSO\":38812.5,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":39675,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":14950,\"COSTSO\":39675,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15525,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":16675,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15525,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":16675,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15525,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":16675,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15525,\"priceDoubleOcc\":\"16675.00\",\"priceSingleOcc\":50025,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":16675,\"COSTSO\":50025,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15908,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":17250,\"COSTSO\":50600,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":16675,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":51750,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":18400,\"COSTSO\":51750,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13225,\"priceDoubleOcc\":\"13225.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13225,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":13225,\"COSTSO\":37950,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13800,\"priceDoubleOcc\":\"14087.50\",\"priceSingleOcc\":38812.5,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":14087.5,\"COSTSO\":38812.5,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14375,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":39675,\"priceExtraBed\":\"13225.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13225,\"COSTDO\":14950,\"COSTSO\":39675,\"CostQuad\":null,\"ACEB\":13225,\"COSTTO\":13225}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38302\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17825.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50887.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":50887.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50887.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":50887.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50887.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":50887.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":50887.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":50887.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16867,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":51462.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":18400,\"COSTSO\":51462.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":17442,\"priceDoubleOcc\":\"19262.50\",\"priceSingleOcc\":52325,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19262.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":19262.5,\"COSTSO\":52325,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":62100,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":20700,\"COSTSO\":62100,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18975,\"priceDoubleOcc\":\"21562.50\",\"priceSingleOcc\":62962.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21562.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":21562.5,\"COSTSO\":62962.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":19742,\"priceDoubleOcc\":\"22712.50\",\"priceSingleOcc\":64112.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22712.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":22712.5,\"COSTSO\":64112.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":51002.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":51002.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":51002.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":51002.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":51002.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":51002.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16483,\"priceDoubleOcc\":\"17825.00\",\"priceSingleOcc\":51002.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":17825,\"COSTSO\":51002.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16867,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":51577.5,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":18400,\"COSTSO\":51577.5,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17442,\"priceDoubleOcc\":\"19262.50\",\"priceSingleOcc\":52440,\"priceExtraBed\":\"13800.00\",\"priceWithoutBed\":\"10925.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19262.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10925,\"CEB\":13800,\"COSTDO\":19262.5,\"COSTSO\":52440,\"CostQuad\":null,\"ACEB\":13800,\"COSTTO\":13800}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38299\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9936.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10260,\"priceDoubleOcc\":\"10530.00\",\"priceSingleOcc\":28350,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":10530,\"COSTSO\":28350,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":10800,\"priceDoubleOcc\":\"11340.00\",\"priceSingleOcc\":29160,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":11340,\"COSTSO\":29160,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":12420,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":12420,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":12420,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35100,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":12420,\"COSTSO\":35100,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":11880,\"priceDoubleOcc\":\"12960.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":12960,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12600,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":36720,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":14040,\"COSTSO\":36720,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9864,\"priceDoubleOcc\":\"9936.00\",\"priceSingleOcc\":27756,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9936,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":9936,\"COSTSO\":27756,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10260,\"priceDoubleOcc\":\"10530.00\",\"priceSingleOcc\":28350,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":10530,\"COSTSO\":28350,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10800,\"priceDoubleOcc\":\"11340.00\",\"priceSingleOcc\":29160,\"priceExtraBed\":\"9720.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":9720,\"COSTDO\":11340,\"COSTSO\":29160,\"CostQuad\":null,\"ACEB\":9720,\"COSTTO\":9720}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"38300\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11610.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12150.00\",\"priceSingleOcc\":33210,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":12150,\"COSTSO\":33210,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12060,\"priceDoubleOcc\":\"12960.00\",\"priceSingleOcc\":34020,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":12960,\"COSTSO\":34020,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12780,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":39960,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":14040,\"COSTSO\":39960,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12780,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":39960,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":14040,\"COSTSO\":39960,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12780,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":39960,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":14040,\"COSTSO\":39960,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":12780,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":39960,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":14040,\"COSTSO\":39960,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13140,\"priceDoubleOcc\":\"14580.00\",\"priceSingleOcc\":40500,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":14580,\"COSTSO\":40500,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":13860,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":41580,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":15660,\"COSTSO\":41580,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11160,\"priceDoubleOcc\":\"11610.00\",\"priceSingleOcc\":32670,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11610,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":11610,\"COSTSO\":32670,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11520,\"priceDoubleOcc\":\"12150.00\",\"priceSingleOcc\":33210,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":12150,\"COSTSO\":33210,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12060,\"priceDoubleOcc\":\"12960.00\",\"priceSingleOcc\":34020,\"priceExtraBed\":\"10260.00\",\"priceWithoutBed\":\"9180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9180,\"CEB\":10260,\"COSTDO\":12960,\"COSTSO\":34020,\"CostQuad\":null,\"ACEB\":10260,\"COSTTO\":10260}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"38301\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12420.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":12960,\"priceDoubleOcc\":\"13230.00\",\"priceSingleOcc\":36450,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13230,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":13230,\"COSTSO\":36450,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":37260,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":14040,\"COSTSO\":37260,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14580,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":15660,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14580,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":15660,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14580,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":15660,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14580,\"priceDoubleOcc\":\"15660.00\",\"priceSingleOcc\":46980,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":15660,\"COSTSO\":46980,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":14940,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":47520,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":16200,\"COSTSO\":47520,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":15660,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":48600,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":17280,\"COSTSO\":48600,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12420,\"priceDoubleOcc\":\"12420.00\",\"priceSingleOcc\":35640,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":12420,\"COSTSO\":35640,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12960,\"priceDoubleOcc\":\"13230.00\",\"priceSingleOcc\":36450,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13230,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":13230,\"COSTSO\":36450,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13500,\"priceDoubleOcc\":\"14040.00\",\"priceSingleOcc\":37260,\"priceExtraBed\":\"12420.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12420,\"COSTDO\":14040,\"COSTSO\":37260,\"CostQuad\":null,\"ACEB\":12420,\"COSTTO\":12420}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"38302\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16740.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47790,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47790,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47790,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47790,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47790,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47790,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47790,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47790,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":15840,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":48330,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":17280,\"COSTSO\":48330,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-08-04\",\"To\":\"2022-12-12\",\"Currency\":1,\"priceTripleOcc\":16380,\"priceDoubleOcc\":\"18090.00\",\"priceSingleOcc\":49140,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18090,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":18090,\"COSTSO\":49140,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17280,\"priceDoubleOcc\":\"19440.00\",\"priceSingleOcc\":58320,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":19440,\"COSTSO\":58320,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":17820,\"priceDoubleOcc\":\"20250.00\",\"priceSingleOcc\":59130,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":20250,\"COSTSO\":59130,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2022-12-13\",\"To\":\"2023-01-15\",\"Currency\":1,\"priceTripleOcc\":18540,\"priceDoubleOcc\":\"21330.00\",\"priceSingleOcc\":60210,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":21330,\"COSTSO\":60210,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47898,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47898,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47898,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47898,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47898,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47898,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15480,\"priceDoubleOcc\":\"16740.00\",\"priceSingleOcc\":47898,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":16740,\"COSTSO\":47898,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15840,\"priceDoubleOcc\":\"17280.00\",\"priceSingleOcc\":48438,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":17280,\"COSTSO\":48438,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960},{\"From\":\"2023-01-16\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16380,\"priceDoubleOcc\":\"18090.00\",\"priceSingleOcc\":49248,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"10260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18090,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10260,\"CEB\":12960,\"COSTDO\":18090,\"COSTSO\":49248,\"CostQuad\":null,\"ACEB\":12960,\"COSTTO\":12960}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p>1. Personal Expenses like Telephone, Fax, Internet, Laundry.<br \\/>\\r\\n2. Camera Tickets at various places of Sightseeing\\/tour.<br \\/>\\r\\n3. Expenses incurred due to bad weather, Flight or ferry cancellation, & political unrest.<br \\/>\\r\\n4. Usage of Vehicles other than the mentioned places in the itinerary.<br \\/>\\r\\n5. Gala Dinner Charges if applied by any resort\\/hotel, However, these charges are Mandatory<\\/p>\\r\\n\",\"Inclusion\":\"<p>1. GST and Other Taxes Included<br \\/>\\r\\n2. Expert Tour Coordinator At all Islands<br \\/>\\r\\n3. Meal Plan as per the booking and as per the hotel Policy<br \\/>\\r\\n4. Transportation Using Private AC Cab at all respective Island<br \\/>\\r\\n5. All Sightseeing Programs are Accordingly as Mentioned<br \\/>\\r\\n6. Entry Permits\\/Entry Tickets\\/Boat Tickets\\/Ferry Tickets Wherever Required.<br \\/>\\r\\n7. 24 Hour On-Call Assistance During Your Stay<br \\/>\\r\\n8. Pvt Ferry (Makruzz\\/GreenOcean\\/SeaLink) for Inter-Island Transfer<br \\/>\\r\\n9. Assistance At All Arrival And Departure Points<\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"273781\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[273781],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"273785\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273785],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273789\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273789],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"273793\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[273793],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273797\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[273797],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"273801\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[273801],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Port Blair,Havelock Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island',NULL,'32511,11658',9936,22713,3,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'weekend-getaways-to-andaman',NULL,NULL,NULL,0),(14,44280,1,38124,0,0,0,'Adventure,Wildlife,Family',NULL,1,1,0,'{\"package\":{\"TPId\":44280,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/wild-life_1669009107\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bhopal\",\"DestinationPlacesSysId\":3139,\"SourcePlaces\":\"Pench\",\"SourcePlaceSysId\":21077,\"AgencyName\":\"Connect India\",\"Name\":\"Wild Life\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7439\",\"SupplierName\":\"Travel India Tourism Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Sightseeing,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21077,\"Title\":\"Pench\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527170,\"Name\":\"MPT Kipling\'s Court\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.7326963\",\"Long\":\"79.34673099999999\",\"Address\":\"Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527171,\"Name\":\"Hotel Rishi Regency\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.7770724\",\"Long\":\"80.34484669999999\",\"Address\":\"National Highway 44, Jabalpur Rd, Maharana Pratap Ward, Katni, Madhya Pradesh 483501, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527172,\"Name\":\"Village Machaan Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.7238675\",\"Long\":\"79.35279419999999\",\"Address\":\"Awarghani -Turia Road, Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527173,\"Name\":\"Pench Jungle Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"<p><span style="font-weight: bold">Pench National Park<\\/span><\\/p><p>Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n<\\/p><p>Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.<\\/p><p>Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic “ The Jungle Bookâ€\\u009d by the great Rudyard Kipling.<\\/p><p>Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.<\\/p><p> <span style="font-weight: bold">The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.<\\/span><\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"<p>Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.<\\/p>\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"<p>This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"<p>A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"<p>This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture. <\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"<p>This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the ‘Bade Mahadev’ that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"<p>There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"<p>Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n<\\/p><p>An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n<\\/p><p>A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"<p>The Upper Lake is famously known as ‘Bada Talab’ and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"<p>The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India's traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games & Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning & Weaving, Textile, Travel & Transport, Tools and Weapons.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"<p>Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state’s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.<\\/p><p>One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum’s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12971,\"Title\":\"Jabalpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527176,\"Name\":\"Rishi Regency Jabalpur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527177,\"Name\":\"MPT Kalchuri Huts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527178,\"Name\":\"Narmada Jacksons\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.4080078\",\"Long\":\"80.31914929999999\",\"Address\":\"112 A, Rajiv Vihar, Naubasta, Kanpur, Uttar Pradesh 208021, India\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"<p><span style="font-weight: bold">Pench National Park<\\/span><\\/p><p>Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n<\\/p><p>Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.<\\/p><p>Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic “ The Jungle Bookâ€\\u009d by the great Rudyard Kipling.<\\/p><p>Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.<\\/p><p> <span style="font-weight: bold">The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.<\\/span><\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"<p>Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.<\\/p>\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"<p>This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"<p>A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"<p>This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture. <\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"<p>This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the ‘Bade Mahadev’ that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"<p>There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"<p>Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n<\\/p><p>An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n<\\/p><p>A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"<p>The Upper Lake is famously known as ‘Bada Talab’ and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"<p>The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India's traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games & Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning & Weaving, Textile, Travel & Transport, Tools and Weapons.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"<p>Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state’s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.<\\/p><p>One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum’s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":36727,\"Title\":\"Pachmarhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527187,\"Name\":\"MPT Highland pachmarhi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527188,\"Name\":\"MPT Champak Bungalow\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4585202\",\"Long\":\"78.41696089999999\",\"Address\":\"Near Pachmarhi Jheel, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527189,\"Name\":\"The Summer House\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4748522\",\"Long\":\"78.4267775\",\"Address\":\"The Summer House, Civil Lines, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"A\\/c Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"<p><span style="font-weight: bold">Pench National Park<\\/span><\\/p><p>Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n<\\/p><p>Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.<\\/p><p>Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic “ The Jungle Bookâ€\\u009d by the great Rudyard Kipling.<\\/p><p>Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.<\\/p><p> <span style="font-weight: bold">The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.<\\/span><\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"<p>Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.<\\/p>\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"<p>This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"<p>A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"<p>This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture. <\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"<p>This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the ‘Bade Mahadev’ that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"<p>There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"<p>Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n<\\/p><p>An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n<\\/p><p>A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"<p>The Upper Lake is famously known as ‘Bada Talab’ and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"<p>The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India's traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games & Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning & Weaving, Textile, Travel & Transport, Tools and Weapons.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"<p>Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state’s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.<\\/p><p>One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum’s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":3139,\"Title\":\"Bhopal\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493149,\"Name\":\"Hotel Tulsi Casa\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.2267108\",\"Long\":\"77.4371912\",\"Address\":\"236, Zone-II, Near Arya Bhavan, Zone-II, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527152,\"Name\":\"Hotel Atishay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.234447\",\"Long\":\"77.43563499999999\",\"Address\":\"Nr Manohar Dairy, R-55, Chetak Bridge, Zone-I, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527190,\"Name\":\"Sayaji Hotels Ltd.\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.7161122\",\"Long\":\"75.8639482\",\"Address\":\"54, Bhopal - Indore Rd, Siyaganj, Indore, Madhya Pradesh 452010, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"<p><span style="font-weight: bold">Pench National Park<\\/span><\\/p><p>Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n<\\/p><p>Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.<\\/p><p>Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic “ The Jungle Bookâ€\\u009d by the great Rudyard Kipling.<\\/p><p>Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.<\\/p><p> <span style="font-weight: bold">The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.<\\/span><\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"<p>Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.<\\/p>\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"<p>This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"<p>A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"<p>This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture. <\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"<p>This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the ‘Bade Mahadev’ that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"<p>There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.<\\/p>\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"<p>Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n<\\/p><p>An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n<\\/p><p>A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.<\\/p><p>\\r\\n<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"<p>The Upper Lake is famously known as ‘Bada Talab’ and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"<p>The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India's traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games & Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning & Weaving, Textile, Travel & Transport, Tools and Weapons.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"<p>Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state’s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.<\\/p><p>One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum’s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.<\\/p>\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"319189\",\"Title\":\"Arrival at Nagpur. Transfer to Pench. (80 KMs \\/\\/ 1.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>On arrival at Nagpur, meet and greet with representatives. Transfer to Pench. Pench Tiger Reserve comprises the Indira Priyadarshini Pench National Park and the Pench Mowgli Sanctuary. It is named after the Pench river that flows through it.<\\/p>\\r\\n\\r\\n<p>Rudyard Kipling's Mowgli's adventure and his battle with the furious Sher Khan is based on this very landscape in Madhya Pradesh. The places described in the 'The Jungle Book' are the locations marked at Alikatta village and the Seeonee hills. This is the reason, Pench Tiger Reserve is also popularly known as 'Land of The Jungle Book'. It is also interesting to know that the one best wildlife series on tigers so far, 'Tiger : Spy in the Jungle' is also filmed in Pench National Park. The series was shot with the use of `trunk cams' ; the cameras held by elephants' trunks, to follow four newborn tiger cubs all the way to adulthood. A magnificent expanse in Madhya Pradesh, Pench Tiger Reserve, though is a tiger territory but it is also shelters dense population chetal, followed by leopard, sambhar, gaur (Indian bison), chousingha, chinkara, barking deer, small Indian civet, and porcupine and migratory birds such as Malabar pied hornbill, Indian pitta and osprey . The major attractions of the Pench Tiger Reserves are jungle walk, jungle safari, night safari, trekking, wildlife viewing from machaan and village tour Check into the hotel, Evening free for leisure. Overnight stay at Pench.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23259,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35399,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35401,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35402,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319192\",\"Title\":\"Pench\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Pench National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, You can enjoy “Travel Dance” or “Nature Walk” on your own. Night Stay at Pench National Park Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35404,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319195\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319198\",\"Title\":\"Pench- Jabalpur (231 KMs \\/\\/ 4.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>This morning post breakfast check out from the hotel, transfer to Jabalpur. Pleasure resort and capital of the Gond kings during the 12th century, Jabalpur was later the seat of the Kalchuri dynasty. The Marathas held sway over Jabalpur until 1817, when the British wrested it from them and left their impression on the spacious cantonment with its colonial residences and barracks. Today Jabalpur is an important administrative center, abustle with commercial activity.<\\/p>\\r\\n\\r\\n<p>Check into the hotel, freshen up later embark your sightseeing of Jabalpur, visit- balancing Rock, Pisanhari Ki Madiya, Dhuandhar Fall, Bhedaghat, Chausath Yogini Temple, and Panchwati Nauka Vihar and overnight stay at Jabalpur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527176,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527177,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527178,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23099,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":115,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35406,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35407,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":315,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319201\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319204\",\"Title\":\" Jabalpur- Pachmarhi (296KMs \\/\\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Post breakfast checkout from hotel and transfer to Pachmarhi. Pachmarhi, is Madhya Pradesh's most verdant gem. A lovely hill resort girdled by the Satpura ranges, it offers absolute tranquility. Bridle paths lead into placid forest groves of wild bamboo and jamun, dense sal forests and delicate bamboo thickets.<\\/p>\\r\\n\\r\\n<p>Check into the pre booked hotel later visit after check-in and freshen up later move to visit sightseeing Jata Shankar, Handi Kho, Priyadarshini, Mahadev, Gupt Mahadev, Amba Mai, come back to hotel .night stay at Pachmarhi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23072,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23078,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23077,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35409,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319207\",\"Title\":\"Pachmarhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After Breakfast, Visit Sightseeings of Pachmarhi – Pandav Gufa, Museum, Apsara Vihar, Silver Fall, Panchali Kund, Bee Fall, Reechgarh, and Rajendra Giri. ( for this tour gypse need to be booked from local taxi union)Night Stay at Pachmarhi Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23070,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35410,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35415,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319210\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319213\",\"Title\":\"Pachmarhi- Bhopal (210 KMs \\/\\/ 4.5 HRs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Check out from the hotel and transfer to Bhopal, Enroute to Bhopal visit Bhimbetka. The Vindhya mountain range is covered by huge rocks, and recent discoveries here of over 600 rock shelters (the largest group in the world) have revealed paintings that date back to the early Stone Age. Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. On arrival at Bhopal, Check into the hotel. Later start sightseeing Visit Upper Lake, Lower Lake, and Indira Gandhi Rasthtriya Manav Sangrahalya, Tribal Museum at Bhopal and night stay at Bhopal.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527152,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527190,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23056,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35364,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23051,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319216\",\"Title\":\"Bhopal- Departure\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>After Breakfast Checkout from Hotel. and remaining sightseeing of Bhopal and drop to Bhopal Railway Station for your onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26243.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":23310,\"priceDoubleOcc\":\"26243.00\",\"priceSingleOcc\":26243,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26243,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":26243,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":24375,\"priceDoubleOcc\":\"27841.50\",\"priceSingleOcc\":27841.5,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27841.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":27841.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":25974,\"priceDoubleOcc\":\"30239.25\",\"priceSingleOcc\":30239.25,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30239.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":30239.25,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":25035,\"priceDoubleOcc\":\"28830.50\",\"priceSingleOcc\":28830.5,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28830.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":28830.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":28561,\"priceDoubleOcc\":\"34120.50\",\"priceSingleOcc\":34120.5,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34120.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":34120.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":34886,\"priceDoubleOcc\":\"43608.00\",\"priceSingleOcc\":43608,\"priceExtraBed\":\"13082.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43608,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13082.4,\"COSTDO\":43608,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":17443.2,\"COSTTO\":17443.2}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32625.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":21750,\"priceDoubleOcc\":\"32625.50\",\"priceSingleOcc\":65251,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32625.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":32625.5,\"COSTSO\":65251,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":22816,\"priceDoubleOcc\":\"34224.00\",\"priceSingleOcc\":66849.5,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34224,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":34224,\"COSTSO\":66849.5,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":24415,\"priceDoubleOcc\":\"36621.75\",\"priceSingleOcc\":69247.25,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36621.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":36621.75,\"COSTSO\":69247.25,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":23475,\"priceDoubleOcc\":\"35213.00\",\"priceSingleOcc\":67838.5,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35213,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":35213,\"COSTSO\":67838.5,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":27002,\"priceDoubleOcc\":\"40503.00\",\"priceSingleOcc\":73128.5,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40503,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":40503,\"COSTSO\":73128.5,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":33327,\"priceDoubleOcc\":\"49990.50\",\"priceSingleOcc\":82616,\"priceExtraBed\":\"19996.20\",\"priceWithoutBed\":\"14997.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49990.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14997.15,\"CEB\":19996.2,\"COSTDO\":49990.5,\"COSTSO\":82616,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"39180.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":33660,\"priceDoubleOcc\":\"39180.50\",\"priceSingleOcc\":39180.5,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39180.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":39180.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":34725,\"priceDoubleOcc\":\"40779.00\",\"priceSingleOcc\":40779,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40779,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":40779,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":36324,\"priceDoubleOcc\":\"43176.75\",\"priceSingleOcc\":43176.75,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43176.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":43176.75,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":35385,\"priceDoubleOcc\":\"41768.00\",\"priceSingleOcc\":41768,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41768,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":41768,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":38911,\"priceDoubleOcc\":\"47058.00\",\"priceSingleOcc\":47058,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47058,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":47058,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":45236,\"priceDoubleOcc\":\"56545.50\",\"priceSingleOcc\":56545.5,\"priceExtraBed\":\"16963.65\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56545.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16963.65,\"COSTDO\":56545.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22618.2,\"COSTTO\":22618.2}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25102.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":22296,\"priceDoubleOcc\":\"25102.00\",\"priceSingleOcc\":25102,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25102,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":25102,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":23316,\"priceDoubleOcc\":\"26631.00\",\"priceSingleOcc\":26631,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26631,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":26631,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":24845,\"priceDoubleOcc\":\"28924.50\",\"priceSingleOcc\":28924.5,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":28924.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":23946,\"priceDoubleOcc\":\"27577.00\",\"priceSingleOcc\":27577,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27577,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":27577,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":27320,\"priceDoubleOcc\":\"32637.00\",\"priceSingleOcc\":32637,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32637,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":32637,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":33370,\"priceDoubleOcc\":\"41712.00\",\"priceSingleOcc\":41712,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41712,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":12513.6,\"COSTDO\":41712,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31207.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":20805,\"priceDoubleOcc\":\"31207.00\",\"priceSingleOcc\":62414,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31207,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":31207,\"COSTSO\":62414,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":21824,\"priceDoubleOcc\":\"32736.00\",\"priceSingleOcc\":63943,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":32736,\"COSTSO\":63943,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":23353,\"priceDoubleOcc\":\"35029.50\",\"priceSingleOcc\":66236.5,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35029.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":35029.5,\"COSTSO\":66236.5,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":22455,\"priceDoubleOcc\":\"33682.00\",\"priceSingleOcc\":64889,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33682,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":33682,\"COSTSO\":64889,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":25828,\"priceDoubleOcc\":\"38742.00\",\"priceSingleOcc\":69949,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38742,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":38742,\"COSTSO\":69949,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":31878,\"priceDoubleOcc\":\"47817.00\",\"priceSingleOcc\":79024,\"priceExtraBed\":\"19126.80\",\"priceWithoutBed\":\"14345.10\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47817,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14345.1,\"CEB\":19126.8,\"COSTDO\":47817,\"COSTSO\":79024,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37477.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":32196,\"priceDoubleOcc\":\"37477.00\",\"priceSingleOcc\":37477,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37477,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":37477,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":33216,\"priceDoubleOcc\":\"39006.00\",\"priceSingleOcc\":39006,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39006,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":39006,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":34745,\"priceDoubleOcc\":\"41299.50\",\"priceSingleOcc\":41299.5,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41299.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":41299.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":33846,\"priceDoubleOcc\":\"39952.00\",\"priceSingleOcc\":39952,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39952,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":39952,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":37220,\"priceDoubleOcc\":\"45012.00\",\"priceSingleOcc\":45012,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45012,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":45012,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2022-11-21\",\"To\":\"2022-11-27\",\"Currency\":1,\"priceTripleOcc\":43270,\"priceDoubleOcc\":\"54087.00\",\"priceSingleOcc\":54087,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54087,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":16226.1,\"COSTDO\":54087,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"319189\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[319189],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319192\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[319192],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319195\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319195],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319198\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319198],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319201\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319201],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319204\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319204],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319207\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[319207],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319210\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319210],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319213\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319213],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319216\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[319216],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Pench,Jabalpur,Pachmarhi,Bhopal','Pench,Indian Subcontinent,India,Jabalpur,Madhya Pradesh,Central India,Pachmarhi,Bhopal',NULL,'21077,12971,36727,3139',25102,56546,6,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'wild-life',NULL,NULL,NULL,0),(15,43845,1,38124,1,0,0,'Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":43845,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":50,\"DETAILS\":\"<p>GLORIOUS KASHMIR<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Connect India\",\"Name\":\"Glorious Kashmir\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6792\",\"SupplierName\":\"Kailash Expeditions India\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Welcome Drink,Inner Line Permit,Cab,Activity\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486930,\"Name\":\"any deluxe houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe Houseboat\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":518865,\"Name\":\"May queen houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe Houseboat\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":526089,\"Name\":\"Hotel Adlife Luxury\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0819189\",\"Long\":\"74.8201807\",\"Address\":\"Bishember Nagar MunawarAbad - Bishmber Nagar, Link, Chinar Bagh, Srinagar, Jammu and Kashmir 190003\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":526091,\"Name\":\"Asian Park Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.08161319999999\",\"Long\":\"74.81833759999999\",\"Address\":\"Munawar Link Road, Munawara Abad, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":526093,\"Name\":\"Apple Orchard Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1543215\",\"Long\":\"74.8861731\",\"Address\":\"Chandpora, Shalimar, Srinagar, Jammu and Kashmir 190025\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSuper Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":612,\"Title\":\"Gulmarg City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3722\\/thumb\\/Gulmarg City Tour_538.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world's second highest operating cable car since the closure in 2008 of the Mérida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":17500,\"Title\":\"Baltal\",\"Description\":\"Baltal is a camping ground for pilgrims, 15 km north of Sonamarg on the Sind River at the base of Zojila pass in Jammu and Kashmir. This little valley is only a day's journey away from and provides a shorter high-altitude alternate route to the sacred cave of Amarnath.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Baltal_34549_1601551906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":661,\"Title\":\"Hazratbal Shrine\",\"Description\":\"The Hazratbal Shrine, considered to be the holiest Muslim shrine in Kashmir, is located on the left bank of the Dal. The mosque was established by Inayat Begum who was the custodian of the holy relic the Moi-e-Muqqadas, which is believed to be a hair of the Prophet Mohammed.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1036\\/thumb\\/Hazratbal Shrine_354.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1278,\"Title\":\"Pahalgam City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5455\\/thumb\\/Pahalgam City Tour_158.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":90,\"Title\":\"Awantipura Ruins\",\"Description\":\"Awantipora or Awantipur is a town and a notified area committee in Pulwama district of the Indian state of Jammu & Kashmir. It is situated between Anantnag and Srinagar on NH44.  Awantipora was named after Avanti Varman and had a number of ancient Hindu temples built by the king including the Avantiswami Temple. The ruins of temples constructed by Lalitaditya are also found in Awantipora. The temple sites are protected and maintained by the Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":32.7266016,\"Long\":74.8570259,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/178\\/thumb\\/Awantipura Ruins_152.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"316013\",\"Title\":\" Arrival Srinagar – Local sightseeing \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arrival at Srinagar airport our representative heartily greets you and assists you to transfer you to the houseboat. Check in at the houseboat, freshen up and visit the famous Mughal gardens in Srinagar which are Nishat Bagh (the garden of Pleasure) and Shalimar Bagh (abode of love). These gardens are situated on the banks of Dal lake. NishatBagh is the larger of the two gardens and has an impressive plantation of Chinar trees on its highest terrace. Both the gardens are built on a symmetrical plan of central waterways with fountains dividing a series of gardened terraces.<\\/p>\\r\\n\\r\\n<p>In the evening enjoy Shikara ride on Dal Lake and witness the marvel of nature that is beyond visual and verbal descriptions. The Sun-set view from the Shikara will engulf your heart and leave your spell bound. Later enjoy the welcome dinner and overnight stay in the Houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Houseboat\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518865,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe Houseboat\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316015\",\"Title\":\"Srinagar – Gulmarg – Srinagar (58kms on one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Early morning Check Out from the houseboat and proceed to Gulmarg driving past willow trees, fast flowing streams and lush green meadows. Gulmarg - the meadow of flowers is an apt term for this idyllic flower-laden meadow offering a spectacular view of towering snow-capped peaks covered with dense forests of tall conifers and gigantic fir and pine trees. Stroll leisurely or take pony rides (by your own payment) across the green meadow to one of the world's highest Golf Courses. A must is a fun-filled ride in the Gondola lift (by your own payment). Return to Srinagar in the evening and enjoy a comfortable overnight stay at the Hotel.<\\/p>\\r\\n\\r\\n<p><span style="color:#c0392b"><strong>Note: The vehicle will drop and pick you up at Gulmarg car stand. To reach the above places, you can hire ponies by your own payment basis.<\\/strong><\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":526091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":526093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":612,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316017\",\"Title\":\"Srinagar – Sonmarg – Srinagar (89kms on one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Today you embark on a full day excursion to the picturesque 'meadow of gold’ Sonamarg. Enroute visit Hazratbal Shrine &The fast-flowing Sindh River makes it popular for trout and mahseer fishing in summer. On arrival at Sonamarg You can opt for a pony ride to one of the glaciers for some fun in snow and ice (by your own payment). Return to the Hotel in Srinagar in the evening and enjoy a comfortable overnight stay.<\\/p>\\r\\n\\r\\n<p><span style="color:#c0392b"><strong>Note: The vehicle will drop and pick you up at Sonamarg car stand. To reach the glaciers, you can hire ponies by your own payment basis.<\\/strong><\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518865,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17500,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":661,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316019\",\"Title\":\"Srinagar – Pahalgam – Sriangar (98kms on one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Early in the morning leave for Pahalgam the 'valley of shepherds' which is situated at the confluence of the streams flowing from river Lidder and Sheeshnaglake. Enroute visit the Awantipura ruins, an 1100-year-old temple dedicated to Lord Vishnu and built by King Awantivarman. On arrival into Pahalgam enjoy the surrounding beauty or walk to Baisaren, which is about 2 km from Pahalgam. A small village set in pine and fir forest is pleasing and offers a good view. In Pahalgam one can have a horse ride and can visit Baisaran, Badyan & Kashmir valley (on your own cost).Return to Srinagar in the evening and enjoy a comfortable overnight stay at the Hotel.<\\/p>\\r\\n\\r\\n<p><span style="color:#c0392b"><strong>Note: The vehicle will drop and pick you up at Pahalgam car stand. To reach the above places, you can hire ponies by your own payment basis.<\\/strong><\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518865,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1278,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":90,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316021\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, transfer to Srinagar airport.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><span style="color:#c0392b"><strong>Advice your client to traveller as per itinerary and last day we count as drop only, if client do any sightseen on last day it will be extra on direct basic.<\\/strong><\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43845\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"12980.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8653,\"priceDoubleOcc\":\"12980.00\",\"priceSingleOcc\":12980,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":12980,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9533,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":14300,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14300,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11000,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":16500,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16500,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"43846\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"24200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16133,\"priceDoubleOcc\":\"24200.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":24200,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16867,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":25300,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18700,\"priceDoubleOcc\":\"28050.00\",\"priceSingleOcc\":28050,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28050,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43845\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14160.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9440,\"priceDoubleOcc\":\"14160.00\",\"priceSingleOcc\":14160,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14160,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10400,\"priceDoubleOcc\":\"15600.00\",\"priceSingleOcc\":15600,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":15600,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12000,\"priceDoubleOcc\":\"18000.00\",\"priceSingleOcc\":18000,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":18000,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"43846\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17600,\"priceDoubleOcc\":\"26400.00\",\"priceSingleOcc\":26400,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":26400,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"27600.00\",\"priceSingleOcc\":27600,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27600,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2022-11-10\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20400,\"priceDoubleOcc\":\"30600.00\",\"priceSingleOcc\":30600,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":30600,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p>GST<\\/p>\\r\\n\\r\\n<p>Extra Heating charges in Houseboat & Hotel during winter season<\\/p>\\r\\n\\r\\n<p>Trip to Aru, Chandanwari&Betaab Valley in Pahalgam <\\/p>\\r\\n\\r\\n<p>Gondola & Pony ride in Gulmarg<\\/p>\\r\\n\\r\\n<p>Thajiwas Glacier & Snow Point in Sonamarg<\\/p>\\r\\n\\r\\n<p>Garden Entrance fees and guide charges, where ever applicable.<\\/p>\\r\\n\\r\\n<p>Snow Jeep from Tangmarg to Gulmarg& back, (Applicable from Nov – February Month)<\\/p>\\r\\n\\r\\n<p>Item of personal nature viz, tips, laundry, room service, telephone, alcoholic or non-alcoholic beverages, room heaters, boat rides, pony \\/ horse rides, safaris, rafting, skiing, skating, cable car \\/ ropeway rides, helicopter rides, additional sightseeing tours excursions not included in the itinerary, still or video camera fees etc.<\\/p>\\r\\n\\r\\n<p>Any kind of insurance, Air, Train or Bus fare from \\/ to your originating city of stay, unless specified<\\/p>\\r\\n\\r\\n<p>Lunch and personal expenses like entry ticket any, telephone laundry, or anything which is not mentioned above.<\\/p>\\r\\n\\r\\n<p>Any Tax & Government Service tax (5%)<\\/p>\\r\\n\\r\\n<p>Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered<\\/p>\\r\\n\\r\\n<p>Anything not specifically mentioned under the head “Prices included”. The services of vehicle are not included on leisure days & after finishing the sightseeing tour as per the itinerary<\\/p>\\r\\n\\r\\n<p>Additional costs due to flight cancellation, road blocks etc.<\\/p>\\r\\n\\r\\n<p>Medical & Travel insurance<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>IMPORTANT NOTES :<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>No Cars are allowed to move inside Gulmarg area, due to issue of horse owner’s association.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>We are not responsible for any local dealing of client with Local market vendors or pony wala’s or Local guide in Gulmarg.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Shikara ride is for 01-hour ride as per package, if it is included in package.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Advice your client to traveler as per itinerary and last day we count as drop only, if client do any <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>sightseen on last day it will be extra.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>If it is about disposal, car will be on disposal from 09:00 am to 06:00 pm with 1 place sightseen.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>If there is night stay in Gulmarg then car will drop client at Hotel and if there is a day trip the car will drop the client at parking.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>For Sonamarg visit during heavy snowfall vehicles go till Gagangir which is 10km Away from Sonamarg. In this case we will provide stay in Srinagar and day visit to Sonamarg. As hotels in Sonamarg close their operations after October.<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Inclusion\":\"<p>1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned. <\\/p>\\r\\n\\r\\n<p>2. All accommodation in base category rooms, unless specified otherwise.<\\/p>\\r\\n\\r\\n<p>3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary  only.  A\\/C will not be operational in Hill station.<\\/p>\\r\\n\\r\\n<p> 4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"316013\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[316013],\"Remark\":[\"<p>NON AC SEDAN<br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"316015\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316015],\"Remark\":[\"<p>NON AC SEDAN<br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"316017\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316017],\"Remark\":[\"<p>NON AC SEDAN<br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"316019\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316019],\"Remark\":[\"<p>NON AC SEDAN<br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"316021\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[316021],\"Remark\":[\"<p>NON AC SEDAN<br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Srinagar','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam,Sonamarg','','25897',12980,30600,4,'15_1671627810_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0','','','',NULL,'glorious-kashmir',NULL,NULL,NULL,0),(16,43519,1,38124,1,0,0,'Adventure,Wildlife,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":43519,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/ladakh-autumn-experiences---_1667381826\",\"BookingValidUntill\":\"2023-01-31\",\"AdvBookingDays\":50,\"DETAILS\":\"<p>LADAKH WINTER EXPRIENCES 2022- 2023<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Ladakh Autumn Experiences 2022 - 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6792\",\"SupplierName\":\"Kailash Expeditions India\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Welcome Drink,Inner Line Permit,Airport Transfers,Activity\",\"PackageType\":\"Adventure,Wildlife,Family,Hill Station\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":525094,\"Name\":\"The Pangong Hotel\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1615001\",\"Long\":\"77.5825972\",\"Address\":\"Chulung, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard double room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":486171,\"Name\":\"HOTEL NATURE\'S LAND LEH LADAKH\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1745476\",\"Long\":\"77.5818543\",\"Address\":\"upper, Changspa Rd, yourtung, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard double room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":486670,\"Name\":\"TSOKAR Retreat\",\"Star\":\".00\",\"Rating\":\"4.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.16456319999999\",\"Long\":\"77.5820998\",\"Address\":\"Malpak, Leh, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":525095,\"Name\":\"Casa Galwan\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1757903\",\"Long\":\"77.580682\",\"Address\":\"Shanti Stupa Rd, Yourtung, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":119228,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1573005\",\"Long\":\"77.58020775\",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>When you stay at The Grand Dragon Ladakh in Leh, you'll be connected to the airport and convenient to Leh Temple and Namgyal Tsemo Gompa.  This 4-star hotel is within close proximity of Shanti Stupa and Sankar Gompa.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 82 individually decorated guestrooms, featuring refrigerators and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature designer toiletries and hair dryers. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Don't miss out on recreational opportunities including a 24-hour health club and bicycles to rent. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and an arcade\\/game room. Getting to nearby attractions is a breeze with the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and a meeting room. A roundtrip airport shuttle is complimentary (available on request).<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Double Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":418225,\"Name\":\"The Pangong Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1525864\",\"Long\":\"77.5770535\",\"Address\":\"The Pangong Hotel,Chulung,,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh's markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The “magnetic hillâ€\\u009d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don't forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":21184,\"Title\":\"Turtuk village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a café and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3496,\"Title\":\"Pangong Lake\",\"Description\":\"The famous and sparkling blue Pangong lake is situated near Leh-Ladakh in the Himalayas approximately at the height of 4350 meters. This endorheic lake is 12 kilometres long and extends from India to Tibet with two-thirds of it lying in the latter. Owing to its altitude the temperature here ranges from -5°C to 10°C as a result of which the lake freezes completely during winters in spite of its salinity. A unique feature of the lake is that it does not remain blue throughout the year or even the day rather it changes colours from azure to light blue to green and grey too! It has been a tourist attraction for a very long time and has gained further popularity after being a hot-spot for many film shoots apart from being an essential for anyone travelling to Leh - Ladakh. The sublime beauty crystal waters and gentle hills of Pangong Lake are an exceptional example of the beautiful landscape of the region.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518412655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20943,\"Title\":\"Shayok valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":34318,\"Title\":\"Local heritage walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":525096,\"Name\":\"Hotel Lhas-Thang\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5463472\",\"Long\":\"77.56050470000001\",\"Address\":\"Nubra Valley, Ladakh, Diskit, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard double room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518550,\"Name\":\"The Dunes Boutique Hotel\",\"Star\":\".00\",\"Rating\":\"4.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5819375\",\"Long\":\"77.4701875\",\"Address\":\"HFJC+Q3X Hunder Jammu and Kashmir, Hunder, 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":525097,\"Name\":\"Stone Hedge Hotel ladakh\",\"Star\":\".00\",\"Rating\":\"4.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.58367580000001\",\"Long\":\"77.4677399\",\"Address\":\"Hunder, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh's markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The “magnetic hillâ€\\u009d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don't forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":21184,\"Title\":\"Turtuk village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a café and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3496,\"Title\":\"Pangong Lake\",\"Description\":\"The famous and sparkling blue Pangong lake is situated near Leh-Ladakh in the Himalayas approximately at the height of 4350 meters. This endorheic lake is 12 kilometres long and extends from India to Tibet with two-thirds of it lying in the latter. Owing to its altitude the temperature here ranges from -5°C to 10°C as a result of which the lake freezes completely during winters in spite of its salinity. A unique feature of the lake is that it does not remain blue throughout the year or even the day rather it changes colours from azure to light blue to green and grey too! It has been a tourist attraction for a very long time and has gained further popularity after being a hot-spot for many film shoots apart from being an essential for anyone travelling to Leh - Ladakh. The sublime beauty crystal waters and gentle hills of Pangong Lake are an exceptional example of the beautiful landscape of the region.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518412655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20943,\"Title\":\"Shayok valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":34318,\"Title\":\"Local heritage walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"313930\",\"Title\":\"Day 1 :Leh  (Visit Shanti Stupa and Leh Palace in Evening).\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Experience a wonderful flight over the Himalaya .Onarrival,you will be receive by Kailash expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day & and let your body take complete acclimatization . Late afternoon , if health permits ,drive to Shanti Stupa & stay back . Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard double room\"},{\"IsIncluded\":false,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard double room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486670,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":525095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Double Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313933\",\"Title\":\"Day 2 : Hall Of Fame \\/ Magnetic Hill \\/ Gurudwara\\/ Sangam Point\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel. After breakfast we take you for a tour of Hall of Fame, Gurudwara Patthar Sahib, Magnetic Hill, Kali Temple and Sangam. At Sangam you can enjoy rafting on Zangskar river. <br \\/>\\r\\nHall of Fame is a must visit for every patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon. <br \\/>\\r\\nGurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region. <br \\/>\\r\\nMagnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable. <br \\/>\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard double room\"},{\"IsIncluded\":false,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard double room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486670,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":525095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Double Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313936\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313939\",\"Title\":\"Day 3 :Leh \\/Nubra Valley via Khardongla. 125km.\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast ,drive to beautiful NubraValley via Khardungla (Highest Motorable road in the World, 18,380 ft) with the zig zag trail continues and drive till Hundar  village. On arrival check in Nature's nest North camp. Afternoon enjoy the beauty of sand dune and double hump camel. Overnight at Camp or hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard double room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":518550,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":525097,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313942\",\"Title\":\"Day 4 :Turtuk excursion (Former Baltistan)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Early morning drive to TurTuk village with drive landscape, Exotic village. Turtuk this village is about 115 kms from Nubra valley and can take about 3 to 4 hours to reach here, the total population of Turtuk is just 4000 and follow islam as about 40 years back this village was under Pakistan and speak Baltistan language, explore this beautiful village and explore the life here, we will go for a walk around the village and also meet the people. Later Come back to Hundervillag. Overnight at the camps or Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":518550,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":525097,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21184,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313945\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313948\",\"Title\":\"Nubra via shayok - Pangong - Leh via Changla pass\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast drive towards pangong via shayok village . After at lake enjoy the beautiful heart fulfilling lake colur. Then later drive back to leh via Changla pass. Evening at leh. Overnight at Leh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":418225,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":525095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486670,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3496,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20943,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313951\",\"Title\":\"Day 6 : Walk the Old town – Guided Heritage tour of  old town and Outdoor Lunch \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>One day trail in Ancient Ladakh<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>In the pages of history, the ancient capital of Leh bookmarks one of the greatest cross-cultural crusades of its time! A bustling trade post on the Silk Route, it gave birth to a trans-Himalayan pedigree, nourished by the valleys of Baltistan and Afghanistan, while dynastic rule trickled in from the highest abyss of the Tibetan Plateau and down the realms of the Mongolian Empire…  <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>We have mapped out a trajectory of hidden trails shadowing the glory of the Silk Road Era and all that it left behind… Seek out timeless stories and let them illustrate history that once existed on a grand scale!<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>Central Asian Museum <\\/p>\\r\\n\\r\\n<p>The quiet courtyard beckons history and the fortified structure stores relics from the ever-lasting escapade of traditions that have transpired here over time…  Bringing to life the Tibetan, Kashmiri, Baltistani and Ladhaki origins of the land. <\\/p>\\r\\n\\r\\n<p>La Las Café <\\/p>\\r\\n\\r\\n<p>An antiquated, mud-brick café, with a history rooted in romanticism! Andre Alexander, a revered historian and traveller built the innate structure for his Tibetan wife, La La and it stands true to the tale of their love, long after they’ve been gone.<\\/p>\\r\\n\\r\\n<p>Munshi House: <\\/p>\\r\\n\\r\\n<p>Explore the endless, prehistoric perspectives that lie within the original residence of the King’s tax collector! Proudly known as the Munshi House, its primeval kitchen still stores the original earthen pots and the interior is a profound reflection of Ladakhs vernacular architecture. <\\/p>\\r\\n\\r\\n<p>Leh Palace <\\/p>\\r\\n\\r\\n<p>An audacious, architectural figure to which we all look up, the masonry walls of Leh Palace have watched over Old Town like a protective parent since the 16thcentury. <\\/p>\\r\\n\\r\\n<p>Erected without machines or modern engineering, they have forbidden time from diminishing their age-old glory, keeping their perpendicular perfection intact to this very day. <\\/p>\\r\\n\\r\\n<p>Tsemo Namgyal<\\/p>\\r\\n\\r\\n<p>The walls of Tsemo, radiate a forgotten light. Fortified in celebration of an ancient victory, yet their presence today is quiet and elusive, that of a humble bystander who retains a distant dignity while forfeiting all the glory. <\\/p>\\r\\n\\r\\n<p>And Lastly , Food<\\/p>\\r\\n\\r\\n<p>Experience  Authentic Local food at Alchi Kitchen or Central Asain Museum .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":418225,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":525095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486670,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34318,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313954\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Goodbye visit again !!!<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43519\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29555.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":24610,\"priceDoubleOcc\":\"29555.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29555,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":29555,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":23000,\"priceDoubleOcc\":\"27140.00\",\"priceSingleOcc\":27140,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27140,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":27140,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":24610,\"priceDoubleOcc\":\"29555.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29555,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":29555,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":27293,\"priceDoubleOcc\":\"33580.00\",\"priceSingleOcc\":33580,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33580,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":33580,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":24610,\"priceDoubleOcc\":\"29555.00\",\"priceSingleOcc\":29555,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29555,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":29555,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":32660,\"priceDoubleOcc\":\"41630.00\",\"priceSingleOcc\":41630,\"priceExtraBed\":\"14720.00\",\"priceWithoutBed\":\"11960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41630,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11960,\"CEB\":14720,\"COSTDO\":41630,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":14720,\"COSTTO\":14720}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43520\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41630.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35880,\"priceDoubleOcc\":\"41630.00\",\"priceSingleOcc\":41630,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41630,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":41630,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34270,\"priceDoubleOcc\":\"39215.00\",\"priceSingleOcc\":39215,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":39215,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35880,\"priceDoubleOcc\":\"41630.00\",\"priceSingleOcc\":41630,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41630,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":41630,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38563,\"priceDoubleOcc\":\"45655.00\",\"priceSingleOcc\":45655,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45655,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":45655,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35880,\"priceDoubleOcc\":\"41630.00\",\"priceSingleOcc\":41630,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41630,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":41630,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43393,\"priceDoubleOcc\":\"52900.00\",\"priceSingleOcc\":52900,\"priceExtraBed\":\"24380.00\",\"priceWithoutBed\":\"41400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41400,\"CEB\":24380,\"COSTDO\":52900,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":24380,\"COSTTO\":24380}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"43521\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62905.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55737,\"priceDoubleOcc\":\"62905.00\",\"priceSingleOcc\":62905,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":62905,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54127,\"priceDoubleOcc\":\"60490.00\",\"priceSingleOcc\":60490,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":60490,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55737,\"priceDoubleOcc\":\"62905.00\",\"priceSingleOcc\":62905,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":62905,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":58420,\"priceDoubleOcc\":\"66930.00\",\"priceSingleOcc\":66930,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":66930,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55737,\"priceDoubleOcc\":\"62905.00\",\"priceSingleOcc\":62905,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":62905,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63787,\"priceDoubleOcc\":\"74980.00\",\"priceSingleOcc\":74980,\"priceExtraBed\":\"41400.00\",\"priceWithoutBed\":\"31970.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31970,\"CEB\":41400,\"COSTDO\":74980,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":41400,\"COSTTO\":41400}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43519\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":21400,\"priceDoubleOcc\":\"25700.00\",\"priceSingleOcc\":25700,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":25700,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":20000,\"priceDoubleOcc\":\"23600.00\",\"priceSingleOcc\":23600,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":23600,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":21400,\"priceDoubleOcc\":\"25700.00\",\"priceSingleOcc\":25700,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":25700,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":23733,\"priceDoubleOcc\":\"29200.00\",\"priceSingleOcc\":29200,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":29200,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":21400,\"priceDoubleOcc\":\"25700.00\",\"priceSingleOcc\":25700,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":25700,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800},{\"From\":\"2022-11-02\",\"To\":\"2022-11-02\",\"Currency\":1,\"priceTripleOcc\":28400,\"priceDoubleOcc\":\"36200.00\",\"priceSingleOcc\":36200,\"priceExtraBed\":\"12800.00\",\"priceWithoutBed\":\"10400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10400,\"CEB\":12800,\"COSTDO\":36200,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":12800,\"COSTTO\":12800}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43520\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38010.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"38010.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":38010,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":31290,\"priceDoubleOcc\":\"35805.00\",\"priceSingleOcc\":35805,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35805,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":35805,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"38010.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":38010,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35210,\"priceDoubleOcc\":\"41685.00\",\"priceSingleOcc\":41685,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41685,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":41685,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32760,\"priceDoubleOcc\":\"38010.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":38010,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39620,\"priceDoubleOcc\":\"48300.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"22260.00\",\"priceWithoutBed\":\"37800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37800,\"CEB\":22260,\"COSTDO\":48300,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":22260,\"COSTTO\":22260}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"43521\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57435.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50890,\"priceDoubleOcc\":\"57435.00\",\"priceSingleOcc\":57435,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57435,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":57435,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":49420,\"priceDoubleOcc\":\"55230.00\",\"priceSingleOcc\":55230,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55230,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":55230,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50890,\"priceDoubleOcc\":\"57435.00\",\"priceSingleOcc\":57435,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57435,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":57435,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53340,\"priceDoubleOcc\":\"61110.00\",\"priceSingleOcc\":61110,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":61110,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50890,\"priceDoubleOcc\":\"57435.00\",\"priceSingleOcc\":57435,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57435,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":57435,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800},{\"From\":\"2022-11-04\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":58240,\"priceDoubleOcc\":\"68460.00\",\"priceSingleOcc\":68460,\"priceExtraBed\":\"37800.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29190,\"CEB\":37800,\"COSTDO\":68460,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":37800,\"COSTTO\":37800}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p> <\\/p>\\r\\n\\r\\n<p><span style="color:black">1. GST<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">2. Lunch\\/Dinner wherever not specified.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">3. Expenses personal in nature like tips, laundry, telephones etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">4. Flight\\/Train and Bus Tickets (Unless specified in the quote)<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">5. Entrance to all attractions, activities, boating, camera charges etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">6. Any expenses arising out of any force majeure circumstances like political situations etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">7. Any service not specified in the inclusions.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Inclusion\":\"<p>Ø Accommodation on double sharing basis as per the details given above<\\/p>\\r\\n\\r\\n<p>Ø Meal Plan MAPI (Breakfast and Dinner).<\\/p>\\r\\n\\r\\n<p>Ø Outdoor luncheon.<\\/p>\\r\\n\\r\\n<p>Ø One day heritage guided walk tour.<\\/p>\\r\\n\\r\\n<p>Ø Arrival\\/departure transfer and all land transfers as per the itinerary<\\/p>\\r\\n\\r\\n<p>Ø NAC Innova (01 cab upto 04 pax, 02 cab from 06 to 10 pax and 03 cab for 12 pax) as per the itinerary.<\\/p>\\r\\n\\r\\n<p>Ø Pickup and Drop from Leh Airport<\\/p>\\r\\n\\r\\n<p>Ø Inner line permit.<\\/p>\\r\\n\\r\\n<p>Ø Driver allowance\\/toll\\/parking\\/road tax\\/fuel charge.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"313930\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[313930],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"313933\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[313933],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"313936\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[313936],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313939\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[313939],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"313942\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[313942],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"313945\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[313945],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313948\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[313948],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"313951\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[313951],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"313954\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[313954],\"Remark\":[\"<p>NON AC INNOVA<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Leh,Nubra','Leh,Ladakh,Indian Subcontinent,North India,India,Nubra,Turtuk',NULL,'15229,35282',23600,74980,6,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-01-31 00:00:00','2023-01-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'ladakh-autumn-experiences-2022-2023',NULL,NULL,NULL,0),(17,42991,1,38124,0,0,0,'Honeymoon,Family,Hill Station,Weekend',NULL,1,1,0,'{\"package\":{\"TPId\":42991,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/coorg-mysore-n-d_1665820723\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Coorg is called “The Scotland of India”, because of its rolling hills and scenic countryside. Located in the Kodagu district, the elevation of this hill station town is over 1500 meters above sea level. It is the land of Kodavas known for hospitality, coffee, cardamom, pepper, orange and honey.  Kodavas are known for their own tradition and culture. Youget to see one of the fastest-growing cities in the world, also known as the garden city, silicon valley of India. Mysore is declared as a heritage city, rich in history and heritage. Major places of interest Mysore Palace, Brindavan garden, Chamundi hill, Srirangapatna.<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bengaluru\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Coorg Mysore 3N 4D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485066,\"Name\":\"Woodstock Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4308796\",\"Long\":\"75.7535262\",\"Address\":\"Next to Big Cup Cafe Madikeri, Mangalore - Mysore Hwy, near Sampigekatte Junction, Kannanda Bane, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488489,\"Name\":\"Hotel Mayura Valley View\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4167567\",\"Long\":\"75.7344383\",\"Address\":\"near Raja's Seat, Stuart Hill, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488490,\"Name\":\"Abbydhama Estate Stay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4413371\",\"Long\":\"75.7327273\",\"Address\":\"Abbyfalls Road, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488491,\"Name\":\"Club Mahindra Madikeri Resort In Coorg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4408997\",\"Long\":\"75.71660039999999\",\"Address\":\"Galibeedu, Road, Karavale Badaga, Madikeri, Karnataka 571204, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488492,\"Name\":\"Paddington Resorts and Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.418691\",\"Long\":\"75.87716999999999\",\"Address\":\"7th Hosakote, Thondoor Village, Suntikoppa Post, Somwarpet, Madikeri, Karnataka 571237, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418761,\"Name\":\"The Windflower Resorts And Spa Coorg\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.433306863061\",\"Long\":\"75.813470168442\",\"Address\":\"201\\/P1 Kedakal Village, Suntikoppa Hobli, Somwarpet Taluk, Mercara, Kodagu 571237\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Located in Suntikoppa, The Windflower Resorts & Spa is within the vicinity of Gaddige - Raja's Tomb and Madikeri Fort.  This 4.5-star resort is within the region of Raja's Seat and Harangi Dam.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 44 guestrooms. Bathrooms have designer toiletries and hair dryers.<\\/p><p><b>Amenities<\\/b> <br \\/>Make use of convenient amenities, which include complimentary wireless Internet access and an arcade\\/game room.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the resort's restaurant, where you can take in a pool view and dine alfresco (weather permitting). Snacks are also available at a coffee shop\\/cafe.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3a\\/6b\\/3a6bd2bf073c9418e0fd11d07aab5fd856133924.jpg\",\"AccoAminitiesMask\":\"1010000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67209,\"Name\":\"Heritage Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.459831052393\",\"Long\":\"75.694889624345\",\"Address\":\"Monnangeri Village Galibeedu\"},\"Images\":{\"Image\":[{\"ImagId\":1489630,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\"},{\"ImagId\":1489631,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_2_t.jpg\"},{\"ImagId\":1489632,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_3_t.jpg\"},{\"ImagId\":1489633,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_4_t.jpg\"},{\"ImagId\":1489634,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_6_t.jpg\"},{\"ImagId\":1489635,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_8_t.jpg\"},{\"ImagId\":1489636,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_14_t.jpg\"},{\"ImagId\":1489637,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_18_t.jpg\"},{\"ImagId\":1489638,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_10_t.jpg\"},{\"ImagId\":1489639,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_12_t.jpg\"},{\"ImagId\":1489640,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_11_t.jpg\"},{\"ImagId\":1489641,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_19_t.jpg\"},{\"ImagId\":1489642,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_16_t.jpg\"},{\"ImagId\":1489643,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_21_t.jpg\"},{\"ImagId\":1489644,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_9_t.jpg\"},{\"ImagId\":1489645,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_13_t.jpg\"},{\"ImagId\":1489646,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_7_t.jpg\"},{\"ImagId\":1489647,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_15_t.jpg\"},{\"ImagId\":1489648,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_20_t.jpg\"},{\"ImagId\":1489649,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_23_t.jpg\"},{\"ImagId\":1489650,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_17_t.jpg\"},{\"ImagId\":1489651,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_22_t.jpg\"},{\"ImagId\":1489652,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_24_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Located in Madikeri, Heritage Resort Coorg is within the vicinity of Gaddige - Raja's Tomb and Madikeri Fort.  This hotel is within the vicinity of Raja's Seat.<\\/p><p><b>Rooms<\\/b> <br \\/>Stay in one of 26 guestrooms featuring LCD televisions. Conveniences include phones, as well as desks and coffee\\/tea makers.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a satisfying meal at a restaurant serving guests of Heritage Resort Coorg.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a 24-hour front desk and a safe deposit box at the front desk.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488493,\"Name\":\"Taj Madikeri Resort and Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4459096\",\"Long\":\"75.6850139\",\"Address\":\"1st Monnangeri Galibeedu, Post, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67199,\"Name\":\"The Tamara  Coorg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.424275\",\"Long\":\"75.738224\",\"Address\":\"Kabbinakad Estate Napoklu Nad\"},\"Images\":{\"Image\":[{\"ImagId\":1489467,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\"},{\"ImagId\":1489468,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_2_b.jpg\"},{\"ImagId\":1489469,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_3_b.jpg\"},{\"ImagId\":1489470,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_4_b.jpg\"},{\"ImagId\":1489471,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_5_b.jpg\"},{\"ImagId\":1489472,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_6_b.jpg\"},{\"ImagId\":1489473,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_7_b.jpg\"},{\"ImagId\":1489474,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_8_b.jpg\"},{\"ImagId\":1489475,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_9_b.jpg\"},{\"ImagId\":1489476,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_10_b.jpg\"},{\"ImagId\":1489477,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_11_b.jpg\"},{\"ImagId\":1489478,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_12_b.jpg\"},{\"ImagId\":1489479,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_13_b.jpg\"},{\"ImagId\":1489480,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_14_b.jpg\"},{\"ImagId\":1489481,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_15_b.jpg\"},{\"ImagId\":1489482,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_16_b.jpg\"},{\"ImagId\":1489483,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_17_b.jpg\"},{\"ImagId\":1489484,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_18_b.jpg\"},{\"ImagId\":1489485,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_19_b.jpg\"},{\"ImagId\":1489486,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_20_b.jpg\"},{\"ImagId\":1489487,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_21_b.jpg\"},{\"ImagId\":1489488,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_22_b.jpg\"},{\"ImagId\":1489489,\"Type\":\"FullImage\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_23_b.jpg\"},{\"ImagId\":1489490,\"Type\":\"FullImage\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_24_b.jpg\"},{\"ImagId\":1489491,\"Type\":\"FullImage\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_25_b.jpg\"},{\"ImagId\":1489492,\"Type\":\"FullImage\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_26_b.jpg\"},{\"ImagId\":1489493,\"Type\":\"FullImage\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_27_b.jpg\"},{\"ImagId\":1489494,\"Type\":\"FullImage\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_28_b.jpg\"}]},\"CityId\":6879,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>You'll be in the mountains with a stay at The Tamara Coorg in Kakabe.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 31 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Make use of convenient amenities such as complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the resort's restaurant, which serves breakfast, lunch, and dinner, or grab a snack at a coffee shop\\/café. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include dry cleaning\\/laundry services and a 24-hour front desk. Planning an event in Kakabe? This resort has facilities measuring 1650 square feet (149 square meters), including meeting rooms. A shuttle from the airport to the hotel is provided for a surcharge (available on request), and free self parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488494,\"Name\":\"Evolve Back\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.322031\",\"Long\":\"75.89011760000001\",\"Address\":\"Karadigodu Rd, Post, Siddapura, Karnataka 571253, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1014,\"Title\":\"Madikeri Fort\",\"Description\":\"The Madikeri Fort is a famous historical landmark that is located in Coorg. The elevated structures of the fort also provide panoramic views of the town, which is undoubtedly breathtaking and beautiful. It cannot be argued that the Madikeri Fort is the most famous and most loved tourist attraction in Coorg, which is precisely why tourists enjoy visiting the attraction time and again.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4208474,\"Long\":75.7389661,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/285\\/thumb\\/Madikeri Fort_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20452,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.420754,\"Long\":75.741653,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja's Seat\",\"Description\":\"Raja's Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja's Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the 'Triveni Sangam'.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It’s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20569,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3730482,\"Long\":75.9044833,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children's playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph's Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena's Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485058,\"Name\":\"Hotel Rio Meridian\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3289022\",\"Long\":\"76.6445608\",\"Address\":\"#2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka 570015, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418705,\"Name\":\"Spree Roopa Elite\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"29 6th Main Road, V.V Mohalla, Mysore 570002\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142174,\"Name\":\"Pai Vista\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"35\\/A Bangalore-Nilgiri Mysore 570 001\"},\"Images\":{\"Image\":[{\"ImagId\":3126569,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\"},{\"ImagId\":3126570,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_2_t.jpg\"},{\"ImagId\":3126571,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_3_t.jpg\"},{\"ImagId\":3126572,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_4_t.jpg\"},{\"ImagId\":3126573,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_5_t.jpg\"},{\"ImagId\":3126574,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_6_t.jpg\"},{\"ImagId\":3126575,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_7_t.jpg\"},{\"ImagId\":3126576,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_8_t.jpg\"},{\"ImagId\":3126577,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_9_t.jpg\"},{\"ImagId\":3126578,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_10_t.jpg\"},{\"ImagId\":3126579,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_11_t.jpg\"},{\"ImagId\":3126580,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_12_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Pai Vista in Mysore, you'll be minutes from Mysore Palace and Jaganmohan Palace and Art Gallery.  This hotel is within close proximity of Jayachamarajendra Art Gallery and St. Philomenas Church.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 66 air-conditioned rooms featuring minibars. Cable television is provided for your entertainment. Conveniences include coffee\\/tea makers, and irons\\/ironing boards can be requested.<\\/p><p><b>Amenities<\\/b> <br \\/>Be sure to enjoy recreational amenities including a fitness center and a seasonal outdoor pool. Additional features at this hotel include complimentary wireless Internet access and tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at a restaurant or in a coffee shop\\/café. Or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, laundry facilities, and a safe deposit box at the front desk. Free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418697,\"Name\":\"Hotel Southern Star Mysore\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.311993\",\"Long\":\"76.643181\",\"Address\":\"14-15 Vinobha Road, Mysore 570005, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"Conveniently located close to the city centre, whilst also easily accessible from the airport.  TO1007 The hotel is located one kilometre from the city centre and ten from the airport.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/48\\/85\\/488593146ac0dd0bbd63ec2e3d7e82aff781d394.jpg\",\"AccoAminitiesMask\":\"1010000000001111000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142170,\"Name\":\"Sandesh the Prince\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.309323265104\",\"Long\":\"76.662366362788\",\"Address\":\"3 Nazarbad Main Road Mysore 570010\"},\"Images\":{\"Image\":[{\"ImagId\":3126542,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/54\\/1136736cdmssabrevfm_img_pho_000_nc__382510_Recreational_F_A.jpg\"},{\"ImagId\":3126543,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/64\\/1136736cdmssabrevfm_img_pho_000_nc__382513_Guest_Room___A.jpg\"},{\"ImagId\":3126544,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/74\\/1136736cdmssabrevfm_img_pho_000_nc__382514_Exterior___C.jpg\"},{\"ImagId\":3126545,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/94\\/1136736cdmssabrevfm_img_pho_000_nc__382520_Interior___A.jpg\"},{\"ImagId\":3126546,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/84\\/1136736cdmssabrevfm_img_pho_000_nc__382519_Other___A.jpg\"},{\"ImagId\":3126547,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/114\\/1136736cdmssabrevfm_img_pho_000_nc__382525_Other___A.jpg\"}]},\"CityId\":18821,\"Brief\":\"This 4 star hotel is located in the city centre of Mysore and was established in 2002. It is close to the Mysore Palace and the nearest station is Mysore Junction Railway Statio.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/54\\/1136736cdmssabrevfm_img_pho_000_nc__382510_Recreational_F_A.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418750,\"Name\":\"The Windflower Resort and Spa, Mysore\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.291793\",\"Long\":\"76.67042\",\"Address\":\"Maharanaprathap Road, Nazarabad, , Nazarbad, MYSORE, KARNATAKA, India, Pin-570010, 570010\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"Overlooking the Chamunda hills, The Windflower Resorts & Spa is a popular property offering luxurious stay in Mysore. Featuring a large outdoor pool, this property is 149km from the Mysore Airport.  This resort offers 39 well-equipped rooms for accommodation. In-room amenities include tea\\/coffee maker, mini ?bar and flat screen television.  null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/maw\\/pyh\\/dbs\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142163,\"Name\":\"Fortune JP Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.318362991545\",\"Long\":\"76.662981212139\",\"Address\":\"3 Abba Road Nazarbad\"},\"Images\":{\"Image\":[{\"ImagId\":3126506,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/778\\/Fortune_1_C.jpg\"},{\"ImagId\":3126507,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/796\\/Fortune_3_A.jpg\"},{\"ImagId\":3126508,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/787\\/Fortune_2_A.jpg\"}]},\"CityId\":18821,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Centrally located in Mysore, Fortune JP Palace is minutes from Jayachamarajendra Art Gallery and Jaganmohan Palace and Art Gallery.  This 4-star hotel is within close proximity of Mysore Palace and St. Philomenas Church.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 108 individually furnished guestrooms, featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Treat yourself with massages and body treatments. You're sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features wireless Internet access (surcharge), concierge services, and gift shops\\/newsstands.<\\/p><p><b>Dining<\\/b> <br \\/>All-inclusive rates are available at this hotel. Meals and beverages at onsite dining establishments are included in all-inclusive rates. Charges may be applied for dining at some restaurants, special dinners and dishes, some beverages, and other amenities. <p>Grab a bite at one of the hotel's 3 restaurants, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet breakfast is served daily. <\\/p><\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include high-speed (wired) Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Mysore? This hotel has facilities measuring 11700 square feet (1087 square meters), including a conference center. Free valet parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/778\\/Fortune_1_C.jpg\",\"AccoAminitiesMask\":\"100100000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142181,\"Name\":\"Radisson Blu Plaza Hotel Mysore\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.298202\",\"Long\":\"76.665169\",\"Address\":\"1 MG Road Mysore 570010\"},\"Images\":{\"Image\":[{\"ImagId\":3126621,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\"},{\"ImagId\":3126622,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_74_t.jpg\"},{\"ImagId\":3126623,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_86_t.jpg\"},{\"ImagId\":3126624,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_95_t.jpg\"},{\"ImagId\":3126625,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_97_t.jpg\"},{\"ImagId\":3126626,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_98_t.jpg\"},{\"ImagId\":3126627,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_99_t.jpg\"},{\"ImagId\":3126628,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_100_t.jpg\"},{\"ImagId\":3126629,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_109_t.jpg\"},{\"ImagId\":3126630,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_116_t.jpg\"},{\"ImagId\":3126631,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_110_t.jpg\"},{\"ImagId\":3126632,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_143_t.jpg\"},{\"ImagId\":3126633,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_144_t.jpg\"},{\"ImagId\":3126634,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_147_t.jpg\"},{\"ImagId\":3126635,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_145_t.jpg\"},{\"ImagId\":3126636,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_153_t.jpg\"},{\"ImagId\":3126637,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_154_t.jpg\"},{\"ImagId\":3126638,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_148_t.jpg\"},{\"ImagId\":3126639,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_149_t.jpg\"},{\"ImagId\":3126640,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_142_t.jpg\"},{\"ImagId\":3126641,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_141_t.jpg\"},{\"ImagId\":3126642,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_140_t.jpg\"},{\"ImagId\":3126643,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_132_t.jpg\"},{\"ImagId\":3126644,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_136_t.jpg\"},{\"ImagId\":3126645,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_137_t.jpg\"},{\"ImagId\":3126646,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_129_t.jpg\"},{\"ImagId\":3126647,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_124_t.jpg\"},{\"ImagId\":3126648,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_123_t.jpg\"},{\"ImagId\":3126649,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_122_t.jpg\"},{\"ImagId\":3126650,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_126_t.jpg\"},{\"ImagId\":3126651,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_135_t.jpg\"},{\"ImagId\":3126652,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_104_t.jpg\"},{\"ImagId\":3126653,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_102_t.jpg\"},{\"ImagId\":3126654,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_112_t.jpg\"},{\"ImagId\":3126655,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_107_t.jpg\"},{\"ImagId\":3126656,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_71_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Radisson Blu Plaza Hotel Mysore is centrally located in Mysore, walking distance from Mysore Zoo and close to Mysore Palace.  This hotel is within close proximity of Jaganmohan Palace and Art Gallery and Jayachamarajendra Art Gallery.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 140 air-conditioned rooms featuring kitchens. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as an outdoor pool, a spa tub, and a steam room. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Grab a bite to eat at the hotel's restaurant, where you can take in a pool view, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary breakfast is included.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a 24-hour business center, express check-in, and express check-out. Event facilities at this hotel consist of a conference center and meeting rooms. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\",\"AccoAminitiesMask\":\"111100100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142207,\"Name\":\"Grand Mercure Mysuru\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"2203 60 New Sayyaji Rao Road Nelson Mandela Circle\"},\"Images\":{\"Image\":[{\"ImagId\":3126993,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/506b7ed0_t.jpg\"},{\"ImagId\":3126994,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/902a67ef_t.jpg\"},{\"ImagId\":3126995,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ca4bde3d_t.jpg\"},{\"ImagId\":3126996,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/cf5b9a37_t.jpg\"},{\"ImagId\":3126997,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fe08e400_t.jpg\"},{\"ImagId\":3126998,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ac24d99c_t.jpg\"},{\"ImagId\":3126999,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/6a0bc58b_t.jpg\"},{\"ImagId\":3127000,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/397ab849_t.jpg\"},{\"ImagId\":3127001,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/628ea7dd_t.jpg\"},{\"ImagId\":3127002,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/c0738c57_t.jpg\"},{\"ImagId\":3127003,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/67b48545_t.jpg\"},{\"ImagId\":3127004,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/69484559_t.jpg\"},{\"ImagId\":3127005,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/8c962bc2_t.jpg\"},{\"ImagId\":3127006,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f9e9b9de_t.jpg\"},{\"ImagId\":3127007,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b5e5a047_t.jpg\"},{\"ImagId\":3127008,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/c7eb91b8_t.jpg\"},{\"ImagId\":3127009,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ad925e9f_t.jpg\"},{\"ImagId\":3127010,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/98f8b086_t.jpg\"},{\"ImagId\":3127011,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/8c588a44_t.jpg\"},{\"ImagId\":3127012,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/920ee181_t.jpg\"},{\"ImagId\":3127013,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fc2a70ea_t.jpg\"},{\"ImagId\":3127014,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/d901422e_t.jpg\"},{\"ImagId\":3127015,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b44f33ac_t.jpg\"},{\"ImagId\":3127016,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/11df3d8f_t.jpg\"},{\"ImagId\":3127017,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/0ca6db9f_t.jpg\"},{\"ImagId\":3127018,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/36c48503_t.jpg\"},{\"ImagId\":3127019,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/4cc34915_t.jpg\"},{\"ImagId\":3127020,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/4e0d91fb_t.jpg\"},{\"ImagId\":3127021,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/5e3ca853_t.jpg\"},{\"ImagId\":3127022,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/6a7f18b2_t.jpg\"},{\"ImagId\":3127023,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/7b687121_t.jpg\"},{\"ImagId\":3127024,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/85b03ef8_t.jpg\"},{\"ImagId\":3127025,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/a671acb3_t.jpg\"},{\"ImagId\":3127026,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b2f76668_t.jpg\"},{\"ImagId\":3127027,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e00d222f_t.jpg\"},{\"ImagId\":3127028,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e6bc269f_t.jpg\"},{\"ImagId\":3127029,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e944d9d7_t.jpg\"},{\"ImagId\":3127030,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f0f9492c_t.jpg\"},{\"ImagId\":3127031,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f1381f51_t.jpg\"},{\"ImagId\":3127032,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f85dd9ec_t.jpg\"},{\"ImagId\":3127033,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f9e1fe88_t.jpg\"},{\"ImagId\":3127034,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fe9b77fc_t.jpg\"},{\"ImagId\":3127035,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_6_t.jpg\"},{\"ImagId\":3127036,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_7_t.jpg\"},{\"ImagId\":3127037,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_8_t.jpg\"},{\"ImagId\":3127038,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_9_t.jpg\"},{\"ImagId\":3127039,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/22d5805c_t.jpg\"},{\"ImagId\":3127040,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/570c2406_t.jpg\"},{\"ImagId\":3127041,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/59f48b37_t.jpg\"},{\"ImagId\":3127042,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/a84cea09_t.jpg\"},{\"ImagId\":3127043,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/d0e3599f_t.jpg\"},{\"ImagId\":3127044,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/da1235f3_t.jpg\"},{\"ImagId\":3127045,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ff84c4a0_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Grand Mercure Mysuru in Mysore, you'll be convenient to St. Philomenas Church and Jayachamarajendra Art Gallery.  This 5-star hotel is within close proximity of Jaganmohan Palace and Art Gallery and Mysore Palace.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 146 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Enjoy recreational amenities such as an outdoor pool and a 24-hour fitness center. This hotel also features complimentary wireless Internet access and concierge services.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. A complimentary buffet breakfast is served daily.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Planning an event in Mysore? This hotel has facilities measuring 2153 square feet (200 square meters), including meeting rooms. Free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/506b7ed0_t.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142168,\"Name\":\"Lalitha Mahal Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.298263\",\"Long\":\"76.692342\",\"Address\":\"Mysore  570028 Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":3126535,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\"},{\"ImagId\":3126536,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/910\\/Property_pic_C.jpg\"}]},\"CityId\":18821,\"Brief\":\"The hotel is located in a low hilly area of Mysore, in the middle of nature's beauty. The hotel is situated about 15 km away from Mysore Airport and 8 km away from a railway station.\\n\\nThe air-conditioned hotel is a shimmering white palace with a splendid Italianate palazzo style, double-columned and domed, and is set in sprawling terraced and landscaped gardens. The hotel offers an experience of princely living with comfort. Guests are welcomed in the lobby, which offers a 24-hour reception, a hotel safe, currency exchange and a newspaper stand. There is also a games room and guests can enjoy a drink in the café and dine in the restaurant. Business travellers can make use of the conference facilities and Internet access. Additional features include room and laundry services and a car park for those arriving by car.\\n\\nThe hotel provides rooms featuring heritage architecture, modern convenience, decorated furniture and well maintained interiors. All rooms are en suite and feature a shower and a bath, as well as a double or king-size bed, a direct dial telephone, satellite\\/cable TV and wireless Internet access. Additional room amenities include an electronic safe, a minibar and tea and coffee making facilities. The rooms have air conditioning and a balcony or terrace.\\n\\nThe hotel provides a health club with gym to its guests.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\",\"AccoAminitiesMask\":\"110010001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1014,\"Title\":\"Madikeri Fort\",\"Description\":\"The Madikeri Fort is a famous historical landmark that is located in Coorg. The elevated structures of the fort also provide panoramic views of the town, which is undoubtedly breathtaking and beautiful. It cannot be argued that the Madikeri Fort is the most famous and most loved tourist attraction in Coorg, which is precisely why tourists enjoy visiting the attraction time and again.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4208474,\"Long\":75.7389661,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/285\\/thumb\\/Madikeri Fort_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20452,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.420754,\"Long\":75.741653,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja's Seat\",\"Description\":\"Raja's Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja's Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the 'Triveni Sangam'.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It’s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20569,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3730482,\"Long\":75.9044833,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children's playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph's Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena's Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"310311\",\"Title\":\"Bangalore \\/ Coorg: (270Kms \\/ 5 Hrs)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Meet on arrival at Bangalore Railway Station \\/ Airport & proceed to Coorg – Madikeri. On arrival check into the resort, have lunch & relax. Later proceed to visit Abbey falls-Tucked away between private coffee and spice estate, Madikeri Fort - The 19th century Madikeri fort with its stone ramparts now houses the prison, Omkareshwara Temple - Built in 1820 and featuring a blend of red-tile roofed Kerala architecture and Islamic-style domes. Evening visit Raja Seat- is an enchanting picnic spot with a swathing in the nature's lap. Return to hotel and overnight. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418761,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1014,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"310314\",\"Title\":\"Coorg - Madikeri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Morning breakfast, proceed to visit Bhagamandala - situated at the confluence of two rivers, the Cauvery and the Kanika. A third river, the Sujyothi is said to join from underground, visit Talacauvery - known as DakshinKashi is the birthplace of river Cauvery at the foot of the breath taking Brahmagiri Hills in Coorg. The river flows down inconspicuously as 'Guptagamini' from here before re-emerging a small distance downwards at Nagateerta. Back to hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418761,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1719,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"310317\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"310320\",\"Title\":\"Coorg - Madikeri \\/ Mysore (130 Km \\/ 03 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Early breakfast checkout and proceed to Dubare elephant camp (to reach the place before 08.30Hrs) offer the 3 hour experience with Elephants consisting of elephant Grooming, feeding, later visit Cauvery Nisargadhama - is an island formed by river Cauvery and is used as a picnic spot island, with lush foliage of thick bamboo groves, Lunch at Kushalnagar and later visit Bylakuppe - largest Tibetan settlement in South India. The temple has 62 feet Buddha statues covered with gold plates is a wonderful sight anytime. Later drive to Mysore. On arrival check into hotel. Later proceed to visit Maharaja Palace - the palace is a splendid structure in the Indo - Saracenic style, among its many attractions are a magnificent gold throne, evening visit Brindavan Garden -  musical fountains and colored lights transform this place into a magical fairyland. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485058,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":418705,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":142174,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":418697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":142170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":418750,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":142163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":142181,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":142207,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":142168,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":263,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20569,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"310323\",\"Title\":\"Mysore \\/ Bangalore (160 Km \\/ 04 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast, checkout and proceed to visit Chamundi Hill - perched atop a hill. The 4.8m tall monolith of Nandi and the gigantic Mahishasura statue are added attractions and later drive to Bangalore enroute visit Enroute visit St. Philomena’s Church - this imposing Gothic structure with beautiful stained glass windows and lofty towers is a must see. Visit Srirangapatna - the island fortress of Tippu Sultan. On arrival drop at the Railway station \\/ Airport to board the Flight \\/ Train for the onward destination. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"42991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7667,\"priceDoubleOcc\":\"8500.00\",\"priceSingleOcc\":29500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":8500,\"COSTSO\":29500,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"9000.00\",\"priceSingleOcc\":30000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":9000,\"COSTSO\":30000,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":10500,\"COSTSO\":31500,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":10500,\"COSTSO\":31500,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":10500,\"COSTSO\":31500,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11000,\"priceDoubleOcc\":\"13500.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":6000,\"COSTDO\":13500,\"COSTSO\":34500,\"CostQuad\":null,\"ACEB\":6000,\"COSTTO\":6000}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"42992\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12333,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":42000,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":14000,\"COSTSO\":42000,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12333,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":42000,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":14000,\"COSTSO\":42000,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":14500,\"COSTSO\":42500,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":14500,\"COSTSO\":42500,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":14500,\"COSTSO\":42500,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15333,\"priceDoubleOcc\":\"18500.00\",\"priceSingleOcc\":46500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":9000,\"COSTDO\":18500,\"COSTSO\":46500,\"CostQuad\":null,\"ACEB\":9000,\"COSTTO\":9000}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"42993\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21833,\"priceDoubleOcc\":\"26000.00\",\"priceSingleOcc\":71500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":26000,\"COSTSO\":71500,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22500,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":72500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":27000,\"COSTSO\":72500,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23167,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":73500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":28000,\"COSTSO\":73500,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21500,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":25500,\"COSTSO\":71000,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21500,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":25500,\"COSTSO\":71000,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24167,\"priceDoubleOcc\":\"29500.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":13500,\"COSTDO\":29500,\"COSTSO\":75000,\"CostQuad\":null,\"ACEB\":13500,\"COSTTO\":13500}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"42991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7667,\"priceDoubleOcc\":\"8500.00\",\"priceSingleOcc\":29500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"9000.00\",\"priceSingleOcc\":30000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11000,\"priceDoubleOcc\":\"13500.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"42992\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12333,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":42000,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12333,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":42000,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.00\",\"priceSingleOcc\":42500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15333,\"priceDoubleOcc\":\"18500.00\",\"priceSingleOcc\":46500,\"priceExtraBed\":\"9000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"42993\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21833,\"priceDoubleOcc\":\"26000.00\",\"priceSingleOcc\":71500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22500,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":72500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23167,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":73500,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21500,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21500,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-15\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24167,\"priceDoubleOcc\":\"29500.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"13500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>Personal Expenses such as Laundry, telephone calls, tips & gratuity, Bottled water, soft &harddrinks, and Adventure Activities.<\\/li>\\r\\n\\t<li>Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.<\\/li>\\r\\n\\t<li>Any cost arising due to natural calamities like, landslides, road blockage, politicaldisturbances(strikes), etc (to be borne by the client, which is directly payable on the spot).<\\/li>\\r\\n\\t<li>Any increase in taxes or fuel price, leading to increase in cost on surface transportation &landarrangements, which may come into effect prior to departure.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.<\\/li>\\r\\n\\t<li>Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.<\\/li>\\r\\n\\t<li>Driver Allowance, parking, toll &taxes.<\\/li>\\r\\n\\t<li>Entrance fees.<\\/li>\\r\\n\\t<li>5% GST.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"310311\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[310311],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"310314\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[310314],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"310317\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[310317],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"310320\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[310320],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"310323\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[310323],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Coorg,Mysore','Coorg,Karnataka,Indian Subcontinent,South India,India,Mysore',NULL,'6879,18821',8500,29500,3,NULL,NULL,NULL,1,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'coorg-mysore-3n-4d',NULL,NULL,NULL,0),(18,41310,1,38124,1,0,0,'Family,Hill Station,Weekend,Leisure,Luxury Tours',NULL,1,1,0,'{\"package\":{\"TPId\":41310,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/hills_of_maharashtra_1662554398.jpg\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"15387.00\\t\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"Connect India\",\"Name\":\"Hills of Maharashtra\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7131\",\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Hill Station,Weekend,Leisure,Luxury Tours\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":17093,\"Title\":\"Matheran\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519553,\"Name\":\"Royal Hotel Matheran\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.9890696\",\"Long\":\"73.2691976\",\"Address\":\"Kajrat, Kasturba Rd, Taluk, Matheran, Maharashtra 410102, India\"},\"Images\":[],\"CityId\":17093,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519555,\"Name\":\"Hotel Girivihar\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"18.9782714\",\"Long\":\"73.2675276\",\"Address\":\"M. G. Road, TAL. Karjat, Dist, Matheran, Maharashtra 410102, India\"},\"Images\":[],\"CityId\":17093,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519556,\"Name\":\"The Byke Brightland Resort - Matheran\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.9844171\",\"Long\":\"73.26709389999999\",\"Address\":\"Maulana Azad Rd, Matheran, Maharashtra 410102, India\"},\"Images\":[],\"CityId\":17093,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":132343,\"Name\":\"Usha Ascot\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.9813875\",\"Long\":\"73.26838625\",\"Address\":\"M.G. Road \"},\"Images\":{\"Image\":[{\"ImagId\":2893480,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_12_b.jpg\"},{\"ImagId\":2893481,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_13_b.jpg\"},{\"ImagId\":2893482,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_1_b.jpg\"},{\"ImagId\":2893483,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_2_b.jpg\"},{\"ImagId\":2893484,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_3_b.jpg\"},{\"ImagId\":2893485,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_4_b.jpg\"},{\"ImagId\":2893486,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_5_b.jpg\"},{\"ImagId\":2893487,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_6_b.jpg\"},{\"ImagId\":2893488,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_7_b.jpg\"},{\"ImagId\":2893489,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_8_b.jpg\"},{\"ImagId\":2893490,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_9_b.jpg\"},{\"ImagId\":2893491,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_10_b.jpg\"},{\"ImagId\":2893492,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_11_b.jpg\"}]},\"CityId\":17093,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>When you stay at Hotel Usha Ascot in Matheran, you'll be convenient to Sunset Point.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 52 air-conditioned guestrooms.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Take advantage of recreational opportunities offered, including a nightclub, a health club, and an outdoor pool.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.<\\/p>\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4669100\\/4669002\\/4669002_12_b.jpg\",\"AccoAminitiesMask\":\"101110100001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":11,\"Title\":\"Nightclub\"}],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31574,\"Title\":\"Echo Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31575,\"Title\":\"Charliotte Lake and Sunset point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":185,\"Title\":\"Bhaja Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4022\\/thumb\\/Bhaja Caves_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":21798,\"Title\":\"Karla Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1502,\"Title\":\"Ryewood Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4031\\/thumb\\/Ryewood Park_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":204,\"Title\":\"Bhushi Dam\",\"Description\":\"Bhushi Dam is a masonry dam on the Indrayani River. It is one place in Lonavala which is bound to cheer you up during the monsoons which are the ideal time to visit the attraction.\\r\\n\\r\\nThe overflowing water over the steps of Bhushi Dam and then through the rocky terrain make this place a hit among the people of nearby areas who throng in large numbers on weekends during monsoons. It tends to get so crowded that many individuals find it hard even to get a decent standing spot. Even though swimming is prohibited in the dam due to the inconsistent flow of the water, one can always enjoy on the steps.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.0759837,\"Long\":72.8776559,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15833\\/sightseeing\\/21_1505479668.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":991,\"Title\":\"Lord  Shiva Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9307285,\"Long\":73.6477342,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5804\\/thumb\\/Lord Shiva Temple_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1018,\"Title\":\"Mahabaleshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":14.5435456,\"Long\":74.316193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1227\\/thumb\\/Mahabaleshwar Temple_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":77,\"Title\":\"Arthur\'s Seat Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1268\\/thumb\\/Arthurs Point._360.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":96,\"Title\":\"Babington Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1266\\/thumb\\/Babington Point_71.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1295,\"Title\":\"Panchgani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/671\\/thumb\\/Panchgani_199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":15833,\"Title\":\"Lonavala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519568,\"Name\":\"Hotel Mulberry Konnect\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.7592357\",\"Long\":\"73.37949069999999\",\"Address\":\"250, Old Mumbai - Pune Hwy, Khopoli ST Bus Stand, Ambience Villa, Laxminagar, Lonavla, Maharashtra 410401, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519569,\"Name\":\"Aureole Mrida - A Boutique Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"18.7626934\",\"Long\":\"73.4109904\",\"Address\":\"Opposite Shree Narayani Dham Temple, Plot No 28, 199, Tungarli Rd, near Kaivalyadhama Yoga Center, Tungarli, Lonavla, Maharashtra 410401, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":123690,\"Name\":\"Citrus Hotels Lonavala\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.751999\",\"Long\":\"73.410818\",\"Address\":\"D T Shahani Road Near Telephone Exchange\"},\"Images\":{\"Image\":[{\"ImagId\":2717696,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_1_t.jpg\"},{\"ImagId\":2717697,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_2_t.jpg\"},{\"ImagId\":2717698,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_3_t.jpg\"},{\"ImagId\":2717699,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_4_t.jpg\"},{\"ImagId\":2717700,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_5_t.jpg\"},{\"ImagId\":2717701,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_6_t.jpg\"},{\"ImagId\":2717702,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_7_t.jpg\"},{\"ImagId\":2717703,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_8_t.jpg\"},{\"ImagId\":2717704,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_10_t.jpg\"},{\"ImagId\":2717705,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_11_t.jpg\"},{\"ImagId\":2717706,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_12_t.jpg\"},{\"ImagId\":2717707,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_13_t.jpg\"},{\"ImagId\":2717708,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_14_t.jpg\"},{\"ImagId\":2717709,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_15_t.jpg\"},{\"ImagId\":2717710,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_16_t.jpg\"},{\"ImagId\":2717711,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_17_t.jpg\"},{\"ImagId\":2717712,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_18_t.jpg\"}]},\"CityId\":15833,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Citrus Lonavala, you'll be centrally located in Lonavala, convenient to Ryewood Park and Shooting Point.  This hotel is within the vicinity of Monkey Hill Halt and Lion Point.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 34 individually decorated guestrooms, featuring minibars and LCD televisions. Your memory foam bed comes with down comforters. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Amenities<\\/b> <br \\/>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features wedding services, a television in a common area, and tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/café, and 24-hour room service is provided. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include high-speed (wired) Internet access (surcharge), express check-in, and express check-out. Event facilities at this hotel consist of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_1_t.jpg\",\"AccoAminitiesMask\":\"100100000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519570,\"Name\":\"7 Apple Resort - Lonavala\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"18.7742711\",\"Long\":\"73.39529300000001\",\"Address\":\"Sr.No 30, New, Gold Valley, Tungarli Rd, Sector E, Tungarli, Lonavla, Maharashtra 410403, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519573,\"Name\":\"The Fern An Ecotel Hotel\",\"Star\":\".00\",\"Rating\":\"3.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.7618712\",\"Long\":\"73.4269788\",\"Address\":\"4, 2, Old Mumbai - Pune Hwy, Valvan, Lonavla, Maharashtra 410401, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519577,\"Name\":\"Regenta SG\\u2019S GreenOtel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"18.7551946\",\"Long\":\"73.4084701\",\"Address\":\"Old Mumbai - Pune Hwy, Gawliwada, Rao Colony, Lonavla, Maharashtra 410401, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519576,\"Name\":\"Radisson Resort and Spa Lonavala\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.7733089\",\"Long\":\"73.3991076\",\"Address\":\"Plot No - 19, 21 & 27-29, Gold Valley Sector D, Tungarli, Lonavla, Maharashtra 410401, India\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31574,\"Title\":\"Echo Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31575,\"Title\":\"Charliotte Lake and Sunset point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":185,\"Title\":\"Bhaja Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4022\\/thumb\\/Bhaja Caves_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":21798,\"Title\":\"Karla Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1502,\"Title\":\"Ryewood Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4031\\/thumb\\/Ryewood Park_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":204,\"Title\":\"Bhushi Dam\",\"Description\":\"Bhushi Dam is a masonry dam on the Indrayani River. It is one place in Lonavala which is bound to cheer you up during the monsoons which are the ideal time to visit the attraction.\\r\\n\\r\\nThe overflowing water over the steps of Bhushi Dam and then through the rocky terrain make this place a hit among the people of nearby areas who throng in large numbers on weekends during monsoons. It tends to get so crowded that many individuals find it hard even to get a decent standing spot. Even though swimming is prohibited in the dam due to the inconsistent flow of the water, one can always enjoy on the steps.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.0759837,\"Long\":72.8776559,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15833\\/sightseeing\\/21_1505479668.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":991,\"Title\":\"Lord  Shiva Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9307285,\"Long\":73.6477342,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5804\\/thumb\\/Lord Shiva Temple_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1018,\"Title\":\"Mahabaleshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":14.5435456,\"Long\":74.316193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1227\\/thumb\\/Mahabaleshwar Temple_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":77,\"Title\":\"Arthur\'s Seat Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1268\\/thumb\\/Arthurs Point._360.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":96,\"Title\":\"Babington Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1266\\/thumb\\/Babington Point_71.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1295,\"Title\":\"Panchgani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/671\\/thumb\\/Panchgani_199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":16375,\"Title\":\"Mahabaleshwar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519580,\"Name\":\"Exotic Valley\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.9084781\",\"Long\":\"73.7733303\",\"Address\":\"Kaswand Road, Bhilar, Panchgani - Mahabaleshwar Road, Panchgani, Maharashtra 412805, India\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":127627,\"Name\":\"Valley View Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.921399\",\"Long\":\"73.659313\",\"Address\":\"Near Market Mahabaleshwar 412806\"},\"Images\":{\"Image\":[{\"ImagId\":2795153,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_1_b.jpg\"},{\"ImagId\":2795154,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_2_b.jpg\"},{\"ImagId\":2795155,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_3_b.jpg\"},{\"ImagId\":2795156,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_4_b.jpg\"},{\"ImagId\":2795157,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_5_b.jpg\"},{\"ImagId\":2795158,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_6_b.jpg\"},{\"ImagId\":2795159,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_7_b.jpg\"},{\"ImagId\":2795160,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_8_b.jpg\"},{\"ImagId\":2795161,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_9_b.jpg\"},{\"ImagId\":2795162,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_10_b.jpg\"},{\"ImagId\":2795163,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_11_b.jpg\"},{\"ImagId\":2795164,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_12_b.jpg\"},{\"ImagId\":2795165,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_13_b.jpg\"},{\"ImagId\":2795166,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_14_b.jpg\"},{\"ImagId\":2795167,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_15_b.jpg\"},{\"ImagId\":2795168,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_16_b.jpg\"},{\"ImagId\":2795169,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_17_b.jpg\"},{\"ImagId\":2795170,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_18_b.jpg\"},{\"ImagId\":2795171,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_19_b.jpg\"},{\"ImagId\":2795172,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_20_b.jpg\"},{\"ImagId\":2795173,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_21_b.jpg\"},{\"ImagId\":2795174,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_22_b.jpg\"}]},\"CityId\":16375,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Valley View Resort in Mahabaleshwar, you'll be minutes from Mahabaleshwar Bazaar and close to Wilson Point. This hotel is within close proximity of Polo Grounds and Bombay Point.<\\/p><p><b>Rooms<\\/b> <br \\/>Conveniences include phones, as well as separate sitting areas and blackout drapes\\/curtains.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Take advantage of recreation opportunities including an indoor pool and a spa tub.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Event facilities at this hotel consist of a conference center and conference space.<\\/p>\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_1_b.jpg\",\"AccoAminitiesMask\":\"100100000000000000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Cozy Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519581,\"Name\":\"REGENTA PLACE GREENLEAF MAHABALESHWAR By Royal Orchid Hotels\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.8811354\",\"Long\":\"73.7328887\",\"Address\":\"Rengadi, Satara-Medha-Mahabaleshwar Rd, Mahabaleshwar, Maharashtra 412806, India\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519582,\"Name\":\"Courtyard by Marriott Mahabaleshwar\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.92443949999999\",\"Long\":\"73.6930381\",\"Address\":\"19\\/B, Metgutad, Panchgani - Mahabaleshwar Rd, Mahabaleshwar, Maharashtra 412806, India\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31574,\"Title\":\"Echo Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31575,\"Title\":\"Charliotte Lake and Sunset point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":17093,\"CityName\":\"Matheran\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":185,\"Title\":\"Bhaja Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4022\\/thumb\\/Bhaja Caves_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":21798,\"Title\":\"Karla Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1502,\"Title\":\"Ryewood Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4031\\/thumb\\/Ryewood Park_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":204,\"Title\":\"Bhushi Dam\",\"Description\":\"Bhushi Dam is a masonry dam on the Indrayani River. It is one place in Lonavala which is bound to cheer you up during the monsoons which are the ideal time to visit the attraction.\\r\\n\\r\\nThe overflowing water over the steps of Bhushi Dam and then through the rocky terrain make this place a hit among the people of nearby areas who throng in large numbers on weekends during monsoons. It tends to get so crowded that many individuals find it hard even to get a decent standing spot. Even though swimming is prohibited in the dam due to the inconsistent flow of the water, one can always enjoy on the steps.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.0759837,\"Long\":72.8776559,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15833\\/sightseeing\\/21_1505479668.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":991,\"Title\":\"Lord  Shiva Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9307285,\"Long\":73.6477342,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5804\\/thumb\\/Lord Shiva Temple_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1018,\"Title\":\"Mahabaleshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":14.5435456,\"Long\":74.316193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1227\\/thumb\\/Mahabaleshwar Temple_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":77,\"Title\":\"Arthur\'s Seat Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1268\\/thumb\\/Arthurs Point._360.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":96,\"Title\":\"Babington Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1266\\/thumb\\/Babington Point_71.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1295,\"Title\":\"Panchgani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/671\\/thumb\\/Panchgani_199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"298180\",\"Title\":\"Mumbai – Matheran\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>On arrival, meet and Greet with representative at Mumbai Airport\\/Train Station. Then Drive to Matheran. Matheran (2500+ ft above sea level), a colonial era hill station steeped in time with tropical forest excellent for walking and offers Salubrious climate all-round the year. Matheran is where cars are not allowed beyond a point 3 kms from market centre and therefore excellent for walking. Matheran is home to many viewpoints such as Echo Point, One tree point, Charliotte Lake and Sunset point. Horse riding is a popular activity. Sunset point is a popular visit option where tourists converge.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17093,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519553,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":519555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":519556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":132343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":31574,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":31575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298184\",\"Title\":\"Matheran\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Walk to Lake, one tree point. Possible Horseriding. Walk around Matheran. Visit Market and do some shopping. Walk to Old Shiva Temple and Charlotte Lake (No Boating) and explore the tropical forest character of the area.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17093,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519553,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":519555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":519556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":132343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298188\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17093,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298200\",\"Title\":\"Matheran - Lonavala\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>A sumptuous breakfast at the hotel will be followed by a drive down to Lonavala. Enroute you see the Carla & Bhaja Caves, are a group of 18 rock-cut caves. You will also see a group of 14 stupas - five inside and nine outside the caves. Located near the Lonavala hill station. In the evening you arrive at Lonavala, check in to the hotel and stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519568,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":519569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":123690,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":519570,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519573,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":519577,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519576,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":185,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":21798,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298204\",\"Title\":\"Lonavala & Khandala Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><span style="color:black">After breakfast in the morning, You spend the morning exploring the scenic beauty of Lonavala hill station. You can see tourist hotspots like Ryewood Park, Christian Cemetery, Bushi dam, Dukes Nose and other places. Lonavala is a beautiful and cool hill station that houses the mesmerising waterfalls will within its precincts. Khandala neighbours Lonavala. Although is comparatively small, it is equally blessed with natural beauty and bounty. Deep valley on one side and high hills on the other side divide Khandala and Lonavala. Overnight stay at hotel.<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519568,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":519569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":123690,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":519570,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519573,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":519577,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519576,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1502,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":204,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298208\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298212\",\"Title\":\"Lonavala - Mahabaleshwar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast check out and proceed to Mahabaleshwar. Thereafter you can go for half day tour includes a tour to Mahabaleshwar temple. The temple in its present state, is surrounded by 5 feet high stone wall. The main temple has two apartments, the inner room, which is the God chamber and the outer room which is the central hall. The temple is dedicate to Lord Shiva and enshrines a lingam. The Mahabaleshwar is named after the presiding deity of this temple, Lord Mahabali, which is also why it is considered a major landmark of Mahabaleshwar. Stay Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519580,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":127627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519581,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519582,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":991,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1018,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298216\",\"Title\":\"Mahabaleshwar & Panchgani Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p><span style="color:black">After breakfast, trip to the cascading waterfalls, such as the Lingmala waterfall (6km), Dhobi waterfall (3km) and Chinamans waterfall (2.5km). There is also the Venna Lake, which is 2.5 km long and has boating facilities. Close to the lake are strawberry stalls and people can even go for little horse riding. Wilson point is the highest point of Mahabaleshwar and has three observation towers, which offer a splendid view especially of the sunrise. Tourist also loves to visit the Elphinstone Point, Babington Point, Kates Point and Arthurs Point. Later we drive to Panchgani, is situated 19km away from Mahabaleshwar. At Panchgani, you can visit the various viewpoints such as the, the Sidney point, Parsi point and the Graves Point. Tapola, also known as mini Kashmir, is 25kms from Mahabaleshwar. It has a big lake with small islands and there tourists can take a boat and visit the various islands. Back to Mahabaleshwar. Overnight stay at hotel.<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519580,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":127627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519581,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519582,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":77,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":96,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1295,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"298220\",\"Title\":\"Mahabaleshwar – Mumbai\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast check out and proceed to drop to Mumbai<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"41311\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22640.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":17738,\"priceDoubleOcc\":\"22640.05\",\"priceSingleOcc\":54495.05,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22640.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":22640.05,\"COSTSO\":54495.05,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":18595,\"priceDoubleOcc\":\"23924.60\",\"priceSingleOcc\":55779.6,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23924.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":23924.6,\"COSTSO\":55779.6,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":19880,\"priceDoubleOcc\":\"25852.00\",\"priceSingleOcc\":57707,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25852,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":25852,\"COSTSO\":57707,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":18809,\"priceDoubleOcc\":\"24245.45\",\"priceSingleOcc\":56100.45,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24245.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":24245.45,\"COSTSO\":56100.45,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":21485,\"priceDoubleOcc\":\"28260.10\",\"priceSingleOcc\":60115.1,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28260.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":28260.1,\"COSTSO\":60115.1,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":24303,\"priceDoubleOcc\":\"32486.35\",\"priceSingleOcc\":64341.35,\"priceExtraBed\":\"7475.00\",\"priceWithoutBed\":\"22640.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32486.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5060,\"CEB\":7475,\"COSTDO\":32486.35,\"COSTSO\":64341.35,\"CostQuad\":null,\"ACEB\":7935,\"COSTTO\":7935}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"41312\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25400.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":20652,\"priceDoubleOcc\":\"25400.05\",\"priceSingleOcc\":63350.05,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25400.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":25400.05,\"COSTSO\":63350.05,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":21508,\"priceDoubleOcc\":\"26684.60\",\"priceSingleOcc\":64634.6,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26684.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":26684.6,\"COSTSO\":64634.6,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":22793,\"priceDoubleOcc\":\"28612.00\",\"priceSingleOcc\":66562,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28612,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":28612,\"COSTSO\":66562,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":21722,\"priceDoubleOcc\":\"27005.45\",\"priceSingleOcc\":64955.45,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27005.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":27005.45,\"COSTSO\":64955.45,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":24398,\"priceDoubleOcc\":\"31020.10\",\"priceSingleOcc\":68970.1,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31020.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":31020.1,\"COSTSO\":68970.1,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":27216,\"priceDoubleOcc\":\"35246.35\",\"priceSingleOcc\":73196.35,\"priceExtraBed\":\"11155.00\",\"priceWithoutBed\":\"7130.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35246.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7130,\"CEB\":11155,\"COSTDO\":35246.35,\"COSTSO\":73196.35,\"CostQuad\":null,\"ACEB\":11155,\"COSTTO\":11155}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"41313\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49998.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":39811,\"priceDoubleOcc\":\"49998.55\",\"priceSingleOcc\":134845.55,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49998.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":49998.55,\"COSTSO\":134845.55,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":40667,\"priceDoubleOcc\":\"51283.10\",\"priceSingleOcc\":136130.1,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51283.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":51283.1,\"COSTSO\":136130.1,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":41952,\"priceDoubleOcc\":\"53210.50\",\"priceSingleOcc\":138057.5,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53210.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":53210.5,\"COSTSO\":138057.5,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":40881,\"priceDoubleOcc\":\"51603.95\",\"priceSingleOcc\":136450.95,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51603.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":51603.95,\"COSTSO\":136450.95,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":43557,\"priceDoubleOcc\":\"55618.60\",\"priceSingleOcc\":140465.6,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55618.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":55618.6,\"COSTSO\":140465.6,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":46375,\"priceDoubleOcc\":\"59844.85\",\"priceSingleOcc\":144691.85,\"priceExtraBed\":\"17825.00\",\"priceWithoutBed\":\"49998.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59844.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10292.5,\"CEB\":17825,\"COSTDO\":59844.85,\"COSTSO\":144691.85,\"CostQuad\":null,\"ACEB\":19435,\"COSTTO\":19435}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"41311\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20671.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":16196,\"priceDoubleOcc\":\"20671.35\",\"priceSingleOcc\":49756.35,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20671.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":20671.35,\"COSTSO\":49756.35,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":16978,\"priceDoubleOcc\":\"21844.20\",\"priceSingleOcc\":50929.2,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21844.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":21844.2,\"COSTSO\":50929.2,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":18151,\"priceDoubleOcc\":\"23604.00\",\"priceSingleOcc\":52689,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23604,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":23604,\"COSTSO\":52689,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":17173,\"priceDoubleOcc\":\"22137.15\",\"priceSingleOcc\":51222.15,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22137.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":22137.15,\"COSTSO\":51222.15,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":19617,\"priceDoubleOcc\":\"25802.70\",\"priceSingleOcc\":54887.7,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25802.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":25802.7,\"COSTSO\":54887.7,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":22189,\"priceDoubleOcc\":\"29661.45\",\"priceSingleOcc\":58746.45,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29661.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4620,\"CEB\":6825,\"COSTDO\":29661.45,\"COSTSO\":58746.45,\"CostQuad\":null,\"ACEB\":7245,\"COSTTO\":7245}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"41312\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23191.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":18856,\"priceDoubleOcc\":\"23191.35\",\"priceSingleOcc\":57841.35,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23191.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":23191.35,\"COSTSO\":57841.35,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":19638,\"priceDoubleOcc\":\"24364.20\",\"priceSingleOcc\":59014.2,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24364.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":24364.2,\"COSTSO\":59014.2,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":20811,\"priceDoubleOcc\":\"26124.00\",\"priceSingleOcc\":60774,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26124,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":26124,\"COSTSO\":60774,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":19833,\"priceDoubleOcc\":\"24657.15\",\"priceSingleOcc\":59307.15,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24657.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":24657.15,\"COSTSO\":59307.15,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":22277,\"priceDoubleOcc\":\"28322.70\",\"priceSingleOcc\":62972.7,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28322.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":28322.7,\"COSTSO\":62972.7,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":24849,\"priceDoubleOcc\":\"32181.45\",\"priceSingleOcc\":66831.45,\"priceExtraBed\":\"10185.00\",\"priceWithoutBed\":\"6510.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32181.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6510,\"CEB\":10185,\"COSTDO\":32181.45,\"COSTSO\":66831.45,\"CostQuad\":null,\"ACEB\":10185,\"COSTTO\":10185}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"41313\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45650.85\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":36349,\"priceDoubleOcc\":\"45650.85\",\"priceSingleOcc\":123119.85,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":45650.85,\"COSTSO\":123119.85,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":37131,\"priceDoubleOcc\":\"46823.70\",\"priceSingleOcc\":124292.7,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46823.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":46823.7,\"COSTSO\":124292.7,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":38304,\"priceDoubleOcc\":\"48583.50\",\"priceSingleOcc\":126052.5,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48583.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":48583.5,\"COSTSO\":126052.5,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":37326,\"priceDoubleOcc\":\"47116.65\",\"priceSingleOcc\":124585.65,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47116.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":47116.65,\"COSTSO\":124585.65,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":39770,\"priceDoubleOcc\":\"50782.20\",\"priceSingleOcc\":128251.2,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50782.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":50782.2,\"COSTSO\":128251.2,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745},{\"From\":\"2022-09-16\",\"To\":\"2022-10-21\",\"Currency\":1,\"priceTripleOcc\":42342,\"priceDoubleOcc\":\"54640.95\",\"priceSingleOcc\":132109.95,\"priceExtraBed\":\"16275.00\",\"priceWithoutBed\":\"9397.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54640.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9397.5,\"CEB\":16275,\"COSTDO\":54640.95,\"COSTSO\":132109.95,\"CostQuad\":null,\"ACEB\":17745,\"COSTTO\":17745}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p> <\\/p>\\r\\n\\r\\n<p><span style="color:black">1. GST<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">2. Lunch\\/Dinner wherever not specified.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">3. Expenses personal in nature like tips, laundry, telephones etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">4. Flight\\/Train and Bus Tickets (Unless specified in the quote)<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">5. Entrance to all attractions, activities, boating, camera charges etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">6. Any expenses arising out of any force majeure circumstances like political situations etc.<\\/span><\\/p>\\r\\n\\r\\n<p><span style="color:black">7. Any service not specified in the inclusions.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Inclusion\":\"<p>1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned. <\\/p>\\r\\n\\r\\n<p>2. All accommodation in base category rooms, unless specified otherwise.<\\/p>\\r\\n\\r\\n<p>3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary  only.  A\\/C will not be operational in Hill station.<\\/p>\\r\\n\\r\\n<p> 4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"11556\",\"Value\":\"5\"},{\"DaysBefore\":7,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"11568\",\"Value\":\"25\"},{\"DaysBefore\":3,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 3 Days\",\"TPRulesSysId\":\"11576\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"298180\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[298180],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"298184\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[298184],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"298188\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[298188],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"298200\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[298200],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"298204\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[298204],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"298208\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[298208],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"298212\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[298212],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"298216\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[298216],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"298220\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[298220],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Matheran,Lonavala,Mahabaleshwar','Matheran,Maharashtra,Indian Subcontinent,West India,India,Lonavala,Mahabaleshwar',NULL,'17093,15833,16375',20671,59845,6,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'hills-of-maharashtra',NULL,NULL,NULL,0),(19,37066,1,38124,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":37066,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/ooty_tour_package_\\u2013_03_nights__04_days_1661346627.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Ooty (short for Udhagamandalam) is a resort town in the Western Ghats mountains, in southern India's Tamil Nadu state. Founded as a British Raj summer resort, it retains a working steam railway line. Other reminders of its colonial past include Stone House, a 19th-century residence, and the circa-1829 St. Stephen’s Church. Its 55-acre Government Botanical Garden lies on the slopes of Doddabetta Peak.<\\/p>\\r\\n\\r\\n<p>Coonoor is a hill station in the southern Indian state of Tamil Nadu. It’s known for its tea estates in the surrounding Nilgiri hills. Sim’s Park is a sprawling public garden with plants like rhododendrons, roses and eucalyptus trees. The steam Nilgiri Mountain Railway travels between the towns of Mettupalayam and Ooty via Coonoor. Dolphin’s Nose is a vantage point with views of the cascading Catherine Falls<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"14900\\/- pp\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Coimbatore\",\"DestinationPlacesSysId\":6609,\"SourcePlaces\":\"Coimbatore\",\"SourcePlaceSysId\":6609,\"AgencyName\":\"Connect India\",\"Name\":\"OOTY TOUR PACKAGE \\u2013 03 NIGHTS \\/ 04 DAYS\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6801\",\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-12-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":511718,\"Name\":\"Vinayaga Inn by Poppys - Ooty\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.4149126\",\"Long\":\"76.71259169999999\",\"Address\":\"No.36-C, Garden Rd, Pudumund, Ooty, Tamil Nadu 643001, India\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1736,\"Title\":\"Tea Factory\",\"Description\":\"Spread over an area of nearly 1 acre of land, the Ooty Tea Factory is situated amid the blue hills of Nilgiris.  It houses the Tea Museum as well where visitors can learn about the origin of different kinds of tea leaves that are used across the globe along with the history of tea in India and its evolution in the Nilgiris.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1388\\/thumb\\/Tea Factory_971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6800,\"Title\":\"Thread Garden\",\"Description\":\"The thread garden at Ooty is a popular tourist spot that exhibits some of the most magnificent and exquisite collection of artificial flowers and plants, all made by the expert hands of the skilful artists by using JUST thread.  Approximately 6 crore meters of embroidery thread have been employed in the creation of this one-of-a-kind attraction in the world. The most astounding fact stay to be that not a stitch of a needle or any other machinery have been used in the production of these flowers.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4069218,\"Long\":76.6882567,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/Thread_Garden_20161_1531301153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1796,\"Title\":\"Toda Huts\",\"Description\":\"Toda huts are curious structures, usually without any windows and in a semi barrel shape. You have to stoop inside the hut but can manage to stand upright once inside.  There are very few chances of finding more than ten huts in a single Toda community. Of these one hut is exclusively for the cattle while a second one is meant for storage. The people inhabit the rest of the huts.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4064138,\"Long\":76.6932438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5320\\/thumb\\/Toda Huts_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1909,\"Title\":\"Wax World\",\"Description\":\"The Wax World contains beautiful statues of Indian freedom fighters like Mahatma Gandhi, Bal Gangadhar Tilak, Gopal Krishna Gokhale among many others. The museum also has wonderful replicas of social figures like Mother Teresa and our former President, Dr.A.P.J.Adbul Kalam. The Wax World also has many replicas depicting the typical Indian way of life, especially in the villages. The whole setting of a village and people doing pottery and farming and so on all made entirely of wax is a wonderful site.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1387\\/thumb\\/Wax World_810.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3,\"Title\":\"9th Mile\",\"Description\":\"9th Mile, also known as Shooting Medu, is just 9 miles away from the Ooty city. This place is popularly called the Shooting Medu, as many of the Tamil and other Indian movies are shot here. The lush green forests and large mountains add to the beauty of this place, making it an ideal picnic spot.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4064138,\"Long\":76.6932438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5636\\/thumb\\/9th Mile_710.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":824,\"Title\":\"Kamaraj Sagar Dam\",\"Description\":\"There is a wide variety of herbs and shrubs available in the terrain and a beautiful place to capture the scenic beauty in your camera. Several good movies are shot in the neighbourhood on the open roads and on the slopes of the Wendlock  sagar.  One can have good experience fishing in this lake.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4064138,\"Long\":76.6932438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5638\\/thumb\\/Kamaraj Sagar Dam_304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13649,\"Title\":\"Pine Forest\",\"Description\":\"The scenic canvas of the Pine Forest of the town is spread between the locales of Ooty and Thalakunda. This vast landscape has been a famous tourist destination for some time now and continues to remain the same. The Pine Forest highlights an evergreen and adhesive collection of trees that grows between 3 to 80 meters tall while the average one towers between 15 and 45 meters. There are many species of Pine Trees from Siberian Dwarf, which is the smallest to the tallest, Potosi Pinyon and Ponderosa Pine. The tallest pine is mostly found along the Rogue River in Southern Oregon amidst the Siskiyou National Forest. The pine trees in the forest are almost arriving at hundred or some, even a thousand years old.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/Pine_Forest_20161_1579524014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6454,\"Title\":\"Pykara boat house\",\"Description\":\"Boating at Pykara Lake is a great hit with travellers. Go gliding across the waters at the lake for another world experience. The boat house by the lake has all the boats that are available for the activity and you can get the booking done from here. \\r\\n\\r\\nMoreover, you can also choose the boat that you like. This one makes for a perfect break for loners and families alike, letting them bask in the breeze that touches the waters here. The swiftly rising Nilgiris make for a horizon that's much more than just picture perfect. You can take a pick from either motor boats or pedal boat.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/20161\\/sightseeing\\/15809_pykara-boat-house1.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13648,\"Title\":\"Pykara Falls\",\"Description\":\"Pykara Falls is formed by Pykara River on the downstream of the Pykara Dam. The falls drops down into two sections with height of 55 m and 61 m through multiple layers on the rocky bed providing a unique beauty to the stream. The waterfall amidst the dense forest is a treat to watch. During rainy season, the waterfall is in full bloom. There are barricades setups along the waterfall view point for the safety of the tourists.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/Pykara_Falls_20161_1579523523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":447,\"Title\":\"Dolphin's Nose\",\"Description\":\"Situated about 10 km from Coonoor, Dolphin's Nose is regarded as a must visit place if in Coonoor. It is known to provide the most amazing panoramic view of not only the Nilgiri Hills but also the Catherine Falls too.\",\"CurrencyType\":0,\"CityId\":6871,\"CityName\":\"Coonoor\",\"Lat\":11.3530022,\"Long\":76.7959095,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/246\\/thumb\\/Dolphin's Nose_534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14395,\"Title\":\"Madras Regimental Centre\",\"Description\":\"The Madras Regiment is one of the oldest infantry regiment of the Indian Army, originating in the 1750s. The regiment took part in numerous campaigns with both the British Indian Army and the post-independence Indian Army.\",\"CurrencyType\":0,\"CityId\":6871,\"CityName\":\"Coonoor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6871\\/sightseeing\\/Madras_Regimental_Centre_6871_1580976286.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1620,\"Title\":\"Sim's Park\",\"Description\":\"An excellent and delightful treasure trove of some of the most exquisite plant species in the world, the Sim's Park is an outstanding sightseeing destination in Coonoor that boasts of being home to over one thousand different species of flora. All of these different plants and trees are scattered all across the park, and a walk through the lush greenery and colourful, vibrant flowers provides refreshment, inner peace and tranquillity, not to forget the unique and beautiful views.\",\"CurrencyType\":0,\"CityId\":6871,\"CityName\":\"Coonoor\",\"Lat\":11.372174,\"Long\":76.7583296,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/244\\/thumb\\/Sim's Park_154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14401,\"Title\":\"Tea Garden\",\"Description\":\"The Nilgiri region is renowned for its tea and most of the areas in Ooty are surrounded with the tea plantation. The tea estate or plantation is one of the tourist attraction and the tourist enjoys to go for a walk in the tea estate which gives them peacefully. The place which is most popular for its tea estates is Glenmorgan which is one of the old tea estate and also Glenmorgan is one of the famous picnic spots. In Ooty, there are own tea factories for their tea plantations.\",\"CurrencyType\":0,\"CityId\":6871,\"CityName\":\"Coonoor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6871\\/sightseeing\\/Tea_Garden_6871_1580977875.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6708,\"Title\":\"Wellington Golf Course\",\"Description\":\"Wellington's golf club is one of the oldest golf clubs in south India which has a history of a century in the Nilgiris. Nestled among the scenic tea gardens and slopes of the plains it has an excellent view of the fairways. It is affiliated to some of the top-notch golf clubs across the country retailing the old world charm of the British days.\",\"CurrencyType\":0,\"CityId\":6871,\"CityName\":\"Coonoor\",\"Lat\":11.3623148,\"Long\":76.7974055,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6871\\/sightseeing\\/Wellington_Golf_Course__6871_1530946241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"265704\",\"Title\":\"Coimbatore Airport or Railway Station Pick, Transferred to Ooty.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Later Visit Tea Factory, Wax World, Chocolate Factory, Botanical Garden, Rose Garden, Boat House, Thread Garden and Triable Musceum. <\\/p>\\r\\n\\r\\n<p>Overnight stay at the Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":511718,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1489,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6800,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1796,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1909,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"265705\",\"Title\":\"Ooty \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Today after breakfast proceed to Filmy Chakkar Sightseeing, Pine Forest, Kamaraj Sagar Dam, 9th Miles Shooting Spot, Pykara Water Falls and Pykara Boating.  Overnight stay at Ooty Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":511718,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":824,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13649,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13648,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"265706\",\"Title\":\"Ooty – Coonoor – Ooty \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today after breakfast,  proceed to Coonoor – Wellington, Sims Park, Tea Garden, Valley View, Dolphin Nose, Sims Park, MRC and Gymkhana Club. Overnight stay at Ooty Hotel.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":511718,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1620,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14401,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6708,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"265707\",\"Title\":\"Ooty - Coimbatore Airport or Railway Station Drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today after breakfast, check-out, drive to Coimbatore Railway Station or Airport for the return journey..<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"37066\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15645.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"37066\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15645.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645},{\"From\":\"2022-11-02\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15645,\"priceDoubleOcc\":\"15645.00\",\"priceSingleOcc\":31290,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"15645.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15645,\"CEB\":15645,\"COSTDO\":15645,\"COSTSO\":31290,\"CostQuad\":null,\"ACEB\":15645,\"COSTTO\":15645}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<p>Airfare \\/ Train fare Personal Expenses such as Laundry, telephone calls, tips & porterage, mineral water, soft & hard drinks.<\\/p>\\r\\n\\r\\n<p>Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.<\\/p>\\r\\n\\r\\n<p>Entry fee for all monuments and boating fees & Guide Charges.<\\/p>\\r\\n\\r\\n<p>Any increase in taxes or fuel price, leading to increase in cost on surface transportation & land arrangements, which may come into effect prior to departure Travel Insurance.<\\/p>\\r\\n\\r\\n<p>Anything which is not mentioned in the Inclusions<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Inclusion\":\"<p>03 Nights’ accommodations at the above mentioned hotels or similar<\\/p>\\r\\n\\r\\n<p>Breakfast at the hotels Pickup and drop from Airport \\/ Railway Station<\\/p>\\r\\n\\r\\n<p>All Sightseeing arrangements by A\\/C Dzire or similar Toll taxes and Parking fees, along with Chauffer allowance<\\/p>\\r\\n\\r\\n<p>All Applicable Taxes<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"265704\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[265704],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"265705\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[265705],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"265706\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[265706],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"265707\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[265707],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Ooty','Ooty,Tamil Nadu,Indian Subcontinent,South India,India,Coonoor',NULL,'20161',15645,15645,3,NULL,NULL,NULL,2,'',0,'2022-12-21 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-21 00:00:00','2022-12-21 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'ooty-tour-package-–-03-nights-04-days',NULL,NULL,NULL,0),(20,3771,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3771\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":8500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Australia\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p><strong>The requirements to apply for Australia Visa are as follows:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Copy of all pages of only current passport, including the bio data page, alterations page and back page of the passport;<\\/li>\\r\\n\\t<li>Australia Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs ( Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Other Investments etc. (Optional);<\\/li>\\r\\n\\t<li>You may be asked to undergo medical and x-ray examinations.<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting Australia Visa documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"30 Days\",\"VisaValidity\":\"1 Year\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Australia','Australia',NULL,'13',8500,8500,0,NULL,NULL,NULL,0,'',0,'2023-04-20 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Australia','13','2023-04-20 17:38:52','2023-04-20 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(21,3766,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3766\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Singapore\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Singapore Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + passport number of all old passports if previously traveled to Singapore.<\\/li>\\r\\n\\t<li>Singapore Visa Application form.<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification).<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead).<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\",\"BasicRequirementsText\":\"<p><strong>Supporting Singapore Visa documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>If you are employed - Last 3 months salary slips & Employment ID Card.<\\/li>\\r\\n\\t<li>If you are self-employed - Business Registration License \\/ MOA \\/ Partnership deed.<\\/li>\\r\\n\\t<li>If you are retired – Proof of retirement like pension book, statement etc.<\\/li>\\r\\n\\t<li>If you are a student - school \\/ College \\/ Institute ID Card.<\\/li>\\r\\n\\t<li>If you are a minor - No Objection Certificate from the parents \\/ non-accompanying parent on a Rs. 100\\/- stamp paper & ID proof of parent like passport or PAN card.<\\/li>\\r\\n\\t<li>For Singapore Visit Visa - If you are visiting friend or relative - Invitation letter or Letter of Introduction (LOI) \\/ V39A form.<\\/li>\\r\\n\\t<li>If sponsored - Sponsorship letter<\\/li>\\r\\n\\t<li>For Singapore Business Visa - Invitation letter from the host Company stating purpose of trip, business details etc. and covering letter from Indian company on company letterhead.<\\/li>\\r\\n\\t<li>Confirmed return flight tickets and Hotel reservation.<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"8 Days\",\"VisaValidity\":\"Up to 1 Year\",\"VisaDuration\":\"Upto 30 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Singapore','Singapore',NULL,'190',3000,3000,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Singapore','190','2023-01-09 16:36:05','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(22,3765,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3765\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2200,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Vietnam\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Vietnam Visa:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned colour copy of first and last page of your Passport.<\\/li>\\r\\n\\t<li>Scanned recent colour passport size photograph with white background.<\\/li>\\r\\n\\t<li>Confirmed airtickets.<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3-4 Days\",\"VisaValidity\":\"30\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1200.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"<p>Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.<\\/p>\"}],\"PlanFee\":[]}','Vietnam','Vietnam',NULL,'236',2200,2200,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Vietnam','236','2023-01-06 15:10:41','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(23,3764,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3764\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2900,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Malaysia\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Documents required for Malaysia Visa Online for Indians:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned copy of first and last page of your passport;<\\/li>\\r\\n\\t<li>Scanned recent colour photograph. (Photo Specification);<\\/li>\\r\\n\\t<li>Confirmed return flight ticket;<\\/li>\\r\\n\\t<li>Hotel Reservation or Invitation letter (If visiting family or friends).<\\/li>\\r\\n\\t<li>Birth Certificate for minors (below 14 years).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5 Days\",\"VisaValidity\":\"90\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"700.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"700.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"}],\"PlanFee\":[]}','Malaysia','Malaysia',NULL,'132',2900,2900,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Malaysia','132','2023-01-09 17:50:51','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(24,3763,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3763\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":13500,\"VisaChildRates\":13500,\"VisaInfantRates\":13500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Dubai Tourist Visa:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned colour copy of first and last page of your valid Passport<\\/li>\\r\\n\\t<li>Scanned colour copy of your passport size photograph with white background<\\/li>\\r\\n\\t<li>Confirmed return air ticket <\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Dubai Visa Price includes:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Consulate fees<\\/li>\\r\\n\\t<li>Medical insurance (Covers Coronavirus and everything else)<\\/li>\\r\\n\\t<li>Service charges<\\/li>\\r\\n\\t<li>All taxes<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4 Days\",\"VisaValidity\":\"58\",\"VisaDuration\":\"60\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"800.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"<p>Please upload one coloured recent scan Photo.<\\/p>\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"<p>Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.<\\/p>\"},{\"DocSysId\":\"4\",\"Title\":\"Photo\",\"Description\":\"<p>Two Recent coloured photographs,White background ,Matt or semi matt finish, 60% to 80% face coverage, Size: 35mm X 45mm<\\/p>\"}],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',13500,13500,0,NULL,NULL,NULL,0,'',0,'2023-01-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-01-28 17:18:52','2023-01-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(25,3762,6,38124,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3762\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Dubai Tourist Visa:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned colour copy of first and last page of your valid Passport<\\/li>\\r\\n\\t<li>Scanned colour copy of your passport size photograph with white background<\\/li>\\r\\n\\t<li>Confirmed return air ticket <\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Dubai Visa Price includes:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Consulate fees<\\/li>\\r\\n\\t<li>Medical insurance (Covers Coronavirus and everything else)<\\/li>\\r\\n\\t<li>Service charges<\\/li>\\r\\n\\t<li>All taxes<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4 Days\",\"VisaValidity\":\"60\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"},{\"DocSysId\":\"3\",\"Title\":\"Photo (51mm X 51mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White Background,Matt or semi Matt Finish, Size: 51mm X 51mm<\\/p>\"}],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',7500,7500,0,NULL,NULL,NULL,0,'',0,'2023-01-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-04-18 11:33:51','2023-01-28 00:00:00',1,1,'0','0','1',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(26,3781,6,38124,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3781\",\"VisaName\":\" (B1\\/B2)\",\"Nationality\":null,\"VisaAdultRates\":13560,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"USA\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Printout of your form DS 160 confirmation;<\\/li>\\r\\n\\t<li>Appointment letter confirmation;<\\/li>\\r\\n\\t<li>US Visa Fee Payment Receipt;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed - Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement with sufficient bank balance (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Recurring Deposits, any other Investments etc (Optional but advisable).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting US Visa documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For US Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5 day after interview\",\"VisaValidity\":\"10 Years\",\"VisaDuration\":\"180\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','USA','USA',NULL,'231',13560,13560,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'USA','231','2023-01-10 12:56:56','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'(b1-b2)',NULL,NULL,NULL,0),(27,3780,6,38124,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3780\",\"VisaName\":\"Tourist\\/Visit\",\"Nationality\":null,\"VisaAdultRates\":12000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Canada\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed-Plain paper\\/ Self-Employed-Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statements with sufficient bank balance (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Other Investments etc. (Optional)<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"30-60 Days\",\"VisaValidity\":\"As per passport validity\",\"VisaDuration\":\"180\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"4000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Canada','Canada',NULL,'39',12000,12000,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Canada','39','2023-01-09 12:38:53','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visit',NULL,NULL,NULL,0),(28,3791,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3791\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7035,\"VisaChildRates\":3517,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Spain\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Spain Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>3 recent colour photographs (Photo Size : 35*45mm);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation.<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000);<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-20 days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Spain','Spain',NULL,'199',7035,7035,0,NULL,NULL,NULL,0,'',0,'2023-01-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Spain','199','2023-01-19 15:02:38','2023-01-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(29,45925,1,38124,0,0,0,'Honeymoon,Beach,Family,Cruise,Weekend,New Year,Romantic,Leisure,Activites Tour,Ocean Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":45925,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/cordelia-cruise-special-offfer_1672142925\",\"BookingValidUntill\":\"2023-03-27\",\"AdvBookingDays\":90,\"DETAILS\":\"<p><strong>Enjoy a special vacation away from your city and noise, a perfect sea travel experience with lots of live entertainment and activities. Travel in Cordelia Cruise and make your vacation more beautiful and fantastic. <\\/strong><\\/p>\\r\\n\",\"AdvBookingPercent\":100,\"PriceRange\":\"59999\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"CORDELIA CRUISE SPECIAL OFFFER\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"13431\",\"SupplierName\":\"Cordelia Cruise\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"All Meals,Cruise\",\"PackageType\":\"Honeymoon,Beach,Family,Cruise,Weekend,New Year,Romantic,Leisure,Activites Tour,Ocean Cruises\",\"Validity\":{\"From\":\"2022-12-27\",\"To\":\"2023-03-27\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18676,\"Title\":\"Mumbai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531414,\"Name\":\"Cordelia Cruise\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.9303769\",\"Long\":\"72.8438611\",\"Address\":\"Cruise terminal, Fort, Mumbai, 400001, India\"},\"Images\":[],\"CityId\":18676,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13431,\"SupplierName\":\"Cordelia Cruise\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":37093,\"Title\":\"AT SEA\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18676,\"CityName\":\"Mumbai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13431,\"SupplierName\":\"Cordelia Cruise\",\"priceaditionals\":null},{\"RefSSId\":37094,\"Title\":\"AT SEA\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18676,\"CityName\":\"Mumbai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13431,\"SupplierName\":\"Cordelia Cruise\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"331461\",\"Title\":\"Day 1 WELCOME ONBOARD  \",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>Depart at 6:00 pm<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18676,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37093,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331462\",\"Title\":\"DAY AT SEA\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>DAY AT SEA<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18676,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37094,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331463\",\"Title\":\"ARRIVE IN MUMBAI \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Arrival Mumbai at 7:30 am<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18676,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>GENERAL INFORMATION AND BOOKING CONDITIONS<\\/p>\\r\\n\\r\\n\\t<p>This contract of carriage is subject to the Passenger cruise ticket terms and conditions of Cordelia Cruises’ which constitutes the terms of the contract for carriage and is a legally binding contract between Cordelia Cruises and the Guest. This Contract can be obtained from appointed travel agents, Cordelia Cruises’ offices or on Cordelia Cruises' website at www.Cordeliacruises.com. The following is merely a summary of certain important clauses in the Passage Contract and is not exhaustive.<\\/p>\\r\\n\\r\\n\\t<p>ALL INDIAN GUESTS ON DOMESTIC SAILING SHALL MAKE SURE THAT AT THE TIME OF EMBARKATION THEY POSSESS VALID PHOTO IDENTIFICATION DOCUMENTS IN ORIGINAL I.E. PAN CARD OR PASSPORT OR AADHAR CARD OR DRIVING LICENCE OR VOTER ID. NO OTHER PHOTO IDENTIFICATION DOCUMENT OR PHOTOCOPY OF THE ORIGINAL DOCUMENT OR PHOTO OF ORIGINAL DOCUMENT SAVED ON MOBILE OR ANY OTHER ELECTRONIC DEVICE SHALL BE CONSIDERED AS A VALID PHOTO IDENTIFICATION DOCUMENT FOR THE PURPOSES OF SAILINGS WITH CORDELIA CRUISES. BIRTH CERTIFICATES IN ORIGINAL FOR INFANT AND CHILDREN ARE REQUIRED TO BE PRESENT. ALL INDIAN GUESTS ON INTERNATIONAL SAILINGS SHALL MAKE SURE THAT AT THE TIME OF EMBARKATION THEY POSSESS VALID TRAVEL DOCUMENTS LIKE VISAS, PASSPORT ETC IN ORIGINAL AS PRESCRIBED BY THE IMMIGRATION DEPARTMENT OF INDIA AND OTHER COUNTRIES AS PER THE ITINERARY OF THEIR CRUISE. GUESTS OF FOREIGN NATIONALITY SHALL MAKE SURE THAT AT THE TIME OF EMBARKATION THEY POSSESS VALID TRAVEL DOCUMENTS LIKE VISAS, PASSPORT ETC. IN ORIGINAL AS PRESCRIBED BY THE IMMIGRATION DEPARTMENT OF INDIA AND OTHER COUNTRIES AS PER THE ITINERARY OF THEIR CRUISE. NO REFUND OF FARE OR COMPENSATION WILL BE MADE TO GUESTS WHO ARE DENIED EMBARKATION RESULTING FROM NON-COMPLIANCE THIS CLAUSE.<\\/p>\\r\\n\\r\\n\\t<p>This reservation has been accepted by Cordelia Cruises subject to Cordelia Cruises’ Passenger Cruise Ticket terms and conditions. On confirming the cruise booking it is DEEMED that all guests have unconditionally agreed to adhere to these booking conditions without any demur. As a precautionary measure, management of Cordelia Cruises reserves the right to refuse passage and\\/or cancel any reservation made by any guest for public health risk or any misconduct by Guest without any liability whatsoever.<\\/p>\\r\\n\\r\\n\\t<p>Guests are strongly recommended to visit www.cordeliacruises.com for ONLINE CHECK-IN for their respective sailing starting 7 days up to 24 hours before their scheduled departure date\\/time in order to minimise embarkation process.<\\/p>\\r\\n\\r\\n\\t<p>The currency prevalent onboard for any guest transaction is United States Dollar or its equivalent in Indian Rupees. The exchange rate shall be revised and disclosed every month at the sole discretion of the Cordelia Cruises.<\\/p>\\r\\n\\r\\n\\t<p>FOR THE SAFETY AND COMFORT OF OUR GUESTS AND CREW, CORDELIA CRUISES RESERVES ITS ABSOLUTE RIGHT TO ALTER, SHORTEN, LENGTHEN OR CANCEL THE CRUISE AND\\/OR ANY PART OF THE ADVERTISED SCHEDULE AT ANY TIME, WHETHER PRIOR TO OR AFTER THE DEPARTURE OF THE CRUISE AND BY REASON OF AN EVENT OF FORCE MAJEURE (INCLUDING, WITHOUT LIMITATION, ADVERSE WEATHER CONDITION, ACCIDENT AND OTHER ACTS OF GOD) OR OTHERWISE. CORDELIA CRUISES SHALL HAVE NO LIABILITY WHATSOEVER TO THE PASSENGERS FOR ANY LOSS OR DAMAGE ARISING FROM OR CAUSED BY SUCH CHANGE SAVE AND EXCEPT THAT THE SAID LOSS OR DAMAGE IS CAUSED SOLELY AND DIRECTLY BY GROSS NEGLIGENCE OR FAULT OF CORDELIA CRUISES WHICH SHALL BE SUBJECT TO LIMITATION OF LIABILITY PROVISIONS SET OUT IN THE PASSAGE CONTRACT.<\\/p>\\r\\n\\r\\n\\t<p>Guests are STRICTLY PROHIBITED from bringing any kind of food, water, sodas, colas, alcoholic beverages, other non-alcoholic beverages on board that are packaged in glass or plastic bottles except as permitted. Refer to Cordelia Cruises – Onboard Policy for further details.<\\/p>\\r\\n\\r\\n\\t<p>OTHER PROHIBITED ITEMS – To maintain a safe and secure shipboard environment by prohibiting certain items considered by the Company to be dangerous or that pose a risk to the crew, guests or ship. According to our policy, Cordelia Cruises conducts security scanning of all luggage and if prohibited items are found, they will be removed and disposed of and no compensation will be given. We suggest that all luggage be unlocked before turning it over to the porters in order to avoid any inconvenience to you or delay in delivering the luggage to your stateroom. Refer to Cordelia Cruises – Onboard Policy for further details.<\\/p>\\r\\n\\r\\n\\t<p>Cordelia Cruises reserves the right to alter the Fare specified at the time of reservation and impose a surcharge upon the Fare in order to take into account any increase in the cost of transportation, taxes, port charges, fuel charges, or accommodation or extra cost due to the exchange rate changes, subject to the Passage Contract.<\\/p>\\r\\n\\r\\n\\t<p>Money paid to the appointed agency or other third party is held on the Guest's behalf until such time as it is paid to Cordelia Cruises.<\\/p>\\r\\n\\r\\n\\t<p>Cordelia Cruises’ liability in respect of all claims, including but not limited to death of or personal injury to a Guest, loss relating from delay in the carriage by sea<\\/p>\\r\\n\\r\\n\\t<p>of passengers or their luggage, loss resulting from infringement of rights other than contractual rights occurring in direct connection with the operation of the ship, claim of a person other than the person liable in respect of measures taken in order to avert or minimise loss for which the person may limit his liability and such further loss caused by such measures etc. shall not exceed the sums as prescribed under applicable international conventions.<\\/p>\\r\\n\\r\\n\\t<p>Cordelia Cruises strongly recommends that the Guest obtains their own insurance cover against loss or damage to baggage and personal effects, trip cancellation and emergency evacuations, accident death or injury, illness and medical expenses sustained or incurred in connection with the Cruise. Cordelia Cruises shall not be responsible for obtaining any kind of insurance cover for its Guests.<\\/p>\\r\\n\\r\\n\\t<p>The Guest and Cordelia Cruises do hereby irrevocably agree that any dispute arising out of or in connection with the Passage Contract or the transportation and services provided or to be provided by Cordelia Cruises in respect of the Passage Contract shall be determined by the Courts in Mumbai and shall be governed by the Laws of India. For the avoidance of doubt, “Cordelia Cruises'' here shall mean Waterways Leisure Tourism Pvt. Ltd, its direct and indirect holdings companies, subsidiaries and affiliates.<\\/p>\\r\\n\\r\\n\\t<p>The Immigration Authorities from all Ports of Call require Cordelia Cruises to submit full passport\\/identity card details of the Guests (i.e. full name, gender, date of birth, nationality, passport\\/identity card number and expiry date) 5 days prior to the cruise's departure date. Failure to provide this information will result in inconveniences such as delayed departures and embarkation.<\\/p>\\r\\n\\r\\n\\t<p>A guest who is pregnant shall disclose her pregnancy and the stage thereof to the Carrier at the time of reservation of passage. She who is in or over twenty-four (24) weeks of her pregnancy shall be prohibited from traveling onboard.<\\/p>\\r\\n\\r\\n\\t<p>GUEST ACKNOWLEDGES THAT MEDICAL CARE ON A CRUISE SHIP MAY BE LIMITED OR DELAYED AND THE SHIP MAY TRAVEL TO DESTINATIONS WHERE MEDICAL CARE IS LIMITED OR UNAVAILABLE, AND THAT THE SHIP MAY OR MAY NOT CARRY A SHIP’S PHYSICIAN OR OTHER MEDICAL PERSONNEL AT THE ELECTION OF CRUISES. THEREFORE, EVERY GUEST WARRANTS THAT THE GUEST AND ANY PERSON IN GUEST’S CARE\\/RESPONSIBILITY SHALL BE PHYSICALLY FIT TO TAKE THE CRUISE AT THE TIME OF EMBARKATION. WHILE EVERY REASONABLE CARE IS TAKEN TO PROVIDE ATTENTION TO THE GUESTS ONBOARD, SUCH MEDICAL ATTENTION AND\\/OR FACILITY FOUND ONBOARD CANNOT BE CONSIDERED AS FULL MEDICAL FACILITIES AS FOUND IN A GENERAL HOSPITAL. THE MEDICAL FACILITIES ARE PROVIDED AS AN EMERGENCY AND FIRST AID FUNCTION ONLY.<\\/p>\\r\\n\\r\\n\\t<p>GUEST WITH ANY PHYSICAL OR MENTAL DISABILITY, MOBILITY PROBLEM, OTHER MEDICAL CONDITION OR HANDICAP WHICH MAY REQUIRE SPECIAL CARE, TREATMENT OR ASSISTANCE DURING THE VOYAGE MUST REPORT TO CORDELIA CRUISES IN WRITING WHEN THE RESERVATION IS MADE OR AS SOON AS POSSIBLE AFTER THE GUEST BECOMES AWARE OF SUCH CONDITION. CORDELIA CRUISES RESERVES THE RIGHT TO REFUSE OR REVOKE PASSAGE TO, OR CANCEL THE RESERVATION OF, ANY GUEST WHO FAILS TO NOTIFY THE SAME. CORDELIA CRUISES SHALL HAVE NO LIABILITY IN RESPECT OF ANY REFUSAL TO ALLOW BOARDING IN ACCORDANCE WITH THIS PROVISION.<\\/p>\\r\\n\\r\\n\\t<p>All Home appliances such as iron, cooking plate, water heater, etc. are strictly prohibited onboard the Vessel.<\\/p>\\r\\n\\r\\n\\t<p>Guest shall keep his access card safely during the cruise, as the card will be required upon embarking and disembarking at ports and shall be presented in order<\\/p>\\r\\n\\r\\n\\t<p>to collect the passport on arrival at the final destination.<\\/p>\\r\\n\\r\\n\\t<p>Guests are strongly recommended to visit Cordelia Cruises' website at www.Cordeliacruises.com for appropriate knowledge of the amendment policy, cancellation<\\/p>\\r\\n\\r\\n\\t<p>policy and various other policies published by Cordelia Cruises from time to time.<\\/p>\\r\\n\\r\\n\\t<p>*KINDLY PRESENT THE CRUISE TICKET\\/THIS CONFIRMATION SLIP UPON CHECK-IN IN EXCHANGE FOR YOUR ACCESS CARD.*<br \\/>\\r\\n\\t*ALL PRICES ARE SUBJECT TO APPLICABLE GOVERNMENT TAXES AND MAY BE INCREASED WITHOUT PRIOR NOTICE*<br \\/>\\r\\n\\t*THIS DOCUMENT IS DRAWN UP IN THE ENGLISH LANGUAGE AND MAY BE TRANSLATED INTO ANY OTHER LANGUAGE THAN ENGLISH PROVIDED HOWEVER THAT THE ENGLISH LANGUAGE TEXT SHALL IN ANY EVENT PREVAIL IN THE EVENT OF INCONSISTENCY.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>CANCELLATION POLICY<\\/p>\\r\\n\\r\\n<p>CANCELLATION FEE<\\/p>\\r\\n\\r\\n<p>Days to departure<\\/p>\\r\\n\\r\\n<p>31 days and above to departure 0 to 15 days to departure<br \\/>\\r\\n16 to 30 days to departure No-Show<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>TERMS AND CONDITIONS<\\/p>\\r\\n\\r\\n<p>Cancellation Fees<\\/p>\\r\\n\\r\\n<p>25% of cabin fare 100% of cabin fare 50% of cabin fare 100% of total fare<\\/p>\\r\\n\\r\\n<p>Cancellation is only allowed for a complete cabin.<br \\/>\\r\\nPartial individual cancellation is not allowed.<br \\/>\\r\\nFor e.g. In case 4 pax are booked in a cabin and 2 pax want to cancel, cancellation will be for entire cabin. Service charges & Levies will be refunded.<br \\/>\\r\\nGST for the refunded amount will also be returned.<br \\/>\\r\\nRefund will be processed within 15 working days from the cancellation date.<\\/p>\\r\\n\\r\\n<p>RESCHEDULING POLICY<\\/p>\\r\\n\\r\\n<p>Rescheduling Fee<\\/p>\\r\\n\\r\\n<p>Days to departure<\\/p>\\r\\n\\r\\n<p>31 days and above<br \\/>\\r\\n16 -30 days to departure 1 to 15 day to departure<\\/p>\\r\\n\\r\\n<p>Cancellation Fees<\\/p>\\r\\n\\r\\n<p>NIL Fee + Fare difference if any INR 5000 per cabin<br \\/>\\r\\nINR 10000 per cabin<\\/p>\\r\\n\\r\\n<p>The rescheduled itinerary must commence within 6 months from the original itinerary date.<br \\/>\\r\\nFree rescheduling - In case of death of an immediate family member, with a valid death certificate. Fare difference if any will be payable by the customer.<br \\/>\\r\\nGST will be applicable on any payable amount.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<p>FOR REINSTATE BOOKING<\\/p>\\r\\n\\r\\n<p>To reinstate the cabin Rs 2000\\/- + GST per cabin will be charged and the same will be subject to availability, as per cabin inventory available.<br \\/>\\r\\nReinstate will be done as per management discretion and as per availability.<\\/p>\\r\\n\\r\\n<p>NAME CHANGE POLICY<\\/p>\\r\\n\\r\\n<p>The name change is allowed once per cabin for one guest only, with an additional service charge of $50 + GST. The name change will not be possible within 72 hours prior to sailing.<br \\/>\\r\\nGenuine name correction can be done without any charges within 48 hours of booking.<br \\/>\\r\\n15$ +GST for spelling corrections will be charged after 48 hours of the booking.<\\/p>\\r\\n\\r\\n<p>PAX ADDITION POLICY<\\/p>\\r\\n\\r\\n<p>Adding new pax 72 hours prior to departure will be charge additional service fee of $15 + GST.<br \\/>\\r\\nAdding new pax within 72 hours prior to departure will be charge additional service fee of $ 35 + GST.<br \\/>\\r\\nDeck change will be charged $15 + GST per cabin subject to availability and allowed only 72 hours prior to departure.<\\/p>\\r\\n\\r\\n<p>E - TICKET TERMS<\\/p>\\r\\n\\r\\n<p>Acceptable ID documents for embarkation: Passport, Election card, Aadhar card, Driving license or PAN card in original. Photocopies or digital copies of the ID documents stored in any electronic device like phones or tabs shall not be acceptable.<\\/p>\\r\\n\\r\\n<p>Following Single Use plastics are prohibited to be used on board ships:<br \\/>\\r\\n-- Bags, trays, containers, food packaging film, Milk bottles, freezer bags, shampoo bottles, ice cream containers, Bottles for water and other drinks, dispensing containers for cleaning fluids, biscuit trays, Hot drink cups, insulated food packaging, Protective packaging for fragile items, Microwave dishes, ice cream tubs, potato chips bags, bottle caps etc.<\\/p>\\r\\n\\r\\n<p>Alcohol, tobacco, contraband, narcotics, psychotropic substances, cigarettes, hookahs or any such drugs, E-cigarettes are strictly prohibited onboard and shall be confiscated immediately upon embarkation.<\\/p>\\r\\n\\r\\n<p>Do not carry Baggage in excess of the limit allowed as per baggage policy.<\\/p>\\r\\n\\r\\n<p>Food items whether homemade (sealed\\/unsealed) or readymade of whatsoever nature shall be immediately confiscated at the cost<\\/p>\\r\\n\\r\\n<p>and risk of the guest.<\\/p>\\r\\n\\r\\n<p>Women with more than 24 weeks of pregnancy are not allowed to embark due to medical reasons.<\\/p>\\r\\n\\r\\n<p>Guests are prohibited from embarking on cruise with home appliances like hair dryer, rice cooker, water heater, toaster, coolers,<\\/p>\\r\\n\\r\\n<p>room heater, steam iron etc. Cordelia Cruises reserves its right to confiscate such appliances\\/ equipment or any article which in the<\\/p>\\r\\n\\r\\n<p>opinion of the crew member or Master (captain) of the ship is dangerous.<\\/p>\\r\\n\\r\\n<p>For further terms and conditions please refer to Passenger Cruise Ticket Contract atwww.cordeliacruises.com<\\/p>\\r\\n\\r\\n<p>Important Notes<\\/p>\\r\\n\\r\\n<p>All guests above 12 years need to have a double vaccination certificate or a negative RT-PCR report, 48 hours prior to sailing.<br \\/>\\r\\nAll guests below 12 years will be exempted from the RT-PCR reports.<br \\/>\\r\\nAll guests will be required to display the Aarogyasetu app on their electronic devices at the time of embarkation which shall provide information about vaccination.<br \\/>\\r\\nNegative RT-PCR test reports with a valid bar code and generated by ICMR will be accepted.<br \\/>\\r\\nGuest are not allowed to carry Curling Irons and Hair Straighteners onboard<br \\/>\\r\\nWeb check-in is mandatory for all passengers within 72hrs of departure.<br \\/>\\r\\nThe allocated deck and cabin number is subject to change by Cordelia without notice.<br \\/>\\r\\nKindly carry the same photo id which is used during web check-in.<br \\/>\\r\\nKindly note for infants or children without ID, a birth certificate with an affidavit is mandatory.<br \\/>\\r\\nInfants only above 6 months per sailing day are allowed..<br \\/>\\r\\nPlease carry universal adapters as the sockets onboard are American-style.<br \\/>\\r\\nOnly double-vaccinated guests are allowed onboard.<br \\/>\\r\\nPregnant women are only allowed to sail if pregnant for 24 completed weeks or less at time of cruise disembarkation.<br \\/>\\r\\nThe infant must have an ID with a photo, also authorization of either parent if travelling with only one parent.<br \\/>\\r\\nPlease fill in the attached Health Declaration form and keep it ready for verification in the terminal.<\\/p>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Accommodation<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All meals are included at the Food Court & Starlight restaurant Access to the swimming pool<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Access to our fitness center<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Access to all public areas and lounges*<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entertainment shows*<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entry to the Casino<br \\/>\\r\\n\\tAccess to the Cordelia academy for kids<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Insurance<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>DJ and pool party<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Balle Balle<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>India through movies<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Jain Food - Available at Starlight*<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"331461\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[331461],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331462\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[331462],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331463\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[331463],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Mumbai','Mumbai,Maharashtra,Indian Subcontinent,West India,India,At Sea',NULL,'18676',0,0,2,NULL,NULL,NULL,2,'',0,'2022-12-27 00:00:00','2023-03-27 00:00:00','2023-03-27 00:00:00',3,'India','101','2023-01-07 12:42:16','2022-12-27 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'cordelia-cruise-special-offfer',NULL,NULL,NULL,0),(30,3794,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3794\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6718,\"VisaChildRates\":3359,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Malta\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification: 35*45mm)<\\/li>\\r\\n\\t<li>Aadhaar Card;<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months attested by bank;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p>Supporting documents as per your occupation, type of visit:<br \\/>\\r\\n<br \\/>\\r\\n1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>PAN Registration.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter \\/ Declaration of Proof if being sponsored by inviter in Malta;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead;<\\/p>\\r\\n\\r\\n<p>Registration Certificate of both Indian & Malta company;<\\/p>\\r\\n\\r\\n<p>Updated Bank Statement of last 3 months of both Indian & inviting company.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Malta','Malta',NULL,'135',6718,6718,0,NULL,NULL,NULL,0,'',0,'2023-01-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Malta','135','2023-01-17 13:46:36','2023-01-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(31,3793,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3793\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7100,\"VisaChildRates\":3600,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Germany\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Documents required for Germany Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-20 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"}],\"PlanFee\":[]}','Germany','Germany',NULL,'83',7100,7100,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Germany','83','2023-01-10 16:31:51','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(32,3792,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3792\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6700,\"VisaChildRates\":3300,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Hungary\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Hungary Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter issued & endorsed by the Hungarian Office of Immigration and Nationality or certified by public notary;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport, Resident Permit.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-20 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Hungary','Hungary',NULL,'99',6700,6700,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Hungary','99','2023-01-10 15:17:46','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (33,3824,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3824\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6900,\"VisaChildRates\":3450,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Sweden\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Sweden Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation.<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>PAN Registration.<\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"<p>Please upload one coloured recent scan Photo.<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Sweden','Sweden',NULL,'209',6900,6900,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Sweden','209','2023-01-06 15:07:31','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(34,3823,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3823\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6800,\"VisaChildRates\":3400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Slovenia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Common Documents required for Slovenia Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>Visa Application form: completed and signed<\\/li>\\r\\n\\t<li>2 recent photographs: colour photo with white background and matt finish(Photo Specification)<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 6 months with bank seal<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16: for last 3 years<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n\\t<li>Travel Insurance: with minimum coverage of EUR 30000 and valid for entire duration of stay<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: sponsors need to provide the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation Letter: from host company stating purpose of trip, business details etc<\\/p>\\r\\n\\r\\n<p>Business Covering Letter: from Indian company on company letterhead<\\/p>\\r\\n\\r\\n<p>Company Registration Certificate: of Indian & Slovenian company<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Slovenia','Slovenia',NULL,'192',6800,6800,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Slovenia','192','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(35,3822,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3822\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6754,\"VisaChildRates\":3377,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Slovakia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Slovika Visa :<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. (Photo Specification);<\\/li>\\r\\n\\t<li>Visa Application form: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16: for last 3 years<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n\\t<li>Travel Insurance: with minimum coverage of EUR 30000 and valid for entire duration of stay<\\/li>\\r\\n\\t<li>Yellow Fever Certificate: required for visa application and travel to Slovakia<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2.If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country & assuring the responsibility for housing and related expenses during the guest's stay in Algeria<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: providing the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Introduction\\/ recommendation letter from:<\\/p>\\r\\n\\r\\n<p>Registration certificate of the company from the Ministry of Commerce and Industry of India:<\\/p>\\r\\n\\r\\n<p>One of the Chambers of Commerce and Industries, government of India;<\\/p>\\r\\n\\r\\n<p>Ministry of Commerce and Industry of India;<\\/p>\\r\\n\\r\\n<p>Export Promotion Council of India; or Reference number from Ministry of Foreign Affairs, Afghanistan.<\\/p>\\r\\n\\r\\n<p>Income tax documents of the last three years;<\\/p>\\r\\n\\r\\n<p>Letter from the company addressed to the embassy, introducing the business man for visa issuance;<\\/p>\\r\\n\\r\\n<p>Invitation letter from the local partner or prospect local partner company in Afghanistan;<\\/p>\\r\\n\\r\\n<p>Copy of the license (JAWAZ) of the local partner or prospect local partner company in Afghanistan.<\\/p>\\r\\n\\r\\n<p>*Note: The Embassy\\/Consul General has the right to ask for additional information or documents and request a personal interview with the applicant.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Slovakia','Slovakia',NULL,'191',6754,6754,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Slovakia','191','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(36,3821,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3821\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6775,\"VisaChildRates\":3388,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Portugal\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Portugal Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000);<\\/li>\\r\\n\\t<li>Personal Interview mandatory for first time travellers to Portugal.<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Notarized Original Sponsorship Letter on Rs. 100 Stamp Paper. If the Sponsor is in not in India, the Sponsorship Letter should be Notarized\\/Attested by a Notary\\/Advocate if in the E.U. or from the respective Portugal Consulate\\/Embassy in other countries;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Portugal','Portugal',NULL,'175',6775,6775,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Portugal','175','2023-01-10 16:44:34','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(37,3820,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3820\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":0,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Luxembourg\",\"VisaRequired\":1,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"No\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Luxembourg','Luxembourg',NULL,'127',0,0,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Luxembourg','127','2023-01-06 15:09:24','2023-01-06 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(38,3819,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3819\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7100,\"VisaChildRates\":3500,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Latvia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Latvia Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>PAN Registration.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter approved by the office of Citizenship and Migration Affairs;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Latvia','Latvia',NULL,'119',7100,7100,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Latvia','119','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(39,3818,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3818\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6310,\"VisaChildRates\":3160,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Italy\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Italy Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Letter di invito;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Italy','Italy',NULL,'107',6310,6310,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Italy','107','2023-01-10 16:15:27','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(40,3817,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3817\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":0,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"France\",\"VisaRequired\":1,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"No\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','France','France',NULL,'76',0,0,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'France','76','2023-01-06 15:09:29','2023-01-06 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(41,3816,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3816\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6500,\"VisaChildRates\":3200,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Finland\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Finland Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs ( (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>PAN Registration.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Finland','Finland',NULL,'75',6500,6500,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Finland','75','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(42,3815,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3815\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6795,\"VisaChildRates\":3400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Estonia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Documents for Estonia Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter notarized or digitally signed by the host;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter \\/ Original financial guaranty by the sponsor (if sponsor lives in Estonia);<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Proof of relationship with sponsor:<\\/p>\\r\\n\\r\\n<p>For family visit: a notary certificate of family relationship with the sponsor legalised by MFA.<\\/p>\\r\\n\\r\\n<p>For friends visit: the relationship can be substantiated with original documents, original pictures, letter of invitation etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Estonia','Estonia',NULL,'69',6795,6795,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Estonia','69','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(43,3814,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3814\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6800,\"VisaChildRates\":3400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Czech Republic\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Czech Republic Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight ticket;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\" 180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Czech Republic','Czech Republic',NULL,'58',6800,6800,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Czech Republic','58','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(44,3813,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3813\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6720,\"VisaChildRates\":3360,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Belgium\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Belgium Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter \\/ Original Guarantee letter legalized by the municipality if being sponsored;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport, Resident Permit;<\\/p>\\r\\n\\r\\n<p>Family composition;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip or Income tax returns.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"2500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"},{\"DocSysId\":\"25\",\"Title\":\"One Old Passport\",\"Description\":\"<p>If any<\\/p>\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong> Employed<\\/strong><br \\/>\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><strong>Student<\\/strong><br \\/>\\r\\na) Leave Sanction Letter from school and School ID copy.<br \\/>\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If applicant is a minor or travelling with anyone:<\\/strong><br \\/>\\r\\na) Birth Certificate (original and A4 sized copy)<br \\/>\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)<br \\/>\\r\\nc) Consent Letter from both parents regarding child’s travel (original, no copy)<br \\/>\\r\\nd) A4 sized copy of Parents’ Passports<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"<p><strong>COVERING LETTER<\\/strong><\\/p>\\r\\n\\r\\n<p>Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><strong>If Employed<\\/strong><br \\/>\\r\\na) Personal ITR for last 3yrs<br \\/>\\r\\nb) Three months salary slip<br \\/>\\r\\nc) Personal Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>If Self Employed<\\/strong><br \\/>\\r\\na) Personal & Company ITR for last 3yrs<br \\/>\\r\\nb) Personal & Company Bank Statement for last six months mentioning the Bank’s name, Bank’s stamp clearly<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Occupation<br \\/>\\r\\nSelf –Employed<\\/strong><br \\/>\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation<br \\/>\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)<br \\/>\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<br \\/>\\r\\nd) Import \\/ Export License (if applicable)<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Proof of Accommodation:<\\/strong> Hotel confirmation<\\/p>\\r\\n\\r\\n<p><strong>Airline Reservation:<\\/strong> Ticket Itinerary<\\/p>\\r\\n\\r\\n<p><strong>Travel Insurance<\\/strong>: Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy<\\/p>\\r\\n\\r\\n<p><strong>Invitation Letter: <\\/strong>Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)<\\/p>\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Belgium','Belgium',NULL,'21',6720,6720,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Belgium','21','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(45,3812,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3812\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6800,\"VisaChildRates\":3400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Austria\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Austria Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs ( Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank statement of last six months;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>PAN Registration.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter \\/ Electronic letter of gurantee of sponsor – ‘EVE – Electronische Verpflichtungserklärung” if being sponsored by inviter in Austria;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180 \",\"VisaDuration\":\" Upto 90\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Austria','Austria',NULL,'14',6800,6800,0,NULL,NULL,NULL,0,'',0,'2023-01-13 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Austria','14','2023-01-13 13:21:34','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(46,3790,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3790\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6770,\"VisaChildRates\":3380,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Netherlands\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Netherlands Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Flight reservation;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000)<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative & being sponsored:<\\/p>\\r\\n\\r\\n<p>Invitation letter legalized from the town hall;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport, Resident Permit;<\\/p>\\r\\n\\r\\n<p>Financial proof such as bank statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Netherlands','Netherlands',NULL,'154',6770,6770,0,NULL,NULL,NULL,0,'',0,'2023-01-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Netherlands','154','2023-01-12 15:39:30','2023-01-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(47,3788,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3788\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6800,\"VisaChildRates\":3250,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Switzerland\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Switzerland Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 2 years;<\\/li>\\r\\n\\t<li>Flight reservation;<\\/li>\\r\\n\\t<li>Hotel reservation.<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<br \\/>\\r\\n<br \\/>\\r\\n8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Switzerland','Switzerland',NULL,'210',6800,6800,0,NULL,NULL,NULL,0,'',0,'2023-01-11 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Switzerland','210','2023-01-11 12:10:20','2023-01-11 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(48,3789,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3789\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7040,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Greece\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Greece Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 2 years;<\\/li>\\r\\n\\t<li>Flight reservation;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Day wise Itinerary;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Greece','Greece',NULL,'86',7040,7040,0,NULL,NULL,NULL,0,'',0,'2023-01-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Greece','86','2023-01-19 14:54:50','2023-01-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(49,3787,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3787\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6774,\"VisaChildRates\":3387,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"France\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for France Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed return flight tickets;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>Travel Insurance (minimum coverage of EUR 30000).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting France Visa documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>“Attestation d’accueil” from the Inviter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5-15 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','France','France',NULL,'76',6774,6774,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'France','76','2023-01-09 16:42:37','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(50,3786,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3786\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":5055,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Turkey\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>The requirements to apply for Turkey Visa are as follows:<\\/strong><br \\/>\\r\\n<br \\/>\\r\\n1.Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<br \\/>\\r\\n2. All pages of only current passport, including the bio data page, alterations page and back page of the passport;<br \\/>\\r\\n3.Two recent colour photographs, size 2.5*2.5 inch with white background;<br \\/>\\r\\n4.Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<br \\/>\\r\\n5.Original Bank Statements of last 6 months attested by bank with stamp;<br \\/>\\r\\n6.Income Tax Return\\/ Form 16 Last 3 years;<br \\/>\\r\\n7.Travel Insurance (minimum coverage of EUR 30000).<br \\/>\\r\\n8. Day to day itinerary<\\/p>\",\"BasicRequirementsText\":\"<p>Supporting Turkey Visa documents as per your occupation, type of visit:<br \\/>\\r\\n<br \\/>\\r\\n9. If Employed: Original Leave Sanction Letter from the employer with company seal and signed.<br \\/>\\r\\nLast 3 months salary slips<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n10. If Self-employed: Business Registration License \\/ MOA \\/ Partnership deed;<br \\/>\\r\\nCompany’s updated bank statement last 6 months;<br \\/>\\r\\nCompany’s IT returns for last 3 years;<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n11. If Retired: Proof of retirement like pension book, statement etc;<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n12. If Student: School\\/ College\\/ Institute ID and Bonafide Certificate<br \\/>\\r\\n<br \\/>\\r\\n13. If Minor: Birth Certificate NO Objection Certificate from the parents ID proof of Parents.<br \\/>\\r\\n<br \\/>\\r\\nIf Visiting friend or relative case:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Invitation letter from invitee;<\\/li>\\r\\n\\t<li>Inviter’s ID proof like Passport or Resident Permit;<\\/li>\\r\\n\\t<li>Address proof like any Electricity bill, any Utility bill etc.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\nIf Sponsored case:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sponsorship letter from sponsor person<\\/li>\\r\\n\\t<li>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/li>\\r\\n\\t<li>Updated bank statement of last 6 months;<\\/li>\\r\\n\\t<li>Income tax returns of last 3 years. For Business Visa:<\\/li>\\r\\n\\t<li>Invitation letter from host Company stating purpose of trip, business details etc;<\\/li>\\r\\n\\t<li>Covering letter from Indian company on company letterhead.<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"<p><strong>GATEWAY FEE CHARGE : 13876\\/-<\\/strong><\\/p>\",\"PrecessingTime\":\"10 Days\",\"VisaValidity\":\"90\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Turkey','Turkey',NULL,'222',5055,5055,0,NULL,NULL,NULL,0,'',0,'2023-01-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Turkey','222','2023-04-18 11:32:35','2023-01-17 00:00:00',1,1,'0','0','1',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(51,3785,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3785\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":8500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Brazil\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Brazil Visa :<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. (Photo Specification)<\\/li>\\r\\n\\t<li>Visa Application forms: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n\\t<li>Travel Insurance: covering the entire duration of trip<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2.If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country & assuring the responsibility for housing and related expenses during the guest's stay in Algeria<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: providing the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Introduction\\/ recommendation letter from:<\\/p>\\r\\n\\r\\n<p>Registration certificate of the company from the Ministry of Commerce and Industry of India:<\\/p>\\r\\n\\r\\n<p>One of the Chambers of Commerce and Industries, government of India<\\/p>\\r\\n\\r\\n<p>Ministry of Commerce and Industry of India<\\/p>\\r\\n\\r\\n<p>Export Promotion Council of India or Reference number from Ministry of Foreign Affairs, Afghanistan.<\\/p>\\r\\n\\r\\n<p>Income tax documents of the last three years<\\/p>\\r\\n\\r\\n<p>Letter from the company addressed to the embassy, introducing the business man for visa issuance<\\/p>\\r\\n\\r\\n<p>Invitation letter from the local partner or prospect local partner company in Afghanistan<\\/p>\\r\\n\\r\\n<p>Copy of the license (JAWAZ) of the local partner or prospect local partner company in Afghanistan.<\\/p>\\r\\n\\r\\n<p>*Note: The Embassy\\/Consul General has the right to ask for additional information or documents and request a personal interview with the applicant.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10 Days\",\"VisaValidity\":\"As per Embassy\",\"VisaDuration\":\"90 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"3000\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Brazil','Brazil',NULL,'30',8500,8500,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Brazil','30','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(52,3784,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3784\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Azerbaijan\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Azerbaijan Visa Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. ( Photo Specification);<\\/li>\\r\\n\\t<li>Visa Application forms: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5 Days\",\"VisaValidity\":\"90\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Azerbaijan','Azerbaijan',NULL,'15',2000,2000,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Azerbaijan','15','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(53,3783,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3783\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":12800,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"New Zealand\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for New Zealand Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed-Plain paper\\/ Self-Employed-Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statements with sufficient bank balance (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns\\/Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Other Investments etc. (Optional);<\\/li>\\r\\n\\t<li>Evidence of funds of at least NZ$ 1,000 per month for maintenance and accommodation, or NZ$ 400 per month if your accommodation has been prepaid. In the form of bank statements, saving books or fixed deposit certificates, or Completed sponsorship form INZ 1025 if your visit is being sponsored by a New Zealand citizen\\/resident.<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Original Sponsorship letter from NZ;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"51 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"As per Embassy\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','New Zealand','New Zealand',NULL,'157',12800,12800,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'New Zealand','157','2023-01-09 16:21:46','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(54,3782,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3782\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Bangladesh\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Bangladesh Visa:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 2 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>Scanned recent colour photograph (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement with sufficient balance (last 6 months);<\\/li>\\r\\n\\t<li>Tentative flight Itinerary \\/ Air ticket reservation;<\\/li>\\r\\n\\t<li>Hotel reservation;<\\/li>\\r\\n\\t<li>A self-addressed, pre-paid special delivery envelope.<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Letter from School \\/ University for grant of leave<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter from the Inviter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from the business organisation in Bangladesh;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company confirming position in the company.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7 Days\",\"VisaValidity\":\"As per Embassy\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"<p>Proof of Occupation in the resident country is to be provided, for example : <br \\/>\\r\\nSelf –Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>  Company Registration Certificate \\/ Certificate of Incorporation<\\/li>\\r\\n\\t<li>  Articles of Memorandum (Incase the applicant is MD\\/Director)<\\/li>\\r\\n\\t<li>  Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)<\\/li>\\r\\n\\t<li>  GST Certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n Employed<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li> Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Student<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>School ID copy.<\\/li>\\r\\n\\t<li>Leave Sanction Letter from school or School diary mentioning school holidays.<\\/li>\\r\\n<\\/ul>\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"<p>Please upload one coloured recent scan Photo.<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"}],\"PlanFee\":[]}','Bangladesh','Bangladesh',NULL,'18',3000,3000,0,NULL,NULL,NULL,0,'',0,'2023-01-06 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Bangladesh','18','2023-01-06 00:00:00','2023-01-06 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(55,45504,1,38124,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":45504,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/hyderabad--night--days_1671092530\",\"BookingValidUntill\":\"2023-01-31\",\"AdvBookingDays\":15,\"DETAILS\":\"<p>Hyderabad is the capital of southern India's Telangana state. A major center for the technology industry, it's home to many upscale restaurants and shops. Its historic sites include Golconda Fort, a former diamond-trading center that was once the Qutb Shahi dynastic capital. The Charminar, a 16th-century mosque whose 4 arches support towering minarets, is an old city landmark near the long-standing Laad Bazaar<\\/p>\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"HYDERABAD 3 NIGHT 4 DAYS\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12830\",\"SupplierName\":\"Leisure Travel Shoppe\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2023-01-09\",\"To\":\"2023-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":529956,\"Name\":\"Treebo Trend Syn Elite Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.390599\",\"Long\":\"78.46994219999999\",\"Address\":\"5-8-165\\/A, Nampally Station Rd, Red Hills, Nampally, Hyderabad, Telangana 500001, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":577,\"Title\":\"Golconda Fort\",\"Description\":\"Originally built in mud on a 400ft hill, the fort ruins of today have seen the reign of several dynasties. It derives its name from a Telugu word meaning Shepherd’s Hill. Reminiscence of a well-planned Golconda city within the fortress limits is evident even now. The remains of multiple fortification layers, armories, magazines, mosques, granaries, reservoirs, audience chambers and royal dwellings complement the striking appearance of the fort.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.405029,\"Long\":78.404939,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/golconda_fort_12538_1670497935.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":1107,\"Title\":\"Mecca Masjid\",\"Description\":\"The construction of Mecca Masjid Hyderabad involved close to 8000 masons who worked round the clock.  Mecca Masjid is one of the largest mosques not just in India but also in the world. The mosque has approximately 75-foot-high hall with dimensions of 220 feet by 180 feet. Interiors of the mosque are also beautifully decorated. It is believed that the main hall alone can accommodate 10,000 worshippers at a time. Along with this, there are 15 intricately designed arches supporting the roof of the prayer hall.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/mecca_masjid_12538_1670496110.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null},{\"RefSSId\":1406,\"Title\":\"Qutub Shahi Tomb\",\"Description\":\"They contain the tombs and mosques built by the various kings of the Qutb Shahi dynasty. The galleries of the smaller tombs are of a single storey while the larger ones are two storied. In the centre of each tomb is a sarcophagus which overlies the actual burial vault in a crypt below. The domes were originally overlaid with blue and green tiles. One can see the influences of Hindu, Pathan, Deccan as well as Persian styles in the structure of tombs.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.3848905,\"Long\":78.4745058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/qutub_shahi_tomb_12538_1670495188.jpg\",\"SupplierSysId\":12830,\"SupplierName\":\"Leisure Travel Shoppe\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"328500\",\"Title\":\"Arrival & Hyderabad Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Test<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328501\",\"Title\":\"Full Day Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328502\",\"Title\":\"Hyderabad Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":577,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1406,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328503\",\"Title\":\"Check-out, Optional Hyderabad Sightseeing & Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Morning after Breakfast, check-out from the hotel. Depending on your departure time, if time permits, we can recommend few more tourism places. Drop at  Hyderabad Railway Station \\/  Hyderabad Bus Station for your return journey..<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45504\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":7467,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8400,\"COSTSO\":10500,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":7467,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8400,\"COSTSO\":10500,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":9167,\"priceDoubleOcc\":\"10950.00\",\"priceSingleOcc\":16550,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":10950,\"COSTSO\":13050,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"9300.00\",\"priceSingleOcc\":15900,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":9300,\"COSTSO\":11400,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"9300.00\",\"priceSingleOcc\":15900,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":9300,\"COSTSO\":11400,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"9300.00\",\"priceSingleOcc\":15900,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":9300,\"COSTSO\":11400,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":8467,\"priceDoubleOcc\":\"9400.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":9400,\"COSTSO\":11500,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":8467,\"priceDoubleOcc\":\"9400.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":9400,\"COSTSO\":11500,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":10167,\"priceDoubleOcc\":\"11950.00\",\"priceSingleOcc\":18550,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":4500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6000,\"CEB\":6600,\"COSTDO\":11950,\"COSTSO\":14050,\"ACEB\":6600,\"COSTTO\":6600,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45504\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":6400,\"priceDoubleOcc\":\"7300.00\",\"priceSingleOcc\":11900,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":7300,\"COSTSO\":9400,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":6400,\"priceDoubleOcc\":\"7300.00\",\"priceSingleOcc\":11900,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":7300,\"COSTSO\":9400,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":6400,\"priceDoubleOcc\":\"7300.00\",\"priceSingleOcc\":11900,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":7300,\"COSTSO\":9400,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":6467,\"priceDoubleOcc\":\"7400.00\",\"priceSingleOcc\":12000,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":7400,\"COSTSO\":9500,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":6467,\"priceDoubleOcc\":\"7400.00\",\"priceSingleOcc\":12000,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":7400,\"COSTSO\":9500,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2022-12-15\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":8167,\"priceDoubleOcc\":\"9950.00\",\"priceSingleOcc\":14550,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"4000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":2500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":4600,\"COSTDO\":9950,\"COSTSO\":12050,\"ACEB\":4600,\"COSTTO\":4600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":7400,\"priceDoubleOcc\":\"8300.00\",\"priceSingleOcc\":13900,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8300,\"COSTSO\":10400,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":7467,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8400,\"COSTSO\":10500,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":7467,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":8400,\"COSTSO\":10500,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null},{\"From\":\"2023-02-01\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":9167,\"priceDoubleOcc\":\"10950.00\",\"priceSingleOcc\":16550,\"priceExtraBed\":\"5600.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":3500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":5600,\"COSTDO\":10950,\"COSTSO\":13050,\"ACEB\":5600,\"COSTTO\":5600,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"328500\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[328500],\"Remark\":[\"<p>Dezire car<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328501\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[328501],\"Remark\":[\"<p>Local Sightseeing Transfers<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328502\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[328502],\"Remark\":[\"<p>Transfers and Local Sightseeing<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328503\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[328503],\"Remark\":[\"<p>Transfer<\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India',NULL,'12538',7300,11950,3,NULL,NULL,NULL,2,'',0,'2023-01-09 00:00:00','2023-01-31 00:00:00','2023-01-31 00:00:00',3,'India','101','2023-01-11 11:41:14','2023-01-09 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'hyderabad-3-night-4-days',NULL,NULL,NULL,0),(56,46627,1,38124,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":46627,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/hyderabad--night_1673076836\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"HYDERABAD 2 NIGHT \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-01-09\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":101969,\"Name\":\"The Park Hyderabad\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.423680591131\",\"Long\":\"78.462113142013\",\"Address\":\"Raj Bhawan Road 22 Hyderababad 500 082\"},\"Images\":{\"Image\":[{\"ImagId\":2221454,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/78\\/01_hotel-and-pool-view_A.jpg\"},{\"ImagId\":2221455,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/86\\/02_lobbylounge_A.jpg\"},{\"ImagId\":2221456,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/94\\/04_aish-restaurant_A.jpg\"},{\"ImagId\":2221457,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/102\\/03_the-sicca-bar_A.jpg\"},{\"ImagId\":2221458,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/110\\/05_verandah-restaurant_A.jpg\"},{\"ImagId\":2221459,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/118\\/06_verandah-restaurant_A.jpg\"},{\"ImagId\":2221460,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/126\\/07_banquet-room_A.jpg\"},{\"ImagId\":2221461,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/134\\/08_carbon-bar_A.jpg\"},{\"ImagId\":2221462,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/142\\/09_kismet-night-cluv_A.jpg\"},{\"ImagId\":2221463,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/150\\/10_spa-treatment-room_A.jpg\"},{\"ImagId\":2221464,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/158\\/11_gym_A.jpg\"},{\"ImagId\":2221465,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/166\\/12_luxury-room_A.jpg\"},{\"ImagId\":2221466,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/174\\/13_signature-suite-la-sultana_A.jpg\"},{\"ImagId\":2221467,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/182\\/14_signature-suite-osmania_A.jpg\"},{\"ImagId\":2221468,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/190\\/15_presidential-suite_A.jpg\"},{\"ImagId\":2221469,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/198\\/16_presidential-suite-living-area_A.jpg\"}]},\"CityId\":12538,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>A stay at The Park Hyderabad places you in the heart of Hyderabad, convenient to Hyderabad Central Mall and Birla Mandir Temple.  This 4.5-star hotel is within close proximity of Sanjeevaiah Park and Lumbini Park.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 263 air-conditioned rooms featuring MP3 docking stations and LCD televisions. Your room comes with a pillowtop bed. Digital programming and DVD players are provided for your entertainment, with wired and wireless Internet access available for a surcharge. Private bathrooms with shower\\/tub combinations feature rainfall showerheads and complimentary toiletries.<\\/p><p><b>Amenities<\\/b> <br \\/>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as a nightclub, a health club, and an outdoor pool. This Art Deco hotel also features wireless Internet access (surcharge), gift shops\\/newsstands, and a hair salon.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 4 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service. While enjoying a refreshing dip in the hotel pool, you can order your favorite drink at the poolside bar.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include high-speed (wired) Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Hyderabad? This hotel has facilities measuring 8200 square feet (761.8 square meters), including a conference center. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a train station pick-up service.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/551\\/78\\/01_hotel-and-pool-view_A.jpg\",\"AccoAminitiesMask\":\"100110100001010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":217,\"Title\":\"Birla Science Museum\",\"Description\":\"One of the best-rated science institutions world-over, the Birla Science Museum is amongst the busiest and most attended places in India.  It provides wholesome exploration of science and its various arms with a planetarium that uncovers several mysteries of the universe. A unique Participatory Science Museum with Archaeology and Fine Art sections is a huge draw.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4029912,\"Long\":78.4696363,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_science_museum_12538_1670504242.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"336005\",\"Title\":\"Arrival & Hyderabad Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pickup from  Hyderabad Railway Station \\/  Hyderabad Bus Station and proceed to Hotel. After freshup, proceed below to Hyderabad Sightseeing Places including:<\\/p>\\r\\n\\r\\n<p> Snow World - India’s first and World’s best snow theme park helps to experience snow fall and polar climate as if it is a polar region, then proceed to:<\\/p>\\r\\n\\r\\n<p> Birla Mandir - 2000 tonnes of white marble from Rajasthan mixed with 10 years of dedicated work of sculptures – created this captivating Temple, standing on a 280 feet high hill.<\\/p>\\r\\n\\r\\n<p> Birla Planetarium - Developed with technological assistance from Japan with cosmic presentation of international standards. Most attractive feature is the Sky Show.<\\/p>\\r\\n\\r\\n<p> Birla Science Museum - showcases many sections, each dedicated to a specific field - Interactive Science Section, NRSA, Dinosaurium, etc.<\\/p>\\r\\n\\r\\n<p> Lumbini Park - Lush greenery, entertaining rides, calm environment all at one place. Must watch - Laser Show and Musical fountain show in the evenings. Boating at Hussain Sagar lake not to be missed.<\\/p>\\r\\n\\r\\n<p> NTR Gardens - Ride on a toy train, Japanese garden, Desert Garden, Roaring Cascade, Giant Wheel, boating, car cafes, machan Restaurant- just a few attractions of NTR Gardens.<\\/p>\\r\\n\\r\\n<p> Necklace Road - Breath-taking stretch surrounded by three parks, a lake and amusement park, fine dining restaurants and eateries offering Indian to Chinese. You can watch a video on Necklace Road that our very own team created for brief understanding about the place. We have also covered few shots about the Lumbini Park in the same video.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":101969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336006\",\"Title\":\"Full Day Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After Breakfast, proceed to visit primary tourist place of Hyderabad, Ramoji Film City. Full day would be nearly sufficient at Ramoji Film City.<\\/p>\\r\\n\\r\\n<p> Ramoji Film City - One of the largest and glamorous film studios in the world, Ramoji Film City has also secured a place in the Guinness Book of World Records. Captivating architecture of the studios accompanied with a range of modern settings makes it a favourite place of film-makers; while a wide array of entertainment choices makes it a popular choice of tourists.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":101969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336007\",\"Title\":\"Check-out, Optional Hyderabad Sightseeing & Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning after Breakfast, check-out from the hotel. Depending on your departure time, if time permits, we can recommend few more tourism places. Drop at  Hyderabad Railway Station \\/  Hyderabad Bus Station for your return journey..<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46627\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7440.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7440.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7440,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7740.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7740,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"8160.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":8160,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"8100.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":8100,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7980.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7980,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"9960.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":9960,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46627\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7130.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7130.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7130,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7130,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7417.50\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7417.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7417.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7820.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7820,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7762.50\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7762.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7762.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"7647.50\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7647.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7647.5,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"9545.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":9545,\"COSTSO\":null,\"CostQuad\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on Private Basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12986\",\"Value\":\"10\"}],\"BuspickupLocation\":[],\"TransferData\":{\"336005\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[336005],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336006\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[336006],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336007\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336007],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',7130,9960,2,NULL,NULL,NULL,2,'',0,'2023-01-09 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-11 11:41:56','2023-01-09 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'hyderabad-2-night',NULL,NULL,NULL,0),(57,3831,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3831\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":4300,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Albania\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Albania Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. (Photo Specification);<\\/li>\\r\\n\\t<li>Visa Application forms: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2.If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country & assuring the responsibility for housing and related expenses during the guest's stay in Algeria<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: providing the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Introduction\\/ recommendation letter from:<\\/p>\\r\\n\\r\\n<p>Registration certificate of the company from the Ministry of Commerce and Industry of India:<\\/p>\\r\\n\\r\\n<p>One of the Chambers of Commerce and Industries, government of India;<\\/p>\\r\\n\\r\\n<p>Ministry of Commerce and Industry of India;<\\/p>\\r\\n\\r\\n<p>Export Promotion Council of India; or Reference number from Ministry of Foreign Affairs, Afghanistan.<\\/p>\\r\\n\\r\\n<p>Income tax documents of the last three years;<\\/p>\\r\\n\\r\\n<p>Letter from the company addressed to the embassy, introducing the business man for visa issuance;<\\/p>\\r\\n\\r\\n<p>Invitation letter from the local partner or prospect local partner company in Afghanistan;<\\/p>\\r\\n\\r\\n<p>Copy of the license (JAWAZ) of the local partner or prospect local partner company in Afghanistan.<\\/p>\\r\\n\\r\\n<p>*Note: The Embassy\\/Consul General has the right to ask for additional information or documents and request a personal interview with the applicant.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-20 DAYS\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 30\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"1500\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"1500\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Albania','Albania',NULL,'2',4300,4300,0,NULL,NULL,NULL,0,'',0,'2023-01-09 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Albania','2','2023-01-09 12:29:52','2023-01-09 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(58,3832,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3832\",\"VisaName\":\"Tourist\\/Visit\",\"Nationality\":null,\"VisaAdultRates\":10500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for UK Standard Visitor Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Online UK Visa Application form;<\\/li>\\r\\n\\t<li>Appointment letter confirmation;<\\/li>\\r\\n\\t<li>UK Visa Fee Payment Receipt;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed - Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement with sufficient bank balance (last 6 months);<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Recurring Deposits, any other Investments etc (Optional but advisable).<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal and signature;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa\\/h4><\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"Upto 90 \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"4000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',10500,10500,0,NULL,NULL,NULL,0,'',0,'2023-01-13 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-01-13 11:44:46','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visit',NULL,NULL,NULL,0),(59,46690,1,38124,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":46690,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"HYDERABAD 2 NIGHT\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-01-09\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":101785,\"Name\":\"Best Western Ashoka\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.4060348\",\"Long\":\"78.4641237\",\"Address\":\"6-1-1073, Taj Enclave Lakdikapul\"},\"Images\":{\"Image\":[{\"ImagId\":2219395,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/806\\/384\\/Exterior_3D_cut_C.jpg\"}]},\"CityId\":12538,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>A stay at Ashoka Hotel Lakdi-Ka-Pul places you in the heart of Hyderabad, walking distance from Birla Mandir Temple and BM Birla Science Centre.  This hotel is within close proximity of A.P. State Museum and Lal Bahadur Shastri Stadium.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 77 air-conditioned rooms featuring microwaves and minibars. Complimentary wireless Internet access keeps you connected, and LED televisions are provided for your entertainment. Bathrooms have showers and hair dryers. Conveniences include safes and desks, as well as phones with free local calls.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless Internet access and gift shops\\/newsstands.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/café, and room service (during limited hours) is provided. Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in Hyderabad? This hotel has 51107 square feet (441 square meters) of space consisting of conference space and meeting rooms. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/806\\/384\\/Exterior_3D_cut_C.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"336055\",\"Title\":\"Arrival & Hyderabad Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pickup from  Hyderabad Railway Station \\/  Hyderabad Bus Station and proceed to Hotel. After freshup, proceed below to Hyderabad Sightseeing Places including:<\\/p>\\r\\n\\r\\n<p> Snow World - India’s first and World’s best snow theme park helps to experience snow fall and polar climate as if it is a polar region, then proceed to:<\\/p>\\r\\n\\r\\n<p> Birla Mandir - 2000 tonnes of white marble from Rajasthan mixed with 10 years of dedicated work of sculptures – created this captivating Temple, standing on a 280 feet high hill.<\\/p>\\r\\n\\r\\n<p> Birla Planetarium - Developed with technological assistance from Japan with cosmic presentation of international standards. Most attractive feature is the Sky Show.<\\/p>\\r\\n\\r\\n<p> Birla Science Museum - showcases many sections, each dedicated to a specific field - Interactive Science Section, NRSA, Dinosaurium, etc.<\\/p>\\r\\n\\r\\n<p> Lumbini Park - Lush greenery, entertaining rides, calm environment all at one place. Must watch - Laser Show and Musical fountain show in the evenings. Boating at Hussain Sagar lake not to be missed.<\\/p>\\r\\n\\r\\n<p> NTR Gardens - Ride on a toy train, Japanese garden, Desert Garden, Roaring Cascade, Giant Wheel, boating, car cafes, machan Restaurant- just a few attractions of NTR Gardens.<\\/p>\\r\\n\\r\\n<p> Necklace Road - Breath-taking stretch surrounded by three parks, a lake and amusement park, fine dining restaurants and eateries offering Indian to Chinese. You can watch a video on Necklace Road that our very own team created for brief understanding about the place. We have also covered few shots about the Lumbini Park in the same video.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":101785,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336056\",\"Title\":\"Full Day Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After Breakfast, proceed to visit primary tourist place of Hyderabad, Ramoji Film City. Full day would be nearly sufficient at Ramoji Film City.<\\/p>\\r\\n\\r\\n<p> Ramoji Film City - One of the largest and glamorous film studios in the world, Ramoji Film City has also secured a place in the Guinness Book of World Records. Captivating architecture of the studios accompanied with a range of modern settings makes it a favourite place of film-makers; while a wide array of entertainment choices makes it a popular choice of tourists.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":101785,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336057\",\"Title\":\"Check-out, Optional Hyderabad Sightseeing & Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning after Breakfast, check-out from the hotel. Depending on your departure time, if time permits, we can recommend few more tourism places. Drop at  Hyderabad Railway Station \\/  Hyderabad Bus Station for your return journey..<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5880.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5880,\"priceDoubleOcc\":\"5880.00\",\"priceSingleOcc\":11760,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5880,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":5880,\"COSTSO\":11760,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6072,\"priceDoubleOcc\":\"6168.00\",\"priceSingleOcc\":12048,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6168,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":6168,\"COSTSO\":12048,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6360,\"priceDoubleOcc\":\"6600.00\",\"priceSingleOcc\":12480,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":6600,\"COSTSO\":12480,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6440,\"priceDoubleOcc\":\"6720.00\",\"priceSingleOcc\":12600,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":6720,\"COSTSO\":12600,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6240,\"priceDoubleOcc\":\"6420.00\",\"priceSingleOcc\":12300,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":6420,\"COSTSO\":12300,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7560,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":14280,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5880,\"CEB\":5880,\"COSTDO\":8400,\"COSTSO\":14280,\"CostQuad\":null,\"ACEB\":5880,\"COSTTO\":5880}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5635.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5635,\"priceDoubleOcc\":\"5635.00\",\"priceSingleOcc\":11270,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":5635,\"COSTSO\":11270,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5819,\"priceDoubleOcc\":\"5911.00\",\"priceSingleOcc\":11546,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5911,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":5911,\"COSTSO\":11546,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6095,\"priceDoubleOcc\":\"6325.00\",\"priceSingleOcc\":11960,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":6325,\"COSTSO\":11960,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6172,\"priceDoubleOcc\":\"6440.00\",\"priceSingleOcc\":12075,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":6440,\"COSTSO\":12075,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5980,\"priceDoubleOcc\":\"6152.50\",\"priceSingleOcc\":11787.5,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6152.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":6152.5,\"COSTSO\":11787.5,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635},{\"From\":\"2023-01-07\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7245,\"priceDoubleOcc\":\"8050.00\",\"priceSingleOcc\":13685,\"priceExtraBed\":\"5635.00\",\"priceWithoutBed\":\"5635.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5635,\"CEB\":5635,\"COSTDO\":8050,\"COSTSO\":13685,\"CostQuad\":null,\"ACEB\":5635,\"COSTTO\":5635}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on private basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"336055\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[336055],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336056\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[336056],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336057\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336057],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',5635,8400,2,NULL,NULL,NULL,2,'',0,'2023-01-09 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-11 11:41:49','2023-01-09 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'hyderabad-2-night',NULL,NULL,NULL,0),(60,3839,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3839\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Thailand\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p>Must have Thailand e visa Documents: For Thailand evisa<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned colour copy of first and last page of your valid Passport;<\\/li>\\r\\n\\t<li>Scanned colour copy of your passport size photograph with white background;<\\/li>\\r\\n\\t<li>Confirmed onward & return flight ticket;<\\/li>\\r\\n\\t<li>Accommodation proof in Thailand<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"2-3 Days\",\"VisaValidity\":\"Upto 15 \",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"800\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"800\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Thailand','Thailand',NULL,'215',6000,6000,0,NULL,NULL,NULL,0,'',0,'2023-01-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Thailand','215','2023-01-10 17:56:52','2023-01-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(61,46948,1,38124,1,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":46948,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/n-d---hyderabad-package_1673438594\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":7,\"DETAILS\":\"\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"2N 3D - HYDERABAD PACKAGE\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533915,\"Name\":\"The Grand Plaza Hotel\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.3973788\",\"Long\":\"78.471335\",\"Address\":\"5-9-88\\/A\\/1, Opposite Assembly Metro Station, Pillar No: A 1255 Beside Haj House, Public Garden, 1255, Public Garden Rd, beside Haj House, Fateh Maidan, Nampally, Hyderabad, Telangana 500001, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1223,\"Title\":\"Necklace Road\",\"Description\":\"Necklace Road presents a fun filled yet calm environment to spend some relaxed moments. Built in the same way as the Queen’s Necklace of Mumbai, the Necklace Road of Hyderabad also resembles a necklace.  Necklace Road connects three major parks of the city, namely NTR Gardens, Lumbini Park and Sanjeevaiah Park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/necklace_road_12538_1670495998.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"337581\",\"Title\":\"Day 1: Arrival and Check-in\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick-up from the Airport\\/Bus Station\\/Train Station and Check-in at the Hotel.<\\/p>\\r\\n\\r\\n<p>Later, visit the following Attractions:<\\/p>\\r\\n\\r\\n<p><strong>1<\\/strong>. <strong>Snow World<\\/strong>: Snow World at Lower Tank Bund houses state of the art technology with which it has been able to offer its guests an enjoyable space. Snow World covers an area of 17000 square feet. Filled with snow that is as natural as one would have it in nature, this enclosed area is cool and houses a number of fun slides. Other than this it also has a Snow Merry-go-round, Snow Sculptures, Snow Basket Ball, Snow Mountain, Snow Valley Ball, Snow Dancing and Ice Hotel. <\\/p>\\r\\n\\r\\n<p><span style="color:000000 font-family: Tahoma"><strong>2<\\/strong>. <strong>Birla Mandir<\\/strong>: <\\/span>Birla Mandir in Hyderabad is dedicated to Lord Venkateshwara of Tirumala Tirupati Temple. It is said that a whopping quantity of white marble, which is almost 2000 tonnes, was brought from Rajasthan for building this temple. <em>Birla planetarium<\\/em>-is the first phase of the Birla Science centre in Hyderabad, which was nothing less than a landmark in bridging the gap between science and the common masses. This dome shaped structure was developed with the technological help from Japan. <em>Birla Science Museum - <\\/em>Interactive Science Centre is one of the many sections where exhibits are designed on the basis of various Physics laws, mechanics, perception, vibration and sounds, energy and motors, electricity and magnetism and intriguing concepts of optical illusions and many other concepts. Mix Colors, Arch Bridge, Lift Yourself Up, Action-Reaction, The Magic Ball, Pedal Power and See Sounds are a few of the exhibits at the interaction Science section. <\\/p>\\r\\n\\r\\n<p><strong>3<\\/strong>. <strong>Lumbini Park: <\\/strong>Situated quite close to the famous standing statue of Lord Buddha and Hussain Sagar Lake the largest artificial lake of Asia, the Lumbini Park is a place worth visiting. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake.<\\/p>\\r\\n\\r\\n<p>4. <strong>NTR Gardens: <\\/strong>T<span style="color:000000">he Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children&39s playing area that keeps kids entertained.The massive entrance plaza with Nandi Bulls is also quite captivating.<\\/span>A mini train on a single track takes the visitors all around the garden making your visit all the more enjoyable.<\\/p>\\r\\n\\r\\n<p>5<span style="color:000000 font-size: 14px font-family: Tahoma">. <\\/span><span style="color:000000 font-size: 14px font-family: Tahoma font-weight: bold">Necklace Road: <\\/span><span style="color:000000">The Necklace road is bejewelled with a wide array of recreational activities along with umpteen numbers of restaurants and eat-outs. You will also find many stalls of ice cream, tea and other snacks. There are stalls of balloons and toys to for kids. The stretch of lush green lawns acts as perfect area where people can be seen sitting out with kids and families.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533915,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1223,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337582\",\"Title\":\"Full Day Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After Breakfast, proceed to visit primary tourist place of Hyderabad, Ramoji Film City. Full day would be nearly sufficient at Ramoji Film City.<\\/p>\\r\\n\\r\\n<p> Ramoji Film City - One of the largest and glamorous film studios in the world, Ramoji Film City has also secured a place in the Guinness Book of World Records. Captivating architecture of the studios accompanied with a range of modern settings makes it a favourite place of film-makers; while a wide array of entertainment choices makes it a popular choice of tourists.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533915,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":1443,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":1635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337583\",\"Title\":\"Check-out, Optional Hyderabad Sightseeing & Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning after Breakfast, check-out from the hotel. Depending on your departure time, if time permits, we can recommend few more tourism places. Drop at  Hyderabad Railway Station \\/  Hyderabad Bus Station for your return journey..<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4150.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2767,\"priceDoubleOcc\":\"4150.00\",\"priceSingleOcc\":4150,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4150,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2933,\"priceDoubleOcc\":\"4400.00\",\"priceSingleOcc\":4400,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4400,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3183,\"priceDoubleOcc\":\"4775.00\",\"priceSingleOcc\":4775,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4775,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3100,\"priceDoubleOcc\":\"4650.00\",\"priceSingleOcc\":4650,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4650,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3683,\"priceDoubleOcc\":\"5525.00\",\"priceSingleOcc\":5525,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5525,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3933,\"priceDoubleOcc\":\"5900.00\",\"priceSingleOcc\":5900,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1400,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5900,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"3750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2500,\"priceDoubleOcc\":\"3750.00\",\"priceSingleOcc\":3750,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3750,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2667,\"priceDoubleOcc\":\"4000.00\",\"priceSingleOcc\":4000,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4000,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2917,\"priceDoubleOcc\":\"4375.00\",\"priceSingleOcc\":4375,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4375,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":2833,\"priceDoubleOcc\":\"4250.00\",\"priceSingleOcc\":4250,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":4250,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3417,\"priceDoubleOcc\":\"5125.00\",\"priceSingleOcc\":5125,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5125,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3667,\"priceDoubleOcc\":\"5500.00\",\"priceSingleOcc\":5500,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5500,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on a twin or Triple sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per the Hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on Private Basic<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"337581\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[337581],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337582\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337582],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337583\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337583],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',3750,5900,2,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-13 13:38:56','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'2n-3d-hyderabad-package',NULL,NULL,NULL,0),(62,47000,1,38124,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":47000,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"HYDERABAD 2 NIGHT\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-01-11\",\"To\":\"2023-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"337921\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337922\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337923\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47000\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"5945.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":3963,\"priceDoubleOcc\":\"5945.00\",\"priceSingleOcc\":5945,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5945,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":4613,\"priceDoubleOcc\":\"6920.00\",\"priceSingleOcc\":6920,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":6920,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47000\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"5935.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":3957,\"priceDoubleOcc\":\"5935.00\",\"priceSingleOcc\":5935,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5935,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":5935,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-11\",\"To\":\"2023-01-31\",\"Currency\":1,\"priceTripleOcc\":4607,\"priceDoubleOcc\":\"6910.00\",\"priceSingleOcc\":6910,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6910,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":6910,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"Booking Terms\",\"CancellationPolicy\":\"CancellationPolicy\",\"Conditions\":\"Terms And Conditions\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"Travel Basics\",\"WhyUseUs\":\"Why Use Us\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"337921\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[337921],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337922\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337922],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337923\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337923],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India',NULL,'12538',5935,6920,2,NULL,NULL,NULL,2,'',0,'2023-01-11 00:00:00','2023-01-31 00:00:00','2023-01-31 00:00:00',3,'India','101','2023-01-11 18:32:38','2023-01-11 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'hyderabad-2-night',NULL,NULL,NULL,0),(63,3846,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3846\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Philippines\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Philippines Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any;<\\/li>\\r\\n\\t<li>Visa Application form;<\\/li>\\r\\n\\t<li>2 recent colour photographs (Photo Specification);<\\/li>\\r\\n\\t<li>Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<\\/li>\\r\\n\\t<li>Original updated Bank Statement with sufficient balance. (last 6 months);<\\/li>\\r\\n\\t<li>Credit Card copy and last 3 month’s statement or Foreign exchange receipt;<\\/li>\\r\\n\\t<li>Income Tax Returns \\/ Form 16 for last 3 years;<\\/li>\\r\\n\\t<li>Confirmed Air ticket;<\\/li>\\r\\n\\t<li>Hotel confirmation and payment receipt;<\\/li>\\r\\n\\t<li>Supporting Financial Documents such as Fixed Deposits, Property Investments, Other Investments etc. (Optional);<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Original Leave sanctioned certificate with company seal, signatory’s name and designation;<\\/p>\\r\\n\\r\\n<p>Last 3 months salary slip with company stamp.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2. If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Registration License \\/ MOA \\/ Partnership deed;<\\/p>\\r\\n\\r\\n<p>Company’s updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Company’s IT returns for last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Proof of retirement like pension book, statement etc.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student:<\\/p>\\r\\n\\r\\n<p>School \\/ College \\/ Institute ID Card;<\\/p>\\r\\n\\r\\n<p>Bonafide certificate.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor:<\\/p>\\r\\n\\r\\n<p>Birth Certificate;<\\/p>\\r\\n\\r\\n<p>No Objection Certificate from the parents \\/ non-accompanying parent on Rs 100\\/- stamp paper;<\\/p>\\r\\n\\r\\n<p>ID proof of parent like passport or PAN card.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative:<\\/p>\\r\\n\\r\\n<p>Invitation letter;<\\/p>\\r\\n\\r\\n<p>Inviter’s ID proof like Passport or Resident Permit;<\\/p>\\r\\n\\r\\n<p>Address proof like any Electricity bill, any Utility bill etc.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>7. If Sponsored:<\\/p>\\r\\n\\r\\n<p>Sponsorship letter;<\\/p>\\r\\n\\r\\n<p>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/p>\\r\\n\\r\\n<p>Updated bank statement of last 6 months;<\\/p>\\r\\n\\r\\n<p>Income tax returns of last 3 years.<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa:<\\/p>\\r\\n\\r\\n<p>Invitation letter from host Company stating purpose of trip, business details etc;<\\/p>\\r\\n\\r\\n<p>Covering letter from Indian company on company letterhead.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10 Days\",\"VisaValidity\":\"90\",\"VisaDuration\":\"30\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Philippines','Philippines',NULL,'173',3500,3500,0,NULL,NULL,NULL,0,'',0,'2023-01-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Philippines','173','2023-01-12 00:00:00','2023-01-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(64,3847,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3847\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Sri Lanka\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Sri Lanka Visa Documents:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned copy of first and last page of your Passport. Validity of your passport should be at least 6 months beyond your stay period in Sri Lanka and have minimum 3 blank pages;<\\/li>\\r\\n\\t<li>Confirmed return air ticket;<\\/li>\\r\\n\\t<li>Indian company and Sri Lankan company address. (For Sri Lanka Business Visa)<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Sri Lanka','Sri Lanka',NULL,'200',2000,2000,0,NULL,NULL,NULL,0,'',0,'2023-01-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Sri Lanka','200','2023-01-12 00:00:00','2023-01-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(65,47102,1,38124,0,0,0,'Family,Heritage,Educational Tours,Private,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":47102,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/n-d-hyderabad-package_1673597042\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>A city of contrasts, Hyderabad exudes an old-world charm of its own with the Old City (Charminar side), Hitech City (Cyberabad) and the other areas lying between the old and the new. The capital and the largest city of Telangana, Hyderabad is home to stately mosques and noisy bazaars lined parallelly alongside swanky new office buildings and malls, and it is these very contrasts – these glimpses into the city’s rich past with inherent promises of an even better future –that make Hyderabad a city worth visiting. Maybe even more than once.<\\/p>\\r\\n\\r\\n<p>Hyderabad pulsates with a spectacular mix of people and traditions. Make a journey through this mind-stirring metropolis and be ready to be amazed, frustrated, confounded and thrilled, all at once!<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"2N 3D Hyderabad Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,All Transfers\",\"PackageType\":\"Family,Heritage,Educational Tours,Private,Day Tour\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534275,\"Name\":\"The Golkonda Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.4044953\",\"Long\":\"78.4536581\",\"Address\":\"The Golkonda Hotel, Ambedkar Nagar, Masab Tank, Hyderabad, Telangana 500004, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1223,\"Title\":\"Necklace Road\",\"Description\":\"Necklace Road presents a fun filled yet calm environment to spend some relaxed moments. Built in the same way as the Queen’s Necklace of Mumbai, the Necklace Road of Hyderabad also resembles a necklace.  Necklace Road connects three major parks of the city, namely NTR Gardens, Lumbini Park and Sanjeevaiah Park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/necklace_road_12538_1670495998.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1107,\"Title\":\"Mecca Masjid\",\"Description\":\"The construction of Mecca Masjid Hyderabad involved close to 8000 masons who worked round the clock.  Mecca Masjid is one of the largest mosques not just in India but also in the world. The mosque has approximately 75-foot-high hall with dimensions of 220 feet by 180 feet. Interiors of the mosque are also beautifully decorated. It is believed that the main hall alone can accommodate 10,000 worshippers at a time. Along with this, there are 15 intricately designed arches supporting the roof of the prayer hall.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/mecca_masjid_12538_1670496110.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":38095,\"Title\":\"Laad Bazaar\",\"Description\":\"<p>Charminar has been popular for bangles and various other traditional items since many decades. The Laad Bazaar still presents a glimpse of the bygone eras. It is said that the market has been there since the Qutub Shahis and the Nizams era and thus presents a living heritage of the city.\\r\\n<\\/p><p>The name “Laad Bazaar” has apparently derived from the word “laad” which means lacquer. Lacquer is one of the important materials used to make bangles these vibrant lac bangles are very popular among visitors.<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338534\",\"Title\":\"Arrival and Check-in\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick-up from the Airport\\/Bus Station\\/Train Station and Check-in at the Hotel.<\\/p>\\r\\n\\r\\n<p>Later, visit the following Attractions:<\\/p>\\r\\n\\r\\n<p><strong>1<\\/strong>. <strong>Snow World<\\/strong>: Snow World at Lower Tank Bund houses state of the art technology with which it has been able to offer its guests an enjoyable space. Snow World covers an area of 17000 square feet. Filled with snow that is as natural as one would have it in nature, this enclosed area is cool and houses a number of fun slides. Other than this it also has a Snow Merry-go-round, Snow Sculptures, Snow Basket Ball, Snow Mountain, Snow Valley Ball, Snow Dancing and Ice Hotel. <\\/p>\\r\\n\\r\\n<p><span style="color:000000 font-family: Tahoma"><strong>2<\\/strong>. <strong>Birla Mandir<\\/strong>: <\\/span>Birla Mandir in Hyderabad is dedicated to Lord Venkateshwara of Tirumala Tirupati Temple. It is said that a whopping quantity of white marble, which is almost 2000 tonnes, was brought from Rajasthan for building this temple. <em>Birla planetarium<\\/em>-is the first phase of the Birla Science centre in Hyderabad, which was nothing less than a landmark in bridging the gap between science and the common masses. This dome shaped structure was developed with the technological help from Japan. <em>Birla Science Museum - <\\/em>Interactive Science Centre is one of the many sections where exhibits are designed on the basis of various Physics laws, mechanics, perception, vibration and sounds, energy and motors, electricity and magnetism and intriguing concepts of optical illusions and many other concepts. Mix Colors, Arch Bridge, Lift Yourself Up, Action-Reaction, The Magic Ball, Pedal Power and See Sounds are a few of the exhibits at the interaction Science section. <\\/p>\\r\\n\\r\\n<p><strong>3<\\/strong>. <strong>Lumbini Park: <\\/strong>Situated quite close to the famous standing statue of Lord Buddha and Hussain Sagar Lake the largest artificial lake of Asia, the Lumbini Park is a place worth visiting. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake.<\\/p>\\r\\n\\r\\n<p>4. <strong>NTR Gardens: <\\/strong>T<span style="color:000000">he Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children&39s playing area that keeps kids entertained.The massive entrance plaza with Nandi Bulls is also quite captivating.<\\/span>A mini train on a single track takes the visitors all around the garden making your visit all the more enjoyable.<\\/p>\\r\\n\\r\\n<p>5<span style="color:000000 font-size: 14px font-family: Tahoma">. <\\/span><span style="color:000000 font-size: 14px font-family: Tahoma font-weight: bold">Necklace Road: <\\/span><span style="color:000000">The Necklace road is bejewelled with a wide array of recreational activities along with umpteen numbers of restaurants and eat-outs. You will also find many stalls of ice cream, tea and other snacks. There are stalls of balloons and toys to for kids. The stretch of lush green lawns acts as perfect area where people can be seen sitting out with kids and families.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534275,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1223,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338535\",\"Title\":\"Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the largest and glamorous film studios in the world, Ramoji Film City has also place in the Guinness Book of World Records. Spread across an area of almost 2500 acres, it is one of the major film making facility of the country offering everything related to pre and post film production. The architecture of the studio and the wide range of settings makes it one of the favourite spot for many film makers.<\\/p>\\r\\n\\r\\n<p>With a capacity to accommodate close to 50 film units at the same time, Ramoji Film City offers umpteen numbers of film sets such as London Street, Hollywood sign, Japanese gardens, airport, hospital, etc. , landscapes and buildings as well as laboratories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534275,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338536\",\"Title\":\"Hyderabad Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After Breakfast at the Hotel proceed to the following historic monuments of Hyderabad:<\\/p>\\r\\n\\r\\n<p style="text-align:justify">1. <strong><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">Salar Jung Museum<\\/span><\\/strong><span style="color:000000 font-family: Tahoma text-align: start"> - 3rd largest museum in India with 43000 art objects (Indian Art, Far Eastern Art, European Art, Middle Eastern Art, etc.), 9000 manus and 47000 printed books, spread in 38 galleries. Not to be missed- Veiled marble statue of Rebecca, 19th C British Musical Clock, etc.<\\/span><\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">2<\\/span><span style="color:000000 font-family: Tahoma">. <\\/span><strong><span style="color:000000">Chowmahalla Palace -<\\/span> <\\/strong>Built in the 18th century during the rule of fifth Nizam, Afzal-ud-Daula, Asaf Jah V, said to resemble Shah Palace of Tehran in Iran in its architectural beauty.<\\/p>\\r\\n\\r\\n<p style="text-align:justify">3. <strong>Charminar - <\\/strong>Charminar is a square-shaped structure built out of granite and lime mortar. The monument predominantly has an Islamic-style design, it is flanked by four minarets on every corner which are 48.7 meters high. It is believed that the four minarets are symbolic of Islam&rsquos first four Khalifas. The landmark of the city was built by the fifth ruler of Qutb Shahi dynasty, Muhammad Quli Qutb Shah. Charminar, a monument and mosque, is an imposing model that celebrates the influence of the Muslim Turkomans<\\/p>\\r\\n\\r\\n<p style="text-align:justify">4. <strong>Mecca Masjid - <\\/strong>One of the oldest mosques in the city, the Mecca Masjid in Hyderabad is one of the largest Masjids in India. This revered shrine was commissioned by Muhammad Quli Qutub Shah, the fifth ruler of the Qutub Shahi Dynasty in the year 1614, while the construction saw completion in the year 1694. It is believed that he himself laid down the foundation stone of the edifice, and the arch embellishments over the main sanctum are made from the soil of the Holy Land of Mecca. It is due to this reason that it is called the &39Makkah Masjid&39 as well. With a capacity to accommodate as many as 10,000 people at any given time, the mosque also houses a hair belonging to Prophet Muhammad has been safely secured in the premises of the mosque. With its intricately designed architecture, rich history, and religious significance, the Mecca Masjid is indeed a humbling sight to behold.<\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma font-weight: bold">5<\\/span><span style="color:000000 font-family: Tahoma">. <strong>Lad Bazaar - <\\/strong><\\/span>The market, not just offers wide range of colour bangles to customers but also zari and embroidery works, sarees to other traditional clothing stuff along semi-precious stones. Laad bazaar pearls are equally famous too. Although a wide range of attractive items are being sold here, to buy the same you need to a master of bargaining! Bargaining for each and every item you decide to buy is a must. The prices are also enhanced extensively owing to the bargaining tradition of the place.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38095,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47102\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7535.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5023,\"priceDoubleOcc\":\"7535.00\",\"priceSingleOcc\":7535,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7535,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7535,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5250,\"priceDoubleOcc\":\"7875.00\",\"priceSingleOcc\":7875,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7875,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5593,\"priceDoubleOcc\":\"8390.00\",\"priceSingleOcc\":8390,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":8390,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5213,\"priceDoubleOcc\":\"7820.00\",\"priceSingleOcc\":7820,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7820,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5250,\"priceDoubleOcc\":\"7875.00\",\"priceSingleOcc\":7875,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7875,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6613,\"priceDoubleOcc\":\"9920.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":9920,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47102\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7505.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5003,\"priceDoubleOcc\":\"7505.00\",\"priceSingleOcc\":7505,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7505,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7505,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5230,\"priceDoubleOcc\":\"7845.00\",\"priceSingleOcc\":7845,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7845,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5573,\"priceDoubleOcc\":\"8360.00\",\"priceSingleOcc\":8360,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":8360,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5193,\"priceDoubleOcc\":\"7790.00\",\"priceSingleOcc\":7790,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7790,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5230,\"priceDoubleOcc\":\"7845.00\",\"priceSingleOcc\":7845,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":7845,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6593,\"priceDoubleOcc\":\"9890.00\",\"priceSingleOcc\":9890,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":9890,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation  as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338534\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338534],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338535\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338535],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338536\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338536],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',7505,9920,2,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-20 11:21:48','2023-01-13 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'2n-3d-hyderabad-package',NULL,NULL,NULL,0),(66,47084,1,38124,0,0,0,'Family,Heritage,Educational Tours,Private,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":47084,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/n-d-hyderabad-package_1673591846\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":7,\"DETAILS\":\"<p>A city of contrasts, Hyderabad exudes an old-world charm of its own with the Old City (Charminar side), Hitech City (Cyberabad) and the other areas lying between the old and the new. The capital and the largest city of Telangana, Hyderabad is home to stately mosques and noisy bazaars lined parallelly alongside swanky new office buildings and malls, and it is these very contrasts – these glimpses into the city’s rich past with inherent promises of an even better future –that make Hyderabad a city worth visiting. Maybe even more than once.<\\/p>\\r\\n\\r\\n<p>Hyderabad pulsates with a spectacular mix of people and traditions. Make a journey through this mind-stirring metropolis and be ready to be amazed, frustrated, confounded and thrilled, all at once!<\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"2N 3D Hyderabad Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,All Transfers\",\"PackageType\":\"Family,Heritage,Educational Tours,Private,Day Tour\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534246,\"Name\":\"Best Western Ashoka ( Hotel & AC Banquets)\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.404026\",\"Long\":\"78.4653228\",\"Address\":\"Metro Station 6-1, 70, Lakdikapul Rd, near to Lakdikapul, Ambedkar Colony, Khairtabad, Hyderabad, Telangana 500004, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1223,\"Title\":\"Necklace Road\",\"Description\":\"Necklace Road presents a fun filled yet calm environment to spend some relaxed moments. Built in the same way as the Queen’s Necklace of Mumbai, the Necklace Road of Hyderabad also resembles a necklace.  Necklace Road connects three major parks of the city, namely NTR Gardens, Lumbini Park and Sanjeevaiah Park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/necklace_road_12538_1670495998.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1107,\"Title\":\"Mecca Masjid\",\"Description\":\"The construction of Mecca Masjid Hyderabad involved close to 8000 masons who worked round the clock.  Mecca Masjid is one of the largest mosques not just in India but also in the world. The mosque has approximately 75-foot-high hall with dimensions of 220 feet by 180 feet. Interiors of the mosque are also beautifully decorated. It is believed that the main hall alone can accommodate 10,000 worshippers at a time. Along with this, there are 15 intricately designed arches supporting the roof of the prayer hall.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/mecca_masjid_12538_1670496110.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":38095,\"Title\":\"Laad Bazaar\",\"Description\":\"<p>Charminar has been popular for bangles and various other traditional items since many decades. The Laad Bazaar still presents a glimpse of the bygone eras. It is said that the market has been there since the Qutub Shahis and the Nizams era and thus presents a living heritage of the city.\\r\\n<\\/p><p>The name “Laad Bazaar” has apparently derived from the word “laad” which means lacquer. Lacquer is one of the important materials used to make bangles these vibrant lac bangles are very popular among visitors.<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338439\",\"Title\":\"Arrival and Check-in\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick-up from the Airport\\/Bus Station\\/Train Station and Check-in at the Hotel.<\\/p>\\r\\n\\r\\n<p>Later, visit the following Attractions:<\\/p>\\r\\n\\r\\n<p><strong>1<\\/strong>. <strong>Snow World<\\/strong>: Snow World at Lower Tank Bund houses state of the art technology with which it has been able to offer its guests an enjoyable space. Snow World covers an area of 17000 square feet. Filled with snow that is as natural as one would have it in nature, this enclosed area is cool and houses a number of fun slides. Other than this it also has a Snow Merry-go-round, Snow Sculptures, Snow Basket Ball, Snow Mountain, Snow Valley Ball, Snow Dancing and Ice Hotel. <\\/p>\\r\\n\\r\\n<p><span style="color:000000 font-family: Tahoma"><strong>2<\\/strong>. <strong>Birla Mandir<\\/strong>: <\\/span>Birla Mandir in Hyderabad is dedicated to Lord Venkateshwara of Tirumala Tirupati Temple. It is said that a whopping quantity of white marble, which is almost 2000 tonnes, was brought from Rajasthan for building this temple. <em>Birla planetarium<\\/em>-is the first phase of the Birla Science centre in Hyderabad, which was nothing less than a landmark in bridging the gap between science and the common masses. This dome shaped structure was developed with the technological help from Japan. <em>Birla Science Museum - <\\/em>Interactive Science Centre is one of the many sections where exhibits are designed on the basis of various Physics laws, mechanics, perception, vibration and sounds, energy and motors, electricity and magnetism and intriguing concepts of optical illusions and many other concepts. Mix Colors, Arch Bridge, Lift Yourself Up, Action-Reaction, The Magic Ball, Pedal Power and See Sounds are a few of the exhibits at the interaction Science section. <\\/p>\\r\\n\\r\\n<p><strong>3<\\/strong>. <strong>Lumbini Park: <\\/strong>Situated quite close to the famous standing statue of Lord Buddha and Hussain Sagar Lake the largest artificial lake of Asia, the Lumbini Park is a place worth visiting. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake.<\\/p>\\r\\n\\r\\n<p>4. <strong>NTR Gardens: <\\/strong>T<span style="color:000000">he Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children&39s playing area that keeps kids entertained.The massive entrance plaza with Nandi Bulls is also quite captivating.<\\/span>A mini train on a single track takes the visitors all around the garden making your visit all the more enjoyable.<\\/p>\\r\\n\\r\\n<p>5<span style="color:000000 font-size: 14px font-family: Tahoma">. <\\/span><span style="color:000000 font-size: 14px font-family: Tahoma font-weight: bold"><strong>Necklace Road:<\\/strong> <\\/span><span style="color:000000">The Necklace road is bejewelled with a wide array of recreational activities along with umpteen numbers of restaurants and eat-outs. You will also find many stalls of ice cream, tea and other snacks. There are stalls of balloons and toys to for kids. The stretch of lush green lawns acts as perfect area where people can be seen sitting out with kids and families.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534246,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1223,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338440\",\"Title\":\"Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the largest and glamorous film studios in the world, Ramoji Film City has also place in the Guinness Book of World Records. Spread across an area of almost 2500 acres, it is one of the major film making facility of the country offering everything related to pre and post film production. The architecture of the studio and the wide range of settings makes it one of the favourite spot for many film makers.<\\/p>\\r\\n\\r\\n<p>With a capacity to accommodate close to 50 film units at the same time, Ramoji Film City offers umpteen numbers of film sets such as London Street, Hollywood sign, Japanese gardens, airport, hospital, etc. , landscapes and buildings as well as laboratories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534246,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38095,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338441\",\"Title\":\"Hyderabad Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After Breakfast at the Hotel proceed to the following historic monuments of Hyderabad:<\\/p>\\r\\n\\r\\n<p style="text-align:justify">1. <strong><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">Salar Jung Museum<\\/span><\\/strong><span style="color:000000 font-family: Tahoma text-align: start"> - 3rd largest museum in India with 43000 art objects (Indian Art, Far Eastern Art, European Art, Middle Eastern Art, etc.), 9000 manus and 47000 printed books, spread in 38 galleries. Not to be missed- Veiled marble statue of Rebecca, 19th C British Musical Clock, etc.<\\/span><\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">2<\\/span><span style="color:000000 font-family: Tahoma">. <\\/span><strong><span style="color:000000">Chowmahalla Palace -<\\/span> <\\/strong>Built in the 18th century during the rule of fifth Nizam, Afzal-ud-Daula, Asaf Jah V, said to resemble Shah Palace of Tehran in Iran in its architectural beauty.<\\/p>\\r\\n\\r\\n<p style="text-align:justify">3. <strong>Charminar - <\\/strong>Charminar is a square-shaped structure built out of granite and lime mortar. The monument predominantly has an Islamic-style design, it is flanked by four minarets on every corner which are 48.7 meters high. It is believed that the four minarets are symbolic of Islam&rsquos first four Khalifas. The landmark of the city was built by the fifth ruler of Qutb Shahi dynasty, Muhammad Quli Qutb Shah. Charminar, a monument and mosque, is an imposing model that celebrates the influence of the Muslim Turkomans<\\/p>\\r\\n\\r\\n<p style="text-align:justify">4. <strong>Mecca Masjid - <\\/strong>One of the oldest mosques in the city, the Mecca Masjid in Hyderabad is one of the largest Masjids in India. This revered shrine was commissioned by Muhammad Quli Qutub Shah, the fifth ruler of the Qutub Shahi Dynasty in the year 1614, while the construction saw completion in the year 1694. It is believed that he himself laid down the foundation stone of the edifice, and the arch embellishments over the main sanctum are made from the soil of the Holy Land of Mecca. It is due to this reason that it is called the &39Makkah Masjid&39 as well. With a capacity to accommodate as many as 10,000 people at any given time, the mosque also houses a hair belonging to Prophet Muhammad has been safely secured in the premises of the mosque. With its intricately designed architecture, rich history, and religious significance, the Mecca Masjid is indeed a humbling sight to behold.<\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma font-weight: bold">5<\\/span><span style="color:000000 font-family: Tahoma">. <strong>Laad Bazaar - <\\/strong><\\/span>The market, not just offers wide range of colour bangles to customers but also zari and embroidery works, sarees to other traditional clothing stuff along semi-precious stones. Laad bazaar pearls are equally famous too. Although a wide range of attractive items are being sold here, to buy the same you need to a master of bargaining! Bargaining for each and every item you decide to buy is a must. The prices are also enhanced extensively owing to the bargaining tradition of the place.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38095,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47084\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":5300,\"priceDoubleOcc\":\"5300.00\",\"priceSingleOcc\":10600,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":5300,\"COSTSO\":10550,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":5407,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10760,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":5460,\"COSTSO\":10710,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"6810.00\",\"priceSingleOcc\":12110,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":6810,\"COSTSO\":12060,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":43133,\"priceDoubleOcc\":\"62050.00\",\"priceSingleOcc\":67350,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":62050,\"COSTSO\":67300,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":43467,\"priceDoubleOcc\":\"62550.00\",\"priceSingleOcc\":67850,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":62550,\"COSTSO\":67800,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":7333,\"priceDoubleOcc\":\"8350.00\",\"priceSingleOcc\":13650,\"priceExtraBed\":\"5300.00\",\"priceWithoutBed\":\"5300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5300,\"CEB\":5300,\"COSTDO\":8350,\"COSTSO\":13600,\"ACEB\":5300,\"COSTTO\":5300,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47084\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5270.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":5270,\"priceDoubleOcc\":\"5270.00\",\"priceSingleOcc\":10540,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5270,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":5270,\"COSTSO\":10520,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":5377,\"priceDoubleOcc\":\"5430.00\",\"priceSingleOcc\":10700,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5430,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":5430,\"COSTSO\":10680,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":6277,\"priceDoubleOcc\":\"6780.00\",\"priceSingleOcc\":12050,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":6780,\"COSTSO\":12030,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":43103,\"priceDoubleOcc\":\"62020.00\",\"priceSingleOcc\":67290,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":62020,\"COSTSO\":67270,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":43437,\"priceDoubleOcc\":\"62520.00\",\"priceSingleOcc\":67790,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":62520,\"COSTSO\":67770,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-04-01\",\"Currency\":1,\"priceTripleOcc\":7303,\"priceDoubleOcc\":\"8320.00\",\"priceSingleOcc\":13590,\"priceExtraBed\":\"5270.00\",\"priceWithoutBed\":\"5270.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8320,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5270,\"CEB\":5270,\"COSTDO\":8320,\"COSTSO\":13570,\"ACEB\":5270,\"COSTTO\":5270,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338439\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338439],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338440\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338440],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338441\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338441],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',5270,62550,2,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-13 00:00:00','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'2n-3d-hyderabad-package',NULL,NULL,NULL,0),(67,47077,1,38124,0,0,0,'Family,Heritage,Educational Tours,Private,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":47077,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/n-d-hyderabad-package_1673588540\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>A city of contrasts, Hyderabad exudes an old-world charm of its own with the Old City (Charminar side), Hitech City (Cyberabad) and the other areas lying between the old and the new. The capital and the largest city of Telangana, Hyderabad is home to stately mosques and noisy bazaars lined parallelly alongside swanky new office buildings and malls, and it is these very contrasts – these glimpses into the city’s rich past with inherent promises of an even better future –that make Hyderabad a city worth visiting. Maybe even more than once.<\\/p>\\r\\n\\r\\n<p>Hyderabad pulsates with a spectacular mix of people and traditions. Make a journey through this mind-stirring metropolis and be ready to be amazed, frustrated, confounded and thrilled, all at once!<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"2N 3D Hyderabad Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,All Transfers\",\"PackageType\":\"Family,Heritage,Educational Tours,Private,Day Tour\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534235,\"Name\":\"The Central Court Hotel\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.4041939\",\"Long\":\"78.4650802\",\"Address\":\"6-1-71, Lakdikapul Rd, beside HDFC Bank, Saifabad, Khairtabad, Hyderabad, Telangana 500004, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1223,\"Title\":\"Necklace Road\",\"Description\":\"Necklace Road presents a fun filled yet calm environment to spend some relaxed moments. Built in the same way as the Queen’s Necklace of Mumbai, the Necklace Road of Hyderabad also resembles a necklace.  Necklace Road connects three major parks of the city, namely NTR Gardens, Lumbini Park and Sanjeevaiah Park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/necklace_road_12538_1670495998.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1107,\"Title\":\"Mecca Masjid\",\"Description\":\"The construction of Mecca Masjid Hyderabad involved close to 8000 masons who worked round the clock.  Mecca Masjid is one of the largest mosques not just in India but also in the world. The mosque has approximately 75-foot-high hall with dimensions of 220 feet by 180 feet. Interiors of the mosque are also beautifully decorated. It is believed that the main hall alone can accommodate 10,000 worshippers at a time. Along with this, there are 15 intricately designed arches supporting the roof of the prayer hall.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/mecca_masjid_12538_1670496110.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":38095,\"Title\":\"Laad Bazaar\",\"Description\":\"<p>Charminar has been popular for bangles and various other traditional items since many decades. The Laad Bazaar still presents a glimpse of the bygone eras. It is said that the market has been there since the Qutub Shahis and the Nizams era and thus presents a living heritage of the city.\\r\\n<\\/p><p>The name “Laad Bazaar” has apparently derived from the word “laad” which means lacquer. Lacquer is one of the important materials used to make bangles these vibrant lac bangles are very popular among visitors.<\\/p><p>\\r\\n<\\/p>\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338398\",\"Title\":\"Arrival and Check-in\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick-up from the Airport\\/Bus Station\\/Train Station and Check-in at the Hotel.<\\/p>\\r\\n\\r\\n<p>Later, visit the following Attractions:<\\/p>\\r\\n\\r\\n<p><strong>1<\\/strong>. <strong>Snow World<\\/strong>: Snow World at Lower Tank Bund houses state of the art technology with which it has been able to offer its guests an enjoyable space. Snow World covers an area of 17000 square feet. Filled with snow that is as natural as one would have it in nature, this enclosed area is cool and houses a number of fun slides. Other than this it also has a Snow Merry-go-round, Snow Sculptures, Snow Basket Ball, Snow Mountain, Snow Valley Ball, Snow Dancing and Ice Hotel. <\\/p>\\r\\n\\r\\n<p><span style="color:000000 font-family: Tahoma"><strong>2<\\/strong>. <strong>Birla Mandir<\\/strong>: <\\/span>Birla Mandir in Hyderabad is dedicated to Lord Venkateshwara of Tirumala Tirupati Temple. It is said that a whopping quantity of white marble, which is almost 2000 tonnes, was brought from Rajasthan for building this temple. <em>Birla planetarium<\\/em>-is the first phase of the Birla Science centre in Hyderabad, which was nothing less than a landmark in bridging the gap between science and the common masses. This dome shaped structure was developed with the technological help from Japan. <em>Birla Science Museum - <\\/em>Interactive Science Centre is one of the many sections where exhibits are designed on the basis of various Physics laws, mechanics, perception, vibration and sounds, energy and motors, electricity and magnetism and intriguing concepts of optical illusions and many other concepts. Mix Colors, Arch Bridge, Lift Yourself Up, Action-Reaction, The Magic Ball, Pedal Power and See Sounds are a few of the exhibits at the interaction Science section. <\\/p>\\r\\n\\r\\n<p><strong>3<\\/strong>. <strong>Lumbini Park: <\\/strong>Situated quite close to the famous standing statue of Lord Buddha and Hussain Sagar Lake the largest artificial lake of Asia, the Lumbini Park is a place worth visiting. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake.<\\/p>\\r\\n\\r\\n<p>4. <strong>NTR Gardens: <\\/strong>T<span style="color:000000">he Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children&39s playing area that keeps kids entertained.The massive entrance plaza with Nandi Bulls is also quite captivating.<\\/span>A mini train on a single track takes the visitors all around the garden making your visit all the more enjoyable.<\\/p>\\r\\n\\r\\n<p>5<span style="color:000000 font-size: 14px font-family: Tahoma">. <\\/span><span style="color:000000 font-size: 14px font-family: Tahoma font-weight: bold"><strong>Necklace Road:<\\/strong> <\\/span><span style="color:000000">The Necklace road is bejewelled with a wide array of recreational activities along with umpteen numbers of restaurants and eat-outs. You will also find many stalls of ice cream, tea and other snacks. There are stalls of balloons and toys to for kids. The stretch of lush green lawns acts as perfect area where people can be seen sitting out with kids and families.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1223,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338399\",\"Title\":\"Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the largest and glamorous film studios in the world, Ramoji Film City has also place in the Guinness Book of World Records. Spread across an area of almost 2500 acres, it is one of the major film making facility of the country offering everything related to pre and post film production. The architecture of the studio and the wide range of settings makes it one of the favourite spot for many film makers.<\\/p>\\r\\n\\r\\n<p>With a capacity to accommodate close to 50 film units at the same time, Ramoji Film City offers umpteen numbers of film sets such as London Street, Hollywood sign, Japanese gardens, airport, hospital, etc. , landscapes and buildings as well as laboratories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338400\",\"Title\":\"Hyderabad Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After Breakfast at the Hotel proceed to the following historic monuments of Hyderabad:<\\/p>\\r\\n\\r\\n<p style="text-align:justify">1. <strong><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">Salar Jung Museum<\\/span><\\/strong><span style="color:000000 font-family: Tahoma text-align: start"> - 3rd largest museum in India with 43000 art objects (Indian Art, Far Eastern Art, European Art, Middle Eastern Art, etc.), 9000 manus and 47000 printed books, spread in 38 galleries. Not to be missed- Veiled marble statue of Rebecca, 19th C British Musical Clock, etc.<\\/span><\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">2<\\/span><span style="color:000000 font-family: Tahoma">. <\\/span><strong><span style="color:000000">Chowmahalla Palace -<\\/span> <\\/strong>Built in the 18th century during the rule of fifth Nizam, Afzal-ud-Daula, Asaf Jah V, said to resemble Shah Palace of Tehran in Iran in its architectural beauty.<\\/p>\\r\\n\\r\\n<p style="text-align:justify">3. <strong>Charminar - <\\/strong>Charminar is a square-shaped structure built out of granite and lime mortar. The monument predominantly has an Islamic-style design, it is flanked by four minarets on every corner which are 48.7 meters high. It is believed that the four minarets are symbolic of Islam&rsquos first four Khalifas. The landmark of the city was built by the fifth ruler of Qutb Shahi dynasty, Muhammad Quli Qutb Shah. Charminar, a monument and mosque, is an imposing model that celebrates the influence of the Muslim Turkomans<\\/p>\\r\\n\\r\\n<p style="text-align:justify">4. <strong>Mecca Masjid - <\\/strong>One of the oldest mosques in the city, the Mecca Masjid in Hyderabad is one of the largest Masjids in India. This revered shrine was commissioned by Muhammad Quli Qutub Shah, the fifth ruler of the Qutub Shahi Dynasty in the year 1614, while the construction saw completion in the year 1694. It is believed that he himself laid down the foundation stone of the edifice, and the arch embellishments over the main sanctum are made from the soil of the Holy Land of Mecca. It is due to this reason that it is called the &39Makkah Masjid&39 as well. With a capacity to accommodate as many as 10,000 people at any given time, the mosque also houses a hair belonging to Prophet Muhammad has been safely secured in the premises of the mosque. With its intricately designed architecture, rich history, and religious significance, the Mecca Masjid is indeed a humbling sight to behold.<\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma font-weight: bold">5<\\/span><span style="color:000000 font-family: Tahoma">. <strong>Laad Bazaar - <\\/strong><\\/span>The market, not just offers wide range of colour bangles to customers but also zari and embroidery works, sarees to other traditional clothing stuff along semi-precious stones. Laad bazaar pearls are equally famous too. Although a wide range of attractive items are being sold here, to buy the same you need to a master of bargaining! Bargaining for each and every item you decide to buy is a must. The prices are also enhanced extensively owing to the bargaining tradition of the place.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38095,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4830.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4830,\"priceDoubleOcc\":\"4830.00\",\"priceSingleOcc\":9660,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4830,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":4830,\"COSTSO\":9610,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5043,\"priceDoubleOcc\":\"5150.00\",\"priceSingleOcc\":9980,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":5150,\"COSTSO\":9930,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4877,\"priceDoubleOcc\":\"4900.00\",\"priceSingleOcc\":9730,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":4900,\"COSTSO\":9680,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5003,\"priceDoubleOcc\":\"5090.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5090,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":5090,\"COSTSO\":9870,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5043,\"priceDoubleOcc\":\"5150.00\",\"priceSingleOcc\":9980,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":5150,\"COSTSO\":9930,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6403,\"priceDoubleOcc\":\"7190.00\",\"priceSingleOcc\":12020,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7190,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4830,\"CEB\":4830,\"COSTDO\":7190,\"COSTSO\":11970,\"ACEB\":4830,\"COSTTO\":4830,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4800,\"priceDoubleOcc\":\"4800.00\",\"priceSingleOcc\":9600,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":4800,\"COSTSO\":9580,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5013,\"priceDoubleOcc\":\"5120.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":5120,\"COSTSO\":9900,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4847,\"priceDoubleOcc\":\"4870.00\",\"priceSingleOcc\":9670,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4870,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":4870,\"COSTSO\":9650,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4973,\"priceDoubleOcc\":\"5060.00\",\"priceSingleOcc\":9860,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":5060,\"COSTSO\":9840,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5013,\"priceDoubleOcc\":\"5120.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":5120,\"COSTSO\":9900,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6373,\"priceDoubleOcc\":\"7160.00\",\"priceSingleOcc\":11960,\"priceExtraBed\":\"4800.00\",\"priceWithoutBed\":\"4800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":7160,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4800,\"CEB\":4800,\"COSTDO\":7160,\"COSTSO\":11940,\"ACEB\":4800,\"COSTTO\":4800,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date..<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338398\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338398],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338399\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338399],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338400\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338400],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',4800,7190,2,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-13 00:00:00','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'2n-3d-hyderabad-package',NULL,NULL,NULL,0),(68,47017,1,38124,1,0,0,'Family,Heritage,Educational Tours,Private,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":47017,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/n-d-hyderabad-package_1673505536\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>A city of contrasts, Hyderabad exudes an old-world charm of its own with the Old City (Charminar side), Hitech City (Cyberabad) and the other areas lying between the old and the new. The capital and the largest city of Telangana, Hyderabad is home to stately mosques and noisy bazaars lined parallelly alongside swanky new office buildings and malls, and it is these very contrasts – these glimpses into the city’s rich past with inherent promises of an even better future –that make Hyderabad a city worth visiting. Maybe even more than once.<\\/p>\\r\\n\\r\\n<p>Hyderabad pulsates with a spectacular mix of people and traditions. Make a journey through this mind-stirring metropolis and be ready to be amazed, frustrated, confounded and thrilled, all at once!<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Hyderabad\",\"DestinationPlacesSysId\":12538,\"SourcePlaces\":\"Hyderabad\",\"SourcePlaceSysId\":12538,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"2N 3D Hyderabad Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Family,Heritage,Educational Tours,Private,Day Tour\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12538,\"Title\":\"Hyderabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534076,\"Name\":\"Treebo Trend Syn Elite Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.390599\",\"Long\":\"78.46994219999999\",\"Address\":\"5-8-165\\/A, Nampally Station Rd, Red Hills, Nampally, Hyderabad, Telangana 500001, India\"},\"Images\":[],\"CityId\":12538,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":215,\"Title\":\"Birla Mandir\",\"Description\":\"Birla Mandir is an enchanting modern temple built atop the Kala Pahad, the twin hillock of the Naubat Pahad. With mixed architectural styles from Odhisha and South Indian, the place of worship is embellished with exotic epic scenes from the Ramayana and Mahabharata that are finely sculpted in marble. The inner shrine of the temple has an 11ft tall replica of Tirupati Venkateswara.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_mir_12538_1670504319.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":217,\"Title\":\"Birla Science Museum\",\"Description\":\"One of the best-rated science institutions world-over, the Birla Science Museum is amongst the busiest and most attended places in India.  It provides wholesome exploration of science and its various arms with a planetarium that uncovers several mysteries of the universe. A unique Participatory Science Museum with Archaeology and Fine Art sections is a huge draw.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4029912,\"Long\":78.4696363,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/birla_science_museum_12538_1670504242.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1006,\"Title\":\"Lumbini Park\",\"Description\":\"The park is part of the Buddha Purnima project of Hyderabad Urban Development Authority. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake. One of the main attractions of the Lumbini Park is the giant clock at the entrance of the park which has been designed using various kinds of colourful flowering plants.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/lumbini_park_12538_1670496331.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1223,\"Title\":\"Necklace Road\",\"Description\":\"Necklace Road presents a fun filled yet calm environment to spend some relaxed moments. Built in the same way as the Queen’s Necklace of Mumbai, the Necklace Road of Hyderabad also resembles a necklace.  Necklace Road connects three major parks of the city, namely NTR Gardens, Lumbini Park and Sanjeevaiah Park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4090441,\"Long\":78.4700443,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/necklace_road_12538_1670495998.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1248,\"Title\":\"NTR Garden\",\"Description\":\"NTR Gardens is a small public, urban park of 36 acres. The area that is predominantly a park is geographically located in the centre of the city. The Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children's playing area that keeps kids entertained. The massive entrance plaza with Nandi Bulls is also quite captivating.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":17.4116824,\"Long\":78.4712058,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ntr_garden_12538_1670495571.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1635,\"Title\":\"Snow World\",\"Description\":\"An indoor wonder world of snow and chill, Snow World is among the must experience places. With one of the largest snow areas spread over 17,000sft, the engaging place is built with state-of-the-art technology producing snow as close to the real one as possible.\\r\\nWith temperature freezing up to -5degree Celsius, the created ambience has a thrilling environment with polar bears, penguins, alpine trees, and snow all the way. A complete arena with kids snow play area, snow slide, snow merry-go-round, sculptures, snow basketball, snow mountain, volley ball, dancing, and an ice hotel make Snow World a family destination.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/snow_world_12538_1670494134.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1443,\"Title\":\"Ramoji Film City\",\"Description\":\"Ramoji Film city is said to be one of the haunted destinations in India. The only one of its kind in India.The world’s largest integrated film city, spread across 2,000acres ensures that every visitor makes most from the day spent here. Features include well-defined categories of entertainment suited for different ages from Eureka, the performance arena modelled on the lines of royal forts hosting live shows, to getting a tour of a typical film studio, multi-cuisine restaurants, shopping venues, kids’ park, and even a bird park.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/ramoji_film_city_12538_1670494960.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":308,\"Title\":\"Charminar\",\"Description\":\"The epic signature of the city, Char Minar makes for a wonderful sight. Located in the heart of Hyderabad’s old city, surrounded by Mecca Masjid, built using bricks from Mecca and Laad Bazaar - a boisterous shopping street, this landmark is laced in history. It was constructed to commemorate the founding of Hyderabad and also to ward of a deadly epidemic that was rampant then in the Golconda region. Graced by 4 minarets soaring almost 50ft in height, it has a mosque and 45 prayer spaces is amongst the famous places in Hyderabad.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/charminar_12538_1670503667.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":349,\"Title\":\"Chowmahalla Palace\",\"Description\":\"Chowmahalla Palace or Chowmahallatuu (4 Palaces), is a palace of the Nizams of Hyderabad state. It was the seat of the Asaf Jahi dynasty and was the official residence of the Nizams of Hyderabad while they ruled their state.  The palace remains the property of Barkat Ali Khan Mukarram Jah, heir of the Nizams. The prestigious UNESCO Asia Pacific Merit award for cultural heritage conservation was presented to Chowmahalla Palace on 15 March 2010.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/chowmahalla_palace_12538_1670503562.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1107,\"Title\":\"Mecca Masjid\",\"Description\":\"The construction of Mecca Masjid Hyderabad involved close to 8000 masons who worked round the clock.  Mecca Masjid is one of the largest mosques not just in India but also in the world. The mosque has approximately 75-foot-high hall with dimensions of 220 feet by 180 feet. Interiors of the mosque are also beautifully decorated. It is believed that the main hall alone can accommodate 10,000 worshippers at a time. Along with this, there are 15 intricately designed arches supporting the roof of the prayer hall.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/mecca_masjid_12538_1670496110.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1514,\"Title\":\"Salarjung Museum\",\"Description\":\"The Salar Jung Museum has illustrious neighbours like the Charminar, Mecca Masjid and State Central Library and you can see all of them in a small walk tour. One of the must see places to visit in Hyderabad with family, this is among India’s premier museums with 38 galleries spread over three buildings.\",\"CurrencyType\":0,\"CityId\":12538,\"CityName\":\"Hyderabad\",\"Lat\":15.9128998,\"Long\":79.7399875,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/12538\\/sightseeing\\/salarjung_museum_12538_1670494649.jpg\",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338037\",\"Title\":\"Day 1: Arrival and Check-in\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick-up from the Airport\\/Bus Station\\/Train Station and Check-in at the Hotel.<\\/p>\\r\\n\\r\\n<p>Later, visit the following Attractions:<\\/p>\\r\\n\\r\\n<p><strong>1<\\/strong>. <strong>Snow World<\\/strong>: Snow World at Lower Tank Bund houses state of the art technology with which it has been able to offer its guests an enjoyable space. Snow World covers an area of 17000 square feet. Filled with snow that is as natural as one would have it in nature, this enclosed area is cool and houses a number of fun slides. Other than this it also has a Snow Merry-go-round, Snow Sculptures, Snow Basket Ball, Snow Mountain, Snow Valley Ball, Snow Dancing and Ice Hotel. <\\/p>\\r\\n\\r\\n<p><span style="color:000000 font-family: Tahoma"><strong>2<\\/strong>. <strong>Birla Mandir<\\/strong>: <\\/span>Birla Mandir in Hyderabad is dedicated to Lord Venkateshwara of Tirumala Tirupati Temple. It is said that a whopping quantity of white marble, which is almost 2000 tonnes, was brought from Rajasthan for building this temple. <em>Birla planetarium<\\/em>-is the first phase of the Birla Science centre in Hyderabad, which was nothing less than a landmark in bridging the gap between science and the common masses. This dome shaped structure was developed with the technological help from Japan. <em>Birla Science Museum - <\\/em>Interactive Science Centre is one of the many sections where exhibits are designed on the basis of various Physics laws, mechanics, perception, vibration and sounds, energy and motors, electricity and magnetism and intriguing concepts of optical illusions and many other concepts. Mix Colors, Arch Bridge, Lift Yourself Up, Action-Reaction, The Magic Ball, Pedal Power and See Sounds are a few of the exhibits at the interaction Science section. <\\/p>\\r\\n\\r\\n<p><strong>3<\\/strong>. <strong>Lumbini Park: <\\/strong>Situated quite close to the famous standing statue of Lord Buddha and Hussain Sagar Lake the largest artificial lake of Asia, the Lumbini Park is a place worth visiting. An apt place for relaxation, this park is visited by everyone. It is quite popular among kids. For kids, there are fun rides. It is more like a mini entertainment park right in the middle of the city, by the side of an beautiful lake.<\\/p>\\r\\n\\r\\n<p>4. <strong>NTR Gardens: <\\/strong>T<span style="color:000000">he Garden offers various kinds of recreational options as well. Some of these are boat ride, Japanese garden, Roaring Cascade, a Fountain, etc. There is a Children&39s playing area that keeps kids entertained.The massive entrance plaza with Nandi Bulls is also quite captivating.<\\/span>A mini train on a single track takes the visitors all around the garden making your visit all the more enjoyable.<\\/p>\\r\\n\\r\\n<p>5<span style="color:000000 font-size: 14px font-family: Tahoma">. <\\/span><span style="color:000000 font-size: 14px font-family: Tahoma font-weight: bold"><strong>Necklace Road:<\\/strong> <\\/span><span style="color:000000">The Necklace road is bejewelled with a wide array of recreational activities along with umpteen numbers of restaurants and eat-outs. You will also find many stalls of ice cream, tea and other snacks. There are stalls of balloons and toys to for kids. The stretch of lush green lawns acts as perfect area where people can be seen sitting out with kids and families.<\\/span><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1006,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1223,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338038\",\"Title\":\"Ramoji Film City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the largest and glamorous film studios in the world, Ramoji Film City has also place in the Guinness Book of World Records. Spread across an area of almost 2500 acres, it is one of the major film making facility of the country offering everything related to pre and post film production. The architecture of the studio and the wide range of settings makes it one of the favourite spot for many film makers.<\\/p>\\r\\n\\r\\n<p>With a capacity to accommodate close to 50 film units at the same time, Ramoji Film City offers umpteen numbers of film sets such as London Street, Hollywood sign, Japanese gardens, airport, hospital, etc. , landscapes and buildings as well as laboratories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1443,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":1635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338039\",\"Title\":\"Hyderabad Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After Breakfast at the Hotel proceed to the following historic monuments of Hyderabad:<\\/p>\\r\\n\\r\\n<p style="text-align:justify">1. <strong><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">Salar Jung Museum<\\/span><\\/strong><span style="color:000000 font-family: Tahoma text-align: start"> - 3rd largest museum in India with 43000 art objects (Indian Art, Far Eastern Art, European Art, Middle Eastern Art, etc.), 9000 manus and 47000 printed books, spread in 38 galleries. Not to be missed- Veiled marble statue of Rebecca, 19th C British Musical Clock, etc.<\\/span><\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma text-align: start font-weight: bold">2<\\/span><span style="color:000000 font-family: Tahoma">. <\\/span><strong><span style="color:000000">Chowmahalla Palace -<\\/span> <\\/strong>Built in the 18th century during the rule of fifth Nizam, Afzal-ud-Daula, Asaf Jah V, said to resemble Shah Palace of Tehran in Iran in its architectural beauty.<\\/p>\\r\\n\\r\\n<p style="text-align:justify">3. <strong>Charminar - <\\/strong>Charminar is a square-shaped structure built out of granite and lime mortar. The monument predominantly has an Islamic-style design, it is flanked by four minarets on every corner which are 48.7 meters high. It is believed that the four minarets are symbolic of Islam&rsquos first four Khalifas. The landmark of the city was built by the fifth ruler of Qutb Shahi dynasty, Muhammad Quli Qutb Shah. Charminar, a monument and mosque, is an imposing model that celebrates the influence of the Muslim Turkomans<\\/p>\\r\\n\\r\\n<p style="text-align:justify">4. <strong>Mecca Masjid - <\\/strong>One of the oldest mosques in the city, the Mecca Masjid in Hyderabad is one of the largest Masjids in India. This revered shrine was commissioned by Muhammad Quli Qutub Shah, the fifth ruler of the Qutub Shahi Dynasty in the year 1614, while the construction saw completion in the year 1694. It is believed that he himself laid down the foundation stone of the edifice, and the arch embellishments over the main sanctum are made from the soil of the Holy Land of Mecca. It is due to this reason that it is called the &39Makkah Masjid&39 as well. With a capacity to accommodate as many as 10,000 people at any given time, the mosque also houses a hair belonging to Prophet Muhammad has been safely secured in the premises of the mosque. With its intricately designed architecture, rich history, and religious significance, the Mecca Masjid is indeed a humbling sight to behold.<\\/p>\\r\\n\\r\\n<p style="text-align:justify"><span style="color:000000 font-family: Tahoma font-weight: bold">5<\\/span><span style="color:000000 font-family: Tahoma">. <strong>Lad Bazaar - <\\/strong><\\/span>The market, not just offers wide range of colour bangles to customers but also zari and embroidery works, sarees to other traditional clothing stuff along semi-precious stones. Laad bazaar pearls are equally famous too. Although a wide range of attractive items are being sold here, to buy the same you need to a master of bargaining! Bargaining for each and every item you decide to buy is a must. The prices are also enhanced extensively owing to the bargaining tradition of the place.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12538,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":308,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1514,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47017\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"3950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3950,\"priceDoubleOcc\":\"3950.00\",\"priceSingleOcc\":7900,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":3950,\"COSTSO\":7850,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4122,\"priceDoubleOcc\":\"4208.00\",\"priceSingleOcc\":8158,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4208,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":4208,\"COSTSO\":8108,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4483,\"priceDoubleOcc\":\"4750.00\",\"priceSingleOcc\":8700,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":4750,\"COSTSO\":8650,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4150,\"priceDoubleOcc\":\"4250.00\",\"priceSingleOcc\":8200,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":4250,\"COSTSO\":8150,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4217,\"priceDoubleOcc\":\"4350.00\",\"priceSingleOcc\":8300,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":4350,\"COSTSO\":8250,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5550,\"priceDoubleOcc\":\"6350.00\",\"priceSingleOcc\":10300,\"priceExtraBed\":\"3950.00\",\"priceWithoutBed\":\"3950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":50,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3950,\"CEB\":3950,\"COSTDO\":6350,\"COSTSO\":10250,\"ACEB\":3950,\"COSTTO\":3950,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47017\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"3920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":3920,\"priceDoubleOcc\":\"3920.00\",\"priceSingleOcc\":7840,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":3920,\"COSTSO\":7820,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4092,\"priceDoubleOcc\":\"4178.00\",\"priceSingleOcc\":8098,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4178,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":4178,\"COSTSO\":8078,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4453,\"priceDoubleOcc\":\"4720.00\",\"priceSingleOcc\":8640,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":4720,\"COSTSO\":8620,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4120,\"priceDoubleOcc\":\"4220.00\",\"priceSingleOcc\":8140,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":4220,\"COSTSO\":8120,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":4187,\"priceDoubleOcc\":\"4320.00\",\"priceSingleOcc\":8240,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4320,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":4320,\"COSTSO\":8220,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null},{\"From\":\"2023-01-12\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":5520,\"priceDoubleOcc\":\"6320.00\",\"priceSingleOcc\":10240,\"priceExtraBed\":\"3920.00\",\"priceWithoutBed\":\"3920.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6320,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3920,\"CEB\":3920,\"COSTDO\":6320,\"COSTSO\":10220,\"ACEB\":3920,\"COSTTO\":3920,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50% advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100% payment is to be made for domestic packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle <\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338037\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338037],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338038\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338038],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338039\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338039],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Hyderabad','Hyderabad,Telangana,Indian Subcontinent,South India,India,Ramoji Film City',NULL,'12538',3920,6350,2,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-01-13 00:00:00','2023-01-13 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'2n-3d-hyderabad-package',NULL,NULL,NULL,0),(69,47107,1,38124,0,0,0,'Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":47107,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/38124\\/package\\/images\\/mesmerising-kashmir-n---d_1673599194\",\"BookingValidUntill\":\"2023-04-13\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>The beauty of Kashmir is unparalleled. From its towering mountains to its lush green valleys and winding rivers, the natural beauty of this region is breathtaking. The vibrant culture, rich history, and hospitable people of Kashmir also add to its beauty. Whether you're exploring the Mughal gardens, taking a shikara ride on Dal Lake, or simply taking in the majestic views of the Himalayas, Kashmir is sure to leave you with lasting memories of its beauty.<\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":38124,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":38124,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"LEISURE TRAVEL SHOPPE\",\"Name\":\"MESMERISING KASHMIR 3N - 4D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"12831\",\"SupplierName\":\"Lts\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Activity,Sightseeing,All Transfers\",\"PackageType\":\"Hill Station\",\"Validity\":{\"From\":\"2023-01-13\",\"To\":\"2023-04-13\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534282,\"Name\":\"House Boat Silver Street\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.083936\",\"Long\":\"74.8345724\",\"Address\":\"Ghat No 7, Boulevard Dal Lake, Karapura, Rainawari, Srinagar, 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"House Boat\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":534287,\"Name\":\"Hotel Shree Mazda\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.070396\",\"Long\":\"74.8410814\",\"Address\":\"NH1, Hamza Colony, Sonwar Bagh, Srinagar, 190004\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null},{\"RefSSId\":1278,\"Title\":\"Pahalgam City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5455\\/thumb\\/Pahalgam City Tour_158.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":12831,\"SupplierName\":\"Lts\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338569\",\"Title\":\"Arrival and Stay In House Boat\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Welcome to Srinagar. Our representative\\/driver will pickup from Srinagar Airport or Railway Station. Check into the hotel \\/houseboat and relax for some time.<\\/p>\\r\\n\\r\\n<p>Later you will head to the wold famous Mughal i.e. Nishat Garden, Shalimar Garden and Chashme Shahi. In the Evening enjoy Shiara Ride on Dal lake for 01 Hour.<\\/p>\\r\\n\\r\\n<p>Later Back to the hotel\\/houseboat and have a delicious dinner. overnight stay at Srinagar Houseboat \\/Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534282,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"House Boat\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338570\",\"Title\":\"Srinagar - Pahalgam - Srinagar \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Once you are done with a scrumptious breakfast, then head to Pahalgam Valley. . Pahalgam is 2440 Mtrs above sea level (Valley of Shepherds) on the way visit Saffron fields. Pahalgam is the most famous place for Indian Film Industry. When you visit Pahalgam, you can enjoy all the sporting activities.<\\/p>\\r\\n\\r\\n<p>Enjoy the nature charm of the valley. One can visit Betaab Valley, Chandanwari and Aru Valley in Pahalgam (Direct payment basis).After sightseeing return to Srinagar Hotel. Enjoy your dinner & lovely stay at Srinagar hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534287,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1278,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338571\",\"Title\":\"Srinagar - Gulmarg - Srinagar \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Today morning after having your delicious breakfast you can go for the day trip to Gulmarg. Gulmarg is Approx. 2730 Mtrs above sea Level) and known as ("Meadow of Flowers").<\\/p>\\r\\n\\r\\n<p>Gulmarg is the most beautiful town, a beautiful hill station, and a popular skiing destination during winter. Gulmarg is famous because of its "Gulmarg Gondola," one of the highest cable car in the world (Direct Payment Basis). After sightseeing return to Srinagar Hotel. Enjoy your dinner & lovely stay at the Srinagar hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534287,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338572\",\"Title\":\"Departure\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>Free Time For Shopping And Drop To the Airport For Onward Journey <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47107\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4960.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":4960,\"priceDoubleOcc\":\"4960.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":4960,\"COSTSO\":9910,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":4960,\"priceDoubleOcc\":\"4960.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":4960,\"COSTSO\":9910,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5327,\"priceDoubleOcc\":\"5510.00\",\"priceSingleOcc\":10470,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5510,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":5510,\"COSTSO\":10460,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5660,\"priceDoubleOcc\":\"6010.00\",\"priceSingleOcc\":10970,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6010,\"COSTSO\":10960,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5927,\"priceDoubleOcc\":\"6410.00\",\"priceSingleOcc\":11370,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6410,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6410,\"COSTSO\":11360,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5993,\"priceDoubleOcc\":\"6510.00\",\"priceSingleOcc\":11470,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6510,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6510,\"COSTSO\":11460,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47107\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4960.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":4960,\"priceDoubleOcc\":\"4960.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":4960,\"COSTSO\":9910,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":4960,\"priceDoubleOcc\":\"4960.00\",\"priceSingleOcc\":9920,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":4960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":4960,\"COSTSO\":9910,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5327,\"priceDoubleOcc\":\"5510.00\",\"priceSingleOcc\":10470,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":5510,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":5510,\"COSTSO\":10460,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5660,\"priceDoubleOcc\":\"6010.00\",\"priceSingleOcc\":10970,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6010,\"COSTSO\":10960,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5927,\"priceDoubleOcc\":\"6410.00\",\"priceSingleOcc\":11370,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6410,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6410,\"COSTSO\":11360,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null},{\"From\":\"2023-01-13\",\"To\":\"2023-02-28\",\"Currency\":1,\"priceTripleOcc\":5993,\"priceDoubleOcc\":\"6510.00\",\"priceSingleOcc\":11470,\"priceExtraBed\":\"4960.00\",\"priceWithoutBed\":\"4960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6510,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4960,\"CEB\":4960,\"COSTDO\":6510,\"COSTSO\":11460,\"ACEB\":4960,\"COSTTO\":4960,\"CostQuad\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\\r\\n\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\\r\\n\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing & preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per the hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in a non-ac vehicle on a private basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have travelled the length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic & tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338569\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338569],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"338570\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338570],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338571\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338571],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338572\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338572],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Srinagar','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam',NULL,'25897',4960,6510,3,NULL,NULL,NULL,2,'',0,'2023-01-13 00:00:00','2023-04-13 00:00:00','2023-04-13 00:00:00',3,'India','101','2023-02-06 10:12:38','2023-01-13 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'mesmerising-kashmir-3n-4d',NULL,NULL,NULL,0),(70,3862,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3862\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":18000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Saudi Arabia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p><strong>TOURIST VISA DOCUMENTS REQUIRED FOR SAUDI ARABIA<\\/strong><\\/p>\\r\\n\\r\\n<p>1.    Original Passport<br \\/>\\r\\n2.    Photograph (with white background)<br \\/>\\r\\n3.    Aadhaar Card copy<br \\/>\\r\\n4.    Pan Card copy<br \\/>\\r\\n5.    Latest Bank Statement (of 6 months)<br \\/>\\r\\n6.    Covid Vaccination Certificate (Both Dose) <br \\/>\\r\\n <\\/p>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7 Days\",\"VisaValidity\":\"1 Year\",\"VisaDuration\":\"90 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"4000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Saudi Arabia','Saudi Arabia',NULL,'186',18000,18000,0,NULL,NULL,NULL,0,'',0,'2023-01-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Saudi Arabia','186','2023-01-17 00:00:00','2023-01-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(71,3864,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3864\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Hong Kong\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"<p><strong>Documents required for Hong Kong Pre-Arrival Registration<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned copy of first and last page of your Passport. Validity of your passport should be at least 6 months from the date of travel and have minimum 3 blank pages;<\\/li>\\r\\n\\t<li>Dully filled Questionnaire.<\\/li>\\r\\n\\t<li>Previous travel history.<br \\/>\\r\\n\\t <\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"Upto 24 hours\",\"VisaValidity\":\"180\",\"VisaDuration\":\"14\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Hong Kong','Hong Kong',NULL,'503',500,500,0,NULL,NULL,NULL,0,'',0,'2023-01-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Hong Kong','503','2023-01-17 00:00:00','2023-01-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(72,3865,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3865\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Israel\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Israel Visa :<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. (Photo Specification);<\\/li>\\r\\n\\t<li>Online Visa Application forms: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Photocopy of Aadhaar Card<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n\\t<li>Travel Insurance: for the duration of stay in Israel<\\/li>\\r\\n\\t<li>Photocopy of valid visas to USA\\/Canada\\/Schengen\\/Australia (if applicable)<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<\\/p>\\r\\n\\r\\n<p>2.If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country & assuring the responsibility for housing and related expenses during the guest's stay in Algeria<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: providing the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Introduction\\/ recommendation letter from:<\\/p>\\r\\n\\r\\n<p>Registration certificate of the company from the Ministry of Commerce and Industry of India:<\\/p>\\r\\n\\r\\n<p>One of the Chambers of Commerce and Industries, government of India;<\\/p>\\r\\n\\r\\n<p>Ministry of Commerce and Industry of India;<\\/p>\\r\\n\\r\\n<p>Export Promotion Council of India; or Reference number from Ministry of Foreign Affairs, Afghanistan.<\\/p>\\r\\n\\r\\n<p>Income tax documents of the last three years;<\\/p>\\r\\n\\r\\n<p>Letter from the company addressed to the embassy, introducing the business man for visa issuance;<\\/p>\\r\\n\\r\\n<p>Invitation letter from the local partner or prospect local partner company in Afghanistan;<\\/p>\\r\\n\\r\\n<p>Copy of the license (JAWAZ) of the local partner or prospect local partner company in Afghanistan.<\\/p>\\r\\n\\r\\n<p>*Note: The Embassy\\/Consul General has the right to ask for additional information or documents and request a personal interview with the applicant.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7-8 Days\",\"VisaValidity\":\"Upto 90\",\"VisaDuration\":\"30\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Israel','Israel',NULL,'106',3500,3500,0,NULL,NULL,NULL,0,'',0,'2023-01-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Israel','106','2023-01-17 16:45:35','2023-01-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(73,3881,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3881\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":4150,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Mexico\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Mexico Visa:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<\\/li>\\r\\n\\t<li>2 Scanned recent colour photograph. (Photo Specification);<\\/li>\\r\\n\\t<li>Visa Application forms: completed and signed<\\/li>\\r\\n\\t<li>Personal Covering letter: explaining purpose of travel to the country<\\/li>\\r\\n\\t<li>Original Bank Statement: stamped & updated for last 3 months with bank seal<\\/li>\\r\\n\\t<li>Air tickets: proof of return flight tickets from and back to your home country<\\/li>\\r\\n\\t<li>Hotel reservation: proof of accommodation for your entire stay<\\/li>\\r\\n\\t<li>Travel Itinerary: day-wise plan outlining all elements of the trip<\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Supporting documents as per your occupation, type of visit:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>1. If Employed:<\\/p>\\r\\n\\r\\n<p>Leave Sanctioned Certificate: with company seal providing approval for leave<\\/p>\\r\\n\\r\\n<p>Salary Slips: of last 3 months<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>2.If Self Employed:<\\/p>\\r\\n\\r\\n<p>Business Proof: Registration License\\/MOA\\/Partnership deed<\\/p>\\r\\n\\r\\n<p>Company Bank Statement: stamped & updated for last 6 months with bank seal<\\/p>\\r\\n\\r\\n<p>Company’s Income Tax Returns: of last 3 years<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>3. If Retired:<\\/p>\\r\\n\\r\\n<p>Retirement Proof: pension book, statement etc<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>4. If Student<\\/p>\\r\\n\\r\\n<p>ID Card: from school, college or institute<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>5. If Minor<\\/p>\\r\\n\\r\\n<p>Birth Certificate showing the names of both parents<\\/p>\\r\\n\\r\\n<p>Legalized Letter of Consent (NOC)<\\/p>\\r\\n\\r\\n<p>If the child is travelling with one parent, the letter of consent authorizing travel must be legalized by the other parent<\\/p>\\r\\n\\r\\n<p>If the child is travelling alone or without either parent, a notarized letter of consent from both parents permitting travel<\\/p>\\r\\n\\r\\n<p>Death Certificate: in case one or both parents are deceased<\\/p>\\r\\n\\r\\n<p>ID Proof: of parents<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>6. If Visiting friend or relative<\\/p>\\r\\n\\r\\n<p>Invitation letter: stating the relationship with the inviter and purpose of visiting the country & assuring the responsibility for housing and related expenses during the guest's stay in Afghanistan<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>7. If Sponsored<\\/p>\\r\\n\\r\\n<p>Sponsorship Letter: providing the name of the visitors, what the purpose of the visit is, relationship with the visitors, length of stay, dates of travel & any other additional information if necessary<\\/p>\\r\\n\\r\\n<p>ID Proof of Inviter: Passport or Resident Permit<\\/p>\\r\\n\\r\\n<p>Address Proof of Inviter: Utility bill<\\/p>\\r\\n\\r\\n<p>Proof of Financial Support: updated bank statement, pay slips<br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<p>8. For Business Visa<\\/p>\\r\\n\\r\\n<p>Introduction\\/ recommendation letter from:<\\/p>\\r\\n\\r\\n<p>Registration certificate of the company from the Ministry of Commerce and Industry of India:<\\/p>\\r\\n\\r\\n<p>One of the Chambers of Commerce and Industries, government of India;<\\/p>\\r\\n\\r\\n<p>Ministry of Commerce and Industry of India;<\\/p>\\r\\n\\r\\n<p>Export Promotion Council of India; or Reference number from Ministry of Foreign Affairs, Afghanistan.<\\/p>\\r\\n\\r\\n<p>Income tax documents of the last three years;<\\/p>\\r\\n\\r\\n<p>Letter from the company addressed to the embassy, introducing the businessman for visa issuance;<\\/p>\\r\\n\\r\\n<p>Invitation letter from the local partner or prospect local partner company in Afghanistan;<\\/p>\\r\\n\\r\\n<p>Copy of the license (JAWAZ) of the local partner or prospect local partner company in Afghanistan.<\\/p>\\r\\n\\r\\n<p>*Note: The Embassy\\/Consul General has the right to ask for additional information or documents and request a personal interview with the applicant.<\\/p>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10 Days\",\"VisaValidity\":\"180\",\"VisaDuration\":\"As per Embassy\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"<p>Biometric Submission<\\/p>\\r\\n\\r\\n<p>Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.<\\/p>\\r\\n\\r\\n<p> <\\/p>\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Mexico','Mexico',NULL,'141',4150,4150,0,NULL,NULL,NULL,0,'',0,'2023-01-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Mexico','141','2023-01-19 17:27:47','2023-01-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(74,50186,1,38124,1,0,0,'Honeymoon,Adventure,Family,Hill Station,Romantic,Private',NULL,1,1,0,'{\"package\":{\"TPId\":50186,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/himachal-highlights_1678106950\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Himachal Pradesh a North Indian State in the Himalayas, is home to scenic snow clad mountain towns, like Shimla, Manali, Dharamshala etc, It also has a strongTibetan presence which is reflected in its Buddhist Tempples and Monasteries. The region is also well known for its Trekking, Climbing and Skiing Resorts. <\\/p>\\r\\n\\r\\n<p>The Himachal Highlights Package gives you the pleasure of experiencing the tranquility of this hill station. Shimla, being the capital of Himachal welcomes the visitors with various tourist attractions like Kufri (a small and sweet hill station), Ridge Maidan (one of the snowfall spots), and Mall Road (the main street providing a cityscape). Further, our Himachal tour package also takes you to some of the must-visit destinations of Manali like the Solang Valley, Rohtang Pass, natural thermal springs, Hadimba Temple, and so on. You also get the opportunity to visit the various sghts in Chandigarh .<\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"HIMACHAL HIGHLIGHTS\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Airport Transfers,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Romantic,Private\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541519,\"Name\":\"Hotel Golden Oak Shimla\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":212138,\"Name\":\"Hotel CK International\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.0992\",\"Long\":\"77.1738\",\"Address\":\"4th Floor Modern ISBT Tutikandi \"},\"Images\":{\"Image\":[{\"ImagId\":4743899,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_3_t.jpg\"},{\"ImagId\":4743900,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_6_t.jpg\"},{\"ImagId\":4743901,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_13_t.jpg\"},{\"ImagId\":4743902,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_17_t.jpg\"},{\"ImagId\":4743903,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_20_t.jpg\"},{\"ImagId\":4743904,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_23_t.jpg\"},{\"ImagId\":4743905,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_26_t.jpg\"},{\"ImagId\":4743906,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_21_t.jpg\"},{\"ImagId\":4743907,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_24_t.jpg\"},{\"ImagId\":4743908,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_27_t.jpg\"},{\"ImagId\":4743909,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_30_t.jpg\"},{\"ImagId\":4743910,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_38_t.jpg\"},{\"ImagId\":4743911,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_32_t.jpg\"},{\"ImagId\":4743912,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_39_t.jpg\"},{\"ImagId\":4743913,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_29_t.jpg\"},{\"ImagId\":4743914,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_31_t.jpg\"},{\"ImagId\":4743915,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_33_t.jpg\"},{\"ImagId\":4743916,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_34_t.jpg\"},{\"ImagId\":4743917,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_35_t.jpg\"},{\"ImagId\":4743918,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_36_t.jpg\"},{\"ImagId\":4743919,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_9_t.jpg\"},{\"ImagId\":4743920,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_12_t.jpg\"},{\"ImagId\":4743921,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_15_t.jpg\"},{\"ImagId\":4743922,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_4_t.jpg\"},{\"ImagId\":4743923,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_7_t.jpg\"},{\"ImagId\":4743924,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_10_t.jpg\"},{\"ImagId\":4743925,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_5_t.jpg\"},{\"ImagId\":4743926,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_8_t.jpg\"},{\"ImagId\":4743927,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_11_t.jpg\"},{\"ImagId\":4743928,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_14_t.jpg\"},{\"ImagId\":4743929,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_16_t.jpg\"},{\"ImagId\":4743930,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_22_t.jpg\"},{\"ImagId\":4743931,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_25_t.jpg\"},{\"ImagId\":4743932,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_28_t.jpg\"}]},\"CityId\":1,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>You'll be centrally located in Shimla with a stay at Hotel CK International, minutes from State Museum and Viceregal Lodge. This hotel is within close proximity of Sankat Mochan Temple and Himachal Pradesh University.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 40 guestrooms featuring minibars and LED televisions. Rooms have private balconies. Digital programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Bathrooms have showers and complimentary toiletries.<\\/p><p><b>Amenities<\\/b> <br \\/>Pamper yourself with a visit to the spa, which offers massages. This hotel also features wireless Internet access (surcharge), a television in a common area, and tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and an elevator (lift). A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_3_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":434943,\"Name\":\"The Zion - An Amritara Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Sankat Mochan (Old Muhal Badai), Himachal Pradesh, Shimla, India, , , 171006, \"},\"Images\":[],\"CityId\":1,\"Brief\":\"The Zion - An Amritara Resort is a popular choice amongst travelers in Shimla, whether exploring or just passing through. Featuring a satisfying list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, daily housekeeping, taxi service, 24-hour front desk are on the list of things guests can enjoy. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. For reliable service and professional staff, The Zion - An Amritara Resort caters to your needs.\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=lLdKYi18YEiSEpm42lE3U+H2tUZhBAiLCsQzmnkwlK\\/ADlTybd\\/WogjcL8BVK2FocKQ2lLM18TgWQOvCjSrQVCXIfbwputdKdLVAMSx6a9Gw1VKwzlgG5w==\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning "lake" in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541521,\"Name\":\"Hotel Erica Royal Crown\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541524,\"Name\":\"Hotel Swan\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541523,\"Name\":\"Best Western Zirakpur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning "lake" in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":424662,\"Name\":\"Hotel Manali Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Opposite Headquarter 38 BRTF, Aleo, New Manali, 175131,Himachal Pradesh,India, 175131\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/2044\\/2044702\\/images\\/IMG_20170602_195704_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":128993,\"Name\":\"De Vivendi Resorts Manali\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.219834\",\"Long\":\"77.185865\",\"Address\":\"Naggar Road Prini\"},\"Images\":{\"Image\":[{\"ImagId\":2824731,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_56_t.jpg\"},{\"ImagId\":2824732,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_44_t.jpg\"},{\"ImagId\":2824733,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_51_t.jpg\"},{\"ImagId\":2824734,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_41_t.jpg\"},{\"ImagId\":2824735,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_42_t.jpg\"},{\"ImagId\":2824736,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_48_t.jpg\"},{\"ImagId\":2824737,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_55_t.jpg\"},{\"ImagId\":2824738,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_58_t.jpg\"},{\"ImagId\":2824739,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_43_t.jpg\"},{\"ImagId\":2824740,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_46_t.jpg\"},{\"ImagId\":2824741,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_49_t.jpg\"},{\"ImagId\":2824742,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_52_t.jpg\"},{\"ImagId\":2824743,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_59_t.jpg\"},{\"ImagId\":2824744,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_62_t.jpg\"},{\"ImagId\":2824745,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_47_t.jpg\"},{\"ImagId\":2824746,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_50_t.jpg\"},{\"ImagId\":2824747,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_53_t.jpg\"},{\"ImagId\":2824748,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_54_t.jpg\"},{\"ImagId\":2824749,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_57_t.jpg\"},{\"ImagId\":2824750,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_60_t.jpg\"},{\"ImagId\":2824751,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_61_t.jpg\"},{\"ImagId\":2824752,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_32_t.jpg\"},{\"ImagId\":2824753,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_38_t.jpg\"},{\"ImagId\":2824754,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_40_t.jpg\"},{\"ImagId\":2824755,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_33_t.jpg\"},{\"ImagId\":2824756,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_34_t.jpg\"},{\"ImagId\":2824757,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_36_t.jpg\"},{\"ImagId\":2824758,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_16_t.jpg\"},{\"ImagId\":2824759,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_19_t.jpg\"},{\"ImagId\":2824760,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_20_t.jpg\"},{\"ImagId\":2824761,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_21_t.jpg\"},{\"ImagId\":2824762,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_22_t.jpg\"},{\"ImagId\":2824763,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_25_t.jpg\"},{\"ImagId\":2824764,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_27_t.jpg\"},{\"ImagId\":2824765,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_28_t.jpg\"},{\"ImagId\":2824766,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_29_t.jpg\"},{\"ImagId\":2824767,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_4_t.jpg\"},{\"ImagId\":2824768,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_10_t.jpg\"},{\"ImagId\":2824769,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_12_t.jpg\"},{\"ImagId\":2824770,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_13_t.jpg\"}]},\"CityId\":16593,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Located in Manali, De Vivendi Resorts Manali is in the mountains and convenient to Tibetan Monastary and Shiva Temple.  This hotel is within close proximity of Hadimba Temple and Vashist Springs.<\\/p><p><b>Rooms<\\/b> <br \\/>Stay in one of 43 guestrooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include phones, as well as desks and coffee\\/tea makers.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities including a nightclub and a health club. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and a television in a common area.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. This hotel has 2 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_56_t.jpg\",\"AccoAminitiesMask\":\"111010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning "lake" in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"362083\",\"Title\":\"Day 01: Arrival at Chandigarh - Drive to Shimla (115 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Chandigarh and proceed to Shimla - abounds in natural bounty and looks picture perfect. The small hill station amidst the lofty snow-clad Himalayan ranges, surrounded by lakes and lush green pastures look as though an artist has painted them. The unique thing about Shimla is that it still retains its colonial charm. Check- in at the hotel and spend evening at leisure. Dinner and overnight stay in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":212138,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":434943,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362086\",\"Title\":\"Day 02: Trip to Kufri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Enjoy your breakfast in the hotel. Later drive to Kufri. This is a popular picnic spot located 16km from Shimla. You may hike on foot to the Mahasu Peak or pay for a mule ride up the hill. Mahasu is the tallest peak in Kufri that gives tourists an amazing view of distant snow-capped peaks. Return to the hotel in the afternoon. In the evening, take a walk on Shimla’s famous boulevard, Mall Road. See fine specimens of colonial architecture, snack at the various eateries in the market or shop for souvenirs. Dinner and overnight stay in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":212138,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":434943,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362089\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362092\",\"Title\":\"Day 03: Shimla - Kullu - Manali (280 kms \\/ approx. 8 Hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check-out from the hotel and drive to Manali. On the way enjoy kullu sightseeing. It is the the valley of gods, or the ‘habitable end of the world’, as the Kullu valley has come to be known, spreads out its charm on either side of the upper reaches of the river Beas. This valley is famous for the beauty and its majestic hills covered with Pine and Deodar forest sand sprawling apple orchards. Kullu valley is sandwiched between the Pir Panjal, Lower Himalayan and Great Himalayan range. The valley is only 80 km long and 2 km at its broadest, yet a fairly wide area is open to the visitors to enjoy the spectacle of variegated mountain scenery. Later proceed to Manali & it offers super views of the Dhauladhar and Pir Panjal ranges, and with mountain adventures beckoning from all directions, Manali is a year-round magnet for tourists. Apart from temples, Manali is popular among adventure tourists coming for trekking, paragliding, rafting and skiing. Upon arrival, check-in at the hotel and spend evening at leisure. Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362095\",\"Title\":\"Visit Solang Valley - Enjoy various activities \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Today after breakfast, visit the Solang Valley.<\\/p>\\r\\n\\r\\n<p>Solang Valley derives its name from combination of words Solang and Nallah. It is a side valley at the top of the Kullu Valley in Himachal Pradesh, India 14 km northwest of the resort town Manali on the way to Rohtang Pass, and is known for its summer and winter sport conditions. Solang Valley is the most ideal destination to experience adventure sports and activities in Manali. All through the year, the valley of Solang is available with all its rich experiences for the tourists. The beautiful Solang Valley is only around 15 kilometers far from Manali.<\\/p>\\r\\n\\r\\n<p>Dinner and Overnight stay in Manali Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362098\",\"Title\":\"Day 05: Day at Leisure in Manali - Enjoy some optional tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, enjoy full day at leisure in Manali. Alternatively, you may explore the destination offering numerous adventure sports and other places of interest.<\\/p>\\r\\n\\r\\n<p>Dinner and Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1051,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362101\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362104\",\"Title\":\"Day 06: Drive from Manali - Chandigarh (300 kms \\/ approx. 9 hours) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After breakfast, check out from Manali and drive towards Chandigarh. Check in hotel in Chandigarh.<\\/p>\\r\\n\\r\\n<p>Time permitting, visit Pinjore Garden and Nek Chand's Rock Garden which consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap & other kinds of wastes materials. <\\/p>\\r\\n\\r\\n<p>Dinner and Overnight stay in Chandigarh<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541521,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":541524,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":541523,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":299,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1480,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7255,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362107\",\"Title\":\"Day 07: Departure from Chandigarh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, you will be transferred to Chandigarh airport for your onwards \\/ return flight.<\\/p>\\r\\n\\r\\n<p>Back home with fond memories of your Himachal Highlights Tour..!!!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"50186\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":37520,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":37520,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22885,\"priceDoubleOcc\":\"23128.00\",\"priceSingleOcc\":37128,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23128,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23128,\"COSTSO\":37128,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":37520,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22366,\"priceDoubleOcc\":\"22349.60\",\"priceSingleOcc\":36349.6,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22349.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":22349.6,\"COSTSO\":36349.6,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22885,\"priceDoubleOcc\":\"23128.00\",\"priceSingleOcc\":37128,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23128,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23128,\"COSTSO\":37128,\"CostQuad\":null,\"ACEB\":22400,\"COSTTO\":22400}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50187\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26040.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":41160,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24621,\"priceDoubleOcc\":\"23912.00\",\"priceSingleOcc\":39032,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23912,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":23912,\"COSTSO\":39032,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":41160,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24621,\"priceDoubleOcc\":\"23912.00\",\"priceSingleOcc\":39032,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23912,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":23912,\"COSTSO\":39032,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24696,\"priceDoubleOcc\":\"24024.00\",\"priceSingleOcc\":39144,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":24024,\"COSTSO\":39144,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":41160,\"CostQuad\":null,\"ACEB\":26040,\"COSTTO\":26040}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50188\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29736.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":59472,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28392,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":57456,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":27720,\"COSTSO\":57456,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":59472,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28392,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":57456,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":27720,\"COSTSO\":57456,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27645,\"priceDoubleOcc\":\"26600.00\",\"priceSingleOcc\":56336,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":26600,\"COSTSO\":56336,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":59472,\"CostQuad\":null,\"ACEB\":29736,\"COSTTO\":29736}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"50186\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22470.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21864,\"priceDoubleOcc\":\"22095.50\",\"priceSingleOcc\":35470.5,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22095.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22095.5,\"COSTSO\":35470.5,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21368,\"priceDoubleOcc\":\"21351.85\",\"priceSingleOcc\":34726.85,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21351.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":21351.85,\"COSTSO\":34726.85,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21864,\"priceDoubleOcc\":\"22095.50\",\"priceSingleOcc\":35470.5,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22095.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22095.5,\"COSTSO\":35470.5,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50187\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24877.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":39322.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23522,\"priceDoubleOcc\":\"22844.50\",\"priceSingleOcc\":37289.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22844.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22844.5,\"COSTSO\":37289.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":39322.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23522,\"priceDoubleOcc\":\"22844.50\",\"priceSingleOcc\":37289.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22844.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22844.5,\"COSTSO\":37289.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23594,\"priceDoubleOcc\":\"22951.50\",\"priceSingleOcc\":37396.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22951.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22951.5,\"COSTSO\":37396.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":39322.5,\"CostQuad\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50188\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28408.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":56817,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27125,\"priceDoubleOcc\":\"26482.50\",\"priceSingleOcc\":54891,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26482.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":26482.5,\"COSTSO\":54891,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":56817,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27125,\"priceDoubleOcc\":\"26482.50\",\"priceSingleOcc\":54891,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26482.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":26482.5,\"COSTSO\":54891,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26411,\"priceDoubleOcc\":\"25412.50\",\"priceSingleOcc\":53821,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":25412.5,\"COSTSO\":53821,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":56817,\"CostQuad\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) unless mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>02 Nights Accommodation in Shimla on Twin Sharing Basis<\\/li>\\r\\n\\t<li>03 Nights Accommodation in Manali on Twin Sharing Basis<\\/li>\\r\\n\\t<li>01 Night Accommodation in Chandigarh on Twin Sharing Basis<\\/li>\\r\\n\\t<li>Daily Breakfast and Dinner in the Hotel <\\/li>\\r\\n\\t<li>All transfers and sightseeing as per the itinerary by private vehicle (Note: Air-Conditioner in vehicles may not be operated in Hilly areas)<\\/li>\\r\\n\\t<li>Road taxes, parking fees, fuel charges, interstate taxes.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"362083\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[362083],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362086\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[362086],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362089\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362089],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362092\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362092],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362095\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[362095],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362098\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[362098],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362101\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362101],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362104\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362104],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362107\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[362107],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Shimla,Chandigarh,Manali','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh',NULL,'1,5765,16593',21352,29736,6,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'India','101','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'himachal-highlights',NULL,NULL,NULL,0),(75,49121,1,38124,1,0,0,'Honeymoon,Adventure,Beach,Family,Culture,Romantic,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":49121,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/phuket-krabi-delights_1675769644\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Thailand Delights is one of the best selling holiday package for travellers looking to explore all of Thailand from pristine beaches to Buddha temples, malls to fancy restaurants, vibrant culture and heritage to buzzing nightlife. This trip will take you to some of the most popular cities of Thailand such as Phuket, Krabi, Pattaya and Bangkok where you can explore and enjoy the most. <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Phuket\",\"SourcePlaceSysId\":21319,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Thailand Delights \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14289\",\"SupplierName\":\"Destination Siam Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Speed Boat\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Culture,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539497,\"Name\":\"Aonang Buri Resort Krabi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14466,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":439043,\"Name\":\"Poonsiri  Resort Krabi\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.0596097\",\"Long\":\"98.792247617\",\"Address\":\"211 Moo 4 81180 AONANG DISTRICT, KRABI  TH, 81180\"},\"Images\":[],\"CityId\":14466,\"Brief\":\"This comfortable Resort is set in Ao Nang Beach. The 35 welcoming accommodation units offer a perfect place to relax at the end of the day. This Resort was established in 2015. In addition, Wi-Fi access is offered at the establishment. The front desk offers 24-hour reception. The property's rooms are provided with facilities for children such as a cot if necessary. No pets are allowed on the premises. Travellers arriving by car may leave their vehicle at the accommodation's parking spaces. Guests can make use of the airport transfer service. Patrons may pamper their taste buds at the establishment's gastronomic venue. Poonsiri Resort Krabi may charge a fee for some services.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/61\\/617405\\/617405a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":10024,\"Name\":\"Holiday Inn Resort Krabi Ao Nang Beach\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.0399858327833\",\"Long\":\"98.815230131149\",\"Address\":\"123 Moo 3 Ao Nang Beach\"},\"Images\":{\"Image\":[{\"ImagId\":247558,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/978\\/KBVAN_4588840922_A.jpg\"},{\"ImagId\":247559,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/80\\/KBVAN_3555538448_A.jpg\"},{\"ImagId\":247560,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/192\\/KBVAN_3923776892_A.jpg\"},{\"ImagId\":247561,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/902\\/KBVAN_3619520885_A.jpg\"},{\"ImagId\":247562,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/960\\/KBVAN_3923855630_A.jpg\"},{\"ImagId\":247563,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/944\\/KBVAN_3607706023_A.jpg\"},{\"ImagId\":247564,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/894\\/KBVAN_3643966629_A.jpg\"},{\"ImagId\":247565,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/854\\/KBVAN_3927205104_A.jpg\"},{\"ImagId\":247566,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/998\\/KBVAN_3575440497_A.jpg\"},{\"ImagId\":247567,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/878\\/KBVAN_3643967237_A.jpg\"},{\"ImagId\":247568,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/951\\/KBVAN_3571698320_A.jpg\"},{\"ImagId\":247569,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/936\\/KBVAN_3643966649_A.jpg\"},{\"ImagId\":247570,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/983\\/KBVAN_3575441014_A.jpg\"},{\"ImagId\":247571,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/870\\/KBVAN_3643967551_A.jpg\"},{\"ImagId\":247572,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/976\\/KBVAN_3643966601_A.jpg\"},{\"ImagId\":247573,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/886\\/KBVAN_3927205126_A.jpg\"},{\"ImagId\":247574,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/990\\/KBVAN_3950000622_A.jpg\"},{\"ImagId\":247575,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/862\\/KBVAN_3650940632_A.jpg\"},{\"ImagId\":247576,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/928\\/KBVAN_3607678534_A.jpg\"},{\"ImagId\":247577,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/968\\/KBVAN_3607678554_A.jpg\"},{\"ImagId\":247578,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/76\\/KBVAN_3571699503_A.jpg\"},{\"ImagId\":247579,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/162\\/KBVAN_3933556809_A.jpg\"},{\"ImagId\":247580,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/204\\/KBVAN_3933563997_A.jpg\"},{\"ImagId\":247581,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/144\\/KBVAN_3598150569_A.jpg\"},{\"ImagId\":247582,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/64\\/KBVAN_3571701297_A.jpg\"},{\"ImagId\":247583,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/150\\/KBVAN_3551787923_A.jpg\"},{\"ImagId\":247584,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/106\\/KBVAN_3574895831_A.jpg\"},{\"ImagId\":247585,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/910\\/KBVAN_3619524149_A.jpg\"},{\"ImagId\":247586,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/134\\/KBVAN_3574929933_A.jpg\"},{\"ImagId\":247587,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/200\\/KBVAN_3574870144_A.jpg\"},{\"ImagId\":247588,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/208\\/KBVAN_3612729387_A.jpg\"},{\"ImagId\":247589,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/24\\/KBVAN_3551727396_8202188581_A.jpg\"},{\"ImagId\":247590,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/180\\/KBVAN_3923621840_A.jpg\"},{\"ImagId\":247591,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/158\\/KBVAN_3607706084_A.jpg\"},{\"ImagId\":247592,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/154\\/KBVAN_3861919301_A.jpg\"},{\"ImagId\":247593,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/20\\/KBVAN_3551647079_970352431_A.jpg\"},{\"ImagId\":247594,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/16\\/KBVAN_3551609828_8745254291_A.jpg\"},{\"ImagId\":247595,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/130\\/KBVAN_3923661984_A.jpg\"},{\"ImagId\":247596,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/92\\/KBVAN_3923711057_A.jpg\"},{\"ImagId\":247597,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/84\\/KBVAN_3926325421_A.jpg\"},{\"ImagId\":247598,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/42\\/KBVAN_4589005139_A.jpg\"},{\"ImagId\":247599,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/972\\/KBVAN_4589007027_A.jpg\"},{\"ImagId\":247600,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/985\\/KBVAN_4589003970_A.jpg\"},{\"ImagId\":247601,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/992\\/KBVAN_4589000804_A.jpg\"},{\"ImagId\":247602,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/998\\/KBVAN_4589001571_A.jpg\"},{\"ImagId\":247603,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/4\\/KBVAN_4589000968_A.jpg\"},{\"ImagId\":247604,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/17\\/KBVAN_4589001337_A.jpg\"},{\"ImagId\":247605,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/37\\/KBVAN_4589002162_A.jpg\"},{\"ImagId\":247606,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/346\\/331\\/KBVAN_4604301419_A.jpg\"},{\"ImagId\":247607,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/128\\/31\\/KBVAN_4589004801_A.jpg\"},{\"ImagId\":247608,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/337\\/172\\/KBVAN_4604257679_A.jpg\"},{\"ImagId\":247609,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/11\\/KBVAN_4589002961_A.jpg\"},{\"ImagId\":247610,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/78\\/153\\/KBVAN_3950000753_A.jpg\"},{\"ImagId\":247611,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/346\\/345\\/KBVAN_4604301466_A.jpg\"},{\"ImagId\":247612,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/24\\/KBVAN_4589005111_A.jpg\"},{\"ImagId\":247613,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/387\\/KBVAN_4589008162_A.jpg\"},{\"ImagId\":247614,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/393\\/KBVAN_4589035630_A.jpg\"},{\"ImagId\":247615,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/401\\/KBVAN_4589050533_A.jpg\"},{\"ImagId\":247616,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/408\\/KBVAN_4589007200_A.jpg\"},{\"ImagId\":247617,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/129\\/668\\/KBVAN_4589058323_A.jpg\"}]},\"CityId\":14466,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>You'll be centrally located in Aonang Beach with a stay at Holiday Inn Resort Krabi Ao Nang Beach, minutes from Ao Nang Krabi Boxing Stadium and Nopparat Thara Beach.  This 4-star resort is within close proximity of Ao Phra Nang Beach and Ao Phai Plong.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 173 air-conditioned rooms featuring refrigerators and DVD players. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms have hair dryers and slippers.<\\/p><p><b>Amenities<\\/b> <br \\/>Relax and unwind with massages, body treatments, and facials. You're sure to appreciate the recreational amenities, which include 3 outdoor swimming pools, a waterslide, and a 24-hour fitness center. This resort also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), and gift shops\\/newsstands.<\\/p><p><b>Dining<\\/b> <br \\/>Satisfy your appetite at the resort's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink at a beach bar, a poolside bar, or one of 3 bars\\/lounges.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/978\\/KBVAN_4588840922_A.jpg\",\"AccoAminitiesMask\":\"111100001000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand's rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"<p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important"><em style="outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important">Gear up for a full day city tour at Phuket!<\\/em><\\/p><p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important">It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket's west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.<\\/p>\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous 'wat traimit' or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or 'wat benchamabopit' and 'wat po' or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365882,\"Name\":\"Prince Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.753920499613\",\"Long\":\"100.51509082317\",\"Address\":\"488\\/800 Damrongrak Road Bo Bae Tower 10100 Bangkok  Damrongrak Road\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"Enjoying a central location in Bangkok close to Chinatown, this city hotel places guests just 4 kms from the town centre in the downtown governmental and commercial area of the city. Guests of Prince Palace are will find themselves within easy reach of the variety of cultural and historic points of interest this intriguing city has to offer. There are many shopping districts in close proximity to the hotel including Bangkok's main shopping area of Siam Square. Transfer time to the airport is a mere 45 minutes.Located on the site which once served as “Mahanak Palaceâ€\\u009d, the hotel occupies the 11th to 32nd floors of the Bobae Tower, where guests can find a shopping paradise beneath them of over 1,000 shops. This hotel is the ideal choice for conferences offering a business centre and extensive meeting and conference facilities.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/05\\/a0\\/05a0fea339d24f0dc4eab3d32c0d9dbc172af278.jpg\",\"AccoAminitiesMask\":\"1110101010101100110\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":174434,\"Name\":\"Citadines Sukhumvit 16\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.733596\",\"Long\":\"100.560862\",\"Address\":\"38 Sukhumvit 16, Sukhumvit Road Klongtoey\"},\"Images\":{\"Image\":[{\"ImagId\":3873152,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/282\\/full_citadines_bangkok_sukhumvit_16_kitchen_A.jpg\"},{\"ImagId\":3873153,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/290\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Lobby-HR_A.jpg\"},{\"ImagId\":3873154,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/306\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Swimming_Pool-HR_A.jpg\"},{\"ImagId\":3873155,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/314\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Facade-HR_A.jpg\"},{\"ImagId\":3873156,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/322\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_03-HR_A.jpg\"},{\"ImagId\":3873157,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/330\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_02-HR_A.jpg\"},{\"ImagId\":3873158,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/72\\/924\\/795\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_01-HR_A.jpg\"}]},\"CityId\":2266,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Citadines Sukhumvit 16 Bangkok, you'll be centrally located in Bangkok, walking distance from Terminal 21 Shopping Mall and close to Dinosaur Planet.  This hotel is within close proximity of Benjakitti Park and Embassy of India.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 79 air-conditioned rooms featuring kitchens with full-sized refrigerators\\/freezers and microwaves. LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless Internet access and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the complimentary area shuttle.<\\/p><p><b>Dining<\\/b> <br \\/>Continental breakfasts are available daily for a fee.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and an elevator (lift). Planning an event in Bangkok? This hotel features 0 square feet (0 square meters) of event facilities. A roundtrip airport shuttle is provided for a surcharge (available on request), and limited parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/282\\/full_citadines_bangkok_sukhumvit_16_kitchen_A.jpg\",\"AccoAminitiesMask\":\"110100000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":174309,\"Name\":\"Novotel Bangkok On Siam Square\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.74446567927\",\"Long\":\"100.53505718708\",\"Address\":\"Siam Square Soi 6 10330 Bangkok\"},\"Images\":{\"Image\":[{\"ImagId\":3870018,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/859\\/1031_ho_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870019,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/897\\/1031_ho_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870020,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/909\\/1031_ro_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870021,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/919\\/1031_ro_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870022,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/928\\/1031_ro_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870023,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/940\\/1031_ro_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870024,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/949\\/1031_ro_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870025,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/958\\/1031_ro_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870026,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/962\\/1031_rs_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870027,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/966\\/1031_rs_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870028,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/970\\/1031_rs_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870029,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/974\\/1031_rs_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870030,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/978\\/1031_rs_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870031,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/986\\/1031_rs_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870032,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/993\\/1031_ba_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870033,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/0\\/1031_ba_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870034,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/772\\/923\\/1031_ba_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870035,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/245\\/437\\/1031_ba_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870036,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/985\\/48\\/1031_sl_01_p_2048x1536_A.jpg\"},{\"ImagId\":3870037,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/38\\/1031_sl_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870038,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/46\\/1031_sp_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870039,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/51\\/1031_sm_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870040,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/56\\/1031_sm_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870041,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/60\\/1031_sm_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870042,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/65\\/1031_sm_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870043,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/801\\/1031_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":3870044,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/796\\/1031_fa_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870045,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/801\\/1031_fa_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870046,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/816\\/1031_fa_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870047,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/822\\/1031_fi_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870048,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/813\\/1031_sm_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870049,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/827\\/1031_sw_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870050,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/833\\/1031_de_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870051,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/823\\/1031_de_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870052,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/848\\/1031_de_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870053,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/853\\/1031_de_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870054,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/859\\/1031_de_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870055,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/865\\/1031_de_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870056,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/149\\/1031_rokgb_00_p_1024x768_A.jpg\"},{\"ImagId\":3870057,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/153\\/1031_roksb_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870058,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/165\\/1031_roska_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870059,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/169\\/1031_roskd_00_p_1024x768_A.jpg\"},{\"ImagId\":3870060,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/173\\/1031_rosqd_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870061,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/177\\/1031_rosuiroo_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870062,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/185\\/1031_rotwb_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870063,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/440\\/246\\/1031_rotwc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870064,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/440\\/250\\/1031_rokgaef_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870065,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/193\\/1031_rosqd_01_p_3000x2250_A.jpg\"}]},\"CityId\":2266,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Novotel Bangkok On Siam Square, you'll be centrally located in Bangkok, steps from Sea Life Bangkok Ocean World and minutes from Siam Paragon Mall.  This 4-star hotel is close to Grand Palace and Temple of the Emerald Buddha.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 426 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a spa tub, and a sauna. Additional amenities at this hotel include complimentary wireless Internet access, babysitting\\/childcare (surcharge), and a television in a common area.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, limo\\/town car service, and express check-in. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/859\\/1031_ho_01_p_3000x2250_A.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand's rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"<p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important"><em style="outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important">Gear up for a full day city tour at Phuket!<\\/em><\\/p><p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important">It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket's west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.<\\/p>\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous 'wat traimit' or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or 'wat benchamabopit' and 'wat po' or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539479,\"Name\":\"Kokotel Pattaya South Beach Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":510636,\"Name\":\"Centara Pattaya Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9412129\",\"Long\":\"100.888749\",\"Address\":\"78\\/140 Moo 9 Nongprue, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"<p>Within easy walking distance of the popular four-kilometre-long Pattaya Beach, Centara Pattaya Hotel provides a relaxing retreat in the midst of all the action.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_510636\\/4539_46d38035629392e5d6d65aa2d3d62b811655288941.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":510637,\"Name\":\"Dusit Thani Pattaya\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9506774\",\"Long\":\"100.8853687\",\"Address\":\"5 240\\/2 Beach Rd, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"<p>Dusit Thani Pattaya enjoys a five-star status and the resort hotel presents a luxurious blend of city comforts and beach relaxation for individual travellers<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_510637\\/4539_43f7d241933615ba8904fda9c18f46e61655289047.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand's rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"<p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important"><em style="outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important">Gear up for a full day city tour at Phuket!<\\/em><\\/p><p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important">It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket's west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.<\\/p>\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous 'wat traimit' or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or 'wat benchamabopit' and 'wat po' or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":537998,\"Name\":\"Patong Lodge Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"284 1 Thanon Phrabarami, Pa Tong, Kathu District, Phuket \"},\"Images\":[],\"CityId\":21319,\"Brief\":\"<p style="text-align:justify">Surrounded by lush trees and gardens, this casual hotel is 2 km from Patong Beach, 5 km from the Tiger Kingdom Phuket wildlife preserve and 18 km from the prominent Buddhist temple, Wat Chalong. <br \\/>\\r\\n<br \\/>\\r\\nThe laid-back rooms feature wood furnishings and free Wi-Fi, as well as satellite TV, safes and minibars. Upgraded rooms add balconies, some with pool or sea views, plus tea and coffeemakers. A poolside suite adds a separate living room and direct pool access.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_537998\\/4539_b13ce0f7302e05b6e6de3f635c08609a1675778449.jpeg\",\"AccoAminitiesMask\":\"111111101010111110001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":539499,\"Name\":\"Deevana Patong Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":365363,\"Name\":\"Wyndham Sea Pearl Resort Phuket\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"12 Prabaramee Road, Kathu, Phuket, Thailand, , , 83150, \"},\"Images\":[],\"CityId\":21319,\"Brief\":\"Wyndham Sea Pearl Resort Phuket is perfectly located for both business and leisure guests in Phuket. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Facilities like 24-hour room service, free Wi-Fi in all rooms, 24-hour security, daily housekeeping, 24-hour front desk are readily available for you to enjoy. Guestrooms are fitted with all the amenities you need for a good night's sleep. In some of the rooms, guests can find closet, complimentary tea, towels, slippers, separate living room. Enjoy the hotel's recreational facilities, including yoga room, hot tub, fitness center, sauna, golf course (within 3 km), before retiring to your room for a well-deserved rest. Convenience and comfort makes Wyndham Sea Pearl Resort Phuket the perfect choice for your stay in Phuket.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand's rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"<p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important"><em style="outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important">Gear up for a full day city tour at Phuket!<\\/em><\\/p><p style="outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important">It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket's west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.<\\/p>\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous 'wat traimit' or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or 'wat benchamabopit' and 'wat po' or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"353024\",\"Title\":\"Krabi: Arrival & Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Sawadee! Welcome to Thailand<\\/p>\\r\\n\\r\\n<p>After arriving at Phuket International Airport and clearing your visa on arrival \\/ immigration, meet and assist by our airport representative holding your name placard. Our airport representative will meet you in the arrival hall and from there, you will be transferred to a hotel in Krabi. The driving time is around 3 hours. On arrival at Krabi, check in at your hotel and rest of the day is free to relax. <\\/p>\\r\\n\\r\\n<p>In the evening you may visit the famous beaches of Aonang or Railay. <\\/p>\\r\\n\\r\\n<p>Overnight stay in your Krabi Hotel<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":439043,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":10024,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353027\",\"Title\":\"Krabi: Four Island Tour via Long Tail Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"<p>Get ready for a fun-filled four island hopping tour!<\\/p>\\r\\n\\r\\n<p>Post breakfast, you will be taken for a four island hopping tour. It is recommended for you to carry your sunglasses, swimsuit, and a towel. Today, you will mostly be in the water so it’s better to be prepared with all the necessaries.<\\/p>\\r\\n\\r\\n<p>Visit the famous Koh Gai – the Chicken Island and see for yourself where it got its nickname, Explore the lesser known tiny islands of Koh Tub and Koh Mor, Discover the magnificent Phra Nang Cave Beach on the Railay Peninsula. Enjoy Thai Lunch during the tour. Later in the afternoon, return to hotel and rest of the day is free for you to relax. <\\/p>\\r\\n\\r\\n<p>Overnight stay in Krabi Hotel. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":439043,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":10024,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38045,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3838,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":38044,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353030\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353033\",\"Title\":\"Transfer from Krabi to Phuket - Enroute visit Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After a sumptous breakfast, check out from your Krabi hotel and transfer to Phuket Hotel. The driving time is around 4 Hours.<\\/p>\\r\\n\\r\\n<p>Enroute, give the sand and sea a break and dive into the unbelievably blue waters of Krabi’s Emerald and Blue Pools. Take a dip in the therapeutic hot springs and visit the impressive Tiger Cave Temple with a special 3-In-1 Tour .<\\/p>\\r\\n\\r\\n<p>Later continue your drive to Phuket. On arrival at Phuket Hotel check in and time free to relax.<\\/p>\\r\\n\\r\\n<p>Perhaps you may visit the famous Phuket beaches like Patong, Kata or Karon. Patong area is also the undisputed nightlife centre of Phuket.<\\/p>\\r\\n\\r\\n<p>Overnight stay in your Phuket Hotel.   <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":39970,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":39968,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353036\",\"Title\":\"Phuket: Phi Phi Island Tour by Speed Boat OR Big Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"<p style="text-align:justify">Today after an early breakfast, proceed for the much awaited and the most popular tour-experience in Phuket - The Phi Phi Island Tour.<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Breathtaking limestone cliffs rise straight out of the emerald green water. The Phi Phi's are 40 kilometers southeast of Phuket in the Andaman Sea. The six islands include Phi Phi Don – home to the bohemian town of Phi Phi Islands, and Phi Phi Leh – site of the spectacular Maya Bay which is famous for its role in the movie “The Beach”. The islands are laced with occasional powdery white beaches and coral reefs teeming with exotic life. They beckon you to unforgettable swimming and snorkeling in the clear tropical waters.<br \\/>\\r\\n<br \\/>\\r\\nA tour of Phi Phi presents you with great sightseeing and chances to take a plunge. You'll see Maya Bay, Loh Samah Bay, Pileh Cove, Viking Cave and Monkey Beach. Thai Lunch will be served at Phi Phi Don Island. <\\/p>\\r\\n\\r\\n<p style="text-align:justify">Return to Phuket Mainland early evening followed by drop to your hotel. Evening is at leisure to relax or enjoy shopping at the many malls and street side shops. <\\/p>\\r\\n\\r\\n<p style="text-align:justify">Overnight in Phuket Hotel <\\/p>\\r\\n\\r\\n<p style="text-align:justify"> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353039\",\"Title\":\"Phuket: City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, proceed for your city tour of Phuket. <\\/p>\\r\\n\\r\\n<p>The tour will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket's west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Wat Chalong, Big Buddha, Gems factory and a Cashew Nut Factory.<\\/p>\\r\\n\\r\\n<p>Return to the hotel and end the day with a peaceful overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27291,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353042\",\"Title\":\"Phuket: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>The final day and the final goodbye!!<\\/p>\\r\\n\\r\\n<p>On your final day, after an early breakfast in the hotel, proceed to checkout. Take your transfer from hotel to Phuket airport. With this we see you off with a bagful of memories and experiences to cherish..!! <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357237\",\"Title\":\"Transfer from Phuket to Bangkok - Onwards drive to Pattaya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After a healthy breakfast, complete your check out process and say good bye to Phuket. Take your transfer and proceed to Phuket airport for your flight to Bangkok.<\\/p>\\r\\n\\r\\n<p>On arrival at Bangkok Airport, meet and assist at exit gate followed by drive to Pattaya (Approx. 2 Hrs). Pattaya is one of the most sought after cities of Thailand famous for its lively atmosphere, beautiful beach, water sports and a vibrant nightlife. <\\/p>\\r\\n\\r\\n<p>Check-In to your Pattaya hotel. Afternoon at leisure to frehsen up and relax.<\\/p>\\r\\n\\r\\n<p>In the evening visit the famous Alcazar Cabaret Show.  <\\/p>\\r\\n\\r\\n<p>Rest of the day is free to explore this beautiful beach side town at your own pace. Overnight stay in Pattaya Hotel      <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":510636,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":510637,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2819,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357240\",\"Title\":\"Pattaya: Visit the Nong Nooch Tropical Garden\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, visit the magnificently landscaped Nong Nooch Tropical Garden.<\\/p>\\r\\n\\r\\n<p>Set over 600 Acres of land, Nong Nooch Tropical Garden is one of the 10 most beautiful gardens in the world showcasing more than 12,000 range of plants & landscaping. Watch some entertaining events including the Thai Boxing & Cultural Show, Amazing Elephant Show etc. Also discover the unique areas of orchids, fountains, topiary, waterfalls, cactus, ferns, bonsai,  Mini Stonehenge & Pottery Park..!<\\/p>\\r\\n\\r\\n<p>Back to your hotel in the afternoon. Rest of the day is at leisure. Perhaps you can take a relaxing Thai Massage.<\\/p>\\r\\n\\r\\n<p>Overnight stay in Pattaya Hotel.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":510636,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":510637,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3439,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357243\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357246\",\"Title\":\"Transfer to Bangkok - Temple and City Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast today, our representative will transfer you to Bangkok which is a 2 hrs drive.<\\/p>\\r\\n\\r\\n<p>Enjoy your city tour of Bangkok followed by check in at hotel.<\\/p>\\r\\n\\r\\n<p>Your tour starts with visit to Wat Traimit, the temple famous for holding the largest Golden Buddha in the world, standing at five meters in height and over five and half tonnes. Then you'll pass through the Chinatown area to glimpse the cultural diversity of this city followed by visit to Wat Pho, an ancient Buddhist temple complex, which holds more Buddha statues than any other temple in the country. Your last stop is at the Marble Temple, or Wat Benchamabopit, the most beautiful of Bangkok's temples, and made of imported Italian marble. You will experience Bangkok's cultural richness and diversity.<\\/p>\\r\\n\\r\\n<p>After city tour, check in at hotel in Bangkok. Evening is free to enjoy shopping in the shopper's paradise, Bangkok with many malls and street side shops around your hotel.  <\\/p>\\r\\n\\r\\n<p>Overnight stay in Bangkok.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":174434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":174309,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2821,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357249\",\"Title\":\"Bangkok Safari World and Marine Park Tour with Lunch\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":9,\"Program\":\"<p>Enjoy a sumptous buffet breakfast in the hotel. Later proceed on your Safari World and Marine Park Tour.<\\/p>\\r\\n\\r\\n<p>Safari World is an animal and leisure park based in Bangkok. Comprising two themes; Safari Park and Marine Park, the park offers its visitors a variety of entertainment options and activities for both, adults and children. Safari Park takes visitors on a ride where you have the opportunity to meet hundreds of wild animals in their natural habitat, while Marine Park has a large number of aquatic animals on display. <\\/p>\\r\\n\\r\\n<p>There are many entertaining shows also performed through the day featuring sea lions, dolphins, tigers besides a Hollywood Chowboy Stunt Show with plenty of thrill and action.  <\\/p>\\r\\n\\r\\n<p>Lunch is served inside the park (Indian OR International Buffet) <\\/p>\\r\\n\\r\\n<p>Return to your hotel in the evening. Later you may explore the nearby street shops or malls. <\\/p>\\r\\n\\r\\n<p>Overnight stay in Bangkok Hotel. <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p>  <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":174434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":174309,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357252\",\"Title\":\"Bangkok: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>After having breakfast, check out from the hotel and keep your luggage with the hotel concierge.<\\/p>\\r\\n\\r\\n<p>Enjoy some last minute shopping followed by drop to Bangkok Airport for your homebound \\/ onward flight.<\\/p>\\r\\n\\r\\n<p>Take a plethora of memories with you to cherish for eternity...!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59713.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":93263.5,\"CostQuad\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49122\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"71346.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":110396,\"CostQuad\":null,\"ACEB\":71346,\"COSTTO\":71346}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"49123\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"89210.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":131450,\"CostQuad\":null,\"ACEB\":89177,\"COSTTO\":89177}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"58084.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":90719.95,\"CostQuad\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49122\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69400.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":107385.2,\"CostQuad\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"49123\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"86777.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":127865,\"CostQuad\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab (Thailand Visa on Arrival is 2200 THB Per Person for Express Visa Processing)<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<p style="text-align:justify">Accommodation for 03 Nights in selected Phuket Hotel<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Accommodation for 02 Nights in selected Krabi Hotel <\\/p>\\r\\n\\r\\n<p style="text-align:justify">Accommodation for 02 Nights in selected Pattaya Hotel<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Accommodation for 02 Nights in selected Bangkok Hotel<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Daily Breakfast in the Hotel<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Lunch \\/ Dinner as per itinerary<\\/p>\\r\\n\\r\\n<p style="text-align:justify">All airport \\/ inter hotel transfers on private basis<\\/p>\\r\\n\\r\\n<p style="text-align:justify">All sightseeing tours as per the itinerary on sharing basis (SIC)<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Phuket City Tour<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Phi Phi Island Tour in Phuket including Thai Lunch<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Emerald Pool + Hot Water Springs + Tiger Cave Temple Tour enroute from Phuket to Krabi OR V.V<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- 4 Island Tour from Krabi by Long Tail Boat including Thai Lunch<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Alcazar Show in Pattaya<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Nong Nooch Village Tour in Pattaya<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Bangkok Temple and City Tour<\\/p>\\r\\n\\r\\n<p style="text-align:justify">- Bangkok Safari World and Marine Park Tour including lunch<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Speed Boat \\/ Big Boat \\/ Long Tail Boat transfers on sharing basis in Phuket and Krabi<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Travel Insurance valid for your duration of stay in Thailand<\\/p>\\r\\n\\r\\n<p style="text-align:justify">Meet and Assist at Phuket \\/ Bangkok Airport <\\/p>\\r\\n\\r\\n<p>*Note: Air-Conditioner in vehicles may not operate in Hilly areas.<\\/p>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"353024\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[353024],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353027\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[353027],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353030\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[353030],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353033\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[353033],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353036\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[353036],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353039\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[353039],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353042\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[353042],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357237\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[357237],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357240\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[357240],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357243\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[357243],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357246\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[357246],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357249\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[357249],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357252\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[357252],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Krabi,Bangkok,Pattaya,Phuket','Krabi,South East Asia,Thailand,Phuket,Pattaya,Bangkok',NULL,'14466,2266,20925,21319',58085,89210,9,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Thailand','215','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'thailand-delights',NULL,NULL,NULL,0),(76,47219,1,38124,1,0,0,'Honeymoon,Family,Culture,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":47219,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/dubai-free-and-easy_1673704065\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Welcome to Dubai - a place with endless possibilities ..!<\\/p>\\r\\n\\r\\n<p>Erstwhile fishing village in the Arabian Gulf, Dubai today is one of the most modern cities in the world. One of the seven emirates that make up the United Arab Emirates, Dubai is home to more than 200 nationalities and offers an unforgettable experience to all its visitors. Discover the warm hospitality, rich culinary heritage and proud traditions that make up Dubai's vibrant culture. Whether it is the banks of Dubai creek, or at the Top of Burj Khalifa, the World's Tallest Building, Dubai lives and breathes a sense of possibility and innovation. With an unparalled coastline, beautiful desert and magnificent city scapes, memories are just waiting to be made here.<\\/p>\\r\\n\\r\\n<p>With the Dubai Free and Easy Package, you get the chance to explore Dubai at your own pace.You could also choose from a host of optional sightseeing tours to make the most of your trip.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Dubai - Free & Easy\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Culture,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":5371,\"Name\":\"Smana Hotel Al Raffa\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2153\",\"Long\":\"55.2744\",\"Address\":\"AL Mina Road P.O. Box 49789\"},\"Images\":{\"Image\":[{\"ImagId\":128464,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/145\\/12\\/01_Exterior_view_(Exterior_view)_C.jpg\"},{\"ImagId\":128465,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/516\\/02_Lobby_view_(Lobby_view)_A.jpg\"},{\"ImagId\":128466,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/524\\/03_Guest_room_(Guest_room)_A.jpg\"},{\"ImagId\":128467,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/532\\/04_Suite_(Suite)_A.jpg\"},{\"ImagId\":128468,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/540\\/05_Pool_view_(Pool_view)_A.jpg\"},{\"ImagId\":128469,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/548\\/06_Guest_room_(Guest_room)_A.jpg\"},{\"ImagId\":128470,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/556\\/07_Health_club_(Health_club)_A.jpg\"},{\"ImagId\":128471,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/581\\/08_Restaurant_(Restaurant)_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"Ideally located, The hotel is a short drive to Dubai International Airport, offers a quick access to the Dubai world Trade Centre to Jumeira Beach in just a few minutes and is only five minutes away from the busy Bur Dubai Business District, Bur Juman Shopping Center, Wafi and all the benefits of Dubai?s top retail and entertainment destinations.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/145\\/12\\/01_Exterior_view_(Exterior_view)_C.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":405018,\"Name\":\"Ibis Styles Dubai Jumeira\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.240105\",\"Long\":\"55.273179\",\"Address\":\"Al Mina Road  2nd December Street  Jumeira 1  121252 DUBAI  AE, 121252\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"The property is perfect for both corporate and leisure travellers, thanks to its prime location and easy accessibility. Guests staying in its 191 rooms and executive suites will enjoy its modern and chic interiors, plus premium in-room amenities including flat screen TV, personal safe box, minibar, IDD phone and much more. A fully-equipped gym and temperature-controlled indoor swimming pool are available for guests who wish to relax and rejuvenate within the comfort of the hotel.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/43\\/431721\\/431721a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":405774,\"Name\":\"FOUR POINTS SHERATON BUR DUBAI\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2576479427058\",\"Long\":\"55.2997562597717\",\"Address\":\"Khalid Bin Walid Street, Dubai, United Arab Emirates, 33196\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A wide selection of shopping and entertainment venues are all located in the near vicinity as well as the World Trade Centre, the Computer Plaza, the Meena Bazar, the Al Khaleej Centre, Nad Al Sheba race track, the Emirates Golf Club, Jumeirah Beach and the Dubaï Museum. Guests will reach Dubaï international airport in around 15 minutes.\\nFacilities\\nThe hotel features 125 accommodation units. A lobby and a reception are available to guests. A lift can be used to access the upper floors. Amenities include a safe and currency exchange facilities. Internet access (for a fee) and wireless internet access are available in the public areas. Gastronomic options include a restaurant, a café and a bar. Shopping facilities are available. Parking facilities available to guests include a garage and a car park. Other services include a hairdressing salon. A shuttle service is offered. A conference area with a conference room and a business centre is available.\\nRooms\\nAll rooms feature air conditioning and a bathroom. A safe and a minibar also feature. The accommodation units offer a range of amenities, including tea and coffee making equipment. An ironing set is also available to guests. Each accommodation unit offers internet access, a telephone, a TV and wireless internet access. Each of the bathrooms features a shower, a bathtub, a hairdryer and bathrobes.\\nSports\\/Entertainment\\nA refreshing dip in the indoor or outdoor pool can be pleasantly cooling on hot days. A terrace, sun loungers and parasols are available. The hot tub offers revitalisation. The poolside bar serves a selection of refreshing drinks. Leisure options at the hotel also include a gym, a spa and a sauna. Further available options include a nightclub. \\nMeals\\nVarious meals and board options are bookable. Guests can choose from breakfast, lunch, dinner, half board and full board.\\nPayment\\nThe following credit cards are accepted at the hotel: American Express, VISA, Diners Club, JCB and MasterCard.The FOUR POINTS SHERATON BUR DUBAI is a Tourist, Modern, Business, City hotel, Full Service hotel. Located in City Centre - Bur Dubai area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/30\\/30774\\/x2kKTveM_864aa48250e3612b2889bb23efb56e8f.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"},{\"RefHotelId\":534454,\"Name\":\"Crowne Plaza Dubai Jumeirah\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2405091\",\"Long\":\"55.2753567\",\"Address\":\"Al Mina St - Al Hudaiba - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":534455,\"Name\":\"Marriott Resort Palm Jumeirah\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.106963\",\"Long\":\"55.14574399999999\",\"Address\":\"Palm West Beach Palm - Jumeirah Road - The Palm Jumeirah - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>Located on the beach of the iconic Palm Jumeirah, the first Marriott Resort in Dubai offers the best of both worlds, catering to both the leisure seeking and dynamic business traveler. With the convenient conjunction to Dubai’s Sheikh Zayed Road, connecting the downtown area and the Burj Khalifa with the main shopping malls and business districts, the resort is the ideal starting point to explore all that Dubai has to offer. Our rooms have private balconies and offer deluxe bedding, complimentary Wi-Fi and 24-hour room service. Enjoy a swim in the resort’s beachside pool, workout in the fitness centre or relax at the Saray Spa. Young travelers can enjoy their own space at the Kids Club. The resort has 10 restaurants which include Korean, Italian, Japanese and Mexican cuisines. In front of the resort is the Palm West Beach promenade where guests can relax on the resort’s private beach, swim or enjoy water sports in the waters of the Arabian Gulf, explore the restaurants along the promenade and more!<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_534455\\/4539_1957c9cef9d783aab04a24839339ea691674042991.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"PALM DELUXE\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2775,\"Title\":\"Dhow Cruise\",\"Description\":\"Dhow Cruise is a novel experience,which you cannot miss when in Dubai.Enjoy dinner on a Dhow Cruise with the facinating lights of Dubai creek with music and belly dancing.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dhow_Cruise_8219_1519026799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":35919,\"Title\":\"Half Day City Tour\",\"Description\":\"<p>Dubai has consolidated its place as one of the top tourist destinations in the world. Glittering cityscape, high rises, some of the tallest ones in the world, an urbane jungle with a thrifty life. But is that all the Bedouin town has to offer? The natural is as beautiful as the human-made. Desert safaris and dunes visitations are must-do things while you are on the Dubai Tour. Don't forget to visit the sandy beaches and the lush hotels and restaurants with a touch of exquisite and luxury.<br><\\/p><div><br><\\/div>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1669798795.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"339218\",\"Title\":\"Arrival at Dubai - Dhow Cruise with Dinner (Creek)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome to the dazzling Emirati city. Oue representative will receive you at the Dubai International airport to escort you to the hotel. After a smooth check-in process, settle down in your comfortable room and de-stress yourself.<\\/p>\\r\\n\\r\\n<p>In the evening, the Dhow Cruise makes the first day of your Dubai holiday package exciting. Sail across the Dubai creek, listening to soothing Bollywood and traditional Arabic music, witnessing the glittering skyline of Dubai. The first evening of your 5 day Dubai trip will be marked by an unlimited international buffet dinner on board and then you will be transferred to your hotel for a cosy overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"PALM DELUXE\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"339223\",\"Title\":\"Dubai: Half-day Dubai city tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>The second day of your holiday package to Dubai promises to pamper the traveller in you<\\/p>\\r\\n\\r\\n<p>Fill yourself with a delicious breakfast, and prepare yourself for discovering the wonders of Dubai on a half-day city tour. Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world’s only seven-star hotel and the Atlantis Hotel, perched atop the crescent-shaped Palm Island (photo stops at Burj Al Arab and Atlantis Hotel).<\\/p>\\r\\n\\r\\n<p>Encounter colourful dioramas and enlightening historic exhibits on a visit to Dubai Museum. Post digging into the history of Emirates and their traditional culture, choose to laze around or take a dip in the warm waters of Jumeirah Beach. Behold stunning bird's-eye views from atop the Burj Khalifa -- the tallest building in the world. Or, indulge in some retail therapy at the city’s prominent shopping malls. End your eventful day with a sound sleep at your hotel.<\\/p>\\r\\n\\r\\n<p>Tip: Indians can get to Armani, Saffron, or Indego by Vineet for some yummy desi delicacies.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35919,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"339228\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>This day of your Dubai holiday brings to you a ride on velvety Arabian sands & some cultural entertainment<\\/p>\\r\\n\\r\\n<p>Have a wholesome breakfast at your hotel and spend the first half of the day leisurely. In the afternoon, get ready for Desert Safari. Indulge in a number of activities that are a highlight of your Dubai package, like dune bashing, camel riding and jeep racing.<\\/p>\\r\\n\\r\\n<p>Satiate your hunger with a number of mouth-watering Arabian delicacies & enjoy cultural performances like belly dance, Tanura show, and a fire show by trained artists. Enjoy off-roading on the sand dunes. Later, get to your hotel and end the third fun-filled day of your Dubai 4 nights, 5 days package.<\\/p>\\r\\n\\r\\n<p><strong>Optional:<\\/strong> Engage in various exciting activities during your Dubai Desert Safari like camel riding, quad biking, and more (charges extra)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"339233\",\"Title\":\"Day at Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Enjoy your breakfast at leisure as you have the day free to explore and enjoy on own and at your pace.<\\/p>\\r\\n\\r\\n<p>You can enjoy shopping at the many malls and street side shops or perhaps select some optional tours from host of activities available like visit to Burj Khalifa, Dubai Frame, Ferrari World Abu Dhabi, Al Ain etc. .<\\/p>\\r\\n\\r\\n<p>Overnight stay in your Dubai Hotel. <\\/p>\\r\\n\\r\\n<p>   <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"339238\",\"Title\":\"Time for Shopping - Airport Drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Enjoy the last breakfast of your Dubai Free and Easy Tour followed  by check out and transfer to airport for your onward \\/ return flight. Time permitting you can enjoy some last minute shopping at the Gold Souq, Meena Bazaar or the many malls around. <\\/p>\\r\\n\\r\\n<p>Back home with fond memories of your Dubai Trip ..!!! <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30793.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":45450.9,\"CostQuad\":null,\"ACEB\":29502,\"COSTTO\":29502}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47220\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33154.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":52239,\"CostQuad\":null,\"ACEB\":30855,\"COSTTO\":30855}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47221\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40359.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":66649,\"CostQuad\":null,\"ACEB\":35915,\"COSTTO\":35915}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47222\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42427.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":70785,\"CostQuad\":null,\"ACEB\":38995,\"COSTTO\":38995}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47223\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"94902.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":175736,\"CostQuad\":null,\"ACEB\":75075,\"COSTTO\":75075}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29393.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":43384.95,\"CostQuad\":null,\"ACEB\":28161,\"COSTTO\":28161}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47220\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31647.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":49864.5,\"CostQuad\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47221\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38524.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":63619.5,\"CostQuad\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47222\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40498.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":67567.5,\"CostQuad\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47223\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"90588.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-01-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":167748,\"CostQuad\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>Peak Season \\/ Exhibition Period Supplement Cost <\\/li>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Any visa cost unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>04 Nights accommodation on twin \\/ double sharing basis <\\/li>\\r\\n\\t<li>Meals as per hotel plan.<\\/li>\\r\\n\\t<li>All Tours and sightseeing as per the itinerary on a sharing basis.<\\/li>\\r\\n\\t<li>Half Day Dubai City Tour<\\/li>\\r\\n\\t<li>Dhow Cruise with Dinner (Dubai Creek)<\\/li>\\r\\n\\t<li>Desert Safari with Barbeque Dinner, Shows and Activities <\\/li>\\r\\n\\t<li>Return Airport Transfers on private basis.<\\/li>\\r\\n\\t<li>UAE Tourist Visa Processing <\\/li>\\r\\n\\t<li>Travel Insurance <\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"339218\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[339218],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339223\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[339223],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339228\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[339228],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339233\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[339233],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339238\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[339238],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates,DUBAI FESTIVAL CITY',NULL,'8219',29394,94903,4,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'United Arab Emirates','228','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'dubai-free-easy',NULL,NULL,NULL,0),(77,46437,1,38124,0,0,0,'Honeymoon,Family,Offbeat,Leisure,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":46437,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/offbeat-singapore_1672833407\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p style="text-align:justify">Singapore is unique on its own and is very much famous for its shopping, heritage sites, beautiful architectures, cuisines and many more. With "Offbeat Singapore" package, we have left the beaten path of going with the regular sightseeing’s and instead, added some hidden gems and obscure places that are a wonder so you don't just visit Singapore...Soak all of it..!!!<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Offbeat Singapore\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13448\",\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Offbeat,Leisure,River Cruises\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531571,\"Name\":\"Hotel Chancellor\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3011349\",\"Long\":\"103.8421518\",\"Address\":\"28 Cavenagh Rd, Singapore 229635\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"<p>In a glass-fronted building off the Central Expressway, this modern hotel is a 6-minute walk from Somerset subway station, a 13-minute walk from the bustling shops of Orchard Road and 5 km<\\/p>\\r\\n\\r\\n<p>from the waterfront Gardens by the Bay.<br \\/>\\r\\n<br \\/>\\r\\nCasual rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs, and minifridges, plus tea and coffeemaking facilities. Upgraded rooms add rainfall showers.<br \\/>\\r\\n<br \\/>\\r\\nA breakfast buffet is served in a sleek, bi-level cafe overlooking a lush courtyard, which also offers other meals. Other amenities include a striking rooftop lap pool flanked by a wooden deck, plus 5 conference rooms.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531571\\/4539_55424d0f16ceccf0fbed1646f2b69d561672301196.jpeg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":440160,\"Name\":\"V HOTEL LAVENDER\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"70 Jellicoe Road, Singapore, 208767, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 4 star hotel is located in the city centre of Singapore and was established in 2011. It is a short drive away from the Raffles City and the nearest station is Kallang Road. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 888 rooms are equipped with hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/640\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":442532,\"Name\":\"PENINSULA EXCELSIOR\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"5 Coleman Street, Singapore, 179805, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 3 star hotel is located in the city centre of Singapore and was established in 1974. It is close to the Clarke Quay and the nearest station is City Hall. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 591 rooms are equipped with minibar, hairdryer, safe and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/280\\/lr\\/01ext.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426045,\"Name\":\"PARKROYAL on Kitchener Road\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"181 Kitchener Road, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"In the heart of Singapore, the PARKROYAL on Kitchener Road hotel (part of Park Royal Hotels & Resorts) is close to the Sri Veeramakaliamman Temple and the Malay Heritage Centre (Istana Kampong Gelam). This hotel built in 1983 is rated for its location and its rooms. The main hotel amenities are coffee shop or café, bar & lounge, 24-hour front desk, elevator, free WiFi and multilingual staff. Additional amenities include restaurant (à la carte), restaurant (buffet), facilities for disabled guests, ironing facilities, non-smoking rooms, designated smoking areas, tours & ticket assistance, bridal suite, currency exchange, ironing service, shoeshine, tour desk, trouser press and fax & photocopying. This hotel accepts the following payment types: American Express, Diners Club, JCB International, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel is recommended for groups of friends and couples.This 4 star hotel is within close proximity of the Haw Par Villa (Tiger Balm Gardens) and the Underwater World. The closest airports to the hotel are Changi and Senai Intl.The hotel occupies a modern high-rise property featuring an angular, decorative facade with some prominent panelling.The hotel has business facilities including business center and multiple small meeting rooms. This hotel provides the following swimming facilities: children's swimming pool and outdoor swimming pool. Wellness facilities include 24-hour fitness facilities, sauna, spa services on site and steam room.Relax in one of the lovely 532 air conditioned rooms at PARKROYAL on Kitchener Road. The main room amenities are air conditioning, in-room safe and hair dryer. Additional room amenities include bathrobes, hair dryer (on request), slippers, complimentary newspaper, complimentary toiletries, complimentary weekday newspaper, adjoining rooms and daily housekeeping.Eating and drinking facilities include restaurant (à la carte), restaurant (buffet), coffee shop or café and bar & lounge. Shopping facilities include gift shops or newsstand.Free parking is possible onsite. The hotel has a 24-hour reception.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/P3K\\/P3K_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426094,\"Name\":\"ONE FARRER HOTEL AND SPA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1 Farrer Park Station Road, Singapore, 217562, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 5 star hotel is located in the city centre of Singapore and was established in 2014. It is close to the Little India and the nearest station is Farrer Park MRT. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 243 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/515\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3678,\"Title\":\"SINGAPORE FLYER\",\"Description\":\"The Singapore Flyer is a giant Ferris wheel in Singapore. It has 28 air-conditioned capsules, each able to accommodate 28 passengers, and incorporates a three-storey terminal building.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2892988,\"Long\":103.8631368,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SINGAPORE_FLYER_25278_1530614974.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting's bid for the right to build Singapore's second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks & Resorts markets the park as a "one-of-its-kind theme park in Asia" and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41008,\"Title\":\"Marina Bay Sands \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41009,\"Title\":\"Snow City Singapore\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41010,\"Title\":\"River Wonders at Mandai Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":6337,\"Title\":\"Singapore Zoo, Singapore\",\"Description\":\"hyrfh\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":78.5676,\"Long\":667.454,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Singapore_Zoo,_Singapore_25278_1530611433.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41012,\"Title\":\"01 Night Extension in Hotel V Lavender\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41013,\"Title\":\"01 Night Extension in Hotel Park Royal on Kitchener Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41014,\"Title\":\"01 Night Extension in Hotel Peninsula Excelsior\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41015,\"Title\":\"01 Night Extension in Hotel Peninsula Excelsior\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41016,\"Title\":\"01 Night Extension in One Farrer Hotel and Spa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":37587,\"Title\":\"museum of ice cream\",\"Description\":\"<p><span style="color: rgb(142, 21, 55) font-family: Centrano2, sans-serif font-size: 16px text-align: start">There is no museum in the world where you can learn about ice cream by basking in a pink Californian beach, reminiscing your childhood in the locally-inspired dragon playground or taking a dip in a pool filled with millions of sprinkles. This is the only place in the world where anything is possible. Get ready to be transported into a world where all your wildest ice cream dreams come true.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1672906998.jpg\",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":37586,\"Title\":\"Airport Boulevard\",\"Description\":\"<p><span style="color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left">Jewel Changi Airport is a nature-themed entertainment and retail complex surrounded by and linked to Changi Airport, Singapore, linked to one of its passenger terminals. Its centrepiece is the world's tallest indoor waterfall, the Rain Vortex, that is surrounded by a terraced forest setting.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.3600986,\"Long\":103.9895888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1672907102.jpg\",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"334310\",\"Title\":\"Singapore: Arrival - Visit Singapore Flyer\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Singapore; the Lion City !<\\/p>\\r\\n\\r\\n<p>Once you arrive at the Singapore Changi International Airport, our representative will heartily greet you and transfer you to the pre-reserved hotel in private transportation. Upon arrival, you will sign into the hotel and spend the day at leisure.<\\/p>\\r\\n\\r\\n<p>In the evening, visit the famous Singapore Flyer, Asia's largest giant observation wheel located in the heart of downtown Marina Bay. It is high on thrills for tourists and locals alike. Step into one of the 28 fully air-conditioned glass capsules, and be transported on a 30-minute journey of stunning day and night scenes.<\\/p>\\r\\n\\r\\n<p>After the tour, you will return to the hotel for an overnight stay<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3678,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334315\",\"Title\":\"SINGAPORE: DUCK TOUR - AFTERNOON TILL SUNSET AT SENTOSA ISLAND\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast in the hotel head for an exciting DUCK Tour, a unique way to experience Singapore.<\\/p>\\r\\n\\r\\n<p>There is no better way to tour Singapore than catching a ride on the ORIGINAL DUCKtours.More than a tour, it’s 60 minutes of full-on thrill where you go on a voyage to discover the past, present and possibly the future. Hear the captivating Singapore story from our well-loved DUCKtainers commentating onboard the craft while you capture snapshots of the city’s major monuments.<\\/p>\\r\\n\\r\\n<p>Post lunch discover endless fun and surprises at the Afternoon Till Sunset at Sentosa Tour, from amazing attractions, action packed activities pristine beaches to lush greenery. Some of the activities included in your package are cable car ride (one way), 5 in 1 Madame Tussauds, Sky Helix & Wings of Time. You may add other activities as desired directly at the island (own cost)<\\/p>\\r\\n\\r\\n<p>Transfer back to your hotel by late evening.   <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":2162,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41008,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41009,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41010,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":6337,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41012,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41013,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41014,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41015,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41016,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334320\",\"Title\":\"VISIT MUSEUM OF ICE CREAM - GARDENS BY THE BAY \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After a leisurely breakfast, start your day with the visit to one of its kind "Museum of Ice-Cream". <\\/p>\\r\\n\\r\\n<p>There is no museum in the world where you can learn about ice cream by basking in a pink Californian beach, reminiscing your childhood in the locally-inspired dragon playground or taking a dip in a pool filled with millions of sprinkles. This is the only place in the world where anything is possible. Get ready to be transported into a world where all your wildest ice cream dreams come true.<\\/p>\\r\\n\\r\\n<p>Afternoon is at leisure to relax. <\\/p>\\r\\n\\r\\n<p>Early evening head for another famous attraction of Singapore - Gardens by the Bay. A national garden and premier horticultural attraction for local and international visitors, Gardens by the Bay is a showpiece of horticulture and garden artistry that presents the plant kingdom in a whole new way, entertaining while educating visitors with plants seldom seen in this part of the world, ranging from species in cool, temperate climates to tropical forests and habitats. Your package includes entrance to 01 Dome and the Supertree.<\\/p>\\r\\n\\r\\n<p>Transfer back to hotel for overnight stay.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334325\",\"Title\":\"Singapore: Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Spend the fourth day of the tour at leisure <\\/p>\\r\\n\\r\\n<p>Start the day with a wholesome breakfast at the hotel and then plan the day ahead as per your convenience. Since the day is at leisure, you can either stay at the hotel and relax or choose to go out and enjoy some optional activities like Axe Throwing, River Wonders, Singapore Zoo, Night Safari, Universal Studios, S.E.A  Aquarium, Snow City etc.   <br \\/>\\r\\n<br \\/>\\r\\nOvernight stay in your Singapore Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334330\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Post breakfast check out and enjoy some last minute shopping at the many malls & street side shops before proceeding to the airport for your onward \\/ homebound flight.<\\/p>\\r\\n\\r\\n<p>Head to the Jewel Changi Airport and visit the Canopy Park (entrance included), a space to unwind and experience what it means to be called the Best Airport in the World.<\\/p>\\r\\n\\r\\n<p>Canopy Park, located at the topmost level (L5) of Jewel, welcomes the young and young at heart with an array of exciting play attractions.From mazes to bouncing nets, it's all fun. Take a stroll along creative garden trails, glide down giant slides or hide in bowls of gentle mist. Spend hours at play, or simply relax at one of many charming diners.<\\/p>\\r\\n\\r\\n<p>After exploring the Canopy Park, head onwards to the respective gate for your flight.   <\\/p>\\r\\n\\r\\n<p>Back home fond memories..!!!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37586,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46437\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52965.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52598,\"priceDoubleOcc\":\"52965.00\",\"priceSingleOcc\":70554,\"priceExtraBed\":\"49445.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49445,\"COSTDO\":52965,\"COSTSO\":70554,\"CostQuad\":null,\"ACEB\":51865,\"COSTTO\":51865},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":74954,\"CostQuad\":null,\"ACEB\":52965,\"COSTTO\":52965}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55440.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":55055,\"priceDoubleOcc\":\"55440.00\",\"priceSingleOcc\":81565,\"priceExtraBed\":\"49885.00\",\"priceWithoutBed\":\"38885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38885,\"CEB\":49885,\"COSTDO\":55440,\"COSTSO\":81565,\"CostQuad\":null,\"ACEB\":54285,\"COSTTO\":54285},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":85965,\"CostQuad\":null,\"ACEB\":56650,\"COSTTO\":56650}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":56852,\"priceDoubleOcc\":\"57200.00\",\"priceSingleOcc\":85250,\"priceExtraBed\":\"52635.00\",\"priceWithoutBed\":\"40810.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40810,\"CEB\":52635,\"COSTDO\":57200,\"COSTSO\":85250,\"CostQuad\":null,\"ACEB\":56155,\"COSTTO\":56155},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":58300,\"COSTTO\":58300}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"67650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":67063,\"priceDoubleOcc\":\"67650.00\",\"priceSingleOcc\":102355,\"priceExtraBed\":\"61820.00\",\"priceWithoutBed\":\"45870.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45870,\"CEB\":61820,\"COSTDO\":67650,\"COSTSO\":102355,\"CostQuad\":null,\"ACEB\":65890,\"COSTTO\":65890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":106700,\"CostQuad\":null,\"ACEB\":67320,\"COSTTO\":67320}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46441\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69575.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":68746,\"priceDoubleOcc\":\"69575.00\",\"priceSingleOcc\":103290,\"priceExtraBed\":\"61919.00\",\"priceWithoutBed\":\"46750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46750,\"CEB\":61919,\"COSTDO\":69575,\"COSTSO\":103290,\"CostQuad\":null,\"ACEB\":67089,\"COSTTO\":67089},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":107690,\"CostQuad\":null,\"ACEB\":68200,\"COSTTO\":68200}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46437\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50557.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":50208,\"priceDoubleOcc\":\"50557.50\",\"priceSingleOcc\":67347,\"priceExtraBed\":\"47197.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50557.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47197.5,\"COSTDO\":50557.5,\"COSTSO\":67347,\"CostQuad\":null,\"ACEB\":49507.5,\"COSTTO\":49507.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":71547,\"CostQuad\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":52553,\"priceDoubleOcc\":\"52920.00\",\"priceSingleOcc\":77857.5,\"priceExtraBed\":\"47617.50\",\"priceWithoutBed\":\"37117.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37117.5,\"CEB\":47617.5,\"COSTDO\":52920,\"COSTSO\":77857.5,\"CostQuad\":null,\"ACEB\":51817.5,\"COSTTO\":51817.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":82057.5,\"CostQuad\":null,\"ACEB\":54075,\"COSTTO\":54075}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":54268,\"priceDoubleOcc\":\"54600.00\",\"priceSingleOcc\":81375,\"priceExtraBed\":\"50242.50\",\"priceWithoutBed\":\"38955.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38955,\"CEB\":50242.5,\"COSTDO\":54600,\"COSTSO\":81375,\"CostQuad\":null,\"ACEB\":53602.5,\"COSTTO\":53602.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":85575,\"CostQuad\":null,\"ACEB\":55650,\"COSTTO\":55650}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"64575.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":64015,\"priceDoubleOcc\":\"64575.00\",\"priceSingleOcc\":97702.5,\"priceExtraBed\":\"59010.00\",\"priceWithoutBed\":\"43785.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":43785,\"CEB\":59010,\"COSTDO\":64575,\"COSTSO\":97702.5,\"CostQuad\":null,\"ACEB\":62895,\"COSTTO\":62895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":101850,\"CostQuad\":null,\"ACEB\":64260,\"COSTTO\":64260}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46441\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"66412.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":65622,\"priceDoubleOcc\":\"66412.50\",\"priceSingleOcc\":98595,\"priceExtraBed\":\"59104.50\",\"priceWithoutBed\":\"44625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44625,\"CEB\":59104.5,\"COSTDO\":66412.5,\"COSTSO\":98595,\"CostQuad\":null,\"ACEB\":64039.5,\"COSTTO\":64039.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":102795,\"CostQuad\":null,\"ACEB\":65100,\"COSTTO\":65100}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>04 nights accommodation on a twin \\/ double sharing basis.<\\/li>\\r\\n\\t<li>Daily Breakfast in the Hotel <\\/li>\\r\\n\\t<li>Return Airport Transfers on private basis<\\/li>\\r\\n\\t<li>All Tours and sightseeing as per the itinerary on a sharing basis.<\\/li>\\r\\n\\t<li>Singapore Flyer<\\/li>\\r\\n\\t<li>Afternoon till Sunset at Sentosa (90 Tokens)<\\/li>\\r\\n\\t<li>Gardens by the Bay (01 Dome + Super Tree)<\\/li>\\r\\n\\t<li>Singapore Duck Tour<\\/li>\\r\\n\\t<li>Museum of Ice Cream<\\/li>\\r\\n\\t<li>Canopy Park at Jewel Changi Airport<\\/li>\\r\\n\\t<li>Singapore Tourist Visa Processing<\\/li>\\r\\n\\t<li>Travel Insurance <\\/li>\\r\\n\\t<li>Applicable Hotel Taxes<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"334310\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[334310],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334315\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[334315],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334320\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[334320],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334325\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[334325],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334330\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[334330],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Singapore','Singapore,South East Asia,Orient',NULL,'25278',50558,71775,4,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Singapore','190','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'offbeat-singapore',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (78,46224,1,38124,1,0,0,'Honeymoon,Family,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":46224,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/singapore-delights_1672663211\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>From shopping frenzy, delectable culinary delights, awe-inspiring museums, adventurous theme parks, exotic gardens – Singapore has something for everyone.<br \\/>\\r\\nWith the Singapore Delights Package you get a chance to experience all the must see places on offer in Singapore.<\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Singapore Delights \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13448\",\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Leisure\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531571,\"Name\":\"Hotel Chancellor\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3011349\",\"Long\":\"103.8421518\",\"Address\":\"28 Cavenagh Rd, Singapore 229635\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"<p>In a glass-fronted building off the Central Expressway, this modern hotel is a 6-minute walk from Somerset subway station, a 13-minute walk from the bustling shops of Orchard Road and 5 km<\\/p>\\r\\n\\r\\n<p>from the waterfront Gardens by the Bay.<br \\/>\\r\\n<br \\/>\\r\\nCasual rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs, and minifridges, plus tea and coffeemaking facilities. Upgraded rooms add rainfall showers.<br \\/>\\r\\n<br \\/>\\r\\nA breakfast buffet is served in a sleek, bi-level cafe overlooking a lush courtyard, which also offers other meals. Other amenities include a striking rooftop lap pool flanked by a wooden deck, plus 5 conference rooms.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531571\\/4539_55424d0f16ceccf0fbed1646f2b69d561672301196.jpeg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":440160,\"Name\":\"V HOTEL LAVENDER\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"70 Jellicoe Road, Singapore, 208767, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 4 star hotel is located in the city centre of Singapore and was established in 2011. It is a short drive away from the Raffles City and the nearest station is Kallang Road. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 888 rooms are equipped with hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/640\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":442532,\"Name\":\"PENINSULA EXCELSIOR\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"5 Coleman Street, Singapore, 179805, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 3 star hotel is located in the city centre of Singapore and was established in 1974. It is close to the Clarke Quay and the nearest station is City Hall. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 591 rooms are equipped with minibar, hairdryer, safe and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/280\\/lr\\/01ext.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426045,\"Name\":\"PARKROYAL on Kitchener Road\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"181 Kitchener Road, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"In the heart of Singapore, the PARKROYAL on Kitchener Road hotel (part of Park Royal Hotels & Resorts) is close to the Sri Veeramakaliamman Temple and the Malay Heritage Centre (Istana Kampong Gelam). This hotel built in 1983 is rated for its location and its rooms. The main hotel amenities are coffee shop or café, bar & lounge, 24-hour front desk, elevator, free WiFi and multilingual staff. Additional amenities include restaurant (à la carte), restaurant (buffet), facilities for disabled guests, ironing facilities, non-smoking rooms, designated smoking areas, tours & ticket assistance, bridal suite, currency exchange, ironing service, shoeshine, tour desk, trouser press and fax & photocopying. This hotel accepts the following payment types: American Express, Diners Club, JCB International, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel is recommended for groups of friends and couples.This 4 star hotel is within close proximity of the Haw Par Villa (Tiger Balm Gardens) and the Underwater World. The closest airports to the hotel are Changi and Senai Intl.The hotel occupies a modern high-rise property featuring an angular, decorative facade with some prominent panelling.The hotel has business facilities including business center and multiple small meeting rooms. This hotel provides the following swimming facilities: children's swimming pool and outdoor swimming pool. Wellness facilities include 24-hour fitness facilities, sauna, spa services on site and steam room.Relax in one of the lovely 532 air conditioned rooms at PARKROYAL on Kitchener Road. The main room amenities are air conditioning, in-room safe and hair dryer. Additional room amenities include bathrobes, hair dryer (on request), slippers, complimentary newspaper, complimentary toiletries, complimentary weekday newspaper, adjoining rooms and daily housekeeping.Eating and drinking facilities include restaurant (à la carte), restaurant (buffet), coffee shop or café and bar & lounge. Shopping facilities include gift shops or newsstand.Free parking is possible onsite. The hotel has a 24-hour reception.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/P3K\\/P3K_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426094,\"Name\":\"ONE FARRER HOTEL AND SPA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1 Farrer Park Station Road, Singapore, 217562, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 5 star hotel is located in the city centre of Singapore and was established in 2014. It is close to the Little India and the nearest station is Farrer Park MRT. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 243 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/515\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Mint Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world's first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world’s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia's most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore's Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3678,\"Title\":\"SINGAPORE FLYER\",\"Description\":\"The Singapore Flyer is a giant Ferris wheel in Singapore. It has 28 air-conditioned capsules, each able to accommodate 28 passengers, and incorporates a three-storey terminal building.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2892988,\"Long\":103.8631368,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SINGAPORE_FLYER_25278_1530614974.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3687,\"Title\":\"SANDS SKY PARK\",\"Description\":\"Marina Bay Sands SkyPark really offers a taste of the highlife by viewing Singapore from above. It offers a 360-degree panorama, with nothing but a sheet of glass and a few wires between you and the view.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2847443,\"Long\":103.8607121,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SANDS_SKY_PARK_25278_1530614001.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":37430,\"Title\":\"S.E.A Aquarium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting's bid for the right to build Singapore's second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks & Resorts markets the park as a "one-of-its-kind theme park in Asia" and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"333248\",\"Title\":\"Singapore: Arrival and Night Safari\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Singapore - The Garden City<\\/p>\\r\\n\\r\\n<p>Once you reach the Singapore Airport, our representative will heartily greet you and transfer you to your hotel. Upon arrival, you will sign into the hotel and spend the day at leisure.<\\/p>\\r\\n\\r\\n<p>In the evening, you will visit one of the kind zoo “Night Safari”. It is the first nocturnal zoo globally with around 2500 animals from 130 species. It has played an essential role in the conservation of endangered animals. The nocturnal zoo also hosts a number of cultural shows and traditional tribal dance performances, where you can get a glimpse of Singapore’s rich traditions. You can witness the animal’s natural behaviour in the nighttime.<\\/p>\\r\\n\\r\\n<p>After the tour, you will return to the hotel for an overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333253\",\"Title\":\"Singapore: Half-day City Tour & Singapore Flyer\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Joyful half-day trip to the City<\\/p>\\r\\n\\r\\n<p>Have breakfast and go for the Singapore Half-day City Tour. This tour will take you to the most famous places around the city like Chinatown, Financial District, Central Business District, Civilian War Memorial, and Civic District. Next, see Suntec City, Marina Bay, and the icon of Singapore - the Merlion Statue. <\\/p>\\r\\n\\r\\n<p>Later visit the Singapore Flyer, which is an observation wheel at the Downtown Core district of Singapore offering panoramic views of the Sea and the Skyline,<\\/p>\\r\\n\\r\\n<p>Transfer back to hotel after the tour. Rest of the day is at leisure to relax in the comforts of your room OR enjoy shopping at the many malls and street side shops. You may also select one of the many optional sightseeing tours.<\\/p>\\r\\n\\r\\n<p>Overnight in your Singapore Hotel<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3678,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333258\",\"Title\":\"Singapore: Visit to Sentosa Island \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, you will explore Sentosa Island which is Singapore’s premier island resort getaway. This 500-hectare resort island is home to an exciting array of themed attractions, award-winning spa retreats, and resort accommodations alongside lush rainforests and golden sandy beaches. <\\/p>\\r\\n\\r\\n<p>Your Sentosa package includes one way scenic Cable Car Ride, 5 in 1 Madame Tussauds, Sky Helix, 4D Adventure Land and Wings of Time Show.   <\\/p>\\r\\n\\r\\n<p>After a wonderful day, return to the hotel for an overnight stay. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333263\",\"Title\":\"Gardens by the Bay and Marina Bay Sands \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today enjoy a leisurely breakfast as you have the first half at leisure to relax. Perhaps you may take an optional tour to Jurong Bird Park OR the Museum of Ice Cream.<\\/p>\\r\\n\\r\\n<p>Early evening visit the famous Gardens by the Bay which is a nature park spanning 101 hectares in the Central Region of Singapore, adjacent to the Marina Reservoir. The park consists of three waterfront gardens: Bay South Garden, Bay East Garden and Bay Central Garden.<\\/p>\\r\\n\\r\\n<p>Later head to the iconic Marina Bay Sands as you will visit the Sky Park Observation Deck located on the rooftop of the hotel at 57th Floor. The Sands SkyPark Observation Deck boasts scenic views of the panoramic vistas of Marina Bay and Singapore’s world-class cityscape.<\\/p>\\r\\n\\r\\n<p>Back to your hotel for overight stay.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3687,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333268\",\"Title\":\"Full Day SEA Aquarium & Universal Studios Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast take an exciting tour to the Resorts World Sentosa. <\\/p>\\r\\n\\r\\n<p>Visit the <strong>S.E.A. Aquarium<\\/strong> which is one of the world’s largest aquariums and home to more than 100,000 marine life representing 1,000 species in more than 45 diverse habitats. See close to 80 threatened species including the manta ray, Napoleon wrasse and a variety of corals that mirror a pristine aquatic environment.<\\/p>\\r\\n\\r\\n<p>Later head to the Universal Studios Singapore where the world of blockbuster films and their iconic characters come to life!<\\/p>\\r\\n\\r\\n<p>In this wonderful theme park, you can experience the thrills of cutting-edge rides, shows, and attractions based on movies and television shows like Puss In Boots’ Giant Journey, Battlestar Galactica: HUMAN vs. CYLON™, TRANSFORMERS The Ride: The Ultimate 3D Battle, Jurassic Park Rapids Adventure™, Sesame Street Spaghetti Space Chase and many more.<\\/p>\\r\\n\\r\\n<p>Back to your hotel in the evening.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37430,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333273\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Post breakfast check out and enjoy some last minute shopping around your hotel before proceeding to the airport for your onward \\/ homebound flight.<\\/p>\\r\\n\\r\\n<p>Back home fond memories..!!!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46224\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"70554.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":70099,\"priceDoubleOcc\":\"70554.00\",\"priceSingleOcc\":93434,\"priceExtraBed\":\"58520.00\",\"priceWithoutBed\":\"46530.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46530,\"CEB\":58520,\"COSTDO\":70554,\"COSTSO\":93434,\"CostQuad\":null,\"ACEB\":69190,\"COSTTO\":69190},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71317,\"priceDoubleOcc\":\"72050.00\",\"priceSingleOcc\":97130,\"priceExtraBed\":\"59950.00\",\"priceWithoutBed\":\"47850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47850,\"CEB\":59950,\"COSTDO\":72050,\"COSTSO\":97130,\"CostQuad\":null,\"ACEB\":69850,\"COSTTO\":69850}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46225\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"73678.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":73209,\"priceDoubleOcc\":\"73678.00\",\"priceSingleOcc\":105743,\"priceExtraBed\":\"61215.00\",\"priceWithoutBed\":\"47410.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73678,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":47410,\"CEB\":61215,\"COSTDO\":73678,\"COSTSO\":105743,\"CostQuad\":null,\"ACEB\":72270,\"COSTTO\":72270},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":74250,\"priceDoubleOcc\":\"74690.00\",\"priceSingleOcc\":108240,\"priceExtraBed\":\"62480.00\",\"priceWithoutBed\":\"48510.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48510,\"CEB\":62480,\"COSTDO\":74690,\"COSTSO\":108240,\"CostQuad\":null,\"ACEB\":73370,\"COSTTO\":73370}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46226\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"75878.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":75519,\"priceDoubleOcc\":\"75878.00\",\"priceSingleOcc\":110308,\"priceExtraBed\":\"62150.00\",\"priceWithoutBed\":\"48950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75878,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48950,\"CEB\":62150,\"COSTDO\":75878,\"COSTSO\":110308,\"CostQuad\":null,\"ACEB\":74800,\"COSTTO\":74800},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":76267,\"priceDoubleOcc\":\"76450.00\",\"priceSingleOcc\":112750,\"priceExtraBed\":\"62700.00\",\"priceWithoutBed\":\"50600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50600,\"CEB\":62700,\"COSTDO\":76450,\"COSTSO\":112750,\"CostQuad\":null,\"ACEB\":75900,\"COSTTO\":75900}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46227\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"88924.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88066,\"priceDoubleOcc\":\"88924.00\",\"priceSingleOcc\":132594,\"priceExtraBed\":\"73150.00\",\"priceWithoutBed\":\"55330.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88924,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55330,\"CEB\":73150,\"COSTDO\":88924,\"COSTSO\":132594,\"CostQuad\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89283,\"priceDoubleOcc\":\"90200.00\",\"priceSingleOcc\":135300,\"priceExtraBed\":\"74250.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":74250,\"COSTDO\":90200,\"COSTSO\":135300,\"CostQuad\":null,\"ACEB\":87450,\"COSTTO\":87450}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46228\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"90310.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":88572,\"priceDoubleOcc\":\"90310.00\",\"priceSingleOcc\":135850,\"priceExtraBed\":\"72215.00\",\"priceWithoutBed\":\"56210.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90310,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":56210,\"CEB\":72215,\"COSTDO\":90310,\"COSTSO\":135850,\"CostQuad\":null,\"ACEB\":85096,\"COSTTO\":85096},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":90897,\"priceDoubleOcc\":\"92400.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"74800.00\",\"priceWithoutBed\":\"58300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58300,\"CEB\":74800,\"COSTDO\":92400,\"COSTSO\":138600,\"CostQuad\":null,\"ACEB\":87890,\"COSTTO\":87890}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46224\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"67347.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":66913,\"priceDoubleOcc\":\"67347.00\",\"priceSingleOcc\":89187,\"priceExtraBed\":\"55860.00\",\"priceWithoutBed\":\"44415.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67347,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44415,\"CEB\":55860,\"COSTDO\":67347,\"COSTSO\":89187,\"CostQuad\":null,\"ACEB\":66045,\"COSTTO\":66045},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":68075,\"priceDoubleOcc\":\"68775.00\",\"priceSingleOcc\":92715,\"priceExtraBed\":\"57225.00\",\"priceWithoutBed\":\"45675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45675,\"CEB\":57225,\"COSTDO\":68775,\"COSTSO\":92715,\"CostQuad\":null,\"ACEB\":66675,\"COSTTO\":66675}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46225\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"70329.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":69881,\"priceDoubleOcc\":\"70329.00\",\"priceSingleOcc\":100936.5,\"priceExtraBed\":\"58432.50\",\"priceWithoutBed\":\"45255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70329,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":45255,\"CEB\":58432.5,\"COSTDO\":70329,\"COSTSO\":100936.5,\"CostQuad\":null,\"ACEB\":68985,\"COSTTO\":68985},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70875,\"priceDoubleOcc\":\"71295.00\",\"priceSingleOcc\":103320,\"priceExtraBed\":\"59640.00\",\"priceWithoutBed\":\"46305.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71295,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46305,\"CEB\":59640,\"COSTDO\":71295,\"COSTSO\":103320,\"CostQuad\":null,\"ACEB\":70035,\"COSTTO\":70035}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46226\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"72429.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":72086,\"priceDoubleOcc\":\"72429.00\",\"priceSingleOcc\":105294,\"priceExtraBed\":\"59325.00\",\"priceWithoutBed\":\"46725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46725,\"CEB\":59325,\"COSTDO\":72429,\"COSTSO\":105294,\"CostQuad\":null,\"ACEB\":71400,\"COSTTO\":71400},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":72800,\"priceDoubleOcc\":\"72975.00\",\"priceSingleOcc\":107625,\"priceExtraBed\":\"59850.00\",\"priceWithoutBed\":\"48300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48300,\"CEB\":59850,\"COSTDO\":72975,\"COSTSO\":107625,\"CostQuad\":null,\"ACEB\":72450,\"COSTTO\":72450}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46227\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"84882.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84063,\"priceDoubleOcc\":\"84882.00\",\"priceSingleOcc\":126567,\"priceExtraBed\":\"69825.00\",\"priceWithoutBed\":\"52815.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84882,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52815,\"CEB\":69825,\"COSTDO\":84882,\"COSTSO\":126567,\"CostQuad\":null,\"ACEB\":82425,\"COSTTO\":82425},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":85225,\"priceDoubleOcc\":\"86100.00\",\"priceSingleOcc\":129150,\"priceExtraBed\":\"70875.00\",\"priceWithoutBed\":\"54600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":54600,\"CEB\":70875,\"COSTDO\":86100,\"COSTSO\":129150,\"CostQuad\":null,\"ACEB\":83475,\"COSTTO\":83475}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46228\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"86205.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":84546,\"priceDoubleOcc\":\"86205.00\",\"priceSingleOcc\":129675,\"priceExtraBed\":\"68932.50\",\"priceWithoutBed\":\"53655.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53655,\"CEB\":68932.5,\"COSTDO\":86205,\"COSTSO\":129675,\"CostQuad\":null,\"ACEB\":81228,\"COSTTO\":81228},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86765,\"priceDoubleOcc\":\"88200.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"71400.00\",\"priceWithoutBed\":\"55650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55650,\"CEB\":71400,\"COSTDO\":88200,\"COSTSO\":132300,\"CostQuad\":null,\"ACEB\":83895,\"COSTTO\":83895}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>05 nights accommodation on a twin \\/ double sharing basis.<\\/li>\\r\\n\\t<li>Daily Breakfast in the hotel (starting from day 02)<\\/li>\\r\\n\\t<li>All Tours and sightseeing as per the itinerary on a sharing basis.<\\/li>\\r\\n\\t<li>Return Airport Transfers on private basis.<\\/li>\\r\\n\\t<li>Applicable Hotel Taxes<\\/li>\\r\\n\\t<li>Singapore Tourist Visa Processing<\\/li>\\r\\n\\t<li>Travel Insurance  <\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"333248\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[333248],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333253\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[333253],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333258\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[333258],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333263\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[333263],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333268\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[333268],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333273\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[333273],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Singapore','Singapore,South East Asia,Orient',NULL,'25278',67347,92400,5,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Singapore','190','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'singapore-delights',NULL,NULL,NULL,0),(79,46191,1,38124,1,0,0,'Honeymoon,Family,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":46191,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/singapore-highlights_1672650765\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>The story of Singapore is rich with twists, turns and triumphs. Get to know how far Singapore has come through the city's colourful past with the "Singapore Highlights" package.<\\/p>\\r\\n\\r\\n<p>Explore some of the famous and most visited sightseeing places like Sentosa Island, Night Safari, Gardens by the Bay etc. during your stay in Singapore.    <\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Singapore Highlights\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13448\",\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Activites Tour\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531571,\"Name\":\"Hotel Chancellor\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3011349\",\"Long\":\"103.8421518\",\"Address\":\"28 Cavenagh Rd, Singapore 229635\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"<p>In a glass-fronted building off the Central Expressway, this modern hotel is a 6-minute walk from Somerset subway station, a 13-minute walk from the bustling shops of Orchard Road and 5 km<\\/p>\\r\\n\\r\\n<p>from the waterfront Gardens by the Bay.<br \\/>\\r\\n<br \\/>\\r\\nCasual rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs, and minifridges, plus tea and coffeemaking facilities. Upgraded rooms add rainfall showers.<br \\/>\\r\\n<br \\/>\\r\\nA breakfast buffet is served in a sleek, bi-level cafe overlooking a lush courtyard, which also offers other meals. Other amenities include a striking rooftop lap pool flanked by a wooden deck, plus 5 conference rooms.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531571\\/4539_55424d0f16ceccf0fbed1646f2b69d561672301196.jpeg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":440160,\"Name\":\"V HOTEL LAVENDER\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"70 Jellicoe Road, Singapore, 208767, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 4 star hotel is located in the city centre of Singapore and was established in 2011. It is a short drive away from the Raffles City and the nearest station is Kallang Road. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 888 rooms are equipped with hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/640\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":442532,\"Name\":\"PENINSULA EXCELSIOR\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"5 Coleman Street, Singapore, 179805, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 3 star hotel is located in the city centre of Singapore and was established in 1974. It is close to the Clarke Quay and the nearest station is City Hall. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 591 rooms are equipped with minibar, hairdryer, safe and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/280\\/lr\\/01ext.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426045,\"Name\":\"PARKROYAL on Kitchener Road\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"181 Kitchener Road, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"In the heart of Singapore, the PARKROYAL on Kitchener Road hotel (part of Park Royal Hotels & Resorts) is close to the Sri Veeramakaliamman Temple and the Malay Heritage Centre (Istana Kampong Gelam). This hotel built in 1983 is rated for its location and its rooms. The main hotel amenities are coffee shop or café, bar & lounge, 24-hour front desk, elevator, free WiFi and multilingual staff. Additional amenities include restaurant (à la carte), restaurant (buffet), facilities for disabled guests, ironing facilities, non-smoking rooms, designated smoking areas, tours & ticket assistance, bridal suite, currency exchange, ironing service, shoeshine, tour desk, trouser press and fax & photocopying. This hotel accepts the following payment types: American Express, Diners Club, JCB International, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel is recommended for groups of friends and couples.This 4 star hotel is within close proximity of the Haw Par Villa (Tiger Balm Gardens) and the Underwater World. The closest airports to the hotel are Changi and Senai Intl.The hotel occupies a modern high-rise property featuring an angular, decorative facade with some prominent panelling.The hotel has business facilities including business center and multiple small meeting rooms. This hotel provides the following swimming facilities: children's swimming pool and outdoor swimming pool. Wellness facilities include 24-hour fitness facilities, sauna, spa services on site and steam room.Relax in one of the lovely 532 air conditioned rooms at PARKROYAL on Kitchener Road. The main room amenities are air conditioning, in-room safe and hair dryer. Additional room amenities include bathrobes, hair dryer (on request), slippers, complimentary newspaper, complimentary toiletries, complimentary weekday newspaper, adjoining rooms and daily housekeeping.Eating and drinking facilities include restaurant (à la carte), restaurant (buffet), coffee shop or café and bar & lounge. Shopping facilities include gift shops or newsstand.Free parking is possible onsite. The hotel has a 24-hour reception.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/P3K\\/P3K_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426094,\"Name\":\"ONE FARRER HOTEL AND SPA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1 Farrer Park Station Road, Singapore, 217562, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 5 star hotel is located in the city centre of Singapore and was established in 2014. It is close to the Little India and the nearest station is Farrer Park MRT. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 243 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/515\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Mint Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world's first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world’s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia's most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore's Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"333113\",\"Title\":\"Singapore: Arrival and Night Safari\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Singapore - The Garden City<\\/p>\\r\\n\\r\\n<p>Once you reach the Singapore Airport, our representative will heartily greet you and transfer you to your hotel. Upon arrival, you will sign into the hotel and spend the day at leisure.<\\/p>\\r\\n\\r\\n<p>In the evening, you will visit one of the kind zoo “Night Safari”. It is the first nocturnal zoo globally with around 2500 animals from 130 species. It has played an essential role in the conservation of endangered animals. The nocturnal zoo also hosts a number of cultural shows and traditional tribal dance performances, where you can get a glimpse of Singapore’s rich traditions. You can witness the animal’s natural behaviour in the nighttime.<\\/p>\\r\\n\\r\\n<p>After the tour, you will return to the hotel for an overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333118\",\"Title\":\"Singapore: Half-day City Tour & Gardens by the Bay\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Have breakfast and go for the Singapore Half-day City Tour. This tour will take you to the most famous monuments in the city like Art Museum, Financial District, Central Business District, Civilian War Memorial, and Civic District. Next, see Suntec City, Marina Bay, and the icon of Singapore - the Merlion Statue. At the end of the half-day city tour indulge in shopping at Plaza Singapura.<br \\/>\\r\\n<br \\/>\\r\\nEarly evening visit Gardens by the Bay, a nature park spanning 101 hectares in the Central Region of Singapore, adjacent to the Marina Reservoir. The park consists of three waterfront gardens: Bay South Garden, Bay East Garden and Bay Central Garden.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333123\",\"Title\":\"Singapore: Visit to Sentosa Island \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, you will explore Sentosa Island which is Singapore’s premier island resort getaway. This 500-hectare resort island is home to an exciting array of themed attractions, award-winning spa retreats, and resort accommodations alongside lush rainforests and golden sandy beaches. <\\/p>\\r\\n\\r\\n<p>Your Sentosa package includes one way scenic Cable Car Ride, 5 in 1 Madame Tussauds, Sky Helix and Wings of Time Show.   <\\/p>\\r\\n\\r\\n<p>After a wonderful day, return to the hotel for an overnight stay. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333128\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Post breakfast check out and enjoy some last minute shopping at the many malls & street side shops before proceeding to the airport for your onward \\/ homebound flight.<\\/p>\\r\\n\\r\\n<p>Back home fond memories..!!!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46191\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42845.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42533,\"priceDoubleOcc\":\"42845.00\",\"priceSingleOcc\":55165,\"priceExtraBed\":\"36685.00\",\"priceWithoutBed\":\"27390.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27390,\"CEB\":36685,\"COSTDO\":42845,\"COSTSO\":55165,\"CostQuad\":null,\"ACEB\":41910,\"COSTTO\":41910},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":57695,\"CostQuad\":null,\"ACEB\":43010,\"COSTTO\":43010}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46192\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44649.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":44341,\"priceDoubleOcc\":\"44649.00\",\"priceSingleOcc\":64856,\"priceExtraBed\":\"38390.00\",\"priceWithoutBed\":\"28380.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44649,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28380,\"CEB\":38390,\"COSTDO\":44649,\"COSTSO\":64856,\"CostQuad\":null,\"ACEB\":43725,\"COSTTO\":43725},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":67100,\"CostQuad\":null,\"ACEB\":44550,\"COSTTO\":44550}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46193\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45980.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":45668,\"priceDoubleOcc\":\"45980.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"39435.00\",\"priceWithoutBed\":\"28985.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28985,\"CEB\":39435,\"COSTDO\":45980,\"COSTSO\":67650,\"CostQuad\":null,\"ACEB\":45045,\"COSTTO\":45045},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":69630,\"CostQuad\":null,\"ACEB\":45650,\"COSTTO\":45650}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46194\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53845.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53533,\"priceDoubleOcc\":\"53845.00\",\"priceSingleOcc\":79585,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"32615.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32615,\"CEB\":46750,\"COSTDO\":53845,\"COSTSO\":79585,\"CostQuad\":null,\"ACEB\":52910,\"COSTTO\":52910},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":81895,\"CostQuad\":null,\"ACEB\":53900,\"COSTTO\":53900}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46195\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54780.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":53680,\"priceDoubleOcc\":\"54780.00\",\"priceSingleOcc\":80960,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"33550.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33550,\"CEB\":47850,\"COSTDO\":54780,\"COSTSO\":80960,\"CostQuad\":null,\"ACEB\":51480,\"COSTTO\":51480},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":83600,\"CostQuad\":null,\"ACEB\":52250,\"COSTTO\":52250}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46191\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40897.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":40600,\"priceDoubleOcc\":\"40897.50\",\"priceSingleOcc\":52657.5,\"priceExtraBed\":\"35017.50\",\"priceWithoutBed\":\"26145.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40897.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26145,\"CEB\":35017.5,\"COSTDO\":40897.5,\"COSTSO\":52657.5,\"CostQuad\":null,\"ACEB\":40005,\"COSTTO\":40005},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":55072.5,\"CostQuad\":null,\"ACEB\":41055,\"COSTTO\":41055}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46192\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42619.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":42326,\"priceDoubleOcc\":\"42619.50\",\"priceSingleOcc\":61908,\"priceExtraBed\":\"36645.00\",\"priceWithoutBed\":\"27090.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42619.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27090,\"CEB\":36645,\"COSTDO\":42619.5,\"COSTSO\":61908,\"CostQuad\":null,\"ACEB\":41737.5,\"COSTTO\":41737.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":64050,\"CostQuad\":null,\"ACEB\":42525,\"COSTTO\":42525}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46193\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43890.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":43593,\"priceDoubleOcc\":\"43890.00\",\"priceSingleOcc\":64575,\"priceExtraBed\":\"37642.50\",\"priceWithoutBed\":\"27667.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27667.5,\"CEB\":37642.5,\"COSTDO\":43890,\"COSTSO\":64575,\"CostQuad\":null,\"ACEB\":42997.5,\"COSTTO\":42997.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":66465,\"CostQuad\":null,\"ACEB\":43575,\"COSTTO\":43575}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46194\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"51397.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51100,\"priceDoubleOcc\":\"51397.50\",\"priceSingleOcc\":75967.5,\"priceExtraBed\":\"44625.00\",\"priceWithoutBed\":\"31132.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51397.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31132.5,\"CEB\":44625,\"COSTDO\":51397.5,\"COSTSO\":75967.5,\"CostQuad\":null,\"ACEB\":50505,\"COSTTO\":50505},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":78172.5,\"CostQuad\":null,\"ACEB\":51450,\"COSTTO\":51450}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46195\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52290.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-01-05\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":51240,\"priceDoubleOcc\":\"52290.00\",\"priceSingleOcc\":77280,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32025.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32025,\"CEB\":45675,\"COSTDO\":52290,\"COSTSO\":77280,\"CostQuad\":null,\"ACEB\":49140,\"COSTTO\":49140},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":79800,\"CostQuad\":null,\"ACEB\":49875,\"COSTTO\":49875}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) if not mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>03 nights accommodation on twin \\/ double sharing basis.<\\/li>\\r\\n\\t<li>Breakfast in the Hotel<\\/li>\\r\\n\\t<li>All Tours and sightseeing as per the itinerary on sharing basis.<\\/li>\\r\\n\\t<li>Return Airport Transfers on private basis.<\\/li>\\r\\n\\t<li>Applicable Hotel Taxes<\\/li>\\r\\n\\t<li>Singapore Tourist Visa Processing<\\/li>\\r\\n\\t<li>Travel Insurance  <\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"333113\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[333113],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333118\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[333118],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333123\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[333123],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333128\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[333128],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Singapore','Singapore,South East Asia,Orient',NULL,'25278',40898,56650,3,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Singapore','190','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'singapore-highlights',NULL,NULL,NULL,0),(80,32931,1,38124,1,0,0,'Honeymoon,Family,Hill Station,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":32931,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/karismatic_kerala_1656487058.jpeg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Kochi\",\"DestinationPlacesSysId\":14275,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"KARISMATIC KERALA\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"13876\",\"SupplierName\":\"Touracle \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Leisure\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14275,\"Title\":\"Kochi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":535067,\"Name\":\"Sealord Hotel\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9789174\",\"Long\":\"76.2767315\",\"Address\":\"Shanmugham Rd, Menaka, Opp, Marine Drive, Ernakulam, Kerala 682031, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"<p>Everyone needs a place to lay their weary head. For travellers visiting Ernakulam, Sealord Hotel Cochin is an excellent choice for rest and rejuvenation. Well-known for its proximity to great restaurants and attractions, Sealord Hotel Cochin makes it easy to enjoy the best of Ernakulam.<\\/p>\\r\\n\\r\\n<p>Internet access is offered to guests, and rooms at Sealord Hotel Cochin offer a flat screen TV, air conditioning, and a desk. Given the close proximity of popular landmarks, such as Paavakkulam Mahadeva Temple (1.5 mi) and St. George Syro-Malabar Catholic Church of Forane (1.6 mi), guests of Sealord Hotel Cochin can easily experience some of Ernakulam's most well known attractions.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535067\\/4539_2b3c39f7af929db0b0135ef7d866d0241674051839.jpg\",\"AccoAminitiesMask\":\"111001000010011000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535068,\"Name\":\"Broad Bean Hotel Kochi\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.962708899999999\",\"Long\":\"76.3181342\",\"Address\":\"Service Road, NH Bypass, opp. KSEB Office, Vyttila, Kochi, Kerala 682019, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"<p>Welcome to Broadbean Cochin. A tangible vision of contemporary elegance and hospitality, aspires to provide the highest level of sophistication and service in a boutique environment.<\\/p>\\r\\n\\r\\n<p>Located at the gateway to Cochin City, our impeccably furnished rooms, multi cuisine restaurants, conference halls and other state-of-the-art facilities will meet all your leisure and business needs.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535068\\/4539_64d3bb835dea06e23661941ea7b6b42a1674051371.jpg\",\"AccoAminitiesMask\":\"111011000000111000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535072,\"Name\":\"Emarald Suites\",\"Star\":\"4.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.965548399999998\",\"Long\":\"76.3153311\",\"Address\":\"Major Road Vytilla Eranakulam, Vyttila, Kochi, Kerala 682019, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"<p>Emarald Hotel, Cochin offers prime accommodation for the short-stay guests and leisure travelers at the queen of the Arabian Sea. The visitors can choose Premium Rooms, Suite, or Royal Suite Rooms for their stay at the hotel. The stay at the hotel is ideal with modern amenities and facilities.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535072\\/4539_49af06701e83ac767ca5d8cf9e0fb8591674048341.jpg\",\"AccoAminitiesMask\":\"111011100000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535075,\"Name\":\"Starlit Suites Kochi\",\"Star\":\"4.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9462149\",\"Long\":\"76.3187032\",\"Address\":\"6\\/58 KHB Building NH47 Bypass Rd, near Kairali Granites, Vijaya Nagar, Jaya Nagar, Maradu, Kochi, Kerala 682304, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"<p>An iconic 9 storied tower strategically Located on NH47 bypass road in Kochi, Kerala with a convenient access to the airport and the railway station as well as the commercial hubs and the scenic spots. A part of a signature mixed use development consisting of a mall\\/office space and Hotel Apartments. Excellent views from all the Suites with ample open green spaces, swimming pool on the 6th floor terrace with a poolside deck, gymnasium and terraces in the tower with a jogging track on the 10th floor terrace. For travellers seeking a comfortable and pleasant stay in Kochi, Starlit Suites is the solution. At Starlit Suites, guests’ needs and preferences are given prime importance and ultimate care for maximum comfort. 136 Fully Furnished and equipped Premium Studio and Deluxe One Bedroom Suites on the NH47 Bypass at Kochi.  <\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535075\\/4539_9dcaabb680b919615bc076ae28d178ec1674047119.jpg\",\"AccoAminitiesMask\":\"111110000000111000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1532,\"Title\":\"Santa Cruz Basilica\",\"Description\":\"The Santa Cruz Cathedral Basilica at Fort Kochi is one of the eight Basilicas in Kerala. Counted as one of the heritage edifices of Kerala, this church is one of the finest and most impressive churches in India and visited by tourists the whole year round. It is a place of devotion as well as a center of historic significance, endowed with architectural and artistic grandeur and colours of the gothic style.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9690017,\"Long\":76.2518786,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/242\\/thumb\\/Santa Cruz Basilica_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1667,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\\r\\n\\r\\nThe credit for its construction goes to the Portuguese Franciscan Friars in 1503. Originally made with mud and wood, it went under a lot of work with the Portuguese, Dutch and the British leaving their imprints on the place. Eventually it would come under the control of the Church of South India in 1949. Visitors are especially charmed by its gabled timber framed roof. The interiors have two stepped pinnacles crowning the top of the chancel roof. The entire experience is the epitome of old school charm from the pulpit made of wood decorated to the confessional to the baptism platform. History has left its imprint here, which is evident to this day.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9653371,\"Long\":76.2400237,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, 'PazhayannurBhagavathi' (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497181,\"Name\":\"Pagoda Resorts Alappuzha\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.494735499999999\",\"Long\":\"76.34665989999999\",\"Address\":\"Chungam Road, Mullakkal, Alappuzha, Kerala 688011, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":419414,\"Name\":\"Arcadia Regency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.49616\",\"Long\":\"76.33879\",\"Address\":\"Near Iron Bridge, , Iron Bridge, ALLEPPEY, KERALA, India, Pin-688001, 688001\"},\"Images\":[],\"CityId\":670,\"Brief\":\"Nestled in the heart of Alappuzha near the Iron Bridge, this 3 Star hotel offer air-conditioned rooms to stay. Granary Woods - a specialty restaurant designed with a green vibrant colour theme offer deliciously cooked food to its diners. Guests can also while-away their time in the casual ambiance of its 24 hours coffee shop. A dip in the outdoor swimming pool is sure to rejuvenate one back into action. It also organizes a visit to the coir village and the handicraft centre.\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/vyd\\/kbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535036,\"Name\":\"Kumarakom Heritage Resort & Ayurveda\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6535838\",\"Long\":\"76.4278697\",\"Address\":\"SH42, Achinakam, Vechoor, Kumarakom, Kerala 686144, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":497229,\"Name\":\"Ramada Alleppey.\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.502653299999999\",\"Long\":\"76.3518607\",\"Address\":\"Nehru Trophy Boat Race Finishing Point Stadium, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1532,\"Title\":\"Santa Cruz Basilica\",\"Description\":\"The Santa Cruz Cathedral Basilica at Fort Kochi is one of the eight Basilicas in Kerala. Counted as one of the heritage edifices of Kerala, this church is one of the finest and most impressive churches in India and visited by tourists the whole year round. It is a place of devotion as well as a center of historic significance, endowed with architectural and artistic grandeur and colours of the gothic style.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9690017,\"Long\":76.2518786,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/242\\/thumb\\/Santa Cruz Basilica_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1667,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\\r\\n\\r\\nThe credit for its construction goes to the Portuguese Franciscan Friars in 1503. Originally made with mud and wood, it went under a lot of work with the Portuguese, Dutch and the British leaving their imprints on the place. Eventually it would come under the control of the Church of South India in 1949. Visitors are especially charmed by its gabled timber framed roof. The interiors have two stepped pinnacles crowning the top of the chancel roof. The entire experience is the epitome of old school charm from the pulpit made of wood decorated to the confessional to the baptism platform. History has left its imprint here, which is evident to this day.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9653371,\"Long\":76.2400237,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, 'PazhayannurBhagavathi' (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":535028,\"Name\":\"Hotel Sandra Palace Thekkady\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605839999999999\",\"Long\":\"77.16730249999999\",\"Address\":\"Opp. Lourde Church, Thekkady, Jun, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535031,\"Name\":\"Silver Crest\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604489\",\"Long\":\"77.16722\",\"Address\":\"Kumily Thekkady Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535032,\"Name\":\"Hotel PepperVine Thekkady\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605043199999999\",\"Long\":\"77.17271389999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685536, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535033,\"Name\":\"Merryweather Resort Thekkady\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6301797\",\"Long\":\"77.1615613\",\"Address\":\"2nd Mile, Amaravathy, PO, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1532,\"Title\":\"Santa Cruz Basilica\",\"Description\":\"The Santa Cruz Cathedral Basilica at Fort Kochi is one of the eight Basilicas in Kerala. Counted as one of the heritage edifices of Kerala, this church is one of the finest and most impressive churches in India and visited by tourists the whole year round. It is a place of devotion as well as a center of historic significance, endowed with architectural and artistic grandeur and colours of the gothic style.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9690017,\"Long\":76.2518786,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/242\\/thumb\\/Santa Cruz Basilica_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1667,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\\r\\n\\r\\nThe credit for its construction goes to the Portuguese Franciscan Friars in 1503. Originally made with mud and wood, it went under a lot of work with the Portuguese, Dutch and the British leaving their imprints on the place. Eventually it would come under the control of the Church of South India in 1949. Visitors are especially charmed by its gabled timber framed roof. The interiors have two stepped pinnacles crowning the top of the chancel roof. The entire experience is the epitome of old school charm from the pulpit made of wood decorated to the confessional to the baptism platform. History has left its imprint here, which is evident to this day.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9653371,\"Long\":76.2400237,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, 'PazhayannurBhagavathi' (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":535021,\"Name\":\"The Breeze Resort Munnar\",\"Star\":\"3.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0167851\",\"Long\":\"77.047386\",\"Address\":\"Eaty City road Chitrapuram, p.o, Anachal - Kunchithanny Rd, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"<p>Crafting the most unique vacation experience by blending various atypical traits of nature and hospitality, The Breeze is where you can unwind and become one with yourself and the nature around. The Breeze is cuddled only 11 kilometers away from the mystic beauty of Munnar, and her chilling setting, and reigns amidst the green pastures of Anachal, the nearby township. It is our commitment to offer the people customized and value-adding hospitality packages. And in doing so, we leave no stone unturned to make each day spent with us wrapped in sheer fun, excitement and tranquility.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535021\\/4539_1fe87e5a41c388ebeee1dc0ebbcbc02d1674042607.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535023,\"Name\":\"Ayur Green Resort and Spa Munnar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9992703\",\"Long\":\"77.0441196\",\"Address\":\"Muthuvankudi Near Sengulam Dam Annachal, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":497217,\"Name\":\"Trivers Resort Munnar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0314864\",\"Long\":\"77.04823859999999\",\"Address\":\"Chithirapuram Powerhouse Road, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":419260,\"Name\":\"The Munnar Queen\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Near CSI Church, Chithirapuram South, Munnar 685565, Idukki, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at The Munnar Queen in Chithirapuram, you'll be close to Dreamland Children Park and Attukad Waterfall.  This hotel is within the vicinity of Mount Carmel Church and Carmal Church.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 48 guestrooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless Internet access, supervised childcare\\/activities, and tour\\/ticket assistance. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Grab a bite at one of the hotel's 2 restaurants, or stay in and take advantage of room service (during limited hours).<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, express check-in, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and a meeting room. Guests may use a shuttle from the airport to the hotel for a surcharge, and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/a3\\/49\\/a349ec73208f2a9dcb1e22e20d8daf62757ad8d2.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1532,\"Title\":\"Santa Cruz Basilica\",\"Description\":\"The Santa Cruz Cathedral Basilica at Fort Kochi is one of the eight Basilicas in Kerala. Counted as one of the heritage edifices of Kerala, this church is one of the finest and most impressive churches in India and visited by tourists the whole year round. It is a place of devotion as well as a center of historic significance, endowed with architectural and artistic grandeur and colours of the gothic style.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9690017,\"Long\":76.2518786,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/242\\/thumb\\/Santa Cruz Basilica_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1667,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\\r\\n\\r\\nThe credit for its construction goes to the Portuguese Franciscan Friars in 1503. Originally made with mud and wood, it went under a lot of work with the Portuguese, Dutch and the British leaving their imprints on the place. Eventually it would come under the control of the Church of South India in 1949. Visitors are especially charmed by its gabled timber framed roof. The interiors have two stepped pinnacles crowning the top of the chancel roof. The entire experience is the epitome of old school charm from the pulpit made of wood decorated to the confessional to the baptism platform. History has left its imprint here, which is evident to this day.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9653371,\"Long\":76.2400237,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, 'PazhayannurBhagavathi' (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235025\",\"Title\":\"Cochin Arrival - Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Our friendly representative welcomes you at Cochin Airport or Railway Station. Transfer to your Kochi Hotel for check-in. Time to freshen up and relax.<\\/p>\\r\\n\\r\\n<p>Later visit The Dutch Palace, Jewish Synagogue, St. Francis Church the oldest European church in India, Santa Cruz Basilica etc., and also an array of shops with antiques, fabrics & jewellery.<\\/p>\\r\\n\\r\\n<p>Evening visit Marine drive and return to hotel. Overnight at Cochin.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14275,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535067,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":535067,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535068,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":535075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":769,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1532,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1667,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1759,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235029\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14275,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235033\",\"Title\":\"Cochin - Munnar \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast in your Kochi Hotel, check out and drive to Munnar, which is called as “Nature Lover’s Paradise” and is at 1800mts above the sea level.<\\/p>\\r\\n\\r\\n<p>On the way to Munnar visit Cheeyappara waterfalls and Valara Waterfalls. Visit the plush tea gardens, experience this vast plantation area around the slopes of the hills. The scenery is simply stunning and mesmerizing. The view of the clouds descending into the mountains is a pleasure to watch. Check into hotel \\/ resort.<\\/p>\\r\\n\\r\\n<p>Overnight at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535023,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24328,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1847,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235037\",\"Title\":\"Munnar Sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast proceed for Munnar sightseeing. Visit Mattupetty Dam, Kundala dam, Eco point - another serene and tranquil spot. This is a must visit place for someone who wants a moment to admire the scenes around and wants to have some fun along the way, echoing his or her voice. Then visit the Tea Museum.<\\/p>\\r\\n\\r\\n<p>Overnight at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535023,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23731,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235041\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235045\",\"Title\":\"Munnar – Thekkady \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast check out from the hotel \\/ resort and proceed to Thekkady. Check into the hotel \\/ resort in Thekkady<\\/p>\\r\\n\\r\\n<p>Thekkady (Periyar) has one of India’s largest wildlife sanctuary, which is a dream destination for any tourist visiting Kerala. Thekkady is also known for its Spice plantation tour covering tea, coffee, pepper and cardamom plantations. Have an amazing boat ride in Periyar Lake (optional) which flows through the Periyar Tiger Reserve. Luck permitting you will have chance to watch the wild animals like Elephant, Bison, Sambar, Deer etc. roaming around the shore. Evening visit the local spice market for garden fresh spices. Overnight at Thekkady.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535031,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535032,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":535033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":262,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235049\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235053\",\"Title\":\"Thekkady - Alappuzha \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, check out from the hotel and proceed to Alappuzha which has an immense natural beauty, also known as the “Venice of the East”. It is famous for the back waters, boat races, houseboat holidays, beaches, marine products and coir products. Check in to the Hotel\\/ Houseboat. For guests staying in a Hotel\\/Resort, we highly recommend a backwater boat ride to experience the local life of Kerala. <\\/p>\\r\\n\\r\\n<p>Overnight stay at Alleppey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497181,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":419414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535036,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235057\",\"Title\":\"Cochin Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast proceed to Cochin airport \\/ railway station for your return flight \\/ train. Travel back to your home with Karismatic Memories of Kerala.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"9030.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7595,\"priceDoubleOcc\":\"9030.00\",\"priceSingleOcc\":19530,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2310.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2310,\"CEB\":4725,\"COSTDO\":9030,\"COSTSO\":19530,\"CostQuad\":null,\"ACEB\":4725,\"COSTTO\":4725},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8505,\"priceDoubleOcc\":\"10395.00\",\"priceSingleOcc\":20895,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2310.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10395,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2310,\"CEB\":4725,\"COSTDO\":10395,\"COSTSO\":20895,\"CostQuad\":null,\"ACEB\":4725,\"COSTTO\":4725},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10395,\"priceDoubleOcc\":\"13230.00\",\"priceSingleOcc\":23730,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2310.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13230,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2310,\"CEB\":4725,\"COSTDO\":13230,\"COSTSO\":23730,\"CostQuad\":null,\"ACEB\":4725,\"COSTTO\":4725}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32932\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"10080.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8645,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":21420,\"priceExtraBed\":\"5775.00\",\"priceWithoutBed\":\"2940.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2940,\"CEB\":5775,\"COSTDO\":10080,\"COSTSO\":21420,\"CostQuad\":null,\"ACEB\":5775,\"COSTTO\":5775},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9625,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":22890,\"priceExtraBed\":\"5775.00\",\"priceWithoutBed\":\"2940.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2940,\"CEB\":5775,\"COSTDO\":11550,\"COSTSO\":22890,\"CostQuad\":null,\"ACEB\":5775,\"COSTTO\":5775},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11585,\"priceDoubleOcc\":\"14490.00\",\"priceSingleOcc\":25830,\"priceExtraBed\":\"5775.00\",\"priceWithoutBed\":\"2940.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2940,\"CEB\":5775,\"COSTDO\":14490,\"COSTSO\":25830,\"CostQuad\":null,\"ACEB\":5775,\"COSTTO\":5775}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"12810.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10640,\"priceDoubleOcc\":\"12810.00\",\"priceSingleOcc\":28035,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3360,\"CEB\":6300,\"COSTDO\":12810,\"COSTSO\":28035,\"CostQuad\":null,\"ACEB\":6300,\"COSTTO\":6300},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11690,\"priceDoubleOcc\":\"14385.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14385,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3360,\"CEB\":6300,\"COSTDO\":14385,\"COSTSO\":29610,\"CostQuad\":null,\"ACEB\":6300,\"COSTTO\":6300},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13510,\"priceDoubleOcc\":\"17115.00\",\"priceSingleOcc\":32340,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17115,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3360,\"CEB\":6300,\"COSTDO\":17115,\"COSTSO\":32340,\"CostQuad\":null,\"ACEB\":6300,\"COSTTO\":6300}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14070.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12180,\"priceDoubleOcc\":\"14070.00\",\"priceSingleOcc\":30345,\"priceExtraBed\":\"8400.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14070,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4725,\"CEB\":8400,\"COSTDO\":14070,\"COSTSO\":30345,\"CostQuad\":null,\"ACEB\":8400,\"COSTTO\":8400},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13160,\"priceDoubleOcc\":\"15540.00\",\"priceSingleOcc\":31815,\"priceExtraBed\":\"8400.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15540,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4725,\"CEB\":8400,\"COSTDO\":15540,\"COSTSO\":31815,\"CostQuad\":null,\"ACEB\":8400,\"COSTTO\":8400},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15050,\"priceDoubleOcc\":\"18375.00\",\"priceSingleOcc\":34650,\"priceExtraBed\":\"8400.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4725,\"CEB\":8400,\"COSTDO\":18375,\"COSTSO\":34650,\"CostQuad\":null,\"ACEB\":8400,\"COSTTO\":8400}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"9460.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7957,\"priceDoubleOcc\":\"9460.00\",\"priceSingleOcc\":20460,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2420.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2420,\"CEB\":4950,\"COSTDO\":9460,\"COSTSO\":20460,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8910,\"priceDoubleOcc\":\"10890.00\",\"priceSingleOcc\":21890,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2420.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2420,\"CEB\":4950,\"COSTDO\":10890,\"COSTSO\":21890,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10890,\"priceDoubleOcc\":\"13860.00\",\"priceSingleOcc\":24860,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2420.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13860,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2420,\"CEB\":4950,\"COSTDO\":13860,\"COSTSO\":24860,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32932\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"10560.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9057,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":22440,\"priceExtraBed\":\"6050.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10560,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":6050,\"COSTDO\":10560,\"COSTSO\":22440,\"CostQuad\":null,\"ACEB\":6050,\"COSTTO\":6050},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10083,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":23980,\"priceExtraBed\":\"6050.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":6050,\"COSTDO\":12100,\"COSTSO\":23980,\"CostQuad\":null,\"ACEB\":6050,\"COSTTO\":6050},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12137,\"priceDoubleOcc\":\"15180.00\",\"priceSingleOcc\":27060,\"priceExtraBed\":\"6050.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15180,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":6050,\"COSTDO\":15180,\"COSTSO\":27060,\"CostQuad\":null,\"ACEB\":6050,\"COSTTO\":6050}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"13420.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11147,\"priceDoubleOcc\":\"13420.00\",\"priceSingleOcc\":29370,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3520,\"CEB\":6600,\"COSTDO\":13420,\"COSTSO\":29370,\"CostQuad\":null,\"ACEB\":6600,\"COSTTO\":6600},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12247,\"priceDoubleOcc\":\"15070.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15070,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3520,\"CEB\":6600,\"COSTDO\":15070,\"COSTSO\":31020,\"CostQuad\":null,\"ACEB\":6600,\"COSTTO\":6600},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14153,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":33880,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3520,\"CEB\":6600,\"COSTDO\":17930,\"COSTSO\":33880,\"CostQuad\":null,\"ACEB\":6600,\"COSTTO\":6600}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14740.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12760,\"priceDoubleOcc\":\"14740.00\",\"priceSingleOcc\":31790,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4950,\"CEB\":8800,\"COSTDO\":14740,\"COSTSO\":31790,\"CostQuad\":null,\"ACEB\":8800,\"COSTTO\":8800},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13787,\"priceDoubleOcc\":\"16280.00\",\"priceSingleOcc\":33330,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4950,\"CEB\":8800,\"COSTDO\":16280,\"COSTSO\":33330,\"CostQuad\":null,\"ACEB\":8800,\"COSTTO\":8800},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15767,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4950,\"CEB\":8800,\"COSTDO\":19250,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":8800,\"COSTTO\":8800}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) unless mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>01 Night Accommodation in Kochi Hotel on twin Sharing Basis<\\/li>\\r\\n\\t<li>02 Nights Accommodation in Munnar Hotel on twin Sharing Basis<\\/li>\\r\\n\\t<li>01 Night Accommodation in Thekkady Hotel on twin Sharing Basis<\\/li>\\r\\n\\t<li>01 Night Accommodation in Alleppey Hotel on twin Sharing Basis<\\/li>\\r\\n\\t<li>Daily Breakfast in the Hotel<\\/li>\\r\\n\\t<li>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis. Note: Air-Conditioner in vehicles may not be operated in Hilly areas.<\\/li>\\r\\n\\t<li>Road taxes, parking fees, fuel charges, interstate taxes.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"235025\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235025],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235029\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235029],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235033\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235033],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235037\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235037],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235041\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235041],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235045\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235045],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235049\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235049],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235053\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235053],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235057\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235057],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Kochi,Alleppey,Thekkady,Munnar','Kochi,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey',NULL,'14275,670,27156,18697',9030,19250,5,NULL,NULL,NULL,2,'',0,'2023-03-28 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'karismatic-kerala',NULL,NULL,NULL,0),(81,32936,1,38124,0,0,0,'Honeymoon,Beach,Family,Hill Station,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":32936,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kolorful_kerala_1656486974.jpeg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":38124,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Trivandrum\",\"DestinationPlacesSysId\":34288,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"KOLORFUL KERALA\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":3,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"13876\",\"SupplierName\":\"Touracle \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Family,Hill Station,Heritage,Culture\",\"Validity\":{\"From\":\"2023-03-28\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":535021,\"Name\":\"The Breeze Resort Munnar\",\"Star\":\"3.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0167851\",\"Long\":\"77.047386\",\"Address\":\"Eaty City road Chitrapuram, p.o, Anachal - Kunchithanny Rd, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"<p>Crafting the most unique vacation experience by blending various atypical traits of nature and hospitality, The Breeze is where you can unwind and become one with yourself and the nature around. The Breeze is cuddled only 11 kilometers away from the mystic beauty of Munnar, and her chilling setting, and reigns amidst the green pastures of Anachal, the nearby township. It is our commitment to offer the people customized and value-adding hospitality packages. And in doing so, we leave no stone unturned to make each day spent with us wrapped in sheer fun, excitement and tranquility.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535021\\/4539_1fe87e5a41c388ebeee1dc0ebbcbc02d1674042607.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535023,\"Name\":\"Ayur Green Resort and Spa Munnar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9992703\",\"Long\":\"77.0441196\",\"Address\":\"Muthuvankudi Near Sengulam Dam Annachal, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":497241,\"Name\":\"Trivers Resort Munnar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0314864\",\"Long\":\"77.04823859999999\",\"Address\":\"Chithirapuram Powerhouse Road, Munnar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":419260,\"Name\":\"The Munnar Queen\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Near CSI Church, Chithirapuram South, Munnar 685565, Idukki, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at The Munnar Queen in Chithirapuram, you'll be close to Dreamland Children Park and Attukad Waterfall.  This hotel is within the vicinity of Mount Carmel Church and Carmal Church.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 48 guestrooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Amenities<\\/b> <br \\/>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless Internet access, supervised childcare\\/activities, and tour\\/ticket assistance. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Grab a bite at one of the hotel's 2 restaurants, or stay in and take advantage of room service (during limited hours).<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, express check-in, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and a meeting room. Guests may use a shuttle from the airport to the hotel for a surcharge, and free valet parking is available onsite.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/a3\\/49\\/a349ec73208f2a9dcb1e22e20d8daf62757ad8d2.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":16518,\"Title\":\"Backwater experience\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":972,\"Title\":\"Lighthouse Beach\",\"Description\":\"Light house beach is named after the 30 meter high Light house here which is the most important feature of this beach. The Light House is located towards the southern end of the beach and it's on a cape. There is an observation platform from which you can see Poovar in one direction and the famous Beemapalli mosque on the other. You can reach this platform by climbing a total of 142 steps.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/269\\/thumb\\/Lighthouse Beach_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science & Technology museum\",\"Description\":\"Science and Technology Museum is one of the best museums in Trivandrum. The aim of the museum is to spread the importance of technology and science in the state. Kerala Science and Technology Museum has ten galleries with over 300 items on display. Every display is related to field of engineering or science. There are dedicated galleries for bio-medical engineering, electronics, electrical, automobile, solar energy, popular science and mechanical. That is not all, there are galleries dedicated to computer science, mathematics as well as space science.\\r\\n\\r\\nThe museum also runs managing science educational programmers through Television, Radio and other media of communication. It also becomes the venue for various lectures, demonstrations along with media and public interactions. Kerala Science and Technology Museum is popular amid people of all ages.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":36.8135453,\"Long\":-119.7437803,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Science_&_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":419608,\"Name\":\"Hawah Beach Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.3851677436348\",\"Long\":\"76.97966645135\",\"Address\":\"Light House, Light House Beach, Vizhinjam Post Office, Kovalam 695521\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>Located in Thiruvananthapuram (Kovalam), Hawah Beach Resort is minutes from Hawah Beach and Lighthouse Beach.  This hotel is within close proximity of Vizhinjam Beach and Vellayani Lake.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 23 guestrooms. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include desks and ceiling fans, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and concierge services.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at a restaurant, or stay in and take advantage of the hotel's 24-hour room service.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include dry cleaning\\/laundry services, luggage storage, and laundry facilities. A roundtrip airport shuttle is available for a surcharge.<\\/p>\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/00\\/8f\\/008fafbb033d5b52476975084061b5c06899925a.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":114454,\"Name\":\"Samudra Theeram Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.39071\",\"Long\":\"76.9785\",\"Address\":\"ITDC Grove Beach Kovalam\"},\"Images\":{\"Image\":[{\"ImagId\":2497347,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/732\\/732162\\/732162_14091113530022049193.jpg?s=312x\"},{\"ImagId\":2497348,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/732\\/732162\\/732162_16012211500039327115.jpg?s=312x\"},{\"ImagId\":2497349,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/732\\/732162\\/732162_14091112270022045560.jpg?s=312x\"},{\"ImagId\":2497350,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/732\\/732162\\/732162_14091112270022045561.jpg?s=312x\"},{\"ImagId\":2497351,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/732\\/732162\\/732162_14091112270022045562.jpg?s=312x\"}]},\"CityId\":14455,\"Brief\":\"Located in Samudra Beach, Samudratheeram Beach Resort is a perfect starting point from which to explore Kovalam \\/ Poovar. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in\\/check-out, Wi-Fi in public areas, are at hand. Some of the well-appointed guestrooms feature television LCD\\/plasma screen, internet access – wireless, internet access – wireless (complimentary), air conditioning, desk. Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel's recreational facilities, including outdoor pool, pool (kids), garden. No matter what your reasons are for visiting Kovalam \\/ Poovar, Samudratheeram Beach Resort will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/732\\/732162\\/732162_14091113530022049193.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535039,\"Name\":\"Sagara Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.3839253\",\"Long\":\"76.9818233\",\"Address\":\"Light House Rd, Vizhinjam, Kovalam, Kerala 695523, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535040,\"Name\":\"Poovar Island Resort\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.3217748\",\"Long\":\"77.07861559999999\",\"Address\":\"K.P. VII\\/911, Pozhiyoor, Kerala 695513, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"<p>Unspoilt and unexplored, enveloped by the most serene backwaters, and opening out to the Arabian Sea and a dream golden sand beach, Poovar Island Resort is truly a window into paradise.<\\/p>\\r\\n\\r\\n<p>Built on 25 acres of lush green coconut gardens alongside the beach, the resort currently comprises of elegant land based superior rooms, built around the swimming pool on a natural lily pond and is unique in India for the floating cottages and villas which are afloat on the backwaters and face the sea.<\\/p>\\r\\n\\r\\n<p>Located 30 kms from Trivandrum International Airport, the resort is accessible only by a 10-minute boat ride on the river.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_535040\\/4539_4e9c606e68c7d791a3b1ad95d4a5bfd81674052443.jpg\",\"AccoAminitiesMask\":\"111111111010111100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":16518,\"Title\":\"Backwater experience\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":972,\"Title\":\"Lighthouse Beach\",\"Description\":\"Light house beach is named after the 30 meter high Light house here which is the most important feature of this beach. The Light House is located towards the southern end of the beach and it's on a cape. There is an observation platform from which you can see Poovar in one direction and the famous Beemapalli mosque on the other. You can reach this platform by climbing a total of 142 steps.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/269\\/thumb\\/Lighthouse Beach_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science & Technology museum\",\"Description\":\"Science and Technology Museum is one of the best museums in Trivandrum. The aim of the museum is to spread the importance of technology and science in the state. Kerala Science and Technology Museum has ten galleries with over 300 items on display. Every display is related to field of engineering or science. There are dedicated galleries for bio-medical engineering, electronics, electrical, automobile, solar energy, popular science and mechanical. That is not all, there are galleries dedicated to computer science, mathematics as well as space science.\\r\\n\\r\\nThe museum also runs managing science educational programmers through Television, Radio and other media of communication. It also becomes the venue for various lectures, demonstrations along with media and public interactions. Kerala Science and Technology Museum is popular amid people of all ages.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":36.8135453,\"Long\":-119.7437803,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Science_&_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497181,\"Name\":\"Pagoda Resorts Alappuzha\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.494735499999999\",\"Long\":\"76.34665989999999\",\"Address\":\"Chungam Road, Mullakkal, Alappuzha, Kerala 688011, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":24487,\"Name\":\"Arcadia Regency\",\"Star\":\"3.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.49617\",\"Long\":\"76.338731\",\"Address\":\"NH47, Near Iron Bridge, Alappuzha, Kerala 688001\"},\"Images\":{\"Image\":[{\"ImagId\":4794027,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (3).jpg\"},{\"ImagId\":4794028,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (4).jpg\"},{\"ImagId\":4794029,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_images (6).jpg\"},{\"ImagId\":4794030,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_images (9).jpg\"},{\"ImagId\":4794031,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/298\\/298496\\/298496_14020618100018269572.jpg?s=312x\"},{\"ImagId\":4794032,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/298\\/298496\\/298496_120222115432.jpg?s=312x\"},{\"ImagId\":4794033,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/298\\/298496\\/298496_14090518260021909261.jpg?s=312x\"},{\"ImagId\":4794034,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/298\\/298496\\/298496_15110319070037446076.jpg?s=312x\"},{\"ImagId\":4794035,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/298\\/298496\\/298496_15110319070037446077.jpg?s=312x\"}]},\"CityId\":670,\"Brief\":\"Set in a prime location of Alleppey, Arcadia Regency Hotel puts everything the city has to offer just outside your doorstep. Both business travelers and tourists can enjoy the hotel's facilities and services. All the necessary facilities, including facilities for disabled guests, Wi-Fi in public areas, car park, room service, airport transfer, are at hand. Each guestroom is elegantly furnished and equipped with handy amenities. Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel's recreational facilities, including outdoor pool, indoor pool. Arcadia Regency Hotel combines warm hospitality with a lovely ambiance to make your stay in Alleppey unforgettable.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (2).jpg\",\"AccoAminitiesMask\":\"1111100000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535036,\"Name\":\"Kumarakom Heritage Resort & Ayurveda\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6535838\",\"Long\":\"76.4278697\",\"Address\":\"SH42, Achinakam, Vechoor, Kumarakom, Kerala 686144, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":497253,\"Name\":\"Ramada Alleppey.\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.502653299999999\",\"Long\":\"76.3518607\",\"Address\":\"Nehru Trophy Boat Race Finishing Point Stadium, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":16518,\"Title\":\"Backwater experience\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":972,\"Title\":\"Lighthouse Beach\",\"Description\":\"Light house beach is named after the 30 meter high Light house here which is the most important feature of this beach. The Light House is located towards the southern end of the beach and it's on a cape. There is an observation platform from which you can see Poovar in one direction and the famous Beemapalli mosque on the other. You can reach this platform by climbing a total of 142 steps.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/269\\/thumb\\/Lighthouse Beach_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science & Technology museum\",\"Description\":\"Science and Technology Museum is one of the best museums in Trivandrum. The aim of the museum is to spread the importance of technology and science in the state. Kerala Science and Technology Museum has ten galleries with over 300 items on display. Every display is related to field of engineering or science. There are dedicated galleries for bio-medical engineering, electronics, electrical, automobile, solar energy, popular science and mechanical. That is not all, there are galleries dedicated to computer science, mathematics as well as space science.\\r\\n\\r\\nThe museum also runs managing science educational programmers through Television, Radio and other media of communication. It also becomes the venue for various lectures, demonstrations along with media and public interactions. Kerala Science and Technology Museum is popular amid people of all ages.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":36.8135453,\"Long\":-119.7437803,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Science_&_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":535028,\"Name\":\"Hotel Sandra Palace Thekkady\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605839999999999\",\"Long\":\"77.16730249999999\",\"Address\":\"Opp. Lourde Church, Thekkady, Jun, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535031,\"Name\":\"Silver Crest\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604489\",\"Long\":\"77.16722\",\"Address\":\"Kumily Thekkady Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535032,\"Name\":\"Hotel PepperVine Thekkady\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605043199999999\",\"Long\":\"77.17271389999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685536, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":535033,\"Name\":\"Merryweather Resort Thekkady\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6301797\",\"Long\":\"77.1615613\",\"Address\":\"2nd Mile, Amaravathy, PO, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin – Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam 'Kundala Dam,' which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia's first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":16518,\"Title\":\"Backwater experience\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":972,\"Title\":\"Lighthouse Beach\",\"Description\":\"Light house beach is named after the 30 meter high Light house here which is the most important feature of this beach. The Light House is located towards the southern end of the beach and it's on a cape. There is an observation platform from which you can see Poovar in one direction and the famous Beemapalli mosque on the other. You can reach this platform by climbing a total of 142 steps.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/269\\/thumb\\/Lighthouse Beach_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science & Technology museum\",\"Description\":\"Science and Technology Museum is one of the best museums in Trivandrum. The aim of the museum is to spread the importance of technology and science in the state. Kerala Science and Technology Museum has ten galleries with over 300 items on display. Every display is related to field of engineering or science. There are dedicated galleries for bio-medical engineering, electronics, electrical, automobile, solar energy, popular science and mechanical. That is not all, there are galleries dedicated to computer science, mathematics as well as space science.\\r\\n\\r\\nThe museum also runs managing science educational programmers through Television, Radio and other media of communication. It also becomes the venue for various lectures, demonstrations along with media and public interactions. Kerala Science and Technology Museum is popular amid people of all ages.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":36.8135453,\"Long\":-119.7437803,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Science_&_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":13876,\"SupplierName\":\"Touracle \",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235066\",\"Title\":\"Cochin Arrival  - Munnar \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Our friendly representative welcomes you at Cochin Airport or Railway Station and transfer to Munnar, which is called as “Nature Lover’s Paradise” and is at 1800mts above the sea level. On the way to Munnar visit Cheyappara waterfalls and Valara Waterfalls. Visit the plush tea gardens, experience this vast plantation area around the slopes of the hills. The scenery is simply stunning and mesmerizing. The view of the clouds descending into the mountains is a pleasure to watch. “Check into hotel \\/ resort. Overnight at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535023,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497241,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24328,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1847,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235070\",\"Title\":\"Munnar Sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast proceed for Munnar sightseeing. Visit Mattupetty Dam, Kundala dam, Eco point, and various serene and tranquil spots. Munnar s a must visit place for someone who wants a moment to admire the scenes around and wants to have some fun along the way, echoing his or her voice. Then visit the Tea Museum where you can also taste and buy tea. Overnight stay at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535023,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497241,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23731,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24385,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235074\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235078\",\"Title\":\"Munnar – Thekkady\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast check out from the hotel \\/ resort and proceed to Thekkady. Check into the hotel \\/ resort. Thekkady is India’s largest wildlife sanctuary is a dream destination for any tourist visiting Kerala. Spice plantation tour covering tea, coffee, pepper and cardamom plantations. Have an amazing boat ride in Periyar Lake which flows through the Periyar Tiger Reserve. You will have chance to watch the wild animals like Elephant, Bison, Sambar, Deer etc. are roaming both shore. Evening visit the local spice market for garden fresh spices. Overnight at Thekkady.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":535028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":535031,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535032,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":535033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235082\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235086\",\"Title\":\"Thekkady– Alappuzha \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, Check out from the hotel and proceed to Alappuzha which has an immense natural beauty, also known as the “Venice of the East”. It is famous for the back waters, boat races, houseboat holidays, beaches, marine products and coir products. Check in to the Hotel\\/ Houseboat. Enjoy the backwaters of Alleppey, Shikara boat cruise is advisable for the guest who are staying in hotel in alleppey to enjoy the Backwater. Overnight stay at Alleppey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497181,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":24487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535036,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497253,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":16518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235090\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235094\",\"Title\":\" Alappuzha - Kovalam \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast proceed to Kovalam. Upon arrival, check into the hotel. This beach town ranked high among international tourists is an ideal destination to feel the tropical sun and to feel contented about the golden suntan. Kovalam is a beautiful place to explore its beaches with scenic shores and a beautiful coastline. Water enthusiasts have a lot of beach activities to indulge in like – kayaking, swimming, surfing and skiing. Overnight at Kovalam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419608,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":114454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535039,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":535040,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":972,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235098\",\"Title\":\"Kovalam - Trivandrum Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast proceed to Trivandrum sightseeing, Visit Padmanabha swami Temple, Museum, Zoo, Art Gallery. Overnight at Kovalam<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419608,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":114454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":535039,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":535040,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":75,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1159,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2727,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235102\",\"Title\":\"Trivandrum Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast enjoy some last minute shopping followed by drop to Trivandrum  airport \\/ railway station for your flight \\/ train.<\\/p>\\r\\n\\r\\n<p>Back home with wonderful memories of your Kolorful Kerala Tour..!!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32936\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"12600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10448,\"priceDoubleOcc\":\"12600.00\",\"priceSingleOcc\":29400,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3150,\"CEB\":6142.5,\"COSTDO\":12600,\"COSTSO\":29400,\"CostQuad\":null,\"ACEB\":6142.5,\"COSTTO\":6142.5},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11988,\"priceDoubleOcc\":\"14910.00\",\"priceSingleOcc\":31710,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14910,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3150,\"CEB\":6142.5,\"COSTDO\":14910,\"COSTSO\":31710,\"CostQuad\":null,\"ACEB\":6142.5,\"COSTTO\":6142.5},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14648,\"priceDoubleOcc\":\"18900.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3150,\"CEB\":6142.5,\"COSTDO\":18900,\"COSTSO\":35700,\"CostQuad\":null,\"ACEB\":6142.5,\"COSTTO\":6142.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"13860.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11515,\"priceDoubleOcc\":\"13860.00\",\"priceSingleOcc\":32550,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"3465.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13860,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3465,\"CEB\":6825,\"COSTDO\":13860,\"COSTSO\":32550,\"CostQuad\":null,\"ACEB\":6825,\"COSTTO\":6825},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13055,\"priceDoubleOcc\":\"16170.00\",\"priceSingleOcc\":34860,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"3465.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3465,\"CEB\":6825,\"COSTDO\":16170,\"COSTSO\":34860,\"CostQuad\":null,\"ACEB\":6825,\"COSTTO\":6825},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15855,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":39060,\"priceExtraBed\":\"6825.00\",\"priceWithoutBed\":\"3465.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20370,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3465,\"CEB\":6825,\"COSTDO\":20370,\"COSTSO\":39060,\"CostQuad\":null,\"ACEB\":6825,\"COSTTO\":6825}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"17010.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13965,\"priceDoubleOcc\":\"17010.00\",\"priceSingleOcc\":38325,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17010,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3675,\"CEB\":7875,\"COSTDO\":17010,\"COSTSO\":38325,\"CostQuad\":null,\"ACEB\":7875,\"COSTTO\":7875},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15505,\"priceDoubleOcc\":\"19320.00\",\"priceSingleOcc\":40635,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19320,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3675,\"CEB\":7875,\"COSTDO\":19320,\"COSTSO\":40635,\"CostQuad\":null,\"ACEB\":7875,\"COSTTO\":7875},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18235,\"priceDoubleOcc\":\"23415.00\",\"priceSingleOcc\":44730,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3675,\"CEB\":7875,\"COSTDO\":23415,\"COSTSO\":44730,\"CostQuad\":null,\"ACEB\":7875,\"COSTTO\":7875}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"19740.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16835,\"priceDoubleOcc\":\"19740.00\",\"priceSingleOcc\":43785,\"priceExtraBed\":\"11025.00\",\"priceWithoutBed\":\"5775.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19740,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5775,\"CEB\":11025,\"COSTDO\":19740,\"COSTSO\":43785,\"CostQuad\":null,\"ACEB\":11025,\"COSTTO\":11025},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18375,\"priceDoubleOcc\":\"22050.00\",\"priceSingleOcc\":46095,\"priceExtraBed\":\"11025.00\",\"priceWithoutBed\":\"5775.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5775,\"CEB\":11025,\"COSTDO\":22050,\"COSTSO\":46095,\"CostQuad\":null,\"ACEB\":11025,\"COSTTO\":11025},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21105,\"priceDoubleOcc\":\"26145.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"11025.00\",\"priceWithoutBed\":\"5775.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5775,\"CEB\":11025,\"COSTDO\":26145,\"COSTSO\":50190,\"CostQuad\":null,\"ACEB\":11025,\"COSTTO\":11025}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32936\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"13200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10945,\"priceDoubleOcc\":\"13200.00\",\"priceSingleOcc\":30800,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3300,\"CEB\":6435,\"COSTDO\":13200,\"COSTSO\":30800,\"CostQuad\":null,\"ACEB\":6435,\"COSTTO\":6435},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12558,\"priceDoubleOcc\":\"15620.00\",\"priceSingleOcc\":33220,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15620,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3300,\"CEB\":6435,\"COSTDO\":15620,\"COSTSO\":33220,\"CostQuad\":null,\"ACEB\":6435,\"COSTTO\":6435},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15345,\"priceDoubleOcc\":\"19800.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3300,\"CEB\":6435,\"COSTDO\":19800,\"COSTSO\":37400,\"CostQuad\":null,\"ACEB\":6435,\"COSTTO\":6435}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12063,\"priceDoubleOcc\":\"14520.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"3630.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3630,\"CEB\":7150,\"COSTDO\":14520,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":7150,\"COSTTO\":7150},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13677,\"priceDoubleOcc\":\"16940.00\",\"priceSingleOcc\":36520,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"3630.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3630,\"CEB\":7150,\"COSTDO\":16940,\"COSTSO\":36520,\"CostQuad\":null,\"ACEB\":7150,\"COSTTO\":7150},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16610,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":40920,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"3630.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3630,\"CEB\":7150,\"COSTDO\":21340,\"COSTSO\":40920,\"CostQuad\":null,\"ACEB\":7150,\"COSTTO\":7150}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"17820.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14630,\"priceDoubleOcc\":\"17820.00\",\"priceSingleOcc\":40150,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":8250,\"COSTDO\":17820,\"COSTSO\":40150,\"CostQuad\":null,\"ACEB\":8250,\"COSTTO\":8250},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16243,\"priceDoubleOcc\":\"20240.00\",\"priceSingleOcc\":42570,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":8250,\"COSTDO\":20240,\"COSTSO\":42570,\"CostQuad\":null,\"ACEB\":8250,\"COSTTO\":8250},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19103,\"priceDoubleOcc\":\"24530.00\",\"priceSingleOcc\":46860,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":8250,\"COSTDO\":24530,\"COSTSO\":46860,\"CostQuad\":null,\"ACEB\":8250,\"COSTTO\":8250}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"20680.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17637,\"priceDoubleOcc\":\"20680.00\",\"priceSingleOcc\":45870,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20680,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6050,\"CEB\":11550,\"COSTDO\":20680,\"COSTSO\":45870,\"CostQuad\":null,\"ACEB\":11550,\"COSTTO\":11550},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"23100.00\",\"priceSingleOcc\":48290,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6050,\"CEB\":11550,\"COSTDO\":23100,\"COSTSO\":48290,\"CostQuad\":null,\"ACEB\":11550,\"COSTTO\":11550},{\"From\":\"2023-01-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22110,\"priceDoubleOcc\":\"27390.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27390,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6050,\"CEB\":11550,\"COSTDO\":27390,\"COSTSO\":52580,\"CostQuad\":null,\"ACEB\":11550,\"COSTTO\":11550}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"<p>Refund Policy<\\/p>\",\"BookingTerms\":\"<ul>\\r\\n\\t<li>50 advance to be paid at the time of booking.<\\/li>\\r\\n\\t<li>Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.<\\/li>\\r\\n\\t<li>100 payment is to be made for domestic packages before 4 days of departure date.<\\/li>\\r\\n\\t<li>100 payment is to be made for international packages before 7 days of departure date.<\\/li>\\r\\n\\t<li>In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies<\\/li>\\r\\n<\\/ul>\",\"CancellationPolicy\":\"<p>If you Cancel your Holiday<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>\\r\\n\\t<p>30 days or more before date of departure : 25% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>29 - 20 days before date of departure : 50% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>19 days or less before date of departure : 100% of total cost<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp<\\/p>\",\"Conditions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp preponing second time will attract additional charges.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\",\"Exclusions\":\"<ul>\\r\\n\\t<li>GST if not mentioned in the rates.<\\/li>\\r\\n\\t<li>Any domestic or international airfare unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>Travel Insurance unless mentioned in the inclusions tab.<\\/li>\\r\\n\\t<li>RT-PCR Test Charges (Covid-19 test) unless mentioned in the itinerary.<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>02 Nights Accommodation in Munnar on Twin Sharing Basis<\\/li>\\r\\n\\t<li>01 Night Accommodation in Thekkady on Twin Sharing Basis<\\/li>\\r\\n\\t<li>01 Night Accommodation in Alleppey on Twin Sharing Basis<\\/li>\\r\\n\\t<li>02 Nights Accommodation in Kovalam on Twin Sharing Basis<\\/li>\\r\\n\\t<li>Daily Breakfast in the Hotel<\\/li>\\r\\n\\t<li>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis. Note: Air-Conditioner in vehicles may not be operated in Hilly areas.<\\/li>\\r\\n\\t<li>Road taxes, parking fees, fuel charges, interstate taxes.<\\/li>\\r\\n\\t<li>Applicable Hotel Taxes<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"<p>Here is a must take list that you should carry while traveling:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>ID Proof any Passport v(For International Travel)<\\/li>\\r\\n\\t<li>Water Bottle with a Filtering System<\\/li>\\r\\n\\t<li>Daily Medications<\\/li>\\r\\n\\t<li>Phone Chargers<\\/li>\\r\\n\\t<li>Camera<\\/li>\\r\\n\\t<li>ID Proof<\\/li>\\r\\n\\t<li>Toilet Papers<\\/li>\\r\\n\\t<li>Walking Shoes<\\/li>\\r\\n\\t<li>Ear Phones<\\/li>\\r\\n\\t<li>Cap<\\/li>\\r\\n\\t<li>Power bank<\\/li>\\r\\n\\t<li>Sun Screen Lotion<\\/li>\\r\\n\\t<li>Wipes<\\/li>\\r\\n\\t<li>Ladies basics<\\/li>\\r\\n\\t<li>Mosquito Creame\\/bands\\/net depending upon your itinerary.<\\/li>\\r\\n<\\/ul>\",\"WhyUseUs\":\"<p>We are a Travel expert which specializes in personalized travel experiences. We have&nbsptravelled&nbspthe length and breadth of these regions repeatedly to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp tasty food, and staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.<\\/p>\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"235066\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235066],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235070\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235070],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235074\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235074],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235078\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235078],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235082\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235082],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235086\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235086],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235090\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235090],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235094\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235094],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235098\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235098],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235102\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[235102],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Munnar,Kovalam,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Kovalam,Kochi,Trivandrum',NULL,'18697,14455,670,27156',12600,27390,6,NULL,NULL,NULL,3,'',0,'2023-03-28 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-03-28 00:00:00','2023-03-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kolorful-kerala',NULL,NULL,NULL,0),(82,4260,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4260\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2800,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Korea\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"Upto  90 \",\"VisaDuration\":\"30 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','South Korea','South Korea',NULL,'197',2800,2800,0,NULL,NULL,NULL,0,'',0,'2023-04-18 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Korea','197','2023-04-18 11:36:48','2023-04-18 00:00:00',1,1,'0','0','1',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(83,3786,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3786\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":18000,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Turkey\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>The requirements to apply for Turkey Visa are as follows:<\\/strong><br \\/>\\r\\n<br \\/>\\r\\n1.Original Passport with at least 6 months validity and minimum 3 blank pages + all old passports if any<br \\/>\\r\\n2. All pages of only current passport, including the bio data page, alterations page and back page of the passport;<br \\/>\\r\\n3.Two recent colour photographs, size 2.5*2.5 inch with white background;<br \\/>\\r\\n4.Personal Covering letter (For Employed - Plain paper\\/ For Self-Employed – Company Letterhead);<br \\/>\\r\\n5.Original Bank Statements of last 6 months attested by bank with stamp;<br \\/>\\r\\n6.Income Tax Return\\/ Form 16 Last 3 years;<br \\/>\\r\\n7.Travel Insurance (minimum coverage of EUR 30000).<br \\/>\\r\\n8. Day to day itinerary<\\/p>\",\"BasicRequirementsText\":\"<p>Supporting Turkey Visa documents as per your occupation, type of visit:<br \\/>\\r\\n<br \\/>\\r\\n9. If Employed: Original Leave Sanction Letter from the employer with company seal and signed.<br \\/>\\r\\nLast 3 months salary slips<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n10. If Self-employed: Business Registration License \\/ MOA \\/ Partnership deed;<br \\/>\\r\\nCompany’s updated bank statement last 6 months;<br \\/>\\r\\nCompany’s IT returns for last 3 years;<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n11. If Retired: Proof of retirement like pension book, statement etc;<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n12. If Student: School\\/ College\\/ Institute ID and Bonafide Certificate<br \\/>\\r\\n<br \\/>\\r\\n13. If Minor: Birth Certificate NO Objection Certificate from the parents ID proof of Parents.<br \\/>\\r\\n<br \\/>\\r\\nIf Visiting friend or relative case:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Invitation letter from invitee;<\\/li>\\r\\n\\t<li>Inviter’s ID proof like Passport or Resident Permit;<\\/li>\\r\\n\\t<li>Address proof like any Electricity bill, any Utility bill etc.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\nIf Sponsored case:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sponsorship letter from sponsor person<\\/li>\\r\\n\\t<li>Sponsor’s national ID proof like Passport, PAN card or Resident permit;<\\/li>\\r\\n\\t<li>Updated bank statement of last 6 months;<\\/li>\\r\\n\\t<li>Income tax returns of last 3 years. For Business Visa:<\\/li>\\r\\n\\t<li>Invitation letter from host Company stating purpose of trip, business details etc;<\\/li>\\r\\n\\t<li>Covering letter from Indian company on company letterhead.<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"<p><strong>GATEWAY FEE CHARGE : 13876\\/-<\\/strong><\\/p>\",\"PrecessingTime\":\"10 Days\",\"VisaValidity\":\"90\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"<p>Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.<\\/p>\"}],\"PlanFee\":[]}','Turkey','Turkey',NULL,'222',18000,18000,0,NULL,NULL,NULL,0,'',0,'2023-04-18 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Turkey','222','2023-04-18 00:00:00','2023-04-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(84,3762,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3762\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6500,\"VisaChildRates\":2000,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"<p><strong>Must have Documents for Dubai Tourist Visa:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Scanned colour copy of first and last page of your valid Passport<\\/li>\\r\\n\\t<li>Scanned colour copy of your passport size photograph with white background<\\/li>\\r\\n\\t<li>Confirmed return air ticket <\\/li>\\r\\n<\\/ul>\",\"BasicRequirementsText\":\"<p><strong>Dubai Visa Price includes:<\\/strong><br \\/>\\r\\n <\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Consulate fees<\\/li>\\r\\n\\t<li>Medical insurance (Covers Coronavirus and everything else)<\\/li>\\r\\n\\t<li>Service charges<\\/li>\\r\\n\\t<li>All taxes<\\/li>\\r\\n<\\/ul>\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4 Days\",\"VisaValidity\":\"60\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"<p>Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)<\\/p>\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"<p><span style='color:black'>Original Passport (<\\/span> With Validity of more than 6 months with Minimum 3 Blank Pages)<\\/p>\"},{\"DocSysId\":\"3\",\"Title\":\"Photo (51mm X 51mm)\",\"Description\":\"<p>Two Recent Coloured Photographs,White Background,Matt or semi Matt Finish, Size: 51mm X 51mm<\\/p>\"}],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',6500,6500,0,NULL,NULL,NULL,0,'',0,'2023-04-18 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-04-18 00:00:00','2023-04-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(85,4261,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4261\",\"VisaName\":\"Tourist\\/Visit\",\"Nationality\":null,\"VisaAdultRates\":4500,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Africa\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"Upto 90\",\"VisaDuration\":\"30 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','South Africa','South Africa',NULL,'195',4500,4500,0,NULL,NULL,NULL,0,'',0,'2023-04-18 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Africa','195','2023-04-18 00:00:00','2023-04-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visit',NULL,NULL,NULL,0),(86,4260,6,38124,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4260\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2800,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Korea\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"Upto  90 \",\"VisaDuration\":\"30 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','South Korea','South Korea',NULL,'197',2800,2800,0,NULL,NULL,NULL,0,'',0,'2023-04-18 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Korea','197','2023-04-18 00:00:00','2023-04-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(87,59438,1,86368,0,0,0,'Family,Culture,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":59438,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/magical-dubai_1692422624\",\"BookingValidUntill\":\"2023-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Dubai is a city and emirate in the United Arab Emirates known for luxury shopping, ultramodern architecture, and a lively nightlife scene. Burj Khalifa, an 830m-tall tower, dominates the skyscraper-filled skyline. At its foot lies Dubai Fountain, with jets and lights choreographed to music.<\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Magical Dubai\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Family,Culture,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-08-21\",\"To\":\"2023-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":472196,\"Name\":\"Citymax Hotel Bur Dubai - Dubai - United Arab Emirates\",\"Star\":\"3.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kuwait Street, Mankhool - Al Mankhool - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>This modern hotel is 4 km from Dubai World Trade Centre, 5 km from the Dubai Gold Souk, and 9 km from the Dubai Mall's department stores, ice rink and aquarium.<\\/p>\\r\\n\\r\\n<p>The simple rooms have flat-screen TVs, free Wi-Fi and minifridges, along with digital safes, and tea and coffeemaking facilities. Room service is available 24\\/7.<\\/p>\\r\\n\\r\\n<p>Free secure parking is provided. There's a rooftop pool, a sports bar and an elegant cafe, along with Indian and Asian restaurants. Other amenities include a gym and a prayer room.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_472196\\/4539_e49badec830445ddf77de178300c7d141681731381.jpg\",\"AccoAminitiesMask\":\"111111001001100001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":514829,\"Name\":\"Grand Excelsior Hotel Bur Dubai - Dubai - United Arab Emirates\",\"Star\":\"4.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kuwait Road, Al Mankhool, Burdubai - Al Mankhool - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>This upscale hotel is 8 km from The Dubai Mall and 7 km from the Dubai Spice Souk.<\\/p>\\r\\n\\r\\n<p>Featuring free Wi-Fi, the polished rooms with Arabic decor also come with flat-screen TVs, minibars, and tea and coffeemaking facilities. Upgraded rooms add access to a lounge. Luxe suites add whirlpool tubs, and separate living and\\/or dining areas. Room service is available 24\\/7.<br \\/>\\r\\n<br \\/>\\r\\nThere are 5 bars and restaurants including a refined international restaurant and a laid-back bar. There’s also a gym and a rooftop pool, plus a steam room, a sauna and a business center.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_514829\\/4539_b697515d7a12659e589c6dffd89249fc1686654131.jpg\",\"AccoAminitiesMask\":\"111101101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":570611,\"Name\":\"The Canvas Dubai\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"23 Kuwait St - Bur Dubai - Port Rashid - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"<p>Set in residential surroundings, this upscale hotel is 6 km from Jumeirah Public Beach along the gulf and 11 km from Dubai International Airport.<\\/p>\\r\\n\\r\\n<p>Featuring wood floors, the sleek rooms come with free Wi-Fi, flat-screen TVs and minifridges, as well as sitting areas, and tea and coffeemakers. Suites add free-standing baths and separate living space.<br \\/>\\r\\n<br \\/>\\r\\nA beach shuttle is complimentary. Dining options include a chic Indian restaurant and a casual Japanese eatery. A rooftop terrace offers a laid-back bar and a pool. There’s also a plush lobby lounge and a gym. Breakfast and parking are available. An airport shuttle is provided for a fee.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_570611\\/4539_3c111c4608d44e248b79e080328665991692164037.jpg\",\"AccoAminitiesMask\":\"111101101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":47517,\"Title\":\"Dhow Cruise Dubai Creek\",\"Description\":\"<p><span style="font-size:11.0ptline-height:107%\\r\\nfont-family:"Calibri",sans-serifmso-ascii-theme-font:minor-latinmso-fareast-font-family:\\r\\nCalibrimso-fareast-theme-font:minor-latinmso-hansi-theme-font:minor-latin\\r\\nmso-bidi-font-family:"Times New Roman"mso-bidi-theme-font:minor-bidi\\r\\nmso-ansi-language:EN-USmso-fareast-language:EN-USmso-bidi-language:AR-SA">Enjoy\\r\\na dramatic dinner cruise along the Venetian-style Dubai, located in the heart\\r\\nof Dubai.<br>Get a mesmerizing view of the architecture, with  the skyline illuminated in the night .<br>Enjoy a delicious international buffet offering various Arab specialities.<br>Have an evening or night of fun on the waters of Dubai.<!--[if !supportLineBreakNewLine]--><!--[endif]--><\\/span><\\/p><p class="MsoNormal" style="margin: 0in 0in 9pt text-indent: -0.25in line-height: normal background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial"><br><\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1686643399.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":18267,\"Title\":\"Burj Khalifa 124th Level  (Non Prime Time) with Transfers\",\"Description\":\"<p><span style="color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left">The Burj Khalifa, known as the Burj Dubai prior to its inauguration in 2010, is a skyscraper in Dubai, United Arab Emirates. With a total height of 829.8 m and a roof height of 828 m, the Burj Khalifa has been the tallest structure and building in the world since its topping out in 2009.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1686657034.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":35893,\"Title\":\"Half Day City tour\",\"Description\":\"<p style="margin-bottom: 1rem margin-block-start: 0px color: rgb(33, 33, 33) font-family: Montserrat, sans-serif font-size: 16px text-align: left margin-block-end: revert !important">Dubai has consolidated its place as one of the top tourist destinations in the world. Glittering cityscape, high rises, some of the tallest ones in the world, an urbane jungle with a thrifty life. But is that all the Bedouin town has to offer? The natural is as beautiful as the human-made. Desert safaris and dunes visitations are must-do things while you are on the Dubai Tour. Don't forget to visit the sandy beaches and the lush hotels and restaurants with a touch of exquisite and luxury.<br><\\/p><p style="margin-bottom: 1rem margin-block-start: 0px color: rgb(33, 33, 33) font-family: Montserrat, sans-serif font-size: 16px text-align: left margin-block-end: revert !important">Old Dubai is as beautiful as the new. From Dhow rides in Dubai creek to the old souks, commercial centers for the 20th century Dubai are still operational and abundant with gold, spices, and handloom.<\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1669790186.jpg\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":53552,\"Title\":\"Ski Dubai (Classic Pass with Sic Transfer)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":36517,\"Title\":\"Dubai Aquarium & Underwater Zoo (General Admission) Tickets only\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":53542,\"Title\":\"Upgrade to Burj Khalifa 124th floor Prime time\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":53549,\"Title\":\"Visit Dubai Frame\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":53551,\"Title\":\"Abu Dhabi City Tour with Yas Island ( Ferrari World)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"437468\",\"Title\":\"Arrival at Dubai \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Kickstart your first day in Dubai with the splendid Dhow Cruise!<\\/p>\\r\\n\\r\\n<p>On your arrival at the airport in Dubai, you will be transferred to your hotel on a private basis by one of our representatives. On your way to the hotel, you will witness many of the important and huge buildings which glorify the charm of Dubai. After reaching the hotel, take your time to freshen up and relax as the rest of the day is free for touring the city on the Dhow Cruise.<\\/p>\\r\\n\\r\\n<p>While in Dubai, experiencing the royal buffet dinner on the Dhow Cruise is a must. Dubai Dhow Cruise will not only pamper you with the royal feels but also enable you to witness the city onboard in full glory. Relish the authentic and traditional cuisine of the city with your family on your Dubai vacation.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":570611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47517,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437471\",\"Title\":\"Dubai: Half-day Dubai City Tour with Burj Khalifa 124th Floor Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>The second day of your holiday package to Dubai promises to pamper the traveller in you.<\\/p>\\r\\n\\r\\n<p>Fill yourself with a delicious breakfast, and prepare yourself for discovering the wonders of Dubai on a half-day city tour with our 6 day Dubai packages. Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world’s only seven-star hotel and the Atlantis Hotel, perched atop the crescent-shaped Palm Island.<\\/p>\\r\\n\\r\\n<p>Encounter colourful dioramas and enlightening historic exhibits on a visit to Dubai Museum. Post digging into the history of Emirates and their traditional culture, choose to laze around or take a dip in the warm waters of Jumeirah Beach. Behold stunning bird's-eye views from atop the Burj Khalifa -- the tallest building in the world.<\\/p>\\r\\n\\r\\n<p>Set foot in Dubai’s top tourist attractions, and gaze at the glimmering skyline of Dubai from Burj Khalifa observation deck on the 124th floor!<\\/p>\\r\\n\\r\\n<p>Optional: Request for premium slots of Burj Khalifa while customizing your Dubai tour package.<\\/p>\\r\\n\\r\\n<p>Tip: Indians can get to Armani, Saffron, or Indego by Vineet for some yummy desi delicacies.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":570611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18267,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35893,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":53552,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":36517,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":53542,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":53549,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":53551,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437474\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>This day of your Dubai holiday brings to you a ride on velvety Arabian sands & some cultural entertainment<\\/p>\\r\\n\\r\\n<p>Have a wholesome breakfast at your hotel and spend the first half of the day leisurely. In the evening, get ready for Desert Safari. Indulge in a number of activities that are a highlight of your Dubai 5 day package, like dune bashing, camel riding, sandboarding, and jeep racing.<\\/p>\\r\\n\\r\\n<p>Satiate your hunger with a number of mouth-watering Arabian delicacies & enjoy cultural performances like belly dance, Tanura show, and a fire show by trained artists. Enjoy off-roading on the sand dunes. Later, get to your hotel and end the third fun-filled day of your Dubai 4 nights, 5 days package.<\\/p>\\r\\n\\r\\n<p>Optional: Engage in various exciting activities during your Dubai Desert Safari like camel riding, quad biking, and more (charges extra)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":570611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437477\",\"Title\":\"Dubai Mall Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today, An exhilarating day awaits you! <\\/p>\\r\\n\\r\\n<p>You can opt to explore the world’s largest suspended aquariums housing!<\\/p>\\r\\n\\r\\n<p>Optional: After a mouth-watering breakfast, you will hop off to Dubai Aquarium located inside the Dubai Mall. The 10-million litre Dubai Aquarium tank, located on the Ground Level of The Dubai Mall, is one of the largest suspended aquariums in the world. There are numerous ways you can experience the main Aquarium tank, which measures 51 metres in length, 20 metres in width and 11 metres in height. Find yourself wandering off, untamed, and fall in love with this place. the rest of the day will be at leisure. Go all out, shopping in the mall or check out the nearby places on your own.<\\/p>\\r\\n\\r\\n<p>Request for Dubai Aquarium & Underwater Zoo while customizing your Dubai tour package.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":570611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437480\",\"Title\":\"Dubai: Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Spend the day at your convenience!<\\/p>\\r\\n\\r\\n<p>Begin the day with a delicious breakfast at the hotel. The day is at leisure and you can plan it as per your comfort and ease. Since Dubai is famous for shopping and is home to the biggest and most luxurious shopping malls, on a leisure day, you can plan a visit to these malls. You can go out and see Dubai Mall, BurJuman Mall, Mall of Emirates, Ibn Battuta Mall, and Dubai Outlet Mall. After exploring the biggest shopping destinations, come back to the hotel for a sound sleep. <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":514829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":570611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437483\",\"Title\":\"Day 6: Dubai - Goodbye!\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>And here comes an end to the joyous vacation as the last day of your Dubai holiday package arrives!<\\/p>\\r\\n\\r\\n<p>Have a scrumptious breakfast at the hotel and spend the early part of the day at leisure. Shop for some sweet Emirati souvenirs before getting transferred to the airport for boarding your flight back home with beautiful memories of your Dubai trip.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"59438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49087.36\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":45937,\"priceDoubleOcc\":\"49087.36\",\"priceSingleOcc\":72537.92,\"priceExtraBed\":\"38684.80\",\"priceWithoutBed\":\"27204.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49087.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27204.8,\"CEB\":38684.8,\"COSTDO\":49087.36,\"COSTSO\":72537.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":39636.8,\"COSTTO\":39636.8}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"59439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"64836.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":58770,\"priceDoubleOcc\":\"64836.80\",\"priceSingleOcc\":104036.8,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28884.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64836.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28884.8,\"CEB\":45684.8,\"COSTDO\":64836.8,\"COSTSO\":104036.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"59440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"68687.36\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":61337,\"priceDoubleOcc\":\"68687.36\",\"priceSingleOcc\":111737.92,\"priceExtraBed\":\"45684.80\",\"priceWithoutBed\":\"28184.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68687.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28184.8,\"CEB\":45684.8,\"COSTDO\":68687.36,\"COSTSO\":111737.92,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":46636.8,\"COSTTO\":46636.8}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"59438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47334.24\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":44297,\"priceDoubleOcc\":\"47334.24\",\"priceSingleOcc\":69947.28,\"priceExtraBed\":\"37303.20\",\"priceWithoutBed\":\"26233.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47334.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26233.2,\"CEB\":37303.2,\"COSTDO\":47334.24,\"COSTSO\":69947.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38221.2,\"COSTTO\":38221.2}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"59439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62521.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":56671,\"priceDoubleOcc\":\"62521.20\",\"priceSingleOcc\":100321.2,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27853.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62521.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27853.2,\"CEB\":44053.2,\"COSTDO\":62521.2,\"COSTSO\":100321.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"59440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"66234.24\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2},{\"From\":\"2023-08-19\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":59147,\"priceDoubleOcc\":\"66234.24\",\"priceSingleOcc\":107747.28,\"priceExtraBed\":\"44053.20\",\"priceWithoutBed\":\"27178.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66234.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27178.2,\"CEB\":44053.2,\"COSTDO\":66234.24,\"COSTSO\":107747.28,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44971.2,\"COSTTO\":44971.2}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>5% TCS.<\\/li>\\r\\n\\t<li>GST<\\/li>\\r\\n\\t<li>Any international or domestic airfare.<\\/li>\\r\\n\\t<li>Any RT-PCR Test Charges (Covid-19 test).<\\/li>\\r\\n\\t<li>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.<\\/li>\\r\\n\\t<li>Anything not mentioned under Package Inclusions.<\\/li>\\r\\n\\t<li>Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.<\\/li>\\r\\n\\t<li>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, roadblocks, and\\/or any factors beyond control.<\\/li>\\r\\n\\t<li>Tourism Dirham Charges (Tourism Tax) are paybale directly by the guests at the Hotel ranging between (10 to 20 AED Per Room \\/ Night depending on the Hotel Category<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>05 nights accommodation on a twin sharing basis with breakfast.<\\/li>\\r\\n\\t<li>30 Days Dubai Visa with Covid Insurance.<\\/li>\\r\\n\\t<li>Dhow Cruise Creek with Dinner SIC.<\\/li>\\r\\n\\t<li>Dubai City Tour SIC.<\\/li>\\r\\n\\t<li>Burj Khalifa 124th floor observation deck entry (Non-prime time).<\\/li>\\r\\n\\t<li>Desert Safari with BBQ Dinner SIC.<\\/li>\\r\\n\\t<li>Return Airport Transfers in Dubai.<\\/li>\\r\\n\\t<li>All applicable entry tickets included and transfers on SIC.<\\/li>\\r\\n\\t<li>Applicable GST.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"437468\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[437468],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437471\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[437471],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437474\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[437474],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437477\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[437477],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437480\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[437480],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437483\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[437483],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',47334,68687,5,NULL,NULL,NULL,1,'',0,'2023-08-21 00:00:00','2023-12-15 00:00:00','2023-12-15 00:00:00',3,'United Arab Emirates','228','2023-08-21 15:43:36','2023-08-21 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'magical-dubai',NULL,NULL,NULL,0),(88,56236,1,86368,0,0,0,'Honeymoon,Adventure,Family,Hill Station,Culture,Romantic,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":56236,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/kashmir-paradise-package_1687782265\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Kashmir, also known as "Paradise on Earth," is a beautiful region located in the northern part of the Indian subcontinent. It is known for its stunning landscapes, majestic mountains, serene lakes, and rich cultural heritage.Kashmir is divided into three main regions: Jammu, Kashmir Valley, and Ladakh. The Kashmir Valley is the most popular tourist destination and is surrounded by the Himalayas.It also offers a range of adventure activities for thrill-seekers.The region is renowned for its intricate handicrafts, including Pashmina shawls, carpets, papier-mâché products, woodwork, and saffron cultivation. Visitors can explore local markets and shops to admire and purchase these traditional crafts.<br \\/>\\r\\n<br \\/>\\r\\nPopular Destinations in Kashmir:<\\/p>\\r\\n\\r\\n<p>Srinagar: The capital city of Jammu and Kashmir, known for its serene Dal Lake, Mughal Gardens (Nishat Bagh, Shalimar Bagh, and Chashme Shahi), and the floating markets of the old town.<\\/p>\\r\\n\\r\\n<p>Gulmarg: A famous hill station and skiing destination offering breathtaking views of snow-covered peaks. The Gulmarg Gondola is the highest cable car in the world.<\\/p>\\r\\n\\r\\n<p>Pahalgam: A scenic town known for its picturesque meadows, pine forests, and the starting point for the annual Amarnath Yatra pilgrimage.<\\/p>\\r\\n\\r\\n<p>Sonmarg: Known as the "Meadow of Gold," it offers stunning views of glaciers and snow-capped mountains. It is also the base camp for the famous trek to Amarnath Cave.<\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Kashmir Paradise\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"17877\",\"SupplierName\":\"A Y Tours & Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Culture,Romantic,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2023-08-21\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561658,\"Name\":\"Hotel Solar Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\" near Modern Hospital, Rajbagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"<p>Surrounded by shops, this informal hotel is 2 km from the NH1 road and 8 km from the Indira Gandhi Memorial Tulip Garden. It's 11 km from the Hindu Shankaracharya Temple.<\\/p>\\r\\n\\r\\n<p>Unpretentious rooms and suites feature Wi-Fi, minibars, and tea and coffeemaking facilities; some have sitting areas. Room service is available 24\\/7.<br \\/>\\r\\n<br \\/>\\r\\nAmenities include a garden, a restaurant, and meeting and event space. Breakfast and parking are available.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_561658\\/4539_cd5909b9c9301161e39967c489e0dd301687776998.jpg\",\"AccoAminitiesMask\":\"111101000000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. ‘Nishat Bagh’ is Urdu, which means "Garden of Joy," "Garden of Gladness" and "Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1560,\"Title\":\"Shalimar Bagh\",\"Description\":\"Shalimar Bagh is a Mughal garden in Srinagar, linked through a channel to the northeast of Dal Lake, on its right bank located on the outskirts of Srinagar city in Jammu and Kashmir, India. Its other names are Shalimar Garden, Shalimar Bagh, Farah Baksh and Faiz Baksh, and the other famous shore line garden in the vicinity is Nishat Bagh. The Bagh was built by Mughal Emperor Jahangir for his wife Nur Jahan, in 1619. The Bagh is considered the high point of Mughal horticulture. It is now a public park. This time it is also called as crown of Srinagar.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1499588,\"Long\":74.8733735,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171065.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48911,\"Title\":\"Gardens And Monument\",\"Description\":\"<p>NA<\\/p>\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48914,\"Title\":\"Thajiwas Glacier Sightseeing \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48916,\"Title\":\"Gondola Rides Ticket Up To First Phase \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48918,\"Title\":\"Gondola Ride Tickets Both First & Second Phase \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48921,\"Title\":\"Aru\\u2022 & Betaab Valley Sightseeing in Pahalgam by Union Cab \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48923,\"Title\":\"Tangmarg to Gulmarg to & Fro by Union Cab \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru & Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru & Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu & Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1198,\"Title\":\"Nanga Parbat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1384\\/thumb\\/Nanga Parbat_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561662,\"Name\":\"Hotel Royal Castle\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Gulmarg Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"<p>Royal Castle offers location like no other, the gorgeous green landscape, spectacular pine tree, natural fragrance of the forest, breezy air, snow clad mountains makes Royal Castle a dream destination in Gulmarg.<\\/p>\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_561662\\/4539_0b145082be6de61088657bfc98cee2411687778160.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. ‘Nishat Bagh’ is Urdu, which means "Garden of Joy," "Garden of Gladness" and "Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1560,\"Title\":\"Shalimar Bagh\",\"Description\":\"Shalimar Bagh is a Mughal garden in Srinagar, linked through a channel to the northeast of Dal Lake, on its right bank located on the outskirts of Srinagar city in Jammu and Kashmir, India. Its other names are Shalimar Garden, Shalimar Bagh, Farah Baksh and Faiz Baksh, and the other famous shore line garden in the vicinity is Nishat Bagh. The Bagh was built by Mughal Emperor Jahangir for his wife Nur Jahan, in 1619. The Bagh is considered the high point of Mughal horticulture. It is now a public park. This time it is also called as crown of Srinagar.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1499588,\"Long\":74.8733735,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171065.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48911,\"Title\":\"Gardens And Monument\",\"Description\":\"<p>NA<\\/p>\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48914,\"Title\":\"Thajiwas Glacier Sightseeing \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48916,\"Title\":\"Gondola Rides Ticket Up To First Phase \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48918,\"Title\":\"Gondola Ride Tickets Both First & Second Phase \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48921,\"Title\":\"Aru\\u2022 & Betaab Valley Sightseeing in Pahalgam by Union Cab \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":48923,\"Title\":\"Tangmarg to Gulmarg to & Fro by Union Cab \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru & Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru & Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu & Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null},{\"RefSSId\":1198,\"Title\":\"Nanga Parbat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1384\\/thumb\\/Nanga Parbat_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":17877,\"SupplierName\":\"A Y Tours & Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"410936\",\"Title\":\"SRINAGAR - ARRIVAL - SIGHTSEEING\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative at Srinagar airport and board the vehicle and proceed moving towards Srinagar.  As you proceed towards Srinagar Check in a hotel, take some time to relax and freshen up later in the afternoon Leave for local sightseeing in Srinagar City. Visit famous Mughal Gardens, Nishat Bagh and Shalimar Bagh. Chashme Shahi Garden is part of the Mughal Gardens, and is a must-see in Srinagar. The natural spring in this top attraction in Srinagar catches the eyes of the tourists. Nishat Bagh (Abode of pleasure) was built by Asif Khan, brother of Empress Noorjehan in 1632 AD. Shalimar Bagh (Abode of love) was built by Jehangir in 1633 AD for his wife Noor Jehan. Situated on the bank of Dal Lake, these gardens are over looked by picturesque Zabarwan Mountains. In the evening take a ride on the ‘Shikara for 01 hour. Later return to hotel for Dinner and overnight stay in Srinagar.<br \\/>\\r\\n <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561658,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":309,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410937\",\"Title\":\"SRINAGAR - DAY EXCURSION TO PAHALGAM (96KMS-- 2\\/3 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After a delicious Breakfast, get ready to board the vehicle and proceed to pahalgam. Pahalgam called as “Valley of Shepherds. Sightseeing in Pahalgam Aru, Chandanwari and betab valley 2-3 hrs by local union cab at your own cost. Visit Chandanwari at 2,895 m and 16 km (10 miles) from Pahalgam, is the starting point of the Amamath yatra. The road from Pahalgam to Chandanwari is curvy, sometimes a relatively flat terrain, with quite a few steep curves. It can be undertaken by car (not busses and trucks for most part) with some skilled driving. Following Chandanwari, the track becomes steeper, accessible only by foot or pony. There are 11 km between Chandanwari and the mountain lake of Sheshnag, and 13 km between Chandanwari and Panchtarni. A narrow spiralling path from Panchtarni leads to the Amarnath Cave. Visit Betaab valley. Betaab Valley, situated just 7 km up on Pahalgam, has got its name from Sunny Deol’s movie, Betaab, which was shot extensively in this area. Surrounded by snow-covered mountain peaks and dense pine and deodar forests, this valley is the mouth of River Sheshnag. There is a beautiful garden in the valley, with a bridge to cross the river ARU A small village, 11 kms upstream the Lidder River, is a beautiful locality. There are plenty of campsites along the route.<br \\/>\\r\\n<br \\/>\\r\\nIn Evening return back to hotel in Srinagar followed by Dinner and Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561658,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":48911,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":48914,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":48916,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":48918,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":48921,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":48923,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":78,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410938\",\"Title\":\"SRINAGAR - DAY EXCURSION TO SONAMARG (86 KM –2\\/3 HRS ONE WAY)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After Having Breakfast, proceed for Sonmarg (Golden Meadow) Sonmarg lies in Sind Valley streamed with flowers and surrounded by mountains. Sonmarg is also the base for some interesting treks to the high altitude of Himalayan Lakes. Enjoy horse riding upto Thajiwas glacier and sledge riding on snow (on direct payment). Witness and Enjoy the Amazing Views All Around the Glacier and Return to Srinagar in the evening and spend the night followed by dinner at Hotel.<br \\/>\\r\\n<br \\/>\\r\\n <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561658,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410939\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410940\",\"Title\":\"SRINAGAR TO GULMARG PAHALGAM (56KMS - 2 HRS)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast drive to Gulmarg-the Meadow of Flowers, which is situated at an altitude of 2730 m above the sea level. The distance between Srinagar to Gulmarg is approximately 47 Kms km and it takes 2hours drive from Srinagar to reach Gulmarg.as you proceed towards Gulmarg through beautiful town and villages, enjoy the scenic drive passing through Kunzar, Magaam and tangmarg. On Arrival check in to your hotel in Gulmarg and spend the day at leisure to explore the charm and natural beauty of Gulmarg.  <br \\/>\\r\\n<br \\/>\\r\\nDinner and Overnight in Gulmarg<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410941\",\"Title\":\"GULMARG\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After enjoying a delightful breakfast at the hotel,<br \\/>\\r\\n <br \\/>\\r\\nExplore Gulmarg and spend the day by individual activities such as Skiing, Sledding, Horse Ride, ATV bike ride on your own personal expense. Gulmarg is a place of exceptional beauty and has the world's highest green golf course and also turns into India's premier ski resort in winter. Gulmarg offers breathtaking views of majestic Nanga Parbat on a clear day. Sightseeing Board Gondola Cable Car Ride. (subject to availability and weather conditions). Visit Khilanmarg at Stage1st and 2nd stage (by own cost).<br \\/>\\r\\n<br \\/>\\r\\nLater Return towards hotel in Gulmarg followed by Dinner and overnight stay at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1198,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"410942\",\"Title\":\"DEPARTURE \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today after breakfast, transfer to Srinagar airport to board the return flight with Happy Memories<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56236\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"33000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-26\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":33000,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"31329.60\",\"priceWithoutBed\":\"29565.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29565.6,\"CEB\":31329.6,\"COSTDO\":33000,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":33000,\"COSTTO\":33000}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56236\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"30250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-26\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":30250,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28718.80\",\"priceWithoutBed\":\"27101.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27101.8,\"CEB\":28718.8,\"COSTDO\":30250,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30250,\"COSTTO\":30250}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>Any Meals Other Than Those Specified In ‘Cost Includes’.<\\/li>\\r\\n\\t<li>Expenses of Personal Nature Such As Tips, Telephone Calls, Laundry, Liquor Etc.<\\/li>\\r\\n\\t<li>Air Fare \\/ Train Fare.<\\/li>\\r\\n\\t<li>Any Other Item Not Specified In ‘Cost Includes’.<\\/li>\\r\\n\\t<li>Guide Fee during Sightseeing.<\\/li>\\r\\n\\t<li>Any Pony Rides In Gulmarg, Pahalgam & Sonamarg<\\/li>\\r\\n\\t<li>5 % Gst On Total Billing<\\/li>\\r\\n\\t<li>Snow Chain Car if needed at tangmarg<\\/li>\\r\\n\\t<li>Entrances At Gardens,Monasteries Or Monuments.<\\/li>\\r\\n\\t<li>Gondola rides In Gulmarg Ist and 2nd phases<\\/li>\\r\\n\\t<li>Local union car in pahalgam for abc visit<\\/li>\\r\\n\\t<li>Visiting Charges to Thajiwas Glacier\\/Zero Point in Sonamarg<\\/li>\\r\\n\\t<li>Difference In Cost Arising Due To Change in Fuel Price.<\\/li>\\r\\n\\t<li>Difference In Cost Arising Due To Any Natural Calamities, Landslide, Road Block, Earthquake, Strikes, And Riots Will Be Pay Directly By Guests On The Spots.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>Accommodation for 05 Nights in Above Hotels in Base Room Category<\\/li>\\r\\n\\t<li>All Hotel Accommodation in 01 Dbl room + 01Extra bed<\\/li>\\r\\n\\t<li>All Transfer and Sightseeing by 01 Sedan Car  But not at Their Disposal basis as per the itinerary mentioned<\\/li>\\r\\n\\t<li>Meal Plan: - MAPAI (Daily Dinner and Breakfast Only)<\\/li>\\r\\n\\t<li>24 X 7 Phone Assistance.<\\/li>\\r\\n\\t<li>Shikara Ride for 01 Hour Once In a Tour (complimentary basis) <\\/li>\\r\\n\\t<li>All Taxes, Toll, Fuel, Parking, Driver Allowance & other charges of Cab.<\\/li>\\r\\n\\t<li>All Hotels\\/Houseboat Taxes<\\/li>\\r\\n\\t<li>Children Up To 05 Years Are Complimentary <\\/li>\\r\\n<\\/ul>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"410936\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[410936],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410937\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[410937],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410938\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[410938],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410939\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[410939],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410940\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[410940],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410941\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[410941],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"410942\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[410942],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Srinagar,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam,Sonamarg',NULL,'25897,11197',30250,33000,5,NULL,NULL,NULL,2,'',0,'2023-08-21 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'India','101','2023-08-21 15:43:59','2023-08-21 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kashmir-paradise',NULL,NULL,NULL,0),(89,56867,1,86368,0,0,0,'Honeymoon,Family,Cruise,Hill Station,Shopping and Nightlife,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":56867,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-10-04\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Kuala Lumpur <\\/p>\\r\\n\\r\\n<p>Kuala Lumpur is the capital city of Malaysia, boasting gleaming skyscrapers, colonial architecture, charming locals, and a myriad of natural attractions. Divided into numerous districts, its main hub is called the Golden Triangle which comprises Bukit Bintang, KLCC, and Chinatown. KL is widely recognized for numerous landmarks, including Petronas Twin Towers (the world’s tallest twin skyscrapers), Petaling Street flea market, and Batu Caves, which are over 400 million years old.<\\/p>\\r\\n\\r\\n<p>Singapore <\\/p>\\r\\n\\r\\n<p>Despite being a tiny island and a former fishing village, the modern city of Singapore is filled with so much to explore! Visit the iconic symbol of Singapore at Merlion Park and enjoy views of the waterfront before heading off to Gardens by the Bay where you can witness various flora in bloom. For the best views of the Singapore cityscape, head to the Marina Bay Sands.<\\/p>\\r\\n\\r\\n<p>If you're looking for adventure, spend a day at Sentosa Island and indulge in various outdoor activities, or head to Universal Studios Singapore for some heart-pumping fun. You can even visit animals at the Singapore Zoo or the Night Safari, the world's first nocturnal zoo.<\\/p>\\r\\n\\r\\n<p>Dream Cruise <\\/p>\\r\\n\\r\\n<p>Genting Dream is a vessel for your dreams—it features all the comfort of authentic Asian hospitality, combined with the finest experiences from around the world. ... Our ships feature six slides to experience; gentler ones for the family and faster ones for thrill-seekers.<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Janmashtami Singapore and Malaysia with Cruise 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Guided Tours,Visa,Cruise\",\"PackageType\":\"Honeymoon,Family,Cruise,Hill Station,Shopping and Nightlife,Leisure,Group Tours\",\"Validity\":{\"From\":\"2023-08-25\",\"To\":\"2023-10-04\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35802,\"Title\":\"Singapore Cruise\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":514756,\"Name\":\"Genting Dream Cruise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35802,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Inside Stateroom\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":465697,\"Name\":\"Overnight Cruise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35802,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Inside Stateroom\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":28767,\"Title\":\"Resorts Worlds - Genting Dream Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35802,\"CityName\":\"Singapore Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting's bid for the right to build Singapore's second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks & Resorts markets the park as a "one-of-its-kind theme park in Asia" and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia's most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore's Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2005,\"Title\":\"Merlion Park Singapore\",\"Description\":\"Merlion statue is attractive statue which has a lion’s head and a fish’s body, standing at 8.6 m high and weighing 70 tons and is kept here in this 2,500 square meter park. This scenic statue resides at the waterfront Merlion Park. The extensive views from this Park across the vast Marina Bay area is must visit. One should take time to visit Marina Bay Sands’ twice-nightly light, light and laser water show. From the Merlion Park, one can take a river cruise on a restored bumboat and discover the other renowned attractions - such as Boat Quay and Clarke Quay - along striking Singapore River. Drawing over a million guests every year, the recreation center's Merlion fledgling was initially divulged to general society in 1972. A substantial open occasion was as of late held for the 40th year aniversary of the event.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.286789,\"Long\":103.854501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Merlion_Park_Singapore_25278_1530701015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual's unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"<p><span style="color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left">Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34771,\"Title\":\"Genting Strawberry Leisure Farms\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.3988099,\"Long\":101.7667115,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28761,\"Title\":\"Putrajaya City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":17013,\"Name\":\"Copthorne King\'s Hotel Singapore\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.2883924309829\",\"Long\":\"103.83645415306\",\"Address\":\"403 Havelock Road Singapore 169632\"},\"Images\":{\"Image\":[{\"ImagId\":419657,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/76\\/cks-facade-2_A.jpg\"},{\"ImagId\":419658,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/337\\/Exterior(Day)_A.jpg\"},{\"ImagId\":419659,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/346\\/Exterior(Night)_A.jpg\"},{\"ImagId\":419660,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/553\\/Lobby_A.jpg\"},{\"ImagId\":419661,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/55\\/727\\/971\\/copthornekings_superiorroom_A.jpg\"},{\"ImagId\":419662,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/416\\/278\\/Superior_Room_A.jpg\"},{\"ImagId\":419663,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/300\\/610\\/CKS_Superior_Twin_A.jpg\"},{\"ImagId\":419664,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/198\\/473\\/CKS_Deluxe_room_A.jpg\"},{\"ImagId\":419665,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/416\\/303\\/Executive_Club_Room_With_Queen_Bed_A.jpg\"},{\"ImagId\":419666,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/742\\/688\\/CKS_ExecSuite_A.jpg\"},{\"ImagId\":419667,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/300\\/586\\/suite_A.jpg\"},{\"ImagId\":419668,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/300\\/570\\/suite1_A.jpg\"},{\"ImagId\":419669,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/562\\/Princess_Terrace_opt_2_A.jpg\"},{\"ImagId\":419670,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/935\\/CKS_Tien_Court_A.jpg\"},{\"ImagId\":419671,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/607\\/Wooden_Board_A.jpg\"},{\"ImagId\":419672,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/201\\/111\\/CKS_Starscafe_A.jpg\"},{\"ImagId\":419673,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/201\\/253\\/Connections_Lounge_A.jpg\"},{\"ImagId\":419674,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/64\\/597\\/21\\/wedding5_A.jpg\"},{\"ImagId\":419675,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/598\\/Wedding_Table_set-up_A.jpg\"},{\"ImagId\":419676,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/721\\/CKS_Weddings_3_A.jpg\"},{\"ImagId\":419677,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/869\\/CKS_Weddings_2_A.jpg\"},{\"ImagId\":419678,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/877\\/CKS_Weddings_4_A.jpg\"},{\"ImagId\":419679,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/885\\/CKS_Weddings_5_A.jpg\"},{\"ImagId\":419680,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/416\\/262\\/Copthorne03_A.jpg\"},{\"ImagId\":419681,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/624\\/CKS_Corporate_Events_2_A.jpg\"},{\"ImagId\":419682,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/942\\/CKS_Kings_A.jpg\"},{\"ImagId\":419683,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/87\\/IMG_4032_u_A.jpg\"},{\"ImagId\":419684,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/116\\/IMG_4034_u_A.jpg\"},{\"ImagId\":419685,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/196\\/IMG_4030_u_A.jpg\"},{\"ImagId\":419686,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/262\\/IMG_4037_boardroom_A.jpg\"},{\"ImagId\":419687,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/279\\/IMG_4043_boardroom_A.jpg\"},{\"ImagId\":419688,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/200\\/302\\/IMG_4046_boardroom_A.jpg\"},{\"ImagId\":419689,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/319\\/Executive_Club_A.jpg\"},{\"ImagId\":419690,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/201\\/596\\/Copthorne_King_s_Hotel_-_Garden_Terrace_UR_A.jpg\"},{\"ImagId\":419691,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/201\\/300\\/IMG_4135_Hospitality_Lounge_A.jpg\"},{\"ImagId\":419692,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/64\\/597\\/13\\/pool_A.jpg\"},{\"ImagId\":419693,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/198\\/131\\/gym_A.jpg\"},{\"ImagId\":419694,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/94\\/CKS_MAP_A.jpg\"}]},\"CityId\":25278,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Copthorne King's Hotel Singapore, you'll be centrally located in Singapore, convenient to Liang Court and Chinatown Heritage Center.  This 4-star hotel is close to National Orchid Garden and <b>Universal Studios Singapore<\\/b>®.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 310 air-conditioned rooms featuring LCD televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.<\\/p><p><b>Amenities<\\/b> <br \\/>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access and wedding services. Guests can catch a ride to nearby destinations on the complimentary area shuttle.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 2 restaurants and a coffee shop\\/café. From your room, you can also access room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and meeting rooms.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/494\\/76\\/cks-facade-2_A.jpg\",\"AccoAminitiesMask\":\"110100100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":28767,\"Title\":\"Resorts Worlds - Genting Dream Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35802,\"CityName\":\"Singapore Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting's bid for the right to build Singapore's second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks & Resorts markets the park as a "one-of-its-kind theme park in Asia" and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia's most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore's Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2005,\"Title\":\"Merlion Park Singapore\",\"Description\":\"Merlion statue is attractive statue which has a lion’s head and a fish’s body, standing at 8.6 m high and weighing 70 tons and is kept here in this 2,500 square meter park. This scenic statue resides at the waterfront Merlion Park. The extensive views from this Park across the vast Marina Bay area is must visit. One should take time to visit Marina Bay Sands’ twice-nightly light, light and laser water show. From the Merlion Park, one can take a river cruise on a restored bumboat and discover the other renowned attractions - such as Boat Quay and Clarke Quay - along striking Singapore River. Drawing over a million guests every year, the recreation center's Merlion fledgling was initially divulged to general society in 1972. A substantial open occasion was as of late held for the 40th year aniversary of the event.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.286789,\"Long\":103.854501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Merlion_Park_Singapore_25278_1530701015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual's unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"<p><span style="color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left">Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34771,\"Title\":\"Genting Strawberry Leisure Farms\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.3988099,\"Long\":101.7667115,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28761,\"Title\":\"Putrajaya City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":30568,\"Title\":\"Kuala Lumpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":221062,\"Name\":\"Swiss Garden Hotel Kuala Lumpur\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.144433\",\"Long\":\"101.705591\",\"Address\":\"117 JALAN PUDU 310 55100 KUALA LUMPUR  MY, , , 55100\"},\"Images\":{\"Image\":[{\"ImagId\":4791138,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIIChAnwOW\\/84dgWcpXl1h0cFuUbeKvyH2Tj2m0Kt3HRC5bDspZDleX\\/4Kwc2LCGxc0YEVuFNcpBfJfQ==\"}]},\"CityId\":30568,\"Brief\":\"The stylish and elegant Swiss Garden Hotel Kuala Lumpur enjoys a perfect situation, strategically located in the heart of the city between Bukit Bintang and Chinatown. It features a contemporary style interior design and a wide range of excellent services and amenities including a complimentary scheduled shuttle service to major business and shopping destinations. The famous attractions of the Golden Triangle are just a few steps away; the spectacular Petronas Towers are within walking distance. An ideal hotel both for business and leisure travellers.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":28767,\"Title\":\"Resorts Worlds - Genting Dream Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35802,\"CityName\":\"Singapore Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a "Greenhouse City" to a "City in a Garden". The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting's bid for the right to build Singapore's second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks & Resorts markets the park as a "one-of-its-kind theme park in Asia" and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia's most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore's Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2005,\"Title\":\"Merlion Park Singapore\",\"Description\":\"Merlion statue is attractive statue which has a lion’s head and a fish’s body, standing at 8.6 m high and weighing 70 tons and is kept here in this 2,500 square meter park. This scenic statue resides at the waterfront Merlion Park. The extensive views from this Park across the vast Marina Bay area is must visit. One should take time to visit Marina Bay Sands’ twice-nightly light, light and laser water show. From the Merlion Park, one can take a river cruise on a restored bumboat and discover the other renowned attractions - such as Boat Quay and Clarke Quay - along striking Singapore River. Drawing over a million guests every year, the recreation center's Merlion fledgling was initially divulged to general society in 1972. A substantial open occasion was as of late held for the 40th year aniversary of the event.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.286789,\"Long\":103.854501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Merlion_Park_Singapore_25278_1530701015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore’s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual's unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"<p><span style="color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left">Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.<\\/span><br><\\/p>\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34771,\"Title\":\"Genting Strawberry Leisure Farms\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.3988099,\"Long\":101.7667115,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28761,\"Title\":\"Putrajaya City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"416221\",\"Title\":\"Arrival – Singapore – Cruise Terminal\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon your arrival at Singapore Airport, you will be warmly greeted by our local representative who will assist you with the transfer to the Cruise Terminal. The representative will ensure a smooth embarkation process for you as you board the luxurious cruise ship. Once settled on board, you can take in the breathtaking views of Singapore's skyline as the ship sets sail. In the evening, indulge in a delicious dinner on board the cruise, savoring a variety of delectable cuisines. As the night falls, you can retire to your comfortable cabin and enjoy a peaceful overnight stay on the cruise.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"},{\"IsIncluded\":false,\"Id\":465697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416222\",\"Title\":\"Cruise\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>Awake to the aroma of an English breakfast, served to you on the cruise. Today, you have the entire day to immerse yourself in the splendid experience of the Singapore Malaysia Tour Package with Cruise. Surrounded by the vast expanse of deep waters, the cruise offers a host of facilities and activities to keep you entertained throughout the day. You can choose to mingle with fellow travelers, forging new friendships and creating cherished memories. Engage in the various activities available on board, or simply relax in the lounge and enjoy a leisurely day of tranquility. In the evening, savor another sumptuous dinner on the cruise, followed by an overnight stay on board.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":465697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"},{\"IsIncluded\":true,\"Id\":514756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416223\",\"Title\":\"Cruise\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>After a refreshing night's sleep, begin your day with a delightful English breakfast served on the cruise. Today, you have another day of leisure and relaxation on the Singapore Malaysia Tour Package with Cruise. Take full advantage of the amenities and activities provided on board. Whether you decide to partake in the exciting onboard activities or prefer to unwind and soak up the sun on the deck, the choice is yours. As the day draws to a close, relish a delectable dinner on the cruise, and retire to your cabin for another restful night on board.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":465697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"},{\"IsIncluded\":true,\"Id\":514756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416224\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416225\",\"Title\":\"Arrival - Singapore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Bid farewell to the cruise as you disembark at the terminal. Our representative will be there to welcome you and assist with the transfer to your hotel in Singapore. Check-in to the hotel and take some time to relax and rejuvenate. In the evening, get ready for a visit to the renowned Gardens by the Bay, a nature park spanning a vast area. Marvel at the breathtaking flora and fauna, and be captivated by the stunning light displays in the evening. Afterward, indulge in a delicious dinner at an Indian restaurant, and spend the night at your hotel, enjoying the comforts of Singapore.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416226\",\"Title\":\"Singapore - Universal Studios\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After a satisfying breakfast at your hotel, get ready for an exciting day at Universal Studios Singapore. Located on Sentosa Island, this renowned theme park offers a captivating experience for visitors of all ages. Step into the world of movies and be transported to different lands and attractions inspired by blockbuster films and television series. Enjoy thrilling rides, immersive shows, and interactive experiences that bring your favorite movies to life.<\\/p>\\r\\n\\r\\n<p>Explore the seven themed zones within the park, each offering its unique charm and adventures. From the Hollywood Boulevard with its Walk of Fame to the adrenaline-pumping rides in Sci-Fi City and the magical world of Far Far Away, there is something for everyone to enjoy. Don't forget to take memorable photos and create lasting memories throughout the day.<\\/p>\\r\\n\\r\\n<p>In the evening, savor a delightful dinner at an Indian restaurant, indulging in flavorsome cuisine. Return to your hotel for a comfortable overnight stay, reminiscing about the incredible experiences of the day.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416227\",\"Title\":\"Singapore City Tour and Sentosa Island\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After a refreshing breakfast, embark on a city tour to discover the vibrant and diverse attractions of Singapore. Begin your exploration at Suntec City, a major mixed-use development in Marina Centre. Admire the iconic 70-ton Merlion statue, one of Singapore's most recognizable landmarks, and capture memorable photos.<\\/p>\\r\\n\\r\\n<p>Continue your journey to Chinatown, where you can immerse yourself in its rich heritage and bustling atmosphere. Stroll through the maze-like streets, browse through souvenir shops, and explore indie boutiques offering unique crafts and antiques. Don't miss a visit to Club Street, known for its trendy wine bars and vibrant nightlife. Marvel at the exquisite Sri Mariamman Temple, a cultural gem in the heart of Chinatown.<\\/p>\\r\\n\\r\\n<p>Next, venture to Bugis, an area known for Bugis Street, which is now located within the Bugis Junction shopping mall. Experience the vibrant atmosphere of this shopping district and savor the opportunity to shop for souvenirs and trendy fashion items.<\\/p>\\r\\n\\r\\n<p>Your city tour will also take you to iconic landmarks such as Orchard Road, a famous shopping street lined with luxury boutiques and malls, and the Esplanade, a stunning performing arts center with its distinctive durian-like architecture. Marvel at the breathtaking views of Singapore's skyline from the Marina Bay Sands SkyPark, offering panoramic vistas of the city.<\\/p>\\r\\n\\r\\n<p>In the afternoon, proceed to Sentosa Island, a tropical resort off Singapore's southern coast. Enjoy a scenic cable car ride that offers sweeping views of the island as you make your way to Sentosa. Explore the island's attractions, including the thrilling Luge & Sky Ride and the mesmerizing Wings of Time show. Immerse yourself in the beauty of Sentosa's beaches or visit popular attractions like Universal Studios Singapore or S.E.A. Aquarium (optional, additional fees apply).<\\/p>\\r\\n\\r\\n<p>End the day with a delicious dinner at an Indian restaurant before returning to your hotel for a well-deserved rest.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2005,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416228\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416229\",\"Title\":\"Singapore - Malaysia\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After breakfast, check out from your hotel in Singapore and embark on a coach journey to Malaysia. Sit back, relax, and enjoy the scenic drive as you cross the border into Malaysia. Upon arrival in Kuala Lumpur, check-in to your hotel and take some time to unwind.<\\/p>\\r\\n\\r\\n<p>In the evening, embark on a captivating Kuala Lumpur city tour. Explore the dynamic capital city of Malaysia, which is known for its impressive modern skyline and cultural diversity. Marvel at the iconic Petronas Twin Towers, a pair of towering skyscrapers dominating the city's landscape. Take in the panoramic views of Kuala Lumpur from the skybridge and observation deck.<\\/p>\\r\\n\\r\\n<p>Afterward, savor a delightful dinner at an Indian restaurant, where you can indulge in a variety of flavorful dishes. Return to your hotel for a comfortable overnight stay in Kuala Lumpur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2023,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416230\",\"Title\":\"Malaysia - Genting Highlands\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>Enjoy a hearty breakfast at your hotel in Kuala Lumpur before embarking on a full-day tour to Genting Highlands. Begin your journey with a scenic drive through the picturesque mountains, soaking in the refreshing mountain air and stunning landscapes.<\\/p>\\r\\n\\r\\n<p>Arriving at Genting Highlands, you'll be captivated by its unique charm and attractions. Take a thrilling cable car ride, known as the fastest mono-cable car in the world, to reach the top of the highlands. As you ascend, marvel at the panoramic views of the surrounding lush green rainforest.<\\/p>\\r\\n\\r\\n<p>Once you reach the summit, explore the various recreational facilities at the indoor and outdoor theme parks. Brace yourself for exhilarating rides like the corkscrew, euro express roller coaster, turbo drop, super toboggan, and the one-of-a-kind skydiving simulator, Sky Venture. Enjoy a day filled with adventure, entertainment, and adrenaline-pumping experiences.<\\/p>\\r\\n\\r\\n<p>While at Genting Highlands, visit the Strawberry Park, where you can have a delightful experience picking fresh strawberries from the farm. Immerse yourself in the beautiful natural surroundings and savor the sweet and tangy taste of freshly harvested strawberries.<\\/p>\\r\\n\\r\\n<p>Make time for a shopping spree at the resort's numerous shops, offering a wide range of merchandise. With over 80 shops, you'll find something to suit every taste and preference.<\\/p>\\r\\n\\r\\n<p>Before leaving Genting Highlands, visit the Casino de Genting, Malaysia's only international casino resort. If you wish to try your luck at the tables or slot machines, this is the perfect opportunity to do so.<\\/p>\\r\\n\\r\\n<p>In the evening, proceed to an Indian restaurant for a delicious dinner, where you can relish a variety of flavorful dishes. Afterward, return to your hotel in Kuala Lumpur for a comfortable overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":16466,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34771,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416231\",\"Title\":\"Malaysia - Putrajaya and Batu Caves\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"<p>Enjoy a scrumptious breakfast at your hotel, fueling up for a day of exploration. Today, you will embark on a memorable visit to Putrajaya and Batu Caves.<\\/p>\\r\\n\\r\\n<p>Your first stop is Putrajaya, a modern planned city serving as the administrative capital of Malaysia. Explore the Putrajaya Lake, a beautiful man-made lake spanning 650 hectares. Designed not only for its scenic beauty but also as a natural cooling system for the city, the lake offers opportunities for recreation, fishing, and water sports.<\\/p>\\r\\n\\r\\n<p>Visit the iconic Putra Mosque, known for its striking pink-domed architecture constructed with rose-tinted granite. Explore the mosque's prayer hall, courtyard (Sahn), and various learning facilities and function rooms. Admire the grandeur of the mosque, which can accommodate up to 15,000 worshippers at a time.<\\/p>\\r\\n\\r\\n<p>Next, proceed to Batu Caves, a series of caves and cave temples located in Gombak, Selangor. Marvel at the limestone formations and the majestic statue of Lord Murugan, standing tall at the entrance. Ascend the steep staircase to reach the main cave, which houses intricate Hindu shrines and offers breathtaking views of the surrounding area.<\\/p>\\r\\n\\r\\n<p>After your exploration, enjoy a complimentary lunch before returning to your hotel. Take some time to relax and reflect on the beautiful sights you've witnessed.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2160,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":28761,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"416232\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Enjoy a leisurely breakfast at your hotel, savoring your last moments in Malaysia. Check out from the hotel and proceed to Kuala Lumpur Airport for your flight back home. As you bid farewell to Malaysia, take with you lifelong memories of the vibrant cities, breathtaking landscapes, and rich cultural experiences.<\\/p>\\r\\n\\r\\n<p>This concludes your Singapore-Malaysia tour with a cruise, leaving you with cherished memories and a desire to explore more of the diverse and captivating Southeast Asia region in the future.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56867\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"114500.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":114500,\"priceDoubleOcc\":\"114500.40\",\"priceSingleOcc\":171750.59999999998,\"priceExtraBed\":\"100000.95\",\"priceWithoutBed\":\"85500.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114500.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85500.45,\"CEB\":100000.95,\"COSTDO\":114500.4,\"COSTSO\":171750.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114500.4,\"COSTTO\":114500.4}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56867\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"109048.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":109048,\"priceDoubleOcc\":\"109048.00\",\"priceSingleOcc\":163572,\"priceExtraBed\":\"95239.00\",\"priceWithoutBed\":\"81429.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109048,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":81429,\"CEB\":95239,\"COSTDO\":109048,\"COSTSO\":163572,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109048,\"COSTTO\":109048}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"14272\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"14273\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"14274\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"416221\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[416221],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416222\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[416222],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416223\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[416223],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416224\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[416224],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416225\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[416225],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416226\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[416226],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416227\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[416227],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416228\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[416228],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416229\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[416229],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416230\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[416230],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416231\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[416231],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"416232\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[416232],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"18676\":{\"CityName\":\"Mumbai\",\"FlightInv\":{\"1\":{\"866\":{\"FlightType\":1,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SG-425\",\"DepartureAirportCode\":\"BOM\",\"DepartureAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"DepartureTime\":\"01:00:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"SIN\",\"ArrivalAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"ArrivalTime\":\"09:10:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"05:00\"}},\"2\":{\"867\":{\"FlightType\":2,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ-115\",\"DepartureAirportCode\":\"KUL\",\"DepartureAirportName\":\"Kuala Lumpur, MY - Kuala Lumpur Intl Apt (KUL)\",\"DepartureTime\":\"17:10:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"SIN\",\"ArrivalAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"ArrivalTime\":\"18:10:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"01:00\"},\"868\":{\"FlightType\":2,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ-424\",\"DepartureAirportCode\":\"SIN\",\"DepartureAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"DepartureTime\":\"19:00:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"BOM\",\"ArrivalAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"ArrivalTime\":\"22:10:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"05:00\"}}},\"FromDate\":{\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":30500,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Singapore Cruise,Singapore,Kuala Lumpur','Singapore Cruise,South East Asia,Singapore,Orient,Kuala Lumpur,Malaysia,Putrajaya',NULL,'35802,25278,30568',109048,114500,9,NULL,NULL,NULL,1,'',0,'2023-08-25 00:00:00','2023-10-04 00:00:00','2023-10-04 00:00:00',3,'Singapore,Malaysia','190,132','2023-08-25 00:00:00','2023-08-25 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'janmashtami-singapore-and-malaysia-with-cruise-2023',NULL,NULL,NULL,0),(90,44143,1,86368,0,0,0,'Beach,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44143,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/delightful-dubai_1672655875\",\"BookingValidUntill\":\"2023-09-05\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Dubai is a city and emirate in the United Arab Emirates known for luxury shopping, ultramodern architecture and a lively nightlife scene. Burj Khalifa, an 830m-tall tower, dominates the skyscraper-filled skyline. At its foot lies Dubai Fountain, with jets and lights choreographed to music. On artificial islands just offshore is Atlantis, The Palm, a resort with water and marine-animal parks.<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Janmashtami Delightful Dubai 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Visa\",\"PackageType\":\"Beach,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-08-25\",\"To\":\"2023-09-05\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":5013,\"Name\":\"Arabian Courtyard Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.262404779153\",\"Long\":\"55.29760658741\",\"Address\":\"Al Fahidi Street P.O.Box 46500\"},\"Images\":{\"Image\":[{\"ImagId\":120945,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/346\\/Arabian_Courtyard-_exterior_A.jpg\"},{\"ImagId\":120946,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/378\\/Executive_Room_A.jpg\"},{\"ImagId\":120947,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/394\\/Grand_Suite_A.jpg\"},{\"ImagId\":120948,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/362\\/Executive_Room_-_Twin_A.jpg\"},{\"ImagId\":120949,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/386\\/Family_Room_A.jpg\"},{\"ImagId\":120950,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/410\\/Heritage_Room_King_A.jpg\"},{\"ImagId\":120951,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/402\\/Heritage_Room_Twin_A.jpg\"},{\"ImagId\":120952,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/315\\/Arabian_Courtyard_-_GRAND_SUITE_BED_ROOM_2_A.jpg\"},{\"ImagId\":120953,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/335\\/Arabian_Courtyard_-_GRAND_SUITE_BED_ROOM_1_A.jpg\"},{\"ImagId\":120954,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/450\\/Swimming_Pool_A.jpg\"},{\"ImagId\":120955,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/466\\/Silk_Route_Chinese_Restaurant-Terrace_Seating_A.jpg\"},{\"ImagId\":120956,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/442\\/Silk_Route_Chinese_Restaurant-interior_A.jpg\"},{\"ImagId\":120957,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/426\\/Sherlock_Holmes-Bar_view_A.jpg\"},{\"ImagId\":120958,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/418\\/Sherlock_Holmes_English_Pub-Smoking_Area_A.jpg\"},{\"ImagId\":120959,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/434\\/Pharaoh_Cafe___Restaurant_A.jpg\"},{\"ImagId\":120960,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/354\\/Arabian_Courtyard-_room_washroom_A.jpg\"},{\"ImagId\":120961,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/370\\/Arabian_Courtyard-room_washroom_2_A.jpg\"},{\"ImagId\":120962,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/209\\/Arabian_Courtyard__-_Bastakiya_A.jpg\"},{\"ImagId\":120963,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/245\\/Arabian_Courtyard_-_WAITING_LOUNGE_A.jpg\"},{\"ImagId\":120964,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/268\\/Arabian_Courtyard_-Ahlan_Lounge_A.jpg\"},{\"ImagId\":120965,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/368\\/Arabian_Courtyard_-BUSINESS_CENTER_A.jpg\"},{\"ImagId\":120966,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/392\\/Arabian_Courtyard-_EXECUTIVE_LOUNGE_AREA_A.jpg\"},{\"ImagId\":120967,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/448\\/Arabian_Courtyard-_Indian_Restaurant_Mumtaz_Mahal_A.jpg\"},{\"ImagId\":120968,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/472\\/Arabian_Courtyard_-SERPINOS_PIZZERIA_A.jpg\"},{\"ImagId\":120969,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/458\\/VIP_Lounge_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Arabian Courtyard Hotel & Spa, you'll be centrally located in Dubai, steps from Dubai Museum and Grand Mosque. This 4-star hotel is within close proximity of Textile Souk and Bastakiya.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 173 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and bidets. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Relax at the full-service spa, where you can enjoy facials. You're sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a spa tub. Additional features at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 5 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a 24-hour business center, limo\\/town car service, and complimentary newspapers in the lobby. Planning an event in Dubai? This hotel has 2153 square feet (200 square meters) of space consisting of a conference center and meeting rooms. Free valet parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/346\\/Arabian_Courtyard-_exterior_A.jpg\",\"AccoAminitiesMask\":\"110110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":217747,\"Name\":\"Lapita Dubai Parks and Resorts\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.9161396\",\"Long\":\"55.0059383\",\"Address\":\"Sheikh Zayed Road, Opposite Palm Jabel Ali,Dubai,United Arab Emirates, , , \"},\"Images\":{\"Image\":[{\"ImagId\":4787887,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=hpRBSdtPJNq6P2baMb5ivpL2KTHi6PSmgJzY\\/CGKc2XEIvRgVKn3Xr5NasO8V\\/IT\"}]},\"CityId\":8219,\"Brief\":\"YEAR OF OPENING : 2016.Located in the heart of Dubai Parks and Resorts, Lapita is a Polynesian themed resort hotel, with an intriguing tribal theme which inspires guests of all ages to learn about the Polynesian culture and heritage. Much more than an experience, it's an attitude, a sense of being, something purely positive. Rooms features private balcony, Wi-Fi. Guests can unwind in the Spa & Health Club, bond over a meal in one of the hotel's amazing restaurants and enjoy the ambiance of the rooftop bar. The little ones can be entertained and amazed with a range of themed activities in the Luna & Nova Kids and Teens Club.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3723,\"Title\":\"Half Day City tour\",\"Description\":\"AFTER BREAKFAST ENJOY YOUR HALF DAY DUBAI CITY TOUR\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/35_1519134605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34680,\"Title\":\"La mer beach - Dubai - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16248,\"Title\":\"Yatch Ride\",\"Description\":\"<p>A one hour Yatch Ride in the Dubai Marina <\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4913_1635404947.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3369,\"Title\":\"Miracle Garden\",\"Description\":\"Get lost in a one-of-a-kind world of wonderment at Dubai Miracle Garden. Located in Al Barsha South the park is home to the regions biggest flower garden with more than 45 million blooming flowers across 72000sq\\/m all showcased in a variety of immense sculptures and designs. Feast your eyes on blooming pyramids stars igloos and hearts. Marvel at the record-breaking wall of flowers or take a stroll under a ceiling of colourful umbrellas. Bursting with vibrant displays the park feels more like an immersive art exhibit than a tourist attraction. Youll leave knowing youve truly witnessed a miracle: a mega garden in the middle of a desert.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":40.0229448,\"Long\":-82.9629605,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Miracle_Garden_8219_1519031713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3628,\"Title\":\"Abu Dhabi City tour\",\"Description\":\"See the sights of Abu Dhabi on a coach tour from Dubai. With a knowledgeable guide, visit the capital city of the United Arab Emirates and visit its impressive monuments. You’ll learn about Abu Dhabi’s culture, history and attractions.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.4919711,\"Long\":54.3586401,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/assets\\/images\\/Sightseeing\\/15190_abu-dhabi-citz-tour-slide.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35137,\"Title\":\"Abu Dhabi Dates Market - Abu Dhabi - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.5159074,\"Long\":54.37993,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3146,\"Title\":\"Sheikh Zayed Grand Mosque\",\"Description\":\"Sheikh Zayed Grand Mosque is third largest mosques in the world and most popular attraction in the city. It was constructed by first President of the UAE, the late Sheikh Zayed bin Sultan Al Nahyan.The Sheikh Zayed Grand Mosque is also the last resting place of its name giver, who died in 2004. \\r\\nIts construction began in 1996, and the mosque was initially opened to the public and prayers in December 2007. It’s made up of mostly natural materials such as marble, stone, crystals, gold and semi-precious stones.The hand knotted carpet in the main prayer hall is said to be the largest single piece in the world.\\r\\nIt features 96 marble pillars, 7 chandeliers, 82 domes and able to hold 40,000 worshippers.\\r\\nThe mosque is surrounded by pools, amplifying its beauty. The striking white and gold colours shining in the sun are changed at night by a unique lightning system which reflects the phases of the moon.\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":24.4125,\"Long\":54.475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/105\\/sightseeing\\/Sheikh_Zayed_Grand_Mosque__105_1517554563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building’s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: “tallest structure” and “tallest free-standing structure” other than the world’s “tallest building”. The tower also holds world records for  ‘highest occupied floor’, ‘highest number of stories’, ‘longest travel distance elevators’, ‘tallest service elevator’ and ‘second highest outdoor observatory deck’.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2011,\"Title\":\"Dubai Mall\",\"Description\":\"The Dubai Mall is a big treasure for fashion lovers having every major fashion brand in the world. Garlanded with a 440,000 square feet Fashion Walk, which is renowned as the largest pool of fashion brands all under one roof anywhere in the world, This mall is established so well that it is ready to become the next fashion capital of the world. It is contributing a lot in increasing Dubai tourism.This mall’s Fashion Avenue embraces of high and mid-fashion outlets that pay service to haute tailoring and some of the finest designer brands in Dubai. The Fashion Avenue’s grand decor accompaniments the endless rows of leading fashion names, and fanatics that have the courage to spoil shoppers with choices, as they mix and match clothes and fittings to their temperament's content.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1974476,\"Long\":55.2751205,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dubai_Mall_8219_1519030252.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35138,\"Title\":\"Limousine Ride Dubai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2896,\"Title\":\"The Dubai Fountain\",\"Description\":\"It is the world's largest choreographed fountain system set on the 30-acre manmade Burj Khalifa Lake.The Fountain  illuminated by 6,600 lights and 25 colored projectors, it is 902 ft long and shoots water up to 152.4 m.The Fountain visible from every point on the lake promenade and from many neighboring structures.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/The_Dubai_Fountain_8219_1519032704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":23530,\"Title\":\"Dubai Parks and Resorts - Sheikh Zayed Road - Dubai - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.923946,\"Long\":55.0060946,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"318077\",\"Title\":\"Arrival – Dubai – Global Village\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>As you step off the plane at Dubai Airport, the warm desert air greets you. After clearing immigration and collecting your baggage, you make your way to the arrival gate. There, our friendly representative awaits, ready to assist you. With a smile, they greet you and help you with your luggage. Together, you embark on a comfortable transfer to your hotel, eagerly anticipating the adventures that lie ahead.<\\/p>\\r\\n\\r\\n<p>Upon reaching the hotel, you proceed with the check-in process smoothly, and the welcoming atmosphere of the hotel instantly puts you at ease. You settle into your well-appointed room, marveling at the modern amenities and luxurious comforts. It's time to unwind and rejuvenate after your journey, so you take a moment to relax and freshen up before the evening's activities.<\\/p>\\r\\n\\r\\n<p>In the evening, you are whisked away to an Indian restaurant for a delectable dinner. The tantalizing aromas of Indian spices fill the air as you indulge in a flavorful feast. The authentic cuisine delights your taste buds, providing a wonderful introduction to the culinary delights of Dubai. Satisfied and content, you return to your hotel for a restful overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318078\",\"Title\":\"Dubai city tour + One Monorail to Atlantis the palm + La mer beach visit, The pointe, 1 Hr Yacht ride\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>A new day dawns, and you awaken with excitement for the adventures ahead. After enjoying a delicious breakfast at the hotel, you embark on a captivating Dubai city tour. The tour takes you on a journey through the contrasting facets of this dynamic city. From towering skyscrapers to traditional souks, you witness the perfect blend of modernity and heritage.<\\/p>\\r\\n\\r\\n<p>As you explore the city, you visit iconic landmarks such as breathtaking malls, cultural centers, and pristine beaches. The vibrant atmosphere and architectural marvels leave you in awe. After immersing yourself in the city's vibrant ambiance, you board the Monorail to Atlantis the Palm. The scenic ride offers stunning views of the city's skyline and the vast expanse of the Arabian Sea.<\\/p>\\r\\n\\r\\n<p>Arriving at Atlantis the Palm, you enter a world of luxury and wonder. You have the opportunity to explore the grandeur of this legendary resort, marveling at its opulent interiors and stunning surroundings. Afterward, you head to La Mer, a vibrant beachfront destination that combines relaxation, entertainment, and shopping. You stroll along the bustling streets, enjoy thrilling activities, and bask in the sun on the pristine sandy beach.<\\/p>\\r\\n\\r\\n<p>To add to the excitement, you then embark on a thrilling 1-hour yacht ride at the picturesque Dubai Marina. Cruising along the azure waters, you witness the city's iconic skyline from a unique perspective. The gentle sea breeze caresses your face as you revel in the serenity of the Arabian Gulf.<\\/p>\\r\\n\\r\\n<p>As the sun sets, you make your way to an Indian restaurant for a delightful dinner. Savoring the flavors of Indian cuisine, you recount the unforgettable experiences of the day. With a sense of contentment, you return to your hotel for a well-deserved overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34680,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16248,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318079\",\"Title\":\"Desert safari with dune bashing and dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After a satisfying breakfast at the hotel, you have a half-day to yourself, allowing you to relax and indulge in leisure activities. Whether you choose to take a dip in the hotel's pool, pamper yourself with a spa treatment, or simply unwind in the comfort of your room, the choice is yours.<\\/p>\\r\\n\\r\\n<p>In the afternoon, an exhilarating adventure awaits as you embark on a desert safari. Boarding a rugged 4x4 vehicle, you set off for an adrenaline-pumping dune bashing experience. The skilled driver maneuvers through the sandy terrain, taking you on a thrilling rollercoaster ride over the undulating dunes. The adrenaline rushes through your veins as you hold on tightly, exhilarated by each twist and turn.<\\/p>\\r\\n\\r\\n<p>Afterward, you arrive at a traditional Bedouin camp, where you immerse yourself in the rich culture and heritage of the desert. The camp offers a plethora of activities to enjoy, from camel riding to henna painting. As the evening descends, you gather around a mesmerizing bonfire, captivated by the rhythmic beats of traditional music and mesmerizing belly dance performances.<\\/p>\\r\\n\\r\\n<p>A sumptuous BBQ dinner awaits, featuring a delectable spread of Arabian delicacies. Indulging in the flavorsome dishes, you soak in the ambiance of the desert, under a sky adorned with countless stars. This enchanting evening leaves an indelible mark on your memories as you return to the hotel for a restful overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3369,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318080\",\"Title\":\"Abu Dhabi city tour + Grand mosque + Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Rising early in the morning, you savor a delightful breakfast to energize yourself for the day ahead. Today's adventure takes you beyond Dubai's borders, as you embark on a captivating Abu Dhabi city tour. The journey begins with a visit to the majestic Grand Mosque, a masterpiece of Islamic architecture. Its resplendent white marble and intricate details leave you in awe.<\\/p>\\r\\n\\r\\n<p>Continuing the city tour, you pass by the impressive Emirates Palace and catch a glimpse of the king's palace from outside, marveling at their grandeur. You delve into the rich heritage of Abu Dhabi at the Heritage Village, where you learn about the region's traditions and customs. The tour also includes a scenic drive along the picturesque Corniche, offering breathtaking views of the city's skyline.<\\/p>\\r\\n\\r\\n<p>As the day draws to a close, you bid farewell to Abu Dhabi and make your way back to Dubai. Awaiting you is a flavorsome dinner at an Indian restaurant, where you savor the culinary delights once again. After an eventful day, you retire to your hotel, ready to rest and rejuvenate for the next adventure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3628,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35137,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3146,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318081\",\"Title\":\"1 Hr Limo ride and drop to Dubai Mall, Burj Khalifa at the top 124th floor, Fountain show + Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After relishing a delectable breakfast, your day begins with a touch of luxury. A luxurious limo awaits to take you on an enchanting 1-hour ride through the city. As you glide through the streets, you revel in the comfort and opulence of the limousine, savoring the panoramic views of Dubai.<\\/p>\\r\\n\\r\\n<p>Your journey concludes at the iconic Dubai Mall, one of the world's largest shopping destinations. The mall's vast expanse of luxury boutiques, international brands, and entertainment options beckons you to explore. You indulge in a delightful shopping experience, browsing through a myriad of stores, and perhaps finding a treasure to commemorate your trip.<\\/p>\\r\\n\\r\\n<p>Next, you ascend to the 124th floor of the Burj Khalifa, the tallest building in the world. From this lofty vantage point, you are treated to awe-inspiring views of Dubai's skyline, the glittering coastline, and the vast desert beyond. The beauty and grandeur spread before you leave you speechless, as you capture unforgettable memories with your camera.<\\/p>\\r\\n\\r\\n<p>As evening falls, you head outside to witness the mesmerizing Dubai Fountain show. The world's tallest performing fountain dances in harmony with an enchanting musical soundtrack, captivating your senses. The water jets soar gracefully, illuminated by colorful lights, creating a truly magical spectacle.<\\/p>\\r\\n\\r\\n<p>To conclude this memorable day, you indulge in a delicious dinner at an Indian restaurant, savoring the flavors and reflecting on the incredible experiences of the day. Filled with satisfaction, you return to your hotel for a restful overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2011,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35138,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2896,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318082\",\"Title\":\"Check in – Lapita, Dubai Parks and Resorts\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After enjoying a fulfilling breakfast, it's time to bid farewell to your current hotel and make your way to Lapita Resort. The check-out process is smooth, and you embark on a comfortable transfer to the resort, eagerly anticipating the next chapter of your Dubai adventure.<\\/p>\\r\\n\\r\\n<p>Upon arrival at Lapita, you are warmly welcomed and proceed with the check-in formalities. The resort's tranquil ambiance and Polynesian-inspired décor transport you to a serene paradise. You settle into your luxurious room, which offers a blend of comfort and style.<\\/p>\\r\\n\\r\\n<p>At Lapita, you have the opportunity to choose one of Dubai Parks' three different theme parks or water parks: Motion Gate theme park, Legoland theme park, or Legoland waterpark. These parks promise a day filled with excitement, entertainment, and thrills for visitors of all ages. You can immerse yourself in the world of blockbuster movies, explore the wonders of Lego, or enjoy refreshing water attractions.<\\/p>\\r\\n\\r\\n<p>After a day of adventure and fun, you return to the Lapita Resort to relax and unwind. The resort's amenities beckon, from swimming pools to spa facilities, allowing you to rejuvenate your mind and body. Take your time to explore the enchanting property, indulging in its serenity and beauty.<\\/p>\\r\\n\\r\\n<p>As evening descends, you head out to an Indian restaurant for a delightful dinner, savoring the flavors of your favorite cuisine. The cozy atmosphere and delectable dishes make for a perfect conclusion to the day. You retreat to your comfortable room at the resort, ready for a peaceful overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":217747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23530,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318083\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>The final day of your Dubai adventure has arrived. After a leisurely breakfast, you have some free time to enjoy the hotel amenities or engage in some last-minute shopping. You may choose to take a dip in the pool, savor a refreshing beverage, or explore the nearby shops for souvenirs to bring back home.<\\/p>\\r\\n\\r\\n<p>As the time approaches, our transfer service arrives to take you to Dubai Airport for your departure. With a heavy heart, you bid farewell to the enchanting city and the lasting memories it has created. With a sense of gratitude and fulfillment, you board your flight, carrying with you the cherished experiences and lifelong memories of your Dubai journey.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Great Memories linger while the tour ends.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Post a review to our profile: <a href="https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review">https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review<\\/a><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44143\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54000.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":54000,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":81001.2,\"priceExtraBed\":\"46000.50\",\"priceWithoutBed\":\"38000.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54000.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38000.55,\"CEB\":46000.5,\"COSTDO\":54000.45,\"COSTSO\":81001.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54000.45,\"COSTTO\":54000.45}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44143\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"51429.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":51429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":77144,\"priceExtraBed\":\"43810.00\",\"priceWithoutBed\":\"36191.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51429,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36191,\"CEB\":43810,\"COSTDO\":51429,\"COSTSO\":77144,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51429,\"COSTTO\":51429}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>TCS as Applicable extra<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>GST as Applicable extra<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Travel Insurance if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Return airfare<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12957\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12958\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12959\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"318077\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[318077],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318078\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[318078],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318079\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[318079],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318080\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318080],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318081\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[318081],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318082\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318082],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318083\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[318083],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"282\":{\"FlightType\":1,\"AirlineName\":\"flydubai\",\"AirlineCode\":\"FZ-438\",\"DepartureAirportCode\":\"AMD\",\"DepartureAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"DepartureTime\":\"04:35:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"DXB\",\"ArrivalAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"ArrivalTime\":\"06:15:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:00\"}},\"2\":{\"283\":{\"FlightType\":2,\"AirlineName\":\"flydubai\",\"AirlineCode\":\"FZ-437\",\"DepartureAirportCode\":\"DXB\",\"DepartureAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"DepartureTime\":\"23:15:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"AMD\",\"ArrivalAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"ArrivalTime\":\"03:35:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:00\"}}},\"FromDate\":{\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230904\":{\"FromDate\":\"2023-09-04\",\"FromDateDMY\":\"04\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230905\":{\"FromDate\":\"2023-09-05\",\"FromDateDMY\":\"05\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates,Abu Dhabi',NULL,'8219',51429,54000,6,NULL,NULL,NULL,1,'',0,'2023-08-25 00:00:00','2023-09-05 00:00:00','2023-09-05 00:00:00',3,'United Arab Emirates','228','2023-08-25 00:00:00','2023-08-25 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'janmashtami-delightful-dubai-2023',NULL,NULL,NULL,0),(91,44140,1,86368,0,0,0,'Beach,Family,Religious,Heritage,Culture,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44140,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/discover-dubai_1672656061\",\"BookingValidUntill\":\"2023-09-05\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Dubai is a city and emirate in the United Arab Emirates known for luxury shopping, ultramodern architecture and a lively nightlife scene. Burj Khalifa, an 830m-tall tower, dominates the skyscraper-filled skyline. At its foot lies Dubai Fountain, with jets and lights choreographed to music. On artificial islands just offshore is Atlantis, The Palm, a resort with water and marine-animal parks.<\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Janmashtami Discover Dubai 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Sightseeing,Visa\",\"PackageType\":\"Beach,Family,Religious,Heritage,Culture,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-08-25\",\"To\":\"2023-09-05\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":5013,\"Name\":\"Arabian Courtyard Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.262404779153\",\"Long\":\"55.29760658741\",\"Address\":\"Al Fahidi Street P.O.Box 46500\"},\"Images\":{\"Image\":[{\"ImagId\":120945,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/346\\/Arabian_Courtyard-_exterior_A.jpg\"},{\"ImagId\":120946,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/378\\/Executive_Room_A.jpg\"},{\"ImagId\":120947,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/394\\/Grand_Suite_A.jpg\"},{\"ImagId\":120948,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/362\\/Executive_Room_-_Twin_A.jpg\"},{\"ImagId\":120949,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/386\\/Family_Room_A.jpg\"},{\"ImagId\":120950,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/410\\/Heritage_Room_King_A.jpg\"},{\"ImagId\":120951,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/402\\/Heritage_Room_Twin_A.jpg\"},{\"ImagId\":120952,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/315\\/Arabian_Courtyard_-_GRAND_SUITE_BED_ROOM_2_A.jpg\"},{\"ImagId\":120953,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/335\\/Arabian_Courtyard_-_GRAND_SUITE_BED_ROOM_1_A.jpg\"},{\"ImagId\":120954,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/450\\/Swimming_Pool_A.jpg\"},{\"ImagId\":120955,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/466\\/Silk_Route_Chinese_Restaurant-Terrace_Seating_A.jpg\"},{\"ImagId\":120956,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/442\\/Silk_Route_Chinese_Restaurant-interior_A.jpg\"},{\"ImagId\":120957,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/426\\/Sherlock_Holmes-Bar_view_A.jpg\"},{\"ImagId\":120958,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/418\\/Sherlock_Holmes_English_Pub-Smoking_Area_A.jpg\"},{\"ImagId\":120959,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/434\\/Pharaoh_Cafe___Restaurant_A.jpg\"},{\"ImagId\":120960,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/354\\/Arabian_Courtyard-_room_washroom_A.jpg\"},{\"ImagId\":120961,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/370\\/Arabian_Courtyard-room_washroom_2_A.jpg\"},{\"ImagId\":120962,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/209\\/Arabian_Courtyard__-_Bastakiya_A.jpg\"},{\"ImagId\":120963,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/245\\/Arabian_Courtyard_-_WAITING_LOUNGE_A.jpg\"},{\"ImagId\":120964,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/268\\/Arabian_Courtyard_-Ahlan_Lounge_A.jpg\"},{\"ImagId\":120965,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/368\\/Arabian_Courtyard_-BUSINESS_CENTER_A.jpg\"},{\"ImagId\":120966,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/392\\/Arabian_Courtyard-_EXECUTIVE_LOUNGE_AREA_A.jpg\"},{\"ImagId\":120967,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/448\\/Arabian_Courtyard-_Indian_Restaurant_Mumtaz_Mahal_A.jpg\"},{\"ImagId\":120968,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/328\\/472\\/Arabian_Courtyard_-SERPINOS_PIZZERIA_A.jpg\"},{\"ImagId\":120969,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/458\\/VIP_Lounge_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Arabian Courtyard Hotel & Spa, you'll be centrally located in Dubai, steps from Dubai Museum and Grand Mosque. This 4-star hotel is within close proximity of Textile Souk and Bastakiya.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 173 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and bidets. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Relax at the full-service spa, where you can enjoy facials. You're sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a spa tub. Additional features at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel's dining establishments, which include 5 restaurants and a coffee shop\\/café. From your room, you can also access 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a 24-hour business center, limo\\/town car service, and complimentary newspapers in the lobby. Planning an event in Dubai? This hotel has 2153 square feet (200 square meters) of space consisting of a conference center and meeting rooms. Free valet parking is available onsite.<\\/p>\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/199\\/346\\/Arabian_Courtyard-_exterior_A.jpg\",\"AccoAminitiesMask\":\"110110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5928,\"Title\":\"Burj Al Arab\",\"Description\":\"The Burj Al Arab(Tower of the Arabs) is a luxury hotel located in Dubai, United Arab Emirates.It is the third tallest hotel in the world (although 39 of its total height is made up of non-occupiable space.Burj Al Arab stands on an artificial island 280 m (920 ft) from Jumeirah Beach and is connected to the mainland by a private curving bridge. The shape of the structure is designed to resemble the sail of a ship. It has a helipad near the roof at a height of 210 m (689 ft) above ground.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/8219\\/sightseeing\\/15422_20120813060112!Burj_Al_Arab,_Dubai,_by_Joi_Ito_Dec2007.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3723,\"Title\":\"Half Day City tour\",\"Description\":\"AFTER BREAKFAST ENJOY YOUR HALF DAY DUBAI CITY TOUR\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/35_1519134605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35126,\"Title\":\"Jumeirah Beach - Dubai - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1939565,\"Long\":55.23161750000001,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34679,\"Title\":\"Jumeirah Mosque - Dubai - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.2338097,\"Long\":55.2654913,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35127,\"Title\":\"King\'s Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":17.3867193,\"Long\":78.4317207,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":34680,\"Title\":\"La mer beach - Dubai - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16243,\"Title\":\"Oneway Monorail\",\"Description\":\"<p>During the Dubai City tour, We take a oneway Monorail Ride towards Atlantis the Palm, so as to cover the Palm Island from a height<\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4913_1633756680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16248,\"Title\":\"Yatch Ride\",\"Description\":\"<p>A one hour Yatch Ride in the Dubai Marina <\\/p>\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4913_1635404947.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3628,\"Title\":\"Abu Dhabi City tour\",\"Description\":\"See the sights of Abu Dhabi on a coach tour from Dubai. With a knowledgeable guide, visit the capital city of the United Arab Emirates and visit its impressive monuments. You’ll learn about Abu Dhabi’s culture, history and attractions.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.4919711,\"Long\":54.3586401,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/assets\\/images\\/Sightseeing\\/15190_abu-dhabi-citz-tour-slide.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35137,\"Title\":\"Abu Dhabi Dates Market - Abu Dhabi - United Arab Emirates\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.5159074,\"Long\":54.37993,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3146,\"Title\":\"Sheikh Zayed Grand Mosque\",\"Description\":\"Sheikh Zayed Grand Mosque is third largest mosques in the world and most popular attraction in the city. It was constructed by first President of the UAE, the late Sheikh Zayed bin Sultan Al Nahyan.The Sheikh Zayed Grand Mosque is also the last resting place of its name giver, who died in 2004. \\r\\nIts construction began in 1996, and the mosque was initially opened to the public and prayers in December 2007. It’s made up of mostly natural materials such as marble, stone, crystals, gold and semi-precious stones.The hand knotted carpet in the main prayer hall is said to be the largest single piece in the world.\\r\\nIt features 96 marble pillars, 7 chandeliers, 82 domes and able to hold 40,000 worshippers.\\r\\nThe mosque is surrounded by pools, amplifying its beauty. The striking white and gold colours shining in the sun are changed at night by a unique lightning system which reflects the phases of the moon.\",\"CurrencyType\":0,\"CityId\":105,\"CityName\":\"Abu Dhabi\",\"Lat\":24.4125,\"Long\":54.475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/105\\/sightseeing\\/Sheikh_Zayed_Grand_Mosque__105_1517554563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building’s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: “tallest structure” and “tallest free-standing structure” other than the world’s “tallest building”. The tower also holds world records for  ‘highest occupied floor’, ‘highest number of stories’, ‘longest travel distance elevators’, ‘tallest service elevator’ and ‘second highest outdoor observatory deck’.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2011,\"Title\":\"Dubai Mall\",\"Description\":\"The Dubai Mall is a big treasure for fashion lovers having every major fashion brand in the world. Garlanded with a 440,000 square feet Fashion Walk, which is renowned as the largest pool of fashion brands all under one roof anywhere in the world, This mall is established so well that it is ready to become the next fashion capital of the world. It is contributing a lot in increasing Dubai tourism.This mall’s Fashion Avenue embraces of high and mid-fashion outlets that pay service to haute tailoring and some of the finest designer brands in Dubai. The Fashion Avenue’s grand decor accompaniments the endless rows of leading fashion names, and fanatics that have the courage to spoil shoppers with choices, as they mix and match clothes and fittings to their temperament's content.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1974476,\"Long\":55.2751205,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dubai_Mall_8219_1519030252.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35138,\"Title\":\"Limousine Ride Dubai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2896,\"Title\":\"The Dubai Fountain\",\"Description\":\"It is the world's largest choreographed fountain system set on the 30-acre manmade Burj Khalifa Lake.The Fountain  illuminated by 6,600 lights and 25 colored projectors, it is 902 ft long and shoots water up to 152.4 m.The Fountain visible from every point on the lake promenade and from many neighboring structures.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/The_Dubai_Fountain_8219_1519032704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"318058\",\"Title\":\"Arrival – Dubai\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon your arrival at Dubai Airport, you will go through immigration and collect your baggage before proceeding to the arrival gate. Our representative will be there to meet and greet you, and then you will be transferred to your hotel. After checking in, take some time to relax and settle in. You have the option to rest or visit the nearest market for shopping purposes. In the evening, enjoy a delicious dinner at an Indian restaurant. Spend the night at the hotel, creating the perfect start to your Dubai experience.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318059\",\"Title\":\"Dubai city tour + One Monorail to Atlantis the palm + La mer beach visit, The pointe, 1 Hr Yacht ride\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After a satisfying breakfast, get ready for a full day of exploration with the Dubai City Tour. This tour will take you through both the new and old parts of Dubai, allowing you to discover the city's beautiful landmarks. Along the way, you will visit exciting attractions, such as malls, cultural places, and the beach.<\\/p>\\r\\n\\r\\n<p>Following the city tour, you will enjoy a Monorail ride to Atlantis the Palm, a luxurious resort located on the Palm Jumeirah. The Monorail provides a unique perspective of the iconic Palm Jumeirah and offers stunning views of the Arabian Gulf.<\\/p>\\r\\n\\r\\n<p>Next, experience the vibrant atmosphere of La Mer, Dubai's eclectic beachfront destination. Here, you can explore bustling backstreets, indulge in various activities, and relax on the beach. Take your time to enjoy the best of La Mer Beach.<\\/p>\\r\\n\\r\\n<p>Later in the day, you will be transferred for a thrilling 1-hour Yacht Ride at the Marina, where you can enjoy the picturesque views of Dubai's skyline from the water.<\\/p>\\r\\n\\r\\n<p>In the evening, savor a delectable dinner at an Indian restaurant. Retire for the night at your hotel, filled with memorable moments from your day.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35126,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35127,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34680,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16243,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16248,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318060\",\"Title\":\"Half day free + Desert safari with dune bashing and dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After a delightful breakfast, you have the morning free for leisure or shopping at your own pace. Use this time to explore Dubai further or simply relax and enjoy the hotel amenities.<\\/p>\\r\\n\\r\\n<p>In the afternoon, get ready for an exhilarating experience as you embark on a Desert Safari. Hop into a 4x4 vehicle and buckle up for an adventurous ride through the desert dunes, known as dune bashing. Feel the adrenaline rush as your skilled driver maneuvers the vehicle over the undulating sand dunes.<\\/p>\\r\\n\\r\\n<p>As the sun begins to set, you will arrive at a traditional Bedouin camp, where you will spend a memorable evening filled with food, dance, and entertainment. Immerse yourself in the rich Bedouin culture as you enjoy a traditional BBQ dinner under the starry desert sky.<\\/p>\\r\\n\\r\\n<p>After an eventful day, return to your hotel for an overnight stay, with fond memories of your desert safari.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318061\",\"Title\":\"Abu Dhabi city tour + Grand mosque + Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Wake up early in the morning and enjoy a hearty breakfast. Today, you will embark on an Abu Dhabi City Tour, which will take you to the capital city of the United Arab Emirates. The tour includes a visit to the iconic Grand Mosque, a masterpiece of modern Islamic architecture.<\\/p>\\r\\n\\r\\n<p>During the city tour, you will have the opportunity to see other notable landmarks, such as the Emirates Palace and the king's palace (from outside), the Heritage Village, and the beautiful Corniche area. You will also make a stop at Ferrari World for a photo opportunity.<\\/p>\\r\\n\\r\\n<p>After exploring Abu Dhabi, return to Dubai and enjoy a delicious dinner at an Indian restaurant. Spend the night at your hotel, reflecting on the awe-inspiring sights you encountered during the day.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3628,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35137,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3146,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318062\",\"Title\":\"1 Hr Limo ride and drop to Dubai Mall, Burj Khalifa at the top 124th floor, Fountain show + Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, indulge in a luxurious experience with a 1-hour Limo Ride, allowing you to cruise through the streets of Dubai in style. The limousine will drop you off at the renowned Dubai Mall, one of the largest shopping malls in the world.<\\/p>\\r\\n\\r\\n<p>Explore the vast array of shops and indulge in a shopping spree or enjoy the various entertainment options available within the mall. Later, proceed to visit the Burj Khalifa, the tallest building in the world. Ascend to the 124th floor and marvel at the breathtaking panoramic views of Dubai's skyline from the observation deck.<\\/p>\\r\\n\\r\\n<p>In the evening, witness the mesmerizing Musical Fountain Show, located in the vicinity of the Burj Khalifa. As the world's tallest performing fountain, it combines water, music, and light to create a captivating spectacle.<\\/p>\\r\\n\\r\\n<p>Conclude the day with a delightful dinner at an Indian restaurant, followed by a comfortable overnight stay at your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2011,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35138,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2896,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318063\",\"Title\":\"Day Free at Leisure\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Today is a free day for you to enjoy at your own pace. Take advantage of this leisurely day to relax or explore Dubai further. You can visit local attractions, discover hidden gems, or simply unwind at the hotel. In the evening, head to an Indian restaurant for dinner before returning to the hotel for an overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5013,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318064\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Wake up to a lazy breakfast, savoring the last moments of your Dubai getaway. Relax and enjoy the hotel amenities or use this time for some last-minute shopping to bring home souvenirs and memories of your incredible trip. Later, you will be transferred to Dubai Airport to catch your flight back home, bidding farewell to Dubai with a treasure trove of lifelong memories.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Great Memories linger while the tour ends.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Post a review to our profile: <a href="https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review">https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review<\\/a><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44140\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44000.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"44000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"37000.95\",\"priceWithoutBed\":\"30000.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30000.6,\"CEB\":37000.95,\"COSTDO\":44000.25,\"COSTSO\":66000.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000.25,\"COSTTO\":44000.25}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44140\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41905.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905},{\"From\":\"2023-09-05\",\"To\":\"2023-09-05\",\"Currency\":1,\"priceTripleOcc\":41905,\"priceDoubleOcc\":\"41905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"35239.00\",\"priceWithoutBed\":\"28572.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41905,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28572,\"CEB\":35239,\"COSTDO\":41905,\"COSTSO\":62858,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41905,\"COSTTO\":41905}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>RT PCR Test (Wherever required as per Govt. Guidelines)<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>TCS @ 5% on total package cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>GST @5% on total package cost<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Travel Insurance if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p> Return Dubai Airport Transfers<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> 20% Luxury Tax charged by Dubai Hotels<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> VAT Charges by Dubai Govt. WEF. 1st January 2018<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> Tourism Dirham charged by Dubai Govt.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p> Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12960\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12961\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12962\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"318058\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[318058],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318059\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[318059],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318060\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[318060],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318061\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318061],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318062\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[318062],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318063\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318063],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318064\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[318064],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"280\":{\"FlightType\":1,\"AirlineName\":\"flydubai\",\"AirlineCode\":\"FZ- 438\",\"DepartureAirportCode\":\"AMD\",\"DepartureAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"DepartureTime\":\"04:35:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"DXB\",\"ArrivalAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"ArrivalTime\":\"06:15:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:00\"}},\"2\":{\"281\":{\"FlightType\":2,\"AirlineName\":\"flydubai\",\"AirlineCode\":\"FZ-437\",\"DepartureAirportCode\":\"DXB\",\"DepartureAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"DepartureTime\":\"23:15:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"AMD\",\"ArrivalAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"ArrivalTime\":\"03:35:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:00\"}}},\"FromDate\":{\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230904\":{\"FromDate\":\"2023-09-04\",\"FromDateDMY\":\"04\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230905\":{\"FromDate\":\"2023-09-05\",\"FromDateDMY\":\"05\\/09\\/2023\",\"AdultCost\":28000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates,Abu Dhabi',NULL,'8219',41905,44000,6,NULL,NULL,NULL,1,'',0,'2023-08-25 00:00:00','2023-09-05 00:00:00','2023-09-05 00:00:00',3,'United Arab Emirates','228','2023-08-25 00:00:00','2023-08-25 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'janmashtami-discover-dubai-2023',NULL,NULL,NULL,0),(92,44112,1,86368,0,0,0,'Beach,Family,Cruise,Hill Station,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44112,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/vietnam_1670566143\",\"BookingValidUntill\":\"2023-09-03\",\"AdvBookingDays\":30,\"DETAILS\":\"<p>Hanoi, the capital of Vietnam, is known for its centuries-old architecture and a rich culture with Southeast Asian, Chinese and French influences. At its heart is the chaotic Old Quarter, where the narrow streets are roughly arranged by trade. <\\/p>\\r\\n\\r\\n<p>Da Nang is a coastal city in central Vietnam known for its sandy beaches and history as a French colonial port. It's a popular base for visiting the inland Bà Nà hills to the west of the city. Here the hillside H?i Vân Pass has views of Da Nang Bay and the Marble Mountains. <\\/p>\\r\\n\\r\\n<p>Ho Chi Minh City, formerly known as Saigon, is the largest city in Vietnam, with a population of around 9 million in 2019. Situated in the southeast region of Vietnam, the city surrounds the Saigon River and covers about 2,061 km².<\\/p>\\r\\n\\r\\n<p>Ha Long Bay, in northeast Vietnam, is known for its emerald waters and thousands of towering limestone islands topped by rainforests. Junk boat tours and sea kayak expeditions take visitors past islands named for their shapes, including Stone Dog and Teapot islets. The region is popular for scuba diving, rock climbing and hiking, particularly in mountainous Cát Bà National Park. <\\/p>\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":86368,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Ho Chi Minh City\",\"DestinationPlacesSysId\":31115,\"SourcePlaces\":\"Hanoi\",\"SourcePlaceSysId\":11487,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\" Janmashtami Vietnam 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Beach,Family,Cruise,Hill Station,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-08-25\",\"To\":\"2023-09-03\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11487,\"Title\":\"Hanoi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":412810,\"Name\":\"Silk Queen Grand\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.0318\",\"Long\":\"105.848\",\"Address\":\"36 Lo Su Str, Hoan Kiem Dist., Hanoi\"},\"Images\":[],\"CityId\":11487,\"Brief\":\"<p><b>Property Location<\\/b> <br \\/>With a stay at Silk Queen Grand Hotel in Hanoi (Hoan Kiem), you'll be minutes from Thang Long Water Puppet Theatre and Ngoc Son Temple.  This 4-star hotel is within close proximity of Thang Long Ca Tru Theatre and Hoan Kiem Lake.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 88 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p><b>Amenities<\\/b> <br \\/>Enjoy recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless Internet access, complimentary babysitting\\/childcare, and tour\\/ticket assistance.<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the hotel's 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours).<\\/p>\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":11487,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35092,\"Title\":\"Ba Dinh Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0374458,\"Long\":105.8360018,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35123,\"Title\":\"Ho Chi Minh Mausoleum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0368973,\"Long\":105.8346667,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6341,\"Title\":\"One Pillar Pagoda\",\"Description\":\"The One Pillar Pagoda is a historic Buddhist temple in Hanoi. It is regarded alongside the Perfume Temple, as one of Vietnam's two most iconic temples. The temple is built of wood on a single stone pillar and it is designed to resemble a lotus blossom, which is a Buddhist symbol of purity, since a lotus blossoms in a muddy pond.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0358617,\"Long\":105.8335973,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/One_Pillar_Pagoda_11487_1530617098.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6345,\"Title\":\"Water Puppet Performance\",\"Description\":\"The world-famous Thang Long Water Puppet Theatre in Hanoi has its roots in an art form that dates back to the 11th century. The tradition of water puppet theatre stems from a time when rice paddy fields were flooded and villagers would make entertainment by standing in the waist-deep water with the puppets performing over the water. Using large rods to support the puppets it appeared as if they were moving across the water with the puppeteers hidden behind a screen.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0317459,\"Long\":105.8535705,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Water_Puppet_Performance__11487_1530618641.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35072,\"Title\":\"Marble Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0034756,\"Long\":108.2645803,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":33844,\"Title\":\"Hoi An Central Market\",\"Description\":\"Hoi An Central Market close to the waterway is the biggest and busiest market, as locals shop here as much as vacationers. It produces fresh fish, and readymade food, this market sells clothes, crafted works and souvenirs.\",\"CurrencyType\":0,\"CityId\":36150,\"CityName\":\"Hoi An\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/36150\\/sightseeing\\/hoi_an_central_market__36150_1666007177.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35075,\"Title\":\"Bana Hills Cable Station\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0254946,\"Long\":108.0318817,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36276,\"Title\":\"Fantasy Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9972041,\"Long\":107.988763,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35120,\"Title\":\"Golden Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9950734,\"Long\":107.9963662,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35122,\"Title\":\"Ninh Phong\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":20.2180895,\"Long\":105.9642878,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35077,\"Title\":\"Nui Chua National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":11.6808793,\"Long\":109.1750571,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6373,\"Title\":\"Cathedral of Notre Dame\",\"Description\":\"It  is a cathedral located in the downtown of Ho Chi Minh City, Vietnam. Established by French colonists who initially named it Cathedrale Notre-Dame de Saigon, the cathedral was constructed between 1863 and 1880. It has two bell towers, reaching a height of 58 meters .\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7797855,\"Long\":106.6990188,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/31115\\/sightseeing\\/Cathedral_of_Notre_Dame__31115_1530687556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35125,\"Title\":\"Reunification Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.77792,\"Long\":106.6962837,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36277,\"Title\":\"War Remnants Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7795106,\"Long\":106.6920916,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35079,\"Title\":\"Mekong River Delta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.063363,\"Long\":105.5943388,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6361,\"Title\":\"Chu Chi Tunnel\",\"Description\":\"The Chu Chi Tunnels are part of a massive war museum in Ho Chi Minh. The site has over 120km of underground tunnels, with trapdoors, living areas, kitchens, storage facilities, armoury, hospitals, and command centres. After the war against the French, Vietnamese soldiers expanded the tunnels and included effective air filtration systems, which helped them survive the Chu Chi carpet-bombings\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":11.1434467,\"Long\":106.4644785,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/31115\\/sightseeing\\/chu_chi_tunnel_31115_1665574172.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":100868,\"Title\":\"HA LONG\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":465697,\"Name\":\"Overnight Cruise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":100868,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":562868,\"Name\":\"Le Journey Halong Bay Cruise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":100868,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35092,\"Title\":\"Ba Dinh Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0374458,\"Long\":105.8360018,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35123,\"Title\":\"Ho Chi Minh Mausoleum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0368973,\"Long\":105.8346667,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6341,\"Title\":\"One Pillar Pagoda\",\"Description\":\"The One Pillar Pagoda is a historic Buddhist temple in Hanoi. It is regarded alongside the Perfume Temple, as one of Vietnam's two most iconic temples. The temple is built of wood on a single stone pillar and it is designed to resemble a lotus blossom, which is a Buddhist symbol of purity, since a lotus blossoms in a muddy pond.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0358617,\"Long\":105.8335973,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/One_Pillar_Pagoda_11487_1530617098.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6345,\"Title\":\"Water Puppet Performance\",\"Description\":\"The world-famous Thang Long Water Puppet Theatre in Hanoi has its roots in an art form that dates back to the 11th century. The tradition of water puppet theatre stems from a time when rice paddy fields were flooded and villagers would make entertainment by standing in the waist-deep water with the puppets performing over the water. Using large rods to support the puppets it appeared as if they were moving across the water with the puppeteers hidden behind a screen.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0317459,\"Long\":105.8535705,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Water_Puppet_Performance__11487_1530618641.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35072,\"Title\":\"Marble Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0034756,\"Long\":108.2645803,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":33844,\"Title\":\"Hoi An Central Market\",\"Description\":\"Hoi An Central Market close to the waterway is the biggest and busiest market, as locals shop here as much as vacationers. It produces fresh fish, and readymade food, this market sells clothes, crafted works and souvenirs.\",\"CurrencyType\":0,\"CityId\":36150,\"CityName\":\"Hoi An\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/36150\\/sightseeing\\/hoi_an_central_market__36150_1666007177.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35075,\"Title\":\"Bana Hills Cable Station\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0254946,\"Long\":108.0318817,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36276,\"Title\":\"Fantasy Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9972041,\"Long\":107.988763,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35120,\"Title\":\"Golden Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9950734,\"Long\":107.9963662,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35122,\"Title\":\"Ninh Phong\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":20.2180895,\"Long\":105.9642878,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35077,\"Title\":\"Nui Chua National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":11.6808793,\"Long\":109.1750571,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6373,\"Title\":\"Cathedral of Notre Dame\",\"Description\":\"It  is a cathedral located in the downtown of Ho Chi Minh City, Vietnam. Established by French colonists who initially named it Cathedrale Notre-Dame de Saigon, the cathedral was constructed between 1863 and 1880. It has two bell towers, reaching a height of 58 meters .\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7797855,\"Long\":106.6990188,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/31115\\/sightseeing\\/Cathedral_of_Notre_Dame__31115_1530687556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35125,\"Title\":\"Reunification Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.77792,\"Long\":106.6962837,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36277,\"Title\":\"War Remnants Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7795106,\"Long\":106.6920916,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35079,\"Title\":\"Mekong River Delta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.063363,\"Long\":105.5943388,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6361,\"Title\":\"Chu Chi Tunnel\",\"Description\":\"The Chu Chi Tunnels are part of a massive war museum in Ho Chi Minh. The site has over 120km of underground tunnels, with trapdoors, living areas, kitchens, storage facilities, armoury, hospitals, and command centres. After the war against the French, Vietnamese soldiers expanded the tunnels and included effective air filtration systems, which helped them survive the Chu Chi carpet-bombings\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":11.1434467,\"Long\":106.4644785,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/31115\\/sightseeing\\/chu_chi_tunnel_31115_1665574172.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":30741,\"Title\":\"Da Nang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562878,\"Name\":\"Yarra Ocean Suites Danang\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":30741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35092,\"Title\":\"Ba Dinh Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0374458,\"Long\":105.8360018,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35123,\"Title\":\"Ho Chi Minh Mausoleum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0368973,\"Long\":105.8346667,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6341,\"Title\":\"One Pillar Pagoda\",\"Description\":\"The One Pillar Pagoda is a historic Buddhist temple in Hanoi. It is regarded alongside the Perfume Temple, as one of Vietnam's two most iconic temples. The temple is built of wood on a single stone pillar and it is designed to resemble a lotus blossom, which is a Buddhist symbol of purity, since a lotus blossoms in a muddy pond.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0358617,\"Long\":105.8335973,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/One_Pillar_Pagoda_11487_1530617098.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6345,\"Title\":\"Water Puppet Performance\",\"Description\":\"The world-famous Thang Long Water Puppet Theatre in Hanoi has its roots in an art form that dates back to the 11th century. The tradition of water puppet theatre stems from a time when rice paddy fields were flooded and villagers would make entertainment by standing in the waist-deep water with the puppets performing over the water. Using large rods to support the puppets it appeared as if they were moving across the water with the puppeteers hidden behind a screen.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0317459,\"Long\":105.8535705,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Water_Puppet_Performance__11487_1530618641.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35072,\"Title\":\"Marble Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0034756,\"Long\":108.2645803,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":33844,\"Title\":\"Hoi An Central Market\",\"Description\":\"Hoi An Central Market close to the waterway is the biggest and busiest market, as locals shop here as much as vacationers. It produces fresh fish, and readymade food, this market sells clothes, crafted works and souvenirs.\",\"CurrencyType\":0,\"CityId\":36150,\"CityName\":\"Hoi An\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/36150\\/sightseeing\\/hoi_an_central_market__36150_1666007177.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35075,\"Title\":\"Bana Hills Cable Station\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0254946,\"Long\":108.0318817,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36276,\"Title\":\"Fantasy Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9972041,\"Long\":107.988763,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35120,\"Title\":\"Golden Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9950734,\"Long\":107.9963662,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35122,\"Title\":\"Ninh Phong\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":20.2180895,\"Long\":105.9642878,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35077,\"Title\":\"Nui Chua National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":11.6808793,\"Long\":109.1750571,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6373,\"Title\":\"Cathedral of Notre Dame\",\"Description\":\"It  is a cathedral located in the downtown of Ho Chi Minh City, Vietnam. Established by French colonists who initially named it Cathedrale Notre-Dame de Saigon, the cathedral was constructed between 1863 and 1880. It has two bell towers, reaching a height of 58 meters .\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7797855,\"Long\":106.6990188,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/31115\\/sightseeing\\/Cathedral_of_Notre_Dame__31115_1530687556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35125,\"Title\":\"Reunification Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.77792,\"Long\":106.6962837,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36277,\"Title\":\"War Remnants Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7795106,\"Long\":106.6920916,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35079,\"Title\":\"Mekong River Delta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.063363,\"Long\":105.5943388,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6361,\"Title\":\"Chu Chi Tunnel\",\"Description\":\"The Chu Chi Tunnels are part of a massive war museum in Ho Chi Minh. The site has over 120km of underground tunnels, with trapdoors, living areas, kitchens, storage facilities, armoury, hospitals, and command centres. After the war against the French, Vietnamese soldiers expanded the tunnels and included effective air filtration systems, which helped them survive the Chu Chi carpet-bombings\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":11.1434467,\"Long\":106.4644785,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/31115\\/sightseeing\\/chu_chi_tunnel_31115_1665574172.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":31115,\"Title\":\"Ho Chi Minh City\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":31115,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562889,\"Name\":\"Cicilia Saigon Hotel & Spa\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":31115,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35092,\"Title\":\"Ba Dinh Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0374458,\"Long\":105.8360018,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35123,\"Title\":\"Ho Chi Minh Mausoleum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0368973,\"Long\":105.8346667,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6341,\"Title\":\"One Pillar Pagoda\",\"Description\":\"The One Pillar Pagoda is a historic Buddhist temple in Hanoi. It is regarded alongside the Perfume Temple, as one of Vietnam's two most iconic temples. The temple is built of wood on a single stone pillar and it is designed to resemble a lotus blossom, which is a Buddhist symbol of purity, since a lotus blossoms in a muddy pond.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0358617,\"Long\":105.8335973,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/One_Pillar_Pagoda_11487_1530617098.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6345,\"Title\":\"Water Puppet Performance\",\"Description\":\"The world-famous Thang Long Water Puppet Theatre in Hanoi has its roots in an art form that dates back to the 11th century. The tradition of water puppet theatre stems from a time when rice paddy fields were flooded and villagers would make entertainment by standing in the waist-deep water with the puppets performing over the water. Using large rods to support the puppets it appeared as if they were moving across the water with the puppeteers hidden behind a screen.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0317459,\"Long\":105.8535705,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Water_Puppet_Performance__11487_1530618641.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35072,\"Title\":\"Marble Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0034756,\"Long\":108.2645803,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":33844,\"Title\":\"Hoi An Central Market\",\"Description\":\"Hoi An Central Market close to the waterway is the biggest and busiest market, as locals shop here as much as vacationers. It produces fresh fish, and readymade food, this market sells clothes, crafted works and souvenirs.\",\"CurrencyType\":0,\"CityId\":36150,\"CityName\":\"Hoi An\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/36150\\/sightseeing\\/hoi_an_central_market__36150_1666007177.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35075,\"Title\":\"Bana Hills Cable Station\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":16.0254946,\"Long\":108.0318817,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36276,\"Title\":\"Fantasy Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9972041,\"Long\":107.988763,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35120,\"Title\":\"Golden Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":15.9950734,\"Long\":107.9963662,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35122,\"Title\":\"Ninh Phong\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":20.2180895,\"Long\":105.9642878,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35077,\"Title\":\"Nui Chua National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30741,\"CityName\":\"Da Nang\",\"Lat\":11.6808793,\"Long\":109.1750571,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6373,\"Title\":\"Cathedral of Notre Dame\",\"Description\":\"It  is a cathedral located in the downtown of Ho Chi Minh City, Vietnam. Established by French colonists who initially named it Cathedrale Notre-Dame de Saigon, the cathedral was constructed between 1863 and 1880. It has two bell towers, reaching a height of 58 meters .\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7797855,\"Long\":106.6990188,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/31115\\/sightseeing\\/Cathedral_of_Notre_Dame__31115_1530687556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35125,\"Title\":\"Reunification Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.77792,\"Long\":106.6962837,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":36277,\"Title\":\"War Remnants Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.7795106,\"Long\":106.6920916,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35079,\"Title\":\"Mekong River Delta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":10.063363,\"Long\":105.5943388,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":6361,\"Title\":\"Chu Chi Tunnel\",\"Description\":\"The Chu Chi Tunnels are part of a massive war museum in Ho Chi Minh. The site has over 120km of underground tunnels, with trapdoors, living areas, kitchens, storage facilities, armoury, hospitals, and command centres. After the war against the French, Vietnamese soldiers expanded the tunnels and included effective air filtration systems, which helped them survive the Chu Chi carpet-bombings\",\"CurrencyType\":0,\"CityId\":31115,\"CityName\":\"Ho Chi Minh City\",\"Lat\":11.1434467,\"Long\":106.4644785,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/31115\\/sightseeing\\/chu_chi_tunnel_31115_1665574172.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"317824\",\"Title\":\"Arrival – Ha Noi\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon your arrival at Noi Bai International Airport, you will be warmly welcomed by our professional Guide and Driver. They will provide you with comfortable transportation to Hanoi, where you will embark on an enlightening Orientation City tour.<\\/p>\\r\\n\\r\\n<p>During the tour, you will have the opportunity to visit several noteworthy attractions in Hanoi. Your first stop will be at Ba Dinh Square, a historic site of great significance. Next, you will explore the renowned Ho Chi Minh Mausoleum and his former residence, gaining insights into the life of this revered leader. You will also have the chance to admire the beauty of the One Pillar Pagoda and delve into the rich history of the Temple of Literature, known as Vietnam's first university.<\\/p>\\r\\n\\r\\n<p>After the city tour, you will be transferred to your hotel for a seamless check-in process. Take some time to unwind and relax at your leisure. In the evening, you will be treated to a captivating Water Puppet Show, a traditional Vietnamese art form that combines music, storytelling, and puppetry. Following the show, you will have the opportunity to explore the vibrant Night Market, where you can immerse yourself in the local atmosphere and discover various cultural delights.<\\/p>\\r\\n\\r\\n<p>Overall, this itinerary offers an exciting and culturally enriching experience, allowing you to discover the historical and artistic treasures of Hanoi while also enjoying some leisure time.<\\/p>\\r\\n\\r\\n<p>Overnight stay at a hotel in Ha Noi<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":412810,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35092,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35123,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6341,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6342,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6345,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317825\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317826\",\"Title\":\"Ha Noi - Ha long Bay Cruise\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>After enjoying breakfast at the hotel, we will embark on a scenic journey from Hanoi to Ha Long Bay, which will take approximately 3 hours by road. Upon reaching Ha Long, we will step aboard our luxurious junk boat and savor a delightful seafood lunch while cruising amidst the breathtaking landscape of emerald green waters and hundreds of magnificent limestone formations. As we glide through the bay, we will be captivated by the captivating rock formations and the crystal-clear water that surrounds us. We will also have the opportunity to explore some of the small islets and unwind on a pristine white sandy beach before returning to the ship in preparation for dinner.<\\/p>\\r\\n\\r\\n<p>We will spend the night on board the cruise, indulging in a continental breakfast in the morning and savoring a local dinner later in the day<\\/p>\\r\\n\\r\\n<p><strong><span style="color:#e74c3c">(please note that the meals served on the cruise will be local cuisine as there is no Indian chef on board, but vegetarian options will be available).<\\/span><\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":100868,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":465697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"},{\"IsIncluded\":true,\"Id\":562868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317827\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":100868,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317828\",\"Title\":\"Ha long Bay - Da Nang\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>Begin your day by indulging in a delightful spread of coffee, tea, and breakfast pastries served in the inviting dining room. For those seeking a rejuvenating start, join a 30-minute tai chi session on the sundeck, where an instructor will guide you through this ancient practice.<\\/p>\\r\\n\\r\\n<p>As the morning unfolds, our cruise will gracefully navigate the bay, seeking out serene and secluded spots perfect for swimming or kayaking. Immerse yourself in the refreshing waters or explore the picturesque surroundings at your leisure. Afterwards, we will make our way back to the main harbor and proceed to the airport for our flight to Da Nang.<\\/p>\\r\\n\\r\\n<p>Upon arrival in Da Nang, we will seamlessly check-in to your hotel, where you will be able to relax and unwind. Enjoy a comfortable overnight stay in Da Nang, embracing the charm and comfort of your accommodation.<\\/p>\\r\\n\\r\\n<p>Meals: American Breakfast (On Cruise), Local Brunch (On Cruise) & Indian Dinner<\\/p>\\r\\n\\r\\n<p><span style="color:#e74c3c"><strong>(Meals on a cruise will be local food because on a cruise we don’t have an Indian chef. Vegetarian options are available)<\\/strong><\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":562878,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317829\",\"Title\":\"Da Nang - Hoi An\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Today, we invite you to explore the captivating Marble Mountain, a place steeped in ancient oriental philosophy representing the five fundamental elements of the universe: metal, wood, water, fire, and earth. As we arrive, you will be greeted by a mesmerizing system of caves waiting to be discovered. Additionally, from the summit of the mountain, you will be treated to a breathtaking panoramic view of Danang beach and the city.<\\/p>\\r\\n\\r\\n<p>As evening falls, we will make our way to Hoi An, where our knowledgeable guide will lead us on an enchanting exploration of the town's nighttime allure. As the clock strikes 6, the old town comes alive with the soft glow of paper lanterns adorning the streets. Delight in the opportunity to purchase exquisite candlelit paper flowers from the charming young girls dressed in traditional Vietnamese attire, the graceful "Ao Dai," donning conical hats and carrying baskets brimming with paper lanterns. Acquire some of these beautiful lanterns and release them onto the Hoai River, while making a wish for good luck and happiness.<\\/p>\\r\\n\\r\\n<p>Moreover, you will have the pleasure of witnessing the lively traditional game of Hoi An, known as "Bai choi," which attracts a bustling crowd in the evening at a spacious yard near the bridge. This will provide you with a unique and engaging experience. Additionally, you can explore the vibrant night market, where you'll find an array of handmade souvenirs to bring back for your loved ones.<\\/p>\\r\\n\\r\\n<p>Overnight stay at a hotel in Da Nang                               <\\/p>\\r\\n\\r\\n<p>Meals: Continental Breakfast and Indian Dinner<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":562878,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35072,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":33844,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317830\",\"Title\":\"Da Nang – Ba Na Hills\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Begin your day with a satisfying breakfast before embarking on a journey to Bana Hills. Experience the thrill of a cable car ride as we ascend to the Ba Na Hills station, pausing at the enchanting By Night station. Here, you will have the opportunity to explore the scenic wonders of Vong Nguyet hills, the serene Linh Ung pagoda, and the charming Old Villas of French.<\\/p>\\r\\n\\r\\n<p>Continuing our ascent by cable car, we will reach the majestic Nui Chua Mountain, the pinnacle of the Ba Na range. Marvel at the panoramic vistas from Ninh Phong top, appreciate the elegance of Le Nim Villas, and immerse yourself in the beauty of the Orchid Garden. Don't miss the chance to walk across the awe-inspiring Golden Bridge, a truly unforgettable experience.<\\/p>\\r\\n\\r\\n<p>Afterward, enjoy some leisure time to relax and partake in games at the Fantasy Theme Amusement park (most normal games and the 4D Movie are already included in your tour package, but please note that for certain games with rewards, there may be additional fees).<\\/p>\\r\\n\\r\\n<p>As the day comes to a close, we will descend via cable car, where our driver will be waiting to transfer you to a delightful restaurant for dinner. Finally, we will transport you to your hotel in Da Nang, where you can unwind and enjoy a comfortable overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":562878,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35075,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36276,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35122,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35077,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317831\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317832\",\"Title\":\"Da Nang - Ho Chi Minh City\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After enjoying a delicious breakfast, it's time to check out from the hotel as we prepare for our journey to Ho Chi Minh City. We will transfer you to the airport, where you will board a flight to Tan Son Nhat airport. Upon arrival, our friendly guide and driver will warmly welcome you.<\\/p>\\r\\n\\r\\n<p>Once settled, get ready for an orientation city tour of Ho Chi Minh City, renowned as the "Paris of the East." We will start by visiting the iconic Independence Palace, also known as the Reunification Palace, which stands on the grounds of the former Norodom Palace. This historical landmark, designed by the esteemed architect Ngo Viet Thu, holds great significance in the city's history.<\\/p>\\r\\n\\r\\n<p>We will then explore the captivating remnants of the French colonial era, including the Notre Dame Cathedral and the Central Post Office, both known for their remarkable architecture and cultural significance. These structures showcase the beautiful influence of French colonialism in the city.<\\/p>\\r\\n\\r\\n<p>To gain deeper insights into the country's turbulent past, we will visit the thought-provoking War Remnants Museum. Here, you will find a comprehensive collection that depicts the events and aftermath of the Indochina wars.<\\/p>\\r\\n\\r\\n<p>After a day filled with exploration, we will transfer you to your hotel in Ho Chi Minh City, where you can unwind and enjoy a comfortable overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31115,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":562889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6373,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35125,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36277,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317833\",\"Title\":\"Ho Chi Minh City - Mekong Delta\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>Indulge in a delightful breakfast before we embark on an exciting excursion to My Tho, the captivating capital of Tien Giang Province. Located on the banks of the scenic Mekong River, approximately 75 kilometers southeast of Ho Chi Minh City, this enchanting city is surrounded by lush orchards and verdant rice fields that supply grain to the entire country.<\\/p>\\r\\n\\r\\n<p>Our journey will take us to one or two of the idyllic islands renowned for their exquisite traditional handicrafts, such as the production of coconut candy and bee farms. Immerse yourself in the local culture as you witness these age-old crafts being practiced with skill and precision.<\\/p>\\r\\n\\r\\n<p>During our boat trip along the Mekong River, we will also have the opportunity to visit the historic Vinh Trang Pagoda, the oldest pagoda in the delta region. Admire its timeless beauty and soak in the spiritual ambiance as we explore this sacred site.<\\/p>\\r\\n\\r\\n<p>After a day filled with enriching experiences, we will return to Ho Chi Minh City, where you will enjoy a comfortable overnight stay at your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31115,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":562889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35079,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317834\",\"Title\":\"Cu Chi Tunnels  - Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After enjoying a satisfying breakfast at your hotel, we will embark on a captivating journey to the renowned Cu Chi Tunnels. These vast interconnected tunnels, located near Saigon, are part of an extensive network that stretches beneath a significant portion of Vietnam. Exploring these tunnels with a knowledgeable guide will offer a deeper understanding of their historical significance, the challenging life experienced underground, and the unwavering resilience of the Vietnamese people during times of conflict.<\\/p>\\r\\n\\r\\n<p>Originally constructed by the Viet Cong guerrillas as hiding spots to evade French air and ground operations, the tunnels later played a vital role in communication, storage, medical facilities, and living quarters for the guerrilla fighters throughout the Vietnam-American war. During our guided visit, you will have the opportunity to enter a section of the tunnels, allowing you to witness firsthand the secrets and ingenuity behind their construction.<\\/p>\\r\\n\\r\\n<p>Your guide will also unveil various mantraps used during this period, provide insights into the remnants of an American tank, and showcase numerous B52 bomb craters, showcasing the lasting impact of the conflict. Additionally, for those interested, there will be an opportunity to experience the thrill of firing an M60, M16, or AK47 rifle at the range adjacent to the tunnel complex (additional cost applies).<\\/p>\\r\\n\\r\\n<p>After immersing ourselves in this extraordinary historical site, we will transfer you to the airport for your flight back home. Reflect on the captivating memories and the rich history of Vietnam as you bid farewell to this remarkable country.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Great Memories linger while the tour ends.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.<\\/p>\\r\\n\\r\\n<p style="text-align:center">Post a review to our profile: <a href="https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review">https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review<\\/a><\\/p>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31115,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6361,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44112\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69195.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":69195,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":103792.5,\"priceExtraBed\":\"58695.00\",\"priceWithoutBed\":\"48915.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69195,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48915.3,\"CEB\":58695,\"COSTDO\":69195,\"COSTSO\":103792.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69195,\"COSTTO\":69195}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44112\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"65900.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":65900,\"priceDoubleOcc\":\"65900.00\",\"priceSingleOcc\":98850,\"priceExtraBed\":\"55900.00\",\"priceWithoutBed\":\"46586.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46586,\"CEB\":55900,\"COSTDO\":65900,\"COSTSO\":98850,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65900,\"COSTTO\":65900}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"\",\"CancellationPolicy\":\"\",\"Conditions\":\"\",\"Exclusions\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p><strong>GST if not mentioned in the rates<\\/strong><\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Anything not mentioned under Package Inclusions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Entrance fees at all monuments and sightseeing spots<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Airfare if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Travel Insurance if not mentioned in the itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>TCS @5% on total package cost <\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\",\"Inclusion\":\"<ul>\\r\\n\\t<li>\\r\\n\\t<p>Hotel Nights accommodation on twin sharing basis as per itinerary<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Meals as per hotel plan<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>Road taxes, parking fees, fuel charges, interstate taxes<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p> <\\/p>\\r\\n\",\"TravelBasics\":\"\",\"WhyUseUs\":\"\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12874\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12875\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12876\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"317824\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[317824],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317825\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[317825],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317826\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[317826],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317827\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[317827],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317828\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[317828],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317829\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317829],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317830\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317830],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317831\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317831],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317832\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317832],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317833\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[317833],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317834\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[317834],\"Remark\":[\"<p><br><\\/p>\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"364\":{\"FlightType\":1,\"AirlineName\":\"VietJet Air\",\"AirlineCode\":\"VJ-1926\",\"DepartureAirportCode\":\"AMD\",\"DepartureAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"DepartureTime\":\"23:40:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"HAN\",\"ArrivalAirportName\":\"Hanoi, VN - Noi-Bai Airport (HAN)\",\"ArrivalTime\":\"05:24:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:15\"},\"848\":{\"FlightType\":1,\"AirlineName\":\"VietJet Air\",\"AirlineCode\":\"VJ-511\",\"DepartureAirportCode\":\"HAN\",\"DepartureAirportName\":\"Hanoi, VN - Noi-Bai Airport (HAN)\",\"DepartureTime\":\"13:05:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"DAD\",\"ArrivalAirportName\":\"Da Nang, VN - Da Nang Airport (DAD)\",\"ArrivalTime\":\"14:20:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"01:15\"},\"849\":{\"FlightType\":1,\"AirlineName\":\"VietJet Air\",\"AirlineCode\":\"VJ-627\",\"DepartureAirportCode\":\"DAD\",\"DepartureAirportName\":\"Da Nang, VN - Da Nang Airport (DAD)\",\"DepartureTime\":\"11:35:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"SGN\",\"ArrivalAirportName\":\"Ho Chi Minh City, VN - Tan Son Nhut Airport (SGN)\",\"ArrivalTime\":\"12:55:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"01:20\"}},\"2\":{\"365\":{\"FlightType\":2,\"AirlineName\":\"VietJet Air\",\"AirlineCode\":\"VJ-1805\",\"DepartureAirportCode\":\"SGN\",\"DepartureAirportName\":\"Ho Chi Minh City, VN - Tan Son Nhut Airport (SGN)\",\"DepartureTime\":\"19:05:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"AMD\",\"ArrivalAirportName\":\"Ahmedabad, IN - Ahmedabad Airport (AMD)\",\"ArrivalTime\":\"22:50:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"03:15\"}}},\"FromDate\":{\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":35805,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Hanoi,HA LONG,Da Nang,Ho Chi Minh City','Hanoi,South East Asia,Vietnam,Orient,HA LONG,Da Nang,Ho Chi Minh City,Danang,Halong,Hoi An',NULL,'11487,100868,30741,31115',65900,69195,7,NULL,NULL,NULL,1,'',0,'2023-08-25 00:00:00','2023-09-03 00:00:00','2023-09-03 00:00:00',3,'Vietnam','236','2023-08-25 00:00:00','2023-08-25 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'janmashtami-vietnam-2023',NULL,NULL,NULL,0),(93,5324,6,86368,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5324\",\"VisaName\":\"singapore\",\"Nationality\":null,\"VisaAdultRates\":15000,\"VisaChildRates\":9000,\"VisaInfantRates\":7000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Singapore\",\"VisaRequired\":6,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Stamp Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10\",\"VisaValidity\":\"30\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":2,\"MarkUp\":\"10.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"5000\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":2,\"MarkUp\":\"15.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"5000\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Singapore','Singapore',NULL,'190',15000,15000,0,NULL,NULL,NULL,0,'',0,'2023-09-20 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Singapore','190','2023-09-20 13:37:51','2023-09-20 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'singapore',NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `tb_tbb2c_packages_master` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan`
--

DROP TABLE IF EXISTS `tb_traavelplan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan` (
  `TPSysId` int NOT NULL AUTO_INCREMENT,
  `code` varchar(256) NOT NULL,
  `MasterTpSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `UserSysId` int NOT NULL,
  `CustomerSysId` int NOT NULL,
  `StartDate` date NOT NULL,
  `StartCityId` int NOT NULL,
  `StartCity` varchar(36) NOT NULL,
  `EndCityId` int NOT NULL,
  `EndCity` varchar(36) NOT NULL,
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfant` int NOT NULL,
  `StartContId` int NOT NULL,
  `EndContId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `query_type` enum('1','0') NOT NULL DEFAULT '1',
  `packageName` varchar(256) NOT NULL,
  `noofNights` int NOT NULL DEFAULT '0',
  `IsCustEdit` enum('1','0') NOT NULL DEFAULT '0',
  `PlanType` int NOT NULL DEFAULT (5),
  PRIMARY KEY (`TPSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan`
--

LOCK TABLES `tb_traavelplan` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_destination`
--

DROP TABLE IF EXISTS `tb_traavelplan_destination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_destination` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `Seq` int NOT NULL,
  `NoDay` int NOT NULL,
  `CitySysId` int NOT NULL,
  `destName` varchar(100) NOT NULL,
  `StartDate` date NOT NULL,
  `EndDate` date NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_destination`
--

LOCK TABLES `tb_traavelplan_destination` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_destination` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_destination` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_hotel_selected`
--

DROP TABLE IF EXISTS `tb_traavelplan_hotel_selected`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_hotel_selected` (
  `hotelSId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `optionNo` int NOT NULL,
  `selected_hotelId` int NOT NULL,
  `price` int NOT NULL,
  `DestinationId` int NOT NULL,
  `RoomTypeId` int NOT NULL,
  `MealPlanId` int NOT NULL,
  `Adult` int NOT NULL,
  `AdultExtraBed` int NOT NULL,
  `ChildWithBed` int NOT NULL,
  `ChildWithOutBed` int NOT NULL,
  `Infent` int NOT NULL,
  `IsSelected` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `noofNights` int NOT NULL,
  `destSeq` int NOT NULL,
  PRIMARY KEY (`hotelSId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_hotel_selected`
--

LOCK TABLES `tb_traavelplan_hotel_selected` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_hotel_selected` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_hotel_selected` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_itinerary`
--

DROP TABLE IF EXISTS `tb_traavelplan_itinerary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_itinerary` (
  `it_Id` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `it_day` varchar(100) NOT NULL,
  `it_title_id` int NOT NULL DEFAULT '0',
  `it_title` varchar(100) DEFAULT NULL,
  `it_description` text,
  `cityId` int DEFAULT NULL,
  `CityName` varchar(100) DEFAULT NULL,
  `contId` int DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`it_Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_itinerary`
--

LOCK TABLES `tb_traavelplan_itinerary` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_itinerary` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_itinerary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_meals`
--

DROP TABLE IF EXISTS `tb_traavelplan_meals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_meals` (
  `mid` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `MealSysId` int NOT NULL,
  `MealName` varchar(200) DEFAULT NULL,
  `RestaurantId` int NOT NULL DEFAULT '0',
  `AreaSysId` int NOT NULL,
  `CitySysId` int NOT NULL,
  `day` int NOT NULL,
  `mealsCategory` int NOT NULL,
  `mealsType` int NOT NULL DEFAULT '0',
  `price` int NOT NULL DEFAULT '0',
  `markup` int DEFAULT NULL,
  `supplierId` int DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `AdultCost` int NOT NULL DEFAULT '0',
  `AdultMarkup` int NOT NULL DEFAULT '0',
  `ChildCost` int NOT NULL DEFAULT '0',
  `ChildMarkup` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`mid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_meals`
--

LOCK TABLES `tb_traavelplan_meals` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_meals` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_meals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_sightseeings`
--

DROP TABLE IF EXISTS `tb_traavelplan_sightseeings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_sightseeings` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `SSSysId` int NOT NULL,
  `gtxPkgId` int NOT NULL DEFAULT '0',
  `Title` varchar(500) NOT NULL,
  `CitySysId` int NOT NULL,
  `day` int NOT NULL,
  `Description` text,
  `Image` varchar(256) DEFAULT NULL,
  `sightseeingType` int NOT NULL,
  `priceType` int NOT NULL DEFAULT '0',
  `price` int NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_sightseeings`
--

LOCK TABLES `tb_traavelplan_sightseeings` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_sightseeings` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_sightseeings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_tnc`
--

DROP TABLE IF EXISTS `tb_traavelplan_tnc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_tnc` (
  `tncId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `inclusion` text NOT NULL,
  `exclusion` text NOT NULL,
  `tnc` text NOT NULL,
  `travel_basics` text NOT NULL,
  `booking_term` text NOT NULL,
  `why_choose_us` text NOT NULL,
  `cancellation_policy` text NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`tncId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_tnc`
--

LOCK TABLES `tb_traavelplan_tnc` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_tnc` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_tnc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_tnc_master`
--

DROP TABLE IF EXISTS `tb_traavelplan_tnc_master`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_tnc_master` (
  `travTncId` int NOT NULL AUTO_INCREMENT,
  `agencySysId` int NOT NULL,
  `inclusion` text NOT NULL,
  `exclusion` text NOT NULL,
  `tnc` text NOT NULL,
  `travel_basics` text NOT NULL,
  `booking_term` text NOT NULL,
  `why_choose_us` text NOT NULL,
  `cancellation_policy` text NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`travTncId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_tnc_master`
--

LOCK TABLES `tb_traavelplan_tnc_master` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_tnc_master` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_tnc_master` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_traavelplan_vehicles`
--

DROP TABLE IF EXISTS `tb_traavelplan_vehicles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_vehicles` (
  `vehicleId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `VehName` varchar(255) NOT NULL,
  `RouteName` varchar(255) NOT NULL,
  `Capacity` int NOT NULL,
  `Noofnights` int NOT NULL,
  `count_cost` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfent` int NOT NULL,
  `RouteVechSysId` int NOT NULL,
  `VehicleSysId` int NOT NULL,
  `StartCitySysId` int NOT NULL,
  `DestCityId` int NOT NULL,
  `VehSysId` int NOT NULL,
  `SEQ` int NOT NULL,
  `CityName` varchar(64) NOT NULL,
  `EndCityName` varchar(64) NOT NULL,
  `RouteSysId` int NOT NULL,
  `TransType` varchar(255) NOT NULL,
  `TransTypeCat` varchar(255) NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `selected_quantity` int NOT NULL,
  PRIMARY KEY (`vehicleId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_vehicles`
--

LOCK TABLES `tb_traavelplan_vehicles` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_vehicles` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_vehicles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_transport_route`
--

DROP TABLE IF EXISTS `tb_transport_route`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_transport_route` (
  `transport_route_id` int NOT NULL AUTO_INCREMENT,
  `RouteSysId` bigint DEFAULT NULL,
  `RouteName` varchar(250) DEFAULT NULL,
  `SupplierSysId` bigint DEFAULT NULL,
  `Title` varchar(250) DEFAULT NULL,
  `Description` varchar(500) DEFAULT NULL,
  `StartCitySysId` bigint DEFAULT NULL,
  `Noofnights` int DEFAULT NULL,
  `CityName` varchar(50) DEFAULT NULL,
  `EndCityName` varchar(50) DEFAULT NULL,
  `category` text,
  `cityIncludes` text,
  `SSIncludes` text,
  `EndCitySysId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`transport_route_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_transport_route`
--

LOCK TABLES `tb_transport_route` WRITE;
/*!40000 ALTER TABLE `tb_transport_route` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_transport_route` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_travelplan_hotel`
--

DROP TABLE IF EXISTS `tb_travelplan_hotel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_travelplan_hotel` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `HotelId` int NOT NULL,
  `hotelName` varchar(256) NOT NULL,
  `DestinationId` int NOT NULL,
  `RoomTypeId` int NOT NULL,
  `MealPlanId` int NOT NULL,
  `Adult` int NOT NULL,
  `AdultExtraBed` int NOT NULL,
  `ChildWithBed` int NOT NULL,
  `ChildWithOutBed` int NOT NULL,
  `Infent` int NOT NULL,
  `IsSelected` enum('0','1') NOT NULL,
  `TpsysId` int NOT NULL,
  `destsysId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `noofNights` int NOT NULL,
  `destSeq` int NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_travelplan_hotel`
--

LOCK TABLES `tb_travelplan_hotel` WRITE;
/*!40000 ALTER TABLE `tb_travelplan_hotel` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_travelplan_hotel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_whychooseus`
--

DROP TABLE IF EXISTS `tb_whychooseus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_whychooseus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `status` enum('1','0') NOT NULL,
  `isDisplayOnHome` enum('1','0') NOT NULL,
  `image` varchar(200) NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_whychooseus`
--

LOCK TABLES `tb_whychooseus` WRITE;
/*!40000 ALTER TABLE `tb_whychooseus` DISABLE KEYS */;
INSERT INTO `tb_whychooseus` VALUES (12,'Competitive Pricing','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','12_1672815323.png','0'),(13,'Worldwide Coverage','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','13_1672815314.png','0'),(14,'Fast Booking','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','14_1672815306.png','0'),(15,'Guided Tours','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','15_1672815298.png','0');
/*!40000 ALTER TABLE `tb_whychooseus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_agency`
--

DROP TABLE IF EXISTS `tbl_about_agency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_agency` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `icon` varchar(256) NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_agency`
--

LOCK TABLES `tbl_about_agency` WRITE;
/*!40000 ALTER TABLE `tbl_about_agency` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_about_agency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_indoasia`
--

DROP TABLE IF EXISTS `tbl_about_indoasia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_indoasia` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_indoasia`
--

LOCK TABLES `tbl_about_indoasia` WRITE;
/*!40000 ALTER TABLE `tbl_about_indoasia` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_about_indoasia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_yit`
--

DROP TABLE IF EXISTS `tbl_about_yit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_yit` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_yit`
--

LOCK TABLES `tbl_about_yit` WRITE;
/*!40000 ALTER TABLE `tbl_about_yit` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_about_yit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_accolades_awards`
--

DROP TABLE IF EXISTS `tbl_accolades_awards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_accolades_awards` (
  `AwardId` int NOT NULL AUTO_INCREMENT,
  `AwardTitle` varchar(100) NOT NULL,
  `AwardImage` varchar(256) NOT NULL,
  `AwardDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`AwardId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_accolades_awards`
--

LOCK TABLES `tbl_accolades_awards` WRITE;
/*!40000 ALTER TABLE `tbl_accolades_awards` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_accolades_awards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_accreditations_client`
--

DROP TABLE IF EXISTS `tbl_accreditations_client`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_accreditations_client` (
  `ClientId` int NOT NULL AUTO_INCREMENT,
  `AccreditationsTitle` text NOT NULL,
  `AccreditationsImage` varchar(100) NOT NULL,
  `ClientImages` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`ClientId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_accreditations_client`
--

LOCK TABLES `tbl_accreditations_client` WRITE;
/*!40000 ALTER TABLE `tbl_accreditations_client` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_accreditations_client` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_agent_query`
--

DROP TABLE IF EXISTS `tbl_agent_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_agent_query` (
  `queryId` int NOT NULL AUTO_INCREMENT,
  `code` text NOT NULL,
  `MasterTpSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `UserSysId` int NOT NULL,
  `StartDate` datetime NOT NULL,
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfant` int NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `packageName` varchar(256) NOT NULL,
  `noofNights` int NOT NULL,
  `Destination` varchar(256) NOT NULL,
  PRIMARY KEY (`queryId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_agent_query`
--

LOCK TABLES `tbl_agent_query` WRITE;
/*!40000 ALTER TABLE `tbl_agent_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_agent_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_airline_support`
--

DROP TABLE IF EXISTS `tbl_airline_support`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_airline_support` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `airlinecode` varchar(20) NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `address1` varchar(250) DEFAULT NULL,
  `address2` varchar(250) DEFAULT NULL,
  `phoneno` varchar(50) DEFAULT NULL,
  `mobileno` varchar(50) DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_airline_support`
--

LOCK TABLES `tbl_airline_support` WRITE;
/*!40000 ALTER TABLE `tbl_airline_support` DISABLE KEYS */;
INSERT INTO `tbl_airline_support` VALUES (32,'9H','','<p>dsfsdfs</p>\r\n','<p>dsfsdfs</p>\r\n','999988','77777777777','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(33,'9W','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(34,'AA','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(35,'AC','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(36,'AF','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(37,'AI','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(38,'AK','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(39,'AY','','','','','','0','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(40,'AZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(41,'B3','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(42,'BA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(43,'CO','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(44,'CX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(45,'CZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(46,'D7','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(47,'DL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(48,'DN','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(49,'EK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(50,'ET','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(51,'EY','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(52,'FD','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(53,'FI','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(54,'FR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(55,'FZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(56,'G8','G8.png','C-1, Wadia International Centre (WIC), Pandurang Budhkar Marg, Worli, Mumbai 400 025, India','C-1, Wadia International Centre (WIC), Pandurang Budhkar Marg, Worli, Mumbai 400 025, India','022 6741 0000','022 6868 6000','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(57,'G9','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(58,'GF','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(59,'H1','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(60,'HQ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(61,'I5','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(62,'I7','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(63,'IC','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(64,'IT','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(65,'IX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(66,'J9','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(67,'JL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(68,'KC','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(69,'KL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(70,'KU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(71,'LB','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(72,'LH','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(73,'LX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(74,'MH','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(75,'MU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(76,'noimage','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(77,'OS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(78,'PG','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(79,'PR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(80,'PS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(81,'QF','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(82,'QR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(83,'QZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(84,'RA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(85,'SG','','A-74, Sweetball Business Center BAY, 108, Sector 63, Noida, Uttar Pradesh 201301','','222222222','44444444','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(86,'SK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(87,'SN','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(88,'SQ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(89,'SU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(90,'SV','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(91,'TG','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(92,'TK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(93,'U2','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(94,'UA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(95,'UK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(96,'UL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(97,'VS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(98,'WY','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(99,'Z5','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(100,'ZS','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(101,'6E','6E.png','indigo','indigo','01200000','0120122333','0','0','1','2021-12-10 07:15:55','2021-12-10 07:15:55'),(102,'AccesRail_1516864292','','','','','','0','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43'),(103,'royal_air_cambodge','','','','','','1','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43'),(104,'zuliana_de_aviacian','','','','','','1','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43'),(105,'9I','','','','','','1','0','1','2023-02-01 13:57:31','2023-02-01 13:57:31');
/*!40000 ALTER TABLE `tbl_airline_support` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_all_continent`
--

DROP TABLE IF EXISTS `tbl_all_continent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_all_continent` (
  `ContinentId` int NOT NULL AUTO_INCREMENT,
  `ContinentTitle` varchar(256) NOT NULL,
  `ContinentLabel` varchar(256) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `UpdateDate` datetime NOT NULL,
  `orderOfAppearance` int NOT NULL,
  PRIMARY KEY (`ContinentId`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_all_continent`
--

LOCK TABLES `tbl_all_continent` WRITE;
/*!40000 ALTER TABLE `tbl_all_continent` DISABLE KEYS */;
INSERT INTO `tbl_all_continent` VALUES (1,'Middle East','middle-east','1','2020-01-27 17:16:14',5),(2,'Asia','asia','1','2019-10-04 11:59:03',4),(3,'Europe','europe','1','2019-04-15 17:37:27',3),(4,'India','india','1','2020-02-12 16:33:30',1),(5,'North America','north-america','1','2020-01-31 13:19:37',8),(6,'Eurasia','eurasia','1','2020-01-28 13:02:55',6),(7,'United Kingdom','united-kingdom','1','2020-01-27 17:15:48',2),(8,'Oceania','oceania','1','2020-03-19 18:24:39',7);
/*!40000 ALTER TABLE `tbl_all_continent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_available_destination`
--

DROP TABLE IF EXISTS `tbl_available_destination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_available_destination` (
  `id` int NOT NULL AUTO_INCREMENT,
  `source` varchar(100) NOT NULL,
  `Destination` varchar(100) DEFAULT NULL,
  `Origin` varchar(100) DEFAULT NULL,
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1427 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_available_destination`
--

LOCK TABLES `tbl_available_destination` WRITE;
/*!40000 ALTER TABLE `tbl_available_destination` DISABLE KEYS */;
INSERT INTO `tbl_available_destination` VALUES (1148,'air_iq','BLR','AMD',0,'2023-11-02 23:38:44','2023-11-02 23:38:44'),(1149,'air_iq','BOM','AMD',0,'2023-11-02 23:38:45','2023-11-02 23:38:45'),(1150,'air_iq','DED','AMD',0,'2023-11-02 23:38:46','2023-11-02 23:38:46'),(1151,'air_iq','DEL','AMD',0,'2023-11-02 23:38:46','2023-11-02 23:38:46'),(1152,'air_iq','DXB','AMD',0,'2023-11-02 23:38:47','2023-11-02 23:38:47'),(1153,'air_iq','GOI','AMD',0,'2023-11-02 23:38:48','2023-11-02 23:38:48'),(1154,'air_iq','GOX','AMD',0,'2023-11-02 23:38:48','2023-11-02 23:38:48'),(1155,'air_iq','IXB','AMD',0,'2023-11-02 23:38:49','2023-11-02 23:38:49'),(1156,'air_iq','IXC','AMD',0,'2023-11-02 23:38:50','2023-11-02 23:38:50'),(1157,'air_iq','JAI','AMD',0,'2023-11-02 23:38:50','2023-11-02 23:38:50'),(1158,'air_iq','MAA','AMD',0,'2023-11-02 23:38:51','2023-11-02 23:38:51'),(1159,'air_iq','PAT','AMD',0,'2023-11-02 23:38:52','2023-11-02 23:38:52'),(1160,'air_iq','PNQ','AMD',0,'2023-11-02 23:38:53','2023-11-02 23:38:53'),(1161,'air_iq','VNS','AMD',0,'2023-11-02 23:38:53','2023-11-02 23:38:53'),(1162,'air_iq','DEL','ATQ',0,'2023-11-02 23:38:54','2023-11-02 23:38:54'),(1163,'air_iq','JAI','ATQ',0,'2023-11-02 23:38:55','2023-11-02 23:38:55'),(1164,'air_iq','PAT','ATQ',0,'2023-11-02 23:38:55','2023-11-02 23:38:55'),(1165,'air_iq','BLR','BBI',0,'2023-11-02 23:38:56','2023-11-02 23:38:56'),(1166,'air_iq','CCU','BBI',0,'2023-11-02 23:38:57','2023-11-02 23:38:57'),(1167,'air_iq','PNQ','BBI',0,'2023-11-02 23:38:58','2023-11-02 23:38:58'),(1168,'air_iq','PNQ','BHU',0,'2023-11-02 23:38:58','2023-11-02 23:38:58'),(1169,'air_iq','BOM','BKK',0,'2023-11-02 23:38:59','2023-11-02 23:38:59'),(1170,'air_iq','CCU','BKK',0,'2023-11-02 23:39:00','2023-11-02 23:39:00'),(1171,'air_iq','DEL','BKK',0,'2023-11-02 23:39:00','2023-11-02 23:39:00'),(1172,'air_iq','AMD','BLR',0,'2023-11-02 23:39:01','2023-11-02 23:39:01'),(1173,'air_iq','BBI','BLR',0,'2023-11-02 23:39:02','2023-11-02 23:39:02'),(1174,'air_iq','BOM','BLR',0,'2023-11-02 23:39:02','2023-11-02 23:39:02'),(1175,'air_iq','CCU','BLR',0,'2023-11-02 23:39:03','2023-11-02 23:39:03'),(1176,'air_iq','CJB','BLR',0,'2023-11-02 23:39:04','2023-11-02 23:39:04'),(1177,'air_iq','COK','BLR',0,'2023-11-02 23:39:04','2023-11-02 23:39:04'),(1178,'air_iq','DBR','BLR',0,'2023-11-02 23:39:05','2023-11-02 23:39:05'),(1179,'air_iq','DEL','BLR',0,'2023-11-02 23:39:06','2023-11-02 23:39:06'),(1180,'air_iq','DPS','BLR',0,'2023-11-02 23:39:07','2023-11-02 23:39:07'),(1181,'air_iq','GAU','BLR',0,'2023-11-02 23:39:07','2023-11-02 23:39:07'),(1182,'air_iq','GOI','BLR',0,'2023-11-02 23:39:08','2023-11-02 23:39:08'),(1183,'air_iq','GOX','BLR',0,'2023-11-02 23:39:08','2023-11-02 23:39:08'),(1184,'air_iq','GWL','BLR',0,'2023-11-02 23:39:09','2023-11-02 23:39:09'),(1185,'air_iq','IXB','BLR',0,'2023-11-02 23:39:10','2023-11-02 23:39:10'),(1186,'air_iq','IXR','BLR',0,'2023-11-02 23:39:10','2023-11-02 23:39:10'),(1187,'air_iq','IXZ','BLR',0,'2023-11-02 23:39:11','2023-11-02 23:39:11'),(1188,'air_iq','JAI','BLR',0,'2023-11-02 23:39:12','2023-11-02 23:39:12'),(1189,'air_iq','LKO','BLR',0,'2023-11-02 23:39:12','2023-11-02 23:39:12'),(1190,'air_iq','MAA','BLR',0,'2023-11-02 23:39:13','2023-11-02 23:39:13'),(1191,'air_iq','PAT','BLR',0,'2023-11-02 23:39:13','2023-11-02 23:39:13'),(1192,'air_iq','PNQ','BLR',0,'2023-11-02 23:39:14','2023-11-02 23:39:14'),(1193,'air_iq','SAG','BLR',0,'2023-11-02 23:39:15','2023-11-02 23:39:15'),(1194,'air_iq','UDR','BLR',0,'2023-11-02 23:39:15','2023-11-02 23:39:15'),(1195,'air_iq','VNS','BLR',0,'2023-11-02 23:39:16','2023-11-02 23:39:16'),(1196,'air_iq','AMD','BOM',0,'2023-11-02 23:39:16','2023-11-02 23:39:16'),(1197,'air_iq','BHU','BOM',0,'2023-11-02 23:39:17','2023-11-02 23:39:17'),(1198,'air_iq','BKK','BOM',0,'2023-11-02 23:39:18','2023-11-02 23:39:18'),(1199,'air_iq','BLR','BOM',0,'2023-11-02 23:39:18','2023-11-02 23:39:18'),(1200,'air_iq','CCU','BOM',0,'2023-11-02 23:39:19','2023-11-02 23:39:19'),(1201,'air_iq','COK','BOM',0,'2023-11-02 23:39:19','2023-11-02 23:39:19'),(1202,'air_iq','DBR','BOM',0,'2023-11-02 23:39:20','2023-11-02 23:39:20'),(1203,'air_iq','DEL','BOM',0,'2023-11-02 23:39:20','2023-11-02 23:39:20'),(1204,'air_iq','DPS','BOM',0,'2023-11-02 23:39:21','2023-11-02 23:39:21'),(1205,'air_iq','DXB','BOM',0,'2023-11-02 23:39:22','2023-11-02 23:39:22'),(1206,'air_iq','GAU','BOM',0,'2023-11-02 23:39:22','2023-11-02 23:39:22'),(1207,'air_iq','GOI','BOM',0,'2023-11-02 23:39:23','2023-11-02 23:39:23'),(1208,'air_iq','GOP','BOM',0,'2023-11-02 23:39:24','2023-11-02 23:39:24'),(1209,'air_iq','GOX','BOM',0,'2023-11-02 23:39:26','2023-11-02 23:39:26'),(1210,'air_iq','GWL','BOM',0,'2023-11-02 23:39:27','2023-11-02 23:39:27'),(1211,'air_iq','HYD','BOM',0,'2023-11-02 23:39:27','2023-11-02 23:39:27'),(1212,'air_iq','IXB','BOM',0,'2023-11-02 23:39:28','2023-11-02 23:39:28'),(1213,'air_iq','IXR','BOM',0,'2023-11-02 23:39:28','2023-11-02 23:39:28'),(1214,'air_iq','JAI','BOM',0,'2023-11-02 23:39:29','2023-11-02 23:39:29'),(1215,'air_iq','JDH','BOM',0,'2023-11-02 23:39:30','2023-11-02 23:39:30'),(1216,'air_iq','LKO','BOM',0,'2023-11-02 23:39:30','2023-11-02 23:39:30'),(1217,'air_iq','MAA','BOM',0,'2023-11-02 23:39:31','2023-11-02 23:39:31'),(1218,'air_iq','PAT','BOM',0,'2023-11-02 23:39:32','2023-11-02 23:39:32'),(1219,'air_iq','RDP','BOM',0,'2023-11-02 23:39:32','2023-11-02 23:39:32'),(1220,'air_iq','SXR','BOM',0,'2023-11-02 23:39:33','2023-11-02 23:39:33'),(1221,'air_iq','TIR','BOM',0,'2023-11-02 23:39:34','2023-11-02 23:39:34'),(1222,'air_iq','VNS','BOM',0,'2023-11-02 23:39:34','2023-11-02 23:39:34'),(1223,'air_iq','AJL','CCU',0,'2023-11-02 23:39:35','2023-11-02 23:39:35'),(1224,'air_iq','AMD','CCU',0,'2023-11-02 23:39:36','2023-11-02 23:39:36'),(1225,'air_iq','BKK','CCU',0,'2023-11-02 23:39:37','2023-11-02 23:39:37'),(1226,'air_iq','BLR','CCU',0,'2023-11-02 23:39:37','2023-11-02 23:39:37'),(1227,'air_iq','BOM','CCU',0,'2023-11-02 23:39:38','2023-11-02 23:39:38'),(1228,'air_iq','DAC','CCU',0,'2023-11-02 23:39:39','2023-11-02 23:39:39'),(1229,'air_iq','DEL','CCU',0,'2023-11-02 23:39:39','2023-11-02 23:39:39'),(1230,'air_iq','DXB','CCU',0,'2023-11-02 23:39:40','2023-11-02 23:39:40'),(1231,'air_iq','GAU','CCU',0,'2023-11-02 23:39:41','2023-11-02 23:39:41'),(1232,'air_iq','GOI','CCU',0,'2023-11-02 23:39:42','2023-11-02 23:39:42'),(1233,'air_iq','GOX','CCU',0,'2023-11-02 23:39:42','2023-11-02 23:39:42'),(1234,'air_iq','HYD','CCU',0,'2023-11-02 23:39:43','2023-11-02 23:39:43'),(1235,'air_iq','IXB','CCU',0,'2023-11-02 23:39:44','2023-11-02 23:39:44'),(1236,'air_iq','IXS','CCU',0,'2023-11-02 23:39:45','2023-11-02 23:39:45'),(1237,'air_iq','IXZ','CCU',0,'2023-11-02 23:39:46','2023-11-02 23:39:46'),(1238,'air_iq','JAI','CCU',0,'2023-11-02 23:39:47','2023-11-02 23:39:47'),(1239,'air_iq','MAA','CCU',0,'2023-11-02 23:39:48','2023-11-02 23:39:48'),(1240,'air_iq','PAT','CCU',0,'2023-11-02 23:39:48','2023-11-02 23:39:48'),(1241,'air_iq','PNQ','CCU',0,'2023-11-02 23:39:49','2023-11-02 23:39:49'),(1242,'air_iq','PYG','CCU',0,'2023-11-02 23:39:50','2023-11-02 23:39:50'),(1243,'air_iq','SHL','CCU',0,'2023-11-02 23:39:51','2023-11-02 23:39:51'),(1244,'air_iq','TEZ','CCU',0,'2023-11-02 23:39:51','2023-11-02 23:39:51'),(1245,'air_iq','VNS','CCU',0,'2023-11-02 23:39:52','2023-11-02 23:39:52'),(1246,'air_iq','VTZ','CCU',0,'2023-11-02 23:39:52','2023-11-02 23:39:52'),(1247,'air_iq','BLR','COK',0,'2023-11-02 23:39:53','2023-11-02 23:39:53'),(1248,'air_iq','BOM','COK',0,'2023-11-02 23:39:54','2023-11-02 23:39:54'),(1249,'air_iq','DEL','COK',0,'2023-11-02 23:39:54','2023-11-02 23:39:54'),(1250,'air_iq','CCU','DAC',0,'2023-11-02 23:39:55','2023-11-02 23:39:55'),(1251,'air_iq','BLR','DBR',0,'2023-11-02 23:39:55','2023-11-02 23:39:55'),(1252,'air_iq','BOM','DBR',0,'2023-11-02 23:39:57','2023-11-02 23:39:57'),(1253,'air_iq','DEL','DBR',0,'2023-11-02 23:39:57','2023-11-02 23:39:57'),(1254,'air_iq','AMD','DED',0,'2023-11-02 23:39:58','2023-11-02 23:39:58'),(1255,'air_iq','AMD','DEL',0,'2023-11-02 23:39:58','2023-11-02 23:39:58'),(1256,'air_iq','BKK','DEL',0,'2023-11-02 23:40:00','2023-11-02 23:40:00'),(1257,'air_iq','BLR','DEL',0,'2023-11-02 23:40:01','2023-11-02 23:40:01'),(1258,'air_iq','BOM','DEL',0,'2023-11-02 23:40:01','2023-11-02 23:40:01'),(1259,'air_iq','CCU','DEL',0,'2023-11-02 23:40:02','2023-11-02 23:40:02'),(1260,'air_iq','DBR','DEL',0,'2023-11-02 23:40:03','2023-11-02 23:40:03'),(1261,'air_iq','DHM','DEL',0,'2023-11-02 23:40:04','2023-11-02 23:40:04'),(1262,'air_iq','DXB','DEL',0,'2023-11-02 23:40:05','2023-11-02 23:40:05'),(1263,'air_iq','GAU','DEL',0,'2023-11-02 23:40:06','2023-11-02 23:40:06'),(1264,'air_iq','GOI','DEL',0,'2023-11-02 23:40:06','2023-11-02 23:40:06'),(1265,'air_iq','GOP','DEL',0,'2023-11-02 23:40:07','2023-11-02 23:40:07'),(1266,'air_iq','GOX','DEL',0,'2023-11-02 23:40:07','2023-11-02 23:40:07'),(1267,'air_iq','HJR','DEL',0,'2023-11-02 23:40:08','2023-11-02 23:40:08'),(1268,'air_iq','HSR','DEL',0,'2023-11-02 23:40:09','2023-11-02 23:40:09'),(1269,'air_iq','HYD','DEL',0,'2023-11-02 23:40:10','2023-11-02 23:40:10'),(1270,'air_iq','IXB','DEL',0,'2023-11-02 23:40:11','2023-11-02 23:40:11'),(1271,'air_iq','IXJ','DEL',0,'2023-11-02 23:40:11','2023-11-02 23:40:11'),(1272,'air_iq','IXL','DEL',0,'2023-11-02 23:40:13','2023-11-02 23:40:13'),(1273,'air_iq','IXR','DEL',0,'2023-11-02 23:40:14','2023-11-02 23:40:14'),(1274,'air_iq','IXY','DEL',0,'2023-11-02 23:40:15','2023-11-02 23:40:15'),(1275,'air_iq','JAI','DEL',0,'2023-11-02 23:40:15','2023-11-02 23:40:15'),(1276,'air_iq','JDH','DEL',0,'2023-11-02 23:40:16','2023-11-02 23:40:16'),(1277,'air_iq','JRG','DEL',0,'2023-11-02 23:40:17','2023-11-02 23:40:17'),(1278,'air_iq','KBK','DEL',0,'2023-11-02 23:40:17','2023-11-02 23:40:17'),(1279,'air_iq','KWI','DEL',0,'2023-11-02 23:40:18','2023-11-02 23:40:18'),(1280,'air_iq','MAA','DEL',0,'2023-11-02 23:40:19','2023-11-02 23:40:19'),(1281,'air_iq','MLE','DEL',0,'2023-11-02 23:40:19','2023-11-02 23:40:19'),(1282,'air_iq','PAT','DEL',0,'2023-11-02 23:40:20','2023-11-02 23:40:20'),(1283,'air_iq','PNQ','DEL',0,'2023-11-02 23:40:21','2023-11-02 23:40:21'),(1284,'air_iq','PYG','DEL',0,'2023-11-02 23:40:22','2023-11-02 23:40:22'),(1285,'air_iq','RUH','DEL',0,'2023-11-02 23:40:23','2023-11-02 23:40:23'),(1286,'air_iq','SAG','DEL',0,'2023-11-02 23:40:24','2023-11-02 23:40:24'),(1287,'air_iq','STV','DEL',0,'2023-11-02 23:40:25','2023-11-02 23:40:25'),(1288,'air_iq','SXR','DEL',0,'2023-11-02 23:40:25','2023-11-02 23:40:25'),(1289,'air_iq','VNS','DEL',0,'2023-11-02 23:40:26','2023-11-02 23:40:26'),(1290,'air_iq','DEL','DHM',0,'2023-11-02 23:40:26','2023-11-02 23:40:26'),(1291,'air_iq','AMD','DXB',0,'2023-11-02 23:40:28','2023-11-02 23:40:28'),(1292,'air_iq','BOM','DXB',0,'2023-11-02 23:40:29','2023-11-02 23:40:29'),(1293,'air_iq','DEL','DXB',0,'2023-11-02 23:40:29','2023-11-02 23:40:29'),(1294,'air_iq','BLR','GAU',0,'2023-11-02 23:40:30','2023-11-02 23:40:30'),(1295,'air_iq','BOM','GAU',0,'2023-11-02 23:40:30','2023-11-02 23:40:30'),(1296,'air_iq','CCU','GAU',0,'2023-11-02 23:40:31','2023-11-02 23:40:31'),(1297,'air_iq','DEL','GAU',0,'2023-11-02 23:40:32','2023-11-02 23:40:32'),(1298,'air_iq','IXA','GAU',0,'2023-11-02 23:40:32','2023-11-02 23:40:32'),(1299,'air_iq','IXB','GAU',0,'2023-11-02 23:40:33','2023-11-02 23:40:33'),(1300,'air_iq','JAI','GAU',0,'2023-11-02 23:40:34','2023-11-02 23:40:34'),(1301,'air_iq','MAA','GAU',0,'2023-11-02 23:40:34','2023-11-02 23:40:34'),(1302,'air_iq','RDP','GAU',0,'2023-11-02 23:40:35','2023-11-02 23:40:35'),(1303,'air_iq','VNS','GAU',0,'2023-11-02 23:40:35','2023-11-02 23:40:35'),(1304,'air_iq','AMD','GOI',0,'2023-11-02 23:40:36','2023-11-02 23:40:36'),(1305,'air_iq','BLR','GOI',0,'2023-11-02 23:40:37','2023-11-02 23:40:37'),(1306,'air_iq','BOM','GOI',0,'2023-11-02 23:40:37','2023-11-02 23:40:37'),(1307,'air_iq','CCU','GOI',0,'2023-11-02 23:40:38','2023-11-02 23:40:38'),(1308,'air_iq','DEL','GOI',0,'2023-11-02 23:40:39','2023-11-02 23:40:39'),(1309,'air_iq','PNQ','GOI',0,'2023-11-02 23:40:40','2023-11-02 23:40:40'),(1310,'air_iq','STV','GOI',0,'2023-11-02 23:40:41','2023-11-02 23:40:41'),(1311,'air_iq','BOM','GOP',0,'2023-11-02 23:40:41','2023-11-02 23:40:41'),(1312,'air_iq','DEL','GOP',0,'2023-11-02 23:40:42','2023-11-02 23:40:42'),(1313,'air_iq','VNS','GOP',0,'2023-11-02 23:40:42','2023-11-02 23:40:42'),(1314,'air_iq','AMD','GOX',0,'2023-11-02 23:40:43','2023-11-02 23:40:43'),(1315,'air_iq','BLR','GOX',0,'2023-11-02 23:40:44','2023-11-02 23:40:44'),(1316,'air_iq','BOM','GOX',0,'2023-11-02 23:40:45','2023-11-02 23:40:45'),(1317,'air_iq','CCU','GOX',0,'2023-11-02 23:40:46','2023-11-02 23:40:46'),(1318,'air_iq','DEL','GOX',0,'2023-11-02 23:40:46','2023-11-02 23:40:46'),(1319,'air_iq','HYD','GOX',0,'2023-11-02 23:40:47','2023-11-02 23:40:47'),(1320,'air_iq','PNQ','GOX',0,'2023-11-02 23:40:47','2023-11-02 23:40:47'),(1321,'air_iq','BLR','GWL',0,'2023-11-02 23:40:48','2023-11-02 23:40:48'),(1322,'air_iq','BOM','GWL',0,'2023-11-02 23:40:49','2023-11-02 23:40:49'),(1323,'air_iq','DEL','HJR',0,'2023-11-02 23:40:49','2023-11-02 23:40:49'),(1324,'air_iq','DEL','HSR',0,'2023-11-02 23:40:50','2023-11-02 23:40:50'),(1325,'air_iq','BOM','HYD',0,'2023-11-02 23:40:51','2023-11-02 23:40:51'),(1326,'air_iq','CCU','HYD',0,'2023-11-02 23:40:51','2023-11-02 23:40:51'),(1327,'air_iq','COK','HYD',0,'2023-11-02 23:40:52','2023-11-02 23:40:52'),(1328,'air_iq','DEL','HYD',0,'2023-11-02 23:40:53','2023-11-02 23:40:53'),(1329,'air_iq','GOX','HYD',0,'2023-11-02 23:40:54','2023-11-02 23:40:54'),(1330,'air_iq','MAA','HYD',0,'2023-11-02 23:40:56','2023-11-02 23:40:56'),(1331,'air_iq','PAT','HYD',0,'2023-11-02 23:40:57','2023-11-02 23:40:57'),(1332,'air_iq','TIR','HYD',0,'2023-11-02 23:40:57','2023-11-02 23:40:57'),(1333,'air_iq','VNS','HYD',0,'2023-11-02 23:40:58','2023-11-02 23:40:58'),(1334,'air_iq','DEL','ISK',0,'2023-11-02 23:40:58','2023-11-02 23:40:58'),(1335,'air_iq','GAU','IXA',0,'2023-11-02 23:40:59','2023-11-02 23:40:59'),(1336,'air_iq','AMD','IXB',0,'2023-11-02 23:41:00','2023-11-02 23:41:00'),(1337,'air_iq','BLR','IXB',0,'2023-11-02 23:41:01','2023-11-02 23:41:01'),(1338,'air_iq','BOM','IXB',0,'2023-11-02 23:41:02','2023-11-02 23:41:02'),(1339,'air_iq','CCU','IXB',0,'2023-11-02 23:41:02','2023-11-02 23:41:02'),(1340,'air_iq','DEL','IXB',0,'2023-11-02 23:41:03','2023-11-02 23:41:03'),(1341,'air_iq','GAU','IXB',0,'2023-11-02 23:41:03','2023-11-02 23:41:03'),(1342,'air_iq','MAA','IXB',0,'2023-11-02 23:41:04','2023-11-02 23:41:04'),(1343,'air_iq','AMD','IXC',0,'2023-11-02 23:41:05','2023-11-02 23:41:05'),(1344,'air_iq','DEL','IXJ',0,'2023-11-02 23:41:05','2023-11-02 23:41:05'),(1345,'air_iq','SXR','IXJ',0,'2023-11-02 23:41:06','2023-11-02 23:41:06'),(1346,'air_iq','DEL','IXL',0,'2023-11-02 23:41:06','2023-11-02 23:41:06'),(1347,'air_iq','BLR','IXR',0,'2023-11-02 23:41:07','2023-11-02 23:41:07'),(1348,'air_iq','BOM','IXR',0,'2023-11-02 23:41:08','2023-11-02 23:41:08'),(1349,'air_iq','DEL','IXR',0,'2023-11-02 23:41:09','2023-11-02 23:41:09'),(1350,'air_iq','CCU','IXS',0,'2023-11-02 23:41:10','2023-11-02 23:41:10'),(1351,'air_iq','GAU','IXS',0,'2023-11-02 23:41:10','2023-11-02 23:41:10'),(1352,'air_iq','CCU','IXZ',0,'2023-11-02 23:41:11','2023-11-02 23:41:11'),(1353,'air_iq','MAA','IXZ',0,'2023-11-02 23:41:11','2023-11-02 23:41:11'),(1354,'air_iq','AMD','JAI',0,'2023-11-02 23:41:12','2023-11-02 23:41:12'),(1355,'air_iq','BLR','JAI',0,'2023-11-02 23:41:13','2023-11-02 23:41:13'),(1356,'air_iq','BOM','JAI',0,'2023-11-02 23:41:13','2023-11-02 23:41:13'),(1357,'air_iq','CCU','JAI',0,'2023-11-02 23:41:14','2023-11-02 23:41:14'),(1358,'air_iq','DEL','JAI',0,'2023-11-02 23:41:14','2023-11-02 23:41:14'),(1359,'air_iq','GAU','JAI',0,'2023-11-02 23:41:15','2023-11-02 23:41:15'),(1360,'air_iq','STV','JAI',0,'2023-11-02 23:41:17','2023-11-02 23:41:17'),(1361,'air_iq','VNS','JAI',0,'2023-11-02 23:41:17','2023-11-02 23:41:17'),(1362,'air_iq','BLR','JDH',0,'2023-11-02 23:41:18','2023-11-02 23:41:18'),(1363,'air_iq','BOM','JDH',0,'2023-11-02 23:41:19','2023-11-02 23:41:19'),(1364,'air_iq','DEL','JDH',0,'2023-11-02 23:41:19','2023-11-02 23:41:19'),(1365,'air_iq','DEL','JED',0,'2023-11-02 23:41:20','2023-11-02 23:41:20'),(1366,'air_iq','DEL','JRG',0,'2023-11-02 23:41:21','2023-11-02 23:41:21'),(1367,'air_iq','HYD','JRG',0,'2023-11-02 23:41:22','2023-11-02 23:41:22'),(1368,'air_iq','DEL','KTM',0,'2023-11-02 23:41:23','2023-11-02 23:41:23'),(1369,'air_iq','BLR','LKO',0,'2023-11-02 23:41:23','2023-11-02 23:41:23'),(1370,'air_iq','BOM','LKO',0,'2023-11-02 23:41:24','2023-11-02 23:41:24'),(1371,'air_iq','AMD','MAA',0,'2023-11-02 23:41:24','2023-11-02 23:41:24'),(1372,'air_iq','BOM','MAA',0,'2023-11-02 23:41:25','2023-11-02 23:41:25'),(1373,'air_iq','CCU','MAA',0,'2023-11-02 23:41:25','2023-11-02 23:41:25'),(1374,'air_iq','DEL','MAA',0,'2023-11-02 23:41:26','2023-11-02 23:41:26'),(1375,'air_iq','GAU','MAA',0,'2023-11-02 23:41:27','2023-11-02 23:41:27'),(1376,'air_iq','HYD','MAA',0,'2023-11-02 23:41:28','2023-11-02 23:41:28'),(1377,'air_iq','IXB','MAA',0,'2023-11-02 23:41:29','2023-11-02 23:41:29'),(1378,'air_iq','IXZ','MAA',0,'2023-11-02 23:41:30','2023-11-02 23:41:30'),(1379,'air_iq','RDP','MAA',0,'2023-11-02 23:41:30','2023-11-02 23:41:30'),(1380,'air_iq','SAG','MAA',0,'2023-11-02 23:41:31','2023-11-02 23:41:31'),(1381,'air_iq','DEL','MLE',0,'2023-11-02 23:41:31','2023-11-02 23:41:31'),(1382,'air_iq','DEL','NAG',0,'2023-11-02 23:41:32','2023-11-02 23:41:32'),(1383,'air_iq','AMD','PAT',0,'2023-11-02 23:41:32','2023-11-02 23:41:32'),(1384,'air_iq','BLR','PAT',0,'2023-11-02 23:41:33','2023-11-02 23:41:33'),(1385,'air_iq','BOM','PAT',0,'2023-11-02 23:41:34','2023-11-02 23:41:34'),(1386,'air_iq','DEL','PAT',0,'2023-11-02 23:41:34','2023-11-02 23:41:34'),(1387,'air_iq','GAU','PAT',0,'2023-11-02 23:41:35','2023-11-02 23:41:35'),(1388,'air_iq','HYD','PAT',0,'2023-11-02 23:41:35','2023-11-02 23:41:35'),(1389,'air_iq','MAA','PAT',0,'2023-11-02 23:41:36','2023-11-02 23:41:36'),(1390,'air_iq','PNQ','PAT',0,'2023-11-02 23:41:36','2023-11-02 23:41:36'),(1391,'air_iq','AMD','PNQ',0,'2023-11-02 23:41:37','2023-11-02 23:41:37'),(1392,'air_iq','BBI','PNQ',0,'2023-11-02 23:41:38','2023-11-02 23:41:38'),(1393,'air_iq','BLR','PNQ',0,'2023-11-02 23:41:38','2023-11-02 23:41:38'),(1394,'air_iq','CCU','PNQ',0,'2023-11-02 23:41:39','2023-11-02 23:41:39'),(1395,'air_iq','DEL','PNQ',0,'2023-11-02 23:41:40','2023-11-02 23:41:40'),(1396,'air_iq','GOI','PNQ',0,'2023-11-02 23:41:40','2023-11-02 23:41:40'),(1397,'air_iq','GOX','PNQ',0,'2023-11-02 23:41:41','2023-11-02 23:41:41'),(1398,'air_iq','JLR','PNQ',0,'2023-11-02 23:41:42','2023-11-02 23:41:42'),(1399,'air_iq','MAA','PNQ',0,'2023-11-02 23:41:42','2023-11-02 23:41:42'),(1400,'air_iq','CCU','PYG',0,'2023-11-02 23:41:43','2023-11-02 23:41:43'),(1401,'air_iq','DEL','PYG',0,'2023-11-02 23:41:44','2023-11-02 23:41:44'),(1402,'air_iq','BOM','RDP',0,'2023-11-02 23:41:45','2023-11-02 23:41:45'),(1403,'air_iq','BLR','SAG',0,'2023-11-02 23:41:45','2023-11-02 23:41:45'),(1404,'air_iq','DEL','SAG',0,'2023-11-02 23:41:46','2023-11-02 23:41:46'),(1405,'air_iq','HYD','SAG',0,'2023-11-02 23:41:47','2023-11-02 23:41:47'),(1406,'air_iq','MAA','SAG',0,'2023-11-02 23:41:47','2023-11-02 23:41:47'),(1407,'air_iq','CCU','SHL',0,'2023-11-02 23:41:48','2023-11-02 23:41:48'),(1408,'air_iq','DEL','STV',0,'2023-11-02 23:41:48','2023-11-02 23:41:48'),(1409,'air_iq','GOI','STV',0,'2023-11-02 23:41:49','2023-11-02 23:41:49'),(1410,'air_iq','GOX','STV',0,'2023-11-02 23:41:50','2023-11-02 23:41:50'),(1411,'air_iq','JAI','STV',0,'2023-11-02 23:41:50','2023-11-02 23:41:50'),(1412,'air_iq','BOM','SXR',0,'2023-11-02 23:41:51','2023-11-02 23:41:51'),(1413,'air_iq','DEL','SXR',0,'2023-11-02 23:41:52','2023-11-02 23:41:52'),(1414,'air_iq','IXJ','SXR',0,'2023-11-02 23:41:52','2023-11-02 23:41:52'),(1415,'air_iq','CCU','TEZ',0,'2023-11-02 23:41:53','2023-11-02 23:41:53'),(1416,'air_iq','HYD','TIR',0,'2023-11-02 23:41:53','2023-11-02 23:41:53'),(1417,'air_iq','BLR','UDR',0,'2023-11-02 23:41:54','2023-11-02 23:41:54'),(1418,'air_iq','BOM','UDR',0,'2023-11-02 23:41:54','2023-11-02 23:41:54'),(1419,'air_iq','DEL','UDR',0,'2023-11-02 23:41:55','2023-11-02 23:41:55'),(1420,'air_iq','JAI','UDR',0,'2023-11-02 23:41:56','2023-11-02 23:41:56'),(1421,'air_iq','AMD','VNS',0,'2023-11-02 23:41:56','2023-11-02 23:41:56'),(1422,'air_iq','BLR','VNS',0,'2023-11-02 23:41:57','2023-11-02 23:41:57'),(1423,'air_iq','BOM','VNS',0,'2023-11-02 23:41:57','2023-11-02 23:41:57'),(1424,'air_iq','DEL','VNS',0,'2023-11-02 23:41:58','2023-11-02 23:41:58'),(1425,'air_iq','HYD','VNS',0,'2023-11-02 23:41:58','2023-11-02 23:41:58'),(1426,'air_iq','JAI','VNS',0,'2023-11-02 23:41:59','2023-11-02 23:41:59');
/*!40000 ALTER TABLE `tbl_available_destination` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_block`
--

DROP TABLE IF EXISTS `tbl_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_block` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `block_title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `block_description` longtext NOT NULL,
  `url_title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `background_image` varchar(50) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  PRIMARY KEY (`sid`),
  UNIQUE KEY `sid` (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_block`
--

LOCK TABLES `tbl_block` WRITE;
/*!40000 ALTER TABLE `tbl_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_blog`
--

DROP TABLE IF EXISTS `tbl_blog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_blog` (
  `BlogId` int NOT NULL AUTO_INCREMENT,
  `BlogTitle` varchar(255) NOT NULL,
  `BlogIdentifier` varchar(256) NOT NULL,
  `BlogCity` varchar(100) NOT NULL,
  `BlogCityId` varchar(100) NOT NULL,
  `BlogDate` date NOT NULL,
  `PostedBy` varchar(255) NOT NULL,
  `BlogImage` varchar(255) NOT NULL,
  `BlogPostByImage` varchar(256) NOT NULL,
  `BlogDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint DEFAULT '0',
  `isMarkForDel` tinyint DEFAULT '0',
  `keyword` text,
  `description` text,
  `metatag` text,
  `selectedPackages` varchar(500) NOT NULL,
  PRIMARY KEY (`BlogId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_blog`
--

LOCK TABLES `tbl_blog` WRITE;
/*!40000 ALTER TABLE `tbl_blog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_blog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_branches`
--

DROP TABLE IF EXISTS `tbl_branches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_branches` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `office_address` varchar(250) NOT NULL,
  `office_address_name` varchar(250) NOT NULL,
  `branch_mailid` varchar(250) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `address` varchar(255) NOT NULL,
  `image` varchar(200) NOT NULL,
  `website_link` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `toll_free_name` varchar(100) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`DesSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_branches`
--

LOCK TABLES `tbl_branches` WRITE;
/*!40000 ALTER TABLE `tbl_branches` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_branches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_bus_booking`
--

DROP TABLE IF EXISTS `tbl_bus_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_bus_booking` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `MasterTPSysId` int NOT NULL DEFAULT '0',
  `TPSysId` int NOT NULL DEFAULT '0',
  `PNR_Number` varchar(500) DEFAULT NULL,
  `block_ticket_number` varchar(500) DEFAULT NULL,
  `ticket_number` varchar(100) DEFAULT NULL,
  `TravelDate` date NOT NULL,
  `source` int NOT NULL DEFAULT '0',
  `destination` int NOT NULL DEFAULT '0',
  `fromCityName` varchar(100) DEFAULT NULL,
  `toCityName` varchar(100) DEFAULT NULL,
  `seat_number` varchar(250) NOT NULL,
  `BookingId` varchar(50) DEFAULT NULL,
  `APIBookingId` varchar(150) DEFAULT NULL,
  `apiTraceId` varchar(255) NOT NULL,
  `DepartureTime` time NOT NULL,
  `ArrivalTime` time NOT NULL,
  `busRoutes` varchar(100) DEFAULT NULL,
  `travels` varchar(100) DEFAULT NULL,
  `busType` varchar(200) DEFAULT NULL,
  `routeId` varchar(200) DEFAULT NULL,
  `FlightDuration` varchar(100) NOT NULL,
  `CurrencyType` int NOT NULL,
  `PublishedFare` double NOT NULL,
  `JourneyType` int NOT NULL,
  `TripType` int NOT NULL,
  `logo` varchar(250) NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `BaseFare` float NOT NULL,
  `Tax` float NOT NULL,
  `Discount` float NOT NULL,
  `ServiceFee` float NOT NULL,
  `OfferedFare` double NOT NULL,
  `AgentCommisionEarned` float NOT NULL,
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL,
  `AgencyMarkUpGST` float NOT NULL,
  `GTXMarkUp` float NOT NULL,
  `GTXMarkUpGST` float NOT NULL,
  `ExtraMarkup` float NOT NULL DEFAULT '0',
  `ExtraMarkupOnGST` float NOT NULL DEFAULT '0',
  `bookingData` longtext,
  `status` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `API_Booking_Data` longtext,
  `FlightQueryids` text,
  `paymentStatus` smallint NOT NULL DEFAULT '0',
  `GUID` varchar(100) DEFAULT NULL,
  `error` varchar(100) DEFAULT NULL,
  `error_Message` varchar(200) DEFAULT NULL,
  `TransactionId_credit` varchar(200) DEFAULT NULL,
  `TransactionId_debit` varchar(200) DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `bookedby` varchar(200) DEFAULT NULL,
  `customerName` varchar(100) DEFAULT NULL,
  `CustomerDetails` varchar(250) DEFAULT NULL,
  `InvoiceNo` varchar(200) DEFAULT NULL,
  `InvoiceDate` date DEFAULT NULL,
  `address` varchar(250) DEFAULT NULL,
  `InvoiceName` varchar(150) DEFAULT NULL,
  `mailsent` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_bus_booking`
--

LOCK TABLES `tbl_bus_booking` WRITE;
/*!40000 ALTER TABLE `tbl_bus_booking` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_bus_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_bus_booking_customer`
--

DROP TABLE IF EXISTS `tbl_bus_booking_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_bus_booking_customer` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `bus_booking_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `apiTraceId` varchar(150) NOT NULL,
  `BookingId` varchar(200) DEFAULT NULL,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `PNR_Number` varchar(200) DEFAULT NULL,
  `seatno` varchar(100) DEFAULT NULL,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` varchar(11) NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `idType` varchar(200) DEFAULT NULL,
  `idNumber` varchar(200) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `Address` varchar(200) NOT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `passengerage` varchar(50) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `BaseFare` float NOT NULL DEFAULT '0',
  `Tax` float NOT NULL DEFAULT '0',
  `AgentCommisionEarned` float NOT NULL DEFAULT '0',
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL DEFAULT '0',
  `AgencyMarkUpGST` float NOT NULL DEFAULT '0',
  `GTXMarkUp` float NOT NULL DEFAULT '0',
  `GTXMarkUpGST` float NOT NULL DEFAULT '0',
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_bus_booking_customer`
--

LOCK TABLES `tbl_bus_booking_customer` WRITE;
/*!40000 ALTER TABLE `tbl_bus_booking_customer` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_bus_booking_customer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_car_bookings`
--

DROP TABLE IF EXISTS `tbl_car_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_bookings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customerCountryCode` varchar(200) DEFAULT NULL,
  `customerMobile` varchar(200) DEFAULT NULL,
  `customerEmail` varchar(200) DEFAULT NULL,
  `customerSalutation` varchar(255) DEFAULT NULL,
  `customerFirstName` varchar(250) DEFAULT NULL,
  `customerLocality` varchar(500) DEFAULT NULL,
  `customerPickupAddress` varchar(500) DEFAULT NULL,
  `customerLocalityId` varchar(500) DEFAULT NULL,
  `carSourceId` varchar(255) DEFAULT NULL,
  `traceId` varchar(150) DEFAULT NULL,
  `traceIdEncrypted` varchar(5000) DEFAULT NULL,
  `carSearchJson` text,
  `selectedCarId` varchar(50) DEFAULT NULL,
  `carSelectedJson` text,
  `customerDetailsJson` text,
  `agentSysId` varchar(200) DEFAULT NULL,
  `agencySysId` varchar(500) DEFAULT NULL,
  `guid` varchar(500) DEFAULT NULL,
  `BookingId` varchar(200) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `payableAmount` varchar(200) DEFAULT NULL,
  `paymentReturnUrl` varchar(500) DEFAULT NULL,
  `tripType` varchar(200) DEFAULT NULL,
  `subTripType` varchar(200) DEFAULT NULL,
  `pickupDateTime` varchar(100) DEFAULT NULL,
  `destinationCity` varchar(250) DEFAULT NULL,
  `customerLastName` varchar(200) DEFAULT NULL,
  `paymentStatus` varchar(20) NOT NULL DEFAULT '0',
  `paymentResponse` varchar(2000) DEFAULT NULL,
  `paymentError` varchar(2000) DEFAULT NULL,
  `paymentGuid` varchar(2000) DEFAULT NULL,
  `carBookingStatus` varchar(200) DEFAULT NULL,
  `carBookingResponsJson` text,
  `duration` varchar(20) NOT NULL DEFAULT '0',
  `dropDateTime` varchar(200) DEFAULT NULL,
  `destination_city_name` varchar(500) DEFAULT NULL,
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_car_bookings`
--

LOCK TABLES `tbl_car_bookings` WRITE;
/*!40000 ALTER TABLE `tbl_car_bookings` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_car_bookings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_car_callback_result`
--

DROP TABLE IF EXISTS `tbl_car_callback_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_callback_result` (
  `id` int NOT NULL AUTO_INCREMENT,
  `bookingId` varchar(500) DEFAULT NULL,
  `carModel` varchar(250) DEFAULT NULL,
  `carNumber` varchar(250) DEFAULT NULL,
  `driverName` varchar(250) DEFAULT NULL,
  `driverMobile` varchar(250) DEFAULT NULL,
  `bookingIdMessage` text,
  `driverAssignedMessage` varchar(5000) DEFAULT NULL,
  `bookingCancleMessage` varchar(5000) DEFAULT NULL,
  `bookingCancleReason` varchar(5000) DEFAULT NULL,
  `bookingStatus` varchar(500) DEFAULT NULL,
  `requestDetails` text,
  `tripStatus` varchar(500) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `totalFare` varchar(50) DEFAULT NULL,
  `extra` varchar(50) DEFAULT NULL,
  `driverAllowance` varchar(500) DEFAULT NULL,
  `prePayment` varchar(200) DEFAULT NULL,
  `postPayment` varchar(500) DEFAULT NULL,
  `tripMessage` varchar(5000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_car_callback_result`
--

LOCK TABLES `tbl_car_callback_result` WRITE;
/*!40000 ALTER TABLE `tbl_car_callback_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_car_callback_result` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_car_search`
--

DROP TABLE IF EXISTS `tbl_car_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_search` (
  `id` int NOT NULL AUTO_INCREMENT,
  `token` varchar(500) DEFAULT NULL,
  `sourceCity` int DEFAULT NULL,
  `destinationCity` varchar(500) DEFAULT NULL,
  `pickupDateTime` varchar(50) DEFAULT NULL,
  `dropDateTime` varchar(50) DEFAULT NULL,
  `tripType` varchar(50) DEFAULT NULL,
  `subTripType` varchar(50) DEFAULT NULL,
  `duration` varchar(500) DEFAULT NULL,
  `source_city_name` varchar(500) DEFAULT NULL,
  `destination_city_name` varchar(500) DEFAULT NULL,
  `travelDate` varchar(500) DEFAULT NULL,
  `endDate` varchar(500) DEFAULT NULL,
  `traceId` varchar(500) DEFAULT NULL,
  `localityId` varchar(200) DEFAULT NULL,
  `pickupDateTimes` varchar(500) DEFAULT NULL,
  `travelTime` varchar(500) DEFAULT NULL,
  `search_api_data` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_car_search`
--

LOCK TABLES `tbl_car_search` WRITE;
/*!40000 ALTER TABLE `tbl_car_search` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_car_search` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_car_settings`
--

DROP TABLE IF EXISTS `tbl_car_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `car_keys` varchar(500) NOT NULL,
  `car_another_keys` varchar(500) DEFAULT NULL,
  `result` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_car_settings`
--

LOCK TABLES `tbl_car_settings` WRITE;
/*!40000 ALTER TABLE `tbl_car_settings` DISABLE KEYS */;
INSERT INTO `tbl_car_settings` VALUES (1,'token',NULL,'{\"status\":\"success\",\"data\":{\"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE2OTk3MjM5MjUsImp0aSI6IjlISzdleU0zc3Frb3phSDNndG1kVldaek9RSGxcL29SZ3dNMDdXUTlrcUhnPSIsImlzcyI6InNhdmFhcmkiLCJuYmYiOjE2OTk3MjM5MjUsImV4cCI6MTY5OTcyNTQyNSwiZGF0YSI6eyJhcGlLZXkiOiJhNTc1NDg1ZDBhYmM0ZGRlMjQzZDhlMGZlZTE5MzJmMTU0NmU0NDczZGYzYjlmYTQxNTZmNGQxYjNhOTkxZDhjIiwiYXBwSWQiOiI0ZDFkMTM0NTE1NDRmYzRkMTBlMDM2NTU2ZTcxYTU5NSJ9fQ.8JpeOTGsg6588ghSFVbKEuPzHUon4awo5WBI-e-ouFcy-MSbUfbFXQA81au8IMQtw7Ztl1vIOGs1cwKKwFBjUg\",\"date\":\"11:02:05pm\",\"time_zone\":\"Asia\\/Calcutta\"}}'),(2,'tripType',NULL,'{\"status\":\"success\",\"data\":{\"local\":\"Local\",\"outstation\":\"Outstation\",\"airport\":\"Airport\"}}'),(3,'subTripType','local','{\"status\":\"success\",\"data\":{\"880\":\"8 Hour \\/ 80Km\",\"12120\":\"12 Hour \\/ 120Km\"}}'),(4,'subTripType','outstation','{\"status\":\"success\",\"data\":{\"roundtrip\":\"Round Trip\",\"oneway\":\"One Way\"}}'),(5,'subTripType','airport','{\"status\":\"success\",\"data\":{\"PICK_AIRPORT\":\"Pick up from Airport\",\"DROP_AIRPORT\":\"Drop To Airport\"}}'),(6,'sourceCity','local','{\"status\":\"success\",\"data\":[{\"cityId\":2402,\"cityName\":\"A.Vellalapatti, Tamil Nadu\"},{\"cityId\":1816,\"cityName\":\"Abhanpur, Chhattisgarh\"},{\"cityId\":1178,\"cityName\":\"Abohar, Punjab\"},{\"cityId\":2297,\"cityName\":\"Abu Road, Rajasthan\"},{\"cityId\":1724,\"cityName\":\"Achara, Maharashtra\"},{\"cityId\":1920,\"cityName\":\"Achipatti, Tamil Nadu\"},{\"cityId\":1940,\"cityName\":\"Achrol, Rajasthan\"},{\"cityId\":891,\"cityName\":\"Adalaj, Gujarat\"},{\"cityId\":2919,\"cityName\":\"Adampur, Punjab\"},{\"cityId\":1513,\"cityName\":\"Addanki, Andhra Pradesh\"},{\"cityId\":1546,\"cityName\":\"Adichunchanagiri, Karnataka\"},{\"cityId\":242,\"cityName\":\"Adilabad, Telangana\"},{\"cityId\":707,\"cityName\":\"Adoni, Andhra Pradesh\"},{\"cityId\":2442,\"cityName\":\"Adoor, Kerala\"},{\"cityId\":2263,\"cityName\":\"Adra, West Bengal\"},{\"cityId\":1237,\"cityName\":\"Aduthurai, Tamil Nadu\"},{\"cityId\":2944,\"cityName\":\"Agar, Madhya Pradesh\"},{\"cityId\":50,\"cityName\":\"Agartala, Tripura\"},{\"cityId\":2807,\"cityName\":\"Agonda Beach, Goa\"},{\"cityId\":126,\"cityName\":\"Agra, Uttar Pradesh\"},{\"cityId\":2791,\"cityName\":\"Agumbe, Karnataka\"},{\"cityId\":2723,\"cityName\":\"Ahiwara, Chhattisgarh\"},{\"cityId\":48,\"cityName\":\"Ahmedabad, Gujarat\"},{\"cityId\":449,\"cityName\":\"Ahmedgarh, Punjab\"},{\"cityId\":366,\"cityName\":\"Ahmednagar, Maharashtra\"},{\"cityId\":1504,\"cityName\":\"Ahobilam, Andhra Pradesh\"},{\"cityId\":2169,\"cityName\":\"Aihole, Karnataka\"},{\"cityId\":2603,\"cityName\":\"Aizawl, Mizoram\"},{\"cityId\":1826,\"cityName\":\"Ajitgarh, Rajasthan\"},{\"cityId\":24,\"cityName\":\"Ajmer, Rajasthan\"},{\"cityId\":2724,\"cityName\":\"Akaltara, Chhattisgarh\"},{\"cityId\":1344,\"cityName\":\"Akbarpur, Uttar Pradesh\"},{\"cityId\":1989,\"cityName\":\"Akilpur, Bihar\"},{\"cityId\":1632,\"cityName\":\"Akividu, Andhra Pradesh\"},{\"cityId\":1091,\"cityName\":\"Akkalkot, Maharashtra\"},{\"cityId\":1592,\"cityName\":\"Akluj, Maharashtra\"},{\"cityId\":101,\"cityName\":\"Akola, Maharashtra\"},{\"cityId\":1783,\"cityName\":\"Akole, Maharashtra\"},{\"cityId\":1092,\"cityName\":\"Alandi, Maharashtra\"},{\"cityId\":238,\"cityName\":\"Alappuzha, Kerala\"},{\"cityId\":2873,\"cityName\":\"Alathur, Tamil Nadu\"},{\"cityId\":1653,\"cityName\":\"Alephata, Maharashtra\"},{\"cityId\":334,\"cityName\":\"Alibag, Maharashtra\"},{\"cityId\":2589,\"cityName\":\"Alipore, West Bengal\"},{\"cityId\":1422,\"cityName\":\"Alipurduar, West Bengal\"},{\"cityId\":2673,\"cityName\":\"Alirajpur, Madhya Pradesh\"},{\"cityId\":2058,\"cityName\":\"Aliyar, Tamil Nadu\"},{\"cityId\":1700,\"cityName\":\"Allagadda, Andhra Pradesh\"},{\"cityId\":154,\"cityName\":\"Allahabad, Uttar Pradesh\"},{\"cityId\":706,\"cityName\":\"Almora, Uttarakhand\"},{\"cityId\":612,\"cityName\":\"Aluva, Kerala\"},{\"cityId\":209,\"cityName\":\"Alwar, Rajasthan\"},{\"cityId\":1837,\"cityName\":\"Alwarthirunagari, Tamil Nadu\"},{\"cityId\":781,\"cityName\":\"Amadalavalasa, Andhra Pradesh\"},{\"cityId\":782,\"cityName\":\"Amalapuram, Andhra Pradesh\"},{\"cityId\":1093,\"cityName\":\"Amalner, Maharashtra\"},{\"cityId\":1046,\"cityName\":\"Amanganj, Madhya Pradesh\"},{\"cityId\":1626,\"cityName\":\"Amarapuram, Andhra Pradesh\"},{\"cityId\":162,\"cityName\":\"Amaravati, Andhra Pradesh\"},{\"cityId\":2258,\"cityName\":\"Amarkantak, Madhya Pradesh\"},{\"cityId\":1881,\"cityName\":\"Amarpur, Bihar\"},{\"cityId\":2725,\"cityName\":\"Ambagarh Chowki, Chhattisgarh\"},{\"cityId\":1047,\"cityName\":\"Ambah, Madhya Pradesh\"},{\"cityId\":473,\"cityName\":\"Ambaji, Gujarat\"},{\"cityId\":1520,\"cityName\":\"Ambajogai, Maharashtra\"},{\"cityId\":419,\"cityName\":\"Ambala, Haryana\"},{\"cityId\":1238,\"cityName\":\"Ambasamudram, Tamil Nadu\"},{\"cityId\":1441,\"cityName\":\"Ambattur, Tamil Nadu\"},{\"cityId\":2555,\"cityName\":\"Ambedkar Nagar, Uttar Pradesh\"},{\"cityId\":1094,\"cityName\":\"Ambejogai, Maharashtra\"},{\"cityId\":1442,\"cityName\":\"Ambernath, Maharashtra\"},{\"cityId\":722,\"cityName\":\"Ambikapur, Chhattisgarh\"},{\"cityId\":1239,\"cityName\":\"Ambur, Tamil Nadu\"},{\"cityId\":1689,\"cityName\":\"Amer, Rajasthan\"},{\"cityId\":1345,\"cityName\":\"Amethi, Uttar Pradesh\"},{\"cityId\":2006,\"cityName\":\"Amlai, Madhya Pradesh\"},{\"cityId\":421,\"cityName\":\"Amravati, Maharashtra\"},{\"cityId\":474,\"cityName\":\"Amreli, Gujarat\"},{\"cityId\":84,\"cityName\":\"Amritsar, Punjab\"},{\"cityId\":614,\"cityName\":\"Amroha, Uttar Pradesh\"},{\"cityId\":1926,\"cityName\":\"Anaikatti, Tamil Nadu\"},{\"cityId\":708,\"cityName\":\"Anakapalle, Andhra Pradesh\"},{\"cityId\":167,\"cityName\":\"Anand, Gujarat\"},{\"cityId\":583,\"cityName\":\"Anandapur, Odisha\"},{\"cityId\":318,\"cityName\":\"Anantapur, Andhra Pradesh\"},{\"cityId\":2499,\"cityName\":\"Anantnag, Jammu and Kashmir\"},{\"cityId\":2330,\"cityName\":\"Anaparthi, Andhra Pradesh\"},{\"cityId\":2492,\"cityName\":\"Andal, West Bengal\"},{\"cityId\":2069,\"cityName\":\"Andimadam, Tamil Nadu\"},{\"cityId\":2357,\"cityName\":\"Andipatti Jakkampatti, Tamil Nadu\"},{\"cityId\":963,\"cityName\":\"Anekal, Karnataka\"},{\"cityId\":2183,\"cityName\":\"Angadipuram, Kerala\"},{\"cityId\":595,\"cityName\":\"Angul, Odisha\"},{\"cityId\":2865,\"cityName\":\"Anida, Gujarat\"},{\"cityId\":2564,\"cityName\":\"Anjar, Gujarat\"},{\"cityId\":771,\"cityName\":\"Anjora, Chhattisgarh\"},{\"cityId\":2809,\"cityName\":\"Anjuna Beach, Goa\"},{\"cityId\":137,\"cityName\":\"Ankleshwar, Gujarat\"},{\"cityId\":964,\"cityName\":\"Ankola, Karnataka\"},{\"cityId\":2219,\"cityName\":\"Annavaram, Andhra Pradesh\"},{\"cityId\":1921,\"cityName\":\"Annur, Tamil Nadu\"},{\"cityId\":1346,\"cityName\":\"Anpara, Uttar Pradesh\"},{\"cityId\":2255,\"cityName\":\"Anuppur, Madhya Pradesh\"},{\"cityId\":1347,\"cityName\":\"Aonla, Uttar Pradesh\"},{\"cityId\":1240,\"cityName\":\"Arachalur, Tamil Nadu\"},{\"cityId\":615,\"cityName\":\"Arakkonam, Tamil Nadu\"},{\"cityId\":462,\"cityName\":\"Araku, Andhra Pradesh\"},{\"cityId\":513,\"cityName\":\"Arambag, West Bengal\"},{\"cityId\":1437,\"cityName\":\"Arambagh, West Bengal\"},{\"cityId\":2808,\"cityName\":\"Arambol Beach, Goa\"},{\"cityId\":2726,\"cityName\":\"Arang, Chhattisgarh\"},{\"cityId\":1242,\"cityName\":\"Arani, Tamil Nadu\"},{\"cityId\":2888,\"cityName\":\"Aranthangi, Tamil Nadu\"},{\"cityId\":2478,\"cityName\":\"Araria, Bihar\"},{\"cityId\":1020,\"cityName\":\"Arasikere, Karnataka\"},{\"cityId\":1243,\"cityName\":\"Arcot, Tamil Nadu\"},{\"cityId\":2510,\"cityName\":\"Areraj, Bihar\"},{\"cityId\":2857,\"cityName\":\"Ari Sumairpur, Uttar Pradesh\"},{\"cityId\":2879,\"cityName\":\"Arimakulapalli, Andhra Pradesh\"},{\"cityId\":1244,\"cityName\":\"Ariyalur, Tamil Nadu\"},{\"cityId\":965,\"cityName\":\"Arkalgud, Karnataka\"},{\"cityId\":2904,\"cityName\":\"Arki, Himachal Pradesh\"},{\"cityId\":1708,\"cityName\":\"Armoor, Telangana\"},{\"cityId\":2825,\"cityName\":\"Arossim Beach, Goa\"},{\"cityId\":2826,\"cityName\":\"Arpora, Goa\"},{\"cityId\":2117,\"cityName\":\"Arrah, Bihar\"},{\"cityId\":2790,\"cityName\":\"Arsikere, Karnataka\"},{\"cityId\":1949,\"cityName\":\"Arthunkal, Kerala\"},{\"cityId\":1245,\"cityName\":\"Aruppukkottai, Tamil Nadu\"},{\"cityId\":2325,\"cityName\":\"Arvi, Maharashtra\"},{\"cityId\":2541,\"cityName\":\"Arwal, Bihar\"},{\"cityId\":1985,\"cityName\":\"Asangaon, Maharashtra\"},{\"cityId\":277,\"cityName\":\"Asansol, West Bengal\"},{\"cityId\":582,\"cityName\":\"Ashok Nagar, Madhya Pradesh\"},{\"cityId\":2321,\"cityName\":\"Ashta, Maharashtra\"},{\"cityId\":2389,\"cityName\":\"Ashtamudi, Kerala\"},{\"cityId\":1775,\"cityName\":\"Ashti, Maharashtra\"},{\"cityId\":2812,\"cityName\":\"Ashwem Beach, Goa\"},{\"cityId\":2524,\"cityName\":\"Asthua, Bihar\"},{\"cityId\":2241,\"cityName\":\"Atchutapuram, Andhra Pradesh\"},{\"cityId\":1900,\"cityName\":\"Athagad, Odisha\"},{\"cityId\":2799,\"cityName\":\"Athani, Karnataka\"},{\"cityId\":1696,\"cityName\":\"Atmakur, Andhra Pradesh\"},{\"cityId\":2304,\"cityName\":\"Atpadi, Maharashtra\"},{\"cityId\":1348,\"cityName\":\"Atraulia, Uttar Pradesh\"},{\"cityId\":2234,\"cityName\":\"Attili Road, Andhra Pradesh\"},{\"cityId\":1246,\"cityName\":\"Attur, Tamil Nadu\"},{\"cityId\":2116,\"cityName\":\"Auli, Uttarakhand\"},{\"cityId\":2505,\"cityName\":\"Auraiya, Uttar Pradesh\"},{\"cityId\":1886,\"cityName\":\"Aurangabad, Bihar\"},{\"cityId\":288,\"cityName\":\"Aurangabad, Maharashtra\"},{\"cityId\":2361,\"cityName\":\"Auroville, Tamil Nadu\"},{\"cityId\":2335,\"cityName\":\"Ausa, Maharashtra\"},{\"cityId\":1445,\"cityName\":\"Avadi, Tamil Nadu\"},{\"cityId\":1730,\"cityName\":\"Avinashi, Tamil Nadu\"},{\"cityId\":1349,\"cityName\":\"Awagarh, Uttar Pradesh\"},{\"cityId\":171,\"cityName\":\"Ayodhya, Uttar Pradesh\"},{\"cityId\":1247,\"cityName\":\"Ayyampettai, Tamil Nadu\"},{\"cityId\":1801,\"cityName\":\"Azadpur, Delhi\"},{\"cityId\":1350,\"cityName\":\"Azamgarh, Uttar Pradesh\"},{\"cityId\":776,\"cityName\":\"Bacheli, Chhattisgarh\"},{\"cityId\":2147,\"cityName\":\"Badami, Karnataka\"},{\"cityId\":2946,\"cityName\":\"Badarwas, Madhya Pradesh\"},{\"cityId\":616,\"cityName\":\"Baddi, Himachal Pradesh\"},{\"cityId\":2727,\"cityName\":\"Bade Bacheli, Chhattisgarh\"},{\"cityId\":1979,\"cityName\":\"Badlapur, Maharashtra\"},{\"cityId\":2538,\"cityName\":\"Badnawar, Madhya Pradesh\"},{\"cityId\":1446,\"cityName\":\"Badrinath, Uttarakhand\"},{\"cityId\":1749,\"cityName\":\"Badvel, Andhra Pradesh\"},{\"cityId\":2816,\"cityName\":\"Baga Beach, Goa\"},{\"cityId\":2553,\"cityName\":\"Bagaha, Bihar\"},{\"cityId\":733,\"cityName\":\"Bagalkot, Karnataka\"},{\"cityId\":2728,\"cityName\":\"Bagbahara, Chhattisgarh\"},{\"cityId\":966,\"cityName\":\"Bagepalli, Karnataka\"},{\"cityId\":1408,\"cityName\":\"Bageshwar, Uttarakhand\"},{\"cityId\":1351,\"cityName\":\"Baghpat, Uttar Pradesh\"},{\"cityId\":514,\"cityName\":\"Bagnan, West Bengal\"},{\"cityId\":1944,\"cityName\":\"Bagru, Rajasthan\"},{\"cityId\":923,\"cityName\":\"Bahadurgarh, Haryana\"},{\"cityId\":2126,\"cityName\":\"Baharagora Block, Jharkhand\"},{\"cityId\":2633,\"cityName\":\"Bahjoi, Uttar Pradesh\"},{\"cityId\":563,\"cityName\":\"Bahraich, Uttar Pradesh\"},{\"cityId\":1844,\"cityName\":\"Baidyabati, West Bengal\"},{\"cityId\":2670,\"cityName\":\"Baidyanath dham, Jharkhand\"},{\"cityId\":2704,\"cityName\":\"Baijnath, Himachal Pradesh\"},{\"cityId\":1515,\"cityName\":\"Baijro, Uttarakhand\"},{\"cityId\":2729,\"cityName\":\"Baikunthpur, Chhattisgarh\"},{\"cityId\":2199,\"cityName\":\"Bailhongal Rural, Karnataka\"},{\"cityId\":2931,\"cityName\":\"Baindur, Karnataka\"},{\"cityId\":2489,\"cityName\":\"Bairgania, Bihar\"},{\"cityId\":2513,\"cityName\":\"Bakhtiyarpur, Bihar\"},{\"cityId\":538,\"cityName\":\"Bakkhali, West Bengal\"},{\"cityId\":739,\"cityName\":\"Balaghat, Madhya Pradesh\"},{\"cityId\":754,\"cityName\":\"Balangir, Odisha\"},{\"cityId\":83,\"cityName\":\"Balasore, Odisha\"},{\"cityId\":2776,\"cityName\":\"Balehonnur, Karnataka\"},{\"cityId\":922,\"cityName\":\"Ballabhgarh, Haryana\"},{\"cityId\":2302,\"cityName\":\"Ballarpur, Maharashtra\"},{\"cityId\":1821,\"cityName\":\"Ballekere, Karnataka\"},{\"cityId\":1352,\"cityName\":\"Ballia, Uttar Pradesh\"},{\"cityId\":2730,\"cityName\":\"Balod, Chhattisgarh\"},{\"cityId\":2732,\"cityName\":\"Baloda Bazar, Chhattisgarh\"},{\"cityId\":2731,\"cityName\":\"Baloda, Chhattisgarh\"},{\"cityId\":1188,\"cityName\":\"Balotra, Rajasthan\"},{\"cityId\":2340,\"cityName\":\"Balrampur, Uttar Pradesh\"},{\"cityId\":584,\"cityName\":\"Balugaon, Odisha\"},{\"cityId\":597,\"cityName\":\"Balukhand, Odisha\"},{\"cityId\":1423,\"cityName\":\"Balurghat, West Bengal\"},{\"cityId\":1960,\"cityName\":\"Bamangachi, West Bengal\"},{\"cityId\":2821,\"cityName\":\"Bambolim Beach, Goa\"},{\"cityId\":1859,\"cityName\":\"Banaganapalli, Andhra Pradesh\"},{\"cityId\":1189,\"cityName\":\"Banasthali, Rajasthan\"},{\"cityId\":1409,\"cityName\":\"Banbasa, Uttarakhand\"},{\"cityId\":1353,\"cityName\":\"Banda, Uttar Pradesh\"},{\"cityId\":557,\"cityName\":\"Bandel, West Bengal\"},{\"cityId\":2432,\"cityName\":\"Bandhavgarh National Park, Madhya Pradesh\"},{\"cityId\":2289,\"cityName\":\"Bandhavgarh, Madhya Pradesh\"},{\"cityId\":1190,\"cityName\":\"Bandikui, Rajasthan\"},{\"cityId\":617,\"cityName\":\"Bandipur, Karnataka\"},{\"cityId\":1802,\"cityName\":\"Baner, Maharashtra\"},{\"cityId\":377,\"cityName\":\"Bangalore, Karnataka\"},{\"cityId\":840,\"cityName\":\"Banganapalle, Andhra Pradesh\"},{\"cityId\":515,\"cityName\":\"Bangaon, West Bengal\"},{\"cityId\":967,\"cityName\":\"Bangarapet, Karnataka\"},{\"cityId\":1354,\"cityName\":\"Bangarmau, Uttar Pradesh\"},{\"cityId\":2224,\"cityName\":\"Bangarupalem, Andhra Pradesh\"},{\"cityId\":2925,\"cityName\":\"Banjar, Himachal Pradesh\"},{\"cityId\":2519,\"cityName\":\"Banka, Bihar\"},{\"cityId\":1768,\"cityName\":\"Bankhandi, Himachal Pradesh\"},{\"cityId\":1907,\"cityName\":\"Banki, Odisha\"},{\"cityId\":516,\"cityName\":\"Bankura, West Bengal\"},{\"cityId\":1355,\"cityName\":\"Bansi, Uttar Pradesh\"},{\"cityId\":1191,\"cityName\":\"Banswara, Rajasthan\"},{\"cityId\":968,\"cityName\":\"Bantval, Karnataka\"},{\"cityId\":2176,\"cityName\":\"Bantwal, Karnataka\"},{\"cityId\":1915,\"cityName\":\"Banur, Punjab\"},{\"cityId\":783,\"cityName\":\"Bapatla, Andhra Pradesh\"},{\"cityId\":1356,\"cityName\":\"Barabanki, Uttar Pradesh\"},{\"cityId\":1956,\"cityName\":\"Barackpore, West Bengal\"},{\"cityId\":2609,\"cityName\":\"Barakar, West Bengal\"},{\"cityId\":1095,\"cityName\":\"Baramati, Maharashtra\"},{\"cityId\":1192,\"cityName\":\"Baran, Rajasthan\"},{\"cityId\":1903,\"cityName\":\"Baranga, Odisha\"},{\"cityId\":1438,\"cityName\":\"Barasat, West Bengal\"},{\"cityId\":1575,\"cityName\":\"Barauni, Bihar\"},{\"cityId\":618,\"cityName\":\"Baraut, Uttar Pradesh\"},{\"cityId\":2565,\"cityName\":\"Barbigha, Bihar\"},{\"cityId\":585,\"cityName\":\"Barbil, Odisha\"},{\"cityId\":1448,\"cityName\":\"Bardez Beach, Goa\"},{\"cityId\":46,\"cityName\":\"Bardoli, Gujarat\"},{\"cityId\":204,\"cityName\":\"Bareilly, Uttar Pradesh\"},{\"cityId\":1892,\"cityName\":\"Bareja, Gujarat\"},{\"cityId\":613,\"cityName\":\"Bareli, Madhya Pradesh\"},{\"cityId\":755,\"cityName\":\"Bargarh, Odisha\"},{\"cityId\":1248,\"cityName\":\"Bargur, Tamil Nadu\"},{\"cityId\":2537,\"cityName\":\"Barh, Bihar\"},{\"cityId\":1357,\"cityName\":\"Barhalganj, Uttar Pradesh\"},{\"cityId\":1702,\"cityName\":\"Barhni, Uttar Pradesh\"},{\"cityId\":2175,\"cityName\":\"Baripada, Odisha\"},{\"cityId\":1193,\"cityName\":\"Barmer, Rajasthan\"},{\"cityId\":2686,\"cityName\":\"Barnala, Punjab\"},{\"cityId\":2453,\"cityName\":\"Barobisha, West Bengal\"},{\"cityId\":1912,\"cityName\":\"Barotiwala, Himachal Pradesh\"},{\"cityId\":2025,\"cityName\":\"Barpeta, Assam\"},{\"cityId\":1439,\"cityName\":\"Barrackpore, West Bengal\"},{\"cityId\":2301,\"cityName\":\"Barshi, Maharashtra\"},{\"cityId\":1963,\"cityName\":\"Baruipur, West Bengal\"},{\"cityId\":1049,\"cityName\":\"Barwani, Madhya Pradesh\"},{\"cityId\":506,\"cityName\":\"Basar, Telangana\"},{\"cityId\":969,\"cityName\":\"Basavakalyan, Karnataka\"},{\"cityId\":2798,\"cityName\":\"Basavana Bagewadi, Karnataka\"},{\"cityId\":517,\"cityName\":\"Basirhat, West Bengal\"},{\"cityId\":1800,\"cityName\":\"Basmat, Maharashtra\"},{\"cityId\":2733,\"cityName\":\"Basna, Chhattisgarh\"},{\"cityId\":2950,\"cityName\":\"Basoda, Madhya Pradesh\"},{\"cityId\":2646,\"cityName\":\"Basopatti, Bihar\"},{\"cityId\":1782,\"cityName\":\"Bassi, Rajasthan\"},{\"cityId\":2918,\"cityName\":\"Bastar, Chhattisgarh\"},{\"cityId\":1358,\"cityName\":\"Basti, Uttar Pradesh\"},{\"cityId\":456,\"cityName\":\"batala, Punjab\"},{\"cityId\":443,\"cityName\":\"Bathinda, Punjab\"},{\"cityId\":1249,\"cityName\":\"Batlagundu, Tamil Nadu\"},{\"cityId\":1898,\"cityName\":\"Bavla, Gujarat\"},{\"cityId\":2265,\"cityName\":\"Bawali, West Bengal\"},{\"cityId\":2649,\"cityName\":\"Bawangaja, Madhya Pradesh\"},{\"cityId\":2895,\"cityName\":\"Bayana, Rajasthan\"},{\"cityId\":1410,\"cityName\":\"Bazpur, Uttarakhand\"},{\"cityId\":2872,\"cityName\":\"Beas, Punjab\"},{\"cityId\":1194,\"cityName\":\"Beawar, Rajasthan\"},{\"cityId\":2536,\"cityName\":\"Becharaji, Gujarat\"},{\"cityId\":764,\"cityName\":\"Beed, Maharashtra\"},{\"cityId\":599,\"cityName\":\"Beena, Madhya Pradesh\"},{\"cityId\":845,\"cityName\":\"Begusarai, Bihar\"},{\"cityId\":235,\"cityName\":\"Behror, Rajasthan\"},{\"cityId\":2192,\"cityName\":\"Bekal, Kerala\"},{\"cityId\":560,\"cityName\":\"Belda, West Bengal\"},{\"cityId\":2286,\"cityName\":\"Beldanga, West Bengal\"},{\"cityId\":128,\"cityName\":\"Belgaum, Karnataka\"},{\"cityId\":2483,\"cityName\":\"Belha, Uttar Pradesh\"},{\"cityId\":784,\"cityName\":\"Bellampalle, Andhra Pradesh\"},{\"cityId\":208,\"cityName\":\"Bellary, Karnataka\"},{\"cityId\":1793,\"cityName\":\"Belthangady, Karnataka\"},{\"cityId\":2525,\"cityName\":\"Belthara, Uttar Pradesh\"},{\"cityId\":1961,\"cityName\":\"Belur, Karnataka\"},{\"cityId\":2734,\"cityName\":\"Bemetara, Chhattisgarh\"},{\"cityId\":2805,\"cityName\":\"Benaulim Beach, Goa\"},{\"cityId\":1508,\"cityName\":\"Berhampore, West Bengal\"},{\"cityId\":86,\"cityName\":\"Berhampur, Odisha\"},{\"cityId\":785,\"cityName\":\"Bestawaripeta, Andhra Pradesh\"},{\"cityId\":2820,\"cityName\":\"Betalbatim Beach, Goa\"},{\"cityId\":786,\"cityName\":\"Bethamcherla, Telangana\"},{\"cityId\":2288,\"cityName\":\"Bethuadahari, West Bengal\"},{\"cityId\":846,\"cityName\":\"Bettiah, Bihar\"},{\"cityId\":2815,\"cityName\":\"Betul Beach, Goa\"},{\"cityId\":569,\"cityName\":\"Betul, Madhya Pradesh\"},{\"cityId\":882,\"cityName\":\"Bhabua, Bihar\"},{\"cityId\":893,\"cityName\":\"Bhachau, Gujarat\"},{\"cityId\":1359,\"cityName\":\"Bhadohi, Uttar Pradesh\"},{\"cityId\":787,\"cityName\":\"Bhadrachalam, Telangana\"},{\"cityId\":1170,\"cityName\":\"Bhadrak, Odisha\"},{\"cityId\":1861,\"cityName\":\"Bhadravathi, Karnataka\"},{\"cityId\":734,\"cityName\":\"Bhadravati, Karnataka\"},{\"cityId\":847,\"cityName\":\"Bhagalpur, Bihar\"},{\"cityId\":788,\"cityName\":\"Bhainsa, Telangana\"},{\"cityId\":970,\"cityName\":\"Bhalki, Karnataka\"},{\"cityId\":2574,\"cityName\":\"Bhalukpong, Arunachal Pradesh\"},{\"cityId\":740,\"cityName\":\"Bhandara, Maharashtra\"},{\"cityId\":2420,\"cityName\":\"Bhandardara, Maharashtra\"},{\"cityId\":1171,\"cityName\":\"Bhanjanagar, Odisha\"},{\"cityId\":2671,\"cityName\":\"Bhanvad, Gujarat\"},{\"cityId\":229,\"cityName\":\"Bharatpur, Rajasthan\"},{\"cityId\":1987,\"cityName\":\"Bharpura, Bihar\"},{\"cityId\":2852,\"cityName\":\"Bharthana, Uttar Pradesh\"},{\"cityId\":475,\"cityName\":\"Bharuch, Gujarat\"},{\"cityId\":2735,\"cityName\":\"Bhatapara, Chhattisgarh\"},{\"cityId\":2736,\"cityName\":\"Bhatgaon, Chhattisgarh\"},{\"cityId\":134,\"cityName\":\"Bhatkal, Karnataka\"},{\"cityId\":2906,\"cityName\":\"Bhatni Bazar, Uttar Pradesh\"},{\"cityId\":2233,\"cityName\":\"Bhattiprolu, Andhra Pradesh\"},{\"cityId\":1250,\"cityName\":\"Bhavani, Tamil Nadu\"},{\"cityId\":365,\"cityName\":\"Bhavnagar, Gujarat\"},{\"cityId\":756,\"cityName\":\"Bhawanipatna, Odisha\"},{\"cityId\":2632,\"cityName\":\"Bhedaghat, Madhya Pradesh\"},{\"cityId\":2373,\"cityName\":\"Bhigwan, Maharashtra\"},{\"cityId\":1617,\"cityName\":\"Bhilad, Gujarat\"},{\"cityId\":442,\"cityName\":\"Bhilai, Chhattisgarh\"},{\"cityId\":100,\"cityName\":\"Bhilwara, Rajasthan\"},{\"cityId\":2413,\"cityName\":\"Bhimashankar, Maharashtra\"},{\"cityId\":461,\"cityName\":\"Bhimavaram, Andhra Pradesh\"},{\"cityId\":109,\"cityName\":\"Bhimtal, Uttarakhand\"},{\"cityId\":1050,\"cityName\":\"Bhind, Madhya Pradesh\"},{\"cityId\":1195,\"cityName\":\"Bhinmal, Rajasthan\"},{\"cityId\":1880,\"cityName\":\"Bhittamore, Bihar\"},{\"cityId\":444,\"cityName\":\"Bhiwadi, Rajasthan\"},{\"cityId\":741,\"cityName\":\"Bhiwandi, Maharashtra\"},{\"cityId\":619,\"cityName\":\"Bhiwani, Haryana\"},{\"cityId\":2118,\"cityName\":\"Bhojpur, Bihar\"},{\"cityId\":789,\"cityName\":\"Bhongir, Telangana\"},{\"cityId\":1878,\"cityName\":\"Bhoodan Pochampally, Telangana\"},{\"cityId\":219,\"cityName\":\"Bhopal, Madhya Pradesh\"},{\"cityId\":777,\"cityName\":\"Bhopalpatnam, Chhattisgarh\"},{\"cityId\":2303,\"cityName\":\"Bhor, Maharashtra\"},{\"cityId\":586,\"cityName\":\"Bhuban, Odisha\"},{\"cityId\":297,\"cityName\":\"Bhubaneswar, Odisha\"},{\"cityId\":2378,\"cityName\":\"Bhuntar, Himachal Pradesh\"},{\"cityId\":1096,\"cityName\":\"Bhusawal, Maharashtra\"},{\"cityId\":2939,\"cityName\":\"Biaora, Madhya Pradesh\"},{\"cityId\":2209,\"cityName\":\"Bibinagar, Telangana\"},{\"cityId\":1867,\"cityName\":\"Bidadi, Karnataka\"},{\"cityId\":620,\"cityName\":\"Bidar, Karnataka\"},{\"cityId\":2456,\"cityName\":\"Bidhannagar, West Bengal\"},{\"cityId\":621,\"cityName\":\"Bihar Sharif, Bihar\"},{\"cityId\":2511,\"cityName\":\"Bihpur, Bihar\"},{\"cityId\":1990,\"cityName\":\"Bihta, Bihar\"},{\"cityId\":1651,\"cityName\":\"Bijainagar, Rajasthan\"},{\"cityId\":284,\"cityName\":\"Bijapur, Karnataka\"},{\"cityId\":622,\"cityName\":\"Bijnor, Uttar Pradesh\"},{\"cityId\":183,\"cityName\":\"Bikaner, Rajasthan\"},{\"cityId\":2606,\"cityName\":\"Bikram, Bihar\"},{\"cityId\":848,\"cityName\":\"Bikramganj, Bihar\"},{\"cityId\":1196,\"cityName\":\"Bilara, Rajasthan\"},{\"cityId\":417,\"cityName\":\"Bilaspur, Chhattisgarh\"},{\"cityId\":2737,\"cityName\":\"Bilha, Chhattisgarh\"},{\"cityId\":894,\"cityName\":\"Bilimora, Gujarat\"},{\"cityId\":1452,\"cityName\":\"Bina, Madhya Pradesh\"},{\"cityId\":2623,\"cityName\":\"Bindki, Uttar Pradesh\"},{\"cityId\":2467,\"cityName\":\"Bindu, West Bengal\"},{\"cityId\":2695,\"cityName\":\"Binsar, Uttarakhand\"},{\"cityId\":2527,\"cityName\":\"Bir, Himachal Pradesh\"},{\"cityId\":2490,\"cityName\":\"Biraul, Bihar\"},{\"cityId\":2738,\"cityName\":\"Birgaon, Chhattisgarh\"},{\"cityId\":1684,\"cityName\":\"Bironkhal, Uttarakhand\"},{\"cityId\":2452,\"cityName\":\"Birpara, West Bengal\"},{\"cityId\":849,\"cityName\":\"Birpur, Bihar\"},{\"cityId\":971,\"cityName\":\"Birur, Karnataka\"},{\"cityId\":2864,\"cityName\":\"Bisalpur, Uttar Pradesh\"},{\"cityId\":1360,\"cityName\":\"Bisauli, Uttar Pradesh\"},{\"cityId\":553,\"cityName\":\"Bishnupur, West Bengal\"},{\"cityId\":2775,\"cityName\":\"Bishrampur, Chhattisgarh\"},{\"cityId\":2602,\"cityName\":\"Biswanath Chariali, Assam\"},{\"cityId\":2721,\"cityName\":\"Bitha, Bihar\"},{\"cityId\":790,\"cityName\":\"Bobbili, Andhra Pradesh\"},{\"cityId\":791,\"cityName\":\"Bodhan, Telangana\"},{\"cityId\":1251,\"cityName\":\"Bodinayakanur, Tamil Nadu\"},{\"cityId\":2739,\"cityName\":\"Bodri, Chhattisgarh\"},{\"cityId\":2235,\"cityName\":\"Boduppal, Telangana\"},{\"cityId\":2813,\"cityName\":\"Bogmalo Beach, Goa\"},{\"cityId\":1097,\"cityName\":\"Boisar, Maharashtra\"},{\"cityId\":2581,\"cityName\":\"Bokakhat, Assam\"},{\"cityId\":2125,\"cityName\":\"Bokaro Steel City, Jharkhand\"},{\"cityId\":1453,\"cityName\":\"Bokaro, Jharkhand\"},{\"cityId\":518,\"cityName\":\"Bolpur, West Bengal\"},{\"cityId\":2588,\"cityName\":\"Bomdila, Arunachal Pradesh\"},{\"cityId\":2026,\"cityName\":\"Bongaigaon, Assam\"},{\"cityId\":1573,\"cityName\":\"Bongaon, West Bengal\"},{\"cityId\":1922,\"cityName\":\"Booluvampatti, Tamil Nadu\"},{\"cityId\":1773,\"cityName\":\"Bopal, Gujarat\"},{\"cityId\":1761,\"cityName\":\"Borli, Maharashtra\"},{\"cityId\":2023,\"cityName\":\"Borra Caves, Andhra Pradesh\"},{\"cityId\":476,\"cityName\":\"Borsad, Gujarat\"},{\"cityId\":477,\"cityName\":\"Botad, Gujarat\"},{\"cityId\":2277,\"cityName\":\"Bounsi, Bihar\"},{\"cityId\":1098,\"cityName\":\"Brahmapuri, Maharashtra\"},{\"cityId\":1550,\"cityName\":\"Brahmavar, Karnataka\"},{\"cityId\":2359,\"cityName\":\"Buchireddypalem, Andhra Pradesh\"},{\"cityId\":623,\"cityName\":\"Budaun, Uttar Pradesh\"},{\"cityId\":2530,\"cityName\":\"Budge Budge, West Bengal\"},{\"cityId\":1690,\"cityName\":\"Budhni, Madhya Pradesh\"},{\"cityId\":2908,\"cityName\":\"Buhana, Rajasthan\"},{\"cityId\":624,\"cityName\":\"Bulandshahr, Uttar Pradesh\"},{\"cityId\":1099,\"cityName\":\"Buldana, Maharashtra\"},{\"cityId\":1650,\"cityName\":\"Buldhana, Maharashtra\"},{\"cityId\":184,\"cityName\":\"Bundi, Rajasthan\"},{\"cityId\":539,\"cityName\":\"Burdwan, West Bengal\"},{\"cityId\":1051,\"cityName\":\"Burhanpur, Madhya Pradesh\"},{\"cityId\":2717,\"cityName\":\"Burla, Odisha\"},{\"cityId\":972,\"cityName\":\"Byadgi, Karnataka\"},{\"cityId\":2196,\"cityName\":\"Bylakuppe, Karnataka\"},{\"cityId\":2806,\"cityName\":\"Calangute Beach, Goa\"},{\"cityId\":218,\"cityName\":\"Calicut, Kerala\"},{\"cityId\":2610,\"cityName\":\"Canacona Beach, Goa\"},{\"cityId\":2839,\"cityName\":\"Canaguinim Beach, Goa\"},{\"cityId\":2828,\"cityName\":\"Canasaulim Beach, Goa\"},{\"cityId\":2320,\"cityName\":\"Candolim Beach, Goa\"},{\"cityId\":2840,\"cityName\":\"Carmona Beach, Goa\"},{\"cityId\":2810,\"cityName\":\"Cavelossim Beach, Goa\"},{\"cityId\":2678,\"cityName\":\"Chabua, Assam\"},{\"cityId\":947,\"cityName\":\"Chaibasa, Jharkhand\"},{\"cityId\":1100,\"cityName\":\"Chakan, Maharashtra\"},{\"cityId\":519,\"cityName\":\"Chakdaha, West Bengal\"},{\"cityId\":2662,\"cityName\":\"Chakghat, Madhya Pradesh\"},{\"cityId\":948,\"cityName\":\"Chakradharpur, Jharkhand\"},{\"cityId\":2105,\"cityName\":\"Chakrata, Uttarakhand\"},{\"cityId\":1939,\"cityName\":\"Chaksu, Rajasthan\"},{\"cityId\":2674,\"cityName\":\"Chakulia, Jharkhand\"},{\"cityId\":1087,\"cityName\":\"Chalisgaon, Maharashtra\"},{\"cityId\":973,\"cityName\":\"Challakere, Karnataka\"},{\"cityId\":2012,\"cityName\":\"Chalsa, West Bengal\"},{\"cityId\":974,\"cityName\":\"Chamarajanagar, Karnataka\"},{\"cityId\":2406,\"cityName\":\"Chamba, Himachal Pradesh\"},{\"cityId\":2100,\"cityName\":\"Chamoli, Uttarakhand\"},{\"cityId\":723,\"cityName\":\"Champa, Chhattisgarh\"},{\"cityId\":2522,\"cityName\":\"Champaran, Bihar\"},{\"cityId\":2701,\"cityName\":\"Champawat, Uttarakhand\"},{\"cityId\":895,\"cityName\":\"Chanasma, Gujarat\"},{\"cityId\":550,\"cityName\":\"Chandan Nagar, West Bengal\"},{\"cityId\":1361,\"cityName\":\"Chandauli, Uttar Pradesh\"},{\"cityId\":625,\"cityName\":\"Chandausi, Uttar Pradesh\"},{\"cityId\":1052,\"cityName\":\"Chanderi, Madhya Pradesh\"},{\"cityId\":1770,\"cityName\":\"Chandgad, Maharashtra\"},{\"cityId\":2512,\"cityName\":\"Chandi, Bihar\"},{\"cityId\":422,\"cityName\":\"Chandigarh, Chandigarh\"},{\"cityId\":598,\"cityName\":\"Chandikhol, Odisha\"},{\"cityId\":2269,\"cityName\":\"Chandipur, Odisha\"},{\"cityId\":1606,\"cityName\":\"Chandod, Gujarat\"},{\"cityId\":2229,\"cityName\":\"Chandole, Andhra Pradesh\"},{\"cityId\":626,\"cityName\":\"Chandpur, Uttar Pradesh\"},{\"cityId\":1958,\"cityName\":\"Chandpur, West Bengal\"},{\"cityId\":2710,\"cityName\":\"Chandrabadani Devi, Uttarakhand\"},{\"cityId\":1640,\"cityName\":\"Chandragiri, Andhra Pradesh\"},{\"cityId\":326,\"cityName\":\"Chandrapur, Maharashtra\"},{\"cityId\":2640,\"cityName\":\"Chandubi Lake, Assam\"},{\"cityId\":1854,\"cityName\":\"Chanere, Maharashtra\"},{\"cityId\":1454,\"cityName\":\"Changanacherry, Kerala\"},{\"cityId\":2020,\"cityName\":\"Changrabandha, West Bengal\"},{\"cityId\":2159,\"cityName\":\"Channapatna, Karnataka\"},{\"cityId\":2146,\"cityName\":\"Channarayapatna, Karnataka\"},{\"cityId\":2628,\"cityName\":\"Chanod, Gujarat\"},{\"cityId\":2827,\"cityName\":\"Chapora Beach, Goa\"},{\"cityId\":851,\"cityName\":\"Chapra, Bihar\"},{\"cityId\":774,\"cityName\":\"Charama, Chhattisgarh\"},{\"cityId\":2740,\"cityName\":\"Charcha, Chhattisgarh\"},{\"cityId\":1904,\"cityName\":\"Charibatia, Odisha\"},{\"cityId\":1932,\"cityName\":\"Charkhi dadri, Haryana\"},{\"cityId\":949,\"cityName\":\"Chatra, Jharkhand\"},{\"cityId\":2700,\"cityName\":\"Chaukhutiya, Uttarakhand\"},{\"cityId\":1823,\"cityName\":\"Chaumahla, Rajasthan\"},{\"cityId\":2306,\"cityName\":\"Chaurai, Madhya Pradesh\"},{\"cityId\":1727,\"cityName\":\"Cheemalapadu, Andhra Pradesh\"},{\"cityId\":1683,\"cityName\":\"Cheepurupalli, Andhra Pradesh\"},{\"cityId\":2648,\"cityName\":\"Chenari Chhotki, Bihar\"},{\"cityId\":627,\"cityName\":\"Chengalpattu, Tamil Nadu\"},{\"cityId\":1023,\"cityName\":\"Chengannur, Kerala\"},{\"cityId\":81,\"cityName\":\"Chennai, Tamil Nadu\"},{\"cityId\":2360,\"cityName\":\"Chennuru I, Andhra Pradesh\"},{\"cityId\":1825,\"cityName\":\"Chennuru, Andhra Pradesh\"},{\"cityId\":2679,\"cityName\":\"Cheog, Himachal Pradesh\"},{\"cityId\":1950,\"cityName\":\"Cherai, Kerala\"},{\"cityId\":1847,\"cityName\":\"Cheriyal, Telangana\"},{\"cityId\":2034,\"cityName\":\"Cherrapunjee, Meghalaya\"},{\"cityId\":2392,\"cityName\":\"Cherthala, Kerala\"},{\"cityId\":2082,\"cityName\":\"Cheyyar, Tamil Nadu\"},{\"cityId\":1846,\"cityName\":\"Cheyyur, Tamil Nadu\"},{\"cityId\":1931,\"cityName\":\"Chhainsa, Haryana\"},{\"cityId\":883,\"cityName\":\"Chhapra, Bihar\"},{\"cityId\":1896,\"cityName\":\"Chharodi, Gujarat\"},{\"cityId\":2576,\"cityName\":\"Chhatarpur, Madhya Pradesh\"},{\"cityId\":570,\"cityName\":\"Chhindwara, Madhya Pradesh\"},{\"cityId\":2741,\"cityName\":\"Chhuikhadan, Chhattisgarh\"},{\"cityId\":778,\"cityName\":\"Chichola, Chhattisgarh\"},{\"cityId\":200,\"cityName\":\"Chidambaram, Tamil Nadu\"},{\"cityId\":2870,\"cityName\":\"Chikhli, Gujarat\"},{\"cityId\":2239,\"cityName\":\"Chikka Tirupathi, Karnataka\"},{\"cityId\":628,\"cityName\":\"Chikkaballapur, Karnataka\"},{\"cityId\":394,\"cityName\":\"Chikmagalur, Karnataka\"},{\"cityId\":2909,\"cityName\":\"Chikodi, Karnataka\"},{\"cityId\":709,\"cityName\":\"Chilakaluripet, Andhra Pradesh\"},{\"cityId\":593,\"cityName\":\"Chilika Lake, Odisha\"},{\"cityId\":2403,\"cityName\":\"Chilkur Balaji Temple, Telangana\"},{\"cityId\":896,\"cityName\":\"Chiloda(Naroda), Gujarat\"},{\"cityId\":772,\"cityName\":\"Chilpi, Chhattisgarh\"},{\"cityId\":2002,\"cityName\":\"Chimbali, Maharashtra\"},{\"cityId\":1101,\"cityName\":\"Chinchani, Maharashtra\"},{\"cityId\":1252,\"cityName\":\"Chinnamanur, Tamil Nadu\"},{\"cityId\":2355,\"cityName\":\"Chinnar, Kerala\"},{\"cityId\":1253,\"cityName\":\"Chinnasalem, Tamil Nadu\"},{\"cityId\":2270,\"cityName\":\"Chinsurah, West Bengal\"},{\"cityId\":975,\"cityName\":\"Chintamani, Karnataka\"},{\"cityId\":2688,\"cityName\":\"Chintpurni, Himachal Pradesh\"},{\"cityId\":1102,\"cityName\":\"Chiplun, Maharashtra\"},{\"cityId\":710,\"cityName\":\"Chirala, Andhra Pradesh\"},{\"cityId\":629,\"cityName\":\"Chirawa, Rajasthan\"},{\"cityId\":950,\"cityName\":\"Chirkunda, Jharkhand\"},{\"cityId\":2742,\"cityName\":\"Chirmiri, Chhattisgarh\"},{\"cityId\":2283,\"cityName\":\"Chitra, Jharkhand\"},{\"cityId\":735,\"cityName\":\"Chitradurga, Karnataka\"},{\"cityId\":2667,\"cityName\":\"Chitrakoot Dham, Uttar Pradesh\"},{\"cityId\":2150,\"cityName\":\"Chitrakoot, Madhya Pradesh\"},{\"cityId\":520,\"cityName\":\"Chittaranjan, West Bengal\"},{\"cityId\":630,\"cityName\":\"Chittoor, Andhra Pradesh\"},{\"cityId\":314,\"cityName\":\"Chittorgarh, Rajasthan\"},{\"cityId\":1945,\"cityName\":\"Chokhi Dhani, Rajasthan\"},{\"cityId\":2024,\"cityName\":\"Chompi, Andhra Pradesh\"},{\"cityId\":1943,\"cityName\":\"Chomu, Rajasthan\"},{\"cityId\":2616,\"cityName\":\"Chopan, Uttar Pradesh\"},{\"cityId\":1103,\"cityName\":\"Chopda, Maharashtra\"},{\"cityId\":2112,\"cityName\":\"Chopta, Uttarakhand\"},{\"cityId\":2891,\"cityName\":\"Chotila, Gujarat\"},{\"cityId\":792,\"cityName\":\"Choutuppal, Telangana\"},{\"cityId\":2608,\"cityName\":\"Chunar, Uttar Pradesh\"},{\"cityId\":51,\"cityName\":\"Churu, Rajasthan\"},{\"cityId\":244,\"cityName\":\"Coimbatore, Tamil Nadu\"},{\"cityId\":2831,\"cityName\":\"Cola Beach, Goa\"},{\"cityId\":2629,\"cityName\":\"Colonelganj, Uttar Pradesh\"},{\"cityId\":2800,\"cityName\":\"Colva Beach, Goa\"},{\"cityId\":521,\"cityName\":\"Contai, West Bengal\"},{\"cityId\":2011,\"cityName\":\"Cooch Behar, West Bengal\"},{\"cityId\":410,\"cityName\":\"Coonoor, Tamil Nadu\"},{\"cityId\":441,\"cityName\":\"Coorg, Karnataka\"},{\"cityId\":2050,\"cityName\":\"Courtallam, Tamil Nadu\"},{\"cityId\":631,\"cityName\":\"Cuddalore, Tamil Nadu\"},{\"cityId\":2848,\"cityName\":\"Cumbum, Andhra Pradesh\"},{\"cityId\":887,\"cityName\":\"Cuncolim, Goa\"},{\"cityId\":2333,\"cityName\":\"Curti, Goa\"},{\"cityId\":8,\"cityName\":\"Cuttack, Odisha\"},{\"cityId\":1648,\"cityName\":\"Dabaspete, Karnataka\"},{\"cityId\":897,\"cityName\":\"Dabhoi, Gujarat\"},{\"cityId\":2833,\"cityName\":\"Dabolim Beach, Goa\"},{\"cityId\":2843,\"cityName\":\"Dabolim, Goa\"},{\"cityId\":2892,\"cityName\":\"Dabra, Madhya Pradesh\"},{\"cityId\":1585,\"cityName\":\"Dachepalle, Andhra Pradesh\"},{\"cityId\":1104,\"cityName\":\"Dahanu, Maharashtra\"},{\"cityId\":1897,\"cityName\":\"Dahegam, Gujarat\"},{\"cityId\":502,\"cityName\":\"Dahej, Gujarat\"},{\"cityId\":2374,\"cityName\":\"Dahisar, Maharashtra\"},{\"cityId\":496,\"cityName\":\"Dahod, Gujarat\"},{\"cityId\":478,\"cityName\":\"Dakor, Gujarat\"},{\"cityId\":2140,\"cityName\":\"Dal Lake, Jammu and Kashmir\"},{\"cityId\":2709,\"cityName\":\"Dalauda, Madhya Pradesh\"},{\"cityId\":222,\"cityName\":\"Dalhousie, Himachal Pradesh\"},{\"cityId\":2015,\"cityName\":\"Dalkhola, West Bengal\"},{\"cityId\":2743,\"cityName\":\"Dalli Rajhara, Chhattisgarh\"},{\"cityId\":2520,\"cityName\":\"Dalsinghsarai, Bihar\"},{\"cityId\":951,\"cityName\":\"Daltonganj, Jharkhand\"},{\"cityId\":360,\"cityName\":\"Daman, Daman and Diu\"},{\"cityId\":1053,\"cityName\":\"Damoh, Madhya Pradesh\"},{\"cityId\":1988,\"cityName\":\"Danapur, Bihar\"},{\"cityId\":976,\"cityName\":\"Dandeli, Karnataka\"},{\"cityId\":1957,\"cityName\":\"Dankuni, West Bengal\"},{\"cityId\":724,\"cityName\":\"Dantewada, Chhattisgarh\"},{\"cityId\":1455,\"cityName\":\"Dapoli, Maharashtra\"},{\"cityId\":2154,\"cityName\":\"Daramasthala, Karnataka\"},{\"cityId\":852,\"cityName\":\"Darbhanga, Bihar\"},{\"cityId\":594,\"cityName\":\"Daringbadi, Odisha\"},{\"cityId\":1456,\"cityName\":\"Darjeeling, West Bengal\"},{\"cityId\":1755,\"cityName\":\"Darlaghat, Himachal Pradesh\"},{\"cityId\":2716,\"cityName\":\"Darlipali, Odisha\"},{\"cityId\":1619,\"cityName\":\"Darsi, Andhra Pradesh\"},{\"cityId\":1729,\"cityName\":\"Dasuya, Punjab\"},{\"cityId\":1054,\"cityName\":\"Datia, Madhya Pradesh\"},{\"cityId\":853,\"cityName\":\"Daudnagar, Bihar\"},{\"cityId\":1105,\"cityName\":\"Daund, Maharashtra\"},{\"cityId\":1198,\"cityName\":\"Dausa, Rajasthan\"},{\"cityId\":736,\"cityName\":\"Davanagere, Karnataka\"},{\"cityId\":2027,\"cityName\":\"Dawki, Meghalaya\"},{\"cityId\":2876,\"cityName\":\"Deeg, Rajasthan\"},{\"cityId\":898,\"cityName\":\"Deesa, Gujarat\"},{\"cityId\":2929,\"cityName\":\"Degana, Rajasthan\"},{\"cityId\":899,\"cityName\":\"Dehgam, Gujarat\"},{\"cityId\":2847,\"cityName\":\"Dehra Gopipur, Himachal Pradesh\"},{\"cityId\":5,\"cityName\":\"Dehradun, Uttarakhand\"},{\"cityId\":2551,\"cityName\":\"Dehri, Bihar\"},{\"cityId\":632,\"cityName\":\"Deoband, Uttar Pradesh\"},{\"cityId\":2651,\"cityName\":\"Deogarh, Odisha\"},{\"cityId\":512,\"cityName\":\"Deoghar, Jharkhand\"},{\"cityId\":2422,\"cityName\":\"Deolali Gaon, Maharashtra\"},{\"cityId\":2421,\"cityName\":\"Deolali Pravara, Maharashtra\"},{\"cityId\":511,\"cityName\":\"Deolali, Maharashtra\"},{\"cityId\":779,\"cityName\":\"Deori, Chhattisgarh\"},{\"cityId\":1362,\"cityName\":\"Deoria, Uttar Pradesh\"},{\"cityId\":2685,\"cityName\":\"Deotsidh, Himachal Pradesh\"},{\"cityId\":2666,\"cityName\":\"Depalpura, Madhya Pradesh\"},{\"cityId\":2675,\"cityName\":\"Dergaon, Assam\"},{\"cityId\":1658,\"cityName\":\"Desuri, Rajasthan\"},{\"cityId\":1106,\"cityName\":\"Deulgaon, Maharashtra\"},{\"cityId\":977,\"cityName\":\"Devadurga, Karnataka\"},{\"cityId\":1254,\"cityName\":\"Devakottai, Tamil Nadu\"},{\"cityId\":1604,\"cityName\":\"Devala, Tamil Nadu\"},{\"cityId\":793,\"cityName\":\"Devarakonda, Telangana\"},{\"cityId\":1777,\"cityName\":\"Devgad, Maharashtra\"},{\"cityId\":2924,\"cityName\":\"Devipur, Uttar Pradesh\"},{\"cityId\":2098,\"cityName\":\"Devprayag, Uttarakhand\"},{\"cityId\":1647,\"cityName\":\"Devrukh, Maharashtra\"},{\"cityId\":571,\"cityName\":\"Dewas, Madhya Pradesh\"},{\"cityId\":2256,\"cityName\":\"Dhamdha, Chhattisgarh\"},{\"cityId\":1055,\"cityName\":\"Dhamnod, Madhya Pradesh\"},{\"cityId\":2612,\"cityName\":\"Dhamra, Odisha\"},{\"cityId\":725,\"cityName\":\"Dhamtari, Chhattisgarh\"},{\"cityId\":146,\"cityName\":\"Dhanbad, Jharkhand\"},{\"cityId\":900,\"cityName\":\"Dhandhuka, Gujarat\"},{\"cityId\":1964,\"cityName\":\"Dhaniakhali, West Bengal\"},{\"cityId\":1574,\"cityName\":\"Dhanolti, Uttarakhand\"},{\"cityId\":2250,\"cityName\":\"Dhansura, Gujarat\"},{\"cityId\":1056,\"cityName\":\"Dhar, Madhya Pradesh\"},{\"cityId\":2744,\"cityName\":\"Dharamjaigarh, Chhattisgarh\"},{\"cityId\":193,\"cityName\":\"Dharamshala, Himachal Pradesh\"},{\"cityId\":2059,\"cityName\":\"Dharapuram, Tamil Nadu\"},{\"cityId\":2887,\"cityName\":\"Dharmanagar, Tripura\"},{\"cityId\":634,\"cityName\":\"Dharmapuri, Tamil Nadu\"},{\"cityId\":2846,\"cityName\":\"Dharmasala, Kerala\"},{\"cityId\":1501,\"cityName\":\"Dharmasthala, Karnataka\"},{\"cityId\":794,\"cityName\":\"Dharmavaram, Andhra Pradesh\"},{\"cityId\":924,\"cityName\":\"Dharuhera, Haryana\"},{\"cityId\":611,\"cityName\":\"Dharwad, Karnataka\"},{\"cityId\":1822,\"cityName\":\"Dhasa, Gujarat\"},{\"cityId\":1172,\"cityName\":\"Dhenkanal, Odisha\"},{\"cityId\":2630,\"cityName\":\"Dholera, Gujarat\"},{\"cityId\":479,\"cityName\":\"Dholka, Gujarat\"},{\"cityId\":1457,\"cityName\":\"Dholpur, Rajasthan\"},{\"cityId\":1745,\"cityName\":\"Dhone, Andhra Pradesh\"},{\"cityId\":2570,\"cityName\":\"Dhoraji, Gujarat\"},{\"cityId\":2462,\"cityName\":\"Dhotrey, West Bengal\"},{\"cityId\":480,\"cityName\":\"Dhrangadhra, Gujarat\"},{\"cityId\":901,\"cityName\":\"Dhrol, Gujarat\"},{\"cityId\":2586,\"cityName\":\"Dhubri, Assam\"},{\"cityId\":742,\"cityName\":\"Dhule, Maharashtra\"},{\"cityId\":2949,\"cityName\":\"Dhuma, Madhya Pradesh\"},{\"cityId\":2021,\"cityName\":\"Dhupguri, West Bengal\"},{\"cityId\":522,\"cityName\":\"Diamond Harbour, West Bengal\"},{\"cityId\":2634,\"cityName\":\"Dibiyapur, Uttar Pradesh\"},{\"cityId\":2561,\"cityName\":\"Digboi, Assam\"},{\"cityId\":186,\"cityName\":\"Digha, West Bengal\"},{\"cityId\":854,\"cityName\":\"Dighwara, Bihar\"},{\"cityId\":2217,\"cityName\":\"Dindi, Andhra Pradesh\"},{\"cityId\":1255,\"cityName\":\"Dindigul, Tamil Nadu\"},{\"cityId\":2293,\"cityName\":\"Dindori, Madhya Pradesh\"},{\"cityId\":2916,\"cityName\":\"Diphu, Assam\"},{\"cityId\":2745,\"cityName\":\"Dipka, Chhattisgarh\"},{\"cityId\":2594,\"cityName\":\"Dirang, Meghalaya\"},{\"cityId\":472,\"cityName\":\"Diu, Daman and Diu\"},{\"cityId\":2318,\"cityName\":\"Diveagar Beach, Maharashtra\"},{\"cityId\":1558,\"cityName\":\"Doddaballapura, Karnataka\"},{\"cityId\":2316,\"cityName\":\"Domariyaganj, Uttar Pradesh\"},{\"cityId\":1977,\"cityName\":\"Dombivli, Maharashtra\"},{\"cityId\":561,\"cityName\":\"Domkal, West Bengal\"},{\"cityId\":2801,\"cityName\":\"Dona Paula Beach, Goa\"},{\"cityId\":1691,\"cityName\":\"Dongaon, Maharashtra\"},{\"cityId\":2746,\"cityName\":\"Dongargaon, Chhattisgarh\"},{\"cityId\":2253,\"cityName\":\"Dongargarh, Chhattisgarh\"},{\"cityId\":1984,\"cityName\":\"Dongri, Maharashtra\"},{\"cityId\":1672,\"cityName\":\"Dornakal, Telangana\"},{\"cityId\":2656,\"cityName\":\"Dostpur, Uttar Pradesh\"},{\"cityId\":1425,\"cityName\":\"Dubrajpur, West Bengal\"},{\"cityId\":2128,\"cityName\":\"Dugda, Jharkhand\"},{\"cityId\":2119,\"cityName\":\"Dum Dum, West Bengal\"},{\"cityId\":952,\"cityName\":\"Dumka, Jharkhand\"},{\"cityId\":855,\"cityName\":\"Dumraon, Bihar\"},{\"cityId\":1199,\"cityName\":\"Dungargarh, Rajasthan\"},{\"cityId\":1200,\"cityName\":\"Dungarpur, Rajasthan\"},{\"cityId\":758,\"cityName\":\"Durg, Chhattisgarh\"},{\"cityId\":323,\"cityName\":\"Durgapur, West Bengal\"},{\"cityId\":2875,\"cityName\":\"Durlaga, Odisha\"},{\"cityId\":2230,\"cityName\":\"Dwaraka Tirumala, Andhra Pradesh\"},{\"cityId\":481,\"cityName\":\"Dwarka, Gujarat\"},{\"cityId\":2127,\"cityName\":\"East Singhbhum, Jharkhand\"},{\"cityId\":1256,\"cityName\":\"Edappadi, Tamil Nadu\"},{\"cityId\":523,\"cityName\":\"Egra, West Bengal\"},{\"cityId\":1879,\"cityName\":\"Ekma, Bihar\"},{\"cityId\":1687,\"cityName\":\"Elavur, Tamil Nadu\"},{\"cityId\":2368,\"cityName\":\"Ellora, Maharashtra\"},{\"cityId\":265,\"cityName\":\"Eluru, Andhra Pradesh\"},{\"cityId\":1458,\"cityName\":\"Ernakulam, Kerala\"},{\"cityId\":400,\"cityName\":\"Erode, Tamil Nadu\"},{\"cityId\":635,\"cityName\":\"Etah, Uttar Pradesh\"},{\"cityId\":636,\"cityName\":\"Etawah, Uttar Pradesh\"},{\"cityId\":2861,\"cityName\":\"Ethe, Jharkhand\"},{\"cityId\":1257,\"cityName\":\"Ettayapuram, Tamil Nadu\"},{\"cityId\":2022,\"cityName\":\"Falakata, West Bengal\"},{\"cityId\":2268,\"cityName\":\"Farakka Barrage, West Bengal\"},{\"cityId\":2457,\"cityName\":\"Farakka, West Bengal\"},{\"cityId\":266,\"cityName\":\"Faridabad, Haryana\"},{\"cityId\":1179,\"cityName\":\"Faridkot, Punjab\"},{\"cityId\":1459,\"cityName\":\"Farrukhabad, Uttar Pradesh\"},{\"cityId\":610,\"cityName\":\"Fatehpur Sikri, Uttar Pradesh\"},{\"cityId\":603,\"cityName\":\"Fatehpur, Madhya Pradesh\"},{\"cityId\":1993,\"cityName\":\"Fatwah, Bihar\"},{\"cityId\":1180,\"cityName\":\"Fazilka, Punjab\"},{\"cityId\":1682,\"cityName\":\"Fazilnagar, Uttar Pradesh\"},{\"cityId\":607,\"cityName\":\"Firozabad, Uttar Pradesh\"},{\"cityId\":1181,\"cityName\":\"Firozpur, Punjab\"},{\"cityId\":856,\"cityName\":\"Forbesganj, Bihar\"},{\"cityId\":2017,\"cityName\":\"Fulbari, West Bengal\"},{\"cityId\":2900,\"cityName\":\"Fursungi, Maharashtra\"},{\"cityId\":1022,\"cityName\":\"Gadag, Karnataka\"},{\"cityId\":737,\"cityName\":\"Gadag-Betageri, Karnataka\"},{\"cityId\":2854,\"cityName\":\"Gadarpur, Uttarakhand\"},{\"cityId\":572,\"cityName\":\"Gadarwara, Madhya Pradesh\"},{\"cityId\":1107,\"cityName\":\"Gadchiroli, Maharashtra\"},{\"cityId\":1108,\"cityName\":\"Gadhinglaj, Maharashtra\"},{\"cityId\":795,\"cityName\":\"Gadwal, Telangana\"},{\"cityId\":2106,\"cityName\":\"Gairsain, Uttarakhand\"},{\"cityId\":796,\"cityName\":\"Gajapathinagaram, Andhra Pradesh\"},{\"cityId\":2899,\"cityName\":\"Gajendragad, Karnataka\"},{\"cityId\":79,\"cityName\":\"Gajraula, Uttar Pradesh\"},{\"cityId\":1568,\"cityName\":\"Gajwel, Telangana\"},{\"cityId\":2804,\"cityName\":\"Galgibaga Beach, Goa\"},{\"cityId\":2424,\"cityName\":\"Galiakot, Rajasthan\"},{\"cityId\":2249,\"cityName\":\"Ganagapura, Karnataka\"},{\"cityId\":925,\"cityName\":\"Ganaur, Haryana\"},{\"cityId\":2747,\"cityName\":\"Gandai, Chhattisgarh\"},{\"cityId\":19,\"cityName\":\"Gandhidham, Gujarat\"},{\"cityId\":241,\"cityName\":\"Gandhinagar, Gujarat\"},{\"cityId\":1201,\"cityName\":\"Ganganagar, Rajasthan\"},{\"cityId\":2797,\"cityName\":\"Gangapura, Karnataka\"},{\"cityId\":548,\"cityName\":\"Gangasagar, West Bengal\"},{\"cityId\":738,\"cityName\":\"Gangavathi, Karnataka\"},{\"cityId\":2917,\"cityName\":\"Gangoh, Uttar Pradesh\"},{\"cityId\":1411,\"cityName\":\"Gangotri, Uttarakhand\"},{\"cityId\":2429,\"cityName\":\"Gangtok, Sikkim\"},{\"cityId\":1667,\"cityName\":\"Gannavaram, Andhra Pradesh\"},{\"cityId\":2317,\"cityName\":\"Ganpatipule, Maharashtra\"},{\"cityId\":1363,\"cityName\":\"Garhmukteshwar, Uttar Pradesh\"},{\"cityId\":953,\"cityName\":\"Garhwa, Jharkhand\"},{\"cityId\":1828,\"cityName\":\"Gariyaband, Chhattisgarh\"},{\"cityId\":2703,\"cityName\":\"Gauchar, Uttarakhand\"},{\"cityId\":2748,\"cityName\":\"Gaurella, Chhattisgarh\"},{\"cityId\":978,\"cityName\":\"Gauribidanur, Karnataka\"},{\"cityId\":2503,\"cityName\":\"Gauriphanta, Uttar Pradesh\"},{\"cityId\":568,\"cityName\":\"Gazipur, Uttar Pradesh\"},{\"cityId\":726,\"cityName\":\"Geedam, Chhattisgarh\"},{\"cityId\":2259,\"cityName\":\"Gevra, Chhattisgarh\"},{\"cityId\":2103,\"cityName\":\"Ghansali Road, Uttarakhand\"},{\"cityId\":2749,\"cityName\":\"Gharghoda, Chhattisgarh\"},{\"cityId\":1797,\"cityName\":\"Ghatabillod, Madhya Pradesh\"},{\"cityId\":524,\"cityName\":\"Ghatal, West Bengal\"},{\"cityId\":2093,\"cityName\":\"Ghati Subramanya, Karnataka\"},{\"cityId\":1877,\"cityName\":\"Ghatkesar, Telangana\"},{\"cityId\":954,\"cityName\":\"Ghatshila, Jharkhand\"},{\"cityId\":32,\"cityName\":\"Ghaziabad, Uttar Pradesh\"},{\"cityId\":1364,\"cityName\":\"Ghazipur, Uttar Pradesh\"},{\"cityId\":2309,\"cityName\":\"Gholvad - Bordi Road, Maharashtra\"},{\"cityId\":2845,\"cityName\":\"Ghumarwin, Himachal Pradesh\"},{\"cityId\":1673,\"cityName\":\"Giddalur, Andhra Pradesh\"},{\"cityId\":2698,\"cityName\":\"Giddarbaha, Punjab\"},{\"cityId\":2088,\"cityName\":\"Gingee, Tamil Nadu\"},{\"cityId\":955,\"cityName\":\"Giridih, Jharkhand\"},{\"cityId\":2001,\"cityName\":\"Girinagar, Maharashtra\"},{\"cityId\":2294,\"cityName\":\"Girnar, Gujarat\"},{\"cityId\":2842,\"cityName\":\"Goa Velha, Goa\"},{\"cityId\":234,\"cityName\":\"Goa, Goa\"},{\"cityId\":2028,\"cityName\":\"Goalpara, Assam\"},{\"cityId\":1258,\"cityName\":\"Gobichettipalayam, Tamil Nadu\"},{\"cityId\":1182,\"cityName\":\"Gobindgarh, Punjab\"},{\"cityId\":2750,\"cityName\":\"Gobranawapara, Chhattisgarh\"},{\"cityId\":1685,\"cityName\":\"Godavarikhani, Telangana\"},{\"cityId\":956,\"cityName\":\"Godda, Jharkhand\"},{\"cityId\":482,\"cityName\":\"Godhra, Gujarat\"},{\"cityId\":2273,\"cityName\":\"Godkhali, West Bengal\"},{\"cityId\":2751,\"cityName\":\"Gogaon, Chhattisgarh\"},{\"cityId\":926,\"cityName\":\"Gohana, Haryana\"},{\"cityId\":2494,\"cityName\":\"Gohpur, Assam\"},{\"cityId\":979,\"cityName\":\"Gokak, Karnataka\"},{\"cityId\":1460,\"cityName\":\"Gokarna, Karnataka\"},{\"cityId\":2121,\"cityName\":\"Gokul, Uttar Pradesh\"},{\"cityId\":2597,\"cityName\":\"Gola Bazar, Uttar Pradesh\"},{\"cityId\":2029,\"cityName\":\"Golaghat, Assam\"},{\"cityId\":957,\"cityName\":\"Gomoh, Jharkhand\"},{\"cityId\":27,\"cityName\":\"Gonda, Uttar Pradesh\"},{\"cityId\":483,\"cityName\":\"Gondal, Gujarat\"},{\"cityId\":763,\"cityName\":\"Gondia, Maharashtra\"},{\"cityId\":2934,\"cityName\":\"Gonikopalu, Karnataka\"},{\"cityId\":797,\"cityName\":\"Gooty, Andhra Pradesh\"},{\"cityId\":857,\"cityName\":\"Gopalganj, Bihar\"},{\"cityId\":131,\"cityName\":\"Gopalpur, Odisha\"},{\"cityId\":113,\"cityName\":\"Gorakhpur, Uttar Pradesh\"},{\"cityId\":1694,\"cityName\":\"Gorantla, Andhra Pradesh\"},{\"cityId\":1365,\"cityName\":\"Gosainganj, Uttar Pradesh\"},{\"cityId\":1893,\"cityName\":\"Gota, Gujarat\"},{\"cityId\":1743,\"cityName\":\"Gotan, Rajasthan\"},{\"cityId\":2938,\"cityName\":\"Gotegaon, Madhya Pradesh\"},{\"cityId\":637,\"cityName\":\"Govardhan, Uttar Pradesh\"},{\"cityId\":2110,\"cityName\":\"Greater Noida, Uttar Pradesh\"},{\"cityId\":2168,\"cityName\":\"Gubbi, Karnataka\"},{\"cityId\":1259,\"cityName\":\"Gudalur, Tamil Nadu\"},{\"cityId\":711,\"cityName\":\"Gudivada, Andhra Pradesh\"},{\"cityId\":1260,\"cityName\":\"Gudiyatham, Tamil Nadu\"},{\"cityId\":638,\"cityName\":\"Gudur, Andhra Pradesh\"},{\"cityId\":1638,\"cityName\":\"Guduvanchery, Tamil Nadu\"},{\"cityId\":1110,\"cityName\":\"Guhagar, Maharashtra\"},{\"cityId\":1202,\"cityName\":\"Gulabpura, Rajasthan\"},{\"cityId\":253,\"cityName\":\"Gulbarga, Karnataka\"},{\"cityId\":944,\"cityName\":\"Gulmarg, Jammu and Kashmir\"},{\"cityId\":958,\"cityName\":\"Gumla, Jharkhand\"},{\"cityId\":1261,\"cityName\":\"Gummidipoondi, Tamil Nadu\"},{\"cityId\":2349,\"cityName\":\"Gummudipoondi, Tamil Nadu\"},{\"cityId\":573,\"cityName\":\"Guna, Madhya Pradesh\"},{\"cityId\":980,\"cityName\":\"Gundlupet, Karnataka\"},{\"cityId\":798,\"cityName\":\"Guntakal, Andhra Pradesh\"},{\"cityId\":176,\"cityName\":\"Guntur, Andhra Pradesh\"},{\"cityId\":1752,\"cityName\":\"Gurazala, Andhra Pradesh\"},{\"cityId\":457,\"cityName\":\"Gurdaspur, Punjab\"},{\"cityId\":73,\"cityName\":\"Gurgaon, Haryana\"},{\"cityId\":1024,\"cityName\":\"Guruvayoor, Kerala\"},{\"cityId\":2350,\"cityName\":\"Guruvayur, Kerala\"},{\"cityId\":2696,\"cityName\":\"Gushaini, Himachal Pradesh\"},{\"cityId\":2375,\"cityName\":\"Guwahati Airport, Assam\"},{\"cityId\":163,\"cityName\":\"Guwahati, Assam\"},{\"cityId\":220,\"cityName\":\"Gwalior, Madhya Pradesh\"},{\"cityId\":1366,\"cityName\":\"Gyanpur, Uttar Pradesh\"},{\"cityId\":525,\"cityName\":\"Habra, West Bengal\"},{\"cityId\":1738,\"cityName\":\"Hadapsar, Maharashtra\"},{\"cityId\":2585,\"cityName\":\"Haflong, Assam\"},{\"cityId\":2180,\"cityName\":\"Hagaribommanahalli, Karnataka\"},{\"cityId\":1986,\"cityName\":\"Hajipur, Bihar\"},{\"cityId\":317,\"cityName\":\"Haldia, West Bengal\"},{\"cityId\":2018,\"cityName\":\"Haldibari, West Bengal\"},{\"cityId\":252,\"cityName\":\"Haldwani, Uttarakhand\"},{\"cityId\":2144,\"cityName\":\"Halebeedu, Karnataka\"},{\"cityId\":2188,\"cityName\":\"Haliyal, Karnataka\"},{\"cityId\":902,\"cityName\":\"Halol, Gujarat\"},{\"cityId\":639,\"cityName\":\"Hamirpur, Himachal Pradesh\"},{\"cityId\":759,\"cityName\":\"Hampi, Karnataka\"},{\"cityId\":1533,\"cityName\":\"Hanamkonda, Telangana\"},{\"cityId\":1367,\"cityName\":\"Handia, Uttar Pradesh\"},{\"cityId\":981,\"cityName\":\"Hangal, Karnataka\"},{\"cityId\":640,\"cityName\":\"Hansi, Haryana\"},{\"cityId\":2223,\"cityName\":\"Hanuman Junction, Andhra Pradesh\"},{\"cityId\":641,\"cityName\":\"Hanumangarh, Rajasthan\"},{\"cityId\":2554,\"cityName\":\"Hanumantiya, Madhya Pradesh\"},{\"cityId\":642,\"cityName\":\"Hapur, Uttar Pradesh\"},{\"cityId\":643,\"cityName\":\"Harapanahalli, Karnataka\"},{\"cityId\":574,\"cityName\":\"Harda, Madhya Pradesh\"},{\"cityId\":1368,\"cityName\":\"Hardoi, Uttar Pradesh\"},{\"cityId\":404,\"cityName\":\"Haridwar, Uttarakhand\"},{\"cityId\":982,\"cityName\":\"Harihar, Karnataka\"},{\"cityId\":2264,\"cityName\":\"Haringhata, West Bengal\"},{\"cityId\":1636,\"cityName\":\"Haripad, Kerala\"},{\"cityId\":2613,\"cityName\":\"Harnaut, Bihar\"},{\"cityId\":2502,\"cityName\":\"Harraiya, Uttar Pradesh\"},{\"cityId\":1262,\"cityName\":\"Harur, Tamil Nadu\"},{\"cityId\":2454,\"cityName\":\"Hasimara, West Bengal\"},{\"cityId\":375,\"cityName\":\"Hassan, Karnataka\"},{\"cityId\":644,\"cityName\":\"Hathras, Uttar Pradesh\"},{\"cityId\":983,\"cityName\":\"Haveri, Karnataka\"},{\"cityId\":2543,\"cityName\":\"Hazaribag, Jharkhand\"},{\"cityId\":1552,\"cityName\":\"Hazaribagh, Jharkhand\"},{\"cityId\":1561,\"cityName\":\"Hazira, Gujarat\"},{\"cityId\":2722,\"cityName\":\"Hilsa, Bihar\"},{\"cityId\":484,\"cityName\":\"Himmatnagar, Gujarat\"},{\"cityId\":1203,\"cityName\":\"Hindaun, Rajasthan\"},{\"cityId\":600,\"cityName\":\"Hindol, Odisha\"},{\"cityId\":645,\"cityName\":\"Hindupur, Andhra Pradesh\"},{\"cityId\":743,\"cityName\":\"Hingoli, Maharashtra\"},{\"cityId\":1596,\"cityName\":\"Hinjawadi, Maharashtra\"},{\"cityId\":984,\"cityName\":\"Hiriyur, Karnataka\"},{\"cityId\":646,\"cityName\":\"Hisar, Haryana\"},{\"cityId\":858,\"cityName\":\"HisUA, Bihar\"},{\"cityId\":2409,\"cityName\":\"Hogenakkal, Tamil Nadu\"},{\"cityId\":2572,\"cityName\":\"Hojai, Assam\"},{\"cityId\":1563,\"cityName\":\"Holenarasipur, Karnataka\"},{\"cityId\":1602,\"cityName\":\"Honnavar, Karnataka\"},{\"cityId\":2008,\"cityName\":\"Hooghly, West Bengal\"},{\"cityId\":2177,\"cityName\":\"Hornadu, Karnataka\"},{\"cityId\":1639,\"cityName\":\"Hosadurga, Karnataka\"},{\"cityId\":1754,\"cityName\":\"Hosahalli, Karnataka\"},{\"cityId\":2213,\"cityName\":\"Hosanagara, Karnataka\"},{\"cityId\":770,\"cityName\":\"Hosapete, Karnataka\"},{\"cityId\":575,\"cityName\":\"Hoshangabad, Madhya Pradesh\"},{\"cityId\":454,\"cityName\":\"Hoshiarpur, Punjab\"},{\"cityId\":1866,\"cityName\":\"Hoskote, Karnataka\"},{\"cityId\":1263,\"cityName\":\"Hosur, Tamil Nadu\"},{\"cityId\":1461,\"cityName\":\"Howrah, West Bengal\"},{\"cityId\":2568,\"cityName\":\"Hozai Gaon, Assam\"},{\"cityId\":329,\"cityName\":\"Hubli, Karnataka\"},{\"cityId\":1805,\"cityName\":\"Hukkeri, Karnataka\"},{\"cityId\":2152,\"cityName\":\"Huliyar, Karnataka\"},{\"cityId\":1543,\"cityName\":\"Humnabad, Karnataka\"},{\"cityId\":2795,\"cityName\":\"Hungund, Karnataka\"},{\"cityId\":1871,\"cityName\":\"Hunsur, Karnataka\"},{\"cityId\":1719,\"cityName\":\"Huzurabad, Telangana\"},{\"cityId\":223,\"cityName\":\"Hyderabad, Telangana\"},{\"cityId\":1111,\"cityName\":\"Ichalkaranji, Maharashtra\"},{\"cityId\":799,\"cityName\":\"Ichchapuram, Andhra Pradesh\"},{\"cityId\":1835,\"cityName\":\"Ichhapur, Gujarat\"},{\"cityId\":2296,\"cityName\":\"Idar, Gujarat\"},{\"cityId\":1025,\"cityName\":\"Idukki, Kerala\"},{\"cityId\":1112,\"cityName\":\"Igatpuri, Maharashtra\"},{\"cityId\":1369,\"cityName\":\"Iglas, Uttar Pradesh\"},{\"cityId\":1264,\"cityName\":\"Ilayangudi, Tamil Nadu\"},{\"cityId\":986,\"cityName\":\"Ilkal, Karnataka\"},{\"cityId\":2412,\"cityName\":\"Imagica, Maharashtra\"},{\"cityId\":2595,\"cityName\":\"Imphal, Manipur\"},{\"cityId\":41,\"cityName\":\"Indore, Madhya Pradesh\"},{\"cityId\":1739,\"cityName\":\"Inkollu, Andhra Pradesh\"},{\"cityId\":2206,\"cityName\":\"Irinjalakuda, Kerala\"},{\"cityId\":1551,\"cityName\":\"Iritty, Kerala\"},{\"cityId\":1809,\"cityName\":\"Islampur, West Bengal\"},{\"cityId\":2284,\"cityName\":\"Itachuna, West Bengal\"},{\"cityId\":2007,\"cityName\":\"Itanagar, Arunachal Pradesh\"},{\"cityId\":142,\"cityName\":\"Itarsi, Madhya Pradesh\"},{\"cityId\":1769,\"cityName\":\"Itawa, Rajasthan\"},{\"cityId\":1851,\"cityName\":\"Itimha, Bihar\"},{\"cityId\":1852,\"cityName\":\"Itkori, Jharkhand\"},{\"cityId\":129,\"cityName\":\"Jabalpur, Madhya Pradesh\"},{\"cityId\":1518,\"cityName\":\"Jadcherla, Telangana\"},{\"cityId\":647,\"cityName\":\"Jagadhri, Haryana\"},{\"cityId\":2644,\"cityName\":\"Jagatsinghpur, Odisha\"},{\"cityId\":2508,\"cityName\":\"Jagdishpur, Bihar\"},{\"cityId\":1618,\"cityName\":\"Jaggayyapet, Andhra Pradesh\"},{\"cityId\":2611,\"cityName\":\"Jagiroad, Assam\"},{\"cityId\":450,\"cityName\":\"Jagraon, Punjab\"},{\"cityId\":2860,\"cityName\":\"Jagtial, Andhra Pradesh\"},{\"cityId\":2669,\"cityName\":\"Jahanabad, Bihar\"},{\"cityId\":2437,\"cityName\":\"Jaigaon, West Bengal\"},{\"cityId\":773,\"cityName\":\"Jaijaipur, Chhattisgarh\"},{\"cityId\":1885,\"cityName\":\"Jainagar, Bihar\"},{\"cityId\":330,\"cityName\":\"Jaipur, Rajasthan\"},{\"cityId\":2539,\"cityName\":\"Jais, Uttar Pradesh\"},{\"cityId\":152,\"cityName\":\"Jaisalmer, Rajasthan\"},{\"cityId\":1057,\"cityName\":\"Jaisinghnagar, Madhya Pradesh\"},{\"cityId\":1204,\"cityName\":\"Jaitaran, Rajasthan\"},{\"cityId\":1370,\"cityName\":\"Jaithara, Uttar Pradesh\"},{\"cityId\":1173,\"cityName\":\"Jajapur, Odisha\"},{\"cityId\":592,\"cityName\":\"Jajpur, Odisha\"},{\"cityId\":2635,\"cityName\":\"Jalalabad, Punjab\"},{\"cityId\":160,\"cityName\":\"Jalandhar, Punjab\"},{\"cityId\":2341,\"cityName\":\"Jalaun, Uttar Pradesh\"},{\"cityId\":2013,\"cityName\":\"Jaldapara, West Bengal\"},{\"cityId\":1113,\"cityName\":\"Jalgaon, Maharashtra\"},{\"cityId\":382,\"cityName\":\"Jalna, Maharashtra\"},{\"cityId\":1462,\"cityName\":\"Jalore, Rajasthan\"},{\"cityId\":1426,\"cityName\":\"Jalpaiguri, West Bengal\"},{\"cityId\":859,\"cityName\":\"Jamalpur, Bihar\"},{\"cityId\":903,\"cityName\":\"Jambusar, Gujarat\"},{\"cityId\":904,\"cityName\":\"Jamjodhpur, Gujarat\"},{\"cityId\":987,\"cityName\":\"Jamkhandi, Karnataka\"},{\"cityId\":800,\"cityName\":\"Jammalamadugu, Andhra Pradesh\"},{\"cityId\":1780,\"cityName\":\"Jammikunta, Telangana\"},{\"cityId\":104,\"cityName\":\"Jammu, Jammu and Kashmir\"},{\"cityId\":72,\"cityName\":\"Jamnagar, Gujarat\"},{\"cityId\":1786,\"cityName\":\"Jamner, Maharashtra\"},{\"cityId\":178,\"cityName\":\"Jamshedpur, Jharkhand\"},{\"cityId\":960,\"cityName\":\"Jamtara, Jharkhand\"},{\"cityId\":2131,\"cityName\":\"Jamua, Jharkhand\"},{\"cityId\":860,\"cityName\":\"Jamui, Bihar\"},{\"cityId\":2477,\"cityName\":\"Janakpur, Bihar\"},{\"cityId\":801,\"cityName\":\"Jangaon, Telangana\"},{\"cityId\":1688,\"cityName\":\"Jangareddigudem, Andhra Pradesh\"},{\"cityId\":2274,\"cityName\":\"Jangipur, West Bengal\"},{\"cityId\":1992,\"cityName\":\"Janipur, Bihar\"},{\"cityId\":2942,\"cityName\":\"Jaora, Madhya Pradesh\"},{\"cityId\":2752,\"cityName\":\"Jashpur Nagar, Chhattisgarh\"},{\"cityId\":2580,\"cityName\":\"Jasidih, Jharkhand\"},{\"cityId\":1566,\"cityName\":\"Jasol, Rajasthan\"},{\"cityId\":2491,\"cityName\":\"Jatahi, Bihar\"},{\"cityId\":1680,\"cityName\":\"Jath, Maharashtra\"},{\"cityId\":1888,\"cityName\":\"Jatni, Odisha\"},{\"cityId\":1371,\"cityName\":\"Jaunpur, Uttar Pradesh\"},{\"cityId\":1824,\"cityName\":\"Javagal, Karnataka\"},{\"cityId\":933,\"cityName\":\"Jawalamukhi, Himachal Pradesh\"},{\"cityId\":1706,\"cityName\":\"Jayal, Rajasthan\"},{\"cityId\":1265,\"cityName\":\"Jayankondam, Tamil Nadu\"},{\"cityId\":555,\"cityName\":\"Jayrambati, West Bengal\"},{\"cityId\":1114,\"cityName\":\"Jaysingpur, Maharashtra\"},{\"cityId\":861,\"cityName\":\"Jehanabad, Bihar\"},{\"cityId\":2323,\"cityName\":\"Jejuri, Maharashtra\"},{\"cityId\":2914,\"cityName\":\"Jetpur, Gujarat\"},{\"cityId\":2590,\"cityName\":\"Jeypore, Odisha\"},{\"cityId\":2290,\"cityName\":\"Jhabua, Madhya Pradesh\"},{\"cityId\":2753,\"cityName\":\"Jhagrakhand, Chhattisgarh\"},{\"cityId\":648,\"cityName\":\"Jhajjar, Haryana\"},{\"cityId\":1206,\"cityName\":\"Jhalawar, Rajasthan\"},{\"cityId\":2466,\"cityName\":\"Jhalong, West Bengal\"},{\"cityId\":2474,\"cityName\":\"Jhandi, West Bengal\"},{\"cityId\":862,\"cityName\":\"Jhanjharpur, Bihar\"},{\"cityId\":337,\"cityName\":\"Jhansi, Uttar Pradesh\"},{\"cityId\":526,\"cityName\":\"Jhargram, West Bengal\"},{\"cityId\":1372,\"cityName\":\"Jhinjhak, Uttar Pradesh\"},{\"cityId\":2130,\"cityName\":\"Jhumri Tilaiya, Jharkhand\"},{\"cityId\":389,\"cityName\":\"Jhunjhunu, Rajasthan\"},{\"cityId\":1207,\"cityName\":\"Jhunjhunun, Rajasthan\"},{\"cityId\":2379,\"cityName\":\"Jibhi, Himachal Pradesh\"},{\"cityId\":649,\"cityName\":\"Jim Corbett National Park, Uttarakhand\"},{\"cityId\":650,\"cityName\":\"Jind, Haryana\"},{\"cityId\":2526,\"cityName\":\"Jiyanpur, Uttar Pradesh\"},{\"cityId\":1946,\"cityName\":\"Jobner, Rajasthan\"},{\"cityId\":180,\"cityName\":\"Jodhpur, Rajasthan\"},{\"cityId\":1832,\"cityName\":\"Jodiya, Gujarat\"},{\"cityId\":2930,\"cityName\":\"Jog Falls, Karnataka\"},{\"cityId\":863,\"cityName\":\"Jogabani, Bihar\"},{\"cityId\":2583,\"cityName\":\"Jogbani, Bihar\"},{\"cityId\":2097,\"cityName\":\"Jolly Grant Airport, Uttarakhand\"},{\"cityId\":2470,\"cityName\":\"Jorethang, Sikkim\"},{\"cityId\":842,\"cityName\":\"Jorhat, Assam\"},{\"cityId\":2620,\"cityName\":\"Jowai, Meghalaya\"},{\"cityId\":2450,\"cityName\":\"Joya, Uttar Pradesh\"},{\"cityId\":934,\"cityName\":\"Jubbal, Himachal Pradesh\"},{\"cityId\":1933,\"cityName\":\"Julana, Haryana\"},{\"cityId\":485,\"cityName\":\"Junagadh, Gujarat\"},{\"cityId\":1115,\"cityName\":\"Junnar, Maharashtra\"},{\"cityId\":651,\"cityName\":\"Jwalapur, Uttarakhand\"},{\"cityId\":2172,\"cityName\":\"Kabini, Karnataka\"},{\"cityId\":2777,\"cityName\":\"Kadalur, Tamil Nadu\"},{\"cityId\":721,\"cityName\":\"Kadapa, Andhra Pradesh\"},{\"cityId\":1266,\"cityName\":\"Kadayanallur, Tamil Nadu\"},{\"cityId\":486,\"cityName\":\"Kadi, Gujarat\"},{\"cityId\":802,\"cityName\":\"Kadiri, Andhra Pradesh\"},{\"cityId\":1834,\"cityName\":\"Kadiyapulanka, Andhra Pradesh\"},{\"cityId\":2157,\"cityName\":\"Kadri, Karnataka\"},{\"cityId\":1753,\"cityName\":\"Kadthal, Telangana\"},{\"cityId\":988,\"cityName\":\"Kadur, Karnataka\"},{\"cityId\":1947,\"cityName\":\"Kaduthuruthy, Kerala\"},{\"cityId\":803,\"cityName\":\"Kagaznagar, Telangana\"},{\"cityId\":2582,\"cityName\":\"Kahalgaon, Bihar\"},{\"cityId\":1654,\"cityName\":\"Kaikaluru, Andhra Pradesh\"},{\"cityId\":2339,\"cityName\":\"Kaimganj, Uttar Pradesh\"},{\"cityId\":652,\"cityName\":\"Kaithal, Haryana\"},{\"cityId\":1758,\"cityName\":\"Kaiwara, Karnataka\"},{\"cityId\":1655,\"cityName\":\"Kajgaon, Maharashtra\"},{\"cityId\":2627,\"cityName\":\"Kakatpur, Odisha\"},{\"cityId\":549,\"cityName\":\"Kakdwip, West Bengal\"},{\"cityId\":325,\"cityName\":\"Kakinada, Andhra Pradesh\"},{\"cityId\":1955,\"cityName\":\"Kakkanad, Kerala\"},{\"cityId\":1938,\"cityName\":\"Kaladera, Rajasthan\"},{\"cityId\":2682,\"cityName\":\"Kalagarh, Uttar Pradesh\"},{\"cityId\":762,\"cityName\":\"Kalahandi, Odisha\"},{\"cityId\":2194,\"cityName\":\"Kalakada, Andhra Pradesh\"},{\"cityId\":2706,\"cityName\":\"Kalameshwar, Maharashtra\"},{\"cityId\":2933,\"cityName\":\"Kalasa, Karnataka\"},{\"cityId\":1862,\"cityName\":\"Kalasapadu, Andhra Pradesh\"},{\"cityId\":1720,\"cityName\":\"Kaleshwaram, Telangana\"},{\"cityId\":2207,\"cityName\":\"Kaligiri, Andhra Pradesh\"},{\"cityId\":1701,\"cityName\":\"Kalikiri, Andhra Pradesh\"},{\"cityId\":1428,\"cityName\":\"Kalimpong, West Bengal\"},{\"cityId\":2275,\"cityName\":\"Kalinagar, West Bengal\"},{\"cityId\":760,\"cityName\":\"Kalipatnam, Andhra Pradesh\"},{\"cityId\":2458,\"cityName\":\"Kaliyaganj, West Bengal\"},{\"cityId\":427,\"cityName\":\"Kalka, Haryana\"},{\"cityId\":2858,\"cityName\":\"Kallakkurichi, Tamil Nadu\"},{\"cityId\":1528,\"cityName\":\"Kallakurichi, Tamil Nadu\"},{\"cityId\":2075,\"cityName\":\"Kallanai, Tamil Nadu\"},{\"cityId\":2279,\"cityName\":\"Kalna, West Bengal\"},{\"cityId\":905,\"cityName\":\"Kalol, Gujarat\"},{\"cityId\":1553,\"cityName\":\"Kalpakkam, Tamil Nadu\"},{\"cityId\":2439,\"cityName\":\"Kalpetta, Kerala\"},{\"cityId\":605,\"cityName\":\"Kalpi, Uttar Pradesh\"},{\"cityId\":2214,\"cityName\":\"Kaluvaya, Andhra Pradesh\"},{\"cityId\":1978,\"cityName\":\"Kalyan, Maharashtra\"},{\"cityId\":804,\"cityName\":\"Kalyandurg, Andhra Pradesh\"},{\"cityId\":551,\"cityName\":\"Kalyani, West Bengal\"},{\"cityId\":2778,\"cityName\":\"Kamalapuram, Andhra Pradesh\"},{\"cityId\":1373,\"cityName\":\"Kamalganj, Uttar Pradesh\"},{\"cityId\":2174,\"cityName\":\"Kamalpur, West Bengal\"},{\"cityId\":465,\"cityName\":\"Kamareddy, Telangana\"},{\"cityId\":2547,\"cityName\":\"Kamarpukur, West Bengal\"},{\"cityId\":2189,\"cityName\":\"Kambainallur, Tamil Nadu\"},{\"cityId\":2202,\"cityName\":\"Kampli, Karnataka\"},{\"cityId\":1580,\"cityName\":\"Kamshet, Maharashtra\"},{\"cityId\":1968,\"cityName\":\"Kamuthi, Tamil Nadu\"},{\"cityId\":2055,\"cityName\":\"Kanadukathan, Tamil Nadu\"},{\"cityId\":989,\"cityName\":\"Kanakapura, Karnataka\"},{\"cityId\":2035,\"cityName\":\"Kanatal, Uttarakhand\"},{\"cityId\":2664,\"cityName\":\"Kanchanjuri, Assam\"},{\"cityId\":1659,\"cityName\":\"Kanchikacherla, Andhra Pradesh\"},{\"cityId\":224,\"cityName\":\"Kanchipuram, Tamil Nadu\"},{\"cityId\":1613,\"cityName\":\"Kandaghat, Himachal Pradesh\"},{\"cityId\":2563,\"cityName\":\"Kandi, West Bengal\"},{\"cityId\":2216,\"cityName\":\"Kandukur, Andhra Pradesh\"},{\"cityId\":2915,\"cityName\":\"Kangayam, Tamil Nadu\"},{\"cityId\":1927,\"cityName\":\"Kangayampalayam, Tamil Nadu\"},{\"cityId\":2060,\"cityName\":\"Kangeyam, Tamil Nadu\"},{\"cityId\":935,\"cityName\":\"Kangra, Himachal Pradesh\"},{\"cityId\":359,\"cityName\":\"Kanha, Madhya Pradesh\"},{\"cityId\":1026,\"cityName\":\"Kanhangad, Kerala\"},{\"cityId\":1511,\"cityName\":\"Kanigiri, Andhra Pradesh\"},{\"cityId\":1535,\"cityName\":\"Kanipakam, Andhra Pradesh\"},{\"cityId\":1665,\"cityName\":\"Kanji, Tamil Nadu\"},{\"cityId\":2380,\"cityName\":\"Kanjirappally, Kerala\"},{\"cityId\":1570,\"cityName\":\"Kankavali, Maharashtra\"},{\"cityId\":1116,\"cityName\":\"Kankavli, Maharashtra\"},{\"cityId\":728,\"cityName\":\"Kanker, Chhattisgarh\"},{\"cityId\":2278,\"cityName\":\"Kankinara, West Bengal\"},{\"cityId\":2885,\"cityName\":\"Kankroli, Rajasthan\"},{\"cityId\":2185,\"cityName\":\"Kannankurichi, Tamil Nadu\"},{\"cityId\":1374,\"cityName\":\"Kannauj, Uttar Pradesh\"},{\"cityId\":576,\"cityName\":\"Kannod, Madhya Pradesh\"},{\"cityId\":1027,\"cityName\":\"Kannur, Kerala\"},{\"cityId\":212,\"cityName\":\"Kanpur, Uttar Pradesh\"},{\"cityId\":445,\"cityName\":\"Kanyakumari, Tamil Nadu\"},{\"cityId\":455,\"cityName\":\"Kapurthala, Punjab\"},{\"cityId\":497,\"cityName\":\"Karad, Maharashtra\"},{\"cityId\":1177,\"cityName\":\"Karaikal, Puducherry\"},{\"cityId\":1268,\"cityName\":\"Karaikkudi, Tamil Nadu\"},{\"cityId\":1463,\"cityName\":\"Karaikudi, Tamil Nadu\"},{\"cityId\":1925,\"cityName\":\"Karamadai, Tamil Nadu\"},{\"cityId\":1208,\"cityName\":\"Karauli, Rajasthan\"},{\"cityId\":2319,\"cityName\":\"Karde, Maharashtra\"},{\"cityId\":2139,\"cityName\":\"Kargil, Jammu and Kashmir\"},{\"cityId\":2898,\"cityName\":\"Karimganj, Assam\"},{\"cityId\":221,\"cityName\":\"Karimnagar, Telangana\"},{\"cityId\":527,\"cityName\":\"Karimpur, West Bengal\"},{\"cityId\":1117,\"cityName\":\"Karjat, Maharashtra\"},{\"cityId\":1021,\"cityName\":\"Karkala, Karnataka\"},{\"cityId\":1118,\"cityName\":\"Karmala, Maharashtra\"},{\"cityId\":88,\"cityName\":\"Karnal, Haryana\"},{\"cityId\":2101,\"cityName\":\"Karnaprayag, Uttarakhand\"},{\"cityId\":1894,\"cityName\":\"Karoli, Gujarat\"},{\"cityId\":1269,\"cityName\":\"Karumathampatti, Tamil Nadu\"},{\"cityId\":2787,\"cityName\":\"Karunagappally, Kerala\"},{\"cityId\":1270,\"cityName\":\"Karur, Tamil Nadu\"},{\"cityId\":2091,\"cityName\":\"Karwar, Karnataka\"},{\"cityId\":2484,\"cityName\":\"Karwi, Uttar Pradesh\"},{\"cityId\":1733,\"cityName\":\"Kasara, Maharashtra\"},{\"cityId\":1464,\"cityName\":\"Kasaragod, Kerala\"},{\"cityId\":653,\"cityName\":\"Kasganj, Uttar Pradesh\"},{\"cityId\":1465,\"cityName\":\"Kashid, Maharashtra\"},{\"cityId\":654,\"cityName\":\"Kashipur, Uttarakhand\"},{\"cityId\":458,\"cityName\":\"Kasol, Himachal Pradesh\"},{\"cityId\":2657,\"cityName\":\"Kasrawad, Madhya Pradesh\"},{\"cityId\":2948,\"cityName\":\"Katangi, Madhya Pradesh\"},{\"cityId\":2754,\"cityName\":\"Katghora, Chhattisgarh\"},{\"cityId\":435,\"cityName\":\"Kathgodam, Uttarakhand\"},{\"cityId\":945,\"cityName\":\"Kathua, Jammu and Kashmir\"},{\"cityId\":864,\"cityName\":\"Katihar, Bihar\"},{\"cityId\":1086,\"cityName\":\"Katni, Madhya Pradesh\"},{\"cityId\":1119,\"cityName\":\"Katol, Maharashtra\"},{\"cityId\":2516,\"cityName\":\"Katoria, Bihar\"},{\"cityId\":1521,\"cityName\":\"Katpadi, Tamil Nadu\"},{\"cityId\":105,\"cityName\":\"Katra, Jammu and Kashmir\"},{\"cityId\":1705,\"cityName\":\"Katraj, Maharashtra\"},{\"cityId\":2134,\"cityName\":\"Katras, Jharkhand\"},{\"cityId\":2557,\"cityName\":\"Katrisarai, Bihar\"},{\"cityId\":528,\"cityName\":\"Katwa, West Bengal\"},{\"cityId\":2521,\"cityName\":\"Kauakole, Bihar\"},{\"cityId\":2693,\"cityName\":\"Kausani, Uttarakhand\"},{\"cityId\":2631,\"cityName\":\"Kaushambi, Uttar Pradesh\"},{\"cityId\":712,\"cityName\":\"Kavali, Andhra Pradesh\"},{\"cityId\":1841,\"cityName\":\"Kavas, Gujarat\"},{\"cityId\":1271,\"cityName\":\"Kaveripakkam, Tamil Nadu\"},{\"cityId\":2391,\"cityName\":\"Kaviyoor, Kerala\"},{\"cityId\":884,\"cityName\":\"Kawardha, Chhattisgarh\"},{\"cityId\":1029,\"cityName\":\"Kayamkulam, Kerala\"},{\"cityId\":2907,\"cityName\":\"Kaza, Himachal Pradesh\"},{\"cityId\":1539,\"cityName\":\"Kazipet, Telangana\"},{\"cityId\":2030,\"cityName\":\"Kaziranga, Assam\"},{\"cityId\":1414,\"cityName\":\"Kedarnath, Uttarakhand\"},{\"cityId\":1209,\"cityName\":\"Kekri, Rajasthan\"},{\"cityId\":1731,\"cityName\":\"Kelambakkam, Tamil Nadu\"},{\"cityId\":2331,\"cityName\":\"Kelshi, Maharashtra\"},{\"cityId\":2715,\"cityName\":\"Kenadhipa, Odisha\"},{\"cityId\":588,\"cityName\":\"Kendrapara, Odisha\"},{\"cityId\":2659,\"cityName\":\"Kenjakura, West Bengal\"},{\"cityId\":1466,\"cityName\":\"Keonjhar, Odisha\"},{\"cityId\":2282,\"cityName\":\"Keredari, Jharkhand\"},{\"cityId\":2951,\"cityName\":\"Keshkal, Chhattisgarh\"},{\"cityId\":906,\"cityName\":\"Keshod, Gujarat\"},{\"cityId\":2005,\"cityName\":\"Kesnand, Maharashtra\"},{\"cityId\":2867,\"cityName\":\"Kevadia, Gujarat\"},{\"cityId\":907,\"cityName\":\"Kevadiya, Gujarat\"},{\"cityId\":1375,\"cityName\":\"Khaga, Uttar Pradesh\"},{\"cityId\":865,\"cityName\":\"Khagaria, Bihar\"},{\"cityId\":1376,\"cityName\":\"Khair, Uttar Pradesh\"},{\"cityId\":2643,\"cityName\":\"Khairagarh, Chhattisgarh\"},{\"cityId\":2851,\"cityName\":\"Khairthal, Rajasthan\"},{\"cityId\":2654,\"cityName\":\"Khajauli, Bihar\"},{\"cityId\":2690,\"cityName\":\"Khajjiar, Himachal Pradesh\"},{\"cityId\":2486,\"cityName\":\"Khakhaicha, Uttar Pradesh\"},{\"cityId\":1377,\"cityName\":\"Khalilabad, Uttar Pradesh\"},{\"cityId\":1909,\"cityName\":\"Khamanon, Punjab\"},{\"cityId\":2638,\"cityName\":\"Khambhalia, Gujarat\"},{\"cityId\":487,\"cityName\":\"Khambhat, Gujarat\"},{\"cityId\":1120,\"cityName\":\"Khamgaon, Maharashtra\"},{\"cityId\":2755,\"cityName\":\"Khamhariya, Chhattisgarh\"},{\"cityId\":460,\"cityName\":\"Khammam, Telangana\"},{\"cityId\":103,\"cityName\":\"Khandwa, Madhya Pradesh\"},{\"cityId\":447,\"cityName\":\"Khanna, Punjab\"},{\"cityId\":201,\"cityName\":\"Kharagpur, West Bengal\"},{\"cityId\":655,\"cityName\":\"Kharar, Punjab\"},{\"cityId\":1058,\"cityName\":\"Khargone, Madhya Pradesh\"},{\"cityId\":1962,\"cityName\":\"Kharibari, West Bengal\"},{\"cityId\":2756,\"cityName\":\"Kharod, Chhattisgarh\"},{\"cityId\":2260,\"cityName\":\"Kharsia, Chhattisgarh\"},{\"cityId\":1378,\"cityName\":\"Khatauli, Uttar Pradesh\"},{\"cityId\":656,\"cityName\":\"Khatima, Uttarakhand\"},{\"cityId\":1717,\"cityName\":\"Khatu, Rajasthan\"},{\"cityId\":1121,\"cityName\":\"Khed, Maharashtra\"},{\"cityId\":2922,\"cityName\":\"Kheda, Gujarat\"},{\"cityId\":2894,\"cityName\":\"Khedbrahma, Gujarat\"},{\"cityId\":1935,\"cityName\":\"Khekra, Uttar Pradesh\"},{\"cityId\":2923,\"cityName\":\"Kherwara, Rajasthan\"},{\"cityId\":1210,\"cityName\":\"Khetri, Rajasthan\"},{\"cityId\":2658,\"cityName\":\"Khilchipur, Madhya Pradesh\"},{\"cityId\":2719,\"cityName\":\"Khinda, Odisha\"},{\"cityId\":2757,\"cityName\":\"Khongapani, Chhattisgarh\"},{\"cityId\":1122,\"cityName\":\"Khopoli, Maharashtra\"},{\"cityId\":1763,\"cityName\":\"Khudana, Haryana\"},{\"cityId\":2531,\"cityName\":\"Khunti, Jharkhand\"},{\"cityId\":1059,\"cityName\":\"Khurai, Madhya Pradesh\"},{\"cityId\":1468,\"cityName\":\"Khurda, Odisha\"},{\"cityId\":1379,\"cityName\":\"Khurja, Uttar Pradesh\"},{\"cityId\":1924,\"cityName\":\"Kinathukadavu, Tamil Nadu\"},{\"cityId\":2370,\"cityName\":\"Kinhavali, Maharashtra\"},{\"cityId\":2758,\"cityName\":\"Kirandul, Chhattisgarh\"},{\"cityId\":866,\"cityName\":\"Kishanganj, Bihar\"},{\"cityId\":657,\"cityName\":\"Kishangarh, Rajasthan\"},{\"cityId\":2720,\"cityName\":\"Kishunganj, Madhya Pradesh\"},{\"cityId\":320,\"cityName\":\"Kochi, Kerala\"},{\"cityId\":1707,\"cityName\":\"Kodad, Telangana\"},{\"cityId\":356,\"cityName\":\"Kodaikanal, Tamil Nadu\"},{\"cityId\":1853,\"cityName\":\"Kodakara, Kerala\"},{\"cityId\":2351,\"cityName\":\"Kodanad, Kerala\"},{\"cityId\":1695,\"cityName\":\"Kodangal, Telangana\"},{\"cityId\":1657,\"cityName\":\"Koderma, Jharkhand\"},{\"cityId\":1272,\"cityName\":\"Kodumudi, Tamil Nadu\"},{\"cityId\":2193,\"cityName\":\"Kodungallur, Kerala\"},{\"cityId\":1742,\"cityName\":\"Koduru, Andhra Pradesh\"},{\"cityId\":2591,\"cityName\":\"Kohima, Nagaland\"},{\"cityId\":2417,\"cityName\":\"Kolad, Maharashtra\"},{\"cityId\":529,\"cityName\":\"Kolaghat, West Bengal\"},{\"cityId\":2092,\"cityName\":\"Kolar Gold Fields, Karnataka\"},{\"cityId\":89,\"cityName\":\"Kolar, Karnataka\"},{\"cityId\":40,\"cityName\":\"Kolhapur, Maharashtra\"},{\"cityId\":36,\"cityName\":\"Kolkata, West Bengal\"},{\"cityId\":1030,\"cityName\":\"Kollam, Kerala\"},{\"cityId\":990,\"cityName\":\"Kollegal, Karnataka\"},{\"cityId\":2066,\"cityName\":\"Kollidam, Tamil Nadu\"},{\"cityId\":2215,\"cityName\":\"Kollur, Karnataka\"},{\"cityId\":2077,\"cityName\":\"Komarapalayam, Tamil Nadu\"},{\"cityId\":2310,\"cityName\":\"Kompally, Telangana\"},{\"cityId\":2399,\"cityName\":\"Komuravelli, Telangana\"},{\"cityId\":271,\"cityName\":\"Konark, Odisha\"},{\"cityId\":729,\"cityName\":\"Kondagaon, Chhattisgarh\"},{\"cityId\":1579,\"cityName\":\"Kondagattu, Telangana\"},{\"cityId\":2385,\"cityName\":\"Konni, Kerala\"},{\"cityId\":2364,\"cityName\":\"Kookal, Tamil Nadu\"},{\"cityId\":1123,\"cityName\":\"Kopargaon, Maharashtra\"},{\"cityId\":991,\"cityName\":\"Koppa, Karnataka\"},{\"cityId\":992,\"cityName\":\"Koppal, Karnataka\"},{\"cityId\":1380,\"cityName\":\"Koraon, Uttar Pradesh\"},{\"cityId\":1174,\"cityName\":\"Koraput, Odisha\"},{\"cityId\":2155,\"cityName\":\"Koratagere, Karnataka\"},{\"cityId\":730,\"cityName\":\"Korba, Chhattisgarh\"},{\"cityId\":1726,\"cityName\":\"Koregaon, Maharashtra\"},{\"cityId\":2850,\"cityName\":\"Kosi Kalan, Uttar Pradesh\"},{\"cityId\":2859,\"cityName\":\"Kot Kapura, Punjab\"},{\"cityId\":232,\"cityName\":\"Kota, Rajasthan\"},{\"cityId\":2354,\"cityName\":\"Kotagiri, Tamil Nadu\"},{\"cityId\":658,\"cityName\":\"Kotdwar, Uttarakhand\"},{\"cityId\":805,\"cityName\":\"Kothagudem, Telangana\"},{\"cityId\":2677,\"cityName\":\"Kothiya, Bihar\"},{\"cityId\":2410,\"cityName\":\"Kotilingeshwara Temple, Karnataka\"},{\"cityId\":1060,\"cityName\":\"Kotma, Madhya Pradesh\"},{\"cityId\":659,\"cityName\":\"Kotputli, Rajasthan\"},{\"cityId\":1549,\"cityName\":\"Kottarakkara, Kerala\"},{\"cityId\":1031,\"cityName\":\"Kottayam, Kerala\"},{\"cityId\":562,\"cityName\":\"Kotulpur, West Bengal\"},{\"cityId\":2085,\"cityName\":\"Kovalam, Kerala\"},{\"cityId\":1273,\"cityName\":\"Kovilpatti, Tamil Nadu\"},{\"cityId\":806,\"cityName\":\"Kovvur, Andhra Pradesh\"},{\"cityId\":2004,\"cityName\":\"Koyali, Maharashtra\"},{\"cityId\":2445,\"cityName\":\"Koyilandy, Kerala\"},{\"cityId\":2381,\"cityName\":\"Kozhencherry, Kerala\"},{\"cityId\":661,\"cityName\":\"Krishnagiri, Tamil Nadu\"},{\"cityId\":530,\"cityName\":\"Krishnanagar, West Bengal\"},{\"cityId\":2145,\"cityName\":\"Krishnarajpet, Karnataka\"},{\"cityId\":2187,\"cityName\":\"Krishnarayapuram, Tamil Nadu\"},{\"cityId\":2220,\"cityName\":\"Kuchipudi, Andhra Pradesh\"},{\"cityId\":2578,\"cityName\":\"Kudal, Maharashtra\"},{\"cityId\":1560,\"cityName\":\"Kudgi, Karnataka\"},{\"cityId\":993,\"cityName\":\"Kudligi, Karnataka\"},{\"cityId\":662,\"cityName\":\"Kufri, Himachal Pradesh\"},{\"cityId\":2095,\"cityName\":\"Kukke Subramanya, Karnataka\"},{\"cityId\":1061,\"cityName\":\"Kukshi, Madhya Pradesh\"},{\"cityId\":1817,\"cityName\":\"Kulasekharam, Tamil Nadu\"},{\"cityId\":2039,\"cityName\":\"Kulasekharapatnam, Tamil Nadu\"},{\"cityId\":1274,\"cityName\":\"Kulithalai, Tamil Nadu\"},{\"cityId\":228,\"cityName\":\"Kullu, Himachal Pradesh\"},{\"cityId\":2712,\"cityName\":\"Kulti, West Bengal\"},{\"cityId\":2393,\"cityName\":\"Kumarakom, Kerala\"},{\"cityId\":383,\"cityName\":\"Kumbakonam, Tamil Nadu\"},{\"cityId\":1836,\"cityName\":\"Kumbanad, Kerala\"},{\"cityId\":1470,\"cityName\":\"Kumily, Kerala\"},{\"cityId\":994,\"cityName\":\"Kumta, Karnataka\"},{\"cityId\":1381,\"cityName\":\"Kunda, Uttar Pradesh\"},{\"cityId\":1471,\"cityName\":\"Kundapur, Karnataka\"},{\"cityId\":1540,\"cityName\":\"Kundli, Haryana\"},{\"cityId\":1869,\"cityName\":\"Kunigal, Karnataka\"},{\"cityId\":1608,\"cityName\":\"Kunkuri, Chhattisgarh\"},{\"cityId\":807,\"cityName\":\"Kuppam, Andhra Pradesh\"},{\"cityId\":1916,\"cityName\":\"Kurali, Punjab\"},{\"cityId\":368,\"cityName\":\"Kurnool, Andhra Pradesh\"},{\"cityId\":1429,\"cityName\":\"Kurseong, West Bengal\"},{\"cityId\":2759,\"cityName\":\"Kurud, Chhattisgarh\"},{\"cityId\":663,\"cityName\":\"Kurukshetra, Haryana\"},{\"cityId\":2868,\"cityName\":\"Kushalgarh, Rajasthan\"},{\"cityId\":664,\"cityName\":\"Kushalnagar, Karnataka\"},{\"cityId\":1382,\"cityName\":\"Kushinagar, Uttar Pradesh\"},{\"cityId\":996,\"cityName\":\"Kushtagi, Karnataka\"},{\"cityId\":2779,\"cityName\":\"Kuttippuram, Kerala\"},{\"cityId\":2036,\"cityName\":\"Kuzhithurai, Tamil Nadu\"},{\"cityId\":2617,\"cityName\":\"Lachen, Sikkim\"},{\"cityId\":2621,\"cityName\":\"Lachung, Sikkim\"},{\"cityId\":1601,\"cityName\":\"Ladnun, Rajasthan\"},{\"cityId\":2884,\"cityName\":\"Laharpur, Uttar Pradesh\"},{\"cityId\":1882,\"cityName\":\"Laheriasarai, Bihar\"},{\"cityId\":1858,\"cityName\":\"Lakhanpur, Punjab\"},{\"cityId\":1211,\"cityName\":\"Lakheri, Rajasthan\"},{\"cityId\":2122,\"cityName\":\"Lakhimpur, Uttar Pradesh\"},{\"cityId\":867,\"cityName\":\"Lakhisarai, Bihar\"},{\"cityId\":2647,\"cityName\":\"Lakhnadon, Madhya Pradesh\"},{\"cityId\":2533,\"cityName\":\"Lalganj, Uttar Pradesh\"},{\"cityId\":2893,\"cityName\":\"Lalgarh Jattan, Rajasthan\"},{\"cityId\":2281,\"cityName\":\"Lalgarh, West Bengal\"},{\"cityId\":1383,\"cityName\":\"Lalitpur, Uttar Pradesh\"},{\"cityId\":2556,\"cityName\":\"Lalkuan, Uttarakhand\"},{\"cityId\":1913,\"cityName\":\"Lalru, Punjab\"},{\"cityId\":1212,\"cityName\":\"Lalsot, Rajasthan\"},{\"cityId\":2459,\"cityName\":\"Lamahatta, West Bengal\"},{\"cityId\":2096,\"cityName\":\"Lambasingi, Andhra Pradesh\"},{\"cityId\":2343,\"cityName\":\"Lambhua, Uttar Pradesh\"},{\"cityId\":2115,\"cityName\":\"Landour, Uttarakhand\"},{\"cityId\":1124,\"cityName\":\"Lanja, Maharashtra\"},{\"cityId\":1842,\"cityName\":\"Lankapalli, Andhra Pradesh\"},{\"cityId\":665,\"cityName\":\"Lansdowne, Uttarakhand\"},{\"cityId\":2718,\"cityName\":\"Lapanga, Odisha\"},{\"cityId\":2436,\"cityName\":\"Lataguri, West Bengal\"},{\"cityId\":2540,\"cityName\":\"Latehar, Jharkhand\"},{\"cityId\":744,\"cityName\":\"Latur, Maharashtra\"},{\"cityId\":1736,\"cityName\":\"Lava, West Bengal\"},{\"cityId\":1997,\"cityName\":\"Lavale, Maharashtra\"},{\"cityId\":503,\"cityName\":\"Lavasa, Maharashtra\"},{\"cityId\":1502,\"cityName\":\"Laxmangarh, Rajasthan\"},{\"cityId\":1183,\"cityName\":\"Lehragaga, Punjab\"},{\"cityId\":1692,\"cityName\":\"Liluah, West Bengal\"},{\"cityId\":997,\"cityName\":\"Lingsugur, Karnataka\"},{\"cityId\":1415,\"cityName\":\"Lohaghat, Uttarakhand\"},{\"cityId\":2132,\"cityName\":\"Lohardaga, Jharkhand\"},{\"cityId\":2691,\"cityName\":\"Lohari, Haryana\"},{\"cityId\":2871,\"cityName\":\"Loharu, Haryana\"},{\"cityId\":2472,\"cityName\":\"Lolegaon, West Bengal\"},{\"cityId\":508,\"cityName\":\"Lonand, Maharashtra\"},{\"cityId\":1510,\"cityName\":\"Lonere, Maharashtra\"},{\"cityId\":2334,\"cityName\":\"Loni, Maharashtra\"},{\"cityId\":1998,\"cityName\":\"Lonikand, Maharashtra\"},{\"cityId\":2760,\"cityName\":\"Lormi, Chhattisgarh\"},{\"cityId\":2,\"cityName\":\"Lucknow, Uttar Pradesh\"},{\"cityId\":339,\"cityName\":\"Ludhiana, Punjab\"},{\"cityId\":2577,\"cityName\":\"Lumding, Assam\"},{\"cityId\":908,\"cityName\":\"Lunawada, Gujarat\"},{\"cityId\":808,\"cityName\":\"Macherla, Andhra Pradesh\"},{\"cityId\":713,\"cityName\":\"Machilipatnam, Andhra Pradesh\"},{\"cityId\":2164,\"cityName\":\"Madakasira, Andhra Pradesh\"},{\"cityId\":714,\"cityName\":\"Madanapalle, Andhra Pradesh\"},{\"cityId\":2170,\"cityName\":\"Maddur, Karnataka\"},{\"cityId\":868,\"cityName\":\"Madhepura, Bihar\"},{\"cityId\":1704,\"cityName\":\"Madhira, Telangana\"},{\"cityId\":2342,\"cityName\":\"Madhuban, Uttar Pradesh\"},{\"cityId\":869,\"cityName\":\"Madhubani, Bihar\"},{\"cityId\":2156,\"cityName\":\"Madhugiri, Karnataka\"},{\"cityId\":2129,\"cityName\":\"Madhupur, Jharkhand\"},{\"cityId\":1884,\"cityName\":\"Madhwapur, Bihar\"},{\"cityId\":1965,\"cityName\":\"Madhyamgram, West Bengal\"},{\"cityId\":63,\"cityName\":\"Madurai, Tamil Nadu\"},{\"cityId\":1565,\"cityName\":\"Madurantakam, Tamil Nadu\"},{\"cityId\":2347,\"cityName\":\"Maduranthakam, Tamil Nadu\"},{\"cityId\":1868,\"cityName\":\"Magadi, Karnataka\"},{\"cityId\":59,\"cityName\":\"Mahabaleshwar, Maharashtra\"},{\"cityId\":115,\"cityName\":\"Mahabalipuram, Tamil Nadu\"},{\"cityId\":1746,\"cityName\":\"Mahabubabad, Telangana\"},{\"cityId\":1125,\"cityName\":\"Mahad, Maharashtra\"},{\"cityId\":1976,\"cityName\":\"Mahapoli, Maharashtra\"},{\"cityId\":2545,\"cityName\":\"Maharajganj, Uttar Pradesh\"},{\"cityId\":885,\"cityName\":\"Mahasamund, Chhattisgarh\"},{\"cityId\":466,\"cityName\":\"Mahbubnagar, Telangana\"},{\"cityId\":667,\"cityName\":\"Mahendragarh, Haryana\"},{\"cityId\":602,\"cityName\":\"Maheshwar, Madhya Pradesh\"},{\"cityId\":2639,\"cityName\":\"Mahishadal, West Bengal\"},{\"cityId\":1384,\"cityName\":\"Mahoba, Uttar Pradesh\"},{\"cityId\":2874,\"cityName\":\"Mahudha, Gujarat\"},{\"cityId\":1994,\"cityName\":\"Mahuli, Bihar\"},{\"cityId\":1610,\"cityName\":\"Mahurgad, Maharashtra\"},{\"cityId\":909,\"cityName\":\"Mahuva, Gujarat\"},{\"cityId\":1062,\"cityName\":\"Maihar, Madhya Pradesh\"},{\"cityId\":1385,\"cityName\":\"Mailani, Uttar Pradesh\"},{\"cityId\":668,\"cityName\":\"Mainpuri, Uttar Pradesh\"},{\"cityId\":870,\"cityName\":\"Mairwa, Bihar\"},{\"cityId\":1472,\"cityName\":\"Maithon, Jharkhand\"},{\"cityId\":2890,\"cityName\":\"Majhola, Uttar Pradesh\"},{\"cityId\":2819,\"cityName\":\"Majorda Beach, Goa\"},{\"cityId\":1213,\"cityName\":\"Makrana, Rajasthan\"},{\"cityId\":1063,\"cityName\":\"Maksi, Madhya Pradesh\"},{\"cityId\":2014,\"cityName\":\"Mal bazar, West Bengal\"},{\"cityId\":1033,\"cityName\":\"Malappuram, Kerala\"},{\"cityId\":2954,\"cityName\":\"Malavli, Maharashtra\"},{\"cityId\":540,\"cityName\":\"Malda, West Bengal\"},{\"cityId\":2161,\"cityName\":\"Male mahadeshwara hills, Karnataka\"},{\"cityId\":745,\"cityName\":\"Malegaon, Maharashtra\"},{\"cityId\":448,\"cityName\":\"Malerkotla, Punjab\"},{\"cityId\":2501,\"cityName\":\"Malihabad, Uttar Pradesh\"},{\"cityId\":2236,\"cityName\":\"Malikipuram, Andhra Pradesh\"},{\"cityId\":1126,\"cityName\":\"Malkapur, Maharashtra\"},{\"cityId\":1649,\"cityName\":\"Malkhed, Karnataka\"},{\"cityId\":2856,\"cityName\":\"Malliakkarai, Tamil Nadu\"},{\"cityId\":669,\"cityName\":\"Mallital, Uttarakhand\"},{\"cityId\":2186,\"cityName\":\"Malur, Karnataka\"},{\"cityId\":1473,\"cityName\":\"Malvan, Maharashtra\"},{\"cityId\":301,\"cityName\":\"Manali, Himachal Pradesh\"},{\"cityId\":1275,\"cityName\":\"Manamadurai, Tamil Nadu\"},{\"cityId\":2448,\"cityName\":\"Mananthavady, Kerala\"},{\"cityId\":2046,\"cityName\":\"Manapad, Tamil Nadu\"},{\"cityId\":2074,\"cityName\":\"Manapparai, Tamil Nadu\"},{\"cityId\":1064,\"cityName\":\"Manasa, Madhya Pradesh\"},{\"cityId\":2544,\"cityName\":\"Manawar, Madhya Pradesh\"},{\"cityId\":1127,\"cityName\":\"Manchar, Maharashtra\"},{\"cityId\":2244,\"cityName\":\"Mancherial, Telangana\"},{\"cityId\":2396,\"cityName\":\"Mancode, Kerala\"},{\"cityId\":1644,\"cityName\":\"Mandangad, Maharashtra\"},{\"cityId\":2243,\"cityName\":\"Mandapeta, Andhra Pradesh\"},{\"cityId\":1827,\"cityName\":\"Mandar, Rajasthan\"},{\"cityId\":541,\"cityName\":\"Mandarmani, West Bengal\"},{\"cityId\":1214,\"cityName\":\"Mandawa, Rajasthan\"},{\"cityId\":2869,\"cityName\":\"Mandi Dabwali, Haryana\"},{\"cityId\":190,\"cityName\":\"Mandi, Himachal Pradesh\"},{\"cityId\":2291,\"cityName\":\"Mandideep, Madhya Pradesh\"},{\"cityId\":1065,\"cityName\":\"Mandla, Madhya Pradesh\"},{\"cityId\":2818,\"cityName\":\"Mandrem Beach, Goa\"},{\"cityId\":1066,\"cityName\":\"Mandsaur, Madhya Pradesh\"},{\"cityId\":601,\"cityName\":\"Mandu, Madhya Pradesh\"},{\"cityId\":910,\"cityName\":\"Mandvi, Gujarat\"},{\"cityId\":670,\"cityName\":\"Mandya, Karnataka\"},{\"cityId\":2461,\"cityName\":\"Mane Bhanjang, West Bengal\"},{\"cityId\":1474,\"cityName\":\"Manesar, Haryana\"},{\"cityId\":1627,\"cityName\":\"Mangadu, Tamil Nadu\"},{\"cityId\":2237,\"cityName\":\"Mangalagiri, Andhra Pradesh\"},{\"cityId\":1918,\"cityName\":\"Mangalam, Tamil Nadu\"},{\"cityId\":2496,\"cityName\":\"Mangaldoi, Assam\"},{\"cityId\":191,\"cityName\":\"Mangalore, Karnataka\"},{\"cityId\":1599,\"cityName\":\"Mangaon, Maharashtra\"},{\"cityId\":2481,\"cityName\":\"Mangawan, Madhya Pradesh\"},{\"cityId\":2668,\"cityName\":\"Mangrol, Gujarat\"},{\"cityId\":2681,\"cityName\":\"Manikaran, Himachal Pradesh\"},{\"cityId\":1475,\"cityName\":\"Manipal, Karnataka\"},{\"cityId\":1386,\"cityName\":\"Mankapur, Uttar Pradesh\"},{\"cityId\":746,\"cityName\":\"Manmad, Maharashtra\"},{\"cityId\":1276,\"cityName\":\"Mannargudi, Tamil Nadu\"},{\"cityId\":2315,\"cityName\":\"Manor, Maharashtra\"},{\"cityId\":1820,\"cityName\":\"Manthani, Telangana\"},{\"cityId\":766,\"cityName\":\"Mantralayam, Andhra Pradesh\"},{\"cityId\":2238,\"cityName\":\"Manvi, Karnataka\"},{\"cityId\":2830,\"cityName\":\"Mapusaes Beach, Goa\"},{\"cityId\":1277,\"cityName\":\"Marakkanam, Tamil Nadu\"},{\"cityId\":2780,\"cityName\":\"Marandahalli, Tamil Nadu\"},{\"cityId\":2390,\"cityName\":\"Mararikulam, Kerala\"},{\"cityId\":2212,\"cityName\":\"Maravanthe beach, Karnataka\"},{\"cityId\":888,\"cityName\":\"Margao, Goa\"},{\"cityId\":1996,\"cityName\":\"Markal, Maharashtra\"},{\"cityId\":809,\"cityName\":\"Markapur, Andhra Pradesh\"},{\"cityId\":1590,\"cityName\":\"Markapuram, Andhra Pradesh\"},{\"cityId\":1476,\"cityName\":\"Marmagoa, Goa\"},{\"cityId\":1751,\"cityName\":\"Marthandam, Tamil Nadu\"},{\"cityId\":1734,\"cityName\":\"Martur, Andhra Pradesh\"},{\"cityId\":2599,\"cityName\":\"Masaurhi, Bihar\"},{\"cityId\":671,\"cityName\":\"Mashobra, Himachal Pradesh\"},{\"cityId\":2190,\"cityName\":\"Masinagudi, Tamil Nadu\"},{\"cityId\":2178,\"cityName\":\"Maski, Karnataka\"},{\"cityId\":2515,\"cityName\":\"Masrakh, Bihar\"},{\"cityId\":1895,\"cityName\":\"Matar, Gujarat\"},{\"cityId\":2369,\"cityName\":\"Matheran, Maharashtra\"},{\"cityId\":384,\"cityName\":\"Mathura, Uttar Pradesh\"},{\"cityId\":1971,\"cityName\":\"Mattuthavani, Tamil Nadu\"},{\"cityId\":2479,\"cityName\":\"Mau, Uttar Pradesh\"},{\"cityId\":1387,\"cityName\":\"Maudaha, Uttar Pradesh\"},{\"cityId\":1388,\"cityName\":\"Mauranipur, Uttar Pradesh\"},{\"cityId\":2384,\"cityName\":\"Mavelikkara, Kerala\"},{\"cityId\":2897,\"cityName\":\"Mavli, Rajasthan\"},{\"cityId\":2299,\"cityName\":\"Mawlynnong, Meghalaya\"},{\"cityId\":547,\"cityName\":\"Mayapur, West Bengal\"},{\"cityId\":1278,\"cityName\":\"Mayiladuthurai, Tamil Nadu\"},{\"cityId\":2451,\"cityName\":\"Maynaguri, West Bengal\"},{\"cityId\":2641,\"cityName\":\"McCluskieganj, Jharkhand\"},{\"cityId\":2377,\"cityName\":\"McLeod Ganj, Himachal Pradesh\"},{\"cityId\":672,\"cityName\":\"Medak, Telangana\"},{\"cityId\":1548,\"cityName\":\"Medchal, Telangana\"},{\"cityId\":2240,\"cityName\":\"Medigadda, Telangana\"},{\"cityId\":531,\"cityName\":\"Medinipur, West Bengal\"},{\"cityId\":1889,\"cityName\":\"Medra, Gujarat\"},{\"cityId\":15,\"cityName\":\"Meerut, Uttar Pradesh\"},{\"cityId\":1725,\"cityName\":\"Meham, Haryana\"},{\"cityId\":2697,\"cityName\":\"Mehandipur, Rajasthan\"},{\"cityId\":1129,\"cityName\":\"Mehkar, Maharashtra\"},{\"cityId\":2761,\"cityName\":\"Mehmand, Chhattisgarh\"},{\"cityId\":2509,\"cityName\":\"Mehnar, Bihar\"},{\"cityId\":2637,\"cityName\":\"Mehrauna, Uttar Pradesh\"},{\"cityId\":237,\"cityName\":\"Mehsana, Gujarat\"},{\"cityId\":1765,\"cityName\":\"Meja, Uttar Pradesh\"},{\"cityId\":1507,\"cityName\":\"Melmaruvathur, Tamil Nadu\"},{\"cityId\":1873,\"cityName\":\"Melukote, Karnataka\"},{\"cityId\":1279,\"cityName\":\"Melur, Tamil Nadu\"},{\"cityId\":1280,\"cityName\":\"Melvisharam, Tamil Nadu\"},{\"cityId\":1430,\"cityName\":\"Memari, West Bengal\"},{\"cityId\":1740,\"cityName\":\"Metpally, Telangana\"},{\"cityId\":1281,\"cityName\":\"Mettupalayam, Tamil Nadu\"},{\"cityId\":1282,\"cityName\":\"Mettur, Tamil Nadu\"},{\"cityId\":1807,\"cityName\":\"Mhasala, Maharashtra\"},{\"cityId\":1130,\"cityName\":\"Mhaswad, Maharashtra\"},{\"cityId\":1762,\"cityName\":\"Mhow, Madhya Pradesh\"},{\"cityId\":1283,\"cityName\":\"Minjur, Tamil Nadu\"},{\"cityId\":1983,\"cityName\":\"Mira bhayandar, Maharashtra\"},{\"cityId\":1090,\"cityName\":\"Miraj, Maharashtra\"},{\"cityId\":2841,\"cityName\":\"Miramar Beach, Goa\"},{\"cityId\":2645,\"cityName\":\"Mirganj, Bihar\"},{\"cityId\":2010,\"cityName\":\"Mirik, West Bengal\"},{\"cityId\":810,\"cityName\":\"Miryalaguda, Telangana\"},{\"cityId\":161,\"cityName\":\"Mirzapur, Uttar Pradesh\"},{\"cityId\":2824,\"cityName\":\"Mobor Beach, Goa\"},{\"cityId\":488,\"cityName\":\"Modasa, Gujarat\"},{\"cityId\":1929,\"cityName\":\"Modinagar, Uttar Pradesh\"},{\"cityId\":501,\"cityName\":\"Moga, Punjab\"},{\"cityId\":504,\"cityName\":\"Mohali, Punjab\"},{\"cityId\":1389,\"cityName\":\"Mohammadabad, Uttar Pradesh\"},{\"cityId\":2615,\"cityName\":\"Mohania, Bihar\"},{\"cityId\":2019,\"cityName\":\"Moinaguri, Assam\"},{\"cityId\":2514,\"cityName\":\"Mokama, Bihar\"},{\"cityId\":1506,\"cityName\":\"Moodbidri, Karnataka\"},{\"cityId\":2231,\"cityName\":\"Mopidevi, Andhra Pradesh\"},{\"cityId\":49,\"cityName\":\"Moradabad, Uttar Pradesh\"},{\"cityId\":2587,\"cityName\":\"Moranhat, Assam\"},{\"cityId\":509,\"cityName\":\"Morbi, Gujarat\"},{\"cityId\":1067,\"cityName\":\"Morena, Madhya Pradesh\"},{\"cityId\":1612,\"cityName\":\"Morigaon, Assam\"},{\"cityId\":1914,\"cityName\":\"Morinda, Punjab\"},{\"cityId\":2802,\"cityName\":\"Morjim Beach, Goa\"},{\"cityId\":2837,\"cityName\":\"Mormugao Beach, Goa\"},{\"cityId\":1917,\"cityName\":\"Morni Hills, Haryana\"},{\"cityId\":2124,\"cityName\":\"Motiganj, Odisha\"},{\"cityId\":871,\"cityName\":\"Motihari, Bihar\"},{\"cityId\":2619,\"cityName\":\"Motipur, Bihar\"},{\"cityId\":246,\"cityName\":\"Mount Abu, Rajasthan\"},{\"cityId\":2936,\"cityName\":\"Mudbidri, Karnataka\"},{\"cityId\":998,\"cityName\":\"Mudhol, Karnataka\"},{\"cityId\":2167,\"cityName\":\"Mudigere, Karnataka\"},{\"cityId\":2882,\"cityName\":\"Mughal Sarai, Uttar Pradesh\"},{\"cityId\":1390,\"cityName\":\"Mughalsarai, Uttar Pradesh\"},{\"cityId\":2683,\"cityName\":\"Mukerian, Punjab\"},{\"cityId\":2444,\"cityName\":\"Mukkam, Kerala\"},{\"cityId\":1477,\"cityName\":\"Mukteshwar, Uttarakhand\"},{\"cityId\":1184,\"cityName\":\"Muktsar, Punjab\"},{\"cityId\":2622,\"cityName\":\"Mukutmanipur, West Bengal\"},{\"cityId\":999,\"cityName\":\"Mulbagal, Karnataka\"},{\"cityId\":1000,\"cityName\":\"Mulki, Karnataka\"},{\"cityId\":2311,\"cityName\":\"Mulshi, Maharashtra\"},{\"cityId\":1068,\"cityName\":\"Multai, Madhya Pradesh\"},{\"cityId\":114,\"cityName\":\"Mumbai, Maharashtra\"},{\"cityId\":1676,\"cityName\":\"Mundakayam, Kerala\"},{\"cityId\":1581,\"cityName\":\"Mundawar, Rajasthan\"},{\"cityId\":1001,\"cityName\":\"Mundgod, Karnataka\"},{\"cityId\":489,\"cityName\":\"Mundra, Gujarat\"},{\"cityId\":731,\"cityName\":\"Mungeli, Chhattisgarh\"},{\"cityId\":872,\"cityName\":\"Munger, Bihar\"},{\"cityId\":2485,\"cityName\":\"Mungra Badshahpur, Uttar Pradesh\"},{\"cityId\":136,\"cityName\":\"Munnar, Kerala\"},{\"cityId\":2711,\"cityName\":\"Munsiari, Uttarakhand\"},{\"cityId\":1936,\"cityName\":\"Muradnagar, Uttar Pradesh\"},{\"cityId\":1131,\"cityName\":\"Murbad, Maharashtra\"},{\"cityId\":1431,\"cityName\":\"Murshidabad, West Bengal\"},{\"cityId\":1530,\"cityName\":\"Murthal, Haryana\"},{\"cityId\":2464,\"cityName\":\"Murti, West Bengal\"},{\"cityId\":1132,\"cityName\":\"Murtijapur, Maharashtra\"},{\"cityId\":1133,\"cityName\":\"Murud, Maharashtra\"},{\"cityId\":1863,\"cityName\":\"Murudeshwar, Karnataka\"},{\"cityId\":1134,\"cityName\":\"Murum, Maharashtra\"},{\"cityId\":1284,\"cityName\":\"Musiri, Tamil Nadu\"},{\"cityId\":112,\"cityName\":\"Mussoorie, Uttarakhand\"},{\"cityId\":1715,\"cityName\":\"Muthanga, Kerala\"},{\"cityId\":1839,\"cityName\":\"Muthukulathur, Tamil Nadu\"},{\"cityId\":1034,\"cityName\":\"Muvattupuzha, Kerala\"},{\"cityId\":374,\"cityName\":\"Muzaffarnagar, Uttar Pradesh\"},{\"cityId\":270,\"cityName\":\"Muzaffarpur, Bihar\"},{\"cityId\":1609,\"cityName\":\"Mydukur, Andhra Pradesh\"},{\"cityId\":203,\"cityName\":\"Mysore, Karnataka\"},{\"cityId\":532,\"cityName\":\"Nabadwip, West Bengal\"},{\"cityId\":1185,\"cityName\":\"Nabha, Punjab\"},{\"cityId\":2443,\"cityName\":\"Nadapuram, Kerala\"},{\"cityId\":2276,\"cityName\":\"Nadia, West Bengal\"},{\"cityId\":490,\"cityName\":\"Nadiad, Gujarat\"},{\"cityId\":2197,\"cityName\":\"Nagamangala, Karnataka\"},{\"cityId\":2031,\"cityName\":\"Nagaon, Assam\"},{\"cityId\":1285,\"cityName\":\"Nagapattinam, Tamil Nadu\"},{\"cityId\":2935,\"cityName\":\"Nagarahole, Karnataka\"},{\"cityId\":2362,\"cityName\":\"Nagari, Andhra Pradesh\"},{\"cityId\":2400,\"cityName\":\"Nagarjuna Sagar Dam, Telangana\"},{\"cityId\":2120,\"cityName\":\"Nagarnausa, Bihar\"},{\"cityId\":2889,\"cityName\":\"Nagarsul, Maharashtra\"},{\"cityId\":239,\"cityName\":\"Nagaur, Rajasthan\"},{\"cityId\":1069,\"cityName\":\"Nagda, Madhya Pradesh\"},{\"cityId\":99,\"cityName\":\"Nagercoil, Tamil Nadu\"},{\"cityId\":673,\"cityName\":\"Nagina, Uttar Pradesh\"},{\"cityId\":1747,\"cityName\":\"Nagole, Telangana\"},{\"cityId\":1478,\"cityName\":\"Nagothane, Maharashtra\"},{\"cityId\":35,\"cityName\":\"Nagpur, Maharashtra\"},{\"cityId\":2430,\"cityName\":\"Naharlagun, Arunachal Pradesh\"},{\"cityId\":1614,\"cityName\":\"Naidupeta, Andhra Pradesh\"},{\"cityId\":1479,\"cityName\":\"Naihati, West Bengal\"},{\"cityId\":2762,\"cityName\":\"Naila Janjgir, Chhattisgarh\"},{\"cityId\":591,\"cityName\":\"Naimisharanya, Uttar Pradesh\"},{\"cityId\":43,\"cityName\":\"Nainital, Uttarakhand\"},{\"cityId\":2940,\"cityName\":\"Nainpur, Madhya Pradesh\"},{\"cityId\":2905,\"cityName\":\"Nakashipara, West Bengal\"},{\"cityId\":453,\"cityName\":\"Nakodar, Punjab\"},{\"cityId\":936,\"cityName\":\"Nalagarh, Himachal Pradesh\"},{\"cityId\":2542,\"cityName\":\"Nalanda, Bihar\"},{\"cityId\":1135,\"cityName\":\"Nalasopara, Maharashtra\"},{\"cityId\":2497,\"cityName\":\"Nalbari, Assam\"},{\"cityId\":467,\"cityName\":\"Nalgonda, Telangana\"},{\"cityId\":2579,\"cityName\":\"Nalhati, West Bengal\"},{\"cityId\":2552,\"cityName\":\"Nalkheda, Madhya Pradesh\"},{\"cityId\":1623,\"cityName\":\"Nalsarovar, Gujarat\"},{\"cityId\":1286,\"cityName\":\"Namakkal, Tamil Nadu\"},{\"cityId\":2468,\"cityName\":\"Namchi, Sikkim\"},{\"cityId\":556,\"cityName\":\"Namkhana, West Bengal\"},{\"cityId\":2618,\"cityName\":\"Namsai, Arunachal Pradesh\"},{\"cityId\":385,\"cityName\":\"Nanded, Maharashtra\"},{\"cityId\":439,\"cityName\":\"Nandi Hills, Karnataka\"},{\"cityId\":1512,\"cityName\":\"Nandigama, Andhra Pradesh\"},{\"cityId\":498,\"cityName\":\"Nandurbar, Maharashtra\"},{\"cityId\":715,\"cityName\":\"Nandyal, Andhra Pradesh\"},{\"cityId\":1838,\"cityName\":\"Nandyala, Andhra Pradesh\"},{\"cityId\":1186,\"cityName\":\"Nangal, Punjab\"},{\"cityId\":2049,\"cityName\":\"Nanguneri, Tamil Nadu\"},{\"cityId\":1002,\"cityName\":\"Nanjangud, Karnataka\"},{\"cityId\":1391,\"cityName\":\"Nanpara, Uttar Pradesh\"},{\"cityId\":927,\"cityName\":\"Naraingarh(MC), Haryana\"},{\"cityId\":1603,\"cityName\":\"Narasannapeta, Andhra Pradesh\"},{\"cityId\":716,\"cityName\":\"Narasaraopet, Andhra Pradesh\"},{\"cityId\":1003,\"cityName\":\"Narasimharajapura, Karnataka\"},{\"cityId\":1967,\"cityName\":\"Narasingam, Tamil Nadu\"},{\"cityId\":1503,\"cityName\":\"Narayangaon, Maharashtra\"},{\"cityId\":2687,\"cityName\":\"Narkanda, Himachal Pradesh\"},{\"cityId\":2567,\"cityName\":\"Narkatiaganj, Bihar\"},{\"cityId\":676,\"cityName\":\"Narnaul, Haryana\"},{\"cityId\":1681,\"cityName\":\"Narora, Uttar Pradesh\"},{\"cityId\":2248,\"cityName\":\"Narsampet, Telangana\"},{\"cityId\":2221,\"cityName\":\"Narsapur, Telangana\"},{\"cityId\":2534,\"cityName\":\"Narsinghgarh, Madhya Pradesh\"},{\"cityId\":364,\"cityName\":\"Narsinghpur, Madhya Pradesh\"},{\"cityId\":811,\"cityName\":\"Narsipatnam, Andhra Pradesh\"},{\"cityId\":928,\"cityName\":\"Narwana, Haryana\"},{\"cityId\":2878,\"cityName\":\"Nasaratgarh, Madhya Pradesh\"},{\"cityId\":294,\"cityName\":\"Nashik, Maharashtra\"},{\"cityId\":1215,\"cityName\":\"Nasirabad, Rajasthan\"},{\"cityId\":91,\"cityName\":\"Nathdwara, Rajasthan\"},{\"cityId\":2363,\"cityName\":\"Natrampalli, Tamil Nadu\"},{\"cityId\":2048,\"cityName\":\"Nattam, Tamil Nadu\"},{\"cityId\":1741,\"cityName\":\"Naugarh, Uttar Pradesh\"},{\"cityId\":2789,\"cityName\":\"Naukuchiatal, Uttarakhand\"},{\"cityId\":1392,\"cityName\":\"Nautanwa, Uttar Pradesh\"},{\"cityId\":1855,\"cityName\":\"Navalur, Tamil Nadu\"},{\"cityId\":1641,\"cityName\":\"Navapur, Maharashtra\"},{\"cityId\":1980,\"cityName\":\"Navghar, Maharashtra\"},{\"cityId\":747,\"cityName\":\"Navi Mumbai, Maharashtra\"},{\"cityId\":233,\"cityName\":\"Navsari, Gujarat\"},{\"cityId\":1216,\"cityName\":\"Nawa, Rajasthan\"},{\"cityId\":873,\"cityName\":\"Nawada, Bihar\"},{\"cityId\":677,\"cityName\":\"Nawalgarh, Rajasthan\"},{\"cityId\":2853,\"cityName\":\"Nawanshahr, Punjab\"},{\"cityId\":2763,\"cityName\":\"Naya Baradwar, Chhattisgarh\"},{\"cityId\":589,\"cityName\":\"Nayagarh, Odisha\"},{\"cityId\":2849,\"cityName\":\"Nedumbassery, Kerala\"},{\"cityId\":2043,\"cityName\":\"Needamangalam, Tamil Nadu\"},{\"cityId\":678,\"cityName\":\"Neem ka thana, Rajasthan\"},{\"cityId\":679,\"cityName\":\"Neemrana, Rajasthan\"},{\"cityId\":1070,\"cityName\":\"Neemuch, Madhya Pradesh\"},{\"cityId\":1004,\"cityName\":\"Nelamangala, Karnataka\"},{\"cityId\":264,\"cityName\":\"Nellore, Andhra Pradesh\"},{\"cityId\":2781,\"cityName\":\"Nellyadi, Karnataka\"},{\"cityId\":2179,\"cityName\":\"Nemili, Tamil Nadu\"},{\"cityId\":2210,\"cityName\":\"Nenmara, Kerala\"},{\"cityId\":1136,\"cityName\":\"Neral, Maharashtra\"},{\"cityId\":2433,\"cityName\":\"Netarhat, Jharkhand\"},{\"cityId\":145,\"cityName\":\"New Delhi, Delhi\"},{\"cityId\":2546,\"cityName\":\"New Jalpaiguri, West Bengal\"},{\"cityId\":2902,\"cityName\":\"Neyveli T.S, Tamil Nadu\"},{\"cityId\":1288,\"cityName\":\"Neyveli, Tamil Nadu\"},{\"cityId\":812,\"cityName\":\"Nidadavole, Andhra Pradesh\"},{\"cityId\":1969,\"cityName\":\"Nilaiyur, Tamil Nadu\"},{\"cityId\":2041,\"cityName\":\"Nilakottai, Tamil Nadu\"},{\"cityId\":1519,\"cityName\":\"Nilambur, Kerala\"},{\"cityId\":2387,\"cityName\":\"Nilamel, Kerala\"},{\"cityId\":1137,\"cityName\":\"Nilanga, Maharashtra\"},{\"cityId\":1669,\"cityName\":\"Nileshwar, Kerala\"},{\"cityId\":1902,\"cityName\":\"Nimapada, Odisha\"},{\"cityId\":1217,\"cityName\":\"Nimbahera, Rajasthan\"},{\"cityId\":2090,\"cityName\":\"Nipani, Karnataka\"},{\"cityId\":2184,\"cityName\":\"Nippani, Karnataka\"},{\"cityId\":813,\"cityName\":\"Nirmal, Telangana\"},{\"cityId\":2135,\"cityName\":\"Nirsa, Jharkhand\"},{\"cityId\":2141,\"cityName\":\"Nishat Bagh, Jammu and Kashmir\"},{\"cityId\":177,\"cityName\":\"Nizamabad, Telangana\"},{\"cityId\":348,\"cityName\":\"Noida, Uttar Pradesh\"},{\"cityId\":1393,\"cityName\":\"Noorpur, Uttar Pradesh\"},{\"cityId\":2903,\"cityName\":\"North Lakhimpur, Assam\"},{\"cityId\":2394,\"cityName\":\"North Paravur, Kerala\"},{\"cityId\":2584,\"cityName\":\"Numaligarh, Assam\"},{\"cityId\":937,\"cityName\":\"Nurpur, Himachal Pradesh\"},{\"cityId\":2246,\"cityName\":\"Nuzividu, Andhra Pradesh\"},{\"cityId\":814,\"cityName\":\"Nuzvid, Andhra Pradesh\"},{\"cityId\":2383,\"cityName\":\"Oachira, Kerala\"},{\"cityId\":1394,\"cityName\":\"Obra, Uttar Pradesh\"},{\"cityId\":1289,\"cityName\":\"Oddanchatram, Tamil Nadu\"},{\"cityId\":1660,\"cityName\":\"Ojhar, Maharashtra\"},{\"cityId\":2928,\"cityName\":\"Okha, Gujarat\"},{\"cityId\":2332,\"cityName\":\"Omerga, Maharashtra\"},{\"cityId\":577,\"cityName\":\"Omkareshwar, Madhya Pradesh\"},{\"cityId\":717,\"cityName\":\"Ongole, Andhra Pradesh\"},{\"cityId\":425,\"cityName\":\"Ooty, Tamil Nadu\"},{\"cityId\":1556,\"cityName\":\"Oragadam, Tamil Nadu\"},{\"cityId\":604,\"cityName\":\"Orai, Uttar Pradesh\"},{\"cityId\":2498,\"cityName\":\"Orchha, Madhya Pradesh\"},{\"cityId\":2405,\"cityName\":\"Osian, Rajasthan\"},{\"cityId\":748,\"cityName\":\"Osmanabad, Maharashtra\"},{\"cityId\":2047,\"cityName\":\"Ottapidaram, Tamil Nadu\"},{\"cityId\":1035,\"cityName\":\"Ottappalam, Kerala\"},{\"cityId\":1678,\"cityName\":\"Otur, Maharashtra\"},{\"cityId\":1138,\"cityName\":\"Ozar, Maharashtra\"},{\"cityId\":2104,\"cityName\":\"Pabau, Uttarakhand\"},{\"cityId\":1139,\"cityName\":\"Pachora, Maharashtra\"},{\"cityId\":1941,\"cityName\":\"Padampura, Rajasthan\"},{\"cityId\":2844,\"cityName\":\"Padla, Haryana\"},{\"cityId\":1290,\"cityName\":\"Padmanabhapuram, Tamil Nadu\"},{\"cityId\":1395,\"cityName\":\"Padrauna, Uttar Pradesh\"},{\"cityId\":2137,\"cityName\":\"Pahalgam, Jammu and Kashmir\"},{\"cityId\":1981,\"cityName\":\"Paigaon, Maharashtra\"},{\"cityId\":1140,\"cityName\":\"Paithan, Maharashtra\"},{\"cityId\":1633,\"cityName\":\"Pakala, Andhra Pradesh\"},{\"cityId\":2262,\"cityName\":\"Pakur, Jharkhand\"},{\"cityId\":381,\"cityName\":\"Palakkad, Kerala\"},{\"cityId\":761,\"cityName\":\"Palakollu, Andhra Pradesh\"},{\"cityId\":1537,\"cityName\":\"Palamaner, Andhra Pradesh\"},{\"cityId\":174,\"cityName\":\"Palampur, Himachal Pradesh\"},{\"cityId\":1291,\"cityName\":\"Palani, Tamil Nadu\"},{\"cityId\":491,\"cityName\":\"Palanpur, Gujarat\"},{\"cityId\":2245,\"cityName\":\"Palasa Kasibugga, Andhra Pradesh\"},{\"cityId\":1781,\"cityName\":\"Palasa, Andhra Pradesh\"},{\"cityId\":2225,\"cityName\":\"Palasamudram, Andhra Pradesh\"},{\"cityId\":1141,\"cityName\":\"Palghar, Maharashtra\"},{\"cityId\":2151,\"cityName\":\"Pali, Rajasthan\"},{\"cityId\":2337,\"cityName\":\"Palia Kalan, Uttar Pradesh\"},{\"cityId\":492,\"cityName\":\"Palitana, Gujarat\"},{\"cityId\":1292,\"cityName\":\"Palladam, Tamil Nadu\"},{\"cityId\":1293,\"cityName\":\"Pallipattu, Tamil Nadu\"},{\"cityId\":2314,\"cityName\":\"Palolem Beach, Goa\"},{\"cityId\":1629,\"cityName\":\"Palus, Maharashtra\"},{\"cityId\":1748,\"cityName\":\"Palvancha, Telangana\"},{\"cityId\":929,\"cityName\":\"Palwal, Haryana\"},{\"cityId\":2388,\"cityName\":\"Pamba, Kerala\"},{\"cityId\":1829,\"cityName\":\"Pamidi, Andhra Pradesh\"},{\"cityId\":816,\"cityName\":\"Pamur, Andhra Pradesh\"},{\"cityId\":1735,\"cityName\":\"Panagarh, West Bengal\"},{\"cityId\":889,\"cityName\":\"Panaji, Goa\"},{\"cityId\":2287,\"cityName\":\"Panchet, Jharkhand\"},{\"cityId\":302,\"cityName\":\"Panchgani, Maharashtra\"},{\"cityId\":1635,\"cityName\":\"Pandalam, Kerala\"},{\"cityId\":2764,\"cityName\":\"Pandariya, Chhattisgarh\"},{\"cityId\":1872,\"cityName\":\"Pandavapura, Karnataka\"},{\"cityId\":1142,\"cityName\":\"Pandharpur, Maharashtra\"},{\"cityId\":393,\"cityName\":\"Panipat, Haryana\"},{\"cityId\":2016,\"cityName\":\"Panitanki, West Bengal\"},{\"cityId\":2480,\"cityName\":\"Panna, Madhya Pradesh\"},{\"cityId\":1294,\"cityName\":\"Panruti, Tamil Nadu\"},{\"cityId\":1890,\"cityName\":\"Pansar, Gujarat\"},{\"cityId\":2913,\"cityName\":\"Panskura, West Bengal\"},{\"cityId\":680,\"cityName\":\"Pantnagar, Uttarakhand\"},{\"cityId\":1143,\"cityName\":\"Panvel, Maharashtra\"},{\"cityId\":2114,\"cityName\":\"Paonta Sahib, Himachal Pradesh\"},{\"cityId\":938,\"cityName\":\"Paonta, Himachal Pradesh\"},{\"cityId\":1295,\"cityName\":\"Papanasam, Tamil Nadu\"},{\"cityId\":590,\"cityName\":\"Paradeep, Odisha\"},{\"cityId\":1296,\"cityName\":\"Paramakudi, Tamil Nadu\"},{\"cityId\":2862,\"cityName\":\"Parasia, West Bengal\"},{\"cityId\":2133,\"cityName\":\"Parasnath, Jharkhand\"},{\"cityId\":1796,\"cityName\":\"Paratwada, Maharashtra\"},{\"cityId\":1975,\"cityName\":\"Paravai, Tamil Nadu\"},{\"cityId\":749,\"cityName\":\"Parbhani, Maharashtra\"},{\"cityId\":1856,\"cityName\":\"Parchoor, Andhra Pradesh\"},{\"cityId\":1666,\"cityName\":\"Parkal, Telangana\"},{\"cityId\":750,\"cityName\":\"Parli, Maharashtra\"},{\"cityId\":2312,\"cityName\":\"Parner, Maharashtra\"},{\"cityId\":817,\"cityName\":\"Parvathipuram, Andhra Pradesh\"},{\"cityId\":2953,\"cityName\":\"Parwani, Jharkhand\"},{\"cityId\":939,\"cityName\":\"Parwanoo, Himachal Pradesh\"},{\"cityId\":2937,\"cityName\":\"Patalpani Waterfall, Madhya Pradesh\"},{\"cityId\":409,\"cityName\":\"Patan, Gujarat\"},{\"cityId\":1631,\"cityName\":\"Patancheru, Telangana\"},{\"cityId\":1928,\"cityName\":\"Pataudi, Haryana\"},{\"cityId\":2765,\"cityName\":\"Pathalgaon, Chhattisgarh\"},{\"cityId\":2208,\"cityName\":\"Pathanamthitta, Kerala\"},{\"cityId\":2441,\"cityName\":\"Pathanapuram, Kerala\"},{\"cityId\":395,\"cityName\":\"Pathankot, Punjab\"},{\"cityId\":2247,\"cityName\":\"Pathapatnam, Andhra Pradesh\"},{\"cityId\":2285,\"cityName\":\"Pathar Pratima, West Bengal\"},{\"cityId\":156,\"cityName\":\"Patiala, Punjab\"},{\"cityId\":401,\"cityName\":\"Patna, Bihar\"},{\"cityId\":2142,\"cityName\":\"Patnitop, Jammu and Kashmir\"},{\"cityId\":2598,\"cityName\":\"Patratu, Jharkhand\"},{\"cityId\":1953,\"cityName\":\"Pattanakkad, Kerala\"},{\"cityId\":2062,\"cityName\":\"Pattukkottai, Tamil Nadu\"},{\"cityId\":1005,\"cityName\":\"Pavagada, Karnataka\"},{\"cityId\":2493,\"cityName\":\"Pavapuri, Bihar\"},{\"cityId\":2947,\"cityName\":\"Pawal, Punjab\"},{\"cityId\":1628,\"cityName\":\"Pawapuri, Bihar\"},{\"cityId\":2372,\"cityName\":\"Pawna Lake, Maharashtra\"},{\"cityId\":1036,\"cityName\":\"Payyannur, Kerala\"},{\"cityId\":2440,\"cityName\":\"Payyanur, Kerala\"},{\"cityId\":2446,\"cityName\":\"Payyoli, Kerala\"},{\"cityId\":1789,\"cityName\":\"Pedanandipadu, Andhra Pradesh\"},{\"cityId\":1615,\"cityName\":\"Peddapalli, Telangana\"},{\"cityId\":2476,\"cityName\":\"Pedong, West Bengal\"},{\"cityId\":2435,\"cityName\":\"Pelling, Sikkim\"},{\"cityId\":2371,\"cityName\":\"Pen, Maharashtra\"},{\"cityId\":2136,\"cityName\":\"Pench National Park, Madhya Pradesh\"},{\"cityId\":886,\"cityName\":\"Pendra, Chhattisgarh\"},{\"cityId\":1607,\"cityName\":\"Penugonda, Andhra Pradesh\"},{\"cityId\":2782,\"cityName\":\"Penukonda, Andhra Pradesh\"},{\"cityId\":1297,\"cityName\":\"Perambalur, Tamil Nadu\"},{\"cityId\":1298,\"cityName\":\"Peravurani, Tamil Nadu\"},{\"cityId\":1299,\"cityName\":\"Periyakulam, Tamil Nadu\"},{\"cityId\":1554,\"cityName\":\"Periyapalayam, Tamil Nadu\"},{\"cityId\":1645,\"cityName\":\"Periyapatna, Karnataka\"},{\"cityId\":2356,\"cityName\":\"Pernambut, Tamil Nadu\"},{\"cityId\":2838,\"cityName\":\"Pernem Beach, Goa\"},{\"cityId\":1037,\"cityName\":\"Perumbavoor, Kerala\"},{\"cityId\":1300,\"cityName\":\"Perundurai, Tamil Nadu\"},{\"cityId\":2352,\"cityName\":\"Perungalathur, Tamil Nadu\"},{\"cityId\":1071,\"cityName\":\"Petlawad, Madhya Pradesh\"},{\"cityId\":2267,\"cityName\":\"Petrapole, West Bengal\"},{\"cityId\":452,\"cityName\":\"Phagwara, Punjab\"},{\"cityId\":1218,\"cityName\":\"Phalodi, Rajasthan\"},{\"cityId\":1144,\"cityName\":\"Phaltan, Maharashtra\"},{\"cityId\":2702,\"cityName\":\"Phaphund, Uttar Pradesh\"},{\"cityId\":451,\"cityName\":\"Phillaur, Punjab\"},{\"cityId\":1219,\"cityName\":\"Phulera, Rajasthan\"},{\"cityId\":2921,\"cityName\":\"Phulparas, Bihar\"},{\"cityId\":1991,\"cityName\":\"Phulwari sharif, Bihar\"},{\"cityId\":2081,\"cityName\":\"Pichavaram, Tamil Nadu\"},{\"cityId\":1630,\"cityName\":\"Piduguralla, Andhra Pradesh\"},{\"cityId\":606,\"cityName\":\"Pilani, Rajasthan\"},{\"cityId\":1522,\"cityName\":\"Pileru, Andhra Pradesh\"},{\"cityId\":681,\"cityName\":\"Pilibhit, Uttar Pradesh\"},{\"cityId\":2056,\"cityName\":\"Pillayarpatti, Tamil Nadu\"},{\"cityId\":2663,\"cityName\":\"Pindwara, Rajasthan\"},{\"cityId\":930,\"cityName\":\"Pinjore, Haryana\"},{\"cityId\":2549,\"cityName\":\"Pipariya, Madhya Pradesh\"},{\"cityId\":1906,\"cityName\":\"Pipili, Odisha\"},{\"cityId\":2000,\"cityName\":\"Pirangut, Maharashtra\"},{\"cityId\":1951,\"cityName\":\"Piravom, Kerala\"},{\"cityId\":2559,\"cityName\":\"Piro, Bihar\"},{\"cityId\":1072,\"cityName\":\"Pithampur, Madhya Pradesh\"},{\"cityId\":818,\"cityName\":\"Pithapuram, Andhra Pradesh\"},{\"cityId\":1811,\"cityName\":\"Podalakur, Andhra Pradesh\"},{\"cityId\":1973,\"cityName\":\"Podumbu, Tamil Nadu\"},{\"cityId\":2614,\"cityName\":\"Poicha, Gujarat\"},{\"cityId\":1220,\"cityName\":\"Pokaran, Rajasthan\"},{\"cityId\":2624,\"cityName\":\"Pokhara, Bihar\"},{\"cityId\":2676,\"cityName\":\"Pokhram North, Bihar\"},{\"cityId\":2227,\"cityName\":\"Polaki, Andhra Pradesh\"},{\"cityId\":1301,\"cityName\":\"Pollachi, Tamil Nadu\"},{\"cityId\":2181,\"cityName\":\"Pollibetta, Karnataka\"},{\"cityId\":2425,\"cityName\":\"Polo Forest, Gujarat\"},{\"cityId\":1302,\"cityName\":\"Polur, Tamil Nadu\"},{\"cityId\":890,\"cityName\":\"Ponda, Goa\"},{\"cityId\":53,\"cityName\":\"Pondicherry, Puducherry\"},{\"cityId\":2783,\"cityName\":\"Ponnamaravathi, Tamil Nadu\"},{\"cityId\":2201,\"cityName\":\"Ponnani, Kerala\"},{\"cityId\":2226,\"cityName\":\"Ponnur, Andhra Pradesh\"},{\"cityId\":1954,\"cityName\":\"Poochakkal, Kerala\"},{\"cityId\":2067,\"cityName\":\"Poompuhar, Tamil Nadu\"},{\"cityId\":1642,\"cityName\":\"Poonamallee, Tamil Nadu\"},{\"cityId\":98,\"cityName\":\"Porbandar, Gujarat\"},{\"cityId\":1505,\"cityName\":\"Porumamilla, Andhra Pradesh\"},{\"cityId\":1481,\"cityName\":\"Pragpur, Himachal Pradesh\"},{\"cityId\":1482,\"cityName\":\"Prakasam, Andhra Pradesh\"},{\"cityId\":1221,\"cityName\":\"Pratapgarh, Rajasthan\"},{\"cityId\":2242,\"cityName\":\"Prathipadu, Andhra Pradesh\"},{\"cityId\":718,\"cityName\":\"Proddatur, Andhra Pradesh\"},{\"cityId\":1303,\"cityName\":\"Pudukkottai, Tamil Nadu\"},{\"cityId\":2345,\"cityName\":\"Pugalur, Tamil Nadu\"},{\"cityId\":1396,\"cityName\":\"Pukhrayan, Uttar Pradesh\"},{\"cityId\":1145,\"cityName\":\"Pulgaon, Maharashtra\"},{\"cityId\":1875,\"cityName\":\"Pulicat, Tamil Nadu\"},{\"cityId\":1716,\"cityName\":\"Pulivendula, Andhra Pradesh\"},{\"cityId\":1304,\"cityName\":\"Puliyankudi, Tamil Nadu\"},{\"cityId\":1974,\"cityName\":\"Puliyur, Tamil Nadu\"},{\"cityId\":1038,\"cityName\":\"Punalur, Kerala\"},{\"cityId\":261,\"cityName\":\"Pune, Maharashtra\"},{\"cityId\":819,\"cityName\":\"Punganur, Andhra Pradesh\"},{\"cityId\":1930,\"cityName\":\"Punhana, Haryana\"},{\"cityId\":2506,\"cityName\":\"Puranpur, Uttar Pradesh\"},{\"cityId\":67,\"cityName\":\"Puri, Odisha\"},{\"cityId\":874,\"cityName\":\"Purnia, Bihar\"},{\"cityId\":93,\"cityName\":\"Purulia, West Bengal\"},{\"cityId\":2507,\"cityName\":\"Pusa, Bihar\"},{\"cityId\":1146,\"cityName\":\"Pusad, Maharashtra\"},{\"cityId\":274,\"cityName\":\"Pushkar, Rajasthan\"},{\"cityId\":349,\"cityName\":\"Puttaparthi, Andhra Pradesh\"},{\"cityId\":2449,\"cityName\":\"Puttur, Karnataka\"},{\"cityId\":2829,\"cityName\":\"Querim Beach, Goa\"},{\"cityId\":2295,\"cityName\":\"Radhanpur, Gujarat\"},{\"cityId\":564,\"cityName\":\"Rae Bareli, Uttar Pradesh\"},{\"cityId\":2280,\"cityName\":\"Raghunathganj, West Bengal\"},{\"cityId\":2636,\"cityName\":\"Raghunathpur, West Bengal\"},{\"cityId\":2329,\"cityName\":\"Rahuri, Maharashtra\"},{\"cityId\":542,\"cityName\":\"Raichak, West Bengal\"},{\"cityId\":310,\"cityName\":\"Raichur, Karnataka\"},{\"cityId\":1485,\"cityName\":\"Raigad, Maharashtra\"},{\"cityId\":533,\"cityName\":\"Raiganj, West Bengal\"},{\"cityId\":285,\"cityName\":\"Raigarh, Chhattisgarh\"},{\"cityId\":412,\"cityName\":\"Raipur, Chhattisgarh\"},{\"cityId\":1073,\"cityName\":\"Raisen, Madhya Pradesh\"},{\"cityId\":1222,\"cityName\":\"Raisinghnagar, Rajasthan\"},{\"cityId\":269,\"cityName\":\"Rajahmundry, Andhra Pradesh\"},{\"cityId\":2692,\"cityName\":\"Rajaldesar, Rajasthan\"},{\"cityId\":820,\"cityName\":\"Rajam, Andhra Pradesh\"},{\"cityId\":841,\"cityName\":\"Rajampet, Andhra Pradesh\"},{\"cityId\":1865,\"cityName\":\"Rajanukunte, Karnataka\"},{\"cityId\":1305,\"cityName\":\"Rajapalayam, Tamil Nadu\"},{\"cityId\":1814,\"cityName\":\"Rajasingamangalam, Tamil Nadu\"},{\"cityId\":2575,\"cityName\":\"Rajdhanwar, Jharkhand\"},{\"cityId\":1790,\"cityName\":\"Rajendragram, Madhya Pradesh\"},{\"cityId\":1864,\"cityName\":\"Rajendrapur, West Bengal\"},{\"cityId\":2111,\"cityName\":\"Rajesultanpur, Uttar Pradesh\"},{\"cityId\":2766,\"cityName\":\"Rajgamar, Chhattisgarh\"},{\"cityId\":596,\"cityName\":\"Rajgarh, Madhya Pradesh\"},{\"cityId\":2107,\"cityName\":\"Rajghat, Uttar Pradesh\"},{\"cityId\":875,\"cityName\":\"Rajgir, Bihar\"},{\"cityId\":90,\"cityName\":\"Rajkot, Gujarat\"},{\"cityId\":732,\"cityName\":\"Rajnandgaon, Chhattisgarh\"},{\"cityId\":493,\"cityName\":\"Rajpipla, Gujarat\"},{\"cityId\":2672,\"cityName\":\"Rajpur, Madhya Pradesh\"},{\"cityId\":272,\"cityName\":\"Rajpura, Punjab\"},{\"cityId\":2535,\"cityName\":\"Rajrappa, Jharkhand\"},{\"cityId\":1223,\"cityName\":\"Rajsamand, Rajasthan\"},{\"cityId\":911,\"cityName\":\"Rajula, Gujarat\"},{\"cityId\":1804,\"cityName\":\"Ralegaon, Maharashtra\"},{\"cityId\":2707,\"cityName\":\"Ramachandrapuram, Andhra Pradesh\"},{\"cityId\":821,\"cityName\":\"Ramagundam, Telangana\"},{\"cityId\":1670,\"cityName\":\"Ramakuppam, Andhra Pradesh\"},{\"cityId\":1757,\"cityName\":\"Ramanagara, Karnataka\"},{\"cityId\":2195,\"cityName\":\"Ramanathapura, Karnataka\"},{\"cityId\":1306,\"cityName\":\"Ramanathapuram, Tamil Nadu\"},{\"cityId\":2767,\"cityName\":\"Ramanujganj, Chhattisgarh\"},{\"cityId\":1830,\"cityName\":\"Ramayampet, Telangana\"},{\"cityId\":1803,\"cityName\":\"Rambilli, Andhra Pradesh\"},{\"cityId\":2680,\"cityName\":\"Ramdevra, Rajasthan\"},{\"cityId\":289,\"cityName\":\"Rameshwaram, Tamil Nadu\"},{\"cityId\":2504,\"cityName\":\"Ramgarh, Jharkhand\"},{\"cityId\":436,\"cityName\":\"Ramnagar, Uttarakhand\"},{\"cityId\":507,\"cityName\":\"Ramoji Film City, Telangana\"},{\"cityId\":2694,\"cityName\":\"Rampur Bushahr, Himachal Pradesh\"},{\"cityId\":379,\"cityName\":\"Rampur, Uttar Pradesh\"},{\"cityId\":2689,\"cityName\":\"Rampura Phul, Punjab\"},{\"cityId\":1432,\"cityName\":\"Rampurhat, West Bengal\"},{\"cityId\":2419,\"cityName\":\"Ramtek, Maharashtra\"},{\"cityId\":534,\"cityName\":\"Ranaghat, West Bengal\"},{\"cityId\":2684,\"cityName\":\"Ranakpur, Rajasthan\"},{\"cityId\":405,\"cityName\":\"Ranchi, Jharkhand\"},{\"cityId\":1589,\"cityName\":\"Ranebennur, Karnataka\"},{\"cityId\":369,\"cityName\":\"Ranga Reddy, Telangana\"},{\"cityId\":2600,\"cityName\":\"Rangia, Assam\"},{\"cityId\":2469,\"cityName\":\"Rangpo, Sikkim\"},{\"cityId\":554,\"cityName\":\"Raniganj, West Bengal\"},{\"cityId\":256,\"cityName\":\"Ranikhet, Uttarakhand\"},{\"cityId\":1486,\"cityName\":\"Ranipet, Tamil Nadu\"},{\"cityId\":1516,\"cityName\":\"Ranjangaon, Maharashtra\"},{\"cityId\":1594,\"cityName\":\"Ranni, Kerala\"},{\"cityId\":2376,\"cityName\":\"Ranthambore, Rajasthan\"},{\"cityId\":912,\"cityName\":\"Rapar, Gujarat\"},{\"cityId\":1307,\"cityName\":\"Rasipuram, Tamil Nadu\"},{\"cityId\":2336,\"cityName\":\"Rasra, Uttar Pradesh\"},{\"cityId\":2768,\"cityName\":\"Ratanpur, Chhattisgarh\"},{\"cityId\":2550,\"cityName\":\"Rath, Uttar Pradesh\"},{\"cityId\":578,\"cityName\":\"Ratlam, Madhya Pradesh\"},{\"cityId\":1887,\"cityName\":\"Ratnagiri, Maharashtra\"},{\"cityId\":2438,\"cityName\":\"Ravangla, Sikkim\"},{\"cityId\":1542,\"cityName\":\"Ravulapalem, Andhra Pradesh\"},{\"cityId\":1224,\"cityName\":\"Rawatbhata, Rajasthan\"},{\"cityId\":1225,\"cityName\":\"Rawatsar, Rajasthan\"},{\"cityId\":2252,\"cityName\":\"Raxaul, Bihar\"},{\"cityId\":823,\"cityName\":\"Rayachoti, Andhra Pradesh\"},{\"cityId\":2158,\"cityName\":\"Rayadurgam, Andhra Pradesh\"},{\"cityId\":2228,\"cityName\":\"Rayagada, Odisha\"},{\"cityId\":1732,\"cityName\":\"Razole, Andhra Pradesh\"},{\"cityId\":1226,\"cityName\":\"Reengus, Rajasthan\"},{\"cityId\":824,\"cityName\":\"Renigunta, Andhra Pradesh\"},{\"cityId\":1397,\"cityName\":\"Renukoot, Uttar Pradesh\"},{\"cityId\":825,\"cityName\":\"Repalle, Andhra Pradesh\"},{\"cityId\":1624,\"cityName\":\"Revdanda, Maharashtra\"},{\"cityId\":1074,\"cityName\":\"Rewa, Madhya Pradesh\"},{\"cityId\":124,\"cityName\":\"Rewari, Haryana\"},{\"cityId\":2566,\"cityName\":\"Rihand Nagar, Uttar Pradesh\"},{\"cityId\":2463,\"cityName\":\"Rimbik, West Bengal\"},{\"cityId\":1625,\"cityName\":\"Rishabhdev, Rajasthan\"},{\"cityId\":23,\"cityName\":\"Rishikesh, Uttarakhand\"},{\"cityId\":2473,\"cityName\":\"Rishop, West Bengal\"},{\"cityId\":1147,\"cityName\":\"Risod, Maharashtra\"},{\"cityId\":1398,\"cityName\":\"Robertsganj, Uttar Pradesh\"},{\"cityId\":768,\"cityName\":\"Robertsonpet, Karnataka\"},{\"cityId\":1756,\"cityName\":\"Roha, Maharashtra\"},{\"cityId\":1611,\"cityName\":\"Rohini, Delhi\"},{\"cityId\":940,\"cityName\":\"Rohru, Himachal Pradesh\"},{\"cityId\":305,\"cityName\":\"Rohtak, Haryana\"},{\"cityId\":2880,\"cityName\":\"Rohtas, Bihar\"},{\"cityId\":2569,\"cityName\":\"Roing, Arunachal Pradesh\"},{\"cityId\":181,\"cityName\":\"Roorkee, Uttarakhand\"},{\"cityId\":1908,\"cityName\":\"Ropar, Punjab\"},{\"cityId\":2518,\"cityName\":\"Rosera, Bihar\"},{\"cityId\":2113,\"cityName\":\"Rudraprayag, Uttarakhand\"},{\"cityId\":306,\"cityName\":\"Rudrapur, Uttarakhand\"},{\"cityId\":1937,\"cityName\":\"Rundal, Rajasthan\"},{\"cityId\":1711,\"cityName\":\"Rupaidiha, Uttar Pradesh\"},{\"cityId\":1187,\"cityName\":\"Rupnagar, Punjab\"},{\"cityId\":2261,\"cityName\":\"Rupnarayanpur, West Bengal\"},{\"cityId\":1995,\"cityName\":\"Sabalpur, Bihar\"},{\"cityId\":1536,\"cityName\":\"Sabarimala, Kerala\"},{\"cityId\":2881,\"cityName\":\"Sadabad, Uttar Pradesh\"},{\"cityId\":682,\"cityName\":\"Sadasivpet, Telangana\"},{\"cityId\":1557,\"cityName\":\"Sadulpur, Rajasthan\"},{\"cityId\":189,\"cityName\":\"Sagar, Madhya Pradesh\"},{\"cityId\":2655,\"cityName\":\"Sagbara, Gujarat\"},{\"cityId\":1227,\"cityName\":\"Sagwara, Rajasthan\"},{\"cityId\":1766,\"cityName\":\"Sahajanpur, Uttar Pradesh\"},{\"cityId\":1399,\"cityName\":\"Sahanpur, Uttar Pradesh\"},{\"cityId\":94,\"cityName\":\"Saharanpur, Uttar Pradesh\"},{\"cityId\":876,\"cityName\":\"Saharsa, Bihar\"},{\"cityId\":1524,\"cityName\":\"Sahibabad, Uttar Pradesh\"},{\"cityId\":961,\"cityName\":\"Sahibganj, Jharkhand\"},{\"cityId\":2607,\"cityName\":\"Saidpur, Uttar Pradesh\"},{\"cityId\":1433,\"cityName\":\"Sainthia, West Bengal\"},{\"cityId\":1901,\"cityName\":\"Sakhigopal, Odisha\"},{\"cityId\":1006,\"cityName\":\"Sakleshpur, Karnataka\"},{\"cityId\":2571,\"cityName\":\"Sakri, Bihar\"},{\"cityId\":2769,\"cityName\":\"Sakti, Chhattisgarh\"},{\"cityId\":2404,\"cityName\":\"Salasar, Rajasthan\"},{\"cityId\":2832,\"cityName\":\"Salcete Beach, Goa\"},{\"cityId\":231,\"cityName\":\"Salem, Tamil Nadu\"},{\"cityId\":2109,\"cityName\":\"Salempur Road, Uttar Pradesh\"},{\"cityId\":1899,\"cityName\":\"Salipur, Odisha\"},{\"cityId\":2532,\"cityName\":\"Salkanpur, Madhya Pradesh\"},{\"cityId\":2912,\"cityName\":\"Salouni, Himachal Pradesh\"},{\"cityId\":1228,\"cityName\":\"Salumbar, Rajasthan\"},{\"cityId\":826,\"cityName\":\"Salur, Andhra Pradesh\"},{\"cityId\":827,\"cityName\":\"Samalkot, Andhra Pradesh\"},{\"cityId\":2222,\"cityName\":\"Samarlakota, Andhra Pradesh\"},{\"cityId\":877,\"cityName\":\"Samastipur, Bihar\"},{\"cityId\":2204,\"cityName\":\"Samayapuram, Tamil Nadu\"},{\"cityId\":397,\"cityName\":\"Sambalpur, Odisha\"},{\"cityId\":1400,\"cityName\":\"Sambhal, Uttar Pradesh\"},{\"cityId\":2952,\"cityName\":\"Samsing, West Bengal\"},{\"cityId\":494,\"cityName\":\"Sanand, Gujarat\"},{\"cityId\":1075,\"cityName\":\"Sanawad, Madhya Pradesh\"},{\"cityId\":1229,\"cityName\":\"Sanchore, Rajasthan\"},{\"cityId\":2272,\"cityName\":\"Sanctoria, West Bengal\"},{\"cityId\":1007,\"cityName\":\"Sandur, Karnataka\"},{\"cityId\":2307,\"cityName\":\"Sangameshwar, Maharashtra\"},{\"cityId\":1148,\"cityName\":\"Sangamner, Maharashtra\"},{\"cityId\":1942,\"cityName\":\"Sanganer, Rajasthan\"},{\"cityId\":468,\"cityName\":\"Sangareddy, Telangana\"},{\"cityId\":151,\"cityName\":\"Sangli, Maharashtra\"},{\"cityId\":1149,\"cityName\":\"Sangole, Maharashtra\"},{\"cityId\":684,\"cityName\":\"Sangrur, Punjab\"},{\"cityId\":2326,\"cityName\":\"Sanjan, Gujarat\"},{\"cityId\":1308,\"cityName\":\"Sankarankoil, Tamil Nadu\"},{\"cityId\":2037,\"cityName\":\"Sankarankovil, Tamil Nadu\"},{\"cityId\":2089,\"cityName\":\"Sankarapuram, Tamil Nadu\"},{\"cityId\":1309,\"cityName\":\"Sankari, Tamil Nadu\"},{\"cityId\":1008,\"cityName\":\"Sankeshwar, Karnataka\"},{\"cityId\":2173,\"cityName\":\"Sankri, Uttarakhand\"},{\"cityId\":2927,\"cityName\":\"Santer, Madhya Pradesh\"},{\"cityId\":2548,\"cityName\":\"Santiniketan, West Bengal\"},{\"cityId\":1434,\"cityName\":\"Santipur, West Bengal\"},{\"cityId\":1487,\"cityName\":\"Sapotra, Rajasthan\"},{\"cityId\":143,\"cityName\":\"Saputara, Gujarat\"},{\"cityId\":2661,\"cityName\":\"Saraikela, Jharkhand\"},{\"cityId\":2257,\"cityName\":\"Saraipali, Chhattisgarh\"},{\"cityId\":2770,\"cityName\":\"Sarangarh, Chhattisgarh\"},{\"cityId\":2426,\"cityName\":\"Sarangpur, Gujarat\"},{\"cityId\":2434,\"cityName\":\"Sardar Sarovar Dam, Gujarat\"},{\"cityId\":1230,\"cityName\":\"Sardarshahar, Rajasthan\"},{\"cityId\":941,\"cityName\":\"Sarkaghat, Himachal Pradesh\"},{\"cityId\":2866,\"cityName\":\"Sarkar Nattamangalam, Tamil Nadu\"},{\"cityId\":2604,\"cityName\":\"Sarnath, Uttar Pradesh\"},{\"cityId\":1076,\"cityName\":\"Sarni, Madhya Pradesh\"},{\"cityId\":2427,\"cityName\":\"Sasan Gir, Gujarat\"},{\"cityId\":878,\"cityName\":\"Sasaram, Bihar\"},{\"cityId\":1569,\"cityName\":\"Saswad, Maharashtra\"},{\"cityId\":362,\"cityName\":\"Satara, Maharashtra\"},{\"cityId\":1810,\"cityName\":\"Sathamba, Gujarat\"},{\"cityId\":1559,\"cityName\":\"Sathupally, Telangana\"},{\"cityId\":1310,\"cityName\":\"Sathyamangalam, Tamil Nadu\"},{\"cityId\":1605,\"cityName\":\"Sathyavedu, Andhra Pradesh\"},{\"cityId\":2009,\"cityName\":\"Satna, Madhya Pradesh\"},{\"cityId\":828,\"cityName\":\"Sattenapalle, Andhra Pradesh\"},{\"cityId\":2040,\"cityName\":\"Sattur, Tamil Nadu\"},{\"cityId\":1587,\"cityName\":\"Saundatti, Karnataka\"},{\"cityId\":2328,\"cityName\":\"Sausar, Madhya Pradesh\"},{\"cityId\":2653,\"cityName\":\"Savarkundla, Gujarat\"},{\"cityId\":197,\"cityName\":\"Sawai Madhopur, Rajasthan\"},{\"cityId\":1150,\"cityName\":\"Sawantwadi, Maharashtra\"},{\"cityId\":1009,\"cityName\":\"Sedam, Karnataka\"},{\"cityId\":579,\"cityName\":\"Sehore, Madhya Pradesh\"},{\"cityId\":1759,\"cityName\":\"Selaiyur, Tamil Nadu\"},{\"cityId\":1668,\"cityName\":\"Selakui, Uttarakhand\"},{\"cityId\":1857,\"cityName\":\"Selu, Maharashtra\"},{\"cityId\":2665,\"cityName\":\"Semariya, Madhya Pradesh\"},{\"cityId\":1813,\"cityName\":\"Sendhwah, Madhya Pradesh\"},{\"cityId\":2941,\"cityName\":\"Seoni, Madhya Pradesh\"},{\"cityId\":2625,\"cityName\":\"Serampore, West Bengal\"},{\"cityId\":2834,\"cityName\":\"Sernabatim Beach, Goa\"},{\"cityId\":1311,\"cityName\":\"Sethiathoppu, Tamil Nadu\"},{\"cityId\":510,\"cityName\":\"Shadnagar, Telangana\"},{\"cityId\":1577,\"cityName\":\"Shahada, Maharashtra\"},{\"cityId\":2796,\"cityName\":\"Shahapur, Karnataka\"},{\"cityId\":1077,\"cityName\":\"Shahdol, Madhya Pradesh\"},{\"cityId\":1401,\"cityName\":\"Shahganj, Uttar Pradesh\"},{\"cityId\":565,\"cityName\":\"Shahjahanpur, Uttar Pradesh\"},{\"cityId\":2523,\"cityName\":\"Shahpur, Bihar\"},{\"cityId\":580,\"cityName\":\"Shajapur, Madhya Pradesh\"},{\"cityId\":2573,\"cityName\":\"Shaktinagar, Uttar Pradesh\"},{\"cityId\":685,\"cityName\":\"Shamli, Uttar Pradesh\"},{\"cityId\":2418,\"cityName\":\"Shani Shingnapur, Maharashtra\"},{\"cityId\":1402,\"cityName\":\"Shankargarh, Uttar Pradesh\"},{\"cityId\":1656,\"cityName\":\"Shankarpally, Telangana\"},{\"cityId\":2428,\"cityName\":\"Shankheshwar, Gujarat\"},{\"cityId\":1891,\"cityName\":\"Shantigram, Gujarat\"},{\"cityId\":543,\"cityName\":\"Shantiniketan, West Bengal\"},{\"cityId\":1151,\"cityName\":\"Shegaon, Maharashtra\"},{\"cityId\":2560,\"cityName\":\"Sheikhpura, Bihar\"},{\"cityId\":1312,\"cityName\":\"Shenkottai, Tamil Nadu\"},{\"cityId\":2488,\"cityName\":\"Sheohar, Bihar\"},{\"cityId\":1078,\"cityName\":\"Sheopur, Madhya Pradesh\"},{\"cityId\":2886,\"cityName\":\"Sherghati, Bihar\"},{\"cityId\":1798,\"cityName\":\"Shihor, Gujarat\"},{\"cityId\":2932,\"cityName\":\"Shikaripur, Karnataka\"},{\"cityId\":686,\"cityName\":\"Shikohabad, Uttar Pradesh\"},{\"cityId\":1168,\"cityName\":\"Shillong, Meghalaya\"},{\"cityId\":175,\"cityName\":\"Shimla, Himachal Pradesh\"},{\"cityId\":17,\"cityName\":\"Shimoga, Karnataka\"},{\"cityId\":1709,\"cityName\":\"Shirali, Karnataka\"},{\"cityId\":111,\"cityName\":\"Shirdi, Maharashtra\"},{\"cityId\":1779,\"cityName\":\"Shirpur, Maharashtra\"},{\"cityId\":1152,\"cityName\":\"Shirur, Maharashtra\"},{\"cityId\":499,\"cityName\":\"Shirwal, Maharashtra\"},{\"cityId\":2143,\"cityName\":\"Shiv Khori, Jammu and Kashmir\"},{\"cityId\":2171,\"cityName\":\"Shivanasamudra, Karnataka\"},{\"cityId\":2500,\"cityName\":\"Shivpuri, Madhya Pradesh\"},{\"cityId\":2771,\"cityName\":\"Shivrinarayan, Chhattisgarh\"},{\"cityId\":2211,\"cityName\":\"Sholinghur, Tamil Nadu\"},{\"cityId\":1737,\"cityName\":\"Shoolagiri, Tamil Nadu\"},{\"cityId\":1039,\"cityName\":\"Shoranur, Kerala\"},{\"cityId\":1488,\"cityName\":\"Shravanabelagola, Karnataka\"},{\"cityId\":1153,\"cityName\":\"Shrigonda, Maharashtra\"},{\"cityId\":1154,\"cityName\":\"Shrirampur, Maharashtra\"},{\"cityId\":1155,\"cityName\":\"Shrivardhan, Maharashtra\"},{\"cityId\":1079,\"cityName\":\"Shujalpur, Madhya Pradesh\"},{\"cityId\":2596,\"cityName\":\"Shyamnagar, West Bengal\"},{\"cityId\":2465,\"cityName\":\"Shyamsing, West Bengal\"},{\"cityId\":2558,\"cityName\":\"Sibsagar, Assam\"},{\"cityId\":1010,\"cityName\":\"Siddapur, Karnataka\"},{\"cityId\":1718,\"cityName\":\"Siddharthnagar, Uttar Pradesh\"},{\"cityId\":1583,\"cityName\":\"Siddhpur, Gujarat\"},{\"cityId\":469,\"cityName\":\"Siddipet, Telangana\"},{\"cityId\":1080,\"cityName\":\"Sidhi, Madhya Pradesh\"},{\"cityId\":2943,\"cityName\":\"Sihora, Madhya Pradesh\"},{\"cityId\":1403,\"cityName\":\"Sikandrabad, Uttar Pradesh\"},{\"cityId\":22,\"cityName\":\"Sikar, Rajasthan\"},{\"cityId\":1966,\"cityName\":\"Silaiman, Tamil Nadu\"},{\"cityId\":843,\"cityName\":\"Silchar, Assam\"},{\"cityId\":380,\"cityName\":\"Siliguri, West Bengal\"},{\"cityId\":2475,\"cityName\":\"Sillery Gaon, West Bengal\"},{\"cityId\":2415,\"cityName\":\"Silvassa, Dadra and Nagar Haveli\"},{\"cityId\":962,\"cityName\":\"Simdega, Jharkhand\"},{\"cityId\":2772,\"cityName\":\"Simga, Chhattisgarh\"},{\"cityId\":1523,\"cityName\":\"Simrahi, Bihar\"},{\"cityId\":1791,\"cityName\":\"Sindhanur, Karnataka\"},{\"cityId\":1490,\"cityName\":\"Sindhudurg, Maharashtra\"},{\"cityId\":1600,\"cityName\":\"Sindri, Jharkhand\"},{\"cityId\":2784,\"cityName\":\"Singampuneri, Tamil Nadu\"},{\"cityId\":829,\"cityName\":\"Singarayakonda, Andhra Pradesh\"},{\"cityId\":1584,\"cityName\":\"Singhana, Rajasthan\"},{\"cityId\":1081,\"cityName\":\"Singrauli, Madhya Pradesh\"},{\"cityId\":2471,\"cityName\":\"Singtam, Sikkim\"},{\"cityId\":1959,\"cityName\":\"Singur, West Bengal\"},{\"cityId\":2423,\"cityName\":\"Sinhagad, Maharashtra\"},{\"cityId\":1156,\"cityName\":\"Sinnar, Maharashtra\"},{\"cityId\":2811,\"cityName\":\"Sinquerim Beach, Goa\"},{\"cityId\":2835,\"cityName\":\"Siolim Beach, Goa\"},{\"cityId\":2153,\"cityName\":\"Sira, Karnataka\"},{\"cityId\":830,\"cityName\":\"Sircilla, Telangana\"},{\"cityId\":2836,\"cityName\":\"Siridao Beach, Goa\"},{\"cityId\":1818,\"cityName\":\"Siripuram, Andhra Pradesh\"},{\"cityId\":1313,\"cityName\":\"Sirkali, Tamil Nadu\"},{\"cityId\":1713,\"cityName\":\"Sirkazhi, Tamil Nadu\"},{\"cityId\":1231,\"cityName\":\"Sirohi, Rajasthan\"},{\"cityId\":687,\"cityName\":\"Sirsa, Haryana\"},{\"cityId\":1404,\"cityName\":\"Sirsaganj, Uttar Pradesh\"},{\"cityId\":1011,\"cityName\":\"Sirsi, Karnataka\"},{\"cityId\":1012,\"cityName\":\"Siruguppa, Karnataka\"},{\"cityId\":1314,\"cityName\":\"Sirumugai, Tamil Nadu\"},{\"cityId\":879,\"cityName\":\"Sitamarhi, Bihar\"},{\"cityId\":566,\"cityName\":\"Sitapur, Uttar Pradesh\"},{\"cityId\":1418,\"cityName\":\"Sitarganj, Uttarakhand\"},{\"cityId\":1315,\"cityName\":\"Sivaganga, Tamil Nadu\"},{\"cityId\":1316,\"cityName\":\"Sivakasi, Tamil Nadu\"},{\"cityId\":2926,\"cityName\":\"Sivasagar, Assam\"},{\"cityId\":688,\"cityName\":\"Siwan, Bihar\"},{\"cityId\":2292,\"cityName\":\"Sohagpur, Madhya Pradesh\"},{\"cityId\":1232,\"cityName\":\"Sojat, Rajasthan\"},{\"cityId\":47,\"cityName\":\"Solan, Himachal Pradesh\"},{\"cityId\":205,\"cityName\":\"Solapur, Maharashtra\"},{\"cityId\":2714,\"cityName\":\"Soldia, Odisha\"},{\"cityId\":1923,\"cityName\":\"Somanur, Tamil Nadu\"},{\"cityId\":505,\"cityName\":\"Somnath, Gujarat\"},{\"cityId\":831,\"cityName\":\"Sompeta, Telangana\"},{\"cityId\":1562,\"cityName\":\"Somwarpet, Karnataka\"},{\"cityId\":2601,\"cityName\":\"Sonamarg, Jammu and Kashmir\"},{\"cityId\":2605,\"cityName\":\"Sonapur, Assam\"},{\"cityId\":1686,\"cityName\":\"Sonauli, Bihar\"},{\"cityId\":1555,\"cityName\":\"Sonbhadra, Uttar Pradesh\"},{\"cityId\":913,\"cityName\":\"Songadh, Gujarat\"},{\"cityId\":689,\"cityName\":\"Sonipat, Haryana\"},{\"cityId\":1491,\"cityName\":\"Sonmarg, Jammu and Kashmir\"},{\"cityId\":1013,\"cityName\":\"Sorab, Karnataka\"},{\"cityId\":2793,\"cityName\":\"Soraba, Karnataka\"},{\"cityId\":1860,\"cityName\":\"Soraon, Uttar Pradesh\"},{\"cityId\":1175,\"cityName\":\"Soro, Odisha\"},{\"cityId\":1492,\"cityName\":\"Sravasti, Uttar Pradesh\"},{\"cityId\":690,\"cityName\":\"Sri Ganganagar, Rajasthan\"},{\"cityId\":1514,\"cityName\":\"Sriharikota, Andhra Pradesh\"},{\"cityId\":463,\"cityName\":\"Srikakulam, Andhra Pradesh\"},{\"cityId\":691,\"cityName\":\"Srikalahasti, Andhra Pradesh\"},{\"cityId\":1317,\"cityName\":\"Srimushnam, Tamil Nadu\"},{\"cityId\":2099,\"cityName\":\"Srinagar (Garhwal), Uttarakhand\"},{\"cityId\":354,\"cityName\":\"Srinagar, Jammu and Kashmir\"},{\"cityId\":2160,\"cityName\":\"Sringeri, Karnataka\"},{\"cityId\":692,\"cityName\":\"Sriperumbudur, Tamil Nadu\"},{\"cityId\":1527,\"cityName\":\"Srirangam, Tamil Nadu\"},{\"cityId\":1870,\"cityName\":\"Srirangapatna, Karnataka\"},{\"cityId\":459,\"cityName\":\"Srisailam, Andhra Pradesh\"},{\"cityId\":2051,\"cityName\":\"Srivaikuntam, Tamil Nadu\"},{\"cityId\":1318,\"cityName\":\"Srivilliputhur, Tamil Nadu\"},{\"cityId\":2482,\"cityName\":\"Sujanganj, Uttar Pradesh\"},{\"cityId\":693,\"cityName\":\"Sujangarh, Rajasthan\"},{\"cityId\":1812,\"cityName\":\"Sujanpur, Himachal Pradesh\"},{\"cityId\":2182,\"cityName\":\"Sullia, Karnataka\"},{\"cityId\":1544,\"cityName\":\"Sullurupeta, Andhra Pradesh\"},{\"cityId\":2447,\"cityName\":\"Sultan Bathery, Kerala\"},{\"cityId\":880,\"cityName\":\"Sultanganj, Bihar\"},{\"cityId\":2149,\"cityName\":\"Sultanpur, Uttar Pradesh\"},{\"cityId\":1919,\"cityName\":\"Sulur, Tamil Nadu\"},{\"cityId\":1176,\"cityName\":\"Sunabeda, Odisha\"},{\"cityId\":2855,\"cityName\":\"Sunam, Punjab\"},{\"cityId\":2108,\"cityName\":\"Sunauli, Uttar Pradesh\"},{\"cityId\":2883,\"cityName\":\"Sunder Nagar, Himachal Pradesh\"},{\"cityId\":544,\"cityName\":\"Sunderban, West Bengal\"},{\"cityId\":2652,\"cityName\":\"Sunderbani, Jammu and Kashmir\"},{\"cityId\":2699,\"cityName\":\"Sundergarh, Punjab\"},{\"cityId\":1661,\"cityName\":\"Sundernagar, Himachal Pradesh\"},{\"cityId\":1703,\"cityName\":\"Sunguvarchatram, Tamil Nadu\"},{\"cityId\":2785,\"cityName\":\"Suntikoppa, Karnataka\"},{\"cityId\":881,\"cityName\":\"Supaul, Bihar\"},{\"cityId\":169,\"cityName\":\"Surat, Gujarat\"},{\"cityId\":1234,\"cityName\":\"Suratgarh, Rajasthan\"},{\"cityId\":1493,\"cityName\":\"Surathkal, Karnataka\"},{\"cityId\":217,\"cityName\":\"Surendranagar, Gujarat\"},{\"cityId\":1435,\"cityName\":\"Suri, West Bengal\"},{\"cityId\":2642,\"cityName\":\"Suriyawa, Uttar Pradesh\"},{\"cityId\":470,\"cityName\":\"Suryapet, Telangana\"},{\"cityId\":2063,\"cityName\":\"Swamimalai, Tamil Nadu\"},{\"cityId\":1576,\"cityName\":\"Tada, Andhra Pradesh\"},{\"cityId\":719,\"cityName\":\"Tadepalligudem, Andhra Pradesh\"},{\"cityId\":765,\"cityName\":\"Tadipatri, Andhra Pradesh\"},{\"cityId\":2416,\"cityName\":\"Tadoba Lake, Maharashtra\"},{\"cityId\":2305,\"cityName\":\"Tadoba Road, Maharashtra\"},{\"cityId\":545,\"cityName\":\"Tajpur, West Bengal\"},{\"cityId\":2773,\"cityName\":\"Takhatpur, Chhattisgarh\"},{\"cityId\":535,\"cityName\":\"Taki, West Bengal\"},{\"cityId\":2166,\"cityName\":\"Tala Kaveri, Karnataka\"},{\"cityId\":914,\"cityName\":\"Talaja, Gujarat\"},{\"cityId\":2592,\"cityName\":\"Talala, Gujarat\"},{\"cityId\":2123,\"cityName\":\"Talcher, Odisha\"},{\"cityId\":2365,\"cityName\":\"Talegaon Dabhade, Maharashtra\"},{\"cityId\":1040,\"cityName\":\"Taliparamba, Kerala\"},{\"cityId\":1646,\"cityName\":\"Taloja, Maharashtra\"},{\"cityId\":1674,\"cityName\":\"Tambaram, Tamil Nadu\"},{\"cityId\":536,\"cityName\":\"Tamluk, West Bengal\"},{\"cityId\":1419,\"cityName\":\"Tanakpur, Uttarakhand\"},{\"cityId\":1405,\"cityName\":\"Tanda, Uttar Pradesh\"},{\"cityId\":832,\"cityName\":\"Tandur, Telangana\"},{\"cityId\":257,\"cityName\":\"Tanuku, Andhra Pradesh\"},{\"cityId\":2863,\"cityName\":\"Tarabganj, Uttar Pradesh\"},{\"cityId\":537,\"cityName\":\"Tarakeswar, West Bengal\"},{\"cityId\":1235,\"cityName\":\"Taranagar, Rajasthan\"},{\"cityId\":546,\"cityName\":\"Tarapith, West Bengal\"},{\"cityId\":2517,\"cityName\":\"Tarapur, Maharashtra\"},{\"cityId\":2163,\"cityName\":\"Tarikere, Karnataka\"},{\"cityId\":2327,\"cityName\":\"Tarkarli Beach, Maharashtra\"},{\"cityId\":2896,\"cityName\":\"Tarn Taran Sahib, Punjab\"},{\"cityId\":1157,\"cityName\":\"Tasgaon, Maharashtra\"},{\"cityId\":2431,\"cityName\":\"Tawang, Arunachal Pradesh\"},{\"cityId\":1420,\"cityName\":\"Tehri, Uttarakhand\"},{\"cityId\":1082,\"cityName\":\"Tekanpur, Madhya Pradesh\"},{\"cityId\":1883,\"cityName\":\"Tekari, Bihar\"},{\"cityId\":1616,\"cityName\":\"Tekkali, Andhra Pradesh\"},{\"cityId\":2322,\"cityName\":\"Tembhurni, Maharashtra\"},{\"cityId\":720,\"cityName\":\"Tenali, Andhra Pradesh\"},{\"cityId\":1319,\"cityName\":\"Tenkasi, Tamil Nadu\"},{\"cityId\":1910,\"cityName\":\"Tepla, Haryana\"},{\"cityId\":1320,\"cityName\":\"Thakkolam, Tamil Nadu\"},{\"cityId\":1494,\"cityName\":\"Thalassery, Kerala\"},{\"cityId\":1721,\"cityName\":\"Thamballapalle, Andhra Pradesh\"},{\"cityId\":141,\"cityName\":\"Thane, Maharashtra\"},{\"cityId\":694,\"cityName\":\"Thanesar, Haryana\"},{\"cityId\":352,\"cityName\":\"Thanjavur, Tamil Nadu\"},{\"cityId\":915,\"cityName\":\"Tharad, Gujarat\"},{\"cityId\":2044,\"cityName\":\"Tharangambadi, Tamil Nadu\"},{\"cityId\":2358,\"cityName\":\"Thekkady, Kerala\"},{\"cityId\":1597,\"cityName\":\"Theni, Tamil Nadu\"},{\"cityId\":942,\"cityName\":\"Theog, Himachal Pradesh\"},{\"cityId\":1784,\"cityName\":\"Thirthahalli, Karnataka\"},{\"cityId\":2065,\"cityName\":\"Thirukkuvalai, Tamil Nadu\"},{\"cityId\":2087,\"cityName\":\"thirukoilure, Tamil Nadu\"},{\"cityId\":2070,\"cityName\":\"Thirumanur, Tamil Nadu\"},{\"cityId\":1321,\"cityName\":\"Thirunageswaram, Tamil Nadu\"},{\"cityId\":2353,\"cityName\":\"Thirunindravur, Tamil Nadu\"},{\"cityId\":1795,\"cityName\":\"Thirupattur, Tamil Nadu\"},{\"cityId\":1531,\"cityName\":\"Thiruthani, Tamil Nadu\"},{\"cityId\":2061,\"cityName\":\"Thiruthuraipoondi, Tamil Nadu\"},{\"cityId\":2076,\"cityName\":\"Thiruttani, Tamil Nadu\"},{\"cityId\":1041,\"cityName\":\"Thiruvalla, Kerala\"},{\"cityId\":1874,\"cityName\":\"Thiruvallur, Tamil Nadu\"},{\"cityId\":25,\"cityName\":\"Thiruvananthapuram, Kerala\"},{\"cityId\":1322,\"cityName\":\"Thiruvarur, Tamil Nadu\"},{\"cityId\":2064,\"cityName\":\"Thiruvidaimarudur, Tamil Nadu\"},{\"cityId\":1323,\"cityName\":\"Thisayanvilai, Tamil Nadu\"},{\"cityId\":1572,\"cityName\":\"Thivim, Goa\"},{\"cityId\":1042,\"cityName\":\"Thodupuzha, Kerala\"},{\"cityId\":1564,\"cityName\":\"Thorrur, Telangana\"},{\"cityId\":2073,\"cityName\":\"Thottiyam, Tamil Nadu\"},{\"cityId\":1043,\"cityName\":\"Thrissur, Kerala\"},{\"cityId\":1324,\"cityName\":\"Thuraiyur, Tamil Nadu\"},{\"cityId\":2346,\"cityName\":\"Thuvakudi, Tamil Nadu\"},{\"cityId\":1972,\"cityName\":\"Thuvariman, Tamil Nadu\"},{\"cityId\":1934,\"cityName\":\"Tijara, Rajasthan\"},{\"cityId\":1083,\"cityName\":\"Tikamgarh, Madhya Pradesh\"},{\"cityId\":2254,\"cityName\":\"Tilda Newra, Chhattisgarh\"},{\"cityId\":775,\"cityName\":\"Tilda, Chhattisgarh\"},{\"cityId\":2910,\"cityName\":\"Tilhar, Uttar Pradesh\"},{\"cityId\":2460,\"cityName\":\"Tinchuley, West Bengal\"},{\"cityId\":1325,\"cityName\":\"Tindivanam, Tamil Nadu\"},{\"cityId\":1014,\"cityName\":\"Tiptur, Karnataka\"},{\"cityId\":2038,\"cityName\":\"Tiruchendur, Tamil Nadu\"},{\"cityId\":1326,\"cityName\":\"Tiruchengode, Tamil Nadu\"},{\"cityId\":2203,\"cityName\":\"Tiruchirapalli Rock Fort, Tamil Nadu\"},{\"cityId\":2084,\"cityName\":\"Tirukalukundram, Tamil Nadu\"},{\"cityId\":2397,\"cityName\":\"Tirumala, Andhra Pradesh\"},{\"cityId\":2054,\"cityName\":\"Tirumangalam, Tamil Nadu\"},{\"cityId\":95,\"cityName\":\"Tirunelveli, Tamil Nadu\"},{\"cityId\":2198,\"cityName\":\"Tirupathur, Tamil Nadu\"},{\"cityId\":4,\"cityName\":\"Tirupati, Andhra Pradesh\"},{\"cityId\":1571,\"cityName\":\"Tirupattur, Tamil Nadu\"},{\"cityId\":227,\"cityName\":\"Tirupur, Tamil Nadu\"},{\"cityId\":1044,\"cityName\":\"Tirur, Kerala\"},{\"cityId\":1328,\"cityName\":\"Tiruttani, Tamil Nadu\"},{\"cityId\":1538,\"cityName\":\"Tiruvallur, Tamil Nadu\"},{\"cityId\":695,\"cityName\":\"Tiruvannamalai, Tamil Nadu\"},{\"cityId\":1598,\"cityName\":\"Tiruvuru, Andhra Pradesh\"},{\"cityId\":1849,\"cityName\":\"Titilagarh, Odisha\"},{\"cityId\":757,\"cityName\":\"Titlagarh, Odisha\"},{\"cityId\":2080,\"cityName\":\"Tittagudi, Tamil Nadu\"},{\"cityId\":1534,\"cityName\":\"Titwala, Maharashtra\"},{\"cityId\":931,\"cityName\":\"Tohana, Haryana\"},{\"cityId\":696,\"cityName\":\"Tonk, Rajasthan\"},{\"cityId\":2057,\"cityName\":\"Topslip, Tamil Nadu\"},{\"cityId\":1509,\"cityName\":\"Toranagallu, Karnataka\"},{\"cityId\":932,\"cityName\":\"Tosham, Haryana\"},{\"cityId\":2266,\"cityName\":\"Tribeni, West Bengal\"},{\"cityId\":248,\"cityName\":\"Trichy, Tamil Nadu\"},{\"cityId\":426,\"cityName\":\"Trimbakeshwar, Maharashtra\"},{\"cityId\":2455,\"cityName\":\"Tufanganj, West Bengal\"},{\"cityId\":751,\"cityName\":\"Tuljapur, Maharashtra\"},{\"cityId\":2338,\"cityName\":\"Tulsipur, Uttar Pradesh\"},{\"cityId\":697,\"cityName\":\"Tumakuru, Karnataka\"},{\"cityId\":608,\"cityName\":\"Tundla, Uttar Pradesh\"},{\"cityId\":2366,\"cityName\":\"Tungi, Maharashtra\"},{\"cityId\":2708,\"cityName\":\"Tungnath, Uttarakhand\"},{\"cityId\":833,\"cityName\":\"Tuni, Andhra Pradesh\"},{\"cityId\":2032,\"cityName\":\"Tura, Meghalaya\"},{\"cityId\":2165,\"cityName\":\"Turuvekere, Karnataka\"},{\"cityId\":1496,\"cityName\":\"Tuticorin, Tamil Nadu\"},{\"cityId\":286,\"cityName\":\"Udaipur, Rajasthan\"},{\"cityId\":1084,\"cityName\":\"Udaipura, Madhya Pradesh\"},{\"cityId\":1236,\"cityName\":\"Udaipurwati, Rajasthan\"},{\"cityId\":1329,\"cityName\":\"Udangudi, Tamil Nadu\"},{\"cityId\":1845,\"cityName\":\"Udayagiri, Andhra Pradesh\"},{\"cityId\":752,\"cityName\":\"Udgir, Maharashtra\"},{\"cityId\":946,\"cityName\":\"Udhampur, Jammu and Kashmir\"},{\"cityId\":1330,\"cityName\":\"Udumalaipettai, Tamil Nadu\"},{\"cityId\":1622,\"cityName\":\"Udumalpet, Tamil Nadu\"},{\"cityId\":80,\"cityName\":\"Udupi, Karnataka\"},{\"cityId\":2094,\"cityName\":\"Ujire, Karnataka\"},{\"cityId\":165,\"cityName\":\"Ujjain, Madhya Pradesh\"},{\"cityId\":1586,\"cityName\":\"Ujjaini, Madhya Pradesh\"},{\"cityId\":1831,\"cityName\":\"Ujjani, Karnataka\"},{\"cityId\":2298,\"cityName\":\"Ukai, Gujarat\"},{\"cityId\":2271,\"cityName\":\"Ukhra, West Bengal\"},{\"cityId\":1497,\"cityName\":\"Ulhasnagar, Maharashtra\"},{\"cityId\":2792,\"cityName\":\"Ullal, Karnataka\"},{\"cityId\":1498,\"cityName\":\"Uluberia, West Bengal\"},{\"cityId\":1331,\"cityName\":\"Ulundurpettai, Tamil Nadu\"},{\"cityId\":2300,\"cityName\":\"Umargam, Gujarat\"},{\"cityId\":2945,\"cityName\":\"Umaria, Madhya Pradesh\"},{\"cityId\":916,\"cityName\":\"Umbergaon, Gujarat\"},{\"cityId\":2367,\"cityName\":\"Umred, Maharashtra\"},{\"cityId\":2626,\"cityName\":\"Umreth, Gujarat\"},{\"cityId\":340,\"cityName\":\"Una, Himachal Pradesh\"},{\"cityId\":1406,\"cityName\":\"Unchahar, Uttar Pradesh\"},{\"cityId\":495,\"cityName\":\"Unjha, Gujarat\"},{\"cityId\":1407,\"cityName\":\"Unnao, Uttar Pradesh\"},{\"cityId\":2408,\"cityName\":\"Unnatnagar, Gujarat\"},{\"cityId\":917,\"cityName\":\"Upleta, Gujarat\"},{\"cityId\":1158,\"cityName\":\"Uran, Maharashtra\"},{\"cityId\":2218,\"cityName\":\"Uravakonda, Andhra Pradesh\"},{\"cityId\":1999,\"cityName\":\"Urawade, Maharashtra\"},{\"cityId\":2774,\"cityName\":\"Urla, Chhattisgarh\"},{\"cityId\":2052,\"cityName\":\"Usilampatti, Tamil Nadu\"},{\"cityId\":2348,\"cityName\":\"Uthangal, Tamil Nadu\"},{\"cityId\":1332,\"cityName\":\"Uthangarai, Tamil Nadu\"},{\"cityId\":2083,\"cityName\":\"Uthiramerur, Tamil Nadu\"},{\"cityId\":2078,\"cityName\":\"Uthukuli, Tamil Nadu\"},{\"cityId\":2823,\"cityName\":\"Utordaes Beach, Goa\"},{\"cityId\":1421,\"cityName\":\"Uttarkashi, Uttarakhand\"},{\"cityId\":1045,\"cityName\":\"Vadakara, Kerala\"},{\"cityId\":2395,\"cityName\":\"Vadakkencherry, Kerala\"},{\"cityId\":1333,\"cityName\":\"Vadalur, Tamil Nadu\"},{\"cityId\":1547,\"cityName\":\"Vadinar, Gujarat\"},{\"cityId\":2053,\"cityName\":\"Vadipatti, Tamil Nadu\"},{\"cityId\":18,\"cityName\":\"Vadodara, Gujarat\"},{\"cityId\":1750,\"cityName\":\"Vaduj, Maharashtra\"},{\"cityId\":2382,\"cityName\":\"Vagamon, Kerala\"},{\"cityId\":2803,\"cityName\":\"Vagator Beach, Goa\"},{\"cityId\":1850,\"cityName\":\"Vaibhavwadi, Maharashtra\"},{\"cityId\":1159,\"cityName\":\"Vaijapur, Maharashtra\"},{\"cityId\":1948,\"cityName\":\"Vaikom, Kerala\"},{\"cityId\":2068,\"cityName\":\"Vaitheeswarankoil, Tamil Nadu\"},{\"cityId\":2901,\"cityName\":\"Vallichira, Kerala\"},{\"cityId\":1808,\"cityName\":\"Vallioor, Tamil Nadu\"},{\"cityId\":2042,\"cityName\":\"Valparai, Tamil Nadu\"},{\"cityId\":144,\"cityName\":\"Valsad, Gujarat\"},{\"cityId\":1806,\"cityName\":\"Vandalur, Tamil Nadu\"},{\"cityId\":1760,\"cityName\":\"Vangani, Maharashtra\"},{\"cityId\":1334,\"cityName\":\"Vaniyambadi, Tamil Nadu\"},{\"cityId\":311,\"cityName\":\"Vapi, Gujarat\"},{\"cityId\":371,\"cityName\":\"Varanasi, Uttar Pradesh\"},{\"cityId\":1815,\"cityName\":\"Varangaon, Maharashtra\"},{\"cityId\":2817,\"cityName\":\"Varca Beach, Goa\"},{\"cityId\":1970,\"cityName\":\"Varichiyur, Tamil Nadu\"},{\"cityId\":2386,\"cityName\":\"Varkala, Kerala\"},{\"cityId\":1160,\"cityName\":\"Vasai, Maharashtra\"},{\"cityId\":1982,\"cityName\":\"Vasai-Virar, Maharashtra\"},{\"cityId\":2398,\"cityName\":\"Vasco da Gama, Goa\"},{\"cityId\":1952,\"cityName\":\"Vayalar, Kerala\"},{\"cityId\":1335,\"cityName\":\"Vedaranyam, Tamil Nadu\"},{\"cityId\":1336,\"cityName\":\"Vedasandur, Tamil Nadu\"},{\"cityId\":699,\"cityName\":\"Velankanni, Tamil Nadu\"},{\"cityId\":1337,\"cityName\":\"Vellakoil, Tamil Nadu\"},{\"cityId\":345,\"cityName\":\"Vellore, Tamil Nadu\"},{\"cityId\":2814,\"cityName\":\"Velsao Beach, Goa\"},{\"cityId\":1840,\"cityName\":\"Vempalli, Andhra Pradesh\"},{\"cityId\":1578,\"cityName\":\"Vemulawada, Telangana\"},{\"cityId\":1161,\"cityName\":\"Vengurla, Maharashtra\"},{\"cityId\":834,\"cityName\":\"Venkatagiri, Andhra Pradesh\"},{\"cityId\":1712,\"cityName\":\"Venkatagirikota, Andhra Pradesh\"},{\"cityId\":2786,\"cityName\":\"Veparala, Andhra Pradesh\"},{\"cityId\":1776,\"cityName\":\"Veppampattu, Tamil Nadu\"},{\"cityId\":2071,\"cityName\":\"Veppanthattai, Tamil Nadu\"},{\"cityId\":2072,\"cityName\":\"Veppur, Tamil Nadu\"},{\"cityId\":1338,\"cityName\":\"Vettavalam, Tamil Nadu\"},{\"cityId\":581,\"cityName\":\"Vidisha, Madhya Pradesh\"},{\"cityId\":918,\"cityName\":\"Vijapur, Gujarat\"},{\"cityId\":312,\"cityName\":\"Vijayawada, Andhra Pradesh\"},{\"cityId\":2313,\"cityName\":\"Vikarabad, Telangana\"},{\"cityId\":700,\"cityName\":\"Vikasnagar, Uttarakhand\"},{\"cityId\":1339,\"cityName\":\"Vilathikulam, Tamil Nadu\"},{\"cityId\":701,\"cityName\":\"Villupuram, Tamil Nadu\"},{\"cityId\":1340,\"cityName\":\"Viluppuram, Tamil Nadu\"},{\"cityId\":1799,\"cityName\":\"Vindhyachal, Uttar Pradesh\"},{\"cityId\":835,\"cityName\":\"Vinukonda, Andhra Pradesh\"},{\"cityId\":919,\"cityName\":\"Viramgam, Gujarat\"},{\"cityId\":1162,\"cityName\":\"Virar, Maharashtra\"},{\"cityId\":2660,\"cityName\":\"Virpur, Gujarat\"},{\"cityId\":1341,\"cityName\":\"Virudhachalam, Tamil Nadu\"},{\"cityId\":1342,\"cityName\":\"Virudhunagar, Tamil Nadu\"},{\"cityId\":157,\"cityName\":\"Visakhapatnam, Andhra Pradesh\"},{\"cityId\":920,\"cityName\":\"Visnagar, Gujarat\"},{\"cityId\":1163,\"cityName\":\"Vita, Maharashtra\"},{\"cityId\":836,\"cityName\":\"Vizianagaram, Andhra Pradesh\"},{\"cityId\":1593,\"cityName\":\"Vuyyuru, Andhra Pradesh\"},{\"cityId\":2324,\"cityName\":\"Vyara, Gujarat\"},{\"cityId\":2191,\"cityName\":\"Vythiri, Kerala\"},{\"cityId\":1517,\"cityName\":\"Wada, Maharashtra\"},{\"cityId\":1017,\"cityName\":\"Wadi, Karnataka\"},{\"cityId\":1778,\"cityName\":\"Wadsa, Maharashtra\"},{\"cityId\":2003,\"cityName\":\"Wagholi, Maharashtra\"},{\"cityId\":500,\"cityName\":\"Wai, Maharashtra\"},{\"cityId\":1697,\"cityName\":\"Waidhan, Madhya Pradesh\"},{\"cityId\":1764,\"cityName\":\"Wakad, Maharashtra\"},{\"cityId\":703,\"cityName\":\"Walajapet, Tamil Nadu\"},{\"cityId\":837,\"cityName\":\"Wanaparthy, Telangana\"},{\"cityId\":921,\"cityName\":\"Wankaner, Gujarat\"},{\"cityId\":213,\"cityName\":\"Warangal, Telangana\"},{\"cityId\":1085,\"cityName\":\"Waraseoni, Madhya Pradesh\"},{\"cityId\":753,\"cityName\":\"Wardha, Maharashtra\"},{\"cityId\":2650,\"cityName\":\"Warisaliganj, Bihar\"},{\"cityId\":1164,\"cityName\":\"Warora, Maharashtra\"},{\"cityId\":1165,\"cityName\":\"Warud, Maharashtra\"},{\"cityId\":1166,\"cityName\":\"Washim, Maharashtra\"},{\"cityId\":2344,\"cityName\":\"Watrap, Tamil Nadu\"},{\"cityId\":1499,\"cityName\":\"Wayanad, Kerala\"},{\"cityId\":1529,\"cityName\":\"Wellington, Tamil Nadu\"},{\"cityId\":2411,\"cityName\":\"Wonderla Amusement Park (Bangalore), Karnataka\"},{\"cityId\":2401,\"cityName\":\"Wonderla Amusement Park, Telangana\"},{\"cityId\":1876,\"cityName\":\"Yadagirigutta, Telangana\"},{\"cityId\":1018,\"cityName\":\"Yadgir, Karnataka\"},{\"cityId\":2407,\"cityName\":\"Yamuna Nagar, Haryana\"},{\"cityId\":704,\"cityName\":\"Yamunanagar, Haryana\"},{\"cityId\":1167,\"cityName\":\"Yavatmal, Maharashtra\"},{\"cityId\":2911,\"cityName\":\"Yawal, Maharashtra\"},{\"cityId\":2200,\"cityName\":\"Yelagiri, Tamil Nadu\"},{\"cityId\":2794,\"cityName\":\"Yelburga, Karnataka\"},{\"cityId\":2232,\"cityName\":\"Yellandu, Telangana\"},{\"cityId\":1019,\"cityName\":\"Yellapur, Karnataka\"},{\"cityId\":838,\"cityName\":\"Yemmiganur, Andhra Pradesh\"},{\"cityId\":1728,\"cityName\":\"Yeola, Maharashtra\"},{\"cityId\":2086,\"cityName\":\"Yercaud, Tamil Nadu\"},{\"cityId\":839,\"cityName\":\"Yerraguntla, Andhra Pradesh\"},{\"cityId\":471,\"cityName\":\"Zahirabad, Telangana\"},{\"cityId\":2487,\"cityName\":\"Zamania, Uttar Pradesh\"},{\"cityId\":2920,\"cityName\":\"Zawar, Rajasthan\"},{\"cityId\":705,\"cityName\":\"Zirakpur, Punjab\"},{\"cityId\":2562,\"cityName\":\"Zuluk, Sikkim\"},{\"cityId\":1246,\"cityName\":\"Aathur, Attur\",\"aid\":\"419\",\"org\":\"Attur\",\"is_airport\":\"0\"},{\"cityId\":704,\"cityName\":\"Abdullahpur, Yamunanagar\",\"aid\":\"198\",\"org\":\"Yamunanagar\",\"is_airport\":\"0\"},{\"cityId\":2442,\"cityName\":\"Adur, Adoor\",\"aid\":\"761\",\"org\":\"Adoor\",\"is_airport\":\"0\"},{\"cityId\":50,\"cityName\":\"Agartala Airport, Agartala\",\"aid\":\"3\",\"org\":\"Agartala\",\"is_airport\":\"1\"},{\"cityId\":2807,\"cityName\":\"Agonda, Agonda Beach\",\"aid\":\"816\",\"org\":\"Agonda Beach\",\"is_airport\":\"0\"},{\"cityId\":126,\"cityName\":\"Agra Airport, Agra\",\"aid\":\"4\",\"org\":\"Agra\",\"is_airport\":\"1\"},{\"cityId\":48,\"cityName\":\"Ahmedabad Airport, Ahmedabad\",\"aid\":\"5\",\"org\":\"Ahmedabad\",\"is_airport\":\"1\"},{\"cityId\":101,\"cityName\":\"Akola Airport, Akola\",\"aid\":\"55\",\"org\":\"Akola\",\"is_airport\":\"1\"},{\"cityId\":334,\"cityName\":\"Alibaug, Alibag\",\"aid\":\"432\",\"org\":\"Alibag\",\"is_airport\":\"0\"},{\"cityId\":154,\"cityName\":\"Allahabad Airport, Allahabad\",\"aid\":\"6\",\"org\":\"Allahabad\",\"is_airport\":\"1\"},{\"cityId\":238,\"cityName\":\"Alleppey, Alappuzha\",\"aid\":\"433\",\"org\":\"Alappuzha\",\"is_airport\":\"0\"},{\"cityId\":2,\"cityName\":\"Amausi Airport, Lucknow\",\"aid\":\"150\",\"org\":\"Lucknow\",\"is_airport\":\"1\"},{\"cityId\":1689,\"cityName\":\"Amber, Amer\",\"aid\":\"429\",\"org\":\"Amer\",\"is_airport\":\"0\"},{\"cityId\":48,\"cityName\":\"Amdavad Airport, Ahmedabad\",\"aid\":\"177\",\"org\":\"Ahmedabad\",\"is_airport\":\"1\"},{\"cityId\":84,\"cityName\":\"Amritsar Airport, Amritsar\",\"aid\":\"7\",\"org\":\"Amritsar\",\"is_airport\":\"1\"},{\"cityId\":318,\"cityName\":\"Anantapuramu, Anantapur\",\"aid\":\"426\",\"org\":\"Anantapur\",\"is_airport\":\"0\"},{\"cityId\":318,\"cityName\":\"Ananthapuramu, Anantapur\",\"aid\":\"774\",\"org\":\"Anantapur\",\"is_airport\":\"0\"},{\"cityId\":2809,\"cityName\":\"Anjuna, Anjuna Beach\",\"aid\":\"818\",\"org\":\"Anjuna Beach\",\"is_airport\":\"0\"},{\"cityId\":965,\"cityName\":\"Arakalagudu, Arkalgud\",\"aid\":\"422\",\"org\":\"Arkalgud\",\"is_airport\":\"0\"},{\"cityId\":2808,\"cityName\":\"Arambol, Arambol Beach\",\"aid\":\"817\",\"org\":\"Arambol Beach\",\"is_airport\":\"0\"},{\"cityId\":615,\"cityName\":\"Arkonam, Arakkonam\",\"aid\":\"424\",\"org\":\"Arakkonam\",\"is_airport\":\"0\"},{\"cityId\":1242,\"cityName\":\"Arni, Arani\",\"aid\":\"423\",\"org\":\"Arani\",\"is_airport\":\"0\"},{\"cityId\":2825,\"cityName\":\"Arossim, Arossim Beach\",\"aid\":\"833\",\"org\":\"Arossim Beach\",\"is_airport\":\"0\"},{\"cityId\":1245,\"cityName\":\"Aruppukottai, Aruppukkottai\",\"aid\":\"421\",\"org\":\"Aruppukkottai\",\"is_airport\":\"0\"},{\"cityId\":582,\"cityName\":\"Ashoknagar, Ashok Nagar\",\"aid\":\"420\",\"org\":\"Ashok Nagar\",\"is_airport\":\"0\"},{\"cityId\":2812,\"cityName\":\"Ashvem Beach, Ashwem Beach\",\"aid\":\"791\",\"org\":\"Ashwem Beach\",\"is_airport\":\"0\"},{\"cityId\":2812,\"cityName\":\"Ashwem, Ashwem Beach\",\"aid\":\"821\",\"org\":\"Ashwem Beach\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Attibele, Bangalore\",\"aid\":\"859\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":288,\"cityName\":\"Aurangabad Airport, Aurangabad\",\"aid\":\"8\",\"org\":\"Aurangabad\",\"is_airport\":\"1\"},{\"cityId\":1045,\"cityName\":\"Badagara, Vadakara\",\"aid\":\"438\",\"org\":\"Vadakara\",\"is_airport\":\"0\"},{\"cityId\":145,\"cityName\":\"Badarpur, New Delhi\",\"aid\":\"857\",\"org\":\"New Delhi\",\"is_airport\":\"0\"},{\"cityId\":2816,\"cityName\":\"Baga, Baga Beach\",\"aid\":\"825\",\"org\":\"Baga Beach\",\"is_airport\":\"0\"},{\"cityId\":380,\"cityName\":\"Bagdogra, Siliguri\",\"aid\":\"765\",\"org\":\"Siliguri\",\"is_airport\":\"0\"},{\"cityId\":191,\"cityName\":\"Bajpe Airport, Mangalore\",\"aid\":\"154\",\"org\":\"Mangalore\",\"is_airport\":\"1\"},{\"cityId\":2513,\"cityName\":\"Bakhtiarpur, Bakhtiyarpur\",\"aid\":\"786\",\"org\":\"Bakhtiyarpur\",\"is_airport\":\"0\"},{\"cityId\":83,\"cityName\":\"Baleshwar, Balasore\",\"aid\":\"416\",\"org\":\"Balasore\",\"is_airport\":\"0\"},{\"cityId\":208,\"cityName\":\"Ballari, Bellary\",\"aid\":\"405\",\"org\":\"Bellary\",\"is_airport\":\"0\"},{\"cityId\":1423,\"cityName\":\"Balurghat Airport, Balurghat\",\"aid\":\"56\",\"org\":\"Balurghat\",\"is_airport\":\"1\"},{\"cityId\":2821,\"cityName\":\"Bambolim, Bambolim Beach\",\"aid\":\"830\",\"org\":\"Bambolim Beach\",\"is_airport\":\"0\"},{\"cityId\":154,\"cityName\":\"Bamrauli Airport, Allahabad\",\"aid\":\"102\",\"org\":\"Allahabad\",\"is_airport\":\"1\"},{\"cityId\":1859,\"cityName\":\"Banagana Palli, Banaganapalli\",\"aid\":\"461\",\"org\":\"Banaganapalli\",\"is_airport\":\"0\"},{\"cityId\":840,\"cityName\":\"Banagana Palli, Banganapalle\",\"aid\":\"413\",\"org\":\"Banganapalle\",\"is_airport\":\"0\"},{\"cityId\":371,\"cityName\":\"Banaras Airport, Varanasi\",\"aid\":\"195\",\"org\":\"Varanasi\",\"is_airport\":\"1\"},{\"cityId\":371,\"cityName\":\"Banaras, Varanasi\",\"aid\":\"206\",\"org\":\"Varanasi\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Bandra, Mumbai\",\"aid\":\"861\",\"org\":\"Mumbai\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Bangalore Airport, Bangalore\",\"aid\":\"10\",\"org\":\"Bangalore\",\"is_airport\":\"1\"},{\"cityId\":377,\"cityName\":\"Bangalore Rural, Bangalore\",\"aid\":\"794\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":1859,\"cityName\":\"Banganapalle, Banaganapalli\",\"aid\":\"415\",\"org\":\"Banaganapalli\",\"is_airport\":\"0\"},{\"cityId\":1180,\"cityName\":\"Bangla, Fazilka\",\"aid\":\"371\",\"org\":\"Fazilka\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Banjara Hills, Hyderabad\",\"aid\":\"719\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":1448,\"cityName\":\"Bardez, Bardez Beach\",\"aid\":\"411\",\"org\":\"Bardez Beach\",\"is_airport\":\"0\"},{\"cityId\":539,\"cityName\":\"Bardhaman, Burdwan\",\"aid\":\"395\",\"org\":\"Burdwan\",\"is_airport\":\"0\"},{\"cityId\":613,\"cityName\":\"Bareli Airport, Bareli\",\"aid\":\"57\",\"org\":\"Bareli\",\"is_airport\":\"1\"},{\"cityId\":18,\"cityName\":\"Baroda Airport, Vadodara\",\"aid\":\"194\",\"org\":\"Vadodara\",\"is_airport\":\"1\"},{\"cityId\":18,\"cityName\":\"Baroda, Vadodara\",\"aid\":\"208\",\"org\":\"Vadodara\",\"is_airport\":\"0\"},{\"cityId\":1439,\"cityName\":\"Barrackpur, Barrackpore\",\"aid\":\"410\",\"org\":\"Barrackpore\",\"is_airport\":\"0\"},{\"cityId\":506,\"cityName\":\"Basara, Basar\",\"aid\":\"409\",\"org\":\"Basar\",\"is_airport\":\"0\"},{\"cityId\":969,\"cityName\":\"Basavakalyana, Basavakalyan\",\"aid\":\"408\",\"org\":\"Basavakalyan\",\"is_airport\":\"0\"},{\"cityId\":2483,\"cityName\":\"Bela Pratapgarh, Belha\",\"aid\":\"779\",\"org\":\"Belha\",\"is_airport\":\"0\"},{\"cityId\":128,\"cityName\":\"Belagavi, Belgaum\",\"aid\":\"406\",\"org\":\"Belgaum\",\"is_airport\":\"0\"},{\"cityId\":128,\"cityName\":\"Belgaum Airport, Belgaum\",\"aid\":\"11\",\"org\":\"Belgaum\",\"is_airport\":\"1\"},{\"cityId\":128,\"cityName\":\"Belgavi, Belgaum\",\"aid\":\"789\",\"org\":\"Belgaum\",\"is_airport\":\"0\"},{\"cityId\":208,\"cityName\":\"Bellary Airport, Bellary\",\"aid\":\"58\",\"org\":\"Bellary\",\"is_airport\":\"1\"},{\"cityId\":371,\"cityName\":\"Benares, Varanasi\",\"aid\":\"437\",\"org\":\"Varanasi\",\"is_airport\":\"0\"},{\"cityId\":2805,\"cityName\":\"Benaulim, Benaulim Beach\",\"aid\":\"814\",\"org\":\"Benaulim Beach\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Bengaluru Airport, Bangalore\",\"aid\":\"179\",\"org\":\"Bangalore\",\"is_airport\":\"1\"},{\"cityId\":377,\"cityName\":\"Bengaluru, Bangalore\",\"aid\":\"414\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":2820,\"cityName\":\"Betalbatim, Betalbatim Beach\",\"aid\":\"829\",\"org\":\"Betalbatim Beach\",\"is_airport\":\"0\"},{\"cityId\":2815,\"cityName\":\"Betul, Betul Beach\",\"aid\":\"824\",\"org\":\"Betul Beach\",\"is_airport\":\"0\"},{\"cityId\":312,\"cityName\":\"Bezawada, Vijayawada\",\"aid\":\"203\",\"org\":\"Vijayawada\",\"is_airport\":\"0\"},{\"cityId\":734,\"cityName\":\"Bhadravathi, Bhadravati\",\"aid\":\"401\",\"org\":\"Bhadravati\",\"is_airport\":\"0\"},{\"cityId\":1861,\"cityName\":\"Bhadravati, Bhadravathi\",\"aid\":\"402\",\"org\":\"Bhadravathi\",\"is_airport\":\"0\"},{\"cityId\":365,\"cityName\":\"Bhavnagar Airport, Bhavnagar\",\"aid\":\"59\",\"org\":\"Bhavnagar\",\"is_airport\":\"1\"},{\"cityId\":219,\"cityName\":\"Bhopal Airport, Bhopal\",\"aid\":\"12\",\"org\":\"Bhopal\",\"is_airport\":\"1\"},{\"cityId\":297,\"cityName\":\"Bhubaneshwar, Bhubaneswar\",\"aid\":\"398\",\"org\":\"Bhubaneswar\",\"is_airport\":\"0\"},{\"cityId\":789,\"cityName\":\"Bhuvanagiri, Bhongir\",\"aid\":\"399\",\"org\":\"Bhongir\",\"is_airport\":\"0\"},{\"cityId\":297,\"cityName\":\"Biju Patnaik Airport, Bhubaneswar\",\"aid\":\"110\",\"org\":\"Bhubaneswar\",\"is_airport\":\"1\"},{\"cityId\":183,\"cityName\":\"Bikaner Airport, Bikaner\",\"aid\":\"60\",\"org\":\"Bikaner\",\"is_airport\":\"1\"},{\"cityId\":417,\"cityName\":\"Bilaspur Airport, Bilaspur\",\"aid\":\"61\",\"org\":\"Bilaspur\",\"is_airport\":\"1\"},{\"cityId\":1452,\"cityName\":\"Bina Etawa, Bina\",\"aid\":\"772\",\"org\":\"Bina\",\"is_airport\":\"0\"},{\"cityId\":599,\"cityName\":\"Bina, Beena\",\"aid\":\"407\",\"org\":\"Beena\",\"is_airport\":\"0\"},{\"cityId\":405,\"cityName\":\"Birsa Munda Airport, Ranchi\",\"aid\":\"164\",\"org\":\"Ranchi\",\"is_airport\":\"1\"},{\"cityId\":2813,\"cityName\":\"Bogmalo, Bogmalo Beach\",\"aid\":\"822\",\"org\":\"Bogmalo Beach\",\"is_airport\":\"0\"},{\"cityId\":754,\"cityName\":\"Bolangir, Balangir\",\"aid\":\"417\",\"org\":\"Balangir\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Bombay Airport, Mumbai\",\"aid\":\"188\",\"org\":\"Mumbai\",\"is_airport\":\"1\"},{\"cityId\":2375,\"cityName\":\"Borjhar Airport, Guwahati Airport\",\"aid\":\"747\",\"org\":\"Guwahati Airport\",\"is_airport\":\"0\"},{\"cityId\":967,\"cityName\":\"Bowringpet, Bangarapet\",\"aid\":\"412\",\"org\":\"Bangarapet\",\"is_airport\":\"0\"},{\"cityId\":86,\"cityName\":\"Brahmapur, Berhampur\",\"aid\":\"403\",\"org\":\"Berhampur\",\"is_airport\":\"0\"},{\"cityId\":475,\"cityName\":\"Broach, Bharuch\",\"aid\":\"400\",\"org\":\"Bharuch\",\"is_airport\":\"0\"},{\"cityId\":1690,\"cityName\":\"Budhani, Budhni\",\"aid\":\"460\",\"org\":\"Budhni\",\"is_airport\":\"0\"},{\"cityId\":1690,\"cityName\":\"Budni, Budhni\",\"aid\":\"396\",\"org\":\"Budhni\",\"is_airport\":\"0\"},{\"cityId\":144,\"cityName\":\"Bulsar, Valsad\",\"aid\":\"207\",\"org\":\"Valsad\",\"is_airport\":\"0\"},{\"cityId\":2931,\"cityName\":\"Byndoor, Baindur\",\"aid\":\"850\",\"org\":\"Baindur\",\"is_airport\":\"0\"},{\"cityId\":2806,\"cityName\":\"Calangute, Calangute Beach\",\"aid\":\"815\",\"org\":\"Calangute Beach\",\"is_airport\":\"0\"},{\"cityId\":36,\"cityName\":\"Calcutta Airport, Kolkata\",\"aid\":\"186\",\"org\":\"Kolkata\",\"is_airport\":\"1\"},{\"cityId\":36,\"cityName\":\"Calcutta, Kolkata\",\"aid\":\"332\",\"org\":\"Kolkata\",\"is_airport\":\"0\"},{\"cityId\":218,\"cityName\":\"Calicut Airport, Calicut\",\"aid\":\"62\",\"org\":\"Calicut\",\"is_airport\":\"1\"},{\"cityId\":2610,\"cityName\":\"Canacona, Canacona Beach\",\"aid\":\"807\",\"org\":\"Canacona Beach\",\"is_airport\":\"0\"},{\"cityId\":2839,\"cityName\":\"Canaguinim, Canaguinim Beach\",\"aid\":\"847\",\"org\":\"Canaguinim Beach\",\"is_airport\":\"0\"},{\"cityId\":2828,\"cityName\":\"Canasaulim, Canasaulim Beach\",\"aid\":\"835\",\"org\":\"Canasaulim Beach\",\"is_airport\":\"0\"},{\"cityId\":2320,\"cityName\":\"Candolim, Candolim Beach\",\"aid\":\"805\",\"org\":\"Candolim Beach\",\"is_airport\":\"0\"},{\"cityId\":2840,\"cityName\":\"Carmona, Carmona Beach\",\"aid\":\"848\",\"org\":\"Carmona Beach\",\"is_airport\":\"0\"},{\"cityId\":2810,\"cityName\":\"Cavelossim, Cavelossim Beach\",\"aid\":\"819\",\"org\":\"Cavelossim Beach\",\"is_airport\":\"0\"},{\"cityId\":747,\"cityName\":\"CBD Belapur, Navi Mumbai\",\"aid\":\"854\",\"org\":\"Navi Mumbai\",\"is_airport\":\"0\"},{\"cityId\":550,\"cityName\":\"Chandannagar, Chandan Nagar\",\"aid\":\"393\",\"org\":\"Chandan Nagar\",\"is_airport\":\"0\"},{\"cityId\":422,\"cityName\":\"Chandigarh Airport, Chandigarh\",\"aid\":\"15\",\"org\":\"Chandigarh\",\"is_airport\":\"1\"},{\"cityId\":2512,\"cityName\":\"Chandika, Chandi\",\"aid\":\"785\",\"org\":\"Chandi\",\"is_airport\":\"0\"},{\"cityId\":1454,\"cityName\":\"Changanassery, Changanacherry\",\"aid\":\"392\",\"org\":\"Changanacherry\",\"is_airport\":\"0\"},{\"cityId\":2827,\"cityName\":\"Chapora, Chapora Beach\",\"aid\":\"834\",\"org\":\"Chapora Beach\",\"is_airport\":\"0\"},{\"cityId\":2034,\"cityName\":\"Charrapunji, Cherrapunjee\",\"aid\":\"735\",\"org\":\"Cherrapunjee\",\"is_airport\":\"0\"},{\"cityId\":2,\"cityName\":\"Chaudhary Charan Singh International Airport, Lucknow\",\"aid\":\"151\",\"org\":\"Lucknow\",\"is_airport\":\"1\"},{\"cityId\":81,\"cityName\":\"Chennai Airport, Chennai\",\"aid\":\"37\",\"org\":\"Chennai\",\"is_airport\":\"1\"},{\"cityId\":81,\"cityName\":\"Chennai International Airport, Chennai\",\"aid\":\"153\",\"org\":\"Chennai\",\"is_airport\":\"1\"},{\"cityId\":1825,\"cityName\":\"Chennur, Chennuru\",\"aid\":\"389\",\"org\":\"Chennuru\",\"is_airport\":\"0\"},{\"cityId\":1847,\"cityName\":\"Cherial, Cheriyal\",\"aid\":\"388\",\"org\":\"Cheriyal\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Chhatrapati Shivaji Maharaj International Airport, Mumbai\",\"aid\":\"112\",\"org\":\"Mumbai\",\"is_airport\":\"1\"},{\"cityId\":288,\"cityName\":\"Chikkalthana Airport, Aurangabad\",\"aid\":\"105\",\"org\":\"Aurangabad\",\"is_airport\":\"1\"},{\"cityId\":394,\"cityName\":\"Chikkamagaluru, Chikmagalur\",\"aid\":\"387\",\"org\":\"Chikmagalur\",\"is_airport\":\"0\"},{\"cityId\":627,\"cityName\":\"Chingleput, Chengalpattu\",\"aid\":\"391\",\"org\":\"Chengalpattu\",\"is_airport\":\"0\"},{\"cityId\":314,\"cityName\":\"Chittaurgarh, Chittorgarh\",\"aid\":\"386\",\"org\":\"Chittorgarh\",\"is_airport\":\"0\"},{\"cityId\":325,\"cityName\":\"Cocanada, Kakinada\",\"aid\":\"341\",\"org\":\"Kakinada\",\"is_airport\":\"0\"},{\"cityId\":320,\"cityName\":\"Cochin Airport, Kochi\",\"aid\":\"185\",\"org\":\"Kochi\",\"is_airport\":\"1\"},{\"cityId\":320,\"cityName\":\"Cochin International Airport, Kochi\",\"aid\":\"145\",\"org\":\"Kochi\",\"is_airport\":\"1\"},{\"cityId\":320,\"cityName\":\"Cochin, Kochi\",\"aid\":\"333\",\"org\":\"Kochi\",\"is_airport\":\"0\"},{\"cityId\":244,\"cityName\":\"Coimbatore Airport, Coimbatore\",\"aid\":\"16\",\"org\":\"Coimbatore\",\"is_airport\":\"1\"},{\"cityId\":2831,\"cityName\":\"Cola, Cola Beach\",\"aid\":\"838\",\"org\":\"Cola Beach\",\"is_airport\":\"0\"},{\"cityId\":2800,\"cityName\":\"Colva, Colva Beach\",\"aid\":\"809\",\"org\":\"Colva Beach\",\"is_airport\":\"0\"},{\"cityId\":383,\"cityName\":\"Combaconum, Kumbakonam\",\"aid\":\"452\",\"org\":\"Kumbakonam\",\"is_airport\":\"0\"},{\"cityId\":383,\"cityName\":\"Coombaconum, Kumbakonam\",\"aid\":\"329\",\"org\":\"Kumbakonam\",\"is_airport\":\"0\"},{\"cityId\":325,\"cityName\":\"Coringa, Kakinada\",\"aid\":\"454\",\"org\":\"Kakinada\",\"is_airport\":\"0\"},{\"cityId\":244,\"cityName\":\"Covai, Coimbatore\",\"aid\":\"459\",\"org\":\"Coimbatore\",\"is_airport\":\"0\"},{\"cityId\":721,\"cityName\":\"Cuddapah, Kadapa\",\"aid\":\"342\",\"org\":\"Kadapa\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Cyberabad, Hyderabad\",\"aid\":\"455\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":286,\"cityName\":\"Dabok Airport, Udaipur\",\"aid\":\"174\",\"org\":\"Udaipur\",\"is_airport\":\"1\"},{\"cityId\":234,\"cityName\":\"Dabolim Airport, Goa\",\"aid\":\"130\",\"org\":\"Goa\",\"is_airport\":\"1\"},{\"cityId\":2833,\"cityName\":\"Dabolim, Dabolim Beach\",\"aid\":\"840\",\"org\":\"Dabolim Beach\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Dadar, Mumbai\",\"aid\":\"768\",\"org\":\"Mumbai\",\"is_airport\":\"0\"},{\"cityId\":360,\"cityName\":\"Daman Airport, Daman\",\"aid\":\"63\",\"org\":\"Daman\",\"is_airport\":\"1\"},{\"cityId\":1456,\"cityName\":\"Darjeeling Airport, Darjeeling\",\"aid\":\"64\",\"org\":\"Darjeeling\",\"is_airport\":\"1\"},{\"cityId\":1456,\"cityName\":\"Darjiling, Darjeeling\",\"aid\":\"381\",\"org\":\"Darjeeling\",\"is_airport\":\"0\"},{\"cityId\":1729,\"cityName\":\"Dasua, Dasuya\",\"aid\":\"380\",\"org\":\"Dasuya\",\"is_airport\":\"0\"},{\"cityId\":2027,\"cityName\":\"Dauki, Dawki\",\"aid\":\"732\",\"org\":\"Dawki\",\"is_airport\":\"0\"},{\"cityId\":736,\"cityName\":\"Davangere, Davanagere\",\"aid\":\"379\",\"org\":\"Davanagere\",\"is_airport\":\"0\"},{\"cityId\":2097,\"cityName\":\"Dehradun Airport, Jolly Grant Airport\",\"aid\":\"740\",\"org\":\"Jolly Grant Airport\",\"is_airport\":\"0\"},{\"cityId\":5,\"cityName\":\"Dehradun Railway station, Dehradun\",\"aid\":\"546\",\"org\":\"Dehradun\",\"is_airport\":\"0\"},{\"cityId\":145,\"cityName\":\"Delhi Airport, New Delhi\",\"aid\":\"120\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":145,\"cityName\":\"Delhi, New Delhi\",\"aid\":\"289\",\"org\":\"New Delhi\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Devanahalli, Bangalore\",\"aid\":\"711\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":41,\"cityName\":\"Devi Ahilya Bai Holkar airport, Indore\",\"aid\":\"138\",\"org\":\"Indore\",\"is_airport\":\"1\"},{\"cityId\":511,\"cityName\":\"Devlali, Deolali\",\"aid\":\"378\",\"org\":\"Deolali\",\"is_airport\":\"0\"},{\"cityId\":1574,\"cityName\":\"Dhanaulti, Dhanolti\",\"aid\":\"377\",\"org\":\"Dhanolti\",\"is_airport\":\"0\"},{\"cityId\":146,\"cityName\":\"Dhanbad Airport, Dhanbad\",\"aid\":\"65\",\"org\":\"Dhanbad\",\"is_airport\":\"1\"},{\"cityId\":193,\"cityName\":\"Dharamsala, Dharamshala\",\"aid\":\"376\",\"org\":\"Dharamshala\",\"is_airport\":\"0\"},{\"cityId\":611,\"cityName\":\"Dharawada, Dharwad\",\"aid\":\"375\",\"org\":\"Dharwad\",\"is_airport\":\"0\"},{\"cityId\":663,\"cityName\":\"Dharmakshetra, Kurukshetra\",\"aid\":\"326\",\"org\":\"Kurukshetra\",\"is_airport\":\"0\"},{\"cityId\":2318,\"cityName\":\"Diveagar, Diveagar Beach\",\"aid\":\"804\",\"org\":\"Diveagar Beach\",\"is_airport\":\"0\"},{\"cityId\":1648,\"cityName\":\"Dobbaspet, Dabaspete\",\"aid\":\"383\",\"org\":\"Dabaspete\",\"is_airport\":\"0\"},{\"cityId\":2801,\"cityName\":\"Dona Paula, Dona Paula Beach\",\"aid\":\"810\",\"org\":\"Dona Paula Beach\",\"is_airport\":\"0\"},{\"cityId\":1762,\"cityName\":\"Dr. Ambedkar Nagar, Mhow\",\"aid\":\"302\",\"org\":\"Mhow\",\"is_airport\":\"0\"},{\"cityId\":35,\"cityName\":\"Dr. Babasaheb Ambedkar International Airport, Nagpur\",\"aid\":\"157\",\"org\":\"Nagpur\",\"is_airport\":\"1\"},{\"cityId\":1745,\"cityName\":\"Dronachalam, Dhone\",\"aid\":\"374\",\"org\":\"Dhone\",\"is_airport\":\"0\"},{\"cityId\":36,\"cityName\":\"Dum dum Airport, Kolkata\",\"aid\":\"116\",\"org\":\"Kolkata\",\"is_airport\":\"1\"},{\"cityId\":2119,\"cityName\":\"Dumdum, Dum Dum\",\"aid\":\"742\",\"org\":\"Dum Dum\",\"is_airport\":\"0\"},{\"cityId\":481,\"cityName\":\"Dwarika, Dwarka\",\"aid\":\"372\",\"org\":\"Dwarka\",\"is_airport\":\"0\"},{\"cityId\":171,\"cityName\":\"Faizabad, Ayodhya\",\"aid\":\"764\",\"org\":\"Ayodhya\",\"is_airport\":\"0\"},{\"cityId\":1181,\"cityName\":\"Ferozepur, Firozpur\",\"aid\":\"369\",\"org\":\"Firozpur\",\"is_airport\":\"0\"},{\"cityId\":890,\"cityName\":\"Fonda, Ponda\",\"aid\":\"269\",\"org\":\"Ponda\",\"is_airport\":\"0\"},{\"cityId\":320,\"cityName\":\"Fort Kochi, Kochi\",\"aid\":\"749\",\"org\":\"Kochi\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Gachibowli, Hyderabad\",\"aid\":\"717\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":1568,\"cityName\":\"Gajwel Pragnapur, Gajwel\",\"aid\":\"368\",\"org\":\"Gajwel\",\"is_airport\":\"0\"},{\"cityId\":2804,\"cityName\":\"Galgibaga, Galgibaga Beach\",\"aid\":\"813\",\"org\":\"Galgibaga Beach\",\"is_airport\":\"0\"},{\"cityId\":2424,\"cityName\":\"Galiyakot, Galiakot\",\"aid\":\"757\",\"org\":\"Galiakot\",\"is_airport\":\"0\"},{\"cityId\":2950,\"cityName\":\"Ganj Basoda, Basoda\",\"aid\":\"856\",\"org\":\"Basoda\",\"is_airport\":\"0\"},{\"cityId\":312,\"cityName\":\"Gannavaram, Vijayawada\",\"aid\":\"739\",\"org\":\"Vijayawada\",\"is_airport\":\"0\"},{\"cityId\":1363,\"cityName\":\"Garhmukhteshwar, Garhmukteshwar\",\"aid\":\"367\",\"org\":\"Garhmukteshwar\",\"is_airport\":\"0\"},{\"cityId\":1828,\"cityName\":\"Gariaband, Gariyaband\",\"aid\":\"366\",\"org\":\"Gariyaband\",\"is_airport\":\"0\"},{\"cityId\":954,\"cityName\":\"Ghatsila, Ghatshila\",\"aid\":\"363\",\"org\":\"Ghatshila\",\"is_airport\":\"0\"},{\"cityId\":568,\"cityName\":\"Ghauspur, Gazipur\",\"aid\":\"457\",\"org\":\"Gazipur\",\"is_airport\":\"0\"},{\"cityId\":568,\"cityName\":\"Ghazipore, Gazipur\",\"aid\":\"364\",\"org\":\"Gazipur\",\"is_airport\":\"0\"},{\"cityId\":568,\"cityName\":\"Ghazipur, Gazipur\",\"aid\":\"469\",\"org\":\"Gazipur\",\"is_airport\":\"0\"},{\"cityId\":2427,\"cityName\":\"Gir National Park\\u00a0, Sasan Gir\",\"aid\":\"758\",\"org\":\"Sasan Gir\",\"is_airport\":\"0\"},{\"cityId\":875,\"cityName\":\"Girivraj, Rajgir\",\"aid\":\"262\",\"org\":\"Rajgir\",\"is_airport\":\"0\"},{\"cityId\":2843,\"cityName\":\"Goa Airport, Dabolim\",\"aid\":\"860\",\"org\":\"Dabolim\",\"is_airport\":\"0\"},{\"cityId\":234,\"cityName\":\"Goa Airport, Goa\",\"aid\":\"22\",\"org\":\"Goa\",\"is_airport\":\"1\"},{\"cityId\":763,\"cityName\":\"Gondiya, Gondia\",\"aid\":\"362\",\"org\":\"Gondia\",\"is_airport\":\"0\"},{\"cityId\":113,\"cityName\":\"Gorakhpur Airport, Gorakhpur\",\"aid\":\"23\",\"org\":\"Gorakhpur\",\"is_airport\":\"1\"},{\"cityId\":72,\"cityName\":\"Govardhanpur Airport, Jamnagar\",\"aid\":\"141\",\"org\":\"Jamnagar\",\"is_airport\":\"1\"},{\"cityId\":1446,\"cityName\":\"Govindghat, Badrinath\",\"aid\":\"866\",\"org\":\"Badrinath\",\"is_airport\":\"0\"},{\"cityId\":1638,\"cityName\":\"Guduvancheri, Guduvanchery\",\"aid\":\"361\",\"org\":\"Guduvanchery\",\"is_airport\":\"0\"},{\"cityId\":573,\"cityName\":\"Guna Airport, Guna\",\"aid\":\"66\",\"org\":\"Guna\",\"is_airport\":\"1\"},{\"cityId\":980,\"cityName\":\"Gundlupete, Gundlupet\",\"aid\":\"359\",\"org\":\"Gundlupet\",\"is_airport\":\"0\"},{\"cityId\":1414,\"cityName\":\"Guptkashi, Kedarnath\",\"aid\":\"863\",\"org\":\"Kedarnath\",\"is_airport\":\"0\"},{\"cityId\":73,\"cityName\":\"Gurgaon Airport, Gurgaon\",\"aid\":\"67\",\"org\":\"Gurgaon\",\"is_airport\":\"1\"},{\"cityId\":73,\"cityName\":\"Gurugram, Gurgaon\",\"aid\":\"358\",\"org\":\"Gurgaon\",\"is_airport\":\"0\"},{\"cityId\":1024,\"cityName\":\"Guruvayur, Guruvayoor\",\"aid\":\"357\",\"org\":\"Guruvayoor\",\"is_airport\":\"0\"},{\"cityId\":220,\"cityName\":\"Gwalior Airport, Gwalior\",\"aid\":\"25\",\"org\":\"Gwalior\",\"is_airport\":\"1\"},{\"cityId\":759,\"cityName\":\"Hampe, Hampi\",\"aid\":\"356\",\"org\":\"Hampi\",\"is_airport\":\"0\"},{\"cityId\":981,\"cityName\":\"Hanagal, Hangal\",\"aid\":\"355\",\"org\":\"Hangal\",\"is_airport\":\"0\"},{\"cityId\":981,\"cityName\":\"Hanungal, Hangal\",\"aid\":\"456\",\"org\":\"Hangal\",\"is_airport\":\"0\"},{\"cityId\":404,\"cityName\":\"Hardwar, Haridwar\",\"aid\":\"354\",\"org\":\"Haridwar\",\"is_airport\":\"0\"},{\"cityId\":484,\"cityName\":\"Himatnagar, Himmatnagar\",\"aid\":\"353\",\"org\":\"Himmatnagar\",\"is_airport\":\"0\"},{\"cityId\":1602,\"cityName\":\"Honavar, Honnavar\",\"aid\":\"352\",\"org\":\"Honnavar\",\"is_airport\":\"0\"},{\"cityId\":2177,\"cityName\":\"Horanadu, Hornadu\",\"aid\":\"746\",\"org\":\"Hornadu\",\"is_airport\":\"0\"},{\"cityId\":770,\"cityName\":\"Hospet, Hosapete\",\"aid\":\"351\",\"org\":\"Hosapete\",\"is_airport\":\"0\"},{\"cityId\":329,\"cityName\":\"Hubballi Airport, Hubli\",\"aid\":\"135\",\"org\":\"Hubli\",\"is_airport\":\"1\"},{\"cityId\":329,\"cityName\":\"Hubballi, Hubli\",\"aid\":\"349\",\"org\":\"Hubli\",\"is_airport\":\"0\"},{\"cityId\":329,\"cityName\":\"Hubli Airport, Hubli\",\"aid\":\"26\",\"org\":\"Hubli\",\"is_airport\":\"1\"},{\"cityId\":981,\"cityName\":\"Hungul, Hangal\",\"aid\":\"468\",\"org\":\"Hangal\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Hyderabad Airport, Hyderabad\",\"aid\":\"27\",\"org\":\"Hyderabad\",\"is_airport\":\"1\"},{\"cityId\":223,\"cityName\":\"IBS Campus, Hyderabad\",\"aid\":\"725\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":145,\"cityName\":\"IGI Airport, New Delhi\",\"aid\":\"122\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":145,\"cityName\":\"Indira Gandhi International Airport, New Delhi\",\"aid\":\"121\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":41,\"cityName\":\"Indore Airport, Indore\",\"aid\":\"28\",\"org\":\"Indore\",\"is_airport\":\"1\"},{\"cityId\":129,\"cityName\":\"Jabalpur Airport, Jabalpur\",\"aid\":\"29\",\"org\":\"Jabalpur\",\"is_airport\":\"1\"},{\"cityId\":330,\"cityName\":\"Jaipur Airport, Jaipur\",\"aid\":\"30\",\"org\":\"Jaipur\",\"is_airport\":\"1\"},{\"cityId\":152,\"cityName\":\"Jaisalmer Airport, Jaisalmer\",\"aid\":\"69\",\"org\":\"Jaisalmer\",\"is_airport\":\"1\"},{\"cityId\":104,\"cityName\":\"Jammu Airport, Jammu\",\"aid\":\"70\",\"org\":\"Jammu\",\"is_airport\":\"1\"},{\"cityId\":72,\"cityName\":\"Jamnagar Airport, Jamnagar\",\"aid\":\"31\",\"org\":\"Jamnagar\",\"is_airport\":\"1\"},{\"cityId\":178,\"cityName\":\"Jamshedpur Airport, Jamshedpur\",\"aid\":\"32\",\"org\":\"Jamshedpur\",\"is_airport\":\"1\"},{\"cityId\":2097,\"cityName\":\"Jauligrant, Jolly Grant Airport\",\"aid\":\"741\",\"org\":\"Jolly Grant Airport\",\"is_airport\":\"0\"},{\"cityId\":1824,\"cityName\":\"Javagallu, Javagal\",\"aid\":\"346\",\"org\":\"Javagal\",\"is_airport\":\"0\"},{\"cityId\":401,\"cityName\":\"Jay Prakash Narayan International Airport, Patna\",\"aid\":\"159\",\"org\":\"Patna\",\"is_airport\":\"1\"},{\"cityId\":377,\"cityName\":\"Jigani, Bangalore\",\"aid\":\"712\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":180,\"cityName\":\"Jodhpur Airport, Jodhpur\",\"aid\":\"71\",\"org\":\"Jodhpur\",\"is_airport\":\"1\"},{\"cityId\":1832,\"cityName\":\"Jodia, Jodiya\",\"aid\":\"344\",\"org\":\"Jodiya\",\"is_airport\":\"0\"},{\"cityId\":555,\"cityName\":\"Joyrambati, Jayrambati\",\"aid\":\"345\",\"org\":\"Jayrambati\",\"is_airport\":\"0\"},{\"cityId\":175,\"cityName\":\"Jubbarhatti, Shimla\",\"aid\":\"793\",\"org\":\"Shimla\",\"is_airport\":\"0\"},{\"cityId\":1464,\"cityName\":\"Kaasrodu, Kasaragod\",\"aid\":\"744\",\"org\":\"Kasaragod\",\"is_airport\":\"0\"},{\"cityId\":2172,\"cityName\":\"Kabini Reservoir, Kabini\",\"aid\":\"867\",\"org\":\"Kabini\",\"is_airport\":\"0\"},{\"cityId\":721,\"cityName\":\"Kadapa Airport, Kadapa\",\"aid\":\"17\",\"org\":\"Kadapa\",\"is_airport\":\"1\"},{\"cityId\":253,\"cityName\":\"Kalaburagi, Gulbarga\",\"aid\":\"360\",\"org\":\"Gulbarga\",\"is_airport\":\"0\"},{\"cityId\":747,\"cityName\":\"Kamothe, Navi Mumbai\",\"aid\":\"853\",\"org\":\"Navi Mumbai\",\"is_airport\":\"0\"},{\"cityId\":224,\"cityName\":\"Kancheepuram, Kanchipuram\",\"aid\":\"340\",\"org\":\"Kanchipuram\",\"is_airport\":\"0\"},{\"cityId\":224,\"cityName\":\"Kanchi, Kanchipuram\",\"aid\":\"453\",\"org\":\"Kanchipuram\",\"is_airport\":\"0\"},{\"cityId\":1026,\"cityName\":\"Kanjangad, Kanhangad\",\"aid\":\"339\",\"org\":\"Kanhangad\",\"is_airport\":\"0\"},{\"cityId\":212,\"cityName\":\"Kanpur Airport, Kanpur\",\"aid\":\"72\",\"org\":\"Kanpur\",\"is_airport\":\"1\"},{\"cityId\":1268,\"cityName\":\"Karaikudi, Karaikkudi\",\"aid\":\"338\",\"org\":\"Karaikkudi\",\"is_airport\":\"0\"},{\"cityId\":1464,\"cityName\":\"Kasargod, Kasaragod\",\"aid\":\"745\",\"org\":\"Kasaragod\",\"is_airport\":\"0\"},{\"cityId\":371,\"cityName\":\"Kashi, Varanasi\",\"aid\":\"464\",\"org\":\"Varanasi\",\"is_airport\":\"0\"},{\"cityId\":2030,\"cityName\":\"Kaziranga National Park, Kaziranga\",\"aid\":\"733\",\"org\":\"Kaziranga\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Kempegowda International Airport, Bangalore\",\"aid\":\"2\",\"org\":\"Bangalore\",\"is_airport\":\"1\"},{\"cityId\":487,\"cityName\":\"Khambat, Khambhat\",\"aid\":\"336\",\"org\":\"Khambhat\",\"is_airport\":\"0\"},{\"cityId\":460,\"cityName\":\"Khammamett, Khammam\",\"aid\":\"335\",\"org\":\"Khammam\",\"is_airport\":\"0\"},{\"cityId\":747,\"cityName\":\"Kharghar, Navi Mumbai\",\"aid\":\"770\",\"org\":\"Navi Mumbai\",\"is_airport\":\"0\"},{\"cityId\":126,\"cityName\":\"Kheria Airport, Agra\",\"aid\":\"99\",\"org\":\"Agra\",\"is_airport\":\"1\"},{\"cityId\":1468,\"cityName\":\"Khordha, Khurda\",\"aid\":\"334\",\"org\":\"Khurda\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"KIAL, Bangalore\",\"aid\":\"107\",\"org\":\"Bangalore\",\"is_airport\":\"1\"},{\"cityId\":657,\"cityName\":\"Kishangarh Airport, Kishangarh\",\"aid\":\"796\",\"org\":\"Kishangarh\",\"is_airport\":\"0\"},{\"cityId\":320,\"cityName\":\"Kochi Airport, Kochi\",\"aid\":\"184\",\"org\":\"Kochi\",\"is_airport\":\"1\"},{\"cityId\":441,\"cityName\":\"Kodagu, Coorg\",\"aid\":\"470\",\"org\":\"Coorg\",\"is_airport\":\"0\"},{\"cityId\":40,\"cityName\":\"Kolhapur Airport, Kolhapur\",\"aid\":\"73\",\"org\":\"Kolhapur\",\"is_airport\":\"1\"},{\"cityId\":36,\"cityName\":\"Kolkata Airport, Kolkata\",\"aid\":\"14\",\"org\":\"Kolkata\",\"is_airport\":\"1\"},{\"cityId\":2399,\"cityName\":\"komuravelle, Komuravelli\",\"aid\":\"753\",\"org\":\"Komuravelli\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Kondapur, Hyderabad\",\"aid\":\"716\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":992,\"cityName\":\"Koppala, Koppal\",\"aid\":\"331\",\"org\":\"Koppal\",\"is_airport\":\"0\"},{\"cityId\":232,\"cityName\":\"Kota Airport, Kota\",\"aid\":\"74\",\"org\":\"Kota\",\"is_airport\":\"1\"},{\"cityId\":232,\"cityName\":\"Kotah, Kota\",\"aid\":\"330\",\"org\":\"Kota\",\"is_airport\":\"0\"},{\"cityId\":658,\"cityName\":\"Kotdwara, Kotdwar\",\"aid\":\"737\",\"org\":\"Kotdwar\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Kothaguda, Hyderabad\",\"aid\":\"721\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":261,\"cityName\":\"Kothrud, Pune\",\"aid\":\"862\",\"org\":\"Pune\",\"is_airport\":\"0\"},{\"cityId\":244,\"cityName\":\"Kovai Airport, Coimbatore\",\"aid\":\"181\",\"org\":\"Coimbatore\",\"is_airport\":\"1\"},{\"cityId\":244,\"cityName\":\"Kovai, Coimbatore\",\"aid\":\"385\",\"org\":\"Coimbatore\",\"is_airport\":\"0\"},{\"cityId\":218,\"cityName\":\"Kozhikode, Calicut\",\"aid\":\"394\",\"org\":\"Calicut\",\"is_airport\":\"0\"},{\"cityId\":312,\"cityName\":\"Krishna, Vijayawada\",\"aid\":\"790\",\"org\":\"Vijayawada\",\"is_airport\":\"0\"},{\"cityId\":203,\"cityName\":\"Krishnarajanagara, Mysore\",\"aid\":\"713\",\"org\":\"Mysore\",\"is_airport\":\"0\"},{\"cityId\":377,\"cityName\":\"Krishnarajapura, Bangalore\",\"aid\":\"858\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Kukatpally, Hyderabad\",\"aid\":\"714\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":1470,\"cityName\":\"Kumaly, Kumily\",\"aid\":\"328\",\"org\":\"Kumily\",\"is_airport\":\"0\"},{\"cityId\":843,\"cityName\":\"Kumbhirgram Airport, Silchar\",\"aid\":\"167\",\"org\":\"Silchar\",\"is_airport\":\"1\"},{\"cityId\":843,\"cityName\":\"Kumbhirgram, Silchar\",\"aid\":\"799\",\"org\":\"Silchar\",\"is_airport\":\"0\"},{\"cityId\":1471,\"cityName\":\"Kundapura, Kundapur\",\"aid\":\"327\",\"org\":\"Kundapur\",\"is_airport\":\"0\"},{\"cityId\":1183,\"cityName\":\"Kushok Bakula Rimpochee Airport, Lehragaga\",\"aid\":\"149\",\"org\":\"Lehragaga\",\"is_airport\":\"1\"},{\"cityId\":1601,\"cityName\":\"Ladnu, Ladnun\",\"aid\":\"324\",\"org\":\"Ladnun\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Lakdi ka Pul, Hyderabad\",\"aid\":\"722\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":2122,\"cityName\":\"Lakhimpur Kheri, Lakhimpur\",\"aid\":\"797\",\"org\":\"Lakhimpur\",\"is_airport\":\"0\"},{\"cityId\":371,\"cityName\":\"Lal Bahadur Shastri International Airport, Varanasi\",\"aid\":\"176\",\"org\":\"Varanasi\",\"is_airport\":\"1\"},{\"cityId\":1183,\"cityName\":\"Leh Airport, Lehragaga\",\"aid\":\"148\",\"org\":\"Lehragaga\",\"is_airport\":\"1\"},{\"cityId\":1692,\"cityName\":\"Lillooah, Liluah\",\"aid\":\"323\",\"org\":\"Liluah\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Lingampally, Hyderabad\",\"aid\":\"720\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":261,\"cityName\":\"Lohegaon Airport, Pune\",\"aid\":\"160\",\"org\":\"Pune\",\"is_airport\":\"1\"},{\"cityId\":2375,\"cityName\":\"Lokpriya Gopinath Bordoloi International Airport, Guwahati Airport\",\"aid\":\"748\",\"org\":\"Guwahati Airport\",\"is_airport\":\"0\"},{\"cityId\":2,\"cityName\":\"Lucknow Airport, Lucknow\",\"aid\":\"35\",\"org\":\"Lucknow\",\"is_airport\":\"1\"},{\"cityId\":339,\"cityName\":\"Ludhiana Airport, Ludhiana\",\"aid\":\"36\",\"org\":\"Ludhiana\",\"is_airport\":\"1\"},{\"cityId\":908,\"cityName\":\"Lunavada, Lunawada\",\"aid\":\"321\",\"org\":\"Lunawada\",\"is_airport\":\"0\"},{\"cityId\":888,\"cityName\":\"Madgao, Margao\",\"aid\":\"309\",\"org\":\"Margao\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Madhapur, Hyderabad\",\"aid\":\"718\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":269,\"cityName\":\"Madhurapudi, Rajahmundry\",\"aid\":\"798\",\"org\":\"Rajahmundry\",\"is_airport\":\"0\"},{\"cityId\":441,\"cityName\":\"Madikeri, Coorg\",\"aid\":\"384\",\"org\":\"Coorg\",\"is_airport\":\"0\"},{\"cityId\":81,\"cityName\":\"Madras Airport, Chennai\",\"aid\":\"180\",\"org\":\"Chennai\",\"is_airport\":\"1\"},{\"cityId\":81,\"cityName\":\"Madras, Chennai\",\"aid\":\"390\",\"org\":\"Chennai\",\"is_airport\":\"0\"},{\"cityId\":63,\"cityName\":\"Madurai Airport, Madurai\",\"aid\":\"75\",\"org\":\"Madurai\",\"is_airport\":\"1\"},{\"cityId\":63,\"cityName\":\"Madurai North, Madurai\",\"aid\":\"800\",\"org\":\"Madurai\",\"is_airport\":\"0\"},{\"cityId\":466,\"cityName\":\"Mahabubnagar, Mahbubnagar\",\"aid\":\"318\",\"org\":\"Mahbubnagar\",\"is_airport\":\"0\"},{\"cityId\":50,\"cityName\":\"Maharaja Bir Bikram Airport, Agartala\",\"aid\":\"98\",\"org\":\"Agartala\",\"is_airport\":\"1\"},{\"cityId\":286,\"cityName\":\"Maharana Pratap Airport, Udaipur\",\"aid\":\"175\",\"org\":\"Udaipur\",\"is_airport\":\"1\"},{\"cityId\":1546,\"cityName\":\"Mahasamsthana Math, Adichunchanagiri\",\"aid\":\"434\",\"org\":\"Adichunchanagiri\",\"is_airport\":\"0\"},{\"cityId\":113,\"cityName\":\"Mahayogi Gorakhnath Airport, Gorakhpur\",\"aid\":\"131\",\"org\":\"Gorakhpur\",\"is_airport\":\"1\"},{\"cityId\":237,\"cityName\":\"Mahesana, Mehsana\",\"aid\":\"304\",\"org\":\"Mehsana\",\"is_airport\":\"0\"},{\"cityId\":1610,\"cityName\":\"Mahur, Mahurgad\",\"aid\":\"317\",\"org\":\"Mahurgad\",\"is_airport\":\"0\"},{\"cityId\":2819,\"cityName\":\"Majorda, Majorda Beach\",\"aid\":\"828\",\"org\":\"Majorda Beach\",\"is_airport\":\"0\"},{\"cityId\":1033,\"cityName\":\"Malapuram, Malappuram\",\"aid\":\"316\",\"org\":\"Malappuram\",\"is_airport\":\"0\"},{\"cityId\":540,\"cityName\":\"Malda Airport, Malda\",\"aid\":\"76\",\"org\":\"Malda\",\"is_airport\":\"1\"},{\"cityId\":540,\"cityName\":\"Maldah, Malda\",\"aid\":\"315\",\"org\":\"Malda\",\"is_airport\":\"0\"},{\"cityId\":540,\"cityName\":\"Maldaha, Malda\",\"aid\":\"450\",\"org\":\"Malda\",\"is_airport\":\"0\"},{\"cityId\":1649,\"cityName\":\"Malkheda, Malkhed\",\"aid\":\"314\",\"org\":\"Malkhed\",\"is_airport\":\"0\"},{\"cityId\":1473,\"cityName\":\"Malwan, Malvan\",\"aid\":\"313\",\"org\":\"Malvan\",\"is_airport\":\"0\"},{\"cityId\":115,\"cityName\":\"Mamallapuram, Mahabalipuram\",\"aid\":\"319\",\"org\":\"Mahabalipuram\",\"is_airport\":\"0\"},{\"cityId\":203,\"cityName\":\"Mandakalli Airport, Mysore\",\"aid\":\"156\",\"org\":\"Mysore\",\"is_airport\":\"1\"},{\"cityId\":601,\"cityName\":\"Mandav, Mandu\",\"aid\":\"311\",\"org\":\"Mandu\",\"is_airport\":\"0\"},{\"cityId\":601,\"cityName\":\"Mandavgad, Mandu\",\"aid\":\"449\",\"org\":\"Mandu\",\"is_airport\":\"0\"},{\"cityId\":2818,\"cityName\":\"Mandrem, Mandrem Beach\",\"aid\":\"827\",\"org\":\"Mandrem Beach\",\"is_airport\":\"0\"},{\"cityId\":1066,\"cityName\":\"Mandsour, Mandsaur\",\"aid\":\"312\",\"org\":\"Mandsaur\",\"is_airport\":\"0\"},{\"cityId\":2496,\"cityName\":\"Mangaldai, Mangaldoi\",\"aid\":\"782\",\"org\":\"Mangaldoi\",\"is_airport\":\"0\"},{\"cityId\":191,\"cityName\":\"Mangalore Airport, Mangalore\",\"aid\":\"38\",\"org\":\"Mangalore\",\"is_airport\":\"1\"},{\"cityId\":191,\"cityName\":\"Mangaluru International Airport, Mangalore\",\"aid\":\"155\",\"org\":\"Mangalore\",\"is_airport\":\"1\"},{\"cityId\":191,\"cityName\":\"Mangaluru, Mangalore\",\"aid\":\"310\",\"org\":\"Mangalore\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Maniconda, Hyderabad\",\"aid\":\"726\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Manikonda, Hyderabad\",\"aid\":\"724\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":2830,\"cityName\":\"Mapusaes, Mapusaes Beach\",\"aid\":\"837\",\"org\":\"Mapusaes Beach\",\"is_airport\":\"0\"},{\"cityId\":2212,\"cityName\":\"Maravanthe, Maravanthe beach\",\"aid\":\"802\",\"org\":\"Maravanthe beach\",\"is_airport\":\"0\"},{\"cityId\":713,\"cityName\":\"Masulipatnam, Machilipatnam\",\"aid\":\"320\",\"org\":\"Machilipatnam\",\"is_airport\":\"0\"},{\"cityId\":2479,\"cityName\":\"Maunath Bhanjan, Mau\",\"aid\":\"784\",\"org\":\"Mau\",\"is_airport\":\"0\"},{\"cityId\":951,\"cityName\":\"Medininagar, Daltonganj\",\"aid\":\"382\",\"org\":\"Daltonganj\",\"is_airport\":\"0\"},{\"cityId\":1130,\"cityName\":\"Mhasvad, Mhaswad\",\"aid\":\"303\",\"org\":\"Mhaswad\",\"is_airport\":\"0\"},{\"cityId\":531,\"cityName\":\"Midnapore, Medinipur\",\"aid\":\"305\",\"org\":\"Medinipur\",\"is_airport\":\"0\"},{\"cityId\":2841,\"cityName\":\"Miramar, Miramar Beach\",\"aid\":\"849\",\"org\":\"Miramar Beach\",\"is_airport\":\"0\"},{\"cityId\":547,\"cityName\":\"Miyapur, Mayapur\",\"aid\":\"306\",\"org\":\"Mayapur\",\"is_airport\":\"0\"},{\"cityId\":2824,\"cityName\":\"Mobor, Mobor Beach\",\"aid\":\"832\",\"org\":\"Mobor Beach\",\"is_airport\":\"0\"},{\"cityId\":2485,\"cityName\":\"Mogra Badshahpur, Mungra Badshahpur\",\"aid\":\"780\",\"org\":\"Mungra Badshahpur\",\"is_airport\":\"0\"},{\"cityId\":2936,\"cityName\":\"Moodabidri, Mudbidri\",\"aid\":\"852\",\"org\":\"Mudbidri\",\"is_airport\":\"0\"},{\"cityId\":2802,\"cityName\":\"Morjim, Morjim Beach\",\"aid\":\"811\",\"org\":\"Morjim Beach\",\"is_airport\":\"0\"},{\"cityId\":1476,\"cityName\":\"Mormugao, Marmagoa\",\"aid\":\"308\",\"org\":\"Marmagoa\",\"is_airport\":\"0\"},{\"cityId\":2837,\"cityName\":\"Mormugao, Mormugao Beach\",\"aid\":\"844\",\"org\":\"Mormugao Beach\",\"is_airport\":\"0\"},{\"cityId\":509,\"cityName\":\"Morvi, Morbi\",\"aid\":\"300\",\"org\":\"Morbi\",\"is_airport\":\"0\"},{\"cityId\":1839,\"cityName\":\"Mudukulathur, Muthukulathur\",\"aid\":\"297\",\"org\":\"Muthukulathur\",\"is_airport\":\"0\"},{\"cityId\":998,\"cityName\":\"Muduoolalu, Mudhol\",\"aid\":\"299\",\"org\":\"Mudhol\",\"is_airport\":\"0\"},{\"cityId\":999,\"cityName\":\"Mulabaagilu, Mulbagal\",\"aid\":\"298\",\"org\":\"Mulbagal\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Mulund, Mumbai\",\"aid\":\"771\",\"org\":\"Mumbai\",\"is_airport\":\"0\"},{\"cityId\":114,\"cityName\":\"Mumbai Airport, Mumbai\",\"aid\":\"13\",\"org\":\"Mumbai\",\"is_airport\":\"1\"},{\"cityId\":114,\"cityName\":\"Mumbai, Maharashtra - Domestic T1, Mumbai\",\"aid\":\"114\",\"org\":\"Mumbai\",\"is_airport\":\"1\"},{\"cityId\":114,\"cityName\":\"Mumbai, Maharashtra - International T2, Mumbai\",\"aid\":\"113\",\"org\":\"Mumbai\",\"is_airport\":\"1\"},{\"cityId\":141,\"cityName\":\"Mumbra, Thane\",\"aid\":\"767\",\"org\":\"Thane\",\"is_airport\":\"0\"},{\"cityId\":374,\"cityName\":\"Muzaffarnagar Airport, Muzaffarnagar\",\"aid\":\"77\",\"org\":\"Muzaffarnagar\",\"is_airport\":\"1\"},{\"cityId\":270,\"cityName\":\"Muzaffarpur Airport, Muzaffarpur\",\"aid\":\"78\",\"org\":\"Muzaffarpur\",\"is_airport\":\"1\"},{\"cityId\":203,\"cityName\":\"Mysore Airport, Mysore\",\"aid\":\"39\",\"org\":\"Mysore\",\"is_airport\":\"1\"},{\"cityId\":203,\"cityName\":\"Mysuru Airport, Mysore\",\"aid\":\"189\",\"org\":\"Mysore\",\"is_airport\":\"1\"},{\"cityId\":203,\"cityName\":\"Mysuru, Mysore\",\"aid\":\"296\",\"org\":\"Mysore\",\"is_airport\":\"0\"},{\"cityId\":35,\"cityName\":\"Nagpur Airport, Nagpur\",\"aid\":\"40\",\"org\":\"Nagpur\",\"is_airport\":\"1\"},{\"cityId\":385,\"cityName\":\"Nanded Airport, Nanded\",\"aid\":\"41\",\"org\":\"Nanded\",\"is_airport\":\"1\"},{\"cityId\":439,\"cityName\":\"Nandidurg, Nandi Hills\",\"aid\":\"295\",\"org\":\"Nandi Hills\",\"is_airport\":\"0\"},{\"cityId\":1433,\"cityName\":\"Nandipur, Sainthia\",\"aid\":\"252\",\"org\":\"Sainthia\",\"is_airport\":\"0\"},{\"cityId\":1002,\"cityName\":\"Nanjanagudu, Nanjangud\",\"aid\":\"294\",\"org\":\"Nanjangud\",\"is_airport\":\"0\"},{\"cityId\":927,\"cityName\":\"Narayangarh, Naraingarh(MC)\",\"aid\":\"293\",\"org\":\"Naraingarh(MC)\",\"is_airport\":\"0\"},{\"cityId\":575,\"cityName\":\"Narmadapuram, Hoshangabad\",\"aid\":\"350\",\"org\":\"Hoshangabad\",\"is_airport\":\"0\"},{\"cityId\":294,\"cityName\":\"Nasik Airport, Nashik\",\"aid\":\"79\",\"org\":\"Nashik\",\"is_airport\":\"1\"},{\"cityId\":294,\"cityName\":\"Nasik, Nashik\",\"aid\":\"292\",\"org\":\"Nashik\",\"is_airport\":\"0\"},{\"cityId\":95,\"cityName\":\"Nellai, Tirunelveli\",\"aid\":\"221\",\"org\":\"Tirunelveli\",\"is_airport\":\"0\"},{\"cityId\":747,\"cityName\":\"Nerul, Navi Mumbai\",\"aid\":\"775\",\"org\":\"Navi Mumbai\",\"is_airport\":\"0\"},{\"cityId\":36,\"cityName\":\"Netaji Subhas Chandra Bose International Airport, Kolkata\",\"aid\":\"115\",\"org\":\"Kolkata\",\"is_airport\":\"1\"},{\"cityId\":145,\"cityName\":\"New Delhi - T1 Terminal, New Delhi\",\"aid\":\"125\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":145,\"cityName\":\"New Delhi - T2 Terminal, New Delhi\",\"aid\":\"124\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":145,\"cityName\":\"New Delhi - T3 Terminal, New Delhi\",\"aid\":\"123\",\"org\":\"New Delhi\",\"is_airport\":\"1\"},{\"cityId\":186,\"cityName\":\"New Digha, Digha\",\"aid\":\"373\",\"org\":\"Digha\",\"is_airport\":\"0\"},{\"cityId\":1669,\"cityName\":\"Nileshwaram, Nileshwar\",\"aid\":\"288\",\"org\":\"Nileshwar\",\"is_airport\":\"0\"},{\"cityId\":1070,\"cityName\":\"Nimach, Neemuch\",\"aid\":\"290\",\"org\":\"Neemuch\",\"is_airport\":\"0\"},{\"cityId\":2141,\"cityName\":\"Nishat Garden, Nishat Bagh\",\"aid\":\"743\",\"org\":\"Nishat Bagh\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Nizampet, Hyderabad\",\"aid\":\"738\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":2031,\"cityName\":\"Nowgong, Nagaon\",\"aid\":\"734\",\"org\":\"Nagaon\",\"is_airport\":\"0\"},{\"cityId\":2383,\"cityName\":\"Ochira, Oachira\",\"aid\":\"751\",\"org\":\"Oachira\",\"is_airport\":\"0\"},{\"cityId\":80,\"cityName\":\"Odipu, Udupi\",\"aid\":\"212\",\"org\":\"Udupi\",\"is_airport\":\"0\"},{\"cityId\":421,\"cityName\":\"Oomrawutty, Amravati\",\"aid\":\"428\",\"org\":\"Amravati\",\"is_airport\":\"0\"},{\"cityId\":425,\"cityName\":\"Ootacamund, Ooty\",\"aid\":\"448\",\"org\":\"Ooty\",\"is_airport\":\"0\"},{\"cityId\":2405,\"cityName\":\"Osiyan, Osian\",\"aid\":\"755\",\"org\":\"Osian\",\"is_airport\":\"0\"},{\"cityId\":748,\"cityName\":\"Osmanabad Airport, Osmanabad\",\"aid\":\"80\",\"org\":\"Osmanabad\",\"is_airport\":\"1\"},{\"cityId\":1035,\"cityName\":\"Ottapalam, Ottappalam\",\"aid\":\"286\",\"org\":\"Ottappalam\",\"is_airport\":\"0\"},{\"cityId\":302,\"cityName\":\"Paachgani, Panchgani\",\"aid\":\"281\",\"org\":\"Panchgani\",\"is_airport\":\"0\"},{\"cityId\":761,\"cityName\":\"Palacole, Palakollu\",\"aid\":\"777\",\"org\":\"Palakollu\",\"is_airport\":\"0\"},{\"cityId\":1537,\"cityName\":\"Palamaneru, Palamaner\",\"aid\":\"283\",\"org\":\"Palamaner\",\"is_airport\":\"0\"},{\"cityId\":381,\"cityName\":\"Palghat, Palakkad\",\"aid\":\"284\",\"org\":\"Palakkad\",\"is_airport\":\"0\"},{\"cityId\":2314,\"cityName\":\"Palolem, Palolem Beach\",\"aid\":\"803\",\"org\":\"Palolem Beach\",\"is_airport\":\"0\"},{\"cityId\":1796,\"cityName\":\"Paltanwada, Paratwada\",\"aid\":\"279\",\"org\":\"Paratwada\",\"is_airport\":\"0\"},{\"cityId\":422,\"cityName\":\"Panchkula, Chandigarh\",\"aid\":\"754\",\"org\":\"Chandigarh\",\"is_airport\":\"0\"},{\"cityId\":126,\"cityName\":\"Pandit Deen Dayal Upadhyaya Airport, Agra\",\"aid\":\"100\",\"org\":\"Agra\",\"is_airport\":\"1\"},{\"cityId\":889,\"cityName\":\"Panjim, Panaji\",\"aid\":\"282\",\"org\":\"Panaji\",\"is_airport\":\"0\"},{\"cityId\":680,\"cityName\":\"Pantnagar Airport, Pantnagar\",\"aid\":\"81\",\"org\":\"Pantnagar\",\"is_airport\":\"1\"},{\"cityId\":590,\"cityName\":\"Paradip, Paradeep\",\"aid\":\"280\",\"org\":\"Paradeep\",\"is_airport\":\"0\"},{\"cityId\":590,\"cityName\":\"Paradweep, Paradeep\",\"aid\":\"447\",\"org\":\"Paradeep\",\"is_airport\":\"0\"},{\"cityId\":1666,\"cityName\":\"Parakala, Parkal\",\"aid\":\"276\",\"org\":\"Parkal\",\"is_airport\":\"0\"},{\"cityId\":1856,\"cityName\":\"Parchur, Parchoor\",\"aid\":\"277\",\"org\":\"Parchoor\",\"is_airport\":\"0\"},{\"cityId\":1856,\"cityName\":\"Parchuru, Parchoor\",\"aid\":\"446\",\"org\":\"Parchoor\",\"is_airport\":\"0\"},{\"cityId\":939,\"cityName\":\"Parwanu, Parwanoo\",\"aid\":\"275\",\"org\":\"Parwanoo\",\"is_airport\":\"0\"},{\"cityId\":395,\"cityName\":\"Pathankot Airport, Pathankot\",\"aid\":\"82\",\"org\":\"Pathankot\",\"is_airport\":\"1\"},{\"cityId\":401,\"cityName\":\"Patna Airport, Patna\",\"aid\":\"42\",\"org\":\"Patna\",\"is_airport\":\"1\"},{\"cityId\":2493,\"cityName\":\"Pawa, Pavapuri\",\"aid\":\"781\",\"org\":\"Pavapuri\",\"is_airport\":\"0\"},{\"cityId\":1628,\"cityName\":\"Pawa, Pawapuri\",\"aid\":\"274\",\"org\":\"Pawapuri\",\"is_airport\":\"0\"},{\"cityId\":1682,\"cityName\":\"Pawanagar, Fazilnagar\",\"aid\":\"370\",\"org\":\"Fazilnagar\",\"is_airport\":\"0\"},{\"cityId\":1036,\"cityName\":\"Payyanur, Payyannur\",\"aid\":\"762\",\"org\":\"Payyannur\",\"is_airport\":\"0\"},{\"cityId\":1341,\"cityName\":\"Pazhamalaim, Virudhachalam\",\"aid\":\"200\",\"org\":\"Virudhachalam\",\"is_airport\":\"0\"},{\"cityId\":244,\"cityName\":\"Peelamedu Airport, Coimbatore\",\"aid\":\"118\",\"org\":\"Coimbatore\",\"is_airport\":\"1\"},{\"cityId\":818,\"cityName\":\"Peetika Puram, Pithapuram\",\"aid\":\"271\",\"org\":\"Pithapuram\",\"is_airport\":\"0\"},{\"cityId\":1242,\"cityName\":\"Periya Arani, Arani\",\"aid\":\"462\",\"org\":\"Arani\",\"is_airport\":\"0\"},{\"cityId\":2838,\"cityName\":\"Pernem, Pernem Beach\",\"aid\":\"846\",\"org\":\"Pernem Beach\",\"is_airport\":\"0\"},{\"cityId\":1414,\"cityName\":\"Phata, Kedarnath\",\"aid\":\"864\",\"org\":\"Kedarnath\",\"is_airport\":\"0\"},{\"cityId\":261,\"cityName\":\"Pimpri-Chinchwad, Pune\",\"aid\":\"471\",\"org\":\"Pune\",\"is_airport\":\"0\"},{\"cityId\":1645,\"cityName\":\"Piriyapatna, Periyapatna\",\"aid\":\"272\",\"org\":\"Periyapatna\",\"is_airport\":\"0\"},{\"cityId\":1811,\"cityName\":\"Podhalakur, Podalakur\",\"aid\":\"270\",\"org\":\"Podalakur\",\"is_airport\":\"0\"},{\"cityId\":53,\"cityName\":\"Pondicherry Airport, Pondicherry\",\"aid\":\"83\",\"org\":\"Pondicherry\",\"is_airport\":\"1\"},{\"cityId\":261,\"cityName\":\"Poona Airport, Pune\",\"aid\":\"190\",\"org\":\"Pune\",\"is_airport\":\"1\"},{\"cityId\":261,\"cityName\":\"Poona, Pune\",\"aid\":\"266\",\"org\":\"Pune\",\"is_airport\":\"0\"},{\"cityId\":1642,\"cityName\":\"Poovirundhavalli, Poonamallee\",\"aid\":\"267\",\"org\":\"Poonamallee\",\"is_airport\":\"0\"},{\"cityId\":98,\"cityName\":\"Porbandar Airport, Porbandar\",\"aid\":\"84\",\"org\":\"Porbandar\",\"is_airport\":\"1\"},{\"cityId\":749,\"cityName\":\"Prabhavatinagar, Parbhani\",\"aid\":\"278\",\"org\":\"Parbhani\",\"is_airport\":\"0\"},{\"cityId\":2483,\"cityName\":\"Pratapgarh, Belha\",\"aid\":\"778\",\"org\":\"Belha\",\"is_airport\":\"0\"},{\"cityId\":154,\"cityName\":\"Prayagraj Airport, Allahabad\",\"aid\":\"178\",\"org\":\"Allahabad\",\"is_airport\":\"1\"},{\"cityId\":154,\"cityName\":\"Prayagraj, Allahabad\",\"aid\":\"431\",\"org\":\"Allahabad\",\"is_airport\":\"0\"},{\"cityId\":53,\"cityName\":\"Puducherry, Pondicherry\",\"aid\":\"268\",\"org\":\"Pondicherry\",\"is_airport\":\"0\"},{\"cityId\":261,\"cityName\":\"Pune Airport, Pune\",\"aid\":\"43\",\"org\":\"Pune\",\"is_airport\":\"1\"},{\"cityId\":261,\"cityName\":\"Pune International Airport, Pune\",\"aid\":\"161\",\"org\":\"Pune\",\"is_airport\":\"1\"},{\"cityId\":874,\"cityName\":\"Purnea, Purnia\",\"aid\":\"265\",\"org\":\"Purnia\",\"is_airport\":\"0\"},{\"cityId\":349,\"cityName\":\"Puttaparthi Airport, Puttaparthi\",\"aid\":\"44\",\"org\":\"Puttaparthi\",\"is_airport\":\"1\"},{\"cityId\":2829,\"cityName\":\"Querim, Querim Beach\",\"aid\":\"836\",\"org\":\"Querim Beach\",\"is_airport\":\"0\"},{\"cityId\":823,\"cityName\":\"Rachaveedu, Rayachoti\",\"aid\":\"466\",\"org\":\"Rayachoti\",\"is_airport\":\"0\"},{\"cityId\":564,\"cityName\":\"Raebareli, Rae Bareli\",\"aid\":\"445\",\"org\":\"Rae Bareli\",\"is_airport\":\"0\"},{\"cityId\":564,\"cityName\":\"Raibareilly, Rae Bareli\",\"aid\":\"264\",\"org\":\"Rae Bareli\",\"is_airport\":\"0\"},{\"cityId\":310,\"cityName\":\"Raichore, Raichur\",\"aid\":\"263\",\"org\":\"Raichur\",\"is_airport\":\"0\"},{\"cityId\":412,\"cityName\":\"Raipur Airport, Raipur\",\"aid\":\"45\",\"org\":\"Raipur\",\"is_airport\":\"1\"},{\"cityId\":84,\"cityName\":\"Raja Sansi Airport, Amritsar\",\"aid\":\"103\",\"org\":\"Amritsar\",\"is_airport\":\"1\"},{\"cityId\":219,\"cityName\":\"Rajabhoj International Airport, Bhopal\",\"aid\":\"109\",\"org\":\"Bhopal\",\"is_airport\":\"1\"},{\"cityId\":269,\"cityName\":\"Rajahmundry Airport, Rajahmundry\",\"aid\":\"85\",\"org\":\"Rajahmundry\",\"is_airport\":\"1\"},{\"cityId\":269,\"cityName\":\"Rajamahendravaram, Rajahmundry\",\"aid\":\"792\",\"org\":\"Rajahmundry\",\"is_airport\":\"0\"},{\"cityId\":823,\"cityName\":\"Rajaveedu, Rayachoti\",\"aid\":\"443\",\"org\":\"Rayachoti\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Rajiv Gandhi International Airport, Hyderabad\",\"aid\":\"137\",\"org\":\"Hyderabad\",\"is_airport\":\"1\"},{\"cityId\":90,\"cityName\":\"Rajkot Airport, Rajkot\",\"aid\":\"86\",\"org\":\"Rajkot\",\"is_airport\":\"1\"},{\"cityId\":220,\"cityName\":\"Rajmata Vijaya Raje Scindia Air Terminal, Gwalior\",\"aid\":\"134\",\"org\":\"Gwalior\",\"is_airport\":\"1\"},{\"cityId\":1732,\"cityName\":\"Rajolu, Razole\",\"aid\":\"256\",\"org\":\"Razole\",\"is_airport\":\"0\"},{\"cityId\":84,\"cityName\":\"Ramdaspur, Amritsar\",\"aid\":\"427\",\"org\":\"Amritsar\",\"is_airport\":\"0\"},{\"cityId\":289,\"cityName\":\"Ramesvaram, Rameshwaram\",\"aid\":\"444\",\"org\":\"Rameshwaram\",\"is_airport\":\"0\"},{\"cityId\":289,\"cityName\":\"Rameswaram, Rameshwaram\",\"aid\":\"260\",\"org\":\"Rameshwaram\",\"is_airport\":\"0\"},{\"cityId\":1306,\"cityName\":\"Ramnad, Ramanathapuram\",\"aid\":\"261\",\"org\":\"Ramanathapuram\",\"is_airport\":\"0\"},{\"cityId\":405,\"cityName\":\"Ranchi Airport, Ranchi\",\"aid\":\"46\",\"org\":\"Ranchi\",\"is_airport\":\"1\"},{\"cityId\":129,\"cityName\":\"Rani Durgawati International Airport, Jabalpur\",\"aid\":\"139\",\"org\":\"Jabalpur\",\"is_airport\":\"1\"},{\"cityId\":1594,\"cityName\":\"Ranny, Ranni\",\"aid\":\"259\",\"org\":\"Ranni\",\"is_airport\":\"0\"},{\"cityId\":578,\"cityName\":\"Ratnapuri, Ratlam\",\"aid\":\"258\",\"org\":\"Ratlam\",\"is_airport\":\"0\"},{\"cityId\":2438,\"cityName\":\"Ravongla, Ravangla\",\"aid\":\"760\",\"org\":\"Ravangla\",\"is_airport\":\"0\"},{\"cityId\":2438,\"cityName\":\"Rawangla, Ravangla\",\"aid\":\"759\",\"org\":\"Ravangla\",\"is_airport\":\"0\"},{\"cityId\":823,\"cityName\":\"Rayachoty, Rayachoti\",\"aid\":\"257\",\"org\":\"Rayachoti\",\"is_airport\":\"0\"},{\"cityId\":4,\"cityName\":\"Renigunta Airport, Tirupati\",\"aid\":\"173\",\"org\":\"Tirupati\",\"is_airport\":\"1\"},{\"cityId\":1625,\"cityName\":\"Rikhabdeo, Rishabhdev\",\"aid\":\"255\",\"org\":\"Rishabhdev\",\"is_airport\":\"0\"},{\"cityId\":842,\"cityName\":\"Rowriah Airport, Jorhat\",\"aid\":\"144\",\"org\":\"Jorhat\",\"is_airport\":\"1\"},{\"cityId\":878,\"cityName\":\"Sahasram, Sasaram\",\"aid\":\"246\",\"org\":\"Sasaram\",\"is_airport\":\"0\"},{\"cityId\":961,\"cityName\":\"Sahebganj, Sahibganj\",\"aid\":\"253\",\"org\":\"Sahibganj\",\"is_airport\":\"0\"},{\"cityId\":504,\"cityName\":\"Sahibzada Ajit Singh Nagar, Mohali\",\"aid\":\"301\",\"org\":\"Mohali\",\"is_airport\":\"0\"},{\"cityId\":339,\"cityName\":\"Sahnewal Airport, Ludhiana\",\"aid\":\"152\",\"org\":\"Ludhiana\",\"is_airport\":\"1\"},{\"cityId\":1857,\"cityName\":\"Sailu, Selu\",\"aid\":\"242\",\"org\":\"Selu\",\"is_airport\":\"0\"},{\"cityId\":1006,\"cityName\":\"Sakleshapura, Sakleshpur\",\"aid\":\"442\",\"org\":\"Sakleshpur\",\"is_airport\":\"0\"},{\"cityId\":1006,\"cityName\":\"Sakleshpura, Sakleshpur\",\"aid\":\"251\",\"org\":\"Sakleshpur\",\"is_airport\":\"0\"},{\"cityId\":2832,\"cityName\":\"Salcete, Salcete Beach\",\"aid\":\"839\",\"org\":\"Salcete Beach\",\"is_airport\":\"0\"},{\"cityId\":231,\"cityName\":\"Salem Airport, Salem\",\"aid\":\"88\",\"org\":\"Salem\",\"is_airport\":\"1\"},{\"cityId\":826,\"cityName\":\"Saluru, Salur\",\"aid\":\"250\",\"org\":\"Salur\",\"is_airport\":\"0\"},{\"cityId\":128,\"cityName\":\"Sambra, Belgaum\",\"aid\":\"795\",\"org\":\"Belgaum\",\"is_airport\":\"0\"},{\"cityId\":128,\"cityName\":\"Sambre Airport, Belgaum\",\"aid\":\"108\",\"org\":\"Belgaum\",\"is_airport\":\"1\"},{\"cityId\":1007,\"cityName\":\"Sanduru, Sandur\",\"aid\":\"249\",\"org\":\"Sandur\",\"is_airport\":\"0\"},{\"cityId\":330,\"cityName\":\"Sanganeer Airport, Jaipur\",\"aid\":\"140\",\"org\":\"Jaipur\",\"is_airport\":\"1\"},{\"cityId\":1149,\"cityName\":\"Sangola, Sangole\",\"aid\":\"248\",\"org\":\"Sangole\",\"is_airport\":\"0\"},{\"cityId\":1309,\"cityName\":\"Sankagiri, Sankari\",\"aid\":\"247\",\"org\":\"Sankari\",\"is_airport\":\"0\"},{\"cityId\":48,\"cityName\":\"Sardar Vallabhbhai Patel International Airport, Ahmedabad\",\"aid\":\"101\",\"org\":\"Ahmedabad\",\"is_airport\":\"1\"},{\"cityId\":1559,\"cityName\":\"Sathupalli, Sathupally\",\"aid\":\"245\",\"org\":\"Sathupally\",\"is_airport\":\"0\"},{\"cityId\":1587,\"cityName\":\"Savadatti, Saundatti\",\"aid\":\"244\",\"org\":\"Saundatti\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Secunderabad Airport, Hyderabad\",\"aid\":\"183\",\"org\":\"Hyderabad\",\"is_airport\":\"1\"},{\"cityId\":223,\"cityName\":\"Secunderabad, Hyderabad\",\"aid\":\"348\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":1312,\"cityName\":\"Sengottai, Shenkottai\",\"aid\":\"239\",\"org\":\"Shenkottai\",\"is_airport\":\"0\"},{\"cityId\":1009,\"cityName\":\"Seram, Sedam\",\"aid\":\"243\",\"org\":\"Sedam\",\"is_airport\":\"0\"},{\"cityId\":2834,\"cityName\":\"Sernabatim, Sernabatim Beach\",\"aid\":\"841\",\"org\":\"Sernabatim Beach\",\"is_airport\":\"0\"},{\"cityId\":422,\"cityName\":\"Shaheed Bhagat Singh International Airport, Chandigarh\",\"aid\":\"117\",\"org\":\"Chandigarh\",\"is_airport\":\"1\"},{\"cityId\":223,\"cityName\":\"Shamshabad Airport, Hyderabad\",\"aid\":\"136\",\"org\":\"Hyderabad\",\"is_airport\":\"1\"},{\"cityId\":223,\"cityName\":\"Shamshabad, Hyderabad\",\"aid\":\"723\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":1656,\"cityName\":\"Shankarpalli, Shankarpally\",\"aid\":\"240\",\"org\":\"Shankarpally\",\"is_airport\":\"0\"},{\"cityId\":354,\"cityName\":\"Sheikh Ul-Alam International Airport, Srinagar\",\"aid\":\"168\",\"org\":\"Srinagar\",\"is_airport\":\"1\"},{\"cityId\":2932,\"cityName\":\"Shikaripura, Shikaripur\",\"aid\":\"851\",\"org\":\"Shikaripur\",\"is_airport\":\"0\"},{\"cityId\":1168,\"cityName\":\"Shillong International Airport, Shillong\",\"aid\":\"165\",\"org\":\"Shillong\",\"is_airport\":\"1\"},{\"cityId\":175,\"cityName\":\"Shimla Airport, Shimla\",\"aid\":\"48\",\"org\":\"Shimla\",\"is_airport\":\"1\"},{\"cityId\":111,\"cityName\":\"Shirdi Airport, Shirdi\",\"aid\":\"47\",\"org\":\"Shirdi\",\"is_airport\":\"1\"},{\"cityId\":17,\"cityName\":\"Shivamogga, Shimoga\",\"aid\":\"238\",\"org\":\"Shimoga\",\"is_airport\":\"0\"},{\"cityId\":205,\"cityName\":\"Sholapur, Solapur\",\"aid\":\"235\",\"org\":\"Solapur\",\"is_airport\":\"0\"},{\"cityId\":385,\"cityName\":\"Shri Guru Gobind Singh Ji Airport, Nanded\",\"aid\":\"158\",\"org\":\"Nanded\",\"is_airport\":\"1\"},{\"cityId\":1870,\"cityName\":\"Shrirangapattana, Srirangapatna\",\"aid\":\"855\",\"org\":\"Srirangapatna\",\"is_airport\":\"0\"},{\"cityId\":1155,\"cityName\":\"Shriwardhan, Shrivardhan\",\"aid\":\"237\",\"org\":\"Shrivardhan\",\"is_airport\":\"0\"},{\"cityId\":1741,\"cityName\":\"Sidddharthnagar, Naugarh\",\"aid\":\"291\",\"org\":\"Naugarh\",\"is_airport\":\"0\"},{\"cityId\":1583,\"cityName\":\"Sidhpur, Siddhpur\",\"aid\":\"236\",\"org\":\"Siddhpur\",\"is_airport\":\"0\"},{\"cityId\":50,\"cityName\":\"Singerbhil Airport, Agartala\",\"aid\":\"97\",\"org\":\"Agartala\",\"is_airport\":\"1\"},{\"cityId\":2811,\"cityName\":\"Sinquerim, Sinquerim Beach\",\"aid\":\"820\",\"org\":\"Sinquerim Beach\",\"is_airport\":\"0\"},{\"cityId\":2835,\"cityName\":\"Siolim, Siolim Beach\",\"aid\":\"842\",\"org\":\"Siolim Beach\",\"is_airport\":\"0\"},{\"cityId\":2836,\"cityName\":\"Siridao, Siridao Beach\",\"aid\":\"843\",\"org\":\"Siridao Beach\",\"is_airport\":\"0\"},{\"cityId\":2034,\"cityName\":\"Sohra, Cherrapunjee\",\"aid\":\"736\",\"org\":\"Cherrapunjee\",\"is_airport\":\"0\"},{\"cityId\":1421,\"cityName\":\"Somya Kashi, Uttarkashi\",\"aid\":\"728\",\"org\":\"Uttarkashi\",\"is_airport\":\"0\"},{\"cityId\":1491,\"cityName\":\"Sonamarg, Sonmarg\",\"aid\":\"787\",\"org\":\"Sonmarg\",\"is_airport\":\"0\"},{\"cityId\":178,\"cityName\":\"Sonari Airport, Jamshedpur\",\"aid\":\"142\",\"org\":\"Jamshedpur\",\"is_airport\":\"1\"},{\"cityId\":1398,\"cityName\":\"Sonbhadra City, Robertsganj\",\"aid\":\"254\",\"org\":\"Robertsganj\",\"is_airport\":\"0\"},{\"cityId\":1555,\"cityName\":\"Sonebhadra, Sonbhadra\",\"aid\":\"233\",\"org\":\"Sonbhadra\",\"is_airport\":\"0\"},{\"cityId\":1414,\"cityName\":\"Sonprayag, Kedarnath\",\"aid\":\"865\",\"org\":\"Kedarnath\",\"is_airport\":\"0\"},{\"cityId\":84,\"cityName\":\"Sri Guru Ram Dass Jee International Airport, Amritsar\",\"aid\":\"104\",\"org\":\"Amritsar\",\"is_airport\":\"1\"},{\"cityId\":349,\"cityName\":\"Sri Satya Sai Airport, Puttaparthi\",\"aid\":\"162\",\"org\":\"Puttaparthi\",\"is_airport\":\"1\"},{\"cityId\":354,\"cityName\":\"Srinagar Airport, Srinagar\",\"aid\":\"49\",\"org\":\"Srinagar\",\"is_airport\":\"1\"},{\"cityId\":1812,\"cityName\":\"Sujanpur Tira, Sujanpur\",\"aid\":\"441\",\"org\":\"Sujanpur\",\"is_airport\":\"0\"},{\"cityId\":169,\"cityName\":\"Surat Airport, Surat\",\"aid\":\"89\",\"org\":\"Surat\",\"is_airport\":\"1\"},{\"cityId\":412,\"cityName\":\"Swami Vivekananda Airport, Raipur\",\"aid\":\"163\",\"org\":\"Raipur\",\"is_airport\":\"1\"},{\"cityId\":765,\"cityName\":\"Tadpatri, Tadipatri\",\"aid\":\"230\",\"org\":\"Tadipatri\",\"is_airport\":\"0\"},{\"cityId\":352,\"cityName\":\"Tanjore, Thanjavur\",\"aid\":\"227\",\"org\":\"Thanjavur\",\"is_airport\":\"0\"},{\"cityId\":2327,\"cityName\":\"Tarkarli, Tarkarli Beach\",\"aid\":\"806\",\"org\":\"Tarkarli Beach\",\"is_airport\":\"0\"},{\"cityId\":537,\"cityName\":\"Tarokeshshor, Tarakeswar\",\"aid\":\"229\",\"org\":\"Tarakeswar\",\"is_airport\":\"0\"},{\"cityId\":178,\"cityName\":\"Tatanagar, Jamshedpur\",\"aid\":\"347\",\"org\":\"Jamshedpur\",\"is_airport\":\"0\"},{\"cityId\":1494,\"cityName\":\"Tellicherry, Thalassery\",\"aid\":\"228\",\"org\":\"Thalassery\",\"is_airport\":\"0\"},{\"cityId\":352,\"cityName\":\"Thanjavur Airport, Thanjavur\",\"aid\":\"90\",\"org\":\"Thanjavur\",\"is_airport\":\"1\"},{\"cityId\":915,\"cityName\":\"Thirpur, Tharad\",\"aid\":\"226\",\"org\":\"Tharad\",\"is_airport\":\"0\"},{\"cityId\":1730,\"cityName\":\"Thirupukkoliyur, Avinashi\",\"aid\":\"418\",\"org\":\"Avinashi\",\"is_airport\":\"0\"},{\"cityId\":25,\"cityName\":\"Thiruvananthapuram Airport, Thiruvananthapuram\",\"aid\":\"50\",\"org\":\"Thiruvananthapuram\",\"is_airport\":\"1\"},{\"cityId\":25,\"cityName\":\"Thiruvananthapuram International Airport, Thiruvananthapuram\",\"aid\":\"170\",\"org\":\"Thiruvananthapuram\",\"is_airport\":\"1\"},{\"cityId\":695,\"cityName\":\"Thiruvannamalai, Tiruvannamalai\",\"aid\":\"727\",\"org\":\"Tiruvannamalai\",\"is_airport\":\"0\"},{\"cityId\":1318,\"cityName\":\"Thiruvilliputhur, Srivilliputhur\",\"aid\":\"232\",\"org\":\"Srivilliputhur\",\"is_airport\":\"0\"},{\"cityId\":1496,\"cityName\":\"Thoothukudi, Tuticorin\",\"aid\":\"215\",\"org\":\"Tuticorin\",\"is_airport\":\"0\"},{\"cityId\":1812,\"cityName\":\"Tira Sujanpur, Sujanpur\",\"aid\":\"231\",\"org\":\"Sujanpur\",\"is_airport\":\"0\"},{\"cityId\":248,\"cityName\":\"Tiruchi, Trichy\",\"aid\":\"440\",\"org\":\"Trichy\",\"is_airport\":\"0\"},{\"cityId\":248,\"cityName\":\"Tiruchirappalli, Trichy\",\"aid\":\"218\",\"org\":\"Trichy\",\"is_airport\":\"0\"},{\"cityId\":4,\"cityName\":\"Tirumala Airport, Tirupati\",\"aid\":\"192\",\"org\":\"Tirupati\",\"is_airport\":\"1\"},{\"cityId\":4,\"cityName\":\"Tirupati Airport, Tirupati\",\"aid\":\"52\",\"org\":\"Tirupati\",\"is_airport\":\"1\"},{\"cityId\":227,\"cityName\":\"Tiruppur Airport, Tirupur\",\"aid\":\"193\",\"org\":\"Tirupur\",\"is_airport\":\"1\"},{\"cityId\":227,\"cityName\":\"Tiruppur, Tirupur\",\"aid\":\"220\",\"org\":\"Tirupur\",\"is_airport\":\"0\"},{\"cityId\":227,\"cityName\":\"Tirupur Airport, Tirupur\",\"aid\":\"91\",\"org\":\"Tirupur\",\"is_airport\":\"1\"},{\"cityId\":1041,\"cityName\":\"Tiruvalla, Thiruvalla\",\"aid\":\"225\",\"org\":\"Thiruvalla\",\"is_airport\":\"0\"},{\"cityId\":1322,\"cityName\":\"Tiruvarur, Thiruvarur\",\"aid\":\"223\",\"org\":\"Thiruvarur\",\"is_airport\":\"0\"},{\"cityId\":1509,\"cityName\":\"Torangal, Toranagallu\",\"aid\":\"219\",\"org\":\"Toranagallu\",\"is_airport\":\"0\"},{\"cityId\":248,\"cityName\":\"Trichinopoly, Trichy\",\"aid\":\"465\",\"org\":\"Trichy\",\"is_airport\":\"0\"},{\"cityId\":1043,\"cityName\":\"Trichur, Thrissur\",\"aid\":\"222\",\"org\":\"Thrissur\",\"is_airport\":\"0\"},{\"cityId\":248,\"cityName\":\"Trichy Airport, Trichy\",\"aid\":\"92\",\"org\":\"Trichy\",\"is_airport\":\"1\"},{\"cityId\":426,\"cityName\":\"Trimbak, Trimbakeshwar\",\"aid\":\"217\",\"org\":\"Trimbakeshwar\",\"is_airport\":\"0\"},{\"cityId\":25,\"cityName\":\"Trivandrum Airport, Thiruvananthapuram\",\"aid\":\"191\",\"org\":\"Thiruvananthapuram\",\"is_airport\":\"1\"},{\"cityId\":25,\"cityName\":\"Trivandrum International Airport, Thiruvananthapuram\",\"aid\":\"171\",\"org\":\"Thiruvananthapuram\",\"is_airport\":\"1\"},{\"cityId\":25,\"cityName\":\"Trivandrum, Thiruvananthapuram\",\"aid\":\"224\",\"org\":\"Thiruvananthapuram\",\"is_airport\":\"0\"},{\"cityId\":697,\"cityName\":\"Tumkur, Tumakuru\",\"aid\":\"216\",\"org\":\"Tumakuru\",\"is_airport\":\"0\"},{\"cityId\":425,\"cityName\":\"Udagamandalam, Ooty\",\"aid\":\"287\",\"org\":\"Ooty\",\"is_airport\":\"0\"},{\"cityId\":286,\"cityName\":\"Udaipur Airport, Udaipur\",\"aid\":\"53\",\"org\":\"Udaipur\",\"is_airport\":\"1\"},{\"cityId\":425,\"cityName\":\"Udhagai, Ooty\",\"aid\":\"467\",\"org\":\"Ooty\",\"is_airport\":\"0\"},{\"cityId\":425,\"cityName\":\"Udhagamandalam, Ooty\",\"aid\":\"766\",\"org\":\"Ooty\",\"is_airport\":\"0\"},{\"cityId\":1330,\"cityName\":\"Udumalai, Udumalaipettai\",\"aid\":\"214\",\"org\":\"Udumalaipettai\",\"is_airport\":\"0\"},{\"cityId\":1622,\"cityName\":\"Udumalai, Udumalpet\",\"aid\":\"439\",\"org\":\"Udumalpet\",\"is_airport\":\"0\"},{\"cityId\":1622,\"cityName\":\"Udumalaipettai, Udumalpet\",\"aid\":\"213\",\"org\":\"Udumalpet\",\"is_airport\":\"0\"},{\"cityId\":1331,\"cityName\":\"Ulundurpet, Ulundurpettai\",\"aid\":\"210\",\"org\":\"Ulundurpettai\",\"is_airport\":\"0\"},{\"cityId\":2408,\"cityName\":\"Una, Unnatnagar\",\"aid\":\"756\",\"org\":\"Unnatnagar\",\"is_airport\":\"0\"},{\"cityId\":223,\"cityName\":\"Uppal, Hyderabad\",\"aid\":\"715\",\"org\":\"Hyderabad\",\"is_airport\":\"0\"},{\"cityId\":2498,\"cityName\":\"Urchha, Orchha\",\"aid\":\"783\",\"org\":\"Orchha\",\"is_airport\":\"0\"},{\"cityId\":2823,\"cityName\":\"Utordaes, Utordaes Beach\",\"aid\":\"831\",\"org\":\"Utordaes Beach\",\"is_airport\":\"0\"},{\"cityId\":80,\"cityName\":\"Uttara Kannada, Udupi\",\"aid\":\"801\",\"org\":\"Udupi\",\"is_airport\":\"0\"},{\"cityId\":18,\"cityName\":\"Vadodara Airport, Vadodara\",\"aid\":\"93\",\"org\":\"Vadodara\",\"is_airport\":\"1\"},{\"cityId\":2803,\"cityName\":\"Vagator, Vagator Beach\",\"aid\":\"812\",\"org\":\"Vagator Beach\",\"is_airport\":\"0\"},{\"cityId\":105,\"cityName\":\"Vaishno Devi, Katra\",\"aid\":\"337\",\"org\":\"Katra\",\"is_airport\":\"0\"},{\"cityId\":371,\"cityName\":\"Varanasi Airport, Varanasi\",\"aid\":\"54\",\"org\":\"Varanasi\",\"is_airport\":\"1\"},{\"cityId\":2817,\"cityName\":\"Varca, Varca Beach\",\"aid\":\"826\",\"org\":\"Varca Beach\",\"is_airport\":\"0\"},{\"cityId\":2386,\"cityName\":\"Varkala Beach, Varkala\",\"aid\":\"752\",\"org\":\"Varkala\",\"is_airport\":\"0\"},{\"cityId\":1607,\"cityName\":\"VasaviPenugonda, Penugonda\",\"aid\":\"273\",\"org\":\"Penugonda\",\"is_airport\":\"0\"},{\"cityId\":747,\"cityName\":\"Vashi, Navi Mumbai\",\"aid\":\"769\",\"org\":\"Navi Mumbai\",\"is_airport\":\"0\"},{\"cityId\":1045,\"cityName\":\"Vatakara, Vadakara\",\"aid\":\"209\",\"org\":\"Vadakara\",\"is_airport\":\"0\"},{\"cityId\":1335,\"cityName\":\"Vedaraniam, Vedaranyam\",\"aid\":\"205\",\"org\":\"Vedaranyam\",\"is_airport\":\"0\"},{\"cityId\":1335,\"cityName\":\"Vedaranniyam, Vedaranyam\",\"aid\":\"436\",\"org\":\"Vedaranyam\",\"is_airport\":\"0\"},{\"cityId\":2814,\"cityName\":\"Velsao, Velsao Beach\",\"aid\":\"823\",\"org\":\"Velsao Beach\",\"is_airport\":\"0\"},{\"cityId\":1793,\"cityName\":\"Veluthangady, Belthangady\",\"aid\":\"404\",\"org\":\"Belthangady\",\"is_airport\":\"0\"},{\"cityId\":1840,\"cityName\":\"Vempalle, Vempalli\",\"aid\":\"204\",\"org\":\"Vempalli\",\"is_airport\":\"0\"},{\"cityId\":505,\"cityName\":\"Veraval, Somnath\",\"aid\":\"234\",\"org\":\"Somnath\",\"is_airport\":\"0\"},{\"cityId\":284,\"cityName\":\"Vijayapura, Bijapur\",\"aid\":\"397\",\"org\":\"Bijapur\",\"is_airport\":\"0\"},{\"cityId\":312,\"cityName\":\"Vijayawada Airport, Vijayawada\",\"aid\":\"94\",\"org\":\"Vijayawada\",\"is_airport\":\"1\"},{\"cityId\":441,\"cityName\":\"virajpet, Coorg\",\"aid\":\"458\",\"org\":\"Coorg\",\"is_airport\":\"0\"},{\"cityId\":157,\"cityName\":\"Visakha, Visakhapatnam\",\"aid\":\"435\",\"org\":\"Visakhapatnam\",\"is_airport\":\"0\"},{\"cityId\":157,\"cityName\":\"Visakhapatnam Airport, Visakhapatnam\",\"aid\":\"95\",\"org\":\"Visakhapatnam\",\"is_airport\":\"1\"},{\"cityId\":157,\"cityName\":\"Vishakapatnam Airport, Visakhapatnam\",\"aid\":\"196\",\"org\":\"Visakhapatnam\",\"is_airport\":\"1\"},{\"cityId\":157,\"cityName\":\"Vizag, Visakhapatnam\",\"aid\":\"199\",\"org\":\"Visakhapatnam\",\"is_airport\":\"0\"},{\"cityId\":701,\"cityName\":\"Vizhuppuram, Villupuram\",\"aid\":\"202\",\"org\":\"Villupuram\",\"is_airport\":\"0\"},{\"cityId\":1340,\"cityName\":\"Vizhuppuram, Viluppuram\",\"aid\":\"201\",\"org\":\"Viluppuram\",\"is_airport\":\"0\"},{\"cityId\":1341,\"cityName\":\"Vriddhachalam, Virudhachalam\",\"aid\":\"773\",\"org\":\"Virudhachalam\",\"is_airport\":\"0\"},{\"cityId\":384,\"cityName\":\"Vrindavan, Mathura\",\"aid\":\"307\",\"org\":\"Mathura\",\"is_airport\":\"0\"},{\"cityId\":2382,\"cityName\":\"Wagamon, Vagamon\",\"aid\":\"750\",\"org\":\"Vagamon\",\"is_airport\":\"0\"},{\"cityId\":157,\"cityName\":\"Waltair, Visakhapatnam\",\"aid\":\"463\",\"org\":\"Visakhapatnam\",\"is_airport\":\"0\"},{\"cityId\":213,\"cityName\":\"Warangal Airport, Warangal\",\"aid\":\"96\",\"org\":\"Warangal\",\"is_airport\":\"1\"},{\"cityId\":377,\"cityName\":\"Yelahanka, Bangalore\",\"aid\":\"776\",\"org\":\"Bangalore\",\"is_airport\":\"0\"},{\"cityId\":471,\"cityName\":\"Zaheerabad, Zahirabad\",\"aid\":\"197\",\"org\":\"Zahirabad\",\"is_airport\":\"0\"}]}');
/*!40000 ALTER TABLE `tbl_car_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_cashfee_detail`
--

DROP TABLE IF EXISTS `tbl_cashfee_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_cashfee_detail` (
  `orderId` varchar(2000) DEFAULT NULL,
  `signature` varchar(2000) DEFAULT NULL,
  `encoded_data` text,
  `id` int NOT NULL AUTO_INCREMENT,
  `GUID` varchar(255) DEFAULT NULL,
  `orderstatus` enum('0','1','2') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_cashfee_detail`
--

LOCK TABLES `tbl_cashfee_detail` WRITE;
/*!40000 ALTER TABLE `tbl_cashfee_detail` DISABLE KEYS */;
INSERT INTO `tbl_cashfee_detail` VALUES ('C2F1CEFBE730480AA755FD2C1AA1C20A','+/y2/ap+oL5SlVLvU6NWbVAfHaUMb2lV5EHLkEcJVxE=','9f2d21441001f78c2b811bf8f433116ad176fb3512210873489b5e7fbfce35472c0fb0b7424ac0b495ee4da86783407d6004ffda25871352b95bccd0e6a81531b093a63c4c919f2d146693964a778e7d65400e3e5b86cc5cd594bf76afecdaee9f07e164530b9414cf61f7eb26c7b6fd86ccfd38d89d38b91ed35d07bd04ab2012c00a5192d7e09522e77d7ce3b1f93d5fca774cedae6d6a6bd55240e80b77456ffe02bcfb3418d8efd20cb55272f63badb7224bc187e9a2bf06c1b811b208e2247405be35f80fe55625abb62163762b6d44d3129347e2c96cd998719d0da226ef3924ebb1edafc0563bf0a78eb27eaeeeb0f3a6faf619d9d6b8280bbba1d56591a84b69a9e8b4bbbbf40f25a9ad2a128a9bff8b18dcc1301b9a56196e19d37c',1,'99F1F7B40550449EB0B33E2B108A0B34','0'),('A1559717B0B44BC7B93DD3E07E69307A','1cnsQbL3e4dQaq5aIUPind/EmTEYCLep9497dA2spEk=','4318fb5de75f4f0b04c461cf31d1772c764c161155ea42d66d8da155ca53b263e1e34684dd4d91e3d6d89fc4c95baa86884fd7c0334ffd709ef786d241d5a0104639b73056a2ea10a06f89f0192d43c22bbc1cb270797271294dc87cc72a2534d3889b228ba19d6a7c6392acb2903b6a70adbbd46f5efa7d09361031a7c0a8e22bf0896849cc77f88e4c3c349f9f2639a88912ed10bc6cdfacd63631463af15462879fedddb51e61026f42f6821bccd5b2196832e017cec97c21d3e045d8997606959424dc535f62ef2c7406e4fcc73ac248333d8a4e1a6f619cf28f73ae5c0dbbfc6c961bd4a730c0008227f7f40c73d1cef3a1cbd56751de3b18ac968e474909a5870c397327b09cd1b50b1793a43d2b3eb82e7232b59df764120e8079d93e',2,'386FDD11AF7D41D193B0D2C13CF7BDD6','0'),('order_Kusunla9iABtPi','QQfmwboPAdwY5d4gmOB6M3HgBxJEMvFAsHZgmzHpNvg=','c8e2fecb568f7663e0e9d70c287141763a98ba4b7f661f06c589556229a8a593cc3d0390f47be04c3bee2a34885303fa3388068f84f9cbafc42ff3930859796b64f139a387234e0bb065c1e88a6455aa43a256b569f5e9edad2a247009d5441528798832746a899a9ab7d6141d05bf4f904ee9dca635cf236a2995878e3fe2b981dad0c3aa4ead40a3008ffcbd310f9e14cef0831761fada404c02a1aeed0268d26a70e9a00fddd7d108d3861a906847938caed7da2ceb0df21d43cff54f063d4badb150c4f2239aba02291e3985040e57c3af6ea648c0981f8402d552bfc41144e89956df3a41383d4addcbc11a323d89b12606b1bad73dd4d1fc790911c7691c10cdf1e9210279dadebb96925ec809a8794ad50a6a320b81c09f86c636381e9b90da46c40e0804400542713c1d99e6454d314b9516e9ad24bd859c67b3c708f44223d970546ae24680cc2ef6882a4529cce13e038dbab790280c3be677800e1fb2fdbefeeb6a78d9af429445834a7992b0e38831cd8c030386db3104ede861f7c1facf89b465a28d6092be69449195ddb8cd860d379a9ba4a9e67b217ed0aec23406468f54d5acb0fbdce85dab6502a6451e2e0de7aaa50f233dbfa65fc238c146cea2393b3aaaf01647781d8bbdd2ba62ecce7a92e22510ab29c7812c84b2b15d434f4d93517feb5af25e3b86c3da291120c636a7bf4d0b317eeec6f1e3e3a7189473ce44f3468937a4df00b392a110a0144c38844e19bb61a0d4062ca6d6e3809f039ae71f5213cc813cd272efd4facf951b41c110122dcb7b0dbad1ed1295f980748f4c9f59b2a1cad5c3bd4a6e1769de3c77e2f199dc51ff0278080ea7bc98477fb433ddb60376d15f073e62e53c81d2628a16241e3e6344e8803ef447ee6470957818e82642e2c6d8d068d9bffdc82312f0ac819756f1a7613120e7f1aeea7f0914749330a127218c4609812d0f104df7f7c34d4d667db4edc284358c57ad80c8630af773da9d9a1f007ff23b12fe79ad62a4cde3824ba13b5fbc3b1d0d994e2d59fdc57f62b89d9b0303ec66b9ccd4dd97485f6b576a2f8ab03d4e1b1cae03c7a136614802cbb5c909eeb6c3bb9e84dbf66781879cc382eb9809ce44335dc104fb64ce36effd54c6a89faa0ee8ae6a61a6899372d89ec53bcfc9a852e077aa5d8a4b84f1548e3e3214301f887d300236bae0ef656a605b547be9598fc919369ec3b9dc598066b4d7857b82f502044f1121e8dec9a1f1044cc676063441cdf629251373225bf83058b5aff9d25d1c1ec1e86e8441c4216d4fd1b927eed9861df1b61dfc87b92a0d5e5c79e2f62f0f3e8c29d20db9617282945516968027079f42f00894be9afe12a61885f2fdc9dbbfb4e7a4956270a8ab1d157c5b140ab4735efa696e420c386f0a0f4934c7bf576b8ed0288d415237297e38a43b0bcf46ab06d08311974758503949c8a4e53bd5da8f5c56239b33ad7fe3882b53a86adb5568f5f7c93e707e91c2769583cfa2b810c101fd74f3f44bf0842cb7c533bea585ad3110ce0de94a8dad7d28afd937e6644ab62d00cf4488a90c0700153d7d0b1e93f2ffbfbc155f535e2441be7691a6cd0f9e2274b319a9dd2395242873f5313f234e316eb0fa74e9e9322579a0ef1f3ae6194f8d6d9fc743cab2ba8effd22ab9557eb7932f3f9b08d713d34af42eb412ac1a1e8ce71e8bf330b0a4024380bc4124a7a86946c33902062d75dc9d4e0d7e71beff5df1798a9f78158f8457cd394a34712a6ac13655ebb40969ac3411e1cbac5302c1a0ddcefbad92f977d25a4294f92dc67e82a3c21eae4223de41eab31d16521adc820bb57634b7d0c5dc3553b24111fe9202029c86dfdc2ec0352459cd015e8c9c4f50f36eaae354efb5e25091ceeffbe6b7056e104d15acb61e1b46cd6c6b9329ab211024c42ee7678c26d259f72efc2c02f2f24f072f3d508b141187da9bcdddf1eb2d8d29800504f117c2e7ae6fc72c8c35d5f21d9d004f5c',3,'620DBCA93DB542668505030A0EF8D2E0','0'),('order_KuvaZTBqMICDhX','PK+r+lkgup2JkF2FX+iVysCEeHezGrPOTMge/m3TG28=','c8e2fecb568f7663e0e9d70c28714176cfccf18e26811796c5d36a7a119e3e95049233e83a6b7fcef398b541486aa35d4d562f5096b5851cb7a901a8a3a55893393e5e0b90fa99d9e172440ed9e3b4e65e379fc30f5da681f0828eaf587edfffbdde1206b5ef333e8417ccebb9aebfa5ecdf95ea24a06ba16207e463cc20e1296ab624aba9c5190d7c3a7e1a478b1e82b6b76aa5c2d4055ac5d99d7939e561d4d403a2ac8e170cafe60795b2b04ea5da3004611ae3a5be789c74fb2546034771242682c61fc7640d5fdd9fe30256312d57f87f8ecdeaa37999839d927ca259215e72766e045b9130f1bc03aecc89686a5a54aab3f05eca5b313c265e5c98eef40103503001cf8d1807a16a1bfddef7b6ddb44fb3728bf1376a9c1a29a4133a1802561651d2b6fe5aaba15b0fddec93c924f0d2714837548871325b881a3a0bf752de003b3e652e4ad318cfc77d87dd8ec578fdd772eea899e52f948e5390c8b2600793b3212f6e2452d65fa18b4492db4d52ee877ae6b11e10dc0eb3c59fa37b4a7f3d40cb80a94828419e692231ec3d83abd7e6e3f9e3b9bccbfd6a33d806f8a5dc48f7646a00c83c93c208e8db4a1961dd0a581cc958694f4223743804be1df5bc661c0225241c98b481644bf122b3e68aea9d4dc3a4b898917c9611832100f2c51bd02dbe8170820d5b58551805b3260553139c9fe8816482e8d23f43dda1dc0fbb4ee21304a7a23f0bbd16db2bfe6dbdff5a280e5e7f2b8158497acdf90904b0a326a0519a97cba471eec2e53a7feb1c8b861b477fc18a16bb09673806eac78e6b5d581cc24c91bba7bad36ee214eb28d8d9b682fa884b441e2a3ccfed87a9da02803382e2c571bb3afe5f92f969d3a2415229a8301ed2bafc5e13e40ceb03953d0b7f031b724d0ee58c5da6a849d8232151a1858ddc80b7d39f65e6029d22625914adde1155dc34f373fde31c45ed4e46beff13b165a1fb947ca54a89327c1c6a511fbecbf877ce258e053dbe580cfb9f341adc7381f469bd74268a207f7dacf2d774bba6785b39cb571220fb70e9ab19bf55a89bf1f491a05100554e9f6f0846d147e9345440121aea94452a29d233540e2760a88c93498ff1b88307627b64e2864512d158694a4063143186cb942d34b2e62c1acc84a1a4feb46b33e211ef3a254e52a1e3b972eff8266e41a6abbf9dc5120796130ab2dc71a2ace9672d94fc03ecc33d1310fff6b2a502a2578c345c5cf0c208fc541701b785d66a79bea202220d25692368f7f941c1c1bf15d1759e07073ea8bdda256294e2275ea7376cdd7734893ea5c761d879481cab0e01be5d53fba77b2098282c0676195e15c7576c1cc5ef537567fc7e7c1f672457e8abfa2d0a4c16eedc7a9ffdfbf436d383bdd18f12a375214ac764f28e95e9391f47b85f4c252ae4aed5da950e264842b31ba35eb58f62776ac9551361b5038083af2f17c5eec4bd6a31fe6de3f534c9061b2dae1c41642300a109e32f95684da2820c5af6981fc82ae5b0e988d2bd15c37b99e3161fc99310737627ce6221c63b4ba0d8cf652372361999470396937078179909bebf6680ac16bbccbbaa7bf91d427ed1fc6a9d890d6e43ee57a2509e276b4bf3ad5a97697246adfd76bc3793f36c8b0b1b5b0c80850b0121fb6a2af571d8826bb1d87440bdfe313a9fac51fb58a998c23313602cde605e2e1b6128f43402af392cf853c339d1864ae79ad3d1c8dc2bafa801611cbdee483a6bda6ff460cf709c78c1aa1fced9a15cce0672e88da30c40e4f04b8f2df5c1370387f5fc8cdff03aaa1c50d16d47da363d4ff92008821179bff174e81e5f19fe0aad4e32d1efbe4090c2fd832834c0424be66b6dd61246a3cc6a48c2a77312ba71c4ec3efe2137ac5827be19d1dfe6de38888c176d5c904f42b0e02af124b93b7b38251538d750193c2849d782b4dd335afd598351698f02b53a2c67fc9b20001616837d84733324a6307accaf1dadb077c5940e',4,'CFEEE9F45FAC4A4EA874290019280223','0'),('order_KuwGvcpWPQHxzF','1ftPhY7q5IzonuKCroqcX3o/plB3xmVCOU9FvXys6Rw=','c8e2fecb568f7663e0e9d70c287141768a167306abf04052930f96ce13a751c10a8eeec73fa982bd4cc277736ddf1d1fb6db85e07adb3e38a040101b19f8713b6ca6141ecd76b9d10b2febbd49d553f7000bba3a45daebb32bc80cbecea8039c70b0f9d63c940b5ba51d886d159dab8eca9bbe89b97a7ea72033bbab7bb8582ac17e47e192d5198a45f442cf6fe0846d5ad77aad7d6796ac171bd31e203390bb9704a545bdba2a08eec58db8c5032d4752f6f5dce1daf566122f4953faa43ec5d26724d6b88cf866a8bd7ca9a6c16b6f805003ec734962d9b9f1fae847a7fcb91547b9958e8da3b7d3e5ebfa529120312d33b213d0afe98de65778e6d47f721b5863c6d70139352611ff29dbfa697fccaf7a81c8ab15f90af99a4a0c4350ec4c1a0147de5bb39590275de9e4debe12feed7202e45ac0e9fb02ce93ce1ba08c3e9ee5b796270c4c2d018eeda1754554c58ece3999a773fcf43cf8ad70b0db7669dc501b80f04224ceb42f1f9323faa0110947b5613a862cc4c09da4b7361e9fe4d96175d6a803af399c2895c5c3d0f2fad1d79491c4aae988bf15403ab5fce2155633f030421599acd16046de2fbfe3abd20473aefdd1f9cee3a1d679cae8fe71652128b95112a04d4f8e693d60bc2d0e0d5eac6faa261527ed123da75e7d3256256c8569361975200d6ada849dc7c73d0104c6738f3a995ef5e47a01adeaada6481750337962702d617f9ff72be09ee64c803716913e67d1331aa739d4cfe078a01a2c95eb02eb73a9a159a782ffeba219e08009cf3b8fa0ac647a4bdc8343698673d8641a6dd7339b4deb5f5fff746bc990de6ad20fda498bfaf5595e1133a61bfb91c575ed54b4af1cdf9527d63effc2344572eaa7a466eb38f099307f8af3b42e651da9e6b9f9888f8880af45e701726f39d1f41e5f5cb3b57188e9732a466b1d3f860a2ba3a97edb2c9deb19ad64d0a14be9934248e5adfcdd964adf202470041b7a783057d4382abb22cfa1ac558fda95d9d8ed3c335cc64983a5705b2bfda15f7050f680225bf22c8182572b788b2bb63400c3dda308bfbe5cde98f63e440f04d67ee054e83859c2d175908dc4e890e33d282085aaaa98801cd7371af8a472f6329f75579515cfa2f70a8a77661db346fa140c9973ed601683fdef007406580c28a316927bdabc4d778e6899a64e4eb72856474c05b8774aacbe7cc11a329215d9ebe71dd0227e4727c7481ba3cb08e7d9cde8b28437f24d4c1709768e688c6bb06c8a98124e7ebb53fc78c740c2a515eb22a448b9a105989fad3a3cee8a53c6f56d3fe1f8f558c8107b8d9c4fc37ec18ed4bb7296b8979fa79f21538fac0f574d8f5b5dc335847fe137b960ea8be410c47d89a0938e772200218b55e8cd050f583fc691aac640f708985821185e909c5e852da3002b171ae49d4e5acb494b61d78c3bcfe0731f6fe4284c6496f3ace301562cddeb6332d869c6ac31f4740800062c495280aae03bfdba2ac0922d6ab2547efbf41497275ca19ae8910286cb1bf90fd6e75b7388c5f53f5404a7ac1584afde8def4da6cff2f7b12abd10dd397cdbdb2c2f3d8fcdc4d926c3313b12110729a7caa08d935282fee1e98fb0226dcc16d25ca82108c2cd8772d418cdc18521efd4e84a257c31b179503ee054d6a6b10656a1abb4a7f5c80133217e58b37a5adec942bed7ec899bdbce1cc6caa4c35e47c84ac53011be46915c9b685255a20545e3fa1e3d810ff9a9f99ab851c7387bd54c3503d4089c6f4b42764db96333639a6bc371c1ea0f1adb6a2d8800f872b6b9cf05eb34c86092f446b4f3802121c0e22b23d4dd58f85695ea398c6a68e3e3a77e6dc66241c3c63c1b8aa1faadd8ba4272ebb58e5e930070529e20ccc3d11b0bf1cc657e9873e0493b6f7c0897d2f58d017e1271410d2d02a2e53cf36277187bd2248323903b6a4a43025bab2eddda9fd6962d959306542f0a9a50692c20dcc2ba14fef9120fb75e7fb7bc3be8bb8479568324e4982e6690bb585f01',5,'98786CD90DC34928BA5D6E8F60C690B8','0'),('order_KuxMNeNd571wlP','USwKrAk+udmXpQVlGBCNtlN4RJCNPLFAewJoiOEX5ug=','c8e2fecb568f7663e0e9d70c287141767d480be5db12b04b33ca25ef6392d8ab7b1732b8bfac9dd71801d629c3dd6094379c6774eab0299d719e0abd6cdf014240bc5b674497b3276836ad1cce41ee3bbc4d06baa434046c00e4a51329c4cf10f8076903deaaa5980b61f3c6f861b0e838c0db73b3bb5373e1365287c85748b9ed92c27bec61254369f720d801c75ff3d8b6a202e5ab52af33a19d5e44d3442a72a0c306441b7b0c1ff8ee9bed2edbc3fce06b088436fec5fc5e350bdbf236f632f3697b1010d29a18680cf9d84f9e4b81e81a4bec68a1acad5ad0b8f81647905932cbe020107b5ede38e73f06f4c74992d6082d62d1f9d4c4e59ff7f2b9adfe370dae501be54386864172a6a167a3010f1d5ca08efe9f6965a00d0e91965d85a2ad8d32ec1d7379ed0921d8998f1bee20fdc1dbee31ff5dc9fa698263df7bba4d75251fc06b8abcf636f15509bbf6ed8b6980787bacd9a0b3ae939501df566752d866cd9520727ff4ecd900fd41bf1ee95d330026f9b558bb6756f8f46c2b28df49d6b711215a0e3e871b591036889fb821adc50b42be653ec18de3293ba4edf56d6594587fce15ed0d9cdf8525bc047ff97b1c5919b1c3a5b663203c7769f3e730d421d03b0b2c85714c25233867637890bc8c964e9502563670c7c88d0e452e32f9694df3aeba11e2ecddc3f0a22a02415264f7849ae6d4b367a6e3a81cb0897790666f6d19c2c6407e9bfe09eddc9006d3630222b8402b72b7e518683034ff18a6b43cb05d08ed580345f77f1ca00677e24c126d142d8ff135f7377786d3a27fa4ca73144ce2daa600ab26571042cb1c778983ca4fa6023428099779ffd63748cf1aaf33da1c2487aaf76a1201209a02f5e212009f1ff1544599adab809856bcc581ca2dde0a17652f744aae4c8bfecdd717d282f84de27e94abe244ecd3f74131d8d6ebd83a45617c119435d3222e197e2daaccadf6878fc105c1e6c5dcdd8e693e776055b84dc2075e73b35f12da35f456b114ba974ee0a95af5696a7b564ea14afc026dbaec59d576c6ad565b8cc552e4de66c1c297a3084909115a641bfe7cc39dce0a841db52a8a4c80442d07ac97f6e83df4f8bc770ca32b88ab5aa1679ed0b781763b59c7dbd84d3fb868b7a724f830ba629344529eeaa10653a6076904c36c221856f46844dcd1c488ae02eb25be0a628754bb974ce9cb5073e0d0afffebe42b7523c13d9534fcbab55fc7c4b149eac202ff77e0555ef9ff6d225cde38ee45b348a59c5637a652f189333410cdee3a45e5d446b21aee33e2b1f2db1911017cb6921a264b40df481ea2745b1401cb35863a76121bf85fc0e75d22966ffa8f0fe2b4e130bbcbd066b93d0e4674880c7233904281ff894a8a538d4d5956faaff535f8d2c0057f8374a94a2e05a383f55767d8993c1f58a63c6408568bf26840d26d094312efd98f7a11c01ce2ad802ab00c6e16d5e1fc8f581144cded96e35f8ee5febed3e52188d43c6c12d19c6104d4f1ec642e6cd959ab5daa3bed85f0755bc40d4e2386a22df7542c9288f8bbc22575ae4747ccadf05a6fbbf7df61bc7766bbd4f83f513a465b7512da63974aa6704239a25401f97e42e20349a44179e3bc16d22ec5cdc1ad37690a6045991fb9cab2cac7a4e293202eeb4d20ef0266e478d0dd45151c0904ccf5ce7dc55b47e9439eac880417e0d93dcb47353ce9789775b66dc5952811b35060c605440d412b0128c96da5c84a58e4601becfa8ec1a76df78f5d67158da6d2c994bc45cf054a929632434d3bc545c8a9d4ab3375dc28fda3dd2773e8b27a6c8c76e53013bb760768a6e92d37195c051a90daeb0bb0af109a2240d1c044cc0ad0990e24c30c48ea056507df0cf2b82175e8365cda922cce844a2f895a3f5a407f771a00fbcf77a3c233cbf085520b57b3752786e48386f52cff27cc84509619d40a9e52fd9ecb3e6a501ec1c733f9d1c7c250ec3615641d03f76b406a38ebfec19187ebcb1b38ee80c125768cdf2d870cbfe4',6,'003610D464954A71BC08441198BFB954','0'),('order_Kuxg8bfR4Qbv2I','UwZdd/Nzw9c7CdkG9gTsDM4SdwdytfbatMmPuXQCqTU=','c8e2fecb568f7663e0e9d70c2871417655d742863408b5e1bca641c0d6785ff291d14836de5f2c06ea9a9ebf99c56dd1fc38cd5018669fd504d59f5e7b618911229d4afd2346110173871d6a4c5fadc8dce1de23ae942d8354ffddef91187f61145bbdb53ee47cf5fcdc52fa9941943e17a47f72e09de31333e66d841490282a8d003dac6d5decbd9b385a24202f4f630e8b8de16654d6b927983fd927d885298221a2913150a3cd74f6182026cfbe4dd9fe09b7f9c961a6466c65f458d399cf5ab5ad2cd853b7bc27da76eed6a32bf1fe154c8f505fbd362997e3ef49ed6064ab67bc4b193f6d75941116ab846a2cc52242770a9711a72dbe76f34b888451f353bc986ffa07cc38d16b6e9475345d86f7bcd9196337be0d9fb678727b7d59300c858b97a9b656f950c8c4ef49cdf17a00896867e1b2422ec48c6a85dc186150c77d9232717e50d576774efa6cf2acc2b337d90d0019e54492c7e39752092dda0bf8f28c57580b07cc01b5466adae8a19cf691105f5a944163061e8a11e1f6f306f48936490a3cd8e7407e244ee0a0d685b53ed2dfb5fe29e205f511bdb53bd9a9e5dd08f0c494a71f1db1a6d432041e83e4a103b2a1cd30a029a4059c2985f2d0e431641d99f4e3c1897a1a2101eff09339609d9ffd063ed9016b576e8f617a8d156454bb5f25794c834919250158d9629b115cb12bea2cb87a5e67a781cdc8f8c6430497467937bed94b4524ad7798644629829d1d5b711b99e91150c9882f38715395f7ef537e74efbacda3f27f3655806fbbf70164285b26181a10f2221a25fc4faa7e3a84a53671419995df902b35e759c7d796adea5a58928fe5d3c25f3c0fe40d85ad7007a5e9fa63121336f1ed7e1f5a0443862f1fcf4c2294b4e99468dbffa007e68203a3c6406dc747c97d8bc3a53a49851945ee804ffbbd4f294879d63ac923cce093ca620be0fcc47f1a6498d31ebd837bb11f9cc3487b0cfea1dce46b890c633bc0f4808a1a7f19bd085d44c2a6d24cf0549a0b84411b9f0420d8fe261c98381dc03f46cb8151907269a47a312549f916b25f533a8348565ac3e3abc493fd28cf28c118b35e1a704d8b5159a5f2f30f9fecde59a7e8d9eea70258e0c171dedf53e3537aa151d78c421b032101d1fbbdf879ebab5d0b36446488ef35dd437d9b6f523563c6d1e268cea8be26a94b5510857fc7bc8ff054c22a9c813ee24d80d163ae1d090e7c4ef3161c74eee41e9af12f6aef7c250509e3dc4a3438b710ca4812570b2e3e103cb52ab6b7af0f16d6bc9fd13e4d07dc13fdd3916dc586bb6ad7ce9677e00a5ecf2ef7ea8684963274ffe2103c4059e93b195878830b4a28e9f29ffdd5e189345b08114b6d86068f886fff68a91570e8c684124f81e62f45cd507c759c811b28fb42cddb6f905430257518e8c2b80c104570143ce11cc1505450741ea0ea881d923e6468c9a7b0c13e6b6a8b68584587eb1fe1cdb8d5cf330a977d628a6e44ef160f606a298525e771067d8ae4db875e49351f53754f66468de45bd18a06e57cb34e1cd3bf4df9833cdaa887455fffc5439df250da4f92027f81457934c2b34b50a97bc0c3b7e86aa2f146f7f2ddcc7d9947589b2e9ae1b499ee570ee97f5a96927dcce8d679965f38e1b028fcc1d92457af21fda59d060bc5725d7c7ce3c1d363c83b1c4573d0201e2c5f18c338271859c880a02617b5c51fd625b7ebad43d04dca4406df94085a6a1ac091a23ee2192f6ff48b7565cdaf9b8f4bde5a55ae87600f3afcb3a01e57a43be6bd323d96eef089e4abd4bd01a2cb590289f00550c6bfa9ee39ed16b48e4a4f8f125bcbc7f18e5e2bbcc3111ef4f4ca9075e5439b37b7caea875ae08aed5022463490c2350582bc617943db27738f98dd384fd873373f99c4e9ea68cad11a3ee2c0a51d711506178b8131fa548f7acbc5df82283cf1ec4ca7096090dd0b8dcd640ee72d9b89192c48fba3d17c932724e2ff14eef4dd921b345f4e86f44fb8993c4c4c0fe0e4e95f1406',7,'D1A6B066C1724BFFA254E054DB322D21','0'),('order_KuxsmHpNKWtsrb','e6mDPliYziGwB+HOAlwRbDJ2IOHSEgnWftemO+RYwaY=','c8e2fecb568f7663e0e9d70c287141765a7b0e07412a70a21d89cfdf6f6e3b95cb6afa66c874c837d26ae55f2e2ed904098f3b54d3007bab2ec4a921bcf1dae468d8d21a11afe6622425cc26f49be7227d13605b8d61dd6cc87b6c6ebf37f02ab3946a077e6a1460fb494576c0c5d91f6637d5f6798efadf4098eea47a45ba5c53aa3a18a185744a59a29b16c17b0a964d47a21770bd008e6c3ace2eae980e061ebf01956a3a0d2814807987d028d9edd964839e8e836af233d0ccad5578c6277be535b3c14775692fa7831766f76643bd7f13bbe2fddea1243d529aac04dd433ed092dc55ca4ee4981ada7d41e9a7697592d1617252c5e0b89ff1e9025c4a39ea198c1c62d020278e384fa0a1ef14d4e0b28f271404c0425c37f31c64375070208e7fbf224cde4f919a2b0c0d9e83be75047df77414cc580cb2abdc54d14529098150205bb31cc0741f56f84026ef35116738b0499a1c72761b3f0a4c159856607de8108255e4b2029bb45cc6c425c56706266c263bc6e847f7dab4644162b1c1230f771c9ef808108c336384af8d1a6b994ac667e2ce7d0f986aed221d408ecbba56926d9bd6157c50dae10a7902c7540c74d1449945aa42808fab4010f2e74d13dda0bf9f44476135d0020a61920edaa373b8c266e32c62e47dfd8cbe7daa0d567c824f52dbcc030f13959d298fe396b8d5e16719e03cbd1c760b155da78e97cbb15e1e3b5bc0284717722e4895f611d0b81526ccf165123dd720ddd23389e16956573ae88eaa07e191cf0687fd50baff76fd8a819342d91180dc7cd51249464bd25c77a7bdccab9382fe490a21c605a1bd18fd1010e0a8f9242715dcc22059694a356566f1bc743da60b2890f4035150789fbd0d296e14b0c8c69fb9bbb9c4bab34a6de4d663803eae83b0c07f28e28e803eec925e62395c662ef9069a9a6601960bafd86357a919506ccb9dbfb59b19380585f2df0dae9ca356ff307aac0c5b7a42d7d1cc86ae30e99902b22a036731a0fb078c76cfa24023cb6ebe21cf31f6c058de446b454d2e5ae6b689602ead329f4bc92457ab224ae3362f78b3106f1a4099e2a951195729f2c5aaafc31a69112902b1d956615fe24bd2acf6a11adf955732d8f9e2c5e33db2a17cb1e7baf670ed73f48f8174af3c4b46c19a5f749b0662da0b5e3fafe60944f6c976b94349090ce8d6d8650452d22b5a3a0432e7eb19d1aae4e2fc861ab8a4cb2003c876ec4d97448f5bddc0aeba6b698ff1f84fb952e195c65878c55db657f03f6085283a956ce7221116f6f40d313676ff698e77e589f7588c12ac5490c8d3ede632cd64919589deb534b5294f92978de5f7051388751c8610033954c28be32994e00dcb1f4dd71a0a69ee92f8ca52903b577b66fc13d26e9741ca36f786637b2f9ae77421b8a7e57232e4442c45da6d44fbda291d04487460e55065bcab94a3d2d987488ccb48232564a5b8b240fdbac161183e77bb6c8d128c92ade9598c078c2b6bf9672b4492c4514f79d033d053e298a3b04e822126a8678abcf2a61d9099e05a38158ed0bef58a2eda609ffcd87b5aa498ad61bcf93fc896b64d72bdcb0b2c518fffca4e475e6f3fb16f0179fc1b047c42c9b9a7333083335c13d282ceee7711bdfa86f1bac99fe3221cfa6fe921fc52396c3ebf35756cb2c475f37b78097087af5e9a865f8bbe852160e155998491ba23204fbed51c01fcced349ef1d61c9cbfab12ba01689cf2922a3c6dbaa609e04cbc2cbc7484b47d80d7bb7dbe99dec167dc32bbee81385a86a737366433e06c56e0ee72682c44deab03c6edc6dd5f53e8831479efd0030dd743f2148747515466d4516f7e0519c0550baa6920c33fce76cd235828de27ee3b528a90f03a9eae9877c7f31c6d2002f3aca9bf44b4e7a04602e96de537356d8543cd39091a0806125f3773e5cada95b48908c9f98aa22a62a586faaf49bf8878fc24bd6e62aac3fc1e2144cb69befb37f9cf8e2d41fa5d5fef8434c0a90a66401efffaccbd91ff2',8,'E49B89D585B34FA19013A2D0B8537E00','0'),('order_KvMU6CL2DXvyzA','p3vpNy22daIEeRwRo5sw7VuvYadzA6QALCt+ehvQUhc=','c8e2fecb568f7663e0e9d70c287141769e8df7c7d6e8080f795d9b19bfca6fd02be444acc30cbe3148fc04cfddbd76d687fc399135179e2c8f100560f814017073c4e79b26cf8bded7c897caa2254c0964ecc401ff8c9eb3940d3fb1ca64259b4e669b6f41e6f7282bdb138d0dac69e4202cf2832fb01013003a46592f58ca66c2bd9ecf6491c09dc25ff38440feec9764225504af081820bc6ea5bb97f38042f698c42425ee74494338d669eb6584e121eceed210ef3062c3093a3e454eabe6106c13154f1ca5ff0814624b4a01dc29c6bf6a4b97a9f6ee3fc5d7f525a33bc2eae4738618f8c5b1adcead64dccbd359470627cee242b6f97ac38a8955b191108cc4defee3636c4d6e6dba48670d4726d170fe3128d812a23ea919610ccb342f00e9e940c13376e70362a51af4ad76eaa738517b4cda7ff6138905980ffd144a278080fffd8c3e98b240031108172f731ab987d2c718b88253a4f0abbd85174712ffdd9f4a5b0a870e0794d33cb0a02e5d7afde0ff895852cbe964502fee1878575a80862e6e2103957ddb875eb91649f4d0b27002cc0798631be1fa977f5929d9e5cacd8dbe2943b98c34a27628cc53dcfeb236d131d92b3ab79de477d90a161cd1c3a32f7c162f8b34bb9cb8239452748b6589cd26fa0acb42da770f7f790f8a6dfecb7a489fecf0612c2cd91835046354905689f98d50c079d4c67c2ab72b4abd2cd1fee83bd48f42df75304a002e7d5db01a5a0a26c627468cee00961ad58806eaa5f0cc4b59b08414fc4882b4b7aa2e366ca0ed19425ac793b20f7b3062ebbe3702040f36fb55a48390bfaaa56196991d7ccc88513660edba275a466f337530aa7213f64bc6f357bfe4084a9425688bf239005a4238655783a94a8fe0f9ad61fbfc6751d82c5bc83d0f7d1bfd97ec437417200082020e73405251d4b25deed9baae3b180f8279a79ca99514c48b685fe7534bc92b98f8f2eadeee1f26934de46536fcbe3f7263674a391b20044ffede5ef3a6eac3267acc15583ba784ed055e29b1bdb643d0c130eba99ecf92c04287b1f7f34049f3db50134bbf75d3cc8cfb87aa47dd8b80766f0e62e8a6e9e5c903eb637ae88f2dde24e0273ebc3ef72989eadd956061134c084045c0cbf3bf6a4b5bf630afb7e6cafaeac62985dbd677fe1d4ad00460254d298c7a4d67acd6e231d334d210ab58a7818fe7691241d026f804bf0b02c15dc46b813bd5a9e2d65a09eeb8ae491efad387b3246586957eedc3a75003d0d5aee2fdb63fdf526ed87235224b9d36dfa4b1677695b04cd7512abc3cd806dde27ae3035d4173f7966cb977213ca22ae657cab32c9474d9e82847c9580afedd8c74e93d038c5baca24cb1fcd1e636be54bab54847edcde94c92816dbffbc8361633d444fba7a91666618906e1c7240a8e6bf62b72d7ccc1f2e7a70e2c92f4db73a06d541b988988fb0ba21c59d9f813dc49f8bd2f449c9006155f30f2e5041bf7547bdddab5431312d9813af970d9c8acf4b5196f401497d324e355f61f98dc35cd6ac0f8e8c53b8f96f78b7c5865d1ce18c7eff99cc792a7c14198bde9d60ce35f716bce6383445ad47131a9398a2a30caae9d60e28acb79c750b9677833c5f4361ff7b72fb3cabb7930909ff98d28839484d34f90fc8a4151a09c19aaffbe4cd898e613d4d2d413c684b25cce9286ba2a83a848120917fd8772b4d55842f69b1657fc28175cc6b4cc4ef1213cfc692e004be5ea836d1096a0557d6983f32272732adc1c5dad6b7618a12b1744397de79b3928181f948adf237efeaa42f525d867b6d688b84a7136bcb25afe2a22b226df07653635e94e5dbd440d16a1beeafde07d2dc96c4dd8f9638e6ede87a686b062e52e9f6f2ec24cde8513f35b7a9d233c53e62ecedfe518b847982f23e9a38dc93de1d4892be304449b860ec787b498334ec3b88fdc4ef53ad0a2efbc82a75b671701bc8a5db1c1aa4dd6cc430df85c5f4ec8355120e5d9b3',9,'D45E12BD31AF44BD904E3858131A8BFD','0'),('order_KwVoLUMIy1nZXA','2El0xcFB2PRbAOET+9PgeyGj86zrEH5Mz/s4E33ZzDo=','c8e2fecb568f7663e0e9d70c28714176771f44ddb3a6c8d2219e117922a270ae6a5896f3a3401b987c824be2863d069e09a25c04ba7187a5dab9017f408c9e39b4a6db2bff94db169354c2ff1fdc9fb65925c688e0e7d7a3d5ad7a53a4307bc6f2cb21048b7e043eecfbf1a41c6a141f8296316ce462f47b1de4e9f9b7473011c986d6a18c22f2709e1ad353ea6bdd59e54e87a8ca93dd66052d608c8dab02483dee111f2bda68092f6a006cf5aaac4a6c2397b52f7d58560766971c1ff18018395fd422fcd57ca4ac7c2009985479518f8ae184388718d502a922fe52082e59244360b4e70ae318a700d62b56ac19cf5468e391ee97cfc794a7842544c0f9a061e7667e5fc01cde7f4849e8bcecf420bcb50b0d09711844056198fadebac19f68859baa35497b3fa8d33e2e4f2e00326fd45e44c45279c693785b30f5fe54d6e7b1a7e4a9a156adaf643703a9253c60e544ad57a33a23151d4a92757941ea5e3d675c58dc5e61771e80e8ec8c11b699adefa56af82ba683453b4e0c58d0792b4ff0b6750d1ae3220af84cce4d3e4ef81df1711654f0c59dfe0dd4d3cf551ea452fb51ca50c7f3881b60c313738b5874761450dcd96eb97fc80a0100839488ba5760d41dabf8d2c33e9bf3175e706189e5b16f2b5a322f4fa467800d9f5b1a5a24bc311ca52de18fffa8d4d59c43c8d49a7416292948375167c1b41f689d62697cbc4c2dea91da165dfa1a56b2278b2d3182c472ece873732fa3b80ce2df3e5b9ee1443823a8307ae45329843369058b000c27099d31f338939759f4a723d62b84df2b2b29fa864e272b86436fcc804f9086e6a7f449df4ca3dc43dd6e2c214fc0431eb943f130a13ea2d89b90f6e6a81e78efe759bd8eeed9016438873522a3c117487928cf5272e5dbe438073923c1c139c110bb5aa03bbb7eb5d6e63cd475c55be7a79b42d02793317ee0ea46a8487541b4ed172429a1409fc07280e0faded0adb2ac6e7966f881511c6c6d0412d83855c0acfdfe4631b88f7d7a19001fd11453f481770da2d3a4cd68e7d1761ce4f9b86cca5a97607a73b173746ac029fab2b9034f0eaabfdebf964abd08da4726ac3edcbe3f5698b5f8dfd13d3e92f81eeccb75c6280f593bb61946efaa6eee8f643cf8e3c7ca298ea6e326fc1c0482b332577a91411bb27b3695cc88c3488d373766b346c6e88709aa2920a2b9465b95dfefcb412b514e908249a8dfbd0915e2c5d0904eab5f6ec0247f06bcff32fa6941930d9889145a6259ac9c51d5682ea6ad80919555c88d4e4d2568c480daf015ad1c3a0ce4aab283f38fb935be3058ceb7b8bbed348efb0bf2080c26b96d7c0e21fb672927c8d03e3b29c94b1de241067bcc2f5dc319bc76777c8150a51e823395b93159aba922d6b279c8b36e33739f98fc859f0e58bf345ae147b8edeb2d04cda342e10554c7e5ee2460bf6345efef0d6df677ed7f70b7f8503f2bcca4c7be3bfad3db98cc0977f4d12ffcd270e6deb526bf4689c5112d75aad9a1d4c66fd8b3c358b1ea01e48dfa938e8cb58a1902dbef2b55b943836df14ed968c5bd7bb5cbe186672e5113495b938159fc4e236af963a48b542368ba7eb1215e069f056705e289a20319c21f53d57e23ba5eeb5858bdb28c9442c12ec755a377a748a137802ed2000f1a5a034ea204ee3864b9f362aa32edbc1f417f4d8436c680ffe8f8fe21257d5a257c6c3d20aa5e01e12c177095cc0a374c214ea235ccfa32f08ca8c6497c7e679ac1e8bb02daaa38904c3a6af12f3f5ec1f0f3089b817c75f7e25e1ba52396d05db4b3c0e441e6945f1c993c751a5ab3e9a280d87a39f1108ed1813ef7e10123c6406b81c80438836ec031ecc23ca0fc20db5279258b8d6e4cee0c5a63d1e825d07cf9e0eaf7be6f7437207b1032880ade12025fcbcd7159c254fa9d61e94523ea7e1a80dd32c788978200cafca47252782e856fe4aa20b15ea466c872cb1f8f10f8864f1e42e07589bb44',10,'471B2B906CB34AD3803BE795E1ADBF30','0'),('order_KwVsM9gI8FxK2B','Xm21/o+K6zDyqsF/HUuplmPMeOjYx7FC7jjTiCqFnEs=','c8e2fecb568f7663e0e9d70c2871417657208eb1fe10808ecf379f1120a2b0df3c3e9a58e6554246becbc800e4679fec2db77146c7442b424cde1bd03b3a1a613d60a536f6a20aa63f8ec5d44bfdf98d88f0deb4ed5459d7ac1a25905981894ef5f3006d2fc7a63db2985f5a37602549ebf4398ea9fcae7210b4dfd8e5ae3ff648a996b8a77ce08a4f9848364a623447d7b826ce8625e45268cdbefd69adb78b2ff701c4cbedd4b8706124b09d6e047d716cb18d262a9423d1c427268af2a7ef647a69d01954212438b4208d9de831558facb8d8fceecb2d498cfb5191ebea703673624664da20aee2220635f57457dfff99f742acd3501f434a786b07c673757212638920a262a864d198148a3ad59d7f514a3ae728a687bf0a2f755cad9a9ed619754d181b642b3c90eb9a3024c4661660188325dc96857e7c0c8c1da0a09cf7eb24eef9fbdcbbdbc30962d0b06cb132c41d20ed69c913c43e748a22bac5291b24ef4c5cfccb9c062e37dabd4af01172d6656af9e8f3a514a03cf56e332ec40f59d46aa448db838470dc91290776157b631556a5d59566a05710ac828cfb2b16930c61b2610a84e616c4ec3386773d4da4da6748fc3a85c5c6da93047733a0d5d2c7c22b2cb5679e81dc4ad447aa0c91d88530463a8c71522eb8537ddd87cd107992cc574ea7399f2e8a4cafafc9b03b938f8928703446cb9fd72a83362a4a055438cc34ae9c3180f50e26896ae4bc29fb9bdac94409f4c5214369a890615178b15329f89223b986e214ca71d882c669200a7f257e9b55b9a9cc01fa06814213b3828c7821cf09c66219823eb4e7dbe5a1d8c430414acaf6b20f15f69b08f5da5c65008ed167e1c5c836a7f29f8f192545c3757fae3e79eddedc8b579234b457a4d956b8982c2defab0dcbf95685a3a269c8b6d9d53f36350912121ec822ca441d85ff0b9f4ed23eb061dd253234d85f736481da2f74ea8d5d3bad42930eb412f49e3c5cdbeb7d7ddac6fbc4d5053b7ebc0c5f3e74177fe1f041ad98d5800da3e53afb547cfb089400b1bdc69a0e3dfebb08e72cdcf26295b5b325d79d9523c44c9b61e8bda00fe2e833ad4abdc96d62ad9c3e3adb1fdfee4de600ad42c0c35a0655e4bb2bf1d263b656cd4b447ee8b0c7c5a9adde8a4e645366818b82987c33e288bb22e093fce6f36c5e38b5b169b8604a4d0200237966eced2a675f5185d9faef47ff28e4d4d929dc1e9ef42615b677a4db28af849d091c89202fb468350719b61b20c75cc88a782027aa00243a54685143f582a51eb75541a1dce3bef5a3f2bb5b421a60e86c224c49e5d38525f0c3561150ae734563f7f03b6b63ef4af7b92b683cd185fbd890d40766f17e8231d2fa07cf56eded1d5553886a1df0f374fcfad7d0f21293299a72299440accb5cfc7ee0662f1baa9e9ee8dbec65d8d67e0ddb375566bcebba00b85623c1b9e6bb7093ae02ffa028a990e7e4e5aa00c6870e12ca8684edfdb3fa6412a4274a75251a7300ba0cdebc71a8f925a53968852961d4a8d5c8ba9b626878a5b0ea3ae1e0daa5590db11886bcab8192976a3a801bea3567f6ea64359d2853500acad89262866407ca38f6a0dd2cc2f65df85245c7d8910f402172da749a375b5ec34940db381a17272c105a19d67e94b0247a76207e6f5f5277203577dbe4aeeaf561e4b56dfc472df174e81368d72ce7cdf6d4f50e80bfd28aef3f69ebb1ab3719c0552ba1e0e0f9c7cd282e2803ae598289ed92aebc6ce4040506c7e42efa6ab09cd7105202f2eb550c2ea884c7a180c6ddbbe872c5234604b2ab36372140e2557c60cce54c05e651dd6ba758421a8734191f5463d22ea193d481e86617ed372b349a632f86921e0a5799617a6ddb8ba44f62fd55e0961a9eca95950278d4fb4bc6c04fbf19cf506e76739362ab737fb353859f0e01ca50531919b0418dc86b5ec9190756557188569a40dd0dbcfbe7565849dcc654c908f7f059ffc4cd224b2c6284',11,'4005367619DC4C82B0EC08F8AAF6D438','0'),('order_KwVzRMINHLRCy6','650VdzMgwJ4Jh9Hnh4lRzyW1ZFB9h8q4ulx/x6WB02M=','c8e2fecb568f7663e0e9d70c287141764fbf8a86fd9bd8ad805afaa53ab4cd87cd60bbeee8c5d13870821e5e2ac4e3df049859ebcfc083b2aa756bc8742cf602a71356aeb20a297802299764b46e5d183816ec7535bcb18fc0e53ac63b59b28725e1fd211f834f91f0bf441763095eebc89d886d550911e5fa4d1b29c1e119ee260368449692ea428150b1ade299d929cf5aa10990437d0f4e980b1f85f7cee7ca4426a3da611575bc084dcc65f1cac9886e8e5c04e23c4e8a9b4f5e54e93186a1e5b6105b171c40d8bf3a8a149f36f7b20642ec50eacd7d74dd65ae2114f93726aa68d067658d0e3b0d648677810dd34e070e55d41d66ef84d16d2502d5be8316cdb1a21727615a448517451e6f85f71855aa12bc0cfb3b289b59258ba958063aeacea817e917fed057c4706fbc5fa458e530ddaf35b4792c705c0cfea51e5af497b34f3825334370789d9f5b1bb2a9e9a57f16a83bbadb93c7803e96b50eb04fbf19c0644a36e141555820fe6484f7d73b1f8bca2b41c994d81c05f46fdc2c16f85110bf3146e12f5d593b04d7047762914f42c3fb87da863c331303213b5a0c3eaa6c29633d804722d5268c96ea6fdae4c7db97f3a7a858bb2f402b3a15bbf549e08c5912dbf5e6681252c75326ee58be4df802ca194a54d25a301d9c0fb798d763e78f9d227a8a5402532b9cabe9b3d5a76edd09484d95f7235f6f76875d291168b939b6f8d27120b53f0f76b3f3e93d88d82097a8c88c498683e167dc205746a8f3c9f199338c1385d8c27b94a6fc8eda677298da2803ac59e232453814bc0d24909c00d4d06dc578be47603db4d128784a9c1238ff87d3862c0ba24df29297b12d8ba23a4e8b1c5070ac55c7232866b4a567d3118d66f866220143d958a40004e7be46c64a219f8ad6235e3ddbdecf4e9eddaeb37941f87f238e38b310241c08ac457742d39d6203825901e4bc474f3ebae17289d9e2cb3e21385460789971a078b8e7df286429ef718442c78cdcd7f2d8b872a9511b65f3ed8e5106867fdfcd5f4b00f53d346485d5e1db3617f137e855577f2d91aaed4ec847b727fafe16f0147f4690aea29583359093a683441cf24c0c1bee3c647bc2b73b587b4fe5c61356c64c3eb466f47793088fae96c42c5d6bff644ebbc22dea5c7c165234710e45eb0902dd15d03028466dc93b1bf38b82fe966b09a041f7fbb5cf68a2570c1a5d0aff7b4c9e6017db62c249db4fc6087d377a7e01b4cd8c5fb5a1c5010d5d9041ed33f44d122691e90525cd102fd18f527f2cade17bdd7da2888988c0f022b95d90e919eae20eea2fb44a1c9ae7e212d38f2be705c6d5756ad801116bc211d6b300f9334a6771176644600a25d47182dac180e1dac7e8e63b42dd440e6d8794f9c841ee7459797cf9a121c8081ffdbbc839531f2314a2d0bad0c514e4f6a172416c2b098fdb9bb54c6286a6a6e71ef50c8aaaaad06b7a21a941a836b8bd4597fd34fa48b76bc6529c1706784d408c873fce6088859ca7c783a131a9540d0929854f48e74d3b651349d9a5738c19328bab2b6d97da8522ff6ed05da010596a68775fca1c7748e6c313510ddbcfa21d39c8d7b298303e72432e80ffd5d556b76f4da55eae22518431735713bd7dae6b6167c1c3377ba3c75ddad2d252be420d38e2fc42785c31efe30e86e2f5baccf752311323176110a73201171aab7d1f1f86c5d2b0248620305eabde0731d7ab66d4e53c38995fa027b39b46d984aae61ad4d68f2bfdd5b00562c3329877a8b961f79ca16d18d68b9a9ad0e3509044cb9c15108de9e009056c4845752e027793522fd0e527d0928a1d061483a7f33c86b2e195ae4cc8b99342fa8363544937c7b0ae4fab19b9ccfdfa464b6faac5d785202cec54667d2f75ca05e4e2e2d9c55aec917e2d6a202576fdeab4bb65ca278f74168a0beb441b63524c0bbf1540ae6297dcd149b319a6ab3286fbfcaea064dfc858f41e5f3abd1c1c35093a2d7c3a315efe197b2c2f126f638fbd6512d4e541',12,'8818D0A01ACA41B3908811C65F24CD3F','0'),('order_KxbQ9XTp4yDWSK','7QG3A4lbaKPOomhH8RL1PWYwlLCt7orMtOeIb7zibdM=','c8e2fecb568f7663e0e9d70c28714176c5d3ea935e7b1cfd060c2cfec94935e7c27ca8acb06c9f7efb88243e0a59c99441b0b07c0b61519f6b75f843a455a510b06a9543e9bd0ee72d554b92b80f6f0bd75a472e58d53443b755363934ef0bd76d8e7f4068da6062a3aa511aca9602256b0f42bd280fb469a2df9b5fde720ccb7a2160c2f9b53c898be55d38e85440598efa4f1fa51f9a03f144af2c8a176beb1696190c967d3f9b5f7c81da7200e1ed514c3fa3d487c059ecf5bba8702fe27f9ce8ce4676e0eb3ff2d163a58dd4174ac8f97b5f8a369d137395e502138cd41fe846da7f1e523ea0b6dfb8338bf5dccb56607363326051cb635acfb94ee5a799c69e044c44608316ffb8575708e3b9cc498393b412936a683e90b7e138f9220785600f531b45cf1455a80e1f81abec98c2f579150d87a53bfded3e9b954ee4c4884b28b66e63131afff99735be4fdf90e0a6786e16da901a3d8d29123d4b1ffd16ec79018aa1b2ee48588ae544c10ea88034842ab9ce59fc99d103784efc7228cb049ec57c98e38acd1051bb6c8c328e68e00334542c74e8baddfe9d2a219bcb3d8febd5e4859b4b6631844007a80b4649c6c7dbb20417a1be3c0eb0014d1fff8e418ec1770856a24215359205b43ecb975c7f9d64f93cf53c4b0120638b908280f4d66d336e90690e4ec095a4867f1b3b819e3b4ef8f57f39c5c80fbfd8ce7bc68154c728dce223aae4f66d4852fa9a7d1581efa5078f279420bfa84f2838161f0d2a37f7bd0dde68ef10ca8364b110bf1b7eeb107c683ac92eab00714efb0f9f9e3f32265f1371fb216883d027117ff89daf6f4da723a96b8980eb949d9aa035904df741abb47336b244982783aebf0df7361268137be751d7b4288b0337b0c9f98dcb8949766f28384f544b506bf973b75290109cb8164aa1fd332695d8dd31f709e9ecd43ee0593ce82ee68859036c5c44de622a662fb6c17771e43716743470f465bcde715fb95e3f366a8d8b50288fa14824770b36d06d82c4f81b1309daaee607bb8b1e839733c377bcf941bef584a16d7b2b0ae98db2de7775e38085fcde0db0cd7f2dab11ea6a3993c7f824716665e1190e895af67cfabc32d0ffeba14df6b7c722a75f93d005448f85a054d44c30d4b4c30a902021c3cd651eed69c0e07cc78a23d474c9d2581bea3499f580909a0f041ae820eb0dbf21674ef37e0c83fd335929aeb2f28c3b06de39fbabb43738a5ee03e735454e2510dd782e7f74027027d0d3a88928ee34b55218a2907a07fd18f3b2362214001e0761d46f70f91e6a5af0ece50785f73d576bfa5357de28ee748a62353142f51dcf3a2e40707870329c4708f0c6ac39847853dc3668018a675ca87217a1b1fbe4658b2f8775a8ca770dbee9dc34e94b7a27a904fb404ac86288462f2c69e27b4e13418418a09577e3541babfb0fbbccde95c82b8ecbda3b303dae41916abae9d8e5844427f6b12e57f2995d961e1b0bb08ef3a55277898cb40cea4bc2a65dbb95d18edc96f34fe5dd306c2d20503014c30f426e3fd5d3a88d122c3e0fb9aad51c541de94ab66efabdd329728e88f1fb665ebbf22aa8529a3b81a0275a50330a19257c2f5391270d66f078ac1998127628f30afecb29478acede74f84b088c97a992127465759b9dc92c1fa8036af3d2569c0198e6d6edfc54227207018d53b547fad76d098231ce76a2d5c935b14ea2e8d842b20ab94ca8aecc1b30e749393e0ffbb615109fc04a0cc566aead7b20122043865a286d4a72d191943f1bd91f77663f07722c3643c7f8a5d8a9de2c21dcf532fdd55eda82b6f02da5db3379811205680c86f28e4341e72e63f1431ee387b7989065adb077914ad86c2eb6f7e241ca42af314777559b85ed92a82a663c861cd8e2d771c637ab46f881872efa446d59418ac93da499fe19459424b6d1918cf95d17ab25501df7ae30ef4ae533177a3b03a3fc7af85b6806ea31caa6f15049963d3c20ad426e22fb10041ca259b3632470e2252a65',13,'E0CA73561CE941508DC4DBCB3149223E','0'),('order_Kxbfl7l9y1sZj4','LaXyBa9uBuLKQKXBm8JWF2uH3qvQEM2GHrOnec83c0o=','c8e2fecb568f7663e0e9d70c287141763bb1ed562405b438a31521f89928868daae976a4a3556f16c390cedfb0c8e85071ef53ca69fd6ee320e9ee0f5c488e4664265d14a3bddd70c5944b74ef4e2b70487cd43f9619ecbfdc09bd318ba313e5468cf1f0b007e4ded9a07beda97f87837aced08419f03c34262f8f204829fabe1d7da0a991e2a41cce9e1d245cf6f3914781a6fd49720def0fbea2669a74f2fbcc6a4cb93c526a271a28315c74584417fbbefab35aef9d5fecd76c4544729a7fbf0999c990ce07f1c94679651c0b160bda744927190ef59121dd36cf169ea45ea3afefe467b1682e62d2df1eab13b4173b2e50db2a0e35d10afd6111047d3ab27daf435b754275f093a7e17b20685dd0857fea432d748a0c7e6600b03f0b37364169e1cd3b15e265f5dd0397c745a2de6eeae46cce386759ab4c79df1528415bef2ac50e579d55246894c6112e611a8005a77a6cf88952529af77fa5b9e6f45a9ae54ba6ce7d6d2ce5f843b065b041e819a983c8664923952e2d328ce3e42113cac8a67412d32e2bdd0e39725faadbac442a9e30384734a268689d2d1b698505c2acb3e94c022b0391dc8412addfbdb9c5bfbeb7795a23433ce6e3bf1d4739b46df0f4f533519ac45d2ada8b7ee827aac9c62fa90915dc9aaefa24f4ebff6a9d21c2820d7cce096a3c4807e8297f0498c249ccf74fa4b2cb71cac76542f8258598fa81c53f15ee545b26baa8acc52558bd3ed3cb56244aeb94daa1e571af30573f105ba1df31a67bf99d28e3d061c35cefc8d244cd998adb56d12316ecc2e33dbd5838de32f938129add7d8e1275281b0f95911702eb3fe05432f4504a5eca79e75f138bb40e7836e4e7c011512692cd2dfa14863392ad8ab0f04d958c45220855af1e1fb21cb85120bddb50a1c8a886dfeef7e5a1be5c27149046dff62b78ed21f421a06330f078727ab48038116e42f01454608ea4035f8896d631001ec151f07d7eeba6426c02f90a32d1fbe82d15ba0e0cd3721a9a7fa9e1b8073aa2e8ad60f60877cfd9b064ff4f2cd9a2d10c8bee68a1ec9490d87ba342271742609e7080cabe870bf8ff2193e155f9cc5e8f58b4e48c113982c30e7e1be06f8883b4e7cfbae24f265e88a3e719fffea55c87f85a31ccee22abdc16baccf1c59d27aeb0beabd47fa107338f6fc54b3e3b06c029876e6b8c68a0d650ec2b174c48762bc8c468abec7986da783174cafc1d673c670b993828e9b155734f5523a9b199ea4efe97a8dc8e145e7d45d6c36b08f6dcbf94fb2e9372e79529208a5906a905569a8e550a1314db35552c8cecb6faa5d78f6f625629b0ed62937b5b782a2d23fdbf2d7f4e8371d1c87055efbd0f5cdd15149ae231ed3ed112f6368eeeeca0253e8a8e97a12404d60850ad41c7c150fd5f9fc0a8fcbc40bf93ee3c8cfaeb9ec06a299ab7db9c623647e6f0b96a4ee640469f1d92f5524f1aa30d7288137c4d72f2a283a3f5be523a098e70f6c839284ff7534a233968d56c71f847ba44b7d6641f254d073797f2d71f8b9f9e29547bcde964f7a1a6680f63dae73f70a691aea2d21c99740d0892e2da5e32d3019bf87823106c860ff657f85e550c5b000697639a242f2fd8839054579b0b9f4e096e481d83641d12c5be7dfb23a87f0545b62cada7a55ec8c9c17f979dc3df22baa2b683372d4e24f1bdaad7264e6df67479043a8e0e84b52298e369ca25b83a105a0fc7255089a4aa9cdf1dca0e35d68d0ed9dc0950d7f445c385ab078599c4bbe0992df118a8b5eb6373ad0224b9b72627d9c9a7af3c8f496053e0ad76df4c118b8f522afb417a4a20f50b9a2cbf686871d97e68ff5b857df938aeb7c870e1a0f49bf2d9f8e687520620e0345e81d676e12ea0ee8d5183cd7869870d160f8d6a9ec4dc867b1fd1fd298cb7041a14254b9c477a4b68c321ecd846d5ded10c17b1bafec860976e20672344e0d9f8131b4194e4657473490356497c1104a22e2df05838a80f85ae98b7760c05b9fbb29e4b0c697c7e',14,'CFF718085ED645B0BF0F48253A7CF98D','0'),('order_Kxdkw5iTlTANrM','g39PzzvzB2wnJS6++dxs8EXtI8nUg0yGBA8RSt0nmsI=','c8e2fecb568f7663e0e9d70c28714176907ffcfa8b1f9ed92225db1c4b493409818dfe73bc247e5951ffbfdb6cb3a4f3ec44f99b9ffe99fd08fc8ec27758b7510cd755db93f3df34109af265c763225ed83ade3709cbfe0fdb7ca972c43417abcc1b509e38b3849b2b024b820418852b245fae8a13cacdc68dd110bff689ec4623dd11292f75c398a204fb9f3988c84bd8a222c572314f3e21c6e3840b926ec1f696427988f5d716cd621fceef7f119f2f94bf2b7aa8cf2433172edf39e6df17e4ee0557ce2d300841c97d20ead8995bc4a629d0c5f7d87c118225a5dfec54518da0ea28b183ab096fdf04245875ecc465fbe92b28ca298a0dc421f852c6faf8dfc55763e2c9f608990328216734c2fee64898da0426d36491a3927d1971b9905bf179498b5db96db59044ca2b8ce4a864f631f6421f0a9561c25447a0762e33e722d89ff3a670d0eb3c8f84bf024ca129d5dfdbdb8e26542847155901934adc48d5435fdf0c2f9d191ef8178b4433688bd45e75bc9f72b23debb86fb620bfc7a1a8ea97917e6a992348e3b4891b0d222348e791a88d094e8f29f0ed6d98d11dc3e576184e0280933aa4bf5384b8d9c52d2ec912ebd1026b07e663d97cccf2e27827ef83ac07f80bb61db0613991a544f6f1edd3c04272a96620519a9e04e532500568e5aaa4801bed0f32c9d5c1e4715897fca89148841617ea7110f4345ceacad7892375b9630b82b637e9b1b3f478978a7c0738c2747b76a42533e0703429586ef7a65f195ffb36be5ef8a9f70c41a5d44d7e51631ffaf6c03004de4edf638a2d5e87085709a19da1387fca398797418271b4d79538b856d34888a872d14b6e4aff60a5d8dcc967a8b98e1cf2ab6428a94b7c0e298748fc80929a549e3aa9b9b4100cdbaacb35d86692066742954dfc4021e1d2180f43b56115026624f2c47a2b5ce2ac82470c82cd0e8750dca15b1f3273fc7250a76c35f7ec2df5ef0fe9a6a901deec0dbf197a4b1992a3ac0fa05d06c8c3f4d8c9913054b5967fce30091bd71cd834553169f6221550cb612c65e0a377f1e6a7b8243e7a412262166215144dea57ab9b3b32d6da5e92a034dc4966c6a2ec95bd58998c4c482c14a88410429afdf5c27644e8b593226d36b258fcfb83d29f9b9149fea592067f7383ef8d4e12c3e40e078ff1bcf2004cb1d6f8a0738ed687259d342e86130faae29c921f8b7ab36e1a167d05d4f094b39cd3a5bf86a402a701a5af4f5cd3a8e701549ab409ca374e3adf1e68da1cc34b583b6591456cab91436460e90af24f0953ac387d35ec2cb710f232f05e003aa4924941f161d394b15eef88225b292b46309efa2821a5a8500aca2d8b1069c142b226c158362ad8cbd30d103687696f8f2027ee34d2f42d095975f6fe70c247b57ed187c234a3e2da889dcfb10f3f417d96f3f28a1b1c9fb02e3304de6c8bcafeee45672085fb1f3fd8ecb11255c6319dfbfb99a94010ce56d31e93d30cd5dcc21faf80fcd5b67c408de7351ca961da61e591533ad0f5b290aa367f15f9c37fe06f0954820535c9ded32ba913b849169a96298fee7bdc082b96a0c9239f89bb1610a433edb569ec69db42ea3ba3d4db504d64e2bf26ca137cf1d003c7303a52d344e7111ed97a6f7d1c984e15392c814174f409273095b8b70dad22ad7cbf787553d7f509b99f724021ddd11a398a6b95c22e88e47c05321e99f5dfe0a569664014027e623893d1e57619e2e41526bb56f2c1d2cbbd338ae98e6e094932d3068d04e5d838204218c62e662798ef5964e6b3773634ab53c607ceaa79b8c02d65be7cc1d9de256c8b30ee45c3ffd416e185f8e6ce6cf8460ef11d6291586073b0a7be3fbba3448d998155d7f02ba867febc63f19779bcb541612422cac3a9989d4f25f02dae34c74a62eb1deef910c504727ff3d225926dc7533ef42f9c3621df6ecbefd3d32a652de369e4965fb7ea224c28a28557e2466742dae6e9b6ca46bd775ba64addee6002fa421748dcebcc3f5051a281bc',15,'3DF3644DA63942CD82E40F8A50711CB4','0'),('order_Kxh46JCYcdlBZ9','LnWcQhC38NRWMyyMjFYlawkHyGb2RS56um+On8LJho8=','c8e2fecb568f7663e0e9d70c28714176a5b39cf96d97a46010a87897e4bf47b195d7b3b40a637fea3f5e92c027081db1750fc82d5247971b3fcfa26a9e147c2e96c3d6c1a63494c2ca1f1235971b23d1706c85bd2c37d3e576046abe8ccf461e3ccd4d022ae35149649bd0833b4847234720e02eeb241893d7594dfb9d7818e2b2ee0bc09e70977b322fcb0f16d8b67511fb04677dfe6ade8b4ae3c6c1e4db4dabe9795f6f2c7f460fc6aa7c300c1e778039264a9f550f9c36f1902bd01a66ca18f6674d26e4c534371d2220135880464c9ff504c516862f9475c61003494c553bda38266c9ee7ed8bd3eb8664041f8d30937fc3fa439a822b58111118881ea7be4f78e3eddf0f7fabf728bf0b7d894e8164bbb49b6453e46ff8552336accf0c7767ae8be1c40e149f7dc8917364501cc6eec9efab6f4c83ddd6df85949cd350c24981782ec018f01b2c69685f6facc3385b95beff165d724c72bfa8e1d08453e725c18cc0b7962cc2f9aa12701f39e3387acd4a1807fdb810c66e9750a024f57e6dc4969cac300ea5d50baeb46f7423118362639a7f278531b77b27ac1157afd70ff8e2103c5a548e13750791cf26b2f9dd51d07ea49654dffb9209f3de9e9517f4811af380119a8183baa6eb2d6ac595ae788f1be6ad3ed482c5f83f3e86e3c4190121915600e25a4aa847ba4d27fed394ff7cf7325ca155fa795a774a627f30502e256be8e01feb5c4fa8772fb165b7730544037494d1b3fd21ea3de6968df5e44932669ffde772af94357f5e57e08d7bdf28e4345d100f91c4e4428f092a6c17f921accd1531275d7de14ff260aa970f695043ed68d8455c116b8b70438319a9d47b5cc6786992e5f1fe593c4dee89ac95590fbb4ff3faf0e790e578fa2d95800ce3dcaba7a39c04f61433e85214b94e209eb1e22d6cd4ff144f0fb61461caf8a5ed10557b3d916308ef34b04e6172c9d181404679adbc79738f526c7e356d9ecabdcc5119d28c7a18a3aa95912f4e881d6a24f1744ab7f70e8e050133585423b9658e6776a1a9f3588c9c95c1f426e4ed17c135fbf2fa17071b839c08f11c673b06bc11ff4098aba205fdba229efc18f60f40963e5ddc7cad87b5a6a7553b83e11568665cf0fe718b27ac5cc50e6399d34d03b2ff559eb53b0091884e3860840cbab978da7c52f9c46e377b2b393af6d800dcaa40121e2bca830b0c532a715a96b35d38ef09ef44918957471e1b187b6017f6f5b1b032ef2707994099378971febc3dbeaa9acad464c3b35987a28e1e3b9287cc2b089c6a9e351f6dbd94896368693bf181930c77d4a29cef15baaecfdb45aaca6cc824511ede014f3b22d345df16b140d91caf361e05c104a83d4d979723b0cc3b829a5141c63a91a3cb56cb3dc1b1970e937af81ac1185b62fb3c71cd395cd61af5e4f60e91b9ab2a583eaf5af47a53011d40fa5e7df86880cdf555f475b0e8d22540ceb56efbac93e76da5989b6ccfa477fd295ccb1b464e6c8caab30f735a18dd525335b7caa80e3da37eafa27fd96aa025e4cd3aa3c490b1e249b45c5ec9b0c2f638fa66f4303cdc3c128d85d0023ac42d2208fb3de95617f3ff3287f8fcab28781af52e3ad16125e0db048a343c4836d3cfc39cb2067cf0fdcc1329ff45525d86ac93b9913179343bad1e20470dd6f8f3b8964b3c6b9804ca7d2ce4aa0129a7a51023188ecdaae788ffa55b786873de45fab0225c1c402f4ede0d6592faeb8fe2874b259958da9fe13d0156c305b6e52448999b8dcf585d7141e61bb2eafbd02cbe10aff67b9abab4048acd26420301b470f0615f6ac564509601ceaf40a5f72da31df2cfda849d940d716fe85e4a1cdd21e3aa77abae0952a481181038b3bc058bd028beda373b9ca08a32a10318c531b990eb68252c60c7dcfb063ca713876452f6553e3270057d35321d7671a67fe02d32158feb043375e7ffc755c94ca1a2bc19a7f2d9209521a4758525464f1c6c76aaded0fa290c576558e4ebda7e4843b5245bf2214453',16,'12172921DBC64BB2940747EAFEC39A70','0'),('order_KxhDI3lMsilIzI','D9S8PyFtlQNip0fMaTB+5IZ9OF6AnyyLT5d+OrxMiNo=','c8e2fecb568f7663e0e9d70c2871417680c67306e88ebbfa2267246157c82cff147dc0388ad8641d370d2bc4c65ab23e5403c23edac4f3a685a3f5cd5d0c50e4bd4971248725c7d2bceb3b991f86822cc965af30a27afc8db0682f1a270c1dbae2bf244549cd3b59ffacc26268da52e36c18a0f9ab832fada070053f23f20088f4793d114a69f0b923d41ff077bb80743e58b9f7c463d444e58c58e94cb5068c13b5c7548bc80180a68c6fdddcb3efff4e7c0437d95dd17bec58f66252fe97869cf8b9ee2a95e688f7a72cd969d410aaf6e545f8253b1a518a6ab177e5e9ae967345f495b28d7f521c6074a4e2b8bfb76d834a9548eb82a3d8f0963edeec725289167bf11a4f0222dfeb0bcef163d8c92a814b0abf12b06e2f1f6e405957b7a33800493a824b3eea18e3c7655187e9e4043239c628a04d34435fa03aa077ba222760931522253c408236449839d78d4f15eeda4e4a53c19708708d71b0e825a93446d1fe52c9f2823b79c7cda101ac865dc7da458ecf3a1005062f58fede9b6dbe6a490ca660f7fda24e3c11d2b74827aeb840567b70ccd00f2c51f7e75b4720e6275bceb1b2afe212364a15094a6831b2beeac5d8ef598b41e972d4d21162a9890f41b045f1a5d46d7b826211b1cf412ec243e1a114ace3c506bb8b752a38228ccde57ae6c84bcc8b1d88287202e6480bd6a76aa4c1fce9f5f143c47a1b2d2aa1adb64aa9bee11b918d0af99fd34e43985065d6bf342dfd53dbe4fed34386852a493ab46417e7fe6c19aa72c92f3b41e118702b163a5cb4f658da1d516ec7989cae18d0c4d3c7897769d76c6cfb51684ecf6a6f86397343b36dded008138fcea7aab14e8cdbf0eeb64fc969d296c644de613d94f920409a92e169214eb8d1de0bb4c3448bb552a16fdf5bc08240baeb86060bb455e7fb37931dcd25792448c93fe79fcd4386707a5b7b2297d58ec9a6069834270a2a7fce8b9cf835b0874823e91876c103cc555468dab81416022942981f2cd2f12b2034fef79085b8fd5f90e1415f38258d66802c200751e3223decd6e18cd22327c23d47bcf4fe540459583c71287f1fb9c4a339815db9c6e322b66835e2ca95c41ad5a404d41ed9353d5fcfea21541274d068889477b32d57f55d32deb07b06378f01b0a65a1c4dd44493d2f58b445a410dd96913bea72334eccf1539ccd8857fe9997f0fe83c9525d8e2f9631d3ce6bbb768dac0959394b356c624257445878e307239935354316cbaa4dc5f727fe4b38101423d42757180ea78ce8448ec84ad4797e5e7f54b82e689dcf1f9887b224064daf772254126047d447b082a7bd0861451293f8455b2a5b8f2b5174e7a289256d6fab073fd238e7ceffbc574482fa6e5b47a8bff7e07c0a635ed542d3f11e998db1714e0eeb5eda0da6006e94e741bd9a54a99df75b8056003ad68d9d6bde7283e2545582396fe0e39bb830e863b295f39723183c5b0471a0948af6e8ec8d294ba0c0512eccbafbee34d5cd0184ff758c7f811721fc763df08e166555ae38cc336d0205de16bf916c5e31e109c4fe57ba63f67ccee6440256bfca2fc146f88f93939be7d225e0f0e416a475c51a26b2bdc3e2a34cc7006720e4dd22093975161aa3b32fba944b1ff168bbf00d11ff179bc84a5fa0339b610fc6ba83a63f4808d68cdd3e28ee8ba8c852c9768c741d8e7ac09777bc3f12ccb0cb3897f5bba1d93fe509246bbbe5322f776c5df7e101dcaedce862a95dcc2ff6ff63cbbcfd339876996cae48e728ac0dccd10159292902f5653fff1bc99619405b6b20c930d37768ec25357f75796b9c1e4c7fc3553359cb6de5cccf5bcf11fa76ca806fc658ef486c6d844b3906685df698312b876aa2cfef83c2d3e3301748e014ebf51a64099593a941bfa0a65ec2775170b9fecaf499a5269c1a2c7698edeb557309455a985f2551ae7efb420b2a9898a738cef4f40bf300518c637e963f758511ce060b8549a4efdbbe963b60fb1c4f8561878fd89244d9a71cfdebb9ad4',17,'CC950520D836466CB4F8F97D06B9F39F','0'),('order_Ky3UR3c501R4EW','2yLNutr0Pzs8K7dtC2jUzPfd0Y8rMqfqob//QJ3kQAo=','c8e2fecb568f7663e0e9d70c2871417605caf35e167f37509c9a3f000c1213868356751abb8930e1b776cc14f34839e1d4c294822d6865aabd158232df169db1d8df6b69760b21155325618cc83768aaefa9816e18462f035d5a25de85fe9cae3351b3c5553618aa354d97c8a24242bb09c4d86caddac4f080dfaa1bb3f1274b98820995332fcc0c8693a31b0c266b77cb71853fcc49e8a3c54825312bc413dfb953962065c9db7736298682851bdb915aa2d9a9f71febbfb9293162a3146229eb8a8641674cdcd6e56c188171cf06cb0b7dcc41d90b05acc2d9492bc97aa51c42c67e5cabeb1a8bfc4578820f0af024d45db9d3c58d32751ffa0c8f248394f9539762dbaeffe704d74d073142df6c85aa5af3e98f4906e64ad8d6afa82013e9be1c4dccefdca0136d2b9c91dd45e0fa385cda3a029ff1a6146bccfdbc75b8934aaa8494aee685a9da242cd52660df0a49ed779e75b077def5f96e5031587d2b2b48ba725e8cd467200bac1b9cf4ee481e88559db3478b077a19bbad38cae16357097cfc4094f1b2e95b3540b29b80283a18a712d344f13a365a372f91ca044a416b3c3cdc1f5189ab400d30afe98bb3f643c7104b5a06fde6f96712a22b8a744adc0bdd6d816c5bd636e6deafd71ef10e2b9c6983b97b9ecd40e7c2140d538c00b287e62cc2894260338d84321cb29548a3d375ba1eed1caff9817e1f5f5f0d349349717ae49c22ff7588b6c0f5e35fcb5721eed044824c81e145db60485fe339d494b0f260c516db1bce1d34ad8548ead14dd8051fd4f31506224439a6e66eff68e260a0c0d8044a92793e233f64ae37c8186724275183ad0fe988569189b02acbaaebdc1708da2981c775f5aebae2f7157fd3a3a589575dcc839cd7cbbd98d187f3c0c6b4e8a8f057b360c7a8e28f086e6f1a0f9ab4669ce501ca02dfd54cfd442faa78235100e52140fdae71d956896145083525e7327037103b4e6cd092f9fafe4fab8b5f4ea3a8c0509c5be6204dbc124af5a3083b994b6b2b6f4036f43753c56afe0db85c31119c2d13cc7687351658637a255615e8589f0205f708dde78f68f9c34adae029225805c9d90b8f7896e35eb1416708b0e0934972f9574c335caacf26e8e7a3f79ed9df34b11c23cd9a0f2c11fe3abc3435156e0b77db9b6cee10bb5a3e1ab4bb1bad1f8fc75c262cb863e1ff5c2c7d94fbb595d458dcd6c3a838e6e47fe7e7e43bcd4fbe852ceafaf88ba4f97fff8a3bfcd82a5ddabe345cb110c2bdd862eae5819235884a16e1a066ac62be8a94d0ca2f2357eed47d5df2993a307928d2f0ac0e3d5ee0d2521379ee82bd3498db57157f0adff1ad7b9b4a20871976abf28fc95dd9df5bf10221db90f05293072c11c445de6c41ce874257e6678157a126247725acb35c54bbb3f84fdc4c3af4fac310631d27c758e8f008acc629876ec692bedaaff48347087fae7023a657ae37bc0cf70e281f775aa1aa271300db4255fcc23b43140baad67b0ad7753ecf88875048e6097064662e6f47280ef35f9acfcf0438eabc51d5a151312daa3912fdfc1d4aa9156a5b776c7c50e2b3c4506d4bdd3660d4ffbf4836c0f99edb250f082a4e74b052377cedb4210ec6b15c5d9bf19be136fb2d16ba5bc58124814b3ccba334021c4f391289fc480f26926c22b79fe635482fce6e15c3c688d369427512fb6e26294d84f3591c09742d03bae6bcdf7d2f84edb6f40e4b2c4b284cb10d62a46f93aa91df6e32d55a33aaecc82cbd150f4a4afbb32a3a6b9e6183f05abf6a291776bab8d095dd92758c3d82e30100411d07aae20626a2eedba653b5cccf6562e250c515db0aaa2566db9a391412e38f69737f4a2691e27fde0d6d95e46615760dfece1822806dfb710342d587abf20e301d28d60337019670a5dab1d1a763acc67f444f3d5cc143cb32aac80ef0e0d7f4209ed49e4019010df9b4cd81ad5d290df9443612125867caadf2de5a51e98d39e4a4368754c0551151f3b22e7e01d3cd48c2261c6e66cf52',18,'5907A74DAB1542949C00384B1AE577D9','0'),('order_Ky7Fd3GQll3a5N','t8k7+t/0B4Fqg/CugnPNvAmHlPDX/bPFxvZRZ9C8PIM=','c8e2fecb568f7663e0e9d70c2871417634abb80aeb88dc50e94e65c4efd2aea947cdba6c0407ad86a75e049ad06cc6fe65e810a2db6e82fb10bfc2aea1f4bc24e5d253ea0dfd9e80efaeb781f8ca159716f836d722ec5c469a81014ccae9556e3ba93b4e3e3a5084e34dd5cf118a0837ad1c93b422c65cb835709656c1ca62d39ca3b293fb7ad250cc731d93aa937f4079af130b7e5e1274b7e729f2c2c4b042ed9c714b353d8eb2cb4e26f1a1b05f35c46b93666872137024d3cedb988759190e73f535f8671221f8392b8b56dcf0e01d1ecfc6ee492fff5ef698a8c23a6c0adf6b9eecd2e48a4fcbd939f41c51912f3da75acbd71db3d86809494e2b5cf63ed4c2f7f7d455587d8315e71c6c1e0591e0af77d9924cb2e71723a4b76f3a4de28b0c306fa27f7fe656bb02bcf0440b06355a3caf088ab8fd69356ca1f851185a6fbd3967f32380422f954ffcf987e756fe4df8ff4e45f8dde425b92279c715b8a367da10128b2cb51798a165eace7d7cbfd1ebe3374851e0809d69cb77ae6c9b53efa6baf797470298dd90c033e5f000373ed00192cfa0aadcf8ec5ee879e850188a008246cc7d249e9c7201a2369d3e9d4138dac40e85c6c93df6da9e9675f3523fa73d4a23c3fae60b0c3c9eee39fbd6b3423c1bb98a9622b397c0cdfa12eda94a67bab6ea7e431c44cf54c87a13773b6de7f9a7220fa9199093964db03c7c9c391c94f65df83a78e99f2ab941325ff170a6d52446a68ef3231907f65173912875ba00d867db57c8d83daec01b6668ef2bbff58b553419a3e28ee67ae1a686b647a5654c8a6aaa5109cc31ace864d1cf737b4f6a17b677833de253db45a62a5ef0b387408a1a75cb664e1094f0e633d60ce3a1c9949c8fd4d3a47f5465757d3f19cbf6b3f396dbae46a9db6ad645ceec10ad8c0781aa9586e240adb19c8b1364e070e113c388f703428870b4e025574a374acea58e2da63fac4b2b14e7f3dfb5e483c42a693ac206edf2d64653952971a069ea43e16e397fdb1fef51a4817e292725912cdabb864769eabfc54314de396fae3224e43a347d1ec2c37e151674deb9ee2b24b91558afdf8a48cc7906f8e2f97d5fa37935886bd315964d1170edad915ae5c47d6916d3952b869b34350bc05dc255d3c4df0ce1ee6305244bd8f4496363b1992c6ab215d03a5ab42a88dd370e8cc661259f97a0df6472dc069a8f30a8f54d6c363bc0d410eff8d157a2de40a0700f028fa2f9a6e0b5aedc2a6e5f0bc07487b24f46979709ce8215c07c4eeb1921db8e6609d3dee521b48e56148c89ab19e047d595834077bdd52fd506a078876bdcef509ae3393928b371ea0c8551e07629d8c2d1404100651e14271ae286ef6cdd946814946b3ebb9ddb7ee6eae5d47ec976b13e01b085852613845aabad249b326deec39c5a078f9bb2787ac397ddef6fa3cddf67dd1d292acf457d6a75d2f66ed13a6250554e5895ea56ef24808c21da575ade3ec794e0efdccd71b7489fe156552709d9170f0ec9a1aed29cf6e4154d4739d1ef40760bbc75e3add74170e1d396dc77c79bdbed44a3d755998fca60b5f1410686365870c7ebf28e7b5f347d2f26edb8c54f0b7fb98c041c5f0cdbd23e5f08076ffc801c7abf2ae236b279f3a3361b98a9e1b5527db8268b1da8cb6a792c80b972d0265546d74728d6ea61c13115e5e911b8c3729d009baf763d6dc1eac225c7ec68d7bd42b5cbf048d16128ffffd18c66d67d6b078a3ef8fae41c57df031c86196312080ea37ee08256aa63ace622c945db3f5969207b67759a6854f51f33295234f9cffbdb482ba4908ccc87d2d225dd01e190099f58a52cbf8a12b7ec702d8beadd9bb132c90bd9c2761d84fd5c825575776551d13df2a5c79c1d93343b3f4557dc0be3477ef486866deac22bf5525e0a1e113e1932e44fb168718a78a59f359a37e73781d57086b7e6f9a7a4e463373c98fb9c5f8b46de2883d8c18054304b373533d1868b8232',19,'47EFB376D4734A13AD2BF1ECFC5430A9','0'),('order_Ky8my9OnRNVcTw','RZFQDq6pZUrnYleZEYT5XE0piyL52O6BUh3Zx+yGBmE=','c8e2fecb568f7663e0e9d70c2871417696408417340ef76269b7d47ed22f23dc14c65e13f299a9c794296b0f9ce5576b95bb14157aeeb87312c89b18b9875fce80d8caefc1ddfad1026671e991e44826478f6df1e7629fd0b206e681a8ac5a6be07cb07be538e4e6921bd852ff5cc0bfa65ab0be0c5e97041db7905018c33741fb4595e043a73c6dea55214815e1fc0a7def1274c4a1eed810fdabf968e363fa8dff9f4d5a03c1d41438e2bc651b5209f97d97b3bcd86ec7619a0fd8367554c6b624a813e6eb8a722003ffa8b6b5212d1faa18a94572da22924de2c79d4f8653803281054403070fb4ed4fcc702c5489adc60de228dc9a71c8670177e374410f4616ddb01348c1e76f672532303043262502f97f44ea8cd4f4007512753b78b344e0cc2d9ba514a519f51f20b8a6262c1b4d6bce4c6962eded99c82c2278bf3e8e12e65d1d09fbee29b6a9df59249f8e470f763088149f2eaf0684392d033eb0a38918bf7ca13635ea7791756f36f47e20cadd32880e55fb5171dba009015c408870f755fddd299bcf5a990fbc66983a98b9b9e4b8dab4734a88dc7637fcb8598dba7761ae99b9e69f6d69155301270e0368724cbf784981d8e44f4665ceb1a217d91da5e6e371034ae4ba64935e0b1c6a9629fd396a99ba42d716dfe3a29d926a0bf4d7504ea8fae66844a45eabb32b4e0bcce13249f7ed0db316a1f48639612cbfb588d1227931f1606df9601cb48df2fa49c14405a5acb16d01de9f40350aa660635e69221da18b096de3d5c77c7427b23ebd78ebca2b7746344ca29c6208ef8d82e2a3eb497f51e867868eb0fff6b004b70c00a74c08ba660169b3b7bb83343782a43112712688dfa9dd9d7a781b5020119ae87a3a980e9e79fe750f910c2812043f7f67f668a87f8a9fdd29b9ef169421d93c681903024ae33bd9372d66ea462f2567d5dda065e3edd2a380b1a900c6b9d04442e0b4ba5dc42b4b219a1ef7ce109db54269eae843cfd66f46e047528bfb23324586e9a07b6a07208d9c9df4655eecb0788978f2b8ea6b6cd15703f71b821f2fbeb7cf2e145cf87cb30929c2ee878bb7a798cf492e81ba7e0c4d5bd836d3738efa0c3d519579ccdca36cf4526009090c7e1cc07aef4370032f8175dc76d785a6322e1037a181cf443608a4d9a68fc9e52d9f5312fb9c6b6cf22309ebff57ce72c50b783cebe4fc86cf4619bf561a6215cd9bfa2b8cc3efdafaae9ef3f0efdb59f579d9ad76b236de92f2194a6db8be64e350ec4dc2fa01fdfeab6548db012963367d5f515df7748ac3fb3bdeb5d2b560de615d6b94a34de1cfb9d02517918a9898c3b8ea9a53d9e37adf90f28b7cf5d9fd98dece281484bb7a47a3ca63b6c455b308d7f2cb1815414100361d15344dee051ed400d3385de1c64a9ed7ac0a99bdf93f5203ccd2c95094cdee37b83a076caf4af2c167fb2265473f4b71833e418c629f6335b055946bb210e4845ab6018907c5717ca66e81aece5e224660d5d1412a6cfea4c1f5b80bf1de990929ece4aa3ae7a07dc1108566d34c9d7fec93933bd9f2ade5e2bcf7ab8a16124d6092e9bfea0609c2f2111db67a2c161d1f81e154897ee9df27b5cca5efe319ddc4494946b62fc5f584fe893f3c1a00b1d840f030611f30c8f74cf9fd351c17d804831e2906c247361be53411ad6c986f49e97bd0a9bd960ee4c582045c30b87e1a7e0a0301a3e1af314f160ac3911b9a773b4fed5e918323ef508f5efcddc3f19e88bcbe391e9f120ac90ea46f1c6bc5c4c92db55783d67d1fbae7dfb2ee7b06a0e02d6ea72e919e639312e76ebc850ad76694016653ae64ba565e1fc09e3acdd9065467be909dfd0d0c27b3ce4a1d681d813129b244e7392884fb5c82c5e8bde02b92a273a9019a7a355d040e30b4bbf81d2fbef8439ada2498b74e234c12df2ed234edd5d460e11d19927a1eaea5f3f18141601722982c8cd52fb680f55f4e86ca50f1a338dfefe5058899ece1f64bb6f04eaf1105312dc53befa9a642e8',20,'E4D9E9A47E1941F3AAAAAC3E692C2A77','0'),('order_L5FukHGqOyi61n','F5rsQxo8AVibjR+3wvdYDlXsG6EtX6QOuQZf+1m0Q9E=','c8e2fecb568f7663e0e9d70c2871417643b12e53916b4e29df06a850f34ab30fb7fb6a9c0ff36354fa33772fa83b6aa5189f100348fb5697bcc20c4712724780657bc9722b2d6b1681422761555d9c14c0921713f80ad5daf99a5c12943ffacb235466938bcee3fa7ccad5db9ac871efbc530cc7380b43196712f0ae825fc88335a0950cf4bd46df39ad1a0e312bd0154b49d91f0d726759570d81aa1b814e858b81fb32d2be661eb97e392bf1ac116ae3422fafddbdcaa90e7879095a13950ef2149b0cafe295d9bb192d46303913fd011d8ccbf803e367444355bdac60216942c855ccb36bae19e6c93ed380b2e359ab14afca725c8aa197acd01d626289f0b067513f7602cf74338790bd73622d5ddf7e9f43ea770a158e0315db767b1a11adc3e1d6dc87d15c54627eadf193f6254e6140f46c6aeb519b7c83cb02a078dbc804e2d2c17a061b2dd0daf7a192edef48a9278bc918b1ea823b9d3953b583a73882dedb10e5e608e046bdc3769f72df19d0a295ba3c18299101d7db3673f1f2df53b6005f9f093c52458467757c017896602a9fd961439ce4d401b0583c5fd8fbdff610e766a72ab5123a75e42f621b62ee46623fb8d8996bb899dd4c877f9f3e67d876d46ea52bd4415c690b1260fa4dcba56bddbc9e782476d2f44475c1f310f6aad9dbbe4aed806df4ad4eb83b89a26b3a131c05b9cd7ce092c065f64a331f04b887ad478493c6f6588a89646199fe566a44591a436c7c7a6753e61d978857ad82246e9150f85291cfa661fa80bae5b8175f1bc6612c17169de3d4743aa2883ec388916f06204d7dcf12bcc07ad94ca5e270c5073f72529aab74bfbdcbf46a0d61dc03a9dffe6c28872562d4f24c90d9f1a67952da41beabd75df06f211adf2f55097d15a3ce7ff7a12e9fc657ca38d382be1584e490025ac9ba9697600c7355386cba231db34e0778916c6724de47aa5eb6222956f8644d4f9f04d9756958fe70afe4043f0840f228847145d9655741fc0713af875cc856f6ee08f74233cf316be088cc931e3079c97961368e777269aac18d53252b83f62a56fa1fd7f8d92ecfa786cb523bb3d005cb6df5a567faa4223303d879ca285a3ae5d97e130441da233338be1ddbc948ad998ab41f68c9abfa1ea75570095e06ac39199a632c1bd1046e0bc54929a88b6dc8e1caee8f98b553587b4ef59b4a209a1e07f058f8154d432a721286e701dc686e23ad1e72c5ad8d3bef4ac0304754d07f13962a208763317f2d62e952e69de85bc890bae65efcb34d58633e7544b3c9988739d4de11d8b402cf17b2256f1a7fb3ee6f2d96247ef6c8a61b93a02ed79494ab6032b24dba2cfc41f19dad4c93765c6e13949a6263dd28d3aad739d8f4e14689adbda7858480aea1f9942b2c672eb669be668b0804c93f305cbf9fe4104a9fdf82a4bdf6f7304ff5b5cd57fa462aff5a8d2e8b42eb1d01ecfc1149af7b0af10b2e70f40c8aa972dc526a434c607230bdf92b0e34bcafa390e6d6a31af754ba8d53419d1f0a5751a907ec45b9ff9c03d2efce5e617b8ba984c964027a6fd8d5bec76df7a2d92eea872ae410821b144db1a9b28bd9efa7302dc0e2551c1e8b1845a29ea78ef84be24bf3758a32c3104ccbd96804d3ce8c82af383147af441870f28609bc4e39bba5606d78b3a6da1a85e5d97d2d987cefe8ef93a461959adb03161ec594e48ea187d77a838333d777636a0e695e0e4ef44e970d5c3c51be8c2cd9a6b65640036f32e2deabe630d05c6249f9489dc3af04f51b9fa58e9264f7283fb0c602d357cc1e978314d2a729527bb6e0f416e312de2894538b6e0e161635ec0b4f4bdbd5acc491a71b06768e788706da9de470513389db6164787ae816447dad3de570dab00162f8db4e55eee9e596dd1628d3f49c3606dd90813798489d3f0f03923b37c02a352387f422d29a9c039e153077173ef59c7a0545656298f76f8121ba9221533df1b723422daa410f44d2de2b',21,'BD779729E73B455CBAC56141F748A284','0'),('order_LBC2R181422LpV','g203Q6KMgm7i4/jV7zzLH4+V8eWg4xGlOneEoUrE34Y=','c8e2fecb568f7663e0e9d70c287141767cce2d25a753fcf6dbc0f734d2fe34928cfdc8d667194b5b83d3a1cbd54decf0aca877ef2ad674bce8380ccb6f818a5122c27846552aed39ffe179bbc823f5b1f68a7c7a52b8d73815075f342417b52d6a8060fb0f89f62d15a7b67d2c7164e66c6dad2b8691f7d923e16dea8bed4daca031996be2fb9c75ded08d09fb9eb82a85ae26dfa1f4e1e9bf30021bea695a9807495983b94f37a24267bb5a5bb0e35c63d5d61c957a778e946dba2334c8e1a130184b407b4c6e7f9efd1dad242f4b39807fda406f428eb3f846f78ae81196401ccbaa83e205484d62122dd34662aec5aed90a2c7fc536d6c1e306313437ed621fb430945c983c403a6871607eadff8c2a8bf4320ee2e73f21cc850477f2aca7e66bdfa9c50f817209025d320e78bd9baa766c0772e771a372dd1e6432cc93b3dc389a3a36e8cc296aeb2c157977830e9ba4bc7a5886f433ecbe734706a5562e6343f7b763123547d47480359474ac3e90119637382ad8366ca2683649ef26ff27f76cb323dc2ab6175c7ac89125c2898bad7fe47a26455354269d40f36793465c8e80b751d590a4dcdb968b6bba3b5e62e462387bd713e8a07f1f3407e3d3b7e98be4a958d60b5a635ed1ca2b13fd6725c26021b300205fac63d5729460c455804f490e57844e778ae12a261f11ad11a6a2ee56a48a113198587c8de9be2feba693d7ee9e9196b89ec687f8c1c17589950f5307a2839f0b137b50596dea316d36c05d896b576b01ee4edc8e667d801a29032913d5253d8f7c4fe1e631c573ebbee964086e20378fb561a6a0afa7d7f14192d4450dbb41fe1269d949b844a7476f4e3d83291bea609c6b2ba973e72e17a58d99a189a41ce20d9b3696ea7148b42d9fc9f7ff9d1860fb15d7d445185d6b17e1d9ac3a4923fa350631ebd8667298e23d4f769f549ef401211f9cf729d189ac810ac87cf1787d248c41af4a632aa3859f808c3346ea4bd474065694dc123e779a35f9aa013775e7250de974628c76b47f0adb78fff3b47f540c95dea7731132400017d2111e56f6f422ec8215167c0171079d0e9c85dd729f0df4f579c2bd9ff78d52fdb6d7a11409a1a6b02e53b022260f3330977c8aaf91264d3faea64ea41b207ef4d1b47f3fdb8191f905f0e0423cefd2d9260d09b8a1d5fb1c1a852d2bd92f6a0e03eb1b7da338c1a6646042d505a2623fdb8dc4b2cc3835ac44b57502b78d54aad21dc6520d85cafd626d4fc57e21fbf27d06a16abbaedb99d511de0461bea4b41d81f32945dc2a73529270e2da4a8eff0ff008f6402af51f528e2ddbdca973f2c3081c90e2e64f881f304bf4df9b7d2bc2c796e30cd5761a100c895607de28ffbdaaa76c03b20e4a9e18b085e1cb26e83b0a6ee81a6977d5f5e1a705c84263f678ac4daa7317d6ea92db9b37b99969562ce2c8f8b4b1d02089b1515594348c0ccc52cd2021e519d277993509db1c2874b4d841db471e2fab4e68f9c4c3a6b486a68b149144e6b2a7205db0a72120a602704105da8d5d39603a335e7d85bf2339f3e69ef7f3d84df12b87712941fc4b77a24dfb9266a6fb29696bce87d49debdd15b51a7ce07e1fc9028d4539ad001125415c1ba80410d38fdea64962ab3595d99754554f91bbe1451ad01d38211f9c97073f76afedb7e86b2dd834ab83d8a8cdb693edd886d142cd656c91d42f237e99fa534fb7888b447a3e33f00c06d31220c92954a5f41952e00ac4d6c1ae52742878744246aa0c42b2de9c8fb5cea617eded98a62570d31d3040bd379b2a47ccbcc3192c5d6bb92f0de3e81fa5d810111e905737b357492a7ed4c3d67b272c36730f978c6bfad2792954362bf8dfbf94e5e3cad6501ab859df10e185',22,'D8DB48BB59D14993918A91E9A84FC649','0'),('order_LBCEpQSywTlrGB','gKXqkdQoDohPT6SF8T5xoNgQaJ34oChX9C4hLzf8+Hw=','c8e2fecb568f7663e0e9d70c287141766cf9c79925e01303a56bd17c2dd22c64f48eed227454f741d54bd8b6333ffb55f44ceeb1bc75e9d05bc011ac90516fd23bd29647dc3de02e8fdb09c84c6b4318ad56471a7c513e8ece6a950b83cbd87e45ce9c9eb7fab18d294feebd7971020f51d86913b6384dc4f008981af72032cf183186b75d9a36431d96e99300d6ea0939cf6903b1a9bc9ca5a6bb9e79b7c1a6edc237425bf2785b93ce97f3e24d73279e2e229534bc7bcc92c6000ad79ceab8ca0ae2a1b841b8a2fa3b1806a09c7c43a13b3f1c8bd6b607e5e06971f36d9688546a6746992066e3d22da493c1eca788bd7431b1b1839b5d7ebbd0cc2f67f38cadd1b24ab9dc6edbabb7ee9e0dcf4f4f439e26330d7d1b124fb4b97586acc88db8e19c350d0fc6250cda366b8337860dc66558885f9e3a25e8628a13406a7287d364de5b989febb97b407df99a0e3ac67b216c9e3e039ec866d934386abfc019a98aa62bc46eef56a838737cb578bdb63fd98c1469c6231cf39a73f213aedbf74b2417396bb4b4b55018ca3ef5e05a9d0353dbb4b895ac31eaab1f64f56d244c486dfa0521c91afbea201c6b64e4c59cad28fa668294327243e525b27b6db7db28aef7a4de2da8ed80622cf1173b07a0da7ef9b1b235c2bbc1daa5878d2c3e9fa6791b20879c1865e75b452aecd6d5ea4a39262a33634389a712781785cd8b44675df85556e8b90d3391bf090b3a73c1d7ca31322d523cceefb606ecd969781a15365da0e2e73d6db4253e04a03f0ac18216ac88af1c14ce38e6faf732c28647d33c3b90778bbd2f21c88bb934c4574081299e3fccee1b238d6f5d7a6ddb36fb005779ab4884efb09d4c00824005d1ccf0d241efcb68f71cc493dd8bc2328415832b516b0529c7de2cf158af359bd4084b236429fb69d07b91d1b1bc7ff299dcfcbb6e47ab0cfa7e09defff750b2d9e4a011570263b31f2a108cc6d64b7276242ef4f2d472927c69704973b03240d590d34d2129daf7b7608fffe6ea059b0b675913368ed2ad1a73a3f653de2a1fbb9a75bc097b60fd0d7b6aa992e95a3a05c76ac78f4d230f8a131500121b24ba925092fd8ecb6c07e24fe03e926c5e259ea67142dee9892e2a24cd20c5c1ea60b1cc4466ca3d2dcfb44a4313201a3f10b890b3e1885f32cc386c7d4f07b4af8ae72922fe8a1d436865ad7480c07a8d9aa3f37be602a17808bcf4c82057471c18a440a6b2dba635e80fa8594b31cdc36edc30f101639ac439a2aa82277f4811e2bb571ee718bd01aa8d6f53be0c19de049a3ea83af2d3d5bc427d2d988fe60210f512915e075a7ef0d52fa211a8679831de2cf878ad597380d77cf1a67e203667653714e01339af1ddc1e787fe40270bc559498cac2f581eefc1244fd3089de43466ba9dc3b962c83afa8c07f3913266d5f10527838559a60970382ab03c22d07bba840c9220253a98d61a17767f6e23ee9b8460d5441343069e6530848529e6aaa56238b4b4abaf28abccf4fea333448ccdcdd4a7be013f46f96fa510493840e80c638b78b16744d0172743d72932360710534bc3d379cf53c5cb573e8d5637e0c8749e11246ea16a5ebda4dd1e78a44dcad30eef1aa7d79c607cff5182f49a5ec1a4e607bba219af8404c5d57278fa9a43860c926e5e4503f88c6de18e9cc78cfc7f74273aff9788401761078c128fc6e4c832f9a4653c5add5ec630e0de529a4e15dc5329e7a22018a3ed935f4ec45a8530b429c14f2f83d2f21ffcd087a7f848f463e24132d13ad6b2e9232bbb6adeceabf046dd3d4b703eee8b33fad93b65229f1aebb07555a1bcbdc79d36a607450863632af7fa5b20b0285f4ce3c798a6363f308e889d2edebaeca56c49ab31494fa',23,'28554682DC89482D9990F3BCA258518A','0'),('order_LDq9xleSoHe00S','6eOyAXdGlxn5NPLuXD9JkaIBg5XzL55kMFR5ynA7/hA=','c8e2fecb568f7663e0e9d70c2871417691a565b3427f194df482139b58cf0876348880150fe4d38ffc3e6a824915a6be53ba084dedb2036691acfa892dc124dced7b6ba6a96743afb7c84a076a785dcede38e749bb59efede4bec1eb3e1a0de19fb1fb68e18fa20803b5f99ba7b6cdfff89664aa6e8e86113dad7c88e26ad46645505763ccd670e60e3cd150b21b3c34519e4025df31086a01ad009e33274e99088995a85985ff0002c5a1569266d1e315aa7ce7cb103736ac9bde3e36b4f94f16bdb0b827dc6201fb1cfb549745e497a0af0e4a9a65800fc2b9311ce8ab7cc8f087ea5e4c63a69dd9b36424bc3a54767556d84a634fcf513c55de17e1c7cee8b4df7077924b4b818cda82be38ff69d4f9d93a39105f9713a5fe33a20926b23bfd1a149f231dc1e1606b895841c236a3ae9cc397dd36521a233027cd74710507e2c5661e64034d3368e03d400fe967aea263e734f9704f51ce95e02073f0741c32627a3aa38492e8d40fb1c70d0fc32ed07cc62a7b4697c40ced0bb970604a90cf317f4103d9379a0c5d7c24f0818293a6c09f95a2b0caeb21b01d32ca238f43a4811bdb3fff176c380af95e97e12ff1f9ead080d599c729f6c5a98a7d89ada670409c0efe9dab49c96dfb43aac187011c41d1cef460cdd1eb8c722c215e4237044146510f2fef98848eced8c9a130fa3189a0e8b1b2947dd32299a44b15775136916dd8f1bc929481b50f8625e9ca1c12d86c2cba30f43b65bba103054f04dc4bb02776dc2b9adf3a2948f290f012d003042b91884793a636a2e783fdaa6927f13ac47940577ad370f9ce1bc1d24cd0a50cb9c99c51a8fd49af2e5a91c5614cf10b420cf728e4e677ec7237fa737588cce6f1648e31f86c44d5b4506c3f4889c1a9c25a5c485377e30b9b84b7afdff6e6c62b213b369ad39786c612fde5607fabb93a020de7fdcb1ef9a49d6950dfcc8445df87bfaca1a6191fca0b353730e9ae80e5f40e1428d74496d0748443f6f6c1b9a611ed8bae3230781a5f1ce4f3af20ed6457862b1a4b38857f52d47c1c7ab9a935982781e882bc37127608fd822afa0877ff9b1481e406425ecea172368b872148bd70c1c57a8a1de412bf484cf3ec0ad14efb518623c2309e36dba600fb82c05a200fc555374d375e941a22121fd8d0e09035ef293f8c2854606e9b086b37aef47c9be389f1d737e0030aeefa74a65ec92e370e1f025e88cd3be98079addcf73f4ca824a15c6a9ca179061b814f63b479cc744952a09e6e6f042f28e054af2a7ba386f493977392cbae42f0f441f81c0a5b6876f4c6755ef3ae151fa9871e0f6587a432f0a2b38c546a1d450e5e9fc0b2690bd32eebdb884f477c4392ce7d1d51cbe5a55fc3e938fc06e37f2a1f528ce53ffb4358b4a05c6f3ccb0770501b728a04e3eef505e38c894b9f2655373051ba805451d63b440ff2743d032989d24d5ae8d83a4125297c9e1b517cfd9716b8d2b15279c6dce59cb787ff7f6bb9e7d2d28fde2047b2492507d4a9c1b75f074b8bbd947a3d65eaba9c6e511b27fb796b0b70838d4372d8f1cba2820ec30f46065c0c3e9026daa3ca8beba7a1de70b0476e82e3de008c4eeac2f4d6f6491f94791311f7d4a1075ef3c7a252429185837827c0fa337d251523d6b3fc2a4cebc36fdf7a2801dbbb76bf9b75fe2f22a827c4bf6991f131f646ec0ce18eebfd8c4491429b3079b1ac5d9e53a4303caf50e667caa7c52bbb3e7862d8cf588be668e2a846b4d926f0e921769748b46c855bd67a026d52b9d33bcbad0c9a5458fea7555a1be1a0cb9b0dcffc15e4c3fc51114e3b3be769793dc80a32aab2b52579979a328c790107bfce3c629aaa18a3d7bbcc8d7918de958df767cc4310bd7cfd85de173d62d1a2c8bd4f5c3f6bd34d132c4cc036f28b19b0477d169310a6f22b03a36c69491f2692430776f4a15c5eaa0d7dd389c96c0555418d188d868a58a67f956a84119c55dc6bc486194149fe04ae',24,'BABD87C01E41459CB171DA7142AA1A7A','0'),('order_LDqBsTwjqfBaGx','29LzH75ZBrfFmh+ClktJgNsoY6I/z3N08yUnheiO1Tw=','c8e2fecb568f7663e0e9d70c28714176fe4c82828f6f420f20bdca3763565f6035d67de9bf0a61cf8956fe6d8814a4945f8e5fc6dadc3a9ce15988cf481999ca43c42b5ebb9a232737d642aec03bfd7e1845d5d7bdd22d24b841d031c932d2de8c46170a448e508b778acffc9dd6743e79aa8a855ba512905ca6e6b7a5b3e4beb604b30dd683ceba56a9a192bd4664fc824bd8150fd5c115a925b5e8a5d017fe2d14f33b2101f2de1a9d814663c780ad96f425751a5221eee85dd498cc34db9fb75f9757d9a22d723e4cf7d6864823dde9f68a901fea710f8b90110c4ed815c789873ef20be736e7e8b3a103d94fdcc90f05dbb9bb5b6d23d1d42ac87ae63890e350ef7827a6633f88f65ff0864edd661e884461e0cd24f0ebd98259f450c26aae4904e9909e9cfb307bd04fc815e45a9a00498ad6410974fe79b886fe66b2aa3cf2716b9356d6cbfb26de7ef431eb01a8979500c5fafb0db7626ead1f92af98dc7844e65fd67fd12312489bde88a72cd4024a94b4c5f3030fc5eb92e4be9893ce25ee076e10af2e335abf366d2af23cca29b9efac31df24581e7e3543cf9b9d49f34d028442600056c30c3e788549abb69d818508a799c3fe68bb7c5f56ecfdfbc316ee6f320bfd9403bf967385080ae50584a684bd752c0e1049bf8737ceb7e21348d186ecb61cbfb56399c8b9e4745bc075394e7be22206e1ba9576c366c30f831b0561d6eb042d6bffd13f496b5ba4107c75f5abfd1e3c180657e5c3c2beeca0100fd775598c88438d47797d2edc63472dec6c86ebc5d6ef685ffb038226dfe25199619357c7b27b03396dda8acac030afe8308204cc50fb9f3d65ce30537f349f5412890d100375671a54042765bf0af98213a75f8ba040f886a403afa2214b5968c627871f00c900cb542608cea5d3a6c73591aae7b5bff8a2d1a41fab0cec1b663f2b177cf8e6c9a39cbd6f812b7790c630cfa157c1919a71561c6a88699401e5563b2aaef752f1e39b1e2ac7db5a3d74d718fc7e32f9bbf41924d25bde1e012996b6cee4f0b20c24ae24c2261104285c99e895e5363da304d9da07b3a4e35376dc39324b8436f054fbf62af290fd1560f373adcf39859681d5042632382a0bb5c823466a4c27d317ded4d60f0c36e0396b3ec698d67431443d7f9926de5a5ee136176e9de1568992ab57ad3bf351790787a14f16132d3f44dbb80a11f32fdc1dfa1e1707b4800d8bc0c05935c40d3d48da5b2a800b648d44a6363890057c3378c7925c4910bd923b8e4d396d6eabb273f1c7077d259d66f80bf2ea076e097cc6e7e2fcf5766ec450a7373a4a4de5c38177230ec99f18c2ac435191fa2498860398553c91d661e413e95f24a473a7ca48d0508dd1e2cc17cbb64ef22444b8777c3d442e5844fe294f8cbe3d7a373d5d6fb6972b0fc1cbaf689794482435008a57377161a6feb989a4b480f7d04cfbc09905f31f22d17db210ffe57fc51183f6f884bf628272d1115d03f93bf1bb2285875a96a31ae0e4e169f47143f93dd02304a5be97c1a0cc5d4f91805aa725532ac504bbe7e901f464630ccaea877a5be2f92454ec8ffd0659ddda2f6daeea040a630a0e868016bd43a058f3f025cda90dc988f42cb5a3c8808d554ae0c4b353be94b83af2cf182486a23a9bea75fdbf09bd316ab0ad7f6d7f1fa7237153b68b029e2f8e1c5f17d1b6dc07d2cf26af778e8fa7a12b1f59edc013d85a914e2c3446ebe93176446c05571d0bd405989362bb2486a1ca3748e2f3cc8240f3d6d07bc9aef19947bcc0ca9c3049403e8d66ff36659e0baf666ed873b27b2f7716b5dc84e984e0b01d4cdfa0f4b828b50e7311abd9eb247168081277c5c5d9383cca10aad7cbe6aecd38bbf3c0232fa4b3d1896c5d3ed51497def81ed45cb0708f617bcf50ac9e45e8aa64fb2ff9e53a2d7878bee4ecfff8e4e10b64d4b7e2a84bdcd1cdca740371123f2361b3997345e5',25,'AE29D2BD7321434596141A8BB48169D5','0'),('order_LDqBzdLwjFkV86','sr7JI41+FkeNaE7WT3cskwPhdW5tih1zaKfmi3BvqNs=','c8e2fecb568f7663e0e9d70c28714176e2b8fb9a349b688e07cf5496be0ec418cabbceae726a0c5387349ba582c7e75942990df4cbe1c29b549fa41510840d8d0afcadddb6d284bd61c046d45c3caa071098832d0c27bc250b9303a37c1c66e17529a20ce08b68089c8ce3615ce9d34e29e6284c571ca056a53b33390ae638947758836085fe7f6719860ba8f3f12f3d377f2c246b8414863343bcaba8ca024cbcb91398069d02ba81ce8727b4540b78d602c008f7b0a9dad221901e6f21cfc5ee219627057efae818a7e17e4be91a7cb2fc5f896f49ccaee3fd81ae6162652b74303ed1f9e455028fe7d90022050f3bb80ba758b0808a707ac8a31ad3f039a46aef146ba7c6028a58cb2e33247df8624b1dbbbe3f27424fd6fca816ea018ca16e98a425646dd0dbf651c8b2be19ceff6dc7b96b64358389a9913d29fd2a1775d18aeae0e1b1bbc52446f6f8eed233e5a747db49a2b2c5892f8ffed803fa7ac29cf3e9772ecf9e4dc26dcad233628b49f9052fed2913edebcc0d1196b6d093fd50b163f089d481fe58c142fe78bdccc0945d5eb4647ab7f0b146b6dd9113d8a9dab68ec0dca35111223502629389a4b50e9a50993abe1e4c7fd290a664afed7d13d91635a5cc5d1323f475aca5211d87f06a51087a0de7c0d76af3a3a49a11bfdf6a1e9d4b8e2afaa923f189dca1a0510dee03e7abe2ced251a7142226f9a4d2a59331ddbbdce5378d6bc643936f333b683e06c9648e2dc9418f030b3df7a17b8dd652b188210cfd67fc60090647cec31326a068adf10e9bad4292dff79f31480b8fae512a17aa25bed9b58bef66bd433868e1502e91ff8c6422fffede2dbed194da4cf0e21e46e88ee68796c0e0e7eee43086b7bf5c85491e0a337e8a11d7a551f752fced7bf38967b2e058dba4c8fb92eecde9c21a09307dccb2eabbcbb654b8af60592732ddc67ef70d6604864d2f8a7d12f15265aab2795017bed506beebc6d5d303793bc9196235bbfb420cbe07d997c078f033a5aad4e93bf585b3dd31ba0851ce5e987984abdbfb9b1a3a9f910c09c6946c94bbe63c482b5a994c27119e70d8dc29fbd847fb8f43af926c1263547e93f3219134ae2ee41283017cf03e3dee5423016f82c168e1cd3ba801fd6e35e330a34f8df93c343707a4a1adf7b2b7fd670c5bd1b6ff4d3d909e258b4328a41f5be36b552061d9ce4f09b3ba430bdd7cfb4655dc18a574958918049e6d6fa3bfbaaecc2a45d2f3c1c15ee650417bdd9b513beffff766098ae508f4151a6cfabb299ecf6ccb2746e2d31aee11ea9e53884ff760a0c2f36300de88291ca9aaec3d2e942b51d0cc30aed1527689e4c099777b0363b1b36477e99334d60ade95fb3151d254b0346dc723245c3888850304bd9c2ac248fac7172982959e357c137d323cd94da6d9c56c5a93dcaec77ee44ffb6d9593561d19cb0d059a0ef0c9457c9203dffe27057a37fc651c9e110ba80217e5d88e752ff2eda4c075603541814df5974c1ae328501a23d15bcf337c014736e7c5ae12c3cf0085840e782d771d546ca0a908fe5f7fe426ee437327b94dc90c017a0f84db32a1551bfdf0a7114118279af62646b21a534071e94e80c9f380a61c623b6297f67b20e06bd1fdac7b054381c30e3052f1835bd1a56ccfebdef9b0ff4a9868a2bef9c6e0ce59ae8b52b3737d07029b211739f791eb18cbd919f176b8d7e58fa9740d6b1ae72ac6879a89fec9071595a0b15abee965e68d4892fcc2cc5b0d84e5a001431dbd2938e345667bbd7f5ed19b5e0ad6e75f2632ad0735a6840d4f292071954e9830bc60ee68a7de96396db659edabddc279b69ce9103ebc26d97d90242fdea20c9de62762e124b9afef2e0f357d71764044659df7c4466fbca1bfcfc738599d2368b98b3576338ffca9b66fd71e118bcc3643a2cbfea5f9826e371cb9f0a24afe1a6e58acb9ecaf13f880d0c58d63385f3063af2181',26,'BF6690A9780A40BBA2846B552B03E389','0'),('order_LE17OhIezYCuCd','O/lXUzTV2AaGhwZiI06zxpDjF1Zajfemw8twpuvJeFs=','c8e2fecb568f7663e0e9d70c287141765ad245adba06c8cf7fb3d1d0139f5497e092cda0ba67e84c08de40cc9f5c8a0a1de7271af19ccaf9ddcb73b1eb2ef7050d591097ca7487683eedb9bd6ebf9f7cda8872bc7a3751da68efd735ba0c28fb3f58b962943a733e110862ce465f21f0b1c01fe0379cc0824d0d74585f840adb38b143c83d08008e6837c1b53603ddfb5f6c1fe3cbd579caea41f22eecdc8f6042c4486fa96adae15f8fa855c6830dab2364945b84de2d6923f3fa00049435584af69781ba1fcf899c045770c37673c057af30b5388f7e98b6d73834aefc1c260f9cd92d82d95b9c2b1bbdf86605d35ee0c68ed6ebe62eec972f7a3dd1e1f9008331f0665a271913bfd75653472a58d26fdec07f8e09794b4dd67edf5c1aa762ba878f8c2607dc4fba12116d631071f6a230c02fb2924dc7156603044e5ca29907fc4b258e8601849d46f150749c9db7c3c787fac1b6d7c3f26c940bc11a66f42e800ebfe1e340f319dccd10cea017712f20c4cbe298d52947f9953e4a2d897fd7280e7a5d069a69d9d996c401cc06e60effa930bdd757c9e2213c87bfa5562254d74bfbb799fa16582bf7a26a5959b18e04952880bc7a44bb4b6159878e8d3c6b92cc4d01c2c1893fe101efd85ea09378178521c06423f7ed8fa12ba9cb85dcbf77d16fc61304e46a1e4cf1c63ea5018bcbfe716f8fdda7c279a4045d1de33604b678c74642a6f34f4cb95a839996499e824c5db4391da68a7f846b7ebfba5d78d2232a971cab7ed0016887b4a7595fb965fde2fd2c2e7f4de2c144de5767fc236b26a5b79b1afb90dce6e19f5ff7bef06b15ef1e94fdd317a9d7c4ebc80b8ef11fcbc774cb86df822b6a99f14b0b4ebe6a9df6e56bd068740006424c2fddf60f8bc6d01af9940f161b0e43b3c0c728640743eed322c1d7b7721c22177f7367150054d25d81f57ca8fea0af33f9a575e77d69711926b5306e8b385f22a805f71c6709d35ed573e604b3243ed56e60857f7229c300bd1d84f5dc6169f6dcbc110606df5b37c360b617d1c557bb33495451c2596c90740dc1b2648475b427a096351c79e4b25b0814d81c234c8bb6cb5eba1c52c46e1f67ca5552fbd6909a1b84759936485ba1342d4ed27e4517855524b9a073689515438d284fbe6a385da21d384fb6ffe620d8d2a20c03d9d77698fca7040641a7fdc56ab9acc03ffe01752a59e28a75336982d6bc0afc745942c85bc30164686c8aee57f744f36b715f38bf56342fee326f48c2560ba5ac1affc1f9d4d2367af2f27e98043bedbb14cc92a9fcab427d9faaba67111ddb3db21a7374a47c7c832a1228e1fa9e901918abf12c5dfedbc77de7edadcc3915ffcceefb490e51e157c89c0b3e090377b5fe4e01abfb6394f36bac8742b77f00e9febd590c82e662796ef4c082f5417ed31a819a598cf266352d358334df77c5ff26a1ca816a0bf610fc7750cc4d84d7a7696a131268d47fd4c39d5311744b3f43b810b7d449357bc70d0efb68a5190af838b65208132618d7facddd9c178764bafe7fa407c66688666e3d648221468b3d0ce4c046488bc2188cfee7c01176f8f9346791730bdf1e8c49a6b54cdf2053304637e99f8a81bf77679335d445eb7c48301dc4dd5378025f77191804af11405984c926e9eebda98a5d65185032111db091ca4ea0e7978c69cc47af3d49504d6392004d386e9998d75dfcfbc0cc2d29f0336e222810602bf974e049f908ecd26dde4ce4191e2862f6d030637039cb0d0641bbd58ec60b204bb101f9e87fcabe211f998228c7420e47a2a6e44a145b8d867496914ab37038f77c1b4ce3a4cf0f9fd7e690bf6f0123d35d6fd6db674069b352653087d1a78fe42d43454985cff24f9934c65d5301fbb5842d2037d88ee4a2e801b87512b5d12aced083a2e3d816d8be446b4a7c1d5dd85930bcf8f70592857c952c3a4a69dd4e2e58719cb775893bdce53dfc4166e402fb96fd45cfc0baed1c9d74c28983f8406f40ed1d75208a86092b1450',27,'1ADE1F37691A49C1ABE5676317FED3CA','0'),('order_LLXvFvPTYWvUYA','302VrdaZNn9PC1R8Q8kn7yPgTBiPZAD516SWBUDRpM0=','c8e2fecb568f7663e0e9d70c28714176f3f4c2ca4910c586a59fb3c415a77d38fa85c2d09ecc933b5921f99acbc392e1579aece0d3f375df0572d53d0f2c60e41f80cf975183405c5cd06ad5bf03217b15f51a665cbb57f2b9913244ee6c26c80bf20998db28b5b5d275bf34be4116254a592e3089ed2378006c2a278cf19d1dd26b3214085414e61a8929ca605dcef27fa14af60490d44f1100daf7db11511ad2d8e02a73ad66096e8a82f246e8dcf7301930738cc1ff7895ed14cb90e3b4431f2048c3e7cf4deed944c6934eb7d07271ed6c89c7277345e36a327c44882f7b326e0c8c9df21b46f958ee05050e767f3df48c1f96000489ecf2edb0d150e89497386a1f6558e402f10d7b1865019b878ef236b7b939a4e3e95e26c475bf4a71673aa9e45cfa83fe478af680ecac0d150f0924ab8a802116b409fdca7f4816344bc5c0dbcc7adba13e1dc9a78a062fd2e2a162c464e9e30c13a2c80d6944169e32351b80893d1da942e8fa7d3712f55207dd9afbfce728a4da7eb3646b7afd0edef1704c29929adfdb53961e33c87997940a2402a2a2c3d86f2be43a5bdd8b7ab7051e9c046d98b3b522b2af9441c6bfbb12e92e924235f9fe75e4204096a44e4baef83bf9cf64d7f79705670a2a604647b6dd95726f3f776a968107617c6400b028533e81e6d1a3ff0d25b475393fc646805a0cb11608d5fe0833b50400201c271de0c304140fdd7c7a3ff44fdcbd549259506f0aa3c75adc0b40913df54163d31e96655a0753ab6857e955cebb33fc6a57ed654af8be163248a64172a473f9f3f4b5ba7727fd5685cb0c94baf6321f670b0b93757f30a69ac9f74ec4682a4e144153221344c793f3a7c97b063217dbf0a091658fdc73d73e7ae7d9c9f79d4ac369fd97fadec4cdaa4d2357b8cb4f9be961a4b0765d9ec99801d3e692f7b7654279f5b3f9ad013c69d62230a813d55301456b238670f5812f2d7acac5fa5562764ab6d11e9b8d46725842b23860a971687fcb47ca238dc04a5b2d2d06300e9cf2c808651cae1ccada4169f558df7287a34b52b5dc25eb7ca21c1808fb2f1a46892405daaf0b2fe6bf30805cf565affa539571b174fdf725d8562cd556b60b0ade73daaf0efe451a48c47e5b676bd84c5a20d8b302e306a95838b14039821b8caa8ac40192e46674fc5a55ec649981d0905aeb036393f418d03e64e432cfd3792f207e51d1cb10bb5cd8b1537a783a4049c1a200c6fdcbb64cbcb610c7e9867fdfed5ffe83579844e32fab03c58428bdb997924f9a21483c12457ae170ad591d1f76f3736e2f6ab99d3d4f7f2a9899ad14eeb42be1fa1e8756e40690a049bf0a0bdfada915ce84650838a28e2d0fb817211a75fc2046fdf6fbd036c737136a922fceeb17661bbea2bfe1090a58d2c4adc3d4e2b5fa07452ef7cc2f39488467a334aa3fcb29cd966702e622c95afcbddf5bf97756436a5a7531eb8a240da8108bc6b7e300156cb5e4a79b1165059560f68d4c0ff9ba2022af76f06d44478734f472d0fe3ec7596e77232972ea1753d4cb7b94004c262cc5c3ff5b2553a84d7ece6a2109438a00dcaefd2141ca00a5429fef0609e441967bdf411ae518664fd7c68a116be7ba0e030844fd1d35eb6b9cc97c942ab96bec09cbddb180c1dd86e58679aaac80e0ec8df24d9c61155608a398c83877880957aec8b74356712d845d8c9823de14337dfd26e6291a5c3d3bb92ca5181e7fb9b19ab8f0b6360945986b9bda497378098c0ebc913f574b537e8e8936203506788f569aa5387013c22e4ab90552f05459dcda8462ee29235663e601dc2ffdf478e00c0df1f1c46dcaac77dd78c1a31729431bcfb5058690a6206854eb7a3028422ab455df16b2ad34bd3c7d73d186d00a75952cfc56aa3bb45d814e570f5e8b46c4620b7d299a09fecc1cc5aa6301e003268261f4389d78ac15507bca194df0b127d7d9193ceb8c40da6a73db3a9ffbd3948bb954cfee9dfb9fe9f5',28,'B5574433F1454C9885E472822A52C892','0'),('E0BD672461974DFEB6ABD8183C970858','UAZzW7VTXCvaC0Z7XTGjrTYFq+MDJT59MheRjCZINd8=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe8e402698163d2282d2e5b785a8836e8bd5cf3c339553efe308db5f0d99e33f9da7d9e2d7e50d670bb889be000edc9d3d7121d2f7c90744f9b23ff879083555f76d46419a44703a2a74343db396618de03506460bb17e66894bf64c801e6b9b341',29,'455129D0ACA74AF6A400719664BDF122','0'),('FE35DA08B78D4FF69FBCBCE63A768CAC','qeSEBm7G+fbRnVrK8hh7BPiHjsvCvlcFf5YkYRQQICE=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe87d44eebf97f4257550c1d458d97116f6f8aee86fe450d9e7b6dd8f53a8044653ec7ba87f10b724934d5ffa526d3f9fe51460b5dd92091fbbf6ef54455b7844da1cd15ef8b8272d49c744c1c1395e16c9195a6c5307391119a7cc630f940fac8f',30,'F79BF6A9C436480D8FA7EF911F5B95A4','0'),('1FB6F0AA071242A4AAF42B2D799E92D6','Dppk6kGvtp/zVAMxGszvkJ3pKAVAJFSKIa8oxKgIAfU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df775675b03644b99a744c621a6cffb429e49f3eefc7242aee6d4fa4c7a0ecd211766132fe25d8e99adc852870cd0b5342d5679c7b0dfe8c18d67cf0f2515e3c19a34d0ca428bf5a055a680bc47e817547d76175812784b3c596c67a0cf9d2f8f7b39cca3714fe03597f12d131f8efdba1f7b00c06ba59053e0ba1008c911e74fc54f3810db88d452e260c33f336c3315f72f2e72161f3f42b608b08853c3f9b5cc48d3e5a94ab085428b186250994c634d2b23c1c2809ca4a4642277a6535738a1dd8497664f739542b6446b5c45139455fd350c2bbd0cf5ea9f53e6d7d2586cfc0',31,'6481BA1D574B4422B4D8A9C200A781C4','0'),('78A3D3AA14E642A0BCE532E8FC9DAD76','NZ7/gN9y4XPM/i61AUIUyGN1tnMmFejypV5AcmXjB7o=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df775675b03644b99a744c621a6cffb429e49f3eefc7242aee6d4fa4c7a0ecd211766132fe25d8e99adc852870cd0b5342d5679c7b0dfe8c18d67cf0f2515e3c19a34d0ca428bf5a055a680bc47e817547d76175812784b3c596c67a0cf9d2f8f7b39cca3714fe03597f12d131f8efdba1f7b00c06ba59053e0ba1008c911e74fc54f3810db88d452e260c33f336c3315f72f2e72161f3f42b608b08853c3f9b5cc48d3e5a94ab085428b186250994c634d2b23c1c2809ca4a4642277a6535738a1dd8497664f739542b6446b5c45139455fd350c2bbd0cf5ea9f53e6d7d2586cfc0',32,'24D71971527D494B9150F78152C96218','0'),('DBBB063B02CE45E28B3FA79EEA0BDD4D','gswjmR5J/Dq15orHNbWm0GbqeattYQGNtGOHK3V6WCU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df775675b03644b99a744c621a6cffb429e49f3eefc7242aee6d4fa4c7a0ecd21176cceb32fb63bb7f86b36b80240bad0b7f32bec11389254cba8ca14c411dc24ee75b52db84cb288c5636464e8735e1ce0f1f4f0a846980066d6d6dfe35ae6938268348422946161d1c538c14563ac9747be175d96d784eccf1cb8f6f0dfeadd3fa0d9c545db7df1adeb1d109460557397cdfb0132a4fe5759bd3a034a6b4a3c20fc73a52ab2c3cbdce238369263ac069036227dbd46cbb13c74939e96c13cd80964b8535aca8f32186c994df26665a9f8f69e28b6fd3029fe565b4203c4cc370b4ffd2db2a00a208b46c98672f40342955daf5136311e028f427f9bac7855537eb',33,'60B2C7FE25684159907DCECB78B4BC43','0'),('55BDE2A1409E48A5AAA871BB1B1B4B4C','s9rA/apAEE2UUzBqwI3rDvgfEg2qwvf71ntgG1EaUzg=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe8b8d2bf2d69caace5e9a458bfbb1a091e1dc1f63c9a9d3aff29755cf317727d24e1b2908e1dfe61a5297840a01362f36e2ff9d77ed4b24cf5ea23b3b3d64eeee1e59b60f025a6167dd60c17f00ddd8e59157fce04dc09599834438fe4af7e9abb',34,'A5553628019E435D8988D87C018D08EB','0'),('F50790506ED5485AA112CF5C2EBFF93B','2DwAkGzihnUDX8nCeGKTYFXEJLc951lkvF4FF71Vius=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df775675b03644b99a744c621a6cffb429e49f3eefc7242aee6d4fa4c7a0ecd211766132fe25d8e99adc852870cd0b5342d5679c7b0dfe8c18d67cf0f2515e3c19a34d0ca428bf5a055a680bc47e817547d77072d9efbe8d44344934d900220861215853ebe6740c9f3aa76cb63b5a6de6d2608cce5fcfb607c63da8372a633b209a28da67b6f884201a863fbe0853dd990e87acd124425ce20f72c06a0e20bad6111da3dd84543739bd2803e49c8520409d98392d72cde35fab880e07498fe8d2253fc3c309aa5474416c8c8a327f353cdf',35,'54BF3C5AE1B0456FB910BE60A24D1D5B','0'),('8FE2331BDB934E3D9D9775011C7C5685','spETBk50xspO16HhuPp7wk1P9BwSYDbUmeUai9F7RTg=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe894120cf85b2831928d1bceb2a52470623fd3b2481fa1c1e40575e2813d9f560a4c813e29781c80ef108cd261bfeffbaed7869b8bed104f67666f9f92beaadd938b6f2c4d257dc004fb3e0db1ef5d57efa3cd0b86a24cff3deb7fdf70e2e1e33a',36,'9790B2C216404B47B58C3D0C69057A2C','0'),('89B05792E26A4709AC7657693A408376','DfhefJA8VnT525kSbko2BRxeuoq5VO8eiyBqEBrrwgw=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe837e602cbdcb38c6d2c6dfdc7701b4015bbfa3f986947201163569bdc0bde70a561415f23b95dfd0bc3f93ea325e975cd44af913229833adde8961088382b9c0654038998b4c14ed76ff0aa07aad9114dc8974f2075b3c19f2cb655f28e47a3ce',37,'603A4D8576D84071A4B18E24BB73E3F9','0'),('50B5D950CCDC4F408CE20FF739CFD4F4','7mXsLmBvDu5gWysJqbC2SbnElluB5wdjocKOiPtEmjk=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe86fbee856e04d763023da94e3e3196588a5e7512f3a9c3ad2f6e8794a677a2721481e8b92e82f139878a650547e39c8f85f31b9d600452747ac94b254de64350c89a3e4d4225b3d0d474a94816db16dd5a8afba46dd43b0d26d4b0c09133c419d',38,'CC049FEB23304D218B38B9C9EED760B5','0'),('F2DEF8C3466A42DDB0B449B572B85348','SQMsicHsPdqP2YLGml1pp9qYepKK0qc0crbFJ0KVszE=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe878d592fe487c8d375a8b4c35c51d78c5b8066937e9319c3104efac9a20f5a8550f40045a1c8531e72d763e7dbc9c46510303cd89397a27689b81c858e7b1d022dc596fdc01d1a1c115844ae158313a3adb04737ff295a6065012d10a7d267fcc',39,'FE647926838449739A2E0CE8BB47AD46','0'),('C4F308C956D2497C8AE92243AC75C4BD','UjL+tbv//kLtjTgHmnqEo7CjbBnAurxAt/p4+pbQHcU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe8c506e1d20c7ce8735e379cd0b064d772cb93579b073d03698c8b7ae431d4ef58bcc67a624da0bfa692e70a6c8d77a3fe7a97f4e6a39435d16134a2876e68ca0c20fe88324d8054ad270f4d35d66117214b0c8c419d939879ed63d63d27368f73',40,'7CB724FE802F4CD0B15757EF32CC217B','0'),('B9A3BD44D5CF4B4D960DB70F5BA7F9DF','XIGuN7AxZAiMt9K2m5wuGcbnsB0yjxUMV5oYvzC9bT8=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe8064a178734d7517a8dc64c2f6e35a8495eb26fec3c79668367ef80de1aba7212b9f406fbf9246011724aa397ad7c436cde0f20e16831690f3b90ea7022b3b00bedfa195156871183d91a416a86d29c5c20a6a3faceaf94ade2473508dd7b7875',41,'46FD099B1C3D452389F9BE33F9360307','0'),('1E9398BEEF87441BAD5CC1506C5BF743','rjkLhlvvT6LZUstC6T/GWt4vGpc0BMWzyOUswSKwKzg=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b999389146f6662786d4ec25bd81daeef55b81143ff0cbc2d84dc104e32ac518baf1343a2f4b6a62eba6f35da57a210b4fd529098a96a45cbb228d4111866db3aa3c8795da7c732c4f23c8f2dd864764497de687c9889b1fd765efbdc5a51cbe8ce2a8af90268cd208fb701e5e9066953b9b284697d8e2bfbc9040328567f54c9f66493871df70aad4980bd421416e6a8f955bb551251a356ba2fc4f965c07192885ef8f25ffea99eadddc2c87a7acd74e08aca62b917f35f4b3041670c2a7760',42,'05F1E688125C4D01B6728535645BDD02','0');
/*!40000 ALTER TABLE `tbl_cashfee_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_comments`
--

DROP TABLE IF EXISTS `tbl_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_comments` (
  `commentId` int NOT NULL AUTO_INCREMENT,
  `blogId` int NOT NULL,
  `name` varchar(55) NOT NULL,
  `emailId` varchar(55) NOT NULL,
  `website` varchar(256) NOT NULL,
  `comment` text NOT NULL,
  `status` tinyint NOT NULL,
  `createDate` datetime NOT NULL,
  PRIMARY KEY (`commentId`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_comments`
--

LOCK TABLES `tbl_comments` WRITE;
/*!40000 ALTER TABLE `tbl_comments` DISABLE KEYS */;
INSERT INTO `tbl_comments` VALUES (1,2,'helloGTX','vijay@catpl.co.in','934343333','this is for testing',1,'2018-07-06 18:06:21'),(2,1,'Utilitiesss','nikita@catpl.co.in','934343333','tet ddd',1,'2018-07-06 18:14:20'),(3,18,'dgdfgdf','myindianholidays@gmail.com','dfgdfg','dfgdfg',1,'2018-08-14 16:45:03'),(4,18,'mangal','mangal@catpl.co.in','google.com','test message',1,'2018-08-14 17:09:32');
/*!40000 ALTER TABLE `tbl_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_committees_members`
--

DROP TABLE IF EXISTS `tbl_committees_members`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_committees_members` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(500) NOT NULL,
  `designation` varchar(256) NOT NULL,
  `companyName` varchar(500) NOT NULL,
  `email` varchar(50) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `address` text NOT NULL,
  `pageType` int NOT NULL,
  `image` varchar(500) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_committees_members`
--

LOCK TABLES `tbl_committees_members` WRITE;
/*!40000 ALTER TABLE `tbl_committees_members` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_committees_members` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_common_box`
--

DROP TABLE IF EXISTS `tbl_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_common_box` (
  `common_id` int NOT NULL AUTO_INCREMENT,
  `home_content_script` varchar(1000) NOT NULL,
  `common_content_header_1` text NOT NULL,
  `common_content_footer_1` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL,
  `common_content_header_2` text NOT NULL,
  `common_content_header_3` text NOT NULL,
  `common_content_footer_2` text NOT NULL,
  `common_content_footer_3` text NOT NULL,
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `Title` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  PRIMARY KEY (`common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_common_box`
--

LOCK TABLES `tbl_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_common_box` DISABLE KEYS */;
INSERT INTO `tbl_common_box` VALUES (1,'<!-- Meta Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'3448325928812530\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=3448325928812530&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Meta Pixel Code -->','<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-G1E3D5ENLL\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-G1E3D5ENLL\');\r\n</script>','','1','thekrishnatravels: Best Travel Deals','','','<meta name=\"facebook-domain-verification\" content=\"244z56r69dzume6w0h22gkpw0rb86n\" />','','','','0',''),(2,'','[{\"heading\":\"\",\"link_url\":\"\"}]','','1','thekrishnatravels: Best Travel Deals','','','','','','','1','');
/*!40000 ALTER TABLE `tbl_common_box` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_contactus`
--

DROP TABLE IF EXISTS `tbl_contactus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_contactus` (
  `sid` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(16) NOT NULL,
  `email` varchar(32) NOT NULL,
  `website` varchar(64) NOT NULL,
  `subject` varchar(64) NOT NULL,
  `message` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_contactus`
--

LOCK TABLES `tbl_contactus` WRITE;
/*!40000 ALTER TABLE `tbl_contactus` DISABLE KEYS */;
INSERT INTO `tbl_contactus` VALUES (1,'Prashant','prashant.gupta11687@gmail.com','google.com','Mobile App Devel','test','1'),(2,'ranvir','ranvir@catpl.co.in','google search','test subject','theisa la dsfjk lakdjfl kjsadlkfj laskdjfl sadf asdf sadf','1');
/*!40000 ALTER TABLE `tbl_contactus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_countries`
--

DROP TABLE IF EXISTS `tbl_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_countries` (
  `contSysId` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `seotitle` varchar(256) NOT NULL,
  `label` varchar(256) NOT NULL,
  `countryId` int NOT NULL,
  `image` varchar(256) NOT NULL,
  `region_id` int NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `sightseeingIds` text,
  `description` text,
  `otherDescription` text,
  `similarDestinations` varchar(256) DEFAULT NULL,
  `FAQ` text,
  `whyUseUs` text,
  `topTravelBlog` text,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text,
  `metaDescription` text,
  `meta_header` varchar(2000) DEFAULT NULL,
  `meta_footer` varchar(2000) DEFAULT NULL,
  `bannerImage` varchar(256) DEFAULT NULL,
  `popularPackages` varchar(500) DEFAULT NULL,
  `displayOnHeader` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `startingPrice` varchar(256) DEFAULT NULL,
  `DestDescription` varchar(500) DEFAULT NULL,
  `destinationImage` varchar(256) DEFAULT NULL,
  `packageListTitle` varchar(500) DEFAULT NULL,
  `packageListKeyword` varchar(500) DEFAULT NULL,
  `packageListDescription` varchar(500) DEFAULT NULL,
  `package_list_header` text,
  `package_list_footer` text,
  `displayOnVisa` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`contSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_countries`
--

LOCK TABLES `tbl_countries` WRITE;
/*!40000 ALTER TABLE `tbl_countries` DISABLE KEYS */;
INSERT INTO `tbl_countries` VALUES (1,'India','india','India',101,'',0,'2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'United Arab Emirates','united-arab-emirates','United Arab Emirates',228,'',0,'2022-02-16 13:31:33','2022-02-16 13:31:33','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,'Switzerland','switzerland','Switzerland',210,'',0,'2022-02-16 13:34:08','2022-02-16 13:34:08','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(4,'Italy','italy','Italy',107,'',0,'2022-02-16 13:34:08','2022-02-16 13:34:08','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(5,'France','france','France',76,'76_1651559123.jpg',0,'2022-02-16 13:34:08','2022-02-16 13:34:08','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','76_1651559123.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(6,'UNITED KINGDOM','united-kingdom','UNITED KINGDOM',469,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(7,'Spain','spain','Spain',199,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(8,'Netherlands','netherlands','Netherlands',154,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(9,'Hungary','hungary','Hungary',99,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(10,'Greece','greece','Greece',86,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(11,'Germany','germany','Germany',83,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(12,'Czech Republic','czech-republic','Czech Republic',58,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(13,'Croatia','croatia','Croatia',55,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(14,'Belgium','belgium','Belgium',21,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(15,'Austria','austria','Austria',14,'',0,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(16,'Maldives','maldives','Maldives',133,'',0,'2022-03-03 17:53:19','2022-03-03 17:53:19','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(17,'Russia','russia','Russia',507,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(18,'Turkey','turkey','Turkey',222,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(19,'Sri Lanka','sri-lanka','Sri Lanka',200,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(20,'Singapore','singapore','Singapore',190,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(21,'Oman','oman','Oman',165,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(22,'Kenya','kenya','Kenya',113,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(23,'Egypt','egypt','Egypt',65,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(24,'Brazil','brazil','Brazil',30,'',0,'2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(25,'Nepal','nepal','Nepal',153,'',0,'2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(26,'Thailand','thailand','Thailand',215,'',0,'2022-07-08 12:02:06','2022-07-08 12:02:06','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(27,'Malaysia','malaysia','Malaysia',132,'',0,'2022-10-13 11:20:17','2022-10-13 11:20:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(28,'Indonesia','indonesia','Indonesia',102,'',0,'2022-10-13 11:20:17','2022-10-13 11:20:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(29,'USA','usa','USA',231,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(30,'Serbia','serbia','Serbia',468,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(31,'MONTENEGRO','montenegro','MONTENEGRO',466,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(32,'Vietnam','vietnam','Vietnam',236,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(33,'Uzbekistan','uzbekistan','Uzbekistan',232,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(34,'Ukraine','ukraine','Ukraine',227,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(35,'Tanzania','tanzania','Tanzania',214,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(36,'Sweden','sweden','Sweden',209,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(37,'South Korea','south-korea','South Korea',197,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(38,'South Africa','south-africa','South Africa',195,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(39,'Slovenia','slovenia','Slovenia',192,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(40,'Slovakia','slovakia','Slovakia',191,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(41,'Saudi Arabia','saudi-arabia','Saudi Arabia',186,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(42,'Russian Federation','russian-federation','Russian Federation',181,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(43,'Norway','norway','Norway',164,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(44,'New Zealand','new-zealand','New Zealand',157,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(45,'Myanmar','myanmar','Myanmar',150,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(46,'Monaco','monaco','Monaco',145,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(47,'Malta','malta','Malta',135,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(48,'Macedonia','macedonia','Macedonia',129,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(49,'Kyrgyzstan','kyrgyzstan','Kyrgyzstan',117,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(50,'Ireland','ireland','Ireland',105,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(51,'Iceland','iceland','Iceland',100,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(52,'Finland','finland','Finland',75,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(53,'Ethiopia','ethiopia','Ethiopia',70,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(54,'Djibouti','djibouti','Djibouti',60,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(55,'Denmark','denmark','Denmark',59,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(56,'Cambodia','cambodia','Cambodia',37,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(57,'Bulgaria','bulgaria','Bulgaria',34,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(58,'Bosnia and Herzegowina','bosnia-and-herzegowina','Bosnia and Herzegowina',27,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(59,'Bangladesh','bangladesh','Bangladesh',18,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(60,'Bahrain','bahrain','Bahrain',17,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(61,'Azerbaijan','azerbaijan','Azerbaijan',15,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(62,'Australia','australia','Australia',13,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(63,'Angola','angola','Angola',6,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(64,'Albania','albania','Albania',2,'',0,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(65,'Hong Kong','hong-kong','Hong Kong',503,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(66,'Portugal','portugal','Portugal',175,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(67,'Philippines','philippines','Philippines',173,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(68,'Mexico','mexico','Mexico',141,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(69,'Latvia','latvia','Latvia',119,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(70,'Israel','israel','Israel',106,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(71,'Estonia','estonia','Estonia',69,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(72,'Canada','canada','Canada',39,'',0,'2023-02-01 12:01:25','2023-02-01 12:01:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `tbl_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_coupon`
--

DROP TABLE IF EXISTS `tbl_coupon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_coupon` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `codeName` varchar(255) NOT NULL,
  `discountAmount` varchar(255) NOT NULL,
  `expiryDate` date NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_coupon`
--

LOCK TABLES `tbl_coupon` WRITE;
/*!40000 ALTER TABLE `tbl_coupon` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_coupon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_currency`
--

DROP TABLE IF EXISTS `tbl_currency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_currency` (
  `id` int NOT NULL AUTO_INCREMENT,
  `CurrencyId` int NOT NULL,
  `Title` varchar(100) NOT NULL,
  `defaultCurrency` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_currency`
--

LOCK TABLES `tbl_currency` WRITE;
/*!40000 ALTER TABLE `tbl_currency` DISABLE KEYS */;
INSERT INTO `tbl_currency` VALUES (1,1,'INR','0','1'),(2,2,'USD','1','1'),(3,3,'AUD','0','1'),(4,8,'CNY','0','1'),(5,11,'GBP','0','1'),(6,17,'JPY','0','1'),(7,28,'SGD','0','1'),(8,29,'THB','0','1'),(9,32,'EUR','0','1'),(10,33,'AED','0','1'),(11,83,'KES','0','1');
/*!40000 ALTER TABLE `tbl_currency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_currency_rate`
--

DROP TABLE IF EXISTS `tbl_currency_rate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_currency_rate` (
  `cid` int NOT NULL AUTO_INCREMENT,
  `FCurrencyType` int NOT NULL,
  `TCurrencyType` int NOT NULL,
  `Rate` double NOT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`cid`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_currency_rate`
--

LOCK TABLES `tbl_currency_rate` WRITE;
/*!40000 ALTER TABLE `tbl_currency_rate` DISABLE KEYS */;
INSERT INTO `tbl_currency_rate` VALUES (1,1,1,1,'1'),(2,1,2,0.012932,'1'),(3,1,3,0.021642,'1'),(4,1,8,0.091337,'1'),(5,1,11,0.010969,'1'),(6,1,17,1.43793,'1'),(7,1,28,0.018702,'1'),(8,1,29,0.423793,'1'),(9,1,32,0.01197,'1'),(10,1,33,0.0475,'1'),(11,2,1,77.33024,'1'),(12,2,2,1,'1'),(13,2,3,1.673556,'1'),(14,2,8,7.063105,'1'),(15,2,11,0.848251,'1'),(16,2,17,111.195507,'1'),(17,2,28,1.44625,'1'),(18,2,29,32.772004,'1'),(19,2,32,0.92568,'1'),(20,2,33,3.673203,'1'),(21,3,1,46.207137,'1'),(22,3,2,0.59753,'1'),(23,3,3,1,'1'),(24,3,8,4.220417,'1'),(25,3,11,0.506855,'1'),(26,3,17,66.442649,'1'),(27,3,28,0.864178,'1'),(28,3,29,19.582255,'1'),(29,3,32,0.553122,'1'),(30,3,33,2.194849,'1'),(31,8,1,10.948476,'1'),(32,8,2,0.141581,'1'),(33,8,3,0.236943,'1'),(34,8,8,1,'1'),(35,8,11,0.120096,'1'),(36,8,17,15.743147,'1'),(37,8,28,0.204761,'1'),(38,8,29,4.639886,'1'),(39,8,32,0.131058,'1'),(40,8,33,0.520055,'1'),(41,11,1,91.16439,'1'),(42,11,2,1.178897,'1'),(43,11,3,1.97295,'1'),(44,11,8,8.326674,'1'),(45,11,11,1,'1'),(46,11,17,131.088052,'1'),(47,11,28,1.70498,'1'),(48,11,29,38.634818,'1'),(49,11,32,1.091281,'1'),(50,11,33,4.330328,'1'),(51,17,1,0.695444,'1'),(52,17,2,0.008993,'1'),(53,17,3,0.015051,'1'),(54,17,8,0.06352,'1'),(55,17,11,0.007628,'1'),(56,17,17,1,'1'),(57,17,28,0.013006,'1'),(58,17,29,0.294724,'1'),(59,17,32,0.008325,'1'),(60,17,33,0.033034,'1'),(61,28,1,53.469486,'1'),(62,28,2,0.691443,'1'),(63,28,3,1.157169,'1'),(64,28,8,4.883738,'1'),(65,28,11,0.586517,'1'),(66,28,17,76.885402,'1'),(67,28,28,1,'1'),(68,28,29,22.659987,'1'),(69,28,32,0.640055,'1'),(70,28,33,2.539812,'1'),(71,29,1,2.359643,'1'),(72,29,2,0.030514,'1'),(73,29,3,0.051067,'1'),(74,29,8,0.215523,'1'),(75,29,11,0.025883,'1'),(76,29,17,3.393003,'1'),(77,29,28,0.044131,'1'),(78,29,29,1,'1'),(79,29,32,0.028246,'1'),(80,29,33,0.112084,'1'),(81,32,1,83.538853,'1'),(82,32,2,1.080287,'1'),(83,32,3,1.807921,'1'),(84,32,8,7.630181,'1'),(85,32,11,0.916354,'1'),(86,32,17,120.123061,'1'),(87,32,28,1.562365,'1'),(88,32,29,35.40317,'1'),(89,32,32,1,'1'),(90,32,33,3.968113,'1'),(91,33,1,21.052539,'1'),(92,33,2,0.272242,'1'),(93,33,3,0.455612,'1'),(94,33,8,1.922874,'1'),(95,33,11,0.230929,'1'),(96,33,17,30.272087,'1'),(97,33,28,0.39373,'1'),(98,33,29,8.921916,'1'),(99,33,32,0.252009,'1'),(100,33,33,1,'1'),(101,83,1,0.71,'1'),(102,1,83,1.41,'1');
/*!40000 ALTER TABLE `tbl_currency_rate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_customer`
--

DROP TABLE IF EXISTS `tbl_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_customer` (
  `CustomerSysId` int unsigned NOT NULL AUTO_INCREMENT,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` varchar(100) NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) DEFAULT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Address` varchar(200) DEFAULT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryName` varchar(150) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(255) DEFAULT NULL,
  `gstcity` varchar(100) DEFAULT NULL,
  `gststate` varchar(100) DEFAULT NULL,
  `gstpincode` varchar(10) DEFAULT NULL,
  `gstemail` varchar(150) DEFAULT NULL,
  `gstphone` varchar(100) DEFAULT NULL,
  `panno` varchar(50) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `apiTraceId` varchar(200) DEFAULT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `fbid` varchar(150) DEFAULT NULL,
  `passengerage` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`CustomerSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_customer`
--

LOCK TABLES `tbl_customer` WRITE;
/*!40000 ALTER TABLE `tbl_customer` DISABLE KEYS */;
INSERT INTO `tbl_customer` VALUES (1,471769,86368,0,0,'nehakumari@catpl.co.in','3',0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,'0','0','1900-01-01','1900-01-01',NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BCDPV9945B','2023-08-30','0','1','d38ca-0c3fe-dc495-a72f7',NULL,'2022-12-22 12:18:23','2023-08-30 12:22:46','0',NULL,NULL),(2,305391,38124,0,0,'nehakumari@gmail.com','3',0,'0','8923963627','nita','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-22','0','1','3eeb5-38730-c5848-e6067',NULL,'2022-12-22 16:53:44','2022-12-22 16:53:44','0',NULL,NULL),(4,480214,38124,0,0,'jitendra@catpl.co.in','1',0,'0','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-22','0','1','73355-18e01-d268a-582a1',NULL,'2022-12-22 17:46:31','2022-12-22 17:46:31','0',NULL,NULL),(5,305438,38124,0,0,'nehakumari@catpl.vo.in','3',0,'0','8923963627','neha','singh','',0,38124,'1947-12-30','GFH786HJHBJK','IN','2025-12-20','2018-12-20',NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-22','0','1','4c615-33edd-706f5-71c2d',NULL,'2022-12-22 17:58:49','2022-12-22 17:58:49','0',NULL,NULL),(6,298431,38124,0,0,'mohit@leisuretravelshoppe.com','1',0,'0','9989613151','Mohit ','Soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-29','0','1','9f279-581b4-e258e-466ee',NULL,'2022-12-29 12:44:54','2022-12-29 12:44:54','0',NULL,NULL),(7,309008,38124,0,0,'sonu198534@yahoo.com','1',0,'0','9290127125','Sushil','Surana','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-29','0','1','8df8b-05971-5a175-4d687',NULL,'2022-12-29 21:55:29','2022-12-29 21:55:29','0',NULL,NULL),(8,309012,38124,0,0,'df@gmail.com','1',0,'0','7085485848','Fgd','Adc','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-29','0','1','8a259-7f1b6-79980-23b6d',NULL,'2022-12-29 22:09:29','2022-12-29 22:09:29','0',NULL,NULL),(9,309055,38124,0,0,'ggtrd@ggg.vom','1',0,'0','9993336669','Gthgggd','Ggghj','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-30','0','1','f25ed-0fc5a-bdedb-cc5b0',NULL,'2022-12-30 03:49:41','2022-12-30 03:49:41','0',NULL,NULL),(10,309421,38124,0,0,'mohit@leisuretravelshope.com','1',0,'0','9989613151','hemant','soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-30','0','1','527a5-10929-b9456-b7e71',NULL,'2022-12-30 19:06:40','2022-12-30 19:06:40','0',NULL,NULL),(11,310458,38124,0,0,'rtgfn@hd.com','1',0,'0','9876543211','ddsgd','ccvc','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-02','0','1','de54e-fe74b-7277b-4557e',NULL,'2023-01-02 18:54:26','2023-01-02 18:54:26','0',NULL,NULL),(12,298431,38124,0,0,'mohit@leisuretravelshoppe.com','2',0,'0','09989613151','hemant','soni','',0,38124,'1956-04-19','ef234234','IN','2033-04-25','2023-04-26',NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','0','1','7eb05-ed483-d3e5f-dd150',NULL,'2023-01-03 14:52:48','2023-04-21 15:19:12','0',NULL,NULL),(13,312560,38124,0,0,'finance@leisuretravelshoppe.com','1',0,NULL,'8977013151','MOHIT','SONI','ef667f3eb50132a6bc21781b49df6e68',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(14,301799,38124,0,0,'abc@gmail.com','1',0,'0','9875687458','sdfsdf','asdasd','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-07','0','1','5ff53-0db3f-fc953-19c9b',NULL,'2023-01-07 10:46:27','2023-01-07 10:46:27','0',NULL,NULL),(15,312787,38124,0,0,'vdf@df.com','1',0,'0','9875632145','fdgfdg','dfgfdg','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-07','0','1','686bc-79b2c-5f7b6-109b4',NULL,'2023-01-07 10:48:17','2023-01-07 10:48:17','0',NULL,NULL),(16,313028,38124,0,0,'kashmirtoursdot@gmail.com','1',0,NULL,'9796985595','QASIM','UMAR','c97db34e3707f4b7cf134121353cb51f',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'India',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(17,314856,38124,0,0,'abc@dfhfd.com','1',0,'0','4563214562','hardik','patel','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-11','0','1','ae83c-9b266-58c01-d9cdc',NULL,'2023-01-11 16:35:26','2023-01-11 16:35:26','0',NULL,NULL),(18,318372,38124,0,0,'alsaeedtour@gmail.com','1',0,NULL,'8692048481','Atif','Raut','591963942729d3dfcc6f703c78df0a41',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(19,320570,38124,0,0,'shahiddar000@gmail.com','1',0,NULL,'9797270721','Shahid ','Dar','25cc99d7dbf24cce46af182a567cd1cb',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(20,0,45276,38124,0,'mohit@leisuretravelshoppe.com','1',0,'0','9989613151','mohit','kumar','',0,45276,NULL,'F6546545','IN','2038-04-03','2028-04-04',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-15','0','1','2c25f-f4566-b3766-03a24',NULL,'2023-02-05 12:59:47','2023-04-15 13:38:52','0',NULL,NULL),(21,301799,38124,0,0,'Abc@gmail.com','1',0,'0','07208903029','Test','Testing','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','1','1','25de4-e66ed-a181a-70bcd',NULL,'2023-02-08 11:15:14','2023-02-08 11:15:14','0',NULL,NULL),(22,329906,38124,0,0,'sharmahemanth75@yahoo.com','1',0,'0','9912524410','Akanksha ','Parasar ','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','0','1','74c5a-0e2bb-481fa-99a85',NULL,'2023-02-08 21:31:44','2023-02-08 21:31:44','0',NULL,NULL),(23,0,38124,0,0,'email@email.com','1',0,'0','9999999999','fffj','tyjgg','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-14','0','1','8dbea-f61d3-b681b-50e1d',NULL,'2023-02-14 13:18:32','2023-02-14 13:18:32','0',NULL,NULL),(24,339193,38124,0,0,'Patnayatraservices@gmail.com','1',0,'0','7307307604','md tausif','ali','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-23','0','1','2f720-1743a-767b2-dbdaa',NULL,'2023-02-23 22:27:24','2023-02-23 22:27:24','0',NULL,NULL),(25,0,45276,38124,0,'mohit@leisuretravelshoppe.com','1',0,'0','7702816887','N PREM','KUMAR','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-27','0','1','0bf8b-b9726-92c89-959f3',NULL,'2023-02-27 19:49:20','2023-02-27 19:49:20','0',NULL,NULL),(27,341529,38124,0,0,'GMAIL@GMAIL.COM','1',0,'0','9000805077','GMAIL','BABA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-27','0','1','0f7c1-0756f-fdf7d-49602',NULL,'2023-02-27 22:38:43','2023-02-27 22:38:43','0',NULL,NULL),(28,0,38124,0,0,'tausif2k7@gmail.com','1',0,'0','07307307604','Md','Ali','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-02','0','1','021c8-6c170-4d15f-59bab',NULL,'2023-03-02 21:40:47','2023-03-02 21:40:47','0',NULL,NULL),(29,359497,38124,0,0,'leosharma.1@gmail.com','1',0,'0','7827109666','Saurabh ','P','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-24','0','1','789f7-8cf13-45aba-49970',NULL,'2023-03-24 22:47:42','2023-03-24 22:47:42','0',NULL,NULL),(30,0,45276,38124,0,'mohit@leisuretravelshope.com','1',0,'0','9989613151','MOHIT','SONI','',0,45276,NULL,'F6546545','IN','2030-03-23','2020-03-24',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-28','0','1','19403-c5789-d1e83-66292',NULL,'2023-03-28 12:09:42','2023-03-28 12:09:42','0',NULL,NULL),(31,0,38124,0,0,'lsdfjjdl@gmail.com','1',0,'0','9568985698','sdfdfdf',' eeerre','',0,38124,'1979-04-12','PH054265d','IN','2023-12-22','2013-12-23',NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-13','0','1','0d2da-bcb55-f7c8e-13a36',NULL,'2023-04-13 14:14:01','2023-04-13 14:14:01','0',NULL,NULL),(32,309421,38124,0,0,'mohit@leisuretravelshope.com','1',0,'0','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-14','0','1','c7d1d-9270e-b511c-f3713',NULL,'2023-04-14 19:45:52','2023-04-14 19:45:52','0',NULL,NULL),(33,378557,38124,0,0,'priyank31s@gmail.com','3',0,'0','8374352390','Priyank Neha','Singh','',0,38124,'1986-01-31','M9757721','IN','2025-06-08','2015-06-09',NULL,'','0','0',1,0,'0',NULL,'91','','','','undefined','','undefined',NULL,NULL,NULL,'2023-04-20','1','1','f5dd3-06884-36e1e-e3870',NULL,'2023-04-20 23:33:20','2023-04-20 23:33:20','0',NULL,NULL),(34,378926,38124,0,0,'d_razees@yahoo.com','1',0,'0','9550841514','Rajesh','Singh','',0,38124,'1958-04-16','1221544312','IN','2025-04-22','2015-04-23',NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','0','1','5929c-0d7d9-4f667-b95dc',NULL,'2023-04-21 15:19:05','2023-04-21 15:19:05','0',NULL,NULL),(35,381544,38124,0,0,'pavanvarma9346@gmail.com','1',0,'0','9346319064','Pavan','Varma','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-25','0','1','182a0-eb563-2e900-d3bca',NULL,'2023-04-25 21:42:57','2023-04-25 21:42:57','0',NULL,NULL),(36,295341,38124,0,0,'mohitksoni11@gmail.com','2',0,'0','09989613151','Mohit','Soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-29','0','1','d08ff-d0bdd-6404e-8986a',NULL,'2023-04-29 12:41:18','2023-04-29 12:41:18','0',NULL,NULL),(37,394311,38124,0,0,'admin@leisuretravelshoppe.com','1',0,NULL,'8977923151','Anniya','Sajid','ef667f3eb50132a6bc21781b49df6e68',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(38,429536,38124,0,0,'packages@holidaz.com','1',0,NULL,'0','Priyanka ','Ranka','699af68fdcc9d3c43388510e41999cd2',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(39,430652,38124,0,0,'marriottdummy@gmail.com','1',0,'Other','1231564896','AS','ASD','',0,38124,NULL,'152542385','0','2024-08-14','2023-06-01',NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-06-21','0','1','775ac-a95e1-aa935-ea4c1',NULL,'2023-06-21 07:31:09','2023-06-21 07:31:09','0',NULL,NULL),(40,430660,38124,0,0,'abc@126.com','1',0,'Other','1112341234','MARRIOTT','DUMMY','',0,38124,NULL,'0','0','1900-01-01','1900-01-01',NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-06-21','0','1','5d1a8-e4b2d-a0077-55089',NULL,'2023-06-21 08:13:21','2023-06-21 08:13:21','0',NULL,NULL),(41,435821,38124,0,0,'9849232151@gmail.com','1',0,'Other','9849232151','KUSHAL ','JAIN','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-06-28','0','1','15c5b-22b7c-69f73-53945',NULL,'2023-06-28 14:28:21','2023-06-28 14:28:21','0',NULL,NULL),(42,464369,38124,0,0,'syedsikenderuddin@gmail.com','1',0,'0','9700330504','Sikender uddin','Syed','',0,38124,'1984-08-16','S9671234','IN','2033-03-07','2023-03-08',NULL,'Shop no 15&16, Mahalaxmi Gem Jewellery Mall___Chirag Alli Lane, Abids','Hyderabad','12538',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-08','0','1','30db7-f6f44-bccc7-81917',NULL,'2023-08-08 01:35:39','2023-08-08 01:35:39','0',NULL,NULL),(43,471650,86368,0,0,'shivam.vermaa4@gmail.com','1',0,'Other','7011874684','SHIVAM','VERMA','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BCDPV9945B','2023-08-18','0','1','fffd2-a1b58-e4316-3a840',NULL,'2023-08-18 12:02:16','2023-08-18 12:02:16','0',NULL,NULL),(44,470335,86368,0,0,'agarwalansul65@gmail.com','1',0,'0','7742825288','Deepak ','Agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-20','0','1','90a9b-717ad-40279-0895a',NULL,'2023-08-21 15:48:14','2023-09-20 23:06:00','0',NULL,NULL),(45,474737,86368,0,0,'beinganuj3010@gmail.com','1',0,'0','9671365732','Anuj                                              ','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','1','1','40b3e-422bc-841d8-85a6c',NULL,'2023-08-22 15:48:46','2023-08-22 15:48:46','0',NULL,NULL),(48,474782,86368,0,0,'ANUJG@GMAIL.COM','MR',0,'Other','7009078210','FG','RTHYJ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','0','1','78ab1-40379-961bc-79701',NULL,'2023-08-22 16:29:56','2023-08-22 16:29:56','0',NULL,NULL),(50,474784,86368,0,0,'anuj@catpl.co.in','1',0,'0','7009078210','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','0','1','cb25a-6de81-0c18b-25674',NULL,'2023-08-22 16:30:51','2023-08-22 16:30:51','0',NULL,NULL),(53,474821,86368,0,0,'anuj23.ak@gmail.com','1',0,'Other','9671365732','ANUJ','KUMAR','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'GEBPK0534A','2023-08-22','0','1','76e4b-b1f6c-414cc-25cd5',NULL,'2023-08-22 17:03:20','2023-08-22 17:03:20','0',NULL,NULL),(54,475235,86368,0,0,'anuj23@gmail.com','1',0,'0','7009078210','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-23','0','1','09484-aa105-7643d-658f7',NULL,'2023-08-23 11:50:58','2023-08-23 11:50:58','0',NULL,NULL),(55,475235,86368,0,0,'anuj23@gmail.com','1',0,'0','9671365732','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-23','0','1','bb456-11262-38b2f-f1af6',NULL,'2023-08-23 11:53:31','2023-08-23 11:53:31','0',NULL,NULL),(56,474784,86368,0,0,'anuj@catpl.co.in','1',0,'Other','9671465732','ANUJ','KUMAR','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'GEBPK0767B','2023-08-23','0','1','4b78f-f220f-ed338-00b7d',NULL,'2023-08-23 12:02:37','2023-08-23 12:02:37','0',NULL,NULL),(57,478521,86368,0,0,'jitendra.catpl@gmail.com','1',0,NULL,'9958049006','Jitu','Singh','39b92f97c75419a9b0850f80a7c6d42b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(58,479070,86368,0,0,'anuj213@gmail.com','1',0,NULL,'7009078210','anuj','kumr','7a8342307962ed33a5290d0cf48dd039',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(59,479094,86368,0,0,'prince9716630144@gmail.com','1',0,NULL,'9716630144','Prince','.','e4cd965813bcdd73e3e9f07727b034dc',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(60,484037,86368,0,0,'mdsabirnoor@gmail.com','1',0,'0','8447455883','md','Sabir','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-04','0','1','9cfa5-e71d7-493fe-f2fe3',NULL,'2023-09-04 10:06:28','2023-09-04 10:10:16','0',NULL,NULL),(61,484867,86368,0,0,'agatrwalsnul65@gmail.com','1',0,'0','7742825288','deepak ','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-04','0','1','be6e8-72753-c76fe-25fdc',NULL,'2023-09-04 19:47:36','2023-09-04 19:47:36','0',NULL,NULL),(64,484883,86368,0,0,'agarwalmahak39@gmail.com','3',0,'0','6367906949','mahak','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-04','0','1','b9b06-2bc0e-4ab1b-054d6',NULL,'2023-09-04 20:12:01','2023-09-04 20:12:01','0',NULL,NULL),(65,486118,86368,0,0,'amar.seervi15@gmail.com','1',0,NULL,'9066797528','Amar','Seervi','c901dd99fdc8af14d18618cf66ea75d7',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(66,487956,86368,0,0,'mukesh.seervi15@gmail.com','1',0,NULL,'8553955457','mukesh','seervi','939c71f2fc1a6e56228eae9e44faf738',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(67,488537,86368,0,0,'rdrohitdewasi@gmail.com','1',0,'0','8668782158','Rohit','Dewasi','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-10','0','1','b016e-5b77b-182b6-6252b',NULL,'2023-09-10 13:03:59','2023-09-10 13:03:59','0',NULL,NULL),(70,490320,86368,0,0,'Goswamigaju@32gmail.com','1',0,'0','7727020992','Rajpurohit harisinh','Mohansinh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-13','0','1','b2a89-e5432-351ee-e9848',NULL,'2023-09-13 09:16:42','2023-09-13 09:16:42','0',NULL,NULL),(72,492483,86368,0,0,'sikder.am@yndex.com','MR',0,'Other','9088362463','AM','DAS','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-16','0','1','c1012-d770e-dd128-aa4da',NULL,'2023-09-16 17:11:57','2023-09-16 17:11:57','0',NULL,NULL),(73,493157,86368,0,0,'amitsikder80@gmail.com','2',0,'Other','9088362463','DA','DA','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-09-18','0','1','1f4af-745c9-cba29-c403e',NULL,'2023-09-18 11:31:39','2023-09-18 11:31:39','0',NULL,NULL),(74,494342,86368,0,0,'hitz0027@yahoo.in','1',0,NULL,'9028104686','Hitesh','Kithani','a09bc99d42bf1693b8f469da4d81410a',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(75,494440,86368,0,0,'amit99@gmail.com','1',0,'Other','9088362463','BG','GB','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-09-20','0','1','550d6-1f84e-0642e-c207a',NULL,'2023-09-20 10:04:05','2023-09-20 10:04:05','0',NULL,NULL),(76,494469,86368,0,0,'tinysharma02@gmail.com','1',0,'0','7972932188','Tinu','Sharma','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91','','','','undefined','','undefined',NULL,NULL,NULL,'2023-09-20','0','1','fa097-4f016-0a17e-df97c',NULL,'2023-09-20 10:51:37','2023-09-20 10:51:37','0',NULL,NULL),(77,495205,86368,0,0,'amit.30@yandex.com','1',0,'Other','9088362463','VFVD','VSD','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-09-21','0','1','54b07-f58ad-a247a-7c9c6',NULL,'2023-09-21 10:21:53','2023-09-21 10:21:53','0',NULL,NULL),(78,495303,86368,0,0,'durgeshkirnapure8@gmail.com','1',0,'0','9881361677','Durgesh','Kirnapure','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-21','0','1','bc4c2-807d0-0a08a-93018',NULL,'2023-09-21 12:09:47','2023-09-21 12:09:47','0',NULL,NULL),(79,499887,86368,0,0,'sikder.am@yandex.com','1',0,'Other','9088362463','ASF','FF','',0,86368,NULL,'0','0','1900-01-01','1900-01-01',NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','2023-09-28','0','1','9ab46-bb1ea-94a6c-f12a3',NULL,'2023-09-28 10:48:52','2023-09-28 10:48:52','0',NULL,NULL),(80,501388,86368,0,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1',NULL,NULL,NULL,'2024-03-19 08:44:13','0',NULL,NULL),(81,503343,86368,0,0,'vinodsh0000@gmail.com','1',0,NULL,'9148071770','vinod','kumar','102d43702dfb35b1559de1606fcde937',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(82,517608,86368,0,0,'vishwakarmatravels198@gmail.com','1',0,NULL,'9137684463','VISHWAKARMA','TRAVELS','db90db756b866323fe68b3433a0d5486',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(83,517779,86368,0,0,'arvindyadavsk038@gmail.com','1',0,'0','9833223787','Arvind ','Yasxc ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-18','0','1','b6256-efb84-02551-1dc22',NULL,'2023-10-18 22:09:54','2023-10-18 22:09:54','0',NULL,NULL),(84,0,97238,86368,0,'nehakumari@catpl.co.in','1',0,'0','8923963627','prince','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','f4dde-8aad8-3a013-a4e76',NULL,'2023-10-20 17:09:25','2023-10-20 17:09:25','0',NULL,NULL),(86,519665,86368,0,0,'gopalchudasama21@gmail.com','1',0,'0','7096795467','Solanki Vipul','Dhanabhai','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e10d3-36576-7d93f-5f0c1',NULL,'2023-10-20 18:13:02','2023-10-20 18:13:02','0',NULL,NULL),(87,519733,86368,0,0,'diptachakraborty540@gmail.com','1',0,'0','9366588935','Dipta','Chakraborty','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','1','1','27b22-303b4-7ac30-8aabd',NULL,'2023-10-20 20:08:25','2023-10-20 20:08:25','0',NULL,NULL),(88,519777,86368,0,0,'MAHENDRADEWASI1257@gmail.com','1',0,'0','9789157706','Mahendradewasi ','Mahendradewasi ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','ae0d3-a9f8f-76dd5-3a40d',NULL,'2023-10-20 21:42:51','2023-10-20 21:42:51','0',NULL,NULL),(89,0,97261,86368,0,'AGARWALANSUL65@GMAIL.COM','1',0,'0','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e8e5d-786c2-3446f-188a2',NULL,'2023-10-20 22:15:38','2023-10-20 22:15:38','0',NULL,NULL),(90,0,97367,86368,0,'mehakag.15@gmail.com','3',0,'0','9116005779','mahak','agarwal','',0,97367,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-21','0','1','803fe-94667-12bba-2fc69',NULL,'2023-10-21 14:56:20','2023-10-21 14:56:20','0',NULL,NULL),(91,520361,86368,0,0,'shamimalam45@gmail.com','1',0,NULL,'8601408724','Shahnaj ','Khatoon','404ce6ca593fc6657dbee3454219db88',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(92,520623,86368,0,0,'shazaankhan225@gmail.com','1',0,NULL,'7003529042','imroz','haque','7ba24e02a87a903574cf63e4b147abeb',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(93,0,97261,86368,0,'krishnatravels612@gmail.com','1',0,'0','8290407450','ansul','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','091b5-758dc-10a5a-c8def',NULL,'2023-10-23 01:01:54','2023-10-23 01:01:54','0',NULL,NULL),(95,0,97527,86368,0,'diptachakraborty540@gmail.com','1',0,'0','9366588935','Akash','Chakraborty','',0,97527,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','6e6dc-1104a-d1755-92fd5',NULL,'2023-10-23 18:45:18','2023-10-23 18:45:18','0',NULL,NULL),(96,521401,86368,0,0,'sonallangote@gmail.com','3',0,'0','8308804667','Sonal','Langote','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','4bc8a-62d95-15ae5-98efb',NULL,'2023-10-23 21:41:28','2023-10-23 21:41:28','0',NULL,NULL),(97,521415,86368,0,0,'epa99494vd@gmail.com','1',0,'0','7051111994','Gdgd','Gdy','',0,86368,'1965-10-01',NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','5729d-eb0dd-8034a-66dd9',NULL,'2023-10-23 22:30:46','2023-10-23 22:30:46','0',NULL,NULL),(98,0,97689,86368,0,'mohibulhoqur00@gmail.com','1',0,'0','9577359661','Mohibul','Hoque','',0,97689,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','c73b7-53b67-07979-84eb6',NULL,'2023-10-23 23:06:39','2023-10-23 23:06:39','0',NULL,NULL),(99,0,97261,86368,0,'AGARWALANSUL65@GMAIL.COM','1',0,'0','7584053639','EZARUL','HAQUE','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','77137-d1a6a-0d688-07cf9',NULL,'2023-10-25 12:15:58','2023-10-25 12:15:58','0',NULL,NULL),(100,0,97606,86368,0,'KRISHNATRAVELS612@GMAIL.COM','1',0,'0','8302204007','nitin','choumal','',0,97606,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','e4d27-ad5c8-483e5-479cb',NULL,'2023-10-25 17:21:48','2023-10-25 17:21:48','0',NULL,NULL),(101,0,97862,86368,0,'ajaynavhal@gmail.com','1',0,'0','9462269772','MUKESH','KUMAR','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','1ae19-d27b5-b1a7d-b0508',NULL,'2023-10-25 17:56:03','2023-10-25 17:56:03','0',NULL,NULL),(102,524244,86368,0,0,'alex005778@gmail.com','1',0,NULL,'8553913360','SK ASPAK ','Hossain ','5cbc5219a039749eaef242e1b806c1d6',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(103,0,97862,86368,0,'vikarmgurjar21673@gmail.com','1',0,'0','562230890','KAILASH','GURJAR','',0,97862,'1995-01-01','P1423093','IN','2026-05-03','2016-05-04',NULL,'','','0',1,0,'0',NULL,'971',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-26','0','1','7dd92-aaa8d-b5301-05b22',NULL,'2023-10-26 14:58:17','2023-10-26 14:58:17','0',NULL,NULL),(104,526879,86368,0,0,'rajasharma2080@gmail.com','1',0,'0','8840632226','Goutam ','Dey','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-27','0','1','edf45-1baec-55c3a-9096c',NULL,'2023-10-27 19:15:15','2023-10-27 19:15:15','0',NULL,NULL),(105,0,97862,86368,0,'ajaynavhal@gmail.com','2',0,'0','9313853705','RITAMIT','LEPCHA','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-27','0','1','3ecff-b062e-36fb8-a9e1f',NULL,'2023-10-27 21:51:13','2023-10-27 21:51:13','0',NULL,NULL),(106,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','7760097886','aslam','saifee','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-28','0','1','9f8ea-822f8-ed2f8-b28d9',NULL,'2023-10-28 12:42:22','2023-10-28 12:42:22','0',NULL,NULL),(107,0,97862,86368,0,'ajaynavhal@gmail.com','3',0,'0','7417609209','ASMA NAWAZ','KHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-29','0','1','b5907-43da3-7beb4-0882b',NULL,'2023-10-29 20:17:20','2023-10-29 20:17:20','0',NULL,NULL),(108,0,98705,86368,0,'jaipurking400@gmail.com','1',0,'0','9785552020','manish','gangwani','',0,98705,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-29','0','1','18b3e-53723-4f575-29394',NULL,'2023-10-29 22:14:36','2023-10-29 22:14:36','0',NULL,NULL),(109,0,97862,86368,0,'ajaynavhal@gmail.com','3',0,'0','6396921465','MUSARRAT','JAHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','3bf30-6e5bb-9c56d-79878',NULL,'2023-10-31 08:54:14','2023-10-31 08:54:14','0',NULL,NULL),(111,529400,97261,86368,0,'KRISHNATRAVELS612@GMAIL.COM','1',0,'0','9587206406','YOGESH KUMAR','SHARMA','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','faef0-5004f-30d05-fd91c',NULL,'2023-10-31 12:06:11','2023-10-31 12:06:11','0',NULL,NULL),(112,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','7393058364','dilnavaj','dilnavaj','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','2d8d3-3467a-cef0f-5837c',NULL,'2023-10-31 22:15:05','2023-10-31 22:15:05','0',NULL,NULL),(113,519777,86368,0,0,'MAHENDRADEWASI1257@gmail.com','1',0,'0','9113888757','Om prakash ','Om prakash ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-04','0','1','9208a-8afa9-27c3b-30210',NULL,'2023-11-04 18:59:48','2023-11-04 18:59:48','0',NULL,NULL),(114,536232,86368,0,0,'valakhotia@gmail.com','1',0,'0','9133687680','Vivekanand','Lakhotia','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-09','1','1','ebf9d-da176-07f76-32e03',NULL,'2023-11-09 20:50:48','2023-11-09 20:50:48','0',NULL,NULL),(115,0,97571,86368,0,'anandasha444@gmail.com','1',0,'0','9150253777','Anand','Kumar','',0,97571,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-11','0','1','3af15-1320e-9f9d1-9edfb',NULL,'2023-11-11 08:27:08','2023-11-11 08:27:08','0',NULL,NULL),(117,0,97862,86368,0,'ajaynavhal@gmail.com','1',0,'0','9819677484','NANU RAM','PRAJAPAT','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-13','0','1','b3c65-143c4-ddc9e-69013',NULL,'2023-11-13 10:45:49','2023-11-13 10:45:49','0',NULL,NULL),(119,0,97862,86368,0,'ajaynavhal@gmail.com','2',0,'0','8274841630','IMRAN PINKI','KINAR','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-14','0','1','aa2bc-2d728-af437-b1aec',NULL,'2023-11-14 12:57:31','2023-11-14 12:57:31','0',NULL,NULL),(120,0,97862,86368,0,'ajaynavhal@gmail.com','2',0,'0','7449752858','ISHRAT','JAHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-16','0','1','f9dc7-54ae0-70fb5-7d1cb',NULL,'2023-11-16 13:14:48','2023-11-16 13:14:48','0',NULL,NULL),(121,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','9022903904','Marguf','Marguf','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-18','0','1','a43f6-01d5f-12881-5ff9c',NULL,'2023-11-18 07:10:46','2023-11-18 07:10:46','0',NULL,NULL),(122,546815,86368,0,0,'afbkammakbfa55@gmail.com','1',0,'0','6006608060','Murad ','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-18','0','1','c2a83-5cb39-91610-15fdb',NULL,'2023-11-18 23:02:55','2023-11-18 23:02:55','0',NULL,NULL),(123,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','9582850795','Ejaj','Ansari','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-22','0','1','9b6ed-8d270-f280e-1e2e2',NULL,'2023-11-22 14:04:59','2023-11-22 14:04:59','0',NULL,NULL),(124,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','9845411561','MOHAMMED','SALEEMUDDIN','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-23','0','1','e6ff8-43224-a1f5d-c3d85',NULL,'2023-11-23 15:31:02','2023-11-23 15:31:02','0',NULL,NULL),(126,0,97261,86368,0,'AGARWALANSUL65@GMAIL.COM','1',0,'0','8369899689','parwez','alam','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-28','0','1','c61c6-34336-67b97-d0638',NULL,'2023-11-28 14:03:36','2023-11-28 14:03:36','0',NULL,NULL),(127,560646,86368,0,0,'appandit39@gmail.com','1',0,'0','9828517420','Rao mohd','Galib','',0,86368,'1996-12-15','V9900097','IN','2032-06-09','2022-06-10',NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-04','0','1','bb0cc-903f4-9c847-799c7',NULL,'2023-12-04 13:47:26','2023-12-04 13:47:26','0',NULL,NULL),(129,0,103393,86368,0,'333AJAYBANNA333@GMAIL.COM','1',0,'0','8955176616','ET','ET','',0,103393,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-05','0','1','521eb-b16cb-72243-3c1df',NULL,'2023-12-05 15:38:49','2023-12-05 15:38:49','0',NULL,NULL),(130,0,97261,86368,0,'krishnatravels612@gmail.com','1',0,'0','8369899689','aslam','Aslam','',0,97261,'1992-01-01',NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-07','0','1','0078d-e4681-2c610-37e1d',NULL,'2023-12-07 21:19:01','2023-12-07 21:19:01','0',NULL,NULL),(131,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','9448681960','MOHAMMAD','IDRIS','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-07','0','1','0741a-691bf-8efc6-3b741',NULL,'2023-12-07 22:58:37','2023-12-07 22:58:37','0',NULL,NULL),(132,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','8467969662','IRPHAN','KHAN','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-10','0','1','3c6b0-82245-6fe26-f007d',NULL,'2023-12-10 19:19:06','2023-12-10 19:19:06','0',NULL,NULL),(133,0,97676,86368,0,'mangesh.shetye5@gmail.com','1',0,'0','8669653343','SUBRAJEET','PHOOKAN','',0,97676,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-11','0','1','106c4-8b925-5b3f9-5fdcc',NULL,'2023-12-11 09:07:12','2023-12-11 09:07:12','0',NULL,NULL),(134,0,97557,86368,0,'zainansari70@gmail.com','1',0,'0','6200384207','MD WASIK','ALAM','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-11','0','1','49be3-1b5f2-edc9e-c3231',NULL,'2023-12-11 20:18:15','2023-12-11 20:18:15','0',NULL,NULL),(135,0,97862,86368,0,'ajaynavhal@gmail.com','1',0,'0','9509969303','PREM','DAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-17','0','1','9f294-580dd-8b07b-e7d1b',NULL,'2023-12-17 13:05:41','2023-12-17 13:05:41','0',NULL,NULL),(137,0,97261,86368,0,'krishnatravels613@gmail.com','1',0,'0','8290407450','Irfan','Khan','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-26','0','1','1f283-c73ba-589a1-4d3df',NULL,'2023-12-26 17:00:06','2023-12-26 17:00:06','0',NULL,NULL),(138,583770,86368,0,0,'mahendradewasi288@gmail.com','1',0,'0','9789157706','Suresh Kumar ','Suresh Kumar ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-28','1','1','34345-59e25-8123b-2dbc2',NULL,'2023-12-28 17:01:57','2023-12-28 17:01:57','0',NULL,NULL),(140,630482,86368,0,0,'rekhashreetravels@rediffmail.com','1',0,'0','9932407476','dip','das','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-27','1','1','345b8-f1b34-05759-c23db',NULL,'2024-02-27 13:10:55','2024-02-27 13:10:55','0',NULL,NULL),(141,643628,86368,0,0,'mondaltravels1234@gmail.com','1',0,NULL,'9933298608','Sujoy','Mondal','f88ad0223fb3d6cc42ae65893e8afbda',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL,NULL),(142,649782,86368,0,0,'mahendradewasi2872@gmail.com','1',0,'0','9789157706','Mahendra ','Dewasi ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-21','1','1','982da-6e1c1-8a896-ea0f8',NULL,'2024-03-21 22:45:47','2024-03-21 22:45:47','0',NULL,NULL);
/*!40000 ALTER TABLE `tbl_customer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_customer_member`
--

DROP TABLE IF EXISTS `tbl_customer_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_customer_member` (
  `CustomerMemberSysId` int unsigned NOT NULL AUTO_INCREMENT,
  `CustomerSysId` int NOT NULL COMMENT 'tbl_customer reference primary id',
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` varchar(100) NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `Address` varchar(200) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryName` varchar(150) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `panno` varchar(100) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(250) DEFAULT NULL,
  `gstcity` varchar(100) DEFAULT NULL,
  `gststate` varchar(100) DEFAULT NULL,
  `gstpincode` varchar(10) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `apiTraceId` varchar(200) DEFAULT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `passengerage` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`CustomerMemberSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_customer_member`
--

LOCK TABLES `tbl_customer_member` WRITE;
/*!40000 ALTER TABLE `tbl_customer_member` DISABLE KEYS */;
INSERT INTO `tbl_customer_member` VALUES (1,1,0,38124,0,'nehakumari@catpl.co.in','1',0,'0','8923963627','niku','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-26','0','1','8d25b-57adf-fcec2-08efd',NULL,'2022-12-26 16:30:10','2022-12-26 16:30:10','0',NULL),(2,1,0,38124,0,'nehakumari@catpl.co.in','3',0,'1','8923963627','nitu','singh','',0,38124,'1958-12-25','HGYU657658GFUYFUY','IN','2024-07-21','2018-12-20','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-29','0','1','ddfef-35fd8-1850d-da3b2',NULL,'2022-12-29 16:04:05','2022-12-29 16:08:08','0',NULL),(3,1,0,38124,0,'nehakumari@catpl.co.in','1',0,'1','8923963627','piku','singh','',0,38124,'1957-12-26','CFY7867698GYFUYF','IN','2024-12-20','2018-12-20','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-30','0','1','bee4d-913ec-5c980-9fad5',NULL,'2022-12-30 13:55:32','2022-12-30 13:55:32','0',NULL),(4,4,0,38124,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-30','0','1','0c97d-539dc-f2c93-c002b',NULL,'2022-12-30 17:36:23','2022-12-30 17:36:23','0',NULL),(5,4,307069,38124,0,'jitendra@catpl.co.in','1',0,'Other','9958049006','JITENDRA','KUMAR','',0,38124,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-17','0','1','b8374-26b6d-18de7-7481c',NULL,'2023-01-17 18:34:53','2023-01-17 18:34:53','0',NULL),(6,4,0,38124,0,'jitendra@catpl.co.in','1',0,'9','9958049006','RAM','KUMAR','',0,38124,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-17','0','1','b8374-26b6d-18de7-7481c',NULL,'2023-01-17 18:34:53','2023-01-17 18:34:53','0',NULL),(7,4,0,38124,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-17','0','1','de2d9-40d60-4d56b-72973',NULL,'2023-01-17 18:37:54','2023-01-17 18:37:54','0',NULL),(8,6,298431,38124,0,'mohit@leisuretravelshoppe.com','1',0,'Other','9989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-30','0','1','bd700-4807a-717b2-fad07',NULL,'2023-01-30 14:09:33','2023-01-30 14:09:33','0',NULL),(9,6,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'9','9989613151','K','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-30','0','1','bd700-4807a-717b2-fad07',NULL,'2023-01-30 14:09:33','2023-01-30 14:09:33','0',NULL),(10,22,0,38124,0,'sharmahemanth75@yahoo.com','1',0,'1','9912524410','Akanksha ','Parasar ','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','1','1','9d8cf-71a2d-2e4f1-b7864',NULL,'2023-02-08 21:34:58','2023-02-08 21:34:58','0',NULL),(11,22,0,38124,0,'sharmahemanth75@yahoo.com','2',0,'9','9912524410','Harshvardhan ','Sharma ','',0,38124,'2021-02-25',NULL,NULL,NULL,NULL,'','0','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','1','1','9d8cf-71a2d-2e4f1-b7864',NULL,'2023-02-08 21:34:58','2023-02-08 21:34:58','0',NULL),(12,22,0,38124,0,'sharmahemanth75@yahoo.com','1',0,'1','9912524410','Hemanth','Sharma','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','1','1','92059-7cb67-d1ed4-c5de9',NULL,'2023-02-08 21:59:14','2023-02-08 21:59:14','0',NULL),(13,22,0,38124,0,'sharmahemanth75@yahoo.com','2',0,'9','9912524410','Harshvardhan ','Sharma ','',0,38124,'2021-02-25',NULL,NULL,NULL,NULL,'','0','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-02-08','1','1','92059-7cb67-d1ed4-c5de9',NULL,'2023-02-08 21:59:15','2023-02-08 21:59:15','0',NULL),(14,4,0,38124,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-03','0','1','f761b-cc443-c810d-b49b0',NULL,'2023-03-03 16:47:45','2023-03-03 16:47:45','0',NULL),(15,12,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'1','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-10','0','1','b3aac-06bad-a0730-1b35c',NULL,'2023-03-10 10:49:48','2023-03-10 10:49:48','0',NULL),(16,6,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'1','9989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-10','0','1','c341a-a2c19-1835d-fda29',NULL,'2023-03-10 12:22:40','2023-03-10 12:22:40','0',NULL),(17,12,0,38124,0,'mohit@leisuretravelshoppe.com','2',0,'1','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-24','0','1','a77cf-1c1f2-f9732-ff7ec',NULL,'2023-03-24 16:10:05','2023-03-24 16:10:05','0',NULL),(18,4,0,38124,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-29','0','1','d9f41-f85bb-fa8e6-f7dc5',NULL,'2023-03-29 14:08:21','2023-03-29 14:08:21','0',NULL),(19,20,0,45276,38124,'mohit@leisuretravelshoppe.com','1',0,'9','9989613151','mohammed','ali','',0,45276,NULL,'k363629','IN','2031-04-05','2021-04-06','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-20','0','1','a936a-f93c2-205ce-b7b66',NULL,'2023-04-08 11:43:33','2023-04-20 19:40:47','0',NULL),(20,30,0,45276,38124,'mohit@leisuretravelshope.com','1',0,'9','9989613151','MOHIT','SONI','',0,45276,NULL,'F6546545','IN','2033-04-12','2023-04-13','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-14','0','1','21d94-5fedb-da053-24d29',NULL,'2023-04-14 13:00:16','2023-04-14 13:00:16','0',NULL),(21,33,0,38124,0,'priyank31s@gmail.com','1',0,'0','8374352390','Rajesh Kumar','Singh','',0,38124,'1983-02-22','T4752287','IN','2029-04-29','2019-04-30','','0','0',1,0,'0',NULL,'91',NULL,'','','','undefined','','undefined','2023-04-20','1','1','f5dd3-06884-36e1e-e3870',NULL,'2023-04-20 23:33:20','2023-04-20 23:33:20','0',NULL),(22,33,0,38124,0,'priyank31s@gmail.com','2',0,'9','8374352390','Vihaan','Singh','',0,38124,'2016-05-11','T9949807','IN','2024-12-16','2019-12-17','','0','0',2,0,'0',NULL,'91',NULL,'','','','undefined','','undefined','2023-04-20','1','1','f5dd3-06884-36e1e-e3870',NULL,'2023-04-20 23:33:20','2023-04-20 23:33:20','0',NULL),(24,6,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'1','9989613151','RAJESH KUMAR','SINGH','',0,38124,'1983-02-22','T4752287','IN','2029-04-29','2019-04-30','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','1','1','b19bb-333cb-b1038-d5877',NULL,'2023-04-21 15:24:43','2023-04-21 15:24:43','0',NULL),(26,12,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'1','09989613151','MOHIT','SONI','',0,38124,'1959-04-16','ererwerwer','IN','2030-04-09','2020-04-10','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','0','1','e7fba-213e0-2d803-d9e90',NULL,'2023-04-21 23:21:23','2023-04-21 23:21:23','0',NULL),(27,12,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'0','09989613151','Mohitt','soni','',0,38124,'1961-04-26','erwerwer','IN','2029-04-29','2019-04-30','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','0','1','e7fba-213e0-2d803-d9e90',NULL,'2023-04-21 23:21:23','2023-04-21 23:21:23','0',NULL),(28,12,0,38124,0,'mohit@leisuretravelshoppe.com','1',0,'9','09989613151','ewrwer','soni','',0,38124,'2015-04-16','ws65656','IN','2028-04-11','2018-04-12','','0','0',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-21','0','1','e7fba-213e0-2d803-d9e90',NULL,'2023-04-21 23:21:23','2023-04-21 23:21:23','0',NULL),(29,10,0,38124,0,'mohit@leisuretravelshope.com','1',0,'1','9989613151','MOHIT','SONI','',0,38124,'1957-04-19','k8777888','IN','2030-04-15','2020-04-16','','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-24','0','1','9575d-24f7d-61f0c-9c7cc',NULL,'2023-04-24 15:08:20','2023-04-24 15:08:20','0',NULL),(30,4,0,38124,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-16','0','1','296bd-6cb23-2e81a-9b851',NULL,'2023-06-16 16:32:08','2023-06-16 16:32:08','0',NULL),(31,39,0,38124,0,'marriottdummy@gmail.com','1',0,'9','1231564896','ASASD','ADS','',0,38124,NULL,'24283833','0','2024-05-29','2023-06-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-21','0','1','775ac-a95e1-aa935-ea4c1',NULL,'2023-06-21 07:31:09','2023-06-21 07:31:09','0',NULL),(32,40,0,38124,0,'abc@126.com','1',0,'9','1112341234','DUMMY','MARRIOTT','',0,38124,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-21','0','1','5d1a8-e4b2d-a0077-55089',NULL,'2023-06-21 08:13:21','2023-06-21 08:13:21','0',NULL),(33,41,0,38124,0,'9849232151@gmail.com','1',0,'9','9849232151','RAJAIN','JAIN','',0,38124,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-28','0','1','15c5b-22b7c-69f73-53945',NULL,'2023-06-28 14:28:21','2023-06-28 14:28:21','0',NULL),(34,43,0,86368,0,'shivam.vermaa4@gmail.com','2',0,'9','7011874684','KOI','BHI','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-18','0','1','fffd2-a1b58-e4316-3a840',NULL,'2023-08-18 12:02:16','2023-08-18 12:02:16','0',NULL),(35,1,471769,86368,0,'nehakumari@catpl.co.in','3',0,'Other','8923963627','NEHA','KANNOJIA','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-18','0','1','8eab7-77f99-a46c8-8d514',NULL,'2023-08-18 13:21:45','2023-08-18 13:21:45','0',NULL),(36,43,471650,86368,0,'shivam.vermaa4@gmail.com','1',0,'Other','7011874684','SHIVAM','VERMA','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-18','0','1','9c0d5-cebc0-05373-cf9aa',NULL,'2023-08-18 18:19:51','2023-08-18 18:19:51','0',NULL),(37,43,0,86368,0,'shivam.vermaa4@gmail.com','2',0,'9','7011874684','SHIVAM','VERMA','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-18','0','1','9c0d5-cebc0-05373-cf9aa',NULL,'2023-08-18 18:19:51','2023-08-18 18:19:51','0',NULL),(38,1,0,86368,0,'nehakumari@catpl.co.in','2',0,'1','8923963627','nikki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-21','0','1','c6f9a-9d493-b3e00-8fbd9',NULL,'2023-08-21 12:37:32','2023-08-21 12:37:32','0',NULL),(39,45,0,86368,0,'beinganuj3010@gmail.com','1',0,'1','9671365732','Anuj                                              ','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','1','1','23d01-5ee6a-1bed2-180ac',NULL,'2023-08-22 16:24:09','2023-08-22 16:24:09','0',NULL),(40,45,0,86368,0,'beinganuj3010@gmail.com','1',0,'1','9671365732','Anujj                                           ','kumar                          ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','1','1','c6a7e-7faf5-6562d-e4a9b',NULL,'2023-08-22 16:33:25','2023-08-22 16:33:25','0',NULL),(41,1,471769,86368,0,'nehakumari@catpl.co.in','3',0,'Other','8923963627','NEHA','KANNOJIA','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-22','0','1','5690e-46d2e-0c24d-ef204',NULL,'2023-08-22 17:37:47','2023-08-22 17:37:47','0',NULL),(42,53,0,86368,0,'anuj23.ak@gmail.com','1',0,'1','9671365732','Anuj','Kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-23','0','1','86fc9-ae5cc-0ff3c-9a269',NULL,'2023-08-23 11:51:06','2023-08-23 11:51:06','0',NULL),(44,53,474821,86368,0,'agarwalansul65@gmail.com','3',0,'0','7742825288','Mahak ','Agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91','GEBPK0418B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-20','0','1','ad740-07445-ea6ec-294d0',NULL,'2023-08-23 12:01:15','2023-09-20 23:06:00','0',NULL),(45,53,0,86368,0,'anuj23.ak@gmail.com','1',0,'9','9671365732','ANUJ','KUMAR','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','GEBPK0418B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-23','0','1','ad740-07445-ea6ec-294d0',NULL,'2023-08-23 12:01:15','2023-08-23 12:01:15','0',NULL),(46,55,0,86368,0,'anuj23@gmail.com','1',0,'1','9671365732','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-23','0','1','47eb8-1dbd4-f8c4c-c0e5b',NULL,'2023-08-23 12:48:49','2023-08-23 12:48:49','0',NULL),(47,50,0,86368,0,'anuj@catpl.co.in','1',0,'1','7009078210','Anuj','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-24','0','1','d4f2c-26db3-77df4-ac19c',NULL,'2023-08-24 12:32:44','2023-08-24 12:32:44','0',NULL),(48,55,0,86368,0,'anuj23@gmail.com','1',0,'1','9671365732','Anuj                                              ','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-25','1','1','9bd01-ae01a-8791c-74b20',NULL,'2023-08-25 12:01:18','2023-08-25 12:01:18','0',NULL),(49,1,0,86368,0,'nehakumari@catpl.co.in','2',0,'1','8923963627','nita','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','0fc83-0f776-654e6-2eb93',NULL,'2023-08-30 11:54:10','2023-08-30 11:54:10','0',NULL),(50,1,0,86368,0,'nehakumari@catpl.co.in','3',0,'1','8923963627','rinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','26442-0da12-ced54-e89aa',NULL,'2023-08-30 12:11:10','2023-08-30 12:11:10','0',NULL),(51,1,0,86368,0,'nehakumari@catpl.co.in','3',0,'0','8923963627','nikki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','26442-0da12-ced54-e89aa',NULL,'2023-08-30 12:11:10','2023-08-30 12:11:10','0',NULL),(52,1,0,86368,0,'nehakumari@catpl.co.in','1',0,'9','8923963627','chinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','26442-0da12-ced54-e89aa',NULL,'2023-08-30 12:11:10','2023-08-30 12:11:10','0',NULL),(53,1,0,86368,0,'nehakumari@catpl.co.in','1',0,'9','8923963627','pinki','singh','',0,86368,'2022-08-02',NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','26442-0da12-ced54-e89aa',NULL,'2023-08-30 12:11:10','2023-08-30 12:11:10','0',NULL),(56,1,0,86368,0,'nehakumari@catpl.co.in','1',0,'0','8923963627','nikku','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','bc0d8-95520-b33f8-3e0a6',NULL,'2023-08-30 12:22:46','2023-08-30 12:22:46','0',NULL),(57,1,0,86368,0,'nehakumari@catpl.co.in','1',0,'9','8923963627','rahul','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','bc0d8-95520-b33f8-3e0a6',NULL,'2023-08-30 12:22:46','2023-08-30 12:22:46','0',NULL),(58,1,0,86368,0,'nehakumari@catpl.co.in','2',0,'9','8923963627','chinki','singh','',0,86368,'2022-08-01',NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','bc0d8-95520-b33f8-3e0a6',NULL,'2023-08-30 12:22:46','2023-08-30 12:22:46','0',NULL),(59,1,0,86368,0,'nehakumari@catpl.co.in','3',0,'1','8923963627','sita','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','643a9-1ee0e-3584b-04cf4',NULL,'2023-08-30 12:28:22','2023-08-30 12:28:22','0',NULL),(60,1,471769,86368,0,'nehakumari@catpl.co.in','1',0,'Other','8923963627','TINKU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','4d927-d072b-01f7c-6cdba',NULL,'2023-08-30 12:36:43','2023-08-30 12:36:43','0',NULL),(61,4,0,86368,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra Kumar ','Singh','',0,86368,'1995-08-09','1236598745','IN','2030-08-13','2020-08-14','PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-30','0','1','a7a5a-b564b-02a8e-89d77',NULL,'2023-08-30 13:30:59','2023-08-30 13:30:59','0',NULL),(62,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'1','7742825288','deepak','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-02','0','1','d65e0-95cc8-7b008-784d4',NULL,'2023-09-02 08:59:55','2023-09-02 08:59:55','0',NULL),(63,4,0,86368,0,'jitendra@catpl.co.in','1',0,'1','9958049006','Jitendra Kumar ','Singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-04','0','1','54fa1-2008e-cf672-db567',NULL,'2023-09-04 10:20:27','2023-09-04 10:20:27','0',NULL),(64,44,0,86368,0,'AGARWALANSUL65@GMAIL.COM','1',0,'1','7742825288','DEEPAK ','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-04','0','1','a542d-9be8d-21080-6019b',NULL,'2023-09-04 12:23:53','2023-09-04 12:23:53','0',NULL),(65,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'1','7742825288','vikram ','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-07','0','1','402e4-fa217-4b687-9acfe',NULL,'2023-09-07 11:04:36','2023-09-07 11:04:36','0',NULL),(66,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'1','8553955457','ganesh','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-09','0','1','29cc9-c8428-e50b6-2695d',NULL,'2023-09-09 09:56:06','2023-09-09 09:56:06','0',NULL),(67,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'0','8553955457','B poonaram','poonaram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-09','0','1','29cc9-c8428-e50b6-2695d',NULL,'2023-09-09 09:56:06','2023-09-09 09:56:06','0',NULL),(69,72,0,86368,0,'sikder.am@yndex.com','MRS',0,'9','9088362463','Z','DAS','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-16','0','1','c1012-d770e-dd128-aa4da',NULL,'2023-09-16 17:11:57','2023-09-16 17:11:57','0',NULL),(70,73,0,86368,0,'amitsikder80@gmail.com','2',0,'9','9088362463','DQAWS','DQW','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-18','0','1','1f4af-745c9-cba29-c403e',NULL,'2023-09-18 11:31:39','2023-09-18 11:31:39','0',NULL),(71,75,0,86368,0,'amit99@gmail.com','2',0,'9','9088362463','BG','BG','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-20','0','1','550d6-1f84e-0642e-c207a',NULL,'2023-09-20 10:04:05','2023-09-20 10:04:05','0',NULL),(72,55,0,86368,0,'anuj23@gmail.com','1',0,'1','9671365732','Anuj','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-20','0','1','83d91-cf385-ce134-779a0',NULL,'2023-09-20 13:47:42','2023-09-20 13:47:42','0',NULL),(75,77,0,86368,0,'amit.30@yandex.com','2',0,'9','9088362463','VSDV','VDV','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-21','0','1','54b07-f58ad-a247a-7c9c6',NULL,'2023-09-21 10:21:53','2023-09-21 10:21:53','0',NULL),(76,65,0,86368,0,'amar.seervi15@gmail.com','1',0,'1','9066797528','Revath ','Ram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-24','0','1','3c585-241e8-cfd46-6a34d',NULL,'2023-09-24 21:38:23','2023-09-24 21:38:23','0',NULL),(77,79,0,86368,0,'sikder.am@yandex.com','2',0,'9','9088362463','FD','FD','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-28','0','1','9ab46-bb1ea-94a6c-f12a3',NULL,'2023-09-28 10:48:52','2023-09-28 10:48:52','0',NULL),(78,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'1','8553955457','dharmendra kumar','mandal','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-28','0','1','249c5-385aa-6d896-53c54',NULL,'2023-09-28 14:00:01','2023-09-28 14:00:01','0',NULL),(79,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'1','9594796358','Harsh','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','1','1','d01c4-2efd9-3ca54-3dbc5',NULL,'2023-09-30 12:43:54','2024-03-19 08:44:13','0',NULL),(80,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-30','1','1','d01c4-2efd9-3ca54-3dbc5',NULL,'2023-09-30 12:43:54','2023-09-30 12:43:54','0',NULL),(81,79,499887,86368,0,'SIKDER.AM@yandex.com','1',0,'Other','9088362463','SACA','ASC','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-02','0','1','77ef8-cf32e-7e6ed-f3b42',NULL,'2023-10-02 10:11:53','2023-10-02 10:11:53','0',NULL),(82,79,0,86368,0,'SIKDER.AM@yandex.com','2',0,'9','9088362463','ZDC','VSDV','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-02','0','1','77ef8-cf32e-7e6ed-f3b42',NULL,'2023-10-02 10:11:53','2023-10-02 10:11:53','0',NULL),(83,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'1','7742825288','Rajesh','Deb','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-02','0','1','89205-9b983-26a4c-cdc4b',NULL,'2023-10-02 22:42:42','2023-10-02 22:42:42','0',NULL),(84,79,499887,86368,0,'sikder.am@yandex.com','1',0,'Other','9088362463','EF','FEF','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-06','0','1','2873f-e4c88-42112-032cb',NULL,'2023-10-06 13:40:12','2023-10-06 13:40:12','0',NULL),(85,79,0,86368,0,'sikder.am@yandex.com','3',0,'9','9088362463','CEFC','CSC','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-06','0','1','2873f-e4c88-42112-032cb',NULL,'2023-10-06 13:40:12','2023-10-06 13:40:12','0',NULL),(86,65,0,86368,0,'amar.seervi15@gmail.com','1',0,'1','9066797528','Nakaram','Nakaram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-06','0','1','63c23-af2f4-4d42a-e86e8',NULL,'2023-10-06 15:06:23','2023-10-06 15:06:23','0',NULL),(87,65,0,86368,0,'amar.seervi15@gmail.com','1',0,'1','9066797528','Nakaram ','Nakaram ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-06','0','1','187c4-3d178-b95e0-a98b2',NULL,'2023-10-06 15:28:32','2023-10-06 15:28:32','0',NULL),(88,79,499887,86368,0,'sikder.am@yandex.com','1',0,'Other','9088362463','V','REGF','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-09','0','1','9f18c-fd5aa-99eaa-97d26',NULL,'2023-10-09 12:12:47','2023-10-09 12:12:47','0',NULL),(89,79,0,86368,0,'sikder.am@yandex.com','2',0,'9','9088362463','VSVD','VSV','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-09','0','1','9f18c-fd5aa-99eaa-97d26',NULL,'2023-10-09 12:12:47','2023-10-09 12:12:47','0',NULL),(90,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'1','8553955457','juga ','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-11','0','1','b7ea0-497d7-b6c50-769c1',NULL,'2023-10-11 18:17:12','2023-10-11 18:17:12','0',NULL),(91,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'1','8553955457','juga ','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-11','0','1','1a87f-46542-cc997-26a47',NULL,'2023-10-11 18:20:30','2023-10-11 18:20:30','0',NULL),(92,79,499887,86368,0,'sikder.am@yandex.com','2',0,'Other','9088362463','FRVTR','TRVGTR','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-13','0','1','cd631-c43e6-34f91-f0184',NULL,'2023-10-13 16:52:09','2023-10-13 16:52:09','0',NULL),(93,79,0,86368,0,'sikder.am@yandex.com','2',0,'9','9088362463','VTRVT','RVVTR','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-13','0','1','cd631-c43e6-34f91-f0184',NULL,'2023-10-13 16:52:09','2023-10-13 16:52:09','0',NULL),(94,82,0,86368,0,'vishwakarmatravels198@gmail.com','1',0,'1','9137684463','MD AZIM','SEKH','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-18','0','1','00e4b-f344c-242f2-ac839',NULL,'2023-10-18 17:49:35','2023-10-18 17:49:35','0',NULL),(95,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e1cd5-9e0c3-fcb31-aef02',NULL,'2023-10-20 17:17:49','2023-10-20 17:17:49','0',NULL),(96,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','niya','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'','','0',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e1cd5-9e0c3-fcb31-aef02',NULL,'2023-10-20 17:17:49','2023-10-20 17:17:49','0',NULL),(97,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','rani','devi','',0,97238,'2022-10-01',NULL,NULL,NULL,NULL,'','','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e1cd5-9e0c3-fcb31-aef02',NULL,'2023-10-20 17:17:49','2023-10-20 17:17:49','0',NULL),(98,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'sec 18','Noida','19543',1,0,'101',NULL,'91','BCDPV9945B',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','9b838-bfcd5-c5345-626a7',NULL,'2023-10-20 17:38:54','2023-10-20 17:47:26','0',NULL),(99,86,0,86368,0,'gopalchudasama21@gmail.com','1',0,'0','7096795467','Chudasama Gopal','Vallabhbhai','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','e10d3-36576-7d93f-5f0c1',NULL,'2023-10-20 18:13:02','2023-10-20 18:13:02','0',NULL),(100,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','0170f-e9c1c-98cc0-3aaba',NULL,'2023-10-20 18:53:31','2023-10-20 18:53:31','0',NULL),(101,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','shivam','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1','66a43-f5087-382a5-28fb8',NULL,'2023-10-20 18:56:48','2023-10-20 18:56:48','0',NULL),(102,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-21','0','1','ef71f-34296-c3bce-c9a9a',NULL,'2023-10-21 10:38:16','2023-10-21 10:38:16','0',NULL),(104,84,0,97238,86368,'nehakumari@catpl.co.in','1',0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','9bc66-24497-a4d01-243c1',NULL,'2023-10-23 16:02:09','2023-10-23 16:02:09','0',NULL),(105,96,0,86368,0,'sonallangote@gmail.com','3',0,'0','8308804667','Deepashree','Wadekar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','4bc8a-62d95-15ae5-98efb',NULL,'2023-10-23 21:41:28','2023-10-23 21:41:28','0',NULL),(106,96,0,86368,0,'sonallangote@gmail.com','1',0,'0','8308804667','Shailesh','Sutar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','4bc8a-62d95-15ae5-98efb',NULL,'2023-10-23 21:41:28','2023-10-23 21:41:28','0',NULL),(107,96,0,86368,0,'sonallangote@gmail.com','3',0,'1','8308804667','sonal','langote','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','ca778-72001-bc9e4-96a67',NULL,'2023-10-23 22:16:15','2023-10-23 22:16:15','0',NULL),(108,96,0,86368,0,'sonallangote@gmail.com','3',0,'0','8308804667','deepashree','wadekar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','ca778-72001-bc9e4-96a67',NULL,'2023-10-23 22:16:15','2023-10-23 22:16:15','0',NULL),(109,96,0,86368,0,'sonallangote@gmail.com','1',0,'0','8308804667','shailesh','sutar','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-23','0','1','ca778-72001-bc9e4-96a67',NULL,'2023-10-23 22:16:15','2023-10-23 22:16:15','0',NULL),(111,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','20f65-7b02a-34a7f-9d9b7',NULL,'2023-10-25 09:51:38','2023-10-25 09:51:38','0',NULL),(112,99,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'0','7584053639','JAKIR','HOSSAIN','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','77137-d1a6a-0d688-07cf9',NULL,'2023-10-25 12:15:58','2023-10-25 12:15:58','0',NULL),(113,100,0,97606,86368,'KRISHNATRAVELS612@GMAIL.COM','1',0,'0','8302204007','ashish','cHOMAL','',0,97606,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','e4d27-ad5c8-483e5-479cb',NULL,'2023-10-25 17:21:48','2023-10-25 17:21:48','0',NULL),(114,79,499887,86368,0,'sikder.am@yandex.com','1',0,'Other','9088362463','VS','VSV','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','70f70-2f679-e63ae-03c39',NULL,'2023-10-25 17:42:31','2023-10-25 17:42:31','0',NULL),(115,79,0,86368,0,'sikder.am@yandex.com','2',0,'9','9088362463','VCSDV','VSDV','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','70f70-2f679-e63ae-03c39',NULL,'2023-10-25 17:42:31','2023-10-25 17:42:31','0',NULL),(116,101,0,97862,86368,'ajaynavhal@gmail.com','1',0,'0','9462269772','AJAY KUMAR','SHARMA','',0,97862,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','8aadd-70af4-0b211-c2f9c',NULL,'2023-10-25 17:56:08','2023-10-25 17:56:08','0',NULL),(117,102,0,86368,0,'alex005778@gmail.com','1',0,'1','8553913360','Dbdj','Ehek','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','aa4be-c1534-9db7b-29b80',NULL,'2023-10-25 23:17:24','2023-10-25 23:17:24','0',NULL),(118,102,0,86368,0,'alex005778@gmail.com','1',0,'0','8553913360','Jddi','Hdkd','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','aa4be-c1534-9db7b-29b80',NULL,'2023-10-25 23:17:24','2023-10-25 23:17:24','0',NULL),(119,102,0,86368,0,'alex005778@gmail.com','2',0,'0','8553913360','Dbdj','Dhdiod','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','aa4be-c1534-9db7b-29b80',NULL,'2023-10-25 23:17:24','2023-10-25 23:17:24','0',NULL),(120,102,0,86368,0,'alex005778@gmail.com','1',0,'0','8553913360','Xbxk','Xhdi','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','aa4be-c1534-9db7b-29b80',NULL,'2023-10-25 23:17:24','2023-10-25 23:17:24','0',NULL),(121,102,0,86368,0,'alex005778@gmail.com','3',0,'0','8553913360','Sbsj','Dbdk','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','aa4be-c1534-9db7b-29b80',NULL,'2023-10-25 23:17:24','2023-10-25 23:17:24','0',NULL),(122,102,0,86368,0,'alex005778@gmail.com','1',0,'1','8553913360','aspak hossain','sk','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-25','0','1','a9758-aba99-03e12-0d118',NULL,'2023-10-25 23:30:45','2023-10-25 23:30:45','0',NULL),(123,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-26','0','1','dd758-90d65-48c01-12fa0',NULL,'2023-10-26 14:51:41','2023-10-26 14:51:41','0',NULL),(124,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-27','0','1','65139-a17c0-2cf3a-70cba',NULL,'2023-10-27 18:27:15','2023-10-27 18:27:15','0',NULL),(125,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'1','7742825288','ASHOK KUMAR','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-28','0','1','d0f19-3a10b-a3500-441f7',NULL,'2023-10-28 20:59:33','2023-10-28 20:59:33','0',NULL),(126,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'0','7742825288','PANKAJ','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-28','0','1','d0f19-3a10b-a3500-441f7',NULL,'2023-10-28 20:59:33','2023-10-28 20:59:33','0',NULL),(127,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'0','7742825288','RATAN LAL','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-28','0','1','d0f19-3a10b-a3500-441f7',NULL,'2023-10-28 20:59:33','2023-10-28 20:59:33','0',NULL),(128,101,0,97862,86368,'ajaynavhal@gmail.com','1',0,'9','9462269772','AJAY KUMAR','SHARMA','',0,97862,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-29','0','1','d9c83-cf38a-babb3-5430c',NULL,'2023-10-29 20:27:30','2023-10-29 20:27:30','0',NULL),(129,106,0,97557,86368,'zainansari70@gmail.com','1',0,'9','7760097886','ASLAM','SAIFEE','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-30','0','1','b9da1-847fb-a17fe-045ec',NULL,'2023-10-30 15:01:28','2023-10-30 15:01:28','0',NULL),(130,79,499887,86368,0,'sikder.am@yandex.com','1',0,'Other','9088362463','DFHBD','DFBHD','',0,86368,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-30','0','1','09d02-d523b-6fb96-95716',NULL,'2023-10-30 18:01:04','2023-10-30 18:01:04','0',NULL),(131,79,0,86368,0,'sikder.am@yandex.com','1',0,'9','9088362463','RDEH','HDF','',0,86368,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-30','0','1','09d02-d523b-6fb96-95716',NULL,'2023-10-30 18:01:04','2023-10-30 18:01:04','0',NULL),(135,111,0,97261,86368,'KRISHNATRAVELS612@GMAIL.COM','2',0,'0','9587206406','ANJU','DEVI','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','faef0-5004f-30d05-fd91c',NULL,'2023-10-31 12:06:11','2023-10-31 12:06:11','0',NULL),(136,111,0,97261,86368,'KRISHNATRAVELS612@GMAIL.COM','1',0,'0','9587206406','ABHAY SINGH','DANGI','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','faef0-5004f-30d05-fd91c',NULL,'2023-10-31 12:06:11','2023-10-31 12:06:11','0',NULL),(137,111,0,97261,86368,'KRISHNATRAVELS612@GMAIL.COM','3',0,'0','9587206406','PALAK','DANGI','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','faef0-5004f-30d05-fd91c',NULL,'2023-10-31 12:06:11','2023-10-31 12:06:11','0',NULL),(138,111,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM','1',0,'1','9587206406','YOGESH KUMAR','SHARMA','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','2d40f-92afb-79197-bc5f1',NULL,'2023-10-31 12:26:06','2023-10-31 12:26:06','0',NULL),(139,111,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM','2',0,'0','9587206406','ANJU','DEVI','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','2d40f-92afb-79197-bc5f1',NULL,'2023-10-31 12:26:06','2023-10-31 12:26:06','0',NULL),(140,111,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM','1',0,'0','9587206406','ABHAY SINGH ','DANGI','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','2d40f-92afb-79197-bc5f1',NULL,'2023-10-31 12:26:06','2023-10-31 12:26:06','0',NULL),(141,111,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM','3',0,'0','9587206406','PALAK ','DANGI','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','2d40f-92afb-79197-bc5f1',NULL,'2023-10-31 12:26:06','2023-10-31 12:26:06','0',NULL),(142,102,0,86368,0,'alex005778@gmail.com','1',0,'1','8553913360','Urhfkk','Hei','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','34c70-3dea0-bd46f-10088',NULL,'2023-10-31 17:03:27','2023-10-31 17:03:27','0',NULL),(143,102,0,86368,0,'alex005778@gmail.com','1',0,'0','8553913360','Djie','Jdod','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-31','0','1','34c70-3dea0-bd46f-10088',NULL,'2023-10-31 17:03:27','2023-10-31 17:03:27','0',NULL),(144,121,0,97557,86368,'zainansari70@gmail.com','1',0,'0','9022903904','Moh','Sohib','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-18','0','1','a43f6-01d5f-12881-5ff9c',NULL,'2023-11-18 07:10:46','2023-11-18 07:10:46','0',NULL),(145,122,0,86368,0,'afbkammakbfa55@gmail.com','1',0,'1','6006608060','Murad','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-18','0','1','c686d-052af-d189b-73dea',NULL,'2023-11-18 23:30:58','2023-11-18 23:30:58','0',NULL),(151,121,0,97557,86368,'zainansari70@gmail.com','2',0,'9','9022903904','Noor jahan','Khatun','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','10b13-5d48b-2b174-5cfdc',NULL,'2023-11-19 17:23:36','2023-11-19 17:23:36','0',NULL),(152,121,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9022903904','Ishrot','Fouziya','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','10b13-5d48b-2b174-5cfdc',NULL,'2023-11-19 17:23:36','2023-11-19 17:23:36','0',NULL),(153,121,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9022903904','Anjum shalla','Mohamed kasim','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','10b13-5d48b-2b174-5cfdc',NULL,'2023-11-19 17:23:36','2023-11-19 17:23:36','0',NULL),(154,121,0,97557,86368,'zainansari70@gmail.com','1',0,'0','9022903904','Mohamed kasim','Ubaithur rahman','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','10b13-5d48b-2b174-5cfdc',NULL,'2023-11-19 17:23:36','2023-11-19 17:23:36','0',NULL),(155,121,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9022903904','Anam samreen','Mohamed kasim','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','10b13-5d48b-2b174-5cfdc',NULL,'2023-11-19 17:23:36','2023-11-19 17:23:36','0',NULL),(156,101,0,97862,86368,'ajaynavhal@gmail.com','1',0,'9','9462269772','YOGI','SHUBHAM','',0,97862,'1997-04-29','U1905154','IN','2029-11-13','2019-11-14','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-19','0','1','ec3bb-c685e-4f729-f2f29',NULL,'2023-11-19 19:29:49','2023-11-19 19:29:49','0',NULL),(157,122,0,86368,0,'afbkammakbfa55@gmail.com','1',0,'1','6006608060','Murad ','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-20','1','1','8b316-cdad1-27fc4-22a0e',NULL,'2023-11-20 04:49:30','2023-11-20 04:49:30','0',NULL),(158,121,0,97557,86368,'zainansari70@gmail.com','1',0,'9','9022903904','Aala','Nur','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-20','0','1','a5207-4f38e-5a220-f1c20',NULL,'2023-11-20 16:42:20','2023-11-20 16:42:20','0',NULL),(159,124,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9845411561','RESHMA','RESHMA','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-23','0','1','e6ff8-43224-a1f5d-c3d85',NULL,'2023-11-23 15:31:02','2023-11-23 15:31:02','0',NULL),(160,124,0,97557,86368,'zainansari70@gmail.com','1',0,'9','9845411561','MOHAMMED','SALEEMUDDIN','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-23','0','1','73922-83a23-d362c-a4fb4',NULL,'2023-11-23 15:36:09','2023-11-23 15:36:09','0',NULL),(161,124,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9845411561','RESHMA','RESHMA','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-23','0','1','73922-83a23-d362c-a4fb4',NULL,'2023-11-23 15:36:09','2023-11-23 15:36:09','0',NULL),(163,121,0,97557,86368,'zainansari70@gmail.com','1',0,'9','9022903904','Rahath','Tabrez','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-27','0','1','452ae-10b26-63194-9949a',NULL,'2023-11-27 15:01:44','2023-11-27 15:01:44','0',NULL),(164,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-30','1','1','d7597-15e63-caf98-e8177',NULL,'2023-11-30 02:57:03','2023-11-30 02:57:03','0',NULL),(165,44,0,86368,0,'agarwalansul65@gmail.com','1',0,'1','7742825288','ANSUL','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-01','0','1','b9a6c-9dc11-a3575-68dd5',NULL,'2023-12-01 14:06:52','2023-12-01 14:06:52','0',NULL),(166,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-01','0','1','2a0df-45c3d-8a64e-d2f17',NULL,'2023-12-01 15:23:42','2023-12-01 15:23:42','0',NULL),(167,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'0','7742825288','mahak','jfgyhws','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-01','0','1','2a0df-45c3d-8a64e-d2f17',NULL,'2023-12-01 15:23:42','2023-12-01 15:23:42','0',NULL),(168,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','1',0,'0','7742825288','errt','tghrty','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-01','0','1','2a0df-45c3d-8a64e-d2f17',NULL,'2023-12-01 15:23:43','2023-12-01 15:23:43','0',NULL),(169,129,0,103393,86368,'333AJAYBANNA333@GMAIL.COM','1',0,'9','8955176616','RETRE','ERT','',0,103393,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-05','0','1','64ca5-f4e1b-d0b0b-d032e',NULL,'2023-12-05 15:40:17','2023-12-05 15:40:17','0',NULL),(170,79,499887,86368,0,'sikder.am@yandex.com','1',0,'Other','9088362463','GJNF','ASDAD','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','','','',1,0,'',NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-09','0','1','e51ee-e96d3-66f36-d889d',NULL,'2023-12-09 10:48:38','2023-12-09 10:48:38','0',NULL),(171,79,0,86368,0,'sikder.am@yandex.com','1',0,'9','9088362463','CACA','CACA','',0,86368,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required','',NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-09','0','1','e51ee-e96d3-66f36-d889d',NULL,'2023-12-09 10:48:38','2023-12-09 10:48:38','0',NULL),(173,98,0,97689,86368,'mohibulhoqur00@gmail.com','1',0,'9','9577359661','Mohibul','Hoque','',0,97689,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-13','0','1','5c2ef-6e8c3-2f324-ef89c',NULL,'2023-12-13 00:11:40','2023-12-13 00:11:40','0',NULL),(177,137,0,97261,86368,'krishnatravels613@gmail.com','1',0,'0','8290407450','Mohammed','Yaseen','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-26','0','1','1f283-c73ba-589a1-4d3df',NULL,'2023-12-26 17:00:06','2023-12-26 17:00:06','0',NULL),(178,137,0,97261,86368,'krishnatravels613@gmail.com','1',0,'0','8290407450','Mohammed','Saqlain r','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-26','0','1','1f283-c73ba-589a1-4d3df',NULL,'2023-12-26 17:00:06','2023-12-26 17:00:06','0',NULL),(179,137,0,97261,86368,'krishnatravels613@gmail.com','1',0,'0','8290407450','Mohammed abu','Bakkar','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-26','0','1','1f283-c73ba-589a1-4d3df',NULL,'2023-12-26 17:00:06','2023-12-26 17:00:06','0',NULL),(180,121,0,97557,86368,'zainansari70@gmail.com','2',0,'9','9022903904','Fahima','Fahima','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','6d588-14601-7b0bc-d0f3e',NULL,'2024-01-03 16:35:41','2024-01-03 16:35:41','0',NULL),(181,121,0,97557,86368,'zainansari70@gmail.com','2',0,'0','9022903904','Rasheeda','Bibi','',0,97557,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','6d588-14601-7b0bc-d0f3e',NULL,'2024-01-03 16:35:41','2024-01-03 16:35:41','0',NULL),(182,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','2',0,'9','7742825288','FAHIMA','FAHIMA','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','9ff6d-9d905-aaaba-7d86f',NULL,'2024-01-03 16:53:07','2024-01-03 16:53:07','0',NULL),(183,89,0,97261,86368,'AGARWALANSUL65@GMAIL.COM','2',0,'0','7742825288','RASHEEDA','BIBI','',0,97261,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','9ff6d-9d905-aaaba-7d86f',NULL,'2024-01-03 16:53:07','2024-01-03 16:53:07','0',NULL),(184,66,0,86368,0,'mukesh.seervi15@gmail.com','3',0,'1','8553955457','ANACHI','ANACHI','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-01','0','1','95453-07cd3-573f6-33808',NULL,'2024-02-01 08:39:27','2024-02-01 08:39:27','0',NULL),(185,66,0,86368,0,'mukesh.seervi15@gmail.com','3',0,'0','8553955457','SANTHOSH DEVI','SANTHOSH DEVI','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-01','0','1','95453-07cd3-573f6-33808',NULL,'2024-02-01 08:39:27','2024-02-01 08:39:27','0',NULL),(186,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'0','8553955457','RAMESH','RAMESH','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-01','0','1','95453-07cd3-573f6-33808',NULL,'2024-02-01 08:39:27','2024-02-01 08:39:27','0',NULL),(187,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'0','8553955457','CHIMAN LAL','CHIMAN LAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-01','0','1','95453-07cd3-573f6-33808',NULL,'2024-02-01 08:39:27','2024-02-01 08:39:27','0',NULL),(188,66,0,86368,0,'mukesh.seervi15@gmail.com','1',0,'9','8553955457','LALITA','LALITA','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-02-01','0','1','95453-07cd3-573f6-33808',NULL,'2024-02-01 08:39:27','2024-02-01 08:39:27','0',NULL),(190,141,0,86368,0,'mondaltravels1234@gmail.com','1',0,'1','9933298608','NETAI','MONDAL','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-14','0','1','147f2-79147-675ef-805dc',NULL,'2024-03-14 12:48:30','2024-03-14 12:48:30','0',NULL),(191,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1','53056-52409-0e736-ed890',NULL,'2024-03-19 08:35:09','2024-03-19 08:35:09','0',NULL),(192,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Harsh','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1','53056-52409-0e736-ed890',NULL,'2024-03-19 08:35:09','2024-03-19 08:35:09','0',NULL),(193,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Anand ','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1','53056-52409-0e736-ed890',NULL,'2024-03-19 08:35:09','2024-03-19 08:35:09','0',NULL),(194,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'1','9594796358','Kisan ','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','1','1','7ad87-2b9ab-e717c-66841',NULL,'2024-03-19 08:40:52','2024-03-19 08:40:52','0',NULL),(195,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Harsh','Kesarwani ','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','1','1','7ad87-2b9ab-e717c-66841',NULL,'2024-03-19 08:40:52','2024-03-19 08:40:52','0',NULL),(196,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Anand','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1','7ad87-2b9ab-e717c-66841',NULL,'2024-03-19 08:40:52','2024-03-19 08:40:52','0',NULL),(197,80,0,86368,0,'kesharwanikishan21@gmail.com','1',0,'0','9594796358','Anand','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-03-19','0','1','25fc3-1c4a6-32233-0a4a9',NULL,'2024-03-19 08:44:13','2024-03-19 08:44:13','0',NULL);
/*!40000 ALTER TABLE `tbl_customer_member` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_enquiry`
--

DROP TABLE IF EXISTS `tbl_enquiry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_enquiry` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(16) NOT NULL,
  `email` varchar(32) NOT NULL,
  `phone` varchar(15) NOT NULL,
  `date` varchar(64) NOT NULL,
  `message` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL,
  `document` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_enquiry`
--

LOCK TABLES `tbl_enquiry` WRITE;
/*!40000 ALTER TABLE `tbl_enquiry` DISABLE KEYS */;
INSERT INTO `tbl_enquiry` VALUES (1,'phone','','9079441424','2023-11-24','800200','1','2023-11-24 22:07:45',NULL),(2,'phone','','9958049006','2023-11-27','666112','1','2023-11-27 18:51:18',NULL),(3,'phone','','9326148112','2023-11-24','603806','1','2023-11-24 21:58:53',NULL),(4,'phone','','8290407450','2023-11-24','470331','0','2023-11-24 22:07:28',NULL),(5,'email','mangal@catpl.co.in','','2023-11-27','695513','1','2023-11-27 18:42:57',NULL),(6,'phone','','9528567307','2023-11-27','799744','1','2023-11-27 16:22:39',NULL),(7,'email','bhumika@hellogtx.com','','2023-11-27','464400','1','2023-11-27 16:22:15',NULL),(8,'phone','','7727052691','2023-11-27','055323','1','2023-11-27 18:42:56',NULL),(9,'email','jitendra@catpl.co.in','','2023-11-27','800278','1','2023-11-27 18:51:34',NULL),(10,'phone','','9742061590','2023-12-01','356562','1','2023-12-01 17:27:42',NULL),(11,'email','vvvishal18@gmail.com','','2023-12-01','198773','0','2023-12-01 17:28:02',NULL),(12,'email','ravk5097@gmail.com','','2023-12-01','096232','1','2023-12-01 17:32:00',NULL);
/*!40000 ALTER TABLE `tbl_enquiry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_events`
--

DROP TABLE IF EXISTS `tbl_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(500) NOT NULL,
  `fromDate` datetime NOT NULL,
  `toDate` datetime NOT NULL,
  `description` text NOT NULL,
  `venue` varchar(256) NOT NULL,
  `city` varchar(256) NOT NULL,
  `state` varchar(256) NOT NULL,
  `country` varchar(256) NOT NULL,
  `images` text NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `mainImage` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_events`
--

LOCK TABLES `tbl_events` WRITE;
/*!40000 ALTER TABLE `tbl_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_explore_icon`
--

DROP TABLE IF EXISTS `tbl_explore_icon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_explore_icon` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `Icon` varchar(255) NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `destination` varchar(500) NOT NULL,
  `exploreImage1` varchar(255) NOT NULL,
  `exploreImage2` varchar(255) NOT NULL,
  `exploreImage3` varchar(255) NOT NULL,
  `exploreImage4` varchar(255) NOT NULL,
  `exploreImage5` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_explore_icon`
--

LOCK TABLES `tbl_explore_icon` WRITE;
/*!40000 ALTER TABLE `tbl_explore_icon` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_explore_icon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_feedback`
--

DROP TABLE IF EXISTS `tbl_feedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_feedback` (
  `FeedbackId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `GtxRefId` int NOT NULL,
  `AgentSysId` int DEFAULT NULL,
  `Salutation` int DEFAULT NULL,
  `Name` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `EmailId` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `CountryCode` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `MobileNo` varchar(50) DEFAULT NULL,
  `Destination` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `DestinationId` int DEFAULT NULL,
  `TravelMonth` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `ReviewStarValue` int DEFAULT NULL,
  `ReviewTitle` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `Review` longtext CHARACTER SET utf32 COLLATE utf32_swedish_ci,
  `TripImage` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `displayOnHome` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  `isActive` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '1',
  `isMarkForDel` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  PRIMARY KEY (`FeedbackId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_feedback`
--

LOCK TABLES `tbl_feedback` WRITE;
/*!40000 ALTER TABLE `tbl_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_feedback` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_festival`
--

DROP TABLE IF EXISTS `tbl_festival`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_festival` (
  `sid` int unsigned NOT NULL AUTO_INCREMENT,
  `page_title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `page_description` longtext NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_description` text NOT NULL,
  `background_image` varchar(50) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `map_destination` varchar(256) NOT NULL,
  `map_destination_id` varchar(256) NOT NULL,
  `selectedPackages` text NOT NULL,
  PRIMARY KEY (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_festival`
--

LOCK TABLES `tbl_festival` WRITE;
/*!40000 ALTER TABLE `tbl_festival` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_festival` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight`
--

DROP TABLE IF EXISTS `tbl_flight`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight` (
  `aboutId` int NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `city_json` text NOT NULL,
  `order_by` int NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`aboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight`
--

LOCK TABLES `tbl_flight` WRITE;
/*!40000 ALTER TABLE `tbl_flight` DISABLE KEYS */;
INSERT INTO `tbl_flight` VALUES (36,'Delhi(DEL)','{\"AirportCode\":\"DEL\",\"CityID\":7701,\"ContSysId\":101,\"ICAO\":\"DEL\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Delhi\",\"ContName\":\"India\",\"label\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"value\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"}',3,1,0,'1'),(37,'Jammu(IXJ)','{\"AirportCode\":\"IXJ\",\"CityID\":13021,\"ContSysId\":101,\"ICAO\":\"IXJ\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Jammu\",\"ContName\":\"India\",\"label\":\"Jammu, IN - Satwari Arpt (IXJ), India\",\"value\":\"Jammu, IN - Satwari Arpt (IXJ), India\"}',4,1,0,'1'),(40,'Amritsar(ATQ)','{\"AirportCode\":\"ATQ\",\"CityID\":974,\"ContSysId\":101,\"ICAO\":\"ATQ\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Amritsar\",\"ContName\":\"India\",\"label\":\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\",\"value\":\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\"}',300,1,0,'1'),(42,'Bengaluru(BLR)','{\"AirportCode\":\"BLR\",\"CityID\":0,\"ContSysId\":0,\"ICAO\":\"BLR\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Bengaluru\",\"ContName\":\"India\",\"label\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"value\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"}',10,1,0,'1'),(43,'Jaipur(JAI)','{\"label\":\"Jaipur, IN - Sanganeer Arpt (JAI), India\",\"value\":\"Jaipur, IN - Sanganeer Arpt (JAI), India\",\"AirportCode\":\"JAI\",\"CityID\":12995,\"ContSysId\":101,\"ICAO\":\"JAI\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Jaipur\",\"ContName\":\"India\",\"labelWithSynonyms\":\"Jaipur, IN - Sanganeer Arpt (JAI), India, JAIPUR;Jaipur area\"}',1,1,0,'1'),(44,'Bengaluru(BLR)','{\"label\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"value\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"AirportCode\":\"BLR\",\"CityID\":2262,\"ContSysId\":101,\"ICAO\":\"BLR\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Bengaluru\",\"ContName\":\"India\",\"labelWithSynonyms\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India, Bangalore, Bengaluru, Bengalore\"}',2,1,0,'1'),(45,'Mumbai(BOM)','{\"label\":\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\",\"value\":\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\",\"AirportCode\":\"BOM\",\"CityID\":18676,\"ContSysId\":101,\"ICAO\":\"BOM\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Mumbai\",\"ContName\":\"India\",\"labelWithSynonyms\":\"Mumbai, IN - Chhatrapati Shivaji (BOM), India, \"}',4,1,0,'1'),(46,'Ahmedabad(AMD)','{\"label\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\",\"value\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\",\"AirportCode\":\"AMD\",\"CityID\":296,\"ContSysId\":101,\"ICAO\":\"AMD\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Ahmedabad\",\"ContName\":\"India\",\"labelWithSynonyms\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India, AHMEDABAD\"}',6,1,0,'1');
/*!40000 ALTER TABLE `tbl_flight` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_airport_code`
--

DROP TABLE IF EXISTS `tbl_flight_airport_code`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_airport_code` (
  `AirId` int NOT NULL AUTO_INCREMENT,
  `CountryCode` varchar(256) NOT NULL,
  `AirportCode` varchar(256) NOT NULL,
  `CityID` int NOT NULL,
  `ContSysId` int NOT NULL,
  `AirportName` varchar(256) NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`AirId`)
) ENGINE=InnoDB AUTO_INCREMENT=4294 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_airport_code`
--

LOCK TABLES `tbl_flight_airport_code` WRITE;
/*!40000 ALTER TABLE `tbl_flight_airport_code` DISABLE KEYS */;
INSERT INTO `tbl_flight_airport_code` VALUES (1,'','ZMH',6,39,'108 Mile Ranch, South Cariboo Regional Airport (ZMH)','1','0'),(2,'','AAH',19,83,'Aachen, Merzbrück Airport (AAH)','1','0'),(3,'DK','AAL',21,59,'Aalborg, DK - Aalborg Airport (AAL)','1','0'),(4,'NO','AES',24,164,'Aalesund, NO - Alesund Airport Vigra (AES)','1','0'),(5,'DK','AAR',31,59,'Aarhus, DK - Aarhus Airport (AAR)','1','0'),(6,'','ABF',36,114,'Abaiang, Abaiang Atoll Airport (ABF)','1','0'),(7,'RU','ABA',37,181,'Abakan, RU - Abakan Intl Airport (ABA)','1','0'),(8,'FR','XAB',47,76,'Abbeville, FR - Abbeville - Buigny-Saint-Maclou (XAB)','1','0'),(9,'CA','YXX',54,39,'Abbotsford, CA - Abbotsford Intl Airport (YXX)','1','0'),(10,'','AEA',62,114,'Abemama, Abemama Atoll Airport (AEA)','1','0'),(11,'US','ABR',68,231,'Aberdeen, US - Aberdeen Regional Airport (ABR)','1','0'),(12,'GB','ABZ',69,482,'Aberdeen, GB - Dyce Airport (ABZ)','1','0'),(13,'SA','AHB',86,186,'Abha, SA - Abha Airport (AHB)','1','0'),(14,'US','ABI',87,231,'Abilene, US - Abilene Regional Airport (ABI)','1','0'),(15,'AE','AAN',105,228,'Abu Dhabi, AE - Al Ain Airport (AAN)','1','0'),(16,'AE','AUH',105,228,'Abu Dhabi, AE - Abu Dhabi Intl Airport (AUH)','1','0'),(17,'AE','AZI',105,228,'Abu Dhabi, AE - Bateen Airport (AZI)','1','0'),(18,'AE','DHF',105,228,'Abu Dhabi, AE - Al Dhafra (DHF)','1','0'),(19,'AE','ZVJ',105,228,'Abu Dhabi, AE - Abu Dhabi Bus Station Airport (ZVJ)','1','0'),(20,'EG','ABS',106,65,'Abu Simbel, EG - Abu Simbel Airport (ABS)','1','0'),(21,'NG','ABV',107,160,'Abuja, NG - Abuja Intl Airport (ABV)','1','0'),(22,'','ACD',112,49,'Acandi, Alcides Fernández Airport (ACD)','1','0'),(23,'MX','ACA',113,141,'Acapulco, MX - Gen Juan N. Alvarez Intl Airport (ACA)','1','0'),(24,'','AGV',114,235,'Acarigua, Oswaldo Guevara Mujica Airport (AGV)','1','0'),(25,'GH','ACC',119,84,'Accra, GH - Kotoka Airport (ACC)','1','0'),(26,'','ADT',158,231,'Ada, Ada Municipal Airport (ADT)','1','0'),(27,'US','ADK',161,231,'Adak Island, US - Adak Island Airport (ADK)','1','0'),(28,'TR','ADA',168,222,'Adana, TR - Adana Airport (ADA)','1','0'),(29,'','UAB',168,222,'Adana, Incirlik Air Base (UAB)','1','0'),(30,'ET','ADD',172,70,'Addis Ababa, ET - Bole Intl Airport (ADD)','1','0'),(31,'US','ADS',173,231,'Addison, US - Addison Airport (ADS)','1','0'),(32,'AU','ADL',179,13,'Adelaide, AU - Adelaide Airport (ADL)','1','0'),(33,'YE','ADE',189,240,'Aden, YE - Aden Intl Airport (ADE)','1','0'),(34,'TR','ADF',194,222,'Adiyaman, TR - Adiyaman Airport (ADF)','1','0'),(35,'DZ','AZR',201,3,'Adrar, DZ - Touat Cheikh Sidi Mohamed Belkebir Airport (AZR)','1','0'),(36,'','AFO',221,231,'Afton, Afton Municipal Airport (AFO)','1','0'),(37,'','NRI',221,231,'Afton, Grand Lake Regional Airport (NRI)','1','0'),(38,'TR','AFY',222,222,'Afyon, TR - Afyon (AFY)','1','0'),(39,'MA','AGA',225,148,'Agadir, MA - Al Massira Airport (AGA)','1','0'),(40,'IN','IXA',229,101,'Agartala, IN - Agartala Airport (IXA)','1','0'),(41,'FR','AGF',240,76,'Agen, FR - La Garenne Airport (AGF)','1','0'),(42,'','AGZ',244,195,'Aggeneys, Aggeneys Airport (AGZ)','1','0'),(43,'IN','AGR',266,101,'Agra, IN - Agra Airport (AGR)','1','0'),(44,'TR','AJI',269,222,'Agri, TR - Agri Airport (AJI)','1','0'),(45,'GR','AGQ',272,86,'Agrinio, GR - Agrinion (AGQ)','1','0'),(46,'PR','BQN',279,176,'Aguadilla, PR - Rafael Hernandez Airport (BQN)','1','0'),(47,'MX','AGU',285,141,'Aguascalientes, MX - Lic. Jesus Teran Peredo Intl Airport (AGU)','1','0'),(48,'JP','AGJ',290,110,'Aguni, JP - Aguni Airport (AGJ)','1','0'),(49,'IN','AMD',296,101,'Ahmedabad, IN - Ahmedabad Airport (AMD)','1','0'),(50,'US','AIK',323,231,'Aiken, US - Aiken Municipal (AIK)','1','0'),(51,'','AIM',325,136,'Ailuk, Ailuk Airport (AIM)','1','0'),(52,'','ANW',336,231,'Ainsworth, Ainsworth Regional Airport (ANW)','1','0'),(53,'CK','AIT',354,53,'Aitutaki, CK - Aitutaki Airport (AIT)','1','0'),(54,'FR','QXB',356,76,'Aix-en-provence, FR - Aix-En-Provence Airport (QXB)','1','0'),(55,'IN','AJL',360,101,'Aizawl, IN - Lengpui Airport (AJL)','1','0'),(56,'FR','AJA',363,76,'Ajaccio, FR - Campo Dell Oro Airport (AJA)','1','0'),(57,'US','AKK',382,231,'Akhiok, US - Akhiok Airport (AKK)','1','0'),(58,'US','KKI',385,231,'Akiachak, US - Akiachak Airport (KKI)','1','0'),(59,'US','AKI',386,231,'Akiak, US - Akiak Airport (AKI)','1','0'),(60,'','AKE',387,80,'Akieni, Akieni Airport (AKE)','1','0'),(61,'JP','AXT',390,110,'Akita, JP - Akita Airport (AXT)','1','0'),(62,'CA','LAK',396,39,'Aklavik, CA - Freddie Carmichael Airport (LAK)','1','0'),(63,'','AKD',34309,101,'Akola, Akola Airport (AKD)','1','0'),(64,'','AKC',399,231,'Akron, Akron Fulton International Airport (AKC)','1','0'),(65,'','AKO',399,231,'Akron, Colorado Plains Regional Airport (AKO)','1','0'),(66,'CN','AKU',403,46,'Aksu, CN - Aksu Airport (AKU)','1','0'),(67,'KZ','SCO',404,112,'Aktau, KZ - Aktau Airport (SCO)','1','0'),(68,'KZ','AKX',405,112,'Aktobe, KZ - Aktobe Airport (AKX)','1','0'),(69,'CA','AKV',406,39,'Akulivik, CA - Akulivik Airport (AKV)','1','0'),(70,'IS','AEY',408,100,'Akureyri, IS - Akureyri Airport (AEY)','1','0'),(71,'US','KQA',409,231,'Akutan, US - Akutan Airport (KQA)','1','0'),(72,'JO','AQJ',413,111,'Al Aqaba, JO - Aqaba Airport (AQJ)','1','0'),(73,'EG','AAC',415,65,'Al Arish, EG - Al Arish Airport (AAC)','1','0'),(74,'YE','AAY',416,240,'Al Ghaydah, YE - Al Ghaydah Airport (AAY)','1','0'),(75,'MA','AHU',417,148,'Al Hoceima, MA - Al Hoceima Airport (AHU)','1','0'),(76,'US','AUK',426,231,'Alakanuk, US - Alakanuk Airport (AUK)','1','0'),(77,'US','ALM',429,231,'Alamogordo, US - White Sands Regional Airport (ALM)','1','0'),(78,'','XAL',430,141,'Alamos, Álamos Airport (XAL)','1','0'),(79,'US','ALS',431,231,'Alamosa, US - San Luis Valley Regional Airport/Bergman Field (ALS)','1','0'),(80,'ES','ABC',448,199,'Albacete, ES - Albacete Airport (ABC)','1','0'),(81,'SA','ABT',449,186,'Al-baha, SA - Al-Aqiq Airport (ABT)','1','0'),(82,'US','ABY',453,231,'Albany, US - Southwest Georgia Regional Airport (ABY)','1','0'),(83,'US','ALB',453,231,'Albany, US - Albany Intl Airport (ALB)','1','0'),(84,'AU','ALH',454,13,'Albany, AU - Albany Airport (ALH)','1','0'),(85,'IT','ALL',465,107,'Albenga, IT - Clemente Panero Intl Airport (ALL)','1','0'),(86,'','BYF',473,76,'Albert, Albert – Picardie Airport (BYF)','1','0'),(87,'US','AEL',474,231,'Albert Lea, US - Albert Lea Municipal (AEL)','1','0'),(88,'FR','LBI',484,76,'Albi, FR - Le Sequestre (LBI)','1','0'),(89,'','BUK',501,240,'Albuq, Albuq Airport (BUK)','1','0'),(90,'US','ABQ',502,231,'Albuquerque, US - Albuquerque Intl Sunport Airport (ABQ)','1','0'),(91,'AU','ABX',504,13,'Albury, AU - Albury Airport (ABX)','1','0'),(92,'GB','ACI',540,482,'Alderney, GB - Alderney Airport (ACI)','1','0'),(93,'US','WKK',551,231,'Aleknagik, US - Aleknagik Airport (WKK)','1','0'),(94,'','ALT',556,175,'Alenquer, Alenquer Airport (ALT)','1','0'),(95,'SY','ALP',559,211,'Aleppo, SY - Nejrab Airport (ALP)','1','0'),(96,'','YAL',561,39,'Alert Bay, Alert Bay Airport (YAL)','1','0'),(97,'','ALJ',567,195,'Alexander Bay, Alexander Bay Airport (ALJ)','1','0'),(98,'NZ','ALR',571,157,'Alexandra, NZ - Alexandra (ALR)','1','0'),(99,'US','AEX',572,231,'Alexandria, US - Alexandria Intl Airport (AEX)','1','0'),(100,'US','ESF',572,231,'Alexandria, US - Esler Regional (ESF)','1','0'),(101,'EG','ALY',574,65,'Alexandria, EG - Alexandria Airport (ALY)','1','0'),(102,'EG','HBE',574,65,'Alexandria, EG - Borg El Arab Airport (HBE)','1','0'),(103,'GR','AXD',576,86,'Alexandroupoli, GR - Alexandroupolis Airport (AXD)','1','0'),(104,'AE','FJR',597,228,'Al-fujairah, AE - Fujairah Intl Airport (FJR)','1','0'),(105,'IT','AHO',605,107,'Alghero, IT - Fertilia Airport (AHO)','1','0'),(106,'DZ','ALG',606,3,'Algiers, DZ - Houari Boumediene Airport (ALG)','1','0'),(107,'','AXG',610,231,'Algona, Algona Municipal Airport (AXG)','1','0'),(108,'ES','ALC',622,199,'Alicante, ES - Alicante Airport (ALC)','1','0'),(109,'US','ALI',628,231,'Alice, US - Alice International (ALI)','1','0'),(110,'AU','ASP',630,13,'Alice Springs, AU - Alice Springs Airport (ASP)','1','0'),(111,'','AIV',633,231,'Aliceville, George Downer Airport (AIV)','1','0'),(112,'US','ALZ',647,231,'Alitak, US - Alitak Seaplane Base (ALZ)','1','0'),(113,'IN','IXD',650,101,'Allahabad, IN - Allahabad Airport (IXD)','1','0'),(114,'US','AET',651,231,'Allakaket, US - Allakaket Airport (AET)','1','0'),(115,'','ADY',656,195,'Alldays, Alldays Airport (ADY)','1','0'),(116,'US','ABE',669,231,'Allentown, US - Lehigh Valley Intl Airport (ABE)','1','0'),(117,'US','AIA',681,231,'Alliance, US - Alliance Municipal Airport (AIA)','1','0'),(118,'CA','YTF',691,39,'Alma, CA - Alma Airport (YTF)','1','0'),(119,'KZ','ALA',698,112,'Almaty, KZ - Almaty Airport (ALA)','1','0'),(120,'','BXJ',698,112,'Almaty, Boraldai Airport (BXJ)','1','0'),(121,'ES','LEI',707,199,'Almeria, ES - Almeria Airport (LEI)','1','0'),(122,'','IXV',732,101,'Along, Along Airport (IXV)','1','0'),(123,'ID','ARD',736,102,'Alor, ID - Alor Island Airport (ARD)','1','0'),(124,'PG','GUR',739,170,'Alotau, PG - Gurney Airport (GUR)','1','0'),(125,'','AHZ',746,76,'Alpe D Huez, Alpe d\'Huez Airport (AHZ)','1','0'),(126,'US','APN',749,231,'Alpena, US - Alpena County Regional Airport (APN)','1','0'),(127,'','ABH',752,13,'Alpha, Alpha Airport (ABH)','1','0'),(128,'','ALE',759,231,'Alpine, Alpine–Casparis Municipal Airport (ALE)','1','0'),(129,'NO','ALF',775,164,'Alta, NO - Alta Airport (ALF)','1','0'),(130,'BR','ATM',782,30,'Altamira, BR - Altamira Airport (ATM)','1','0'),(131,'CN','AAT',790,46,'Altay, CN - Altay Airport (AAT)','1','0'),(132,'CH','ACH',801,210,'Altenrhein, CH - St. Gallen-Altenrhein Airport (ACH)','1','0'),(133,'','AWN',821,13,'Alton Downs, Alton Downs Airport (AWN)','1','0'),(134,'US','AXS',830,231,'Altus, US - Altus/Quartz Mountain Regional (AXS)','1','0'),(135,'US','LTS',830,231,'Altus, US - Altus Air Force Base (LTS)','1','0'),(136,'','AHI',868,102,'Amahai, Amahai Airport (AHI)','1','0'),(137,'','AXJ',869,110,'Amakusa, Amakusa Airfield (AXJ)','1','0'),(138,'','AFI',871,107,'Amalfi, Amalfi Airport (AFI)','1','0'),(139,'US','AMA',881,231,'Amarillo, US - Rick Husband Amarillo Intl Airport (AMA)','1','0'),(140,'MG','IVA',888,130,'Ambanja, MG - Ampapamena (IVA)','1','0'),(141,'','AMY',890,130,'Ambatomainty, Ambatomainty Airport (AMY)','1','0'),(142,'','WAM',891,130,'Ambatondrazaka, Ambatondrazaka Airport (WAM)','1','0'),(143,'BZ','SPR',893,22,'Ambergris Caye, BZ - Ambergris Cay Airport (SPR)','1','0'),(144,'US','ABL',900,231,'Ambler, US - Ambler Airport (ABL)','1','0'),(145,'ID','AMQ',904,102,'Ambon, ID - Pattimura Airport (AMQ)','1','0'),(146,'KE','ASV',905,113,'Amboseli National Park, KE - Amboseli Airport (ASV)','1','0'),(147,'RU','AMV',907,181,'Amderma, RU - Amderma Airport (AMV)','1','0'),(148,'','RCN',920,13,'American River, American River Airport (RCN)','1','0'),(149,'','AHH',926,231,'Amery, Amery Municipal Airport (AHH)','1','0'),(150,'US','AMW',927,231,'Ames, US - Ames Municipal (AMW)','1','0'),(151,'JO','ADJ',944,111,'Amman, JO - Amman Civil Airport (ADJ)','1','0'),(152,'JO','AMM',944,111,'Amman, JO - Queen Alia Intl Airport (AMM)','1','0'),(153,'','YEY',958,39,'Amos, Amos/Magny Airport (YEY)','1','0'),(154,'','AMP',964,130,'Ampanihy, Ampanihy Airport (AMP)','1','0'),(155,'IN','ATQ',974,101,'Amritsar, IN - Amritsar Airport (ATQ)','1','0'),(156,'NL','AMS',979,154,'Amsterdam, NL - Schiphol Airport (AMS)','1','0'),(157,'PF','AAA',980,78,'Anaa, PF - Anaa Airport (AAA)','1','0'),(158,'','AAO',982,235,'Anaco, Anaco Airport (AAO)','1','0'),(159,'','OTS',984,231,'Anacortes, Anacortes Airport (OTS)','1','0'),(160,'CA','YAA',991,39,'Anahim Lake, CA - Anahim Lake Airport (YAA)','1','0'),(161,'US','AKP',993,231,'Anaktuvuk Pass, US - Anaktuvuk Pass Airport (AKP)','1','0'),(162,'','HVA',994,130,'Analalava, Analalava Airport (HVA)','1','0'),(163,'RU','AAQ',999,181,'Anapa, RU - Anapa Airport (AAQ)','1','0'),(164,'US','ANC',1012,231,'Anchorage, US - Ted Stevens Anchorage Intl Airport (ANC)','1','0'),(165,'US','FRN',1012,231,'Anchorage, US - Bryant Army Heliport/Bryant AAF (FRN)','1','0'),(166,'US','MRI',1012,231,'Anchorage, US - Merrill Field (MRI)','1','0'),(167,'IT','AOI',1014,107,'Ancona, IT - Falconara Airport (AOI)','1','0'),(168,'CL','ZUD',1015,45,'Ancud, CL - Ancud (ZUD)','1','0'),(169,'','ZWA',1019,130,'Andapa, Andapa Airport (ZWA)','1','0'),(170,'NO','ANX',1021,164,'Andenes, NO - Andenes Andoya Airport (ANX)','1','0'),(171,'US','AID',1025,231,'Anderson, US - Anderson Municipal (Darlington Field) (AID)','1','0'),(172,'','ADR',1039,231,'Andrews, Robert F. Swinnie Airport (ADR)','1','0'),(173,'FR','EBU',1041,76,'Andrezieux-boutheon, FR - Boutheon Airport (EBU)','1','0'),(174,'','WAD',1042,130,'Andriamena, Andriamena Airport (WAD)','1','0'),(175,'BS','ASD',1046,16,'Andros Island, BS - Andros Town Airport (ASD)','1','0'),(176,'','NGD',1049,32,'Anegada Island, Auguste George Airport (NGD)','1','0'),(177,'US','AXX',1052,231,'Angel Fire, US - Angel Fire (AXX)','1','0'),(178,'FR','ANE',1060,76,'Angers, FR - Angers - Loire Airport (ANE)','1','0'),(179,'','AGD',1063,102,'Anggi, Anggi Airport (AGD)','1','0'),(180,'','LJN',1071,231,'Angleton, Texas Gulf Coast Regional Airport (LJN)','1','0'),(181,'US','AGN',1074,231,'Angoon, US - Angoon Seaplane Base (AGN)','1','0'),(182,'FR','ANG',1075,76,'Angouleme, FR - Cognac Intl Airport (ANG)','1','0'),(183,'AI','AXA',1080,7,'Anguilla, AI - Anguilla Airport (AXA)','1','0'),(184,'US','ANI',1085,231,'Aniak, US - Aniak Airport (ANI)','1','0'),(185,'VU','AWD',1088,233,'Aniwa, VU - Aniwa Airport (AWD)','1','0'),(186,'KM','AJN',1094,50,'Anjouan, KM - Ouani Airport (AJN)','1','0'),(187,'CN','AKA',1097,46,'Ankang, CN - Ankang Wulipu Airport (AKA)','1','0'),(188,'TR','ESB',1098,222,'Ankara, TR - Esenboga Airport (ESB)','1','0'),(189,'','JVA',1099,130,'Ankavandra, Ankavandra Airport (JVA)','1','0'),(190,'','WAK',1100,130,'Ankazoabo, Ankazoabo Airport (WAK)','1','0'),(191,'US','IKV',1101,231,'Ankeny, US - Ankeny Regional (IKV)','1','0'),(192,'','ARB',1105,231,'Ann Arbor, Ann Arbor Municipal Airport (ARB)','1','0'),(193,'DZ','AAE',1108,3,'Annaba, DZ - Rabah Bitat Airport (AAE)','1','0'),(194,'FR','NCY',1119,76,'Annecy, FR - Annecy Airport (NCY)','1','0'),(195,'FR','QNJ',1121,76,'Annemasse, FR - Annemasse (QNJ)','1','0'),(196,'US','ANB',1124,231,'Anniston, US - Anniston Metropolitan (ANB)','1','0'),(197,'CN','AQG',1132,46,'Anqing, CN - Anqing Tianzhushan Airport (AQG)','1','0'),(198,'','AOG',1141,46,'Anshan, Anshan Teng\'ao Airport (AOG)','1','0'),(199,'','AVA',1142,46,'Anshun, Anshun Huangguoshu Airport (AVA)','1','0'),(200,'MG','ANM',1150,130,'Antalaha, MG - Antsirabato Airport (ANM)','1','0'),(201,'TR','AYT',1151,222,'Antalya, TR - Antalya Airport (AYT)','1','0'),(202,'MG','TNR',1152,130,'Antananarivo, MG - Ivato Airport (TNR)','1','0'),(203,'','ANY',1157,231,'Anthony, Anthony Municipal Airport (ANY)','1','0'),(204,'AG','ANU',1163,9,'Antigua, AG - V C Bird Intl Airport (ANU)','1','0'),(205,'','ARO',1175,49,'Antioquia, Arboletes Airport (ARO)','1','0'),(206,'','ATE',1177,231,'Antlers, Antlers Municipal Airport (ATE)','1','0'),(207,'CL','ANF',1178,45,'Antofagasta, CL - Cerro Moreno Intl Airport (ANF)','1','0'),(208,'CL','TOQ',1178,45,'Antofagasta, CL - Barriles (TOQ)','1','0'),(209,'','WAQ',1185,130,'Antsalova, Antsalova Airport (WAQ)','1','0'),(210,'','ATJ',1186,130,'Antsirabe, Antsirabe Airport (ATJ)','1','0'),(211,'','AMB',1187,130,'Antsiranana, Ambilobe Airport (AMB)','1','0'),(212,'MG','DIE',1187,130,'Antsiranana, MG - Arrachart Airport (DIE)','1','0'),(213,'','WAI',1188,130,'Antsohihy, Ambalabe Airport (WAI)','1','0'),(214,'BE','ANR',1189,21,'Antwerp, BE - Antwerp Intl Airport (Deurne) (ANR)','1','0'),(215,'US','ACJ',1190,200,'Anuradhapura, US - Anuradhapura (ACJ)','1','0'),(216,'LK','ADP',1190,200,'Anuradhapura, LK - Anuradhapura (ADP)','1','0'),(217,'US','ANV',1191,231,'Anvik, US - Anvik Airport (ANV)','1','0'),(218,'','AYN',1193,46,'Anyang, Anyang Airport (AYN)','1','0'),(219,'JP','AOJ',1201,110,'Aomori, JP - Aomori Airport (AOJ)','1','0'),(220,'IT','AOT',1203,107,'Aosta, IT - Aosta Valley Airport (AOT)','1','0'),(221,'','AAF',1208,231,'Apalachicola, Apalachicola Regional Airport (AAF)','1','0'),(222,'US','AAS',1210,102,'Apalapsili, US - Apalapsili (AAS)','1','0'),(223,'CO','APO',1211,49,'Apartado, CO - Antonio Roldan Betancourt Airport (APO)','1','0'),(224,'PF','APK',1212,78,'Apataki, PF - Apataki Airport (APK)','1','0'),(225,'WS','APW',1219,183,'Apia, WS - Faleolo Airport (APW)','1','0'),(226,'US','APV',1234,231,'Apple Valley, US - Apple Valley (APV)','1','0'),(227,'US','ATW',1238,231,'Appleton, US - Outagamie County Regional Airport (ATW)','1','0'),(228,'BR','APU',1246,30,'Apucarana, BR - Apucarana (APU)','1','0'),(229,'BR','AJU',1255,30,'Aracaju, BR - Santa Maria Airport (AJU)','1','0'),(230,'RO','ARW',1260,179,'Arad, RO - Arad Intl Airport (ARW)','1','0'),(231,'BR','AUX',1262,30,'Araguaina, BR - Araguaina Airport (AUX)','1','0'),(232,'','AXC',1266,13,'Aramac, Aramac Airport (AXC)','1','0'),(233,'','AAK',1275,114,'Aranuka, Aranuka Airport (AAK)','1','0'),(234,'BR','APX',1277,30,'Arapongas, BR - Arapongas (APX)','1','0'),(235,'SA','RAE',1278,186,'Arar, SA - Arar Airport (RAE)','1','0'),(236,'BR','AQA',1279,30,'Araraquara, BR - Bartolomeu de Gusmao State Airport (AQA)','1','0'),(237,'AU','ARY',1280,13,'Ararat, AU - Ararat (ARY)','1','0'),(238,'CO','AUC',1281,49,'Arauca, CO - Santiago Perez Quiroz Airport (AUC)','1','0'),(239,'BR','AAX',1283,30,'Araxa, BR - Araxa Airport (AAX)','1','0'),(240,'ET','AMH',1284,70,'Arba Mintch, ET - Arba Mintch Airport (AMH)','1','0'),(241,'','NLN',1305,231,'Arcata, Kneeland Airport (NLN)','1','0'),(242,'CA','YAB',1325,39,'Arctic Bay, CA - Arctic Bay Airport (YAB)','1','0'),(243,'US','ARC',1326,231,'Arctic Village, US - Arctic Village Airport (ARC)','1','0'),(244,'','AHD',1345,105,'Ardmore, Ardmore Downtown Executive Airport (AHD)','1','0'),(245,'US','ADM',1347,231,'Ardmore, US - Ardmore Municipal (ADM)','1','0'),(246,'','ARE',1357,176,'Arecibo, Antonio (Nery) Juarbe Pol Airport (ARE)','1','0'),(247,'PE','AQP',1368,172,'Arequipa, PE - Rodriguez Ballon Intl Airport (AQP)','1','0'),(248,'','ACM',1401,45,'Arica, Arica Airport (ACM)','1','0'),(249,'CL','ARI',1401,45,'Arica, CL - Chacalluta Airport (ARI)','1','0'),(250,'RU','ARH',1421,181,'Arkhangelsk, RU - Arkhangelsk Airport (ARH)','1','0'),(251,'CO','AXM',1440,49,'Armenia, CO - El Eden Intl Airport (AXM)','1','0'),(252,'AU','ARM',1444,13,'Armidale, AU - Armidale Airport (ARM)','1','0'),(253,'','AON',1475,107,'Arona, Arona Airport (AON)','1','0'),(254,'','AIS',1477,114,'Arorae Island, Arorae Island Airport (AIS)','1','0'),(255,'','AAB',1485,13,'Arrabury, Arrabury Airport (AAB)','1','0'),(256,'','ATS',1513,231,'Artesia, Artesia Municipal Airport (ATS)','1','0'),(257,'BS','ATC',1517,16,'Arthurs Town, BS - Arthur`s Town Airport (ATC)','1','0'),(258,'UY','ATI',1520,230,'Artigas, UY - Artigas International (ATI)','1','0'),(259,'UG','RUA',1526,226,'Arua, UG - Arua Airport (RUA)','1','0'),(260,'AW','AUA',1527,12,'Aruba, AW - Queen Beatrix Intl Airport (AUA)','1','0'),(261,'TZ','ARK',1533,214,'Arusha, TZ - Arusha Airport (ARK)','1','0'),(262,'PF','AXR',1535,78,'Arutua, PF - Arutua Airport (AXR)','1','0'),(263,'CA','YEK',1538,39,'Arviat, CA - Arviat Airport (YEK)','1','0'),(264,'SE','AJR',1539,209,'Arvidsjaur, SE - Arvidsjaur Airport (AJR)','1','0'),(265,'WS','AAU',1554,183,'Asau, WS - Asau Airport (AAU)','1','0'),(266,'','ALK',1571,70,'Asela, Asella Airport (ALK)','1','0'),(267,'','ASG',1582,482,'Ashburton, Ashburton Aerodrome (ASG)','1','0'),(268,'TM','ASB',1595,223,'Ashgabat, TM - Ashgabat Airport (ASB)','1','0'),(269,'','AHM',1602,231,'Ashland, Ashland Municipal Airport (AHM)','1','0'),(270,'','ASX',1602,231,'Ashland, John F. Kennedy Memorial Airport (ASX)','1','0'),(271,'US','HTS',1602,231,'Ashland, US - Tri-State Airport/Milton J. Ferguson Field (HTS)','1','0'),(272,'','JFN',1604,231,'Ashtabula, Northeast Ohio Regional Airport (JFN)','1','0'),(273,'ER','ASM',1616,68,'Asmara, ER - Yohannes IV Intl Airport (ASM)','1','0'),(274,'ET','ASO',1622,70,'Asosa, ET - Asosa Airport (ASO)','1','0'),(275,'US','ASE',1624,231,'Aspen, US - Pitkin County Airport/Sardy Field (ASE)','1','0'),(276,'EG','ATZ',1645,65,'Assiut, EG - Assiut Airport (ATZ)','1','0'),(277,'KZ','TSE',1650,112,'Astana, KZ - Astana Airport (TSE)','1','0'),(278,'RU','ASF',1658,181,'Astrakhan, RU - Astrakhan Airport (ASF)','1','0'),(279,'ES','OVD',1660,199,'Asturias, ES - Asturias Airport (OVD)','1','0'),(280,'GR','JTY',1661,86,'Astypalaia, GR - Astypalea Island Airport (JTY)','1','0'),(281,'PY','ASU',1663,171,'Asuncion, PY - Silvio Pettirossi Intl Airport (ASU)','1','0'),(282,'EG','ASW',1664,65,'Aswan, EG - Aswan Airport (ASW)','1','0'),(283,'','ABU',1665,102,'Atambua, Haliwen Airport (ABU)','1','0'),(284,'YE','AXK',1667,240,'Ataq, YE - Ataq Airport (AXK)','1','0'),(285,'GR','ATH',1680,86,'Athens, GR - Athens Intl Airport (ATH)','1','0'),(286,'','ATO',1680,86,'Athens, Ohio University Airport (ATO)','1','0'),(287,'US','AHN',1681,231,'Athens, US - Athens/Ben Epps Airport (AHN)','1','0'),(288,'','YIB',1696,39,'Atikokan, Atikokan Municipal Airport (YIB)','1','0'),(289,'US','AKB',1700,231,'Atka, US - Atka Airport (AKB)','1','0'),(290,'US','ATL',1704,231,'Atlanta, US - Hartsfield-Jackson Atlanta Intl Airport (ATL)','1','0'),(291,'US','ACY',1706,231,'Atlantic, US - Atlantic City Intl Airport (ACY)','1','0'),(292,'US','AIY',1706,231,'Atlantic, US - Atlantic City Muni Bader Fld (AIY)','1','0'),(293,'US','ATT',1711,231,'Atmautluak, US - Atmautluak Airport (ATT)','1','0'),(294,'US','ATK',1716,231,'Atqasuk, US - Atqasuk Edward Burnell Sr Memorial Airport (ATK)','1','0'),(295,'CA','YAT',1723,39,'Attawapiskat, CA - Attawapiskat Airport (YAT)','1','0'),(296,'PF','AUQ',1732,78,'Atuona, PF - Hiva Oa-Atuona Airport (AUQ)','1','0'),(297,'KZ','GUW',1735,112,'Atyrau, KZ - Atyrau Airport (GUW)','1','0'),(298,'US','LEW',1746,231,'Auburn, US - Auburn/Lewiston Municipal (LEW)','1','0'),(299,'NZ','AKL',1751,157,'Auckland, NZ - Auckland Intl Airport (AKL)','1','0'),(300,'NZ','AMZ',1751,157,'Auckland, NZ - Ardmore (AMZ)','1','0'),(301,'DE','AGB',1764,83,'Augsburg, DE - Augsburg Airport (AGB)','1','0'),(302,'US','AGS',1766,231,'Augusta, US - Augusta Regional Airport at Bush Field (AGS)','1','0'),(303,'US','AUG',1766,231,'Augusta, US - Augusta State Airport (AUG)','1','0'),(304,'US','DNL',1766,231,'Augusta, US - Daniel Field (DNL)','1','0'),(305,'AU','PUG',1768,13,'Augusta, AU - Port Augusta Airport (PUG)','1','0'),(306,'SB','AKS',1772,193,'Auki, SB - Auki Gwaunaru`u Airport (AKS)','1','0'),(307,'FR','CFE',1777,76,'Aulnat, FR - Aulnat Airport (CFE)','1','0'),(308,'CA','YPJ',1786,39,'Aupaluk, CA - Aupaluk Airport (YPJ)','1','0'),(309,'','AUL',1788,136,'Aur, Aur Airport (AUL)','1','0'),(310,'IN','IXU',1790,101,'Aurangabad, IN - Chikkalthana Airport (IXU)','1','0'),(311,'FR','AUR',1795,76,'Aurillac, FR - Tronquieres Airport (AUR)','1','0'),(312,'','AUZ',1801,231,'Aurora, Aurora Municipal Airport (AUZ)','1','0'),(313,'','BFK',1801,231,'Aurora, Buckley Air Force Base (BFK)','1','0'),(314,'US','BKF',1801,231,'Aurora, US - Buckley Air Force Base (BKF)','1','0'),(315,'','LDO',1801,231,'Aurora, Laduani Airstrip (LDO)','1','0'),(316,'US','UAO',1801,231,'Aurora, US - Aurora State (UAO)','1','0'),(317,'AU','AUU',1803,13,'Aurukun Mission, AU - Aurukun Airport (AUU)','1','0'),(318,'','ASQ',1809,231,'Austin, Austin Airport (ASQ)','1','0'),(319,'US','AUM',1809,231,'Austin, US - Austin Municipal (AUM)','1','0'),(320,'US','AUS',1809,231,'Austin, US - Bergstrom Intl Airport (AUS)','1','0'),(321,'FR','AUF',1816,76,'Auxerre, FR - Auxerre - Branches (AUF)','1','0'),(322,'US','AOV',1820,231,'Ava, US - Ava Bill Martin Memorial (AOV)','1','0'),(323,'AU','AVV',1824,13,'Avalon, AU - Avalon Airport (AVV)','1','0'),(324,'IT','AVB',1855,107,'Aviano, IT - Aviano Air Base (AVB)','1','0'),(325,'','AVU',1886,193,'Avu Avu, Avu Avu Airport (AVU)','1','0'),(326,'ET','AWH',1889,70,'Awareh, ET - Awareh Airport (AWH)','1','0'),(327,'ET','AXU',1896,70,'Axum, ET - Axum Airport (AXU)','1','0'),(328,'','AYC',1897,172,'Ayacucho, Ayacucho Airport (AYC)','1','0'),(329,'PE','AYP',1897,172,'Ayacucho, PE - Coronel FAP Alfredo Mendivil Duarte Airport (AYP)','1','0'),(330,'','AYW',1902,102,'Ayawasi, Ayawasi Airport (AYW)','1','0'),(331,'','CII',1903,222,'Aydin, Aydın Airport (CII)','1','0'),(332,'AU','AYR',1919,13,'Ayr, AU - Ayr (AYR)','1','0'),(333,'ID','BXB',1960,102,'Babo, ID - Babo Airport (BXB)','1','0'),(334,'PH','BCD',1974,173,'Bacolod, PH - Bacolod Airport (BCD)','1','0'),(335,'ES','BJZ',1981,199,'Badajoz, ES - Badajoz Airport (BJZ)','1','0'),(336,'','BXD',1988,102,'Bade, Bade Airport (BXD)','1','0'),(337,'DE','ZCC',1992,83,'Baden-baden, DE - Baden Oos (ZCC)','1','0'),(338,'','BDN',1998,166,'Badin, Talhar Airport (BDN)','1','0'),(339,'','BDD',2003,13,'Badu Island, Badu Island Airport (BDD)','1','0'),(340,'','BFX',2007,38,'Bafoussam, Bafoussam Airport (BFX)','1','0'),(341,'','BQI',2009,151,'Bagani, Bagani Airport (BQI)','1','0'),(342,'','BGT',2011,231,'Bagdad, Bagdad Airport (BGT)','1','0'),(343,'IN','IXB',2012,101,'Bagdogra, IN - Bagdogra Airport (IXB)','1','0'),(344,'IQ','BGW',2017,104,'Baghdad, IQ - Baghdad Intl Airport (BGW)','1','0'),(345,'IQ','SDA',2017,104,'Baghdad, IQ - Baghdad International Apt (SDA)','1','0'),(346,'','TQD',2017,104,'Baghdad, Al-Taqaddum Air Base (TQD)','1','0'),(347,'CA','YBG',2035,39,'Bagotville, CA - Bagotville Airport (YBG)','1','0'),(348,'PH','BAG',2037,173,'Baguio, PH - Baguio Airport (BAG)','1','0'),(349,'ET','BJR',2041,70,'Bahar Dar, ET - Bahar Dar Airport (BJR)','1','0'),(350,'PK','BHV',2044,166,'Bahawalpur, PK - Bahawalpur Airport (BHV)','1','0'),(351,'AR','BHI',2045,10,'Bahia Blanca, AR - Comandante Espora/Bahia Blanca Airport (BHI)','1','0'),(352,'EC','BHA',2047,64,'Bahia De Caraquez, EC - Los Perales (BHA)','1','0'),(353,'CO','BSC',2050,49,'Bahia Solano, CO - Jose Celestino Mutis Airport (BSC)','1','0'),(354,'RO','BAY',2056,179,'Baia Mare, RO - Baia Mare Airport (BAY)','1','0'),(355,'CA','YBC',2059,39,'Baie Comeau, CA - Baie-Comeau Airport (YBC)','1','0'),(356,'CA','YBJ',34656,39,'Baie Johan Beetz, CA - Baie-Johan-Beetz Seaplane Base (YBJ)','1','0'),(357,'AU','BSJ',2079,13,'Bairnsdale, AU - Bairnsdale (BSJ)','1','0'),(358,'','NBS',2081,46,'Baishan, Changbaishan Airport (NBS)','1','0'),(359,'','BJW',2090,102,'Bajawa, Bajawa Soa Airport (BJW)','1','0'),(360,'','BXE',2093,187,'Bakel, Bakel Airport (BXE)','1','0'),(361,'US','BKE',2094,231,'Baker, US - Baker City Municipal (BKE)','1','0'),(362,'CA','YBK',2095,39,'Baker Lake, CA - Baker Lake Airport (YBK)','1','0'),(363,'US','BFL',2096,231,'Bakersfield, US - Meadows Field Airport (BFL)','1','0'),(364,'IS','BJD',2098,100,'Bakkafjordur, IS - Bakkafjörður Airport (BJD)','1','0'),(365,'AZ','GYD',2099,15,'Baku, AZ - Heydar Aliyev Intl Airport (GYD)','1','0'),(366,'','ZXT',2099,15,'Baku, Zabrat Airport (ZXT)','1','0'),(367,'','BWO',2103,181,'Balakovo, Balakovo Airport (BWO)','1','0'),(368,'US','MLJ',2129,231,'Baldwin, US - Baldwin County (MLJ)','1','0'),(369,'','BAJ',2136,102,'Bali, Bali Airport (BAJ)','1','0'),(370,'','BLC',2136,102,'Bali, Bali Airport (BLC)','1','0'),(371,'ID','BPN',2141,102,'Balikpapan, ID - Sepinggan Airport (BPN)','1','0'),(372,'','BKN',2146,223,'Balkanabat, Balkanabat Airport (BKN)','1','0'),(373,'AU','BNK',2162,13,'Ballina, AU - Ballina Airport (BNK)','1','0'),(374,'','BZD',2202,13,'Balranald, Balranald Airport (BZD)','1','0'),(375,'','BZY',2207,144,'Balti City, Bălți International Airport (BZY)','1','0'),(376,'US','BWI',2211,231,'Baltimore, US - Baltimore/Washington Intl Thurgood Marshall Apt (BWI)','1','0'),(377,'DE','BMR',2212,83,'Baltrum, DE - Baltrum (BMR)','1','0'),(378,'','RGH',2213,101,'Balurghat, Balurghat Airport (RGH)','1','0'),(379,'AU','ABM',2217,13,'Bamaga, AU - Northern Peninsula Airport (ABM)','1','0'),(380,'ML','BKO',2218,134,'Bamako, ML - Bamako Airport (BKO)','1','0'),(381,'US','BMQ',2226,113,'Bamburi, US - Bamburi (BMQ)','1','0'),(382,'','BPC',2227,38,'Bamenda, Bamenda Airport (BPC)','1','0'),(383,'','NAF',2232,102,'Banaina, Banaina Airport (NAF)','1','0'),(384,'ID','BTJ',2242,102,'Banda Aceh, ID - Sultan Iskandar Muda Airport (BTJ)','1','0'),(385,'ID','TKG',2245,102,'Bandar Lampung, ID - Radin Inten II Airport (TKG)','1','0'),(386,'','BDY',2255,231,'Bandon, Bandon State Airport (BDY)','1','0'),(387,'','FDU',2256,74,'Bandundu, Bandundu Airport (FDU)','1','0'),(388,'ID','BDO',2257,102,'Bandung, ID - Husein Sastranegara Intl Airport (BDO)','1','0'),(389,'','YBA',2258,482,'Banff, Banff Airport (YBA)','1','0'),(390,'IN','BLR',2262,101,'Bangalore, IN - Bangalore Airport (BLR)','1','0'),(391,'TH','BKK',2266,215,'Bangkok, TH - Bangkok Intl Airport (BKK)','1','0'),(392,'TH','DMK',2266,215,'Bangkok, TH - Don Mueang Intl Airport (DMK)','1','0'),(393,'US','BGR',2268,231,'Bangor, US - Bangor Intl Airport (BGR)','1','0'),(394,'BA','BNX',2271,27,'Banja Luka, BA - Banja Luka Intl Airport (BNX)','1','0'),(395,'ID','BDJ',2272,102,'Banjarmasin, ID - Syamsudin Noor Airport (BDJ)','1','0'),(396,'GM','BJL',2273,81,'Banjul, GM - Yundum Intl Airport (BJL)','1','0'),(397,'AU','BWU',2275,13,'Bankstown, AU - Bankstown (BWU)','1','0'),(398,'US','BNG',2279,231,'Banning, US - Banning Municipal (BNG)','1','0'),(399,'','BNP',2281,166,'Bannu, Bannu Airport (BNP)','1','0'),(400,'IE','BYT',2290,105,'Bantry, IE - Bantry (BYT)','1','0'),(401,'','BWX',2296,102,'Banyuwangi, Blimbingsari Airport (BWX)','1','0'),(402,'CN','BSD',2303,46,'Baoshan, CN - Baoshan Airport (BSD)','1','0'),(403,'CN','BAV',2305,46,'Baotou, CN - Batou Erliban Airport (BAV)','1','0'),(404,'','BCA',2313,56,'Baracoa, Gustavo Rizo Airport (BCA)','1','0'),(405,'','VEV',2318,193,'Barakoma, Barakoma Airport (VEV)','1','0'),(406,'FR','QYR',2339,76,'Barberey-saint-sulpice, FR - Barberey (QYR)','1','0'),(407,'','BBQ',2350,9,'Barbuda, Barbuda Codrington Airport (BBQ)','1','0'),(408,'AU','BCI',2351,13,'Barcaldine, AU - Barcaldine Airport (BCI)','1','0'),(409,'ES','BCN',2352,199,'Barcelona, ES - Barcelona El Prat Airport (BCN)','1','0'),(410,'VE','BLA',2353,235,'Barcelona, VE - Anzoategui Airport (BLA)','1','0'),(411,'FR','BAE',2354,76,'Barcelonnette, FR - Barcelonnette - Saint-Pons (BAE)','1','0'),(412,'NO','BDU',2367,164,'Bardufoss, NO - Bardufoss Airport (BDU)','1','0'),(413,'','BEK',2370,101,'Bareilly, Bareilly Airport (BEK)','1','0'),(414,'IT','BRI',2379,107,'Bari, IT - Karol Wojtyla Airport (BRI)','1','0'),(415,'AR','BRC',2381,10,'Bariloche, AR - Teniente Luis Candelaria Intl Airport (BRC)','1','0'),(416,'VE','BNS',2382,235,'Barinas, VE - Barinas Airport (BNS)','1','0'),(417,'MY','BBN',2384,132,'Bario, MY - Bario Airport (BBN)','1','0'),(418,'RU','BAX',2405,181,'Barnaul, RU - Barnaul Airport (BAX)','1','0'),(419,'US','BNL',2421,231,'Barnwell, US - Barnwell Regional (BNL)','1','0'),(420,'','RRI',2426,193,'Barora Island, Barora Airport (RRI)','1','0'),(421,'VE','BRM',2429,235,'Barquisimeto, VE - Barquisimeto Airport (BRM)','1','0'),(422,'','BQQ',2430,175,'Barra, Barra Airport (BQQ)','1','0'),(423,'GB','BRR',2431,482,'Barra, GB - Barra Airport (BRR)','1','0'),(424,'CO','EJA',2436,49,'Barrancabermeja, CO - Yariguies Airport (EJA)','1','0'),(425,'CO','BAQ',2440,49,'Barranquilla, CO - Cortissoz Airport (BAQ)','1','0'),(426,'BR','BRA',2442,30,'Barreiras, BR - Barreiras Airport (BRA)','1','0'),(427,'','BRB',2443,30,'Barreirinhas, Barreirinhas Airport (BRB)','1','0'),(428,'','YLK',2446,39,'Barrie, Lake Simcoe Regional Airport (YLK)','1','0'),(429,'US','BRW',2453,231,'Barrow, US - Wiley Post-Will Rogers Memoria Airport (BRW)','1','0'),(430,'','BWB',2454,13,'Barrow Island, Barrow Island Airport (BWB)','1','0'),(431,'','BYS',2460,231,'Barstow, Bicycle Lake Army Airfield (BYS)','1','0'),(432,'DE','BBH',2463,83,'Barth, DE - Barth (BBH)','1','0'),(433,'US','BVO',2466,231,'Bartlesville, US - Bartlesville Municipal (BVO)','1','0'),(434,'US','BOW',2474,231,'Bartow, US - Bartow Municipal (BOW)','1','0'),(435,'','BSU',2482,74,'Basankusu, Basankusu Airport (BSU)','1','0'),(436,'PH','BSO',2485,173,'Basco, PH - Basco Airport (BSO)','1','0'),(437,'','BBR',2506,89,'Basse-terre, Baillif Airport (BBR)','1','0'),(438,'FR','BIA',2513,76,'Bastia, FR - Poretta Airport (BIA)','1','0'),(439,'US','BVX',2530,231,'Batesville, US - Batesville Regional (BVX)','1','0'),(440,'AU','BHS',2534,13,'Bathurst, AU - Bathurst Airport (BHS)','1','0'),(441,'CA','ZBF',2535,39,'Bathurst, CA - Bathurst Airport (ZBF)','1','0'),(442,'TR','BAL',2537,222,'Batman, TR - Batman Airport (BAL)','1','0'),(443,'US','BTR',2538,231,'Baton Rouge, US - Baton Rouge Metropolitan Airport / Ryan Field (BTR)','1','0'),(444,'','OUR',2539,38,'Batouri, Batouri Airport (OUR)','1','0'),(445,'NO','BJF',2541,164,'Batsfjord, NO - Batsfjord Airport (BJF)','1','0'),(446,'KH','BBM',2543,37,'Battambang, KH - Battambang (BBM)','1','0'),(447,'US','BTL',2549,231,'Battle Creek, US - W K Kellogg (BTL)','1','0'),(448,'GE','BUS',2556,82,'Batumi, GE - Batumi Airport (BUS)','1','0'),(449,'','BDE',2559,231,'Baudette, Baudette International Airport (BDE)','1','0'),(450,'BR','BAU',2564,30,'Bauru, BR - Bauru Airport (BAU)','1','0'),(451,'BR','JTC',2564,30,'Bauru, BR - Bauru-Arealva Airport (JTC)','1','0'),(452,'','BBC',30577,231,'Bay City, Bay City Municipal Airport (BBC)','1','0'),(453,'US','HPY',2597,231,'Baytown, US - Baytown (HPY)','1','0'),(454,'','BZB',2602,149,'Bazaruto, Bazaruto Island Airport (BZB)','1','0'),(455,'','WBE',2615,130,'Bealanana, Ankaizina Airport (WBE)','1','0'),(456,'CA','XBE',2623,39,'Bearskin Lake, CA - Bearskin Lake Airport (XBE)','1','0'),(457,'US','BIE',2625,231,'Beatrice, US - Beatrice Municipal (BIE)','1','0'),(458,'US','BTY',2627,231,'Beatty, US - Beatty (BTY)','1','0'),(459,'','BFT',2632,231,'Beaufort, Beaufort County Airport (BFT)','1','0'),(460,'US','BMT',2646,231,'Beaumont, US - Beaumont Municipal (BMT)','1','0'),(461,'US','BPT',2646,231,'Beaumont, US - Southeast Texas Regional Airport (BPT)','1','0'),(462,'FR','BVA',2657,76,'Beauvais, FR - Beauvais-Tille Airport (BVA)','1','0'),(463,'US','WBQ',2660,231,'Beaver, US - Beaver Airport (WBQ)','1','0'),(464,'CA','YXQ',2661,39,'Beaver Creek, CA - Beaver Creek (YXQ)','1','0'),(465,'DZ','CBH',2672,3,'Bechar, DZ - Boudghene Ben Ali Lotfi Airport (CBH)','1','0'),(466,'US','BKW',2677,231,'Beckley, US - Raleigh County Memorial Airport (BKW)','1','0'),(467,'US','HMZ',2683,231,'Bedford, US - Bedford County (HMZ)','1','0'),(468,'AU','BEU',2691,13,'Bedourie, AU - Bedourie Airport (BEU)','1','0'),(469,'VG','EIS',2698,32,'Beef Island, VG - Beef Island Airport (EIS)','1','0'),(470,'','BEV',2704,106,'Beersheba, Beersheba Airport (BEV)','1','0'),(471,'','NIR',2710,231,'Beeville, Chase Field Industrial Complex (NIR)','1','0'),(472,'ET','BEI',2720,70,'Beica, ET - Beica Airport (BEI)','1','0'),(473,'LY','LAQ',2721,123,'Beida, LY - Al Abraq Intl Airport (LAQ)','1','0'),(474,'CN','BHY',2724,46,'Beihai, CN - Beihai Fucheng Airport (BHY)','1','0'),(475,'','BHN',2725,240,'Beihan, Beihan Airport (BHN)','1','0'),(476,'CN','NAY',2726,46,'Beijing, CN - Beijing Nanyuan Airport (NAY)','1','0'),(477,'CN','PEK',2726,46,'Beijing, CN - Beijing Capital Intl Airport (PEK)','1','0'),(478,'MZ','BEW',2730,149,'Beira, MZ - Beira Airport (BEW)','1','0'),(479,'LB','BEY',2732,120,'Beirut, LB - Beirut Intl Airport (BEY)','1','0'),(480,'PT','BYJ',2741,175,'Beja, PT - Beja Airport (BYJ)','1','0'),(481,'DZ','BJA',2742,3,'Bejaia, DZ - Soummam - Abane Ramdane Airport (BJA)','1','0'),(482,'','OVA',2749,130,'Bekily, Bekily Airport (OVA)','1','0'),(483,'MY','BLG',2753,132,'Belaga, MY - Belaga Airport (BLG)','1','0'),(484,'BR','BEL',2762,30,'Belem, BR - Val De Caes Intl Airport (BEL)','1','0'),(485,'FR','BOR',2772,76,'Belfort, FR - Fontaine Airport (BOR)','1','0'),(486,'IN','IXG',2774,101,'Belgaum, IN - Belgaum Airport (IXG)','1','0'),(487,'RU','EGO',2780,181,'Belgorod, RU - Belgorod Airport (EGO)','1','0'),(488,'YU','BEG',2782,241,'Belgrade, YU - Nikola Tesla Airport (BEG)','1','0'),(489,'BZ','TZA',2791,22,'Belize, BZ - Belize City Municipal Airport (TZA)','1','0'),(490,'','YSX',2793,39,'Bella Bella, Bella Bella/Shearwater Water Aerodrome (YSX)','1','0'),(491,'US','ACB',2799,231,'Bellaire, US - Antrim County (ACB)','1','0'),(492,'','BEP',2802,101,'Bellary, Bellary Airport (BEP)','1','0'),(493,'','BLP',2804,172,'Bellavista, Huallaga Airport (BLP)','1','0'),(494,'','BCS',2806,231,'Belle Chasse, Southern Seaplane Airport (BCS)','1','0'),(495,'US','RPB',2825,231,'Belleville, US - Belleville Municipal (RPB)','1','0'),(496,'US','BLI',2837,231,'Bellingham, US - Bellingham Intl Airport (BLI)','1','0'),(497,'SB','BNY',2843,193,'Bellona Island, SB - Anua Airport (BNY)','1','0'),(498,'IT','BLX',2851,107,'Belluno, IT - Belluno (BLX)','1','0'),(499,'BR','CNF',2859,30,'Belo Horizonte, BR - Tancredo Neves/Confins Intl Airport (CNF)','1','0'),(500,'BR','PLU',2859,30,'Belo Horizonte, BR - Belohorizonte - Pamphula Airport (PLU)','1','0'),(501,'','BBP',2880,482,'Bembridge, Bembridge Airport (BBP)','1','0'),(502,'US','BJI',2881,231,'Bemidji, US - Bemidji Regional Airport (BJI)','1','0'),(503,'AU','BLN',2887,13,'Benalla, AU - Benalla (BLN)','1','0'),(504,'GB','BEB',2894,482,'Benbecula, GB - Benbecula Airport (BEB)','1','0'),(505,'US','BXG',2898,13,'Bendigo, US - Bendigo (BXG)','1','0'),(506,'','BFU',2907,46,'Bengbu, Bengbu Airport (BFU)','1','0'),(507,'LY','BEN',2908,123,'Benghazi, LY - Benina Intl Airport (BEN)','1','0'),(508,'ID','BKS',2909,102,'Bengkulu, ID - Fatmawati Soekarno Airport (BKS)','1','0'),(509,'','BUG',2911,6,'Benguela, Benguela Airport (BUG)','1','0'),(510,'','BNC',2913,74,'Beni, Beni Airport (BNC)','1','0'),(511,'','BEM',2914,148,'Beni Mellal, Beni Mellal Airport (BEM)','1','0'),(512,'','BTN',2928,231,'Bennettsville, Marlboro County Jetport (BTN)','1','0'),(513,'','BBB',2939,231,'Benson, Benson Municipal Airport (BBB)','1','0'),(514,'','BGV',2944,30,'Bento Goncalves, Bento Gonçalves Airport (BGV)','1','0'),(515,'LK','BJT',2949,200,'Bentota, LK - Bentota River Waterdrome (BJT)','1','0'),(516,'ID','BEJ',2957,102,'Berau, ID - Kalimaru-Hero (Berau) Airport (BEJ)','1','0'),(517,'CA','YBV',2968,39,'Berens River, CA - Berens River Airport (YBV)','1','0'),(518,'IT','BGY',2976,107,'Bergamo, IT - Bergamo-Orio al Serio Airport (BGY)','1','0'),(519,'NO','BGO',2980,164,'Bergen, NO - Bergen Airport Flesland (BGO)','1','0'),(520,'FR','EGC',2983,76,'Bergerac, FR - Bergerac Airport (EGC)','1','0'),(521,'NO','BVG',3003,164,'Berlevag, NO - Berlevag Airport (BVG)','1','0'),(522,'DE','BER',3005,83,'Berlin, DE - Berlin Brandenburg Airport (BER)','1','0'),(523,'DE','SXF',3005,83,'Berlin, DE - Schoenefeld Airport (SXF)','1','0'),(524,'DE','THF',3005,83,'Berlin, DE - Berlin-Tempelhof (THF)','1','0'),(525,'DE','TXL',3005,83,'Berlin, DE - Tegel Airport (TXL)','1','0'),(526,'BM','BDA',3009,24,'Bermuda, BM - Kindley Field Airport (BDA)','1','0'),(527,'US','UDD',3010,231,'Bermuda Dunes, US - Bermuda Dunes (UDD)','1','0'),(528,'CH','BRN',3012,210,'Bern, CH - Belp Airport (BRN)','1','0'),(529,'','WBO',3028,130,'Beroroha, Antsoa Airport (WBO)','1','0'),(530,'','BTA',3045,38,'Bertoua, Bertoua Airport (BTA)','1','0'),(531,'KI','BEZ',3048,114,'Beru, KI - Beru Island Airport (BEZ)','1','0'),(532,'','BPY',3056,130,'Besalampy, Besalampy Airport (BPY)','1','0'),(533,'US','EKY',3063,231,'Bessemer, US - Bessemer (EKY)','1','0'),(534,'US','BET',3077,231,'Bethel, US - Bethel Airport (BET)','1','0'),(535,'','JBT',3077,231,'Bethel, Bethel Seaplane Base (JBT)','1','0'),(536,'','BKU',3083,130,'Betioky, Betioky Airport (BKU)','1','0'),(537,'US','BTT',3088,231,'Bettles, US - Bettles Airport (BTT)','1','0'),(538,'US','BVY',3104,231,'Beverly, US - Beverly Municipal (BVY)','1','0'),(539,'FR','BZR',3122,76,'Beziers, FR - Cap d`Agde Airport (BZR)','1','0'),(540,'NP','BDP',3124,153,'Bhadrapur, NP - Bhadrapur Airport (BDP)','1','0'),(541,'MM','BMO',3128,150,'Bhamo, MM - Bhamo (Banmaw) Airport (BMO)','1','0'),(542,'NP','BHR',3129,153,'Bharatpur, NP - Bharatpur Airport (BHR)','1','0'),(543,'','BUP',3132,101,'Bhatinda, Bathinda Airport (BUP)','1','0'),(544,'IN','BHU',3133,101,'Bhavnagar, IN - Bhavnagar Airport (BHU)','1','0'),(545,'','BHP',34421,101,'Bhojpur, Bhojpur Airport (BHP)','1','0'),(546,'IN','BHO',3139,101,'Bhopal, IN - Bhopal Airport (BHO)','1','0'),(547,'IN','BBI',3141,101,'Bhubaneswar, IN - Bhubaneswar Airport (BBI)','1','0'),(548,'IN','BHJ',3142,101,'Bhuj, IN - Bhuj Airport (BHJ)','1','0'),(549,'PK','BHC',3143,166,'Bhurban, PK - Bhurban Heliport (BHC)','1','0'),(550,'ID','BIK',3145,102,'Biak, ID - Mokmer Airport (BIK)','1','0'),(551,'FR','BIQ',3153,76,'Biarritz, FR - Biarritz-Anglet-Bayonne Airport (BIQ)','1','0'),(552,'','BCZ',3168,13,'Bickerton Island, Bickerton Island Airport (BCZ)','1','0'),(553,'','BFE',3182,83,'Bielefeld, Bielefeld Airport (BFE)','1','0'),(554,'CA','YAX',3196,39,'Big Trout Lake, CA - Angling Lake Airport (YAX)','1','0'),(555,'IN','BKB',3209,101,'Bikaner, IN - Bikaner (BKB)','1','0'),(556,'','BII',3210,136,'Bikini Atoll, Bikini Atoll Airport (BII)','1','0'),(557,'IN','PAB',3212,101,'Bilaspur, IN - Bilaspur (PAB)','1','0'),(558,'ES','BIO',3213,199,'Bilbao, ES - Bilbao Airport (BIO)','1','0'),(559,'','BIU',3217,100,'Bildudalur, Bíldudalur Airport (BIU)','1','0'),(560,'US','BIL',3223,231,'Billings, US - Billings Logan Intl Airport (BIL)','1','0'),(561,'DK','BLL',3228,59,'Billund, DK - Billund Airport (BLL)','1','0'),(562,'ID','BMU',3232,102,'Bima, ID - Muhammad Salahuddin Airport (BMU)','1','0'),(563,'BS','BIM',3233,16,'Bimini, BS - South Bimini Airport (BIM)','1','0'),(564,'BS','NSB',3233,16,'Bimini, BS - Bimini North Seaplane Base Airport (NSB)','1','0'),(565,'DE','BYU',3236,83,'Bindlach, DE - Bindlacher Berg (BYU)','1','0'),(566,'US','BGM',3243,231,'Binghamton, US - Greater Binghamton Airport/Edwin A Link Field (BGM)','1','0'),(567,'MY','BTU',3253,132,'Bintulu, MY - Bintulu Airport (BTU)','1','0'),(568,'NP','BIR',3261,153,'Biratnagar, NP - Biratnagar Airport (BIR)','1','0'),(569,'US','KBC',3263,231,'Birch Creek, US - Birch Creek Airport (KBC)','1','0'),(570,'SC','BDI',3266,188,'Bird Island, SC - Bird Island Airport (BDI)','1','0'),(571,'','BTX',3270,13,'Birdsville, Betoota Airport (BTX)','1','0'),(572,'AU','BVI',3270,13,'Birdsville, AU - Birdsville Airport (BVI)','1','0'),(573,'GB','BHX',3279,482,'Birmingham, GB - Birmingham Airport (BHX)','1','0'),(574,'US','BHM',3280,231,'Birmingham, US - Shuttlesworth Intl Airport (BHM)','1','0'),(575,'','BSQ',3287,231,'Bisbee, Bisbee Municipal Airport (BSQ)','1','0'),(576,'US','DUG',3287,231,'Bisbee, US - Bisbee-Douglas International (DUG)','1','0'),(577,'SA','BHH',3293,186,'Bisha, SA - Bisha Airport (BHH)','1','0'),(578,'KG','FRU',3294,117,'Bishkek, KG - Bishkek Airport (FRU)','1','0'),(579,'','BIY',3295,195,'Bisho, Bhisho Airport (BIY)','1','0'),(580,'US','BIH',3296,231,'Bishop, US - Eastern Sierra Regional (BIH)','1','0'),(581,'DZ','BSK',3307,3,'Biskra, DZ - Biskra Ouakda Airport (BSK)','1','0'),(582,'','BPH',3308,173,'Bislig, Bislig Airport (BPH)','1','0'),(583,'US','BIS',3309,231,'Bismarck, US - Bismarck Municipal Airport (BIS)','1','0'),(584,'GW','OXB',3311,93,'Bissau, GW - Bissau Airport (OXB)','1','0'),(585,'','BMM',3315,80,'Bitam, Bitam Airport (BMM)','1','0'),(586,'','BBJ',3316,83,'Bitburg, Bitburg Airport (BBJ)','1','0'),(587,'CA','YBI',34664,39,'Black Tickle, CA - Black Tickle Airport (YBI)','1','0'),(588,'AU','BKQ',3342,13,'Blackall, AU - Blackall Airport (BKQ)','1','0'),(589,'GB','BLK',3354,482,'Blackpool, GB - Blackpool Airport (BLK)','1','0'),(590,'','BKT',3359,231,'Blackstone, Blackstone Army Airfield (BKT)','1','0'),(591,'AU','BLT',3362,13,'Blackwater, AU - Blackwater Airport (BLT)','1','0'),(592,'','BWL',3364,231,'Blackwell, Blackwell–Tonkawa Municipal Airport (BWL)','1','0'),(593,'CA','YBX',3392,39,'Blanc Sablon, CA - Lourdes-de-Blanc-Sablon Airport (YBX)','1','0'),(594,'US','BDG',3401,231,'Blanding, US - Blanding Municipal (BDG)','1','0'),(595,'MW','BLZ',3408,131,'Blantyre, MW - Chileka Airport (BLZ)','1','0'),(596,'NZ','BHE',3422,157,'Blenheim, NZ - Woodbourne Airport (BHE)','1','0'),(597,'US','BID',3429,231,'Block Island, US - Block Island State (BID)','1','0'),(598,'ZA','BFN',3431,195,'Bloemfontein, ZA - Bloemfontein Intl Airport (BFN)','1','0'),(599,'','YDV',3438,39,'Bloodvein, Bloodvein River Airport (YDV)','1','0'),(600,'','BFC',3440,13,'Bloomfield, Bloomfield Airport (BFC)','1','0'),(601,'US','BMG',3444,231,'Bloomington, US - Monroe County Airport (BMG)','1','0'),(602,'US','ISZ',3456,231,'Blue Ash, US - Blue Ash (ISZ)','1','0'),(603,'US','BLF',3461,231,'Bluefield, US - Mercer County Airport (BLF)','1','0'),(604,'BR','BNU',3467,30,'Blumenau, BR - Blumenau (BNU)','1','0'),(605,'US','BLH',3470,231,'Blythe, US - Blythe (BLH)','1','0'),(606,'US','BYH',3471,231,'Blytheville, US - Arkansas International (BYH)','1','0'),(607,'US','HKA',3471,231,'Blytheville, US - Blytheville Municipal (HKA)','1','0'),(608,'BR','BVB',3476,30,'Boa Vista, BR - Boa Vista Airport (BVB)','1','0'),(609,'CV','BVC',3477,41,'Boa Vista, CV - Boa Vista Airport (BVC)','1','0'),(610,'BF','BOY',3491,35,'Bobo Dioulasso, BF - Bobo Dioulasso Airport (BOY)','1','0'),(611,'PA','BOC',3501,169,'Bocas Del Toro, PA - Bocas del Toro (Isla Colon) Intl Airport (BOC)','1','0'),(612,'NO','BOO',3520,164,'Bodo, NO - Bodo Airport (BOO)','1','0'),(613,'TR','BJV',3521,222,'Bodrum, TR - Milas Airport (BJV)','1','0'),(614,'','BNB',3534,74,'Boende, Boende Airport (BNB)','1','0'),(615,'CO','BOG',3547,49,'Bogota, CO - Eldorado Intl Airport (BOG)','1','0'),(616,'','GIC',3559,13,'Boigu Island, Boigu Island Airport (GIC)','1','0'),(617,'US','BOI',3566,231,'Boise, US - Boise Air Terminal/Gowen Field (BOI)','1','0'),(618,'','BUI',3575,102,'Bokondini, Bokondini Airport (BUI)','1','0'),(619,'','OTC',3578,55,'Bol, Bol-Bérim Airport (OTC)','1','0'),(620,'','BPL',3582,75,'Bole, Bole Alashankou Airport (BPL)','1','0'),(621,'IT','BLQ',3600,107,'Bologna, IT - Guglielmo Marconi Airport (BLQ)','1','0'),(622,'IT','BZO',3615,107,'Bolzano, IT - Bolzano Dolomiti Airport (BZO)','1','0'),(623,'','BOA',3617,74,'Boma, Boma Airport (BOA)','1','0'),(624,'AN','BON',3625,155,'Bonaire, AN - Flamingo Intl Airport (BON)','1','0'),(625,'CA','YVB',3630,39,'Bonaventure, CA - Bonaventure Airport (YVB)','1','0'),(626,'BR','BYO',3647,30,'Bonito, BR - Bonito Airport (BYO)','1','0'),(627,'','YBY',3663,39,'Bonnyville, Bonnyville Airport (YBY)','1','0'),(628,'','BXT',3669,102,'Bontang, PT Badak Bontang Airport (BXT)','1','0'),(629,'US','BNW',3676,231,'Boone, US - Boone Municipal (BNW)','1','0'),(630,'PF','BOB',3686,78,'Bora Bora, PF - Motu Mute Airport (BOB)','1','0'),(631,'','RBB',3689,30,'Borba, Borba Airport (RBB)','1','0'),(632,'FR','BOD',30598,76,'Bordeaux, FR - Merignac Airport (BOD)','1','0'),(633,'DZ','BMW',3694,3,'Bordj Badji Mokhtar, DZ - Bordj Mokhtar Airport (BMW)','1','0'),(634,'IS','BGJ',3698,100,'Borgarfjordur Eystri, IS - Borgarfjörður Airport (BGJ)','1','0'),(635,'DE','BMK',3713,83,'Borkum, DE - Borkum (BMK)','1','0'),(636,'SE','BLE',3714,209,'Borlange, SE - Dala Airport (BLE)','1','0'),(637,'','BXS',3728,231,'Borrego Springs, Borrego Valley Airport (BXS)','1','0'),(638,'','BOX',3731,13,'Borroloola, Borroloola Airport (BOX)','1','0'),(639,'US','BOS',3759,231,'Boston, US - Gen Edward Logan Intl Airport (BOS)','1','0'),(640,'BR','QCJ',3774,30,'Botucatu, BR - Botucatu (QCJ)','1','0'),(641,'','BUJ',3775,3,'Bou Saada, Bou Saada Airport (BUJ)','1','0'),(642,'US','BLD',3794,231,'Boulder, US - Boulder City Municipal Airport (BLD)','1','0'),(643,'','WBU',3794,231,'Boulder, Boulder Municipal Airport (WBU)','1','0'),(644,'AU','BQL',3797,13,'Boulia, AU - Boulia Airport (BQL)','1','0'),(645,'','BYA',3804,231,'Boundary, Boundary Airport (BYA)','1','0'),(646,'','BOE',3805,51,'Boundji, Boundji Airport (BOE)','1','0'),(647,'FR','BOU',3821,76,'Bourges, FR - Bourges (BOU)','1','0'),(648,'AU','BRK',3831,13,'Bourke, AU - Bourke (BRK)','1','0'),(649,'GB','BOH',3834,482,'Bournemouth, GB - Bournemouth Airport (BOH)','1','0'),(650,'AU','ZBO',3858,13,'Bowen, AU - Bowen (ZBO)','1','0'),(651,'US','APH',3861,231,'Bowling Green, US - A.P. Hill Army Airfield (APH)','1','0'),(652,'US','BWG',3861,231,'Bowling Green, US - Bowling Green-Warren County Regional (BWG)','1','0'),(653,'','BWM',3862,231,'Bowman, Bowman Municipal Airport (BWM)','1','0'),(654,'US','BXC',3872,231,'Boxborough, US - Boxborough Airport (BXC)','1','0'),(655,'US','BZN',3880,231,'Bozeman, US - Gallatin Field (BZN)','1','0'),(656,'HR','BWK',3887,55,'Brac, HR - Bol Airport (BWK)','1','0'),(657,'','BDF',3902,231,'Bradford, Rinkenberger RLA Airport (BDF)','1','0'),(658,'US','BFD',3902,231,'Bradford, US - Bradford Regional Airport (BFD)','1','0'),(659,'PT','BGZ',3912,175,'Braga, PT - Braga (BGZ)','1','0'),(660,'PT','BGC',3913,175,'Braganca, PT - Braganca (BGC)','1','0'),(661,'US','BRD',3917,231,'Brainerd, US - Brainerd Lakes Regional Airport (BRD)','1','0'),(662,'CA','YBR',3945,39,'Brandon, CA - Brandon Municipal Airport (YBR)','1','0'),(663,'US','BKG',3952,231,'Branson, US - Branson Airport (BKG)','1','0'),(664,'CA','YFD',3953,39,'Brantford, CA - Brantford (YFD)','1','0'),(665,'BR','BSB',3961,30,'Brasilia, BR - Brasilia Intl Airport (BSB)','1','0'),(666,'SK','BTS',3968,191,'Bratislava, SK - Ivanka Airport (BTS)','1','0'),(667,'RU','BTK',3969,181,'Bratsk, RU - Bratsk Airport (BTK)','1','0'),(668,'DE','BWE',3975,83,'Braunschweig, DE - Braunschweig Wolfsburg Airport (BWE)','1','0'),(669,'US','BWC',3980,231,'Brawley, US - Brawley Municipal (BWC)','1','0'),(670,'CG','BZV',3986,51,'Brazzaville, CG - Maya Maya Airport (BZV)','1','0'),(671,'IS','BXV',4006,100,'Breiddalsvik, IS - Breiddalsvik (BXV)','1','0'),(672,'DE','BRE',4018,83,'Bremen, DE - Bremen Airport (BRE)','1','0'),(673,'DE','BRV',4021,83,'Bremerhaven, DE - Bremerhaven Airport (BRV)','1','0'),(674,'US','PWT',4022,231,'Bremerton, US - Bremerton National (PWT)','1','0'),(675,'FR','BES',4039,76,'Brest, FR - Guipavas Airport (BES)','1','0'),(676,'BY','BQT',4040,20,'Brest, BY - Brest Airport (BQT)','1','0'),(677,'US','KTS',4055,231,'Brevig Mission, US - Brevig Mission Airport (KTS)','1','0'),(678,'','BWQ',4059,13,'Brewarrina, Brewarrina Airport (BWQ)','1','0'),(679,'US','BDR',4080,231,'Bridgeport, US - Igor I. Sikorsky Memorial Airport (BDR)','1','0'),(680,'US','XBP',4080,231,'Bridgeport, US - Bridgeport Municipal (XBP)','1','0'),(681,'BB','BGI',4085,19,'Bridgetown, BB - Grantley Adams Intl Airport (BGI)','1','0'),(682,'US','BMC',4108,231,'Brigham City, US - Brigham City (BMC)','1','0'),(683,'','BRJ',4110,13,'Bright, Bright Airport (BRJ)','1','0'),(684,'IT','BDS',4122,107,'Brindisi, IT - Casale Airport (BDS)','1','0'),(685,'AU','BNE',4135,13,'Brisbane, AU - Brisbane Airport (BNE)','1','0'),(686,'AU','HLT',4139,13,'Brisbane-hamilton, AU - Hamilton Airport (HLT)','1','0'),(687,'AU','HTI',4139,13,'Brisbane-hamilton, AU - Hamilton Island Airport (HTI)','1','0'),(688,'GB','BRS',4147,482,'Bristol, GB - Lulsgate Airport (BRS)','1','0'),(689,'CA','QBC',4148,39,'British Columbia, CA - Bella Coola Airport (QBC)','1','0'),(690,'','XBB',4148,39,'British Columbia, Blubber Bay Seaplane Base (XBB)','1','0'),(691,'','YBH',4148,39,'British Columbia, Bull Harbour Waterdrome (YBH)','1','0'),(692,'','YBO',4148,39,'British Columbia, Bob Quinn Lake Airport (YBO)','1','0'),(693,'CA','YBW',4148,39,'British Columbia, CA - Bedwell Harbour Water Aerodrome (YBW)','1','0'),(694,'','ZAA',4148,39,'British Columbia, Alice Arm/Silver City Water Aerodrome (ZAA)','1','0'),(695,'FR','BVE',4151,76,'Brive-la-gaillarde, FR - Brive - Dordogne Valley Airport (BVE)','1','0'),(696,'CZ','BRQ',4157,58,'Brno, CZ - Turany Airport (BRQ)','1','0'),(697,'','BDX',4164,231,'Broadus, Broadus Airport (BDX)','1','0'),(698,'CA','YBT',4172,39,'Brochet, CA - Brochet Airport (YBT)','1','0'),(699,'','XBR',4176,39,'Brockville, Brockville Regional Tackaberry Airport (XBR)','1','0'),(700,'AU','BHQ',4185,13,'Broken Hill, AU - Broken Hill Airport (BHQ)','1','0'),(701,'CA','ZBM',4191,39,'Bromont, CA - Bromont (ZBM)','1','0'),(702,'FR','LYN',4195,76,'Bron, FR - Bron (LYN)','1','0'),(703,'NO','BNN',4201,164,'Bronnoysund, NO - Bronnoysund Airport Bronnoy (BNN)','1','0'),(704,'US','BKX',4211,231,'Brookings, US - Brookings Regional Airport (BKX)','1','0'),(705,'US','BOK',4211,231,'Brookings, US - Brookings (BOK)','1','0'),(706,'AU','BME',4230,13,'Broome, AU - Broome Airport (BME)','1','0'),(707,'CA','YVM',4243,39,'Broughton Island, CA - Broughton Island / Qikiqtarjuaq Airport (YVM)','1','0'),(708,'US','BWD',4253,231,'Brownwood, US - Brownwood Regional Airport (BWD)','1','0'),(709,'BN','BWN',4283,33,'Brunei, BN - Brunei Intl Airport (BWN)','1','0'),(710,'US','BQK',4295,231,'Brunswick, US - Brunswick Golden Isles Airport (BQK)','1','0'),(711,'BE','BRU',4304,21,'Brussels, BE - Brussels National Airport (BRU)','1','0'),(712,'US','BCE',4311,231,'Bryce Canyon, US - Bryce Canyon (BCE)','1','0'),(713,'CL','BQE',4319,93,'Bubaque, CL - Bubaque (BQE)','1','0'),(714,'CO','BGA',4324,49,'Bucaramanga, CO - Palo Negro Airport (BGA)','1','0'),(715,'','UCN',4328,231,'Buchanan, Buchanan Airport (UCN)','1','0'),(716,'RO','BBU',4329,179,'Bucharest, RO - Aurel Vlaicu (Baneasa) Intl Airport (BBU)','1','0'),(717,'RO','OTP',4329,179,'Bucharest, RO - Henri Coanda (Otopeni) Intl Airport (OTP)','1','0'),(718,'US','BXK',4338,231,'Buckeye, US - Buckeye Municipal (BXK)','1','0'),(719,'US','BKC',4351,231,'Buckland, US - Buckland Airport (BKC)','1','0'),(720,'HU','BUD',4361,99,'Budapest, HU - Ferenc Liszt Intl Airport (BUD)','1','0'),(721,'CO','BUN',4383,49,'Buenaventura, CO - Gerardo Tobar Lopez Airport (BUN)','1','0'),(722,'AR','AEP',4386,10,'Buenos Aires, AR - Jorge Newbery Airport (AEP)','1','0'),(723,'','BAI',4386,10,'Buenos Aires, Buenos Aires Airport (BAI)','1','0'),(724,'AR','EZE',4386,10,'Buenos Aires, AR - Ministro Pistarini (Ezeiza) Intl Airport (EZE)','1','0'),(725,'','YVT',4391,39,'Buffalo Narrows, Buffalo Narrows Airport (YVT)','1','0'),(726,'RU','UUA',4397,181,'Bugulma, RU - Bulgulma Airport (UUA)','1','0'),(727,'BI','BJM',4405,36,'Bujumbura, BI - Bujumbura Airport (BJM)','1','0'),(728,'UZ','BHK',4410,232,'Bukhara, UZ - Bukhara Airport (BHK)','1','0'),(729,'TZ','BKZ',4414,214,'Bukoba, TZ - Bukoba Airport (BKZ)','1','0'),(730,'ZW','BUQ',4418,243,'Bulawayo, ZW - Joshua Mqabuko Nkomo Intl Airport (BUQ)','1','0'),(731,'','BMB',4426,74,'Bumba, Bumba Airport (BMB)','1','0'),(732,'','BUY',4428,13,'Bunbury, Bunbury Airport (BUY)','1','0'),(733,'AU','BDB',4431,13,'Bundaberg, AU - Bundaberg Airport (BDB)','1','0'),(734,'','BNT',4434,101,'Bundi, Bundi Airport (BNT)','1','0'),(735,'CH','BXO',4448,210,'Buochs, CH - Buochs (BXO)','1','0'),(736,'','UOL',4449,102,'Buol, Pogogul Airport (UOL)','1','0'),(737,'VN','BMV',4450,236,'Buon Ma Thuot, VN - Ban Me Thuot Airport (BMV)','1','0'),(738,'','RMB',4455,165,'Buraimi, Buraimi Airport (RMB)','1','0'),(739,'US','BUR',4460,231,'Burbank, US - Bob Hope Airport (BUR)','1','0'),(740,'FJ','LEV',4466,74,'Bureta, FJ - Levuka Airfield (LEV)','1','0'),(741,'BG','BOJ',4468,34,'Burgas, BG - Burgas Airport (BOJ)','1','0'),(742,'ES','RGS',4481,199,'Burgos, ES - Burgos (Villafria) Airport (RGS)','1','0'),(743,'AU','BUC',4496,13,'Burketown, AU - Burketown Airport (BUC)','1','0'),(744,'US','BYI',4503,231,'Burley, US - Burley Municipal (BYI)','1','0'),(745,'US','BBF',4505,231,'Burlington, US - Burlington Airport (BBF)','1','0'),(746,'US','BRL',4505,231,'Burlington, US - Southwest Iowa Regional Airport (BRL)','1','0'),(747,'','MVW',4505,231,'Burlington, Skagit Regional Airport (MVW)','1','0'),(748,'AU','BWT',4512,13,'Burnie, AU - Burnie Airport (BWT)','1','0'),(749,'','BNO',4514,231,'Burns, Burns Municipal Airport (BNO)','1','0'),(750,'','YPZ',4515,39,'Burns Lake, Burns Lake Airport (YPZ)','1','0'),(751,'TR','BTZ',4527,222,'Bursa, TR - BURSA Airport (BTZ)','1','0'),(752,'','YDB',4535,39,'Burwash Landing, Burwash Airport (YDB)','1','0'),(753,'','BUB',4536,231,'Burwell, Cram Field (BUB)','1','0'),(754,'','BEQ',30611,482,'Bury St Edmunds, RAF Honington (BEQ)','1','0'),(755,'AU','BQB',4552,13,'Busselton, AU - Busselton Regional Airport (BQB)','1','0'),(756,'','BZU',4566,74,'Buta, Buta Zega Airport (BZU)','1','0'),(757,'','BBG',4567,114,'Butaritari, Butaritari Atoll Airport (BBG)','1','0'),(758,'US','BTP',4570,231,'Butler, US - Butler County (K.W. Scholter Field) (BTP)','1','0'),(759,'','BUM',4570,231,'Butler, Butler Memorial Airport (BUM)','1','0'),(760,'PH','BXU',4573,173,'Butuan, PH - Butuan Airport (BXU)','1','0'),(761,'PL','BZG',4587,174,'Bydgoszcz, PL - Bydgoszcz Airport (BZG)','1','0'),(762,'','CBS',4610,235,'Cabimas, Oro Negro Airport (CBS)','1','0'),(763,'AO','CAB',4611,6,'Cabinda, AO - Cabinda Airport (CAB)','1','0'),(764,'MX','CSL',4619,141,'Cabo San Lucas, MX - Cabo San Lucas Intl Airport (CSL)','1','0'),(765,'US','TVB',4620,231,'Cabool, US - Cabool Memorial (TVB)','1','0'),(766,'','YZA',4637,39,'Cache Creek, Cache Creek Airport (YZA)','1','0'),(767,'FR','CFR',4661,76,'Caen, FR - Carpiquet Airport (CFR)','1','0'),(768,'PH','CGY',4667,173,'Cagayan De Oro, PH - Laguindingan Airport (CGY)','1','0'),(769,'IT','CAG',4669,107,'Cagliari, IT - Elmas Airport (CAG)','1','0'),(770,'AU','CNS',4693,13,'Cairns, AU - Cairns Intl Airport (CNS)','1','0'),(771,'US','CIR',4700,231,'Cairo, US - Cairo Regional (CIR)','1','0'),(772,'EG','CAI',4701,65,'Cairo, EG - Cairo Intl Airport (CAI)','1','0'),(773,'PE','CJA',4704,172,'Cajamarca, PE - Cajamarca Airport (CJA)','1','0'),(774,'NG','CBQ',4708,160,'Calabar, NG - Margaret Ekpo Intl Airport (CBQ)','1','0'),(775,'','CLZ',4713,235,'Calabozo, Calabozo Airport (CLZ)','1','0'),(776,'FR','CQF',4722,76,'Calais, FR - Calais - Dunkerque (CQF)','1','0'),(777,'CL','CJC',4724,45,'Calama, CL - El Loa Airport (CJC)','1','0'),(778,'PH','CYP',4743,173,'Calbayog, PH - Calbayog Airport (CYP)','1','0'),(779,'US','EUL',4763,231,'Caldwell, US - Caldwell Industrial (EUL)','1','0'),(780,'US','CXL',4774,231,'Calexico, US - Calexico International (CXL)','1','0'),(781,'CA','YYC',4775,39,'Calgary, CA - Calgary Intl Airport (YYC)','1','0'),(782,'IN','CCJ',4782,101,'Calicut, IN - Calicut Airport (CCJ)','1','0'),(783,'','AHC',4783,231,'California, Amedee Army Airfield (AHC)','1','0'),(784,'US','AUN',4783,231,'California, US - Auburn Municipal (AUN)','1','0'),(785,'AU','CUD',4804,13,'Caloundra, AU - Caloundra (CUD)','1','0'),(786,'','CTO',4817,231,'Calverton, Calverton Executive Airpark (CTO)','1','0'),(787,'FR','CLY',4818,76,'Calvi, FR - Calvi Airport (CLY)','1','0'),(788,'CU','CMW',4826,56,'Camaguey, CU - Ignacio Agramonte Intl Airport (CMW)','1','0'),(789,'US','CGE',4850,231,'Cambridge, US - Cambridge-Dorchester (CGE)','1','0'),(790,'CA','YCB',4851,39,'Cambridge, CA - Cambridge Bay Airport (YCB)','1','0'),(791,'GB','CBG',4852,482,'Cambridge, GB - Cambridge Airport (CBG)','1','0'),(792,'','CDH',4857,231,'Camden, Harrell Field (CDH)','1','0'),(793,'AU','CDU',4859,13,'Camden Park, AU - Camden (CDU)','1','0'),(794,'US','BRO',4864,231,'Cameron, US - Brownsville/South Padre Island Intl Airport (BRO)','1','0'),(795,'US','EZZ',4864,231,'Cameron, US - Cameron Memorial (EZZ)','1','0'),(796,'PH','CGM',4870,173,'Camiguin, PH - Camiguin Airport (CGM)','1','0'),(797,'US','CXU',4871,231,'Camilla, US - Camilla-Mitchell County (CXU)','1','0'),(798,'','CAM',4875,26,'Camiri, Camiri Airport (CAM)','1','0'),(799,'','CMC',4878,30,'Camocim, Camocim Airport (CMC)','1','0'),(800,'US','VOK',30650,231,'Camp Douglas, US - Volk Field (VOK)','1','0'),(801,'US','ADW',30654,231,'Camp Springs, US - Andrews Air Force Base (ADW)','1','0'),(802,'CA','YBL',4889,39,'Campbell River, CA - Campbell River Airport (YBL)','1','0'),(803,'CA','YHH',4889,39,'Campbell River, CA - Campbell River Harbor Airport (YHH)','1','0'),(804,'GB','CAL',4898,482,'Campbeltown, GB - Campbeltown Airport (CAL)','1','0'),(805,'MX','CPE',4899,141,'Campeche, MX - Ing. Alberto Acuna Ongay Intl Airport (CPE)','1','0'),(806,'BR','CPV',4909,30,'Campina Grande, BR - Campina Grande Airport (CPV)','1','0'),(807,'BR','CPQ',4910,30,'Campinas, BR - Campinas Airport (CPQ)','1','0'),(808,'VN','VCA',4938,236,'Can Tho, VN - Can Tho (Tra Noc) Intl Airport (VCA)','1','0'),(809,'TR','CKZ',4948,222,'Canakkale, TR - Canakkale Airport (CKZ)','1','0'),(810,'AU','CBR',4959,13,'Canberra, AU - Canberra Intl Airport (CBR)','1','0'),(811,'MX','CUN',4963,141,'Cancun, MX - Cancun Intl Airport (CUN)','1','0'),(812,'','CDL',4977,231,'Candle, Candle 2 Airport (CDL)','1','0'),(813,'VC','CIW',5025,204,'Canouan Island, VC - Canouan Island Airport (CIW)','1','0'),(814,'','CTK',5038,231,'Canton, Canton Municipal Airport (CTK)','1','0'),(815,'CA','YTE',5065,39,'Cape Dorset, CA - Cape Dorset Airport (YTE)','1','0'),(816,'ZA','CPT',5069,195,'Cape Town, ZA - Cape Town Intl Airport (CPT)','1','0'),(817,'','CBD',5108,101,'Car Nicobar, Car Nicobar Air Force Base (CBD)','1','0'),(818,'VE','CCS',5115,235,'Caracas, VE - Simon Bolivar Intl Airport (CCS)','1','0'),(819,'BR','CKS',5117,30,'Carajas, BR - Carajas Airport (CKS)','1','0'),(820,'RO','CSB',5122,179,'Caransebes, RO - Caransebeș Airport (CSB)','1','0'),(821,'','CAF',5127,30,'Carauari, Carauari Airport (CAF)','1','0'),(822,'','CRQ',5129,30,'Caravelas, Caravelas Airport (CRQ)','1','0'),(823,'FR','CCF',5136,76,'Carcassonne, FR - Carcassonne Airport (CCF)','1','0'),(824,'GB','CWL',5145,482,'Cardiff, GB - Cardiff Airport (CWL)','1','0'),(825,'GB','CAX',5175,482,'Carlisle, GB - Carlisle (CAX)','1','0'),(826,'US','CLD',5180,231,'Carlsbad, US - McClellan-Palomar Airport (CLD)','1','0'),(827,'US','CNM',5180,231,'Carlsbad, US - Carlsbad City Air Terminal (CNM)','1','0'),(828,'AU','CVQ',5199,13,'Carnarvon, AU - Carnarvon Airport (CVQ)','1','0'),(829,'','TZC',5213,231,'Caro, Tuscola Area Airport (TZC)','1','0'),(830,'GD','CRU',5239,88,'Carriacou Island, GD - Carriacou Airport (CRU)','1','0'),(831,'','CZT',5251,231,'Carrizo Springs, Dimmit County Airport (CZT)','1','0'),(832,'','CIN',5254,231,'Carroll, Arthur N. Neu Airport (CIN)','1','0'),(833,'CO','CTG',5265,49,'Cartagena, CO - Rafael Nunez Intl Airport (CTG)','1','0'),(834,'','YRF',5274,39,'Cartwright, Cartwright Airport (YRF)','1','0'),(835,'VE','CUP',5276,235,'Carupano, VE - General José Francisco Bermúdez Airport (CUP)','1','0'),(836,'MA','CAS',5285,148,'Casablanca, MA - Anfa (CAS)','1','0'),(837,'MA','CMN',5285,148,'Casablanca, MA - Mohamed V Airport (CMN)','1','0'),(838,'','GMD',5285,148,'Casablanca, Ben Slimane Airport (GMD)','1','0'),(839,'','ICS',5303,231,'Cascade, Cascade Airport (ICS)','1','0'),(840,'BR','CAC',5306,30,'Cascavel, BR - Cascavel Airport (CAC)','1','0'),(841,'AU','CSI',5325,13,'Casino, AU - Casino (CSI)','1','0'),(842,'US','CPR',5333,231,'Casper, US - Natrona County Intl Airport (CPR)','1','0'),(843,'US','AIO',5335,231,'Cass City, US - Atlantic Municipal (AIO)','1','0'),(844,'','CST',5356,74,'Castaway Island, Castaway Island Seaplane Base (CST)','1','0'),(845,'CA','YCG',5425,39,'Castlegar, CA - West Kootenay Regional Airport (YCG)','1','0'),(846,'CA','YAC',30695,39,'Cat Lake, CA - Cat Lake Airport (YAC)','1','0'),(847,'AR','CTC',5450,10,'Catamarca, AR - Coronel Felipe Varela Intl Airport (CTC)','1','0'),(848,'IT','CTA',5451,107,'Catania, IT - Fontanarossa Airport (CTA)','1','0'),(849,'','CAQ',5472,49,'Caucasia, Juan H. White Airport (CAQ)','1','0'),(850,'BR','CXJ',5513,30,'Caxias Do Sul, BR - Caxias Do Sul Airport (CXJ)','1','0'),(851,'GF','CAY',5516,77,'Cayenne, GF - Felix Eboue Airport (CAY)','1','0'),(852,'PH','CEB',5538,173,'Cebu, PH - Cebu Airport (CEB)','1','0'),(853,'AU','CED',5553,13,'Ceduna, AU - Ceduna Airport (CED)','1','0'),(854,'','NRR',5559,176,'Ceiba, José Aponte de la Torre Airport (NRR)','1','0'),(855,'','YCE',5604,231,'Centralia, Centralia/James T. Field Memorial Aerodrome (YCE)','1','0'),(856,'','CRR',5618,231,'Ceres, Ceres Airport (CRR)','1','0'),(857,'AU','CES',5661,13,'Cessnock, AU - Cessnock (CES)','1','0'),(858,'US','CDR',5685,231,'Chadron, US - Chadron Municipal Airport (CDR)','1','0'),(859,'US','CIK',5705,231,'Chalkyitsik, US - Chalkyitsik Airport (CIK)','1','0'),(860,'','CHL',5709,231,'Challis, Challis Airport (CHL)','1','0'),(861,'FR','CMF',5725,76,'Chambery, FR - Chambery Airport (CMF)','1','0'),(862,'US','CMI',5743,231,'Champaign, US - University of Illinois-Willard Airport (CMI)','1','0'),(863,'IN','IXC',5765,101,'Chandigarh, IN - Chandigarh Airport (IXC)','1','0'),(864,'US','SLJ',5767,231,'Chandler, US - Hagler Army Airfield (SLJ)','1','0'),(865,'CN','CGQ',5771,46,'Changchun, CN - Changchun Longjia Intl Airport (CGQ)','1','0'),(866,'CN','CSX',5781,46,'Changsha, CN - Changsha Huanghua Intl Airport (CSX)','1','0'),(867,'CN','CIH',5786,46,'Changzhi, CN - Changzhi Wangcun Airport (CIH)','1','0'),(868,'CN','CZX',5787,46,'Changzhou, CN - Changzhou Benniu Airport (CZX)','1','0'),(869,'GR','CHQ',5790,86,'Chania, GR - Chania Airport (CHQ)','1','0'),(870,'BR','XAP',5815,30,'Chapeco, BR - Chapeco Airport (XAP)','1','0'),(871,'','YLD',5821,39,'Chapleau, Chapleau Airport (YLD)','1','0'),(872,'BE','CRL',5844,21,'Charleroi, BE - Brussels South Charleroi Airport (CRL)','1','0'),(873,'US','CRW',5846,231,'Charleston, US - Yeager Airport (CRW)','1','0'),(874,'AU','CTL',5854,13,'Charleville, AU - Charleville Airport (CTL)','1','0'),(875,'CA','YCL',5858,39,'Charlo, CA - Charlo Airport (YCL)','1','0'),(876,'US','CLT',5859,231,'Charlotte, US - Charlotte Douglas Intl Airport (CLT)','1','0'),(877,'','QWG',5859,231,'Charlotte, Wilgrove Air Park (QWG)','1','0'),(878,'US','CHO',5863,231,'Charlottesville, US - Albemarle Airport (CHO)','1','0'),(879,'','YHG',5864,39,'Charlottetown, Charlottetown Airport (YHG)','1','0'),(880,'CA','YYG',5864,39,'Charlottetown, CA - Charlottetown Airport (YYG)','1','0'),(881,'FR','CHR',5913,76,'Chateauroux, FR - Deols (CHR)','1','0'),(882,'','CYM',5925,231,'Chatham, Chatham Seaplane Base (CYM)','1','0'),(883,'US','CHA',5936,231,'Chattanooga, US - Lovell Field / Chattanooga Metropolitan Airport (CHA)','1','0'),(884,'','TIL',5961,482,'Cheadle, Cheadle Airport (TIL)','1','0'),(885,'US','BUF',5969,231,'Cheektowaga, US - Buffalo Niagara Intl Airport (BUF)','1','0'),(886,'RU','CEK',5986,181,'Chelyabinsk, RU - Chelyabinsk Airport (CEK)','1','0'),(887,'CN','CTU',5998,46,'Chengdu, CN - Chengdu Shuangliu Intl Airport (CTU)','1','0'),(888,'IN','MAA',6000,101,'Chennai, IN - Chennai (Madras) - Meenambakkam Airport (MAA)','1','0'),(889,'','HCW',6013,231,'Cheraw, Cheraw Municipal Airport (HCW)','1','0'),(890,'FR','CER',6014,76,'Cherbourg, FR - Cherbourg - Maupertus (CER)','1','0'),(891,'','CKC',6019,227,'Cherkasy, Cherkasy International Airport (CKC)','1','0'),(892,'','CKA',6023,231,'Cherokee, Kegelman Air Force Auxiliary Field (CKA)','1','0'),(893,'US','CKK',6023,231,'Cherokee, US - Sharp County Regional Airport (CKK)','1','0'),(894,'MX','CTM',6054,141,'Chetumal, MX - Chetumal Intl Airport (CTM)','1','0'),(895,'','YCQ',6055,39,'Chetwynd, Chetwynd Airport (YCQ)','1','0'),(896,'US','VAK',6057,231,'Chevak, US - Chevak Airport (VAK)','1','0'),(897,'US','CYS',6067,231,'Cheyenne, US - Cheyenne Regional Airport / Jerry Olsen Field (CYS)','1','0'),(898,'TH','CNX',30567,215,'Chiang Mai, TH - Chiang Mai Intl Airport (CNX)','1','0'),(899,'TH','CEI',34239,215,'Chiang Rai, TH - Chiang Rai Airport (CEI)','1','0'),(900,'MX','TGZ',6077,141,'Chiapa De Corzo, MX - Angel Albino Corzo Intl Airport (TGZ)','1','0'),(901,'CA','YMT',6086,39,'Chibougamau, CA - Chibougamau/Chapais Airport (YMT)','1','0'),(902,'US','MDW',6087,231,'Chicago, US - Midway Intl Airport (MDW)','1','0'),(903,'US','ORD',6087,231,'Chicago, US - O`Hare Intl Airport (ORD)','1','0'),(904,'','CKX',6095,231,'Chicken, Chicken Airport (CKX)','1','0'),(905,'PE','CIX',6097,172,'Chiclayo, PE - Capitan FAP Jose A. Quinones Gonzalez Airport (CIX)','1','0'),(906,'US','CEF',6100,231,'Chicopee, US - Westover ARB/Westover Metropolitan (CEF)','1','0'),(907,'CN','CIF',6109,46,'Chifeng, CN - Chifeng Airport (CIF)','1','0'),(908,'CO','IGO',6111,49,'Chigorodo, CO - Jaime Ortíz Betancur Airport (IGO)','1','0'),(909,'MX','CJS',6112,141,'Chihuahua, MX - Abraham Gonzalez Intl Airport (CJS)','1','0'),(910,'MX','CUU',6112,141,'Chihuahua, MX - Gen Roberto Fierro Villalobos Intl Airport (CUU)','1','0'),(911,'','CHB',6114,166,'Chilas, Chilas Airport (CHB)','1','0'),(912,'','LLG',6121,13,'Chillagoe, Chillagoe Airport (LLG)','1','0'),(913,'','CHZ',6130,231,'Chiloquin, Chiloquin State Airport (CHZ)','1','0'),(914,'KZ','CIT',6134,112,'Chimkent, KZ - Shymkent Airport (CIT)','1','0'),(915,'','CGJ',6147,242,'Chingola, Kasompe Airport (CGJ)','1','0'),(916,'US','CNO',6151,231,'Chino, US - Chino (CNO)','1','0'),(917,'GR','JKH',6156,86,'Chios, GR - Chios Airport (JKH)','1','0'),(918,'ZM','CIP',6157,242,'Chipata, ZM - Chipata Airport (CIP)','1','0'),(919,'','BFO',6168,243,'Chiredzi, Buffalo Range Airport (BFO)','1','0'),(920,'','CZN',6175,231,'Chisana, Chisana Airport (CZN)','1','0'),(921,'CA','YKU',6176,39,'Chisasibi, CA - Chisasibi Airport (YKU)','1','0'),(922,'MD','KIV',6178,144,'Chisinau, MD - Chisinau Airport (KIV)','1','0'),(923,'RU','HTA',6182,181,'Chita, RU - Chita Kadala Airport (HTA)','1','0'),(924,'BD','CGP',6188,18,'Chittagong, BD - Shah Amanat Intl Airport (CGP)','1','0'),(925,'','JUH',6202,46,'Chizhou, Chizhou Jiuhuashan Airport (JUH)','1','0'),(926,'','CFK',6203,3,'Chlef, Chlef International Airport (CFK)','1','0'),(927,'SB','CHY',6209,193,'Choiseul Bay, SB - Choiseul Bay Airport (CHY)','1','0'),(928,'CN','CKG',6225,46,'Chongqing, CN - Chongqing Jiangbei Intl Airport (CKG)','1','0'),(929,'','HOS',6234,10,'Chos Malal, Chos Malal Airport (HOS)','1','0'),(930,'NZ','CHC',6244,157,'Christchurch, NZ - Christchurch Intl Airport (CHC)','1','0'),(931,'GL','JCH',6250,87,'Christianshaab, GL - Qasigiannguit Heliport (JCH)','1','0'),(932,'US','CHU',6255,231,'Chuathbaluk, US - Chuathbaluk Airport (CHU)','1','0'),(933,'BS','CCZ',6256,16,'Chub Cay, BS - Chub Cay Intl Airport (CCZ)','1','0'),(934,'','ARR',6259,10,'Chubut, Alto Río Senguer Airport (ARR)','1','0'),(935,'AR','REL',6259,10,'Chubut, AR - Almirante Marcos Zar Airport (REL)','1','0'),(936,'TH','CJM',6268,215,'Chumphon, TH - Chumphon Airport (CJM)','1','0'),(937,'','JWO',6275,197,'Chungju, Jungwon Air Base (JWO)','1','0'),(938,'CA','YYQ',6284,39,'Churchill, CA - Churchill Airport (YYQ)','1','0'),(939,'FJ','ICI',6295,74,'Cicia, FJ - Cicia Airport (ICI)','1','0'),(940,'CU','AVI',6300,56,'Ciego De Avila, CU - Máximo Gómez Airport (AVI)','1','0'),(941,'ID','CXP',6310,102,'Cilacap, ID - Tunggul Wulung Airport (CXP)','1','0'),(942,'US','CVG',6318,231,'Cincinnati, US - Cincinnati/Northern Kentucky Intl Airport (CVG)','1','0'),(943,'US','IRC',6333,231,'Circle, US - Circle Airport (IRC)','1','0'),(944,'ID','CBN',6335,102,'Cirebon, ID - Penggung Airport (CBN)','1','0'),(945,'VE','CBL',6354,235,'Ciudad Bolivar, VE - Ciudad Bolivar (CBL)','1','0'),(946,'US','CKB',6410,231,'Clarksburg, US - North Central West Virginia Airport (CKB)','1','0'),(947,'','CMQ',6460,13,'Clermont, Clermont Airport (CMQ)','1','0'),(948,'','CVC',6468,13,'Cleve, Cleve Airport (CVC)','1','0'),(949,'US','BKL',6470,231,'Cleveland, US - Burke Lakefront (BKL)','1','0'),(950,'US','CGF',6470,231,'Cleveland, US - Cuyahoga County (CGF)','1','0'),(951,'US','CLE',6470,231,'Cleveland, US - Hopkins Intl Airport (CLE)','1','0'),(952,'','CFT',6479,231,'Clifton, Greenlee County Airport (CFT)','1','0'),(953,'','CTZ',6484,231,'Clinton, Clinton–Sampson County Airport (CTZ)','1','0'),(954,'AU','CNJ',6495,13,'Cloncurry, AU - Cloncurry Airport (CNJ)','1','0'),(955,'US','CVN',6508,231,'Clovis, US - Clovis Municipal Airport (CVN)','1','0'),(956,'RO','CLJ',6511,179,'Cluj, RO - Napoca Intl Airport (CLJ)','1','0'),(957,'','CZY',6515,76,'Cluny, Cluny Airport (CZY)','1','0'),(958,'CA','YCY',6521,39,'Clyde River, CA - Clyde River Airport (YCY)','1','0'),(959,'','CLG',6526,231,'Coalinga, New Coalinga Municipal Airport (CLG)','1','0'),(960,'','CTH',6533,231,'Coatesville, Chester County G. O. Carlson Airport (CTH)','1','0'),(961,'AU','CAZ',6538,13,'Cobar, AU - Cobar Airport (CAZ)','1','0'),(962,'BO','CIJ',6545,26,'Cobija, BO - Captain Anibal Arab Airport (CIJ)','1','0'),(963,'EC','OCC',6553,64,'Coca, EC - Francisco de Orellana Airport (OCC)','1','0'),(964,'BO','CBB',6556,26,'Cochabamba, BO - Jorge Wilstermann Intl Airport (CBB)','1','0'),(965,'','ICC',6558,235,'Coche Island, Andrés Miguel Salazar Marcano Airport (ICC)','1','0'),(966,'','LGR',6564,45,'Cochrane, Cochrane Airfield (LGR)','1','0'),(967,'CA','YCN',6565,39,'Cochrane, CA - Cochrane (YCN)','1','0'),(968,'US','COD',6585,231,'Cody, US - Yellowstone Regional Airport (COD)','1','0'),(969,'AU','CUQ',6587,13,'Coen, AU - Coen Airport (CUQ)','1','0'),(970,'US','COE',6588,231,'Coeur D\'alene, US - Coeur d`Alene Air Terminal (COE)','1','0'),(971,'AU','CFS',6592,13,'Coffs Harbour, AU - Coffs Harbour Airport (CFS)','1','0'),(972,'IN','CJB',6609,101,'Coimbatore, IN - Peelamedu Airport (CJB)','1','0'),(973,'','XCO',6615,13,'Colac, Colac Airport (XCO)','1','0'),(974,'US','CDB',6626,231,'Cold Bay, US - Cold Bay Airport (CDB)','1','0'),(975,'US','OEB',6631,231,'Coldwater, US - Branch County Memorial (OEB)','1','0'),(976,'MX','CLQ',6643,141,'Colima, MX - Lic Miguel de la Madrid Airport (CLQ)','1','0'),(977,'','KCE',6669,13,'Collinsville, Collinsville Airport (KCE)','1','0'),(978,'FR','CMR',6675,76,'Colmar, FR - Houssen Airport (CMR)','1','0'),(979,'DE','CGN',6679,83,'Cologne, DE - Cologne Bonn Airport (CGN)','1','0'),(980,'','BYV',6689,200,'Colombo, Beira Lake Seaplane Base (BYV)','1','0'),(981,'','DGM',6689,200,'Colombo, Dandugama Seaplane Base (DGM)','1','0'),(982,'','KEZ',6689,200,'Colombo, Kelani River-Peliyagoda Waterdrome (KEZ)','1','0'),(983,'PA','ONX',6692,169,'Colon, PA - Enrique Adolfo Jimenez Airport (ONX)','1','0'),(984,'UY','CYR',6695,230,'Colonia, UY - Laguna de Los Patos International (CYR)','1','0'),(985,'US','CAE',6707,231,'Columbia, US - Columbia Metropolitan Airport (CAE)','1','0'),(986,'','COA',6707,231,'Columbia, Columbia Airport (COA)','1','0'),(987,'US','COU',6707,231,'Columbia, US - Columbia Regional Airport (COU)','1','0'),(988,'US','CMH',6709,231,'Columbus, US - Port Columbus Intl Airport (CMH)','1','0'),(989,'US','CSG',6709,231,'Columbus, US - Columbus Metropolitan Airport (CSG)','1','0'),(990,'','CUS',6709,231,'Columbus, Columbus Municipal Airport (CUS)','1','0'),(991,'US','GTR',6709,231,'Columbus, US - Golden Triangle Regional Airport (GTR)','1','0'),(992,'US','LCK',6709,231,'Columbus, US - Rickenbacker Intl Airport (LCK)','1','0'),(993,'US','OSU',6709,231,'Columbus, US - Ohio State University (OSU)','1','0'),(994,'CA','YCK',6713,39,'Colville Lake, CA - Tommy Cochon Aerodrome (YCK)','1','0'),(995,'','XPL',6725,97,'Comayagua, Soto Cano Air Base (XPL)','1','0'),(996,'','CIY',6738,107,'Comiso, Comiso Airport (CIY)','1','0'),(997,'CA','YQQ',6747,39,'Comox, CA - Comox Airport (YQQ)','1','0'),(998,'US','CPM',6754,231,'Compton, US - Compton/Woodley (CPM)','1','0'),(999,'GN','CKY',6759,92,'Conakry, GN - Conakry Airport (CKY)','1','0'),(1000,'CL','CCP',6764,45,'Concepcion, CL - Carriel Sur Airport (CCP)','1','0'),(1001,'US','CCR',6771,231,'Concord, US - Buchanan Field (CCR)','1','0'),(1002,'US','CON',6771,231,'Concord, US - Concord Municipal (CON)','1','0'),(1003,'','USA',6771,231,'Concord, Concord Regional Airport (USA)','1','0'),(1004,'US','CNK',6774,231,'Concordia, US - Blosser Municipal (CNK)','1','0'),(1005,'AR','COC',6775,10,'Concordia, AR - Concordia (Comodoro Pierrestegui) (COC)','1','0'),(1006,'','CBX',6787,13,'Condobolin, Condobolin Airport (CBX)','1','0'),(1007,'','COG',6790,49,'Condoto, Mandinga Airport (COG)','1','0'),(1008,'RO','CND',6828,179,'Constanta, RO - Mihail Kogalniceanu Intl Airport (CND)','1','0'),(1009,'DZ','CZL',6832,3,'Constantine, DZ - Mohamed Boudiaf Intl Airport (CZL)','1','0'),(1010,'PA','OTD',6836,169,'Contadora, PA - Contadora Airport (OTD)','1','0'),(1011,'AU','CPD',6851,13,'Coober Pedy, AU - Coober Pedy Airport (CPD)','1','0'),(1012,'IN','COH',34349,101,'Cooch Behar, IN - Cooch Behar Airport (COH)','1','0'),(1013,'AU','CDA',6854,13,'Cooinda, AU - Cooinda (CDA)','1','0'),(1014,'AU','CTN',6860,13,'Cooktown, AU - Cooktown Airport (CTN)','1','0'),(1015,'AU','COJ',6868,13,'Coonabarabran, AU - Coonabarabran (COJ)','1','0'),(1016,'','CNB',6869,13,'Coonamble, Coonamble Airport (CNB)','1','0'),(1017,'','JLA',6873,231,'Cooper Landing, Quartz Creek Airport (JLA)','1','0'),(1018,'','COP',6876,231,'Cooperstown, Cooperstown-Westville Airport (COP)','1','0'),(1019,'','CMD',6883,13,'Cootamundra, Cootamundra Airport (CMD)','1','0'),(1020,'DK','CPH',6889,59,'Copenhagen, DK - Copenhagen Airport Kastrup (CPH)','1','0'),(1021,'DK','RKE',6889,59,'Copenhagen, DK - Copenhagen Airport Roskilde (RKE)','1','0'),(1022,'CL','CPO',6891,45,'Copiapo, CL - Desierto de Atacama Airport (CPO)','1','0'),(1023,'','CZC',6896,231,'Copper Center, Copper Center 2 Airport (CZC)','1','0'),(1024,'CA','YCO',6898,39,'Coppermine, CA - Kugluktuk Coppermine Airport (YCO)','1','0'),(1025,'','COW',6904,45,'Coquimbo, Coquimbo Airport (COW)','1','0'),(1026,'CA','YZS',6909,39,'Coral Harbour, CA - Coral Harbour Airport (YZS)','1','0'),(1027,'AR','COR',6932,10,'Cordoba, AR - Ing. Aer. Ambrosio L. V. Taravella Intl Airport (COR)','1','0'),(1028,'','BSW',6935,231,'Cordova, Boswell Bay Airport (BSW)','1','0'),(1029,'US','CDV',6935,231,'Cordova, US - Merle K (Mudhole) Smith Airport (CDV)','1','0'),(1030,'','CKU',6935,231,'Cordova, Cordova Municipal Airport (CKU)','1','0'),(1031,'','CRX',6958,231,'Corinth, Roscoe Turner Airport (CRX)','1','0'),(1032,'IE','ORK',6960,105,'Cork, IE - Cork Airport (ORK)','1','0'),(1033,'VE','CZE',6985,235,'Coro, VE - Coro Airport (CZE)','1','0'),(1034,'','DUF',6987,231,'Corolla, Pine Island Airport (DUF)','1','0'),(1035,'','CMV',6988,157,'Coromandel, Coromandel Aerodrome (CMV)','1','0'),(1036,'','XCN',6989,173,'Coron, Coron Airport (XCN)','1','0'),(1037,'AU','CWW',6992,13,'Corowa, AU - Corowa (CWW)','1','0'),(1038,'BZ','CZH',6993,22,'Corozal, BZ - Corozal Airport (CZH)','1','0'),(1039,'US','CRP',6995,231,'Corpus Christi, US - Corpus Christi Intl Airport (CRP)','1','0'),(1040,'','CUX',6995,231,'Corpus Christi, Cuddihy Field (CUX)','1','0'),(1041,'AR','CNQ',7004,10,'Corrientes, AR - Dr Fernando Piragine Niveyro Intl Airport (CNQ)','1','0'),(1042,'','CYG',7006,13,'Corryong, Corryong Airport (CYG)','1','0'),(1043,'US','CEZ',7020,231,'Cortez, US - Cortez Municipal Airport (CEZ)','1','0'),(1044,'','CTX',7023,231,'Cortland, Cortland County Airport (CTX)','1','0'),(1045,'BR','CMG',7028,30,'Corumba, BR - Corumba Intl Airport (CMG)','1','0'),(1046,'PH','CBO',7053,173,'Cotabato, PH - Cotabato Airport (CBO)','1','0'),(1047,'BJ','COO',7059,23,'Cotonou, BJ - Cotonou Airport (COO)','1','0'),(1048,'','CTW',7070,231,'Cottonwood, Cottonwood Airport (CTW)','1','0'),(1049,'','COT',7071,231,'Cotulla, Cotulla–La Salle County Airport (COT)','1','0'),(1050,'','CIL',7081,231,'Council, Council Airport (CIL)','1','0'),(1051,'FR','CVF',7094,76,'Courchevel, FR - Courchevel (CVF)','1','0'),(1052,'AU','CWT',7127,13,'Cowra, AU - Cowra (CWT)','1','0'),(1053,'BD','CXB',7129,18,'Cox\'s Bazar, BD - Cox`s Bazar Airport (CXB)','1','0'),(1054,'CL','GXQ',7131,45,'Coyhaique, CL - Teniente Vidal (GXQ)','1','0'),(1055,'MX','CZM',7134,141,'Cozumel, MX - Cozumel Intl Airport (CZM)','1','0'),(1056,'','CDO',7137,195,'Cradock, Cradock Airport (CDO)','1','0'),(1057,'','CIG',7140,231,'Craig, Craig–Moffat Airport (CIG)','1','0'),(1058,'VU','CCV',7141,233,'Craig Cove, VU - Craig Cove Airport (CCV)','1','0'),(1059,'CA','YXC',7157,39,'Cranbrook, CA - Canadian Rockies Intl Airport (YXC)','1','0'),(1060,'','CCG',7161,231,'Crane, Crane County Airport (CCG)','1','0'),(1061,'','CSE',7209,231,'Crested Butte, Buckhorn Ranch Airport (CSE)','1','0'),(1062,'','CFQ',7211,231,'Creston, Creston Aerodrome (CFQ)','1','0'),(1063,'US','CEW',7213,231,'Crestview, US - Bob Sikes (CEW)','1','0'),(1064,'US','CKD',7273,231,'Crooked Creek, US - Crooked Creek Airport (CKD)','1','0'),(1065,'','CKN',7276,231,'Crookston, Crookston Municipal Airport (CKN)','1','0'),(1066,'CA','YCR',34675,39,'Cross Lake, CA - Charlie Sinclair Memorial Airport (YCR)','1','0'),(1067,'','CRT',7282,231,'Crossett, Z. M. Jack Stell Field (CRT)','1','0'),(1068,'IT','CRV',7289,107,'Crotone, IT - Sant`Anna Airport (CRV)','1','0'),(1069,'','CDQ',7301,482,'Croydon, Croydon Airport (CDQ)','1','0'),(1070,'BR','CZS',7313,30,'Cruzeiro Do Sul, BR - Campo Intl Airport (CZS)','1','0'),(1071,'CO','CUC',7333,49,'Cucuta, CO - Camilo Daza Airport (CUC)','1','0'),(1072,'IN','CDP',7335,101,'Cuddapah, IN - Kadapa Airport (CDP)','1','0'),(1073,'','CUY',7339,13,'Cue, Cue Airport (CUY)','1','0'),(1074,'EC','CUE',7340,64,'Cuenca, EC - Mariscal Lamar Airport (CUE)','1','0'),(1075,'BR','CGB',7344,30,'Cuiaba, BR - Marechal Rondon Airport (CGB)','1','0'),(1076,'US','CPX',7351,176,'Culebra, US - Benjamin Rivera Noriega Airport (CPX)','1','0'),(1077,'MX','CUL',7352,141,'Culiacan, MX - Federal de Bachigualato Intl Airport (CUL)','1','0'),(1078,'VE','CUM',7369,235,'Cumana, VE - Antonio Jose de Sucre Airport (CUM)','1','0'),(1079,'US','CBE',7370,231,'Cumberland, US - Greater Cumberland Regional (CBE)','1','0'),(1080,'IT','CUF',7375,107,'Cuneo, IT - Levaldigi Airport (CUF)','1','0'),(1081,'AU','CMA',7378,13,'Cunnamulla, AU - Cunnamulla Airport (CMA)','1','0'),(1082,'AN','CUR',7386,155,'Curacao, AN - Hato Airport (CUR)','1','0'),(1083,'','BFH',7391,30,'Curitiba, Bacacheri Airport (BFH)','1','0'),(1084,'','CUH',7405,231,'Cushing, Cushing Municipal Airport (CUH)','1','0'),(1085,'','BBW',7406,231,'Custer, Broken Bow Municipal Airport (BBW)','1','0'),(1086,'','CTB',30739,231,'Cut Bank, Cut Bank Municipal Airport (CTB)','1','0'),(1087,'AR','CUT',7412,10,'Cutral, AR - Cutral Có Airport (CUT)','1','0'),(1088,'','FCN',7416,83,'Cuxhaven, Nordholz Naval Airbase (FCN)','1','0'),(1089,'','CYU',7418,173,'Cuyo, Cuyo Airport (CYU)','1','0'),(1090,'PE','CUZ',7420,172,'Cuzco, PE - Velazco Astete Airport (CUZ)','1','0'),(1091,'VN','DAD',30741,236,'Da Nang, VN - Da Nang Airport (DAD)','1','0'),(1092,'','DTE',7440,173,'Daet, Bagasbas Airport (DTE)','1','0'),(1093,'','DGN',7448,231,'Dahlgren, Naval Surface Warfare Center Dahlgren Division (DGN)','1','0'),(1094,'SN','DKR',7460,187,'Dakar, SN - Yoff Airport (DKR)','1','0'),(1095,'MA','VIL',7461,148,'Dakhla, MA - Dakhla Airport (VIL)','1','0'),(1096,'','DAK',7462,65,'Dakhla Oasis, Dakhla Oasis Airport (DAK)','1','0'),(1097,'TR','DLM',7464,222,'Dalaman, TR - Dalaman Airport (DLM)','1','0'),(1098,'VN','DLI',7467,236,'Dalat, VN - Dalat Airport (DLI)','1','0'),(1099,'','DBY',7470,13,'Dalby, Dalby Airport (DBY)','1','0'),(1100,'US','OZR',7474,231,'Daleville, US - Cairns Army Airfield (Fort Rucker) (OZR)','1','0'),(1101,'US','DHT',7476,231,'Dalhart, US - Dalhart Municipal (DHT)','1','0'),(1102,'CN','DLC',7480,46,'Dalian, CN - Dalian Zhoushuizi Intl Airport (DLC)','1','0'),(1103,'US','DAL',7485,231,'Dallas, US - Dallas Love Field (DAL)','1','0'),(1104,'US','DFW',7485,231,'Dallas, US - Dallas/Fort Worth Intl Airport (DFW)','1','0'),(1105,'IN','NMB',7500,101,'Daman, IN - Daman (NMB)','1','0'),(1106,'SY','DAM',7504,211,'Damascus, SY - Damascus Intl Airport (DAM)','1','0'),(1107,'','DBU',7506,200,'Dambulla, Dambulu Oya Tank Seaplane Base (DBU)','1','0'),(1108,'','GIU',7506,200,'Dambulla, Sigiriya Airport (GIU)','1','0'),(1109,'SA','DMM',7508,186,'Dammam, SA - Damman King Fahad Airport (DMM)','1','0'),(1110,'SA','DMS',7508,186,'Dammam, SA - DAMMAM Airport (DMS)','1','0'),(1111,'BZ','DGA',7529,22,'Dangriga, BZ - Dangriga Airport (DGA)','1','0'),(1112,'US','DAN',7539,231,'Danville, US - Danville Regional (DAN)','1','0'),(1113,'','DQA',7544,46,'Daqing, Daqing Sartu Airport (DQA)','1','0'),(1114,'TZ','DAR',7545,214,'Dar Es Salaam, TZ - Dar Es Salaam Airport (DAR)','1','0'),(1115,'','DGR',7553,157,'Dargaville, Dargaville Aerodrome (DGR)','1','0'),(1116,'','NLF',7564,13,'Darnley Island, Darnley Island Airport (NLF)','1','0'),(1117,'AU','DRW',7574,13,'Darwin, AU - Darwin Intl Airport (DRW)','1','0'),(1118,'ID','DTD',7583,102,'Datadawai, ID - Datadawai Airport (DTD)','1','0'),(1119,'','DAH',7588,240,'Dathina, Dathina Airport (DAH)','1','0'),(1120,'','DGP',7591,119,'Daugavpils, Daugavpils International Airport (DGP)','1','0'),(1121,'CA','YDN',7594,39,'Dauphin, CA - Lt Col W G Barker VC Airport (YDN)','1','0'),(1122,'PH','DVO',7597,173,'Davao, PH - Francisco Bangoy Intl Airport (DVO)','1','0'),(1123,'PA','DAV',7603,169,'David, PA - Enrique Malek Intl Airport (DAV)','1','0'),(1124,'CA','YDA',7617,39,'Dawson City, CA - Dawson City Airport (YDA)','1','0'),(1125,'CA','YDQ',34676,39,'Dawson Creek, CA - Dawson Creek Airport (YDQ)','1','0'),(1126,'US','DAY',7627,231,'Dayton, US - James M Cox Dayton Intl Airport (DAY)','1','0'),(1127,'US','MGY',7627,231,'Dayton, US - Wright Brothers Airport (MGY)','1','0'),(1128,'','DZU',7632,46,'Dazu, Dazu Air Base (DZU)','1','0'),(1129,'BS','LGI',7637,16,'Deadmans Cay, BS - Deadmans Cay Airport (LGI)','1','0'),(1130,'','YDL',7643,39,'Dease Lake, Dease Lake Airport (YDL)','1','0'),(1131,'','DTH',7644,231,'Death Valley, Furnace Creek Airport (DTH)','1','0'),(1132,'FR','DOL',7645,76,'Deauville, FR - Deauville Airport (DOL)','1','0'),(1133,'ET','DBM',7650,70,'Debra Marcos, ET - Debre Marcos Airport (DBM)','1','0'),(1134,'HU','DEB',7651,99,'Debrecen, HU - Debrechen Intl Airport (DEB)','1','0'),(1135,'US','DEC',7653,231,'Decatur, US - Decatur Airport (DEC)','1','0'),(1136,'','DEH',7658,231,'Decorah, Decorah Municipal Airport (DEH)','1','0'),(1137,'CA','YDF',7664,39,'Deer Lake, CA - Deer Lake Regional Airport (YDF)','1','0'),(1138,'CA','YVZ',7664,39,'Deer Lake, CA - Deer Lake Airport (YVZ)','1','0'),(1139,'US','DRG',7667,231,'Deering, US - Deering Airport (DRG)','1','0'),(1140,'IN','DED',7680,101,'Dehradun, IN - Jolly Grant Airport (DED)','1','0'),(1141,'SY','DEZ',7685,211,'Deirezzor, SY - Deir ez-Zor Airport (DEZ)','1','0'),(1142,'IN','DEL',7701,101,'Delhi, IN - Indira Gandhi Intl Airport (DEL)','1','0'),(1143,'','DTA',7716,39,'Delta, Delta Municipal Airport (DTA)','1','0'),(1144,'','DDN',7718,13,'Delta Downs, Delta Downs Airport (DDN)','1','0'),(1145,'ET','DEM',7722,70,'Dembidollo, ET - Dembidollo Airport (DEM)','1','0'),(1146,'','DNM',7732,482,'Denham, Denham Airport (DNM)','1','0'),(1147,'AU','DNQ',7736,13,'Deniliquin, AU - Deniliquin (DNQ)','1','0'),(1148,'','DEI',7737,188,'Denis Island, Denis Island Airport (DEI)','1','0'),(1149,'','DNS',7738,231,'Denison, Denison Municipal Airport (DNS)','1','0'),(1150,'TR','DNZ',7739,222,'Denizli, TR - Denizli Airport (DNZ)','1','0'),(1151,'US','DEN',7748,231,'Denver, US - Denver Intl Airport (DEN)','1','0'),(1152,'','DCN',7759,482,'Derby, RAAF Base Curtin (DCN)','1','0'),(1153,'AU','DRB',7760,13,'Derby, AU - Derby Airport (DRB)','1','0'),(1154,'US','DRI',7764,231,'Deridder, US - Beauregard Regional (DRI)','1','0'),(1155,'','DNF',7766,123,'Derna, Martuba Air Base (DNF)','1','0'),(1156,'US','DSM',7773,231,'Des Moines, US - Des Moines Intl Airport (DSM)','1','0'),(1157,'','DES',7785,188,'Desroches Island, Desroches Airport (DES)','1','0'),(1158,'ET','DSE',7787,70,'Dessie, ET - Dessie Airport (DSE)','1','0'),(1159,'','DSI',7788,231,'Destin, Destin Executive Airport (DSI)','1','0'),(1160,'US','DET',7792,231,'Detroit, US - Coleman A. Young International (DET)','1','0'),(1161,'US','DTW',7792,231,'Detroit, US - Detroit Metropolitan Wayne County Airport (DTW)','1','0'),(1162,'US','YIP',7792,231,'Detroit, US - Willow Run Airport (YIP)','1','0'),(1163,'AU','DPO',7811,13,'Devonport, AU - Devonport Airport (DPO)','1','0'),(1164,'SA','DHA',7819,186,'Dhahran, SA - Dhahran Intl Airport (DHA)','1','0'),(1165,'BD','BZL',7820,18,'Dhaka, BD - Barisal Airport (BZL)','1','0'),(1166,'BD','DAC',7820,18,'Dhaka, BD - Hazrat Shahjalal Intl Airport (DAC)','1','0'),(1167,'','DBD',7821,101,'Dhanbad, Dhanbad Airport (DBD)','1','0'),(1168,'OM','BYB',7848,165,'Dibaa, OM - Dibba Airport (BYB)','1','0'),(1169,'IN','DIB',7852,101,'Dibrugarh, IN - Dibrugarh Airport (DIB)','1','0'),(1170,'','YDG',7887,39,'Digby, Digby/Annapolis Regional Airport (YDG)','1','0'),(1171,'FR','DIJ',7892,76,'Dijon, FR - Longvic Airport (DIJ)','1','0'),(1172,'ID','DIL',7901,102,'Dili, ID - Presidente Nicolau Lobato Intl Airport (DIL)','1','0'),(1173,'US','DLG',7905,231,'Dillingham, US - Dillingham Airport (DLG)','1','0'),(1174,'VU','DLY',7907,233,'Dillons Bay, VU - Dillon`s Bay Airport (DLY)','1','0'),(1175,'IN','DMU',7912,101,'Dimapur, IN - Dimapur Airport (DMU)','1','0'),(1176,'FR','DNR',7918,76,'Dinard, FR - Dinard - Saint Malo Airport (DNR)','1','0'),(1177,'ET','DIR',7936,70,'Dire Dawa, ET - Dire Dawa Airport (DIR)','1','0'),(1178,'IN','DIU',7951,101,'Diu, IN - Diu Airport (DIU)','1','0'),(1179,'TR','DIY',7961,222,'Diyarbakir, TR - Diyarbakir Airport (DIY)','1','0'),(1180,'DZ','DJG',7963,3,'Djanet, DZ - Djanet Tiska (DJG)','1','0'),(1181,'TN','DJE',7965,220,'Djerba, TN - Melita Airport (DJE)','1','0'),(1182,'DJ','JIB',7966,60,'Djibouti, DJ - Ambouli Intl Airport (JIB)','1','0'),(1183,'UA','DNK',7970,227,'Dnepropetrovsk, UA - Dnepropetrovsk Airport (DNK)','1','0'),(1184,'US','DDC',7983,231,'Dodge City, US - Dodge City Regional Airport (DDC)','1','0'),(1185,'TZ','DOD',7985,214,'Dodoma, TZ - Dodoma Airport (DOD)','1','0'),(1186,'QA','DOH',7993,177,'Doha, QA - Doha Intl Airport (DOH)','1','0'),(1187,'','XJD',7993,177,'Doha, Al Udeid Air Base (XJD)','1','0'),(1188,'CA','YDO',7996,39,'Dolbeau, CA - Dolbeau-St-Felicien (YDO)','1','0'),(1189,'FR','DLE',7999,76,'Dole, FR - Dole - Jura Airport (DLE)','1','0'),(1190,'US','DLO',8010,231,'Dolomi, US - Delano Municipal (DLO)','1','0'),(1191,'','DOP',8013,153,'Dolpa, Dolpa Airport (DOP)','1','0'),(1192,'','CBJ',8027,61,'Dominican Republic, Cabo Rojo Airport (CBJ)','1','0'),(1193,'IE','CFN',8047,105,'Donegal, IE - Donegal Airport (CFN)','1','0'),(1194,'UA','DOK',8048,227,'Donetsk, UA - Donetsk Airport (DOK)','1','0'),(1195,'','YOE',8064,231,'Donnelly, Donnelly Airport (YOE)','1','0'),(1196,'AU','DMD',8074,13,'Doomadgee Mission, AU - Doomadgee Airport (DMD)','1','0'),(1197,'US','DOF',8080,231,'Dora Bay, US - Dora Bay Airport (DOF)','1','0'),(1198,'','DOC',8097,482,'Dornoch, Dornoch Airport (DOC)','1','0'),(1199,'DE','DTM',8105,83,'Dortmund, DE - Wickede Airport (DTM)','1','0'),(1200,'US','DHN',8112,231,'Dothan, US - Dothan Regional Airport (DHN)','1','0'),(1201,'CM','DLA',8114,38,'Douala, CM - Douala Airport (DLA)','1','0'),(1202,'','DGL',8119,105,'Douglas, Douglas Municipal Airport (DGL)','1','0'),(1203,'','YDC',8169,39,'Drayton Valley, Drayton Valley Industrial Airport (YDC)','1','0'),(1204,'DE','DRS',8178,83,'Dresden, DE - Dresden Airport (DRS)','1','0'),(1205,'','DRE',8202,231,'Drummond Island, Drummond Island Airport (DRE)','1','0'),(1206,'CA','YHD',8214,39,'Dryden, CA - Dryden Regional Airport (YHD)','1','0'),(1207,'','DSC',8217,38,'Dschang, Dschang Airport (DSC)','1','0'),(1208,'','DCG',8219,228,'Dubai, Dubai Creek Seaplane Base (DCG)','1','0'),(1209,'','DJH',8219,228,'Dubai, Jebel Ali Seaplane Base (DJH)','1','0'),(1210,'AE','DXB',8219,228,'Dubai, AE - Dubai Intl Airport (DXB)','1','0'),(1211,'','NHD',8219,228,'Dubai, Al Minhad Air Base (NHD)','1','0'),(1212,'AE','XNB',8219,228,'Dubai, AE - Dubai Bus Station Airport (XNB)','1','0'),(1213,'AE','ZXZ',8219,228,'Dubai, AE - Jumeirah Beach Airport (ZXZ)','1','0'),(1214,'AU','DBO',8220,13,'Dubbo, AU - Dubbo Airport (DBO)','1','0'),(1215,'IE','DUB',8222,105,'Dublin, IE - Dublin Airport (DUB)','1','0'),(1216,'','DBS',8230,231,'Dubois, Dubois Municipal Airport (DBS)','1','0'),(1217,'US','DUJ',8230,231,'Dubois, US - DuBois Regional Airport (DUJ)','1','0'),(1218,'HR','DBV',8231,55,'Dubrovnik, HR - Dubrovnik Airport (DBV)','1','0'),(1219,'US','DBQ',8232,231,'Dubuque, US - Dubuque Regional Airport (DBQ)','1','0'),(1220,'US','DLH',8266,231,'Duluth, US - Duluth Intl Airport (DLH)','1','0'),(1221,'PH','DGT',8270,173,'Dumaguete, PH - Dumaguete Airport (DGT)','1','0'),(1222,'','DUM',8271,102,'Dumai, Pinang Kampai Airport (DUM)','1','0'),(1223,'','DNB',8283,231,'Dunbar, Dunbar Airport (DNB)','1','0'),(1224,'','DUQ',8289,39,'Duncan, Duncan Airport (DUQ)','1','0'),(1225,'GB','DND',8300,482,'Dundee, GB - Dundee Airport (DND)','1','0'),(1226,'','DUE',8301,6,'Dundo, Dundo Airport (DUE)','1','0'),(1227,'NZ','DUD',8306,157,'Dunedin, NZ - Dunedin Airport (DUD)','1','0'),(1228,'CN','DNH',8315,46,'Dunhuang, CN - Dunhuang Airport (DNH)','1','0'),(1229,'AU','DKI',8317,13,'Dunk Island, AU - Dunk Island Airport (DKI)','1','0'),(1230,'BR','CGR',8346,30,'Duque De Caxias, BR - Campo Grande Airport (CGR)','1','0'),(1231,'','AMK',8348,199,'Durango, Animas Air Park (AMK)','1','0'),(1232,'MX','DGO',8349,141,'Durango, MX - Gen Guadalupe Victoria Intl Airport (DGO)','1','0'),(1233,'US','DRO',8350,231,'Durango, US - La Plata County Airport (DRO)','1','0'),(1234,'ZA','DUR',8355,195,'Durban, ZA - King Shaka Intl (La Mercy) Airport (DUR)','1','0'),(1235,'ZA','VIR',8355,195,'Durban, ZA - Virginia Airport (VIR)','1','0'),(1236,'','RDP',8361,101,'Durgapur, Kazi Nazrul Islam Airport (RDP)','1','0'),(1237,'','DHD',8364,13,'Durham Downs, Durham Downs Airport (DHD)','1','0'),(1238,'','DRR',8368,13,'Durrie, Durrie Airport (DRR)','1','0'),(1239,'TJ','DYU',8370,213,'Dushanbe, TJ - Dushanbe Airport (DYU)','1','0'),(1240,'DE','DUS',8372,83,'Dusseldorf, DE - Dusseldorf Intl Airport (DUS)','1','0'),(1241,'DE','NRN',8372,83,'Dusseldorf, DE - Weeze Niederrhein Airport (NRN)','1','0'),(1242,'','DYA',8389,13,'Dysart, Dysart Airport (DYA)','1','0'),(1243,'YT','DZA',8390,140,'Dzaoudzi, YT - Dzaoudzi Pamandzi Intl Airport (DZA)','1','0'),(1244,'CA','YXR',8409,39,'Earlton, CA - Earlton (YXR)','1','0'),(1245,'US','HTO',30817,231,'East Hampton, US - East Hampton (HTO)','1','0'),(1246,'','ESP',30850,231,'East Stroudsburg, Stroudsburg–Pocono Airport (ESP)','1','0'),(1247,'CL','IPC',8428,45,'Easter Island, CL - Easter Island Airport (IPC)','1','0'),(1248,'US','ESD',8449,231,'Eastsound, US - Orcas Island Airport (ESD)','1','0'),(1249,'US','EAU',30861,231,'Eau Claire, US - Chippewa Valley Regional Airport (EAU)','1','0'),(1250,'AU','ECH',8482,13,'Echuca, AU - Echuca (ECH)','1','0'),(1251,'GB','EOI',8493,482,'Eday, GB - Eday Airport (EOI)','1','0'),(1252,'GB','EDI',8520,482,'Edinburgh, GB - Edinburgh International Airport (EDI)','1','0'),(1253,'CA','YEG',8528,39,'Edmonton, CA - Edmonton Intl Airport (YEG)','1','0'),(1254,'CA','YXD',8528,39,'Edmonton, CA - Edmonton City Centre Airport (Blatchford Field) Airport (YXD)','1','0'),(1255,'AU','EDR',8537,13,'Edward River, AU - Edward River Airport (EDR)','1','0'),(1256,'US','EEK',30863,231,'Eek, US - Eek Airport (EEK)','1','0'),(1257,'US','EGX',8547,231,'Egegik, US - Egegik Airport (EGX)','1','0'),(1258,'IS','EGS',8555,100,'Egilsstadir, IS - Egilsstadir Airport (EGS)','1','0'),(1259,'NL','EIN',8590,154,'Eindhoven, NL - Eindhoven Airport (EIN)','1','0'),(1260,'US','KKU',8608,231,'Ekuk, US - Ekuk Airport (KKU)','1','0'),(1261,'US','KEK',8609,231,'Ekwok, US - Ekwok Airport (KEK)','1','0'),(1262,'','DBB',30866,65,'El \'Alamein, Al Alamain International Airport (DBB)','1','0'),(1263,'','EBG',8610,49,'El Bagre, El Bagre Airport (EBG)','1','0'),(1264,'AR','EHL',30871,10,'El Bolson, AR - El Bolson (EHL)','1','0'),(1265,'US','IPL',30880,231,'El Centro, US - Imperial County Airport (IPL)','1','0'),(1266,'','EDK',30887,231,'El Dorado, Captain Jack Thomas/El Dorado Airport (EDK)','1','0'),(1267,'','EOR',30887,231,'El Dorado, El Dorado Airport (EOR)','1','0'),(1268,'DZ','ELG',8611,3,'El Golea, DZ - El Golea Airport (ELG)','1','0'),(1269,'','EMY',30903,65,'El Minya, El Minya Airport (EMY)','1','0'),(1270,'','ENI',30908,173,'El Nido, El Nido Airport (ENI)','1','0'),(1271,'US','BIF',30910,231,'El Paso, US - Biggs Army Airfield (BIF)','1','0'),(1272,'US','ELP',30910,231,'El Paso, US - El Paso Intl Airport (ELP)','1','0'),(1273,'TR','EZS',8617,222,'Elazig, TR - Elazig Airport (EZS)','1','0'),(1274,'AU','ELC',8623,13,'Elcho Island, AU - Elcho Island Airport (ELC)','1','0'),(1275,'','GCD',8631,231,'Electric City, Grand Coulee Dam Airport (GCD)','1','0'),(1276,'US','ELI',8646,231,'Elim, US - Elim Airport (ELI)','1','0'),(1277,'','MOS',8646,231,'Elim, Moses Point Airport (MOS)','1','0'),(1278,'GR','PYR',8651,86,'Elis, GR - Andravida (PYR)','1','0'),(1279,'US','EKX',8656,231,'Elizabethtown, US - Addington Field/Elizabethtown Regional (EKX)','1','0'),(1280,'','EKI',8661,231,'Elkhart, Elkhart Municipal Airport (EKI)','1','0'),(1281,'US','EKN',8664,231,'Elkins, US - Elkins-Randolph Co.-Jennings Randolph Field (EKN)','1','0'),(1282,'US','EKO',8666,231,'Elko, US - Elko Regional Airport (EKO)','1','0'),(1283,'US','ELN',8673,231,'Ellensburg, US - Bowers Field (ELN)','1','0'),(1284,'','YEL',8683,39,'Elliot Lake, Elliot Lake Municipal Airport (YEL)','1','0'),(1285,'','ELL',8685,195,'Ellisras, Ellisras Airport (ELL)','1','0'),(1286,'US','ELM',8696,231,'Elmira, US - Corning Regional Airport (ELM)','1','0'),(1287,'VU','EAE',8723,233,'Emae, VU - Siwo Airport (EAE)','1','0'),(1288,'DE','EME',8728,83,'Emden, DE - Emden (EME)','1','0'),(1289,'AU','EMD',8733,13,'Emerald, AU - Emerald Airport (EMD)','1','0'),(1290,'','EML',8740,154,'Emmen, Emmen Air Base (EML)','1','0'),(1291,'US','EMK',8747,231,'Emmonak, US - Emmonak Airport (EMK)','1','0'),(1292,'','EWI',8757,102,'Enarotali, Enarotali Airport (EWI)','1','0'),(1293,'','ENO',8761,171,'Encarnacion, Teniente Amin Ayub Gonzalez Airport (ENO)','1','0'),(1294,'ID','ENE',8764,102,'Ende, ID - H. Hasan Aroeboesman Airport (ENE)','1','0'),(1295,'TN','NBE',8769,220,'Enfidha, TN - Hammamet  Intl Airport (NBE)','1','0'),(1296,'US','WDG',8789,231,'Enid, US - Enid Woodring Regional Airport (WDG)','1','0'),(1297,'FI','ENF',8809,75,'Enontekio, FI - Enontekio Airport (ENF)','1','0'),(1298,'NL','ENS',8810,154,'Enschede, NL - Twente-Enschede (ENS)','1','0'),(1299,'UG','EBB',8817,226,'Entebbe, UG - Entebbe/Kampala Intl Airport (EBB)','1','0'),(1300,'','ETS',8818,231,'Enterprise, Enterprise Municipal Airport (ETS)','1','0'),(1301,'FR','EPL',8836,76,'Epinal, FR - Mirecourt Airport (EPL)','1','0'),(1302,'IQ','EBL',8855,104,'Erbil, IQ - Erbil Intl Airport (EBL)','1','0'),(1303,'DE','ERF',8871,83,'Erfurt, DE - Erfurt-Weimar Airport (ERF)','1','0'),(1304,'US','ERI',8878,231,'Erie, US - Erie Intl Airport/Tom Ridge Field (ERI)','1','0'),(1305,'','EDD',8884,13,'Erldunda, Erldunda Airport (EDD)','1','0'),(1306,'MA','ERH',8896,148,'Errachidia, MA - Moulay Ali Cherif Airport (ERH)','1','0'),(1307,'TR','ERZ',8906,222,'Erzurum, TR - Erzurum Airport (ERZ)','1','0'),(1308,'DK','EBJ',8907,59,'Esbjerg, DK - Esbjerg Airport (EBJ)','1','0'),(1309,'US','ESC',8912,231,'Escanaba, US - Delta County Airport (ESC)','1','0'),(1310,'EC','ESM',8938,64,'Esmeraldas, EC - General Rivadeneira Airport (ESM)','1','0'),(1311,'AU','EPR',8946,13,'Esperance, AU - Esperance Airport (EPR)','1','0'),(1312,'VU','SON',8951,233,'Espiritu Santo, VU - Pekoa Airport (SON)','1','0'),(1313,'AR','EQS',8957,10,'Esquel, AR - Esquel Airport (EQS)','1','0'),(1314,'DE','ESS',8964,83,'Essen, DE - Essen Airport (ESS)','1','0'),(1315,'US','EUG',9034,231,'Eugene, US - Eugene Airport/Mahlon Sweet Field (EUG)','1','0'),(1316,'','UCE',9039,231,'Eunice, Eunice Airport (UCE)','1','0'),(1317,'','EUE',9043,231,'Eureka, Eureka Airport (EUE)','1','0'),(1318,'','YEU',9043,231,'Eureka, Eureka Aerodrome (YEU)','1','0'),(1319,'US','EVV',9054,231,'Evansville, US - Evansville Regional Airport (EVV)','1','0'),(1320,'US','PAE',9060,231,'Everett, US - Paine Field / Snohomish County Airport (PAE)','1','0'),(1321,'','EWO',9078,51,'Ewo, Ewo Airport (EWO)','1','0'),(1322,'GB','EXT',9081,482,'Exeter, GB - Exeter Airport (EXT)','1','0'),(1323,'','EXM',9087,482,'Exmouth, Exmouth Airport (EXM)','1','0'),(1324,'NO','VDB',9125,164,'Fagernes, NO - Fagernes Airport Leirin (VDB)','1','0'),(1325,'','FIE',9134,482,'Fair Isle, Fair Isle Airport (FIE)','1','0'),(1326,'','BIG',9135,231,'Fairbanks, Allen Army Airfield (BIG)','1','0'),(1327,'US','FAI',9135,231,'Fairbanks, US - Fairbanks Intl Airport (FAI)','1','0'),(1328,'','FBK',9135,231,'Fairbanks, Ladd Army Airfield (FBK)','1','0'),(1329,'','FBY',9138,231,'Fairbury, Fairbury Municipal Airport (FBY)','1','0'),(1330,'','FFL',9140,231,'Fairfield, Fairfield Municipal Airport (FFL)','1','0'),(1331,'US','FRM',9150,231,'Fairmont, US - Fairmont Municipal (FRM)','1','0'),(1332,'','ZFW',9154,231,'Fairview, Fairview Airport (ZFW)','1','0'),(1333,'PK','LYP',9156,166,'Faisalabad, PK - Faisalabad Airport (LYP)','1','0'),(1334,'PR','FAJ',9161,176,'Fajardo, PR - Diego Jimenez Torres Airport (FAJ)','1','0'),(1335,'','FHZ',9162,78,'Fakahina, Fakahina Airport (FHZ)','1','0'),(1336,'PF','FAV',9163,78,'Fakarava, PF - Fakarava Airport (FAV)','1','0'),(1337,'','FAK',9197,231,'False Island, False Island Seaplane Base (FAK)','1','0'),(1338,'','FGU',9206,78,'Fangatau, Fangatau Airport (FGU)','1','0'),(1339,'','RVA',9217,130,'Farafangana, Farafangana Airport (RVA)','1','0'),(1340,'US','FAR',9226,231,'Fargo, US - Hector Intl Airport (FAR)','1','0'),(1341,'US','FRG',9233,231,'Farmingdale, US - Republic (FRG)','1','0'),(1342,'US','FMN',9234,231,'Farmington, US - Four Corners Regional Airport (FMN)','1','0'),(1343,'PT','FAO',9241,175,'Faro, PT - Faro Airport (FAO)','1','0'),(1344,'','ZFA',9241,175,'Faro, Faro Airport (ZFA)','1','0'),(1345,'','FEC',9298,30,'Feira De Santana, Feira de Santana Airport (FEC)','1','0'),(1346,'SB','FRE',9333,193,'Fera Island, SB - Fera Airport (FRE)','1','0'),(1347,'UZ','FEG',9339,232,'Fergana, UZ - Fergana Airport (FEG)','1','0'),(1348,'','FEA',9382,482,'Fetlar, Fetlar Airport (FEA)','1','0'),(1349,'MA','FEZ',9389,148,'Fez, MA - Fez Airport (FEZ)','1','0'),(1350,'','WFI',9390,130,'Fianarantsoa, Fianarantsoa Airport (WFI)','1','0'),(1351,'','FCB',9392,195,'Ficksburg, Ficksburg Airport (FCB)','1','0'),(1352,'FR','FSC',9405,76,'Figari, FR - Figari Airport (FSC)','1','0'),(1353,'','FNH',9425,70,'Fincha, Fincha Airport (FNH)','1','0'),(1354,'US','FLG',9498,231,'Flagstaff, US - Flagstaff Pulliam Airport (FLG)','1','0'),(1355,'','FLT',9504,231,'Flat, Flat Airport (FLT)','1','0'),(1356,'','FLI',9506,100,'Flateyri, Holt Airport (FLI)','1','0'),(1357,'US','AVL',9517,231,'Fletcher, US - Asheville Regional Airport (AVL)','1','0'),(1358,'CA','YFO',9529,39,'Flin Flon, CA - Flin Flon Airport (YFO)','1','0'),(1359,'AU','FLS',9530,13,'Flinders, AU - Flinders Island Airport (FLS)','1','0'),(1360,'US','FNT',9531,231,'Flint, US - Bishop Intl Airport (FNT)','1','0'),(1361,'US','FLO',9543,231,'Florence, US - Florence Regional Airport (FLO)','1','0'),(1362,'','FMU',9543,231,'Florence, Florence Municipal Airport (FMU)','1','0'),(1363,'IT','FLR',9544,107,'Florence, IT - Amerigo Vespucci Airport (FLR)','1','0'),(1364,'GT','FRS',9552,91,'Flores, GT - Mundo Maya Intl Airport (FRS)','1','0'),(1365,'BR','FLN',9556,30,'Florianopolis, BR - Hercilio Luz Airport (FLN)','1','0'),(1366,'NO','FRO',9564,164,'Floro, NO - Floro Airport (FRO)','1','0'),(1367,'','NHX',9595,231,'Foley, NOLF Barin (NHX)','1','0'),(1368,'CA','ZFD',9609,39,'Fond Du Lac, CA - Fond-du-Lac Airport (ZFD)','1','0'),(1369,'','YFG',9617,76,'Fontanges, Fontanges Airport (YFG)','1','0'),(1370,'','FRB',9640,13,'Forbes, Forbes Airport (FRB)','1','0'),(1371,'NO','FDE',9647,164,'Forde, NO - Forde Airport Bringeland (FDE)','1','0'),(1372,'','YFE',9657,39,'Forestville, Forestville Airport (YFE)','1','0'),(1373,'','UIL',9667,231,'Forks, Quillayute Airport (UIL)','1','0'),(1374,'IT','FRL',9668,107,'Forli, IT - Luigi Ridolfi Airport (FRL)','1','0'),(1375,'AR','FMA',9676,10,'Formosa, AR - El Pucu / Formosa Intl Airport (FMA)','1','0'),(1376,'','LLS',9676,10,'Formosa, Alférez Armando Rodríguez Airport (LLS)','1','0'),(1377,'','FOS',9683,13,'Forrest, Forrest Airport (FOS)','1','0'),(1378,'CA','YFA',9691,39,'Fort Albany, CA - Fort Albany Airport (YFA)','1','0'),(1379,'','FOB',30979,231,'Fort Bragg, Fort Bragg Airport (FOB)','1','0'),(1380,'','FBR',30980,231,'Fort Bridger, Fort Bridger Airport (FBR)','1','0'),(1381,'CA','YPY',34681,39,'Fort Chipewyan, CA - Fort Chipewyan Airport (YPY)','1','0'),(1382,'US','FOD',30987,231,'Fort Dodge, US - Fort Dodge Regional Airport (FOD)','1','0'),(1383,'CA','YAG',34683,39,'Fort Frances, CA - Fort Frances Municipal Airport (YAG)','1','0'),(1384,'CA','YGH',34684,39,'Fort Good Hope, CA - Fort Good Hope Airport (YGH)','1','0'),(1385,'CA','YFH',34685,39,'Fort Hope, CA - Fort Hope Airport (YFH)','1','0'),(1386,'US','FHU',30991,231,'Fort Huachuca, US - Sierra Vista Municipal Airport (FHU)','1','0'),(1387,'US','FLL',30993,231,'Fort Lauderdale, US - Hollywood Intl Airport (FLL)','1','0'),(1388,'','FMS',31001,231,'Fort Madison, Fort Madison Municipal Airport (FMS)','1','0'),(1389,'CA','YMM',34688,39,'Fort Mcmurray, CA - Fort McMurray Airport (YMM)','1','0'),(1390,'US','FMY',31009,231,'Fort Myers, US - Page Field (FMY)','1','0'),(1391,'US','RSW',31009,231,'Fort Myers, US - Southwest Florida Intl Airport (RSW)','1','0'),(1392,'CA','ZFN',34690,39,'Fort Norman, CA - Tulita Airport (ZFN)','1','0'),(1393,'US','FPR',31015,231,'Fort Pierce, US - St Lucie County Intl Airport (FPR)','1','0'),(1394,'CA','YFR',34692,39,'Fort Resolution, CA - Fort Resolution Airport (YFR)','1','0'),(1395,'US','FSM',31021,231,'Fort Smith, US - Ft. Smith Regional Airport (FSM)','1','0'),(1396,'CA','YSM',34695,39,'Fort Smith, CA - Fort Smith (YSM)','1','0'),(1397,'','FSU',31024,231,'Fort Sumner, Fort Sumner Municipal Airport (FSU)','1','0'),(1398,'US','FWA',31029,231,'Fort Wayne, US - Fort Wayne Intl Airport (FWA)','1','0'),(1399,'','FWH',31031,231,'Fort Worth, NAS Fort Worth JRB (FWH)','1','0'),(1400,'BR','FOR',9694,30,'Fortaleza, BR - Pinto Martins Airport (FOR)','1','0'),(1401,'','FOU',9718,80,'Fougamou, Fougamou Airport (FOU)','1','0'),(1402,'BR','FRC',9750,30,'Franca, BR - Franca (FRC)','1','0'),(1403,'','MVB',9753,80,'Franceville, M\'Vengue El Hadj Omar Bongo Ondimba International Airport (MVB)','1','0'),(1404,'BW','FRW',9754,28,'Francistown, BW - Francistown Airport (FRW)','1','0'),(1405,'DE','FRA',9764,83,'Frankfurt, DE - Frankfurt am Main Airport (FRA)','1','0'),(1406,'DE','HHN',9764,83,'Frankfurt, DE - Frankfurt-Hahn Airport (HHN)','1','0'),(1407,'US','FKL',9765,231,'Franklin, US - Venango Regional Airport (FKL)','1','0'),(1408,'CA','YFC',9796,39,'Fredericton, CA - Fredericton Intl Airport (YFC)','1','0'),(1409,'GL','JFR',9799,87,'Frederikshaab, GL - Paamiut Airport (JFR)','1','0'),(1410,'US','FEP',9813,231,'Freeport, US - Albertus (FEP)','1','0'),(1411,'BS','FPO',9814,16,'Freeport, BS - Freeport Intl Airport (FPO)','1','0'),(1412,'SL','FNA',9816,189,'Freetown, SL - Lungi Intl Airport (FNA)','1','0'),(1413,'SL','HGS',9816,189,'Freetown, SL - Hastings Airport (HGS)','1','0'),(1414,'US','FAT',9848,231,'Fresno, US - Fresno Yosemite Intl Airport (FAT)','1','0'),(1415,'US','FRD',9855,231,'Friday Harbor, US - Friday Harbor Airport (FRD)','1','0'),(1416,'DE','FDH',9865,83,'Friedrichshafen, DE - Bodensee Airport (FDH)','1','0'),(1417,'','HNC',9878,231,'Frisco, Billy Mitchell Airport (HNC)','1','0'),(1418,'','FRT',9898,45,'Frutillar, Frutillar Airport (FRT)','1','0'),(1419,'','FRY',9901,231,'Fryeburg, Eastern Slopes Regional Airport (FRY)','1','0'),(1420,'ES','FUE',9929,199,'Fuerteventura, ES - Fuerteventura Airport (FUE)','1','0'),(1421,'JP','FUJ',9944,110,'Fukue, JP - Goto-Fukue Airport (FUJ)','1','0'),(1422,'JP','FUK',9946,110,'Fukuoka, JP - Fukuoka Airport (FUK)','1','0'),(1423,'US','FUL',9953,231,'Fullerton, US - Fullerton Municipal (FUL)','1','0'),(1424,'PT','FNC',9963,175,'Funchal, PT - Madeira Funchal Airport (FNC)','1','0'),(1425,'VU','FTA',9988,233,'Futuna Island, VU - Futuna Airport (FTA)','1','0'),(1426,'','FYN',9992,46,'Fuyun, Fuyun Koktokay Airport (FYN)','1','0'),(1427,'CN','FOC',9994,46,'Fuzhou, CN - Fuzhou Changle Intl Airport (FOC)','1','0'),(1428,'BW','GBE',10001,28,'Gaborone, BW - Sir Seretse Khama Intl Airport (GBE)','1','0'),(1429,'','SYF',10002,39,'Gabriola Island, Silva Bay Seaplane Base (SYF)','1','0'),(1430,'US','GAD',10006,231,'Gadsden, US - Northeast Alabama Regional (GAD)','1','0'),(1431,'','GAG',10010,231,'Gage, Gage Airport (GAG)','1','0'),(1432,'US','GNV',10020,231,'Gainesville, US - Gainesville Regional Airport (GNV)','1','0'),(1433,'US','GAL',10046,231,'Galena, US - Edward G Pitka Sr Airport (GAL)','1','0'),(1434,'','YMF',10052,39,'Galiano Island, Montague Harbour Water Aerodrome (YMF)','1','0'),(1435,'SE','GEV',10066,209,'Gallivare, SE - Gallivare Airport (GEV)','1','0'),(1436,'US','GUP',10069,231,'Gallup, US - Gallup Municipal (GUP)','1','0'),(1437,'US','GLS',10074,231,'Galveston, US - Scholes International at Galveston (GLS)','1','0'),(1438,'','GAX',10079,80,'Gamba, Gamba Airport (GAX)','1','0'),(1439,'ET','GMB',10084,70,'Gambela, ET - Gambela Airport (GMB)','1','0'),(1440,'US','GAM',10085,231,'Gambell, US - Gambell Airport (GAM)','1','0'),(1441,'CA','YQX',10097,39,'Gander, CA - Gander Intl Airport (YQX)','1','0'),(1442,'CN','KOW',10111,46,'Ganzhou, CN - Ganzhou Huangjin Airport (KOW)','1','0'),(1443,'','XGA',10114,35,'Gaoua, Gaoua Airport (XGA)','1','0'),(1444,'US','GCK',31039,231,'Garden City, US - Garden City Regional Airport (GCK)','1','0'),(1445,'CM','GOU',10165,38,'Garoua, CM - Garoua Intl Airport (GOU)','1','0'),(1446,'CA','YGP',10185,39,'Gaspe, CA - Michel Pouliot Gaspe Airport (YGP)','1','0'),(1447,'SA','ELQ',10188,186,'Gassim, SA - Gassim Airport (ELQ)','1','0'),(1448,'CA','YND',10198,39,'Gatineau, CA - Gatineau Ottawa Executive Airport (YND)','1','0'),(1449,'','GAH',10227,13,'Gayndah, Gayndah Airport (GAH)','1','0'),(1450,'TR','GZT',10229,222,'Gaziantep, TR - Sazgin Airport (GZT)','1','0'),(1451,'','BDT',10232,74,'Gbadolite, Gbadolite Airport (BDT)','1','0'),(1452,'PL','GDN',10233,174,'Gdansk, PL - Rebiechowo Airport (GDN)','1','0'),(1453,'','GEB',10236,102,'Gebe, Gebe Airport (GEB)','1','0'),(1454,'','GLC',10253,70,'Geladi, Geladi Airport (GLC)','1','0'),(1455,'ET','ETE',10269,70,'Genda Wuha, ET - Genda Wuha Airport (ETE)','1','0'),(1456,'AR','GNR',10271,10,'General Roca, AR - Dr. Arturo Umberto Illia (GNR)','1','0'),(1457,'CH','GVA',10276,210,'Geneva, CH - Geneva (Cointrin) Intl Airport (GVA)','1','0'),(1458,'IT','GOA',10282,107,'Genoa, IT - Cristoforo Colombo Airport (GOA)','1','0'),(1459,'ZA','GRJ',10294,195,'George, ZA - George Airport (GRJ)','1','0'),(1460,'','GEE',10295,132,'George Town, George Town Aerodrome (GEE)','1','0'),(1461,'BS','GGT',10297,16,'George Town, BS - George Town - Exuma Island Airport (GGT)','1','0'),(1462,'','GTT',10300,39,'Georgetown, Georgetown Airport (GTT)','1','0'),(1463,'GY','GEO',10304,94,'Georgetown, GY - Timehri Airport (GEO)','1','0'),(1464,'CA','YGQ',10313,39,'Geraldton, CA - Greenstone Regional Airport (YGQ)','1','0'),(1465,'AU','GET',10314,13,'Geraldton, AU - Geraldton Airport (GET)','1','0'),(1466,'AU','GEX',10314,13,'Geraldton, AU - Geelong Airport (closed) (GEX)','1','0'),(1467,'ES','GRO',10344,199,'Gerona, ES - Girona-Costa Brava Airport (GRO)','1','0'),(1468,'CA','ZGS',10357,39,'Gethsemani, CA - La Romaine Airport (ZGS)','1','0'),(1469,'','GTY',10358,231,'Gettysburg, Gettysburg Regional Airport (GTY)','1','0'),(1470,'LY','LTD',10365,123,'Ghadames, LY - Ghadames Airport (LTD)','1','0'),(1471,'','GNZ',10369,28,'Ghanzi, Ghanzi Airport (GNZ)','1','0'),(1472,'DZ','GHA',10370,3,'Ghardaia, DZ - Noumerat-Moufdi Zakaria Airport (GHA)','1','0'),(1473,'LY','GHT',10371,123,'Ghat, LY - Ghat Airport (GHT)','1','0'),(1474,'GI','GIB',10389,85,'Gibraltar, GI - North Front Airport (GIB)','1','0'),(1475,'CA','YGX',10419,39,'Gillam, CA - Gillam Airport (YGX)','1','0'),(1476,'US','GCC',10423,231,'Gillette, US - Campbell County Airport (GCC)','1','0'),(1477,'','AQY',10452,231,'Girdwood, Girdwood Airport (AQY)','1','0'),(1478,'NZ','GIS',10457,157,'Gisborne, NZ - Gisborne Airport (GIS)','1','0'),(1479,'','GYI',10459,508,'Gisenyi, Gisenyi Airport (GYI)','1','0'),(1480,'','GIY',10472,195,'Giyani, Giyani Airport (GIY)','1','0'),(1481,'SA','GIZ',10474,186,'Gizan, SA - Gizan Airport (GIZ)','1','0'),(1482,'SB','GZO',10475,193,'Gizo, SB - Nusatupe Airport (GZO)','1','0'),(1483,'CA','YHK',10480,39,'Gjoa Haven, CA - Gjoa Haven Airport (YHK)','1','0'),(1484,'AU','GLT',10488,13,'Gladstone, AU - Gladstone Airport (GLT)','1','0'),(1485,'US','GDV',10515,231,'Glendive, US - Dawson Community Airport (GDV)','1','0'),(1486,'','GLG',10525,13,'Glengyle, Glengyle Airport (GLG)','1','0'),(1487,'','GLB',10551,231,'Globe, San Carlos Apache Airport (GLB)','1','0'),(1488,'GB','GLO',10561,482,'Gloucester, GB - Gloucestershire Airport (GLO)','1','0'),(1489,'IN','GOI',10576,101,'Goa, IN - Dabolim Airport (GOI)','1','0'),(1490,'ET','GOB',10578,70,'Goba, ET - Goba Airport (GOB)','1','0'),(1491,'','GGS',10579,10,'Gobernador Gregores, Gobernador Gregores Airport (GGS)','1','0'),(1492,'GL','JGO',10592,87,'Godhavn, GL - Qeqertarsuaq Heliport (JGO)','1','0'),(1493,'CA','YGO',10594,39,'Gods Narrows, CA - Gods Lake Narrows Airport (YGO)','1','0'),(1494,'CA','ZGI',34706,39,'Gods River, CA - Gods River Airport (ZGI)','1','0'),(1495,'BR','GYN',10607,30,'Goiania, BR - Santa Genoveva Airport (GYN)','1','0'),(1496,'','GLL',10610,164,'Gol, Gol Airport, Klanten (GLL)','1','0'),(1497,'CR','GLF',10635,54,'Golfito, CR - Golfito Airport (GLF)','1','0'),(1498,'US','GLV',10640,231,'Golovin, US - Golovin Airport (GLV)','1','0'),(1499,'BY','GME',10645,20,'Gomel, BY - Gomel Airport (GME)','1','0'),(1500,'ET','GDQ',10650,70,'Gondar, ET - Gondar Airport (GDQ)','1','0'),(1501,'','GNG',10666,231,'Gooding, Gooding Municipal Airport (GNG)','1','0'),(1502,'US','GLD',10667,231,'Goodland, US - Goodland Municipal (Renner Field) (GLD)','1','0'),(1503,'US','GYR',10673,231,'Goodyear, US - Phoenix Goodyear (GYR)','1','0'),(1504,'','GOO',10677,13,'Goondiwindi, Goondiwindi Airport (GOO)','1','0'),(1505,'','GOC',10684,110,'Gora, Gora Airport (GOC)','1','0'),(1506,'IN','GOP',10685,101,'Gorakhpur, IN - Gorakhpur Airport (GOP)','1','0'),(1507,'','GRN',10688,231,'Gordon, Gordon Municipal Airport (GRN)','1','0'),(1508,'ET','GOR',10693,70,'Gore, ET - Gore Airport (GOR)','1','0'),(1509,'','YZE',10694,39,'Gore Bay, Gore Bay-Manitoulin Airport (YZE)','1','0'),(1510,'BG','GOZ',10711,34,'Gorna Orechovitsa, BG - Gorna Oryahovitsa Airport (GOZ)','1','0'),(1511,'PG','GKA',10713,170,'Goroka, PG - Goroka Airport (GKA)','1','0'),(1512,'','XGG',10715,35,'Gorom-gorom, Gorom Gorom Airport (XGG)','1','0'),(1513,'ID','GTO',10716,102,'Gorontalo, ID - Jalaluddin Airport (GTO)','1','0'),(1514,'','GOS',10721,13,'Gosford, Gosford Airport (GOS)','1','0'),(1515,'SE','GOT',10734,209,'Gothenburg, SE - Landvetter Airport (GOT)','1','0'),(1516,'SE','GSE',10734,209,'Gothenburg, SE - Gothenburg City Airport (GSE)','1','0'),(1517,'AU','GUL',10744,13,'Goulburn, AU - Goulburn (GUL)','1','0'),(1518,'BS','GHB',10763,16,'Governors Harbour, BS - Governors Harbour - Eleuthera Airport (GHB)','1','0'),(1519,'','OYA',10764,10,'Goya, Goya Airport (OYA)','1','0'),(1520,'','AHS',10780,97,'Gracias, Ahuas Airport (AHS)','1','0'),(1521,'','GAC',10780,97,'Gracias, Gracias Airport (GAC)','1','0'),(1522,'PT','GRW',10781,175,'Graciosa Island, PT - Graciosa Airport (GRW)','1','0'),(1523,'AU','GFN',10794,13,'Grafton, AU - Grafton Airport (GFN)','1','0'),(1524,'ES','GRX',10810,199,'Granada, ES - Federico Garcia Lorca Granada-Jaen Airport (GRX)','1','0'),(1525,'US','GCN',31054,231,'Grand Canyon, US - Grand Canyon National Park Airport (GCN)','1','0'),(1526,'','VLE',31054,231,'Grand Canyon, Valle Airport (VLE)','1','0'),(1527,'US','GFK',31060,231,'Grand Forks, US - Grand Forks Intl Airport (GFK)','1','0'),(1528,'US','GRI',31062,231,'Grand Island, US - Central Nebraska Regional Airport (GRI)','1','0'),(1529,'US','GJT',31064,231,'Grand Junction, US - Grand Junction Regional Airport (GJT)','1','0'),(1530,'','GRM',31067,231,'Grand Marais, Grand Marais/Cook County Airport (GRM)','1','0'),(1531,'US','GPZ',31072,231,'Grand Rapids, US - Grand Rapids-Itasca County Airport (GPZ)','1','0'),(1532,'US','GRR',31072,231,'Grand Rapids, US - Gerald R. Ford Intl Airport (GRR)','1','0'),(1533,'','GBJ',10828,89,'Grand-bourg, Marie-Galante Airport (GBJ)','1','0'),(1534,'','YGC',10832,39,'Grande Cache, Grande Cache Airport (YGC)','1','0'),(1535,'CA','YQU',34714,39,'Grande Prairie, CA - Grande Prairie Airport (YQU)','1','0'),(1536,'','IDH',10849,231,'Grangeville, Idaho County Airport (IDH)','1','0'),(1537,'US','KGX',10891,231,'Grayling, US - Grayling Airport (KGX)','1','0'),(1538,'US','GRB',31077,231,'Green Bay, US - Austin Straubel Intl Airport (GRB)','1','0'),(1539,'TW','GNI',10916,212,'Green Island, TW - Lyudao (Green Island) Airport (GNI)','1','0'),(1540,'','GVI',31082,231,'Green River, Green River Airport (GVI)','1','0'),(1541,'','RVR',31082,231,'Green River, Green River Municipal Airport (RVR)','1','0'),(1542,'US','GSO',10935,231,'Greensboro, US - Piedmont Triad Intl Airport (GSO)','1','0'),(1543,'US','INT',10935,231,'Greensboro, US - Smith Reynolds Airport (INT)','1','0'),(1544,'','GDC',10941,231,'Greenville, Donaldson Center Airport (GDC)','1','0'),(1545,'US','GLH',10941,231,'Greenville, US - Mid Delta Regional Airport (GLH)','1','0'),(1546,'US','GSP',10941,231,'Greenville, US - Greenville Spartanburg Intl Airport (GSP)','1','0'),(1547,'US','PGV',10941,231,'Greenville, US - Pitt Greenville Airport (PGV)','1','0'),(1548,'','SNI',10941,231,'Greenville, Greenville/Sinoe Airport (SNI)','1','0'),(1549,'GD','GND',10957,88,'Grenada, GD - Point Saline Intl Airport (GND)','1','0'),(1550,'FR','GNB',10960,76,'Grenoble, FR - St Geoirs Airport (GNB)','1','0'),(1551,'US','GEY',10979,231,'Greybull, US - South Big Horn County (GEY)','1','0'),(1552,'','GMN',10981,157,'Greymouth, Greymouth Airport (GMN)','1','0'),(1553,'AU','GFF',10989,13,'Griffith, AU - Griffith Airport (GFF)','1','0'),(1554,'IS','GRY',10999,100,'Grimsey, IS - Grimsey Airport (GRY)','1','0'),(1555,'CA','YGZ',11009,39,'Grise Fiord, CA - Grise Fiord Airport (YGZ)','1','0'),(1556,'NL','GRQ',11025,154,'Groningen, NL - Groningen Airport Eelde (GRQ)','1','0'),(1557,'AU','GTE',11030,13,'Groote Eylandt, AU - Groote Eylandt Airport (GTE)','1','0'),(1558,'US','GON',11052,231,'Groton, US - Groton - New London Airport (GON)','1','0'),(1559,'RU','GRV',11062,181,'Groznyj, RU - Grozny Airport (GRV)','1','0'),(1560,'','GDP',11083,141,'Guadalupe, Guadalupe Airport (GDP)','1','0'),(1561,'HN','GJA',11103,97,'Guanaja, HN - Guanaja Airport (GJA)','1','0'),(1562,'CN','ZUI',11106,46,'Guangdong, CN - GUANGDONG Airport (ZUI)','1','0'),(1563,'','GHN',11107,46,'Guanghan, Guanghan Airport (GHN)','1','0'),(1564,'CN','CAN',11108,46,'Guangzhou, CN - Guangzhou Baiyun Intl Airport (CAN)','1','0'),(1565,'CO','GPI',11114,49,'Guapi, CO - Juan Casiano Solis Airport (GPI)','1','0'),(1566,'','GUZ',11117,30,'Guarapari, Guarapari Airport (GUZ)','1','0'),(1567,'EC','GYE',11135,64,'Guayaquil, EC - Jose Joaquin de Olmedo Intl Airport (GYE)','1','0'),(1568,'BO','GYA',11136,26,'Guayaramerin, BO - Guayaramerin Airport (GYA)','1','0'),(1569,'MX','GYM',11138,141,'Guaymas, MX - Gen Jose Maria Yanez Intl Airport (GYM)','1','0'),(1570,'GB','GCI',11156,482,'Guernsey, GB - Guernsey Airport (GCI)','1','0'),(1571,'CN','KWL',11177,46,'Guilin, CN - Guilin Liangjiang Intl Airport (KWL)','1','0'),(1572,'CN','KWE',11190,46,'Guiyang, CN - Guiyang Longdongbao Intl Airport (KWE)','1','0'),(1573,'','BFJ',11191,46,'Guizhou, Bijie Feixiong Airport (BFJ)','1','0'),(1574,'','ULU',11200,226,'Gulu, Gulu Airport (ULU)','1','0'),(1575,'','GUX',11209,101,'Guna, Guna Airport (GUX)','1','0'),(1576,'','GUH',11215,13,'Gunnedah, Gunnedah Airport (GUH)','1','0'),(1577,'US','GUC',11216,231,'Gunnison, US - Crested Butte Regional Airport (GUC)','1','0'),(1578,'MY','MZV',11219,132,'Gunung Mulu National Park, MY - Mulu Airport (MZV)','1','0'),(1579,'SA','URY',11223,186,'Gurayat, SA - Gurayat Airport (URY)','1','0'),(1580,'','GRP',11228,30,'Gurupi, Gurupi Airport (GRP)','1','0'),(1581,'','BQV',11233,231,'Gustavus, Bartlett Cove Seaplane Base (BQV)','1','0'),(1582,'IN','GAU',11240,101,'Guwahati, IN - Borjhar Airport (GAU)','1','0'),(1583,'IN','GWL',11248,101,'Gwalior, IN - Gwalior Airport (GWL)','1','0'),(1584,'','GWE',11251,243,'Gweru, Thornhill Air Base (GWE)','1','0'),(1585,'AU','GYP',11259,13,'Gympie, AU - Gympie (GYP)','1','0'),(1586,'US','HGR',11310,231,'Hagerstown, US - Hagerstown Airport (HGR)','1','0'),(1587,'IL','HFA',11328,106,'Haifa, IL - Haifa Airport (HFA)','1','0'),(1588,'CN','HAK',11332,46,'Haikou, CN - Haikou Meilan Intl Airport (HAK)','1','0'),(1589,'SA','HAS',11334,186,'Hail, SA - Hail Airport (HAS)','1','0'),(1590,'CN','HLD',11335,46,'Hailar, CN - Hailar Dongshan Airport (HLD)','1','0'),(1591,'US','SUN',11336,231,'Hailey, US - Friedman Memorial Airport (SUN)','1','0'),(1592,'US','HNS',11346,231,'Haines, US - Haines Airport (HNS)','1','0'),(1593,'','YHT',11347,39,'Haines Junction, Haines Junction Airport (YHT)','1','0'),(1594,'JP','HKD',11357,110,'Hakodate, JP - Hakodate Airport (HKD)','1','0'),(1595,'CA','YAW',11381,39,'Halifax, CA - Halifax/Shearwater (YAW)','1','0'),(1596,'CA','YHZ',11381,39,'Halifax, CA - Robert Stanfield Intl Airport (YHZ)','1','0'),(1597,'CA','YUX',11384,39,'Hall Beach, CA - Hall Beach Airport (YUX)','1','0'),(1598,'AU','HCQ',11398,13,'Halls Creek, AU - Halls Creek (HCQ)','1','0'),(1599,'SE','HAD',11404,209,'Halmstad, SE - Halmstad Airport (HAD)','1','0'),(1600,'DE','HAM',11426,83,'Hamburg, DE - Hamburg-Fuhlsbuttel Airport (HAM)','1','0'),(1601,'DE','LBC',11426,83,'Hamburg, DE - Lubeck Blankensee Airport (LBC)','1','0'),(1602,'NZ','HLZ',11437,157,'Hamilton, NZ - Hamilton (New Zealand) Airport (HLZ)','1','0'),(1603,'US','HAO',11434,231,'Hamilton, US - Butler County Regional (HAO)','1','0'),(1604,'CA','YHM',11435,39,'Hamilton, CA - John Munro Hamilton Intl Airport (YHM)','1','0'),(1605,'NO','HFT',11445,164,'Hammerfest, NO - Hammerfest Airport (HFT)','1','0'),(1606,'','HPT',11454,13,'Hampton, Hampton Municipal Airport (HPT)','1','0'),(1607,'US','CMX',11469,231,'Hancock, US - Hancock County Memorial Airport (CMX)','1','0'),(1608,'VN','HAN',11487,236,'Hanoi, VN - Noi-Bai Airport (HAN)','1','0'),(1609,'ZW','HRE',11507,243,'Harare, ZW - Harare Intl Airport (HRE)','1','0'),(1610,'CN','HRB',11510,46,'Harbin, CN - Harbin Taiping Intl Airport (HRB)','1','0'),(1611,'US','HRL',11543,231,'Harlingen, US - Valley Intl Airport (HRL)','1','0'),(1612,'','CPA',11551,231,'Harper, Cape Palmas Airport (CPA)','1','0'),(1613,'','HAR',11558,231,'Harrisburg, Capital City Airport (HAR)','1','0'),(1614,'','HSB',11558,231,'Harrisburg, Harrisburg-Raleigh Airport (HSB)','1','0'),(1615,'US','MDT',11558,231,'Harrisburg, US - Harrisburg Intl Airport (MDT)','1','0'),(1616,'US','GPT',11561,231,'Harrison, US - Biloxi Intl Airport (GPT)','1','0'),(1617,'US','HRO',11561,231,'Harrison, US - Boone County Airport (HRO)','1','0'),(1618,'US','BDL',11574,231,'Hartford, US - Bradley Intl Airport (BDL)','1','0'),(1619,'US','HFD',11574,231,'Hartford, US - Brainard - Hartford (HFD)','1','0'),(1620,'','YTB',11581,39,'Hartley Bay, Hartley Bay Water Aerodrome (YTB)','1','0'),(1621,'','HKV',11598,34,'Haskovo, Haskovo Malevo Airport (HKV)','1','0'),(1622,'DZ','HME',11605,3,'Hassi Messaoud, DZ - Oued Irara-Krim Belkacem Airport (HME)','1','0'),(1623,'US','HSI',11610,231,'Hastings, US - Hastings Municipal (HSI)','1','0'),(1624,'NO','HAA',11615,164,'Hasvik, NO - Hasvik Airport (HAA)','1','0'),(1625,'TH','HDY',11617,215,'Hat Yai, TH - Hat Yai Airport (HDY)','1','0'),(1626,'JP','HTR',11622,110,'Hateruma, JP - Hateruma (HTR)','1','0'),(1627,'US','HBG',11632,231,'Hattiesburg, US - Bobby L. Chain Municipal (HBG)','1','0'),(1628,'NO','HAU',11637,164,'Haugesund, NO - Haugesund Airport Karmoy (HAU)','1','0'),(1629,'','UPB',11654,231,'Havana, Playa Baracoa Airport (UPB)','1','0'),(1630,'CU','HAV',11655,56,'Havana, CU - Jose Marti Intl Airport (HAV)','1','0'),(1631,'US','HVR',11669,231,'Havre, US - Havre City-County Airport (HVR)','1','0'),(1632,'','HWK',11689,13,'Hawker, Wilpena Pound Airport (HWK)','1','0'),(1633,'US','HHR',11703,231,'Hawthorne, US - Hawthorne Municipal (Jack Northrop Field) (HHR)','1','0'),(1634,'','HTH',11703,231,'Hawthorne, Hawthorne Industrial Airport (HTH)','1','0'),(1635,'AU','HXX',11704,13,'Hay, AU - Hay (HXX)','1','0'),(1636,'US','HDN',11706,231,'Hayden, US - Yampa Valley Regional Airport (HDN)','1','0'),(1637,'US','SBS',11706,231,'Hayden, US - Steamboat Springs (Bob Adams Field) (SBS)','1','0'),(1638,'AU','HIS',11713,13,'Hayman, AU - Hayman Island Airport (HIS)','1','0'),(1639,'US','HYS',11715,231,'Hays, US - Hays Regional Airport (HYS)','1','0'),(1640,'','HZV',11735,195,'Hazyview, Hazyview Airport (HZV)','1','0'),(1641,'','YHF',11745,39,'Hearst, Hearst (René Fontaine) Municipal Airport (YHF)','1','0'),(1642,'CN','HFE',11771,46,'Hefei, CN - Hefei Luogang Intl Airport (HFE)','1','0'),(1643,'','HEI',31109,83,'Heide, Heide–Büsum Airport (HEI)','1','0'),(1644,'US','HLN',11808,231,'Helena, US - Helena Regional Airport (HLN)','1','0'),(1645,'DE','HGL',11812,83,'Helgoland, DE - Heligoland Airport (HGL)','1','0'),(1646,'SE','AGH',11831,209,'Helsingborg, SE - Helsingborg Airport (AGH)','1','0'),(1647,'FI','HEL',11834,75,'Helsinki, FI - Vantaa Airport (HEL)','1','0'),(1648,'US','HMT',11841,231,'Hemet, US - Hemet Ryan (HMT)','1','0'),(1649,'','HNY',11854,46,'Hengyang, Hengyang Nanyue Airport (HNY)','1','0'),(1650,'','HMG',11905,83,'Hermannsburg, Hermannsburg Airport (HMG)','1','0'),(1651,'','HES',11915,482,'Hermiston, Hermiston Municipal Airport (HES)','1','0'),(1652,'MX','HMO',11920,141,'Hermosillo, MX - Gen Ignacio Pesqueira Intl Airport (HMO)','1','0'),(1653,'AU','HVB',11946,13,'Hervey Bay, AU - Hervey Bay Airport (HVB)','1','0'),(1654,'US','HIB',11984,231,'Hibbing, US - Range Regional Airport (HIB)','1','0'),(1655,'US','HKY',11985,231,'Hickory, US - Hickory Regional Airport (HKY)','1','0'),(1656,'CA','YOJ',12005,39,'High Level, CA - High Level (YOJ)','1','0'),(1657,'','HGE',12018,235,'Higuerote, Higuerote Airport (HGE)','1','0'),(1658,'','HLC',31112,231,'Hill City, Hill City Municipal Airport (HLC)','1','0'),(1659,'','HLL',12040,231,'Hillside, Hillside Airport (HLL)','1','0'),(1660,'US','ITO',31113,231,'Hilo, US - Hilo Intl Airport (ITO)','1','0'),(1661,'','YJP',12070,231,'Hinton, Hinton/Jasper-Hinton Airport (YJP)','1','0'),(1662,'','HSS',12082,34,'Hisar, Hisar Airport (HSS)','1','0'),(1663,'VN','SGN',31115,236,'Ho Chi Minh City, VN - Tan Son Nhut Airport (SGN)','1','0'),(1664,'','HBR',12102,231,'Hobart, Hobart Regional Airport (HBR)','1','0'),(1665,'AU','HBA',12103,13,'Hobart, AU - Hobart Intl Airport (HBA)','1','0'),(1666,'','HBB',12104,231,'Hobbs, Hobbs Industrial Airpark (HBB)','1','0'),(1667,'US','HOB',12104,231,'Hobbs, US - Lea County Regional Airport (HOB)','1','0'),(1668,'YE','HOD',12119,240,'Hodeidah, YE - Hodeidah Intl Airport (HOD)','1','0'),(1669,'DE','HOQ',31119,83,'Hof, DE - Plauen Airport (HOQ)','1','0'),(1670,'CN','HET',12147,46,'Hohhot, CN - Hohhot Baita Intl Airport (HET)','1','0'),(1671,'NZ','HKK',12155,157,'Hokitika, NZ - Hokitika Airport (HKK)','1','0'),(1672,'JP','AKJ',12156,110,'Hokkaido, JP - Asahikawa Airport (AKJ)','1','0'),(1673,'','HBK',12163,13,'Holbrook, Holbrook Municipal Airport (HBK)','1','0'),(1674,'','HDE',12168,231,'Holdrege, Brewster Field (HDE)','1','0'),(1675,'CU','HOG',12171,56,'Holguin, CU - Frank Pais Airport (HOG)','1','0'),(1676,'US','HYL',12180,231,'Hollis, US - Hollis Seaplane Base (HYL)','1','0'),(1677,'','HLI',12181,231,'Hollister, Hollister Municipal Airport (HLI)','1','0'),(1678,'US','HCR',12206,231,'Holy Cross, US - Holy Cross Airport (HCR)','1','0'),(1679,'GB','HLY',12207,482,'Holyhead, GB - Holyhead Railway Station (HLY)','1','0'),(1680,'US','HOM',12216,231,'Homer, US - Homer Airport (HOM)','1','0'),(1681,'US','HST',12217,231,'Homestead, US - Homestead Air Reserve Base (HST)','1','0'),(1682,'HK','HKG',12232,98,'Hong Kong, HK - Hong Kong Intl Airport (HKG)','1','0'),(1683,'SB','HIR',12236,193,'Honiara, SB - Henderson Airport (HIR)','1','0'),(1684,'NO','HVG',12239,164,'Honningsvag, NO - Honningsvag Airport Valan (HVG)','1','0'),(1685,'US','HNL',12245,231,'Honolulu, US - Honolulu Intl Airport (HNL)','1','0'),(1686,'US','MKK',12256,231,'Hoolehua, US - Molokai Airport (MKK)','1','0'),(1687,'US','HNH',12257,231,'Hoonah, US - Hoonah Airport (HNH)','1','0'),(1688,'US','HPB',12259,231,'Hooper Bay, US - Hooper Bay Airport (HPB)','1','0'),(1689,'CA','YHO',12266,39,'Hopedale, CA - Hopedale Airport (YHO)','1','0'),(1690,'','HTU',12267,13,'Hopetoun, Hopetoun Airport (HTU)','1','0'),(1691,'US','HOP',12273,231,'Hopkinsville, US - Campbell Army Airfield (HOP)','1','0'),(1692,'US','HQM',12275,231,'Hoquiam, US - Bowerman (HQM)','1','0'),(1693,'IS','HFN',12283,100,'Hornafjordur, IS - Hornafjordur (HFN)','1','0'),(1694,'','YHN',12291,39,'Hornepayne, Hornepayne Municipal Airport (YHN)','1','0'),(1695,'AU','HSM',12308,13,'Horsham, AU - Horsham (HSM)','1','0'),(1696,'US','HOT',31127,231,'Hot Springs, US - Memorial Field Airport (HOT)','1','0'),(1697,'LY','HUQ',12350,123,'Houn, LY - Hun Airport (HUQ)','1','0'),(1698,'US','AAP',12354,231,'Houston, US - ANDRAU AIRPARK Airport (AAP)','1','0'),(1699,'US','EFD',12354,231,'Houston, US - Ellington Airport (EFD)','1','0'),(1700,'US','HOU',12354,231,'Houston, US - William P. Hobby Airport (HOU)','1','0'),(1701,'US','IAH',12354,231,'Houston, US - George Bush Intercontinental Airport (IAH)','1','0'),(1702,'','HSZ',12382,212,'Hsinchu, Hsinchu Air Base (HSZ)','1','0'),(1703,'TH','HHQ',34236,215,'Hua Hin, TH - Hua Hin Airport (HHQ)','1','0'),(1704,'TW','HUN',12392,212,'Hualien, TW - Hualien Airport (HUN)','1','0'),(1705,'AO','NOV',12394,6,'Huambo, AO - Albano Machado Airport (NOV)','1','0'),(1706,'CN','HYN',12400,46,'Huangyan, CN - Taizhou (Huangyan) Luqiao Airport (HYN)','1','0'),(1707,'MX','HUX',12405,141,'Huatulco, MX - Bahias de Huatulco Intl Airport (HUX)','1','0'),(1708,'IN','HBX',12411,101,'Hubli, IN - Hubli Airport (HBX)','1','0'),(1709,'SE','HUV',12416,209,'Hudiksvall, SE - Hudiksvall Airport (HUV)','1','0'),(1710,'','HCC',12417,39,'Hudson, Columbia County Airport (HCC)','1','0'),(1711,'','YNH',12419,39,'Hudson\'s Hope, Hudson\'s Hope Airport (YNH)','1','0'),(1712,'','HUG',12423,91,'Huehuetenango, Huehuetenango Airport (HUG)','1','0'),(1713,'AU','HGD',12433,13,'Hughenden, AU - Hughenden Airport (HGD)','1','0'),(1714,'US','HUS',12434,231,'Hughes, US - Hughes Airport (HUS)','1','0'),(1715,'','HUJ',12435,231,'Hugo, Stan Stamper Municipal Airport (HUJ)','1','0'),(1716,'SE','HLF',12451,209,'Hultsfred, SE - Hultsfred - Vimmerby (HLF)','1','0'),(1717,'','HUC',12452,176,'Humacao, Humacao Airport (HUC)','1','0'),(1718,'GB','HUY',12454,482,'Humberside, GB - Humberside Airport (HUY)','1','0'),(1719,'','HUD',12457,39,'Humboldt, Humboldt Municipal Airport (HUD)','1','0'),(1720,'ET','HUE',12461,70,'Humera, ET - Humera Airport (HUE)','1','0'),(1721,'US','HSV',12494,231,'Huntsville, US - Huntsville Intl Airport / Carl T Jones Field (HSV)','1','0'),(1722,'','HTV',12494,231,'Huntsville, Huntsville Municipal Airport (HTV)','1','0'),(1723,'EG','HRG',12496,65,'Hurghada, EG - Hurghada Airport (HRG)','1','0'),(1724,'US','HON',12500,231,'Huron, US - Huron Regional Airport (HON)','1','0'),(1725,'IS','HZK',12505,100,'Husavik, IS - Husavik Airport (HZK)','1','0'),(1726,'US','HSL',12509,231,'Huslia, US - Huslia Airport (HSL)','1','0'),(1727,'','QHU',12511,59,'Husum, Husum Schwesing Airport (QHU)','1','0'),(1728,'','WKI',12529,243,'Hwange, Hwange Town Airport (WKI)','1','0'),(1729,'US','HYA',12530,231,'Hyannis, US - Barnstable Municipal Apt/Boardman-Polanco Field (HYA)','1','0'),(1730,'US','HYG',12532,231,'Hydaburg, US - Hydaburg Seaplane Base (HYG)','1','0'),(1731,'','WHD',12537,231,'Hyder, Hyder Seaplane Base (WHD)','1','0'),(1732,'IN','BPM',12538,101,'Hyderabad, IN - Begumpet Airport (BPM)','1','0'),(1733,'','HDD',12538,101,'Hyderabad, Hyderabad Airport (HDD)','1','0'),(1734,'IN','HYD',12538,101,'Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)','1','0'),(1735,'FR','TLN',12541,76,'Hyeres, FR - Toulon Airport (TLN)','1','0'),(1736,'RO','IAS',12550,179,'Iasi, RO - Iasi Intl Airport (IAS)','1','0'),(1737,'CO','IBE',12552,49,'Ibague, CO - Perales Airport (IBE)','1','0'),(1738,'ES','IBZ',12557,199,'Ibiza, ES - Ibiza Airport (IBZ)','1','0'),(1739,'','IDG',31138,231,'Ida Grove, Ida Grove Municipal Airport (IDG)','1','0'),(1740,'RU','IAA',12593,181,'Igarka, RU - Igarka Airport (IAA)','1','0'),(1741,'US','IGG',12595,231,'Igiugig, US - Igiugig Airport (IGG)','1','0'),(1742,'CA','YGT',12597,39,'Igloolik, CA - Igloolik Airport (YGT)','1','0'),(1743,'','ZUC',12599,39,'Ignace, Ignace Municipal Airport (ZUC)','1','0'),(1744,'BR','IGU',12605,30,'Iguassu Falls, BR - Cataratas Airport (IGU)','1','0'),(1745,'AR','IGR',12606,10,'Iguazu, AR - Cataratas de Iguazu Intl Airport (IGR)','1','0'),(1746,'','IHO',12608,130,'Ihosy, Ihosy Airport (IHO)','1','0'),(1747,'NC','ILP',12624,156,'Ile Des Pins, NC - Iles des Pins Airport (ILP)','1','0'),(1748,'','ILF',12628,482,'Ilford, Ilford Airport (ILF)','1','0'),(1749,'BR','IOS',12634,30,'Ilheus, BR - Eduardo Gomes Airport (IOS)','1','0'),(1750,'US','ILI',12636,231,'Iliamna, US - Iliamna Airport (ILI)','1','0'),(1751,'','IGN',12638,173,'Iligan, Maria Cristina Airport (IGN)','1','0'),(1752,'','ILA',12643,102,'Illaga, Illaga Airport (ILA)','1','0'),(1753,'DZ','VVZ',12648,3,'Illizi, DZ - Takhamalt Airport (VVZ)','1','0'),(1754,'PH','ILO',12658,173,'Iloilo, PH - Mandurriao Airport (ILO)','1','0'),(1755,'','IUL',12661,102,'Ilu, Ilu Airport (IUL)','1','0'),(1756,'BR','IMP',12677,30,'Imperatriz, BR - Imperatriz Airport (IMP)','1','0'),(1757,'','IML',12679,231,'Imperial, Imperial Municipal Airport (IML)','1','0'),(1758,'','ION',12680,51,'Impfondo, Impfondo Airport (ION)','1','0'),(1759,'IN','IMF',12681,101,'Imphal, IN - Imphal Airport (IMF)','1','0'),(1760,'DZ','IAM',31144,3,'In Amenas, DZ - In Amenas Airport (IAM)','1','0'),(1761,'','INF',31145,3,'In Guezzam, In Guezzam Airport (INF)','1','0'),(1762,'DZ','INZ',31146,3,'In Salah, DZ - In Salah Airport (INZ)','1','0'),(1763,'','INX',12685,102,'Inanwatan, Inanwatan Airport (INX)','1','0'),(1764,'','INB',12699,231,'Independence, Independence Airport (INB)','1','0'),(1765,'US','IND',31156,231,'Indianapolis, US - Indianapolis Intl Airport (IND)','1','0'),(1766,'IN','IDR',12706,101,'Indore, IN - Indore Airport (IDR)','1','0'),(1767,'','IMI',12713,136,'Ine, Ine Airport (IMI)','1','0'),(1768,'','IGS',12725,83,'Ingolstadt, Ingolstadt Manching Airport (IGS)','1','0'),(1769,'MZ','INH',12729,149,'Inhambane, MZ - Inhambane Airport (INH)','1','0'),(1770,'IE','INQ',12731,105,'Inisheer, IE - Inisheer (INQ)','1','0'),(1771,'IE','IIA',12732,105,'Inishmaan, IE - Inishmaan (IIA)','1','0'),(1772,'IE','IOR',12733,105,'Inishmore, IE - Inishmore Aerodrome (IOR)','1','0'),(1773,'','INJ',12734,13,'Injune, Injune Airport (INJ)','1','0'),(1774,'','IKP',12735,13,'Inkerman, Inkerman Airport (IKP)','1','0'),(1775,'','INM',12738,13,'Innamincka, Innamincka Airport (INM)','1','0'),(1776,'AU','IFL',12744,13,'Innisfail, AU - Innisfail (IFL)','1','0'),(1777,'AT','INN',12747,14,'Innsbruck, AT - Innsbruck Kranebitten Airport (INN)','1','0'),(1778,'','INO',12750,74,'Inongo, Inongo Airport (INO)','1','0'),(1779,'CH','ZIN',12756,210,'Interlaken, CH - Interlaken Airport (ZIN)','1','0'),(1780,'CA','YPH',12760,39,'Inukjuak, CA - Inukjuak Airport (YPH)','1','0'),(1781,'CA','YEV',12761,39,'Inuvik, CA - Inuvik (Mike Zubko) Airport (YEV)','1','0'),(1782,'NZ','IVC',12765,157,'Invercargill, NZ - Invercargill Airport (IVC)','1','0'),(1783,'AU','IVR',12767,13,'Inverell, AU - Inverell (IVR)','1','0'),(1784,'US','IYK',12779,231,'Inyokern, US - Inyokern Airport (IYK)','1','0'),(1785,'GR','IOA',12783,86,'Ioannina, GR - Ioannina Airport (IOA)','1','0'),(1786,'BR','IPN',12792,30,'Ipatinga, BR - Usiminas Airport (IPN)','1','0'),(1787,'CO','IPI',12795,49,'Ipiales, CO - San Luis Airport (IPI)','1','0'),(1788,'MY','IPH',12796,132,'Ipoh, MY - Ipoh Airport (IPH)','1','0'),(1789,'VU','IPA',12798,233,'Ipota, VU - Ipota Airport (IPA)','1','0'),(1790,'CA','YFB',12803,39,'Iqaluit, CA - Frobisher Bay Airport (YFB)','1','0'),(1791,'CL','IQQ',12804,45,'Iquique, CL - Diego Aracena Intl Airport (IQQ)','1','0'),(1792,'PE','IQT',12805,172,'Iquitos, PE - C F Secada Airport (IQT)','1','0'),(1793,'TZ','IRI',12817,214,'Iringa, TZ - Nduli Airport (IRI)','1','0'),(1794,'RU','IKT',12818,181,'Irkutsk, RU - Southeast Airport (IKT)','1','0'),(1795,'US','IWD',12822,231,'Ironwood, US - Gogebic-Iron County Airport (IWD)','1','0'),(1796,'IS','IFJ',12836,100,'Isafjordur, IS - Isafjordur Airport (IFJ)','1','0'),(1797,'IR','IFN',12846,103,'Isfahan, IR - Isfahan Airport (IFN)','1','0'),(1798,'JP','ISG',12847,110,'Ishigaki, JP - New Ishigaki Airport (ISG)','1','0'),(1799,'','ISI',12855,13,'Isisford, Isisford Airport (ISI)','1','0'),(1800,'PK','ISB',12865,166,'Islamabad, PK - Islamabad Intl Airport (ISB)','1','0'),(1801,'GB','IOM',31187,482,'Isle Of Man, GB - Ronaldsway Airport (IOM)','1','0'),(1802,'','SKL',31190,482,'Isle Of Skye, Broadford Airfield (SKL)','1','0'),(1803,'GB','ISC',12880,482,'Isles Of Scilly, GB - St Mary`s Airport (ISC)','1','0'),(1804,'GB','TSO',12880,482,'Isles Of Scilly, GB - Tresco Airport (TSO)','1','0'),(1805,'TR','IST',12905,222,'Istanbul, TR - Ataturk Intl Airport (IST)','1','0'),(1806,'TR','SAW',12905,222,'Istanbul, TR - Sabiha Gokcen Airport (SAW)','1','0'),(1807,'US','ITH',12926,231,'Ithaca, US - Tompkins County Airport (ITH)','1','0'),(1808,'FI','IVL',12936,75,'Ivalo, FI - Ivalo Airport (IVL)','1','0'),(1809,'','KIB',12937,231,'Ivanof Bay, Ivanof Bay Seaplane Base (KIB)','1','0'),(1810,'CA','YIK',12943,39,'Ivujivik, CA - Ivujivik Airport (YIK)','1','0'),(1811,'','IWK',12945,110,'Iwakuni, Marine Corps Air Station Iwakuni (IWK)','1','0'),(1812,'MX','ZIH',12951,141,'Ixtapa, MX - Ixtapa-Zihuatanejo Intl Airport (ZIH)','1','0'),(1813,'TR','ADB',12958,222,'Izmir, TR - Adnan Menderes Airport (ADB)','1','0'),(1814,'JP','IZO',12968,110,'Izumo, JP - Izumo En-Musubi Airport (IZO)','1','0'),(1815,'IN','JLR',12971,101,'Jabalpur, IN - Dumna Airport (JLR)','1','0'),(1816,'AU','JAB',12973,13,'Jabiru, AU - Jabiru (JAB)','1','0'),(1817,'','KPT',12979,231,'Jackpot, Jackpot Airport (KPT)','1','0'),(1818,'US','JAX',12982,231,'Jacksonville, US - Jacksonville Intl Airport (JAX)','1','0'),(1819,'','JKV',12982,231,'Jacksonville, Cherokee County Airport (JKV)','1','0'),(1820,'PK','JAG',12984,166,'Jacobabad, PK - Jacobabad Airport (JAG)','1','0'),(1821,'','JAQ',12985,170,'Jacquinot Bay, Jacquinot Bay Airport (JAQ)','1','0'),(1822,'','JGB',12990,101,'Jagdalpur, Jagdalpur Airport (JGB)','1','0'),(1823,'IN','JAI',12995,101,'Jaipur, IN - Jaipur Airport (JAI)','1','0'),(1824,'IN','JSA',12996,101,'Jaisalmer, IN - Jaisalmer (JSA)','1','0'),(1825,'ID','CGK',12998,102,'Jakarta, ID - Soekarno-Hatta Intl Airport (CGK)','1','0'),(1826,'ID','HLP',12998,102,'Jakarta, ID - Halim Perdanakusuma Airport (HLP)','1','0'),(1827,'ID','DJB',13014,102,'Jambi, ID - Sultan Thaha Airport (DJB)','1','0'),(1828,'','HLE',13018,195,'Jamestown, Saint Helena Airport (HLE)','1','0'),(1829,'US','JHW',13019,231,'Jamestown, US - Chautauqua County-Jamestown Airport (JHW)','1','0'),(1830,'IN','IXJ',13021,101,'Jammu, IN - Satwari Airport (IXJ)','1','0'),(1831,'IN','JGA',13022,101,'Jamnagar, IN - Govardhanpur Airport (JGA)','1','0'),(1832,'IN','IXW',13024,101,'Jamshedpur, IN - Sonari (IXW)','1','0'),(1833,'','YJA',13043,231,'Jasper, Jasper Airport (YJA)','1','0'),(1834,'ID','DJJ',13058,102,'Jayapura, ID - Sentani - Jayapura Airport (DJJ)','1','0'),(1835,'AE','DWC',13062,228,'Jebel Ali, AE - Dubai World Central - Al Maktoum Intl Airport (DWC)','1','0'),(1836,'SA','JED',13067,186,'Jeddah, SA - King Abdul Aziz Intl Airport (JED)','1','0'),(1837,'MH','JEJ',13070,136,'Jeh, MH - Jeh Airport (JEJ)','1','0'),(1838,'','JBB',13078,102,'Jember, Notohadinegoro Airport (JBB)','1','0'),(1839,'','ZJG',13087,39,'Jenpeg, Jenpeg Airport (ZJG)','1','0'),(1840,'','CHN',13089,197,'Jeonju, Jeonju Airport (CHN)','1','0'),(1841,'GB','JER',13099,482,'Jersey, GB - Jersey Airport (JER)','1','0'),(1842,'','JRS',13104,106,'Jerusalem, Atarot Airport (JRS)','1','0'),(1843,'BD','JSR',13112,18,'Jessore, BD - Jessore Airport (JSR)','1','0'),(1844,'','PYB',13120,101,'Jeypore, Jeypore Airport (PYB)','1','0'),(1845,'CN','JMU',13125,46,'Jiamusi, CN - Jiamusi Dongjiao Airport (JMU)','1','0'),(1846,'CN','JGN',13140,46,'Jiayuguan, CN - Jiayuguan Airport (JGN)','1','0'),(1847,'DZ','GJL',13142,3,'Jijel, DZ - Jijel Ferhat Abbas Airport (GJL)','1','0'),(1848,'','DBC',13145,46,'Jilin, Baicheng Chang\'an Airport (DBC)','1','0'),(1849,'ET','JIM',13149,70,'Jimma, ET - Jimma Airport (JIM)','1','0'),(1850,'CN','TNA',13150,46,'Jinan, CN - Jinan Yaoqiang Intl Airport (TNA)','1','0'),(1851,'','SHS',13159,46,'Jingzhou, Shashi Airport (SHS)','1','0'),(1852,'','JIN',13162,226,'Jinja, Jinja Airport (JIN)','1','0'),(1853,'ET','BCO',13164,70,'Jinka, ET - Baco Airport (BCO)','1','0'),(1854,'','JIW',13176,166,'Jiwani, Jiwani Airport (JIW)','1','0'),(1855,'','JXA',13177,46,'Jixi, Jixi Xingkaihu Airport (JXA)','1','0'),(1856,'BR','JPA',13181,30,'Joao Pessoa, BR - Castro Pinto Airport (JPA)','1','0'),(1857,'IN','JDH',13184,101,'Jodhpur, IN - Jodhpur Airport (JDH)','1','0'),(1858,'FI','JOE',13186,75,'Joensuu, FI - Joensuu Airport (JOE)','1','0'),(1859,'','GCJ',13189,195,'Johannesburg, Grand Central Airport (GCJ)','1','0'),(1860,'ZA','JNB',13189,195,'Johannesburg, ZA - OR Tambo Intl Airport (JNB)','1','0'),(1861,'US','JST',13199,231,'Johnstown, US - John Murtha Johnstown-Cambria County Airport (JST)','1','0'),(1862,'BR','JOI',13203,30,'Joinville, BR - Joinville - Cubatao Airport (JOI)','1','0'),(1863,'','JMO',13211,153,'Jomsom, Jomsom Airport (JMO)','1','0'),(1864,'US','JBR',13216,231,'Jonesboro, US - Jonesboro Municipal Airport (JBR)','1','0'),(1865,'SE','JKG',13220,209,'Jonkoping, SE - Axamo Airport (JKG)','1','0'),(1866,'US','JLN',13225,231,'Joplin, US - Joplin Regional Airport (JLN)','1','0'),(1867,'','JDN',13230,231,'Jordan, Jordan Airport (JDN)','1','0'),(1868,'IN','JRH',13232,101,'Jorhat, IN - Jorhat Airport (JRH)','1','0'),(1869,'SA','AJF',13246,186,'Jouf, SA - Jouf Airport (AJF)','1','0'),(1870,'US','AJO',13246,186,'Jouf, US - Aljouf (AJO)','1','0'),(1871,'PE','JJI',13258,172,'Juanjui, PE - Juanjuí Airport (JJI)','1','0'),(1872,'BR','JDO',13261,30,'Juazeiro Do Norte, BR - Orlando Bezerra de Menezes Airport (JDO)','1','0'),(1873,'DE','JUI',13270,83,'Juist, DE - Juist (JUI)','1','0'),(1874,'BR','JDF',13271,30,'Juiz De Fora, BR - Francisco Alvares de Assis (Serrinha) Airport (JDF)','1','0'),(1875,'AR','JUJ',13272,10,'Jujuy, AR - Gobernador Horacio Guzman Intl Airport (JUJ)','1','0'),(1876,'AU','JCK',13275,13,'Julia Creek, AU - Julia Creek Airport (JCK)','1','0'),(1877,'PE','JUL',13276,172,'Juliaca, PE - Inca Manco Capac Intl Airport (JUL)','1','0'),(1878,'','JUM',13285,153,'Jumla, Jumla Airport (JUM)','1','0'),(1879,'US','JNU',13290,231,'Juneau, US - Juneau Intl Airport (JNU)','1','0'),(1880,'','JUR',13300,13,'Jurien Bay, Jurien Bay Airport (JUR)','1','0'),(1881,'FI','JYV',13309,75,'Jyvaskyla, FI - Jyvaskyla Airport (JYV)','1','0'),(1882,'','KBT',13318,136,'Kaben, Kaben Airport (KBT)','1','0'),(1883,'ET','ABK',13320,70,'Kabri Dar, ET - Kabri Dar Airport (ABK)','1','0'),(1884,'US','OGG',13341,231,'Kahului, US - Kahului Airport (OGG)','1','0'),(1885,'','IXH',13346,101,'Kailashahar, Kailashahar Airport (IXH)','1','0'),(1886,'','KJH',13347,46,'Kaili, Kaili Huangping Airport (KJH)','1','0'),(1887,'ID','KNG',13350,102,'Kaimana, ID - Kaimana Airport (KNG)','1','0'),(1888,'NZ','KAT',13359,157,'Kaitaia, NZ - Kaitaia Airport (KAT)','1','0'),(1889,'FI','KAJ',13362,75,'Kajaani, FI - Kajaani Airport (KAJ)','1','0'),(1890,'US','KNK',13368,231,'Kakhonak, US - Kokhonak Airport (KNK)','1','0'),(1891,'US','BTI',13371,231,'Kaktovik, US - Barter Island Airport (BTI)','1','0'),(1892,'GR','KLX',13382,86,'Kalamata, GR - Kalamata Airport (KLX)','1','0'),(1893,'US','AZO',13383,231,'Kalamazoo, US - Kalamazoo/Battle Creek Intl Airport (AZO)','1','0'),(1894,'US','LUP',13391,231,'Kalaupapa, US - Kalaupapa Airport (LUP)','1','0'),(1895,'AU','KAX',13395,13,'Kalbarri, AU - Kalbarri (KAX)','1','0'),(1896,'PH','KLO',13400,173,'Kalibo, PH - Kalibo Airport (KLO)','1','0'),(1897,'','BTW',13402,102,'Kalimantan, Batu Licin Airport (BTW)','1','0'),(1898,'','BYQ',13402,102,'Kalimantan, Bunyu Airport (BYQ)','1','0'),(1899,'RU','KGD',13404,181,'Kaliningrad, RU - Kaliningrad Airport (KGD)','1','0'),(1900,'US','FCA',13405,231,'Kalispell, US - Glacier Park Intl Airport (FCA)','1','0'),(1901,'SE','KLR',13414,209,'Kalmar, SE - Kalmar Airport (KLR)','1','0'),(1902,'US','KLG',13424,231,'Kalskag, US - Kalskag Airport (KLG)','1','0'),(1903,'US','KAL',13425,231,'Kaltag, US - Kaltag Airport (KAL)','1','0'),(1904,'','KLF',13428,181,'Kaluga, Grabtsevo Airport (KLF)','1','0'),(1905,'','KTY',13429,200,'Kalutara, Katukurunda Airport (KTY)','1','0'),(1906,'','IXQ',13438,101,'Kamalpur, Kamalpur Airport (IXQ)','1','0'),(1907,'','KDS',13440,13,'Kamaran Downs, Kamaran Downs Airport (KDS)','1','0'),(1908,'','KDB',13445,13,'Kambalda, Kambalda Airport (KDB)','1','0'),(1909,'ID','KBX',13448,102,'Kambuaya, ID - Kambuaya Airport (KBX)','1','0'),(1910,'SY','KAC',13457,211,'Kameshli, SY - Kamishly Airport (KAC)','1','0'),(1911,'CA','YKA',13462,39,'Kamloops, CA - Kamloops Airport (YKA)','1','0'),(1912,'','KMT',13471,37,'Kampot, Kampot Airport (KMT)','1','0'),(1913,'MY','TGG',13472,132,'Kampung Setiu Lama, MY - Kuala Terengganu Airport (TGG)','1','0'),(1914,'','KNB',13474,231,'Kanab, Kanab Municipal Airport (KNB)','1','0'),(1915,'CD','KGA',13478,52,'Kananga, CD - Kananga Airport (KGA)','1','0'),(1916,'IN','IXY',13491,101,'Kandla, IN - Kandla (Gandhidham) Airport (IXY)','1','0'),(1917,'','KDW',13493,200,'Kandy, Victoria Reservoir Seaplane Base (KDW)','1','0'),(1918,'','KDZ',13493,200,'Kandy, Polgolla Reservoir Seaplane Base (KDZ)','1','0'),(1919,'','BFG',13494,231,'Kane, Bullfrog Basin Airport (BFG)','1','0'),(1920,'','NGF',13495,231,'Kaneohe, MCAS Kaneohe Bay (NGF)','1','0'),(1921,'','KNR',34385,101,'Kangan, Jam Airport (KNR)','1','0'),(1922,'GL','SFJ',13501,87,'Kangerlussuaq, GL - Kangerlussuaq Airport (SFJ)','1','0'),(1923,'CA','XGR',13502,39,'Kangiqsualujjuaq, CA - Kangiqsualujjuaq (Georges River) Airport (XGR)','1','0'),(1924,'CA','YWB',13503,39,'Kangiqsujuaq, CA - Kangiqsujuag (Wakeham Bay) Airport (YWB)','1','0'),(1925,'CA','YKG',13504,39,'Kangirsuk, CA - Kangirsuk Airport (YKG)','1','0'),(1926,'IN','DHM',13507,101,'Kangra, IN - Gaggal Airport (DHM)','1','0'),(1927,'IN','KNU',13516,101,'Kanpur, IN - Kanpur Airport (KNU)','1','0'),(1928,'TW','KHH',13522,212,'Kaohsiung, TW - Kaohsiung Intl Airport (KHH)','1','0'),(1929,'US','JHM',13526,231,'Kapalua, US - Kapalua Airport (JHM)','1','0'),(1930,'','KPI',13531,132,'Kapit, Kapit Airport (KPI)','1','0'),(1931,'CA','YYU',13542,39,'Kapuskasing, CA - Kapuskasing Airport (YYU)','1','0'),(1932,'PK','KHI',13544,166,'Karachi, PK - Quaid-E-Azam Intl Airport (KHI)','1','0'),(1933,'KZ','KGF',13545,112,'Karaganda, KZ - Sara Arka Airport (KGF)','1','0'),(1934,'ZW','KAB',13571,243,'Kariba, ZW - Kariba Airport (KAB)','1','0'),(1935,'DE','FKB',13589,83,'Karlsruhe, DE - Karlsruhe/Baden-Baden Airport (FKB)','1','0'),(1936,'SE','KSD',13590,209,'Karlstad, SE - Karlstad Airport (KSD)','1','0'),(1937,'US','KYK',13592,231,'Karluk, US - Karluk Airport (KYK)','1','0'),(1938,'','KGJ',13597,131,'Karonga, Karonga Airport (KGJ)','1','0'),(1939,'GR','AOK',13601,86,'Karpathos, GR - Karpathos Airport (AOK)','1','0'),(1940,'UZ','KSQ',13606,232,'Karshi, UZ - Karshi Airport (KSQ)','1','0'),(1941,'','KBF',13613,102,'Karubaga, Karubaga Airport (KBF)','1','0'),(1942,'','KRB',13615,13,'Karumba, Karumba Airport (KRB)','1','0'),(1943,'DK','KRP',13616,59,'Karup, DK - Karup Airport (KRP)','1','0'),(1944,'','ZKB',13622,242,'Kasaba Bay, Kasaba Bay Airport (ZKB)','1','0'),(1945,'CA','XKS',13623,39,'Kasabonika, CA - Kasabonika Airport (XKS)','1','0'),(1946,'','KAA',13625,242,'Kasama, Kasama Airport (KAA)','1','0'),(1947,'BW','BBK',13626,28,'Kasane, BW - Kasane Airport (BBK)','1','0'),(1948,'','KSE',13630,226,'Kasese, Kasese Airport (KSE)','1','0'),(1949,'CN','KHG',13632,46,'Kashi, CN - Kashi (Kashgar) Airport (KHG)','1','0'),(1950,'US','KUK',13635,231,'Kasigluk, US - Kasigluk Airport (KUK)','1','0'),(1951,'GR','KZS',13656,86,'Kastelorizo, GR - Kastelorizo Airport (KZS)','1','0'),(1952,'GR','KSO',13659,86,'Kastoria, GR - Kastoria Airport (KSO)','1','0'),(1953,'','KBQ',13664,131,'Kasungu, Kasungu Airport (KBQ)','1','0'),(1954,'NP','KTM',13672,153,'Kathmandu, NP - Tribhuvan Intl Airport (KTM)','1','0'),(1955,'PL','KTW',13682,174,'Katowice, PL - Katowice Airport (KTW)','1','0'),(1956,'ID','KAZ',13694,102,'Kau, ID - Kao Airport (KAZ)','1','0'),(1957,'LT','KUN',13712,125,'Kaunas, LT - Karmilava Airport (KUN)','1','0'),(1958,'GR','KVA',13720,86,'Kavala, GR - Kavala Airport (KVA)','1','0'),(1959,'PG','KVG',13723,170,'Kavieng, PG - Kavieng Airport (KVG)','1','0'),(1960,'','MVM',13734,231,'Kayenta, Kayenta Airport (MVM)','1','0'),(1961,'TR','ASR',13735,222,'Kayseri, TR - Kayseri Airport (ASR)','1','0'),(1962,'RU','KZN',13738,181,'Kazan, RU - Kazan Airport (KZN)','1','0'),(1963,'US','EAR',13750,231,'Kearney, US - Kearney Regional Airport (EAR)','1','0'),(1964,'','KEQ',13752,102,'Kebar, Kebar Airport (KEQ)','1','0'),(1965,'MY','AOR',13757,132,'Kedah, MY - Sultan Halim Airport (AOR)','1','0'),(1966,'SN','KGG',13761,187,'Kedougou, SN - Kédougou Airport (KGG)','1','0'),(1967,'','KMP',13768,151,'Keetmanshoop, Keetmanshoop Airport (KMP)','1','0'),(1968,'CA','ZKG',13776,39,'Kegaska, CA - Kegashka Airport (ZKG)','1','0'),(1969,'ID','KEA',13782,102,'Keisah, ID - Keisah Airport (KEA)','1','0'),(1970,'US','BKH',13787,231,'Kekaha, US - Barking Sands PMRF (BKH)','1','0'),(1971,'','LFO',13789,70,'Kelafo, Kelafo Airport (LFO)','1','0'),(1972,'ID','LLN',13792,102,'Kelila, ID - Levelland Municipal (LLN)','1','0'),(1973,'CG','KEE',13796,51,'Kelle, CG - Kelle Airport (KEE)','1','0'),(1974,'CA','YLW',13802,39,'Kelowna, CA - Kelowna Intl Airport (YLW)','1','0'),(1975,'','KES',13803,39,'Kelsey, Kelsey Airport (KES)','1','0'),(1976,'','KLS',13806,482,'Kelso, Southwest Washington Regional Airport (KLS)','1','0'),(1977,'RU','KEJ',13811,181,'Kemerovo, RU - Kemerovo Airport (KEJ)','1','0'),(1978,'','EMM',13815,231,'Kemmerer, Kemmerer Municipal Airport (EMM)','1','0'),(1979,'US','ENA',13822,231,'Kenai, US - Kenai Airport (ENA)','1','0'),(1980,'ID','KDI',13827,102,'Kendari, ID - Haluoleo (Wolter Monginsidi) Airport (KDI)','1','0'),(1981,'','KGU',13832,132,'Keningau, Keningau Airport (KGU)','1','0'),(1982,'','NNA',13833,148,'Kenitra, Kenitra Air Base (NNA)','1','0'),(1983,'','KNT',13848,231,'Kennett, Kennett Memorial Airport (KNT)','1','0'),(1984,'CA','YQK',13853,39,'Kenora, CA - Kenora Airport (YQK)','1','0'),(1985,'','KKT',13864,231,'Kentland, Kentland Municipal Airport (KKT)','1','0'),(1986,'','KRA',13876,13,'Kerang, Kerang Airport (KRA)','1','0'),(1987,'NZ','KKE',13882,157,'Kerikeri, NZ - Kerikeri Airport (KKE)','1','0'),(1988,'IR','KER',13885,103,'Kerman, IR - Kerman Airport (KER)','1','0'),(1989,'IE','KIR',31205,105,'Kerry County, IE - Kerry Airport (KIR)','1','0'),(1990,'MY','KTE',13895,132,'Kerteh, MY - Kerteh Airport (KTE)','1','0'),(1991,'','IXK',13898,101,'Keshod, Keshod Airport (IXK)','1','0'),(1992,'ID','KTG',13904,102,'Ketapang, ID - Rahadi Usman Airport (KTG)','1','0'),(1993,'','KBE',13905,231,'Ketchikan, Bell Island Hot Springs Seaplane Base (KBE)','1','0'),(1994,'US','KTN',13905,231,'Ketchikan, US - Ketchikan Intl Airport (KTN)','1','0'),(1995,'','WFB',13905,231,'Ketchikan, Ketchikan Harbor Seaplane Base (WFB)','1','0'),(1996,'','OCA',31208,231,'Key Largo, Ocean Reef Club Airport (OCA)','1','0'),(1997,'US','EYW',31209,231,'Key West, US - Key West Intl Airport (EYW)','1','0'),(1998,'RU','KHV',13927,181,'Khabarovsk, RU - Novy Airport (KHV)','1','0'),(1999,'IN','HJR',13931,101,'Khajuraho, IN - Khajuraho Airport (HJR)','1','0'),(2000,'UA','HRK',13945,227,'Kharkov, UA - Kharkov Airport (HRK)','1','0'),(2001,'SD','KRT',13946,205,'Khartoum, SD - Khartoum Airport (KRT)','1','0'),(2002,'OM','KHS',13947,165,'Khasab, OM - Khasab Airport (KHS)','1','0'),(2003,'UA','KHE',13951,227,'Kherson, UA - Kherson Intl Airport (KHE)','1','0'),(2004,'UA','HMJ',13956,227,'Khmelnitskiy, UA - Khmelnytskyi Airport (HMJ)','1','0'),(2005,'TH','KKC',34257,215,'Khon Kaen, TH - Khon Kaen Airport (KKC)','1','0'),(2006,'','KDD',13967,166,'Khuzdar, Khuzdar Airport (KDD)','1','0'),(2007,'US','IAN',13970,231,'Kiana, US - Kiana Airport (IAN)','1','0'),(2008,'DE','KEL',13980,83,'Kiel, DE - Kiel Holtenau Airport (KEL)','1','0'),(2009,'UA','IEV',13986,227,'Kiev, UA - Kiev Zhuliany Intl Airport (IEV)','1','0'),(2010,'UA','KBP',13986,227,'Kiev, UA - Borispol Airport (KBP)','1','0'),(2011,'TZ','JRO',14005,214,'Kilimanjaro, TZ - Kilimanjaro Intl Airport (JRO)','1','0'),(2012,'US','ILE',14019,231,'Killeen, US - Skylark Field (ILE)','1','0'),(2013,'','KIL',14038,214,'Kilwa, Kilwa Airport (KIL)','1','0'),(2014,'','KMM',14041,102,'Kimam, Kimam Airport (KMM)','1','0'),(2015,'ZA','KIM',14045,195,'Kimberley, ZA - Kimberley Airport (KIM)','1','0'),(2016,'','YKD',14050,482,'Kincardine, Kincardine Municipal Airport (YKD)','1','0'),(2017,'','KNJ',14055,51,'Kindamba, Kindamba Airport (KNJ)','1','0'),(2018,'','YKY',14058,39,'Kindersley, Kindersley Regional Airport (YKY)','1','0'),(2019,'CD','KND',14060,52,'Kindu, CD - Kindu Airport (KND)','1','0'),(2020,'US','BFI',31211,231,'King, US - Boeing Field / King County Intl Airport (BFI)','1','0'),(2021,'US','KVC',31213,231,'King Cove, US - King Cove Airport (KVC)','1','0'),(2022,'','KMC',14063,186,'King Khalid Military City, King Khaled Military City Airport (KMC)','1','0'),(2023,'US','AKN',31216,231,'King Salmon, US - King Salmon Airport (AKN)','1','0'),(2024,'CA','KIF',14069,39,'Kingfisher Lake, CA - Kingfisher Lake Airport (KIF)','1','0'),(2025,'US','IGM',14070,231,'Kingman, US - Kingman Airport (IGM)','1','0'),(2026,'JM','KIN',14083,109,'Kingston, JM - Norman Manley Intl Airport (KIN)','1','0'),(2027,'JM','KTP',14083,109,'Kingston, JM - Tinson Pen Aerodrome (KTP)','1','0'),(2028,'CA','YGK',14085,39,'Kingston, CA - Kingston/Norman Rogers Airport (YGK)','1','0'),(2029,'TW','KNH',14097,212,'Kinmen, TW - Kinmen (Shang Yi) Airport (KNH)','1','0'),(2030,'CD','FIH',14104,52,'Kinshasa, CD - N Djili Intl Airport (FIH)','1','0'),(2031,'','NLO',14104,52,'Kinshasa, N\'Dolo Airport (NLO)','1','0'),(2032,'US','ISO',14106,231,'Kinston, US - Kinston Regional Jetport at Stallings Field (ISO)','1','0'),(2033,'SB','IRA',14118,193,'Kirakira, SB - Ngorangora Airstrip (IRA)','1','0'),(2034,'NO','KKN',14142,164,'Kirkenes, NO - Kirkenes Airport Hoybuktmoen (KKN)','1','0'),(2035,'US','IRK',14150,231,'Kirksville, US - Kirksville Regional Airport (IRK)','1','0'),(2036,'GB','KOI',14151,482,'Kirkwall, GB - Kirkwall Airport (KOI)','1','0'),(2037,'RU','KVX',14155,181,'Kirov, RU - Pobedilovo Airport (KVX)','1','0'),(2038,'SE','KRN',14163,209,'Kiruna, SE - Kiruna Airport (KRN)','1','0'),(2039,'','KRE',14164,36,'Kirundo, Kirundo Airport (KRE)','1','0'),(2040,'','KSW',14165,106,'Kiryat Shmona, Kiryat Shmona Airport (KSW)','1','0'),(2041,'CD','FKI',14166,52,'Kisangani, CD - Bangoka Intl Airport (FKI)','1','0'),(2042,'IR','KIH',14168,103,'Kish Island, IR - Kish Intl Airport (KIH)','1','0'),(2043,'KE','KIS',14179,113,'Kisumu, KE - Kisumu Intl Airport (KIS)','1','0'),(2044,'JP','KTD',14180,110,'Kitadaito, JP - Kitadaito Airport (KTD)','1','0'),(2045,'FI','KTT',14195,75,'Kittila, FI - Kittila Airport (KTT)','1','0'),(2046,'','KIW',14198,242,'Kitwe, Southdowns Airport (KIW)','1','0'),(2047,'','KZG',14200,83,'Kitzingen, Kitzingen Airport (KZG)','1','0'),(2048,'US','KVL',14201,231,'Kivalina, US - Kivalina Airport (KVL)','1','0'),(2049,'AT','KLU',14208,14,'Klagenfurt, AT - Klagenfurt Airport (KLU)','1','0'),(2050,'US','KLW',14215,231,'Klawock, US - Klawock Airport (KLW)','1','0'),(2051,'','KLZ',14225,195,'Kleinzee, Kleinzee Airport (KLZ)','1','0'),(2052,'','YKT',14227,39,'Klemtu, Klemtu Water Aerodrome (YKT)','1','0'),(2053,'','KXE',14229,195,'Klerksdorp, Klerksdorp Airport (KXE)','1','0'),(2054,'IE','BLY',14255,105,'Knock/mayo, IE - Belmullet (BLY)','1','0'),(2055,'US','TYS',31221,231,'Knoxville, US - McGhee Tyson Airport (TYS)','1','0'),(2056,'US','OBU',14267,231,'Kobuk, US - Kobuk Wein Airport (OBU)','1','0'),(2057,'JP','KCZ',14274,110,'Kochi, JP - Kochi Ryoma Airport (KCZ)','1','0'),(2058,'IN','COK',14275,101,'Kochi, IN - Kochi Airport (COK)','1','0'),(2059,'US','ADQ',14281,231,'Kodiak, US - Kodiak Airport (ADQ)','1','0'),(2060,'US','AOS',14281,231,'Kodiak, US - Amook Bay Seaplane Base (AOS)','1','0'),(2061,'','KDK',14281,231,'Kodiak, Kodiak Municipal Airport (KDK)','1','0'),(2062,'','KKZ',14297,37,'Koh Kong, Koh Kong Airport (KKZ)','1','0'),(2063,'','OHT',14298,166,'Kohat, PAF Base Kohat (OHT)','1','0'),(2064,'','KDA',14314,187,'Kolda, Kolda North Airport (KDA)','1','0'),(2065,'','KLH',14316,101,'Kolhapur, Kolhapur Airport (KLH)','1','0'),(2066,'IN','CCU',14323,101,'Kolkata, IN - Kolkata Intl Airport (CCU)','1','0'),(2067,'','KOF',14335,195,'Komatipoort, Komatipoort Airport (KOF)','1','0'),(2068,'JP','KMQ',14336,110,'Komatsu, JP - Komatsu Airport (KMQ)','1','0'),(2069,'NC','KNQ',14347,156,'Kone, NC - Kone Airport (KNQ)','1','0'),(2070,'','KOO',14351,52,'Kongolo, Kongolo Airport (KOO)','1','0'),(2071,'TR','KYA',14368,222,'Konya, TR - Konya Airport (KYA)','1','0'),(2072,'','KOH',14369,13,'Koolatah, Koolatah Airport (KOH)','1','0'),(2073,'IS','OPA',14376,100,'Kopasker, IS - Kópasker Airport (OPA)','1','0'),(2074,'','KVU',14397,74,'Korolevu, Korolevu Seaplane Base (KVU)','1','0'),(2075,'PW','ROR',14400,167,'Koror, PW - Koror Airport (ROR)','1','0'),(2076,'GR','KGS',31227,86,'Kos, GR - Kos Airport (KGS)','1','0'),(2077,'SK','KSC',14412,191,'Kosice, SK - Kosice Airport (KSC)','1','0'),(2078,'FM','KSA',14420,143,'Kosrae, FM - Kosrae (Caroline Islands) Airport (KSA)','1','0'),(2079,'','KMW',14423,181,'Kostroma, Kostroma Airport (KMW)','1','0'),(2080,'IN','KTU',14426,101,'Kota, IN - Kota (KTU)','1','0'),(2081,'','KOD',14428,102,'Kotabangun, Kotabangun Airport (KOD)','1','0'),(2082,'US','KOT',14433,231,'Kotlik, US - Kotlik Airport (KOT)','1','0'),(2083,'US','OTZ',14441,231,'Kotzebue, US - Kotzebue Airport (OTZ)','1','0'),(2084,'','KOU',14446,80,'Koulamoutou, Koulamoutou Airport (KOU)','1','0'),(2085,'NC','KOC',14447,156,'Koumac, NC - Koumac Airport (KOC)','1','0'),(2086,'CM','KOB',14451,38,'Koutaba, CM - Koutaba Airport (KOB)','1','0'),(2087,'US','KKA',14460,231,'Koyuk, US - Koyuk Airport (KKA)','1','0'),(2088,'US','KYU',14461,231,'Koyukuk, US - Koyukuk Airport (KYU)','1','0'),(2089,'GR','KZI',14463,86,'Kozani, GR - Kozani Airport (KZI)','1','0'),(2090,'TH','KBV',14466,215,'Krabi, TH - Krabi Airport (KBV)','1','0'),(2091,'PL','KRK',14471,174,'Krakow, PL - John Paul II Intl Airport Krakow-Balice (KRK)','1','0'),(2092,'SE','KRF',14476,209,'Kramfors, SE - Kramfors Airport (KRF)','1','0'),(2093,'RU','KRR',14486,181,'Krasnodar, RU - Krasnodar Airport (KRR)','1','0'),(2094,'','KKQ',14488,181,'Krasnoselkup, Krasnoselkup Airport (KKQ)','1','0'),(2095,'','ACS',14490,181,'Krasnoyarsk, Achinsk Airport (ACS)','1','0'),(2096,'CM','KBI',14501,38,'Kribi, CM - Kribi (KBI)','1','0'),(2097,'NO','KRS',14509,164,'Kristiansand, NO - Kristiansand Airport Kjevik (KRS)','1','0'),(2098,'SE','KID',14510,209,'Kristianstad, SE - Kristianstad Airport (KID)','1','0'),(2099,'NO','KSU',14511,164,'Kristiansund, NO - Kristiansund Airport Kvernberget (KSU)','1','0'),(2100,'UA','KWG',14515,227,'Krivoy Rog, UA - Kryvyi Rih/Lozovatka Intl Airport (KWG)','1','0'),(2101,'MY','KUL',30568,132,'Kuala Lumpur, MY - Kuala Lumpur Intl Apt (KUL)','1','0'),(2102,'MY','KUA',14540,132,'Kuantan, MY - Kuantan Airport (KUA)','1','0'),(2103,'MY','KCH',14545,132,'Kuching, MY - Kuching Airport (KCH)','1','0'),(2104,'MY','KUD',14549,132,'Kudat, MY - Kudat Airport (KUD)','1','0'),(2105,'LY','AKF',14554,123,'Kufrah, LY - Kufra Airport (AKF)','1','0'),(2106,'AO','SVP',14562,6,'Kuito, AO - Kuito Airport (SVP)','1','0'),(2107,'GL','KUS',14573,87,'Kulusuk, GL - Kulusuk Airport (KUS)','1','0'),(2108,'JP','KMJ',14575,110,'Kumamoto, JP - Aso Kumamoto Airport (KMJ)','1','0'),(2109,'GH','KMS',14579,84,'Kumasi, GH - Kumasi Airport (KMS)','1','0'),(2110,'JP','UEO',14584,110,'Kumejima, JP - Kumejima Airport (UEO)','1','0'),(2111,'CN','KMG',14594,46,'Kunming, CN - Kunming Changshui International Airport (KMG)','1','0'),(2112,'FI','KUO',14600,75,'Kuopio, FI - Kuopio Airport (KUO)','1','0'),(2113,'ID','KOE',14602,102,'Kupang, ID - El Tari Airport (KOE)','1','0'),(2114,'RU','KRO',14611,181,'Kurgan, RU - Kurgan Airport (KRO)','1','0'),(2115,'','KUC',14612,114,'Kuria, Kuria Airport (KUC)','1','0'),(2116,'','KMH',14620,195,'Kuruman, Johan Pienaar Airport (KMH)','1','0'),(2117,'JP','KUH',14628,110,'Kushiro, JP - Kushiro Airport (KUH)','1','0'),(2118,'GE','KUT',14635,82,'Kutaisi, GE - Kopitnari Airport (KUT)','1','0'),(2119,'CA','YVP',14645,39,'Kuujjuaq, CA - Kuujjuaq Airport (YVP)','1','0'),(2120,'CA','YGW',14646,39,'Kuujjuarapik, CA - Kuujjuarapik Airport (YGW)','1','0'),(2121,'FI','KAO',14647,75,'Kuusamo, FI - Kuusamo Airport (KAO)','1','0'),(2122,'','XIJ',14649,116,'Kuwait, Ahmed Al Jaber Air Base (XIJ)','1','0'),(2123,'MH','KWA',14657,136,'Kwajalein, MH - Marshall Islands Airport (KWA)','1','0'),(2124,'US','KWT',14661,231,'Kwethluk, US - Kwethluk Airport (KWT)','1','0'),(2125,'US','KWK',14663,231,'Kwigillingok, US - Kwigillingok Airport (KWK)','1','0'),(2126,'RU','KYZ',14680,181,'Kyzyl, RU - Kyzyl Airport (KYZ)','1','0'),(2127,'US','LSE',31300,231,'La Crosse, US - La Crosse Municipal Airport (LSE)','1','0'),(2128,'','APB',31413,26,'La Paz, Apolo Airport (APB)','1','0'),(2129,'BO','LPB',31413,26,'La Paz, BO - El Alto Intl Airport (LPB)','1','0'),(2130,'MX','LAP',31414,141,'La Paz, MX - Manuel Marquez de Leon Intl Airport (LAP)','1','0'),(2131,'AR','LPG',31431,10,'La Plata, AR - La Plata (LPG)','1','0'),(2132,'','LPO',31437,231,'La Porte, La Porte Municipal Airport (LPO)','1','0'),(2133,'','PCO',31446,199,'La Ribera, Punta Colorada Airstrip (PCO)','1','0'),(2134,'AR','IRJ',31450,10,'La Rioja, AR - Capitan Vicente Almanados Almonacid Airport (IRJ)','1','0'),(2135,'FR','LRH',31462,76,'La Rochelle, FR - Laleu Airport (LRH)','1','0'),(2136,'DO','LRM',14688,61,'La Romana, DO - Casa De Campo Airport (LRM)','1','0'),(2137,'CA','YVC',31468,39,'La Ronge, CA - La Ronge Airport (Barber Field) (YVC)','1','0'),(2138,'CL','LSC',31484,45,'La Serena, CL - La Serena Airport (LSC)','1','0'),(2139,'CA','ZLT',31492,39,'La Tabatiere, CA - La Tabatiere Airport (ZLT)','1','0'),(2140,'','YLQ',31506,39,'La Tuque, La Tuque Airport (YLQ)','1','0'),(2141,'US','POC',31516,231,'La Verne, US - Brackett Field (POC)','1','0'),(2142,'FJ','LBS',14696,74,'Labasa, FJ - Labasa Airport (LBS)','1','0'),(2143,'US','WLB',14701,231,'Labouchere Bay, US - Labouchere Bay Airport (WLB)','1','0'),(2144,'MY','LBU',14706,132,'Labuan, MY - Labuan Airport (LBU)','1','0'),(2145,'ID','LBJ',14707,102,'Labuan Bajo, ID - Komodo Airport (LBJ)','1','0'),(2146,'','LAH',14709,102,'Labuha, Oesman Sadik Airport (LAH)','1','0'),(2147,'CA','XLB',31529,39,'Lac Brochet, CA - Lac Brochet Airport (XLB)','1','0'),(2148,'CA','YLE',31535,39,'Lac La Martre, CA - Whati Airport (YLE)','1','0'),(2149,'US','LCI',14732,231,'Laconia, US - Laconia Municipal (LCI)','1','0'),(2150,'','LYT',14742,13,'Lady Elliot Island, Lady Elliot Island Airport (LYT)','1','0'),(2151,'ZA','LAY',14745,195,'Ladysmith, ZA - Ladysmith (LAY)','1','0'),(2152,'PG','LAE',14748,170,'Lae, PG - Nadzab Airport (LAE)','1','0'),(2153,'US','LAF',14752,231,'Lafayette, US - Purdue University Airport (LAF)','1','0'),(2154,'EC','LGQ',14765,64,'Lago Agrio, EC - Lago Agrio Airport (LGQ)','1','0'),(2155,'NG','KAN',14772,160,'Lagos, NG - Aminu Intl Airport (KAN)','1','0'),(2156,'NG','LOS',14772,160,'Lagos, NG - Murtala Muhammed Airport (LOS)','1','0'),(2157,'MY','LDU',14784,132,'Lahad Datu, MY - Lahad Datu Airport (LDU)','1','0'),(2158,'PK','LHE',14793,166,'Lahore, PK - Lahore Airport (LHE)','1','0'),(2159,'DE','LHA',14794,83,'Lahr, DE - Black Forest (LHA)','1','0'),(2160,'','LBN',14811,113,'Lake Baringo, Lake Baringo Airport (LBN)','1','0'),(2161,'US','LCH',31546,231,'Lake Charles, US - Lake Charles Regional Airport (LCH)','1','0'),(2162,'','LMA',31579,231,'Lake Minchumina, Lake Minchumina Airport (LMA)','1','0'),(2163,'','LFP',14821,39,'Lakefield, Lakefield Airport (LFP)','1','0'),(2164,'','CKE',14826,231,'Lakeport, Lampson Field (CKE)','1','0'),(2165,'NO','LKL',14839,164,'Lakselv, NO - Lakselv Airport Banak (LKL)','1','0'),(2166,'ET','LLI',14844,70,'Lalibela, ET - Lalibela Airport (LLI)','1','0'),(2167,'VU','LPM',14849,233,'Lamap, VU - Malekoula Airport (LPM)','1','0'),(2168,'US','LAA',14850,231,'Lamar, US - Lamar Municipal (LAA)','1','0'),(2169,'GA','LBQ',14852,80,'Lambarene, GA - Lambaréné Airport (LBQ)','1','0'),(2170,'VU','LNB',14861,233,'Lamen Bay, VU - Lamen Bay Airport (LNB)','1','0'),(2171,'IT','SUF',14865,107,'Lamezia Terme, IT - Lamezia Terme Airport (SUF)','1','0'),(2172,'','LDN',14869,153,'Lamidanda, Lamidanda Airport (LDN)','1','0'),(2173,'TH','LPT',14878,215,'Lampang, TH - Lampang Airport (LPT)','1','0'),(2174,'IT','LMP',14881,107,'Lampedusa, IT - Lampedusa Airport (LMP)','1','0'),(2175,'KE','LAU',14889,113,'Lamu, KE - Lamu Manda Airport (LAU)','1','0'),(2176,'US','LNS',14896,231,'Lancaster, US - Lancaster Airport (LNS)','1','0'),(2177,'ID','LUV',14949,102,'Langgur, ID - Dumatubun Airport (LUV)','1','0'),(2178,'MY','LGK',14955,132,'Langkawi, MY - Langkawi Intl Airport (LGK)','1','0'),(2179,'','YLY',14956,39,'Langley, Langley Regional Airport (YLY)','1','0'),(2180,'CH','QES',14958,210,'Langnau Im Emmental, CH - Emmen (QES)','1','0'),(2181,'FR','LAI',14971,76,'Lannion, FR - Lannion Airport (LAI)','1','0'),(2182,'','LDW',14974,39,'Lansdowne, Lansdowne Airport (LDW)','1','0'),(2183,'ZA','HLA',14980,195,'Lanseria, ZA - Lanseria Intl Airport (HLA)','1','0'),(2184,'US','LAN',14982,231,'Lansing, US - Capital Region Intl Airport (LAN)','1','0'),(2185,'ES','ACE',14994,199,'Lanzarote, ES - Lanzarote (Arrecife) Airport (ACE)','1','0'),(2186,'','LHK',15003,46,'Laohekou, Laohekou Airport (LHK)','1','0'),(2187,'FI','LPP',15014,75,'Lappeenranta, FI - Lappeenranta Airport (LPP)','1','0'),(2188,'US','LAR',15021,231,'Laramie, US - Laramie Regional Airport (LAR)','1','0'),(2189,'','LKA',15022,102,'Larantuka, Gewayantana Airport (LKA)','1','0'),(2190,'US','LRD',15027,231,'Laredo, US - Laredo Intl Airport (LRD)','1','0'),(2191,'GR','LRA',15032,86,'Larisa, GR - Larisa (LRA)','1','0'),(2192,'CY','LCA',15040,57,'Larnaca, CY - Larnaca Airport (LCA)','1','0'),(2193,'US','LRU',31618,231,'Las Cruces, US - Las Cruces Intl Airport (LRU)','1','0'),(2194,'VE','LSP',15051,235,'Las Piedras, VE - Camejo Airport (LSP)','1','0'),(2195,'','HSH',31631,231,'Las Vegas, Henderson Executive Airport (HSH)','1','0'),(2196,'US','LAS',31631,231,'Las Vegas, US - McCarran Intl Airport (LAS)','1','0'),(2197,'US','LVS',31631,231,'Las Vegas, US - Las Vegas Municipal (LVS)','1','0'),(2198,'GA','LTL',15065,80,'Lastourville, GA - Lastourville Airport (LTL)','1','0'),(2199,'SY','LTK',15071,211,'Latakia, SY - Bassel al-Assad Intl Airport (LTK)','1','0'),(2200,'','LTB',15084,13,'Latrobe, Latrobe Airport (LTB)','1','0'),(2201,'US','LBE',15085,231,'Latrobe, US - Arnold Palmer Regional Airport (LBE)','1','0'),(2202,'','LTU',34313,101,'Latur, Latur Airport (LTU)','1','0'),(2203,'','LUC',15091,74,'Laucala Island, Laucala Airport (LUC)','1','0'),(2204,'','MXE',15119,231,'Laurinburg, Laurinburg–Maxton Airport (MXE)','1','0'),(2205,'','LVO',15140,13,'Laverton, Laverton Airport (LVO)','1','0'),(2206,'MY','LWY',15148,132,'Lawas, MY - Lawas Airport (LWY)','1','0'),(2207,'US','LAW',15153,231,'Lawton, US - Fort Sill Regional Airport (LAW)','1','0'),(2208,'MX','LZC',15159,141,'Lazaro Cardenas, MX - Lazaro Cardenas Airport (LZC)','1','0'),(2209,'FR','LEH',31680,76,'Le Havre, FR - Octeville Airport (LEH)','1','0'),(2210,'FR','LME',31689,76,'Le Mans, FR - Arnage (LME)','1','0'),(2211,'','LRJ',31691,231,'Le Mars, Le Mars Municipal Airport (LRJ)','1','0'),(2212,'FR','LPY',31712,76,'Le Puy, FR - Le Puy - Loudes Airport (LPY)','1','0'),(2213,'FR','LTQ',31734,76,'Le Touquet, FR - Cote d`Opale Airport (LTQ)','1','0'),(2214,'','YLR',15167,39,'Leaf Rapids, Leaf Rapids Airport (YLR)','1','0'),(2215,'US','LEB',15179,231,'Lebanon, US - Lebanon Municipal Airport (LEB)','1','0'),(2216,'US','AUO',31746,231,'Lee, US - Auburn-Opelika Robert G. Pitts (AUO)','1','0'),(2217,'PH','LGP',15220,173,'Legaspi, PH - Legaspi Airport (LGP)','1','0'),(2218,'IN','IXL',15229,101,'Leh, IN - Leh Airport (IXL)','1','0'),(2219,'','LGH',31749,13,'Leigh Creek, Leigh Creek Airport (LGH)','1','0'),(2220,'','LER',15250,13,'Leinster, Leinster Airport (LER)','1','0'),(2221,'','LKC',15261,51,'Lekana, Lekana Airport (LKC)','1','0'),(2222,'NO','LKN',15264,164,'Leknes, NO - Leknes Airport (LKN)','1','0'),(2223,'GR','LXS',15274,86,'Lemnos, GR - Lemnos Airport (LXS)','1','0'),(2224,'MX','BJX',15307,141,'Leon, MX - Guanajuato (Del Bajio) Intl Airport (BJX)','1','0'),(2225,'','LNO',15313,13,'Leonora, Leonora Airport (LNO)','1','0'),(2226,'','LHI',15322,102,'Lereh, Lereh Airport (LHI)','1','0'),(2227,'','LRB',15323,121,'Leribe, Leribe Airport (LRB)','1','0'),(2228,'GR','LRS',15329,86,'Leros, GR - Leros Airport (LRS)','1','0'),(2229,'','LSO',31804,76,'Les Sables-d\'olonne, Les Sables-d\'Olonne – Talmont Airport (LSO)','1','0'),(2230,'','LES',15344,121,'Lesobeng, Lesobeng Airport (LES)','1','0'),(2231,'CA','YQL',15359,39,'Lethbridge, CA - Lethbridge County Airport (YQL)','1','0'),(2232,'CO','LET',15360,49,'Leticia, CO - Alfredo Vasquez Cobo Airport (LET)','1','0'),(2233,'','LTR',15365,105,'Letterkenny, Letterkenny Airfield (LTR)','1','0'),(2234,'US','KLL',15385,231,'Levelock, US - Levelock Airport (KLL)','1','0'),(2235,'US','LWB',15401,231,'Lewisburg, US - Greenbrier Valley Airport (LWB)','1','0'),(2236,'US','LWT',15404,231,'Lewistown, US - Lewistown Municipal Airport (LWT)','1','0'),(2237,'','LWE',15406,102,'Lewoleba, Wonopito Airport (LWE)','1','0'),(2238,'US','LEX',15407,231,'Lexington, US - Blue Grass Airport (LEX)','1','0'),(2239,'CN','LXA',15419,46,'Lhasa, CN - Lhasa Gonggar Airport (LXA)','1','0'),(2240,'CN','LYG',15426,46,'Lianyungang, CN - Lianyungang Baitabu Airport (LYG)','1','0'),(2241,'US','LBL',15432,231,'Liberal, US - Liberal Mid-America Regional Airport (LBL)','1','0'),(2242,'GA','LBV',15440,80,'Libreville, GA - Libreville Airport (LBV)','1','0'),(2243,'MZ','VXC',15443,149,'Lichinga, MZ - Lichinga Airport (VXC)','1','0'),(2244,'SE','LDK',15457,209,'Lidkoping, SE - Lidkoping-Hovby (LDK)','1','0'),(2245,'BE','LGG',15462,21,'Liege, BE - Liege Airport (LGG)','1','0'),(2246,'NC','LIF',15480,156,'Lifou, NC - Lifou Island Airport (LIF)','1','0'),(2247,'','LHG',15484,13,'Lightning Ridge, Lightning Ridge Airport (LHG)','1','0'),(2248,'','LIX',15494,131,'Likoma Island, Likoma Airport (LIX)','1','0'),(2249,'FR','LIL',15502,76,'Lille, FR - Lesquin Airport (LIL)','1','0'),(2250,'MW','LLW',15508,131,'Lilongwe, MW - Lilongwe Intl Airport (LLW)','1','0'),(2251,'MY','LMN',15513,132,'Limbang, MY - Limbang Airport (LMN)','1','0'),(2252,'FR','LIG',15529,76,'Limoges, FR - Bellegarde Airport (LIG)','1','0'),(2253,'','BCL',15531,54,'Limon, Barra del Colorado Airport (BCL)','1','0'),(2254,'US','LNK',15547,231,'Lincoln, US - Lincoln Airport (LNK)','1','0'),(2255,'','LDC',15560,13,'Lindeman Island, Lindeman Island Airport (LDC)','1','0'),(2256,'','LDI',15567,214,'Lindi, Lindi Airport (LDI)','1','0'),(2257,'','LFQ',15574,46,'Linfen, Linfen Qiaoli Airport (LFQ)','1','0'),(2258,'SE','LPI',15584,209,'Linkoping, SE - Saab Airport (LPI)','1','0'),(2259,'','LIP',15589,30,'Lins, Lins Airport (LIP)','1','0'),(2260,'CN','LYI',15592,46,'Linyi, CN - Linyi Shubuling Airport (LYI)','1','0'),(2261,'AT','LNZ',15593,14,'Linz, AT - Blue Danube Airport (LNZ)','1','0'),(2262,'','LIQ',15608,52,'Lisala, Lisala Airport (LIQ)','1','0'),(2263,'PT','LIS',15609,175,'Lisbon, PT - Lisbon Portela Airport (LIS)','1','0'),(2264,'KY','LYB',15646,42,'Little Cayman, KY - Edward Bodden Airfield (LYB)','1','0'),(2265,'','ZGR',15648,39,'Little Grand Rapids, Little Grand Rapids Airport (ZGR)','1','0'),(2266,'CN','LZH',15653,46,'Liuzhou, CN - Luizhou Bailian Airport (LZH)','1','0'),(2267,'GB','LPL',15660,482,'Liverpool, GB - Speke Airport (LPL)','1','0'),(2268,'ZM','LVI',15669,242,'Livingstone, ZM - Livingstone Airport (LVI)','1','0'),(2269,'BR','LVB',15672,30,'Livramento, BR - Galpões Airport (LVB)','1','0'),(2270,'SI','LJU',15682,192,'Ljubljana, SI - Joze Pucnik Airport (LJU)','1','0'),(2271,'ES','ILD',15728,199,'Lleida, ES - Alguaire Airport (ILD)','1','0'),(2272,'CA','YLL',15735,39,'Lloydminster, CA - Lloydminster Airport (YLL)','1','0'),(2273,'CH','ZJI',15743,210,'Locarno, CH - Locarno Airport (ZJI)','1','0'),(2274,'AU','IRG',15755,13,'Lockhart Rivers, AU - Lockhart River Airport (IRG)','1','0'),(2275,'CD','LJA',15770,52,'Lodja, CD - Lodja Airport (LJA)','1','0'),(2276,'TH','LOE',15773,215,'Loei, TH - Loei Airport (LOE)','1','0'),(2277,'MH','LOF',15774,136,'Loen, MH - Loen Airport (LOF)','1','0'),(2278,'EC','LOH',15801,64,'Loja, EC - Camilo Ponce Enriquez Airport (LOH)','1','0'),(2279,'TG','LFW',15823,216,'Lome, TG - Lome Tokoin Airport (LFW)','1','0'),(2280,'GB','LCY',15836,482,'London, GB - London City Airport (LCY)','1','0'),(2281,'GB','LGW',15836,482,'London, GB - Gatwick Airport (LGW)','1','0'),(2282,'GB','LHR',15836,482,'London, GB - Heathrow Airport (LHR)','1','0'),(2283,'GB','LTN',15836,482,'London, GB - Luton Airport (LTN)','1','0'),(2284,'GB','STN',15836,482,'London, GB - Stansted Airport (STN)','1','0'),(2285,'CA','YXU',15837,39,'London, CA - London Intl Airport (YXU)','1','0'),(2286,'GB','LDY',15839,482,'Londonderry, GB - Londonderry Airport (LDY)','1','0'),(2287,'BR','LDB',15841,30,'Londrina, BR - Londrina Airport (LDB)','1','0'),(2288,'','LSJ',15843,16,'Long Island, Long Island Airport (LSJ)','1','0'),(2289,'MY','LGL',15845,132,'Long Lellang, MY - Long Lellang Airport (LGL)','1','0'),(2290,'','GSA',34588,132,'Long Pasia, Long Pasia Airport (GSA)','1','0'),(2291,'','LSM',34598,132,'Long Semado, Long Semado Airport (LSM)','1','0'),(2292,'MY','ODN',34599,132,'Long Seridan, MY - Long Seridan Airport (ODN)','1','0'),(2293,'','LSU',34589,132,'Long Sukang, Long Sukang Airport (LSU)','1','0'),(2294,'VU','LOD',15847,233,'Longana, VU - Longana Airport (LOD)','1','0'),(2295,'NO','LYR',15875,164,'Longyearbyen, NO - Longyearbyen Svalbard Airport (LYR)','1','0'),(2296,'VU','LNE',15878,233,'Lonorore, VU - Lonorore Airport (LNE)','1','0'),(2297,'','KKM',15888,215,'Lopburi, Khok Kathiam Air Force Base (KKM)','1','0'),(2298,'US','LPS',15889,231,'Lopez Island, US - Lopez Island Airport (LPS)','1','0'),(2299,'MX','LTO',15898,141,'Loreto, MX - Loreto Intl Airport (LTO)','1','0'),(2300,'','LRI',15904,107,'Lorica, Lorica Airport (LRI)','1','0'),(2301,'FR','LRT',15905,76,'Lorient, FR - Lann-Bihouet Airport (LRT)','1','0'),(2302,'US','LAM',31836,231,'Los Alamos, US - Los Alamos Airport (LAM)','1','0'),(2303,'US','LAX',31839,231,'Los Angeles, US - Los Angeles Intl Airport (LAX)','1','0'),(2304,'MX','LMM',31861,141,'Los Mochis, MX - Federal del Valle del Fuerte Intl Airport (LMM)','1','0'),(2305,'','LRV',15918,235,'Los Roques, Los Roques Airport (LRV)','1','0'),(2306,'CG','DIS',15929,51,'Loubomo, CG - Ngot Nzoungou Airport (DIS)','1','0'),(2307,'','LOW',15943,231,'Louisa, Louisa County Airport (LOW)','1','0'),(2308,'','LFN',15945,231,'Louisburg, Triangle North Executive Airport (LFN)','1','0'),(2309,'US','ARA',15947,231,'Louisiana, US - Acadiana Regional Airport (ARA)','1','0'),(2310,'US','BAD',15947,231,'Louisiana, US - Barksdale Air Force Base (BAD)','1','0'),(2311,'','LMS',15948,231,'Louisville, Louisville Winston County Airport (LMS)','1','0'),(2312,'US','LOU',15948,231,'Louisville, US - Bowman Field (LOU)','1','0'),(2313,'US','SDF',15948,231,'Louisville, US - Louisville Intl Airport (SDF)','1','0'),(2314,'','LOL',15972,231,'Lovelock, Derby Field (LOL)','1','0'),(2315,'AO','LAD',15997,6,'Luanda, AO - Quatro de Fevereiro Intl Airport (LAD)','1','0'),(2316,'LA','LXG',15998,118,'Luang Namtha, LA - Louangnamtha Airport (LXG)','1','0'),(2317,'AO','SDD',16000,6,'Lubango, AO - Lubango Mukanka Airport (SDD)','1','0'),(2318,'US','LBB',16003,231,'Lubbock, US - Lubbock Preston Smith Intl Airport (LBB)','1','0'),(2319,'','REE',16003,231,'Lubbock, Reese Airpark (REE)','1','0'),(2320,'','LUZ',16006,174,'Lublin, Lublin Airport (LUZ)','1','0'),(2321,'','LVR',16013,30,'Lucas Do Rio Verde, Bom Futuro Municipal Airport (LVR)','1','0'),(2322,'IN','LKO',16028,101,'Lucknow, IN - Amausi Airport (LKO)','1','0'),(2323,'NA','LUD',16031,151,'Luderitz, NA - Luderitz Airport (LUD)','1','0'),(2324,'IN','LUH',16033,101,'Ludhiana, IN - Sahnewal Airport (LUH)','1','0'),(2325,'AO','LUO',16045,6,'Luena, AO - Luena Airport (LUO)','1','0'),(2326,'US','LFK',16049,231,'Lufkin, US - Angelina County (LFK)','1','0'),(2327,'CH','LUG',34642,210,'Lugano, CH - Lugano-Agno Airport (LUG)','1','0'),(2328,'UA','VSG',16052,227,'Lugansk, UA - Lugansk Airport (VSG)','1','0'),(2329,'','LUA',16070,153,'Lukla, Tenzing-Hillary Airport (LUA)','1','0'),(2330,'SE','LLA',16073,209,'Lulea, SE - Kallax Airport (LLA)','1','0'),(2331,'US','LBT',16078,231,'Lumberton, US - Lumberton Municipal (LBT)','1','0'),(2332,'','LYK',16105,102,'Lunyuk, Lunyuk Airport (LYK)','1','0'),(2333,'CN','LYA',16114,46,'Luoyang, CN - Luoyang Beijiao Airport (LYA)','1','0'),(2334,'ZM','LUN',16120,242,'Lusaka, ZM - Lusaka Intl Airport (LUN)','1','0'),(2335,'ZA','LUJ',16124,195,'Lusikisiki, ZA - Lusikisiki Airport (LUJ)','1','0'),(2336,'','UCK',16138,227,'Lutsk, Lutsk Airport (UCK)','1','0'),(2337,'ID','LUW',16146,102,'Luwuk, ID - Syukuran Aminuddin Amir Airport (LUW)','1','0'),(2338,'LU','LUX',16149,127,'Luxembourg, LU - Findel Airport (LUX)','1','0'),(2339,'EG','LXR',16153,65,'Luxor, EG - Luxor Airport (LXR)','1','0'),(2340,'PH','NCP',16162,173,'Luzon, PH - Cubi Pt NAS Airport Airport (NCP)','1','0'),(2341,'UA','LWO',16166,227,'Lvov, UA - Lviv Airport (LWO)','1','0'),(2342,'SE','LYC',16170,209,'Lycksele, SE - Lycksele Airport (LYC)','1','0'),(2343,'GB','LYX',16171,482,'Lydd, GB - Lydd Airport (LYX)','1','0'),(2344,'US','LYH',16178,231,'Lynchburg, US - Lynchburg Regional Airport / Preston Glenn Field (LYH)','1','0'),(2345,'','LTP',16180,231,'Lyndhurst, Lyndhurst Airport (LTP)','1','0'),(2346,'','LLX',16183,231,'Lyndonville, Caledonia County Airport (LLX)','1','0'),(2347,'','YYL',16188,39,'Lynn Lake, Lynn Lake Airport (YYL)','1','0'),(2348,'','LYO',16194,231,'Lyons, Lyons–Rice County Municipal Airport (LYO)','1','0'),(2349,'NL','MST',16219,154,'Maastricht, NL - Maastricht Aachen Airport (MST)','1','0'),(2350,'','UBB',16226,13,'Mabuiag Island, Mabuiag Island Airport (UBB)','1','0'),(2351,'BR','MEA',16228,30,'Macae, BR - Benedito Lacerda Airport (MEA)','1','0'),(2352,'BR','MCP',16230,30,'Macapa, BR - Macapa Intl Airport (MCP)','1','0'),(2353,'EC','XMS',16231,64,'Macas, EC - Edmundo Carvajal Airport (XMS)','1','0'),(2354,'MO','MFM',16233,128,'Macau, MO - Macau Intl Airport (MFM)','1','0'),(2355,'BR','MCZ',16242,30,'Maceio, BR - Palmares Airport (MCZ)','1','0'),(2356,'','MCH',16246,64,'Machala, General Manuel Serrano Airport (MCH)','1','0'),(2357,'AU','BMP',16255,13,'Mackay, AU - Brampton Island Airport (BMP)','1','0'),(2358,'','MVH',16259,13,'Macksville, Macksville Airport (MVH)','1','0'),(2359,'US','MCN',16264,231,'Macon, US - Middle Georgia Regional Airport (MCN)','1','0'),(2360,'PG','MAG',16275,170,'Madang, PG - Madang Airport (MAG)','1','0'),(2361,'','DXE',16303,231,'Madison, Bruce Campbell Field (DXE)','1','0'),(2362,'','MDN',16303,231,'Madison, Madison Municipal Airport (MDN)','1','0'),(2363,'US','MSN',16303,231,'Madison, US - Dane County Regional Airport (Traux Field) (MSN)','1','0'),(2364,'','XMD',16303,231,'Madison, Madison Municipal Airport (XMD)','1','0'),(2365,'','MDJ',16311,231,'Madras, Madras Municipal Airport (MDJ)','1','0'),(2366,'ES','MAD',16314,199,'Madrid, ES - Barajas Airport (MAD)','1','0'),(2367,'IN','IXM',16319,101,'Madurai, IN - Madurai Airport (IXM)','1','0'),(2368,'TH','MAQ',34245,215,'Mae Sot, TH - Mae Sot Airport (MAQ)','1','0'),(2369,'VU','MWF',16323,233,'Maewo, VU - Naone Airport (MWF)','1','0'),(2370,'','MFC',16325,121,'Mafeteng, Mafeteng Airport (MFC)','1','0'),(2371,'RU','GDX',16331,181,'Magadan, RU - Magadan Airport (GDX)','1','0'),(2372,'','MGD',16339,10,'Magdalena, Magdalena Airport (MGD)','1','0'),(2373,'RU','MQF',16364,181,'Magnitogorsk, RU - Magnitogorsk Intl Airport (MQF)','1','0'),(2374,'','AGO',16365,231,'Magnolia, Magnolia Municipal Airport (AGO)','1','0'),(2375,'','BZM',16378,130,'Mahajanga, Bemolanga Airport (BZM)','1','0'),(2376,'MG','MJN',16378,130,'Mahajanga, MG - Amborovy-Philbert Tsiranana Airport (MJN)','1','0'),(2377,'','VVB',16379,130,'Mahanoro, Mahanoro Airport (VVB)','1','0'),(2378,'','MHA',16383,220,'Mahdia, Mahdia Airport (MHA)','1','0'),(2379,'ES','MAH',16395,199,'Mahon, ES - Menorca Airport (MAH)','1','0'),(2380,'','MNK',16400,114,'Maiana, Maiana Airport (MNK)','1','0'),(2381,'','MXT',16415,130,'Maintirano, Maintirano Airport (MXT)','1','0'),(2382,'CV','MMO',16418,41,'Maio, CV - Maio Airport (MMO)','1','0'),(2383,'','MJE',16438,136,'Majkin, Majkin Airport (MJE)','1','0'),(2384,'MH','MAJ',16443,136,'Majuro, MH - Marshall Islands Intl Airport (MAJ)','1','0'),(2385,'','KMK',16444,51,'Makabana, Makabana Airport (KMK)','1','0'),(2386,'ET','MQX',16450,70,'Makale, ET - Makale Airport (MQX)','1','0'),(2387,'PF','MKP',16457,78,'Makemo, PF - Makemo Airport (MKP)','1','0'),(2388,'RU','MCX',16460,181,'Makhachkala, RU - Makhachkala Uytash Airport (MCX)','1','0'),(2389,'CA','YMN',16464,39,'Makkovik, CA - Makkovik Airport (YMN)','1','0'),(2390,'','MKU',16465,80,'Makokou, Makokou Airport (MKU)','1','0'),(2391,'','MKJ',16466,51,'Makoua, Makoua Airport (MKJ)','1','0'),(2392,'TW','MZG',16471,212,'Makung, TW - Makung Airport (MZG)','1','0'),(2393,'','MLP',16475,173,'Malabang, Malabang Airport (MLP)','1','0'),(2394,'GQ','SSG',16477,67,'Malabo, GQ - Malabo Airport (SSG)','1','0'),(2395,'MY','MKZ',16479,132,'Malacca, MY - Malacca Airport (MKZ)','1','0'),(2396,'ES','AGP',16480,199,'Malaga, ES - Malaga Costa Del Sol Airport (AGP)','1','0'),(2397,'ID','MLG',16490,102,'Malang, ID - Abdul Rachman Saleh Airport (MLG)','1','0'),(2398,'AO','MEG',16491,6,'Malange, AO - Malanje Airport (MEG)','1','0'),(2399,'TR','MLX',16496,222,'Malatya, TR - Malatya Airport (MLX)','1','0'),(2400,'','MAW',16504,231,'Malden, Malden Regional Airport (MAW)','1','0'),(2401,'MV','MLE',16508,133,'Male, MV - Male Intl Airport (MLE)','1','0'),(2402,'KE','MYD',16519,113,'Malindi, KE - Malindi Airport (MYD)','1','0'),(2403,'SE','HMA',16550,209,'Malmo, SE - Khanty-Mansiysk Airport (HMA)','1','0'),(2404,'SE','MMX',16550,209,'Malmo, SE - Sturup Airport (MMX)','1','0'),(2405,'FJ','PTF',16554,74,'Malololailai, FJ - Malololailai Island Airport (PTF)','1','0'),(2406,'','MLK',16562,231,'Malta, Malta Airport (MLK)','1','0'),(2407,'MT','MLA',16563,135,'Malta, MT - Malta Intl Airport (MLA)','1','0'),(2408,'','MBO',16580,173,'Mamburao, Mamburao Airport (MBO)','1','0'),(2409,'','MMF',16581,38,'Mamfe, Mamfe Airport (MMF)','1','0'),(2410,'','MJU',16586,102,'Mamuju, Tampa Padang Airport (MJU)','1','0'),(2411,'','MJC',31888,482,'Man, Man Airport (MJC)','1','0'),(2412,'ID','MDC',16588,102,'Manado, ID - Sam Ratulangi Airport (MDC)','1','0'),(2413,'NI','MGA',16589,158,'Managua, NI - Managua Intl Airport (MGA)','1','0'),(2414,'','WVK',16591,130,'Manakara, Manakara Airport (WVK)','1','0'),(2415,'IN','KUU',16593,101,'Manali, IN - Kulla Manali Airport (KUU)','1','0'),(2416,'BH','BAH',16594,17,'Manama, BH - Bahrain Intl Airport (BAH)','1','0'),(2417,'MG','WMR',16595,130,'Mananara, MG - Mananara Avaratra Airport (WMR)','1','0'),(2418,'','NGX',16596,153,'Manang, Manang Airport (NGX)','1','0'),(2419,'','MNJ',16597,130,'Mananjary, Mananjary Airport (MNJ)','1','0'),(2420,'BR','MAO',16603,30,'Manaus, BR - Eduardo Gomes Intl Airport (MAO)','1','0'),(2421,'US','MHT',16607,231,'Manchester, US - Manchester Airport (MHT)','1','0'),(2422,'GB','MAN',16608,482,'Manchester, GB - Manchester Intl Airport (MAN)','1','0'),(2423,'','WMD',16612,130,'Mandabe, Mandabe Airport (WMD)','1','0'),(2424,'MM','MDL',16614,150,'Mandalay, MM - Mandalay Intl Airport (MDL)','1','0'),(2425,'','VBC',16614,150,'Mandalay, Mandalay Chanmyathazi Airport (VBC)','1','0'),(2426,'','WMA',16627,130,'Mandritsara, Mandritsara Airport (WMA)','1','0'),(2427,'IN','IXE',16637,101,'Mangalore, IN - Bajpe Airport (IXE)','1','0'),(2428,'','MAI',16645,131,'Mangochi, Mangochi Airport (MAI)','1','0'),(2429,'ID','MAL',16646,102,'Mangole, ID - Malone-Dufort (MAL)','1','0'),(2430,'BS','MAY',16648,16,'Mangrove Cay, BS - Mangrove Cay Airport (MAY)','1','0'),(2431,'US','MHK',16654,231,'Manhattan, US - Manhattan Regional Airport (MHK)','1','0'),(2432,'PF','XMH',16657,78,'Manihi, PF - Manihi Airport (XMH)','1','0'),(2433,'CK','MHX',16658,53,'Manihiki Island, CK - Manihiki Island Airport (MHX)','1','0'),(2434,'PH','MNL',16659,173,'Manila, PH - Ninoy Aquino Intl Airport (MNL)','1','0'),(2435,'','SGL',16659,173,'Manila, Danilo Atienza Air Base (SGL)','1','0'),(2436,'US','MBL',16666,231,'Manistee, US - Manistee County-Blackistee Airport (MBL)','1','0'),(2437,'','ISQ',16667,231,'Manistique, Schoolcraft County Airport (ISQ)','1','0'),(2438,'','YMG',16669,39,'Manitouwadge, Manitouwadge Airport (YMG)','1','0'),(2439,'','YEM',16670,39,'Manitowaning, Manitowaning/Manitoulin East Municipal Airport (YEM)','1','0'),(2440,'CO','MZL',16673,49,'Manizales, CO - Santaguida Airport (MZL)','1','0'),(2441,'','MJA',16674,130,'Manja, Manja Airport (MJA)','1','0'),(2442,'ID','MKW',16687,102,'Manokwari, ID - Rendani Airport (MKW)','1','0'),(2443,'','MNS',16691,242,'Mansa, Mansa Airport (MNS)','1','0'),(2444,'GB','MSE',16698,482,'Manston, GB - Manston Kent Intl Airport (MSE)','1','0'),(2445,'EC','MEC',16699,64,'Manta, EC - Eloy Alfaro Intl Airport (MEC)','1','0'),(2446,'','MEO',16705,231,'Manteo, Dare County Regional Airport (MEO)','1','0'),(2447,'','NTJ',16707,231,'Manti, Manti-Ephraim Airport (NTJ)','1','0'),(2448,'MX','ZLO',16721,141,'Manzanillo, MX - Playa de Oro Intl Airport (ZLO)','1','0'),(2449,'SZ','MTS',16724,208,'Manzini, SZ - Manzini Airport (MTS)','1','0'),(2450,'MZ','MPM',16737,149,'Maputo, MZ - Mavalane Intl Airport (MPM)','1','0'),(2451,'AR','MDQ',31894,10,'Mar Del Plata, AR - Astor Piazzola Intl Airport (MDQ)','1','0'),(2452,'BR','MAB',16739,30,'Maraba, BR - Maraba Airport (MAB)','1','0'),(2453,'VE','MAR',16740,235,'Maracaibo, VE - La Chinita Airport (MAR)','1','0'),(2454,'','MYC',16741,235,'Maracay, Mariscal Sucre Airport (MYC)','1','0'),(2455,'','MZK',16747,114,'Marakei, Marakei Airport (MZK)','1','0'),(2456,'US','MTH',16758,231,'Marathon, US - The Florida Keys Marathon Airport (MTH)','1','0'),(2457,'','YSP',16758,231,'Marathon, Marathon Aerodrome (YSP)','1','0'),(2458,'','MBB',16770,13,'Marble Bar, Marble Bar Airport (MBB)','1','0'),(2459,'','MRK',16788,231,'Marco Island, Marco Island Airport (MRK)','1','0'),(2460,'NC','MEE',16795,156,'Mare, NC - Mare Airport (MEE)','1','0'),(2461,'','MRF',16805,231,'Marfa, Marfa Municipal Airport (MRF)','1','0'),(2462,'','MQZ',16808,13,'Margaret River, Margaret River Airport (MQZ)','1','0'),(2463,'SI','MBX',16832,192,'Maribor, SI - Edvard Rusjan Airport (MBX)','1','0'),(2464,'FI','MHQ',16838,75,'Mariehamn, FI - Mariehamn Airport (MHQ)','1','0'),(2465,'BR','MII',16855,30,'Marilia, BR - Dr Gastao Vidigal Airport (MII)','1','0'),(2466,'BR','MGF',16865,30,'Maringa, BR - Maringa Airport (MGF)','1','0'),(2467,'US','MWA',16868,231,'Marion, US - Williamson County Regional Airport (MWA)','1','0'),(2468,'CA','YKZ',16875,39,'Markham, CA - Buttonville Municipal Airport (YKZ)','1','0'),(2469,'','MRP',16890,13,'Marla, Marla Airport (MRP)','1','0'),(2470,'','MXG',16892,231,'Marlborough, Marlboro Airport (MXG)','1','0'),(2471,'MG','WMN',16915,130,'Maroantsetra, MG - Maroantsetra Airport (WMN)','1','0'),(2472,'CM','MVR',16922,38,'Maroua, CM - Salak Airport (MVR)','1','0'),(2473,'US','MQT',16927,231,'Marquette, US - Sawyer Intl Airport (MQT)','1','0'),(2474,'MA','RAK',16930,148,'Marrakech, MA - Menara Airport (RAK)','1','0'),(2475,'','RRE',16932,13,'Marree, Marree Airport (RRE)','1','0'),(2476,'EG','RMF',16936,65,'Marsa Alam, EG - Marsa Alam Airport (RMF)','1','0'),(2477,'FR','MRS',16946,76,'Marseille, FR - Marignane-Provence Airport (MRS)','1','0'),(2478,'BS','MHH',16947,16,'Marsh Harbour, BS - Marsh Harbour Airport (MHH)','1','0'),(2479,'','MHL',16948,231,'Marshall, Marshall Memorial Municipal Airport (MHL)','1','0'),(2480,'','MML',16948,231,'Marshall, Southwest Minnesota Regional Airport (MML)','1','0'),(2481,'US','RMY',16948,231,'Marshall, US - Brooks Field (RMY)','1','0'),(2482,'US','AOO',16977,231,'Martinsburg, US - Blair County Airport (AOO)','1','0'),(2483,'MY','MUR',16983,132,'Marudi, MY - Marudi Airport (MUR)','1','0'),(2484,'CA','YMH',16998,39,'Mary\'s Harbour, CA - Mary`s Harbour Airport (YMH)','1','0'),(2485,'US','BAB',17001,231,'Marysville, US - Beale Air Force Base (BAB)','1','0'),(2486,'IL','MTZ',17006,106,'Masada, IL - Bar Yehuda Airfield (MTZ)','1','0'),(2487,'','MXB',17010,102,'Masamba, Andi Jemma Airport (MXB)','1','0'),(2488,'','XMI',17011,214,'Masasi, Masasi Airport (XMI)','1','0'),(2489,'LS','MSU',17023,121,'Maseru, LS - Maseru Airport (MSU)','1','0'),(2490,'IR','MHD',17025,103,'Mashad, IR - Mashad Airport (MHD)','1','0'),(2491,'OM','MSH',17034,165,'Masirah, OM - Masirah Air Base (MSH)','1','0'),(2492,'US','MSS',17048,231,'Massena, US - Massena Intl Airport-Richards Field (MSS)','1','0'),(2493,'CA','ZMT',17050,39,'Masset, CA - Masset Airport (ZMT)','1','0'),(2494,'NZ','MRO',17058,157,'Masterton, NZ - Hood Aerodrome (MRO)','1','0'),(2495,'','MVZ',17063,243,'Masvingo, Masvingo Airport (MVZ)','1','0'),(2496,'','MAT',17065,52,'Matadi, Matadi Tshimpi Airport (MAT)','1','0'),(2497,'','YNM',17067,39,'Matagami, Matagami Airport (YNM)','1','0'),(2498,'PF','MVT',17069,78,'Mataiva, PF - Mataiva Airport (MVT)','1','0'),(2499,'','MAX',17074,187,'Matam, Ouro Sogui Airport (MAX)','1','0'),(2500,'CA','YME',17079,39,'Matane, CA - Matane (YME)','1','0'),(2501,'','MSG',17107,121,'Matsaile, Matsaile Airport (MSG)','1','0'),(2502,'JP','MMJ',17111,110,'Matsumoto, JP - Shinshu-Matsumoto Airport (MMJ)','1','0'),(2503,'JP','MYJ',17115,110,'Matsuyama, JP - Matsuyama Airport (MYJ)','1','0'),(2504,'US','MTO',17122,231,'Mattoon, US - Coles County Memorial (MTO)','1','0'),(2505,'VE','MUN',17127,235,'Maturin, VE - Quiriquire Airport (MUN)','1','0'),(2506,'ID','MOF',17151,102,'Maumere, ID - Wai Oti (Maumere) Airport (MOF)','1','0'),(2507,'BW','MUB',17152,28,'Maun, BW - Maun Airport (MUB)','1','0'),(2508,'PF','MAU',17155,78,'Maupiti, PF - Maupiti Island Airport (MAU)','1','0'),(2509,'MU','MRU',17162,139,'Mauritius, MU - Mauritius - Sir S Ramgoolam Airport (MRU)','1','0'),(2510,'PR','MAZ',17183,176,'Mayaguez, PR - Eugenio Maria de Hostos Airport (MAZ)','1','0'),(2511,'','YMA',17197,39,'Mayo, Mayo Airport (YMA)','1','0'),(2512,'GA','MYB',17198,80,'Mayoumba, GA - Mayumba Airport (MYB)','1','0'),(2513,'MX','MZT',17214,141,'Mazatlan, MX - Gen Rafael Buelna Intl Airport (MZT)','1','0'),(2514,'','MBU',17224,193,'Mbambanakira, Mbambanakira Airport (MBU)','1','0'),(2515,'CD','MDK',17225,52,'Mbandaka, CD - Mbandaka Airport (MDK)','1','0'),(2516,'','MBQ',17226,226,'Mbarara, Mbarara Airport (MBQ)','1','0'),(2517,'','MBI',17228,214,'Mbeya, Mbeya Airport (MBI)','1','0'),(2518,'US','MFE',17235,231,'Mcallen, US - McAllen Miller Intl Airport (MFE)','1','0'),(2519,'','MXY',17240,231,'Mccarthy, McCarthy Airport (MXY)','1','0'),(2520,'US','MCK',17244,231,'Mccook, US - McCook Ben Nelson Regional Airport (MCK)','1','0'),(2521,'US','MCG',17253,231,'Mcgrath, US - McGrath Airport (MCG)','1','0'),(2522,'US','ACV',17262,231,'Mckinleyville, US - Arcata - Eureka Airport (ACV)','1','0'),(2523,'US','RNC',17269,231,'Mcminnville, US - Warren County Memorial (RNC)','1','0'),(2524,'','MPR',17271,231,'Mcpherson, McPherson Airport (MPR)','1','0'),(2525,'','MQW',17273,231,'Mcrae, Telfair–Wheeler Airport (MQW)','1','0'),(2526,'','YLJ',17275,39,'Meadow Lake, Meadow Lake Airport (YLJ)','1','0'),(2527,'','MEJ',17279,231,'Meadville, Port Meadville Airport (MEJ)','1','0'),(2528,'CO','MDE',17295,49,'Medellin, CO - Jose Maria Cordova Airport (MDE)','1','0'),(2529,'US','MDF',17300,231,'Medford, US - Medford (MDF)','1','0'),(2530,'US','MFR',17300,231,'Medford, US - Rogue Valley Intl-Medford Airport (MFR)','1','0'),(2531,'CA','YXH',17306,39,'Medicine Hat, CA - Medicine Hat Airport (YXH)','1','0'),(2532,'','MND',17307,186,'Medina, Medina Airport (MND)','1','0'),(2533,'','MKR',17320,13,'Meekatharra, Meekatharra Airport (MKR)','1','0'),(2534,'','MEY',17335,153,'Meghauli, Meghauli Airport (MEY)','1','0'),(2535,'NO','MEH',17338,164,'Mehamn, NO - Mehamn Airport (MEH)','1','0'),(2536,'CN','MXZ',17350,46,'Meixian, CN - Meixian Airport (MXZ)','1','0'),(2537,'GA','MKB',17354,80,'Mekambo, GA - Mékambo Airport (MKB)','1','0'),(2538,'ET','MKS',17355,70,'Mekane Selam, ET - Mekane Selam Airport (MKS)','1','0'),(2539,'','MEK',17356,148,'Meknes, Bassatine Air Base (MEK)','1','0'),(2540,'US','MYU',17357,231,'Mekoryuk, US - Mekoryuk Airport (MYU)','1','0'),(2541,'US','MLB',17362,231,'Melbourne, US - Melbourne Intl Airport (MLB)','1','0'),(2542,'ES','MLN',17372,199,'Melilla, ES - Melilla Airport (MLN)','1','0'),(2543,'JP','MMB',17407,110,'Memanbetsu, JP - Memanbetsu Airport (MMB)','1','0'),(2544,'DE','FMM',17409,83,'Memmingen, DE - Memmingen Airport (FMM)','1','0'),(2545,'US','MEM',17411,231,'Memphis, US - Memphis Intl Airport (MEM)','1','0'),(2546,'','MZX',17412,70,'Mena, Mena Airport (MZX)','1','0'),(2547,'','NDM',17421,70,'Mendi, Mendi Airport (NDM)','1','0'),(2548,'AR','MDZ',17425,10,'Mendoza, AR - Governor Francisco Gabrielli Intl Airport (MDZ)','1','0'),(2549,'AO','SPP',17444,6,'Menongue, AO - Menongue Airport (SPP)','1','0'),(2550,'ID','MKQ',17468,102,'Merauke, ID - Mopah Airport (MKQ)','1','0'),(2551,'US','MCE',17471,231,'Merced, US - Merced Regional Airport (MacReady Field) (MCE)','1','0'),(2552,'','MDX',17472,231,'Mercedes, Mercedes Airport (MDX)','1','0'),(2553,'','RDE',17478,102,'Merdey, Merdey Airport (RDE)','1','0'),(2554,'MX','MID',17484,141,'Merida, MX - Manuel Crescencio Rejon Intl Airport (MID)','1','0'),(2555,'VE','MRD',17486,235,'Merida, VE - Carnevalli Airport (MRD)','1','0'),(2556,'','YMB',17512,39,'Merritt, Merritt Airport (YMB)','1','0'),(2557,'','MEP',17517,132,'Mersing, Mersing Airport (MEP)','1','0'),(2558,'TR','MZH',17526,222,'Merzifon, TR - Amasya Merzifon Airport (MZH)','1','0'),(2559,'US','MSC',31930,231,'Mesa, US - Falcon Field Airport (MSC)','1','0'),(2560,'','MFH',17540,231,'Mesquite, Mesquite Airport (MFH)','1','0'),(2561,'','MEZ',17545,195,'Messina, Messina Airport (MEZ)','1','0'),(2562,'','ANN',17565,231,'Metlakatla, Annette Island Airport (ANN)','1','0'),(2563,'MX','MXL',17584,141,'Mexicali, MX - Gen Rodolfo Sanchez Taboada Intl Airport (MXL)','1','0'),(2564,'ZM','MFU',17602,242,'Mfuwe, ZM - Mfuwe Airport (MFU)','1','0'),(2565,'US','MIA',31932,231,'Miami, US - Miami Intl Airport (MIA)','1','0'),(2566,'','TNT',31932,231,'Miami, Dade-Collier Training and Transition Airport (TNT)','1','0'),(2567,'','ZVA',17609,130,'Miandrivazo, Miandrivazo Airport (ZVA)','1','0'),(2568,'','MWD',17611,166,'Mianwali, PAF Base M.M. Alam (MWD)','1','0'),(2569,'','MMM',17634,13,'Middlemount, Middlemount Airport (MMM)','1','0'),(2570,'US','MAF',17645,231,'Midland, US - Midland Intl Airport (MAF)','1','0'),(2571,'FI','MIK',17680,75,'Mikkeli, FI - Mikkeli (MIK)','1','0'),(2572,'US','BML',17686,231,'Milan, US - Berlin Regional (BML)','1','0'),(2573,'US','MLS',17695,231,'Miles City, US - Frank Wiley Field Airport (MLS)','1','0'),(2574,'','MLF',17697,231,'Milford, Milford Municipal Airport (MLF)','1','0'),(2575,'','MFN',17700,157,'Milford Sound, Milford Sound Airport (MFN)','1','0'),(2576,'GR','MLO',17734,86,'Milos, GR - Milos Airport (MLO)','1','0'),(2577,'US','MKE',17744,231,'Milwaukee, US - General Mitchell Intl Airport (MKE)','1','0'),(2578,'MX','MTT',17759,141,'Minatitlan, MX - Minatitlan/Coatzacoalcos National Airport (MTT)','1','0'),(2579,'RU','MRV',17772,181,'Mineralnye Vody, RU - Min Vody Airport (MRV)','1','0'),(2580,'US','MSP',17783,231,'Minneapolis, US - Minneapolis-St Paul Intl Airport (MSP)','1','0'),(2581,'US','LVN',17786,231,'Minnesota City, US - Airlake (LVN)','1','0'),(2582,'US','ARV',17788,231,'Minocqua, US - Lakeland (Noble F. Lee Memorial Field) (ARV)','1','0'),(2583,'US','MOT',17793,231,'Minot, US - Minot Intl Airport (MOT)','1','0'),(2584,'','MHP',17794,20,'Minsk, Minsk-1 Airport (MHP)','1','0'),(2585,'BY','MSQ',17794,20,'Minsk, BY - Minsk Intl Airport (MSQ)','1','0'),(2586,'US','MNT',17798,231,'Minto, US - Minto Airport (MNT)','1','0'),(2587,'','MVX',17803,80,'Minvoul, Minvoul Airport (MVX)','1','0'),(2588,'','MFS',17810,172,'Miraflores, Miraflores Airport (MFS)','1','0'),(2589,'','MJR',17812,231,'Miramar, Miramar Airport (MJR)','1','0'),(2590,'CA','YCH',17817,39,'Miramichi, CA - Miramichi (YCH)','1','0'),(2591,'MY','MYY',17832,132,'Miri, MY - Miri Airport (MYY)','1','0'),(2592,'','MPD',17836,166,'Mirpur Khas, Sindhri Airport (MPD)','1','0'),(2593,'JP','MSJ',17840,110,'Misawa, JP - Misawa Airport (MSJ)','1','0'),(2594,'US','MSO',17853,231,'Missoula, US - Missoula Intl Airport (MSO)','1','0'),(2595,'LY','MRA',17860,123,'Misurata, LY - Misurata Airport (MRA)','1','0'),(2596,'US','MHE',17863,231,'Mitchell, US - Mitchell Municipal (MHE)','1','0'),(2597,'','MTQ',17863,231,'Mitchell, Mitchell Airport (MTQ)','1','0'),(2598,'','MZC',17879,80,'Mitzic, Mitzic Airport (MZC)','1','0'),(2599,'','MIP',17880,106,'Mitzpe Ramon, Mitzpe Ramon Airport (MIP)','1','0'),(2600,'JP','MYE',17884,110,'Miyake Jima, JP - Miyakejiima Airport (MYE)','1','0'),(2601,'JP','KMI',17889,110,'Miyazaki, JP - Miyazaki Airport (KMI)','1','0'),(2602,'ET','MTF',17892,70,'Mizan Teferi, ET - Mizan Teferi Airport (MTF)','1','0'),(2603,'','MBM',17894,195,'Mkambati, Mkambati Airport (MBM)','1','0'),(2604,'','MZQ',17895,195,'Mkuze, Mkuze Airport (MZQ)','1','0'),(2605,'ZA','MBD',17898,195,'Mmabatho, ZA - Mmabatho/Mafikeng Airport (MBD)','1','0'),(2606,'NO','MQN',31953,164,'Mo I Rana, NO - Mo i Rana Airport Rossvoll (MQN)','1','0'),(2607,'US','CNY',17900,231,'Moab, US - Canyonlands Field Airport (CNY)','1','0'),(2608,'','MGX',17901,80,'Moabi, Moabi Airport (MGX)','1','0'),(2609,'FJ','MFJ',17902,74,'Moala, FJ - Moala Airport (MFJ)','1','0'),(2610,'ID','ONI',17906,102,'Moanamani, ID - Moanamani Airport (ONI)','1','0'),(2611,'','MFF',17907,80,'Moanda, Moanda Airport (MFF)','1','0'),(2612,'','MNB',17907,80,'Moanda, Muanda Airport (MNB)','1','0'),(2613,'US','MOB',17910,231,'Mobile, US - Mobile Regional Airport (MOB)','1','0'),(2614,'','MBG',17911,231,'Mobridge, Mobridge Municipal Airport (MBG)','1','0'),(2615,'US','MOD',17917,231,'Modesto, US - Modesto City-County Airport (MOD)','1','0'),(2616,'BY','MVQ',17935,20,'Mogilev, BY - Mogilev (MVQ)','1','0'),(2617,'KM','NWA',17944,50,'Moheli, KM - Mohéli Bandar Es Eslam Airport (NWA)','1','0'),(2618,'US','MHV',17958,231,'Mojave, US - Mojave (MHV)','1','0'),(2619,'','MKH',17962,121,'Mokhotlong, Mokhotlong Airport (MKH)','1','0'),(2620,'','OKU',17967,151,'Mokuti Lodge, Mokuti Lodge Airport (OKU)','1','0'),(2621,'NO','MOL',17971,164,'Molde, NO - Molde Airport Aro (MOL)','1','0'),(2622,'US','MLI',17979,231,'Moline, US - Quad City Intl Airport (MLI)','1','0'),(2623,'KE','MBA',18001,113,'Mombasa, KE - Moi Intl Airport (MBA)','1','0'),(2624,'','MIF',18018,231,'Monahans, Roy Hurd Memorial Airport (MIF)','1','0'),(2625,'TN','MIR',18021,220,'Monastir, TN - Skanes Airport (MIR)','1','0'),(2626,'JP','MBE',18024,110,'Monbetsu, JP - Okhotsk Monbetsu Airport (MBE)','1','0'),(2627,'CA','YQM',18038,39,'Moncton, CA - Greater Moncton Intl Airport (YQM)','1','0'),(2628,'','MNR',18074,242,'Mongu, Mongu Airport (MNR)','1','0'),(2629,'','MYZ',18079,131,'Monkey Bay, Monkey Bay Airport (MYZ)','1','0'),(2630,'US','MLU',18094,231,'Monroe, US - Monroe Regional Airport (MLU)','1','0'),(2631,'LR','MLW',18097,122,'Monrovia, LR - Spriggs Payne Airport (MLW)','1','0'),(2632,'LR','ROB',18097,122,'Monrovia, LR - Roberts Intl Airport (ROB)','1','0'),(2633,'CA','YYY',31957,39,'Mont Joli, CA - Mont-Joli Airport (YYY)','1','0'),(2634,'','ROF',18119,231,'Montague, Montague Airport (ROF)','1','0'),(2635,'MC','MCM',18163,145,'Monte Carlo, MC - Monaco Heliport (MCM)','1','0'),(2636,'JM','MBJ',18188,109,'Montego Bay, JM - Sangster Intl Airport (MBJ)','1','0'),(2637,'US','MRY',18216,231,'Monterey, US - Monterey Peninsula Airport (MRY)','1','0'),(2638,'CO','MTR',18217,49,'Monteria, CO - Los Garzones Airport (MTR)','1','0'),(2639,'','MOY',18222,141,'Monterrey, Monterrey Airport (MOY)','1','0'),(2640,'MX','MTY',18222,141,'Monterrey, MX - Gen Mariano Escobedo Intl Airport (MTY)','1','0'),(2641,'BR','MOC',18223,30,'Montes Claros, BR - Montes Claros Airport (MOC)','1','0'),(2642,'UY','MVD',18237,230,'Montevideo, UY - Carrasco Intl Airport (MVD)','1','0'),(2643,'FR','AVN',18243,76,'Montfavet, FR - Avignon Airport (AVN)','1','0'),(2644,'US','MGM',18252,231,'Montgomery, US - Montgomery Regional Airport / Dannelly Field (MGM)','1','0'),(2645,'','MXC',18259,76,'Monticello, Monticello Airport (MXC)','1','0'),(2646,'US','MSV',18260,231,'Monticello, US - Sullivan County International (MSV)','1','0'),(2647,'FR','MCU',18280,76,'Montlucon, FR - Montluçon – Guéret Airport (MCU)','1','0'),(2648,'FR','MPL',18300,76,'Montpellier, FR - Frejorgues Airport (MPL)','1','0'),(2649,'CA','YHU',18301,39,'Montreal, CA - Saint-Hubert Airport (YHU)','1','0'),(2650,'CA','YMX',18301,39,'Montreal, CA - Mirabel Intl Airport (YMX)','1','0'),(2651,'CA','YUL',18301,39,'Montreal, CA - Pierre Elliott Trudeau Intl Airport (YUL)','1','0'),(2652,'US','MTJ',18314,231,'Montrose, US - Montrose Regional Airport (MTJ)','1','0'),(2653,'MS','MNI',18324,147,'Montserrat, MS - John A Osborne Airport (MNI)','1','0'),(2654,'','NYW',18333,150,'Monywa, Monywa Airport (NYW)','1','0'),(2655,'','MOO',18341,13,'Moomba, Moomba Airport (MOO)','1','0'),(2656,'PF','MOZ',18346,78,'Moorea, PF - Moorea Island - Temae Airport (MOZ)','1','0'),(2657,'CA','YMO',18363,39,'Moosonee, CA - Moosonee Airport (YMO)','1','0'),(2658,'SE','MXX',18366,209,'Mora, SE - Mora Siljan Airport (MXX)','1','0'),(2659,'','TVA',18369,130,'Morafenobe, Morafenobe Airport (TVA)','1','0'),(2660,'','MWB',18388,13,'Morawa, Morawa Airport (MWB)','1','0'),(2661,'','MHY',18403,231,'Morehead, Morehead Airport (MHY)','1','0'),(2662,'MX','MLM',18405,141,'Morelia, MX - Gen Francisco J Mujica Intl Airport (MLM)','1','0'),(2663,'US','MGW',18418,231,'Morgantown, US - Morgantown Municipal Airport (MGW)','1','0'),(2664,'JP','HNA',18429,110,'Morioka, JP - Iwate-Hanamaki Airport (HNA)','1','0'),(2665,'','MXM',18446,130,'Morombe, Morombe Airport (MXM)','1','0'),(2666,'MG','MOQ',18448,130,'Morondava, MG - Morondava Airport (MOQ)','1','0'),(2667,'KM','HAH',18450,50,'Moroni, KM - Prince Said Ibrahim Intl Airport (HAH)','1','0'),(2668,'','YVA',18450,50,'Moroni, Iconi Airport (YVA)','1','0'),(2669,'ID','OTI',18451,102,'Morotai Island, ID - Pitu Airport (OTI)','1','0'),(2670,'','MOX',18456,231,'Morris, Morris Municipal Airport (MOX)','1','0'),(2671,'US','MMU',18460,231,'Morristown, US - Morristown Municipal Airport (MMU)','1','0'),(2672,'','MOR',18460,231,'Morristown, Morristown Regional Airport (MOR)','1','0'),(2673,'','BKA',18487,231,'Moscow, Bykovo Airport (BKA)','1','0'),(2674,'','OSF',18487,231,'Moscow, Ostafyevo International Airport (OSF)','1','0'),(2675,'RU','DME',18488,181,'Moscow, RU - Domodedovo Intl Airport (DME)','1','0'),(2676,'RU','SVO',18488,181,'Moscow, RU - Sheremetyevo Intl Airport (SVO)','1','0'),(2677,'RU','VKO',18488,181,'Moscow, RU - Vnukovo Intl Airport (VKO)','1','0'),(2678,'US','KMY',18493,231,'Moser Bay, US - Moser Bay Seaplane Base (KMY)','1','0'),(2679,'US','MWH',18494,231,'Moses Lake, US - Grant County Intl Airport (MWH)','1','0'),(2680,'NO','MJF',18499,164,'Mosjoen, NO - Mosjoen Airport Kjaerstad (MJF)','1','0'),(2681,'','MSX',18510,51,'Mossendjo, Mossendjo Airport (MSX)','1','0'),(2682,'BA','OMO',18515,27,'Mostar, BA - Mostar Intl Airport (OMO)','1','0'),(2683,'VU','MTV',18520,233,'Mota Lava, VU - Mota Lava Airport (MTV)','1','0'),(2684,'','MZP',18533,157,'Motueka, Motueka Aerodrome (MZP)','1','0'),(2685,'','MJL',18538,80,'Mouila, Mouila Airport (MJL)','1','0'),(2686,'PG','HGU',18555,170,'Mount Hagen, PG - Kagamuga Airport (HGU)','1','0'),(2687,'','LLY',32011,231,'Mount Holly, South Jersey Regional Airport (LLY)','1','0'),(2688,'','MMG',32025,13,'Mount Magnet, Mount Magnet Airport (MMG)','1','0'),(2689,'','MPS',32031,231,'Mount Pleasant, Mount Pleasant Regional Airport (MPS)','1','0'),(2690,'','MSD',32031,231,'Mount Pleasant, Mount Pleasant Airport (MSD)','1','0'),(2691,'','MHS',32038,231,'Mount Shasta, Dunsmuir Municipal-Mott Airport (MHS)','1','0'),(2692,'','WMH',32055,231,'Mountain Home, Ozark Regional Airport (WMH)','1','0'),(2693,'US','MOU',32061,231,'Mountain Village, US - Mountain Village Airport (MOU)','1','0'),(2694,'','MBP',18582,172,'Moyobamba, Moyobamba Airport (MBP)','1','0'),(2695,'NA','MPA',18589,151,'Mpacha, NA - Katima Mulilo Airport (MPA)','1','0'),(2696,'','DUK',18597,195,'Mtubatuba, Dukuduku Airport (DUK)','1','0'),(2697,'TZ','MYW',18599,214,'Mtwara, TZ - Mtwara Airport (MYW)','1','0'),(2698,'AU','DGE',18608,13,'Mudgee, AU - Mudgee Airport (DGE)','1','0'),(2699,'MY','MKM',18637,132,'Mukah, MY - Mukah Airport (MKM)','1','0'),(2700,'YE','RIY',18638,240,'Mukalla, YE - Riyan Mukalla Airport (RIY)','1','0'),(2701,'YE','UKR',18642,240,'Mukeiras, YE - Mukeiras Airport (UKR)','1','0'),(2702,'','LII',18664,102,'Mulia, Mulia Airport (LII)','1','0'),(2703,'','MVK',18665,13,'Mulka, Mulka Airport (MVK)','1','0'),(2704,'','ULL',18666,482,'Mull, Glenforsa Airfield (ULL)','1','0'),(2705,'PK','MUX',18674,166,'Multan, PK - Multan Airport (MUX)','1','0'),(2706,'IN','BOM',18676,101,'Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)','1','0'),(2707,'US','MIE',18681,231,'Muncie, US - Delaware County Regional Airport (MIE)','1','0'),(2708,'SB','MUA',18683,193,'Munda, SB - Munda Airport (MUA)','1','0'),(2709,'','MNE',18691,13,'Mungeranie, Mungeranie Airport (MNE)','1','0'),(2710,'DE','MUC',18694,83,'Munich, DE - Franz Josef Strauss Airport (MUC)','1','0'),(2711,'ES','MJV',32065,199,'Murcia, ES - Murcia-San Javier Airport (MJV)','1','0'),(2712,'','RMU',32065,199,'Murcia, Región de Murcia International Airport (RMU)','1','0'),(2713,'RU','MMK',18732,181,'Murmansk, RU - Murmansk Airport (MMK)','1','0'),(2714,'','RBK',18750,231,'Murrieta, French Valley Airport (RBK)','1','0'),(2715,'OM','MCT',18762,165,'Muscat, OM - Seeb Intl Airport (MCT)','1','0'),(2716,'US','MSL',18764,231,'Muscle Shoals, US - Northwest Alabama Regional Airport (MSL)','1','0'),(2717,'US','MKG',18767,231,'Muskegon, US - Muskegon County Airport (MKG)','1','0'),(2718,'CA','MSA',18770,39,'Muskrat Dam, CA - Muskrat Dam Airport (MSA)','1','0'),(2719,'','MUZ',18771,214,'Musoma, Musoma Airport (MUZ)','1','0'),(2720,'','MUF',18784,102,'Muting, Muting Airport (MUF)','1','0'),(2721,'','UTB',18786,13,'Muttaburra, Muttaburra Airport (UTB)','1','0'),(2722,'','MFG',18796,166,'Muzaffarabad, Muzaffarabad Airport (MFG)','1','0'),(2723,'','MZU',18797,101,'Muzaffarpur, Muzaffarpur Airport (MZU)','1','0'),(2724,'TZ','MWZ',18798,214,'Mwanza, TZ - Mwanza Airport (MWZ)','1','0'),(2725,'US','MYR',18816,231,'Myrtle Beach, US - Myrtle Beach Intl Airport (MYR)','1','0'),(2726,'IN','MYQ',18821,101,'Mysore, IN - Mysore Airport (MYQ)','1','0'),(2727,'GR','MJT',18826,86,'Mytilene, GR - Mytilene Airport (MJT)','1','0'),(2728,'','MZF',18830,195,'Mzamba, Wild Coast Sun Airport (MZF)','1','0'),(2729,'','ZZU',18832,131,'Mzuzu, Mzuzu Airport (ZZU)','1','0'),(2730,'RU','NBC',18842,181,'Naberevnye Chelny, RU - Begishevo Airport (NBC)','1','0'),(2731,'ID','NBX',18844,102,'Nabire, ID - Nabire Airport (NBX)','1','0'),(2732,'','NCH',18850,214,'Nachingwea, Nachingwea Airport (NCH)','1','0'),(2733,'US','OCH',18853,231,'Nacogdoches, US - A. L. Mangham Jr. Regional (OCH)','1','0'),(2734,'FJ','NAN',18855,74,'Nadi, FJ - Nadi Intl Airport (NAN)','1','0'),(2735,'MA','NDR',18857,148,'Nador, MA - Nador Airport (NDR)','1','0'),(2736,'JP','NGS',18870,110,'Nagasaki, JP - Nagasaki Airport (NGS)','1','0'),(2737,'','OMJ',18870,110,'Nagasaki, Ōmura Airport (OMJ)','1','0'),(2738,'JP','NGO',18875,110,'Nagoya, JP - Chubu Centrair Intl Airport (NGO)','1','0'),(2739,'IN','NAG',18876,101,'Nagpur, IN - Sonegaon Airport (NAG)','1','0'),(2740,'ID','NAH',18881,102,'Naha, ID - Naha Airport (NAH)','1','0'),(2741,'CA','YDP',18891,39,'Nain, CA - Nain Airport (YDP)','1','0'),(2742,'KE','NBO',18894,113,'Nairobi, KE - Jomo Kenyatta Intl Airport (NBO)','1','0'),(2743,'KE','WIL',18894,113,'Nairobi, KE - Wilson Airport (WIL)','1','0'),(2744,'JP','SHB',18903,110,'Nakashibetsu, JP - Nakashibetsu Airport (SHB)','1','0'),(2745,'TH','NAK',34261,215,'Nakhon Ratchasima, TH - Nakhon Ratchasima (NAK)','1','0'),(2746,'','NNK',18907,231,'Naknek, Naknek Airport (NNK)','1','0'),(2747,'RU','NAL',18913,181,'Nalchik, RU - Nalchik Airport (NAL)','1','0'),(2748,'','NBH',18918,13,'Nambucca Heads, Nambucca Heads Airport (NBH)','1','0'),(2749,'AO','MSZ',18921,6,'Namibe, AO - Yuri Gagarin Airport (MSZ)','1','0'),(2750,'','NAM',18922,102,'Namlea, Namlea Airport (NAM)','1','0'),(2751,'','ANO',18926,149,'Nampula, Angoche Airport (ANO)','1','0'),(2752,'MZ','APL',18926,149,'Nampula, MZ - Nampula Airport (APL)','1','0'),(2753,'','NRE',18927,102,'Namrole, Namrole Airport (NRE)','1','0'),(2754,'NO','OSY',18928,164,'Namsos, NO - Namsos Airport Hoknesora (OSY)','1','0'),(2755,'','ZNU',18929,136,'Namu, Namu Water Aerodrome (ZNU)','1','0'),(2756,'CA','YCD',18933,39,'Nanaimo, CA - Nanaimo Airport (YCD)','1','0'),(2757,'CN','KHN',18939,46,'Nanchang, CN - Nanchang Changbei Intl Airport (KHN)','1','0'),(2758,'IN','NDC',18942,101,'Nanded, IN - Shri Guru Gobind Singh Ji Airport (NDC)','1','0'),(2759,'CA','YSR',18947,39,'Nanisivik, CA - Nanisivik Airport (YSR)','1','0'),(2760,'CN','NKG',18949,46,'Nanjing, CN - Nanjing Lukou Intl Airport (NKG)','1','0'),(2761,'GL','JNN',18955,87,'Nanortalik, GL - Nanortalik Heliport (JNN)','1','0'),(2762,'FR','NTE',18962,76,'Nantes, FR - Chateau Bougon Airport (NTE)','1','0'),(2763,'US','ACK',18969,231,'Nantucket, US - Nantucket Memorial Airport (ACK)','1','0'),(2764,'KE','NYK',18975,113,'Nanyuki, KE - Nanyuki Airfield (NYK)','1','0'),(2765,'US','APC',32073,231,'Napa, US - Napa County (APC)','1','0'),(2766,'NZ','NPE',18984,157,'Napier, NZ - Napier - Hawkes Bay Airport (NPE)','1','0'),(2767,'US','APF',18986,231,'Naples, US - Naples Municipal Airport (APF)','1','0'),(2768,'IT','NAP',18987,107,'Naples, IT - Capodichino Airport (NAP)','1','0'),(2769,'','NAU',18995,78,'Napuka, Napuka Airport (NAU)','1','0'),(2770,'','NRM',18996,110,'Nara, Keibane Airport (NRM)','1','0'),(2771,'','NAC',18997,13,'Naracoorte, Naracoorte Airport (NAC)','1','0'),(2772,'TH','NAW',19002,215,'Narathiwat, TH - Narathiwat Airport (NAW)','1','0'),(2773,'CO','NAR',19008,49,'Nare, CO - Puerto Nare Airport (NAR)','1','0'),(2774,'GL','UAK',19025,87,'Narsarsuaq, GL - Narsarsuaq (UAK)','1','0'),(2775,'NO','NVK',19030,164,'Narvik, NO - Narvik Airport Framnes (NVK)','1','0'),(2776,'','ISK',19034,101,'Nashik, Ozar Airport (ISK)','1','0'),(2777,'US','ASH',19035,231,'Nashua, US - Boire Field (ASH)','1','0'),(2778,'US','BNA',19036,231,'Nashville, US - Nashville Intl Airport (BNA)','1','0'),(2779,'BR','NAT',19049,30,'Natal, BR - Augusto Severo Airport (NAT)','1','0'),(2780,'CA','YNA',19054,39,'Natashquan, CA - Natashquan Airport (YNA)','1','0'),(2781,'BR','NVT',19092,30,'Navegantes, BR - Navegantes Airport (NVT)','1','0'),(2782,'','NZC',19110,172,'Nazca, Maria Reiche Neuman Airport (NZC)','1','0'),(2783,'ZM','NLA',19115,242,'Ndola, ZM - Ndola Airport (NLA)','1','0'),(2784,'','NCI',19128,49,'Necocli, Antioquia Airport (NCI)','1','0'),(2785,'','GXG',19144,6,'Negage, Negage Airport (GXG)','1','0'),(2786,'LK','CMB',19147,200,'Negombo, LK - Bandaranaike Intl Airport (CMB)','1','0'),(2787,'JM','NEG',19151,109,'Negril, JM - Negril Aerodrome (NEG)','1','0'),(2788,'SA','EAM',19158,186,'Nejran, SA - Nejran Airport (EAM)','1','0'),(2789,'ET','NEK',19159,70,'Nekemt, ET - Nekemte Airport (NEK)','1','0'),(2790,'NZ','NSN',19168,157,'Nelson, NZ - Nelson Airport (NSN)','1','0'),(2791,'US','NLG',19170,231,'Nelson Lagoon, US - Nelson Lagoon Airport (NLG)','1','0'),(2792,'ZA','NLP',19173,195,'Nelspruit, ZA - Nelspruit Airport (NLP)','1','0'),(2793,'CA','YNS',19180,39,'Nemiscau, CA - Nemiscau Airport (YNS)','1','0'),(2794,'','ENN',19183,231,'Nenana, Nenana Municipal Airport (ENN)','1','0'),(2795,'','NPH',19192,231,'Nephi, Nephi Municipal Airport (NPH)','1','0'),(2796,'RU','NER',19206,181,'Neryungri, RU - Neryungri Airport (NER)','1','0'),(2797,'AR','CPC',19252,10,'Neuquen, AR - Aviador Carlos Campos Airport (CPC)','1','0'),(2798,'AR','NQN',19252,10,'Neuquen, AR - Presidente Peron Intl Airport (NQN)','1','0'),(2799,'US','BAM',19274,231,'Nevada, US - Battle Mountain (Lander County) (BAM)','1','0'),(2800,'FR','NVS',19275,76,'Nevers, FR - Nevers (NVS)','1','0'),(2801,'KN','NEV',19281,202,'Nevis, KN - Newcastle Airport (NEV)','1','0'),(2802,'US','EWB',32091,231,'New Bedford, US - New Bedford Regional Airport (EWB)','1','0'),(2803,'US','EWN',32093,231,'New Bern, US - Coastal Carolina Regional Airport (EWN)','1','0'),(2804,'US','HVN',32119,231,'New Haven, US - Tweed - New Haven Airport (HVN)','1','0'),(2805,'US','LFT',32124,231,'New Iberia, US - Lafayette Regional Airport (LFT)','1','0'),(2806,'US','MSY',32137,231,'New Orleans, US - Louis Armstrong New Orleans Intl Airport (MSY)','1','0'),(2807,'US','KNW',32153,231,'New Stuyahok, US - New Stuyahok Airport (KNW)','1','0'),(2808,'US','EWR',32159,231,'New York, US - Newark Liberty Intl Airport (EWR)','1','0'),(2809,'US','JFK',32159,231,'New York, US - John F Kennedy Intl Airport (JFK)','1','0'),(2810,'US','JRB',32159,231,'New York, US - Downtown Manhattan H/p Airport (JRB)','1','0'),(2811,'US','LGA',32159,231,'New York, US - LaGuardia Airport (LGA)','1','0'),(2812,'','ECS',19311,482,'Newcastle, Mondell Field (ECS)','1','0'),(2813,'GB','NCL',19311,482,'Newcastle, GB - Newcastle Airport (NCL)','1','0'),(2814,'','NCS',19311,482,'Newcastle, Newcastle Airport (NCS)','1','0'),(2815,'AU','BEO',19313,13,'Newcastle, AU - Newcastle - Belmont Airport (BEO)','1','0'),(2816,'','NPT',19345,105,'Newport, Newport State Airport (NPT)','1','0'),(2817,'','NWH',19345,105,'Newport, Parlin Field (NWH)','1','0'),(2818,'US','WWT',19352,231,'Newtok, US - Newtok Airport (WWT)','1','0'),(2819,'','NVY',19365,101,'Neyveli, Neyveli Airport (NVY)','1','0'),(2820,'','RPM',19378,13,'Ngukurr, Ngukurr Airport (RPM)','1','0'),(2821,'US','IAG',19383,231,'Niagara Falls, US - Niagara Falls Intl Airport (IAG)','1','0'),(2822,'FR','NCE',19391,76,'Nice, FR - Cote d`Azur Airport (NCE)','1','0'),(2823,'','NIC',19399,57,'Nicosia, Nicosia International Airport (NIC)','1','0'),(2824,'','NCT',19401,54,'Nicoya, Nicoya Guanacaste Airport (NCT)','1','0'),(2825,'US','NME',19443,231,'Nightmute, US - Nightmute Airport (NME)','1','0'),(2826,'JP','KIJ',19445,110,'Niigata, JP - Niigata Airport (KIJ)','1','0'),(2827,'US','NIB',19457,231,'Nikolai, US - Nikolai Airport (NIB)','1','0'),(2828,'','NIG',19463,114,'Nikunau, Nikunau Airport (NIG)','1','0'),(2829,'','NLE',19467,231,'Niles, Jerry Tyler Memorial Airport (NLE)','1','0'),(2830,'FR','FNI',19473,76,'Nimes, FR - Nimes Airport (FNI)','1','0'),(2831,'CN','NGB',19474,46,'Ningbo, CN - Ningbo Lishe Intl Airport (NGB)','1','0'),(2832,'','NIN',19478,231,'Ninilchik, Ninilchik Airport (NIN)','1','0'),(2833,'','NIO',19481,52,'Nioki, Nioki Airport (NIO)','1','0'),(2834,'YU','INI',19485,241,'Nis, YU - Constantine the Great Airport (INI)','1','0'),(2835,'TO','NTT',19499,218,'Niuatoputapu, TO - Niuatoputapu Airport (NTT)','1','0'),(2836,'RU','GOJ',19506,181,'Nizhniy Novgorod, RU - Nizhniy Novgorod Airport (GOJ)','1','0'),(2837,'','NKY',19510,51,'Nkayi, Yokangassi Airport (NKY)','1','0'),(2838,'US','WTK',19517,231,'Noatak, US - Noatak Airport (WTK)','1','0'),(2839,'US','NNL',19556,231,'Nondalton, US - Nondalton Airport (NNL)','1','0'),(2840,'','NON',19560,114,'Nonouti, Nonouti Airport (NON)','1','0'),(2841,'US','ORV',19569,231,'Noorvik, US - Noorvik Airport (ORV)','1','0'),(2842,'','NSV',19571,13,'Noosaville, Noosa Airport (NSV)','1','0'),(2843,'DE','NRD',19587,83,'Norderney, DE - Norderney Airport (NRD)','1','0'),(2844,'UK','KNF',19601,231,'Norfolk, UK - Marham RAF (KNF)','1','0'),(2845,'US','OFK',19601,231,'Norfolk, US - Karl Stefan Memorial Airport (OFK)','1','0'),(2846,'US','ORF',19601,231,'Norfolk, US - Norfolk Intl Airport (ORF)','1','0'),(2847,'NF','NLK',19603,162,'Norfolk Island, NF - Norfolk Island Airport (NLK)','1','0'),(2848,'RU','NSK',19605,181,'Norilsk, RU - Norilsk Airport (NSK)','1','0'),(2849,'CA','YVQ',34698,39,'Norman Wells, CA - Norman Wells (YVQ)','1','0'),(2850,'SE','NRK',19616,209,'Norrkoping, SE - Kungsangen Airport (NRK)','1','0'),(2851,'','NSM',19618,13,'Norseman, Norseman Airport (NSM)','1','0'),(2852,'VU','NUS',19619,233,'Norsup, VU - Norsup Airport (NUS)','1','0'),(2853,'CA','YQW',19623,39,'North Battleford, CA - North Battleford (YQW)','1','0'),(2854,'US','CAK',32195,231,'North Canton, US - Akron Canton Regional Airport (CAK)','1','0'),(2855,'BS','ELH',19628,16,'North Eleuthera, BS - North Eleuthera Airport (ELH)','1','0'),(2856,'','NCO',32240,231,'North Kingstown, Quonset State Airport (NCO)','1','0'),(2857,'US','LBF',32265,231,'North Platte, US - North Platte Regional Airport/Lee Bird Field (LBF)','1','0'),(2858,'GB','NRL',32279,482,'North Ronaldsay, GB - North Ronaldsay Airport (NRL)','1','0'),(2859,'CA','YNE',19686,39,'Norway House, CA - Norway House Airport (YNE)','1','0'),(2860,'','NQT',19704,469,'Nottingham, Nottingham Airport (NQT)','1','0'),(2861,'MR','NKC',19706,138,'Nouakchott, MR - Nouakchott Airport (NKC)','1','0'),(2862,'NC','GEA',19707,156,'Noumea, NC - Magenta Airport (GEA)','1','0'),(2863,'NC','NOU',19707,156,'Noumea, NC - Tontouta Airport (NOU)','1','0'),(2864,'','NOT',19713,231,'Novato, Marin County Airport (NOT)','1','0'),(2865,'RU','NOZ',19732,181,'Novokuznetsk, RU - Spichenkovo Airport (NOZ)','1','0'),(2866,'RU','OVB',19734,181,'Novosibirsk, RU - Tolmachevo Airport (OVB)','1','0'),(2867,'MX','NLD',19758,141,'Nuevo Laredo, MX - Quetzalcoatl Intl Airport (NLD)','1','0'),(2868,'US','NUI',19761,231,'Nuiqsut, US - Nuiqsut Airport (NUI)','1','0'),(2869,'PF','NHV',19764,78,'Nuku Hiva, PF - Nuku Hiva (NHV)','1','0'),(2870,'UZ','NCU',19767,232,'Nukus, UZ - Nukus Airport (NCU)','1','0'),(2871,'US','NUL',19769,231,'Nulato, US - Nulato Airport (NUL)','1','0'),(2872,'','NUB',19774,13,'Numbulwar, Numbulwar Airport (NUB)','1','0'),(2873,'','FOO',19775,102,'Numfoor, Kornasoren Airport (FOO)','1','0'),(2874,'US','NUP',19776,231,'Nunapitchuk, US - Nunapitchuk Airport (NUP)','1','0'),(2875,'DE','NUE',19786,83,'Nuremberg, DE - Nuremberg Airport (NUE)','1','0'),(2876,'GL','GOH',19796,87,'Nuuk, GL - Nuuk Airport (GOH)','1','0'),(2877,'','NUA',19797,200,'Nuwara Eliya, Gregory Lake Seaplane Base (NUA)','1','0'),(2878,'','ZNC',19799,231,'Nyac, Nyac Airport (ZNC)','1','0'),(2879,'','NYN',19813,13,'Nyngan, Nyngan Airport (NYN)','1','0'),(2880,'US','ODW',32327,231,'Oak Harbor, US - AJ Eisenberg Airport (ODW)','1','0'),(2881,'','ODC',19828,231,'Oakdale, Oakdale Airport (ODC)','1','0'),(2882,'US','OAK',19831,231,'Oakland, US - Metropolitan Oakland Intl Airport (OAK)','1','0'),(2883,'','ODM',19831,231,'Oakland, Garrett County Airport (ODM)','1','0'),(2884,'NZ','OAM',19842,157,'Oamaru, NZ - Oamaru Aerodrome (OAM)','1','0'),(2885,'','OBA',19844,469,'Oban, Oban Airport (OBA)','1','0'),(2886,'','OBD',19845,102,'Obano, Obano Airport (OBD)','1','0'),(2887,'DE','OBF',19872,83,'Oberpfaffenhofen, DE - Oberpfaffenhofen (OBF)','1','0'),(2888,'JP','OBO',19896,110,'Obihiro, JP - Tokachi-Obihiro Airport (OBO)','1','0'),(2889,'','OBC',19897,60,'Obock, Obock Airport (OBC)','1','0'),(2890,'','OCV',19904,49,'Ocana, Aguas Claras Airport (OCV)','1','0'),(2891,'','ZOF',19909,39,'Ocean Falls, Ocean Falls Water Aerodrome (ZOF)','1','0'),(2892,'JM','OCJ',19911,109,'Ocho Rios, JM - Ian Fleming Intl Airport (OCJ)','1','0'),(2893,'DK','ODE',19926,59,'Odense, DK - Odense Airport (ODE)','1','0'),(2894,'UA','ODS',19932,227,'Odessa, UA - Odessa Central - Tsentrainy Airport (ODS)','1','0'),(2895,'','OGA',19954,231,'Ogallala, Searle Field (OGA)','1','0'),(2896,'US','OGS',19956,231,'Ogdensburg, US - Ogdensburg Intl Airport (OGS)','1','0'),(2897,'MK','OHD',19969,129,'Ohrid, MK - Ohrid Airport (OHD)','1','0'),(2898,'','OYK',19972,30,'Oiapoque, Oiapoque Airport (OYK)','1','0'),(2899,'JP','OIT',19978,110,'Oita, JP - Oita Airport (OIT)','1','0'),(2900,'','OKQ',19983,102,'Okaba, Okaba Airport (OKQ)','1','0'),(2901,'JP','OKJ',19991,110,'Okayama, JP - Okayama Airport (OKJ)','1','0'),(2902,'JP','OKE',20006,110,'Okino Erabu, JP - Okinoerabu Airport (OKE)','1','0'),(2903,'','OKN',20011,80,'Okondja, Okondja Airport (OKN)','1','0'),(2904,'','OKG',20013,51,'Okoyo, Okoyo Airport (OKG)','1','0'),(2905,'','OKL',20015,102,'Oksibil, Gunung Bintang Airport (OKL)','1','0'),(2906,'JP','OIR',20017,110,'Okushiri, JP - Okushiri Airport (OIR)','1','0'),(2907,'','OFJ',20018,100,'Olafsfjordur, Ólafsfjörður Airport (OFJ)','1','0'),(2908,'','JCI',20023,231,'Olathe, New Century AirCenter (JCI)','1','0'),(2909,'IT','OLB',20027,107,'Olbia, IT - Costa Smeralda Airport (OLB)','1','0'),(2910,'CA','YOC',32342,39,'Old Crow, CA - Old Crow Airport (YOC)','1','0'),(2911,'','ONY',20075,231,'Olney, Olney Municipal Airport (ONY)','1','0'),(2912,'','OLO',20079,58,'Olomouc, Olomouc Airport (OLO)','1','0'),(2913,'','OLJ',20084,233,'Olpoi, Olpoi Airport (OLJ)','1','0'),(2914,'US','OLM',20092,231,'Olympia, US - Hoskins Field Airport (OLM)','1','0'),(2915,'','MIQ',32358,231,'Omaha, Millard Airport (MIQ)','1','0'),(2916,'US','OMA',32358,231,'Omaha, US - Eppley Airfield (OMA)','1','0'),(2917,'GA','OMB',20102,80,'Omboue, GA - Omboué Hospital Airport (OMB)','1','0'),(2918,'RU','OMS',20113,181,'Omsk, RU - Omsk Airport (OMS)','1','0'),(2919,'NA','OND',20122,151,'Ondangwa, NA - Ondangwa Airport (OND)','1','0'),(2920,'','ONH',20131,231,'Oneonta, Oneonta Municipal Airport (ONH)','1','0'),(2921,'','ONU',20137,74,'Ono-i-lau, Ono-i-Lau Airport (ONU)','1','0'),(2922,'','OOT',20138,114,'Onotoa, Onotoa Airport (OOT)','1','0'),(2923,'','ONS',20140,13,'Onslow, Onslow Airport (ONS)','1','0'),(2924,'US','ONT',20141,231,'Ontario, US - Ontario Intl Airport (ONT)','1','0'),(2925,'BE','OST',20151,21,'Oostende, BE - Bruges Intl Airport (OST)','1','0'),(2926,'','OPW',20177,151,'Opuwo, Opuwa Airport (OPW)','1','0'),(2927,'RO','OMR',20180,179,'Oradea, RO - Oradea Intl Airport (OMR)','1','0'),(2928,'DZ','ORN',20183,3,'Oran, DZ - Oran Es Senia Airport (ORN)','1','0'),(2929,'NA','OMD',20190,151,'Oranjemund, NA - Oranjemund Airport (OMD)','1','0'),(2930,'TW','KYD',20207,212,'Orchid Island, TW - Lanyu Airport (KYD)','1','0'),(2931,'','OGU',20215,222,'Ordu, Ordu-Giresun Airport (OGU)','1','0'),(2932,'SE','ORB',20219,209,'Orebro, SE - Bofors Airport (ORB)','1','0'),(2933,'','FNU',20246,107,'Oristano, Oristano-Fenosu Airport (FNU)','1','0'),(2934,'US','MCO',20252,231,'Orlando, US - Orlando Intl Airport (MCO)','1','0'),(2935,'US','SFB',20252,231,'Orlando, US - Orlando Sanford Intl Airport (SFB)','1','0'),(2936,'','ORW',20257,166,'Ormara, Ormara Airport (ORW)','1','0'),(2937,'SE','OER',20267,209,'Ornskoldsvik, SE - Ornskoldsvik Airport (OER)','1','0'),(2938,'CO','ORC',20268,49,'Orocue, CO - Orocue Airport (ORC)','1','0'),(2939,'','ORS',20278,13,'Orpheus Island, Orpheus Island Resort Waterport (ORS)','1','0'),(2940,'JP','KIX',32378,110,'Osaka, JP - Kansai Intl Airport (KIX)','1','0'),(2941,'','OSC',20301,231,'Oscoda, Oscoda–Wurtsmith Airport (OSC)','1','0'),(2942,'KG','OSS',20303,117,'Osh, KG - Osh Airport (OSS)','1','0'),(2943,'','OHI',20304,151,'Oshakati, Oshakati Airport (OHI)','1','0'),(2944,'CA','YOO',20305,39,'Oshawa, CA - Oshawa Airport (YOO)','1','0'),(2945,'','OKS',20306,231,'Oshkosh, Garden County Airport (OKS)','1','0'),(2946,'US','OSH',20306,231,'Oshkosh, US - Wittman Regional Airport (OSH)','1','0'),(2947,'SE','OSK',20312,209,'Oskarshamn, SE - Oskarshamn Airport (OSK)','1','0'),(2948,'NO','OSL',20314,164,'Oslo, NO - Oslo Intl Airport Gardermoen (OSL)','1','0'),(2949,'NO','RYG',20314,164,'Oslo, NO - Moss Airport Rygge (RYG)','1','0'),(2950,'NO','TRF',20314,164,'Oslo, NO - Sandefjord Airport Torp (TRF)','1','0'),(2951,'CL','ZOS',20329,45,'Osorno, CL - Osorno Airport (ZOS)','1','0'),(2952,'SE','OSD',20353,209,'Ostersund, SE - Ostersund Airport (OSD)','1','0'),(2953,'','OTJ',20386,151,'Otjiwarongo, Otjiwarongo Airport (OTJ)','1','0'),(2954,'CA','YOW',20398,39,'Ottawa, CA - Macdonald-Cartier Intl Airport (YOW)','1','0'),(2955,'CA','YRO',20398,39,'Ottawa, CA - Ottawa/Rockcliffe (YRO)','1','0'),(2956,'US','OTM',20412,231,'Ottumwa, US - Ottumwa Industrial (OTM)','1','0'),(2957,'CO','OTU',20413,49,'Otu, CO - Alberto Jaramillo Sanchez Airport (OTU)','1','0'),(2958,'BF','OUA',20415,35,'Ouagadougou, BF - Ouagadougou Airport (OUA)','1','0'),(2959,'DZ','OGX',20417,3,'Ouargla, DZ - Ain Beida Airport (OGX)','1','0'),(2960,'MA','OZZ',20418,148,'Ouarzazate, MA - Ouarzazate Airport (OZZ)','1','0'),(2961,'CG','OUE',20429,51,'Ouesso, CG - Ouésso Airport (OUE)','1','0'),(2962,'MA','OUD',20434,148,'Oujda, MA - Les Angades Airport (OUD)','1','0'),(2963,'FI','OUL',20439,75,'Oulu, FI - Oulu Airport (OUL)','1','0'),(2964,'NC','UVE',20457,156,'Ouvea, NC - Ouvea Airport (UVE)','1','0'),(2965,'','OYN',20458,13,'Ouyen, Ouyen Airport (OYN)','1','0'),(2966,'IL','VDA',20464,106,'Ovda, IL - Ovda Airport (VDA)','1','0'),(2967,'','FTX',20482,51,'Owando, Owando Airport (FTX)','1','0'),(2968,'US','OWB',20488,231,'Owensboro, US - Daviess County Airport (OWB)','1','0'),(2969,'US','OXR',20498,231,'Oxnard, US - Oxnard Airport (OXR)','1','0'),(2970,'','OYE',20500,80,'Oyem, Oyem Airport (OYE)','1','0'),(2971,'ID','AEG',20539,102,'Padang, ID - Aek Godang Airport (AEG)','1','0'),(2972,'ID','PDG',20539,102,'Padang, ID - Tabing Airport (PDG)','1','0'),(2973,'DE','PAD',20543,83,'Paderborn, DE - Paderborn/Lippstadt Airport (PAD)','1','0'),(2974,'US','PAH',20549,231,'Paducah, US - Barkley Regional Airport (PAH)','1','0'),(2975,'AS','PPG',20561,4,'Pago Pago, AS - Pago Pago (Tafuna) Intl Airport (PPG)','1','0'),(2976,'','PGO',20562,231,'Pagosa Springs, Stevens Field (PGO)','1','0'),(2977,'','RON',20581,49,'Paipa, Juan José Rondón Airport (RON)','1','0'),(2978,'LA','PKZ',20594,118,'Pakse, LA - Pakse Intl Airport (PKZ)','1','0'),(2979,'','PLF',32393,231,'Pala, Pala Airport (PLF)','1','0'),(2980,'','PCH',20596,231,'Palacios, Palacios Airport (PCH)','1','0'),(2981,'','PSX',20596,231,'Palacios, Palacios Municipal Airport (PSX)','1','0'),(2982,'LT','PLQ',20608,125,'Palanga, LT - Palanga Airport (PLQ)','1','0'),(2983,'ID','PKY',20609,102,'Palangkaraya, ID - Tjilik Riwut (Panarung) Airport (PKY)','1','0'),(2984,'ID','PLM',20621,102,'Palembang, ID - Badaruddin Ii Airport (PLM)','1','0'),(2985,'','PQM',20623,141,'Palenque, Palenque International Airport (PQM)','1','0'),(2986,'','LBH',20647,12,'Palm Beach, Palm Beach Water Airport (LBH)','1','0'),(2987,'','PLI',20648,204,'Palm Island, Palm Island Airport (PLI)','1','0'),(2988,'','PMK',20648,204,'Palm Island, Palm Island Airport (PMK)','1','0'),(2989,'ES','PMI',32395,199,'Palma De Mallorca, ES - Palma de Mallorca (Son Sant Joan) Airport (PMI)','1','0'),(2990,'CR','PMZ',20652,54,'Palmar, CR - Palmar Sur Airport (PMZ)','1','0'),(2991,'BR','PMW',20655,30,'Palmas, BR - Palmas Airport (PMW)','1','0'),(2992,'US','PAQ',20659,231,'Palmer, US - Palmer Municipal (PAQ)','1','0'),(2993,'','PMX',20659,231,'Palmer, Metropolitan Airport (PMX)','1','0'),(2994,'NZ','PMR',20664,157,'Palmerston North, NZ - Palmerston North Airport (PMR)','1','0'),(2995,'','PMS',20669,231,'Palmyra, Palmyra Airport (PMS)','1','0'),(2996,'ID','PLW',20677,102,'Palu, ID - Mutiara Airport (PLW)','1','0'),(2997,'ES','PNA',20685,199,'Pamplona, ES - Pamplona Airport (PNA)','1','0'),(2998,'US','PFN',20693,231,'Panama City, US - Bay County Intl Airport (PFN)','1','0'),(2999,'ID','PKN',20713,102,'Pangkalanbuun, ID - Iskandar Airport (PKN)','1','0'),(3000,'ID','PGK',20714,102,'Pangkalpinang, ID - Depati Amir Airport (PGK)','1','0'),(3001,'MY','PKG',20715,132,'Pangkor, MY - Pangkor Airport (PKG)','1','0'),(3002,'CA','YXP',20717,39,'Pangnirtung, CA - Pangnirtung Airport (YXP)','1','0'),(3003,'','PNU',20720,231,'Panguitch, Panguitch Municipal Airport (PNU)','1','0'),(3004,'PK','PJG',20723,166,'Panjgur, PK - Panjgur Airport (PJG)','1','0'),(3005,'IT','PNL',20735,107,'Pantelleria, IT - Pantelleria Airport (PNL)','1','0'),(3006,'IN','PGH',20739,101,'Pantnagar, IN - Pantnagar Airport (PGH)','1','0'),(3007,'','WPO',20746,231,'Paonia, North Fork Valley Airport (WPO)','1','0'),(3008,'GB','PPW',20747,482,'Papa Westray, GB - Papa Westray Airport (PPW)','1','0'),(3009,'PF','PPT',20756,78,'Papeete, PF - Tahiti - Faaa Airport (PPT)','1','0'),(3010,'CY','PFO',20761,57,'Paphos, CY - Paphos Intl Airport (PFO)','1','0'),(3011,'','PYS',20772,231,'Paradise, Paradise Skypark (PYS)','1','0'),(3012,'','YDE',20775,39,'Paradise River, Paradise River Airport (YDE)','1','0'),(3013,'','ORG',20786,206,'Paramaribo, Zorg en Hoop Airport (ORG)','1','0'),(3014,'SR','PBM',20786,206,'Paramaribo, SR - Zanderij Intl Airport (PBM)','1','0'),(3015,'NZ','PPQ',20794,157,'Paraparaumu, NZ - Kapiti Coast Airport (PPQ)','1','0'),(3016,'','SIW',20795,102,'Parapat, Sibisa Airport (SIW)','1','0'),(3017,'','PRS',20796,193,'Parasi, Parasi Airport (PRS)','1','0'),(3018,'FR','CDG',20822,76,'Paris, FR - Charles De Gaulle (Roissy) Airport (CDG)','1','0'),(3019,'FR','ORY',20822,76,'Paris, FR - Orly Airport (ORY)','1','0'),(3020,'','VIY',20822,76,'Paris, Vélizy – Villacoublay Air Base (VIY)','1','0'),(3021,'FR','XCR',20822,76,'Paris, FR - Chalons Vatry Airport (XCR)','1','0'),(3022,'US','PRX',20823,231,'Paris, US - Cox Field (PRX)','1','0'),(3023,'US','PKB',20827,231,'Parkersburg, US - Mid-Ohio Valley Regional Airport (PKB)','1','0'),(3024,'IT','PMF',20841,107,'Parma, IT - Giuseppe Verdi Airport (PMF)','1','0'),(3025,'','PDN',20845,13,'Parndana, Parndana Airport (PDN)','1','0'),(3026,'BT','PBH',20849,25,'Paro, BT - Paro Airport (PBH)','1','0'),(3027,'','PGL',20877,231,'Pascagoula, Trent Lott International Airport (PGL)','1','0'),(3028,'US','PSC',20878,231,'Pasco, US - Tri-Cities Airport (PSC)','1','0'),(3029,'','IXT',34457,101,'Pasighat, Pasighat Airport (IXT)','1','0'),(3030,'PK','PSI',20884,166,'Pasni, PK - Pasni Airport (PSI)','1','0'),(3031,'BR','PFB',20891,30,'Passo Fundo, BR - Passo Fundo Airport (PFB)','1','0'),(3032,'CO','PSO',20893,49,'Pasto, CO - Antonio Narino Airport (PSO)','1','0'),(3033,'','IXP',20909,101,'Pathankot, Pathankot Airport (IXP)','1','0'),(3034,'IN','PAT',20918,101,'Patna, IN - Patna Airport (PAT)','1','0'),(3035,'GR','GPA',20921,86,'Patras, GR - Araxos Airport (GPA)','1','0'),(3036,'IS','PFJ',20922,100,'Patreksfjordur, IS - Patreksfjörður Airport (PFJ)','1','0'),(3037,'','PAN',20924,215,'Pattani, Pattani Airport (PAN)','1','0'),(3038,'','PYX',20925,215,'Pattaya, Pattaya Airpark (PYX)','1','0'),(3039,'CA','YPC',20937,39,'Paulatuk, CA - Nora Aliqatchialuk Ruben Airport (YPC)','1','0'),(3040,'KZ','PWQ',20944,112,'Pavlodar, KZ - Pavlodar Airport (PWQ)','1','0'),(3041,'UY','PDU',20960,230,'Paysandu, UY - Paysandu (PDU)','1','0'),(3042,'','PJB',20961,231,'Payson, Payson Airport (PJB)','1','0'),(3043,'CA','YPE',20965,39,'Peace River, CA - Peace River (YPE)','1','0'),(3044,'','PGS',20966,231,'Peach Springs, Grand Canyon Caverns Airport (PGS)','1','0'),(3045,'US','PDB',20998,231,'Pedro Bay, US - Pedro Bay Airport (PDB)','1','0'),(3046,'ID','PKU',21026,102,'Pekanbaru, ID - Simpang Tiga Airport (PKU)','1','0'),(3047,'US','PLN',21045,231,'Pellston, US - Pellston Regional Airport (PLN)','1','0'),(3048,'CA','YBB',21046,39,'Pelly Bay, CA - Kugaaruk Airport (formerly Pelly Bay Airport) (YBB)','1','0'),(3049,'CA','YUF',21046,39,'Pelly Bay, CA - Dewline Site Airport (YUF)','1','0'),(3050,'BR','PET',21049,30,'Pelotas, BR - Pelotas Intl Airport (PET)','1','0'),(3051,'MZ','POL',21052,149,'Pemba, MZ - Pemba Airport (POL)','1','0'),(3052,'CA','YTA',21060,39,'Pembroke, CA - Pembroke (YTA)','1','0'),(3053,'MY','PEN',21074,132,'Penang, MY - Penang Intl Airport (PEN)','1','0'),(3054,'US','PDT',21082,231,'Pendleton, US - Eastern Oregon Regional Airport at Pendleton (PDT)','1','0'),(3055,'CK','PYE',21103,53,'Penrhyn Island, CK - Tongareva Airport (PYE)','1','0'),(3056,'US','PNS',21107,231,'Pensacola, US - Pensacola Regional Airport (PNS)','1','0'),(3057,'GB','PZE',21116,482,'Penzance, GB - Penzance Airport (PZE)','1','0'),(3058,'US','PIA',21119,231,'Peoria, US - Gen Wayne A. Downing Peoria Intl Airport (PIA)','1','0'),(3059,'CO','PEI',21134,49,'Pereira, CO - Matecana Airport (PEI)','1','0'),(3060,'FR','PGX',21147,76,'Perigueux, FR - Perigueux Bassillac Airport (PGX)','1','0'),(3061,'','PMQ',21153,10,'Perito Moreno, Perito Moreno Airport (PMQ)','1','0'),(3062,'RU','PEE',21162,181,'Perm, RU - Perm Airport (PEE)','1','0'),(3063,'FR','PGF',21172,76,'Perpignan, FR - Rivesaltes Airport (PGF)','1','0'),(3064,'','FPY',21177,231,'Perry, Perry-Foley Airport (FPY)','1','0'),(3065,'','PRO',21177,231,'Perry, Perry Municipal Airport (PRO)','1','0'),(3066,'IT','PSR',21199,107,'Pescara, IT - Abruzzo Airport (PSR)','1','0'),(3067,'PK','PEW',21208,166,'Peshawar, PK - Peshawar Airport (PEW)','1','0'),(3068,'CA','YPQ',21220,39,'Peterborough, CA - Peterborough (YPQ)','1','0'),(3069,'','PGC',21226,231,'Petersburg, Grant County Airport (PGC)','1','0'),(3070,'US','PSG',21226,231,'Petersburg, US - Petersburg Airport (PSG)','1','0'),(3071,'BR','PNZ',21250,30,'Petrolina, BR - Petrolina Intl Airport (PNZ)','1','0'),(3072,'ZA','PHW',21288,195,'Phalaborwa, ZA - Hendrik Van Eck Airport (PHW)','1','0'),(3073,'','BBX',21301,231,'Philadelphia, Wings Field (BBX)','1','0'),(3074,'US','PHL',21301,231,'Philadelphia, US - Philadelphia Intl Airport (PHL)','1','0'),(3075,'US','PNE',21301,231,'Philadelphia, US - Northeast Philadelphia (PNE)','1','0'),(3076,'','PSQ',21301,231,'Philadelphia, Philadelphia Seaplane Base (PSQ)','1','0'),(3077,'','PZL',21308,195,'Phinda, Zulu Inyala Airport (PZL)','1','0'),(3078,'TH','PHS',21311,215,'Phitsanulok, TH - Phitsanulok Airport (PHS)','1','0'),(3079,'KH','PNH',21313,37,'Phnom Penh, KH - Pochentong Airport (PNH)','1','0'),(3080,'TH','PRH',21317,215,'Phrae, TH - Phrae Airport (PRH)','1','0'),(3081,'TH','HKT',21319,215,'Phuket, TH - Phuket Intl Airport (HKT)','1','0'),(3082,'CA','YPL',21354,39,'Pickle Lake, CA - Pickle Lake (YPL)','1','0'),(3083,'PT','PIX',21356,175,'Pico Island, PT - Pico Airport (PIX)','1','0'),(3084,'NZ','PCN',21359,157,'Picton, NZ - Picton Airport (PCN)','1','0'),(3085,'US','PIR',21374,231,'Pierre, US - Pierre Regional Airport (PIR)','1','0'),(3086,'SK','PZY',21382,191,'Piestany, SK - Piešťany (PZY)','1','0'),(3087,'ZA','PZB',21383,195,'Pietermaritzburg, ZA - Pietermaritzburg Airport (PZB)','1','0'),(3088,'CA','YPM',21398,39,'Pikangikum, CA - Pikangikum Airport (YPM)','1','0'),(3089,'','PVL',21402,231,'Pikeville, Pike County Airport (PVL)','1','0'),(3090,'','PIL',21407,10,'Pilar, Carlos Miguel Jiménez Airport (PIL)','1','0'),(3091,'','WPC',21419,39,'Pincher Creek, Pincher Creek Airport (WPC)','1','0'),(3092,'US','PIM',32438,231,'Pine Mountain, US - Callaway Gardens-Harris County (PIM)','1','0'),(3093,'','XPR',32439,231,'Pine Ridge, Pine Ridge Airport (XPR)','1','0'),(3094,'','PWY',21428,231,'Pinedale, Ralph Wenz Field (PWY)','1','0'),(3095,'IT','PSA',21478,107,'Pisa, IT - Galileo Galilei Intl Airport (PSA)','1','0'),(3096,'','PIO',21487,172,'Pisco, Capitán FAP Renán Elías Olivera Airport (PIO)','1','0'),(3097,'US','PTS',21509,231,'Pittsburg, US - Atkinson Municipal (PTS)','1','0'),(3098,'US','PIT',21510,231,'Pittsburgh, US - Pittsburgh Intl Airport (PIT)','1','0'),(3099,'PE','PIU',21517,172,'Piura, PE - Piura Airport (PIU)','1','0'),(3100,'US','PTU',21557,231,'Platinum, US - Platinum Airport (PTU)','1','0'),(3101,'US','PLB',21561,231,'Plattsburgh, US - Plattsburgh (PLB)','1','0'),(3102,'','PKJ',21572,235,'Playa Grande, Playa Grande Airport (PKJ)','1','0'),(3103,'','PWD',21585,231,'Plentywood, Sher-Wood Airport (PWD)','1','0'),(3104,'BG','PDV',21620,34,'Plovdiv, BG - Plovdiv Krumovo Airport (PDV)','1','0'),(3105,'','PLY',21624,231,'Plymouth, Plymouth Municipal Airport (PLY)','1','0'),(3106,'GB','PLH',21625,482,'Plymouth, GB - Plymouth Airport (PLH)','1','0'),(3107,'','POH',21635,231,'Pocahontas, Pocahontas Municipal Airport (POH)','1','0'),(3108,'US','PIH',21638,231,'Pocatello, US - Pocatello Regional Airport (PIH)','1','0'),(3109,'BR','POO',21645,30,'Pocos De Caldas, BR - Pocos De Caldas (POO)','1','0'),(3110,'','POD',21654,187,'Podor, Podor Airport (POD)','1','0'),(3111,'FM','PNI',21663,143,'Pohnpei, FM - Pohnpei Intl Airport (PNI)','1','0'),(3112,'US','PHO',32472,231,'Point Hope, US - Point Hope Airport (PHO)','1','0'),(3113,'US','PIZ',32473,231,'Point Lay, US - Point Lay Airport (PIZ)','1','0'),(3114,'CG','PNR',21671,51,'Pointe Noire, CG - Pointe Noire Airport (PNR)','1','0'),(3115,'FR','PIS',21682,76,'Poitiers, FR - Biard Airport (PIS)','1','0'),(3116,'NP','PKR',21687,153,'Pokhara, NP - Pokhara Airport (PKR)','1','0'),(3117,'','PXL',21693,231,'Polacca, Polacca Airport (PXL)','1','0'),(3118,'US','POQ',21704,231,'Polk Inlet, US - Polk Inlet Airport (POQ)','1','0'),(3119,'','PLV',21721,227,'Poltava, Poltava Airport (PLV)','1','0'),(3120,'','PPM',21737,231,'Pompano Beach, Pompano Beach Airpark (PPM)','1','0'),(3121,'US','PNC',21741,231,'Ponca City, US - Ponca City Regional Airport (PNC)','1','0'),(3122,'PR','PSE',21742,176,'Ponce, PR - Mercedita Airport (PSE)','1','0'),(3123,'CA','YIO',34980,39,'Pond Inlet, CA - Pond Inlet Airport (YIO)','1','0'),(3124,'IN','PNY',34558,101,'Pondicherry, IN - Pondicherry Civil (PNY)','1','0'),(3125,'','PGZ',21754,30,'Ponta Grossa, Comte. Antonio Amilton Beraldo Airport (PGZ)','1','0'),(3126,'ID','PNK',21783,102,'Pontianak, ID - Supadio Airport (PNK)','1','0'),(3127,'CO','PPN',21810,49,'Popayan, CO - Guillermo Leon Valencia Airport (PPN)','1','0'),(3128,'CA','YHP',21814,39,'Poplar Hill, CA - Poplar Hill Airport (YHP)','1','0'),(3129,'IN','PBD',21819,101,'Porbandar, IN - Porbandar Airport (PBD)','1','0'),(3130,'FI','POR',21824,75,'Pori, FI - Pori Airport (POR)','1','0'),(3131,'VE','PMV',21826,235,'Porlamar, VE - Porlamar Airport (PMV)','1','0'),(3132,'','YPB',32496,39,'Port Alberni, Alberni Valley Regional Airport (YPB)','1','0'),(3133,'US','PTD',32497,231,'Port Alexander, US - Potsdam Municipal (Damon Field) (PTD)','1','0'),(3134,'','PTC',32498,231,'Port Alice, Port Alice Seaplane Base (PTC)','1','0'),(3135,'US','PTA',32501,231,'Port Alsworth, US - Port Alsworth Airport (PTA)','1','0'),(3136,'US','CLM',32502,231,'Port Angeles, US - William R Fairchild Intl Airport (CLM)','1','0'),(3137,'JM','POT',21837,109,'Port Antonio, JM - Ken Jones Aerodrome (POT)','1','0'),(3138,'US','PTL',32505,231,'Port Armstrong, US - Port Armstrong Airport (PTL)','1','0'),(3139,'HT','PAP',21838,95,'Port Au Prince, HT - Toussaint Louverture Intl Airport (PAP)','1','0'),(3140,'MG','WPB',21839,130,'Port Berge, MG - Port Bergé Airport (WPB)','1','0'),(3141,'IN','IXZ',32511,101,'Port Blair, IN - Port Blair Airport (IXZ)','1','0'),(3142,'US','KPC',32520,231,'Port Clarence, US - Port Clarence Airport (KPC)','1','0'),(3143,'GA','POG',21842,80,'Port Gentil, GA - Port Gentil Airport (POG)','1','0'),(3144,'US','PGM',32541,231,'Port Graham, US - Port Graham Airport (PGM)','1','0'),(3145,'NG','PHC',21843,160,'Port Harcourt, NG - Port Harcourt Airport (PHC)','1','0'),(3146,'','PHG',21843,160,'Port Harcourt, Port Harcourt City Airport (PHG)','1','0'),(3147,'CA','YZT',32544,39,'Port Hardy, CA - Port Hardy Airport (YZT)','1','0'),(3148,'US','PTH',32548,231,'Port Heiden, US - Port Heiden Airport (PTH)','1','0'),(3149,'CA','YHA',32550,39,'Port Hope Simpson, CA - Port Hope Simpson Airport (YHA)','1','0'),(3150,'US','PHN',32553,231,'Port Huron, US - St. Clair County International (PHN)','1','0'),(3151,'CA','YPN',32567,39,'Port Menier, CA - Port Menier Airport (YPN)','1','0'),(3152,'PG','POM',21845,170,'Port Moresby, PG - Jackson Airport (POM)','1','0'),(3153,'TT','POS',21846,219,'Port Of Spain, TT - Piarco Intl Airport (POS)','1','0'),(3154,'CA','YPI',32581,39,'Port Simpson, CA - Port Simpson Water Aerodrome (YPI)','1','0'),(3155,'','PZU',21847,205,'Port Sudan, Port Sudan New International Airport (PZU)','1','0'),(3156,'','TWD',32587,231,'Port Townsend, Jefferson County International Airport (TWD)','1','0'),(3157,'VU','VLI',21848,233,'Port Vila, VU - Bauerfield Airport (VLI)','1','0'),(3158,'US','PDX',21885,231,'Portland, US - Portland Intl Airport (PDX)','1','0'),(3159,'US','PWM',21885,231,'Portland, US - Portland Intl Jetport (PWM)','1','0'),(3160,'PT','OPO',32595,175,'Porto, PT - Francisco Sa Carneiro Airport (OPO)','1','0'),(3161,'BR','POA',21894,30,'Porto Alegre, BR - Salgado Filho Airport (POA)','1','0'),(3162,'','PBN',21895,6,'Porto Amboim, Porto Amboim Airport (PBN)','1','0'),(3163,'PT','PXO',32626,175,'Porto Santo, PT - Porto Santo Airport (PXO)','1','0'),(3164,'SI','POW',21909,192,'Portoroz, SI - Portoroz Airport (POW)','1','0'),(3165,'EC','PVO',21913,64,'Portoviejo, EC - Portoviejo (PVO)','1','0'),(3166,'','PMH',21922,231,'Portsmouth, Greater Portsmouth Regional Airport (PMH)','1','0'),(3167,'AR','PSS',21936,10,'Posadas, AR - Libertador General Jose de San Martin Airport (PSS)','1','0'),(3168,'ID','PSJ',21942,102,'Poso, ID - Kasiguncu Airport (PSJ)','1','0'),(3169,'CA','YSO',21952,39,'Postville, CA - Postville Airport (YSO)','1','0'),(3170,'US','POU',21973,231,'Poughkeepsie, US - Dutchess County (POU)','1','0'),(3171,'US','SWF',21973,231,'Poughkeepsie, US - Stewart Intl Airport (SWF)','1','0'),(3172,'','PUL',21979,231,'Poulsbo, Port of Poulsbo Marina Moorage Seaplane Base (PUL)','1','0'),(3173,'','PUV',21982,156,'Poum, Malabou Airport (PUV)','1','0'),(3174,'CA','YPX',21994,39,'Povungnituk, CA - Puvirnituq Airport (YPX)','1','0'),(3175,'','POY',21998,231,'Powell, Powell Municipal Airport (POY)','1','0'),(3176,'','WPL',21999,39,'Powell River, Powell Lake Water Aerodrome (WPL)','1','0'),(3177,'CA','YPW',21999,39,'Powell River, CA - Powell River Airport (YPW)','1','0'),(3178,'MX','PAZ',22003,141,'Poza Rica, MX - El Tajin National Airport (PAZ)','1','0'),(3179,'PL','POZ',22004,174,'Poznan, PL - Lawica Airport (POZ)','1','0'),(3180,'BR','PDF',22020,30,'Prado, BR - Prado (PDF)','1','0'),(3181,'CZ','PRG',22026,58,'Prague, CZ - Ruzyne Airport (PRG)','1','0'),(3182,'','VOD',22026,58,'Prague, Vodochody Airport (VOD)','1','0'),(3183,'CV','RAI',22028,41,'Praia, CV - Mendes Airport (RAI)','1','0'),(3184,'','PCD',32631,231,'Prairie Du Chien, Prairie du Chien Municipal Airport (PCD)','1','0'),(3185,'','PRW',22071,231,'Prentice, Prentice Airport (PRW)','1','0'),(3186,'US','PRC',22075,231,'Prescott, US - Prescott Municipal Apt / Earnest A. Love Field (PRC)','1','0'),(3187,'US','PQI',22082,231,'Presque Isle, US - Northern Maine Regional Airport at Presque Isle (PQI)','1','0'),(3188,'ZA','PRY',22094,195,'Pretoria, ZA - Wonderboom Airport (PRY)','1','0'),(3189,'US','PUC',22103,231,'Price, US - Carbon County (PUC)','1','0'),(3190,'CA','YPA',22114,39,'Prince Albert, CA - Prince Albert Airport (Glass Field) (YPA)','1','0'),(3191,'','PCT',22118,39,'Princeton, Princeton Airport (PCT)','1','0'),(3192,'','PNN',22118,39,'Princeton, Princeton Municipal Airport (PNN)','1','0'),(3193,'YU','PRN',22126,241,'Pristina, YU - Pristina Intl Airport (PRN)','1','0'),(3194,'US','PVD',22151,231,'Providence, US - T F Green Airport (PVD)','1','0'),(3195,'CO','PVA',22152,49,'Providencia, CO - El Embrujo Airport (PVA)','1','0'),(3196,'TC','PLS',22153,221,'Providenciales, TC - Providenciales Intl Airport (PLS)','1','0'),(3197,'US','PVC',22155,231,'Provincetown, US - Provincetown Municipal Airport (PVC)','1','0'),(3198,'US','PVU',22157,231,'Provo, US - Provo Municipal Airport (PVU)','1','0'),(3199,'PE','PCL',22177,172,'Pucallpa, PE - Capitan Rolden Airport (PCL)','1','0'),(3200,'MX','PBC',22188,141,'Puebla, MX - Hermanos Serdan Intl Airport (PBC)','1','0'),(3201,'VE','PYH',22197,235,'Puerto Ayacucho, VE - Cacique Aramare Airport (PYH)','1','0'),(3202,'CO','PBE',22200,49,'Puerto Berrio, CO - Morela Airport (PBE)','1','0'),(3203,'','PUZ',22201,158,'Puerto Cabezas, Puerto Cabezas Airport (PUZ)','1','0'),(3204,'DO','POP',22206,61,'Puerto Plata, DO - Gregorio Luperon Intl Airport (POP)','1','0'),(3205,'','PCC',32651,199,'Puerto Rico, Puerto Rico Airport (PCC)','1','0'),(3206,'','PUR',32651,199,'Puerto Rico, Puerto Rico Airport (PUR)','1','0'),(3207,'','XPK',22218,39,'Pukatawagan, Pukatawagan Airport (XPK)','1','0'),(3208,'HR','PUY',22220,55,'Pula, HR - Pula Airport (PUY)','1','0'),(3209,'US','GZS',22223,231,'Pulaski, US - Abernathy Field (GZS)','1','0'),(3210,'US','LIT',22223,231,'Pulaski, US - Adams Field Airport (LIT)','1','0'),(3211,'MY','TOD',22224,132,'Pulau Besar, MY - Pulau Tioman Airport (TOD)','1','0'),(3212,'US','PUW',22230,231,'Pullman, US - Moscow Regional Airport (PUW)','1','0'),(3213,'IN','PNQ',22238,101,'Pune, IN - Pune Airport (PNQ)','1','0'),(3214,'CL','PUQ',22242,45,'Punta Arenas, CL - Ibanez Airport (PUQ)','1','0'),(3215,'DO','PUJ',22244,61,'Punta Cana, DO - Punta Cana Intl Airport (PUJ)','1','0'),(3216,'UY','PDP',22246,230,'Punta Del Este, UY - Cap. Corbeta Curbelo Intl Airport (PDP)','1','0'),(3217,'BZ','PND',22248,22,'Punta Gorda, BZ - Punta Gorda Airport (PND)','1','0'),(3218,'','JAP',22251,54,'Puntarenas, Chacarita Airport (JAP)','1','0'),(3219,'MM','PBU',22275,150,'Putao, MM - Putao Airport (PBU)','1','0'),(3220,'','PUT',22287,101,'Puttaparthi, Sri Sathya Sai Airport (PUT)','1','0'),(3221,'','PRU',22307,150,'Pyay, Pyay Airport (PRU)','1','0'),(3222,'','UNE',22317,121,'Qacha\'s Nek, Qacha\'s Nek Airport (UNE)','1','0'),(3223,'SA','AQI',22318,186,'Qaisumah, SA - Qaisumah Airport (AQI)','1','0'),(3224,'CN','TAO',22327,46,'Qingdao, CN - Qingdao Liuting Intl Airport (TAO)','1','0'),(3225,'CN','SHP',22335,46,'Qinhuangdao, CN - Qinhuangdao Shanhaiguan Airport (SHP)','1','0'),(3226,'','BAR',22336,46,'Qionghai, Qionghai Bo\'ao Airport (BAR)','1','0'),(3227,'','IHN',22339,240,'Qishn, Qishn Airport (IHN)','1','0'),(3228,'','YQJ',22342,39,'Quadra Island, April Point Water Aerodrome (YQJ)','1','0'),(3229,'CA','XQU',22345,39,'Qualicum, CA - Qualicum Beach Airport (XQU)','1','0'),(3230,'CA','YQC',22351,39,'Quaqtaq, CA - Quaqtaq Airport (YQC)','1','0'),(3231,'CA','YQB',22364,39,'Quebec, CA - Jean Lesage Intl Airport (YQB)','1','0'),(3232,'CA','YTM',22364,39,'Quebec, CA - (La Macaza) Mont Tremblant Intl Airport (YTM)','1','0'),(3233,'','ABG',22372,13,'Queensland Central Coast, Abingdon Airport (ABG)','1','0'),(3234,'','AGW',22372,13,'Queensland Central Coast, Agnew Airport (AGW)','1','0'),(3235,'','AUD',22372,13,'Queensland Central Coast, Augustus Downs Airport (AUD)','1','0'),(3236,'','BBL',22372,13,'Queensland Central Coast, Ballera Airport (BBL)','1','0'),(3237,'US','BCK',22372,13,'Queensland Central Coast, US - Bolwarra (BCK)','1','0'),(3238,'','BKP',22372,13,'Queensland Central Coast, Barkly Downs Airport (BKP)','1','0'),(3239,'','BLS',22372,13,'Queensland Central Coast, Bollon Airport (BLS)','1','0'),(3240,'','BZP',22372,13,'Queensland Central Coast, Bizant Airport (BZP)','1','0'),(3241,'','CML',22372,13,'Queensland Central Coast, Camooweal Airport (CML)','1','0'),(3242,'','UEE',22373,157,'Queenstown, Queenstown Airport (UEE)','1','0'),(3243,'NZ','ZQN',22373,157,'Queenstown, NZ - Frankton Airport (ZQN)','1','0'),(3244,'MZ','UEL',22379,149,'Quelimane, MZ - Quelimane Airport (UEL)','1','0'),(3245,'CR','XQP',22382,54,'Quepos, CR - Quepos Managua Airport (XQP)','1','0'),(3246,'CA','YQZ',22386,39,'Quesnel, CA - Quesnel Airport (YQZ)','1','0'),(3247,'PK','UET',22389,166,'Quetta, PK - Quetta Airport (UET)','1','0'),(3248,'','AAZ',22391,91,'Quetzaltenango, Quetzaltenango Airport (AAZ)','1','0'),(3249,'CO','UIB',22397,49,'Quibdo, CO - El Carano Airport (UIB)','1','0'),(3250,'FR','UIP',22407,76,'Quimper, FR - Pluguffan Airport (UIP)','1','0'),(3251,'US','UIN',22412,231,'Quincy, US - Quincy Regional Airport / Baldwin Field (UIN)','1','0'),(3252,'US','KWN',22415,231,'Quinhagak, US - Quinhagak Airport (KWN)','1','0'),(3253,'','UIR',22427,13,'Quirindi, Quirindi Airport (UIR)','1','0'),(3254,'EC','UIO',22429,64,'Quito, EC - Mariscal Sucre Intl Airport (UIO)','1','0'),(3255,'MA','RBA',22446,148,'Rabat, MA - Rabat Airport (RBA)','1','0'),(3256,'','RDO',22474,174,'Radom, Radom Airport (RDO)','1','0'),(3257,'CA','YRA',22480,39,'Rae Lakes, CA - Rae Lakes Airports (YRA)','1','0'),(3258,'SA','RAH',22485,186,'Rafha, SA - Rafha Airport (RAH)','1','0'),(3259,'PK','RYK',22496,166,'Rahim Yar Khan, PK - Rahim Yar Khan Airport (RYK)','1','0'),(3260,'PF','RFP',22499,78,'Raiatea, PF - Uturoa Airport (RFP)','1','0'),(3261,'CA','YOP',22504,39,'Rainbow Lake, CA - Rainbow Lake Airport (YOP)','1','0'),(3262,'IN','RPR',22508,101,'Raipur, IN - Raipur Airport (RPR)','1','0'),(3263,'IN','RJA',22510,101,'Rajahmundry, IN - Rajahmundry Airport (RJA)','1','0'),(3264,'IN','RAJ',22511,101,'Rajkot, IN - Rajkot Airport (RAJ)','1','0'),(3265,'BD','RJH',22515,18,'Rajshahi, BD - Shah Makhdum Airport (RJH)','1','0'),(3266,'','RMD',22526,101,'Ramagundam, Ramagundam Airport (RMD)','1','0'),(3267,'','RNU',22559,132,'Ranau, Ranau Airport (RNU)','1','0'),(3268,'IN','IXR',22562,101,'Ranchi, IN - Birsa Munda Airport (IXR)','1','0'),(3269,'','RNG',22578,231,'Rangely, Rangely Airport (RNG)','1','0'),(3270,'PF','RGI',22580,78,'Rangiroa, PF - Rangiroa Airport (RGI)','1','0'),(3271,'CA','YRT',22584,39,'Rankin Inlet, CA - Rankin Inlet Airport (YRT)','1','0'),(3272,'','RSK',22590,102,'Ransiki, Abresso Airport (RSK)','1','0'),(3273,'US','RAP',32662,231,'Rapid City, US - Rapid City Regional Airport (RAP)','1','0'),(3274,'CK','RAR',22604,53,'Rarotonga, CK - Rarotonga Airport (RAR)','1','0'),(3275,'','RHR',22605,228,'Ras Al Khaimah, Al Hamra Seaplane Base (RHR)','1','0'),(3276,'AE','RKT',22605,228,'Ras Al Khaimah, AE - Ras Al Khaimah Airport (RKT)','1','0'),(3277,'','RBE',22610,37,'Ratanakiri, Ratanakiri Airport (RBE)','1','0'),(3278,'','RTC',22618,101,'Ratnagiri, Ratnagiri Airport (RTC)','1','0'),(3279,'IS','RFN',22621,100,'Raufarhofn, IS - Raufarhöfn Airport (RFN)','1','0'),(3280,'PK','RAZ',22641,166,'Rawala Kot, PK - Rawalakot Airport (RAZ)','1','0'),(3281,'US','RDG',22659,231,'Reading, US - Reading Regional Airport/Spaatz Field (RDG)','1','0'),(3282,'JP','RBJ',22667,110,'Rebun, JP - Rebun (RBJ)','1','0'),(3283,'BR','REC',22672,30,'Recife, BR - Guararapes Airport (REC)','1','0'),(3284,'US','RDV',32671,231,'Red Devil, US - Red Devil Airport (RDV)','1','0'),(3285,'CA','YRL',34703,39,'Red Lake, CA - Red Lake Airport (YRL)','1','0'),(3286,'MY','RDN',22682,132,'Redang Island, MY - Redang Airport (RDN)','1','0'),(3287,'','RCL',22686,233,'Redcliffe, Redcliffe Airport (RCL)','1','0'),(3288,'','BZF',22689,231,'Redding, Benton Field (BZF)','1','0'),(3289,'US','RDD',22689,231,'Redding, US - Redding Municipal Airport (RDD)','1','0'),(3290,'BR','RDC',22691,30,'Redencao, BR - Redenção Airport (RDC)','1','0'),(3291,'US','RDM',22704,231,'Redmond, US - Roberts Field/Redmond Municipal Airport (RDM)','1','0'),(3292,'','RED',22717,231,'Reedsville, Mifflin County Airport (RED)','1','0'),(3293,'','RFG',22722,231,'Refugio, Rooke Field (RFG)','1','0'),(3294,'IT','REG',32681,107,'Reggio Calabria, IT - Reggio Calabria Airport (REG)','1','0'),(3295,'CA','YQR',22731,39,'Regina, CA - Regina Intl Airport (YQR)','1','0'),(3296,'FR','RHE',22748,76,'Reims, FR - Reims Champagne (RHE)','1','0'),(3297,'FR','RNS',32687,76,'Rennes, FR - St Jacques Airport (RNS)','1','0'),(3298,'','RNZ',22787,231,'Rensselaer, Jasper County Airport (RNZ)','1','0'),(3299,'US','RNT',22788,231,'Renton, US - Renton Municipal (RNT)','1','0'),(3300,'CA','YUT',22795,39,'Repulse Bay, CA - Repulse Bay Airport (YUT)','1','0'),(3301,'','REZ',22801,30,'Resende, Resende Airport (REZ)','1','0'),(3302,'AR','RES',22803,10,'Resistencia, AR - Resistencia Intl Airport (RES)','1','0'),(3303,'CA','YRB',22805,39,'Resolute, CA - Resolute Bay Airport (YRB)','1','0'),(3304,'ES','REU',22818,199,'Reus, ES - Reus Airport (REU)','1','0'),(3305,'','REW',22831,101,'Rewa, Churhata Airport (REW)','1','0'),(3306,'IS','KEF',22839,100,'Reykjavik, IS - Keflavik Intl Airport (KEF)','1','0'),(3307,'MX','REX',22843,141,'Reynosa, MX - Gen Lucio Blanco Intl Airport (REX)','1','0'),(3308,'US','RHI',22861,231,'Rhinelander, US - Oneida County Airport (RHI)','1','0'),(3309,'BR','RAO',22894,30,'Ribeirao Preto, BR - Ribeirao Preto Airport (RAO)','1','0'),(3310,'BO','RIB',22897,26,'Riberalta, BO - Riberalta Airport (RIB)','1','0'),(3311,'','RIE',32694,231,'Rice Lake, Rice Lake Regional Airport (RIE)','1','0'),(3312,'ZA','RCB',22905,195,'Richards Bay, ZA - Richards Bay Airport (RCB)','1','0'),(3313,'US','RIF',22909,231,'Richfield, US - Richfield Municipal (RIF)','1','0'),(3314,'US','OAJ',22912,231,'Richlands, US - Albert J Ellis Airport (OAJ)','1','0'),(3315,'US','RIC',22913,231,'Richmond, US - Richmond Intl Airport (RIC)','1','0'),(3316,'','XRH',22913,231,'Richmond, RAAF Base Richmond (XRH)','1','0'),(3317,'','IES',22935,83,'Riesa, Riesa–Göhlis Airfield (IES)','1','0'),(3318,'LV','RIX',22945,119,'Riga, LV - Riga Intl Airport (RIX)','1','0'),(3319,'CA','YRG',22950,39,'Rigolet, CA - Rigolet Airport (YRG)','1','0'),(3320,'HR','RJK',22954,55,'Rijeka, HR - Rijeka Airport (RJK)','1','0'),(3321,'IT','RMI',32701,107,'Rimini, IT - Federico Fellini Airport (RMI)','1','0'),(3322,'CA','YXK',22963,39,'Rimouski, CA - Rimouski (YXK)','1','0'),(3323,'SB','RIN',22980,193,'Ringi Cove, SB - Ringgi Cove Airport (RIN)','1','0'),(3324,'BR','RBR',32702,30,'Rio Branco, BR - Placido de Castro Intl Airport (RBR)','1','0'),(3325,'BR','GIG',32706,30,'Rio De Janeiro, BR - Rio de Janeiro Intl Airport (GIG)','1','0'),(3326,'BR','SDU',32706,30,'Rio De Janeiro, BR - Aeroporto Santos Dumont Airport (SDU)','1','0'),(3327,'','SNZ',32706,30,'Rio De Janeiro, Santa Cruz Air Force Base (SNZ)','1','0'),(3328,'BR','RIG',32714,30,'Rio Grande, BR - Rio Grande Regional Airport (RIG)','1','0'),(3329,'CO','RCH',22998,49,'Riohacha, CO - Almirante Padilla Airport (RCH)','1','0'),(3330,'','RIJ',22999,172,'Rioja, Juan Simons Vela Airport (RIJ)','1','0'),(3331,'JP','RIS',23019,110,'Rishiri, JP - Rishiri Airport (RIS)','1','0'),(3332,'','ECI',23031,158,'Rivas, Costa Esmeralda Airport (ECI)','1','0'),(3333,'UY','RVY',23034,230,'Rivera, UY - Rivera (RVY)','1','0'),(3334,'','YRN',23039,39,'Rivers Inlet, Rivers Inlet Water Aerodrome (YRN)','1','0'),(3335,'US','RAL',23040,231,'Riverside, US - Riverside Municipal (RAL)','1','0'),(3336,'US','RIR',23040,231,'Riverside, US - Flabob (RIR)','1','0'),(3337,'US','RIW',23041,231,'Riverton, US - Riverton Regional Airport (RIW)','1','0'),(3338,'SA','RUH',23057,186,'Riyadh, SA - King Khalid Intl Airport (RUH)','1','0'),(3339,'SA','RUJ',23057,186,'Riyadh, SA - RIYADH Airport (RUJ)','1','0'),(3340,'','RIZ',23060,46,'Rizhao, Rizhao Shanzihe Airport (RIZ)','1','0'),(3341,'FR','RNE',23063,76,'Roanne, FR - Renaison (RNE)','1','0'),(3342,'US','ROA',23064,231,'Roanoke, US - Roanoke Regional Airport / Woodrum Field Airport (ROA)','1','0'),(3343,'HN','RTB',23065,97,'Roatan, HN - Juan Manuel Galvez Intl Airport (RTB)','1','0'),(3344,'CA','YRJ',23073,39,'Roberval, CA - Roberval Airport (YRJ)','1','0'),(3345,'','ROH',23075,13,'Robinhood, Robinhood Airport (ROH)','1','0'),(3346,'','RBC',23080,13,'Robinvale, Robinvale Airport (RBC)','1','0'),(3347,'US','RCE',23098,231,'Roche Harbor, US - Roche Harbor Seaplane Base (RCE)','1','0'),(3348,'US','ROC',23110,231,'Rochester, US - Greater Rochester Intl Airport (ROC)','1','0'),(3349,'US','RST',23110,231,'Rochester, US - Rochester Intl Airport (RST)','1','0'),(3350,'','RKH',32742,231,'Rock Hill, Rock Hill/York County Airport (RKH)','1','0'),(3351,'BS','RSD',23113,16,'Rock Sound, BS - Rock Sound Airport (RSD)','1','0'),(3352,'US','RKS',32747,231,'Rock Springs, US - Sweetwater County Airport (RKS)','1','0'),(3353,'US','RFD',23118,231,'Rockford, US - Greater Rockford Airport (RFD)','1','0'),(3354,'US','RKD',23123,231,'Rockland, US - Knox County Regional Airport (RKD)','1','0'),(3355,'FR','RDZ',23143,76,'Rodez, FR - Rodez Airport (RDZ)','1','0'),(3356,'MU','RRG',23148,139,'Rodrigues Island, MU - Sir Gaetan Duval Airport (RRG)','1','0'),(3357,'NO','RVK',23153,164,'Roervik, NO - Rorvik Ryumsjoen Airport (RVK)','1','0'),(3358,'IT','CIA',32754,107,'Rome, IT - Rome Ciampino Airport (CIA)','1','0'),(3359,'IT','FCO',32754,107,'Rome, IT - Leonardo Da Vinci - Fiumicino Airport (FCO)','1','0'),(3360,'','REO',32754,107,'Rome, Rome State Airport (REO)','1','0'),(3361,'BR','ROO',23224,30,'Rondonopolis, BR - Maestro Marinho Franco Airport (ROO)','1','0'),(3362,'DK','RNN',23228,59,'Ronne, DK - Bornholm Airport (RNN)','1','0'),(3363,'SE','RNB',23229,209,'Ronneby, SE - Kallinge Airport (RNB)','1','0'),(3364,'','ROL',23236,231,'Roosevelt, Roosevelt Municipal Airport (ROL)','1','0'),(3365,'NO','RRS',23247,164,'Roros, NO - Roros Airport (RRS)','1','0'),(3366,'AR','ROS',23254,10,'Rosario, AR - Rosario Intl Airport (ROS)','1','0'),(3367,'','ROX',23263,231,'Roseau, Roseau Municipal Airport (ROX)','1','0'),(3368,'','RSB',23267,13,'Roseberth, Roseberth Airport (RSB)','1','0'),(3369,'','RLP',23272,13,'Rosella Plains, Rosella Plains Airport (RLP)','1','0'),(3370,'IL','RPN',23288,106,'Rosh Pina, IL - Rosh-Pina Airport (RPN)','1','0'),(3371,'','XRR',32761,39,'Ross River, Ross River Airport (XRR)','1','0'),(3372,'NO','RET',23322,164,'Rost, NO - Rost Airport (RET)','1','0'),(3373,'RU','ROV',23326,181,'Rostov, RU - Rostov Airport (ROV)','1','0'),(3374,'US','ROW',23328,231,'Roswell, US - Roswell Intl Air Center Airport (ROW)','1','0'),(3375,'MP','ROP',23330,163,'Rota, MP - Rota Intl Airport (ROP)','1','0'),(3376,'','ROZ',23330,163,'Rota, US Naval Station Rota (ROZ)','1','0'),(3377,'ID','RTI',23348,102,'Roti, ID - Rote Airport (RTI)','1','0'),(3378,'NZ','ROT',23350,157,'Rotorua, NZ - Rotorua Airport (ROT)','1','0'),(3379,'NL','RTM',23354,154,'Rotterdam, NL - Rotterdam The Hague Airport (RTM)','1','0'),(3380,'FR','URO',23361,76,'Rouen, FR - Rouen Airport (URO)','1','0'),(3381,'CA','ZRJ',23368,39,'Round Lake, CA - Round Lake Airport (ZRJ)','1','0'),(3382,'','RPX',23370,231,'Roundup, Roundup Airport (RPX)','1','0'),(3383,'IN','RRK',23371,101,'Rourkela, IN - Rourkela (RRK)','1','0'),(3384,'','RSX',23372,231,'Rouses Point, Rouses Point Seaplane Base (RSX)','1','0'),(3385,'BG','ROU',23373,34,'Rousse, BG - Ruse Airport (ROU)','1','0'),(3386,'FI','RVN',23379,75,'Rovaniemi, FI - Rovaniemi Airport (RVN)','1','0'),(3387,'','RYN',23402,76,'Royan, Royan – Médis Aerodrome (RYN)','1','0'),(3388,'US','RBY',23420,231,'Ruby, US - Ruby Airport (RBY)','1','0'),(3389,'','RUG',23443,46,'Rugao, Rugao Air Base (RUG)','1','0'),(3390,'','RUI',23453,231,'Ruidoso, Sierra Blanca Regional Airport (RUI)','1','0'),(3391,'NA','NDU',23469,151,'Rundu, NA - Rundu Airport (NDU)','1','0'),(3392,'','RUP',23477,69,'Rupsi, Rupsi Airport (RUP)','1','0'),(3393,'PF','RUR',23479,78,'Rurutu, PF - Rurutu Airport (RUR)','1','0'),(3394,'','RSL',23489,231,'Russell, Russell Municipal Airport (RSL)','1','0'),(3395,'US','RSH',23496,231,'Russian Mission, US - Russian Mission Airport (RSH)','1','0'),(3396,'ID','RTG',23507,102,'Ruteng, ID - Frans Sales Lega Airport (RTG)','1','0'),(3397,'','RTP',23517,13,'Rutland Plains, Rutland Plains Airport (RTP)','1','0'),(3398,'','RZN',23524,181,'Ryazan, Turlatovo Airport (RZN)','1','0'),(3399,'PL','RZE',23531,174,'Rzeszow, PL - Rzeszow Airport (RZE)','1','0'),(3400,'DE','SCN',23548,83,'Saarbrucken, DE - Saarbrucken Airport (SCN)','1','0'),(3401,'MY','BKI',23560,132,'Sabah, MY - Kota Kinabalu Airport (BKI)','1','0'),(3402,'','SBV',23560,132,'Sabah, Sabah Airport (SBV)','1','0'),(3403,'','GSS',23566,195,'Sabie, Sabi Sabi Airport (GSS)','1','0'),(3404,'CA','ZPB',23580,39,'Sachigo Lake, CA - Sachigo Lake Airport (ZPB)','1','0'),(3405,'US','SAC',23585,231,'Sacramento, US - Sacramento Executive (SAC)','1','0'),(3406,'US','SMF',23585,231,'Sacramento, US - Sacramento Intl Airport (SMF)','1','0'),(3407,'','SAD',23599,231,'Safford, Safford Regional Airport (SAD)','1','0'),(3408,'MA','SFI',23601,148,'Safi, MA - Safi Airport (SFI)','1','0'),(3409,'','SBR',23620,13,'Saibai Island, Saibai Island Airport (SBR)','1','0'),(3410,'BD','SPD',23624,18,'Saidpur, BD - Saidpur Airport (SPD)','1','0'),(3411,'','SDT',23625,166,'Saidu Sharif, Saidu Sharif Airport (SDT)','1','0'),(3412,'','SJF',32830,39,'Saint John, Cruz Bay Seaplane Base (SJF)','1','0'),(3413,'CA','YSJ',32830,39,'Saint John, CA - Saint John Airport (YSJ)','1','0'),(3414,'','RVH',23644,181,'Saint Petersburg, Rzhevka Airport (RVH)','1','0'),(3415,'MG','SMS',23712,130,'Sainte Marie, MG - Sainte Marie Airport (SMS)','1','0'),(3416,'MP','SPN',23950,163,'Saipan, MP - Saipan Intl Airport (SPN)','1','0'),(3417,'TH','SNO',23957,215,'Sakon Nakhon, TH - Sakon Nakhon Airport (SNO)','1','0'),(3418,'OM','SLL',23963,165,'Salalah, OM - Salalah Intl Airport (SLL)','1','0'),(3419,'IN','SXV',23984,101,'Salem, IN - Salem (SXV)','1','0'),(3420,'','SLT',23995,231,'Salida, Harriet Alexander Field (SLT)','1','0'),(3421,'','LMB',23999,131,'Salima, Salima Airport (LMB)','1','0'),(3422,'US','SBO',24002,231,'Salina, US - Salina-Gunnison (SBO)','1','0'),(3423,'US','SLN',24002,231,'Salina, US - Salina Municipal Airport (SLN)','1','0'),(3424,'','SRW',24007,482,'Salisbury, Rowan County Airport (SRW)','1','0'),(3425,'CA','YZG',24015,39,'Salluit, CA - Salluit Airport (YZG)','1','0'),(3426,'','YSN',24019,39,'Salmon Arm, Salmon Arm Airport (YSN)','1','0'),(3427,'TC','SLX',24029,221,'Salt Cay, TC - Salt Cay Airport (SLX)','1','0'),(3428,'AR','SLA',24033,10,'Salta, AR - El Aybal/Martin Miguel de Guemes Intl Airport (SLA)','1','0'),(3429,'UY','STY',24042,230,'Salto, UY - Nueva Hesperides Intl Airport (STY)','1','0'),(3430,'BR','SSA',24049,30,'Salvador, BR - Deputado Luis Eduardo Magalhaes Intl Airport (SSA)','1','0'),(3431,'DO','EPS',24057,61,'Samana, DO - Arroyo Barril Airport (EPS)','1','0'),(3432,'RU','KUF',24058,181,'Samara, RU - Samara Airport (KUF)','1','0'),(3433,'ID','SRI',24060,102,'Samarinda, ID - Temindung Airport (SRI)','1','0'),(3434,'UZ','SKD',24061,232,'Samarkand, UZ - Samarkand Airport (SKD)','1','0'),(3435,'MG','SVB',24064,130,'Sambava, MG - Sambava Airport (SVB)','1','0'),(3436,'KE','UAS',24065,113,'Samburu, KE - Samburu Airport (UAS)','1','0'),(3437,'CH','SMV',24066,210,'Samedan, CH - Samedan (Engadin) Airport (SMV)','1','0'),(3438,'BS','SAQ',24093,16,'San Andros, BS - San Andros Airport (SAQ)','1','0'),(3439,'US','SJT',32906,231,'San Angelo, US - San Angelo Regional Airport/Mathis Field (SJT)','1','0'),(3440,'US','SAT',32909,231,'San Antonio, US - San Antonio Intl Airport (SAT)','1','0'),(3441,'VE','SVZ',24096,235,'San Antonio, VE - San Antonio Airport (SVZ)','1','0'),(3442,'AR','OES',32919,10,'San Antonio Oeste, AR - San Antonio Oeste (OES)','1','0'),(3443,'US','DAG',32930,231,'San Bernardino, US - Barstow-Daggett (DAG)','1','0'),(3444,'','RBF',32930,231,'San Bernardino, Big Bear City Airport (RBF)','1','0'),(3445,'','NBL',32934,141,'San Blas, Wannukandi Airport (NBL)','1','0'),(3446,'','NCR',32939,231,'San Carlos, San Carlos Airport (NCR)','1','0'),(3447,'US','MYF',32964,231,'San Diego, US - Montgomery Field (MYF)','1','0'),(3448,'US','SAN',32964,231,'San Diego, US - San Diego Intl Airport (Lindbergh Field) (SAN)','1','0'),(3449,'US','SDM',32964,231,'San Diego, US - Brown Field Municipal (SDM)','1','0'),(3450,'MX','SFH',32982,141,'San Felipe, MX - San Felipe Intl Airport (SFH)','1','0'),(3451,'','SNF',32982,141,'San Felipe, Sub Teniente Nestor Arias Airport (SNF)','1','0'),(3452,'','SSD',32982,141,'San Felipe, San Felipe Airport (SSD)','1','0'),(3453,'','SFE',32985,199,'San Fernando, San Fernando Airport (SFE)','1','0'),(3454,'US','SFO',32994,231,'San Francisco, US - San Francisco Intl Airport (SFO)','1','0'),(3455,'','CYD',24102,22,'San Ignacio, San Ignacio Town Airstrip (CYD)','1','0'),(3456,'','SGM',24102,22,'San Ignacio, San Ignacio Airfield (SGM)','1','0'),(3457,'','SQS',24102,22,'San Ignacio, Matthew Spain Airport (SQS)','1','0'),(3458,'','SJV',33030,10,'San Javier, San Javier Airport (SJV)','1','0'),(3459,'US','SJC',33033,231,'San Jose, US - Norman Y. Mineta San Jose Intl Airport (SJC)','1','0'),(3460,'AR','UAQ',33041,10,'San Juan, AR - Domingo Faustino Sarmiento Airport (UAQ)','1','0'),(3461,'AR','LUQ',33073,10,'San Luis, AR - Brigadier Mayor Cesar Raul Ojeda Airport (LUQ)','1','0'),(3462,'MX','SLP',33076,141,'San Luis Potosi, MX - Ponciano Arriaga Intl Airport (SLP)','1','0'),(3463,'MX','UAC',33077,141,'San Luis Rio Colorado, MX - San Luis Río Colorado Airport (UAC)','1','0'),(3464,'','SRS',33080,231,'San Marcos, San Marcos Airport (SRS)','1','0'),(3465,'','NMG',33100,173,'San Miguel, San Miguel Airport (NMG)','1','0'),(3466,'AR','AFA',33149,10,'San Rafael, AR - San Rafael Airport (AFA)','1','0'),(3467,'','SRF',33149,10,'San Rafael, San Rafael Airport (SRF)','1','0'),(3468,'ES','EAS',33160,199,'San Sebastian, ES - San Sebastian (EAS)','1','0'),(3469,'US','SDP',33190,231,'Sand Point, US - Sand Point Airport (SDP)','1','0'),(3470,'MY','SDK',24126,132,'Sandakan, MY - Sandakan Airport (SDK)','1','0'),(3471,'NO','SDN',24127,164,'Sandane, NO - Sandane Airport Anda (SDN)','1','0'),(3472,'GB','NDY',24129,482,'Sanday, GB - Sanday Airport (NDY)','1','0'),(3473,'NO','SSJ',24144,164,'Sandnessjoen, NO - Sandnessjoen Airport Stokka (SSJ)','1','0'),(3474,'CA','YZP',24152,39,'Sandspit, CA - Sandspit Airport (YZP)','1','0'),(3475,'CA','ZSJ',24165,39,'Sandy Lake, CA - Sandy Lake Airport (ZSJ)','1','0'),(3476,'CA','YSK',24177,39,'Sanikiluaq, CA - Sanikiluaq Airport (YSK)','1','0'),(3477,'','SQJ',24185,46,'Sanming, Sanming Shaxian Airport (SQJ)','1','0'),(3478,'SB','NNB',24198,193,'Santa Ana, SB - Santa Ana Airport (NNB)','1','0'),(3479,'','SCA',24201,10,'Santa Catalina, Santa Catalina Airport (SCA)','1','0'),(3480,'ES','SPC',33260,199,'Santa Cruz De La Palma, ES - La Palma Airport (SPC)','1','0'),(3481,'','CSU',33264,30,'Santa Cruz Do Sul, Santa Cruz do Sul Airport (CSU)','1','0'),(3482,'EG','SKV',24209,65,'Santa Katarina, EG - St. Catherine International (SKV)','1','0'),(3483,'BR','RIA',33278,30,'Santa Maria, BR - Santa Maria Airport (RIA)','1','0'),(3484,'PT','SMA',33279,175,'Santa Maria, PT - Santa Maria Airport (SMA)','1','0'),(3485,'CO','SMR',24212,49,'Santa Marta, CO - Simon Bolivar Intl Airport (SMR)','1','0'),(3486,'ES','SDR',24221,199,'Santander, ES - Santander Airport (Parayas) (SDR)','1','0'),(3487,'BR','STM',24233,30,'Santarem, BR - Santarem Intl Airport (STM)','1','0'),(3488,'DO','STI',24243,61,'Santiago, DO - Cibao Intl Airport (STI)','1','0'),(3489,'CL','SCL',24241,45,'Santiago, CL - Benitez Intl Airport (SCL)','1','0'),(3490,'CU','SCU',24247,56,'Santiago De Cuba, CU - Antonio Maceo Airport (SCU)','1','0'),(3491,'BR','GEL',33321,30,'Santo Angelo, BR - Sepe Tiaraju Airport (GEL)','1','0'),(3492,'','NTO',24254,41,'Santo Antao, Agostinho Neto Airport (NTO)','1','0'),(3493,'DO','HEX',24256,61,'Santo Domingo, DO - Herrara Airport (HEX)','1','0'),(3494,'DO','SDQ',24256,61,'Santo Domingo, DO - Las Americas Intl Airport (SDQ)','1','0'),(3495,'BR','SJP',33355,30,'Sao Jose Do Rio Preto, BR - Sao Jose Do Rio Preto Airport (SJP)','1','0'),(3496,'BR','SJK',33356,30,'Sao Jose Dos Campos, BR - Prof Urbano Ernesto Stumpf Airport (SJK)','1','0'),(3497,'BR','CWB',33357,30,'Sao Jose Dos Pinhais, BR - Afonso Pena Airport (CWB)','1','0'),(3498,'BR','SLZ',33360,30,'Sao Luiz, BR - Tirirical Airport (SLZ)','1','0'),(3499,'BR','CGH',33371,30,'Sao Paulo, BR - Congonhas Airport (CGH)','1','0'),(3500,'BR','GRU',33371,30,'Sao Paulo, BR - Guarulhos Intl Airport (GRU)','1','0'),(3501,'BR','VCP',33371,30,'Sao Paulo, BR - Sao Paulo Viracopos Airport (VCP)','1','0'),(3502,'ST','TMS',24281,185,'Sao Tome Island, ST - Sao Tome Intl Airport (TMS)','1','0'),(3503,'JP','CTS',24290,110,'Sapporo, JP - New Chitose Airport (CTS)','1','0'),(3504,'JP','OKD',24290,110,'Sapporo, JP - Sapporo Okadama Airport (OKD)','1','0'),(3505,'VU','SSR',24297,233,'Sara, VU - Sara Airport (SSR)','1','0'),(3506,'BA','SJJ',24299,27,'Sarajevo, BA - Sarajevo Intl Airport (SJJ)','1','0'),(3507,'US','SLK',24301,231,'Saranac Lake, US - Adirondack Regional Airport (SLK)','1','0'),(3508,'US','SRQ',24307,231,'Sarasota, US - Sarasota Bradenton Intl Airport (SRQ)','1','0'),(3509,'RU','RTW',24309,181,'Saratov, RU - Saratov Tsentralny Airport (RTW)','1','0'),(3510,'MY','BKM',34587,132,'Sarawak, MY - Bakalalan Airport (BKM)','1','0'),(3511,'','BHW',24324,166,'Sargodha, Bhagatanwala Airport (BHW)','1','0'),(3512,'','SGI',24324,166,'Sargodha, PAF Base Mushaf (SGI)','1','0'),(3513,'','ZRM',24332,102,'Sarmi, Sarmi Orai Airport (ZRM)','1','0'),(3514,'CA','YZR',24334,39,'Sarnia, CA - Sarnia (Chris Hadfield) Airport (YZR)','1','0'),(3515,'CA','YXE',24360,39,'Saskatoon, CA - John G Diefenbaker Intl Airport (YXE)','1','0'),(3516,'','TNI',24375,101,'Satna, Satna Airport (TNI)','1','0'),(3517,'RO','SUJ',24381,179,'Satu Mare, RO - Satu Mare Intl Airport (SUJ)','1','0'),(3518,'IS','SAK',24387,100,'Saudarkrokur, IS - Saudarkrokur Airport (SAK)','1','0'),(3519,'CA','YAM',24399,39,'Sault Ste Marie, CA - Sault Ste. Marie Airport (YAM)','1','0'),(3520,'AO','VHC',24409,6,'Saurimo, AO - Saurimo Airport (VHC)','1','0'),(3521,'US','SAV',24426,231,'Savannah, US - Savannah/Hilton Head Intl Airport (SAV)','1','0'),(3522,'LA','ZVK',24428,118,'Savannakhet, LA - Savannakhet Airport (ZVK)','1','0'),(3523,'FI','SVL',24446,75,'Savonlinna, FI - Savonlinna Airport (SVL)','1','0'),(3524,'US','SVA',24448,231,'Savoonga, US - Savoonga Airport (SVA)','1','0'),(3525,'FJ','SVU',24452,74,'Savusavu, FJ - Savusavu Airport (SVU)','1','0'),(3526,'ID','SAU',24459,102,'Sawu, ID - Tardamu Airport (SAU)','1','0'),(3527,'CA','YKL',24507,39,'Schefferville, CA - Schefferville Airport (YKL)','1','0'),(3528,'','WBG',33391,83,'Schleswig, Schleswig Air Base (WBG)','1','0'),(3529,'US','BFF',24656,231,'Scottsbluff, US - Western Nebraska Regional Apt/William B Heilig Fld (BFF)','1','0'),(3530,'US','AVP',24661,231,'Scranton, US - Wilkes-Barre/Scranton Intl Airport (AVP)','1','0'),(3531,'LY','SEB',24694,123,'Sebha, LY - Sabha Airport (SEB)','1','0'),(3532,'','YHS',24697,39,'Sechelt, Sechelt Aerodrome (YHS)','1','0'),(3533,'','ZEC',24701,195,'Secunda, Secunda Airport (ZEC)','1','0'),(3534,'','SDX',24710,231,'Sedona, Sedona Airport (SDX)','1','0'),(3535,'SB','EGM',24729,193,'Sege, SB - Sege Airport (EGM)','1','0'),(3536,'','SHK',24742,121,'Sehonghong, Sehonghong Airport (SHK)','1','0'),(3537,'YE','GXF',24757,240,'Seiyun, YE - Sayun Airport (GXF)','1','0'),(3538,'','SKQ',24758,121,'Sekake, Sekake Airport (SKQ)','1','0'),(3539,'US','WLK',24761,231,'Selawik, US - Selawik Airport (WLK)','1','0'),(3540,'US','SOV',24767,231,'Seldovia, US - Seldovia Airport (SOV)','1','0'),(3541,'','PKW',24768,28,'Selebi-phikwe, Selebi-Phikwe Airport (PKW)','1','0'),(3542,'ID','SRG',24791,102,'Semarang, ID - Yani Airport (SRG)','1','0'),(3543,'LS','SOK',24799,121,'Semongkong, LS - Semonkong Airport (SOK)','1','0'),(3544,'','SMM',24802,132,'Semporna, Semporna Airport (SMM)','1','0'),(3545,'JP','SDJ',24809,110,'Sendai, JP - Sendai Airport (SDJ)','1','0'),(3546,'','JDG',24831,0,'Seogwipo, Jeongseok Airport (JDG)','1','0'),(3547,'KR','GMP',24832,197,'Seoul, KR - Gimpo Intl Airport (GMP)','1','0'),(3548,'KR','ICN',24832,197,'Seoul, KR - Incheon Intl Airport (ICN)','1','0'),(3549,'CA','YZV',24836,39,'Sept Iles, CA - Sept-Iles Airport (YZV)','1','0'),(3550,'','SQV',24843,231,'Sequim, Sequim Valley Airport (SQV)','1','0'),(3551,'LY','SRX',24879,123,'Sert, LY - Ghardabiya Airport (SRX)','1','0'),(3552,'','ZRI',24880,102,'Serui, Serui Airport (ZRI)','1','0'),(3553,'','SZM',24885,151,'Sesriem, Sesriem Airport (SZM)','1','0'),(3554,'UA','UKS',24907,227,'Sevastopol, UA - Belbek Sevastopol Intl Airport (UKS)','1','0'),(3555,'US','SWD',24928,231,'Seward, US - Seward (SWD)','1','0'),(3556,'TN','SFA',24944,220,'Sfax, TN - Thyna Intl Airport (SFA)','1','0'),(3557,'US','SHX',24951,231,'Shageluk, US - Shageluk Airport (SHX)','1','0'),(3558,'BW','SWX',24956,28,'Shakawe, BW - Shakawe (SWX)','1','0'),(3559,'','SKR',24958,70,'Shakiso, Shakiso Airport (SKR)','1','0'),(3560,'US','SKK',24960,231,'Shaktoolik, US - Shaktoolik Airport (SKK)','1','0'),(3561,'CA','ZTM',24965,39,'Shamattawa, CA - Shamattawa Airport (ZTM)','1','0'),(3562,'CN','SHA',24972,46,'Shanghai, CN - Shanghai Hongqiao Intl Airport (SHA)','1','0'),(3563,'IE','SNN',33406,105,'Shannon, IE - Shannon Airport (SNN)','1','0'),(3564,'','SXJ',24982,46,'Shanshan, Shanshan Airport (SXJ)','1','0'),(3565,'CN','SWA',24983,46,'Shantou, CN - Jeiyang Chaoshan Intl Airport (SWA)','1','0'),(3566,'','HSC',24986,46,'Shaoguan, Shaoguan Guitou Airport (HSC)','1','0'),(3567,'AE','SHJ',24993,228,'Sharjah, AE - Sharjah Airport (SHJ)','1','0'),(3568,'EG','SSH',24995,65,'Sharm El Sheikh, EG - Ophira Airport (SSH)','1','0'),(3569,'','SBX',25026,231,'Shelby, Shelby Airport (SBX)','1','0'),(3570,'CN','SHE',25036,46,'Shenyang, CN - Shenyang Taoxian Intl Airport (SHE)','1','0'),(3571,'CN','SZX',25037,46,'Shenzhen, CN - Shenzhen Bao`an Intl Airport (SZX)','1','0'),(3572,'US','SHR',25048,231,'Sheridan, US - Sheridan County Airport (SHR)','1','0'),(3573,'','PNX',25050,231,'Sherman, North Texas Regional Airport (PNX)','1','0'),(3574,'','RKZ',25062,46,'Shigatse, Shigatse Peace Airport (RKZ)','1','0'),(3575,'CN','SJW',25064,46,'Shijiazhuang, CN - Shijiazhuang Zhengding Intl Airport (SJW)','1','0'),(3576,'IN','SHL',25073,101,'Shillong, IN - Shillong Airport (SHL)','1','0'),(3577,'IN','SLV',1,101,'Shimla, IN - Shimla (Umroi) Airport (SLV)','1','0'),(3578,'JP','SHI',25083,110,'Shimojishima, JP - Shimojishima Airport (SHI)','1','0'),(3579,'','SHY',25091,214,'Shinyanga, Shinyanga Airport (SHY)','1','0'),(3580,'IR','SYZ',25099,103,'Shiraz, IR - Shiraz Airport (SYZ)','1','0'),(3581,'US','HWV',25103,231,'Shirley, US - Brookhaven (HWV)','1','0'),(3582,'','WSH',25103,231,'Shirley, Brookhaven Airport (WSH)','1','0'),(3583,'US','SHH',25107,231,'Shishmaref, US - Shishmaref Airport (SHH)','1','0'),(3584,'','WDS',25110,46,'Shiyan, Shiyan Wudangshan Airport (WDS)','1','0'),(3585,'','ESH',25120,482,'Shoreham-by-sea, Shoreham Airport (ESH)','1','0'),(3586,'US','SHV',25131,231,'Shreveport, US - Shreveport Regional Airport (SHV)','1','0'),(3587,'US','SHG',25142,231,'Shungnak, US - Shungnak Airport (SHG)','1','0'),(3588,'','SBQ',25157,166,'Sibi, Sibi Airport (SBQ)','1','0'),(3589,'MY','SBW',25161,132,'Sibu, MY - Sibu Airport (SBW)','1','0'),(3590,'US','SDY',25172,231,'Sidney, US - Richland Municipal Airport (SDY)','1','0'),(3591,'US','SNY',25172,231,'Sidney, US - Sidney Municipal/Lloyd W. Carr Field (SNY)','1','0'),(3592,'','SXY',25172,231,'Sidney, Sidney Municipal Airport (SXY)','1','0'),(3593,'KH','REP',25180,37,'Siem Reap, KH - Siem Reap Airport (REP)','1','0'),(3594,'IS','SIJ',25199,100,'Siglufjordur, IS - Siglufjordur (SIJ)','1','0'),(3595,'SE','ARN',25205,209,'Sigtuna, SE - Arlanda Airport (ARN)','1','0'),(3596,'','SXZ',25212,222,'Siirt, Siirt Airport (SXZ)','1','0'),(3597,'','SIK',25215,231,'Sikeston, Sikeston Memorial Municipal Airport (SIK)','1','0'),(3598,'IN','IXS',25219,101,'Silchar, IN - Silchar Airport (IXS)','1','0'),(3599,'','SLS',25228,34,'Silistra, Silistra Airfield (SLS)','1','0'),(3600,'UA','SIP',25252,227,'Simferopol, UA - Simferopol Airport (SIP)','1','0'),(3601,'','IMK',25255,153,'Simikot, Simikot Airport (IMK)','1','0'),(3602,'','CNL',25272,59,'Sindal, Sindal Airport (CNL)','1','0'),(3603,'','SIE',25275,175,'Sines, Sines Airport (SIE)','1','0'),(3604,'SG','QPG',25278,190,'Singapore, SG - Paya Lebar Airbase (QPG)','1','0'),(3605,'SG','SIN',25278,190,'Singapore, SG - Changi Intl Airport (SIN)','1','0'),(3606,'SG','XSP',25278,190,'Singapore, SG - Seletar (XSP)','1','0'),(3607,'','SIQ',25281,102,'Singkep, Dabo Singkep Airport (SIQ)','1','0'),(3608,'','SIX',25282,13,'Singleton, Singleton Airport (SIX)','1','0'),(3609,'CH','SIR',25306,210,'Sion, CH - Sion Airport (SIR)','1','0'),(3610,'CA','YXL',25308,39,'Sioux Lookout, CA - Sioux Lookout Airport (YXL)','1','0'),(3611,'ZA','SIS',25326,195,'Sishen, ZA - Sishen Airport (SIS)','1','0'),(3612,'','SWY',25340,132,'Sitiawan, Sitiawan Airport (SWY)','1','0'),(3613,'US','SIT',25341,231,'Sitka, US - Sitka Airport (SIT)','1','0'),(3614,'MM','AKY',25347,150,'Sittwe, MM - Sittwe Airport (AKY)','1','0'),(3615,'TR','VAS',25349,222,'Sivas, TR - Sivas Nuri Demirag Airport (VAS)','1','0'),(3616,'US','SGY',25360,231,'Skagway, US - Skagway Airport (SGY)','1','0'),(3617,'SE','SFT',25378,209,'Skelleftea, SE - Skelleftea Airport (SFT)','1','0'),(3618,'GR','JSI',25386,86,'Skiathos, GR - Skiathos Airport (JSI)','1','0'),(3619,'NO','SKE',25392,164,'Skien, NO - Skien Airport Geiteryggen (SKE)','1','0'),(3620,'GR','SKU',25397,86,'Skiros, GR - Skiros Airport (SKU)','1','0'),(3621,'','SQW',25398,59,'Skive, Skive Airport (SQW)','1','0'),(3622,'MK','SKP',25410,129,'Skopje, MK - Skopje Airport (SKP)','1','0'),(3623,'SE','KVB',25415,209,'Skovde, SE - Skovde (KVB)','1','0'),(3624,'ZA','SZK',25418,195,'Skukuza, ZA - Skukuza Airport (SZK)','1','0'),(3625,'','SKW',25420,231,'Skwentna, Skwentna Airport (SKW)','1','0'),(3626,'US','SLQ',25442,231,'Sleetmute, US - Sleetmute Airport (SLQ)','1','0'),(3627,'SK','SLD',25446,191,'Sliac, SK - Sliac Airport (SLD)','1','0'),(3628,'IE','SXL',25449,105,'Sligo, IE - Sligo Airport (SXL)','1','0'),(3629,'','SMW',25465,148,'Smara, Smara Airport (SMW)','1','0'),(3630,'CA','YYD',25471,39,'Smithers, CA - Smithers Airport (YYD)','1','0'),(3631,'US','AWO',25500,231,'Snohomish, US - Arlington Municipal (AWO)','1','0'),(3632,'','DWB',25511,130,'Soalala, Soalala Airport (DWB)','1','0'),(3633,'YE','SCT',25526,240,'Socotra, YE - Socotra Airport (SCT)','1','0'),(3634,'FI','SOT',25530,75,'Sodankyla, FI - Sodankyla (SOT)','1','0'),(3635,'ET','SXU',25532,70,'Soddu, ET - Soddu Airport (SXU)','1','0'),(3636,'SE','SOO',25535,209,'Soderhamn, SE - Soderhamn Airport (SOO)','1','0'),(3637,'BG','SOF',25546,34,'Sofia, BG - Sofia Intl Airport (SOF)','1','0'),(3638,'NO','SOG',25549,164,'Sogndal, NO - Sognal Airport Haukasen (SOG)','1','0'),(3639,'','OHS',25551,165,'Sohar, Sohar Airport (OHS)','1','0'),(3640,'KR','SHO',25559,197,'Sokcho, KR - King Mswati III Intl Airport (SHO)','1','0'),(3641,'VU','SLH',25562,233,'Sola, VU - Vanua Lava Airport (SLH)','1','0'),(3642,'','SSE',34318,101,'Solapur, Solapur Airport (SSE)','1','0'),(3643,'','SXQ',25574,231,'Soldotna, Soldotna Airport (SXQ)','1','0'),(3644,'','SOL',25602,231,'Solomon, Solomon State Field Airport (SOL)','1','0'),(3645,'DK','SGD',25636,59,'Sonderborg, DK - Sonderborg Airport (SGD)','1','0'),(3646,'','SGX',25646,214,'Songea, Songea Airport (SGX)','1','0'),(3647,'FR','SXD',25660,76,'Sophia Antipolis, FR - Sophia Antipolis Airport (SXD)','1','0'),(3648,'NO','SOJ',25675,164,'Sorkjosen, NO - Sorkjosen Airport (SOJ)','1','0'),(3649,'','SQR',25678,102,'Soroako, Soroako Airport (SQR)','1','0'),(3650,'ID','SOQ',25680,102,'Sorong, ID - Domine Edward Osok Airport (SOQ)','1','0'),(3651,'CG','SOE',25703,51,'Souanke, CG - Souanké Airport (SOE)','1','0'),(3652,'BS','TZN',25723,16,'South Andros, BS - South Andros Airport (TZN)','1','0'),(3653,'','ADO',33441,13,'South Australia Region, Andamooka Airport (ADO)','1','0'),(3654,'','AMT',33441,13,'South Australia Region, Amata Airport (AMT)','1','0'),(3655,'','LCN',33441,13,'South Australia Region, Balcanoona Airport (LCN)','1','0'),(3656,'US','SBN',33445,231,'South Bend, US - South Bend Regional Airport (SBN)','1','0'),(3657,'US','BTV',33452,231,'South Burlington, US - Burlington Intl Airport (BTV)','1','0'),(3658,'CA','XSI',33482,39,'South Indian Lake, CA - South Indian Lake Airport (XSI)','1','0'),(3659,'US','WSN',33493,231,'South Naknek, US - South Naknek Airport (WSN)','1','0'),(3660,'','AUE',25735,65,'South Sinai, Abu Rudeis Airport (AUE)','1','0'),(3661,'VU','SWJ',25739,233,'South West Bay, VU - South West Bay Airport (SWJ)','1','0'),(3662,'GB','SOU',25742,482,'Southampton, GB - Southampton Intl Airport (SOU)','1','0'),(3663,'GB','SEN',25754,482,'Southend, GB - London Southend Airport (SEN)','1','0'),(3664,'','SHQ',25775,231,'Southport, Southport Airport (SHQ)','1','0'),(3665,'AO','SZA',25794,6,'Soyo, AO - Soyo Airport (SZA)','1','0'),(3666,'','SAR',25816,86,'Sparta, Sparta Community Airport (SAR)','1','0'),(3667,'US','SPF',25823,231,'Spearfish, US - Black Hills (Clyde Ice Field) (SPF)','1','0'),(3668,'US','SPW',25831,231,'Spencer, US - Spencer Municipal (SPW)','1','0'),(3669,'','RTL',25856,231,'Spirit Lake, Spirit Lake Municipal Airport (RTL)','1','0'),(3670,'HR','SPU',25862,55,'Split, HR - Split Airport (SPU)','1','0'),(3671,'US','GEG',25864,231,'Spokane, US - Spokane Intl Airport (GEG)','1','0'),(3672,'US','SFF',25864,231,'Spokane, US - Felts Field (SFF)','1','0'),(3673,'','SCG',33540,13,'Spring Creek, Spring Creek Airport (SCG)','1','0'),(3674,'BS','AXP',25876,16,'Spring Point, BS - Spring Point Airport (AXP)','1','0'),(3675,'ZA','SBU',25877,195,'Springbok, ZA - Springbok (SBU)','1','0'),(3676,'','SPZ',25879,231,'Springdale, Springdale Municipal Airport (SPZ)','1','0'),(3677,'US','SGF',25882,231,'Springfield, US - Branson National Airport (SGF)','1','0'),(3678,'US','SPI',25882,231,'Springfield, US - Abraham Lincoln Capital Airport (SPI)','1','0'),(3679,'','ZVG',25887,13,'Springvale, Springvale Airport (ZVG)','1','0'),(3680,'CA','YSE',25892,39,'Squamish, CA - Squamish (YSE)','1','0'),(3681,'IN','SXR',25897,101,'Srinagar, IN - Srinagar Airport (SXR)','1','0'),(3682,'FR','SBK',33567,76,'St Brieuc, FR - Saint-Brieuc - Armor (SBK)','1','0'),(3683,'CA','YYT',33610,39,'St Johns, CA - St John`s Intl Airport (YYT)','1','0'),(3684,'KN','SKB',33616,202,'St Kitts, KN - R L Bradshaw Airport (SKB)','1','0'),(3685,'LC','SLU',33622,182,'St Lucia, LC - George F L Charles Airport (SLU)','1','0'),(3686,'LC','UVF',33622,182,'St Lucia, LC - Hewanorra Intl Airport (UVF)','1','0'),(3687,'US','STP',33645,231,'St Paul, US - St Paul Downtown Airport/Holman Field (STP)','1','0'),(3688,'RU','LED',33649,181,'St Petersburg, RU - Pulkovo Airport (LED)','1','0'),(3689,'','YCM',33683,39,'St. Catharines, St. Catharines/Niagara District Airport (YCM)','1','0'),(3690,'','SJN',33704,39,'St. Johns, St. Johns Industrial Air Park (SJN)','1','0'),(3691,'','STQ',33721,231,'St. Marys, St. Marys Municipal Airport (STQ)','1','0'),(3692,'US','SPG',33738,231,'St. Petersburg, US - Albert Whitted (SPG)','1','0'),(3693,'','PSY',25988,231,'Stanley, Port Stanley Airport (PSY)','1','0'),(3694,'','SNH',25999,13,'Stanthorpe, Stanthorpe Airport (SNH)','1','0'),(3695,'US','SCE',33749,231,'State College, US - University Park Airport (SCE)','1','0'),(3696,'DK','STA',26024,59,'Stauning, DK - Stauning Vestjylland (STA)','1','0'),(3697,'US','SHD',26025,231,'Staunton, US - Shenandoah Valley Regional Airport (SHD)','1','0'),(3698,'NO','SVG',26026,164,'Stavanger, NO - Stavanger Airport Sola (SVG)','1','0'),(3699,'RU','STW',26029,181,'Stavropol, RU - Shpakovskoye Airport (STW)','1','0'),(3700,'US','WBB',26037,231,'Stebbins, US - Stebbins Airport (WBB)','1','0'),(3701,'BS','SML',26066,16,'Stella Maris, BS - Stella Maris Airport (SML)','1','0'),(3702,'CA','YJT',26078,39,'Stephenville, CA - Stephenville Intl Airport (YJT)','1','0'),(3703,'','SQI',26081,231,'Sterling, Whiteside County Airport (SQI)','1','0'),(3704,'','ZST',26093,39,'Stewart, Stewart Aerodrome (ZST)','1','0'),(3705,'NZ','SZS',26095,157,'Stewart Island, NZ - Ryans Creek Airport (SZS)','1','0'),(3706,'US','SCK',26139,231,'Stockton, US - Stockton Metropolitan Airport (SCK)','1','0'),(3707,'NO','SKN',26145,164,'Stokmarknes, NO - Stokmarknes Airport Skagen (SKN)','1','0'),(3708,'GB','SYY',26170,482,'Stornoway, GB - Stornoway Airport (SYY)','1','0'),(3709,'','MMN',33766,231,'Stow, Minute Man Air Field (MMN)','1','0'),(3710,'FR','SXB',26205,76,'Strasbourg, FR - Entzheim Airport (SXB)','1','0'),(3711,'','RBM',26226,83,'Straubing, Straubing Wallmühle Airport (RBM)','1','0'),(3712,'','KBY',26230,13,'Streaky Bay, Streaky Bay Airport (KBY)','1','0'),(3713,'GB','SOY',26257,482,'Stronsay, GB - Stronsay Airport (SOY)','1','0'),(3714,'','SUD',26258,482,'Stroud, Stroud Municipal Airport (SUD)','1','0'),(3715,'','SSW',26269,39,'Stuart Island, Stuart Island Airpark (SSW)','1','0'),(3716,'','YIG',26269,39,'Stuart Island, Big Bay Water Aerodrome (YIG)','1','0'),(3717,'','TNX',26277,37,'Stung Treng, Steung Treng Airport (TNX)','1','0'),(3718,'US','SUE',26280,231,'Sturgeon Bay, US - Door County Cherryland (SUE)','1','0'),(3719,'DE','STR',26286,83,'Stuttgart, DE - Stuttgart Airport (STR)','1','0'),(3720,'MY','SZB',26296,132,'Subang Jaya, MY - Abdul Aziz Shah Airport (SZB)','1','0'),(3721,'PH','SFS',26302,173,'Subic Bay, PH - Subic Bay Intl Airport (SFS)','1','0'),(3722,'RO','SCV',26307,179,'Suceava, RO - Stefan cel Mare Airport (SCV)','1','0'),(3723,'BO','SRE',26311,26,'Sucre, BO - Juana Azurduy de Padilla Intl Airport (SRE)','1','0'),(3724,'CA','YSB',26312,39,'Sudbury, CA - Greater Sudbury Airport (YSB)','1','0'),(3725,'PK','SUL',26331,166,'Sui, PK - Sui Airport (SUL)','1','0'),(3726,'TH','THS',26340,215,'Sukhothai, TH - Sukhothai Airport (THS)','1','0'),(3727,'','SUI',26341,82,'Sukhumi, Sukhumi Babushara Airport (SUI)','1','0'),(3728,'PK','SKZ',26343,166,'Sukkur, PK - Sukkur Airport (SKZ)','1','0'),(3729,'','BUW',26345,102,'Sulawesi, Betoambari Airport (BUW)','1','0'),(3730,'IQ','ISU',26346,104,'Sulaymaniyah, IQ - Sulaimaniyah Intl Airport (ISU)','1','0'),(3731,'','SIV',26348,231,'Sullivan, Sullivan County Airport (SIV)','1','0'),(3732,'ID','SWQ',26361,102,'Sumbawa, ID - Sultan Muhammad Kaharuddin III Airport (SWQ)','1','0'),(3733,'','SUT',26362,214,'Sumbawanga, Sumbawanga Airport (SUT)','1','0'),(3734,'','NDD',26363,6,'Sumbe, Sumbe Airport (NDD)','1','0'),(3735,'','UMM',33774,231,'Summit, Summit Airport (UMM)','1','0'),(3736,'','SUM',26379,231,'Sumter, Sumter Airport (SUM)','1','0'),(3737,'','UMY',26380,227,'Sumy, Sumy Airport (UMY)','1','0'),(3738,'ZA','NTY',26381,195,'Sun City, ZA - Pilanesberg Intl Airport (NTY)','1','0'),(3739,'SE','SDL',26394,209,'Sundsvall, SE - Midlanda Airport (SDL)','1','0'),(3740,'','SUO',26413,231,'Sunriver, Sunriver Airport (SUO)','1','0'),(3741,'GH','NYI',26422,84,'Sunyani, GH - Sunyani Airport (NYI)','1','0'),(3742,'','SUH',26434,165,'Sur, Sur Airport (SUH)','1','0'),(3743,'ID','SUB',26435,102,'Surabaya, ID - Juanda Airport (SUB)','1','0'),(3744,'ID','SOC',26437,102,'Surakarta, ID - Adisumarmo Intl Airport (SOC)','1','0'),(3745,'IN','STV',26438,101,'Surat, IN - Surat Airport (STV)','1','0'),(3746,'TH','URT',26439,215,'Surat Thani, TH - Surat Thani Airport (URT)','1','0'),(3747,'RU','SGC',26447,181,'Surgut, RU - Surgut Airport (SGC)','1','0'),(3748,'','PXR',26449,215,'Surin, Surin Airport (PXR)','1','0'),(3749,'','SKH',26452,153,'Surkhet, Surkhet Airport (SKH)','1','0'),(3750,'FJ','SUV',26476,74,'Suva, FJ - Nausori Intl Airport (SUV)','1','0'),(3751,'','SZV',26485,46,'Suzhou, Suzhou Guangfu Airport (SZV)','1','0'),(3752,'SE','EVG',26491,209,'Sveg, SE - Sveg Airport (EVG)','1','0'),(3753,'NO','SVJ',26502,164,'Svolvaer, NO - Svolvaer Airport Helle (SVJ)','1','0'),(3754,'NA','SWP',26508,151,'Swakopmund, NA - Swakopmund (SWP)','1','0'),(3755,'','ZJN',26513,39,'Swan River, Swan River Airport (ZJN)','1','0'),(3756,'CA','YYN',26531,39,'Swift Current, CA - Swift Current (YYN)','1','0'),(3757,'','RSE',26540,39,'Sydney, Rose Bay Seaplane Base (RSE)','1','0'),(3758,'CA','YQY',26540,39,'Sydney, CA - J A Douglas McCurdy Airport (YQY)','1','0'),(3759,'RU','SCW',26544,181,'Syktyvkar, RU - Syktyvkar Airport (SCW)','1','0'),(3760,'BD','ZYL',26546,18,'Sylhet, BD - Osmani Intl Airport (ZYL)','1','0'),(3761,'US','SYR',26560,231,'Syracuse, US - Syracuse Hancock Intl Airport (SYR)','1','0'),(3762,'EG','TCP',26579,65,'Taba, EG - Taba Intl Airport (TCP)','1','0'),(3763,'BR','TBT',26585,30,'Tabatinga, BR - Tabatinga Intl Airport (TBT)','1','0'),(3764,'','TBF',26589,114,'Tabiteuea North, Tabiteuea North Airport (TBF)','1','0'),(3765,'TZ','TBO',26593,214,'Tabora, TZ - Tabora Airport (TBO)','1','0'),(3766,'IR','TBZ',26594,103,'Tabriz, IR - Tabriz Airport (TBZ)','1','0'),(3767,'SA','TUU',26596,186,'Tabuk, SA - Tabuk Airport (TUU)','1','0'),(3768,'PH','TAC',26598,173,'Tacloban, PH - D Z Romualdez Airport (TAC)','1','0'),(3769,'PE','TCQ',26599,172,'Tacna, PE - Tacna Airport (TCQ)','1','0'),(3770,'UY','TAW',26601,230,'Tacuarembo, UY - Tacuarembó Airport (TAW)','1','0'),(3771,'','TDJ',26604,60,'Tadjoura, Tadjoura Airport (TDJ)','1','0'),(3772,'CA','XTL',26606,39,'Tadoule Lake, CA - Tadoule Lake Airport (XTL)','1','0'),(3773,'','ZTS',26628,39,'Tahsis, Tahsis Water Aerodrome (ZTS)','1','0'),(3774,'TW','TXG',26635,212,'Taichung, TW - Taichung Airport (TXG)','1','0'),(3775,'SA','TIF',26636,186,'Taif, SA - Taif Airport (TIF)','1','0'),(3776,'TW','TNN',26638,212,'Tainan, TW - Tainan Airport (TNN)','1','0'),(3777,'TW','TPE',26643,212,'Taipei, TW - Taiwan Taoyuan Intl Airport (TPE)','1','0'),(3778,'TW','TSA',26643,212,'Taipei, TW - Taipei Songshan Airport (TSA)','1','0'),(3779,'MY','TPG',26648,132,'Taiping, MY - Taiping (TPG)','1','0'),(3780,'TW','TTT',26652,212,'Taitung, TW - Taitung Airport (TTT)','1','0'),(3781,'CN','TYN',26654,46,'Taiyuan, CN - Taiyuan Wusu Intl Airport (TYN)','1','0'),(3782,'YE','TAI',26655,240,'Taiz, YE - Ta`izz Intl Airport (TAI)','1','0'),(3783,'','TKT',26658,215,'Tak, Tak Airport (TKT)','1','0'),(3784,'JP','TAK',26661,110,'Takamatsu, JP - Takamatsu Airport (TAK)','1','0'),(3785,'PF','TKP',26664,78,'Takapoto, PF - Takapoto Airport (TKP)','1','0'),(3786,'PF','TKX',26666,78,'Takaroa, PF - Takaroa Airport (TKX)','1','0'),(3787,'US','TCT',26674,231,'Takotna, US - Takotna Airport (TCT)','1','0'),(3788,'PE','TYL',26681,172,'Talara, PE - Victor Montes Arias Airport (TYL)','1','0'),(3789,'EE','TLL',26703,69,'Tallinn, EE - Lennart Meri Tallinn Airport (TLL)','1','0'),(3790,'CA','YYH',26709,39,'Taloyoak, CA - Taloyoak Airport (YYH)','1','0'),(3791,'GH','TML',26714,84,'Tamale, GH - Tamale Airport (TML)','1','0'),(3792,'','SXT',26716,132,'Taman Negara, Sungai Tiang Airport (SXT)','1','0'),(3793,'','TMN',26717,110,'Tamana, Tamana Airport (TMN)','1','0'),(3794,'DZ','TMR',26721,3,'Tamanrasset, DZ - Aguenar Hadj Bey Akhamok Airport (TMR)','1','0'),(3795,'MG','TMM',26728,130,'Tamatave, MG - Toamasina Airport (TMM)','1','0'),(3796,'','TUD',26729,187,'Tambacounda, Tambacounda Airport (TUD)','1','0'),(3797,'','WTA',26731,130,'Tambohorano, Tambohorano Airport (WTA)','1','0'),(3798,'ID','TMC',26733,102,'Tambolaka, ID - Tambolaka Airport (TMC)','1','0'),(3799,'','KYO',26743,231,'Tampa, Tampa North Aero Park (KYO)','1','0'),(3800,'US','TPA',26743,231,'Tampa, US - Tampa Intl Airport (TPA)','1','0'),(3801,'FI','TMP',26744,75,'Tampere, FI - Pirkkala Airport (TMP)','1','0'),(3802,'MX','TAM',26745,141,'Tampico, MX - Gen Francisco Javier Mina Intl Airport (TAM)','1','0'),(3803,'US','GUM',26747,90,'Tamuning, US - Antonio B Won Pat Intl Airport (GUM)','1','0'),(3804,'MA','TTA',26752,148,'Tan Tan, MA - Plage Blanche Airport (TTA)','1','0'),(3805,'ID','TTR',26754,102,'Tana Toraja, ID - Pongtiku Airport (TTR)','1','0'),(3806,'US','TAL',26759,231,'Tanana, US - Tanana Airport (TAL)','1','0'),(3807,'JP','TNE',26767,110,'Tanegashima, JP - New Tanegashima Airport (TNE)','1','0'),(3808,'','TGT',26769,214,'Tanga, Tanga Airport (TGT)','1','0'),(3809,'MA','TNG',26777,148,'Tangier, MA - Boukhalef Airport (TNG)','1','0'),(3810,'','TVS',26779,46,'Tangshan, Tangshan Sannühe Airport (TVS)','1','0'),(3811,'','TJG',26782,102,'Tanjung, Warukin Airport (TJG)','1','0'),(3812,'MY','TGC',26783,132,'Tanjung Bungah, MY - Tanjung Manis Airport (TGC)','1','0'),(3813,'','TPJ',26803,153,'Taplejung, Taplejung Airport (TPJ)','1','0'),(3814,'ID','TRK',26808,102,'Tarakan, ID - Tarakan Airport (TRK)','1','0'),(3815,'PE','TPP',26814,172,'Tarapoto, PE - Tarapoto Airport (TPP)','1','0'),(3816,'KI','TRW',26819,114,'Tarawa, KI - Bonriki Intl Airport (TRW)','1','0'),(3817,'','TGV',26830,34,'Targovishte, Targovishte Airport (TGV)','1','0'),(3818,'','BJO',26834,26,'Tarija, Bermejo Airport (BJO)','1','0'),(3819,'BO','TJA',26834,26,'Tarija, BO - Cap. Oriel Lea Plaza Airport (TJA)','1','0'),(3820,'','TQL',26838,181,'Tarko-sale, Tarko-Sale Airport (TQL)','1','0'),(3821,'UZ','TAS',26873,232,'Tashkent, UZ - Yuzhnyy Airport (TAS)','1','0'),(3822,'','TSY',26874,102,'Tasikmalaya, Tasikmalaya Airport (TSY)','1','0'),(3823,'','TEK',26886,231,'Tatitlek, Tatitlek Airport (TEK)','1','0'),(3824,'BR','QHP',26892,30,'Taubate, BR - Base De Aviacao De Taubate (QHP)','1','0'),(3825,'NZ','TRG',26901,157,'Tauranga, NZ - Tauranga Airport (TRG)','1','0'),(3826,'FJ','TVU',26913,74,'Taveuni, FJ - Taveuni Island - Matei Airport (TVU)','1','0'),(3827,'MY','TWU',26917,132,'Tawau, MY - Tawau Airport (TWU)','1','0'),(3828,'','CDY',26918,173,'Tawitawi, Cagayan de Sulu Airport (CDY)','1','0'),(3829,'','TWE',26920,231,'Taylor, Taylor Airport (TWE)','1','0'),(3830,'','TYZ',26920,231,'Taylor, Taylor Airport (TYZ)','1','0'),(3831,'DZ','TEE',26927,3,'Tbessa, DZ - Cheikh Larbi Tebessi Airport (TEE)','1','0'),(3832,'GE','TBS',26928,82,'Tbilisi, GE - Novo Alexeyevka Airport (TBS)','1','0'),(3833,'','TCH',26929,80,'Tchibanga, Tchibanga Airport (TCH)','1','0'),(3834,'','TEU',33794,157,'Te Anau, Te Anau Airport (TEU)','1','0'),(3835,'GB','MME',26944,482,'Teesside, GB - Teesside Airport (MME)','1','0'),(3836,'BR','TFF',26945,30,'Tefe, BR - Tefe Airport (TFF)','1','0'),(3837,'HN','TGU',26949,97,'Tegucigalpa, HN - Toncontin Intl Airport (TGU)','1','0'),(3838,'IR','THR',26952,103,'Tehran, IR - Mehrabad Intl Airport (THR)','1','0'),(3839,'IR','IKA',26952,103,'Tehran, IR - Imam Khomeini Airport (IKA)','1','0'),(3840,'IL','SDV',26961,106,'Tel Aviv, IL - Sde Dov Airport (SDV)','1','0'),(3841,'IL','TLV',26961,106,'Tel Aviv, IL - Ben Gurion Airport (TLV)','1','0'),(3842,'','TEA',26962,97,'Tela, Tela Airport (TEA)','1','0'),(3843,'','YTX',26966,39,'Telegraph Creek, Telegraph Creek Airport (YTX)','1','0'),(3844,'','TEF',26969,13,'Telfer, Telfer Airport (TEF)','1','0'),(3845,'US','TLA',26975,231,'Teller, US - Teller Airport (TLA)','1','0'),(3846,'US','TEX',26977,231,'Telluride, US - Telluride Regional Airport (TEX)','1','0'),(3847,'ID','TIM',26981,102,'Tembagapura, ID - Tembagapura Airport (TIM)','1','0'),(3848,'','TXM',26985,102,'Teminabuan, Teminabuan Airport (TXM)','1','0'),(3849,'','TEM',26987,13,'Temora, Temora Airport (TEM)','1','0'),(3850,'','PZS',27001,45,'Temuco, Maquehue Airport (PZS)','1','0'),(3851,'CL','ZCO',27001,45,'Temuco, CL - Maquehue Airport (ZCO)','1','0'),(3852,'ES','TFN',27010,199,'Tenerife, ES - Tenerife North (Los Rodeos) Airport (TFN)','1','0'),(3853,'ES','TFS',27010,199,'Tenerife, ES - Tenerife South (Reina Sofia) Airport (TFS)','1','0'),(3854,'MX','TPQ',27033,141,'Tepic, MX - Amado Nervo Intl Airport (TPQ)','1','0'),(3855,'BR','THE',27045,30,'Teresina, BR - Teresina Airport (THE)','1','0'),(3856,'ID','TTE',27060,102,'Ternate, ID - Babullah Airport (TTE)','1','0'),(3857,'CA','YXT',27065,39,'Terrace, CA - Northwest Regional Airport (YXT)','1','0'),(3858,'US','HUF',33809,231,'Terre Haute, US - Terre Haute Intl Airport (Hulman Field) (HUF)','1','0'),(3859,'','TEV',27082,199,'Teruel, Teruel Airport (TEV)','1','0'),(3860,'','YZW',27087,39,'Teslin, Teslin Airport (YZW)','1','0'),(3861,'MZ','TET',27092,149,'Tete, MZ - Chingozi / Matundo Airport (TET)','1','0'),(3862,'CA','ZTB',27093,39,'Tete A La Baleine, CA - Tete-a-la-Baleine Airport (ZTB)','1','0'),(3863,'US','TEB',27094,231,'Teterboro, US - Teterboro Airport (TEB)','1','0'),(3864,'MA','TTU',27100,148,'Tetuan, MA - Sania Ramel Airport (TTU)','1','0'),(3865,'','TWN',27107,13,'Tewantin, Tewantin Airport (TWN)','1','0'),(3866,'US','TXK',27110,231,'Texarkana, US - Texarkana Regional Airport / Webb Field (TXK)','1','0'),(3867,'','MGI',27111,231,'Texas City, Aransas National Wildlife Refuge Airport (MGI)','1','0'),(3868,'US','RKP',27111,231,'Texas City, US - Aransas County (RKP)','1','0'),(3869,'IN','TEZ',27116,101,'Tezpur, IN - Tezpur Airport (TEZ)','1','0'),(3870,'','TEI',27117,101,'Tezu, Tezu Airport (TEI)','1','0'),(3871,'ZA','TCU',27119,195,'Thaba Nchu, ZA - Thaba Nchu Airport (TCU)','1','0'),(3872,'','THK',27123,118,'Thakhek, Thakhek Airport (THK)','1','0'),(3873,'','TJV',27136,101,'Thanjavur, Thanjavur Air Force Station (TJV)','1','0'),(3874,'CA','YQD',33826,39,'The Pas, CA - The Pas Airport (YQD)','1','0'),(3875,'US','TVF',27171,231,'Thief River Falls, US - Thief River Falls Regional Airport (TVF)','1','0'),(3876,'IS','TEY',27177,100,'Thingeyri, IS - Thingeyri (TEY)','1','0'),(3877,'GR','JTR',33830,86,'Thira, GR - Santorini Airport (JTR)','1','0'),(3878,'DK','TED',27181,59,'Thisted, DK - Thisted (TED)','1','0'),(3879,'','THY',27183,195,'Thohoyandou, P.R. Mphephu Airport (THY)','1','0'),(3880,'CA','YTH',27193,39,'Thompson, CA - Thompson Municipal Airport (YTH)','1','0'),(3881,'','TCR',34425,101,'Thoothukudi, Tuticorin Airport (TCR)','1','0'),(3882,'US','KTB',33833,231,'Thorne Bay, US - Thorne Bay Seaplane Base (KTB)','1','0'),(3883,'IS','THO',27219,100,'Thorshofn, IS - Porshofn Airport (THO)','1','0'),(3884,'CA','YQT',27234,39,'Thunder Bay, CA - Thunder Bay Intl Airport (YQT)','1','0'),(3885,'','YYW',27234,39,'Thunder Bay, Armstrong Airport (YYW)','1','0'),(3886,'CN','TSN',27247,46,'Tianjin, CN - Tianjin Binhai Intl Airport (TSN)','1','0'),(3887,'','THQ',27248,46,'Tianshui, Tianshui Maijishan Airport (THQ)','1','0'),(3888,'DZ','TID',27252,3,'Tiaret, DZ - Abdelhafid Boussouf Bou Chekif Airport (TID)','1','0'),(3889,'NC','TGJ',27271,156,'Tiga, NC - Tiga Airport (TGJ)','1','0'),(3890,'MX','TIJ',27283,141,'Tijuana, MX - Gen Abelardo L Rodriguez Intl Airport (TIJ)','1','0'),(3891,'','TKC',27288,38,'Tiko, Tiko Airport (TKC)','1','0'),(3892,'','OTK',27294,231,'Tillamook, Tillamook Airport (OTK)','1','0'),(3893,'NZ','TIU',27301,157,'Timaru, NZ - Timaru Airport (TIU)','1','0'),(3894,'','TBK',27303,13,'Timber Creek, Timber Creek Airport (TBK)','1','0'),(3895,'RO','TSR',27306,179,'Timisoara, RO - Traian Vuia Intl Airport (TSR)','1','0'),(3896,'CA','YTS',27309,39,'Timmins, CA - Timmins Victor M Power Airport (YTS)','1','0'),(3897,'DZ','TIN',27318,3,'Tindouf, DZ - Tindouf Airport (TIN)','1','0'),(3898,'PE','TGI',27323,172,'Tingo Maria, PE - Tingo María Airport (TGI)','1','0'),(3899,'MP','TIQ',27325,163,'Tinian, MP - Tinian Island Airport (TIQ)','1','0'),(3900,'','VEX',27334,231,'Tioga, Tioga Municipal Airport (VEX)','1','0'),(3901,'','TMY',27335,102,'Tiom, Tiom Airport (TMY)','1','0'),(3902,'ET','TIE',27339,70,'Tippi, ET - Tippi Airport (TIE)','1','0'),(3903,'AL','TIA',27345,2,'Tirana, AL - Tirana (Rinas) Intl Airport Nene Tereza (TIA)','1','0'),(3904,'RO','TGM',27348,179,'Tirgu Mures, RO - Targu Mures Transilvania Airport (TGM)','1','0'),(3905,'IN','TRZ',27352,101,'Tiruchirapally, IN - Trichy Airport (TRZ)','1','0'),(3906,'IN','TIR',27353,101,'Tirupati, IN - Tirupati Airport (TIR)','1','0'),(3907,'','YTT',27356,39,'Tisdale, Tisdale Airport (YTT)','1','0'),(3908,'US','TIX',27371,231,'Titusville, US - Space Coast Regional (TIX)','1','0'),(3909,'YU','TIV',27372,241,'Tivat, YU - Tivat Airport (TIV)','1','0'),(3910,'DZ','TLM',27387,3,'Tlemcen, DZ - Zenata - Messali El Hadj Airport (TLM)','1','0'),(3911,'TT','TAB r',27391,219,'Tobago, TT - A N R Robinson Intl Airport (TAB r)','1','0'),(3912,'','TOX',27396,181,'Tobolsk, Tobolsk Airport (TOX)','1','0'),(3913,'LY','TOB',27397,123,'Tobruk, LY - Tobruk Airport (TOB)','1','0'),(3914,'','TOC',27399,231,'Toccoa, Toccoa Airport (TOC)','1','0'),(3915,'','YTP',27412,39,'Tofino, Tofino Harbour Water Aerodrome (YTP)','1','0'),(3916,'US','TKJ',33843,231,'Tok, US - Tok Airport (TKJ)','1','0'),(3917,'US','OOK',27424,231,'Toksook Bay, US - Toksook Bay Airport (OOK)','1','0'),(3918,'JP','TKS',27426,110,'Tokushima, JP - Tokushima Airport (TKS)','1','0'),(3919,'JP','HND',27427,110,'Tokyo, JP - Tokyo Intl (Haneda) Airport (HND)','1','0'),(3920,'JP','NRT',27427,110,'Tokyo, JP - Narita Intl Airport (NRT)','1','0'),(3921,'US','TOL',27432,231,'Toledo, US - Toledo Express Airport (TOL)','1','0'),(3922,'MG','BMD',27436,130,'Toliara, MG - Belo sur Tsiribihina Airport (BMD)','1','0'),(3923,'','DVD',27436,130,'Toliara, Andavadoaka Airport (DVD)','1','0'),(3924,'','TLI',27437,102,'Tolitoli, Sultan Bantilan Airport (TLI)','1','0'),(3925,'MY','TMG',27451,132,'Tomanggong, MY - Tomanggong Airport (TMG)','1','0'),(3926,'RU','TOF',27460,181,'Tomsk, RU - Tomsk Bogashevo Airport (TOF)','1','0'),(3927,'TO','TBU',27471,218,'Tongatapu, TO - Nukualofa - Fuaamotu Intl Airport (TBU)','1','0'),(3928,'','TNH',27474,46,'Tonghua, Tonghua Sanyuanpu Airport (TNH)','1','0'),(3929,'CN','TGO',27476,46,'Tongliao, CN - Tongliao Airport (TGO)','1','0'),(3930,'VU','TGH',27477,233,'Tongoa, VU - Tongoa Airport (TGH)','1','0'),(3931,'','XSD',27487,231,'Tonopah, Tonopah Test Range Airport (XSD)','1','0'),(3932,'','WTB',27493,13,'Toowoomba, Brisbane West Wellcamp Airport (WTB)','1','0'),(3933,'US','TOP',27497,231,'Topeka, US - Philip Billard Municipal (TOP)','1','0'),(3934,'CA','YTZ',27530,39,'Toronto, CA - Billy Bishop Toronto City (Toronto Island) Airport (YTZ)','1','0'),(3935,'CA','YYZ',27530,39,'Toronto, CA - Lester B Pearson Intl Airport (YYZ)','1','0'),(3936,'US','TOA',27534,231,'Torrance, US - Zamperini Field (TOA)','1','0'),(3937,'MX','TRC',27549,141,'Torreon, MX - Francisco Sarabia Intl Airport (TRC)','1','0'),(3938,'VU','TOH',27551,233,'Torres, VU - Torres Airport (TOH)','1','0'),(3939,'','TSQ',27551,233,'Torres, Torres Airport (TSQ)','1','0'),(3940,'','RAD',27572,32,'Tortola, Road Town Seaplane Base (RAD)','1','0'),(3941,'','TOV',27572,32,'Tortola, West End Seaplane Base (TOV)','1','0'),(3942,'IT','TTB',27574,107,'Tortoli, IT - Tortoli - Arbatax Airport (TTB)','1','0'),(3943,'JP','TTJ',27594,110,'Tottori, JP - Tottori Airport (TTJ)','1','0'),(3944,'DZ','TGR',27600,3,'Touggourt, DZ - Sidi Mahdi Airport (TGR)','1','0'),(3945,'NC','TOU',27601,156,'Touho, NC - Touho Airport (TOU)','1','0'),(3946,'FR','TLS',27603,76,'Toulouse, FR - Toulouse - Blagnac Airport (TLS)','1','0'),(3947,'EG','ELT',27605,65,'Tour Sinai City, EG - El Tor Airport (ELT)','1','0'),(3948,'FR','TUF',33866,76,'Tours, FR - Tours Val de Loire Airport (TUF)','1','0'),(3949,'JP','TOY',27631,110,'Toyama, JP - Toyama Airport (TOY)','1','0'),(3950,'TN','TOE',27638,220,'Tozeur, TN - Nefta Airport (TOE)','1','0'),(3951,'TR','TZX',27641,222,'Trabzon, TR - Trabzon Airport (TZX)','1','0'),(3952,'TH','TST',34281,215,'Trang, TH - Trang Airport (TST)','1','0'),(3953,'IT','TPS',27661,107,'Trapani, IT - Vincenzo Florio Airport (TPS)','1','0'),(3954,'','TGN',27667,13,'Traralgon, Latrobe Regional Airport (TGN)','1','0'),(3955,'US','TVC',27682,231,'Traverse City, US - Cherry Capital Airport (TVC)','1','0'),(3956,'BS','TCB',27685,16,'Treasure Cay, BS - Treasure Cay Airport (TCB)','1','0'),(3957,'','TYT',27714,230,'Treinta Y Tres, Treinta y Tres Airport (TYT)','1','0'),(3958,'','TRX',27734,231,'Trenton, Trenton Municipal Airport (TRX)','1','0'),(3959,'US','TTN',27734,231,'Trenton, US - Trenton Mercer Airport (TTN)','1','0'),(3960,'CA','YTR',27735,39,'Trenton, CA - Trenton (YTR)','1','0'),(3961,'','OYO',27737,10,'Tres Arroyos, Tres Arroyos Airport (OYO)','1','0'),(3962,'IT','TRS',27765,107,'Trieste, IT - Friuli Venezia Giulia Airport (TRS)','1','0'),(3963,'','THW',27771,200,'Trincomalee, Trincomalee Harbour Seaplane Base (THW)','1','0'),(3964,'','TDA',27773,219,'Trinidad, Trinidad Airport (TDA)','1','0'),(3965,'','TND',27773,219,'Trinidad, Alberto Delgado Airport (TND)','1','0'),(3966,'BO','TDD',27775,26,'Trinidad, BO - Tte. Jorge Henrich Arauz Airport (TDD)','1','0'),(3967,'LY','TIP',27788,123,'Tripoli, LY - Tripoli Airport (TIP)','1','0'),(3968,'LB','KYE',27789,120,'Tripoli, LB - Kleyate (KYE)','1','0'),(3969,'IN','TRV',34288,101,'Trivandrum, IN - Trivandrum Intl Airport (TRV)','1','0'),(3970,'SE','THN',27806,209,'Trollhattan, SE - Trollhattan Airport (THN)','1','0'),(3971,'NO','TOS',27807,164,'Tromso, NO - Tromso Airport Langnes (TOS)','1','0'),(3972,'NO','TRD',27810,164,'Trondheim, NO - Trondheim Airport Vaernes (TRD)','1','0'),(3973,'','TKF',27831,231,'Truckee, Truckee Tahoe Airport (TKF)','1','0'),(3974,'','TJI',27833,172,'Trujillo, Trujillo Airport (TJI)','1','0'),(3975,'PE','TRU',27833,172,'Trujillo, PE - Cap. FAP Carlos Martinez de Pinillos Airport (TRU)','1','0'),(3976,'FM','TKK',27835,143,'Truk, FM - Chuuk (Truk) Intl Airport (TKK)','1','0'),(3977,'MG','TTS',27855,130,'Tsaratanana, MG - Tsaratanana Airport (TTS)','1','0'),(3978,'CD','TSH',27862,52,'Tshikapa, CD - Tshikapa Airport (TSH)','1','0'),(3979,'','TSD',27863,195,'Tshipise, Tshipise Airport (TSD)','1','0'),(3980,'','WTS',27866,130,'Tsiroanomandidy, Tsiroanomandidy Airport (WTS)','1','0'),(3981,'','TSB',27872,151,'Tsumeb, Tsumeb Airport (TSB)','1','0'),(3982,'','TBC',27879,231,'Tuba City, Tuba City Airport (TBC)','1','0'),(3983,'PF','TUB',27883,78,'Tubuai, PF - Tubuai - Mataura Airport (TUB)','1','0'),(3984,'','AVW',27889,231,'Tucson, Marana Regional Airport (AVW)','1','0'),(3985,'US','TUS',27889,231,'Tucson, US - Tucson Intl Airport (TUS)','1','0'),(3986,'AR','TUC',27890,10,'Tucuman, AR - Teniente General Benjamin Matienzo Intl Airport (TUC)','1','0'),(3987,'BR','TUR',27892,30,'Tucurui, BR - Tucurui Airport (TUR)','1','0'),(3988,'CA','YUB',27902,39,'Tuktoyaktuk, CA - James Gruben Airport (YUB)','1','0'),(3989,'','TYA',27905,141,'Tula, Klokovo Airport (TYA)','1','0'),(3990,'EC','TUA',27911,64,'Tulcan, EC - Teniente Coronel Luis A Mantilla Airport (TUA)','1','0'),(3991,'MG','TLE',27913,130,'Tulear, MG - Toliara Airport (TLE)','1','0'),(3992,'','TLD',27915,28,'Tuli Lodge, Tuli Lodge Airport (TLD)','1','0'),(3993,'US','TUL',27926,231,'Tulsa, US - Tulsa Intl Airport (TUL)','1','0'),(3994,'US','TLT',27927,231,'Tuluksak, US - Tuluksak Airport (TLT)','1','0'),(3995,'','TUY',27928,141,'Tulum, Tulum Airport (TUY)','1','0'),(3996,'','TUJ',27930,70,'Tum, Tum Airport (TUJ)','1','0'),(3997,'CO','TCO',27932,49,'Tumaco, CO - La Florida Airport (TCO)','1','0'),(3998,'PE','TBP',27933,172,'Tumbes, PE - Cap. FAP Pedro Canga Rodriguez Airport (TBP)','1','0'),(3999,'','TUX',27934,39,'Tumbler Ridge, Tumbler Ridge Airport (TUX)','1','0'),(4000,'TN','TUN',27944,220,'Tunis, TN - Carthage Airport (TUN)','1','0'),(4001,'US','WTL',27947,231,'Tuntutuliak, US - Tuntutuliak Airport (WTL)','1','0'),(4002,'US','TNK',27948,231,'Tununak, US - Tununak Airport (TNK)','1','0'),(4003,'CN','TXN',27950,46,'Tunxi, CN - Huangshan Tunxi Intl Airport (TXN)','1','0'),(4004,'US','TUP',27954,231,'Tupelo, US - Tupelo Regional Airport (TUP)','1','0'),(4005,'PK','TUK',27959,166,'Turbat, PK - Turbat Airport (TUK)','1','0'),(4006,'CO','TRB',27962,49,'Turbo, CO - Gonzalo Mejia (TRB)','1','0'),(4007,'IT','TRN',27967,107,'Turin, IT - Turin-Caselle Airport (TRN)','1','0'),(4008,'FI','TKU',27974,75,'Turku, FI - Turku Airport (TKU)','1','0'),(4009,'','TLQ',27981,46,'Turpan, Turpan Jiaohe Airport (TLQ)','1','0'),(4010,'','BXL',27987,74,'Turtle Island, Blue Lagoon Seaplane Base (BXL)','1','0'),(4011,'US','TCL',27992,231,'Tuscaloosa, US - Tuscaloosa Regional Airport (TCL)','1','0'),(4012,'','TGE',27999,231,'Tuskegee, Sharpe Field (TGE)','1','0'),(4013,'','TZL',28011,222,'Tuzla, Tuzla International Airport (TZL)','1','0'),(4014,'','TWZ',28025,157,'Twizel, Pukaki Airport (TWZ)','1','0'),(4015,'US','TYR',28030,231,'Tyler, US - Tyler Pounds Regional Airport (TYR)','1','0'),(4016,'RU','TJM',28039,181,'Tyumen, RU - Tyumen Airport (TJM)','1','0'),(4017,'PF','UAH',33879,78,'Ua Huka, PF - Ua Huka Airport (UAH)','1','0'),(4018,'PF','UAP',33880,78,'Ua Pou, PF - Ua Pou Airport (UAP)','1','0'),(4019,'BR','UBA',28050,30,'Uberaba, BR - Uberaba Airport (UBA)','1','0'),(4020,'BR','UDI',28051,30,'Uberlandia, BR - Gomes Airport (UDI)','1','0'),(4021,'TH','UBP',28052,215,'Ubon Ratchathani, TH - Ubon Ratchathani Airport (UBP)','1','0'),(4022,'IN','UDR',28058,101,'Udaipur, IN - Dabok Airport (UDR)','1','0'),(4023,'','UDE',28063,154,'Uden, Volkel Air Base (UDE)','1','0'),(4024,'TH','UTH',28066,215,'Udon Thani, TH - Udon Thani Airport (UTH)','1','0'),(4025,'RU','UFA',28073,181,'Ufa, RU - Ufa Airport (UFA)','1','0'),(4026,'AO','UGO',28079,6,'Uige, AO - Uíge Airport (UGO)','1','0'),(4027,'MH','UJE',28082,136,'Ujae Island, MH - Ujae Airport (UJE)','1','0'),(4028,'RU','UCT',28084,181,'Ukhta, RU - Ukhta Airport (UCT)','1','0'),(4029,'MN','ULN',28089,146,'Ulan Bator, MN - Ulan Bator (Buyant-Ukhaa) Airport (ULN)','1','0'),(4030,'CN','HLH',28090,46,'Ulanhot, CN - Ulanhot Airport (HLH)','1','0'),(4031,'RU','UUD',28091,181,'Ulan-ude, RU - Baikal Intl Airport (UUD)','1','0'),(4032,'KR','USN',28103,197,'Ulsan, KR - Ulsan Airport (USN)','1','0'),(4033,'RU','ULY',28115,181,'Ulyanovsk, RU - Ulyanovsk Vostochny Airport (ULY)','1','0'),(4034,'SE','UME',28123,209,'Umea, SE - Umea Airport (UME)','1','0'),(4035,'ZA','UTT',28131,195,'Umtata, ZA - Mthatha Airport (UTT)','1','0'),(4036,'BR','UNA',33885,30,'Una, BR - Una Airport (UNA)','1','0'),(4037,'US','UNK',28133,231,'Unalakleet, US - Unalakleet Airport (UNK)','1','0'),(4038,'','UNT',33886,482,'Unst, Baltasound Airport (UNT)','1','0'),(4039,'ZA','UTN',28178,195,'Upington, ZA - Upington Airport (UTN)','1','0'),(4040,'US','CCB',28179,231,'Upland, US - Cable (CCB)','1','0'),(4041,'CA','YBE',28195,39,'Uranium City, CA - Uranium City Airport (YBE)','1','0'),(4042,'','UEN',28203,181,'Urengoy, Urengoy Airport (UEN)','1','0'),(4043,'UZ','UGC',28205,232,'Urgench, UZ - Urgench Airport (UGC)','1','0'),(4044,'','URR',28212,49,'Urrao, Alí Piedrahita Airport (URR)','1','0'),(4045,'MX','UPN',28218,141,'Uruapan, MX - Lic y Gen Ignacio Lopez Rayon National Airport (UPN)','1','0'),(4046,'BR','URG',28220,30,'Uruguaiana, BR - Ruben Berta Intl Airport (URG)','1','0'),(4047,'CN','URC',28222,46,'Urumqi, CN - Urumqi Diwopu Intl Airport (URC)','1','0'),(4048,'','USL',28228,13,'Useless Loop, Useless Loop Airport (USL)','1','0'),(4049,'AR','USH',28230,10,'Ushuaia, AR - Ushuaia Intl Airport (USH)','1','0'),(4050,'','UIK',28245,181,'Ust-ilimsk, Ust-Ilimsk Airport (UIK)','1','0'),(4051,'TH','UTP',28250,215,'Utapao, TH - Utapao Rayong Intl Airport (UTP)','1','0'),(4052,'US','UCA',28255,231,'Utica, US - Oneida County Airport (UCA)','1','0'),(4053,'GL','UMD',28273,87,'Uummannaq, GL - Uummannaq Heliport (UMD)','1','0'),(4054,'','QUO',28282,160,'Uyo, Akwa Ibom International Airport (QUO)','1','0'),(4055,'','UYU',28283,26,'Uyuni, Uyuni Airport (UYU)','1','0'),(4056,'UA','UDJ',28286,227,'Uzhgorod, UA - Uzhgorod Airport (UDJ)','1','0'),(4057,'FI','VAA',28293,75,'Vaasa, FI - Vaasa Airport (VAA)','1','0'),(4058,'IN','BDQ',28303,101,'Vadodara, IN - Vadodara Airport (BDQ)','1','0'),(4059,'NO','VDS',28305,164,'Vadso, NO - Vadso Airport (VDS)','1','0'),(4060,'CA','YVO',33912,39,'Val D\'or, CA - Val-d`Or Airport (YVO)','1','0'),(4061,'US','VDZ',28340,231,'Valdez, US - Valdez Airport (VDZ)','1','0'),(4062,'CL','ZAL',28345,45,'Valdivia, CL - Valdivia Airport (ZAL)','1','0'),(4063,'US','VLD',28347,231,'Valdosta, US - Valdosta Regional Airport (VLD)','1','0'),(4064,'FR','VAF',33922,76,'Valence, FR - Valence-Chabeuil Airport (VAF)','1','0'),(4065,'VE','VLN',28355,235,'Valencia, VE - Valencia (Venezuela) Airport (VLN)','1','0'),(4066,'VE','VLV',28364,235,'Valera, VE - Antonio Nicolas Briceno Airport (VLV)','1','0'),(4067,'VU','VLS',28368,233,'Valesdir, VU - Valesdir Airport (VLS)','1','0'),(4068,'ES','VLL',28378,199,'Valladolid, ES - Vallodolid Airport (VLL)','1','0'),(4069,'CO','CLO',28384,49,'Valle Del Cauca, CO - Aragon Intl Airport (CLO)','1','0'),(4070,'CO','VUP',28386,49,'Valledupar, CO - Alfonso Lopez Pumarejo Airport (VUP)','1','0'),(4071,'','VLR',28388,45,'Vallenar, Vallenar Airport (VLR)','1','0'),(4072,'US','VPS',28410,231,'Valparaiso, US - Destin-Fort Walton Beach Airport (VPS)','1','0'),(4073,'TR','VAN',33944,222,'Van, TR - Van Airport (VAN)','1','0'),(4074,'CA','CXH',28425,39,'Vancouver, CA - Vancouver Coal Harbour Seaplane Base (CXH)','1','0'),(4075,'','YDT',28425,39,'Vancouver, Boundary Bay Airport (YDT)','1','0'),(4076,'CA','YVR',28425,39,'Vancouver, CA - Vancouver Intl Airport (YVR)','1','0'),(4077,'CU','VRA',28448,56,'Varadero, CU - Juan Gualberto Gomez Airport (VRA)','1','0'),(4078,'','VRO',28448,56,'Varadero, Kawama Airport (VRO)','1','0'),(4079,'IN','VNS',28449,101,'Varanasi, IN - Varanasi Airport (VNS)','1','0'),(4080,'BR','VAG',28465,30,'Varginha, BR - Maj Brig Trompowsky Airport (VAG)','1','0'),(4081,'FI','VRK',28468,75,'Varkaus, FI - Varkaus Airport (VRK)','1','0'),(4082,'SE','VST',28484,209,'Vasteras, SE - Hasslo Airport (VST)','1','0'),(4083,'','VAT',28494,130,'Vatomandry, Vatomandry Airport (VAT)','1','0'),(4084,'TO','VAV',28507,218,'Vava\'u, TO - Vava`U Airport (VAV)','1','0'),(4085,'SE','VXO',28509,209,'Vaxjo, SE - Vaxjo Airport (VXO)','1','0'),(4086,'US','VEE',28572,231,'Venetie, US - Venetie Airport (VEE)','1','0'),(4087,'IT','TSF',28574,107,'Venice, IT - Treviso Sant Angelo Airport (TSF)','1','0'),(4088,'IT','VCE',28574,107,'Venice, IT - Marco Polo Airport (VCE)','1','0'),(4089,'US','VNC',28575,231,'Venice, US - Venice Municipal (VNC)','1','0'),(4090,'','VNT',28589,119,'Ventspils, Ventspils International Airport (VNT)','1','0'),(4091,'MX','VER',28593,141,'Veracruz, MX - Gen Heriberto Jara Intl Airport (VER)','1','0'),(4092,'','YVG',28617,39,'Vermilion, Vermilion Airport (YVG)','1','0'),(4093,'US','VEL',28621,231,'Vernal, US - Vernal Regional Airport (VEL)','1','0'),(4094,'','WIB',28628,39,'Vernon, Wilbarger County Airport (WIB)','1','0'),(4095,'','YVE',28628,39,'Vernon, Vernon Regional Airport (YVE)','1','0'),(4096,'US','VRB',28630,231,'Vero Beach, US - Vero Beach Regional Airport (VRB)','1','0'),(4097,'IT','VRN',28633,107,'Verona, IT - Villafranca Airport (VRN)','1','0'),(4098,'','VRS',28638,231,'Versailles, Roy Otten Memorial Airfield (VRS)','1','0'),(4099,'IS','VEY',28658,100,'Vestmannaeyjar, IS - Vestmannaeyjar Airport (VEY)','1','0'),(4100,'','ZIC',28700,88,'Victoria, Victoria Airport (ZIC)','1','0'),(4101,'US','VCT',28701,231,'Victoria, US - Victoria Regional Airport (VCT)','1','0'),(4102,'CA','YWH',28704,39,'Victoria, CA - Victoria Harbour Water Aerodrome (YWH)','1','0'),(4103,'CA','YYJ',28704,39,'Victoria, CA - Victoria Intl Airport (YYJ)','1','0'),(4104,'ZW','VFA',28706,243,'Victoria Falls, ZW - Victoria Falls Airport (VFA)','1','0'),(4105,'BG','VID',28714,34,'Vidin, BG - Vidin Airport (VID)','1','0'),(4106,'AR','VDM',28719,10,'Viedma, AR - Gobernador Edgardo Castello Airport (VDM)','1','0'),(4107,'AT','VIE',28729,14,'Vienna, AT - Vienna Schwechat Airport (VIE)','1','0'),(4108,'LA','VTE',28731,118,'Vientiane, LA - Wattay Airport (VTE)','1','0'),(4109,'US','VQS',28732,176,'Vieques, US - Antonio Rivera Rodriguez Airport (VQS)','1','0'),(4110,'ES','VGO',28753,199,'Vigo, ES - Peinador Airport (VGO)','1','0'),(4111,'IN','VGA',28759,101,'Vijayawada, IN - Vijayawada Airport (VGA)','1','0'),(4112,'PT','VRL',33987,175,'Vila Real, PT - Vila Real Airport (VRL)','1','0'),(4113,'MZ','VNX',28775,149,'Vilanculos, MZ - Vilankulo Airport (VNX)','1','0'),(4114,'SE','VHM',28782,209,'Vilhelmina, SE - Vilhelmina Airport (VHM)','1','0'),(4115,'BR','BVH',28783,30,'Vilhena, BR - Brig Camarao Airport (BVH)','1','0'),(4116,'CU','SNU',28788,56,'Villa Clara, CU - Abel Santamaria Airport (SNU)','1','0'),(4117,'MX','VSA',28804,141,'Villahermosa, MX - Carlos Rovirosa Perez Intl Airport (VSA)','1','0'),(4118,'CO','VVC',28844,49,'Villavicencio, CO - La Vanguardia Airport (VVC)','1','0'),(4119,'LT','VNO',28892,125,'Vilnius, LT - Vilnius Airport (VNO)','1','0'),(4120,'US','VIS',28952,231,'Visalia, US - Visalia Municipal Airport (VIS)','1','0'),(4121,'SE','VBY',28956,209,'Visby, SE - Visby Airport (VBY)','1','0'),(4122,'BR','VIX',28972,30,'Vitoria, BR - Vitoria Airport (VIX)','1','0'),(4123,'ES','VIT',28973,199,'Vitoria, ES - Vitoria Airport (VIT)','1','0'),(4124,'','VTL',28982,76,'Vittel, Vittel - Champ-de-Courses Airport (VTL)','1','0'),(4125,'RU','OGZ',28998,181,'Vladikavkaz, RU - Beslan Airport (OGZ)','1','0'),(4126,'RU','VVO',29000,181,'Vladivostok, RU - Vladivostok Airport (VVO)','1','0'),(4127,'','VOH',29018,130,'Vohemar, Vohemar Airport (VOH)','1','0'),(4128,'DK','SKS',29025,59,'Vojens, DK - Skrydstrup (SKS)','1','0'),(4129,'','VLK',29032,181,'Volgodonsk, Volgodonsk Airport (VLK)','1','0'),(4130,'RU','VOG',29033,181,'Volgograd, RU - Volgograd Airport (VOG)','1','0'),(4131,'','VGD',29040,181,'Vologda, Vologda Airport (VGD)','1','0'),(4132,'IS','VPN',29053,100,'Vopnafjordur, IS - Vopnafjordur Airport (VPN)','1','0'),(4133,'RU','VOZ',29059,181,'Voronezh, RU - Chertovitskoye Airport (VOZ)','1','0'),(4134,'','VYD',29089,195,'Vryheid, Vryheid Airport (VYD)','1','0'),(4135,'','VTG',29097,236,'Vung Tau, Vung Tau Airport (VTG)','1','0'),(4136,'CA','YWK',29113,39,'Wabush, CA - Wabush Airport (YWK)','1','0'),(4137,'ET','WAC',29114,70,'Waca, ET - Wacca Airport (WAC)','1','0'),(4138,'AO','CEO',29116,6,'Waco Kungo, AO - Waco Kungo Airport (CEO)','1','0'),(4139,'','AGI',29131,154,'Wageningen, Wageningen Airstrip (AGI)','1','0'),(4140,'ID','WET',29132,102,'Wagethe, ID - Waghete Airport (WET)','1','0'),(4141,'','WAH',29141,231,'Wahpeton, Harry Stern Airport (WAH)','1','0'),(4142,'','WIK',29154,157,'Waiheke Island, Waiheke Island Aerodrome (WIK)','1','0'),(4143,'ID','WGP',29159,102,'Waingapu, ID - Mau Hau (Waingapu) Airport (WGP)','1','0'),(4144,'US','AIN',29162,231,'Wainwright, US - Wainwright Airport (AIN)','1','0'),(4145,'JP','WKJ',29179,110,'Wakkanai, JP - Wakkanai Airport (WKJ)','1','0'),(4146,'','WLC',29184,13,'Walcha, Walcha Airport (WLC)','1','0'),(4147,'','WDN',29203,231,'Waldron Island, Waldronaire Airport (WDN)','1','0'),(4148,'','WGE',29205,13,'Walgett, Walgett Airport (WGE)','1','0'),(4149,'US','ALW',29210,231,'Walla Walla, US - Walla Walla Regional Airport (ALW)','1','0'),(4150,'US','WLM',29242,231,'Waltham, US - Waltham Airport (WLM)','1','0'),(4151,'NA','WVB',29247,151,'Walvis Bay, NA - Walvis Bay Airport (WVB)','1','0'),(4152,'ID','WMX',29251,102,'Wamena, ID - Wamena Airport (WMX)','1','0'),(4153,'NZ','WKA',29253,157,'Wanaka, NZ - Wanaka Airport (WKA)','1','0'),(4154,'NZ','WAG',29258,157,'Wanganui, NZ - Wanganui Airport (WAG)','1','0'),(4155,'DE','AGE',29262,83,'Wangerooge, DE - Wangerooge (AGE)','1','0'),(4156,'','WGC',29278,101,'Warangal, Warangal Airport (WGC)','1','0'),(4157,'ET','WRA',29283,70,'Warder, ET - Warder Airport (WRA)','1','0'),(4158,'','WAR',29292,102,'Waris, Waris Airport (WAR)','1','0'),(4159,'','WKB',29303,13,'Warracknabeal, Warracknabeal Airport (WKB)','1','0'),(4160,'US','AST',29312,231,'Warrenton, US - Astoria Regional Airport (AST)','1','0'),(4161,'','WMB',29317,13,'Warrnambool, Warrnambool Airport (WMB)','1','0'),(4162,'','RRT',29318,231,'Warroad, Warroad International Memorial Airport (RRT)','1','0'),(4163,'','WMI',29319,231,'Warsaw, Warsaw Modlin Airport (WMI)','1','0'),(4164,'','BYW',29337,231,'Washington, Blakely Island Airport (BYW)','1','0'),(4165,'US','DCA',29337,231,'Washington, US - Ronald Reagan Washington National Airport (DCA)','1','0'),(4166,'US','IAD',29337,231,'Washington, US - Washington Dulles Intl Airport (IAD)','1','0'),(4167,'','WSG',29337,231,'Washington, Washington County Airport (WSG)','1','0'),(4168,'','WSR',29339,102,'Wasior, Wasior Airport (WSR)','1','0'),(4169,'CA','YKQ',29340,39,'Waskaganish, CA - Waskaganish Airport (YKQ)','1','0'),(4170,'IE','WAT',29356,105,'Waterford, IE - Waterford Airport (WAT)','1','0'),(4171,'US','ALO',29361,231,'Waterloo, US - Waterloo Regional Airport (ALO)','1','0'),(4172,'','WLO',29361,231,'Waterloo, Waterloo Airport (WLO)','1','0'),(4173,'US','ART',29370,231,'Watertown, US - Watertown Intl Airport (ART)','1','0'),(4174,'US','ATY',29370,231,'Watertown, US - Watertown Regional Airport (ATY)','1','0'),(4175,'','YQH',29383,39,'Watson Lake, Watson Lake Airport (YQH)','1','0'),(4176,'','WAU',29393,13,'Wauchope, Wauchope Airport (WAU)','1','0'),(4177,'US','UGN',29396,231,'Waukegan, US - Waukegan Regional (UGN)','1','0'),(4178,'','UKN',29398,231,'Waukon, Waukon Municipal Airport (UKN)','1','0'),(4179,'US','CWA',29403,231,'Wausau, US - Central Wisconsin Airport (CWA)','1','0'),(4180,'CA','YWP',29426,39,'Webequie, CA - Webequie Airport (YWP)','1','0'),(4181,'ZA','WEL',29481,195,'Welkom, ZA - Welkom (WEL)','1','0'),(4182,'','WHL',29497,13,'Welshpool, Welshpool Airport (WHL)','1','0'),(4183,'CA','YNC',29502,39,'Wemindji, CA - Wemindji Airport (YNC)','1','0'),(4184,'US','EAT',29504,231,'Wenatchee, US - Pangborn Memorial Airport (EAT)','1','0'),(4185,'CN','WNZ',29518,46,'Wenzhou, CN - Wenzhou Longwan Intl Airport (WNZ)','1','0'),(4186,'','WBK',34041,231,'West Branch, West Branch Community Airport (WBK)','1','0'),(4187,'','WTD',34061,13,'West End, West End Airport (WTD)','1','0'),(4188,'US','AGC',34108,231,'West Mifflin, US - Allegheny County (AGC)','1','0'),(4189,'US','PBI',34115,231,'West Palm Beach, US - Palm Beach Intl Airport (PBI)','1','0'),(4190,'','WWY',34147,13,'West Wyalong, West Wyalong Airport (WWY)','1','0'),(4191,'US','WYS',34150,231,'West Yellowstone, US - Yellowstone Airport (WYS)','1','0'),(4192,'DE','GWT',29567,83,'Westerland, DE - Sylt Airport (GWT)','1','0'),(4193,'US','WST',29569,231,'Westerly, US - Westerly State Airport (WST)','1','0'),(4194,'US','BAF',29579,231,'Westfield, US - Barnes Municipal (BAF)','1','0'),(4195,'NZ','WSZ',29610,157,'Westport, NZ - Westport Airport (WSZ)','1','0'),(4196,'US','WSX',29614,231,'Westsound, US - Westsound Seaplane Base (WSX)','1','0'),(4197,'PG','WWK',29629,170,'Wewak, PG - Boram Airport (WWK)','1','0'),(4198,'NZ','WHK',29642,157,'Whakatane, NZ - Whakatane Airport (WHK)','1','0'),(4199,'CA','YXN',29643,39,'Whale Cove, CA - Whale Cove Airport (YXN)','1','0'),(4200,'US','WWP',29644,231,'Whale Pass, US - North Whale Seaplane Base (WWP)','1','0'),(4201,'','WHS',29645,482,'Whalsay, Whalsay Airstrip (WHS)','1','0'),(4202,'NZ','WRE',29647,157,'Whangarei, NZ - Whangarei Airport (WRE)','1','0'),(4203,'','WHT',29648,231,'Wharton, Wharton Regional Airport (WHT)','1','0'),(4204,'CA','YWS',29665,39,'Whistler, CA - Green Lake Water Aerodrome (YWS)','1','0'),(4205,'US','WMO',34164,231,'White Mountain, US - White Mountain Airport (WMO)','1','0'),(4206,'','YWR',34171,231,'White River, White River Water Aerodrome (YWR)','1','0'),(4207,'CA','YXY',29683,39,'Whitehorse, CA - Erik Nielson Whitehorse Intl Airport (YXY)','1','0'),(4208,'','WTR',29688,195,'Whiteriver, Whiteriver Airport (WTR)','1','0'),(4209,'US','BEC',29713,231,'Wichita, US - Beech Factory (BEC)','1','0'),(4210,'US','CEA',29713,231,'Wichita, US - Cessna Aircraft Field (CEA)','1','0'),(4211,'US','ICT',29713,231,'Wichita, US - Wichita Mid-Continent Airport (ICT)','1','0'),(4212,'GB','WIC',34181,482,'Wick, GB - Wick Airport (WIC)','1','0'),(4213,'','WIO',29744,13,'Wilcannia, Wilcannia Airport (WIO)','1','0'),(4214,'','CWX',29766,231,'Willcox, Cochise County Airport (CWX)','1','0'),(4215,'US','IPT',29778,231,'Williamsport, US - Williamsport Regional Airport (IPT)','1','0'),(4216,'US','ISN',29790,231,'Williston, US - Sloulin Field Intl Airport (ISN)','1','0'),(4217,'US','ILG',29804,231,'Wilmington, US - New Castle Airport (ILG)','1','0'),(4218,'US','ILM',29804,231,'Wilmington, US - Wilmington Intl Airport (ILM)','1','0'),(4219,'US','ILN',29804,231,'Wilmington, US - Airborne Airpark (ILN)','1','0'),(4220,'','WUN',29820,13,'Wiluna, Wiluna Airport (WUN)','1','0'),(4221,'','WGO',29830,469,'Winchester, Winchester Regional Airport (WGO)','1','0'),(4222,'NA','WDH',29839,151,'Windhoek, NA - Hosea Kutako Intl Airport (WDH)','1','0'),(4223,'CA','YQG',34713,39,'Windsor, CA - Windsor Airport (YQG)','1','0'),(4224,'CA','YWG',29865,39,'Winnipeg, CA - Winnipeg J A Richardson Intl Airport (YWG)','1','0'),(4225,'','ISS',29897,231,'Wiscasset, Wiscasset Airport (ISS)','1','0'),(4226,'','LNP',29899,231,'Wise, Lonesome Pine Airport (LNP)','1','0'),(4227,'','WJA',29935,136,'Woja, Woja Airport (WJA)','1','0'),(4228,'CA','ZWL',29955,39,'Wollaston Lake, CA - Wollaston Lake Airport (ZWL)','1','0'),(4229,'TW','WOT',29967,212,'Wonan, TW - Wang-an Airport (WOT)','1','0'),(4230,'','WFD',29978,231,'Woodford, Woodford Aerodrome (WFD)','1','0'),(4231,'','UMR',30014,13,'Woomera, RAAF Woomera Airfield (UMR)','1','0'),(4232,'US','ORH',30019,231,'Worcester, US - Worcester Regional Airport (ORH)','1','0'),(4233,'US','WRL',30025,231,'Worland, US - Worland Municipal Airport (WRL)','1','0'),(4234,'','YWY',30045,39,'Wrigley, Wrigley Airport (YWY)','1','0'),(4235,'PL','WRO',30047,174,'Wroclaw, PL - Strachowice Airport (WRO)','1','0'),(4236,'','WUD',30055,13,'Wudinna, Wudinna Airport (WUD)','1','0'),(4237,'CN','WUH',30059,46,'Wuhan, CN - Wuhan Tianhe Intl Airport (WUH)','1','0'),(4238,'','WHU',30060,46,'Wuhu, Wuhu Airport (WHU)','1','0'),(4239,'DE','OHR',30084,83,'Wyk Auf Foehr, DE - Wyk Auf Fohr (OHR)','1','0'),(4240,'','WYN',30087,13,'Wyndham, Wyndham Airport (WYN)','1','0'),(4241,'CN','XMN',30112,46,'Xiamen, CN - Xiamen Gaoqi Intl Airport (XMN)','1','0'),(4242,'','SIA',30113,46,'Xi\'an, Xi\'an Xiguan Airport (SIA)','1','0'),(4243,'','XNT',30129,46,'Xingtai, Xingtai Dalian Airport (XNT)','1','0'),(4244,'US','YKM',30156,231,'Yakima, US - Yakima Air Terminal (McAllister Field) (YKM)','1','0'),(4245,'JP','KUM',30157,110,'Yakushima, JP - Yakushima Airport (KUM)','1','0'),(4246,'US','YAK',30158,231,'Yakutat, US - Yakutat Airport (YAK)','1','0'),(4247,'RU','YKS',30159,181,'Yakutsk, RU - Yakutsk Airport (YKS)','1','0'),(4248,'JP','GAJ',30166,110,'Yamagata, JP - Yamagata Airport (GAJ)','1','0'),(4249,'JP','NJA',30173,110,'Yamato, JP - Atsugi Naf (NJA)','1','0'),(4250,'SA','YNB',30182,186,'Yanbo, SA - Yanbo Airport (YNB)','1','0'),(4251,'','XYA',30187,193,'Yandina, Yandina Airport (XYA)','1','0'),(4252,'MM','RGN',30189,150,'Yangon, MM - Yangon Intl Airport (RGN)','1','0'),(4253,'','YTY',30194,46,'Yangzhou, Yangzhou Taizhou Airport (YTY)','1','0'),(4254,'US','YKN',30197,231,'Yankton, US - Chan Gurney Municipal (YKN)','1','0'),(4255,'CN','YNT',30199,46,'Yantai, CN - Yantai Laishan Intl Airport (YNT)','1','0'),(4256,'CM','YAO',30202,38,'Yaounde, CM - Nsimalen (YAO)','1','0'),(4257,'FM','YAP',30203,143,'Yap, FM - Yap Intl Airport (YAP)','1','0'),(4258,'CA','YQI',30207,39,'Yarmouth, CA - Yarmouth Airport (YQI)','1','0'),(4259,'IR','AZD',30228,103,'Yazd, IR - Yazd Airport (AZD)','1','0'),(4260,'CA','YZF',30241,39,'Yellowknife, CA - Yellowknife Airport (YZF)','1','0'),(4261,'AM','EVN',30251,11,'Yerevan, AM - Zvartnots Intl Airport (EVN)','1','0'),(4262,'','EYR',30253,231,'Yerington, Yerington Municipal Airport (EYR)','1','0'),(4263,'CN','YIH',30262,46,'Yichang, CN - Yichang Sanxia Airport (YIH)','1','0'),(4264,'','LDS',30264,46,'Yichun, Yichun Lindu Airport (LDS)','1','0'),(4265,'','YIC',30264,46,'Yichun, Yichun Mingyueshan Airport (YIC)','1','0'),(4266,'','YLN',30266,212,'Yilan, Yilan Airport (YLN)','1','0'),(4267,'CN','INC',30268,46,'Yinchuan, CN - Yinchuan Hedong Airport (INC)','1','0'),(4268,'CN','YIW',30270,46,'Yiwu, CN - Yiwu Airport (YIW)','1','0'),(4269,'ID','JOG',30278,102,'Yogyakarta, ID - Adisutjipto Airport (JOG)','1','0'),(4270,'JP','YGJ',30285,110,'Yonago, JP - Miho Yonago Airport (YGJ)','1','0'),(4271,'CA','YQV',30294,39,'Yorkton, CA - Yorkton Municipal (YQV)','1','0'),(4272,'','NGA',30301,13,'Young, Young Airport (NGA)','1','0'),(4273,'AU','AYQ',30330,13,'Yulara, AU - Connellan Airport (AYQ)','1','0'),(4274,'US','YUM',30333,231,'Yuma, US - Yuma Intl Airport (YUM)','1','0'),(4275,'PE','YMS',30340,172,'Yurimaguas, PE - Yurimaguas Airport (YMS)','1','0'),(4276,'MX','ZCL',30361,141,'Zacatecas, MX - Gen Leobardo Ruiz (La Calera) Intl Airport (ZCL)','1','0'),(4277,'HR','ZAD',30364,55,'Zadar, HR - Zadar Airport (ZAD)','1','0'),(4278,'','OZG',30368,148,'Zagora, Zagora Airport (OZG)','1','0'),(4279,'HR','ZAG',30373,55,'Zagreb, HR - Zagreb Pleso Airport (ZAG)','1','0'),(4280,'PH','ZAM',30397,173,'Zamboanga, PH - Zamboanga Intl Airport (ZAM)','1','0'),(4281,'MX','ZMM',30400,141,'Zamora, MX - Zamora (ZMM)','1','0'),(4282,'','ANJ',30402,51,'Zanaga, Zanaga Airport (ANJ)','1','0'),(4283,'TZ','ZNZ',34200,214,'Zanzibar, TZ - Kisauni Airport (ZNZ)','1','0'),(4284,'','APZ',30409,10,'Zapala, Zapala Airport (APZ)','1','0'),(4285,'UA','OZH',30415,227,'Zaporozhye, UA - Zaporozhye Airport (OZH)','1','0'),(4286,'ES','ZAZ',30417,199,'Zaragoza, ES - Zaragoza Airport (ZAZ)','1','0'),(4287,'CN','ZHA',30466,46,'Zhanjiang, CN - Zhanjiang Airport (ZHA)','1','0'),(4288,'CN','CGO',30471,46,'Zhengzhou, CN - Zhngzhou Xinzheng Intl Airport (CGO)','1','0'),(4289,'','HSJ',30471,46,'Zhengzhou, Zhengzhou Shangjie Airport (HSJ)','1','0'),(4290,'PK','PZH',30475,166,'Zhob, PK - Zhob Airport (PZH)','1','0'),(4291,'SN','ZIG',30493,187,'Ziguinchor, SN - Ziguinchor Airport (ZIG)','1','0'),(4292,'','ZYI',30546,46,'Zunyi, Zunyi Xinzhou Airport (ZYI)','1','0'),(4293,'CH','ZRH',30548,210,'Zurich, CH - Zurich Intl Airport (ZRH)','1','0');
/*!40000 ALTER TABLE `tbl_flight_airport_code` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_booking`
--

DROP TABLE IF EXISTS `tbl_flight_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_booking` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `MasterTPSysId` int NOT NULL DEFAULT '0',
  `TPSysId` int NOT NULL DEFAULT '0',
  `PNR_Number` varchar(50) DEFAULT NULL,
  `TravelDate` date NOT NULL,
  `BookingId` varchar(50) DEFAULT NULL,
  `APIBookingId` varchar(150) DEFAULT NULL,
  `FlightNumber` varchar(16) NOT NULL,
  `AirlineName` varchar(32) NOT NULL,
  `IsLCC` varchar(2) NOT NULL,
  `IsRefundable` int NOT NULL,
  `apiTraceId` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `AirlineSysId` varchar(100) NOT NULL DEFAULT '0',
  `DepartureTime` time NOT NULL,
  `ArrivalTime` time NOT NULL,
  `IsDirect` int NOT NULL,
  `FareClass` varchar(100) DEFAULT NULL,
  `FlyingMinutes` int NOT NULL,
  `FlightDuration` varchar(100) NOT NULL,
  `SourcePlaceSysId` int NOT NULL,
  `DestPlaceSysId` int NOT NULL,
  `SourceAirportCode` varchar(5) NOT NULL,
  `DestAirportCode` varchar(5) NOT NULL,
  `StopCount` varchar(50) NOT NULL,
  `TotalFlightMembers` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `PublishedFare` double NOT NULL,
  `ApiResultIndex` varchar(255) NOT NULL,
  `JourneyType` int NOT NULL,
  `TripType` int NOT NULL,
  `IsInternational` int NOT NULL,
  `logo` varchar(250) NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `BaseFare` float NOT NULL,
  `Tax` float NOT NULL DEFAULT '0',
  `YQTax` float NOT NULL DEFAULT '0',
  `OtherCharges` float NOT NULL DEFAULT '0',
  `Discount` float NOT NULL DEFAULT '0',
  `ServiceFee` float NOT NULL DEFAULT '0',
  `OfferedFare` double NOT NULL DEFAULT '0',
  `AgentCommisionEarned` float NOT NULL,
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL,
  `AgencyMarkUpGST` float NOT NULL,
  `GTXMarkUp` float NOT NULL,
  `GTXMarkUpGST` float NOT NULL,
  `ExtraMarkup` float NOT NULL DEFAULT '0',
  `ExtraMarkupOnGST` float NOT NULL DEFAULT '0',
  `BagPrice` float NOT NULL DEFAULT '0',
  `MealPrice` float NOT NULL DEFAULT '0',
  `SeatPrice` float NOT NULL DEFAULT '0',
  `bookingData` longtext,
  `status` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `API_Response_Ticket` longtext,
  `FlightQueryids` text,
  `paymentStatus` smallint NOT NULL DEFAULT '0',
  `PaymentAmt` double NOT NULL DEFAULT '0',
  `GUID` varchar(100) DEFAULT NULL,
  `error` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `error_Message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `TransactionId_credit` varchar(200) DEFAULT NULL,
  `TransactionId_debit` varchar(200) DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `ip_address` varchar(20) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `gstnnumber` varchar(150) DEFAULT NULL,
  `companyname` varchar(150) DEFAULT NULL,
  `gstemail` varchar(100) DEFAULT NULL,
  `gstphone` varchar(50) DEFAULT NULL,
  `gstaddress` varchar(150) DEFAULT NULL,
  `gststate` varchar(150) DEFAULT NULL,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `bookedby` varchar(200) DEFAULT NULL,
  `CustomerDetails` varchar(250) DEFAULT NULL,
  `InvoiceNo` varchar(200) DEFAULT NULL,
  `InvoiceDate` date DEFAULT NULL,
  `address` varchar(250) DEFAULT NULL,
  `InvoiceName` varchar(150) DEFAULT NULL,
  `fareIdentifierSP` varchar(150) DEFAULT NULL,
  `IsCancellationProtection` enum('0','1') NOT NULL DEFAULT '0',
  `CancellationProtectionPrice` float NOT NULL DEFAULT '0',
  `generateOTP` varchar(50) DEFAULT NULL,
  `BookedStatus` int NOT NULL DEFAULT '0',
  `ICSourceSysId` smallint NOT NULL DEFAULT '0',
  `refund_payment_id` varchar(150) DEFAULT NULL,
  `refund_refund_id` varchar(250) DEFAULT NULL,
  `RefundPGAPIResponse` text,
  `refund_submitted` smallint NOT NULL DEFAULT '0',
  `CancelCharge` double NOT NULL DEFAULT '0',
  `couponName` varchar(150) DEFAULT NULL,
  `couponVal` double NOT NULL DEFAULT '0',
  `couponApply` enum('0','1') NOT NULL DEFAULT '0',
  `couponexpiryDate` date DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=263 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_booking`
--

LOCK TABLES `tbl_flight_booking` WRITE;
/*!40000 ALTER TABLE `tbl_flight_booking` DISABLE KEYS */;
INSERT INTO `tbl_flight_booking` VALUES (1,0,1,38124,0,0,NULL,'2023-01-10',NULL,NULL,'IX-81','AI Express','1',1,'d38ca-0c3fe-dc495-a72f7','82','18:45:00','21:40:00',0,'EC',175,'2h 55m',7701,2262,'DEL','BLR','Non-stop',1,1,2766,'22-3826400935_0DELBLRIX81_18798209637375',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/IX.gif','INR',1050,2001,0,673,0,400,2766,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS106700424601\",\"FlightNumber\":\"IX-81\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:40\",\"TravelDate\":\"2023-01-10T18:45\",\"LocalFromTime\":\"2023-01-10 18:45\",\"FromUTCTime\":\"2023-01-10T18:45\",\"LocalToTime\":\"2023-01-10 21:40\",\"ToUTCTime\":\"2023-01-10T21:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3051,\"PublishedFareTxt\":\"3,051\",\"ApiResultIndex\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1050,\"Tax\":2001,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3051,\"PublishedFare\":2766,\"OfferedFare\":1966,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-3826400935_0DELBLRIX81_18801066783995\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":3051,\"oldFare\":2972,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2001,\"BaseFareCal\":2088.03,\"BaseFare\":1050,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":2766,\"CostToCustomer\":2766,\"BaseFareCal\":2088.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2088.03,\"intOfferedFare\":1966,\"intPublishFare\":3051,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"631\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T21:40\",\"SegFlightNumber\":\"IX-81\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d38ca-0c3fe-dc495-a72f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:17:18.981\",\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106700424601\",\"FlightNumber\":\"IX-81\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:40\",\"TravelDate\":\"2023-01-10T18:45\",\"LocalFromTime\":\"2023-01-10 18:45\",\"FromUTCTime\":\"2023-01-10T18:45\",\"LocalToTime\":\"2023-01-10 21:40\",\"ToUTCTime\":\"2023-01-10T21:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3051,\"ApiResultIndex\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"d38ca-0c3fe-dc495-a72f7\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:17:18.981\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1050,\"Tax\":2001,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3051,\"PublishedFare\":2766,\"OfferedFare\":1966,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2001,\"BaseFareCal\":2088.03,\"BaseFare\":1050,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"631\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T21:40\",\"SegFlightNumber\":\"IX-81\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"localFromDateTime\":\"2023-01-10 18:45\",\"localToDateTime\":\"2023-01-10 21:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 06:48:23','2022-12-22 06:48:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(3,0,1,38124,0,0,NULL,'2023-01-17',NULL,NULL,'I5-821','AirAsia India','1',1,'1c1f5-5bb4a-f9a56-fe0b4','75','22:35:00','23:30:00',0,'EC',55,'0h 55m',6000,2262,'MAA','BLR','Non-stop',1,1,2930,'22-4836998289_0MAABLRI5821_20671917086015',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',1064,2151,0,823,0,400,2930,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS104200424681\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-01-17T22:35\",\"LocalFromTime\":\"2023-01-17 22:35\",\"FromUTCTime\":\"2023-01-17T22:35\",\"LocalToTime\":\"2023-01-17 23:30\",\"ToUTCTime\":\"2023-01-17T23:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3215,\"PublishedFareTxt\":\"3,215\",\"ApiResultIndex\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1064,\"Tax\":2151,\"YQTax\":0,\"OtherCharges\":823,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3215,\"PublishedFare\":2930,\"OfferedFare\":2130,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4836998289_0MAABLRI5821_20703376330909\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2151,\"BaseFareCal\":2252.03,\"BaseFare\":1064,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":823,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":2930,\"CostToCustomer\":2930,\"BaseFareCal\":2252.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2252.03,\"intOfferedFare\":2130,\"intPublishFare\":3215,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"121\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-17T23:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-17T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1c1f5-5bb4a-f9a56-fe0b4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:49:01.289\",\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104200424681\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-01-17T22:35\",\"LocalFromTime\":\"2023-01-17 22:35\",\"FromUTCTime\":\"2023-01-17T22:35\",\"LocalToTime\":\"2023-01-17 23:30\",\"ToUTCTime\":\"2023-01-17T23:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3215,\"ApiResultIndex\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"1c1f5-5bb4a-f9a56-fe0b4\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:49:01.289\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1064,\"Tax\":2151,\"YQTax\":0,\"OtherCharges\":823,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3215,\"PublishedFare\":2930,\"OfferedFare\":2130,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2151,\"BaseFareCal\":2252.03,\"BaseFare\":1064,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":823,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"121\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-17T23:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-17T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"localFromDateTime\":\"2023-01-17 22:35\",\"localToDateTime\":\"2023-01-17 23:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 07:18:04','2022-12-22 07:18:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(4,0,1,38124,0,0,NULL,'2023-01-09',NULL,NULL,'IX-1111','AI Express','1',1,'cb309-01f40-a0fbc-cfea7','82','08:10:00','17:15:00',0,'EC',545,'9h 5m',7701,6000,'DEL','MAA','1 Stop(s)',1,1,3885,'22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/IX.gif','INR',2115,2055,0,673,0,400,3885,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS104300424721\",\"FlightNumber\":\"IX-1111\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"08:10\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-09T08:10\",\"LocalFromTime\":\"2023-01-09 08:10\",\"FromUTCTime\":\"2023-01-09T08:10\",\"LocalToTime\":\"2023-01-09 17:15\",\"ToUTCTime\":\"2023-01-09T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4170,\"PublishedFareTxt\":\"4,170\",\"ApiResultIndex\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2115,\"Tax\":2055,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4170,\"PublishedFare\":3885,\"OfferedFare\":3085,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21895146765313\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":4170,\"oldFare\":4091,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2055,\"BaseFareCal\":3207.03,\"BaseFare\":2115,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":3885,\"CostToCustomer\":3885,\"BaseFareCal\":3207.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":3207.03,\"intOfferedFare\":3085,\"intPublishFare\":4170,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-09T10:40\",\"SegFlightNumber\":\"IX-1111\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":335,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"},{\"segmentid\":\"527\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-09T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-09T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"cb309-01f40-a0fbc-cfea7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:08:53.060\",\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104300424721\",\"FlightNumber\":\"IX-1111\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"08:10\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-09T08:10\",\"LocalFromTime\":\"2023-01-09 08:10\",\"FromUTCTime\":\"2023-01-09T08:10\",\"LocalToTime\":\"2023-01-09 17:15\",\"ToUTCTime\":\"2023-01-09T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4170,\"ApiResultIndex\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"cb309-01f40-a0fbc-cfea7\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:08:53.060\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2115,\"Tax\":2055,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4170,\"PublishedFare\":3885,\"OfferedFare\":3085,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2055,\"BaseFareCal\":3207.03,\"BaseFare\":2115,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-09T10:40\",\"SegFlightNumber\":\"IX-1111\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":335,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"},{\"segmentid\":\"527\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-09T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-09T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"localFromDateTime\":\"2023-01-09 08:10\",\"localToDateTime\":\"2023-01-09 17:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 07:38:48','2022-12-22 07:38:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(5,0,1,38124,0,0,NULL,'2023-01-19',NULL,NULL,'IX-82','AI Express','1',1,'56c33-c8554-a414d-9e97e','82','18:15:00','21:10:00',0,'EC',175,'2h 55m',2262,7701,'BLR','DEL','Non-stop',1,1,3134,'22-1736455616_19BLRDELIX82_22319527600819',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/IX.gif','INR',1065,2354,0,1024,0,400,3134,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS103400424745\",\"FlightNumber\":\"IX-82\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-01-19T18:15\",\"LocalFromTime\":\"2023-01-19 18:15\",\"FromUTCTime\":\"2023-01-19T18:15\",\"LocalToTime\":\"2023-01-19 21:10\",\"ToUTCTime\":\"2023-01-19T21:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3419,\"PublishedFareTxt\":\"3,419\",\"ApiResultIndex\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1065,\"Tax\":2354,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3419,\"PublishedFare\":3134,\"OfferedFare\":2334,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1736455616_0BLRDELIX82_22336968590396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":3419,\"oldFare\":3340,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2354,\"BaseFareCal\":2456.03,\"BaseFare\":1065,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":1024,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":3134,\"CostToCustomer\":3134,\"BaseFareCal\":2456.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2456.03,\"intOfferedFare\":2334,\"intPublishFare\":3419,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"952\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T21:10\",\"SegFlightNumber\":\"IX-82\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-19T18:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"56c33-c8554-a414d-9e97e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:16:14.883\",\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103400424745\",\"FlightNumber\":\"IX-82\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-01-19T18:15\",\"LocalFromTime\":\"2023-01-19 18:15\",\"FromUTCTime\":\"2023-01-19T18:15\",\"LocalToTime\":\"2023-01-19 21:10\",\"ToUTCTime\":\"2023-01-19T21:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3419,\"ApiResultIndex\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"56c33-c8554-a414d-9e97e\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:16:14.883\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1065,\"Tax\":2354,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3419,\"PublishedFare\":3134,\"OfferedFare\":2334,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2354,\"BaseFareCal\":2456.03,\"BaseFare\":1065,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":1024,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"952\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T21:10\",\"SegFlightNumber\":\"IX-82\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-19T18:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"localFromDateTime\":\"2023-01-19 18:15\",\"localToDateTime\":\"2023-01-19 21:10\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 07:45:41','2022-12-22 07:45:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(6,0,1,38124,0,0,NULL,'2023-01-12',NULL,NULL,'6E-461','IndiGo','1',1,'73519-af9bb-a4bfe-f7f00','267','05:25:00','07:00:00',0,'T',95,'1h 35m',18676,12538,'BOM','HYD','Non-stop',1,1,5393,'5-2118034602_0BOMHYD6E461_23343804707049',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',3450,2228,0,778,0,400,5393,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS109800424769\",\"FlightNumber\":\"6E-461\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-01-12T05:25\",\"LocalFromTime\":\"2023-01-12 05:25\",\"FromUTCTime\":\"2023-01-12T05:25\",\"LocalToTime\":\"2023-01-12 07:00\",\"ToUTCTime\":\"2023-01-12T07:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5678,\"PublishedFareTxt\":\"5,678\",\"ApiResultIndex\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3450,\"Tax\":2228,\"YQTax\":0,\"OtherCharges\":778,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5678,\"PublishedFare\":5393,\"OfferedFare\":4593,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2118034602_0BOMHYD6E461_23349334383117\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2228,\"BaseFareCal\":4715.03,\"BaseFare\":3450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":178,\"MFT\":72,\"OT\":778,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":5393,\"CostToCustomer\":5393,\"BaseFareCal\":4715.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":4715.03,\"intOfferedFare\":4593,\"intPublishFare\":5678,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"809\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T07:00\",\"SegFlightNumber\":\"6E-461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"73519-af9bb-a4bfe-f7f00\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:33:07.247\",\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109800424769\",\"FlightNumber\":\"6E-461\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-01-12T05:25\",\"LocalFromTime\":\"2023-01-12 05:25\",\"FromUTCTime\":\"2023-01-12T05:25\",\"LocalToTime\":\"2023-01-12 07:00\",\"ToUTCTime\":\"2023-01-12T07:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5678,\"ApiResultIndex\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"73519-af9bb-a4bfe-f7f00\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:33:07.247\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3450,\"Tax\":2228,\"YQTax\":0,\"OtherCharges\":778,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5678,\"PublishedFare\":5393,\"OfferedFare\":4593,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2228,\"BaseFareCal\":4715.03,\"BaseFare\":3450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":178,\"MFT\":72,\"OT\":778,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"809\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T07:00\",\"SegFlightNumber\":\"6E-461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"localFromDateTime\":\"2023-01-12 05:25\",\"localToDateTime\":\"2023-01-12 07:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 08:02:19','2022-12-22 08:02:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(7,0,1,38124,0,533537,'TESTPNR','2023-01-16','TJS108100424777',NULL,'6E-874','IndiGo','1',1,'f0f51-a5b7d-bf959-ab890','267','14:15:00','18:25:00',0,'R',250,'4h 10m',14323,25897,'CCU','SXR','Non-stop',1,1,10316,'5-9700681518_0CCUSXR6E874_23674431010447',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',7652,2949,0,1292,0,400,10316,0,0,0,122.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108100424777\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-01-16T14:15\",\"LocalFromTime\":\"2023-01-16 14:15\",\"FromUTCTime\":\"2023-01-16T14:15\",\"LocalToTime\":\"2023-01-16 18:25\",\"ToUTCTime\":\"2023-01-16T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10601,\"PublishedFareTxt\":\"10,601\",\"ApiResultIndex\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7652,\"Tax\":2949,\"YQTax\":0,\"OtherCharges\":1292,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10601,\"PublishedFare\":10316,\"OfferedFare\":9516,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9700681518_0CCUSXR6E874_23690857938342\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2949,\"BaseFareCal\":9638.03,\"BaseFare\":7652,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":385,\"MFT\":72,\"OT\":1292,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":10316,\"CostToCustomer\":10316,\"BaseFareCal\":9638.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":9638.03,\"intOfferedFare\":9516,\"intPublishFare\":10601,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"30\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-01-16T18:25\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f0f51-a5b7d-bf959-ab890\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:38:48.772\",\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108100424777\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-01-16T14:15\",\"LocalFromTime\":\"2023-01-16 14:15\",\"FromUTCTime\":\"2023-01-16T14:15\",\"LocalToTime\":\"2023-01-16 18:25\",\"ToUTCTime\":\"2023-01-16T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10601,\"ApiResultIndex\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"f0f51-a5b7d-bf959-ab890\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:38:48.772\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7652,\"Tax\":2949,\"YQTax\":0,\"OtherCharges\":1292,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10601,\"PublishedFare\":10316,\"OfferedFare\":9516,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2949,\"BaseFareCal\":9638.03,\"BaseFare\":7652,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":385,\"MFT\":72,\"OT\":1292,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"30\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-01-16T18:25\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"localFromDateTime\":\"2023-01-16 14:15\",\"localToDateTime\":\"2023-01-16 18:25\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108100424777\",\"amount\":9801,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T13:42:35.942\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"99693\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"874\",\"eT\":\"320\"},\"stops\":1,\"so\":[{\"code\":\"IXC\",\"name\":\"Chandigarh Arpt\",\"cityCode\":\"IXC\",\"city\":\"Chandigarh\",\"country\":\"India\",\"countryCode\":\"IN\"}],\"duration\":250,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-16T14:15\",\"at\":\"2023-01-16T18:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"CCU-SXR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannojia\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":9516,\"BF\":7652,\"IGST\":72,\"NCM\":285,\"TF\":10601,\"TAF\":2949},\"afC\":{\"NCM\":{\"TDS\":-15,\"OT\":300},\"TAF\":{\"MFT\":72,\"AGST\":385,\"MU\":800,\"MF\":400,\"OT\":1292,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533536\",\"TPSysId\":\"533537\",\"VersionId\":[\"137210\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42374\",\"FareBreakdownid\":[\"366931\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Kusunla9iABtPi','','0',NULL,NULL,'0','180.151.10.154','2022-12-22 08:08:00','2022-12-22 08:08:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000011',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(8,0,1,38124,0,533870,'D8HJ7Z','2023-01-11','TJS113500425070',NULL,'SG-13','SpiceJet','1',1,'838b9-04489-f219a-e92ec','463','23:05:00','00:55:00',0,'RS',200,'1h 50m',18676,8219,'BOM','DXB','Non-stop',1,1,17091.7,'4-9736368142_1BOMDXBSG13_32925126281705',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',13750,3341.7,0,1830,0,15,17091.7,0,0,0,122.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS113500425070\",\"FlightNumber\":\"SG-13\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"00:55\",\"TravelDate\":\"2023-01-11T23:05\",\"LocalFromTime\":\"2023-01-11 23:05\",\"FromUTCTime\":\"2023-01-11T23:05\",\"LocalToTime\":\"2023-01-12 00:55\",\"ToUTCTime\":\"2023-01-12T00:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17091.7,\"PublishedFareTxt\":\"17,092\",\"ApiResultIndex\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13750,\"Tax\":3341.7,\"YQTax\":0,\"OtherCharges\":1830,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":694,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":17091.7,\"PublishedFare\":17091.7,\"OfferedFare\":16291.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9736368142_0BOMDXBSG13_33011781881482\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3341.7,\"BaseFareCal\":16413.73,\"BaseFare\":13750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":694,\"MFT\":2.7,\"OT\":1830,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":17091.7,\"CostToCustomer\":17091.7,\"BaseFareCal\":16413.73,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":16413.73,\"intOfferedFare\":16291.7,\"intPublishFare\":17091.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"991\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-12T00:55\",\"SegFlightNumber\":\"SG-13\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-11T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"00:55\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"JNSW\",\"Price\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VCC2\",\"Price\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC6\",\"Price\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC5\",\"Price\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC4\",\"Price\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC2\",\"Price\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC1\",\"Price\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"838b9-04489-f219a-e92ec\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:14:09.655\",\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113500425070\",\"FlightNumber\":\"SG-13\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"00:55\",\"TravelDate\":\"2023-01-11T23:05\",\"LocalFromTime\":\"2023-01-11 23:05\",\"FromUTCTime\":\"2023-01-11T23:05\",\"LocalToTime\":\"2023-01-12 00:55\",\"ToUTCTime\":\"2023-01-12T00:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17091.7,\"ApiResultIndex\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"838b9-04489-f219a-e92ec\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:14:09.655\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13750,\"Tax\":3341.7,\"YQTax\":0,\"OtherCharges\":1830,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":694,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":17091.7,\"PublishedFare\":17091.7,\"OfferedFare\":16291.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3341.7,\"BaseFareCal\":16413.73,\"BaseFare\":13750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":694,\"MFT\":2.7,\"OT\":1830,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"991\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-12T00:55\",\"SegFlightNumber\":\"SG-13\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-11T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"00:55\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"localFromDateTime\":\"2023-01-11 23:05\",\"localToDateTime\":\"2023-01-12 00:55\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS113500425070\",\"amount\":16291.7,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T16:17:25.621\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"99765\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"13\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":200,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-11T23:05\",\"at\":\"2023-01-12T00:55\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DXB\":\"D8HJ7Z\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\",\"dob\":\"1991-12-27\",\"pNum\":\"GYF6758JHJH\",\"eD\":\"2023-12-20\",\"pNat\":\"IN\",\"pid\":\"2018-06-20\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16291.7,\"BF\":13750,\"IGST\":2.7,\"TF\":17091.7,\"TAF\":3341.7},\"afC\":{\"TAF\":{\"MFT\":2.7,\"AGST\":694,\"MU\":800,\"MF\":15,\"OT\":1830,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533869\",\"TPSysId\":\"533870\",\"VersionId\":[\"137319\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42398\",\"FareBreakdownid\":[\"366947\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KuvaZTBqMICDhX','','0',NULL,NULL,'0','180.151.10.154','2022-12-22 10:44:45','2022-12-22 10:44:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000012',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(9,0,2,38124,0,533932,'TESTPNR-TESTPNR-TESTPNR','2023-01-18','TJS105000425164',NULL,'6E-5015','IndiGo','1',1,'3eeb5-38730-c5848-e6067','267','09:20:00','16:30:00',0,'R',430,'7h 10m',13021,18676,'IXJ','BOM','1 Stop(s)',1,1,9106,'5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372',1,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',6953,2438,0,813,0,400,9106,0,0,0,122.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-5015\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-01-18T09:20\",\"LocalFromTime\":\"2023-01-18 09:20\",\"FromUTCTime\":\"2023-01-18T09:20\",\"LocalToTime\":\"2023-01-18 16:30\",\"ToUTCTime\":\"2023-01-18T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":430,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"7h 10m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9391,\"PublishedFareTxt\":\"9,391\",\"ApiResultIndex\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6953,\"Tax\":2438,\"YQTax\":0,\"OtherCharges\":813,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":9391,\"PublishedFare\":9106,\"OfferedFare\":8306,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_35030157181492\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2438,\"BaseFareCal\":8428.03,\"BaseFare\":6953,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":353,\"MFT\":72,\"OT\":813,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":9106,\"CostToCustomer\":9106,\"BaseFareCal\":8428.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":8428.03,\"intOfferedFare\":8306,\"intPublishFare\":9391,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"571\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T10:50\",\"SegFlightNumber\":\"6E-5015\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-01-18T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T16:30\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-23 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-5015\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-01-18T09:20\",\"LocalFromTime\":\"2023-01-18 09:20\",\"FromUTCTime\":\"2023-01-18T09:20\",\"LocalToTime\":\"2023-01-18 16:30\",\"ToUTCTime\":\"2023-01-18T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":430,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"7h 10m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17770,\"ApiResultIndex\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13026,\"Tax\":4744,\"YQTax\":0,\"OtherCharges\":1541,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":659,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":17770,\"PublishedFare\":17200,\"OfferedFare\":15600,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4744,\"BaseFareCal\":15844.060000000001,\"BaseFare\":13026,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":659,\"MFT\":144,\"OT\":1541,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"571\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T10:50\",\"SegFlightNumber\":\"6E-5015\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-01-18T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T16:30\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"661\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-23T16:05\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-23T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"localFromDateTime\":\"2023-01-18 09:20\",\"localToDateTime\":\"2023-01-18 16:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS105000425164\",\"amount\":16170,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T16:57:26.742\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"99791\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5015\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"cT\":205,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-01-18T09:20\",\"at\":\"2023-01-18T10:50\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"99792\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2176\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-01-18T14:15\",\"at\":\"2023-01-18T16:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"99793\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"559\",\"eT\":\"320\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-23T13:25\",\"at\":\"2023-01-23T16:05\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXJ-DEL\":\"TESTPNR\",\"DEL-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"nita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":15600,\"BF\":13026,\"IGST\":144,\"NCM\":570,\"TF\":17770,\"TAF\":4744},\"afC\":{\"NCM\":{\"TDS\":-30,\"OT\":600},\"TAF\":{\"MFT\":144,\"AGST\":659,\"MU\":1600,\"MF\":800,\"OT\":1541,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533931\",\"TPSysId\":\"533932\",\"VersionId\":[\"137348\",\"137349\"],\"CustomerSysId\":\"305391\",\"TrxId\":\"42406\",\"FareBreakdownid\":[\"366954\",\"366955\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KuwGvcpWPQHxzF','','0',NULL,NULL,'0','180.151.10.154','2022-12-22 11:23:44','2022-12-22 11:23:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000013',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(10,9,2,38124,0,533932,'TESTPNR-TESTPNR-TESTPNR','2023-01-23','TJS105000425164',NULL,'6E-559','IndiGo','1',1,'3eeb5-38730-c5848-e6067','267','13:25:00','16:05:00',0,'T',160,'2h 40m',13021,18676,'BOM','IXJ','Non-stop',1,1,8094,'5-7302457845_1BOMIXJ6E559_34943392762813',2,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',6073,2306,0,728,0,400,8094,0,0,0,122.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:25\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-01-23T13:25\",\"LocalFromTime\":\"2023-01-23 13:25\",\"FromUTCTime\":\"2023-01-23T13:25\",\"LocalToTime\":\"2023-01-23 16:05\",\"ToUTCTime\":\"2023-01-23T16:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8379,\"PublishedFareTxt\":\"8,379\",\"ApiResultIndex\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6073,\"Tax\":2306,\"YQTax\":0,\"OtherCharges\":728,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":306,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8379,\"PublishedFare\":8094,\"OfferedFare\":7294,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7302457845_1BOMIXJ6E559_35030158819402\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2306,\"BaseFareCal\":7416.03,\"BaseFare\":6073,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":306,\"MFT\":72,\"OT\":728,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":8094,\"CostToCustomer\":8094,\"BaseFareCal\":7416.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":7416.03,\"intOfferedFare\":7294,\"intPublishFare\":8379,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-23T16:05\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-23T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"strTraceId\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-23 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS105000425164\",\"amount\":16170,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T16:57:26.742\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"99791\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5015\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"cT\":205,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-01-18T09:20\",\"at\":\"2023-01-18T10:50\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"99792\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2176\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-01-18T14:15\",\"at\":\"2023-01-18T16:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"99793\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"559\",\"eT\":\"320\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-23T13:25\",\"at\":\"2023-01-23T16:05\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXJ-DEL\":\"TESTPNR\",\"DEL-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"nita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":15600,\"BF\":13026,\"IGST\":144,\"NCM\":570,\"TF\":17770,\"TAF\":4744},\"afC\":{\"NCM\":{\"TDS\":-30,\"OT\":600},\"TAF\":{\"MFT\":144,\"AGST\":659,\"MU\":1600,\"MF\":800,\"OT\":1541,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533931\",\"TPSysId\":\"533932\",\"VersionId\":[\"137348\",\"137349\"],\"CustomerSysId\":\"305391\",\"TrxId\":\"42406\",\"FareBreakdownid\":[\"366954\",\"366955\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KuwGvcpWPQHxzF','','0',NULL,NULL,'0','180.151.10.154','2022-12-22 11:23:44','2022-12-22 11:23:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000013',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(12,0,4,38124,0,0,NULL,'2023-01-10',NULL,NULL,'6E-2106','IndiGo','1',1,'73355-18e01-d268a-582a1','267','03:00:00','05:10:00',0,'T',130,'2h 10m',7701,14323,'DEL','CCU','Non-stop',1,1,7241,'5-7217524088_6DELCCU6E2106_8695157474409',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',5200,2326,0,789,0,400,7241,0,0,0,122.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105200425258\",\"FlightNumber\":\"6E-2106\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"03:00\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-01-10T03:00\",\"LocalFromTime\":\"2023-01-10 03:00\",\"FromUTCTime\":\"2023-01-10T03:00\",\"LocalToTime\":\"2023-01-10 05:10\",\"ToUTCTime\":\"2023-01-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7526,\"PublishedFareTxt\":\"7,526\",\"ApiResultIndex\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2326,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7526,\"PublishedFare\":7241,\"OfferedFare\":6441,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7217524088_0DELCCU6E2106_8868711462270\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2326,\"BaseFareCal\":6563.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":7241,\"CostToCustomer\":7241,\"BaseFareCal\":6563.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":6563.03,\"intOfferedFare\":6441,\"intPublishFare\":7526,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"596\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T05:10\",\"SegFlightNumber\":\"6E-2106\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T03:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:00\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"73355-18e01-d268a-582a1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T17:46:33.644\",\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200425258\",\"FlightNumber\":\"6E-2106\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"03:00\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-01-10T03:00\",\"LocalFromTime\":\"2023-01-10 03:00\",\"FromUTCTime\":\"2023-01-10T03:00\",\"LocalToTime\":\"2023-01-10 05:10\",\"ToUTCTime\":\"2023-01-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7526,\"ApiResultIndex\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"73355-18e01-d268a-582a1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T17:46:33.644\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2326,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7526,\"PublishedFare\":7241,\"OfferedFare\":6441,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2326,\"BaseFareCal\":6563.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"596\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T05:10\",\"SegFlightNumber\":\"6E-2106\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T03:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:00\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"localFromDateTime\":\"2023-01-10 03:00\",\"localToDateTime\":\"2023-01-10 05:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-22 12:16:31','2022-12-22 12:16:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(13,0,5,38124,0,534061,'QBG5XW-QBG5XW-QBG5XW','2023-01-10','TJS119000425279',NULL,'SG-5','SpiceJet','1',1,'4c615-33edd-706f5-71c2d','0','19:25:00','22:05:00',0,'RS',0,'4h 10m',7701,8219,'DEL','DXB','Non-stop',1,1,30523.4,'4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',24911,5612.4,0,3305,0,30,30523.4,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,3,'{\"bookingId\":\"TJS119000425279\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30523.4,\"OfferedFare\":29073.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2302227735_1DXBBOMSG14BOMDELSG8158_9399896546843\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.46,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"2023-01-13 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS119000425279\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":30523.4,\"ApiResultIndex\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30523.4,\"OfferedFare\":29073.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2302227735_1DXBBOMSG14BOMDELSG8158_9399896546843\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.46,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"139\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"140\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-13T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-13T01:55\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"141\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-13T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"localFromDateTime\":\"2023-01-10 19:25\",\"localToDateTime\":\"2023-01-10 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2502\",\"message\":\"Duplicate Booking. You have an existing booking under the cart ID TJS119000425279. Please, check your cart.\",\"details\":\"TJS119000425279\"}]}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534060\",\"TPSysId\":\"534061\",\"VersionId\":[\"137401\"],\"CustomerSysId\":\"305438\",\"TrxId\":\"42422\",\"FareBreakdownid\":[\"366963\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KuxMNeNd571wlP','','0',NULL,NULL,'0',NULL,'2022-12-22 12:28:50','2022-12-22 12:28:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000014',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(14,13,5,38124,0,534061,NULL,'2023-01-10',NULL,NULL,'SG-14','SpiceJet','1',1,'4c615-33edd-706f5-71c2d','0','01:55:00','21:20:00',0,'RS',0,'17h 55m',8219,7701,'DXB','DEL','1 Stop(s)',1,1,30524,'4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',24911,5612.4,0,3305,0,30,30524,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,3,NULL,'{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2502\",\"message\":\"Duplicate Booking. You have an existing booking under the cart ID TJS119000425279. Please, check your cart.\",\"details\":\"TJS119000425279\"}]}',NULL,1,0,'order_KuxMNeNd571wlP','','0',NULL,NULL,'0',NULL,'2022-12-22 12:28:50','2022-12-22 12:28:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(15,0,1,38124,0,534088,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2023-01-16','TJS118700425331',NULL,'UK-941','Vistara','',1,'43038-4a02a-d8054-cf9c4','0','16:45:00','18:15:00',0,'Q',0,'27h 0m',7701,8219,'DEL','DXB','1 Stop(s)',1,1,31162.4,'15-2-12-10-3199842428_142DELBOMUK941BOMDXBUK201DXBBOMUK202BOMDELUK988_10298054670777',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',23755,7407.4,0,4143,0,30,31162.4,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,3,'{\"bookingId\":\"TJS118700425331\",\"FlightNumber\":\"UK-941\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-16T16:45\",\"LocalFromTime\":\"2023-01-16 16:45\",\"FromUTCTime\":\"2023-01-16T16:45\",\"LocalToTime\":\"2023-01-17 18:15\",\"ToUTCTime\":\"2023-01-17T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1280,\"LAYOVERDuration\":\"21h 20m\",\"FlyingMinutes\":1620,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"25h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23755,\"Tax\":7407.4,\"YQTax\":0,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1209,\"CarrierMiscFee\":420,\"MUFee\":1600,\"intPublishedFare\":31162.4,\"PublishedFare\":31162.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10608194553024\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7407.4,\"BaseFareCal\":29806.46,\"BaseFare\":23755,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1209,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"499\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-16T19:05\",\"SegFlightNumber\":\"UK-941\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-16T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":1280,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"21h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"500\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-17T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118700425331\",\"FlightNumber\":\"UK-941\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-16T16:45\",\"LocalFromTime\":\"2023-01-16 16:45\",\"FromUTCTime\":\"2023-01-16T16:45\",\"LocalToTime\":\"2023-01-17 18:15\",\"ToUTCTime\":\"2023-01-17T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1280,\"LAYOVERDuration\":\"21h 20m\",\"FlyingMinutes\":1620,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"25h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":31162.4,\"ApiResultIndex\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23755,\"Tax\":7407.4,\"YQTax\":0,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1209,\"CarrierMiscFee\":420,\"MUFee\":1600,\"intPublishedFare\":31162.4,\"PublishedFare\":31162.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10608194553024\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7407.4,\"BaseFareCal\":29806.46,\"BaseFare\":23755,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1209,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"499\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-16T19:05\",\"SegFlightNumber\":\"UK-941\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-16T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":1280,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"21h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"500\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-17T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"501\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T23:55\",\"SegFlightNumber\":\"UK-202\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-18T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":1260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"21h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"502\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-19T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"localFromDateTime\":\"2023-01-16 16:45\",\"localToDateTime\":\"2023-01-17 18:15\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2502\",\"message\":\"Duplicate Booking. You have an existing booking under the cart ID TJS118700425331. Please, check your cart.\",\"details\":\"TJS118700425331\"}]}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534087\",\"TPSysId\":\"534088\",\"VersionId\":[\"137411\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42428\",\"FareBreakdownid\":[\"366967\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Kuxg8bfR4Qbv2I','','0',NULL,NULL,'0',NULL,'2022-12-22 12:47:26','2022-12-22 12:47:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000015',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(16,15,1,38124,0,534088,NULL,'2023-01-16',NULL,NULL,'UK-202','Vistara','',1,'43038-4a02a-d8054-cf9c4','0','19:15:00','23:00:00',0,'Q',0,'26h 15m',8219,7701,'DXB','DEL','1 Stop(s)',1,1,31163,'15-2-12-10-3199842428_142DELBOMUK941BOMDXBUK201DXBBOMUK202BOMDELUK988_10298054670777',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',23755,7407.4,0,4143,0,30,31163,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,3,NULL,'{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2502\",\"message\":\"Duplicate Booking. You have an existing booking under the cart ID TJS118700425331. Please, check your cart.\",\"details\":\"TJS118700425331\"}]}',NULL,1,0,'order_Kuxg8bfR4Qbv2I','','0',NULL,NULL,'0',NULL,'2022-12-22 12:47:26','2022-12-22 12:47:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(17,0,1,38124,0,534102,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2023-01-17','TJS114100425347',NULL,'EY-211','Etihad Airways','',1,'da7b1-440c4-d9ed8-d2282','0','04:35:00','00:10:00',0,'Q',0,'21h 5m',7701,8219,'DEL','XNB','1 Stop(s)',1,1,31391.4,'15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/EY.gif','INR',16025,15366.4,7940,4143,0,30,31391.4,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS114100425347\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-01-17T04:35\",\"LocalFromTime\":\"2023-01-17 04:35\",\"FromUTCTime\":\"2023-01-17T04:35\",\"LocalToTime\":\"2023-01-18 00:10\",\"ToUTCTime\":\"2023-01-18T00:10\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1265,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"19h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16025,\"Tax\":15366.400000000001,\"YQTax\":7940,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1220,\"CarrierMiscFee\":428,\"MUFee\":1600,\"intPublishedFare\":31391.4,\"PublishedFare\":31391.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3099274207_1XNBAUHEY5419AUHDELEY224_11444975066530\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15366.400000000001,\"BaseFareCal\":30035.46,\"BaseFare\":16025,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":7940,\"AGST\":1220,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":428,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-17T07:05\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":905,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"15h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"422\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-01-18T00:10\",\"SegFlightNumber\":\"EY-5430\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114100425347\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-01-17T04:35\",\"LocalFromTime\":\"2023-01-17 04:35\",\"FromUTCTime\":\"2023-01-17T04:35\",\"LocalToTime\":\"2023-01-18 00:10\",\"ToUTCTime\":\"2023-01-18T00:10\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1265,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"19h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":31391.4,\"ApiResultIndex\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16025,\"Tax\":15366.400000000001,\"YQTax\":7940,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1220,\"CarrierMiscFee\":428,\"MUFee\":1600,\"intPublishedFare\":31391.4,\"PublishedFare\":31391.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3099274207_1XNBAUHEY5419AUHDELEY224_11444975066530\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15366.400000000001,\"BaseFareCal\":30035.46,\"BaseFare\":16025,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":7940,\"AGST\":1220,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":428,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"421\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-17T07:05\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":905,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"15h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"422\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-01-18T00:10\",\"SegFlightNumber\":\"EY-5430\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"423\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-20T18:30\",\"SegFlightNumber\":\"EY-5419\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-01-20T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":1205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"20h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"424\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T19:20\",\"SegFlightNumber\":\"EY-224\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-21T14:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:35\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"localFromDateTime\":\"2023-01-17 04:35\",\"localToDateTime\":\"2023-01-18 00:10\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS114100425347\",\"amount\":29791.4,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T18:31:51.278\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"99837\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"211\",\"eT\":\"351\"},\"stops\":0,\"duration\":240,\"cT\":905,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-17T04:35\",\"at\":\"2023-01-17T07:05\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"99838\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"5430\",\"eT\":\"BUS\"},\"stops\":0,\"duration\":120,\"da\":{\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"XNB\",\"name\":\"Dubai Chelsea Tower Bus Station\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\"},\"dt\":\"2023-01-17T22:10\",\"at\":\"2023-01-18T00:10\",\"iand\":true,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"99839\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"5419\",\"eT\":\"BUS\"},\"stops\":0,\"duration\":120,\"cT\":1205,\"da\":{\"code\":\"XNB\",\"name\":\"Dubai Chelsea Tower Bus Station\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\"},\"aa\":{\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-20T16:30\",\"at\":\"2023-01-20T18:30\",\"iand\":false,\"isRs\":true,\"sN\":0},{\"id\":\"99840\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"224\",\"eT\":\"789\"},\"stops\":0,\"duration\":195,\"da\":{\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-01-21T14:35\",\"at\":\"2023-01-21T19:20\",\"iand\":false,\"isRs\":true,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-AUH\":\"TESTPNR\",\"AUH-XNB\":\"TESTPNR\",\"XNB-AUH\":\"TESTPNR\",\"AUH-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-AUH\":\"11111111111\",\"AUH-XNB\":\"11111111111\",\"XNB-AUH\":\"11111111111\",\"AUH-DEL\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\",\"dob\":\"1991-12-27\",\"pNum\":\"GYF6758JHJH\",\"eD\":\"2023-12-20\",\"pNat\":\"IN\",\"pid\":\"2018-06-20\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":31391.4,\"IGST\":5.4,\"TAF\":15366.4,\"BF\":16025,\"NF\":29791.4},\"afC\":{\"TAF\":{\"YR\":428,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"AGST\":1220,\"MF\":30,\"YQ\":7940}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534101\",\"TPSysId\":\"534102\",\"VersionId\":[\"137418\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42430\",\"FareBreakdownid\":[\"366969\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KuxsmHpNKWtsrb','','0',NULL,NULL,'0',NULL,'2022-12-22 12:59:01','2022-12-22 12:59:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000016',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(18,17,1,38124,0,0,NULL,'2023-01-17',NULL,NULL,'EY-5419','Etihad Airways','',1,'da7b1-440c4-d9ed8-d2282','0','16:30:00','19:20:00',0,'Q',0,'25h 20m',8219,7701,'XNB','DEL','1 Stop(s)',1,1,31392,'15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/EY.gif','INR',16025,15366.4,7940,4143,0,30,31392,0,0,1355.93,244.07,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,0,'order_KuxsmHpNKWtsrb','','0',NULL,NULL,'0',NULL,'2022-12-22 12:59:01','2022-12-22 12:59:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(19,0,1,38124,0,535061,'TESTPNR-TESTPNR','2023-01-18','TJS101200426140',NULL,'6E-7044','IndiGo','1',1,'3c5ab-773ae-66f6a-1efb8','267','22:55:00','04:50:00',0,'R',355,'5h 55m',6000,14323,'MAA','CCU','1 Stop(s)',1,1,6490,'5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',4350,2425,0,928,0,400,6490,0,0,0,122.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS101200426140\",\"FlightNumber\":\"6E-7044\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"04:50\",\"TravelDate\":\"2023-01-18T22:55\",\"LocalFromTime\":\"2023-01-18 22:55\",\"FromUTCTime\":\"2023-01-18T22:55\",\"LocalToTime\":\"2023-01-19 04:50\",\"ToUTCTime\":\"2023-01-19T04:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6775,\"PublishedFareTxt\":\"6,775\",\"ApiResultIndex\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4350,\"Tax\":2425,\"YQTax\":0,\"OtherCharges\":928,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6775,\"PublishedFare\":6490,\"OfferedFare\":5690,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6042877594691\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2425,\"BaseFareCal\":5812.03,\"BaseFare\":4350,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":225,\"MFT\":72,\"OT\":928,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":6490,\"CostToCustomer\":6490,\"BaseFareCal\":5812.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":5812.03,\"intOfferedFare\":5690,\"intPublishFare\":6775,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"646\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-19T00:30\",\"SegFlightNumber\":\"6E-7044\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-18T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T04:50\",\"SegFlightNumber\":\"6E-6494\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-19T02:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:45\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c5ab-773ae-66f6a-1efb8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-23T18:34:01.789\",\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101200426140\",\"FlightNumber\":\"6E-7044\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"04:50\",\"TravelDate\":\"2023-01-18T22:55\",\"LocalFromTime\":\"2023-01-18 22:55\",\"FromUTCTime\":\"2023-01-18T22:55\",\"LocalToTime\":\"2023-01-19 04:50\",\"ToUTCTime\":\"2023-01-19T04:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6775,\"ApiResultIndex\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3c5ab-773ae-66f6a-1efb8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-23T18:34:01.789\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4350,\"Tax\":2425,\"YQTax\":0,\"OtherCharges\":928,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6775,\"PublishedFare\":6490,\"OfferedFare\":5690,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2425,\"BaseFareCal\":5812.03,\"BaseFare\":4350,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":225,\"MFT\":72,\"OT\":928,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"646\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-19T00:30\",\"SegFlightNumber\":\"6E-7044\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-18T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T04:50\",\"SegFlightNumber\":\"6E-6494\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-19T02:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:45\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"localFromDateTime\":\"2023-01-18 22:55\",\"localToDateTime\":\"2023-01-19 04:50\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS101200426140\",\"amount\":8725,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-23T18:35:31.142\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100074\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"7044\",\"eT\":\"ATR\"},\"stops\":0,\"duration\":95,\"cT\":135,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-18T22:55\",\"at\":\"2023-01-19T00:30\",\"iand\":true,\"isRs\":false,\"sN\":0},{\"id\":\"100075\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6494\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-19T02:45\",\"at\":\"2023-01-19T04:50\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"MAA-HYD\":{\"code\":\"XBPA\",\"amount\":2250,\"desc\":\"Excess Baggage - 5 Kg\",\"ctds\":0},\"HYD-CCU\":{\"code\":\"XBPA\",\"desc\":\"Excess Baggage - 5 Kg\",\"ctds\":0}},\"ssrMealInfos\":{\"MAA-HYD\":{\"code\":\"TCSW\",\"amount\":500,\"desc\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\",\"ctds\":0}},\"pnrDetails\":{\"MAA-HYD\":\"TESTPNR\",\"HYD-CCU\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":285,\"IGST\":72,\"TAF\":2425,\"BF\":4350,\"TF\":9525,\"NF\":8440,\"SSRP\":2750},\"afC\":{\"NCM\":{\"OT\":300,\"TDS\":-15},\"TAF\":{\"OT\":928,\"AGST\":225,\"MF\":400,\"YQ\":0,\"MU\":800,\"MFT\":72},\"SSRP\":{\"OT\":2750}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"535060\",\"TPSysId\":\"535061\",\"VersionId\":[\"137819\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42528\",\"FareBreakdownid\":[\"367036\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KvMU6CL2DXvyzA','','0',NULL,NULL,'0','180.151.10.154','2022-12-23 13:03:23','2022-12-23 13:03:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000017',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(20,0,1,38124,0,537020,'G8DNSX-G8DNSX','2023-01-10','TJS102700427255',NULL,'I5-7797','AirAsia India','1',0,'343b1-bff90-9ef3d-8edf0','75','10:00:00','17:15:00',0,NULL,435,'7h 15m',7701,6000,'DEL','MAA','1 Stop(s)',1,1,6210,'22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',4218,2159,0,673,0,400,6210,0,0,0,140.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS102700427255\",\"FlightNumber\":\"I5-7797\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-10T10:00\",\"LocalFromTime\":\"2023-01-10 10:00\",\"FromUTCTime\":\"2023-01-10T10:00\",\"LocalToTime\":\"2023-01-10 17:15\",\"ToUTCTime\":\"2023-01-10T17:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6377,\"PublishedFareTxt\":\"6,377\",\"ApiResultIndex\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4218,\"Tax\":2159,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":214,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6377,\"PublishedFare\":6210,\"OfferedFare\":5292,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-5746961643_0DELBLRI57797BLRMAAI52461_18574603241673\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2159,\"BaseFareCal\":5432.03,\"BaseFare\":4218,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":214,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":6210,\"CostToCustomer\":6210,\"BaseFareCal\":5432.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5432.03,\"intOfferedFare\":5292,\"intPublishFare\":6377,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"94\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T12:00\",\"SegFlightNumber\":\"I5-7797\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T10:00\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":255,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-10T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-10T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"343b1-bff90-9ef3d-8edf0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-26T16:19:50.532\",\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700427255\",\"FlightNumber\":\"I5-7797\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-10T10:00\",\"LocalFromTime\":\"2023-01-10 10:00\",\"FromUTCTime\":\"2023-01-10T10:00\",\"LocalToTime\":\"2023-01-10 17:15\",\"ToUTCTime\":\"2023-01-10T17:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6377,\"ApiResultIndex\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"343b1-bff90-9ef3d-8edf0\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-26T16:19:50.532\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4218,\"Tax\":2159,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":214,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6377,\"PublishedFare\":6210,\"OfferedFare\":5292,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2159,\"BaseFareCal\":5432.03,\"BaseFare\":4218,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":214,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"94\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T12:00\",\"SegFlightNumber\":\"I5-7797\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T10:00\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":255,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-10T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-10T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"localFromDateTime\":\"2023-01-10 10:00\",\"localToDateTime\":\"2023-01-10 17:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102700427255\",\"amount\":5577,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-26T16:22:18.223\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100349\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"7797\",\"eT\":\"737\"},\"stops\":0,\"duration\":120,\"cT\":255,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-10T10:00\",\"at\":\"2023-01-10T12:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"100350\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"2461\",\"eT\":\"32N\"},\"stops\":0,\"duration\":60,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-10T16:15\",\"at\":\"2023-01-10T17:15\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G8DNSX\",\"BLR-MAA\":\"G8DNSX\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":2159,\"BF\":4218,\"TF\":6377,\"IGST\":72,\"NCM\":285,\"NF\":5292},\"afC\":{\"TAF\":{\"MF\":400,\"OT\":673,\"MFT\":72,\"MU\":800,\"AGST\":214},\"NCM\":{\"OT\":300,\"TDS\":-15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537019\",\"TPSysId\":\"537020\",\"VersionId\":[\"138660\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42751\",\"FareBreakdownid\":[\"367186\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KwVoLUMIy1nZXA','','0',NULL,NULL,'0','180.151.10.154','2022-12-26 10:49:25','2022-12-26 10:49:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000018',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(21,0,1,38124,0,537029,'TESTPNR-TESTPNR','2023-01-17','TJS115000427262',NULL,'UK-985','Vistara','',1,'ffc68-97eac-64677-67527','539','19:45:00','18:15:00',0,'Q',1440,'22h 30m',7701,8219,'DEL','DXB','1 Stop(s)',1,1,19039.7,'12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',15660,3261.7,0,1440,0,15,19039.7,0,0,0,140.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS115000427262\",\"FlightNumber\":\"UK-985\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-17T19:45\",\"LocalFromTime\":\"2023-01-17 19:45\",\"FromUTCTime\":\"2023-01-17T19:45\",\"LocalToTime\":\"2023-01-18 18:15\",\"ToUTCTime\":\"2023-01-18T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1105,\"LAYOVERDuration\":\"18h 25m\",\"FlyingMinutes\":1440,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"22h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":18921.7,\"PublishedFareTxt\":\"18,922\",\"ApiResultIndex\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"Date change policy Info\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15660,\"Tax\":3261.7,\"YQTax\":0,\"OtherCharges\":1440,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":794,\"CarrierMiscFee\":210,\"MUFee\":800,\"intPublishedFare\":18921.7,\"PublishedFare\":19039.7,\"OfferedFare\":18121.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-2433366545_0DELBOMUK985BOMDXBUK201_18791176356559\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3261.7,\"BaseFareCal\":18261.73,\"BaseFare\":15660,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":794,\"MFT\":2.7,\"OT\":1440,\"MU\":800,\"YR\":210,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":19039.7,\"CostToCustomer\":19039.7,\"BaseFareCal\":18261.73,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":18261.73,\"intOfferedFare\":18121.7,\"intPublishFare\":18921.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-17T22:00\",\"SegFlightNumber\":\"UK-985\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":1105,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"18h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-18T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ffc68-97eac-64677-67527\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-26T16:23:27.106\",\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115000427262\",\"FlightNumber\":\"UK-985\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-17T19:45\",\"LocalFromTime\":\"2023-01-17 19:45\",\"FromUTCTime\":\"2023-01-17T19:45\",\"LocalToTime\":\"2023-01-18 18:15\",\"ToUTCTime\":\"2023-01-18T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1105,\"LAYOVERDuration\":\"18h 25m\",\"FlyingMinutes\":1440,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"22h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":18921.7,\"ApiResultIndex\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"ffc68-97eac-64677-67527\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-26T16:23:27.106\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15660,\"Tax\":3261.7,\"YQTax\":0,\"OtherCharges\":1440,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":794,\"CarrierMiscFee\":210,\"MUFee\":800,\"intPublishedFare\":18921.7,\"PublishedFare\":19039.7,\"OfferedFare\":18121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3261.7,\"BaseFareCal\":18261.73,\"BaseFare\":15660,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":794,\"MFT\":2.7,\"OT\":1440,\"MU\":800,\"YR\":210,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-17T22:00\",\"SegFlightNumber\":\"UK-985\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":1105,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"18h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-18T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"localFromDateTime\":\"2023-01-17 19:45\",\"localToDateTime\":\"2023-01-18 18:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS115000427262\",\"amount\":18121.7,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-26T16:25:50.648\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100353\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"985\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"cT\":1105,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-01-17T19:45\",\"at\":\"2023-01-17T22:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"100354\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"201\",\"eT\":\"321\"},\"stops\":0,\"duration\":200,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-18T16:25\",\"at\":\"2023-01-18T18:15\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\",\"BOM-DXB\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\",\"dob\":\"1968-12-26\",\"pNum\":\"GYF6758JHJH\",\"eD\":\"2023-12-20\",\"pNat\":\"IN\",\"pid\":\"2018-06-20\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3261.7,\"BF\":15660,\"TF\":18921.7,\"IGST\":2.7,\"NF\":18121.7},\"afC\":{\"TAF\":{\"YR\":210,\"MF\":15,\"OT\":1440,\"MFT\":2.7,\"MU\":800,\"AGST\":794}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537028\",\"TPSysId\":\"537029\",\"VersionId\":[\"138663\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42752\",\"FareBreakdownid\":[\"367187\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KwVsM9gI8FxK2B','','0',NULL,NULL,'0','180.151.10.154','2022-12-26 10:53:11','2022-12-26 10:53:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000019',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(22,0,1,38124,0,537042,'U6NVPQ-U6NVPQ-TESTPNR','2023-01-24','TJS106300427277',NULL,'I5-517','AirAsia India','1',1,'8d25b-57adf-fcec2-08efd','75','10:15:00','15:35:00',0,'EC',320,'5h 20m',6000,2262,'MAA','BLR','1 Stop(s)',2,1,5978,'22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011',1,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',2128,4302,0,1646,0,800,5978,0,0,0,262.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"I5-517\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-01-24T10:15\",\"LocalFromTime\":\"2023-01-24 10:15\",\"FromUTCTime\":\"2023-01-24T10:15\",\"LocalToTime\":\"2023-01-24 15:35\",\"ToUTCTime\":\"2023-01-24T15:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6430,\"PublishedFareTxt\":\"6,430\",\"ApiResultIndex\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"BLR-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"CRFT\":9,\"CRF\":50,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACF\":1750,\"ACFT\":87.5,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2128,\"Tax\":4302,\"YQTax\":0,\"OtherCharges\":1646,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":6430,\"PublishedFare\":5978,\"OfferedFare\":4260,\"CommissionEarned\":570,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1192714349_0MAAHYDI5517HYDBLRI51543_19206205941402\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":570,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4302,\"BaseFareCal\":4522.07,\"BaseFare\":2128,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":112,\"MFT\":144,\"OT\":1646,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1455.93,\"IntTaxOnAgencyFixMarkUp\":262.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":262.07,\"PublishFare\":5978,\"CostToCustomer\":5978,\"BaseFareCal\":4522.07,\"intCommisionEarnedForAgency\":1455.93,\"CostToCompany\":4522.07,\"intOfferedFare\":4260,\"intPublishFare\":6430,\"TripjackMarkup\":1600,\"TripjackCommission\":570,\"TripjackTDS\":\"30\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":570,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"884\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T11:25\",\"SegFlightNumber\":\"I5-517\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-24T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-24T15:35\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-24T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"I5-517\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-01-24T10:15\",\"LocalFromTime\":\"2023-01-24 10:15\",\"FromUTCTime\":\"2023-01-24T10:15\",\"LocalToTime\":\"2023-01-24 15:35\",\"ToUTCTime\":\"2023-01-24T15:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13204,\"ApiResultIndex\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4148,\"Tax\":9056,\"YQTax\":0,\"OtherCharges\":3744,\"Discount\":0,\"ServiceFee\":1600,\"ManagementFeeTax\":288,\"AirlineGSTComponent\":224,\"CarrierMiscFee\":0,\"MUFee\":3200,\"intPublishedFare\":13204,\"PublishedFare\":12300,\"OfferedFare\":8864,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":2911.86,\"GSTOnMarkUp\":524.14,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9056,\"BaseFareCal\":9388.14,\"BaseFare\":4148,\"CommissionEarned\":1140,\"TDS\":-60,\"MF\":1600,\"YQ\":0,\"AGST\":224,\"MFT\":288,\"OT\":3744,\"MU\":3200,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":2911.86,\"GSTOnMarkUp\":524.14,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"884\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T11:25\",\"SegFlightNumber\":\"I5-517\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-24T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-24T15:35\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-24T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],[{\"segmentid\":\"557\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-27T18:35\",\"SegFlightNumber\":\"6E-356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"localFromDateTime\":\"2023-01-24 10:15\",\"localToDateTime\":\"2023-01-24 15:35\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS106300427277\",\"amount\":10004,\"markup\":3200,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-26T16:32:34.927\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100356\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"517\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"cT\":175,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-24T10:15\",\"at\":\"2023-01-24T11:25\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"100357\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"1543\",\"eT\":\"32N\"},\"stops\":0,\"duration\":75,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-24T14:20\",\"at\":\"2023-01-24T15:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"100358\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"356\",\"eT\":\"320\"},\"stops\":0,\"duration\":65,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-27T17:30\",\"at\":\"2023-01-27T18:35\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-HYD\":\"U6NVPQ\",\"HYD-BLR\":\"U6NVPQ\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\"},{\"pnrDetails\":{\"MAA-HYD\":\"U6NVPQ\",\"HYD-BLR\":\"U6NVPQ\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"niku\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":9056,\"BF\":4148,\"TF\":13204,\"IGST\":288,\"NCM\":1140,\"NF\":8864},\"afC\":{\"TAF\":{\"YQ\":0,\"MF\":1600,\"OT\":3744,\"MFT\":288,\"MU\":3200,\"AGST\":224},\"NCM\":{\"OT\":1200,\"TDS\":-60}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537041\",\"TPSysId\":\"537042\",\"VersionId\":[\"138674\",\"138675\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42755\",\"FareBreakdownid\":[\"367189\",\"367190\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KwVzRMINHLRCy6','','0',NULL,NULL,'0','180.151.10.154','2022-12-26 11:00:10','2022-12-26 11:00:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000020',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(23,22,1,38124,0,537042,'U6NVPQ-U6NVPQ-TESTPNR','2023-01-27','TJS106300427277',NULL,'6E-356','IndiGo','1',1,'8d25b-57adf-fcec2-08efd','267','17:30:00','18:35:00',0,'M',65,'1h 5m',6000,2262,'BLR','MAA','Non-stop',2,1,6322,'5-1192714349_0BLRMAA6E356_19041019379114',2,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',2020,4754,0,2098,0,800,6322,0,0,0,262.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"6E-356\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-01-27T17:30\",\"LocalFromTime\":\"2023-01-27 17:30\",\"FromUTCTime\":\"2023-01-27T17:30\",\"LocalToTime\":\"2023-01-27 18:35\",\"ToUTCTime\":\"2023-01-27T18:35\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6774,\"PublishedFareTxt\":\"6,774\",\"ApiResultIndex\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"BLR-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"CRFT\":9,\"CRF\":50,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACF\":1750,\"ACFT\":87.5,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2020,\"Tax\":4754,\"YQTax\":0,\"OtherCharges\":2098,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":6774,\"PublishedFare\":6322,\"OfferedFare\":4604,\"CommissionEarned\":570,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1192714349_1BLRMAA6E356_19206209649680\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":570,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4754,\"BaseFareCal\":4866.07,\"BaseFare\":2020,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":112,\"MFT\":144,\"OT\":2098,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1455.93,\"IntTaxOnAgencyFixMarkUp\":262.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":262.07,\"PublishFare\":6322,\"CostToCustomer\":6322,\"BaseFareCal\":4866.07,\"intCommisionEarnedForAgency\":1455.93,\"CostToCompany\":4866.07,\"intOfferedFare\":4604,\"intPublishFare\":6774,\"TripjackMarkup\":1600,\"TripjackCommission\":570,\"TripjackTDS\":\"30\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":570,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"557\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-27T18:35\",\"SegFlightNumber\":\"6E-356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"strTraceId\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS106300427277\",\"amount\":10004,\"markup\":3200,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-26T16:32:34.927\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100356\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"517\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"cT\":175,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-24T10:15\",\"at\":\"2023-01-24T11:25\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"100357\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"1543\",\"eT\":\"32N\"},\"stops\":0,\"duration\":75,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-24T14:20\",\"at\":\"2023-01-24T15:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"100358\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"356\",\"eT\":\"320\"},\"stops\":0,\"duration\":65,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-27T17:30\",\"at\":\"2023-01-27T18:35\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-HYD\":\"U6NVPQ\",\"HYD-BLR\":\"U6NVPQ\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"KANNOJIA\"},{\"pnrDetails\":{\"MAA-HYD\":\"U6NVPQ\",\"HYD-BLR\":\"U6NVPQ\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"niku\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":9056,\"BF\":4148,\"TF\":13204,\"IGST\":288,\"NCM\":1140,\"NF\":8864},\"afC\":{\"TAF\":{\"YQ\":0,\"MF\":1600,\"OT\":3744,\"MFT\":288,\"MU\":3200,\"AGST\":224},\"NCM\":{\"OT\":1200,\"TDS\":-60}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537041\",\"TPSysId\":\"537042\",\"VersionId\":[\"138674\",\"138675\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42755\",\"FareBreakdownid\":[\"367189\",\"367190\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KwVzRMINHLRCy6','','0',NULL,NULL,'0','180.151.10.154','2022-12-26 11:00:10','2022-12-26 11:00:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000020',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(24,0,1,38124,0,0,NULL,'2023-01-06',NULL,NULL,'6E-2212','IndiGo','1',1,'9aa61-3c978-38b71-4f947','267','17:15:00','00:05:00',0,'R',410,'6h 50m',7701,2262,'DEL','BLR','1 Stop(s)',1,1,10780,'5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',8408,2539,0,839,0,400,10780,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105200427319\",\"FlightNumber\":\"6E-2212\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-01-06T17:15\",\"LocalFromTime\":\"2023-01-06 17:15\",\"FromUTCTime\":\"2023-01-06T17:15\",\"LocalToTime\":\"2023-01-07 00:05\",\"ToUTCTime\":\"2023-01-07T00:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Fri, 06 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"6h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10947,\"PublishedFareTxt\":\"10,947\",\"ApiResultIndex\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8408,\"Tax\":2539,\"YQTax\":0,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10947,\"PublishedFare\":10780,\"OfferedFare\":9862,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1678916809_0DELHYD6E2212HYDBLR6E6505_21474079571396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2539,\"BaseFareCal\":10002.03,\"BaseFare\":8408,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":428,\"MFT\":72,\"OT\":839,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":10780,\"CostToCustomer\":10780,\"BaseFareCal\":10002.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":10002.03,\"intOfferedFare\":9862,\"intPublishFare\":10947,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-06T19:35\",\"SegFlightNumber\":\"6E-2212\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-06T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":190,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"813\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-07T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-06T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9aa61-3c978-38b71-4f947\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T17:08:10.009\",\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200427319\",\"FlightNumber\":\"6E-2212\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-01-06T17:15\",\"LocalFromTime\":\"2023-01-06 17:15\",\"FromUTCTime\":\"2023-01-06T17:15\",\"LocalToTime\":\"2023-01-07 00:05\",\"ToUTCTime\":\"2023-01-07T00:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Fri, 06 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"6h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10947,\"ApiResultIndex\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9aa61-3c978-38b71-4f947\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T17:08:10.009\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8408,\"Tax\":2539,\"YQTax\":0,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10947,\"PublishedFare\":10780,\"OfferedFare\":9862,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2539,\"BaseFareCal\":10002.03,\"BaseFare\":8408,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":428,\"MFT\":72,\"OT\":839,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-06T19:35\",\"SegFlightNumber\":\"6E-2212\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-06T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":190,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"813\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-07T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-06T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"localFromDateTime\":\"2023-01-06 17:15\",\"localToDateTime\":\"2023-01-07 00:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-26 11:37:54','2022-12-26 11:37:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(25,0,1,38124,0,539721,'TESTPNR-TESTPNR','2023-01-17','TJS116700429597',NULL,'SG-5','SpiceJet','1',1,'8405c-4d854-df138-f3f01','0','19:25:00','22:05:00',0,'CP',0,'4h 10m',7701,8219,'DEL','DXB','Non-stop',1,1,32348.4,'4-0791142509_9DELDXBSG5DXBDELSG12_17463865419157',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',23006,6510.4,0,4193,0,30,32348.4,0,0,1555.93,280.07,0,0,0,0,0,0,0,NULL,3,'{\"bookingId\":\"TJS116700429597\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0791142509_1DXBDELSG12_17545555215476\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"EB05\",\"Price\":3500,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"EB10\",\"Price\":7000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFCM\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116700429597\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":32348.4,\"ApiResultIndex\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0791142509_1DXBDELSG12_17545555215476\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"591\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"592\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-20T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"localFromDateTime\":\"2023-01-17 19:25\",\"localToDateTime\":\"2023-01-17 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2024\",\"message\":\"Session is already expired. Please try again with new session\",\"details\":\"Session is already expired. Please try again with new session\"}]}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539720\",\"TPSysId\":\"539721\",\"VersionId\":[\"140029\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42994\",\"FareBreakdownid\":[\"367348\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KxbQ9XTp4yDWSK','','0',NULL,NULL,'0',NULL,'2022-12-29 04:57:57','2022-12-29 04:57:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000021',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(26,25,1,38124,0,539721,NULL,'2023-01-17',NULL,NULL,'SG-12','SpiceJet','1',1,'8405c-4d854-df138-f3f01','0','23:10:00','03:45:00',0,'CP',0,'3h 5m',8219,7701,'DXB','DEL','Non-stop',1,1,29753,'4-0791142509_9DELDXBSG5DXBDELSG12_17463865419157',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',23006,6510.4,0,4193,0,30,29753,0,0,1555.93,280.07,0,0,0,0,0,0,0,NULL,3,NULL,'{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2024\",\"message\":\"Session is already expired. Please try again with new session\",\"details\":\"Session is already expired. Please try again with new session\"}]}',NULL,1,0,'order_KxbQ9XTp4yDWSK','','0',NULL,NULL,'0',NULL,'2022-12-29 04:57:57','2022-12-29 04:57:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(27,0,1,38124,0,539739,'TESTPNR-TESTPNR','2023-01-18','TJS115800429621',NULL,'SG-5','SpiceJet','1',1,'e00a2-e96b5-06c29-d7492','0','19:25:00','22:05:00',0,'CP',0,'4h 10m',7701,8219,'DEL','DXB','Non-stop',1,1,32348.4,'4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',23006,6510.4,0,4193,0,30,32348.4,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS115800429621\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-18T19:25\",\"LocalFromTime\":\"2023-01-18 19:25\",\"FromUTCTime\":\"2023-01-18T19:25\",\"LocalToTime\":\"2023-01-18 22:05\",\"ToUTCTime\":\"2023-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6155257519_1DXBDELSG12_18492622537410\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"89\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB05\",\"Price\":3500,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB10\",\"Price\":7000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFCM\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-21 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115800429621\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-18T19:25\",\"LocalFromTime\":\"2023-01-18 19:25\",\"FromUTCTime\":\"2023-01-18T19:25\",\"LocalToTime\":\"2023-01-18 22:05\",\"ToUTCTime\":\"2023-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":32348.4,\"ApiResultIndex\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6155257519_1DXBDELSG12_18492622537410\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"89\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"90\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-22T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-21T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"localFromDateTime\":\"2023-01-18 19:25\",\"localToDateTime\":\"2023-01-18 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS115800429621\",\"amount\":27916.4,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-29T10:44:56.451\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100851\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"5\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":250,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-18T19:25\",\"at\":\"2023-01-18T22:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"100852\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"12\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":185,\"da\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-01-21T23:10\",\"at\":\"2023-01-22T03:45\",\"iand\":true,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"niku\",\"lN\":\"singh\",\"dob\":\"1956-12-26\",\"pNum\":\"UUYR75778GHFY\",\"eD\":\"2024-03-21\",\"pNat\":\"IN\",\"pid\":\"2018-12-21\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":5.4,\"TF\":29516.4,\"BF\":23006,\"NF\":27916.4,\"TAF\":6510.4},\"afC\":{\"TAF\":{\"MF\":30,\"YQ\":0,\"OT\":4193,\"MFT\":5.4,\"MU\":1600,\"AGST\":682}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539738\",\"TPSysId\":\"539739\",\"VersionId\":[\"140036\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42996\",\"FareBreakdownid\":[\"367350\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Kxbfl7l9y1sZj4','','0',NULL,NULL,'0',NULL,'2022-12-29 05:13:02','2022-12-29 05:13:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000022',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(28,27,1,38124,0,0,NULL,'2023-01-18',NULL,NULL,'SG-12','SpiceJet','1',1,'e00a2-e96b5-06c29-d7492','0','23:10:00','03:45:00',0,'CP',0,'3h 5m',8219,7701,'DXB','DEL','Non-stop',1,1,30933,'4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',23006,6510.4,0,4193,0,30,30933,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,0,'order_Kxbfl7l9y1sZj4','','0',NULL,NULL,'0',NULL,'2022-12-29 05:13:02','2022-12-29 05:13:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(29,0,6,38124,0,539970,'TESTPNR-TESTPNR','2023-01-11','TJS109000429821',NULL,'UK-894','Vistara','',1,'9f279-581b4-e258e-466ee','539','21:25:00','08:20:00',0,'O',655,'10h 55m',12538,18676,'HYD','BOM','1 Stop(s)',1,1,5778,'15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',3140,2805,0,1103,0,400,5778,0,0,0,140.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS109000429821\",\"FlightNumber\":\"UK-894\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-11T21:25\",\"LocalFromTime\":\"2023-01-11 21:25\",\"FromUTCTime\":\"2023-01-11T21:25\",\"LocalToTime\":\"2023-01-12 08:20\",\"ToUTCTime\":\"2023-01-12T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":475,\"LAYOVERDuration\":\"7h 55m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5945,\"PublishedFareTxt\":\"5,945\",\"ApiResultIndex\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARFT\":196,\"ARF\":3920,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure at a charge of INR 3920 per sector per Passenger\",\"fcs\":{\"ACFT\":196,\"ACF\":3920,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3140,\"Tax\":2805,\"YQTax\":0,\"OtherCharges\":1103,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":260,\"MUFee\":800,\"intPublishedFare\":5945,\"PublishedFare\":5778,\"OfferedFare\":4860,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-6472596717_0HYDBLRUK894BLRBOMUK858_25839839832524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2805,\"BaseFareCal\":5000.03,\"BaseFare\":3140,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":170,\"MFT\":72,\"OT\":1103,\"MU\":800,\"YR\":260,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5778,\"CostToCustomer\":5778,\"BaseFareCal\":5000.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5000.03,\"intOfferedFare\":4860,\"intPublishFare\":5945,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"856\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-11T22:45\",\"SegFlightNumber\":\"UK-894\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-11T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":475,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"857\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T08:20\",\"SegFlightNumber\":\"UK-858\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-12T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9f279-581b4-e258e-466ee\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-29T12:45:39.752\",\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109000429821\",\"FlightNumber\":\"UK-894\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-11T21:25\",\"LocalFromTime\":\"2023-01-11 21:25\",\"FromUTCTime\":\"2023-01-11T21:25\",\"LocalToTime\":\"2023-01-12 08:20\",\"ToUTCTime\":\"2023-01-12T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":475,\"LAYOVERDuration\":\"7h 55m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5945,\"ApiResultIndex\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"9f279-581b4-e258e-466ee\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-29T12:45:39.752\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3140,\"Tax\":2805,\"YQTax\":0,\"OtherCharges\":1103,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":260,\"MUFee\":800,\"intPublishedFare\":5945,\"PublishedFare\":5778,\"OfferedFare\":4860,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2805,\"BaseFareCal\":5000.03,\"BaseFare\":3140,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":170,\"MFT\":72,\"OT\":1103,\"MU\":800,\"YR\":260,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"856\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-11T22:45\",\"SegFlightNumber\":\"UK-894\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-11T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":475,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"857\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T08:20\",\"SegFlightNumber\":\"UK-858\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-12T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"localFromDateTime\":\"2023-01-11 21:25\",\"localToDateTime\":\"2023-01-12 08:20\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS109000429821\",\"amount\":5145,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+919989613151\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-29T12:47:24.674\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"100924\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"894\",\"eT\":\"320\"},\"stops\":0,\"duration\":80,\"cT\":475,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-11T21:25\",\"at\":\"2023-01-11T22:45\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"100925\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"858\",\"eT\":\"320\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-01-12T06:40\",\"at\":\"2023-01-12T08:20\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"HYD-BLR\":\"TESTPNR\",\"BLR-BOM\":\"TESTPNR\"},\"ticketNumberDetails\":{\"HYD-BLR\":\"11111111111\",\"BLR-BOM\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohit\",\"lN\":\"Soni\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":72,\"TF\":5945,\"NCM\":285,\"BF\":3140,\"NF\":4860,\"TAF\":2805},\"afC\":{\"NCM\":{\"OT\":300,\"TDS\":-15},\"TAF\":{\"MF\":400,\"OT\":1103,\"YR\":260,\"MFT\":72,\"MU\":800,\"AGST\":170}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539969\",\"TPSysId\":\"539970\",\"VersionId\":[\"140210\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"43025\",\"FareBreakdownid\":[\"367370\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Kxdkw5iTlTANrM','','0',NULL,NULL,'0','49.43.201.233','2022-12-29 07:14:54','2022-12-29 07:14:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000023',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(30,0,1,38124,0,540429,'TESTPNR-TESTPNR-TESTPNR','2023-01-16','TJS111900430136',NULL,'6E-75','IndiGo','1',1,'e0e24-4d429-e8519-24966','0','06:30:00','12:05:00',0,'J',0,'4h 5m',2262,2266,'BLR','BKK','Non-stop',1,1,24294.4,'5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',15000,6462.4,0,4474,0,30,24294.4,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS111900430136\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-16T06:30\",\"LocalFromTime\":\"2023-01-16 06:30\",\"FromUTCTime\":\"2023-01-16T06:30\",\"LocalToTime\":\"2023-01-16 12:05\",\"ToUTCTime\":\"2023-01-16T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7588685975_1BKKDEL6E86DELBLR6E2067_37463517414625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-16T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-16T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPA\",\"Price\":3500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPB\",\"Price\":7000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPC\",\"Price\":10500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPD\",\"Price\":21000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS111900430136\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-16T06:30\",\"LocalFromTime\":\"2023-01-16 06:30\",\"FromUTCTime\":\"2023-01-16T06:30\",\"LocalToTime\":\"2023-01-16 12:05\",\"ToUTCTime\":\"2023-01-16T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":24294.4,\"ApiResultIndex\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7588685975_1BKKDEL6E86DELBLR6E2067_37463517414625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-16T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-16T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T20:20\",\"SegFlightNumber\":\"6E-86\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-18T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":270,\"GroundTime\":480,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-19T07:15\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:15\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"localFromDateTime\":\"2023-01-16 06:30\",\"localToDateTime\":\"2023-01-16 12:05\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS111900430136\",\"amount\":19862.4,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-29T16:01:28.915\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"101047\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"75\",\"eT\":\"321\"},\"stops\":0,\"duration\":245,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BKK\",\"name\":\"Suvarnabhumi Intl Arpt\",\"cityCode\":\"BKK\",\"city\":\"Bangkok\",\"country\":\"Thailand\",\"countryCode\":\"TH\"},\"dt\":\"2023-01-16T06:30\",\"at\":\"2023-01-16T12:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"101048\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"86\",\"eT\":\"321\"},\"stops\":0,\"duration\":270,\"cT\":480,\"da\":{\"code\":\"BKK\",\"name\":\"Suvarnabhumi Intl Arpt\",\"cityCode\":\"BKK\",\"city\":\"Bangkok\",\"country\":\"Thailand\",\"countryCode\":\"TH\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-01-18T17:20\",\"at\":\"2023-01-18T20:20\",\"iand\":false,\"isRs\":true,\"sN\":0},{\"id\":\"101049\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2067\",\"eT\":\"321\"},\"stops\":0,\"duration\":175,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-19T04:20\",\"at\":\"2023-01-19T07:15\",\"iand\":false,\"isRs\":true,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-BKK\":\"TESTPNR\",\"BKK-DEL\":\"TESTPNR\",\"DEL-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"situ\",\"lN\":\"singh\",\"dob\":\"1959-12-25\",\"pNum\":\"BHG7867869GFUYFJH\",\"eD\":\"2024-12-21\",\"pNat\":\"IN\",\"pid\":\"2018-12-21\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":5.4,\"TF\":21462.4,\"BF\":15000,\"NF\":19862.4,\"TAF\":6462.4},\"afC\":{\"TAF\":{\"MF\":30,\"YQ\":0,\"OT\":4474,\"MFT\":5.4,\"MU\":1600,\"AGST\":353}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540428\",\"TPSysId\":\"540429\",\"VersionId\":[\"140429\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43057\",\"FareBreakdownid\":[\"367393\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Kxh46JCYcdlBZ9','','0',NULL,NULL,'0',NULL,'2022-12-29 10:29:21','2022-12-29 10:29:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000024',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(31,30,1,38124,0,0,NULL,'2023-01-16',NULL,NULL,'6E-86','IndiGo','1',1,'e0e24-4d429-e8519-24966','0','17:20:00','07:15:00',0,'J',0,'15h 25m',2266,2262,'BKK','BLR','1 Stop(s)',1,1,22879,'5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',15000,6462.4,0,4474,0,30,22879,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,0,'order_Kxh46JCYcdlBZ9','','0',NULL,NULL,'0',NULL,'2022-12-29 10:29:21','2022-12-29 10:29:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(32,0,1,38124,0,0,NULL,'2023-01-19',NULL,NULL,'I5-767','AirAsia India','1',0,'ddfef-35fd8-1850d-da3b2','75','10:05:00','14:50:00',0,'BT',285,'4h 45m',7701,14323,'DEL','CCU','1 Stop(s)',1,1,5530,'22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',3570,2127,0,673,0,400,5530,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS108800430150\",\"FlightNumber\":\"I5-767\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-01-19T10:05\",\"LocalFromTime\":\"2023-01-19 10:05\",\"FromUTCTime\":\"2023-01-19T10:05\",\"LocalToTime\":\"2023-01-19 14:50\",\"ToUTCTime\":\"2023-01-19T14:50\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Bagdogra\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5697,\"PublishedFareTxt\":\"5,697\",\"ApiResultIndex\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3570,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5697,\"PublishedFare\":5530,\"OfferedFare\":4612,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-6500710598_0DELIXBI5767IXBCCUI5612_37760668257528\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4752.03,\"BaseFare\":3570,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5530,\"CostToCustomer\":5530,\"BaseFareCal\":4752.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4752.03,\"intOfferedFare\":4612,\"intPublishFare\":5697,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"313\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-19T12:10\",\"SegFlightNumber\":\"I5-767\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T10:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Bagdogra\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"314\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T14:50\",\"SegFlightNumber\":\"I5-612\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-01-19T13:35\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"KMCB\",\"Price\":500,\"Description\":\"Kuttu Ki Poori with Till wale Aloo and Makhana Kheer\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"MOCB\",\"Price\":600,\"Description\":\"Matar Paneer with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"GNCB\",\"Price\":600,\"Description\":\"Galouti Kebab with Ulte Tawe Ka Paratha\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T16:04:20.581\",\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108800430150\",\"FlightNumber\":\"I5-767\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-01-19T10:05\",\"LocalFromTime\":\"2023-01-19 10:05\",\"FromUTCTime\":\"2023-01-19T10:05\",\"LocalToTime\":\"2023-01-19 14:50\",\"ToUTCTime\":\"2023-01-19T14:50\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Bagdogra\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5697,\"ApiResultIndex\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T16:04:20.581\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3570,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5697,\"PublishedFare\":5530,\"OfferedFare\":4612,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4752.03,\"BaseFare\":3570,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"313\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-19T12:10\",\"SegFlightNumber\":\"I5-767\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T10:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Bagdogra\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"314\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T14:50\",\"SegFlightNumber\":\"I5-612\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-01-19T13:35\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"localFromDateTime\":\"2023-01-19 10:05\",\"localToDateTime\":\"2023-01-19 14:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-29 10:34:05','2022-12-29 10:34:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(34,0,1,38124,0,540450,'TESTPNR-TESTPNR','2023-01-25','TJS118900430154',NULL,'6E-6566','IndiGo','1',1,'db052-5817c-8f668-84559','267','21:10:00','03:15:00',0,'R',1655,'30h 5m',12706,25278,'IDR','SIN','1 Stop(s)',1,1,22776.7,'5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',18746,3322.7,0,1563,0,15,22776.7,0,0,0,230.03,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS118900430154\",\"FlightNumber\":\"6E-6566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"03:15\",\"TravelDate\":\"2023-01-25T21:10\",\"LocalFromTime\":\"2023-01-25 21:10\",\"FromUTCTime\":\"2023-01-25T21:10\",\"LocalToTime\":\"2023-01-27 03:15\",\"ToUTCTime\":\"2023-01-27T03:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":1255,\"LAYOVERDuration\":\"20h 55m\",\"FlyingMinutes\":1655,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"30h 5m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":25278,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":22068.7,\"PublishedFareTxt\":\"22,069\",\"ApiResultIndex\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-SIN\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18746,\"Tax\":3322.7,\"YQTax\":0,\"OtherCharges\":1563,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":942,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":22068.7,\"PublishedFare\":22776.7,\"OfferedFare\":21268.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1941218369_0IDRCCU6E6566CCUSIN6E41_37850375224587\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":230.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3322.7,\"BaseFareCal\":21498.73,\"BaseFare\":18746,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":942,\"MFT\":2.7,\"OT\":1563,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":230.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1277.97,\"IntTaxOnAgencyFixMarkUp\":230.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":230.03,\"PublishFare\":22776.7,\"CostToCustomer\":22776.7,\"BaseFareCal\":21498.73,\"intCommisionEarnedForAgency\":1277.97,\"CostToCompany\":21498.73,\"intOfferedFare\":21268.7,\"intPublishFare\":22068.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"748\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-25T23:15\",\"SegFlightNumber\":\"6E-6566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-01-25T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 55m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"749\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-01-27T03:15\",\"SegFlightNumber\":\"6E-41\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-26T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"db052-5817c-8f668-84559\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T16:05:50.287\",\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":25278,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118900430154\",\"FlightNumber\":\"6E-6566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"03:15\",\"TravelDate\":\"2023-01-25T21:10\",\"LocalFromTime\":\"2023-01-25 21:10\",\"FromUTCTime\":\"2023-01-25T21:10\",\"LocalToTime\":\"2023-01-27 03:15\",\"ToUTCTime\":\"2023-01-27T03:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":1255,\"LAYOVERDuration\":\"20h 55m\",\"FlyingMinutes\":1655,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"30h 5m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":25278,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":22068.7,\"ApiResultIndex\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"db052-5817c-8f668-84559\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T16:05:50.287\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18746,\"Tax\":3322.7,\"YQTax\":0,\"OtherCharges\":1563,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":942,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":22068.7,\"PublishedFare\":22776.7,\"OfferedFare\":21268.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3322.7,\"BaseFareCal\":21498.73,\"BaseFare\":18746,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":942,\"MFT\":2.7,\"OT\":1563,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"748\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-25T23:15\",\"SegFlightNumber\":\"6E-6566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-01-25T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 55m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"749\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-01-27T03:15\",\"SegFlightNumber\":\"6E-41\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-26T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"localFromDateTime\":\"2023-01-25 21:10\",\"localToDateTime\":\"2023-01-27 03:15\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":25278,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS118900430154\",\"amount\":21268.7,\"markup\":800,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-29T16:10:12.071\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"101054\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6566\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"cT\":1255,\"da\":{\"code\":\"IDR\",\"name\":\"Devi Ahilya Bai Holkar Arpt\",\"cityCode\":\"IDR\",\"city\":\"Indore\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-25T21:10\",\"at\":\"2023-01-25T23:15\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"101055\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"41\",\"eT\":\"320\"},\"stops\":0,\"duration\":275,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"SIN\",\"name\":\"Changi Intl Arpt\",\"cityCode\":\"SIN\",\"city\":\"Singapore\",\"country\":\"Singapore\",\"countryCode\":\"SG\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-26T20:10\",\"at\":\"2023-01-27T03:15\",\"iand\":true,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IDR-CCU\":\"TESTPNR\",\"CCU-SIN\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"nitu\",\"lN\":\"singh\",\"dob\":\"1958-12-25\",\"pNum\":\"HGYU657658GFUYFUY\",\"eD\":\"2024-07-21\",\"pNat\":\"IN\",\"pid\":\"2018-12-20\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TF\":22068.7,\"BF\":18746,\"NF\":21268.7,\"TAF\":3322.7},\"afC\":{\"TAF\":{\"MF\":15,\"YQ\":0,\"OT\":1563,\"MFT\":2.7,\"MU\":800,\"AGST\":942}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540449\",\"TPSysId\":\"540450\",\"VersionId\":[\"140443\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43059\",\"FareBreakdownid\":[\"367395\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_KxhDI3lMsilIzI','','0',NULL,NULL,'0','180.151.10.154','2022-12-29 10:38:08','2022-12-29 10:38:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000025',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(35,0,7,38124,0,0,NULL,'2023-01-01',NULL,NULL,'I5-1229','AirAsia India','1',0,'8df8b-05971-5a175-4d687','75','17:45:00','19:35:00',0,'BT',110,'1h 50m',12995,12538,'JAI','HYD','Non-stop',1,1,8391,'22-7646259059_1JAIHYDI51229_15252581381134',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',5910,2648,0,1076,0,400,8391,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS102700430468\",\"FlightNumber\":\"I5-1229\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-01-01T17:45\",\"LocalFromTime\":\"2023-01-01 17:45\",\"FromUTCTime\":\"2023-01-01T17:45\",\"LocalToTime\":\"2023-01-01 19:35\",\"ToUTCTime\":\"2023-01-01T19:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Sun, 01 Jan\",\"ArrivalDateTxt\":\"Sun, 01 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8558,\"PublishedFareTxt\":\"8,558\",\"ApiResultIndex\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5910,\"Tax\":2648,\"YQTax\":0,\"OtherCharges\":1076,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8558,\"PublishedFare\":8391,\"OfferedFare\":7473,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-7646259059_0JAIHYDI51229_15318108427181\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2648,\"BaseFareCal\":7613.03,\"BaseFare\":5910,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":300,\"MFT\":72,\"OT\":1076,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":8391,\"CostToCustomer\":8391,\"BaseFareCal\":7613.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":7613.03,\"intOfferedFare\":7473,\"intPublishFare\":8558,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"18\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-01T19:35\",\"SegFlightNumber\":\"I5-1229\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-01-01T17:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"KMCB\",\"Price\":500,\"Description\":\"Kuttu Ki Poori with Till wale Aloo and Makhana Kheer\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"MOCB\",\"Price\":600,\"Description\":\"Matar Paneer with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"GNCB\",\"Price\":600,\"Description\":\"Galouti Kebab with Ulte Tawe Ka Paratha\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8df8b-05971-5a175-4d687\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T21:56:04.015\",\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700430468\",\"FlightNumber\":\"I5-1229\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-01-01T17:45\",\"LocalFromTime\":\"2023-01-01 17:45\",\"FromUTCTime\":\"2023-01-01T17:45\",\"LocalToTime\":\"2023-01-01 19:35\",\"ToUTCTime\":\"2023-01-01T19:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Sun, 01 Jan\",\"ArrivalDateTxt\":\"Sun, 01 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8558,\"ApiResultIndex\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"8df8b-05971-5a175-4d687\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T21:56:04.015\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5910,\"Tax\":2648,\"YQTax\":0,\"OtherCharges\":1076,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8558,\"PublishedFare\":8391,\"OfferedFare\":7473,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2648,\"BaseFareCal\":7613.03,\"BaseFare\":5910,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":300,\"MFT\":72,\"OT\":1076,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"18\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-01T19:35\",\"SegFlightNumber\":\"I5-1229\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-01-01T17:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"localFromDateTime\":\"2023-01-01 17:45\",\"localToDateTime\":\"2023-01-01 19:35\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.195.73.37','2022-12-29 16:25:29','2022-12-29 16:25:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'862343',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(36,0,8,38124,0,0,NULL,'2022-12-30',NULL,NULL,'6E-2213','IndiGo','1',1,'8a259-7f1b6-79980-23b6d','267','20:15:00','22:40:00',0,'R',145,'2h 25m',12538,7701,'HYD','DEL','Non-stop',1,1,7772,'5-2402431377_5HYDDEL6E2213_16055762852450',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',5200,2739,0,1202,0,400,7772,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105700430479\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2022-12-30T20:15\",\"LocalFromTime\":\"2022-12-30 20:15\",\"FromUTCTime\":\"2022-12-30T20:15\",\"LocalToTime\":\"2022-12-30 22:40\",\"ToUTCTime\":\"2022-12-30T22:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7939,\"PublishedFareTxt\":\"7,939\",\"ApiResultIndex\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2739,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7939,\"PublishedFare\":7772,\"OfferedFare\":6854,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2402431377_0HYDDEL6E2213_16114204688546\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2739,\"BaseFareCal\":6994.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":7772,\"CostToCustomer\":7772,\"BaseFareCal\":6994.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":6994.03,\"intOfferedFare\":6854,\"intPublishFare\":7939,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"524\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-30T22:40\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-30T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8a259-7f1b6-79980-23b6d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T22:09:20.111\",\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105700430479\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2022-12-30T20:15\",\"LocalFromTime\":\"2022-12-30 20:15\",\"FromUTCTime\":\"2022-12-30T20:15\",\"LocalToTime\":\"2022-12-30 22:40\",\"ToUTCTime\":\"2022-12-30T22:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7939,\"ApiResultIndex\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8a259-7f1b6-79980-23b6d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T22:09:20.111\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2739,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7939,\"PublishedFare\":7772,\"OfferedFare\":6854,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2739,\"BaseFareCal\":6994.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"524\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-30T22:40\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-30T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"localFromDateTime\":\"2022-12-30 20:15\",\"localToDateTime\":\"2022-12-30 22:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.134.103','2022-12-29 16:39:29','2022-12-29 16:39:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'297150',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(37,0,9,38124,0,0,NULL,'2023-01-27',NULL,NULL,'6E-5257','IndiGo','1',1,'f25ed-0fc5a-bdedb-cc5b0','267','18:15:00','19:45:00',0,'R',90,'1h 30m',12538,18676,'HYD','BOM','Non-stop',1,1,6092,'5-9789848769_5HYDBOM6E5257_36528648991473',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',3600,2659,0,1202,0,400,6092,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS107900430507\",\"FlightNumber\":\"6E-5257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-01-27T18:15\",\"LocalFromTime\":\"2023-01-27 18:15\",\"FromUTCTime\":\"2023-01-27T18:15\",\"LocalToTime\":\"2023-01-27 19:45\",\"ToUTCTime\":\"2023-01-27T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6259,\"PublishedFareTxt\":\"6,259\",\"ApiResultIndex\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":2659,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6259,\"PublishedFare\":6092,\"OfferedFare\":5174,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9789848769_0HYDBOM6E5257_36573870992512\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2659,\"BaseFareCal\":5314.03,\"BaseFare\":3600,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":185,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":6092,\"CostToCustomer\":6092,\"BaseFareCal\":5314.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5314.03,\"intOfferedFare\":5174,\"intPublishFare\":6259,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"291\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-27T19:45\",\"SegFlightNumber\":\"6E-5257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T18:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-30T03:50:19.777\",\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107900430507\",\"FlightNumber\":\"6E-5257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-01-27T18:15\",\"LocalFromTime\":\"2023-01-27 18:15\",\"FromUTCTime\":\"2023-01-27T18:15\",\"LocalToTime\":\"2023-01-27 19:45\",\"ToUTCTime\":\"2023-01-27T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6259,\"ApiResultIndex\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-30T03:50:19.777\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":2659,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6259,\"PublishedFare\":6092,\"OfferedFare\":5174,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2659,\"BaseFareCal\":5314.03,\"BaseFare\":3600,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":185,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"291\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-27T19:45\",\"SegFlightNumber\":\"6E-5257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T18:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"localFromDateTime\":\"2023-01-27 18:15\",\"localToDateTime\":\"2023-01-27 19:45\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','124.123.182.26','2022-12-29 22:19:41','2022-12-29 22:19:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'827998',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(38,0,1,38124,0,541229,'TESTPNR-TESTPNR-TESTPNR','2023-01-24','TJS115700430855',NULL,'6E-75','IndiGo','1',1,'bee4d-913ec-5c980-9fad5','0','06:30:00','12:05:00',0,'J',0,'4h 5m',2262,2266,'BLR','BKK','Non-stop',1,1,24294.4,'5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',15000,6462.4,0,4474,0,30,24294.4,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS115700430855\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-24T06:30\",\"LocalFromTime\":\"2023-01-24 06:30\",\"FromUTCTime\":\"2023-01-24T06:30\",\"LocalToTime\":\"2023-01-24 12:05\",\"ToUTCTime\":\"2023-01-24T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":9,\"ACFT\":325,\"CCF\":50,\"ACF\":6500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9285566841_1BKKCCU6E78CCUBLR6E6513_5713357804054\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-24T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-24T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPA\",\"Price\":3500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPB\",\"Price\":7000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPC\",\"Price\":10500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPD\",\"Price\":21000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115700430855\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-24T06:30\",\"LocalFromTime\":\"2023-01-24 06:30\",\"FromUTCTime\":\"2023-01-24T06:30\",\"LocalToTime\":\"2023-01-24 12:05\",\"ToUTCTime\":\"2023-01-24T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":24294.4,\"ApiResultIndex\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":9,\"ACFT\":325,\"CCF\":50,\"ACF\":6500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9285566841_1BKKCCU6E78CCUBLR6E6513_5713357804054\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-24T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-24T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-27T04:00\",\"SegFlightNumber\":\"6E-78\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-27T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":265,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-27T11:10\",\"SegFlightNumber\":\"6E-6513\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-27T08:25\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"localFromDateTime\":\"2023-01-24 06:30\",\"localToDateTime\":\"2023-01-24 12:05\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS115700430855\",\"amount\":19862.4,\"markup\":1600,\"deliveryInfo\":{\"emails\":[\"mohit@leisuretravelshoppe.com\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-30T13:57:45.759\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"101235\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"75\",\"eT\":\"321\"},\"stops\":0,\"duration\":245,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BKK\",\"name\":\"Suvarnabhumi Intl Arpt\",\"cityCode\":\"BKK\",\"city\":\"Bangkok\",\"country\":\"Thailand\",\"countryCode\":\"TH\"},\"dt\":\"2023-01-24T06:30\",\"at\":\"2023-01-24T12:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"101236\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"78\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"cT\":265,\"da\":{\"code\":\"BKK\",\"name\":\"Suvarnabhumi Intl Arpt\",\"cityCode\":\"BKK\",\"city\":\"Bangkok\",\"country\":\"Thailand\",\"countryCode\":\"TH\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-01-27T02:55\",\"at\":\"2023-01-27T04:00\",\"iand\":false,\"isRs\":true,\"sN\":0},{\"id\":\"101237\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6513\",\"eT\":\"320\"},\"stops\":0,\"duration\":165,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-01-27T08:25\",\"at\":\"2023-01-27T11:10\",\"iand\":false,\"isRs\":true,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-BKK\":\"TESTPNR\",\"BKK-CCU\":\"TESTPNR\",\"CCU-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"piku\",\"lN\":\"singh\",\"dob\":\"1957-12-26\",\"pNum\":\"CFY7867698GYFUYF\",\"eD\":\"2024-12-20\",\"pNat\":\"IN\",\"pid\":\"2018-12-20\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":19862.4,\"TF\":21462.4,\"TAF\":6462.4,\"IGST\":5.4,\"BF\":15000},\"afC\":{\"TAF\":{\"MFT\":5.4,\"OT\":4474,\"YQ\":0,\"MU\":1600,\"AGST\":353,\"MF\":30}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"541228\",\"TPSysId\":\"541229\",\"VersionId\":[\"140816\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43134\",\"FareBreakdownid\":[\"367453\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'order_Ky3UR3c501R4EW','','0',NULL,NULL,'0',NULL,'2022-12-30 08:25:32','2022-12-30 08:25:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-000026',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(39,38,1,38124,0,0,NULL,'2023-01-24',NULL,NULL,'6E-78','IndiGo','1',1,'bee4d-913ec-5c980-9fad5','0','02:55:00','11:10:00',0,'J',0,'9h 45m',2266,2262,'BKK','BLR','1 Stop(s)',1,1,22879,'5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',15000,6462.4,0,4827,0,30,22879,0,0,2555.93,460.07,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,0,'order_Ky3UR3c501R4EW','','0',NULL,NULL,'0',NULL,'2022-12-30 08:25:32','2022-12-30 08:25:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(40,0,4,38124,0,0,NULL,'2023-01-10',NULL,NULL,'I5-548','AirAsia India','1',0,'0c97d-539dc-f2c93-c002b','75','07:20:00','12:40:00',0,'BT',320,'5h 20m',7701,14323,'DEL','CCU','1 Stop(s)',1,1,5520,'22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',3560,2127,0,673,0,400,5520,0,0,0,140.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS101500431158\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-01-10T07:20\",\"LocalFromTime\":\"2023-01-10 07:20\",\"FromUTCTime\":\"2023-01-10T07:20\",\"LocalToTime\":\"2023-01-10 12:40\",\"ToUTCTime\":\"2023-01-10T12:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":150,\"LAYOVERDuration\":\"2h 30m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5687,\"PublishedFareTxt\":\"5,687\",\"ApiResultIndex\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3560,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5687,\"PublishedFare\":5520,\"OfferedFare\":4602,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19012627420038\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4742.03,\"BaseFare\":3560,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5520,\"CostToCustomer\":5520,\"BaseFareCal\":4742.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4742.03,\"intOfferedFare\":4602,\"intPublishFare\":5687,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"184\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-10T08:20\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":150,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 30m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T12:40\",\"SegFlightNumber\":\"I5-319\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-01-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0c97d-539dc-f2c93-c002b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-30T17:37:17.549\",\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101500431158\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-01-10T07:20\",\"LocalFromTime\":\"2023-01-10 07:20\",\"FromUTCTime\":\"2023-01-10T07:20\",\"LocalToTime\":\"2023-01-10 12:40\",\"ToUTCTime\":\"2023-01-10T12:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":150,\"LAYOVERDuration\":\"2h 30m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5687,\"ApiResultIndex\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"0c97d-539dc-f2c93-c002b\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-30T17:37:17.549\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3560,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5687,\"PublishedFare\":5520,\"OfferedFare\":4602,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4742.03,\"BaseFare\":3560,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"184\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-10T08:20\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":150,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 30m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T12:40\",\"SegFlightNumber\":\"I5-319\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-01-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"localFromDateTime\":\"2023-01-10 07:20\",\"localToDateTime\":\"2023-01-10 12:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2022-12-30 12:06:23','2022-12-30 12:06:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(41,0,10,38124,0,0,NULL,'2023-01-02',NULL,NULL,'UK-860','Vistara','',1,'527a5-10929-b9456-b7e71','539','07:00:00','09:20:00',0,'Q',140,'2h 20m',12538,7701,'HYD','DEL','Non-stop',1,1,6768.37,'21-10-15-2-4926422613_0HYDDELUK860_30181693899576',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',5470,1224.8,0,803,0,10,6768.37,0,0,0,63,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJ100352588702\",\"FlightNumber\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-01-02T07:00\",\"LocalFromTime\":\"2023-01-02 07:00\",\"FromUTCTime\":\"2023-01-02T07:00\",\"LocalToTime\":\"2023-01-02 09:20\",\"ToUTCTime\":\"2023-01-02T09:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6694.8,\"PublishedFareTxt\":\"6,695\",\"ApiResultIndex\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes permitted 04 Hrs before scheduled departure __nls__ __bs__ First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 525 + Rs 50 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":525,\"ACFT\":26.25}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5470,\"Tax\":1224.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6694.8,\"PublishedFare\":6768.37,\"OfferedFare\":6355.37,\"CommissionEarned\":339.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4926422613_0HYDDELUK860_42909086903218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":339.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1224.8,\"BaseFareCal\":6418.37,\"BaseFare\":5470,\"CommissionEarned\":339.43,\"TDS\":-17.87,\"MF\":10,\"YQ\":0,\"AGST\":280,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":339.43,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":6768.37,\"CostToCustomer\":6768.37,\"BaseFareCal\":6418.37,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":6418.37,\"intOfferedFare\":6355.37,\"intPublishFare\":6694.8,\"TripjackMarkup\":0,\"TripjackCommission\":339.43,\"TripjackTDS\":\"17.87\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":339.43,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"514\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-02T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-02T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"527a5-10929-b9456-b7e71\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-30T19:07:27.801\",\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100352588702\",\"FlightNumber\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-01-02T07:00\",\"LocalFromTime\":\"2023-01-02 07:00\",\"FromUTCTime\":\"2023-01-02T07:00\",\"LocalToTime\":\"2023-01-02 09:20\",\"ToUTCTime\":\"2023-01-02T09:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6694.8,\"ApiResultIndex\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"527a5-10929-b9456-b7e71\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-30T19:07:27.801\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5470,\"Tax\":1224.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6694.8,\"PublishedFare\":6768.37,\"OfferedFare\":6355.37,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1224.8,\"BaseFareCal\":6418.37,\"BaseFare\":5470,\"CommissionEarned\":339.43,\"TDS\":-17.87,\"MF\":10,\"YQ\":0,\"AGST\":280,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"514\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-02T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-02T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"localFromDateTime\":\"2023-01-02 07:00\",\"localToDateTime\":\"2023-01-02 09:20\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.201.233','2022-12-30 13:36:40','2022-12-30 13:36:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(42,0,11,38124,0,0,NULL,'2023-01-16',NULL,NULL,'G8-102','Go First','1',0,'de54e-fe74b-7277b-4557e','240','14:20:00','16:55:00',0,'G',155,'2h 35m',14323,7701,'CCU','DEL','Non-stop',1,1,6828.8,'11-5834368165_2CCUDELG8102_34870336613777',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',6000,411.8,0,400,0,10,6828.8,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJ109352795423\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-01-16T14:20\",\"LocalFromTime\":\"2023-01-16 14:20\",\"FromUTCTime\":\"2023-01-16T14:20\",\"LocalToTime\":\"2023-01-16 16:55\",\"ToUTCTime\":\"2023-01-16T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6411.8,\"PublishedFareTxt\":\"6,412\",\"ApiResultIndex\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6000,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6411.8,\"PublishedFare\":6828.8,\"OfferedFare\":6297.8,\"CommissionEarned\":114,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5834368165_0CCUDELG8102_113784934561451\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":114,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":6378.8,\"BaseFare\":6000,\"CommissionEarned\":114,\"TDS\":-6,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":114,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":6828.8,\"CostToCustomer\":6828.8,\"BaseFareCal\":6378.8,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":6378.8,\"intOfferedFare\":6297.8,\"intPublishFare\":6411.8,\"TripjackMarkup\":0,\"TripjackCommission\":114,\"TripjackTDS\":\"6\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":114,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"536\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-16T16:55\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de54e-fe74b-7277b-4557e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-02T18:54:46.452\",\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109352795423\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-01-16T14:20\",\"LocalFromTime\":\"2023-01-16 14:20\",\"FromUTCTime\":\"2023-01-16T14:20\",\"LocalToTime\":\"2023-01-16 16:55\",\"ToUTCTime\":\"2023-01-16T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6411.8,\"ApiResultIndex\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"de54e-fe74b-7277b-4557e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-02T18:54:46.452\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6000,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6411.8,\"PublishedFare\":6828.8,\"OfferedFare\":6297.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":6378.8,\"BaseFare\":6000,\"CommissionEarned\":114,\"TDS\":-6,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"536\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-16T16:55\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"localFromDateTime\":\"2023-01-16 14:20\",\"localToDateTime\":\"2023-01-16 16:55\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.54.78','2023-01-02 13:24:26','2023-01-02 13:24:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'156869',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(43,0,12,38124,0,0,NULL,'2023-02-27',NULL,NULL,'TR-574','Scoot','1',0,'7eb05-ed483-d3e5f-dd150','501','22:10:00','00:15:00',0,'E1',275,'2h 5m',25278,12538,'SIN','HYD','Non-stop',1,1,13168.42,'6-3651451568_0SINHYDTR574_25475142027492',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/TR.png','INR',8880.3,3698.12,0,3686.32,0,10,13168.42,0,0,0,90,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJ111952859576\",\"FlightNumber\":\"TR-574\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-27T22:10\",\"LocalFromTime\":\"2023-02-27 22:10\",\"FromUTCTime\":\"2023-02-27T22:10\",\"LocalToTime\":\"2023-02-28 00:15\",\"ToUTCTime\":\"2023-02-28T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Mon, 27 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":12578.42,\"PublishedFareTxt\":\"12,578\",\"ApiResultIndex\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"FareRuleDetails\":{\"fareRule\":{\"SIN-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Origin\\/destination changes are not permitted. __nls__Flight date, time and\\/or name changes are permitted up to 8 hours before departure for a fee, plus any applicable difference in fare.__nls__If your booking contains flights operated by partner airlines, flight date, time or name changes, and upgrade to ScootBiz, are not permitted for all flights in the booking.\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":100,\"policyInfo\":\"Cancellations, refunds, and credits are not permitted\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Chargeable Seats\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8880.3,\"Tax\":3698.12,\"YQTax\":0,\"OtherCharges\":3686.32,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12578.42,\"PublishedFare\":13168.42,\"OfferedFare\":12578.42,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-3651451568_0SINHYDTR574_101458517609280\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3698.12,\"BaseFareCal\":12668.42,\"BaseFare\":8880.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3686.32,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":13168.42,\"CostToCustomer\":13168.42,\"BaseFareCal\":12668.42,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":12668.42,\"intOfferedFare\":12578.42,\"intPublishFare\":12578.42,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"335\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-28T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-27T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG20\",\"Price\":2484,\"Weight\":\"Baggage 20 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG25\",\"Price\":2794.5,\"Weight\":\"Baggage 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG30\",\"Price\":3415.5,\"Weight\":\"Baggage 30 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG35\",\"Price\":3974.4,\"Weight\":\"Baggage 35 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG40\",\"Price\":4595.4,\"Weight\":\"Baggage 40 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS04\",\"Price\":372.6,\"Description\":\"Ciabbatta with Chicken Fillet, Edam Cheese and Lettuce\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS90\",\"Price\":931.5,\"Description\":\"Snack Pack\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS03\",\"Price\":931.5,\"Description\":\"Wholemeal Tortilla with Quinoa & Marinated Mixed Capsicum\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS02\",\"Price\":931.5,\"Description\":\"Wasabi Prawn Wrap\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS01\",\"Price\":931.5,\"Description\":\"Chicken Ham and Cheese Croissants\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VJML\",\"Price\":1055.7,\"Description\":\"Vegetable Briyani\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH05\",\"Price\":1055.7,\"Description\":\"Chicken Fried Rice with Crabstick\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH04\",\"Price\":1055.7,\"Description\":\"Miso Chicken with Pearl Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH03\",\"Price\":1055.7,\"Description\":\"Beef and Macaroni Stew\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH02\",\"Price\":1055.7,\"Description\":\"Oriental Treasure Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH01\",\"Price\":1055.7,\"Description\":\"Chicken Briyani\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC05\",\"Price\":1055.7,\"Description\":\"Roasted Chicken Thigh with Herbs de Provence\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC04\",\"Price\":1055.7,\"Description\":\"Stewed Beef Brisket with Fried Hor Fun\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC03\",\"Price\":1055.7,\"Description\":\"Chicken Pepper Korma\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC02\",\"Price\":1055.7,\"Description\":\"Soya Chicken Rice with Pak Chye\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC01\",\"Price\":1055.7,\"Description\":\"Nasi Lemak with Chicken Rendang\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7eb05-ed483-d3e5f-dd150\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-03T14:53:16.286\",\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ111952859576\",\"FlightNumber\":\"TR-574\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-27T22:10\",\"LocalFromTime\":\"2023-02-27 22:10\",\"FromUTCTime\":\"2023-02-27T22:10\",\"LocalToTime\":\"2023-02-28 00:15\",\"ToUTCTime\":\"2023-02-28T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Mon, 27 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":12578.42,\"ApiResultIndex\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"SearchFlightTraceId\":\"7eb05-ed483-d3e5f-dd150\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-03T14:53:16.286\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8880.3,\"Tax\":3698.12,\"YQTax\":0,\"OtherCharges\":3686.32,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12578.42,\"PublishedFare\":13168.42,\"OfferedFare\":12578.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3698.12,\"BaseFareCal\":12668.42,\"BaseFare\":8880.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3686.32,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"335\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-28T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-27T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"localFromDateTime\":\"2023-02-27 22:10\",\"localToDateTime\":\"2023-02-28 00:15\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.201.233','2023-01-03 09:22:48','2023-01-03 09:22:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(44,0,14,38124,0,0,NULL,'2023-01-07','BKR108153206379','TJ108153206379','G8-697','Go First','1',1,'5ff53-0db3f-fc953-19c9b','240','14:00:00','15:20:00',0,'SP',80,'1h 20m',7701,13021,'DEL','IXJ','Non-stop',1,1,5145.42,'1-5508291584_0DELIXJG8697_5309080381100',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',4125,685.8,0,464,0,10,5145.42,0,0,0,63,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108153206379\",\"bookingId_TJ\":\"TJ108153206379\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2023-01-07T14:00\",\"LocalFromTime\":\"2023-01-07 14:00\",\"FromUTCTime\":\"2023-01-07T14:00\",\"LocalToTime\":\"2023-01-07 15:20\",\"ToUTCTime\":\"2023-01-07T15:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 07 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4810.8,\"PublishedFareTxt\":\"4,811\",\"ApiResultIndex\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure, only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"CRFT\":9,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4125,\"Tax\":685.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4810.8,\"PublishedFare\":5145.42,\"OfferedFare\":4732.42,\"CommissionEarned\":78.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-5508291584_0DELIXJG8697_1357830167059\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":78.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.8,\"BaseFareCal\":4795.42,\"BaseFare\":4125,\"CommissionEarned\":78.38,\"TDS\":-4.12,\"MF\":10,\"YQ\":0,\"AGST\":210,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":78.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5145.42,\"CostToCustomer\":5145.42,\"BaseFareCal\":4795.42,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4795.42,\"intOfferedFare\":4732.42,\"intPublishFare\":4810.8,\"TripjackMarkup\":0,\"TripjackCommission\":78.38,\"TripjackTDS\":\"4.12\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":78.38,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-07T15:20\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-07T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5ff53-0db3f-fc953-19c9b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:46:58.314\",\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108153206379\",\"bookingId_TJ\":\"TJ108153206379\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2023-01-07T14:00\",\"LocalFromTime\":\"2023-01-07 14:00\",\"FromUTCTime\":\"2023-01-07T14:00\",\"LocalToTime\":\"2023-01-07 15:20\",\"ToUTCTime\":\"2023-01-07T15:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 07 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4810.8,\"ApiResultIndex\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"5ff53-0db3f-fc953-19c9b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:46:58.314\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4125,\"Tax\":685.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4810.8,\"PublishedFare\":5145.42,\"OfferedFare\":4732.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.8,\"BaseFareCal\":4795.42,\"BaseFare\":4125,\"CommissionEarned\":78.38,\"TDS\":-4.12,\"MF\":10,\"YQ\":0,\"AGST\":210,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-07T15:20\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-07T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"localFromDateTime\":\"2023-01-07 14:00\",\"localToDateTime\":\"2023-01-07 15:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.50.232','2023-01-07 05:16:27','2023-01-07 05:16:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'597556',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(45,0,15,38124,0,0,NULL,'2023-01-31','BKR109953206538','TJ109953206538','G8-119','Go First','1',0,'686bc-79b2c-5f7b6-109b4','240','20:10:00','22:50:00',0,'G',160,'2h 40m',7701,2262,'DEL','BLR','Non-stop',1,1,5551.6,'11-0120520554_0DELBLRG8119_97931984255559',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',4800,311.8,0,300,0,10,5551.6,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR109953206538\",\"bookingId_TJ\":\"TJ109953206538\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-31T20:10\",\"LocalFromTime\":\"2023-01-31 20:10\",\"FromUTCTime\":\"2023-01-31T20:10\",\"LocalToTime\":\"2023-01-31 22:50\",\"ToUTCTime\":\"2023-01-31T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 31 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5111.8,\"PublishedFareTxt\":\"5,112\",\"ApiResultIndex\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4800,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5111.8,\"PublishedFare\":5551.6,\"OfferedFare\":5020.6,\"CommissionEarned\":91.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.8,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0120520554_0DELBLRG8119_13668046192914\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":91.2,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":5101.6,\"BaseFare\":4800,\"CommissionEarned\":91.2,\"TDS\":-4.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":91.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":5551.6,\"CostToCustomer\":5551.6,\"BaseFareCal\":5101.6,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":5101.6,\"intOfferedFare\":5020.6,\"intPublishFare\":5111.8,\"TripjackMarkup\":0,\"TripjackCommission\":91.2,\"TripjackTDS\":\"4.8\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":91.2,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"958\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-31T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"686bc-79b2c-5f7b6-109b4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:48:55.346\",\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109953206538\",\"bookingId_TJ\":\"TJ109953206538\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-31T20:10\",\"LocalFromTime\":\"2023-01-31 20:10\",\"FromUTCTime\":\"2023-01-31T20:10\",\"LocalToTime\":\"2023-01-31 22:50\",\"ToUTCTime\":\"2023-01-31T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 31 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5111.8,\"ApiResultIndex\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"686bc-79b2c-5f7b6-109b4\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:48:55.346\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4800,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5111.8,\"PublishedFare\":5551.6,\"OfferedFare\":5020.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":5101.6,\"BaseFare\":4800,\"CommissionEarned\":91.2,\"TDS\":-4.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"958\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-31T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"localFromDateTime\":\"2023-01-31 20:10\",\"localToDateTime\":\"2023-01-31 22:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.50.232','2023-01-07 05:18:17','2023-01-07 05:18:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(46,0,17,38124,0,0,NULL,'2023-01-18','BKR103353601407','TJ103353601407','AI-532','Air India','',1,'ae83c-9b266-58c01-d9cdc','42','21:30:00','23:10:00',0,'C',100,'1h 40m',296,7701,'AMD','DEL','Non-stop',1,1,42025.84,'21-10-15-2-4083491202_117AMDDELAI532_20028796249673',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/AI.gif','INR',38000,5098.8,0,337,0,10,42025.84,0,0,0,63,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103353601407\",\"bookingId_TJ\":\"TJ103353601407\",\"FlightNumber\":\"AI-532\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-01-18T21:30\",\"LocalFromTime\":\"2023-01-18 21:30\",\"FromUTCTime\":\"2023-01-18T21:30\",\"LocalToTime\":\"2023-01-18 23:10\",\"ToUTCTime\":\"2023-01-18T23:10\",\"IsDirect\":0,\"FareClass\":\"C\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":43098.8,\"PublishedFareTxt\":\"43,099\",\"ApiResultIndex\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"INR 5,000\\/-, If cancelled less than 3 Hours before departure__nls__In case of NO-SHOW if a ticket is presented for change \\/ refund  both no show & change\\/refund fee or base fare plus YR whichever is lower will apply.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38000,\"Tax\":5098.8,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":4580,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":43098.8,\"PublishedFare\":42025.84,\"OfferedFare\":41612.84,\"CommissionEarned\":1485.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-78.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4083491202_0AMDDELAI532_16150198825532\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1485.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5098.8,\"BaseFareCal\":41675.84,\"BaseFare\":38000,\"CommissionEarned\":1485.96,\"TDS\":-78.21,\"MF\":10,\"YQ\":0,\"AGST\":4580,\"MFT\":1.8,\"OT\":337,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1485.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":42025.84,\"CostToCustomer\":42025.84,\"BaseFareCal\":41675.84,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":41675.84,\"intOfferedFare\":41612.84,\"intPublishFare\":43098.8,\"TripjackMarkup\":0,\"TripjackCommission\":1485.96,\"TripjackTDS\":\"78.21\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":1485.96,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"627\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T23:10\",\"SegFlightNumber\":\"AI-532\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"C\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-01-18T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ae83c-9b266-58c01-d9cdc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-11T16:35:30.919\",\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103353601407\",\"bookingId_TJ\":\"TJ103353601407\",\"FlightNumber\":\"AI-532\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-01-18T21:30\",\"LocalFromTime\":\"2023-01-18 21:30\",\"FromUTCTime\":\"2023-01-18T21:30\",\"LocalToTime\":\"2023-01-18 23:10\",\"ToUTCTime\":\"2023-01-18T23:10\",\"IsDirect\":0,\"FareClass\":\"C\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":43098.8,\"ApiResultIndex\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"ae83c-9b266-58c01-d9cdc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-11T16:35:30.919\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38000,\"Tax\":5098.8,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":4580,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":43098.8,\"PublishedFare\":42025.84,\"OfferedFare\":41612.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5098.8,\"BaseFareCal\":41675.84,\"BaseFare\":38000,\"CommissionEarned\":1485.96,\"TDS\":-78.21,\"MF\":10,\"YQ\":0,\"AGST\":4580,\"MFT\":1.8,\"OT\":337,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"627\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T23:10\",\"SegFlightNumber\":\"AI-532\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"C\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-01-18T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"localFromDateTime\":\"2023-01-18 21:30\",\"localToDateTime\":\"2023-01-18 23:10\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.206.137.133','2023-01-11 11:05:26','2023-01-11 11:05:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'849730',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(47,0,4,38124,0,0,NULL,'2023-01-20','BKR101354133644','TJ101354133644','SG-8263','SpiceJet','1',0,'de2d9-40d60-4d56b-72973','463','05:45:00','07:45:00',0,'G',120,'2h 0m',7701,14323,'DEL','CCU','Non-stop',1,1,5012.05,'11-7037631945_1DELCCUSG8263_48349299797653',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',4250,311.8,0,300,0,10,5012.05,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR101354133644\",\"bookingId_TJ\":\"TJ101354133644\",\"FlightNumber\":\"SG-8263\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-01-20T05:45\",\"LocalFromTime\":\"2023-01-20 05:45\",\"FromUTCTime\":\"2023-01-20T05:45\",\"LocalToTime\":\"2023-01-20 07:45\",\"ToUTCTime\":\"2023-01-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4561.8,\"PublishedFareTxt\":\"4,562\",\"ApiResultIndex\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4250,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4561.8,\"PublishedFare\":5012.05,\"OfferedFare\":4481.05,\"CommissionEarned\":80.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.25,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7037631945_0DELCCUSG8263_48021638284278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":80.75,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4562.05,\"BaseFare\":4250,\"CommissionEarned\":80.75,\"TDS\":-4.25,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.75,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":5012.05,\"CostToCustomer\":5012.05,\"BaseFareCal\":4562.05,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":4562.05,\"intOfferedFare\":4481.05,\"intPublishFare\":4561.8,\"TripjackMarkup\":0,\"TripjackCommission\":80.75,\"TripjackTDS\":\"4.25\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":80.75,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-20T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-20T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de2d9-40d60-4d56b-72973\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T18:38:41.789\",\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101354133644\",\"bookingId_TJ\":\"TJ101354133644\",\"FlightNumber\":\"SG-8263\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-01-20T05:45\",\"LocalFromTime\":\"2023-01-20 05:45\",\"FromUTCTime\":\"2023-01-20T05:45\",\"LocalToTime\":\"2023-01-20 07:45\",\"ToUTCTime\":\"2023-01-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4561.8,\"ApiResultIndex\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"de2d9-40d60-4d56b-72973\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T18:38:41.789\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4250,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4561.8,\"PublishedFare\":5012.05,\"OfferedFare\":4481.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4562.05,\"BaseFare\":4250,\"CommissionEarned\":80.75,\"TDS\":-4.25,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"406\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-20T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-20T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"localFromDateTime\":\"2023-01-20 05:45\",\"localToDateTime\":\"2023-01-20 07:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2023-01-17 13:07:54','2023-01-17 13:07:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(48,0,20,45276,0,0,NULL,'2023-03-05',NULL,NULL,'DD-959','Nok Air','1',0,'2c25f-f4566-b3766-03a24','361','00:45:00','06:05:00',0,'',0,'3 hours, 50 minutes',0,0,'HYD','DMK','Non-stop',1,1,13000,'1163-2c25f-f4566-b3766-03a24',1,1,0,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',11500,1500,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2c25f-f4566-b3766-03a24\",\"apiTraceId\":\"1163-2c25f-f4566-b3766-03a24\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-05 04:35:00\",\"ToUTCTime\":\"2023-03-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13000,\"PublishedFareTxt\":\"13,000\",\"ApiResultIndex\":\"1163-2c25f-f4566-b3766-03a24\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13000,\"PublishedFare\":13000,\"PublishedFareAgent\":13000,\"OfferedFareAgent\":13000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1163_15970\",\"ApiResultIndex\":\"1163_15970\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11500,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"International\",\"ArrTerminal\":\"DMK\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"TBA\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-02-05 07:29:47','2023-02-05 07:29:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(49,0,20,45276,0,0,NULL,'2023-03-05',NULL,NULL,'DD-959','Nok Air','1',0,'856b0-f6646-5294a-e8ab2','361','00:45:00','06:05:00',0,'',0,'3 hours, 50 minutes',0,0,'HYD','DMK','Non-stop',1,1,13000,'1163-856b0-f6646-5294a-e8ab2',1,1,0,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',11500,1500,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"856b0-f6646-5294a-e8ab2\",\"apiTraceId\":\"1163-856b0-f6646-5294a-e8ab2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-05 04:35:00\",\"ToUTCTime\":\"2023-03-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13000,\"PublishedFareTxt\":\"13,000\",\"ApiResultIndex\":\"1163-856b0-f6646-5294a-e8ab2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13000,\"PublishedFare\":13000,\"PublishedFareAgent\":13000,\"OfferedFareAgent\":13000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1163_15970\",\"ApiResultIndex\":\"1163_15970\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11500,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"International\",\"ArrTerminal\":\"DMK\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-02-05 07:30:12','2023-02-05 07:30:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(50,0,21,38124,0,0,NULL,'2023-02-09','BKR102555948771','TJ102555948771','6E-2527','IndiGo','1',1,'25de4-e66ed-a181a-70bcd','267','19:40:00','03:05:00',0,'R',445,'7h 25m',13021,2262,'IXJ','BLR','1 Stop(s)',1,1,8726.42,'5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',7611,910.8,0,513,0,10,8726.42,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102555948771\",\"bookingId_TJ\":\"TJ102555948771\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:40\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-02-09T19:40\",\"LocalFromTime\":\"2023-02-09 19:40\",\"FromUTCTime\":\"2023-02-09T19:40\",\"LocalToTime\":\"2023-02-10 03:05\",\"ToUTCTime\":\"2023-02-10T03:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":445,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"7h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8521.8,\"PublishedFareTxt\":\"8,522\",\"ApiResultIndex\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7611,\"Tax\":910.8,\"YQTax\":0,\"OtherCharges\":513,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":386,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8521.8,\"PublishedFare\":8726.42,\"OfferedFare\":8431.42,\"CommissionEarned\":90.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_84436291512498\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":910.8,\"BaseFareCal\":8476.42,\"BaseFare\":7611,\"CommissionEarned\":90.38,\"TDS\":-4.76,\"MF\":10,\"YQ\":0,\"AGST\":386,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":8726.42,\"CostToCustomer\":8726.42,\"BaseFareCal\":8476.42,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":8476.42,\"intOfferedFare\":8431.42,\"intPublishFare\":8521.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.38,\"TripjackTDS\":\"4.76\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"356\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-09T21:10\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-02-09T19:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":180,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:40\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"357\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-10T03:05\",\"SegFlightNumber\":\"6E-2403\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-10T00:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:10\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"25de4-e66ed-a181a-70bcd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-08T11:15:38.882\",\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102555948771\",\"bookingId_TJ\":\"TJ102555948771\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:40\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-02-09T19:40\",\"LocalFromTime\":\"2023-02-09 19:40\",\"FromUTCTime\":\"2023-02-09T19:40\",\"LocalToTime\":\"2023-02-10 03:05\",\"ToUTCTime\":\"2023-02-10T03:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":445,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"7h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8521.8,\"ApiResultIndex\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"25de4-e66ed-a181a-70bcd\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-08T11:15:38.882\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7611,\"Tax\":910.8,\"YQTax\":0,\"OtherCharges\":513,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":386,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8521.8,\"PublishedFare\":8726.42,\"OfferedFare\":8431.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":910.8,\"BaseFareCal\":8476.42,\"BaseFare\":7611,\"CommissionEarned\":90.38,\"TDS\":-4.76,\"MF\":10,\"YQ\":0,\"AGST\":386,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"356\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-09T21:10\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-02-09T19:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":180,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:40\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"357\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-10T03:05\",\"SegFlightNumber\":\"6E-2403\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-10T00:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:10\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"localFromDateTime\":\"2023-02-09 19:40\",\"localToDateTime\":\"2023-02-10 03:05\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','114.143.100.102','2023-02-08 05:45:14','2023-02-08 05:45:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(51,0,22,38124,0,0,NULL,'2023-02-13','BKR105156009224','TJ105156009224','I5-1228','AirAsia India','1',1,'74c5a-0e2bb-481fa-99a85','75','14:40:00','16:40:00',0,'BT',120,'2h 0m',12538,12995,'HYD','JAI','Non-stop',1,1,5444.04,'22-16-9356111318_1HYDJAII51228_36044916873874',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',4097,1096.8,0,877,0,10,5444.04,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR105156009224\",\"bookingId_TJ\":\"TJ105156009224\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5193.8,\"PublishedFareTxt\":\"5,194\",\"ApiResultIndex\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4097,\"Tax\":1096.8,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5193.8,\"PublishedFare\":5444.04,\"OfferedFare\":5149.04,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9356111318_0HYDJAII51228_50859417570635\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5444.04,\"CostToCustomer\":5444.04,\"BaseFareCal\":5194.04,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5194.04,\"intOfferedFare\":5149.04,\"intPublishFare\":5193.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"795\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"74c5a-0e2bb-481fa-99a85\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:31:58.424\",\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105156009224\",\"bookingId_TJ\":\"TJ105156009224\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5193.8,\"ApiResultIndex\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"74c5a-0e2bb-481fa-99a85\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:31:58.424\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4097,\"Tax\":1096.8,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5193.8,\"PublishedFare\":5444.04,\"OfferedFare\":5149.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"795\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','124.123.172.38','2023-02-08 16:01:44','2023-02-08 16:01:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(52,0,22,38124,0,0,NULL,'2023-02-13','BKR100056009441','TJ100056009441','I5-1228','AirAsia India','1',1,'9d8cf-71a2d-2e4f1-b7864','75','14:40:00','16:40:00',0,'BT',120,'2h 0m',12538,12995,'HYD','JAI','Non-stop',2,1,7250.84,'22-16-5739160957_1HYDJAII51228_50996069999688',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',5597,1108.6,0,877,0,20,7250.84,0,0,0,90,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100056009441\",\"bookingId_TJ\":\"TJ100056009441\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"PublishedFareTxt\":\"6,706\",\"ApiResultIndex\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5739160957_0HYDJAII51228_38419578492951\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":1.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":7250.84,\"CostToCustomer\":7250.84,\"BaseFareCal\":6750.84,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":6750.84,\"intOfferedFare\":6660.84,\"intPublishFare\":6705.6,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:34:37.668\",\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100056009441\",\"bookingId_TJ\":\"TJ100056009441\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"ApiResultIndex\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:34:37.668\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','124.123.172.38','2023-02-08 16:04:58','2023-02-08 16:04:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(53,0,22,38124,0,0,NULL,'2023-02-13','BKR102656011463','TJ102656011463','I5-1228','AirAsia India','1',1,'92059-7cb67-d1ed4-c5de9','75','14:40:00','16:40:00',0,'BT',120,'2h 0m',12538,12995,'HYD','JAI','Non-stop',2,1,7250.84,'22-16-8512053188_1HYDJAII51228_36310595629551',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',5597,1108.6,0,877,0,20,7250.84,0,0,0,90,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102656011463\",\"bookingId_TJ\":\"TJ102656011463\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"PublishedFareTxt\":\"6,706\",\"ApiResultIndex\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8512053188_0HYDJAII51228_11115370147918\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":1.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":7250.84,\"CostToCustomer\":7250.84,\"BaseFareCal\":6750.84,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":6750.84,\"intOfferedFare\":6660.84,\"intPublishFare\":6705.6,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"36\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"92059-7cb67-d1ed4-c5de9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:59:34.556\",\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102656011463\",\"bookingId_TJ\":\"TJ102656011463\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"ApiResultIndex\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"92059-7cb67-d1ed4-c5de9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:59:34.556\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"36\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','124.123.172.38','2023-02-08 16:29:15','2023-02-08 16:29:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(54,0,23,38124,0,0,NULL,'2023-02-21','BKR108656470682','TJ108656470682','G8-697','Go First','1',0,'8dbea-f61d3-b681b-50e1d','240','15:00:00','16:25:00',0,'G',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,4995.35,'11-6842261994_0DELIXJG8697_6866091415860',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',4550,236.8,0,225,0,10,4995.35,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108656470682\",\"bookingId_TJ\":\"TJ108656470682\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-02-21T15:00\",\"LocalFromTime\":\"2023-02-21 15:00\",\"FromUTCTime\":\"2023-02-21T15:00\",\"LocalToTime\":\"2023-02-21 16:25\",\"ToUTCTime\":\"2023-02-21T16:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Tue, 21 Feb\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4786.8,\"PublishedFareTxt\":\"4,787\",\"ApiResultIndex\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4550,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4995.35,\"OfferedFare\":4700.35,\"CommissionEarned\":86.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6842261994_0DELIXJG8697_2896581602490\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4745.35,\"BaseFare\":4550,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4995.35,\"CostToCustomer\":4995.35,\"BaseFareCal\":4745.35,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4745.35,\"intOfferedFare\":4700.35,\"intPublishFare\":4786.8,\"TripjackMarkup\":0,\"TripjackCommission\":86.45,\"TripjackTDS\":\"4.55\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"669\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-02-21T16:25\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-21T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8dbea-f61d3-b681b-50e1d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-14T13:19:00.452\",\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108656470682\",\"bookingId_TJ\":\"TJ108656470682\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-02-21T15:00\",\"LocalFromTime\":\"2023-02-21 15:00\",\"FromUTCTime\":\"2023-02-21T15:00\",\"LocalToTime\":\"2023-02-21 16:25\",\"ToUTCTime\":\"2023-02-21T16:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Tue, 21 Feb\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4786.8,\"ApiResultIndex\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"8dbea-f61d3-b681b-50e1d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-14T13:19:00.452\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4550,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4995.35,\"OfferedFare\":4700.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4745.35,\"BaseFare\":4550,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"669\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-02-21T16:25\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-21T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"localFromDateTime\":\"2023-02-21 15:00\",\"localToDateTime\":\"2023-02-21 16:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.37.168.117','2023-02-14 07:48:32','2023-02-14 07:48:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(55,0,24,38124,0,0,NULL,'2023-03-06','BKR109357308630','TJ109357308630','G8-143','Go First','1',0,'2f720-1743a-767b2-dbdaa','240','10:35:00','12:25:00',0,'G',110,'1h 50m',7701,20918,'DEL','PAT','Non-stop',1,1,5927.3,'11-2527008294_1DELPATG8143_41594011452289',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',5500,236.8,0,225,0,10,5927.3,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR109357308630\",\"bookingId_TJ\":\"TJ109357308630\",\"FlightNumber\":\"G8-143\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-03-06T10:35\",\"LocalFromTime\":\"2023-03-06 10:35\",\"FromUTCTime\":\"2023-03-06T10:35\",\"LocalToTime\":\"2023-03-06 12:25\",\"ToUTCTime\":\"2023-03-06T12:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Mon, 06 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5736.8,\"PublishedFareTxt\":\"5,737\",\"ApiResultIndex\":\"11-2527008294_1DELPATG8143_41594011452289\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PAT\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5736.8,\"PublishedFare\":5927.3,\"OfferedFare\":5632.3,\"CommissionEarned\":104.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2527008294_0DELPATG8143_39815064909829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":104.5,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5677.3,\"BaseFare\":5500,\"CommissionEarned\":104.5,\"TDS\":-5.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":104.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5927.3,\"CostToCustomer\":5927.3,\"BaseFareCal\":5677.3,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5677.3,\"intOfferedFare\":5632.3,\"intPublishFare\":5736.8,\"TripjackMarkup\":0,\"TripjackCommission\":104.5,\"TripjackTDS\":\"5.5\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":104.5,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-03-06T12:25\",\"SegFlightNumber\":\"G8-143\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-06T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2f720-1743a-767b2-dbdaa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-23T22:27:54.610\",\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109357308630\",\"bookingId_TJ\":\"TJ109357308630\",\"FlightNumber\":\"G8-143\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-03-06T10:35\",\"LocalFromTime\":\"2023-03-06 10:35\",\"FromUTCTime\":\"2023-03-06T10:35\",\"LocalToTime\":\"2023-03-06 12:25\",\"ToUTCTime\":\"2023-03-06T12:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Mon, 06 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5736.8,\"ApiResultIndex\":\"11-2527008294_1DELPATG8143_41594011452289\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"2f720-1743a-767b2-dbdaa\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-23T22:27:54.610\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5736.8,\"PublishedFare\":5927.3,\"OfferedFare\":5632.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5677.3,\"BaseFare\":5500,\"CommissionEarned\":104.5,\"TDS\":-5.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-03-06T12:25\",\"SegFlightNumber\":\"G8-143\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-06T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"localFromDateTime\":\"2023-03-06 10:35\",\"localToDateTime\":\"2023-03-06 12:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.67.161','2023-02-23 16:57:24','2023-02-23 16:57:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'992342',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(56,0,25,45276,0,0,NULL,'2023-02-28',NULL,NULL,'DD-958','Nok Air','1',0,'0bf8b-b9726-92c89-959f3','361','21:30:00','23:45:00',0,'',0,'3 hours, 45 minutes',0,0,'DMK','HYD','Non-stop',1,1,10000,'1164-0bf8b-b9726-92c89-959f3',1,1,0,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',8500,1500,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":null,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0bf8b-b9726-92c89-959f3\",\"apiTraceId\":\"1164-0bf8b-b9726-92c89-959f3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-02-28\",\"LocalFromTime\":\"2023-02-28 21:30\",\"FromUTCTime\":\"2023-02-28 21:30\",\"LocalToTime\":\"2023-03-01 01:15:00\",\"ToUTCTime\":\"2023-03-01 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"SourcePlaceName\":\"Bangkok\",\"DestPlaceName\":\"Hyderabad\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"1164-0bf8b-b9726-92c89-959f3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10000,\"PublishedFare\":10000,\"PublishedFareAgent\":10000,\"OfferedFareAgent\":10000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1164_15979\",\"ApiResultIndex\":\"1164_15979\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8500,\"BaseFare\":8500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-01T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-02-28T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"DMK\",\"ArrTerminal\":\"International\"}],\"FareRules\":\"Non Refundable - Non Changeble\",\"CancellationPolicy\":\"Cancellation Charges\\n\\nLeisure Travel Shoppe cancellation charges additional applicable\",\"InternalRemarks\":\"Baggge 20Kg (1Pc) Check In 7 Kg Cabin\",\"FromDate\":\"28\\/02\\/2023\",\"FromDateSort\":1677522600,\"DepartureDateTxt\":\"Tue, 28 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-02-27 14:19:20','2023-02-27 14:19:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','N PREM KUMAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(58,0,27,38124,0,0,NULL,'2023-03-01','BKR101857646290','TJ101857646290','SG-8134','SpiceJet','1',1,'0f7c1-0756f-fdf7d-49602','463','18:45:00','21:05:00',0,'DD',140,'2h 20m',12538,7701,'HYD','DEL','Non-stop',1,1,4887.36,'4-6246720427_0HYDDELSG8134_56229510818353',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',3538,1146.8,0,951,0,10,4887.36,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR101857646290\",\"bookingId_TJ\":\"TJ101857646290\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-03-01T18:45\",\"LocalFromTime\":\"2023-03-01 18:45\",\"FromUTCTime\":\"2023-03-01T18:45\",\"LocalToTime\":\"2023-03-01 21:05\",\"ToUTCTime\":\"2023-03-01T21:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Wed, 01 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4684.8,\"PublishedFareTxt\":\"4,685\",\"ApiResultIndex\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"CRF\":50,\"ARFT\":167.5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"ACF\":3600,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3538,\"Tax\":1146.8,\"YQTax\":0,\"OtherCharges\":951,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4887.36,\"OfferedFare\":4592.36,\"CommissionEarned\":92.44,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6246720427_0HYDDELSG8134_51325202919074\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.44,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1146.8,\"BaseFareCal\":4637.36,\"BaseFare\":3538,\"CommissionEarned\":92.44,\"TDS\":-4.86,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":951,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.44,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4887.36,\"CostToCustomer\":4887.36,\"BaseFareCal\":4637.36,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4637.36,\"intOfferedFare\":4592.36,\"intPublishFare\":4684.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.44,\"TripjackTDS\":\"4.86\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.44,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-01T21:05\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"FPML\",\"Price\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"JNML\",\"Price\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFVG\",\"Price\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"DBML\",\"Price\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VCC2\",\"Price\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC6\",\"Price\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC5\",\"Price\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC4\",\"Price\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC2\",\"Price\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC1\",\"Price\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFNV\",\"Price\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"DNVL\",\"Price\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0f7c1-0756f-fdf7d-49602\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-02-27T22:39:45.025\",\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101857646290\",\"bookingId_TJ\":\"TJ101857646290\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-03-01T18:45\",\"LocalFromTime\":\"2023-03-01 18:45\",\"FromUTCTime\":\"2023-03-01T18:45\",\"LocalToTime\":\"2023-03-01 21:05\",\"ToUTCTime\":\"2023-03-01T21:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Wed, 01 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4684.8,\"ApiResultIndex\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0f7c1-0756f-fdf7d-49602\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-02-27T22:39:45.025\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3538,\"Tax\":1146.8,\"YQTax\":0,\"OtherCharges\":951,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4887.36,\"OfferedFare\":4592.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1146.8,\"BaseFareCal\":4637.36,\"BaseFare\":3538,\"CommissionEarned\":92.44,\"TDS\":-4.86,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":951,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-01T21:05\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"localFromDateTime\":\"2023-03-01 18:45\",\"localToDateTime\":\"2023-03-01 21:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.206.56.37','2023-02-27 17:08:43','2023-02-27 17:08:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(59,0,28,38124,0,0,NULL,'2023-03-15','BKR108757941436','TJ108757941436','SG-8709','SpiceJet','1',1,'021c8-6c170-4d15f-59bab','463','18:30:00','20:55:00',0,'DD',145,'2h 25m',7701,18676,'DEL','BOM','Non-stop',1,1,4278.06,'4-7723736206_1DELBOMSG8709_30909721844568',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',3320,749.8,0,564,0,10,4278.06,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108757941436\",\"bookingId_TJ\":\"TJ108757941436\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2023-03-15T18:30\",\"LocalFromTime\":\"2023-03-15 18:30\",\"FromUTCTime\":\"2023-03-15T18:30\",\"LocalToTime\":\"2023-03-15 20:55\",\"ToUTCTime\":\"2023-03-15T20:55\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 15 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4069.8,\"PublishedFareTxt\":\"4,070\",\"ApiResultIndex\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3320,\"Tax\":749.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4069.8,\"PublishedFare\":4278.06,\"OfferedFare\":3983.06,\"CommissionEarned\":86.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7723736206_0DELBOMSG8709_33440058798434\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":749.8,\"BaseFareCal\":4028.06,\"BaseFare\":3320,\"CommissionEarned\":86.74,\"TDS\":-4.56,\"MF\":10,\"YQ\":0,\"AGST\":174,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4278.06,\"CostToCustomer\":4278.06,\"BaseFareCal\":4028.06,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4028.06,\"intOfferedFare\":3983.06,\"intPublishFare\":4069.8,\"TripjackMarkup\":0,\"TripjackCommission\":86.74,\"TripjackTDS\":\"4.56\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"157\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-03-15T20:55\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-15T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"FPML\",\"Price\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"JNML\",\"Price\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFVG\",\"Price\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"DBML\",\"Price\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VCC2\",\"Price\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC6\",\"Price\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC5\",\"Price\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC4\",\"Price\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC2\",\"Price\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC1\",\"Price\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFNV\",\"Price\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"DNVL\",\"Price\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"021c8-6c170-4d15f-59bab\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-02T21:41:39.777\",\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108757941436\",\"bookingId_TJ\":\"TJ108757941436\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2023-03-15T18:30\",\"LocalFromTime\":\"2023-03-15 18:30\",\"FromUTCTime\":\"2023-03-15T18:30\",\"LocalToTime\":\"2023-03-15 20:55\",\"ToUTCTime\":\"2023-03-15T20:55\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 15 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4069.8,\"ApiResultIndex\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"021c8-6c170-4d15f-59bab\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-02T21:41:39.777\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3320,\"Tax\":749.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4069.8,\"PublishedFare\":4278.06,\"OfferedFare\":3983.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":749.8,\"BaseFareCal\":4028.06,\"BaseFare\":3320,\"CommissionEarned\":86.74,\"TDS\":-4.56,\"MF\":10,\"YQ\":0,\"AGST\":174,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"157\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-03-15T20:55\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-15T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"localFromDateTime\":\"2023-03-15 18:30\",\"localToDateTime\":\"2023-03-15 20:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.203.243','2023-03-02 16:10:47','2023-03-02 16:10:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(60,0,4,38124,0,0,NULL,'2023-03-10','BKR103558010559','TJ103558010559','SG-2976','SpiceJet','1',1,'f761b-cc443-c810d-b49b0','463','20:10:00','21:10:00',0,'DD',60,'1h 0m',7701,12995,'DEL','JAI','Non-stop',1,1,2318.35,'4-7596032964_0DELJAISG2976_29508022080759',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',1386,653.8,0,564,0,10,2318.35,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103558010559\",\"bookingId_TJ\":\"TJ103558010559\",\"FlightNumber\":\"SG-2976\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-03-10T20:10\",\"LocalFromTime\":\"2023-03-10 20:10\",\"FromUTCTime\":\"2023-03-10T20:10\",\"LocalToTime\":\"2023-03-10 21:10\",\"ToUTCTime\":\"2023-03-10T21:10\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2039.8,\"PublishedFareTxt\":\"2,040\",\"ApiResultIndex\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1386,\"Tax\":653.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2039.8,\"PublishedFare\":2318.35,\"OfferedFare\":2023.35,\"CommissionEarned\":16.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7596032964_0DELJAISG2976_21611899056481\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":16.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":653.8,\"BaseFareCal\":2068.35,\"BaseFare\":1386,\"CommissionEarned\":16.45,\"TDS\":-0.87,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":16.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":2318.35,\"CostToCustomer\":2318.35,\"BaseFareCal\":2068.35,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2068.35,\"intOfferedFare\":2023.35,\"intPublishFare\":2039.8,\"TripjackMarkup\":0,\"TripjackCommission\":16.45,\"TripjackTDS\":\"0.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":16.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-03-10T21:10\",\"SegFlightNumber\":\"SG-2976\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-10T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f761b-cc443-c810d-b49b0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-03T16:48:36.081\",\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103558010559\",\"bookingId_TJ\":\"TJ103558010559\",\"FlightNumber\":\"SG-2976\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-03-10T20:10\",\"LocalFromTime\":\"2023-03-10 20:10\",\"FromUTCTime\":\"2023-03-10T20:10\",\"LocalToTime\":\"2023-03-10 21:10\",\"ToUTCTime\":\"2023-03-10T21:10\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2039.8,\"ApiResultIndex\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"f761b-cc443-c810d-b49b0\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-03T16:48:36.081\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1386,\"Tax\":653.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2039.8,\"PublishedFare\":2318.35,\"OfferedFare\":2023.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":653.8,\"BaseFareCal\":2068.35,\"BaseFare\":1386,\"CommissionEarned\":16.45,\"TDS\":-0.87,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-03-10T21:10\",\"SegFlightNumber\":\"SG-2976\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-10T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"localFromDateTime\":\"2023-03-10 20:10\",\"localToDateTime\":\"2023-03-10 21:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'11000155605583','','TRANSACTION IS TIMEDOUT.',NULL,NULL,'0','122.161.53.216','2023-03-03 11:17:45','2023-03-03 11:17:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(61,0,12,38124,0,0,NULL,'2023-03-24','BKR100958546716','TJ100958546716','AI-503','Air India','',1,'b3aac-06bad-a0730-1b35c','42','17:10:00','20:00:00',0,'S',170,'2h 50m',2262,7701,'BLR','DEL','Non-stop',1,1,4693.06,'21-10-15-2-3970128754_62BLRDELAI503_11988746067994',1,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/AI.gif','INR',3469,1012.8,0,649,0,10,4693.06,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-503\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-03-24T17:10\",\"LocalFromTime\":\"2023-03-24 17:10\",\"FromUTCTime\":\"2023-03-24T17:10\",\"LocalToTime\":\"2023-03-24 20:00\",\"ToUTCTime\":\"2023-03-24T20:00\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Mar\",\"ArrivalDateTxt\":\"Fri, 24 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4481.8,\"PublishedFareTxt\":\"4,482\",\"ApiResultIndex\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}},\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3469,\"Tax\":1012.8,\"YQTax\":0,\"OtherCharges\":649,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4481.8,\"PublishedFare\":4693.06,\"OfferedFare\":4398.06,\"CommissionEarned\":83.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3970128754_0BLRDELAI503_177609680757238\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":83.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1012.8,\"BaseFareCal\":4443.06,\"BaseFare\":3469,\"CommissionEarned\":83.74,\"TDS\":-4.41,\"MF\":10,\"YQ\":0,\"AGST\":182,\"MFT\":1.8,\"OT\":649,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":83.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4693.06,\"CostToCustomer\":4693.06,\"BaseFareCal\":4443.06,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4443.06,\"intOfferedFare\":4398.06,\"intPublishFare\":4481.8,\"TripjackMarkup\":0,\"TripjackCommission\":83.74,\"TripjackTDS\":\"4.41\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":83.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"649\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-24T20:00\",\"SegFlightNumber\":\"AI-503\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-24T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-24 12:00\",\"localToDateTime\":\"2023-03-30 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-503\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-03-24T17:10\",\"LocalFromTime\":\"2023-03-24 17:10\",\"FromUTCTime\":\"2023-03-24T17:10\",\"LocalToTime\":\"2023-03-24 20:00\",\"ToUTCTime\":\"2023-03-24T20:00\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Mar\",\"ArrivalDateTxt\":\"Fri, 24 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8422.6,\"ApiResultIndex\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6669,\"Tax\":1753.6,\"YQTax\":0,\"OtherCharges\":1039,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":351,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":8422.6,\"PublishedFare\":8852.39,\"OfferedFare\":8262.39,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1753.6,\"BaseFareCal\":8352.39,\"BaseFare\":6669,\"CommissionEarned\":160.20999999999998,\"TDS\":-8.440000000000001,\"MF\":20,\"YQ\":0,\"AGST\":351,\"MFT\":3.6,\"OT\":1039,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"649\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-24T20:00\",\"SegFlightNumber\":\"AI-503\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-24T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-30T06:25\",\"SegFlightNumber\":\"AI-514\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-30T03:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:35\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"localFromDateTime\":\"2023-03-24 17:10\",\"localToDateTime\":\"2023-03-24 20:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.195.64.201','2023-03-10 05:19:48','2023-03-10 05:19:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(62,61,12,38124,0,0,NULL,'2023-03-30','BKR100958546716','TJ100958546716','AI-514','Air India','',1,'b3aac-06bad-a0730-1b35c','42','03:35:00','06:25:00',0,'S',170,'2h 50m',2262,7701,'DEL','BLR','Non-stop',1,1,4159.33,'21-10-15-2-3970128754_51DELBLRAI514_11988745638814',2,2,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/AI.gif','INR',3200,740.8,0,390,0,10,4159.33,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-514\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"03:35\",\"ArrivalTime\":\"06:25\",\"TravelDate\":\"2023-03-30T03:35\",\"LocalFromTime\":\"2023-03-30 03:35\",\"FromUTCTime\":\"2023-03-30T03:35\",\"LocalToTime\":\"2023-03-30 06:25\",\"ToUTCTime\":\"2023-03-30T06:25\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Thu, 30 Mar\",\"ArrivalDateTxt\":\"Thu, 30 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3940.8,\"PublishedFareTxt\":\"3,941\",\"ApiResultIndex\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}},\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3200,\"Tax\":740.8,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":169,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3940.8,\"PublishedFare\":4159.33,\"OfferedFare\":3864.33,\"CommissionEarned\":76.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3970128754_1DELBLRAI514_177609681642209\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":76.47,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":740.8,\"BaseFareCal\":3909.33,\"BaseFare\":3200,\"CommissionEarned\":76.47,\"TDS\":-4.03,\"MF\":10,\"YQ\":0,\"AGST\":169,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76.47,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4159.33,\"CostToCustomer\":4159.33,\"BaseFareCal\":3909.33,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3909.33,\"intOfferedFare\":3864.33,\"intPublishFare\":3940.8,\"TripjackMarkup\":0,\"TripjackCommission\":76.47,\"TripjackTDS\":\"4.03\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":76.47,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-30T06:25\",\"SegFlightNumber\":\"AI-514\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-30T03:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:35\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"strTraceId\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-24 12:00\",\"localToDateTime\":\"2023-03-30 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.195.64.201','2023-03-10 05:19:48','2023-03-10 05:19:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(63,0,6,38124,0,0,NULL,'2023-03-11','BKR102958557143','TJ102958557143','6E-6184','IndiGo','1',1,'c341a-a2c19-1835d-fda29','267','17:35:00','19:10:00',0,'R',95,'1h 35m',7701,13021,'DEL','IXJ','Non-stop',1,1,10685.08,'NA',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',9550,930.8,0,439,0,10,10685.08,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102958557143\",\"bookingId_TJ\":\"TJ102958557143\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-03-11T17:35\",\"LocalFromTime\":\"2023-03-11 17:35\",\"FromUTCTime\":\"2023-03-11T17:35\",\"LocalToTime\":\"2023-03-11 19:10\",\"ToUTCTime\":\"2023-03-11T19:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 11 Mar\",\"ArrivalDateTxt\":\"Sat, 11 Mar\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10480.8,\"PublishedFareTxt\":\"10,481\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9550,\"Tax\":930.8,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10480.8,\"PublishedFare\":10685.08,\"OfferedFare\":10390.08,\"CommissionEarned\":90.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.78,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4171736321_0DELIXJ6E6184_51075976937209\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.72,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":930.8,\"BaseFareCal\":10435.08,\"BaseFare\":9550,\"CommissionEarned\":90.72,\"TDS\":-4.78,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":439,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.72,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":10685.08,\"CostToCustomer\":10685.08,\"BaseFareCal\":10435.08,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":10435.08,\"intOfferedFare\":10390.08,\"intPublishFare\":10480.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.72,\"TripjackTDS\":\"4.78\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.72,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-03-11T19:10\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-11T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c341a-a2c19-1835d-fda29\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T12:23:35.596\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102958557143\",\"bookingId_TJ\":\"TJ102958557143\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-03-11T17:35\",\"LocalFromTime\":\"2023-03-11 17:35\",\"FromUTCTime\":\"2023-03-11T17:35\",\"LocalToTime\":\"2023-03-11 19:10\",\"ToUTCTime\":\"2023-03-11T19:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 11 Mar\",\"ArrivalDateTxt\":\"Sat, 11 Mar\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10480.8,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c341a-a2c19-1835d-fda29\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T12:23:35.596\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9550,\"Tax\":930.8,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10480.8,\"PublishedFare\":10685.08,\"OfferedFare\":10390.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":930.8,\"BaseFareCal\":10435.08,\"BaseFare\":9550,\"CommissionEarned\":90.72,\"TDS\":-4.78,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":439,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-03-11T19:10\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-11T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-03-11 17:35\",\"localToDateTime\":\"2023-03-11 19:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'11000156395943','','TRANSACTION IS TIMEDOUT.',NULL,NULL,'0','49.43.203.115','2023-03-10 06:52:40','2023-03-10 06:52:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(64,0,12,38124,0,0,NULL,'2023-04-19','BKR102759673848','TJ102759673848','6E-5605','IndiGo','1',1,'a77cf-1c1f2-f9732-ff7ec','267','21:45:00','00:05:00',0,'T',140,'2h 20m',12538,7701,'HYD','DEL','Non-stop',1,1,5029.95,'5-1218431935_0HYDDEL6E5605_102881411008678',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',3668,1101.8,0,902,0,10,5029.95,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102759673848\",\"bookingId_TJ\":\"TJ102759673848\",\"FlightNumber\":\"6E-5605\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-04-19T21:45\",\"LocalFromTime\":\"2023-04-19 21:45\",\"FromUTCTime\":\"2023-04-19T21:45\",\"LocalToTime\":\"2023-04-20 00:05\",\"ToUTCTime\":\"2023-04-20T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Thu, 20 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4769.8,\"PublishedFareTxt\":\"4,770\",\"ApiResultIndex\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3668,\"Tax\":1101.8,\"YQTax\":0,\"OtherCharges\":902,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":188,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4769.8,\"PublishedFare\":5029.95,\"OfferedFare\":4734.95,\"CommissionEarned\":34.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.83,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1218431935_0HYDDEL6E5605_11088670393236\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":34.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1101.8,\"BaseFareCal\":4779.95,\"BaseFare\":3668,\"CommissionEarned\":34.85,\"TDS\":-1.83,\"MF\":10,\"YQ\":0,\"AGST\":188,\"MFT\":1.8,\"OT\":902,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":34.85,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5029.95,\"CostToCustomer\":5029.95,\"BaseFareCal\":4779.95,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4779.95,\"intOfferedFare\":4734.95,\"intPublishFare\":4769.8,\"TripjackMarkup\":0,\"TripjackCommission\":34.85,\"TripjackTDS\":\"1.83\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":34.85,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"335\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-20T00:05\",\"SegFlightNumber\":\"6E-5605\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a77cf-1c1f2-f9732-ff7ec\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-24T16:11:08.027\",\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102759673848\",\"bookingId_TJ\":\"TJ102759673848\",\"FlightNumber\":\"6E-5605\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-04-19T21:45\",\"LocalFromTime\":\"2023-04-19 21:45\",\"FromUTCTime\":\"2023-04-19T21:45\",\"LocalToTime\":\"2023-04-20 00:05\",\"ToUTCTime\":\"2023-04-20T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Thu, 20 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4769.8,\"ApiResultIndex\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"a77cf-1c1f2-f9732-ff7ec\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-24T16:11:08.027\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3668,\"Tax\":1101.8,\"YQTax\":0,\"OtherCharges\":902,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":188,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4769.8,\"PublishedFare\":5029.95,\"OfferedFare\":4734.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1101.8,\"BaseFareCal\":4779.95,\"BaseFare\":3668,\"CommissionEarned\":34.85,\"TDS\":-1.83,\"MF\":10,\"YQ\":0,\"AGST\":188,\"MFT\":1.8,\"OT\":902,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"335\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-20T00:05\",\"SegFlightNumber\":\"6E-5605\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"localFromDateTime\":\"2023-04-19 21:45\",\"localToDateTime\":\"2023-04-20 00:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.203.115','2023-03-24 10:40:05','2023-03-24 10:40:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(65,0,29,38124,0,0,NULL,'2023-03-25','BKR108559702687','TJ108559702687','SG-8133','SpiceJet','1',1,'789f7-8cf13-45aba-49970','463','15:40:00','18:05:00',0,'DD',145,'2h 25m',7701,12538,'DEL','HYD','Non-stop',1,1,4478.02,'4-8150063440_0DELHYDSG8133_32736375883005',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/SG.gif','INR',3526,759.8,0,564,0,10,4478.02,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108559702687\",\"bookingId_TJ\":\"TJ108559702687\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:40\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-03-25T15:40\",\"LocalFromTime\":\"2023-03-25 15:40\",\"FromUTCTime\":\"2023-03-25T15:40\",\"LocalToTime\":\"2023-03-25 18:05\",\"ToUTCTime\":\"2023-03-25T18:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 25 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4285.8,\"PublishedFareTxt\":\"4,286\",\"ApiResultIndex\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"ACFT\":180,\"ACF\":3600,\"CCFT\":9,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3526,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4285.8,\"PublishedFare\":4478.02,\"OfferedFare\":4183.02,\"CommissionEarned\":102.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8150063440_0DELHYDSG8133_54717434361921\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":102.78,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":4228.02,\"BaseFare\":3526,\"CommissionEarned\":102.78,\"TDS\":-5.41,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4478.02,\"CostToCustomer\":4478.02,\"BaseFareCal\":4228.02,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4228.02,\"intOfferedFare\":4183.02,\"intPublishFare\":4285.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.78,\"TripjackTDS\":\"5.41\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":102.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"117\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-25T18:05\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-25T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"789f7-8cf13-45aba-49970\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-24T22:48:17.462\",\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108559702687\",\"bookingId_TJ\":\"TJ108559702687\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:40\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-03-25T15:40\",\"LocalFromTime\":\"2023-03-25 15:40\",\"FromUTCTime\":\"2023-03-25T15:40\",\"LocalToTime\":\"2023-03-25 18:05\",\"ToUTCTime\":\"2023-03-25T18:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 25 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4285.8,\"ApiResultIndex\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"789f7-8cf13-45aba-49970\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-24T22:48:17.462\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3526,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4285.8,\"PublishedFare\":4478.02,\"OfferedFare\":4183.02,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":4228.02,\"BaseFare\":3526,\"CommissionEarned\":102.78,\"TDS\":-5.41,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"117\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-25T18:05\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-25T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"localFromDateTime\":\"2023-03-25 15:40\",\"localToDateTime\":\"2023-03-25 18:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.36.239.214','2023-03-24 17:17:42','2023-03-24 17:17:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(66,0,30,45276,0,0,NULL,'2023-04-01',NULL,NULL,'6E-1001','Indigo','1',1,'19403-c5789-d1e83-66292','267','13:00:00','18:30:00',0,'',0,'5 hours, 30 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,20998,'1259-19403-c5789-d1e83-66292',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',14999,5999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"6E-1001\",\"SegFlightNumberArr\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Sat, 01 Apr\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"15:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"6E-1005\",\"SegFlightNumberArr\":\"6E-1005\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Mon, 10 Apr\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"1\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"19403-c5789-d1e83-66292\",\"apiTraceId\":\"1259-19403-c5789-d1e83-66292\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":20998,\"PublishedFareTxt\":\"20,998\",\"ApiResultIndex\":\"1259-19403-c5789-d1e83-66292\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/04\\/2023\",\"FromDateSort\":1680287400,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ABC123\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1259-19403-c5789-d1e83-66292\",\"localFromDateTime\":\"2023-04-01 13:00\",\"localToDateTime\":\"2023-04-01 18:30:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1259-19403-c5789-d1e83-66292\",\"strTraceId\":\"1259-19403-c5789-d1e83-66292\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1259-19403-c5789-d1e83-66292\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',4,NULL,NULL,NULL,3,0,'11000158607662','ADEF7D283D2547598CB5A5229356CDD1','TRANSACTION IS TIMEDOUT.',NULL,NULL,'0',NULL,'2023-03-28 06:39:42','2023-03-28 06:39:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','MOHIT SONI',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(67,0,4,38124,0,0,NULL,'2023-04-10','BKR100260012739','TJ100260012739','6E-2788','IndiGo','1',1,'d9f41-f85bb-fa8e6-f7dc5','267','02:55:00','05:10:00',0,'T',135,'2h 15m',7701,14323,'DEL','CCU','Non-stop',1,1,5968.61,'5-2141671978_10DELCCU6E2788_11644139723839',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',4967,753.8,0,489,0,10,5968.61,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100260012739\",\"bookingId_TJ\":\"TJ100260012739\",\"FlightNumber\":\"6E-2788\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:55\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-04-10T02:55\",\"LocalFromTime\":\"2023-04-10 02:55\",\"FromUTCTime\":\"2023-04-10T02:55\",\"LocalToTime\":\"2023-04-10 05:10\",\"ToUTCTime\":\"2023-04-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 10 Apr\",\"ArrivalDateTxt\":\"Mon, 10 Apr\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5720.8,\"PublishedFareTxt\":\"5,721\",\"ApiResultIndex\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4967,\"Tax\":753.8,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":253,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5720.8,\"PublishedFare\":5968.61,\"OfferedFare\":5673.61,\"CommissionEarned\":47.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2141671978_0DELCCU6E2788_7380916659530\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":47.19,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":753.8,\"BaseFareCal\":5718.61,\"BaseFare\":4967,\"CommissionEarned\":47.19,\"TDS\":-2.48,\"MF\":10,\"YQ\":0,\"AGST\":253,\"MFT\":1.8,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":47.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5968.61,\"CostToCustomer\":5968.61,\"BaseFareCal\":5718.61,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5718.61,\"intOfferedFare\":5673.61,\"intPublishFare\":5720.8,\"TripjackMarkup\":0,\"TripjackCommission\":47.19,\"TripjackTDS\":\"2.48\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":47.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-04-10T05:10\",\"SegFlightNumber\":\"6E-2788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-10T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-29T14:09:21.075\",\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100260012739\",\"bookingId_TJ\":\"TJ100260012739\",\"FlightNumber\":\"6E-2788\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:55\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-04-10T02:55\",\"LocalFromTime\":\"2023-04-10 02:55\",\"FromUTCTime\":\"2023-04-10T02:55\",\"LocalToTime\":\"2023-04-10 05:10\",\"ToUTCTime\":\"2023-04-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 10 Apr\",\"ArrivalDateTxt\":\"Mon, 10 Apr\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5720.8,\"ApiResultIndex\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-29T14:09:21.075\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4967,\"Tax\":753.8,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":253,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5720.8,\"PublishedFare\":5968.61,\"OfferedFare\":5673.61,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":753.8,\"BaseFareCal\":5718.61,\"BaseFare\":4967,\"CommissionEarned\":47.19,\"TDS\":-2.48,\"MF\":10,\"YQ\":0,\"AGST\":253,\"MFT\":1.8,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"95\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-04-10T05:10\",\"SegFlightNumber\":\"6E-2788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-10T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"localFromDateTime\":\"2023-04-10 02:55\",\"localToDateTime\":\"2023-04-10 05:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','122.161.50.57','2023-03-29 08:38:21','2023-03-29 08:38:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'216492',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(68,0,20,45276,653188,653189,'JA8CU0','2023-04-28','626F7445E5AB4921862C04A708692487','626F7445E5AB4921862C04A708692487','DD-959','Nok Air','1',0,'a936a-f93c2-205ce-b7b66','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-a936a-f93c2-205ce-b7b66',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',1,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"626F7445E5AB4921862C04A708692487\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohammed\",\"lN\":\"ali\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"626F7445E5AB4921862C04A708692487\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"653188\",\"TPSysId\":\"653189\",\"VersionId\":[\"189645\"],\"CustomerSysId\":\"326149\",\"TrxId\":\"53966\",\"FareBreakdownid\":[\"375095\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'972F2CC87DF0429AAB73568EC2035DB6','','',NULL,'972F2CC87DF0429AAB73568EC2035DB6','0',NULL,'2023-04-08 06:13:33','2023-04-08 06:13:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohammed ali','2023-04-000028',NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(69,0,20,45276,653200,653201,'JA8CU0-','2023-04-28','E606A106AAD9406ABBC57D2CB398FFFB','E606A106AAD9406ABBC57D2CB398FFFB','DD-959','Nok Air','1',0,'62d38-02218-df46d-364a3','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-62d38-02218-df46d-364a3',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',1,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"InwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0-\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E606A106AAD9406ABBC57D2CB398FFFB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0-\",\"DMK-HYD\":\"SRFC7E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohammed\",\"lN\":\"ali\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"HYD-DMK\":\"\",\"DMK-HYD\":\"\"},\"pnrInwardDetails\":{\"HYD-DMK\":\"\"},\"ticketNumberInwardDetails\":{\"HYD-DMK\":\"\"}}]}},\"order\":{\"bookingId\":[\"E606A106AAD9406ABBC57D2CB398FFFB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"653200\",\"TPSysId\":\"653201\",\"VersionId\":[\"189649\"],\"CustomerSysId\":\"326149\",\"TrxId\":\"53967\",\"FareBreakdownid\":[\"375096\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'86096D8710F94F659170A7B515817B82','','',NULL,'86096D8710F94F659170A7B515817B82','0',NULL,'2023-04-08 06:23:24','2023-04-08 06:23:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohammed ali','2023-04-000029',NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(70,0,20,45276,653218,653219,'JA8CU0','2023-04-28','E2A065A7EDDC4B72A136403143BBCD40','E2A065A7EDDC4B72A136403143BBCD40','DD-959','Nok Air','1',0,'c3f88-5017a-e9f38-d15ab','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-c3f88-5017a-e9f38-d15ab',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',1,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E2A065A7EDDC4B72A136403143BBCD40\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohit\",\"lN\":\"kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E2A065A7EDDC4B72A136403143BBCD40\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"653218\",\"TPSysId\":\"653219\",\"VersionId\":[\"189657\"],\"CustomerSysId\":\"326149\",\"TrxId\":\"53969\",\"FareBreakdownid\":[\"375097\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E9ECFC0D9AD04F1EAE6C3AD4492F542C','','',NULL,'E9ECFC0D9AD04F1EAE6C3AD4492F542C','0',NULL,'2023-04-08 06:33:58','2023-04-08 06:33:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar','2023-04-000030',NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(71,0,31,38124,0,0,NULL,'2023-04-28',NULL,NULL,'TG-330','Thai Airways Intl','',1,'0d2da-bcb55-f7c8e-13a36','0','01:10:00','06:15:00',0,'Z',0,'3h 35m',12538,2266,'HYD','BKK','Non-stop',1,1,74622,'27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/TG.gif','INR',48000,25726.6,12802,4685,0,20,74622,0,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-13 08:44:01','2023-04-13 08:44:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(72,71,31,38124,0,0,NULL,'2023-04-28',NULL,NULL,'TG-329','Thai Airways Intl','',1,'0d2da-bcb55-f7c8e-13a36','0','22:10:00','00:10:00',0,'Z',0,'3h 30m',2266,12538,'BKK','HYD','Non-stop',1,1,74622,'27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900',2,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/TG.gif','INR',48000,25726.6,12802,4685,0,20,74622,0,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-13 08:44:01','2023-04-13 08:44:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(73,0,30,45276,660702,660703,'JA8CU0,SRFC7E','2023-04-28','CC0CE45FE8D643039E3251E2A9AD05D6','CC0CE45FE8D643039E3251E2A9AD05D6','DD-959','Nok Air','1',0,'21d94-5fedb-da053-24d29','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-21d94-5fedb-da053-24d29',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',1,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"CC0CE45FE8D643039E3251E2A9AD05D6\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"SRFC7E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHIT\",\"lN\":\"SONI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CC0CE45FE8D643039E3251E2A9AD05D6\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"660702\",\"TPSysId\":\"660703\",\"VersionId\":[\"192227\"],\"CustomerSysId\":\"326149\",\"TrxId\":\"54535\",\"FareBreakdownid\":[\"375506\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8BC13CC1F21F43E798618EF5A0763F56','','',NULL,'8BC13CC1F21F43E798618EF5A0763F56','0',NULL,'2023-04-14 07:30:16','2023-04-14 07:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','MOHIT SONI','2023-04-000031',NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(74,0,20,45276,0,0,NULL,'2023-04-28',NULL,NULL,'DD-959','Nok Air','1',0,'74c8e-281fa-2dfd3-351f2','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-74c8e-281fa-2dfd3-351f2',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/noimage.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"74c8e-281fa-2dfd3-351f2\",\"apiTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-74c8e-281fa-2dfd3-351f2\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"strTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-74c8e-281fa-2dfd3-351f2\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-14 09:16:43','2023-04-14 09:16:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(75,0,20,45276,0,0,NULL,'2023-04-21',NULL,NULL,'DD-959','Nok Air','1',0,'12064-69a4c-768e0-ab972','361','00:45:00','23:45:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1274-12064-69a4c-768e0-ab972',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',21500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"12064-69a4c-768e0-ab972\",\"apiTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-12064-69a4c-768e0-ab972\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17502\",\"ApiResultIndex\":\"1274_17502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00H\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"strTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-12064-69a4c-768e0-ab972\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17502\",\"ApiResultIndex\":\"1274_17502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00H\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-14 10:52:25','2023-04-14 10:52:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(76,0,32,38124,0,0,NULL,'2023-04-22','BKR107461281463','TJ107461281463','G8-424','Go First','1',0,'c7d1d-9270e-b511c-f3713','240','04:30:00','06:40:00',0,'G',130,'2h 10m',12538,7701,'HYD','DEL','Non-stop',1,1,7686.45,'11-3569347961_0HYDDELG8424_38406928631740',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/G8.gif','INR',6650,336.8,0,325,0,10,7686.45,0,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107461281463\",\"bookingId_TJ\":\"TJ107461281463\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-22T04:30\",\"LocalFromTime\":\"2023-04-22 04:30\",\"FromUTCTime\":\"2023-04-22T04:30\",\"LocalToTime\":\"2023-04-22 06:40\",\"ToUTCTime\":\"2023-04-22T06:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6986.8,\"PublishedFareTxt\":\"6,987\",\"ApiResultIndex\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6986.8,\"PublishedFare\":7686.45,\"OfferedFare\":6860.45,\"CommissionEarned\":126.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3569347961_0HYDDELG8424_36976909878042\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6986.45,\"BaseFare\":6650,\"CommissionEarned\":126.35,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":7686.45,\"CostToCustomer\":7686.45,\"BaseFareCal\":6986.45,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":6986.45,\"intOfferedFare\":6860.45,\"intPublishFare\":6986.8,\"TripjackMarkup\":0,\"TripjackCommission\":126.35,\"TripjackTDS\":\"6.65\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":126.35,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"330\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-22T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c7d1d-9270e-b511c-f3713\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-14T19:46:56.646\",\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107461281463\",\"bookingId_TJ\":\"TJ107461281463\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-22T04:30\",\"LocalFromTime\":\"2023-04-22 04:30\",\"FromUTCTime\":\"2023-04-22T04:30\",\"LocalToTime\":\"2023-04-22 06:40\",\"ToUTCTime\":\"2023-04-22T06:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6986.8,\"ApiResultIndex\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"c7d1d-9270e-b511c-f3713\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-14T19:46:56.646\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6986.8,\"PublishedFare\":7686.45,\"OfferedFare\":6860.45,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6986.45,\"BaseFare\":6650,\"CommissionEarned\":126.35,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"330\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-22T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"localFromDateTime\":\"2023-04-22 04:30\",\"localToDateTime\":\"2023-04-22 06:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','122.169.174.32','2023-04-14 14:15:52','2023-04-14 14:15:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(77,0,20,45276,0,0,NULL,'2023-04-21',NULL,NULL,'DD-959','Nok Air','1',0,'e1ff0-72704-22709-ff90f','361','00:45:00','06:05:00',0,'',0,'22 hours, 45 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1289-e1ff0-72704-22709-ff90f',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',21500,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e1ff0-72704-22709-ff90f\",\"apiTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1289-e1ff0-72704-22709-ff90f\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"ZK8QB0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"strTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1289-e1ff0-72704-22709-ff90f\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-15 08:07:54','2023-04-15 08:07:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(78,0,20,45276,0,0,NULL,'2023-04-17','DMC104361329566','TJ104361329566','UK-880','Vistara','',1,'969d9-3085b-0c37d-514f1','539','13:15:00','15:35:00',0,'O',140,'02h 20m',12538,7701,'HYD','DEL','Non-stop',1,1,5541.85,'21-10-15-2-7478304782_0HYDDELUK880_7041693588128',1,1,0,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',4216,1639.8,0,1062,0,10,5541.85,0,0,150,27,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104361329566\",\"bookingId_TJ\":\"TJ104361329566\",\"FlightNumber\":\"UK-880\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"969d9-3085b-0c37d-514f1\",\"apiTraceId\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-04-17T13:15\",\"LocalFromTime\":\"2023-04-17 13:15\",\"FromUTCTime\":\"2023-04-17T13:15\",\"LocalToTime\":\"2023-04-17 15:35\",\"ToUTCTime\":\"2023-04-17T15:35\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,542\",\"ApiResultIndex\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4216,\"Tax\":1462.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":219,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5678.8,\"PublishedFare\":5541.85,\"PublishedFareAgent\":5541.85,\"OfferedFareAgent\":5541.85,\"OfferedFare\":5364.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7478304782_0HYDDELUK880_30452739918488\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1462.8,\"TotalBaseFare\":5678.8,\"BaseFareCal\":5391.85,\"BaseFare\":4216,\"CommissionEarned\":313.95,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":219,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":313.95,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":5541.85,\"CostToCustomer\":5541.85,\"BaseFareCal\":5391.85,\"intCommisionEarnedForAgency\":150,\"CostToCompany\":5391.85,\"intOfferedFare\":5364.85,\"intPublishFare\":5678.8,\"TripjackMarkup\":0,\"TripjackCommission\":313.95,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"IntAdddimarkup\":150,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"130\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T15:35\",\"SegFlightNumber\":\"UK-880\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T13:15\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":157.5,\"ARF\":3150}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-15 08:08:52','2023-04-15 08:08:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohit kumar',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(79,0,20,45276,0,0,NULL,'2023-05-26',NULL,NULL,'DD-959','Nok Air','1',0,'944ad-76f5c-2f793-81dd5','361','00:45:00','23:45:00',0,'',0,'22 hours, 50 minutes',12538,2266,'HYD','DMK','Non-stop',1,1,22500,'1294-944ad-76f5c-2f793-81dd5',1,2,1,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',21500,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 26 May\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 30 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"03h 45m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"30\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"944ad-76f5c-2f793-81dd5\",\"apiTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1294-944ad-76f5c-2f793-81dd5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"01K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"26\\/05\\/2023\",\"FromDateSort\":1685039400,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"I860PT\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I860PT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"017\",\"arrCommonInsVariables\":{\"strTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"localFromDateTime\":\"2023-05-26 00:45\",\"localToDateTime\":\"2023-05-27 01:15:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"strTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1294-944ad-76f5c-2f793-81dd5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"01K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-15 12:34:49','2023-04-15 12:34:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohammed ali',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(80,0,20,45276,0,0,NULL,'2023-04-23','DMC106261747061','TJ106261747061','I5-1576','AirAsia India','1',0,'c7aac-33a76-e44fb-97b42','75','09:20:00','11:20:00',0,'G',120,'02h 00m',12538,12995,'HYD','JAI','Non-stop',1,1,6262.1,'11-7261419201_1HYDJAII51576_26928663078490',1,1,0,'https://b2b.leisuretravelshoppe.com/public/upload/AirlineLogo/I5.gif','INR',5300,1062.8,0,225,0,10,6262.1,0,0,700,126,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106261747061\",\"bookingId_TJ\":\"TJ106261747061\",\"FlightNumber\":\"I5-1576\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c7aac-33a76-e44fb-97b42\",\"apiTraceId\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-04-23T09:20\",\"LocalFromTime\":\"2023-04-23 09:20\",\"FromUTCTime\":\"2023-04-23T09:20\",\"LocalToTime\":\"2023-04-23 11:20\",\"ToUTCTime\":\"2023-04-23T11:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 23 Apr\",\"ArrivalDateTxt\":\"Sun, 23 Apr\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,262\",\"ApiResultIndex\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5300,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5536.8,\"PublishedFare\":6262.1,\"PublishedFareAgent\":6262.1,\"OfferedFareAgent\":6262.1,\"OfferedFare\":5436.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7261419201_0HYDJAII51576_8250931133199\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5536.8,\"BaseFareCal\":5562.1,\"BaseFare\":5300,\"CommissionEarned\":100.7,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":100.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":6262.1,\"CostToCustomer\":6262.1,\"BaseFareCal\":5562.1,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":5562.1,\"intOfferedFare\":5436.1,\"intPublishFare\":5536.8,\"TripjackMarkup\":0,\"TripjackCommission\":100.7,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"IntAdddimarkup\":700,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"424\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-04-23T11:20\",\"SegFlightNumber\":\"I5-1576\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-23T09:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-04-20 14:10:47','2023-04-20 14:10:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MOHIT SONI','mohammed ali',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(81,0,33,38124,0,669094,NULL,'2023-05-07','BKR115461763193','TJ115461763193','DD-959','Nok Air','',0,'f5dd3-06884-36e1e-e3870','361','00:45:00','10:40:00',0,'NF',505,'9h 55m',12538,21319,'HYD','HKT','1 Stop(s)',3,1,43246.48,'32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',25432,17519.5,0,17484.1,0,30,43246.48,0,0,0,45,0,0,0,0,0,0,0,NULL,3,'{\"bookingId\":\"BKR115461763193\",\"bookingId_TJ\":\"TJ115461763193\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42951.479999999996,\"PublishedFareTxt\":\"42,951\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25431.96,\"Tax\":17519.52,\"YQTax\":0,\"OtherCharges\":17484.12,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42951.479999999996,\"PublishedFare\":43246.48,\"OfferedFare\":42951.479999999996,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0896887347_0HYDDMKDD959DMKHKTDD522_34352739073819\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11679.68,\"BaseFareCal\":28679.32,\"BaseFare\":16954.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11656.08,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5839.84,\"BaseFareCal\":14362.16,\"BaseFare\":8477.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5828.04,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":43246.48,\"CostToCustomer\":43246.48,\"BaseFareCal\":42996.48,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":42996.48,\"intOfferedFare\":42951.479999999996,\"intPublishFare\":42951.479999999996,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"308\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"309\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f5dd3-06884-36e1e-e3870\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-20T23:26:53.982\",\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115461763193\",\"bookingId_TJ\":\"TJ115461763193\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42951.479999999996,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"f5dd3-06884-36e1e-e3870\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-20T23:26:53.982\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25431.96,\"Tax\":17519.52,\"YQTax\":0,\"OtherCharges\":17484.12,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42951.479999999996,\"PublishedFare\":43246.48,\"OfferedFare\":42951.479999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11679.68,\"BaseFareCal\":28679.32,\"BaseFare\":16954.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11656.08,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5839.84,\"BaseFareCal\":14362.16,\"BaseFare\":8477.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5828.04,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"308\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"309\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2024\",\"message\":\"Session is already expired. Please try again with new session\",\"details\":\"Session is already expired. Please try again with new session\"}]}',NULL,1,0,'11000161849882','','SUCCESS',NULL,NULL,'0','49.205.117.61','2023-04-20 18:03:20','2023-04-20 18:03:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(83,0,34,38124,0,0,NULL,'2023-05-07','BKR118761806034','TJ118761806034','DD-959','Nok Air','',0,'5929c-0d7d9-4f667-b95dc','361','00:45:00','10:40:00',0,'NF',505,'9h 55m',12538,21319,'HYD','HKT','1 Stop(s)',1,1,14589.09,'32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',8463.17,5830.92,0,5819.12,0,10,14589.09,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR118761806034\",\"bookingId_TJ\":\"TJ118761806034\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"PublishedFareTxt\":\"14,294\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8031635417_0HYDDMKDD959DMKHKTDD522_17199022927884\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":14589.09,\"CostToCustomer\":14589.09,\"BaseFareCal\":14339.09,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":14339.09,\"intOfferedFare\":14294.09,\"intPublishFare\":14294.09,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"71\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"72\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5929c-0d7d9-4f667-b95dc\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:17:25.073\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118761806034\",\"bookingId_TJ\":\"TJ118761806034\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"5929c-0d7d9-4f667-b95dc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:17:25.073\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"71\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"72\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-8031635417_41HYDDMKDD959DMKHKTDD522_14325714145987\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','202.133.56.158','2023-04-21 09:49:05','2023-04-21 09:49:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(84,0,12,38124,0,0,NULL,'2023-05-07','BKR110661806246','TJ110661806246','DD-959','Nok Air','',0,'1d699-8e33d-a6a79-4e9a9','361','00:45:00','10:40:00',0,'NF',505,'9h 55m',12538,21319,'HYD','HKT','1 Stop(s)',1,1,14589.09,'32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',8463.17,5830.92,0,5819.12,0,10,14589.09,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR110661806246\",\"bookingId_TJ\":\"TJ110661806246\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"PublishedFareTxt\":\"14,294\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_14497099765032\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":14589.09,\"CostToCustomer\":14589.09,\"BaseFareCal\":14339.09,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":14339.09,\"intOfferedFare\":14294.09,\"intPublishFare\":14294.09,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"194\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"195\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1d699-8e33d-a6a79-4e9a9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:19:56.216\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110661806246\",\"bookingId_TJ\":\"TJ110661806246\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"1d699-8e33d-a6a79-4e9a9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:19:56.216\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"194\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"195\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.201.121','2023-04-21 09:49:12','2023-04-21 09:49:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(85,0,6,38124,0,0,NULL,'2023-05-07','BKR112861806616','TJ112861806616','DD-959','Nok Air','',0,'b19bb-333cb-b1038-d5877','361','00:45:00','10:40:00',0,'NB',505,'9h 55m',12538,21319,'HYD','HKT','1 Stop(s)',1,1,17151,'32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',10880.7,5975.27,0,5963.47,0,10,17151,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR112861806616\",\"bookingId_TJ\":\"TJ112861806616\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NB\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16856,\"PublishedFareTxt\":\"16,856\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"OfferedFare\":16856,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-9944818437_0HYDDMKDD959DMKHKTDD522_11384093672558\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":17151,\"CostToCustomer\":17151,\"BaseFareCal\":16901,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":16901,\"intOfferedFare\":16856,\"intPublishFare\":16856,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"41\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"42\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b19bb-333cb-b1038-d5877\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:24:32.709\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112861806616\",\"bookingId_TJ\":\"TJ112861806616\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NB\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16856,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"b19bb-333cb-b1038-d5877\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:24:32.709\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"OfferedFare\":16856,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"41\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"42\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.201.121','2023-04-21 09:54:43','2023-04-21 09:54:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(86,0,12,38124,0,0,NULL,'2023-05-07','BKR116961836161','TJ116961836161','DD-959','Nok Air','',0,'e7fba-213e0-2d803-d9e90','361','00:45:00','10:40:00',0,'NF',505,'9h 55m',12538,21319,'HYD','HKT','1 Stop(s)',3,1,43069.78,'32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/DD.png','INR',25323.5,17451.3,0,17415.9,0,30,43069.78,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR116961836161\",\"bookingId_TJ\":\"TJ116961836161\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42774.78,\"PublishedFareTxt\":\"42,775\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25323.48,\"Tax\":17451.300000000003,\"YQTax\":0,\"OtherCharges\":17415.9,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42774.78,\"PublishedFare\":43069.78,\"OfferedFare\":42774.78,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7428746273_0HYDDMKDD959DMKHKTDD522_14341015442468\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11634.2,\"BaseFareCal\":28561.52,\"BaseFare\":16882.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11610.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5817.1,\"BaseFareCal\":14303.26,\"BaseFare\":8441.16,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5805.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":43069.78,\"CostToCustomer\":43069.78,\"BaseFareCal\":42819.78,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":42819.78,\"intOfferedFare\":42774.78,\"intPublishFare\":42774.78,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"603\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"604\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e7fba-213e0-2d803-d9e90\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T23:21:03.800\",\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116961836161\",\"bookingId_TJ\":\"TJ116961836161\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42774.78,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"e7fba-213e0-2d803-d9e90\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T23:21:03.800\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25323.48,\"Tax\":17451.300000000003,\"YQTax\":0,\"OtherCharges\":17415.9,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42774.78,\"PublishedFare\":43069.78,\"OfferedFare\":42774.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11634.2,\"BaseFareCal\":28561.52,\"BaseFare\":16882.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11610.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5817.1,\"BaseFareCal\":14303.26,\"BaseFare\":8441.16,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5805.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"603\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"604\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.37.144.104','2023-04-21 17:51:23','2023-04-21 17:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(87,0,10,38124,0,0,NULL,'2023-05-20','BKR116262017328','TJ116262017328','TR-658','Scoot','1',0,'9575d-24f7d-61f0c-9c7cc','501','07:50:00','08:25:00',0,'E1',95,'0h 35m',25278,21319,'SIN','HKT','Non-stop',1,1,10060.98,'6-0305805240_0SINHKTTR658_8626708246134',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/TR.png','INR',6018.24,4042.74,0,4030.94,0,10,10060.98,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR116262017328\",\"bookingId_TJ\":\"TJ116262017328\",\"FlightNumber\":\"TR-658\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-20T07:50\",\"LocalFromTime\":\"2023-05-20 07:50\",\"FromUTCTime\":\"2023-05-20T07:50\",\"LocalToTime\":\"2023-05-20 08:25\",\"ToUTCTime\":\"2023-05-20T08:25\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 20 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"0h 35m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":18,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10060.98,\"PublishedFareTxt\":\"10,061\",\"ApiResultIndex\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"FareRuleDetails\":{\"fareRule\":{\"SIN-HKT\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6018.24,\"Tax\":4042.74,\"YQTax\":0,\"OtherCharges\":4030.94,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10060.98,\"PublishedFare\":10060.98,\"OfferedFare\":10060.98,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-0305805240_0SINHKTTR658_15283915350774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4042.74,\"BaseFareCal\":10060.98,\"BaseFare\":6018.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4030.94,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10060.98,\"CostToCustomer\":10060.98,\"BaseFareCal\":10060.98,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10060.98,\"intOfferedFare\":10060.98,\"intPublishFare\":10060.98,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"604\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-20T08:25\",\"SegFlightNumber\":\"TR-658\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-05-20T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG20\",\"Price\":1880.7,\"amount\":1880.7,\"Weight\":\"Baggage 20 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG25\",\"Price\":2194.15,\"amount\":2194.15,\"Weight\":\"Baggage 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG30\",\"Price\":2570.29,\"amount\":2570.29,\"Weight\":\"Baggage 30 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG35\",\"Price\":3009.12,\"amount\":3009.12,\"Weight\":\"Baggage 35 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG40\",\"Price\":3510.64,\"amount\":3510.64,\"Weight\":\"Baggage 40 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS04\",\"Price\":376.14,\"amount\":376.14,\"Description\":\"Ciabbatta with Chicken Fillet, Edam Cheese and Lettuce\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS05\",\"Price\":626.9,\"amount\":626.9,\"Description\":\"French Baguette with Grilled Vegetables and Smoked Mayo\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS90\",\"Price\":940.35,\"amount\":940.35,\"Description\":\"Snack Pack\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS03\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Wholemeal Tortilla with Quinoa & Marinated Mixed Capsicum\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS02\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Wasabi Prawn Wrap\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS01\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Chicken Ham and Cheese Croissants\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VJML\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Vegetable Briyani\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGML\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Vegan Lasagne Delight\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH05\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Fried Rice with Crabstick\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH04\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Miso Chicken with Pearl Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH03\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Beef and Macaroni Stew\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH02\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Oriental Treasure Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH01\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Briyani\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC05\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Roasted Chicken Thigh with Herbs de Provence\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC04\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Stewed Beef Brisket with Fried Hor Fun\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC03\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Pepper Korma\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC02\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Soya Chicken Rice with Pak Chye\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC01\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Nasi Lemak with Chicken Rendang\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CAK1\",\"Price\":1818.01,\"amount\":1818.01,\"Description\":\"Celebration Cake combo with non-Alcoholic drinks\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CAK2\",\"Price\":2256.84,\"amount\":2256.84,\"Description\":\"Celebration Cake combo with Alcoholic Drinks\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-24T15:09:02.788\",\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116262017328\",\"bookingId_TJ\":\"TJ116262017328\",\"FlightNumber\":\"TR-658\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-20T07:50\",\"LocalFromTime\":\"2023-05-20 07:50\",\"FromUTCTime\":\"2023-05-20T07:50\",\"LocalToTime\":\"2023-05-20 08:25\",\"ToUTCTime\":\"2023-05-20T08:25\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 20 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"0h 35m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":18,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10060.98,\"ApiResultIndex\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"SearchFlightTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-24T15:09:02.788\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6018.24,\"Tax\":4042.74,\"YQTax\":0,\"OtherCharges\":4030.94,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10060.98,\"PublishedFare\":10060.98,\"OfferedFare\":10060.98,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4042.74,\"BaseFareCal\":10060.98,\"BaseFare\":6018.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4030.94,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"604\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-20T08:25\",\"SegFlightNumber\":\"TR-658\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-05-20T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"localFromDateTime\":\"2023-05-20 07:50\",\"localToDateTime\":\"2023-05-20 08:25\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.201.121','2023-04-24 09:38:20','2023-04-24 09:38:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(88,0,35,38124,0,0,NULL,'2023-04-29','BKR106462153763','TJ106462153763','UK-874','Vistara','',1,'182a0-eb563-2e900-d3bca','539','08:30:00','23:55:00',0,'O',925,'15h 25m',12538,296,'HYD','AMD','1 Stop(s)',1,1,5877.14,'21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/UK.gif','INR',4475,1654.8,0,1062,0,10,5877.14,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106462153763\",\"bookingId_TJ\":\"TJ106462153763\",\"FlightNumber\":\"UK-874\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-04-29T08:30\",\"LocalFromTime\":\"2023-04-29 08:30\",\"FromUTCTime\":\"2023-04-29T08:30\",\"LocalToTime\":\"2023-04-29 23:55\",\"ToUTCTime\":\"2023-04-29T23:55\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":760,\"LAYOVERDuration\":\"12h 40m\",\"FlyingMinutes\":925,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"15h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6129.8,\"PublishedFareTxt\":\"6,130\",\"ApiResultIndex\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-AMD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":183.75,\"CCF\":50,\"CCFT\":9,\"ACF\":3675}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4475,\"Tax\":1654.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":241,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":6129.8,\"PublishedFare\":5877.14,\"OfferedFare\":5582.14,\"CommissionEarned\":547.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7692952520_0HYDBOMUK874BOMAMDUK919_33464809985161\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":547.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1654.8,\"BaseFareCal\":5627.14,\"BaseFare\":4475,\"CommissionEarned\":547.66,\"TDS\":-28.82,\"MF\":10,\"YQ\":0,\"AGST\":241,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":547.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5877.14,\"CostToCustomer\":5877.14,\"BaseFareCal\":5627.14,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5627.14,\"intOfferedFare\":5582.14,\"intPublishFare\":6129.8,\"TripjackMarkup\":0,\"TripjackCommission\":547.66,\"TripjackTDS\":\"28.82\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":547.66,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"88\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-29T10:05\",\"SegFlightNumber\":\"UK-874\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":760,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"12h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"89\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-04-29T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-29T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"182a0-eb563-2e900-d3bca\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-25T21:42:07.644\",\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106462153763\",\"bookingId_TJ\":\"TJ106462153763\",\"FlightNumber\":\"UK-874\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-04-29T08:30\",\"LocalFromTime\":\"2023-04-29 08:30\",\"FromUTCTime\":\"2023-04-29T08:30\",\"LocalToTime\":\"2023-04-29 23:55\",\"ToUTCTime\":\"2023-04-29T23:55\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":760,\"LAYOVERDuration\":\"12h 40m\",\"FlyingMinutes\":925,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"15h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6129.8,\"ApiResultIndex\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"182a0-eb563-2e900-d3bca\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-25T21:42:07.644\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4475,\"Tax\":1654.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":241,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":6129.8,\"PublishedFare\":5877.14,\"OfferedFare\":5582.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1654.8,\"BaseFareCal\":5627.14,\"BaseFare\":4475,\"CommissionEarned\":547.66,\"TDS\":-28.82,\"MF\":10,\"YQ\":0,\"AGST\":241,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"88\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-29T10:05\",\"SegFlightNumber\":\"UK-874\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":760,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"12h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"89\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-04-29T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-29T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"localFromDateTime\":\"2023-04-29 08:30\",\"localToDateTime\":\"2023-04-29 23:55\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.48.235.75','2023-04-25 16:12:57','2023-04-25 16:12:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL);
INSERT INTO `tbl_flight_booking` VALUES (89,0,36,38124,0,0,NULL,'2023-05-01','BKR106362486541','TJ106362486541','6E-6146','IndiGo','1',1,'d08ff-d0bdd-6404e-8986a','267','22:45:00','01:00:00',0,'R',135,'2h 15m',12538,7701,'HYD','DEL','Non-stop',1,1,9797.8,'5-0939560822_0HYDDEL6E6146_8958777582839',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',8000,1578.8,0,1162,0,10,9797.8,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106362486541\",\"bookingId_TJ\":\"TJ106362486541\",\"FlightNumber\":\"6E-6146\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-05-01T22:45\",\"LocalFromTime\":\"2023-05-01 22:45\",\"FromUTCTime\":\"2023-05-01T22:45\",\"LocalToTime\":\"2023-05-02 01:00\",\"ToUTCTime\":\"2023-05-02T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Tue, 02 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9578.8,\"PublishedFareTxt\":\"9,579\",\"ApiResultIndex\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":1578.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9578.8,\"PublishedFare\":9797.8,\"OfferedFare\":9502.8,\"CommissionEarned\":76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0939560822_0HYDDEL6E6146_2884909983623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1578.8,\"BaseFareCal\":9547.8,\"BaseFare\":8000,\"CommissionEarned\":76,\"TDS\":-4,\"MF\":10,\"YQ\":0,\"AGST\":405,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":9797.8,\"CostToCustomer\":9797.8,\"BaseFareCal\":9547.8,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":9547.8,\"intOfferedFare\":9502.8,\"intPublishFare\":9578.8,\"TripjackMarkup\":0,\"TripjackCommission\":76,\"TripjackTDS\":\"4\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":76,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"789\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-02T01:00\",\"SegFlightNumber\":\"6E-6146\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d08ff-d0bdd-6404e-8986a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-29T12:42:24.103\",\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106362486541\",\"bookingId_TJ\":\"TJ106362486541\",\"FlightNumber\":\"6E-6146\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-05-01T22:45\",\"LocalFromTime\":\"2023-05-01 22:45\",\"FromUTCTime\":\"2023-05-01T22:45\",\"LocalToTime\":\"2023-05-02 01:00\",\"ToUTCTime\":\"2023-05-02T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Tue, 02 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9578.8,\"ApiResultIndex\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d08ff-d0bdd-6404e-8986a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-29T12:42:24.103\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":1578.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9578.8,\"PublishedFare\":9797.8,\"OfferedFare\":9502.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1578.8,\"BaseFareCal\":9547.8,\"BaseFare\":8000,\"CommissionEarned\":76,\"TDS\":-4,\"MF\":10,\"YQ\":0,\"AGST\":405,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"789\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-02T01:00\",\"SegFlightNumber\":\"6E-6146\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"localFromDateTime\":\"2023-05-01 22:45\",\"localToDateTime\":\"2023-05-02 01:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.43.200.18','2023-04-29 07:11:18','2023-04-29 07:11:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(90,0,4,38124,0,0,NULL,'2023-06-20','BKR107566239813','TJ107566239813','6E-6005','IndiGo','1',1,'296bd-6cb23-2e81a-9b851','267','22:50:00','01:00:00',0,'R',130,'2h 10m',7701,14323,'DEL','CCU','Non-stop',1,1,6105.91,'5-6077452952_0DELCCU6E6005_16004094915811',1,1,0,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',5102,759.8,0,488,0,10,6105.91,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107566239813\",\"bookingId_TJ\":\"TJ107566239813\",\"FlightNumber\":\"6E-6005\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-06-20T22:50\",\"LocalFromTime\":\"2023-06-20 22:50\",\"FromUTCTime\":\"2023-06-20T22:50\",\"LocalToTime\":\"2023-06-21 01:00\",\"ToUTCTime\":\"2023-06-21T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 20 Jun\",\"ArrivalDateTxt\":\"Wed, 21 Jun\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"PublishedFareTxt\":\"5,862\",\"ApiResultIndex\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5102,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":6105.91,\"OfferedFare\":5810.91,\"CommissionEarned\":50.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6077452952_0DELCCU6E6005_38338967975217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":50.89,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":5855.91,\"BaseFare\":5102,\"CommissionEarned\":50.89,\"TDS\":-2.68,\"MF\":10,\"YQ\":0,\"AGST\":260,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6105.91,\"CostToCustomer\":6105.91,\"BaseFareCal\":5855.91,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5855.91,\"intOfferedFare\":5810.91,\"intPublishFare\":5861.8,\"TripjackMarkup\":0,\"TripjackCommission\":50.89,\"TripjackTDS\":\"2.68\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":50.89,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"428\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-06-21T01:00\",\"SegFlightNumber\":\"6E-6005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-20T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"296bd-6cb23-2e81a-9b851\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-16T16:33:16.707\",\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107566239813\",\"bookingId_TJ\":\"TJ107566239813\",\"FlightNumber\":\"6E-6005\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-06-20T22:50\",\"LocalFromTime\":\"2023-06-20 22:50\",\"FromUTCTime\":\"2023-06-20T22:50\",\"LocalToTime\":\"2023-06-21 01:00\",\"ToUTCTime\":\"2023-06-21T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 20 Jun\",\"ArrivalDateTxt\":\"Wed, 21 Jun\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"ApiResultIndex\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"296bd-6cb23-2e81a-9b851\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-16T16:33:16.707\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5102,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":6105.91,\"OfferedFare\":5810.91,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":5855.91,\"BaseFare\":5102,\"CommissionEarned\":50.89,\"TDS\":-2.68,\"MF\":10,\"YQ\":0,\"AGST\":260,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"428\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-06-21T01:00\",\"SegFlightNumber\":\"6E-6005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-20T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"localFromDateTime\":\"2023-06-20 22:50\",\"localToDateTime\":\"2023-06-21 01:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','122.177.102.212','2023-06-16 11:02:08','2023-06-16 11:02:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(91,0,42,38124,0,0,NULL,'2023-08-08','BKR111269850838','TJ111269850838','6E-1314','IndiGo','1',1,'30db7-f6f44-bccc7-81917','267','08:15:00','15:00:00',0,'T',255,'6h 45m',7993,12538,'DOH','HYD','Non-stop',1,1,12265.78,'5-0200235886_0DOHHYD6E1314_56841608710736',1,1,1,'https://www.leisuretravelshoppe.com/public/upload/AirlineLogo/6E.gif','INR',8950,3105.8,0,3094,0,10,12265.78,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR111269850838\",\"bookingId_TJ\":\"TJ111269850838\",\"FlightNumber\":\"6E-1314\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-08-08T08:15\",\"LocalFromTime\":\"2023-08-08 08:15\",\"FromUTCTime\":\"2023-08-08T08:15\",\"LocalToTime\":\"2023-08-08 15:00\",\"ToUTCTime\":\"2023-08-08T15:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 08 Aug\",\"FlightDuration\":\"6h 45m\",\"SourcePlaceSysId\":7993,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12055.8,\"PublishedFareTxt\":\"12,056\",\"ApiResultIndex\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DOH-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARFT\":250,\"ARF\":5000,\"CRFT\":9,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":18,\"ACF\":6500,\"ACFT\":325,\"CCF\":100},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8950,\"Tax\":3105.8,\"YQTax\":0,\"OtherCharges\":3094,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12055.8,\"PublishedFare\":12265.78,\"OfferedFare\":11970.78,\"CommissionEarned\":85.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0200235886_0DOHHYD6E1314_64416709356550\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":85.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3105.8,\"BaseFareCal\":12015.78,\"BaseFare\":8950,\"CommissionEarned\":85.02,\"TDS\":-4.48,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3094,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":85.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":12265.78,\"CostToCustomer\":12265.78,\"BaseFareCal\":12015.78,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":12015.78,\"intOfferedFare\":11970.78,\"intPublishFare\":12055.8,\"TripjackMarkup\":0,\"TripjackCommission\":85.02,\"TripjackTDS\":\"4.48\",\"AddiMarkup\":250,\"CommisionPass\":85.02,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-08T15:00\",\"SegFlightNumber\":\"6E-1314\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-08-08T08:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPA\",\"Price\":6433,\"amount\":6433,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPB\",\"Price\":12865,\"amount\":12865,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPC\",\"Price\":19298,\"amount\":19298,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPJ\",\"Price\":25730,\"amount\":25730,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPD\",\"Price\":38596,\"amount\":38596,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"30db7-f6f44-bccc7-81917\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-08T01:35:54.009\",\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DOH\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7993,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111269850838\",\"bookingId_TJ\":\"TJ111269850838\",\"FlightNumber\":\"6E-1314\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-08-08T08:15\",\"LocalFromTime\":\"2023-08-08 08:15\",\"FromUTCTime\":\"2023-08-08T08:15\",\"LocalToTime\":\"2023-08-08 15:00\",\"ToUTCTime\":\"2023-08-08T15:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 08 Aug\",\"FlightDuration\":\"6h 45m\",\"SourcePlaceSysId\":7993,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12055.8,\"ApiResultIndex\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"30db7-f6f44-bccc7-81917\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-08T01:35:54.009\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8950,\"Tax\":3105.8,\"YQTax\":0,\"OtherCharges\":3094,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12055.8,\"PublishedFare\":12265.78,\"OfferedFare\":11970.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3105.8,\"BaseFareCal\":12015.78,\"BaseFare\":8950,\"CommissionEarned\":85.02,\"TDS\":-4.48,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3094,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"406\",\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-08T15:00\",\"SegFlightNumber\":\"6E-1314\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-08-08T08:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"localFromDateTime\":\"2023-08-08 08:15\",\"localToDateTime\":\"2023-08-08 15:00\",\"strSourceAirportCode\":\"DOH\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7993,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,3,0,'11000178220729','','TRANSACTION IS TIMEDOUT.',NULL,NULL,'0','110.225.246.138','2023-08-07 20:05:39','2023-08-07 20:05:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(94,0,1,86368,0,0,NULL,'2023-09-04','BKRS106600665315','TJS106600665315','6E-2527','IndiGo','1',1,'53e31-1f054-6840a-7d32f','267','19:30:00','07:05:00',0,'R',695,'11h 35m',13021,2262,'IXJ','BLR','1 Stop(s)',1,1,7902,'NA',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',5697,2195,0,1433,0,400,7902,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS106600665315\",\"bookingId_TJ\":\"TJS106600665315\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2023-09-04T19:30\",\"LocalFromTime\":\"2023-09-04 19:30\",\"FromUTCTime\":\"2023-09-04T19:30\",\"LocalToTime\":\"2023-09-05 07:05\",\"ToUTCTime\":\"2023-09-05T07:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7892,\"PublishedFareTxt\":\"7,892\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5697,\"Tax\":2195,\"YQTax\":0,\"OtherCharges\":1433,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892,\"PublishedFare\":7902,\"OfferedFare\":7607,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0100091457_0IXJDEL6E2527DELBLR6E2067_91556656497997\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2195,\"BaseFareCal\":7652,\"BaseFare\":5697,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":290,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":7902,\"CostToCustomer\":7902,\"BaseFareCal\":7652,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":7652,\"intOfferedFare\":7607,\"intPublishFare\":7892,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"747\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T20:55\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-04T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":445,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"748\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T07:05\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"53e31-1f054-6840a-7d32f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:58:51.680\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106600665315\",\"bookingId_TJ\":\"TJS106600665315\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2023-09-04T19:30\",\"LocalFromTime\":\"2023-09-04 19:30\",\"FromUTCTime\":\"2023-09-04T19:30\",\"LocalToTime\":\"2023-09-05 07:05\",\"ToUTCTime\":\"2023-09-05T07:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7892,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"53e31-1f054-6840a-7d32f\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:58:51.680\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5697,\"Tax\":2195,\"YQTax\":0,\"OtherCharges\":1433,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892,\"PublishedFare\":7902,\"OfferedFare\":7607,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2195,\"BaseFareCal\":7652,\"BaseFare\":5697,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":290,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"747\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T20:55\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-04T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":445,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"748\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T07:05\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-04 19:30\",\"localToDateTime\":\"2023-09-05 07:05\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-18 08:27:51','2023-08-18 08:27:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(95,0,1,86368,0,0,NULL,'2023-09-13','BKRS108900665820','TJS108900665820','SG-8136','SpiceJet','1',2,'c171d-867be-22edf-7c670','463','06:10:00','08:45:00',0,'SS',155,'2h 35m',2262,7701,'BLR','DEL','Non-stop',1,1,3978,'4-8412212882_0BLRDELSG8136_100194286514974',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2499,1233,0,631,0,400,3978,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS108900665820\",\"bookingId_TJ\":\"TJS108900665820\",\"FlightNumber\":\"SG-8136\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-13T06:10\",\"LocalFromTime\":\"2023-09-13 06:10\",\"FromUTCTime\":\"2023-09-13T06:10\",\"LocalToTime\":\"2023-09-13 08:45\",\"ToUTCTime\":\"2023-09-13T08:45\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3732,\"PublishedFareTxt\":\"3,732\",\"ApiResultIndex\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1233,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":130,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3732,\"PublishedFare\":3978,\"OfferedFare\":3447,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8412212882_0BLRDELSG8136_100313372082134\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1233,\"BaseFareCal\":3528,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":130,\"MFT\":72,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3978,\"CostToCustomer\":3978,\"BaseFareCal\":3528,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":3528,\"intOfferedFare\":3447,\"intPublishFare\":3732,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"963\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-13T08:45\",\"SegFlightNumber\":\"SG-8136\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-13T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"JNSW\",\"Price\":405,\"amount\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c171d-867be-22edf-7c670\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T16:24:48.378\",\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108900665820\",\"bookingId_TJ\":\"TJS108900665820\",\"FlightNumber\":\"SG-8136\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-13T06:10\",\"LocalFromTime\":\"2023-09-13 06:10\",\"FromUTCTime\":\"2023-09-13T06:10\",\"LocalToTime\":\"2023-09-13 08:45\",\"ToUTCTime\":\"2023-09-13T08:45\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3732,\"ApiResultIndex\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c171d-867be-22edf-7c670\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T16:24:48.378\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1233,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":130,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3732,\"PublishedFare\":3978,\"OfferedFare\":3447,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1233,\"BaseFareCal\":3528,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":130,\"MFT\":72,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"963\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-13T08:45\",\"SegFlightNumber\":\"SG-8136\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-13T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"localFromDateTime\":\"2023-09-13 06:10\",\"localToDateTime\":\"2023-09-13 08:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-18 10:54:08','2023-08-18 10:54:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(96,0,1,86368,0,0,NULL,'2023-09-04','BKRS106900668045','TJS106900668045','SG-534','SpiceJet','1',2,'318a7-beb3f-d9965-75815','463','18:30:00','21:15:00',0,'SS',165,'2h 45m',7701,2262,'DEL','BLR','Non-stop',1,1,3862,'4-6136948284_0DELBLRSG534_344337606973176',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2499,1117,0,518,0,400,3862,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS106900668045\",\"bookingId_TJ\":\"TJS106900668045\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-04T18:30\",\"LocalFromTime\":\"2023-09-04 18:30\",\"FromUTCTime\":\"2023-09-04T18:30\",\"LocalToTime\":\"2023-09-04 21:15\",\"ToUTCTime\":\"2023-09-04T21:15\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3862,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6136948284_0DELBLRSG534_344416330400085\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3862,\"CostToCustomer\":3862,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-04T21:15\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"318a7-beb3f-d9965-75815\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:13:11.261\",\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106900668045\",\"bookingId_TJ\":\"TJS106900668045\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-04T18:30\",\"LocalFromTime\":\"2023-09-04 18:30\",\"FromUTCTime\":\"2023-09-04T18:30\",\"LocalToTime\":\"2023-09-04 21:15\",\"ToUTCTime\":\"2023-09-04T21:15\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"318a7-beb3f-d9965-75815\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:13:11.261\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3862,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-04T21:15\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"localFromDateTime\":\"2023-09-04 18:30\",\"localToDateTime\":\"2023-09-04 21:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-21 06:42:05','2023-08-21 06:42:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(97,0,1,86368,0,0,NULL,'2023-09-05','BKRS105800668088','TJS105800668088','6E-2411','IndiGo','1',1,'c6f9a-9d493-b3e00-8fbd9','267','07:20:00','08:45:00',0,'T',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3816,'5-4327039297_0DELIXJ6E2411_345929634867415',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2470,1336,0,738,0,400,3816,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS105800668088\",\"bookingId_TJ\":\"TJS105800668088\",\"FlightNumber\":\"6E-2411\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-05T07:20\",\"LocalFromTime\":\"2023-09-05 07:20\",\"FromUTCTime\":\"2023-09-05T07:20\",\"LocalToTime\":\"2023-09-05 08:45\",\"ToUTCTime\":\"2023-09-05T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3806,\"PublishedFareTxt\":\"3,806\",\"ApiResultIndex\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2470,\"Tax\":1336,\"YQTax\":0,\"OtherCharges\":738,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":126,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3806,\"PublishedFare\":3816,\"OfferedFare\":3521,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4327039297_0DELIXJ6E2411_345949781919824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1336,\"BaseFareCal\":3566,\"BaseFare\":2470,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":126,\"MFT\":72,\"OT\":738,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3816,\"CostToCustomer\":3816,\"BaseFareCal\":3566,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3566,\"intOfferedFare\":3521,\"intPublishFare\":3806,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T08:45\",\"SegFlightNumber\":\"6E-2411\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:38:44.657\",\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105800668088\",\"bookingId_TJ\":\"TJS105800668088\",\"FlightNumber\":\"6E-2411\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-05T07:20\",\"LocalFromTime\":\"2023-09-05 07:20\",\"FromUTCTime\":\"2023-09-05T07:20\",\"LocalToTime\":\"2023-09-05 08:45\",\"ToUTCTime\":\"2023-09-05T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3806,\"ApiResultIndex\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:38:44.657\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2470,\"Tax\":1336,\"YQTax\":0,\"OtherCharges\":738,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":126,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3806,\"PublishedFare\":3816,\"OfferedFare\":3521,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1336,\"BaseFareCal\":3566,\"BaseFare\":2470,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":126,\"MFT\":72,\"OT\":738,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T08:45\",\"SegFlightNumber\":\"6E-2411\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"localFromDateTime\":\"2023-09-05 07:20\",\"localToDateTime\":\"2023-09-05 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-21 07:07:32','2023-08-21 07:07:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(98,0,44,86368,0,0,NULL,'2023-08-23','BKRS105100668384','TJS105100668384','6E-2186','IndiGo','1',1,'90a9b-717ad-40279-0895a','267','09:40:00','11:10:00',0,'M',90,'1h 30m',13021,7701,'IXJ','DEL','Non-stop',1,1,5186,'5-1050438404_0IXJDEL6E2186_357369134260336',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',3160,2016,0,1383,0,400,5186,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS105100668384\",\"bookingId_TJ\":\"TJS105100668384\",\"FlightNumber\":\"6E-2186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:40\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-08-23T09:40\",\"LocalFromTime\":\"2023-08-23 09:40\",\"FromUTCTime\":\"2023-08-23T09:40\",\"LocalToTime\":\"2023-08-23 11:10\",\"ToUTCTime\":\"2023-08-23T11:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5176,\"PublishedFareTxt\":\"5,176\",\"ApiResultIndex\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":100,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"ARFT\":5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1750,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACFT\":87.5,\"ACF\":1750},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":2016,\"YQTax\":0,\"OtherCharges\":1383,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5176,\"PublishedFare\":5186,\"OfferedFare\":4891,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1050438404_0IXJDEL6E2186_357381671951525\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2016,\"BaseFareCal\":4936,\"BaseFare\":3160,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":161,\"MFT\":72,\"OT\":1383,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5186,\"CostToCustomer\":5186,\"BaseFareCal\":4936,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4936,\"intOfferedFare\":4891,\"intPublishFare\":5176,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"488\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-23T11:10\",\"SegFlightNumber\":\"6E-2186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-08-23T09:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:40\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"90a9b-717ad-40279-0895a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T15:49:16.674\",\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105100668384\",\"bookingId_TJ\":\"TJS105100668384\",\"FlightNumber\":\"6E-2186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:40\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-08-23T09:40\",\"LocalFromTime\":\"2023-08-23 09:40\",\"FromUTCTime\":\"2023-08-23T09:40\",\"LocalToTime\":\"2023-08-23 11:10\",\"ToUTCTime\":\"2023-08-23T11:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5176,\"ApiResultIndex\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"90a9b-717ad-40279-0895a\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T15:49:16.674\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":2016,\"YQTax\":0,\"OtherCharges\":1383,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5176,\"PublishedFare\":5186,\"OfferedFare\":4891,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2016,\"BaseFareCal\":4936,\"BaseFare\":3160,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":161,\"MFT\":72,\"OT\":1383,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"488\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-23T11:10\",\"SegFlightNumber\":\"6E-2186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-08-23T09:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:40\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"localFromDateTime\":\"2023-08-23 09:40\",\"localToDateTime\":\"2023-08-23 11:10\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.204.164.195','2023-08-21 10:18:14','2023-08-21 10:18:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(99,0,45,86368,0,0,NULL,'2023-08-23','BKRS100600669931','TJS100600669931','G8-113','Go First','1',1,'40b3e-422bc-841d8-85a6c','240','06:00:00','08:35:00',0,'GS',155,'2h 35m',7701,2262,'DEL','BLR','Non-stop',1,1,9674.85,'1-0928293893_0DELBLRG8113_443798904666098',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/G8.gif','INR',7138,2524,750,898,0,400,9674.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS100600669931\",\"bookingId_TJ\":\"TJS100600669931\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"PublishedFareTxt\":\"9,662\",\"ApiResultIndex\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure & only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0928293893_0DELBLRG8113_443816160042691\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":9674.85,\"CostToCustomer\":9674.85,\"BaseFareCal\":9422,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":9422,\"intOfferedFare\":9377,\"intPublishFare\":9662,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"47\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"SWVG\",\"Price\":250,\"amount\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"SWNV\",\"Price\":250,\"amount\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLSC\",\"Price\":250,\"amount\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"JNML\",\"Price\":250,\"amount\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLVS\",\"Price\":320,\"amount\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLNS\",\"Price\":320,\"amount\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"PMVG\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"PMNV\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"KDML\",\"Price\":550,\"amount\":550,\"Description\":\"Smart Kid Bag\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"40b3e-422bc-841d8-85a6c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T15:49:51.168\",\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100600669931\",\"bookingId_TJ\":\"TJS100600669931\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"ApiResultIndex\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"40b3e-422bc-841d8-85a6c\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T15:49:51.168\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"47\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"localFromDateTime\":\"2023-08-23 06:00\",\"localToDateTime\":\"2023-08-23 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-22 10:18:46','2023-08-22 10:18:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(100,0,45,86368,0,0,NULL,'2023-08-23','BKRS102100670034','TJS102100670034','AI-543','Air India','',1,'23d01-5ee6a-1bed2-180ac','42','12:15:00','15:25:00',0,'G',190,'3h 10m',7701,2262,'DEL','BLR','Non-stop',1,1,4315.85,'19-18-11-2788916418_0DELBLRAI543_445927197175878',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3000,772,0,300,0,400,4315.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-2788916418_0DELBLRAI543_445945132094579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"791\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7244,\"ApiResultIndex\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5700,\"Tax\":1544,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7244,\"PublishedFare\":8331.7,\"OfferedFare\":6674,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1544,\"BaseFareCal\":6926,\"BaseFare\":5700,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":0,\"MFT\":144,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":252,\"AddiMarkup\":1400,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"791\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"269\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"localFromDateTime\":\"2023-08-23 12:15\",\"localToDateTime\":\"2023-08-23 15:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-22 10:54:09','2023-08-22 10:54:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(101,100,45,86368,0,0,NULL,'2023-08-25','BKRS102100670034','TJS102100670034','AI-542','Air India','',1,'23d01-5ee6a-1bed2-180ac','42','15:00:00','17:00:00',0,'G',120,'2h 0m',7701,2262,'BLR','DEL','Non-stop',1,1,4015.85,'19-18-11-2788916418_0BLRDELAI542_445927196953221',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2700,772,0,300,0,400,4015.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-08-25T15:00\",\"LocalFromTime\":\"2023-08-25 15:00\",\"FromUTCTime\":\"2023-08-25T15:00\",\"LocalToTime\":\"2023-08-25 17:00\",\"ToUTCTime\":\"2023-08-25T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-2788916418_1BLRDELAI542_445945133211880\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"269\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"strTraceId\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-22 10:54:09','2023-08-22 10:54:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(103,0,50,86368,0,0,NULL,'2023-08-23','BKRS103800670053','TJS103800670053','AI-543','Air India','',1,'cb25a-6de81-0c18b-25674','42','12:15:00','15:25:00',0,'G',190,'3h 10m',7701,2262,'DEL','BLR','Non-stop',1,1,4315.85,'19-18-11-4089768973_0DELBLRAI543_446332183762645',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3000,772,0,300,0,400,4315.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS103800670053\",\"bookingId_TJ\":\"TJS103800670053\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-4089768973_0DELBLRAI543_446342407182401\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"cb25a-6de81-0c18b-25674\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:31:57.432\",\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS103800670053\",\"bookingId_TJ\":\"TJS103800670053\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"cb25a-6de81-0c18b-25674\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:31:57.432\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"localFromDateTime\":\"2023-08-23 12:15\",\"localToDateTime\":\"2023-08-23 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-22 11:00:51','2023-08-22 11:00:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(104,0,45,86368,0,0,NULL,'2023-08-23','BKRS102400670061','TJS102400670061','SG-160','SpiceJet','1',2,'c6a7e-7faf5-6562d-e4a9b','463','09:20:00','10:45:00',0,'RS',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3511.85,'4-6205688368_0DELIXJSG160_446448430098520',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1064,0,468,0,400,3511.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS102400670061\",\"bookingId_TJ\":\"TJS102400670061\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-23T09:20\",\"LocalFromTime\":\"2023-08-23 09:20\",\"FromUTCTime\":\"2023-08-23T09:20\",\"LocalToTime\":\"2023-08-23 10:45\",\"ToUTCTime\":\"2023-08-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6205688368_0DELIXJSG160_446464217505564\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"730\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-22T16:33:59.242\",\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102400670061\",\"bookingId_TJ\":\"TJS102400670061\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-23T09:20\",\"LocalFromTime\":\"2023-08-23 09:20\",\"FromUTCTime\":\"2023-08-23T09:20\",\"LocalToTime\":\"2023-08-23 10:45\",\"ToUTCTime\":\"2023-08-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-22T16:33:59.242\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"730\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"localFromDateTime\":\"2023-08-23 09:20\",\"localToDateTime\":\"2023-08-23 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-22 11:03:25','2023-08-22 11:03:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(105,0,54,86368,0,0,NULL,'2023-08-25','BKRS108100670956','TJS108100670956','AI-620','Air India','',1,'09484-aa105-7643d-658f7','42','13:30:00','15:40:00',0,'S',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4454.85,'NA',1,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2955,1487,0,689,0,400,4454.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T13:30\",\"LocalFromTime\":\"2023-08-25 13:30\",\"FromUTCTime\":\"2023-08-25T13:30\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4442,\"PublishedFareTxt\":\"4,442\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2955,\"Tax\":1487,\"YQTax\":0,\"OtherCharges\":689,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":156,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4442,\"PublishedFare\":4454.85,\"OfferedFare\":4157,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-15711006670_0DELBOMAI620_515933433832779\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1487,\"BaseFareCal\":4202,\"BaseFare\":2955,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":156,\"MFT\":72,\"OT\":689,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4454.85,\"CostToCustomer\":4454.85,\"BaseFareCal\":4202,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":4202,\"intOfferedFare\":4157,\"intPublishFare\":4442,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T13:30\",\"LocalFromTime\":\"2023-08-25 13:30\",\"FromUTCTime\":\"2023-08-25T13:30\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7742,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4855,\"Tax\":2887,\"YQTax\":0,\"OtherCharges\":1343,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":7742,\"PublishedFare\":7767.700000000001,\"OfferedFare\":7172,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2887,\"BaseFareCal\":7262,\"BaseFare\":4855,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":260,\"MFT\":144,\"OT\":1343,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"9\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-28T20:25\",\"SegFlightNumber\":\"AI-641\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-28T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-08-25 13:30\",\"localToDateTime\":\"2023-08-25 15:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:20:58','2023-08-23 06:20:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'948006',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(106,105,54,86368,0,0,NULL,'2023-08-28','BKRS108100670956','TJS108100670956','AI-641','Air India','',1,'09484-aa105-7643d-658f7','42','18:55:00','20:25:00',0,'T',90,'1h 30m',18676,2262,'BOM','BLR','Non-stop',1,1,3312.85,'NA',2,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',1900,1400,0,654,0,400,3312.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-641\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2023-08-28T18:55\",\"LocalFromTime\":\"2023-08-28 18:55\",\"FromUTCTime\":\"2023-08-28T18:55\",\"LocalToTime\":\"2023-08-28 20:25\",\"ToUTCTime\":\"2023-08-28T20:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 28 Aug\",\"ArrivalDateTxt\":\"Mon, 28 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1900,\"Tax\":1400,\"YQTax\":0,\"OtherCharges\":654,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3312.85,\"OfferedFare\":3015,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-15711006670_1BOMBLRAI641_515933460172125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400,\"BaseFareCal\":3060,\"BaseFare\":1900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":104,\"MFT\":72,\"OT\":654,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3312.85,\"CostToCustomer\":3312.85,\"BaseFareCal\":3060,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3060,\"intOfferedFare\":3015,\"intPublishFare\":3300,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"9\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-28T20:25\",\"SegFlightNumber\":\"AI-641\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-28T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:20:58','2023-08-23 06:20:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'948006',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(107,0,53,86368,0,0,NULL,'2023-08-24','BKRS103000670957','TJS103000670957','SG-8192','SpiceJet','1',2,'86fc9-ae5cc-0ff3c-9a269','463','18:20:00','20:45:00',0,'RS',145,'2h 25m',7701,18676,'DEL','BOM','Non-stop',1,1,4059.85,'30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597',1,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2908,1139,0,518,0,400,4059.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS103000670957\",\"bookingId_TJ\":\"TJS103000670957\",\"FlightNumber\":\"SG-8192\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-08-24T18:20\",\"LocalFromTime\":\"2023-08-24 18:20\",\"FromUTCTime\":\"2023-08-24T18:20\",\"LocalToTime\":\"2023-08-24 20:45\",\"ToUTCTime\":\"2023-08-24T20:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4047,\"PublishedFareTxt\":\"4,047\",\"ApiResultIndex\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2908,\"Tax\":1139,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4047,\"PublishedFare\":4059.85,\"OfferedFare\":3762,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1139,\"BaseFareCal\":3807,\"BaseFare\":2908,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4059.85,\"CostToCustomer\":4059.85,\"BaseFareCal\":3807,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3807,\"intOfferedFare\":3762,\"intPublishFare\":4047,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"344\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T20:45\",\"SegFlightNumber\":\"SG-8192\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:51:42.203\",\"strTraceId\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS103000670957\",\"bookingId_TJ\":\"TJS103000670957\",\"FlightNumber\":\"SG-8192\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"strTraceId\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-08-24T18:20\",\"LocalFromTime\":\"2023-08-24 18:20\",\"FromUTCTime\":\"2023-08-24T18:20\",\"LocalToTime\":\"2023-08-24 20:45\",\"ToUTCTime\":\"2023-08-24T20:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7470,\"ApiResultIndex\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:51:42.203\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4970,\"Tax\":2500,\"YQTax\":0,\"OtherCharges\":1297,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":259,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7470,\"PublishedFare\":7613.7,\"OfferedFare\":6900,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":600,\"AddiTaxOnMarkup\":108,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2500,\"BaseFareCal\":7008,\"BaseFare\":4970,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":259,\"MFT\":144,\"OT\":1297,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"344\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T20:45\",\"SegFlightNumber\":\"SG-8192\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-15-10-5-4-1-38556892990_32DELBOMSG8192_515129529502597\",\"localFromDateTime\":\"2023-08-24 18:20\",\"localToDateTime\":\"2023-08-24 20:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:21:06','2023-08-23 06:21:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'559175',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(108,107,53,86368,0,0,NULL,'2023-08-26','BKRS103000670957','TJS103000670957','QP-1103','AkasaAir','1',0,'86fc9-ae5cc-0ff3c-9a269','821','00:05:00','01:45:00',0,'CP',100,'1h 40m',18676,2262,'BOM','BLR','Non-stop',1,1,3553.85,'30-15-10-5-4-1-38556892991_128BOMBLRQP1103_515128630563045',2,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',2062,1361,0,779,0,400,3553.85,2.85,0,0,63,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS103000670957\",\"bookingId_TJ\":\"TJS103000670957\",\"FlightNumber\":\"QP-1103\",\"AirlineName\":\"AkasaAir\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892991_128BOMBLRQP1103_515128630563045\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"00:05\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-08-26T00:05\",\"LocalFromTime\":\"2023-08-26 00:05\",\"FromUTCTime\":\"2023-08-26T00:05\",\"LocalToTime\":\"2023-08-26 01:45\",\"ToUTCTime\":\"2023-08-26T01:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3423,\"PublishedFareTxt\":\"3,423\",\"ApiResultIndex\":\"30-15-10-5-4-1-38556892991_128BOMBLRQP1103_515128630563045\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2062,\"Tax\":1361,\"YQTax\":0,\"OtherCharges\":779,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3423,\"PublishedFare\":3553.85,\"OfferedFare\":3138,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"30-15-10-5-4-1-38556892990_1BOMBLRQP1103_515927267450292\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"350.00\",\"AddiTaxOnMarkup\":63,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1361,\"BaseFareCal\":3201,\"BaseFare\":2062,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":779,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3553.85,\"CostToCustomer\":3553.85,\"BaseFareCal\":3201,\"intCommisionEarnedForAgency\":352.85,\"CostToCompany\":3201,\"intOfferedFare\":3138,\"intPublishFare\":3423,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"350.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":63,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":350},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"XC05\",\"Price\":2000,\"amount\":2000,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"XC10\",\"Price\":4000,\"amount\":4000,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"XC15\",\"Price\":6000,\"amount\":6000,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"XC20\",\"Price\":8000,\"amount\":8000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"XC30\",\"Price\":12000,\"amount\":12000,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"CRPX\",\"Price\":0,\"amount\":0,\"Description\":\"Meal + Beverage choose on-board\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"344\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:51:42.203\",\"strTraceId\":\"30-15-10-5-4-1-38556892991_128BOMBLRQP1103_515128630563045\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:21:06','2023-08-23 06:21:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'559175',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(109,0,55,86368,0,0,NULL,'2023-08-24','BKRS107700670962','TJS107700670962','AI-543','Air India','',1,'bb456-11262-38b2f-f1af6','42','12:15:00','15:25:00',0,'G',190,'3h 10m',7701,2262,'DEL','BLR','Non-stop',1,1,4315.85,'19-18-11-8055458548_0DELBLRAI543_516069948735088',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3000,772,0,300,0,400,4315.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-8055458548_0DELBLRAI543_516105695201724\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"354\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7244,\"ApiResultIndex\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5700,\"Tax\":1544,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7244,\"PublishedFare\":8331.7,\"OfferedFare\":6674,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1544,\"BaseFareCal\":6926,\"BaseFare\":5700,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":0,\"MFT\":144,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":252,\"AddiMarkup\":1400,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"354\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"114\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"localFromDateTime\":\"2023-08-24 12:15\",\"localToDateTime\":\"2023-08-24 15:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:23:31','2023-08-23 06:23:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(110,109,55,86368,0,0,NULL,'2023-08-25','BKRS107700670962','TJS107700670962','AI-542','Air India','',1,'bb456-11262-38b2f-f1af6','42','15:00:00','17:00:00',0,'G',120,'2h 0m',7701,2262,'BLR','DEL','Non-stop',1,1,4015.85,'19-18-11-8055458548_0BLRDELAI542_516069948004295',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2700,772,0,300,0,400,4015.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-08-25T15:00\",\"LocalFromTime\":\"2023-08-25 15:00\",\"FromUTCTime\":\"2023-08-25T15:00\",\"LocalToTime\":\"2023-08-25 17:00\",\"ToUTCTime\":\"2023-08-25T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-8055458548_1BLRDELAI542_516105738378536\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"114\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"strTraceId\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 06:23:31','2023-08-23 06:23:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(111,0,55,86368,0,0,NULL,'2023-08-24','BKRS100900671027','TJS100900671027','SG-160','SpiceJet','1',2,'47eb8-1dbd4-f8c4c-c0e5b','463','09:20:00','10:45:00',0,'RS',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3511.85,'4-6734052979_0DELIXJSG160_519334719742606',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1064,0,468,0,400,3511.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS100900671027\",\"bookingId_TJ\":\"TJS100900671027\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6734052979_0DELIXJSG160_519352786891381\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T12:48:47.801\",\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100900671027\",\"bookingId_TJ\":\"TJS100900671027\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T12:48:47.801\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"localFromDateTime\":\"2023-08-24 09:20\",\"localToDateTime\":\"2023-08-24 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-23 07:18:49','2023-08-23 07:18:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(112,0,1,86368,0,0,NULL,'2023-09-05','BKRS105600672160','TJS105600672160','SG-534','SpiceJet','1',2,'430f4-276c4-394f6-0fb02','463','21:30:00','00:10:00',0,'SS',160,'2h 40m',7701,2262,'DEL','BLR','Non-stop',1,1,3864.85,'4-1784164678_0DELBLRSG534_600671075599902',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2499,1117,0,518,0,400,3864.85,2.85,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS105600672160\",\"bookingId_TJ\":\"TJS105600672160\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-1784164678_0DELBLRSG534_600682842222310\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3864.85,\"CostToCustomer\":3864.85,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":452.85,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"191\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"430f4-276c4-394f6-0fb02\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-24T11:24:17.853\",\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105600672160\",\"bookingId_TJ\":\"TJS105600672160\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"430f4-276c4-394f6-0fb02\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-24T11:24:17.853\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"191\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"localFromDateTime\":\"2023-09-05 21:30\",\"localToDateTime\":\"2023-09-06 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-24 05:53:10','2023-08-24 05:53:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(113,0,50,86368,0,0,NULL,'2023-08-25','BKRS101800672412','TJS101800672412','I5-548','AirAsia India','1',0,'d4f2c-26db3-77df4-ac19c','75','06:55:00','15:40:00',0,'LT',525,'8h 45m',7701,2262,'DEL','BLR','1 Stop(s)',1,1,6229.85,'22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',4542,1675,0,963,0,400,6229.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS101800672412\",\"bookingId_TJ\":\"TJS101800672412\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T06:55\",\"LocalFromTime\":\"2023-08-25 06:55\",\"FromUTCTime\":\"2023-08-25T06:55\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"LT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"8h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6217,\"PublishedFareTxt\":\"6,217\",\"ApiResultIndex\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4542,\"Tax\":1675,\"YQTax\":0,\"OtherCharges\":963,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6217,\"PublishedFare\":6229.85,\"OfferedFare\":5932,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-8565554793_0DELLKOI5548LKOBLRI5184_604725620555953\",\"IsGSTRequired\":false,\"fareIdentifier\":\"LITE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1675,\"BaseFareCal\":5977,\"BaseFare\":4542,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":240,\"MFT\":72,\"OT\":963,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6229.85,\"CostToCustomer\":6229.85,\"BaseFareCal\":5977,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5977,\"intOfferedFare\":5932,\"intPublishFare\":6217,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"899\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-08-25T08:15\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T06:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":325,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"900\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"I5-184\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-08-25T13:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"VPML\",\"Price\":212,\"amount\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"899\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d4f2c-26db3-77df4-ac19c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-24T12:31:40.529\",\"strTraceId\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101800672412\",\"bookingId_TJ\":\"TJS101800672412\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"strTraceId\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T06:55\",\"LocalFromTime\":\"2023-08-25 06:55\",\"FromUTCTime\":\"2023-08-25T06:55\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"LT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"8h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6217,\"ApiResultIndex\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"d4f2c-26db3-77df4-ac19c\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-24T12:31:40.529\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4542,\"Tax\":1675,\"YQTax\":0,\"OtherCharges\":963,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6217,\"PublishedFare\":6229.85,\"OfferedFare\":5932,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1675,\"BaseFareCal\":5977,\"BaseFare\":4542,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":240,\"MFT\":72,\"OT\":963,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"899\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-08-25T08:15\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T06:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":325,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"900\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"I5-184\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-08-25T13:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-8565554793_2DELLKOI5548LKOBLRI5184_604655605665187\",\"localFromDateTime\":\"2023-08-25 06:55\",\"localToDateTime\":\"2023-08-25 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-24 07:02:44','2023-08-24 07:02:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(114,0,55,86368,0,0,NULL,'2023-08-26','BKRS109000673777','TJS109000673777','AI-543','Air India','',1,'9bd01-ae01a-8791c-74b20','42','12:15:00','15:25:00',0,'G',190,'3h 10m',7701,2262,'DEL','BLR','Non-stop',1,1,4315.85,'19-18-11-9394351845_0DELBLRAI543_82180561320641',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3000,772,0,300,0,400,4315.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS109000673777\",\"bookingId_TJ\":\"TJS109000673777\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-26T12:15\",\"LocalFromTime\":\"2023-08-26 12:15\",\"FromUTCTime\":\"2023-08-26T12:15\",\"LocalToTime\":\"2023-08-26 15:25\",\"ToUTCTime\":\"2023-08-26T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-9394351845_0DELBLRAI543_82202039010136\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"366\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9bd01-ae01a-8791c-74b20\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-25T11:49:42.016\",\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS109000673777\",\"bookingId_TJ\":\"TJS109000673777\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-26T12:15\",\"LocalFromTime\":\"2023-08-26 12:15\",\"FromUTCTime\":\"2023-08-26T12:15\",\"LocalToTime\":\"2023-08-26 15:25\",\"ToUTCTime\":\"2023-08-26T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"9bd01-ae01a-8791c-74b20\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-25T11:49:42.016\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"366\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"localFromDateTime\":\"2023-08-26 12:15\",\"localToDateTime\":\"2023-08-26 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-25 06:31:18','2023-08-25 06:31:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(115,0,1,86368,0,0,NULL,'2023-09-10','BKRS100000679070','TJS100000679070','SG-534','SpiceJet','1',2,'56975-6e0e6-c4254-197df','463','21:30:00','00:10:00',0,'SS',160,'2h 40m',7701,2262,'DEL','BLR','Non-stop',1,1,3864.85,'4-9931604239_0DELBLRSG534_511648627327370',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2499,1117,0,518,0,400,3864.85,2.85,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS100000679070\",\"bookingId_TJ\":\"TJS100000679070\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-10T21:30\",\"LocalFromTime\":\"2023-09-10 21:30\",\"FromUTCTime\":\"2023-09-10T21:30\",\"LocalToTime\":\"2023-09-11 00:10\",\"ToUTCTime\":\"2023-09-11T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-9931604239_0DELBLRSG534_511666919605709\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3864.85,\"CostToCustomer\":3864.85,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":452.85,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"337\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"56975-6e0e6-c4254-197df\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:07:26.963\",\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100000679070\",\"bookingId_TJ\":\"TJS100000679070\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-10T21:30\",\"LocalFromTime\":\"2023-09-10 21:30\",\"FromUTCTime\":\"2023-09-10T21:30\",\"LocalToTime\":\"2023-09-11 00:10\",\"ToUTCTime\":\"2023-09-11T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"56975-6e0e6-c4254-197df\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:07:26.963\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"337\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"localFromDateTime\":\"2023-09-10 21:30\",\"localToDateTime\":\"2023-09-11 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 05:36:19','2023-08-30 05:36:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(116,0,1,86368,0,0,NULL,'2023-09-04','BKRS100200679113','TJS100200679113','SG-534','SpiceJet','1',2,'0fc83-0f776-654e6-2eb93','463','21:30:00','00:10:00',0,'RS',160,'2h 40m',7701,2262,'DEL','BLR','Non-stop',1,1,5820.85,'4-5817651736_0DELBLRSG534_514516948159776',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',4585,1223,0,518,0,400,5820.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS100200679113\",\"bookingId_TJ\":\"TJS100200679113\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-04T21:30\",\"LocalFromTime\":\"2023-09-04 21:30\",\"FromUTCTime\":\"2023-09-04T21:30\",\"LocalToTime\":\"2023-09-05 00:10\",\"ToUTCTime\":\"2023-09-05T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"PublishedFareTxt\":\"5,808\",\"ApiResultIndex\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5817651736_0DELBLRSG534_514530177531745\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5820.85,\"CostToCustomer\":5820.85,\"BaseFareCal\":5568,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5568,\"intOfferedFare\":5523,\"intPublishFare\":5808,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"623\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0fc83-0f776-654e6-2eb93\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:55:10.208\",\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100200679113\",\"bookingId_TJ\":\"TJS100200679113\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-04T21:30\",\"LocalFromTime\":\"2023-09-04 21:30\",\"FromUTCTime\":\"2023-09-04T21:30\",\"LocalToTime\":\"2023-09-05 00:10\",\"ToUTCTime\":\"2023-09-05T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"ApiResultIndex\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0fc83-0f776-654e6-2eb93\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:55:10.208\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"623\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"localFromDateTime\":\"2023-09-04 21:30\",\"localToDateTime\":\"2023-09-05 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 06:24:10','2023-08-30 06:24:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(117,0,1,86368,0,0,NULL,'2023-09-12','BKRS106400679118','TJS106400679118','AI-542','Air India','',1,'7e939-4654b-eacc5-afa61','42','15:00:00','17:00:00',0,'G',120,'2h 0m',2262,7701,'BLR','DEL','Non-stop',1,1,4015.85,'19-18-11-0617337248_0BLRDELAI542_514637690660872',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2700,772,0,300,0,400,4015.85,2.85,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS106400679118\",\"bookingId_TJ\":\"TJS106400679118\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-09-12T15:00\",\"LocalFromTime\":\"2023-09-12 15:00\",\"FromUTCTime\":\"2023-09-12T15:00\",\"LocalToTime\":\"2023-09-12 17:00\",\"ToUTCTime\":\"2023-09-12T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-0617337248_0BLRDELAI542_514648135414405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"723\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7e939-4654b-eacc5-afa61\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T11:57:08.179\",\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106400679118\",\"bookingId_TJ\":\"TJS106400679118\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-09-12T15:00\",\"LocalFromTime\":\"2023-09-12 15:00\",\"FromUTCTime\":\"2023-09-12T15:00\",\"LocalToTime\":\"2023-09-12 17:00\",\"ToUTCTime\":\"2023-09-12T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"ApiResultIndex\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"7e939-4654b-eacc5-afa61\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T11:57:08.179\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"723\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"localFromDateTime\":\"2023-09-12 15:00\",\"localToDateTime\":\"2023-09-12 17:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 06:26:01','2023-08-30 06:26:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(118,0,1,86368,0,823636,'TESTPNR','2023-09-04','BKRS102300679124','TJS102300679124','6E-2034','IndiGo','1',1,'4a7a3-c044c-7e474-988cb','267','09:20:00','10:25:00',0,'T',65,'1h 5m',974,7701,'ATQ','DEL','Non-stop',1,1,4040.85,'5-2488762191_1ATQDEL6E2034_514881177297713',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2214,1814,0,1226,0,400,4040.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKRS102300679124\",\"bookingId_TJ\":\"TJS102300679124\",\"FlightNumber\":\"6E-2034\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-04T09:20\",\"LocalFromTime\":\"2023-09-04 09:20\",\"FromUTCTime\":\"2023-09-04T09:20\",\"LocalToTime\":\"2023-09-04 10:25\",\"ToUTCTime\":\"2023-09-04T10:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4028,\"PublishedFareTxt\":\"4,028\",\"ApiResultIndex\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"ATQ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2214,\"Tax\":1814,\"YQTax\":0,\"OtherCharges\":1226,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4028,\"PublishedFare\":4040.85,\"OfferedFare\":3743,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2488762191_0ATQDEL6E2034_514889443863003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1814,\"BaseFareCal\":3788,\"BaseFare\":2214,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":116,\"MFT\":72,\"OT\":1226,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4040.85,\"CostToCustomer\":4040.85,\"BaseFareCal\":3788,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3788,\"intOfferedFare\":3743,\"intPublishFare\":4028,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"860\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T10:25\",\"SegFlightNumber\":\"6E-2034\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-04T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4a7a3-c044c-7e474-988cb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:01:09.483\",\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":974,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102300679124\",\"bookingId_TJ\":\"TJS102300679124\",\"FlightNumber\":\"6E-2034\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-04T09:20\",\"LocalFromTime\":\"2023-09-04 09:20\",\"FromUTCTime\":\"2023-09-04T09:20\",\"LocalToTime\":\"2023-09-04 10:25\",\"ToUTCTime\":\"2023-09-04T10:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4028,\"ApiResultIndex\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4a7a3-c044c-7e474-988cb\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:01:09.483\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2214,\"Tax\":1814,\"YQTax\":0,\"OtherCharges\":1226,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4028,\"PublishedFare\":4040.85,\"OfferedFare\":3743,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1814,\"BaseFareCal\":3788,\"BaseFare\":2214,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":116,\"MFT\":72,\"OT\":1226,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"860\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T10:25\",\"SegFlightNumber\":\"6E-2034\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-04T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"localFromDateTime\":\"2023-09-04 09:20\",\"localToDateTime\":\"2023-09-04 10:25\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":974,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102300679124\",\"amount\":4028,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:03:08.580\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150564\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2034\",\"eT\":\"320\"},\"stops\":0,\"duration\":65,\"da\":{\"code\":\"ATQ\",\"name\":\"Raja Sansi Arpt\",\"cityCode\":\"ATQ\",\"city\":\"Amritsar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-09-04T09:20\",\"at\":\"2023-09-04T10:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"ATQ-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SITU\",\"lN\":\"SINGH\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":4028,\"NCM\":285,\"IGST\":72,\"BF\":2214,\"NF\":3743,\"TAF\":1814},\"afC\":{\"NCM\":{\"OT\":300,\"TDS\":-15},\"TAF\":{\"YQ\":0,\"AGST\":116,\"MF\":400,\"OT\":1226,\"MFT\":72}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823635\",\"TPSysId\":\"823636\",\"VersionId\":[\"249047\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67425\",\"FareBreakdownid\":[\"384266\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000422459','','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0','103.117.14.145','2023-08-30 06:30:21','2023-08-30 06:30:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-000001',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(119,0,1,86368,0,0,NULL,'2023-09-11','BKRS107800679140','TJS107800679140','6E-5092','IndiGo','1',1,'26442-0da12-ced54-e89aa','267','13:45:00','21:15:00',0,'T',450,'7h 30m',13021,2262,'IXJ','BLR','1 Stop(s)',4,1,27210.55,'5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',21054,6708,0,4299,0,1200,27210.55,8.55,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS107800679140\",\"bookingId_TJ\":\"TJS107800679140\",\"FlightNumber\":\"6E-5092\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-11T13:45\",\"LocalFromTime\":\"2023-09-11 13:45\",\"FromUTCTime\":\"2023-09-11T13:45\",\"LocalToTime\":\"2023-09-11 21:15\",\"ToUTCTime\":\"2023-09-11T21:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":450,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"7h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":27762,\"PublishedFareTxt\":\"27,762\",\"ApiResultIndex\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21054,\"Tax\":6708,\"YQTax\":0,\"OtherCharges\":4299,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":993,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27762,\"PublishedFare\":27210.55,\"OfferedFare\":26907,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":8.55,\"CommisionPass\":846.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4472,\"BaseFareCal\":16983,\"BaseFare\":13036,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":662,\"MFT\":144,\"OT\":2866,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":5.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2236,\"BaseFareCal\":8514,\"BaseFare\":6518,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":331,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":855,\"IntCommissionValInPercentage\":1,\"IntCommission\":8.55,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":27210.55,\"CostToCustomer\":27210.55,\"BaseFareCal\":26952,\"intCommisionEarnedForAgency\":258.55,\"CostToCompany\":26952,\"intOfferedFare\":26907,\"intPublishFare\":27762,\"TripjackMarkup\":0,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":846.45,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-11T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-11T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"774\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T21:15\",\"SegFlightNumber\":\"6E-2244\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-11T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:11:03.006\",\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"2023-09-12 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS107800679140\",\"bookingId_TJ\":\"TJS107800679140\",\"FlightNumber\":\"6E-5092\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-11T13:45\",\"LocalFromTime\":\"2023-09-11 13:45\",\"FromUTCTime\":\"2023-09-11T13:45\",\"LocalToTime\":\"2023-09-11 21:15\",\"ToUTCTime\":\"2023-09-11T21:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":450,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"7h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":49479,\"ApiResultIndex\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:11:03.006\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":39318,\"Tax\":10161,\"YQTax\":0,\"OtherCharges\":6900,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":1845,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":49479,\"PublishedFare\":49222.55,\"OfferedFare\":48624,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":6774,\"BaseFareCal\":30506,\"BaseFare\":24212,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":1230,\"MFT\":144,\"OT\":4600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":3387,\"BaseFareCal\":15298,\"BaseFare\":12106,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":615,\"MFT\":72,\"OT\":2300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":3090,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"773\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-11T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-11T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"774\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T21:15\",\"SegFlightNumber\":\"6E-2244\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-11T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"775\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T13:20\",\"SegFlightNumber\":\"6E-871\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"776\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515430739818814\",\"localFromDateTime\":\"2023-09-11 13:45\",\"localToDateTime\":\"2023-09-11 21:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 06:41:10','2023-08-30 06:41:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(120,119,1,86368,0,0,NULL,'2023-09-12','BKRS107800679140','TJS107800679140','6E-871','IndiGo','1',1,'26442-0da12-ced54-e89aa','267','10:30:00','18:55:00',0,'R',505,'8h 25m',13021,2262,'BLR','IXJ','1 Stop(s)',4,1,22012,'5-3058634771_6BLRDEL6E871DELIXJ6E6184_515430739547383',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',18264,3453,0,2601,0,0,22012,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS107800679140\",\"bookingId_TJ\":\"TJS107800679140\",\"FlightNumber\":\"6E-871\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_6BLRDEL6E871DELIXJ6E6184_515430739547383\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-09-12T10:30\",\"LocalFromTime\":\"2023-09-12 10:30\",\"FromUTCTime\":\"2023-09-12T10:30\",\"LocalToTime\":\"2023-09-12 18:55\",\"ToUTCTime\":\"2023-09-12T18:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":250,\"LAYOVERDuration\":\"4h 10m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":21717,\"PublishedFareTxt\":\"21,717\",\"ApiResultIndex\":\"5-3058634771_6BLRDEL6E871DELIXJ6E6184_515430739547383\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18264,\"Tax\":3453,\"YQTax\":0,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":852,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21717,\"PublishedFare\":22012,\"OfferedFare\":21717,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3058634771_1BLRDEL6E871DELIXJ6E6184_515483460052542\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2302,\"BaseFareCal\":13523,\"BaseFare\":11176,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":568,\"MFT\":0,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1151,\"BaseFareCal\":6784,\"BaseFare\":5588,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":284,\"MFT\":0,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":22012,\"CostToCustomer\":22012,\"BaseFareCal\":21762,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":21762,\"intOfferedFare\":21717,\"intPublishFare\":21717,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"775\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T13:20\",\"SegFlightNumber\":\"6E-871\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"776\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:11:03.006\",\"strTraceId\":\"5-3058634771_6BLRDEL6E871DELIXJ6E6184_515430739547383\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"2023-09-12 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 06:41:10','2023-08-30 06:41:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(121,0,1,86368,0,823678,'TESTPNR','2023-09-03','BKRS101000679160','TJS101000679160','6E-797','IndiGo','1',1,'bc0d8-95520-b33f8-3e0a6','267','07:40:00','08:30:00',0,'M',50,'0h 50m',6000,2262,'MAA','BLR','Non-stop',4,1,14466.55,'5-6769639320_0MAABLR6E797_516173749056278',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',10200,4818,0,2952,0,1200,14466.55,8.55,0,0,45,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKRS101000679160\",\"bookingId_TJ\":\"TJS101000679160\",\"FlightNumber\":\"6E-797\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"08:30\",\"TravelDate\":\"2023-09-03T07:40\",\"LocalFromTime\":\"2023-09-03 07:40\",\"FromUTCTime\":\"2023-09-03T07:40\",\"LocalToTime\":\"2023-09-03 08:30\",\"ToUTCTime\":\"2023-09-03T08:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 03 Sep\",\"ArrivalDateTxt\":\"Sun, 03 Sep\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15018,\"PublishedFareTxt\":\"15,018\",\"ApiResultIndex\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":100,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"ARFT\":5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1750,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACFT\":87.5,\"ACF\":1750},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10200,\"Tax\":4818,\"YQTax\":0,\"OtherCharges\":2952,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15018,\"PublishedFare\":14466.55,\"OfferedFare\":14163,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6769639320_0MAABLR6E797_516189526582646\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":8.55,\"CommisionPass\":846.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3212,\"BaseFareCal\":8487,\"BaseFare\":5800,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":300,\"MFT\":144,\"OT\":1968,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":5.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1606,\"BaseFareCal\":4266,\"BaseFare\":2900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":150,\"MFT\":72,\"OT\":984,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":855,\"IntCommissionValInPercentage\":1,\"IntCommission\":8.55,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":14466.55,\"CostToCustomer\":14466.55,\"BaseFareCal\":14208,\"intCommisionEarnedForAgency\":258.55,\"CostToCompany\":14208,\"intOfferedFare\":14163,\"intPublishFare\":15018,\"TripjackMarkup\":0,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":846.45,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"156\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-03T08:30\",\"SegFlightNumber\":\"6E-797\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bc0d8-95520-b33f8-3e0a6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:22:49.570\",\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101000679160\",\"bookingId_TJ\":\"TJS101000679160\",\"FlightNumber\":\"6E-797\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"08:30\",\"TravelDate\":\"2023-09-03T07:40\",\"LocalFromTime\":\"2023-09-03 07:40\",\"FromUTCTime\":\"2023-09-03T07:40\",\"LocalToTime\":\"2023-09-03 08:30\",\"ToUTCTime\":\"2023-09-03T08:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 03 Sep\",\"ArrivalDateTxt\":\"Sun, 03 Sep\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15018,\"ApiResultIndex\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bc0d8-95520-b33f8-3e0a6\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:22:49.570\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10200,\"Tax\":4818,\"YQTax\":0,\"OtherCharges\":2952,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15018,\"PublishedFare\":14466.55,\"OfferedFare\":14163,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3212,\"BaseFareCal\":8487,\"BaseFare\":5800,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":300,\"MFT\":144,\"OT\":1968,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1606,\"BaseFareCal\":4266,\"BaseFare\":2900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":150,\"MFT\":72,\"OT\":984,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"156\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-03T08:30\",\"SegFlightNumber\":\"6E-797\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"localFromDateTime\":\"2023-09-03 07:40\",\"localToDateTime\":\"2023-09-03 08:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS101000679160\",\"amount\":15018,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:25:25.309\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"797\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-03T07:40\",\"at\":\"2023-09-03T08:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SITU\",\"lN\":\"SINGH\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"nikku\",\"lN\":\"singh\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"rahul\",\"lN\":\"singh\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"chinki\",\"lN\":\"singh\",\"dob\":\"2022-08-01\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":15018,\"NCM\":855,\"IGST\":216,\"BF\":10200,\"NF\":14163,\"TAF\":4818},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":450,\"MF\":1200,\"OT\":2952,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823677\",\"TPSysId\":\"823678\",\"VersionId\":[\"249063\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67431\",\"FareBreakdownid\":[\"384279\",\"384280\",\"384281\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000422475','','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0','103.117.14.145','2023-08-30 06:52:46','2023-08-30 06:52:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-000002',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(122,0,1,86368,0,823695,'A4E2KY-TESTPNR-TESTPNR-I9MNSZ','2023-09-05','BKRS100500679169','TJS100500679169','SG-534','SpiceJet','1',2,'643a9-1ee0e-3584b-04cf4','463','21:30:00','00:10:00',0,'RS',160,'2h 40m',7701,2262,'DEL','BLR','Non-stop',1,1,5820.85,'30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757',1,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',4585,1223,0,518,0,400,5820.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"PublishedFareTxt\":\"5,808\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_0DELBLRSG534_516551226913878\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5820.85,\"CostToCustomer\":5820.85,\"BaseFareCal\":5568,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5568,\"intOfferedFare\":5523,\"intPublishFare\":5808,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"604\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":17013,\"ApiResultIndex\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12623,\"Tax\":4390,\"YQTax\":0,\"OtherCharges\":2333,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":641,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17013,\"PublishedFare\":17051.55,\"OfferedFare\":16158,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":750,\"AddiTaxOnMarkup\":135,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4390,\"BaseFareCal\":16293,\"BaseFare\":12623,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":641,\"MFT\":216,\"OT\":2333,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":135,\"AddiMarkup\":750,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"604\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-07T06:20\",\"SegFlightNumber\":\"6E-5295\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-07T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"201\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-07T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"775\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-10T16:00\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-10T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"localFromDateTime\":\"2023-09-05 21:30\",\"localToDateTime\":\"2023-09-06 00:10\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823694\",\"TPSysId\":\"823695\",\"VersionId\":[\"249069\",\"249070\",\"249071\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67433\",\"FareBreakdownid\":[\"384282\",\"384283\",\"384284\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000422484','','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0','103.117.14.145','2023-08-30 06:58:22','2023-08-30 06:58:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-000003',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(123,122,1,86368,0,823695,'A4E2KY-TESTPNR-TESTPNR-I9MNSZ','2023-09-07','BKRS100500679169','TJS100500679169','6E-5295','IndiGo','1',1,'643a9-1ee0e-3584b-04cf4','267','04:25:00','12:55:00',0,'R',510,'8h 30m',2262,13021,'BLR','IXJ','1 Stop(s)',1,1,7523.85,'30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757',2,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',5588,1923,0,1167,0,400,7523.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"6E-5295\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2023-09-07T04:25\",\"LocalFromTime\":\"2023-09-07 04:25\",\"FromUTCTime\":\"2023-09-07T04:25\",\"LocalToTime\":\"2023-09-07 12:55\",\"ToUTCTime\":\"2023-09-07T12:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":510,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"8h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7511,\"PublishedFareTxt\":\"7,511\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5588,\"Tax\":1923,\"YQTax\":0,\"OtherCharges\":1167,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7511,\"PublishedFare\":7523.85,\"OfferedFare\":7226,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_1BLRBOM6E5295BOMIXJ6E5091_516551228863829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1923,\"BaseFareCal\":7271,\"BaseFare\":5588,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":284,\"MFT\":72,\"OT\":1167,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":7523.85,\"CostToCustomer\":7523.85,\"BaseFareCal\":7271,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":7271,\"intOfferedFare\":7226,\"intPublishFare\":7511,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-07T06:20\",\"SegFlightNumber\":\"6E-5295\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-07T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"201\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-07T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823694\",\"TPSysId\":\"823695\",\"VersionId\":[\"249069\",\"249070\",\"249071\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67433\",\"FareBreakdownid\":[\"384282\",\"384283\",\"384284\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000422484','','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0','103.117.14.145','2023-08-30 06:58:22','2023-08-30 06:58:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-000003',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(124,123,1,86368,0,823695,'A4E2KY-TESTPNR-TESTPNR-I9MNSZ','2023-09-10','BKRS100500679169','TJS100500679169','SG-161','SpiceJet','1',2,'643a9-1ee0e-3584b-04cf4','463','14:30:00','16:00:00',0,'RS',90,'1h 30m',13021,7701,'IXJ','DEL','Non-stop',1,1,3706.85,'30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725',2,3,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2450,1244,0,648,0,400,3706.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2023-09-10T14:30\",\"LocalFromTime\":\"2023-09-10 14:30\",\"FromUTCTime\":\"2023-09-10T14:30\",\"LocalToTime\":\"2023-09-10 16:00\",\"ToUTCTime\":\"2023-09-10T16:00\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3694,\"PublishedFareTxt\":\"3,694\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1244,\"YQTax\":0,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3694,\"PublishedFare\":3706.85,\"OfferedFare\":3409,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_2IXJDELSG161_516551230777095\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244,\"BaseFareCal\":3454,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3706.85,\"CostToCustomer\":3706.85,\"BaseFareCal\":3454,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3454,\"intOfferedFare\":3409,\"intPublishFare\":3694,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"775\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-10T16:00\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-10T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"JNSW\",\"Price\":405,\"amount\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823694\",\"TPSysId\":\"823695\",\"VersionId\":[\"249069\",\"249070\",\"249071\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67433\",\"FareBreakdownid\":[\"384282\",\"384283\",\"384284\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000422484','','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0','103.117.14.145','2023-08-30 06:58:22','2023-08-30 06:58:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-000003',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(125,0,4,86368,0,0,NULL,'2023-09-10','BKRS116600679277','TJS116600679277','SG-5','SpiceJet','1',2,'a7a5a-b564b-02a8e-89d77','463','18:45:00','21:30:00',0,'SS',255,'2h 45m',7701,8219,'DEL','DXB','Non-stop',1,1,2526.5,'4-8116396046_1DELDXBSG5_520327628494212',1,1,1,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',999,996.5,0,852,0,75,2526.5,0,0,0,81,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS116600679277\",\"bookingId_TJ\":\"TJS116600679277\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-10T18:45\",\"LocalFromTime\":\"2023-09-10 18:45\",\"FromUTCTime\":\"2023-09-10T18:45\",\"LocalToTime\":\"2023-09-10 21:30\",\"ToUTCTime\":\"2023-09-10T21:30\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1995.5,\"PublishedFareTxt\":\"1,996\",\"ApiResultIndex\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DXB\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":999,\"Tax\":996.5,\"YQTax\":0,\"OtherCharges\":852,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1995.5,\"PublishedFare\":2526.5,\"OfferedFare\":1995.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8116396046_0DELDXBSG5_520336627318570\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"newFare\":1995.5,\"oldFare\":1907,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":996.5,\"BaseFareCal\":2076.5,\"BaseFare\":999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":56,\"MFT\":13.5,\"OT\":852,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":2526.5,\"CostToCustomer\":2526.5,\"BaseFareCal\":2076.5,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":2076.5,\"intOfferedFare\":1995.5,\"intPublishFare\":1995.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":450,\"CommisionPass\":0,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"426\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-10T21:30\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"EB05\",\"Price\":2625,\"amount\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"EB10\",\"Price\":5250,\"amount\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NVML\",\"Price\":255,\"amount\":255,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VGML\",\"Price\":405,\"amount\":405,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VGSW\",\"Price\":445,\"amount\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"JNSW\",\"Price\":456,\"amount\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VCC2\",\"Price\":461,\"amount\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC6\",\"Price\":461,\"amount\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC5\",\"Price\":461,\"amount\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC4\",\"Price\":461,\"amount\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC2\",\"Price\":461,\"amount\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC1\",\"Price\":461,\"amount\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NVSW\",\"Price\":495,\"amount\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"LCVS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a7a5a-b564b-02a8e-89d77\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T13:31:56.671\",\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS116600679277\",\"bookingId_TJ\":\"TJS116600679277\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-10T18:45\",\"LocalFromTime\":\"2023-09-10 18:45\",\"FromUTCTime\":\"2023-09-10T18:45\",\"LocalToTime\":\"2023-09-10 21:30\",\"ToUTCTime\":\"2023-09-10T21:30\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1995.5,\"ApiResultIndex\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"a7a5a-b564b-02a8e-89d77\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T13:31:56.671\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":999,\"Tax\":996.5,\"YQTax\":0,\"OtherCharges\":852,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1995.5,\"PublishedFare\":2526.5,\"OfferedFare\":1995.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":996.5,\"BaseFareCal\":2076.5,\"BaseFare\":999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":56,\"MFT\":13.5,\"OT\":852,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"426\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-10T21:30\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"localFromDateTime\":\"2023-09-10 18:45\",\"localToDateTime\":\"2023-09-10 21:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-08-30 08:00:59','2023-08-30 08:00:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(126,0,44,86368,0,0,NULL,'2023-09-12','BKRS101800683069','TJS101800683069','SG-160','SpiceJet','1',2,'d65e0-95cc8-7b008-784d4','463','09:20:00','10:45:00',0,'RS',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3511.85,'4-5264459094_0DELIXJSG160_6881830908417',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1064,0,468,0,400,3511.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS101800683069\",\"bookingId_TJ\":\"TJS101800683069\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-12T09:20\",\"LocalFromTime\":\"2023-09-12 09:20\",\"FromUTCTime\":\"2023-09-12T09:20\",\"LocalToTime\":\"2023-09-12 10:45\",\"ToUTCTime\":\"2023-09-12T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5264459094_0DELIXJSG160_6888035245262\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"131\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d65e0-95cc8-7b008-784d4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-02T09:00:57.094\",\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101800683069\",\"bookingId_TJ\":\"TJS101800683069\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-12T09:20\",\"LocalFromTime\":\"2023-09-12 09:20\",\"FromUTCTime\":\"2023-09-12T09:20\",\"LocalToTime\":\"2023-09-12 10:45\",\"ToUTCTime\":\"2023-09-12T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"d65e0-95cc8-7b008-784d4\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-02T09:00:57.094\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"131\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"localFromDateTime\":\"2023-09-12 09:20\",\"localToDateTime\":\"2023-09-12 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.204.165.7','2023-09-02 03:29:55','2023-09-02 03:29:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(127,0,60,86368,0,0,NULL,'2023-09-23','BKRS102500684495','TJS102500684495','SG-160','SpiceJet','1',2,'9cfa5-e71d7-493fe-f2fe3','463','09:20:00','10:45:00',0,'RS',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3511.85,'4-8868332570_0DELIXJSG160_10750203293025',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1064,0,468,0,400,3511.85,2.85,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKRS102500684495\",\"bookingId_TJ\":\"TJS102500684495\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-23T09:20\",\"LocalFromTime\":\"2023-09-23 09:20\",\"FromUTCTime\":\"2023-09-23T09:20\",\"LocalToTime\":\"2023-09-23 10:45\",\"ToUTCTime\":\"2023-09-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8868332570_0DELIXJSG160_10757675338627\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9cfa5-e71d7-493fe-f2fe3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T10:07:43.726\",\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102500684495\",\"bookingId_TJ\":\"TJS102500684495\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-23T09:20\",\"LocalFromTime\":\"2023-09-23 09:20\",\"FromUTCTime\":\"2023-09-23T09:20\",\"LocalToTime\":\"2023-09-23 10:45\",\"ToUTCTime\":\"2023-09-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"9cfa5-e71d7-493fe-f2fe3\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T10:07:43.726\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"localFromDateTime\":\"2023-09-23 09:20\",\"localToDateTime\":\"2023-09-23 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-09-04 04:36:28','2023-09-04 04:36:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(128,0,60,86368,0,0,NULL,'2023-09-09','BKR108271827845','TJ108271827845','SG-471','SpiceJet','1',0,'90daf-8e598-a9308-b1de0','463','14:20:00','16:05:00',0,'G',105,'1h 45m',7701,20918,'DEL','PAT','Non-stop',1,1,4012.8,'11-5939951091_0DELPATSG471_10383158520586',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2950,236.8,0,225,0,10,4012.8,0,0,0,126,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108271827845\",\"bookingId_TJ\":\"TJ108271827845\",\"FlightNumber\":\"SG-471\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-09-09T14:20\",\"LocalFromTime\":\"2023-09-09 14:20\",\"FromUTCTime\":\"2023-09-09T14:20\",\"LocalToTime\":\"2023-09-09 16:05\",\"ToUTCTime\":\"2023-09-09T16:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3186.8,\"PublishedFareTxt\":\"3,187\",\"ApiResultIndex\":\"11-5939951091_0DELPATSG471_10383158520586\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PAT\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3186.8,\"PublishedFare\":4012.8,\"OfferedFare\":3186.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5939951091_0DELPATSG471_89961300401906\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":3312.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4012.8,\"CostToCustomer\":4012.8,\"BaseFareCal\":3312.8,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":3312.8,\"intOfferedFare\":3186.8,\"intPublishFare\":3186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"372\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-09-09T16:05\",\"SegFlightNumber\":\"SG-471\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"90daf-8e598-a9308-b1de0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T10:11:35.923\",\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108271827845\",\"bookingId_TJ\":\"TJ108271827845\",\"FlightNumber\":\"SG-471\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-09-09T14:20\",\"LocalFromTime\":\"2023-09-09 14:20\",\"FromUTCTime\":\"2023-09-09T14:20\",\"LocalToTime\":\"2023-09-09 16:05\",\"ToUTCTime\":\"2023-09-09T16:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3186.8,\"ApiResultIndex\":\"11-5939951091_0DELPATSG471_10383158520586\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"90daf-8e598-a9308-b1de0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T10:11:35.923\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3186.8,\"PublishedFare\":4012.8,\"OfferedFare\":3186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":3312.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"372\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-09-09T16:05\",\"SegFlightNumber\":\"SG-471\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"localFromDateTime\":\"2023-09-09 14:20\",\"localToDateTime\":\"2023-09-09 16:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-09-04 04:40:16','2023-09-04 04:40:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(129,0,4,86368,0,0,NULL,'2023-09-15','BKR107371828688','TJ107371828688','AI-762','Air India','',0,'54fa1-2008e-cf672-db567','42','21:00:00','23:30:00',0,'S',150,'2h 30m',7701,14323,'DEL','CCU','Non-stop',1,1,3609.91,'32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2983,728.8,0,389,0,10,3609.91,1.03,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107371828688\",\"bookingId_TJ\":\"TJ107371828688\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-09-15T21:00\",\"LocalFromTime\":\"2023-09-15 21:00\",\"FromUTCTime\":\"2023-09-15T21:00\",\"LocalToTime\":\"2023-09-15 23:30\",\"ToUTCTime\":\"2023-09-15T23:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3711.8,\"PublishedFareTxt\":\"3,712\",\"ApiResultIndex\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2983,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":158,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3711.8,\"PublishedFare\":3609.91,\"OfferedFare\":3608.88,\"CommissionEarned\":102.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2390764794_0DELCCUAI762_89448085332296\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":1.03,\"CommisionPass\":101.8908,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":3608.88,\"BaseFare\":2983,\"CommissionEarned\":102.92,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":158,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":1.03,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.92,\"IntCommissionValInPercentage\":1,\"IntCommission\":1.03,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3609.91,\"CostToCustomer\":3609.91,\"BaseFareCal\":3608.88,\"intCommisionEarnedForAgency\":1.03,\"CostToCompany\":3608.88,\"intOfferedFare\":3608.88,\"intPublishFare\":3711.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.92,\"TripjackTDS\":\"5.42\",\"AddiMarkup\":0,\"CommisionPass\":101.8908,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-09-15T23:30\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"5KG\",\"Price\":2520,\"amount\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"10KG\",\"Price\":5040,\"amount\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"15KG\",\"Price\":7560,\"amount\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"20KG\",\"Price\":10080,\"amount\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"25KG\",\"Price\":12600,\"amount\":12600,\"Weight\":\"25KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"54fa1-2008e-cf672-db567\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-04T10:21:39.618\",\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107371828688\",\"bookingId_TJ\":\"TJ107371828688\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-09-15T21:00\",\"LocalFromTime\":\"2023-09-15 21:00\",\"FromUTCTime\":\"2023-09-15T21:00\",\"LocalToTime\":\"2023-09-15 23:30\",\"ToUTCTime\":\"2023-09-15T23:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3711.8,\"ApiResultIndex\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"54fa1-2008e-cf672-db567\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-04T10:21:39.618\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2983,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":158,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3711.8,\"PublishedFare\":3609.91,\"OfferedFare\":3608.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":3608.88,\"BaseFare\":2983,\"CommissionEarned\":102.92,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":158,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-09-15T23:30\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"localFromDateTime\":\"2023-09-15 21:00\",\"localToDateTime\":\"2023-09-15 23:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','103.117.14.145','2023-09-04 04:50:27','2023-09-04 04:50:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(130,0,44,86368,0,0,NULL,'2023-09-05','BKR100271840549','TJ100271840549','SG-160','SpiceJet','1',1,'a542d-9be8d-21080-6019b','463','09:20:00','10:45:00',0,'CP',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,3633.95,'4-2955607854_0DELIXJSG160_13110042404963',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2670,612.8,0,463,0,10,3633.95,0.62,0,0,63,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100271840549\",\"bookingId_TJ\":\"TJ100271840549\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-05T09:20\",\"LocalFromTime\":\"2023-09-05 09:20\",\"FromUTCTime\":\"2023-09-05T09:20\",\"LocalToTime\":\"2023-09-05 10:45\",\"ToUTCTime\":\"2023-09-05T10:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3282.8,\"PublishedFareTxt\":\"3,283\",\"ApiResultIndex\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":199,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":199,\"CRFT\":9,\"CRF\":50,\"ARFT\":9.95},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":199,\"additionalFee\":50,\"fcs\":{\"ACF\":199,\"CCF\":50,\"CCFT\":9,\"ACFT\":9.95},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Complimentary seats beyond Spicemax\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2670,\"Tax\":612.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3282.8,\"PublishedFare\":3633.95,\"OfferedFare\":3220.33,\"CommissionEarned\":62.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.29,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0.62,\"CommisionPass\":61.8453,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"350.00\",\"AddiTaxOnMarkup\":63,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":612.8,\"BaseFareCal\":3283.33,\"BaseFare\":2670,\"CommissionEarned\":62.47,\"TDS\":-3.29,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0.62,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":62.47,\"IntCommissionValInPercentage\":1,\"IntCommission\":0.62,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3633.95,\"CostToCustomer\":3633.95,\"BaseFareCal\":3283.33,\"intCommisionEarnedForAgency\":350.62,\"CostToCompany\":3283.33,\"intOfferedFare\":3220.33,\"intPublishFare\":3282.8,\"TripjackMarkup\":0,\"TripjackCommission\":62.47,\"TripjackTDS\":\"3.29\",\"AddiMarkup\":\"350.00\",\"CommisionPass\":61.8453,\"AddiTaxOnMarkup\":63,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":350},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"248\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"VGSW\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"NVSW\",\"Price\":0,\"amount\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a542d-9be8d-21080-6019b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-04T12:24:34.087\",\"strTraceId\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100271840549\",\"bookingId_TJ\":\"TJ100271840549\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"strTraceId\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-05T09:20\",\"LocalFromTime\":\"2023-09-05 09:20\",\"FromUTCTime\":\"2023-09-05T09:20\",\"LocalToTime\":\"2023-09-05 10:45\",\"ToUTCTime\":\"2023-09-05T10:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3282.8,\"ApiResultIndex\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"a542d-9be8d-21080-6019b\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-04T12:24:34.087\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2670,\"Tax\":612.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3282.8,\"PublishedFare\":3633.95,\"OfferedFare\":3220.33,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":350,\"AddiTaxOnMarkup\":63,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":612.8,\"BaseFareCal\":3283.33,\"BaseFare\":2670,\"CommissionEarned\":62.47,\"TDS\":-3.29,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"248\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2955607854_0DELIXJSG160_13110042404963\",\"localFromDateTime\":\"2023-09-05 09:20\",\"localToDateTime\":\"2023-09-05 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.204.164.105','2023-09-04 06:53:53','2023-09-04 06:53:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(131,0,61,86368,0,0,NULL,'2023-09-05','BKR105171883101','TJ105171883101','6E-2292','IndiGo','1',1,'be6e8-72753-c76fe-25fdc','267','08:45:00','10:10:00',0,'R',85,'1h 25m',7701,13021,'DEL','IXJ','Non-stop',1,1,4034.28,'5-6010282665_0DELIXJ6E2292_37817576291102',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',3160,610.8,0,438,0,10,4034.28,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR105171883101\",\"bookingId_TJ\":\"TJ105171883101\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"PublishedFareTxt\":\"3,771\",\"ApiResultIndex\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"CommissionEarned\":31.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6010282665_0DELIXJ6E2292_45023893311349\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":31.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":31.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4034.28,\"CostToCustomer\":4034.28,\"BaseFareCal\":3784.28,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3784.28,\"intOfferedFare\":3739.28,\"intPublishFare\":3770.8,\"TripjackMarkup\":0,\"TripjackCommission\":31.52,\"TripjackTDS\":\"1.66\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":31.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"be6e8-72753-c76fe-25fdc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T19:48:40.739\",\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105171883101\",\"bookingId_TJ\":\"TJ105171883101\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"ApiResultIndex\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"be6e8-72753-c76fe-25fdc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T19:48:40.739\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"914\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"localFromDateTime\":\"2023-09-05 08:45\",\"localToDateTime\":\"2023-09-05 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.204.164.105','2023-09-04 14:17:36','2023-09-04 14:17:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(134,0,64,86368,0,0,NULL,'2023-09-09','BKR101471884467','TJ101471884467','I5-337','AirAsia India','1',1,'b9b06-2bc0e-4ab1b-054d6','75','23:55:00','02:15:00',0,'EC',140,'2h 20m',12995,18676,'JAI','BOM','Non-stop',1,1,4050.22,'22-16-3291284380_0JAIBOMI5337_35722328189276',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',2774,1035.8,0,876,0,10,4050.22,0,0,0,45,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR101471884467\",\"bookingId_TJ\":\"TJ101471884467\",\"FlightNumber\":\"I5-337\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2023-09-09T23:55\",\"LocalFromTime\":\"2023-09-09 23:55\",\"FromUTCTime\":\"2023-09-09T23:55\",\"LocalToTime\":\"2023-09-10 02:15\",\"ToUTCTime\":\"2023-09-10T02:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3809.8,\"PublishedFareTxt\":\"3,810\",\"ApiResultIndex\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2774,\"Tax\":1035.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3809.8,\"PublishedFare\":4050.22,\"OfferedFare\":3755.22,\"CommissionEarned\":54.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3291284380_0JAIBOMI5337_134500654273028\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":54.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.8,\"BaseFareCal\":3800.22,\"BaseFare\":2774,\"CommissionEarned\":54.58,\"TDS\":-2.87,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4050.22,\"CostToCustomer\":4050.22,\"BaseFareCal\":3800.22,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3800.22,\"intOfferedFare\":3755.22,\"intPublishFare\":3809.8,\"TripjackMarkup\":0,\"TripjackCommission\":54.58,\"TripjackTDS\":\"2.87\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":54.58,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"73\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-10T02:15\",\"SegFlightNumber\":\"I5-337\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-09T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b9b06-2bc0e-4ab1b-054d6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T20:03:57.258\",\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101471884467\",\"bookingId_TJ\":\"TJ101471884467\",\"FlightNumber\":\"I5-337\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2023-09-09T23:55\",\"LocalFromTime\":\"2023-09-09 23:55\",\"FromUTCTime\":\"2023-09-09T23:55\",\"LocalToTime\":\"2023-09-10 02:15\",\"ToUTCTime\":\"2023-09-10T02:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3809.8,\"ApiResultIndex\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"b9b06-2bc0e-4ab1b-054d6\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T20:03:57.258\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2774,\"Tax\":1035.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3809.8,\"PublishedFare\":4050.22,\"OfferedFare\":3755.22,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.8,\"BaseFareCal\":3800.22,\"BaseFare\":2774,\"CommissionEarned\":54.58,\"TDS\":-2.87,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"73\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-10T02:15\",\"SegFlightNumber\":\"I5-337\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-09T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"localFromDateTime\":\"2023-09-09 23:55\",\"localToDateTime\":\"2023-09-10 02:15\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','117.245.172.149','2023-09-04 14:42:01','2023-09-04 14:42:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(135,0,44,86368,0,833956,NULL,'2023-09-08','BKR101372089860','TJ101372089860','SG-8293','SpiceJet','1',0,'402e4-fa217-4b687-9acfe','463','13:50:00','15:40:00',0,'G',110,'1h 50m',7701,296,'DEL','AMD','Non-stop',1,1,2736.8,'11-4493390912_1DELAMDSG8293_16130191744897',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2450,286.8,0,275,0,10,2736.8,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR101372089860\",\"bookingId_TJ\":\"TJ101372089860\",\"FlightNumber\":\"SG-8293\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-09-08T13:50\",\"LocalFromTime\":\"2023-09-08 13:50\",\"FromUTCTime\":\"2023-09-08T13:50\",\"LocalToTime\":\"2023-09-08 15:40\",\"ToUTCTime\":\"2023-09-08T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2736.8,\"PublishedFareTxt\":\"2,737\",\"ApiResultIndex\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2736.8,\"PublishedFare\":2736.8,\"OfferedFare\":2736.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4493390912_0DELAMDSG8293_13993560219566\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":2736.8,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2736.8,\"CostToCustomer\":2736.8,\"BaseFareCal\":2736.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2736.8,\"intOfferedFare\":2736.8,\"intPublishFare\":2736.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"210\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-08T15:40\",\"SegFlightNumber\":\"SG-8293\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"402e4-fa217-4b687-9acfe\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:05:27.139\",\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101372089860\",\"bookingId_TJ\":\"TJ101372089860\",\"FlightNumber\":\"SG-8293\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-09-08T13:50\",\"LocalFromTime\":\"2023-09-08 13:50\",\"FromUTCTime\":\"2023-09-08T13:50\",\"LocalToTime\":\"2023-09-08 15:40\",\"ToUTCTime\":\"2023-09-08T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2736.8,\"ApiResultIndex\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"402e4-fa217-4b687-9acfe\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:05:27.139\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2736.8,\"PublishedFare\":2736.8,\"OfferedFare\":2736.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":2736.8,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"210\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-08T15:40\",\"SegFlightNumber\":\"SG-8293\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"localFromDateTime\":\"2023-09-08 13:50\",\"localToDateTime\":\"2023-09-08 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ101372089860\",\"amount\":2736.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-09-07T11:08:47.945\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19136512\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8293\"},\"stops\":0,\"duration\":110,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-09-08T13:50\",\"at\":\"2023-09-08T15:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"vikram\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":2736.8,\"NF\":2736.8,\"TAF\":286.8,\"BF\":2450,\"IGST\":1.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":275}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"833955\",\"TPSysId\":\"833956\",\"VersionId\":[\"252841\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"68033\",\"FareBreakdownid\":[\"384675\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'325016327499','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','117.245.173.155','2023-09-07 05:34:36','2023-09-07 05:34:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-000535',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(136,0,66,86368,0,836885,'Z2L4FX','2023-09-16','BKR109872251257','TJ109872251257','6E-6273','IndiGo','1',1,'29cc9-c8428-e50b6-2695d','267','22:15:00','00:45:00',0,'R',150,'2h 30m',2262,12995,'BLR','JAI','Non-stop',2,1,10119.54,'5-8394534071_0BLRJAI6E6273_10854945697678',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',8076,2171.6,0,1734,0,20,10119.54,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR109872251257\",\"bookingId_TJ\":\"TJ109872251257\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10247.6,\"PublishedFareTxt\":\"10,248\",\"ApiResultIndex\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8076,\"Tax\":2171.6,\"YQTax\":0,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10247.6,\"PublishedFare\":10119.54,\"OfferedFare\":10119.54,\"CommissionEarned\":128.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8394534071_0BLRJAI6E6273_99444909066055\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":128.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2171.6,\"BaseFareCal\":10119.54,\"BaseFare\":8076,\"CommissionEarned\":128.06,\"TDS\":-6.74,\"MF\":20,\"YQ\":0,\"AGST\":414,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":128.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10119.54,\"CostToCustomer\":10119.54,\"BaseFareCal\":10119.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10119.54,\"intOfferedFare\":10119.54,\"intPublishFare\":10247.6,\"TripjackMarkup\":0,\"TripjackCommission\":128.06,\"TripjackTDS\":\"6.74\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":128.06,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"456\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"29cc9-c8428-e50b6-2695d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-09T09:55:40.215\",\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109872251257\",\"bookingId_TJ\":\"TJ109872251257\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10247.6,\"ApiResultIndex\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"29cc9-c8428-e50b6-2695d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-09T09:55:40.215\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8076,\"Tax\":2171.6,\"YQTax\":0,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10247.6,\"PublishedFare\":10119.54,\"OfferedFare\":10119.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2171.6,\"BaseFareCal\":10119.54,\"BaseFare\":8076,\"CommissionEarned\":128.06,\"TDS\":-6.74,\"MF\":20,\"YQ\":0,\"AGST\":414,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"456\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"localFromDateTime\":\"2023-09-16 22:15\",\"localToDateTime\":\"2023-09-17 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ109872251257\",\"amount\":10247.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-09-09T10:00:33.746\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19182315\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6273\",\"eT\":\"321\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-09-16T22:15\",\"at\":\"2023-09-17T00:45\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-JAI\":\"Z2L4FX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"ram\"},{\"pnrDetails\":{\"BLR-JAI\":\"Z2L4FX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"B poonaram\",\"lN\":\"poonaram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":10247.6,\"TAF\":2171.6,\"IGST\":3.6,\"NCM\":128.06,\"BF\":8076,\"NF\":10119.54},\"afC\":{\"TAF\":{\"MFT\":3.6,\"MF\":20,\"OT\":1734,\"YQ\":0,\"AGST\":414},\"NCM\":{\"OT\":134.8,\"TDS\":-6.74}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"836884\",\"TPSysId\":\"836885\",\"VersionId\":[\"253821\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"68244\",\"FareBreakdownid\":[\"384807\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'325243550112','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','192.140.152.189','2023-09-09 04:26:06','2023-09-09 04:26:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-000004',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(137,0,67,86368,0,0,NULL,'2023-09-12','BKR102872348421','TJ102872348421','6E-6592','IndiGo','1',1,'b016e-5b77b-182b6-6252b','267','16:55:00','22:10:00',0,'R',315,'5h 15m',13184,2262,'JDH','BLR','1 Stop(s)',1,1,5684.42,'5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4474,1278.8,0,1038,0,10,5684.42,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102872348421\",\"bookingId_TJ\":\"TJ102872348421\",\"FlightNumber\":\"6E-6592\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-09-12T16:55\",\"LocalFromTime\":\"2023-09-12 16:55\",\"FromUTCTime\":\"2023-09-12T16:55\",\"LocalToTime\":\"2023-09-12 22:10\",\"ToUTCTime\":\"2023-09-12T22:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":315,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5752.8,\"PublishedFareTxt\":\"5,753\",\"ApiResultIndex\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JDH-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4474,\"Tax\":1278.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":229,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5752.8,\"PublishedFare\":5684.42,\"OfferedFare\":5684.42,\"CommissionEarned\":68.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":68.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1278.8,\"BaseFareCal\":5684.42,\"BaseFare\":4474,\"CommissionEarned\":68.38,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":229,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5684.42,\"CostToCustomer\":5684.42,\"BaseFareCal\":5684.42,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5684.42,\"intOfferedFare\":5684.42,\"intPublishFare\":5752.8,\"TripjackMarkup\":0,\"TripjackCommission\":68.38,\"TripjackTDS\":\"3.6\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":68.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"401\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-12T19:00\",\"SegFlightNumber\":\"6E-6592\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"402\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-12T22:10\",\"SegFlightNumber\":\"6E-285\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-12T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b016e-5b77b-182b6-6252b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T13:04:18.087\",\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102872348421\",\"bookingId_TJ\":\"TJ102872348421\",\"FlightNumber\":\"6E-6592\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-09-12T16:55\",\"LocalFromTime\":\"2023-09-12 16:55\",\"FromUTCTime\":\"2023-09-12T16:55\",\"LocalToTime\":\"2023-09-12 22:10\",\"ToUTCTime\":\"2023-09-12T22:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":315,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5752.8,\"ApiResultIndex\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b016e-5b77b-182b6-6252b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T13:04:18.087\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4474,\"Tax\":1278.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":229,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5752.8,\"PublishedFare\":5684.42,\"OfferedFare\":5684.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1278.8,\"BaseFareCal\":5684.42,\"BaseFare\":4474,\"CommissionEarned\":68.38,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":229,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"401\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-12T19:00\",\"SegFlightNumber\":\"6E-6592\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"402\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-12T22:10\",\"SegFlightNumber\":\"6E-285\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-12T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_12472985842764\",\"localFromDateTime\":\"2023-09-12 16:55\",\"localToDateTime\":\"2023-09-12 22:10\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.38.132.51','2023-09-10 07:33:59','2023-09-10 07:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'858327',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(140,0,70,86368,0,842475,'GPHWVS','2023-09-13','BKR103772568705','TJ103772568705','6E-279','IndiGo','1',1,'b2a89-e5432-351ee-e9848','267','15:50:00','17:05:00',0,'R',75,'1h 15m',22238,296,'PNQ','AMD','Non-stop',1,1,5778.17,'5-3906426781_0PNQAMD6E279_155099042457159',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4800,1049.8,0,793,0,10,5778.17,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR103772568705\",\"bookingId_TJ\":\"TJ103772568705\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"PublishedFareTxt\":\"5,850\",\"ApiResultIndex\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"CommissionEarned\":71.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.77,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5778.17,\"CostToCustomer\":5778.17,\"BaseFareCal\":5778.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5778.17,\"intOfferedFare\":5778.17,\"intPublishFare\":5849.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.63,\"TripjackTDS\":\"3.77\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":71.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"489\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b2a89-e5432-351ee-e9848\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:17:15.293\",\"strTraceId\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103772568705\",\"bookingId_TJ\":\"TJ103772568705\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"strTraceId\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"ApiResultIndex\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b2a89-e5432-351ee-e9848\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:17:15.293\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"489\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3906426781_0PNQAMD6E279_155099042457159\",\"localFromDateTime\":\"2023-09-13 15:50\",\"localToDateTime\":\"2023-09-13 17:05\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ103772568705\",\"amount\":5849.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917727020992\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-09-13T09:20:11.860\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19262135\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"279\",\"eT\":\"320\"},\"stops\":0,\"duration\":75,\"da\":{\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-13T15:50\",\"at\":\"2023-09-13T17:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"PNQ-AMD\":\"GPHWVS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rajpurohit harisinh\",\"lN\":\"Mohansinh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1049.8,\"IGST\":1.8,\"BF\":4800,\"NF\":5778.17,\"NCM\":71.63,\"TF\":5849.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"AGST\":245,\"OT\":793,\"YQ\":0},\"NCM\":{\"TDS\":-3.77,\"OT\":75.4}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"842474\",\"TPSysId\":\"842475\",\"VersionId\":[\"255390\"],\"CustomerSysId\":\"490320\",\"TrxId\":\"68550\",\"FareBreakdownid\":[\"385066\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'325634334284','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','103.157.169.93','2023-09-13 03:46:42','2023-09-13 03:46:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-000005',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(141,0,76,86368,0,0,NULL,'2023-09-28','BKR105773200525','TJ105773200525','6E-6164','IndiGo','1',1,'fa097-4f016-0a17e-df97c','267','18:40:00','20:05:00',0,'M',85,'1h 25m',18676,18876,'BOM','NAG','Non-stop',1,1,3359.12,'5-6383552433_0BOMNAG6E6164_95924722355662',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2800,610.8,0,454,0,10,3359.12,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"6E-6164\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-09-28T18:40\",\"LocalFromTime\":\"2023-09-28 18:40\",\"FromUTCTime\":\"2023-09-28T18:40\",\"LocalToTime\":\"2023-09-28 20:05\",\"ToUTCTime\":\"2023-09-28T20:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3410.8,\"PublishedFareTxt\":\"3,411\",\"ApiResultIndex\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-NAG\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":449,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":74.95,\"ACF\":1499},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":24.95,\"ACF\":499},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3000,\"ARFT\":150},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2800,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3359.12,\"OfferedFare\":3359.12,\"CommissionEarned\":51.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6383552433_0BOMNAG6E6164_16059849244041\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":51.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":8182.6,\"oldFare\":7554.6,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3359.12,\"BaseFare\":2800,\"CommissionEarned\":51.68,\"TDS\":-2.72,\"MF\":10,\"YQ\":0,\"AGST\":145,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3359.12,\"CostToCustomer\":3359.12,\"BaseFareCal\":3359.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3359.12,\"intOfferedFare\":3359.12,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.68,\"TripjackTDS\":\"2.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":51.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"324\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-09-28T20:05\",\"SegFlightNumber\":\"6E-6164\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-29 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"6E-6164\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-09-28T18:40\",\"LocalFromTime\":\"2023-09-28 18:40\",\"FromUTCTime\":\"2023-09-28T18:40\",\"LocalToTime\":\"2023-09-28 20:05\",\"ToUTCTime\":\"2023-09-28T20:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8182.6,\"ApiResultIndex\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6515,\"Tax\":1667.6,\"YQTax\":0,\"OtherCharges\":1135,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":339,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":8182.6,\"PublishedFare\":7911.74,\"OfferedFare\":7911.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1667.6,\"BaseFareCal\":7911.74,\"BaseFare\":6515,\"CommissionEarned\":270.86,\"TDS\":-14.26,\"MF\":20,\"YQ\":0,\"AGST\":339,\"MFT\":3.6,\"OT\":1135,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"324\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-09-28T20:05\",\"SegFlightNumber\":\"6E-6164\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"405\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-29T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-29T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"localFromDateTime\":\"2023-09-28 18:40\",\"localToDateTime\":\"2023-09-28 20:05\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.194.222.11','2023-09-20 05:21:37','2023-09-20 05:21:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(142,141,76,86368,0,0,NULL,'2023-09-29','BKR105773200525','TJ105773200525','AI-630','Air India','',0,'fa097-4f016-0a17e-df97c','42','21:20:00','22:55:00',0,'L',95,'1h 35m',18676,18876,'NAG','BOM','Non-stop',1,1,4552.62,'32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3715,1056.8,0,681,0,10,4552.62,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"AI-630\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-09-29T21:20\",\"LocalFromTime\":\"2023-09-29 21:20\",\"FromUTCTime\":\"2023-09-29T21:20\",\"LocalToTime\":\"2023-09-29 22:55\",\"ToUTCTime\":\"2023-09-29T22:55\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4771.8,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-NAG\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":449,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":74.95,\"ACF\":1499},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":24.95,\"ACF\":499},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3000,\"ARFT\":150},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3715,\"Tax\":1056.8,\"YQTax\":0,\"OtherCharges\":681,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4771.8,\"PublishedFare\":4552.62,\"OfferedFare\":4552.62,\"CommissionEarned\":219.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5-6383552433_1NAGBOMAI630_16059850918181\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":219.18,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1056.8,\"BaseFareCal\":4552.62,\"BaseFare\":3715,\"CommissionEarned\":219.18,\"TDS\":-11.54,\"MF\":10,\"YQ\":0,\"AGST\":194,\"MFT\":1.8,\"OT\":681,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":219.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4552.62,\"CostToCustomer\":4552.62,\"BaseFareCal\":4552.62,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4552.62,\"intOfferedFare\":4552.62,\"intPublishFare\":4771.8,\"TripjackMarkup\":0,\"TripjackCommission\":219.18,\"TripjackTDS\":\"11.54\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":219.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-29T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-29T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"strTraceId\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-29 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.194.222.11','2023-09-20 05:21:37','2023-09-20 05:21:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(143,0,55,86368,0,0,NULL,'2023-09-21','BKR104473219602','TJ104473219602','6E-6415','IndiGo','1',1,'83d91-cf385-ce134-779a0','267','05:30:00','15:00:00',0,'R',570,'9h 30m',7701,13021,'DEL','IXJ','1 Stop(s)',1,1,4070.14,'5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',3400,727.8,0,538,0,10,4070.14,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"6E-6415\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-09-21T05:30\",\"LocalFromTime\":\"2023-09-21 05:30\",\"FromUTCTime\":\"2023-09-21T05:30\",\"LocalToTime\":\"2023-09-21 15:00\",\"ToUTCTime\":\"2023-09-21T15:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"9h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4127.8,\"PublishedFareTxt\":\"4,128\",\"ApiResultIndex\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":727.8,\"YQTax\":0,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4127.8,\"PublishedFare\":4070.14,\"OfferedFare\":4070.14,\"CommissionEarned\":57.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_12619614843980\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":727.8,\"BaseFareCal\":4070.14,\"BaseFare\":3400,\"CommissionEarned\":57.66,\"TDS\":-3.04,\"MF\":10,\"YQ\":0,\"AGST\":178,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4070.14,\"CostToCustomer\":4070.14,\"BaseFareCal\":4070.14,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4070.14,\"intOfferedFare\":4070.14,\"intPublishFare\":4127.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.66,\"TripjackTDS\":\"3.04\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":57.66,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-21T07:05\",\"SegFlightNumber\":\"6E-6415\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"995\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-21T15:00\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-21T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"2023-09-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"6E-6415\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-09-21T05:30\",\"LocalFromTime\":\"2023-09-21 05:30\",\"FromUTCTime\":\"2023-09-21T05:30\",\"LocalToTime\":\"2023-09-21 15:00\",\"ToUTCTime\":\"2023-09-21T15:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"9h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7760.6,\"ApiResultIndex\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5765,\"Tax\":1995.6,\"YQTax\":0,\"OtherCharges\":1571,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":301,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":7760.6,\"PublishedFare\":7600.01,\"OfferedFare\":7600.01,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1995.6,\"BaseFareCal\":7600.01,\"BaseFare\":5765,\"CommissionEarned\":160.59,\"TDS\":-8.46,\"MF\":20,\"YQ\":0,\"AGST\":301,\"MFT\":3.6,\"OT\":1571,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-21T07:05\",\"SegFlightNumber\":\"6E-6415\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"995\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-21T15:00\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-21T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"336\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-22T17:25\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"localFromDateTime\":\"2023-09-21 05:30\",\"localToDateTime\":\"2023-09-21 15:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2023-09-20 08:17:43','2023-09-20 08:17:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(144,143,55,86368,0,0,NULL,'2023-09-22','BKR104473219602','TJ104473219602','AI-822','Air India','',0,'83d91-cf385-ce134-779a0','42','15:55:00','17:25:00',0,'S',90,'1h 30m',7701,13021,'IXJ','DEL','Non-stop',1,1,3529.87,'32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',2365,1267.8,0,1033,0,10,3529.87,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"AI-822\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:55\",\"ArrivalTime\":\"17:25\",\"TravelDate\":\"2023-09-22T15:55\",\"LocalFromTime\":\"2023-09-22 15:55\",\"FromUTCTime\":\"2023-09-22T15:55\",\"LocalToTime\":\"2023-09-22 17:25\",\"ToUTCTime\":\"2023-09-22T17:25\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.8,\"PublishedFareTxt\":\"3,633\",\"ApiResultIndex\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2365,\"Tax\":1267.8,\"YQTax\":0,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":3632.8,\"PublishedFare\":3529.87,\"OfferedFare\":3529.87,\"CommissionEarned\":102.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5-8330506435_1IXJDELAI822_12619624029438\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":102.93,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1267.8,\"BaseFareCal\":3529.87,\"BaseFare\":2365,\"CommissionEarned\":102.93,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":123,\"MFT\":1.8,\"OT\":1033,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3529.87,\"CostToCustomer\":3529.87,\"BaseFareCal\":3529.87,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3529.87,\"intOfferedFare\":3529.87,\"intPublishFare\":3632.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.93,\"TripjackTDS\":\"5.42\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":102.93,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"336\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-22T17:25\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"strTraceId\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"2023-09-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','180.151.10.154','2023-09-20 08:17:43','2023-09-20 08:17:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(146,0,44,86368,0,0,NULL,'2023-09-21','BKR106773269105','TJ106773269105','QP-1409','Akasa Air','1',1,'98aa3-bf481-9b633-fdcf8','821','23:00:00','01:45:00',0,'SP',165,'2h 45m',7701,2262,'DEL','BLR','Non-stop',2,1,9878.72,'30-2803949901_0DELBLRQP1409_129571468542847',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',8538,1489.6,0,1246,0,20,9878.72,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106773269105\",\"bookingId_TJ\":\"TJ106773269105\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-21T23:00\",\"LocalFromTime\":\"2023-09-21 23:00\",\"FromUTCTime\":\"2023-09-21T23:00\",\"LocalToTime\":\"2023-09-22 01:45\",\"ToUTCTime\":\"2023-09-22T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10027.6,\"PublishedFareTxt\":\"10,028\",\"ApiResultIndex\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"CRF\":50,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"ACF\":3600,\"CCF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"ACFT\":155,\"ACF\":3100,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8538,\"Tax\":1489.6,\"YQTax\":0,\"OtherCharges\":1246,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10027.6,\"PublishedFare\":9878.72,\"OfferedFare\":9878.72,\"CommissionEarned\":148.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-2803949901_0DELBLRQP1409_53345223308132\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":148.88,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1489.6,\"BaseFareCal\":9878.72,\"BaseFare\":8538,\"CommissionEarned\":148.88,\"TDS\":-7.84,\"MF\":20,\"YQ\":0,\"AGST\":220,\"MFT\":3.6,\"OT\":1246,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":148.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9878.72,\"CostToCustomer\":9878.72,\"BaseFareCal\":9878.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9878.72,\"intOfferedFare\":9878.72,\"intPublishFare\":10027.6,\"TripjackMarkup\":0,\"TripjackCommission\":148.88,\"TripjackTDS\":\"7.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":148.88,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"294\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-22T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"98aa3-bf481-9b633-fdcf8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T23:07:21.815\",\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106773269105\",\"bookingId_TJ\":\"TJ106773269105\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-21T23:00\",\"LocalFromTime\":\"2023-09-21 23:00\",\"FromUTCTime\":\"2023-09-21T23:00\",\"LocalToTime\":\"2023-09-22 01:45\",\"ToUTCTime\":\"2023-09-22T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10027.6,\"ApiResultIndex\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"98aa3-bf481-9b633-fdcf8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T23:07:21.815\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8538,\"Tax\":1489.6,\"YQTax\":0,\"OtherCharges\":1246,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10027.6,\"PublishedFare\":9878.72,\"OfferedFare\":9878.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1489.6,\"BaseFareCal\":9878.72,\"BaseFare\":8538,\"CommissionEarned\":148.88,\"TDS\":-7.84,\"MF\":20,\"YQ\":0,\"AGST\":220,\"MFT\":3.6,\"OT\":1246,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"294\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-22T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"localFromDateTime\":\"2023-09-21 23:00\",\"localToDateTime\":\"2023-09-22 01:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','183.83.55.243','2023-09-20 17:36:00','2023-09-20 17:36:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(147,0,78,86368,0,0,NULL,'2023-09-22','BKR107173298138','TJ107173298138','SG-8143','SpiceJet','1',0,'bc4c2-807d0-0a08a-93018','463','23:55:00','02:40:00',0,'G',165,'2h 45m',7701,2262,'DEL','BLR','Non-stop',1,1,4786.8,'NA',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',4500,286.8,0,275,0,10,4786.8,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107173298138\",\"bookingId_TJ\":\"TJ107173298138\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-09-22T23:55\",\"LocalFromTime\":\"2023-09-22 23:55\",\"FromUTCTime\":\"2023-09-22T23:55\",\"LocalToTime\":\"2023-09-23 02:40\",\"ToUTCTime\":\"2023-09-23T02:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4786.8,\"PublishedFareTxt\":\"4,787\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4786.8,\"OfferedFare\":4786.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7681244332_0DELBLRSG8143_3879613583644\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":4786.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4786.8,\"CostToCustomer\":4786.8,\"BaseFareCal\":4786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4786.8,\"intOfferedFare\":4786.8,\"intPublishFare\":4786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"163\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-22T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bc4c2-807d0-0a08a-93018\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T12:10:56.828\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107173298138\",\"bookingId_TJ\":\"TJ107173298138\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-09-22T23:55\",\"LocalFromTime\":\"2023-09-22 23:55\",\"FromUTCTime\":\"2023-09-22T23:55\",\"LocalToTime\":\"2023-09-23 02:40\",\"ToUTCTime\":\"2023-09-23T02:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4786.8,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"bc4c2-807d0-0a08a-93018\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T12:10:56.828\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4786.8,\"OfferedFare\":4786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":4786.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"163\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-22T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-22 23:55\",\"localToDateTime\":\"2023-09-23 02:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','223.233.86.17','2023-09-21 06:39:47','2023-09-21 06:39:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'760691',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(148,0,65,86368,0,858227,'WLK13B-WLK13B','2023-09-27','BKR107173579737','TJ107173579737','6E-537','IndiGo','1',1,'3c585-241e8-cfd46-6a34d','267','10:25:00','16:25:00',0,'R',360,'6h 0m',2262,13184,'BLR','JDH','1 Stop(s)',1,1,7739.58,'5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6564,1264.8,0,917,0,10,7739.58,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR107173579737\",\"bookingId_TJ\":\"TJ107173579737\",\"FlightNumber\":\"6E-537\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-09-27T10:25\",\"LocalFromTime\":\"2023-09-27 10:25\",\"FromUTCTime\":\"2023-09-27T10:25\",\"LocalToTime\":\"2023-09-27 16:25\",\"ToUTCTime\":\"2023-09-27T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Wed, 27 Sep\",\"ArrivalDateTxt\":\"Wed, 27 Sep\",\"FlightDuration\":\"6h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13184,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7828.8,\"PublishedFareTxt\":\"7,829\",\"ApiResultIndex\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JDH\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6564,\"Tax\":1264.8,\"YQTax\":0,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":336,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7828.8,\"PublishedFare\":7739.58,\"OfferedFare\":7739.58,\"CommissionEarned\":89.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3229599676_0BLRHYD6E537HYDJDH6E6591_40061635949537\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":89.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":7739.58,\"BaseFare\":6564,\"CommissionEarned\":89.22,\"TDS\":-4.7,\"MF\":10,\"YQ\":0,\"AGST\":336,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":89.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7739.58,\"CostToCustomer\":7739.58,\"BaseFareCal\":7739.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7739.58,\"intOfferedFare\":7739.58,\"intPublishFare\":7828.8,\"TripjackMarkup\":0,\"TripjackCommission\":89.22,\"TripjackTDS\":\"4.7\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":89.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"906\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-27T11:40\",\"SegFlightNumber\":\"6E-537\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-27T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":160,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"907\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-09-27T16:25\",\"SegFlightNumber\":\"6E-6591\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-27T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c585-241e8-cfd46-6a34d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:38:38.724\",\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":13184,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107173579737\",\"bookingId_TJ\":\"TJ107173579737\",\"FlightNumber\":\"6E-537\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-09-27T10:25\",\"LocalFromTime\":\"2023-09-27 10:25\",\"FromUTCTime\":\"2023-09-27T10:25\",\"LocalToTime\":\"2023-09-27 16:25\",\"ToUTCTime\":\"2023-09-27T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Wed, 27 Sep\",\"ArrivalDateTxt\":\"Wed, 27 Sep\",\"FlightDuration\":\"6h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13184,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7828.8,\"ApiResultIndex\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3c585-241e8-cfd46-6a34d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:38:38.724\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6564,\"Tax\":1264.8,\"YQTax\":0,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":336,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7828.8,\"PublishedFare\":7739.58,\"OfferedFare\":7739.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":7739.58,\"BaseFare\":6564,\"CommissionEarned\":89.22,\"TDS\":-4.7,\"MF\":10,\"YQ\":0,\"AGST\":336,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"906\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-27T11:40\",\"SegFlightNumber\":\"6E-537\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-27T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":160,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"907\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-09-27T16:25\",\"SegFlightNumber\":\"6E-6591\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-27T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"localFromDateTime\":\"2023-09-27 10:25\",\"localToDateTime\":\"2023-09-27 16:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":13184,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ107173579737\",\"amount\":7828.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919066797528\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-09-24T21:41:52.718\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19541173\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"537\",\"eT\":\"320\"},\"stops\":0,\"duration\":75,\"cT\":160,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-09-27T10:25\",\"at\":\"2023-09-27T11:40\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"19541174\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6591\",\"eT\":\"321\"},\"stops\":0,\"duration\":125,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-09-27T14:20\",\"at\":\"2023-09-27T16:25\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-HYD\":\"WLK13B\",\"HYD-JDH\":\"WLK13B\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Revath\",\"lN\":\"Ram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":7739.58,\"IGST\":1.8,\"BF\":6564,\"NCM\":89.22,\"TAF\":1264.8,\"TF\":7828.8},\"afC\":{\"NCM\":{\"OT\":93.92,\"TDS\":-4.7},\"TAF\":{\"OT\":917,\"YQ\":0,\"MF\":10,\"MFT\":1.8,\"AGST\":336}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"858226\",\"TPSysId\":\"858227\",\"VersionId\":[\"260999\"],\"CustomerSysId\":\"486118\",\"TrxId\":\"69573\",\"FareBreakdownid\":[\"385659\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'326768530300','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','157.45.202.134','2023-09-24 16:08:23','2023-09-24 16:08:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-000006',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(149,0,66,86368,0,864021,NULL,'2023-09-29','BKR101873901948','TJ101873901948','SG-496','SpiceJet','1',0,'249c5-385aa-6d896-53c54','463','16:50:00','19:25:00',0,'G',155,'2h 35m',7546,2262,'DBR','BLR','Non-stop',1,1,6436.8,'11-7448707723_0DBRBLRSG496_101360709762205',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',6050,386.8,0,375,0,10,6436.8,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR101873901948\",\"bookingId_TJ\":\"TJ101873901948\",\"FlightNumber\":\"SG-496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:50\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2023-09-29T16:50\",\"LocalFromTime\":\"2023-09-29 16:50\",\"FromUTCTime\":\"2023-09-29T16:50\",\"LocalToTime\":\"2023-09-29 19:25\",\"ToUTCTime\":\"2023-09-29T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6436.8,\"PublishedFareTxt\":\"6,437\",\"ApiResultIndex\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DBR-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6050,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6436.8,\"PublishedFare\":6436.8,\"OfferedFare\":6436.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7448707723_0DBRBLRSG496_188496921302973\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":6436.8,\"BaseFare\":6050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6436.8,\"CostToCustomer\":6436.8,\"BaseFareCal\":6436.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6436.8,\"intOfferedFare\":6436.8,\"intPublishFare\":6436.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"545\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-29T19:25\",\"SegFlightNumber\":\"SG-496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-09-29T16:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:50\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"249c5-385aa-6d896-53c54\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-28T13:57:52.995\",\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101873901948\",\"bookingId_TJ\":\"TJ101873901948\",\"FlightNumber\":\"SG-496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:50\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2023-09-29T16:50\",\"LocalFromTime\":\"2023-09-29 16:50\",\"FromUTCTime\":\"2023-09-29T16:50\",\"LocalToTime\":\"2023-09-29 19:25\",\"ToUTCTime\":\"2023-09-29T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6436.8,\"ApiResultIndex\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"249c5-385aa-6d896-53c54\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-28T13:57:52.995\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6050,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6436.8,\"PublishedFare\":6436.8,\"OfferedFare\":6436.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":6436.8,\"BaseFare\":6050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"545\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-29T19:25\",\"SegFlightNumber\":\"SG-496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-09-29T16:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:50\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"localFromDateTime\":\"2023-09-29 16:50\",\"localToDateTime\":\"2023-09-29 19:25\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ101873901948\",\"amount\":6436.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-09-28T14:03:52.019\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19631733\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"496\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"DBR\",\"name\":\"Darbhanga Airport\",\"cityCode\":\"DBR\",\"city\":\"Darbhanga\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-09-29T16:50\",\"at\":\"2023-09-29T19:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"dharmendra kumar\",\"lN\":\"mandal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"TF\":6436.8,\"BF\":6050,\"TAF\":386.8,\"NF\":6436.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":375}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"864020\",\"TPSysId\":\"864021\",\"VersionId\":[\"263318\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"69971\",\"FareBreakdownid\":[\"386011\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'327130564006','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','192.140.152.252','2023-09-28 08:30:01','2023-09-28 08:30:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-000007',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(150,0,80,86368,0,0,NULL,'2023-10-10','BKR105174061078','TJ105174061078','6E-5292','IndiGo','1',1,'d01c4-2efd9-3ca54-3dbc5','267','23:10:00','01:15:00',0,'R',125,'2h 5m',28449,18676,'VNS','BOM','Non-stop',2,1,7803.6,'5-6840452547_0VNSBOM6E5292_190163315910772',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',5670,2133.6,0,1816,0,20,7803.6,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR105174061078\",\"bookingId_TJ\":\"TJ105174061078\",\"FlightNumber\":\"6E-5292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2023-10-10T23:10\",\"LocalFromTime\":\"2023-10-10 23:10\",\"FromUTCTime\":\"2023-10-10T23:10\",\"LocalToTime\":\"2023-10-11 01:15\",\"ToUTCTime\":\"2023-10-11T01:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Wed, 11 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"PublishedFareTxt\":\"7,804\",\"ApiResultIndex\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VNS-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6840452547_0VNSBOM6E5292_3739606372324\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7803.6,\"CostToCustomer\":7803.6,\"BaseFareCal\":7803.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7803.6,\"intOfferedFare\":7803.6,\"intPublishFare\":7803.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"753\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-11T01:15\",\"SegFlightNumber\":\"6E-5292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d01c4-2efd9-3ca54-3dbc5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T12:44:38.278\",\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105174061078\",\"bookingId_TJ\":\"TJ105174061078\",\"FlightNumber\":\"6E-5292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2023-10-10T23:10\",\"LocalFromTime\":\"2023-10-10 23:10\",\"FromUTCTime\":\"2023-10-10T23:10\",\"LocalToTime\":\"2023-10-11 01:15\",\"ToUTCTime\":\"2023-10-11T01:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Wed, 11 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"ApiResultIndex\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d01c4-2efd9-3ca54-3dbc5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T12:44:38.278\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"753\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-11T01:15\",\"SegFlightNumber\":\"6E-5292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"localFromDateTime\":\"2023-10-10 23:10\",\"localToDateTime\":\"2023-10-11 01:15\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','45.117.74.50','2023-09-30 07:13:54','2023-09-30 07:13:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(151,0,44,86368,0,869168,'6LHUTI-6LHUTI','2023-10-05','BKR100774236651','TJ100774236651','AI-734','Air India','',0,'89205-9b983-26a4c-cdc4b','42','13:35:00','16:35:00',0,'T',180,'3h 0m',7852,14323,'DIB','CCU','1 Stop(s)',1,1,5087.45,'32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',4200,1049.8,0,938,0,10,5087.45,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR100774236651\",\"bookingId_TJ\":\"TJ100774236651\",\"FlightNumber\":\"AI-734\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-10-05T13:35\",\"LocalFromTime\":\"2023-10-05 13:35\",\"FromUTCTime\":\"2023-10-05T13:35\",\"LocalToTime\":\"2023-10-05 16:35\",\"ToUTCTime\":\"2023-10-05T16:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Imphal\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 05 Oct\",\"ArrivalDateTxt\":\"Thu, 05 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5249.8,\"PublishedFareTxt\":\"5,250\",\"ApiResultIndex\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DIB-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":938,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5249.8,\"PublishedFare\":5087.45,\"OfferedFare\":5087.45,\"CommissionEarned\":162.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_309339100730312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":162.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5087.45,\"BaseFare\":4200,\"CommissionEarned\":162.35,\"TDS\":-8.54,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":938,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":162.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5087.45,\"CostToCustomer\":5087.45,\"BaseFareCal\":5087.45,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5087.45,\"intOfferedFare\":5087.45,\"intPublishFare\":5249.8,\"TripjackMarkup\":0,\"TripjackCommission\":162.35,\"TripjackTDS\":\"8.54\",\"AddiMarkup\":0,\"CommisionPass\":162.35,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Tulihal Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Imphal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IMF\",\"destinationArrTime\":\"2023-10-05T14:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-10-05T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Imphal\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"820\",\"originAirportName\":\"Tulihal Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Imphal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-05T16:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"IMF\",\"originDepTime\":\"2023-10-05T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"89205-9b983-26a4c-cdc4b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-02T22:43:53.948\",\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7852,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100774236651\",\"bookingId_TJ\":\"TJ100774236651\",\"FlightNumber\":\"AI-734\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-10-05T13:35\",\"LocalFromTime\":\"2023-10-05 13:35\",\"FromUTCTime\":\"2023-10-05T13:35\",\"LocalToTime\":\"2023-10-05 16:35\",\"ToUTCTime\":\"2023-10-05T16:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Imphal\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 05 Oct\",\"ArrivalDateTxt\":\"Thu, 05 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5249.8,\"ApiResultIndex\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"89205-9b983-26a4c-cdc4b\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-02T22:43:53.948\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":938,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5249.8,\"PublishedFare\":5087.45,\"OfferedFare\":5087.45,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5087.45,\"BaseFare\":4200,\"CommissionEarned\":162.35,\"TDS\":-8.54,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":938,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"819\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Tulihal Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Imphal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IMF\",\"destinationArrTime\":\"2023-10-05T14:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-10-05T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Imphal\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"820\",\"originAirportName\":\"Tulihal Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Imphal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-05T16:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"IMF\",\"originDepTime\":\"2023-10-05T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"localFromDateTime\":\"2023-10-05 13:35\",\"localToDateTime\":\"2023-10-05 16:35\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7852,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ100774236651\",\"amount\":5249.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-02T22:47:11.809\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19728406\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"734\",\"eT\":\"319\"},\"stops\":0,\"duration\":60,\"cT\":35,\"da\":{\"code\":\"DIB\",\"name\":\"Mohanbari Arpt\",\"cityCode\":\"DIB\",\"city\":\"Dibrugarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"IMF\",\"name\":\"Tulihal Arpt\",\"cityCode\":\"IMF\",\"city\":\"Imphal\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-05T13:35\",\"at\":\"2023-10-05T14:35\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"19728407\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"734\",\"eT\":\"319\"},\"stops\":0,\"duration\":85,\"da\":{\"code\":\"IMF\",\"name\":\"Tulihal Arpt\",\"cityCode\":\"IMF\",\"city\":\"Imphal\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-05T15:10\",\"at\":\"2023-10-05T16:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DIB-IMF\":\"6LHUTI\",\"IMF-CCU\":\"6LHUTI\"},\"ticketNumberDetails\":{\"DIB-IMF\":\"0989054936979\",\"IMF-CCU\":\"0989054936979\"},\"gdsPnrs\":{\"IMF-CCU\":\"5SBM3D\",\"DIB-IMF\":\"5SBM3D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rajesh\",\"lN\":\"Deb\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":162.35,\"NF\":5087.45,\"BF\":4200,\"TF\":5249.8,\"IGST\":1.8,\"TAF\":1049.8},\"afC\":{\"NCM\":{\"OT\":170.89,\"TDS\":-8.54},\"TAF\":{\"OT\":938,\"MF\":10,\"MFT\":1.8,\"YR\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"869167\",\"TPSysId\":\"869168\",\"VersionId\":[\"265224\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"70351\",\"FareBreakdownid\":[\"386222\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'327594581201','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','183.83.55.82','2023-10-02 17:12:42','2023-10-02 17:12:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000026',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(152,0,65,86368,0,0,NULL,'2023-10-20','BKR106574556293','TJ106574556293','6E-6412','IndiGo','1',1,'63c23-af2f4-4d42a-e86e8','267','22:40:00','01:10:00',0,'M',150,'2h 30m',6000,12995,'MAA','JAI','Non-stop',1,1,5717.25,'5-3967553597_0MAAJAI6E6412_25914203427220',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4190,1592.8,650,684,0,10,5717.25,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106574556293\",\"bookingId_TJ\":\"TJ106574556293\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"PublishedFareTxt\":\"5,783\",\"ApiResultIndex\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"CRFT\":9,\"CRF\":50,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACF\":1499,\"ACFT\":74.95,\"CCF\":50},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACF\":499,\"ACFT\":24.95,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"CommissionEarned\":65.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3967553597_0MAAJAI6E6412_28087795177428\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":65.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5717.25,\"CostToCustomer\":5717.25,\"BaseFareCal\":5717.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5717.25,\"intOfferedFare\":5717.25,\"intPublishFare\":5782.8,\"TripjackMarkup\":0,\"TripjackCommission\":65.55,\"TripjackTDS\":\"3.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":65.55,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"84\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"63c23-af2f4-4d42a-e86e8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:06:25.116\",\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106574556293\",\"bookingId_TJ\":\"TJ106574556293\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"ApiResultIndex\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"63c23-af2f4-4d42a-e86e8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:06:25.116\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"84\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"localFromDateTime\":\"2023-10-20 22:40\",\"localToDateTime\":\"2023-10-21 01:10\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.45.188.213','2023-10-06 09:36:24','2023-10-06 09:36:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(153,0,65,86368,0,875572,'T12FKN','2023-10-20','BKR107174558383','TJ107174558383','6E-6412','IndiGo','1',1,'187c4-3d178-b95e0-a98b2','267','22:40:00','01:10:00',0,'M',150,'2h 30m',6000,12995,'MAA','JAI','Non-stop',1,1,5717.25,'5-5109422573_0MAAJAI6E6412_109388583064489',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4190,1592.8,650,684,0,10,5717.25,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR107174558383\",\"bookingId_TJ\":\"TJ107174558383\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"PublishedFareTxt\":\"5,783\",\"ApiResultIndex\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":22.45,\"ARF\":449},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"ACFT\":74.95,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"ACFT\":24.95,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"CommissionEarned\":65.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5109422573_0MAAJAI6E6412_103281427582417\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":65.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5717.25,\"CostToCustomer\":5717.25,\"BaseFareCal\":5717.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5717.25,\"intOfferedFare\":5717.25,\"intPublishFare\":5782.8,\"TripjackMarkup\":0,\"TripjackCommission\":65.55,\"TripjackTDS\":\"3.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":65.55,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"666\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"187c4-3d178-b95e0-a98b2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:29:36.435\",\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107174558383\",\"bookingId_TJ\":\"TJ107174558383\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"ApiResultIndex\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"187c4-3d178-b95e0-a98b2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:29:36.435\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"666\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"localFromDateTime\":\"2023-10-20 22:40\",\"localToDateTime\":\"2023-10-21 01:10\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ107174558383\",\"amount\":5782.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919066797528\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-06T15:31:53.487\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19827183\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6412\",\"eT\":\"320\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-20T22:40\",\"at\":\"2023-10-21T01:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-JAI\":\"T12FKN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nakaram\",\"lN\":\"Nakaram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1592.8,\"BF\":4190,\"TF\":5782.8,\"NCM\":65.55,\"IGST\":1.8,\"NF\":5717.25},\"afC\":{\"TAF\":{\"OT\":684,\"YQ\":650,\"MF\":10,\"MFT\":1.8,\"AGST\":247},\"NCM\":{\"OT\":69,\"TDS\":-3.45}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"875571\",\"TPSysId\":\"875572\",\"VersionId\":[\"267364\"],\"CustomerSysId\":\"486118\",\"TrxId\":\"70779\",\"FareBreakdownid\":[\"386579\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'327907610353','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','157.45.175.116','2023-10-06 09:58:32','2023-10-06 09:58:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000008',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(154,0,66,86368,0,0,NULL,'2023-10-12','BKR101474960801','TJ101474960801','6E-838','IndiGo','1',1,'b7ea0-497d7-b6c50-769c1','267','19:50:00','22:20:00',0,'R',150,'2h 30m',2262,12995,'BLR','JAI','Non-stop',1,1,8714.26,'5-5486934352_0BLRJAI6E838_38714265708079',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6896,1910.8,650,867,0,10,8714.26,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR101474960801\",\"bookingId_TJ\":\"TJ101474960801\",\"FlightNumber\":\"6E-838\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-10-12T19:50\",\"LocalFromTime\":\"2023-10-12 19:50\",\"FromUTCTime\":\"2023-10-12T19:50\",\"LocalToTime\":\"2023-10-12 22:20\",\"ToUTCTime\":\"2023-10-12T22:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Thu, 12 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"PublishedFareTxt\":\"8,807\",\"ApiResultIndex\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"CommissionEarned\":92.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.54,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8714.26,\"CostToCustomer\":8714.26,\"BaseFareCal\":8714.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8714.26,\"intOfferedFare\":8714.26,\"intPublishFare\":8806.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.54,\"TripjackTDS\":\"4.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.54,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"698\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-12T22:20\",\"SegFlightNumber\":\"6E-838\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T19:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b7ea0-497d7-b6c50-769c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:17:55.405\",\"strTraceId\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101474960801\",\"bookingId_TJ\":\"TJ101474960801\",\"FlightNumber\":\"6E-838\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"strTraceId\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-10-12T19:50\",\"LocalFromTime\":\"2023-10-12 19:50\",\"FromUTCTime\":\"2023-10-12T19:50\",\"LocalToTime\":\"2023-10-12 22:20\",\"ToUTCTime\":\"2023-10-12T22:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Thu, 12 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"ApiResultIndex\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b7ea0-497d7-b6c50-769c1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:17:55.405\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"698\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-12T22:20\",\"SegFlightNumber\":\"6E-838\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T19:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5486934352_0BLRJAI6E838_38714265708079\",\"localFromDateTime\":\"2023-10-12 19:50\",\"localToDateTime\":\"2023-10-12 22:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','192.140.152.182','2023-10-11 12:47:12','2023-10-11 12:47:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(155,0,66,86368,0,883506,'CTRFKT','2023-10-12','BKR101574961138','TJ101574961138','6E-6273','IndiGo','1',1,'1a87f-46542-cc997-26a47','267','22:15:00','00:45:00',0,'R',150,'2h 30m',2262,12995,'BLR','JAI','Non-stop',1,1,8714.26,'5-0698661921_0BLRJAI6E6273_26335260500799',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6896,1910.8,650,867,0,10,8714.26,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR101574961138\",\"bookingId_TJ\":\"TJ101574961138\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-10-12T22:15\",\"LocalFromTime\":\"2023-10-12 22:15\",\"FromUTCTime\":\"2023-10-12T22:15\",\"LocalToTime\":\"2023-10-13 00:45\",\"ToUTCTime\":\"2023-10-13T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Fri, 13 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"PublishedFareTxt\":\"8,807\",\"ApiResultIndex\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"CommissionEarned\":92.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0698661921_0BLRJAI6E6273_113248698885699\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.54,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8714.26,\"CostToCustomer\":8714.26,\"BaseFareCal\":8714.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8714.26,\"intOfferedFare\":8714.26,\"intPublishFare\":8806.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.54,\"TripjackTDS\":\"4.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.54,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"954\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-13T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1a87f-46542-cc997-26a47\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:21:43.707\",\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101574961138\",\"bookingId_TJ\":\"TJ101574961138\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-10-12T22:15\",\"LocalFromTime\":\"2023-10-12 22:15\",\"FromUTCTime\":\"2023-10-12T22:15\",\"LocalToTime\":\"2023-10-13 00:45\",\"ToUTCTime\":\"2023-10-13T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Fri, 13 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"ApiResultIndex\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"1a87f-46542-cc997-26a47\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:21:43.707\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"954\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-13T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"localFromDateTime\":\"2023-10-12 22:15\",\"localToDateTime\":\"2023-10-13 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ101574961138\",\"amount\":8806.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-11T18:23:53.614\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19950352\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6273\",\"eT\":\"321\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-12T22:15\",\"at\":\"2023-10-13T00:45\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-JAI\":\"CTRFKT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"juga\",\"lN\":\"ram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1910.8,\"NCM\":92.54,\"TF\":8806.8,\"IGST\":1.8,\"NF\":8714.26,\"BF\":6896},\"afC\":{\"TAF\":{\"OT\":867,\"MFT\":1.8,\"AGST\":382,\"YQ\":650,\"MF\":10},\"NCM\":{\"OT\":97.41,\"TDS\":-4.87}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"883505\",\"TPSysId\":\"883506\",\"VersionId\":[\"269982\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"71333\",\"FareBreakdownid\":[\"386859\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'328472596304','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','192.140.152.182','2023-10-11 12:50:30','2023-10-11 12:50:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000009',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(156,0,82,86368,0,0,NULL,'2023-11-04','BKR103075458028','TJ103075458028','QP-1386','Akasa Air','1',1,'00e4b-f344c-242f2-ac839','821','15:05:00','17:50:00',0,'SP',165,'2h 45m',2012,18676,'IXB','BOM','Non-stop',1,1,6655.9,'30-4136164705_0IXBBOMQP1386_23874410282580',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',5631,1119.8,0,1108,0,10,6655.9,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103075458028\",\"bookingId_TJ\":\"TJ103075458028\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-04T15:05\",\"LocalFromTime\":\"2023-11-04 15:05\",\"FromUTCTime\":\"2023-11-04T15:05\",\"LocalToTime\":\"2023-11-04 17:50\",\"ToUTCTime\":\"2023-11-04T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 04 Nov\",\"ArrivalDateTxt\":\"Sat, 04 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"PublishedFareTxt\":\"6,751\",\"ApiResultIndex\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"IXB-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"CommissionEarned\":94.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.99,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-4136164705_0IXBBOMQP1386_40808659374171\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":94.9,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":94.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6655.9,\"CostToCustomer\":6655.9,\"BaseFareCal\":6655.9,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6655.9,\"intOfferedFare\":6655.9,\"intPublishFare\":6750.8,\"TripjackMarkup\":0,\"TripjackCommission\":94.9,\"TripjackTDS\":\"4.99\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":94.9,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-04T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-04T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"00e4b-f344c-242f2-ac839\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:50:49.202\",\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103075458028\",\"bookingId_TJ\":\"TJ103075458028\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-04T15:05\",\"LocalFromTime\":\"2023-11-04 15:05\",\"FromUTCTime\":\"2023-11-04T15:05\",\"LocalToTime\":\"2023-11-04 17:50\",\"ToUTCTime\":\"2023-11-04T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 04 Nov\",\"ArrivalDateTxt\":\"Sat, 04 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"ApiResultIndex\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"00e4b-f344c-242f2-ac839\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:50:49.202\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"553\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-04T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-04T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"localFromDateTime\":\"2023-11-04 15:05\",\"localToDateTime\":\"2023-11-04 17:50\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'NA','User cancelled the UPI transaction','User cancelled the UPI transaction',NULL,NULL,'0','103.166.15.108','2023-10-18 12:19:35','2023-10-18 12:19:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(157,0,83,86368,0,0,NULL,'2023-10-25','BKR106575479379','TJ106575479379','6E-953','IndiGo','1',1,'b6256-efb84-02551-1dc22','267','14:40:00','16:50:00',0,'R',130,'2h 10m',18676,0,'BOM','DED','Non-stop',1,1,7920.41,'5-9767009986_0BOMDED6E953_55706596391856',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6681,1329.8,550,404,0,10,7920.41,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106575479379\",\"bookingId_TJ\":\"TJ106575479379\",\"FlightNumber\":\"6E-953\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:50\",\"TravelDate\":\"2023-10-25T14:40\",\"LocalFromTime\":\"2023-10-25 14:40\",\"FromUTCTime\":\"2023-10-25T14:40\",\"LocalToTime\":\"2023-10-25 16:50\",\"ToUTCTime\":\"2023-10-25T16:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DED\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8010.8,\"PublishedFareTxt\":\"8,011\",\"ApiResultIndex\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DED\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6681,\"Tax\":1329.8,\"YQTax\":550,\"OtherCharges\":404,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":364,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8010.8,\"PublishedFare\":7920.41,\"OfferedFare\":7920.41,\"CommissionEarned\":90.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9767009986_0BOMDED6E953_127003002385779\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.39,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1329.8,\"BaseFareCal\":7920.41,\"BaseFare\":6681,\"CommissionEarned\":90.39,\"TDS\":-4.76,\"MF\":10,\"YQ\":550,\"AGST\":364,\"MFT\":1.8,\"OT\":404,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7920.41,\"CostToCustomer\":7920.41,\"BaseFareCal\":7920.41,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7920.41,\"intOfferedFare\":7920.41,\"intPublishFare\":8010.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.39,\"TripjackTDS\":\"4.76\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.39,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"852\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-10-25T16:50\",\"SegFlightNumber\":\"6E-953\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b6256-efb84-02551-1dc22\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T22:11:01.869\",\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DED\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106575479379\",\"bookingId_TJ\":\"TJ106575479379\",\"FlightNumber\":\"6E-953\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:50\",\"TravelDate\":\"2023-10-25T14:40\",\"LocalFromTime\":\"2023-10-25 14:40\",\"FromUTCTime\":\"2023-10-25T14:40\",\"LocalToTime\":\"2023-10-25 16:50\",\"ToUTCTime\":\"2023-10-25T16:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DED\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8010.8,\"ApiResultIndex\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b6256-efb84-02551-1dc22\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T22:11:01.869\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6681,\"Tax\":1329.8,\"YQTax\":550,\"OtherCharges\":404,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":364,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8010.8,\"PublishedFare\":7920.41,\"OfferedFare\":7920.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1329.8,\"BaseFareCal\":7920.41,\"BaseFare\":6681,\"CommissionEarned\":90.39,\"TDS\":-4.76,\"MF\":10,\"YQ\":550,\"AGST\":364,\"MFT\":1.8,\"OT\":404,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"852\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-10-25T16:50\",\"SegFlightNumber\":\"6E-953\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"localFromDateTime\":\"2023-10-25 14:40\",\"localToDateTime\":\"2023-10-25 16:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DED\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','223.189.1.233','2023-10-18 16:39:54','2023-10-18 16:39:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(158,0,84,97238,896681,896682,'BEYIFX','2023-11-09','DMCS101600735332','TJS101600735332','SG-160','SpiceJet','1',2,'f4dde-8aad8-3a013-a4e76','463','09:05:00','10:35:00',0,'RS',90,'02h 30m',7701,13021,'DEL','IXJ','Non-stop',1,1,3726,'4-2732849231_0DELIXJSG160_40363372931193',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1576,500,468,0,400,3726,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS101600735332\",\"bookingId_TJ\":\"TJS101600735332\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"apiTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-09T09:05\",\"LocalFromTime\":\"2023-11-09 09:05\",\"FromUTCTime\":\"2023-11-09T09:05\",\"LocalToTime\":\"2023-11-09 10:35\",\"ToUTCTime\":\"2023-11-09T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-2732849231_0DELIXJSG160_40541279726913\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"216\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-09T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS101600735332\",\"bookingId_TJ\":\"TJS101600735332\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"apiTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-09T09:05\",\"LocalFromTime\":\"2023-11-09 09:05\",\"FromUTCTime\":\"2023-11-09T09:05\",\"LocalToTime\":\"2023-11-09 10:35\",\"ToUTCTime\":\"2023-11-09T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-2732849231_0DELIXJSG160_40541279726913\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"216\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-09T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS101600735332\",\"amount\":4011,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:11:14.748\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160341\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-09T09:05\",\"at\":\"2023-11-09T10:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-IXJ\":\"BEYIFX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"prince\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3726,\"TF\":4011,\"TAF\":1576,\"IGST\":72,\"BF\":2435,\"NCM\":285},\"afC\":{\"TAF\":{\"MFT\":72,\"YQ\":500,\"AGST\":136,\"MF\":400,\"OT\":468},\"NCM\":{\"TDS\":-15,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896681\",\"TPSysId\":\"896682\",\"VersionId\":[\"273727\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72356\",\"FareBreakdownid\":[\"387370\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A5D4715D057644D6BF84FFC459B1ECE4','','',NULL,'A5D4715D057644D6BF84FFC459B1ECE4','0',NULL,'2023-10-20 11:39:25','2023-10-20 11:39:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','prince singh','2023-10-000010',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(159,0,84,97238,896698,896699,'P3FIFZ','2023-11-14','DMCS100000735374','TJS100000735374','I5-743','AirAsia India','1',0,'e1cd5-9e0c3-fcb31-aef02','75','05:00:00','05:50:00',0,'FM',50,'01h 50m',7701,12995,'DEL','JAI','Non-stop',3,1,5666,'22-9269681807_0DELJAII5743_41008757273061',1,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',3450,2786,0,1726,0,800,5666,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-743\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"05:50\",\"TravelDate\":\"2023-11-14T05:00\",\"LocalFromTime\":\"2023-11-14 05:00\",\"FromUTCTime\":\"2023-11-14T05:00\",\"LocalToTime\":\"2023-11-14 05:50\",\"ToUTCTime\":\"2023-11-14T05:50\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,666\",\"ApiResultIndex\":\"22-9269681807_0DELJAII5743_41008757273061\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":2786,\"YQTax\":0,\"OtherCharges\":1726,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6236,\"PublishedFare\":5666,\"PublishedFareAgent\":5666,\"OfferedFareAgent\":5666,\"OfferedFare\":5666,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_0DELJAII5743_41044037669279\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":5,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5666,\"CostToCustomer\":5666,\"BaseFareCal\":5666,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5666,\"intOfferedFare\":5666,\"intPublishFare\":6236,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"331\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-14T05:50\",\"SegFlightNumber\":\"I5-743\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T05:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-743\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"05:50\",\"TravelDate\":\"2023-11-14T05:00\",\"LocalFromTime\":\"2023-11-14 05:00\",\"FromUTCTime\":\"2023-11-14T05:00\",\"LocalToTime\":\"2023-11-14 05:50\",\"ToUTCTime\":\"2023-11-14T05:50\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,666\",\"ApiResultIndex\":\"22-9269681807_0DELJAII5743_41008757273061\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":2786,\"YQTax\":0,\"OtherCharges\":1726,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6236,\"PublishedFare\":5666,\"PublishedFareAgent\":5666,\"OfferedFareAgent\":5666,\"OfferedFare\":5666,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_0DELJAII5743_41044037669279\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":5,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5666,\"CostToCustomer\":5666,\"BaseFareCal\":5666,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5666,\"intOfferedFare\":5666,\"intPublishFare\":6236,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"331\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-14T05:50\",\"SegFlightNumber\":\"I5-743\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T05:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS100000735374\",\"amount\":11554,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:21:21.901\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160345\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"743\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T05:00\",\"at\":\"2023-11-14T05:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160346\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"769\",\"eT\":\"320\"},\"stops\":0,\"duration\":55,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-16T23:00\",\"at\":\"2023-11-16T23:55\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"niya\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"rani\",\"lN\":\"devi\",\"dob\":\"2022-10-01\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":11554,\"TAF\":4654,\"NCM\":570,\"BF\":6900,\"IGST\":144,\"NF\":10984},\"afC\":{\"TAF\":{\"MF\":800,\"AGST\":232,\"MFT\":144,\"OT\":3478},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896698\",\"TPSysId\":\"896699\",\"VersionId\":[\"273733\",\"273734\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72360\",\"FareBreakdownid\":[\"387371\",\"387372\",\"387373\",\"387374\",\"387375\",\"387376\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'448BD529C23942C2995E74D315324AFC','','',NULL,'448BD529C23942C2995E74D315324AFC','0',NULL,'2023-10-20 11:47:49','2023-10-20 11:47:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','chotu singh (+2)','2023-10-000011',NULL,NULL,NULL,'FAMILY','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(160,159,84,97238,896698,896699,'P3FIFZ','2023-11-16','DMCS100000735374','TJS100000735374','I5-769','AirAsia India','1',0,'e1cd5-9e0c3-fcb31-aef02','75','23:00:00','23:55:00',0,'FM',55,'01h 55m',7701,12995,'JAI','DEL','Non-stop',3,1,5318,'22-9269681807_0JAIDELI5769_41008757083681',2,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',3450,1868,0,1752,0,0,5318,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-11-16T23:00\",\"LocalFromTime\":\"2023-11-16 23:00\",\"FromUTCTime\":\"2023-11-16T23:00\",\"LocalToTime\":\"2023-11-16 23:55\",\"ToUTCTime\":\"2023-11-16T23:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,984\",\"ApiResultIndex\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":1868,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5318,\"PublishedFare\":5318,\"PublishedFareAgent\":5318,\"OfferedFareAgent\":5318,\"OfferedFare\":5318,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_1JAIDELI5769_41044038854231\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5318,\"CostToCustomer\":5318,\"BaseFareCal\":5318,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5318,\"intOfferedFare\":5318,\"intPublishFare\":5318,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"332\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-16T23:55\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T23:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-11-16T23:00\",\"LocalFromTime\":\"2023-11-16 23:00\",\"FromUTCTime\":\"2023-11-16T23:00\",\"LocalToTime\":\"2023-11-16 23:55\",\"ToUTCTime\":\"2023-11-16T23:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,984\",\"ApiResultIndex\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":1868,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5318,\"PublishedFare\":5318,\"PublishedFareAgent\":5318,\"OfferedFareAgent\":5318,\"OfferedFare\":5318,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_1JAIDELI5769_41044038854231\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5318,\"CostToCustomer\":5318,\"BaseFareCal\":5318,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5318,\"intOfferedFare\":5318,\"intPublishFare\":5318,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"332\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-16T23:55\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T23:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS100000735374\",\"amount\":11554,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:21:21.901\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160345\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"743\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T05:00\",\"at\":\"2023-11-14T05:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160346\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"769\",\"eT\":\"320\"},\"stops\":0,\"duration\":55,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-16T23:00\",\"at\":\"2023-11-16T23:55\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"niya\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"rani\",\"lN\":\"devi\",\"dob\":\"2022-10-01\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":11554,\"TAF\":4654,\"NCM\":570,\"BF\":6900,\"IGST\":144,\"NF\":10984},\"afC\":{\"TAF\":{\"MF\":800,\"AGST\":232,\"MFT\":144,\"OT\":3478},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896698\",\"TPSysId\":\"896699\",\"VersionId\":[\"273733\",\"273734\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72360\",\"FareBreakdownid\":[\"387371\",\"387372\",\"387373\",\"387374\",\"387375\",\"387376\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'448BD529C23942C2995E74D315324AFC','','',NULL,'448BD529C23942C2995E74D315324AFC','0',NULL,'2023-10-20 11:47:49','2023-10-20 11:47:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','chotu singh (+2)','2023-10-000011',NULL,NULL,NULL,'FAMILY','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(161,0,84,97238,896745,896746,'G41F5Y','2023-11-08','DMCS108100735407','TJS108100735407','SG-8133','SpiceJet','1',2,'9b838-bfcd5-c5345-626a7','463','13:55:00','16:40:00',0,'SS',165,'03h 45m',7701,2262,'DEL','BLR','Non-stop',1,1,4253,'30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165',1,3,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2499,2039,900,518,0,400,4253,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-11-08T13:55\",\"LocalFromTime\":\"2023-11-08 13:55\",\"FromUTCTime\":\"2023-11-08T13:55\",\"LocalToTime\":\"2023-11-08 16:40\",\"ToUTCTime\":\"2023-11-08T16:40\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,253\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":2039,\"YQTax\":900,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4538,\"PublishedFare\":4253,\"PublishedFareAgent\":4253,\"OfferedFareAgent\":4253,\"OfferedFare\":4253,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":1,\"classOfBooking\":\"SS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2039,\"TotalBaseFare\":4538,\"BaseFareCal\":4253,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4253,\"CostToCustomer\":4253,\"BaseFareCal\":4253,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4253,\"intOfferedFare\":4253,\"intPublishFare\":4538,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-08T16:40\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T13:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-11-08T13:55\",\"LocalFromTime\":\"2023-11-08 13:55\",\"FromUTCTime\":\"2023-11-08T13:55\",\"LocalToTime\":\"2023-11-08 16:40\",\"ToUTCTime\":\"2023-11-08T16:40\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,253\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":2039,\"YQTax\":900,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4538,\"PublishedFare\":4253,\"PublishedFareAgent\":4253,\"OfferedFareAgent\":4253,\"OfferedFare\":4253,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":1,\"classOfBooking\":\"SS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2039,\"TotalBaseFare\":4538,\"BaseFareCal\":4253,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4253,\"CostToCustomer\":4253,\"BaseFareCal\":4253,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4253,\"intOfferedFare\":4253,\"intPublishFare\":4538,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-08T16:40\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T13:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS108100735407\",\"amount\":16992,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:40:45.371\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160350\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8133\",\"eT\":\"737\"},\"stops\":0,\"duration\":165,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T13:55\",\"at\":\"2023-11-08T16:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160351\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8134\",\"eT\":\"737\"},\"stops\":0,\"duration\":160,\"cT\":785,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-10T17:20\",\"at\":\"2023-11-10T20:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160352\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T09:05\",\"at\":\"2023-11-11T10:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"160353\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-13T14:15\",\"at\":\"2023-11-13T15:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G41F5Y\",\"BLR-DEL\":\"G41G5Y\",\"DEL-IXJ\":\"G41G5Y\",\"IXJ-DEL\":\"TYLHKJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16137,\"TF\":16992,\"TAF\":6608,\"IGST\":216,\"BF\":10384,\"NCM\":855},\"afC\":{\"TAF\":{\"MFT\":216,\"YQ\":2800,\"AGST\":645,\"MF\":1200,\"OT\":1747},\"NCM\":{\"TDS\":-45,\"OT\":900}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"VersionId\":[\"273756\",\"273757\",\"273758\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72364\",\"FareBreakdownid\":[\"387377\",\"387378\",\"387379\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8A83FEAC8BCE46358D0737C25CC93D60','','',NULL,'8A83FEAC8BCE46358D0737C25CC93D60','0',NULL,'2023-10-20 12:08:54','2023-10-20 12:08:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','rahul singh','2023-10-000012',NULL,NULL,NULL,'SALE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(162,161,84,97238,896745,896746,'G41G5Y','2023-11-10','DMCS108100735407','TJS108100735407','SG-8134','SpiceJet','1',2,'9b838-bfcd5-c5345-626a7','463','17:20:00','10:35:00',0,'RS',1035,'17h 15m',7701,2262,'BLR','IXJ','1 Stop(s)',1,1,7949,'30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351',2,3,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',5435,2799,1400,581,0,400,7949,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-10T17:20\",\"LocalFromTime\":\"2023-11-10 17:20\",\"FromUTCTime\":\"2023-11-10T17:20\",\"LocalToTime\":\"2023-11-11 10:35\",\"ToUTCTime\":\"2023-11-11T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":785,\"LAYOVERDuration\":\"13h 5m\",\"FlyingMinutes\":1035,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,202\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5435,\"Tax\":2799,\"YQTax\":1400,\"OtherCharges\":581,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":346,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8234,\"PublishedFare\":7949,\"PublishedFareAgent\":7949,\"OfferedFareAgent\":7949,\"OfferedFare\":7949,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2799,\"TotalBaseFare\":8234,\"BaseFareCal\":7949,\"BaseFare\":5435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":346,\"MFT\":72,\"OT\":581,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7949,\"CostToCustomer\":7949,\"BaseFareCal\":7949,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7949,\"intOfferedFare\":7949,\"intPublishFare\":8234,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-10T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-10T17:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":785,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"13h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"422\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-11T09:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-10T17:20\",\"LocalFromTime\":\"2023-11-10 17:20\",\"FromUTCTime\":\"2023-11-10T17:20\",\"LocalToTime\":\"2023-11-11 10:35\",\"ToUTCTime\":\"2023-11-11T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":785,\"LAYOVERDuration\":\"13h 5m\",\"FlyingMinutes\":1035,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,202\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5435,\"Tax\":2799,\"YQTax\":1400,\"OtherCharges\":581,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":346,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8234,\"PublishedFare\":7949,\"PublishedFareAgent\":7949,\"OfferedFareAgent\":7949,\"OfferedFare\":7949,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2799,\"TotalBaseFare\":8234,\"BaseFareCal\":7949,\"BaseFare\":5435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":346,\"MFT\":72,\"OT\":581,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7949,\"CostToCustomer\":7949,\"BaseFareCal\":7949,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7949,\"intOfferedFare\":7949,\"intPublishFare\":8234,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-10T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-10T17:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":785,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"13h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"422\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-11T09:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS108100735407\",\"amount\":16992,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:40:45.371\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160350\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8133\",\"eT\":\"737\"},\"stops\":0,\"duration\":165,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T13:55\",\"at\":\"2023-11-08T16:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160351\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8134\",\"eT\":\"737\"},\"stops\":0,\"duration\":160,\"cT\":785,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-10T17:20\",\"at\":\"2023-11-10T20:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160352\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T09:05\",\"at\":\"2023-11-11T10:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"160353\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-13T14:15\",\"at\":\"2023-11-13T15:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G41F5Y\",\"BLR-DEL\":\"G41G5Y\",\"DEL-IXJ\":\"G41G5Y\",\"IXJ-DEL\":\"TYLHKJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16137,\"TF\":16992,\"TAF\":6608,\"IGST\":216,\"BF\":10384,\"NCM\":855},\"afC\":{\"TAF\":{\"MFT\":216,\"YQ\":2800,\"AGST\":645,\"MF\":1200,\"OT\":1747},\"NCM\":{\"TDS\":-45,\"OT\":900}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"VersionId\":[\"273756\",\"273757\",\"273758\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72364\",\"FareBreakdownid\":[\"387377\",\"387378\",\"387379\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8A83FEAC8BCE46358D0737C25CC93D60','','',NULL,'8A83FEAC8BCE46358D0737C25CC93D60','0',NULL,'2023-10-20 12:08:54','2023-10-20 12:08:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','rahul singh','2023-10-000012',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(163,162,84,97238,896745,896746,'TYLHKJ','2023-11-13','DMCS108100735407','TJS108100735407','SG-161','SpiceJet','1',2,'9b838-bfcd5-c5345-626a7','463','14:15:00','15:35:00',0,'RS',80,'01h 20m',7701,2262,'IXJ','DEL','Non-stop',1,1,3935,'30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085',2,3,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2450,1770,500,648,0,400,3935,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-13T14:15\",\"LocalFromTime\":\"2023-11-13 14:15\",\"FromUTCTime\":\"2023-11-13T14:15\",\"LocalToTime\":\"2023-11-13 15:35\",\"ToUTCTime\":\"2023-11-13T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,137\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1770,\"YQTax\":500,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220,\"PublishedFare\":3935,\"PublishedFareAgent\":3935,\"OfferedFareAgent\":3935,\"OfferedFare\":3935,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1770,\"TotalBaseFare\":4220,\"BaseFareCal\":3935,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":150,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3935,\"CostToCustomer\":3935,\"BaseFareCal\":3935,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3935,\"intOfferedFare\":3935,\"intPublishFare\":4220,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-13T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-13T14:15\",\"LocalFromTime\":\"2023-11-13 14:15\",\"FromUTCTime\":\"2023-11-13T14:15\",\"LocalToTime\":\"2023-11-13 15:35\",\"ToUTCTime\":\"2023-11-13T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,137\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1770,\"YQTax\":500,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220,\"PublishedFare\":3935,\"PublishedFareAgent\":3935,\"OfferedFareAgent\":3935,\"OfferedFare\":3935,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1770,\"TotalBaseFare\":4220,\"BaseFareCal\":3935,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":150,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3935,\"CostToCustomer\":3935,\"BaseFareCal\":3935,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3935,\"intOfferedFare\":3935,\"intPublishFare\":4220,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-13T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS108100735407\",\"amount\":16992,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:40:45.371\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160350\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8133\",\"eT\":\"737\"},\"stops\":0,\"duration\":165,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T13:55\",\"at\":\"2023-11-08T16:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160351\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8134\",\"eT\":\"737\"},\"stops\":0,\"duration\":160,\"cT\":785,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-10T17:20\",\"at\":\"2023-11-10T20:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160352\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T09:05\",\"at\":\"2023-11-11T10:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"160353\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-13T14:15\",\"at\":\"2023-11-13T15:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G41F5Y\",\"BLR-DEL\":\"G41G5Y\",\"DEL-IXJ\":\"G41G5Y\",\"IXJ-DEL\":\"TYLHKJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16137,\"TF\":16992,\"TAF\":6608,\"IGST\":216,\"BF\":10384,\"NCM\":855},\"afC\":{\"TAF\":{\"MFT\":216,\"YQ\":2800,\"AGST\":645,\"MF\":1200,\"OT\":1747},\"NCM\":{\"TDS\":-45,\"OT\":900}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"VersionId\":[\"273756\",\"273757\",\"273758\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72364\",\"FareBreakdownid\":[\"387377\",\"387378\",\"387379\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8A83FEAC8BCE46358D0737C25CC93D60','','',NULL,'8A83FEAC8BCE46358D0737C25CC93D60','0',NULL,'2023-10-20 12:08:54','2023-10-20 12:08:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','rahul singh','2023-10-000012',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(164,0,86,86368,0,0,NULL,'2023-10-28','BKR100075622575','TJ100075622575','SG-194','SpiceJet','1',0,'e10d3-36576-7d93f-5f0c1','463','06:00:00','07:45:00',0,'G',105,'1h 45m',296,7701,'AMD','DEL','Non-stop',2,1,7373.6,'11-4719302340_0AMDDELSG194_29071890980556',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',6800,573.6,0,550,0,20,7373.6,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100075622575\",\"bookingId_TJ\":\"TJ100075622575\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-28T06:00\",\"LocalFromTime\":\"2023-10-28 06:00\",\"FromUTCTime\":\"2023-10-28T06:00\",\"LocalToTime\":\"2023-10-28 07:45\",\"ToUTCTime\":\"2023-10-28T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7373.6,\"PublishedFareTxt\":\"7,374\",\"ApiResultIndex\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6800,\"Tax\":573.6,\"YQTax\":0,\"OtherCharges\":550,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7373.6,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":573.6,\"BaseFareCal\":7373.6,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":550,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7373.6,\"CostToCustomer\":7373.6,\"BaseFareCal\":7373.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7373.6,\"intOfferedFare\":7373.6,\"intPublishFare\":7373.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"494\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-28T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-28T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:13:06.492\",\"strTraceId\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100075622575\",\"bookingId_TJ\":\"TJ100075622575\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"strTraceId\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-28T06:00\",\"LocalFromTime\":\"2023-10-28 06:00\",\"FromUTCTime\":\"2023-10-28T06:00\",\"LocalToTime\":\"2023-10-28 07:45\",\"ToUTCTime\":\"2023-10-28T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14747.2,\"ApiResultIndex\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:13:06.492\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13700,\"Tax\":1047.2,\"YQTax\":0,\"OtherCharges\":1000,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14747.2,\"PublishedFare\":14747.2,\"OfferedFare\":14747.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1047.2,\"BaseFareCal\":14747.2,\"BaseFare\":13700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1000,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"494\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-28T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-28T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"544\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4719302340_0AMDDELSG194_29071890980556\",\"localFromDateTime\":\"2023-10-28 06:00\",\"localToDateTime\":\"2023-10-28 07:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.34.214.14','2023-10-20 12:43:02','2023-10-20 12:43:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'648987',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(165,164,86,86368,0,0,NULL,'2023-11-01','BKR100075622575','TJ100075622575','SG-8193','SpiceJet','1',0,'e10d3-36576-7d93f-5f0c1','463','19:55:00','22:10:00',0,'G',135,'2h 15m',296,7701,'DEL','AMD','Non-stop',2,1,7373.6,'31-4719302340_1DELAMDSG8193_29071205045454',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',6900,473.6,0,450,0,20,7373.6,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100075622575\",\"bookingId_TJ\":\"TJ100075622575\",\"FlightNumber\":\"SG-8193\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-4719302340_1DELAMDSG8193_29071205045454\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-11-01T19:55\",\"LocalFromTime\":\"2023-11-01 19:55\",\"FromUTCTime\":\"2023-11-01T19:55\",\"LocalToTime\":\"2023-11-01 22:10\",\"ToUTCTime\":\"2023-11-01T22:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7373.6,\"PublishedFareTxt\":\"7,374\",\"ApiResultIndex\":\"31-4719302340_1DELAMDSG8193_29071205045454\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":473.6,\"YQTax\":0,\"OtherCharges\":450,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7373.6,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4719302340_1DELAMDSG8193_26689403285356\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":473.6,\"BaseFareCal\":7373.6,\"BaseFare\":6900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":450,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7373.6,\"CostToCustomer\":7373.6,\"BaseFareCal\":7373.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7373.6,\"intOfferedFare\":7373.6,\"intPublishFare\":7373.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"544\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:13:06.492\",\"strTraceId\":\"31-4719302340_1DELAMDSG8193_29071205045454\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.34.214.14','2023-10-20 12:43:02','2023-10-20 12:43:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'648987',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL);
INSERT INTO `tbl_flight_booking` VALUES (166,0,84,97238,896941,896942,'OBP1VG','2023-11-08','DMCS102900735514','TJS102900735514','SG-160','SpiceJet','1',2,'0170f-e9c1c-98cc0-3aaba','463','09:05:00','10:35:00',0,'RS',90,'02h 30m',7701,13021,'DEL','IXJ','Non-stop',1,1,3726,'4-0693468188_0DELIXJSG160_46772694614653',1,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1576,500,468,0,400,3726,0,0,0,0,0,0,0,0,200,395,999,'{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-08T09:05\",\"LocalFromTime\":\"2023-11-08 09:05\",\"FromUTCTime\":\"2023-11-08T09:05\",\"LocalToTime\":\"2023-11-08 10:35\",\"ToUTCTime\":\"2023-11-08T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_0DELIXJSG160_46778582270098\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":7547.5,\"oldFare\":7459,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-08T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-08T09:05\",\"LocalFromTime\":\"2023-11-08 09:05\",\"FromUTCTime\":\"2023-11-08T09:05\",\"LocalToTime\":\"2023-11-08 10:35\",\"ToUTCTime\":\"2023-11-08T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_0DELIXJSG160_46778582270098\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":7547.5,\"oldFare\":7459,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-08T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS102900735514\",\"amount\":17190.5,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:55:20.613\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160378\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-08T09:05\",\"at\":\"2023-11-08T10:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160379\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-23T14:15\",\"at\":\"2023-11-23T15:35\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-IXJ\":{\"code\":\"BOF2\",\"amount\":200,\"desc\":\"Bag Out First with 2 Bag\"},\"IXJ-DEL\":{\"code\":\"EB15\",\"amount\":6750,\"desc\":\"15KG\"}},\"ssrMealInfos\":{\"DEL-IXJ\":{\"code\":\"JNSW\",\"amount\":395,\"desc\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},\"IXJ-DEL\":{\"code\":\"NCC1\",\"amount\":300,\"desc\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}},\"ssrSeatInfos\":{\"DEL-IXJ\":{\"code\":\"1C\",\"amount\":999},\"IXJ-DEL\":{\"code\":\"1B\",\"amount\":999}},\"pnrDetails\":{\"DEL-IXJ\":\"OBP1VG\",\"IXJ-DEL\":\"OBP1VG\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16905.5,\"TF\":17190.5,\"SSRP\":9643,\"TAF\":2662.5,\"IGST\":85.5,\"BF\":4885,\"NCM\":285},\"afC\":{\"SSRP\":{\"OT\":9643},\"TAF\":{\"MFT\":85.5,\"YQ\":1000,\"AGST\":286,\"MF\":475,\"OT\":816},\"NCM\":{\"TDS\":-15,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896941\",\"TPSysId\":\"896942\",\"VersionId\":[\"273806\",\"273807\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72376\",\"FareBreakdownid\":[\"387383\",\"387384\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FF4D7584C37544058D9DA56A11ADF233','','',NULL,'FF4D7584C37544058D9DA56A11ADF233','0',NULL,'2023-10-20 13:23:31','2023-10-20 13:23:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','chotu singh','2023-10-000013',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(167,166,84,97238,896941,896942,'OBP1VG','2023-11-23','DMCS102900735514','TJS102900735514','SG-161','SpiceJet','1',2,'0170f-e9c1c-98cc0-3aaba','463','14:15:00','15:35:00',0,'RS',80,'01h 20m',7701,13021,'IXJ','DEL','Non-stop',1,1,3536.5,'4-0693468188_0IXJDELSG161_46772694367177',2,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2450,1086.5,500,348,0,75,3536.5,0,0,0,0,0,0,0,0,6750,300,999,'{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-23T14:15\",\"LocalFromTime\":\"2023-11-23 14:15\",\"FromUTCTime\":\"2023-11-23T14:15\",\"LocalToTime\":\"2023-11-23 15:35\",\"ToUTCTime\":\"2023-11-23T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,263\",\"ApiResultIndex\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1086.5,\"YQTax\":500,\"OtherCharges\":348,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3536.5,\"PublishedFare\":3536.5,\"PublishedFareAgent\":3536.5,\"OfferedFareAgent\":3536.5,\"OfferedFare\":3536.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_1IXJDELSG161_46778583662286\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1086.5,\"TotalBaseFare\":3536.5,\"BaseFareCal\":3536.5,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":500,\"AGST\":150,\"MFT\":13.5,\"OT\":348,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3536.5,\"CostToCustomer\":3536.5,\"BaseFareCal\":3536.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3536.5,\"intOfferedFare\":3536.5,\"intPublishFare\":3536.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"802\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-23T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-23T14:15\",\"LocalFromTime\":\"2023-11-23 14:15\",\"FromUTCTime\":\"2023-11-23T14:15\",\"LocalToTime\":\"2023-11-23 15:35\",\"ToUTCTime\":\"2023-11-23T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,263\",\"ApiResultIndex\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1086.5,\"YQTax\":500,\"OtherCharges\":348,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3536.5,\"PublishedFare\":3536.5,\"PublishedFareAgent\":3536.5,\"OfferedFareAgent\":3536.5,\"OfferedFare\":3536.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_1IXJDELSG161_46778583662286\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1086.5,\"TotalBaseFare\":3536.5,\"BaseFareCal\":3536.5,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":500,\"AGST\":150,\"MFT\":13.5,\"OT\":348,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3536.5,\"CostToCustomer\":3536.5,\"BaseFareCal\":3536.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3536.5,\"intOfferedFare\":3536.5,\"intPublishFare\":3536.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"802\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-23T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS102900735514\",\"amount\":17190.5,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:55:20.613\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160378\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-08T09:05\",\"at\":\"2023-11-08T10:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160379\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-23T14:15\",\"at\":\"2023-11-23T15:35\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-IXJ\":{\"code\":\"BOF2\",\"amount\":200,\"desc\":\"Bag Out First with 2 Bag\"},\"IXJ-DEL\":{\"code\":\"EB15\",\"amount\":6750,\"desc\":\"15KG\"}},\"ssrMealInfos\":{\"DEL-IXJ\":{\"code\":\"JNSW\",\"amount\":395,\"desc\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},\"IXJ-DEL\":{\"code\":\"NCC1\",\"amount\":300,\"desc\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}},\"ssrSeatInfos\":{\"DEL-IXJ\":{\"code\":\"1C\",\"amount\":999},\"IXJ-DEL\":{\"code\":\"1B\",\"amount\":999}},\"pnrDetails\":{\"DEL-IXJ\":\"OBP1VG\",\"IXJ-DEL\":\"OBP1VG\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16905.5,\"TF\":17190.5,\"SSRP\":9643,\"TAF\":2662.5,\"IGST\":85.5,\"BF\":4885,\"NCM\":285},\"afC\":{\"SSRP\":{\"OT\":9643},\"TAF\":{\"MFT\":85.5,\"YQ\":1000,\"AGST\":286,\"MF\":475,\"OT\":816},\"NCM\":{\"TDS\":-15,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896941\",\"TPSysId\":\"896942\",\"VersionId\":[\"273806\",\"273807\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72376\",\"FareBreakdownid\":[\"387383\",\"387384\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FF4D7584C37544058D9DA56A11ADF233','','',NULL,'FF4D7584C37544058D9DA56A11ADF233','0',NULL,'2023-10-20 13:23:31','2023-10-20 13:23:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','chotu singh','2023-10-000013',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(168,0,84,97238,896953,896954,'T6PTNV','2023-11-08','DMCS105500735516','TJS105500735516','SG-8473','SpiceJet','1',2,'66a43-f5087-382a5-28fb8','463','07:55:00','09:25:00',0,'RS',90,'02h 30m',7701,25897,'DEL','SXR','Non-stop',1,1,3726,'30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657',1,3,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',2435,1576,500,468,0,400,3726,0,0,0,0,0,0,0,0,13500,532,300,'{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-08T07:55\",\"LocalFromTime\":\"2023-11-08 07:55\",\"FromUTCTime\":\"2023-11-08T07:55\",\"LocalToTime\":\"2023-11-08 09:25\",\"ToUTCTime\":\"2023-11-08T09:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-08T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-08T07:55\",\"LocalFromTime\":\"2023-11-08 07:55\",\"FromUTCTime\":\"2023-11-08T07:55\",\"LocalToTime\":\"2023-11-08 09:25\",\"ToUTCTime\":\"2023-11-08T09:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-08T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS105500735516\",\"amount\":22457,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:58:36.941\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160380\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8473\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T07:55\",\"at\":\"2023-11-08T09:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160381\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8963\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T10:55\",\"at\":\"2023-11-11T11:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-SXR\":{\"code\":\"EB30\",\"amount\":13500,\"desc\":\"30KG\"},\"SXR-IXJ\":{\"code\":\"BOF1\",\"amount\":100,\"desc\":\"Bag Out First with 1 Bag\"}},\"ssrMealInfos\":{\"DEL-SXR\":{\"code\":\"LCVS\",\"amount\":532,\"desc\":\"Low cal salad Vegetarian\"},\"SXR-IXJ\":{\"code\":\"NVSW\",\"amount\":434,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-SXR\":{\"code\":\"7A\",\"amount\":300},\"SXR-IXJ\":{\"code\":\"7A\",\"amount\":300}},\"pnrDetails\":{\"DEL-SXR\":\"T6PTNV\",\"SXR-IXJ\":\"T6PUNV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"shivam\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":21887,\"TF\":22457,\"SSRP\":15166,\"TAF\":3476,\"IGST\":144,\"BF\":3815,\"NCM\":570},\"afC\":{\"SSRP\":{\"OT\":15166},\"TAF\":{\"MFT\":144,\"YQ\":1000,\"AGST\":234,\"MF\":800,\"OT\":1298},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896953\",\"TPSysId\":\"896954\",\"VersionId\":[\"273817\",\"273818\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72377\",\"FareBreakdownid\":[\"387385\",\"387386\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'862282A110C846AD85E56427856F10DC','','',NULL,'862282A110C846AD85E56427856F10DC','0',NULL,'2023-10-20 13:26:48','2023-10-20 13:26:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','shivam singh','2023-10-000014',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(169,168,84,97238,896953,896954,'T6PUNV','2023-11-11','DMCS105500735516','TJS105500735516','SG-8963','SpiceJet','1',2,'66a43-f5087-382a5-28fb8','463','10:55:00','11:45:00',0,'RS',50,'01h 50m',7701,25897,'SXR','IXJ','Non-stop',1,1,2995,'30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331',2,3,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',1380,1900,500,830,0,400,2995,0,0,0,0,0,0,0,0,100,434,300,'{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2023-11-11T10:55\",\"LocalFromTime\":\"2023-11-11 10:55\",\"FromUTCTime\":\"2023-11-11T10:55\",\"LocalToTime\":\"2023-11-11 11:45\",\"ToUTCTime\":\"2023-11-11T11:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sat, 11 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,721\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1380,\"Tax\":1900,\"YQTax\":500,\"OtherCharges\":830,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3280,\"PublishedFare\":2995,\"PublishedFareAgent\":2995,\"OfferedFareAgent\":2995,\"OfferedFare\":2995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1900,\"TotalBaseFare\":3280,\"BaseFareCal\":2995,\"BaseFare\":1380,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":98,\"MFT\":72,\"OT\":830,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"SXR-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2995,\"CostToCustomer\":2995,\"BaseFareCal\":2995,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2995,\"intOfferedFare\":2995,\"intPublishFare\":3280,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T11:45\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-11T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2023-11-11T10:55\",\"LocalFromTime\":\"2023-11-11 10:55\",\"FromUTCTime\":\"2023-11-11T10:55\",\"LocalToTime\":\"2023-11-11 11:45\",\"ToUTCTime\":\"2023-11-11T11:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sat, 11 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,721\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1380,\"Tax\":1900,\"YQTax\":500,\"OtherCharges\":830,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3280,\"PublishedFare\":2995,\"PublishedFareAgent\":2995,\"OfferedFareAgent\":2995,\"OfferedFare\":2995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1900,\"TotalBaseFare\":3280,\"BaseFareCal\":2995,\"BaseFare\":1380,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":98,\"MFT\":72,\"OT\":830,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"SXR-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2995,\"CostToCustomer\":2995,\"BaseFareCal\":2995,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2995,\"intOfferedFare\":2995,\"intPublishFare\":3280,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T11:45\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-11T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS105500735516\",\"amount\":22457,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:58:36.941\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160380\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8473\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T07:55\",\"at\":\"2023-11-08T09:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160381\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8963\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T10:55\",\"at\":\"2023-11-11T11:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-SXR\":{\"code\":\"EB30\",\"amount\":13500,\"desc\":\"30KG\"},\"SXR-IXJ\":{\"code\":\"BOF1\",\"amount\":100,\"desc\":\"Bag Out First with 1 Bag\"}},\"ssrMealInfos\":{\"DEL-SXR\":{\"code\":\"LCVS\",\"amount\":532,\"desc\":\"Low cal salad Vegetarian\"},\"SXR-IXJ\":{\"code\":\"NVSW\",\"amount\":434,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-SXR\":{\"code\":\"7A\",\"amount\":300},\"SXR-IXJ\":{\"code\":\"7A\",\"amount\":300}},\"pnrDetails\":{\"DEL-SXR\":\"T6PTNV\",\"SXR-IXJ\":\"T6PUNV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"shivam\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":21887,\"TF\":22457,\"SSRP\":15166,\"TAF\":3476,\"IGST\":144,\"BF\":3815,\"NCM\":570},\"afC\":{\"SSRP\":{\"OT\":15166},\"TAF\":{\"MFT\":144,\"YQ\":1000,\"AGST\":234,\"MF\":800,\"OT\":1298},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896953\",\"TPSysId\":\"896954\",\"VersionId\":[\"273817\",\"273818\"],\"CustomerSysId\":\"519607\",\"TrxId\":\"72377\",\"FareBreakdownid\":[\"387385\",\"387386\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'862282A110C846AD85E56427856F10DC','','',NULL,'862282A110C846AD85E56427856F10DC','0',NULL,'2023-10-20 13:26:48','2023-10-20 13:26:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','shivam singh','2023-10-000014',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(170,0,87,86368,0,0,NULL,'2023-11-09','BKR100175634473','TJ100175634473','6E-6014','IndiGo','1',1,'27b22-303b4-7ac30-8aabd','267','08:30:00','09:30:00',0,'R',60,'1h 0m',229,14323,'IXA','CCU','Non-stop',1,1,3643.15,'5-2773445202_0IXACCU6E6014_214462736690358',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2295,1394.8,300,1083,0,10,3643.15,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100175634473\",\"bookingId_TJ\":\"TJ100175634473\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-09T08:30\",\"LocalFromTime\":\"2023-11-09 08:30\",\"FromUTCTime\":\"2023-11-09T08:30\",\"LocalToTime\":\"2023-11-09 09:30\",\"ToUTCTime\":\"2023-11-09T09:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":229,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3689.8,\"PublishedFareTxt\":\"3,690\",\"ApiResultIndex\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXA-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1394.8,\"YQTax\":300,\"OtherCharges\":1083,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3689.8,\"PublishedFare\":3643.15,\"OfferedFare\":3643.15,\"CommissionEarned\":46.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2773445202_0IXACCU6E6014_42299175430824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":46.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1394.8,\"BaseFareCal\":3643.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1083,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3643.15,\"CostToCustomer\":3643.15,\"BaseFareCal\":3643.15,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3643.15,\"intOfferedFare\":3643.15,\"intPublishFare\":3689.8,\"TripjackMarkup\":0,\"TripjackCommission\":46.65,\"TripjackTDS\":\"2.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":46.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Singerbhil Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Agartala\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:30\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXA\",\"originDepTime\":\"2023-11-09T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"27b22-303b4-7ac30-8aabd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T20:09:15.811\",\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":229,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100175634473\",\"bookingId_TJ\":\"TJ100175634473\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-09T08:30\",\"LocalFromTime\":\"2023-11-09 08:30\",\"FromUTCTime\":\"2023-11-09T08:30\",\"LocalToTime\":\"2023-11-09 09:30\",\"ToUTCTime\":\"2023-11-09T09:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":229,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3689.8,\"ApiResultIndex\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"27b22-303b4-7ac30-8aabd\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T20:09:15.811\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1394.8,\"YQTax\":300,\"OtherCharges\":1083,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3689.8,\"PublishedFare\":3643.15,\"OfferedFare\":3643.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1394.8,\"BaseFareCal\":3643.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1083,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Singerbhil Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Agartala\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:30\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXA\",\"originDepTime\":\"2023-11-09T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"localFromDateTime\":\"2023-11-09 08:30\",\"localToDateTime\":\"2023-11-09 09:30\",\"strSourceAirportCode\":\"IXA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":229,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','27.56.22.85','2023-10-20 14:38:25','2023-10-20 14:38:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(171,0,88,86368,0,0,NULL,'2023-11-07','BKR103375642800','TJ103375642800','IX-1613','AI Express','1',1,'ae0d3-a9f8f-76dd5-3a40d','82','11:00:00','13:30:00',0,'BT',150,'2h 30m',12995,2262,'JAI','BLR','Non-stop',1,1,5329.74,'22-16-3769376711_0JAIBLRIX1613_39883885400215',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',4326,1113.8,0,876,0,10,5329.74,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103375642800\",\"bookingId_TJ\":\"TJ103375642800\",\"FlightNumber\":\"IX-1613\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-07T11:00\",\"LocalFromTime\":\"2023-11-07 11:00\",\"FromUTCTime\":\"2023-11-07T11:00\",\"LocalToTime\":\"2023-11-07 13:30\",\"ToUTCTime\":\"2023-11-07T13:30\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5439.8,\"PublishedFareTxt\":\"5,440\",\"ApiResultIndex\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be Refunded\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"26\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Difference in fare if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"CRF\":50,\"ARF\":3000},\"st\":\"26\",\"et\":\"96\"},{\"amount\":2500,\"additionalFee\":50,\"policyInfo\":\"+ Difference in fare if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":125,\"CRF\":50,\"ARF\":2500},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Non Refundable\",\"fcs\":[],\"st\":\"0\",\"et\":\"26\"},{\"amount\":4500,\"additionalFee\":50,\"policyInfo\":\"+ Convenience fee per guest per Segment\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":4500,\"ACFT\":225},\"st\":\"26\",\"et\":\"96\"},{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"+ Convenience fee per guest per Segment\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":4000,\"ACFT\":200},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4326,\"Tax\":1113.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5439.8,\"PublishedFare\":5329.74,\"OfferedFare\":5329.74,\"CommissionEarned\":110.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3769376711_0JAIBLRIX1613_43834070956872\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1113.8,\"BaseFareCal\":5329.74,\"BaseFare\":4326,\"CommissionEarned\":110.06,\"TDS\":-5.79,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5329.74,\"CostToCustomer\":5329.74,\"BaseFareCal\":5329.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5329.74,\"intOfferedFare\":5329.74,\"intPublishFare\":5439.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.06,\"TripjackTDS\":\"5.79\",\"AddiMarkup\":0,\"CommisionPass\":110.06,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"184\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"IX-1613\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ae0d3-a9f8f-76dd5-3a40d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T21:41:16.646\",\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103375642800\",\"bookingId_TJ\":\"TJ103375642800\",\"FlightNumber\":\"IX-1613\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-07T11:00\",\"LocalFromTime\":\"2023-11-07 11:00\",\"FromUTCTime\":\"2023-11-07T11:00\",\"LocalToTime\":\"2023-11-07 13:30\",\"ToUTCTime\":\"2023-11-07T13:30\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5439.8,\"ApiResultIndex\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"ae0d3-a9f8f-76dd5-3a40d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T21:41:16.646\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4326,\"Tax\":1113.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5439.8,\"PublishedFare\":5329.74,\"OfferedFare\":5329.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1113.8,\"BaseFareCal\":5329.74,\"BaseFare\":4326,\"CommissionEarned\":110.06,\"TDS\":-5.79,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"184\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"IX-1613\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"localFromDateTime\":\"2023-11-07 11:00\",\"localToDateTime\":\"2023-11-07 13:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','152.58.232.16','2023-10-20 16:12:51','2023-10-20 16:12:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(172,0,89,97261,0,0,NULL,'2023-10-25','DMCS103300735626','TJS103300735626','G8-717','Go First','1',1,'e8e5d-786c2-3446f-188a2','240','16:45:00','21:10:00',0,'GS',265,'04h 25m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4455,'1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/G8.gif','INR',2500,2240,700,898,0,400,4455,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS103300735626\",\"bookingId_TJ\":\"TJS103300735626\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e8e5d-786c2-3446f-188a2\",\"apiTraceId\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-25T16:45\",\"LocalFromTime\":\"2023-10-25 16:45\",\"FromUTCTime\":\"2023-10-25T16:45\",\"LocalToTime\":\"2023-10-25 21:10\",\"ToUTCTime\":\"2023-10-25T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4455,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4816431603_0DELAMDG8717AMDBOMG8537_58903513284511\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"96\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-25T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"97\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-25T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-25T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-20 16:45:38','2023-10-20 16:45:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','deepak agarwal',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(173,0,89,97261,897161,897162,'TESTPNR','2023-10-31','DMCS106300735681','TJS106300735681','6E-5037','IndiGo','1',1,'ef71f-34296-c3bce-c9a9a','267','06:25:00','07:20:00',0,'R',55,'01h 55m',7701,12995,'DEL','JAI','Non-stop',1,1,2765,'5-7790210252_0DELJAI6E5037_13570712062919',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',1400,1650,300,788,0,400,2765,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS106300735681\",\"bookingId_TJ\":\"TJS106300735681\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"apiTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-31T06:25\",\"LocalFromTime\":\"2023-10-31 06:25\",\"FromUTCTime\":\"2023-10-31T06:25\",\"LocalToTime\":\"2023-10-31 07:20\",\"ToUTCTime\":\"2023-10-31T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,765\",\"ApiResultIndex\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1400,\"Tax\":1650,\"YQTax\":300,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":90,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3050,\"PublishedFare\":2765,\"PublishedFareAgent\":2765,\"OfferedFareAgent\":2765,\"OfferedFare\":2765,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7790210252_0DELJAI6E5037_14211611739645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1650,\"TotalBaseFare\":3050,\"BaseFareCal\":2765,\"BaseFare\":1400,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":300,\"AGST\":90,\"MFT\":72,\"OT\":788,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2765,\"CostToCustomer\":2765,\"BaseFareCal\":2765,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2765,\"intOfferedFare\":2765,\"intPublishFare\":3050,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"928\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T06:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS106300735681\",\"bookingId_TJ\":\"TJS106300735681\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"apiTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-31T06:25\",\"LocalFromTime\":\"2023-10-31 06:25\",\"FromUTCTime\":\"2023-10-31T06:25\",\"LocalToTime\":\"2023-10-31 07:20\",\"ToUTCTime\":\"2023-10-31T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,765\",\"ApiResultIndex\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1400,\"Tax\":1650,\"YQTax\":300,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":90,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3050,\"PublishedFare\":2765,\"PublishedFareAgent\":2765,\"OfferedFareAgent\":2765,\"OfferedFare\":2765,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7790210252_0DELJAI6E5037_14211611739645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1650,\"TotalBaseFare\":3050,\"BaseFareCal\":2765,\"BaseFare\":1400,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":300,\"AGST\":90,\"MFT\":72,\"OT\":788,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2765,\"CostToCustomer\":2765,\"BaseFareCal\":2765,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2765,\"intOfferedFare\":2765,\"intPublishFare\":3050,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"928\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T06:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS106300735681\",\"amount\":3050,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-21T10:40:10.871\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160400\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5037\",\"eT\":\"321\"},\"stops\":0,\"duration\":55,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-31T06:25\",\"at\":\"2023-10-31T07:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-JAI\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"deepak\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":3050,\"NCM\":285,\"NF\":2765,\"TAF\":1650,\"BF\":1400,\"IGST\":72},\"afC\":{\"NCM\":{\"TDS\":-15,\"OT\":300},\"TAF\":{\"MF\":400,\"OT\":788,\"YQ\":300,\"MFT\":72,\"AGST\":90}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"897161\",\"TPSysId\":\"897162\",\"VersionId\":[\"273874\"],\"CustomerSysId\":\"519680\",\"TrxId\":\"72411\",\"FareBreakdownid\":[\"387409\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'10FD4397FCC14B7891691CCDC850B1BE','','',NULL,'10FD4397FCC14B7891691CCDC850B1BE','0',NULL,'2023-10-21 05:08:16','2023-10-21 05:08:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','deepak agarwal','2023-10-000015',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(174,0,90,97367,897763,897764,'N2KYTL','2023-10-23','DMCS103100735833','TJS103100735833','G8-717','Go First','1',1,'803fe-94667-12bba-2fc69','240','16:45:00','21:10:00',0,'GS',265,'04h 25m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4655,'1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/G8.gif','INR',2500,2440,700,898,0,400,4455,200,0,0,0,0,0,338.983,61.0169,0,0,0,'{\"bookingId\":\"DMCS103100735833\",\"bookingId_TJ\":\"TJS103100735833\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"apiTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-23T16:45\",\"LocalFromTime\":\"2023-10-23 16:45\",\"FromUTCTime\":\"2023-10-23T16:45\",\"LocalToTime\":\"2023-10-23 21:10\",\"ToUTCTime\":\"2023-10-23T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4655,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":200,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"segmentid\":\"768\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-23T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-23T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"769\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-23T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-23T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',12,'{\"bookingId\":\"DMCS103100735833\",\"bookingId_TJ\":\"TJS103100735833\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"apiTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-23T16:45\",\"LocalFromTime\":\"2023-10-23 16:45\",\"FromUTCTime\":\"2023-10-23T16:45\",\"LocalToTime\":\"2023-10-23 21:10\",\"ToUTCTime\":\"2023-10-23T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4655,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":200,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"segmentid\":\"768\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-23T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-23T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"769\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-23T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-23T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS103100735833\",\"amount\":4740,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"mehakag.15@gmail.com\"],\"contacts\":[\"919116005779\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-21T15:00:34.780\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160419\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"717\",\"eT\":\"32N\"},\"stops\":0,\"duration\":95,\"cT\":95,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-23T16:45\",\"at\":\"2023-10-23T18:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160420\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"537\",\"eT\":\"32N\"},\"stops\":0,\"duration\":75,\"da\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-23T19:55\",\"at\":\"2023-10-23T21:10\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-AMD\":\"N2KYTL\",\"AMD-BOM\":\"N2KYTL\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"mahak\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":285,\"TF\":4740,\"NF\":4455,\"TAF\":2240,\"IGST\":72,\"BF\":2500},\"afC\":{\"NCM\":{\"TDS\":-15,\"OT\":300},\"TAF\":{\"MFT\":72,\"MF\":400,\"YQ\":700,\"AGST\":170,\"OT\":898}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"897763\",\"TPSysId\":\"897764\",\"VersionId\":[\"274025\"],\"CustomerSysId\":\"520135\",\"TrxId\":\"72446\",\"FareBreakdownid\":[\"387424\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8D0B027C944E4ED1B18AAC8C56DF3889','','',NULL,'8D0B027C944E4ED1B18AAC8C56DF3889','0',NULL,'2023-10-21 09:26:20','2023-10-21 09:26:20',NULL,NULL,NULL,NULL,NULL,NULL,'7',NULL,'12','mahak agarwal','mahak agarwal','2023-10-000016',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(175,0,93,97261,898543,898544,'G2FJ4J','2023-10-25','DMCS101300736177','TJS101300736177','I5-740','AirAsia India','1',1,'091b5-758dc-10a5a-c8def','75','07:50:00','10:40:00',0,'EC',170,'03h 50m',7701,2262,'DEL','BLR','Non-stop',1,1,5722,'22-0516018398_0DELBLRI5740_150596663471020',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',4442,1565,0,863,0,400,5722,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS101300736177\",\"bookingId_TJ\":\"TJS101300736177\",\"FlightNumber\":\"I5-740\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"apiTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-10-25T07:50\",\"LocalFromTime\":\"2023-10-25 07:50\",\"FromUTCTime\":\"2023-10-25T07:50\",\"LocalToTime\":\"2023-10-25 10:40\",\"ToUTCTime\":\"2023-10-25T10:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,722\",\"ApiResultIndex\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4442,\"Tax\":1565,\"YQTax\":0,\"OtherCharges\":863,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6007,\"PublishedFare\":5722,\"PublishedFareAgent\":5722,\"OfferedFareAgent\":5722,\"OfferedFare\":5722,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0516018398_0DELBLRI5740_150622180953217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565,\"TotalBaseFare\":6007,\"BaseFareCal\":5722,\"BaseFare\":4442,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":230,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5722,\"CostToCustomer\":5722,\"BaseFareCal\":5722,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5722,\"intOfferedFare\":5722,\"intPublishFare\":6007,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"91\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-25T10:40\",\"SegFlightNumber\":\"I5-740\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T07:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMCS101300736177\",\"bookingId_TJ\":\"TJS101300736177\",\"FlightNumber\":\"I5-740\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"apiTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-10-25T07:50\",\"LocalFromTime\":\"2023-10-25 07:50\",\"FromUTCTime\":\"2023-10-25T07:50\",\"LocalToTime\":\"2023-10-25 10:40\",\"ToUTCTime\":\"2023-10-25T10:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,722\",\"ApiResultIndex\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4442,\"Tax\":1565,\"YQTax\":0,\"OtherCharges\":863,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6007,\"PublishedFare\":5722,\"PublishedFareAgent\":5722,\"OfferedFareAgent\":5722,\"OfferedFare\":5722,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0516018398_0DELBLRI5740_150622180953217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565,\"TotalBaseFare\":6007,\"BaseFareCal\":5722,\"BaseFare\":4442,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":230,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5722,\"CostToCustomer\":5722,\"BaseFareCal\":5722,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5722,\"intOfferedFare\":5722,\"intPublishFare\":6007,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"91\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-25T10:40\",\"SegFlightNumber\":\"I5-740\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T07:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJS101300736177\",\"amount\":6007,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"krishnatravels612@gmail.com\"],\"contacts\":[\"918290407450\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-23T01:04:17.606\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160482\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"740\",\"eT\":\"320\"},\"stops\":0,\"duration\":170,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-25T07:50\",\"at\":\"2023-10-25T10:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G2FJ4J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ansul\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":5722,\"TAF\":1565,\"IGST\":72,\"NCM\":285,\"BF\":4442,\"TF\":6007},\"afC\":{\"TAF\":{\"OT\":863,\"AGST\":230,\"MF\":400,\"MFT\":72},\"NCM\":{\"OT\":300,\"TDS\":-15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"898543\",\"TPSysId\":\"898544\",\"VersionId\":[\"274294\"],\"CustomerSysId\":\"520868\",\"TrxId\":\"72582\",\"FareBreakdownid\":[\"387468\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'53F79E90455441FC91997E761FC42901','','',NULL,'53F79E90455441FC91997E761FC42901','0',NULL,'2023-10-22 19:31:54','2023-10-22 19:31:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','ansul agarwal','2023-10-000017',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(177,0,84,97238,0,0,NULL,'2023-11-13','DMC104975827431','TJ104975827431','SG-8536','SpiceJet','1',0,'9bc66-24497-a4d01-243c1','463','06:15:00','09:20:00',0,'G',185,'03h 05m',7701,2262,'DEL','BLR','Non-stop',1,1,6086.8,'11-3164071719_0DELBLRSG8536_16334865808262',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',5850,236.8,0,225,0,10,6086.8,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104975827431\",\"bookingId_TJ\":\"TJ104975827431\",\"FlightNumber\":\"SG-8536\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9bc66-24497-a4d01-243c1\",\"apiTraceId\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-13T06:15\",\"LocalFromTime\":\"2023-11-13 06:15\",\"FromUTCTime\":\"2023-11-13T06:15\",\"LocalToTime\":\"2023-11-13 09:20\",\"ToUTCTime\":\"2023-11-13T09:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,087\",\"ApiResultIndex\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6086.8,\"PublishedFare\":6086.8,\"PublishedFareAgent\":6086.8,\"OfferedFareAgent\":6086.8,\"OfferedFare\":6086.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3164071719_0DELBLRSG8536_66057320850733\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":6086.8,\"BaseFareCal\":6086.8,\"BaseFare\":5850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6086.8,\"CostToCustomer\":6086.8,\"BaseFareCal\":6086.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6086.8,\"intOfferedFare\":6086.8,\"intPublishFare\":6086.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-13T09:20\",\"SegFlightNumber\":\"SG-8536\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-13T06:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-23 10:32:09','2023-10-23 10:32:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','rahul singh',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(179,0,95,97527,0,0,NULL,'2023-10-24','DMC102175845194','TJ102175845194','6E-994','IndiGo','1',1,'6e6dc-1104a-d1755-92fd5','267','15:10:00','16:10:00',0,'T',60,'01h 00m',14323,229,'CCU','IXA','Non-stop',1,1,3366.21,'5-2140321661_0CCUIXA6E994_33542925234413',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2090,1320.8,300,1009,0,10,3366.21,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102175845194\",\"bookingId_TJ\":\"TJ102175845194\",\"FlightNumber\":\"6E-994\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6e6dc-1104a-d1755-92fd5\",\"apiTraceId\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2023-10-24T15:10\",\"LocalFromTime\":\"2023-10-24 15:10\",\"FromUTCTime\":\"2023-10-24T15:10\",\"LocalToTime\":\"2023-10-24 16:10\",\"ToUTCTime\":\"2023-10-24T16:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"229\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,366\",\"ApiResultIndex\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2090,\"Tax\":1320.8,\"YQTax\":300,\"OtherCharges\":1009,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3366.21,\"PublishedFareAgent\":3366.21,\"OfferedFareAgent\":3366.21,\"OfferedFare\":3366.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2140321661_0CCUIXA6E994_27588009452947\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1320.8,\"TotalBaseFare\":3410.8,\"BaseFareCal\":3366.21,\"BaseFare\":2090,\"CommissionEarned\":44.59,\"TDS\":0,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1009,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-IXA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3366.21,\"CostToCustomer\":3366.21,\"BaseFareCal\":3366.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3366.21,\"intOfferedFare\":3366.21,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.59,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"930\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Singerbhil Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Agartala\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXA\",\"destinationArrTime\":\"2023-10-24T16:10\",\"SegFlightNumber\":\"6E-994\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-24T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXA\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"229\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',4,NULL,NULL,NULL,3,0,'NA','CDABD0941E2C4EFD892C0F3049B30612','User cancelled the UPI transaction',NULL,NULL,'0',NULL,'2023-10-23 13:15:18','2023-10-23 13:15:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Dipta Chakraborty','Akash Chakraborty',NULL,NULL,NULL,NULL,'Tactical','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(180,0,96,86368,0,899820,'65S7FN-65S7FN','2023-11-13','BKR104375860826','TJ104375860826','UK-988','Vistara','',1,'4bc8a-62d95-15ae5-98efb','539','20:40:00','09:30:00',0,'V',770,'12h 50m',18676,974,'BOM','ATQ','1 Stop(s)',3,1,23218.44,'32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/UK.gif','INR',21876,3011.4,0,1062,0,30,23218.44,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR104375860826\",\"bookingId_TJ\":\"TJ104375860826\",\"FlightNumber\":\"UK-988\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-13T20:40\",\"LocalFromTime\":\"2023-11-13 20:40\",\"FromUTCTime\":\"2023-11-13T20:40\",\"LocalToTime\":\"2023-11-14 09:30\",\"ToUTCTime\":\"2023-11-14T09:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":770,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"12h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":24887.399999999998,\"PublishedFareTxt\":\"24,887\",\"ApiResultIndex\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-ATQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":157.5,\"CRFT\":9,\"ARF\":3150,\"CRF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":2625,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":131.25,\"CRFT\":9,\"ARF\":2625,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":157.5,\"ACF\":3150,\"CCF\":50,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21876,\"Tax\":3011.3999999999996,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1134,\"CarrierMiscFee\":780,\"MUFee\":0,\"intPublishedFare\":24887.399999999998,\"PublishedFare\":23218.44,\"OfferedFare\":23218.44,\"CommissionEarned\":1668.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-87.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8908396802_0BOMDELUK988DELATQUK697_85904615435833\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Standard\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1668.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3011.3999999999996,\"BaseFareCal\":23218.44,\"BaseFare\":21876,\"CommissionEarned\":1668.96,\"TDS\":-87.84,\"MF\":30,\"YQ\":0,\"AGST\":1134,\"MFT\":5.4,\"OT\":1062,\"MU\":0,\"YR\":780,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1668.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":23218.44,\"CostToCustomer\":23218.44,\"BaseFareCal\":23218.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":23218.44,\"intOfferedFare\":23218.44,\"intPublishFare\":24887.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":1668.96,\"TripjackTDS\":\"87.84\",\"AddiMarkup\":0,\"CommisionPass\":1668.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"866\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-13T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-11-14T09:30\",\"SegFlightNumber\":\"UK-697\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"5KG\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"10KG\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"15KG\",\"Price\":7200,\"amount\":7200,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"20KG\",\"Price\":9600,\"amount\":9600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"25KG\",\"Price\":12000,\"amount\":12000,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"30KG\",\"Price\":14400,\"amount\":14400,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"35KG\",\"Price\":16800,\"amount\":16800,\"Weight\":\"35KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"45KG\",\"Price\":21600,\"amount\":21600,\"Weight\":\"45KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"50KG\",\"Price\":26400,\"amount\":26400,\"Weight\":\"50KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"65KG\",\"Price\":31200,\"amount\":31200,\"Weight\":\"65KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"77KG\",\"Price\":38400,\"amount\":38400,\"Weight\":\"77KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"90KG\",\"Price\":46000,\"amount\":46000,\"Weight\":\"90KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4bc8a-62d95-15ae5-98efb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-23T21:40:03.612\",\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104375860826\",\"bookingId_TJ\":\"TJ104375860826\",\"FlightNumber\":\"UK-988\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-13T20:40\",\"LocalFromTime\":\"2023-11-13 20:40\",\"FromUTCTime\":\"2023-11-13T20:40\",\"LocalToTime\":\"2023-11-14 09:30\",\"ToUTCTime\":\"2023-11-14T09:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":770,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"12h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":24887.399999999998,\"ApiResultIndex\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"4bc8a-62d95-15ae5-98efb\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-23T21:40:03.612\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21876,\"Tax\":3011.3999999999996,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1134,\"CarrierMiscFee\":780,\"MUFee\":0,\"intPublishedFare\":24887.399999999998,\"PublishedFare\":23218.44,\"OfferedFare\":23218.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3011.3999999999996,\"BaseFareCal\":23218.44,\"BaseFare\":21876,\"CommissionEarned\":1668.96,\"TDS\":-87.84,\"MF\":30,\"YQ\":0,\"AGST\":1134,\"MFT\":5.4,\"OT\":1062,\"MU\":0,\"YR\":780,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"866\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-13T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-11-14T09:30\",\"SegFlightNumber\":\"UK-697\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"localFromDateTime\":\"2023-11-13 20:40\",\"localToDateTime\":\"2023-11-14 09:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ104375860826\",\"amount\":24887.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918308804667\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-23T21:46:41.441\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20199103\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"988\",\"eT\":\"321\"},\"stops\":0,\"duration\":140,\"cT\":560,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-13T20:40\",\"at\":\"2023-11-13T23:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"20199104\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"697\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"ATQ\",\"name\":\"Raja Sansi Arpt\",\"cityCode\":\"ATQ\",\"city\":\"Amritsar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T08:20\",\"at\":\"2023-11-14T09:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379074\",\"DEL-ATQ\":\"2289056379074\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Sonal\",\"lN\":\"Langote\"},{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379075\",\"DEL-ATQ\":\"2289056379075\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Deepashree\",\"lN\":\"Wadekar\"},{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379076\",\"DEL-ATQ\":\"2289056379076\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Shailesh\",\"lN\":\"Sutar\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":24887.4,\"TAF\":3011.4,\"NCM\":1668.96,\"NF\":23218.44,\"BF\":21876,\"IGST\":5.4},\"afC\":{\"TAF\":{\"OT\":1062,\"MFT\":5.4,\"MF\":30,\"AGST\":1134,\"YR\":780},\"NCM\":{\"OT\":1756.8,\"TDS\":-87.84}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"899819\",\"TPSysId\":\"899820\",\"VersionId\":[\"274604\"],\"CustomerSysId\":\"521401\",\"TrxId\":\"72709\",\"FareBreakdownid\":[\"387516\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'329600103494','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','182.70.1.124','2023-10-23 16:11:28','2023-10-23 16:11:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000018',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(181,0,96,86368,0,0,NULL,'2023-11-21','BKR102475863568','TJ102475863568','SG-8938','SpiceJet','1',0,'ca778-72001-bc9e4-96a67','463','16:35:00','19:05:00',0,'G',150,'2h 30m',7701,22238,'DEL','PNQ','Non-stop',3,1,23057.52,'31-7857719219_0DELPNQSG8938_38528978261766',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',22047.1,1010.4,0,975,0,30,23057.52,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102475863568\",\"bookingId_TJ\":\"TJ102475863568\",\"FlightNumber\":\"SG-8938\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-11-21T16:35\",\"LocalFromTime\":\"2023-11-21 16:35\",\"FromUTCTime\":\"2023-11-21T16:35\",\"LocalToTime\":\"2023-11-21 19:05\",\"ToUTCTime\":\"2023-11-21T19:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23057.52,\"PublishedFareTxt\":\"23,058\",\"ApiResultIndex\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22047.12,\"Tax\":1010.4000000000001,\"YQTax\":0,\"OtherCharges\":975,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23057.52,\"PublishedFare\":23057.52,\"OfferedFare\":23057.52,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-7857719219_0DELPNQSG8938_36577399188900\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1010.4000000000001,\"BaseFareCal\":23057.52,\"BaseFare\":22047.12,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":23057.52,\"CostToCustomer\":23057.52,\"BaseFareCal\":23057.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":23057.52,\"intOfferedFare\":23057.52,\"intPublishFare\":23057.52,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"549\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-21T19:05\",\"SegFlightNumber\":\"SG-8938\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-21T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ca778-72001-bc9e4-96a67\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:16:00.219\",\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102475863568\",\"bookingId_TJ\":\"TJ102475863568\",\"FlightNumber\":\"SG-8938\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-11-21T16:35\",\"LocalFromTime\":\"2023-11-21 16:35\",\"FromUTCTime\":\"2023-11-21T16:35\",\"LocalToTime\":\"2023-11-21 19:05\",\"ToUTCTime\":\"2023-11-21T19:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23057.52,\"ApiResultIndex\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"ca778-72001-bc9e4-96a67\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:16:00.219\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22047.12,\"Tax\":1010.4000000000001,\"YQTax\":0,\"OtherCharges\":975,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23057.52,\"PublishedFare\":23057.52,\"OfferedFare\":23057.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1010.4000000000001,\"BaseFareCal\":23057.52,\"BaseFare\":22047.12,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"549\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-21T19:05\",\"SegFlightNumber\":\"SG-8938\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-21T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"localFromDateTime\":\"2023-11-21 16:35\",\"localToDateTime\":\"2023-11-21 19:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','182.70.1.124','2023-10-23 16:46:15','2023-10-23 16:46:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(182,0,97,86368,0,0,NULL,'2023-10-27','BKR102975864632','TJ102975864632','SG- 8194','SpiceJet','1',0,'5729d-eb0dd-8034a-66dd9','463','10:10:00','11:50:00',0,'G',100,'1h 40m',25897,7701,'SXR','DEL','Non-stop',1,1,5656.8,'39-7994550017_0SXRDELSG8194_88103246316109',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',5420,236.8,0,225,0,10,5656.8,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102975864632\",\"bookingId_TJ\":\"TJ102975864632\",\"FlightNumber\":\"SG- 8194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:50\",\"TravelDate\":\"2023-10-27T10:10\",\"LocalFromTime\":\"2023-10-27 10:10\",\"FromUTCTime\":\"2023-10-27T10:10\",\"LocalToTime\":\"2023-10-27 11:50\",\"ToUTCTime\":\"2023-10-27T11:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"PublishedFareTxt\":\"5,657\",\"ApiResultIndex\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5420,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5656.8,\"OfferedFare\":5656.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"39-7994550017_0SXRDELSG8194_213203568831350\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5656.8,\"BaseFare\":5420,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5656.8,\"CostToCustomer\":5656.8,\"BaseFareCal\":5656.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5656.8,\"intOfferedFare\":5656.8,\"intPublishFare\":5656.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"585\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T11:50\",\"SegFlightNumber\":\"SG- 8194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5729d-eb0dd-8034a-66dd9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:31:38.924\",\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102975864632\",\"bookingId_TJ\":\"TJ102975864632\",\"FlightNumber\":\"SG- 8194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:50\",\"TravelDate\":\"2023-10-27T10:10\",\"LocalFromTime\":\"2023-10-27 10:10\",\"FromUTCTime\":\"2023-10-27T10:10\",\"LocalToTime\":\"2023-10-27 11:50\",\"ToUTCTime\":\"2023-10-27T11:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"ApiResultIndex\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"5729d-eb0dd-8034a-66dd9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:31:38.924\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5420,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5656.8,\"OfferedFare\":5656.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5656.8,\"BaseFare\":5420,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"585\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T11:50\",\"SegFlightNumber\":\"SG- 8194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"localFromDateTime\":\"2023-10-27 10:10\",\"localToDateTime\":\"2023-10-27 11:50\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','205.253.32.24','2023-10-23 17:00:46','2023-10-23 17:00:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(183,0,98,97689,0,0,NULL,'2023-10-31','DMC104575867113','TJ104575867113','I5-821','AirIndia Express','1',0,'c73b7-53b67-07979-84eb6','75','18:25:00','21:30:00',0,'G',185,'03h 05m',11240,6000,'GAU','MAA','Non-stop',1,1,7986.8,'11-5505409984_0GAUMAAI5821_137150482884294',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',7650,336.8,0,325,0,10,7986.8,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104575867113\",\"bookingId_TJ\":\"TJ104575867113\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c73b7-53b67-07979-84eb6\",\"apiTraceId\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-10-31T18:25\",\"LocalFromTime\":\"2023-10-31 18:25\",\"FromUTCTime\":\"2023-10-31T18:25\",\"LocalToTime\":\"2023-10-31 21:30\",\"ToUTCTime\":\"2023-10-31T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,987\",\"ApiResultIndex\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7986.8,\"PublishedFare\":7986.8,\"PublishedFareAgent\":7986.8,\"OfferedFareAgent\":7986.8,\"OfferedFare\":7986.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5505409984_0GAUMAAI5821_46900236679829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"TotalBaseFare\":7986.8,\"BaseFareCal\":7986.8,\"BaseFare\":7650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7986.8,\"CostToCustomer\":7986.8,\"BaseFareCal\":7986.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7986.8,\"intOfferedFare\":7986.8,\"intPublishFare\":7986.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"134\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-31T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-10-31T18:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-23 17:36:39','2023-10-23 17:36:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohibul Hoque','Mohibul Hoque',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(185,0,89,97261,0,0,NULL,'2023-10-31',NULL,NULL,'SG-160','Spicejet','1',0,'20f65-7b02a-34a7f-9d9b7','463','09:05:00','10:35:00',0,'',0,'1h 30m',7701,0,'DEL','IXJ','Non-stop',1,1,3434,'20f65-7b02a-34a7f-9d9b7',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',3434,0,0,0,0,0,3434,0,0,0,0,0,0,169.492,30.5085,0,0,0,'{\"ticket_id\":\"6013650_7468\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-160\",\"SegFlightNumberArr\":\"SG-160\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"apiTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-31 09:05\",\"LocalFromTime\":\"2023-10-31 09:05\",\"FromUTCTime\":\"2023-10-31 09:05\",\"LocalToTime\":\"2023-10-31 10:35\",\"ToUTCTime\":\"2023-10-31 10:35\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FromDate\":\"31\\/10\\/2023\",\"ToDate\":\"31\\/10\\/2023\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3434,\"PublishedFareTxt\":\"3,434\",\"ApiResultIndex\":\"20f65-7b02a-34a7f-9d9b7\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Satwari Arpt (IXJ), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-31T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31 09:05\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"033\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3434,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3434,\"PublishedFare\":3434,\"PublishedFareAgent\":3434,\"OfferedFareAgent\":3434,\"OfferedFare\":3434,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"20f65-7b02a-34a7f-9d9b7\",\"ApiResultIndex\":\"20f65-7b02a-34a7f-9d9b7\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":3434,\"BaseFareCal\":3434,\"BaseFare\":3434,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3434,\"CostToCustomer\":3434,\"BaseFareCal\":3434,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3434,\"intOfferedFare\":3434,\"intPublishFare\":3434,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"035\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"$$hashKey\":\"02I\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-25 04:21:38','2023-10-25 04:21:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','deepak agarwal',NULL,NULL,NULL,NULL,'SPECIAL_DEAL','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(186,0,99,97261,901198,901199,'RZ6F6V','2023-10-26','DMC103075961649','TJ103075961649','I5-1982','AirIndia Express','1',1,'77137-d1a6a-0d688-07cf9','75','08:20:00','11:20:00',0,'BT',180,'03h 00m',2262,2012,'BLR','IXB','Non-stop',2,1,12060.7,'22-16-0652296059_0BLRIXBI51982_6812092700877',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',10664,1707.6,0,1684,0,20,12060.7,0,0,0,0,0,0,711.864,128.136,0,0,0,'{\"bookingId\":\"DMC103075961649\",\"bookingId_TJ\":\"TJ103075961649\",\"FlightNumber\":\"I5-1982\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"apiTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-10-26T08:20\",\"LocalFromTime\":\"2023-10-26 08:20\",\"FromUTCTime\":\"2023-10-26T08:20\",\"LocalToTime\":\"2023-10-26 11:20\",\"ToUTCTime\":\"2023-10-26T11:20\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,061\",\"ApiResultIndex\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10664,\"Tax\":1707.6,\"YQTax\":0,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12371.6,\"PublishedFare\":12060.7,\"PublishedFareAgent\":12060.7,\"OfferedFareAgent\":12060.7,\"OfferedFare\":12060.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0652296059_0BLRIXBI51982_14305846198212\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1707.6,\"TotalBaseFare\":12371.6,\"BaseFareCal\":12060.7,\"BaseFare\":10664,\"CommissionEarned\":310.9,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12060.7,\"CostToCustomer\":12060.7,\"BaseFareCal\":12060.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12060.7,\"intOfferedFare\":12060.7,\"intPublishFare\":12371.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.9,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905},\"Segments\":[{\"segmentid\":\"254\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-10-26T11:20\",\"SegFlightNumber\":\"I5-1982\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-26T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC103075961649\",\"bookingId_TJ\":\"TJ103075961649\",\"FlightNumber\":\"I5-1982\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"apiTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-10-26T08:20\",\"LocalFromTime\":\"2023-10-26 08:20\",\"FromUTCTime\":\"2023-10-26T08:20\",\"LocalToTime\":\"2023-10-26 11:20\",\"ToUTCTime\":\"2023-10-26T11:20\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,061\",\"ApiResultIndex\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10664,\"Tax\":1707.6,\"YQTax\":0,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12371.6,\"PublishedFare\":12060.7,\"PublishedFareAgent\":12060.7,\"OfferedFareAgent\":12060.7,\"OfferedFare\":12060.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0652296059_0BLRIXBI51982_14305846198212\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1707.6,\"TotalBaseFare\":12371.6,\"BaseFareCal\":12060.7,\"BaseFare\":10664,\"CommissionEarned\":310.9,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12060.7,\"CostToCustomer\":12060.7,\"BaseFareCal\":12060.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12060.7,\"intOfferedFare\":12060.7,\"intPublishFare\":12371.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.9,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905},\"Segments\":[{\"segmentid\":\"254\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-10-26T11:20\",\"SegFlightNumber\":\"I5-1982\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-26T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ103075961649\",\"amount\":12371.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917584053639\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-25T12:19:59.083\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20225302\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1982\",\"eT\":\"320\"},\"stops\":0,\"duration\":180,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXB\",\"name\":\"Bagdogra Arpt\",\"cityCode\":\"IXB\",\"city\":\"Bagdogra\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-26T08:20\",\"at\":\"2023-10-26T11:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXB\":\"RZ6F6V\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"EZARUL\",\"lN\":\"HAQUE\"},{\"pnrDetails\":{\"BLR-IXB\":\"RZ6F6V\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JAKIR\",\"lN\":\"HOSSAIN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":310.9,\"TAF\":1707.6,\"BF\":10664,\"IGST\":3.6,\"NF\":12060.7,\"TF\":12371.6},\"afC\":{\"NCM\":{\"OT\":327.26,\"TDS\":-16.36},\"TAF\":{\"MF\":20,\"OT\":1684,\"MFT\":3.6}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"901198\",\"TPSysId\":\"901199\",\"VersionId\":[\"275030\"],\"CustomerSysId\":\"519680\",\"TrxId\":\"72829\",\"FareBreakdownid\":[\"387583\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'329865910295','9A92A7748CB54935ACF8E88B6F368161','APPROVED OR COMPLETED SUCCESSFULLY','4C1D1B4B35084BEB8239ECEC06555AB6','63C103AF933A493AB04E338FE113BCDE','0',NULL,'2023-10-25 06:45:58','2023-10-25 06:45:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','EZARUL HAQUE (+1)','2023-10-000019',NULL,NULL,NULL,'PROMO','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(187,0,100,97606,902170,902171,'RQDR5P','2023-10-28','DMC105475991156','TJ105475991156','6E-715','IndiGo','1',1,'e4d27-ad5c8-483e5-479cb','267','14:05:00','15:40:00',0,'R',95,'02h 35m',12995,26438,'JAI','STV','Non-stop',2,1,8923.8,'5-9392328763_0JAISTV6E715_25351651835851',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6252,2787.6,800,1602,0,20,8923.8,0,0,0,0,0,0,59.322,10.678,0,0,0,'{\"bookingId\":\"DMC105475991156\",\"bookingId_TJ\":\"TJ105475991156\",\"FlightNumber\":\"6E-715\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"apiTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-28T14:05\",\"LocalFromTime\":\"2023-10-28 14:05\",\"FromUTCTime\":\"2023-10-28T14:05\",\"LocalToTime\":\"2023-10-28 15:40\",\"ToUTCTime\":\"2023-10-28T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"26438\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"STV\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,924\",\"ApiResultIndex\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6252,\"Tax\":2787.6,\"YQTax\":800,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":362,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":8923.8,\"PublishedFareAgent\":8923.8,\"OfferedFareAgent\":8923.8,\"OfferedFare\":8923.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9392328763_0JAISTV6E715_110333238080446\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2787.6,\"TotalBaseFare\":9039.6,\"BaseFareCal\":8923.8,\"BaseFare\":6252,\"CommissionEarned\":115.8,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":362,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-STV\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8923.8,\"CostToCustomer\":8923.8,\"BaseFareCal\":8923.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8923.8,\"intOfferedFare\":8923.8,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":115.8,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492},\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-10-28T15:40\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-28T14:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-STV\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":2,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"26438\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC105475991156\",\"bookingId_TJ\":\"TJ105475991156\",\"FlightNumber\":\"6E-715\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"apiTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-28T14:05\",\"LocalFromTime\":\"2023-10-28 14:05\",\"FromUTCTime\":\"2023-10-28T14:05\",\"LocalToTime\":\"2023-10-28 15:40\",\"ToUTCTime\":\"2023-10-28T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"26438\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"STV\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,924\",\"ApiResultIndex\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6252,\"Tax\":2787.6,\"YQTax\":800,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":362,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":8923.8,\"PublishedFareAgent\":8923.8,\"OfferedFareAgent\":8923.8,\"OfferedFare\":8923.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9392328763_0JAISTV6E715_110333238080446\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2787.6,\"TotalBaseFare\":9039.6,\"BaseFareCal\":8923.8,\"BaseFare\":6252,\"CommissionEarned\":115.8,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":362,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-STV\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8923.8,\"CostToCustomer\":8923.8,\"BaseFareCal\":8923.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8923.8,\"intOfferedFare\":8923.8,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":115.8,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492},\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-10-28T15:40\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-28T14:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-STV\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":2,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"26438\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ105475991156\",\"amount\":9039.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"918302204007\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-25T17:23:57.711\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20234148\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"715\",\"eT\":\"320\"},\"stops\":0,\"duration\":95,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"STV\",\"name\":\"Surat Airport\",\"cityCode\":\"STV\",\"city\":\"Surat\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-28T14:05\",\"at\":\"2023-10-28T15:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-STV\":\"RQDR5P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"nitin\",\"lN\":\"choumal\"},{\"pnrDetails\":{\"JAI-STV\":\"RQDR5P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ashish\",\"lN\":\"cHOMAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":6252,\"NF\":8923.8,\"IGST\":3.6,\"NCM\":115.8,\"TAF\":2787.6,\"TF\":9039.6},\"afC\":{\"NCM\":{\"TDS\":-6.1,\"OT\":121.9},\"TAF\":{\"AGST\":362,\"YQ\":800,\"OT\":1602,\"MF\":20,\"MFT\":3.6}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"902170\",\"TPSysId\":\"902171\",\"VersionId\":[\"275233\"],\"CustomerSysId\":\"520968\",\"TrxId\":\"72920\",\"FareBreakdownid\":[\"387611\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4F654461C1BD4D5ABEBD7C4E108B3833','','',NULL,'4F654461C1BD4D5ABEBD7C4E108B3833','0',NULL,'2023-10-25 11:51:48','2023-10-25 11:51:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SALES DEPARTMENT','nitin choumal (+1)','2023-10-000020',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(188,0,101,97862,0,0,NULL,'2023-10-26','DMC109475994221','TJ109475994221','6E-5037','IndiGo','1',1,'1ae19-d27b5-b1a7d-b0508','267','05:35:00','07:30:00',0,'R',115,'02h 55m',7701,22562,'DEL','IXR','Non-stop',1,1,8150.52,'5-7458673931_0DELIXR6E5037_147912130951976',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4900,3327.8,550,488,0,10,6150.52,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109475994221\",\"bookingId_TJ\":\"TJ109475994221\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ae19-d27b5-b1a7d-b0508\",\"apiTraceId\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-10-26T05:35\",\"LocalFromTime\":\"2023-10-26 05:35\",\"FromUTCTime\":\"2023-10-26T05:35\",\"LocalToTime\":\"2023-10-26 07:30\",\"ToUTCTime\":\"2023-10-26T07:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"02h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22562\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,151\",\"ApiResultIndex\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4900,\"Tax\":1327.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6227.8,\"PublishedFare\":6150.52,\"PublishedFareAgent\":8150.52,\"OfferedFareAgent\":6150.52,\"OfferedFare\":6150.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7458673931_0DELIXR6E5037_129478376356482\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.8,\"TotalBaseFare\":6227.8,\"BaseFareCal\":6150.52,\"BaseFare\":4900,\"CommissionEarned\":77.28,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":278,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":77.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6150.52,\"CostToCustomer\":6150.52,\"BaseFareCal\":6150.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6150.52,\"intOfferedFare\":6150.52,\"intPublishFare\":6227.8,\"TripjackMarkup\":0,\"TripjackCommission\":77.28,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"82\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Birsa Munda Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ranchi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXR\",\"destinationArrTime\":\"2023-10-26T07:30\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-26T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":115,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22562\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-25 12:26:03','2023-10-25 12:26:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','MUKESH KUMAR',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(189,0,116,97862,0,0,NULL,'2023-10-26','DMC106275994664','TJ106275994664','I5-769','AirIndia Express','1',1,'8aadd-70af4-0b211-c2f9c','75','23:20:00','00:10:00',0,'BT',50,'01h 50m',12995,7701,'JAI','DEL','Non-stop',1,1,3785.48,'22-16-5808029400_0JAIDELI5769_196251410042767',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',882,2939.8,0,876,0,10,1785.48,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106275994664\",\"bookingId_TJ\":\"TJ106275994664\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8aadd-70af4-0b211-c2f9c\",\"apiTraceId\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-26T23:20\",\"LocalFromTime\":\"2023-10-26 23:20\",\"FromUTCTime\":\"2023-10-26T23:20\",\"LocalToTime\":\"2023-10-27 00:10\",\"ToUTCTime\":\"2023-10-27T00:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"1,785\",\"ApiResultIndex\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":882,\"Tax\":939.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":52,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1821.8,\"PublishedFare\":1785.48,\"PublishedFareAgent\":3785.48,\"OfferedFareAgent\":1785.48,\"OfferedFare\":1785.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5808029400_0JAIDELI5769_24829744872563\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":939.8,\"TotalBaseFare\":1821.8,\"BaseFareCal\":1785.48,\"BaseFare\":882,\"CommissionEarned\":36.32,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":52,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":36.32,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1785.48,\"CostToCustomer\":1785.48,\"BaseFareCal\":1785.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1785.48,\"intOfferedFare\":1785.48,\"intPublishFare\":1821.8,\"TripjackMarkup\":0,\"TripjackCommission\":36.32,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"545\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-26T23:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-25 12:26:08','2023-10-25 12:26:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','AJAY KUMAR SHARMA',NULL,NULL,NULL,NULL,'PROMO','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(190,0,102,86368,0,0,NULL,'2023-10-28','BKR104476018067','TJ104476018067','I5-1453','AirIndia Express','1',0,'aa4be-c1534-9db7b-29b80','75','09:25:00','12:10:00',0,'G',165,'2h 45m',14323,2262,'CCU','BLR','Non-stop',5,1,35364,'31-0512091674_0CCUBLRI51453_45442813338206',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',33680,1684,0,1625,0,50,35364,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104476018067\",\"bookingId_TJ\":\"TJ104476018067\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":35364,\"PublishedFareTxt\":\"35,364\",\"ApiResultIndex\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33680,\"Tax\":1684,\"YQTax\":0,\"OtherCharges\":1625,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35364,\"PublishedFare\":35364,\"OfferedFare\":35364,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0512091674_0CCUBLRI51453_131661910902147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":1684,\"BaseFareCal\":35364,\"BaseFare\":33680,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":0,\"AGST\":0,\"MFT\":9,\"OT\":1625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":35364,\"CostToCustomer\":35364,\"BaseFareCal\":35364,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":35364,\"intOfferedFare\":35364,\"intPublishFare\":35364,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"921\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"aa4be-c1534-9db7b-29b80\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:16:42.004\",\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":5,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104476018067\",\"bookingId_TJ\":\"TJ104476018067\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":35364,\"ApiResultIndex\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"aa4be-c1534-9db7b-29b80\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:16:42.004\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33680,\"Tax\":1684,\"YQTax\":0,\"OtherCharges\":1625,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35364,\"PublishedFare\":35364,\"OfferedFare\":35364,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":1684,\"BaseFareCal\":35364,\"BaseFare\":33680,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":0,\"AGST\":0,\"MFT\":9,\"OT\":1625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"921\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"localFromDateTime\":\"2023-10-28 09:25\",\"localToDateTime\":\"2023-10-28 12:10\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":5,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','223.239.49.146','2023-10-25 17:47:24','2023-10-25 17:47:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'864154',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(191,0,102,86368,0,0,NULL,'2023-10-28','BKR107376018726','TJ107376018726','I5-1453','AirIndia Express','1',0,'a9758-aba99-03e12-0d118','75','09:25:00','12:10:00',0,'G',165,'2h 45m',14323,2262,'CCU','BLR','Non-stop',1,1,7072.8,'31-8816492925_2CCUBLRI51453_146146698398459',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',6736,336.8,0,325,0,10,7072.8,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107376018726\",\"bookingId_TJ\":\"TJ107376018726\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7072.8,\"PublishedFareTxt\":\"7,073\",\"ApiResultIndex\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7072.8,\"PublishedFare\":7072.8,\"OfferedFare\":7072.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-8816492925_0CCUBLRI51453_52657843092637\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7072.8,\"BaseFare\":6736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7072.8,\"CostToCustomer\":7072.8,\"BaseFareCal\":7072.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7072.8,\"intOfferedFare\":7072.8,\"intPublishFare\":7072.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"541\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a9758-aba99-03e12-0d118\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:32:00.647\",\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107376018726\",\"bookingId_TJ\":\"TJ107376018726\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7072.8,\"ApiResultIndex\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"a9758-aba99-03e12-0d118\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:32:00.647\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7072.8,\"PublishedFare\":7072.8,\"OfferedFare\":7072.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7072.8,\"BaseFare\":6736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"541\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"localFromDateTime\":\"2023-10-28 09:25\",\"localToDateTime\":\"2023-10-28 12:10\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'NA','User cancelled the UPI transaction','User cancelled the UPI transaction',NULL,NULL,'0','152.58.139.7','2023-10-25 18:00:45','2023-10-25 18:00:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(192,0,80,86368,0,903535,'SPW5JF','2023-11-05','BKR102276057850','TJ102276057850','6E-6598','IndiGo','1',1,'dd758-90d65-48c01-12fa0','267','23:00:00','00:10:00',0,'T',70,'1h 10m',12706,18676,'IDR','BOM','Non-stop',1,1,2684.44,'5-2310226477_3IDRBOM6E6598_18595495015448',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',1520,1204.8,400,692,0,10,2684.44,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR102276057850\",\"bookingId_TJ\":\"TJ102276057850\",\"FlightNumber\":\"6E-6598\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-11-05T23:00\",\"LocalFromTime\":\"2023-11-05 23:00\",\"FromUTCTime\":\"2023-11-05T23:00\",\"LocalToTime\":\"2023-11-06 00:10\",\"ToUTCTime\":\"2023-11-06T00:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sun, 05 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"PublishedFareTxt\":\"2,725\",\"ApiResultIndex\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"CommissionEarned\":40.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2310226477_0IDRBOM6E6598_15015809594180\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":40.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2684.44,\"CostToCustomer\":2684.44,\"BaseFareCal\":2684.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2684.44,\"intOfferedFare\":2684.44,\"intPublishFare\":2724.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.36,\"TripjackTDS\":\"2.12\",\"AddiMarkup\":0,\"CommisionPass\":40.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"343\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T00:10\",\"SegFlightNumber\":\"6E-6598\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-05T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"dd758-90d65-48c01-12fa0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T14:52:36.378\",\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102276057850\",\"bookingId_TJ\":\"TJ102276057850\",\"FlightNumber\":\"6E-6598\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-11-05T23:00\",\"LocalFromTime\":\"2023-11-05 23:00\",\"FromUTCTime\":\"2023-11-05T23:00\",\"LocalToTime\":\"2023-11-06 00:10\",\"ToUTCTime\":\"2023-11-06T00:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sun, 05 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"ApiResultIndex\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"dd758-90d65-48c01-12fa0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T14:52:36.378\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"343\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T00:10\",\"SegFlightNumber\":\"6E-6598\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-05T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"localFromDateTime\":\"2023-11-05 23:00\",\"localToDateTime\":\"2023-11-06 00:10\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ102276057850\",\"amount\":2724.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919594796358\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-26T14:56:15.842\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20252357\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6598\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"IDR\",\"name\":\"Devi Ahilya Bai Holkar Arpt\",\"cityCode\":\"IDR\",\"city\":\"Indore\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-05T23:00\",\"at\":\"2023-11-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IDR-BOM\":\"SPW5JF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kisan\",\"lN\":\"Kesarwani\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":2724.8,\"TAF\":1204.8,\"NCM\":40.36,\"NF\":2684.44,\"BF\":1520,\"IGST\":1.8},\"afC\":{\"TAF\":{\"AGST\":101,\"MF\":10,\"MFT\":1.8,\"YQ\":400,\"OT\":692},\"NCM\":{\"TDS\":-2.12,\"OT\":42.48}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"903534\",\"TPSysId\":\"903535\",\"VersionId\":[\"275706\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"73034\",\"FareBreakdownid\":[\"387687\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'329980454595','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','45.117.74.50','2023-10-26 09:21:41','2023-10-26 09:21:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000021',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(193,0,103,97862,903558,903559,'6LEPJP','2023-10-27','DMC116476057851','TJ116476057851','AI-929','Air India','',1,'7dd92-aaa8d-b5301-05b22','42','06:55:00','09:30:00',0,'S',245,'03h 35m',7701,8219,'DEL','DXB','Non-stop',1,1,15379.32,'32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892',1,1,1,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',10500,5083.8,0,1442,0,10,12379.32,3000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC116476057851\",\"bookingId_TJ\":\"TJ116476057851\",\"FlightNumber\":\"AI-929\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T06:55\",\"LocalFromTime\":\"2023-10-27 06:55\",\"FromUTCTime\":\"2023-10-27T06:55\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,379\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10500,\"Tax\":2083.8,\"YQTax\":0,\"OtherCharges\":1442,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":12583.8,\"PublishedFare\":12379.32,\"PublishedFareAgent\":15379.32,\"OfferedFareAgent\":12379.32,\"OfferedFare\":12379.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Web Special Economy\",\"fareIdentifierSP\":\"Web Special Economy\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2083.8,\"TotalBaseFare\":12583.8,\"BaseFareCal\":12379.32,\"BaseFare\":10500,\"CommissionEarned\":204.48,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":530,\"MFT\":1.8,\"OT\":1442,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-DXB\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"30 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":204.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12379.32,\"CostToCustomer\":12379.32,\"BaseFareCal\":12379.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12379.32,\"intOfferedFare\":12379.32,\"intPublishFare\":12583.8,\"TripjackMarkup\":0,\"TripjackCommission\":204.48,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"535\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"AI-929\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T06:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":245,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":[],\"tfr\":{\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC116476057851\",\"bookingId_TJ\":\"TJ116476057851\",\"FlightNumber\":\"AI-929\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T06:55\",\"LocalFromTime\":\"2023-10-27 06:55\",\"FromUTCTime\":\"2023-10-27T06:55\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,379\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10500,\"Tax\":2083.8,\"YQTax\":0,\"OtherCharges\":1442,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":12583.8,\"PublishedFare\":12379.32,\"PublishedFareAgent\":15379.32,\"OfferedFareAgent\":12379.32,\"OfferedFare\":12379.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Web Special Economy\",\"fareIdentifierSP\":\"Web Special Economy\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2083.8,\"TotalBaseFare\":12583.8,\"BaseFareCal\":12379.32,\"BaseFare\":10500,\"CommissionEarned\":204.48,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":530,\"MFT\":1.8,\"OT\":1442,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-DXB\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"30 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":204.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12379.32,\"CostToCustomer\":12379.32,\"BaseFareCal\":12379.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12379.32,\"intOfferedFare\":12379.32,\"intPublishFare\":12583.8,\"TripjackMarkup\":0,\"TripjackCommission\":204.48,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"535\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"AI-929\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T06:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":245,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":[],\"tfr\":{\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ116476057851\",\"amount\":12583.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"vikarmgurjar21673@gmail.com\"],\"contacts\":[\"971562230890\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-26T15:01:58.102\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20252520\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"929\",\"eT\":\"788\"},\"stops\":0,\"duration\":245,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-27T06:55\",\"at\":\"2023-10-27T09:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-DXB\":\"6LEPJP\"},\"ticketNumberDetails\":{\"DEL-DXB\":\"0985100101665\"},\"gdsPnrs\":{\"DEL-DXB\":\"600KRY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KAILASH\",\"lN\":\"GURJAR\",\"dob\":\"1995-01-01\",\"pNum\":\"P1423093\",\"eD\":\"2026-05-03\",\"pNat\":\"IN\",\"pid\":\"2016-05-04\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":204.48,\"TF\":12583.8,\"IGST\":1.8,\"NF\":12379.32,\"BF\":10500,\"TAF\":2083.8},\"afC\":{\"NCM\":{\"OT\":215.24,\"TDS\":-10.76},\"TAF\":{\"YR\":100,\"MFT\":1.8,\"MF\":10,\"AGST\":530,\"OT\":1442}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"903558\",\"TPSysId\":\"903559\",\"VersionId\":[\"275715\"],\"CustomerSysId\":\"524674\",\"TrxId\":\"73036\",\"FareBreakdownid\":[\"387688\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'17AF81CB9FDB45CE83C8BE347FCB96A5','','',NULL,'17AF81CB9FDB45CE83C8BE347FCB96A5','0',NULL,'2023-10-26 09:28:17','2023-10-26 09:28:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','KAILASH GURJAR','2023-10-000022',NULL,NULL,NULL,'Web Special Economy','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(194,0,89,97261,0,0,NULL,'2023-10-30','DMC105776156686','TJ105776156686','AI-491','Air India','',0,'65139-a17c0-2cf3a-70cba','42','11:20:00','12:25:00',0,'L',65,'01h 05m',7701,974,'DEL','ATQ','Non-stop',1,1,4067.78,'32-21-10-15-2-2556850422_0DELATQAI491_124332393960524',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/AI.gif','INR',3430,750.8,0,389,0,10,4067.78,0,0,0,0,0,0,169.492,30.5085,0,0,0,'{\"bookingId\":\"DMC105776156686\",\"bookingId_TJ\":\"TJ105776156686\",\"FlightNumber\":\"AI-491\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"65139-a17c0-2cf3a-70cba\",\"apiTraceId\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:20\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-10-30T11:20\",\"LocalFromTime\":\"2023-10-30 11:20\",\"FromUTCTime\":\"2023-10-30T11:20\",\"LocalToTime\":\"2023-10-30 12:25\",\"ToUTCTime\":\"2023-10-30T12:25\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"01h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,068\",\"ApiResultIndex\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3430,\"Tax\":750.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":180,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4180.8,\"PublishedFare\":4067.78,\"PublishedFareAgent\":4067.78,\"OfferedFareAgent\":4067.78,\"OfferedFare\":4067.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2556850422_0DELATQAI491_29662364183426\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"fareIdentifierSP\":\"Comfort\",\"SeatAvailable\":null,\"classOfBooking\":\"L\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750.8,\"TotalBaseFare\":4180.8,\"BaseFareCal\":4067.78,\"BaseFare\":3430,\"CommissionEarned\":113.02,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":180,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-ATQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":113.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4067.78,\"CostToCustomer\":4067.78,\"BaseFareCal\":4067.78,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4067.78,\"intOfferedFare\":4067.78,\"intPublishFare\":4180.8,\"TripjackMarkup\":0,\"TripjackCommission\":113.02,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"segmentid\":\"59\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-10-30T12:25\",\"SegFlightNumber\":\"AI-491\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-30T11:20\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"5KG\",\"Price\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"10KG\",\"Price\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"15KG\",\"Price\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"20KG\",\"Price\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"25KG\",\"Price\":12600,\"Weight\":\"25KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"5KG\",\"Price\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"10KG\",\"Price\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"15KG\",\"Price\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"20KG\",\"Price\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"25KG\",\"Price\":12600,\"Weight\":\"25KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-ATQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"974\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-27 12:57:15','2023-10-27 12:57:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','deepak agarwal',NULL,NULL,NULL,NULL,'Comfort','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(195,0,104,86368,0,0,NULL,'2023-11-02','BKR102476160782','TJ102476160782','6E-6438','IndiGo','1',1,'edf45-1baec-55c3a-9096c','267','04:55:00','14:50:00',0,'R',595,'9h 55m',14323,26438,'CCU','STV','1 Stop(s)',1,1,5728.67,'5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',3238,2549.8,1200,1109,0,10,5728.67,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102476160782\",\"bookingId_TJ\":\"TJ102476160782\",\"FlightNumber\":\"6E-6438\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 14:50\",\"ToUTCTime\":\"2023-11-02T14:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":330,\"LAYOVERDuration\":\"5h 30m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5787.8,\"PublishedFareTxt\":\"5,788\",\"ApiResultIndex\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-STV\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3238,\"Tax\":2549.8,\"YQTax\":1200,\"OtherCharges\":1109,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":229,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.8,\"PublishedFare\":5728.67,\"OfferedFare\":5728.67,\"CommissionEarned\":59.13,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":59.13,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2549.8,\"BaseFareCal\":5728.67,\"BaseFare\":3238,\"CommissionEarned\":59.13,\"TDS\":-3.11,\"MF\":10,\"YQ\":1200,\"AGST\":229,\"MFT\":1.8,\"OT\":1109,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.13,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5728.67,\"CostToCustomer\":5728.67,\"BaseFareCal\":5728.67,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5728.67,\"intOfferedFare\":5728.67,\"intPublishFare\":5787.8,\"TripjackMarkup\":0,\"TripjackCommission\":59.13,\"TripjackTDS\":\"3.11\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":59.13,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"573\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T07:35\",\"SegFlightNumber\":\"6E-6438\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":330,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"5h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"574\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-11-02T14:50\",\"SegFlightNumber\":\"6E-465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"edf45-1baec-55c3a-9096c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-27T19:15:33.779\",\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102476160782\",\"bookingId_TJ\":\"TJ102476160782\",\"FlightNumber\":\"6E-6438\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 14:50\",\"ToUTCTime\":\"2023-11-02T14:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":330,\"LAYOVERDuration\":\"5h 30m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5787.8,\"ApiResultIndex\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"edf45-1baec-55c3a-9096c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-27T19:15:33.779\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3238,\"Tax\":2549.8,\"YQTax\":1200,\"OtherCharges\":1109,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":229,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.8,\"PublishedFare\":5728.67,\"OfferedFare\":5728.67,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2549.8,\"BaseFareCal\":5728.67,\"BaseFare\":3238,\"CommissionEarned\":59.13,\"TDS\":-3.11,\"MF\":10,\"YQ\":1200,\"AGST\":229,\"MFT\":1.8,\"OT\":1109,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"573\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T07:35\",\"SegFlightNumber\":\"6E-6438\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":330,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"5h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"574\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-11-02T14:50\",\"SegFlightNumber\":\"6E-465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_31458584705680\",\"localFromDateTime\":\"2023-11-02 04:55\",\"localToDateTime\":\"2023-11-02 14:50\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','152.59.33.164','2023-10-27 13:45:15','2023-10-27 13:45:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(196,0,105,97862,906337,906338,'YHZN7N','2023-11-12','DMC106476171116','TJ106476171116','SG-2348','SpiceJet','1',1,'3ecff-b062e-36fb8-a9e1f','463','12:35:00','14:50:00',0,'SA',135,'02h 15m',13491,7701,'IXY','DEL','Non-stop',1,1,10033.19,'4-0553550010_0IXYDELSG2348_218704258903200',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',7235,2922.8,0,543,0,10,8033.19,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106476171116\",\"bookingId_TJ\":\"TJ106476171116\",\"FlightNumber\":\"SG-2348\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"apiTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:35\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-12T12:35\",\"LocalFromTime\":\"2023-11-12 12:35\",\"FromUTCTime\":\"2023-11-12T12:35\",\"LocalToTime\":\"2023-11-12 14:50\",\"ToUTCTime\":\"2023-11-12T14:50\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 12 Nov\",\"ArrivalDateTxt\":\"Sun, 12 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"13491\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXY\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,033\",\"ApiResultIndex\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7235,\"Tax\":922.8,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":368,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8157.8,\"PublishedFare\":8033.19,\"PublishedFareAgent\":10033.189999999999,\"OfferedFareAgent\":8033.19,\"OfferedFare\":8033.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0553550010_0IXYDELSG2348_54838582226248\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":16,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":922.8,\"TotalBaseFare\":8157.8,\"BaseFareCal\":8033.19,\"BaseFare\":7235,\"CommissionEarned\":124.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":368,\"MFT\":1.8,\"OT\":543,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXY-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":124.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8033.19,\"CostToCustomer\":8033.19,\"BaseFareCal\":8033.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8033.19,\"intOfferedFare\":8033.19,\"intPublishFare\":8157.8,\"TripjackMarkup\":0,\"TripjackCommission\":124.61,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"713\",\"originAirportName\":\"Kandla Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kandla\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-12T14:50\",\"SegFlightNumber\":\"SG-2348\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXY\",\"originDepTime\":\"2023-11-12T12:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXY-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCF\":50,\"CCFT\":9,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXY\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"13491\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC106476171116\",\"bookingId_TJ\":\"TJ106476171116\",\"FlightNumber\":\"SG-2348\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"apiTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:35\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-12T12:35\",\"LocalFromTime\":\"2023-11-12 12:35\",\"FromUTCTime\":\"2023-11-12T12:35\",\"LocalToTime\":\"2023-11-12 14:50\",\"ToUTCTime\":\"2023-11-12T14:50\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 12 Nov\",\"ArrivalDateTxt\":\"Sun, 12 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"13491\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXY\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,033\",\"ApiResultIndex\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7235,\"Tax\":922.8,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":368,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8157.8,\"PublishedFare\":8033.19,\"PublishedFareAgent\":10033.189999999999,\"OfferedFareAgent\":8033.19,\"OfferedFare\":8033.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0553550010_0IXYDELSG2348_54838582226248\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":16,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":922.8,\"TotalBaseFare\":8157.8,\"BaseFareCal\":8033.19,\"BaseFare\":7235,\"CommissionEarned\":124.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":368,\"MFT\":1.8,\"OT\":543,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXY-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":124.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8033.19,\"CostToCustomer\":8033.19,\"BaseFareCal\":8033.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8033.19,\"intOfferedFare\":8033.19,\"intPublishFare\":8157.8,\"TripjackMarkup\":0,\"TripjackCommission\":124.61,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"713\",\"originAirportName\":\"Kandla Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kandla\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-12T14:50\",\"SegFlightNumber\":\"SG-2348\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXY\",\"originDepTime\":\"2023-11-12T12:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXY-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCF\":50,\"CCFT\":9,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXY\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"13491\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ106476171116\",\"amount\":8157.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919313853705\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-27T21:54:16.707\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20284505\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"2348\",\"eT\":\"DH8\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"IXY\",\"name\":\"Kandla Arpt\",\"cityCode\":\"IXY\",\"city\":\"Kandla\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-12T12:35\",\"at\":\"2023-11-12T14:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXY-DEL\":\"YHZN7N\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RITAMIT\",\"lN\":\"LEPCHA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":8033.19,\"TF\":8157.8,\"NCM\":124.61,\"TAF\":922.8,\"BF\":7235,\"IGST\":1.8},\"afC\":{\"NCM\":{\"OT\":131.17,\"TDS\":-6.56},\"TAF\":{\"OT\":543,\"YQ\":0,\"MF\":10,\"MFT\":1.8,\"AGST\":368}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"906337\",\"TPSysId\":\"906338\",\"VersionId\":[\"276531\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"73262\",\"FareBreakdownid\":[\"387837\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'710AD36F75AA4A6EA77C08DCB6477F95','','',NULL,'710AD36F75AA4A6EA77C08DCB6477F95','0',NULL,'2023-10-27 16:21:13','2023-10-27 16:21:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','RITAMIT LEPCHA','2023-10-000023',NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(197,0,106,97557,906862,906863,'NZNTHN','2023-12-03','DMC105476200264','TJ105476200264','6E-6633','IndiGo','1',1,'9f8ea-822f8-ed2f8-b28d9','267','04:45:00','07:55:00',0,'T',190,'03h 10m',2262,5765,'BLR','IXC','Non-stop',1,1,6551.74,'5-9330348605_0BLRIXC6E6633_91493045443161',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4147,2473.8,650,867,0,10,5851.74,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105476200264\",\"bookingId_TJ\":\"TJ105476200264\",\"FlightNumber\":\"6E-6633\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"apiTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2023-12-03T04:45\",\"LocalFromTime\":\"2023-12-03 04:45\",\"FromUTCTime\":\"2023-12-03T04:45\",\"LocalToTime\":\"2023-12-03 07:55\",\"ToUTCTime\":\"2023-12-03T07:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,852\",\"ApiResultIndex\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":1773.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5920.8,\"PublishedFare\":5851.74,\"PublishedFareAgent\":6551.74,\"OfferedFareAgent\":5851.74,\"OfferedFare\":5851.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9330348605_0BLRIXC6E6633_3309194925867\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"TotalBaseFare\":5920.8,\"BaseFareCal\":5851.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5851.74,\"CostToCustomer\":5851.74,\"BaseFareCal\":5851.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5851.74,\"intOfferedFare\":5851.74,\"intPublishFare\":5920.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"116\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-12-03T07:55\",\"SegFlightNumber\":\"6E-6633\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXC\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC105476200264\",\"bookingId_TJ\":\"TJ105476200264\",\"FlightNumber\":\"6E-6633\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"apiTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2023-12-03T04:45\",\"LocalFromTime\":\"2023-12-03 04:45\",\"FromUTCTime\":\"2023-12-03T04:45\",\"LocalToTime\":\"2023-12-03 07:55\",\"ToUTCTime\":\"2023-12-03T07:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,852\",\"ApiResultIndex\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":1773.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5920.8,\"PublishedFare\":5851.74,\"PublishedFareAgent\":6551.74,\"OfferedFareAgent\":5851.74,\"OfferedFare\":5851.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9330348605_0BLRIXC6E6633_3309194925867\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"TotalBaseFare\":5920.8,\"BaseFareCal\":5851.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5851.74,\"CostToCustomer\":5851.74,\"BaseFareCal\":5851.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5851.74,\"intOfferedFare\":5851.74,\"intPublishFare\":5920.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"116\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-12-03T07:55\",\"SegFlightNumber\":\"6E-6633\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXC\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ105476200264\",\"amount\":5920.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917760097886\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T12:46:47.939\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20291682\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6633\",\"eT\":\"321\"},\"stops\":0,\"duration\":190,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXC\",\"name\":\"Chandigarh Arpt\",\"cityCode\":\"IXC\",\"city\":\"Chandigarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-12-03T04:45\",\"at\":\"2023-12-03T07:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXC\":\"NZNTHN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"aslam\",\"lN\":\"saifee\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4147,\"IGST\":1.8,\"TF\":5920.8,\"TAF\":1773.8,\"NCM\":69.06,\"NF\":5851.74},\"afC\":{\"TAF\":{\"MFT\":1.8,\"OT\":867,\"AGST\":245,\"MF\":10,\"YQ\":650},\"NCM\":{\"OT\":72.69,\"TDS\":-3.63}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"906862\",\"TPSysId\":\"906863\",\"VersionId\":[\"276660\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"73290\",\"FareBreakdownid\":[\"387852\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'330122928932','2ACF55489EE847AFAEB0B1167624A139','APPROVED OR COMPLETED SUCCESSFULLY','20BBF98798254B15BA74756690AC3ECF','70BFE06500ED46C2BEBAB5082978F23E','0',NULL,'2023-10-28 07:12:22','2023-10-28 07:12:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','aslam saifee','2023-10-000024',NULL,NULL,NULL,'Tactical','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(198,0,44,86368,0,907694,'DQL3MP-DQL3MP','2023-11-25','BKR109576237764','TJ109576237764','6E-5282','IndiGo','1',1,'d0f19-3a10b-a3500-441f7','267','06:00:00','07:45:00',0,'N',105,'1h 45m',12995,18676,'JAI','BOM','Non-stop',3,1,15799.32,'5-4555704092_0JAIBOM6E5282_43838937486623',1,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',11700,4298.4,1200,2403,0,30,15799.32,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15998.400000000001,\"PublishedFareTxt\":\"15,998\",\"ApiResultIndex\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11700,\"Tax\":4298.4,\"YQTax\":1200,\"OtherCharges\":2403,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":660,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15998.400000000001,\"PublishedFare\":15799.32,\"OfferedFare\":15799.32,\"CommissionEarned\":199.07999999999998,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4555704092_0JAIBOM6E5282_38362305272833\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":199.07999999999998,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4298.4,\"BaseFareCal\":15799.32,\"BaseFare\":11700,\"CommissionEarned\":199.07999999999998,\"TDS\":-10.47,\"MF\":30,\"YQ\":1200,\"AGST\":660,\"MFT\":5.4,\"OT\":2403,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":199.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15799.32,\"CostToCustomer\":15799.32,\"BaseFareCal\":15799.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15799.32,\"intOfferedFare\":15799.32,\"intPublishFare\":15998.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":199.07999999999998,\"TripjackTDS\":\"10.47\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":199.07999999999998,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"754\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":31744.800000000003,\"ApiResultIndex\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24150,\"Tax\":7594.799999999999,\"YQTax\":2400,\"OtherCharges\":3765,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1359,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31744.800000000003,\"PublishedFare\":31338.48,\"OfferedFare\":31338.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":7594.799999999999,\"BaseFareCal\":31338.48,\"BaseFare\":24150,\"CommissionEarned\":406.32,\"TDS\":-21.39,\"MF\":60,\"YQ\":2400,\"AGST\":1359,\"MFT\":10.8,\"OT\":3765,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"754\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"755\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"localFromDateTime\":\"2023-11-25 06:00\",\"localToDateTime\":\"2023-11-25 07:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ109576237764\",\"amount\":31744.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T21:03:08.184\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20302572\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5282\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T06:00\",\"at\":\"2023-11-25T07:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"20302573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5238\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-26T20:35\",\"at\":\"2023-11-26T22:20\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK KUMAR\",\"lN\":\"GOYAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PANKAJ\",\"lN\":\"AGARWAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RATAN LAL\",\"lN\":\"GOYAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":24150,\"TAF\":7594.8,\"NCM\":406.32,\"IGST\":10.8,\"TF\":31744.8,\"NF\":31338.48},\"afC\":{\"TAF\":{\"YQ\":2400,\"MFT\":10.8,\"MF\":60,\"OT\":3765,\"AGST\":1359},\"NCM\":{\"OT\":427.71,\"TDS\":-21.39}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"907693\",\"TPSysId\":\"907694\",\"VersionId\":[\"276888\",\"276889\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"73349\",\"FareBreakdownid\":[\"387891\",\"387892\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'330140208526','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','183.83.53.193','2023-10-28 15:29:33','2023-10-28 15:29:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000025',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(199,198,44,86368,0,907694,'DQL3MP-DQL3MP','2023-11-26','BKR109576237764','TJ109576237764','6E-5238','IndiGo','1',1,'d0f19-3a10b-a3500-441f7','267','20:35:00','22:20:00',0,'N',105,'1h 45m',12995,18676,'BOM','JAI','Non-stop',3,1,15539.16,'5-4555704092_0BOMJAI6E5238_43838937179398',2,2,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',12450,3296.4,1200,1362,0,30,15539.16,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-11-26T20:35\",\"LocalFromTime\":\"2023-11-26 20:35\",\"FromUTCTime\":\"2023-11-26T20:35\",\"LocalToTime\":\"2023-11-26 22:20\",\"ToUTCTime\":\"2023-11-26T22:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 26 Nov\",\"ArrivalDateTxt\":\"Sun, 26 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15746.400000000001,\"PublishedFareTxt\":\"15,746\",\"ApiResultIndex\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12450,\"Tax\":3296.3999999999996,\"YQTax\":1200,\"OtherCharges\":1362,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":699,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15746.400000000001,\"PublishedFare\":15539.16,\"OfferedFare\":15539.16,\"CommissionEarned\":207.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4555704092_1BOMJAI6E5238_38362306189272\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":207.24,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3296.3999999999996,\"BaseFareCal\":15539.16,\"BaseFare\":12450,\"CommissionEarned\":207.24,\"TDS\":-10.92,\"MF\":30,\"YQ\":1200,\"AGST\":699,\"MFT\":5.4,\"OT\":1362,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":207.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15539.16,\"CostToCustomer\":15539.16,\"BaseFareCal\":15539.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15539.16,\"intOfferedFare\":15539.16,\"intPublishFare\":15746.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":207.24,\"TripjackTDS\":\"10.92\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":207.24,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"755\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"strTraceId\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJ109576237764\",\"amount\":31744.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T21:03:08.184\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20302572\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5282\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T06:00\",\"at\":\"2023-11-25T07:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"20302573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5238\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-26T20:35\",\"at\":\"2023-11-26T22:20\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK KUMAR\",\"lN\":\"GOYAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PANKAJ\",\"lN\":\"AGARWAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RATAN LAL\",\"lN\":\"GOYAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":24150,\"TAF\":7594.8,\"NCM\":406.32,\"IGST\":10.8,\"TF\":31744.8,\"NF\":31338.48},\"afC\":{\"TAF\":{\"YQ\":2400,\"MFT\":10.8,\"MF\":60,\"OT\":3765,\"AGST\":1359},\"NCM\":{\"OT\":427.71,\"TDS\":-21.39}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"907693\",\"TPSysId\":\"907694\",\"VersionId\":[\"276888\",\"276889\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"73349\",\"FareBreakdownid\":[\"387891\",\"387892\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'330140208526','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','183.83.53.193','2023-10-28 15:29:33','2023-10-28 15:29:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-000025',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(200,0,107,97862,908104,908105,'GNUS8V','2023-10-31','DMC102376289012','TJ102376289012','6E-5318','IndiGo','1',1,'b5907-43da3-7beb4-0882b','267','10:15:00','14:30:00',0,'R',255,'04h 15m',18676,28993,'BOM','VTZ','1 Stop(s)',1,1,8015.89,'5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4500,3588.8,800,504,0,10,6015.89,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102376289012\",\"bookingId_TJ\":\"TJ102376289012\",\"FlightNumber\":\"6E-5318\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"apiTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-10-31T10:15\",\"LocalFromTime\":\"2023-10-31 10:15\",\"FromUTCTime\":\"2023-10-31T10:15\",\"LocalToTime\":\"2023-10-31 14:30\",\"ToUTCTime\":\"2023-10-31T14:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"04h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28993\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VTZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,016\",\"ApiResultIndex\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1588.8,\"YQTax\":800,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6088.8,\"PublishedFare\":6015.89,\"PublishedFareAgent\":8015.89,\"OfferedFareAgent\":6015.89,\"OfferedFare\":6015.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1588.8,\"TotalBaseFare\":6088.8,\"BaseFareCal\":6015.89,\"BaseFare\":4500,\"CommissionEarned\":72.91,\"TDS\":0,\"MF\":10,\"YQ\":800,\"AGST\":273,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-VTZ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6015.89,\"CostToCustomer\":6015.89,\"BaseFareCal\":6015.89,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6015.89,\"intOfferedFare\":6015.89,\"intPublishFare\":6088.8,\"TripjackMarkup\":0,\"TripjackCommission\":72.91,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-31T11:45\",\"SegFlightNumber\":\"6E-5318\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-31T10:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"846\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Vishakhapatnam\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vishakhapatanam\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VTZ\",\"destinationArrTime\":\"2023-10-31T14:30\",\"SegFlightNumber\":\"6E-409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-VTZ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VTZ\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28993\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC102376289012\",\"bookingId_TJ\":\"TJ102376289012\",\"FlightNumber\":\"6E-5318\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"apiTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-10-31T10:15\",\"LocalFromTime\":\"2023-10-31 10:15\",\"FromUTCTime\":\"2023-10-31T10:15\",\"LocalToTime\":\"2023-10-31 14:30\",\"ToUTCTime\":\"2023-10-31T14:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"04h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28993\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VTZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,016\",\"ApiResultIndex\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1588.8,\"YQTax\":800,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6088.8,\"PublishedFare\":6015.89,\"PublishedFareAgent\":8015.89,\"OfferedFareAgent\":6015.89,\"OfferedFare\":6015.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1588.8,\"TotalBaseFare\":6088.8,\"BaseFareCal\":6015.89,\"BaseFare\":4500,\"CommissionEarned\":72.91,\"TDS\":0,\"MF\":10,\"YQ\":800,\"AGST\":273,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-VTZ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6015.89,\"CostToCustomer\":6015.89,\"BaseFareCal\":6015.89,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6015.89,\"intOfferedFare\":6015.89,\"intPublishFare\":6088.8,\"TripjackMarkup\":0,\"TripjackCommission\":72.91,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-31T11:45\",\"SegFlightNumber\":\"6E-5318\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-31T10:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"846\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Vishakhapatnam\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vishakhapatanam\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VTZ\",\"destinationArrTime\":\"2023-10-31T14:30\",\"SegFlightNumber\":\"6E-409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-VTZ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VTZ\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28993\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ102376289012\",\"amount\":6088.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"917417609209\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-29T20:19:52.038\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20315512\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5318\",\"eT\":\"321\"},\"stops\":0,\"duration\":90,\"cT\":95,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-31T10:15\",\"at\":\"2023-10-31T11:45\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"20315513\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"409\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"VTZ\",\"name\":\"Vishakhapatnam\",\"cityCode\":\"VTZ\",\"city\":\"Vishakhapatanam\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-31T13:20\",\"at\":\"2023-10-31T14:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-HYD\":\"GNUS8V\",\"HYD-VTZ\":\"GNUS8V\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ASMA NAWAZ\",\"lN\":\"KHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":6088.8,\"NCM\":72.91,\"IGST\":1.8,\"NF\":6015.89,\"BF\":4500,\"TAF\":1588.8},\"afC\":{\"NCM\":{\"TDS\":-3.84,\"OT\":76.75},\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":504,\"YQ\":800,\"AGST\":273}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"908104\",\"TPSysId\":\"908105\",\"VersionId\":[\"277028\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"73387\",\"FareBreakdownid\":[\"387921\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7F90587F39EF48B19CD50D9C0B0BAB6B','','',NULL,'7F90587F39EF48B19CD50D9C0B0BAB6B','0',NULL,'2023-10-29 14:47:20','2023-10-29 14:47:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','ASMA NAWAZ KHAN','2023-10-000026',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(201,0,101,97862,0,0,NULL,'2023-10-30','DMC107576289645','TJ107576289645','SG-2342','SpiceJet','1',1,'d9c83-cf38a-babb3-5430c','463','21:25:00','22:25:00',0,'SA',60,'01h 00m',12995,7701,'JAI','DEL','Non-stop',1,1,4532.82,'4-5564199341_0JAIDELSG2342_36622925572487',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',1588,2975.8,0,876,0,10,2532.82,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107576289645\",\"bookingId_TJ\":\"TJ107576289645\",\"FlightNumber\":\"SG-2342\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"d9c83-cf38a-babb3-5430c\",\"apiTraceId\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-10-30T21:25\",\"LocalFromTime\":\"2023-10-30 21:25\",\"FromUTCTime\":\"2023-10-30T21:25\",\"LocalToTime\":\"2023-10-30 22:25\",\"ToUTCTime\":\"2023-10-30T22:25\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":42,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,533\",\"ApiResultIndex\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1588,\"Tax\":975.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2563.8,\"PublishedFare\":2532.82,\"PublishedFareAgent\":4532.82,\"OfferedFareAgent\":2532.82,\"OfferedFare\":2532.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5564199341_0JAIDELSG2342_37351392555706\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":42,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":975.8,\"TotalBaseFare\":2563.8,\"BaseFareCal\":2532.82,\"BaseFare\":1588,\"CommissionEarned\":30.98,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":88,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":30.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2532.82,\"CostToCustomer\":2532.82,\"BaseFareCal\":2532.82,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2532.82,\"intOfferedFare\":2532.82,\"intPublishFare\":2563.8,\"TripjackMarkup\":0,\"TripjackCommission\":30.98,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-30T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-30T21:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":42,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCF\":50,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCF\":50,\"ACF\":3100,\"CCFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-29 14:57:30','2023-10-29 14:57:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','AJAY KUMAR SHARMA',NULL,NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(202,0,108,98705,0,0,NULL,'2023-10-31','DMC104576294362','TJ104576294362','SG-160','SpiceJet','1',0,'18b3e-53723-4f575-29394','463','09:05:00','10:35:00',0,'G',90,'02h 30m',7701,13021,'DEL','IXJ','Non-stop',1,1,4906.94,'31-3091773963_0DELIXJSG160_56690031957362',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',3670.14,1236.8,0,225,0,10,3906.94,1000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104576294362\",\"bookingId_TJ\":\"TJ104576294362\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"18b3e-53723-4f575-29394\",\"apiTraceId\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-31T09:05\",\"LocalFromTime\":\"2023-10-31 09:05\",\"FromUTCTime\":\"2023-10-31T09:05\",\"LocalToTime\":\"2023-10-31 10:35\",\"ToUTCTime\":\"2023-10-31T10:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,907\",\"ApiResultIndex\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3670.14,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3906.94,\"PublishedFare\":3906.94,\"PublishedFareAgent\":4906.9400000000005,\"OfferedFareAgent\":3906.94,\"OfferedFare\":3906.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-3091773963_0DELIXJSG160_14605447401479\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":3906.94,\"BaseFareCal\":3906.94,\"BaseFare\":3670.14,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3906.94,\"CostToCustomer\":3906.94,\"BaseFareCal\":3906.94,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3906.94,\"intOfferedFare\":3906.94,\"intPublishFare\":3906.94,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-31T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-10-29 16:44:36','2023-10-29 16:44:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Manish Gangwani','manish gangwani',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(203,0,106,97557,909153,909154,'I2817H','2023-12-09','DMC102176336006','TJ102176336006','6E-6634','IndiGo','1',1,'b9da1-847fb-a17fe-045ec','267','08:25:00','11:35:00',0,'T',190,'03h 10m',5765,2262,'IXC','BLR','Non-stop',1,1,6876.74,'5-3755401415_0IXCBLR6E6634_14815164631138',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4147,2798.8,650,1192,0,10,6176.74,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102176336006\",\"bookingId_TJ\":\"TJ102176336006\",\"FlightNumber\":\"6E-6634\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"apiTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-12-09T08:25\",\"LocalFromTime\":\"2023-12-09 08:25\",\"FromUTCTime\":\"2023-12-09T08:25\",\"LocalToTime\":\"2023-12-09 11:35\",\"ToUTCTime\":\"2023-12-09T11:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,177\",\"ApiResultIndex\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":2098.8,\"YQTax\":650,\"OtherCharges\":1192,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6245.8,\"PublishedFare\":6176.74,\"PublishedFareAgent\":6876.74,\"OfferedFareAgent\":6176.74,\"OfferedFare\":6176.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3755401415_0IXCBLR6E6634_100563335973278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2098.8,\"TotalBaseFare\":6245.8,\"BaseFareCal\":6176.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":1192,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6176.74,\"CostToCustomer\":6176.74,\"BaseFareCal\":6176.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6176.74,\"intOfferedFare\":6176.74,\"intPublishFare\":6245.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-09T11:35\",\"SegFlightNumber\":\"6E-6634\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-12-09T08:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXC-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"5765\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC102176336006\",\"bookingId_TJ\":\"TJ102176336006\",\"FlightNumber\":\"6E-6634\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"apiTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-12-09T08:25\",\"LocalFromTime\":\"2023-12-09 08:25\",\"FromUTCTime\":\"2023-12-09T08:25\",\"LocalToTime\":\"2023-12-09 11:35\",\"ToUTCTime\":\"2023-12-09T11:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,177\",\"ApiResultIndex\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":2098.8,\"YQTax\":650,\"OtherCharges\":1192,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6245.8,\"PublishedFare\":6176.74,\"PublishedFareAgent\":6876.74,\"OfferedFareAgent\":6176.74,\"OfferedFare\":6176.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3755401415_0IXCBLR6E6634_100563335973278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2098.8,\"TotalBaseFare\":6245.8,\"BaseFareCal\":6176.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":1192,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6176.74,\"CostToCustomer\":6176.74,\"BaseFareCal\":6176.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6176.74,\"intOfferedFare\":6176.74,\"intPublishFare\":6245.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-09T11:35\",\"SegFlightNumber\":\"6E-6634\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-12-09T08:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXC-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"5765\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ102176336006\",\"amount\":6245.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917760097886\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-30T15:04:52.292\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20327893\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6634\",\"eT\":\"321\"},\"stops\":0,\"duration\":190,\"da\":{\"code\":\"IXC\",\"name\":\"Chandigarh Arpt\",\"cityCode\":\"IXC\",\"city\":\"Chandigarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-12-09T08:25\",\"at\":\"2023-12-09T11:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXC-BLR\":\"I2817H\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASLAM\",\"lN\":\"SAIFEE\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4147,\"NCM\":69.06,\"TAF\":2098.8,\"IGST\":1.8,\"NF\":6176.74,\"TF\":6245.8},\"afC\":{\"NCM\":{\"OT\":72.69,\"TDS\":-3.63},\"TAF\":{\"YQ\":650,\"OT\":1192,\"MF\":10,\"MFT\":1.8,\"AGST\":245}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"909153\",\"TPSysId\":\"909154\",\"VersionId\":[\"277270\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"73450\",\"FareBreakdownid\":[\"387950\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'330375012826','5FFB8C6465A844BCB733A7625500530C','APPROVED OR COMPLETED SUCCESSFULLY','6694314F41794D1F934AC33D0052EF8B','011D9CE99645454ABC6E3A2E63E8EA6A','0',NULL,'2023-10-30 09:31:28','2023-10-30 09:31:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','ASLAM SAIFEE','2023-10-000027',NULL,NULL,NULL,'Tactical','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(204,0,109,97862,910227,910228,'Y2PZ6X','2023-10-31','DMC104376390197','TJ104376390197','6E-6043','IndiGo','1',1,'3bf30-6e5bb-9c56d-79878','267','13:30:00','15:45:00',0,'R',135,'02h 15m',12538,7701,'HYD','DEL','Non-stop',1,1,8564.24,'5-7542994091_2HYDDEL6E6043_1193958827354',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4650,3988.8,550,1162,0,10,6564.24,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104376390197\",\"bookingId_TJ\":\"TJ104376390197\",\"FlightNumber\":\"6E-6043\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"apiTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-10-31T13:30\",\"LocalFromTime\":\"2023-10-31 13:30\",\"FromUTCTime\":\"2023-10-31T13:30\",\"LocalToTime\":\"2023-10-31 15:45\",\"ToUTCTime\":\"2023-10-31T15:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,564\",\"ApiResultIndex\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4650,\"Tax\":1988.8,\"YQTax\":550,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6638.8,\"PublishedFare\":6564.24,\"PublishedFareAgent\":8564.24,\"OfferedFareAgent\":6564.24,\"OfferedFare\":6564.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7542994091_0HYDDEL6E6043_1690184095260\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1988.8,\"TotalBaseFare\":6638.8,\"BaseFareCal\":6564.24,\"BaseFare\":4650,\"CommissionEarned\":74.56,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":265,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6564.24,\"CostToCustomer\":6564.24,\"BaseFareCal\":6564.24,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6564.24,\"intOfferedFare\":6564.24,\"intPublishFare\":6638.8,\"TripjackMarkup\":0,\"TripjackCommission\":74.56,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-31T15:45\",\"SegFlightNumber\":\"6E-6043\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC104376390197\",\"bookingId_TJ\":\"TJ104376390197\",\"FlightNumber\":\"6E-6043\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"apiTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-10-31T13:30\",\"LocalFromTime\":\"2023-10-31 13:30\",\"FromUTCTime\":\"2023-10-31T13:30\",\"LocalToTime\":\"2023-10-31 15:45\",\"ToUTCTime\":\"2023-10-31T15:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,564\",\"ApiResultIndex\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4650,\"Tax\":1988.8,\"YQTax\":550,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6638.8,\"PublishedFare\":6564.24,\"PublishedFareAgent\":8564.24,\"OfferedFareAgent\":6564.24,\"OfferedFare\":6564.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7542994091_0HYDDEL6E6043_1690184095260\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1988.8,\"TotalBaseFare\":6638.8,\"BaseFareCal\":6564.24,\"BaseFare\":4650,\"CommissionEarned\":74.56,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":265,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6564.24,\"CostToCustomer\":6564.24,\"BaseFareCal\":6564.24,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6564.24,\"intOfferedFare\":6564.24,\"intPublishFare\":6638.8,\"TripjackMarkup\":0,\"TripjackCommission\":74.56,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-31T15:45\",\"SegFlightNumber\":\"6E-6043\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ104376390197\",\"amount\":6638.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"916396921465\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T08:56:14.374\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20342294\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6043\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-31T13:30\",\"at\":\"2023-10-31T15:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DEL\":\"Y2PZ6X\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MUSARRAT\",\"lN\":\"JAHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"NCM\":74.56,\"NF\":6564.24,\"TF\":6638.8,\"BF\":4650,\"TAF\":1988.8},\"afC\":{\"NCM\":{\"OT\":78.48,\"TDS\":-3.92},\"TAF\":{\"MFT\":1.8,\"OT\":1162,\"MF\":10,\"YQ\":550,\"AGST\":265}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"910227\",\"TPSysId\":\"910228\",\"VersionId\":[\"277649\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"73533\",\"FareBreakdownid\":[\"388005\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7D894271EC704AACB31B649A43AE976F','','',NULL,'7D894271EC704AACB31B649A43AE976F','0',NULL,'2023-10-31 03:24:14','2023-10-31 03:24:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','MUSARRAT JAHAN','2023-10-000028',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(206,0,111,97261,910549,910550,'W6T6GD','2023-11-02','DMC104176405939','TJ104176405939','I5-1427','AirIndia Express','1',1,'faef0-5004f-30d05-fd91c','75','17:15:00','19:00:00',0,'BT',105,'02h 45m',12995,22238,'JAI','PNQ','Non-stop',4,1,15646.16,'22-16-8373955630_0JAIPNQI51427_2263534057453',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',11868,4183.2,0,3504,0,40,15646.16,0,0,0,0,0,0,0,0,0,0,300,'{\"bookingId\":\"DMC104176405939\",\"bookingId_TJ\":\"TJ104176405939\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"apiTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"15,646\",\"ApiResultIndex\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"PublishedFareAgent\":15646.16,\"OfferedFareAgent\":15646.16,\"OfferedFare\":15646.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8373955630_0JAIPNQI51427_9569180797083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"TotalBaseFare\":16051.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC104176405939\",\"bookingId_TJ\":\"TJ104176405939\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"apiTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"15,646\",\"ApiResultIndex\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"PublishedFareAgent\":15646.16,\"OfferedFareAgent\":15646.16,\"OfferedFare\":15646.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8373955630_0JAIPNQI51427_9569180797083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"TotalBaseFare\":16051.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ104176405939\",\"amount\":16351.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"919587206406\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T12:08:50.940\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20346348\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1427\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-02T17:15\",\"at\":\"2023-11-02T19:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"28F\",\"amount\":300}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YOGESH KUMAR\",\"lN\":\"SHARMA\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"28E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ANJU\",\"lN\":\"DEVI\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"30E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABHAY SINGH\",\"lN\":\"DANGI\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"29E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"PALAK\",\"lN\":\"DANGI\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":16351.2,\"SSRP\":300,\"TAF\":4183.2,\"BF\":11868,\"IGST\":7.2,\"NCM\":405.04,\"NF\":15946.16},\"afC\":{\"SSRP\":{\"OT\":300},\"TAF\":{\"OT\":3504,\"MFT\":7.2,\"AGST\":632,\"MF\":40},\"NCM\":{\"OT\":426.36,\"TDS\":-21.32}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"910549\",\"TPSysId\":\"910550\",\"VersionId\":[\"277746\"],\"CustomerSysId\":\"520868\",\"TrxId\":\"73551\",\"FareBreakdownid\":[\"388014\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'367012115694','46DBBD606EC14A6AAFF451DA6C5EC134','APPROVED OR COMPLETED SUCCESSFULLY','5E7E9D3BA6784C9EBD31D722848893C4','F385CF5EA7B545169FC75365EDB104ED','0',NULL,'2023-10-31 06:36:11','2023-10-31 06:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','YOGESH KUMAR SHARMA (+3)','2023-10-000029',NULL,NULL,NULL,'PROMO','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(207,0,111,86368,0,0,NULL,'2023-11-02','BKR103276408732','TJ103276408732','I5-1427','AirIndia Express','1',1,'2d40f-92afb-79197-bc5f1','75','17:15:00','19:00:00',0,'BT',105,'1h 45m',12995,22238,'JAI','PNQ','Non-stop',4,1,15646.16,'22-16-6988619085_0JAIPNQI51427_7717833265816',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',11868,4183.2,0,3504,0,40,15646.16,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103276408732\",\"bookingId_TJ\":\"TJ103276408732\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":16051.2,\"PublishedFareTxt\":\"16,051\",\"ApiResultIndex\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-PNQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"OfferedFare\":15646.16,\"CommissionEarned\":405.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6988619085_0JAIPNQI51427_6973819227660\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":405.04,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":-21.32,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":\"21.32\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":405.04,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"728\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2d40f-92afb-79197-bc5f1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T12:27:06.928\",\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":12995,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103276408732\",\"bookingId_TJ\":\"TJ103276408732\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":16051.2,\"ApiResultIndex\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"2d40f-92afb-79197-bc5f1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T12:27:06.928\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"OfferedFare\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":-21.32,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"728\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"localFromDateTime\":\"2023-11-02 17:15\",\"localToDateTime\":\"2023-11-02 19:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":12995,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','183.83.53.193','2023-10-31 06:56:06','2023-10-31 06:56:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(208,0,102,86368,0,0,NULL,'2023-11-02','BKR103676435470','TJ103676435470','QP-1377','Akasa Air','1',1,'34c70-3dea0-bd46f-10088','821','14:30:00','17:15:00',0,'EC',165,'2h 45m',2262,14323,'BLR','CCU','Non-stop',2,1,13017.74,'30-0750698091_0BLRCCUQP1377_198818165152597',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',9526,3659.6,1300,1784,0,20,13017.74,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103676435470\",\"bookingId_TJ\":\"TJ103676435470\",\"FlightNumber\":\"QP-1377\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-02T14:30\",\"LocalFromTime\":\"2023-11-02 14:30\",\"FromUTCTime\":\"2023-11-02T14:30\",\"LocalToTime\":\"2023-11-02 17:15\",\"ToUTCTime\":\"2023-11-02T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13185.6,\"PublishedFareTxt\":\"13,186\",\"ApiResultIndex\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"CCFT\":9,\"ACF\":3100},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9526,\"Tax\":3659.6,\"YQTax\":1300,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":552,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13185.6,\"PublishedFare\":13017.74,\"OfferedFare\":13017.74,\"CommissionEarned\":167.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-0750698091_0BLRCCUQP1377_31069313888229\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":167.86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3659.6,\"BaseFareCal\":13017.74,\"BaseFare\":9526,\"CommissionEarned\":167.86,\"TDS\":-8.84,\"MF\":20,\"YQ\":1300,\"AGST\":552,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":167.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13017.74,\"CostToCustomer\":13017.74,\"BaseFareCal\":13017.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13017.74,\"intOfferedFare\":13017.74,\"intPublishFare\":13185.6,\"TripjackMarkup\":0,\"TripjackCommission\":167.86,\"TripjackTDS\":\"8.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":167.86,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"35\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T17:15\",\"SegFlightNumber\":\"QP-1377\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"34c70-3dea0-bd46f-10088\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T17:02:15.216\",\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103676435470\",\"bookingId_TJ\":\"TJ103676435470\",\"FlightNumber\":\"QP-1377\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-02T14:30\",\"LocalFromTime\":\"2023-11-02 14:30\",\"FromUTCTime\":\"2023-11-02T14:30\",\"LocalToTime\":\"2023-11-02 17:15\",\"ToUTCTime\":\"2023-11-02T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13185.6,\"ApiResultIndex\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"34c70-3dea0-bd46f-10088\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T17:02:15.216\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9526,\"Tax\":3659.6,\"YQTax\":1300,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":552,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13185.6,\"PublishedFare\":13017.74,\"OfferedFare\":13017.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3659.6,\"BaseFareCal\":13017.74,\"BaseFare\":9526,\"CommissionEarned\":167.86,\"TDS\":-8.84,\"MF\":20,\"YQ\":1300,\"AGST\":552,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"35\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T17:15\",\"SegFlightNumber\":\"QP-1377\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"localFromDateTime\":\"2023-11-02 14:30\",\"localToDateTime\":\"2023-11-02 17:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'NA','NA','NA',NULL,NULL,'0','152.58.164.5','2023-10-31 11:33:27','2023-10-31 11:33:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(209,0,112,97557,912133,912134,'S1K8FS','2023-11-02','DMC103576461246','TJ103576461246','IX-1642','AI Express','1',1,'2d8d3-3467a-cef0f-5837c','82','04:55:00','07:30:00',0,'SM',155,'03h 35m',2262,28449,'BLR','VNS','Non-stop',1,1,7283.11,'22-16-5868518902_0BLRVNSIX1642_50463371419923',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',5489,1937.8,0,942,0,10,6583.11,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103576461246\",\"bookingId_TJ\":\"TJ103576461246\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"apiTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 07:30\",\"ToUTCTime\":\"2023-11-02T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,583\",\"ApiResultIndex\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5489,\"Tax\":1237.8,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6726.8,\"PublishedFare\":6583.11,\"PublishedFareAgent\":7283.11,\"OfferedFareAgent\":6583.11,\"OfferedFare\":6583.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5868518902_0BLRVNSIX1642_126178795485853\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":3,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1237.8,\"TotalBaseFare\":6726.8,\"BaseFareCal\":6583.11,\"BaseFare\":5489,\"CommissionEarned\":143.69,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":284,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":143.69,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6583.11,\"CostToCustomer\":6583.11,\"BaseFareCal\":6583.11,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6583.11,\"intOfferedFare\":6583.11,\"intPublishFare\":6726.8,\"TripjackMarkup\":0,\"TripjackCommission\":143.69,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-02T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC103576461246\",\"bookingId_TJ\":\"TJ103576461246\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"apiTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 07:30\",\"ToUTCTime\":\"2023-11-02T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,583\",\"ApiResultIndex\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5489,\"Tax\":1237.8,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6726.8,\"PublishedFare\":6583.11,\"PublishedFareAgent\":7283.11,\"OfferedFareAgent\":6583.11,\"OfferedFare\":6583.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5868518902_0BLRVNSIX1642_126178795485853\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":3,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1237.8,\"TotalBaseFare\":6726.8,\"BaseFareCal\":6583.11,\"BaseFare\":5489,\"CommissionEarned\":143.69,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":284,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":143.69,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6583.11,\"CostToCustomer\":6583.11,\"BaseFareCal\":6583.11,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6583.11,\"intOfferedFare\":6583.11,\"intPublishFare\":6726.8,\"TripjackMarkup\":0,\"TripjackCommission\":143.69,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-02T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ103576461246\",\"amount\":6726.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917393058364\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T22:18:27.215\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20362159\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"1642\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-02T04:55\",\"at\":\"2023-11-02T07:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BLR-VNS\":{\"code\":\"21F\",\"amount\":0}},\"pnrDetails\":{\"BLR-VNS\":\"S1K8FS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"dilnavaj\",\"lN\":\"dilnavaj\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":143.69,\"BF\":5489,\"TF\":6726.8,\"TAF\":1237.8,\"IGST\":1.8,\"SSRP\":0,\"NF\":6583.11},\"afC\":{\"NCM\":{\"OT\":151.25,\"TDS\":-7.56},\"TAF\":{\"MFT\":1.8,\"OT\":942,\"MF\":10,\"AGST\":284},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"912133\",\"TPSysId\":\"912134\",\"VersionId\":[\"278281\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"73662\",\"FareBreakdownid\":[\"388082\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'330448751612','931502AD21744A7891553B8AEA5C5BFF','APPROVED OR COMPLETED SUCCESSFULLY','285E23CC915D4DD89F92A5E1BA5688B4','02948780C5BD4880A165F439881D96C2','0',NULL,'2023-10-31 16:45:05','2023-10-31 16:45:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','dilnavaj dilnavaj','2023-10-000030',NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(210,0,113,86368,0,0,NULL,'2023-11-15','BKR104276781166','TJ104276781166','QP-1325','Akasa Air','1',1,'9208a-8afa9-27c3b-30210','821','06:50:00','09:20:00',0,'SP',150,'2h 30m',2262,296,'BLR','AMD','Non-stop',1,1,6570.66,'30-8486455492_0BLRAMDQP1325_43683894443268',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',4935,1733.8,550,892,0,10,6570.66,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104276781166\",\"bookingId_TJ\":\"TJ104276781166\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6668.8,\"PublishedFareTxt\":\"6,669\",\"ApiResultIndex\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":142.5,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":180,\"ACF\":3600,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":155,\"ACF\":3100,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4935,\"Tax\":1733.8,\"YQTax\":550,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6668.8,\"PublishedFare\":6570.66,\"OfferedFare\":6570.66,\"CommissionEarned\":98.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-8486455492_0BLRAMDQP1325_304421322701161\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":98.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1733.8,\"BaseFareCal\":6570.66,\"BaseFare\":4935,\"CommissionEarned\":98.14,\"TDS\":-5.16,\"MF\":10,\"YQ\":550,\"AGST\":280,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":98.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6570.66,\"CostToCustomer\":6570.66,\"BaseFareCal\":6570.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6570.66,\"intOfferedFare\":6570.66,\"intPublishFare\":6668.8,\"TripjackMarkup\":0,\"TripjackCommission\":98.14,\"TripjackTDS\":\"5.16\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":98.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"708\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9208a-8afa9-27c3b-30210\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-04T18:58:01.500\",\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104276781166\",\"bookingId_TJ\":\"TJ104276781166\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6668.8,\"ApiResultIndex\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"9208a-8afa9-27c3b-30210\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-04T18:58:01.500\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4935,\"Tax\":1733.8,\"YQTax\":550,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6668.8,\"PublishedFare\":6570.66,\"OfferedFare\":6570.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1733.8,\"BaseFareCal\":6570.66,\"BaseFare\":4935,\"CommissionEarned\":98.14,\"TDS\":-5.16,\"MF\":10,\"YQ\":550,\"AGST\":280,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"708\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"localFromDateTime\":\"2023-11-15 06:50\",\"localToDateTime\":\"2023-11-15 09:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','152.58.232.23','2023-11-04 13:29:48','2023-11-04 13:29:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(211,0,114,86368,0,0,NULL,'2023-11-10','BKR102077214868','TJ102077214868','6E-752','IndiGo','1',1,'ebf9d-da176-07f76-32e03','267','05:00:00','06:55:00',0,'T',115,'1h 55m',12995,12538,'JAI','HYD','Non-stop',1,1,4700.32,'5-1798172943_0JAIHYD6E752_554097152980784',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',3200,1555.8,550,801,0,10,4700.32,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102077214868\",\"bookingId_TJ\":\"TJ102077214868\",\"FlightNumber\":\"6E-752\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-11-10T05:00\",\"LocalFromTime\":\"2023-11-10 05:00\",\"FromUTCTime\":\"2023-11-10T05:00\",\"LocalToTime\":\"2023-11-10 06:55\",\"ToUTCTime\":\"2023-11-10T06:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4755.8,\"PublishedFareTxt\":\"4,756\",\"ApiResultIndex\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-HYD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":1555.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":193,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4755.8,\"PublishedFare\":4700.32,\"OfferedFare\":4700.32,\"CommissionEarned\":55.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1798172943_0JAIHYD6E752_135922587218473\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":55.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1555.8,\"BaseFareCal\":4700.32,\"BaseFare\":3200,\"CommissionEarned\":55.48,\"TDS\":-2.92,\"MF\":10,\"YQ\":550,\"AGST\":193,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":55.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4700.32,\"CostToCustomer\":4700.32,\"BaseFareCal\":4700.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4700.32,\"intOfferedFare\":4700.32,\"intPublishFare\":4755.8,\"TripjackMarkup\":0,\"TripjackCommission\":55.48,\"TripjackTDS\":\"2.92\",\"AddiMarkup\":0,\"CommisionPass\":55.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-10T06:55\",\"SegFlightNumber\":\"6E-752\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ebf9d-da176-07f76-32e03\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-09T20:51:45.077\",\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102077214868\",\"bookingId_TJ\":\"TJ102077214868\",\"FlightNumber\":\"6E-752\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-11-10T05:00\",\"LocalFromTime\":\"2023-11-10 05:00\",\"FromUTCTime\":\"2023-11-10T05:00\",\"LocalToTime\":\"2023-11-10 06:55\",\"ToUTCTime\":\"2023-11-10T06:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4755.8,\"ApiResultIndex\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"ebf9d-da176-07f76-32e03\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-09T20:51:45.077\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":1555.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":193,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4755.8,\"PublishedFare\":4700.32,\"OfferedFare\":4700.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1555.8,\"BaseFareCal\":4700.32,\"BaseFare\":3200,\"CommissionEarned\":55.48,\"TDS\":-2.92,\"MF\":10,\"YQ\":550,\"AGST\":193,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-10T06:55\",\"SegFlightNumber\":\"6E-752\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"localFromDateTime\":\"2023-11-10 05:00\",\"localToDateTime\":\"2023-11-10 06:55\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.38.137.54','2023-11-09 15:20:48','2023-11-09 15:20:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(212,0,115,97571,0,0,NULL,'2023-11-22','DMC103277334940','TJ103277334940','6E-341','IndiGo','1',1,'3af15-1320e-9f9d1-9edfb','267','22:15:00','23:25:00',0,'R',70,'01h 10m',6000,12538,'MAA','HYD','Non-stop',1,1,3545.02,'5-5269407187_8MAAHYD6E341_264759631073100',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2350,1238.8,400,684,0,10,3545.02,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103277334940\",\"bookingId_TJ\":\"TJ103277334940\",\"FlightNumber\":\"6E-341\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3af15-1320e-9f9d1-9edfb\",\"apiTraceId\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-11-22T22:15\",\"LocalFromTime\":\"2023-11-22 22:15\",\"FromUTCTime\":\"2023-11-22T22:15\",\"LocalToTime\":\"2023-11-22 23:25\",\"ToUTCTime\":\"2023-11-22T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,545\",\"ApiResultIndex\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2350,\"Tax\":1238.8,\"YQTax\":400,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":143,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3588.8,\"PublishedFare\":3545.02,\"PublishedFareAgent\":3545.02,\"OfferedFareAgent\":3545.02,\"OfferedFare\":3545.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5269407187_0MAAHYD6E341_82984545068087\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1238.8,\"TotalBaseFare\":3588.8,\"BaseFareCal\":3545.02,\"BaseFare\":2350,\"CommissionEarned\":43.78,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":143,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"MAA-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":43.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3545.02,\"CostToCustomer\":3545.02,\"BaseFareCal\":3545.02,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3545.02,\"intOfferedFare\":3545.02,\"intPublishFare\":3588.8,\"TripjackMarkup\":0,\"TripjackCommission\":43.78,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"805\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-22T23:25\",\"SegFlightNumber\":\"6E-341\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-22T22:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"MAA-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-11-11 02:57:08','2023-11-11 02:57:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Anand Kumar','Anand Kumar',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(214,0,117,97862,928770,928771,'MZ9W2A','2023-11-13','DMC101177479084','TJ101177479084','6E-5235','IndiGo','1',1,'b3c65-143c4-ddc9e-69013','267','12:45:00','14:30:00',0,'T',105,'02h 45m',12995,18676,'JAI','BOM','Non-stop',1,1,5537.68,'5-9409288596_0JAIBOM6E5235_5954465504329',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',2230,3349.8,400,801,0,10,3537.68,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101177479084\",\"bookingId_TJ\":\"TJ101177479084\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"apiTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-11-13T12:45\",\"LocalFromTime\":\"2023-11-13 12:45\",\"FromUTCTime\":\"2023-11-13T12:45\",\"LocalToTime\":\"2023-11-13 14:30\",\"ToUTCTime\":\"2023-11-13T14:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,538\",\"ApiResultIndex\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2230,\"Tax\":1349.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":137,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3579.8,\"PublishedFare\":3537.68,\"PublishedFareAgent\":5537.68,\"OfferedFareAgent\":3537.68,\"OfferedFare\":3537.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9409288596_0JAIBOM6E5235_6055390109959\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1349.8,\"TotalBaseFare\":3579.8,\"BaseFareCal\":3537.68,\"BaseFare\":2230,\"CommissionEarned\":42.12,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":137,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3537.68,\"CostToCustomer\":3537.68,\"BaseFareCal\":3537.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3537.68,\"intOfferedFare\":3537.68,\"intPublishFare\":3579.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-13T14:30\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-13T12:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC101177479084\",\"bookingId_TJ\":\"TJ101177479084\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"apiTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-11-13T12:45\",\"LocalFromTime\":\"2023-11-13 12:45\",\"FromUTCTime\":\"2023-11-13T12:45\",\"LocalToTime\":\"2023-11-13 14:30\",\"ToUTCTime\":\"2023-11-13T14:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,538\",\"ApiResultIndex\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2230,\"Tax\":1349.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":137,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3579.8,\"PublishedFare\":3537.68,\"PublishedFareAgent\":5537.68,\"OfferedFareAgent\":3537.68,\"OfferedFare\":3537.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9409288596_0JAIBOM6E5235_6055390109959\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1349.8,\"TotalBaseFare\":3579.8,\"BaseFareCal\":3537.68,\"BaseFare\":2230,\"CommissionEarned\":42.12,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":137,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3537.68,\"CostToCustomer\":3537.68,\"BaseFareCal\":3537.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3537.68,\"intOfferedFare\":3537.68,\"intPublishFare\":3579.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-13T14:30\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-13T12:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ101177479084\",\"amount\":3579.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919819677484\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-13T10:47:54.449\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20625517\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5235\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-13T12:45\",\"at\":\"2023-11-13T14:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"MZ9W2A\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NANU RAM\",\"lN\":\"PRAJAPAT\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3537.68,\"NCM\":42.12,\"TF\":3579.8,\"IGST\":1.8,\"TAF\":1349.8,\"BF\":2230},\"afC\":{\"NCM\":{\"TDS\":-2.22,\"OT\":44.34},\"TAF\":{\"YQ\":400,\"AGST\":137,\"MF\":10,\"MFT\":1.8,\"OT\":801}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"928770\",\"TPSysId\":\"928771\",\"VersionId\":[\"283039\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"75003\",\"FareBreakdownid\":[\"388895\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B120DDEBD738472EA25490BC3D33F08D','','',NULL,'B120DDEBD738472EA25490BC3D33F08D','0',NULL,'2023-11-13 05:15:49','2023-11-13 05:15:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','NANU RAM PRAJAPAT','2023-11-000036',NULL,NULL,NULL,'Tactical','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(216,0,119,97862,929985,929986,'GUR3ST','2023-11-14','DMC107877575120','TJ107877575120','6E-784','IndiGo','1',1,'aa2bc-2d728-af437-b1aec','267','18:15:00','20:20:00',0,'M',125,'02h 05m',12995,14323,'JAI','CCU','Non-stop',1,1,12088.69,'5-0510817961_0JAICCU6E784_101927904066233',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',8400,3815.8,550,801,0,10,10088.69,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107877575120\",\"bookingId_TJ\":\"TJ107877575120\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"apiTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-14T18:15\",\"LocalFromTime\":\"2023-11-14 18:15\",\"FromUTCTime\":\"2023-11-14T18:15\",\"LocalToTime\":\"2023-11-14 20:20\",\"ToUTCTime\":\"2023-11-14T20:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,089\",\"ApiResultIndex\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":1815.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10215.8,\"PublishedFare\":10088.69,\"PublishedFareAgent\":12088.69,\"OfferedFareAgent\":10088.69,\"OfferedFare\":10088.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0510817961_0JAICCU6E784_16829215652975\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1815.8,\"TotalBaseFare\":10215.8,\"BaseFareCal\":10088.69,\"BaseFare\":8400,\"CommissionEarned\":127.11,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":453,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":127.11,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10088.69,\"CostToCustomer\":10088.69,\"BaseFareCal\":10088.69,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10088.69,\"intOfferedFare\":10088.69,\"intPublishFare\":10215.8,\"TripjackMarkup\":0,\"TripjackCommission\":127.11,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"612\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-14T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"ARFT\":22.45,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"CCFT\":9,\"ACFT\":74.95},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"CCFT\":9,\"ACFT\":24.95},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC107877575120\",\"bookingId_TJ\":\"TJ107877575120\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"apiTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-14T18:15\",\"LocalFromTime\":\"2023-11-14 18:15\",\"FromUTCTime\":\"2023-11-14T18:15\",\"LocalToTime\":\"2023-11-14 20:20\",\"ToUTCTime\":\"2023-11-14T20:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,089\",\"ApiResultIndex\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":1815.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10215.8,\"PublishedFare\":10088.69,\"PublishedFareAgent\":12088.69,\"OfferedFareAgent\":10088.69,\"OfferedFare\":10088.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0510817961_0JAICCU6E784_16829215652975\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1815.8,\"TotalBaseFare\":10215.8,\"BaseFareCal\":10088.69,\"BaseFare\":8400,\"CommissionEarned\":127.11,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":453,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":127.11,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10088.69,\"CostToCustomer\":10088.69,\"BaseFareCal\":10088.69,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10088.69,\"intOfferedFare\":10088.69,\"intPublishFare\":10215.8,\"TripjackMarkup\":0,\"TripjackCommission\":127.11,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"612\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-14T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"ARFT\":22.45,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"CCFT\":9,\"ACFT\":74.95},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"CCFT\":9,\"ACFT\":24.95},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ107877575120\",\"amount\":10215.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"918274841630\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-14T12:59:55.722\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20651177\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"784\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T18:15\",\"at\":\"2023-11-14T20:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-CCU\":\"GUR3ST\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"IMRAN PINKI\",\"lN\":\"KINAR\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":8400,\"TAF\":1815.8,\"IGST\":1.8,\"NF\":10088.69,\"NCM\":127.11,\"TF\":10215.8},\"afC\":{\"TAF\":{\"YQ\":550,\"MFT\":1.8,\"AGST\":453,\"OT\":801,\"MF\":10},\"NCM\":{\"TDS\":-6.69,\"OT\":133.8}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"929985\",\"TPSysId\":\"929986\",\"VersionId\":[\"283400\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"75091\",\"FareBreakdownid\":[\"388935\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9EF4440889794A138DBFCE5310D75E2E','','',NULL,'9EF4440889794A138DBFCE5310D75E2E','0',NULL,'2023-11-14 07:27:31','2023-11-14 07:27:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','IMRAN PINKI KINAR','2023-11-000037',NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(217,0,120,97862,0,0,NULL,'2023-11-16','DMC102577758536','TJ102577758536','6E-784','IndiGo','1',1,'f9dc7-54ae0-70fb5-7d1cb','267','18:15:00','20:20:00',0,'R',125,'02h 05m',12995,14323,'JAI','CCU','Non-stop',1,1,10649.38,'5-4982550120_0JAICCU6E784_187605196474951',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',7000,3745.8,550,801,0,10,8649.38,2000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102577758536\",\"bookingId_TJ\":\"TJ102577758536\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9dc7-54ae0-70fb5-7d1cb\",\"apiTraceId\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-16T18:15\",\"LocalFromTime\":\"2023-11-16 18:15\",\"FromUTCTime\":\"2023-11-16T18:15\",\"LocalToTime\":\"2023-11-16 20:20\",\"ToUTCTime\":\"2023-11-16T20:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,649\",\"ApiResultIndex\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":1745.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":383,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8745.8,\"PublishedFare\":8649.38,\"PublishedFareAgent\":10649.38,\"OfferedFareAgent\":8649.38,\"OfferedFare\":8649.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4982550120_0JAICCU6E784_99080108506486\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1745.8,\"TotalBaseFare\":8745.8,\"BaseFareCal\":8649.38,\"BaseFare\":7000,\"CommissionEarned\":96.42,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":383,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":96.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8649.38,\"CostToCustomer\":8649.38,\"BaseFareCal\":8649.38,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8649.38,\"intOfferedFare\":8649.38,\"intPublishFare\":8745.8,\"TripjackMarkup\":0,\"TripjackCommission\":96.42,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"900\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-16T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-11-16 07:44:48','2023-11-16 07:44:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','ISHRAT JAHAN',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(218,0,121,97557,936090,936091,'F55Z4D','2023-11-18','DMC101577918599','TJ101577918599','I5-1537','AirIndia Express','1',1,'a43f6-01d5f-12881-5ff9c','75','11:10:00','14:05:00',0,'SM',175,'03h 55m',2262,2012,'BLR','IXB','Non-stop',2,1,31343.48,'22-16-5434816478_0BLRIXBI51537_505131540349735',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',27506,4407.6,1300,1684,0,20,29943.48,1400,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101577918599\",\"bookingId_TJ\":\"TJ101577918599\",\"FlightNumber\":\"I5-1537\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"apiTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"14:05\",\"TravelDate\":\"2023-11-18T11:10\",\"LocalFromTime\":\"2023-11-18 11:10\",\"FromUTCTime\":\"2023-11-18T11:10\",\"LocalToTime\":\"2023-11-18 14:05\",\"ToUTCTime\":\"2023-11-18T14:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"29,943\",\"ApiResultIndex\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":27506,\"Tax\":3007.6,\"YQTax\":1300,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30513.6,\"PublishedFare\":29943.48,\"PublishedFareAgent\":31343.48,\"OfferedFareAgent\":29943.48,\"OfferedFare\":29943.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5434816478_0BLRIXBI51537_83949311332998\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3007.6,\"TotalBaseFare\":30513.6,\"BaseFareCal\":29943.48,\"BaseFare\":27506,\"CommissionEarned\":570.12,\"TDS\":0,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":29943.48,\"CostToCustomer\":29943.48,\"BaseFareCal\":29943.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":29943.48,\"intOfferedFare\":29943.48,\"intPublishFare\":30513.6,\"TripjackMarkup\":0,\"TripjackCommission\":570.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"177\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-18T14:05\",\"SegFlightNumber\":\"I5-1537\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-18T11:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"14:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"ARF\":250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACF\":1500,\"CCF\":50,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":500,\"CCF\":50,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC101577918599\",\"bookingId_TJ\":\"TJ101577918599\",\"FlightNumber\":\"I5-1537\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"apiTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"14:05\",\"TravelDate\":\"2023-11-18T11:10\",\"LocalFromTime\":\"2023-11-18 11:10\",\"FromUTCTime\":\"2023-11-18T11:10\",\"LocalToTime\":\"2023-11-18 14:05\",\"ToUTCTime\":\"2023-11-18T14:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"29,943\",\"ApiResultIndex\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":27506,\"Tax\":3007.6,\"YQTax\":1300,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30513.6,\"PublishedFare\":29943.48,\"PublishedFareAgent\":31343.48,\"OfferedFareAgent\":29943.48,\"OfferedFare\":29943.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5434816478_0BLRIXBI51537_83949311332998\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3007.6,\"TotalBaseFare\":30513.6,\"BaseFareCal\":29943.48,\"BaseFare\":27506,\"CommissionEarned\":570.12,\"TDS\":0,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":29943.48,\"CostToCustomer\":29943.48,\"BaseFareCal\":29943.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":29943.48,\"intOfferedFare\":29943.48,\"intPublishFare\":30513.6,\"TripjackMarkup\":0,\"TripjackCommission\":570.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"177\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-18T14:05\",\"SegFlightNumber\":\"I5-1537\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-18T11:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"14:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"ARF\":250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACF\":1500,\"CCF\":50,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":500,\"CCF\":50,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ101577918599\",\"amount\":30513.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-18T07:16:00.515\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20742043\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1537\",\"eT\":\"320\"},\"stops\":0,\"duration\":175,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXB\",\"name\":\"Bagdogra Arpt\",\"cityCode\":\"IXB\",\"city\":\"Bagdogra\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-18T11:10\",\"at\":\"2023-11-18T14:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXB\":\"F55Z4D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Marguf\",\"lN\":\"Marguf\"},{\"pnrDetails\":{\"BLR-IXB\":\"F55Z4D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Moh\",\"lN\":\"Sohib\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":29943.48,\"TF\":30513.6,\"TAF\":3007.6,\"BF\":27506,\"NCM\":570.12,\"IGST\":3.6},\"afC\":{\"TAF\":{\"MFT\":3.6,\"OT\":1684,\"MF\":20,\"YQ\":1300},\"NCM\":{\"TDS\":-30,\"OT\":600.12}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"936090\",\"TPSysId\":\"936091\",\"VersionId\":[\"285042\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"75483\",\"FareBreakdownid\":[\"389219\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332231657430','358ADA2882FB43EBB2758A9D4794DAD7','APPROVED OR COMPLETED SUCCESSFULLY','77F20B963D5245319CF780FFE02E1D12','3951425743E54D44AA847F9281267585','0',NULL,'2023-11-18 01:40:46','2023-11-18 01:40:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Marguf Marguf (+1)','2023-11-000040',NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(219,0,122,86368,0,0,NULL,'2023-11-24','BKR106977995939','TJ106977995939','SG-8473','SpiceJet','1',0,'c2a83-5cb39-91610-15fdb','463','07:55:00','09:25:00',0,'G',90,'1h 30m',7701,25897,'DEL','SXR','Non-stop',1,1,4836.8,'11-9716054295_0DELSXRSG8473_136256823251876',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',4600,236.8,0,225,0,10,4836.8,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR106977995939\",\"bookingId_TJ\":\"TJ106977995939\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9716054295_0DELSXRSG8473_53498345576967\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"121\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c2a83-5cb39-91610-15fdb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:03:53.948\",\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106977995939\",\"bookingId_TJ\":\"TJ106977995939\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c2a83-5cb39-91610-15fdb\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:03:53.948\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"121\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"localFromDateTime\":\"2023-11-24 07:55\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','110.44.121.6','2023-11-18 17:32:55','2023-11-18 17:32:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(220,0,122,86368,0,0,NULL,'2023-11-24','BKR100177997275','TJ100177997275','SG-8473','SpiceJet','1',0,'c686d-052af-d189b-73dea','463','07:55:00','09:25:00',0,'G',90,'1h 30m',7701,25897,'DEL','SXR','Non-stop',1,1,4836.8,'11-0420189564_0DELSXRSG8473_228991259570006',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',4600,236.8,0,225,0,10,4836.8,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100177997275\",\"bookingId_TJ\":\"TJ100177997275\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0420189564_0DELSXRSG8473_59851462670443\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"322\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c686d-052af-d189b-73dea\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:31:50.940\",\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100177997275\",\"bookingId_TJ\":\"TJ100177997275\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c686d-052af-d189b-73dea\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:31:50.940\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"322\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"localFromDateTime\":\"2023-11-24 07:55\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','110.44.121.6','2023-11-18 18:00:58','2023-11-18 18:00:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(222,0,121,97557,937796,937797,'I8QC4X','2023-11-20','DMC101578037061','TJ101578037061','IX-1642','AI Express','1',1,'10b13-5d48b-2b174-5cfdc','82','04:55:00','07:30:00',0,'SM',155,'03h 35m',2262,28449,'BLR','VNS','Non-stop',5,1,46772.65,'22-16-5567957887_1BLRVNSIX1642_39057457636607',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',34310,12919,2750,4710,0,50,43272.65,3500,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101578037061\",\"bookingId_TJ\":\"TJ101578037061\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"apiTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-20T04:55\",\"LocalFromTime\":\"2023-11-20 04:55\",\"FromUTCTime\":\"2023-11-20T04:55\",\"LocalToTime\":\"2023-11-20 07:30\",\"ToUTCTime\":\"2023-11-20T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,273\",\"ApiResultIndex\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":34310,\"Tax\":9419,\"YQTax\":2750,\"OtherCharges\":4710,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":1900,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43729,\"PublishedFare\":43272.65,\"PublishedFareAgent\":46772.65,\"OfferedFareAgent\":43272.65,\"OfferedFare\":43272.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5567957887_0BLRVNSIX1642_25608485880044\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":8,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":9419,\"TotalBaseFare\":43729,\"BaseFareCal\":43272.65,\"BaseFare\":34310,\"CommissionEarned\":456.34999999999997,\"TDS\":0,\"MF\":50,\"YQ\":2750,\"AGST\":1900,\"MFT\":9,\"OT\":4710,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":456.34999999999997,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43272.65,\"CostToCustomer\":43272.65,\"BaseFareCal\":43272.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43272.65,\"intOfferedFare\":43272.65,\"intPublishFare\":43729,\"TripjackMarkup\":0,\"TripjackCommission\":456.34999999999997,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-20T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"ACFT\":75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"ACFT\":25,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":5,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC101578037061\",\"bookingId_TJ\":\"TJ101578037061\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"apiTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-20T04:55\",\"LocalFromTime\":\"2023-11-20 04:55\",\"FromUTCTime\":\"2023-11-20T04:55\",\"LocalToTime\":\"2023-11-20 07:30\",\"ToUTCTime\":\"2023-11-20T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,273\",\"ApiResultIndex\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":34310,\"Tax\":9419,\"YQTax\":2750,\"OtherCharges\":4710,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":1900,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43729,\"PublishedFare\":43272.65,\"PublishedFareAgent\":46772.65,\"OfferedFareAgent\":43272.65,\"OfferedFare\":43272.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5567957887_0BLRVNSIX1642_25608485880044\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":8,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":9419,\"TotalBaseFare\":43729,\"BaseFareCal\":43272.65,\"BaseFare\":34310,\"CommissionEarned\":456.34999999999997,\"TDS\":0,\"MF\":50,\"YQ\":2750,\"AGST\":1900,\"MFT\":9,\"OT\":4710,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":456.34999999999997,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43272.65,\"CostToCustomer\":43272.65,\"BaseFareCal\":43272.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43272.65,\"intOfferedFare\":43272.65,\"intPublishFare\":43729,\"TripjackMarkup\":0,\"TripjackCommission\":456.34999999999997,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-20T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"ACFT\":75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"ACFT\":25,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":5,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ101578037061\",\"amount\":43729,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-19T17:27:16.748\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20772467\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"1642\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-20T04:55\",\"at\":\"2023-11-20T07:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Noor jahan\",\"lN\":\"Khatun\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Ishrot\",\"lN\":\"Fouziya\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Anjum shalla\",\"lN\":\"Mohamed kasim\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohamed kasim\",\"lN\":\"Ubaithur rahman\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Anam samreen\",\"lN\":\"Mohamed kasim\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":43272.65,\"NCM\":456.35,\"IGST\":9,\"TAF\":9419,\"BF\":34310,\"TF\":43729},\"afC\":{\"NCM\":{\"TDS\":-24,\"OT\":480.35},\"TAF\":{\"YQ\":2750,\"OT\":4710,\"MF\":50,\"AGST\":1900,\"MFT\":9}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"937796\",\"TPSysId\":\"937797\",\"VersionId\":[\"285484\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"75620\",\"FareBreakdownid\":[\"389277\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332356689511','F07695C54E954DAAA77D991B5AB24498','APPROVED OR COMPLETED SUCCESSFULLY','D69B10FCECE7496191EBECA00AED480C','8A8F98BB445640F4B19CACAB8C729885','0',NULL,'2023-11-19 11:53:36','2023-11-19 11:53:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Noor jahan Khatun (+4)','2023-11-000041',NULL,NULL,NULL,'SME','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(223,0,101,97862,0,0,NULL,'2023-11-21','DMC114178043281','TJ114178043281','6E-1412','IndiGo','1',1,'ec3bb-c685e-4f729-f2f29','267','02:35:00','18:25:00',0,'R',860,'16h 50m',105,18676,'AUH','BOM','1 Stop(s)',1,1,20266.81,'5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215',1,1,1,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',13350,7130.8,1350,2769,0,10,17266.81,3000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC114178043281\",\"bookingId_TJ\":\"TJ114178043281\",\"FlightNumber\":\"6E-1412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"apiTraceId\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:35\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-11-21T02:35\",\"LocalFromTime\":\"2023-11-21 02:35\",\"FromUTCTime\":\"2023-11-21T02:35\",\"LocalToTime\":\"2023-11-21 18:25\",\"ToUTCTime\":\"2023-11-21T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":500,\"LAYOVERDuration\":\"8h 20m\",\"FlyingMinutes\":860,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"16h 50m\",\"SourcePlaceSysId\":\"105\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"AUH\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,267\",\"ApiResultIndex\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13350,\"Tax\":4130.8,\"YQTax\":1350,\"OtherCharges\":2769,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17480.8,\"PublishedFare\":17266.81,\"PublishedFareAgent\":20266.81,\"OfferedFareAgent\":17266.81,\"OfferedFare\":17266.81,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3074189073_0AUHMAA6E1412MAABOM6E5331_39041481963966\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4130.8,\"TotalBaseFare\":17480.8,\"BaseFareCal\":17266.81,\"BaseFare\":13350,\"CommissionEarned\":213.99,\"TDS\":0,\"MF\":10,\"YQ\":1350,\"AGST\":0,\"MFT\":1.8,\"OT\":2769,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AUH-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"30 Kg Total In 2 Piece only\"}},\"MAA-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"30 Kg Total In 2 Piece only\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":213.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17266.81,\"CostToCustomer\":17266.81,\"BaseFareCal\":17266.81,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17266.81,\"intOfferedFare\":17266.81,\"intPublishFare\":17480.8,\"TripjackMarkup\":0,\"TripjackCommission\":213.99,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-11-21T08:20\",\"SegFlightNumber\":\"6E-1412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-11-21T02:35\",\"TripIndicator\":1,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":255,\"GroundTime\":500,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"02:35\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"8h 20m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal A\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPA\",\"Price\":1133,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPB\",\"Price\":2266,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPC\",\"Price\":11217,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPJ\",\"Price\":18129,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPD\",\"Price\":22661,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CPML\",\"Price\":950,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"649\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-21T18:25\",\"SegFlightNumber\":\"6E-5331\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-21T16:40\",\"TripIndicator\":2,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPA\",\"Price\":1133,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPB\",\"Price\":2266,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPC\",\"Price\":11217,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPJ\",\"Price\":18129,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPD\",\"Price\":22661,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CPML\",\"Price\":950,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AUH-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":5000,\"CRF\":50,\"ARFT\":250},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":18,\"ACF\":6500,\"CCF\":100,\"ACFT\":325},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AUH\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"105\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-11-19 13:59:49','2023-11-19 13:59:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','YOGI SHUBHAM',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(224,0,122,86368,0,0,NULL,'2023-11-23','BKR108878059211','TJ108878059211','6E-2086','IndiGo','1',0,'8b316-cdad1-27fc4-22a0e','267','16:15:00','17:45:00',0,'G',90,'1h 30m',10685,7701,'GOP','DEL','Non-stop',1,1,4928.86,'31-0154153747_1GOPDEL6E2086_68400368350804',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4692.06,236.8,0,225,0,10,4928.86,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108878059211\",\"bookingId_TJ\":\"TJ108878059211\",\"FlightNumber\":\"6E-2086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2023-11-23T16:15\",\"LocalFromTime\":\"2023-11-23 16:15\",\"FromUTCTime\":\"2023-11-23T16:15\",\"LocalToTime\":\"2023-11-23 17:45\",\"ToUTCTime\":\"2023-11-23T17:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":10685,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4928.86,\"PublishedFareTxt\":\"4,929\",\"ApiResultIndex\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GOP-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4692.06,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4928.86,\"PublishedFare\":4928.86,\"OfferedFare\":4928.86,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4928.86,\"BaseFare\":4692.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4928.86,\"CostToCustomer\":4928.86,\"BaseFareCal\":4928.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4928.86,\"intOfferedFare\":4928.86,\"intPublishFare\":4928.86,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T17:45\",\"SegFlightNumber\":\"6E-2086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2023-11-23T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8b316-cdad1-27fc4-22a0e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-20T04:50:36.593\",\"strTraceId\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":10685,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108878059211\",\"bookingId_TJ\":\"TJ108878059211\",\"FlightNumber\":\"6E-2086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"strTraceId\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2023-11-23T16:15\",\"LocalFromTime\":\"2023-11-23 16:15\",\"FromUTCTime\":\"2023-11-23T16:15\",\"LocalToTime\":\"2023-11-23 17:45\",\"ToUTCTime\":\"2023-11-23T17:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":10685,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4928.86,\"ApiResultIndex\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8b316-cdad1-27fc4-22a0e\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-20T04:50:36.593\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4692.06,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4928.86,\"PublishedFare\":4928.86,\"OfferedFare\":4928.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4928.86,\"BaseFare\":4692.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"738\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T17:45\",\"SegFlightNumber\":\"6E-2086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2023-11-23T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0154153747_1GOPDEL6E2086_68400368350804\",\"localFromDateTime\":\"2023-11-23 16:15\",\"localToDateTime\":\"2023-11-23 17:45\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":10685,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','110.44.121.19','2023-11-19 23:19:30','2023-11-19 23:19:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'347571',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(225,0,121,97557,939309,939310,'','2023-11-22','DMC106178107882','TJ106178107882','SG-495','SpiceJet','1',0,'a5207-4f38e-5a220-f1c20','463','10:00:00','12:50:00',0,'G',170,'03h 50m',2262,7546,'BLR','DBR','Non-stop',1,1,7486.8,'11-7713707936_0BLRDBRSG495_28012836574741',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',6400,1086.8,0,375,0,10,6786.8,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106178107882\",\"bookingId_TJ\":\"TJ106178107882\",\"FlightNumber\":\"SG-495\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"apiTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-22T10:00\",\"LocalFromTime\":\"2023-11-22 10:00\",\"FromUTCTime\":\"2023-11-22T10:00\",\"LocalToTime\":\"2023-11-22 12:50\",\"ToUTCTime\":\"2023-11-22T12:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,787\",\"ApiResultIndex\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6400,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6786.8,\"PublishedFare\":6786.8,\"PublishedFareAgent\":7486.8,\"OfferedFareAgent\":6786.8,\"OfferedFare\":6786.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7713707936_0BLRDBRSG495_25608968713539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"TotalBaseFare\":6786.8,\"BaseFareCal\":6786.8,\"BaseFare\":6400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6786.8,\"CostToCustomer\":6786.8,\"BaseFareCal\":6786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6786.8,\"intOfferedFare\":6786.8,\"intPublishFare\":6786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"706\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Darbhanga Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-22T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-22T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-DBR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DBR\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"7546\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',20,'{\"bookingId\":\"DMC106178107882\",\"bookingId_TJ\":\"TJ106178107882\",\"FlightNumber\":\"SG-495\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"apiTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-22T10:00\",\"LocalFromTime\":\"2023-11-22 10:00\",\"FromUTCTime\":\"2023-11-22T10:00\",\"LocalToTime\":\"2023-11-22 12:50\",\"ToUTCTime\":\"2023-11-22T12:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,787\",\"ApiResultIndex\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6400,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6786.8,\"PublishedFare\":6786.8,\"PublishedFareAgent\":7486.8,\"OfferedFareAgent\":6786.8,\"OfferedFare\":6786.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7713707936_0BLRDBRSG495_25608968713539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"TotalBaseFare\":6786.8,\"BaseFareCal\":6786.8,\"BaseFare\":6400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6786.8,\"CostToCustomer\":6786.8,\"BaseFareCal\":6786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6786.8,\"intOfferedFare\":6786.8,\"intPublishFare\":6786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"706\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Darbhanga Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-22T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-22T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-DBR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DBR\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"7546\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ106178107882\",\"amount\":6786.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-11-20T16:46:34.520\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20791242\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"495\"},\"stops\":0,\"duration\":170,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DBR\",\"name\":\"Darbhanga Airport\",\"cityCode\":\"DBR\",\"city\":\"Darbhanga\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-11-22T10:00\",\"at\":\"2023-11-22T12:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aala\",\"lN\":\"Nur\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":6400,\"IGST\":1.8,\"TAF\":386.8,\"NF\":6786.8,\"TF\":6786.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"OT\":375,\"MF\":10}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"939309\",\"TPSysId\":\"939310\",\"VersionId\":[\"285788\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"75710\",\"FareBreakdownid\":[\"389315\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332470271952','4067B77FAA284C65847A64B474D772BE','APPROVED OR COMPLETED SUCCESSFULLY','FC39B31A784D494FAD7257924F4B6422','A1829154775E45D9B2EBCBA786C326FA','0',NULL,'2023-11-20 11:12:20','2023-11-20 11:12:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Aala Nur','2023-11-000042',NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(226,0,123,97557,942740,942741,'HHMVFX','2023-11-23','MzA5MzIyMDkw','MzA5MzIyMDkw','SG-495','Spicejet','1',0,'9b6ed-8d270-f280e-1e2e2','463','10:00:00','12:50:00',0,'',0,'2h 50m',2262,0,'BLR','DBR','Non-stop',1,1,6457,'9b6ed-8d270-f280e-1e2e2',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',5757,700,0,0,0,0,5757,700,0,0,0,0,0,508.475,91.5254,0,0,0,'{\"ticket_id\":\"6154400_12114\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"apiTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-23 10:00\",\"LocalFromTime\":\"2023-11-23 10:00\",\"FromUTCTime\":\"2023-11-23 10:00\",\"LocalToTime\":\"2023-11-23 12:50\",\"ToUTCTime\":\"2023-11-23 12:50\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FromDate\":\"23\\/11\\/2023\",\"ToDate\":\"23\\/11\\/2023\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"SourcePlaceName\":\"Bengaluru\",\"DestPlaceName\":\"Darbhanga\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6457,\"PublishedFareTxt\":\"6,457\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-23T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-23 10:00\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"02F\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5757,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5757,\"PublishedFare\":5757,\"PublishedFareAgent\":6457,\"OfferedFareAgent\":5757,\"OfferedFare\":5757,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"9b6ed-8d270-f280e-1e2e2\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":3,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":5757,\"BaseFareCal\":5757,\"BaseFare\":5757,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5757,\"CostToCustomer\":5757,\"BaseFareCal\":5757,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5757,\"intOfferedFare\":5757,\"intPublishFare\":5757,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"02H\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356},\"$$hashKey\":\"028\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}',1,'{\"ticket_id\":\"6154400_12114\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"apiTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-23 10:00\",\"LocalFromTime\":\"2023-11-23 10:00\",\"FromUTCTime\":\"2023-11-23 10:00\",\"LocalToTime\":\"2023-11-23 12:50\",\"ToUTCTime\":\"2023-11-23 12:50\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FromDate\":\"23\\/11\\/2023\",\"ToDate\":\"23\\/11\\/2023\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"SourcePlaceName\":\"Bengaluru\",\"DestPlaceName\":\"Darbhanga\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6457,\"PublishedFareTxt\":\"6,457\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-23T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-23 10:00\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"02F\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5757,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5757,\"PublishedFare\":5757,\"PublishedFareAgent\":6457,\"OfferedFareAgent\":5757,\"OfferedFare\":5757,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"9b6ed-8d270-f280e-1e2e2\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":3,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":5757,\"BaseFareCal\":5757,\"BaseFare\":5757,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5757,\"CostToCustomer\":5757,\"BaseFareCal\":5757,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5757,\"intOfferedFare\":5757,\"intPublishFare\":5757,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"02H\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356},\"$$hashKey\":\"028\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}','{\"status\":{\"success\":1,\"httpStatus\":200},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BLR-DBR\":\"HHMVFX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ejaj\",\"lN\":\"Ansari\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"MzA5MzIyMDkw\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"942740\",\"TPSysId\":\"942741\",\"VersionId\":[\"286688\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"75993\",\"FareBreakdownid\":[\"389476\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332603437567','FDD370009AA24238A7E1CA327B42777E','APPROVED OR COMPLETED SUCCESSFULLY','FD231BB87B2E40049332CFA32ECD2CEC','624633A02FBB46F9B855933087C05648','0',NULL,'2023-11-22 08:34:59','2023-11-22 08:34:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Ejaj Ansari','2023-11-000043',NULL,NULL,NULL,'SPECIAL_DEAL','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(227,0,124,97557,944760,944761,'H2YIGX','2023-11-25','DMC107378375384','TJ107378375384','6E-5351','IndiGo','1',1,'e6ff8-43224-a1f5d-c3d85','267','15:10:00','16:55:00',0,'R',105,'02h 45m',2262,18676,'BLR','BOM','Non-stop',2,1,13250.72,'5-2538533671_7BLRBOM6E5351_22666957169841',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',8920,4453.6,800,1734,0,20,11850.72,1400,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107378375384\",\"bookingId_TJ\":\"TJ107378375384\",\"FlightNumber\":\"6E-5351\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"apiTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-25T15:10\",\"LocalFromTime\":\"2023-11-25 15:10\",\"FromUTCTime\":\"2023-11-25T15:10\",\"LocalToTime\":\"2023-11-25 16:55\",\"ToUTCTime\":\"2023-11-25T16:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,851\",\"ApiResultIndex\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8920,\"Tax\":3053.6,\"YQTax\":800,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":496,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11973.6,\"PublishedFare\":11850.72,\"PublishedFareAgent\":13250.72,\"OfferedFareAgent\":11850.72,\"OfferedFare\":11850.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2538533671_0BLRBOM6E5351_198743616565816\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3053.6,\"TotalBaseFare\":11973.6,\"BaseFareCal\":11850.72,\"BaseFare\":8920,\"CommissionEarned\":122.88,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":496,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":122.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11850.72,\"CostToCustomer\":11850.72,\"BaseFareCal\":11850.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11850.72,\"intOfferedFare\":11850.72,\"intPublishFare\":11973.6,\"TripjackMarkup\":0,\"TripjackCommission\":122.88,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T16:55\",\"SegFlightNumber\":\"6E-5351\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-25T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC107378375384\",\"bookingId_TJ\":\"TJ107378375384\",\"FlightNumber\":\"6E-5351\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"apiTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-25T15:10\",\"LocalFromTime\":\"2023-11-25 15:10\",\"FromUTCTime\":\"2023-11-25T15:10\",\"LocalToTime\":\"2023-11-25 16:55\",\"ToUTCTime\":\"2023-11-25T16:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,851\",\"ApiResultIndex\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8920,\"Tax\":3053.6,\"YQTax\":800,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":496,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11973.6,\"PublishedFare\":11850.72,\"PublishedFareAgent\":13250.72,\"OfferedFareAgent\":11850.72,\"OfferedFare\":11850.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2538533671_0BLRBOM6E5351_198743616565816\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3053.6,\"TotalBaseFare\":11973.6,\"BaseFareCal\":11850.72,\"BaseFare\":8920,\"CommissionEarned\":122.88,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":496,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":122.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11850.72,\"CostToCustomer\":11850.72,\"BaseFareCal\":11850.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11850.72,\"intOfferedFare\":11850.72,\"intPublishFare\":11973.6,\"TripjackMarkup\":0,\"TripjackCommission\":122.88,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T16:55\",\"SegFlightNumber\":\"6E-5351\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-25T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ107378375384\",\"amount\":11973.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919845411561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-23T15:34:48.808\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20861650\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5351\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T15:10\",\"at\":\"2023-11-25T16:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-BOM\":\"H2YIGX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED\",\"lN\":\"SALEEMUDDIN\"},{\"pnrDetails\":{\"BLR-BOM\":\"H2YIGX\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RESHMA\",\"lN\":\"RESHMA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3053.6,\"NCM\":122.88,\"BF\":8920,\"TF\":11973.6,\"IGST\":3.6,\"NF\":11850.72},\"afC\":{\"TAF\":{\"OT\":1734,\"MF\":20,\"AGST\":496,\"YQ\":800,\"MFT\":3.6},\"NCM\":{\"OT\":129.34,\"TDS\":-6.46}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"944760\",\"TPSysId\":\"944761\",\"VersionId\":[\"287186\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"76121\",\"FareBreakdownid\":[\"389539\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332758540798','B51FC46DDDC94803A032673C6F36DF88','APPROVED OR COMPLETED SUCCESSFULLY','0703E466C9014195A535620FB957DE3B','5901CF0C80B4497E99D158934FADB048','0',NULL,'2023-11-23 10:01:02','2023-11-23 10:01:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','MOHAMMED SALEEMUDDIN (+1)','2023-11-000044',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(228,0,124,97557,944776,944777,'K1SLQL','2023-11-28','DMC103378376090','TJ103378376090','QP-1105','Akasa Air','1',1,'73922-83a23-d362c-a4fb4','821','14:15:00','15:55:00',0,'SP',100,'02h 40m',18676,2262,'BOM','BLR','Non-stop',2,1,7148.26,'30-5152019232_1BOMBLRQP1105_19788648746259',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',3766,3421.6,800,958,0,20,5748.26,1400,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103378376090\",\"bookingId_TJ\":\"TJ103378376090\",\"FlightNumber\":\"QP-1105\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"apiTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-11-28T14:15\",\"LocalFromTime\":\"2023-11-28 14:15\",\"FromUTCTime\":\"2023-11-28T14:15\",\"LocalToTime\":\"2023-11-28 15:55\",\"ToUTCTime\":\"2023-11-28T15:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,748\",\"ApiResultIndex\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3766,\"Tax\":2021.6,\"YQTax\":800,\"OtherCharges\":958,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.6,\"PublishedFare\":5748.26,\"PublishedFareAgent\":7148.26,\"OfferedFareAgent\":5748.26,\"OfferedFare\":5748.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5152019232_0BOMBLRQP1105_27043402659005\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":3,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2021.6,\"TotalBaseFare\":5787.6,\"BaseFareCal\":5748.26,\"BaseFare\":3766,\"CommissionEarned\":39.34,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":240,\"MFT\":3.6,\"OT\":958,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5748.26,\"CostToCustomer\":5748.26,\"BaseFareCal\":5748.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5748.26,\"intOfferedFare\":5748.26,\"intPublishFare\":5787.6,\"TripjackMarkup\":0,\"TripjackCommission\":39.34,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-28T15:55\",\"SegFlightNumber\":\"QP-1105\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-28T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3350,\"ARFT\":167.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2850,\"ARFT\":142.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC103378376090\",\"bookingId_TJ\":\"TJ103378376090\",\"FlightNumber\":\"QP-1105\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"apiTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-11-28T14:15\",\"LocalFromTime\":\"2023-11-28 14:15\",\"FromUTCTime\":\"2023-11-28T14:15\",\"LocalToTime\":\"2023-11-28 15:55\",\"ToUTCTime\":\"2023-11-28T15:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,748\",\"ApiResultIndex\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3766,\"Tax\":2021.6,\"YQTax\":800,\"OtherCharges\":958,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.6,\"PublishedFare\":5748.26,\"PublishedFareAgent\":7148.26,\"OfferedFareAgent\":5748.26,\"OfferedFare\":5748.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5152019232_0BOMBLRQP1105_27043402659005\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":3,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2021.6,\"TotalBaseFare\":5787.6,\"BaseFareCal\":5748.26,\"BaseFare\":3766,\"CommissionEarned\":39.34,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":240,\"MFT\":3.6,\"OT\":958,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5748.26,\"CostToCustomer\":5748.26,\"BaseFareCal\":5748.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5748.26,\"intOfferedFare\":5748.26,\"intPublishFare\":5787.6,\"TripjackMarkup\":0,\"TripjackCommission\":39.34,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-28T15:55\",\"SegFlightNumber\":\"QP-1105\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-28T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3350,\"ARFT\":167.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2850,\"ARFT\":142.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ103378376090\",\"amount\":5787.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919845411561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-23T15:39:54.300\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20861821\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1105\",\"eT\":\"7MZ\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"dt\":\"2023-11-28T14:15\",\"at\":\"2023-11-28T15:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-BLR\":\"K1SLQL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED\",\"lN\":\"SALEEMUDDIN\"},{\"pnrDetails\":{\"BOM-BLR\":\"K1SLQL\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RESHMA\",\"lN\":\"RESHMA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":2021.6,\"IGST\":3.6,\"NCM\":39.34,\"TF\":5787.6,\"NF\":5748.26,\"BF\":3766},\"afC\":{\"TAF\":{\"MFT\":3.6,\"OT\":958,\"YQ\":800,\"AGST\":240,\"MF\":20},\"NCM\":{\"OT\":41.42,\"TDS\":-2.08}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"944776\",\"TPSysId\":\"944777\",\"VersionId\":[\"287191\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"76122\",\"FareBreakdownid\":[\"389540\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'332707219414','49F1FBCC575A4BBB8D5F85BC72C6F2F4','APPROVED OR COMPLETED SUCCESSFULLY','B60862536A8245E4AB57CEFDC3835EC2','4FA9C1C529D44AEFAD607C0E25F91E8E','0',NULL,'2023-11-23 10:06:09','2023-11-23 10:06:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','MOHAMMED SALEEMUDDIN (+1)','2023-11-000045',NULL,NULL,NULL,'SALE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(230,0,121,97557,949877,949878,'BPF88C','2023-11-27','DMC105478693938','TJ105478693938','6E-968','IndiGo','1',1,'452ae-10b26-63194-9949a','267','18:35:00','21:00:00',0,'R',145,'02h 25m',2262,28449,'BLR','VNS','Non-stop',1,1,8947.59,'5-4667015051_0BLRVNS6E968_11656043169655',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',6549,2488.8,550,867,0,10,8247.59,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105478693938\",\"bookingId_TJ\":\"TJ105478693938\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"apiTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-11-27T18:35\",\"LocalFromTime\":\"2023-11-27 18:35\",\"FromUTCTime\":\"2023-11-27T18:35\",\"LocalToTime\":\"2023-11-27 21:00\",\"ToUTCTime\":\"2023-11-27T21:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,248\",\"ApiResultIndex\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6549,\"Tax\":1788.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8337.8,\"PublishedFare\":8247.59,\"PublishedFareAgent\":8947.59,\"OfferedFareAgent\":8247.59,\"OfferedFare\":8247.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4667015051_0BLRVNS6E968_12715566364723\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1788.8,\"TotalBaseFare\":8337.8,\"BaseFareCal\":8247.59,\"BaseFare\":6549,\"CommissionEarned\":90.21,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":360,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8247.59,\"CostToCustomer\":8247.59,\"BaseFareCal\":8247.59,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8247.59,\"intOfferedFare\":8247.59,\"intPublishFare\":8337.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.21,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-27T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC105478693938\",\"bookingId_TJ\":\"TJ105478693938\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"apiTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-11-27T18:35\",\"LocalFromTime\":\"2023-11-27 18:35\",\"FromUTCTime\":\"2023-11-27T18:35\",\"LocalToTime\":\"2023-11-27 21:00\",\"ToUTCTime\":\"2023-11-27T21:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,248\",\"ApiResultIndex\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6549,\"Tax\":1788.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8337.8,\"PublishedFare\":8247.59,\"PublishedFareAgent\":8947.59,\"OfferedFareAgent\":8247.59,\"OfferedFare\":8247.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4667015051_0BLRVNS6E968_12715566364723\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1788.8,\"TotalBaseFare\":8337.8,\"BaseFareCal\":8247.59,\"BaseFare\":6549,\"CommissionEarned\":90.21,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":360,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8247.59,\"CostToCustomer\":8247.59,\"BaseFareCal\":8247.59,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8247.59,\"intOfferedFare\":8247.59,\"intPublishFare\":8337.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.21,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-27T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ105478693938\",\"amount\":8337.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-27T15:04:42.530\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20942012\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"968\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-27T18:35\",\"at\":\"2023-11-27T21:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"BPF88C\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rahath\",\"lN\":\"Tabrez\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":8337.8,\"IGST\":1.8,\"NF\":8247.59,\"NCM\":90.21,\"BF\":6549,\"TAF\":1788.8},\"afC\":{\"NCM\":{\"OT\":94.96,\"TDS\":-4.75},\"TAF\":{\"YQ\":550,\"MF\":10,\"AGST\":360,\"OT\":867,\"MFT\":1.8}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"949877\",\"TPSysId\":\"949878\",\"VersionId\":[\"288481\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"76515\",\"FareBreakdownid\":[\"389731\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'333160984764','F5E0F91889944B1691629748F81A9670','APPROVED OR COMPLETED SUCCESSFULLY','06183D8207874AE88B774532F247B00B','CDDCFBFAB1A442EB90BED1568107CB92','0',NULL,'2023-11-27 09:31:45','2023-11-27 09:31:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Rahath Tabrez','2023-11-000046',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(232,0,126,97261,0,0,NULL,'2023-12-02','DMC101678776184','TJ101678776184','QP-1851','Akasa Air','1',0,'c61c6-34336-67b97-d0638','821','13:25:00','16:30:00',0,'G',185,'03h 05m',2012,2262,'IXB','BLR','Non-stop',1,1,8072.8,'44-4648249875_0IXBBLRQP1851_110719641511534',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',7736,336.8,0,325,0,10,8072.8,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101678776184\",\"bookingId_TJ\":\"TJ101678776184\",\"FlightNumber\":\"QP-1851\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c61c6-34336-67b97-d0638\",\"apiTraceId\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"13:25\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-12-02T13:25\",\"LocalFromTime\":\"2023-12-02 13:25\",\"FromUTCTime\":\"2023-12-02T13:25\",\"LocalToTime\":\"2023-12-02 16:30\",\"ToUTCTime\":\"2023-12-02T16:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,073\",\"ApiResultIndex\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8072.8,\"PublishedFare\":8072.8,\"PublishedFareAgent\":8072.8,\"OfferedFareAgent\":8072.8,\"OfferedFare\":8072.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"44-4648249875_0IXBBLRQP1851_12844634684155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"TotalBaseFare\":8072.8,\"BaseFareCal\":8072.8,\"BaseFare\":7736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXB-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8072.8,\"CostToCustomer\":8072.8,\"BaseFareCal\":8072.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8072.8,\"intOfferedFare\":8072.8,\"intPublishFare\":8072.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"110\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-02T16:30\",\"SegFlightNumber\":\"QP-1851\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-12-02T13:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-11-28 08:33:36','2023-11-28 08:33:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','parwez alam',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL);
INSERT INTO `tbl_flight_booking` VALUES (233,0,80,86368,0,953891,'D55QYP','2023-12-25','BKR108378921947','TJ108378921947','QP-1102','Akasa Air','1',1,'d7597-15e63-caf98-e8177','821','10:25:00','12:05:00',0,'EC',100,'1h 40m',296,18676,'AMD','BOM','Non-stop',1,1,2697.63,'30-1587082522_2AMDBOMQP1102_56848605982111',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',1643,1071.8,300,656,0,10,2697.63,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"BKR108378921947\",\"bookingId_TJ\":\"TJ108378921947\",\"FlightNumber\":\"QP-1102\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-12-25T10:25\",\"LocalFromTime\":\"2023-12-25 10:25\",\"FromUTCTime\":\"2023-12-25T10:25\",\"LocalToTime\":\"2023-12-25 12:05\",\"ToUTCTime\":\"2023-12-25T12:05\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 25 Dec\",\"ArrivalDateTxt\":\"Mon, 25 Dec\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2714.8,\"PublishedFareTxt\":\"2,715\",\"ApiResultIndex\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1643,\"Tax\":1071.8,\"YQTax\":300,\"OtherCharges\":656,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2714.8,\"PublishedFare\":2697.63,\"OfferedFare\":2697.63,\"CommissionEarned\":17.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-1587082522_0AMDBOMQP1102_153871591500525\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":17.17,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1071.8,\"BaseFareCal\":2697.63,\"BaseFare\":1643,\"CommissionEarned\":17.17,\"TDS\":-0.9,\"MF\":10,\"YQ\":300,\"AGST\":104,\"MFT\":1.8,\"OT\":656,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":17.17,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2697.63,\"CostToCustomer\":2697.63,\"BaseFareCal\":2697.63,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2697.63,\"intOfferedFare\":2697.63,\"intPublishFare\":2714.8,\"TripjackMarkup\":0,\"TripjackCommission\":17.17,\"TripjackTDS\":\"0.9\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":17.17,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-25T12:05\",\"SegFlightNumber\":\"QP-1102\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-25T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d7597-15e63-caf98-e8177\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-30T02:56:47.557\",\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108378921947\",\"bookingId_TJ\":\"TJ108378921947\",\"FlightNumber\":\"QP-1102\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-12-25T10:25\",\"LocalFromTime\":\"2023-12-25 10:25\",\"FromUTCTime\":\"2023-12-25T10:25\",\"LocalToTime\":\"2023-12-25 12:05\",\"ToUTCTime\":\"2023-12-25T12:05\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 25 Dec\",\"ArrivalDateTxt\":\"Mon, 25 Dec\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2714.8,\"ApiResultIndex\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"d7597-15e63-caf98-e8177\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-30T02:56:47.557\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1643,\"Tax\":1071.8,\"YQTax\":300,\"OtherCharges\":656,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2714.8,\"PublishedFare\":2697.63,\"OfferedFare\":2697.63,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1071.8,\"BaseFareCal\":2697.63,\"BaseFare\":1643,\"CommissionEarned\":17.17,\"TDS\":-0.9,\"MF\":10,\"YQ\":300,\"AGST\":104,\"MFT\":1.8,\"OT\":656,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"688\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-25T12:05\",\"SegFlightNumber\":\"QP-1102\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-25T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"localFromDateTime\":\"2023-12-25 10:25\",\"localToDateTime\":\"2023-12-25 12:05\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ108378921947\",\"amount\":2714.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919594796358\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-30T03:00:06.867\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21000922\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1102\",\"eT\":\"7MZ\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"dt\":\"2023-12-25T10:25\",\"at\":\"2023-12-25T12:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"AMD-BOM\":\"D55QYP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kisan\",\"lN\":\"Kesarwani\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2697.63,\"TAF\":1071.8,\"BF\":1643,\"TF\":2714.8,\"IGST\":1.8,\"NCM\":17.17},\"afC\":{\"TAF\":{\"MFT\":1.8,\"AGST\":104,\"OT\":656,\"MF\":10,\"YQ\":300},\"NCM\":{\"TDS\":-0.9,\"OT\":18.07}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"953890\",\"TPSysId\":\"953891\",\"VersionId\":[\"289725\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"76888\",\"FareBreakdownid\":[\"389956\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'333490600395','APPROVED OR COMPLETED SUCCESSFULLY','APPROVED OR COMPLETED SUCCESSFULLY',NULL,NULL,'0','45.117.74.50','2023-11-29 21:27:03','2023-11-29 21:27:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"bookingId\":\"TJ108378921947\",\"trips\":[{\"src\":\"AMD\",\"dest\":\"BOM\",\"departureDate\":\"2023-12-25T10:25\",\"flightNumbers\":[\"1102\"],\"airlines\":[\"QP\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":2129.8,\"refundAmount\":585,\"totalFare\":2714.8}}}],\"status\":{\"success\":true,\"httpStatus\":200}}','1',NULL,NULL,'2023-11-000047',NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(234,0,44,86368,0,0,NULL,'2023-12-15','BKR104079046880','TJ104079046880','UK-564','Vistara','',1,'b9a6c-9dc11-a3575-68dd5','539','19:55:00','07:45:00',0,'V',710,'11h 50m',12995,2262,'JAI','BLR','1 Stop(s)',1,1,7047.4,'32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/UK.gif','INR',6209,1296.8,0,701,0,10,7047.4,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104079046880\",\"bookingId_TJ\":\"TJ104079046880\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"PublishedFareTxt\":\"7,506\",\"ApiResultIndex\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":1049,\"ARFT\":52.45,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":524,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":524,\"ARFT\":26.2,\"CRFT\":9,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":2099,\"additionalFee\":50,\"fcs\":{\"ACFT\":104.95,\"ACF\":2099,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":52.45,\"ACF\":1049,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats*\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"CommissionEarned\":458.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-24.13,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8014091926_0JAIBOMUK564BOMBLRUK845~534702011362726\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":458.4,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":458.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7047.4,\"CostToCustomer\":7047.4,\"BaseFareCal\":7047.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7047.4,\"intOfferedFare\":7047.4,\"intPublishFare\":7505.8,\"TripjackMarkup\":0,\"TripjackCommission\":458.4,\"TripjackTDS\":\"24.13\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":458.4,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"949\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"950\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b9a6c-9dc11-a3575-68dd5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:07:59.522\",\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104079046880\",\"bookingId_TJ\":\"TJ104079046880\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"ApiResultIndex\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"b9a6c-9dc11-a3575-68dd5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:07:59.522\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"949\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"950\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"localFromDateTime\":\"2023-12-15 19:55\",\"localToDateTime\":\"2023-12-16 07:45\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','183.83.53.33','2023-12-01 08:36:52','2023-12-01 08:36:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(235,0,89,97261,0,0,NULL,'2023-12-06','DMC105879054046','TJ105879054046','6E-6032','IndiGo','1',1,'2a0df-45c3d-8a64e-d2f17','267','07:10:00','09:40:00',0,'R',150,'03h 30m',2262,13184,'BLR','JDH','Non-stop',3,1,24317.61,'5-7570505845_0BLRJDH6E6032~16895030459132',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',18933,5645.4,1950,2601,0,30,24317.61,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105879054046\",\"bookingId_TJ\":\"TJ105879054046\",\"FlightNumber\":\"6E-6032\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"apiTraceId\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-06T07:10\",\"LocalFromTime\":\"2023-12-06 07:10\",\"FromUTCTime\":\"2023-12-06T07:10\",\"LocalToTime\":\"2023-12-06 09:40\",\"ToUTCTime\":\"2023-12-06T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"13184\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"24,318\",\"ApiResultIndex\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":18933,\"Tax\":5645.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1059,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24578.399999999998,\"PublishedFare\":24317.61,\"PublishedFareAgent\":24317.61,\"OfferedFareAgent\":24317.61,\"OfferedFare\":24317.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7570505845_0BLRJDH6E6032~103323443857333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5645.4,\"TotalBaseFare\":24578.399999999998,\"BaseFareCal\":24317.61,\"BaseFare\":18933,\"CommissionEarned\":260.79,\"TDS\":0,\"MF\":30,\"YQ\":1950,\"AGST\":1059,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-JDH\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":260.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":24317.61,\"CostToCustomer\":24317.61,\"BaseFareCal\":24317.61,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":24317.61,\"intOfferedFare\":24317.61,\"intPublishFare\":24578.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":260.79,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-12-06T09:40\",\"SegFlightNumber\":\"6E-6032\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-06T07:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-JDH\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":3,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"13184\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',4,NULL,NULL,NULL,3,0,'333592631854','DC6098C3148648D0B2A09F1F3735F2B2','User cancelled the UPI transaction',NULL,NULL,'0',NULL,'2023-12-01 09:53:43','2023-12-01 09:53:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','deepak agarwal (+2)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(236,0,127,86368,0,0,NULL,'2023-12-04','BKR117779275906','TJ117779275906','SG-12','SpiceJet','1',1,'bb0cc-903f4-9c847-799c7','463','23:10:00','03:45:00',0,'DD',185,'4h 35m',8219,7701,'DXB','DEL','Non-stop',1,1,16362.21,'4-8924633598_0DXBDELSG12~10643016284608',1,1,1,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',13903,2782.8,0,2771,0,10,16362.21,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR117779275906\",\"bookingId_TJ\":\"TJ117779275906\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-12-04T23:10\",\"LocalFromTime\":\"2023-12-04 23:10\",\"FromUTCTime\":\"2023-12-04T23:10\",\"LocalToTime\":\"2023-12-05 03:45\",\"ToUTCTime\":\"2023-12-05T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16685.8,\"PublishedFareTxt\":\"16,686\",\"ApiResultIndex\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DXB-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"6\"}],\"DATECHANGE\":[{\"amount\":4250,\"additionalFee\":50,\"fcs\":{\"ARFT\":212.5,\"CRF\":50,\"ARF\":4250,\"CRFT\":9},\"st\":\"6\",\"et\":\"96\"},{\"amount\":3750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":187.5,\"CRF\":50,\"ARF\":3750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":5000,\"additionalFee\":100,\"fcs\":{\"ACFT\":250,\"CCF\":100,\"ACF\":5000,\"CCFT\":18},\"st\":\"6\",\"et\":\"96\"},{\"amount\":4500,\"additionalFee\":100,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":225,\"CCF\":100,\"ACF\":4500,\"CCFT\":18},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13903,\"Tax\":2782.8,\"YQTax\":0,\"OtherCharges\":2771,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16685.8,\"PublishedFare\":16362.21,\"OfferedFare\":16362.21,\"CommissionEarned\":323.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8924633598_0DXBDELSG12~24701848241040\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":323.59,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2782.8,\"BaseFareCal\":16362.21,\"BaseFare\":13903,\"CommissionEarned\":323.59,\"TDS\":-17.03,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2771,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":323.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16362.21,\"CostToCustomer\":16362.21,\"BaseFareCal\":16362.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16362.21,\"intOfferedFare\":16362.21,\"intPublishFare\":16685.8,\"TripjackMarkup\":0,\"TripjackCommission\":323.59,\"TripjackTDS\":\"17.03\",\"AddiMarkup\":0,\"CommisionPass\":323.59,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"123\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-12-04T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB05\",\"Price\":6462,\"amount\":6462,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB10\",\"Price\":12923,\"amount\":12923,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGSW\",\"Price\":445,\"amount\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVSW\",\"Price\":495,\"amount\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGML\",\"Price\":545,\"amount\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVML\",\"Price\":595,\"amount\":595,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb0cc-903f4-9c847-799c7\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-12-04T13:46:01.040\",\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR117779275906\",\"bookingId_TJ\":\"TJ117779275906\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-12-04T23:10\",\"LocalFromTime\":\"2023-12-04 23:10\",\"FromUTCTime\":\"2023-12-04T23:10\",\"LocalToTime\":\"2023-12-05 03:45\",\"ToUTCTime\":\"2023-12-05T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16685.8,\"ApiResultIndex\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"bb0cc-903f4-9c847-799c7\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-12-04T13:46:01.040\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13903,\"Tax\":2782.8,\"YQTax\":0,\"OtherCharges\":2771,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16685.8,\"PublishedFare\":16362.21,\"OfferedFare\":16362.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2782.8,\"BaseFareCal\":16362.21,\"BaseFare\":13903,\"CommissionEarned\":323.59,\"TDS\":-17.03,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2771,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"123\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-12-04T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"localFromDateTime\":\"2023-12-04 23:10\",\"localToDateTime\":\"2023-12-05 03:45\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}',NULL,NULL,3,0,'NA','ResponseCode : 78 (Failed)','ResponseCode : 78 (Failed)',NULL,NULL,'0','5.31.167.55','2023-12-04 08:17:26','2023-12-04 08:17:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(238,0,129,103393,0,0,NULL,'2023-12-06',NULL,NULL,'SG-2342','Spicejet','1',0,'521eb-b16cb-72243-3c1df','463','21:25:00','22:25:00',0,'',0,'1h 0m',12995,0,'JAI','DEL','Non-stop',1,1,1616,'521eb-b16cb-72243-3c1df',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',1616,0,0,0,0,0,1616,0,0,0,0,0,0,0,0,0,0,0,'{\"ticket_id\":\"6270875_3832\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-2342\",\"SegFlightNumberArr\":\"SG-2342\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"521eb-b16cb-72243-3c1df\",\"apiTraceId\":\"521eb-b16cb-72243-3c1df\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-12-06 21:25\",\"LocalFromTime\":\"2023-12-06 21:25\",\"FromUTCTime\":\"2023-12-06 21:25\",\"LocalToTime\":\"2023-12-06 22:25\",\"ToUTCTime\":\"2023-12-06 22:25\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FromDate\":\"06\\/12\\/2023\",\"ToDate\":\"06\\/12\\/2023\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Jaipur\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1616,\"PublishedFareTxt\":\"1,616\",\"ApiResultIndex\":\"521eb-b16cb-72243-3c1df\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-06T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-06 21:25\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"0HS\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1616,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1616,\"PublishedFare\":1616,\"PublishedFareAgent\":1616,\"OfferedFareAgent\":1616,\"OfferedFare\":1616,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"521eb-b16cb-72243-3c1df\",\"ApiResultIndex\":\"521eb-b16cb-72243-3c1df\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1616,\"BaseFareCal\":1616,\"BaseFare\":1616,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1616,\"CostToCustomer\":1616,\"BaseFareCal\":1616,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1616,\"intOfferedFare\":1616,\"intPublishFare\":1616,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"0HU\"},\"$$hashKey\":\"0H7\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-05 10:08:49','2023-12-05 10:08:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY SINGH','ET ET',NULL,NULL,NULL,NULL,'SPECIAL_DEAL','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(239,0,129,103393,0,0,NULL,'2023-12-06',NULL,NULL,'SG-2342','Spicejet','1',0,'64ca5-f4e1b-d0b0b-d032e','463','21:25:00','22:25:00',0,'',0,'1h 0m',12995,0,'JAI','DEL','Non-stop',1,1,1616,'64ca5-f4e1b-d0b0b-d032e',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/SG.gif','INR',1616,0,0,0,0,0,1616,0,0,0,0,0,0,169.492,30.5085,0,0,0,'{\"ticket_id\":\"6270875_3832\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-2342\",\"SegFlightNumberArr\":\"SG-2342\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"apiTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-12-06 21:25\",\"LocalFromTime\":\"2023-12-06 21:25\",\"FromUTCTime\":\"2023-12-06 21:25\",\"LocalToTime\":\"2023-12-06 22:25\",\"ToUTCTime\":\"2023-12-06 22:25\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FromDate\":\"06\\/12\\/2023\",\"ToDate\":\"06\\/12\\/2023\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Jaipur\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1616,\"PublishedFareTxt\":\"1,616\",\"ApiResultIndex\":\"64ca5-f4e1b-d0b0b-d032e\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-06T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-06 21:25\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"034\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1616,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1616,\"PublishedFare\":1616,\"PublishedFareAgent\":1616,\"OfferedFareAgent\":1616,\"OfferedFare\":1616,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"64ca5-f4e1b-d0b0b-d032e\",\"ApiResultIndex\":\"64ca5-f4e1b-d0b0b-d032e\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1616,\"BaseFareCal\":1616,\"BaseFare\":1616,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":\"1\",\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1616,\"CostToCustomer\":1616,\"BaseFareCal\":1616,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1616,\"intOfferedFare\":1616,\"intPublishFare\":1616,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"036\",\"showintax\":\"1\",\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"$$hashKey\":\"02J\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-05 10:10:17','2023-12-05 10:10:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY SINGH','RETRE ERT',NULL,NULL,NULL,NULL,'SPECIAL_DEAL','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(240,0,130,97261,965504,965505,'C75EQA','2023-12-11','FLYB6W8W6','FLYB6W8W6','I5-779','Air India Express','',1,'0078d-e4681-2c610-37e1d','0','04:35:00','15:30:00',0,'Economy',0,'10h 55m',7701,2262,'DEL','BLR','1 Stop(s)',1,1,8327,'5669941013378197283',1,1,0,'https://gtxapi.hellogtx.com/public/AirlineLogo/I5.gif','INR',6670,0,0,0,0,0,8327,0,0,0,0,0,0,0,0,0,0,0,'{\"ApiResultIndex\":\"5669941013378197283\",\"Flight_Key\":\"W0w+IaouAXU7M5h80COc7HChsGHl0KzCD9gU2Qh35gUO1SVzBUo5JJFrj2rk6vshepbuwB3pWA1xjLabvF2jvkA\\/AG3\\/AtsD5BMWHuXbf+dHTppUAhEGL1iycbPtiYX80mXI6vFJU02jrGVQhNNieNLDloBTWtXdlhjIIOdMDRJNzbY2tMeTaRG6+PbI+GuazR3CQUxfRlzSQIhnHbvE0Xe6EW5HakHgtSgN6PheQ6CJO70DYLxmCi6jpwyH0epmjx3uHaqq6z3mUY1wlT0PwLGT943i6A4KWow4e6bEa5Gdbc2b\\/TUIdBzDhNoRoWtIprP19zfA6HU0atXpmUBOMsPzBf1xepPwpwfmbDIxVG7R291cPmaBsQqGY7u3hjqjLTQj25W7X+sdmnaU03i08QnZ8f+zJ\\/3LUoyq+iH+VDRBvK6Ty6Lwj80zlc1UAXSpcwSThLusuxABPeedakgzYfoN2HUp514o6al+Ldr5M9ovm9ATFF\\/PcQzY0\\/JeGE47pdctENl1jxpJ2Y2aKKuk7M3cFBvQU18iDlJeXlar0dQfs8ATBLfrQK9sjO7k5NA02C5EjbwplAzNxtEVokligZhrlEyZ6pLuYG8qb9GM3LVyjBFU0RPch2fAFNm\\/H4PKZkJCQYjoJwsIwECGq7uhuNDZ1VcQPESDypeV2keqT5zgBANUowbLHsjAZTw\\/9rHwIdoQp1p4MYaIQyI23honVRc3vAz5M+Z3PoQpQEEdsQcheddxwApJtI8sXDrG\\/QPfrdIqstNwxxLclw3X1X7MmxZ7F6Tx2\\/9gdhsxxL9sRYKC4bzsaeNCMt76qNqEj5UswmsdZflx2iBHmyt3YS91cF1GJwx4EqvS++I3Np2snX75\\/OjVlYgQTDFPahj9LuA2YDqb7jWpyryL15AhGQ\\/WfRXYDwg3OCPZfV45HkezDccDV7xbhRSFgzsMdhRwp0pKsOWLkfVoIEYfjEsN3M14OaVm2EMS+J1y4S+8D+YtkLTt04AzT19szvrl+GGyYP0gxNRjifIVNmQNRvrwpR2p5o9tqqxsKTFrZx6SwzS4A19M6MEai9Qm1H9CJ4rH0fToTsO5GLTFUt79Z1xJAbiz7yS2KkJEqgJ4YZs\\/wBICbw20zRKsFkFR2\\/H+u0OsFGxvEMY+0mgMLfkV1I6epLoOuf7JNnJ3f2ZyZl+vPEObZLlP1C7B6CLTYCGLv+AJiM5sF10Kmm2rcv1edtlTlsZsFq2\\/kLo+kX46e2Q5p4Dt1ZpZEnycmAWSsChu39JDbZyo6Fj5OZJ7RHj7rxbysiN\\/JEOpBM0IHlDey413YmdKNQ2qsHd1rWTkZMaebXOyFr+z5eWyq\\/rD\\/sCw7K27inBHHv+1rzbjbBmxVoOdZeLf2PXYx+FuPIHRsNQVVYpbnM0bjWjiyNWwkK6NUbGRxuWmLeBmLxsxsZwsPXLe2CBWwN9iYLmahEzL54YAx4R3t4AxgYILW+9yA\\/GVxOpNmBpR34OBWel9S+XToH9CUSV7wTujb6DF24SHjjoppwEtkdP0g13KAaMPCCgoOFNCsd4PQpqtnHOszxrGb4jmm69iouiEhvf5QiVcmbA\\/ML43Wzf26b1eDI1DBofqHOwBm9o5+4k0ZlE\\/R2bQR2guMuleRVmp4Q3eHrEV5zTQC+I21OvihVDKI00w+wAKX1vhTd4rk0FCSY8V9eh5QkKo7wh5yoTM\\/1tgY0EdiQyz91he0z09CCAAlAybAZfRSnQVPc92zljY6rNabLf55Gtw74kWadKJU++7BK3Q27R9FynmC\\/BULscgE7hrxjEt6B\\/TwR3T+gkPRND9NV2APyYWpEwx8xWIuexPODWqfNEXhOg3ymrnDOmg2VTt7q84qL0KIESPKL2u6lUKNCpMK62jQl4fhzK8YzeZ2FP9Vx\\/efN\\/w5Nhd2HwXEQbPab6GgwRiN4r7dyhHa2LUNt7tjoNq+oeNSIuqVgjBgtqsEN35N42QUx1brMKcROI8qUZryROy91MobmmDWs37DM4oA7KGgNEZxktykG\\/jENrdktKMFVHaTTirz1HYdcak82Dd+pbXi0QcCwsjmXgFjeATwC7tVdFhfEZnRinfk5PZe4Omn9sbCP9qkIhlJm35Pi+CLFiWGAsCAsJZ4Rl06e7duYORR8jUU596v1A+vP3haWQbLN6mKcM1868glvtHPEVWPGHbrKfko883dxpfwhgWHhaL3V8V7\\/Mi+WSVqN3RmU6eTW\\/VDECJkygO9PxXU1kn66fVf\\/oh3Nj3JbkaWEbqO76BeRlHjaHNS+dv4LK8mK\\/hckwv0KzYmJCHWKxNk1eUM5dVxWDxApshf8GqajZvFSuchHoaXhavcSIVoC5ceTYwSHOBzS3YHMwLDBx6mnGF6zD2ikGlEavX1Rt+HFJrzOhFNgsBnMKcWVeOQEaeRk1M121Mb8BDGvT3vSZ4KTQNNXosiEDSrq2+nkcfc0C0Sc9ZAmYgo9GBaQdaG6o0dMwIHumIwHNGMXK1jBkPk8i40ZsrsgTS+5xKZ0YGXl0+x\\/BK+opY2Givdp6ibsccoQ3sjV8e6GEx2tAZQHbbTqyRUDggxHGzH+kMCXYnDSlPbhWjXURDTwOPdoSn7Hg49ypwqEpwj0SByV4ahO+qyUU+cxzjZGWv85ya12X8wPJ9UBns8uBo4jfOsgFM2g1ngRIOL+gXfXtXhOWcqFZpDDma4ZKTR0KYACODhwSf8fUVhe+kLFBdT3ZIE4MBVI3erUjq2KwAp\\/d4KoZuCso4tckOvQwAjKhJBCh07jo50FqJwXe1b9KuAd\\/JUEepUfGmQUwBExgz6wwdEg0nVQhNFw4+TesH3QAau5mCzUzWxRJvZjG7PHjOu9VrRzNtB5OHpXsN6T98A2kqC4\\/f3iifrCIdKR\\/rV2ASvgZpLNYuy3I1Pz+Iu5vJLUBaJx+45BA47QZQtDf0obc5mHWYxfbKiaOtjnA9MsHV3w3xEDxP71ujRQcoEviwsDPiSVYEGpmnl6TI\\/sflZAqu\\/AmPQF1Xd0hPiy7tg+NbbGLbrD3Qp78\\/S4zZM7s+6NAo8l2fJKZZoPMi55StUHgQRZZ660f\\/remDHhz\\/EMN70MzsPfv84mdWAmdMDq8W1j4Pcivt6FdzE\\/DAqixNrZ2PGY7n+DPgOl4uuk\\/QT9RY5pL2+PVMiOIea++IK2JfgPq2fRaXylrTrOLQhedt5If+KRFpPJazcHARcibWcEOAKKQHK3FsyQfQ6R9jdYUj1jqA\\/DX+fCmM7j5Mwch85SRrE8Froz6m4YSbEwDFrtZ6x2m76otqNq3\\/VL1AEfTg171lOzHmDsxwQKHT+z77M0ViCdgQ8yhTE\\/DeU0gMCmohLFYo2R9yNrB9UfAyauURPsDoRhrmWS5tUXS6cMuUVKI9BjWtU0os1vwgsUgTf\\/sDAumgwX91kIdjy8FvAbsepSxu\\/KpBe\\/AbQpO3k2ovYgby3meJNFlXKkDLofN5DX9XPeZ+CZClk3TGCXHr+mqjFiQNMJaWOAZ89Aeb1KYo42PosORXkp71Jh0T6auATljqeu78mBoqy7UPS1ryE2uB0OC61CNS29PPB6Q6y5L3tnKXW\\/Y8OviS+03NygbnkQpTsG\\/v4GwPyNrB8TNiv2WVkWnUfw94ya96m4RsIHqFUNpMM\\/YteXWaSLf5lduOfbhvxPnO6PZJUBego7UmJXj1xAbGOh7dRqYjjl34vIzGv5naayb8LunF7bxooNkMrelwn0Gd9c0IMxbsp6D2t4RGyhrX7blPbWpHcRVJvE1XhQ4gDo0kuiBJsuK7zCXcCfcGrHCn016IiMAwDD\\/ZdwB1VoIHanbU92szQA8HGtqUXta2Go8TyTuanuiVu1wE4ydLPS2AQccIfkOb0zL3CRHtBYPCbbY9bgheKoZCv7ZwJu0cjmaeOuv1mYgp+XS3Cg3y9B9qzrWxOFMrZg92u\\/QP1k4oJYnmg2Ym6HFVCaEh+WAKONbLCWVk\\/khFPJyv9KoQD1FbJt7tHY7gaXcSHcA4vDWcGu\\/TLJgiMoK7e7Qf2rZCadlNrIT+8cthXnOmaX+bsZP4qTEQKkO9u+XodFhyt331LqZDDCetqDmoVRlyx+S2UbiVRUY195IIAYryJnOdDaJ4udsXe+\\/S\\/kBzAxgxd5\\/eHQn2NOXtEuZXc9vMzp5+AeVXcU8Bky4+mcNkMlFebq9M2D8TEV\\/11yBgW+LqeWurivJQ2XzcMEn3J+E\\/ypF+o2fN9MF600BjPvMy3k1pPquRFaEIemQooVhFekfK5r91fTZk9Zp9egKiGkT0+YfBprOFXt5eWTh1x7wywNMRTv1\\/+x6XmwCUwPyAMatQzhaPfxssJyEnMUfTRDIusvzNvvOpjIDygrq0zCBtmVLmubWs6\\/7bMsRqBJqkxOH4AX\\/5FrXsl6AkdTvXcgLoGM4t0iZCLeebdg4jxlpPS5gGeZBPgD8akmwRbA1cu5Z6amhu8JQAXMY8vdHrasXOAG3ToEwgrWxsjoM6tFSdZcx8SiRe7ON59PkwEVP1TthlfvpABSNvFYdWp2hf28PLXamkc8yuGvJRIWc4uVAz8lr9Xqos3y3JjZIhfaI38Ku8ISvfmS20\\/qEFVigCdwUIayywPoWsMEo8sfx2WzEs1PWc39OlXdV+kSa+XhJ1J3Y3b27RxRbocT2ir7DXzzvIk5rCep1h1l8rNYVeph7t81whCBSyPD1vtcwUy82KUQL58Eh\\/5CUvLO6DPXAH3m25VujKPcs7YNGh6Jkn3RF0t3a4SsGkdHNCgWdZnK+5hNTjPVHGOSUpUzn0YYxkseUG9UzjfOS63pC0TVqCDikiDU7Ouv6ZR+J9RHfVAVJjbJ2l5bwvlQnKxdfsZVObYOzIWpLW5u3rOumObEURaa7IB9zJh85nXPOb0OrqH\\/iK68wpUSKbx14cEJ76jI32KE\\/pZBknRy4+vfPtgJ1NcYLjPJJyiyOJOayehsoPfKJVJd80N3j9XZ4fpHGjq2t0U9IvCgs9Kw0qRwOOg\\/psSxLf\\/8bl4L4PgZfMEQUqcCxNcd2N9fS3HOQUQhPaF7RxpXgvEZLUxxEDavP2\\/heXYccwmPV7LTmW\\/nuts8OqDBIcEICoH8cpSdZDTgGtNXuXG\\/3497lQVfMRebSfWMZnjDsopSMbuxHKT+VW2B7suBgbXnmi2dYKg8yzmIk7mRKA5kSFMbs11mr8xfBaBOASTm7xX\\/3EcIFWlk46nSdRxB2NNWowiAJy7Hk+ZHwvXCL6BbIs6V9Jbfs\\/E87fF1Bb5831\\/7QxM6apLi1nBk9VdzxH79WS3Uou5EmNJl0hH2M+KWWRlddy5pnhF\\/FTt6rlv0zn+Fy7FEocwKAdFRWO0ltr6Ih8JdK8l8qkCRN8GON0ut4ypSDiPytdFvlMFsmjhKSMJ31XJUtmV+2DY+IdYwRPTUsYkJ+\\/U+P6Jh8ru7CQs22tw3N4zn7qDNPbQ5KcmlRFOYrjyw752AthyHYdjly1AK+nFUPlHj28zAfltTTUS7GrjiSIHLXRsbBRsyBzEUz6ugv74sAKR96pXLxTUmEjIc5LF\\/15jVj1k8SavQ7SLKVCtg9EGZhpw+zrGbQHQNZFuK68aVB3xwUlhRzgowK\\/BHOrVjaj4gy1msSKU9qko7OQ4SmG30mVJjqIoqdNB082Wtr5GHtW2Ahwjlrg5DRvIKw8HrFTGFpo6DGx6G\\/tXCCM9E0jxySBNQ3Vl1\\/axFoylpc653\\/ya6fqrv\\/IepY+0Z8zfGH+ExcnRbUBVTwtDtQBEHFbNIS4xLIImNvDEnWgCeSwHQ==\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"9\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8327,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6670,\"Tax\":1699,\"intPublishedFare\":8327,\"OfferedFareAgent\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"PublishedFareAgent\":8327,\"CostToAgentCustomer\":8327,\"PublishedFarePerPax\":8327,\"OfferedFare\":8327,\"CommissionEarned\":0,\"CommDiscount\":128,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4650814250380751328\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"ZCRA000\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"9\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":128,\"NetCommission\":156,\"BaseFare\":6670,\"Tax\":1699,\"OfferedFare\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":128,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":128,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8327,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":128,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":128,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8327,\"CostToCustomer\":8327,\"CostToAgentCustomer\":8327,\"TotalEarning\":0,\"CostToCompany\":8327,\"CostToAgent\":8327,\"AgentB2CEarning\":0,\"intOfferedFare\":8327,\"intPublishFare\":8455,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni18FNLCvIlyhZIv+y0mbV313ia9owCJOLTaBDVTaC5sVnK749Zanj5gG+uSexe+Rnd0icwIk5zxHLM2uzvXz9s4y4QFZtlsrVIcH8+dxyncMK0zbHDXfCMQgPpqYtVqd3n77z+x2NmXd962yY0ILymqSnqvudWSmjoaCPTMcbgAX7d6UsVpYDJBMVqL+0+PvKpA2xYi5dJ\\/W6YbDztAN740BcE5bH8jxxbuRRMcZ8z5yljqRZKsou187RL6ruZ\\/6YfVcpJvMWrpfz7vH1NOKNFyMNYJMkMIxIWkbWftIW3qum\\/\\/WGm+N8c3egKaxQbUzoLpRDWlUtvW1x3mjBRWiDWtwL4teF9QjdD9bmgJjfVNdrZ3Y05AAJGjQ0orqBQp0WmBdS7KvK32afC9PBkuYW0gbNEB4cOP+nGeFY4D7uph1Urjz09m\\/Zu9BivhFtDlftcmxRxyF83tN43DL77zfnCooJZxocOqwC4R25KfXWYQKe7+xZjSTN1IoLiOLiPickxyJQ3SD9mWJNAIeWAncMdkvxIAbjqBO0bbuwIWA\\/cpTDnfpiGb9ws3VVyEgiVBaD2R\\/y8KMHhKXSW98E7A6iFPZgSHwlhRtRH1WgB\\/\\/Q6Pc7t2NzoxBNR3MUf5viS6BCGragRNTuqdKlCsTl1jf7Ap22Kd2W6z03jDNDD1JG2LH\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}',1,'{\"ApiResultIndex\":\"5669941013378197283\",\"Flight_Key\":\"W0w+IaouAXU7M5h80COc7HChsGHl0KzCD9gU2Qh35gUO1SVzBUo5JJFrj2rk6vshepbuwB3pWA1xjLabvF2jvkA\\/AG3\\/AtsD5BMWHuXbf+dHTppUAhEGL1iycbPtiYX80mXI6vFJU02jrGVQhNNieNLDloBTWtXdlhjIIOdMDRJNzbY2tMeTaRG6+PbI+GuazR3CQUxfRlzSQIhnHbvE0Xe6EW5HakHgtSgN6PheQ6CJO70DYLxmCi6jpwyH0epmjx3uHaqq6z3mUY1wlT0PwLGT943i6A4KWow4e6bEa5Gdbc2b\\/TUIdBzDhNoRoWtIprP19zfA6HU0atXpmUBOMsPzBf1xepPwpwfmbDIxVG7R291cPmaBsQqGY7u3hjqjLTQj25W7X+sdmnaU03i08QnZ8f+zJ\\/3LUoyq+iH+VDRBvK6Ty6Lwj80zlc1UAXSpcwSThLusuxABPeedakgzYfoN2HUp514o6al+Ldr5M9ovm9ATFF\\/PcQzY0\\/JeGE47pdctENl1jxpJ2Y2aKKuk7M3cFBvQU18iDlJeXlar0dQfs8ATBLfrQK9sjO7k5NA02C5EjbwplAzNxtEVokligZhrlEyZ6pLuYG8qb9GM3LVyjBFU0RPch2fAFNm\\/H4PKZkJCQYjoJwsIwECGq7uhuNDZ1VcQPESDypeV2keqT5zgBANUowbLHsjAZTw\\/9rHwIdoQp1p4MYaIQyI23honVRc3vAz5M+Z3PoQpQEEdsQcheddxwApJtI8sXDrG\\/QPfrdIqstNwxxLclw3X1X7MmxZ7F6Tx2\\/9gdhsxxL9sRYKC4bzsaeNCMt76qNqEj5UswmsdZflx2iBHmyt3YS91cF1GJwx4EqvS++I3Np2snX75\\/OjVlYgQTDFPahj9LuA2YDqb7jWpyryL15AhGQ\\/WfRXYDwg3OCPZfV45HkezDccDV7xbhRSFgzsMdhRwp0pKsOWLkfVoIEYfjEsN3M14OaVm2EMS+J1y4S+8D+YtkLTt04AzT19szvrl+GGyYP0gxNRjifIVNmQNRvrwpR2p5o9tqqxsKTFrZx6SwzS4A19M6MEai9Qm1H9CJ4rH0fToTsO5GLTFUt79Z1xJAbiz7yS2KkJEqgJ4YZs\\/wBICbw20zRKsFkFR2\\/H+u0OsFGxvEMY+0mgMLfkV1I6epLoOuf7JNnJ3f2ZyZl+vPEObZLlP1C7B6CLTYCGLv+AJiM5sF10Kmm2rcv1edtlTlsZsFq2\\/kLo+kX46e2Q5p4Dt1ZpZEnycmAWSsChu39JDbZyo6Fj5OZJ7RHj7rxbysiN\\/JEOpBM0IHlDey413YmdKNQ2qsHd1rWTkZMaebXOyFr+z5eWyq\\/rD\\/sCw7K27inBHHv+1rzbjbBmxVoOdZeLf2PXYx+FuPIHRsNQVVYpbnM0bjWjiyNWwkK6NUbGRxuWmLeBmLxsxsZwsPXLe2CBWwN9iYLmahEzL54YAx4R3t4AxgYILW+9yA\\/GVxOpNmBpR34OBWel9S+XToH9CUSV7wTujb6DF24SHjjoppwEtkdP0g13KAaMPCCgoOFNCsd4PQpqtnHOszxrGb4jmm69iouiEhvf5QiVcmbA\\/ML43Wzf26b1eDI1DBofqHOwBm9o5+4k0ZlE\\/R2bQR2guMuleRVmp4Q3eHrEV5zTQC+I21OvihVDKI00w+wAKX1vhTd4rk0FCSY8V9eh5QkKo7wh5yoTM\\/1tgY0EdiQyz91he0z09CCAAlAybAZfRSnQVPc92zljY6rNabLf55Gtw74kWadKJU++7BK3Q27R9FynmC\\/BULscgE7hrxjEt6B\\/TwR3T+gkPRND9NV2APyYWpEwx8xWIuexPODWqfNEXhOg3ymrnDOmg2VTt7q84qL0KIESPKL2u6lUKNCpMK62jQl4fhzK8YzeZ2FP9Vx\\/efN\\/w5Nhd2HwXEQbPab6GgwRiN4r7dyhHa2LUNt7tjoNq+oeNSIuqVgjBgtqsEN35N42QUx1brMKcROI8qUZryROy91MobmmDWs37DM4oA7KGgNEZxktykG\\/jENrdktKMFVHaTTirz1HYdcak82Dd+pbXi0QcCwsjmXgFjeATwC7tVdFhfEZnRinfk5PZe4Omn9sbCP9qkIhlJm35Pi+CLFiWGAsCAsJZ4Rl06e7duYORR8jUU596v1A+vP3haWQbLN6mKcM1868glvtHPEVWPGHbrKfko883dxpfwhgWHhaL3V8V7\\/Mi+WSVqN3RmU6eTW\\/VDECJkygO9PxXU1kn66fVf\\/oh3Nj3JbkaWEbqO76BeRlHjaHNS+dv4LK8mK\\/hckwv0KzYmJCHWKxNk1eUM5dVxWDxApshf8GqajZvFSuchHoaXhavcSIVoC5ceTYwSHOBzS3YHMwLDBx6mnGF6zD2ikGlEavX1Rt+HFJrzOhFNgsBnMKcWVeOQEaeRk1M121Mb8BDGvT3vSZ4KTQNNXosiEDSrq2+nkcfc0C0Sc9ZAmYgo9GBaQdaG6o0dMwIHumIwHNGMXK1jBkPk8i40ZsrsgTS+5xKZ0YGXl0+x\\/BK+opY2Givdp6ibsccoQ3sjV8e6GEx2tAZQHbbTqyRUDggxHGzH+kMCXYnDSlPbhWjXURDTwOPdoSn7Hg49ypwqEpwj0SByV4ahO+qyUU+cxzjZGWv85ya12X8wPJ9UBns8uBo4jfOsgFM2g1ngRIOL+gXfXtXhOWcqFZpDDma4ZKTR0KYACODhwSf8fUVhe+kLFBdT3ZIE4MBVI3erUjq2KwAp\\/d4KoZuCso4tckOvQwAjKhJBCh07jo50FqJwXe1b9KuAd\\/JUEepUfGmQUwBExgz6wwdEg0nVQhNFw4+TesH3QAau5mCzUzWxRJvZjG7PHjOu9VrRzNtB5OHpXsN6T98A2kqC4\\/f3iifrCIdKR\\/rV2ASvgZpLNYuy3I1Pz+Iu5vJLUBaJx+45BA47QZQtDf0obc5mHWYxfbKiaOtjnA9MsHV3w3xEDxP71ujRQcoEviwsDPiSVYEGpmnl6TI\\/sflZAqu\\/AmPQF1Xd0hPiy7tg+NbbGLbrD3Qp78\\/S4zZM7s+6NAo8l2fJKZZoPMi55StUHgQRZZ660f\\/remDHhz\\/EMN70MzsPfv84mdWAmdMDq8W1j4Pcivt6FdzE\\/DAqixNrZ2PGY7n+DPgOl4uuk\\/QT9RY5pL2+PVMiOIea++IK2JfgPq2fRaXylrTrOLQhedt5If+KRFpPJazcHARcibWcEOAKKQHK3FsyQfQ6R9jdYUj1jqA\\/DX+fCmM7j5Mwch85SRrE8Froz6m4YSbEwDFrtZ6x2m76otqNq3\\/VL1AEfTg171lOzHmDsxwQKHT+z77M0ViCdgQ8yhTE\\/DeU0gMCmohLFYo2R9yNrB9UfAyauURPsDoRhrmWS5tUXS6cMuUVKI9BjWtU0os1vwgsUgTf\\/sDAumgwX91kIdjy8FvAbsepSxu\\/KpBe\\/AbQpO3k2ovYgby3meJNFlXKkDLofN5DX9XPeZ+CZClk3TGCXHr+mqjFiQNMJaWOAZ89Aeb1KYo42PosORXkp71Jh0T6auATljqeu78mBoqy7UPS1ryE2uB0OC61CNS29PPB6Q6y5L3tnKXW\\/Y8OviS+03NygbnkQpTsG\\/v4GwPyNrB8TNiv2WVkWnUfw94ya96m4RsIHqFUNpMM\\/YteXWaSLf5lduOfbhvxPnO6PZJUBego7UmJXj1xAbGOh7dRqYjjl34vIzGv5naayb8LunF7bxooNkMrelwn0Gd9c0IMxbsp6D2t4RGyhrX7blPbWpHcRVJvE1XhQ4gDo0kuiBJsuK7zCXcCfcGrHCn016IiMAwDD\\/ZdwB1VoIHanbU92szQA8HGtqUXta2Go8TyTuanuiVu1wE4ydLPS2AQccIfkOb0zL3CRHtBYPCbbY9bgheKoZCv7ZwJu0cjmaeOuv1mYgp+XS3Cg3y9B9qzrWxOFMrZg92u\\/QP1k4oJYnmg2Ym6HFVCaEh+WAKONbLCWVk\\/khFPJyv9KoQD1FbJt7tHY7gaXcSHcA4vDWcGu\\/TLJgiMoK7e7Qf2rZCadlNrIT+8cthXnOmaX+bsZP4qTEQKkO9u+XodFhyt331LqZDDCetqDmoVRlyx+S2UbiVRUY195IIAYryJnOdDaJ4udsXe+\\/S\\/kBzAxgxd5\\/eHQn2NOXtEuZXc9vMzp5+AeVXcU8Bky4+mcNkMlFebq9M2D8TEV\\/11yBgW+LqeWurivJQ2XzcMEn3J+E\\/ypF+o2fN9MF600BjPvMy3k1pPquRFaEIemQooVhFekfK5r91fTZk9Zp9egKiGkT0+YfBprOFXt5eWTh1x7wywNMRTv1\\/+x6XmwCUwPyAMatQzhaPfxssJyEnMUfTRDIusvzNvvOpjIDygrq0zCBtmVLmubWs6\\/7bMsRqBJqkxOH4AX\\/5FrXsl6AkdTvXcgLoGM4t0iZCLeebdg4jxlpPS5gGeZBPgD8akmwRbA1cu5Z6amhu8JQAXMY8vdHrasXOAG3ToEwgrWxsjoM6tFSdZcx8SiRe7ON59PkwEVP1TthlfvpABSNvFYdWp2hf28PLXamkc8yuGvJRIWc4uVAz8lr9Xqos3y3JjZIhfaI38Ku8ISvfmS20\\/qEFVigCdwUIayywPoWsMEo8sfx2WzEs1PWc39OlXdV+kSa+XhJ1J3Y3b27RxRbocT2ir7DXzzvIk5rCep1h1l8rNYVeph7t81whCBSyPD1vtcwUy82KUQL58Eh\\/5CUvLO6DPXAH3m25VujKPcs7YNGh6Jkn3RF0t3a4SsGkdHNCgWdZnK+5hNTjPVHGOSUpUzn0YYxkseUG9UzjfOS63pC0TVqCDikiDU7Ouv6ZR+J9RHfVAVJjbJ2l5bwvlQnKxdfsZVObYOzIWpLW5u3rOumObEURaa7IB9zJh85nXPOb0OrqH\\/iK68wpUSKbx14cEJ76jI32KE\\/pZBknRy4+vfPtgJ1NcYLjPJJyiyOJOayehsoPfKJVJd80N3j9XZ4fpHGjq2t0U9IvCgs9Kw0qRwOOg\\/psSxLf\\/8bl4L4PgZfMEQUqcCxNcd2N9fS3HOQUQhPaF7RxpXgvEZLUxxEDavP2\\/heXYccwmPV7LTmW\\/nuts8OqDBIcEICoH8cpSdZDTgGtNXuXG\\/3497lQVfMRebSfWMZnjDsopSMbuxHKT+VW2B7suBgbXnmi2dYKg8yzmIk7mRKA5kSFMbs11mr8xfBaBOASTm7xX\\/3EcIFWlk46nSdRxB2NNWowiAJy7Hk+ZHwvXCL6BbIs6V9Jbfs\\/E87fF1Bb5831\\/7QxM6apLi1nBk9VdzxH79WS3Uou5EmNJl0hH2M+KWWRlddy5pnhF\\/FTt6rlv0zn+Fy7FEocwKAdFRWO0ltr6Ih8JdK8l8qkCRN8GON0ut4ypSDiPytdFvlMFsmjhKSMJ31XJUtmV+2DY+IdYwRPTUsYkJ+\\/U+P6Jh8ru7CQs22tw3N4zn7qDNPbQ5KcmlRFOYrjyw752AthyHYdjly1AK+nFUPlHj28zAfltTTUS7GrjiSIHLXRsbBRsyBzEUz6ugv74sAKR96pXLxTUmEjIc5LF\\/15jVj1k8SavQ7SLKVCtg9EGZhpw+zrGbQHQNZFuK68aVB3xwUlhRzgowK\\/BHOrVjaj4gy1msSKU9qko7OQ4SmG30mVJjqIoqdNB082Wtr5GHtW2Ahwjlrg5DRvIKw8HrFTGFpo6DGx6G\\/tXCCM9E0jxySBNQ3Vl1\\/axFoylpc653\\/ya6fqrv\\/IepY+0Z8zfGH+ExcnRbUBVTwtDtQBEHFbNIS4xLIImNvDEnWgCeSwHQ==\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"9\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8327,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6670,\"Tax\":1699,\"intPublishedFare\":8327,\"OfferedFareAgent\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"PublishedFareAgent\":8327,\"CostToAgentCustomer\":8327,\"PublishedFarePerPax\":8327,\"OfferedFare\":8327,\"CommissionEarned\":0,\"CommDiscount\":128,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4650814250380751328\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"ZCRA000\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"9\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":128,\"NetCommission\":156,\"BaseFare\":6670,\"Tax\":1699,\"OfferedFare\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":128,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":128,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8327,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":128,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":128,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8327,\"CostToCustomer\":8327,\"CostToAgentCustomer\":8327,\"TotalEarning\":0,\"CostToCompany\":8327,\"CostToAgent\":8327,\"AgentB2CEarning\":0,\"intOfferedFare\":8327,\"intPublishFare\":8455,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni18FNLCvIlyhZIv+y0mbV313ia9owCJOLTaBDVTaC5sVnK749Zanj5gG+uSexe+Rnd0icwIk5zxHLM2uzvXz9s4y4QFZtlsrVIcH8+dxyncMK0zbHDXfCMQgPpqYtVqd3n77z+x2NmXd962yY0ILymqSnqvudWSmjoaCPTMcbgAX7d6UsVpYDJBMVqL+0+PvKpA2xYi5dJ\\/W6YbDztAN740BcE5bH8jxxbuRRMcZ8z5yljqRZKsou187RL6ruZ\\/6YfVcpJvMWrpfz7vH1NOKNFyMNYJMkMIxIWkbWftIW3qum\\/\\/WGm+N8c3egKaxQbUzoLpRDWlUtvW1x3mjBRWiDWtwL4teF9QjdD9bmgJjfVNdrZ3Y05AAJGjQ0orqBQp0WmBdS7KvK32afC9PBkuYW0gbNEB4cOP+nGeFY4D7uph1Urjz09m\\/Zu9BivhFtDlftcmxRxyF83tN43DL77zfnCooJZxocOqwC4R25KfXWYQKe7+xZjSTN1IoLiOLiPickxyJQ3SD9mWJNAIeWAncMdkvxIAbjqBO0bbuwIWA\\/cpTDnfpiGb9ws3VVyEgiVBaD2R\\/y8KMHhKXSW98E7A6iFPZgSHwlhRtRH1WgB\\/\\/Q6Pc7t2NzoxBNR3MUf5viS6BCGragRNTuqdKlCsTl1jf7Ap22Kd2W6z03jDNDD1JG2LH\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}','{\"status\":{\"success\":true},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-GOI\":\"C75EQA\",\"GOI-BLR\":\"C75EQA\"},\"ticketNumberDetails\":{\"DEL-GOI\":\"C75EQA8W61\",\"GOI-BLR\":\"C75EQA8W61\"},\"ssrSeatInfos\":[],\"ssrBaggageInfos\":[],\"ssrMealInfos\":[],\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"aslam\",\"lN\":\"Aslam\",\"id\":\"1\",\"DOB\":\"1992-01-01\"}]}},\"order\":{\"bookingId\":\"FLYB6W8W6\",\"status\":\"SUCCESS\",\"customerpnr\":[{\"PNR_Number\":\"C75EQA-C75EQA\",\"TicketId\":\"C75EQA-C75EQA\",\"TicketNumber\":\"C75EQA8W61-C75EQA8W61\",\"sectors\":\"DEL-GOI@@GOI-BLR\"}]}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"965504\",\"TPSysId\":\"965505\",\"VersionId\":[\"292851\"],\"CustomerSysId\":\"520868\",\"TrxId\":\"77817\",\"FareBreakdownid\":[\"390414\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0805D0E3506246518E592CB58F0449F6','','',NULL,'0805D0E3506246518E592CB58F0449F6','0',NULL,'2023-12-07 15:49:01','2023-12-07 15:49:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','aslam Aslam','2023-12-000048',NULL,NULL,NULL,'','0',0,NULL,0,14,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(241,0,131,97557,965530,965531,'DWHDXI','2023-12-11','DMC107579605616','TJ107579605616','6E-968','IndiGo','1',0,'0741a-691bf-8efc6-3b741','267','18:35:00','21:00:00',0,'G',145,'02h 25m',2262,28449,'BLR','VNS','Non-stop',1,1,5886.8,'11-9215752828_0BLRVNS6E968~39818667771109',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4950,936.8,0,225,0,10,5186.8,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107579605616\",\"bookingId_TJ\":\"TJ107579605616\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"apiTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-12-11T18:35\",\"LocalFromTime\":\"2023-12-11 18:35\",\"FromUTCTime\":\"2023-12-11T18:35\",\"LocalToTime\":\"2023-12-11 21:00\",\"ToUTCTime\":\"2023-12-11T21:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,187\",\"ApiResultIndex\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5186.8,\"PublishedFare\":5186.8,\"PublishedFareAgent\":5886.8,\"OfferedFareAgent\":5186.8,\"OfferedFare\":5186.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9215752828_0BLRVNS6E968~41247447454157\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5186.8,\"BaseFareCal\":5186.8,\"BaseFare\":4950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5186.8,\"CostToCustomer\":5186.8,\"BaseFareCal\":5186.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5186.8,\"intOfferedFare\":5186.8,\"intPublishFare\":5186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC107579605616\",\"bookingId_TJ\":\"TJ107579605616\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"apiTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-12-11T18:35\",\"LocalFromTime\":\"2023-12-11 18:35\",\"FromUTCTime\":\"2023-12-11T18:35\",\"LocalToTime\":\"2023-12-11 21:00\",\"ToUTCTime\":\"2023-12-11T21:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,187\",\"ApiResultIndex\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5186.8,\"PublishedFare\":5186.8,\"PublishedFareAgent\":5886.8,\"OfferedFareAgent\":5186.8,\"OfferedFare\":5186.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9215752828_0BLRVNS6E968~41247447454157\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5186.8,\"BaseFareCal\":5186.8,\"BaseFare\":4950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5186.8,\"CostToCustomer\":5186.8,\"BaseFareCal\":5186.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5186.8,\"intOfferedFare\":5186.8,\"intPublishFare\":5186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ107579605616\",\"amount\":5186.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919448681960\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-07T23:01:41.068\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21185411\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"968\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-12-11T18:35\",\"at\":\"2023-12-11T21:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"DWHDXI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD\",\"lN\":\"IDRIS\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"TF\":5186.8,\"BF\":4950,\"NF\":5186.8,\"TAF\":236.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":225}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"965530\",\"TPSysId\":\"965531\",\"VersionId\":[\"292867\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"77821\",\"FareBreakdownid\":[\"390418\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'334169943845','14E56D3DD32B4E32B906D2ABF792998B','APPROVED OR COMPLETED SUCCESSFULLY','B3743D843FDF45BC8E600321F91D87C7','0A6464661B9F4EC69A787629A350D112','0',NULL,'2023-12-07 17:28:37','2023-12-07 17:28:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','MOHAMMAD IDRIS','2023-12-000049',NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(242,0,132,97557,968748,968749,'YVDPPL','2024-01-17','DMC109779821289','TJ109779821289','I5-2472','AirIndia Express','1',1,'3c6b0-82245-6fe26-f007d','75','05:45:00','08:10:00',0,'BT',145,'02h 25m',2262,16028,'BLR','LKO','Non-stop',1,1,6363.26,'22-16-7808522367_0BLRLKOI52472~33314700566633',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/I5.gif','INR',3875,2539.8,650,942,0,10,5663.26,700,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109779821289\",\"bookingId_TJ\":\"TJ109779821289\",\"FlightNumber\":\"I5-2472\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"apiTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2024-01-17T05:45\",\"LocalFromTime\":\"2024-01-17 05:45\",\"FromUTCTime\":\"2024-01-17T05:45\",\"LocalToTime\":\"2024-01-17 08:10\",\"ToUTCTime\":\"2024-01-17T08:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 17 Jan\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,663\",\"ApiResultIndex\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3875,\"Tax\":1839.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5714.8,\"PublishedFare\":5663.26,\"PublishedFareAgent\":6363.26,\"OfferedFareAgent\":5663.26,\"OfferedFare\":5663.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7808522367_0BLRLKOI52472~109818497069333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1839.8,\"TotalBaseFare\":5714.8,\"BaseFareCal\":5663.26,\"BaseFare\":3875,\"CommissionEarned\":51.54,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":236,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5663.26,\"CostToCustomer\":5663.26,\"BaseFareCal\":5663.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5663.26,\"intOfferedFare\":5663.26,\"intPublishFare\":5714.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.54,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"98\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2024-01-17T08:10\",\"SegFlightNumber\":\"I5-2472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-17T05:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC109779821289\",\"bookingId_TJ\":\"TJ109779821289\",\"FlightNumber\":\"I5-2472\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"apiTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2024-01-17T05:45\",\"LocalFromTime\":\"2024-01-17 05:45\",\"FromUTCTime\":\"2024-01-17T05:45\",\"LocalToTime\":\"2024-01-17 08:10\",\"ToUTCTime\":\"2024-01-17T08:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 17 Jan\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,663\",\"ApiResultIndex\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3875,\"Tax\":1839.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5714.8,\"PublishedFare\":5663.26,\"PublishedFareAgent\":6363.26,\"OfferedFareAgent\":5663.26,\"OfferedFare\":5663.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7808522367_0BLRLKOI52472~109818497069333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1839.8,\"TotalBaseFare\":5714.8,\"BaseFareCal\":5663.26,\"BaseFare\":3875,\"CommissionEarned\":51.54,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":236,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5663.26,\"CostToCustomer\":5663.26,\"BaseFareCal\":5663.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5663.26,\"intOfferedFare\":5663.26,\"intPublishFare\":5714.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.54,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"98\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2024-01-17T08:10\",\"SegFlightNumber\":\"I5-2472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-17T05:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ109779821289\",\"amount\":5714.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"918467969662\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-10T19:21:49.763\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21241232\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"2472\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"LKO\",\"name\":\"Amausi Arpt\",\"cityCode\":\"LKO\",\"city\":\"Lucknow\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2024-01-17T05:45\",\"at\":\"2024-01-17T08:10\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BLR-LKO\":{\"code\":\"31E\",\"amount\":0}},\"pnrDetails\":{\"BLR-LKO\":\"YVDPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"IRPHAN\",\"lN\":\"KHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"NF\":5663.26,\"TF\":5714.8,\"TAF\":1839.8,\"SSRP\":0,\"BF\":3875,\"NCM\":51.54},\"afC\":{\"TAF\":{\"OT\":942,\"MF\":10,\"MFT\":1.8,\"YQ\":650,\"AGST\":236},\"SSRP\":{\"OT\":0},\"NCM\":{\"OT\":54.25,\"TDS\":-2.71}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"968748\",\"TPSysId\":\"968749\",\"VersionId\":[\"293747\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"78075\",\"FareBreakdownid\":[\"390541\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'334467068213','E05F0D978AA949EA8F23369A7EF9AE1B','APPROVED OR COMPLETED SUCCESSFULLY','0D800ABA70554932B60682C4A3878F44','8DEF3CBCE036488ABAD93A83B9C80C1B','0',NULL,'2023-12-10 13:49:06','2023-12-10 13:49:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','IRPHAN KHAN','2023-12-000050',NULL,NULL,NULL,'PROMO','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(243,0,133,97676,0,0,NULL,'2023-12-12',NULL,NULL,'6E-6153','Indigo','1',1,'106c4-8b925-5b3f9-5fdcc','0','14:40:00','21:15:00',0,'Economy',0,'6h 35m',13232,37009,'JRH','GOX','1 Stop(s)',1,1,10989,'4912471073751793058',1,1,0,'https://gtxapi.hellogtx.com/public/AirlineLogo/6E.gif','INR',8889,0,0,0,0,0,10989,0,0,0,0,0,0,0,0,0,0,0,'{\"ApiResultIndex\":\"4912471073751793058\",\"Flight_Key\":\"RZnGuMo+KPxYp7ufV5bXovCItlY42ZbcyZZL9M2L2J5\\/f4XXk6q5Np89D8H1tzolMOM+Tb\\/4cmn1xqjP6udXsEJcytl0v57542RDUJwaufTuu8ASvnTrSscSuvdeLxStw+TdkUnqNon1BLXZZkMAwR9t6DsQ4OvZSAkyajfCgUGuo76bUfs9VSDaHob+MipkSzMxXwjINVY0xaZbe9BjNlEs4vXP1SVFD4tloRqrvyNjvFwvtpKGJ7cCERM+IhZUZgLX8YFqw3lYL7IqGrLb1sBkM+IwYMlXBe09k9ppndpCyj7f9DnBBNklApgTsJwj8N5rj+LQiqOm4zYZVVgIdbZcxnr6zsWoQaCnAV0mVWtbzdrM8cnahJ0uZNXTY4Fd89+AUFuGqR8I4jpviDz\\/PXjr81CQTc0CfI2c1vRj8licv9O79GLlq8el\\/PCJ9qhHoFKdMsoqEchQMfT3s47T\\/cDPeH5Ij201XetiSm1JO6NrRfcJ1mTTmF65Tcb27wLVmzysqksVgDfujMqP1E2rSqQZJyGeZtagW0uH49cS4oDIRF9r6g04kVO3npQBTqUVRVVk9HZHcox3iXcJw0AWW4HOw\\/Yv3hPdyFTaRWZZY20AQW5Zl1MeJ5w61HUPAaD8949JG3YItTk5iaSjcFZB5BpZYsflwuz3dtjcy3EValHyHPFILF2l33WYtobZPbJDNwORcJoPLY6hSvao\\/ZEpeMeAir6GBGw0fuQ+bhDguBKIFofZ4j2liFZk4uTbqebRtvGWHpjLb4fJshYtbOrwBNDT3Ymmh30drrKPD4RZkZs55gvKj58xbsDX5nqa+k1GV+IYI8RAox2OGEcEM\\/716HA+Qj6v88CWUq\\/5t7aqoBbBVeELMOX+nA6hdncVLVRn\\/gM6r2+O+NZabAXiINAYxV\\/66ULG3jYzGefH19uQb4WstIoofgh4D+bM2ibLF5AyVn3OKbI97XKswLf6lN6XpHY8xWKajE0Xuleh5435KZ1GgXLGjTwTe1+2KG2VHoa3iBSDw2B0b9JWsBOcPk7WBEokBKJjawCa30ZJ2zJYQES5npIbblbSFbpXJ9XLvYXvx2\\/hbupkQtllOZZKM+BXG\\/eWCH1rOZC8A5Ph7UrtL40r3ay2ZDCpg7qx24MScstBO9EEJyGHNKUqdSiAYVTQrH1nRhiGIJCedDlqEQmP9GmtUW2RhUyxVXBYvMEparGqnqyBbyXRDkcZm8ZbHWhWrmKLl\\/vYCjMXaC1HDeadjlSdfoNlxNSQ3JR4Vn7TEBq\\/BK8uDe+1bSaskmDvmI1EE\\/4jSic0o8zmKD8xhuSwDygf8pDwzt+xOyfR5yb8elCg4MCIa72qYgzlLKOOKUanuMjvBsVZFRhxHgwyOZowsCd+dpOJWrCBcnReNekJvuzcuvst6y4RKQ34oeqURDajSaVoPxqWygUkdce6GwVAphosK204jH6Imkh3wcVIurfDaZe3X+evquhfnCLrOcJ7fKtjqRmNMno1DCPA9nm8NImnwgiIBvLlvs+uiKk3jfOvXykcwYvdsZbcD4OPMDicB+VgKZA357c7xeEq5FqRUDypZZZXemUwa8Z6FxkAnI22vCbxD5cIpSAiybsZrZHLfQ6TqI8zGUeTeoe\\/NJOG9uw\\/WMbE0ZlKxiZ5qPsphx\\/Gsv0Uh+tOv7IwFQGqz\\/lm+ADSdgobfEMCG+ovBQufmR1GRrSRsMXiqZvS5YKh6zhTJbpBLp4W8YrjwqbDTGeZr7CIeReYfM4FeiSpLTPVn6AdgcNlos5AlOuKbt7gzFypjUZbkmbusdUb7nVVtNo2kT7qBmcoLPoNya9IiirVK2QOKC+Aj7JOY2cnKk7caWHT\\/+I7rXn4N8RN7ugBezMkHzlvEseHlX91DWbCuR4XSuDblkOjFVp19UsJhRHJB0fwwnnlyNYhjPyBByaLpof5Mvj7zN1Pt9SzeTivaMouU++r7oxntmx58aDUdsU7upTGpqicoW68IP\\/3piB2A818bd2GlUdqpYf8qwtwtEKWv4JtnWOqkKGEUVDuRtbGUrtzINtaNKAC3pSVk8PYy\\/uaBDo9smbqFA3ANZB1YX7aZSutwjh8CQDbNr5zfzyHb+QJ4mOlLidPCR5+OlAm+RXQrCLudjOhcDJS44iZeaaOgLcV+d0KbDYWqucGu+jf6FfL7ofpgZZRZ4dhDDc+3y7TffRMnVzuUaLabkcYTqeBY+\\/Zlb+zYAVZ\\/OjwVYoo0\\/RLgZqFAHEzm9+eI33CcGCjMBu\\/RmUYQ55SctQIilCGlF94Vk4uKii8aiV3bGEQfaj35nzkir\\/rwYZ2ty4sNTqr9oFHpR\\/yuoG1Cr0CdkW3XYrDDRP6LJ7GUfPf2Qpo0sDf75ccvh2YQ7c9OEFVEpJU2qusApqMP70ghv6c546doFfv4LrKK9mf5UXONDy5BaUWKwjPtxwPVi\\/js4j1+YsnLIlkBNJSLTS4eVI+MvXqWw0MFkQ5ioomP1BiGCTgVqWnhcEeTd9fBzC9PsI7OCQ4yqIP7YRpsJyVgOi2TOEXfWJVtuEEmkXG94k8CgMykfhwrAGp4Ah4i3Dd0eiSMB2QI9FsSQyRHQkey1aL8Jkkci1jmtrkcqi28hlq5OSPl2DFyqtDUvE8fmrnSoQRktXavoeRA4pK+M\\/zFogUit2rGlqxxz8tBdfrZtsZpAzKoNzuHm43Oyp5xf6bo8ttJLAEbKdjFnYIMm7o4ztEG42GbJ+Xo810ns1lPsqpFFJczeqH+fVq\\/B8mBdAQden6yQyb7gm5wA98hI18\\/449PEbqwYDIyF7cHzFlNUZ15YNuo4Xs7IqexngmKsI8sNvys41TRm5B++jGouUNDPca1\\/JnVp9QdYUIOYvyhtlY6AEfPUGzA7vKF4aikXid99p6Cl7XX5ABVuKU4wWce0t1E8JJ+zwZjtkj7unBpH2opkekqu7klgC+MM7eCyVhoN0AVcz5FATpD9xwy01o2pXi7x4RGxwQL3Dij6EBLI11tHBEpFfKSDEFzRVUINz6lWeDeEQwKcPfynMj1NmmDs+gwQyYeA8y8+f5w8oZzxUUCQb3QpT2RclWBDWpMVqx9P98DG8P0rcufdpGtlo3LAnO8nHzW+gmn1LfwWZO2XsPdd0mC1LTaYrsi1ggSuuW\\/frIbhCkkUr9H8FfL926V75D9HXJkcqH+K5kVwfir\\/WsqX2DVRt2\\/WsOx9jgc1INuQMXf\\/3tgJ4Ytf5gBX6CeD55ODL1lWrIZV4f2ElQHkq\\/tKjnNlfeKDc1kPCyLqobOn7VBm\\/RWPzCJwa35x9Nzxjn5howdvfihY+TsOgMbC38KlLHl5hQ\\/jCpteNjZcv7+AlmXbMahl3Bq36dR5YUfAHM2HX+iZTuxd4livI2YRxwJGy1LbOw5qlPRZ1zj8xFDyU+vd+rqBbD+LOD+FRZkEVM3tj90MIzpbewPNevxawIdc6JOp1OwOa4s24LqvD5js7sLSbfScCtUNXnwkZRk0LPR4BzdVRwyjYoitQNFZLXAvUp54n1V39os6N4GC7ElFF5gHu58kgalzyD7pkKJfxZ3phagtB8\\/Crgco6AUHMkVHAnvt8NJt0BW1LHZ5WyL9JSimAT+BBbAkvm2ozj8QnAe76GhISB7ac2t3obgbNzGwTm1tqigSlZ7qw17AiK1UP7QY28wqlxudMRAU1QHLB7RjX3C2TBQh9gkI6WWc7lOFA9OsTBC4Dr5n4oT4aHtE5ulZg7JKjGQvdaAW\\/lo22+M2OPu1wOSKHL0ztDNiDeciceC+\\/MAv5lbo3pBDxzPLuyHyE44907I\\/AhxdaHIpjbSZdD8vyzWRb\\/D6oXjvKzUjGFKiaF2AsTRmgjBdUUkgreopa6CWCQ9i4My4lSfJnYUXlGOdFWw8fUgWgsK1bCJRfj+lb\\/jbXFd52D4sUOGDoQdq1azLyT1w3eU3QIfFk8H8AwhSC7UnQLgS2k\\/h1nTbONsztkA7Ij6FCWCow78UJhFJ4U8gZMRBMCHfkGuq3d4CUvvcRSQSx7\\/YYYIXAFJvo40kQql2tL2dnpYpKIqcB56N7y9ZZKqzJmsiCPpbAgyIBajriYod\\/3c6p0EC6s3euJuvikJE01qG5N6Z4NjrJQMg+x2jxnl9L75ElR\\/uiMpN4eCZogiPVy9AKK96\\/2B+vQ1dne0klgWIeXQZ85ywkVtOn7FJjEvoW6mPzp86MtTO049AyjG2nSIiD6Gc8sAG1odfybJAo5I8S9gIihROng7G3wF4IPZr51FhfmfP8T\\/tg39pz2WaxGRQjTZ4fyCqaF+ZGw89I7buXz8NRuXc6XWRlNTfIYiV8LrODzB0CMszb\\/BTx5Yq9kCXXo77H83keVfer++22Z2UEJY4reKR\\/f4WbODzRZzrC6aofcdqhXKchiSp\\/iA+K7TVeq\\/jLJcqhSKw1X+B1EymE9l\\/CAiekjukbAgTbnSX\\/McFXLwuxl4CuIg03OCEqGIV1Y4P7PJSXu1PZ\\/1hENJHRMjmiiHNrOmddQ9MASnBF7BwIupZ3gRMJymBpPiPwxxG6Ur9SJPihx9SkD6IIM2b7CBkuLfpBRU1TQ1KjN4Gt3tMD8mli5RO7RV2DzCA5dWipik6yXvmAuuagZyX5AvupwGNzD8vQlzdBFEQiYu+LEdwseeXUM93kTXWIIt4rC1XydWdBf8yApVrngzVJ+2Yi5qDzv1h0R909qCJsQIGWOUUdnyf6Kx7HypXLTAN5QTPpeXAuErqmsYBq1zM5\\/8yj5TwItefIptIpINpIntgCNSAXsxth\\/FqI+ThCDZQkGe8koTwo7SigpCimiUNy3w9NJwfqOaPbN94uN5Jzg+DDYvaRVLc5E9qjlEJG0h7cSaLtZeeJ6jMeaUU8JDG62oF1OCTdZDLdAnwDSnAZESFidjEJzouF6LK9rRBH1XWKO1+XoP+b5zB2iNxAHfXFTs92KX\\/hIpdhBRqvwxRJlHML+XSsJ3OJbr7i68Gm470o17hrKLCs420eFSS475yz5yoJBftOG7X2XF6dw9cVyT4eB43RWIr5o1KRy7Kaa1pnfZzG68y6TmhLFjHY34nVkOgYunPBMJZ5yVqt\\/xubY7zXnIcSKQtvLz5NFSL0tj0v7xpP0HfJPFpzNWuqeNlieVaqMS+QHcdRtSJar7IuQJ8YgwuLx34kdMvc7kGewU+SVB\\/8kZBa1fwHBHwZpBQWi\\/v6knuJvRnVMtF8Bi0RasuDgzjRxYvesLuycsvxG2waMiV5zvggtnlVwPloH12hvyD4d3rszlRRJ6psc\\/HPQysHffTZOsl1NusbgCbBvwVvH4bR8A45yZdbCAKuXeHd5CIba2\\/cPnyMErutyucFIzB14ja\\/zaB7fxkru\\/Vf\\/W4q26a5HtiQHawoEMeHGpUaJz3Kh0ZyNRs0LF63XxeimCO7sEfj8YbWz8Ze0i6Nn9VF6HslgrPJtMp7dIi0zt5HaeTejezoTwAh7jDiluPlVm4u7kInB51A3Qk0zsuSvM6xHSK9S2blP+1WIX5eUL\\/0D\\/n7uJREeaZK0mOFu\\/ZuYpxjZbCpPnsBoQO5eWP5697da2E538RHnEIskrgySAxydqZwj\\/NLJCMP98txxROhCIfZFzivtAMs74px5vtKtWYrONWA0qCKfZoPBgDoW65EaDz6UZl0qOPshO0GesajrCFyEqS0lVbgXS3v4m1PtvVRmzWJNnujTQwcoEMthrxDx6VoncAZOYjNYAT0KcjcLIkpvD1b4QvD6gUVp8K+uWZGTXmrKPY+9wtwBzHQMxnYm44qnnJxpKAhVHOBJ\\/LsYg0NXgHG2Mi\\/8mas92dpkAHIGRHOIP+iyaWdG4MAQLQzc+WYPDX8zF5NXZ7KnC388+UCvtczuxl1dFN47r3D8VTLB\\/KJrf\\/v4j0PRjrDYc3\\/jfDzoPJLXaiqweT+7AWnaXOwk2Xzldivy7dpKjBMbnlT4mC4qu3Z1QbzxHmXjM6lDa+k5jG6NSDyaky0omyti9z6W7yFimUt++IE9VT2kNmfHyjmzf5L7o8u96kMhRjwqScF5gshZTvj5yVlcsEbZSo8weF5EYB6CzWr3qmExwkxBdmAlfgvu6pd69m41WfAhgTdRgUrFXcppRZkhd8FVnOc6Rs1Bmyhwni6t0ZriI7APw2eqSPKM3RWsscWPDjzHyYM\\/JtHwqgMVvyj45+L6ucAr2EzPI\\/4GnueQDr4d9qeXgJC5iPPvTOdaZOoJzrssbX+46i\\/5oK9kFvbj47BOaj3bLgxdTyMbD4nAsQbdHzLMHwXLt14UwKS098ahH4xKkPqa\\/OuRY901VMdpp0saGPAU0nIxUTZBE8xw3V1wbfVoM2D\\/M1\\/LLyUdLxtiQB9tnjD+\\/JVR2Hwo78IZSDbUp0nRtngJXcnQNQ3pGZOocNnTabhMp\\/D\\/jCLhQU8GaTg9xJla5PC5eTpVq29vLjlW9Hcxe66mwlsQa6\\/m\\/pL3veswRuQmMA2hCioqZVc+jYA26auOoNvH2+GnqrLwwGUBDVSDAqXxte87DS4b3JPJ7DhruPbHj+nprqD7HnTc8cZDM35CMUCMBUvaLtIUgeoEDv7ezeU1y5GZ0KWhTK\\/1EHnygq9mJ7fy1GvI\\/+XbCpNMHLhMLWVL9KwYkTeFl75wlx\\/S8qisQyFfGHPQai48HNtoKzz9QxLkj8o8XqtZXbyJmulHYVsWqinX1ghjMakH\\/d5+zPFO9I+cfn+vArwLQJWmRpycKTSuyNUk4Smw21k8pGETNHTPETeudEZextm81GgK8blgy6auDq5qVlWzkYEtw0APkcX6sy53mKn6HU1KCV5UJ2kJzcy3E7TE9YxYvfb1gWgtd8lvL0dsnzkq4PI1mePTpd0PY+0zhMCYiS9wiWOHOVfaW4fk6QRyYt3jMOPQTQq3nxawHrh4jw63jaHcBHX8w5tn3uaXR3CfeX8iQT52iPVVbKT\\/OFmKw+s6Zo93tHm92ckH6Hm73LHFODtzR62GfiUb2MNXREX\\/yK5rBBhM2ZTDXJcHRKsEIs80PYmHL99xUwZh6B1hm3MMHSM4b3b87V9Kf59GsbGuwuR\\/mMMFJmXuH3sxRbon6r6MqVCZp7EPNqNRomqKU9FZtCBOUkbwTGOazewFQYdV5BDCbWREj1O+ovf3VhF8TxXL3GNh1trBB7KB26HE8\\/W3N95RjiavxuOfzb+UVEHiYC\\/4DSAKaaiYWKqxj6qUo6xxD1N+QwKRezeLpcqeJTkoH2Tyt7rPTzZPpCbh6D7QxONdNKAdVmtL9Q0AwXYgwb2gi9Qd55T8hPEEBooHhUXy8B4uWmU0nIYhHKB7Y5DkmLmfbHqUz2ONpYEmnpxiF7CkSdP5k3Aw2kpsQyvPloIkxArUo6ugsEZIIdYvFfMUOgIZnd4Ji0F7hPiRujGoYtYhPWGysb\\/tqzM7T976HNZ7YuRUkDT12B\\/EIWyeG5v+dWFbyi5ttOYCuNZsNB+d8j\\/Uss6HkEmn46PZDE8gtMVuh0Jvg\\/TF7LRjG4SQ4lQdqyUzmmod70otAd9Mtr5UnvPiG15qNnQAJ3iBlY0eSG9Wn0jJ\\/1L19cMj0IuTRRMerjL5Kez4Okjace4JVhnAHxvSL6pcestpoqTJd8dpIEVz7wcWPTdDqQb9LtKVaDaOcNS0oVAO10\\/urZKXIQRlpHbMzjaXvYsMkVtXGATyWqiIsoHqv2o0kjnQbuVlGAfISTNfb8zm648BWNZ1isOmLohoRAj1wkDU+OFAcJxaHP2YhH6DfMbJcewxHwTdG+GOC\\/Z1QDXxdICQXo4vWdZbEY6WqtC1a\\/PODJYBieq33Y0RG4\\/NZAepYbFpg5JPX8Uie6M7ZwThIm5nWtYAQx4QTWbJQxby93Dip928WLleb47q9sXnCFWfNtRkbW3Lkv4DkedUKjE5Qv5lXAMSSHmuqgCBBejYRoXL8+sPVcyniP3bkjW6Jhl+tBmWJcyYHHSlGdMUrS3q3wpCq8hIB+1I5M5qVLNiBbFNMilvQXAo9tnZsB2ZnCmEneDM\\/2phx\\/Sp5g5dGYSFR28W7d2RPWs5+0BovLOpFvAqr8ZydZHvoeMHqUbV6M4NM1dSoZEOE8F87uxBPBSgWbQ3f+m79CrTgn2LMeGY7kkwUv8Wv1UntvktzP9YeHz\\/jsCpOh62y1hI3a+qNkk+Zw4auuqyXu4a0\\/LVDAUFZKymNmGEMEtDfNcQ1Cs\\/LYxcxtx+BEF4FotgLWAtGkz8uLWGgo8vVctp2G0I36zeay\\/6DuaqyA+5c\\/uurCHpc4dpetvC3qBgQdDn9QxozEGjp9f7QdzK6hV20Qmw2n9Ke\\/3IKcElfbWXv3D3IlsWLHQimaJuHg3T\\/taQrFD33bauYBFVm6w+stduJvnwgWr6PFqzoRyVMnuBtsMDKTyKg0uZOOnrHbZzo0xoRIvT0W9lt7cT0hhhSSfvmeCkHHlPSf3wKYKQTNUsbtFyu7\\/q6CDroM6xBxl7Lo9mvqISctUuQRaploPo0ri+OIWBTacdK4rd7LzsdI\\/hnJae5iTHIJL4W1\\/PZmo7tz+yrAcawN1wgi+aQMS6Qcsb1+SIoby1RNs32YvbocZXKD\\/3pywRPyx4gFGL1v7Sh3uLfW3Hnl6qlCCt8qjjTeCUyRN3PjfeRHxY7HzjJhIdj1iywIcL6wtErfqB1wFxP+izJ9QcUyjYosZXdR6TEbETZzNKKCwtNLBhjDjE\\/VSkJdRDYeFHC+s8tFAOjVABN0UJTsbsb7XFrciJZZBRQ\\/+q6fV+d9HrUf5AM0w9a\\/AwMFaCpw0oaGaPlHlFzkU3tXA1SkN2bH8ZkKGwgY+Fq3ouQyblWY7uqi1y3zEZvgwiDhBnQNgrwB6u6Nj8OjuRCDZ0ENGn7Y\\/AffJU1H1pA\\/B+MBmN7lNdE6Hu+9PC71jmeXVqEDXz2ZzqxdHUMdJy8BqgthdRzVRXH4m3NzXkjQtZ65UafFU\\/NEiZQObbOyhyWlwNRE84IaHElfpWE2Z4PiIGHr\\/NOXpkyq1BO1oCDKAgiUEESs9d0gl1tohoh+DVYROizx\\/+A773QVoeZpsfwAZD5aPXdhgbeHu4XFUWJqMCV7riBBletoEzlMVZt+pI\\/Nozpmla81iw2lkkE1Cxq02hS7ICoUR15EmDskj9WQyzq9dkNbuU711aDIHGA2F4J7OTYsBEdVo+fs\\/EYiP05I7FcR1iU7KB6opvzdqESHq1dJgfIQ8jC02GnDmgXTTE4ETD2DXaNpbAj5uHBa28v4t2DBx9TNNOk95puCWuDJC8awWlWsgkwyx5yVOUOVQKdfDp271QFUOvpUujpKxTMQdixe6XXVfSbltFpV+J0qSw6kLMFN40VQoGDDA0cK0GrMbJa2Nqxl24Lc5G1b1jPQ6V4Mi9UJysVc0rEyeOiU4v7sy+BxrKgTWypznkf8moF6qqzWQumLoeVazdOvFb7aw3fTC9wyy\\/3M0n402NvaFkrnJOoGPDe6Rwdz5jOI0UGIj8ZtGEZIyjkEM\\/X5VJcdF8IPIb+gC\\/milaeyQCs8T\\/hOov8VELhkSdpsfzKu8Bs9YAeq94appMHzg8EC6gP7kIX0UXWSfrh0\\/q5dt+W\\/7FysXretZ6MwOkBjou5evQEaW37Xs6+xtmgWGAmLilqMRh6zXgLjz55gmNI0bSaiNiIrtUEllQUE72nwKdgA+IBHmFERf+tBUKW88QRVlVZQUxEGN30XZ5Gtlt6pP\\/\\/ypNuGCbstjtrZuY1YRq\\/0OxvLNlwsi3S0L0xH6d+UJJZtKEVY9UKsRvZIY6dmhclGoEsYGSLKOAun2rHbEhIx6mQ\\/46x6x8i40oPmhRRsp95GZUGLYfFODuKFstbJp3QExk3sa3htAOunYbGdgREIwlAaD10rQM5jJE8CYJXYq2CAkx9jdin4AkDnmeHIz\\/hPpbbQa+1\\/Ujku2DPZEbnHkpbEmqxb78TIX4SRWiYqJqRjN\\/dBMPIqNc9dTmYCPAcb0TV8K6ADyg4H\\/FmD6oglnHW3zIvbbuITvvITG2npvKXfzTFGmnWxdmIf8AhM7ldDhzy4wLIZTSpMURYZtKtTNIjkJjCd\\/Cb5+4Mjrr0OH30jDQJS0B\\/Pbzu1GN0FP73DEaAgJaha6ixwuDjRkQOdu46Lh1t+XFxU19Q1vkbxTQgH8m\\/CU+fkBwhn0q+msQR41XfWrNqugnaMZLRZWHNLpZSyilZh1gZWiPgLLjV2y+AxkUqhEVHMrw7Qf3cQ0MKxmQljs5oD3UYbSDlX\\/57GJ1QLRgseljHwBd+l7xuVSSgmWUXHMKJ0WzDGy1RE08qBPWWLjgf+yMB+ktLN7dqgGvrZXdi5SCBsIAJHl+fxCNkBw5ABBs96HIulQhhmtlPhhvRs8piZfOabblr0ZjaseTCNnTJq+yZ8kB7hTBBWctcn6FdI3kq2cmnfZOzQTCooQUPJuKJSlJY1dNnh+cLi2yczzNDRzXHhQ6Pl1l7H2Sx31W0OahxgU5DkJ7sCxOmADhlnC6xBHHwu6cEqwXtFFoUiceY\\/XAJpDdMLBL1O6u\\/UFcEDi3gjtwnUPFcyE1m793Y2iBkFKYuPqVsbJ334i+19nXGttwipJRJGz4abPj70+mRgE9lAN82b+XE3YmozUhmPh9guA9J94a80RPno4JrqRpp6tlJrTcT2iDzQS5REYzLoUms3m0wvJvSjcGUIk6EJCSeA0Zy3Y8oNn38wjDHlrviHehCExFnUqIkpEn3frb68R2KAKWJ2VzFGz5sOnEBMW0\\/oVJ8Ia9CbGZ8fOY3VGFLa3ICPCCWYf+WvWyt5JPL\\/XeIhDteJSIJI12AwDYK5ZXjmAiXFteDY4qrpZ5j++I4YVoCPbyi2GeS06iWNLJ8hpmpraNYGdsBaL9WFBfppRj9DQ9kmvYIjbPhYfZlTbGK7EtaDfu+I7\\/Ko1HgZUPV5mQaZv+0omBPYlo5O4d9zHlRa86GeFHKwc8oiTRb78e0ZDo0mQ5Og7sgJXZ4\\/LSZYq3b2JSXkZnKbnA\\/Mn4ZQNJtq1KSgXtpT35wVQsoZa86HW02Ve991ikm3k5ESE5IYoYd1V3m674wLXJiG9Jr55IJNT38QAi8Is6rTNwbxslaYaYeyL8qu4mIAbdVQ5O07Z3gWHgv2Wpnfp+Eb3Gr0lU1W\\/\\/PJrFcHcUJ5KWXXXRYTstfwQHjP\\/EW9td7QSJlU3rx9hZ8BI2BJe4VjShWbH0u3IXXwcLyEm4xfnzeM+uCsJbERulPN6qOTuIGwZ8uxac2VfIJQyHUvSh5uOECKMP+dzHy04XJPSBQO7XjdkdX1dGjoomvRcm7ogoPTVXgaaqhSgkeZ3MF6jCXW6ZZrGlIX9qQj6uQlPZrgENvEXzwaURq9eaxz+2XLRvu1GO6ubxd3q73rmJDaVMQmN3eZ5AI+Ak5TlpIKV1X9M6vb46oqsthQ\\/TtEx6MbEJFQtzvw+UJpoHwv5OCIcJOYSOJqKKbxv+3kDxbuawfu9f4SYNgQ4gfYANQj\\/Ckw+6mwtgjx9yr1P3OQ48R1H6kjJiq4xjL3shVNFO1dK1kubeqAVGaIRKf+Q1d77Op5aIYdBxkcdQw2mZBNRm7f2Ecg3bKKPcelobPyDNmorA46+ochrXH0pOiffOzdaomAXogP1VxbY9Jy87SMSY7rBJLuY3NEPDthpy1btdiOigO2UArnjdDiA5w6uVbzS6Izt8MDFgjKm8VEHgu2mFQeMPUTU\\/MeJp+xXMg9Xs6y8FRWg7m9dQt1RyDZSRs46HMptDjj7edXCLnnyutMfEK52HsoIonV3uRPFYwgeaHlo4B9Osix8beNjfj1w8g+1inbVKF12niHbrTOlxTm+Y3sfWdEcCzsY5fRIDGIkX8pYxoWAlhYmqCVbEa86bt63Cvs8SEZYMfTtKWUW62wiNJIC2u9dKsoRxBMIszBxjDSR5ABa2m7bWACKb82BR1m9zaa1fAkO9u52WUDKAWL3UogQkfCxwBy9IFgc3QfeOYTEP066uabW2fFN5KbJ9HuaKxAtJ8f5f8AHChSycO3bEdngOJ4vx6XB81QEiEqZCN6CQNHn1\\/PuNoo+2cxT20LGltVgpUdyDxfwXZeFZp+4hDTi41\\/lwEnGMoqbRv88rVIOKeF9+ZecNi\\/Bv2asW5O3Pw+HQ7FBYsz6XZlrZClLxXP85JkRgQgMk\\/LXo+zQWTnYgU9q855M4E6rWHbHBYV\\/C81ZmrqMPUL1DV\\/BhS9xWoP50yRd8WQ3ewZacrXe39rBP4A\\/lCrxrMXYkNog\\/NwNjA2\\/fHFHVjJAOoj2shuAEKj7de5cUIQ+6Kgi2pukOZaqUDmOb3aIS5ZYjZw630txuVZd8US73tu776Xhc7rsVNJocfN5R9yYLKRI3zETQmKIPX1+4zYoHEIFqoi6ZDVrwln3gaFqgoqmFHZxNpASr5gQjQNCF5BElN7+3ovGI8SxP+ypyrnlBpAQPMiHMRwJlugoek6QIpZ\\/SVIuYGKW4vW7CQlkG3y6pn+Uqu6Y+214s9ll8HIRYzshAcE0uvs41BKgHoqX1YXmijvNo1494wOZveHbP0IxxYBFncjP2mQvdszfhGu\\/1iWChMpFkjQ25Zs8pnQj1vukgK29t52krN4B6Bqu61ty1h6yxL0BBcaPg1110cDhH\\/xwrAaWafuNZq9RuCr5xU+xdiA8W\\/o173PZkOqSSOJA23SBfQWuaIxsQmTR7sBqhroTZAn43JdXO7TIHLPefowYsnVMd3t33loiDlvpozeTqY2Y9zYXxQpPfYaXJ4mnkrdo8t1RMmkkNNfEDMTxZJ1ZErIAkpZSKIRg1ineHXDi3AiLsS8QJdBwfo4xKuX1e9TnwL5PDzaxw+wMJUrasL5XsHuxZ1XYFXpz4PdsASwvGg9yDOc7Ha5Ib9pRgYKuLhAF58lF+TAxuvIRdlRWsOXYel4QQLCj5Va\\/d3NHBLgnGXw+3mcnMFinfTeZXsPz6iYDrMY5Wc36Kuduy\\/AKv7ZdiH75kk9z4l4YmJcnSVopSAnqdxIJrlziwpsHOukKLfrLmEVavjWPCgH1RDcOlgpttPb3XdUsw1Otc8FxZqLiknpdDD7bJG3y326HVcaZE1V2Th8oo6bQRx5L3\\/mvciqvRepGo25LMiapBO+tSGmESDd90XWqIPOBPrJemyt0IoGlQYG\\/nrYp566iehmOsRa0iFinAupFfLBlrmEVbvL582vycg8CP0oOPeclc\\/S1ilNpHjK\\/jqzaiEShr2GaESMC8Oeh5YUS4NdZWA28sbH7P1ds76G4NF7wgAvEFh2K3HGtye5sW6PoKEWoQ2DNpJN+WVXLVbeCP9aLwkj3lZ126oOo3NkW2VW\\/mRDDFHLzPYJXYgX1mFo8tPHqBHZ86r+4Tu57VAGDV\\/UwQ10J37NSW8i9RNdiMWOiVLY6BhmMoEOGDg4iCsmArIDE7mxpaMlGbqGgIXjN467HA3IBHLlxB0Iso7ZvU5xGILrQKxHoFWeylzi\\/a9yHdFfVedr85ptRhd\\/aFp50ElMQDwzPSKunTmb0fo1RbsVJ6dnsNV5cSokkIu5M\\/XdOuQ2tRr+tjeZP0ja0G1wO6gNigaC24\\/\\/rQXMTUkiWqSodKK23L7ymXDqpem\\/8ruKhuXSWP7dDju61+zeek2y6GHv3sIaQto8tjRFF05iAC2KnXA9uw5uQ7KZqZqZQLkMIY+U\\/Xg22UHHpsuZgVD6YNF16X8VBJIVESYxIhuITPGxIEW2NAZlXjVEPsZj9kVzivI8Q1olvZTfRRT35S2dKAam4Smbq5GmzR+6+yMg59VRchvGRK9DtrNvnaxX0i83oRjMvzMxBJzzQ0XaawUpqt9KvVU7L1cY57WjcpeIk8GBk4kcBcIsTcxa\\/UQsCOmIktVRq4TshvMVcSUJUUOlXDhSN8oPonk9G00YLDoU9Kwj5gBfXlou5Bkf4fJMSVZXSR7Cqyi8dsMy98db2aJ942s5Lzq9QxFfAob0rtDg\\/uxJEatwT4edbkHGPKaQDulu\\/VCEQ6wlEu2Sclb1IO1w1OXedHYU05hl86cfDn8qBEj0g2i1J11R226CsfAkr88t5rVBAoSJP92fkdWnRxPWCz+dHazeiNxQYl1kq63Ld68QbJ+jqa8E6TRHBszAYq6laLscwb8nzGt7N1PmTutpgzid3vA9dwFly3z0nRMyLWzl6b6YU6khI6\\/ArsC19NpaB9crKar2wU5cl8ZaYS0R9htwn\\/lYT8fO2nKEQE+ozGHMf4RH+OxCeZrHpeSVXeT0pcMI9Klt9OzByS9ExjKvx\\/scsDWzUw6Mw8boYPYonNOe12urQq+jShCqnivvz+XSSvNKZrwSpC2j2sckDKXxrFoRECKQHTxbepCLxA4l5wFRTfYo0\\/fv8BqcwZ9c1ROfoi\\/yy\\/zHilMIJ2CJgWl4832dPfoNPnkCGbE2K06bieRwEe\\/ymZCSn4uNjMtwo\\/V7OjUN4YMWh0S4tcyLmDPqdpxNvcGhfIGKcWd7LkXKFR9QKfuUjl9jAtxoqkg63g9ZEfF7y4kv1U7sHDu8ZuEyV+Qrf3n\\/g1BKMkDafUpji1JhUMMKL1L2lg7XEgbJLsqUXzMC+nysCI0mIQHK2RMeX4ZQFW2e1rag08H7qDdgf3HLmzKJCchh30tnBPjMugT3aLqkcv3kVLAfakKh4oLDr5+r2TfeDhLjbHLFnXYDtv+9HWxVFnbdVvMziz4dZ2L92vkIpaNVbLARCAfeP6m1Zd+B\\/zoG3a6n1SFQH6lxumltCSd8aNzqcfiaKAhb2dnAigUvjaWTE4ApwtVHfPbnL54zZoOsx\\/MYsTcjpikeQsksv69rFeXRXfQB9P6kPMbEWx1Y2i\\/hl0E125Svc1TrX3RYIoReFwMiNKMsLBbQ3LO1jL7JvAbYOVYzRUWzWXF9zK+gczaXhT0kBcnGyKc8h8IVFGd0m2TtXEL1EREAlb61RVkFgtuPATX+XjxUgdmrPhGTUm26646pT5J62aT0NUixtHsLmEPwXmmLNR40Zl2j6C1K3EdUqdxiFW7waNIF2tymhz+J0l1QANnMukoUDiMCGATMlBiOR4GlvzQz7+CSbNa01L7fUfSsseErxPs0U9\\/EsRPiNF+B0dEDXwxjhIvK+DGQXaufvRGK5b1wp9V1CJD7e4mIYAPDjJtCdAgy2oZDKXK7gZYokpI9o4ixMfxhttJZb+Vulic1aMK+FwZRgc\\/4JV9msGqjhmyCWezuvpIjCtrHQm\\/WMIvuUs1j9zK9frVMkdXRbu3S0WAPrfva2bl8EWmDFFHx04Mod0y8tHY2CcMsvbKg+FkPPnth76yzjpziuYZiSNjDudSURhph5NCBp4TIYED2tJIlGLaA7LDnawucY6yF\\/b3i4soPz6zvHiPPdyvfVtYSwmyCpKb8LVQQvH9l2ks2mjbggvipvlY9rRSX\\/m16wScfm2NnOY7eh8MY1OHnFIgAItczRrD6udsVOozvBEnMf0Z2VbR\\/PYWe2CH9vCiV+pvHSoPNOxZcMbOXx7cxWDwKvCwDXb1U7l9ZBdCMHam45xqsXGCfidOAYvldH7fPhEjL22Qdej4SQ0qiWQ94x2tdlNMryUqSuBI+8Jbm\\/VD3\\/gsbbkjYy6p7d0\\/40uXK360KE9S0JkWhSU9pbQ1XYdeTRwLb1PgAUqa0O1kDPEOkO3OUFBy4CY4Cn38EGjflV6qfKdtln0t0VY0KaRNPIfyTeJjhM2oh6fIYOokEuTic+IdnH0F8e1MG2TAFShfUa950Epxs55oI9NOOYHb6wKKdGrbCLVSFWNjTvJ93Dfktyp8b2ahyQaut1V9uUB+zV2wEWtURZXHKvRpfXCBFi7eJs8j3kRJNIIv025fCgnMzd9A5xjE2noJxoHb4S7FBTMN7XPakI6\\/kRBqOob\\/NT1nXCah782wYPkYP1NOST9UsHraacKTiWfVoxA3blZovFkNlFGbz6Mzyytlr3PGp5xVYAyP5n4tgz5TLpdyeONAX2IOWPWaC\\/cYxk9Xk3J0vHQxJxgCeLWiDuIeyk0McNlPkRWT8ZS3yhPtCnr3v51RplXXRolqD2mxkVBlqjjS4ILa70F9+QhWM57FU2qQzNQwG\\/\\/u4BbMQ\\/zLgYMjcajEMQdQfYh85OqMX3Cdr\\/OroIWCsS\\/H5xhn\\/UlnbapMbi8T6FcRmgltfyKpJFRxsA8M1kSvRfw3GCvGJ\\/CoqBfqZi7OBVYYgTX0qf48LpHH3XI6sLQhGjmCJRrvzofgGJK+cYRgeBwziFIFJqaUM2dDI3bGzeHViaoj42AQ99NCFo7lOzNUdgD7WJOdRgobEkoHzwi\\/ILGoDXo9ws5sOhDoJvJxNYJOXRtcLM2G2G21iUB5hC6IzUM+PTPQXYFKpcyRcSE9JMzuCcZiFIo6Tf0xNg5oBqrxjXaFT+OldQgzk1t8En\\/ovqneIX+0i\\/0pdHMIcwM3EUgvu8SinWhIUxyPuaSX38\\/sCLDIF4fapcBhMfud3nunUoFrK\\/P0ieSqF8EPUzM1g8wXyJbM8opB0+OO7gj2s\\/HBtiWOH2r86Xz5PMxQ2qFV2+LJgTHlGYtqlyEY\\/Zu6NFEovxGNmQFikFQSUF94fc7UU2qYRizKaIFYcYkHIHg9Z25ROjhmOLX3OGnalB1yZkAL1SN85U3+iPcaboPnA18nUw41vMWAeZlXcY0h+TUC\\/2ZXFgYLFxmTp2Yyu\\/1wBQOIQjAarZQ++Sh52ioEz4fLpp9+3rqcwwtbWLKkPitgt3LF3PzRycAKpA5T0uRy9pjaQRqFxd3KHw4lm0kYRkdc5n+zXe7U\\/6WNNe9q3Qu+8\\/8yspriQmV8cnjOudzFc1mp\\/Qkjw+IOxngAPFs5WeHjebE01FXOhmnEdPojDxouPbyQJWND9r5bk3Swj5HSExP7sB\\/KvFzPiGm2H+1tMNFe5j0bWVtRjwXT6v\\/HOxOibhtpuo9+OVB2iYOYbMskikfLZDZPDgNcE3qGqzIhZ2oEiLUpJhYF7LXDt0Hl\\/zMnOPhXeD20kFGhfT4mchJ8DyKluKIkWvlXWPKVQtfvsDkMxFbfOyHgUKL4SovN\\/dGyKk72J7LyAMTMruYTayWN+6N2leZGY8UUOFyE2lKgkT9bHix40Vn75y3ELgBfxQ4X0IDI5odHx0vn4zt\\/oBI9uYadjpvxCaO4cNHClzIiCOzV8yEVSCyH7vYn3m\\/8DugcK7XjzLg3+p7naNlH5Gj4k7E7GsQ+H1BVi1uNbpTg4qNPnOw2UhNULxqltA8z6e47LcgMl7myLwJTzG15XHUwEOg9N12vfH7XTPdhHyJsNF4WSSBCLFEFt+3ExHwzCo504FLFXJ+QDD8JRZ71K0h9B9+TtOonBbpx3Vll2A\\/+lM6OJROCC9bgwQCwb01Lt+2JAC\\/KBVoH4b8XbZc\\/dDihmeCKbpbvpd2KLjpn3e8mdWxZZNFvf423YJBvx91DVG1E0cRigq86777H\\/irW7PiVsdozvD6Q5h\\/9O\\/LQw5xsWD63ef9mB7+yFw1Is4xxJOP4hRvqApttrh4okuwIkVdXM9AOp5qSlxZQEQN9NjlqERUl9bP0rtxHoVdawrV5nAt2N4DD991Lg2sXJPZFTws4+sj3HKBuO0rtbx6hivbSEP+NN1koVMXA+fWF\\/VRvw7dmVGA8vEBVhQwaiVW+q\\/W9tIGzbjHgHttdnCbvIO7kQDjk9eYiChBgl4ZwiHhr6zHBUQFb4\\/Jig1DPbOt3SBdTLl39AD7Thu5mwfYygqTjpPCy0nO7Um83aNIVnMRJ3VmaSCJRmybaYrZNqowWvFvFqOy+7DT86N4Nv5liVl6b4OXwvOFIMa9uYcbaWWamSV6UK9qSuxqfVMG2I3hcMwfp2ze14S9d2Yn\\/mZIlUXIbsjQs8IDOUt5mZv3YmCybiDqMgafdAelLEzHkAzit3eEVJbz53OAdFYTfXa9mmyzrKf6vy7xHUCvYZmgAskPLAlTCyi5hKuVSOAwfM\\/flDYYFcGJcylYxNZfVm8nNWh+BdgRSyxzpKKEmSEq0Zcr+fDD0NZrnZF3VAF\\/R+93mB74O8Z8EbTg\\/7yqxCuSFQK4uPNIBdntXELhQlQb2Qj4Kvl\\/BJ6vQCWjEzqzSzBgZ9Rw1180dQDYN\\/9AYygCUZkekp4w8Sy8XWt0TFzT3q4pOJkonzqk5JBtahxtOVbKtrdV5+wJCIHYNOtyaKJdj8ItldUc5yBD01XJmMJwtLiXx9MuuZbwUH1PTXL7ntRns+eXCYjExVNjeE5rnREmoaUmDIw5YrXd6U+0NV6le7WYt9T1+glR3pTzE84cFe28QU4LpBQD3YUX9CBE0g6MUnyQwg+UH2G6+rg\\/i8UcI9PnnSWSQlfGIY4nwr5KUIINablu+3NIE2cBOFiafqLujVJhpVXF9jm6e9EeVdiEYZ9d\\/FDboyW7uacmVLjs8NqFRMKRSkTisWAKXl5eH\\/ehSkXrxyzuvhsZH7pzfh1haUbQ8zaNMzUXkgfLOc0S+W5CyabsHjPKnNDRCPPFxRx+MY51kDsvB2Uc03TJME7UhqwSYEhod\\/RkhiEtnM0vvaG9uPigxv86P+2W5QPnkphwP7v6t3bX9a70fsJAVvUgOr99pcP\\/URO2pEgaFlBqhCrdF+NBMtU9W\\/Tq2NL4a0IEVt5SqHHOYvKlRjHQaqh33cI9tDBF+uAys+RAIVjKURXbSOjilXYq4Lt9Uht39aMUArbay0OfULIBSmRlp09Hxh24moRtpX16GN9NOjhGHik84\\/obrwSnN901A63dtYDJJjqFHATrnbbo7XUFeBVpO+CtiAyzVIE1duZtL9IFFqYM1dD+klibY6t5km05s5DqYoD8DlIeQEGRkh5ER+0hxtsEkjuCURJBhfULHNSvQDtrbISr1+BpM07iLe7BjH0XAdsdaYEvQ93sOyIofgNmyZF72W1xPnVqr2ctM+ugAT5DQd7MiItVBYkttJe0CnOZJ1jYXK65aPOaRhG7Gm+K1YkxForEDNLONquaAzdfrIwMG0oF5WhR+xJpFnT3wFoCF1fAEvnfpuDYa5oWb4xmAlnL1Y7SMJQwhwxglw7MYoo9qOzFNsI9MjUKNSKZ8ZQY+JCqk\\/YfqaZgRXXKtqyXGQ\\/rV3fLMqfZsb3XqDIXmYT0d61h7FkQ+eUHbHNf0O\\/w4jMu1sm9HpA2JgTr1VXUBMI8Xr6lJMkYjGvt\\/95\\/g6Jki88\\/Zz01kwqPcuRw1HkbqBGslNcGrBdgsFi+se3qENpccLNZaAIfO3TNw4c8RQe4cn5iYXcR5AEsi+HBJfkeYEYHquZ8LW77FUP2zV9FKfoWUCv\\/5R3afLX+aTocMSCXvDN1XTaAfTm\\/KXXHtPbs24E3kvzyuxrjasE0BJL\\/2wa9LCPgRdJ3aO9Q\\/j5PEJRwJWamHfFW7L9VHbuoUIqO9O4QpKcHU7qrLNb1TXC1UZ\\/zS9YMdtvcjucoXGVud6c3Mejq\\/jGzVIOCiDew4vP8u1Vj3ynlDh7OkhN9UKVTj6rETXHGziQNFJ6zbvRa4PlveAVVxr11yRdpREZnPpflntTyevgXjn9\\/UrPqOAV7jM4GOVw34X\\/YbaU+dhHHYIEBO114wxPno1PC6L6jNstV5aZ0VYRdYaBl9ek\\/nI6Or75ycT6uYNGpi0y1gjQMTle39OuyfBBmqusAhTQIADAyJl5hBMqeKHESDzb+6wLp1cq78qCrbri0bBLhnAfQhigYm3i1zD64NKtn7QqrNyib2Szx8EmnvPbwG0NTCrfxOYhb6PpaWeWI33EARmiHjpqgEpBnsYJUiGlIlBvtkg9vBwCZlCUOP\\/c9WDhcwDX+FdbHq9IDOP4geKNHjN41pYAahN6fm24nqtOjv0q2mzdqFSHCzwZg69lvNzSmNtFN727FKxZvuI4u0E34J5nT53RbVqgooFkOZ0JArAAVTQECq33U6JIQ26KcWbJsMmsbKo5uGAzaQzsFVIGzP7w6ADxSKWlKD\\/S47s5fAdn2wNQoWG76ayNuNayuzq9FE4I26V3MYQZHI4DdY4dgWWsIjWvEzVw326UOGlmEYYl4cQtavZ0A5ZQirPA71M+shN3O8B\\/i7C\\/K6r8hMSEpBD\\/0i8oiEaJA5wrGc\\/AxZXntNdMsFh23tXXl0Uyn8bvyy8dqoLSYHhkfHU1uo2q3Wf1QU5+IN3LQ\\/UQdkACGa3cX5Ri84KLpZo2m\\/OSpryNUE+p96bKkLOfRytWGkS0YSOs+shvu+HzXSW0u34+QyHraqZ6AsG9NyQgu9\\/tQNKKddg5uhd7nXi6UQIL9UXE7m787O\\/tXGg4Y5\\/2GSEqV8UGJJ4L3ZI\\/lbR1sfx71lLO9pLGXQdsCaR01NxtFlB4Sx8Xi40aKvNokd6qGXECd7zC2n0JVyT9bdZy1izLBkCqkV7YRizNRRMInx4RAPj49VrnuGeViY5sEnzioNyuHSGR1DXYmZ2V0zB2uJL96JPDbETWLq64fVHQ13diuux3KGW8PzotqNkQhJ9mtCX7BVzFCTEWI\\/Q7I0hQmQdlK\\/QhYtU4ahTu4ictqzaSFsKD\\/Mth\\/2OKdg6JFh+D0hLME4xNAImi\\/4qIqTO96l8m02DVjLrDCgEyLiQVynU8vI\\/JwNkVjzrS8UooT5jf\\/eIDlQvBA9zyFX0zzV1vgRbLWt4RCeVG5Ewx618neJimxEodRyvtID\\/LhM9+ChKzI3IvWWMICF7wt9S8iZ10\\/IhJCqGmd3P\\/YoldNz7tiiErnKtpmhlTV\\/XmDAC6euAXpaX6c0vVQFvNqjLQk2HXRX6iOrNFFPVCFrZTyRrtGeedlX9c4dLBO05fydhIGL7FvskclnDnyClqZEM980BZKCyGonFg2fJRHjxp0gtIXs94+oxCfPi\\/giFnPwxn+U8eQJu+EqQMnJRUxRAuRUSZY6kzLYOcornXnP3Hc6uHhg7f3A\\/mUviqE+nlykU5Hqgu7COp1A4+qtgDX\",\"FlightNumber\":\"6E-6153\",\"SegFlightNumberArr\":\"6E-6153, 6E-948\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-12 14:40\",\"ToUTCTime\":\"2023-12-12 21:15\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"21:15\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JRH\",\"DestAirportCode\":\"GOX\",\"FlightDuration\":\"6h 35m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"6\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"106c4-8b925-5b3f9-5fdcc\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":10989,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":8889,\"Tax\":2099.8,\"intPublishedFare\":10989,\"OfferedFareAgent\":10989,\"PublishedFare\":10989,\"CostToAgent\":10989,\"PublishedFareAgent\":10989,\"CostToAgentCustomer\":10989,\"PublishedFarePerPax\":10989,\"OfferedFare\":10988.8,\"CommissionEarned\":0,\"CommDiscount\":131,\"TDS\":7,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4799214673368995139\",\"Fare_Key\":null,\"colors\":\"#FF0000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"TACT\",\"SeatAvailable\":\"6\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":131,\"NetCommission\":160,\"BaseFare\":8889,\"Tax\":2099.8,\"OfferedFare\":10988.8,\"PublishedFare\":10989,\"CostToAgent\":10989,\"TDS\":\"7\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2099.8,\"YR\":0},\"ApiNCM\":131,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":131,\"AgentMarkUp\":0,\"CostToAgentCustomer\":10988.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":131,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":131,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":10988.8,\"CostToCustomer\":10988.8,\"CostToAgentCustomer\":10988.8,\"TotalEarning\":0,\"CostToCompany\":10988.8,\"CostToAgent\":10988.8,\"AgentB2CEarning\":0,\"intOfferedFare\":10988.8,\"intPublishFare\":11119.8,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"7\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JRH-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Rowriah Arpt (JRH), India\",\"destinationAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"originCityName\":\"Jorhat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-12 16:15\",\"SegFlightNumber\":\"6E-6153\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JRH\",\"originDepTime\":\"2023-12-12 14:40\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":130,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBA\",\"SSR_Key\":\"aewbWHIjUIvsfq2CpKCztHiYde5BS53E1ipRCKU9Ou+AX8REyp3M1TiwxNHvk9f6EJehukVtZrSBplpajLetQJh+aJxbCAjFFH9vC1wDUVb+oV07Bx2VcYv7NTQhvlD9ZCv8Cx1KktfKirJg1fguhb630zJmRd8WSxjfcsWWG3cjQABfo7QXXJkZApgeKuLvOtTa2n+P+iVw+HK04tEQyuI\\/9bXUBm+POE1LMAKSB0u\\/VDg4XVJjAfqnD5DWRVBmxVj1ufQdqtb+DeS4ZxSOr2XbvH9uWxH0ybHqud6yO0Y+TS48Evv9blLZ07BQq7yw1AQepEEdd1etHzC98RcPkxFFTeM7Fap7Q447sx+X0zM=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":800,\"Currency\":\"INR\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"YOqWsQV3krOzaypoJQnCng2\\/GLzO10CHO+89hHio2OMgj8Rc\\/jHVMG8TnGGYWQR0nZkmWNpq5lzf1SOQzA4aE1GP01JtAaeLJQA5TjD3V5vTvSdOHA+TcAIkGI7qO0ZKlh\\/OEOOnsaayzrG\\/b8XnTKn7UuY0NPH7fdYTfHPagrlenB3UfQl1T+1kzW\\/56I6XhFCL\\/5FT0TLeT6Ooock7af6BkCKu4exJDwZ9I9yRrfSz0\\/jNvXENbkWH1AJcbG5WKQkXWVxVJUcYtqDpPOItONZS4NDX7ogqGQ3m6uajL44zjMSsD0668kZF9fX\\/nB6J\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"3Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBB\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eCdCm9oAAjc7EtgDAxlMqDFh8G1XenTLW3zc2VEUKVH\\/FrDxw4cyt7sk5rnanMTW+BQd\\/Yum8xcAJEW+0loEXjawSMdJJC0mjR2iFTN\\/zlKfKlcjaGkzqHNISw\\/B4N13WlkMK3Ap2AruS9qCZD4TL1mUAoc\\/5YzN3walx5FGU+odg41y\\/M97zW+g46FoK7r1bq5ZtY8slfzyi27BCiccXfusgIkRE7VSOWKwHjJ4\\/IrHXIIF7JLBkVM\\/nY4+4WIcmy6jC2rLSq5Cs4ZtA3v6A8uV5cyeczjfBlcNhKFStqPUa8G4zRwjDpsJTxaUPMYebuuB6HYET5LeYaj+KMU44iE=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1500,\"Currency\":\"INR\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"GUmj\\/56kWJqFRbkspbOaQ1O8BSP1uF68xUhHLTe4t9wGNofU\\/GmYiwunHxqtniQCOorW8Z6n3q3DAn2TzgizSyuUWYoIkoB+YDEmO7G9EXfBgh2ItcbRdB47zIp0P5RzlkgnwBTV3ZdYlgrE+\\/bi1DIo8sA\\/PHElPP+wCP8FaqFjYZX\\/cvIkHXIe2Tx5Z9HuCdGod6fZehrQc+ndSp1nBHQmOOQDkUzn8bcTc8nJpfNsYVzZ2laIiUK8vBHwRz4o7Ghh8+UfQLRnWnWN4ngRQUoVH1AjyuyaO+y1RzrlpEVAECpSALJz1rzKaIL5\\/IsK\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"5Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBC\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eO+5qMBHu98En21DxINh1YKtjsUyOAC72\\/SKqJVAjbOzdTwZ4XSn0d6mjJw46zoR9o5ajQUrJq03jt90QDCoMT7cAFWqtVdAectcX1x1BLAdScnD3dBoMngq3Zh3MXoTtyuPtq9OzWJxRvgV36nyunhUeiYvJQwgO5g2aa0Ofc7T9iI\\/8e51hTkekNDrjYAZdkaThkBOjOmNlxFqSqgKHPG0T+bqr+F0pet0v5q7\\/isDbCeJRSOTN3kG7E\\/qK5KQ\\/kKPf4jpZgBa3myRa0O9PYA6WL6YH\\/NxJfC09z7YzgKTJ7RDF3Cdw9neFVlawrLRFkT+hdpnzuCh9mUirM851PQ=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":3000,\"Currency\":\"INR\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hmTNZB5K6mpL4SCJXshXyuG8ys84CQueGBaeiyPtmvsDnB7aHouz7vtiTQoSxGDlu5zlgGB4e29wjcSDLy8NYfJ+b7KRr\\/79qsYgFwwDiBd441RyfUNbuuM8rUsdtfYeg\\/SqdDj0vpUBHq4MbRssum0C8uW8Hpb+KWey2\\/je\\/tx4N0qbliS8SuKwjVecd5CKCzMhlV9Hk0bRdwiRuIBhAzO4dI\\/qtTUWq7VjYVfBdqmfde0ZIuWOMVBFSX70wNRKwJPCbUwvgalCqFkyui61+T2MhG12vW9MauLFwQTP5Ric\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"10Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hpXAaj5bB8wJAWUUD3NGAbEkpo+s48yZzvci22WqTU0TBF3BkeIqVyosyZIIzytMLvIUN04OnRJ1QpJDzW6y3jsvGNGFfVGKmtWNT3CrEKeUe4IIRQM3vcg5CpsmTTr1XYFv2KYv4PgjXKO7gAdqqrqvUxOx7TBjQ9UCQ2DbaaYhAVCCv\\/HZwzuH7B9RqiuHRu9BM\\/V4HRz\\/pGTD13NPeWrNw4Bf9vTkFlNNV\\/cBc4TfrAUZXa2HKbiqbbHCwjyO04voP\\/LJCg5aiPllAz2izE0mIREbBdw1fGrxG6PCEdPN\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"GUmj\\/56kWJqFRbkspbOaQ3\\/ZI6STulXW1L8fr6pVgEFFYurCel5aArpcL\\/IDWAssz5GlL5tf0thLc69JQyMQj6F9wxaLD7EdKoV9DXB4gE94o+bHvLx\\/MiFG\\/0YTfMjbdHToxgNlBHlhM++m4hiCZqY4J+C2sG4nIbuGRVVs0yKJ042LYE26uoglPhLDabcwwKjpaAHgqpeZaBcOnKAG6EtQYQoJMiRcrjKtjqaGCEV5oe5aOhzioRW7sKFdvb6PRI9rom\\/E3M0nnhhJhTFwlP4MnExOZZ6rciTrXC5\\/KGQE31fyr\\/\\/eGV2c\\/bzTSiPZ\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"20Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"oH2nHKImd5kW2geRC8WbftgeE1t5d9cY5rukV4\\/J778G0nbHQrcgzzc7fJMuoc7voKJWEujUy5QKQ07mzn+RxpqCbCypv6ixAWaGcnIZ3jWtWuucpuxQ2uiJna22opGJ\\/bKlMP7WvTRbLAuvuezooIgpe68g4nXWewYyHseOfzif7XntbCeWpHBnWUjjDzNRyckbxjOKPIbL9NSiBo0Bfdcy1pM18RsETvbbesxZjdwJIg2d1SXszIqqd7lxQtPkaedWBbCxLWz98ZU32oYx7jMDxQKHEBbKjQliS\\/0w662leHPvfFsNivwLdeLQ1k9P\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"FvYN4WSxFLBiqjzVKP70nYfdvf4+ngjgQkrbEbLGrxEydHSXbMjOb7WjOwfoQRnQBkJQT5EGZ5dKRA+4ZGCw2MOS3GrVYdXlWKcvfNZsKCGx4aVn8ITGPGPj9P+hRgyuOy3Eb9nmqhK\\/i7lU8gDUOSahzmHESeuw379U\\/c+9FJJstMNyY0EW6golQU6izbCks3xUJThKvILN2D3Lu\\/3e6ElOxEq0DgH5ybMf1SeFbDpGjT6zI95AIKmr9KyPnR9Qm5aMXLUizEDVI9sJlmB2RkaovB5NwNgdJk8Il8aAYkv38SNxbN4RV91Y0tEuevIQOVY173dih42e1CILFvdTwA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"0zNNG0cfK+rI4n9Xqq8DPGBIumEXL6edSsXDqWG27n0YKfkxUiCaBZ\\/gt1vlBU47wUEMngFigHDzNTFLladkTzAOl+8oYZ9+CbuSXLTqYcs5mev4\\/0L+qnRICdSFYbVrwUWfTp0O5g5YiLm4LS17SEOBjy3s3pkY60JN4OOB1M++C17eaOeorh9vgzqJ86F0ONPVifyHIV5tnb68LOcMjlwB76hBOnBdlVcTOQlrnX5hJZTrF\\/LIpPVR6rEwEf60cHaRKxz3xEKsQ5u9uraWexMjmtId9LF7+rP7OvqWafhWSweLiasK166vkFfXjmbyDj0N2S3wEaLpB+ySG4SM\\/g==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VCSW\",\"SSR_Key\":\"yenYfzwM2obid92X49XWtewlTHCo1ctei6Ic4IcKouwDdgOv9e9H3wknONLEL3+xzoJcSJUjwT7pokE3l9giRLhtW7hgk03XQdyKxzYt5ejI9dgfxzSaZLIu2pdubf1mD45VXT5KTHC3MweDkJtox0\\/go1+78h5YmztOnJucVLe3pgkC2SytD4Xul69p0luFuqPoZ1uNvpieywouWTAptljoKsTiDduNGGTaNWPYesHStNRNROyFXqycqaQNeOpdWN0bDaMyZZjbcxrPBwcCBKcItM5vC3Ug\\/u3ytgMg9rShp0dE1I\\/hKHebBFft4Cn8XUmnDCdDxBY9xNheFYFX9F3hc1lfkiiyOAeXad+oDMI=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"Jjxcb+Dg1gjyngLb\\/ZcSljPFH8I18MUIlh\\/eDUuHO5Hv9zf7HhfRLHirpln0Ubz7KkHeMfJEAtzzTiatgnaemIF1Z0UyaIDmdYws5XmuRNFkSUwhFUORHgCOAS+vAF5J3QhUb0F45c9RpkgDcdS0qTif5LGJmkSLRRqcZ6KmG+I3kHa2lsAGUtYoBKshNYdKDGo3yhTkPGGyWHBSswpTh4aG9sBRx1q24ouKStg1a6GLemL0G2w8wWK2+GNWk1mJBe+LBcpA4O4UpL4YfJx2jzxz26pPhzCr+KtarYX6U9Z1fQ3lce1ozI9XAOn\\/PY8Yoojhfp8EqPRrhoPvXLlh6yj6leE6CNva1k71Qvh77RQ=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIJzNh84IeQ86mzUtWs4+azcF9xHmG2GvrQ5luqvMFA8msLAyp585QpBInNgNyjiiqNs\\/HWgfEuyzlInvXT9v4c\\/yTwJq3r6ORKG+Gr91x7QCIcaPRkOWg2qB4\\/WIc9EKwnaI045ILOlIDJE42bSw4CdTujXEb+Gc8Ipk5xEV4xMMq8ouagYYqky7YCtBPQg\\/JNmIG6pEZYG3KYNN2LCCdiLVNTFS5s6s\\/kuaRLYx2RjO2N+0ttju1BqvDxmskxsUu89qZ1zYIPAZt2buMqRWNARxmsjiBefYC7MiMH9YDAxvRAZEl1HDQxbCNQiNitgHww==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxo2sAGx47vqtTjxYab6mbpG71toKj5l7X+JDTXvz6oJH3j1NiPrGfxWioYuoEOdGIgC1JpAAQJspykShZmTepx\\/IfCa4tlFe3WTKqhufdJq1QbppRA23FFOdCuImIAvR4oM+4NdLvD3ctB8RZYn9kuxghso0euYfcx1M7YDLG6Jxbd4ug4\\/Bp7y1X3Aj5LZXDK4sLYix+7LSRe7zwXyLo7sKcqAauWqEmO3RT4gdRLUfI4Stn9UI\\/Dhi1Z9W2BVmXPDelHU\\/aMAXqzm3xjmmFtLOaq391L9x+b0MWd8hUfWYvrx3MmTc1NJ07+jXS6a03A==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIK3pMv2Q5TdqV+pMZkisvXqYaeTQ4GVc+9Wxd9fz1pIopRf\\/NWROah5A6HP2jjmiWKw\\/N8YqfB9mG8EEKGVcCgHjF\\/748fmOPvKHbsqEC13CXG6ASfmc4ChrnPnUt7E+X0\\/sTw5V4mlPbcdcKFDdIxtAmwIM3HRd2ozREEvv06NwOaDDd8WLvjx4rmzBYv\\/Py9H7ef0oljQjMB4lt4QMpXKJ9dRw\\/g8tDA0RM80xu+mk+xPcYJTT\\/T1TOuPxirZSsMAMkrnhXoK4AnjWM9BkYBtboIf9imI\\/NMbjK+h4dM7y991ryvBbkt7wEBGXmeFD\\/g==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"ii1BDcO1xmeshFc1uJk+z9MuGGzGLepvRYuShWPdojf8mDl+5ZP+CZCmtQLqppeTeLpchjwsGE7F60mVehX1eDBV1J6Hhx9ZO\\/Xdyy\\/ammMUc3zh8CA3nmBNMquzdAwMZDq6KN75og7QoqIajLv6KTYq+PwCD0jrN3CP9gwFmQkqTKdJkLCLS1xjukSC2gmUxtXhygQuSBEAM9P8zb+uX0Tt39wUYAjETD1Canha4AcFtl0zkv3XY958LwQaeP1\\/Ujwv1I9efaELUpeq4wp1UsauA8EvSrccK578kbOIltX6DTtZKnWIegiTLVi+OT\\/dKN2njWDfB5oKBLKXPC0Yjw==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"AGSW\",\"SSR_Key\":\"zf9xtqTc+P57J8JY629ZdEemDMUKBzn\\/4avW4R68MvHV\\/Y0NVblJDP\\/cr1kquQhzxxpbDYU\\/CeYUazoeR+7X2luVPDXdSwCqYYKBR+IUzRwewpEnjEJQSK1BChl7yFHiP8gaQVtTlW2AJ5CdIMQ6DahHf0F+laEJ7jOlV7vqUfo5+EGvafPDslgpAIJetT4G+QJCaDzZ2ekP5aITblJyCcHDX+HeZwIbb34s94Kd93wzZwxrG1oa7CTnuEmAPccJSwEUz3PmC+6l9lx66Qnaoz8lHTbpwGYRs8RO9st\\/7hdYXFl2j4h6R1f7DG0gOzclmsoVlp22U1yZ5+xxZhkqSg8buKlOWdFmykus1eLP9gY=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"NUSW\",\"SSR_Key\":\"dWfQ02Zr+1FkJkAa4L6M7oEC35bwbWYD\\/1Y9YrRpDjY96Am571ib+zQXoQLP7woM9fPqYRZD4KOzTvW9ofwvwSkI84sWOQGiMTSbKqCBTWOTIQQYxpnh5BqiVgDn5dqHs+He4LjdeFUtliMK9UEe3NwSY68QTMmAK1m3O8wSBGDDvzAz7w\\/K8uWsOq65pdpQaL7ITyAcyQkPONeBmh9FXa2jLXWXWM6P7JamcfXi9LQEllpBGgVqILe2JKMMY4LAcUmU88qLTwXBvbJi5wKSAIRP5ATQwt\\/51RfqMhw8kMqy8Wd+Nv+Pn2SJQNSvU6BQOvT+NDGJpoCOa+jZUkBzi+ddMGYL9krZ9FIl3ksSK94=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (non-veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHApouPPs31\\/R\\/5ZMbCWwg3hSCl8+v\\/3OQPSbObxzoGaTb0YlPpvqoxmy1raOQl0QxOEJO+8apgjC+sl0drytSqe8oA9a04irQkOT6FSnUU\\/Tqid9QmZr68a8nU+wZTXKsJ\\/wGlJp5aJ5\\/bzH7M8q2nHKZ8v7HbAKekFNNLnBZt\\/eKAhaJWxmRztjroPg8qwBYM\\/RA5eRsp9x0SmcLlEBhU6P7jF01bN3XxnCSDCxJ1c\\/2LsCdmTIKqOb4YwugvGIuiZSxANoiWyBJnrI3bF5MaarsAWG25tI6k1kLtU2TYU7CZPddfUomcgl7ef2kDq9eA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHCNW1ISBwKNdhrWLCbc5fuTlj58AmpHA7gXYv2sZjuqkO6Bb+yrUxFJnI+3p3e2piGnLBJOtQBMtWJKkQhAQnqIlrCI9NT7vZngN\\/MigA1yDDhOUOtsJrxNcEOeVqA\\/eLmRjfSXF5M8L5ATqnBzx1U96t9OM108cJggihIMG5aW21Ezr6e1v\\/iwhlGBVbKAuA+cTRWLrQLh4MjTgyJpF0flh4q2z48yMS6DgGn7+3tmhJzDfAXeiGxvDY1i\\/s+3H0nFydD1A0QAFpSUq\\/Xumekuo\\/0GjsuajBPJUrD5GJ2ESXb9xxoItWIiBZWqjpDX+6Q==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"udNVRBQXlJn0840wOPxKV41do89Ob4eqlCJz0lU2UPxC3FtxECMJMrL6hM4gM3OFcUVwKmwFgeL3kMJLx2Fo7BuNLVNV+UZHgXd7BB9LtM6HzZVTxf5h+v0AvOAZRG+E+5CIoJWSRhlI1LEk2HRj7qTy3oSOqKVZxgk+r2vZ8H19r3yK09PXqOzZwNRhykE39+zDbCKod6SD1+fRH\\/v4nLddqDBp\\/lj1EpH5818Ox1novqbLozkggLIe5BuagsHkF6UF5VjwdUP683su4p5tdcVi7RbLJwvwXWbuCrb28cn1ZH+PDwuehqlXO7eo8kUl3k2Q5RgzfWk2QxWAXDIANA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich Combo\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"WpJhDWdDN1IU2qw3UumXPXiMi8VOE\\/riaZj3vHxd3GBy3TXQw\\/H\\/q4mo1qSEXQ+jExeNePUaRbaxigRKlmj\\/o2nBQ5A\\/yIruXG89yn+M+Nw0xQa8ba2ADOiOqsqAy6cOJnr9rioD4ctgVGynWeiXYpk+tzi9eUahZuZ+dT7fTv9mntLCgbHaKKJhv7Vf+JZVRtoCWk7YjSfRFQ7mayx3Bu7ZoCfImbeDbMdGA2td\\/KdouigSVU6BB6bD46FalerrhofLTSOeuVd6p5VhswJACMeYqjjM31WiPh6quk9FOS67bo17Lw2YcEvqAaG7iOKzXVMdxwvs9TaxNDIR1LDTJQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)+ beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CPML\",\"SSR_Key\":\"uTLZlxSV\\/oJdXptY5iRS7LF6O4TNdJfaXLx1c99c1vIAEiyJjsqk86B272EJ5ABrUKV5b2odQAQ3yYplQXfXwKFAKzknbqGAs4EKaBFe1afSSM7Xpl5zXVFHZbW6hx8RisQr8OOqcF4rCokxe\\/mQIw5tFJGSP8IX5UPBqHDcUk+oL5b8VGux1PxzDjoxuFqQXgJWunBm1D3r\\/JnQjHUIi+KKx52hp7NP6AJiImxypVNDfVWK\\/h\\/5zj5po6sFgoerMP7FadLOyRP4CkE9DLJdyzs9OKznc+bJbMZlhuZBHYEG0Dn\\/JVP4BZG4zmyU3l\\/1\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Standard Meal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"destinationAirportName\":\" Mopa Goa International Airport (GOX), India\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"North Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-12 21:15\",\"SegFlightNumber\":\"6E-948\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-12 18:25\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hrUFz2YoTIxfrvQ32bsklYj9Ysg2g7mkPS+Cq6QXGpii62pGTIa9MJc64sABkzbSdLLHLi5c5WGPPe9jlGgtm3nhOf2uJeTb5jRGihs74JtIRBicz12x7czrHZ3G44AvSgBiZc7WZB4QHk7b\\/J3e\\/6TjkI7rvTc50OnspaoE8xt3703GxrRToXESo6\\/brlBv30vpZwudVfo7kOm4CRlxFqHsKPtpmqj3946okm4AKHCh0QfUxSuHswbjN\\/xedBG1KZUWUAY5yYu+WNzRnoZ6gGDEncmASfjbQuFRFYJXj\\/EP\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"20Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"3zUdi+OhNCzI3MVVK+6huFliXvlkyOURJytogzZFxCazfpRa+vE4WdXn24WNIOC0G1v4iGGEUDk1T3EuTMNVxnApWyF3emSU904JcOBp26TEJezOdip3u9yAGlXcjF5LMcVB5gIOrG\\/1kiuQx3Pf+qosuYAl227R8ubfjDu6xoody5tkEKzvEWF2PbRmpqphyDliELeJ7hB\\/bwB8ZIXCea44SUvEBPpBXNvJ\\/c4vxPE3VhGmqUeyvcufb6VEwGRJzQ\\/K9cw7FJiw+qrlGQ79GJKG5ywv0xFH\\/FiPq1wV6AoKod\\/+xVvoE2QRDSN5QEcQ\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"3Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hhnjjg0jXOM6A7OdknOvpZ4W5n5MCyY+2+jo8a60mcVi4JGJLwHsWHS7np+hZRci97A4P1rKZEe9880nMXDshB8Fe7f3Z1q5HflmmrrTVIklsTGkS7lsGA+DGRW+3hemjM4XHtnKO25zs4V\\/QeVk2Ss2pzIUiliGhdlLWd8XQIMuYS8lkNH0ELRwTJ2StUWv86mKPCISv8cR9G7xBvY3MfF7aw4lQnqeXKejp3Bou81\\/cGT8O8Dd8mA5vcnsStooN935S+Cw2YNnxtq\\/vDr9cT9dN\\/axxUufbzj+49ADcMGc\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hvnfx+JlcQhiw4R5xB8aXowQOfNwaf9\\/fam33SDoOtb58yS3jF8Mf7i6ewWs3j6NOr7zwRj9eMgGdjAbryKWNeyDiWuAPPIb9YrdboSACOn8Rd5x0aqEjepGssmoHlAcs8Ok\\/anVCT+TJgEOO5SYihQGcKeyiksd1jLRiBMHMhd8qILt04Erp5\\/MYBZlqn4LciObZsumTtPgJD9nmRD8rUx1JXDkGIbfvEoqNcukJNC0qVRp2mrsEZ9wMudgVppst83Kaos0DzFANr3Vw38iyy71q3hNbzWNnDn\\/cHxaFt7j\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"YOqWsQV3krOzaypoJQnCntbJFIoeSujQO1tHwg6UKWg7H10sdi4wepBomUOni7z+bKA\\/3J0gSkXUm+1w21tZKEOUuFWMX5CozEOEzFveXZriZQ1vwKE2pcfmWfjcWc5OPEhoKSB7Rt441u4Ne6X09XGel2\\/z+uZkIouvtIGVJhaEpUyArzZQRCOMQEXcdrSE1tuIsFlS7Za1PdhPpzcP+vZfdB1FoyR5506IuU94VTsZFKxPV9c8nnaB\\/siSgHKpCM9BOSxPWq4xcyrbW2y0Cmxumkq4FXEiVdHFLoZBQ2xY9Bq9KJxc30FF\\/HKKWyhe\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"10Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hr7vajeJzfCLMK4y+3VmsXbmHzA5VNeubPQy2yX49pis2VC5SskNekfVzof1+3b6l+vXy5gd5kAh+0dfMQJR0MCgJUyNUUF3azHwOZVmWHFIf6BisBEXvHAb1KDNHJL5lsT+hsB0npx+\\/avkwMbvRU0Rz7fcWgpylCJmGZhiZK136HQ08Gm3dplpxXMT5kh\\/u4FMo5OINkFgFlnICX0rqHSLIBgWdOWrgOwYJbIzP\\/ZMYYzcp+mpjYaUMQnPoFyKg1F0vjc0akNjL8ztfkZK7IFsghOohapoTUVRAQnnLks5\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"5Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBC\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eFivzkYK7qGUUkpm+XjoHJwIFZ0PcBotwz7+yhmVaWAhjKfLUPX6OG\\/j5lZH10O\\/31Uw0GZwdUlBjSg2XtPWiwSLptj6lIaCJyyP6MsB9RtDuLFvVm7ZWB4Dwb4t\\/IO4v+cafYkIK6sTaVNxWVBjipNRnqZV9NZuQn5A0J7VzE3RFYNA\\/OxEM5++SI\\/uqIyGBwKqM6q7Ih1uLeT77UABEJpF1bub9Rvh3fmYjqHVakNBaOZbSZuo8fa75XVEGUWWl3B4W6VpgclPwbqiyVPT4ieTSiKyJOqqFd4yespUCXEXfwU3vBA2MaUh2\\/+PGIzaUXqnmTxBLNsN8YPNNfu9TB4=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBB\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eAdsDNkM03LwJmp6NPGhlILg23Utw4HvnrJK78XplCDK7TICCyae2v7EpoUbcQAmU2g4ue5upskIk0kFgZK0o09Nt+reDFyJDk8THM6xR+NKqI4qrK6pK\\/ooren3A6vSz\\/28gE3uiZQ+CEa1I11iQuvEkpptsclHEIFcMyetoiAYu5Uw4l8zv5ktFhZNTJ\\/Pv1KDVEQoStMCIXcVII\\/vH\\/4zeJxgm1Ufmuxhw49LMDdcXPUNuQMGZwMWBztL4pSanHMnOQDxMc5lbuqbTDAAn+J7DaCoaAwS01KgvFRYbXIJt9LN3pBDf4mzXfHh0SrD2\\/ddOtHiRgqonTJpnh41kQo=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBA\",\"SSR_Key\":\"g6wJlWFkOmE5qLmEvjEDoQNPS8ZVVt+2xbg25cRd+qo\\/uDTMRxY7SAcAdJWRSTFYMNyY4FrgNtvrHI7QRNyg6i4ZqGozlbu9CEO6ml3SYJw7+DbE7+ARP8Jex9hsT3TKJa9HEJr6CRUm0RR7NNI8YdpfOGG4fDZJBYfae+GHtHzv13+NcAfJriqoTQhZpcjpRTtnCQCeQ7hAXmLdPSjF+sOJQSkOnILHc7lDFzRU3Fiw7V4Aw2MZDt1o50Ct5D5038x\\/qXtvsP545B7\\/1+4JwHxDhesZuqOMLRdYJZ2tpK6vua\\/v6fkQ1njdgP2eGTZx8MtdXU4SFHGCrkOS5yZTFVHtF8Pj7W7udhLr+6Fjf1c=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"JhLqWe9soN6RqDuXcxI41eCvs2Cw7NLbEzsrzW12Krq4gYBW\\/3VQpSbNLBjqdGMKik5T2wo7HtTwH7qZmtjdPzSkas82xvDbnR3bVaPhE6aCO041d5oY8+1EisnAcbuaW8vS8AfCeWAnMKHYobtTIq31fq1mneGCy9VxivocmDY0itfOh0j0qsbvMb4FGH6RyuLqp8W79p+EBT\\/PJ2GnRjZyeq7+5zoif27C5ymBxx0vcGp1EM+w2WfpnMrtlozvFzR2isKe7Hj\\/LBlR5szuqVF7o8LEJ18sTkx1XbxlKJ77RnCz0t56vgM6E5eTzmoqWKGbwYAZ9jLxQsu++nr5kQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxiTbDeSdhRN9WYlSw1cWMk+4hQwalCFRL+aJzjQEfTY2XSe+OhpGEWyHotrn3XOp4Rr6ZO7boa\\/Hkz8L1MARgeWnk9AOi1oL2pAQEHWKjDpHExJmeHjfDmYjF6Mu8IOHFGpslr4ElfEVL5XtROQHMbdT5YotzBKGvTqf16kJDS13oR9grXR\\/060KlZrExoNKnNLg5L5\\/bWXmkeSlglKdVUtf65W\\/Uuxw7W0eh\\/U43K5wvCM6QDI5BlJZmBpvLxa5c8MAgsf075xK5hli+nNmSbRElLhQaLwbAhR5E+SgP0UnmMsIiaTqo9Uz7E5Uilt0eQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VCSW\",\"SSR_Key\":\"yenYfzwM2obid92X49XWtW5vmJGLbxP82xbZ2ttoVQ7gcOWss7D30TX8gEaDX3IMqifoE+s96wU33l0yCya2A038VSk4bqAvzOC5Kd6P1A2V\\/R4KQM86e5z06vfswfa4cbgtRjbgVAmuq3Yd+RdRIHQisEMUGSZIyZ6GpQVvJVZs2IcVNdw4YqVteEQZJZ\\/d26HeiLS1v+79gGEScV7dSO+mh84K2OS+fwZcCtfkAnJ2XEPfG9myUM+PJNTyW3fFyeVsP1xgwAqrJgEPOXeazRGWf+8ciImNiSz9ty+tBBbAR+bN2c6MQRdgTJKk6PxeTRXl5j+lq+b3T0k1Vjt86pffToCc7DZo33qJnI3NRJg=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"Jjxcb+Dg1gjyngLb\\/ZcSljqvyVu8oGBqJ6Y9SNFl42jf+NfTjWJRCaa87AINC\\/RpXhMM2\\/6D3AWggWzBbf6+E9aHaIxz\\/IKmzWfAEoDROZ5t7xHq5swFyXA3y7iDxjChCoOqdrIUc87jjh+nxa+BREB1FryiSoq6A+57nVHXBbBhuZ3bLe4lPKOg2WOdZun8XZyxKNrcyDmK3FYMdPMhxkwm3+1vxbBLYj247NfUNRIc+mMpXJESEK4laph4mi6UX53uWwLAYlD1qytGFMjFugvKcgpMa6iJhu3WnP0eAh7c8Q9ZtK9ItwLRPo6szRbeUV1wX4BSmwOt2iEpMxrx8GByOmo+m0qmZP3kmFlWI3E=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIPZs\\/7qCUOkUY2nq3kgMvNCYwfZdaVZ4w\\/Nfx6t\\/HjBt1yqtV90wvnjdAW11LBWTBUTwH8ZtB7nonzOp8m\\/fDmaSkx6bRDWflgml8JW0RiT9pTglhpnlw9LeAtSbh6Rq39vIw0ndPoeD\\/fPS5Fq33op1jR0si6mbUERw6RgXKQbYf+noKZgEeUwoKkqpz\\/5aNb9JEE0FaaMbqEVWMgFgos0QESKDt2JLHzIP4E\\/\\/w\\/TgA95vzBMWxd1JbiTPJYTWwa+sZKQ5\\/DciTB6Q+A5+K34WOwzYNsgzExJsAhhk5w\\/UeqGzzgNtCJY\\/5zd\\/taw10A==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxmgnWDYAZStbtwQg9XSWq88YX7lzb\\/9PZ5XP3NPH\\/XgCYIL\\/\\/Jni8FMn2ogo9AstG+zqRE1oLU6uQUgrd0ViQOHnRKOuomu0ACwGrL4OvMvymD65AsfM0tM0cUdX2EdsOb6hCo7lkebJWI8nSWlykRNHtM47aijAxaNhDWD+5joiA5+\\/\\/8U4wC+8su76w7qok7+rMQ8NU+L58pLy0IYuTfN7Y+kAMPee6\\/FSQCf0jzNe3e0wehWAuImSekxYRZFByBDAtp0tmE2Tdp5LH4jkWdPiW8f0u9wTu9Krq2wyXW4FKlYeBjgQfxpPOHfx6mVYFA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"4dNcvG7xCv9c7XHCO64mOdzSKPmCXsCmIDsnTLsr\\/i3Zl8+nr5Cb7kWUDwSlA+eWj1Qhvm9a8ZQKCToz4vEgVRrTdaHwAbpN84UL29OidffUU1waYC2rMfZZPwCjCAdD\\/+ayFgIlgibTYovdn3hqjl2Hs6DWFVGz9tSFzMDINVWd15UiPPGcnviCHwUAFFVl4A8nJ4e4+RZfvQ6geVq37MXRoLs3qj89lX+UQA4zXzaQWYlcPSjmZTPpZVkO6JIYD1geRaHmfXA3pDovjNatxHcrsxg+C4fcIJ262lLndemgzgAyfwx2JjJ4epd2khtaXRJzX8QeQs4+59+owCV1tg==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"PNYTT3XCRd\\/m7SZGFs4EzI\\/ZPQRxNQaTINjIUaGud92Cf2hStDigv28UCImhl39O+e9Di9XfrVv\\/j8lxAe9e7\\/6k+DtEiZTMBkh49MzjlOkKPFwTX+QbmOGkfnXQgvT5DtBc5Kb3YGA6CkAPwVseF3vT4SJUlvKYcY44vgCWFQI2y\\/jLBbpmpOrPQIGR0YSDexgf3MSHGcQn5zGOWbG7gMagxGWDeeEAFwCsnpY5OXJr9BUPkXaRYfdJlatYggNoQOsqIz1g4rddUNrvNec\\/iLYrEuHYOL8QyJdyiHT7GeBZw5k+mqeft4hMzJMw9tJP+0myUDovMfzrc2PKeyFlGQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"AGSW\",\"SSR_Key\":\"zf9xtqTc+P57J8JY629ZdDepoACVA+R7eqxvwd34zVZ3WVoch0NgvTUtkpmGisidlg41XJM\\/AlIxPS+MDqKPY04HFadxxAQPCzGPv8yfo2RGvIdq0p0WfacRM5jMzmM7c0jGJ\\/yaAkHJhdGrdGcSKxn0YHKKULEr4wse9otzk5+koICNLRR6gK6pd1fNMPoLAR3TpKBvLre9mHQWwXCCFKbqzao6C\\/gkJm6\\/5Vc9LS\\/ZeoLjHBLgGCtq9xl6NAhsuT6g4oketEr\\/WIpTsPJRvQJLlFmi54+bnLFElzyd2QbKBqtafwq9rxvLSBnnmT9400MsKlmjuybi8SelVre5zjiEf0yhV1Sx0EFSLJD0FDo=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"NUSW\",\"SSR_Key\":\"dWfQ02Zr+1FkJkAa4L6M7gppzrAOu9XwMMfuu6JPeE6foNfs52+uHVz7qmJn+PR2+BWQY6ylJ2LIbksqC7ixLK1mJzecn\\/i9m4gL9mnUA\\/FiqLTc0YVnatYoTH5mlL52jDylnUkGyI22jxxJGhdxghFGxSWcCc1dSz8A+vdcTS21BgZKBTllivNSrbNCwpS6zTU6T+dSt72XuMP2\\/FXjSPpLe9kTUdDftml4ngrjFxSIWNOoSjL7G1hfTIorK0mEP1VqpbGJLZG1x0AVkP\\/wnJIX+QzYGdM87hZgtzTl1L3jvrEfkk1f4qn5V+dL38e\\/gKRRDqf5\\/zhCg2dvR8uCo2x4fkI9v\\/NF2bZ8vrVZS6s=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (non-veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"LgPzj2gcj1\\/MuM0uow8Y+wj97sbrZx8SQAVW5sQr5lKPEZYPqH8G9nC0BETiZOEiFqGnuujd+5VejoQyzV3qq8wFANfvbaB6DOkRWENmLUMQLndxR+XVVPNOHGJqTogbNcVbRC15xX8Xr3rU4ui\\/BoSL2DQ+eQtmYf6Rqn75Wa1qAPj7XKlSL1euUjY56IIHC3g+FTWXSsTx2fhmdSqv51a5oanXjOLlGr7l\\/AjjqoetcUS2rYm6rdwqjJ7kTvqKXRm+bQdrdj7WyZT6du41Mgp\\/NqKOzn0mNERJFGzpIMKIyJbGUgcKuRmEhaA8rwlbgnNNpEB54Vm2JEprPpBGtA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHGmKySYPaLkRi8LYWMaQf9BMP1gR0ixdrH\\/vNi3wzvcvhb7fS\\/jWZNIIWpdxp197WG\\/\\/\\/5jq9ayX96QIqfTsxdkM4Kc9aYfqXdjmnVlPsmc6cXNdyOTspTWcd4DvdLKj0EhGHCoC5XDVYz2Dr6no4rpA0\\/NxO7FVPA4HqyMucMNiDSdr9PZJGewwRcP2a7llfiYEs5xlIjd6pwqepbdVYE0m32dJT2yJt8HI3PFNjEj\\/ThdH9gbFMOie+eBD+vO57P5cvj6IVbctFkg51GN1XhQ\\/ROAwL3ZrA\\/MR4If3V63tPICwl60nEqGobcclhe7yUw==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"CvvnVJfAek8IVAaQH10QKxqsm1dvmHfNo4IWPtNAu8yBVfdgCNYjMiuQb5uivWVIWgeUg9TFy2JizClsp5yn5kNgpqGwR2DgFtYsPUL9sjJLmxKphwUL0LXZbjK75mvUuP5PfMbeFy7EXG1aJxzZqgEsRRn7pE45WEh2iSq+Za2ED7ppj8BlCIsV\\/Nj8q\\/BdSxyseTbJ\\/uixsTEfWzPhZQXdnnA6Urxp5tscuDLCxOi2cVMn1kf5nH7xWWcvr70tMxN\\/RE4OAkDh0xoJh5OkGveAcOjobLiSYlieXKs9uvP5krvmYkEinaqa1KKVViD0KWwu+W1xARzsh4eXqwFzxA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich Combo\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"7z8quSlTpo5YMmIV13HgYcO7SSmZopccV\\/uJcsLdDUeD0a6ZLkGPemtdldh1Hhvn\\/\\/CF6fVAkBe578VborQUcDCZYSwpG0QbxxMx\\/9sgODGpbcgE672xf+JiQjTm\\/UudvJvLGxnK+fdhy7jAcNWOE\\/xg2d04UYCyE13U2HA1CSwI4mJiGcQMjBZE2mvgJhVjvsrp0+n5WdhSUO+u\\/MonjA1dp\\/0oA6EJpX7aHGM1LbA+vAYmEZ0VVnl6vXJwIuXyRYB+\\/aIKRmbKhZ09iT3XbZyRMHosFnHDoXEo+HtoWIZV6tdCjumGs0rte4L3ATLh3bSTg4nmIKZEgvAKjoGMDQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)+ beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CPML\",\"SSR_Key\":\"DRa\\/apkP5qr852y60augC8G2THYF2Y4ziCzqLSerLCcD0r3uy\\/AEUDDXN8yGBtnEGQzgHn15nYD8yEROicAlZk\\/hdMZ0wM+DGJQ2xFAgP2vS1fLg\\/9CH1y1B74kUuDOaDeRkdxNl5TbtT136yJ2yFpa2jAIZ2Azo8JkZKOVIxYtmyqjHmDCxXMtP\\/akydb+p\\/QaDtCyDNN4p3dapvU5REekjy2M7bKjBU7WO7z3SFuIiNO3IAFIc0X9zXRdxaOp\\/v2OwiGjhPlJdLiHV9TNotPQVBfdAb\\/LF36Lv1X9zRwH2F2CrNBUUtniSHN96Dgxl\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Standard Meal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"Hxrpc9tpl3VkWCtvM4c1jiPS0QG0czbCzh58WWYJDeyVuyidLZzuyS8BM+cCeVAzUYTRAv07DA0NLVnw37w5PbDEGOuydxNpNHNxSea+ASYwplielJrMjxocZJS5QTup0vM\\/KzTKVLgh2o7pClth9r4Ex37Ht7atWTFi12QtVA1mRwjUSk09kXLz7+FHYHOqe7\\/4i5VJWVESEtEkiYPyyu8VqunYIqAE7\\/iGq1wI3C6HxT7g21Co9GeiRWuFPyPBTKm8urWp+FcfVljMUp4kAiV\\/NDwbO3l8joWjsdFXnvrbfHUA2MJksH5+aAiyLHktHXzLWQi0x0YRtjqa+CaZLczsOHzNDHEJzPVnreRKgOuOl5XbGa6TsTpCWZMBCjphW2B0ynZMsuonGJHXgHXAeVzG1cPuAyJDXriACL3IZug8FjmDbkfh8Im\\/wljWyA3C5bjM7xvqLqx9BeNNhhjX0V2AgPieFsBHGvvP8+tkokTH74bYFLazipEvL4TZvwWP3JgZ93l9ucsj\\/RZKRXQgT80UcLk2EfeI9cn\\/A9hfzFmzrm\\/gCE4c956zQZW9ZClP3grPKxu+7PpOcPtHSuloMR7UpSdLEv\\/zTV+Iw\\/Wi2VeAk+ZX\\/LoR5yK\\/7VGIL0B4AEiR60j5cJCJiu+lFVljKBIA3JhieGCV4aFt7xDKahFWB7UytHEoTPjxg3Gaqp3d\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"13232\",\"DestPlaceSysId\":\"37009\",\"TravelDate\":\"2023-12-12\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-11 03:37:12','2023-12-11 03:37:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PARSHURAM SHETYE','SUBRAJEET PHOOKAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,14,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(244,0,121,97557,0,0,NULL,'2023-12-14',NULL,NULL,'SG-495','Spicejet','1',0,'d27ce-6b625-a75f3-d51c2','0','10:00:00','12:50:00',0,'Economy',0,'2h 50m',2262,7546,'BLR','DBR','Non-stop',1,1,4147,'4914808622156269035',1,1,0,'https://gtxapi.hellogtx.com/public/AirlineLogo/SG.gif','INR',3500,700,0,0,0,0,3447,700,0,0,0,0,0,0,0,0,0,0,'{\"ApiResultIndex\":\"4914808622156269035\",\"Flight_Key\":\"CI4YUUkagm\\/HAiCd6Z8M0hwu6hcOLKHzM2CT4gzMAdL7Q2I2rdzffnhBua8kG+ybcd9Ug5XkvKxhUckWtlMfai\\/3QxZ\\/HFGff9JGZibe+TgsL8\\/leEp6HN00vjfVM1U4VELt+X+ePg8PTV4bTWuvSv+T\\/9ostw6q0DZ6dNBrlDPzz3acizp+kdfoCIL3O9Yd+R4vv8Wvv1xwbfBYOpHhjh04HsEPSQN7Ys8tQu8Kh3yEHDhcy7tLQrIAzzL7fm6BdbcYytzaHyBIKajdblg7hP94X3A7mKHXWzx1i\\/KYg2xpGfwhP7t9EDV3BIhZs4R3nc5q3EVP6yjoPAS1N4avcdXD1MFMTy3JsxRn5FmckFNPIjcdUfgYxA8kI+AwKWTdaIX3oIXwYhP4YQV0DNLgJmzP6f3F0XV1buibwVzAv+eb2Kc\\/0Ld5DHh5aiqTgpUeuZuxawDRLMGABdjjGZVFBC1mYy7HL2fi6QM+cCZi0RIunUEUzgvZhr501Y7NsdIOmjnDeS1ARnqsoJ8ueH+z5xQ1PUhrYpSrkh+UJtul7Tuc5T25ArZenfyRXvLXryEF7LFAWmQLa2Ble4rnjnqcJ2hB7MGnMON3IMtbqLQpZzQ0lp\\/N4PBPI9f8peem6Om7NBvuyuroG9S1g1TO8osFlLc44IW6oUpxZoOVBxj5H1JDL9nEQa5UYOrDMhrVCUoU+yTiAmzlMnbLIN8prTZ8e6V3r2HuAnPGRvEhszyu0reph2ag\\/6hZTAoO3ow4Y7AtLCCwzPwZ5JYL+jEkd6Mb3oIdU1D+hHR1YcxghkpxKZ2iCFulhB23imNb34BWBuV\\/mkiX9v86jDjdn97wkaakqgPc4RbP5\\/N8obPHCzgK1\\/uZciZE2pmLrW510TbqDuoir7ty4s1currwWei\\/421CWqXnBcOeKcTTV8ZX4dzEaCQQq2gPbFj3Pcdd5ONygqYZNCg+RfrfhLG9Ac\\/ZlddDzwd34l1Gq8rtmGf+NZbUZUCBpCuDScIvZw3HusmuL+0Dc84o\\/66DfME0tX+AbEAL8jyPg6n48wSgbO4Df2OScafZHzpHnE3vTurBFvXWUbEQ8l4cmBpDG3CzdBYGPotibVkewopHlfyUuBb0V2BGuM8rPQhRIHQShP3yTSKcB614xBk4Mhfj93ngn02Fos4aGuPloAceYMfsb6055Xo0ozQLlj609CH\\/i0NIjjHG78qVDX2NjUNZiTghg4f23XgYayYLKDj\\/8tMcaSlfm+lMO40+2KEibBuY65KhPmXrGTYd1DK5yXavU0h9Qo+YstXZVDFeZjLg6WzvT8XnnWYFaPGtYhwubGaddTwHfKKOVXSr6mua0DMdnc+hRvT7Nmi1YXHOn7ABJQGbrf9qk+lEb6GD+r1FMiqglGelHYZmBeFyRTnytlEViK+O72wro4dG23I0akOYXWegNOHkeSFZlJN9jbCg2M5+YJ\\/2CNvs9RPACqb\\/eplionUP+\\/mT2TpDo+yiGdk\\/xcxmjVUZabDce7mcTXpP57QBajONYdks34CqaWz1sSfrg0J90+8Xky7hjantv8Ktqd8nh97daE5axjStglfbcppoJZKmEzAF\\/ARm1UbUeNYABK30AVP7+vc6JP2ynMeOAhhTmRn2RLU2viIiFsMdHEpH+2NUIxkIORz0hegy84o9d0hhajny570U1g==\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni3\\/GsPPAaW5\\/wo+l0CqKPqMnJxfJrn0wn6\\/xt+egxTckGsIXPVkQqQntoUc8ue3WDAbESS2aak+bwis4AGMYV4Izr9goGHGE\\/aTY9XkhRdVqADFVLkZwpUEwVt\\/pJexEivrfAqOZ2Z\\/2UEQgRVx6z3vMyWKLYH\\/4aMK+VgNdl47vLmtlm+d+JbZvrwKXEVAw1AIOWdnyGVSyaSoJvOh69G5gog0Td9jWH+OGDDfiPqxnYkQb4p7A58YpBLdZRXPobVAce41aTXmeUw0OAkwR7xBajAVaAqmReHsc9iTJ5BJSmw4CfEHakdiVGGBKHBsqA0ClXvLf3DUIzCssOmIa0B9rhvgoztKMR9rV\\/jhMqjLmdMUQ2KBryUEDUUEbIU92wEodzECXRNIzCgixugTbplp88lp3aLpc8pch0UpgKN8qDpCoo5ipJsSHH32crGBWXsvyvc+v+NE94uvQ+\\/\\/qkMGjgBuU05LwdIc\\/Nti8aokF3JLcyydxdiowtA0lSLRDwPfNmAyMNFOKjxLzALOP3TI42J2mMBITZOswwGQZY974f67gl7Gk6yvOYUl0tnOyMZVnf7pIFnQ\\/aqysqYu9ReuQx9g\\/QMQoEDkiiqjUrLkQ3RkOV4JrJLJuZrxTKAQ9WAahurT0OwguU68TYcsQsHvFQWJs1Lno+XZZ6JDgTthN\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-11 14:44:44','2023-12-11 14:44:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','MD WASIK ALAM',NULL,NULL,NULL,NULL,'','0',0,NULL,0,14,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(245,0,134,97557,970562,970563,'NYZLXF','2023-12-14','FLYB6XAPH','FLYB6XAPH','SG-495','Spicejet','1',0,'49be3-1b5f2-edc9e-c3231','0','10:00:00','12:50:00',0,'Economy',0,'2h 50m',2262,7546,'BLR','DBR','Non-stop',1,1,4147,'5464243557253048620',1,1,0,'https://gtxapi.hellogtx.com/public/AirlineLogo/SG.gif','INR',3500,700,0,0,0,0,3447,700,0,0,0,0,0,0,0,0,0,0,'{\"ApiResultIndex\":\"5464243557253048620\",\"Flight_Key\":\"HR2cT7u7jlKyALK8who8qvqgxQR7Nb6zNuKAFJVzrN3M5Gb7hCrrfb99YZX+6BhHSCI3ee5IucVlkZm3d1zB\\/VJjw78T264PJQps+2VMNgevJogeEJ5nv7AmageryEtdLedy7cmykK3TyevXI9Q34po1GLhWO5mish9QmjMKSnCIl1WrznEmouHMZvL5qdbNptSLfTLbtwfWuqOizvwLbmisyT+Rw81GoOJZWxTcviOXHaoADlft4Rzvs\\/4EijriXXwXjYXJT3IeoAKK\\/puXDGIlh2HEA4VVeQCVWhfanIOxXhCzSYeprtWljReVN64yrzrzqyBP0r0nXzGTfyPC8Ni8Y8zUkMbICNQYiQunIOSf5sVgESdy4d8uNXDEnU3NaE\\/oCVNVizPrtH62qSyyxiWqtGmVWsSZfEjCYom42aQbY8fn7XbM0YwhYev7Ml+Jl4EEt3Ey3pQlA9Tjv2RJNGsLgRGFlAIqwTxJ7qdPfmGTqjP7xW+WCgQosShP9HubHPZiKYhnZQY\\/JLcvriq5Cvo868xWgDAKzaJMDQfgDwVO6uFIVTSNJzhF8a1G4qs1yTT\\/nvmQQ3I5eZR4Gzeh2c6DiBJ5\\/EXGYsyFQjXjj2zzk8KzIOxnXJ\\/N26yxG45o10\\/prAyOfQwqM1BkUPS55tNZdQUT7FcrWdtSaIJPZXVvu5p+6iqdIgqJnOHT5PdsaDxBcpMw5aFHtSD5F1wANwOTDG3phzR+lMFsKj0dlRw\\/tQOJxS3EJGLl2DJoeAeaoOXY4BVbcOnVIoNcJusWMjhhWOnQOpeIQj7j9P6q+PNqG7r4HC7ngkgjz95isZ+GrknbwSVdKVd12xJf+Fer48dygKfmjZ5eJo2JRTVUsDcgVHiCdY3tHVsfGeStpjQHmFb7ZoV1YytPL2SxN\\/3Kt2vPNyCsNulToIgE\\/FyrYNDo3uhxIUx7V0dG9l2CwnmEkq\\/FUKxRVHZzNOtdGFWGFsN863F96s2jBIB95Ap2PHW2LyJeDpY50Z\\/P75xqtxobxR8OS1GQ95N3JXInvXehgbJCJrrYAYD9CK2nnfhr3GyIcgNjE0V\\/8ivOFiSQXfPeXzbQbhhhzop9lGMBQRxrHWPS9CoFvodNgWzc590NwLk1Jr444nYgrLMaJmyywNccWWgxMxTqi3cUbQCWapQpGqJi7bK4v3u2rqZ2P66ihdQEQEGtQ7Qxl03VVPcvUZ7P2EIAoQOHU4\\/4US22e9XaO2Rjzkmj1ZWyJj5whHWdzLGwdWCaa6E3mqNVXNhBPOQNAiU3D5jZ35mHWuygLEuACOnU51hW3GbJ9OlJcUoQAdSBARFZabsFe3GHUwUXcnBkpxz245uNjPk69mob0M9FGs05x7Ln6es\\/ikSy00s7jQ7qkzf8bCie\\/l7Vqxmd8c+WP5nt6sQT+ZfwMqSOy4sRwIndQji1iKAuCOYMmdU6tQyOcOeg30vnqNbOy1HBiUlHqMb1zrtF\\/8Jk6OuJfFzLs4b03SqeKMHMLeZGDVtAP\\/gVT3uwTzpsQ7i1OXGxGCoFY2daJwK4CKHz7BoYJ5q2Uo54mEhuA4pIROnws7ceBYUu9s9W\\/uFvrwCa7po6mS5S2RQVWCO2Cm5VySNbqA0hANYh7y5RjYLK5ts8z4RZLvOuhUUqbmDThUHigYQ8jGxuASGCg7RbdyCI3CVpj6vzOuisGza9iyh0eNnqY1UgL\\/U=\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8ngrh0ztLXxNAgxdZB6tg3hrNQJ208iXZC2gxTXbUhxp+X6kfvmSPccqwX\\/+z4KPJTBnBeMMHA+RL1Jz3MGfB9D7Mec\\/YvVlXfrOLijFRaEb5JZ9kTHSW5yrWN+qagALYMc+PHN18VSyEgu9BglfpGJP5fALyTvppK95Rcdq+FMl0Zy5SMBQ8LgHCa6iS\\/vtLL6J5g\\/mRaBAymumHIfKVfBXAfMWyHubspxSsAY4bWPI9s0db4dpBa2tj95U0rYsB6XPEEfJVs2THEl7msS3suoZhHEdqqvg+EPxaScy7ZKshxEfJWCNqXTjQ0+eAlIyRwwF5Id5dD5c7T7+eM2Pb9ThBt0X0YXWcYpuiOm5CogZJvu4jNAP9\\/XPAOxasEk1ieneO4L3QFzKMSEL43AIgqgcW0pJaVP50RLtqJCLgUN4KGvo6v0woqjZEz2zn9EL4SK5V+KZBe0yJqlSGDm8\\/BJnwTyWW1MjonWIfHW1fzIROHFl\\/0HnRbpmB2MTRq1R4MUF7hOZGKGkwEib5JkGHKi2I4HMFUrLXRrSAKQziify530dVCPiAPf4euEd1XqW1zm7ZxaGOgMaPd21gSjitTjyfaYVNA3ZahIXlPtbnN7aEceBZ2K8mTlVU56fyQ0O+IYw9bqElA\\/W0VSBfLirGBaXW\\/cc5A\\/Txaksss\\/DXK5\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}',1,'{\"ApiResultIndex\":\"5464243557253048620\",\"Flight_Key\":\"HR2cT7u7jlKyALK8who8qvqgxQR7Nb6zNuKAFJVzrN3M5Gb7hCrrfb99YZX+6BhHSCI3ee5IucVlkZm3d1zB\\/VJjw78T264PJQps+2VMNgevJogeEJ5nv7AmageryEtdLedy7cmykK3TyevXI9Q34po1GLhWO5mish9QmjMKSnCIl1WrznEmouHMZvL5qdbNptSLfTLbtwfWuqOizvwLbmisyT+Rw81GoOJZWxTcviOXHaoADlft4Rzvs\\/4EijriXXwXjYXJT3IeoAKK\\/puXDGIlh2HEA4VVeQCVWhfanIOxXhCzSYeprtWljReVN64yrzrzqyBP0r0nXzGTfyPC8Ni8Y8zUkMbICNQYiQunIOSf5sVgESdy4d8uNXDEnU3NaE\\/oCVNVizPrtH62qSyyxiWqtGmVWsSZfEjCYom42aQbY8fn7XbM0YwhYev7Ml+Jl4EEt3Ey3pQlA9Tjv2RJNGsLgRGFlAIqwTxJ7qdPfmGTqjP7xW+WCgQosShP9HubHPZiKYhnZQY\\/JLcvriq5Cvo868xWgDAKzaJMDQfgDwVO6uFIVTSNJzhF8a1G4qs1yTT\\/nvmQQ3I5eZR4Gzeh2c6DiBJ5\\/EXGYsyFQjXjj2zzk8KzIOxnXJ\\/N26yxG45o10\\/prAyOfQwqM1BkUPS55tNZdQUT7FcrWdtSaIJPZXVvu5p+6iqdIgqJnOHT5PdsaDxBcpMw5aFHtSD5F1wANwOTDG3phzR+lMFsKj0dlRw\\/tQOJxS3EJGLl2DJoeAeaoOXY4BVbcOnVIoNcJusWMjhhWOnQOpeIQj7j9P6q+PNqG7r4HC7ngkgjz95isZ+GrknbwSVdKVd12xJf+Fer48dygKfmjZ5eJo2JRTVUsDcgVHiCdY3tHVsfGeStpjQHmFb7ZoV1YytPL2SxN\\/3Kt2vPNyCsNulToIgE\\/FyrYNDo3uhxIUx7V0dG9l2CwnmEkq\\/FUKxRVHZzNOtdGFWGFsN863F96s2jBIB95Ap2PHW2LyJeDpY50Z\\/P75xqtxobxR8OS1GQ95N3JXInvXehgbJCJrrYAYD9CK2nnfhr3GyIcgNjE0V\\/8ivOFiSQXfPeXzbQbhhhzop9lGMBQRxrHWPS9CoFvodNgWzc590NwLk1Jr444nYgrLMaJmyywNccWWgxMxTqi3cUbQCWapQpGqJi7bK4v3u2rqZ2P66ihdQEQEGtQ7Qxl03VVPcvUZ7P2EIAoQOHU4\\/4US22e9XaO2Rjzkmj1ZWyJj5whHWdzLGwdWCaa6E3mqNVXNhBPOQNAiU3D5jZ35mHWuygLEuACOnU51hW3GbJ9OlJcUoQAdSBARFZabsFe3GHUwUXcnBkpxz245uNjPk69mob0M9FGs05x7Ln6es\\/ikSy00s7jQ7qkzf8bCie\\/l7Vqxmd8c+WP5nt6sQT+ZfwMqSOy4sRwIndQji1iKAuCOYMmdU6tQyOcOeg30vnqNbOy1HBiUlHqMb1zrtF\\/8Jk6OuJfFzLs4b03SqeKMHMLeZGDVtAP\\/gVT3uwTzpsQ7i1OXGxGCoFY2daJwK4CKHz7BoYJ5q2Uo54mEhuA4pIROnws7ceBYUu9s9W\\/uFvrwCa7po6mS5S2RQVWCO2Cm5VySNbqA0hANYh7y5RjYLK5ts8z4RZLvOuhUUqbmDThUHigYQ8jGxuASGCg7RbdyCI3CVpj6vzOuisGza9iyh0eNnqY1UgL\\/U=\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8ngrh0ztLXxNAgxdZB6tg3hrNQJ208iXZC2gxTXbUhxp+X6kfvmSPccqwX\\/+z4KPJTBnBeMMHA+RL1Jz3MGfB9D7Mec\\/YvVlXfrOLijFRaEb5JZ9kTHSW5yrWN+qagALYMc+PHN18VSyEgu9BglfpGJP5fALyTvppK95Rcdq+FMl0Zy5SMBQ8LgHCa6iS\\/vtLL6J5g\\/mRaBAymumHIfKVfBXAfMWyHubspxSsAY4bWPI9s0db4dpBa2tj95U0rYsB6XPEEfJVs2THEl7msS3suoZhHEdqqvg+EPxaScy7ZKshxEfJWCNqXTjQ0+eAlIyRwwF5Id5dD5c7T7+eM2Pb9ThBt0X0YXWcYpuiOm5CogZJvu4jNAP9\\/XPAOxasEk1ieneO4L3QFzKMSEL43AIgqgcW0pJaVP50RLtqJCLgUN4KGvo6v0woqjZEz2zn9EL4SK5V+KZBe0yJqlSGDm8\\/BJnwTyWW1MjonWIfHW1fzIROHFl\\/0HnRbpmB2MTRq1R4MUF7hOZGKGkwEib5JkGHKi2I4HMFUrLXRrSAKQziify530dVCPiAPf4euEd1XqW1zm7ZxaGOgMaPd21gSjitTjyfaYVNA3ZahIXlPtbnN7aEceBZ2K8mTlVU56fyQ0O+IYw9bqElA\\/W0VSBfLirGBaXW\\/cc5A\\/Txaksss\\/DXK5\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}','{\"status\":{\"success\":true},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BLR-DBR\":\"NYZLXF\"},\"ticketNumberDetails\":{\"BLR-DBR\":\"NYZLXFAPH1\"},\"ssrSeatInfos\":[],\"ssrBaggageInfos\":[],\"ssrMealInfos\":[],\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MD WASIK\",\"lN\":\"ALAM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":\"FLYB6XAPH\",\"status\":\"SUCCESS\",\"customerpnr\":[{\"PNR_Number\":\"NYZLXF\",\"TicketId\":\"NYZLXF\",\"TicketNumber\":\"NYZLXFAPH1\",\"sectors\":\"BLR-DBR\"}]}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"970562\",\"TPSysId\":\"970563\",\"VersionId\":[\"294147\"],\"CustomerSysId\":\"520775\",\"TrxId\":\"78187\",\"FareBreakdownid\":[\"390620\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'334555603126','A92C2C8093B04A768B51CFB40B0BC7F8','APPROVED OR COMPLETED SUCCESSFULLY','403A54048AE1405A80C191944BB73A7E','5693569F23434C2DABA5A6BF2BEE6E72','0',NULL,'2023-12-11 14:48:16','2023-12-11 14:48:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','MD WASIK ALAM','2023-12-000051',NULL,NULL,NULL,'','0',0,NULL,0,14,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(246,0,98,97689,0,0,NULL,'2023-12-15',NULL,NULL,'QP-1541','Akasa Air','1',1,'5c2ef-6e8c3-2f324-ef89c','0','19:50:00','21:10:00',0,'Economy',0,'1h 20m',11240,14323,'GAU','CCU','Non-stop',1,1,4242,'4814038078510568373',1,1,0,'https://gtxapi.hellogtx.com/public/AirlineLogo/QP.png','INR',3150,0,0,0,0,0,4242,0,0,0,0,0,0,0,0,0,0,0,'{\"ApiResultIndex\":\"4814038078510568373\",\"Flight_Key\":\"FDMTn\\/HKyal0PZBTytxASS3eGRvs5eGL8jatGXQyJNwKZ8KWlnr9XQ98ivLPuArodtNJSmDUo3vYZ+Igzz8rN8RBBXP8uF4ktVXuKFJu1rNLXeKfdn5L+XygNZlk9iZ9SNtz9NkvFBlMBuiXdk1WJN8LtHFqdd\\/lYQLf9q2IJ7yrb0BcjnWG+UbZE4DMgLVVI6LbVr6xPsN9142whyCfPn6EV1zPs8I9Ms5H4wWCHoPRjqogSJVDVl2mmLlua33lgzxuZDkebg1GofiSlBGTdVSma6obzl4WZ3a6ajRY9sqMh9+6H15jVEgq8JfV5cGf39rIvEPqC9Ro8nbRVSyTTzOxBGO3lfEROZDaztkZRyFXh3u2gSlLMN0voZHi9Nkr8MTf\\/ofrlxx1fMxBqDCtYmEPxs0V2CQPMxGkq4mwUtqTMJbgFQ54k44uNvKC5PzSLUqiYfRb9XoUEkC5aheUQt+TyTXVEjQdIbdwXa\\/GB1ZC1BB2OlXKViq27ZKi5PMAU7rIVJKKiBBMS+ksB4nsJWuaxit2qDLCuib0GcUmlEGGa8y7MfhCsCuzBbzPXR9EiuimqHOqqdFtOAgUd79\\/FDaWs2yTGf3NZOdonwDh+lwS90arZOyfT4dS1o5aY9FKr9raOj3WTFOA2S1bHXUcewuW1qhA6syvILq9pk+s\\/PAHpEYAmDnqEeh4MRDIISOXMQs\\/6t3fUV+9yJaXhHSkS0jLOBlqGwj++rFbzTaHa+giJjKPwqCINf1dZm2xV7GsMK0GC0zXfSRs7sJyrLUEQ8M2RJYk9XSBfc+lrHzqvVi3PZA8qsqkiw8jLWOV+ytUBOeCPEQqSMbV0ycxfhsUg8ySyw5Lz2tsY6HSLaTCm8JETkkIYrSJsn1M16D7wQ2Aa7gz2NiCaKQuPIKQvenWMRxLyahogI\\/edVaD52hBU2\\/yPsQ3Qdw9FqXLxKO+QqEBUiOEmSo26U30W\\/Q\\/922vlWqXBU5OFmLrLReUnG+T2FP7UFYj6J7wfy5j6uukxM3E9tdzBDcEDves1foubXOFh61zZjBAN4xppuuiumAoiny\\/dNl3\\/cMLlsaaGs271RSSy2AEigfJcPP\\/S0FAspMb49vSJdN3Z3iTX2o1hhwx09FARTv9q4jNiX4iHDVOJIgrz6nABKWdmEpMePzfN3c5CxnBwg\\/WHgCFAIsDk6X7yEYpou2kyVGKAx1Sb7ImEbhVhtF4JB5e1Zmtu3ycaDyo+kRreXL+5+431HHbVb1R35EpXIUPQUnfD5MJuwF52ovfG45vV6uOukBGIGhamVuEBLoTRJwEKeuDdZTnIoLWql+GW0oCYNYXSJDSeXxzR3gydR\\/VT0SVOwaEtB2bAhQhKsputCwnTgdYGrHRJUsTC5Z1CxuIRhdKQ8M3A6jY8I1PiZ6jdHQVhXiPlGtaHymCXhj+Nyu7ueosh2PjA5XpmgJrvnR2G0+MgaNp+k1vEjWrqqpFICv7bcal2z15ikmvfHvbV2DjdtWaLOFeMF+8MEOEQp53ZcRa87d5OAI40JCzA1rz8tVSYF5wjIoMgdWCTrbW7JREZeuEbEpjDwaWC6rErgJEuZ6w3FA3k3ltWLjrZj0NqtHBnkULJbImuKAKoTSvh\\/P8Q5LhH6AUAlM7v5PMOcWXd8SSWc+oDoUvo8I8RnEMCJLRJvjARiD6yIl2P8v+n6bENVbKdDKI4M9vfFs8JhqK8GwBL1PHV97XJKtwMFSAUFf8dXZUVpwpAEpy8JjpUsmYetTvCZ1BHrtBjx2IPup7cY\\/nqJjdPcArfpLlvpSAf8iNUWMRcVPmmk5xR5ZPYZDW9J0GgRKBrWbNbpJ5gEfCp0bS1Hf8qfgKCUEu0pm3Q8VLU5Ukp1X9nPTIATeeuDQRS5mLcUFQKAGlDpdeuOERWhI1SMmtCsGH7UE5xwzqdoQssYArJoselN0uaeCAAYqDCRTlCBcvBoKApPBu6Pu8aF1a4aE5rujuuWJJRJUx2tnXd94MguUPMP4jwcjHvFamDbIYAFaCDJR\\/KdQmEpPIRESBhXjw5fvOVGUUQ0KkUSzxkzIZqnKI0ID\\/kfrrHMwpWR4aPxIRU\\/jSO44LBlMCeAkzZlzEHkvLsIwk6E0Sts5gEoqrIGFohVlvvl2RfmcYbw0Kp9NLAvH2wXNkFn3PlANDAyLtEoj1oAItOyt61\\/1yH6iJ3Hv1ccFZFUltucBbkDv+fbv7nsbLlXXTd7+5TzyjY2VjUfR144Xvq9gb4nUT8TpIhrZldMVPrY\\/FT2ZiNDlHR\\/SvVcUQ+2s\\/RblDoahx2DH7nflffqwQTlym5sOl5LHJppv5MddvQIQJpV42L2fx18rTATObIiFiGuWVQJsFQMIQiVDkw0xd7j7Y9lfn0hdDb0L0nkbmCN6j+akAZpo5bzHiE+14zPAUyjZwfYlqrjbRbuM0vUVfmYsLq1CB+7\\/2yjce6atLbJSdZrVgP1TEKcNiGvgDl57k5G3q+x3ZjhLjft4DhAcBXTXtmbRBFIgC1+da8v682jfbI+y2jGb2O+qbcIdK41V9g21U2j9IoAJqvuGqzYr8wDUQODEKGCwPFFOrbAOaZbE5iSYn\\/RtFciXALOnVoPuAswscqxb8hNQ670QP5Tz\\/T5CVVkW8PDvFTxfUm8DD25URw1V5cvszBJYy3rZdT+bbmW4iUUnlVcLo91o0vEqQk2KByflhZnnpwGUOnQE\\/ccuA0g+4k+49fV+FqIZhv5xoDYQ47wfHaw6HjvcVzY1e2QIKg+cf\\/rkzJcZaq3ZrSOcTdkJ8LoQHto0KnERiHeCgLcf25k5Q4an0Etm\\/YcHhbxj6xSDHSuXRJwOl9ToxcoRFOAlNeBZglHsA0IWILPuKTJlOckh3Hz\\/ilqKWGHP4O8aOQjMXnmwZ8vRBTwvtmqOB3gR\\/x6oNqyJ5YzzvvjlPjCShq7z2c8Brzhir\\/qUXM59Huxi52pQy\\/vw7B45cKDCHkxTaceJNzMF2dnsNsVQEDb\\/xej49NW8gXDv3zJerjgE6RqDbFhWZKoFEQYqssn47JCRVQqy5RA7uKZLBcPGGooaIZVLqwVSQroheHnp4PoixGpp+C+ddGf650DTU1BJmdtdg8PzRD0Zu9zxhtN9oH2o4BMjAw552A+SG1dJsDnIMsIpri3LfEMd8\\/HUSK8sAH6BI6l36I1eWoTGMCRHrcE5e0zj1yQcxYWyU\\/RGd6671hirQYV4BaeRQN3WnlD8cZnkIBFOK2Clj8cazduf\\/Mc8vRjKJ6Tr1XNIfGdXgrclmW0bFoyxCqcNoYxkdwtUEwBzhj08Lf5XT50G5hRwkRso6l++okvQZyLdF91IDJgM2xRu3vBmIDkXmhc9539Fry8Rlizbhbdv3ELFvQHbiaNV5HpaccQGolqJ++Hz7JDSyafQmc8E1fyO6kCS\\/k0tTWHl8DEnfz46IUv0pBvdSnvaFpUxIVAjO2QhMpRl8DEpPgEejQP+O5eVheAF0xDcstsJwuL1+64O6QVtuJhQN0wHSkHYvC6zjUw7O80RD8udNbRz1nYjCY6aH+2fMbcKF3TtQ\\/Di5\\/VNrwnrPnVGGz53myQcAJEzr5XpNCXKgzJTVra3ds7tcThoj3ZV4vgqLvN8g64G59zooe1aLbsesC71NNB69TYNnALl\\/CfOQt5U9GK+6kLdKS\\/EtGVQX3u6dKg3XazWCJAXVq0+S+t4QIAdQGsrjYiBUwu3FE\\/Qmn0HeSZUBx2FaginzxHe\\/ENkOTPMBqr0G56WmUu6qrRS+2djG\\/9oP\\/fZA+QBm+fIoMv0VQnxOwNkwIOHWXQBZcOmUfHGB718Rnwc3R3IfLquCtKLqVgvNjDE456FbangYn4ZKwjjClCRvoQpJ3BDAV4iNgfFod3T46ds2HAtpaB+a2NxBeI5TJeuNLJkDeRv0FWAfc6lmSkmgIP+ufbPldZD7C3\\/ZXGHmuqCvm6PnNdkbptGn4obOJQR+2Xd5dKU3ZleNlpmlhIxsMGq9Ztcx+VlPfUHZ7TDBtguk4H7NlKqS96Zz+JMRpeejZ2X5cSLn9B5Dlb3qgjacDQwqDBYWFftrJIgyiY+PYDuwX7c4WiBv8Ap2cXeSVlSIVyqqTR6zw\\/1jmXpP6hiqDjrZ\\/U9qn4S2Gy8CwMvVtxtA3Gc8C9XL2H2q\\/PypgBj5Or67Ej3AJrJchXzXWkEANBGPZl\\/OHj0jmG7iSEznnYL1m9xRVX6AIjoFad+JB324nO1+T7hPqjDC10lkFBNW54bmSmLoQ71MIyEk5cVJfifgMzC9ThPzM1OGFd86RHKBXB85+9aZSWBGqjf6iQ+AX59oCJcdFCocAOUOfQH5XsZ7VlGFhe536sASLBZ+D6fmdMcwi7F5qmtPF356hJiTqb70xbj31blRqqcioX0A3GICQXiXYJbfkOxwzyOQkglMiw6+b0jVNe2a5rbYBCa2qUq+pDhuAlo5x9C\\/VerAYVSYV\\/UmPFqBXNUc8nzqbD8hPGKID7QKJdd2eIEDYbop9hb8Mdb2HxSgnHk9jboWun6RBLj4bXkB3uDRIVebwxkRM1Zlkw1PDNL6tNyHVy6BDcezGNhbfeOPn6XxYAjrox3I94iKJGVjDoGefG49GB+gArQOZ4mfvqe2EdeEyCvHT6klBHrewFjLYbMxgQdu7\\/0LG5pl2onAuAygQyurOpHjtrBS8782i6famnJgb4Vo6uOnNjOY07kZlqU3HJ8KG5mluhJ6qeR2bJakm3srw7xUHvza0KooiATrvfVpbdRuyA7YjN5cxOP2kz1Pb8eqU6oRtNd1EpkM2\\/hCUoqIU6Q5tiLJg0mop9JtGA1lINN0gsqSMFI53CS86Fvf34lXN6KaavUUYT0YENX3wRyjy0hsidnLF7kMOW45MZEISyStD2\\/6PruohOtLPc9P8J5ZRC6gxYhX\\/PO1a5Qos8YBg4ObxH0Ww4887N9HE\\/NVunY7ahxpdA8HD9AdSyphw135n0VD8p0R8TR1eISLAFp50p4Ou\\/WoxD1f\\/56248DTlGNoFV+rn63e8K0PheY6WKfhTkYcJrJIpkB2xlmBzSxGBvh1AF\\/ftx5zOVbIAFpScfpbHAMN\\/VB7OvkaLU5DMTqiu1DO3KvBLWap3yZhdUzaQ6OWRsK3hS7YToP1SAIQpQeu1AOVDuB9A8iJFPZfidH2zvax8NKu7rsir8JJEtTGrue5drjy6m9AUZgPe+57845U2y4QpNyfZiiQCCAbk\\/PyI3dRgeUVNeK588KOaaeLYMCVid5iq5moDL\\/oRCUHSWok3HCFe3TAEIBTffO5yIEttHXkY+MZTVRj5P6k9OcqNWvUMhRN05k6M57CxYOUAYXlHDZnch2PyA==\",\"FlightNumber\":\"QP-1541\",\"SegFlightNumberArr\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 19:50\",\"ToUTCTime\":\"2023-12-15 21:10\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"21:10\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"CCU\",\"FlightDuration\":\"1h 20m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"PublishedFare\":4242,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3150,\"Tax\":1114,\"intPublishedFare\":4242,\"OfferedFareAgent\":4242,\"PublishedFare\":4242,\"CostToAgent\":4242,\"PublishedFareAgent\":4242,\"CostToAgentCustomer\":4242,\"PublishedFarePerPax\":4242,\"OfferedFare\":4242,\"CommissionEarned\":0,\"CommDiscount\":52,\"TDS\":3,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4736141451777694011\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"T2O7MBIX\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":52,\"NetCommission\":64,\"BaseFare\":3150,\"Tax\":1114,\"OfferedFare\":4242,\"PublishedFare\":4242,\"CostToAgent\":4242,\"TDS\":\"3\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1114,\"YR\":0},\"ApiNCM\":52,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":52,\"AgentMarkUp\":0,\"CostToAgentCustomer\":4242,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":52,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":52,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":4242,\"CostToCustomer\":4242,\"CostToAgentCustomer\":4242,\"TotalEarning\":0,\"CostToCompany\":4242,\"CostToAgent\":4242,\"AgentB2CEarning\":0,\"intOfferedFare\":4242,\"intPublishFare\":4294,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"3\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"GAU-CCU\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\",\"destinationAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-15 21:10\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-15 19:50\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni2yyR29EBftZDnR\\/hihgqqXwRgoggpONQ5tbIAj9+1Rg7cnYbbvjyEXo5WqsUUXgLoDcUyC3hfN+VoZpxtk469c34H5pHin8x8CYegfl5nH+pfflTacvTjL23JzTItqoH+q8B57DlBTRR7jiBxshzJdwsB98CgKekMRRM0lj9p2D45cRs9M2WfJpWgf3KFAkYxVm1VeWx1zFINleeOF1rXZhVvgvLAvBEZqqUjhpkb1nqfxitXBKwt5NIeZu53J2tQDWlX+T2D8MXXVek8Ul\\/UbE+J\\/DcZjyhgxmpPME2FFIe79qpSOv0FGZ9K3k9hEAOVpI0wnAzZxcRtCJ2uS+ZjLwoFgqs2InZAtUYavBERLU4VJv5rlCfk8PxD6T1F9eopZVvdTVuYl1w6pa\\/1QOd\\/bqg9mX8ZPc1oMgE8eJUNXF0wjAyBEW\\/Ow+Xe60p78UNLp3RTkknmL8YjSKwLLiU\\/fANkaOCAn+CGlYUQGY7klUrZKMHNNYBUeyvsDlfhtUwBsr00sJxQJLDnD8ndJ7+L3ZsyEmDEwE\\/acrOp0P3rAxTKt4a9fCNdeQ1G9OjIr1WZlO4Uu\\/Y+0b7ftIaOVJBrs5HUUPAfxMAD+0MlVqrC68RjQ9keaQKguozbV8S4oyHj2NKfcHy1WjACfkHgqgdzhc3QN4vh8b8lcAIOLw5nLB\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"14323\",\"TravelDate\":\"2023-12-15\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-12 18:41:40','2023-12-12 18:41:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohibul Hoque','Mohibul Hoque',NULL,NULL,NULL,NULL,'','0',0,NULL,0,14,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(247,0,135,97862,979108,979109,'P35EGX','2023-12-18','DMC106780354412','TJ106780354412','6E-262','IndiGo','1',1,'9f294-580dd-8b07b-e7d1b','267','07:25:00','09:40:00',0,'R',135,'02h 15m',7701,11240,'DEL','GAU','Non-stop',1,1,16574.86,'5-3296356778_0DELGAU6E262~349021098367933',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',12700,4049.8,550,488,0,10,13574.86,3000,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106780354412\",\"bookingId_TJ\":\"TJ106780354412\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"apiTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-18T07:25\",\"LocalFromTime\":\"2023-12-18 07:25\",\"FromUTCTime\":\"2023-12-18T07:25\",\"LocalToTime\":\"2023-12-18 09:40\",\"ToUTCTime\":\"2023-12-18T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,575\",\"ApiResultIndex\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12700,\"Tax\":1049.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13749.8,\"PublishedFare\":13574.86,\"PublishedFareAgent\":16574.86,\"OfferedFareAgent\":13574.86,\"OfferedFare\":13574.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3296356778_0DELGAU6E262~19717280815968\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"TotalBaseFare\":13749.8,\"BaseFareCal\":13574.86,\"BaseFare\":12700,\"CommissionEarned\":174.94,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":174.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13574.86,\"CostToCustomer\":13574.86,\"BaseFareCal\":13574.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13574.86,\"intOfferedFare\":13574.86,\"intPublishFare\":13749.8,\"TripjackMarkup\":0,\"TripjackCommission\":174.94,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-18T09:40\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-18T07:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC106780354412\",\"bookingId_TJ\":\"TJ106780354412\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"apiTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-18T07:25\",\"LocalFromTime\":\"2023-12-18 07:25\",\"FromUTCTime\":\"2023-12-18T07:25\",\"LocalToTime\":\"2023-12-18 09:40\",\"ToUTCTime\":\"2023-12-18T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,575\",\"ApiResultIndex\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12700,\"Tax\":1049.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13749.8,\"PublishedFare\":13574.86,\"PublishedFareAgent\":16574.86,\"OfferedFareAgent\":13574.86,\"OfferedFare\":13574.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3296356778_0DELGAU6E262~19717280815968\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"TotalBaseFare\":13749.8,\"BaseFareCal\":13574.86,\"BaseFare\":12700,\"CommissionEarned\":174.94,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":174.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13574.86,\"CostToCustomer\":13574.86,\"BaseFareCal\":13574.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13574.86,\"intOfferedFare\":13574.86,\"intPublishFare\":13749.8,\"TripjackMarkup\":0,\"TripjackCommission\":174.94,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-18T09:40\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-18T07:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ106780354412\",\"amount\":13749.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919509969303\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-17T13:07:45.679\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21393320\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"262\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"GAU\",\"name\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"cityCode\":\"GAU\",\"city\":\"Guwahati\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-12-18T07:25\",\"at\":\"2023-12-18T09:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-GAU\":\"P35EGX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PREM\",\"lN\":\"DAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"BF\":12700,\"NCM\":174.94,\"TF\":13749.8,\"NF\":13574.86,\"TAF\":1049.8},\"afC\":{\"NCM\":{\"OT\":184.15,\"TDS\":-9.21},\"TAF\":{\"YQ\":550,\"OT\":488,\"MFT\":1.8,\"AGST\":0,\"MF\":10}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"979108\",\"TPSysId\":\"979109\",\"VersionId\":[\"296214\"],\"CustomerSysId\":\"522171\",\"TrxId\":\"78750\",\"FareBreakdownid\":[\"390886\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B347895EA17C4E0DB2B2CD7A66E15505','','',NULL,'B347895EA17C4E0DB2B2CD7A66E15505','0',NULL,'2023-12-17 07:35:41','2023-12-17 07:35:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAY KUMAR SHARMA','PREM DAN','2023-12-000052',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(249,0,137,97261,991183,991184,'','2024-02-14','DMC106281042227','TJ106281042227','QP-1541','Akasa Air','1',0,'1f283-c73ba-589a1-4d3df','821','21:50:00','00:25:00',0,'G',155,'03h 35m',14323,2262,'CCU','BLR','Non-stop',4,1,22347.2,'11-5170995033_0CCUBLRQP1541~25696883449122',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',21200,1147.2,0,1100,0,40,22347.2,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106281042227\",\"bookingId_TJ\":\"TJ106281042227\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"apiTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2024-02-14T21:50\",\"LocalFromTime\":\"2024-02-14 21:50\",\"FromUTCTime\":\"2024-02-14T21:50\",\"LocalToTime\":\"2024-02-15 00:25\",\"ToUTCTime\":\"2024-02-15T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 14 Feb\",\"ArrivalDateTxt\":\"Thu, 15 Feb\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"22,347\",\"ApiResultIndex\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21200,\"Tax\":1147.2,\"YQTax\":0,\"OtherCharges\":1100,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22347.2,\"PublishedFare\":22347.2,\"PublishedFareAgent\":22347.2,\"OfferedFareAgent\":22347.2,\"OfferedFare\":22347.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-5170995033_0CCUBLRQP1541~35094800152467\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1147.2,\"TotalBaseFare\":22347.2,\"BaseFareCal\":22347.2,\"BaseFare\":21200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":22347.2,\"CostToCustomer\":22347.2,\"BaseFareCal\":22347.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":22347.2,\"intOfferedFare\":22347.2,\"intPublishFare\":22347.2,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-15T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-02-14T21:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',21,'{\"bookingId\":\"DMC106281042227\",\"bookingId_TJ\":\"TJ106281042227\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"apiTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2024-02-14T21:50\",\"LocalFromTime\":\"2024-02-14 21:50\",\"FromUTCTime\":\"2024-02-14T21:50\",\"LocalToTime\":\"2024-02-15 00:25\",\"ToUTCTime\":\"2024-02-15T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 14 Feb\",\"ArrivalDateTxt\":\"Thu, 15 Feb\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"22,347\",\"ApiResultIndex\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21200,\"Tax\":1147.2,\"YQTax\":0,\"OtherCharges\":1100,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22347.2,\"PublishedFare\":22347.2,\"PublishedFareAgent\":22347.2,\"OfferedFareAgent\":22347.2,\"OfferedFare\":22347.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-5170995033_0CCUBLRQP1541~35094800152467\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1147.2,\"TotalBaseFare\":22347.2,\"BaseFareCal\":22347.2,\"BaseFare\":21200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":22347.2,\"CostToCustomer\":22347.2,\"BaseFareCal\":22347.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":22347.2,\"intOfferedFare\":22347.2,\"intPublishFare\":22347.2,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-15T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-02-14T21:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ106281042227\",\"amount\":22347.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"krishnatravels613@gmail.com\"],\"contacts\":[\"918290407450\"]},\"status\":\"ABORTED\",\"createdOn\":\"2023-12-26T17:02:12.453\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21581764\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1541\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2024-02-14T21:50\",\"at\":\"2024-02-15T00:25\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"statusMap\":{\"CCU-BLR\":\"ABORTED\"},\"checkinStatusMap\":{\"CCU-BLR\":false},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Irfan\",\"lN\":\"Khan\"},{\"statusMap\":{\"CCU-BLR\":\"ABORTED\"},\"checkinStatusMap\":{\"CCU-BLR\":false},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed\",\"lN\":\"Yaseen\"},{\"statusMap\":{\"CCU-BLR\":\"ABORTED\"},\"checkinStatusMap\":{\"CCU-BLR\":false},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed\",\"lN\":\"Saqlain r\"},{\"statusMap\":{\"CCU-BLR\":\"ABORTED\"},\"checkinStatusMap\":{\"CCU-BLR\":false},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed abu\",\"lN\":\"Bakkar\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1147.2,\"TF\":22347.2,\"BF\":21200,\"NF\":22347.2,\"IGST\":7.2},\"afC\":{\"TAF\":{\"MFT\":7.2,\"MF\":40,\"OT\":1100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"991183\",\"TPSysId\":\"991184\",\"VersionId\":[\"299223\"],\"CustomerSysId\":\"520868\",\"TrxId\":\"79510\",\"FareBreakdownid\":[\"391319\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FC3CDD03B21C400B842BC3BEB2CA7CB4','','',NULL,'FC3CDD03B21C400B842BC3BEB2CA7CB4','0',NULL,'2023-12-26 11:30:06','2024-02-13 17:28:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','Irfan Khan (+3)','2023-12-000053',NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(250,0,138,86368,0,0,NULL,'2023-12-30','BKR100781208243','TJ100781208243','6E-6422','IndiGo','1',1,'34345-59e25-8123b-2dbc2','267','04:10:00','06:15:00',0,'R',125,'2h 5m',296,2262,'AMD','BLR','Non-stop',1,1,9537.32,'5-3865613515_0AMDBLR6E6422~31342733614638',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',8021,1626.8,550,631,0,10,9537.32,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100781208243\",\"bookingId_TJ\":\"TJ100781208243\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"PublishedFareTxt\":\"9,648\",\"ApiResultIndex\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"CommissionEarned\":110.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3865613515_0AMDBLR6E6422~30673899306133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9537.32,\"CostToCustomer\":9537.32,\"BaseFareCal\":9537.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9537.32,\"intOfferedFare\":9537.32,\"intPublishFare\":9647.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.48,\"TripjackTDS\":\"5.82\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":110.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"2\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"34345-59e25-8123b-2dbc2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:02:10.658\",\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100781208243\",\"bookingId_TJ\":\"TJ100781208243\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"ApiResultIndex\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"34345-59e25-8123b-2dbc2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:02:10.658\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"2\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"localFromDateTime\":\"2023-12-30 04:10\",\"localToDateTime\":\"2023-12-30 06:15\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','152.58.209.18','2023-12-28 11:31:57','2023-12-28 11:31:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,7,NULL,NULL,NULL,0,0,'0',0,'0',NULL),(251,0,121,97557,0,0,NULL,'2024-02-08','DMC101481653019','TJ101481653019','IX-937','AI Express','1',1,'6d588-14601-7b0bc-d0f3e','82','12:50:00','15:15:00',0,'FM',145,'02h 25m',28449,2262,'VNS','BLR','Non-stop',2,1,10615.4,'22-16-1098418458_0VNSBLRIX937~32357836575265',1,1,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',6030,4665.6,1100,1766,0,20,9215.4,1400,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101481653019\",\"bookingId_TJ\":\"TJ101481653019\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"apiTraceId\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,215\",\"ApiResultIndex\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":10616,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-1098418458_0VNSBLRIX937~18119108570284\",\"ApiResultIndex\":\"R22-16-1098418458_0VNSBLRIX937~18119108570284\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":4,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"314\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"VNS-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2024-01-03 11:05:41','2024-01-03 11:05:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohd zain mohd Nasir Ansari','Fahima Fahima (+1)',NULL,NULL,NULL,NULL,'FAMILY','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(252,0,89,97261,1002405,1002406,'RD9S9U','2024-01-31','DMC100181654996','TJ100181654996','QP-1421','Akasa Air','1',1,'9ff6d-9d905-aaaba-7d86f','821','06:35:00','09:15:00',0,'EC',160,'03h 40m',2262,28449,'BLR','VNS','Non-stop',2,1,8907.96,'30-0766893498_0BLRVNSQP1421~34088103582012',1,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/QP.png','INR',5708,3259.6,1100,1784,0,20,8907.96,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"QP-1421\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2024-01-31T06:35\",\"LocalFromTime\":\"2024-01-31 06:35\",\"FromUTCTime\":\"2024-01-31T06:35\",\"LocalToTime\":\"2024-01-31 09:15\",\"ToUTCTime\":\"2024-01-31T09:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,908\",\"ApiResultIndex\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5708,\"Tax\":3259.6,\"YQTax\":1100,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":352,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8967.6,\"PublishedFare\":8907.96,\"PublishedFareAgent\":8908,\"OfferedFareAgent\":8907.96,\"OfferedFare\":8907.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"ApiResultIndex\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":null,\"SeatAvailable\":3,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3259.6,\"TotalBaseFare\":8967.6,\"BaseFareCal\":8907.96,\"BaseFare\":5708,\"CommissionEarned\":59.64,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":352,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8907.96,\"CostToCustomer\":8907.96,\"BaseFareCal\":8907.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8907.96,\"intOfferedFare\":8907.96,\"intPublishFare\":8967.6,\"TripjackMarkup\":0,\"TripjackCommission\":59.64,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2024-01-31T09:15\",\"SegFlightNumber\":\"QP-1421\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-31T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"ACF\":3100,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"QP-1421\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2024-01-31T06:35\",\"LocalFromTime\":\"2024-01-31 06:35\",\"FromUTCTime\":\"2024-01-31T06:35\",\"LocalToTime\":\"2024-01-31 09:15\",\"ToUTCTime\":\"2024-01-31T09:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,908\",\"ApiResultIndex\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5708,\"Tax\":3259.6,\"YQTax\":1100,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":352,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8967.6,\"PublishedFare\":8907.96,\"PublishedFareAgent\":8908,\"OfferedFareAgent\":8907.96,\"OfferedFare\":8907.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"ApiResultIndex\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":null,\"SeatAvailable\":3,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3259.6,\"TotalBaseFare\":8967.6,\"BaseFareCal\":8907.96,\"BaseFare\":5708,\"CommissionEarned\":59.64,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":352,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8907.96,\"CostToCustomer\":8907.96,\"BaseFareCal\":8907.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8907.96,\"intOfferedFare\":8907.96,\"intPublishFare\":8967.6,\"TripjackMarkup\":0,\"TripjackCommission\":59.64,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2024-01-31T09:15\",\"SegFlightNumber\":\"QP-1421\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-31T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"ACF\":3100,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ100181654996\",\"amount\":18263.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2024-01-03T16:55:09.890\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21741507\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1421\",\"eT\":\"7MA\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-01-31T06:35\",\"at\":\"2024-01-31T09:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"21741508\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"937\",\"eT\":\"738\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-02-08T12:50\",\"at\":\"2024-02-08T15:15\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"FAHIMA\",\"lN\":\"FAHIMA\"},{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RASHEEDA\",\"lN\":\"BIBI\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":18263.2,\"TAF\":6525.2,\"BF\":11738,\"NF\":18123.36,\"IGST\":7.2,\"NCM\":139.84},\"afC\":{\"TAF\":{\"OT\":3550,\"YQ\":2200,\"MFT\":7.2,\"AGST\":728,\"MF\":40},\"NCM\":{\"OT\":147.2,\"TDS\":-7.36}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1002405\",\"TPSysId\":\"1002406\",\"VersionId\":[\"301810\",\"301811\"],\"CustomerSysId\":\"519680\",\"TrxId\":\"80329\",\"FareBreakdownid\":[\"391581\",\"391582\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'18343FD07D3F4099BEABDECD557531A4','','',NULL,'18343FD07D3F4099BEABDECD557531A4','0',NULL,'2024-01-03 11:23:07','2024-01-03 11:23:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','FAHIMA FAHIMA (+1)','2023-01-000054',NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(253,252,89,97261,1002405,1002406,'I16F7C','2024-02-08','DMC100181654996','TJ100181654996','IX-937','AI Express','1',1,'9ff6d-9d905-aaaba-7d86f','82','12:50:00','15:15:00',0,'FM',145,'02h 25m',2262,28449,'VNS','BLR','Non-stop',2,1,9215.4,'22-16-0766893498_0VNSBLRIX937~34087869346513',2,2,0,'https://partner.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',6030,3265.6,1100,1766,0,20,9215.4,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"18,123\",\"ApiResultIndex\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":9216,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"ApiResultIndex\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"MAA-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"908\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}',1,'{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"18,123\",\"ApiResultIndex\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":9216,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"ApiResultIndex\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"MAA-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"908\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}','{\"order\":{\"bookingId\":\"TJ100181654996\",\"amount\":18263.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2024-01-03T16:55:09.890\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21741507\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1421\",\"eT\":\"7MA\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-01-31T06:35\",\"at\":\"2024-01-31T09:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"21741508\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"937\",\"eT\":\"738\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-02-08T12:50\",\"at\":\"2024-02-08T15:15\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"FAHIMA\",\"lN\":\"FAHIMA\"},{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RASHEEDA\",\"lN\":\"BIBI\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":18263.2,\"TAF\":6525.2,\"BF\":11738,\"NF\":18123.36,\"IGST\":7.2,\"NCM\":139.84},\"afC\":{\"TAF\":{\"OT\":3550,\"YQ\":2200,\"MFT\":7.2,\"AGST\":728,\"MF\":40},\"NCM\":{\"OT\":147.2,\"TDS\":-7.36}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1002405\",\"TPSysId\":\"1002406\",\"VersionId\":[\"301810\",\"301811\"],\"CustomerSysId\":\"519680\",\"TrxId\":\"80329\",\"FareBreakdownid\":[\"391581\",\"391582\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'18343FD07D3F4099BEABDECD557531A4','','',NULL,'18343FD07D3F4099BEABDECD557531A4','0',NULL,'2024-01-03 11:23:07','2024-01-03 11:23:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ANSUL AGARWAL','FAHIMA FAHIMA (+1)','2023-01-000054',NULL,NULL,NULL,'FAMILY','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(254,0,66,86368,0,0,NULL,'2024-02-01','BKR100883899345','TJ100883899345','6E-6273','IndiGo','1',1,'95453-07cd3-573f6-33808','267','22:05:00','00:40:00',0,'A',155,'2h 35m',2262,12995,'BLR','JAI','Non-stop',5,1,48192.35,'5-7503577519_2BLRJAI6E6273~81548456138933',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',42285,6534,0,4335,0,50,48192.35,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR100883899345\",\"bookingId_TJ\":\"TJ100883899345\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-01T22:05\",\"LocalFromTime\":\"2024-02-01 22:05\",\"FromUTCTime\":\"2024-02-01T22:05\",\"LocalToTime\":\"2024-02-02 00:40\",\"ToUTCTime\":\"2024-02-02T00:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Fri, 02 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":48819,\"PublishedFareTxt\":\"48,819\",\"ApiResultIndex\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":42285,\"Tax\":6534,\"YQTax\":0,\"OtherCharges\":4335,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":2140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48819,\"PublishedFare\":48192.35,\"OfferedFare\":48192.35,\"CommissionEarned\":626.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-33,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-7503577519_0BLRJAI6E6273~333941474136569\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Family\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":626.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5227.2,\"BaseFareCal\":38553.88,\"BaseFare\":33828,\"CommissionEarned\":501.32,\"TDS\":-26.4,\"MF\":40,\"YQ\":0,\"AGST\":1712,\"MFT\":7.2,\"OT\":3468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1306.8,\"BaseFareCal\":9638.47,\"BaseFare\":8457,\"CommissionEarned\":125.33,\"TDS\":-6.6,\"MF\":10,\"YQ\":0,\"AGST\":428,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":626.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":48192.35,\"CostToCustomer\":48192.35,\"BaseFareCal\":48192.35,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":48192.35,\"intOfferedFare\":48192.35,\"intPublishFare\":48819,\"TripjackMarkup\":0,\"TripjackCommission\":626.65,\"TripjackTDS\":\"33\",\"AddiMarkup\":0,\"CommisionPass\":626.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"849\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"95453-07cd3-573f6-33808\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-01T08:33:57.339\",\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":5,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100883899345\",\"bookingId_TJ\":\"TJ100883899345\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-01T22:05\",\"LocalFromTime\":\"2024-02-01 22:05\",\"FromUTCTime\":\"2024-02-01T22:05\",\"LocalToTime\":\"2024-02-02 00:40\",\"ToUTCTime\":\"2024-02-02T00:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Fri, 02 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":48819,\"ApiResultIndex\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"95453-07cd3-573f6-33808\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-01T08:33:57.339\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":42285,\"Tax\":6534,\"YQTax\":0,\"OtherCharges\":4335,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":2140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48819,\"PublishedFare\":48192.35,\"OfferedFare\":48192.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5227.2,\"BaseFareCal\":38553.88,\"BaseFare\":33828,\"CommissionEarned\":501.32,\"TDS\":-26.4,\"MF\":40,\"YQ\":0,\"AGST\":1712,\"MFT\":7.2,\"OT\":3468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1306.8,\"BaseFareCal\":9638.47,\"BaseFare\":8457,\"CommissionEarned\":125.33,\"TDS\":-6.6,\"MF\":10,\"YQ\":0,\"AGST\":428,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"849\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"localFromDateTime\":\"2024-02-01 22:05\",\"localToDateTime\":\"2024-02-02 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":5,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','192.140.152.200','2024-02-01 03:09:27','2024-02-01 03:09:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(256,0,140,86368,0,0,NULL,'2024-03-08','BKR108586178981','TJ108586178981','UK-761','Vistara','',1,'345b8-f1b34-05759-c23db','539','05:45:00','08:15:00',0,'O',150,'2h 30m',2262,14323,'BLR','CCU','Non-stop',1,1,5723.88,'32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/UK.gif','INR',4895,1159.8,0,767,0,10,5723.88,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108586178981\",\"bookingId_TJ\":\"TJ108586178981\",\"FlightNumber\":\"UK-761\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2024-03-08T05:45\",\"LocalFromTime\":\"2024-03-08 05:45\",\"FromUTCTime\":\"2024-03-08T05:45\",\"LocalToTime\":\"2024-03-08 08:15\",\"ToUTCTime\":\"2024-03-08T08:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 08 Mar\",\"ArrivalDateTxt\":\"Fri, 08 Mar\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6054.8,\"PublishedFareTxt\":\"6,055\",\"ApiResultIndex\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"26\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACF\":3675,\"ACFT\":183.75,\"CCF\":50,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4895,\"Tax\":1159.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6054.8,\"PublishedFare\":5723.88,\"OfferedFare\":5723.88,\"CommissionEarned\":330.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R32-21-10-15-2-5013211042_0BLRCCUUK761~4559010780546\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":330.92,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1159.8,\"BaseFareCal\":5723.88,\"BaseFare\":4895,\"CommissionEarned\":330.92,\"TDS\":-17.42,\"MF\":10,\"YQ\":0,\"AGST\":251,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":330.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5723.88,\"CostToCustomer\":5723.88,\"BaseFareCal\":5723.88,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5723.88,\"intOfferedFare\":5723.88,\"intPublishFare\":6054.8,\"TripjackMarkup\":0,\"TripjackCommission\":330.92,\"TripjackTDS\":\"17.42\",\"AddiMarkup\":0,\"CommisionPass\":330.92,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"150\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-08T08:15\",\"SegFlightNumber\":\"UK-761\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-08T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"345b8-f1b34-05759-c23db\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-27T13:10:20.575\",\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108586178981\",\"bookingId_TJ\":\"TJ108586178981\",\"FlightNumber\":\"UK-761\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2024-03-08T05:45\",\"LocalFromTime\":\"2024-03-08 05:45\",\"FromUTCTime\":\"2024-03-08T05:45\",\"LocalToTime\":\"2024-03-08 08:15\",\"ToUTCTime\":\"2024-03-08T08:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 08 Mar\",\"ArrivalDateTxt\":\"Fri, 08 Mar\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6054.8,\"ApiResultIndex\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"345b8-f1b34-05759-c23db\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-27T13:10:20.575\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4895,\"Tax\":1159.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6054.8,\"PublishedFare\":5723.88,\"OfferedFare\":5723.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1159.8,\"BaseFareCal\":5723.88,\"BaseFare\":4895,\"CommissionEarned\":330.92,\"TDS\":-17.42,\"MF\":10,\"YQ\":0,\"AGST\":251,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"150\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-08T08:15\",\"SegFlightNumber\":\"UK-761\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-08T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"localFromDateTime\":\"2024-03-08 05:45\",\"localToDateTime\":\"2024-03-08 08:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'NA','NA','NA',NULL,NULL,'0','223.237.118.216','2024-02-27 07:40:55','2024-02-27 07:40:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(258,0,141,86368,0,0,NULL,'2024-03-17','BKR104487665265','TJ104487665265','6E-5599','IndiGo','1',1,'147f2-79147-675ef-805dc','267','08:45:00','10:50:00',0,'T',125,'2h 5m',32511,14323,'IXZ','CCU','Non-stop',1,1,6118.66,'5-1193120834_0IXZCCU6E5599~106684730333364',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',4800,1389.8,0,1133,0,10,6118.66,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR104487665265\",\"bookingId_TJ\":\"TJ104487665265\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"PublishedFareTxt\":\"6,190\",\"ApiResultIndex\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXZ-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"CommissionEarned\":71.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-1193120834_0IXZCCU6E5599~21772357241480\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6118.66,\"CostToCustomer\":6118.66,\"BaseFareCal\":6118.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6118.66,\"intOfferedFare\":6118.66,\"intPublishFare\":6189.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.14,\"TripjackTDS\":\"3.74\",\"AddiMarkup\":0,\"CommisionPass\":71.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"864\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"147f2-79147-675ef-805dc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:45:17.424\",\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104487665265\",\"bookingId_TJ\":\"TJ104487665265\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"ApiResultIndex\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"147f2-79147-675ef-805dc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:45:17.424\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"864\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"localFromDateTime\":\"2024-03-17 08:45\",\"localToDateTime\":\"2024-03-17 10:50\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','106.214.137.129','2024-03-14 07:18:30','2024-03-14 07:18:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(259,0,80,86368,0,0,NULL,'2024-03-31','BKR107088039260','TJ107088039260','6E-5195','IndiGo','1',1,'53056-52409-0e736-ed890','267','23:40:00','01:05:00',0,'M',85,'1h 25m',12538,18676,'HYD','BOM','Non-stop',3,1,15819.54,'5-0395800796_8HYDBOM6E5195~2634568865784',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',11865,4130.4,0,3486,0,30,15819.54,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR107088039260\",\"bookingId_TJ\":\"TJ107088039260\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"ARF\":449,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"ACFT\":74.95,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"ACFT\":24.95,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-0395800796_0HYDBOM6E5195~583603202703\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"716\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"53056-52409-0e736-ed890\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:34:04.011\",\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107088039260\",\"bookingId_TJ\":\"TJ107088039260\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"53056-52409-0e736-ed890\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:34:04.011\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"716\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','45.117.74.50','2024-03-19 03:05:09','2024-03-19 03:05:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'640284',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(260,0,80,86368,0,0,NULL,'2024-03-31','BKR108888039393','TJ108888039393','6E-5195','IndiGo','1',1,'7ad87-2b9ab-e717c-66841','267','23:40:00','01:05:00',0,'R',85,'1h 25m',12538,18676,'HYD','BOM','Non-stop',3,1,15819.54,'5-4310258174_8HYDBOM6E5195~11543512495713',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',11865,4130.4,0,3486,0,30,15819.54,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR108888039393\",\"bookingId_TJ\":\"TJ108888039393\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-4310258174_0HYDBOM6E5195~80476523172317\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"926\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7ad87-2b9ab-e717c-66841\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:39:32.993\",\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108888039393\",\"bookingId_TJ\":\"TJ108888039393\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7ad87-2b9ab-e717c-66841\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:39:32.993\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"926\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','45.117.74.50','2024-03-19 03:10:52','2024-03-19 03:10:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(261,0,80,86368,0,0,NULL,'2024-03-31','BKR103588039532','TJ103588039532','6E-5195','IndiGo','1',1,'25fc3-1c4a6-32233-0a4a9','267','23:40:00','01:05:00',0,'M',85,'1h 25m',12538,18676,'HYD','BOM','Non-stop',3,1,15819.54,'5-4210289053_8HYDBOM6E5195~761879178225',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/6E.gif','INR',11865,4130.4,0,3486,0,30,15819.54,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR103588039532\",\"bookingId_TJ\":\"TJ103588039532\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":22.45,\"ARF\":449,\"CRF\":50},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":74.95,\"CCF\":50,\"ACF\":1499,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":24.95,\"CCF\":50,\"ACF\":499,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-4210289053_0HYDBOM6E5195~80733646472612\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"511\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:43:50.116\",\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103588039532\",\"bookingId_TJ\":\"TJ103588039532\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:43:50.116\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"511\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','45.117.74.50','2024-03-19 03:14:13','2024-03-19 03:14:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(262,0,142,86368,0,0,NULL,'2024-04-09','BKR102888257748','TJ102888257748','IX-1766','AI Express','1',1,'982da-6e1c1-8a896-ea0f8','82','18:20:00','21:05:00',0,'SM',165,'2h 45m',2262,12995,'BLR','JAI','Non-stop',1,1,7135.5,'22-16-8260732512_0BLRJAIIX1766~43872640019088',1,1,0,'https://www.thekrishnatravels.com/public/upload/AirlineLogo/IX.gif','INR',5886,1375.8,0,1060,0,10,7135.5,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"BKR102888257748\",\"bookingId_TJ\":\"TJ102888257748\",\"FlightNumber\":\"IX-1766\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2024-04-09T18:20\",\"LocalFromTime\":\"2024-04-09 18:20\",\"FromUTCTime\":\"2024-04-09T18:20\",\"LocalToTime\":\"2024-04-09 21:05\",\"ToUTCTime\":\"2024-04-09T21:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Tue, 09 Apr\",\"ArrivalDateTxt\":\"Tue, 09 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7261.8,\"PublishedFareTxt\":\"7,262\",\"ApiResultIndex\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"CRFT\":9,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":25,\"ACF\":500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5886,\"Tax\":1375.8,\"YQTax\":0,\"OtherCharges\":1060,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":304,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7261.8,\"PublishedFare\":7135.5,\"OfferedFare\":7135.5,\"CommissionEarned\":126.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-8260732512_0BLRJAIIX1766~25204685273208\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Corporate Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.3,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1375.8,\"BaseFareCal\":7135.5,\"BaseFare\":5886,\"CommissionEarned\":126.3,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":304,\"MFT\":1.8,\"OT\":1060,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7135.5,\"CostToCustomer\":7135.5,\"BaseFareCal\":7135.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7135.5,\"intOfferedFare\":7135.5,\"intPublishFare\":7261.8,\"TripjackMarkup\":0,\"TripjackCommission\":126.3,\"TripjackTDS\":\"6.65\",\"AddiMarkup\":0,\"CommisionPass\":126.3,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"386\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-09T21:05\",\"SegFlightNumber\":\"IX-1766\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-09T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VFPB\",\"Price\":200,\"amount\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VPMB\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VPBB\",\"Price\":500,\"amount\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VMFB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VIVB\",\"Price\":500,\"amount\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NMBB\",\"Price\":500,\"amount\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NFFB\",\"Price\":500,\"amount\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NCBB\",\"Price\":500,\"amount\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"982da-6e1c1-8a896-ea0f8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-03-21T22:42:42.156\",\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-04-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102888257748\",\"bookingId_TJ\":\"TJ102888257748\",\"FlightNumber\":\"IX-1766\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2024-04-09T18:20\",\"LocalFromTime\":\"2024-04-09 18:20\",\"FromUTCTime\":\"2024-04-09T18:20\",\"LocalToTime\":\"2024-04-09 21:05\",\"ToUTCTime\":\"2024-04-09T21:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Tue, 09 Apr\",\"ArrivalDateTxt\":\"Tue, 09 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7261.8,\"ApiResultIndex\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"982da-6e1c1-8a896-ea0f8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-03-21T22:42:42.156\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5886,\"Tax\":1375.8,\"YQTax\":0,\"OtherCharges\":1060,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":304,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7261.8,\"PublishedFare\":7135.5,\"OfferedFare\":7135.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1375.8,\"BaseFareCal\":7135.5,\"BaseFare\":5886,\"CommissionEarned\":126.3,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":304,\"MFT\":1.8,\"OT\":1060,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"386\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-09T21:05\",\"SegFlightNumber\":\"IX-1766\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-09T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"localFromDateTime\":\"2024-04-09 18:20\",\"localToDateTime\":\"2024-04-09 21:05\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','152.58.220.110','2024-03-21 17:15:47','2024-03-21 17:15:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL);
/*!40000 ALTER TABLE `tbl_flight_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_booking_customer`
--

DROP TABLE IF EXISTS `tbl_flight_booking_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_booking_customer` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `flight_booking_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `apiTraceId` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `BookingId` varchar(200) DEFAULT NULL,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `PNR_Number` varchar(200) DEFAULT NULL,
  `TicketId` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `TicketNumber` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `sectors` varchar(300) DEFAULT NULL,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstemail` varchar(250) DEFAULT NULL,
  `gstphone` varchar(250) DEFAULT NULL,
  `gstaddress` varchar(250) DEFAULT NULL,
  `gststate` varchar(250) DEFAULT NULL,
  `BaseFare` float NOT NULL DEFAULT '0',
  `Tax` float NOT NULL DEFAULT '0',
  `OtherCharges` float NOT NULL DEFAULT '0',
  `AgentCommisionEarned` float NOT NULL DEFAULT '0',
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL DEFAULT '0',
  `AgencyMarkUpGST` float NOT NULL DEFAULT '0',
  `GTXMarkUp` float NOT NULL DEFAULT '0',
  `GTXMarkUpGST` float NOT NULL DEFAULT '0',
  `MealPrice` float NOT NULL DEFAULT '0',
  `BaggagePrice` float NOT NULL DEFAULT '0',
  `Baggage` varchar(100) DEFAULT NULL,
  `CabinBaggage` varchar(100) DEFAULT NULL,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `JourneyType` smallint NOT NULL DEFAULT '0',
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `ip_address` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=334 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_booking_customer`
--

LOCK TABLES `tbl_flight_booking_customer` WRITE;
/*!40000 ALTER TABLE `tbl_flight_booking_customer` DISABLE KEYS */;
INSERT INTO `tbl_flight_booking_customer` VALUES (1,0,1,'d38ca-0c3fe-dc495-a72f7',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(3,0,1,'1c1f5-5bb4a-f9a56-fe0b4',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(4,0,1,'cb309-01f40-a0fbc-cfea7',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(5,0,1,'56c33-c8554-a414d-9e97e',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(6,0,1,'73519-af9bb-a4bfe-f7f00',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(7,0,1,'f0f51-a5b7d-bf959-ab890','TJS108100424777',NULL,'TESTPNR','TESTPNR','','CCU-SXR',0,38124,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(8,0,1,'838b9-04489-f219a-e92ec','TJS113500425070',NULL,'D8HJ7Z','D8HJ7Z','','BOM-DXB',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,'1991-12-27','GYF6758JHJH','IN','2023-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(9,0,2,'3eeb5-38730-c5848-e6067','TJS105000425164',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BOM-IXJ',0,38124,0,'nehakumari@gmail.com',3,0,'0','8923963627','nita','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(10,0,2,'3eeb5-38730-c5848-e6067',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@gmail.com',3,0,'0','8923963627','nita','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-22',2,'0','1',NULL,NULL,NULL,'0',NULL),(12,0,4,'73355-18e01-d268a-582a1',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'0','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(13,0,5,'4c615-33edd-706f5-71c2d','TJS119000425279',NULL,'QBG5XW-QBG5XW-QBG5XW','QBG5XW-QBG5XW-QBG5XW','','DEL-DXB',0,38124,0,'nehakumari@catpl.vo.in',3,0,'0','8923963627','neha','singh','',0,38124,'1947-12-30','GFH786HJHBJK','IN','2025-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(14,0,1,'43038-4a02a-d8054-cf9c4','TJS118700425331',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','11111111111-11111111111-11111111111-11111111111','DEL-BOM-BOM-DXB',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,'1991-12-27','GYF6758JHJH','IN','2023-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(15,0,1,'da7b1-440c4-d9ed8-d2282','TJS114100425347',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','11111111111-11111111111-11111111111-11111111111','DEL-AUH-AUH-XNB',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,'1991-12-27','GYF6758JHJH','IN','2023-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2022-12-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(16,0,1,'3c5ab-773ae-66f6a-1efb8','TJS101200426140',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','MAA-HYD-HYD-CCU',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(17,0,1,'343b1-bff90-9ef3d-8edf0','TJS102700427255',NULL,'G8DNSX-G8DNSX','G8DNSX-G8DNSX','','DEL-BLR-BLR-MAA',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(18,0,1,'ffc68-97eac-64677-67527','TJS115000427262',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111-11111111111','DEL-BOM-BOM-DXB',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,'1968-12-26','GYF6758JHJH','IN','2023-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2022-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(19,0,1,'8d25b-57adf-fcec2-08efd','TJS106300427277',NULL,'U6NVPQ-U6NVPQ-TESTPNR','U6NVPQ-U6NVPQ-TESTPNR','','BLR-MAA',0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(20,0,1,'8d25b-57adf-fcec2-08efd','TJS106300427277',NULL,'U6NVPQ-U6NVPQ-TESTPNR','U6NVPQ-U6NVPQ-TESTPNR','','BLR-MAA',0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','niku','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(21,0,1,'8d25b-57adf-fcec2-08efd',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','NEHA','KANNOJIA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-26',2,'0','1',NULL,NULL,NULL,'0',NULL),(22,0,1,'8d25b-57adf-fcec2-08efd',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','niku','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-26',2,'0','1',NULL,NULL,NULL,'0',NULL),(23,0,1,'9aa61-3c978-38b71-4f947',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','niku','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(24,0,1,'8405c-4d854-df138-f3f01','TJS116700429597',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-DXB',0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','niku','singh','',0,38124,'1960-12-29','TYF7868798JHJH','IN','2024-03-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(25,0,1,'e00a2-e96b5-06c29-d7492','TJS115800429621',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-DXB',0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','niku','singh','',0,38124,'1956-12-26','UUYR75778GHFY','IN','2024-03-21',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(26,0,6,'9f279-581b4-e258e-466ee','TJS109000429821',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111-11111111111','HYD-BLR-BLR-BOM',0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','Mohit ','Soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1Piece','7 Kg',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(27,0,1,'e0e24-4d429-e8519-24966','TJS111900430136',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BLR-BKK',0,38124,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','situ','singh','',0,38124,'1959-12-25','BHG7867869GFUYFJH','IN','2024-12-21',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg','7 Kg',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(28,0,2,'ddfef-35fd8-1850d-da3b2',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'nehakumari@catpl.co.in',3,0,'1','8923963627','nitu','singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(30,0,2,'db052-5817c-8f668-84559','TJS118900430154',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','IDR-CCU-CCU-SIN',0,38124,0,'nehakumari@catpl.co.in',3,0,'1','8923963627','nitu','singh','',0,38124,'1958-12-25','HGYU657658GFUYFUY','IN','2024-07-21',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg','7 Kg',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(31,0,7,'8df8b-05971-5a175-4d687',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sonu198534@yahoo.com',1,0,'0','9290127125','Sushil','Surana','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(32,0,8,'8a259-7f1b6-79980-23b6d',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'df@gmail.com',1,0,'0','7085485848','Fgd','Adc','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(33,0,9,'f25ed-0fc5a-bdedb-cc5b0',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'ggtrd@ggg.vom',1,0,'0','9993336669','Gthgggd','Ggghj','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-12-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(34,0,3,'bee4d-913ec-5c980-9fad5','TJS115700430855',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BLR-BKK',0,38124,0,'nehakumari@catpl.co.in',1,0,'1','8923963627','piku','singh','',0,38124,'1957-12-26','CFY7867698GYFUYF','IN','2024-12-20',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg','7 Kg',NULL,NULL,NULL,'2022-12-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(35,0,4,'0c97d-539dc-f2c93-c002b',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-12-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(36,0,10,'527a5-10929-b9456-b7e71',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshope.com',1,0,'0','9989613151','hemant','soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-12-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(37,0,11,'de54e-fe74b-7277b-4557e',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'rtgfn@hd.com',1,0,'0','9876543211','ddsgd','ccvc','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-01-02',1,'0','1',NULL,NULL,NULL,'0',NULL),(38,0,12,'7eb05-ed483-d3e5f-dd150',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'0','09989613151','MOHIT','SONI','',0,38124,'1974-01-08','p4545345','IN','2028-11-14',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0 Kg','10 Kg',NULL,NULL,NULL,'2023-01-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(39,0,14,'5ff53-0db3f-fc953-19c9b',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'abc@gmail.com',1,0,'0','9875687458','sdfsdf','asdasd','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-01-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(40,0,15,'686bc-79b2c-5f7b6-109b4',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'vdf@df.com',1,0,'0','9875632145','fdgfdg','dfgfdg','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-01-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(41,0,17,'ae83c-9b266-58c01-d9cdc',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'abc@dfhfd.com',1,0,'0','4563214562','hardik','patel','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'35KG','7 Kg',NULL,NULL,NULL,'2023-01-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(42,0,7,'de2d9-40d60-4d56b-72973',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-01-17',1,'0','1',NULL,NULL,NULL,'0',NULL),(43,48,20,'2c25f-f4566-b3766-03a24',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20','7',NULL,NULL,NULL,'2023-02-05',1,'0','1',NULL,NULL,NULL,'0',NULL),(44,49,20,'856b0-f6646-5294a-e8ab2',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20','7',NULL,NULL,NULL,'2023-02-05',1,'0','1',NULL,NULL,NULL,'0',NULL),(45,0,21,'25de4-e66ed-a181a-70bcd',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'Abc@gmail.com',1,0,'0','07208903029','Test','Testing','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(46,0,22,'74c5a-0e2bb-481fa-99a85',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sharmahemanth75@yahoo.com',1,0,'0','9912524410','Akanksha ','Parasar ','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(47,0,10,'9d8cf-71a2d-2e4f1-b7864',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sharmahemanth75@yahoo.com',1,0,'1','9912524410','Akanksha ','Parasar ','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(48,0,11,'9d8cf-71a2d-2e4f1-b7864',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sharmahemanth75@yahoo.com',2,0,'9','9912524410','Harshvardhan ','Sharma ','',0,38124,'2021-02-25',NULL,NULL,NULL,NULL,NULL,'','0','0',3,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(49,0,12,'92059-7cb67-d1ed4-c5de9',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sharmahemanth75@yahoo.com',1,0,'1','9912524410','Hemanth','Sharma','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(50,0,13,'92059-7cb67-d1ed4-c5de9',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'sharmahemanth75@yahoo.com',2,0,'9','9912524410','Harshvardhan ','Sharma ','',0,38124,'2021-02-25',NULL,NULL,NULL,NULL,NULL,'','0','0',3,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'2023-02-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(51,0,23,'8dbea-f61d3-b681b-50e1d',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'email@email.com',1,0,'0','9999999999','fffj','tyjgg','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-02-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(52,0,24,'2f720-1743a-767b2-dbdaa',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'Patnayatraservices@gmail.com',1,0,'0','7307307604','md tausif','ali','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-02-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(53,56,25,'0bf8b-b9726-92c89-959f3',NULL,NULL,NULL,NULL,NULL,'DMK-HYD',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','7702816887','N PREM','KUMAR','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20','7',NULL,NULL,NULL,'2023-02-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(55,0,27,'0f7c1-0756f-fdf7d-49602',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'GMAIL@GMAIL.COM',1,0,'0','9000805077','GMAIL','BABA','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-02-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(56,0,28,'021c8-6c170-4d15f-59bab',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'tausif2k7@gmail.com',1,0,'0','07307307604','Md','Ali','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-03-02',1,'0','1',NULL,NULL,NULL,'0',NULL),(57,0,14,'f761b-cc443-c810d-b49b0',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-03-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(58,0,15,'b3aac-06bad-a0730-1b35c',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'1','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2023-03-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(59,0,15,'b3aac-06bad-a0730-1b35c',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'1','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2023-03-10',2,'0','1',NULL,NULL,NULL,'0',NULL),(60,0,16,'c341a-a2c19-1835d-fda29',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'1','9989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-03-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(61,0,17,'a77cf-1c1f2-f9732-ff7ec',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',2,0,'1','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-03-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(62,0,29,'789f7-8cf13-45aba-49970',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'leosharma.1@gmail.com',1,0,'0','7827109666','Saurabh ','P','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-03-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(63,66,30,'19403-c5789-d1e83-66292',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshope.com',1,0,'0','9989613151','MOHIT','SONI','',0,45276,NULL,'F6546545',NULL,'2030-03-23',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20','7',NULL,NULL,NULL,'2023-03-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(64,0,18,'d9f41-f85bb-fa8e6-f7dc5',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-03-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(65,68,19,'a936a-f93c2-205ce-b7b66','626F7445E5AB4921862C04A708692487','626F7445E5AB4921862C04A708692487','JA8CU0-','JA8CU0-','','HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'9','9989613151','mohammed','ali','',0,45276,NULL,'k363629',NULL,'2031-04-05',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20','7',NULL,NULL,NULL,'2023-04-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(66,69,19,'62d38-02218-df46d-364a3','E606A106AAD9406ABBC57D2CB398FFFB','E606A106AAD9406ABBC57D2CB398FFFB','JA8CU0-,SRFC7E','JA8CU0-,SRFC7E',',','HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'9','9989613151','mohammed','ali','',0,45276,NULL,'k363629',NULL,'2031-04-05',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7KG',NULL,NULL,NULL,'2023-04-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(67,70,20,'c3f88-5017a-e9f38-d15ab','E2A065A7EDDC4B72A136403143BBCD40','E2A065A7EDDC4B72A136403143BBCD40','JA8CU0-','JA8CU0-','','HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,'F6546545',NULL,'2038-04-03',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7KG',NULL,NULL,NULL,'2023-04-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(68,0,31,'0d2da-bcb55-f7c8e-13a36',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'lsdfjjdl@gmail.com',1,0,'0','9568985698','sdfdfdf',' eeerre','',0,38124,'1979-04-12','PH054265d','IN','2023-12-22',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'40KG','7Kg',NULL,NULL,NULL,'2023-04-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(69,73,20,'21d94-5fedb-da053-24d29','CC0CE45FE8D643039E3251E2A9AD05D6','CC0CE45FE8D643039E3251E2A9AD05D6','JA8CU0-SRFC7E','JA8CU0-SRFC7E','','HYD-DMK',0,45276,0,'mohit@leisuretravelshope.com',1,0,'9','9989613151','MOHIT','SONI','',0,45276,NULL,'F6546545',NULL,'2033-04-12',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7KG',NULL,NULL,NULL,'2023-04-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(70,74,20,'74c8e-281fa-2dfd3-351f2',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,'F6546545',NULL,'2038-04-03',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7KG',NULL,NULL,NULL,'2023-04-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(71,75,20,'12064-69a4c-768e0-ab972',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,'F6546545',NULL,'2038-04-03',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7KG',NULL,NULL,NULL,'2023-04-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(72,0,32,'c7d1d-9270e-b511c-f3713',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshope.com',1,0,'0','09989613151','MOHIT','SONI','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-04-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(73,77,20,'e1ff0-72704-22709-ff90f',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,'F6546545',NULL,'2038-04-03',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20Kg','7Kg',NULL,NULL,NULL,'2023-04-15',1,'0','1',NULL,NULL,NULL,'0',NULL),(74,78,20,'969d9-3085b-0c37d-514f1',NULL,NULL,NULL,NULL,NULL,'HYD-DEL',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'0','9989613151','mohit','kumar','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'01 Bag of 15 Kg','7 Kg',NULL,NULL,NULL,'2023-04-15',1,'0','1',NULL,NULL,NULL,'0',NULL),(75,79,19,'944ad-76f5c-2f793-81dd5',NULL,NULL,NULL,NULL,NULL,'HYD-DMK',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'9','9989613151','mohammed','ali','',0,45276,NULL,'k363629',NULL,'2031-04-05',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20 Kg','7 Kg',NULL,NULL,NULL,'2023-04-15',1,'0','1',NULL,NULL,NULL,'0',NULL),(76,80,19,'c7aac-33a76-e44fb-97b42',NULL,NULL,NULL,NULL,NULL,'HYD-JAI',0,45276,0,'mohit@leisuretravelshoppe.com',1,0,'9','9989613151','mohammed','ali','',0,45276,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-04-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(77,0,33,'f5dd3-06884-36e1e-e3870',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'priyank31s@gmail.com',3,0,'0','8374352390','Priyank Neha','Singh','',0,38124,'1986-01-31','M9757721','IN','2025-06-08',NULL,NULL,'','0','0',1,0,'0','91','','',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(78,0,21,'f5dd3-06884-36e1e-e3870',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'priyank31s@gmail.com',1,0,'0','8374352390','Rajesh Kumar','Singh','',0,38124,'1983-02-22','T4752287','IN','2029-04-29',NULL,NULL,'','0','0',1,0,'0','91','','',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(79,0,22,'f5dd3-06884-36e1e-e3870',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'priyank31s@gmail.com',2,0,'9','8374352390','Vihaan','Singh','',0,38124,'2016-05-11','T9949807','IN','2024-12-16',NULL,NULL,'','0','0',2,0,'0','91','','',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(81,0,34,'5929c-0d7d9-4f667-b95dc',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'d_razees@yahoo.com',1,0,'0','9550841514','Rajesh','Singh','',0,38124,'1958-04-16','1221544312','IN','2025-04-22',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(82,0,12,'1d699-8e33d-a6a79-4e9a9',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',2,0,'0','09989613151','hemant','soni','',0,38124,'1956-04-19','ef234234','IN','2033-04-25',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(83,0,24,'b19bb-333cb-b1038-d5877',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'1','9989613151','RAJESH KUMAR','SINGH','',0,38124,'1983-02-22','T4752287','IN','2029-04-29',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(84,0,26,'e7fba-213e0-2d803-d9e90',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'1','09989613151','MOHIT','SONI','',0,38124,'1959-04-16','ererwerwer','IN','2030-04-09',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(85,0,27,'e7fba-213e0-2d803-d9e90',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'0','09989613151','Mohitt','soni','',0,38124,'1961-04-26','erwerwer','IN','2029-04-29',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(86,0,28,'e7fba-213e0-2d803-d9e90',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshoppe.com',1,0,'9','09989613151','ewrwer','soni','',0,38124,'2015-04-16','ws65656','IN','2028-04-11',NULL,NULL,'','0','0',2,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-04-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(87,0,29,'9575d-24f7d-61f0c-9c7cc',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohit@leisuretravelshope.com',1,0,'1','9989613151','MOHIT','SONI','',0,38124,'1957-04-19','k8777888','IN','2030-04-15',NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0 Kg','10 Kg',NULL,NULL,NULL,'2023-04-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(88,0,35,'182a0-eb563-2e900-d3bca',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'pavanvarma9346@gmail.com',1,0,'0','9346319064','Pavan','Varma','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'01 Bag of 15 Kg','7 Kg',NULL,NULL,NULL,'2023-04-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(89,0,36,'d08ff-d0bdd-6404e-8986a',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'mohitksoni11@gmail.com',2,0,'0','09989613151','Mohit','Soni','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-04-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(90,0,30,'296bd-6cb23-2e81a-9b851',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra Kumar ','Singh','',0,38124,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-06-16',1,'0','1',NULL,NULL,NULL,'0',NULL),(91,0,42,'30db7-f6f44-bccc7-81917',NULL,NULL,NULL,NULL,NULL,NULL,0,38124,0,'syedsikenderuddin@gmail.com',1,0,'0','9700330504','Sikender uddin','Syed','',0,38124,'1984-08-16','S9671234','IN','2033-03-07',NULL,NULL,'Shop no 15&16, Mahalaxmi Gem Jewellery Mall___Chirag Alli Lane, Abids','Hyderabad','12538',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg (2 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(94,0,1,'53e31-1f054-6840a-7d32f',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','situ','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(95,0,1,'c171d-867be-22edf-7c670',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(96,0,1,'318a7-beb3f-d9965-75815',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(97,0,38,'c6f9a-9d493-b3e00-8fbd9',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',2,0,'1','8923963627','nikki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(98,0,44,'90a9b-717ad-40279-0895a',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','deepak','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(99,0,45,'40b3e-422bc-841d8-85a6c',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'beinganuj3010@gmail.com',1,0,'0','9671365732','Anuj                                              ','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(100,0,39,'23d01-5ee6a-1bed2-180ac',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'beinganuj3010@gmail.com',1,0,'1','9671365732','Anuj                                              ','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(101,0,39,'23d01-5ee6a-1bed2-180ac',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'beinganuj3010@gmail.com',1,0,'1','9671365732','Anuj                                              ','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-22',2,'0','1',NULL,NULL,NULL,'0',NULL),(103,0,50,'cb25a-6de81-0c18b-25674',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj@catpl.co.in',1,0,'0','7009078210','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(104,0,40,'c6a7e-7faf5-6562d-e4a9b',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'beinganuj3010@gmail.com',1,0,'1','9671365732','Anujj                                           ','kumar                          ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(105,0,54,'09484-aa105-7643d-658f7',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'0','7009078210','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(106,0,42,'86fc9-ae5cc-0ff3c-9a269',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23.ak@gmail.com',1,0,'1','9671365732','Anuj','Kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(107,0,55,'bb456-11262-38b2f-f1af6',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'0','9671365732','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(108,0,55,'bb456-11262-38b2f-f1af6',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'0','9671365732','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-23',2,'0','1',NULL,NULL,NULL,'0',NULL),(109,0,46,'47eb8-1dbd4-f8c4c-c0e5b',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'1','9671365732','Anuj','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(110,0,1,'430f4-276c4-394f6-0fb02',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(111,0,47,'d4f2c-26db3-77df4-ac19c',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj@catpl.co.in',1,0,'1','7009078210','Anuj','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-08-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(112,0,48,'9bd01-ae01a-8791c-74b20',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'1','9671365732','Anuj                                              ','kumar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(113,0,1,'56975-6e0e6-c4254-197df',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(114,0,49,'0fc83-0f776-654e6-2eb93',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',2,0,'1','8923963627','nita','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(115,0,1,'7e939-4654b-eacc5-afa61',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(116,0,1,'4a7a3-c044c-7e474-988cb','BKRS102300679124',NULL,'TESTPNR','TESTPNR','','ATQ-DEL',0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(117,0,50,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'1','8923963627','rinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(118,0,51,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','nikki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(119,0,52,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(120,0,53,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','pinki','singh','',0,86368,'2022-08-02',NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',3,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(121,0,50,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'1','8923963627','rinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',2,'0','1',NULL,NULL,NULL,'0',NULL),(122,0,51,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',3,0,'0','8923963627','nikki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',2,'0','1',NULL,NULL,NULL,'0',NULL),(123,0,52,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chinki','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',2,'0','1',NULL,NULL,NULL,'0',NULL),(124,0,53,'26442-0da12-ced54-e89aa',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','pinki','singh','',0,86368,'2022-08-02',NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',3,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-08-30',2,'0','1',NULL,NULL,NULL,'0',NULL),(125,0,1,'bc0d8-95520-b33f8-3e0a6','BKRS101000679160',NULL,'TESTPNR','TESTPNR','','MAA-BLR',0,86368,0,'nehakumari@catpl.co.in',3,0,'Other','8923963627','SITU','SINGH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(126,0,56,'bc0d8-95520-b33f8-3e0a6','BKRS101000679160',NULL,'TESTPNR','TESTPNR','','MAA-BLR',0,86368,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','nikku','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(127,0,57,'bc0d8-95520-b33f8-3e0a6','BKRS101000679160',NULL,'TESTPNR','TESTPNR','','MAA-BLR',0,86368,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rahul','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(128,0,58,'bc0d8-95520-b33f8-3e0a6','BKRS101000679160',NULL,'TESTPNR','TESTPNR','','MAA-BLR',0,86368,0,'nehakumari@catpl.co.in',2,0,'9','8923963627','chinki','singh','',0,86368,'2022-08-01',NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',3,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(129,0,59,'643a9-1ee0e-3584b-04cf4','BKRS100500679169',NULL,'A4E2KY-TESTPNR-TESTPNR-I9MNSZ','A4E2KY-TESTPNR-TESTPNR-I9MNSZ','','IXJ-DEL',0,86368,0,'nehakumari@catpl.co.in',3,0,'1','8923963627','sita','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(130,0,61,'a7a5a-b564b-02a8e-89d77',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra Kumar ','Singh','',0,86368,'1995-08-09','1236598745','IN','2030-08-13','2020-08-14',NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(131,0,62,'d65e0-95cc8-7b008-784d4',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','deepak','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-02',1,'0','1',NULL,NULL,NULL,'0',NULL),(132,0,60,'9cfa5-e71d7-493fe-f2fe3',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mdsabirnoor@gmail.com',1,0,'0','8447455883','md','Sabir','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(133,0,60,'90daf-8e598-a9308-b1de0',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mdsabirnoor@gmail.com',1,0,'0','8447455883','md','Sabir','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(134,0,63,'54fa1-2008e-cf672-db567',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'jitendra@catpl.co.in',1,0,'1','9958049006','Jitendra Kumar ','Singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(135,0,64,'a542d-9be8d-21080-6019b',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'AGARWALANSUL65@GMAIL.COM',1,0,'1','7742825288','DEEPAK ','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(136,0,61,'be6e8-72753-c76fe-25fdc',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agatrwalsnul65@gmail.com',1,0,'0','7742825288','deepak ','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(139,0,64,'b9b06-2bc0e-4ab1b-054d6',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalmahak39@gmail.com',3,0,'0','6367906949','mahak','agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(140,0,65,'402e4-fa217-4b687-9acfe','BKR101372089860',NULL,NULL,NULL,'','DEL-AMD',0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','vikram ','singh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(141,0,66,'29cc9-c8428-e50b6-2695d','BKR109872251257',NULL,'Z2L4FX','Z2L4FX','','BLR-JAI',0,86368,0,'mukesh.seervi15@gmail.com',1,0,'1','8553955457','ganesh','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-09',1,'0','1',NULL,NULL,NULL,'0',NULL),(142,0,67,'29cc9-c8428-e50b6-2695d','BKR109872251257',NULL,'Z2L4FX','Z2L4FX','','BLR-JAI',0,86368,0,'mukesh.seervi15@gmail.com',1,0,'0','8553955457','B poonaram','poonaram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-09',1,'0','1',NULL,NULL,NULL,'0',NULL),(143,0,67,'b016e-5b77b-182b6-6252b',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'rdrohitdewasi@gmail.com',1,0,'0','8668782158','Rohit','Dewasi','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(146,0,70,'b2a89-e5432-351ee-e9848','BKR103772568705',NULL,'GPHWVS','GPHWVS','','PNQ-AMD',0,86368,0,'Goswamigaju@32gmail.com',1,0,'0','7727020992','Rajpurohit harisinh','Mohansinh','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(147,0,76,'fa097-4f016-0a17e-df97c',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'tinysharma02@gmail.com',1,0,'0','7972932188','Tinu','Sharma','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91','','',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(148,0,76,'fa097-4f016-0a17e-df97c',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'tinysharma02@gmail.com',1,0,'0','7972932188','Tinu','Sharma','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91','','',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-09-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(149,0,72,'83d91-cf385-ce134-779a0',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'1','9671365732','Anuj','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(150,0,72,'83d91-cf385-ce134-779a0',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'anuj23@gmail.com',1,0,'1','9671365732','Anuj','kumar                                             ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-09-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(153,0,44,'98aa3-bf481-9b633-fdcf8',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','Deepak ','Agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(154,0,44,'98aa3-bf481-9b633-fdcf8',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',3,0,'0','7742825288','Mahak ','Agarwal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(155,0,78,'bc4c2-807d0-0a08a-93018',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'durgeshkirnapure8@gmail.com',1,0,'0','9881361677','Durgesh','Kirnapure','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(156,0,76,'3c585-241e8-cfd46-6a34d','BKR107173579737',NULL,'WLK13B-WLK13B','WLK13B-WLK13B','','BLR-HYD-HYD-JDH',0,86368,0,'amar.seervi15@gmail.com',1,0,'1','9066797528','Revath ','Ram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-24',1,'0','1',NULL,NULL,NULL,'0',NULL),(157,0,78,'249c5-385aa-6d896-53c54','BKR101873901948',NULL,NULL,NULL,'','DBR-BLR',0,86368,0,'mukesh.seervi15@gmail.com',1,0,'1','8553955457','dharmendra kumar','mandal','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-09-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(158,0,79,'d01c4-2efd9-3ca54-3dbc5',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Harsh','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(159,0,80,'d01c4-2efd9-3ca54-3dbc5',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-09-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(160,0,83,'89205-9b983-26a4c-cdc4b','BKR100774236651',NULL,'5SBM3D-5SBM3D','6LHUTI-6LHUTI','0989054936979-0989054936979','DIB-IMF-IMF-CCU',0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','Rajesh','Deb','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-10-02',1,'0','1',NULL,NULL,NULL,'0',NULL),(161,0,86,'63c23-af2f4-4d42a-e86e8',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'amar.seervi15@gmail.com',1,0,'1','9066797528','Nakaram','Nakaram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(162,0,87,'187c4-3d178-b95e0-a98b2','BKR107174558383',NULL,'T12FKN','T12FKN','','MAA-JAI',0,86368,0,'amar.seervi15@gmail.com',1,0,'1','9066797528','Nakaram ','Nakaram ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(163,0,90,'b7ea0-497d7-b6c50-769c1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',1,0,'1','8553955457','juga ','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(164,0,91,'1a87f-46542-cc997-26a47','BKR101574961138',NULL,'CTRFKT','CTRFKT','','BLR-JAI',0,86368,0,'mukesh.seervi15@gmail.com',1,0,'1','8553955457','juga ','ram','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(165,0,94,'00e4b-f344c-242f2-ac839',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'vishwakarmatravels198@gmail.com',1,0,'1','9137684463','MD AZIM','SEKH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(166,0,83,'b6256-efb84-02551-1dc22',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'arvindyadavsk038@gmail.com',1,0,'0','9833223787','Arvind ','Yasxc ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(167,158,84,'f4dde-8aad8-3a013-a4e76','DMCS101600735332','TJS101600735332','BEYIFX','BEYIFX','','DEL-IXJ',0,97238,0,'nehakumari@catpl.co.in',1,0,'0','8923963627','prince','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(168,159,95,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','DEL-JAI',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(169,159,96,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','DEL-JAI',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','niya','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',2,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(170,159,97,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','DEL-JAI',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rani','devi','',0,97238,'2022-10-01',NULL,NULL,NULL,NULL,NULL,'','','0',3,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(171,160,95,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','JAI-DEL',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(172,160,96,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','JAI-DEL',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','niya','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',2,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(173,160,97,'e1cd5-9e0c3-fcb31-aef02','DMCS100000735374','TJS100000735374','P3FIFZ-P3FIFZ','P3FIFZ-P3FIFZ','','JAI-DEL',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rani','devi','',0,97238,'2022-10-01',NULL,NULL,NULL,NULL,NULL,'','','0',3,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(174,161,98,'9b838-bfcd5-c5345-626a7','DMCS108100735407','TJS108100735407','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','','DEL-BLR',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(175,162,98,'9b838-bfcd5-c5345-626a7','DMCS108100735407','TJS108100735407','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','','BLR-IXJ',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(176,163,98,'9b838-bfcd5-c5345-626a7','DMCS108100735407','TJS108100735407','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','G41F5Y-G41G5Y-G41G5Y-TYLHKJ','','IXJ-DEL',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(177,0,86,'e10d3-36576-7d93f-5f0c1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'gopalchudasama21@gmail.com',1,0,'0','7096795467','Solanki Vipul','Dhanabhai','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(178,0,99,'e10d3-36576-7d93f-5f0c1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'gopalchudasama21@gmail.com',1,0,'0','7096795467','Chudasama Gopal','Vallabhbhai','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(179,0,86,'e10d3-36576-7d93f-5f0c1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'gopalchudasama21@gmail.com',1,0,'0','7096795467','Solanki Vipul','Dhanabhai','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(180,0,99,'e10d3-36576-7d93f-5f0c1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'gopalchudasama21@gmail.com',1,0,'0','7096795467','Chudasama Gopal','Vallabhbhai','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(181,166,100,'0170f-e9c1c-98cc0-3aaba','DMCS102900735514','TJS102900735514','OBP1VG-OBP1VG','OBP1VG-OBP1VG','','DEL-IXJ',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(182,167,100,'0170f-e9c1c-98cc0-3aaba','DMCS102900735514','TJS102900735514','OBP1VG-OBP1VG','OBP1VG-OBP1VG','','IXJ-DEL',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','chotu','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(183,168,101,'66a43-f5087-382a5-28fb8','DMCS105500735516','TJS105500735516','T6PTNV-T6PUNV','T6PTNV-T6PUNV','','DEL-SXR',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','shivam','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(184,169,101,'66a43-f5087-382a5-28fb8','DMCS105500735516','TJS105500735516','T6PTNV-T6PUNV','T6PTNV-T6PUNV','','SXR-IXJ',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','shivam','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',2,'0','1',NULL,NULL,NULL,'0',NULL),(185,0,87,'27b22-303b4-7ac30-8aabd',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'diptachakraborty540@gmail.com',1,0,'0','9366588935','Dipta','Chakraborty','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(186,0,88,'ae0d3-a9f8f-76dd5-3a40d',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'MAHENDRADEWASI1257@gmail.com',1,0,'0','9789157706','Mahendradewasi ','Mahendradewasi ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(187,172,89,'e8e5d-786c2-3446f-188a2',NULL,NULL,NULL,NULL,NULL,'DEL-BOM',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(188,173,102,'ef71f-34296-c3bce-c9a9a','DMCS106300735681','TJS106300735681','TESTPNR','TESTPNR','','DEL-JAI',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(189,174,90,'803fe-94667-12bba-2fc69','DMCS103100735833','TJS103100735833','N2KYTL-N2KYTL','N2KYTL-N2KYTL','','DEL-BOM',0,97367,0,'mehakag.15@gmail.com',3,0,'0','9116005779','mahak','agarwal','',0,97367,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-21',1,'0','1',NULL,NULL,NULL,'0',NULL),(190,175,93,'091b5-758dc-10a5a-c8def','DMCS101300736177','TJS101300736177','G2FJ4J','G2FJ4J','','DEL-BLR',0,97261,0,'krishnatravels612@gmail.com',1,0,'0','8290407450','ansul','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(192,177,104,'9bc66-24497-a4d01-243c1',NULL,NULL,NULL,NULL,NULL,'DEL-BLR',0,97238,0,'nehakumari@catpl.co.in',1,0,'9','8923963627','rahul','singh','',0,97238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(194,179,95,'6e6dc-1104a-d1755-92fd5',NULL,NULL,NULL,NULL,NULL,'CCU-IXA',0,97527,0,'diptachakraborty540@gmail.com',1,0,'0','9366588935','Akash','Chakraborty','',0,97527,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(195,0,96,'4bc8a-62d95-15ae5-98efb','BKR104375860826',NULL,'5Z6KV9-5Z6KV9','65S7FN-65S7FN','2289056379074-2289056379074','BOM-DEL-DEL-ATQ',0,86368,0,'sonallangote@gmail.com',3,0,'0','8308804667','Sonal','Langote','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(196,0,105,'4bc8a-62d95-15ae5-98efb','BKR104375860826',NULL,'5Z6KV9-5Z6KV9','65S7FN-65S7FN','2289056379075-2289056379075','BOM-DEL-DEL-ATQ',0,86368,0,'sonallangote@gmail.com',3,0,'0','8308804667','Deepashree','Wadekar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(197,0,106,'4bc8a-62d95-15ae5-98efb','BKR104375860826',NULL,'5Z6KV9-5Z6KV9','65S7FN-65S7FN','2289056379076-2289056379076','BOM-DEL-DEL-ATQ',0,86368,0,'sonallangote@gmail.com',1,0,'0','8308804667','Shailesh','Sutar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(198,0,107,'ca778-72001-bc9e4-96a67',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'sonallangote@gmail.com',3,0,'1','8308804667','sonal','langote','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(199,0,108,'ca778-72001-bc9e4-96a67',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'sonallangote@gmail.com',3,0,'0','8308804667','deepashree','wadekar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(200,0,109,'ca778-72001-bc9e4-96a67',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'sonallangote@gmail.com',1,0,'0','8308804667','shailesh','sutar','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(201,0,97,'5729d-eb0dd-8034a-66dd9',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'epa99494vd@gmail.com',1,0,'0','7051111994','Gdgd','Gdy','',0,86368,'1965-10-01',NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(202,183,98,'c73b7-53b67-07979-84eb6',NULL,NULL,NULL,NULL,NULL,'GAU-MAA',0,97689,0,'mohibulhoqur00@gmail.com',1,0,'0','9577359661','Mohibul','Hoque','',0,97689,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(204,185,111,'20f65-7b02a-34a7f-9d9b7',NULL,NULL,NULL,NULL,NULL,'DEL-IXJ',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(205,186,99,'77137-d1a6a-0d688-07cf9','DMC103075961649','TJ103075961649','RZ6F6V','RZ6F6V','','BLR-IXB',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','7584053639','EZARUL','HAQUE','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(206,186,112,'77137-d1a6a-0d688-07cf9','DMC103075961649','TJ103075961649','RZ6F6V','RZ6F6V','','BLR-IXB',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','7584053639','JAKIR','HOSSAIN','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(207,187,100,'e4d27-ad5c8-483e5-479cb','DMC105475991156','TJ105475991156','RQDR5P','RQDR5P','','JAI-STV',0,97606,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'0','8302204007','nitin','choumal','',0,97606,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(208,187,113,'e4d27-ad5c8-483e5-479cb','DMC105475991156','TJ105475991156','RQDR5P','RQDR5P','','JAI-STV',0,97606,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'0','8302204007','ashish','cHOMAL','',0,97606,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(209,188,101,'1ae19-d27b5-b1a7d-b0508',NULL,NULL,NULL,NULL,NULL,'DEL-IXR',0,97862,0,'ajaynavhal@gmail.com',1,0,'0','9462269772','MUKESH','KUMAR','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(210,189,116,'8aadd-70af4-0b211-c2f9c',NULL,NULL,NULL,NULL,NULL,'JAI-DEL',0,97862,0,'ajaynavhal@gmail.com',1,0,'0','9462269772','AJAY KUMAR','SHARMA','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(211,0,117,'aa4be-c1534-9db7b-29b80',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'1','8553913360','Dbdj','Ehek','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(212,0,118,'aa4be-c1534-9db7b-29b80',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'0','8553913360','Jddi','Hdkd','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(213,0,119,'aa4be-c1534-9db7b-29b80',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',2,0,'0','8553913360','Dbdj','Dhdiod','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(214,0,120,'aa4be-c1534-9db7b-29b80',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'0','8553913360','Xbxk','Xhdi','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(215,0,121,'aa4be-c1534-9db7b-29b80',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',3,0,'0','8553913360','Sbsj','Dbdk','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(216,0,122,'a9758-aba99-03e12-0d118',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'1','8553913360','aspak hossain','sk','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-25',1,'0','1',NULL,NULL,NULL,'0',NULL),(217,0,123,'dd758-90d65-48c01-12fa0','BKR102276057850',NULL,'SPW5JF','SPW5JF','','IDR-BOM',0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(218,193,103,'7dd92-aaa8d-b5301-05b22','DMC116476057851','TJ116476057851','600KRY','6LEPJP','0985100101665','DEL-DXB',0,97862,0,'vikarmgurjar21673@gmail.com',1,0,'0','562230890','KAILASH','GURJAR','',0,97862,'1995-01-01','P1423093','IN','2026-05-03','2016-05-04',NULL,'','','0',1,0,'0','971',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2023-10-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(219,194,124,'65139-a17c0-2cf3a-70cba',NULL,NULL,NULL,NULL,NULL,'DEL-ATQ',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-10-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(220,0,104,'edf45-1baec-55c3a-9096c',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'rajasharma2080@gmail.com',1,0,'0','8840632226','Goutam ','Dey','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(221,196,105,'3ecff-b062e-36fb8-a9e1f','DMC106476171116','TJ106476171116','YHZN7N','YHZN7N','','IXY-DEL',0,97862,0,'ajaynavhal@gmail.com',2,0,'0','9313853705','RITAMIT','LEPCHA','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(222,197,106,'9f8ea-822f8-ed2f8-b28d9','DMC105476200264','TJ105476200264','NZNTHN','NZNTHN','','BLR-IXC',0,97557,0,'zainansari70@gmail.com',1,0,'0','7760097886','aslam','saifee','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(223,0,125,'d0f19-3a10b-a3500-441f7','BKR109576237764',NULL,'DQL3MP-DQL3MP','DQL3MP-DQL3MP','','BOM-JAI',0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','ASHOK KUMAR','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(224,0,126,'d0f19-3a10b-a3500-441f7','BKR109576237764',NULL,'DQL3MP-DQL3MP','DQL3MP-DQL3MP','','BOM-JAI',0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','PANKAJ','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(225,0,127,'d0f19-3a10b-a3500-441f7','BKR109576237764',NULL,'DQL3MP-DQL3MP','DQL3MP-DQL3MP','','BOM-JAI',0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','RATAN LAL','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(226,0,125,'d0f19-3a10b-a3500-441f7',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','ASHOK KUMAR','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',2,'0','1',NULL,NULL,NULL,'0',NULL),(227,0,126,'d0f19-3a10b-a3500-441f7',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','PANKAJ','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',2,'0','1',NULL,NULL,NULL,'0',NULL),(228,0,127,'d0f19-3a10b-a3500-441f7',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'0','7742825288','RATAN LAL','GOYAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-28',2,'0','1',NULL,NULL,NULL,'0',NULL),(229,200,107,'b5907-43da3-7beb4-0882b','DMC102376289012','TJ102376289012','GNUS8V-GNUS8V','GNUS8V-GNUS8V','','BOM-VTZ',0,97862,0,'ajaynavhal@gmail.com',3,0,'0','7417609209','ASMA NAWAZ','KHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(230,201,128,'d9c83-cf38a-babb3-5430c',NULL,NULL,NULL,NULL,NULL,'JAI-DEL',0,97862,0,'ajaynavhal@gmail.com',1,0,'9','9462269772','AJAY KUMAR','SHARMA','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(231,202,108,'18b3e-53723-4f575-29394',NULL,NULL,NULL,NULL,NULL,'DEL-IXJ',0,98705,0,'jaipurking400@gmail.com',1,0,'0','9785552020','manish','gangwani','',0,98705,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(232,203,129,'b9da1-847fb-a17fe-045ec','DMC102176336006','TJ102176336006','I2817H','I2817H','','IXC-BLR',0,97557,0,'zainansari70@gmail.com',1,0,'9','7760097886','ASLAM','SAIFEE','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(233,204,109,'3bf30-6e5bb-9c56d-79878','DMC104376390197','TJ104376390197','Y2PZ6X','Y2PZ6X','','HYD-DEL',0,97862,0,'ajaynavhal@gmail.com',3,0,'0','6396921465','MUSARRAT','JAHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(238,206,111,'faef0-5004f-30d05-fd91c','DMC104176405939','TJ104176405939','W6T6GD','W6T6GD','','JAI-PNQ',0,97261,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'0','9587206406','YOGESH KUMAR','SHARMA','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(239,206,135,'faef0-5004f-30d05-fd91c','DMC104176405939','TJ104176405939','W6T6GD','W6T6GD','','JAI-PNQ',0,97261,0,'KRISHNATRAVELS612@GMAIL.COM',2,0,'0','9587206406','ANJU','DEVI','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(240,206,136,'faef0-5004f-30d05-fd91c','DMC104176405939','TJ104176405939','W6T6GD','W6T6GD','','JAI-PNQ',0,97261,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'0','9587206406','ABHAY SINGH','DANGI','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(241,206,137,'faef0-5004f-30d05-fd91c','DMC104176405939','TJ104176405939','W6T6GD','W6T6GD','','JAI-PNQ',0,97261,0,'KRISHNATRAVELS612@GMAIL.COM',3,0,'0','9587206406','PALAK','DANGI','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(242,0,138,'2d40f-92afb-79197-bc5f1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'1','9587206406','YOGESH KUMAR','SHARMA','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(243,0,139,'2d40f-92afb-79197-bc5f1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM',2,0,'0','9587206406','ANJU','DEVI','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(244,0,140,'2d40f-92afb-79197-bc5f1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM',1,0,'0','9587206406','ABHAY SINGH ','DANGI','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(245,0,141,'2d40f-92afb-79197-bc5f1',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'KRISHNATRAVELS612@GMAIL.COM',3,0,'0','9587206406','PALAK ','DANGI','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(246,0,142,'34c70-3dea0-bd46f-10088',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'1','8553913360','Urhfkk','Hei','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(247,0,143,'34c70-3dea0-bd46f-10088',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'alex005778@gmail.com',1,0,'0','8553913360','Djie','Jdod','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(248,209,112,'2d8d3-3467a-cef0f-5837c','DMC103576461246','TJ103576461246','S1K8FS','S1K8FS','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',1,0,'0','7393058364','dilnavaj','dilnavaj','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-10-31',1,'0','1',NULL,NULL,NULL,'0',NULL),(249,0,113,'9208a-8afa9-27c3b-30210',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'MAHENDRADEWASI1257@gmail.com',1,0,'0','9113888757','Om prakash ','Om prakash ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(250,0,114,'ebf9d-da176-07f76-32e03',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'valakhotia@gmail.com',1,0,'0','9133687680','Vivekanand','Lakhotia','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-09',1,'0','1',NULL,NULL,NULL,'0',NULL),(251,212,115,'3af15-1320e-9f9d1-9edfb',NULL,NULL,NULL,NULL,NULL,'MAA-HYD',0,97571,0,'anandasha444@gmail.com',1,0,'0','9150253777','Anand','Kumar','',0,97571,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(253,214,117,'b3c65-143c4-ddc9e-69013','DMC101177479084','TJ101177479084','MZ9W2A','MZ9W2A','','JAI-BOM',0,97862,0,'ajaynavhal@gmail.com',1,0,'0','9819677484','NANU RAM','PRAJAPAT','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(255,216,119,'aa2bc-2d728-af437-b1aec','DMC107877575120','TJ107877575120','GUR3ST','GUR3ST','','JAI-CCU',0,97862,0,'ajaynavhal@gmail.com',2,0,'0','8274841630','IMRAN PINKI','KINAR','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(256,217,120,'f9dc7-54ae0-70fb5-7d1cb',NULL,NULL,NULL,NULL,NULL,'JAI-CCU',0,97862,0,'ajaynavhal@gmail.com',2,0,'0','7449752858','ISHRAT','JAHAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-16',1,'0','1',NULL,NULL,NULL,'0',NULL),(257,218,121,'a43f6-01d5f-12881-5ff9c','DMC101577918599','TJ101577918599','F55Z4D','F55Z4D','','BLR-IXB',0,97557,0,'zainansari70@gmail.com',1,0,'0','9022903904','Marguf','Marguf','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(258,218,144,'a43f6-01d5f-12881-5ff9c','DMC101577918599','TJ101577918599','F55Z4D','F55Z4D','','BLR-IXB',0,97557,0,'zainansari70@gmail.com',1,0,'0','9022903904','Moh','Sohib','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(259,0,122,'c2a83-5cb39-91610-15fdb',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'afbkammakbfa55@gmail.com',1,0,'0','6006608060','Murad ','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(260,0,145,'c686d-052af-d189b-73dea',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'afbkammakbfa55@gmail.com',1,0,'1','6006608060','Murad','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-18',1,'0','1',NULL,NULL,NULL,'0',NULL),(266,222,151,'10b13-5d48b-2b174-5cfdc','DMC101578037061','TJ101578037061','I8QC4X','I8QC4X','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',2,0,'9','9022903904','Noor jahan','Khatun','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(267,222,152,'10b13-5d48b-2b174-5cfdc','DMC101578037061','TJ101578037061','I8QC4X','I8QC4X','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',2,0,'0','9022903904','Ishrot','Fouziya','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(268,222,153,'10b13-5d48b-2b174-5cfdc','DMC101578037061','TJ101578037061','I8QC4X','I8QC4X','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',2,0,'0','9022903904','Anjum shalla','Mohamed kasim','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(269,222,154,'10b13-5d48b-2b174-5cfdc','DMC101578037061','TJ101578037061','I8QC4X','I8QC4X','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',1,0,'0','9022903904','Mohamed kasim','Ubaithur rahman','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(270,222,155,'10b13-5d48b-2b174-5cfdc','DMC101578037061','TJ101578037061','I8QC4X','I8QC4X','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',2,0,'0','9022903904','Anam samreen','Mohamed kasim','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(271,223,156,'ec3bb-c685e-4f729-f2f29',NULL,NULL,NULL,NULL,NULL,'AUH-BOM',0,97862,0,'ajaynavhal@gmail.com',1,0,'9','9462269772','YOGI','SHUBHAM','',0,97862,'1997-04-29','U1905154','IN','2029-11-13','2019-11-14',NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg Total In 2 Piece only','7 Kg',NULL,NULL,NULL,'2023-11-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(272,0,157,'8b316-cdad1-27fc4-22a0e',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'afbkammakbfa55@gmail.com',1,0,'1','6006608060','Murad ','Ali','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(273,225,158,'a5207-4f38e-5a220-f1c20','DMC106178107882','TJ106178107882',NULL,NULL,'','BLR-DBR',0,97557,0,'zainansari70@gmail.com',1,0,'9','9022903904','Aala','Nur','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-20',1,'0','1',NULL,NULL,NULL,'0',NULL),(274,226,123,'9b6ed-8d270-f280e-1e2e2','MzA5MzIyMDkw','MzA5MzIyMDkw','HHMVFX','HHMVFX','','BLR-DBR',0,97557,0,'zainansari70@gmail.com',1,0,'0','9582850795','Ejaj','Ansari','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-11-22',1,'0','1',NULL,NULL,NULL,'0',NULL),(275,227,124,'e6ff8-43224-a1f5d-c3d85','DMC107378375384','TJ107378375384','H2YIGX','H2YIGX','','BLR-BOM',0,97557,0,'zainansari70@gmail.com',1,0,'0','9845411561','MOHAMMED','SALEEMUDDIN','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(276,227,159,'e6ff8-43224-a1f5d-c3d85','DMC107378375384','TJ107378375384','H2YIGX','H2YIGX','','BLR-BOM',0,97557,0,'zainansari70@gmail.com',2,0,'0','9845411561','RESHMA','RESHMA','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(277,228,160,'73922-83a23-d362c-a4fb4','DMC103378376090','TJ103378376090','K1SLQL','K1SLQL','','BOM-BLR',0,97557,0,'zainansari70@gmail.com',1,0,'9','9845411561','MOHAMMED','SALEEMUDDIN','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(278,228,161,'73922-83a23-d362c-a4fb4','DMC103378376090','TJ103378376090','K1SLQL','K1SLQL','','BOM-BLR',0,97557,0,'zainansari70@gmail.com',2,0,'0','9845411561','RESHMA','RESHMA','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(280,230,163,'452ae-10b26-63194-9949a','DMC105478693938','TJ105478693938','BPF88C','BPF88C','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',1,0,'9','9022903904','Rahath','Tabrez','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(282,232,126,'c61c6-34336-67b97-d0638',NULL,NULL,NULL,NULL,NULL,'IXB-BLR',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','8369899689','parwez','alam','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(283,0,164,'d7597-15e63-caf98-e8177','BKR108378921947',NULL,'D55QYP','D55QYP','','AMD-BOM',0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-11-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(284,0,165,'b9a6c-9dc11-a3575-68dd5',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'agarwalansul65@gmail.com',1,0,'1','7742825288','ANSUL','AGARWAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2023-12-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(285,235,166,'2a0df-45c3d-8a64e-d2f17',NULL,NULL,NULL,NULL,NULL,'BLR-JDH',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'9','7742825288','deepak','agarwal','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(286,235,167,'2a0df-45c3d-8a64e-d2f17',NULL,NULL,NULL,NULL,NULL,'BLR-JDH',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','7742825288','mahak','jfgyhws','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(287,235,168,'2a0df-45c3d-8a64e-d2f17',NULL,NULL,NULL,NULL,NULL,'BLR-JDH',0,97261,0,'AGARWALANSUL65@GMAIL.COM',1,0,'0','7742825288','errt','tghrty','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(288,0,127,'bb0cc-903f4-9c847-799c7',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'appandit39@gmail.com',1,0,'0','9828517420','Rao mohd','Galib','',0,86368,'1996-12-15','V9900097','IN','2032-06-09','2022-06-10',NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg','7 Kg',NULL,NULL,NULL,'2023-12-04',1,'0','1',NULL,NULL,NULL,'0',NULL),(290,238,129,'521eb-b16cb-72243-3c1df',NULL,NULL,NULL,NULL,NULL,'JAI-DEL',0,103393,0,'333AJAYBANNA333@GMAIL.COM',1,0,'0','8955176616','ET','ET','',0,103393,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-12-05',1,'0','1',NULL,NULL,NULL,'0',NULL),(291,239,169,'64ca5-f4e1b-d0b0b-d032e',NULL,NULL,NULL,NULL,NULL,'JAI-DEL',0,103393,0,'333AJAYBANNA333@GMAIL.COM',1,0,'9','8955176616','RETRE','ERT','',0,103393,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2023-12-05',1,'0','1',NULL,NULL,NULL,'0',NULL),(292,240,130,'0078d-e4681-2c610-37e1d','FLYB6W8W6','FLYB6W8W6','C75EQA-C75EQA','C75EQA-C75EQA','C75EQA8W61-C75EQA8W61','DEL-BLR',0,97261,0,'krishnatravels612@gmail.com',1,0,'0','8369899689','aslam','Aslam','',0,97261,'1992-01-01',NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7KG',NULL,NULL,NULL,'2023-12-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(293,241,131,'0741a-691bf-8efc6-3b741','DMC107579605616','TJ107579605616','DWHDXI','DWHDXI','','BLR-VNS',0,97557,0,'zainansari70@gmail.com',1,0,'0','9448681960','MOHAMMAD','IDRIS','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(294,242,132,'3c6b0-82245-6fe26-f007d','DMC109779821289','TJ109779821289','YVDPPL','YVDPPL','','BLR-LKO',0,97557,0,'zainansari70@gmail.com',1,0,'0','8467969662','IRPHAN','KHAN','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(295,243,133,'106c4-8b925-5b3f9-5fdcc',NULL,NULL,NULL,NULL,NULL,'JRH-GOX',0,97676,0,'mangesh.shetye5@gmail.com',1,0,'0','8669653343','SUBRAJEET','PHOOKAN','',0,97676,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(296,244,172,'d27ce-6b625-a75f3-d51c2',NULL,NULL,NULL,NULL,NULL,'BLR-DBR',0,97557,0,'zainansari70@gmail.com',1,0,'9','9022903904','MD WASIK','ALAM','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15kg','',NULL,NULL,NULL,'2023-12-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(297,245,134,'49be3-1b5f2-edc9e-c3231','FLYB6XAPH','FLYB6XAPH','NYZLXF','NYZLXF','NYZLXFAPH1','BLR-DBR',0,97557,0,'zainansari70@gmail.com',1,0,'0','6200384207','MD WASIK','ALAM','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15kg','',NULL,NULL,NULL,'2023-12-11',1,'0','1',NULL,NULL,NULL,'0',NULL),(298,246,173,'5c2ef-6e8c3-2f324-ef89c',NULL,NULL,NULL,NULL,NULL,'GAU-CCU',0,97689,0,'mohibulhoqur00@gmail.com',1,0,'9','9577359661','Mohibul','Hoque','',0,97689,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7KG',NULL,NULL,NULL,'2023-12-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(299,247,135,'9f294-580dd-8b07b-e7d1b','DMC106780354412','TJ106780354412','P35EGX','P35EGX','','DEL-GAU',0,97862,0,'ajaynavhal@gmail.com',1,0,'0','9509969303','PREM','DAN','',0,97862,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-17',1,'0','1',NULL,NULL,NULL,'0',NULL),(304,249,137,'1f283-c73ba-589a1-4d3df','DMC106281042227','TJ106281042227',NULL,NULL,'','CCU-BLR',0,97261,0,'krishnatravels613@gmail.com',1,0,'0','8290407450','Irfan','Khan','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(305,249,177,'1f283-c73ba-589a1-4d3df','DMC106281042227','TJ106281042227',NULL,NULL,'','CCU-BLR',0,97261,0,'krishnatravels613@gmail.com',1,0,'0','8290407450','Mohammed','Yaseen','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(306,249,178,'1f283-c73ba-589a1-4d3df','DMC106281042227','TJ106281042227',NULL,NULL,'','CCU-BLR',0,97261,0,'krishnatravels613@gmail.com',1,0,'0','8290407450','Mohammed','Saqlain r','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(307,249,179,'1f283-c73ba-589a1-4d3df','DMC106281042227','TJ106281042227',NULL,NULL,'','CCU-BLR',0,97261,0,'krishnatravels613@gmail.com',1,0,'0','8290407450','Mohammed abu','Bakkar','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-12-26',1,'0','1',NULL,NULL,NULL,'0',NULL),(308,0,138,'34345-59e25-8123b-2dbc2',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mahendradewasi288@gmail.com',1,0,'0','9789157706','Suresh Kumar ','Suresh Kumar ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-12-28',1,'0','1',NULL,NULL,NULL,'0',NULL),(309,251,180,'6d588-14601-7b0bc-d0f3e',NULL,NULL,NULL,NULL,NULL,'VNS-BLR',0,97557,0,'zainansari70@gmail.com',2,0,'9','9022903904','Fahima','Fahima','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-01-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(310,251,181,'6d588-14601-7b0bc-d0f3e',NULL,NULL,NULL,NULL,NULL,'VNS-BLR',0,97557,0,'zainansari70@gmail.com',2,0,'0','9022903904','Rasheeda','Bibi','',0,97557,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-01-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(311,252,182,'9ff6d-9d905-aaaba-7d86f','DMC100181654996','TJ100181654996','RD9S9U-I16F7C','RD9S9U-I16F7C','','BLR-VNS',0,97261,0,'AGARWALANSUL65@GMAIL.COM',2,0,'9','7742825288','FAHIMA','FAHIMA','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2024-01-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(312,252,183,'9ff6d-9d905-aaaba-7d86f','DMC100181654996','TJ100181654996','RD9S9U-I16F7C','RD9S9U-I16F7C','','BLR-VNS',0,97261,0,'AGARWALANSUL65@GMAIL.COM',2,0,'0','7742825288','RASHEEDA','BIBI','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2024-01-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(313,253,182,'9ff6d-9d905-aaaba-7d86f','DMC100181654996','TJ100181654996','RD9S9U-I16F7C','RD9S9U-I16F7C','','VNS-BLR',0,97261,0,'AGARWALANSUL65@GMAIL.COM',2,0,'9','7742825288','FAHIMA','FAHIMA','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-01-03',2,'0','1',NULL,NULL,NULL,'0',NULL),(314,253,183,'9ff6d-9d905-aaaba-7d86f','DMC100181654996','TJ100181654996','RD9S9U-I16F7C','RD9S9U-I16F7C','','VNS-BLR',0,97261,0,'AGARWALANSUL65@GMAIL.COM',2,0,'0','7742825288','RASHEEDA','BIBI','',0,97261,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-01-03',2,'0','1',NULL,NULL,NULL,'0',NULL),(315,0,184,'95453-07cd3-573f6-33808',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',3,0,'1','8553955457','ANACHI','ANACHI','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-02-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(316,0,185,'95453-07cd3-573f6-33808',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',3,0,'0','8553955457','SANTHOSH DEVI','SANTHOSH DEVI','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-02-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(317,0,186,'95453-07cd3-573f6-33808',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',1,0,'0','8553955457','RAMESH','RAMESH','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-02-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(318,0,187,'95453-07cd3-573f6-33808',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',1,0,'0','8553955457','CHIMAN LAL','CHIMAN LAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-02-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(319,0,188,'95453-07cd3-573f6-33808',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mukesh.seervi15@gmail.com',1,0,'9','8553955457','LALITA','LALITA','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',2,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-02-01',1,'0','1',NULL,NULL,NULL,'0',NULL),(321,0,140,'345b8-f1b34-05759-c23db',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'rekhashreetravels@rediffmail.com',1,0,'0','9932407476','dip','das','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'01 Bag of 15 Kg','7 Kg',NULL,NULL,NULL,'2024-02-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(323,0,190,'147f2-79147-675ef-805dc',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mondaltravels1234@gmail.com',1,0,'1','9933298608','NETAI','MONDAL','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(324,0,191,'53056-52409-0e736-ed890',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(325,0,192,'53056-52409-0e736-ed890',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Harsh','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(326,0,193,'53056-52409-0e736-ed890',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Anand ','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(327,0,194,'7ad87-2b9ab-e717c-66841',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Kisan ','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(328,0,195,'7ad87-2b9ab-e717c-66841',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Harsh','Kesarwani ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(329,0,196,'7ad87-2b9ab-e717c-66841',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Anand','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(330,0,80,'25fc3-1c4a6-32233-0a4a9',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Kisan','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(331,0,79,'25fc3-1c4a6-32233-0a4a9',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'1','9594796358','Harsh','Kesarwani','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(332,0,197,'25fc3-1c4a6-32233-0a4a9',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'kesharwanikishan21@gmail.com',1,0,'0','9594796358','Anand','Shukla','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(333,0,142,'982da-6e1c1-8a896-ea0f8',NULL,NULL,NULL,NULL,NULL,NULL,0,86368,0,'mahendradewasi2872@gmail.com',1,0,'0','9789157706','Mahendra ','Dewasi ','',0,86368,NULL,NULL,NULL,NULL,NULL,NULL,'PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA','Jaipur','12995',1,0,'101','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2024-03-21',1,'0','1',NULL,NULL,NULL,'0',NULL);
/*!40000 ALTER TABLE `tbl_flight_booking_customer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_segment`
--

DROP TABLE IF EXISTS `tbl_flight_segment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_segment` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `flight_booking_id` int NOT NULL,
  `segmentid` varchar(10) DEFAULT NULL,
  `originAirportName` varchar(200) NOT NULL,
  `destinationAirportName` varchar(200) NOT NULL,
  `originCityName` varchar(150) NOT NULL,
  `originCountryName` varchar(150) NOT NULL,
  `destinationCityName` varchar(150) NOT NULL,
  `destinationCountryName` varchar(150) NOT NULL,
  `destinationAirportCode` varchar(5) NOT NULL,
  `destinationArrTime` datetime NOT NULL,
  `SegFlightNumber` varchar(50) NOT NULL,
  `AirlineCode` varchar(20) NOT NULL,
  `AirlineName` varchar(75) NOT NULL,
  `FareClass` varchar(10) NOT NULL,
  `originAirportCode` varchar(5) NOT NULL,
  `originDepTime` datetime NOT NULL,
  `Baggage` varchar(50) DEFAULT NULL,
  `CabinBaggage` varchar(50) DEFAULT NULL,
  `IsBaggage` varchar(10) DEFAULT NULL,
  `IsMealIncludes` varchar(10) DEFAULT NULL,
  `Duration` varchar(50) DEFAULT NULL,
  `GroundTime` varchar(50) NOT NULL,
  `NoOfSeatAvailable` int DEFAULT NULL,
  `FlightDuration` varchar(100) NOT NULL,
  `LAYOVERDuration` varchar(100) DEFAULT NULL,
  `LAYOVERCity` varchar(100) DEFAULT NULL,
  `DepTerminal` varchar(100) DEFAULT NULL,
  `ArrTerminal` varchar(100) DEFAULT NULL,
  `filePath` varchar(200) DEFAULT NULL,
  `SourceAirportCode` varchar(5) DEFAULT NULL,
  `DestAirportCode` varchar(5) DEFAULT NULL,
  `TravelDate` datetime NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_segment`
--

LOCK TABLES `tbl_flight_segment` WRITE;
/*!40000 ALTER TABLE `tbl_flight_segment` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_flight_segment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flighthomepage`
--

DROP TABLE IF EXISTS `tbl_flighthomepage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flighthomepage` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flighthomepage`
--

LOCK TABLES `tbl_flighthomepage` WRITE;
/*!40000 ALTER TABLE `tbl_flighthomepage` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_flighthomepage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_footer_links`
--

DROP TABLE IF EXISTS `tbl_footer_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_footer_links` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  `link` varchar(500) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL,
  `footer_column` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_footer_links`
--

LOCK TABLES `tbl_footer_links` WRITE;
/*!40000 ALTER TABLE `tbl_footer_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_footer_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_footer_management`
--

DROP TABLE IF EXISTS `tbl_footer_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_footer_management` (
  `id` int NOT NULL AUTO_INCREMENT,
  `columnType` varchar(100) NOT NULL,
  `title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `openType` enum('1','0') NOT NULL DEFAULT '1',
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `create_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_footer_management`
--

LOCK TABLES `tbl_footer_management` WRITE;
/*!40000 ALTER TABLE `tbl_footer_management` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_footer_management` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_getaways`
--

DROP TABLE IF EXISTS `tbl_getaways`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_getaways` (
  `get_id` int NOT NULL AUTO_INCREMENT,
  `get_start_city` varchar(100) NOT NULL,
  `get_start_city_id` varchar(100) NOT NULL,
  `get_other_cities` varchar(1000) NOT NULL,
  `get_other_cities_ids` varchar(500) NOT NULL,
  `status` enum('0','1') NOT NULL,
  `CreateDate` datetime NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`get_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_getaways`
--

LOCK TABLES `tbl_getaways` WRITE;
/*!40000 ALTER TABLE `tbl_getaways` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_getaways` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_holiday_promobanner`
--

DROP TABLE IF EXISTS `tbl_holiday_promobanner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_holiday_promobanner` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(500) NOT NULL,
  `image` varchar(256) NOT NULL,
  `subHeading` varchar(5000) NOT NULL,
  `expiryDate` date NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `IsFeatured` int NOT NULL DEFAULT '1',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_holiday_promobanner`
--

LOCK TABLES `tbl_holiday_promobanner` WRITE;
/*!40000 ALTER TABLE `tbl_holiday_promobanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_holiday_promobanner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_common_box`
--

DROP TABLE IF EXISTS `tbl_home_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_common_box` (
  `home_common_id` int NOT NULL AUTO_INCREMENT,
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL,
  `home_common_header` text NOT NULL,
  `home_common_footer` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `vedioUrl` varchar(500) NOT NULL,
  `popularTourContent` text NOT NULL,
  `destinationContent` text NOT NULL,
  `perfectTourContent` text NOT NULL,
  `blogContent` text NOT NULL,
  `offersContent` text,
  `whychooseusContent` text NOT NULL,
  `happycustomerContent` text NOT NULL,
  `otherUsefulContent` text NOT NULL,
  `interestingFactsContent` text NOT NULL,
  PRIMARY KEY (`home_common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_common_box`
--

LOCK TABLES `tbl_home_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_home_common_box` DISABLE KEYS */;
INSERT INTO `tbl_home_common_box` VALUES (1,'Book Domestic and International Tour Packages in India - IXO Tour Pvt Ltd.','Tour Packages, Amazing Travel Places, Exotic Destinations, Travel News, Famous Tourist Places, Cheap Tour Packages, Tour Offers, Best Travel Destinations, Travel Tour Packages, Browse Tour Packages, India Tour Package, Tour and Travels, Trips Gateway Packages, Travel Package, Holiday Tours, Honeymoon Package.','Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages in India.','<!-- Review Schema Code -->\r\n\r\n<script type=\"application/ld+json\">{\r\n  \"@context\": \"http://schema.org/\",\r\n  \"@type\": \"Review\",\r\n  \"itemReviewed\": {\r\n    \"@type\": \"Product\",\r\n    \"name\": \"tripsgateway.com\"\r\n  },\r\n  \"author\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"tripsgateway\"\r\n  },\r\n  \"datePublished\": \"2019-1-1\",\r\n  \"reviewRating\": {\r\n    \"@type\": \"Rating\",\r\n    \"description\": \"Trips Gateway is a leading travel company in Noida, India. Offering custumized domestic and international tour and travel packages. Book holiday or honeymoon tour packages and enjoy best holiday deals at affordable price.\",\r\n    \"ratingValue\": \"4.8\"\r\n  }\r\n}\r\n</script>\r\n\r\n<!-- Google Knowledge Graph -->\r\n\r\n<script type=\'application/ld+json\'> \r\n{\r\n  \"@context\": \"http://www.schema.org\",\r\n  \"@type\": \"Organization\",\r\n  \"name\": \"TRIPSGATEWAY.COM\",\r\n  \"url\": \"https://www.tripsgateway.com/\",\r\n  \"logo\": \"https://www.tripsgateway.com/public/images/logo.png\",\r\n  \"description\": \"Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages from India.\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"C-55, First Floor\",\r\n     \"addressLocality\": \"Sector 8\",\r\n    \"addressRegion\": \"Noida\",\r\n    \"postalCode\": \"201301\",\r\n    \"addressCountry\": \"India\"\r\n  },\r\n  \"contactPoint\": {\r\n    \"@type\": \"ContactPoint\",\r\n    \"telephone\": \"+91 98111 92312\",\r\n	\"email\": \"plan@tripsgateway.com\", \r\n	\"contactType\": \"Customer Service\"\r\n  },\r\n	\"sameAs\": [\r\n	\"https://www.facebook.com/tripsgateway\",\r\n	\"https://twitter.com/tripsgateway\",\r\n	\"https://www.instagram.com/tripsgateway/\",\r\n	\"https://www.pinterest.com/tripsgateway/\"\r\n	\r\n	]\r\n}\r\n </script>\r\n\r\n<!-- Search Schema Code -->\r\n\r\n<script type=\"application/ld+json\">\r\n{\r\n\"@context\" : \"http://schema.org\",\r\n\"@type\" : \"WebSite\",\r\n\"name\" : \"tripsgateway.com\",\r\n\"url\" : \"https://www.tripsgateway.com/\",\r\n\"potentialAction\": {\r\n\"@type\": \"SearchAction\",\r\n\"target\": \"https://www.tripsgateway.com/?q={search_term_string}\",\r\n\"query-input\": \"required name=search_term_string\"\r\n}\r\n}\r\n</script>\r\n\r\n<!-- Google Site Verification -->\r\n\r\n<meta name=\"google-site-verification\" content=\"xni1WNV91y21jEw-SQs6JlUN93c80HBAs43Ou5HGazY\" />\r\n\r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-131039779-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n  gtag(\'config\', \'UA-131039779-1\');\r\n</script>','','1','<iframe width=\"100%\" height=\"320px\" src=\"https://www.youtube.com/embed/VElW8XrBz84\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>','{\"internationalTourTitle\":\"Recommended Holiday Packages\",\"internationalTourDescription\":\"Planning an International Holiday and not sure where to start? Pick one of our recommended International Holidays crafted just for you.\",\"international_check\":\"1\",\"international_order_byhome\":\"4\"}','{\"destinationTitle\":\"Hot Destinations this Week\",\"destinationDescription\":\"Explore one of our Handpicked Hot Destinations of the week to explore best deals on these Destinations.\",\"destinations_check\":\"1\",\"destination_order_byhome\":\"2\"}','{\"domesticTourTitle\":\"Recommended Packages\",\"domesticTourDescription\":\"Let\\u2019s explore India with us by picking one of the Handpicked Indian Holidays with your loved ones and make your days leisure travel shoppe days.\",\"domestic_check\":\"1\",\"domestic_order_byhome\":\"3\"}','{\"blogTitle\":\"Travelogues\",\"blogDescription\":\"Just in case you need some inspiration and want to know more about stories our customer had check out our travelogues.\",\"blog_check\":\"\",\"blog_order_byhome\":\"699\"}','{\"offersTitle\":\"Offers\",\"offersDescription\":\"\",\"offers_check\":\"\",\"offers_order_byhome\":\"1\"}','{\"whychooseusTitle\":\"why choose us\",\"whychooseus_check\":\"1\",\"whychooseus_order_byhome\":\"7\"}','{\"happycustomerTitle\":\"\",\"happycustomer_check\":\"\",\"happycustomer_order_byhome\":\"\"}','{\"themeTitle\":\"Popular Themes\",\"themeDescription\":\"Planning your Family Vacations, Honeymoon, Anniversary, Beach Holidays or want to explore the wildlife. Just pick one of the Popular Themes and explore the recommended Deals.\",\"theme_check\":\"1\",\"theme_order_byhome\":\"5\"}','{\"testimonialTitle\":\"Testimonials\",\"testimonialDescription\":\"Check out the leisure travel shoppe day\'s experiences of our clients on their experiences when they book with us.\",\"testmonial_check\":\"1\",\"testmonial_order_byhome\":\"6\"}');
/*!40000 ALTER TABLE `tbl_home_common_box` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_explorebanner`
--

DROP TABLE IF EXISTS `tbl_home_explorebanner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_explorebanner` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `banner_image` varchar(255) NOT NULL,
  `banner_text` varchar(255) NOT NULL,
  `url` varchar(500) NOT NULL,
  `opt` tinyint(1) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkDel` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_explorebanner`
--

LOCK TABLES `tbl_home_explorebanner` WRITE;
/*!40000 ALTER TABLE `tbl_home_explorebanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_home_explorebanner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_exploregallery`
--

DROP TABLE IF EXISTS `tbl_home_exploregallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_exploregallery` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `gallery` varchar(255) DEFAULT NULL,
  `video` varchar(255) DEFAULT NULL,
  `type` int DEFAULT NULL,
  `IsActive` int DEFAULT NULL,
  `IsmarkForDel` int DEFAULT NULL,
  `IsFeatured` int DEFAULT NULL,
  `categoryId` int DEFAULT NULL,
  `AgencySysId` bigint DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_exploregallery`
--

LOCK TABLES `tbl_home_exploregallery` WRITE;
/*!40000 ALTER TABLE `tbl_home_exploregallery` DISABLE KEYS */;
INSERT INTO `tbl_home_exploregallery` VALUES (2,'Navratan','','https://www.youtube.com/watch?v=8iPb2mr30-w',2,1,1,NULL,1,NULL),(3,'wowidays','1650270559promo_1.jpg',NULL,1,1,1,NULL,1,10949),(4,'best tour','1650270089promo_1.png',NULL,1,1,1,NULL,5,10949),(5,'TOI Article','1650270071promo_1.png',NULL,1,1,1,NULL,2,10949),(6,'Tourism & Hospitality | Post pandemic | Domestic& International',NULL,'https://www.youtube.com/watch?v=TSRwTvKWFTo',2,1,0,NULL,2,NULL),(7,'Noida','1650270046promo_1.png',NULL,1,1,1,NULL,3,10949),(8,'goa','1650269993promo_1.png',NULL,1,1,1,NULL,4,10949),(9,'English News','1650349809promo_1.jpg',NULL,1,1,0,NULL,3,10949),(10,'CBNC Awaaz',NULL,'https://www.youtube.com/watch?v=_kCwsYkMZ-Q&t=3s',2,1,1,NULL,2,10949),(11,'ET Now',NULL,'https://www.youtube.com/watch?v=c4TF2XBTzMo',2,1,0,NULL,2,10949),(12,'CBNC Awaaz',NULL,'https://www.youtube.com/watch?v=IKuo9l6cHmE&t',2,1,1,NULL,2,10949),(13,'CBNC Awaaz',NULL,'https://youtu.be/IKuo9l6cHmE',2,1,1,NULL,NULL,10949),(14,'ET Now',NULL,'https://www.youtube.com/watch?v=qPhnhRgf9tA',2,1,0,NULL,2,10949),(15,'ET Now',NULL,'https://youtu.be/IKuo9l6cHmE',2,1,1,NULL,NULL,10949),(16,'Our CEO as Honouring Guest for Mrs.India','1650366828promo_1.jpeg',NULL,1,1,0,NULL,5,10949),(17,'A wonderful message given by our CEO about nature  ','1650367322promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(18,'Nava rastra A wonderful message given by our CEO about nature','1650368981promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(19,'A wonderful message given by our CEO about Yoga & Fitness in Maharashtra times news','1650369370promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(20,'A wonderful message given by our CEO about nature in maharastr times news','1650369370promo_1.jpeg',NULL,1,1,1,NULL,5,10949),(21,'Panting plants and giving wonderful message by our CEO','1650369459promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(22,'Donating blood is good to health ','1650369830promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(23,'Celebration of yoga in hadapsar','1650370112promo_1.jpeg',NULL,1,1,0,NULL,2,10949),(24,'CNBC awaaz',NULL,'https://www.youtube.com/watch?v=_kCwsYkMZ-Q&t',2,1,1,NULL,2,10949),(25,'CNBC awaaz',NULL,'https://www.youtube.com/watch?v=IKuo9l6cHmE&t',2,1,1,NULL,2,10949),(26,'CNBC awaaz',NULL,'https://www.youtube.com/watch?v=IKuo9l6cHmE&t',2,1,1,NULL,NULL,10949),(27,'customer review ',NULL,'https://www.youtube.com/watch?v=aDd7ZMi8ysM&t',2,1,1,NULL,1,10949),(28,'India Today',NULL,'https://www.youtube.com/watch?v=zkhUGnjBhTM&t',2,1,1,NULL,2,10949),(29,'CNBC awaaz',NULL,'https://www.youtube.com/watch?v=_kCwsYkMZ-Q',2,1,0,NULL,2,10949),(30,'CNBC awaaz',NULL,'https://www.youtube.com/watch?v=IKuo9l6cHmE',2,1,0,NULL,2,10949),(31,'India Today',NULL,'https://www.youtube.com/watch?v=zkhUGnjBhTM',2,1,0,NULL,2,10949),(32,'customer review ',NULL,'https://www.youtube.com/watch?v=17xiJtRUq_k',2,1,0,NULL,3,10949),(33,'Varanasi tour',NULL,'https://www.youtube.com/watch?v=7lDdF_nPF5k',2,1,0,NULL,5,10949),(34,'GNT',NULL,'https://www.youtube.com/watch?v=91Vw03Fr14w',2,1,0,NULL,2,10949),(35,'Lokmat times','1659502645promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(36,'Asian news','1659503813promo_1.png',NULL,1,1,0,NULL,3,10949),(37,'United news of india','1659503972promo_1.png',NULL,1,1,0,NULL,3,10949),(38,'News supply','1659504176promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(39,'Startup story','1659504249promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(40,'Republic news today','1659504447promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(41,'UP 18 news','1659504496promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(42,'City Lights','1659504536promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(43,'Mumbai Times','1659504587promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(44,'Indian businessline','1659508598promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(45,'ET View','1659505545promo_1.png',NULL,1,1,0,NULL,3,10949),(46,'The indian journal','1659505622promo_1.png',NULL,1,1,0,NULL,3,10949),(47,'News Wire India','1659505664promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(48,'The prime india','1659505719promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(49,'Telangana Repotar','1659505779promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(50,'ANI','1659505835promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(51,'The print','1659505889promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(52,'World News Network','1659505941promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(53,'Loss Angles evening despatch','1659506106promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(54,'Latest gold news','1659506141promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(55,'Infocus','1659506191promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(56,'England News portal','1659506233promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(57,'Daily prabhat','1659506281promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(58,'LAOS News.net','1659506337promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(59,'Indian Economic Observer','1659506393promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(60,'Al-Jazeera','1659506430promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(61,'British Columbia Times','1659506496promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(62,'Richmond evening news','1659506564promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(63,'Japan times today','1659506676promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(64,'Indian news network','1659506722promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(65,'Canada , Toronto Times','1659506765promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(66,'Florida ..','1659506794promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(67,'South China Herald ...','1659506830promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(68,'Fainancial telegraph','1659506956promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(69,'Business News','1659507169promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(70,'Londan channel news','1659507225promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(71,'Dubai news repoter','1659507270promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(72,'FRANCE','1659507305promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(73,'SYDNEY EVENING POST','1659508509promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(74,'zee5','1659507407promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(75,'Kolkata news','1659507462promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(76,'Mumbai news','1659507501promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(77,'Indonesia news','1659507545promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(78,'Nepal news','1659507585promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(79,'GUJARAT','1659507675promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(80,'Srilanka news','1659507721promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(81,'cambodian times','1659507780promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(82,'Srilanka Island news','1659507819promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(83,'US world Today','1659507865promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(84,'Hydnews today','1659507905promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(85,'East Cost American News','1659507948promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(86,'Birmingham','1659507997promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(87,'Europian Sun times','1659508039promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(88,'Australia Morning tribune','1659508123promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(89,'Miami news','1659508211promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(90,'New york dispatch','1672395480promo_1.jpg',NULL,1,1,0,NULL,4,38124),(91,'White house news time','1659508344promo_1.jpeg',NULL,1,1,0,NULL,3,10949),(92,'Washington dc dispatch','1659508386promo_1.jpeg',NULL,1,1,0,NULL,3,10949);
/*!40000 ALTER TABLE `tbl_home_exploregallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_promotion`
--

DROP TABLE IF EXISTS `tbl_home_promotion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_promotion` (
  `promotionId` int NOT NULL AUTO_INCREMENT,
  `templatetype` int NOT NULL,
  `heading` varchar(256) NOT NULL,
  `promotion_name` text NOT NULL,
  `promotion_description` text NOT NULL,
  `promotion_image` varchar(250) NOT NULL,
  `promotion_url` text NOT NULL,
  `tab_type` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsmarkForDel` enum('1','0') NOT NULL,
  `IsFeatured` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`promotionId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_promotion`
--

LOCK TABLES `tbl_home_promotion` WRITE;
/*!40000 ALTER TABLE `tbl_home_promotion` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_home_promotion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_booking`
--

DROP TABLE IF EXISTS `tbl_hotel_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `ConfirmationNo` varchar(100) DEFAULT NULL,
  `CheckInDate` date NOT NULL,
  `CheckOutDate` date NOT NULL,
  `BookingRefNo` varchar(100) DEFAULT NULL,
  `BookingId` varchar(16) NOT NULL,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `HotelBookingStatus` varchar(32) DEFAULT NULL,
  `InvoiceNumber` varchar(150) DEFAULT NULL,
  `InvoiceCreatedOn` datetime DEFAULT NULL,
  `TraceId` varchar(255) NOT NULL,
  `CurrencyType` int NOT NULL DEFAULT '0',
  `PublishedFare` float DEFAULT NULL,
  `ResultIndex` varchar(50) NOT NULL,
  `HotelName` varchar(250) NOT NULL,
  `HotelCode` varchar(250) NOT NULL,
  `HotelDescription` text NOT NULL,
  `StarRating` int NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `HotelPicture` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `HotelAddress` varchar(255) NOT NULL,
  `HotelContactNo` varchar(100) DEFAULT NULL,
  `HotelMap` text,
  `Latitude` varchar(100) DEFAULT NULL,
  `Longitude` varchar(100) DEFAULT NULL,
  `HotelLocation` varchar(255) DEFAULT NULL,
  `Remarks` text,
  `NoOfNights` int NOT NULL,
  `NoOfRooms` int NOT NULL,
  `totaladult` int NOT NULL,
  `totalchild` int NOT NULL,
  `TBBCityId` int NOT NULL,
  `cityid` int NOT NULL,
  `cityName` varchar(100) NOT NULL,
  `memberdata` text NOT NULL,
  `RoomPrice` float NOT NULL DEFAULT '0',
  `TotalPrice` float DEFAULT NULL,
  `TaxesServiceFee` float DEFAULT NULL,
  `intCostToCustomer` float DEFAULT NULL,
  `TotalAgencyMarkUp` float NOT NULL DEFAULT '0',
  `TotalServiceTaxOnAgencyMarkUp` float NOT NULL DEFAULT '0',
  `TotalAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TotalServiceTaxOnAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `status` int NOT NULL DEFAULT '0',
  `InvoiceStatus` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `API_Response_voucher` text,
  `API_GenerateVoucher` text,
  `API_BookingDetail` longtext,
  `SSRName` text,
  `SSRMsg` text,
  `searchData` text,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `paymentStatus` smallint NOT NULL DEFAULT '0',
  `error_Message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `error` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `GUID` varchar(200) DEFAULT NULL,
  `TransactionId_credit` varchar(250) DEFAULT NULL,
  `TransactionId_debit` varchar(250) DEFAULT NULL,
  `IsCancelled` int NOT NULL DEFAULT '0',
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `cancelRemarks` varchar(200) DEFAULT NULL,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `TotalServiceCharge` float DEFAULT NULL,
  `RefundedAmount` float DEFAULT NULL,
  `TotalGSTAmount` float DEFAULT NULL,
  `CancellationCharge` float DEFAULT NULL,
  `CreditNoteNo` varchar(200) DEFAULT NULL,
  `CreditNoteCreatedOn` datetime DEFAULT NULL,
  `cancelDate` datetime DEFAULT NULL,
  `InvoiceNo` varchar(100) DEFAULT NULL,
  `InvoiceDate` date DEFAULT NULL,
  `address` varchar(250) DEFAULT NULL,
  `InvoiceName` varchar(150) DEFAULT NULL,
  `bookedby` varchar(100) DEFAULT NULL,
  `CustomerDetails` varchar(200) DEFAULT NULL,
  `customerName` varchar(150) DEFAULT NULL,
  `HotelQueryids` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking`
--

LOCK TABLES `tbl_hotel_booking` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking` VALUES (1,1,38124,'TJS206400425013','2023-01-10','2023-01-11','TJS206400425013','TJS206400425013','TJS206400425013','SUCCESS',NULL,NULL,'7c107-3d425-6ade1-bbeb8',0,NULL,'hsid8046299907-39635654','DOUBLETREE BY HILTON AGRA','hsid8046299907-39635654','',4,'INR','http://tms.tripjack.com//cpfv3/images/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n','B H - 1 2, TAJ NAGRI PHASE II','','B H - 1 2, TAJ NAGRI PHASE II',NULL,NULL,'B H - 1 2, TAJ NAGRI PHASE II','extra service',1,1,1,0,740325,740325,'AGRA','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)_1_0\",\"RoomCategory\":\"room, 1 king bed, non smoking (guest), 1 king bed\",\"RoomType\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":6289.2,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":6289.2,\"TotalRoomPrice\":6289.2,\"TotalFare\":6289.2,\"TotalBaseFare\":5577.4,\"TotalNetFare\":5589.2,\"TotalTaxFare\":711.8,\"TaxFareBreakup\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":6289.2,\"BF\":5577.4,\"TAF\":711.8,\"NF\":5589.2},\"afc\":{\"TAF\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4}}}],\"PriceWithMarkup\":6289.2,\"arrMarkUps\":{\"HotelRoomPrice\":6289.2,\"pernightperroomprice\":6289.2,\"RoomPrice\":6289.2,\"withmarkupprice\":6289.2,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1}}],\"RoomId\":\"1_0_63a42b31e9d5513ad8688f25\",\"RoomTotalPrice\":6289.2,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8046299907-39635654\",\"HotemName\":\"DOUBLETREE BY HILTON AGRA\",\"HotelDescription\":\"This 5 star hotel is located in the city centre of Agra and was established in 2014. It is a short drive away from the Taj Mahal and the nearest station is Railway Station. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 104 rooms are equipped with air conditioning.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"78.0505\",\"lt\":\"27.152117\"},\"HotelAddress\":\"B H - 1 2, TAJ NAGRI PHASE II\",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"YES Total number of rooms -104\",\"Number of floors (main building) -4\",\"Double rooms -42\",\"Suites -3\",\"hotel\",\"MasterCard\",\"Visa\",\"Maestro\",\"Visa Electr\\u00f3n\",\"YES Room size (sqm) -32\",\"Number of bedrooms -1\",\"Living room\",\"Bathroom\",\"Disability-friendly bathroom\",\"Shower\",\"Hairdryer\",\"Toiletries\",\"Make-up mirror\",\"Towel menu\",\"NO Wi-fi\",\"Internet access\",\"Direct dial telephone\",\"TV\",\"Satellite TV \",\"Cable TV\",\"220V power supply\",\"Plug adaptor\",\"Minibar * \",\"Mini fridge\",\"Tea and coffee making facilities \",\"Individually adjustable air conditioning\",\"Safe\",\"YES Wheelchair-accessible\",\"Wake-up service\",\"Pillow menu\",\"Turndown service\",\"NO Smoking rooms\",\"Children share the bed with parents\",\"Extra beds on demand\",\"Cot on demand\",\"Electric Kettle -1\",\"YES Wheelchair-accessible\",\"YES Car park * \",\"YES 24-hour reception\",\"Check-in hour (15:00:00 - 12:00:00)\",\"Check-out hour (12:00:00 - 12:00:00)\",\"Mobile phone coverage\",\"Wired Internet\",\"YES Wi-fi * \",\"Local and international calls\",\"Car hire * \",\"Transfer service * \",\"Secure parking\",\"Valet parking * \",\"Airport Shuttle * \",\"Room service * \",\"Laundry service * \",\"Medical service * \",\"Babysitting service * \",\"Multilingual staff * \",\"24-hour security\",\"Bellboy service * \",\"Air conditioning in public areas\",\"Smoke detector\",\"Hotel safe * \",\"Currency exchange facilities * \",\"Lift access * \",\"Newspaper stand\",\"Shop\",\"Garden\",\"Terrace\",\"Concierge\",\"Gym\",\"Newspapers * \",\"Luggage room * \",\"Clothes dryer\",\"Library\",\"Electric kettle -1\",\"Towels and bed linen * \",\"Caf\\u00e9\",\"Bar\",\"Restaurant -2\",\"Smoking area\",\"Highchairs * \",\"Poolside snack bar * \",\"Banquet hall\",\"Air conditioning in Restaurant\",\"Conference room\",\"Meeting room\",\"Printer * \",\"Photocopier * \",\"Business centre\",\"Audio-visual equipment rental * \",\"Fax * \",\"Indoor freshwater pool -1\",\"Outdoor freshwater pool -1\",\"Kids\\u2019 club\",\"TV lounge\",\"Steam bath * \",\"Massage * \",\"Hairdressing salon * \",\"Spa centre * \",\"ISO 50001 \\u2013 Energy management\",\"ISO 14001 \\u2013 Environmental management\",\"Hilton LightStay\",\"Breakfast\",\"Breakfast buffet\",\"Buffet lunch\",\"Buffet dinner\",\"Breakfast and dinner\",\"Breakfast and lunch\",\"Half Board\",\"Full board\",\"Picnic\",\"Fitness * \",\"Billiards * \",\"Hilton - CleanStay\"]}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS206400425013\",\"amount\":5589.20,\"markup\":700.00,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"8923963627\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-12-22T15:46:07.401\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"DoubleTree by Hilton Agra\",\"des\":\"This 5 star hotel is located in the city centre of Agra and was established in 2014. It is a short drive away from the Taj Mahal and the nearest station is Railway Station. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre/gym. All 104 rooms are equipped with air conditioning.\",\"rt\":4,\"gl\":{\"ln\":\"78.0505\",\"lt\":\"27.152117\"},\"ad\":{\"adr\":\"B/H - 1&2, Taj Nagri Phase Ii, 282001, Agra, India\",\"city\":{\"name\":\"AGRA\"},\"state\":{},\"country\":{\"name\":\"INDIA\"},\"ctn\":\"AGRA\",\"cn\":\"INDIA\"},\"ops\":[{\"ris\":[{\"id\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)_1_0\",\"rc\":\"room, 1 king bed, non smoking (guest), 1 king bed\",\"rt\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)\",\"srn\":\"King Room\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":6289.20,\"tfcs\":{\"TF\":6289.20,\"BF\":5577.40,\"NF\":5589.20,\"TAF\":711.80},\"tafcs\":{\"TAF\":{\"SNP\":5577.40,\"IGST\":1.80,\"SGP\":5577.40,\"MFT\":1.80,\"MF\":10.00,\"MU\":700.00,\"SBP\":5577.40}},\"ddt\":\"2022-12-22T15:44:16.116\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":5577.40,\"NF\":5589.20,\"TF\":6289.20,\"TAF\":711.80},\"afc\":{\"TAF\":{\"SNP\":5577.40,\"IGST\":1.80,\"SGP\":5577.40,\"MFT\":1.80,\"MF\":10.00,\"MU\":700.00,\"SBP\":5577.40}}}],\"checkInDate\":\"2023-01-10\",\"checkOutDate\":\"2023-01-11\",\"ti\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannojia\"}],\"iopr\":false,\"rsta\":\"S\"}],\"tp\":5589.20,\"cnp\":{\"id\":\"1_0_63a42b31e9d5513ad8688f25\",\"ifra\":false,\"pd\":[{\"fdt\":\"2022-12-22T15:44:16.116\",\"tdt\":\"2023-01-10T12:00\",\"am\":5577.40},{\"fdt\":\"2023-01-10T12:00\",\"tdt\":\"2023-01-11T23:59\",\"am\":5577.40}],\"cpb\":24},\"ddt\":\"2022-12-22T15:44:16.116\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"\"}],\"oai\":{\"sid\":\"22\"},\"iopr\":false}],\"uid\":\"39635654\"},\"query\":{\"checkinDate\":\"2023-01-10\",\"checkoutDate\":\"2023-01-11\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200}}','','',NULL,'0','2022-12-22 10:14:26','2022-12-22 10:14:26',1,'TRANSACTION IS SUCCESSFUL.','6C9390D029274BE6AF5EB4FFA3DE8647','11000000309742',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533793\",\"TPSysId\":\"533794\",\"VersionId\":\"1595927\",\"CustomerSysId\":\"305328\",\"TrxId\":\"42388\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(2,1,38124,'','2023-01-05','2023-01-10','','',NULL,'',NULL,NULL,'68ed5-28d46-67b7b-cd5b9',0,NULL,'hsid3379200518-1065842165','Trident, Agra','hsid3379200518-1065842165','',5,'INR','','Taj Nagari Scheme, Fatehabad Road','','Taj Nagari Scheme, Fatehabad Road',NULL,NULL,'Taj Nagari Scheme, Fatehabad Road','extra service',5,1,1,0,740325,740325,'AGRA','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Deluxe Room, Garden View (1 KingBed) Room Only _1_0\",\"RoomCategory\":\"single Deluxe Room, Garden View (1 KingBed)\",\"RoomType\":\"Deluxe Room, Garden View (1 KingBed) Room Only \",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":6696.68,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":6696.68,\"TotalRoomPrice\":33483.4,\"TotalFare\":33483.4,\"TotalBaseFare\":32724.4,\"TotalNetFare\":32783.4,\"TotalTaxFare\":759,\"TaxFareBreakup\":{\"MFT\":9,\"MU\":700,\"SBP\":32724.4,\"MF\":50,\"SGP\":32724.4,\"SNP\":32724.4},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":2,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":3,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":4,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":5,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}}],\"PriceWithMarkup\":6696.68,\"arrMarkUps\":{\"HotelRoomPrice\":33483.4,\"pernightperroomprice\":6696.68,\"RoomPrice\":6696.68,\"withmarkupprice\":6696.68,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":5}}],\"RoomId\":\"5_0_63a98114e9d551d487688fe5\",\"RoomTotalPrice\":33483.4,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3379200518-1065842165\",\"HotemName\":\"Trident, Agra\",\"HotelDescription\":\"\",\"HotelImages\":[{\"tns\":\"\",\"url\":\"\"}],\"HotelStars\":5,\"HotelGeioLocation\":{\"ln\":\"78.0474\",\"lt\":\"27.16751\"},\"HotelAddress\":\"Taj Nagari Scheme, Fatehabad Road\",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2022-12-26 11:16:16','2022-12-26 11:16:16',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537069\",\"TPSysId\":\"537070\",\"VersionId\":\"1605511\",\"CustomerSysId\":\"307154\",\"TrxId\":\"42757\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(3,4,38124,'','2023-02-14','2023-02-15','','',NULL,'',NULL,NULL,'b8374-26b6d-18de7-7481c',0,NULL,'hsid4761974511-31230388','Oyo 67884 Orange Residency','hsid4761974511-31230388','',3,'INR',NULL,'54/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane, Bangalore','','54/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane, Bangalore',NULL,NULL,'54/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane, Bangalore','extra service',1,1,2,0,740075,740075,'Bengaluru','[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9958049006\",\"FirstName\":\"RAM\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-01-17 18:34:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b8374-26b6d-18de7-7481c\",\"modified\":\"2023-01-17 18:34:53\",\"created\":\"2023-01-17 18:34:53\",\"CustomerMemberSysId\":\"6\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"157768124_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":571.37,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":571.37,\"TotalRoomPrice\":571.37,\"TotalFare\":571.37,\"TotalBaseFare\":559.57,\"TotalNetFare\":571.37,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":559.57,\"TF\":571.37,\"TAF\":11.8,\"CMU\":10.97,\"NF\":571.37},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82}}}],\"PriceWithMarkup\":571.37,\"arrMarkUps\":{\"HotelRoomPrice\":571.37,\"pernightperroomprice\":571.37,\"RoomPrice\":571.37,\"withmarkupprice\":571.37,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1}}],\"RoomId\":\"51_1_13604077\",\"RoomTotalPrice\":571.37,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4761974511-31230388\",\"HotemName\":\"Oyo 67884 Orange Residency\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/48e838f464ca766725b08677733b6451.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108796.jpg?k=bba1311d5dafc07a0e3bb4a881ec8d57c54fb178f0893836d62b96812665a34e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108814.jpg?k=8cbefcb4837cd3e93f9acf44a3717f078cfb59ed5037503176a67e2fd26126ed&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108816.jpg?k=86ccaa7f2ff827871bae270a7c00f1e2f2e21cfb6eab8a5a78420e077e55a7bc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/252351764.jpg?k=5f64d7948410bfd79725ee4375f121d6c75d7fa0fa795899a0b6044584c07b83&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/0012f18440b878a57c354b2c746dc802.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157768124\"]},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/250408496.jpg?k=8eed0467ae3ebd0502cfa216fb17ef0fd22fd1dec3f875c91f6f5b6ec7c8e589&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"169799384\"]}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.49706\",\"lt\":\"13.079062\"},\"HotelAddress\":\"54\\/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane, Bangalore\",\"HotelCity\":\"Bengaluru\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Room service\",\"Daily housekeeping\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Internet\",\"\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Air conditioning\",\"Bathrobes\",\"Bicycle rental [free]\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"First aid kit\",\"Free bottled water\",\"Internet\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid4761974511-31230388\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"7kRWG6H0c1oOJ8ITMvxp\\\",\\\"ifra\\\":true,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-01-17T18:35:14.344\\\",\\\"tdt\\\":\\\"2023-02-12T00:00\\\",\\\"am\\\":0.00},{\\\"fdt\\\":\\\"2023-02-12T00:00\\\",\\\"tdt\\\":\\\"2023-02-14T12:00\\\",\\\"am\\\":548.60},{\\\"fdt\\\":\\\"2023-02-14T12:00\\\",\\\"tdt\\\":\\\"2023-02-15T23:59\\\",\\\"am\\\":548.60}],\\\"scnp\\\":\\\"If you fail to arrive or cancel the booking, no refund will be given. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-01-17 13:04:54','2023-01-17 13:04:54',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"559983\",\"TPSysId\":\"559984\",\"VersionId\":\"1705661\",\"CustomerSysId\":\"307069\",\"TrxId\":\"44896\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(4,6,38124,'','2023-02-04','2023-02-05','','',NULL,'',NULL,NULL,'bd700-4807a-717b2-fad07',0,NULL,'hsid6986078199-16036976','Fairfield By Marriott Hyderabad Gachibowli','hsid6986078199-16036976','',3,'INR',NULL,'IT Park, Gachibowli','','IT Park, Gachibowli',NULL,NULL,'IT Park, Gachibowli','extra service',1,1,2,0,739343,739343,'Hyderabad','[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"6\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"K\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-01-30 14:09:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bd700-4807a-717b2-fad07\",\"modified\":\"2023-01-30 14:09:33\",\"created\":\"2023-01-30 14:09:33\",\"CustomerMemberSysId\":\"9\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"217844351_389104414_37310--1\",\"RoomCategory\":\"Superior Room, 1 Queen Bed, Non Smoking, City View-1 Queen Bed - Package Deal\",\"RoomType\":\"Superior Room, 1 Queen Bed, Non Smoking, City View-1 Queen Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":5770.05,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":5770.05,\"TotalRoomPrice\":5770.05,\"TotalFare\":5770.05,\"TotalBaseFare\":5758.25,\"TotalNetFare\":5770.05,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SAC\":459.39,\"TTSF\":674.62,\"SNP\":5741.99,\"TSF\":674.62,\"SGP\":6201.38,\"MFT\":1.8,\"MF\":10,\"SBP\":5526.76,\"SRC\":0,\"TMF\":542.05},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":5758.25,\"CMU\":-443.13,\"TAF\":11.8,\"TF\":5770.05,\"NF\":5770.05},\"afc\":{\"TAF\":{\"SAC\":459.39,\"TTSF\":674.62,\"SNP\":5741.99,\"TSF\":674.62,\"SGP\":6201.38,\"MFT\":1.8,\"MF\":10,\"SBP\":5526.76,\"SRC\":0,\"TMF\":542.05}}}],\"PriceWithMarkup\":5770.05,\"arrMarkUps\":{\"HotelRoomPrice\":5770.05,\"pernightperroomprice\":5770.05,\"RoomPrice\":5770.05,\"withmarkupprice\":5770.05,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1}}],\"RoomId\":\"48_27_32508144\",\"RoomTotalPrice\":5770.05,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6986078199-16036976\",\"HotemName\":\"Fairfield By Marriott Hyderabad Gachibowli\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"Located in Gachibowli, Fairfield by Marriott Hyderabad Gachibowli is a perfect starting point from which to explore Hyderabad. The property features a wide range of facilities to make your stay a pleasant experience. Service-minded staff will welcome and guide you at Fairfield by Marriott Hyderabad Gachibowli. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. Fairfield by Marriott Hyderabad Gachibowli combines warm hospitality with a lovely ambiance to make your stay in Hyderabad unforgettable.\\\",\\\"Snippet\\\":\\\"Located in Gachibowli, Fairfield by Marriott Hyderabad Gachibowli is a perfect starting point from w\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/6953823\\/-1\\/787c3f4defd5a578ff6e24e51ceb14bd.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/215876331.jpg?k=2bdaeb6bedc6324c7de736811580eb3750d2f8dfff3e6bdbfd75c6a3ae618bc8&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/0\\/f0f17dc626032b42abbf4370ba353482.jpg?ca=23&ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371849.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070231\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175279\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77479450\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295814637\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117846239\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390929\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472972\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950674\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021240\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179615\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990184\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951904\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331785\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634859\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008789\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120399\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446352533\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898294\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175264\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472983\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117894305\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331788\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179672\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675587\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"347485180\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179519\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544120\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"453208258\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504385\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"598100657\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157334294\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"148545558\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924921\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"150098166\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990026\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"149383295\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"145621387\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"152133835\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"369620235\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"360870876\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"93552246\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"149067078\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"100491581\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179625\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990198\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021246\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898346\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924923\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990272\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021279\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179685\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336366429\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990348\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331790\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179792\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021322\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179760\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070240\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179646\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331786\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544372\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990211\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179631\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950244\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021249\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364238\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364183\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021258\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990232\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"505962428\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120402\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523027\\/9b5004f731343759240f0c7e4537aaf3.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"84378129\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950664\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924920\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175273\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658302\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021199\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990073\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070236\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898177\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"279479728\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295972217\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021314\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990334\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179749\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179777\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331791\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179784\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"410219348\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021320\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/6953823\\/-1\\/27b994dda83898d12afb0e0bb8d0eee6.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"84378130\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924929\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179640\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990223\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021253\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175270\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924916\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120401\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950760\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472967\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179667\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990260\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021275\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77480649\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390908\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117975567\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117846236\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544162\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658306\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675578\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175282\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"496245204\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898274\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"467044806\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"466408436\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675586\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117993119\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179660\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331787\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950671\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"504621780\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880836\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"503628641\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"504621779\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924914\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880834\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544351\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880838\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544346\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658394\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658403\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675585\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"415590563\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"527141535\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179699\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331789\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008784\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990311\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021297\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179718\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658409\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544401\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951757\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"415590558\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"527278217\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120400\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990356\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179804\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021323\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008790\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33033152\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179576\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504401\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950818\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"468603657\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544293\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"480297727\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331784\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"505962426\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179579\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990132\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021217\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070227\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33031304\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950765\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390930\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77479831\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117893432\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175272\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390953\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77480755\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"530915643\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295429863\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364186\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364188\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898323\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951900\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924924\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950237\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175293\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658341\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544276\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990124\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021215\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950693\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675583\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179570\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364192\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898179\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951577\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924915\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364219\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990083\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179478\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021202\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880827\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544286\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658351\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070222\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950679\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175261\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950571\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898344\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070210\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"279478431\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544039\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175274\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175266\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"84378127\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120406\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634832\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446352528\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008787\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295938469\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544431\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504409\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157334302\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898322\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179798\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"351014995\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544444\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658419\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523026\\/7b16cb910d733424e5d3c5c02018462d.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675592\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544387\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"548651962\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"549580551\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924919\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"599469407\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179490\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990093\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"279478462\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021205\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295306677\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77479677\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473065\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390924\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504389\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179534\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544148\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331782\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544191\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021207\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179545\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"505962425\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990100\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951899\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"131333518\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553590235\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553434929\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544204\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898178\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446353235\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008785\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634862\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120397\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295305680\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"351196279\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898343\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898282\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504396\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120398\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179549\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544217\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675579\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110176\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658310\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472992\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77478796\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390949\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117894244\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336366538\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021223\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179590\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990149\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924932\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473048\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117894299\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544230\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179554\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331783\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924928\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898326\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"530915644\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544051\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179504\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331780\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553590231\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544107\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553434927\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544177\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179539\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331781\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070233\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179602\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990167\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021232\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364190\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990158\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950666\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364205\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021214\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990117\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179566\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179595\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021227\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390905\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77480515\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"118554850\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"549580545\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"542218212\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544040\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"542218213\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"549580546\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544041\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924918\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951755\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070238\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77481878\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472964\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390928\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117893342\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120403\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008786\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"351110530\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446389284\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634823\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473067\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179448\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990034\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021184\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"443331779\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179470\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"118554473\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390912\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77480644\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021190\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179457\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021196\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990064\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990052\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179463\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021187\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179454\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990042\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175262\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950683\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"281887240\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950771\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951576\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880825\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544261\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658329\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675582\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924925\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"84378128\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"351010813\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120405\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634864\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446352809\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008783\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898278\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898328\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021288\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179704\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/169523028\\/1707d1fed7e98cf4f997c1850708be23.jpg?ca=20&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990290\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472982\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390956\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77481058\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950711\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"530915638\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179709\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021293\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990300\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658415\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544417\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179768\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021317\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990340\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179584\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898281\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950778\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070226\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179811\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021325\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990366\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179735\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021306\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990326\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990175\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"505962427\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021236\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117981777\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950726\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658375\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544329\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880830\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658383\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544336\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880832\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"131333519\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"486008788\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295364872\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"351192133\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"446352537\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"603120404\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"445634829\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"527266198\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898176\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898329\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"510898345\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544133\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553434928\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"553590233\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544077\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179511\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7128980\\/358110177\\/bb720803ebb0371e3e9cd3ee33749d0d.jpg?ca=26&ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504379\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473060\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"118535271\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117981779\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33033607\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473032\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390938\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77479291\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070230\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951901\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33032695\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175297\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924917\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"530915646\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990249\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179652\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021271\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175276\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544320\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070217\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950250\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951578\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175291\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950560\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472979\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390944\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77481780\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117893402\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070234\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544243\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"437504406\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950717\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658314\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179612\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295477228\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951754\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33032178\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675581\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364206\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990112\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021210\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179560\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951903\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950564\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33032260\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33034844\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33035262\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175285\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25472993\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390926\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77479508\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175295\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070224\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175259\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924931\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990141\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990191\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021243\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021220\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179586\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179619\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544253\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658317\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951750\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924922\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950578\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951759\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070220\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33035882\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951579\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950690\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33034503\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951752\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"33031843\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175260\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950774\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658358\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"501880828\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544300\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"25473029\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"77481302\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"89390960\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363951902\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"567544306\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675584\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"495658365\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924926\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950660\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950733\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"117993108\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"363950813\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"36364237\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175288\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"215175268\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924930\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"158070235\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021283\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179692\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990374\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179817\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990281\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"361924927\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021327\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"166132978\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"295938620\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179741\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021309\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"410219347\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"456179726\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"490675589\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"397990318\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"407021301\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/564\\/564170\\/564170_15110217410037371848.jpg?ca=&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"411249856\"]}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.33772\",\"lt\":\"17.421867\"},\"HotelAddress\":\"IT Park, Gachibowli\",\"HotelCity\":\"Hyderabad\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Accessibility for all meeting spaces\",\"Accessible registration desk\",\"Accessible rooms have doors 32-inch wide opening\",\"Accessible route to the registration desk\",\"Suite\",\"Audible alarms in all public hallways\",\"Elevator\",\"Entirely Route to accessible guest rooms\",\"Business Center\",\"Fitness Facility\",\"Main entrance\",\"Lounge\",\"On-site accessible self parking\",\"Roll-in shower in some rooms\",\"Van parking self-parking facility\",\"Suite\",\"Disable Friendly\",\"Internet\",\"Internet\",\"Internet\",\"Fitness Facility\",\"Garden\",\"Golf\",\"Massage\",\"Night Club\",\"Spa\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"Face coverings on staff\",\"First aid kit\",\"Free face masks\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Hygiene certification\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Sterilizing equipment\",\"Temperature check for guests and staff\",\"Bar\",\"Coffee shop\",\"Grocery delivery\",\"Kitchen\",\"Restaurant\",\"Restaurant\",\"Room service\",\"Air conditioning in public area\",\"Concierge\",\"Contactless check-in\\/out\",\"Convenience store\",\"Currency Exchange\",\"Daily housekeeping\",\"Doorman \",\"Laundry Services\",\"Disable Friendly\",\"Restaurant\",\"Grooming service\",\"Invoice provided\",\"Laundry Services\",\"Laundry Services\",\"Laundry Services\",\"Luggage storage\",\"Banquet\",\"Safety deposit boxes\",\"Non Smoking\",\"Smoking area\",\"Family room\",\"Restaurant\",\"Golf\",\"Allergy-free rooms\",\"CCTV in common areas\",\"CCTV outside property\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Non Smoking\",\"Safety\\/security feature\",\"Security [24-hour]\",\"Smoke alarms\",\"Soundproof rooms\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"Parking\",\"Parking\",\"Parking\",\"Car power charging station\",\"Rental car \",\"Shuttle service\",\"Taxi service\",\"Air conditioning\",\"Alarm clock\",\"Blackout curtains\",\"Carpeting\",\"Coffee\\/tea maker\",\"Desk\",\"Free bottled water\",\"Hair dryer\",\"Safe deposit box\",\"Laundry Services\",\"Linens\",\"Microwave\",\"Bar\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Shower\",\"Slippers\",\"Smoke detector\",\"Sofa\",\"Soundproofing\",\"Telephone\",\"Toiletries\",\"Towels\",\"Wake-up service\",\"Internet\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid6986078199-16036976\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"217844351_389104414_37310--48788654\\\",\\\"ifra\\\":false,\\\"inra\\\":true,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-01-30T14:08:03.951\\\",\\\"tdt\\\":\\\"2023-02-04T12:00\\\",\\\"am\\\":6201.38},{\\\"fdt\\\":\\\"2023-02-04T12:00\\\",\\\"tdt\\\":\\\"2023-02-05T23:59\\\",\\\"am\\\":6201.38}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-01-30 08:39:35','2023-01-30 08:39:35',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"573399\",\"TPSysId\":\"573400\",\"VersionId\":\"1743972\",\"CustomerSysId\":\"298431\",\"TrxId\":\"46310\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(5,39,38124,'','2023-07-07','2023-07-08','','',NULL,'',NULL,NULL,'775ac-a95e1-aa935-ea4c1',0,NULL,'hsid3519400888-38906781','Four Points By Sheraton Ljubljana Mons','hsid3519400888-38906781','',4,'INR',NULL,'Pot Za Brdom 4','','Pot Za Brdom 4',NULL,NULL,'Pot Za Brdom 4','extra service',1,1,2,0,738896,738896,'Ljubljana','[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"39\",\"EmailId\":\"marriottdummy@gmail.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"1231564896\",\"FirstName\":\"ASASD\",\"LastName\":\"ADS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-06-21 07:31:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"0\",\"PassportNo\":\"24283833\",\"PassportExpiry\":\"2024-05-29\",\"passporIssue\":\"2023-06-01\",\"apiTraceId\":\"775ac-a95e1-aa935-ea4c1\",\"modified\":\"2023-06-21 07:31:09\",\"created\":\"2023-06-21 07:31:09\",\"CustomerMemberSysId\":\"31\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Business Suite 1 Bedroom Non Smoking-None-( -Non-Refundable)_2_0\",\"RoomCategory\":\"Business Suite 1 Bedroom Non Smoking -Non-Refundable\",\"RoomType\":\"Business Suite 1 Bedroom Non Smoking-None-( -Non-Refundable)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":20858.09,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"pernightperroomprice\":20268.09,\"TotalRoomPrice\":20268.09,\"TotalFare\":20268.09,\"TotalBaseFare\":20256.29,\"TotalNetFare\":20268.09,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":20256.29,\"SNP\":20256.29,\"SGP\":20256.29,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TAF\":11.8,\"BF\":20256.29,\"NF\":20268.09,\"TF\":20268.09},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":20256.29,\"SNP\":20256.29,\"SGP\":20256.29,\"MFT\":1.8}}}],\"PriceWithMarkup\":20858.09,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":20268.09,\"pernightperroomprice\":20268.09,\"RoomPrice\":20768.09,\"withmarkupprice\":20858.09,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"rooms\":1,\"Nights\":1,\"markup__\":\"500.00\"}}],\"RoomId\":\"34_17_649258e0e9d551811e5b1e2d\",\"RoomTotalPrice\":20268.09,\"iopr\":false,\"ipr\":false,\"ipm\":true},\"country\":\"Slovenia\",\"iopr\":false,\"ipr\":false,\"ipm\":true,\"HotelDetails\":{\"HotelId\":\"hsid3519400888-38906781\",\"HotemName\":\"Four Points By Sheraton Ljubljana Mons\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"Four Points by Sheraton Ljubljana Mons is conveniently located in the popular Ljubljana area. The property offers guests a range of services and amenities designed to provide comfort and convenience. Service-minded staff will welcome and guide you at Four Points by Sheraton Ljubljana Mons. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. Discover all Ljubljana has to offer by making Four Points by Sheraton Ljubljana Mons your base.\\\",\\\"Snippet\\\":\\\"Four Points by Sheraton Ljubljana Mons is conveniently located in the popular Ljubljana area. The pr\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"14.453023\",\"lt\":\"46.052338\"},\"HotelAddress\":\"Pot Za Brdom 4\",\"HotelCity\":\"Ljubljana\",\"HotelCountry\":\"Slovenia\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Access all room by interior corridor\",\"Accessibility for all meeting spaces\",\"Accessible registration desk\",\"Accessible route to the registration desk\",\"Accessible vanities in some rooms\",\"Adjustable height hand-held shower wand some rooms\",\"Alarm clock telephone ringers in all rooms\",\"Suite\",\"Audible alarms in all public hallways\",\"Bathtub grab bars in some rooms\",\"Bathtub seat in some rooms\",\"Suite\",\"Electronic room key\",\"Elevator\",\"Entirely Route to accessible guest rooms\",\"Business Center\",\"Fitness Facility\",\"Hearing accessible rooms some rooms\",\"Lever handles on all guest room doors\",\"Lowered electrical outlets in all rooms\",\"Main entrance\",\"Mobility accessibility in some rooms\",\"Non-slip grab bars in some bathrooms\",\"Lounge\",\"On-site accessible self parking\",\"Roll-in shower in some rooms\",\"Safety chains and\\/or latches on all guest doors\",\"Secondary locks on all room windows\",\"Suite\",\"Toilet seat at wheelchair height -- some rooms\",\"Transfer showers in some guest rooms\",\"TTY\\/TTD compatibilty in some rooms\",\"Suite\",\"Visual alarms in all public hallways\",\"Disable Friendly\",\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Billiards\",\"Fitness Facility\",\"Garden\",\"Massage\",\"On-site entertainment\",\"Outdoor recreational features\",\"Pool with view\",\"Sauna\",\"Spa\",\"Swimming Pool\",\"Ticket services\",\"Tours\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"First aid kit\",\"Free face masks\",\"Hand sanitizer\",\"Laundry Services\",\"Hygiene certification\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Sterilizing equipment\",\"Temperature check for guests and staff\",\"Alcohol\",\"Restaurant\",\"Bar\",\"Bottle of water\",\"Breakfast\",\"Breakfast\",\"Coffee shop\",\"Fruits\\/snacks\",\"Happy hour\",\"Restaurant\",\"\",\"Vending machine\",\"Air conditioning in public area\",\"Cash withdrawal\",\"Contactless check-in\\/out\",\"Convenience store\",\"Daily housekeeping\",\"Laundry Services\",\"Disable Friendly\",\"Restaurant\",\"Gift\\/souvenir shop\",\"Heating in public area\",\"Invoice provided\",\"Laundry Services\",\"Laundry Services\",\"Luggage storage\",\"Banquet\",\"Safety deposit boxes\",\"Shops\",\"Non Smoking\",\"Smoking area\",\"Terrace\",\"Business Center\",\"Family room\",\"Restaurant\",\"Allergy-free rooms\",\"Pets Allowed\",\"CCTV in common areas\",\"CCTV outside property\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Pets Allowed\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Litter boxes\",\"Non Smoking\",\"Pets Allowed\",\"Pets Allowed\",\"Pets Allowed\",\"Pets may not be left unattended\",\"Safety\\/security feature\",\"Security [24-hour]\",\"Service animals are welcome\",\"Smoke alarms\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"Parking\",\"Car power charging station\",\"Rental car \",\"Shuttle service\",\"Taxi service\",\"Bicycle rental\",\"Air conditioning\",\"Blackout curtains\",\"Desk\",\"Exterior corridor\",\"Free bottled water\",\"Hair dryer\",\"Safe deposit box\",\"Laundry Services\",\"Bar\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Shower\",\"Slippers\",\"Sofa\",\"Telephone\",\"Toiletries\",\"Internet\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid3519400888-38906781\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"34_17_649258e0e9d551811e5b1e2d\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-06-21T07:27:34.481\\\",\\\"tdt\\\":\\\"2023-07-07T12:00\\\",\\\"am\\\":20256.29},{\\\"fdt\\\":\\\"2023-07-07T12:00\\\",\\\"tdt\\\":\\\"2023-07-08T23:59\\\",\\\"am\\\":20256.29}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-06-21 02:01:10','2023-06-21 02:01:10',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"739538\",\"TPSysId\":\"739539\",\"VersionId\":\"2264081\",\"CustomerSysId\":\"430652\",\"TrxId\":\"60998\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(6,40,38124,'','2023-07-07','2023-07-08','','',NULL,'',NULL,NULL,'5d1a8-e4b2d-a0077-55089',0,NULL,'hsid8366959487-38906781','Four Points By Sheraton Ljubljana Mons','hsid8366959487-38906781','',4,'INR',NULL,'Pot Za Brdom 4','','Pot Za Brdom 4',NULL,NULL,'Pot Za Brdom 4','extra service',1,1,2,0,738896,738896,'Ljubljana','[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"40\",\"EmailId\":\"abc@126.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"1112341234\",\"FirstName\":\"DUMMY\",\"LastName\":\"MARRIOTT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-06-21 08:13:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"5d1a8-e4b2d-a0077-55089\",\"modified\":\"2023-06-21 08:13:21\",\"created\":\"2023-06-21 08:13:21\",\"CustomerMemberSysId\":\"32\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"65383638_0\",\"RoomCategory\":\"Business Suite Room\",\"RoomType\":\"Business Suite Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":19376.1,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"pernightperroomprice\":18786.1,\"TotalRoomPrice\":18786.1,\"TotalFare\":18786.1,\"TotalBaseFare\":18774.3,\"TotalNetFare\":18786.1,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":18786.1,\"TAF\":11.8,\"BF\":18774.3,\"TF\":18786.1,\"CMU\":185.88},\"afc\":{\"TAF\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42}}}],\"PriceWithMarkup\":19376.1,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":18786.1,\"pernightperroomprice\":18786.1,\"RoomPrice\":19286.1,\"withmarkupprice\":19376.1,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"rooms\":1,\"Nights\":1,\"markup__\":\"500.00\"}}],\"RoomId\":\"107_21_4949739\",\"RoomTotalPrice\":18786.1,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"Slovenia\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8366959487-38906781\",\"HotemName\":\"Four Points By Sheraton Ljubljana Mons\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Relax at the full-service spa, where you can enjoy massages. You\'re sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless Internet access, wedding services, and a television in a common area.\\\",\\\"spoken_languages\\\":\\\"German, English, Slovenian, Croatian, Italian, French, Spanish, Serbian\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 236 guestrooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Debit cards, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Grab a bite at Bar, one of the hotel\'s 2 restaurants, or stay in and take advantage of the room service (during limited hours). Snacks are also available at the coffee shop\\/cafe. Wrap up your day with a drink at the bar\\/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 10:00 AM and on weekends from 7:00 AM to 10:00 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, a business center, and limo\\/town car service. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"When you stay at Four Points by Sheraton Ljubljana Mons in Ljubljana, you\'ll be next to a golf course, within a 5-minute drive of Ljubljana Zoo and Stadium Ilirija.  This 4-star hotel is 2.9 mi (4.6 km) from Sports Centre Svoboda and 2.9 mi (4.7 km) from Ple\\u010dnik Pyramid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ljubljana Zoo - 2.2 km \\/ 1.4 mi  Stadium Ilirija - 2.4 km \\/ 1.5 mi  Sports Centre Svoboda - 4 km \\/ 2.5 mi  Tivoli Park - 4 km \\/ 2.5 mi  Tivoli Mansion - 4.1 km \\/ 2.6 mi  Tivoli Castle - 4.1 km \\/ 2.6 mi  International Centre of Graphic Arts in Ljubljana - 4.2 km \\/ 2.6 mi  Cankarjev dom Cultural and Congress Centre - 4.5 km \\/ 2.8 mi  Roman Wall Remains - 4.5 km \\/ 2.8 mi  National Gallery of Slovenia - 4.6 km \\/ 2.8 mi  Roman Walls - 4.6 km \\/ 2.8 mi  Ple\\u010dnik Pyramid - 4.6 km \\/ 2.8 mi  Modern Gallery (Moderna Galerija) - 4.6 km \\/ 2.8 mi  Serbian Orthodox Church - 4.6 km \\/ 2.9 mi  National Museum of Slovenia - 4.6 km \\/ 2.9 mi  The preferred airport for Four Points by Sheraton Ljubljana Mons is Joze Pucnik Airport (LJU) - 25.4 km \\/ 15.8 mi \\\",\\\"headline\\\":\\\"Near Ljubljana Zoo\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/140bbb63_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/140bbb63_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/2b755fb5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/2b755fb5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5b3d9026_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fc887170_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fc887170_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6a1c8a29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6a1c8a29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ff682c26_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ff682c26_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/0a7a3811_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/0a7a3811_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/38663ea6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/38663ea6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/58e33bdb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/58e33bdb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a654b1ae_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a654b1ae_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/739c7167_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/739c7167_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e857b760_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e857b760_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3db1b687_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3db1b687_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/addcdc4e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/addcdc4e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/301c4ec2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/301c4ec2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd4afafd_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd4afafd_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bbbb18b5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bbbb18b5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4e1f4c2a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4e1f4c2a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/330d33b5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/330d33b5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d049d65f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d049d65f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e174d30_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e174d30_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/341f1fda_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/341f1fda_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/df342567_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/df342567_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8a97ee9d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8a97ee9d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9d979f39_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9d979f39_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c663dc5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c663dc5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7ccb70a6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7ccb70a6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a44a2da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a44a2da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7762b339_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7762b339_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w3996h2667x0y0-f37c593e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w3996h2667x0y0-f37c593e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/1d619864_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/1d619864_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5bbad410_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5bbad410_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/eb82768d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/eb82768d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ddec9640_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ddec9640_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7fd90f28_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7fd90f28_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ea19628b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ea19628b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9daea87d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9daea87d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/50afa4e4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/50afa4e4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ef174b13_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ef174b13_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d16242b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d16242b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c88de07_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c88de07_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/69d68b34_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/69d68b34_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/787555cc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/787555cc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/af594f24_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/af594f24_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/932ac6ea_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/932ac6ea_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e549e4a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e549e4a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4c160c41_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4c160c41_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd5fac40_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd5fac40_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bc0cdc65_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bc0cdc65_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/62e0a802_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/62e0a802_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e37db61c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e37db61c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/180f833b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/180f833b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fa552c03_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fa552c03_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8945a08b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8945a08b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/402c77ea_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/402c77ea_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/24ef40a0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/24ef40a0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3f2a65bf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3f2a65bf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e70426b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e70426b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6509a771_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6509a771_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d0704d72_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d0704d72_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/476cb000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/476cb000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/96afedd1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/96afedd1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/00c11f41_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/00c11f41_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/c250be35_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/c250be35_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w6531h4348x0y0-aa3fa3e7_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w6531h4348x0y0-aa3fa3e7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ec6604dd_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ec6604dd_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"14.453023\",\"lt\":\"46.052338\"},\"HotelAddress\":\"Pot Za Brdom 4\",\"HotelCity\":\"Ljubljana\",\"HotelCountry\":\"Slovenia\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Eco-friendly cleaning products used\",\"Internet\",\"Limo or town car service available\",\"Internet\",\"Downhill skiing nearby\",\"Lounge\",\"Cross-country skiing nearby\",\"Swimming Pool\",\"In-room accessibility\",\"Parking\",\"Snowboarding nearby\",\"Roll-in shower\",\"Tours\\/ticket assistance\",\"Accessible bathroom\",\"Parking\",\"Sledding nearby\",\"Fitness Facility\",\"Snow tubing nearby\",\"Airport Shuttle\",\"Internet\",\"Lounge\",\"Restaurant\",\"Snowmobiling nearby\",\"Visual alarms in hallways\",\"Multilingual\",\"Ice skating nearby\",\"Electric car charging station\",\"Breakfast\",\"Business Center\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Elevator\",\"Fitness Facility\",\"Bicycle rentals on site\",\"Snowshoeing nearby\",\"Parking\",\"Mountain biking nearby\",\"Parking\",\"Banquet\",\"Disable Friendly\",\"Disable Friendly\",\"Wheelchair-accessible concierge desk\",\"Restaurant\",\"Parking\",\"Meeting rooms\",\"Wheelchair-accessible path to elevator\",\"Spa\",\"Wheelchair-accessible registration desk\",\"Television\",\"Fitness Facility\",\"Swimming Pool\",\"Wheelchair-accessible public washroom\",\"Hiking\\/biking trails on site\",\"Well-lit path to entrance\",\"Garden\",\"Picnic area\",\"Stair-free path to entrance\",\"Free newspapers in lobby\",\"Spa\",\"Wedding services\",\"Fitness Facility\",\"Luggage storage\",\"Express check-out\",\"Porter\\/bellhop\",\"Billiards\",\"Business Center\",\"24-hour front desk\",\"Scooter\\/moped rentals nearby\",\"Restaurant\",\"Golfing nearby\",\"Safe-deposit box at front desk\",\"Non Smoking\",\"Bar\",\"Sauna\",\"Sauna\",\"Free self parking\",\"Business Center\",\"Computer station\",\"Terrace\",\"ATM\",\"Disable Friendly\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid8366959487-38906781\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"cU7gUkALd9JIYXbgfsm7\\\",\\\"ifra\\\":true,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-06-21T08:00:59.535\\\",\\\"tdt\\\":\\\"2023-07-02T00:00\\\",\\\"am\\\":0.00},{\\\"fdt\\\":\\\"2023-07-02T00:00\\\",\\\"tdt\\\":\\\"2023-07-07T12:00\\\",\\\"am\\\":18588.42},{\\\"fdt\\\":\\\"2023-07-07T12:00\\\",\\\"tdt\\\":\\\"2023-07-08T23:59\\\",\\\"am\\\":18588.42}],\\\"scnp\\\":\\\"Risk-free booking! Cancel before 2023-07-04 and you\'ll pay nothing! Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-06-21 02:43:22','2023-06-21 02:43:22',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"739546\",\"TPSysId\":\"739547\",\"VersionId\":\"2264082\",\"CustomerSysId\":\"430660\",\"TrxId\":\"60999\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(7,41,38124,'','2023-07-09','2023-07-11','','',NULL,'',NULL,NULL,'15c5b-22b7c-69f73-53945',0,NULL,'hsid4889361719-39632114','Neelam\'s The Grand Hotel Goa','hsid4889361719-39632114','',4,'INR',NULL,'Post Office Road','','Post Office Road',NULL,NULL,'Post Office Road','extra service',2,1,2,0,699356,699356,'Calangute','[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"41\",\"EmailId\":\"9849232151@gmail.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9849232151\",\"FirstName\":\"RAJAIN\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-06-28 14:28:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"15c5b-22b7c-69f73-53945\",\"modified\":\"2023-06-28 14:28:21\",\"created\":\"2023-06-28 14:28:21\",\"CustomerMemberSysId\":\"33\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Deluxe Room   - Bed & Breakfast : 2 Pax _2_0\",\"RoomCategory\":\"Deluxe Room Room\",\"RoomType\":\"Deluxe Room   - Bed & Breakfast : 2 Pax \",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":4610.8,\"gtxMarkUp\":\"400.00\",\"GSTOnGTXMarkUp\":72,\"pernightperroomprice\":4138.8,\"TotalRoomPrice\":8277.6,\"TotalFare\":8277.6,\"TotalBaseFare\":8254,\"TotalNetFare\":8277.6,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SGP\":8254,\"SBP\":8254,\"SNP\":8254,\"MF\":20,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}}],\"PriceWithMarkup\":4610.8,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":8277.6,\"pernightperroomprice\":4138.8,\"RoomPrice\":4538.8,\"withmarkupprice\":4610.8,\"gtxMarkUp\":\"400.00\",\"GSTOnGTXMarkUp\":72,\"rooms\":1,\"Nights\":2,\"markup__\":\"400.00\"}}],\"RoomId\":\"35_0_649bf5c9e9d5513f395b1e3c\",\"RoomTotalPrice\":8277.6,\"iopr\":true,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":true,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4889361719-39632114\",\"HotemName\":\"Neelam\'s The Grand Hotel Goa\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. Additional amenities at this resort include complimentary wireless Internet access, a hair salon, and shopping on site. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 150 guestrooms featuring LCD televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Grab a bite at RESTATURANT, one of the resort\'s 2 restaurants, or stay in and take advantage of the room service (during limited hours). Snacks are also available at the coffee shop\\/cafe. Relax with a refreshing drink from the swim-up bar or one of the 2 bars\\/lounges. Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Event facilities at this resort consist of conference space and a meeting room. Guests may use a train station pick-up service for a surcharge, and free valet parking is available onsite.\\\",\\\"location\\\":\\\"When you stay at Neelam\'s The Grand Hotel Goa in Calangute, you\'ll be in the entertainment district, within a 5-minute drive of Calangute Beach and Baga Beach.  This 4-star resort is 1.5 mi (2.4 km) from Candolim Beach and 5 mi (8.1 km) from Anjuna Beach.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  St. Alex Church - 0.4 km \\/ 0.2 mi  St. Anthony\'s Chapel - 0.9 km \\/ 0.6 mi  Calangute Market - 1 km \\/ 0.6 mi  Poriat Football Ground - 1.1 km \\/ 0.7 mi  Casino Palms - 1.4 km \\/ 0.9 mi  Kerkar Art Complex - 1.5 km \\/ 1 mi  Calangute Beach - 1.7 km \\/ 1.1 mi  Mae De Deus Church - 2.4 km \\/ 1.5 mi  Candolim Beach - 2.5 km \\/ 1.6 mi  Titos Lane - 2.8 km \\/ 1.7 mi  Baga Beach - 2.9 km \\/ 1.8 mi  Baga Night Market - 3.6 km \\/ 2.2 mi  Calizz - 3.8 km \\/ 2.4 mi  Saturday Night Market - 4.2 km \\/ 2.6 mi  Splashdown Waterpark - 4.7 km \\/ 2.9 mi  The nearest airports are:Dabolim Airport (GOI) - 71.8 km \\/ 44.6 mi Goa (GOX-New Goa Intl.) - 28.5 km \\/ 17.7 mi The preferred airport for Neelam\'s The Grand Hotel Goa is Dabolim Airport (GOI). \\\",\\\"headline\\\":\\\"Near Calangute Beach\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"73.76701\",\"lt\":\"15.542728\"},\"HotelAddress\":\"Post Office Road\",\"HotelCity\":\"Calangute\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RESORT\",\"HotelFaciality\":[\"Laundry Services\",\"Shopping on site\",\"Train station pickup (surcharge)\",\"Swimming Pool\",\"Number of meeting rooms - 1\",\"Limo or town car service available\",\"Internet\",\"Lounge\",\"Designated smoking areas\",\"Spa\",\"Swimming Pool\",\"Bar\",\"Bicycle rentals nearby\",\"Tours\\/ticket assistance\",\"Multilingual\",\"Parasailing nearby\",\"Breakfast\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Elevator\",\"Fitness Facility\",\"Disable Friendly\",\"Television\",\"Fitness Facility\",\"Spa\",\"Garden\",\"Free newspapers in lobby\",\"Spa\",\"Area shuttle (surcharge)\",\"Fitness Facility\",\"Luggage storage\",\"Porter\\/bellhop\",\"Billiards\",\"Business Center\",\"24-hour front desk\",\"Scooter\\/moped rentals nearby\",\"Restaurant\",\"Spa\",\"Safe-deposit box at front desk\",\"Bar\",\"Hiking\\/biking trails nearby\",\"Swimming Pool\",\"Surfing\\/bodyboarding nearby\",\"Sauna\",\"Free self parking\",\"Business Center\",\"Parking\",\"HairSalon\",\"Terrace\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid4889361719-39632114\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"35_0_649bf5c9e9d5513f395b1e3c\\\",\\\"ifra\\\":true,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-06-28T14:28:07.439\\\",\\\"tdt\\\":\\\"2023-07-01T06:00\\\",\\\"am\\\":0.00},{\\\"fdt\\\":\\\"2023-07-01T06:00\\\",\\\"tdt\\\":\\\"2023-07-09T12:00\\\",\\\"am\\\":8254.00},{\\\"fdt\\\":\\\"2023-07-09T12:00\\\",\\\"tdt\\\":\\\"2023-07-11T23:59\\\",\\\"am\\\":8254.00}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-06-28 08:58:22','2023-06-28 08:58:22',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"748282\",\"TPSysId\":\"748283\",\"VersionId\":\"2287254\",\"CustomerSysId\":\"435821\",\"TrxId\":\"61715\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(8,43,86368,'','2023-08-24','2023-08-25','','',NULL,'',NULL,NULL,'4a9ed-20477-81858-fe9dc',0,NULL,'hsid5359152079-15602986','Hotel Kabli','hsid5359152079-15602986','',3,'INR',NULL,'73 Masjid Road, Jangpura Bhogal','','73 Masjid Road, Jangpura Bhogal',NULL,NULL,'73 Masjid Road, Jangpura Bhogal','extra service',1,1,2,0,725862,725862,'New Delhi','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"43\",\"EmailId\":\"shivam.vermaa4@gmail.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"7011874684\",\"FirstName\":\"KOI\",\"LastName\":\"BHI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"BCDPV9945B\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-08-18 12:02:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"fffd2-a1b58-e4316-3a840\",\"modified\":\"2023-08-18 12:02:16\",\"created\":\"2023-08-18 12:02:16\",\"CustomerMemberSysId\":\"34\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"201420563_207032972_37316--1\",\"RoomCategory\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"RoomType\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1388.12,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1388.12,\"TotalRoomPrice\":1388.12,\"TotalFare\":1388.12,\"TotalBaseFare\":1376.32,\"TotalNetFare\":1388.12,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1376.32,\"CMU\":0,\"TAF\":11.8,\"TF\":1388.12,\"NF\":1388.12},\"afc\":{\"TAF\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82}}}],\"PriceWithMarkup\":1388.12,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1388.12,\"pernightperroomprice\":1388.12,\"RoomPrice\":1388.12,\"withmarkupprice\":1388.12,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_11974451\",\"RoomTotalPrice\":1388.12,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid5359152079-15602986\",\"HotemName\":\"Hotel Kabli\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"HotelAddress\":\"73 Masjid Road, Jangpura Bhogal\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\"},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid5359152079-15602986\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"201420563_207032972_37316--48788660\\\",\\\"ifra\\\":true,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-18T11:52:14.906\\\",\\\"tdt\\\":\\\"2023-08-20T12:00\\\",\\\"am\\\":0.00,\\\"pp\\\":0.00},{\\\"fdt\\\":\\\"2023-08-20T12:00\\\",\\\"tdt\\\":\\\"2023-08-24T00:00\\\",\\\"am\\\":1376.32,\\\"pp\\\":100.00},{\\\"fdt\\\":\\\"2023-08-24T00:00\\\",\\\"tdt\\\":\\\"2023-08-25T23:59\\\",\\\"am\\\":1376.32}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-08-18 06:32:17','2023-08-18 06:32:17',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"808473\",\"TPSysId\":\"808474\",\"VersionId\":\"2460822\",\"CustomerSysId\":\"471650\",\"TrxId\":\"66333\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(9,35,86368,'TJS200700665282','2023-09-04','2023-09-05','TJS200700665282','TJS200700665282','TJS200700665282','PENDING',NULL,NULL,'8eab7-77f99-a46c8-8d514',0,NULL,'hsid6036219351-15329627','Hotel Parkway Deluxe','hsid6036219351-15329627','',3,'INR',NULL,'8591, Main Qutab Road, Pahar Ganj','','8591, Main Qutab Road, Pahar Ganj',NULL,NULL,'8591, Main Qutab Road, Pahar Ganj','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1410.95,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1410.95,\"TotalRoomPrice\":1410.95,\"TotalFare\":1410.95,\"TotalBaseFare\":1399.15,\"TotalNetFare\":1410.95,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1399.15,\"CMU\":0,\"TAF\":11.8,\"TF\":1410.95,\"NF\":1410.95},\"afc\":{\"TAF\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92}}}],\"PriceWithMarkup\":1410.95,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1410.95,\"pernightperroomprice\":1410.95,\"RoomPrice\":1410.95,\"withmarkupprice\":1410.95,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1410.95,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6036219351-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 36 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Continental breakfasts are available daily from 7 AM to 10:30 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in New Delhi (Paharganj), Hotel Parkway Deluxe is within a 5-minute drive of Ramakrishna Mission and Palika Bazaar.  This hotel is 2.1 mi (3.4 km) from Chandni Chowk and 3.3 mi (5.3 km) from India Gate.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Palika Bazaar - 1.7 km \\/ 1.1 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2 km \\/ 1.2 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Red Fort - 3.1 km \\/ 1.9 mi  Parliament of India - 3.8 km \\/ 2.4 mi  Sir Ganga Ram Hospital - 3.9 km \\/ 2.4 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 21.2 km \\/ 13.2 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Gift shops or newsstand\",\"Laundry Services\",\"Safe deposit box\",\"Number of meeting rooms - 1\",\"Internet\",\"Braille or raised signage\",\"In-room accessibility\",\"Parking\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"Business Center\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Non Smoking\",\"Laundry Services\",\"Free self parking\",\"Computer station\",\"Terrace\",\"Concierge Services\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid6036219351-15329627\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"202447440_212439952_37310--48788654\\\",\\\"ifra\\\":true,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-18T13:21:20.672\\\",\\\"tdt\\\":\\\"2023-09-01T18:00\\\",\\\"am\\\":0.00,\\\"pp\\\":0.00},{\\\"fdt\\\":\\\"2023-09-01T18:00\\\",\\\"tdt\\\":\\\"2023-09-04T00:00\\\",\\\"am\\\":1399.15,\\\"rn\\\":1},{\\\"fdt\\\":\\\"2023-09-04T00:00\\\",\\\"tdt\\\":\\\"2023-09-05T23:59\\\",\\\"am\\\":1399.15}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS200700665282\",\"amount\":1410.95,\"markup\":0.00,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"8923963627\"],\"code\":[\"+91\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-08-18T13:23:49.430\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel Parkway Deluxe\",\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 36 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Continental breakfasts are available daily from 7 AM to 10:30 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in New Delhi (Paharganj), Hotel Parkway Deluxe is within a 5-minute drive of Ramakrishna Mission and Palika Bazaar.  This hotel is 2.1 mi (3.4 km) from Chandni Chowk and 3.3 mi (5.3 km) from India Gate.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km / 0.9 mi  Palika Bazaar - 1.7 km / 1.1 mi  Lady Hardinge Medical College - 1.9 km / 1.2 mi  Kasturba Gandhi Marg - 2 km / 1.2 mi  Jama Masjid - 2 km / 1.2 mi  Gole Market - 2.2 km / 1.4 mi  Jantar Mantar - 2.4 km / 1.5 mi  Ajmal Khan Road - 2.4 km / 1.5 mi  Chandni Chowk - 2.5 km / 1.5 mi  Gurudwara Bangla Sahib - 2.9 km / 1.8 mi  Laxminarayan Temple - 2.9 km / 1.8 mi  Lajpat Rai Market - 2.9 km / 1.8 mi  Red Fort - 3.1 km / 1.9 mi  Parliament of India - 3.8 km / 2.4 mi  Sir Ganga Ram Hospital - 3.9 km / 2.4 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 21.2 km / 13.2 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"cnt\":{\"ph\":\"91-11-23532323\"},\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for continental breakfast: INR 120.00 for adults and INR 120 for children (approximately)                                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1410.95,\"tfcs\":{\"BF\":1399.15,\"TF\":1410.95,\"NF\":1410.95,\"CMU\":0.00,\"TAF\":11.80},\"tafcs\":{\"TAF\":{\"IGST\":1.80,\"TMF\":128.73,\"SBP\":1248.23,\"MFT\":1.80,\"SGP\":1399.15,\"SNP\":1270.42,\"SAC\":128.73,\"SRC\":0.00,\"TSF\":150.92,\"MF\":10.00,\"TTSF\":150.92}},\"ddt\":\"2023-09-01T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":1399.15,\"NF\":1410.95,\"TF\":1410.95,\"CMU\":0.00,\"TAF\":11.80},\"afc\":{\"TAF\":{\"IGST\":1.80,\"TMF\":128.73,\"SBP\":1248.23,\"MFT\":1.80,\"SGP\":1399.15,\"SNP\":1270.42,\"SAC\":128.73,\"SRC\":0.00,\"TSF\":150.92,\"MF\":10.00,\"TTSF\":150.92}}}],\"checkInDate\":\"2023-09-04\",\"checkOutDate\":\"2023-09-05\",\"ti\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannojia\"}],\"iopr\":false,\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]},\"rsta\":\"P\"}],\"tp\":1410.95,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-18T13:21:20.672\",\"tdt\":\"2023-09-01T18:00\",\"am\":0.00,\"pp\":0.00},{\"fdt\":\"2023-09-01T18:00\",\"tdt\":\"2023-09-04T00:00\",\"am\":1399.15,\"rn\":1},{\"fdt\":\"2023-09-04T00:00\",\"tdt\":\"2023-09-05T23:59\",\"am\":1399.15}],\"cpb\":48},\"ddt\":\"2023-09-01T18:00\",\"inst\":[],\"oai\":{\"sid\":\"42\"},\"iopr\":false,\"ispr\":true,\"ipr\":true,\"ipm\":false}],\"uid\":\"15329627\"},\"query\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"India\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200}}','','',NULL,'0','2023-08-18 07:51:46','2023-08-18 07:51:46',1,'TRANSACTION IS SUCCESSFUL.','C082D4301DB3486197CAA8E2037C8EFC','11000000417338',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"808739\",\"TPSysId\":\"808740\",\"VersionId\":\"2461674\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66346\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(10,1,86368,'TJS207000665630','2023-09-03','2023-09-04','TJS207000665630','TJS207000665630','TJS207000665630','',NULL,NULL,'96ee7-daa24-e17b0-72744',0,NULL,'hsid6251744232-39647921','HOTEL TAJ PLAZA','hsid6251744232-39647921','',3,'INR','http://tms.tripjack.com//cpfv3/images/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=','Taj Mahal East Gate, Near Hotel Oberoi ','','Taj Mahal East Gate, Near Hotel Oberoi ',NULL,NULL,'Taj Mahal East Gate, Near Hotel Oberoi ','extra service',1,1,1,0,740325,740325,'AGRA','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])_1_0\",\"RoomCategory\":\"Standard Room with Wi-Fi -[Non Refundables]\",\"RoomType\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":523.14,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":523.14,\"TotalRoomPrice\":523.14,\"TotalFare\":523.14,\"TotalBaseFare\":511.34,\"TotalNetFare\":523.14,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":511.34,\"TF\":523.14,\"NF\":523.14,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":523.14,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":523.14,\"pernightperroomprice\":523.14,\"RoomPrice\":523.14,\"withmarkupprice\":523.14,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"16_0_64df3ee9ead551021bb3d3cd\",\"RoomTotalPrice\":523.14,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6251744232-39647921\",\"HotemName\":\"HOTEL TAJ PLAZA\",\"HotelDescription\":\"<br\\/><br\\/><p><b>Property Location<\\/b> <br \\/>With a stay at Hotel Taj Plaza, you\'ll be centrally located in Agra, convenient to Mosque and the Jawab and Taj Mahal. This hotel is within close proximity of Agra Fort and Itmad-ud-Daulah\'s Tomb.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 40 individually decorated guestrooms. Your room comes with a pillowtop bed. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Relax and unwind with body treatments and facials. Additional amenities at this Victorian hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel\'s dining establishments, which include 2 restaurants and a coffee shop\\/caf\\ucc55. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Breakfast is available for a fee.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and a meeting room. A train station pick-up service is provided at no charge (available on request), and free self parking is available onsite.<\\/p>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.05021\",\"lt\":\"27.16859\"},\"HotelAddress\":\"Taj Mahal East Gate, Near Hotel Oberoi \",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Business Center\",\"Fitness Center\",\"Spa\",\"Laundry\",\"Baby sitting\",\"Parking\",\"Room service\",\"Shop\",\"Bar\\/Lounge\",\"Newspaper\",\"Meeting room\",\"Luggage Storage Service\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid6251744232-39647921\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"16_0_64df3ee9ead551021bb3d3cd\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-18T15:20:49.452\\\",\\\"tdt\\\":\\\"2023-09-03T12:00\\\",\\\"am\\\":511.34},{\\\"fdt\\\":\\\"2023-09-03T12:00\\\",\\\"tdt\\\":\\\"2023-09-04T23:59\\\",\\\"am\\\":511.34}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-08-18 09:50:43','2023-08-18 09:50:43',1,'TRANSACTION IS SUCCESSFUL.','A12E74CF752B4F5CA687891740BF6810','11000000417417',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"809040\",\"TPSysId\":\"809041\",\"VersionId\":\"2462594\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66374\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(11,43,86368,'','2023-08-30','2023-08-31','','',NULL,'',NULL,NULL,'9c0d5-cebc0-05373-cf9aa',0,NULL,'hsid9689449591-15602986','Hotel Kabli','hsid9689449591-15602986','',3,'INR',NULL,'73 Masjid Road, Jangpura Bhogal','','73 Masjid Road, Jangpura Bhogal',NULL,NULL,'73 Masjid Road, Jangpura Bhogal','extra service',1,1,2,0,725862,725862,'New Delhi','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"43\",\"EmailId\":\"shivam.vermaa4@gmail.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"7011874684\",\"FirstName\":\"SHIVAM\",\"LastName\":\"VERMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"BCDPV9945B\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-08-18 18:19:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9c0d5-cebc0-05373-cf9aa\",\"modified\":\"2023-08-18 18:19:51\",\"created\":\"2023-08-18 18:19:51\",\"CustomerMemberSysId\":\"37\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"201420563_284036927_37316--1\",\"RoomCategory\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"RoomType\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1860.66,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1860.66,\"TotalRoomPrice\":1860.66,\"TotalFare\":1860.66,\"TotalBaseFare\":1848.86,\"TotalNetFare\":1860.66,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1848.86,\"CMU\":0,\"TAF\":11.8,\"TF\":1860.66,\"NF\":1860.66},\"afc\":{\"TAF\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04}}}],\"PriceWithMarkup\":1860.66,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1860.66,\"pernightperroomprice\":1860.66,\"RoomPrice\":1860.66,\"withmarkupprice\":1860.66,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_2_11974451\",\"RoomTotalPrice\":1860.66,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9689449591-15602986\",\"HotemName\":\"Hotel Kabli\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"HotelAddress\":\"73 Masjid Road, Jangpura Bhogal\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid9689449591-15602986\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"201420563_284036927_37316--48788660\\\",\\\"ifra\\\":true,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-18T18:19:31.861\\\",\\\"tdt\\\":\\\"2023-08-26T12:00\\\",\\\"am\\\":0.00,\\\"pp\\\":0.00},{\\\"fdt\\\":\\\"2023-08-26T12:00\\\",\\\"tdt\\\":\\\"2023-08-30T00:00\\\",\\\"am\\\":1848.86,\\\"pp\\\":100.00},{\\\"fdt\\\":\\\"2023-08-30T00:00\\\",\\\"tdt\\\":\\\"2023-08-31T23:59\\\",\\\"am\\\":1848.86}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-08-18 12:49:52','2023-08-18 12:49:52',1,'TRANSACTION IS SUCCESSFUL.','25E550A742BA425F8049933B7A11AC19','11000000417568',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"809594\",\"TPSysId\":\"809595\",\"VersionId\":\"2464179\",\"CustomerSysId\":\"471650\",\"TrxId\":\"66425\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(14,48,86368,'','2023-08-23','2023-08-24','','',NULL,'',NULL,NULL,'78ab1-40379-961bc-79701',0,NULL,'hsid9625087214-15329627','Hotel Parkway Deluxe','hsid9625087214-15329627','',3,'INR',NULL,'8591, Main Qutab Road, Pahar Ganj','','8591, Main Qutab Road, Pahar Ganj',NULL,NULL,'8591, Main Qutab Road, Pahar Ganj','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1404.52,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1404.52,\"TotalRoomPrice\":1404.52,\"TotalFare\":1404.52,\"TotalBaseFare\":1392.72,\"TotalNetFare\":1404.52,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1392.72,\"CMU\":0,\"TAF\":11.8,\"TF\":1404.52,\"NF\":1404.52},\"afc\":{\"TAF\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77}}}],\"PriceWithMarkup\":1404.52,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1404.52,\"pernightperroomprice\":1404.52,\"RoomPrice\":1404.52,\"withmarkupprice\":1404.52,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1404.52,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9625087214-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]}}',NULL,NULL,NULL,'','',NULL,'0','2023-08-22 10:59:56','2023-08-22 10:59:56',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,53,86368,'','2023-08-23','2023-08-24','','',NULL,'',NULL,NULL,'76e4b-b1f6c-414cc-25cd5',0,NULL,'hsid2014664337-15329627','Hotel Parkway Deluxe','hsid2014664337-15329627','',3,'INR',NULL,'8591, Main Qutab Road, Pahar Ganj','','8591, Main Qutab Road, Pahar Ganj',NULL,NULL,'8591, Main Qutab Road, Pahar Ganj','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1408.58,\"TotalRoomPrice\":1408.58,\"TotalFare\":1408.58,\"TotalBaseFare\":1396.78,\"TotalNetFare\":1408.58,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1396.78,\"CMU\":0,\"TAF\":11.8,\"TF\":1408.58,\"NF\":1408.58},\"afc\":{\"TAF\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87}}}],\"PriceWithMarkup\":1408.58,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1408.58,\"pernightperroomprice\":1408.58,\"RoomPrice\":1408.58,\"withmarkupprice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1408.58,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid2014664337-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid2014664337-15329627\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"202447440_212439952_37310--48788654\\\",\\\"ifra\\\":false,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-22T17:02:46.240\\\",\\\"tdt\\\":\\\"2023-08-23T00:00\\\",\\\"am\\\":1396.78},{\\\"fdt\\\":\\\"2023-08-23T00:00\\\",\\\"tdt\\\":\\\"2023-08-24T23:59\\\",\\\"am\\\":1396.78}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-08-22 11:33:21','2023-08-22 11:33:21',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814010\",\"TPSysId\":\"814011\",\"VersionId\":\"2477182\",\"CustomerSysId\":\"474821\",\"TrxId\":\"66719\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(18,41,86368,'TJS200800670233','2023-09-03','2023-09-04','TJS200800670233','TJS200800670233','TJS200800670233','PENDING',NULL,NULL,'5690e-46d2e-0c24d-ef204',0,NULL,'hsid7638769678-15329627','Hotel Parkway Deluxe','hsid7638769678-15329627','',3,'INR',NULL,'8591, Main Qutab Road, Pahar Ganj','','8591, Main Qutab Road, Pahar Ganj',NULL,NULL,'8591, Main Qutab Road, Pahar Ganj','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1408.58,\"TotalRoomPrice\":1408.58,\"TotalFare\":1408.58,\"TotalBaseFare\":1396.78,\"TotalNetFare\":1408.58,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1396.78,\"CMU\":0,\"TAF\":11.8,\"TF\":1408.58,\"NF\":1408.58},\"afc\":{\"TAF\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87}}}],\"PriceWithMarkup\":1408.58,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1408.58,\"pernightperroomprice\":1408.58,\"RoomPrice\":1408.58,\"withmarkupprice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1408.58,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid7638769678-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid7638769678-15329627\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"202447440_212439952_37310--48788654\\\",\\\"ifra\\\":true,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-22T17:37:25.618\\\",\\\"tdt\\\":\\\"2023-08-31T18:00\\\",\\\"am\\\":0.00,\\\"pp\\\":0.00},{\\\"fdt\\\":\\\"2023-08-31T18:00\\\",\\\"tdt\\\":\\\"2023-09-03T00:00\\\",\\\"am\\\":1396.78,\\\"rn\\\":1},{\\\"fdt\\\":\\\"2023-09-03T00:00\\\",\\\"tdt\\\":\\\"2023-09-04T23:59\\\",\\\"am\\\":1396.78}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS200800670233\",\"amount\":1408.58,\"markup\":0.00,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"8923963627\"],\"code\":[\"+91\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-08-22T17:40:25.642\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel Parkway Deluxe\",\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km / 0.9 mi  Lady Hardinge Medical College - 1.9 km / 1.2 mi  Kasturba Gandhi Marg - 2 km / 1.2 mi  Jama Masjid - 2.2 km / 1.4 mi  Gole Market - 2.2 km / 1.4 mi  Jantar Mantar - 2.4 km / 1.5 mi  Ajmal Khan Road - 2.4 km / 1.5 mi  Chandni Chowk - 2.5 km / 1.5 mi  Max Mueller Bhawan - 2.8 km / 1.8 mi  Gurudwara Bangla Sahib - 2.9 km / 1.8 mi  Laxminarayan Temple - 2.9 km / 1.8 mi  Lajpat Rai Market - 2.9 km / 1.8 mi  Western Court Building - 3 km / 1.9 mi  Red Fort - 3.2 km / 2 mi  Raj Ghat - 3.6 km / 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km / 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"cnt\":{\"ph\":\"91-981-1187069\"},\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"If you are planning to arrive after noon please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, mobile payments, and cashMobile payment options include: Google Pay, Paytm, and PhonePe. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for local cuisine breakfast: approximately INR 200.00 for adults and INR 200 for children                  Crib (infant bed) fee: INR 500.0 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1408.58,\"tfcs\":{\"BF\":1396.78,\"TF\":1408.58,\"NF\":1408.58,\"CMU\":0.00,\"TAF\":11.80},\"tafcs\":{\"TAF\":{\"IGST\":1.80,\"TMF\":127.50,\"SBP\":1245.91,\"MFT\":1.80,\"SGP\":1396.78,\"SNP\":1269.28,\"SAC\":127.50,\"SRC\":0.00,\"TSF\":150.87,\"MF\":10.00,\"TTSF\":150.87}},\"ddt\":\"2023-08-31T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":1396.78,\"NF\":1408.58,\"TF\":1408.58,\"CMU\":0.00,\"TAF\":11.80},\"afc\":{\"TAF\":{\"IGST\":1.80,\"TMF\":127.50,\"SBP\":1245.91,\"MFT\":1.80,\"SGP\":1396.78,\"SNP\":1269.28,\"SAC\":127.50,\"SRC\":0.00,\"TSF\":150.87,\"MF\":10.00,\"TTSF\":150.87}}}],\"checkInDate\":\"2023-09-03\",\"checkOutDate\":\"2023-09-04\",\"ti\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannojia\"}],\"iopr\":false,\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]},\"rsta\":\"P\"}],\"tp\":1408.58,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-22T17:37:25.618\",\"tdt\":\"2023-08-31T18:00\",\"am\":0.00,\"pp\":0.00},{\"fdt\":\"2023-08-31T18:00\",\"tdt\":\"2023-09-03T00:00\",\"am\":1396.78,\"rn\":1},{\"fdt\":\"2023-09-03T00:00\",\"tdt\":\"2023-09-04T23:59\",\"am\":1396.78}],\"cpb\":48},\"ddt\":\"2023-08-31T18:00\",\"inst\":[],\"oai\":{\"sid\":\"42\"},\"iopr\":false,\"ispr\":true,\"ipr\":true,\"ipm\":false}],\"uid\":\"15329627\"},\"query\":{\"checkinDate\":\"2023-09-03\",\"checkoutDate\":\"2023-09-04\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"India\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200}}','','',NULL,'0','2023-08-22 12:07:48','2023-08-22 12:07:48',1,'TRANSACTION IS SUCCESSFUL.','A434C7ED32584775A4C0B454DB259CBC','11000000419139',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814128\",\"TPSysId\":\"814129\",\"VersionId\":\"2477606\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66728\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(20,53,86368,'','2023-08-24','2023-08-25','','',NULL,'',NULL,NULL,'ad740-07445-ea6ec-294d0',0,NULL,'hsid8910421589-15383644','Hotel Nirmal Lodging','hsid8910421589-15383644','',3,'INR',NULL,'MN Road, Wadia Estate','','MN Road, Wadia Estate',NULL,NULL,'MN Road, Wadia Estate','extra service',1,1,2,0,699261,699261,'Mumbai','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"53\",\"EmailId\":\"anuj23.ak@gmail.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9671365732\",\"FirstName\":\"ANUJ\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"GEBPK0418B\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-08-23 12:01:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ad740-07445-ea6ec-294d0\",\"modified\":\"2023-08-23 12:01:15\",\"created\":\"2023-08-23 12:01:15\",\"CustomerMemberSysId\":\"45\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"221412852_296043991_37316--1\",\"RoomCategory\":\"Double Room, Non Smoking-1 Double Bed - Package Deal\",\"RoomType\":\"Double Room, Non Smoking-1 Double Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1843.03,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1843.03,\"TotalRoomPrice\":1843.03,\"TotalFare\":1843.03,\"TotalBaseFare\":1831.23,\"TotalNetFare\":1843.03,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":171.56,\"SBP\":1634.31,\"SGP\":1831.23,\"SNP\":1659.67,\"MFT\":1.8,\"SAC\":171.56,\"TSF\":196.92,\"SRC\":0,\"MF\":10,\"TTSF\":196.92},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1831.23,\"CMU\":0,\"TAF\":11.8,\"TF\":1843.03,\"NF\":1843.03},\"afc\":{\"TAF\":{\"TMF\":171.56,\"SBP\":1634.31,\"SGP\":1831.23,\"SNP\":1659.67,\"MFT\":1.8,\"SAC\":171.56,\"TSF\":196.92,\"SRC\":0,\"MF\":10,\"TTSF\":196.92}}}],\"PriceWithMarkup\":1843.03,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1843.03,\"pernightperroomprice\":1843.03,\"RoomPrice\":1843.03,\"withmarkupprice\":1843.03,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_2_24458893\",\"RoomTotalPrice\":1843.03,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8910421589-15383644\",\"HotemName\":\"Hotel Nirmal Lodging\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities, which include complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi\\\",\\\"rooms\\\":\\\"Stay in one of 30 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk.\\\",\\\"location\\\":\\\"With a stay at Hotel Nirmal Lodging in Mumbai (Kurla), you\'ll be within a 5-minute drive of Phoenix Market City Mall and University of Mumbai.  This hotel is 2.4 mi (3.8 km) from U.S. Consulate General and 7.4 mi (11.9 km) from Juhu Beach.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 1 km \\/ 0.6 mi  U.S. Consulate General - 3.5 km \\/ 2.2 mi  University of Mumbai - 3.5 km \\/ 2.2 mi  Jio World Convention Centre - 4 km \\/ 2.5 mi  MMRDA Grounds - 4.5 km \\/ 2.8 mi  JioGarden - 4.6 km \\/ 2.9 mi  KidZania Mumbai - 4.7 km \\/ 3 mi  R City Mall - 4.8 km \\/ 3 mi  Santacruz Electronic Export Processing Zone - 5.2 km \\/ 3.2 mi  MIDC Industrial Estate - 5.3 km \\/ 3.3 mi  Bandra Family Court - 6 km \\/ 3.7 mi  Powai Lake - 6 km \\/ 3.7 mi  Indian Institute of Technology Bombay - 6.4 km \\/ 4 mi  Hiranandani Business Park - Powai - 6.8 km \\/ 4.2 mi  Sanjay Gandhi National Park - 7.1 km \\/ 4.4 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 5.3 km \\/ 3.3 mi\\\",\\\"headline\\\":\\\"In Mumbai (Kurla)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/a84fd860_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/a84fd860_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/dbb35342_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/dbb35342_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/777e09a7_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/777e09a7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/ce734af4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/ce734af4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/114c77fc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/114c77fc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/dea0e5df_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/dea0e5df_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/aba9bb83_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/25000000\\/24460000\\/24458900\\/24458893\\/aba9bb83_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.8796\",\"lt\":\"19.08418\"},\"HotelAddress\":\"MN Road, Wadia Estate\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Non Smoking\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Accessible bathroom (in select rooms)\",\"Luggage storage\",\"24-hour front desk\",\"Disable Friendly\",\"Breakfast\",\"Internet\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid8910421589-15383644\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"221412852_296043991_37316--48788660\\\",\\\"ifra\\\":false,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-23T12:01:46.090\\\",\\\"tdt\\\":\\\"2023-08-24T00:00\\\",\\\"am\\\":1831.23},{\\\"fdt\\\":\\\"2023-08-24T00:00\\\",\\\"tdt\\\":\\\"2023-08-25T23:59\\\",\\\"am\\\":1831.23}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-08-23 06:31:16','2023-08-23 06:31:16',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814732\",\"TPSysId\":\"814733\",\"VersionId\":\"2479127\",\"CustomerSysId\":\"474821\",\"TrxId\":\"66778\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(21,56,86368,'TJS200600670986','2023-08-24','2023-08-25','TJS200600670986','TJS200600670986','TJS200600670986','PENDING',NULL,NULL,'4b78f-f220f-ed338-00b7d',0,NULL,'hsid5763294324-15740601','Kcg Heritage','hsid5763294324-15740601','',3,'INR',NULL,'32/1 Satbari Village','','32/1 Satbari Village',NULL,NULL,'32/1 Satbari Village','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"202443739_212425036_37341--1\",\"RoomCategory\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"RoomType\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":7291.8,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":7291.8,\"TotalRoomPrice\":7291.8,\"TotalFare\":7291.8,\"TotalBaseFare\":7280,\"TotalNetFare\":7291.8,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":7280,\"CMU\":0,\"TAF\":11.8,\"TF\":7291.8,\"NF\":7291.8},\"afc\":{\"TAF\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780}}}],\"PriceWithMarkup\":7291.8,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":7291.8,\"pernightperroomprice\":7291.8,\"RoomPrice\":7291.8,\"withmarkupprice\":7291.8,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_1_22321449\",\"RoomTotalPrice\":7291.8,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid5763294324-15740601\",\"HotemName\":\"Kcg Heritage\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional features at this hotel include concierge services and a picnic area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 26 guestrooms featuring minibars and flat-screen televisions. Rooms have private balconies or patios. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Carte Blanche, Visa, Diners Club, Discover, JCB International, Mastercard\\\",\\\"dining\\\":\\\"Enjoy a meal at the restaurant or snacks in the coffee shop\\/cafe. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar\\/lounge. A complimentary continental breakfast is served daily from 8:30 AM to 11:30 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at KCG Heritage in New Delhi (Sat Bari), you\'ll be a 4-minute drive from Chhattarpur Temple and 6 minutes from Fortis Hospital.  This hotel is 9.9 mi (16 km) from India Gate and 14 mi (22.6 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Chhattarpur Temple - 2.6 km \\/ 1.6 mi  Fortis Hospital - 5.6 km \\/ 3.5 mi  Qutub Minar - 5.7 km \\/ 3.5 mi  Jawaharlal Nehru University - 7.2 km \\/ 4.5 mi  Max Super Specialty Hospital - 7.9 km \\/ 4.9 mi  DLF Avenue Saket - 8.4 km \\/ 5.2 mi  Select CITYWALK - 9 km \\/ 5.6 mi  DLF Promenade Vasant Kunj - 9.1 km \\/ 5.7 mi  DLF Emporio Vasant Kunj - 9.5 km \\/ 5.9 mi  Hauz Khas Complex - 9.7 km \\/ 6 mi  Siri Fort Auditorium - 9.8 km \\/ 6.1 mi  Central Mall - 9.9 km \\/ 6.2 mi  Ambience Mall - 10.1 km \\/ 6.3 mi  All India Institute of Medical Sciences - 10.2 km \\/ 6.3 mi  R.K. Khanna Tennis Complex - 10.7 km \\/ 6.7 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 14.3 km \\/ 8.9 mi\\\",\\\"headline\\\":\\\"In New Delhi (Sat Bari)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.18697\",\"lt\":\"28.484566\"},\"HotelAddress\":\"32\\/1 Satbari Village\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Newspapers in lobby (surcharge)\",\"Internet\",\"Internet\",\"Lounge\",\"Garden\",\"Picnic area\",\"In-room accessibility\",\"Parking\",\"Roll-in shower\",\"Tours\\/ticket assistance\",\"Accessible bathroom\",\"Breakfast\",\"Area shuttle (surcharge)\",\"Airport Shuttle\",\"Luggage storage\",\"Breakfast\",\"24-hour front desk\",\"Restaurant\",\"Playground on site\",\"Daily\",\"Safe-deposit box at front desk\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Free self parking\",\"Terrace\",\"Disable Friendly\",\"Concierge Services\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid5763294324-15740601\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"202443739_212425036_37341\\\",\\\"ifra\\\":false,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-23T12:00:40.924\\\",\\\"tdt\\\":\\\"2023-08-24T00:00\\\",\\\"am\\\":7280.00},{\\\"fdt\\\":\\\"2023-08-24T00:00\\\",\\\"tdt\\\":\\\"2023-08-25T23:59\\\",\\\"am\\\":7280.00}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS200600670986\",\"amount\":7291.80,\"markup\":0.00,\"deliveryInfo\":{\"emails\":[\"anuj@catpl.co.in\"],\"contacts\":[\"9671465732\"],\"code\":[\"+91\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-08-23T12:06:58.815\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"KCG Heritage\",\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional features at this hotel include concierge services and a picnic area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 26 guestrooms featuring minibars and flat-screen televisions. Rooms have private balconies or patios. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Carte Blanche, Visa, Diners Club, Discover, JCB International, Mastercard\\\",\\\"dining\\\":\\\"Enjoy a meal at the restaurant or snacks in the coffee shop/cafe. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar/lounge. A complimentary continental breakfast is served daily from 8:30 AM to 11:30 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at KCG Heritage in New Delhi (Sat Bari), you\'ll be a 4-minute drive from Chhattarpur Temple and 6 minutes from Fortis Hospital.  This hotel is 9.9 mi (16 km) from India Gate and 14 mi (22.6 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Chhattarpur Temple - 2.6 km / 1.6 mi  Fortis Hospital - 5.6 km / 3.5 mi  Qutub Minar - 5.7 km / 3.5 mi  Jawaharlal Nehru University - 7.2 km / 4.5 mi  Max Super Specialty Hospital - 7.9 km / 4.9 mi  DLF Avenue Saket - 8.4 km / 5.2 mi  Select CITYWALK - 9 km / 5.6 mi  DLF Promenade Vasant Kunj - 9.1 km / 5.7 mi  DLF Emporio Vasant Kunj - 9.5 km / 5.9 mi  Hauz Khas Complex - 9.7 km / 6 mi  Siri Fort Auditorium - 9.8 km / 6.1 mi  Central Mall - 9.9 km / 6.2 mi  Ambience Mall - 10.1 km / 6.3 mi  All India Institute of Medical Sciences - 10.2 km / 6.3 mi  R.K. Khanna Tennis Complex - 10.7 km / 6.7 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 14.3 km / 8.9 mi\\\",\\\"headline\\\":\\\"In New Delhi (Sat Bari)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.18697\",\"lt\":\"28.484566\"},\"ad\":{\"adr\":\"32/1 Satbari Village\",\"postalCode\":\"110074\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"National Capital Territory of Delhi\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"National Capital Territory of Delhi\",\"cn\":\"India\"},\"cnt\":{\"ph\":\"91-999-99999999\"},\"ops\":[{\"ris\":[{\"id\":\"202443739_212425036_37341--1\",\"rc\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"rt\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"srn\":\"Business, Twin, Garden View, Single Use, Balcony\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":7291.80,\"tfcs\":{\"BF\":7280.00,\"TF\":7291.80,\"NF\":7291.80,\"CMU\":0.00,\"TAF\":11.80},\"tafcs\":{\"TAF\":{\"IGST\":1.80,\"TMF\":651.65,\"SBP\":6500.00,\"MFT\":1.80,\"SGP\":7280.00,\"SNP\":6628.35,\"SAC\":651.65,\"SRC\":0.00,\"TSF\":780.00,\"MF\":10.00,\"TTSF\":780.00}},\"ddt\":\"2023-08-23T12:00:40.924\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":7280.00,\"NF\":7291.80,\"TF\":7291.80,\"CMU\":0.00,\"TAF\":11.80},\"afc\":{\"TAF\":{\"IGST\":1.80,\"TMF\":651.65,\"SBP\":6500.00,\"MFT\":1.80,\"SGP\":7280.00,\"SNP\":6628.35,\"SAC\":651.65,\"SRC\":0.00,\"TSF\":780.00,\"MF\":10.00,\"TTSF\":780.00}}}],\"checkInDate\":\"2023-08-24\",\"checkOutDate\":\"2023-08-25\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Anuj\",\"lN\":\"kumar\"}],\"iopr\":false,\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free WiFi\"]}],\"SERVICE\":[{\"values\":[\"HasBalcony: Yes\"]}]},\"rsta\":\"P\"}],\"tp\":7291.80,\"cnp\":{\"id\":\"202443739_212425036_37341\",\"ifra\":false,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-23T12:00:40.924\",\"tdt\":\"2023-08-24T00:00\",\"am\":7280.00},{\"fdt\":\"2023-08-24T00:00\",\"tdt\":\"2023-08-25T23:59\",\"am\":7280.00}],\"cpb\":48},\"ddt\":\"2023-08-23T12:00:40.924\",\"inst\":[],\"oai\":{\"sid\":\"42\"},\"iopr\":false,\"ipr\":true,\"ipm\":false}],\"uid\":\"15740601\"},\"query\":{\"checkinDate\":\"2023-08-24\",\"checkoutDate\":\"2023-08-25\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"India\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200}}','','',NULL,'0','2023-08-23 06:32:37','2023-08-23 06:32:37',1,'TRANSACTION IS SUCCESSFUL.','DD6E85F1A59D46CEA6091155D6A37247','11000000419401',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814737\",\"TPSysId\":\"814738\",\"VersionId\":\"2479138\",\"CustomerSysId\":\"474784\",\"TrxId\":\"66781\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(22,60,86368,'TJS201400679181','2023-09-04','2023-09-05','TJS201400679181','TJS201400679181','TJS201400679181','PENDING',NULL,NULL,'4d927-d072b-01f7c-6cdba',0,NULL,'hsid3447473823-15329627','Hotel Parkway Deluxe','hsid3447473823-15329627','',3,'INR',NULL,'8591, Main Qutab Road, Pahar Ganj','','8591, Main Qutab Road, Pahar Ganj',NULL,NULL,'8591, Main Qutab Road, Pahar Ganj','extra service',1,1,1,0,725862,725862,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,1,0,'{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1420.61,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1420.61,\"TotalRoomPrice\":1420.61,\"TotalFare\":1420.61,\"TotalBaseFare\":1408.81,\"TotalNetFare\":1420.61,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":1408.81,\"TAF\":11.8,\"TF\":1420.61,\"NF\":1420.61},\"afc\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8}}}],\"PriceWithMarkup\":1420.61,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1420.61,\"pernightperroomprice\":1420.61,\"RoomPrice\":1420.61,\"withmarkupprice\":1420.61,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1420.61,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3447473823-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid3447473823-15329627\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"202447440_212439952_37310--48788654\\\",\\\"ifra\\\":true,\\\"inra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-08-30T12:37:12.058\\\",\\\"tdt\\\":\\\"2023-09-01T18:00\\\",\\\"am\\\":0.00,\\\"pp\\\":0.00},{\\\"fdt\\\":\\\"2023-09-01T18:00\\\",\\\"tdt\\\":\\\"2023-09-04T00:00\\\",\\\"am\\\":1408.81,\\\"rn\\\":1},{\\\"fdt\\\":\\\"2023-09-04T00:00\\\",\\\"tdt\\\":\\\"2023-09-05T23:59\\\",\\\"am\\\":1408.81}]},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS201400679181\",\"amount\":1420.61,\"markup\":0.00,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"8923963627\"],\"code\":[\"+91\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-08-30T12:38:56.133\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel Parkway Deluxe\",\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km / 0.9 mi  Lady Hardinge Medical College - 1.9 km / 1.2 mi  Kasturba Gandhi Marg - 2 km / 1.2 mi  Jama Masjid - 2.2 km / 1.4 mi  Gole Market - 2.2 km / 1.4 mi  Jantar Mantar - 2.4 km / 1.5 mi  Ajmal Khan Road - 2.4 km / 1.5 mi  Chandni Chowk - 2.5 km / 1.5 mi  Max Mueller Bhawan - 2.8 km / 1.8 mi  Gurudwara Bangla Sahib - 2.9 km / 1.8 mi  Laxminarayan Temple - 2.9 km / 1.8 mi  Lajpat Rai Market - 2.9 km / 1.8 mi  Western Court Building - 3 km / 1.9 mi  Red Fort - 3.2 km / 2 mi  Raj Ghat - 3.6 km / 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km / 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"cnt\":{\"ph\":\"91-981-1187069\"},\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"If you are planning to arrive after noon please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, mobile payments, and cashMobile payment options include: Google Pay, Paytm, and PhonePe. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for local cuisine breakfast: approximately INR 200.00 for adults and INR 200 for children                  Crib (infant bed) fee: INR 500.0 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1420.61,\"tfcs\":{\"TAF\":11.80,\"CMU\":0.00,\"NF\":1420.61,\"BF\":1408.81,\"TF\":1420.61},\"tafcs\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"MF\":10.00,\"SNP\":1275.05,\"TTSF\":151.14,\"SRC\":0.00,\"IGST\":1.80,\"SAC\":133.76,\"MFT\":1.80,\"TMF\":133.76}},\"ddt\":\"2023-09-01T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":1408.81,\"NF\":1420.61,\"TF\":1420.61,\"CMU\":0.00,\"TAF\":11.80},\"afc\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"MF\":10.00,\"SNP\":1275.05,\"TTSF\":151.14,\"SRC\":0.00,\"IGST\":1.80,\"SAC\":133.76,\"MFT\":1.80,\"TMF\":133.76}}}],\"checkInDate\":\"2023-09-04\",\"checkOutDate\":\"2023-09-05\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"tinku\",\"lN\":\"singh\"}],\"iopr\":false,\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]},\"rsta\":\"P\"}],\"tp\":1420.61,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-30T12:37:12.058\",\"tdt\":\"2023-09-01T18:00\",\"am\":0.00,\"pp\":0.00},{\"fdt\":\"2023-09-01T18:00\",\"tdt\":\"2023-09-04T00:00\",\"am\":1408.81,\"rn\":1},{\"fdt\":\"2023-09-04T00:00\",\"tdt\":\"2023-09-05T23:59\",\"am\":1408.81}],\"cpb\":48},\"ddt\":\"2023-09-01T18:00\",\"inst\":[],\"oai\":{\"sid\":\"42\"},\"iopr\":false,\"ispr\":true,\"ipr\":true,\"ipm\":false}],\"uid\":\"15329627\"},\"query\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"India\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200}}','','',NULL,'0','2023-08-30 07:06:43','2023-08-30 07:06:43',1,'TRANSACTION IS SUCCESSFUL.','B908E0D1B6A947E8A34BFCB8A27A7985','11000000422494',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823709\",\"TPSysId\":\"823710\",\"VersionId\":\"2504679\",\"CustomerSysId\":\"471769\",\"TrxId\":\"67439\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(24,72,86368,'','2023-09-18','2023-09-19','','',NULL,'',NULL,NULL,'c1012-d770e-dd128-aa4da',0,NULL,'hsid2713635454-39702675','Oyo Flagship 41655 Srj Inn Jadavpur','hsid2713635454-39702675','',3,'INR',NULL,'6/153, Survey Park, Santoshpur, Kolkata','','6/153, Survey Park, Santoshpur, Kolkata',NULL,NULL,'6/153, Survey Park, Santoshpur, Kolkata','extra service',1,1,2,0,739947,739947,'Kolkata','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"72\",\"EmailId\":\"sikder.am@yndex.com\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"Z\",\"LastName\":\"DAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-09-16 17:11:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"c1012-d770e-dd128-aa4da\",\"modified\":\"2023-09-16 17:11:57\",\"created\":\"2023-09-16 17:11:57\",\"CustomerMemberSysId\":\"69\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"90209035_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM_ONLY\",\"TotalPrice\":258.83773199999996,\"gtxMarkUp\":5.0574,\"GSTOnGTXMarkUp\":0.910332,\"pernightperroomprice\":252.87,\"TotalRoomPrice\":252.87,\"TotalFare\":252.87,\"TotalBaseFare\":241.07,\"TotalNetFare\":252.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":252.87,\"TAF\":11.8,\"BF\":241.07,\"NF\":252.87,\"CMU\":4.73},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10}}}],\"PriceWithMarkup\":258.83773199999996,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":252.87,\"pernightperroomprice\":252.87,\"RoomPrice\":257.9274,\"withmarkupprice\":258.83773199999996,\"gtxMarkUp\":5.0574,\"GSTOnGTXMarkUp\":0.910332,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_7950324\",\"RoomTotalPrice\":252.87,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid2713635454-39702675\",\"HotemName\":\"Oyo Flagship 41655 Srj Inn Jadavpur\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Both business travelers and tourists can enjoy the property\'s facilities and services. Service-minded staff will welcome and guide you at OYO Flagship 41655 Srj Inn. All rooms are designed and decorated to make guests feel right at home, and some rooms come with linens, mirror, towels, internet access \\u2013 wireless, fan. The property offers various recreational opportunities. OYO Flagship 41655 Srj Inn combines warm hospitality with a lovely ambiance to make your stay in Kolkata unforgettable.\\\",\\\"Snippet\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Bot\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.38974\",\"lt\":\"22.490122\"},\"HotelAddress\":\"6\\/153, Survey Park, Santoshpur, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Breakfast\",\"Breakfast\",\"Kitchen\",\"Restaurant\",\"Room service\",\"Shared kitchen\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Air conditioning in public area\",\"Contactless check-in\\/out\",\"Daily housekeeping\",\"Elevator\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Internet\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Parking\",\"Parking\",\"Air conditioning\",\"Bathrobes\",\"Blackout curtains\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Full kitchen\",\"Internet\",\"Kitchenette\",\"Laptop workspace\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\",\"Internet\"]}}',NULL,NULL,NULL,'','',NULL,'0','2023-09-16 11:41:57','2023-09-16 11:41:57',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,73,86368,'','2023-09-20','2023-09-21','','',NULL,'',NULL,NULL,'1f4af-745c9-cba29-c403e',0,NULL,'hsid3371748174-39995861','Oyo 80299 Fantasy Stay Fusion','hsid3371748174-39995861','',3,'INR',NULL,'51/2, Maa Sarada Nursing Home, Kazi Nazrul Islam Avenue, Rajarhat North 24 Parganas, Kolkata','','51/2, Maa Sarada Nursing Home, Kazi Nazrul Islam Avenue, Rajarhat North 24 Parganas, Kolkata',NULL,NULL,'51/2, Maa Sarada Nursing Home, Kazi Nazrul Islam Avenue, Rajarhat North 24 Parganas, Kolkata','extra service',1,1,2,0,739947,739947,'Kolkata','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"73\",\"EmailId\":\"amitsikder80@gmail.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"DQAWS\",\"LastName\":\"DQW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-09-18 11:31:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f4af-745c9-cba29-c403e\",\"modified\":\"2023-09-18 11:31:39\",\"created\":\"2023-09-18 11:31:39\",\"CustomerMemberSysId\":\"70\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"344249659_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM_ONLY\",\"TotalPrice\":381.987048,\"gtxMarkUp\":7.4636000000000005,\"GSTOnGTXMarkUp\":1.3434480000000002,\"pernightperroomprice\":373.18,\"TotalRoomPrice\":373.18,\"TotalFare\":373.18,\"TotalBaseFare\":361.38,\"TotalNetFare\":373.18,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":7.09,\"NF\":373.18,\"TF\":373.18,\"BF\":361.38,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29}}}],\"PriceWithMarkup\":381.987048,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":373.18,\"pernightperroomprice\":373.18,\"RoomPrice\":380.6436,\"withmarkupprice\":381.987048,\"gtxMarkUp\":7.4636000000000005,\"GSTOnGTXMarkUp\":1.3434480000000002,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_25011210\",\"RoomTotalPrice\":373.18,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3371748174-39995861\",\"HotemName\":\"Oyo 80299 Fantasy Stay Fusion\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156203.jpg?k=7a80c6223a79e0c96fc6bc473501cdd85ac2ec48333b33bb57cf50d2c0584aaa&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999227.jpg?k=e46712c701ad64f6d8433843bba0b07d2b783c4f1cbf23746961dd4370e8ff1e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999233.jpg?k=f3f7026ffd00abbb595e1ba9525e15fc42499f4ceaf9736c47898bbd1760067e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156206.jpg?k=f7edf080d13fd3834fac69c4ad4053ec9812d99e448d669d381e0a580738d74d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999221.jpg?k=4e6a1605596108692926c6f2fec4fa768417c163587c490515de5a1006e91db9&o=&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.43866\",\"lt\":\"22.63504\"},\"HotelAddress\":\"51\\/2, Maa Sarada Nursing Home, Kazi Nazrul Islam Avenue, Rajarhat North 24 Parganas, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Room service\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"Guest rooms seal after sanitization\",\"Room service\",\"Laundry Services\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid3371748174-39995861\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"xxci6pLPsB55bWHXgX3S\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-09-18T11:32:28.492\\\",\\\"tdt\\\":\\\"2023-09-20T12:00\\\",\\\"am\\\":354.29},{\\\"fdt\\\":\\\"2023-09-20T12:00\\\",\\\"tdt\\\":\\\"2023-09-21T23:59\\\",\\\"am\\\":354.29}],\\\"scnp\\\":\\\"Risk-free booking! Cancel before 2023-09-19 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will incur the first night\'s charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night\'s charge (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-09-18 06:01:40','2023-09-18 06:01:40',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"848858\",\"TPSysId\":\"848859\",\"VersionId\":\"2575355\",\"CustomerSysId\":\"493157\",\"TrxId\":\"69025\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(26,75,86368,'','2023-09-21','2023-09-23','','',NULL,'',NULL,NULL,'550d6-1f84e-0642e-c207a',0,NULL,'hsid9455972666-38812245','Oyo Flagship 74825 Hotel Om Shanti Palace','hsid9455972666-38812245','',3,'INR',NULL,'00, Kalikapur Rd, Sukhpally, Haltu, Kolkata, West Bengal, Kolkata','','00, Kalikapur Rd, Sukhpally, Haltu, Kolkata, West Bengal, Kolkata',NULL,NULL,'00, Kalikapur Rd, Sukhpally, Haltu, Kolkata, West Bengal, Kolkata','extra service',2,1,2,0,739947,739947,'Kolkata','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"75\",\"EmailId\":\"amit99@gmail.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"BG\",\"LastName\":\"BG\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-09-20 10:04:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"550d6-1f84e-0642e-c207a\",\"modified\":\"2023-09-20 10:04:05\",\"created\":\"2023-09-20 10:04:05\",\"CustomerMemberSysId\":\"71\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"266782_174868_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":370.328244,\"gtxMarkUp\":7.2358,\"GSTOnGTXMarkUp\":1.3024440000000002,\"pernightperroomprice\":361.79,\"TotalRoomPrice\":723.58,\"TotalFare\":723.58,\"TotalBaseFare\":699.98,\"TotalNetFare\":723.58,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"TSF\":82.36,\"SNP\":716.31,\"MF\":20,\"TTSF\":82.36,\"MFT\":3.6,\"SGP\":768.6,\"SBP\":1960.72,\"SDS\":1274.48,\"SAC\":52.29},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}},{\"day\":2,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}}],\"PriceWithMarkup\":370.328244,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":723.58,\"pernightperroomprice\":361.79,\"RoomPrice\":369.0258,\"withmarkupprice\":370.328244,\"gtxMarkUp\":7.2358,\"GSTOnGTXMarkUp\":1.3024440000000002,\"rooms\":1,\"Nights\":2,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3923704\",\"RoomTotalPrice\":723.58,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9455972666-38812245\",\"HotemName\":\"Oyo Flagship 74825 Hotel Om Shanti Palace\",\"HotelDescription\":\"{\\\"General Description\\\":\\\"Traveling anytime soon? Looking for a value for money accommodation? This charming property has everything required to make your stay memorable. It is exclusively designed with travelers requirements in mind. It encloses a comfortably furnished bedroom, with a snuggly bed covered with spotless linen. To make your stay hassle-free, OYO has implemented a complete set of modern day amenities. The living space is furnished with top-notch furniture and enhanced with trendy decor. Not to forget, cleanliness is always right up there on our priority list.Getting around through public transport is quite convenient. The city has something for every traveler. You just have to go outside and explore! If you are traveler looking for a comfortable stay, this is a great choice to make. We, at OYO, look forward to ensuring round the clock assistance to make your experience a delightful one. Come soon!\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801351_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801351_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801352_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801352_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801353_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801353_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801354_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801354_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801355_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801355_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801356_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801356_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801357_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801357_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801359_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801359_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801361_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801361_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801364_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801364_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801367_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801367_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801369_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801369_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801371_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801371_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801372_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801372_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801373_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801373_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801375_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801375_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801379_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801379_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801380_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801380_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801385_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801385_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801389_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801389_original_w.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.393524\",\"lt\":\"22.502472\"},\"HotelAddress\":\"00, Kalikapur Rd, Sukhpally, Haltu, Kolkata, West Bengal, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid9455972666-38812245\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_3923704\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-09-20T10:04:15.277\\\",\\\"tdt\\\":\\\"2023-09-21T12:00\\\",\\\"am\\\":699.98},{\\\"fdt\\\":\\\"2023-09-21T12:00\\\",\\\"tdt\\\":\\\"2023-09-23T23:59\\\",\\\"am\\\":768.60}],\\\"scnp\\\":\\\"This special discounted rate is non-refundable. If you choose to cancel this booking, you will not be refunded any of the payment.\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-09-20 04:34:06','2023-09-20 04:34:06',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"851595\",\"TPSysId\":\"851596\",\"VersionId\":\"2583538\",\"CustomerSysId\":\"494440\",\"TrxId\":\"69182\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(27,77,86368,'','2023-09-23','2023-09-24','','',NULL,'',NULL,NULL,'54b07-f58ad-a247a-7c9c6',0,NULL,'hsid0442343580-41572851','Flagship Sai Boarding And Lodging Near Kengeri * Metro Station','hsid0442343580-41572851','',3,'INR',NULL,'kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060','','kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060',NULL,NULL,'kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060','extra service',1,1,2,0,740075,740075,'Bangalore','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"77\",\"EmailId\":\"amit.30@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"VSDV\",\"LastName\":\"VDV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-09-21 10:21:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"54b07-f58ad-a247a-7c9c6\",\"modified\":\"2023-09-21 10:21:53\",\"created\":\"2023-09-21 10:21:53\",\"CustomerMemberSysId\":\"75\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"581144743_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":345.076032,\"gtxMarkUp\":6.7424,\"GSTOnGTXMarkUp\":1.213632,\"pernightperroomprice\":337.12,\"TotalRoomPrice\":337.12,\"TotalFare\":337.12,\"TotalBaseFare\":325.32,\"TotalNetFare\":337.12,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":337.12,\"TF\":337.12,\"CMU\":6.38,\"BF\":325.32,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94}}}],\"PriceWithMarkup\":345.076032,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":337.12,\"pernightperroomprice\":337.12,\"RoomPrice\":343.8624,\"withmarkupprice\":345.076032,\"gtxMarkUp\":6.7424,\"GSTOnGTXMarkUp\":1.213632,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_35149860\",\"RoomTotalPrice\":337.12,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid0442343580-41572851\",\"HotemName\":\"Flagship Sai Boarding And Lodging Near Kengeri * Metro Station\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.45875\",\"lt\":\"12.89328\"},\"HotelAddress\":\"kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060\",\"HotelCity\":\"Bangalore\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Room service\",\"Contactless check-in\\/out\",\"Restaurant\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"CCTV in common areas\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid0442343580-41572851\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"YmCcXABzmABPEDc3AKes\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-09-21T10:22:43.705\\\",\\\"tdt\\\":\\\"2023-09-23T12:00\\\",\\\"am\\\":318.94},{\\\"fdt\\\":\\\"2023-09-23T12:00\\\",\\\"tdt\\\":\\\"2023-09-24T23:59\\\",\\\"am\\\":318.94}],\\\"scnp\\\":\\\"Risk-free booking! Cancel before 2023-09-22 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-09-21 04:51:54','2023-09-21 04:51:54',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"853339\",\"TPSysId\":\"853340\",\"VersionId\":\"2588518\",\"CustomerSysId\":\"495205\",\"TrxId\":\"69286\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(28,79,86368,'','2023-09-29','2023-09-30','','',NULL,'',NULL,NULL,'9ab46-bb1ea-94a6c-f12a3',0,NULL,'hsid4083983852-6066643924','SPOT ON 702936 The Ariya Magecity','hsid4083983852-6066643924','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/cms/4062/4062917/images/image_4729447_original_tn.jpg','','','',NULL,NULL,'','extra service',1,1,2,0,739947,739947,'KOLKATA','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"FD\",\"LastName\":\"FD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-09-28 10:48:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"9ab46-bb1ea-94a6c-f12a3\",\"modified\":\"2023-09-28 10:48:52\",\"created\":\"2023-09-28 10:48:52\",\"CustomerMemberSysId\":\"77\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"251973_173679_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":367.06296000000003,\"gtxMarkUp\":7.172000000000001,\"GSTOnGTXMarkUp\":1.29096,\"pernightperroomprice\":358.6,\"TotalRoomPrice\":358.6,\"TotalFare\":358.6,\"TotalBaseFare\":346.8,\"TotalNetFare\":358.6,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":346.8,\"CMU\":-34,\"TAF\":11.8,\"TF\":358.6,\"NF\":358.6},\"afc\":{\"TAF\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10}}}],\"PriceWithMarkup\":367.06296000000003,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":358.6,\"pernightperroomprice\":358.6,\"RoomPrice\":365.77200000000005,\"withmarkupprice\":367.06296000000003,\"gtxMarkUp\":7.172000000000001,\"GSTOnGTXMarkUp\":1.29096,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4062917\",\"RoomTotalPrice\":358.6,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4083983852-6066643924\",\"HotemName\":\"SPOT ON 702936 The Ariya Magecity\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062917\\/images\\/image_4729447_original_tn.jpg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.5045\",\"lt\":\"22.5906\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid4083983852-6066643924\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_4062917\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-09-28T10:49:47.935\\\",\\\"tdt\\\":\\\"2023-09-29T12:00\\\",\\\"am\\\":346.80},{\\\"fdt\\\":\\\"2023-09-29T12:00\\\",\\\"tdt\\\":\\\"2023-09-30T23:59\\\",\\\"am\\\":380.80}],\\\"scnp\\\":\\\"This special discounted rate is non-refundable. If you choose to cancel this booking, you will not be refunded any of the payment.\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-09-28 05:18:53','2023-09-28 05:18:53',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"863544\",\"TPSysId\":\"863545\",\"VersionId\":\"2616741\",\"CustomerSysId\":\"499887\",\"TrxId\":\"69943\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(29,79,86368,'','2023-10-04','2023-10-05','','',NULL,'',NULL,NULL,'77ef8-cf32e-7e6ed-f3b42',0,NULL,'hsid4996471715-9001339522','Capital O 82197 Fortune Inn','hsid4996471715-9001339522','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/cms/4062/4062892/images/image_4062892_d3d8cc85-4563-4a0c-b2ad-9a5dfd024b89_tn.jpeg','','','',NULL,NULL,'','extra service',1,1,2,0,739947,739947,'KOLKATA','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"SIKDER.AM@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"ZDC\",\"LastName\":\"VSDV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-02 10:11:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"77ef8-cf32e-7e6ed-f3b42\",\"modified\":\"2023-10-02 10:11:53\",\"created\":\"2023-10-02 10:11:53\",\"CustomerMemberSysId\":\"82\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"145442986_2415669_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":299.515596,\"gtxMarkUp\":5.8522,\"GSTOnGTXMarkUp\":1.053396,\"pernightperroomprice\":292.61,\"TotalRoomPrice\":292.61,\"TotalFare\":292.61,\"TotalBaseFare\":280.81,\"TotalNetFare\":292.61,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-27.53,\"BF\":280.81,\"TAF\":11.8,\"TF\":292.61,\"NF\":292.61},\"afc\":{\"TAF\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57}}}],\"PriceWithMarkup\":299.515596,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":292.61,\"pernightperroomprice\":292.61,\"RoomPrice\":298.4622,\"withmarkupprice\":299.515596,\"gtxMarkUp\":5.8522,\"GSTOnGTXMarkUp\":1.053396,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4062892\",\"RoomTotalPrice\":292.61,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4996471715-9001339522\",\"HotemName\":\"Capital O 82197 Fortune Inn\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062892\\/images\\/image_4062892_d3d8cc85-4563-4a0c-b2ad-9a5dfd024b89_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.3947\",\"lt\":\"22.5221\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid4996471715-9001339522\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_4062892\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-02T10:12:09.956\\\",\\\"tdt\\\":\\\"2023-10-04T12:00\\\",\\\"am\\\":280.81},{\\\"fdt\\\":\\\"2023-10-04T12:00\\\",\\\"tdt\\\":\\\"2023-10-05T23:59\\\",\\\"am\\\":308.34}],\\\"scnp\\\":\\\"Fully Refundable Till 03-10-2023 02:00 PM.  Non refundable Between 03-10-2023 02:00 PM and 04-10-2023 02:00 PM.  (All the given times are in India Time timezone)\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-02 04:41:54','2023-10-02 04:41:54',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"868111\",\"TPSysId\":\"868112\",\"VersionId\":\"2628414\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70293\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(30,79,86368,'','2023-10-20','2023-10-21','','',NULL,'',NULL,NULL,'2873f-e4c88-42112-032cb',0,NULL,'hsid8648531484-41424960','Fabhotel Ridz','hsid8648531484-41424960','',3,'INR',NULL,'1, New Town CBD 2, Rajarhat, North 24 Parganas, Kolkata','','1, New Town CBD 2, Rajarhat, North 24 Parganas, Kolkata',NULL,NULL,'1, New Town CBD 2, Rajarhat, North 24 Parganas, Kolkata','extra service',1,1,2,0,739947,739947,'Kolkata','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":3,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"CEFC\",\"LastName\":\"CSC\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-06 13:40:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2873f-e4c88-42112-032cb\",\"modified\":\"2023-10-06 13:40:12\",\"created\":\"2023-10-06 13:40:12\",\"CustomerMemberSysId\":\"85\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"530225806_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Deluxe Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":947.259912,\"gtxMarkUp\":18.508399999999998,\"GSTOnGTXMarkUp\":3.3315119999999996,\"pernightperroomprice\":925.42,\"TotalRoomPrice\":925.42,\"TotalFare\":925.42,\"TotalBaseFare\":913.62,\"TotalNetFare\":925.42,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":913.62,\"TF\":925.42,\"CMU\":17.91,\"TAF\":11.8,\"NF\":925.42},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8}}}],\"PriceWithMarkup\":947.259912,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":925.42,\"pernightperroomprice\":925.42,\"RoomPrice\":943.9284,\"withmarkupprice\":947.259912,\"gtxMarkUp\":18.508399999999998,\"GSTOnGTXMarkUp\":3.3315119999999996,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_1_32613705\",\"RoomTotalPrice\":925.42,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8648531484-41424960\",\"HotemName\":\"Fabhotel Ridz\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/41e5743322e3fc9650853655abde6663.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/fb83053760cb04f202db0d26750c2f69.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/e06f1ca2b8bde9bf8d2cdb670f842056.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/c711c4ed2c16f61ef1291f31ee6c0a40.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/580b2387c0d1cc153f963224ede1bfab.jpg?ce=0&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.45248\",\"lt\":\"22.62778\"},\"HotelAddress\":\"1, New Town CBD 2, Rajarhat, North 24 Parganas, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RYOKAN\",\"HotelFaciality\":[\"Internet\",\"Room service\",\"Air conditioning\",\"Daily newspaper\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Internet\",\"Mirror\",\"Telephone\",\"Toiletries\",\"Towels\",\"Television\",\"Internet\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid8648531484-41424960\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"Ymmq9OcBYModRaCYa6wt\\\",\\\"ifra\\\":true,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-06T13:41:02.286\\\",\\\"tdt\\\":\\\"2023-10-18T00:00\\\",\\\"am\\\":0.00},{\\\"fdt\\\":\\\"2023-10-18T00:00\\\",\\\"tdt\\\":\\\"2023-10-20T12:00\\\",\\\"am\\\":895.71},{\\\"fdt\\\":\\\"2023-10-20T12:00\\\",\\\"tdt\\\":\\\"2023-10-21T23:59\\\",\\\"am\\\":895.71}],\\\"scnp\\\":\\\"Risk-free booking! Cancel before 2023-10-19 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will incur the first night\'s charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-06 08:10:13','2023-10-06 08:10:13',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"875316\",\"TPSysId\":\"875317\",\"VersionId\":\"2647441\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70761\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(31,79,86368,'','2023-10-09','2023-10-10','','',NULL,'',NULL,NULL,'9f18c-fd5aa-99eaa-97d26',0,NULL,'hsid9390558684-2393721504','OYO Flagship 81363 Hotel Narayanan','hsid9390558684-2393721504','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/cms/4008/4008874/images/image_4008874_0e752c14-c7be-49f5-8a73-86ca32d79a6b_tn.jpeg','','','',NULL,NULL,'','extra service',1,1,2,0,739947,739947,'KOLKATA','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"VSVD\",\"LastName\":\"VSV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-09 12:12:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"9f18c-fd5aa-99eaa-97d26\",\"modified\":\"2023-10-09 12:12:47\",\"created\":\"2023-10-09 12:12:47\",\"CustomerMemberSysId\":\"89\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"188675256_2415169_0\",\"RoomCategory\":\"Classic Room\",\"RoomType\":\"Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":407.17784400000005,\"gtxMarkUp\":7.9558,\"GSTOnGTXMarkUp\":1.4320439999999999,\"pernightperroomprice\":397.79,\"TotalRoomPrice\":397.79,\"TotalFare\":397.79,\"TotalBaseFare\":385.99,\"TotalNetFare\":397.79,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":385.99,\"CMU\":-37.84,\"TAF\":11.8,\"TF\":397.79,\"NF\":397.79},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39}}}],\"PriceWithMarkup\":407.17784400000005,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":397.79,\"pernightperroomprice\":397.79,\"RoomPrice\":405.74580000000003,\"withmarkupprice\":407.17784400000005,\"gtxMarkUp\":7.9558,\"GSTOnGTXMarkUp\":1.4320439999999999,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4008874\",\"RoomTotalPrice\":397.79,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9390558684-2393721504\",\"HotemName\":\"OYO Flagship 81363 Hotel Narayanan\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4008\\/4008874\\/images\\/image_4008874_0e752c14-c7be-49f5-8a73-86ca32d79a6b_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.4404\",\"lt\":\"22.657\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid9390558684-2393721504\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_4008874\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-09T12:13:52.314\\\",\\\"tdt\\\":\\\"2023-10-09T12:00\\\",\\\"am\\\":385.99},{\\\"fdt\\\":\\\"2023-10-09T12:00\\\",\\\"tdt\\\":\\\"2023-10-10T23:59\\\",\\\"am\\\":423.83}],\\\"scnp\\\":\\\"Non refundable Till 09-10-2023 02:00 PM.  (All the given times are in India Time timezone)\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-09 06:42:48','2023-10-09 06:42:48',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"878491\",\"TPSysId\":\"878492\",\"VersionId\":\"2655791\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70992\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(32,79,86368,'','2023-10-24','2023-10-25','','',NULL,'',NULL,NULL,'cd631-c43e6-34f91-f0184',0,NULL,'hsid8654523824-2684022452','OYO 36742 Kunal Palace','hsid8654523824-2684022452','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/cms/3987/3987840/images/image_3987840_b6baef96-a5c2-4a1a-8faf-1791f0641dbe_tn.jpeg','','','',NULL,NULL,'','extra service',1,1,2,0,699261,699261,'MUMBAI','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"VTRVT\",\"LastName\":\"RVVTR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-13 16:52:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"cd631-c43e6-34f91-f0184\",\"modified\":\"2023-10-13 16:52:09\",\"created\":\"2023-10-13 16:52:09\",\"CustomerMemberSysId\":\"93\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"1050426688_2414535_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Deluxe Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":718.229412,\"gtxMarkUp\":14.033399999999999,\"GSTOnGTXMarkUp\":2.5260119999999997,\"pernightperroomprice\":701.67,\"TotalRoomPrice\":701.67,\"TotalFare\":701.67,\"TotalBaseFare\":689.87,\"TotalNetFare\":701.67,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-67.63,\"BF\":689.87,\"TAF\":11.8,\"TF\":701.67,\"NF\":701.67},\"afc\":{\"TAF\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34}}}],\"PriceWithMarkup\":718.229412,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":701.67,\"pernightperroomprice\":701.67,\"RoomPrice\":715.7034,\"withmarkupprice\":718.229412,\"gtxMarkUp\":14.033399999999999,\"GSTOnGTXMarkUp\":2.5260119999999997,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3987840\",\"RoomTotalPrice\":701.67,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8654523824-2684022452\",\"HotemName\":\"OYO 36742 Kunal Palace\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3987\\/3987840\\/images\\/image_3987840_b6baef96-a5c2-4a1a-8faf-1791f0641dbe_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"73.02817\",\"lt\":\"19.12038\"},\"HotelAddress\":\"\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid8654523824-2684022452\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_3987840\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-13T16:53:08.611\\\",\\\"tdt\\\":\\\"2023-10-24T12:00\\\",\\\"am\\\":689.87},{\\\"fdt\\\":\\\"2023-10-24T12:00\\\",\\\"tdt\\\":\\\"2023-10-25T23:59\\\",\\\"am\\\":757.50}],\\\"scnp\\\":\\\"Fully Refundable Till 22-10-2023 12:00 PM.  Non refundable Between 22-10-2023 12:00 PM and 24-10-2023 12:00 PM.  (All the given times are in India Time timezone)\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-13 11:22:10','2023-10-13 11:22:10',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"886653\",\"TPSysId\":\"886654\",\"VersionId\":\"2677462\",\"CustomerSysId\":\"499887\",\"TrxId\":\"71583\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(33,98,97238,'TJS205400735414','2023-11-13','2023-11-14','TJS205400735414','TJS205400735414','TJS205400735414','Success',NULL,NULL,'e0862-66b79-a26c3-222fc',0,NULL,'e0862-66b79-a26c3-222fc','Ahlan Dormitory','hsid5033008213-39769561','{\"amenities\":\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour/ticket assistance.\",\"spoken_languages\":\"Hindi, English\",\"rooms\":\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\",\"onsite_payments\":\"Debit cards, Cash not accepted\",\"dining\":\"Take advantage of the hostel\'s 24-hour room service.\",\"business_amenities\":\"Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite.\",\"location\":\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\",\"attractions\":\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km / 1.3 mi  Powai Lake - 2.8 km / 1.8 mi  MIDC Industrial Estate - 3.3 km / 2.1 mi  R City Mall - 3.4 km / 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km / 2.2 mi  KidZania Mumbai - 3.8 km / 2.4 mi  Indian Institute of Technology Bombay - 4 km / 2.5 mi  Hiranandani Business Park - Powai - 4 km / 2.5 mi  Sanjay Gandhi National Park - 4.8 km / 3 mi  U.S. Consulate General - 7 km / 4.4 mi  University of Mumbai - 7.1 km / 4.4 mi  MMRDA Grounds - 7.6 km / 4.7 mi  JioGarden - 7.8 km / 4.9 mi  Andheri Sports Complex - 7.9 km / 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km / 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km / 2.1 mi\",\"headline\":\"Near Phoenix Market City Mall\"}',2,'INR','https://i.travelapi.com/hotels/38000000/37970000/37968300/37968227/c83054eb_b.jpg','Opp. Asha Krishna Building','','','19.101343','72.89147','','',1,1,1,0,699261,0,'MUMBAI','[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',281.46,281.46,0,0,0,0,0.00,0.00,1,0,'{\"item\":{\"SearchHotelTraceId\":\"e0862-66b79-a26c3-222fc\",\"HotelId\":\"hsid5033008213-39769561\",\"HotelName\":\"Ahlan Dormitory\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\\\",\\\"onsite_payments\\\":\\\"Debit cards, Cash not accepted\\\",\\\"dining\\\":\\\"Take advantage of the hostel\'s 24-hour room service.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km \\/ 1.3 mi  Powai Lake - 2.8 km \\/ 1.8 mi  MIDC Industrial Estate - 3.3 km \\/ 2.1 mi  R City Mall - 3.4 km \\/ 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km \\/ 2.2 mi  KidZania Mumbai - 3.8 km \\/ 2.4 mi  Indian Institute of Technology Bombay - 4 km \\/ 2.5 mi  Hiranandani Business Park - Powai - 4 km \\/ 2.5 mi  Sanjay Gandhi National Park - 4.8 km \\/ 3 mi  U.S. Consulate General - 7 km \\/ 4.4 mi  University of Mumbai - 7.1 km \\/ 4.4 mi  MMRDA Grounds - 7.6 km \\/ 4.7 mi  JioGarden - 7.8 km \\/ 4.9 mi  Andheri Sports Complex - 7.9 km \\/ 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km \\/ 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km \\/ 2.1 mi\\\",\\\"headline\\\":\\\"Near Phoenix Market City Mall\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/c83054eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/c83054eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/41baa281_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/41baa281_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/db10fb28_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/db10fb28_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/e9f31fa2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/e9f31fa2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/990c17e1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/990c17e1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/0dcca61a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/0dcca61a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/4155e152_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/4155e152_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/23757229_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/23757229_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/751ac9c4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/751ac9c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/06fc6bd5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/06fc6bd5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/3ecb278f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/3ecb278f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/6f4c916b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/6f4c916b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/5907deda_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/5907deda_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"72.89147\",\"lt\":\"19.101343\"},\"HotelAddress\":\"Opp. Asha Krishna Building\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOSTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Luggage storage\",\"Safe deposit box\",\"24-hour front desk\",\"Television\",\"Internet\",\"Designated smoking areas\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"des\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\\\",\\\"onsite_payments\\\":\\\"Debit cards, Cash not accepted\\\",\\\"dining\\\":\\\"Take advantage of the hostel\'s 24-hour room service.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km \\/ 1.3 mi  Powai Lake - 2.8 km \\/ 1.8 mi  MIDC Industrial Estate - 3.3 km \\/ 2.1 mi  R City Mall - 3.4 km \\/ 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km \\/ 2.2 mi  KidZania Mumbai - 3.8 km \\/ 2.4 mi  Indian Institute of Technology Bombay - 4 km \\/ 2.5 mi  Hiranandani Business Park - Powai - 4 km \\/ 2.5 mi  Sanjay Gandhi National Park - 4.8 km \\/ 3 mi  U.S. Consulate General - 7 km \\/ 4.4 mi  University of Mumbai - 7.1 km \\/ 4.4 mi  MMRDA Grounds - 7.6 km \\/ 4.7 mi  JioGarden - 7.8 km \\/ 4.9 mi  Andheri Sports Complex - 7.9 km \\/ 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km \\/ 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km \\/ 2.1 mi\\\",\\\"headline\\\":\\\"Near Phoenix Market City Mall\\\"}\",\"query\":{\"checkinDate\":\"2023-11-13\",\"checkoutDate\":\"2023-11-14\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid5033008213\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS205400735414\"},\"val\":{\"Rooms\":[{\"id\":\"219954837_286226605_37407--1\",\"RoomCategory\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"RoomType\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":281.46,\"TotalFare\":281.46,\"TotalBaseFare\":269.66,\"TotalNetFare\":281.46,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":269.66,\"TAF\":11.8,\"TF\":281.46,\"NF\":281.46},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":281.46,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46,\"perNightPrice\":281.46,\"arrMarkUps\":{\"intBasePrice\":281.46,\"PublishFare\":281.46,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2023-10-20T17:48:24.109\",\"ToDate\":\"2023-11-10T18:00\",\"strFromDate\":\"20-Oct-2023\",\"strToDate\":\"10-Nov-2023\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-10T18:00\",\"ToDate\":\"2023-11-13T00:00\",\"strFromDate\":\"10-Nov-2023\",\"strToDate\":\"13-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-13T00:00\",\"ToDate\":\"2023-11-14T23:59\",\"strFromDate\":\"13-Nov-2023\",\"strToDate\":\"14-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":true,\"IsPassportMandatory\":false}],\"RoomId\":\"42_1_37968227\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":281.46,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":true,\"gtxMarkUp\":0,\"HotelRoomPrice\":281.46,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":281.46,\"PublishFare\":281.46,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46},\"IsPANMandatory\":true,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"1\"],\"hotel_booking_id\":\"33\",\"ForCustomerSession\":[[{\"AgencySysId\":\"97238\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"sec 18\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:47:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"panno\":\"BCDPV9945B\",\"CustomerMemberSysId\":\"98\"}]],\"SearchHotelTraceId\":\"e0862-66b79-a26c3-222fc\",\"CustomerSysId\":\"98\",\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":null,\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"sec 18\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:47:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"panno\":\"BCDPV9945B\",\"CustomerMemberSysId\":\"98\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"check_out\\\":\\\"14\\\\\\/11\\\\\\/2023\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2023-11-13\\\",\\\"checkoutDate\\\":\\\"2023-11-14\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2023-11-13\\\",\\\"strCheckout\\\":\\\"2023-11-14\\\",\\\"SearchHotelTraceId\\\":\\\"e0862-66b79-a26c3-222fc\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid5033008213\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"8923963627\\\",\\\"leadEmail\\\":\\\"nehakumari@catpl.co.in\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"98\\\"],\\\"relation\\\":[\\\"9\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"rahul\\\"],\\\"lastname\\\":[\\\"singh\\\"],\\\"panno\\\":[\\\"BCDPV9945B\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Noida\\\"],\\\"address\\\":[\\\"sec 18\\\"],\\\"passenger-city\\\":[\\\"19543\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"MUMBAI (INDIA)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"13\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"14\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"MUMBAI\\\\\\\",\\\\\\\"hotel_countryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"TBOdata\\\\\\\":{\\\\\\\"CheckInDate\\\\\\\":\\\\\\\"13\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"NoOfNights\\\\\\\":1,\\\\\\\"CityId\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"CountryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsTBOMapped\\\\\\\":true,\\\\\\\"ResultCount\\\\\\\":null,\\\\\\\"PreferredCurrency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"RoomGuests\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"PreferredHotel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"MaxRating\\\\\\\":5,\\\\\\\"MinRating\\\\\\\":0,\\\\\\\"ReviewScore\\\\\\\":null,\\\\\\\"IsNearBySearchAllowed\\\\\\\":false},\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2023-11-13\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2023-11-14\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2023-11-13\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2023-11-14\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"e0862-66b79-a26c3-222fc\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5033008213\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"e0862-66b79-a26c3-222fc\\\",\\\"HotelDataArray\\\":\\\"60a65505484a4ddaddaaf309902dabc8e169ccde557fa9ef92efeb111f56b9cd8a268725c03588601e6d0fde12f80de6d6cadd77b77eee1b48eb21c1addecb981cfe9d50a7bd1231d287f35e4c7fc43c4c3081478eea22f05f7a6b256b91fa12c441f107759dc86e762ae2c6a0b9441e78e9174f11502bf6e6dbcf3b3a2a5736e39dc9a5bacdbfdcb18dca462f49ff3c7af584384da4b74e924c9689b3ad6d3a8092d189e18ca43bee981b6e3317c214913083647260e887f2dcfc3ea6fed777b0bcd756de44305ec8c8527fb59d8a4dc4bdcb8ce2cff2142172d7b962684d12547aa486e5158bc8c4e8854303c1611e1254883f4394a163f8066e7986bf0702832413a319466f15027eb4ae81b760ad4e0ef2a40bdcd7a78562697ab86d2c71002dd3c5d368dcaa70e21d2dc389bb0478cbf1973023a52c09b4c278ea5c4c0e2f75bc9793fbeb152ba4d2ad618b2e5f35d2477334f7d2ede07fd3bf4a545602a2a79ef954eb78ce7b6c1f11fc731c6e5f3c34ff9aa0bd6e9647d5032422db24d26abc39d1ce426a004bae2643bdaec70bb4cad0c9cb10bd283115718e56d5ee72aae8ee487f745f27d5f4a98a1afb3a96257b44828edae69bd6e2a9ae49dd89ab893fd84d209b6426ec75fb865e84b88cac0647a50387d55706efaf776ad37fc3d648f53f1fc8a9d334a6b7b62afd41bfa80275693e18646c93ac0a1dbe5c2d3245ff70a1e7cc1aa891814f2c3a8463d48cf97e8f6a83bf5db4e794ca65daa9b84d5954646a1f129027b3c5ad74a8289fefad2a93aeec3cfdfd33aaf9b961f4ce7ca7f3b48ac479459d759dd2e10661b4733c560a90611c9bdb92fb38ac848afd37f41a5407bc072dd7688852e91e0c47eefc306df309bba111d5c28b98db40a0d6d2a17fdc972eb16c32a0766de4f235a79b119f02ee0374c171a4941320e5c86d05f6320e21481475af3011c93859bf9f23d49ca0878e11bf2789b7378261ea728f9e5fa3875beab173954df24a0215dd08a3679df82dcb5b702b6bbdd9e5a636872ab6fe3313dc94d31b251aaf01dd042f577cc8d20a60e5ac811b7e23777ee1bed7fb2f77579acf60c348a71958ce5042ab8bea746564b4bfb3de09a1236c986a4bfbafb36f8310b160c4f2066eb590ec8e6560a698cb0701be859367b1fd09308e66697a50a510e24cac6b6d4c94a666782556a6eb45572a881aa8921c9f617a6dc360009ed2232a0d72aaab33783545d63a9d919d82461df1cd0fe9db853636edcca36d0b4e7296a6344e5749cb9dcf92a0d1992cfb3922caa163ab6615a9422c38e9ce78bb9d12daa79218ae61253bae9f96e26d683c7fef2f96d60332759f50018c94ccf38665c590bb1b2488005fcc682b56a78d237eb4d71af8523c2b91f2ac6e5a5a08dcfc0683a47540bbe6e593eaa423c2c9666c1ae4b8432db3578eec93e0ad51fff42816a8211f087482e93a95481c95f3d97cf8c9e107089b3b255006d2b617f8da5a559d80ee77c28883a4030cda0885bbf990b1c404aa4a17a9edaccd7504055ab3a2202f1475d6be9055c0e1a22c5a1fcbfd37d8abe3b4dfa4102ee6d538ca41b12ded262c1ff48cb4847420588c480810f453a8483894a72f799e8d72cc1b170335cc2be4b5871bbdf68ee7d405ca56213652b57641e302432196c078ac4ca935d4a7322d7de653c1ee9af7c014151b2c1a4695c242653f53eeda6d224dfc58b3122ad79f437d945e6679874a0ba6d9351aedf06bbe02f993313e1cc0d0edd7fa3412ba47fff77d2c892f18a5cc672a3a5bd9500dde57c404dc496f72d63b61fc63ea05b10fbc852b1d7b49102ce4dc962b9e549307207d3f173657d09bd3fbd7b4dc5944b6c3db04757ac3c0eb4315e21e6579425e205f72993a8f7471e4e80dcc2dfbbd48278501cc37d8bc63dbdb1a438f07134710da77fae0342ea328e4b35a2da1523bffbdcea9f6716c5d1d372441045978f76c904718b2900c0941a1274ae9a37a4e55be33cf1c77a1a9b0e7694f325d312258392f187f967aa7f54b0cd4913535371c2762560284126f1b91b4ceb80257806d74ed4f420a8ea1bcd5ca06ec099fe4cc6d44eb0635a9169f63a5dcdecd90b597850fcc38d7fb323c3510db9a32a23c3214662a5d5d346cda5c6d7b516363769591c72befa0fe469ffd814c10e6b774f5f91bfd8cb932180e3811eafd936a8494a40d842ae5d1c771f14a4e83d7ae40303632f81c767c63c40eb96bff57d5bf0b6e560681e4f3057d8a925ec5cd2812b665ad6dfab4303b8f10ca656df72789c84ec8796d8c73e9c582a46d8d829941d0924856c9a1bf65977a1344301c07673c4dd032078465d9aa45f387a6c28dfbb40d21dc072622dcb0c209e95e00b48392f70a1d64a83b1469aac491de60aa924f6d9f648e8e87a7c9e9cfa79612e1e35c41e04533d633cac41c59a85706bb47015d413044bef7a47ce952656498aaa87dc7495fcb50a09c26172610bb85c83cfde6146b2ec3f512638fd9f8535eb6badebeabc3b1a161bfd3223893f253e50f70b7da3923b33b88670bf9c05a81d725fd5e4749909b0ee85e2b5339bcbb9be5017a166e25645c934acf365634f5a0b6511249ecae35131f1e1667813ce5186183b0e355ef0ac9ab691f90975c56e83308c648c068f704818195c1f850d4ba4be1dd2d298aea0b358ddb6e2b05f56520aefab4969029b02a2c9ce01c161fb68c8e9474beedf0e140581eb6bc0ac0b35c8ec93870182f384cf8e0b12b661d1f128f43c2cf47b6eda90343f31aec43b4c32182a0c9d75714e84cc50a98a27d818d280967a153eabb4675f635d0d877c9ef63336d7fd8d75afa16cbd88016fa5b4a3de476622aaea1f386a4b17b43ec3c0c8a86f8f2157bf1621130b3278e903c63d56280303aa69981f39ad750d74868c6e5dcffe7500463571397a1fd9ec0b63a7b9cd4306ac0b5df5a3c345f2bcae9211aab842e5dbae9bf2a914dc118859680a22b88bd9e103a178952756ada0c4c9165f9ba4605fbccb8f2a1faf864b59a1421c38819342756a6372794076b253c9244a7525854215726d5a58794f98c54c406a67a4f54b128e7f96de0dacfa683c85ef24fa751058643a9b996ca55b2935cb55b3ea2680dc5c910bb3e1ff5cb58942458927f7adb8e0ac8da72b4a537baa0612984d0d1b2c5f06a68057efacf858016714f90b8a8a51d3f4b539b06f8b2a153cda2d11ca728f4e6d41c64da6225f45c20b8afd347b821456d03fd5816720eed033a89e393bb60e2433cdfcdca66ceffe321c43b85610f7a31dd910e1f73a84ea0dfaafdc1d537481bf2ad1e0072f8059f3fd2fc6b704d713046bc82dc0b145b9e9ed5ae9c2edd394d09172c1d0a87c27cf6d03ea672be512f23b85e4b630d82886c34bb3246c69e04d0e757138de131ba429ef3158fca70fbcc68cfbe3523751624091679f22ad77cd88a8fa6a2b45cbc6e3c2312460683cf2ca0df78fa78b63d04e9809ebaa062b502c06d4964957ba4b3cb4d52c5def4a2ac468598bebcbcb77c68363944ec01ee78a1fa5a88e43c914495d82c9da10be7b6b5cf026ea8d57a122e45a7c416bfa1e13569ffbab046a6c5653805d4e12f69490e5480ad1062d65ffcafafd9daadde26f06ea17d2f023488253958622e44b4e0adf2cdafbb15ca159404c7dea49fcad9e905f1cf95ef1ace5b1b6ac8568766e5d7b71511912ec32d6348e2a754951f485939c299759cef16513335f2f67e64527b18dc96f29b0c4731e24f78c9d10bf5f8d7e910e4af1d4a3baa75c32201ff3575d750aee0a1b1d200c2da81d7ae24b90dea9225c7087ce79b3f8a3b0062e5b5a67fb8fed9de4b634cfc07cf727b593aa929d38277b1fe6f99ff25c4bce41f3bbc5fb74bfe88cfeb37f034f769ba38f3c99f329eae0df64016670a98c636a3700dc31e786300800247fbca27b90eb4f75295bfa63ab5f47833e569f710874ca4cb9662ab94b40aa2a0add3e8757d9cff8805c08442ff8c83432fb420dbb71ba04944050e8a426b89896d63267cfee3f0a0711e73e56f792afa52a18064696eee6dbe2b85a2dc39bf098b921a4b1fe671803bdb6cdc06cfade76f8b1a6165d8508c6b9df5d9691f357cc9e42c826a229388f500e15d58a38f5ffb93189749577ea4f26a9885d9d02d9d2fb7dfb065a8de623d9e3bc901b900fdba4e3f37c33e173267109f1a64c113266e0b7408771d6a4a8c3afb863066577f69deae54421430e091340d02f90feb58e0819a6594b4f035a4521e136c5038e520ff861b3714f0c9787d866c8e3e5ae30392f133221a87686b0dc1da87d0d566a5c0fcfc856cb8dd2046aaf629a81c9302d4eacd622b275ad1cd9e26bb51cc0a7876adfd55d47d89d03add708930f460ed9c856d17375ab2dd873590567c06d07a6a579656807ff50793dccae4b473875de68b77f2c2da6064b61b1b889c0d2c778febc6cad79568ab0110cc916d67a29ff14ebbabca514d5ee36d71868ae4149cf324d58b3a5cb75dbea852a345c7541f13089ad9b0441c582e9a4b68c712d4431970f1baeb3d93ea9620b4b0a62cc33567425ea165e0311c9bd78bb9b89dd34d2728f29c83f1a86f5bb19865b6617162068b7c9974e3921b799b95bcba185f70b54095b0aa77c764501984a5e9f527616c4386f8046b0ff5a6441fc032c1b5f4bbef9fe81dfc78bce125dbe2af30abddd8a57579ead5672dc44b7bf98bbfe052fad889ddd69471f31fba38a2c4dc057934fd01a67fea854fd1d59ca7f9efb17f422203a5c6b5992338715c9d2f9043a1bb8564175a064442c47390f3974d7a9909a90b57f25add8e64100dff36202a0916712d42610677e81cd85199fe173c65b1482597ec10d037fbcec9a3992f02c796731a053c9661403cae0483cb3391820b5ef37943687f10577d8f1350643305a6d9df78128f803daf19a3a9a3209137cae3df8df26bbfb0a4f1839e128d3119168851e32009ce483b28ec6d2a3bdbce2206286aa895905f78385ddf9e467d01f9c1f1af531841ea8fd6cccd1486eb3489b5c391b1ca70bd98f57546efd760de58c797c94de36bc7d39783e95fe582774e65ec9896d8933046c3338dce4e076d421c01522eef714cf0e61a47b20d209d3959c98b09da5585212c6550ed3c72e354b89456781724059f58c7c09306d7546394491f9f0c3f683a75b44dae4f6a3e731f32f9afbab641fe623eb95cdbc9a0b1f90ca986d620fc18372e51f090dde9146206e7d2b980fb5772fed2d0687627d8638c9ea6b218824626ff1b4a51c32bf9e4fb4ee139cd8443c9c4798b80a5f551dba2542e3f25e800323ee135576f908dadfcf9be5c2c09867724bdc55de9205404e5adb76fc8d45a7735ffbe84239c3cda3e221b61e6bfae83cfc9d0a73f19a5d97c55bd81118bca52725e2653632b9840699d372377fff87f4a3060447799a2dd4263d42d86c0098ccd141e52d5c5a4b42f9fc8989d6dae5972834788933ec9f34beddc1eb55a148eb4ff416564cda24d92602ce2f39dda77b13835f3958270057893f566a11be5e36040dd6798ea0166425a6b523366ac02debc890fd6b4ee1ecd84b28ea24ee67b1c32f4adafcf7a77bda1f00f2de76fd2e817219ba22ab5e62cda189a78a57c722e429865db593663e8cdb21c0d7be8b234e46f210451f8dba858900aed699be62625de18a8d8548892e5fefffc68f2aa2578fcef25b085deff763613c75c46781acfad1e2125b0d080cc888dcb15f4323cf97fd98902fa2f167d8c905118733142f82945f073a2ea4caf2aa1854c029c807d9e60624f9d56204a475ef5a771fbbf80ff6fb14c965be4abc0e8525a7d017d5cbcb805a718d5ad0908f4b0a2552a29dd52a031397f6a4cdfb30b50e856fc82971ca692b529d350126173e29ca1fc881cc9e094b5ac1419b7a5dff57d074d09322d1d421f197d4827ea2cb7531d77f9fac1c5f17dd4e93969eac1796a48821ddf8312b01e17c17a06239d807e6da960f23f47ffa3f849b9e0d6dab6399bfe3cca3f2b84b5e95d2e384669c1fd0265beb2270dcca613d4b97bc363e70d5c3f92e6c70390109245e9c748d902737f904795b3865223af2509dadc43bcce0bdb1deb386ecec6287b4e12b3dc1d9ca1f2be4e866ebcfb43fe3e52888c39b2a19f6ec6dc72f89379c9aa7afa8a906b833138769153baa6ca0396d5dd731b883a179a815d48eba63b7d02b3772882e37a030f84e22daf3675037a286c2e936cc6580444c148aed4411f239d930efc9149ba92e3034c1fdb59a0767237275d588649655a639a6bf37a09c4a00322beadba10daeee7c0b2557a2fd677e9ac20098554136288d8cd699c37d5b7535ea94c9f1832c6f31167265beb15468e81442760616152d465eefc53446e443e3fe2697d796aa5a78a2b99d9fb360114192b95056e67e37b414fafe603728088f73ded0867999b242b516896e2a73520cfae9ef5080583580d323c8a4db21180420da28766934f80ccf0feb82e1fd2048004dff24dab51e35a41a548dda03a3d6d09353a4e4b9d97fa56fd9fa718cc7e53ce32806d2d8a2cf3a4f084056d341e1fcd4ab6acd6d3da7bbdf7b10c61f11e958420f247e8f288c8be2efcaf9fc507ca66b7147c319d7aad981c4a8408d5f6dbd3d0446b07409d219932baa68741ea9ee4f180592a0175a7c0bb1674d2b3df2334846faff68db53cf5384f2cc2add9a55f2eed72d2b35b8568250f9945d94c6b243379834df4963c8413032d49aa397ff691a9ee2c58bc87324cd81d819fad625bbf88533c82c4298de63b2884308716e49ee60a217e77d4f679f698a1441fe782530b5e968e2b7fc413c61981f89b1857f6f0109ed95a19fa207c68927c70b4e953c8974a993a0d94a10ca394194cd597b5e138497e2ed652e29b2f62fee29cf760d74d0913f4eb44223f56ad837b361bd91847b9edb3fc91eb9a59dff87375abfcc11e8327089a39637e2eec3c8a097d7d2635c92767780cf4d71410e571c2b01abfda569411fa6bc59e7600d1be3620e7c8de1e5886af62565a4fc0f3a656c0c7ce7932ec9dd22654b0aeca0019e3dfdf3124ceed83fd9686cd9d60aed2155c334c1b2a6dd5b90e0766f2dcab7f86484288adbcd84bdba1e7bd786f3d6be2a38fa3daa77e57c44d01459a12e3b5fafa25f0fb7de8fba27ed26bd45bc557a6df727eda79e59da87bb558ae9fc7cabb6586cce183da0e5f0bb4033450e3a3ad365cf73ee1bca4a7cdccc83f09ea172800f887366083cddce09f87221b11c249d7d3929a7119cc2f7ed01971adc06f1760c439235b7693dc56e3b632021a2b435fd383176f4b9987e17d682d4fecb05ec37664daaaa51b49c3e69bf9915ca803087a1816f1d4cd2fe65fb949ad260f7cf4710a20f714b0946b08afea9384b02ea18f6aeb12d65895978ff3aa976be1eb74e2977622c6509de697c82006c6684cedf0c0e1b7ffa0f75ce442ec49b81ce7e02092b71279840ef5df08485b77f4d87f321668410c1c69da07c140416692c9d2dded4c7ca54f19eca7afa60e96c66ac68323c8527e5c32f85bae7ea71f0a0e3d14d8d72747e239a94c155605d5dfd631aa24f3efd73c242a237b461e4faa87022df7d7a45f11b4911a51dfcda32844adc12b3d5c7a63393b71a42ff7d6c83b3a80247bba617ecc6e9bf3a675de5d4952a4958c86e6ed9ae694397cee42857966b9bf960d76ba6afd31a603e1af6fced600510f852757ce07bd3fceb6ee4298f8cdde8fccb79a49031a3bde79cb209816108db54fa01b050593c9967cdc07ca3c966080a2015b1548ba3bfee33ab85a02430e43df67646367bad9a29e3c4a116da1b0984f611e237237f63d998dc4ad2db35bd7273b6bdf507ce569bff8034b32f3d3a6ccf62ea200c894eb2b7ec27e810b452a6d19e7220f2c1bab2a39b752e09ecc87d00258386ec61748869a5141e47a37f36e5c583b371d94f9717a40de55e42cf9d307283e38b89d3b206d7a1cc5811f90311117f1961a44259e9b975eeed987c61d0cb3aa10acd9b557e41473c0dd356d293bfc2359196029ce5af8adf0f127c6e79ab5259b75ce2b312cce32f799425e28755c1f913c570190d57e4cd380e8c212dd7acc613155acfaf92be4e1c5de2acff99c18e6a0159c177902f5fee00c96e240e0e6c2b39882098990b58c8c3b01c2888d0de54a5a0ee763ef3cf1b5589f67bbd1eae785ce79aafe6ae4472306147a41c184ef650814bdf6cf75dcb7367ee00b01708e7090fdf3458e7a6c27be2c0a77c6076522f6a7dfb172b12e562b02d9bc2da9d3b2cdab2895668bdef9d7cb4bda280e12b78abbe9553df0e95e38b359ccc2faac346e272b7cff0737fbd33dcc9bbebc7ae4800b254e78a708c5e0124d4f9ce1145d5fa77b1ecabea73f3044106f11d25b9fe71509c96f75f2cf00ff793115f3aff77efc5b54393d35e26a85c4d7c19ef6db7b4225a4222bd46da751e3e8b5ccc6b52b225f7cfd3aa2414ecbb5061684f7dbcac503f42ee5f9c33a7ba3ce8ccca952e36267d43faed7bc7a37a03fd76b35f0a1bc578d9285503b89bfe4b23a381c19b72ee288eaa00e6c71381e8f0380481cc3fe32fb9ab9de6ed840df354d49b2af5fe7dde1cf47d85e9e1133bb4d218680972ca20a8b278cd77f60f056856ac00f0d01584a21b374b1534c9a2b407bf92eb293a367bfb849c4b217c1a75045a75ea40cc7629059323fb75fc1d39cad49c4d75236d170dda3ac8f98d083fe2828b9a41d6af7f4c7fc0d8fbd90984ea14164985b1e61806a12e5d95b07503197187978f05f018a2ddbe972abf2766e35a086cec48a3d171f8becac114827b0fd0dcc70c152189e8bf7672121650a2a3108f69be388862ec363e45c26b2b5212cedfd170a3b17f0dbe0c2ea563845f906a3a4d5c531f88f211064d932f9b66edb164b3dc6ae099bc3435b5e4304f5dafcc0e3de283451f755f6c06998fceef4d77b81b27cb91094cba46233fa0a866b5e90500ed92bc3bb166158952af55843e1b031b1f9a29f7081252f3169d38e3e7fdde173858bc339b6aa22aec483f1f655e7d8c01c253ad6295c69b0efd65fa84252da69fe3634bfbf36b5a3d2f2f71e1f3a861e97034ef057b2eb9c5ae52061bee00047d5fd9ae10d9c6f70f1fe29fb749c13eb7cadae002b4feafefacd0e918d4dbb1a81bd0bb161519d91d67077001f33c81c3ee89e3a1dbd574c753a9bff0307a933b4b9b3ce6810161928be80ab9d2ba108982a4673f361ac1658bc4dcfe322ca53e5ad115bd5699ac87f1d05163ca2ea2db374c59db8475b11da172b762c085f3c9c1c4aeafe74cf334d08cc8d56fa4706fda80351da77c6f01260e291cd614c923194c545dadb13c4ea65c1e72e5d85bd6966bc2d30e069ed0df662444ab58b240b8601b37b888b4259fb913080070072191e4fde8b4de1c0ba33489a7846211717894cba136664c134833fd3ac604a7873cd0891683ccaaddf98e4921272ea35f949211d962f0cd0e8430694af06d51960b9e59a489484302eae26761508115cc661ed911a9d0aa4b97e90705c52b7595e9e9d0b577c0ec5df00ba3e25038b5a90daec9e7f59cf1eb7a428ced67f4694e66b75179aeae1e313cf92820cdcdf28e675abf9c8494752cb9c250891d78bd8cfce25b6bc3688eb9c6abd26bffcb9f65e3e7edc79cf9c61de5a6a85374a258da252027f63a6fbc728188a32d66e962370b308d9e2d6ace1fb70d47bf9cf4c548029611d9f91abb57865a98925eff088745380ca20b10e028ab64dedd76987b416f2a3083c0dab5c0481223e3e12af9078601a166af8f85ff8a1585cea2877d262d93f9da6660ee7865b07f752d9d8e31d7d481b79b3a86aac2b22afef554162f83a9cd631088cdc54787a751c2b0872cf74d4af054467d909922a71f7d9fb34f857f1c17d64b58651a8b13458b67bcb80fc1262d2806458a714f26c3460cc1d75e544222aac7e430dbe49ab56f8cfeb48486c984a4be6d65f17b3ab045907faea1caf66653aff4af5974efd3f28ef225c755204f5b65a7668c8ee16029e5c81b9d011cca54442e15f6275480efcd708db7c2f88a579d6e4cc781a32c2f5b433ba25ad0e17cf3621de2e4bbcc42cf0e278ac917eb9d3d2ba8535a4d70733883792608e9b25354d23a9f53628c13ce69cfe9b5a6cc63a231520c46e67f6d281aaed6ec55e4a9cb8b5ec196d49e4b020b15303d4fd8a5339d9b25f940864d7213afdef6838608b76e1b5920a85d65d1464394b16cb4a4edb42dba02ac70823f672183a3c4de3d13f5517521110af3654eaeb3016e78b0512149dd8411d601f4bfed3834ebc879ff4159d3c47e783bedaa7ca62978f6d991e2ee13e790dbf64b822aaede76149036d42e8e10d7700fffdd70306060cf755944f8b5bb3cd7c722d74b7ed89c662446be553e7b65f99feb3ae1aa3c625b2e2e6f687aff4155882590a80d44edb24292e3d2e9c3aed7998be9ec725f117647a60b88304177095be9884dddac69ea52008a63115d05b4e274872fcbf5e99f2314fdc22aee91cbc435eebfcbbbbe49dcb3457ced5769d889a0a079b7f0dd15c94076daf5f16c5389f45c4c4f5c3152b8fff2cc632a16c2a7d44b5a318d2e3587878c138c17c970757cf4dc9a41c1b0a42535752b5e19e2f9e50d1c05cdb8eeac3f44b0706f4c69576eeebaceca1b913b090a6f4b9b16d5bb2fb1936e5aded6c62c9e8d699b08a7503229c3e1c1ee6387dc0f4d34bc05276a6dd46b08ae0878a4fb7cc758b6b2eb3aca1dd2ab59033939b2ad0f4869c2cc1ee099a0c460a42e61e078b2ad7f002b658e39a5f4a890131fc66daeebcc9d0d4302be4cb8b9baaf765a35c187a858b6edf1a9e1a781e085ba38766fc5306e5a0a94a07a3f651e39e927bd02e03b80abd6179ebabf0f7c15f32eed4bb9949104372ec435825743139ba8b3fd49edf46fe052c8b7bdc008d48d3b6450d821070235af6ce7692a5d374093df88d07ee5f139a4376359d544424e2f154f02af912d40e8303d50616a394d145392684ff9d0abf5f151304f46dcf90113e3b5e215f6995a40b0ce685d8643d5671f6a6779b0ba7a31be5a72599896d0db77f5e92a1cc9043aba84b06285c50c178e2c4f000bbb9e3bf0b3d79af92e0de46a45dada0f593731324c8087ea1bde1489cccc1d4c6f0f8d3158e8ec1fabaa7e4ee4d4fc39a9e356bcaf68dc8bafceecbb4a60787f768eed85bf08b8125e0e1c9bda3d70713e2fd23e43ca2882029bbdcbf984319ff4c81c8667d22c681d62fff972427e03a26cd8a01f0c6c70b04950f3e31bc6d2250d92230bd7b055eaf59e63076e8ee54fe5c20aab1185d9e17bc6dfb6402e2544eadd95e893ba377dc1d978c5cf16e859c0e5bd6045765584273e78771e3296a9b907f47b59b3f4089c6fa7349fee317021a369046b11fe3c0a34fe2055fb1e81286cedbce15315ae869155d98268fef3377de5954ae377a1dfe3ed1c765843872502ee54da5f5a254b47bdae67f960b66d26a744f23571686b1b3d07157b898674f359809ea1a8e0cf24464974977c0f8e9dec7bb6c0ad7a163354e80bbf1915d57ec00bc47f9de08cd20bf051c060ff5aeb6844aac37ba393ff71016bde826839c4efbdccf4d11236b7db239e99605dedcf2830a68d2ad32e4fdb1a5bd666381db1e6e2a9f4e709a10970585473c99f60c39309753ae46ba5bb88b85dd433c71673e45af45e88d32f270a45e3b617bd5bf507ba222ab83a25e6d50f2a2b428471ba5e18e2927bd71c6ee345418f5aea0c96be0f97d6476db8508fb54f6c5d756c7e7fb8c0a9b1dd9a2b4435d459ba9ad11e54c39912b337b4db97e4e0f637133d52484ffcf9da72e59723141023afe967b87e2c342ec0368dd3480e7faceb66f98938a44d68b689316fd93287c57c4a0da4574e39c3998fb6cdb6b12464dba7492931960dd9610ad61bfbb421e16182dd271ff70052af0c18875f7df0ca0c352c2259763263cf25858f4259df389d837398711a2915e73c060905e745e00f1afcca3c07493e06cbd5cfce69849dcf54f63ccea3aafcb422436de316d04cd67c9d1990c912b2555f33cecfef8a8a97e48d7f064858d771016b20c869aab865a39f2e19244f81a3bb2bd5712f72ff35e316907df5ccf3241b6b8fb5100657cd0be4dd7bd0d6a6d8113be86377beb8641435cfb263ca4c9f30158cf3d63996a85b7e59f3a49223d19500d214e6245e124d4f457e815ea20e96d90a2550881e3a39aca03c7ef2d5c503bb3499114669ac0264736ef9ea5be856faaad8361fbe9c5390e0caa1bd612e97d8b32a9101e14e2f0d951efd8264ad8fc22a000a3e4e4b476bb8d62a601cdf7624fda5f9b67911041eaf1f51539b6f2462d7284520e27ace830d90dd40613a6c4cd9d84b4d0a90b4007ce253ed04f2c78fd147fedba3c932151049b2e4a7d0229d43bb27f958f36952f3ee6b2b4dd65de800871f121f6ab5be1705e4896828524de57a4c9cce9621fb6d4cba5db5e59dc1cb3d6151aa69ae61ca1c13a662a4504ef27367467076356427e13ccf87a0fa53d432ee559343ed6e7ac29f87965aba4b607d82422da00ca86da203757ed3a1756566e6af80f753641bfca0bdd69fd1240b8d2aa24b9110b02460d83ec30caaa98afc8c499d5e1a8d6be561bb40b79215b0045f4a241acf6ec4fa7d8eea99d405dab29281f37df5a81ec28bf002d57ef40dd56543e9bed8147b66360d9dc33e4623fc1762792c4ee69b007d47432d01e5b96a6c8e94c75d8b823496a347687f04e5c7a93fbbd6b4694dabd481bf641e5b335dda01d8e84847a81e304a890b93824014d3b1c16ecbef62ba94ffbfb04a4914decc29edd7c99dae00fc8a163589b45c596c0b08a250b2b73bd70df9c7b8cc9318222a354e2741a65d4a8a1938e08fc83203d0701d4d0d31bb93df30e51d6eee0edb197a071cbe7cba08e1ed73b677222036ee4b6f3919640fe264e3a9538945ec384e719d7a5ea0e3386347e1a2dff114e9bdd68a2222fd4050f42e4539b90fa8a3b38078a4a5bcec6b16abeb30fb6bffd1d8ecef451f9e59c0c45c6ee7bf7ca4d8c5d60da617607beabf26532d00d28b9d8574af915e95ddbbf8dc4eae43d0e17a83ddc1683b2f4c43dc93a4230535207aa2e8210251806b1fad7e4f20308ece96d28bca3c903b47cfcacf49b57edd79bb605156055fa91839e879b28e4defc83702cc875bf750e1f5e09df94531e1312429404f31a34c8bfda1781ffd62d60d741a20c00c3d9fecb6ad6cb6d75159808f721dd3917c0a8ba16f1d8f3915b0826151c7f6427d7969321d2248df15a3ac93bba91b2fdf09a7cd9fcd21f5789bde8dcb63c175075b144ffd7c29bbcf0809ecabb17686c655eea195855dced42f66fe96300dcf31accb25bba09f55dffd87d546b6ad3b39adbb251d5d5365e17cc26901c35491940f772bac2a3281c5bf3ef3cf49bb27b1a9cf60890c655ad34a35462e7c0726d6bb717161b98e60289ae551b63305fbd7654062b12c04a28e8a7199d19e4a2813ca08df06076035923663ae866349c7b3f94cccba282a8759cda4de12a1f936faf85e31473fd7e19b08a1cd5a1a7523dfa198c7110009b66dd33dfcfbbf6b7fbbdb2325513081bbe316e2c263f203320400a579673b4b332db0c9b01a70a21ae25e8d3df049fb15d990d7473f8311a368a3d62bd16312c11b226af19193dec1021fee9cf425eb243d8289756e895bc0e87276d03a065c4323313fa8bdf085fbf256b816d35d43b37d8f405fa917bffa84173bec81bbff73d399121650c614febd6ac2aecb254939347610ad8f8ea8bbce3bb8dcde9d7b16be6d0a25fb35db48120799801495bd7548456a146b107cfbd91604622c939308aff670e97fe8c799b2faba4b9e77d64e89096ce65f097c494d6264dd331ae09addec4eff708617f324a281ba81a35cd09e65c933b7d368df1aef6e109e17872e4c83bf1a926ba40d4e505dd215b2a15f55d6f1d9268199ad51047d5bcafd3ced091b9a91aaa6389cd77845d1f70ab3bce84bd823db8f47e8186eac9613ec5909aaf0e2ce646200929437ea4593f9a0ee9a11c58530dfe85210a991e5f78e6a5cce3e561f42f7b355c0a1661f6751bcb34248ecd70018ba06cc3a1513b3e90b73d5320912029a62834463de09e443240b9c5c05ada5e8307d5fef7c6fa3adc7340f085bf64e3ba57a97a2136e442f6a3c9ba6f5ce41bd68c8f83d6c0e06c0aeda0aaa852d57765b5cb23fd75d0e3d720b703c5fcb001ee0f4eca35d13d64544f63d3fe74bfdc7739263a1edfb0e4a3e6b2712242134a65de81c89a2dd14052083735be62a8530cf110acefa87825bf0332b58d96052cb5d7cf11cf98345c3d315545e9d12c45934545d2672243498a43c156624bf3725daa763aa73b824c242a6278d03de29f978e33a34869b13d3cae464a4787e450bef1204d339da07c45f388b80b9131664a00710a412394a86d1ef7b6f5f82ee7886f64130d49ebdd382bde46155cee073f81d54e366f27ebff44cd9a0ae2a4ea77919b1a8e9ed922358eb5616f765db02ad115993b7801d9ccf3bcffd1f6b652365474a375d6c5b9697b8e71f9b36c65faf059785ed722fe85fb8e565324f88fc50f13f439a9725d3ac68faf9f589db85a5f957199aadcf7b61bd381107852283df8b0e658af962d26d735f49f79f4b402d950bc076f841013a5749a24cd9b526815dec752cc31da998feb3cf2f69354b13baaf16de37d12c67a6c101fa034593b52ec265e279fcc8feb7f5b0415308b693d8f0a62bbaf39058dfe50f9418ee03cff6e375d747e9604aa6d9ec39deddb02ebf712208ec483f4124ba04f51eb1dca1cb83dd0be0c98c559812efa83ef5cd1a824590465b137345b86abcefd9befbd7ce88eb539abec53081e55754bb153f2281322429cea20d88659cbf4b6b548062031ff72b873c0e87a585d7a1b929e971fc70b718cefb0407d4a06136994c18bcafd652819642a088f5d0452cbcd9346cb5fe13fa7f40b9ff9adfa199b02bdd26b9273318e21c57abf0942484f3cbeaa38a434c5ccc497589c16d1dd29d3b0d361933401a8866e5f43d6c6743cf1946ea2fe132450f190bda31baa7471cb8e0a985997afd8cfa3ddff06254d7c52fe1c4724d03de6039e53dc2dfd6c57178f6b15f91006823787a93a185f46f281eba86f4376f84e8342bfcd265b84cec1209a1770c7e1861f9f5fc23ff03107618c766f1092bea205ca381fecc35a7eefe70b81a9dc67afe08dbfd3a1a7dd86bfed8d3f078865b785f2d6a70a26c0a9d47e913ea03888125b60566b0194256c2049d12874b147e4569b3032afb7bd7a97468def60c7f9a77242da0adbe45a08089f476bf6efc74e325131cfe9544fcad23403bad3e9a459d8a0b85119b2db774d8f304eb4f132d63008acd8edbddca46ad2b342e57bb3c35c0ca83dc260dd738460a3e908ea8797dadff7e90ed1f1be6d08e043f8ad17e74bd459d0ac3cce257a7816b5472b21fa9cde8855ea60da628e349dcdeaf9745e1a0e415ef38926e0d0681112c090d91b831c9d8ee177c86a7be524ec76111200b66b96eea735c7e1e4fa59ccb2abea28c4b6e482fcbc791c1ec5b1866a77bc8c2455f8c7ffbbcb0769efa514a12c99edccd3e3cb8389699a5ba41c294d314021ff46bcd1c6af7c2edee76e72d44d6cce100e3e567fc6c4c34e275ba1be0e67ed5a9b57975ed6868984549b03df2d923cb4b51e21e4ae846a312e1e15440c4117c65badb7e8b72c27596acbfcb900865fd3e4e3ae27e9b2f336028fc3dae9043605e8c552386c174c9164ade7540c3f5691e477125d16cc553394c126a8c1f40a77a80d05f4b7915ada518c0006e28815a90c505062f862c459563b255dbed16225c20b60fc8253740f39c1a84de28afc8eadf90872b46b6c6835540eee62962bfe19f6321d10cd6ceeea67d2a0445efbd9f3cdf110014b83318e2f083ed4183666c49e249c5b1a9d4963f1298180c9e2cb5dca6ff9537cf41c40f54025ebda57a0b3e3f7d06ae6514c1822ff6b064115afaa17b899c9c24ecaddce2183d3a9b4c8e86f55e4b711761fd8b9356304e445f3c83a3644a93c216f47e582bdf9f68d137c61811ca5a7b87fc472af0eb6a36106e0fa5182e0c3580d57d3bf376ac0abf7f46806f89c1d3671f4883de6b7ae06cd815bb82eda306ba1d9a343b63de10774a3b8a74feee2caea79982224356b12de0f8015c7c25d81493c1bbe31a6e1250dd0fc0c07553d7958fc778ef6459c8741387f7a2e4a3993e3a73084a69bc3774d4eea24c3bea62cdf502a5b12ba8524eab352f2c80bea1e62137197250c8b0f38e035a7a37e58b47e3289c14ad2d49ed84d69b890975073d887e13cb78f107d909c479239d2d2856c00cb5d4613cd63643816d8471700896caabc2437fc6a379010e1847494f92ebf834425d4e1b3a5c81f7653a075af41a0bc19b15f3ea0baf09230ee43eff6e593a8379aee2899b211eb57034980d5ab7a52f86e8920e3af4cdec4d1eb3933921f17f6512f43af69a41bce41c21f8bdc0ff6f65bb40c3f25542290db88d1533cb85ac2d3b9bab04d17518f885c390d8e1c630d1d41861608bc358bf7697547e5a7ffb29d31728f6cb6785c1c09f625d1dcdb684636159c0e4306efbfd120a1af2daf82be9d1fbd7f488fc62487bdf2d3ff37705d4565a04cd06d02f8a5c42d5f892c86372e72a17850710b62041e804050bfe2c1aaa470bda446389f021461a907a0fb3ea2c339c8847dcb53fb6c3394384ab94b423a3e8f94fbd8afdd2c2c6acf02db495b294c9a10e008543cfe984328f59d6ec23b14e8d9982ff7f520a00a1bfd2aef65932c8f71d975f41d6dccf171ec9a4154f7a3782380ffe72b9a1129d300aef27ef41d10173ae9561386e059daf94aea107ba3497e6b766fee2c90bcd52e1b63ce3a9e090706b30d719f35c83c275101ad483e1fe38d7e1a2f90b8ceef\\\"}\",\"isHoldAllowed\":true,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"paymentMode\":\"1\"}','{\"order\":{\"bookingId\":\"TJS205400735414\",\"amount\":281.46,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"8923963627\"],\"code\":[\"+91\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-10-20T17:49:40.634\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Ahlan Dormitory\",\"des\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\\\",\\\"onsite_payments\\\":\\\"Debit cards, Cash not accepted\\\",\\\"dining\\\":\\\"Take advantage of the hostel\'s 24-hour room service.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km \\/ 1.3 mi  Powai Lake - 2.8 km \\/ 1.8 mi  MIDC Industrial Estate - 3.3 km \\/ 2.1 mi  R City Mall - 3.4 km \\/ 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km \\/ 2.2 mi  KidZania Mumbai - 3.8 km \\/ 2.4 mi  Indian Institute of Technology Bombay - 4 km \\/ 2.5 mi  Hiranandani Business Park - Powai - 4 km \\/ 2.5 mi  Sanjay Gandhi National Park - 4.8 km \\/ 3 mi  U.S. Consulate General - 7 km \\/ 4.4 mi  University of Mumbai - 7.1 km \\/ 4.4 mi  MMRDA Grounds - 7.6 km \\/ 4.7 mi  JioGarden - 7.8 km \\/ 4.9 mi  Andheri Sports Complex - 7.9 km \\/ 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km \\/ 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km \\/ 2.1 mi\\\",\\\"headline\\\":\\\"Near Phoenix Market City Mall\\\"}\",\"rt\":2,\"gl\":{\"ln\":\"72.89147\",\"lt\":\"19.101343\"},\"ad\":{\"adr\":\"Opp. Asha Krishna Building\",\"adr2\":\"Andheri Ghatkopar Link Road, Sakinaka\",\"postalCode\":\"400072\",\"city\":{\"name\":\"Mumbai\"},\"state\":{\"name\":\"Maharashtra\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Mumbai\",\"sn\":\"Maharashtra\",\"cn\":\"India\"},\"cnt\":{\"ph\":\"91-9769760968\"},\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"219954837_286226605_37407--1\",\"rc\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"rt\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"srn\":\"Basic Dormitory, 1 Twin, Bunk Bed, Shared Room\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":281.46,\"tfcs\":{\"TF\":281.46,\"NF\":281.46,\"CMU\":0,\"TAF\":11.8,\"BF\":269.66},\"tafcs\":{\"TAF\":{\"SAC\":26.14,\"TSF\":29.15,\"SBP\":240.51,\"MF\":10,\"SGP\":269.66,\"SNP\":243.52,\"SRC\":0,\"TMF\":26.14,\"IGST\":1.8,\"TTSF\":29.15,\"MFT\":1.8}},\"ddt\":\"2023-11-10T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":269.66,\"NF\":281.46,\"TF\":281.46,\"CMU\":0,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SAC\":26.14,\"TSF\":29.15,\"SBP\":240.51,\"MF\":10,\"SGP\":269.66,\"SNP\":243.52,\"SRC\":0,\"TMF\":26.14,\"IGST\":1.8,\"TTSF\":29.15,\"MFT\":1.8}}}],\"checkInDate\":\"2023-11-13\",\"checkOutDate\":\"2023-11-14\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"singh\"}],\"iopr\":false,\"radi\":[],\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free WiFi\"]}],\"SERVICE\":[{\"values\":[\"HasBunkBed: Yes\",\"SharedRoom: Yes\"]}]},\"rsta\":\"P\"}],\"tp\":281.46,\"cnp\":{\"id\":\"219954837_286226605_37407--48789591\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-10-20T17:48:24.109\",\"tdt\":\"2023-11-10T18:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-11-10T18:00\",\"tdt\":\"2023-11-13T00:00\",\"am\":269.66,\"rn\":1},{\"fdt\":\"2023-11-13T00:00\",\"tdt\":\"2023-11-14T23:59\",\"am\":269.66}],\"cpb\":48},\"ddt\":\"2023-11-10T18:00\",\"inst\":[],\"oai\":{\"sid\":\"42\"},\"iopr\":false,\"ispr\":true,\"ipr\":true,\"ipm\":false}],\"uid\":\"39769561\"},\"query\":{\"checkinDate\":\"2023-11-13\",\"checkoutDate\":\"2023-11-14\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"India\",\"nationality\":\"106\"},\"searchPreferences\":{\"currency\":\"INR\"},\"isSearchCompleted\":false}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}',NULL,NULL,'','',NULL,'0','2023-10-20 12:17:26','2023-10-20 12:17:26',1,'','','7437EA809F8246188C45BFF96B3DEF39',NULL,'7437EA809F8246188C45BFF96B3DEF39',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','rahul singh',NULL,NULL),(34,79,86368,'','2023-10-26','2023-10-27','','',NULL,'',NULL,NULL,'70f70-2f679-e63ae-03c39',0,NULL,'hsid4283227284-29332628','Spot On 69894 Dream Night Lodging And Boarding','hsid4283227284-29332628','',3,'INR',NULL,'164, Dawadi Naka, Sonar Pada, Dombivli East, Dombivli, Mumbai','','164, Dawadi Naka, Sonar Pada, Dombivli East, Dombivli, Mumbai',NULL,NULL,'164, Dawadi Naka, Sonar Pada, Dombivli East, Dombivli, Mumbai','extra service',1,1,2,0,699261,699261,'Ulhasnagar','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":2,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"VCSDV\",\"LastName\":\"VSDV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-25 17:42:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"70f70-2f679-e63ae-03c39\",\"modified\":\"2023-10-25 17:42:31\",\"created\":\"2023-10-25 17:42:31\",\"CustomerMemberSysId\":\"115\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"157782399_0\",\"RoomCategory\":\"SPOT ON Room\",\"RoomType\":\"SPOT ON Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":623.403108,\"gtxMarkUp\":12.1806,\"GSTOnGTXMarkUp\":2.192508,\"pernightperroomprice\":609.03,\"TotalRoomPrice\":609.03,\"TotalFare\":609.03,\"TotalBaseFare\":597.23,\"TotalNetFare\":609.03,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":609.03,\"TAF\":11.8,\"BF\":597.23,\"CMU\":22.97,\"NF\":609.03},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73}}}],\"PriceWithMarkup\":623.403108,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":609.03,\"pernightperroomprice\":609.03,\"RoomPrice\":621.2106,\"withmarkupprice\":623.403108,\"gtxMarkUp\":12.1806,\"GSTOnGTXMarkUp\":2.192508,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_1_13604509\",\"RoomTotalPrice\":609.03,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4283227284-29332628\",\"HotemName\":\"Spot On 69894 Dream Night Lodging And Boarding\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/a1303a984d43f0a872cac3c0fe3e0cb7.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/280644423.jpg?k=81461d4bde75ddaf2ec1820ea8ff65d0e4f797bf0743e418c313c8920c6c91cc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/309951778.jpg?k=f319d845173c069463a060186c36a5a9ac89d5c4cf6c13b7da4b85a05b7c6557&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/72bf09465168d73157212716940193a1.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/080594398c617e6449e2010c0e352983.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"73.11006\",\"lt\":\"19.20653\"},\"HotelAddress\":\"164, Dawadi Naka, Sonar Pada, Dombivli East, Dombivli, Mumbai\",\"HotelCity\":\"Ulhasnagar\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Tours\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Room service\",\"Daily housekeeping\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Non Smoking\",\"Parking\",\"Parking\",\"Rental car \",\"Air conditioning\",\"Fan\",\"Free bottled water\",\"Linens\",\"Non Smoking\",\"Private bathroom\",\"Private entrance\",\"Satellite\\/cable channels\",\"Shower\",\"Smoke detector\",\"Smoking allowed\",\"Telephone\",\"Toiletries\",\"Towels\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid4283227284-29332628\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"62mfY6pgw3XO6NgZjTZc\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-25T17:43:10.053\\\",\\\"tdt\\\":\\\"2023-10-26T12:00\\\",\\\"am\\\":574.26},{\\\"fdt\\\":\\\"2023-10-26T12:00\\\",\\\"tdt\\\":\\\"2023-10-27T23:59\\\",\\\"am\\\":574.26}],\\\"scnp\\\":\\\"Risk-free booking! Cancel before 2023-10-26 and you\'ll pay nothing! Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-25 12:12:32','2023-10-25 12:12:32',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"902229\",\"TPSysId\":\"902230\",\"VersionId\":\"2717058\",\"CustomerSysId\":\"499887\",\"TrxId\":\"72926\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(35,79,86368,'','2023-10-31','2023-11-01','','',NULL,'',NULL,NULL,'09d02-d523b-6fb96-95716',0,NULL,'hsid9595608990-41316999','Hotel Amaan Palace','hsid9595608990-41316999','',3,'INR',NULL,'Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai','','Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai',NULL,NULL,'Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai','extra service',1,1,2,0,699261,699261,'Mumbai','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"RDEH\",\"LastName\":\"HDF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-10-30 18:01:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"09d02-d523b-6fb96-95716\",\"modified\":\"2023-10-30 18:01:04\",\"created\":\"2023-10-30 18:01:04\",\"CustomerMemberSysId\":\"131\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"575987635_0\",\"RoomCategory\":\"Male Dormitory Room\",\"RoomType\":\"Male Dormitory Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":556.254948,\"gtxMarkUp\":10.868599999999999,\"GSTOnGTXMarkUp\":1.9563479999999998,\"pernightperroomprice\":543.43,\"TotalRoomPrice\":543.43,\"TotalFare\":543.43,\"TotalBaseFare\":531.63,\"TotalNetFare\":543.43,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":543.43,\"CMU\":20.45,\"BF\":531.63,\"TF\":543.43,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18}}}],\"PriceWithMarkup\":556.254948,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":543.43,\"pernightperroomprice\":543.43,\"RoomPrice\":554.2986,\"withmarkupprice\":556.254948,\"gtxMarkUp\":10.868599999999999,\"GSTOnGTXMarkUp\":1.9563479999999998,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_34721726\",\"RoomTotalPrice\":543.43,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9595608990-41316999\",\"HotemName\":\"Hotel Amaan Palace\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.83625\",\"lt\":\"18.956821\"},\"HotelAddress\":\"Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Daily housekeeping\",\"Front desk [24-hour]\",\"Fan\",\"Mirror\",\"Shower\",\"Internet\"]},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid9595608990-41316999\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"opaooiGIKa9wJVojIPl5\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-10-30T18:02:08.654\\\",\\\"tdt\\\":\\\"2023-10-31T12:00\\\",\\\"am\\\":511.18},{\\\"fdt\\\":\\\"2023-10-31T12:00\\\",\\\"tdt\\\":\\\"2023-11-01T23:59\\\",\\\"am\\\":511.18}],\\\"scnp\\\":\\\"Any cancellation received within 1 day prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-10-30 12:31:06','2023-10-30 12:31:06',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"909742\",\"TPSysId\":\"909743\",\"VersionId\":\"2735821\",\"CustomerSysId\":\"499887\",\"TrxId\":\"73490\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}'),(36,79,86368,'','2023-12-24','2023-12-25','','',NULL,'',NULL,NULL,'e51ee-e96d3-66f36-d889d',0,NULL,'hsid6712133794-6296155411','OYO 70779 Bhumi Inn','hsid6712133794-6296155411','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/cms/3921/3921988/images/image_3921988_c4162890-0a9c-46af-b7ab-77b189be3efe_tn.jpeg','','','',NULL,NULL,'','extra service',1,1,2,0,739947,739947,'KOLKATA','[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"79\",\"EmailId\":\"sikder.am@yandex.com\",\"Salutation\":1,\"Relation\":\"9\",\"Contacts\":\"9088362463\",\"FirstName\":\"CACA\",\"LastName\":\"CACA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"panno\":\"\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-12-09 10:48:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"e51ee-e96d3-66f36-d889d\",\"modified\":\"2023-12-09 10:48:38\",\"created\":\"2023-12-09 10:48:38\",\"CustomerMemberSysId\":\"171\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"1595762696_2414260_0\",\"RoomCategory\":\"Classic Room\",\"RoomType\":\"Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":993.7825320000001,\"gtxMarkUp\":19.4174,\"GSTOnGTXMarkUp\":3.495132,\"pernightperroomprice\":970.87,\"TotalRoomPrice\":970.87,\"TotalFare\":970.87,\"TotalBaseFare\":959.07,\"TotalNetFare\":970.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":959.07,\"CMU\":-94.03,\"TAF\":11.8,\"TF\":970.87,\"NF\":970.87},\"afc\":{\"TAF\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65}}}],\"PriceWithMarkup\":993.7825320000001,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":970.87,\"pernightperroomprice\":970.87,\"RoomPrice\":990.2874,\"withmarkupprice\":993.7825320000001,\"gtxMarkUp\":19.4174,\"GSTOnGTXMarkUp\":3.495132,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3921988\",\"RoomTotalPrice\":970.87,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6712133794-6296155411\",\"HotemName\":\"OYO 70779 Bhumi Inn\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3921\\/3921988\\/images\\/image_3921988_c4162890-0a9c-46af-b7ab-77b189be3efe_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.45999\",\"lt\":\"22.6302\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null},\"cancellationPolicy\":\"{\\\"id\\\":\\\"hsid6712133794-6296155411\\\",\\\"cancellationPolicy\\\":{\\\"id\\\":\\\"52_0_3921988\\\",\\\"ifra\\\":false,\\\"pd\\\":[{\\\"fdt\\\":\\\"2023-12-09T10:49:36.950\\\",\\\"tdt\\\":\\\"2023-12-24T12:00\\\",\\\"am\\\":959.07},{\\\"fdt\\\":\\\"2023-12-24T12:00\\\",\\\"tdt\\\":\\\"2023-12-25T23:59\\\",\\\"am\\\":1053.10}],\\\"scnp\\\":\\\"Fully Refundable Till 22-12-2023 12:00 PM.  Non refundable Between 22-12-2023 12:00 PM and 24-12-2023 12:00 PM.  (All the given times are in India Time timezone)\\\"},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}\"}',NULL,NULL,NULL,'','',NULL,'0','2023-12-09 05:18:39','2023-12-09 05:18:39',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"967259\",\"TPSysId\":\"967260\",\"VersionId\":\"2888907\",\"CustomerSysId\":\"499887\",\"TrxId\":\"77980\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"}');
/*!40000 ALTER TABLE `tbl_hotel_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_booking_guest`
--

DROP TABLE IF EXISTS `tbl_hotel_booking_guest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking_guest` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `HotelRooms_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `apiTraceId` varchar(150) NOT NULL,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int NOT NULL DEFAULT '0',
  `Relation` int NOT NULL DEFAULT '0',
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `panno` varchar(50) DEFAULT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Age` int NOT NULL DEFAULT '0',
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` int NOT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` int NOT NULL DEFAULT '0',
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(100) DEFAULT NULL,
  `gstcity` varchar(100) DEFAULT NULL,
  `gststate` varchar(100) DEFAULT NULL,
  `gstpincode` varchar(10) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking_guest`
--

LOCK TABLES `tbl_hotel_booking_guest` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking_guest` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking_guest` VALUES (1,1,98,'e0862-66b79-a26c3-222fc',0,97238,0,'nehakumari@catpl.co.in',1,9,'8923963627','rahul','singh','BCDPV9945B',NULL,0,97238,NULL,NULL,NULL,NULL,0,'sec 18','Noida',19543,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-20','0','1',NULL,'2023-10-20 17:47:26','2023-10-20 17:47:26','0');
/*!40000 ALTER TABLE `tbl_hotel_booking_guest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_booking_room`
--

DROP TABLE IF EXISTS `tbl_hotel_booking_room`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking_room` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `tbl_hotel_booking_id` int NOT NULL,
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `TraceId` varchar(255) NOT NULL,
  `NoOfAdults` int NOT NULL,
  `NoOfChild` int NOT NULL,
  `RoomIndex` varchar(100) NOT NULL,
  `RoomTypeCode` text NOT NULL,
  `RoomTypeName` varchar(200) NOT NULL,
  `RatePlanName` varchar(100) NOT NULL,
  `RatePlan` varchar(100) NOT NULL DEFAULT '0',
  `RatePlanCode` text NOT NULL,
  `BedTypeCode` varchar(50) DEFAULT NULL,
  `LastCancellationDate` datetime DEFAULT NULL,
  `LastVoucherDate` datetime DEFAULT NULL,
  `SmokingPreference` int NOT NULL DEFAULT '0',
  `CurrencyType` int NOT NULL DEFAULT '0',
  `RoomPrice` float NOT NULL DEFAULT '0',
  `TotalPrice` float NOT NULL,
  `TaxesServiceFee` float NOT NULL,
  `intCostToCustomer` float NOT NULL,
  `AgencyMarkUp` float NOT NULL,
  `ServiceTaxOnAgencyMarkUp` float NOT NULL,
  `AgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `ServiceTaxOnAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `PublishedPrice` float NOT NULL,
  `OfferedPrice` float NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `status` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking_room`
--

LOCK TABLES `tbl_hotel_booking_room` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking_room` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking_room` VALUES (1,33,98,97238,'e0862-66b79-a26c3-222fc',1,0,'','219954837_286226605_37407--1','Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal','ROOM ONLY','0','ROOM ONLY',NULL,'2023-11-13 00:00:00','2023-11-13 00:00:00',0,1,281.46,281.46,0,281.46,0,0,0.00,0.00,281.46,281.46,'INR',0,'{\"id\":\"219954837_286226605_37407--1\",\"RoomCategory\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"RoomType\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":281.46,\"TotalFare\":281.46,\"TotalBaseFare\":269.66,\"TotalNetFare\":281.46,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":269.66,\"TAF\":11.8,\"TF\":281.46,\"NF\":281.46},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":281.46,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46,\"perNightPrice\":281.46,\"arrMarkUps\":{\"intBasePrice\":281.46,\"PublishFare\":281.46,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2023-10-20T17:48:24.109\",\"ToDate\":\"2023-11-10T18:00\",\"strFromDate\":\"20-Oct-2023\",\"strToDate\":\"10-Nov-2023\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-10T18:00\",\"ToDate\":\"2023-11-13T00:00\",\"strFromDate\":\"10-Nov-2023\",\"strToDate\":\"13-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-13T00:00\",\"ToDate\":\"2023-11-14T23:59\",\"strFromDate\":\"13-Nov-2023\",\"strToDate\":\"14-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":true,\"IsPassportMandatory\":false}','0','2023-10-20 12:17:26','2023-10-20 12:17:26');
/*!40000 ALTER TABLE `tbl_hotel_booking_room` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_static_data`
--

DROP TABLE IF EXISTS `tbl_hotel_static_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_static_data` (
  `id` int NOT NULL AUTO_INCREMENT,
  `CityId` int NOT NULL,
  `hotel_id` varchar(200) NOT NULL,
  `hotel_name` varchar(200) NOT NULL,
  `CityName` varchar(150) DEFAULT NULL,
  `staticJson` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_static_data`
--

LOCK TABLES `tbl_hotel_static_data` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_static_data` DISABLE KEYS */;
INSERT INTO `tbl_hotel_static_data` VALUES (1,130443,'1011662','Regenta Hotel and Convention Centre',NULL,'{\"@attributes\":{\"BrandCode\":\"4\",\"TBOHotelCode\":\"1011662\",\"HotelName\":\"Regenta Hotel and Convention Centre\",\"LocationCategoryCode\":\"42178,\",\"NoOfRooms\":\"0\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Shower\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathtub\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Toiletries\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Make-up mirror\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Direct dial telephone\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"TV\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Cable TV\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"220V power supply\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Plug adaptor\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Minibar\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Mini fridge\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Ironing set\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Centrally regulated air conditioning\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Individually adjustable air conditioning\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Wake-up service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Mobile phone coverage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Secure parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Room service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour security\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Air conditioning in public areas\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Currency exchange facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Lift access\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Newspaper stand\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Gym\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Newspapers\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Caf\\u00e9\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bar\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Banquet hall\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Air conditioning in Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Conference room\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Meeting room\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Photocopier\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Business centre\"}}]},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.royalorchidhotels.com\\/regenta-hotel-convention-centre-delhi\\/overview.asp\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"The hotel is strategically located on National Highway 8, Rajokori. It is easily accessible from all parts of the city and is located just 10 minutes away from Indira Gandhi International Airport in Delhi.\\n\\nThis luxurious air-conditioned hotel comprises a total of 48 rooms. It provides corporate and leisure visitors an ideal and convenient location, as well as world-class accommodation facilities. Guests are welcomed in the lobby, which offers a hotel safe, currency exchange, a newspaper stand and a hairdressing salon. Guests can enjoy a drink at the 24-hour coffee shop, and dine in the restaurant. In-room dining is also available. Business travellers can make use of the conference facilities and 4 spacious banquet halls. The hotel offers room service and a laundry service. Those arriving by car may leave their vehicles in the hotel car park.\\n\\nThe beautifully appointed, spacious guest rooms and suites offer elegant interiors, stylish furnishings and luxurious amenities. All rooms are en suite with a shower and bath. Each room offers a double or king-size bed, direct dial telephone, satellite\\/cable TV, Internet access, a safe, minibar, tea and coffee making facilities and an ironing set. Individually regulated air conditioning is a standard feature in all accommodation.\\n\\nThe hotel features an outdoor swimming pool and lush green lawns. Guests can work out in the gym, or enjoy a soothing massage.\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.54443\",\"Longitude\":\"77.124444\"}},\"Address\":{\"AddressLine\":[\"NATIONAL HIGWAY - 8, RAJOKORI, NEW DELHI\",\"DELHI\"],\"CityName\":\"Delhi\",\"PostalCode\":\"110037\",\"StateProv\":[],\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"009101149796666\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"91-080-41476667\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"4.0\",\"ReviewURL\":\"\"}},\"Policy\":[],\"Attributes\":[]}','2021-09-28 17:08:17'),(2,130443,'1011663','Exotic Villa',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011663\",\"HotelName\":\"Exotic Villa\",\"LocationCategoryCode\":\"1551,\",\"NoOfRooms\":\"3\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Total number of rooms : 30\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Connecting rooms\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Shower\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathtub\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Internet access\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Direct dial telephone\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"TV\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Fridge\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Tea and coffee making facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Individually adjustable air conditioning  \\u2013\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Individually adjustable heating\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Balcony\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"YES Wheelchair-accessible\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Small pets allowed (under 5 kg)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Large pets allowed (over 5 kg)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Wheelchair-accessible\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Car park\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"NO Garage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour reception\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Mobile phone coverage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Wired Internet\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Room service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Medical service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Air conditioning in public areas  \\u2013\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Currency exchange facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Cloakroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Newspaper stand\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Caf\\u00e9\"}}]},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.udsvilla.com\\/\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"HotelDescription#The homestay is located on Hanuman Road in Connaught Place, New Delhi. The hotel enjoys easy access to major parts of the city, including Pragati Maidan, Connaught Circus, Barakhamba Road and Mandi House. The homestay is located 2 km from New Delhi railway station and 18 km away from Indira Gandhi International Airport.\\n\\nThis homestay provides accommodation with furniture in a modern style and smartly done interiors promising the most amazing experience. The services offered by the homestay include wireless Internet access, parking facilities and a restaurant. In addition to a lobby area with 24-hour reception service, hotel safe, currency exchange desk and a cloakroom, further facilities available to guests at this air-conditioned establishment include a caf\\u00e9, newspaper stand and room and laundry services.\\n\\nThe hotel provides accommodation in well maintained air-conditioned double rooms and suites with attached bathroom. All rooms are fully furnished with smartly crafted curtains, modern d\\u00e9cor and calm interiors and have running hot and cold water. Some of the rooms and suites can be converted according to need of guests for long stays. Room amenities include a telephone, LCD television, safe, fridge, wireless Internet access, tea and coffee making facilities and a balcony. In addition to a private bathroom with a shower and bathtub, further standard features of accommodation units include a double or king-size bed.\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.6283078\",\"Longitude\":\"77.2130053\"}},\"Address\":{\"AddressLine\":[\"Hanuman Road\",\"Connaught PlaceNew Delhi 110001\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110001\",\"StateProv\":[],\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"00911140300000\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"+911123746702\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"4.5\",\"ReviewURL\":\"http:\\/\\/www.tripadvisor.com\\/Hotel_Review-g304551-d2163274-Reviews-UDS_Villa-New_Delhi_National_Capital_Territory_of_Delhi.html?m=19454\"}},\"Policy\":[],\"Attributes\":[]}','2021-09-28 17:08:17'),(3,130443,'1011664','Oodles Hotel',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011664\",\"HotelName\":\"Oodles Hotel\",\"LocationCategoryCode\":\"56019,\",\"NoOfRooms\":\"40\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"HotelCategoryId\":\"2\",\"HotelCategoryName\":\"Hotel\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Meeting rooms\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Safe-deposit box at front desk\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bar\\/lounge\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Luggage storage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Newspapers in lobby (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Breakfast available (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Concierge services\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour front desk\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Conference space\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Business center\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Tours\\/ticket assistance\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Coffee shop or caf\\u00e9\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Accessible bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Roll-in shower\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free self parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Dry cleaning\\/laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free WiFi\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Wheelchair accessible parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Outdoor pool\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Garden\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Children\'s pool\"}}]},{\"@attributes\":{\"Title\":\"Attractions\",\"InfoType\":\"7\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Fortis Hospital - 5 km \\/ 3.1 mi <br \\/> Qutub Minar - 5.1 km \\/ 3.2 mi <br \\/> Lado Sarai Golf Club - 6.2 km \\/ 3.8 mi <br \\/> Jawaharlal Nehru University - 6.3 km \\/ 3.9 mi <br \\/> Max Super Specialty Hospital - 7.4 km \\/ 4.6 mi <br \\/> Select CITYWALK - 7.8 km \\/ 4.9 mi <br \\/> Indian Institute of Mass Communication - 7.9 km \\/ 4.9 mi <br \\/> Nelson Mandela Road - 8.4 km \\/ 5.2 mi <br \\/> DLF Emporio Vasant Kunj - 8.5 km \\/ 5.3 mi <br \\/> Siri Fort Auditorium - 9.2 km \\/ 5.7 mi <br \\/> Central Mall - 9.3 km \\/ 5.8 mi <br \\/> DLF Promenade Vasant Kunj - 9.5 km \\/ 5.9 mi <br \\/> Ambience Mall - 9.5 km \\/ 5.9 mi <br \\/> Safdarjung Hospital - 10.4 km \\/ 6.5 mi <br \\/> Global Business Park - 10.4 km \\/ 6.5 mi <br \\/> <\\/p><p>The preferred airport for Oodles Hotel is Indira Gandhi Intl. Airport (DEL) - 13.8 km \\/ 8.6 mi <\\/p>\"}}},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/oodleshotels.com\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"<p>HeadLine : In New Delhi<\\/p><p>Location : With a stay at Oodles Hotel in New Delhi, you ll be within a 15-minute drive of Qutub Minar and Siri Fort Auditorium.  This hotel is 9.9 mi (16 km) from India Gate and 11 mi (17.6 km) from Gurudwara Bangla Sahib.<\\/p><p>Rooms : Make yourself at home in one of the 40 air-conditioned rooms featuring minibars. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms have jetted bathtubs. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.<\\/p><p>Dining : Enjoy a meal at Restaurant or snacks in the coffee shop\\/caf\\u00e9. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar\\/lounge. Buffet breakfasts are available daily from 7:30 AM to 10:30 AM for a fee.<\\/p><p>CheckIn Instructions : Extra-person charges may apply and vary depending on property policy Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed This property accepts credit cards<\\/p><p>Special Instructions : Front desk staff will greet guests on arrival.<\\/p>\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.488879\",\"Longitude\":\"77.18519\"}},\"Address\":{\"AddressLine\":[\"759 762 Main Road\",\"ChattarpurNew Delhi 110074\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110074\",\"StateProv\":\"Delhi\",\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"91-91-9910001269\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"91-91-1126549701\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"3.0\",\"ReviewURL\":\"\"}},\"Policy\":{\"@attributes\":{\"CheckInTime\":\"2:00 PM\",\"CheckOutTime\":\"12:00 PM\"}},\"Attributes\":{\"Attribute\":{\"@attributes\":{\"AttributeName\":\"No cribs (infant beds) available\",\"AttributeType\":\"General\"}}}}','2021-09-28 17:08:17'),(4,130443,'1011665','Oodles Residency',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011665\",\"HotelName\":\"Oodles Residency\",\"LocationCategoryCode\":\"56027,\",\"NoOfRooms\":\"36\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"HotelCategoryId\":\"2\",\"HotelCategoryName\":\"Hotel\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Luggage storage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Coffee\\/tea in common areas\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Breakfast available (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Concierge services\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour front desk\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Meeting rooms\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Tours\\/ticket assistance\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Accessible bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free self parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Dry cleaning\\/laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free WiFi\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Wheelchair accessible parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"In-room accessibility\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Airport transportation (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Smoke-free property\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free newspapers in lobby\"}}]},{\"@attributes\":{\"Title\":\"Attractions\",\"InfoType\":\"7\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Kalkaji Mandir - 1.1 km \\/ 0.7 mi <br \\/> NSIC Exhibition Ground - 1.8 km \\/ 1.1 mi <br \\/> Lotus Temple - 2.2 km \\/ 1.3 mi <br \\/> ISKCON Temple - 2.2 km \\/ 1.4 mi <br \\/> Fortis Escorts Heart Institute - 2.8 km \\/ 1.8 mi <br \\/> Jamia Millia Islamia - 3.5 km \\/ 2.2 mi <br \\/> Lajpat Nagar Central Market - 4 km \\/ 2.5 mi <br \\/> Select CITYWALK - 4.5 km \\/ 2.8 mi <br \\/> Ansal Plaza - 4.5 km \\/ 2.8 mi <br \\/> Indraprashtha Apollo Hospital - 4.7 km \\/ 2.9 mi <br \\/> Max Super Specialty Hospital - 5.3 km \\/ 3.3 mi <br \\/> Siri Fort Auditorium - 5.7 km \\/ 3.5 mi <br \\/> Cardiothoracic and Neuiro Science Centre-AIIMS - 6 km \\/ 3.7 mi <br \\/> All India Institute of Medical Sciences - 6.1 km \\/ 3.8 mi <br \\/> Jawaharlal Nehru Stadium - 6.5 km \\/ 4.1 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi International Airport (DEL) - 20.4 km \\/ 12.7 mi<\\/p>\"}}},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.keyshotels.com\\/Location-Oodles-Hotel-Residency.aspx\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"<p>HeadLine : In New Delhi (Kalkaji)<\\/p><p>Location : Located in New Delhi (Kalkaji), Hotel Mint Oodles is within a 10-minute drive of Lotus Temple and Siri Fort Auditorium.  This hotel is 5.2 mi (8.4 km) from Qutub Minar and 6.3 mi (10.2 km) from India Gate.<\\/p><p>Rooms : Stay in one of 36 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.<\\/p><p>Dining : At Hotel Mint Oodles, enjoy a satisfying meal at the restaurant. Buffet breakfasts are available daily from 7 AM to 10 AM for a fee.<\\/p><p>CheckIn Instructions : <ul>  <li>Extra-person charges may apply and vary depending on property policy<\\/li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges<\\/li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed<\\/li><li>This property accepts credit cards<\\/li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property<\\/li>  <\\/ul><\\/p><p>Special Instructions : Front desk staff will greet guests on arrival.  This property s policy is to accept bookings only from citizens or residents of India.<\\/p>\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.54614\",\"Longitude\":\"77.252372\"}},\"Address\":{\"AddressLine\":[\"R 26 Nehru Enclave Kalkaji Nehru Place, Kalkaji\",\"Nehru PlaceKalkajiNew Delhi 110019\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110019\",\"StateProv\":\"Haryana\",\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"91-91-7777090982\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"91-11-49991999\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"0.0\",\"ReviewURL\":\"\"}},\"Policy\":{\"@attributes\":{\"CheckInTime\":\"2:00 PM\",\"CheckOutTime\":\"12:00 PM\"}},\"HotelThemes\":{\"HotelTheme\":{\"@attributes\":{\"ThemeId\":\"45\",\"ThemeName\":\"Business property\"}}},\"Attributes\":{\"Attribute\":{\"@attributes\":{\"AttributeName\":\"No cribs (infant beds) available\",\"AttributeType\":\"General\"}}}}','2021-09-28 17:08:17'),(5,130443,'1011670','Oyo 13773 The Shoba Estate',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011670\",\"HotelName\":\"Oyo 13773 The Shoba Estate\",\"LocationCategoryCode\":\"47928\",\"NoOfRooms\":\"0\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Shower\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Bathtub\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Direct dial telephone\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"TV\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Minibar\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Individually adjustable air conditioning\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Room service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Medical service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Air conditioning in public areas\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hotel safe\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Currency exchange facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Lift access\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Newspaper stand\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Air conditioning in Restaurant\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Conference room\"}}]},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"The hotel is conveniently located in Mahipalpur, New Delhi. It provides easy access to various points of interest in the city such as shopping areas, business centres and tourist spots. Indira Gandhi International Airport is just 3 km away, while the railway station is about 15 km from the hotel.\\n\\nThis leading budget class hotel in New Delhi is a perfect blend of modernity and style. The hotel\'s elegant d\\u00e9cor and spacious corridors with comfortable seating facilities make it an ideal place to stay for business or leisure purposes. There are a total of 65 rooms. The premises are air-conditioned and guests are welcomed in a lobby with 24-hour reception and check-out service. Facilities include a hotel safe, currency exchange and lift access. There is also a newspaper stand. Guests can dine in the restaurant. Conference facilities are available to business travellers and wireless Internet access is provided. Guests can take advantage of the room and laundry services on offer. Those arriving by car may leave their vehicle in the hotel\'s car park.\\n\\nThe hotel features well-appointed luxury and deluxe rooms tastefully designed to meet the basic comforts and needs of guests. All the rooms are spacious and comfortable with plush interiors to provide a relaxing atmosphere with a perfect ambience. Each room has an en suite bathroom with a shower and a bath. Facilities include a direct dial telephone, satellite\\/cable TV and Internet access. There is also a safe, minibar, tea and coffee making facilities and individually regulated air conditioning in all accommodation.\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.55207\",\"Longitude\":\"77.13183\"}},\"Address\":{\"AddressLine\":[\"1028\\/1, NEAR IGI AIRPORT, N.H-8, MAHIPALPUR\",\"NEW DELHI\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110037\",\"StateProv\":[],\"CountryName\":\"India\"},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"2.5\",\"ReviewURL\":\"\"}},\"Policy\":[],\"Attributes\":[]}','2021-09-28 17:08:17'),(6,130443,'1011671','Delhi Heart Dx Hotel',NULL,'{\"@attributes\":{\"BrandCode\":\"2\",\"TBOHotelCode\":\"1011671\",\"HotelName\":\"Delhi Heart Dx Hotel\",\"LocationCategoryCode\":\"44102,\",\"NoOfRooms\":\"24\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"HotelCategoryId\":\"2\",\"HotelCategoryName\":\"Hotel\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Reception hall\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free breakfast\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Airport transportation\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"elevator\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Smoke-free property\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour front desk\"}}]},{\"@attributes\":{\"Title\":\"Attractions\",\"InfoType\":\"7\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Palika Bazaar - 1.8 km \\/ 1.1 mi <br \\/> Jama Masjid - 1.8 km \\/ 1.1 mi <br \\/> Kasturba Gandhi Marg - 2 km \\/ 1.3 mi <br \\/> Gole Market - 2.1 km \\/ 1.3 mi <br \\/> Ajmal Khan Road - 2.3 km \\/ 1.4 mi <br \\/> Lady Hardinge Medical College - 2.3 km \\/ 1.4 mi <br \\/> Jantar Mantar - 2.4 km \\/ 1.5 mi <br \\/> Chandni Chowk - 2.5 km \\/ 1.5 mi <br \\/> Gurudwara Sis Ganj Temple - 2.5 km \\/ 1.6 mi <br \\/> Laxminarayan Temple - 2.7 km \\/ 1.7 mi <br \\/> Lajpat Rai Market - 2.7 km \\/ 1.7 mi <br \\/> Red Fort - 2.9 km \\/ 1.8 mi <br \\/> Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi <br \\/> FICCI Auditorium - 3.1 km \\/ 1.9 mi <br \\/> Raj Ghat - 3.6 km \\/ 2.2 mi <br \\/> <\\/p><p>The preferred airport for OYO 6408 Hotel Delhi Heart is Indira Gandhi International Airport (DEL) - 22.2 km \\/ 13.8 mi <\\/p>\"}}},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.hoteldelhiheart.com\\/\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"<p>HeadLine : In New Delhi (Paharganj)<\\/p><p>Location : With a stay at OYO 6408 Hotel Delhi Heart in New Delhi (Paharganj), you ll be within a 15-minute drive of Gurudwara Bangla Sahib and Jantar Mantar.  This hotel is 1.9 mi (3 km) from Jama Masjid and 2.3 mi (3.7 km) from Sir Ganga Ram Hospital.<\\/p><p>Rooms : Make yourself at home in one of the 24 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries.<\\/p><p>Dining : A complimentary continental breakfast is served daily from 8 AM to 9 AM.<\\/p><p>CheckIn Instructions : <ul>  <li>Extra-person charges may apply and vary depending on property policy<\\/li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges<\\/li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed<\\/li><li>Only bookings from non-local guests are accepted; guests whose residence is within the same city as the property will not be allowed to check in<\\/li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property<\\/li>  <\\/ul><\\/p><p>Special Instructions : Front desk staff will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India. PAN cards are not accepted. Travelers who are not citizens of India must present a valid passport and visa.<\\/p>\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.644129\",\"Longitude\":\"77.217299\"}},\"Address\":{\"AddressLine\":[\"3738 Opposite Shiela Cinema New Delhi Station New Delhi Near Gate No 1 Opposite Sheila Cinema\",\"Opposite Shiela CinemaNear Pahar Ganj FlyoverNew Delhi 110055\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110055\",\"StateProv\":\"Delhi\",\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"91-93-13931393\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"0091 112 3561124\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"3.0\",\"ReviewURL\":\"\"}},\"Policy\":{\"@attributes\":{\"CheckInTime\":\"12:00 PM\",\"CheckOutTime\":\"11:00 AM\"}},\"Attributes\":{\"Attribute\":[{\"@attributes\":{\"AttributeName\":\"No cribs (infant beds) available\",\"AttributeType\":\"General\"}},{\"@attributes\":{\"AttributeName\":\"No rollaway\\/extra beds available\",\"AttributeType\":\"General\"}}]}}','2021-09-28 17:08:17'),(7,130443,'1011672','Veera Palace',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011672\",\"HotelName\":\"Veera Palace\",\"LocationCategoryCode\":\"56012,\",\"NoOfRooms\":\"20\",\"NoOfFloors\":\"0\",\"BuiltYear\":\"0\",\"RenovationYear\":\"0\",\"HotelCategoryId\":\"2\",\"HotelCategoryName\":\"Hotel\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free breakfast\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Business center\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Smoke-free property\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free WiFi\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour front desk\"}}]},{\"@attributes\":{\"Title\":\"Attractions\",\"InfoType\":\"7\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Jawaharlal Nehru University - 2.2 km \\/ 1.4 mi <br \\/> Sarojini Nagar Market - 2.2 km \\/ 1.4 mi <br \\/> Safdarjung Hospital - 2.4 km \\/ 1.5 mi <br \\/> Indian Institute of Mass Communication - 3.1 km \\/ 1.9 mi <br \\/> Siri Fort Auditorium - 3.6 km \\/ 2.3 mi <br \\/> Nelson Mandela Road - 4 km \\/ 2.5 mi <br \\/> Cardiothoracic and Neuiro Science Centre-AIIMS - 4.1 km \\/ 2.5 mi <br \\/> All India Institute of Medical Sciences - 4.3 km \\/ 2.7 mi <br \\/> DLF Emporio Vasant Kunj - 4.9 km \\/ 3.1 mi <br \\/> Ansal Plaza - 5 km \\/ 3.1 mi <br \\/> Dhaula Kuan - 5.4 km \\/ 3.4 mi <br \\/> Lado Sarai Golf Club - 5.5 km \\/ 3.4 mi <br \\/> Lodhi Garden - 6 km \\/ 3.7 mi <br \\/> Fortis Hospital - 6.1 km \\/ 3.8 mi <br \\/> Jawaharlal Nehru Stadium - 6.2 km \\/ 3.9 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi International Airport (DEL) - 14.8 km \\/ 9.2 mi<\\/p>\"}}},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.aalishanhotels.net\\/veera-hotel.html\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"<p>HeadLine : In New Delhi (Safdarjung Enclave)<\\/p><p>Location : With a stay at OYO Flagship 746 Bhikaji Cama Place in New Delhi (Safdarjung Enclave), you ll be within a 10-minute drive of Siri Fort Auditorium and Khan Market.  This hotel is 4.2 mi (6.7 km) from Qutub Minar and 6 mi (9.6 km) from India Gate.<\\/p><p>Rooms : Make yourself at home in one of the 20 guestrooms. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have bathtubs or showers and complimentary toiletries.<\\/p><p>Dining : A complimentary continental breakfast is served daily from 7 AM to 10 AM.<\\/p><p>CheckIn Instructions : <ul>  <li>Extra-person charges may apply and vary depending on property policy<\\/li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges<\\/li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed<\\/li><li>No onsite parking is available<\\/li><li>This property accepts credit cards<\\/li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property<\\/li>  <\\/ul><\\/p><p>Special Instructions : Front desk staff will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India. PAN cards are not accepted. Travelers who are not citizens of India must present a valid passport and visa.<\\/p>\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.56246\",\"Longitude\":\"77.1888\"}},\"Address\":{\"AddressLine\":[\"Bhikaji Cama Place Chankya Puri Nehru Palace Ok Plot No. No.B-2\\/3\",\"Safdarjung EnclaveNew Delhi 110029\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110029\",\"StateProv\":[],\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"91-91-9313931393\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"91-91-9313931393\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"0.0\",\"ReviewURL\":\"\"}},\"Policy\":{\"@attributes\":{\"CheckInTime\":\"12:00 PM\",\"CheckOutTime\":\"11:00 AM\"}},\"Attributes\":{\"Attribute\":{\"@attributes\":{\"AttributeName\":\"No cribs (infant beds) available\",\"AttributeType\":\"General\"}}}}','2021-09-28 17:08:17'),(8,130443,'1011673','Hotel MetroPolitan',NULL,'{\"@attributes\":{\"BrandCode\":\"3\",\"TBOHotelCode\":\"1011673\",\"HotelName\":\"Hotel MetroPolitan\",\"LocationCategoryCode\":\"47928,\",\"NoOfRooms\":\"23\",\"NoOfFloors\":\"3\",\"BuiltYear\":\"1999\",\"RenovationYear\":\"0\",\"HotelCategoryId\":\"2\",\"HotelCategoryName\":\"Hotel\",\"IsHalal\":\"false\"},\"VendorMessages\":{\"VendorMessage\":[{\"@attributes\":{\"Title\":\"Facilities\",\"InfoType\":\"12\"},\"SubSection\":[{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Express check-out\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Tours\\/ticket assistance\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free self parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Dry cleaning\\/laundry service\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free WiFi\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free wired Internet\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Smoke-free property\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Safe-deposit box at front desk\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free reception\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Luggage storage\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Hair salon\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"ATM\\/banking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour business center\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Train station pickup (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Concierge services\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Laundry facilities\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Parking (limited spaces)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Television in common areas\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Accessible bathroom\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Wheelchair accessible parking\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"In-room accessibility\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Airport transportation (surcharge)\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Multilingual staff\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Fireplace in lobby\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free newspapers in lobby\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Express check-in\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Coffee\\/tea in common areas\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"elevator\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Rooftop terrace\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"24-hour front desk\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Free breakfast\"}},{\"@attributes\":{\"SubTitle\":\"Hotel Facility\"},\"Paragraph\":{\"Text\":\"Restaurant\"}}]},{\"@attributes\":{\"Title\":\"Attractions\",\"InfoType\":\"7\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>BLK Super Speciality Hospital - 0.6 km \\/ 0.4 mi <br \\/> Rajendra Place - 0.9 km \\/ 0.5 mi <br \\/> Ajmal Khan Road - 0.9 km \\/ 0.6 mi <br \\/> Sir Ganga Ram Hospital - 0.9 km \\/ 0.6 mi <br \\/> Laxminarayan Temple - 3.1 km \\/ 1.9 mi <br \\/> Gole Market - 3.3 km \\/ 2 mi <br \\/> Lady Hardinge Medical College - 3.8 km \\/ 2.4 mi <br \\/> Palika Bazaar - 3.9 km \\/ 2.4 mi <br \\/> Gurudwara Bangla Sahib - 4.2 km \\/ 2.6 mi <br \\/> Kasturba Gandhi Marg - 4.2 km \\/ 2.6 mi <br \\/> Rajpath - 4.4 km \\/ 2.7 mi <br \\/> Parliament of India - 4.4 km \\/ 2.7 mi <br \\/> Jantar Mantar - 4.5 km \\/ 2.8 mi <br \\/> Jama Masjid - 5.3 km \\/ 3.3 mi <br \\/> Chandni Chowk - 5.7 km \\/ 3.5 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi Intl. Airport (DEL) - 19.7 km \\/ 12.3 mi<\\/p>\"}}},{\"@attributes\":{\"Title\":\"Hotel URL\",\"InfoType\":\"5\"},\"SubSection\":{\"Paragraph\":{\"Text\":\"http:\\/\\/www.hotelmetropolitan.co\"}}},{\"@attributes\":{\"Title\":\"Hotel Description\",\"InfoType\":\"1\"},\"SubSection\":{\"@attributes\":{\"SubTitle\":\"Property Description\"},\"Paragraph\":{\"Text\":\"<p>HeadLine : Near Sir Ganga Ram Hospital<\\/p><p>Location : A stay at Hotel Metropolitan Karol Bagh places you in the heart of New Delhi, within a 15-minute walk of Sir Ganga Ram Hospital and BLK Super Speciality Hospital.  This hotel is 3.3 mi (5.3 km) from Jama Masjid and 3.3 mi (5.3 km) from Gurudwara Bangla Sahib.<\\/p><p>Rooms : Treat yourself to a stay in one of the 23 individually decorated guestrooms, featuring fireplaces and LCD televisions. Your pillowtop bed comes with premium bedding. Kitchens are outfitted with full-sized refrigerators\\/freezers. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment.<\\/p><p>Dining : Enjoy a meal at the restaurant, or stay in and take advantage of the hotel s 24-hour room service. Mingle with other guests at the complimentary reception, held daily. A complimentary cooked-to-order breakfast is served daily from 7:30 AM to 10:30 AM.<\\/p><p>CheckIn Instructions : Extra-person charges may apply and vary depending on property policy. <br \\/>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges. <br \\/>Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed. <ul> Please note that cultural norms and guest policies may differ by country and by property. The policies listed are provided by the property. <\\/ul><\\/p><p>Special Instructions : Front desk staff will greet guests on arrival.  24-hour airport shuttle service is available on request. Fees may apply. Contact the property in advance to make arrangements.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India; guests who are foreign nationals must present a valid passport and visa.<\\/p>\"}}}]},\"Position\":{\"@attributes\":{\"Latitude\":\"28.643733\",\"Longitude\":\"77.18624\"}},\"Address\":{\"AddressLine\":[\"13A\\/24, Wea, Channa Market, Karol Bagh\",\"Near Metro StationChanna MarketKarol Bagh\"],\"CityName\":\"New Delhi\",\"PostalCode\":\"110005\",\"StateProv\":\"Delhi N.C.R\",\"CountryName\":\"India\"},\"ContactNumbers\":{\"ContactNumber\":[{\"@attributes\":{\"PhoneNumber\":\"91-11-9899099802\",\"PhoneTechType\":\"Voice\"}},{\"@attributes\":{\"PhoneNumber\":\"91-11-25728433\",\"PhoneTechType\":\"Fax\"}}]},\"Award\":{\"@attributes\":{\"Provider\":\"TripAdvisor\",\"Rating\":\"4.0\",\"ReviewURL\":\"\"}},\"Policy\":{\"@attributes\":{\"CheckOutTime\":\"12:00 PM\"}},\"HotelThemes\":{\"HotelTheme\":{\"@attributes\":{\"ThemeId\":\"45\",\"ThemeName\":\"Business property\"}}},\"Attributes\":{\"Attribute\":{\"@attributes\":{\"AttributeName\":\"No cribs (infant beds) available\",\"AttributeType\":\"General\"}}}}','2021-09-28 17:08:18');
/*!40000 ALTER TABLE `tbl_hotel_static_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_invoice`
--

DROP TABLE IF EXISTS `tbl_invoice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_invoice` (
  `id` int NOT NULL AUTO_INCREMENT,
  `InvoiceNumber` varchar(150) NOT NULL,
  `Booking_Id` varchar(155) NOT NULL,
  `service_type` int DEFAULT '0',
  `IsMarkForDel` int NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_invoice`
--

LOCK TABLES `tbl_invoice` WRITE;
/*!40000 ALTER TABLE `tbl_invoice` DISABLE KEYS */;
INSERT INTO `tbl_invoice` VALUES (1,'INV-000001','TJS108100424777',0,0,'2022-12-22 08:11:29','2022-12-22 08:11:29'),(2,'INV-000002','TJS206400425013',0,0,'2022-12-22 10:15:07','2022-12-22 10:15:07'),(3,'INV-000003','TJS113500425070',0,0,'2022-12-22 10:46:19','2022-12-22 10:46:19'),(4,'INV-000004','TJS105000425164',0,0,'2022-12-22 11:26:20','2022-12-22 11:26:20'),(5,'INV-000005','TJS119000425279',0,0,'2022-12-22 12:29:57','2022-12-22 12:29:57'),(6,'INV-000006','TJS118700425331',0,0,'2022-12-22 12:51:17','2022-12-22 12:51:17'),(7,'INV-000007','TJS114100425347',0,0,'2022-12-22 13:00:44','2022-12-22 13:00:44'),(8,'INV-000008','TJS101200426140',0,0,'2022-12-23 13:04:24','2022-12-23 13:04:24'),(9,'INV-000009','TJS102700427255',0,0,'2022-12-26 10:51:10','2022-12-26 10:51:10'),(10,'INV-000010','TJS115000427262',0,0,'2022-12-26 10:54:42','2022-12-26 10:54:42'),(11,'INV-000011','TJS106300427277',0,0,'2022-12-26 11:01:27','2022-12-26 11:01:27'),(12,'INV-000012','TJS116700429597',0,0,'2022-12-29 04:59:25','2022-12-29 04:59:25'),(13,'INV-000013','TJS115800429621',0,0,'2022-12-29 05:13:49','2022-12-29 05:13:49'),(14,'INV-000014','TJS109000429821',0,0,'2022-12-29 07:16:13','2022-12-29 07:16:13'),(15,'INV-000015','TJS111900430136',0,0,'2022-12-29 10:30:21','2022-12-29 10:30:21'),(16,'INV-000016','TJS118900430154',0,0,'2022-12-29 10:39:03','2022-12-29 10:39:03'),(17,'INV-000017','TJS115700430855',0,0,'2022-12-30 08:26:38','2022-12-30 08:26:38'),(18,'INV-000018','BKR115461763193',0,0,'2023-04-20 18:08:58','2023-04-20 18:08:58'),(19,'INV-000019','TJS200700665282',0,0,'2023-08-18 07:52:23','2023-08-18 07:52:23'),(20,'INV-000020','TJS207000665630',0,0,'2023-08-18 09:55:46','2023-08-18 09:55:46'),(21,'INV-000021','TJS200800670233',0,0,'2023-08-22 12:08:59','2023-08-22 12:08:59'),(22,'INV-000022','TJS200600670986',0,0,'2023-08-23 06:35:36','2023-08-23 06:35:36'),(23,'INV-000023','BKRS102300679124',0,0,'2023-08-30 06:31:34','2023-08-30 06:31:34'),(24,'INV-000024','BKRS101000679160',0,0,'2023-08-30 06:53:51','2023-08-30 06:53:51'),(25,'INV-000025','BKRS100500679169',0,0,'2023-08-30 06:59:19','2023-08-30 06:59:19'),(26,'INV-000026','TJS201400679181',0,0,'2023-08-30 07:07:29','2023-08-30 07:07:29'),(27,'INV-000027','BKR101372089860',0,0,'2023-09-07 05:37:13','2023-09-07 05:37:13'),(28,'INV-000028','BKR109872251257',0,0,'2023-09-09 04:28:59','2023-09-09 04:28:59'),(29,'INV-000029','BKR103772568705',0,0,'2023-09-13 03:48:36','2023-09-13 03:48:36'),(30,'INV-000030','BKR107173579737',0,0,'2023-09-24 16:10:15','2023-09-24 16:10:15'),(31,'INV-000031','BKR101873901948',0,0,'2023-09-28 08:32:08','2023-09-28 08:32:08'),(32,'INV-000032','BKR100774236651',0,0,'2023-10-02 17:15:32','2023-10-02 17:15:32'),(33,'INV-000033','BKR107174558383',0,0,'2023-10-06 10:00:12','2023-10-06 10:00:12'),(34,'INV-000034','BKR101574961138',0,0,'2023-10-11 12:52:12','2023-10-11 12:52:12'),(35,'INV-000035','BKR104375860826',0,0,'2023-10-23 16:15:01','2023-10-23 16:15:01'),(36,'INV-000036','BKR102276057850',0,0,'2023-10-26 09:24:34','2023-10-26 09:24:34'),(37,'INV-000037','BKR109576237764',0,0,'2023-10-28 15:31:27','2023-10-28 15:31:27'),(38,'INV-000038','BKR108378921947',0,0,'2023-11-29 21:28:22','2023-11-29 21:28:22');
/*!40000 ALTER TABLE `tbl_invoice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_loaders`
--

DROP TABLE IF EXISTS `tbl_loaders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_loaders` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `loader_image` varchar(250) NOT NULL,
  `url` varchar(100) NOT NULL,
  `modules` varchar(250) NOT NULL,
  `isActive` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_loaders`
--

LOCK TABLES `tbl_loaders` WRITE;
/*!40000 ALTER TABLE `tbl_loaders` DISABLE KEYS */;
INSERT INTO `tbl_loaders` VALUES (1,'','test.url.co','All','1','1'),(3,'1623146246.jpg','flight.url','Flight','1','0'),(4,'1623147339.jpg','hotel.url','Hotel','1','0'),(5,'1646216513.jpg','https://www.wowidays.com/?click=hotels','Hotel','1','0');
/*!40000 ALTER TABLE `tbl_loaders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_manage_fare`
--

DROP TABLE IF EXISTS `tbl_manage_fare`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_manage_fare` (
  `id` int NOT NULL AUTO_INCREMENT,
  `faretype` varchar(100) NOT NULL,
  `faretype_rename` varchar(200) DEFAULT NULL,
  `markup_b2c` decimal(18,2) NOT NULL,
  `markup_b2b` decimal(18,2) NOT NULL,
  `showhide_b2b` tinyint NOT NULL,
  `showhide_b2c` tinyint NOT NULL,
  `remarks` varchar(250) DEFAULT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `color` varchar(50) DEFAULT NULL,
  `ApiRoundTrip` smallint NOT NULL DEFAULT '7',
  `IsSeriesFareAllow` int DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_manage_fare`
--

LOCK TABLES `tbl_manage_fare` WRITE;
/*!40000 ALTER TABLE `tbl_manage_fare` DISABLE KEYS */;
INSERT INTO `tbl_manage_fare` VALUES (83,'PUBLISHED','PUBLISHED',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(84,'CORPORATE','Special',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(85,'SPECIAL_RETURN','SPECIAL_RETURN',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(86,'SME','SME',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(87,'TACTICAL','TACTICAL',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(88,'FLEXI_PLUS','FLEXI_PLUS',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(89,'SALE','SALE',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(90,'COUPON','Deal',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(91,'PREMIUM_FLEX','PREMIUM_FLEX',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(92,'OFFER_FARE_WITHOUT_PNR','Special_Deal',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(93,'OFFER_FARE_WITH_PNR','Special_Deal',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0),(94,'PROMO','PROMO',0.00,0.00,1,1,NULL,'2023-10-24 17:53:47','2023-10-24 17:53:47',1,0,'#000000',7,0);
/*!40000 ALTER TABLE `tbl_manage_fare` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_mastercategary`
--

DROP TABLE IF EXISTS `tbl_mastercategary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_mastercategary` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `categaryName` varchar(255) DEFAULT NULL,
  `categaryImage` varchar(1000) DEFAULT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `AgencySysId` bigint DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_mastercategary`
--

LOCK TABLES `tbl_mastercategary` WRITE;
/*!40000 ALTER TABLE `tbl_mastercategary` DISABLE KEYS */;
INSERT INTO `tbl_mastercategary` VALUES (1,'PHOTOS','1650269755cat_1.png','1','0',10949),(2,'NEWS','1650269741cat_1.png','1','0',10949),(3,'ARTICLE','1659502594cat_1.jfif','1','0',10949),(4,'EXHIBITIONS','1650269707cat_1.png','1','0',10949),(5,'EVENTS','1650269516cat_1.png','1','1',10949),(6,'Noida','1649928423cat_1.jpg','1','1',NULL);
/*!40000 ALTER TABLE `tbl_mastercategary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_member`
--

DROP TABLE IF EXISTS `tbl_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_member` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `MemberShipType` varchar(32) NOT NULL,
  `MemberShipCode` varchar(8) NOT NULL,
  `CompanyName` varchar(128) NOT NULL,
  `Salutation` varchar(8) NOT NULL,
  `FirstName` varchar(32) NOT NULL,
  `LastName` varchar(32) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `Code` varchar(8) NOT NULL DEFAULT '+91',
  `Mobile` varchar(12) NOT NULL,
  `Designation` varchar(32) NOT NULL,
  `City` varchar(32) NOT NULL,
  `State` varchar(32) NOT NULL,
  `Country` varchar(32) NOT NULL,
  `RegistrationNo` varchar(32) NOT NULL,
  `IsActive` enum('0','1') NOT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_member`
--

LOCK TABLES `tbl_member` WRITE;
/*!40000 ALTER TABLE `tbl_member` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_member` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_misc_category`
--

DROP TABLE IF EXISTS `tbl_misc_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_misc_category` (
  `miscCatId` int NOT NULL AUTO_INCREMENT,
  `categoryTitle` varchar(256) NOT NULL,
  `categoryLabel` varchar(256) NOT NULL,
  `bannerImage` varchar(256) NOT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`miscCatId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_misc_category`
--

LOCK TABLES `tbl_misc_category` WRITE;
/*!40000 ALTER TABLE `tbl_misc_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_misc_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_misc_post`
--

DROP TABLE IF EXISTS `tbl_misc_post`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_misc_post` (
  `miscId` int NOT NULL AUTO_INCREMENT,
  `miscCategory` int NOT NULL,
  `miscTitle` varchar(500) NOT NULL,
  `miscLabel` varchar(500) NOT NULL,
  `miscImage` varchar(256) NOT NULL,
  `miscDescription` text NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`miscId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_misc_post`
--

LOCK TABLES `tbl_misc_post` WRITE;
/*!40000 ALTER TABLE `tbl_misc_post` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_misc_post` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_my_query`
--

DROP TABLE IF EXISTS `tbl_my_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_my_query` (
  `query_id` int NOT NULL AUTO_INCREMENT,
  `MasterTpSysId` int NOT NULL,
  `code` text NOT NULL,
  `CustomerSysId` int NOT NULL,
  `query_name` varchar(256) NOT NULL,
  `query_email` varchar(256) NOT NULL,
  `query_phone` varchar(20) NOT NULL,
  `query_destination` varchar(256) NOT NULL,
  `query_date` date NOT NULL,
  `query_pax` varchar(10) NOT NULL,
  `package_name` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`query_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_my_query`
--

LOCK TABLES `tbl_my_query` WRITE;
/*!40000 ALTER TABLE `tbl_my_query` DISABLE KEYS */;
INSERT INTO `tbl_my_query` VALUES (1,0,'',167864,'PILLA SARAN KUMAR','RAJUPVS12345@GMAIL.COM','1234567890','Coorg','2022-04-04','2','Coorg 2N 3D','1','0'),(2,0,'',312560,'Mujahid Basha','finance@leisuretravelshoppe.com','8977013151','hyderabad','2023-01-24','8','HYDERABAD 3 NIGHT 4 DAYS','1','0');
/*!40000 ALTER TABLE `tbl_my_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_newsletter_images`
--

DROP TABLE IF EXISTS `tbl_newsletter_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_newsletter_images` (
  `id` int NOT NULL AUTO_INCREMENT,
  `currentMonth` varchar(256) NOT NULL,
  `lastMonth` varchar(256) NOT NULL,
  `pdf1` varchar(500) NOT NULL,
  `pdf2` varchar(500) NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_newsletter_images`
--

LOCK TABLES `tbl_newsletter_images` WRITE;
/*!40000 ALTER TABLE `tbl_newsletter_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_newsletter_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_newsletter_lattestnews`
--

DROP TABLE IF EXISTS `tbl_newsletter_lattestnews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_newsletter_lattestnews` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `orderofAppearence` int NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_newsletter_lattestnews`
--

LOCK TABLES `tbl_newsletter_lattestnews` WRITE;
/*!40000 ALTER TABLE `tbl_newsletter_lattestnews` DISABLE KEYS */;
INSERT INTO `tbl_newsletter_lattestnews` VALUES (2,'title ddd 4',' test d sddd 4','',4,'1');
/*!40000 ALTER TABLE `tbl_newsletter_lattestnews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_notification`
--

DROP TABLE IF EXISTS `tbl_notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_notification` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(250) NOT NULL,
  `notification` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `expiryDate` date NOT NULL,
  `isActive` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  `IsFeatured` enum('0','1') NOT NULL,
  `tab` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_notification`
--

LOCK TABLES `tbl_notification` WRITE;
/*!40000 ALTER TABLE `tbl_notification` DISABLE KEYS */;
INSERT INTO `tbl_notification` VALUES (1,'DEAR AGENTS','<h3><img alt=\"\" src=\" \" style=\"float:left; height:100px; margin-right:10px; width:100px\" />Type the title here</h3>\r\n\r\n<p>Type the text here</p>\r\n','','2023-10-31','0','1','1',NULL),(2,'offer','<p><img alt=\"\" src=\"https://images.app.goo.gl/Wd7AjxXJuTDSBVtT7\" style=\"height:619px; width:900px\" /></p>\r\n','','2023-10-27','1','1','1','0');
/*!40000 ALTER TABLE `tbl_notification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_offers`
--

DROP TABLE IF EXISTS `tbl_offers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_offers` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `category` int NOT NULL,
  `heading` varchar(500) NOT NULL,
  `image` varchar(256) NOT NULL,
  `subHeading` varchar(500) NOT NULL,
  `expiryDate` date NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `IsFeatured` int NOT NULL DEFAULT '1',
  `displayOnHome` int NOT NULL DEFAULT '0',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_offers`
--

LOCK TABLES `tbl_offers` WRITE;
/*!40000 ALTER TABLE `tbl_offers` DISABLE KEYS */;
INSERT INTO `tbl_offers` VALUES (1,1,'Offer','1670585467.png','','2023-03-31','','1','1','1','1',1,1,'0'),(2,1,'Offer-2','1670585460.png','','2023-03-31','','0','1','1','1',1,1,'0'),(3,1,'Offer-3','1670585451.png','','2023-03-31','','0','1','1','1',1,1,'0'),(4,1,'Offer-4','1670585442.png','','2023-03-31','','0','1','1','1',1,1,'0'),(5,1,'BEST AIR-FARE 2023','1671627127.jpg','','2023-01-31','','0','1','1','1',1,1,'0'),(6,1,'New Year offer 2023','1671627895.jpg','','2023-01-31','','0','1','1','1',1,1,'0'),(7,1,'Thailand Special Airfare','1674986091.png','','2023-01-31','','0','1','1','1',1,1,'0'),(8,1,'Thailand','1672395231.png','','2023-05-25','','0','1','1','1',1,1,'0'),(9,1,'BEST AIR-FARE 2023','1672395690.jpg','','2023-01-31','','0','1','1','1',1,1,'0'),(10,1,'Best Offer','1692343651.jpg','','2023-09-29','','0','1','0','1',1,1,'0'),(11,1,' Special Offer','1692343618.jpg','Dubai Package At Best Rate','2023-09-27','','0','1','0','1',1,1,'0'),(12,1,'Offer 2023','1692343507.jpg','','2023-09-28','','0','1','0','1',1,1,'0'),(13,3,'DEAR AGENTS','1698150135.png','','2023-10-31','','1','1','1','1',1,0,'1'),(14,1,'offer','1698316933.jpg','','1970-01-01','','1','1','1','1',1,0,'1'),(15,1,'offer','1698317167.jpg','','2023-10-27','','1','1','1','1',1,0,'1'),(16,3,'Offer','1698939458.jpeg','<p>Bank deposit offer&nbsp;</p>\r\n\r\n<p>Dear agaents 0.5% bonus on every bank deposit.</p>\r\n\r\n<p>Our banks you can find&nbsp;</p>\r\n\r\n<p>FINANCE --DEPOSIT BALANCE-- BANK DETAILS LIST</p>\r\n\r\n<p>OFFER valid on bank deposit, payonline, also on flight booking.(self care)</p>\r\n','2023-12-31','','1','1','0','1',1,0,'1'),(17,3,'Flight offline fare','1698939098.jpeg','<p>For more discount or high fare complaint of any flight just msg on <strong>+91 8290407450 (Whatsapp)</strong></p>\r\n\r\n<p>we try to provide lowest fare.</p>\r\n','2024-01-31','','1','1','0','1',1,0,'1'),(18,4,'UPI Offer','1698939031.jpeg','<p>Transfer funds on upi <u><strong>krishna.travels@paytm</strong></u></p>\r\n\r\n<p><u>and share screenshot on 8290407450 (Whatsapp)</u></p>\r\n\r\n<p><u>amount+bonus credited in your account instantly</u></p>\r\n','2024-01-31','','1','1','0','1',1,0,'1');
/*!40000 ALTER TABLE `tbl_offers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_our_services`
--

DROP TABLE IF EXISTS `tbl_our_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_our_services` (
  `serviceId` int NOT NULL AUTO_INCREMENT,
  `serviceTitle` varchar(500) NOT NULL,
  `serviceIdentifier` varchar(500) NOT NULL,
  `serviceDescription` text NOT NULL,
  `bannerImage` varchar(256) NOT NULL,
  `metatag` text NOT NULL,
  `keyword` text NOT NULL,
  `description` text NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`serviceId`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_our_services`
--

LOCK TABLES `tbl_our_services` WRITE;
/*!40000 ALTER TABLE `tbl_our_services` DISABLE KEYS */;
INSERT INTO `tbl_our_services` VALUES (1,'CAB SERVICES ','cab-services-','','1646294874.jpg','','','','1','1'),(2,'Passport Service','passport-service','','1673010612.jpg','','','','1','0');
/*!40000 ALTER TABLE `tbl_our_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_ourpartner`
--

DROP TABLE IF EXISTS `tbl_ourpartner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_ourpartner` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `icon` varchar(40) NOT NULL,
  `url` varchar(255) NOT NULL,
  `tab` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  `status` enum('0','1') CHARACTER SET armscii8 COLLATE armscii8_bin NOT NULL DEFAULT '1',
  `isb2b` tinyint NOT NULL DEFAULT '1',
  `description` varchar(550) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_ourpartner`
--

LOCK TABLES `tbl_ourpartner` WRITE;
/*!40000 ALTER TABLE `tbl_ourpartner` DISABLE KEYS */;
INSERT INTO `tbl_ourpartner` VALUES (1,'Holiday Vacation','1697804913.webp','',NULL,'1',1,'“life Is A Journey. Make The Best Of It.”','0'),(2,'Travel','1697804926.png','',NULL,'1',1,'“go Where You Feel Most Alive.”','0'),(3,'Air Travel','1697804938.jpg','',NULL,'1',1,'“we Have Nothing To Lose And A World To See.”','0'),(4,'Interface','1697804946.png','',NULL,'1',1,'“life Is Short, And The World Is Wide.”','0'),(5,'Tourist Symbols','1697804957.jpg','',NULL,'1',1,'“travel Is An Investment In Yourself.”','0'),(6,'Welcome The Krishna Travels','1697804989.png','',NULL,'1',1,'“the Most Beautiful In The World Is, Of Course, The World Itself.”','0');
/*!40000 ALTER TABLE `tbl_ourpartner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_pack_type`
--

DROP TABLE IF EXISTS `tbl_pack_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_pack_type` (
  `packType` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(100) NOT NULL,
  `label` varchar(100) DEFAULT NULL,
  `banner_image` varchar(250) DEFAULT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `DisplayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnHome` enum('1','0') NOT NULL DEFAULT '0',
  `image` varchar(256) NOT NULL,
  `Icon` varchar(100) DEFAULT NULL,
  `largeIcon` varchar(250) DEFAULT NULL,
  `metaTitle` varchar(256) NOT NULL,
  `metaKeyword` varchar(500) NOT NULL,
  `metaDescription` varchar(500) NOT NULL,
  PRIMARY KEY (`packType`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_pack_type`
--

LOCK TABLES `tbl_pack_type` WRITE;
/*!40000 ALTER TABLE `tbl_pack_type` DISABLE KEYS */;
INSERT INTO `tbl_pack_type` VALUES (1,'Honeymoon',NULL,'banner_1692344002.jpg','0','1','1','1','image_1692344002.jpg',NULL,NULL,'','',''),(2,'Adventures',NULL,'banner_1692344040.jpg','0','1','1','1','image_1692344040.jpg',NULL,NULL,'','',''),(3,'Wild Life',NULL,'banner_1692344067.jpg','0','1','1','1','image_1692344067.jpg',NULL,NULL,'','',''),(4,'Beach',NULL,'banner_1692344082.jpg','0','1','1','1','image_1692344082.jpg',NULL,NULL,'','',''),(5,'Family',NULL,'banner_1692344094.jpg','0','1','1','1','image_1692344094.jpg',NULL,NULL,'','',''),(6,'Sports',NULL,NULL,'0','1','0','0','image_1644913328.png',NULL,NULL,'','',''),(7,'Cruise',NULL,NULL,'0','1','0','0','image_1668703222.jpg',NULL,NULL,'','',''),(8,'Religious',NULL,NULL,'0','1','0','0','image_1672295609.jpg',NULL,NULL,'','',''),(9,'Hill Station',NULL,NULL,'0','1','0','0','image_1591986790.jpg',NULL,NULL,'','',''),(10,'Heritage',NULL,NULL,'0','1','0','0','image_1591986815.jpg',NULL,NULL,'','',''),(11,'Thomas',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(12,'Weekend',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(17,'NYE2018',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(18,'Festivals and Events',NULL,NULL,'0','1','0','0','image_1591986838.jpg',NULL,NULL,'','',''),(19,'Romantic',NULL,NULL,'0','1','0','0','image_1591986870.jpg',NULL,NULL,'','',''),(20,' Shopping and Nightlife',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(21,'Offbeat',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(22,'Leisure',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(23,'By Cab',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(24,'Group Tours',NULL,NULL,'0','1','0','0','image_1591986901.jpg',NULL,NULL,'','',''),(25,' BY Volvo',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(26,'Circuit tour ',NULL,NULL,'0','1','0','0','',NULL,NULL,'','','');
/*!40000 ALTER TABLE `tbl_pack_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_popads`
--

DROP TABLE IF EXISTS `tbl_popads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_popads` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `image` varchar(256) NOT NULL,
  `expiryDate` date NOT NULL,
  `url` varchar(500) NOT NULL,
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `description` text,
  `buttonName` varchar(100) NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_popads`
--

LOCK TABLES `tbl_popads` WRITE;
/*!40000 ALTER TABLE `tbl_popads` DISABLE KEYS */;
INSERT INTO `tbl_popads` VALUES (11,'Home Promotion','1671014211.jpg','2022-12-20','https://www.google.com/',0,'<h3><b>Get Flat 20% OFF* on<br></b><b>Hotels and Homestay in India</b></h3><p>Hurry limited rooms</p>','View More'),(12,'Test','1671014194.jpg','2022-12-29','https://www.google.com/',0,'<h2><b>sdfsdfsdf sdf sdfsd</b></h2><p>sd f fsd gsdgsdsdsdgsd</p>','View More');
/*!40000 ALTER TABLE `tbl_popads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_popular_city`
--

DROP TABLE IF EXISTS `tbl_popular_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_popular_city` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `Fromcity` varchar(255) NOT NULL,
  `Tocity` varchar(200) NOT NULL,
  `source` varchar(200) DEFAULT NULL,
  `destination` varchar(200) DEFAULT NULL,
  `source_city` varchar(200) DEFAULT NULL,
  `destination_city` varchar(200) DEFAULT NULL,
  `ContSysId1` int DEFAULT NULL,
  `ContSysId2` int DEFAULT NULL,
  `price` float DEFAULT NULL,
  `popularCityType` tinyint DEFAULT '0',
  `AboutImage` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `AboutDescription` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `url` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `opt` int DEFAULT NULL,
  `CreateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `UpdateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_popular_city`
--

LOCK TABLES `tbl_popular_city` WRITE;
/*!40000 ALTER TABLE `tbl_popular_city` DISABLE KEYS */;
INSERT INTO `tbl_popular_city` VALUES (1,'Hyderabad','Bangkok','Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India','Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand','HYD','DMK',101,215,25999,0,'',NULL,'1','',0,'2023-03-28 07:48:17','2023-03-28 07:48:17',1,1);
/*!40000 ALTER TABLE `tbl_popular_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_popular_logo`
--

DROP TABLE IF EXISTS `tbl_popular_logo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_popular_logo` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `AboutImage` varchar(255) DEFAULT NULL,
  `CreateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `UpdateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_popular_logo`
--

LOCK TABLES `tbl_popular_logo` WRITE;
/*!40000 ALTER TABLE `tbl_popular_logo` DISABLE KEYS */;
INSERT INTO `tbl_popular_logo` VALUES (1,'test','1646294046.png','2022-03-03 07:54:06','2022-03-03 07:54:06',1,1);
/*!40000 ALTER TABLE `tbl_popular_logo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_promotion_category`
--

DROP TABLE IF EXISTS `tbl_promotion_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_promotion_category` (
  `prom_cat_id` int NOT NULL AUTO_INCREMENT,
  `prom_cat_one` varchar(256) NOT NULL,
  `prom_cat_two` varchar(256) NOT NULL,
  `prom_cat_three` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsmarkForDel` enum('1','0') NOT NULL,
  PRIMARY KEY (`prom_cat_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_promotion_category`
--

LOCK TABLES `tbl_promotion_category` WRITE;
/*!40000 ALTER TABLE `tbl_promotion_category` DISABLE KEYS */;
INSERT INTO `tbl_promotion_category` VALUES (1,'Fixed Departure Tours','Holiday Packages','Hold','1','0');
/*!40000 ALTER TABLE `tbl_promotion_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_query`
--

DROP TABLE IF EXISTS `tbl_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_query` (
  `id` int NOT NULL AUTO_INCREMENT,
  `email` varchar(32) NOT NULL,
  `secondEmail` varchar(50) DEFAULT NULL,
  `phone` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `mobile` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `location` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `google_map` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `otherLocations` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `isb2b` int NOT NULL DEFAULT '0',
  `whatsapp_no` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `broucher` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `image` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_query`
--

LOCK TABLES `tbl_query` WRITE;
/*!40000 ALTER TABLE `tbl_query` DISABLE KEYS */;
INSERT INTO `tbl_query` VALUES (2,'KRISHNATRAVELS612@GMAIL.COM','','+91-8290407450','(91-22) 6141 1000','PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)',NULL,NULL,'1',1,NULL,NULL,NULL),(4,'KRISHNATRAVELS612@GMAIL.COM','','8290407450','8290407450','PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)','',NULL,'1',0,'8290407450',NULL,NULL),(5,'KRISHNATRAVELS612@GMAIL.COM','','8290407450','8290407450','PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)','',NULL,'1',0,'8290407450',NULL,NULL);
/*!40000 ALTER TABLE `tbl_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_quick_links`
--

DROP TABLE IF EXISTS `tbl_quick_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_quick_links` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `page_description` longtext NOT NULL,
  `short_description` varchar(250) DEFAULT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_description` text NOT NULL,
  `background_image` varchar(50) DEFAULT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `description` text,
  `displayOnFooter` enum('1','0') NOT NULL DEFAULT '1',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `masterCategory` int DEFAULT NULL,
  `isb2b` int NOT NULL DEFAULT '0',
  `AgencySysId` bigint DEFAULT NULL,
  `pageurl` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=362 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_quick_links`
--

LOCK TABLES `tbl_quick_links` WRITE;
/*!40000 ALTER TABLE `tbl_quick_links` DISABLE KEYS */;
INSERT INTO `tbl_quick_links` VALUES (361,'PAY HERE','pay-here','',NULL,'','PAY NOW','',NULL,'Activate',NULL,'1','2023-04-28 17:16:36','2023-04-28 17:16:36',NULL,0,NULL,'razorpay.me/@leisuretravelshoppe3042');
/*!40000 ALTER TABLE `tbl_quick_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_regions`
--

DROP TABLE IF EXISTS `tbl_regions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_regions` (
  `sid` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `label` varchar(256) NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `banner_image` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `Keyword` text,
  `Description` text,
  `Metatag` text,
  `countryIds` varchar(500) DEFAULT NULL,
  `countries` varchar(500) DEFAULT NULL,
  `ContinentId` varchar(256) DEFAULT NULL,
  `region_id` int DEFAULT NULL,
  `region_type` int DEFAULT NULL,
  `displayOnHeader` enum('0','1') NOT NULL DEFAULT '0',
  `region_header_content` text,
  `region_footer_content` text,
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_regions`
--

LOCK TABLES `tbl_regions` WRITE;
/*!40000 ALTER TABLE `tbl_regions` DISABLE KEYS */;
INSERT INTO `tbl_regions` VALUES (1,'Indian Subcontinent','Indian Subcontinent','',NULL,'2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(2,'North India','North India','',NULL,'2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(3,'Middle East','Middle East','',NULL,'2022-02-16 13:31:33','2022-02-16 13:31:33','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(4,'Western Europe','Western Europe','',NULL,'2022-02-16 13:34:08','2022-02-16 13:34:08','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(5,'Eastern Europe','Eastern Europe','',NULL,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(6,'Central India','Central India','',NULL,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(7,'South India','South India','',NULL,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,NULL),(8,'West India','West India','',NULL,'2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(9,'Orient','Orient','',NULL,'2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(10,'South East Asia','South East Asia','',NULL,'2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(11,'Northeast India','Northeast India','',NULL,'2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(12,'East India','East India','',NULL,'2022-10-13 11:20:17','2022-10-13 11:20:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(13,'Scandinavia','Scandinavia','',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(14,'Oceania','Oceania','',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(15,'Eurasia','Eurasia','',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(16,'Southern Africa','Southern Africa','',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(17,'Central Asia','Central Asia','',NULL,'2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL);
/*!40000 ALTER TABLE `tbl_regions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_salutation`
--

DROP TABLE IF EXISTS `tbl_salutation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_salutation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(20) NOT NULL,
  `Gender_Id` int NOT NULL DEFAULT '0',
  `Gender` varchar(20) NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_salutation`
--

LOCK TABLES `tbl_salutation` WRITE;
/*!40000 ALTER TABLE `tbl_salutation` DISABLE KEYS */;
INSERT INTO `tbl_salutation` VALUES (1,'Mr',1,'Male',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(2,'Ms',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(3,'Mrs',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(4,'Mstr',1,'Male',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(5,'Miss',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11');
/*!40000 ALTER TABLE `tbl_salutation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_seo`
--

DROP TABLE IF EXISTS `tbl_seo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_seo` (
  `id` int NOT NULL AUTO_INCREMENT,
  `keyword` text NOT NULL,
  `description` text NOT NULL,
  `metatag` text NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_seo`
--

LOCK TABLES `tbl_seo` WRITE;
/*!40000 ALTER TABLE `tbl_seo` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_seo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_social_links`
--

DROP TABLE IF EXISTS `tbl_social_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_social_links` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  `status` tinyint NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_social_links`
--

LOCK TABLES `tbl_social_links` WRITE;
/*!40000 ALTER TABLE `tbl_social_links` DISABLE KEYS */;
INSERT INTO `tbl_social_links` VALUES (8,'Youtube','https://www.youtube.com',0,'2022-03-01 14:47:18'),(11,'Facebook','https://www.facebook.com/profile.php?id=61551008534079',1,'2023-08-24 17:21:29'),(12,'Instagram','https://instagram.com/krishnatravels__?igshid=OGQ5ZDc2ODk2ZA==',1,'2023-08-24 17:22:58');
/*!40000 ALTER TABLE `tbl_social_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_states`
--

DROP TABLE IF EXISTS `tbl_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_states` (
  `StateSysId` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `seotitle` varchar(256) NOT NULL,
  `label` varchar(256) NOT NULL,
  `startingPrice` varchar(256) DEFAULT NULL,
  `DestDescription` varchar(500) DEFAULT NULL,
  `stateId` int NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `region_id` int DEFAULT NULL,
  `CountryIds` varchar(256) DEFAULT NULL,
  `Countries` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `cityData` varchar(256) DEFAULT NULL,
  `description` text,
  `otherDescription` text,
  `similarDestinations` varchar(500) DEFAULT NULL,
  `topTravelBlog` text,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text,
  `metaDescription` text,
  `meta_header` varchar(2000) DEFAULT NULL,
  `meta_footer` varchar(2000) DEFAULT NULL,
  `FAQ` text NOT NULL,
  `bannerImage` varchar(256) DEFAULT NULL,
  `popularPackages` varchar(500) DEFAULT NULL,
  `displayOnHeader` enum('1','0') NOT NULL DEFAULT '0',
  `displayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `destinationImage` varchar(256) DEFAULT NULL,
  `packageListMetaTitle` varchar(500) DEFAULT NULL,
  `packageListMetaKeyword` varchar(500) DEFAULT NULL,
  `packageListMetaDescription` varchar(500) DEFAULT NULL,
  `package_list_header_content` text,
  `package_list_footer_content` text,
  PRIMARY KEY (`StateSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_states`
--

LOCK TABLES `tbl_states` WRITE;
/*!40000 ALTER TABLE `tbl_states` DISABLE KEYS */;
INSERT INTO `tbl_states` VALUES (1,'Jammu and kashmir','jammu-and-kashmir','Jammu and kashmir (India)',NULL,NULL,13,NULL,NULL,'101','India','2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(2,'Uttar Pradesh','uttar-pradesh','Uttar Pradesh (India)',NULL,NULL,6,NULL,NULL,'101','India','2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(3,'Delhi','delhi','Delhi (India)',NULL,NULL,4,NULL,NULL,'101','India','2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(4,'Rajasthan','rajasthan','Rajasthan (India)',NULL,NULL,2,NULL,NULL,'101','India','2022-02-14 19:07:55','2022-02-14 19:07:55','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(5,'Ladakh','ladakh','Ladakh (India)',NULL,NULL,60,NULL,NULL,'101','India','2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,'',NULL,NULL,NULL,'','','','<script></script>','<script></script>','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(6,'Karnataka','karnataka','Karnataka (India)',NULL,NULL,16,NULL,NULL,'101','India','2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(7,'Gujarat','gujarat','Gujarat (India)',NULL,NULL,15,NULL,NULL,'101','India','2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(8,'Madhya Pradesh','madhya-pradesh','Madhya Pradesh (India)',NULL,NULL,14,NULL,NULL,'101','India','2022-02-28 20:24:45','2022-02-28 20:24:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(9,'Goa','goa','Goa (India)',NULL,NULL,11,NULL,NULL,'101','India','2022-02-28 20:27:00','2022-02-28 20:27:00','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(10,'Uttarakhand','uttarakhand','Uttarakhand (India)',NULL,NULL,9,NULL,NULL,'101','India','2022-03-03 17:53:19','2022-03-03 17:53:19','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(11,'Tamil Nadu','tamil-nadu','Tamil Nadu (India)',NULL,NULL,17,NULL,NULL,'101','India','2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(12,'Kerala','kerala','Kerala (India)',NULL,NULL,3,NULL,NULL,'101','India','2022-03-09 16:57:23','2022-03-09 16:57:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(13,'Lakshadweep Islands','lakshadweep-islands','Lakshadweep Islands (India)',NULL,NULL,47,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(14,'Meghalaya','meghalaya','Meghalaya (India)',NULL,NULL,40,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(15,'Chandigarh','chandigarh','Chandigarh (India)',NULL,NULL,21,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(16,'Punjab','punjab','Punjab (India)',NULL,NULL,18,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(17,'Assam','assam','Assam (India)',NULL,NULL,10,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(18,'Odisha','odisha','Odisha (India)',NULL,NULL,8,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(19,'Maharashtra','maharashtra','Maharashtra (India)',NULL,NULL,5,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(20,'Himachal Pradesh','himachal-pradesh','Himachal Pradesh (India)',NULL,NULL,1,NULL,NULL,'101','India','2022-05-03 12:00:52','2022-05-03 12:00:52','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(21,'Sikkim','sikkim','Sikkim (India)',NULL,NULL,23,NULL,NULL,'101','India','2022-07-08 12:02:06','2022-07-08 12:02:06','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(22,'Bihar','bihar','Bihar (India)',NULL,NULL,22,NULL,NULL,'101','India','2022-07-08 12:02:06','2022-07-08 12:02:06','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(23,'Andaman and Nicobar Islands','andaman-and-nicobar-islands','Andaman and Nicobar Islands (India)',NULL,NULL,20,NULL,NULL,'101','India','2022-07-08 12:02:06','2022-07-08 12:02:06','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(24,'West Bengal','west-bengal','West Bengal (India)',NULL,NULL,12,NULL,NULL,'101','India','2022-07-08 12:02:06','2022-07-08 12:02:06','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(25,'Andhra Pradesh','andhra-pradesh','Andhra Pradesh (India)',NULL,NULL,7,NULL,NULL,'101','India','2022-10-13 11:20:17','2022-10-13 11:20:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(26,'Arunachal Pradesh','arunachal-pradesh','Arunachal Pradesh (India)',NULL,NULL,38,NULL,NULL,'101','India','2022-12-14 19:50:11','2022-12-14 19:50:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(27,'Telangana','telangana','Telangana (India)',NULL,NULL,49,NULL,NULL,'101','India','2023-01-05 17:07:42','2023-01-05 17:07:42','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `tbl_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_static_pages`
--

DROP TABLE IF EXISTS `tbl_static_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_static_pages` (
  `sid` int unsigned NOT NULL AUTO_INCREMENT,
  `page_title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `page_description` longtext NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_description` text NOT NULL,
  `background_image` varchar(50) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `isb2b` int NOT NULL DEFAULT '0',
  `displayOnFooter` enum('1','0') NOT NULL DEFAULT '1',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `masterCategory` int NOT NULL DEFAULT '0',
  `pageurl` varchar(250) DEFAULT NULL,
  `displayOnLegal` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=InnoDB AUTO_INCREMENT=211 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_static_pages`
--

LOCK TABLES `tbl_static_pages` WRITE;
/*!40000 ALTER TABLE `tbl_static_pages` DISABLE KEYS */;
INSERT INTO `tbl_static_pages` VALUES (161,'ABOUT US','about-us','<p><font face=\"Verdana\">Ready to Travel?</font></p><p><span style=\"font-family: Verdana;\">Then Travel Digitally with The Krishna&nbsp;travels.</span><br></p><p><span style=\"font-family: Verdana;\">We Have Come up With an Idea That Would Empower the Traveler&nbsp;to Travel with Ease with Our Digital Platform.</span><br></p><p><span style=\"font-family: Verdana;\">The Krishna&nbsp;travels Came to Life to Empower Digitally the Traveler&nbsp;with Instance Bookings and Comprehensive Choices.</span><br></p><p><font face=\"Verdana\">Through Our Exceptionally Curated Occasion Bundles, We Need to Take You on An Adventure Where You Personally Enjoy the Stunning Magnificence of The World At Large Under One Within Your Budget.</font></p><p><font face=\"Verdana\">We’re A Worker Claimed Travel Organization&nbsp;Secured by Our Qualities, Trustworthiness and Commitment to Client Benefit.</font></p><p><font face=\"Verdana\">“Fulfilled Workers Lead to Fulfilled Clients.” We Know the Development and Accomplishment of Our Organization&nbsp;Relies on Satisfying Our Customer Needs Each Day. That Is Our Additional Guarantee.</font><br></p>','','','','161_1692345411.png','Activate',0,'1','2023-09-11 11:37:45','2023-09-11 11:37:45',0,'','0'),(162,'T&C AND REFUND POLICY','terms-conditions','<p>Thank you for choosing thekrishnatravels for the best travel experience. We take all efforts to ensure that you have a warm and delightful holiday experience. We devote keen attention to every minute detail of your tour. At the same time, we request you to read and follow the below Terms and Conditions. In order to use this Website you must give your unqualified consent to these terms and conditions and if you disagree with any part of these terms and conditions then you may not use this site in any way. Therefore, please make sure you read the terms and conditions very carefully to avoid any misunderstanding and ensure a hassle-free and enjoyable tour.</p><p><br></p><p>Description &amp; Commencement:</p><p><br></p><p>These Terms and Conditions be called thekrishnatravels(Domestic and International Tourist) Terms and Conditions.</p><p>thekrishnatravels will be hereinafter referred as “thekrishnatravels”, “the Company”, “we”, “us” or “our” and its users will be hereinafter referred as “Guest”, “them” or “they”, “You”, “Your”.</p><p><br></p><p>Terms &amp; Conditions extend to all Domestic as well as International Tours, Customized Holidays &amp; also Corporate Tours organized by thekrishnatravels</p><p><br></p><p>By using our website, you confirm your agreement to the website’s terms of use, and you undertake to comply with them.</p><p><br></p><p>Definitions</p><p><br></p><p>In these Terms and Conditions, unless the context otherwise requires</p><p><br></p><p>Cancellation Policy - Cancellation Policy means and includes all the cancellation charges levied by the company from time to time, third-party cancellation charges etc.</p><p><br></p><p>Visa Cancellation Policy means and includes all the cancellation charges levied by the company from time to time arising out of non–granting/delayed granting of a visa by the concerned Consulate due to any reason.</p><p>thekrishnatravels works under the brand name ‘thekrishnatravels’, therefore, both these names will be considered one and the same and used synonymously therein.</p><p><br></p><p>Guest/s means all the customers, tourists, travelers, vacationers, sightseers, visitors, and backpacker who have registered their names or enquired about a tour/package or booked the tour by making part or full payment for any scheduled tours, customized packages or any other travel related services provided by thekrishnatravels (which expression shall unless it is repugnant to the context or meaning thereof be deemed to mean and include their respective heirs, executors and administrators)</p><p><br></p><p>Tour/s mean any Domestic/ International Tours organized by thekrishnatravels.</p><p><br></p><p>FIT means Free Independent Travel and GIT means Group Inclusive Tour.</p><p><br></p><p>Customized holiday means a tailor-made holiday wherein Tour Itinerary is designed as per the individual requirements of each guest.</p><p><br></p><p>India Inbound means tours designed for non-residents to explore the states of India and the Indian Subcontinent.</p><p><br></p><p>Specialty tours include tours like Honeymoon Special, Women’s Special, Seniors Special, Singles’ Special, Weekend Special, 10th &amp; 12th Special, Post Tour Holidays and Festival Holidays.</p><p><br></p><p>Corporate tours (MICE) means a specialized niche of group tourism dedicated to planning, booking, and facilitating meetings, incentives, conferences, exhibitions, seminars, and other events.</p><p><br></p><p>PSPs i.e. Preferred Sales Partners are thekrishnatravels Authorised Travel agents who possess the requisite licenses, permissions, expertise and infrastructure to sell the tour organised by thekrishnatravels to all the prospective guests.</p><p><br></p><p>Contractor/ Supplier means supplier of any infrastructural facility and shall include hotel management, airlines, caterers, restaurants, places of entertainment like theme parks, museums, art galleries, cruise, and coaches who are to provide the services to the Guests.</p><p><br></p><p>Tour price means the tour price mentioned in the Price Grid/brochures / online and other payments such as taxes, surcharges, etc. payable by the client to thekrishnatravels.</p><p><br></p><p>The first day of the tour shall start at any time (i.e. in the morning/afternoon/evening) at the first destination depending on the arrival of the respective flight/train/cruise or any other mode of transport and the same shall be in case of the last day of the tour. In other words, a \'Day\' shall mean a part of the day or 24 hours or its part thereof.</p><p><br></p><p>Force Majeure means an event or circumstance not within the reasonable control, directly or indirectly, of thekrishnatravels in its ability to perform its obligations/ responsibilities regarding the tour including</p><p><br></p><p>war, hostile invasion, the act of foreign enemies;</p><p><br></p><p>rebellion, revolution, insurrection or military or usurped power or civil war;</p><p><br></p><p>epidemic, explosion, fire, flood, earthquake or other exceptional natural calamity and act of God;</p><p><br></p><p>ionizing radiation or contamination by radioactivity from any nuclear fuel, or from any nuclear waste from the combustion of nuclear fuel, radioactive toxic explosive, or other hazardous properties of any explosive nuclear assembly or nuclear component of such assembly;</p><p><br></p><p>riot, commotion or disorder;</p><p><br></p><p>any act or omission of any Government instrumentality;</p><p><br></p><p>a change in Legal Requirements;</p><p><br></p><p>strikes, lockouts or other industrial disturbances; &amp;</p><p><br></p><p>abnormal weather or sea conditions including tempests, lightning, hurricane, typhoon, rain &amp; temperatures.</p><p><br></p><p>Extra Mattress means roll away mattress which is on the floor. (For the domestic tour, extra mattress &amp; for an international tour, extra bed)</p><p><br></p><p>Brochure means printed brochure, Website, itinerary, leaflets, booklet, or Price Grid.</p><p><br></p><p>Website means www.thekrishnatravels.com</p><p><br></p><p>Web pages mean pages on the Website www.thekrishnatravels.com</p><p><br></p><p>Jain Food means food without onion, or garlic served at the time of tour group meals and not necessarily before sunset, it may or may not be served on the table.</p><p><br></p><p>Meal Includes breakfast, lunch, dinner (they are pre-set menus) and/or any other snacks (dry or wet) supplied.</p><p><br></p><p>Tour Manager / Leader/ Escort / Assistant: A Person designated by Company to help / guide / assist the guest/s in and or during India and/or World Tours Organised by leisure travel shoppe.</p><p><br></p><p>Gender - The masculine gender shall also include the feminine gender and vice versa, the singular shall include the plural and vice versa and shall include grammatical variations if any.</p><p><br></p><p>Each of these terms and conditions shall be severable and if any provision thereof is declared invalid, illegal or unenforceable, then the remaining provisions nevertheless shall have full force &amp; effect.</p><p><br></p><p>VISA means a Certificate issued or a stamp marked (on the applicant’s passport) by the immigration authorities of a country to indicate that the applicant’s credentials have been verified and he or she has been granted permission to enter the country for a temporary stay within a specified period. (Note: The Company does not have any role to play in the issuance/rejection of Visas other than being a facilitator).</p><p><br></p><p>Jurisdiction means the geographical area over which a court or government body has the power and right to exercise authority. Parties hereto agree to confer exclusive Jurisdiction to Hyderabad Courts / Forums.</p><p><br></p><p>Terms and Conditions mean these terms and conditions and include Booking criteria, Tour Payment, Booking Form, Web Pages, Brochure, Cancellation Policy, Itinerary and other documents as may be notified from time to time.</p><p><br></p><p><br></p><p><br></p><p>Payment Processing Terms &amp; Conditions: By providing your credit card details and accepting our Terms &amp; Conditions, you authorise Leisure Travel Shoppe to arrange for funds to be debited from your nominated credit card, in accordance with the terms &amp; conditions of the Direct Debit Request Service Agreement as amended from time to time</p><p><br></p><p><br></p><p><br></p><p>Flight Cancellation Policy:</p><p><br></p><p>Flights booked on this website are governed by the terms and conditions of the airfare you purchased and are determined by the Airline (not Leisure Travel Shoppe)</p><p>In most cases, airfares are fully non-refundable and non-transferable</p><p>Airline charges or part or full cancellation fees may apply to your particular airfare</p><p>A Travel Consultant will help you wherever possible within these terms and conditions</p><p><br></p><p>Special Cancellation Conditions: Certain air, car, hotel and tour products will apply additional cancellation charges. These cancellation conditions and costs are located under the pricing on the individual pages and will be clearly advised to you in writing at the time of booking</p><p><br></p><p>Amendment Fees: Any amendments made to confirmed bookings will incur a fee; The fees are charged per amendment.&nbsp; This is in addition to any fees that may be levied by the supplier or airline.</p><p><br></p><p>Credit Card Chargeback Fees: Any fees charged to Leisure Travel Shoppe by our credit card payment provider arising from a chargeback or a disputed charge on the cardholder\'s credit card will be charged to the cardholder. This fee is non-refundable.</p><p><br></p><p>Change Of Itinerary After booking Has Commenced: Any alteration or cancellation of services after your booking has commenced can incur penalties. There is no refund for unused services</p><p><br></p><p>Refunds: All refund requests must be in writing, and made direct to us or through the Agent from whom the travel arrangements were purchased.&nbsp; Claims must be made prior to departure time.&nbsp; Refunds will not be made for bookings cancelled due to inclement weather or illness. These must be claimed through your travel Insurance. No refunds will be made for services once travel arrangements have commenced.&nbsp; No guarantee is provided or warranted that any refund will be available. if payment is done twice for one transaction, the one transaction amount will be refunded as a Deposit in Same Account within 07 to 10 working Days</p><p><br></p><p>Terms and Conditions of Online Payments</p><p>Payments/Top Ups/ Paid for Order: Please note that any transaction done through any Online Payment by our registered agents or walking customer comes to an agent. In case of a Walk-in customer swiping the card for a booking or Wallet update, the Cardholder is fully responsible for it and if any dispute/Chargeback is raised will be taken care of by the Leisure Travel Shoppe registered agent</p><p><br></p><p>Wallet Update: If any transaction through any online payment mode and payment gets successful however booking fails then that transaction amount (Excluding Payment gateway charges) will be credited to the Leisure Travel Shoppe Agent ID wallet.</p><p>In case of processing a refund, based on standing instruction from the Leisure Travel Shoppe Agent it will be refunded through the respective payment mode used while the transaction</p><p><br></p><p>Payment Gateway Fees: Please note that any payment Gateway fee will be applied automatically to the online payment option.</p><p>Payment gateway charges will be non-refundable in any circumstances</p><p><br></p><p>Payment Processing Terms &amp; Conditions: By providing your credit card details and accepting our Terms &amp; Conditions, you authorise Leisure Travel Shoppe to arrange for funds to be debited from your nominated credit card, in accordance with the terms &amp; conditions of the Direct Debit Request Service Agreement as amended from time to time.</p><p>Your bank or credit card provider may apply currency conversion fees. Credit Cards are required to secure bookings if you are travelling within 14 days</p><p><br></p><p>Credit Card Chargeback Fees: Any fees charged to Leisure Travel Shoppe by our credit card payment provider arising from a chargeback or a disputed charge on the cardholder\'s credit card will be charged to the cardholder or registered agency. his fee is non-refundable</p><p><br></p><p>Outstanding: If any outstanding is due, it\'s unpaid after several reminders, Leisure Travel Shoppe has the right to recover by future flown tickets</p><p><br></p><p>Payment Options: Leisure Travel Shoppe offers a secure server for your credit card payments</p><p><br></p><p>Reporting of Incidents: Any abnormal incidents including injuries, service problems, cancellation of a service or dissatisfaction must be reported to Leisure Travel Shoppe during the event to allow us an opportunity to rectify the situation or provide assistance</p><p><br></p><p><br></p><p><br></p><p><br></p>','','','','162_1692345456.jpg','Activate',0,'1','2023-08-23 15:07:18','2023-08-23 15:07:18',0,'','0'),(167,'PRIVACY POLICY','privacy-policy','<p><strong>The Krishna Travels, understands the importance of privacy of its customers and also assures all the customers to keep their personal data always confidential.</strong></p><p><strong>Personal Identification Information:</strong></p><p>We may require personal identification from customers in various ways, when user visit our website, register, place an order, subscribe to the newsletter, respond to a survey, fill out a form, following with other activities, services, features, or services been provided by our site. Personal data only may be asked from users only when they will be willing to share their information with us which may include their name, email address, phone number, credit card information, and social security number. Otherwise, Users are also free to visit our website getting unacknowledged and can refuse to share their personal data, which as result they’ll not be permitted to get engage in Site related activities.</p><p><strong>Non-Personal Identification Information:</strong></p><p>We may require non-personal identification information about Users whenever they interact with our site which may include the browser name, type of computer, and technical information about the User’s means of connection to our sites such as the Internet Service Provider, Operating system, and other technical related information.</p><p><strong>Web Browser cookies</strong></p><p>Our site may use “cookies” which will upgrade the user\'s browsing experience and sometimes to track information about them too. Users are allowed to set their web browser to refuse cookies or to get alerts whenever cookies are being sent which will somehow result to not get some parts of the site to function properly.</p><p><strong>How Collected Information get Used</strong></p><p>I Need Trip&nbsp;uses User’s Personal Information for the following purposes:</p><ul><li>To enhance and improve customer services</li></ul><p>Information provided by our Users helps us to be more efficient regarding the services being provided on our site.</p><ul><li>To Personalize Users experience</li></ul><p>The aggregate information provided by our users helps us to understand our Users as a group and their needs.</p><ul><li>To process payments</li></ul><p>Information provided by our User only gets used while placing an order with an intention to provide service to that order only. We don’t share this information with any outside parties except to the extent necessary to provide the services required by the User.</p><ul><li>To share your information with third parties</li></ul><p>User’s information can get shared or sell by us with a third party for marketing or other purposes.</p><ul><li>To run a survey, contest, promotion, or other site features</li></ul><p>To get our Users notified about the topics we think will be of interest to them which they agree to receive.</p><ul><li>To send periodic emails</li></ul><p>We may use your email address to send Users information and updates regarding their order. It may also be used to respond to the user\'s inquiries, questions, and/or other requests. If Users agree to subscribe to our company’s mailing list, they will receive emails that will include the company’s news, updates, latest services or products, information, etc. Users at any point are free to unsubscribe from receiving future emails, each mail will include detailed unsubscribe instructions at the bottom of the user may contact us via our website.</p><p><strong>How we protect your information?</strong></p><p>We embrace appropriate data collection, storage, and processing practices and security measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information, username, password, transaction information, and data stored on our site.</p><p>Sensitive and private data exchange between the Site and its Users happens over the&nbsp;SSL secured communication channel and is encrypted and protected with digital signatures. Our Site is also in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.</p><p><strong>Sharing your personal information</strong></p><p>We may use a third-party service provider to help us operate administer activities on our behalf, such as conducting surveys or sending out newsletters. Your information may get shared with these third parties for those limited purposes with your full consent too.</p><p><strong>Third-party websites</strong></p><p>Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors, and other third parties. We have no control over the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our site. These sites and services, including their content and links, may get constantly changing. These sites and services may have their own privacy and customer policies. Browsing and interaction on any other website, including websites that have a link to our Site, is subject to that website’s own terms and policies.</p><p><strong>Advertising</strong></p><p>Ads appearing on our site may be delivered to users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non-personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.</p><p><strong>Google Ad-sense</strong></p><p>Some of the ads may be served by Google. Google’s use of the DART cookie enables it to serve ads to Users based on their visit to our site and other sites on the Internet. DART uses “non personally identifiable information” and does NOT track personal information about you, such as your name, email address, physical address, etc. You may opt-out of the use of the DART cookie by visiting the Google ad and content network privacy policy at http://www.google.com/privacy_ads.html</p><p><strong>Compliance with children’s online privacy protection act</strong></p><p><strong>Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.</strong></p><p><strong>Changes to this privacy policy</strong></p><p><strong>www.thek</strong><strong>rishnatravels</strong><strong>.com&nbsp;</strong>has the authority to update this privacy policy at any time. Whenever any update will occur, users get notified on the main page of the site, revise the updated date at the bottom of this page and send you an email. We encourage our Users to check this more often to get updated about how we are trying our best to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of notifications.</p><p><strong>Your Acceptance</strong></p><p><strong>By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.</strong></p><p><strong>Contact Us</strong></p><p>If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please write or call us at:</p><p>E-mail ID:&nbsp;<a href=\"mailto:KRISHNATRAVELS612@GMAIL.COM\" style=\"box-sizing: border-box; background: none; font-family: poppins, sans-serif; font-size: 14px; color: rgb(51, 51, 51) !important;\">KRISHNATRAVELS612@GMAIL.COM</a></p><p>Contact No: +91&nbsp;<a href=\"tel:8290407450\" style=\"box-sizing: border-box; background: none; font-family: poppins, sans-serif; font-size: 14px; color: rgb(51, 51, 51) !important;\">8290407450</a></p><p></p>','','','','167_1692345494.jpg','Activate',0,'1','2023-08-21 13:52:36','2023-08-21 13:52:36',0,'','0'),(184,'OFFERS','offers','','','','','','Deactivate',0,'1','2018-04-12 15:25:37','2022-03-01 14:22:50',0,NULL,'0'),(190,'CONTACT US','contact-us','<p><br></p>','','','','190_1692345557.jpg','Activate',0,'1','2023-08-18 13:29:18','2023-08-18 13:29:18',0,'','0'),(193,'A MEMBERS-ONLY WHOLESALE BOOKING SITE','a-members-only-wholesale-booking-site','<p>Get wholesale rate advantage for you</p>\r\n<ul>\r\n	<li><strong>GUARANTEED</strong> Best Hotel Prices</li>\r\n	<li><strong>EXCLUSIVE</strong> Best Flight Rates</li>\r\n	<li><strong>100%</strong> All transactions in one place</li><li><strong>GUARANTEED BONUS </strong>on every top-up<br></li>\r\n</ul>','','','','','Activate',1,'1','2021-03-08 12:56:33','2023-10-24 17:43:07',1,NULL,'0'),(195,'CAREER','career','','','','','','Deactivate',0,'1','2021-01-05 16:27:20','2022-02-28 18:24:50',0,NULL,'0'),(205,'REFUND POLICY','faq','<p class=\"MsoNormal\" align=\"right\" style=\"margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: right; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><br></p><div style=\"text-align: left;\"><font face=\"Calibri, sans-serif\"><div style=\"\"><span style=\"font-size: 16px;\"><b>Privacy Policy for The Krishna Travels</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">At The Krishna Travels, accessible from www.thekrishnatravels.com.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by The Krishna Travels and how we use it.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Cross world Holidays™. This policy is not applicable to any information collected offline or via channels other than this website. Our Privacy Policy was created with the help of the&nbsp; \"https://www.privacypolicygenerator.info</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">Consent</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">By using our website, you hereby consent to our Privacy Policy and agree to its terms</span></div><div style=\"\"><span style=\"font-size: 16px;\"><b><br></b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>Information we collect</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</span></div><div style=\"\"><span style=\"font-size: 16px;\">If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</span></div><div style=\"\"><span style=\"font-size: 16px;\">When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>How we use your information</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">We use the information we collect in various ways, including to:</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">Provide, operate, and maintain our website</span></div><div style=\"\"><span style=\"font-size: 16px;\">Improve, personalize, and expand our website</span></div><div style=\"\"><span style=\"font-size: 16px;\">Understand and analyze how you use our website</span></div><div style=\"\"><span style=\"font-size: 16px;\">Develop new products, services, features, and functionality</span></div><div style=\"\"><span style=\"font-size: 16px;\">Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</span></div><div style=\"\"><span style=\"font-size: 16px;\">Send you emails</span></div><div style=\"\"><span style=\"font-size: 16px;\">Find and prevent fraud</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>Log Files</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b><br></b></span></div><div style=\"\"><span style=\"font-size: 16px;\">Cross world Holidays™ follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\' movement on the website, and gathering demographic information.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><b><br></b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>Cookies and Web Beacons</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">Like any other website, Cross world Holidays™ uses \'cookies\'. These cookies are used to store information including visitors\' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users\' experience by customizing our web page content based on visitors\' browser type and/or other information.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>Advertising Partners Privacy Policies</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b><br></b></span></div><div style=\"\"><span style=\"font-size: 16px;\">You may consult this list to find the Privacy Policy for each of the advertising partners of Cross world Holidays™.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Cross world Holidays™, which are sent directly to users\' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</span></div><div style=\"\"><span style=\"font-size: 16px;\">Note that Cross world Holidays™ has no access to or control over these cookies that are used by third-party advertisers.</span></div><div style=\"\"><span style=\"font-size: 16px;\">Third Party Privacy Policies</span></div><div style=\"\"><span style=\"font-size: 16px;\">Cross world Holidays™\' s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.&nbsp;</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\' respective websites.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">CCPA Privacy Rights (Do Not Sell My Personal Information)</span></div><div style=\"\"><span style=\"font-size: 16px;\">Under the CCPA, among other rights, California consumers have the right to:</span></div><div style=\"\"><span style=\"font-size: 16px;\">Request that a business that collects a consumer\'s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</span></div><div style=\"\"><span style=\"font-size: 16px;\">Request that a business delete any personal data about the consumer that a business has collected.</span></div><div style=\"\"><span style=\"font-size: 16px;\">Request that a business that sells a consumer\'s personal data, not sell the consumer\'s personal data.</span></div><div style=\"\"><span style=\"font-size: 16px;\">If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</span></div><div style=\"\"><span style=\"font-size: 16px;\">GDPR Data Protection Rights</span></div><div style=\"\"><span style=\"font-size: 16px;\">We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.</span></div><div style=\"\"><span style=\"font-size: 16px;\">The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</span></div><div style=\"\"><span style=\"font-size: 16px;\">If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\"><b>Children\'s Information</b></span></div><div style=\"\"><span style=\"font-size: 16px;\"><br></span></div><div style=\"\"><span style=\"font-size: 16px;\">Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</span></div><div style=\"\"><span style=\"font-size: 16px;\">Cross world Holidays™ does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</span></div><div style=\"font-size: 16px;\"><br></div></font></div><p></p>','','','','','Activate',0,'0','2023-08-23 15:36:16','2023-08-23 15:36:16',0,'','0'),(206,'DIRECTOR\'S DESK','director-s-desk','','','','','','Deactivate',0,'1','2021-01-05 16:27:20','2022-02-17 17:12:11',0,NULL,'0'),(207,'MEDIA','media','Media','Media','Media','Media','207_1672058023.png','Activate',0,'1','2022-12-26 18:03:43','2022-12-26 18:03:43',0,'','0'),(209,'INTERNATIONAL TOUR PACKAGES','international-tour-packages','','','','','209_1692878604.jpg','Activate',0,'1','2023-08-24 17:33:24','2023-08-24 17:33:24',0,'','0'),(210,'DOMESTIC TOUR PACKAGES','domestic-tour-packages','','','','','210_1692878578.png','Activate',0,'1','2023-08-24 17:32:58','2023-08-24 17:32:58',0,'','0');
/*!40000 ALTER TABLE `tbl_static_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_support`
--

DROP TABLE IF EXISTS `tbl_support`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_support` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `isDisplayOnHome` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_support`
--

LOCK TABLES `tbl_support` WRITE;
/*!40000 ALTER TABLE `tbl_support` DISABLE KEYS */;
INSERT INTO `tbl_support` VALUES (1,'CALL SUPPORT','+91 8290407450 or \r\n01417171193','1698149454.jpg','1','1','0'),(2,'WHATSAPP SUPPORT','+91 8290407450','1698149492.jpg','1','1','0'),(3,'EMAIL US:','KRISHNATRAVELS613@GMAIL.COM','1698149851.jpg','1','1','0');
/*!40000 ALTER TABLE `tbl_support` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_team`
--

DROP TABLE IF EXISTS `tbl_team`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_team` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(500) NOT NULL,
  `designation` varchar(500) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(256) NOT NULL,
  `display` enum('1','0') NOT NULL DEFAULT '1',
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_team`
--

LOCK TABLES `tbl_team` WRITE;
/*!40000 ALTER TABLE `tbl_team` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_team` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_temp_data`
--

DROP TABLE IF EXISTS `tbl_temp_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_temp_data` (
  `id` int NOT NULL AUTO_INCREMENT,
  `TraceId` varchar(200) NOT NULL,
  `json_data` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2085 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_temp_data`
--

LOCK TABLES `tbl_temp_data` WRITE;
/*!40000 ALTER TABLE `tbl_temp_data` DISABLE KEYS */;
INSERT INTO `tbl_temp_data` VALUES (2,'aedfb-ede67-f0398-3e7cc','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-515\",\"keyIndex\":0,\"SegFlightNumberArr\":\"G8-515\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-3665927357_0HYDIXCG8515_131325681995984\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"09:00\",\"TravelDate\":\"2022-12-22T06:45\",\"LocalFromTime\":\"2022-12-22 06:45\",\"FromUTCTime\":\"2022-12-22T06:45\",\"LocalToTime\":\"2022-12-22 09:00\",\"ToUTCTime\":\"2022-12-22T09:00\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 22 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":70,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":15886,\"PublishedFareTxt\":\"15,886\",\"ApiResultIndex\":\"1-3665927357_0HYDIXCG8515_131325681994433\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"aedfb-ede67-f0398-3e7cc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12288,\"Tax\":3883,\"YQTax\":750,\"OtherCharges\":1861,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":16171,\"PublishedFare\":15886,\"PublishedFarePerPax\":15886,\"OfferedFare\":15086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3665927357_0HYDIXCG8515_131325681995984\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE GOMORE\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3883,\"BaseFareCal\":15208.03,\"BaseFare\":12288,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":0,\"MFT\":72,\"OT\":1861,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":15886,\"CostToCustomer\":15886,\"BaseFareCal\":15208.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":15208.03,\"intOfferedFare\":15086,\"intPublishFare\":16171,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":0,\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00T\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-12-22T09:00\",\"SegFlightNumber\":\"G8-515\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-22T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"09:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-21 19:28:45'),(3,'e2d57-a6fdf-0d4f7-07926','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-108\",\"keyIndex\":3,\"SegFlightNumberArr\":\"6E-108\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1338292584_0HYDIXC6E108_131356367773193\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2022-12-22T10:20\",\"LocalFromTime\":\"2022-12-22 10:20\",\"FromUTCTime\":\"2022-12-22T10:20\",\"LocalToTime\":\"2022-12-22 12:45\",\"ToUTCTime\":\"2022-12-22T12:45\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 22 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":19414,\"PublishedFareTxt\":\"19,414\",\"ApiResultIndex\":\"5-1338292584_0HYDIXC6E108_131356367771733\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e2d57-a6fdf-0d4f7-07926\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16400,\"Tax\":3299,\"YQTax\":0,\"OtherCharges\":2027,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":19699,\"PublishedFare\":19414,\"PublishedFarePerPax\":19414,\"OfferedFare\":18614,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1338292584_0HYDIXC6E108_131356367773193\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3299,\"BaseFareCal\":18736.03,\"BaseFare\":16400,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":2027,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":19414,\"CostToCustomer\":19414,\"BaseFareCal\":18736.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":18736.03,\"intOfferedFare\":18614,\"intPublishFare\":19699,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01H\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-12-22T12:45\",\"SegFlightNumber\":\"6E-108\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-22T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-21 19:29:16'),(4,'24fd0-81974-10a80-45495','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-108\",\"keyIndex\":12,\"SegFlightNumberArr\":\"6E-108\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8200499220_9HYDIXC6E108_132561590966434\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2022-12-23T10:20\",\"LocalFromTime\":\"2022-12-23 10:20\",\"FromUTCTime\":\"2022-12-23T10:20\",\"LocalToTime\":\"2022-12-23 12:45\",\"ToUTCTime\":\"2022-12-23T12:45\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 23 Dec\",\"ArrivalDateTxt\":\"Fri, 23 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":23614,\"PublishedFareTxt\":\"23,614\",\"ApiResultIndex\":\"5-8200499220_9HYDIXC6E108_132561590964899\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"24fd0-81974-10a80-45495\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":20400,\"Tax\":3499,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":1025,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":23899,\"PublishedFare\":23614,\"PublishedFarePerPax\":23614,\"OfferedFare\":22814,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8200499220_9HYDIXC6E108_132561590966434\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3499,\"BaseFareCal\":22936.03,\"BaseFare\":20400,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":1025,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":23614,\"CostToCustomer\":23614,\"BaseFareCal\":22936.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":22936.03,\"intOfferedFare\":22814,\"intPublishFare\":23899,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05A\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-12-23T12:45\",\"SegFlightNumber\":\"6E-108\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-23T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-21 19:49:34'),(5,'e608f-eaa49-9ec6d-842e5','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-860\",\"keyIndex\":42,\"SegFlightNumberArr\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-10-2606204756_1HYDDELUK860_17641428674605\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2022-12-23T07:00\",\"LocalFromTime\":\"2022-12-23 07:00\",\"FromUTCTime\":\"2022-12-23T07:00\",\"LocalToTime\":\"2022-12-23 09:20\",\"ToUTCTime\":\"2022-12-23T09:20\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Dec\",\"ArrivalDateTxt\":\"Fri, 23 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":13325,\"PublishedFareTxt\":\"13,325\",\"ApiResultIndex\":\"15-2-10-2606204756_1HYDDELUK860_17641428674605\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e608f-eaa49-9ec6d-842e5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10570,\"Tax\":3040,\"YQTax\":0,\"OtherCharges\":1103,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":535,\"CarrierMiscFee\":130,\"MUFee\":800,\"intPublishedFare\":13610,\"PublishedFare\":13325,\"PublishedFarePerPax\":13325,\"OfferedFare\":12525,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-2606204756_1HYDDELUK860_17641428674605\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"Free Meal\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3040,\"BaseFareCal\":12647.03,\"BaseFare\":10570,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":535,\"MFT\":72,\"OT\":1103,\"MU\":800,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":13325,\"CostToCustomer\":13325,\"BaseFareCal\":12647.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":12647.03,\"intOfferedFare\":12525,\"intPublishFare\":13610,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00X\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-23T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-23T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-22 11:57:12'),(7,'d38ca-0c3fe-dc495-a72f7','{\"FlightBookingData\":[{\"bookingId\":\"TJS106700424601\",\"FlightNumber\":\"IX-81\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:40\",\"TravelDate\":\"2023-01-10T18:45\",\"LocalFromTime\":\"2023-01-10 18:45\",\"FromUTCTime\":\"2023-01-10T18:45\",\"LocalToTime\":\"2023-01-10 21:40\",\"ToUTCTime\":\"2023-01-10T21:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3051,\"PublishedFareTxt\":\"3,051\",\"ApiResultIndex\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1050,\"Tax\":2001,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3051,\"PublishedFare\":2766,\"OfferedFare\":1966,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-3826400935_0DELBLRIX81_18801066783995\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":3051,\"oldFare\":2972,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2001,\"BaseFareCal\":2088.03,\"BaseFare\":1050,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":2766,\"CostToCustomer\":2766,\"BaseFareCal\":2088.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2088.03,\"intOfferedFare\":1966,\"intPublishFare\":3051,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"631\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T21:40\",\"SegFlightNumber\":\"IX-81\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d38ca-0c3fe-dc495-a72f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:17:18.981\",\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106700424601\",\"FlightNumber\":\"IX-81\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:40\",\"TravelDate\":\"2023-01-10T18:45\",\"LocalFromTime\":\"2023-01-10 18:45\",\"FromUTCTime\":\"2023-01-10T18:45\",\"LocalToTime\":\"2023-01-10 21:40\",\"ToUTCTime\":\"2023-01-10T21:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3051,\"ApiResultIndex\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"d38ca-0c3fe-dc495-a72f7\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:17:18.981\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1050,\"Tax\":2001,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3051,\"PublishedFare\":2766,\"OfferedFare\":1966,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2001,\"BaseFareCal\":2088.03,\"BaseFare\":1050,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"631\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T21:40\",\"SegFlightNumber\":\"IX-81\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-3826400935_0DELBLRIX81_18798209637375\",\"localFromDateTime\":\"2023-01-10 18:45\",\"localToDateTime\":\"2023-01-10 21:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"1\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"1\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-12-18-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"1\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"10\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d38ca-0c3fe-dc495-a72f7\",\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"1\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2022-12-22 12:18:23'),(10,'1c1f5-5bb4a-f9a56-fe0b4','{\"FlightBookingData\":[{\"bookingId\":\"TJS104200424681\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-01-17T22:35\",\"LocalFromTime\":\"2023-01-17 22:35\",\"FromUTCTime\":\"2023-01-17T22:35\",\"LocalToTime\":\"2023-01-17 23:30\",\"ToUTCTime\":\"2023-01-17T23:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3215,\"PublishedFareTxt\":\"3,215\",\"ApiResultIndex\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1064,\"Tax\":2151,\"YQTax\":0,\"OtherCharges\":823,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3215,\"PublishedFare\":2930,\"OfferedFare\":2130,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4836998289_0MAABLRI5821_20703376330909\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2151,\"BaseFareCal\":2252.03,\"BaseFare\":1064,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":823,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":2930,\"CostToCustomer\":2930,\"BaseFareCal\":2252.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2252.03,\"intOfferedFare\":2130,\"intPublishFare\":3215,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"121\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-17T23:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-17T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1c1f5-5bb4a-f9a56-fe0b4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:49:01.289\",\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104200424681\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-01-17T22:35\",\"LocalFromTime\":\"2023-01-17 22:35\",\"FromUTCTime\":\"2023-01-17T22:35\",\"LocalToTime\":\"2023-01-17 23:30\",\"ToUTCTime\":\"2023-01-17T23:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3215,\"ApiResultIndex\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"1c1f5-5bb4a-f9a56-fe0b4\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T12:49:01.289\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1064,\"Tax\":2151,\"YQTax\":0,\"OtherCharges\":823,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3215,\"PublishedFare\":2930,\"OfferedFare\":2130,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2151,\"BaseFareCal\":2252.03,\"BaseFare\":1064,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":56,\"MFT\":72,\"OT\":823,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"121\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-17T23:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-17T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-4836998289_0MAABLRI5821_20671917086015\",\"localFromDateTime\":\"2023-01-17 22:35\",\"localToDateTime\":\"2023-01-17 23:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"3\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"3\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-12-48-04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"3\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Bengaluru\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"17\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"MAA\",\"to\":\"BLR\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":6000,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1c1f5-5bb4a-f9a56-fe0b4\",\"from_city_\":\"1__MAA-BLR\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"3\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2022-12-22 12:48:04'),(12,'cb309-01f40-a0fbc-cfea7','{\"FlightBookingData\":[{\"bookingId\":\"TJS104300424721\",\"FlightNumber\":\"IX-1111\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"08:10\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-09T08:10\",\"LocalFromTime\":\"2023-01-09 08:10\",\"FromUTCTime\":\"2023-01-09T08:10\",\"LocalToTime\":\"2023-01-09 17:15\",\"ToUTCTime\":\"2023-01-09T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4170,\"PublishedFareTxt\":\"4,170\",\"ApiResultIndex\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2115,\"Tax\":2055,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4170,\"PublishedFare\":3885,\"OfferedFare\":3085,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21895146765313\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":4170,\"oldFare\":4091,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2055,\"BaseFareCal\":3207.03,\"BaseFare\":2115,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":3885,\"CostToCustomer\":3885,\"BaseFareCal\":3207.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":3207.03,\"intOfferedFare\":3085,\"intPublishFare\":4170,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-09T10:40\",\"SegFlightNumber\":\"IX-1111\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":335,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"},{\"segmentid\":\"527\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-09T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-09T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"cb309-01f40-a0fbc-cfea7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:08:53.060\",\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104300424721\",\"FlightNumber\":\"IX-1111\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"08:10\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-09T08:10\",\"LocalFromTime\":\"2023-01-09 08:10\",\"FromUTCTime\":\"2023-01-09T08:10\",\"LocalToTime\":\"2023-01-09 17:15\",\"ToUTCTime\":\"2023-01-09T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4170,\"ApiResultIndex\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"cb309-01f40-a0fbc-cfea7\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:08:53.060\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2115,\"Tax\":2055,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4170,\"PublishedFare\":3885,\"OfferedFare\":3085,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2055,\"BaseFareCal\":3207.03,\"BaseFare\":2115,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-09T10:40\",\"SegFlightNumber\":\"IX-1111\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":335,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"},{\"segmentid\":\"527\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-09T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-09T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-4217391078_0DELBLRIX1111BLRMAAI52461_21848097220151\",\"localFromDateTime\":\"2023-01-09 08:10\",\"localToDateTime\":\"2023-01-09 17:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"4\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"4\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-13-08-48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"4\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Chennai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"09\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"cb309-01f40-a0fbc-cfea7\",\"from_city_\":\"1__DEL-MAA\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"4\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2022-12-22 13:08:48'),(16,'56c33-c8554-a414d-9e97e','{\"BookingData\":[{\"bookingId\":\"TJS103400424745\",\"FlightNumber\":\"IX-82\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-01-19T18:15\",\"LocalFromTime\":\"2023-01-19 18:15\",\"FromUTCTime\":\"2023-01-19T18:15\",\"LocalToTime\":\"2023-01-19 21:10\",\"ToUTCTime\":\"2023-01-19T21:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3419,\"PublishedFareTxt\":\"3,419\",\"ApiResultIndex\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1065,\"Tax\":2354,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3419,\"PublishedFare\":3134,\"OfferedFare\":2334,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1736455616_0BLRDELIX82_22336968590396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":3419,\"oldFare\":3340,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2354,\"BaseFareCal\":2456.03,\"BaseFare\":1065,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":1024,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":3134,\"CostToCustomer\":3134,\"BaseFareCal\":2456.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":2456.03,\"intOfferedFare\":2334,\"intPublishFare\":3419,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"952\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T21:10\",\"SegFlightNumber\":\"IX-82\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-19T18:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"56c33-c8554-a414d-9e97e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:16:14.883\",\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103400424745\",\"FlightNumber\":\"IX-82\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-01-19T18:15\",\"LocalFromTime\":\"2023-01-19 18:15\",\"FromUTCTime\":\"2023-01-19T18:15\",\"LocalToTime\":\"2023-01-19 21:10\",\"ToUTCTime\":\"2023-01-19T21:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3419,\"ApiResultIndex\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"56c33-c8554-a414d-9e97e\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-22T13:16:14.883\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1065,\"Tax\":2354,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":3419,\"PublishedFare\":3134,\"OfferedFare\":2334,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2354,\"BaseFareCal\":2456.03,\"BaseFare\":1065,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":1024,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"952\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T21:10\",\"SegFlightNumber\":\"IX-82\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-19T18:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1736455616_19BLRDELIX82_22319527600819\",\"localFromDateTime\":\"2023-01-19 18:15\",\"localToDateTime\":\"2023-01-19 21:10\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"19\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"56c33-c8554-a414d-9e97e\",\"from_city_\":\"1__BLR-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BLR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=19%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-13-15-41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533488\",\"TPSysId\":\"533489\",\"VersionId\":[\"137195\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42368\",\"FareBreakdownid\":[\"366927\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"5\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"5\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"5\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3134},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"533489\",\"MasterTPSysId\":\"533488\",\"ProposalID\":\"533489\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":3011.97,\"InvoiceStatus\":true,\"TotalSGST\":61.015,\"TotalCGST\":61.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":3134,\"TotalDueAmount\":0,\"InvoiceValue\":3134,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-DEL-AI Express IX-82\",\"ItemQty\":1,\"ItemRates\":2333.9999999999995,\"Total\":2333.9999999999995,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3134,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":3011.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 13:16:13'),(20,'73519-af9bb-a4bfe-f7f00','{\"BookingData\":[{\"bookingId\":\"TJS109800424769\",\"FlightNumber\":\"6E-461\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-01-12T05:25\",\"LocalFromTime\":\"2023-01-12 05:25\",\"FromUTCTime\":\"2023-01-12T05:25\",\"LocalToTime\":\"2023-01-12 07:00\",\"ToUTCTime\":\"2023-01-12T07:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5678,\"PublishedFareTxt\":\"5,678\",\"ApiResultIndex\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3450,\"Tax\":2228,\"YQTax\":0,\"OtherCharges\":778,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5678,\"PublishedFare\":5393,\"OfferedFare\":4593,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2118034602_0BOMHYD6E461_23349334383117\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2228,\"BaseFareCal\":4715.03,\"BaseFare\":3450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":178,\"MFT\":72,\"OT\":778,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":5393,\"CostToCustomer\":5393,\"BaseFareCal\":4715.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":4715.03,\"intOfferedFare\":4593,\"intPublishFare\":5678,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"809\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T07:00\",\"SegFlightNumber\":\"6E-461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"73519-af9bb-a4bfe-f7f00\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:33:07.247\",\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109800424769\",\"FlightNumber\":\"6E-461\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-01-12T05:25\",\"LocalFromTime\":\"2023-01-12 05:25\",\"FromUTCTime\":\"2023-01-12T05:25\",\"LocalToTime\":\"2023-01-12 07:00\",\"ToUTCTime\":\"2023-01-12T07:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5678,\"ApiResultIndex\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"73519-af9bb-a4bfe-f7f00\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:33:07.247\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3450,\"Tax\":2228,\"YQTax\":0,\"OtherCharges\":778,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5678,\"PublishedFare\":5393,\"OfferedFare\":4593,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2228,\"BaseFareCal\":4715.03,\"BaseFare\":3450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":178,\"MFT\":72,\"OT\":778,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"809\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T07:00\",\"SegFlightNumber\":\"6E-461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2118034602_0BOMHYD6E461_23343804707049\",\"localFromDateTime\":\"2023-01-12 05:25\",\"localToDateTime\":\"2023-01-12 07:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Hyderabad\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"12\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"BOM\",\"to\":\"HYD\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":18676,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"73519-af9bb-a4bfe-f7f00\",\"from_city_\":\"1__BOM-HYD\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai&mytrip_city_to=Hyderabad&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BOM&ContSysId_1=101&destination_city=HYD&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&destination=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&departure_date=12%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&to_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-13-32-19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533528\",\"TPSysId\":\"533529\",\"VersionId\":[\"137207\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42373\",\"FareBreakdownid\":[\"366930\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"6\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"6\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"6\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5393},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"533529\",\"MasterTPSysId\":\"533528\",\"ProposalID\":\"533529\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":5270.97,\"InvoiceStatus\":true,\"TotalSGST\":61.015,\"TotalCGST\":61.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5393,\"TotalDueAmount\":0,\"InvoiceValue\":5393,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-HYD-IndiGo 6E-461\",\"ItemQty\":1,\"ItemRates\":4593,\"Total\":4593,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5393,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":5270.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 13:34:18'),(24,'f0f51-a5b7d-bf959-ab890','{\"BookingData\":[{\"bookingId\":\"TJS108100424777\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-01-16T14:15\",\"LocalFromTime\":\"2023-01-16 14:15\",\"FromUTCTime\":\"2023-01-16T14:15\",\"LocalToTime\":\"2023-01-16 18:25\",\"ToUTCTime\":\"2023-01-16T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10601,\"PublishedFareTxt\":\"10,601\",\"ApiResultIndex\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7652,\"Tax\":2949,\"YQTax\":0,\"OtherCharges\":1292,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10601,\"PublishedFare\":10316,\"OfferedFare\":9516,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9700681518_0CCUSXR6E874_23690857938342\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2949,\"BaseFareCal\":9638.03,\"BaseFare\":7652,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":385,\"MFT\":72,\"OT\":1292,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":10316,\"CostToCustomer\":10316,\"BaseFareCal\":9638.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":9638.03,\"intOfferedFare\":9516,\"intPublishFare\":10601,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"30\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-01-16T18:25\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"30\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f0f51-a5b7d-bf959-ab890\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:38:48.772\",\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108100424777\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-01-16T14:15\",\"LocalFromTime\":\"2023-01-16 14:15\",\"FromUTCTime\":\"2023-01-16T14:15\",\"LocalToTime\":\"2023-01-16 18:25\",\"ToUTCTime\":\"2023-01-16T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10601,\"ApiResultIndex\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"f0f51-a5b7d-bf959-ab890\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T13:38:48.772\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7652,\"Tax\":2949,\"YQTax\":0,\"OtherCharges\":1292,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10601,\"PublishedFare\":10316,\"OfferedFare\":9516,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2949,\"BaseFareCal\":9638.03,\"BaseFare\":7652,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":385,\"MFT\":72,\"OT\":1292,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"30\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-01-16T18:25\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9700681518_0CCUSXR6E874_23674431010447\",\"localFromDateTime\":\"2023-01-16 14:15\",\"localToDateTime\":\"2023-01-16 18:25\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Srinagar\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"16\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"CCU\",\"to\":\"SXR\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":14323,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f0f51-a5b7d-bf959-ab890\",\"from_city_\":\"1__CCU-SXR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Kolkata&mytrip_city_to=Srinagar&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=CCU&ContSysId_1=101&destination_city=SXR&ContSysId=101&source=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&destination=Srinagar%2C+IN+-+Srinagar+Arpt+SXR%2C+India&departure_date=16%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&to_mytrip_city=+IN+-+Srinagar+Arpt+SXR\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-13-38-00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533536\",\"TPSysId\":\"533537\",\"VersionId\":[\"137210\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42374\",\"FareBreakdownid\":[\"366931\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"7\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"7\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"7\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":10316},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"533537\",\"MasterTPSysId\":\"533536\",\"ProposalID\":\"533537\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":10193.97,\"InvoiceStatus\":true,\"TotalSGST\":61.015,\"TotalCGST\":61.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":10316,\"TotalDueAmount\":0,\"InvoiceValue\":10316,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"CCU-SXR-IndiGo 6E-874\",\"ItemQty\":1,\"ItemRates\":9516,\"Total\":9516,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":10316,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":10193.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 13:38:27'),(25,'7c107-3d425-6ade1-bbeb8','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid8046299907-39635654\",\"name\":\"DoubleTree by Hilton Agra\",\"img\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\"}],\"des\":\"This 5 star hotel is located in the city centre of Agra and was established in 2014. It is a short drive away from the Taj Mahal and the nearest station is Railway Station. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 104 rooms are equipped with air conditioning.\",\"rt\":4,\"gl\":{\"ln\":\"78.0505\",\"lt\":\"27.152117\"},\"ad\":{\"adr\":\"B\\/H - 1&2, Taj Nagri Phase Ii, 282001, Agra, India\",\"city\":{\"name\":\"AGRA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"AGRA\",\"cn\":\"INDIA\"},\"fl\":[\"YES Total number of rooms -104\",\"Number of floors (main building) -4\",\"Double rooms -42\",\"Suites -3\",\"hotel\",\"MasterCard\",\"Visa\",\"Maestro\",\"Visa Electr\\u00f3n\",\"YES Room size (sqm) -32\",\"Number of bedrooms -1\",\"Living room\",\"Bathroom\",\"Disability-friendly bathroom\",\"Shower\",\"Hairdryer\",\"Toiletries\",\"Make-up mirror\",\"Towel menu\",\"NO Wi-fi\",\"Internet access\",\"Direct dial telephone\",\"TV\",\"Satellite TV \",\"Cable TV\",\"220V power supply\",\"Plug adaptor\",\"Minibar * \",\"Mini fridge\",\"Tea and coffee making facilities \",\"Individually adjustable air conditioning\",\"Safe\",\"YES Wheelchair-accessible\",\"Wake-up service\",\"Pillow menu\",\"Turndown service\",\"NO Smoking rooms\",\"Children share the bed with parents\",\"Extra beds on demand\",\"Cot on demand\",\"Electric Kettle -1\",\"YES Wheelchair-accessible\",\"YES Car park * \",\"YES 24-hour reception\",\"Check-in hour (15:00:00 - 12:00:00)\",\"Check-out hour (12:00:00 - 12:00:00)\",\"Mobile phone coverage\",\"Wired Internet\",\"YES Wi-fi * \",\"Local and international calls\",\"Car hire * \",\"Transfer service * \",\"Secure parking\",\"Valet parking * \",\"Airport Shuttle * \",\"Room service * \",\"Laundry service * \",\"Medical service * \",\"Babysitting service * \",\"Multilingual staff * \",\"24-hour security\",\"Bellboy service * \",\"Air conditioning in public areas\",\"Smoke detector\",\"Hotel safe * \",\"Currency exchange facilities * \",\"Lift access * \",\"Newspaper stand\",\"Shop\",\"Garden\",\"Terrace\",\"Concierge\",\"Gym\",\"Newspapers * \",\"Luggage room * \",\"Clothes dryer\",\"Library\",\"Electric kettle -1\",\"Towels and bed linen * \",\"Caf\\u00e9\",\"Bar\",\"Restaurant -2\",\"Smoking area\",\"Highchairs * \",\"Poolside snack bar * \",\"Banquet hall\",\"Air conditioning in Restaurant\",\"Conference room\",\"Meeting room\",\"Printer * \",\"Photocopier * \",\"Business centre\",\"Audio-visual equipment rental * \",\"Fax * \",\"Indoor freshwater pool -1\",\"Outdoor freshwater pool -1\",\"Kids\\u2019 club\",\"TV lounge\",\"Steam bath * \",\"Massage * \",\"Hairdressing salon * \",\"Spa centre * \",\"ISO 50001 \\u2013 Energy management\",\"ISO 14001 \\u2013 Environmental management\",\"Hilton LightStay\",\"Breakfast\",\"Breakfast buffet\",\"Buffet lunch\",\"Buffet dinner\",\"Breakfast and dinner\",\"Breakfast and lunch\",\"Half Board\",\"Full board\",\"Picnic\",\"Fitness * \",\"Billiards * \",\"Hilton - CleanStay\"],\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)_1_0\",\"rc\":\"room, 1 king bed, non smoking (guest), 1 king bed\",\"rt\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)\",\"srn\":\"King Room\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":6289.2,\"tfcs\":{\"TF\":6289.2,\"BF\":5577.4,\"TAF\":711.8,\"NF\":5589.2},\"tafcs\":{\"TAF\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":6289.2,\"BF\":5577.4,\"TAF\":711.8,\"NF\":5589.2},\"afc\":{\"TAF\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4}}}],\"checkInDate\":\"2023-01-10\",\"checkOutDate\":\"2023-01-11\"}],\"id\":\"1_0_63a42b31e9d5513ad8688f25\",\"tp\":6289.2,\"cnp\":{\"id\":\"1_0_63a42b31e9d5513ad8688f25\",\"ifra\":false,\"pd\":[{\"fdt\":\"2022-12-22T15:44:16.116\",\"tdt\":\"2023-01-10T12:00\",\"am\":5577.4},{\"fdt\":\"2023-01-10T12:00\",\"tdt\":\"2023-01-11T23:59\",\"am\":5577.4}]},\"ddt\":\"2022-12-22T15:44:16.116\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"\"}],\"oai\":{\"sid\":\"22\"},\"iopr\":false,\"ipr\":true,\"omid\":\"-551413518\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":6277.4},{\"fc\":[\"BREAKFAST\"],\"tpc\":6613.99}],\"uid\":\"39635654\"},\"bookingId\":\"TJS206400425013\",\"query\":{\"checkinDate\":\"2023-01-10\",\"checkoutDate\":\"2023-01-11\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"countryName\":\"INDIA\",\"cityName\":\"AGRA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid8046299907\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":472}},\"hotelbookingid\":\"1\",\"SearchHotelTraceId\":\"7c107-3d425-6ade1-bbeb8\",\"CustomerSession\":{\"bookingId\":\"7c107-3d425-6ade1-bbeb8\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"7c107-3d425-6ade1-bbeb8\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"neha\",\"passenger-lastname-1\":\"kannojia\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)_1_0\",\"RoomCategory\":\"room, 1 king bed, non smoking (guest), 1 king bed\",\"RoomType\":\"Room, 1 King Bed, Non Smoking (Guest), 1 King Bed (Room Only)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":6289.2,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":6289.2,\"TotalRoomPrice\":6289.2,\"TotalFare\":6289.2,\"TotalBaseFare\":5577.4,\"TotalNetFare\":5589.2,\"TotalTaxFare\":711.8,\"TaxFareBreakup\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":6289.2,\"BF\":5577.4,\"TAF\":711.8,\"NF\":5589.2},\"afc\":{\"TAF\":{\"SNP\":5577.4,\"SGP\":5577.4,\"MFT\":1.8,\"MF\":10,\"MU\":700,\"SBP\":5577.4}}}],\"PriceWithMarkup\":6289.2,\"arrMarkUps\":{\"HotelRoomPrice\":6289.2,\"pernightperroomprice\":6289.2,\"RoomPrice\":6289.2,\"withmarkupprice\":6289.2,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1}}],\"RoomId\":\"1_0_63a42b31e9d5513ad8688f25\",\"RoomTotalPrice\":6289.2,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8046299907-39635654\",\"HotemName\":\"DOUBLETREE BY HILTON AGRA\",\"HotelDescription\":\"This 5 star hotel is located in the city centre of Agra and was established in 2014. It is a short drive away from the Taj Mahal and the nearest station is Railway Station. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 104 rooms are equipped with air conditioning.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzEucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTEuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzIucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTIuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzMucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTMuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iMy5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzQucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTQuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNC5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzUucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTUuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNS5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzYucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTYuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNi5wbmc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL2ltZzcucG5n\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3NvdXJjZTcuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMDkvMzEvNzUvaW1hZ2VzL3RodW1iNy5wbmc=\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"78.0505\",\"lt\":\"27.152117\"},\"HotelAddress\":\"B H - 1 2, TAJ NAGRI PHASE II\",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"YES Total number of rooms -104\",\"Number of floors (main building) -4\",\"Double rooms -42\",\"Suites -3\",\"hotel\",\"MasterCard\",\"Visa\",\"Maestro\",\"Visa Electr\\u00f3n\",\"YES Room size (sqm) -32\",\"Number of bedrooms -1\",\"Living room\",\"Bathroom\",\"Disability-friendly bathroom\",\"Shower\",\"Hairdryer\",\"Toiletries\",\"Make-up mirror\",\"Towel menu\",\"NO Wi-fi\",\"Internet access\",\"Direct dial telephone\",\"TV\",\"Satellite TV \",\"Cable TV\",\"220V power supply\",\"Plug adaptor\",\"Minibar * \",\"Mini fridge\",\"Tea and coffee making facilities \",\"Individually adjustable air conditioning\",\"Safe\",\"YES Wheelchair-accessible\",\"Wake-up service\",\"Pillow menu\",\"Turndown service\",\"NO Smoking rooms\",\"Children share the bed with parents\",\"Extra beds on demand\",\"Cot on demand\",\"Electric Kettle -1\",\"YES Wheelchair-accessible\",\"YES Car park * \",\"YES 24-hour reception\",\"Check-in hour (15:00:00 - 12:00:00)\",\"Check-out hour (12:00:00 - 12:00:00)\",\"Mobile phone coverage\",\"Wired Internet\",\"YES Wi-fi * \",\"Local and international calls\",\"Car hire * \",\"Transfer service * \",\"Secure parking\",\"Valet parking * \",\"Airport Shuttle * \",\"Room service * \",\"Laundry service * \",\"Medical service * \",\"Babysitting service * \",\"Multilingual staff * \",\"24-hour security\",\"Bellboy service * \",\"Air conditioning in public areas\",\"Smoke detector\",\"Hotel safe * \",\"Currency exchange facilities * \",\"Lift access * \",\"Newspaper stand\",\"Shop\",\"Garden\",\"Terrace\",\"Concierge\",\"Gym\",\"Newspapers * \",\"Luggage room * \",\"Clothes dryer\",\"Library\",\"Electric kettle -1\",\"Towels and bed linen * \",\"Caf\\u00e9\",\"Bar\",\"Restaurant -2\",\"Smoking area\",\"Highchairs * \",\"Poolside snack bar * \",\"Banquet hall\",\"Air conditioning in Restaurant\",\"Conference room\",\"Meeting room\",\"Printer * \",\"Photocopier * \",\"Business centre\",\"Audio-visual equipment rental * \",\"Fax * \",\"Indoor freshwater pool -1\",\"Outdoor freshwater pool -1\",\"Kids\\u2019 club\",\"TV lounge\",\"Steam bath * \",\"Massage * \",\"Hairdressing salon * \",\"Spa centre * \",\"ISO 50001 \\u2013 Energy management\",\"ISO 14001 \\u2013 Environmental management\",\"Hilton LightStay\",\"Breakfast\",\"Breakfast buffet\",\"Buffet lunch\",\"Buffet dinner\",\"Breakfast and dinner\",\"Breakfast and lunch\",\"Half Board\",\"Full board\",\"Picnic\",\"Fitness * \",\"Billiards * \",\"Hilton - CleanStay\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-01-10\",\"checkoutDate\":\"2023-01-11\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533793\",\"TPSysId\":\"533794\",\"VersionId\":\"1595927\",\"CustomerSysId\":\"305328\",\"TrxId\":\"42388\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null}','2022-12-22 15:44:34'),(29,'838b9-04489-f219a-e92ec','{\"BookingData\":[{\"bookingId\":\"TJS113500425070\",\"FlightNumber\":\"SG-13\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"00:55\",\"TravelDate\":\"2023-01-11T23:05\",\"LocalFromTime\":\"2023-01-11 23:05\",\"FromUTCTime\":\"2023-01-11T23:05\",\"LocalToTime\":\"2023-01-12 00:55\",\"ToUTCTime\":\"2023-01-12T00:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17091.7,\"PublishedFareTxt\":\"17,092\",\"ApiResultIndex\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13750,\"Tax\":3341.7,\"YQTax\":0,\"OtherCharges\":1830,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":694,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":17091.7,\"PublishedFare\":17091.7,\"OfferedFare\":16291.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9736368142_0BOMDXBSG13_33011781881482\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3341.7,\"BaseFareCal\":16413.73,\"BaseFare\":13750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":694,\"MFT\":2.7,\"OT\":1830,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":17091.7,\"CostToCustomer\":17091.7,\"BaseFareCal\":16413.73,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":16413.73,\"intOfferedFare\":16291.7,\"intPublishFare\":17091.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"991\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-12T00:55\",\"SegFlightNumber\":\"SG-13\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-11T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"00:55\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"JNSW\",\"Price\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"VCC2\",\"Price\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC6\",\"Price\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC5\",\"Price\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC4\",\"Price\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC2\",\"Price\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NCC1\",\"Price\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"991\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"838b9-04489-f219a-e92ec\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:14:09.655\",\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113500425070\",\"FlightNumber\":\"SG-13\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"00:55\",\"TravelDate\":\"2023-01-11T23:05\",\"LocalFromTime\":\"2023-01-11 23:05\",\"FromUTCTime\":\"2023-01-11T23:05\",\"LocalToTime\":\"2023-01-12 00:55\",\"ToUTCTime\":\"2023-01-12T00:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17091.7,\"ApiResultIndex\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"838b9-04489-f219a-e92ec\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:14:09.655\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13750,\"Tax\":3341.7,\"YQTax\":0,\"OtherCharges\":1830,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":694,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":17091.7,\"PublishedFare\":17091.7,\"OfferedFare\":16291.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3341.7,\"BaseFareCal\":16413.73,\"BaseFare\":13750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":694,\"MFT\":2.7,\"OT\":1830,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"991\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-12T00:55\",\"SegFlightNumber\":\"SG-13\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-11T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"00:55\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9736368142_1BOMDXBSG13_32925126281705\",\"localFromDateTime\":\"2023-01-11 23:05\",\"localToDateTime\":\"2023-01-12 00:55\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"11\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"BOM\",\"to\":\"DXB\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":18676,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"838b9-04489-f219a-e92ec\",\"from_city_\":\"1__BOM-DXB\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BOM&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=11%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1991-12-27\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-16-14-45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"GYF6758JHJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-12-20\",\"passporIssue\":\"2018-06-20\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533869\",\"TPSysId\":\"533870\",\"VersionId\":[\"137319\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42398\",\"FareBreakdownid\":[\"366947\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"8\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"8\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"8\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":17091.7},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"533870\",\"MasterTPSysId\":\"533869\",\"ProposalID\":\"533870\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":16969.670000000002,\"InvoiceStatus\":true,\"TotalSGST\":61.015,\"TotalCGST\":61.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":17091.7,\"TotalDueAmount\":0,\"InvoiceValue\":17091.7,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-DXB-SpiceJet SG-13\",\"ItemQty\":1,\"ItemRates\":16291.699999999999,\"Total\":16291.699999999999,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":17091.7,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":16969.670000000002,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 16:15:22'),(33,'3eeb5-38730-c5848-e6067','{\"BookingData\":[{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-5015\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-01-18T09:20\",\"LocalFromTime\":\"2023-01-18 09:20\",\"FromUTCTime\":\"2023-01-18T09:20\",\"LocalToTime\":\"2023-01-18 16:30\",\"ToUTCTime\":\"2023-01-18T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":430,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"7h 10m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9391,\"PublishedFareTxt\":\"9,391\",\"ApiResultIndex\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6953,\"Tax\":2438,\"YQTax\":0,\"OtherCharges\":813,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":9391,\"PublishedFare\":9106,\"OfferedFare\":8306,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_35030157181492\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2438,\"BaseFareCal\":8428.03,\"BaseFare\":6953,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":353,\"MFT\":72,\"OT\":813,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":9106,\"CostToCustomer\":9106,\"BaseFareCal\":8428.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":8428.03,\"intOfferedFare\":8306,\"intPublishFare\":9391,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"571\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T10:50\",\"SegFlightNumber\":\"6E-5015\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-01-18T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T16:30\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-23 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-5015\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-01-18T09:20\",\"LocalFromTime\":\"2023-01-18 09:20\",\"FromUTCTime\":\"2023-01-18T09:20\",\"LocalToTime\":\"2023-01-18 16:30\",\"ToUTCTime\":\"2023-01-18T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":430,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"7h 10m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17770,\"ApiResultIndex\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13026,\"Tax\":4744,\"YQTax\":0,\"OtherCharges\":1541,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":659,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":17770,\"PublishedFare\":17200,\"OfferedFare\":15600,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4744,\"BaseFareCal\":15844.060000000001,\"BaseFare\":13026,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":659,\"MFT\":144,\"OT\":1541,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"571\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T10:50\",\"SegFlightNumber\":\"6E-5015\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-01-18T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T16:30\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"661\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-23T16:05\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-23T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7302457845_0IXJDEL6E5015DELBOM6E2176_34943393014372\",\"localFromDateTime\":\"2023-01-18 09:20\",\"localToDateTime\":\"2023-01-18 16:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS105000425164\",\"FlightNumber\":\"6E-559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:25\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-01-23T13:25\",\"LocalFromTime\":\"2023-01-23 13:25\",\"FromUTCTime\":\"2023-01-23T13:25\",\"LocalToTime\":\"2023-01-23 16:05\",\"ToUTCTime\":\"2023-01-23T16:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8379,\"PublishedFareTxt\":\"8,379\",\"ApiResultIndex\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6073,\"Tax\":2306,\"YQTax\":0,\"OtherCharges\":728,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":306,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8379,\"PublishedFare\":8094,\"OfferedFare\":7294,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7302457845_1BOMIXJ6E559_35030158819402\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2306,\"BaseFareCal\":7416.03,\"BaseFare\":6073,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":306,\"MFT\":72,\"OT\":728,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":8094,\"CostToCustomer\":8094,\"BaseFareCal\":7416.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":7416.03,\"intOfferedFare\":7294,\"intPublishFare\":8379,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-23T16:05\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-23T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T16:47:48.069\",\"strTraceId\":\"5-7302457845_1BOMIXJ6E559_34943392762813\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-23 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Mumbai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"18\\/01\\/2023\",\"return_date\":\"23\\/01\\/2023\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IXJ\",\"to\":\"BOM\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":13021,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2023\",\"return_dates\":\"23\\/01\\/2023\",\"strDepatureDate\":\"2023-01-18\",\"strReturnDate\":\"2023-01-23\",\"SearchFlightTraceId\":\"3eeb5-38730-c5848-e6067\",\"from_city_\":\"2__IXJ-BOM-IXJ\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Jammu&mytrip_city_to=Mumbai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=IXJ&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=18%2F01%2F2023&return_date=23%2F01%2F2023&from_mytrip_city=+IN+-+Satwari+Arpt+IXJ&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"nita\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-16-53-44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"2\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"533931\",\"TPSysId\":\"533932\",\"VersionId\":[\"137348\",\"137349\"],\"CustomerSysId\":\"305391\",\"TrxId\":\"42406\",\"FareBreakdownid\":[\"366954\",\"366955\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"9\"],[\"10\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"2\",\"CustomerMemSysId\":[\"2\"],\"flight_booking_id\":[\"9\",\"10\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"9\",\"10\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":17200},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305391\",\"TPSysId\":\"533932\",\"MasterTPSysId\":\"533931\",\"ProposalID\":\"533932\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":16955.94,\"InvoiceStatus\":true,\"TotalSGST\":122.03,\"TotalCGST\":122.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":17200,\"TotalDueAmount\":0,\"InvoiceValue\":17200,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXJ-BOM-IndiGo 6E-5015\",\"ItemQty\":1,\"ItemRates\":8306,\"Total\":8306,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":9106,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":8983.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-IXJ-IndiGo 6E-559\",\"ItemQty\":1,\"ItemRates\":7294,\"Total\":7294,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":8094,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":7971.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 16:55:29'),(36,'73355-18e01-d268a-582a1','{\"FlightBookingData\":[{\"bookingId\":\"TJS105200425258\",\"FlightNumber\":\"6E-2106\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"03:00\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-01-10T03:00\",\"LocalFromTime\":\"2023-01-10 03:00\",\"FromUTCTime\":\"2023-01-10T03:00\",\"LocalToTime\":\"2023-01-10 05:10\",\"ToUTCTime\":\"2023-01-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7526,\"PublishedFareTxt\":\"7,526\",\"ApiResultIndex\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2326,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7526,\"PublishedFare\":7241,\"OfferedFare\":6441,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7217524088_0DELCCU6E2106_8868711462270\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2326,\"BaseFareCal\":6563.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":7241,\"CostToCustomer\":7241,\"BaseFareCal\":6563.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":6563.03,\"intOfferedFare\":6441,\"intPublishFare\":7526,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"596\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T05:10\",\"SegFlightNumber\":\"6E-2106\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T03:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:00\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"596\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"73355-18e01-d268a-582a1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T17:46:33.644\",\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200425258\",\"FlightNumber\":\"6E-2106\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"03:00\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-01-10T03:00\",\"LocalFromTime\":\"2023-01-10 03:00\",\"FromUTCTime\":\"2023-01-10T03:00\",\"LocalToTime\":\"2023-01-10 05:10\",\"ToUTCTime\":\"2023-01-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7526,\"ApiResultIndex\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"73355-18e01-d268a-582a1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-22T17:46:33.644\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2326,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7526,\"PublishedFare\":7241,\"OfferedFare\":6441,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2326,\"BaseFareCal\":6563.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"596\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T05:10\",\"SegFlightNumber\":\"6E-2106\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T03:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:00\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7217524088_6DELCCU6E2106_8695157474409\",\"localFromDateTime\":\"2023-01-10 03:00\",\"localToDateTime\":\"2023-01-10 05:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"12\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_id\":[\"12\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-17-46-31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"4\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_customer\":[[\"12\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"10\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"73355-18e01-d268a-582a1\",\"from_city_\":\"1__DEL-CCU\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_id\":[\"12\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"jitendra@catpl.co.in\",\"FirstName\":\"Jitendra\",\"LastName\":\"Singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9958049006\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2022-12-22 17:46:31'),(40,'4c615-33edd-706f5-71c2d','{\"BookingData\":[{\"bookingId\":\"TJS119000425279\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30523.4,\"OfferedFare\":29073.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2302227735_1DXBBOMSG14BOMDELSG8158_9399896546843\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.46,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"2023-01-13 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS119000425279\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":30523.4,\"ApiResultIndex\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30523.4,\"OfferedFare\":29073.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2302227735_1DXBBOMSG14BOMDELSG8158_9399896546843\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.46,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"139\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"140\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-13T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-13T01:55\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"141\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-13T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2302227735_97DELDXBSG5DXBBOMSG14BOMDELSG8158_8530170468986\",\"localFromDateTime\":\"2023-01-10 19:25\",\"localToDateTime\":\"2023-01-10 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS119000425279\",\"FlightNumber\":\"SG-14\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-13T01:55\",\"LocalFromTime\":\"2023-01-13 01:55\",\"FromUTCTime\":\"2023-01-13T01:55\",\"LocalToTime\":\"2023-01-13 21:20\",\"ToUTCTime\":\"2023-01-13T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1075,\"DepartureDateTxt\":\"Fri, 13 Jan\",\"ArrivalDateTxt\":\"Fri, 13 Jan\",\"FlightDuration\":\"19h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"140\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-13T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-13T01:55\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"141\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-13T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGSW\",\"Price\":434,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNSW\",\"Price\":434,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVSW\",\"Price\":483,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCVS\",\"Price\":580,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCNS\",\"Price\":580,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"2023-01-13 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"10\\/01\\/2023\",\"return_date\":\"13\\/01\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2023\",\"return_dates\":\"13\\/01\\/2023\",\"strDepatureDate\":\"2023-01-10\",\"strReturnDate\":\"2023-01-13\",\"SearchFlightTraceId\":\"4c615-33edd-706f5-71c2d\",\"from_city_\":\"2__DEL-DXB-DEL\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi&mytrip_city_to=Dubai&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=10%2F01%2F2023&return_date=13%2F01%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.vo.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1947-12-30\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-17-58-49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"GFH786HJHBJK\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-12-20\",\"passporIssue\":\"2018-12-20\",\"CustomerSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534060\",\"TPSysId\":\"534061\",\"VersionId\":[\"137401\"],\"CustomerSysId\":\"305438\",\"TrxId\":\"42422\",\"FareBreakdownid\":[\"366963\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"13\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"5\",\"CustomerMemSysId\":[\"5\"],\"flight_booking_id\":[\"13\",\"14\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"13\",\"14\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":30523.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305438\",\"TPSysId\":\"534061\",\"MasterTPSysId\":\"534060\",\"ProposalID\":\"534061\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":30279.34,\"InvoiceStatus\":true,\"TotalSGST\":122.03,\"TotalCGST\":122.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":30523.4,\"TotalDueAmount\":0,\"InvoiceValue\":30523.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-SpiceJet SG-5\",\"ItemQty\":1,\"ItemRates\":28923.4,\"Total\":28923.4,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":30523.4,\"MarkupType\":\"\",\"Markup\":1355.94,\"TotalMarkup\":1355.94,\"SubTotal\":30279.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":244.06,\"SGST\":122.03,\"CGST\":122.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DXB-DEL-SpiceJet SG-14\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 17:59:20'),(41,'e7f14-326e3-15df2-6ca53','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":839,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01J\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":839,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":742,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273561158\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"6\",\"SegFlightNumberArr\":\"SG-6\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-6\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273561158\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-01-12T11:10\",\"LocalFromTime\":\"2023-01-12 11:10\",\"FromUTCTime\":\"2023-01-12T11:10\",\"LocalToTime\":\"2023-01-12 15:45\",\"ToUTCTime\":\"2023-01-12T15:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273561158\",\"apiTraceId\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273561158\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273564899\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29906,\"Tax\":6856.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1028,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":36762.4,\"PublishedFare\":36763,\"PublishedFarePerPax\":36763,\"OfferedFare\":35162.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273564251\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6856.4,\"BaseFareCal\":35406.47,\"BaseFare\":29906,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1028,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":36762.4,\"CostToCustomer\":36762.4,\"BaseFareCal\":35406.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":35406.47,\"intOfferedFare\":35162.4,\"intPublishFare\":36762.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":34398,\"Tax\":8214.4,\"YQTax\":0,\"OtherCharges\":5397,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":42612.4,\"PublishedFare\":42613,\"PublishedFarePerPax\":42613,\"OfferedFare\":41012.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_0DELDXBSG11DXBDELSG6_9892273561158\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8214.4,\"BaseFareCal\":41256.47,\"BaseFare\":34398,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5397,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":42612.4,\"CostToCustomer\":42612.4,\"BaseFareCal\":41256.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":41256.47,\"intOfferedFare\":41012.4,\"intPublishFare\":42612.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T15:45\",\"SegFlightNumber\":\"SG-6\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"11:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":742,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01L\"},{\"origin\":{\"keyIndex\":743,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-12T23:10\",\"LocalFromTime\":\"2023-01-12 23:10\",\"FromUTCTime\":\"2023-01-12T23:10\",\"LocalToTime\":\"2023-01-13 03:45\",\"ToUTCTime\":\"2023-01-13T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Fri, 13 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571291\",\"apiTraceId\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571291\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273572160\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29906,\"Tax\":6856.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1028,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":36762.4,\"PublishedFare\":36763,\"PublishedFarePerPax\":36763,\"OfferedFare\":35162.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571726\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6856.4,\"BaseFareCal\":35406.47,\"BaseFare\":29906,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1028,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":36762.4,\"CostToCustomer\":36762.4,\"BaseFareCal\":35406.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":35406.47,\"intOfferedFare\":35162.4,\"intPublishFare\":36762.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":34398,\"Tax\":8214.4,\"YQTax\":0,\"OtherCharges\":5397,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":42612.4,\"PublishedFare\":42613,\"PublishedFarePerPax\":42613,\"OfferedFare\":41012.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_1DELDXBSG11DXBDELSG12_9892273571291\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8214.4,\"BaseFareCal\":41256.47,\"BaseFare\":34398,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5397,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":42612.4,\"CostToCustomer\":42612.4,\"BaseFareCal\":41256.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":41256.47,\"intOfferedFare\":41012.4,\"intPublishFare\":42612.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":743,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01M\"},{\"origin\":{\"keyIndex\":745,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583180\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8702 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583180\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 12:20\",\"ToUTCTime\":\"2023-01-12T12:20\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":490,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"8h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583180\",\"apiTraceId\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583180\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583565\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":36783,\"Tax\":8297.4,\"YQTax\":0,\"OtherCharges\":5480,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":45080.4,\"PublishedFare\":45081,\"PublishedFarePerPax\":45081,\"OfferedFare\":43480.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9892273583180\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8297.4,\"BaseFareCal\":43724.47,\"BaseFare\":36783,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5480,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":45080.4,\"CostToCustomer\":45080.4,\"BaseFareCal\":43724.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":43724.47,\"intOfferedFare\":43480.4,\"intPublishFare\":45080.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:25\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":220,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T12:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":745,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01N\"},{\"origin\":{\"keyIndex\":750,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273601797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"6\",\"SegFlightNumberArr\":\"SG-6\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-6\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273601797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-01-12T11:10\",\"LocalFromTime\":\"2023-01-12 11:10\",\"FromUTCTime\":\"2023-01-12T11:10\",\"LocalToTime\":\"2023-01-12 15:45\",\"ToUTCTime\":\"2023-01-12T15:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273601797\",\"apiTraceId\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273601797\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273602617\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27206,\"Tax\":6720.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":892,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":33926.4,\"PublishedFare\":33927,\"PublishedFarePerPax\":33927,\"OfferedFare\":32326.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273602166\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":11,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6720.4,\"BaseFareCal\":32570.47,\"BaseFare\":27206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":892,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":33926.4,\"CostToCustomer\":33926.4,\"BaseFareCal\":32570.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":32570.47,\"intOfferedFare\":32326.4,\"intPublishFare\":33926.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":31482,\"Tax\":7962.4,\"YQTax\":0,\"OtherCharges\":5295,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":39444.4,\"PublishedFare\":39445,\"PublishedFarePerPax\":39445,\"OfferedFare\":37844.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_8DELDXBSG5DXBDELSG6_9892273601797\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":11,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7962.4,\"BaseFareCal\":38088.47,\"BaseFare\":31482,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5295,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":39444.4,\"CostToCustomer\":39444.4,\"BaseFareCal\":38088.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":38088.47,\"intOfferedFare\":37844.4,\"intPublishFare\":39444.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T15:45\",\"SegFlightNumber\":\"SG-6\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"11:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":750,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01O\"},{\"origin\":{\"keyIndex\":751,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606342\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606342\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-12T23:10\",\"LocalFromTime\":\"2023-01-12 23:10\",\"FromUTCTime\":\"2023-01-12T23:10\",\"LocalToTime\":\"2023-01-13 03:45\",\"ToUTCTime\":\"2023-01-13T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Fri, 13 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606342\",\"apiTraceId\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606342\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273607163\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27206,\"Tax\":6720.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":892,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":33926.4,\"PublishedFare\":33927,\"PublishedFarePerPax\":33927,\"OfferedFare\":32326.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606753\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6720.4,\"BaseFareCal\":32570.47,\"BaseFare\":27206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":892,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":33926.4,\"CostToCustomer\":33926.4,\"BaseFareCal\":32570.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":32570.47,\"intOfferedFare\":32326.4,\"intPublishFare\":33926.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":31482,\"Tax\":7962.4,\"YQTax\":0,\"OtherCharges\":5295,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":39444.4,\"PublishedFare\":39445,\"PublishedFarePerPax\":39445,\"OfferedFare\":37844.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_9DELDXBSG5DXBDELSG12_9892273606342\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7962.4,\"BaseFareCal\":38088.47,\"BaseFare\":31482,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5295,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":39444.4,\"CostToCustomer\":39444.4,\"BaseFareCal\":38088.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":38088.47,\"intOfferedFare\":37844.4,\"intPublishFare\":39444.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":751,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01P\"},{\"origin\":{\"keyIndex\":753,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615007\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8702 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615007\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 12:20\",\"ToUTCTime\":\"2023-01-12T12:20\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":490,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"8h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615007\",\"apiTraceId\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615007\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615458\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":33867,\"Tax\":8045.4,\"YQTax\":0,\"OtherCharges\":5378,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":41912.4,\"PublishedFare\":41913,\"PublishedFarePerPax\":41913,\"OfferedFare\":40312.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9892273615007\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":10,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8045.4,\"BaseFareCal\":40556.47,\"BaseFare\":33867,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5378,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":41912.4,\"CostToCustomer\":41912.4,\"BaseFareCal\":40556.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":40556.47,\"intOfferedFare\":40312.4,\"intPublishFare\":41912.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:25\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":220,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T12:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":753,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01Q\"},{\"origin\":{\"keyIndex\":838,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9892273920617\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9892273920617\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9892273920617\",\"apiTraceId\":\"4-8181588975_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9892273920617\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9892273920617\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":838,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01R\"},{\"origin\":{\"keyIndex\":839,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"apiTraceId\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8181588975_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9892273925228\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"e7f14-326e3-15df2-6ca53\",\"keyIndex\":839,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01S\"}]}],\"FlightBookingDataInbound\":null}','2022-12-22 18:02:59'),(45,'43038-4a02a-d8054-cf9c4','{\"BookingData\":[{\"bookingId\":\"TJS118700425331\",\"FlightNumber\":\"UK-941\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-16T16:45\",\"LocalFromTime\":\"2023-01-16 16:45\",\"FromUTCTime\":\"2023-01-16T16:45\",\"LocalToTime\":\"2023-01-17 18:15\",\"ToUTCTime\":\"2023-01-17T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1280,\"LAYOVERDuration\":\"21h 20m\",\"FlyingMinutes\":1620,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"25h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23755,\"Tax\":7407.4,\"YQTax\":0,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1209,\"CarrierMiscFee\":420,\"MUFee\":1600,\"intPublishedFare\":31162.4,\"PublishedFare\":31162.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10608194553024\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7407.4,\"BaseFareCal\":29806.46,\"BaseFare\":23755,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1209,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"499\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-16T19:05\",\"SegFlightNumber\":\"UK-941\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-16T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":1280,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"21h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"500\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-17T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118700425331\",\"FlightNumber\":\"UK-941\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-16T16:45\",\"LocalFromTime\":\"2023-01-16 16:45\",\"FromUTCTime\":\"2023-01-16T16:45\",\"LocalToTime\":\"2023-01-17 18:15\",\"ToUTCTime\":\"2023-01-17T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1280,\"LAYOVERDuration\":\"21h 20m\",\"FlyingMinutes\":1620,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"25h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":31162.4,\"ApiResultIndex\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23755,\"Tax\":7407.4,\"YQTax\":0,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1209,\"CarrierMiscFee\":420,\"MUFee\":1600,\"intPublishedFare\":31162.4,\"PublishedFare\":31162.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10608194553024\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7407.4,\"BaseFareCal\":29806.46,\"BaseFare\":23755,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1209,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"499\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-16T19:05\",\"SegFlightNumber\":\"UK-941\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-16T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":1280,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"21h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"500\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-17T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"501\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T23:55\",\"SegFlightNumber\":\"UK-202\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-18T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":1260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"21h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"502\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-19T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-12-10-3199842428_1DXBBOMUK202BOMDELUK988_10556586884178\",\"localFromDateTime\":\"2023-01-16 16:45\",\"localToDateTime\":\"2023-01-17 18:15\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS118700425331\",\"FlightNumber\":\"UK-202\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"23:00\",\"TravelDate\":\"2023-01-18T19:15\",\"LocalFromTime\":\"2023-01-18 19:15\",\"FromUTCTime\":\"2023-01-18T19:15\",\"LocalToTime\":\"2023-01-19 23:00\",\"ToUTCTime\":\"2023-01-19T23:00\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1260,\"LAYOVERDuration\":\"21h 0m\",\"FlyingMinutes\":1575,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"27h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"501\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-18T23:55\",\"SegFlightNumber\":\"UK-202\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-18T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":1260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"21h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"502\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-19T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"501\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"16\\/01\\/2023\",\"return_date\":\"18\\/01\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/01\\/2023\",\"return_dates\":\"18\\/01\\/2023\",\"strDepatureDate\":\"2023-01-16\",\"strReturnDate\":\"2023-01-18\",\"SearchFlightTraceId\":\"43038-4a02a-d8054-cf9c4\",\"from_city_\":\"2__DEL-DXB-DEL\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=16%2F01%2F2023&return_date=18%2F01%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1991-12-27\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-18-17-26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"GYF6758JHJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-12-20\",\"passporIssue\":\"2018-06-20\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534087\",\"TPSysId\":\"534088\",\"VersionId\":[\"137411\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42428\",\"FareBreakdownid\":[\"366967\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"14\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"15\",\"16\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"15\",\"16\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":31162.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"534088\",\"MasterTPSysId\":\"534087\",\"ProposalID\":\"534088\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":30918.34,\"InvoiceStatus\":true,\"TotalSGST\":122.03,\"TotalCGST\":122.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":31162.4,\"TotalDueAmount\":0,\"InvoiceValue\":31162.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-Vistara UK-941\",\"ItemQty\":1,\"ItemRates\":29562.4,\"Total\":29562.4,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":31162.4,\"MarkupType\":\"\",\"Markup\":1355.94,\"TotalMarkup\":1355.94,\"SubTotal\":30918.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":244.06,\"SGST\":122.03,\"CGST\":122.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DXB-DEL-Vistara UK-202\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 18:18:02'),(49,'da7b1-440c4-d9ed8-d2282','{\"BookingData\":[{\"bookingId\":\"TJS114100425347\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-01-17T04:35\",\"LocalFromTime\":\"2023-01-17 04:35\",\"FromUTCTime\":\"2023-01-17T04:35\",\"LocalToTime\":\"2023-01-18 00:10\",\"ToUTCTime\":\"2023-01-18T00:10\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1265,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"19h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16025,\"Tax\":15366.400000000001,\"YQTax\":7940,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1220,\"CarrierMiscFee\":428,\"MUFee\":1600,\"intPublishedFare\":31391.4,\"PublishedFare\":31391.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3099274207_1XNBAUHEY5419AUHDELEY224_11444975066530\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15366.400000000001,\"BaseFareCal\":30035.46,\"BaseFare\":16025,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":7940,\"AGST\":1220,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":428,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-17T07:05\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":905,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"15h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"422\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-01-18T00:10\",\"SegFlightNumber\":\"EY-5430\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114100425347\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-01-17T04:35\",\"LocalFromTime\":\"2023-01-17 04:35\",\"FromUTCTime\":\"2023-01-17T04:35\",\"LocalToTime\":\"2023-01-18 00:10\",\"ToUTCTime\":\"2023-01-18T00:10\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1265,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"19h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":31391.4,\"ApiResultIndex\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16025,\"Tax\":15366.400000000001,\"YQTax\":7940,\"OtherCharges\":4143,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1220,\"CarrierMiscFee\":428,\"MUFee\":1600,\"intPublishedFare\":31391.4,\"PublishedFare\":31391.4,\"OfferedFare\":835.4000000000001,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-3099274207_1XNBAUHEY5419AUHDELEY224_11444975066530\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15366.400000000001,\"BaseFareCal\":30035.46,\"BaseFare\":16025,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":7940,\"AGST\":1220,\"MFT\":5.4,\"OT\":4143,\"MU\":1600,\"YR\":428,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.94,\"GSTOnMarkUp\":244.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"421\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-17T07:05\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":905,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"15h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"422\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-01-18T00:10\",\"SegFlightNumber\":\"EY-5430\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"423\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-20T18:30\",\"SegFlightNumber\":\"EY-5419\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-01-20T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":1205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"20h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"424\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T19:20\",\"SegFlightNumber\":\"EY-224\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-21T14:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:35\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-12-10-3099274207_76DELAUHEY211AUHXNBEY5430XNBAUHEY5419AUHDELEY224_11390940404509\",\"localFromDateTime\":\"2023-01-17 04:35\",\"localToDateTime\":\"2023-01-18 00:10\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114100425347\",\"FlightNumber\":\"EY-5419\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-01-20T16:30\",\"LocalFromTime\":\"2023-01-20 16:30\",\"FromUTCTime\":\"2023-01-20T16:30\",\"LocalToTime\":\"2023-01-21 19:20\",\"ToUTCTime\":\"2023-01-21T19:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":1205,\"LAYOVERDuration\":\"20h 5m\",\"FlyingMinutes\":1520,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Sat, 21 Jan\",\"FlightDuration\":\"26h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"423\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-01-20T18:30\",\"SegFlightNumber\":\"EY-5419\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-01-20T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":1205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"20h 5m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"424\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T19:20\",\"SegFlightNumber\":\"EY-224\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-01-21T14:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:35\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"423\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"17\\/01\\/2023\",\"return_date\":\"20\\/01\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/01\\/2023\",\"return_dates\":\"20\\/01\\/2023\",\"strDepatureDate\":\"2023-01-17\",\"strReturnDate\":\"2023-01-20\",\"SearchFlightTraceId\":\"da7b1-440c4-d9ed8-d2282\",\"from_city_\":\"2__DEL-DXB-DEL\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=17%2F01%2F2023&return_date=20%2F01%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1991-12-27\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-22-18-29-01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"GYF6758JHJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-12-20\",\"passporIssue\":\"2018-06-20\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"534101\",\"TPSysId\":\"534102\",\"VersionId\":[\"137418\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42430\",\"FareBreakdownid\":[\"366969\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"15\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"17\",\"18\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"17\",\"18\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":31391.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"534102\",\"MasterTPSysId\":\"534101\",\"ProposalID\":\"534102\\/V1\",\"InvoiceDate\":\"2022-12-22\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-22\",\"PaymentDate\":\"2022-12-22\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":31147.34,\"InvoiceStatus\":true,\"TotalSGST\":122.03,\"TotalCGST\":122.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":31391.4,\"TotalDueAmount\":0,\"InvoiceValue\":31391.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-XNB-Etihad Airways EY-211\",\"ItemQty\":1,\"ItemRates\":29791.4,\"Total\":29791.4,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":31391.4,\"MarkupType\":\"\",\"Markup\":1355.94,\"TotalMarkup\":1355.94,\"SubTotal\":31147.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":244.06,\"SGST\":122.03,\"CGST\":122.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"XNB-DEL-Etihad Airways EY-5419\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-22 18:30:00'),(50,'10adc-4a275-119de-f44c0','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-2517\",\"keyIndex\":31,\"SegFlightNumberArr\":\"6E-2517\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3599679277_4DELCCU6E2517_74114649848197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2023-01-10T20:30\",\"LocalFromTime\":\"2023-01-10 20:30\",\"FromUTCTime\":\"2023-01-10T20:30\",\"LocalToTime\":\"2023-01-10 22:40\",\"ToUTCTime\":\"2023-01-10T22:40\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":8291,\"PublishedFareTxt\":\"8,291\",\"ApiResultIndex\":\"5-3599679277_4DELCCU6E2517_74114649847475\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"10adc-4a275-119de-f44c0\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6200,\"Tax\":2376,\"YQTax\":0,\"OtherCharges\":1104,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8576,\"PublishedFare\":8291,\"PublishedFarePerPax\":8291,\"OfferedFare\":7491,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3599679277_4DELCCU6E2517_74114649848197\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2376,\"BaseFareCal\":7613.03,\"BaseFare\":6200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":1104,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":8291,\"CostToCustomer\":8291,\"BaseFareCal\":7613.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":7613.03,\"intOfferedFare\":7491,\"intPublishFare\":8576,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06H\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T22:40\",\"SegFlightNumber\":\"6E-2517\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"0DF\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-23 11:53:38'),(51,'8c7a9-9589f-eeebe-d85d5','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":835,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07M\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":835,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":738,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796565505\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"6\",\"SegFlightNumberArr\":\"SG-6\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-6\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796565505\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-01-12T11:10\",\"LocalFromTime\":\"2023-01-12 11:10\",\"FromUTCTime\":\"2023-01-12T11:10\",\"LocalToTime\":\"2023-01-12 15:45\",\"ToUTCTime\":\"2023-01-12T15:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796565505\",\"apiTraceId\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796565505\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796566990\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29906,\"Tax\":6856.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1028,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":36762.4,\"PublishedFare\":36763,\"PublishedFarePerPax\":36763,\"OfferedFare\":35162.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796566514\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6856.4,\"BaseFareCal\":35406.47,\"BaseFare\":29906,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1028,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":36762.4,\"CostToCustomer\":36762.4,\"BaseFareCal\":35406.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":35406.47,\"intOfferedFare\":35162.4,\"intPublishFare\":36762.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":34398,\"Tax\":8214.4,\"YQTax\":0,\"OtherCharges\":5397,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":42612.4,\"PublishedFare\":42613,\"PublishedFarePerPax\":42613,\"OfferedFare\":41012.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_0DELDXBSG11DXBDELSG6_9083796565505\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8214.4,\"BaseFareCal\":41256.47,\"BaseFare\":34398,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5397,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":42612.4,\"CostToCustomer\":42612.4,\"BaseFareCal\":41256.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":41256.47,\"intOfferedFare\":41012.4,\"intPublishFare\":42612.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T15:45\",\"SegFlightNumber\":\"SG-6\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"11:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":738,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"07O\"},{\"origin\":{\"keyIndex\":739,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572315\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572315\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-12T23:10\",\"LocalFromTime\":\"2023-01-12 23:10\",\"FromUTCTime\":\"2023-01-12T23:10\",\"LocalToTime\":\"2023-01-13 03:45\",\"ToUTCTime\":\"2023-01-13T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Fri, 13 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572315\",\"apiTraceId\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572315\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796573119\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29906,\"Tax\":6856.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1028,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":36762.4,\"PublishedFare\":36763,\"PublishedFarePerPax\":36763,\"OfferedFare\":35162.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572668\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6856.4,\"BaseFareCal\":35406.47,\"BaseFare\":29906,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1028,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":36762.4,\"CostToCustomer\":36762.4,\"BaseFareCal\":35406.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":35406.47,\"intOfferedFare\":35162.4,\"intPublishFare\":36762.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":34398,\"Tax\":8214.4,\"YQTax\":0,\"OtherCharges\":5397,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":42612.4,\"PublishedFare\":42613,\"PublishedFarePerPax\":42613,\"OfferedFare\":41012.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_1DELDXBSG11DXBDELSG12_9083796572315\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8214.4,\"BaseFareCal\":41256.47,\"BaseFare\":34398,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5397,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":42612.4,\"CostToCustomer\":42612.4,\"BaseFareCal\":41256.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":41256.47,\"intOfferedFare\":41012.4,\"intPublishFare\":42612.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":739,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"07P\"},{\"origin\":{\"keyIndex\":741,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583482\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8702 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583482\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 12:20\",\"ToUTCTime\":\"2023-01-12T12:20\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":490,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"8h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583482\",\"apiTraceId\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583482\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583835\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":36783,\"Tax\":8297.4,\"YQTax\":0,\"OtherCharges\":5480,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1182,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":45080.4,\"PublishedFare\":45081,\"PublishedFarePerPax\":45081,\"OfferedFare\":43480.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_3DELDXBSG11DXBBOMSG14BOMDELSG8702_9083796583482\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8297.4,\"BaseFareCal\":43724.47,\"BaseFare\":36783,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1182,\"MFT\":5.4,\"OT\":5480,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":45080.4,\"CostToCustomer\":45080.4,\"BaseFareCal\":43724.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":43724.47,\"intOfferedFare\":43480.4,\"intPublishFare\":45080.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:25\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":220,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T12:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":741,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"07Q\"},{\"origin\":{\"keyIndex\":746,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796608992\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"6\",\"SegFlightNumberArr\":\"SG-6\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-6\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796608992\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-01-12T11:10\",\"LocalFromTime\":\"2023-01-12 11:10\",\"FromUTCTime\":\"2023-01-12T11:10\",\"LocalToTime\":\"2023-01-12 15:45\",\"ToUTCTime\":\"2023-01-12T15:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796608992\",\"apiTraceId\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796608992\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796609763\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27206,\"Tax\":6720.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":892,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":33926.4,\"PublishedFare\":33927,\"PublishedFarePerPax\":33927,\"OfferedFare\":32326.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796609361\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":11,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6720.4,\"BaseFareCal\":32570.47,\"BaseFare\":27206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":892,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":33926.4,\"CostToCustomer\":33926.4,\"BaseFareCal\":32570.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":32570.47,\"intOfferedFare\":32326.4,\"intPublishFare\":33926.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":31482,\"Tax\":7962.4,\"YQTax\":0,\"OtherCharges\":5295,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":39444.4,\"PublishedFare\":39445,\"PublishedFarePerPax\":39445,\"OfferedFare\":37844.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_8DELDXBSG5DXBDELSG6_9083796608992\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":11,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7962.4,\"BaseFareCal\":38088.47,\"BaseFare\":31482,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5295,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":39444.4,\"CostToCustomer\":39444.4,\"BaseFareCal\":38088.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":38088.47,\"intOfferedFare\":37844.4,\"intPublishFare\":39444.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T15:45\",\"SegFlightNumber\":\"SG-6\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"11:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":746,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"07R\"},{\"origin\":{\"keyIndex\":747,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-12T23:10\",\"LocalFromTime\":\"2023-01-12 23:10\",\"FromUTCTime\":\"2023-01-12T23:10\",\"LocalToTime\":\"2023-01-13 03:45\",\"ToUTCTime\":\"2023-01-13T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Fri, 13 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613291\",\"apiTraceId\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613291\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796614341\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27206,\"Tax\":6720.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":892,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":33926.4,\"PublishedFare\":33927,\"PublishedFarePerPax\":33927,\"OfferedFare\":32326.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613865\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6720.4,\"BaseFareCal\":32570.47,\"BaseFare\":27206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":892,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":33926.4,\"CostToCustomer\":33926.4,\"BaseFareCal\":32570.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":32570.47,\"intOfferedFare\":32326.4,\"intPublishFare\":33926.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":31482,\"Tax\":7962.4,\"YQTax\":0,\"OtherCharges\":5295,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":39444.4,\"PublishedFare\":39445,\"PublishedFarePerPax\":39445,\"OfferedFare\":37844.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_9DELDXBSG5DXBDELSG12_9083796613291\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7962.4,\"BaseFareCal\":38088.47,\"BaseFare\":31482,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5295,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":39444.4,\"CostToCustomer\":39444.4,\"BaseFareCal\":38088.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":38088.47,\"intOfferedFare\":37844.4,\"intPublishFare\":39444.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-13T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":747,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"07S\"},{\"origin\":{\"keyIndex\":749,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622161\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8702 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622161\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 12:20\",\"ToUTCTime\":\"2023-01-12T12:20\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":490,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"8h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622161\",\"apiTraceId\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622161\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622514\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":33867,\"Tax\":8045.4,\"YQTax\":0,\"OtherCharges\":5378,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1032,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":41912.4,\"PublishedFare\":41913,\"PublishedFarePerPax\":41913,\"OfferedFare\":40312.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_11DELDXBSG5DXBBOMSG14BOMDELSG8702_9083796622161\",\"IsGSTRequired\":false,\"fareremarks\":\"Free Meal\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":11,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8045.4,\"BaseFareCal\":40556.47,\"BaseFare\":33867,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1032,\"MFT\":5.4,\"OT\":5378,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":41912.4,\"CostToCustomer\":41912.4,\"BaseFareCal\":40556.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":40556.47,\"intOfferedFare\":40312.4,\"intPublishFare\":41912.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:25\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":220,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T12:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":749,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"07T\"},{\"origin\":{\"keyIndex\":834,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9083796983143\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-10T07:30\",\"LocalFromTime\":\"2023-01-10 07:30\",\"FromUTCTime\":\"2023-01-10T07:30\",\"LocalToTime\":\"2023-01-10 10:10\",\"ToUTCTime\":\"2023-01-10T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9083796983143\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9083796983143\",\"apiTraceId\":\"4-2430942921_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9083796983143\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_96DELDXBSG11DXBBOMSG14BOMDELSG8158_9083796983143\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":834,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"07U\"},{\"origin\":{\"keyIndex\":835,\"FlightNumber\":\"5\",\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-10T19:25\",\"LocalFromTime\":\"2023-01-10 19:25\",\"FromUTCTime\":\"2023-01-10T19:25\",\"LocalToTime\":\"2023-01-10 22:05\",\"ToUTCTime\":\"2023-01-10T22:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"14\",\"SegFlightNumberArr\":\"SG-14, SG-8158 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-14\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"01:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-01-12T01:55\",\"LocalFromTime\":\"2023-01-12 01:55\",\"FromUTCTime\":\"2023-01-12T01:55\",\"LocalToTime\":\"2023-01-12 21:20\",\"ToUTCTime\":\"2023-01-12T21:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":770,\"LAYOVERDuration\":\"12h 50m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":30523.4,\"PublishedFareTxt\":\"30,523\",\"ApiResultIndex\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"apiTraceId\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":24911,\"Tax\":5612.4,\"YQTax\":0,\"OtherCharges\":3305,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":672,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":30523.4,\"PublishedFare\":30524,\"PublishedFarePerPax\":30524,\"OfferedFare\":28923.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2430942921_97DELDXBSG5DXBBOMSG14BOMDELSG8158_9083796986392\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5612.4,\"BaseFareCal\":29167.47,\"BaseFare\":24911,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":672,\"MFT\":5.4,\"OT\":3305,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":244.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1355.93,\"GSTOnMarkUp\":244.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1355.93,\"IntTaxOnAgencyFixMarkUp\":244.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":244.07,\"PublishFare\":30523.4,\"CostToCustomer\":30523.4,\"BaseFareCal\":29167.47,\"intCommisionEarnedForAgency\":1355.93,\"CostToCompany\":29167.47,\"intOfferedFare\":28923.4,\"intPublishFare\":30523.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-10T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T06:15\",\"SegFlightNumber\":\"SG-14\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-12T01:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":770,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:55\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"12h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-12T21:20\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-12T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"01:55\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8c7a9-9589f-eeebe-d85d5\",\"keyIndex\":835,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"07V\"}]}],\"FlightBookingDataInbound\":null}','2022-12-23 16:27:28'),(55,'3c5ab-773ae-66f6a-1efb8','{\"BookingData\":[{\"bookingId\":\"TJS101200426140\",\"FlightNumber\":\"6E-7044\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"04:50\",\"TravelDate\":\"2023-01-18T22:55\",\"LocalFromTime\":\"2023-01-18 22:55\",\"FromUTCTime\":\"2023-01-18T22:55\",\"LocalToTime\":\"2023-01-19 04:50\",\"ToUTCTime\":\"2023-01-19T04:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6775,\"PublishedFareTxt\":\"6,775\",\"ApiResultIndex\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4350,\"Tax\":2425,\"YQTax\":0,\"OtherCharges\":928,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6775,\"PublishedFare\":6490,\"OfferedFare\":5690,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6042877594691\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2425,\"BaseFareCal\":5812.03,\"BaseFare\":4350,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":225,\"MFT\":72,\"OT\":928,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":6490,\"CostToCustomer\":6490,\"BaseFareCal\":5812.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":5812.03,\"intOfferedFare\":5690,\"intPublishFare\":6775,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"646\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-19T00:30\",\"SegFlightNumber\":\"6E-7044\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-18T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T04:50\",\"SegFlightNumber\":\"6E-6494\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-19T02:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:45\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c5ab-773ae-66f6a-1efb8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-23T18:34:01.789\",\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101200426140\",\"FlightNumber\":\"6E-7044\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"04:50\",\"TravelDate\":\"2023-01-18T22:55\",\"LocalFromTime\":\"2023-01-18 22:55\",\"FromUTCTime\":\"2023-01-18T22:55\",\"LocalToTime\":\"2023-01-19 04:50\",\"ToUTCTime\":\"2023-01-19T04:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6775,\"ApiResultIndex\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3c5ab-773ae-66f6a-1efb8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-23T18:34:01.789\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4350,\"Tax\":2425,\"YQTax\":0,\"OtherCharges\":928,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6775,\"PublishedFare\":6490,\"OfferedFare\":5690,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2425,\"BaseFareCal\":5812.03,\"BaseFare\":4350,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":225,\"MFT\":72,\"OT\":928,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"646\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-19T00:30\",\"SegFlightNumber\":\"6E-7044\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-18T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T04:50\",\"SegFlightNumber\":\"6E-6494\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-19T02:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:45\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9798161896_0MAAHYD6E7044HYDCCU6E6494_6035500783704\",\"localFromDateTime\":\"2023-01-18 22:55\",\"localToDateTime\":\"2023-01-19 04:50\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"18\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3c5ab-773ae-66f6a-1efb8\",\"from_city_\":\"1__MAA-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai&mytrip_city_to=Kolkata&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=18%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+MAA&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-23-18-33-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"535060\",\"TPSysId\":\"535061\",\"VersionId\":[\"137819\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42528\",\"FareBreakdownid\":[\"367036\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"1\":{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}},\"SelectedBaggSessionNew\":{\"1\":{\"Currency\":\"INR\",\"key\":\"646\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"16\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"19\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"19\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":9240},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"535061\",\"MasterTPSysId\":\"535060\",\"ProposalID\":\"535061\\/V1\",\"InvoiceDate\":\"2022-12-23\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-23\",\"PaymentDate\":\"2022-12-23\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":9117.97,\"InvoiceStatus\":true,\"TotalSGST\":61.015,\"TotalCGST\":61.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":9240,\"TotalDueAmount\":0,\"InvoiceValue\":9240,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"MAA-CCU-IndiGo 6E-7044\",\"ItemQty\":1,\"ItemRates\":5690,\"Total\":5690,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6490,\"MarkupType\":\"\",\"Markup\":677.97,\"TotalMarkup\":677.97,\"SubTotal\":6367.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":122.03,\"SGST\":61.015,\"CGST\":61.015,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"MisxItems_name\":\"Add ons\",\"Description\":\"Baggage\",\"ItemQty\":1,\"ItemRates\":2250,\"Total\":2250,\"DiscountType\":0,\"Discount\":0,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":2250,\"ServiceFeeTotal\":0,\"GSTPercentage\":0,\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"MisxItems_name\":\"Add ons\",\"Description\":\"Meal\",\"ItemQty\":1,\"ItemRates\":500,\"Total\":500,\"DiscountType\":0,\"Discount\":0,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":500,\"ServiceFeeTotal\":0,\"GSTPercentage\":0,\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-23 18:33:58'),(56,'db1e4-5a2a2-4f29d-81d10','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6017\",\"keyIndex\":0,\"SegFlightNumberArr\":\"6E-6017\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4216931434_0BLRMAA6E6017_7971876122117\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-12-24T18:25\",\"LocalFromTime\":\"2022-12-24 18:25\",\"FromUTCTime\":\"2022-12-24T18:25\",\"LocalToTime\":\"2022-12-24 19:25\",\"ToUTCTime\":\"2022-12-24T19:25\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Sat, 24 Dec\",\"ArrivalDateTxt\":\"Sat, 24 Dec\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":4102,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"5-4216931434_0BLRMAA6E6017_7971876119615\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"db1e4-5a2a2-4f29d-81d10\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1963,\"Tax\":2424,\"YQTax\":0,\"OtherCharges\":1049,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":103,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4387,\"PublishedFare\":4102,\"PublishedFarePerPax\":4102,\"OfferedFare\":3302,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4216931434_0BLRMAA6E6017_7971876122117\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2424,\"BaseFareCal\":3424.03,\"BaseFare\":1963,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":103,\"MFT\":72,\"OT\":1049,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":122.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":677.97,\"GSTOnMarkUp\":122.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":677.97,\"IntTaxOnAgencyFixMarkUp\":122.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":122.03,\"PublishFare\":4102,\"CostToCustomer\":4102,\"BaseFareCal\":3424.03,\"intCommisionEarnedForAgency\":677.97,\"CostToCompany\":3424.03,\"intOfferedFare\":3302,\"intPublishFare\":4387,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00X\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-12-24T19:25\",\"SegFlightNumber\":\"6E-6017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-12-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-24 09:14:37'),(60,'343b1-bff90-9ef3d-8edf0','{\"BookingData\":[{\"bookingId\":\"TJS102700427255\",\"FlightNumber\":\"I5-7797\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-10T10:00\",\"LocalFromTime\":\"2023-01-10 10:00\",\"FromUTCTime\":\"2023-01-10T10:00\",\"LocalToTime\":\"2023-01-10 17:15\",\"ToUTCTime\":\"2023-01-10T17:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6377,\"PublishedFareTxt\":\"6,377\",\"ApiResultIndex\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4218,\"Tax\":2159,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":214,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6377,\"PublishedFare\":6210,\"OfferedFare\":5292,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-5746961643_0DELBLRI57797BLRMAAI52461_18574603241673\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2159,\"BaseFareCal\":5432.03,\"BaseFare\":4218,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":214,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":6210,\"CostToCustomer\":6210,\"BaseFareCal\":5432.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5432.03,\"intOfferedFare\":5292,\"intPublishFare\":6377,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"94\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T12:00\",\"SegFlightNumber\":\"I5-7797\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T10:00\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":255,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-10T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-10T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"343b1-bff90-9ef3d-8edf0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-26T16:19:50.532\",\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700427255\",\"FlightNumber\":\"I5-7797\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-10T10:00\",\"LocalFromTime\":\"2023-01-10 10:00\",\"FromUTCTime\":\"2023-01-10T10:00\",\"LocalToTime\":\"2023-01-10 17:15\",\"ToUTCTime\":\"2023-01-10T17:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6377,\"ApiResultIndex\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"343b1-bff90-9ef3d-8edf0\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-26T16:19:50.532\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4218,\"Tax\":2159,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":214,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6377,\"PublishedFare\":6210,\"OfferedFare\":5292,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2159,\"BaseFareCal\":5432.03,\"BaseFare\":4218,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":214,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"94\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-10T12:00\",\"SegFlightNumber\":\"I5-7797\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T10:00\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":255,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-10T17:15\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":null,\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-10T16:15\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-5746961643_3DELBLRI57797BLRMAAI52461_18496322455994\",\"localFromDateTime\":\"2023-01-10 10:00\",\"localToDateTime\":\"2023-01-10 17:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Chennai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"10\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"343b1-bff90-9ef3d-8edf0\",\"from_city_\":\"1__DEL-MAA\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Chennai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=MAA&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&departure_date=10%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Chennai+Arpt+MAA\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26-16-19-24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537019\",\"TPSysId\":\"537020\",\"VersionId\":[\"138660\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42751\",\"FareBreakdownid\":[\"367186\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"17\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"20\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"20\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6210},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"537020\",\"MasterTPSysId\":\"537019\",\"ProposalID\":\"537020\\/V1\",\"InvoiceDate\":\"2022-12-26\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-26\",\"PaymentDate\":\"2022-12-26\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":6051.97,\"InvoiceStatus\":true,\"TotalSGST\":79.015,\"TotalCGST\":79.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6210,\"TotalDueAmount\":0,\"InvoiceValue\":6210,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-MAA-AirAsia India I5-7797\",\"ItemQty\":1,\"ItemRates\":5174,\"Total\":5174,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6210,\"MarkupType\":\"\",\"Markup\":877.97,\"TotalMarkup\":877.97,\"SubTotal\":6051.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":158.03,\"SGST\":79.015,\"CGST\":79.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-26 16:20:23'),(64,'ffc68-97eac-64677-67527','{\"BookingData\":[{\"bookingId\":\"TJS115000427262\",\"FlightNumber\":\"UK-985\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-17T19:45\",\"LocalFromTime\":\"2023-01-17 19:45\",\"FromUTCTime\":\"2023-01-17T19:45\",\"LocalToTime\":\"2023-01-18 18:15\",\"ToUTCTime\":\"2023-01-18T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1105,\"LAYOVERDuration\":\"18h 25m\",\"FlyingMinutes\":1440,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"22h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":18921.7,\"PublishedFareTxt\":\"18,922\",\"ApiResultIndex\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"Date change policy Info\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15660,\"Tax\":3261.7,\"YQTax\":0,\"OtherCharges\":1440,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":794,\"CarrierMiscFee\":210,\"MUFee\":800,\"intPublishedFare\":18921.7,\"PublishedFare\":19039.7,\"OfferedFare\":18121.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"12-15-2-10-2433366545_0DELBOMUK985BOMDXBUK201_18791176356559\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3261.7,\"BaseFareCal\":18261.73,\"BaseFare\":15660,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":794,\"MFT\":2.7,\"OT\":1440,\"MU\":800,\"YR\":210,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":19039.7,\"CostToCustomer\":19039.7,\"BaseFareCal\":18261.73,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":18261.73,\"intOfferedFare\":18121.7,\"intPublishFare\":18921.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-17T22:00\",\"SegFlightNumber\":\"UK-985\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":1105,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"18h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-18T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ffc68-97eac-64677-67527\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-26T16:23:27.106\",\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115000427262\",\"FlightNumber\":\"UK-985\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-01-17T19:45\",\"LocalFromTime\":\"2023-01-17 19:45\",\"FromUTCTime\":\"2023-01-17T19:45\",\"LocalToTime\":\"2023-01-18 18:15\",\"ToUTCTime\":\"2023-01-18T18:15\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1105,\"LAYOVERDuration\":\"18h 25m\",\"FlyingMinutes\":1440,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"22h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":18921.7,\"ApiResultIndex\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"ffc68-97eac-64677-67527\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-26T16:23:27.106\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15660,\"Tax\":3261.7,\"YQTax\":0,\"OtherCharges\":1440,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":794,\"CarrierMiscFee\":210,\"MUFee\":800,\"intPublishedFare\":18921.7,\"PublishedFare\":19039.7,\"OfferedFare\":18121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3261.7,\"BaseFareCal\":18261.73,\"BaseFare\":15660,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":794,\"MFT\":2.7,\"OT\":1440,\"MU\":800,\"YR\":210,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-17T22:00\",\"SegFlightNumber\":\"UK-985\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":1105,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"18h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T18:15\",\"SegFlightNumber\":\"UK-201\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-18T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"12-15-2-10-2433366545_29DELBOMUK985BOMDXBUK201_18775538004470\",\"localFromDateTime\":\"2023-01-17 19:45\",\"localToDateTime\":\"2023-01-18 18:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"17\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ffc68-97eac-64677-67527\",\"from_city_\":\"1__DEL-DXB\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=17%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1968-12-26\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26-16-23-11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"GYF6758JHJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-12-20\",\"passporIssue\":\"2018-06-20\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537028\",\"TPSysId\":\"537029\",\"VersionId\":[\"138663\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42752\",\"FareBreakdownid\":[\"367187\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"18\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"21\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"21\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":19039.7},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"537029\",\"MasterTPSysId\":\"537028\",\"ProposalID\":\"537029\\/V1\",\"InvoiceDate\":\"2022-12-26\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-26\",\"PaymentDate\":\"2022-12-26\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":18881.670000000002,\"InvoiceStatus\":true,\"TotalSGST\":79.015,\"TotalCGST\":79.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":19039.7,\"TotalDueAmount\":0,\"InvoiceValue\":19039.7,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-Vistara UK-985\",\"ItemQty\":1,\"ItemRates\":18003.7,\"Total\":18003.7,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":19039.7,\"MarkupType\":\"\",\"Markup\":877.97,\"TotalMarkup\":877.97,\"SubTotal\":18881.670000000002,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":158.03,\"SGST\":79.015,\"CGST\":79.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-26 16:24:10'),(68,'8d25b-57adf-fcec2-08efd','{\"BookingData\":[{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"I5-517\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-01-24T10:15\",\"LocalFromTime\":\"2023-01-24 10:15\",\"FromUTCTime\":\"2023-01-24T10:15\",\"LocalToTime\":\"2023-01-24 15:35\",\"ToUTCTime\":\"2023-01-24T15:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6430,\"PublishedFareTxt\":\"6,430\",\"ApiResultIndex\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"BLR-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"CRFT\":9,\"CRF\":50,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACF\":1750,\"ACFT\":87.5,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2128,\"Tax\":4302,\"YQTax\":0,\"OtherCharges\":1646,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":6430,\"PublishedFare\":5978,\"OfferedFare\":4260,\"CommissionEarned\":570,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1192714349_0MAAHYDI5517HYDBLRI51543_19206205941402\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":570,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4302,\"BaseFareCal\":4522.07,\"BaseFare\":2128,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":112,\"MFT\":144,\"OT\":1646,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1455.93,\"IntTaxOnAgencyFixMarkUp\":262.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":262.07,\"PublishFare\":5978,\"CostToCustomer\":5978,\"BaseFareCal\":4522.07,\"intCommisionEarnedForAgency\":1455.93,\"CostToCompany\":4522.07,\"intOfferedFare\":4260,\"intPublishFare\":6430,\"TripjackMarkup\":1600,\"TripjackCommission\":570,\"TripjackTDS\":\"30\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":570,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"884\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T11:25\",\"SegFlightNumber\":\"I5-517\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-24T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-24T15:35\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-24T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"I5-517\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-01-24T10:15\",\"LocalFromTime\":\"2023-01-24 10:15\",\"FromUTCTime\":\"2023-01-24T10:15\",\"LocalToTime\":\"2023-01-24 15:35\",\"ToUTCTime\":\"2023-01-24T15:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13204,\"ApiResultIndex\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4148,\"Tax\":9056,\"YQTax\":0,\"OtherCharges\":3744,\"Discount\":0,\"ServiceFee\":1600,\"ManagementFeeTax\":288,\"AirlineGSTComponent\":224,\"CarrierMiscFee\":0,\"MUFee\":3200,\"intPublishedFare\":13204,\"PublishedFare\":12300,\"OfferedFare\":8864,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":2911.86,\"GSTOnMarkUp\":524.14,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9056,\"BaseFareCal\":9388.14,\"BaseFare\":4148,\"CommissionEarned\":1140,\"TDS\":-60,\"MF\":1600,\"YQ\":0,\"AGST\":224,\"MFT\":288,\"OT\":3744,\"MU\":3200,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":2911.86,\"GSTOnMarkUp\":524.14,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"884\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T11:25\",\"SegFlightNumber\":\"I5-517\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-24T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-24T15:35\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-24T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],[{\"segmentid\":\"557\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-27T18:35\",\"SegFlightNumber\":\"6E-356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1192714349_1MAAHYDI5517HYDBLRI51543_19039495222011\",\"localFromDateTime\":\"2023-01-24 10:15\",\"localToDateTime\":\"2023-01-24 15:35\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS106300427277\",\"FlightNumber\":\"6E-356\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-01-27T17:30\",\"LocalFromTime\":\"2023-01-27 17:30\",\"FromUTCTime\":\"2023-01-27T17:30\",\"LocalToTime\":\"2023-01-27 18:35\",\"ToUTCTime\":\"2023-01-27T18:35\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6774,\"PublishedFareTxt\":\"6,774\",\"ApiResultIndex\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"BLR-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"CRFT\":9,\"CRF\":50,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACF\":1750,\"ACFT\":87.5,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2020,\"Tax\":4754,\"YQTax\":0,\"OtherCharges\":2098,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":6774,\"PublishedFare\":6322,\"OfferedFare\":4604,\"CommissionEarned\":570,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1192714349_1BLRMAA6E356_19206209649680\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":570,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4754,\"BaseFareCal\":4866.07,\"BaseFare\":2020,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":112,\"MFT\":144,\"OT\":2098,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1455.93,\"IntTaxOnAgencyFixMarkUp\":262.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":262.07,\"PublishFare\":6322,\"CostToCustomer\":6322,\"BaseFareCal\":4866.07,\"intCommisionEarnedForAgency\":1455.93,\"CostToCompany\":4866.07,\"intOfferedFare\":4604,\"intPublishFare\":6774,\"TripjackMarkup\":1600,\"TripjackCommission\":570,\"TripjackTDS\":\"30\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":570,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"557\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-27T18:35\",\"SegFlightNumber\":\"6E-356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"557\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T16:30:22.125\",\"strTraceId\":\"5-1192714349_0BLRMAA6E356_19041019379114\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Bengaluru\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"24\\/01\\/2023\",\"return_date\":\"27\\/01\\/2023\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"MAA\",\"to\":\"BLR\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":6000,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/01\\/2023\",\"return_dates\":\"27\\/01\\/2023\",\"strDepatureDate\":\"2023-01-24\",\"strReturnDate\":\"2023-01-27\",\"SearchFlightTraceId\":\"8d25b-57adf-fcec2-08efd\",\"from_city_\":\"2__MAA-BLR-MAA\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Chennai&mytrip_city_to=Bengaluru&adults=2&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=MAA&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=24%2F01%2F2023&return_date=27%2F01%2F2023&from_mytrip_city=+IN+-+Chennai+Arpt+MAA&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"NEHA\",\"LastName\":\"KANNOJIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26-16-30-10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"niku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26-16-30-10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537041\",\"TPSysId\":\"537042\",\"VersionId\":[\"138674\",\"138675\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42755\",\"FareBreakdownid\":[\"367189\",\"367190\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"19\",\"20\"],[\"21\",\"22\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\",\"1\"],\"flight_booking_id\":[\"22\",\"23\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"22\",\"23\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":12300},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"537042\",\"MasterTPSysId\":\"537041\",\"ProposalID\":\"537042\\/V1\",\"InvoiceDate\":\"2022-12-26\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-26\",\"PaymentDate\":\"2022-12-26\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":11739.86,\"InvoiceStatus\":true,\"TotalSGST\":280.07,\"TotalCGST\":280.07,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":12300,\"TotalDueAmount\":0,\"InvoiceValue\":12300,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"MAA-BLR-AirAsia India I5-517\",\"ItemQty\":1,\"ItemRates\":4142,\"Total\":4142,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5978,\"MarkupType\":\"\",\"Markup\":1555.93,\"TotalMarkup\":1555.93,\"SubTotal\":5697.93,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":280.07,\"SGST\":140.035,\"CGST\":140.035,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-MAA-IndiGo 6E-356\",\"ItemQty\":1,\"ItemRates\":4486,\"Total\":4486,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6322,\"MarkupType\":\"\",\"Markup\":1555.93,\"TotalMarkup\":1555.93,\"SubTotal\":6041.93,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":280.07,\"SGST\":140.035,\"CGST\":140.035,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-26 16:30:53'),(69,'68ed5-28d46-67b7b-cd5b9','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid3379200518-1065842165\",\"name\":\"Trident, Agra\",\"img\":[{\"tns\":\"\",\"url\":\"\"}],\"des\":\"\",\"rt\":5,\"gl\":{\"ln\":\"78.0474\",\"lt\":\"27.16751\"},\"ad\":{\"adr\":\"Taj Nagari Scheme, Fatehabad Road\",\"city\":{\"name\":\"AGRA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"AGRA\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"Deluxe Room, Garden View (1 KingBed) Room Only _1_0\",\"rc\":\"single Deluxe Room, Garden View (1 KingBed)\",\"rt\":\"Deluxe Room, Garden View (1 KingBed) Room Only \",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":33483.4,\"tfcs\":{\"TF\":33483.4,\"BF\":32724.4,\"NF\":32783.4,\"TAF\":759},\"tafcs\":{\"TAF\":{\"MFT\":9,\"MU\":700,\"SBP\":32724.4,\"MF\":50,\"SGP\":32724.4,\"SNP\":32724.4}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":2,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":3,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":4,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":5,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}}],\"checkInDate\":\"2023-01-05\",\"checkOutDate\":\"2023-01-10\"}],\"id\":\"5_0_63a98114e9d551d487688fe5\",\"tp\":33483.4,\"cnp\":{\"id\":\"5_0_63a98114e9d551d487688fe5\",\"ifra\":false,\"pd\":[{\"fdt\":\"2022-12-26T16:46:14.627\",\"tdt\":\"2023-01-05T12:00\",\"am\":32724.4},{\"fdt\":\"2023-01-05T12:00\",\"tdt\":\"2023-01-10T23:59\",\"am\":32724.4}]},\"ddt\":\"2022-12-26T16:46:14.627\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Tourist City taxes to be paid on the spot, if any \\/ Tasse di soggiorno da pagarsi in loco, se previste.Note that some hotels may require cash or credit card deposit as guarantee. This will be returned on departure minus any deduction incurred during the stay.In the event of a no show or early checkout then a charge of up to 100% of the entire cost of the booking may be appliedDeluxe Room, Garden View (1 KingBed) : Free self parking Free WiFi Included:  - Tax and service fee: 7.51 EUR [x3] - Tax and service fee: 8.87 EUR - Tax and service fee: 8.19 EUR CheckIn Info:  - Start: 2:00 PM   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedSafety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kitBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel.Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property     Please note: An extra bed is provided for 1 child over 8 years old and less than 12 years old staying in a room with a parent. For more than 1 child between 8 and 12 years an additional room is necessary at a discounted rate.   Front desk staff will greet guests on arrival. At check-in, guests must provide either a negative PCR COVID-19 test result or a record of full COVID-19 vaccination. Guests providing a negative COVID-19 test result must have been tested no more than 72 hours prior to check-in. For more details, please contact the property using the information on the booking confirmation.  Customers may be requested by the property to provide documentation of recent travel history (such as showing passport immigration stamps) and\\/or complete a health declaration. This property requires that all guests have the Aarogya Setu mobile application on their phone. Guests will be asked to present the mobile application at the time of check-in. To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India; travelers who are not citizens of India must present a valid passport and visa. CheckOut: 12:00 PM Mandatory: You\'ll be asked to pay the following charges at the property: Christmas Eve (24 December) Gala Dinner per adult: INR 5120Christmas Eve (24 December) Gala Dinner per child: INR 5120 (from 2 to 12 years old) New Year\'s Eve (31 December) Gala Dinner per adult: INR 6400New Year\'s Eve (31 December) Gala Dinner per child: INR 6400 (from 2 to 12 years old) We have included all charges provided to us by the property.  Optional:       Airport shuttle fee: INR 949 per vehicle (one way)             Cribs (infant beds) are available for an additional feeRollaway beds are available for an additional fee             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.  Know before you go:   Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. Up to 2 children 11 years old and younger stay free when occupying the parent or guardian\'s room, using existing bedding. The property has connecting\\/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60\\u00b0C\\/140\\u00b0F.Personal protective equipment, including masks and gloves, will be available to guests.Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer.Contactless check-in and contactless check-out are available.Individually-wrapped food options are available for breakfast, lunch, and dinner, and also through room service.At check-in, guests must provide either a negative PCR COVID-19 test result or a record of full COVID-19 vaccination.Guest providing a negative COVID-19 test result must have been tested no more than 72 hours prior to check-in.   Included:  - Tax and service fee: 7.51 EUR [x3] - Tax and service fee: 8.87 EUR - Tax and service fee: 8.19 EUR \"}],\"oai\":{\"sid\":\"5\"},\"iopr\":false,\"ipr\":true,\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":33424.4},{\"fc\":[\"HALF BOARD\"],\"tpc\":53902.32}]},\"bookingId\":\"TJS207800427295\",\"query\":{\"checkinDate\":\"2023-01-05\",\"checkoutDate\":\"2023-01-10\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"countryName\":\"INDIA\",\"cityName\":\"AGRA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid3379200518\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":835}},\"hotelbookingid\":\"2\",\"SearchHotelTraceId\":\"68ed5-28d46-67b7b-cd5b9\",\"CustomerSession\":{\"bookingId\":\"68ed5-28d46-67b7b-cd5b9\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"68ed5-28d46-67b7b-cd5b9\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"niku\",\"passenger-lastname-1\":\"singh\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"Deluxe Room, Garden View (1 KingBed) Room Only _1_0\",\"RoomCategory\":\"single Deluxe Room, Garden View (1 KingBed)\",\"RoomType\":\"Deluxe Room, Garden View (1 KingBed) Room Only \",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":6696.68,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":6696.68,\"TotalRoomPrice\":33483.4,\"TotalFare\":33483.4,\"TotalBaseFare\":32724.4,\"TotalNetFare\":32783.4,\"TotalTaxFare\":759,\"TaxFareBreakup\":{\"MFT\":9,\"MU\":700,\"SBP\":32724.4,\"MF\":50,\"SGP\":32724.4,\"SNP\":32724.4},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":2,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":3,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":4,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}},{\"day\":5,\"fc\":{\"TF\":6696.68,\"BF\":6544.88,\"NF\":6556.68,\"TAF\":151.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":140,\"SBP\":6544.88,\"MF\":10,\"SGP\":6544.88,\"SNP\":6544.88}}}],\"PriceWithMarkup\":6696.68,\"arrMarkUps\":{\"HotelRoomPrice\":33483.4,\"pernightperroomprice\":6696.68,\"RoomPrice\":6696.68,\"withmarkupprice\":6696.68,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":5}}],\"RoomId\":\"5_0_63a98114e9d551d487688fe5\",\"RoomTotalPrice\":33483.4,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3379200518-1065842165\",\"HotemName\":\"Trident, Agra\",\"HotelDescription\":\"\",\"HotelImages\":[{\"tns\":\"\",\"url\":\"\"}],\"HotelStars\":5,\"HotelGeioLocation\":{\"ln\":\"78.0474\",\"lt\":\"27.16751\"},\"HotelAddress\":\"Taj Nagari Scheme, Fatehabad Road\",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-01-05\",\"checkoutDate\":\"2023-01-10\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537069\",\"TPSysId\":\"537070\",\"VersionId\":\"1605511\",\"CustomerSysId\":\"307154\",\"TrxId\":\"42757\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null}','2022-12-26 16:46:54'),(72,'9aa61-3c978-38b71-4f947','{\"FlightBookingData\":[{\"bookingId\":\"TJS105200427319\",\"FlightNumber\":\"6E-2212\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-01-06T17:15\",\"LocalFromTime\":\"2023-01-06 17:15\",\"FromUTCTime\":\"2023-01-06T17:15\",\"LocalToTime\":\"2023-01-07 00:05\",\"ToUTCTime\":\"2023-01-07T00:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Fri, 06 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"6h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10947,\"PublishedFareTxt\":\"10,947\",\"ApiResultIndex\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8408,\"Tax\":2539,\"YQTax\":0,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10947,\"PublishedFare\":10780,\"OfferedFare\":9862,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1678916809_0DELHYD6E2212HYDBLR6E6505_21474079571396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2539,\"BaseFareCal\":10002.03,\"BaseFare\":8408,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":428,\"MFT\":72,\"OT\":839,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":10780,\"CostToCustomer\":10780,\"BaseFareCal\":10002.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":10002.03,\"intOfferedFare\":9862,\"intPublishFare\":10947,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-06T19:35\",\"SegFlightNumber\":\"6E-2212\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-06T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":190,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"813\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-07T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-06T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9aa61-3c978-38b71-4f947\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T17:08:10.009\",\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200427319\",\"FlightNumber\":\"6E-2212\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-01-06T17:15\",\"LocalFromTime\":\"2023-01-06 17:15\",\"FromUTCTime\":\"2023-01-06T17:15\",\"LocalToTime\":\"2023-01-07 00:05\",\"ToUTCTime\":\"2023-01-07T00:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Fri, 06 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"6h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10947,\"ApiResultIndex\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9aa61-3c978-38b71-4f947\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-26T17:08:10.009\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8408,\"Tax\":2539,\"YQTax\":0,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":10947,\"PublishedFare\":10780,\"OfferedFare\":9862,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2539,\"BaseFareCal\":10002.03,\"BaseFare\":8408,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":428,\"MFT\":72,\"OT\":839,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-06T19:35\",\"SegFlightNumber\":\"6E-2212\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-06T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":190,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"813\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-07T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-06T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1678916809_23DELHYD6E2212HYDBLR6E6505_21015200442512\",\"localFromDateTime\":\"2023-01-06 17:15\",\"localToDateTime\":\"2023-01-07 00:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"24\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"24\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"niku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26-17-07-54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"23\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"06\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9aa61-3c978-38b71-4f947\",\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537127\",\"TPSysId\":\"537128\",\"VersionId\":[\"138705\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42766\",\"FareBreakdownid\":[\"367197\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"24\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"niku\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"niku\",\"passenger-lastname-1\":\"singh\",\"dateofbirth-1\":\"null\\/null\\/\",\"PassportNationality-1\":\"\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"9aa61-3c978-38b71-4f947\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"305165\",\"memberId\":null}}}','2022-12-26 17:08:11'),(73,'9bfce-b4f9d-7b5de-105ad','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-5\",\"keyIndex\":158,\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3047856384_1DELDXBSG5_72206438011332\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":22,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":46879,\"PublishedFareTxt\":\"46,878\",\"ApiResultIndex\":\"4-3047856384_1DELDXBSG5_72206438010634\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9bfce-b4f9d-7b5de-105ad\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39900,\"Tax\":6860.099999999999,\"YQTax\":0,\"OtherCharges\":2391,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2016,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":46760.100000000006,\"PublishedFare\":46879,\"PublishedFarePerPax\":15627,\"OfferedFare\":44360.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_1DELDXBSG5_72206438011332\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6860.099999999999,\"BaseFareCal\":44744.2,\"BaseFare\":39900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2016,\"MFT\":8.100000000000001,\"OT\":2391,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":46878.1,\"CostToCustomer\":46878.1,\"BaseFareCal\":44744.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":44744.2,\"intOfferedFare\":44360.100000000006,\"intPublishFare\":46760.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":22,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"55001-60000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"FlightNumber\":\"SG-11\",\"keyIndex\":157,\"SegFlightNumberArr\":\"SG-11\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3047856384_0DELDXBSG11_72206438007106\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-01-17T07:30\",\"LocalFromTime\":\"2023-01-17 07:30\",\"FromUTCTime\":\"2023-01-17T07:30\",\"LocalToTime\":\"2023-01-17 10:10\",\"ToUTCTime\":\"2023-01-17T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":13,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":46879,\"PublishedFareTxt\":\"46,878\",\"ApiResultIndex\":\"4-3047856384_0DELDXBSG11_72206438007106\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9bfce-b4f9d-7b5de-105ad\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39900,\"Tax\":6860.099999999999,\"YQTax\":0,\"OtherCharges\":2391,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2016,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":46760.100000000006,\"PublishedFare\":46879,\"PublishedFarePerPax\":15627,\"OfferedFare\":44360.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_0DELDXBSG11_72206438008878\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6860.099999999999,\"BaseFareCal\":44744.2,\"BaseFare\":39900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2016,\"MFT\":8.100000000000001,\"OT\":2391,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":46878.1,\"CostToCustomer\":46878.1,\"BaseFareCal\":44744.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":44744.2,\"intOfferedFare\":44360.100000000006,\"intPublishFare\":46760.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":40596,\"Tax\":8954.099999999999,\"YQTax\":0,\"OtherCharges\":4455,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2046,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":49550.100000000006,\"PublishedFare\":49669,\"PublishedFarePerPax\":16557,\"OfferedFare\":47150.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_0DELDXBSG11_72206438008411\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":13,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":8954.099999999999,\"BaseFareCal\":47534.2,\"BaseFare\":40596,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2046,\"MFT\":8.100000000000001,\"OT\":4455,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":49668.1,\"CostToCustomer\":49668.1,\"BaseFareCal\":47534.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":47534.2,\"intOfferedFare\":47150.100000000006,\"intPublishFare\":49550.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":46257,\"Tax\":10934.099999999999,\"YQTax\":0,\"OtherCharges\":6075,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2406,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":57191.100000000006,\"PublishedFare\":57310,\"PublishedFarePerPax\":19104,\"OfferedFare\":54791.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_0DELDXBSG11_72206438007106\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":13,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":10934.099999999999,\"BaseFareCal\":55175.2,\"BaseFare\":46257,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2406,\"MFT\":8.100000000000001,\"OT\":6075,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":57309.1,\"CostToCustomer\":57309.1,\"BaseFareCal\":55175.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":55175.2,\"intOfferedFare\":54791.100000000006,\"intPublishFare\":57191.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T10:10\",\"SegFlightNumber\":\"SG-11\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":13,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"55001-60000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01R\"},{\"FlightNumber\":\"SG-5\",\"keyIndex\":158,\"SegFlightNumberArr\":\"SG-5\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3047856384_1DELDXBSG5_72206438010634\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"4h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":22,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":46879,\"PublishedFareTxt\":\"46,878\",\"ApiResultIndex\":\"4-3047856384_1DELDXBSG5_72206438010634\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9bfce-b4f9d-7b5de-105ad\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39900,\"Tax\":6860.099999999999,\"YQTax\":0,\"OtherCharges\":2391,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2016,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":46760.100000000006,\"PublishedFare\":46879,\"PublishedFarePerPax\":15627,\"OfferedFare\":44360.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_1DELDXBSG5_72206438011332\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6860.099999999999,\"BaseFareCal\":44744.2,\"BaseFare\":39900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2016,\"MFT\":8.100000000000001,\"OT\":2391,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":46878.1,\"CostToCustomer\":46878.1,\"BaseFareCal\":44744.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":44744.2,\"intOfferedFare\":44360.100000000006,\"intPublishFare\":46760.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":40596,\"Tax\":8954.099999999999,\"YQTax\":0,\"OtherCharges\":4455,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2046,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":49550.100000000006,\"PublishedFare\":49669,\"PublishedFarePerPax\":16557,\"OfferedFare\":47150.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_1DELDXBSG5_72206438010962\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":22,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":8954.099999999999,\"BaseFareCal\":47534.2,\"BaseFare\":40596,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2046,\"MFT\":8.100000000000001,\"OT\":4455,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":49668.1,\"CostToCustomer\":49668.1,\"BaseFareCal\":47534.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":47534.2,\"intOfferedFare\":47150.100000000006,\"intPublishFare\":49550.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":46257,\"Tax\":10934.099999999999,\"YQTax\":0,\"OtherCharges\":6075,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":2406,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":57191.100000000006,\"PublishedFare\":57310,\"PublishedFarePerPax\":19104,\"OfferedFare\":54791.100000000006,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3047856384_1DELDXBSG5_72206438010634\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":22,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":10934.099999999999,\"BaseFareCal\":55175.2,\"BaseFare\":46257,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":2406,\"MFT\":8.100000000000001,\"OT\":6075,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":384.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2133.9,\"GSTOnMarkUp\":384.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2133.9,\"IntTaxOnAgencyFixMarkUp\":384.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":384.1,\"PublishFare\":57309.1,\"CostToCustomer\":57309.1,\"BaseFareCal\":55175.2,\"intCommisionEarnedForAgency\":2133.9,\"CostToCompany\":55175.2,\"intOfferedFare\":54791.100000000006,\"intPublishFare\":57191.100000000006,\"TripjackMarkup\":2400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":22,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"55001-60000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"01S\"}]}],\"FlightBookingDataInbound\":null}','2022-12-28 11:22:03'),(77,'8405c-4d854-df138-f3f01','{\"BookingData\":[{\"bookingId\":\"TJS116700429597\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0791142509_1DXBDELSG12_17545555215476\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"EB05\",\"Price\":3500,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"EB10\",\"Price\":7000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFCM\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116700429597\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-17T19:25\",\"LocalFromTime\":\"2023-01-17 19:25\",\"FromUTCTime\":\"2023-01-17T19:25\",\"LocalToTime\":\"2023-01-17 22:05\",\"ToUTCTime\":\"2023-01-17T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":32348.4,\"ApiResultIndex\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0791142509_1DXBDELSG12_17545555215476\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"591\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-17T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-17T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"592\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-20T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-0791142509_1DXBDELSG12_17499920967280\",\"localFromDateTime\":\"2023-01-17 19:25\",\"localToDateTime\":\"2023-01-17 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS116700429597\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-20T23:10\",\"LocalFromTime\":\"2023-01-20 23:10\",\"FromUTCTime\":\"2023-01-20T23:10\",\"LocalToTime\":\"2023-01-21 03:45\",\"ToUTCTime\":\"2023-01-21T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Sat, 21 Jan\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"592\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-21T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-20T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"EB05\",\"Price\":6159,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"EB10\",\"Price\":12318,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"592\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-17 12:00\",\"localToDateTime\":\"2023-01-20 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"17\\/01\\/2023\",\"return_date\":\"20\\/01\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/01\\/2023\",\"return_dates\":\"20\\/01\\/2023\",\"strDepatureDate\":\"2023-01-17\",\"strReturnDate\":\"2023-01-20\",\"SearchFlightTraceId\":\"8405c-4d854-df138-f3f01\",\"from_city_\":\"2__DEL-DXB-DEL\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=17%2F01%2F2023&return_date=20%2F01%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"niku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1960-12-29\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-10-27-57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"TYF7868798JHJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-20\",\"passporIssue\":\"2018-12-20\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539720\",\"TPSysId\":\"539721\",\"VersionId\":[\"140029\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42994\",\"FareBreakdownid\":[\"367348\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"24\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"25\",\"26\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"25\",\"26\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":32348.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"539721\",\"MasterTPSysId\":\"539720\",\"ProposalID\":\"539721\\/V1\",\"InvoiceDate\":\"2022-12-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-29\",\"PaymentDate\":\"2022-12-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":31600.34,\"InvoiceStatus\":true,\"TotalSGST\":374.03,\"TotalCGST\":374.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":32348.4,\"TotalDueAmount\":0,\"InvoiceValue\":32348.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-SpiceJet SG-5\",\"ItemQty\":1,\"ItemRates\":27444.399999999998,\"Total\":27444.399999999998,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":32348.4,\"MarkupType\":\"\",\"Markup\":4155.9400000000005,\"TotalMarkup\":4155.9400000000005,\"SubTotal\":31600.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":748.06,\"SGST\":374.03,\"CGST\":374.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DXB-DEL-SpiceJet SG-12\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-29 10:28:38'),(81,'e00a2-e96b5-06c29-d7492','{\"BookingData\":[{\"bookingId\":\"TJS115800429621\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-18T19:25\",\"LocalFromTime\":\"2023-01-18 19:25\",\"FromUTCTime\":\"2023-01-18T19:25\",\"LocalToTime\":\"2023-01-18 22:05\",\"ToUTCTime\":\"2023-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6155257519_1DXBDELSG12_18492622537410\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"89\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB05\",\"Price\":3500,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB10\",\"Price\":7000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFCM\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-21 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115800429621\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-18T19:25\",\"LocalFromTime\":\"2023-01-18 19:25\",\"FromUTCTime\":\"2023-01-18T19:25\",\"LocalToTime\":\"2023-01-18 22:05\",\"ToUTCTime\":\"2023-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":32348.4,\"ApiResultIndex\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23006,\"Tax\":6510.4,\"YQTax\":0,\"OtherCharges\":4193,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":682,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":29516.4,\"PublishedFare\":32348.4,\"OfferedFare\":25199.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6155257519_1DXBDELSG12_18492622537410\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6510.4,\"BaseFareCal\":28592.46,\"BaseFare\":23006,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":682,\"MFT\":5.4,\"OT\":4193,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"89\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-18T22:05\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"90\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-22T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-21T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6155257519_8DELDXBSG5DXBDELSG12_18435658278253\",\"localFromDateTime\":\"2023-01-18 19:25\",\"localToDateTime\":\"2023-01-18 22:05\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS115800429621\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-01-21T23:10\",\"LocalFromTime\":\"2023-01-21 23:10\",\"FromUTCTime\":\"2023-01-21T23:10\",\"LocalToTime\":\"2023-01-22 03:45\",\"ToUTCTime\":\"2023-01-22T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sat, 21 Jan\",\"ArrivalDateTxt\":\"Sun, 22 Jan\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,000 + Fare Difference __nls__ Before 96 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 5,000 __nls__ Before 96 hrs Rs 4,500\",\"fcs\":{\"ACFT\":250,\"ACF\":5000,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"90\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-22T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-21T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"EB05\",\"Price\":6159,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"EB10\",\"Price\":12318,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"VGSW\",\"Price\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"JNSW\",\"Price\":445,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"FPML\",\"Price\":445,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NVSW\",\"Price\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"VGML\",\"Price\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"CHML\",\"Price\":545,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NVML\",\"Price\":595,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"LCVS\",\"Price\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"JNML\",\"Price\":595,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"GFVG\",\"Price\":595,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"DBML\",\"Price\":595,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"VCC2\",\"Price\":645,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NCC6\",\"Price\":645,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NCC5\",\"Price\":645,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NCC4\",\"Price\":645,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NCC2\",\"Price\":645,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"NCC1\",\"Price\":645,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"LCNS\",\"Price\":645,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"GFNV\",\"Price\":645,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"DNVL\",\"Price\":645,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"2023-01-21 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"18\\/01\\/2023\",\"return_date\":\"21\\/01\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2023\",\"return_dates\":\"21\\/01\\/2023\",\"strDepatureDate\":\"2023-01-18\",\"strReturnDate\":\"2023-01-21\",\"SearchFlightTraceId\":\"e00a2-e96b5-06c29-d7492\",\"from_city_\":\"2__DEL-DXB-DEL\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi&mytrip_city_to=Dubai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=18%2F01%2F2023&return_date=21%2F01%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"niku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1956-12-26\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-10-43-02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"UUYR75778GHFY\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-21\",\"passporIssue\":\"2018-12-21\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539738\",\"TPSysId\":\"539739\",\"VersionId\":[\"140036\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"42996\",\"FareBreakdownid\":[\"367350\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"25\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"27\",\"28\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"27\",\"28\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":32348.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"539739\",\"MasterTPSysId\":\"539738\",\"ProposalID\":\"539739\\/V1\",\"InvoiceDate\":\"2022-12-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-29\",\"PaymentDate\":\"2022-12-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":31600.34,\"InvoiceStatus\":true,\"TotalSGST\":374.03,\"TotalCGST\":374.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":32348.4,\"TotalDueAmount\":0,\"InvoiceValue\":32348.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-SpiceJet SG-5\",\"ItemQty\":1,\"ItemRates\":27444.399999999998,\"Total\":27444.399999999998,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":32348.4,\"MarkupType\":\"\",\"Markup\":4155.9400000000005,\"TotalMarkup\":4155.9400000000005,\"SubTotal\":31600.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":748.06,\"SGST\":374.03,\"CGST\":374.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DXB-DEL-SpiceJet SG-12\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-29 10:43:25'),(82,'849ef-e51e3-18ba8-8c5ed','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-821\",\"keyIndex\":176,\"SegFlightNumberArr\":\"I5-821 +1\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-2921775365_2MAABLRI5821BLRDELI5722_22354954527162\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"03:30\",\"TravelDate\":\"2023-01-18T22:35\",\"LocalFromTime\":\"2023-01-18 22:35\",\"FromUTCTime\":\"2023-01-18T22:35\",\"LocalToTime\":\"2023-01-19 03:30\",\"ToUTCTime\":\"2023-01-19T03:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":4165,\"PublishedFareTxt\":\"4,165\",\"ApiResultIndex\":\"22-2921775365_2MAABLRI5821BLRDELI5722_22354954527162\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"849ef-e51e3-18ba8-8c5ed\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2129,\"Tax\":2203,\"YQTax\":0,\"OtherCharges\":823,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":108,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":4332,\"PublishedFare\":4165,\"PublishedFarePerPax\":4165,\"OfferedFare\":3247,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-2921775365_2MAABLRI5821BLRDELI5722_22354954527162\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2203,\"BaseFareCal\":3387.03,\"BaseFare\":2129,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":108,\"MFT\":72,\"OT\":823,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":4165,\"CostToCustomer\":4165,\"BaseFareCal\":3387.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":3387.03,\"intOfferedFare\":3247,\"intPublishFare\":4332,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01B\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-18T23:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-18T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":70,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T03:30\",\"SegFlightNumber\":\"I5-722\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-19T00:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:40\",\"strArrivalDtTime\":\"03:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-29 11:46:52'),(86,'9f279-581b4-e258e-466ee','{\"BookingData\":[{\"bookingId\":\"TJS109000429821\",\"FlightNumber\":\"UK-894\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-11T21:25\",\"LocalFromTime\":\"2023-01-11 21:25\",\"FromUTCTime\":\"2023-01-11T21:25\",\"LocalToTime\":\"2023-01-12 08:20\",\"ToUTCTime\":\"2023-01-12T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":475,\"LAYOVERDuration\":\"7h 55m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5945,\"PublishedFareTxt\":\"5,945\",\"ApiResultIndex\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARFT\":196,\"ARF\":3920,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure at a charge of INR 3920 per sector per Passenger\",\"fcs\":{\"ACFT\":196,\"ACF\":3920,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3140,\"Tax\":2805,\"YQTax\":0,\"OtherCharges\":1103,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":260,\"MUFee\":800,\"intPublishedFare\":5945,\"PublishedFare\":5778,\"OfferedFare\":4860,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-6472596717_0HYDBLRUK894BLRBOMUK858_25839839832524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2805,\"BaseFareCal\":5000.03,\"BaseFare\":3140,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":170,\"MFT\":72,\"OT\":1103,\"MU\":800,\"YR\":260,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5778,\"CostToCustomer\":5778,\"BaseFareCal\":5000.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5000.03,\"intOfferedFare\":4860,\"intPublishFare\":5945,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"856\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-11T22:45\",\"SegFlightNumber\":\"UK-894\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-11T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":475,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"857\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T08:20\",\"SegFlightNumber\":\"UK-858\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-12T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9f279-581b4-e258e-466ee\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-29T12:45:39.752\",\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109000429821\",\"FlightNumber\":\"UK-894\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-11T21:25\",\"LocalFromTime\":\"2023-01-11 21:25\",\"FromUTCTime\":\"2023-01-11T21:25\",\"LocalToTime\":\"2023-01-12 08:20\",\"ToUTCTime\":\"2023-01-12T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":475,\"LAYOVERDuration\":\"7h 55m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5945,\"ApiResultIndex\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"9f279-581b4-e258e-466ee\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-29T12:45:39.752\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3140,\"Tax\":2805,\"YQTax\":0,\"OtherCharges\":1103,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":260,\"MUFee\":800,\"intPublishedFare\":5945,\"PublishedFare\":5778,\"OfferedFare\":4860,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2805,\"BaseFareCal\":5000.03,\"BaseFare\":3140,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":170,\"MFT\":72,\"OT\":1103,\"MU\":800,\"YR\":260,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"856\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-11T22:45\",\"SegFlightNumber\":\"UK-894\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-11T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":475,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"857\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-12T08:20\",\"SegFlightNumber\":\"UK-858\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-12T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-2-10-6472596717_4HYDBLRUK894BLRBOMUK858_25808867585545\",\"localFromDateTime\":\"2023-01-11 21:25\",\"localToDateTime\":\"2023-01-12 08:20\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Mumbai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"11\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HYD\",\"to\":\"BOM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12538,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9f279-581b4-e258e-466ee\",\"from_city_\":\"1__HYD-BOM\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Mumbai&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=11%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9989613151\",\"FirstName\":\"Mohit \",\"LastName\":\"Soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-12-44-54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"6\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"539969\",\"TPSysId\":\"539970\",\"VersionId\":[\"140210\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"43025\",\"FareBreakdownid\":[\"367370\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"26\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"6\"],\"flight_booking_id\":[\"29\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"29\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5778},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"298431\",\"TPSysId\":\"539970\",\"MasterTPSysId\":\"539969\",\"ProposalID\":\"539970\\/V1\",\"InvoiceDate\":\"2022-12-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-29\",\"PaymentDate\":\"2022-12-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":5619.97,\"InvoiceStatus\":true,\"TotalSGST\":79.015,\"TotalCGST\":79.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5778,\"TotalDueAmount\":0,\"InvoiceValue\":5778,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-BOM-Vistara UK-894\",\"ItemQty\":1,\"ItemRates\":4742,\"Total\":4742,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5778,\"MarkupType\":\"\",\"Markup\":877.97,\"TotalMarkup\":877.97,\"SubTotal\":5619.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":158.03,\"SGST\":79.015,\"CGST\":79.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-29 12:45:41'),(87,'f4d4e-7f810-9727e-ab0cb','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":356,\"FlightNumber\":\"236\",\"SegFlightNumberArr\":\"WY-236, WY-163 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"OrFlightNumber\":\"WY-236\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-25T10:00\",\"LocalFromTime\":\"2023-01-25 10:00\",\"FromUTCTime\":\"2023-01-25T10:00\",\"LocalToTime\":\"2023-01-26 12:30\",\"ToUTCTime\":\"2023-01-26T12:30\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":1190,\"LAYOVERDuration\":\"19h 50m\",\"FlyingMinutes\":1570,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Thu, 26 Jan\",\"FlightDuration\":\"29h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"destination\":{\"FlightNumber\":\"166\",\"SegFlightNumberArr\":\"WY-166, WY-235 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"DeFlightNumber\":\"WY-166\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-02-21T01:00\",\"LocalFromTime\":\"2023-02-21 01:00\",\"FromUTCTime\":\"2023-02-21T01:00\",\"LocalToTime\":\"2023-02-22 07:10\",\"ToUTCTime\":\"2023-02-22T07:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":1170,\"LAYOVERDuration\":\"19h 30m\",\"FlyingMinutes\":1550,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Wed, 22 Feb\",\"FlightDuration\":\"27h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"IST\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"AirlineName\":\"Oman Aviation\",\"PublishedFare\":50223.4,\"PublishedFareTxt\":\"50,223\",\"ApiResultIndex\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27500,\"Tax\":21307.4,\"YQTax\":9720,\"OtherCharges\":7568,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1886,\"CarrierMiscFee\":498,\"MUFee\":1600,\"intPublishedFare\":48807.4,\"PublishedFare\":50224,\"PublishedFarePerPax\":50224,\"OfferedFare\":47207.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":21307.4,\"BaseFareCal\":47667.47,\"BaseFare\":27500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":9720,\"AGST\":1886,\"MFT\":5.4,\"OT\":7568,\"MU\":1600,\"YR\":498,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2555.93,\"IntTaxOnAgencyFixMarkUp\":460.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":460.07,\"PublishFare\":50223.4,\"CostToCustomer\":50223.4,\"BaseFareCal\":47667.47,\"intCommisionEarnedForAgency\":2555.93,\"CostToCompany\":47667.47,\"intOfferedFare\":47207.4,\"intPublishFare\":48807.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01H\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-01-25T12:15\",\"SegFlightNumber\":\"WY-236\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-25T10:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":1190,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"19h 50m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-26T12:30\",\"SegFlightNumber\":\"WY-163\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-01-26T08:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":325,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"5h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-02-21T07:00\",\"SegFlightNumber\":\"WY-166\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-21T01:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":300,\"GroundTime\":1170,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"5h 0m\",\"LAYOVERDuration\":\"19h 30m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-22T07:10\",\"SegFlightNumber\":\"WY-235\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-02-22T02:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"}],\"DepartureTime\":\"01:00\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"keyIndex\":356,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":327,\"FlightNumber\":\"236\",\"SegFlightNumberArr\":\"WY-236, WY-163 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"OrFlightNumber\":\"WY-236\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579459630\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-25T10:00\",\"LocalFromTime\":\"2023-01-25 10:00\",\"FromUTCTime\":\"2023-01-25T10:00\",\"LocalToTime\":\"2023-01-26 12:30\",\"ToUTCTime\":\"2023-01-26T12:30\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":1190,\"LAYOVERDuration\":\"19h 50m\",\"FlyingMinutes\":1570,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Thu, 26 Jan\",\"FlightDuration\":\"29h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"destination\":{\"FlightNumber\":\"164\",\"SegFlightNumberArr\":\"WY-164, WY-235 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"DeFlightNumber\":\"WY-164\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579459630\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-02-21T13:45\",\"LocalFromTime\":\"2023-02-21 13:45\",\"FromUTCTime\":\"2023-02-21T13:45\",\"LocalToTime\":\"2023-02-22 07:10\",\"ToUTCTime\":\"2023-02-22T07:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":785,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Wed, 22 Feb\",\"FlightDuration\":\"14h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"IST\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"AirlineName\":\"Oman Aviation\",\"PublishedFare\":50223.4,\"PublishedFareTxt\":\"50,223\",\"ApiResultIndex\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579459630\",\"apiTraceId\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579459630\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27500,\"Tax\":21307.4,\"YQTax\":9720,\"OtherCharges\":7568,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1886,\"CarrierMiscFee\":498,\"MUFee\":1600,\"intPublishedFare\":48807.4,\"PublishedFare\":50224,\"PublishedFarePerPax\":50224,\"OfferedFare\":47207.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579460106\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":21307.4,\"BaseFareCal\":47667.47,\"BaseFare\":27500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":9720,\"AGST\":1886,\"MFT\":5.4,\"OT\":7568,\"MU\":1600,\"YR\":498,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2555.93,\"IntTaxOnAgencyFixMarkUp\":460.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":460.07,\"PublishFare\":50223.4,\"CostToCustomer\":50223.4,\"BaseFareCal\":47667.47,\"intCommisionEarnedForAgency\":2555.93,\"CostToCompany\":47667.47,\"intOfferedFare\":47207.4,\"intPublishFare\":48807.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":36250,\"Tax\":21745.4,\"YQTax\":9720,\"OtherCharges\":7568,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2324,\"CarrierMiscFee\":498,\"MUFee\":1600,\"intPublishedFare\":57995.4,\"PublishedFare\":59412,\"PublishedFarePerPax\":59412,\"OfferedFare\":56395.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-8878950834_1HYDMCTWY236MCTISTWY163ISTMCTWY164MCTHYDWY235_34619579459630\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":21745.4,\"BaseFareCal\":56855.47,\"BaseFare\":36250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":9720,\"AGST\":2324,\"MFT\":5.4,\"OT\":7568,\"MU\":1600,\"YR\":498,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2555.93,\"IntTaxOnAgencyFixMarkUp\":460.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":460.07,\"PublishFare\":59411.4,\"CostToCustomer\":59411.4,\"BaseFareCal\":56855.47,\"intCommisionEarnedForAgency\":2555.93,\"CostToCompany\":56855.47,\"intOfferedFare\":56395.4,\"intPublishFare\":57995.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-01-25T12:15\",\"SegFlightNumber\":\"WY-236\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-25T10:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":1190,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"19h 50m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-26T12:30\",\"SegFlightNumber\":\"WY-163\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-01-26T08:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":325,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"5h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-02-21T19:45\",\"SegFlightNumber\":\"WY-164\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-21T13:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":300,\"GroundTime\":405,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"5h 0m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-22T07:10\",\"SegFlightNumber\":\"WY-235\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-02-22T02:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"}],\"DepartureTime\":\"13:45\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"keyIndex\":327,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01J\"},{\"origin\":{\"keyIndex\":356,\"FlightNumber\":\"236\",\"SegFlightNumberArr\":\"WY-236, WY-163 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"OrFlightNumber\":\"WY-236\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-25T10:00\",\"LocalFromTime\":\"2023-01-25 10:00\",\"FromUTCTime\":\"2023-01-25T10:00\",\"LocalToTime\":\"2023-01-26 12:30\",\"ToUTCTime\":\"2023-01-26T12:30\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":1190,\"LAYOVERDuration\":\"19h 50m\",\"FlyingMinutes\":1570,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Thu, 26 Jan\",\"FlightDuration\":\"29h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"destination\":{\"FlightNumber\":\"166\",\"SegFlightNumberArr\":\"WY-166, WY-235 +1\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"DeFlightNumber\":\"WY-166\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-02-21T01:00\",\"LocalFromTime\":\"2023-02-21 01:00\",\"FromUTCTime\":\"2023-02-21T01:00\",\"LocalToTime\":\"2023-02-22 07:10\",\"ToUTCTime\":\"2023-02-22T07:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":1170,\"LAYOVERDuration\":\"19h 30m\",\"FlyingMinutes\":1550,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Wed, 22 Feb\",\"FlightDuration\":\"27h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"IST\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},\"AirlineName\":\"Oman Aviation\",\"PublishedFare\":50223.4,\"PublishedFareTxt\":\"50,223\",\"ApiResultIndex\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"apiTraceId\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27500,\"Tax\":21307.4,\"YQTax\":9720,\"OtherCharges\":7568,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1886,\"CarrierMiscFee\":498,\"MUFee\":1600,\"intPublishedFare\":48807.4,\"PublishedFare\":50224,\"PublishedFarePerPax\":50224,\"OfferedFare\":47207.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-12-10-8878950834_30HYDMCTWY236MCTISTWY163ISTMCTWY166MCTHYDWY235_34619579675320\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":21307.4,\"BaseFareCal\":47667.47,\"BaseFare\":27500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":9720,\"AGST\":1886,\"MFT\":5.4,\"OT\":7568,\"MU\":1600,\"YR\":498,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":460.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2555.93,\"GSTOnMarkUp\":460.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2555.93,\"IntTaxOnAgencyFixMarkUp\":460.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":460.07,\"PublishFare\":50223.4,\"CostToCustomer\":50223.4,\"BaseFareCal\":47667.47,\"intCommisionEarnedForAgency\":2555.93,\"CostToCompany\":47667.47,\"intOfferedFare\":47207.4,\"intPublishFare\":48807.4,\"TripjackMarkup\":1600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-01-25T12:15\",\"SegFlightNumber\":\"WY-236\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-25T10:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":1190,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"19h 50m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-26T12:30\",\"SegFlightNumber\":\"WY-163\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-01-26T08:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":325,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"5h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-02-21T07:00\",\"SegFlightNumber\":\"WY-166\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-21T01:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":300,\"GroundTime\":1170,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"5h 0m\",\"LAYOVERDuration\":\"19h 30m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-22T07:10\",\"SegFlightNumber\":\"WY-235\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"O\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-02-22T02:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"}],\"DepartureTime\":\"01:00\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f4d4e-7f810-9727e-ab0cb\",\"keyIndex\":356,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01K\"}]}],\"FlightBookingDataInbound\":null}','2022-12-29 15:11:14'),(88,'9e54c-263c4-6edbe-5ab13','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-5245\",\"keyIndex\":20,\"SegFlightNumberArr\":\"6E-5245\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8733819357_0HYDBOM6E5245_36071337365689\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"05:55\",\"TravelDate\":\"2022-12-30T04:30\",\"LocalFromTime\":\"2022-12-30 04:30\",\"FromUTCTime\":\"2022-12-30T04:30\",\"LocalToTime\":\"2022-12-30 05:55\",\"ToUTCTime\":\"2022-12-30T05:55\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5992,\"PublishedFareTxt\":\"5,992\",\"ApiResultIndex\":\"5-8733819357_0HYDBOM6E5245_36071337364114\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9e54c-263c4-6edbe-5ab13\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3505,\"Tax\":2654,\"YQTax\":0,\"OtherCharges\":1382,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6159,\"PublishedFare\":5992,\"PublishedFarePerPax\":5992,\"OfferedFare\":5074,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8733819357_0HYDBOM6E5245_36071337365689\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2654,\"BaseFareCal\":5214.03,\"BaseFare\":3505,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":1382,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5992,\"CostToCustomer\":5992,\"BaseFareCal\":5214.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5214.03,\"intOfferedFare\":5074,\"intPublishFare\":6159,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-12-30T05:55\",\"SegFlightNumber\":\"6E-5245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-30T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-29 15:38:58'),(92,'e0e24-4d429-e8519-24966','{\"BookingData\":[{\"bookingId\":\"TJS111900430136\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-16T06:30\",\"LocalFromTime\":\"2023-01-16 06:30\",\"FromUTCTime\":\"2023-01-16T06:30\",\"LocalToTime\":\"2023-01-16 12:05\",\"ToUTCTime\":\"2023-01-16T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7588685975_1BKKDEL6E86DELBLR6E2067_37463517414625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-16T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-16T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPA\",\"Price\":3500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPB\",\"Price\":7000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPC\",\"Price\":10500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPD\",\"Price\":21000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS111900430136\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-16T06:30\",\"LocalFromTime\":\"2023-01-16 06:30\",\"FromUTCTime\":\"2023-01-16T06:30\",\"LocalToTime\":\"2023-01-16 12:05\",\"ToUTCTime\":\"2023-01-16T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":24294.4,\"ApiResultIndex\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7588685975_1BKKDEL6E86DELBLR6E2067_37463517414625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-16T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-16T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T20:20\",\"SegFlightNumber\":\"6E-86\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-18T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":270,\"GroundTime\":480,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-19T07:15\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:15\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7588685975_6BLRBKK6E75BKKDEL6E86DELBLR6E2067_37443704118971\",\"localFromDateTime\":\"2023-01-16 06:30\",\"localToDateTime\":\"2023-01-16 12:05\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS111900430136\",\"FlightNumber\":\"6E-86\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"07:15\",\"TravelDate\":\"2023-01-18T17:20\",\"LocalFromTime\":\"2023-01-18 17:20\",\"FromUTCTime\":\"2023-01-18T17:20\",\"LocalToTime\":\"2023-01-19 07:15\",\"ToUTCTime\":\"2023-01-19T07:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":925,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"13h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T20:20\",\"SegFlightNumber\":\"6E-86\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-18T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":270,\"GroundTime\":480,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-19T07:15\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:15\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPA\",\"Price\":3758,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPB\",\"Price\":7516,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPC\",\"Price\":11274,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPD\",\"Price\":22549,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"2023-01-18 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"16\\/01\\/2023\",\"return_date\":\"18\\/01\\/2023\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"BLR\",\"to\":\"BKK\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":2262,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/01\\/2023\",\"return_dates\":\"18\\/01\\/2023\",\"strDepatureDate\":\"2023-01-16\",\"strReturnDate\":\"2023-01-18\",\"SearchFlightTraceId\":\"e0e24-4d429-e8519-24966\",\"from_city_\":\"2__BLR-BKK-BLR\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru&mytrip_city_to=Bangkok&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BLR&ContSysId_1=101&destination_city=BKK&ContSysId=215&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Bangkok%2C+TH+-+Suvarnabhumi+Intl+Arpt+BKK%2C+Thailand&departure_date=16%2F01%2F2023&return_date=18%2F01%2F2023&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+TH+-+Suvarnabhumi+Intl+Arpt+BKK\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"situ\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1959-12-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-15-59-21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"BHG7867869GFUYFJH\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-12-21\",\"passporIssue\":\"2018-12-21\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540428\",\"TPSysId\":\"540429\",\"VersionId\":[\"140429\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43057\",\"FareBreakdownid\":[\"367393\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"27\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"30\",\"31\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"30\",\"31\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":24294.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"540429\",\"MasterTPSysId\":\"540428\",\"ProposalID\":\"540429\\/V1\",\"InvoiceDate\":\"2022-12-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-29\",\"PaymentDate\":\"2022-12-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":23546.34,\"InvoiceStatus\":true,\"TotalSGST\":374.03,\"TotalCGST\":374.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":24294.4,\"TotalDueAmount\":0,\"InvoiceValue\":24294.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-BKK-IndiGo 6E-75\",\"ItemQty\":1,\"ItemRates\":19390.399999999998,\"Total\":19390.399999999998,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":24294.4,\"MarkupType\":\"\",\"Markup\":4155.9400000000005,\"TotalMarkup\":4155.9400000000005,\"SubTotal\":23546.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":748.06,\"SGST\":374.03,\"CGST\":374.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BKK-BLR-IndiGo 6E-86\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-29 15:59:55'),(95,'ddfef-35fd8-1850d-da3b2','{\"FlightBookingData\":[{\"bookingId\":\"TJS108800430150\",\"FlightNumber\":\"I5-767\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-01-19T10:05\",\"LocalFromTime\":\"2023-01-19 10:05\",\"FromUTCTime\":\"2023-01-19T10:05\",\"LocalToTime\":\"2023-01-19 14:50\",\"ToUTCTime\":\"2023-01-19T14:50\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Bagdogra\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5697,\"PublishedFareTxt\":\"5,697\",\"ApiResultIndex\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3570,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5697,\"PublishedFare\":5530,\"OfferedFare\":4612,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-6500710598_0DELIXBI5767IXBCCUI5612_37760668257528\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4752.03,\"BaseFare\":3570,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5530,\"CostToCustomer\":5530,\"BaseFareCal\":4752.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4752.03,\"intOfferedFare\":4612,\"intPublishFare\":5697,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"313\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-19T12:10\",\"SegFlightNumber\":\"I5-767\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T10:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Bagdogra\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"314\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T14:50\",\"SegFlightNumber\":\"I5-612\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-01-19T13:35\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"KMCB\",\"Price\":500,\"Description\":\"Kuttu Ki Poori with Till wale Aloo and Makhana Kheer\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"MOCB\",\"Price\":600,\"Description\":\"Matar Paneer with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"GNCB\",\"Price\":600,\"Description\":\"Galouti Kebab with Ulte Tawe Ka Paratha\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"313\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T16:04:20.581\",\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108800430150\",\"FlightNumber\":\"I5-767\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-01-19T10:05\",\"LocalFromTime\":\"2023-01-19 10:05\",\"FromUTCTime\":\"2023-01-19T10:05\",\"LocalToTime\":\"2023-01-19 14:50\",\"ToUTCTime\":\"2023-01-19T14:50\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Bagdogra\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5697,\"ApiResultIndex\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T16:04:20.581\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3570,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5697,\"PublishedFare\":5530,\"OfferedFare\":4612,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4752.03,\"BaseFare\":3570,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"313\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-19T12:10\",\"SegFlightNumber\":\"I5-767\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T10:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Bagdogra\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"314\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-19T14:50\",\"SegFlightNumber\":\"I5-612\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-01-19T13:35\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-6500710598_2DELIXBI5767IXBCCUI5612_37751167745554\",\"localFromDateTime\":\"2023-01-19 10:05\",\"localToDateTime\":\"2023-01-19 14:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"32\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"2\"],\"flight_booking_id\":[\"32\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nitu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-16-04-05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"2\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nitu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-16-04-05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"modified\":\"2022-12-29-16-04-05\",\"created\":\"2022-12-29-16-04-05\",\"CustomerMemberSysId\":\"2\"}],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"2\"],\"flight_booking_customer\":[[\"28\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"19\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"from_city_\":\"1__DEL-CCU\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540439\",\"TPSysId\":\"540440\",\"VersionId\":[\"140438\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43058\",\"FareBreakdownid\":[\"367394\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"2\"],\"flight_booking_id\":[\"32\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"nitu\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nitu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-16-04-05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ddfef-35fd8-1850d-da3b2\",\"modified\":\"2022-12-29-16-04-05\",\"created\":\"2022-12-29-16-04-05\",\"MobileNo\":\"8923963627\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"nitu\",\"passenger-lastname-1\":\"singh\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"0\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"ddfef-35fd8-1850d-da3b2\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"305165\",\"memberId\":[\"19171\"]}}}','2022-12-29 16:04:10'),(100,'db052-5817c-8f668-84559','{\"BookingData\":[{\"bookingId\":\"TJS118900430154\",\"FlightNumber\":\"6E-6566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"03:15\",\"TravelDate\":\"2023-01-25T21:10\",\"LocalFromTime\":\"2023-01-25 21:10\",\"FromUTCTime\":\"2023-01-25T21:10\",\"LocalToTime\":\"2023-01-27 03:15\",\"ToUTCTime\":\"2023-01-27T03:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":1255,\"LAYOVERDuration\":\"20h 55m\",\"FlyingMinutes\":1655,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"30h 5m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":25278,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":22068.7,\"PublishedFareTxt\":\"22,069\",\"ApiResultIndex\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-SIN\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18746,\"Tax\":3322.7,\"YQTax\":0,\"OtherCharges\":1563,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":942,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":22068.7,\"PublishedFare\":22776.7,\"OfferedFare\":21268.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1941218369_0IDRCCU6E6566CCUSIN6E41_37850375224587\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":230.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3322.7,\"BaseFareCal\":21498.73,\"BaseFare\":18746,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":942,\"MFT\":2.7,\"OT\":1563,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":230.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1277.97,\"IntTaxOnAgencyFixMarkUp\":230.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":230.03,\"PublishFare\":22776.7,\"CostToCustomer\":22776.7,\"BaseFareCal\":21498.73,\"intCommisionEarnedForAgency\":1277.97,\"CostToCompany\":21498.73,\"intOfferedFare\":21268.7,\"intPublishFare\":22068.7,\"TripjackMarkup\":800,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"748\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-25T23:15\",\"SegFlightNumber\":\"6E-6566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-01-25T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 55m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"749\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-01-27T03:15\",\"SegFlightNumber\":\"6E-41\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-26T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"748\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"db052-5817c-8f668-84559\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T16:05:50.287\",\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":25278,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118900430154\",\"FlightNumber\":\"6E-6566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"03:15\",\"TravelDate\":\"2023-01-25T21:10\",\"LocalFromTime\":\"2023-01-25 21:10\",\"FromUTCTime\":\"2023-01-25T21:10\",\"LocalToTime\":\"2023-01-27 03:15\",\"ToUTCTime\":\"2023-01-27T03:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":1255,\"LAYOVERDuration\":\"20h 55m\",\"FlyingMinutes\":1655,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"30h 5m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":25278,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":22068.7,\"ApiResultIndex\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"db052-5817c-8f668-84559\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T16:05:50.287\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18746,\"Tax\":3322.7,\"YQTax\":0,\"OtherCharges\":1563,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":942,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":22068.7,\"PublishedFare\":22776.7,\"OfferedFare\":21268.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3322.7,\"BaseFareCal\":21498.73,\"BaseFare\":18746,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":942,\"MFT\":2.7,\"OT\":1563,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":1277.97,\"GSTOnMarkUp\":230.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"748\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-25T23:15\",\"SegFlightNumber\":\"6E-6566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-01-25T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 55m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"749\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-01-27T03:15\",\"SegFlightNumber\":\"6E-41\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-26T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1941218369_2IDRCCU6E6566CCUSIN6E41_37837272186005\",\"localFromDateTime\":\"2023-01-25 21:10\",\"localToDateTime\":\"2023-01-27 03:15\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":25278,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Indore\",\"mytrip_city_to\":\"Singapore\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"SIN\",\"ContSysId\":\"190\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destination\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"departure_date\":\"25\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"to_mytrip_city\":\" SG - Changi Intl Arpt SIN\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"SIN\",\"from\":\"IDR\",\"to\":\"SIN\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destinationCityText\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"sourceCityId\":12706,\"destinationCityId\":25278,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"db052-5817c-8f668-84559\",\"from_city_\":\"1__IDR-SIN\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Indore&mytrip_city_to=Singapore&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=IDR&ContSysId_1=101&destination_city=SIN&ContSysId=190&source=Indore%2C+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+IDR%2C+India&destination=Singapore%2C+SG+-+Changi+Intl+Arpt+SIN%2C+Singapore&departure_date=25%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+IDR&to_mytrip_city=+SG+-+Changi+Intl+Arpt+SIN\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nitu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1958-12-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-16-08-08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"HGYU657658GFUYFUY\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-07-21\",\"passporIssue\":\"2018-12-20\",\"CustomerMemberSysId\":\"2\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540449\",\"TPSysId\":\"540450\",\"VersionId\":[\"140443\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43059\",\"FareBreakdownid\":[\"367395\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"30\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"2\"],\"flight_booking_id\":[\"34\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"34\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":22776.7},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"540450\",\"MasterTPSysId\":\"540449\",\"ProposalID\":\"540450\\/V1\",\"InvoiceDate\":\"2022-12-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-29\",\"PaymentDate\":\"2022-12-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":22528.670000000002,\"InvoiceStatus\":true,\"TotalSGST\":124.015,\"TotalCGST\":124.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":22776.7,\"TotalDueAmount\":0,\"InvoiceValue\":22776.7,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IDR-SIN-IndiGo 6E-6566\",\"ItemQty\":1,\"ItemRates\":21150.7,\"Total\":21150.7,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":22776.7,\"MarkupType\":\"\",\"Markup\":1377.97,\"TotalMarkup\":1377.97,\"SubTotal\":22528.670000000002,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":248.03,\"SGST\":124.015,\"CGST\":124.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-29 16:08:37'),(101,'79605-38e1b-72edc-413d6','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-771\",\"keyIndex\":16,\"SegFlightNumberArr\":\"6E-771\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2593690798_0HYDDEL6E771_5914410274771\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2022-12-31T05:05\",\"LocalFromTime\":\"2022-12-31 05:05\",\"FromUTCTime\":\"2022-12-31T05:05\",\"LocalToTime\":\"2022-12-31 07:30\",\"ToUTCTime\":\"2022-12-31T07:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 31 Dec\",\"ArrivalDateTxt\":\"Sat, 31 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":18156,\"PublishedFareTxt\":\"18,156\",\"ApiResultIndex\":\"5-2593690798_0HYDDEL6E771_5914410273483\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"79605-38e1b-72edc-413d6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13000,\"Tax\":5608,\"YQTax\":0,\"OtherCharges\":3064,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":18608,\"PublishedFare\":18156,\"PublishedFarePerPax\":9078,\"OfferedFare\":16438,\"CommissionEarned\":570,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2593690798_0HYDDEL6E771_5914410274771\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":570,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":5608,\"BaseFareCal\":16700.07,\"BaseFare\":13000,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":0,\"MFT\":144,\"OT\":3064,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":262.07,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1455.93,\"GSTOnMarkUp\":262.07,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1455.93,\"IntTaxOnAgencyFixMarkUp\":262.07,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":262.07,\"PublishFare\":18156,\"CostToCustomer\":18156,\"BaseFareCal\":16700.07,\"intCommisionEarnedForAgency\":1455.93,\"CostToCompany\":16700.07,\"intOfferedFare\":16438,\"intPublishFare\":18608,\"TripjackMarkup\":1600,\"TripjackCommission\":570,\"TripjackTDS\":\"30\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":570,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02A\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-31T07:30\",\"SegFlightNumber\":\"6E-771\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-29 19:18:35'),(105,'8df8b-05971-5a175-4d687','{\"FlightBookingData\":[{\"bookingId\":\"TJS102700430468\",\"FlightNumber\":\"I5-1229\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-01-01T17:45\",\"LocalFromTime\":\"2023-01-01 17:45\",\"FromUTCTime\":\"2023-01-01T17:45\",\"LocalToTime\":\"2023-01-01 19:35\",\"ToUTCTime\":\"2023-01-01T19:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Sun, 01 Jan\",\"ArrivalDateTxt\":\"Sun, 01 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8558,\"PublishedFareTxt\":\"8,558\",\"ApiResultIndex\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5910,\"Tax\":2648,\"YQTax\":0,\"OtherCharges\":1076,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8558,\"PublishedFare\":8391,\"OfferedFare\":7473,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-7646259059_0JAIHYDI51229_15318108427181\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2648,\"BaseFareCal\":7613.03,\"BaseFare\":5910,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":300,\"MFT\":72,\"OT\":1076,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":8391,\"CostToCustomer\":8391,\"BaseFareCal\":7613.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":7613.03,\"intOfferedFare\":7473,\"intPublishFare\":8558,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"18\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-01T19:35\",\"SegFlightNumber\":\"I5-1229\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-01-01T17:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"KMCB\",\"Price\":500,\"Description\":\"Kuttu Ki Poori with Till wale Aloo and Makhana Kheer\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"MOCB\",\"Price\":600,\"Description\":\"Matar Paneer with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"GNCB\",\"Price\":600,\"Description\":\"Galouti Kebab with Ulte Tawe Ka Paratha\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8df8b-05971-5a175-4d687\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T21:56:04.015\",\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700430468\",\"FlightNumber\":\"I5-1229\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-01-01T17:45\",\"LocalFromTime\":\"2023-01-01 17:45\",\"FromUTCTime\":\"2023-01-01T17:45\",\"LocalToTime\":\"2023-01-01 19:35\",\"ToUTCTime\":\"2023-01-01T19:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Sun, 01 Jan\",\"ArrivalDateTxt\":\"Sun, 01 Jan\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8558,\"ApiResultIndex\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"8df8b-05971-5a175-4d687\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-29T21:56:04.015\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5910,\"Tax\":2648,\"YQTax\":0,\"OtherCharges\":1076,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8558,\"PublishedFare\":8391,\"OfferedFare\":7473,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2648,\"BaseFareCal\":7613.03,\"BaseFare\":5910,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":300,\"MFT\":72,\"OT\":1076,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"18\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-01T19:35\",\"SegFlightNumber\":\"I5-1229\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-01-01T17:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-7646259059_1JAIHYDI51229_15252581381134\",\"localFromDateTime\":\"2023-01-01 17:45\",\"localToDateTime\":\"2023-01-01 19:35\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"35\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_id\":[\"35\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"sonu198534@yahoo.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9290127125\",\"FirstName\":\"Sushil\",\"LastName\":\"Surana\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-21-55-29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_customer\":[[\"31\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Hyderabad\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"01\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"JAI\",\"to\":\"HYD\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":12995,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8df8b-05971-5a175-4d687\",\"from_city_\":\"1__JAI-HYD\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540811\",\"TPSysId\":\"540812\",\"VersionId\":[\"140640\"],\"CustomerSysId\":\"309008\",\"TrxId\":\"43089\",\"FareBreakdownid\":[\"367420\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_id\":[\"35\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"sonu198534@yahoo.com\",\"FirstName\":\"Sushil\",\"LastName\":\"Surana\",\"CountryCode\":\"91\",\"MobileNo\":\"9290127125\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9290127125\",\"leadEmail\":\"sonu198534@yahoo.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Sushil\",\"passenger-lastname-1\":\"Surana\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"8df8b-05971-5a175-4d687\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"309008\",\"memberId\":null}}}','2022-12-29 21:55:53'),(108,'8a259-7f1b6-79980-23b6d','{\"FlightBookingData\":[{\"bookingId\":\"TJS105700430479\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2022-12-30T20:15\",\"LocalFromTime\":\"2022-12-30 20:15\",\"FromUTCTime\":\"2022-12-30T20:15\",\"LocalToTime\":\"2022-12-30 22:40\",\"ToUTCTime\":\"2022-12-30T22:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7939,\"PublishedFareTxt\":\"7,939\",\"ApiResultIndex\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2739,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7939,\"PublishedFare\":7772,\"OfferedFare\":6854,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2402431377_0HYDDEL6E2213_16114204688546\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2739,\"BaseFareCal\":6994.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":7772,\"CostToCustomer\":7772,\"BaseFareCal\":6994.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":6994.03,\"intOfferedFare\":6854,\"intPublishFare\":7939,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"524\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-30T22:40\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-30T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8a259-7f1b6-79980-23b6d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T22:09:20.111\",\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105700430479\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2022-12-30T20:15\",\"LocalFromTime\":\"2022-12-30 20:15\",\"FromUTCTime\":\"2022-12-30T20:15\",\"LocalToTime\":\"2022-12-30 22:40\",\"ToUTCTime\":\"2022-12-30T22:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7939,\"ApiResultIndex\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8a259-7f1b6-79980-23b6d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-29T22:09:20.111\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":2739,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":7939,\"PublishedFare\":7772,\"OfferedFare\":6854,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2739,\"BaseFareCal\":6994.03,\"BaseFare\":5200,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":265,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"524\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-30T22:40\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-12-30T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2402431377_5HYDDEL6E2213_16055762852450\",\"localFromDateTime\":\"2022-12-30 20:15\",\"localToDateTime\":\"2022-12-30 22:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"36\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"8\"],\"flight_booking_id\":[\"36\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"df@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7085485848\",\"FirstName\":\"Fgd\",\"LastName\":\"Adc\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-29-22-09-29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"8\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"8\"],\"flight_booking_customer\":[[\"32\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"30\\/12\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-12-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8a259-7f1b6-79980-23b6d\",\"from_city_\":\"1__HYD-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540815\",\"TPSysId\":\"540816\",\"VersionId\":[\"140646\"],\"CustomerSysId\":\"309012\",\"TrxId\":\"43091\",\"FareBreakdownid\":[\"367422\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"8\"],\"flight_booking_id\":[\"36\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"df@gmail.com\",\"FirstName\":\"Fgd\",\"LastName\":\"Adc\",\"CountryCode\":\"91\",\"MobileNo\":\"7085485848\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7085485848\",\"leadEmail\":\"df@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Fgd\",\"passenger-lastname-1\":\"Adc\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"meal\":{\"8\":\"8\"},\"baggage\":{\"8\":\"8\"},\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"8a259-7f1b6-79980-23b6d\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"309012\",\"memberId\":null}}}','2022-12-29 22:09:50'),(109,'4170f-1ee13-22f4c-1c70b','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-2906\",\"keyIndex\":0,\"SegFlightNumberArr\":\"SG-2906\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7219165751_0JDHDELSG2906_20779256805255\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2022-12-30T08:05\",\"LocalFromTime\":\"2022-12-30 08:05\",\"FromUTCTime\":\"2022-12-30T08:05\",\"LocalToTime\":\"2022-12-30 09:25\",\"ToUTCTime\":\"2022-12-30T09:25\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 30 Dec\",\"ArrivalDateTxt\":\"Fri, 30 Dec\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"13184\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":7856,\"PublishedFareTxt\":\"7,856\",\"ApiResultIndex\":\"4-7219165751_0JDHDELSG2906_20779256804016\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"4170f-1ee13-22f4c-1c70b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5650,\"Tax\":2373,\"YQTax\":0,\"OtherCharges\":813,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":288,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":8023,\"PublishedFare\":7856,\"PublishedFarePerPax\":7856,\"OfferedFare\":6938,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7219165751_0JDHDELSG2906_20779256805255\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2373,\"BaseFareCal\":7078.03,\"BaseFare\":5650,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":288,\"MFT\":72,\"OT\":813,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":7856,\"CostToCustomer\":7856,\"BaseFareCal\":7078.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":7078.03,\"intOfferedFare\":6938,\"intPublishFare\":8023,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Q\"},\"Segments\":[{\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-30T09:25\",\"SegFlightNumber\":\"SG-2906\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2022-12-30T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-29 23:26:17'),(112,'f25ed-0fc5a-bdedb-cc5b0','{\"FlightBookingData\":[{\"bookingId\":\"TJS107900430507\",\"FlightNumber\":\"6E-5257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-01-27T18:15\",\"LocalFromTime\":\"2023-01-27 18:15\",\"FromUTCTime\":\"2023-01-27T18:15\",\"LocalToTime\":\"2023-01-27 19:45\",\"ToUTCTime\":\"2023-01-27T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6259,\"PublishedFareTxt\":\"6,259\",\"ApiResultIndex\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":2659,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6259,\"PublishedFare\":6092,\"OfferedFare\":5174,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9789848769_0HYDBOM6E5257_36573870992512\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2659,\"BaseFareCal\":5314.03,\"BaseFare\":3600,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":185,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":6092,\"CostToCustomer\":6092,\"BaseFareCal\":5314.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":5314.03,\"intOfferedFare\":5174,\"intPublishFare\":6259,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"291\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-27T19:45\",\"SegFlightNumber\":\"6E-5257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T18:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"291\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-30T03:50:19.777\",\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107900430507\",\"FlightNumber\":\"6E-5257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-01-27T18:15\",\"LocalFromTime\":\"2023-01-27 18:15\",\"FromUTCTime\":\"2023-01-27T18:15\",\"LocalToTime\":\"2023-01-27 19:45\",\"ToUTCTime\":\"2023-01-27T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6259,\"ApiResultIndex\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2022-12-30T03:50:19.777\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":2659,\"YQTax\":0,\"OtherCharges\":1202,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":6259,\"PublishedFare\":6092,\"OfferedFare\":5174,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2659,\"BaseFareCal\":5314.03,\"BaseFare\":3600,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":185,\"MFT\":72,\"OT\":1202,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"291\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-27T19:45\",\"SegFlightNumber\":\"6E-5257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T18:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9789848769_5HYDBOM6E5257_36528648991473\",\"localFromDateTime\":\"2023-01-27 18:15\",\"localToDateTime\":\"2023-01-27 19:45\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"37\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_id\":[\"37\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"ggtrd@ggg.vom\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9993336669\",\"FirstName\":\"Gthgggd\",\"LastName\":\"Ggghj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-30-03-49-41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"33\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Mumbai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"27\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HYD\",\"to\":\"BOM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12538,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"from_city_\":\"1__HYD-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"540823\",\"TPSysId\":\"540824\",\"VersionId\":[\"140652\"],\"CustomerSysId\":\"309055\",\"TrxId\":\"43093\",\"FareBreakdownid\":[\"367424\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_id\":[\"37\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"ggtrd@ggg.vom\",\"FirstName\":\"Gthgggd\",\"LastName\":\"Ggghj\",\"CountryCode\":\"91\",\"MobileNo\":\"9993336669\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9993336669\",\"leadEmail\":\"ggtrd@ggg.vom\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Gthgggd\",\"passenger-lastname-1\":\"Ggghj\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"meal\":{\"9\":\"9\"},\"baggage\":{\"9\":\"9\"},\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"f25ed-0fc5a-bdedb-cc5b0\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"309055\",\"memberId\":null}}}','2022-12-30 03:50:18'),(116,'bee4d-913ec-5c980-9fad5','{\"BookingData\":[{\"bookingId\":\"TJS115700430855\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-24T06:30\",\"LocalFromTime\":\"2023-01-24 06:30\",\"FromUTCTime\":\"2023-01-24T06:30\",\"LocalToTime\":\"2023-01-24 12:05\",\"ToUTCTime\":\"2023-01-24T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":9,\"ACFT\":325,\"CCF\":50,\"ACF\":6500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9285566841_1BKKCCU6E78CCUBLR6E6513_5713357804054\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-24T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-24T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPA\",\"Price\":3500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPB\",\"Price\":7000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPC\",\"Price\":10500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"XBPD\",\"Price\":21000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115700430855\",\"FlightNumber\":\"6E-75\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-01-24T06:30\",\"LocalFromTime\":\"2023-01-24 06:30\",\"FromUTCTime\":\"2023-01-24T06:30\",\"LocalToTime\":\"2023-01-24 12:05\",\"ToUTCTime\":\"2023-01-24T12:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":24294.4,\"ApiResultIndex\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":9,\"ACFT\":325,\"CCF\":50,\"ACF\":6500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15000,\"Tax\":6462.4,\"YQTax\":0,\"OtherCharges\":4474,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":1600,\"intPublishedFare\":21462.4,\"PublishedFare\":24294.4,\"OfferedFare\":20405.4,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9285566841_1BKKCCU6E78CCUBLR6E6513_5713357804054\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":400,\"AddiTaxOnMarkup\":72,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6462.4,\"BaseFareCal\":20538.46,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":353,\"MFT\":5.4,\"OT\":4474,\"MU\":1600,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":676.06,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":3755.94,\"GSTOnMarkUp\":676.06,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"555\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-01-24T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-24T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-27T04:00\",\"SegFlightNumber\":\"6E-78\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-27T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":265,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-27T11:10\",\"SegFlightNumber\":\"6E-6513\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-27T08:25\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9285566841_11BLRBKK6E75BKKCCU6E78CCUBLR6E6513_5697520719863\",\"localFromDateTime\":\"2023-01-24 06:30\",\"localToDateTime\":\"2023-01-24 12:05\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS115700430855\",\"FlightNumber\":\"6E-78\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:55\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-01-27T02:55\",\"LocalFromTime\":\"2023-01-27 02:55\",\"FromUTCTime\":\"2023-01-27T02:55\",\"LocalToTime\":\"2023-01-27 11:10\",\"ToUTCTime\":\"2023-01-27T11:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":585,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Fri, 27 Jan\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference__nls__ __bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__ Before 72 hrs: Rs 3,500 + Fare Difference__nls__Within 06-72 hrs: Rs 4,000 + Fare Difference__nls__ __bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":9,\"ACFT\":325,\"CCF\":50,\"ACF\":6500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"556\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-27T04:00\",\"SegFlightNumber\":\"6E-78\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-01-27T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":265,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"557\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-27T11:10\",\"SegFlightNumber\":\"6E-6513\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-27T08:25\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPA\",\"Price\":3758,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPB\",\"Price\":7516,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPC\",\"Price\":11274,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"XBPD\",\"Price\":22549,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"556\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGTR\",\"Price\":650,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVTR\",\"Price\":700,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":14,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-24 12:00\",\"localToDateTime\":\"2023-01-27 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"24\\/01\\/2023\",\"return_date\":\"27\\/01\\/2023\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"BLR\",\"to\":\"BKK\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":2262,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/01\\/2023\",\"return_dates\":\"27\\/01\\/2023\",\"strDepatureDate\":\"2023-01-24\",\"strReturnDate\":\"2023-01-27\",\"SearchFlightTraceId\":\"bee4d-913ec-5c980-9fad5\",\"from_city_\":\"2__BLR-BKK-BLR\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru&mytrip_city_to=Bangkok&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BLR&ContSysId_1=101&destination_city=BKK&ContSysId=215&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Bangkok%2C+TH+-+Suvarnabhumi+Intl+Arpt+BKK%2C+Thailand&departure_date=24%2F01%2F2023&return_date=27%2F01%2F2023&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+TH+-+Suvarnabhumi+Intl+Arpt+BKK\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"piku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1957-12-26\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-30-13-55-32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"CFY7867698GYFUYF\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-12-20\",\"passporIssue\":\"2018-12-20\",\"CustomerMemberSysId\":\"3\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"541228\",\"TPSysId\":\"541229\",\"VersionId\":[\"140816\"],\"CustomerSysId\":\"305165\",\"TrxId\":\"43134\",\"FareBreakdownid\":[\"367453\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"34\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"3\"],\"flight_booking_id\":[\"38\",\"39\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"38\",\"39\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":24294.4},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"305165\",\"TPSysId\":\"541229\",\"MasterTPSysId\":\"541228\",\"ProposalID\":\"541229\\/V1\",\"InvoiceDate\":\"2022-12-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-30\",\"PaymentDate\":\"2022-12-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":23546.34,\"InvoiceStatus\":true,\"TotalSGST\":374.03,\"TotalCGST\":374.03,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":24294.4,\"TotalDueAmount\":0,\"InvoiceValue\":24294.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-BKK-IndiGo 6E-75\",\"ItemQty\":1,\"ItemRates\":19390.399999999998,\"Total\":19390.399999999998,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":24294.4,\"MarkupType\":\"\",\"Markup\":4155.9400000000005,\"TotalMarkup\":4155.9400000000005,\"SubTotal\":23546.34,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":748.06,\"SGST\":374.03,\"CGST\":374.03,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BKK-BLR-IndiGo 6E-78\",\"ItemQty\":1,\"ItemRates\":0,\"Total\":0,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":0,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":0,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-30 13:56:07'),(117,'499c9-810ab-9e3cb-fe72e','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-548\",\"keyIndex\":170,\"SegFlightNumberArr\":\"I5-548 +1\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-0012764507_0DELLKOI5548LKOCCUI5319_18941335207433\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-01-10T07:20\",\"LocalFromTime\":\"2023-01-10 07:20\",\"FromUTCTime\":\"2023-01-10T07:20\",\"LocalToTime\":\"2023-01-10 12:40\",\"ToUTCTime\":\"2023-01-10T12:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":150,\"LAYOVERDuration\":\"2h 30m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5520,\"PublishedFareTxt\":\"5,520\",\"ApiResultIndex\":\"22-0012764507_0DELLKOI5548LKOCCUI5319_18941335207433\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"499c9-810ab-9e3cb-fe72e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3560,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5687,\"PublishedFare\":5520,\"PublishedFarePerPax\":5520,\"OfferedFare\":4602,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-0012764507_0DELLKOI5548LKOCCUI5319_18941335207433\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4742.03,\"BaseFare\":3560,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5520,\"CostToCustomer\":5520,\"BaseFareCal\":4742.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4742.03,\"intOfferedFare\":4602,\"intPublishFare\":5687,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-10T08:20\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":150,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 30m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T12:40\",\"SegFlightNumber\":\"I5-319\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-01-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-30 17:35:26'),(121,'0c97d-539dc-f2c93-c002b','{\"BookingData\":[{\"bookingId\":\"TJS101500431158\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-01-10T07:20\",\"LocalFromTime\":\"2023-01-10 07:20\",\"FromUTCTime\":\"2023-01-10T07:20\",\"LocalToTime\":\"2023-01-10 12:40\",\"ToUTCTime\":\"2023-01-10T12:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":150,\"LAYOVERDuration\":\"2h 30m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5687,\"PublishedFareTxt\":\"5,687\",\"ApiResultIndex\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3560,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5687,\"PublishedFare\":5520,\"OfferedFare\":4602,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19012627420038\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4742.03,\"BaseFare\":3560,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":777.97,\"IntTaxOnAgencyFixMarkUp\":140.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":5520,\"CostToCustomer\":5520,\"BaseFareCal\":4742.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4742.03,\"intOfferedFare\":4602,\"intPublishFare\":5687,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"184\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-10T08:20\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":150,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 30m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T12:40\",\"SegFlightNumber\":\"I5-319\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-01-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Check-in Baggage\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Check-in Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"RPCM\",\"Price\":0,\"Description\":\"HERB ROAST VEGETABLE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"VPML\",\"Price\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"184\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0c97d-539dc-f2c93-c002b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-30T17:37:17.549\",\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101500431158\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-01-10T07:20\",\"LocalFromTime\":\"2023-01-10 07:20\",\"FromUTCTime\":\"2023-01-10T07:20\",\"LocalToTime\":\"2023-01-10 12:40\",\"ToUTCTime\":\"2023-01-10T12:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":150,\"LAYOVERDuration\":\"2h 30m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Tue, 10 Jan\",\"ArrivalDateTxt\":\"Tue, 10 Jan\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5687,\"ApiResultIndex\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"0c97d-539dc-f2c93-c002b\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2022-12-30T17:37:17.549\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3560,\"Tax\":2127,\"YQTax\":0,\"OtherCharges\":673,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5687,\"PublishedFare\":5520,\"OfferedFare\":4602,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2127,\"BaseFareCal\":4742.03,\"BaseFare\":3560,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":182,\"MFT\":72,\"OT\":673,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":777.97,\"GSTOnMarkUp\":140.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"184\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-10T08:20\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-10T07:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":60,\"GroundTime\":150,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 30m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-10T12:40\",\"SegFlightNumber\":\"I5-319\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-01-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-6681875925_0DELLKOI5548LKOCCUI5319_19006251123961\",\"localFromDateTime\":\"2023-01-10 07:20\",\"localToDateTime\":\"2023-01-10 12:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"10\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0c97d-539dc-f2c93-c002b\",\"from_city_\":\"1__DEL-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Kolkata&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=10%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-30-17-36-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"4\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"541603\",\"TPSysId\":\"541604\",\"VersionId\":[\"141007\"],\"CustomerSysId\":\"307069\",\"TrxId\":\"43171\",\"FareBreakdownid\":[\"367469\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"35\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_id\":[\"40\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"40\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5520},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"307069\",\"TPSysId\":\"541604\",\"MasterTPSysId\":\"541603\",\"ProposalID\":\"541604\\/V1\",\"InvoiceDate\":\"2022-12-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-30\",\"PaymentDate\":\"2022-12-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":5361.97,\"InvoiceStatus\":true,\"TotalSGST\":79.015,\"TotalCGST\":79.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5520,\"TotalDueAmount\":0,\"InvoiceValue\":5520,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-CCU-AirAsia India I5-548\",\"ItemQty\":1,\"ItemRates\":4484,\"Total\":4484,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5520,\"MarkupType\":\"\",\"Markup\":877.97,\"TotalMarkup\":877.97,\"SubTotal\":5361.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":158.03,\"SGST\":79.015,\"CGST\":79.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-30 17:36:52'),(122,'d622b-93668-f8036-cfb77','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-860\",\"keyIndex\":1,\"SegFlightNumberArr\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-1303042999_0HYDDELUK860_20733391598164\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-01-02T07:00\",\"LocalFromTime\":\"2023-01-02 07:00\",\"FromUTCTime\":\"2023-01-02T07:00\",\"LocalToTime\":\"2023-01-02 09:20\",\"ToUTCTime\":\"2023-01-02T09:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":6474,\"PublishedFareTxt\":\"6,473\",\"ApiResultIndex\":\"21-10-15-2-1303042999_0HYDDELUK860_20733391598164\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d622b-93668-f8036-cfb77\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5470,\"Tax\":1224.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6694.8,\"PublishedFare\":6474,\"PublishedFarePerPax\":6474,\"OfferedFare\":6355.37,\"CommissionEarned\":339.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1303042999_0HYDDELUK860_20733391598164\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":339.43,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1224.8,\"BaseFareCal\":6373.37,\"BaseFare\":5470,\"CommissionEarned\":339.43,\"TDS\":-17.87,\"MF\":10,\"YQ\":0,\"AGST\":280,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":339.43,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":6473.37,\"CostToCustomer\":6473.37,\"BaseFareCal\":6373.37,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":6373.37,\"intOfferedFare\":6355.37,\"intPublishFare\":6694.8,\"TripjackMarkup\":0,\"TripjackCommission\":339.43,\"TripjackTDS\":\"17.87\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":339.43,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01J\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-02T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-02T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-30 17:41:24'),(126,'527a5-10929-b9456-b7e71','{\"BookingData\":[{\"bookingId\":\"TJ100352588702\",\"FlightNumber\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-01-02T07:00\",\"LocalFromTime\":\"2023-01-02 07:00\",\"FromUTCTime\":\"2023-01-02T07:00\",\"LocalToTime\":\"2023-01-02 09:20\",\"ToUTCTime\":\"2023-01-02T09:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6694.8,\"PublishedFareTxt\":\"6,695\",\"ApiResultIndex\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes permitted 04 Hrs before scheduled departure __nls__ __bs__ First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 525 + Rs 50 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":525,\"ACFT\":26.25}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5470,\"Tax\":1224.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6694.8,\"PublishedFare\":6768.37,\"OfferedFare\":6355.37,\"CommissionEarned\":339.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4926422613_0HYDDELUK860_42909086903218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":339.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1224.8,\"BaseFareCal\":6418.37,\"BaseFare\":5470,\"CommissionEarned\":339.43,\"TDS\":-17.87,\"MF\":10,\"YQ\":0,\"AGST\":280,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":339.43,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":6768.37,\"CostToCustomer\":6768.37,\"BaseFareCal\":6418.37,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":6418.37,\"intOfferedFare\":6355.37,\"intPublishFare\":6694.8,\"TripjackMarkup\":0,\"TripjackCommission\":339.43,\"TripjackTDS\":\"17.87\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":339.43,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"514\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-02T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-02T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"527a5-10929-b9456-b7e71\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-30T19:07:27.801\",\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100352588702\",\"FlightNumber\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-01-02T07:00\",\"LocalFromTime\":\"2023-01-02 07:00\",\"FromUTCTime\":\"2023-01-02T07:00\",\"LocalToTime\":\"2023-01-02 09:20\",\"ToUTCTime\":\"2023-01-02T09:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6694.8,\"ApiResultIndex\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"527a5-10929-b9456-b7e71\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2022-12-30T19:07:27.801\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5470,\"Tax\":1224.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6694.8,\"PublishedFare\":6768.37,\"OfferedFare\":6355.37,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1224.8,\"BaseFareCal\":6418.37,\"BaseFare\":5470,\"CommissionEarned\":339.43,\"TDS\":-17.87,\"MF\":10,\"YQ\":0,\"AGST\":280,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"514\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-02T09:20\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-02T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-4926422613_0HYDDELUK860_30181693899576\",\"localFromDateTime\":\"2023-01-02 07:00\",\"localToDateTime\":\"2023-01-02 09:20\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"02\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"527a5-10929-b9456-b7e71\",\"from_city_\":\"1__HYD-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=02%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9989613151\",\"FirstName\":\"hemant\",\"LastName\":\"soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-30-19-06-40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"10\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"541748\",\"TPSysId\":\"541749\",\"VersionId\":[\"141090\"],\"CustomerSysId\":\"309421\",\"TrxId\":\"43183\",\"FareBreakdownid\":[\"367480\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"36\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"10\",\"CustomerMemSysId\":[\"10\"],\"flight_booking_id\":[\"41\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"41\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6768.37},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"309421\",\"TPSysId\":\"541749\",\"MasterTPSysId\":\"541748\",\"ProposalID\":\"541749\\/V1\",\"InvoiceDate\":\"2022-12-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-12-30\",\"PaymentDate\":\"2022-12-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":6687.37,\"InvoiceStatus\":true,\"TotalSGST\":40.5,\"TotalCGST\":40.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6768.37,\"TotalDueAmount\":0,\"InvoiceValue\":6768.37,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-DEL-Vistara UK-860\",\"ItemQty\":1,\"ItemRates\":6237.37,\"Total\":6237.37,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6768.37,\"MarkupType\":\"\",\"Markup\":450,\"TotalMarkup\":450,\"SubTotal\":6687.37,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":81,\"SGST\":40.5,\"CGST\":40.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-12-30 19:07:07');
INSERT INTO `tbl_temp_data` VALUES (127,'450e6-f568d-5cafe-5900e','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":86,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":182,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"2809\",\"SegFlightNumberArr\":\"AA-2809\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-2809\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:27\",\"ArrivalTime\":\"18:29\",\"TravelDate\":\"2023-01-25T15:27\",\"LocalFromTime\":\"2023-01-25 15:27\",\"FromUTCTime\":\"2023-01-25T15:27\",\"LocalToTime\":\"2023-01-25 18:29\",\"ToUTCTime\":\"2023-01-25T18:29\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":182,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"3h 2m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"LGA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00S\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"La Guardia\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"LGA\",\"destinationArrTime\":\"2023-01-25T18:29\",\"SegFlightNumber\":\"AA-2809\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T15:27\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":182,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:27\",\"strArrivalDtTime\":\"18:29\",\"FlightDuration\":\"3h 2m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"15:27\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":86,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531054\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":171,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"485\",\"SegFlightNumberArr\":\"AA-485\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-485\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531054\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"13:38\",\"ArrivalTime\":\"16:29\",\"TravelDate\":\"2023-01-25T13:38\",\"LocalFromTime\":\"2023-01-25 13:38\",\"FromUTCTime\":\"2023-01-25T13:38\",\"LocalToTime\":\"2023-01-25 16:29\",\"ToUTCTime\":\"2023-01-25T16:29\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":171,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 51m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531054\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531054\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531844\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_0JFKMIAAA338MIAJFKAA485_3607478531054\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T16:29\",\"SegFlightNumber\":\"AA-485\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T13:38\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":171,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:38\",\"strArrivalDtTime\":\"16:29\",\"FlightDuration\":\"2h 51m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"13:38\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"00U\"},{\"origin\":{\"keyIndex\":1,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535214\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":172,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"2392\",\"SegFlightNumberArr\":\"AA-2392\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-2392\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535214\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"07:38\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2023-01-25T07:38\",\"LocalFromTime\":\"2023-01-25 07:38\",\"FromUTCTime\":\"2023-01-25T07:38\",\"LocalToTime\":\"2023-01-25 10:30\",\"ToUTCTime\":\"2023-01-25T10:30\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":172,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 52m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535214\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535214\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535594\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_1JFKMIAAA338MIAJFKAA2392_3607478535214\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T10:30\",\"SegFlightNumber\":\"AA-2392\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T07:38\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":172,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:38\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"2h 52m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"07:38\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":1,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"00V\"},{\"origin\":{\"keyIndex\":2,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538614\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"309\",\"SegFlightNumberArr\":\"AA-309\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-309\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538614\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-25T09:35\",\"LocalFromTime\":\"2023-01-25 09:35\",\"FromUTCTime\":\"2023-01-25T09:35\",\"LocalToTime\":\"2023-01-25 12:30\",\"ToUTCTime\":\"2023-01-25T12:30\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538614\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538614\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538944\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_2JFKMIAAA338MIAJFKAA309_3607478538614\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T12:30\",\"SegFlightNumber\":\"AA-309\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T09:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"09:35\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":2,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"00W\"},{\"origin\":{\"keyIndex\":3,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478541905\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":177,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"533\",\"SegFlightNumberArr\":\"AA-533\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-533\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478541905\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"08:48\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2023-01-25T08:48\",\"LocalFromTime\":\"2023-01-25 08:48\",\"FromUTCTime\":\"2023-01-25T08:48\",\"LocalToTime\":\"2023-01-25 11:45\",\"ToUTCTime\":\"2023-01-25T11:45\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":177,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 57m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478541905\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478541905\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478542225\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_3JFKMIAAA338MIAJFKAA533_3607478541905\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T11:45\",\"SegFlightNumber\":\"AA-533\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T08:48\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":177,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:48\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 57m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"08:48\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":3,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"00X\"},{\"origin\":{\"keyIndex\":4,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478544965\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":179,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"1922\",\"SegFlightNumberArr\":\"AA-1922\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-1922\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478544965\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"22:29\",\"TravelDate\":\"2023-01-25T19:30\",\"LocalFromTime\":\"2023-01-25 19:30\",\"FromUTCTime\":\"2023-01-25T19:30\",\"LocalToTime\":\"2023-01-25 22:29\",\"ToUTCTime\":\"2023-01-25T22:29\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":179,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 59m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478544965\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478544965\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478545305\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_4JFKMIAAA338MIAJFKAA1922_3607478544965\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T22:29\",\"SegFlightNumber\":\"AA-1922\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T19:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":179,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"22:29\",\"FlightDuration\":\"2h 59m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"19:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":4,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"00Y\"},{\"origin\":{\"keyIndex\":5,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478547795\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"1479\",\"SegFlightNumberArr\":\"AA-1479\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-1479\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478547795\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"11:59\",\"ArrivalTime\":\"14:59\",\"TravelDate\":\"2023-01-25T11:59\",\"LocalFromTime\":\"2023-01-25 11:59\",\"FromUTCTime\":\"2023-01-25T11:59\",\"LocalToTime\":\"2023-01-25 14:59\",\"ToUTCTime\":\"2023-01-25T14:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478547795\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478547795\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478548135\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_5JFKMIAAA338MIAJFKAA1479_3607478547795\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T14:59\",\"SegFlightNumber\":\"AA-1479\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T11:59\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:59\",\"strArrivalDtTime\":\"14:59\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"11:59\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":5,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"00Z\"},{\"origin\":{\"keyIndex\":6,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550275\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"342\",\"SegFlightNumberArr\":\"AA-342\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-342\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550275\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-01-25T10:40\",\"LocalFromTime\":\"2023-01-25 10:40\",\"FromUTCTime\":\"2023-01-25T10:40\",\"LocalToTime\":\"2023-01-25 13:45\",\"ToUTCTime\":\"2023-01-25T13:45\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550275\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550275\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550505\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15856.03,\"Tax\":4417.69,\"YQTax\":0,\"OtherCharges\":4394.09,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20273.71,\"PublishedFare\":21100,\"PublishedFarePerPax\":21100,\"OfferedFare\":20273.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_6JFKMIAAA338MIAJFKAA342_3607478550275\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4417.69,\"BaseFareCal\":20399.71,\"BaseFare\":15856.03,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4394.09,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"0 Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":21099.71,\"CostToCustomer\":21099.71,\"BaseFareCal\":20399.71,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":20399.71,\"intOfferedFare\":20273.71,\"intPublishFare\":20273.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-01-25T13:45\",\"SegFlightNumber\":\"AA-342\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T10:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 8\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"10:40\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":6,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"010\"},{\"origin\":{\"keyIndex\":84,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_84JFKMIAAA338MIALGAAA970_3607478795329\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":176,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"970\",\"SegFlightNumberArr\":\"AA-970\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-970\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_84JFKMIAAA338MIALGAAA970_3607478795329\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"17:39\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2023-01-25T17:39\",\"LocalFromTime\":\"2023-01-25 17:39\",\"FromUTCTime\":\"2023-01-25T17:39\",\"LocalToTime\":\"2023-01-25 20:35\",\"ToUTCTime\":\"2023-01-25T20:35\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":176,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 56m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"LGA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_84JFKMIAAA338MIALGAAA970_3607478795329\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_84JFKMIAAA338MIALGAAA970_3607478795329\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_84JFKMIAAA338MIALGAAA970_3607478795329\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"La Guardia\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"LGA\",\"destinationArrTime\":\"2023-01-25T20:35\",\"SegFlightNumber\":\"AA-970\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T17:39\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":176,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"17:39\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 56m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"17:39\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":84,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"011\"},{\"origin\":{\"keyIndex\":85,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_85JFKMIAAA338MIALGAAA2970_3607478797099\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":179,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"2970\",\"SegFlightNumberArr\":\"AA-2970\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-2970\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_85JFKMIAAA338MIALGAAA2970_3607478797099\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"19:29\",\"TravelDate\":\"2023-01-25T16:30\",\"LocalFromTime\":\"2023-01-25 16:30\",\"FromUTCTime\":\"2023-01-25T16:30\",\"LocalToTime\":\"2023-01-25 19:29\",\"ToUTCTime\":\"2023-01-25T19:29\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":179,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 59m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"LGA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_85JFKMIAAA338MIALGAAA2970_3607478797099\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_85JFKMIAAA338MIALGAAA2970_3607478797099\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_85JFKMIAAA338MIALGAAA2970_3607478797099\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"La Guardia\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"LGA\",\"destinationArrTime\":\"2023-01-25T19:29\",\"SegFlightNumber\":\"AA-2970\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T16:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":179,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"19:29\",\"FlightDuration\":\"2h 59m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"16:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":85,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"012\"},{\"origin\":{\"keyIndex\":86,\"FlightNumber\":\"338\",\"SegFlightNumberArr\":\"AA-338\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"OrFlightNumber\":\"AA-338\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:42\",\"ArrivalTime\":\"18:59\",\"TravelDate\":\"2023-01-02T15:42\",\"LocalFromTime\":\"2023-01-02 15:42\",\"FromUTCTime\":\"2023-01-02T15:42\",\"LocalToTime\":\"2023-01-02 18:59\",\"ToUTCTime\":\"2023-01-02T18:59\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":182,\"DepartureDateTxt\":\"Mon, 02 Jan\",\"ArrivalDateTxt\":\"Mon, 02 Jan\",\"FlightDuration\":\"3h 17m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MIA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"destination\":{\"FlightNumber\":\"2809\",\"SegFlightNumberArr\":\"AA-2809\",\"AirlineName\":\"American Airlines\",\"AirlineCode\":\"AA\",\"DeFlightNumber\":\"AA-2809\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"15:27\",\"ArrivalTime\":\"18:29\",\"TravelDate\":\"2023-01-25T15:27\",\"LocalFromTime\":\"2023-01-25 15:27\",\"FromUTCTime\":\"2023-01-25T15:27\",\"LocalToTime\":\"2023-01-25 18:29\",\"ToUTCTime\":\"2023-01-25T18:29\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":182,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"3h 2m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"31932\",\"SourceAirportCode\":\"MIA\",\"DestAirportCode\":\"LGA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},\"AirlineName\":\"American Airlines\",\"PublishedFare\":20600.6,\"PublishedFareTxt\":\"20,601\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"apiTraceId\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16340,\"Tax\":3719.6,\"YQTax\":0,\"OtherCharges\":3696,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20059.6,\"PublishedFare\":20601,\"PublishedFarePerPax\":20601,\"OfferedFare\":19774.6,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4191922678_86JFKMIAAA338MIALGAAA2809_3607478798789\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":7,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3719.6,\"BaseFareCal\":19900.6,\"BaseFare\":16340,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":20600.6,\"CostToCustomer\":20600.6,\"BaseFareCal\":19900.6,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":19900.6,\"intOfferedFare\":19774.6,\"intPublishFare\":20059.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":200,\"CommisionPass\":285,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Miami Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Miami\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"MIA\",\"destinationArrTime\":\"2023-01-02T18:59\",\"SegFlightNumber\":\"AA-338\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-02T15:42\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":197,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:42\",\"strArrivalDtTime\":\"18:59\",\"FlightDuration\":\"3h 17m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Miami Intl\",\"destinationAirportName\":\"La Guardia\",\"originCityName\":\"Miami\",\"originCountryName\":\"United States\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"LGA\",\"destinationArrTime\":\"2023-01-25T18:29\",\"SegFlightNumber\":\"AA-2809\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"MIA\",\"originDepTime\":\"2023-01-25T15:27\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":182,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:27\",\"strArrivalDtTime\":\"18:29\",\"FlightDuration\":\"3h 2m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal B\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"}],\"DepartureTime\":\"15:27\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"450e6-f568d-5cafe-5900e\",\"keyIndex\":86,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"013\"}]}],\"FlightBookingDataInbound\":null}','2023-01-02 12:24:10'),(128,'e7f40-e6a55-e838d-4af5c','{\"FlightBookingData\":[{\"FlightNumber\":\"AA-177\",\"keyIndex\":103,\"SegFlightNumberArr\":\"AA-177 +2\",\"AirlineName\":\"American airlines\",\"AirlineCode\":\"AA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"21:05\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-01-18T21:05\",\"LocalFromTime\":\"2023-01-18 21:05\",\"FromUTCTime\":\"2023-01-18T21:05\",\"LocalToTime\":\"2023-01-21 18:35\",\"ToUTCTime\":\"2023-01-21T18:35\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"San Francisco\",\"GroundTime\":1926,\"LAYOVERDuration\":\"32h 6m\",\"FlyingMinutes\":3390,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Sat, 21 Jan\",\"FlightDuration\":\"56h 30m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"16659\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MNL\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":64061,\"PublishedFareTxt\":\"64,060\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e7f40-e6a55-e838d-4af5c\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":44735,\"Tax\":19044.8,\"YQTax\":0,\"OtherCharges\":4378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":14655,\"MUFee\":0,\"intPublishedFare\":63779.8,\"PublishedFare\":64061,\"PublishedFarePerPax\":64061,\"OfferedFare\":63352.3,\"CommissionEarned\":427.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":427.5,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19044.8,\"BaseFareCal\":63460.3,\"BaseFare\":44735,\"CommissionEarned\":427.5,\"TDS\":-22.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4378,\"MU\":0,\"YR\":14655,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":64060.3,\"CostToCustomer\":64060.3,\"BaseFareCal\":63460.3,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":63460.3,\"intOfferedFare\":63352.3,\"intPublishFare\":63779.8,\"TripjackMarkup\":0,\"TripjackCommission\":427.5,\"TripjackTDS\":\"22.5\",\"AddiMarkup\":100,\"CommisionPass\":427.5,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"027\"},\"Segments\":[{\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"San Francisco Intl Arpt\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"San Francisco\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"SFO\",\"destinationArrTime\":\"2023-01-19T00:54\",\"SegFlightNumber\":\"AA-177\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"V\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-18T21:05\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":409,\"GroundTime\":1321,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"21:05\",\"strArrivalDtTime\":\"00:54\",\"FlightDuration\":\"6h 49m\",\"LAYOVERDuration\":\"22h 1m\",\"LAYOVERCity\":\"San Francisco\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"originAirportName\":\"San Francisco Intl Arpt\",\"destinationAirportName\":\"Hong Kong Intl\",\"originCityName\":\"San Francisco\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Hong Kong\",\"destinationCountryName\":\"Hong Kong\",\"destinationAirportCode\":\"HKG\",\"destinationArrTime\":\"2023-01-21T06:10\",\"SegFlightNumber\":\"CX-873\",\"AirlineCode\":\"CX\",\"AirlineName\":\"Cathay Pacific Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"SFO\",\"originDepTime\":\"2023-01-19T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":915,\"GroundTime\":605,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"15h 15m\",\"LAYOVERDuration\":\"10h 5m\",\"LAYOVERCity\":\"Hong Kong\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/CX.gif\"},{\"originAirportName\":\"Hong Kong Intl\",\"destinationAirportName\":\"Ninoy Aquino Intl\",\"originCityName\":\"Hong Kong\",\"originCountryName\":\"Hong Kong\",\"destinationCityName\":\"Manila\",\"destinationCountryName\":\"Philippines\",\"destinationAirportCode\":\"MNL\",\"destinationArrTime\":\"2023-01-21T18:35\",\"SegFlightNumber\":\"CX-903\",\"AirlineCode\":\"CX\",\"AirlineName\":\"Cathay Pacific Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"HKG\",\"originDepTime\":\"2023-01-21T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/CX.gif\"}],\"FilterPrice\":\"61001-65000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"AA-177\",\"keyIndex\":103,\"SegFlightNumberArr\":\"AA-177 +2\",\"AirlineName\":\"American airlines\",\"AirlineCode\":\"AA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"AirlineSysId\":\"94\",\"DepartureTime\":\"21:05\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-01-18T21:05\",\"LocalFromTime\":\"2023-01-18 21:05\",\"FromUTCTime\":\"2023-01-18T21:05\",\"LocalToTime\":\"2023-01-21 18:35\",\"ToUTCTime\":\"2023-01-21T18:35\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"San Francisco\",\"GroundTime\":1926,\"LAYOVERDuration\":\"32h 6m\",\"FlyingMinutes\":3390,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Sat, 21 Jan\",\"FlightDuration\":\"56h 30m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"16659\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"MNL\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":64061,\"PublishedFareTxt\":\"64,060\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e7f40-e6a55-e838d-4af5c\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":44735,\"Tax\":19044.8,\"YQTax\":0,\"OtherCharges\":4378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":14655,\"MUFee\":0,\"intPublishedFare\":63779.8,\"PublishedFare\":64061,\"PublishedFarePerPax\":64061,\"OfferedFare\":63352.3,\"CommissionEarned\":427.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-2370832211_103JFKSFOAA177SFOHKGCX873HKGMNLCX903_17228404497395\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":427.5,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19044.8,\"BaseFareCal\":63460.3,\"BaseFare\":44735,\"CommissionEarned\":427.5,\"TDS\":-22.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4378,\"MU\":0,\"YR\":14655,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":64060.3,\"CostToCustomer\":64060.3,\"BaseFareCal\":63460.3,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":63460.3,\"intOfferedFare\":63352.3,\"intPublishFare\":63779.8,\"TripjackMarkup\":0,\"TripjackCommission\":427.5,\"TripjackTDS\":\"22.5\",\"AddiMarkup\":100,\"CommisionPass\":427.5,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"San Francisco Intl Arpt\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"San Francisco\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"SFO\",\"destinationArrTime\":\"2023-01-19T00:54\",\"SegFlightNumber\":\"AA-177\",\"AirlineCode\":\"AA\",\"AirlineName\":\"American Airlines\",\"FareClass\":\"V\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-18T21:05\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":409,\"GroundTime\":1321,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"21:05\",\"strArrivalDtTime\":\"00:54\",\"FlightDuration\":\"6h 49m\",\"LAYOVERDuration\":\"22h 1m\",\"LAYOVERCity\":\"San Francisco\",\"DepTerminal\":\"Terminal 8\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AA.gif\"},{\"originAirportName\":\"San Francisco Intl Arpt\",\"destinationAirportName\":\"Hong Kong Intl\",\"originCityName\":\"San Francisco\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Hong Kong\",\"destinationCountryName\":\"Hong Kong\",\"destinationAirportCode\":\"HKG\",\"destinationArrTime\":\"2023-01-21T06:10\",\"SegFlightNumber\":\"CX-873\",\"AirlineCode\":\"CX\",\"AirlineName\":\"Cathay Pacific Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"SFO\",\"originDepTime\":\"2023-01-19T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":915,\"GroundTime\":605,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"15h 15m\",\"LAYOVERDuration\":\"10h 5m\",\"LAYOVERCity\":\"Hong Kong\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/CX.gif\"},{\"originAirportName\":\"Hong Kong Intl\",\"destinationAirportName\":\"Ninoy Aquino Intl\",\"originCityName\":\"Hong Kong\",\"originCountryName\":\"Hong Kong\",\"destinationCityName\":\"Manila\",\"destinationCountryName\":\"Philippines\",\"destinationAirportCode\":\"MNL\",\"destinationArrTime\":\"2023-01-21T18:35\",\"SegFlightNumber\":\"CX-903\",\"AirlineCode\":\"CX\",\"AirlineName\":\"Cathay Pacific Airways\",\"FareClass\":\"V\",\"originAirportCode\":\"HKG\",\"originDepTime\":\"2023-01-21T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/CX.gif\"}],\"FilterPrice\":\"61001-65000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"029\"}]}],\"FlightBookingDataInbound\":null}','2023-01-02 14:35:46'),(131,'de54e-fe74b-7277b-4557e','{\"FlightBookingData\":[{\"bookingId\":\"TJ109352795423\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-01-16T14:20\",\"LocalFromTime\":\"2023-01-16 14:20\",\"FromUTCTime\":\"2023-01-16T14:20\",\"LocalToTime\":\"2023-01-16 16:55\",\"ToUTCTime\":\"2023-01-16T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6411.8,\"PublishedFareTxt\":\"6,412\",\"ApiResultIndex\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6000,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6411.8,\"PublishedFare\":6828.8,\"OfferedFare\":6297.8,\"CommissionEarned\":114,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5834368165_0CCUDELG8102_113784934561451\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":114,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":6378.8,\"BaseFare\":6000,\"CommissionEarned\":114,\"TDS\":-6,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":114,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":6828.8,\"CostToCustomer\":6828.8,\"BaseFareCal\":6378.8,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":6378.8,\"intOfferedFare\":6297.8,\"intPublishFare\":6411.8,\"TripjackMarkup\":0,\"TripjackCommission\":114,\"TripjackTDS\":\"6\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":114,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"536\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-16T16:55\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de54e-fe74b-7277b-4557e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-02T18:54:46.452\",\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109352795423\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-01-16T14:20\",\"LocalFromTime\":\"2023-01-16 14:20\",\"FromUTCTime\":\"2023-01-16T14:20\",\"LocalToTime\":\"2023-01-16 16:55\",\"ToUTCTime\":\"2023-01-16T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Mon, 16 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6411.8,\"ApiResultIndex\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"de54e-fe74b-7277b-4557e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-02T18:54:46.452\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6000,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6411.8,\"PublishedFare\":6828.8,\"OfferedFare\":6297.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":6378.8,\"BaseFare\":6000,\"CommissionEarned\":114,\"TDS\":-6,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"536\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-16T16:55\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-01-16T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-5834368165_2CCUDELG8102_34870336613777\",\"localFromDateTime\":\"2023-01-16 14:20\",\"localToDateTime\":\"2023-01-16 16:55\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"42\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"11\",\"CustomerMemSysId\":[\"11\"],\"flight_booking_id\":[\"42\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"rtgfn@hd.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9876543211\",\"FirstName\":\"ddsgd\",\"LastName\":\"ccvc\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-02-18-54-26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"11\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"11\",\"CustomerMemSysId\":[\"11\"],\"flight_booking_customer\":[[\"37\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata (CCU)\",\"mytrip_city_to\":\"Delhi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"16\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"CCU\",\"to\":\"DEL\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":14323,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de54e-fe74b-7277b-4557e\",\"from_city_\":\"1__CCU-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"543495\",\"TPSysId\":\"543496\",\"VersionId\":[\"141903\"],\"CustomerSysId\":\"310458\",\"TrxId\":\"43354\",\"FareBreakdownid\":[\"367637\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"11\",\"CustomerMemSysId\":[\"11\"],\"flight_booking_id\":[\"42\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"rtgfn@hd.com\",\"FirstName\":\"ddsgd\",\"LastName\":\"ccvc\",\"CountryCode\":\"91\",\"MobileNo\":\"9876543211\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9876543211\",\"leadEmail\":\"rtgfn@hd.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"ddsgd\",\"passenger-lastname-1\":\"ccvc\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"de54e-fe74b-7277b-4557e\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"310458\",\"memberId\":null}}}','2023-01-02 18:55:01'),(132,'73768-9a9bf-46b68-32df2','{\"FlightBookingData\":[{\"FlightNumber\":\"AI-543\",\"keyIndex\":51,\"SegFlightNumberArr\":\"AI-543\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6999983595_50HYDDELAI543_21241451526624\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-23T10:05\",\"LocalFromTime\":\"2023-01-23 10:05\",\"FromUTCTime\":\"2023-01-23T10:05\",\"LocalToTime\":\"2023-01-23 12:30\",\"ToUTCTime\":\"2023-01-23T12:30\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":13188,\"PublishedFareTxt\":\"13,187\",\"ApiResultIndex\":\"21-10-15-2-6999983595_50HYDDELAI543_21241451526434\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"73768-9a9bf-46b68-32df2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":2086.6,\"YQTax\":0,\"OtherCharges\":1193,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":12346.6,\"PublishedFare\":12747,\"PublishedFarePerPax\":6374,\"OfferedFare\":12067.98,\"CommissionEarned\":278.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6999983595_50HYDDELAI543_21241451526624\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":278.62,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2086.6,\"BaseFareCal\":12171.48,\"BaseFare\":10260,\"CommissionEarned\":278.62,\"TDS\":-14.66,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":278.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":12746.48,\"CostToCustomer\":12746.48,\"BaseFareCal\":12171.48,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":12171.48,\"intOfferedFare\":12067.98,\"intPublishFare\":12346.6,\"TripjackMarkup\":0,\"TripjackCommission\":278.62,\"TripjackTDS\":\"14.66\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":278.62,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08Y\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-23T12:30\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-23T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01D\"},{\"keyIndex\":80,\"FlightNumber\":\"AI-839\",\"SegFlightNumberArr\":\"AI-839\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-01-24T21:30\",\"LocalFromTime\":\"2023-01-24 21:30\",\"FromUTCTime\":\"2023-01-24T21:30\",\"LocalToTime\":\"2023-01-24 23:45\",\"ToUTCTime\":\"2023-01-24T23:45\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":12408.64,\"PublishedFareTxt\":\"12,409\",\"ApiResultIndex\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"73768-9a9bf-46b68-32df2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":1673.6,\"YQTax\":0,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":11933.6,\"PublishedFare\":12409,\"PublishedFarePerPax\":6205,\"OfferedFare\":11700.64,\"CommissionEarned\":232.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1673.6,\"BaseFareCal\":11808.64,\"BaseFare\":10260,\"CommissionEarned\":232.96,\"TDS\":-12.26,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":232.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":12408.64,\"CostToCustomer\":12408.64,\"BaseFareCal\":11808.64,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":11808.64,\"intOfferedFare\":11700.64,\"intPublishFare\":11933.6,\"TripjackMarkup\":0,\"TripjackCommission\":232.96,\"TripjackTDS\":\"12.26\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":232.96,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0BU\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T23:45\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"022\"}],\"FlightBookingDataInbound\":{\"keyIndex\":80,\"FlightNumber\":\"AI-839\",\"SegFlightNumberArr\":\"AI-839\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-01-24T21:30\",\"LocalFromTime\":\"2023-01-24 21:30\",\"FromUTCTime\":\"2023-01-24T21:30\",\"LocalToTime\":\"2023-01-24 23:45\",\"ToUTCTime\":\"2023-01-24T23:45\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":12408.64,\"PublishedFareTxt\":\"12,409\",\"ApiResultIndex\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"73768-9a9bf-46b68-32df2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":1673.6,\"YQTax\":0,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":11933.6,\"PublishedFare\":12409,\"PublishedFarePerPax\":6205,\"OfferedFare\":11700.64,\"CommissionEarned\":232.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6999983595_79DELHYDAI839_21241450956798\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1673.6,\"BaseFareCal\":11808.64,\"BaseFare\":10260,\"CommissionEarned\":232.96,\"TDS\":-12.26,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":232.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":12408.64,\"CostToCustomer\":12408.64,\"BaseFareCal\":11808.64,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":11808.64,\"intOfferedFare\":11700.64,\"intPublishFare\":11933.6,\"TripjackMarkup\":0,\"TripjackCommission\":232.96,\"TripjackTDS\":\"12.26\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":232.96,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0BU\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T23:45\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"022\"}}','2023-01-03 14:36:06'),(133,'cba6c-1f017-e107c-fce61','{\"FlightBookingData\":[{\"FlightNumber\":\"AI-543\",\"keyIndex\":51,\"SegFlightNumberArr\":\"AI-543\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-9077461520_50HYDDELAI543_20030583478122\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-23T10:05\",\"LocalFromTime\":\"2023-01-23 10:05\",\"FromUTCTime\":\"2023-01-23T10:05\",\"LocalToTime\":\"2023-01-23 12:30\",\"ToUTCTime\":\"2023-01-23T12:30\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":13188,\"PublishedFareTxt\":\"13,187\",\"ApiResultIndex\":\"21-10-15-2-9077461520_50HYDDELAI543_20030583477952\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"cba6c-1f017-e107c-fce61\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":2086.6,\"YQTax\":0,\"OtherCharges\":1193,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":12346.6,\"PublishedFare\":12747,\"PublishedFarePerPax\":6374,\"OfferedFare\":12067.98,\"CommissionEarned\":278.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9077461520_50HYDDELAI543_20030583478122\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":278.62,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2086.6,\"BaseFareCal\":12171.48,\"BaseFare\":10260,\"CommissionEarned\":278.62,\"TDS\":-14.66,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":278.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":12746.48,\"CostToCustomer\":12746.48,\"BaseFareCal\":12171.48,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":12171.48,\"intOfferedFare\":12067.98,\"intPublishFare\":12346.6,\"TripjackMarkup\":0,\"TripjackCommission\":278.62,\"TripjackTDS\":\"14.66\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":278.62,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08Y\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-23T12:30\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-23T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01D\"},{\"keyIndex\":80,\"FlightNumber\":\"AI-839\",\"SegFlightNumberArr\":\"AI-839\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069553\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-01-24T21:30\",\"LocalFromTime\":\"2023-01-24 21:30\",\"FromUTCTime\":\"2023-01-24T21:30\",\"LocalToTime\":\"2023-01-24 23:45\",\"ToUTCTime\":\"2023-01-24T23:45\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":12408.64,\"PublishedFareTxt\":\"12,409\",\"ApiResultIndex\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069383\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"cba6c-1f017-e107c-fce61\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":2086.6,\"YQTax\":0,\"OtherCharges\":1193,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":12346.6,\"PublishedFare\":12793,\"PublishedFarePerPax\":6397,\"OfferedFare\":12113.64,\"CommissionEarned\":232.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069553\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2086.6,\"BaseFareCal\":12217.14,\"BaseFare\":10260,\"CommissionEarned\":232.96,\"TDS\":-12.26,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":232.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":12792.14,\"CostToCustomer\":12792.14,\"BaseFareCal\":12217.14,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":12217.14,\"intOfferedFare\":12113.64,\"intPublishFare\":12346.6,\"TripjackMarkup\":0,\"TripjackCommission\":232.96,\"TripjackTDS\":\"12.26\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":232.96,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0BV\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T23:45\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"022\"}],\"FlightBookingDataInbound\":{\"keyIndex\":80,\"FlightNumber\":\"AI-839\",\"SegFlightNumberArr\":\"AI-839\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069553\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-01-24T21:30\",\"LocalFromTime\":\"2023-01-24 21:30\",\"FromUTCTime\":\"2023-01-24T21:30\",\"LocalToTime\":\"2023-01-24 23:45\",\"ToUTCTime\":\"2023-01-24T23:45\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":12408.64,\"PublishedFareTxt\":\"12,409\",\"ApiResultIndex\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069383\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"cba6c-1f017-e107c-fce61\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10260,\"Tax\":2086.6,\"YQTax\":0,\"OtherCharges\":1193,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":12346.6,\"PublishedFare\":12793,\"PublishedFarePerPax\":6397,\"OfferedFare\":12113.64,\"CommissionEarned\":232.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9077461520_79DELHYDAI839_20030583069553\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2086.6,\"BaseFareCal\":12217.14,\"BaseFare\":10260,\"CommissionEarned\":232.96,\"TDS\":-12.26,\"MF\":20,\"YQ\":0,\"AGST\":530,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":232.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":12792.14,\"CostToCustomer\":12792.14,\"BaseFareCal\":12217.14,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":12217.14,\"intOfferedFare\":12113.64,\"intPublishFare\":12346.6,\"TripjackMarkup\":0,\"TripjackCommission\":232.96,\"TripjackTDS\":\"12.26\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":232.96,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0BV\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-24T23:45\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"022\"}}','2023-01-03 14:39:36'),(134,'5f736-3c699-421e9-adc97','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-3292\",\"keyIndex\":33,\"SegFlightNumberArr\":\"6E-3292\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8272839126_2VNSHYD6E3292_21190224111206\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-01-04T16:35\",\"LocalFromTime\":\"2023-01-04 16:35\",\"FromUTCTime\":\"2023-01-04T16:35\",\"LocalToTime\":\"2023-01-04 18:30\",\"ToUTCTime\":\"2023-01-04T18:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":null,\"PublishedFare\":31712,\"PublishedFareTxt\":\"31,712\",\"ApiResultIndex\":\"5-8272839126_2VNSHYD6E3292_21190224110716\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5f736-3c699-421e9-adc97\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":26000,\"Tax\":4599.2,\"YQTax\":0,\"OtherCharges\":4552,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30599.2,\"PublishedFare\":31712,\"PublishedFarePerPax\":7928,\"OfferedFare\":30413.96,\"CommissionEarned\":185.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8272839126_2VNSHYD6E3292_21190224111206\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":185.24,\"intTotalGST\":198,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1100,\"GSTOnMarkUp\":198,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4599.2,\"BaseFareCal\":30611.96,\"BaseFare\":26000,\"CommissionEarned\":185.24,\"TDS\":-9.76,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":4552,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":198,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"GSTOnMarkUp\":198,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":185.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1100,\"IntTaxOnAgencyFixMarkUp\":198,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":198,\"PublishFare\":31711.96,\"CostToCustomer\":31711.96,\"BaseFareCal\":30611.96,\"intCommisionEarnedForAgency\":1100,\"CostToCompany\":30611.96,\"intOfferedFare\":30413.96,\"intPublishFare\":30599.2,\"TripjackMarkup\":0,\"TripjackCommission\":185.24,\"TripjackTDS\":\"9.76\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":185.24,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-04T18:30\",\"SegFlightNumber\":\"6E-3292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-01-04T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-03 14:46:52'),(135,'2d87d-227d7-e99e3-107cb','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-3292\",\"keyIndex\":33,\"SegFlightNumberArr\":\"6E-3292\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8471896826_2VNSHYD6E3292_19441843863835\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-01-04T16:35\",\"LocalFromTime\":\"2023-01-04 16:35\",\"FromUTCTime\":\"2023-01-04T16:35\",\"LocalToTime\":\"2023-01-04 18:30\",\"ToUTCTime\":\"2023-01-04T18:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":5,\"CurrencyType\":null,\"PublishedFare\":39611,\"PublishedFareTxt\":\"39,610\",\"ApiResultIndex\":\"5-8471896826_2VNSHYD6E3292_19441843863245\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2d87d-227d7-e99e3-107cb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":32500,\"Tax\":5749,\"YQTax\":0,\"OtherCharges\":5690,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":38249,\"PublishedFare\":39611,\"PublishedFarePerPax\":7923,\"OfferedFare\":38017.45,\"CommissionEarned\":231.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.2,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8471896826_2VNSHYD6E3292_19441843863835\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":231.55,\"intTotalGST\":243,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":5749,\"BaseFareCal\":38260.45,\"BaseFare\":32500,\"CommissionEarned\":231.55,\"TDS\":-12.2,\"MF\":50,\"YQ\":0,\"AGST\":0,\"MFT\":9,\"OT\":5690,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":243,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":231.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1350,\"IntTaxOnAgencyFixMarkUp\":243,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":243,\"PublishFare\":39610.45,\"CostToCustomer\":39610.45,\"BaseFareCal\":38260.45,\"intCommisionEarnedForAgency\":1350,\"CostToCompany\":38260.45,\"intOfferedFare\":38017.45,\"intPublishFare\":38249,\"TripjackMarkup\":0,\"TripjackCommission\":231.55,\"TripjackTDS\":\"12.2\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":231.55,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-04T18:30\",\"SegFlightNumber\":\"6E-3292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-01-04T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"40001-45000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-03 14:47:37'),(137,'7eb05-ed483-d3e5f-dd150','{\"FlightBookingData\":[{\"bookingId\":\"TJ111952859576\",\"FlightNumber\":\"TR-574\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-27T22:10\",\"LocalFromTime\":\"2023-02-27 22:10\",\"FromUTCTime\":\"2023-02-27T22:10\",\"LocalToTime\":\"2023-02-28 00:15\",\"ToUTCTime\":\"2023-02-28T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Mon, 27 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":12578.42,\"PublishedFareTxt\":\"12,578\",\"ApiResultIndex\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"FareRuleDetails\":{\"fareRule\":{\"SIN-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Origin\\/destination changes are not permitted. __nls__Flight date, time and\\/or name changes are permitted up to 8 hours before departure for a fee, plus any applicable difference in fare.__nls__If your booking contains flights operated by partner airlines, flight date, time or name changes, and upgrade to ScootBiz, are not permitted for all flights in the booking.\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":100,\"policyInfo\":\"Cancellations, refunds, and credits are not permitted\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Chargeable Seats\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8880.3,\"Tax\":3698.12,\"YQTax\":0,\"OtherCharges\":3686.32,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12578.42,\"PublishedFare\":13168.42,\"OfferedFare\":12578.42,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-3651451568_0SINHYDTR574_101458517609280\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3698.12,\"BaseFareCal\":12668.42,\"BaseFare\":8880.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3686.32,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":13168.42,\"CostToCustomer\":13168.42,\"BaseFareCal\":12668.42,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":12668.42,\"intOfferedFare\":12578.42,\"intPublishFare\":12578.42,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"335\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-28T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-27T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG20\",\"Price\":2484,\"Weight\":\"Baggage 20 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG25\",\"Price\":2794.5,\"Weight\":\"Baggage 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG30\",\"Price\":3415.5,\"Weight\":\"Baggage 30 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG35\",\"Price\":3974.4,\"Weight\":\"Baggage 35 Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"BG40\",\"Price\":4595.4,\"Weight\":\"Baggage 40 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS04\",\"Price\":372.6,\"Description\":\"Ciabbatta with Chicken Fillet, Edam Cheese and Lettuce\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS90\",\"Price\":931.5,\"Description\":\"Snack Pack\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS03\",\"Price\":931.5,\"Description\":\"Wholemeal Tortilla with Quinoa & Marinated Mixed Capsicum\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS02\",\"Price\":931.5,\"Description\":\"Wasabi Prawn Wrap\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MS01\",\"Price\":931.5,\"Description\":\"Chicken Ham and Cheese Croissants\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VJML\",\"Price\":1055.7,\"Description\":\"Vegetable Briyani\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH05\",\"Price\":1055.7,\"Description\":\"Chicken Fried Rice with Crabstick\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH04\",\"Price\":1055.7,\"Description\":\"Miso Chicken with Pearl Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH03\",\"Price\":1055.7,\"Description\":\"Beef and Macaroni Stew\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH02\",\"Price\":1055.7,\"Description\":\"Oriental Treasure Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MH01\",\"Price\":1055.7,\"Description\":\"Chicken Briyani\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC05\",\"Price\":1055.7,\"Description\":\"Roasted Chicken Thigh with Herbs de Provence\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC04\",\"Price\":1055.7,\"Description\":\"Stewed Beef Brisket with Fried Hor Fun\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC03\",\"Price\":1055.7,\"Description\":\"Chicken Pepper Korma\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC02\",\"Price\":1055.7,\"Description\":\"Soya Chicken Rice with Pak Chye\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MC01\",\"Price\":1055.7,\"Description\":\"Nasi Lemak with Chicken Rendang\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7eb05-ed483-d3e5f-dd150\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-03T14:53:16.286\",\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ111952859576\",\"FlightNumber\":\"TR-574\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-27T22:10\",\"LocalFromTime\":\"2023-02-27 22:10\",\"FromUTCTime\":\"2023-02-27T22:10\",\"LocalToTime\":\"2023-02-28 00:15\",\"ToUTCTime\":\"2023-02-28T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Mon, 27 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":12578.42,\"ApiResultIndex\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"SearchFlightTraceId\":\"7eb05-ed483-d3e5f-dd150\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-03T14:53:16.286\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8880.3,\"Tax\":3698.12,\"YQTax\":0,\"OtherCharges\":3686.32,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12578.42,\"PublishedFare\":13168.42,\"OfferedFare\":12578.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3698.12,\"BaseFareCal\":12668.42,\"BaseFare\":8880.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3686.32,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"335\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-28T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-27T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"6-3651451568_0SINHYDTR574_25475142027492\",\"localFromDateTime\":\"2023-02-27 22:10\",\"localToDateTime\":\"2023-02-28 00:15\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"43\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"43\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"09989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1974-01-08\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-03-14-52-48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"p4545345\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-11-14\",\"passporIssue\":\"2020-01-16\",\"CustomerSysId\":\"12\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_customer\":[[\"38\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Singapore\",\"mytrip_city_to\":\"Hyderabad\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"SIN\",\"ContSysId_1\":\"190\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"27\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" SG - Changi Intl Arpt SIN\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"SIN\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"SIN\",\"to\":\"HYD\",\"sourceCityText\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":25278,\"destinationCityId\":12538,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7eb05-ed483-d3e5f-dd150\",\"from_city_\":\"1__SIN-HYD\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"43\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"CountryCode\":\"91\",\"MobileNo\":\"09989613151\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2023-01-03 14:52:48'),(138,'f31d3-3bd01-2f050-dde2f','{\"FlightBookingData\":[{\"FlightNumber\":\"B6-419\",\"keyIndex\":62,\"SegFlightNumberArr\":\"B6-419\",\"AirlineName\":\"Jetblue airways\",\"AirlineCode\":\"B6\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"AirlineSysId\":\"293\",\"DepartureTime\":\"17:29\",\"ArrivalTime\":\"20:07\",\"TravelDate\":\"2023-01-04T17:29\",\"LocalFromTime\":\"2023-01-04 17:29\",\"FromUTCTime\":\"2023-01-04T17:29\",\"LocalToTime\":\"2023-01-04 20:07\",\"ToUTCTime\":\"2023-01-04T20:07\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":158,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"2h 38m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"1704\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"ATL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":19887,\"PublishedFareTxt\":\"19,887\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f31d3-3bd01-2f050-dde2f\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/B6.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16490,\"Tax\":2983.8,\"YQTax\":0,\"OtherCharges\":2972,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19473.8,\"PublishedFare\":19887,\"PublishedFarePerPax\":19887,\"OfferedFare\":19473.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2983.8,\"BaseFareCal\":19536.8,\"BaseFare\":16490,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2972,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":19886.8,\"CostToCustomer\":19886.8,\"BaseFareCal\":19536.8,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":19536.8,\"intOfferedFare\":19473.8,\"intPublishFare\":19473.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01O\"},\"Segments\":[{\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Hartsfield Jackson Intl Arpt\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Atlanta\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"ATL\",\"destinationArrTime\":\"2023-01-04T20:07\",\"SegFlightNumber\":\"B6-419\",\"AirlineCode\":\"B6\",\"AirlineName\":\"JetBlue Airways\",\"FareClass\":\"L\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-04T17:29\",\"TripIndicator\":\"\",\"Baggage\":\"0  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":158,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"17:29\",\"strArrivalDtTime\":\"20:07\",\"FlightDuration\":\"2h 38m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"Terminal N\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/B6.png\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"FlightNumber\":\"B6-419\",\"keyIndex\":62,\"SegFlightNumberArr\":\"B6-419\",\"AirlineName\":\"Jetblue airways\",\"AirlineCode\":\"B6\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"AirlineSysId\":\"293\",\"DepartureTime\":\"17:29\",\"ArrivalTime\":\"20:07\",\"TravelDate\":\"2023-01-04T17:29\",\"LocalFromTime\":\"2023-01-04 17:29\",\"FromUTCTime\":\"2023-01-04T17:29\",\"LocalToTime\":\"2023-01-04 20:07\",\"ToUTCTime\":\"2023-01-04T20:07\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":158,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"2h 38m\",\"SourcePlaceSysId\":\"32159\",\"DestPlaceSysId\":\"1704\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"ATL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":19887,\"PublishedFareTxt\":\"19,887\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f31d3-3bd01-2f050-dde2f\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/B6.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16490,\"Tax\":2983.8,\"YQTax\":0,\"OtherCharges\":2972,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19473.8,\"PublishedFare\":19887,\"PublishedFarePerPax\":19887,\"OfferedFare\":19473.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-6851677555_62JFKATLB6419_13338164349784\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2983.8,\"BaseFareCal\":19536.8,\"BaseFare\":16490,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2972,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0  Piece\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":19886.8,\"CostToCustomer\":19886.8,\"BaseFareCal\":19536.8,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":19536.8,\"intOfferedFare\":19473.8,\"intPublishFare\":19473.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Hartsfield Jackson Intl Arpt\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Atlanta\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"ATL\",\"destinationArrTime\":\"2023-01-04T20:07\",\"SegFlightNumber\":\"B6-419\",\"AirlineCode\":\"B6\",\"AirlineName\":\"JetBlue Airways\",\"FareClass\":\"L\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-01-04T17:29\",\"TripIndicator\":\"\",\"Baggage\":\"0  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":158,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"17:29\",\"strArrivalDtTime\":\"20:07\",\"FlightDuration\":\"2h 38m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"Terminal N\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/B6.png\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"01Q\"}]}],\"FlightBookingDataInbound\":null}','2023-01-03 15:47:51'),(139,'febe6-6d7bc-819b4-2c2d8','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-779\",\"keyIndex\":218,\"SegFlightNumberArr\":\"I5-779\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-0456199396_0DELGOII5779_5185956323531\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2023-01-11T04:35\",\"LocalFromTime\":\"2023-01-11 04:35\",\"FromUTCTime\":\"2023-01-11T04:35\",\"LocalToTime\":\"2023-01-11 07:25\",\"ToUTCTime\":\"2023-01-11T07:25\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 11 Jan\",\"ArrivalDateTxt\":\"Wed, 11 Jan\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5239,\"PublishedFareTxt\":\"5,238\",\"ApiResultIndex\":\"22-16-0456199396_0DELGOII5779_5185956317501\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"febe6-6d7bc-819b4-2c2d8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4177,\"Tax\":687.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":212,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4864.8,\"PublishedFare\":5239,\"PublishedFarePerPax\":5239,\"OfferedFare\":4825.12,\"CommissionEarned\":39.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.09,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0456199396_0DELGOII5779_5185956323531\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":39.68,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.8,\"BaseFareCal\":4888.12,\"BaseFare\":4177,\"CommissionEarned\":39.68,\"TDS\":-2.09,\"MF\":10,\"YQ\":0,\"AGST\":212,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5238.12,\"CostToCustomer\":5238.12,\"BaseFareCal\":4888.12,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4888.12,\"intOfferedFare\":4825.12,\"intPublishFare\":4864.8,\"TripjackMarkup\":0,\"TripjackCommission\":39.68,\"TripjackTDS\":\"2.09\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":39.68,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-01-11T07:25\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-11T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-04 12:44:05'),(140,'3b86b-285d2-1baae-f4873','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-346\",\"keyIndex\":0,\"SegFlightNumberArr\":\"G8-346\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0990892233_0DELBOMG8346_6190083242572\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-01-04T20:00\",\"LocalFromTime\":\"2023-01-04 20:00\",\"FromUTCTime\":\"2023-01-04T20:00\",\"LocalToTime\":\"2023-01-04 22:10\",\"ToUTCTime\":\"2023-01-04T22:10\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":7830,\"PublishedFareTxt\":\"7,830\",\"ApiResultIndex\":\"1-0990892233_0DELBOMG8346_6190083241152\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"3b86b-285d2-1baae-f4873\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6625,\"Tax\":917.8,\"YQTax\":0,\"OtherCharges\":906,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7542.8,\"PublishedFare\":7830,\"PublishedFarePerPax\":7830,\"OfferedFare\":7416.92,\"CommissionEarned\":125.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.62,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0990892233_0DELBOMG8346_6190083242572\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":125.88,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":917.8,\"BaseFareCal\":7479.92,\"BaseFare\":6625,\"CommissionEarned\":125.88,\"TDS\":-6.62,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":906,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":125.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":7829.92,\"CostToCustomer\":7829.92,\"BaseFareCal\":7479.92,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":7479.92,\"intOfferedFare\":7416.92,\"intPublishFare\":7542.8,\"TripjackMarkup\":0,\"TripjackCommission\":125.88,\"TripjackTDS\":\"6.62\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":125.88,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03B\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-04T22:10\",\"SegFlightNumber\":\"G8-346\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-04T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-04 12:44:10'),(141,'f8a9a-f24e7-98e90-c4e01','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":389,\"FlightNumber\":\"8169\",\"SegFlightNumberArr\":\"SG-8169, SG-59 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-8169\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"03:55\",\"TravelDate\":\"2023-02-09T20:00\",\"LocalFromTime\":\"2023-02-09 20:00\",\"FromUTCTime\":\"2023-02-09T20:00\",\"LocalToTime\":\"2023-02-10 03:55\",\"ToUTCTime\":\"2023-02-10T03:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"9h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-02-13T23:10\",\"LocalFromTime\":\"2023-02-13 23:10\",\"FromUTCTime\":\"2023-02-13T23:10\",\"LocalToTime\":\"2023-02-14 03:45\",\"ToUTCTime\":\"2023-02-14T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Tue, 14 Feb\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":27006.14,\"PublishedFareTxt\":\"27,006\",\"ApiResultIndex\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21306,\"Tax\":5716.6,\"YQTax\":0,\"OtherCharges\":4913,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":780,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27022.6,\"PublishedFare\":27326,\"PublishedFarePerPax\":27326,\"OfferedFare\":25909.36,\"CommissionEarned\":1113.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-58.59,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5716.6,\"BaseFareCal\":26125.36,\"BaseFare\":21306,\"CommissionEarned\":1113.24,\"TDS\":-58.59,\"MF\":20,\"YQ\":0,\"AGST\":780,\"MFT\":3.6,\"OT\":4913,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1113.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27325.36,\"CostToCustomer\":27325.36,\"BaseFareCal\":26125.36,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":26125.36,\"intOfferedFare\":25909.36,\"intPublishFare\":27022.6,\"TripjackMarkup\":0,\"TripjackCommission\":1113.24,\"TripjackTDS\":\"58.59\",\"AddiMarkup\":200,\"CommisionPass\":1113.24,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0AQ\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-09T22:05\",\"SegFlightNumber\":\"SG-8169\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-09T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":225,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-02-10T03:55\",\"SegFlightNumber\":\"SG-59\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-02-10T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"03:55\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-14T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-02-13T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"keyIndex\":389,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":357,\"FlightNumber\":\"8701\",\"SegFlightNumberArr\":\"SG-8701, SG-59 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-8701\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807355\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"03:55\",\"TravelDate\":\"2023-02-09T07:00\",\"LocalFromTime\":\"2023-02-09 07:00\",\"FromUTCTime\":\"2023-02-09T07:00\",\"LocalToTime\":\"2023-02-10 03:55\",\"ToUTCTime\":\"2023-02-10T03:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":995,\"LAYOVERDuration\":\"16h 35m\",\"FlyingMinutes\":1365,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"22h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807355\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-02-13T23:10\",\"LocalFromTime\":\"2023-02-13 23:10\",\"FromUTCTime\":\"2023-02-13T23:10\",\"LocalToTime\":\"2023-02-14 03:45\",\"ToUTCTime\":\"2023-02-14T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Tue, 14 Feb\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":27006.14,\"PublishedFareTxt\":\"27,006\",\"ApiResultIndex\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807355\",\"apiTraceId\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807355\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21279,\"Tax\":4917.6,\"YQTax\":0,\"OtherCharges\":4894,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26196.6,\"PublishedFare\":27007,\"PublishedFarePerPax\":27007,\"OfferedFare\":25590.14,\"CommissionEarned\":606.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-31.91,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807675\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4917.6,\"BaseFareCal\":25806.14,\"BaseFare\":21279,\"CommissionEarned\":606.46,\"TDS\":-31.91,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4894,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":606.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27006.14,\"CostToCustomer\":27006.14,\"BaseFareCal\":25806.14,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":25806.14,\"intOfferedFare\":25590.14,\"intPublishFare\":26196.6,\"TripjackMarkup\":0,\"TripjackCommission\":606.46,\"TripjackTDS\":\"31.91\",\"AddiMarkup\":200,\"CommisionPass\":606.46,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21306,\"Tax\":5716.6,\"YQTax\":0,\"OtherCharges\":4913,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":780,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27022.6,\"PublishedFare\":27326,\"PublishedFarePerPax\":27326,\"OfferedFare\":25909.36,\"CommissionEarned\":1113.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-58.59,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_25DELBOMSG8701BOMDXBSG59DXBDELSG12_10953411807355\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5716.6,\"BaseFareCal\":26125.36,\"BaseFare\":21306,\"CommissionEarned\":1113.24,\"TDS\":-58.59,\"MF\":20,\"YQ\":0,\"AGST\":780,\"MFT\":3.6,\"OT\":4913,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1113.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27325.36,\"CostToCustomer\":27325.36,\"BaseFareCal\":26125.36,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":26125.36,\"intOfferedFare\":25909.36,\"intPublishFare\":27022.6,\"TripjackMarkup\":0,\"TripjackCommission\":1113.24,\"TripjackTDS\":\"58.59\",\"AddiMarkup\":200,\"CommisionPass\":1113.24,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-09T09:15\",\"SegFlightNumber\":\"SG-8701\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-09T07:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":995,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"16h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-02-10T03:55\",\"SegFlightNumber\":\"SG-59\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-02-10T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"03:55\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-14T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-02-13T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"keyIndex\":357,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"0AT\"},{\"origin\":{\"keyIndex\":381,\"FlightNumber\":\"8709\",\"SegFlightNumberArr\":\"SG-8709, SG-59 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-8709\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411905850\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"03:55\",\"TravelDate\":\"2023-02-09T18:10\",\"LocalFromTime\":\"2023-02-09 18:10\",\"FromUTCTime\":\"2023-02-09T18:10\",\"LocalToTime\":\"2023-02-10 03:55\",\"ToUTCTime\":\"2023-02-10T03:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":345,\"LAYOVERDuration\":\"5h 45m\",\"FlyingMinutes\":715,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411905850\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-02-13T23:10\",\"LocalFromTime\":\"2023-02-13 23:10\",\"FromUTCTime\":\"2023-02-13T23:10\",\"LocalToTime\":\"2023-02-14 03:45\",\"ToUTCTime\":\"2023-02-14T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Tue, 14 Feb\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":27006.14,\"PublishedFareTxt\":\"27,006\",\"ApiResultIndex\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411905850\",\"apiTraceId\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411905850\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21279,\"Tax\":4917.6,\"YQTax\":0,\"OtherCharges\":4894,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26196.6,\"PublishedFare\":27007,\"PublishedFarePerPax\":27007,\"OfferedFare\":25590.14,\"CommissionEarned\":606.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-31.91,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411906120\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4917.6,\"BaseFareCal\":25806.14,\"BaseFare\":21279,\"CommissionEarned\":606.46,\"TDS\":-31.91,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4894,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":606.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27006.14,\"CostToCustomer\":27006.14,\"BaseFareCal\":25806.14,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":25806.14,\"intOfferedFare\":25590.14,\"intPublishFare\":26196.6,\"TripjackMarkup\":0,\"TripjackCommission\":606.46,\"TripjackTDS\":\"31.91\",\"AddiMarkup\":200,\"CommisionPass\":606.46,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21306,\"Tax\":5716.6,\"YQTax\":0,\"OtherCharges\":4913,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":780,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27022.6,\"PublishedFare\":27326,\"PublishedFarePerPax\":27326,\"OfferedFare\":25909.36,\"CommissionEarned\":1113.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-58.59,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_49DELBOMSG8709BOMDXBSG59DXBDELSG12_10953411905850\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5716.6,\"BaseFareCal\":26125.36,\"BaseFare\":21306,\"CommissionEarned\":1113.24,\"TDS\":-58.59,\"MF\":20,\"YQ\":0,\"AGST\":780,\"MFT\":3.6,\"OT\":4913,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1113.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27325.36,\"CostToCustomer\":27325.36,\"BaseFareCal\":26125.36,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":26125.36,\"intOfferedFare\":25909.36,\"intPublishFare\":27022.6,\"TripjackMarkup\":0,\"TripjackCommission\":1113.24,\"TripjackTDS\":\"58.59\",\"AddiMarkup\":200,\"CommisionPass\":1113.24,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-09T20:05\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-09T18:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":115,\"GroundTime\":345,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"5h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-02-10T03:55\",\"SegFlightNumber\":\"SG-59\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-02-10T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"03:55\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-14T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-02-13T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"keyIndex\":381,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"0AU\"},{\"origin\":{\"keyIndex\":389,\"FlightNumber\":\"8169\",\"SegFlightNumberArr\":\"SG-8169, SG-59 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-8169\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"03:55\",\"TravelDate\":\"2023-02-09T20:00\",\"LocalFromTime\":\"2023-02-09 20:00\",\"FromUTCTime\":\"2023-02-09T20:00\",\"LocalToTime\":\"2023-02-10 03:55\",\"ToUTCTime\":\"2023-02-10T03:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"9h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"12\",\"SegFlightNumberArr\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-12\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-02-13T23:10\",\"LocalFromTime\":\"2023-02-13 23:10\",\"FromUTCTime\":\"2023-02-13T23:10\",\"LocalToTime\":\"2023-02-14 03:45\",\"ToUTCTime\":\"2023-02-14T03:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Tue, 14 Feb\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":27006.14,\"PublishedFareTxt\":\"27,006\",\"ApiResultIndex\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"apiTraceId\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21279,\"Tax\":4917.6,\"YQTax\":0,\"OtherCharges\":4894,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26196.6,\"PublishedFare\":27007,\"PublishedFarePerPax\":27007,\"OfferedFare\":25590.14,\"CommissionEarned\":606.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-31.91,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937552\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4917.6,\"BaseFareCal\":25806.14,\"BaseFare\":21279,\"CommissionEarned\":606.46,\"TDS\":-31.91,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4894,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":606.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27006.14,\"CostToCustomer\":27006.14,\"BaseFareCal\":25806.14,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":25806.14,\"intOfferedFare\":25590.14,\"intPublishFare\":26196.6,\"TripjackMarkup\":0,\"TripjackCommission\":606.46,\"TripjackTDS\":\"31.91\",\"AddiMarkup\":200,\"CommisionPass\":606.46,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21306,\"Tax\":5716.6,\"YQTax\":0,\"OtherCharges\":4913,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":780,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27022.6,\"PublishedFare\":27326,\"PublishedFarePerPax\":27326,\"OfferedFare\":25909.36,\"CommissionEarned\":1113.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-58.59,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3803445437_57DELBOMSG8169BOMDXBSG59DXBDELSG12_10953411937262\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5716.6,\"BaseFareCal\":26125.36,\"BaseFare\":21306,\"CommissionEarned\":1113.24,\"TDS\":-58.59,\"MF\":20,\"YQ\":0,\"AGST\":780,\"MFT\":3.6,\"OT\":4913,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1113.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":27325.36,\"CostToCustomer\":27325.36,\"BaseFareCal\":26125.36,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":26125.36,\"intOfferedFare\":25909.36,\"intPublishFare\":27022.6,\"TripjackMarkup\":0,\"TripjackCommission\":1113.24,\"TripjackTDS\":\"58.59\",\"AddiMarkup\":200,\"CommisionPass\":1113.24,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-09T22:05\",\"SegFlightNumber\":\"SG-8169\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-09T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":225,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-02-10T03:55\",\"SegFlightNumber\":\"SG-59\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-02-10T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"03:55\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-14T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-02-13T23:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"23:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f8a9a-f24e7-98e90-c4e01\",\"keyIndex\":389,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"0AV\"}]}],\"FlightBookingDataInbound\":null}','2023-01-04 16:15:19'),(142,'54664-26721-a5511-55637','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-5306\",\"keyIndex\":12,\"SegFlightNumberArr\":\"6E-5306\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3510597983_1MAABOM6E5306_38871702107887\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:25\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-01-16T22:25\",\"LocalFromTime\":\"2023-01-16 22:25\",\"FromUTCTime\":\"2023-01-16T22:25\",\"LocalToTime\":\"2023-01-17 00:20\",\"ToUTCTime\":\"2023-01-17T00:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Mon, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3102,\"PublishedFareTxt\":\"3,102\",\"ApiResultIndex\":\"5-3510597983_1MAABOM6E5306_38871702107317\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"54664-26721-a5511-55637\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2036,\"Tax\":696.8,\"YQTax\":0,\"OtherCharges\":685,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2732.8,\"PublishedFare\":3102,\"PublishedFarePerPax\":3102,\"OfferedFare\":2718.29,\"CommissionEarned\":14.51,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3510597983_1MAABOM6E5306_38871702107887\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":14.51,\"intTotalGST\":58.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":325,\"GSTOnMarkUp\":58.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":696.8,\"BaseFareCal\":2776.79,\"BaseFare\":2036,\"CommissionEarned\":14.51,\"TDS\":-0.76,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":685,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":58.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":325,\"GSTOnMarkUp\":58.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":14.51,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":325,\"IntTaxOnAgencyFixMarkUp\":58.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":58.5,\"PublishFare\":3101.79,\"CostToCustomer\":3101.79,\"BaseFareCal\":2776.79,\"intCommisionEarnedForAgency\":325,\"CostToCompany\":2776.79,\"intOfferedFare\":2718.29,\"intPublishFare\":2732.8,\"TripjackMarkup\":0,\"TripjackCommission\":14.51,\"TripjackTDS\":\"0.76\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":14.51,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"038\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-17T00:20\",\"SegFlightNumber\":\"6E-5306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-16T22:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:25\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00X\"},{\"keyIndex\":5,\"FlightNumber\":\"AI-570\",\"SegFlightNumberArr\":\"AI-570\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2023-01-20T05:25\",\"LocalFromTime\":\"2023-01-20 05:25\",\"FromUTCTime\":\"2023-01-20T05:25\",\"LocalToTime\":\"2023-01-20 07:25\",\"ToUTCTime\":\"2023-01-20T07:25\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3213.06,\"PublishedFareTxt\":\"3,213\",\"ApiResultIndex\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"54664-26721-a5511-55637\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2150,\"Tax\":675.8,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":2825.8,\"PublishedFare\":3214,\"PublishedFarePerPax\":3214,\"OfferedFare\":2800.06,\"CommissionEarned\":25.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.35,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":675.8,\"BaseFareCal\":2863.06,\"BaseFare\":2150,\"CommissionEarned\":25.74,\"TDS\":-1.35,\"MF\":10,\"YQ\":0,\"AGST\":116,\"MFT\":1.8,\"OT\":378,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":25.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3213.06,\"CostToCustomer\":3213.06,\"BaseFareCal\":2863.06,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":2863.06,\"intOfferedFare\":2800.06,\"intPublishFare\":2825.8,\"TripjackMarkup\":0,\"TripjackCommission\":25.74,\"TripjackTDS\":\"1.35\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":25.74,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07D\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-20T07:25\",\"SegFlightNumber\":\"AI-570\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-20T05:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01R\"}],\"FlightBookingDataInbound\":{\"keyIndex\":5,\"FlightNumber\":\"AI-570\",\"SegFlightNumberArr\":\"AI-570\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2023-01-20T05:25\",\"LocalFromTime\":\"2023-01-20 05:25\",\"FromUTCTime\":\"2023-01-20T05:25\",\"LocalToTime\":\"2023-01-20 07:25\",\"ToUTCTime\":\"2023-01-20T07:25\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3213.06,\"PublishedFareTxt\":\"3,213\",\"ApiResultIndex\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"54664-26721-a5511-55637\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2150,\"Tax\":675.8,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":2825.8,\"PublishedFare\":3214,\"PublishedFarePerPax\":3214,\"OfferedFare\":2800.06,\"CommissionEarned\":25.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.35,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3510597983_4BOMMAAAI570_38876720058896\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":675.8,\"BaseFareCal\":2863.06,\"BaseFare\":2150,\"CommissionEarned\":25.74,\"TDS\":-1.35,\"MF\":10,\"YQ\":0,\"AGST\":116,\"MFT\":1.8,\"OT\":378,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":25.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3213.06,\"CostToCustomer\":3213.06,\"BaseFareCal\":2863.06,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":2863.06,\"intOfferedFare\":2800.06,\"intPublishFare\":2825.8,\"TripjackMarkup\":0,\"TripjackCommission\":25.74,\"TripjackTDS\":\"1.35\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":25.74,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07D\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-20T07:25\",\"SegFlightNumber\":\"AI-570\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-01-20T05:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01R\"}}','2023-01-04 18:06:42'),(144,'bace0-fcae9-052d4-b8c71','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-637\",\"keyIndex\":20,\"SegFlightNumberArr\":\"6E-637\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8367501591_7HYDCOK6E637_17470946942753\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2023-01-08T07:20\",\"LocalFromTime\":\"2023-01-08 07:20\",\"FromUTCTime\":\"2023-01-08T07:20\",\"LocalToTime\":\"2023-01-08 08:50\",\"ToUTCTime\":\"2023-01-08T08:50\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 08 Jan\",\"ArrivalDateTxt\":\"Sun, 08 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":19997,\"PublishedFareTxt\":\"19,997\",\"ApiResultIndex\":\"5-8367501591_7HYDCOK6E637_17470946942353\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"bace0-fcae9-052d4-b8c71\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16800,\"Tax\":2677.6,\"YQTax\":0,\"OtherCharges\":2654,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19477.6,\"PublishedFare\":19997,\"PublishedFarePerPax\":9999,\"OfferedFare\":19318,\"CommissionEarned\":159.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8367501591_7HYDCOK6E637_17470946942753\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":159.6,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2677.6,\"BaseFareCal\":19421.5,\"BaseFare\":16800,\"CommissionEarned\":159.6,\"TDS\":-8.4,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2654,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":159.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":19996.5,\"CostToCustomer\":19996.5,\"BaseFareCal\":19421.5,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":19421.5,\"intOfferedFare\":19318,\"intPublishFare\":19477.6,\"TripjackMarkup\":0,\"TripjackCommission\":159.6,\"TripjackTDS\":\"8.4\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":159.6,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0AN\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-01-08T08:50\",\"SegFlightNumber\":\"6E-637\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-08T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"0AE\"},{\"keyIndex\":23,\"FlightNumber\":\"6E-697\",\"SegFlightNumberArr\":\"6E-697\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8367501591_2COKHYD6E697_17470946640556\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-01-12T19:30\",\"LocalFromTime\":\"2023-01-12 19:30\",\"FromUTCTime\":\"2023-01-12T19:30\",\"LocalToTime\":\"2023-01-12 21:00\",\"ToUTCTime\":\"2023-01-12T21:00\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":13669.8,\"PublishedFareTxt\":\"13,670\",\"ApiResultIndex\":\"5-8367501591_2COKHYD6E697_17470946640066\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"bace0-fcae9-052d4-b8c71\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11400,\"Tax\":1699.6,\"YQTax\":0,\"OtherCharges\":1676,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13099.6,\"PublishedFare\":13670,\"PublishedFarePerPax\":6835,\"OfferedFare\":12991.3,\"CommissionEarned\":108.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8367501591_2COKHYD6E697_17470946640556\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1699.6,\"BaseFareCal\":13094.8,\"BaseFare\":11400,\"CommissionEarned\":108.3,\"TDS\":-5.7,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1676,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":108.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":13669.8,\"CostToCustomer\":13669.8,\"BaseFareCal\":13094.8,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":13094.8,\"intOfferedFare\":12991.3,\"intPublishFare\":13099.6,\"TripjackMarkup\":0,\"TripjackCommission\":108.3,\"TripjackTDS\":\"5.7\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":108.3,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08A\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T21:00\",\"SegFlightNumber\":\"6E-697\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-01-12T19:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01Q\"}],\"FlightBookingDataInbound\":{\"keyIndex\":23,\"FlightNumber\":\"6E-697\",\"SegFlightNumberArr\":\"6E-697\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8367501591_2COKHYD6E697_17470946640556\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-01-12T19:30\",\"LocalFromTime\":\"2023-01-12 19:30\",\"FromUTCTime\":\"2023-01-12T19:30\",\"LocalToTime\":\"2023-01-12 21:00\",\"ToUTCTime\":\"2023-01-12T21:00\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 12 Jan\",\"ArrivalDateTxt\":\"Thu, 12 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":13669.8,\"PublishedFareTxt\":\"13,670\",\"ApiResultIndex\":\"5-8367501591_2COKHYD6E697_17470946640066\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"bace0-fcae9-052d4-b8c71\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11400,\"Tax\":1699.6,\"YQTax\":0,\"OtherCharges\":1676,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13099.6,\"PublishedFare\":13670,\"PublishedFarePerPax\":6835,\"OfferedFare\":12991.3,\"CommissionEarned\":108.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8367501591_2COKHYD6E697_17470946640556\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"75.00\",\"AddiTaxOnMarkup\":13.5,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1699.6,\"BaseFareCal\":13094.8,\"BaseFare\":11400,\"CommissionEarned\":108.3,\"TDS\":-5.7,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1676,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":13.5,\"AddiMarkup\":75,\"intTotalGST\":103.5,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":575,\"GSTOnMarkUp\":103.5,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":108.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":575,\"IntTaxOnAgencyFixMarkUp\":103.5,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":103.5,\"PublishFare\":13669.8,\"CostToCustomer\":13669.8,\"BaseFareCal\":13094.8,\"intCommisionEarnedForAgency\":575,\"CostToCompany\":13094.8,\"intOfferedFare\":12991.3,\"intPublishFare\":13099.6,\"TripjackMarkup\":0,\"TripjackCommission\":108.3,\"TripjackTDS\":\"5.7\",\"AddiMarkup\":\"75.00\",\"CommisionPass\":108.3,\"AddiTaxOnMarkup\":13.5,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":75},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08A\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-01-12T21:00\",\"SegFlightNumber\":\"6E-697\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-01-12T19:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01Q\"}}','2023-01-06 16:44:51'),(148,'5ff53-0db3f-fc953-19c9b','{\"FlightBookingData\":[{\"bookingId\":\"BKR108153206379\",\"bookingId_TJ\":\"TJ108153206379\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2023-01-07T14:00\",\"LocalFromTime\":\"2023-01-07 14:00\",\"FromUTCTime\":\"2023-01-07T14:00\",\"LocalToTime\":\"2023-01-07 15:20\",\"ToUTCTime\":\"2023-01-07T15:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 07 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4810.8,\"PublishedFareTxt\":\"4,811\",\"ApiResultIndex\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure, only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"CRFT\":9,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4125,\"Tax\":685.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4810.8,\"PublishedFare\":5145.42,\"OfferedFare\":4732.42,\"CommissionEarned\":78.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-5508291584_0DELIXJG8697_1357830167059\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":78.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.8,\"BaseFareCal\":4795.42,\"BaseFare\":4125,\"CommissionEarned\":78.38,\"TDS\":-4.12,\"MF\":10,\"YQ\":0,\"AGST\":210,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":78.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5145.42,\"CostToCustomer\":5145.42,\"BaseFareCal\":4795.42,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4795.42,\"intOfferedFare\":4732.42,\"intPublishFare\":4810.8,\"TripjackMarkup\":0,\"TripjackCommission\":78.38,\"TripjackTDS\":\"4.12\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":78.38,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-07T15:20\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-07T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5ff53-0db3f-fc953-19c9b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:46:58.314\",\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108153206379\",\"bookingId_TJ\":\"TJ108153206379\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2023-01-07T14:00\",\"LocalFromTime\":\"2023-01-07 14:00\",\"FromUTCTime\":\"2023-01-07T14:00\",\"LocalToTime\":\"2023-01-07 15:20\",\"ToUTCTime\":\"2023-01-07T15:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 07 Jan\",\"ArrivalDateTxt\":\"Sat, 07 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4810.8,\"ApiResultIndex\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"5ff53-0db3f-fc953-19c9b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:46:58.314\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4125,\"Tax\":685.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4810.8,\"PublishedFare\":5145.42,\"OfferedFare\":4732.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.8,\"BaseFareCal\":4795.42,\"BaseFare\":4125,\"CommissionEarned\":78.38,\"TDS\":-4.12,\"MF\":10,\"YQ\":0,\"AGST\":210,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-01-07T15:20\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-07T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-5508291584_0DELIXJG8697_5309080381100\",\"localFromDateTime\":\"2023-01-07 14:00\",\"localToDateTime\":\"2023-01-07 15:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"44\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"14\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_id\":[\"44\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"abc@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9875687458\",\"FirstName\":\"sdfsdf\",\"LastName\":\"asdasd\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-07-10-46-27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"14\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"14\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_customer\":[[\"39\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"07\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5ff53-0db3f-fc953-19c9b\",\"from_city_\":\"1__DEL-IXJ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"548707\",\"TPSysId\":\"548708\",\"VersionId\":[\"144263\"],\"CustomerSysId\":\"301799\",\"TrxId\":\"43803\",\"FareBreakdownid\":[\"368004\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"14\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_id\":[\"44\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"abc@gmail.com\",\"FirstName\":\"sdfsdf\",\"LastName\":\"asdasd\",\"CountryCode\":\"91\",\"MobileNo\":\"9875687458\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9875687458\",\"leadEmail\":\"abc@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"sdfsdf\",\"passenger-lastname-1\":\"asdasd\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"5ff53-0db3f-fc953-19c9b\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"301799\",\"memberId\":null}}}','2023-01-07 10:46:40'),(151,'686bc-79b2c-5f7b6-109b4','{\"FlightBookingData\":[{\"bookingId\":\"BKR109953206538\",\"bookingId_TJ\":\"TJ109953206538\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-31T20:10\",\"LocalFromTime\":\"2023-01-31 20:10\",\"FromUTCTime\":\"2023-01-31T20:10\",\"LocalToTime\":\"2023-01-31 22:50\",\"ToUTCTime\":\"2023-01-31T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 31 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5111.8,\"PublishedFareTxt\":\"5,112\",\"ApiResultIndex\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4800,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5111.8,\"PublishedFare\":5551.6,\"OfferedFare\":5020.6,\"CommissionEarned\":91.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.8,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0120520554_0DELBLRG8119_13668046192914\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":91.2,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":5101.6,\"BaseFare\":4800,\"CommissionEarned\":91.2,\"TDS\":-4.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":91.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":5551.6,\"CostToCustomer\":5551.6,\"BaseFareCal\":5101.6,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":5101.6,\"intOfferedFare\":5020.6,\"intPublishFare\":5111.8,\"TripjackMarkup\":0,\"TripjackCommission\":91.2,\"TripjackTDS\":\"4.8\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":91.2,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"958\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-31T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"686bc-79b2c-5f7b6-109b4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:48:55.346\",\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109953206538\",\"bookingId_TJ\":\"TJ109953206538\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-31T20:10\",\"LocalFromTime\":\"2023-01-31 20:10\",\"FromUTCTime\":\"2023-01-31T20:10\",\"LocalToTime\":\"2023-01-31 22:50\",\"ToUTCTime\":\"2023-01-31T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 31 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5111.8,\"ApiResultIndex\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"686bc-79b2c-5f7b6-109b4\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T10:48:55.346\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4800,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5111.8,\"PublishedFare\":5551.6,\"OfferedFare\":5020.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":5101.6,\"BaseFare\":4800,\"CommissionEarned\":91.2,\"TDS\":-4.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"958\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-31T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-0120520554_0DELBLRG8119_97931984255559\",\"localFromDateTime\":\"2023-01-31 20:10\",\"localToDateTime\":\"2023-01-31 22:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"45\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"15\",\"CustomerMemSysId\":[\"15\"],\"flight_booking_id\":[\"45\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"vdf@df.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9875632145\",\"FirstName\":\"fdgfdg\",\"LastName\":\"dfgfdg\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-07-10-48-17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"15\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"15\",\"CustomerMemSysId\":[\"15\"],\"flight_booking_customer\":[[\"40\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"31\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"686bc-79b2c-5f7b6-109b4\",\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"548712\",\"TPSysId\":\"548713\",\"VersionId\":[\"144265\"],\"CustomerSysId\":\"312787\",\"TrxId\":\"43804\",\"FareBreakdownid\":[\"368005\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"15\",\"CustomerMemSysId\":[\"15\"],\"flight_booking_id\":[\"45\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"vdf@df.com\",\"FirstName\":\"fdgfdg\",\"LastName\":\"dfgfdg\",\"CountryCode\":\"91\",\"MobileNo\":\"9875632145\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9875632145\",\"leadEmail\":\"vdf@df.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"fdgfdg\",\"passenger-lastname-1\":\"dfgfdg\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"686bc-79b2c-5f7b6-109b4\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"312787\",\"memberId\":null}}}','2023-01-07 10:48:34'),(156,'5b375-e6121-ec99c-ed25d','{\"FlightBookingData\":[{\"bookingId\":\"BKR108653234521\",\"bookingId_TJ\":\"TJ108653234521\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-01-18T05:45\",\"LocalFromTime\":\"2023-01-18 05:45\",\"FromUTCTime\":\"2023-01-18T05:45\",\"LocalToTime\":\"2023-01-18 08:35\",\"ToUTCTime\":\"2023-01-18T08:35\",\"IsDirect\":0,\"FareClass\":\"MG\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17988.8,\"PublishedFareTxt\":\"17,989\",\"ApiResultIndex\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure, only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3000,\"ARFT\":150}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16575,\"Tax\":1413.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":838,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17988.8,\"PublishedFare\":17968.88,\"OfferedFare\":17673.88,\"CommissionEarned\":314.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.58,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0993271842_0DELBLRG8113_115131758486323\",\"IsGSTRequired\":false,\"fareIdentifier\":\"GOMORE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":314.92,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1413.8,\"BaseFareCal\":17718.88,\"BaseFare\":16575,\"CommissionEarned\":314.92,\"TDS\":-16.58,\"MF\":10,\"YQ\":0,\"AGST\":838,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":314.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":17968.88,\"CostToCustomer\":17968.88,\"BaseFareCal\":17718.88,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":17718.88,\"intOfferedFare\":17673.88,\"intPublishFare\":17988.8,\"TripjackMarkup\":0,\"TripjackCommission\":314.92,\"TripjackTDS\":\"16.58\",\"AddiMarkup\":0,\"CommisionPass\":314.92,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"248\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-18T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"MG\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"248\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5b375-e6121-ec99c-ed25d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T15:17:15.229\",\"strTraceId\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108653234521\",\"bookingId_TJ\":\"TJ108653234521\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"strTraceId\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-01-18T05:45\",\"LocalFromTime\":\"2023-01-18 05:45\",\"FromUTCTime\":\"2023-01-18T05:45\",\"LocalToTime\":\"2023-01-18 08:35\",\"ToUTCTime\":\"2023-01-18T08:35\",\"IsDirect\":0,\"FareClass\":\"MG\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17988.8,\"ApiResultIndex\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"5b375-e6121-ec99c-ed25d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-07T15:17:15.229\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16575,\"Tax\":1413.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":838,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17988.8,\"PublishedFare\":17968.88,\"OfferedFare\":17673.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1413.8,\"BaseFareCal\":17718.88,\"BaseFare\":16575,\"CommissionEarned\":314.92,\"TDS\":-16.58,\"MF\":10,\"YQ\":0,\"AGST\":838,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"248\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-18T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"MG\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-18T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-0993271842_0DELBLRG8113_17888252040870\",\"localFromDateTime\":\"2023-01-18 05:45\",\"localToDateTime\":\"2023-01-18 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":250,\"CriteriaValue\":17968.88,\"couponcode\":\"500 Off\",\"TravelDate\":\"2023-01-18\",\"ProductType\":1}}','2023-01-07 15:17:05'),(157,'a51bb-b4703-77d1d-e58f5','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-531\",\"keyIndex\":76,\"SegFlightNumberArr\":\"6E-531\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8212379133_0HYDMAA6E531_18530805655219\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2023-01-17T05:35\",\"LocalFromTime\":\"2023-01-17 05:35\",\"FromUTCTime\":\"2023-01-17T05:35\",\"LocalToTime\":\"2023-01-17 07:05\",\"ToUTCTime\":\"2023-01-17T07:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 17 Jan\",\"ArrivalDateTxt\":\"Tue, 17 Jan\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":4828,\"PublishedFareTxt\":\"4,828\",\"ApiResultIndex\":\"5-8212379133_0HYDMAA6E531_18530805654039\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"a51bb-b4703-77d1d-e58f5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3360,\"Tax\":1086.8,\"YQTax\":0,\"OtherCharges\":1075,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4446.8,\"PublishedFare\":4828,\"PublishedFarePerPax\":4828,\"OfferedFare\":4414.88,\"CommissionEarned\":31.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8212379133_0HYDMAA6E531_18530805655219\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":31.92,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1086.8,\"BaseFareCal\":4477.88,\"BaseFare\":3360,\"CommissionEarned\":31.92,\"TDS\":-1.68,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1075,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":31.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":4827.88,\"CostToCustomer\":4827.88,\"BaseFareCal\":4477.88,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4477.88,\"intOfferedFare\":4414.88,\"intPublishFare\":4446.8,\"TripjackMarkup\":0,\"TripjackCommission\":31.92,\"TripjackTDS\":\"1.68\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":31.92,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00W\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-17T07:05\",\"SegFlightNumber\":\"6E-531\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-17T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-09 23:32:14'),(158,'59c59-76c22-c8a72-d14c9','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":642,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"6E-11, 6E-4008 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2023-01-19T04:30\",\"LocalFromTime\":\"2023-01-19 04:30\",\"FromUTCTime\":\"2023-01-19T04:30\",\"LocalToTime\":\"2023-01-19 21:35\",\"ToUTCTime\":\"2023-01-19T21:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":1180,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"21h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BRU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"4040\",\"SegFlightNumberArr\":\"6E-4040, 6E-12 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-4040\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"04:45\",\"TravelDate\":\"2023-02-03T11:50\",\"LocalFromTime\":\"2023-02-03 11:50\",\"FromUTCTime\":\"2023-02-03T11:50\",\"LocalToTime\":\"2023-02-04 04:45\",\"ToUTCTime\":\"2023-02-04T04:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":185,\"LAYOVERDuration\":\"3h 5m\",\"FlyingMinutes\":905,\"DepartureDateTxt\":\"Fri, 03 Feb\",\"ArrivalDateTxt\":\"Sat, 04 Feb\",\"FlightDuration\":\"12h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"BRU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":71174.6,\"PublishedFareTxt\":\"71,175\",\"ApiResultIndex\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":63835,\"Tax\":7043.85,\"YQTax\":0,\"OtherCharges\":5260.25,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":70878.85,\"PublishedFare\":71175,\"PublishedFarePerPax\":71175,\"OfferedFare\":69817.6,\"CommissionEarned\":1061.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-55.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7043.85,\"BaseFareCal\":70024.6,\"BaseFare\":63835,\"CommissionEarned\":1061.25,\"TDS\":-55.86,\"MF\":20,\"YQ\":0,\"AGST\":1760,\"MFT\":3.6,\"OT\":5260.25,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1061.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1150,\"IntTaxOnAgencyFixMarkUp\":207,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":207,\"PublishFare\":71174.6,\"CostToCustomer\":71174.6,\"BaseFareCal\":70024.6,\"intCommisionEarnedForAgency\":1150,\"CostToCompany\":70024.6,\"intOfferedFare\":69817.6,\"intPublishFare\":70878.85,\"TripjackMarkup\":0,\"TripjackCommission\":1061.25,\"TripjackTDS\":\"55.86\",\"AddiMarkup\":150,\"CommisionPass\":1061.25,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01K\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-19T12:15\",\"SegFlightNumber\":\"6E-11\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":615,\"GroundTime\":460,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"0C4\"},{\"isReturnSegment\":false,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Brussels National Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Brussels\",\"destinationCountryName\":\"Belgium\",\"destinationAirportCode\":\"BRU\",\"destinationArrTime\":\"2023-01-19T21:35\",\"SegFlightNumber\":\"6E-4008\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-01-19T19:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"0C5\"},{\"isReturnSegment\":true,\"originAirportName\":\"Brussels National Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Brussels\",\"originCountryName\":\"Belgium\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-02-03T17:10\",\"SegFlightNumber\":\"6E-4040\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BRU\",\"originDepTime\":\"2023-02-03T11:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":185,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"3h 5m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"0C6\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-04T04:45\",\"SegFlightNumber\":\"6E-12\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-03T20:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":360,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"04:45\",\"FlightDuration\":\"6h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"0C7\"}],\"DepartureTime\":\"11:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"keyIndex\":642,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":639,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"6E-11, 6E-4007 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_0DELIST6E11ISTBRU6E4007BRUIST6E4039ISTDEL6E12_42259742614000\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-19T04:30\",\"LocalFromTime\":\"2023-01-19 04:30\",\"FromUTCTime\":\"2023-01-19T04:30\",\"LocalToTime\":\"2023-01-19 17:15\",\"ToUTCTime\":\"2023-01-19T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":200,\"LAYOVERDuration\":\"3h 20m\",\"FlyingMinutes\":920,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BRU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"4039\",\"SegFlightNumberArr\":\"6E-4039, 6E-12 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-4039\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_0DELIST6E11ISTBRU6E4007BRUIST6E4039ISTDEL6E12_42259742614000\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"04:45\",\"TravelDate\":\"2023-02-03T07:30\",\"LocalFromTime\":\"2023-02-03 07:30\",\"FromUTCTime\":\"2023-02-03T07:30\",\"LocalToTime\":\"2023-02-04 04:45\",\"ToUTCTime\":\"2023-02-04T04:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":1165,\"DepartureDateTxt\":\"Fri, 03 Feb\",\"ArrivalDateTxt\":\"Sat, 04 Feb\",\"FlightDuration\":\"16h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"BRU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":71174.6,\"PublishedFareTxt\":\"71,175\",\"ApiResultIndex\":\"5-7508399770_0DELIST6E11ISTBRU6E4007BRUIST6E4039ISTDEL6E12_42259742614000\",\"apiTraceId\":\"5-7508399770_0DELIST6E11ISTBRU6E4007BRUIST6E4039ISTDEL6E12_42259742614000\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":63835,\"Tax\":7043.85,\"YQTax\":0,\"OtherCharges\":5260.25,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":70878.85,\"PublishedFare\":71175,\"PublishedFarePerPax\":71175,\"OfferedFare\":69817.6,\"CommissionEarned\":1061.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-55.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7508399770_0DELIST6E11ISTBRU6E4007BRUIST6E4039ISTDEL6E12_42259742614000\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7043.85,\"BaseFareCal\":70024.6,\"BaseFare\":63835,\"CommissionEarned\":1061.25,\"TDS\":-55.86,\"MF\":20,\"YQ\":0,\"AGST\":1760,\"MFT\":3.6,\"OT\":5260.25,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1061.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1150,\"IntTaxOnAgencyFixMarkUp\":207,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":207,\"PublishFare\":71174.6,\"CostToCustomer\":71174.6,\"BaseFareCal\":70024.6,\"intCommisionEarnedForAgency\":1150,\"CostToCompany\":70024.6,\"intOfferedFare\":69817.6,\"intPublishFare\":70878.85,\"TripjackMarkup\":0,\"TripjackCommission\":1061.25,\"TripjackTDS\":\"55.86\",\"AddiMarkup\":150,\"CommisionPass\":1061.25,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-19T12:15\",\"SegFlightNumber\":\"6E-11\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":615,\"GroundTime\":200,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"3h 20m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Brussels National Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Brussels\",\"destinationCountryName\":\"Belgium\",\"destinationAirportCode\":\"BRU\",\"destinationArrTime\":\"2023-01-19T17:15\",\"SegFlightNumber\":\"6E-4007\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-01-19T15:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Brussels National Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Brussels\",\"originCountryName\":\"Belgium\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-02-03T12:50\",\"SegFlightNumber\":\"6E-4039\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BRU\",\"originDepTime\":\"2023-02-03T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":445,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-04T04:45\",\"SegFlightNumber\":\"6E-12\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-03T20:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":360,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"04:45\",\"FlightDuration\":\"6h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"07:30\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"keyIndex\":639,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01M\"},{\"origin\":{\"keyIndex\":640,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"6E-11, 6E-4007 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_1DELIST6E11ISTBRU6E4007BRUIST6E4040ISTDEL6E12_42259742617361\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-01-19T04:30\",\"LocalFromTime\":\"2023-01-19 04:30\",\"FromUTCTime\":\"2023-01-19T04:30\",\"LocalToTime\":\"2023-01-19 17:15\",\"ToUTCTime\":\"2023-01-19T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":200,\"LAYOVERDuration\":\"3h 20m\",\"FlyingMinutes\":920,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BRU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"4040\",\"SegFlightNumberArr\":\"6E-4040, 6E-12 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-4040\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_1DELIST6E11ISTBRU6E4007BRUIST6E4040ISTDEL6E12_42259742617361\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"04:45\",\"TravelDate\":\"2023-02-03T11:50\",\"LocalFromTime\":\"2023-02-03 11:50\",\"FromUTCTime\":\"2023-02-03T11:50\",\"LocalToTime\":\"2023-02-04 04:45\",\"ToUTCTime\":\"2023-02-04T04:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":185,\"LAYOVERDuration\":\"3h 5m\",\"FlyingMinutes\":905,\"DepartureDateTxt\":\"Fri, 03 Feb\",\"ArrivalDateTxt\":\"Sat, 04 Feb\",\"FlightDuration\":\"12h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"BRU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":71174.6,\"PublishedFareTxt\":\"71,175\",\"ApiResultIndex\":\"5-7508399770_1DELIST6E11ISTBRU6E4007BRUIST6E4040ISTDEL6E12_42259742617361\",\"apiTraceId\":\"5-7508399770_1DELIST6E11ISTBRU6E4007BRUIST6E4040ISTDEL6E12_42259742617361\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":63835,\"Tax\":7043.85,\"YQTax\":0,\"OtherCharges\":5260.25,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":70878.85,\"PublishedFare\":71175,\"PublishedFarePerPax\":71175,\"OfferedFare\":69817.6,\"CommissionEarned\":1061.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-55.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7508399770_1DELIST6E11ISTBRU6E4007BRUIST6E4040ISTDEL6E12_42259742617361\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7043.85,\"BaseFareCal\":70024.6,\"BaseFare\":63835,\"CommissionEarned\":1061.25,\"TDS\":-55.86,\"MF\":20,\"YQ\":0,\"AGST\":1760,\"MFT\":3.6,\"OT\":5260.25,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1061.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1150,\"IntTaxOnAgencyFixMarkUp\":207,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":207,\"PublishFare\":71174.6,\"CostToCustomer\":71174.6,\"BaseFareCal\":70024.6,\"intCommisionEarnedForAgency\":1150,\"CostToCompany\":70024.6,\"intOfferedFare\":69817.6,\"intPublishFare\":70878.85,\"TripjackMarkup\":0,\"TripjackCommission\":1061.25,\"TripjackTDS\":\"55.86\",\"AddiMarkup\":150,\"CommisionPass\":1061.25,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-19T12:15\",\"SegFlightNumber\":\"6E-11\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":615,\"GroundTime\":200,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"3h 20m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Brussels National Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Brussels\",\"destinationCountryName\":\"Belgium\",\"destinationAirportCode\":\"BRU\",\"destinationArrTime\":\"2023-01-19T17:15\",\"SegFlightNumber\":\"6E-4007\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-01-19T15:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Brussels National Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Brussels\",\"originCountryName\":\"Belgium\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-02-03T17:10\",\"SegFlightNumber\":\"6E-4040\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BRU\",\"originDepTime\":\"2023-02-03T11:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":185,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"3h 5m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-04T04:45\",\"SegFlightNumber\":\"6E-12\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-03T20:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":360,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"04:45\",\"FlightDuration\":\"6h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"11:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"keyIndex\":640,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01N\"},{\"origin\":{\"keyIndex\":641,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"6E-11, 6E-4008 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_2DELIST6E11ISTBRU6E4008BRUIST6E4039ISTDEL6E12_42259742619790\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2023-01-19T04:30\",\"LocalFromTime\":\"2023-01-19 04:30\",\"FromUTCTime\":\"2023-01-19T04:30\",\"LocalToTime\":\"2023-01-19 21:35\",\"ToUTCTime\":\"2023-01-19T21:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":1180,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"21h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BRU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"4039\",\"SegFlightNumberArr\":\"6E-4039, 6E-12 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-4039\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_2DELIST6E11ISTBRU6E4008BRUIST6E4039ISTDEL6E12_42259742619790\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"04:45\",\"TravelDate\":\"2023-02-03T07:30\",\"LocalFromTime\":\"2023-02-03 07:30\",\"FromUTCTime\":\"2023-02-03T07:30\",\"LocalToTime\":\"2023-02-04 04:45\",\"ToUTCTime\":\"2023-02-04T04:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":1165,\"DepartureDateTxt\":\"Fri, 03 Feb\",\"ArrivalDateTxt\":\"Sat, 04 Feb\",\"FlightDuration\":\"16h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"BRU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":71174.6,\"PublishedFareTxt\":\"71,175\",\"ApiResultIndex\":\"5-7508399770_2DELIST6E11ISTBRU6E4008BRUIST6E4039ISTDEL6E12_42259742619790\",\"apiTraceId\":\"5-7508399770_2DELIST6E11ISTBRU6E4008BRUIST6E4039ISTDEL6E12_42259742619790\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":63835,\"Tax\":7043.85,\"YQTax\":0,\"OtherCharges\":5260.25,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":70878.85,\"PublishedFare\":71175,\"PublishedFarePerPax\":71175,\"OfferedFare\":69817.6,\"CommissionEarned\":1061.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-55.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7508399770_2DELIST6E11ISTBRU6E4008BRUIST6E4039ISTDEL6E12_42259742619790\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7043.85,\"BaseFareCal\":70024.6,\"BaseFare\":63835,\"CommissionEarned\":1061.25,\"TDS\":-55.86,\"MF\":20,\"YQ\":0,\"AGST\":1760,\"MFT\":3.6,\"OT\":5260.25,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1061.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1150,\"IntTaxOnAgencyFixMarkUp\":207,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":207,\"PublishFare\":71174.6,\"CostToCustomer\":71174.6,\"BaseFareCal\":70024.6,\"intCommisionEarnedForAgency\":1150,\"CostToCompany\":70024.6,\"intOfferedFare\":69817.6,\"intPublishFare\":70878.85,\"TripjackMarkup\":0,\"TripjackCommission\":1061.25,\"TripjackTDS\":\"55.86\",\"AddiMarkup\":150,\"CommisionPass\":1061.25,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-19T12:15\",\"SegFlightNumber\":\"6E-11\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":615,\"GroundTime\":460,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Brussels National Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Brussels\",\"destinationCountryName\":\"Belgium\",\"destinationAirportCode\":\"BRU\",\"destinationArrTime\":\"2023-01-19T21:35\",\"SegFlightNumber\":\"6E-4008\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-01-19T19:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Brussels National Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Brussels\",\"originCountryName\":\"Belgium\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-02-03T12:50\",\"SegFlightNumber\":\"6E-4039\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BRU\",\"originDepTime\":\"2023-02-03T07:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":445,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-04T04:45\",\"SegFlightNumber\":\"6E-12\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-03T20:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":360,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"04:45\",\"FlightDuration\":\"6h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"07:30\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"keyIndex\":641,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01O\"},{\"origin\":{\"keyIndex\":642,\"FlightNumber\":\"11\",\"SegFlightNumberArr\":\"6E-11, 6E-4008 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-11\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2023-01-19T04:30\",\"LocalFromTime\":\"2023-01-19 04:30\",\"FromUTCTime\":\"2023-01-19T04:30\",\"LocalToTime\":\"2023-01-19 21:35\",\"ToUTCTime\":\"2023-01-19T21:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":1180,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"21h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BRU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"4040\",\"SegFlightNumberArr\":\"6E-4040, 6E-12 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-4040\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"04:45\",\"TravelDate\":\"2023-02-03T11:50\",\"LocalFromTime\":\"2023-02-03 11:50\",\"FromUTCTime\":\"2023-02-03T11:50\",\"LocalToTime\":\"2023-02-04 04:45\",\"ToUTCTime\":\"2023-02-04T04:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":185,\"LAYOVERDuration\":\"3h 5m\",\"FlyingMinutes\":905,\"DepartureDateTxt\":\"Fri, 03 Feb\",\"ArrivalDateTxt\":\"Sat, 04 Feb\",\"FlightDuration\":\"12h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4304\",\"SourceAirportCode\":\"BRU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":71174.6,\"PublishedFareTxt\":\"71,175\",\"ApiResultIndex\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"apiTraceId\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":63835,\"Tax\":7043.85,\"YQTax\":0,\"OtherCharges\":5260.25,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":70878.85,\"PublishedFare\":71175,\"PublishedFarePerPax\":71175,\"OfferedFare\":69817.6,\"CommissionEarned\":1061.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-55.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7508399770_3DELIST6E11ISTBRU6E4008BRUIST6E4040ISTDEL6E12_42259742622230\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7043.85,\"BaseFareCal\":70024.6,\"BaseFare\":63835,\"CommissionEarned\":1061.25,\"TDS\":-55.86,\"MF\":20,\"YQ\":0,\"AGST\":1760,\"MFT\":3.6,\"OT\":5260.25,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":207,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1150,\"GSTOnMarkUp\":207,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1061.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1150,\"IntTaxOnAgencyFixMarkUp\":207,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":207,\"PublishFare\":71174.6,\"CostToCustomer\":71174.6,\"BaseFareCal\":70024.6,\"intCommisionEarnedForAgency\":1150,\"CostToCompany\":70024.6,\"intOfferedFare\":69817.6,\"intPublishFare\":70878.85,\"TripjackMarkup\":0,\"TripjackCommission\":1061.25,\"TripjackTDS\":\"55.86\",\"AddiMarkup\":150,\"CommisionPass\":1061.25,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-01-19T12:15\",\"SegFlightNumber\":\"6E-11\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-19T04:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":615,\"GroundTime\":460,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"10h 15m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Brussels National Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Brussels\",\"destinationCountryName\":\"Belgium\",\"destinationAirportCode\":\"BRU\",\"destinationArrTime\":\"2023-01-19T21:35\",\"SegFlightNumber\":\"6E-4008\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-01-19T19:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Brussels National Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Brussels\",\"originCountryName\":\"Belgium\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2023-02-03T17:10\",\"SegFlightNumber\":\"6E-4040\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BRU\",\"originDepTime\":\"2023-02-03T11:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":185,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"3h 5m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-04T04:45\",\"SegFlightNumber\":\"6E-12\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2023-02-03T20:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":360,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"04:45\",\"FlightDuration\":\"6h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"11:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"59c59-76c22-c8a72-d14c9\",\"keyIndex\":642,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01P\"}]}],\"FlightBookingDataInbound\":null}','2023-01-10 20:20:13'),(161,'ae83c-9b266-58c01-d9cdc','{\"FlightBookingData\":[{\"bookingId\":\"BKR103353601407\",\"bookingId_TJ\":\"TJ103353601407\",\"FlightNumber\":\"AI-532\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-01-18T21:30\",\"LocalFromTime\":\"2023-01-18 21:30\",\"FromUTCTime\":\"2023-01-18T21:30\",\"LocalToTime\":\"2023-01-18 23:10\",\"ToUTCTime\":\"2023-01-18T23:10\",\"IsDirect\":0,\"FareClass\":\"C\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":43098.8,\"PublishedFareTxt\":\"43,099\",\"ApiResultIndex\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"INR 5,000\\/-, If cancelled less than 3 Hours before departure__nls__In case of NO-SHOW if a ticket is presented for change \\/ refund  both no show & change\\/refund fee or base fare plus YR whichever is lower will apply.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38000,\"Tax\":5098.8,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":4580,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":43098.8,\"PublishedFare\":42025.84,\"OfferedFare\":41612.84,\"CommissionEarned\":1485.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-78.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4083491202_0AMDDELAI532_16150198825532\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1485.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5098.8,\"BaseFareCal\":41675.84,\"BaseFare\":38000,\"CommissionEarned\":1485.96,\"TDS\":-78.21,\"MF\":10,\"YQ\":0,\"AGST\":4580,\"MFT\":1.8,\"OT\":337,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1485.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":42025.84,\"CostToCustomer\":42025.84,\"BaseFareCal\":41675.84,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":41675.84,\"intOfferedFare\":41612.84,\"intPublishFare\":43098.8,\"TripjackMarkup\":0,\"TripjackCommission\":1485.96,\"TripjackTDS\":\"78.21\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":1485.96,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"627\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T23:10\",\"SegFlightNumber\":\"AI-532\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"C\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-01-18T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ae83c-9b266-58c01-d9cdc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-11T16:35:30.919\",\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103353601407\",\"bookingId_TJ\":\"TJ103353601407\",\"FlightNumber\":\"AI-532\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-01-18T21:30\",\"LocalFromTime\":\"2023-01-18 21:30\",\"FromUTCTime\":\"2023-01-18T21:30\",\"LocalToTime\":\"2023-01-18 23:10\",\"ToUTCTime\":\"2023-01-18T23:10\",\"IsDirect\":0,\"FareClass\":\"C\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 18 Jan\",\"ArrivalDateTxt\":\"Wed, 18 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":43098.8,\"ApiResultIndex\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"ae83c-9b266-58c01-d9cdc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-11T16:35:30.919\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38000,\"Tax\":5098.8,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":4580,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":43098.8,\"PublishedFare\":42025.84,\"OfferedFare\":41612.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5098.8,\"BaseFareCal\":41675.84,\"BaseFare\":38000,\"CommissionEarned\":1485.96,\"TDS\":-78.21,\"MF\":10,\"YQ\":0,\"AGST\":4580,\"MFT\":1.8,\"OT\":337,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"627\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-18T23:10\",\"SegFlightNumber\":\"AI-532\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"C\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-01-18T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-4083491202_117AMDDELAI532_20028796249673\",\"localFromDateTime\":\"2023-01-18 21:30\",\"localToDateTime\":\"2023-01-18 23:10\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"46\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_id\":[\"46\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"abc@dfhfd.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"4563214562\",\"FirstName\":\"hardik\",\"LastName\":\"patel\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-11-16-35-26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_customer\":[[\"41\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"18\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"AMD\",\"to\":\"DEL\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":296,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ae83c-9b266-58c01-d9cdc\",\"from_city_\":\"1__AMD-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"553377\",\"TPSysId\":\"553378\",\"VersionId\":[\"146224\"],\"CustomerSysId\":\"314856\",\"TrxId\":\"44274\",\"FareBreakdownid\":[\"368360\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_id\":[\"46\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"abc@dfhfd.com\",\"FirstName\":\"hardik\",\"LastName\":\"patel\",\"CountryCode\":\"91\",\"MobileNo\":\"4563214562\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"4563214562\",\"leadEmail\":\"abc@dfhfd.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"hardik\",\"passenger-lastname-1\":\"patel\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"ae83c-9b266-58c01-d9cdc\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"314856\",\"memberId\":null}}}','2023-01-11 16:35:37'),(162,'3e128-ed638-e988f-c931b','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":48,\"FlightNumber\":\"23\",\"SegFlightNumberArr\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-23\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-01-25T08:40\",\"LocalFromTime\":\"2023-01-25 08:40\",\"FromUTCTime\":\"2023-01-25T08:40\",\"LocalToTime\":\"2023-01-25 11:15\",\"ToUTCTime\":\"2023-01-25T11:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1769\",\"SegFlightNumberArr\":\"6E-1769\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1769\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-29T17:15\",\"LocalFromTime\":\"2023-01-29 17:15\",\"FromUTCTime\":\"2023-01-29T17:15\",\"LocalToTime\":\"2023-01-29 22:05\",\"ToUTCTime\":\"2023-01-29T22:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Sun, 29 Jan\",\"ArrivalDateTxt\":\"Sun, 29 Jan\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":46052.59,\"PublishedFareTxt\":\"46,053\",\"ApiResultIndex\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966978\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39940,\"Tax\":5360.6,\"YQTax\":0,\"OtherCharges\":5337,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":45300.6,\"PublishedFare\":46053,\"PublishedFarePerPax\":46053,\"OfferedFare\":44636.59,\"CommissionEarned\":664.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.95,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966978\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5360.6,\"BaseFareCal\":44852.59,\"BaseFare\":39940,\"CommissionEarned\":664.01,\"TDS\":-34.95,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5337,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":46052.59,\"CostToCustomer\":46052.59,\"BaseFareCal\":44852.59,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":44852.59,\"intOfferedFare\":44636.59,\"intPublishFare\":45300.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.01,\"TripjackTDS\":\"34.95\",\"AddiMarkup\":200,\"CommisionPass\":664.01,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03R\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-25T11:15\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-25T08:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-29T22:05\",\"SegFlightNumber\":\"6E-1769\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-29T17:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"17:15\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"keyIndex\":48,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":48,\"FlightNumber\":\"23\",\"SegFlightNumberArr\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-23\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-01-25T08:40\",\"LocalFromTime\":\"2023-01-25 08:40\",\"FromUTCTime\":\"2023-01-25T08:40\",\"LocalToTime\":\"2023-01-25 11:15\",\"ToUTCTime\":\"2023-01-25T11:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1769\",\"SegFlightNumberArr\":\"6E-1769\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1769\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-01-29T17:15\",\"LocalFromTime\":\"2023-01-29 17:15\",\"FromUTCTime\":\"2023-01-29T17:15\",\"LocalToTime\":\"2023-01-29 22:05\",\"ToUTCTime\":\"2023-01-29T22:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Sun, 29 Jan\",\"ArrivalDateTxt\":\"Sun, 29 Jan\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":46052.59,\"PublishedFareTxt\":\"46,053\",\"ApiResultIndex\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"apiTraceId\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39940,\"Tax\":5360.6,\"YQTax\":0,\"OtherCharges\":5337,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":45300.6,\"PublishedFare\":46053,\"PublishedFarePerPax\":46053,\"OfferedFare\":44636.59,\"CommissionEarned\":664.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.95,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966978\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5360.6,\"BaseFareCal\":44852.59,\"BaseFare\":39940,\"CommissionEarned\":664.01,\"TDS\":-34.95,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5337,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":46052.59,\"CostToCustomer\":46052.59,\"BaseFareCal\":44852.59,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":44852.59,\"intOfferedFare\":44636.59,\"intPublishFare\":45300.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.01,\"TripjackTDS\":\"34.95\",\"AddiMarkup\":200,\"CommisionPass\":664.01,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41240,\"Tax\":6896.6,\"YQTax\":0,\"OtherCharges\":6873,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48136.6,\"PublishedFare\":47554,\"PublishedFarePerPax\":47554,\"OfferedFare\":46373.6,\"CommissionEarned\":1763,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-92.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966328\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6896.6,\"BaseFareCal\":46553.6,\"BaseFare\":41240,\"CommissionEarned\":1763,\"TDS\":-92.79,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":6873,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1763,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":47553.6,\"CostToCustomer\":47553.6,\"BaseFareCal\":46553.6,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":46553.6,\"intOfferedFare\":46373.6,\"intPublishFare\":48136.6,\"TripjackMarkup\":0,\"TripjackCommission\":1763,\"TripjackTDS\":\"92.79\",\"AddiMarkup\":0,\"CommisionPass\":1763,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41940,\"Tax\":5410.6,\"YQTax\":0,\"OtherCharges\":5387,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47350.6,\"PublishedFare\":48070,\"PublishedFarePerPax\":48070,\"OfferedFare\":46653.35,\"CommissionEarned\":697.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-36.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8286139089_2DELDXB6E23DXBDEL6E1769_12801987966538\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5410.6,\"BaseFareCal\":46869.35,\"BaseFare\":41940,\"CommissionEarned\":697.25,\"TDS\":-36.7,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5387,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":697.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":48069.35,\"CostToCustomer\":48069.35,\"BaseFareCal\":46869.35,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":46869.35,\"intOfferedFare\":46653.35,\"intPublishFare\":47350.6,\"TripjackMarkup\":0,\"TripjackCommission\":697.25,\"TripjackTDS\":\"36.7\",\"AddiMarkup\":200,\"CommisionPass\":697.25,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-01-25T11:15\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-25T08:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-29T22:05\",\"SegFlightNumber\":\"6E-1769\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-01-29T17:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"17:15\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"3e128-ed638-e988f-c931b\",\"keyIndex\":48,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"03X\"}]}],\"FlightBookingDataInbound\":null}','2023-01-14 14:45:26'),(163,'f733e-b3de2-0ff8e-8c7db','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-149\",\"keyIndex\":22,\"SegFlightNumberArr\":\"G8-149\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8796076145_1SXRDELG8149_37494927731451\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2023-01-19T19:15\",\"LocalFromTime\":\"2023-01-19 19:15\",\"FromUTCTime\":\"2023-01-19T19:15\",\"LocalToTime\":\"2023-01-19 20:55\",\"ToUTCTime\":\"2023-01-19T20:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 19 Jan\",\"ArrivalDateTxt\":\"Thu, 19 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5925,\"PublishedFareTxt\":\"5,924\",\"ApiResultIndex\":\"11-8796076145_1SXRDELG8149_37494927731451\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f733e-b3de2-0ff8e-8c7db\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5300,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5611.8,\"PublishedFare\":5925,\"PublishedFarePerPax\":5925,\"OfferedFare\":5511.1,\"CommissionEarned\":100.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8796076145_1SXRDELG8149_37494927731451\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":100.7,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":5574.1,\"BaseFare\":5300,\"CommissionEarned\":100.7,\"TDS\":-5.3,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":100.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5924.1,\"CostToCustomer\":5924.1,\"BaseFareCal\":5574.1,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":5574.1,\"intOfferedFare\":5511.1,\"intPublishFare\":5611.8,\"TripjackMarkup\":0,\"TripjackCommission\":100.7,\"TripjackTDS\":\"5.3\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":100.7,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Y\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-19T20:55\",\"SegFlightNumber\":\"G8-149\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-01-19T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-16 20:42:24'),(164,'12d21-ffd6c-0a582-ab62e','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8108\",\"keyIndex\":2,\"SegFlightNumberArr\":\"SG-8108 +1\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3535907063_2MAADELSG8108DELSXRSG8473_43031023473553\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2023-01-24T22:05\",\"LocalFromTime\":\"2023-01-24 22:05\",\"FromUTCTime\":\"2023-01-24T22:05\",\"LocalToTime\":\"2023-01-25 09:15\",\"ToUTCTime\":\"2023-01-25T09:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":425,\"LAYOVERDuration\":\"7h 5m\",\"FlyingMinutes\":670,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"11h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":4,\"CurrencyType\":null,\"PublishedFare\":50366,\"PublishedFareTxt\":\"50,365\",\"ApiResultIndex\":\"4-3535907063_2MAADELSG8108DELSXRSG8473_43031023473553\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"12d21-ffd6c-0a582-ab62e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":45296,\"Tax\":4427.2,\"YQTax\":0,\"OtherCharges\":2108,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2272,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":49723.2,\"PublishedFare\":50366,\"PublishedFarePerPax\":12592,\"OfferedFare\":49185.28,\"CommissionEarned\":537.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3535907063_2MAADELSG8108DELSXRSG8473_43031023473553\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SENIOR CITIZEN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":537.92,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4427.2,\"BaseFareCal\":49365.28,\"BaseFare\":45296,\"CommissionEarned\":537.92,\"TDS\":-28.32,\"MF\":40,\"YQ\":0,\"AGST\":2272,\"MFT\":7.2,\"OT\":2108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":537.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":50365.28,\"CostToCustomer\":50365.28,\"BaseFareCal\":49365.28,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":49365.28,\"intOfferedFare\":49185.28,\"intPublishFare\":49723.2,\"TripjackMarkup\":0,\"TripjackCommission\":537.92,\"TripjackTDS\":\"28.32\",\"AddiMarkup\":0,\"CommisionPass\":537.92,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01D\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-25T00:50\",\"SegFlightNumber\":\"SG-8108\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-01-24T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":425,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-01-25T09:15\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-25T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"45001-50000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00J\"},{\"keyIndex\":5,\"FlightNumber\":\"SG-958\",\"SegFlightNumberArr\":\"SG-958 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-30T17:10\",\"LocalFromTime\":\"2023-01-30 17:10\",\"FromUTCTime\":\"2023-01-30T17:10\",\"LocalToTime\":\"2023-01-31 08:20\",\"ToUTCTime\":\"2023-01-31T08:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":645,\"LAYOVERDuration\":\"10h 45m\",\"FlyingMinutes\":910,\"DepartureDateTxt\":\"Mon, 30 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"15h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":null,\"PublishedFare\":47208.4,\"PublishedFareTxt\":\"47,208\",\"ApiResultIndex\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"12d21-ffd6c-0a582-ab62e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41328,\"Tax\":5191.2,\"YQTax\":0,\"OtherCharges\":3064,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2080,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":46519.2,\"PublishedFare\":47209,\"PublishedFarePerPax\":11803,\"OfferedFare\":46028.4,\"CommissionEarned\":490.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-25.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SENIOR CITIZEN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5191.2,\"BaseFareCal\":46208.4,\"BaseFare\":41328,\"CommissionEarned\":490.8,\"TDS\":-25.84,\"MF\":40,\"YQ\":0,\"AGST\":2080,\"MFT\":7.2,\"OT\":3064,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":490.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":47208.4,\"CostToCustomer\":47208.4,\"BaseFareCal\":46208.4,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":46208.4,\"intOfferedFare\":46028.4,\"intPublishFare\":46519.2,\"TripjackMarkup\":0,\"TripjackCommission\":490.8,\"TripjackTDS\":\"25.84\",\"AddiMarkup\":0,\"CommisionPass\":490.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01V\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-30T18:50\",\"SegFlightNumber\":\"SG-958\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-01-30T17:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":645,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"18:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"10h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-31T08:20\",\"SegFlightNumber\":\"SG-207\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T05:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00V\"}],\"FlightBookingDataInbound\":{\"keyIndex\":5,\"FlightNumber\":\"SG-958\",\"SegFlightNumberArr\":\"SG-958 +1\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-01-30T17:10\",\"LocalFromTime\":\"2023-01-30 17:10\",\"FromUTCTime\":\"2023-01-30T17:10\",\"LocalToTime\":\"2023-01-31 08:20\",\"ToUTCTime\":\"2023-01-31T08:20\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":645,\"LAYOVERDuration\":\"10h 45m\",\"FlyingMinutes\":910,\"DepartureDateTxt\":\"Mon, 30 Jan\",\"ArrivalDateTxt\":\"Tue, 31 Jan\",\"FlightDuration\":\"15h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":null,\"PublishedFare\":47208.4,\"PublishedFareTxt\":\"47,208\",\"ApiResultIndex\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"12d21-ffd6c-0a582-ab62e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41328,\"Tax\":5191.2,\"YQTax\":0,\"OtherCharges\":3064,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2080,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":46519.2,\"PublishedFare\":47209,\"PublishedFarePerPax\":11803,\"OfferedFare\":46028.4,\"CommissionEarned\":490.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-25.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3535907063_4SXRDELSG958DELMAASG207_43031023255967\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SENIOR CITIZEN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5191.2,\"BaseFareCal\":46208.4,\"BaseFare\":41328,\"CommissionEarned\":490.8,\"TDS\":-25.84,\"MF\":40,\"YQ\":0,\"AGST\":2080,\"MFT\":7.2,\"OT\":3064,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":490.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":47208.4,\"CostToCustomer\":47208.4,\"BaseFareCal\":46208.4,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":46208.4,\"intOfferedFare\":46028.4,\"intPublishFare\":46519.2,\"TripjackMarkup\":0,\"TripjackCommission\":490.8,\"TripjackTDS\":\"25.84\",\"AddiMarkup\":0,\"CommisionPass\":490.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01V\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-30T18:50\",\"SegFlightNumber\":\"SG-958\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-01-30T17:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":645,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"18:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"10h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-01-31T08:20\",\"SegFlightNumber\":\"SG-207\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-31T05:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00V\"}}','2023-01-16 22:33:23'),(165,'1cd78-ecea3-f7e6d-12ef3','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-874\",\"keyIndex\":1,\"SegFlightNumberArr\":\"UK-874\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-5262782573_0HYDBOMUK874_60710609586841\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:00\",\"TravelDate\":\"2023-02-22T08:30\",\"LocalFromTime\":\"2023-02-22 08:30\",\"FromUTCTime\":\"2023-02-22T08:30\",\"LocalToTime\":\"2023-02-22 10:00\",\"ToUTCTime\":\"2023-02-22T10:00\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Feb\",\"ArrivalDateTxt\":\"Wed, 22 Feb\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3888,\"PublishedFareTxt\":\"3,888\",\"ApiResultIndex\":\"21-10-15-2-5262782573_0HYDBOMUK874_60710609585501\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1cd78-ecea3-f7e6d-12ef3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2678,\"Tax\":1084.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3762.8,\"PublishedFare\":3888,\"PublishedFarePerPax\":3888,\"OfferedFare\":3474.7,\"CommissionEarned\":288.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-5262782573_0HYDBOMUK874_60710609586841\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":288.1,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1084.8,\"BaseFareCal\":3537.7,\"BaseFare\":2678,\"CommissionEarned\":288.1,\"TDS\":-15.16,\"MF\":10,\"YQ\":0,\"AGST\":140,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":288.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3887.7,\"CostToCustomer\":3887.7,\"BaseFareCal\":3537.7,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":3537.7,\"intOfferedFare\":3474.7,\"intPublishFare\":3762.8,\"TripjackMarkup\":0,\"TripjackCommission\":288.1,\"TripjackTDS\":\"15.16\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":288.1,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00W\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-22T10:00\",\"SegFlightNumber\":\"UK-874\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-22T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-17 01:39:19'),(167,'c7732-13dee-38da1-05398','{\"FlightBookingData\":[{\"bookingId\":\"BKR105454071681\",\"bookingId_TJ\":\"TJ105454071681\",\"FlightNumber\":\"UK-975\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2023-01-25T05:45\",\"LocalFromTime\":\"2023-01-25 05:45\",\"FromUTCTime\":\"2023-01-25T05:45\",\"LocalToTime\":\"2023-01-25 08:00\",\"ToUTCTime\":\"2023-01-25T08:00\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4546.8,\"PublishedFareTxt\":\"4,547\",\"ApiResultIndex\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-26 hrs Rs 3,150 + Fare Difference__nls__Before 26 hrs Rs 2,625 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":157.5,\"ARF\":3150}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-26 hrs INR 3,675\\/-__nls__Before 26 hrs INR 3,150\\/-\",\"fcs\":{\"CCF\":50,\"ACF\":3675,\"CCFT\":9,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3818,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":197,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4546.8,\"PublishedFare\":4570.44,\"OfferedFare\":4157.44,\"CommissionEarned\":389.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20.49,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1585303209_0DELBOMUK975_2467947036570\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":389.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":4220.44,\"BaseFare\":3818,\"CommissionEarned\":389.36,\"TDS\":-20.49,\"MF\":10,\"YQ\":0,\"AGST\":197,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":389.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":4570.44,\"CostToCustomer\":4570.44,\"BaseFareCal\":4220.44,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4220.44,\"intOfferedFare\":4157.44,\"intPublishFare\":4546.8,\"TripjackMarkup\":0,\"TripjackCommission\":389.36,\"TripjackTDS\":\"20.49\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":389.36,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"699\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-25T08:00\",\"SegFlightNumber\":\"UK-975\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-25T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c7732-13dee-38da1-05398\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T07:35:24.663\",\"strTraceId\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105454071681\",\"bookingId_TJ\":\"TJ105454071681\",\"FlightNumber\":\"UK-975\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"strTraceId\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2023-01-25T05:45\",\"LocalFromTime\":\"2023-01-25 05:45\",\"FromUTCTime\":\"2023-01-25T05:45\",\"LocalToTime\":\"2023-01-25 08:00\",\"ToUTCTime\":\"2023-01-25T08:00\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 Jan\",\"ArrivalDateTxt\":\"Wed, 25 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4546.8,\"ApiResultIndex\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"c7732-13dee-38da1-05398\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T07:35:24.663\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3818,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":197,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4546.8,\"PublishedFare\":4570.44,\"OfferedFare\":4157.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":4220.44,\"BaseFare\":3818,\"CommissionEarned\":389.36,\"TDS\":-20.49,\"MF\":10,\"YQ\":0,\"AGST\":197,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"699\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-01-25T08:00\",\"SegFlightNumber\":\"UK-975\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-25T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-1585303209_1DELBOMUK975_484136002426\",\"localFromDateTime\":\"2023-01-25 05:45\",\"localToDateTime\":\"2023-01-25 08:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":350,\"CriteriaValue\":4570.44,\"couponcode\":\"Promo\",\"TravelDate\":\"2023-01-25\",\"ProductType\":1}}','2023-01-17 07:34:38'),(168,'b8374-26b6d-18de7-7481c','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4761974511-31230388\",\"name\":\"OYO 67884 Orange Residency\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/48e838f464ca766725b08677733b6451.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108796.jpg?k=bba1311d5dafc07a0e3bb4a881ec8d57c54fb178f0893836d62b96812665a34e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108814.jpg?k=8cbefcb4837cd3e93f9acf44a3717f078cfb59ed5037503176a67e2fd26126ed&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108816.jpg?k=86ccaa7f2ff827871bae270a7c00f1e2f2e21cfb6eab8a5a78420e077e55a7bc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/252351764.jpg?k=5f64d7948410bfd79725ee4375f121d6c75d7fa0fa795899a0b6044584c07b83&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/0012f18440b878a57c354b2c746dc802.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157768124\"]},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/250408496.jpg?k=8eed0467ae3ebd0502cfa216fb17ef0fd22fd1dec3f875c91f6f5b6ec7c8e589&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"169799384\"]}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.49706\",\"lt\":\"13.079062\"},\"ad\":{\"adr\":\"54\\/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane\",\"postalCode\":\"560090\",\"city\":{\"code\":\"4923\",\"name\":\"Bangalore\"},\"state\":{\"name\":\"Karnataka\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Bangalore\",\"sn\":\"Karnataka\",\"cn\":\"India\"},\"fl\":[\"Room service\",\"Daily housekeeping\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Rooms sanitized between stays\",\"Internet\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Air conditioning\",\"Bathrobes\",\"Bicycle rental [free]\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"First aid kit\",\"Free bottled water\",\"Internet\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=13604077\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 3 to 5 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"157768124_0\",\"rc\":\"Classic Double or Twin\",\"rt\":\"Classic Double or Twin\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":571.37,\"tfcs\":{\"BF\":559.57,\"TF\":571.37,\"TAF\":11.8,\"CMU\":10.97,\"NF\":571.37},\"tafcs\":{\"TAF\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":559.57,\"TF\":571.37,\"TAF\":11.8,\"CMU\":10.97,\"NF\":571.37},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82}}}],\"checkInDate\":\"2023-02-14\",\"checkOutDate\":\"2023-02-15\",\"radi\":{\"rid\":\"157768124\",\"mga\":2,\"bds\":[{\"bt\":\"1 double bed\",\"bc\":0}],\"ar\":{\"asm\":\"16\"}},\"iexb\":false}],\"id\":\"51_1_13604077\",\"tp\":571.37,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"7kRWG6H0c1oOJ8ITMvxp\",\"ifra\":true,\"pd\":[{\"fdt\":\"2023-01-17T18:35:14.344\",\"tdt\":\"2023-02-12T00:00\",\"am\":0},{\"fdt\":\"2023-02-12T00:00\",\"tdt\":\"2023-02-14T12:00\",\"am\":548.6},{\"fdt\":\"2023-02-14T12:00\",\"tdt\":\"2023-02-15T23:59\",\"am\":548.6}],\"scnp\":\"If you fail to arrive or cancel the booking, no refund will be given. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-02-12T00:00\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Breakfast, Bike rental, Express check-in, Drinking water, \"}],\"oai\":{\"sid\":\"51\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":488.84},{\"fc\":[\"BREAKFAST\"],\"tpc\":548.6}],\"opci\":[],\"uid\":\"31230388\",\"lhc\":\"674848\"},\"bookingId\":\"TJ203354133296\",\"query\":{\"checkinDate\":\"2023-02-14\",\"checkoutDate\":\"2023-02-15\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740075\",\"countryName\":\"INDIA\",\"cityName\":\"BENGALURU\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4761974511\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1160}},\"hotelbookingid\":\"3\",\"SearchHotelTraceId\":\"b8374-26b6d-18de7-7481c\",\"CustomerSession\":{\"bookingId\":\"b8374-26b6d-18de7-7481c\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9958049006\",\"traceId\":\"b8374-26b6d-18de7-7481c\",\"leadEmail\":\"jitendra@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Jitendra\",\"passenger-lastname-1\":\"Kumar\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"Ram\",\"passenger-lastname-2\":\"Kumar\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"157768124_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":571.37,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":571.37,\"TotalRoomPrice\":571.37,\"TotalFare\":571.37,\"TotalBaseFare\":559.57,\"TotalNetFare\":571.37,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":559.57,\"TF\":571.37,\"TAF\":11.8,\"CMU\":10.97,\"NF\":571.37},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":548.6,\"TTSF\":58.78,\"MFT\":1.8,\"SGP\":548.6,\"SBP\":489.82}}}],\"PriceWithMarkup\":571.37,\"arrMarkUps\":{\"HotelRoomPrice\":571.37,\"pernightperroomprice\":571.37,\"RoomPrice\":571.37,\"withmarkupprice\":571.37,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1}}],\"RoomId\":\"51_1_13604077\",\"RoomTotalPrice\":571.37,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4761974511-31230388\",\"HotemName\":\"Oyo 67884 Orange Residency\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/48e838f464ca766725b08677733b6451.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108796.jpg?k=bba1311d5dafc07a0e3bb4a881ec8d57c54fb178f0893836d62b96812665a34e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108814.jpg?k=8cbefcb4837cd3e93f9acf44a3717f078cfb59ed5037503176a67e2fd26126ed&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/304108816.jpg?k=86ccaa7f2ff827871bae270a7c00f1e2f2e21cfb6eab8a5a78420e077e55a7bc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/252351764.jpg?k=5f64d7948410bfd79725ee4375f121d6c75d7fa0fa795899a0b6044584c07b83&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604077\\/-1\\/0012f18440b878a57c354b2c746dc802.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157768124\"]},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/250408496.jpg?k=8eed0467ae3ebd0502cfa216fb17ef0fd22fd1dec3f875c91f6f5b6ec7c8e589&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"169799384\"]}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.49706\",\"lt\":\"13.079062\"},\"HotelAddress\":\"54\\/1, Acharya college road, Chickabanawara, Ganapathi Nagara Raghavendra Badavane, Bangalore\",\"HotelCity\":\"Bengaluru\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Room service\",\"Daily housekeeping\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Internet\",\"\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Air conditioning\",\"Bathrobes\",\"Bicycle rental [free]\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"First aid kit\",\"Free bottled water\",\"Internet\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-02-14\",\"checkoutDate\":\"2023-02-15\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740075\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"559983\",\"TPSysId\":\"559984\",\"VersionId\":\"1705661\",\"CustomerSysId\":\"307069\",\"TrxId\":\"44896\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null}','2023-01-17 18:35:00'),(172,'de2d9-40d60-4d56b-72973','{\"BookingData\":[{\"bookingId\":\"BKR101354133644\",\"bookingId_TJ\":\"TJ101354133644\",\"FlightNumber\":\"SG-8263\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-01-20T05:45\",\"LocalFromTime\":\"2023-01-20 05:45\",\"FromUTCTime\":\"2023-01-20T05:45\",\"LocalToTime\":\"2023-01-20 07:45\",\"ToUTCTime\":\"2023-01-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4561.8,\"PublishedFareTxt\":\"4,562\",\"ApiResultIndex\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4250,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4561.8,\"PublishedFare\":5012.05,\"OfferedFare\":4481.05,\"CommissionEarned\":80.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.25,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7037631945_0DELCCUSG8263_48021638284278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":80.75,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"200.00\",\"AddiTaxOnMarkup\":36,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4562.05,\"BaseFare\":4250,\"CommissionEarned\":80.75,\"TDS\":-4.25,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.75,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":5012.05,\"CostToCustomer\":5012.05,\"BaseFareCal\":4562.05,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":4562.05,\"intOfferedFare\":4481.05,\"intPublishFare\":4561.8,\"TripjackMarkup\":0,\"TripjackCommission\":80.75,\"TripjackTDS\":\"4.25\",\"AddiMarkup\":\"200.00\",\"CommisionPass\":80.75,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-20T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-20T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de2d9-40d60-4d56b-72973\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T18:38:41.789\",\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101354133644\",\"bookingId_TJ\":\"TJ101354133644\",\"FlightNumber\":\"SG-8263\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-01-20T05:45\",\"LocalFromTime\":\"2023-01-20 05:45\",\"FromUTCTime\":\"2023-01-20T05:45\",\"LocalToTime\":\"2023-01-20 07:45\",\"ToUTCTime\":\"2023-01-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 20 Jan\",\"ArrivalDateTxt\":\"Fri, 20 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4561.8,\"ApiResultIndex\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"de2d9-40d60-4d56b-72973\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-17T18:38:41.789\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4250,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4561.8,\"PublishedFare\":5012.05,\"OfferedFare\":4481.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4562.05,\"BaseFare\":4250,\"CommissionEarned\":80.75,\"TDS\":-4.25,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"406\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-01-20T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-20T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-7037631945_1DELCCUSG8263_48349299797653\",\"localFromDateTime\":\"2023-01-20 05:45\",\"localToDateTime\":\"2023-01-20 07:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"20\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de2d9-40d60-4d56b-72973\",\"from_city_\":\"1__DEL-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Kolkata&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=20%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-17-18-37-54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"559995\",\"TPSysId\":\"559996\",\"VersionId\":[\"149389\"],\"CustomerSysId\":\"307069\",\"TrxId\":\"44897\",\"FareBreakdownid\":[\"368806\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"42\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_id\":[\"47\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"47\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5012.05},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"307069\",\"TPSysId\":\"559996\",\"MasterTPSysId\":\"559995\",\"ProposalID\":\"559996\\/V1\",\"InvoiceDate\":\"2023-01-17\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-01-17\",\"PaymentDate\":\"2023-01-17\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":4895.05,\"InvoiceStatus\":true,\"TotalSGST\":58.5,\"TotalCGST\":58.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5012.05,\"TotalDueAmount\":0,\"InvoiceValue\":5012.05,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-CCU-SpiceJet SG-8263\",\"ItemQty\":1,\"ItemRates\":4245.05,\"Total\":4245.05,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5012.05,\"MarkupType\":\"\",\"Markup\":650,\"TotalMarkup\":650,\"SubTotal\":4895.05,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":117,\"SGST\":58.5,\"CGST\":58.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-01-17 18:38:18'),(173,'51888-3924a-eca04-1f565','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":290,\"FlightNumber\":\"575\",\"SegFlightNumberArr\":\"TR-575, TR-288 +1\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"OrFlightNumber\":\"TR-575\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"01:15\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-02-09T01:15\",\"LocalFromTime\":\"2023-02-09 01:15\",\"FromUTCTime\":\"2023-02-09T01:15\",\"LocalToTime\":\"2023-02-09 18:05\",\"ToUTCTime\":\"2023-02-09T18:05\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":410,\"LAYOVERDuration\":\"6h 50m\",\"FlyingMinutes\":960,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Thu, 09 Feb\",\"FlightDuration\":\"15h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DPS\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},\"destination\":{\"FlightNumber\":\"281\",\"SegFlightNumberArr\":\"TR-281, TR-574 +1\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"DeFlightNumber\":\"TR-281\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-15T10:55\",\"LocalFromTime\":\"2023-02-15 10:55\",\"FromUTCTime\":\"2023-02-15T10:55\",\"LocalToTime\":\"2023-02-16 00:15\",\"ToUTCTime\":\"2023-02-16T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":515,\"LAYOVERDuration\":\"8h 35m\",\"FlyingMinutes\":1065,\"DepartureDateTxt\":\"Wed, 15 Feb\",\"ArrivalDateTxt\":\"Thu, 16 Feb\",\"FlightDuration\":\"14h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DPS\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},\"AirlineName\":\"Scoot\",\"PublishedFare\":29925.71,\"PublishedFareTxt\":\"29,926\",\"ApiResultIndex\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23650,\"Tax\":5095.71,\"YQTax\":0,\"OtherCharges\":5072.11,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28745.71,\"PublishedFare\":29926,\"PublishedFarePerPax\":29926,\"OfferedFare\":28745.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5095.71,\"BaseFareCal\":28925.71,\"BaseFare\":23650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5072.11,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":29925.71,\"CostToCustomer\":29925.71,\"BaseFareCal\":28925.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":28925.71,\"intOfferedFare\":28745.71,\"intPublishFare\":28745.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"014\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-02-09T08:30\",\"SegFlightNumber\":\"TR-575\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-09T01:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":285,\"GroundTime\":410,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:15\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"4h 45m\",\"LAYOVERDuration\":\"6h 50m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":false,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Ngurah Rai Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Denpasar Bali\",\"destinationCountryName\":\"Indonesia\",\"destinationAirportCode\":\"DPS\",\"destinationArrTime\":\"2023-02-09T18:05\",\"SegFlightNumber\":\"TR-288\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-09T15:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:20\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ngurah Rai Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Denpasar Bali\",\"originCountryName\":\"Indonesia\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-02-15T13:35\",\"SegFlightNumber\":\"TR-281\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"DPS\",\"originDepTime\":\"2023-02-15T10:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":515,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"8h 35m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-16T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-15T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"DepartureTime\":\"10:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"keyIndex\":290,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":290,\"FlightNumber\":\"575\",\"SegFlightNumberArr\":\"TR-575, TR-288 +1\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"OrFlightNumber\":\"TR-575\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"01:15\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-02-09T01:15\",\"LocalFromTime\":\"2023-02-09 01:15\",\"FromUTCTime\":\"2023-02-09T01:15\",\"LocalToTime\":\"2023-02-09 18:05\",\"ToUTCTime\":\"2023-02-09T18:05\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":410,\"LAYOVERDuration\":\"6h 50m\",\"FlyingMinutes\":960,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Thu, 09 Feb\",\"FlightDuration\":\"15h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DPS\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},\"destination\":{\"FlightNumber\":\"281\",\"SegFlightNumberArr\":\"TR-281, TR-574 +1\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"DeFlightNumber\":\"TR-281\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-02-15T10:55\",\"LocalFromTime\":\"2023-02-15 10:55\",\"FromUTCTime\":\"2023-02-15T10:55\",\"LocalToTime\":\"2023-02-16 00:15\",\"ToUTCTime\":\"2023-02-16T00:15\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":515,\"LAYOVERDuration\":\"8h 35m\",\"FlyingMinutes\":1065,\"DepartureDateTxt\":\"Wed, 15 Feb\",\"ArrivalDateTxt\":\"Thu, 16 Feb\",\"FlightDuration\":\"14h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DPS\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},\"AirlineName\":\"Scoot\",\"PublishedFare\":29925.71,\"PublishedFareTxt\":\"29,926\",\"ApiResultIndex\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"apiTraceId\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23650,\"Tax\":5095.71,\"YQTax\":0,\"OtherCharges\":5072.11,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28745.71,\"PublishedFare\":29926,\"PublishedFarePerPax\":29926,\"OfferedFare\":28745.71,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-7089199818_3HYDSINTR575SINDPSTR288DPSSINTR281SINHYDTR574_43149044971898\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":1,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5095.71,\"BaseFareCal\":28925.71,\"BaseFare\":23650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5072.11,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":29925.71,\"CostToCustomer\":29925.71,\"BaseFareCal\":28925.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":28925.71,\"intOfferedFare\":28745.71,\"intPublishFare\":28745.71,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-02-09T08:30\",\"SegFlightNumber\":\"TR-575\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-09T01:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":285,\"GroundTime\":410,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:15\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"4h 45m\",\"LAYOVERDuration\":\"6h 50m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":false,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Ngurah Rai Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Denpasar Bali\",\"destinationCountryName\":\"Indonesia\",\"destinationAirportCode\":\"DPS\",\"destinationArrTime\":\"2023-02-09T18:05\",\"SegFlightNumber\":\"TR-288\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-09T15:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:20\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Ngurah Rai Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Denpasar Bali\",\"originCountryName\":\"Indonesia\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-02-15T13:35\",\"SegFlightNumber\":\"TR-281\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"DPS\",\"originDepTime\":\"2023-02-15T10:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":515,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"8h 35m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-16T00:15\",\"SegFlightNumber\":\"TR-574\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-02-15T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"10 Kg\",\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"DepartureTime\":\"10:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"51888-3924a-eca04-1f565\",\"keyIndex\":290,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"016\"}]}],\"FlightBookingDataInbound\":null}','2023-01-17 22:11:10'),(174,'864ee-d7d4e-a90e1-f1921','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-890\",\"keyIndex\":0,\"SegFlightNumberArr\":\"UK-890\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4807797848_0HYDDELUK890_51047942669940\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"19:55\",\"TravelDate\":\"2023-02-08T17:40\",\"LocalFromTime\":\"2023-02-08 17:40\",\"FromUTCTime\":\"2023-02-08T17:40\",\"LocalToTime\":\"2023-02-08 19:55\",\"ToUTCTime\":\"2023-02-08T19:55\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 08 Feb\",\"ArrivalDateTxt\":\"Wed, 08 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":19792,\"PublishedFareTxt\":\"19,792\",\"ApiResultIndex\":\"21-10-15-2-4807797848_0HYDDELUK890_51047942669940\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"864ee-d7d4e-a90e1-f1921\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15408,\"Tax\":4730.4,\"YQTax\":0,\"OtherCharges\":2409,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1896,\"CarrierMiscFee\":390,\"MUFee\":0,\"intPublishedFare\":20138.4,\"PublishedFare\":19792,\"PublishedFarePerPax\":6598,\"OfferedFare\":18788.79,\"CommissionEarned\":1349.6100000000001,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-71.03999999999999,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4807797848_0HYDDELUK890_51047942669940\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Premium_economy\",\"CommisionPass\":1349.6100000000001,\"intTotalGST\":153,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":850,\"GSTOnMarkUp\":153,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3153.6,\"BaseFareCal\":12633.86,\"BaseFare\":10272,\"CommissionEarned\":899.74,\"TDS\":-47.36,\"MF\":20,\"YQ\":0,\"AGST\":1264,\"MFT\":3.6,\"OT\":1606,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1576.8,\"BaseFareCal\":6325.93,\"BaseFare\":5136,\"CommissionEarned\":449.87,\"TDS\":-23.68,\"MF\":10,\"YQ\":0,\"AGST\":632,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1349.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":850,\"IntTaxOnAgencyFixMarkUp\":153,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":153,\"PublishFare\":19791.79,\"CostToCustomer\":19791.79,\"BaseFareCal\":18941.79,\"intCommisionEarnedForAgency\":850,\"CostToCompany\":18941.79,\"intOfferedFare\":18788.79,\"intPublishFare\":20138.4,\"TripjackMarkup\":0,\"TripjackCommission\":1349.6100000000001,\"TripjackTDS\":\"71.04\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":1349.6100000000001,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"023\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-08T19:55\",\"SegFlightNumber\":\"UK-890\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-08T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"40001-45000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00D\"},{\"keyIndex\":1,\"FlightNumber\":\"UK-859\",\"SegFlightNumberArr\":\"UK-859\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2023-02-16T10:30\",\"LocalFromTime\":\"2023-02-16 10:30\",\"FromUTCTime\":\"2023-02-16T10:30\",\"LocalToTime\":\"2023-02-16 12:35\",\"ToUTCTime\":\"2023-02-16T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 16 Feb\",\"ArrivalDateTxt\":\"Thu, 16 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":19866.85,\"PublishedFareTxt\":\"19,867\",\"ApiResultIndex\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"864ee-d7d4e-a90e1-f1921\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16608,\"Tax\":3635.3999999999996,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2040,\"CarrierMiscFee\":390,\"MUFee\":0,\"intPublishedFare\":20243.4,\"PublishedFare\":19867,\"PublishedFarePerPax\":6623,\"OfferedFare\":18863.85,\"CommissionEarned\":1379.5500000000002,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-72.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Premium_economy\",\"intTotalGST\":153,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":850,\"GSTOnMarkUp\":153,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2423.6,\"BaseFareCal\":12683.9,\"BaseFare\":11072,\"CommissionEarned\":919.7,\"TDS\":-48.4,\"MF\":20,\"YQ\":0,\"AGST\":1360,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1211.8,\"BaseFareCal\":6350.95,\"BaseFare\":5536,\"CommissionEarned\":459.85,\"TDS\":-24.2,\"MF\":10,\"YQ\":0,\"AGST\":680,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1379.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":850,\"IntTaxOnAgencyFixMarkUp\":153,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":153,\"PublishFare\":19866.85,\"CostToCustomer\":19866.85,\"BaseFareCal\":19016.85,\"intCommisionEarnedForAgency\":850,\"CostToCompany\":19016.85,\"intOfferedFare\":18863.85,\"intPublishFare\":20243.4,\"TripjackMarkup\":0,\"TripjackCommission\":1379.5500000000002,\"TripjackTDS\":\"72.6\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":1379.5500000000002,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06H\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-16T12:35\",\"SegFlightNumber\":\"UK-859\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-16T10:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"018\"}],\"FlightBookingDataInbound\":{\"keyIndex\":1,\"FlightNumber\":\"UK-859\",\"SegFlightNumberArr\":\"UK-859\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2023-02-16T10:30\",\"LocalFromTime\":\"2023-02-16 10:30\",\"FromUTCTime\":\"2023-02-16T10:30\",\"LocalToTime\":\"2023-02-16 12:35\",\"ToUTCTime\":\"2023-02-16T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 16 Feb\",\"ArrivalDateTxt\":\"Thu, 16 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":19866.85,\"PublishedFareTxt\":\"19,867\",\"ApiResultIndex\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"864ee-d7d4e-a90e1-f1921\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16608,\"Tax\":3635.3999999999996,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2040,\"CarrierMiscFee\":390,\"MUFee\":0,\"intPublishedFare\":20243.4,\"PublishedFare\":19867,\"PublishedFarePerPax\":6623,\"OfferedFare\":18863.85,\"CommissionEarned\":1379.5500000000002,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-72.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4807797848_1DELHYDUK859_51047942290680\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Premium_economy\",\"intTotalGST\":153,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":850,\"GSTOnMarkUp\":153,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2423.6,\"BaseFareCal\":12683.9,\"BaseFare\":11072,\"CommissionEarned\":919.7,\"TDS\":-48.4,\"MF\":20,\"YQ\":0,\"AGST\":1360,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1211.8,\"BaseFareCal\":6350.95,\"BaseFare\":5536,\"CommissionEarned\":459.85,\"TDS\":-24.2,\"MF\":10,\"YQ\":0,\"AGST\":680,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1379.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":850,\"IntTaxOnAgencyFixMarkUp\":153,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":153,\"PublishFare\":19866.85,\"CostToCustomer\":19866.85,\"BaseFareCal\":19016.85,\"intCommisionEarnedForAgency\":850,\"CostToCompany\":19016.85,\"intOfferedFare\":18863.85,\"intPublishFare\":20243.4,\"TripjackMarkup\":0,\"TripjackCommission\":1379.5500000000002,\"TripjackTDS\":\"72.6\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":1379.5500000000002,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06H\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-16T12:35\",\"SegFlightNumber\":\"UK-859\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-16T10:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"018\"}}','2023-01-17 22:22:15'),(175,'4c072-9d447-c0d96-cc561','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-950\",\"keyIndex\":88,\"SegFlightNumberArr\":\"SG-950\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5629383607_0BOMSXRSG950_37499978747235\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"10:00\",\"TravelDate\":\"2023-05-19T06:45\",\"LocalFromTime\":\"2023-05-19 06:45\",\"FromUTCTime\":\"2023-05-19T06:45\",\"LocalToTime\":\"2023-05-19 10:00\",\"ToUTCTime\":\"2023-05-19T10:00\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Fri, 19 May\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":24634,\"PublishedFareTxt\":\"24,633\",\"ApiResultIndex\":\"4-5629383607_0BOMSXRSG950_37499978746805\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"4c072-9d447-c0d96-cc561\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":22440,\"Tax\":2071.6,\"YQTax\":0,\"OtherCharges\":916,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1132,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24511.6,\"PublishedFare\":24634,\"PublishedFarePerPax\":12317,\"OfferedFare\":23925.36,\"CommissionEarned\":586.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-30.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5629383607_0BOMSXRSG950_37499978747235\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":586.24,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":10,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2071.6,\"BaseFareCal\":24033.36,\"BaseFare\":22440,\"CommissionEarned\":586.24,\"TDS\":-30.86,\"MF\":20,\"YQ\":0,\"AGST\":1132,\"MFT\":3.6,\"OT\":916,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":586.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":24633.36,\"CostToCustomer\":24633.36,\"BaseFareCal\":24033.36,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":24033.36,\"intOfferedFare\":23925.36,\"intPublishFare\":24511.6,\"TripjackMarkup\":0,\"TripjackCommission\":586.24,\"TripjackTDS\":\"30.86\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":586.24,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0H1\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-05-19T10:00\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-19T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"10:00\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"25001-30000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"0GQ\"},{\"keyIndex\":105,\"FlightNumber\":\"AI-822\",\"SegFlightNumberArr\":\"AI-822 +2\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-05-25T14:15\",\"LocalFromTime\":\"2023-05-25 14:15\",\"FromUTCTime\":\"2023-05-25T14:15\",\"LocalToTime\":\"2023-05-25 21:15\",\"ToUTCTime\":\"2023-05-25T21:15\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Jammu\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"7h 0m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":14282.02,\"PublishedFareTxt\":\"14,282\",\"ApiResultIndex\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4c072-9d447-c0d96-cc561\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11286,\"Tax\":2557.6,\"YQTax\":0,\"OtherCharges\":1402,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":592,\"CarrierMiscFee\":540,\"MUFee\":0,\"intPublishedFare\":13843.6,\"PublishedFare\":14283,\"PublishedFarePerPax\":7142,\"OfferedFare\":13574.02,\"CommissionEarned\":269.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2557.6,\"BaseFareCal\":13682.02,\"BaseFare\":11286,\"CommissionEarned\":269.58,\"TDS\":-14.18,\"MF\":20,\"YQ\":0,\"AGST\":592,\"MFT\":3.6,\"OT\":1402,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":269.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":14282.02,\"CostToCustomer\":14282.02,\"BaseFareCal\":13682.02,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":13682.02,\"intOfferedFare\":13574.02,\"intPublishFare\":13843.6,\"TripjackMarkup\":0,\"TripjackCommission\":269.58,\"TripjackTDS\":\"14.18\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":269.58,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DW\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-05-25T15:05\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-05-25T14:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":40,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Jammu\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-25T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":105,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-25T21:15\",\"SegFlightNumber\":\"AI-624\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T19:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01P\"}],\"FlightBookingDataInbound\":{\"keyIndex\":105,\"FlightNumber\":\"AI-822\",\"SegFlightNumberArr\":\"AI-822 +2\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-05-25T14:15\",\"LocalFromTime\":\"2023-05-25 14:15\",\"FromUTCTime\":\"2023-05-25T14:15\",\"LocalToTime\":\"2023-05-25 21:15\",\"ToUTCTime\":\"2023-05-25T21:15\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Jammu\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"7h 0m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":14282.02,\"PublishedFareTxt\":\"14,282\",\"ApiResultIndex\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4c072-9d447-c0d96-cc561\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11286,\"Tax\":2557.6,\"YQTax\":0,\"OtherCharges\":1402,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":592,\"CarrierMiscFee\":540,\"MUFee\":0,\"intPublishedFare\":13843.6,\"PublishedFare\":14283,\"PublishedFarePerPax\":7142,\"OfferedFare\":13574.02,\"CommissionEarned\":269.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-5629383607_84SXRIXJAI822IXJDELAI822DELBOMAI624_37502954802547\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2557.6,\"BaseFareCal\":13682.02,\"BaseFare\":11286,\"CommissionEarned\":269.58,\"TDS\":-14.18,\"MF\":20,\"YQ\":0,\"AGST\":592,\"MFT\":3.6,\"OT\":1402,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":269.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":14282.02,\"CostToCustomer\":14282.02,\"BaseFareCal\":13682.02,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":13682.02,\"intOfferedFare\":13574.02,\"intPublishFare\":13843.6,\"TripjackMarkup\":0,\"TripjackCommission\":269.58,\"TripjackTDS\":\"14.18\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":269.58,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DW\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-05-25T15:05\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-05-25T14:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":40,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Jammu\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-25T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":105,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-25T21:15\",\"SegFlightNumber\":\"AI-624\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T19:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01P\"}}','2023-01-18 17:49:33'),(176,'c9712-2d0a9-623ef-6dd30','{\"FlightBookingData\":[{\"FlightNumber\":\"QF-5038\",\"keyIndex\":97,\"SegFlightNumberArr\":\"QF-5038 +2\",\"AirlineName\":\"Qantas airways\",\"AirlineCode\":\"QF\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"AirlineSysId\":\"404\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-02-01T10:40\",\"LocalFromTime\":\"2023-02-01 10:40\",\"FromUTCTime\":\"2023-02-01T10:40\",\"LocalToTime\":\"2023-02-02 19:05\",\"ToUTCTime\":\"2023-02-02T19:05\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":725,\"LAYOVERDuration\":\"12h 5m\",\"FlyingMinutes\":1675,\"DepartureDateTxt\":\"Wed, 01 Feb\",\"ArrivalDateTxt\":\"Thu, 02 Feb\",\"FlightDuration\":\"27h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4135\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BNE\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":180075,\"PublishedFareTxt\":\"180,075\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c9712-2d0a9-623ef-6dd30\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":167900,\"Tax\":12774.8,\"YQTax\":0,\"OtherCharges\":4368,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":8395,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":180674.8,\"PublishedFare\":180075,\"PublishedFarePerPax\":180075,\"OfferedFare\":179366.86,\"CommissionEarned\":1307.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-68.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":1307.94,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"40 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":12774.8,\"BaseFareCal\":179474.86,\"BaseFare\":167900,\"CommissionEarned\":1307.94,\"TDS\":-68.84,\"MF\":10,\"YQ\":0,\"AGST\":8395,\"MFT\":1.8,\"OT\":4368,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1307.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":180074.86,\"CostToCustomer\":180074.86,\"BaseFareCal\":179474.86,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":179474.86,\"intOfferedFare\":179366.86,\"intPublishFare\":180674.8,\"TripjackMarkup\":0,\"TripjackCommission\":1307.94,\"TripjackTDS\":\"68.84\",\"AddiMarkup\":100,\"CommisionPass\":1307.94,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02C\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-01T13:30\",\"SegFlightNumber\":\"QF-5038\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-01T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Kingsford Smith\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sydney\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"SYD\",\"destinationArrTime\":\"2023-02-02T10:40\",\"SegFlightNumber\":\"QF-68\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-02-01T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":690,\"GroundTime\":475,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"11h 30m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Sydney\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Kingsford Smith\",\"destinationAirportName\":\"Brisbane Arpt\",\"originCityName\":\"Sydney\",\"originCountryName\":\"Australia\",\"destinationCityName\":\"Brisbane\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"BNE\",\"destinationArrTime\":\"2023-02-02T19:05\",\"SegFlightNumber\":\"QF-546\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"SYD\",\"originDepTime\":\"2023-02-02T18:35\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal D\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"}],\"FilterPrice\":\"180001-185000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"QF-5038\",\"keyIndex\":1,\"SegFlightNumberArr\":\"QF-5038 +2\",\"AirlineName\":\"Qantas airways\",\"AirlineCode\":\"QF\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-5671974165_1DELBLRQF5038BLRSYDQF68SYDBNEQF528_63563818746905\",\"AirlineSysId\":\"404\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2023-02-01T10:40\",\"LocalFromTime\":\"2023-02-01 10:40\",\"FromUTCTime\":\"2023-02-01T10:40\",\"LocalToTime\":\"2023-02-02 13:35\",\"ToUTCTime\":\"2023-02-02T13:35\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":1345,\"DepartureDateTxt\":\"Wed, 01 Feb\",\"ArrivalDateTxt\":\"Thu, 02 Feb\",\"FlightDuration\":\"22h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4135\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BNE\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":180075,\"PublishedFareTxt\":\"180,075\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-5671974165_1DELBLRQF5038BLRSYDQF68SYDBNEQF528_63563818746905\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c9712-2d0a9-623ef-6dd30\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":167900,\"Tax\":12774.8,\"YQTax\":0,\"OtherCharges\":12763,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":180674.8,\"PublishedFare\":180075,\"PublishedFarePerPax\":180075,\"OfferedFare\":179366.86,\"CommissionEarned\":1307.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-68.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-5671974165_1DELBLRQF5038BLRSYDQF68SYDBNEQF528_63563818746905\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":1307.94,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"40 Kg\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":12774.8,\"BaseFareCal\":179474.86,\"BaseFare\":167900,\"CommissionEarned\":1307.94,\"TDS\":-68.84,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":12763,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40 Kg\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1307.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":180074.86,\"CostToCustomer\":180074.86,\"BaseFareCal\":179474.86,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":179474.86,\"intOfferedFare\":179366.86,\"intPublishFare\":180674.8,\"TripjackMarkup\":0,\"TripjackCommission\":1307.94,\"TripjackTDS\":\"68.84\",\"AddiMarkup\":100,\"CommisionPass\":1307.94,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-01T13:30\",\"SegFlightNumber\":\"QF-5038\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-01T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Kingsford Smith\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sydney\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"SYD\",\"destinationArrTime\":\"2023-02-02T10:40\",\"SegFlightNumber\":\"QF-68\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-02-01T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":690,\"GroundTime\":145,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"11h 30m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Sydney\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Kingsford Smith\",\"destinationAirportName\":\"Brisbane Arpt\",\"originCityName\":\"Sydney\",\"originCountryName\":\"Australia\",\"destinationCityName\":\"Brisbane\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"BNE\",\"destinationArrTime\":\"2023-02-02T13:35\",\"SegFlightNumber\":\"QF-528\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"SYD\",\"originDepTime\":\"2023-02-02T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal D\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"}],\"FilterPrice\":\"180001-185000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"02E\"},{\"FlightNumber\":\"QF-5038\",\"keyIndex\":97,\"SegFlightNumberArr\":\"QF-5038 +2\",\"AirlineName\":\"Qantas airways\",\"AirlineCode\":\"QF\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"AirlineSysId\":\"404\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-02-01T10:40\",\"LocalFromTime\":\"2023-02-01 10:40\",\"FromUTCTime\":\"2023-02-01T10:40\",\"LocalToTime\":\"2023-02-02 19:05\",\"ToUTCTime\":\"2023-02-02T19:05\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":725,\"LAYOVERDuration\":\"12h 5m\",\"FlyingMinutes\":1675,\"DepartureDateTxt\":\"Wed, 01 Feb\",\"ArrivalDateTxt\":\"Thu, 02 Feb\",\"FlightDuration\":\"27h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"4135\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BNE\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":180075,\"PublishedFareTxt\":\"180,075\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c9712-2d0a9-623ef-6dd30\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":167900,\"Tax\":12774.8,\"YQTax\":0,\"OtherCharges\":4368,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":8395,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":180674.8,\"PublishedFare\":180075,\"PublishedFarePerPax\":180075,\"OfferedFare\":179366.86,\"CommissionEarned\":1307.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-68.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-5671974165_97DELBLRQF5038BLRSYDQF68SYDBNEQF546_63563818968681\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":1307.94,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"40 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":12774.8,\"BaseFareCal\":179474.86,\"BaseFare\":167900,\"CommissionEarned\":1307.94,\"TDS\":-68.84,\"MF\":10,\"YQ\":0,\"AGST\":8395,\"MFT\":1.8,\"OT\":4368,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1307.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":180074.86,\"CostToCustomer\":180074.86,\"BaseFareCal\":179474.86,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":179474.86,\"intOfferedFare\":179366.86,\"intPublishFare\":180674.8,\"TripjackMarkup\":0,\"TripjackCommission\":1307.94,\"TripjackTDS\":\"68.84\",\"AddiMarkup\":100,\"CommisionPass\":1307.94,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-01T13:30\",\"SegFlightNumber\":\"QF-5038\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-01T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Kingsford Smith\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sydney\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"SYD\",\"destinationArrTime\":\"2023-02-02T10:40\",\"SegFlightNumber\":\"QF-68\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-02-01T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":690,\"GroundTime\":475,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"11h 30m\",\"LAYOVERDuration\":\"7h 55m\",\"LAYOVERCity\":\"Sydney\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"},{\"originAirportName\":\"Kingsford Smith\",\"destinationAirportName\":\"Brisbane Arpt\",\"originCityName\":\"Sydney\",\"originCountryName\":\"Australia\",\"destinationCityName\":\"Brisbane\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"BNE\",\"destinationArrTime\":\"2023-02-02T19:05\",\"SegFlightNumber\":\"QF-546\",\"AirlineCode\":\"QF\",\"AirlineName\":\"Qantas Airways\",\"FareClass\":\"Q\",\"originAirportCode\":\"SYD\",\"originDepTime\":\"2023-02-02T18:35\",\"TripIndicator\":\"\",\"Baggage\":\"40 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal D\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QF.gif\"}],\"FilterPrice\":\"180001-185000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"02F\"}]}],\"FlightBookingDataInbound\":null}','2023-01-19 05:21:10'),(177,'3b684-e0dd4-9cf30-82db1','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":124,\"FlightNumber\":\"6505\",\"SegFlightNumberArr\":\"6E-6505, 6E-75 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-6505\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-03-01T22:45\",\"LocalFromTime\":\"2023-03-01 22:45\",\"FromUTCTime\":\"2023-03-01T22:45\",\"LocalToTime\":\"2023-03-02 12:05\",\"ToUTCTime\":\"2023-03-02T12:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":385,\"LAYOVERDuration\":\"6h 25m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"76\",\"SegFlightNumberArr\":\"6E-76, 6E-6178 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-76\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:05\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-03-06T13:05\",\"LocalFromTime\":\"2023-03-06 13:05\",\"FromUTCTime\":\"2023-03-06T13:05\",\"LocalToTime\":\"2023-03-07 01:00\",\"ToUTCTime\":\"2023-03-07T01:00\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":465,\"LAYOVERDuration\":\"7h 45m\",\"FlyingMinutes\":625,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"13h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":41870.94,\"PublishedFareTxt\":\"41,871\",\"ApiResultIndex\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591573162\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":30934,\"Tax\":8855.2,\"YQTax\":0,\"OtherCharges\":8808,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39789.2,\"PublishedFare\":41871,\"PublishedFarePerPax\":20936,\"OfferedFare\":39274.94,\"CommissionEarned\":514.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-27.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591573162\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8855.2,\"BaseFareCal\":39670.94,\"BaseFare\":30934,\"CommissionEarned\":514.26,\"TDS\":-27.08,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":8808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":514.26,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2200,\"IntTaxOnAgencyFixMarkUp\":396,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":396,\"PublishFare\":41870.94,\"CostToCustomer\":41870.94,\"BaseFareCal\":39670.94,\"intCommisionEarnedForAgency\":2200,\"CostToCompany\":39670.94,\"intOfferedFare\":39274.94,\"intPublishFare\":39789.2,\"TripjackMarkup\":0,\"TripjackCommission\":514.26,\"TripjackTDS\":\"27.08\",\"AddiMarkup\":200,\"CommisionPass\":514.26,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01U\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-02T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T22:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":385,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"6h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-02T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-02T06:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-06T15:55\",\"SegFlightNumber\":\"6E-76\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-06T13:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":465,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":\"7h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-07T01:00\",\"SegFlightNumber\":\"6E-6178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-06T23:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"13:05\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"keyIndex\":124,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":104,\"FlightNumber\":\"949\",\"SegFlightNumberArr\":\"6E-949, 6E-75 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-949\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362419\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-03-01T23:55\",\"LocalFromTime\":\"2023-03-01 23:55\",\"FromUTCTime\":\"2023-03-01T23:55\",\"LocalToTime\":\"2023-03-02 12:05\",\"ToUTCTime\":\"2023-03-02T12:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":320,\"LAYOVERDuration\":\"5h 20m\",\"FlyingMinutes\":480,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"10h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"76\",\"SegFlightNumberArr\":\"6E-76, 6E-6178 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-76\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362419\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:05\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-03-06T13:05\",\"LocalFromTime\":\"2023-03-06 13:05\",\"FromUTCTime\":\"2023-03-06T13:05\",\"LocalToTime\":\"2023-03-07 01:00\",\"ToUTCTime\":\"2023-03-07T01:00\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":465,\"LAYOVERDuration\":\"7h 45m\",\"FlyingMinutes\":625,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"13h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":41870.94,\"PublishedFareTxt\":\"41,871\",\"ApiResultIndex\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362419\",\"apiTraceId\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362419\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":30934,\"Tax\":8855.2,\"YQTax\":0,\"OtherCharges\":8808,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39789.2,\"PublishedFare\":41871,\"PublishedFarePerPax\":20936,\"OfferedFare\":39274.94,\"CommissionEarned\":514.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-27.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591363239\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8855.2,\"BaseFareCal\":39670.94,\"BaseFare\":30934,\"CommissionEarned\":514.26,\"TDS\":-27.08,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":8808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":514.26,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2200,\"IntTaxOnAgencyFixMarkUp\":396,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":396,\"PublishFare\":41870.94,\"CostToCustomer\":41870.94,\"BaseFareCal\":39670.94,\"intCommisionEarnedForAgency\":2200,\"CostToCompany\":39670.94,\"intOfferedFare\":39274.94,\"intPublishFare\":39789.2,\"TripjackMarkup\":0,\"TripjackCommission\":514.26,\"TripjackTDS\":\"27.08\",\"AddiMarkup\":200,\"CommisionPass\":514.26,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38330,\"Tax\":9039.2,\"YQTax\":0,\"OtherCharges\":8992,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47369.2,\"PublishedFare\":49269,\"PublishedFarePerPax\":24635,\"OfferedFare\":46731.98,\"CommissionEarned\":637.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-33.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591363639\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":387,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2150,\"GSTOnMarkUp\":387,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9039.2,\"BaseFareCal\":47118.98,\"BaseFare\":38330,\"CommissionEarned\":637.22,\"TDS\":-33.54,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":8992,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":387,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2150,\"GSTOnMarkUp\":387,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":637.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2150,\"IntTaxOnAgencyFixMarkUp\":387,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":387,\"PublishFare\":49268.98,\"CostToCustomer\":49268.98,\"BaseFareCal\":47118.98,\"intCommisionEarnedForAgency\":2150,\"CostToCompany\":47118.98,\"intOfferedFare\":46731.98,\"intPublishFare\":47369.2,\"TripjackMarkup\":0,\"TripjackCommission\":637.22,\"TripjackTDS\":\"33.54\",\"AddiMarkup\":150,\"CommisionPass\":637.22,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39630,\"Tax\":9073.2,\"YQTax\":0,\"OtherCharges\":9026,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48703.2,\"PublishedFare\":50641,\"PublishedFarePerPax\":25321,\"OfferedFare\":48044.36,\"CommissionEarned\":658.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362849\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9073.2,\"BaseFareCal\":48440.36,\"BaseFare\":39630,\"CommissionEarned\":658.84,\"TDS\":-34.68,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":9026,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":658.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2200,\"IntTaxOnAgencyFixMarkUp\":396,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":396,\"PublishFare\":50640.36,\"CostToCustomer\":50640.36,\"BaseFareCal\":48440.36,\"intCommisionEarnedForAgency\":2200,\"CostToCompany\":48440.36,\"intOfferedFare\":48044.36,\"intPublishFare\":48703.2,\"TripjackMarkup\":0,\"TripjackCommission\":658.84,\"TripjackTDS\":\"34.68\",\"AddiMarkup\":200,\"CommisionPass\":658.84,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39570,\"Tax\":10487.2,\"YQTax\":0,\"OtherCharges\":9420,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":1020,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":50057.2,\"PublishedFare\":50726,\"PublishedFarePerPax\":25363,\"OfferedFare\":48365.58,\"CommissionEarned\":1691.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-89.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_2HYDBLR6E949BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591362419\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":10487.2,\"BaseFareCal\":48725.58,\"BaseFare\":39570,\"CommissionEarned\":1691.62,\"TDS\":-89.02,\"MF\":40,\"YQ\":0,\"AGST\":1020,\"MFT\":7.2,\"OT\":9420,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1691.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2000,\"IntTaxOnAgencyFixMarkUp\":360,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":360,\"PublishFare\":50725.58,\"CostToCustomer\":50725.58,\"BaseFareCal\":48725.58,\"intCommisionEarnedForAgency\":2000,\"CostToCompany\":48725.58,\"intOfferedFare\":48365.58,\"intPublishFare\":50057.2,\"TripjackMarkup\":0,\"TripjackCommission\":1691.62,\"TripjackTDS\":\"89.02\",\"AddiMarkup\":0,\"CommisionPass\":1691.62,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-02T01:10\",\"SegFlightNumber\":\"6E-949\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T23:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":320,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"5h 20m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-02T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-02T06:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-06T15:55\",\"SegFlightNumber\":\"6E-76\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-06T13:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":465,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":\"7h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-07T01:00\",\"SegFlightNumber\":\"6E-6178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-06T23:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"13:05\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"keyIndex\":104,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"022\"},{\"origin\":{\"keyIndex\":124,\"FlightNumber\":\"6505\",\"SegFlightNumberArr\":\"6E-6505, 6E-75 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-6505\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-03-01T22:45\",\"LocalFromTime\":\"2023-03-01 22:45\",\"FromUTCTime\":\"2023-03-01T22:45\",\"LocalToTime\":\"2023-03-02 12:05\",\"ToUTCTime\":\"2023-03-02T12:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":385,\"LAYOVERDuration\":\"6h 25m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"76\",\"SegFlightNumberArr\":\"6E-76, 6E-6178 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-76\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:05\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-03-06T13:05\",\"LocalFromTime\":\"2023-03-06 13:05\",\"FromUTCTime\":\"2023-03-06T13:05\",\"LocalToTime\":\"2023-03-07 01:00\",\"ToUTCTime\":\"2023-03-07T01:00\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":465,\"LAYOVERDuration\":\"7h 45m\",\"FlyingMinutes\":625,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"13h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":41870.94,\"PublishedFareTxt\":\"41,871\",\"ApiResultIndex\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"apiTraceId\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":30934,\"Tax\":8855.2,\"YQTax\":0,\"OtherCharges\":8808,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39789.2,\"PublishedFare\":41871,\"PublishedFarePerPax\":20936,\"OfferedFare\":39274.94,\"CommissionEarned\":514.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-27.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591573162\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8855.2,\"BaseFareCal\":39670.94,\"BaseFare\":30934,\"CommissionEarned\":514.26,\"TDS\":-27.08,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":8808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":514.26,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2200,\"IntTaxOnAgencyFixMarkUp\":396,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":396,\"PublishFare\":41870.94,\"CostToCustomer\":41870.94,\"BaseFareCal\":39670.94,\"intCommisionEarnedForAgency\":2200,\"CostToCompany\":39670.94,\"intOfferedFare\":39274.94,\"intPublishFare\":39789.2,\"TripjackMarkup\":0,\"TripjackCommission\":514.26,\"TripjackTDS\":\"27.08\",\"AddiMarkup\":200,\"CommisionPass\":514.26,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":38330,\"Tax\":9039.2,\"YQTax\":0,\"OtherCharges\":8992,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47369.2,\"PublishedFare\":49269,\"PublishedFarePerPax\":24635,\"OfferedFare\":46731.98,\"CommissionEarned\":637.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-33.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591573652\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":387,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2150,\"GSTOnMarkUp\":387,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9039.2,\"BaseFareCal\":47118.98,\"BaseFare\":38330,\"CommissionEarned\":637.22,\"TDS\":-33.54,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":8992,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":387,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2150,\"GSTOnMarkUp\":387,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":637.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2150,\"IntTaxOnAgencyFixMarkUp\":387,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":387,\"PublishFare\":49268.98,\"CostToCustomer\":49268.98,\"BaseFareCal\":47118.98,\"intCommisionEarnedForAgency\":2150,\"CostToCompany\":47118.98,\"intOfferedFare\":46731.98,\"intPublishFare\":47369.2,\"TripjackMarkup\":0,\"TripjackCommission\":637.22,\"TripjackTDS\":\"33.54\",\"AddiMarkup\":150,\"CommisionPass\":637.22,\"AddiTaxOnMarkup\":27,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":150},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39630,\"Tax\":9073.2,\"YQTax\":0,\"OtherCharges\":9026,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48703.2,\"PublishedFare\":50641,\"PublishedFarePerPax\":25321,\"OfferedFare\":48044.36,\"CommissionEarned\":658.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572562\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9073.2,\"BaseFareCal\":48440.36,\"BaseFare\":39630,\"CommissionEarned\":658.84,\"TDS\":-34.68,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":9026,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":396,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2200,\"GSTOnMarkUp\":396,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":658.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2200,\"IntTaxOnAgencyFixMarkUp\":396,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":396,\"PublishFare\":50640.36,\"CostToCustomer\":50640.36,\"BaseFareCal\":48440.36,\"intCommisionEarnedForAgency\":2200,\"CostToCompany\":48440.36,\"intOfferedFare\":48044.36,\"intPublishFare\":48703.2,\"TripjackMarkup\":0,\"TripjackCommission\":658.84,\"TripjackTDS\":\"34.68\",\"AddiMarkup\":200,\"CommisionPass\":658.84,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":39570,\"Tax\":10487.2,\"YQTax\":0,\"OtherCharges\":9420,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":1020,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":50057.2,\"PublishedFare\":50726,\"PublishedFarePerPax\":25363,\"OfferedFare\":48365.58,\"CommissionEarned\":1691.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-89.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6194238156_22HYDBLR6E6505BLRBKK6E75BKKBLR6E76BLRHYD6E6178_14977591572302\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":10487.2,\"BaseFareCal\":48725.58,\"BaseFare\":39570,\"CommissionEarned\":1691.62,\"TDS\":-89.02,\"MF\":40,\"YQ\":0,\"AGST\":1020,\"MFT\":7.2,\"OT\":9420,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1691.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2000,\"IntTaxOnAgencyFixMarkUp\":360,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":360,\"PublishFare\":50725.58,\"CostToCustomer\":50725.58,\"BaseFareCal\":48725.58,\"intCommisionEarnedForAgency\":2000,\"CostToCompany\":48725.58,\"intOfferedFare\":48365.58,\"intPublishFare\":50057.2,\"TripjackMarkup\":0,\"TripjackCommission\":1691.62,\"TripjackTDS\":\"89.02\",\"AddiMarkup\":0,\"CommisionPass\":1691.62,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-02T00:05\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T22:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":385,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"6h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-02T12:05\",\"SegFlightNumber\":\"6E-75\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-02T06:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-06T15:55\",\"SegFlightNumber\":\"6E-76\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-06T13:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":465,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":\"7h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-07T01:00\",\"SegFlightNumber\":\"6E-6178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-06T23:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"13:05\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3b684-e0dd4-9cf30-82db1\",\"keyIndex\":124,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"023\"}]}],\"FlightBookingDataInbound\":null}','2023-01-19 15:34:24'),(178,'2a0c9-c9971-3bc71-80d55','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-716\",\"keyIndex\":255,\"SegFlightNumberArr\":\"I5-716 +1\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-7175270549_2DELBBII5716BBIBLRI52991_23846272398250\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-02-14T15:50\",\"LocalFromTime\":\"2023-02-14 15:50\",\"FromUTCTime\":\"2023-02-14T15:50\",\"LocalToTime\":\"2023-02-14 21:05\",\"ToUTCTime\":\"2023-02-14T21:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Bhubaneswar\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":315,\"DepartureDateTxt\":\"Tue, 14 Feb\",\"ArrivalDateTxt\":\"Tue, 14 Feb\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5543,\"PublishedFareTxt\":\"5,543\",\"ApiResultIndex\":\"22-16-7175270549_2DELBBII5716BBIBLRI52991_23846272398250\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2a0c9-c9971-3bc71-80d55\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4475,\"Tax\":703.8,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":228,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5178.8,\"PublishedFare\":5543,\"PublishedFarePerPax\":5543,\"OfferedFare\":5129.91,\"CommissionEarned\":48.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.57,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7175270549_2DELBBII5716BBIBLRI52991_23846272398250\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":48.89,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":703.8,\"BaseFareCal\":5192.91,\"BaseFare\":4475,\"CommissionEarned\":48.89,\"TDS\":-2.57,\"MF\":10,\"YQ\":0,\"AGST\":228,\"MFT\":1.8,\"OT\":464,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5542.91,\"CostToCustomer\":5542.91,\"BaseFareCal\":5192.91,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":5192.91,\"intOfferedFare\":5129.91,\"intPublishFare\":5178.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.89,\"TripjackTDS\":\"2.57\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":48.89,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06A\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Biju Patnaik Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhubaneswar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BBI\",\"destinationArrTime\":\"2023-02-14T17:50\",\"SegFlightNumber\":\"I5-716\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-14T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":75,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Bhubaneswar\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-14T21:05\",\"SegFlightNumber\":\"I5-2991\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2023-02-14T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-19 18:22:31'),(181,'258f3-72048-69bb0-dcb37','{\"FlightBookingData\":[{\"bookingId\":\"BKR100354402355\",\"bookingId_TJ\":\"TJ100354402355\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-23T20:10\",\"LocalFromTime\":\"2023-01-23 20:10\",\"FromUTCTime\":\"2023-01-23T20:10\",\"LocalToTime\":\"2023-01-23 22:50\",\"ToUTCTime\":\"2023-01-23T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4761.8,\"PublishedFareTxt\":\"4,762\",\"ApiResultIndex\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4450,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4761.8,\"PublishedFare\":5090.25,\"OfferedFare\":4677.25,\"CommissionEarned\":84.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8425917307_0DELBLRG8119_25112974751255\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":84.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4740.25,\"BaseFare\":4450,\"CommissionEarned\":84.55,\"TDS\":-4.45,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":84.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":5090.25,\"CostToCustomer\":5090.25,\"BaseFareCal\":4740.25,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":4740.25,\"intOfferedFare\":4677.25,\"intPublishFare\":4761.8,\"TripjackMarkup\":0,\"TripjackCommission\":84.55,\"TripjackTDS\":\"4.45\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":84.55,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"couponName\":\"EarlyBird23\",\"couponVal\":500,\"couponApply\":1,\"couponexpiryDate\":null},\"Segments\":[{\"segmentid\":\"654\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-23T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-23T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"258f3-72048-69bb0-dcb37\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-20T16:52:50.387\",\"strTraceId\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100354402355\",\"bookingId_TJ\":\"TJ100354402355\",\"FlightNumber\":\"G8-119\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"strTraceId\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-01-23T20:10\",\"LocalFromTime\":\"2023-01-23 20:10\",\"FromUTCTime\":\"2023-01-23T20:10\",\"LocalToTime\":\"2023-01-23 22:50\",\"ToUTCTime\":\"2023-01-23T22:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 23 Jan\",\"ArrivalDateTxt\":\"Mon, 23 Jan\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4761.8,\"ApiResultIndex\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"258f3-72048-69bb0-dcb37\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-01-20T16:52:50.387\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4450,\"Tax\":311.8,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4761.8,\"PublishedFare\":5090.25,\"OfferedFare\":4677.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":311.8,\"BaseFareCal\":4740.25,\"BaseFare\":4450,\"CommissionEarned\":84.55,\"TDS\":-4.45,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"654\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-01-23T22:50\",\"SegFlightNumber\":\"G8-119\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-23T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-8425917307_1DELBLRG8119_20406605201604\",\"localFromDateTime\":\"2023-01-23 20:10\",\"localToDateTime\":\"2023-01-23 22:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":true,\"couponprice\":500,\"code\":\"Mt1gR4sjm5oofMnod2WE2NoHLMD2UaNkT8vPfeMYHOD2Jw0PrLDW7GCLcUtVd0R\\/9imyRWZroTMYzzARnx12e3+cfmBUa1eaAQhwzL8MbSMeFShYWj9\\/37dhqj3t9ms4Pm+qO2BC97OVoJu\\/tyZgyBPBT2DqdSwEbmcGPJOGUoN2lyxutDzEBiKNbZ8Of5fH47837tm23wIXsjGy5mnICA==\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":350,\"CriteriaValue\":5090.25,\"couponcode\":\"EarlyBird23\",\"TravelDate\":\"2023-01-23\",\"ProductType\":1}}','2023-01-20 16:52:01'),(182,'82e03-b9cb4-685dd-3670f','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-2402\",\"keyIndex\":131,\"SegFlightNumberArr\":\"6E-2402\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4435768348_2BLRDEL6E2402_2763038720977\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2023-01-24T20:40\",\"LocalFromTime\":\"2023-01-24 20:40\",\"FromUTCTime\":\"2023-01-24T20:40\",\"LocalToTime\":\"2023-01-24 23:35\",\"ToUTCTime\":\"2023-01-24T23:35\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 24 Jan\",\"ArrivalDateTxt\":\"Tue, 24 Jan\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":7997,\"PublishedFareTxt\":\"7,997\",\"ApiResultIndex\":\"5-4435768348_2BLRDEL6E2402_2763038717637\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"82e03-b9cb4-685dd-3670f\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6568,\"Tax\":1093.8,\"YQTax\":0,\"OtherCharges\":1082,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7661.8,\"PublishedFare\":7997,\"PublishedFarePerPax\":7997,\"OfferedFare\":7583.8,\"CommissionEarned\":78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.1,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4435768348_2BLRDEL6E2402_2763038720977\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":78,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1093.8,\"BaseFareCal\":7646.8,\"BaseFare\":6568,\"CommissionEarned\":78,\"TDS\":-4.1,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1082,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":7996.8,\"CostToCustomer\":7996.8,\"BaseFareCal\":7646.8,\"intCommisionEarnedForAgency\":350,\"CostToCompany\":7646.8,\"intOfferedFare\":7583.8,\"intPublishFare\":7661.8,\"TripjackMarkup\":0,\"TripjackCommission\":78,\"TripjackTDS\":\"4.1\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":78,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"091\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-24T23:35\",\"SegFlightNumber\":\"6E-2402\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-01-24T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-23 12:28:00'),(183,'886a8-f698d-42226-60260','{\"FlightBookingData\":[{\"FlightNumber\":\"AK-68\",\"keyIndex\":44,\"SegFlightNumberArr\":\"AK-68 +1\",\"AirlineName\":\"Airasia\",\"AirlineCode\":\"AK\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"AirlineSysId\":\"74\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2023-01-27T23:55\",\"LocalFromTime\":\"2023-01-27 23:55\",\"FromUTCTime\":\"2023-01-27T23:55\",\"LocalToTime\":\"2023-01-28 13:00\",\"ToUTCTime\":\"2023-01-28T13:00\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":345,\"LAYOVERDuration\":\"5h 45m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":13582,\"PublishedFareTxt\":\"13,582\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"886a8-f698d-42226-60260\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12144.69,\"Tax\":729.1,\"YQTax\":0,\"OtherCharges\":717.3,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12873.79,\"PublishedFare\":13582,\"PublishedFarePerPax\":13582,\"OfferedFare\":12873.79,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":null,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":729.1,\"BaseFareCal\":12981.79,\"BaseFare\":12144.69,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":717.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"5 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":13581.79,\"CostToCustomer\":13581.79,\"BaseFareCal\":12981.79,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":12981.79,\"intOfferedFare\":12873.79,\"intPublishFare\":12873.79,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01W\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-01-28T06:40\",\"SegFlightNumber\":\"AK-68\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T23:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":345,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"5h 45m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-01-28T13:00\",\"SegFlightNumber\":\"AK-824\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-01-28T12:25\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:25\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"AK-68\",\"keyIndex\":44,\"SegFlightNumberArr\":\"AK-68 +1\",\"AirlineName\":\"Airasia\",\"AirlineCode\":\"AK\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"AirlineSysId\":\"74\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2023-01-27T23:55\",\"LocalFromTime\":\"2023-01-27 23:55\",\"FromUTCTime\":\"2023-01-27T23:55\",\"LocalToTime\":\"2023-01-28 13:00\",\"ToUTCTime\":\"2023-01-28T13:00\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":345,\"LAYOVERDuration\":\"5h 45m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Fri, 27 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":13582,\"PublishedFareTxt\":\"13,582\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"886a8-f698d-42226-60260\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12144.69,\"Tax\":729.1,\"YQTax\":0,\"OtherCharges\":717.3,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12873.79,\"PublishedFare\":13582,\"PublishedFarePerPax\":13582,\"OfferedFare\":12873.79,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-9827028665_44HYDKULAK68KULHKTAK824_27288590252267\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":null,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":729.1,\"BaseFareCal\":12981.79,\"BaseFare\":12144.69,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":717.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"5 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":13581.79,\"CostToCustomer\":13581.79,\"BaseFareCal\":12981.79,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":12981.79,\"intOfferedFare\":12873.79,\"intPublishFare\":12873.79,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":100,\"CommisionPass\":0,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-01-28T06:40\",\"SegFlightNumber\":\"AK-68\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-01-27T23:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":345,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"5h 45m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-01-28T13:00\",\"SegFlightNumber\":\"AK-824\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-01-28T12:25\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":null,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:25\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01Y\"}]}],\"FlightBookingDataInbound\":null}','2023-01-26 19:52:57'),(185,'d2efc-9ce6c-0d9a0-fc6b6','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-683\",\"keyIndex\":77,\"SegFlightNumberArr\":\"6E-683\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7630506868_0IXZHYD6E683_41887345728079\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"17:25\",\"TravelDate\":\"2023-02-19T14:40\",\"LocalFromTime\":\"2023-02-19 14:40\",\"FromUTCTime\":\"2023-02-19T14:40\",\"LocalToTime\":\"2023-02-19 17:25\",\"ToUTCTime\":\"2023-02-19T17:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sun, 19 Feb\",\"ArrivalDateTxt\":\"Sun, 19 Feb\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":\"32511\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":13602,\"PublishedFareTxt\":\"13,601\",\"ApiResultIndex\":\"5-7630506868_0IXZHYD6E683_41887345726989\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d2efc-9ce6c-0d9a0-fc6b6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11500,\"Tax\":1529.6,\"YQTax\":0,\"OtherCharges\":1506,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13029.6,\"PublishedFare\":13602,\"PublishedFarePerPax\":6801,\"OfferedFare\":12893.02,\"CommissionEarned\":136.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7630506868_0IXZHYD6E683_41887345728079\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":136.58,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1529.6,\"BaseFareCal\":13001.02,\"BaseFare\":11500,\"CommissionEarned\":136.58,\"TDS\":-7.18,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1506,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":136.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":13601.02,\"CostToCustomer\":13601.02,\"BaseFareCal\":13001.02,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":13001.02,\"intOfferedFare\":12893.02,\"intPublishFare\":13029.6,\"TripjackMarkup\":0,\"TripjackCommission\":136.58,\"TripjackTDS\":\"7.18\",\"AddiMarkup\":\"100.00\",\"CommisionPass\":136.58,\"AddiTaxOnMarkup\":18,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":100},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00S\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-02-19T17:25\",\"SegFlightNumber\":\"6E-683\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-02-19T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"17:25\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-01-27 20:31:28'),(186,'9a127-2d68c-010a5-0a0e5','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":248,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-26T00:45\",\"LocalFromTime\":\"2023-02-26 00:45\",\"FromUTCTime\":\"2023-02-26T00:45\",\"LocalToTime\":\"2023-02-26 06:05\",\"ToUTCTime\":\"2023-02-26T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 26 Feb\",\"ArrivalDateTxt\":\"Sun, 26 Feb\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-02T21:30\",\"LocalFromTime\":\"2023-03-02 21:30\",\"FromUTCTime\":\"2023-03-02T21:30\",\"LocalToTime\":\"2023-03-02 23:45\",\"ToUTCTime\":\"2023-03-02T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 02 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":154412.12,\"PublishedFareTxt\":\"154,412\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":51208.02,\"Tax\":92348.09999999999,\"YQTax\":0,\"OtherCharges\":92135.7,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":143556.12,\"PublishedFare\":154413,\"PublishedFarePerPax\":17157,\"OfferedFare\":143556.12,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":92348.09999999999,\"BaseFareCal\":145212.12,\"BaseFare\":51208.02,\"CommissionEarned\":0,\"TDS\":0,\"MF\":180,\"YQ\":0,\"AGST\":0,\"MFT\":32.4,\"OT\":92135.7,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":9200,\"IntTaxOnAgencyFixMarkUp\":1656,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1656,\"PublishFare\":154412.12,\"CostToCustomer\":154412.12,\"BaseFareCal\":145212.12,\"intCommisionEarnedForAgency\":9200,\"CostToCompany\":145212.12,\"intOfferedFare\":143556.12,\"intPublishFare\":143556.12,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"029\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-02-26T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-26T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-02T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-02T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"keyIndex\":248,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":248,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-26T00:45\",\"LocalFromTime\":\"2023-02-26 00:45\",\"FromUTCTime\":\"2023-02-26T00:45\",\"LocalToTime\":\"2023-02-26 06:05\",\"ToUTCTime\":\"2023-02-26T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 26 Feb\",\"ArrivalDateTxt\":\"Sun, 26 Feb\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-02T21:30\",\"LocalFromTime\":\"2023-03-02 21:30\",\"FromUTCTime\":\"2023-03-02T21:30\",\"LocalToTime\":\"2023-03-02 23:45\",\"ToUTCTime\":\"2023-03-02T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 02 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":154412.12,\"PublishedFareTxt\":\"154,412\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"apiTraceId\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":51208.02,\"Tax\":92348.09999999999,\"YQTax\":0,\"OtherCharges\":92135.7,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":143556.12,\"PublishedFare\":154413,\"PublishedFarePerPax\":17157,\"OfferedFare\":143556.12,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650308\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":92348.09999999999,\"BaseFareCal\":145212.12,\"BaseFare\":51208.02,\"CommissionEarned\":0,\"TDS\":0,\"MF\":180,\"YQ\":0,\"AGST\":0,\"MFT\":32.4,\"OT\":92135.7,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":9200,\"IntTaxOnAgencyFixMarkUp\":1656,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1656,\"PublishFare\":154412.12,\"CostToCustomer\":154412.12,\"BaseFareCal\":145212.12,\"intCommisionEarnedForAgency\":9200,\"CostToCompany\":145212.12,\"intOfferedFare\":143556.12,\"intPublishFare\":143556.12,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":111911.22,\"Tax\":93109.31999999999,\"YQTax\":0,\"OtherCharges\":92896.92,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":205020.54,\"PublishedFare\":215877,\"PublishedFarePerPax\":23987,\"OfferedFare\":205020.54,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650528\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":93109.31999999999,\"BaseFareCal\":206676.54,\"BaseFare\":111911.22,\"CommissionEarned\":0,\"TDS\":0,\"MF\":180,\"YQ\":0,\"AGST\":0,\"MFT\":32.4,\"OT\":92896.92,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":9200,\"IntTaxOnAgencyFixMarkUp\":1656,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1656,\"PublishFare\":215876.54,\"CostToCustomer\":215876.54,\"BaseFareCal\":206676.54,\"intCommisionEarnedForAgency\":9200,\"CostToCompany\":206676.54,\"intOfferedFare\":205020.54,\"intPublishFare\":205020.54,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":126321.21,\"Tax\":93529.17,\"YQTax\":0,\"OtherCharges\":93316.77,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":219850.47000000003,\"PublishedFare\":230707,\"PublishedFarePerPax\":25635,\"OfferedFare\":219850.47000000003,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4890406766_248HYDDMKDD959DMKHYDDD958_43429771650828\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":93529.17,\"BaseFareCal\":221506.47,\"BaseFare\":126321.21,\"CommissionEarned\":0,\"TDS\":0,\"MF\":180,\"YQ\":0,\"AGST\":0,\"MFT\":32.4,\"OT\":93316.77,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":1656,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":9200,\"GSTOnMarkUp\":1656,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":9200,\"IntTaxOnAgencyFixMarkUp\":1656,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1656,\"PublishFare\":230706.47,\"CostToCustomer\":230706.47,\"BaseFareCal\":221506.47,\"intCommisionEarnedForAgency\":9200,\"CostToCompany\":221506.47,\"intOfferedFare\":219850.47000000003,\"intPublishFare\":219850.47000000003,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-02-26T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-26T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-02T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-02T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"9a127-2d68c-010a5-0a0e5\",\"keyIndex\":248,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"02F\"}]}],\"FlightBookingDataInbound\":null}','2023-01-31 21:57:47'),(187,'6566f-5eb89-1a77c-09981','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":250,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-26T00:45\",\"LocalFromTime\":\"2023-02-26 00:45\",\"FromUTCTime\":\"2023-02-26T00:45\",\"LocalToTime\":\"2023-02-26 06:05\",\"ToUTCTime\":\"2023-02-26T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 26 Feb\",\"ArrivalDateTxt\":\"Sun, 26 Feb\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-02T21:30\",\"LocalFromTime\":\"2023-03-02 21:30\",\"FromUTCTime\":\"2023-03-02T21:30\",\"LocalToTime\":\"2023-03-02 23:45\",\"ToUTCTime\":\"2023-03-02T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 02 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":17366.68,\"PublishedFareTxt\":\"17,367\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5689.78,\"Tax\":10260.9,\"YQTax\":0,\"OtherCharges\":10237.3,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15950.68,\"PublishedFare\":17367,\"PublishedFarePerPax\":17367,\"OfferedFare\":15950.68,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10260.9,\"BaseFareCal\":16166.68,\"BaseFare\":5689.78,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10237.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":17366.68,\"CostToCustomer\":17366.68,\"BaseFareCal\":16166.68,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":16166.68,\"intOfferedFare\":15950.68,\"intPublishFare\":15950.68,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"029\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-02-26T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-26T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-02T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-02T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"keyIndex\":250,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":250,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-26T00:45\",\"LocalFromTime\":\"2023-02-26 00:45\",\"FromUTCTime\":\"2023-02-26T00:45\",\"LocalToTime\":\"2023-02-26 06:05\",\"ToUTCTime\":\"2023-02-26T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 26 Feb\",\"ArrivalDateTxt\":\"Sun, 26 Feb\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-02T21:30\",\"LocalFromTime\":\"2023-03-02 21:30\",\"FromUTCTime\":\"2023-03-02T21:30\",\"LocalToTime\":\"2023-03-02 23:45\",\"ToUTCTime\":\"2023-03-02T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 02 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":17366.68,\"PublishedFareTxt\":\"17,367\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"apiTraceId\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5689.78,\"Tax\":10260.9,\"YQTax\":0,\"OtherCharges\":10237.3,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15950.68,\"PublishedFare\":17367,\"PublishedFarePerPax\":17367,\"OfferedFare\":15950.68,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119291\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10260.9,\"BaseFareCal\":16166.68,\"BaseFare\":5689.78,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10237.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":17366.68,\"CostToCustomer\":17366.68,\"BaseFareCal\":16166.68,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":16166.68,\"intOfferedFare\":15950.68,\"intPublishFare\":15950.68,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12434.58,\"Tax\":10345.48,\"YQTax\":0,\"OtherCharges\":10321.88,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22780.06,\"PublishedFare\":24197,\"PublishedFarePerPax\":24197,\"OfferedFare\":22780.06,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119611\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10345.48,\"BaseFareCal\":22996.06,\"BaseFare\":12434.58,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10321.88,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":24196.06,\"CostToCustomer\":24196.06,\"BaseFareCal\":22996.06,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":22996.06,\"intOfferedFare\":22780.06,\"intPublishFare\":22780.06,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14035.69,\"Tax\":10392.13,\"YQTax\":0,\"OtherCharges\":10368.53,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24427.82,\"PublishedFare\":25844,\"PublishedFarePerPax\":25844,\"OfferedFare\":24427.82,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9333711866_250HYDDMKDD959DMKHYDDD958_21613260119881\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10392.13,\"BaseFareCal\":24643.82,\"BaseFare\":14035.69,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10368.53,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":216,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"GSTOnMarkUp\":216,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1200,\"IntTaxOnAgencyFixMarkUp\":216,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":216,\"PublishFare\":25843.82,\"CostToCustomer\":25843.82,\"BaseFareCal\":24643.82,\"intCommisionEarnedForAgency\":1200,\"CostToCompany\":24643.82,\"intOfferedFare\":24427.82,\"intPublishFare\":24427.82,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":200,\"CommisionPass\":0,\"AddiTaxOnMarkup\":36,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":200},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-02-26T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-26T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-02T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-02T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"6566f-5eb89-1a77c-09981\",\"keyIndex\":250,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"02F\"}]}],\"FlightBookingDataInbound\":null}','2023-01-31 22:00:36'),(189,'1018d-17928-b6df5-123c0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD- 959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1018d-17928-b6df5-123c0\",\"apiTraceId\":\"1149-1018d-17928-b6df5-123c0\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-02-05\",\"LocalFromTime\":\"2023-02-05 00:45\",\"FromUTCTime\":\"2023-02-05 00:45\",\"LocalToTime\":\"2023-02-05 04:35:00\",\"ToUTCTime\":\"2023-02-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":47000,\"PublishedFareTxt\":\"47,000\",\"ApiResultIndex\":\"1149-1018d-17928-b6df5-123c0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22000,\"Tax\":1500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47000,\"PublishedFare\":47000,\"PublishedFareAgent\":47000,\"OfferedFareAgent\":47000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1149_15854\",\"ApiResultIndex\":\"1149_15854\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":23500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":22000,\"BaseFare\":22000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":23500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD- 959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-02-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-02-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/02\\/2023\",\"FromDateSort\":1675535400,\"DepartureDateTxt\":\"Sun, 05 Feb\",\"ArrivalDateTxt\":\"Sun, 05 Feb\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"14138\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"1149_15854\",\"SearchTraceId\":\"1018d-17928-b6df5-123c0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__HYD-DMK\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/02\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__HYD-DMK\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/02\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"1018d-17928-b6df5-123c0\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/02\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-01 17:52:59\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-02-01 17:53:08'),(191,'f4217-43fff-ef4b7-e30c5','{\"item\":{\"SearchHotelTraceId\":\"f4217-43fff-ef4b7-e30c5\",\"HotelId\":\"hsid9646794974-39749610\",\"HotelName\":\"Oyo 11384 Hotel Diamond Star\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"This hotel offers designated smoking areas.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have bathtubs or showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash, Mastercard\\\",\\\"dining\\\":\\\"A complimentary continental breakfast is included.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour front desk and laundry facilities.\\\",\\\"location\\\":\\\"With a stay at OYO 11384 Hotel Diamond Star in New Delhi (Mahipalpur), you\'ll be steps from Central Mall and 15 minutes by foot from Worldmark.  This hotel is 10.2 mi (16.4 km) from India Gate and 13.2 mi (21.2 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Central Mall - 0.1 km \\/ 0.1 mi  Worldmark - 1.2 km \\/ 0.8 mi  Jawaharlal Nehru University - 3.8 km \\/ 2.3 mi  Ambience Mall - 4 km \\/ 2.5 mi  DLF Promenade Vasant Kunj - 4.1 km \\/ 2.5 mi  DLF Emporio Vasant Kunj - 4.2 km \\/ 2.6 mi  Fortis Hospital - 4.6 km \\/ 2.8 mi  Chhattarpur Temple - 7.4 km \\/ 4.6 mi  Qutub Minar - 7.5 km \\/ 4.7 mi  Ambience Mall - 8 km \\/ 5 mi  DLF Phase II - 8 km \\/ 5 mi  DLF Cyber City - 8.6 km \\/ 5.3 mi  Hauz Khas Complex - 8.7 km \\/ 5.4 mi  Dhaula Kuan - 9.7 km \\/ 6 mi  R.K. Khanna Tennis Complex - 9.7 km \\/ 6 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 5.8 km \\/ 3.6 mi\\\",\\\"headline\\\":\\\"In New Delhi (Mahipalpur)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/5a600799_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/5a600799_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/0ca5ed54_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/0ca5ed54_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/7b276fc1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/7b276fc1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/3ddc50b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/3ddc50b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/0780b09b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/0780b09b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/9a783278_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/9a783278_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/d0f06db8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/d0f06db8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/fad3879c_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/fad3879c_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/303db93c_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/303db93c_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/748fc05a_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/748fc05a_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/7a20ba86_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/7a20ba86_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/a5a5b1f1_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/a5a5b1f1_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/cceeb8db_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/cceeb8db_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/c77536f0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/c77536f0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/8958c7bf_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/8958c7bf_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/157d1ef8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/157d1ef8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/8681c707_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/8681c707_z.jpg\",\"sz\":\"XL\",\"rids\":[\"217200496\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/58febd29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/58febd29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/af20af15_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/af20af15_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/c3193a47_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/c3193a47_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/cd860fdd_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22840000\\/22835800\\/22835722\\/cd860fdd_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12847\",\"lt\":\"28.54467\"},\"HotelAddress\":\"Kh No. 548\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Designated smoking areas\",\"Laundry Services\",\"Wheelchair accessible \\u2013 no\",\"Accessible bathroom\",\"Breakfast\",\"24-hour front desk\",\"Breakfast\",\"Internet\"],\"des\":\"{\\\"amenities\\\":\\\"This hotel offers designated smoking areas.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have bathtubs or showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash, Mastercard\\\",\\\"dining\\\":\\\"A complimentary continental breakfast is included.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour front desk and laundry facilities.\\\",\\\"location\\\":\\\"With a stay at OYO 11384 Hotel Diamond Star in New Delhi (Mahipalpur), you\'ll be steps from Central Mall and 15 minutes by foot from Worldmark.  This hotel is 10.2 mi (16.4 km) from India Gate and 13.2 mi (21.2 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Central Mall - 0.1 km \\/ 0.1 mi  Worldmark - 1.2 km \\/ 0.8 mi  Jawaharlal Nehru University - 3.8 km \\/ 2.3 mi  Ambience Mall - 4 km \\/ 2.5 mi  DLF Promenade Vasant Kunj - 4.1 km \\/ 2.5 mi  DLF Emporio Vasant Kunj - 4.2 km \\/ 2.6 mi  Fortis Hospital - 4.6 km \\/ 2.8 mi  Chhattarpur Temple - 7.4 km \\/ 4.6 mi  Qutub Minar - 7.5 km \\/ 4.7 mi  Ambience Mall - 8 km \\/ 5 mi  DLF Phase II - 8 km \\/ 5 mi  DLF Cyber City - 8.6 km \\/ 5.3 mi  Hauz Khas Complex - 8.7 km \\/ 5.4 mi  Dhaula Kuan - 9.7 km \\/ 6 mi  R.K. Khanna Tennis Complex - 9.7 km \\/ 6 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 5.8 km \\/ 3.6 mi\\\",\\\"headline\\\":\\\"In New Delhi (Mahipalpur)\\\"}\"},\"val\":{\"Rooms\":[{\"id\":\"217200496_268002463_37341--1\",\"RoomCategory\":\"Double or Twin Room-2 Twin Beds - Package Deal\",\"RoomType\":\"Double or Twin Room-2 Twin Beds - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1088.06,\"TotalFare\":1088.06,\"TotalBaseFare\":376.26,\"TotalNetFare\":388.06,\"TotalTaxFare\":711.8,\"TaxFareBreakup\":{\"TTSF\":37.25,\"SRC\":0,\"MFT\":1.8,\"SNP\":324.89,\"SAC\":51.37,\"SBP\":339.01,\"SGP\":376.26,\"MF\":10,\"TMF\":51.37,\"TSF\":37.25,\"MU\":700},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":376.26,\"CMU\":0,\"TAF\":711.8,\"TF\":1088.06,\"NF\":388.06},\"afc\":{\"TAF\":{\"TTSF\":37.25,\"SRC\":0,\"MFT\":1.8,\"SNP\":324.89,\"SAC\":51.37,\"SBP\":339.01,\"SGP\":376.26,\"MF\":10,\"TMF\":51.37,\"TSF\":37.25,\"MU\":700}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1089,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1088.06,\"CostToAgent\":1088.06,\"pernightperroomprice\":1089,\"arrMarkUps\":{\"intBasePrice\":1088.06,\"PublishFare\":1088.06,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1088.06,\"CostToAgent\":1088.06},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2023-02-01T17:57:23.110\",\"ToDate\":\"2023-02-07T12:00\",\"strFromDate\":\"01-Feb-2023\",\"strToDate\":\"07-Feb-2023\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2023-02-07T12:00\",\"ToDate\":\"2023-02-10T12:00\",\"strFromDate\":\"07-Feb-2023\",\"strToDate\":\"10-Feb-2023\",\"Charge\":376.26,\"Currency\":\"INR\"},{\"FromDate\":\"2023-02-10T12:00\",\"ToDate\":\"2023-02-11T23:59\",\"strFromDate\":\"10-Feb-2023\",\"strToDate\":\"11-Feb-2023\",\"Charge\":376.26,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"42_2_22835722\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":1088.06,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":true,\"gtxMarkUp\":0,\"HotelRoomPrice\":1089,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1088.06,\"CostToAgent\":1088.06,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1088.06,\"PublishFare\":1088.06,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1088.06,\"CostToAgent\":1088.06}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"10\\\\\\/02\\\\\\/2023\\\",\\\"check_out\\\":\\\"11\\\\\\/02\\\\\\/2023\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"10\\\\\\/02\\\\\\/2023\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2023-02-10\\\",\\\"checkoutDate\\\":\\\"2023-02-11\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2023-02-10\\\",\\\"strCheckout\\\":\\\"2023-02-11\\\",\\\"SearchHotelTraceId\\\":\\\"f4217-43fff-ef4b7-e30c5\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid9646794974\\\"}\",\"index\":0}','2023-02-01 17:56:21'),(192,'4','{\"_sessiondata\":{\"EmailId\":\"jitendra@catpl.co.in\",\"UserSysId\":\"47361\",\"CustomerSysId\":\"325876\",\"AgencySysId\":\"45196\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"Jitendra Kumar\",\"LastName\":\"Singh\",\"Password_cu\":\"\",\"AgencyName\":\"Jitendra Tours & Travels\",\"AgencyCode\":\"45548\",\"ContactNo1\":\"9958049006\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"41D6F0B2-BCAE-444C-891A-753411811385\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"101\",\"RefrenceNo\":\"123\",\"CreditDate\":\"01\\/02\\/2023\",\"Remark\":\"test\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-02-01 18:44:46'),(193,'5','{\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"100\",\"RefrenceNo\":\"\",\"CreditDate\":\"01\\/02\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-02-01 18:56:30'),(194,'209e0-77521-b164c-3bbcb','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"HYDERABAD (INDIA)\",\"check_in\":\"06\\/02\\/2023\",\"check_out\":\"07\\/02\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"697288\",\"destination\":\"HYDERABAD\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"06\\/02\\/2023\",\"NoOfNights\":1,\"CityId\":\"697288\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-02-06\",\"checkoutDate\":\"2023-02-07\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"697288\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-02-06\",\"strCheckout\":\"2023-02-07\",\"SearchHotelTraceId\":\"209e0-77521-b164c-3bbcb\",\"interNationalSearch\":false,\"searchIds\":\"hsid6941346249\"}','2023-02-01 18:57:44'),(196,'f15f3-503b9-1088e-c0338','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":249,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05T00:45\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05T00:45\",\"LocalToTime\":\"2023-03-05 06:05\",\"ToUTCTime\":\"2023-03-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-09T21:30\",\"LocalFromTime\":\"2023-03-09 21:30\",\"FromUTCTime\":\"2023-03-09T21:30\",\"LocalToTime\":\"2023-03-09 23:45\",\"ToUTCTime\":\"2023-03-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":19634.8,\"PublishedFareTxt\":\"19,635\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026277\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11179.54,\"Tax\":10252.26,\"YQTax\":0,\"OtherCharges\":10228.66,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21431.8,\"PublishedFare\":22612,\"PublishedFarePerPax\":22612,\"OfferedFare\":21431.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026277\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10252.26,\"BaseFareCal\":21611.8,\"BaseFare\":11179.54,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10228.66,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":22611.8,\"CostToCustomer\":22611.8,\"BaseFareCal\":21611.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":21611.8,\"intOfferedFare\":21431.8,\"intPublishFare\":21431.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02M\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"$$hashKey\":\"0ZU\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-09T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"$$hashKey\":\"0ZV\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"keyIndex\":249,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":249,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05T00:45\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05T00:45\",\"LocalToTime\":\"2023-03-05 06:05\",\"ToUTCTime\":\"2023-03-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-09T21:30\",\"LocalFromTime\":\"2023-03-09 21:30\",\"FromUTCTime\":\"2023-03-09T21:30\",\"LocalToTime\":\"2023-03-09 23:45\",\"ToUTCTime\":\"2023-03-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":19634.8,\"PublishedFareTxt\":\"19,635\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"apiTraceId\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8286.83,\"Tax\":10167.97,\"YQTax\":0,\"OtherCharges\":10144.37,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18454.8,\"PublishedFare\":19635,\"PublishedFarePerPax\":19635,\"OfferedFare\":18454.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026067\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10167.97,\"BaseFareCal\":18634.8,\"BaseFare\":8286.83,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10144.37,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":19634.8,\"CostToCustomer\":19634.8,\"BaseFareCal\":18634.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":18634.8,\"intOfferedFare\":18454.8,\"intPublishFare\":18454.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11179.54,\"Tax\":10252.26,\"YQTax\":0,\"OtherCharges\":10228.66,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21431.8,\"PublishedFare\":22612,\"PublishedFarePerPax\":22612,\"OfferedFare\":21431.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026277\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10252.26,\"BaseFareCal\":21611.8,\"BaseFare\":11179.54,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10228.66,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":22611.8,\"CostToCustomer\":22611.8,\"BaseFareCal\":21611.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":21611.8,\"intOfferedFare\":21431.8,\"intPublishFare\":21431.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12775.51,\"Tax\":10298.77,\"YQTax\":0,\"OtherCharges\":10275.17,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23074.28,\"PublishedFare\":24255,\"PublishedFarePerPax\":24255,\"OfferedFare\":23074.28,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2327731517_249HYDDMKDD959DMKHYDDD958_29335233026527\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10298.77,\"BaseFareCal\":23254.28,\"BaseFare\":12775.51,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10275.17,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24254.28,\"CostToCustomer\":24254.28,\"BaseFareCal\":23254.28,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23254.28,\"intOfferedFare\":23074.28,\"intPublishFare\":23074.28,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-09T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"keyIndex\":249,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"02R\"}]},{\"bookingId\":\"BKR113655651147\",\"bookingId_TJ\":\"TJ113655651147\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-09T21:30\",\"LocalFromTime\":\"2023-03-09 21:30\",\"FromUTCTime\":\"2023-03-09T21:30\",\"LocalToTime\":\"2023-03-09 23:45\",\"ToUTCTime\":\"2023-03-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NB\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"321\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-09T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f15f3-503b9-1088e-c0338\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-05 12:00\",\"localToDateTime\":\"2023-03-09 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"FlightBookingDataInbound\":null}','2023-02-04 16:14:57'),(197,'f9466-caac6-e53cc-cf4c1','{\"FlightBookingData\":[{\"FlightNumber\":\"XY-326\",\"keyIndex\":39,\"SegFlightNumberArr\":\"XY-326 +1\",\"AirlineName\":\"Flynas airline\",\"AirlineCode\":\"XY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373583\",\"AirlineSysId\":\"230\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-03-09T08:55\",\"LocalFromTime\":\"2023-03-09 08:55\",\"FromUTCTime\":\"2023-03-09T08:55\",\"LocalToTime\":\"2023-03-10 00:10\",\"ToUTCTime\":\"2023-03-10T00:10\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Riyadh\",\"GroundTime\":615,\"LAYOVERDuration\":\"10h 15m\",\"FlyingMinutes\":1065,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"17h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"10474\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"GIZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":24244,\"PublishedFareTxt\":\"24,243\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373303\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f9466-caac6-e53cc-cf4c1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12787.4,\"Tax\":10865.83,\"YQTax\":0,\"OtherCharges\":10854.03,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23653.23,\"PublishedFare\":24244,\"PublishedFarePerPax\":24244,\"OfferedFare\":23653.23,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373583\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10865.83,\"BaseFareCal\":23743.23,\"BaseFare\":12787.4,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":10854.03,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":24243.23,\"CostToCustomer\":24243.23,\"BaseFareCal\":23743.23,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":23743.23,\"intOfferedFare\":23653.23,\"intPublishFare\":23653.23,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"010\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-03-09T11:55\",\"SegFlightNumber\":\"XY-326\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-09T08:55\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":330,\"GroundTime\":615,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"5h 30m\",\"LAYOVERDuration\":\"10h 15m\",\"LAYOVERCity\":\"Riyadh\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"},{\"originAirportName\":\"King Khaled Intl\",\"destinationAirportName\":\"Gizan Aprt\",\"originCityName\":\"Riyadh\",\"originCountryName\":\"Saudi Arabia\",\"destinationCityName\":\"Gizan\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"GIZ\",\"destinationArrTime\":\"2023-03-10T00:10\",\"SegFlightNumber\":\"XY-115\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"N\",\"originAirportCode\":\"RUH\",\"originDepTime\":\"2023-03-09T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"XY-326\",\"keyIndex\":39,\"SegFlightNumberArr\":\"XY-326 +1\",\"AirlineName\":\"Flynas airline\",\"AirlineCode\":\"XY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373303\",\"AirlineSysId\":\"230\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-03-09T08:55\",\"LocalFromTime\":\"2023-03-09 08:55\",\"FromUTCTime\":\"2023-03-09T08:55\",\"LocalToTime\":\"2023-03-10 00:10\",\"ToUTCTime\":\"2023-03-10T00:10\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Riyadh\",\"GroundTime\":615,\"LAYOVERDuration\":\"10h 15m\",\"FlyingMinutes\":1065,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"17h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"10474\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"GIZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":24244,\"PublishedFareTxt\":\"24,243\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373303\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f9466-caac6-e53cc-cf4c1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12787.4,\"Tax\":10865.83,\"YQTax\":0,\"OtherCharges\":10854.03,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23653.23,\"PublishedFare\":24244,\"PublishedFarePerPax\":24244,\"OfferedFare\":23653.23,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373583\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10865.83,\"BaseFareCal\":23743.23,\"BaseFare\":12787.4,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":10854.03,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":24243.23,\"CostToCustomer\":24243.23,\"BaseFareCal\":23743.23,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":23743.23,\"intOfferedFare\":23653.23,\"intPublishFare\":23653.23,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18990,\"Tax\":13314.8,\"YQTax\":7767,\"OtherCharges\":2705,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1409,\"CarrierMiscFee\":1422,\"MUFee\":0,\"intPublishedFare\":32304.8,\"PublishedFare\":32895,\"PublishedFarePerPax\":32895,\"OfferedFare\":32304.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-9833999924_39HYDRUHXY326RUHGIZXY115_49089625373303\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":13314.8,\"BaseFareCal\":32394.8,\"BaseFare\":18990,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":7767,\"AGST\":1409,\"MFT\":1.8,\"OT\":2705,\"MU\":0,\"YR\":1422,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":32894.8,\"CostToCustomer\":32894.8,\"BaseFareCal\":32394.8,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":32394.8,\"intOfferedFare\":32304.8,\"intPublishFare\":32304.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-03-09T11:55\",\"SegFlightNumber\":\"XY-326\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-09T08:55\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":330,\"GroundTime\":615,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"5h 30m\",\"LAYOVERDuration\":\"10h 15m\",\"LAYOVERCity\":\"Riyadh\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"},{\"originAirportName\":\"King Khaled Intl\",\"destinationAirportName\":\"Gizan Aprt\",\"originCityName\":\"Riyadh\",\"originCountryName\":\"Saudi Arabia\",\"destinationCityName\":\"Gizan\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"GIZ\",\"destinationArrTime\":\"2023-03-10T00:10\",\"SegFlightNumber\":\"XY-115\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"N\",\"originAirportCode\":\"RUH\",\"originDepTime\":\"2023-03-09T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"014\"}]}],\"FlightBookingDataInbound\":null}','2023-02-04 20:49:58'),(198,'89ac5-e3b7a-b2475-fc7a3','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":238,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05T00:45\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05T00:45\",\"LocalToTime\":\"2023-03-05 06:05\",\"ToUTCTime\":\"2023-03-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-09T21:30\",\"LocalFromTime\":\"2023-03-09 21:30\",\"FromUTCTime\":\"2023-03-09T21:30\",\"LocalToTime\":\"2023-03-09 23:45\",\"ToUTCTime\":\"2023-03-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":19634.8,\"PublishedFareTxt\":\"19,635\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8286.83,\"Tax\":10167.97,\"YQTax\":0,\"OtherCharges\":10144.37,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18454.8,\"PublishedFare\":19635,\"PublishedFarePerPax\":19635,\"OfferedFare\":18454.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10167.97,\"BaseFareCal\":18634.8,\"BaseFare\":8286.83,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10144.37,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":19634.8,\"CostToCustomer\":19634.8,\"BaseFareCal\":18634.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":18634.8,\"intOfferedFare\":18454.8,\"intPublishFare\":18454.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"021\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-09T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"keyIndex\":238,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":238,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05T00:45\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05T00:45\",\"LocalToTime\":\"2023-03-05 06:05\",\"ToUTCTime\":\"2023-03-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-09T21:30\",\"LocalFromTime\":\"2023-03-09 21:30\",\"FromUTCTime\":\"2023-03-09T21:30\",\"LocalToTime\":\"2023-03-09 23:45\",\"ToUTCTime\":\"2023-03-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 09 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":19634.8,\"PublishedFareTxt\":\"19,635\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"apiTraceId\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8286.83,\"Tax\":10167.97,\"YQTax\":0,\"OtherCharges\":10144.37,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18454.8,\"PublishedFare\":19635,\"PublishedFarePerPax\":19635,\"OfferedFare\":18454.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701219685\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10167.97,\"BaseFareCal\":18634.8,\"BaseFare\":8286.83,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10144.37,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":19634.8,\"CostToCustomer\":19634.8,\"BaseFareCal\":18634.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":18634.8,\"intOfferedFare\":18454.8,\"intPublishFare\":18454.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11179.56,\"Tax\":10252.26,\"YQTax\":0,\"OtherCharges\":10228.66,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21431.82,\"PublishedFare\":22612,\"PublishedFarePerPax\":22612,\"OfferedFare\":21431.82,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701220005\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10252.26,\"BaseFareCal\":21611.82,\"BaseFare\":11179.56,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10228.66,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":22611.82,\"CostToCustomer\":22611.82,\"BaseFareCal\":21611.82,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":21611.82,\"intOfferedFare\":21431.82,\"intPublishFare\":21431.82,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12775.53,\"Tax\":10298.77,\"YQTax\":0,\"OtherCharges\":10275.17,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23074.3,\"PublishedFare\":24255,\"PublishedFarePerPax\":24255,\"OfferedFare\":23074.3,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4805914911_238HYDDMKDD959DMKHYDDD958_563701220335\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":10298.77,\"BaseFareCal\":23254.3,\"BaseFare\":12775.53,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10275.17,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24254.3,\"CostToCustomer\":24254.3,\"BaseFareCal\":23254.3,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23254.3,\"intOfferedFare\":23074.3,\"intPublishFare\":23074.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-09T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"89ac5-e3b7a-b2475-fc7a3\",\"keyIndex\":238,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"027\"}]}],\"FlightBookingDataInbound\":null}','2023-02-05 12:50:45'),(200,'6718b-acfa0-f4a50-6496a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6718b-acfa0-f4a50-6496a\",\"apiTraceId\":\"1163-6718b-acfa0-f4a50-6496a\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-05 04:35:00\",\"ToUTCTime\":\"2023-03-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13000,\"PublishedFareTxt\":\"13,000\",\"ApiResultIndex\":\"1163-6718b-acfa0-f4a50-6496a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13000,\"PublishedFare\":13000,\"PublishedFareAgent\":13000,\"OfferedFareAgent\":13000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1163_15970\",\"ApiResultIndex\":\"1163_15970\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11500,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"International\",\"ArrTerminal\":\"DMK\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"1163_15970\",\"SearchTraceId\":\"6718b-acfa0-f4a50-6496a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__HYD-DMK\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/03\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__HYD-DMK\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/03\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"6718b-acfa0-f4a50-6496a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/03\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-05 12:56:49\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-02-05 12:58:49'),(203,'2c25f-f4566-b3766-03a24','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2c25f-f4566-b3766-03a24\",\"apiTraceId\":\"1163-2c25f-f4566-b3766-03a24\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-05 04:35:00\",\"ToUTCTime\":\"2023-03-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13000,\"PublishedFareTxt\":\"13,000\",\"ApiResultIndex\":\"1163-2c25f-f4566-b3766-03a24\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13000,\"PublishedFare\":13000,\"PublishedFareAgent\":13000,\"OfferedFareAgent\":13000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1163_15970\",\"ApiResultIndex\":\"1163_15970\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11500,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"International\",\"ArrTerminal\":\"DMK\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"TBA\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"13267D1D81CC435B8A6FC533B0B57FE0\"}],\"flight_booking_id_Arr\":[\"48\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-05 12:59:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"43\"]],\"SearchTraceId\":\"2c25f-f4566-b3766-03a24\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__HYD-DMK\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/03\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__HYD-DMK\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/03\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"2c25f-f4566-b3766-03a24\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/03\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-05 12:59:36\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2c25f-f4566-b3766-03a24\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__HYD-DMK\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__HYD-DMK\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"2c25f-f4566-b3766-03a24\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-02-05 12:59:36\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"2c25f-f4566-b3766-03a24\\\",\\\"apiTraceId\\\":\\\"1163-2c25f-f4566-b3766-03a24\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"TravelDate\\\":\\\"2023-03-05\\\",\\\"LocalFromTime\\\":\\\"2023-03-05 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-03-05 00:45\\\",\\\"LocalToTime\\\":\\\"2023-03-05 04:35:00\\\",\\\"ToUTCTime\\\":\\\"2023-03-05 04:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 50 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":13000,\\\"PublishedFareTxt\\\":\\\"13,000\\\",\\\"ApiResultIndex\\\":\\\"1163-2c25f-f4566-b3766-03a24\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13000,\\\"PublishedFare\\\":13000,\\\"PublishedFareAgent\\\":13000,\\\"OfferedFareAgent\\\":13000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1163_15970\\\",\\\"ApiResultIndex\\\":\\\"1163_15970\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":11500,\\\"BaseFare\\\":11500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 50 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-03-05T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-03-05T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"International\\\",\\\"ArrTerminal\\\":\\\"DMK\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"05\\\\\\/03\\\\\\/2023\\\",\\\"FromDateSort\\\":1677954600,\\\"DepartureDateTxt\\\":\\\"Sun, 05 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 05 Mar\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"TBA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TBA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"13267D1D81CC435B8A6FC533B0B57FE0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[]}','2023-02-05 12:59:47'),(206,'856b0-f6646-5294a-e8ab2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"856b0-f6646-5294a-e8ab2\",\"apiTraceId\":\"1163-856b0-f6646-5294a-e8ab2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-05 04:35:00\",\"ToUTCTime\":\"2023-03-05 04:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 50 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13000,\"PublishedFareTxt\":\"13,000\",\"ApiResultIndex\":\"1163-856b0-f6646-5294a-e8ab2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13000,\"PublishedFare\":13000,\"PublishedFareAgent\":13000,\"OfferedFareAgent\":13000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1163_15970\",\"ApiResultIndex\":\"1163_15970\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11500,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 50 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"International\",\"ArrTerminal\":\"DMK\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"82C5AED936734421A7D3EA769432E3B8\"}],\"flight_booking_id_Arr\":[\"49\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-05 13:00:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"44\"]],\"SearchTraceId\":\"856b0-f6646-5294a-e8ab2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__HYD-DMK\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/03\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__HYD-DMK\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/03\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"856b0-f6646-5294a-e8ab2\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/03\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-05 13:00:04\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"856b0-f6646-5294a-e8ab2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__HYD-DMK\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__HYD-DMK\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"856b0-f6646-5294a-e8ab2\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/03\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-02-05 13:00:04\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"856b0-f6646-5294a-e8ab2\\\",\\\"apiTraceId\\\":\\\"1163-856b0-f6646-5294a-e8ab2\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"TravelDate\\\":\\\"2023-03-05\\\",\\\"LocalFromTime\\\":\\\"2023-03-05 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-03-05 00:45\\\",\\\"LocalToTime\\\":\\\"2023-03-05 04:35:00\\\",\\\"ToUTCTime\\\":\\\"2023-03-05 04:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 50 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":19,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":13000,\\\"PublishedFareTxt\\\":\\\"13,000\\\",\\\"ApiResultIndex\\\":\\\"1163-856b0-f6646-5294a-e8ab2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13000,\\\"PublishedFare\\\":13000,\\\"PublishedFareAgent\\\":13000,\\\"OfferedFareAgent\\\":13000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1163_15970\\\",\\\"ApiResultIndex\\\":\\\"1163_15970\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"19\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":11500,\\\"BaseFare\\\":11500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 50 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-03-05T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-03-05T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"International\\\",\\\"ArrTerminal\\\":\\\"DMK\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"05\\\\\\/03\\\\\\/2023\\\",\\\"FromDateSort\\\":1677954600,\\\"DepartureDateTxt\\\":\\\"Sun, 05 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 05 Mar\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TBA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"82C5AED936734421A7D3EA769432E3B8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[]}','2023-02-05 13:00:12'),(208,'91318-703a9-1bd99-d4321','{\"FlightBookingData\":[{\"bookingId\":\"DMC106455718231\",\"bookingId_TJ\":\"TJ106455718231\",\"FlightNumber\":\"6E-6002\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"91318-703a9-1bd99-d4321\",\"apiTraceId\":\"5-4091563258_0RPRMAA6E6002MAACOK6E156_96940212542358\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-03-07T16:20\",\"LocalFromTime\":\"2023-03-07 16:20\",\"FromUTCTime\":\"2023-03-07T16:20\",\"LocalToTime\":\"2023-03-07 22:20\",\"ToUTCTime\":\"2023-03-07T22:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"06h 00m\",\"SourcePlaceSysId\":\"22508\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"RPR\",\"DestAirportCode\":\"COK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,533\",\"ApiResultIndex\":\"5-4091563258_0RPRMAA6E6002MAACOK6E156_96940212542358\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13050,\"Tax\":3638.3999999999996,\"YQTax\":0,\"OtherCharges\":2928,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":675,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16688.4,\"PublishedFare\":16533.420000000002,\"PublishedFareAgent\":16533.420000000002,\"OfferedFareAgent\":16533.420000000002,\"OfferedFare\":16533.420000000002,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4091563258_0RPRMAA6E6002MAACOK6E156_33028144610699\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":154.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16533.420000000002,\"CostToAgent\":16533.420000000002,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2425.6,\"TotalBaseFare\":11125.6,\"BaseFareCal\":11022.28,\"BaseFare\":8700,\"CommissionEarned\":103.32,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":450,\"MFT\":3.6,\"OT\":1952,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":103.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11022.28,\"CostToAgent\":11022.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1212.8,\"TotalBaseFare\":5562.8,\"BaseFareCal\":5511.14,\"BaseFare\":4350,\"CommissionEarned\":51.66,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":225,\"MFT\":1.8,\"OT\":976,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.66,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5511.14,\"CostToAgent\":5511.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":154.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16533.420000000002,\"CostToCustomer\":16533.420000000002,\"BaseFareCal\":16533.420000000002,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16533.420000000002,\"intOfferedFare\":16533.420000000002,\"intPublishFare\":16688.4,\"TripjackMarkup\":0,\"TripjackCommission\":154.98,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":154.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16533.420000000002,\"CostToAgent\":16533.420000000002,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"136\",\"originAirportName\":\"Raipur Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Raipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-03-07T18:20\",\"SegFlightNumber\":\"6E-6002\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"RPR\",\"originDepTime\":\"2023-03-07T16:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":170,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"137\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-03-07T22:20\",\"SegFlightNumber\":\"6E-156\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-03-07T21:10\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4091563258_0RPRMAA6E6002MAACOK6E156_96940212542358\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"RPR-COK\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"COK-RPR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-06 12:00\",\"localToDateTime\":\"2023-03-12 12:00\",\"strSourceAirportCode\":\"RPR\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":3,\"intSourceCityId\":\"22508\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true},{\"bookingId\":\"DMC106455718231\",\"bookingId_TJ\":\"TJ106455718231\",\"FlightNumber\":\"6E-172\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"91318-703a9-1bd99-d4321\",\"apiTraceId\":\"5-4091563258_0COKBLR6E172BLRRPR6E978_96940212284552\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"19:15\",\"TravelDate\":\"2023-03-13T12:15\",\"LocalFromTime\":\"2023-03-13 12:15\",\"FromUTCTime\":\"2023-03-13T12:15\",\"LocalToTime\":\"2023-03-13 19:15\",\"ToUTCTime\":\"2023-03-13T19:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":245,\"LAYOVERDuration\":\"4h 5m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Mon, 13 Mar\",\"ArrivalDateTxt\":\"Mon, 13 Mar\",\"FlightDuration\":\"07h 00m\",\"SourcePlaceSysId\":\"22508\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"32,971\",\"ApiResultIndex\":\"5-4091563258_0COKBLR6E172BLRRPR6E978_96940212284552\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13290,\"Tax\":3305.3999999999996,\"YQTax\":0,\"OtherCharges\":2544,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":726,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16595.4,\"PublishedFare\":16437.57,\"PublishedFareAgent\":16437.57,\"OfferedFareAgent\":16437.57,\"OfferedFare\":16437.57,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4091563258_1COKBLR6E172BLRRPR6E978_33028145726631\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":157.82999999999998,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16437.57,\"CostToAgent\":16437.57,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2203.6,\"TotalBaseFare\":11063.6,\"BaseFareCal\":10958.38,\"BaseFare\":8860,\"CommissionEarned\":105.22,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":484,\"MFT\":3.6,\"OT\":1696,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":105.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10958.38,\"CostToAgent\":10958.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1101.8,\"TotalBaseFare\":5531.8,\"BaseFareCal\":5479.19,\"BaseFare\":4430,\"CommissionEarned\":52.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":242,\"MFT\":1.8,\"OT\":848,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":52.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5479.19,\"CostToAgent\":5479.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":157.82999999999998,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16437.57,\"CostToCustomer\":16437.57,\"BaseFareCal\":16437.57,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16437.57,\"intOfferedFare\":16437.57,\"intPublishFare\":16595.4,\"TripjackMarkup\":0,\"TripjackCommission\":157.82999999999998,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":157.82999999999998,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16437.57,\"CostToAgent\":16437.57,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"138\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-13T13:20\",\"SegFlightNumber\":\"6E-172\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-03-13T12:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":245,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"4h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"139\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-03-13T19:15\",\"SegFlightNumber\":\"6E-978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-13T17:25\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":110,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"19:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":1,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4091563258_0COKBLR6E172BLRRPR6E978_96940212284552\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"RPR-COK\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"COK-RPR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-06 12:00\",\"localToDateTime\":\"2023-03-12 12:00\",\"strSourceAirportCode\":\"RPR\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":3,\"intSourceCityId\":\"22508\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"5-4091563258_0RPRMAA6E6002MAACOK6E156_96940212542358,5-4091563258_0COKBLR6E172BLRRPR6E978_96940212284552\",\"SearchTraceId\":\"91318-703a9-1bd99-d4321\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Raipur (RPR)\",\"Sectors\"],\"to_des\":[\"Kochi (COK)\",\"DEL\"],\"departure_date\":[\"07\\/03\\/2023\",\"\"],\"return_date\":[\"13\\/03\\/2023\"],\"source_city\":[\"RPR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"COK\"],\"source\":[\"Raipur, IN - Raipur Arpt (RPR)\"],\"destination\":[\"Kochi, IN - Cochin Internation Arpt (COK)\"],\"from_mytrip_city\":[\" IN - Raipur Arpt (RPR)\"],\"to_mytrip_city\":[\" IN - Cochin Internation Arpt (COK)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Raipur (RPR)\",\"Sectors\"],\"to_city\":[\"Kochi (COK)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-03-07\"],\"strReturnDate\":[\"2023-03-13\"],\"sourceCityId\":[22508],\"intCountryCode\":\"IN\",\"destinationCityId\":[14275],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"91318-703a9-1bd99-d4321\",\"sourceCityAirportCode\":[\"RPR\"],\"destinationCityAirportCode\":[\"COK\"],\"from\":[\"RPR\"],\"to\":[\"COK\"],\"sourceCityText\":[\"Raipur, IN - Raipur Arpt (RPR)\"],\"destinationCityText\":[\"Kochi, IN - Cochin Internation Arpt (COK)\"],\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":[\"07\\/03\\/2023\",\"\"],\"return_dates\":[\"13\\/03\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Mar Tue\"],\"ReturnDateMobile\":[\"13 Mar Mon\"],\"SearchTime\":\"2023-02-05 14:25:07\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"136\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],[{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"138\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"RPR-COK\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"COK-RPR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},{\"fareRule\":{\"RPR-COK\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}},\"COK-RPR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-02-05 14:27:41'),(210,'0003a-1d3f4-18bbd-81c98','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0003a-1d3f4-18bbd-81c98\",\"apiTraceId\":\"1164-0003a-1d3f4-18bbd-81c98\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-02\",\"LocalFromTime\":\"2023-03-02 21:30\",\"FromUTCTime\":\"2023-03-02 21:30\",\"LocalToTime\":\"2023-03-03 01:15:00\",\"ToUTCTime\":\"2023-03-03 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"SourcePlaceName\":\"Bangkok\",\"DestPlaceName\":\"Hyderabad\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"1164-0003a-1d3f4-18bbd-81c98\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10000,\"PublishedFare\":10000,\"PublishedFareAgent\":10000,\"OfferedFareAgent\":10000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1164_15977\",\"ApiResultIndex\":\"1164_15977\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8500,\"BaseFare\":8500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"DMK\",\"ArrTerminal\":\"International\"}],\"FareRules\":\"Non Refundable - Non Changeble\",\"CancellationPolicy\":\"100% Cancellation Charge On Cancellation\",\"InternalRemarks\":\"Baggge 20Kg (1Pc) Check In 7 Kg Cabin\",\"FromDate\":\"02\\/03\\/2023\",\"FromDateSort\":1677695400,\"DepartureDateTxt\":\"Thu, 02 Mar\",\"ArrivalDateTxt\":\"Thu, 02 Mar\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PP39VC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"1164_15977\",\"SearchTraceId\":\"0003a-1d3f4-18bbd-81c98\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"02\\/03\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DMK-HYD\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"02\\/03\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0003a-1d3f4-18bbd-81c98\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/03\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-05 14:29:11\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-02-05 14:29:22'),(212,'1da94-753cb-90268-bb502','{\"FlightBookingData\":[{\"bookingId\":\"DMC106355718557\",\"bookingId_TJ\":\"TJ106355718557\",\"FlightNumber\":\"AI-840\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1da94-753cb-90268-bb502\",\"apiTraceId\":\"21-10-15-2-7367157779_97HYDDELAI840_26835056584277\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"23:00\",\"TravelDate\":\"2023-02-06T20:30\",\"LocalFromTime\":\"2023-02-06 20:30\",\"FromUTCTime\":\"2023-02-06T20:30\",\"LocalToTime\":\"2023-02-06 23:00\",\"ToUTCTime\":\"2023-02-06T23:00\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 06 Feb\",\"ArrivalDateTxt\":\"Mon, 06 Feb\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,429\",\"ApiResultIndex\":\"21-10-15-2-7367157779_97HYDDELAI840_26835056584277\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3350,\"Tax\":1160.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4510.8,\"PublishedFare\":4429.19,\"PublishedFareAgent\":4429.19,\"OfferedFareAgent\":4429.19,\"OfferedFare\":4429.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7367157779_0HYDDELAI840_14284573808817\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4429.19,\"CostToAgent\":4429.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1160.8,\"TotalBaseFare\":4510.8,\"BaseFareCal\":4429.19,\"BaseFare\":3350,\"CommissionEarned\":81.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":176,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4429.19,\"CostToAgent\":4429.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":81.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4429.19,\"CostToCustomer\":4429.19,\"BaseFareCal\":4429.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4429.19,\"intOfferedFare\":4429.19,\"intPublishFare\":4510.8,\"TripjackMarkup\":0,\"TripjackCommission\":81.61,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":81.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4429.19,\"CostToAgent\":4429.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-06T23:00\",\"SegFlightNumber\":\"AI-840\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-06T20:30\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-7367157779_97HYDDELAI840_26835056584277\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRFT\":9,\"ARFT\":150,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"ACF\":4000,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"21-10-15-2-7367157779_97HYDDELAI840_26835056584277\",\"SearchTraceId\":\"1da94-753cb-90268-bb502\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"06\\/02\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-02-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1da94-753cb-90268-bb502\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/02\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"06 Feb Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-05 14:32:22\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRFT\":9,\"ARFT\":150,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"ACF\":4000,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-02-05 14:33:18'),(213,'fe37d-08bf4-d43b8-a2cdd','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"HYDERABAD (INDIA)\",\"check_in\":\"07\\/02\\/2023\",\"check_out\":\"08\\/02\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12538\",\"TBBCityId\":\"739343\",\"destination\":\"HYDERABAD\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"07\\/02\\/2023\",\"NoOfNights\":1,\"CityId\":\"739343\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-02-07\",\"checkoutDate\":\"2023-02-08\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739343\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-02-07\",\"strCheckout\":\"2023-02-08\",\"SearchHotelTraceId\":\"fe37d-08bf4-d43b8-a2cdd\",\"interNationalSearch\":false,\"searchIds\":\"hsid9074315770\"}','2023-02-05 18:21:38'),(214,'0e20e-6016c-30e3d-e5df3','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":338,\"FlightNumber\":\"1051\",\"SegFlightNumberArr\":\"6E-1051\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-1051\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-04-06T08:50\",\"LocalFromTime\":\"2023-04-06 08:50\",\"FromUTCTime\":\"2023-04-06T08:50\",\"LocalToTime\":\"2023-04-06 14:50\",\"ToUTCTime\":\"2023-04-06T14:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 06 Apr\",\"ArrivalDateTxt\":\"Thu, 06 Apr\",\"FlightDuration\":\"4h 30m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1056\",\"SegFlightNumberArr\":\"6E-1056, 6E-6464 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1056\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:20\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-16T12:20\",\"LocalFromTime\":\"2023-04-16 12:20\",\"FromUTCTime\":\"2023-04-16T12:20\",\"LocalToTime\":\"2023-04-17 06:15\",\"ToUTCTime\":\"2023-04-17T06:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":850,\"LAYOVERDuration\":\"14h 10m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Sun, 16 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"19h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":26337.15,\"PublishedFareTxt\":\"26,337\",\"ApiResultIndex\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399722\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":20779,\"Tax\":4723.6,\"YQTax\":0,\"OtherCharges\":4700,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25502.6,\"PublishedFare\":26338,\"PublishedFarePerPax\":26338,\"OfferedFare\":25157.15,\"CommissionEarned\":345.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399722\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4723.6,\"BaseFareCal\":25337.15,\"BaseFare\":20779,\"CommissionEarned\":345.45,\"TDS\":-18.18,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4700,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":345.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26337.15,\"CostToCustomer\":26337.15,\"BaseFareCal\":25337.15,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25337.15,\"intOfferedFare\":25157.15,\"intPublishFare\":25502.6,\"TripjackMarkup\":0,\"TripjackCommission\":345.45,\"TripjackTDS\":\"18.18\",\"AddiMarkup\":0,\"CommisionPass\":345.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0AM\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-06T14:50\",\"SegFlightNumber\":\"6E-1051\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-06T08:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":270,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-04-16T14:30\",\"SegFlightNumber\":\"6E-1056\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-04-16T12:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":850,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"14h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-17T06:15\",\"SegFlightNumber\":\"6E-6464\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-04-17T04:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:40\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"12:20\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"keyIndex\":338,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":338,\"FlightNumber\":\"1051\",\"SegFlightNumberArr\":\"6E-1051\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-1051\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-04-06T08:50\",\"LocalFromTime\":\"2023-04-06 08:50\",\"FromUTCTime\":\"2023-04-06T08:50\",\"LocalToTime\":\"2023-04-06 14:50\",\"ToUTCTime\":\"2023-04-06T14:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 06 Apr\",\"ArrivalDateTxt\":\"Thu, 06 Apr\",\"FlightDuration\":\"4h 30m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1056\",\"SegFlightNumberArr\":\"6E-1056, 6E-6464 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1056\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:20\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-16T12:20\",\"LocalFromTime\":\"2023-04-16 12:20\",\"FromUTCTime\":\"2023-04-16T12:20\",\"LocalToTime\":\"2023-04-17 06:15\",\"ToUTCTime\":\"2023-04-17T06:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":850,\"LAYOVERDuration\":\"14h 10m\",\"FlyingMinutes\":1040,\"DepartureDateTxt\":\"Sun, 16 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"19h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":26337.15,\"PublishedFareTxt\":\"26,337\",\"ApiResultIndex\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"apiTraceId\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":20779,\"Tax\":4723.6,\"YQTax\":0,\"OtherCharges\":4700,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25502.6,\"PublishedFare\":26338,\"PublishedFarePerPax\":26338,\"OfferedFare\":25157.15,\"CommissionEarned\":345.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399722\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4723.6,\"BaseFareCal\":25337.15,\"BaseFare\":20779,\"CommissionEarned\":345.45,\"TDS\":-18.18,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4700,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":345.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26337.15,\"CostToCustomer\":26337.15,\"BaseFareCal\":25337.15,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25337.15,\"intOfferedFare\":25157.15,\"intPublishFare\":25502.6,\"TripjackMarkup\":0,\"TripjackCommission\":345.45,\"TripjackTDS\":\"18.18\",\"AddiMarkup\":0,\"CommisionPass\":345.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23621,\"Tax\":5617.6,\"YQTax\":0,\"OtherCharges\":5594,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29238.6,\"PublishedFare\":29409,\"PublishedFarePerPax\":29409,\"OfferedFare\":28228.8,\"CommissionEarned\":1009.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-53.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399212\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5617.6,\"BaseFareCal\":28408.8,\"BaseFare\":23621,\"CommissionEarned\":1009.8,\"TDS\":-53.14,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5594,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1009.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":29408.8,\"CostToCustomer\":29408.8,\"BaseFareCal\":28408.8,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":28408.8,\"intOfferedFare\":28228.8,\"intPublishFare\":29238.6,\"TripjackMarkup\":0,\"TripjackCommission\":1009.8,\"TripjackTDS\":\"53.14\",\"AddiMarkup\":0,\"CommisionPass\":1009.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23996,\"Tax\":4773.6,\"YQTax\":0,\"OtherCharges\":4750,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28769.6,\"PublishedFare\":29551,\"PublishedFarePerPax\":29551,\"OfferedFare\":28370.67,\"CommissionEarned\":398.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962399422\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4773.6,\"BaseFareCal\":28550.67,\"BaseFare\":23996,\"CommissionEarned\":398.93,\"TDS\":-21,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4750,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":398.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":29550.67,\"CostToCustomer\":29550.67,\"BaseFareCal\":28550.67,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":28550.67,\"intOfferedFare\":28370.67,\"intPublishFare\":28769.6,\"TripjackMarkup\":0,\"TripjackCommission\":398.93,\"TripjackTDS\":\"21\",\"AddiMarkup\":0,\"CommisionPass\":398.93,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":25089,\"Tax\":4833.6,\"YQTax\":0,\"OtherCharges\":4810,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29922.6,\"PublishedFare\":30686,\"PublishedFarePerPax\":30686,\"OfferedFare\":29505.5,\"CommissionEarned\":417.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3724691534_6BOMBKK6E1051BKKBLR6E1056BLRBOM6E6464_2715962406042\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4833.6,\"BaseFareCal\":29685.5,\"BaseFare\":25089,\"CommissionEarned\":417.1,\"TDS\":-21.96,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":4810,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":417.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":30685.5,\"CostToCustomer\":30685.5,\"BaseFareCal\":29685.5,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":29685.5,\"intOfferedFare\":29505.5,\"intPublishFare\":29922.6,\"TripjackMarkup\":0,\"TripjackCommission\":417.1,\"TripjackTDS\":\"21.96\",\"AddiMarkup\":0,\"CommisionPass\":417.1,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-06T14:50\",\"SegFlightNumber\":\"6E-1051\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-06T08:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":270,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-04-16T14:30\",\"SegFlightNumber\":\"6E-1056\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-04-16T12:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":850,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"14h 10m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-17T06:15\",\"SegFlightNumber\":\"6E-6464\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-04-17T04:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:40\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"12:20\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"0e20e-6016c-30e3d-e5df3\",\"keyIndex\":338,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"0AU\"}]}],\"FlightBookingDataInbound\":null}','2023-02-06 08:57:29'),(216,'32d05-89cbc-70c8b-1de67','{\"FlightBookingData\":[{\"bookingId\":\"DMC115055773725\",\"bookingId_TJ\":\"TJ115055773725\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"32d05-89cbc-70c8b-1de67\",\"apiTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:30\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-03-04T01:30\",\"LocalFromTime\":\"2023-03-04 01:30\",\"FromUTCTime\":\"2023-03-04T01:30\",\"LocalToTime\":\"2023-03-04 06:30\",\"ToUTCTime\":\"2023-03-04T06:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Sat, 04 Mar\",\"ArrivalDateTxt\":\"Sat, 04 Mar\",\"FlightDuration\":\"05h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"122,793\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":62260,\"Tax\":61103.2,\"YQTax\":36712,\"OtherCharges\":15948,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":5116,\"CarrierMiscFee\":3280,\"MUFee\":0,\"intPublishedFare\":123363.2,\"PublishedFare\":122793.2,\"PublishedFareAgent\":122793.2,\"OfferedFareAgent\":122793.2,\"OfferedFare\":122793.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330_1718278267557\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":61103.2,\"TotalBaseFare\":123363.2,\"BaseFareCal\":122793.2,\"BaseFare\":62260,\"CommissionEarned\":570,\"TDS\":0,\"MF\":40,\"YQ\":36712,\"AGST\":5116,\"MFT\":7.2,\"OT\":15948,\"MU\":0,\"YR\":3280,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":122793.2,\"CostToCustomer\":122793.2,\"BaseFareCal\":122793.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":122793.2,\"intOfferedFare\":122793.2,\"intPublishFare\":123363.2,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"100\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-04T06:30\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-04T01:30\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:30\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-03 12:00\",\"localToDateTime\":\"2023-03-06 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"InternationalData\":{\"bookingId\":\"DMC115055773725\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"strTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:30\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-03-04T01:30\",\"LocalFromTime\":\"2023-03-04 01:30\",\"FromUTCTime\":\"2023-03-04T01:30\",\"LocalToTime\":\"2023-03-04 06:30\",\"ToUTCTime\":\"2023-03-04T06:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Sat, 04 Mar\",\"ArrivalDateTxt\":\"Sat, 04 Mar\",\"FlightDuration\":\"05h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":122270.4,\"ApiResultIndex\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":124520,\"Tax\":122253.59999999999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":80,\"ManagementFeeTax\":14.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":123410.4,\"PublishedFare\":122270.4,\"PublishedFareAgent\":122270.4,\"OfferedFareAgent\":122270.4,\"OfferedFare\":-1045.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":0,\"PriceID\":54,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1140,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122270.4,\"CostToAgent\":122270.4,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":61150.399999999994,\"TotalBaseFare\":123410.4,\"BaseFareCal\":122270.4,\"BaseFare\":62260,\"CommissionEarned\":1140,\"TDS\":0,\"MF\":80,\"YQ\":36712,\"AGST\":5116,\"MFT\":14.4,\"OT\":15948,\"MU\":0,\"YR\":3280,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1140,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122270.4,\"CostToAgent\":122270.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"100\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-04T06:30\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-04T01:30\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:30\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"101\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-08T00:30\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-07T22:15\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"localFromDateTime\":\"2023-03-04 01:30\",\"localToDateTime\":\"2023-03-04 06:30\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC115055773725\",\"bookingId_TJ\":\"TJ115055773725\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"32d05-89cbc-70c8b-1de67\",\"apiTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2023-03-07T22:15\",\"LocalFromTime\":\"2023-03-07 22:15\",\"FromUTCTime\":\"2023-03-07T22:15\",\"LocalToTime\":\"2023-03-08 00:30\",\"ToUTCTime\":\"2023-03-08T00:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Wed, 08 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"122,270\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":0,\"Tax\":47.2,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47.2,\"PublishedFare\":-522.8,\"PublishedFareAgent\":-522.8,\"OfferedFareAgent\":-522.8,\"OfferedFare\":-522.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-7460631331_1BKKHYDTG329_1718280783864\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":47.2,\"TotalBaseFare\":47.2,\"BaseFareCal\":-522.8,\"BaseFare\":0,\"CommissionEarned\":570,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":-522.8,\"CostToCustomer\":-522.8,\"BaseFareCal\":-522.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":-522.8,\"intOfferedFare\":-522.8,\"intPublishFare\":47.2,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-08T00:30\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-07T22:15\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-03 12:00\",\"localToDateTime\":\"2023-03-06 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"27-21-20-12-15-2-10-7460631331_0HYDBKKTG330BKKHYDTG329_16817207847198\",\"SearchTraceId\":\"32d05-89cbc-70c8b-1de67\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (BKK)\"],\"departure_date\":[\"04\\/03\\/2023\"],\"return_date\":[\"07\\/03\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"BKK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destination\":[\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" TH - Suvarnabhumi Intl Arpt (BKK)\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (BKK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-03-04\"],\"strReturnDate\":[\"2023-03-07\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"32d05-89cbc-70c8b-1de67\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"BKK\"],\"from\":[\"HYD\"],\"to\":[\"BKK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destinationCityText\":[\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/03\\/2023\"],\"return_dates\":[\"07\\/03\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Mar Sat\"],\"ReturnDateMobile\":[\"07 Mar Tue\"],\"SearchTime\":\"2023-02-06 11:45:20\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-02-06 11:45:54'),(218,'1931d-66d26-fe239-0aaac','{\"FlightBookingData\":[{\"bookingId\":\"DMC118055773798\",\"bookingId_TJ\":\"TJ118055773798\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1931d-66d26-fe239-0aaac\",\"apiTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:30\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-03-05T01:30\",\"LocalFromTime\":\"2023-03-05 01:30\",\"FromUTCTime\":\"2023-03-05T01:30\",\"LocalToTime\":\"2023-03-05 06:30\",\"ToUTCTime\":\"2023-03-05T06:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"05h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"122,793\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":62260,\"Tax\":61103.2,\"YQTax\":36712,\"OtherCharges\":15948,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":5116,\"CarrierMiscFee\":3280,\"MUFee\":0,\"intPublishedFare\":123363.2,\"PublishedFare\":122793.2,\"PublishedFareAgent\":122793.2,\"OfferedFareAgent\":122793.2,\"OfferedFare\":122793.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330_6800455345783\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":61103.2,\"TotalBaseFare\":123363.2,\"BaseFareCal\":122793.2,\"BaseFare\":62260,\"CommissionEarned\":570,\"TDS\":0,\"MF\":40,\"YQ\":36712,\"AGST\":5116,\"MFT\":7.2,\"OT\":15948,\"MU\":0,\"YR\":3280,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":122793.2,\"CostToCustomer\":122793.2,\"BaseFareCal\":122793.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":122793.2,\"intOfferedFare\":122793.2,\"intPublishFare\":123363.2,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122793.2,\"CostToAgent\":122793.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"854\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-05T06:30\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T01:30\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:30\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-04 12:00\",\"localToDateTime\":\"2023-03-07 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"InternationalData\":{\"bookingId\":\"DMC118055773798\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"strTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:30\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-03-05T01:30\",\"LocalFromTime\":\"2023-03-05 01:30\",\"FromUTCTime\":\"2023-03-05T01:30\",\"LocalToTime\":\"2023-03-05 06:30\",\"ToUTCTime\":\"2023-03-05T06:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FlightDuration\":\"05h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":122270.4,\"ApiResultIndex\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":124520,\"Tax\":122253.59999999999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":80,\"ManagementFeeTax\":14.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":123410.4,\"PublishedFare\":122270.4,\"PublishedFareAgent\":122270.4,\"OfferedFareAgent\":122270.4,\"OfferedFare\":-1045.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":0,\"PriceID\":54,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1140,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122270.4,\"CostToAgent\":122270.4,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":61150.399999999994,\"TotalBaseFare\":123410.4,\"BaseFareCal\":122270.4,\"BaseFare\":62260,\"CommissionEarned\":1140,\"TDS\":0,\"MF\":80,\"YQ\":36712,\"AGST\":5116,\"MFT\":14.4,\"OT\":15948,\"MU\":0,\"YR\":3280,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1140,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":122270.4,\"CostToAgent\":122270.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"854\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-05T06:30\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-05T01:30\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:30\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"855\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T00:30\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-08T22:15\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"localFromDateTime\":\"2023-03-05 01:30\",\"localToDateTime\":\"2023-03-05 06:30\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC118055773798\",\"bookingId_TJ\":\"TJ118055773798\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1931d-66d26-fe239-0aaac\",\"apiTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2023-03-08T22:15\",\"LocalFromTime\":\"2023-03-08 22:15\",\"FromUTCTime\":\"2023-03-08T22:15\",\"LocalToTime\":\"2023-03-09 00:30\",\"ToUTCTime\":\"2023-03-09T00:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Wed, 08 Mar\",\"ArrivalDateTxt\":\"Thu, 09 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"122,270\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":0,\"Tax\":47.2,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47.2,\"PublishedFare\":-522.8,\"PublishedFareAgent\":-522.8,\"OfferedFareAgent\":-522.8,\"OfferedFare\":-522.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-9132968147_1BKKHYDTG329_6800465610777\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":47.2,\"TotalBaseFare\":47.2,\"BaseFareCal\":-522.8,\"BaseFare\":0,\"CommissionEarned\":570,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":-522.8,\"CostToCustomer\":-522.8,\"BaseFareCal\":-522.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":-522.8,\"intOfferedFare\":-522.8,\"intPublishFare\":47.2,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":-522.8,\"CostToAgent\":-522.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"855\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-09T00:30\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-03-08T22:15\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-04 12:00\",\"localToDateTime\":\"2023-03-07 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"27-21-20-12-15-2-10-9132968147_0HYDBKKTG330BKKHYDTG329_17191732078235\",\"SearchTraceId\":\"1931d-66d26-fe239-0aaac\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Bangkok (BKK)\",\"DEL\"],\"departure_date\":[\"05\\/03\\/2023\",\"\"],\"return_date\":[\"08\\/03\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"BKK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destination\":[\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Bangkok (BKK)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-03-05\"],\"strReturnDate\":[\"2023-03-08\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"1931d-66d26-fe239-0aaac\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"BKK\"],\"from\":[\"HYD\"],\"to\":[\"BKK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"destinationCityText\":[\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/03\\/2023\",\"\"],\"return_dates\":[\"08\\/03\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Mar Sun\"],\"ReturnDateMobile\":[\"08 Mar Wed\"],\"SearchTime\":\"2023-02-06 11:46:09\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-02-06 11:46:33'),(219,'d5f82-b1e5f-df963-51a5e','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"09\\/02\\/2023\",\"check_out\":\"10\\/02\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"09\\/02\\/2023\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-02-09\",\"checkoutDate\":\"2023-02-10\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-02-09\",\"strCheckout\":\"2023-02-10\",\"SearchHotelTraceId\":\"d5f82-b1e5f-df963-51a5e\",\"interNationalSearch\":false,\"searchIds\":\"hsid7831136629\"}','2023-02-07 10:34:21'),(225,'25de4-e66ed-a181a-70bcd','{\"BookingData\":[{\"bookingId\":\"BKR102555948771\",\"bookingId_TJ\":\"TJ102555948771\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:40\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-02-09T19:40\",\"LocalFromTime\":\"2023-02-09 19:40\",\"FromUTCTime\":\"2023-02-09T19:40\",\"LocalToTime\":\"2023-02-10 03:05\",\"ToUTCTime\":\"2023-02-10T03:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":445,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"7h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8521.8,\"PublishedFareTxt\":\"8,522\",\"ApiResultIndex\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7611,\"Tax\":910.8,\"YQTax\":0,\"OtherCharges\":513,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":386,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8521.8,\"PublishedFare\":8726.42,\"OfferedFare\":8431.42,\"CommissionEarned\":90.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_84436291512498\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":910.8,\"BaseFareCal\":8476.42,\"BaseFare\":7611,\"CommissionEarned\":90.38,\"TDS\":-4.76,\"MF\":10,\"YQ\":0,\"AGST\":386,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":8726.42,\"CostToCustomer\":8726.42,\"BaseFareCal\":8476.42,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":8476.42,\"intOfferedFare\":8431.42,\"intPublishFare\":8521.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.38,\"TripjackTDS\":\"4.76\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"356\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-09T21:10\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-02-09T19:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":180,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:40\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"357\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-10T03:05\",\"SegFlightNumber\":\"6E-2403\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-10T00:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:10\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"356\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"25de4-e66ed-a181a-70bcd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-08T11:15:38.882\",\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102555948771\",\"bookingId_TJ\":\"TJ102555948771\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:40\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-02-09T19:40\",\"LocalFromTime\":\"2023-02-09 19:40\",\"FromUTCTime\":\"2023-02-09T19:40\",\"LocalToTime\":\"2023-02-10 03:05\",\"ToUTCTime\":\"2023-02-10T03:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":445,\"DepartureDateTxt\":\"Thu, 09 Feb\",\"ArrivalDateTxt\":\"Fri, 10 Feb\",\"FlightDuration\":\"7h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8521.8,\"ApiResultIndex\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"25de4-e66ed-a181a-70bcd\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-08T11:15:38.882\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7611,\"Tax\":910.8,\"YQTax\":0,\"OtherCharges\":513,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":386,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8521.8,\"PublishedFare\":8726.42,\"OfferedFare\":8431.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":910.8,\"BaseFareCal\":8476.42,\"BaseFare\":7611,\"CommissionEarned\":90.38,\"TDS\":-4.76,\"MF\":10,\"YQ\":0,\"AGST\":386,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"356\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-09T21:10\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-02-09T19:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":180,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:40\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"357\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-02-10T03:05\",\"SegFlightNumber\":\"6E-2403\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-10T00:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:10\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8986640419_0IXJDEL6E2527DELBLR6E2403_1214512561687\",\"localFromDateTime\":\"2023-02-09 19:40\",\"localToDateTime\":\"2023-02-10 03:05\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Bengaluru\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"09\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"IXJ\",\"to\":\"BLR\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":13021,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"25de4-e66ed-a181a-70bcd\",\"from_city_\":\"1__IXJ-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Jammu&mytrip_city_to=Bengaluru&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=IXJ&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=09%2F02%2F2023&return_date=&from_mytrip_city=+IN+-+Satwari+Arpt+IXJ&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"Abc@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"07208903029\",\"FirstName\":\"Test\",\"LastName\":\"Testing\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-11-15-14\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"21\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"583382\",\"TPSysId\":\"583383\",\"VersionId\":[\"160041\"],\"CustomerSysId\":\"301799\",\"TrxId\":\"47407\",\"FareBreakdownid\":[\"370621\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"45\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"21\"],\"flight_booking_id\":[\"50\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"50\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":8726.42},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":null,\"TPSysId\":null,\"MasterTPSysId\":null,\"ProposalID\":\"\\/V1\",\"InvoiceDate\":\"2023-02-08\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-02-08\",\"PaymentDate\":\"2023-02-08\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":8681.42,\"InvoiceStatus\":true,\"TotalSGST\":22.5,\"TotalCGST\":22.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":8726.42,\"TotalDueAmount\":0,\"InvoiceValue\":8726.42,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXJ-BLR-IndiGo 6E-2527\",\"ItemQty\":1,\"ItemRates\":8431.42,\"Total\":8431.42,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":8726.42,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":8681.42,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-02-08 11:19:35'),(227,'74c5a-0e2bb-481fa-99a85','{\"FlightBookingData\":[{\"bookingId\":\"BKR105156009224\",\"bookingId_TJ\":\"TJ105156009224\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5193.8,\"PublishedFareTxt\":\"5,194\",\"ApiResultIndex\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4097,\"Tax\":1096.8,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5193.8,\"PublishedFare\":5444.04,\"OfferedFare\":5149.04,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9356111318_0HYDJAII51228_50859417570635\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5444.04,\"CostToCustomer\":5444.04,\"BaseFareCal\":5194.04,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5194.04,\"intOfferedFare\":5149.04,\"intPublishFare\":5193.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"795\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"74c5a-0e2bb-481fa-99a85\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:31:58.424\",\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105156009224\",\"bookingId_TJ\":\"TJ105156009224\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5193.8,\"ApiResultIndex\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"74c5a-0e2bb-481fa-99a85\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:31:58.424\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4097,\"Tax\":1096.8,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5193.8,\"PublishedFare\":5444.04,\"OfferedFare\":5149.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"795\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-9356111318_1HYDJAII51228_36044916873874\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"51\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"22\"],\"flight_booking_id\":[\"51\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9912524410\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-31-44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"22\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"22\"],\"flight_booking_customer\":[[\"46\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Jaipur\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"13\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"HYD\",\"to\":\"JAI\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":12538,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"74c5a-0e2bb-481fa-99a85\",\"from_city_\":\"1__HYD-JAI\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"22\"],\"flight_booking_id\":[\"51\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"CountryCode\":\"91\",\"MobileNo\":\"9912524410\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2023-02-08 21:31:44'),(230,'9d8cf-71a2d-2e4f1-b7864','{\"FlightBookingData\":[{\"bookingId\":\"BKR100056009441\",\"bookingId_TJ\":\"TJ100056009441\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"PublishedFareTxt\":\"6,706\",\"ApiResultIndex\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5739160957_0HYDJAII51228_38419578492951\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":1.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":7250.84,\"CostToCustomer\":7250.84,\"BaseFareCal\":6750.84,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":6750.84,\"intOfferedFare\":6660.84,\"intPublishFare\":6705.6,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:34:37.668\",\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100056009441\",\"bookingId_TJ\":\"TJ100056009441\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"ApiResultIndex\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:34:37.668\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-5739160957_1HYDJAII51228_50996069999688\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"52\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"10\",\"11\"],\"flight_booking_id\":[\"52\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9912524410\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"10\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9912524410\",\"FirstName\":\"Harshvardhan \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2021-02-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"11\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9912524410\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"modified\":\"2023-02-08-21-34-58\",\"created\":\"2023-02-08-21-34-58\",\"CustomerMemberSysId\":\"10\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9912524410\",\"FirstName\":\"Harshvardhan \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2021-02-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"modified\":\"2023-02-08-21-34-58\",\"created\":\"2023-02-08-21-34-58\",\"CustomerMemberSysId\":\"11\"}],\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"10\",\"11\"],\"flight_booking_customer\":[[\"47\",\"48\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Jaipur\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"13\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"HYD\",\"to\":\"JAI\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":12538,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":\"13\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"from_city_\":\"1__HYD-JAI\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"584502\",\"TPSysId\":\"584503\",\"VersionId\":[\"160542\"],\"CustomerSysId\":\"329906\",\"TrxId\":\"47524\",\"FareBreakdownid\":[\"370698\",\"370699\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"10\",\"11\"],\"flight_booking_id\":[\"52\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"CountryCode\":\"91\",\"MobileNo\":\"9912524410\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9912524410\",\"FirstName\":\"Akanksha \",\"LastName\":\"Parasar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"modified\":\"2023-02-08-21-34-58\",\"created\":\"2023-02-08-21-34-58\",\"MobileNo\":\"9912524410\",\"B2B\":false},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9912524410\",\"FirstName\":\"Harshvardhan \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2021-02-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-34-58\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"modified\":\"2023-02-08-21-34-58\",\"created\":\"2023-02-08-21-34-58\",\"MobileNo\":\"9912524410\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9912524410\",\"leadEmail\":\"sharmahemanth75@yahoo.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Akanksha \",\"passenger-lastname-1\":\"Parasar \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"0\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"paxType-2\":\"3\",\"relation-2\":\"9\",\"CustomerSysId-2\":\"0\",\"masterData-2\":\"1\",\"salution-2\":\"2\",\"passenger-firstname-2\":\"Harshvardhan \",\"passenger-lastname-2\":\"Sharma \",\"dateofbirth-2\":\"25\\/02\\/2021\",\"PassportNationality-2\":\"\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"9d8cf-71a2d-2e4f1-b7864\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"329906\",\"memberId\":[\"21536\",\"21537\"]}}}','2023-02-08 21:35:09'),(234,'92059-7cb67-d1ed4-c5de9','{\"BookingData\":[{\"bookingId\":\"BKR102656011463\",\"bookingId_TJ\":\"TJ102656011463\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"PublishedFareTxt\":\"6,706\",\"ApiResultIndex\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure__nls__Within 04-72 hrs Rs 3,250 + Fare Difference __nls__ Before 72 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 04-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8512053188_0HYDJAII51228_11115370147918\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":44.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":1.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":7250.84,\"CostToCustomer\":7250.84,\"BaseFareCal\":6750.84,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":6750.84,\"intOfferedFare\":6660.84,\"intPublishFare\":6705.6,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"36\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"SDAI\",\"Price\":300,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"RPCB\",\"Price\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"JMCB\",\"Price\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"FTCB\",\"Price\":350,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"XCCB\",\"Price\":600,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"SICB\",\"Price\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"RICB\",\"Price\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"PTCB\",\"Price\":600,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"KACB\",\"Price\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"GACB\",\"Price\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"COCB\",\"Price\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"CJCB\",\"Price\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"36\",\"Code\":\"AMCB\",\"Price\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"92059-7cb67-d1ed4-c5de9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:59:34.556\",\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102656011463\",\"bookingId_TJ\":\"TJ102656011463\",\"FlightNumber\":\"I5-1228\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":6705.6,\"ApiResultIndex\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"92059-7cb67-d1ed4-c5de9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-02-08T21:59:34.556\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5597,\"Tax\":1108.6,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.6,\"PublishedFare\":7250.84,\"OfferedFare\":6660.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1556.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"36\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-8512053188_1HYDJAII51228_36310595629551\",\"localFromDateTime\":\"2023-02-13 14:40\",\"localToDateTime\":\"2023-02-13 16:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Jaipur\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"13\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"HYD\",\"to\":\"JAI\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":12538,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":\"13\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"92059-7cb67-d1ed4-c5de9\",\"from_city_\":\"1__HYD-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Jaipur&adults=1&childs=0&infants=1&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=13%2F02%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9912524410\",\"FirstName\":\"Hemanth\",\"LastName\":\"Sharma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-59-14\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"12\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"22\",\"EmailId\":\"sharmahemanth75@yahoo.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9912524410\",\"FirstName\":\"Harshvardhan \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2021-02-25\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-08-21-59-15\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"13\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"584516\",\"TPSysId\":\"584517\",\"VersionId\":[\"160554\"],\"CustomerSysId\":\"329906\",\"TrxId\":\"47529\",\"FareBreakdownid\":[\"370704\",\"370705\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"49\",\"50\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"12\",\"13\"],\"flight_booking_id\":[\"53\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"53\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7250.84},\"Invoicedata\":{\"AgentSysId\":\"38124\",\"CustomerSysId\":\"329906\",\"TPSysId\":\"584517\",\"MasterTPSysId\":\"584516\",\"ProposalID\":\"584517\\/V1\",\"InvoiceDate\":\"2023-02-08\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-02-08\",\"PaymentDate\":\"2023-02-08\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":7160.84,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7250.84,\"TotalDueAmount\":0,\"InvoiceValue\":7250.84,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-JAI-AirAsia India I5-1228\",\"ItemQty\":1,\"ItemRates\":6660.84,\"Total\":6660.84,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7250.84,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":7160.84,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-02-08 22:00:51'),(235,'4ccc8-9d53b-86774-e77cb','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-1228\",\"keyIndex\":55,\"SegFlightNumberArr\":\"I5-1228\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1852911180_1HYDJAII51228_11891106402774\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-02-13T14:40\",\"LocalFromTime\":\"2023-02-13 14:40\",\"FromUTCTime\":\"2023-02-13T14:40\",\"LocalToTime\":\"2023-02-13 16:40\",\"ToUTCTime\":\"2023-02-13T16:40\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 13 Feb\",\"ArrivalDateTxt\":\"Mon, 13 Feb\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5445,\"PublishedFareTxt\":\"5,444\",\"ApiResultIndex\":\"22-16-1852911180_1HYDJAII51228_11891106402514\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"4ccc8-9d53b-86774-e77cb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4097,\"Tax\":1096.8,\"YQTax\":0,\"OtherCharges\":877,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5193.8,\"PublishedFare\":5445,\"PublishedFarePerPax\":5445,\"OfferedFare\":5149.04,\"CommissionEarned\":44.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1852911180_1HYDJAII51228_11891106402774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":44.76,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1096.8,\"BaseFareCal\":5194.04,\"BaseFare\":4097,\"CommissionEarned\":44.76,\"TDS\":-2.36,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":877,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5444.04,\"CostToCustomer\":5444.04,\"BaseFareCal\":5194.04,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5194.04,\"intOfferedFare\":5149.04,\"intPublishFare\":5193.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.76,\"TripjackTDS\":\"2.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":44.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"021\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-02-13T16:40\",\"SegFlightNumber\":\"I5-1228\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-13T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-02-08 22:05:32');
INSERT INTO `tbl_temp_data` VALUES (237,'8dbea-f61d3-b681b-50e1d','{\"FlightBookingData\":[{\"bookingId\":\"BKR108656470682\",\"bookingId_TJ\":\"TJ108656470682\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-02-21T15:00\",\"LocalFromTime\":\"2023-02-21 15:00\",\"FromUTCTime\":\"2023-02-21T15:00\",\"LocalToTime\":\"2023-02-21 16:25\",\"ToUTCTime\":\"2023-02-21T16:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Tue, 21 Feb\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4786.8,\"PublishedFareTxt\":\"4,787\",\"ApiResultIndex\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4550,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4995.35,\"OfferedFare\":4700.35,\"CommissionEarned\":86.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6842261994_0DELIXJG8697_2896581602490\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4745.35,\"BaseFare\":4550,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4995.35,\"CostToCustomer\":4995.35,\"BaseFareCal\":4745.35,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4745.35,\"intOfferedFare\":4700.35,\"intPublishFare\":4786.8,\"TripjackMarkup\":0,\"TripjackCommission\":86.45,\"TripjackTDS\":\"4.55\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"669\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-02-21T16:25\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-21T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8dbea-f61d3-b681b-50e1d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-14T13:19:00.452\",\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-02-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108656470682\",\"bookingId_TJ\":\"TJ108656470682\",\"FlightNumber\":\"G8-697\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-02-21T15:00\",\"LocalFromTime\":\"2023-02-21 15:00\",\"FromUTCTime\":\"2023-02-21T15:00\",\"LocalToTime\":\"2023-02-21 16:25\",\"ToUTCTime\":\"2023-02-21T16:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Tue, 21 Feb\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4786.8,\"ApiResultIndex\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"8dbea-f61d3-b681b-50e1d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-14T13:19:00.452\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4550,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4995.35,\"OfferedFare\":4700.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4745.35,\"BaseFare\":4550,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"669\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-02-21T16:25\",\"SegFlightNumber\":\"G8-697\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-02-21T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-6842261994_0DELIXJG8697_6866091415860\",\"localFromDateTime\":\"2023-02-21 15:00\",\"localToDateTime\":\"2023-02-21 16:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"54\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"23\"],\"flight_booking_id\":[\"54\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"email@email.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9999999999\",\"FirstName\":\"fffj\",\"LastName\":\"tyjgg\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-14-13-18-32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"23\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"23\"],\"flight_booking_customer\":[[\"51\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"21\\/02\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/02\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-02-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8dbea-f61d3-b681b-50e1d\",\"from_city_\":\"1__DEL-IXJ\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"23\"],\"flight_booking_id\":[\"54\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"email@email.com\",\"FirstName\":\"fffj\",\"LastName\":\"tyjgg\",\"CountryCode\":\"91\",\"MobileNo\":\"9999999999\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2023-02-14 13:18:32'),(238,'558b9-ce291-91aaa-373ca','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":295,\"FlightNumber\":\"402\",\"SegFlightNumberArr\":\"G9-402, G9-201 +1\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"OrFlightNumber\":\"G9-402\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2023-03-14T21:25\",\"LocalFromTime\":\"2023-03-14 21:25\",\"FromUTCTime\":\"2023-03-14T21:25\",\"LocalToTime\":\"2023-03-15 14:00\",\"ToUTCTime\":\"2023-03-15T14:00\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"Sharjah\",\"GroundTime\":795,\"LAYOVERDuration\":\"13h 15m\",\"FlyingMinutes\":1155,\"DepartureDateTxt\":\"Tue, 14 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"18h 35m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"26952\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IKA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},\"destination\":{\"FlightNumber\":\"202\",\"SegFlightNumberArr\":\"G9-202, G9-405 +1\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"DeFlightNumber\":\"G9-202\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"04:15\",\"TravelDate\":\"2023-04-30T14:30\",\"LocalFromTime\":\"2023-04-30 14:30\",\"FromUTCTime\":\"2023-04-30T14:30\",\"LocalToTime\":\"2023-05-01 04:15\",\"ToUTCTime\":\"2023-05-01T04:15\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"Sharjah\",\"GroundTime\":400,\"LAYOVERDuration\":\"6h 40m\",\"FlyingMinutes\":760,\"DepartureDateTxt\":\"Sun, 30 Apr\",\"ArrivalDateTxt\":\"Mon, 01 May\",\"FlightDuration\":\"12h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"26952\",\"SourceAirportCode\":\"IKA\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},\"AirlineName\":\"Air Arabia\",\"PublishedFare\":45110.02,\"PublishedFareTxt\":\"45,110\",\"ApiResultIndex\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17100,\"Tax\":26830.02,\"YQTax\":19152,\"OtherCharges\":5794.62,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1812.6,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43930.02,\"PublishedFare\":45111,\"PublishedFarePerPax\":45111,\"OfferedFare\":43930.02,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":26830.02,\"BaseFareCal\":44110.02,\"BaseFare\":17100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":19152,\"AGST\":1812.6,\"MFT\":10.8,\"OT\":5794.62,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\"}],\"IsMealIncludes\":false,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":45110.02,\"CostToCustomer\":45110.02,\"BaseFareCal\":44110.02,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":44110.02,\"intOfferedFare\":43930.02,\"intPublishFare\":43930.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01U\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-03-14T23:05\",\"SegFlightNumber\":\"G9-402\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-03-14T21:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":795,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"13h 15m\",\"LAYOVERCity\":\"Sharjah\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Imam Khomeini Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Tehran\",\"destinationCountryName\":\"Iran\",\"destinationAirportCode\":\"IKA\",\"destinationArrTime\":\"2023-03-15T14:00\",\"SegFlightNumber\":\"G9-201\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-03-15T12:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:20\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Imam Khomeini Intl\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Tehran\",\"originCountryName\":\"Iran\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-04-30T17:05\",\"SegFlightNumber\":\"G9-202\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"IKA\",\"originDepTime\":\"2023-04-30T14:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":400,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"6h 40m\",\"LAYOVERCity\":\"Sharjah\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-01T04:15\",\"SegFlightNumber\":\"G9-405\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-04-30T23:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"04:15\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"DepartureTime\":\"14:30\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"keyIndex\":295,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":295,\"FlightNumber\":\"402\",\"SegFlightNumberArr\":\"G9-402, G9-201 +1\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"OrFlightNumber\":\"G9-402\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2023-03-14T21:25\",\"LocalFromTime\":\"2023-03-14 21:25\",\"FromUTCTime\":\"2023-03-14T21:25\",\"LocalToTime\":\"2023-03-15 14:00\",\"ToUTCTime\":\"2023-03-15T14:00\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"Sharjah\",\"GroundTime\":795,\"LAYOVERDuration\":\"13h 15m\",\"FlyingMinutes\":1155,\"DepartureDateTxt\":\"Tue, 14 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"18h 35m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"26952\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IKA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},\"destination\":{\"FlightNumber\":\"202\",\"SegFlightNumberArr\":\"G9-202, G9-405 +1\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"DeFlightNumber\":\"G9-202\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"04:15\",\"TravelDate\":\"2023-04-30T14:30\",\"LocalFromTime\":\"2023-04-30 14:30\",\"FromUTCTime\":\"2023-04-30T14:30\",\"LocalToTime\":\"2023-05-01 04:15\",\"ToUTCTime\":\"2023-05-01T04:15\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"Sharjah\",\"GroundTime\":400,\"LAYOVERDuration\":\"6h 40m\",\"FlyingMinutes\":760,\"DepartureDateTxt\":\"Sun, 30 Apr\",\"ArrivalDateTxt\":\"Mon, 01 May\",\"FlightDuration\":\"12h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"26952\",\"SourceAirportCode\":\"IKA\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},\"AirlineName\":\"Air Arabia\",\"PublishedFare\":45110.02,\"PublishedFareTxt\":\"45,110\",\"ApiResultIndex\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"apiTraceId\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17100,\"Tax\":26830.02,\"YQTax\":19152,\"OtherCharges\":5794.62,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1812.6,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43930.02,\"PublishedFare\":45111,\"PublishedFarePerPax\":45111,\"OfferedFare\":43930.02,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-5011701079_0BOMSHJG9402SHJIKAG9201IKASHJG9202SHJBOMG9405_48700580400956\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":26830.02,\"BaseFareCal\":44110.02,\"BaseFare\":17100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":19152,\"AGST\":1812.6,\"MFT\":10.8,\"OT\":5794.62,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\"}],\"IsMealIncludes\":false,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":45110.02,\"CostToCustomer\":45110.02,\"BaseFareCal\":44110.02,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":44110.02,\"intOfferedFare\":43930.02,\"intPublishFare\":43930.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-03-14T23:05\",\"SegFlightNumber\":\"G9-402\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-03-14T21:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":795,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"13h 15m\",\"LAYOVERCity\":\"Sharjah\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Imam Khomeini Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Tehran\",\"destinationCountryName\":\"Iran\",\"destinationAirportCode\":\"IKA\",\"destinationArrTime\":\"2023-03-15T14:00\",\"SegFlightNumber\":\"G9-201\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-03-15T12:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:20\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Imam Khomeini Intl\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Tehran\",\"originCountryName\":\"Iran\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-04-30T17:05\",\"SegFlightNumber\":\"G9-202\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"IKA\",\"originDepTime\":\"2023-04-30T14:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":400,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"6h 40m\",\"LAYOVERCity\":\"Sharjah\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-01T04:15\",\"SegFlightNumber\":\"G9-405\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-04-30T23:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"04:15\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"DepartureTime\":\"14:30\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"558b9-ce291-91aaa-373ca\",\"keyIndex\":295,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01W\"}]}],\"FlightBookingDataInbound\":null}','2023-02-20 21:49:21'),(239,'791a7-948d6-c5f75-59f3b','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-695\",\"keyIndex\":34,\"SegFlightNumberArr\":\"6E-695\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1674184101_0DELPAT6E695_88678114390081\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:00\",\"ArrivalTime\":\"19:50\",\"TravelDate\":\"2023-03-22T18:00\",\"LocalFromTime\":\"2023-03-22 18:00\",\"FromUTCTime\":\"2023-03-22T18:00\",\"LocalToTime\":\"2023-03-22 19:50\",\"ToUTCTime\":\"2023-03-22T19:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Wed, 22 Mar\",\"ArrivalDateTxt\":\"Wed, 22 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3106,\"PublishedFareTxt\":\"3,105\",\"ApiResultIndex\":\"5-1674184101_0DELPAT6E695_88678114389001\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"791a7-948d6-c5f75-59f3b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2220,\"Tax\":616.8,\"YQTax\":0,\"OtherCharges\":605,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2836.8,\"PublishedFare\":3106,\"PublishedFarePerPax\":3106,\"OfferedFare\":2810.44,\"CommissionEarned\":26.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1674184101_0DELPAT6E695_88678114390081\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":26.36,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":616.8,\"BaseFareCal\":2855.44,\"BaseFare\":2220,\"CommissionEarned\":26.36,\"TDS\":-1.39,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":605,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3105.44,\"CostToCustomer\":3105.44,\"BaseFareCal\":2855.44,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2855.44,\"intOfferedFare\":2810.44,\"intPublishFare\":2836.8,\"TripjackMarkup\":0,\"TripjackCommission\":26.36,\"TripjackTDS\":\"1.39\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":26.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01Q\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-03-22T19:50\",\"SegFlightNumber\":\"6E-695\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-22T18:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:00\",\"strArrivalDtTime\":\"19:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-02-21 07:43:19'),(240,'1d4a1-a4508-70c18-015bc','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-870\",\"keyIndex\":0,\"SegFlightNumberArr\":\"UK-870\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7564815718_0HYDDELUK870_14335606043598\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"22:45\",\"TravelDate\":\"2023-02-21T20:30\",\"LocalFromTime\":\"2023-02-21 20:30\",\"FromUTCTime\":\"2023-02-21T20:30\",\"LocalToTime\":\"2023-02-21 22:45\",\"ToUTCTime\":\"2023-02-21T22:45\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 21 Feb\",\"ArrivalDateTxt\":\"Tue, 21 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5593,\"PublishedFareTxt\":\"5,593\",\"ApiResultIndex\":\"21-10-15-2-7564815718_0HYDDELUK870_14335606043598\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1d4a1-a4508-70c18-015bc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4636,\"Tax\":1182.8,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":238,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5818.8,\"PublishedFare\":5593,\"PublishedFarePerPax\":5593,\"OfferedFare\":5297.86,\"CommissionEarned\":520.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-27.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7564815718_0HYDDELUK870_14335606043598\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":520.94,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1182.8,\"BaseFareCal\":5342.86,\"BaseFare\":4636,\"CommissionEarned\":520.94,\"TDS\":-27.42,\"MF\":10,\"YQ\":0,\"AGST\":238,\"MFT\":1.8,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":520.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5592.86,\"CostToCustomer\":5592.86,\"BaseFareCal\":5342.86,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5342.86,\"intOfferedFare\":5297.86,\"intPublishFare\":5818.8,\"TripjackMarkup\":0,\"TripjackCommission\":520.94,\"TripjackTDS\":\"27.42\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":520.94,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"032\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-02-21T22:45\",\"SegFlightNumber\":\"UK-870\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-21T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-02-21 16:13:30'),(241,'1ab95-66c39-fe52a-74e37','{\"FlightBookingData\":[{\"FlightNumber\":\"G9-459\",\"keyIndex\":171,\"SegFlightNumberArr\":\"G9-459\",\"AirlineName\":\"Air arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"04:00\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-02-25T04:00\",\"LocalFromTime\":\"2023-02-25 04:00\",\"FromUTCTime\":\"2023-02-25T04:00\",\"LocalToTime\":\"2023-02-25 06:30\",\"ToUTCTime\":\"2023-02-25T06:30\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Sat, 25 Feb\",\"ArrivalDateTxt\":\"Sat, 25 Feb\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"SHJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":20395,\"PublishedFareTxt\":\"20,395\",\"ApiResultIndex\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1ab95-66c39-fe52a-74e37\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7394.04,\"Tax\":12410.46,\"YQTax\":7589.9,\"OtherCharges\":4012.8,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":748.76,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19804.5,\"PublishedFare\":20395,\"PublishedFarePerPax\":20395,\"OfferedFare\":19804.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":12410.46,\"BaseFareCal\":19894.5,\"BaseFare\":7394.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":7589.9,\"AGST\":748.76,\"MFT\":9,\"OT\":4012.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":20394.5,\"CostToCustomer\":20394.5,\"BaseFareCal\":19894.5,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":19894.5,\"intOfferedFare\":19804.5,\"intPublishFare\":19804.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03O\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-02-25T06:30\",\"SegFlightNumber\":\"G9-459\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-25T04:00\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:00\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"G9-459\",\"keyIndex\":171,\"SegFlightNumberArr\":\"G9-459\",\"AirlineName\":\"Air arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"04:00\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2023-02-25T04:00\",\"LocalFromTime\":\"2023-02-25 04:00\",\"FromUTCTime\":\"2023-02-25T04:00\",\"LocalToTime\":\"2023-02-25 06:30\",\"ToUTCTime\":\"2023-02-25T06:30\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Sat, 25 Feb\",\"ArrivalDateTxt\":\"Sat, 25 Feb\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"SHJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":20395,\"PublishedFareTxt\":\"20,395\",\"ApiResultIndex\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1ab95-66c39-fe52a-74e37\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7394.04,\"Tax\":12410.46,\"YQTax\":7589.9,\"OtherCharges\":4012.8,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":748.76,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19804.5,\"PublishedFare\":20395,\"PublishedFarePerPax\":20395,\"OfferedFare\":19804.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-4961333849_0HYDSHJG9459_35771640902182\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":12410.46,\"BaseFareCal\":19894.5,\"BaseFare\":7394.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":7589.9,\"AGST\":748.76,\"MFT\":9,\"OT\":4012.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"Paid Baggage as per airlines policy\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":20394.5,\"CostToCustomer\":20394.5,\"BaseFareCal\":19894.5,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":19894.5,\"intOfferedFare\":19804.5,\"intPublishFare\":19804.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-02-25T06:30\",\"SegFlightNumber\":\"G9-459\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-25T04:00\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"Paid Baggage as per airlines policy\",\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:00\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"03Q\"}]}],\"FlightBookingDataInbound\":null}','2023-02-21 19:43:33'),(242,'a577f-acaa1-7295b-1bc4c','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-5245\",\"keyIndex\":145,\"SegFlightNumberArr\":\"6E-5245\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8059859549_0HYDBOM6E5245_32261884331708\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"05:55\",\"TravelDate\":\"2023-02-23T04:30\",\"LocalFromTime\":\"2023-02-23 04:30\",\"FromUTCTime\":\"2023-02-23T04:30\",\"LocalToTime\":\"2023-02-23 05:55\",\"ToUTCTime\":\"2023-02-23T05:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 23 Feb\",\"ArrivalDateTxt\":\"Thu, 23 Feb\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5782,\"PublishedFareTxt\":\"5,782\",\"ApiResultIndex\":\"5-8059859549_0HYDBOM6E5245_32261884330648\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"a577f-acaa1-7295b-1bc4c\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4400,\"Tax\":1138.8,\"YQTax\":0,\"OtherCharges\":1127,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5538.8,\"PublishedFare\":5782,\"PublishedFarePerPax\":5782,\"OfferedFare\":5486.55,\"CommissionEarned\":52.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.75,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8059859549_0HYDBOM6E5245_32261884331708\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":52.25,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1138.8,\"BaseFareCal\":5531.55,\"BaseFare\":4400,\"CommissionEarned\":52.25,\"TDS\":-2.75,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1127,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":52.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5781.55,\"CostToCustomer\":5781.55,\"BaseFareCal\":5531.55,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5531.55,\"intOfferedFare\":5486.55,\"intPublishFare\":5538.8,\"TripjackMarkup\":0,\"TripjackCommission\":52.25,\"TripjackTDS\":\"2.75\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":52.25,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05P\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-02-23T05:55\",\"SegFlightNumber\":\"6E-5245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-02-23T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-02-22 00:52:07'),(243,'81f31-4f59c-c07ef-a5b6c','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-986\",\"keyIndex\":19,\"SegFlightNumberArr\":\"UK-986\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-9967580479_1BOMDELUK986_33000242308052\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-03-23T22:55\",\"LocalFromTime\":\"2023-03-23 22:55\",\"FromUTCTime\":\"2023-03-23T22:55\",\"LocalToTime\":\"2023-03-24 01:00\",\"ToUTCTime\":\"2023-03-24T01:00\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 23 Mar\",\"ArrivalDateTxt\":\"Fri, 24 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3621,\"PublishedFareTxt\":\"3,620\",\"ApiResultIndex\":\"21-10-15-2-9967580479_1BOMDELUK986_33000242307232\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"81f31-4f59c-c07ef-a5b6c\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3030,\"Tax\":677.8,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":158,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3707.8,\"PublishedFare\":3621,\"PublishedFarePerPax\":3621,\"OfferedFare\":3325.44,\"CommissionEarned\":382.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9967580479_1BOMDELUK986_33000242308052\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":382.36,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":677.8,\"BaseFareCal\":3370.44,\"BaseFare\":3030,\"CommissionEarned\":382.36,\"TDS\":-20.12,\"MF\":10,\"YQ\":0,\"AGST\":158,\"MFT\":1.8,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":382.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3620.44,\"CostToCustomer\":3620.44,\"BaseFareCal\":3370.44,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3370.44,\"intOfferedFare\":3325.44,\"intPublishFare\":3707.8,\"TripjackMarkup\":0,\"TripjackCommission\":382.36,\"TripjackTDS\":\"20.12\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":382.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"066\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-24T01:00\",\"SegFlightNumber\":\"UK-986\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-03-23T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-02-22 17:24:28'),(244,'c6bdf-1d6cb-68322-6c123','{\"FlightBookingData\":[{\"FlightNumber\":\"TG-330\",\"keyIndex\":5,\"SegFlightNumberArr\":\"TG-330\",\"AirlineName\":\"Thai airways intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-03-28T01:10\",\"LocalFromTime\":\"2023-03-28 01:10\",\"FromUTCTime\":\"2023-03-28T01:10\",\"LocalToTime\":\"2023-03-28 06:15\",\"ToUTCTime\":\"2023-03-28T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 28 Mar\",\"ArrivalDateTxt\":\"Tue, 28 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":14451,\"PublishedFareTxt\":\"14,450\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c6bdf-1d6cb-68322-6c123\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5840,\"Tax\":8162.8,\"YQTax\":4638,\"OtherCharges\":2119,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":566,\"CarrierMiscFee\":828,\"MUFee\":0,\"intPublishedFare\":14002.8,\"PublishedFare\":14451,\"PublishedFarePerPax\":14451,\"OfferedFare\":13860.3,\"CommissionEarned\":142.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":142.5,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8162.8,\"BaseFareCal\":13950.3,\"BaseFare\":5840,\"CommissionEarned\":142.5,\"TDS\":-7.5,\"MF\":10,\"YQ\":4638,\"AGST\":566,\"MFT\":1.8,\"OT\":2119,\"MU\":0,\"YR\":828,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":14450.3,\"CostToCustomer\":14450.3,\"BaseFareCal\":13950.3,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":13950.3,\"intOfferedFare\":13860.3,\"intPublishFare\":14002.8,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"7.5\",\"AddiMarkup\":0,\"CommisionPass\":142.5,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02O\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-28T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-28T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"TG-330\",\"keyIndex\":5,\"SegFlightNumberArr\":\"TG-330\",\"AirlineName\":\"Thai airways intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-03-28T01:10\",\"LocalFromTime\":\"2023-03-28 01:10\",\"FromUTCTime\":\"2023-03-28T01:10\",\"LocalToTime\":\"2023-03-28 06:15\",\"ToUTCTime\":\"2023-03-28T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 28 Mar\",\"ArrivalDateTxt\":\"Tue, 28 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":14451,\"PublishedFareTxt\":\"14,450\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c6bdf-1d6cb-68322-6c123\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5840,\"Tax\":8162.8,\"YQTax\":4638,\"OtherCharges\":2119,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":566,\"CarrierMiscFee\":828,\"MUFee\":0,\"intPublishedFare\":14002.8,\"PublishedFare\":14451,\"PublishedFarePerPax\":14451,\"OfferedFare\":13860.3,\"CommissionEarned\":142.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-6465272806_5HYDBKKTG330_10462650756505\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":142.5,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8162.8,\"BaseFareCal\":13950.3,\"BaseFare\":5840,\"CommissionEarned\":142.5,\"TDS\":-7.5,\"MF\":10,\"YQ\":4638,\"AGST\":566,\"MFT\":1.8,\"OT\":2119,\"MU\":0,\"YR\":828,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":14450.3,\"CostToCustomer\":14450.3,\"BaseFareCal\":13950.3,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":13950.3,\"intOfferedFare\":13860.3,\"intPublishFare\":14002.8,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"7.5\",\"AddiMarkup\":0,\"CommisionPass\":142.5,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-03-28T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-28T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"02Q\"}]}],\"FlightBookingDataInbound\":null}','2023-02-23 10:00:05'),(247,'2f720-1743a-767b2-dbdaa','{\"FlightBookingData\":[{\"bookingId\":\"BKR109357308630\",\"bookingId_TJ\":\"TJ109357308630\",\"FlightNumber\":\"G8-143\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-03-06T10:35\",\"LocalFromTime\":\"2023-03-06 10:35\",\"FromUTCTime\":\"2023-03-06T10:35\",\"LocalToTime\":\"2023-03-06 12:25\",\"ToUTCTime\":\"2023-03-06T12:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Mon, 06 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5736.8,\"PublishedFareTxt\":\"5,737\",\"ApiResultIndex\":\"11-2527008294_1DELPATG8143_41594011452289\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PAT\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Sunday is Non Working day for Special Fare Team\\\"| Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5736.8,\"PublishedFare\":5927.3,\"OfferedFare\":5632.3,\"CommissionEarned\":104.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2527008294_0DELPATG8143_39815064909829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":104.5,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5677.3,\"BaseFare\":5500,\"CommissionEarned\":104.5,\"TDS\":-5.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":104.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5927.3,\"CostToCustomer\":5927.3,\"BaseFareCal\":5677.3,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5677.3,\"intOfferedFare\":5632.3,\"intPublishFare\":5736.8,\"TripjackMarkup\":0,\"TripjackCommission\":104.5,\"TripjackTDS\":\"5.5\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":104.5,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-03-06T12:25\",\"SegFlightNumber\":\"G8-143\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-06T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2f720-1743a-767b2-dbdaa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-23T22:27:54.610\",\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109357308630\",\"bookingId_TJ\":\"TJ109357308630\",\"FlightNumber\":\"G8-143\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-03-06T10:35\",\"LocalFromTime\":\"2023-03-06 10:35\",\"FromUTCTime\":\"2023-03-06T10:35\",\"LocalToTime\":\"2023-03-06 12:25\",\"ToUTCTime\":\"2023-03-06T12:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 06 Mar\",\"ArrivalDateTxt\":\"Mon, 06 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5736.8,\"ApiResultIndex\":\"11-2527008294_1DELPATG8143_41594011452289\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"2f720-1743a-767b2-dbdaa\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-02-23T22:27:54.610\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5736.8,\"PublishedFare\":5927.3,\"OfferedFare\":5632.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5677.3,\"BaseFare\":5500,\"CommissionEarned\":104.5,\"TDS\":-5.5,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-03-06T12:25\",\"SegFlightNumber\":\"G8-143\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-06T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2527008294_1DELPATG8143_41594011452289\",\"localFromDateTime\":\"2023-03-06 10:35\",\"localToDateTime\":\"2023-03-06 12:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"55\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"24\",\"CustomerMemSysId\":[\"24\"],\"flight_booking_id\":[\"55\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"Patnayatraservices@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7307307604\",\"FirstName\":\"md tausif\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-23-22-27-24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"24\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"24\",\"CustomerMemSysId\":[\"24\"],\"flight_booking_customer\":[[\"52\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Patna\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAT\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"departure_date\":\"06\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PAT\",\"from\":\"DEL\",\"to\":\"PAT\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"sourceCityId\":7701,\"destinationCityId\":20918,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"2f720-1743a-767b2-dbdaa\",\"from_city_\":\"1__DEL-PAT\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"601958\",\"TPSysId\":\"601959\",\"VersionId\":[\"168641\"],\"CustomerSysId\":\"339193\",\"TrxId\":\"49426\",\"FareBreakdownid\":[\"372039\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"24\",\"CustomerMemSysId\":[\"24\"],\"flight_booking_id\":[\"55\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"Patnayatraservices@gmail.com\",\"FirstName\":\"md tausif\",\"LastName\":\"ali\",\"CountryCode\":\"91\",\"MobileNo\":\"7307307604\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7307307604\",\"leadEmail\":\"Patnayatraservices@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"md tausif\",\"passenger-lastname-1\":\"ali\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"2f720-1743a-767b2-dbdaa\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"339193\",\"memberId\":null}}}','2023-02-23 22:27:31'),(248,'97d5c-81d1a-6751d-05783','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":387,\"FlightNumber\":\"523\",\"SegFlightNumberArr\":\"SQ-523, SQ-24 +1\",\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ\",\"OrFlightNumber\":\"SQ-523\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"AirlineSysId\":\"446\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-03-13T23:00\",\"LocalFromTime\":\"2023-03-13 23:00\",\"FromUTCTime\":\"2023-03-13T23:00\",\"LocalToTime\":\"2023-03-14 18:25\",\"ToUTCTime\":\"2023-03-14T18:25\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":905,\"DepartureDateTxt\":\"Mon, 13 Mar\",\"ArrivalDateTxt\":\"Tue, 14 Mar\",\"FlightDuration\":\"28h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32159\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},\"destination\":{\"FlightNumber\":\"25\",\"SegFlightNumberArr\":\"SQ-25, SQ-25, SQ-522 +2\",\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ\",\"DeFlightNumber\":\"SQ-25\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"AirlineSysId\":\"446\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-08-30T20:55\",\"LocalFromTime\":\"2023-08-30 20:55\",\"FromUTCTime\":\"2023-08-30T20:55\",\"LocalToTime\":\"2023-09-01 21:45\",\"ToUTCTime\":\"2023-09-01T21:45\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Frankfurt\",\"GroundTime\":900,\"LAYOVERDuration\":\"15h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Wed, 30 Aug\",\"ArrivalDateTxt\":\"Fri, 01 Sep\",\"FlightDuration\":\"39h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32159\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},\"AirlineName\":\"Singapore Airlines\",\"PublishedFare\":153556.61,\"PublishedFareTxt\":\"153,557\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":135600,\"Tax\":19073.6,\"YQTax\":0,\"OtherCharges\":10964,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":6843,\"CarrierMiscFee\":1243,\"MUFee\":0,\"intPublishedFare\":154673.6,\"PublishedFare\":153557,\"PublishedFarePerPax\":153557,\"OfferedFare\":152376.61,\"CommissionEarned\":2296.99,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-120.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":8,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19073.6,\"BaseFareCal\":152556.61,\"BaseFare\":135600,\"CommissionEarned\":2296.99,\"TDS\":-120.89,\"MF\":20,\"YQ\":0,\"AGST\":6843,\"MFT\":3.6,\"OT\":10964,\"MU\":0,\"YR\":1243,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":2296.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":153556.61,\"CostToCustomer\":153556.61,\"BaseFareCal\":152556.61,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":152556.61,\"intOfferedFare\":152376.61,\"intPublishFare\":154673.6,\"TripjackMarkup\":0,\"TripjackCommission\":2296.99,\"TripjackTDS\":\"120.89\",\"AddiMarkup\":0,\"CommisionPass\":2296.99,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"1HQ\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-03-14T06:00\",\"SegFlightNumber\":\"SQ-523\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-13T23:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":395,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"06:00\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"6h 35m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-03-14T18:25\",\"SegFlightNumber\":\"SQ-24\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-03-14T12:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":1070,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"17h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Frankfurt Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Frankfurt\",\"destinationCountryName\":\"Germany\",\"destinationAirportCode\":\"FRA\",\"destinationArrTime\":\"2023-08-31T10:40\",\"SegFlightNumber\":\"SQ-25\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-08-30T20:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":465,\"GroundTime\":110,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"7h 45m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Frankfurt\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Frankfurt Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Frankfurt\",\"originCountryName\":\"Germany\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-09-01T06:50\",\"SegFlightNumber\":\"SQ-25\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"FRA\",\"originDepTime\":\"2023-08-31T12:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":740,\"GroundTime\":790,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"06:50\",\"FlightDuration\":\"12h 20m\",\"LAYOVERDuration\":\"13h 10m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-01T21:45\",\"SegFlightNumber\":\"SQ-522\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-09-01T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"}],\"DepartureTime\":\"20:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"keyIndex\":387,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":387,\"FlightNumber\":\"523\",\"SegFlightNumberArr\":\"SQ-523, SQ-24 +1\",\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ\",\"OrFlightNumber\":\"SQ-523\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"AirlineSysId\":\"446\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-03-13T23:00\",\"LocalFromTime\":\"2023-03-13 23:00\",\"FromUTCTime\":\"2023-03-13T23:00\",\"LocalToTime\":\"2023-03-14 18:25\",\"ToUTCTime\":\"2023-03-14T18:25\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":905,\"DepartureDateTxt\":\"Mon, 13 Mar\",\"ArrivalDateTxt\":\"Tue, 14 Mar\",\"FlightDuration\":\"28h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32159\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JFK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},\"destination\":{\"FlightNumber\":\"25\",\"SegFlightNumberArr\":\"SQ-25, SQ-25, SQ-522 +2\",\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ\",\"DeFlightNumber\":\"SQ-25\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"AirlineSysId\":\"446\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-08-30T20:55\",\"LocalFromTime\":\"2023-08-30 20:55\",\"FromUTCTime\":\"2023-08-30T20:55\",\"LocalToTime\":\"2023-09-01 21:45\",\"ToUTCTime\":\"2023-09-01T21:45\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Frankfurt\",\"GroundTime\":900,\"LAYOVERDuration\":\"15h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Wed, 30 Aug\",\"ArrivalDateTxt\":\"Fri, 01 Sep\",\"FlightDuration\":\"39h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32159\",\"SourceAirportCode\":\"JFK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},\"AirlineName\":\"Singapore Airlines\",\"PublishedFare\":153556.61,\"PublishedFareTxt\":\"153,557\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"apiTraceId\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":135600,\"Tax\":19073.6,\"YQTax\":0,\"OtherCharges\":10964,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":6843,\"CarrierMiscFee\":1243,\"MUFee\":0,\"intPublishedFare\":154673.6,\"PublishedFare\":153557,\"PublishedFarePerPax\":153557,\"OfferedFare\":152376.61,\"CommissionEarned\":2296.99,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-120.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-4572392356_387HYDSINSQ523SINJFKSQ24JFKFRASQ25FRASINSQ25SINHYDSQ522_102767995487374\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":8,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19073.6,\"BaseFareCal\":152556.61,\"BaseFare\":135600,\"CommissionEarned\":2296.99,\"TDS\":-120.89,\"MF\":20,\"YQ\":0,\"AGST\":6843,\"MFT\":3.6,\"OT\":10964,\"MU\":0,\"YR\":1243,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":2296.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":153556.61,\"CostToCustomer\":153556.61,\"BaseFareCal\":152556.61,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":152556.61,\"intOfferedFare\":152376.61,\"intPublishFare\":154673.6,\"TripjackMarkup\":0,\"TripjackCommission\":2296.99,\"TripjackTDS\":\"120.89\",\"AddiMarkup\":0,\"CommisionPass\":2296.99,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-03-14T06:00\",\"SegFlightNumber\":\"SQ-523\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-13T23:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":395,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"06:00\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"6h 35m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"John F Kennedy Intl\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"New York\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"JFK\",\"destinationArrTime\":\"2023-03-14T18:25\",\"SegFlightNumber\":\"SQ-24\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-03-14T12:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":1070,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"17h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"John F Kennedy Intl\",\"destinationAirportName\":\"Frankfurt Intl\",\"originCityName\":\"New York\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Frankfurt\",\"destinationCountryName\":\"Germany\",\"destinationAirportCode\":\"FRA\",\"destinationArrTime\":\"2023-08-31T10:40\",\"SegFlightNumber\":\"SQ-25\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"JFK\",\"originDepTime\":\"2023-08-30T20:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":465,\"GroundTime\":110,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"7h 45m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Frankfurt\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Frankfurt Intl\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Frankfurt\",\"originCountryName\":\"Germany\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-09-01T06:50\",\"SegFlightNumber\":\"SQ-25\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"FRA\",\"originDepTime\":\"2023-08-31T12:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":740,\"GroundTime\":790,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"06:50\",\"FlightDuration\":\"12h 20m\",\"LAYOVERDuration\":\"13h 10m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-01T21:45\",\"SegFlightNumber\":\"SQ-522\",\"AirlineCode\":\"SQ\",\"AirlineName\":\"Singapore Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-09-01T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"2  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SQ.gif\"}],\"DepartureTime\":\"20:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"97d5c-81d1a-6751d-05783\",\"keyIndex\":387,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"1HS\"}]}],\"FlightBookingDataInbound\":null}','2023-02-24 11:54:52'),(249,'418d1-ef891-3da8a-11332','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":106,\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-17T00:45\",\"LocalFromTime\":\"2023-03-17 00:45\",\"FromUTCTime\":\"2023-03-17T00:45\",\"LocalToTime\":\"2023-03-17 06:05\",\"ToUTCTime\":\"2023-03-17T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 17 Mar\",\"ArrivalDateTxt\":\"Fri, 17 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":10970,\"PublishedFareTxt\":\"10,969\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"418d1-ef891-3da8a-11332\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4843.9,\"Tax\":5535.34,\"YQTax\":0,\"OtherCharges\":5523.54,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10379.24,\"PublishedFare\":10970,\"PublishedFarePerPax\":10970,\"OfferedFare\":10379.24,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5535.34,\"BaseFareCal\":10469.24,\"BaseFare\":4843.9,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5523.54,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":10969.24,\"CostToCustomer\":10969.24,\"BaseFareCal\":10469.24,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":10469.24,\"intOfferedFare\":10379.24,\"intPublishFare\":10379.24,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"030\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-17T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":106,\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-17T00:45\",\"LocalFromTime\":\"2023-03-17 00:45\",\"FromUTCTime\":\"2023-03-17T00:45\",\"LocalToTime\":\"2023-03-17 06:05\",\"ToUTCTime\":\"2023-03-17T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 17 Mar\",\"ArrivalDateTxt\":\"Fri, 17 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":10970,\"PublishedFareTxt\":\"10,969\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"418d1-ef891-3da8a-11332\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4843.9,\"Tax\":5535.34,\"YQTax\":0,\"OtherCharges\":5523.54,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10379.24,\"PublishedFare\":10970,\"PublishedFarePerPax\":10970,\"OfferedFare\":10379.24,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607452792\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5535.34,\"BaseFareCal\":10469.24,\"BaseFare\":4843.9,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5523.54,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":10969.24,\"CostToCustomer\":10969.24,\"BaseFareCal\":10469.24,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":10469.24,\"intOfferedFare\":10379.24,\"intPublishFare\":10379.24,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6196.73,\"Tax\":5616.13,\"YQTax\":0,\"OtherCharges\":5604.33,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11812.86,\"PublishedFare\":12403,\"PublishedFarePerPax\":12403,\"OfferedFare\":11812.86,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607453312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5616.13,\"BaseFareCal\":11902.86,\"BaseFare\":6196.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5604.33,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":12402.86,\"CostToCustomer\":12402.86,\"BaseFareCal\":11902.86,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":11902.86,\"intOfferedFare\":11812.86,\"intPublishFare\":11812.86,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6943.14,\"Tax\":5660.7,\"YQTax\":0,\"OtherCharges\":5648.9,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12603.84,\"PublishedFare\":13194,\"PublishedFarePerPax\":13194,\"OfferedFare\":12603.84,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0830716496_106HYDDMKDD959_17569607453612\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5660.7,\"BaseFareCal\":12693.84,\"BaseFare\":6943.14,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5648.9,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":13193.84,\"CostToCustomer\":13193.84,\"BaseFareCal\":12693.84,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":12693.84,\"intOfferedFare\":12603.84,\"intPublishFare\":12603.84,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-17T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"036\"}]}],\"FlightBookingDataInbound\":null}','2023-02-24 16:16:22'),(250,'be360-7736c-b78a1-3be4c','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":12,\"FlightNumber\":\"742\",\"SegFlightNumberArr\":\"SG-742\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-742\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2023-07-01T21:20\",\"LocalFromTime\":\"2023-07-01 21:20\",\"FromUTCTime\":\"2023-07-01T21:20\",\"LocalToTime\":\"2023-07-02 01:05\",\"ToUTCTime\":\"2023-07-02T01:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sun, 02 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"46\",\"SegFlightNumberArr\":\"SG-46\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-46\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-07-10T20:45\",\"LocalFromTime\":\"2023-07-10 20:45\",\"FromUTCTime\":\"2023-07-10T20:45\",\"LocalToTime\":\"2023-07-10 21:45\",\"ToUTCTime\":\"2023-07-10T21:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":18437.41,\"PublishedFareTxt\":\"18,437\",\"ApiResultIndex\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888171015\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12463,\"Tax\":5149.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17612.6,\"PublishedFare\":18438,\"PublishedFarePerPax\":18438,\"OfferedFare\":17257.41,\"CommissionEarned\":355.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888171015\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5149.6,\"BaseFareCal\":17437.41,\"BaseFare\":12463,\"CommissionEarned\":355.19,\"TDS\":-18.7,\"MF\":20,\"YQ\":0,\"AGST\":266,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":355.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18437.41,\"CostToCustomer\":18437.41,\"BaseFareCal\":17437.41,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17437.41,\"intOfferedFare\":17257.41,\"intPublishFare\":17612.6,\"TripjackMarkup\":0,\"TripjackCommission\":355.19,\"TripjackTDS\":\"18.7\",\"AddiMarkup\":0,\"CommisionPass\":355.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00I\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-02T01:05\",\"SegFlightNumber\":\"SG-742\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-01T21:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T21:45\",\"SegFlightNumber\":\"SG-46\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-10T20:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"20:45\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"keyIndex\":12,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":9,\"FlightNumber\":\"43\",\"SegFlightNumberArr\":\"SG-43\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-43\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888147715\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-01T15:45\",\"LocalFromTime\":\"2023-07-01 15:45\",\"FromUTCTime\":\"2023-07-01T15:45\",\"LocalToTime\":\"2023-07-01 19:45\",\"ToUTCTime\":\"2023-07-01T19:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sat, 01 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"743\",\"SegFlightNumberArr\":\"SG-743\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-743\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888147715\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"02:05\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-07-10T02:05\",\"LocalFromTime\":\"2023-07-10 02:05\",\"FromUTCTime\":\"2023-07-10T02:05\",\"LocalToTime\":\"2023-07-10 03:05\",\"ToUTCTime\":\"2023-07-10T03:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":18437.41,\"PublishedFareTxt\":\"18,437\",\"ApiResultIndex\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888147715\",\"apiTraceId\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888147715\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12463,\"Tax\":5149.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17612.6,\"PublishedFare\":18438,\"PublishedFarePerPax\":18438,\"OfferedFare\":17257.41,\"CommissionEarned\":355.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888149425\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5149.6,\"BaseFareCal\":17437.41,\"BaseFare\":12463,\"CommissionEarned\":355.19,\"TDS\":-18.7,\"MF\":20,\"YQ\":0,\"AGST\":266,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":355.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18437.41,\"CostToCustomer\":18437.41,\"BaseFareCal\":17437.41,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17437.41,\"intOfferedFare\":17257.41,\"intPublishFare\":17612.6,\"TripjackMarkup\":0,\"TripjackCommission\":355.19,\"TripjackTDS\":\"18.7\",\"AddiMarkup\":0,\"CommisionPass\":355.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":264,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888149865\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":264,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":5124,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888150325\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5124,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12711,\"Tax\":5606.6,\"YQTax\":0,\"OtherCharges\":5305,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18317.6,\"PublishedFare\":18834,\"PublishedFarePerPax\":18834,\"OfferedFare\":17653.45,\"CommissionEarned\":664.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_0CCUBKKSG43BKKCCUSG743_36908888147715\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5606.6,\"BaseFareCal\":17833.45,\"BaseFare\":12711,\"CommissionEarned\":664.15,\"TDS\":-34.96,\"MF\":20,\"YQ\":0,\"AGST\":278,\"MFT\":3.6,\"OT\":5305,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18833.45,\"CostToCustomer\":18833.45,\"BaseFareCal\":17833.45,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17833.45,\"intOfferedFare\":17653.45,\"intPublishFare\":18317.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.15,\"TripjackTDS\":\"34.96\",\"AddiMarkup\":0,\"CommisionPass\":664.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-01T19:45\",\"SegFlightNumber\":\"SG-43\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-01T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T03:05\",\"SegFlightNumber\":\"SG-743\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-10T02:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"02:05\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"02:05\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"keyIndex\":9,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00Q\"},{\"origin\":{\"keyIndex\":10,\"FlightNumber\":\"43\",\"SegFlightNumberArr\":\"SG-43\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-43\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155175\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-01T15:45\",\"LocalFromTime\":\"2023-07-01 15:45\",\"FromUTCTime\":\"2023-07-01T15:45\",\"LocalToTime\":\"2023-07-01 19:45\",\"ToUTCTime\":\"2023-07-01T19:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sat, 01 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"46\",\"SegFlightNumberArr\":\"SG-46\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-46\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155175\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-07-10T20:45\",\"LocalFromTime\":\"2023-07-10 20:45\",\"FromUTCTime\":\"2023-07-10T20:45\",\"LocalToTime\":\"2023-07-10 21:45\",\"ToUTCTime\":\"2023-07-10T21:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":18437.41,\"PublishedFareTxt\":\"18,437\",\"ApiResultIndex\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155175\",\"apiTraceId\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155175\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12463,\"Tax\":5149.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17612.6,\"PublishedFare\":18438,\"PublishedFarePerPax\":18438,\"OfferedFare\":17257.41,\"CommissionEarned\":355.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155545\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5149.6,\"BaseFareCal\":17437.41,\"BaseFare\":12463,\"CommissionEarned\":355.19,\"TDS\":-18.7,\"MF\":20,\"YQ\":0,\"AGST\":266,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":355.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18437.41,\"CostToCustomer\":18437.41,\"BaseFareCal\":17437.41,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17437.41,\"intOfferedFare\":17257.41,\"intPublishFare\":17612.6,\"TripjackMarkup\":0,\"TripjackCommission\":355.19,\"TripjackTDS\":\"18.7\",\"AddiMarkup\":0,\"CommisionPass\":355.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":264,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155975\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":264,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":5124,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888156435\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5124,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12711,\"Tax\":5606.6,\"YQTax\":0,\"OtherCharges\":5305,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18317.6,\"PublishedFare\":18834,\"PublishedFarePerPax\":18834,\"OfferedFare\":17653.45,\"CommissionEarned\":664.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_1CCUBKKSG43BKKCCUSG46_36908888155175\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5606.6,\"BaseFareCal\":17833.45,\"BaseFare\":12711,\"CommissionEarned\":664.15,\"TDS\":-34.96,\"MF\":20,\"YQ\":0,\"AGST\":278,\"MFT\":3.6,\"OT\":5305,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18833.45,\"CostToCustomer\":18833.45,\"BaseFareCal\":17833.45,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17833.45,\"intOfferedFare\":17653.45,\"intPublishFare\":18317.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.15,\"TripjackTDS\":\"34.96\",\"AddiMarkup\":0,\"CommisionPass\":664.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-01T19:45\",\"SegFlightNumber\":\"SG-43\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-01T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T21:45\",\"SegFlightNumber\":\"SG-46\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-10T20:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"20:45\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"keyIndex\":10,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"00R\"},{\"origin\":{\"keyIndex\":11,\"FlightNumber\":\"742\",\"SegFlightNumberArr\":\"SG-742\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-742\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2023-07-01T21:20\",\"LocalFromTime\":\"2023-07-01 21:20\",\"FromUTCTime\":\"2023-07-01T21:20\",\"LocalToTime\":\"2023-07-02 01:05\",\"ToUTCTime\":\"2023-07-02T01:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sun, 02 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"743\",\"SegFlightNumberArr\":\"SG-743\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-743\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"02:05\",\"ArrivalTime\":\"03:05\",\"TravelDate\":\"2023-07-10T02:05\",\"LocalFromTime\":\"2023-07-10 02:05\",\"FromUTCTime\":\"2023-07-10T02:05\",\"LocalToTime\":\"2023-07-10 03:05\",\"ToUTCTime\":\"2023-07-10T03:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":18437.41,\"PublishedFareTxt\":\"18,437\",\"ApiResultIndex\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161025\",\"apiTraceId\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161025\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12463,\"Tax\":5149.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17612.6,\"PublishedFare\":18438,\"PublishedFarePerPax\":18438,\"OfferedFare\":17257.41,\"CommissionEarned\":355.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161425\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5149.6,\"BaseFareCal\":17437.41,\"BaseFare\":12463,\"CommissionEarned\":355.19,\"TDS\":-18.7,\"MF\":20,\"YQ\":0,\"AGST\":266,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":355.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18437.41,\"CostToCustomer\":18437.41,\"BaseFareCal\":17437.41,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17437.41,\"intOfferedFare\":17257.41,\"intPublishFare\":17612.6,\"TripjackMarkup\":0,\"TripjackCommission\":355.19,\"TripjackTDS\":\"18.7\",\"AddiMarkup\":0,\"CommisionPass\":355.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":264,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888166085\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":264,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":5124,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888166565\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5124,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12711,\"Tax\":5606.6,\"YQTax\":0,\"OtherCharges\":5305,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18317.6,\"PublishedFare\":18834,\"PublishedFarePerPax\":18834,\"OfferedFare\":17653.45,\"CommissionEarned\":664.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_2CCUBKKSG742BKKCCUSG743_36908888161025\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5606.6,\"BaseFareCal\":17833.45,\"BaseFare\":12711,\"CommissionEarned\":664.15,\"TDS\":-34.96,\"MF\":20,\"YQ\":0,\"AGST\":278,\"MFT\":3.6,\"OT\":5305,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18833.45,\"CostToCustomer\":18833.45,\"BaseFareCal\":17833.45,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17833.45,\"intOfferedFare\":17653.45,\"intPublishFare\":18317.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.15,\"TripjackTDS\":\"34.96\",\"AddiMarkup\":0,\"CommisionPass\":664.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-02T01:05\",\"SegFlightNumber\":\"SG-742\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-01T21:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T03:05\",\"SegFlightNumber\":\"SG-743\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-10T02:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"02:05\",\"strArrivalDtTime\":\"03:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"02:05\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"keyIndex\":11,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00S\"},{\"origin\":{\"keyIndex\":12,\"FlightNumber\":\"742\",\"SegFlightNumberArr\":\"SG-742\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"OrFlightNumber\":\"SG-742\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2023-07-01T21:20\",\"LocalFromTime\":\"2023-07-01 21:20\",\"FromUTCTime\":\"2023-07-01T21:20\",\"LocalToTime\":\"2023-07-02 01:05\",\"ToUTCTime\":\"2023-07-02T01:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sun, 02 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"destination\":{\"FlightNumber\":\"46\",\"SegFlightNumberArr\":\"SG-46\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"DeFlightNumber\":\"SG-46\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-07-10T20:45\",\"LocalFromTime\":\"2023-07-10 20:45\",\"FromUTCTime\":\"2023-07-10T20:45\",\"LocalToTime\":\"2023-07-10 21:45\",\"ToUTCTime\":\"2023-07-10T21:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},\"AirlineName\":\"SpiceJet\",\"PublishedFare\":18437.41,\"PublishedFareTxt\":\"18,437\",\"ApiResultIndex\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"apiTraceId\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12463,\"Tax\":5149.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17612.6,\"PublishedFare\":18438,\"PublishedFarePerPax\":18438,\"OfferedFare\":17257.41,\"CommissionEarned\":355.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888171015\",\"IsGSTRequired\":true,\"fareremarks\":\"\",\"fareIdentifier\":\"SME\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5149.6,\"BaseFareCal\":17437.41,\"BaseFare\":12463,\"CommissionEarned\":355.19,\"TDS\":-18.7,\"MF\":20,\"YQ\":0,\"AGST\":266,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 KG\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":355.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18437.41,\"CostToCustomer\":18437.41,\"BaseFareCal\":17437.41,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17437.41,\"intOfferedFare\":17257.41,\"intPublishFare\":17612.6,\"TripjackMarkup\":0,\"TripjackCommission\":355.19,\"TripjackTDS\":\"18.7\",\"AddiMarkup\":0,\"CommisionPass\":355.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":4860,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":264,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888171455\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":264,\"MFT\":3.6,\"OT\":4860,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12547,\"Tax\":5147.6,\"YQTax\":0,\"OtherCharges\":5124,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17694.6,\"PublishedFare\":18607,\"PublishedFarePerPax\":18607,\"OfferedFare\":17426.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888171945\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5147.6,\"BaseFareCal\":17606.42,\"BaseFare\":12547,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":5124,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18606.42,\"CostToCustomer\":18606.42,\"BaseFareCal\":17606.42,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17606.42,\"intOfferedFare\":17426.42,\"intPublishFare\":17694.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12711,\"Tax\":5606.6,\"YQTax\":0,\"OtherCharges\":5305,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18317.6,\"PublishedFare\":18834,\"PublishedFarePerPax\":18834,\"OfferedFare\":17653.45,\"CommissionEarned\":664.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7299083023_3CCUBKKSG742BKKCCUSG46_36908888170675\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":50,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5606.6,\"BaseFareCal\":17833.45,\"BaseFare\":12711,\"CommissionEarned\":664.15,\"TDS\":-34.96,\"MF\":20,\"YQ\":0,\"AGST\":278,\"MFT\":3.6,\"OT\":5305,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":664.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":18833.45,\"CostToCustomer\":18833.45,\"BaseFareCal\":17833.45,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":17833.45,\"intOfferedFare\":17653.45,\"intPublishFare\":18317.6,\"TripjackMarkup\":0,\"TripjackCommission\":664.15,\"TripjackTDS\":\"34.96\",\"AddiMarkup\":0,\"CommisionPass\":664.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-02T01:05\",\"SegFlightNumber\":\"SG-742\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-01T21:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T21:45\",\"SegFlightNumber\":\"SG-46\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-10T20:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":50,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"DepartureTime\":\"20:45\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"be360-7736c-b78a1-3be4c\",\"keyIndex\":12,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"00T\"}]}],\"FlightBookingDataInbound\":null}','2023-02-25 20:32:51'),(251,'4ed1b-8cce1-2fa1d-b9bf9','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"28\\/02\\/2023\",\"check_out\":\"01\\/03\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/02\\/2023\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-02-28\",\"checkoutDate\":\"2023-03-01\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-02-28\",\"strCheckout\":\"2023-03-01\",\"SearchHotelTraceId\":\"4ed1b-8cce1-2fa1d-b9bf9\",\"interNationalSearch\":false,\"searchIds\":\"hsid0601342146\"}','2023-02-26 08:19:24'),(253,'0bf8b-b9726-92c89-959f3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":null,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0bf8b-b9726-92c89-959f3\",\"apiTraceId\":\"1164-0bf8b-b9726-92c89-959f3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-02-28\",\"LocalFromTime\":\"2023-02-28 21:30\",\"FromUTCTime\":\"2023-02-28 21:30\",\"LocalToTime\":\"2023-03-01 01:15:00\",\"ToUTCTime\":\"2023-03-01 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"SourcePlaceName\":\"Bangkok\",\"DestPlaceName\":\"Hyderabad\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"1164-0bf8b-b9726-92c89-959f3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10000,\"PublishedFare\":10000,\"PublishedFareAgent\":10000,\"OfferedFareAgent\":10000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1164_15979\",\"ApiResultIndex\":\"1164_15979\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8500,\"BaseFare\":8500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-01T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-02-28T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"DMK\",\"ArrTerminal\":\"International\"}],\"FareRules\":\"Non Refundable - Non Changeble\",\"CancellationPolicy\":\"Cancellation Charges\\n\\nLeisure Travel Shoppe cancellation charges additional applicable\",\"InternalRemarks\":\"Baggge 20Kg (1Pc) Check In 7 Kg Cabin\",\"FromDate\":\"28\\/02\\/2023\",\"FromDateSort\":1677522600,\"DepartureDateTxt\":\"Tue, 28 Feb\",\"ArrivalDateTxt\":\"Tue, 28 Feb\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"1164_15979\",\"SearchTraceId\":\"0bf8b-b9726-92c89-959f3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/02\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DMK-HYD\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/02\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0bf8b-b9726-92c89-959f3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/02\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-27 19:49:12\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-02-27 19:49:15'),(255,'76c00-45156-09054-65357','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"95\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":null,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"76c00-45156-09054-65357\",\"apiTraceId\":\"1202-76c00-45156-09054-65357\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-05\",\"LocalFromTime\":\"2023-03-05 00:45\",\"FromUTCTime\":\"2023-03-05 00:45\",\"LocalToTime\":\"2023-03-06 01:10:00\",\"ToUTCTime\":\"2023-03-06 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HYD\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Hyderabad\",\"StopCount\":\"1 Stop(s)\",\"StopCountShow\":\"1 Stop(s)\",\"Stops\":\"1\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21801,\"PublishedFareTxt\":\"21,801\",\"ApiResultIndex\":\"1202-76c00-45156-09054-65357\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21800,\"Tax\":1,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21801,\"PublishedFare\":21801,\"PublishedFareAgent\":21801,\"OfferedFareAgent\":21801,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1202_16733\",\"ApiResultIndex\":\"1202_16733\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21801,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21800,\"BaseFare\":21800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21801,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"959\",\"AirlineCode\":\"959\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-05T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"95-8\",\"AirlineCode\":\"95\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-03-06T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-03-05T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"05\\/03\\/2023\",\"FromDateSort\":1677954600,\"DepartureDateTxt\":\"Sun, 05 Mar\",\"ArrivalDateTxt\":\"Sun, 05 Mar\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00U\"}],\"apiTraceId\":\"1202_16733\",\"SearchTraceId\":\"76c00-45156-09054-65357\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__HYD-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/03\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__HYD-HYD\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/03\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"76c00-45156-09054-65357\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/03\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-02-27 19:53:41\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-02-27 19:53:48'),(261,'0f7c1-0756f-fdf7d-49602','{\"BookingData\":[{\"bookingId\":\"BKR101857646290\",\"bookingId_TJ\":\"TJ101857646290\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-03-01T18:45\",\"LocalFromTime\":\"2023-03-01 18:45\",\"FromUTCTime\":\"2023-03-01T18:45\",\"LocalToTime\":\"2023-03-01 21:05\",\"ToUTCTime\":\"2023-03-01T21:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Wed, 01 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4684.8,\"PublishedFareTxt\":\"4,685\",\"ApiResultIndex\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"CRF\":50,\"ARFT\":167.5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"ACF\":3600,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3538,\"Tax\":1146.8,\"YQTax\":0,\"OtherCharges\":951,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4887.36,\"OfferedFare\":4592.36,\"CommissionEarned\":92.44,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6246720427_0HYDDELSG8134_51325202919074\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.44,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1146.8,\"BaseFareCal\":4637.36,\"BaseFare\":3538,\"CommissionEarned\":92.44,\"TDS\":-4.86,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":951,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.44,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4887.36,\"CostToCustomer\":4887.36,\"BaseFareCal\":4637.36,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4637.36,\"intOfferedFare\":4592.36,\"intPublishFare\":4684.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.44,\"TripjackTDS\":\"4.86\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.44,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-01T21:05\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"FPML\",\"Price\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"JNML\",\"Price\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFVG\",\"Price\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"DBML\",\"Price\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"VCC2\",\"Price\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC6\",\"Price\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC5\",\"Price\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC4\",\"Price\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC2\",\"Price\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"NCC1\",\"Price\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"GFNV\",\"Price\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"997\",\"Code\":\"DNVL\",\"Price\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0f7c1-0756f-fdf7d-49602\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-02-27T22:39:45.025\",\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101857646290\",\"bookingId_TJ\":\"TJ101857646290\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-03-01T18:45\",\"LocalFromTime\":\"2023-03-01 18:45\",\"FromUTCTime\":\"2023-03-01T18:45\",\"LocalToTime\":\"2023-03-01 21:05\",\"ToUTCTime\":\"2023-03-01T21:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 01 Mar\",\"ArrivalDateTxt\":\"Wed, 01 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4684.8,\"ApiResultIndex\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0f7c1-0756f-fdf7d-49602\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-02-27T22:39:45.025\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3538,\"Tax\":1146.8,\"YQTax\":0,\"OtherCharges\":951,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4887.36,\"OfferedFare\":4592.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1146.8,\"BaseFareCal\":4637.36,\"BaseFare\":3538,\"CommissionEarned\":92.44,\"TDS\":-4.86,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":951,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-01T21:05\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-01T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6246720427_0HYDDELSG8134_56229510818353\",\"localFromDateTime\":\"2023-03-01 18:45\",\"localToDateTime\":\"2023-03-01 21:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"01\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0f7c1-0756f-fdf7d-49602\",\"from_city_\":\"1__HYD-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=01%2F03%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"GMAIL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9000805077\",\"FirstName\":\"GMAIL\",\"LastName\":\"BABA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-02-27-22-38-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"606421\",\"TPSysId\":\"606422\",\"VersionId\":[\"170640\"],\"CustomerSysId\":\"341529\",\"TrxId\":\"49878\",\"FareBreakdownid\":[\"372373\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"55\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_id\":[\"58\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"58\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4887.36},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"341529\",\"TPSysId\":\"606422\",\"MasterTPSysId\":\"606421\",\"ProposalID\":\"606422\\/V1\",\"InvoiceDate\":\"2023-02-27\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-02-27\",\"PaymentDate\":\"2023-02-27\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":4842.36,\"InvoiceStatus\":true,\"TotalSGST\":22.5,\"TotalCGST\":22.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4887.36,\"TotalDueAmount\":0,\"InvoiceValue\":4887.36,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-DEL-SpiceJet SG-8134\",\"ItemQty\":1,\"ItemRates\":4592.36,\"Total\":4592.36,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4887.36,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":4842.36,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-02-27 22:39:14'),(262,'5f8d4-d7fbd-d53d6-2610f','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":545,\"FlightNumber\":\"6066\",\"SegFlightNumberArr\":\"6E-6066, 6E-1788 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-6066\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2023-03-07T09:55\",\"LocalFromTime\":\"2023-03-07 09:55\",\"FromUTCTime\":\"2023-03-07T09:55\",\"LocalToTime\":\"2023-03-07 14:40\",\"ToUTCTime\":\"2023-03-07T14:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":305,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1789\",\"SegFlightNumberArr\":\"6E-1789, 6E-7384 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1789\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-03-10T15:50\",\"LocalFromTime\":\"2023-03-10 15:50\",\"FromUTCTime\":\"2023-03-10T15:50\",\"LocalToTime\":\"2023-03-10 22:50\",\"ToUTCTime\":\"2023-03-10T22:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"MLE\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":23524.22,\"PublishedFareTxt\":\"23,524\",\"ApiResultIndex\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791578061\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15301,\"Tax\":7297.6,\"YQTax\":0,\"OtherCharges\":7274,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22598.6,\"PublishedFare\":23525,\"PublishedFarePerPax\":23525,\"OfferedFare\":22344.22,\"CommissionEarned\":254.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791578061\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7297.6,\"BaseFareCal\":22524.22,\"BaseFare\":15301,\"CommissionEarned\":254.38,\"TDS\":-13.38,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":23524.22,\"CostToCustomer\":23524.22,\"BaseFareCal\":22524.22,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":22524.22,\"intOfferedFare\":22344.22,\"intPublishFare\":22598.6,\"TripjackMarkup\":0,\"TripjackCommission\":254.38,\"TripjackTDS\":\"13.38\",\"AddiMarkup\":0,\"CommisionPass\":254.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0V9\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-07T11:15\",\"SegFlightNumber\":\"6E-6066\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-07T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":105,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"34U\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-03-07T14:40\",\"SegFlightNumber\":\"6E-1788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-07T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"34V\"},{\"isReturnSegment\":true,\"originAirportName\":\"Male Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Male\",\"originCountryName\":\"Maldives\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-10T18:15\",\"SegFlightNumber\":\"6E-1789\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MLE\",\"originDepTime\":\"2023-03-10T15:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":175,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"34W\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-10T22:50\",\"SegFlightNumber\":\"6E-7384\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-10T21:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"34X\"}],\"DepartureTime\":\"15:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"keyIndex\":545,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":485,\"FlightNumber\":\"887\",\"SegFlightNumberArr\":\"6E-887, 6E-1788 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-887\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028086\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:20\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2023-03-07T05:20\",\"LocalFromTime\":\"2023-03-07 05:20\",\"FromUTCTime\":\"2023-03-07T05:20\",\"LocalToTime\":\"2023-03-07 14:40\",\"ToUTCTime\":\"2023-03-07T14:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":385,\"LAYOVERDuration\":\"6h 25m\",\"FlyingMinutes\":585,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"9h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1789\",\"SegFlightNumberArr\":\"6E-1789, 6E-7384 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1789\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028086\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-03-10T15:50\",\"LocalFromTime\":\"2023-03-10 15:50\",\"FromUTCTime\":\"2023-03-10T15:50\",\"LocalToTime\":\"2023-03-10 22:50\",\"ToUTCTime\":\"2023-03-10T22:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"MLE\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":23524.22,\"PublishedFareTxt\":\"23,524\",\"ApiResultIndex\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028086\",\"apiTraceId\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028086\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15301,\"Tax\":7297.6,\"YQTax\":0,\"OtherCharges\":7274,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22598.6,\"PublishedFare\":23525,\"PublishedFarePerPax\":23525,\"OfferedFare\":22344.22,\"CommissionEarned\":254.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028686\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7297.6,\"BaseFareCal\":22524.22,\"BaseFare\":15301,\"CommissionEarned\":254.38,\"TDS\":-13.38,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":23524.22,\"CostToCustomer\":23524.22,\"BaseFareCal\":22524.22,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":22524.22,\"intOfferedFare\":22344.22,\"intPublishFare\":22598.6,\"TripjackMarkup\":0,\"TripjackCommission\":254.38,\"TripjackTDS\":\"13.38\",\"AddiMarkup\":0,\"CommisionPass\":254.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16650,\"Tax\":7362.6,\"YQTax\":0,\"OtherCharges\":7339,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24012.6,\"PublishedFare\":24916,\"PublishedFarePerPax\":24916,\"OfferedFare\":23735.78,\"CommissionEarned\":276.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791029026\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7362.6,\"BaseFareCal\":23915.78,\"BaseFare\":16650,\"CommissionEarned\":276.82,\"TDS\":-14.56,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7339,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24915.78,\"CostToCustomer\":24915.78,\"BaseFareCal\":23915.78,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23915.78,\"intOfferedFare\":23735.78,\"intPublishFare\":24012.6,\"TripjackMarkup\":0,\"TripjackCommission\":276.82,\"TripjackTDS\":\"14.56\",\"AddiMarkup\":0,\"CommisionPass\":276.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18700,\"Tax\":7414.6,\"YQTax\":0,\"OtherCharges\":7391,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26114.6,\"PublishedFare\":26984,\"PublishedFarePerPax\":26984,\"OfferedFare\":25803.71,\"CommissionEarned\":310.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028336\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7414.6,\"BaseFareCal\":25983.71,\"BaseFare\":18700,\"CommissionEarned\":310.89,\"TDS\":-16.36,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7391,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26983.71,\"CostToCustomer\":26983.71,\"BaseFareCal\":25983.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25983.71,\"intOfferedFare\":25803.71,\"intPublishFare\":26114.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.89,\"TripjackTDS\":\"16.36\",\"AddiMarkup\":0,\"CommisionPass\":310.89,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18100,\"Tax\":8049.6,\"YQTax\":0,\"OtherCharges\":7545,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":481,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26149.6,\"PublishedFare\":26556,\"PublishedFarePerPax\":26556,\"OfferedFare\":25375.82,\"CommissionEarned\":773.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_112HYDBLR6E887BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791028086\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8049.6,\"BaseFareCal\":25555.82,\"BaseFare\":18100,\"CommissionEarned\":773.78,\"TDS\":-40.72,\"MF\":20,\"YQ\":0,\"AGST\":481,\"MFT\":3.6,\"OT\":7545,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":773.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26555.82,\"CostToCustomer\":26555.82,\"BaseFareCal\":25555.82,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25555.82,\"intOfferedFare\":25375.82,\"intPublishFare\":26149.6,\"TripjackMarkup\":0,\"TripjackCommission\":773.78,\"TripjackTDS\":\"40.72\",\"AddiMarkup\":0,\"CommisionPass\":773.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-07T06:35\",\"SegFlightNumber\":\"6E-887\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-07T05:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":385,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:20\",\"strArrivalDtTime\":\"06:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"6h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-03-07T14:40\",\"SegFlightNumber\":\"6E-1788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-07T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Male Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Male\",\"originCountryName\":\"Maldives\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-10T18:15\",\"SegFlightNumber\":\"6E-1789\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MLE\",\"originDepTime\":\"2023-03-10T15:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":175,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-10T22:50\",\"SegFlightNumber\":\"6E-7384\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-10T21:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"15:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"keyIndex\":485,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"0VH\"},{\"origin\":{\"keyIndex\":505,\"FlightNumber\":\"413\",\"SegFlightNumberArr\":\"6E-413, 6E-1788 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-413\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255742\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2023-03-07T06:50\",\"LocalFromTime\":\"2023-03-07 06:50\",\"FromUTCTime\":\"2023-03-07T06:50\",\"LocalToTime\":\"2023-03-07 14:40\",\"ToUTCTime\":\"2023-03-07T14:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":290,\"LAYOVERDuration\":\"4h 50m\",\"FlyingMinutes\":490,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"8h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1789\",\"SegFlightNumberArr\":\"6E-1789, 6E-7384 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1789\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255742\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-03-10T15:50\",\"LocalFromTime\":\"2023-03-10 15:50\",\"FromUTCTime\":\"2023-03-10T15:50\",\"LocalToTime\":\"2023-03-10 22:50\",\"ToUTCTime\":\"2023-03-10T22:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"MLE\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":23524.22,\"PublishedFareTxt\":\"23,524\",\"ApiResultIndex\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255742\",\"apiTraceId\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255742\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15301,\"Tax\":7297.6,\"YQTax\":0,\"OtherCharges\":7274,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22598.6,\"PublishedFare\":23525,\"PublishedFarePerPax\":23525,\"OfferedFare\":22344.22,\"CommissionEarned\":254.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791256302\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7297.6,\"BaseFareCal\":22524.22,\"BaseFare\":15301,\"CommissionEarned\":254.38,\"TDS\":-13.38,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":23524.22,\"CostToCustomer\":23524.22,\"BaseFareCal\":22524.22,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":22524.22,\"intOfferedFare\":22344.22,\"intPublishFare\":22598.6,\"TripjackMarkup\":0,\"TripjackCommission\":254.38,\"TripjackTDS\":\"13.38\",\"AddiMarkup\":0,\"CommisionPass\":254.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16650,\"Tax\":7362.6,\"YQTax\":0,\"OtherCharges\":7339,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24012.6,\"PublishedFare\":24916,\"PublishedFarePerPax\":24916,\"OfferedFare\":23735.78,\"CommissionEarned\":276.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791256632\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7362.6,\"BaseFareCal\":23915.78,\"BaseFare\":16650,\"CommissionEarned\":276.82,\"TDS\":-14.56,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7339,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24915.78,\"CostToCustomer\":24915.78,\"BaseFareCal\":23915.78,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23915.78,\"intOfferedFare\":23735.78,\"intPublishFare\":24012.6,\"TripjackMarkup\":0,\"TripjackCommission\":276.82,\"TripjackTDS\":\"14.56\",\"AddiMarkup\":0,\"CommisionPass\":276.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18700,\"Tax\":7414.6,\"YQTax\":0,\"OtherCharges\":7391,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26114.6,\"PublishedFare\":26984,\"PublishedFarePerPax\":26984,\"OfferedFare\":25803.71,\"CommissionEarned\":310.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255952\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7414.6,\"BaseFareCal\":25983.71,\"BaseFare\":18700,\"CommissionEarned\":310.89,\"TDS\":-16.36,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7391,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26983.71,\"CostToCustomer\":26983.71,\"BaseFareCal\":25983.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25983.71,\"intOfferedFare\":25803.71,\"intPublishFare\":26114.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.89,\"TripjackTDS\":\"16.36\",\"AddiMarkup\":0,\"CommisionPass\":310.89,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18100,\"Tax\":8049.6,\"YQTax\":0,\"OtherCharges\":7545,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":481,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26149.6,\"PublishedFare\":26556,\"PublishedFarePerPax\":26556,\"OfferedFare\":25375.82,\"CommissionEarned\":773.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_132HYDBLR6E413BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791255742\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8049.6,\"BaseFareCal\":25555.82,\"BaseFare\":18100,\"CommissionEarned\":773.78,\"TDS\":-40.72,\"MF\":20,\"YQ\":0,\"AGST\":481,\"MFT\":3.6,\"OT\":7545,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":773.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26555.82,\"CostToCustomer\":26555.82,\"BaseFareCal\":25555.82,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25555.82,\"intOfferedFare\":25375.82,\"intPublishFare\":26149.6,\"TripjackMarkup\":0,\"TripjackCommission\":773.78,\"TripjackTDS\":\"40.72\",\"AddiMarkup\":0,\"CommisionPass\":773.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-07T08:10\",\"SegFlightNumber\":\"6E-413\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-07T06:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":290,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 50m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-03-07T14:40\",\"SegFlightNumber\":\"6E-1788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-07T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Male Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Male\",\"originCountryName\":\"Maldives\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-10T18:15\",\"SegFlightNumber\":\"6E-1789\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MLE\",\"originDepTime\":\"2023-03-10T15:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":175,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-10T22:50\",\"SegFlightNumber\":\"6E-7384\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-10T21:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"15:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"keyIndex\":505,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"0VI\"},{\"origin\":{\"keyIndex\":525,\"FlightNumber\":\"151\",\"SegFlightNumberArr\":\"6E-151, 6E-1788 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-151\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417066\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:35\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2023-03-07T08:35\",\"LocalFromTime\":\"2023-03-07 08:35\",\"FromUTCTime\":\"2023-03-07T08:35\",\"LocalToTime\":\"2023-03-07 14:40\",\"ToUTCTime\":\"2023-03-07T14:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":185,\"LAYOVERDuration\":\"3h 5m\",\"FlyingMinutes\":385,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"6h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1789\",\"SegFlightNumberArr\":\"6E-1789, 6E-7384 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1789\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417066\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-03-10T15:50\",\"LocalFromTime\":\"2023-03-10 15:50\",\"FromUTCTime\":\"2023-03-10T15:50\",\"LocalToTime\":\"2023-03-10 22:50\",\"ToUTCTime\":\"2023-03-10T22:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"MLE\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":23524.22,\"PublishedFareTxt\":\"23,524\",\"ApiResultIndex\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417066\",\"apiTraceId\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417066\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15301,\"Tax\":7297.6,\"YQTax\":0,\"OtherCharges\":7274,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22598.6,\"PublishedFare\":23525,\"PublishedFarePerPax\":23525,\"OfferedFare\":22344.22,\"CommissionEarned\":254.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417716\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7297.6,\"BaseFareCal\":22524.22,\"BaseFare\":15301,\"CommissionEarned\":254.38,\"TDS\":-13.38,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":23524.22,\"CostToCustomer\":23524.22,\"BaseFareCal\":22524.22,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":22524.22,\"intOfferedFare\":22344.22,\"intPublishFare\":22598.6,\"TripjackMarkup\":0,\"TripjackCommission\":254.38,\"TripjackTDS\":\"13.38\",\"AddiMarkup\":0,\"CommisionPass\":254.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16650,\"Tax\":7362.6,\"YQTax\":0,\"OtherCharges\":7339,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24012.6,\"PublishedFare\":24916,\"PublishedFarePerPax\":24916,\"OfferedFare\":23735.78,\"CommissionEarned\":276.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791418147\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7362.6,\"BaseFareCal\":23915.78,\"BaseFare\":16650,\"CommissionEarned\":276.82,\"TDS\":-14.56,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7339,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24915.78,\"CostToCustomer\":24915.78,\"BaseFareCal\":23915.78,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23915.78,\"intOfferedFare\":23735.78,\"intPublishFare\":24012.6,\"TripjackMarkup\":0,\"TripjackCommission\":276.82,\"TripjackTDS\":\"14.56\",\"AddiMarkup\":0,\"CommisionPass\":276.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18700,\"Tax\":7414.6,\"YQTax\":0,\"OtherCharges\":7391,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26114.6,\"PublishedFare\":26984,\"PublishedFarePerPax\":26984,\"OfferedFare\":25803.71,\"CommissionEarned\":310.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417376\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7414.6,\"BaseFareCal\":25983.71,\"BaseFare\":18700,\"CommissionEarned\":310.89,\"TDS\":-16.36,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7391,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26983.71,\"CostToCustomer\":26983.71,\"BaseFareCal\":25983.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25983.71,\"intOfferedFare\":25803.71,\"intPublishFare\":26114.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.89,\"TripjackTDS\":\"16.36\",\"AddiMarkup\":0,\"CommisionPass\":310.89,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18100,\"Tax\":8049.6,\"YQTax\":0,\"OtherCharges\":7545,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":481,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26149.6,\"PublishedFare\":26556,\"PublishedFarePerPax\":26556,\"OfferedFare\":25375.82,\"CommissionEarned\":773.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_152HYDBLR6E151BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791417066\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8049.6,\"BaseFareCal\":25555.82,\"BaseFare\":18100,\"CommissionEarned\":773.78,\"TDS\":-40.72,\"MF\":20,\"YQ\":0,\"AGST\":481,\"MFT\":3.6,\"OT\":7545,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":773.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26555.82,\"CostToCustomer\":26555.82,\"BaseFareCal\":25555.82,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25555.82,\"intOfferedFare\":25375.82,\"intPublishFare\":26149.6,\"TripjackMarkup\":0,\"TripjackCommission\":773.78,\"TripjackTDS\":\"40.72\",\"AddiMarkup\":0,\"CommisionPass\":773.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-07T09:55\",\"SegFlightNumber\":\"6E-151\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-07T08:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":185,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:35\",\"strArrivalDtTime\":\"09:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"3h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-03-07T14:40\",\"SegFlightNumber\":\"6E-1788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-07T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Male Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Male\",\"originCountryName\":\"Maldives\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-10T18:15\",\"SegFlightNumber\":\"6E-1789\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MLE\",\"originDepTime\":\"2023-03-10T15:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":175,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-10T22:50\",\"SegFlightNumber\":\"6E-7384\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-10T21:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"15:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"keyIndex\":525,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"0VJ\"},{\"origin\":{\"keyIndex\":545,\"FlightNumber\":\"6066\",\"SegFlightNumberArr\":\"6E-6066, 6E-1788 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-6066\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2023-03-07T09:55\",\"LocalFromTime\":\"2023-03-07 09:55\",\"FromUTCTime\":\"2023-03-07T09:55\",\"LocalToTime\":\"2023-03-07 14:40\",\"ToUTCTime\":\"2023-03-07T14:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":305,\"DepartureDateTxt\":\"Tue, 07 Mar\",\"ArrivalDateTxt\":\"Tue, 07 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1789\",\"SegFlightNumberArr\":\"6E-1789, 6E-7384 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1789\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-03-10T15:50\",\"LocalFromTime\":\"2023-03-10 15:50\",\"FromUTCTime\":\"2023-03-10T15:50\",\"LocalToTime\":\"2023-03-10 22:50\",\"ToUTCTime\":\"2023-03-10T22:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16508\",\"SourceAirportCode\":\"MLE\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":23524.22,\"PublishedFareTxt\":\"23,524\",\"ApiResultIndex\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"apiTraceId\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15301,\"Tax\":7297.6,\"YQTax\":0,\"OtherCharges\":7274,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22598.6,\"PublishedFare\":23525,\"PublishedFarePerPax\":23525,\"OfferedFare\":22344.22,\"CommissionEarned\":254.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791578061\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7297.6,\"BaseFareCal\":22524.22,\"BaseFare\":15301,\"CommissionEarned\":254.38,\"TDS\":-13.38,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":23524.22,\"CostToCustomer\":23524.22,\"BaseFareCal\":22524.22,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":22524.22,\"intOfferedFare\":22344.22,\"intPublishFare\":22598.6,\"TripjackMarkup\":0,\"TripjackCommission\":254.38,\"TripjackTDS\":\"13.38\",\"AddiMarkup\":0,\"CommisionPass\":254.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16650,\"Tax\":7362.6,\"YQTax\":0,\"OtherCharges\":7339,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24012.6,\"PublishedFare\":24916,\"PublishedFarePerPax\":24916,\"OfferedFare\":23735.78,\"CommissionEarned\":276.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791578461\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7362.6,\"BaseFareCal\":23915.78,\"BaseFare\":16650,\"CommissionEarned\":276.82,\"TDS\":-14.56,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7339,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":24915.78,\"CostToCustomer\":24915.78,\"BaseFareCal\":23915.78,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":23915.78,\"intOfferedFare\":23735.78,\"intPublishFare\":24012.6,\"TripjackMarkup\":0,\"TripjackCommission\":276.82,\"TripjackTDS\":\"14.56\",\"AddiMarkup\":0,\"CommisionPass\":276.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18700,\"Tax\":7414.6,\"YQTax\":0,\"OtherCharges\":7391,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26114.6,\"PublishedFare\":26984,\"PublishedFarePerPax\":26984,\"OfferedFare\":25803.71,\"CommissionEarned\":310.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577711\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7414.6,\"BaseFareCal\":25983.71,\"BaseFare\":18700,\"CommissionEarned\":310.89,\"TDS\":-16.36,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":7391,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26983.71,\"CostToCustomer\":26983.71,\"BaseFareCal\":25983.71,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25983.71,\"intOfferedFare\":25803.71,\"intPublishFare\":26114.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.89,\"TripjackTDS\":\"16.36\",\"AddiMarkup\":0,\"CommisionPass\":310.89,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18100,\"Tax\":8049.6,\"YQTax\":0,\"OtherCharges\":7545,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":481,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26149.6,\"PublishedFare\":26556,\"PublishedFarePerPax\":26556,\"OfferedFare\":25375.82,\"CommissionEarned\":773.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5752269658_172HYDBLR6E6066BLRMLE6E1788MLEBLR6E1789BLRHYD6E7384_29923791577461\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8049.6,\"BaseFareCal\":25555.82,\"BaseFare\":18100,\"CommissionEarned\":773.78,\"TDS\":-40.72,\"MF\":20,\"YQ\":0,\"AGST\":481,\"MFT\":3.6,\"OT\":7545,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":773.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":26555.82,\"CostToCustomer\":26555.82,\"BaseFareCal\":25555.82,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":25555.82,\"intOfferedFare\":25375.82,\"intPublishFare\":26149.6,\"TripjackMarkup\":0,\"TripjackCommission\":773.78,\"TripjackTDS\":\"40.72\",\"AddiMarkup\":0,\"CommisionPass\":773.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-07T11:15\",\"SegFlightNumber\":\"6E-6066\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-07T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":105,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-03-07T14:40\",\"SegFlightNumber\":\"6E-1788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-07T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Male Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Male\",\"originCountryName\":\"Maldives\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-10T18:15\",\"SegFlightNumber\":\"6E-1789\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MLE\",\"originDepTime\":\"2023-03-10T15:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":175,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-10T22:50\",\"SegFlightNumber\":\"6E-7384\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-10T21:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"15:50\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"5f8d4-d7fbd-d53d6-2610f\",\"keyIndex\":545,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"0VK\"}]}],\"FlightBookingDataInbound\":null}','2023-03-02 15:29:14'),(264,'021c8-6c170-4d15f-59bab','{\"FlightBookingData\":[{\"bookingId\":\"BKR108757941436\",\"bookingId_TJ\":\"TJ108757941436\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2023-03-15T18:30\",\"LocalFromTime\":\"2023-03-15 18:30\",\"FromUTCTime\":\"2023-03-15T18:30\",\"LocalToTime\":\"2023-03-15 20:55\",\"ToUTCTime\":\"2023-03-15T20:55\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 15 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4069.8,\"PublishedFareTxt\":\"4,070\",\"ApiResultIndex\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3320,\"Tax\":749.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4069.8,\"PublishedFare\":4278.06,\"OfferedFare\":3983.06,\"CommissionEarned\":86.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7723736206_0DELBOMSG8709_33440058798434\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":749.8,\"BaseFareCal\":4028.06,\"BaseFare\":3320,\"CommissionEarned\":86.74,\"TDS\":-4.56,\"MF\":10,\"YQ\":0,\"AGST\":174,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4278.06,\"CostToCustomer\":4278.06,\"BaseFareCal\":4028.06,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4028.06,\"intOfferedFare\":3983.06,\"intPublishFare\":4069.8,\"TripjackMarkup\":0,\"TripjackCommission\":86.74,\"TripjackTDS\":\"4.56\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"157\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-03-15T20:55\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-15T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"FPML\",\"Price\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"JNML\",\"Price\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFVG\",\"Price\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"DBML\",\"Price\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"VCC2\",\"Price\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC6\",\"Price\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC5\",\"Price\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC4\",\"Price\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC2\",\"Price\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"NCC1\",\"Price\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"GFNV\",\"Price\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"157\",\"Code\":\"DNVL\",\"Price\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"021c8-6c170-4d15f-59bab\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-02T21:41:39.777\",\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108757941436\",\"bookingId_TJ\":\"TJ108757941436\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2023-03-15T18:30\",\"LocalFromTime\":\"2023-03-15 18:30\",\"FromUTCTime\":\"2023-03-15T18:30\",\"LocalToTime\":\"2023-03-15 20:55\",\"ToUTCTime\":\"2023-03-15T20:55\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 15 Mar\",\"ArrivalDateTxt\":\"Wed, 15 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4069.8,\"ApiResultIndex\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"021c8-6c170-4d15f-59bab\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-02T21:41:39.777\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3320,\"Tax\":749.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4069.8,\"PublishedFare\":4278.06,\"OfferedFare\":3983.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":749.8,\"BaseFareCal\":4028.06,\"BaseFare\":3320,\"CommissionEarned\":86.74,\"TDS\":-4.56,\"MF\":10,\"YQ\":0,\"AGST\":174,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"157\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-03-15T20:55\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-15T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7723736206_1DELBOMSG8709_30909721844568\",\"localFromDateTime\":\"2023-03-15 18:30\",\"localToDateTime\":\"2023-03-15 20:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"59\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"28\"],\"flight_booking_id\":[\"59\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"tausif2k7@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"07307307604\",\"FirstName\":\"Md\",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-02-21-40-47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"28\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"28\"],\"flight_booking_customer\":[[\"56\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Mumbai\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"15\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"021c8-6c170-4d15f-59bab\",\"from_city_\":\"1__DEL-BOM\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"28\"],\"flight_booking_id\":[\"59\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"tausif2k7@gmail.com\",\"FirstName\":\"Md\",\"LastName\":\"Ali\",\"CountryCode\":\"91\",\"MobileNo\":\"07307307604\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2023-03-02 21:40:47'),(268,'f761b-cc443-c810d-b49b0','{\"BookingData\":[{\"bookingId\":\"BKR103558010559\",\"bookingId_TJ\":\"TJ103558010559\",\"FlightNumber\":\"SG-2976\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-03-10T20:10\",\"LocalFromTime\":\"2023-03-10 20:10\",\"FromUTCTime\":\"2023-03-10T20:10\",\"LocalToTime\":\"2023-03-10 21:10\",\"ToUTCTime\":\"2023-03-10T21:10\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2039.8,\"PublishedFareTxt\":\"2,040\",\"ApiResultIndex\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-JAI\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1386,\"Tax\":653.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2039.8,\"PublishedFare\":2318.35,\"OfferedFare\":2023.35,\"CommissionEarned\":16.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7596032964_0DELJAISG2976_21611899056481\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":16.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":653.8,\"BaseFareCal\":2068.35,\"BaseFare\":1386,\"CommissionEarned\":16.45,\"TDS\":-0.87,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":16.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":2318.35,\"CostToCustomer\":2318.35,\"BaseFareCal\":2068.35,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2068.35,\"intOfferedFare\":2023.35,\"intPublishFare\":2039.8,\"TripjackMarkup\":0,\"TripjackCommission\":16.45,\"TripjackTDS\":\"0.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":16.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-03-10T21:10\",\"SegFlightNumber\":\"SG-2976\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-10T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f761b-cc443-c810d-b49b0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-03T16:48:36.081\",\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103558010559\",\"bookingId_TJ\":\"TJ103558010559\",\"FlightNumber\":\"SG-2976\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-03-10T20:10\",\"LocalFromTime\":\"2023-03-10 20:10\",\"FromUTCTime\":\"2023-03-10T20:10\",\"LocalToTime\":\"2023-03-10 21:10\",\"ToUTCTime\":\"2023-03-10T21:10\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Fri, 10 Mar\",\"ArrivalDateTxt\":\"Fri, 10 Mar\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2039.8,\"ApiResultIndex\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"f761b-cc443-c810d-b49b0\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-03T16:48:36.081\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1386,\"Tax\":653.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2039.8,\"PublishedFare\":2318.35,\"OfferedFare\":2023.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":653.8,\"BaseFareCal\":2068.35,\"BaseFare\":1386,\"CommissionEarned\":16.45,\"TDS\":-0.87,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-03-10T21:10\",\"SegFlightNumber\":\"SG-2976\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-10T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7596032964_0DELJAISG2976_29508022080759\",\"localFromDateTime\":\"2023-03-10 20:10\",\"localToDateTime\":\"2023-03-10 21:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jaipur\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"10\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"DEL\",\"to\":\"JAI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":7701,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f761b-cc443-c810d-b49b0\",\"from_city_\":\"1__DEL-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Jaipur&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=10%2F03%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-03-16-47-45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"14\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"611327\",\"TPSysId\":\"611328\",\"VersionId\":[\"173031\"],\"CustomerSysId\":\"307069\",\"TrxId\":\"50388\",\"FareBreakdownid\":[\"372766\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"57\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_id\":[\"60\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"60\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":2318.35},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"307069\",\"TPSysId\":\"611328\",\"MasterTPSysId\":\"611327\",\"ProposalID\":\"611328\\/V1\",\"InvoiceDate\":\"2023-03-03\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-03-03\",\"PaymentDate\":\"2023-03-03\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":2273.35,\"InvoiceStatus\":true,\"TotalSGST\":22.5,\"TotalCGST\":22.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":2318.35,\"TotalDueAmount\":0,\"InvoiceValue\":2318.35,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-JAI-SpiceJet SG-2976\",\"ItemQty\":1,\"ItemRates\":2023.35,\"Total\":2023.35,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":2318.35,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":2273.35,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-03-03 16:48:15'),(269,'6','{\"_sessiondata\":{\"EmailId\":\"jitendra@catpl.co.in\",\"UserSysId\":\"47361\",\"CustomerSysId\":\"325876\",\"AgencySysId\":\"45196\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"Jitendra Kumar\",\"LastName\":\"Singh\",\"Password_cu\":\"\",\"AgencyName\":\"Jitendra Tours & Travels\",\"AgencyCode\":\"45548\",\"ContactNo1\":\"9958049006\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"41D6F0B2-BCAE-444C-891A-753411811385\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"105\",\"RefrenceNo\":\"123\",\"CreditDate\":\"03\\/03\\/2023\",\"Remark\":\"test\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-03-03 16:49:43'),(270,'0e912-0efea-f76f2-38ac2','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8134\",\"keyIndex\":142,\"SegFlightNumberArr\":\"SG-8134\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9471939923_0HYDDELSG8134_43129948045938\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2023-03-08T18:45\",\"LocalFromTime\":\"2023-03-08 18:45\",\"FromUTCTime\":\"2023-03-08T18:45\",\"LocalToTime\":\"2023-03-08 21:20\",\"ToUTCTime\":\"2023-03-08T21:20\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 08 Mar\",\"ArrivalDateTxt\":\"Wed, 08 Mar\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":27,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":4701,\"PublishedFareTxt\":\"4,701\",\"ApiResultIndex\":\"4-9471939923_0HYDDELSG8134_43129948044958\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"0e912-0efea-f76f2-38ac2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3308,\"Tax\":1136.8,\"YQTax\":0,\"OtherCharges\":951,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4444.8,\"PublishedFare\":4701,\"PublishedFarePerPax\":4701,\"OfferedFare\":4405.52,\"CommissionEarned\":39.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.07,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9471939923_0HYDDELSG8134_43129948045938\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":39.28,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":42,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1136.8,\"BaseFareCal\":4450.52,\"BaseFare\":3308,\"CommissionEarned\":39.28,\"TDS\":-2.07,\"MF\":10,\"YQ\":0,\"AGST\":174,\"MFT\":1.8,\"OT\":951,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4700.52,\"CostToCustomer\":4700.52,\"BaseFareCal\":4450.52,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4450.52,\"intOfferedFare\":4405.52,\"intPublishFare\":4444.8,\"TripjackMarkup\":0,\"TripjackCommission\":39.28,\"TripjackTDS\":\"2.07\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":39.28,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05S\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-08T21:20\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-08T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":27,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-07 00:10:57'),(271,'07706-da0c2-2a544-207bb','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-832\",\"keyIndex\":4,\"SegFlightNumberArr\":\"UK-832\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-0498519464_0MAADELUK832_13138337957069\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-03-12T07:05\",\"LocalFromTime\":\"2023-03-12 07:05\",\"FromUTCTime\":\"2023-03-12T07:05\",\"LocalToTime\":\"2023-03-12 09:40\",\"ToUTCTime\":\"2023-03-12T09:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sun, 12 Mar\",\"ArrivalDateTxt\":\"Sun, 12 Mar\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5650,\"PublishedFareTxt\":\"5,649\",\"ApiResultIndex\":\"21-10-15-2-0498519464_0MAADELUK832_13138337957069\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"07706-da0c2-2a544-207bb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5008,\"Tax\":876.8,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":257,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5884.8,\"PublishedFare\":5650,\"PublishedFarePerPax\":5650,\"OfferedFare\":5354.13,\"CommissionEarned\":530.67,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-27.93,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0498519464_0MAADELUK832_13138337957069\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":530.67,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":876.8,\"BaseFareCal\":5399.13,\"BaseFare\":5008,\"CommissionEarned\":530.67,\"TDS\":-27.93,\"MF\":10,\"YQ\":0,\"AGST\":257,\"MFT\":1.8,\"OT\":478,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":530.67,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5649.13,\"CostToCustomer\":5649.13,\"BaseFareCal\":5399.13,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5399.13,\"intOfferedFare\":5354.13,\"intPublishFare\":5884.8,\"TripjackMarkup\":0,\"TripjackCommission\":530.67,\"TripjackTDS\":\"27.93\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":530.67,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"051\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-12T09:40\",\"SegFlightNumber\":\"UK-832\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-03-12T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-09 12:41:30'),(275,'b3aac-06bad-a0730-1b35c','{\"BookingData\":[{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-503\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-03-24T17:10\",\"LocalFromTime\":\"2023-03-24 17:10\",\"FromUTCTime\":\"2023-03-24T17:10\",\"LocalToTime\":\"2023-03-24 20:00\",\"ToUTCTime\":\"2023-03-24T20:00\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Mar\",\"ArrivalDateTxt\":\"Fri, 24 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4481.8,\"PublishedFareTxt\":\"4,482\",\"ApiResultIndex\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}},\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3469,\"Tax\":1012.8,\"YQTax\":0,\"OtherCharges\":649,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4481.8,\"PublishedFare\":4693.06,\"OfferedFare\":4398.06,\"CommissionEarned\":83.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3970128754_0BLRDELAI503_177609680757238\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":83.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1012.8,\"BaseFareCal\":4443.06,\"BaseFare\":3469,\"CommissionEarned\":83.74,\"TDS\":-4.41,\"MF\":10,\"YQ\":0,\"AGST\":182,\"MFT\":1.8,\"OT\":649,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":83.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4693.06,\"CostToCustomer\":4693.06,\"BaseFareCal\":4443.06,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4443.06,\"intOfferedFare\":4398.06,\"intPublishFare\":4481.8,\"TripjackMarkup\":0,\"TripjackCommission\":83.74,\"TripjackTDS\":\"4.41\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":83.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"649\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-24T20:00\",\"SegFlightNumber\":\"AI-503\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-24T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-24 12:00\",\"localToDateTime\":\"2023-03-30 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-503\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-03-24T17:10\",\"LocalFromTime\":\"2023-03-24 17:10\",\"FromUTCTime\":\"2023-03-24T17:10\",\"LocalToTime\":\"2023-03-24 20:00\",\"ToUTCTime\":\"2023-03-24T20:00\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Mar\",\"ArrivalDateTxt\":\"Fri, 24 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8422.6,\"ApiResultIndex\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6669,\"Tax\":1753.6,\"YQTax\":0,\"OtherCharges\":1039,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":351,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":8422.6,\"PublishedFare\":8852.39,\"OfferedFare\":8262.39,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1753.6,\"BaseFareCal\":8352.39,\"BaseFare\":6669,\"CommissionEarned\":160.20999999999998,\"TDS\":-8.440000000000001,\"MF\":20,\"YQ\":0,\"AGST\":351,\"MFT\":3.6,\"OT\":1039,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"649\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-03-24T20:00\",\"SegFlightNumber\":\"AI-503\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-03-24T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-30T06:25\",\"SegFlightNumber\":\"AI-514\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-30T03:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:35\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-3970128754_62BLRDELAI503_11988746067994\",\"localFromDateTime\":\"2023-03-24 17:10\",\"localToDateTime\":\"2023-03-24 20:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR100958546716\",\"bookingId_TJ\":\"TJ100958546716\",\"FlightNumber\":\"AI-514\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"03:35\",\"ArrivalTime\":\"06:25\",\"TravelDate\":\"2023-03-30T03:35\",\"LocalFromTime\":\"2023-03-30 03:35\",\"FromUTCTime\":\"2023-03-30T03:35\",\"LocalToTime\":\"2023-03-30 06:25\",\"ToUTCTime\":\"2023-03-30T06:25\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Thu, 30 Mar\",\"ArrivalDateTxt\":\"Thu, 30 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3940.8,\"PublishedFareTxt\":\"3,941\",\"ApiResultIndex\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}},\"DEL-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 4,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3200,\"Tax\":740.8,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":169,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3940.8,\"PublishedFare\":4159.33,\"OfferedFare\":3864.33,\"CommissionEarned\":76.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3970128754_1DELBLRAI514_177609681642209\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":76.47,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":740.8,\"BaseFareCal\":3909.33,\"BaseFare\":3200,\"CommissionEarned\":76.47,\"TDS\":-4.03,\"MF\":10,\"YQ\":0,\"AGST\":169,\"MFT\":1.8,\"OT\":390,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76.47,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4159.33,\"CostToCustomer\":4159.33,\"BaseFareCal\":3909.33,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3909.33,\"intOfferedFare\":3864.33,\"intPublishFare\":3940.8,\"TripjackMarkup\":0,\"TripjackCommission\":76.47,\"TripjackTDS\":\"4.03\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":76.47,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-30T06:25\",\"SegFlightNumber\":\"AI-514\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-30T03:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:35\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T10:50:48.723\",\"strTraceId\":\"21-10-15-2-3970128754_51DELBLRAI514_11988745638814\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-24 12:00\",\"localToDateTime\":\"2023-03-30 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"24\\/03\\/2023\",\"return_date\":\"30\\/03\\/2023\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/03\\/2023\",\"return_dates\":\"30\\/03\\/2023\",\"strDepatureDate\":\"2023-03-24\",\"strReturnDate\":\"2023-03-30\",\"SearchFlightTraceId\":\"b3aac-06bad-a0730-1b35c\",\"from_city_\":\"2__BLR-DEL-BLR\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=BLR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=24%2F03%2F2023&return_date=30%2F03%2F2023&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"12\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"09989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-10-10-49-48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"15\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"617762\",\"TPSysId\":\"617763\",\"VersionId\":[\"175810\",\"175811\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"50951\",\"FareBreakdownid\":[\"373170\",\"373171\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"58\"],[\"59\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"15\"],\"flight_booking_id\":[\"61\",\"62\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"61\",\"62\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":8852.39},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"298431\",\"TPSysId\":\"617763\",\"MasterTPSysId\":\"617762\",\"ProposalID\":\"617763\\/V1\",\"InvoiceDate\":\"2023-03-10\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-03-10\",\"PaymentDate\":\"2023-03-10\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":8762.39,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":8852.39,\"TotalDueAmount\":0,\"InvoiceValue\":8852.39,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-DEL-Air India AI-503\",\"ItemQty\":1,\"ItemRates\":4398.0599999999995,\"Total\":4398.0599999999995,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4693.0599999999995,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":4648.0599999999995,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-BLR-Air India AI-514\",\"ItemQty\":1,\"ItemRates\":3864.33,\"Total\":3864.33,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4159.33,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":4114.33,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-03-10 10:50:13'),(279,'c341a-a2c19-1835d-fda29','{\"BookingData\":[{\"bookingId\":\"BKR102958557143\",\"bookingId_TJ\":\"TJ102958557143\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-03-11T17:35\",\"LocalFromTime\":\"2023-03-11 17:35\",\"FromUTCTime\":\"2023-03-11T17:35\",\"LocalToTime\":\"2023-03-11 19:10\",\"ToUTCTime\":\"2023-03-11T19:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 11 Mar\",\"ArrivalDateTxt\":\"Sat, 11 Mar\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10480.8,\"PublishedFareTxt\":\"10,481\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9550,\"Tax\":930.8,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10480.8,\"PublishedFare\":10685.08,\"OfferedFare\":10390.08,\"CommissionEarned\":90.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.78,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4171736321_0DELIXJ6E6184_51075976937209\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.72,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":930.8,\"BaseFareCal\":10435.08,\"BaseFare\":9550,\"CommissionEarned\":90.72,\"TDS\":-4.78,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":439,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.72,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":10685.08,\"CostToCustomer\":10685.08,\"BaseFareCal\":10435.08,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":10435.08,\"intOfferedFare\":10390.08,\"intPublishFare\":10480.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.72,\"TripjackTDS\":\"4.78\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.72,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-03-11T19:10\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-11T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c341a-a2c19-1835d-fda29\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T12:23:35.596\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102958557143\",\"bookingId_TJ\":\"TJ102958557143\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-03-11T17:35\",\"LocalFromTime\":\"2023-03-11 17:35\",\"FromUTCTime\":\"2023-03-11T17:35\",\"LocalToTime\":\"2023-03-11 19:10\",\"ToUTCTime\":\"2023-03-11T19:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 11 Mar\",\"ArrivalDateTxt\":\"Sat, 11 Mar\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10480.8,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c341a-a2c19-1835d-fda29\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-10T12:23:35.596\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9550,\"Tax\":930.8,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10480.8,\"PublishedFare\":10685.08,\"OfferedFare\":10390.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":930.8,\"BaseFareCal\":10435.08,\"BaseFare\":9550,\"CommissionEarned\":90.72,\"TDS\":-4.78,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":439,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-03-11T19:10\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-11T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-03-11 17:35\",\"localToDateTime\":\"2023-03-11 19:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"11\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c341a-a2c19-1835d-fda29\",\"from_city_\":\"1__DEL-IXJ\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Jammu&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=IXJ&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&departure_date=11%2F03%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Satwari+Arpt+IXJ\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"6\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-10-12-22-40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"16\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"617940\",\"TPSysId\":\"617941\",\"VersionId\":[\"175902\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"50984\",\"FareBreakdownid\":[\"373188\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"60\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"16\"],\"flight_booking_id\":[\"63\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"63\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":10685.08},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"298431\",\"TPSysId\":\"617941\",\"MasterTPSysId\":\"617940\",\"ProposalID\":\"617941\\/V1\",\"InvoiceDate\":\"2023-03-10\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-03-10\",\"PaymentDate\":\"2023-03-10\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":10640.08,\"InvoiceStatus\":true,\"TotalSGST\":22.5,\"TotalCGST\":22.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":10685.08,\"TotalDueAmount\":0,\"InvoiceValue\":10685.08,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-IXJ-IndiGo 6E-6184\",\"ItemQty\":1,\"ItemRates\":10390.08,\"Total\":10390.08,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":10685.08,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":10640.08,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-03-10 12:24:04'),(280,'110b2-26b9d-a6c9f-f3d38','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":326,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-12T00:45\",\"LocalFromTime\":\"2023-03-12 00:45\",\"FromUTCTime\":\"2023-03-12T00:45\",\"LocalToTime\":\"2023-03-12 06:05\",\"ToUTCTime\":\"2023-03-12T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 12 Mar\",\"ArrivalDateTxt\":\"Sun, 12 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-16T21:30\",\"LocalFromTime\":\"2023-03-16 21:30\",\"FromUTCTime\":\"2023-03-16T21:30\",\"LocalToTime\":\"2023-03-16 23:45\",\"ToUTCTime\":\"2023-03-16T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 16 Mar\",\"ArrivalDateTxt\":\"Thu, 16 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":22937.02,\"PublishedFareTxt\":\"22,937\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12839.85,\"Tax\":8917.17,\"YQTax\":0,\"OtherCharges\":8893.57,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21757.02,\"PublishedFare\":22938,\"PublishedFarePerPax\":22938,\"OfferedFare\":21757.02,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8917.17,\"BaseFareCal\":21937.02,\"BaseFare\":12839.85,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8893.57,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":22937.02,\"CostToCustomer\":22937.02,\"BaseFareCal\":21937.02,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":21937.02,\"intOfferedFare\":21757.02,\"intPublishFare\":21757.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06F\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-12T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-12T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-16T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-16T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"keyIndex\":326,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":326,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-03-12T00:45\",\"LocalFromTime\":\"2023-03-12 00:45\",\"FromUTCTime\":\"2023-03-12T00:45\",\"LocalToTime\":\"2023-03-12 06:05\",\"ToUTCTime\":\"2023-03-12T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 12 Mar\",\"ArrivalDateTxt\":\"Sun, 12 Mar\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-03-16T21:30\",\"LocalFromTime\":\"2023-03-16 21:30\",\"FromUTCTime\":\"2023-03-16T21:30\",\"LocalToTime\":\"2023-03-16 23:45\",\"ToUTCTime\":\"2023-03-16T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 16 Mar\",\"ArrivalDateTxt\":\"Thu, 16 Mar\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":22937.02,\"PublishedFareTxt\":\"22,937\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"apiTraceId\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12839.85,\"Tax\":8917.17,\"YQTax\":0,\"OtherCharges\":8893.57,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21757.02,\"PublishedFare\":22938,\"PublishedFarePerPax\":22938,\"OfferedFare\":21757.02,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544514\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8917.17,\"BaseFareCal\":21937.02,\"BaseFare\":12839.85,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8893.57,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":22937.02,\"CostToCustomer\":22937.02,\"BaseFareCal\":21937.02,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":21937.02,\"intOfferedFare\":21757.02,\"intPublishFare\":21757.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15575.49,\"Tax\":8996.9,\"YQTax\":0,\"OtherCharges\":8973.3,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24572.39,\"PublishedFare\":25753,\"PublishedFarePerPax\":25753,\"OfferedFare\":24572.39,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289544724\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8996.9,\"BaseFareCal\":24752.39,\"BaseFare\":15575.49,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8973.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":25752.39,\"CostToCustomer\":25752.39,\"BaseFareCal\":24752.39,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":24752.39,\"intOfferedFare\":24572.39,\"intPublishFare\":24572.39,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17084.81,\"Tax\":9040.89,\"YQTax\":0,\"OtherCharges\":9017.29,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26125.7,\"PublishedFare\":27306,\"PublishedFarePerPax\":27306,\"OfferedFare\":26125.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-2781737733_326HYDDMKDD959DMKHYDDD958_24193289545014\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9040.89,\"BaseFareCal\":26305.7,\"BaseFare\":17084.81,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9017.29,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":27305.7,\"CostToCustomer\":27305.7,\"BaseFareCal\":26305.7,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":26305.7,\"intOfferedFare\":26125.7,\"intPublishFare\":26125.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-03-12T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-03-12T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-16T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-03-16T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"110b2-26b9d-a6c9f-f3d38\",\"keyIndex\":326,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"06L\"}]}],\"FlightBookingDataInbound\":null}','2023-03-10 17:37:31'),(281,'0a3a4-ba243-17f36-49ef8','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6109\",\"keyIndex\":89,\"SegFlightNumberArr\":\"6E-6109 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7714780771_0IXJAMD6E6109AMDBLR6E863_7736026278072\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:50\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-03-14T10:50\",\"LocalFromTime\":\"2023-03-14 10:50\",\"FromUTCTime\":\"2023-03-14T10:50\",\"LocalToTime\":\"2023-03-14 17:15\",\"ToUTCTime\":\"2023-03-14T17:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":385,\"DepartureDateTxt\":\"Tue, 14 Mar\",\"ArrivalDateTxt\":\"Tue, 14 Mar\",\"FlightDuration\":\"6h 25m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":7458,\"PublishedFareTxt\":\"7,457\",\"ApiResultIndex\":\"5-7714780771_0IXJAMD6E6109AMDBLR6E863_7736026278072\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"0a3a4-ba243-17f36-49ef8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6325,\"Tax\":1077.8,\"YQTax\":0,\"OtherCharges\":1066,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7402.8,\"PublishedFare\":7458,\"PublishedFarePerPax\":7458,\"OfferedFare\":7162.45,\"CommissionEarned\":240.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7714780771_0IXJAMD6E6109AMDBLR6E863_7736026278072\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORP CONNECT\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":240.35,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1077.8,\"BaseFareCal\":7207.45,\"BaseFare\":6325,\"CommissionEarned\":240.35,\"TDS\":-12.65,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1066,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":240.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":7457.45,\"CostToCustomer\":7457.45,\"BaseFareCal\":7207.45,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":7207.45,\"intOfferedFare\":7162.45,\"intPublishFare\":7402.8,\"TripjackMarkup\":0,\"TripjackCommission\":240.35,\"TripjackTDS\":\"12.65\",\"AddiMarkup\":0,\"CommisionPass\":240.35,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03H\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-03-14T12:45\",\"SegFlightNumber\":\"6E-6109\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-03-14T10:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":130,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-03-14T17:15\",\"SegFlightNumber\":\"6E-863\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-03-14T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-13 13:12:18'),(282,'7eaff-a811a-44d5e-215d5','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8263\",\"keyIndex\":138,\"SegFlightNumberArr\":\"SG-8263\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2526045800_1DELCCUSG8263_172465260845438\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-03-16T05:45\",\"LocalFromTime\":\"2023-03-16 05:45\",\"FromUTCTime\":\"2023-03-16T05:45\",\"LocalToTime\":\"2023-03-16 07:45\",\"ToUTCTime\":\"2023-03-16T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 16 Mar\",\"ArrivalDateTxt\":\"Thu, 16 Mar\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":4899,\"PublishedFareTxt\":\"4,898\",\"ApiResultIndex\":\"11-2526045800_1DELCCUSG8263_172465260845438\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"7eaff-a811a-44d5e-215d5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4400,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4686.8,\"PublishedFare\":4899,\"PublishedFarePerPax\":4899,\"OfferedFare\":4603.2,\"CommissionEarned\":83.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2526045800_1DELCCUSG8263_172465260845438\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":83.6,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":4648.2,\"BaseFare\":4400,\"CommissionEarned\":83.6,\"TDS\":-4.4,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":83.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4898.2,\"CostToCustomer\":4898.2,\"BaseFareCal\":4648.2,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4648.2,\"intOfferedFare\":4603.2,\"intPublishFare\":4686.8,\"TripjackMarkup\":0,\"TripjackCommission\":83.6,\"TripjackTDS\":\"4.4\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":83.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04M\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-03-16T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-16T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-13 15:30:20'),(283,'38a77-2a52a-c804e-150bc','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":218,\"FlightNumber\":\"1073\",\"SegFlightNumberArr\":\"6E-1073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-1073\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-03-28T06:25\",\"LocalFromTime\":\"2023-03-28 06:25\",\"FromUTCTime\":\"2023-03-28T06:25\",\"LocalToTime\":\"2023-03-28 12:30\",\"ToUTCTime\":\"2023-03-28T12:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Tue, 28 Mar\",\"ArrivalDateTxt\":\"Tue, 28 Mar\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":7,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1074\",\"SegFlightNumberArr\":\"6E-1074\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1074\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-04-02T13:30\",\"LocalFromTime\":\"2023-04-02 13:30\",\"FromUTCTime\":\"2023-04-02T13:30\",\"LocalToTime\":\"2023-04-02 16:35\",\"ToUTCTime\":\"2023-04-02T16:35\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Sun, 02 Apr\",\"ArrivalDateTxt\":\"Sun, 02 Apr\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":7,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":241086.68,\"PublishedFareTxt\":\"241,087\",\"ApiResultIndex\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720060548\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":213092,\"Tax\":23199.199999999997,\"YQTax\":0,\"OtherCharges\":23034,\"Discount\":0,\"ServiceFee\":140,\"ManagementFeeTax\":25.200000000000003,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":236291.19999999998,\"PublishedFare\":241087,\"PublishedFarePerPax\":34441,\"OfferedFare\":232826.68000000002,\"CommissionEarned\":3464.5199999999995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-182.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720060548\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":1260,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":7000,\"GSTOnMarkUp\":1260,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":23175.6,\"BaseFareCal\":229183.08,\"BaseFare\":208392,\"CommissionEarned\":3464.5199999999995,\"TDS\":-182.34,\"MF\":120,\"YQ\":0,\"AGST\":0,\"MFT\":21.6,\"OT\":23034,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1080,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":6000,\"GSTOnMarkUp\":1080,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":23.6,\"BaseFareCal\":4903.6,\"BaseFare\":4700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":3.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":3464.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":7000,\"IntTaxOnAgencyFixMarkUp\":1260,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1260,\"PublishFare\":241086.68,\"CostToCustomer\":241086.68,\"BaseFareCal\":234086.68,\"intCommisionEarnedForAgency\":7000,\"CostToCompany\":234086.68,\"intOfferedFare\":232826.68000000002,\"intPublishFare\":236291.19999999998,\"TripjackMarkup\":0,\"TripjackCommission\":3464.5199999999995,\"TripjackTDS\":\"182.34\",\"AddiMarkup\":0,\"CommisionPass\":3464.5199999999995,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03H\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-03-28T12:30\",\"SegFlightNumber\":\"6E-1073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-28T06:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-02T16:35\",\"SegFlightNumber\":\"6E-1074\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-04-02T13:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"13:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"keyIndex\":218,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":218,\"FlightNumber\":\"1073\",\"SegFlightNumberArr\":\"6E-1073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"OrFlightNumber\":\"6E-1073\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-03-28T06:25\",\"LocalFromTime\":\"2023-03-28 06:25\",\"FromUTCTime\":\"2023-03-28T06:25\",\"LocalToTime\":\"2023-03-28 12:30\",\"ToUTCTime\":\"2023-03-28T12:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Tue, 28 Mar\",\"ArrivalDateTxt\":\"Tue, 28 Mar\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":7,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"1074\",\"SegFlightNumberArr\":\"6E-1074\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"DeFlightNumber\":\"6E-1074\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-04-02T13:30\",\"LocalFromTime\":\"2023-04-02 13:30\",\"FromUTCTime\":\"2023-04-02T13:30\",\"LocalToTime\":\"2023-04-02 16:35\",\"ToUTCTime\":\"2023-04-02T16:35\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Sun, 02 Apr\",\"ArrivalDateTxt\":\"Sun, 02 Apr\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":7,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"AirlineName\":\"IndiGo\",\"PublishedFare\":241086.68,\"PublishedFareTxt\":\"241,087\",\"ApiResultIndex\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"apiTraceId\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":213092,\"Tax\":23199.199999999997,\"YQTax\":0,\"OtherCharges\":23034,\"Discount\":0,\"ServiceFee\":140,\"ManagementFeeTax\":25.200000000000003,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":236291.19999999998,\"PublishedFare\":241087,\"PublishedFarePerPax\":34441,\"OfferedFare\":232826.68000000002,\"CommissionEarned\":3464.5199999999995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-182.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720060548\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":1260,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":7000,\"GSTOnMarkUp\":1260,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":23175.6,\"BaseFareCal\":229183.08,\"BaseFare\":208392,\"CommissionEarned\":3464.5199999999995,\"TDS\":-182.34,\"MF\":120,\"YQ\":0,\"AGST\":0,\"MFT\":21.6,\"OT\":23034,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1080,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":6000,\"GSTOnMarkUp\":1080,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":23.6,\"BaseFareCal\":4903.6,\"BaseFare\":4700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":3.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":3464.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":7000,\"IntTaxOnAgencyFixMarkUp\":1260,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1260,\"PublishFare\":241086.68,\"CostToCustomer\":241086.68,\"BaseFareCal\":234086.68,\"intCommisionEarnedForAgency\":7000,\"CostToCompany\":234086.68,\"intOfferedFare\":232826.68000000002,\"intPublishFare\":236291.19999999998,\"TripjackMarkup\":0,\"TripjackCommission\":3464.5199999999995,\"TripjackTDS\":\"182.34\",\"AddiMarkup\":0,\"CommisionPass\":3464.5199999999995,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":225092,\"Tax\":23499.199999999997,\"YQTax\":0,\"OtherCharges\":23334,\"Discount\":0,\"ServiceFee\":140,\"ManagementFeeTax\":25.200000000000003,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":248591.19999999998,\"PublishedFare\":253188,\"PublishedFarePerPax\":36170,\"OfferedFare\":244927.24000000002,\"CommissionEarned\":3663.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-192.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5852335326_0DELHKT6E1073HKTDEL6E1074_82400720059718\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":1260,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":7000,\"GSTOnMarkUp\":1260,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":23475.6,\"BaseFareCal\":241283.64,\"BaseFare\":220392,\"CommissionEarned\":3663.96,\"TDS\":-192.84,\"MF\":120,\"YQ\":0,\"AGST\":0,\"MFT\":21.6,\"OT\":23334,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1080,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":6000,\"GSTOnMarkUp\":1080,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":23.6,\"BaseFareCal\":4903.6,\"BaseFare\":4700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":3.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":3663.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":7000,\"IntTaxOnAgencyFixMarkUp\":1260,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1260,\"PublishFare\":253187.24,\"CostToCustomer\":253187.24,\"BaseFareCal\":246187.24,\"intCommisionEarnedForAgency\":7000,\"CostToCompany\":246187.24,\"intOfferedFare\":244927.24000000002,\"intPublishFare\":248591.19999999998,\"TripjackMarkup\":0,\"TripjackCommission\":3663.96,\"TripjackTDS\":\"192.84\",\"AddiMarkup\":0,\"CommisionPass\":3663.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-03-28T12:30\",\"SegFlightNumber\":\"6E-1073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-28T06:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-02T16:35\",\"SegFlightNumber\":\"6E-1074\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-04-02T13:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"DepartureTime\":\"13:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"38a77-2a52a-c804e-150bc\",\"keyIndex\":218,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"03L\"}]}],\"FlightBookingDataInbound\":null}','2023-03-17 12:22:38'),(286,'fa788-26ebf-05dc0-2bfdd','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6062\",\"keyIndex\":0,\"SegFlightNumberArr\":\"6E-6062\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8908668250_0HYDSAG6E6062_173328255394570\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:05\",\"TravelDate\":\"2023-04-21T13:50\",\"LocalFromTime\":\"2023-04-21 13:50\",\"FromUTCTime\":\"2023-04-21T13:50\",\"LocalToTime\":\"2023-04-21 15:05\",\"ToUTCTime\":\"2023-04-21T15:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"25100\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"SAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":8582,\"PublishedFareTxt\":\"8,581\",\"ApiResultIndex\":\"5-8908668250_0HYDSAG6E6062_173328255393660\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"fa788-26ebf-05dc0-2bfdd\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5914,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":2110,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8047.6,\"PublishedFare\":8582,\"PublishedFarePerPax\":4291,\"OfferedFare\":7991.42,\"CommissionEarned\":56.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8908668250_0HYDSAG6E6062_173328255394570\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":56.18,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":8081.42,\"BaseFare\":5914,\"CommissionEarned\":56.18,\"TDS\":-2.96,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2110,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":56.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":8581.42,\"CostToCustomer\":8581.42,\"BaseFareCal\":8081.42,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":8081.42,\"intOfferedFare\":7991.42,\"intPublishFare\":8047.6,\"TripjackMarkup\":0,\"TripjackCommission\":56.18,\"TripjackTDS\":\"2.96\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":56.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00S\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Shirdi\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Shirdi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SAG\",\"destinationArrTime\":\"2023-04-21T15:05\",\"SegFlightNumber\":\"6E-6062\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-21T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00A\"},{\"keyIndex\":0,\"FlightNumber\":\"6E-6063\",\"SegFlightNumberArr\":\"6E-6063\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8908668250_0SAGHYD6E6063_173328255209606\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-04-24T15:35\",\"LocalFromTime\":\"2023-04-24 15:35\",\"FromUTCTime\":\"2023-04-24T15:35\",\"LocalToTime\":\"2023-04-24 16:40\",\"ToUTCTime\":\"2023-04-24T16:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 24 Apr\",\"ArrivalDateTxt\":\"Mon, 24 Apr\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"25100\",\"SourceAirportCode\":\"SAG\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":9556.44,\"PublishedFareTxt\":\"9,556\",\"ApiResultIndex\":\"5-8908668250_0SAGHYD6E6063_173328255208156\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"fa788-26ebf-05dc0-2bfdd\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7700,\"Tax\":1339.6,\"YQTax\":0,\"OtherCharges\":1316,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":9557,\"PublishedFarePerPax\":4779,\"OfferedFare\":8966.44,\"CommissionEarned\":73.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8908668250_0SAGHYD6E6063_173328255209606\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1339.6,\"BaseFareCal\":9056.44,\"BaseFare\":7700,\"CommissionEarned\":73.16,\"TDS\":-3.84,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1316,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.16,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":9556.44,\"CostToCustomer\":9556.44,\"BaseFareCal\":9056.44,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":9056.44,\"intOfferedFare\":8966.44,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":73.16,\"TripjackTDS\":\"3.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":73.16,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Shirdi\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Shirdi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-24T16:40\",\"SegFlightNumber\":\"6E-6063\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"SAG\",\"originDepTime\":\"2023-04-24T15:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"00G\"}],\"FlightBookingDataInbound\":{\"keyIndex\":0,\"FlightNumber\":\"6E-6063\",\"SegFlightNumberArr\":\"6E-6063\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8908668250_0SAGHYD6E6063_173328255209606\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-04-24T15:35\",\"LocalFromTime\":\"2023-04-24 15:35\",\"FromUTCTime\":\"2023-04-24T15:35\",\"LocalToTime\":\"2023-04-24 16:40\",\"ToUTCTime\":\"2023-04-24T16:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 24 Apr\",\"ArrivalDateTxt\":\"Mon, 24 Apr\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"25100\",\"SourceAirportCode\":\"SAG\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":9556.44,\"PublishedFareTxt\":\"9,556\",\"ApiResultIndex\":\"5-8908668250_0SAGHYD6E6063_173328255208156\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"fa788-26ebf-05dc0-2bfdd\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7700,\"Tax\":1339.6,\"YQTax\":0,\"OtherCharges\":1316,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":9557,\"PublishedFarePerPax\":4779,\"OfferedFare\":8966.44,\"CommissionEarned\":73.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8908668250_0SAGHYD6E6063_173328255209606\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1339.6,\"BaseFareCal\":9056.44,\"BaseFare\":7700,\"CommissionEarned\":73.16,\"TDS\":-3.84,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1316,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.16,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":9556.44,\"CostToCustomer\":9556.44,\"BaseFareCal\":9056.44,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":9056.44,\"intOfferedFare\":8966.44,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":73.16,\"TripjackTDS\":\"3.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":73.16,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Shirdi\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Shirdi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-24T16:40\",\"SegFlightNumber\":\"6E-6063\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"SAG\",\"originDepTime\":\"2023-04-24T15:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"00G\"}}','2023-03-18 13:44:08'),(287,'6c60b-256d2-1a2bd-999dc','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-376\",\"keyIndex\":107,\"SegFlightNumberArr\":\"6E-376\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7497200281_0HYDCCU6E376_119545493029754\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:05\",\"TravelDate\":\"2023-05-18T11:00\",\"LocalFromTime\":\"2023-05-18 11:00\",\"FromUTCTime\":\"2023-05-18T11:00\",\"LocalToTime\":\"2023-05-18 13:05\",\"ToUTCTime\":\"2023-05-18T13:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 May\",\"ArrivalDateTxt\":\"Thu, 18 May\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":12254,\"PublishedFareTxt\":\"12,254\",\"ApiResultIndex\":\"5-7497200281_0HYDCCU6E376_119545493028554\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6c60b-256d2-1a2bd-999dc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9444,\"Tax\":2309.6,\"YQTax\":0,\"OtherCharges\":2286,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11753.6,\"PublishedFare\":12254,\"PublishedFarePerPax\":6127,\"OfferedFare\":11663.88,\"CommissionEarned\":89.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7497200281_0HYDCCU6E376_119545493029754\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":89.72,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2309.6,\"BaseFareCal\":11753.88,\"BaseFare\":9444,\"CommissionEarned\":89.72,\"TDS\":-4.72,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2286,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":89.72,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":12253.88,\"CostToCustomer\":12253.88,\"BaseFareCal\":11753.88,\"intCommisionEarnedForAgency\":500,\"CostToCompany\":11753.88,\"intOfferedFare\":11663.88,\"intPublishFare\":11753.6,\"TripjackMarkup\":0,\"TripjackCommission\":89.72,\"TripjackTDS\":\"4.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":89.72,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04P\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-05-18T13:05\",\"SegFlightNumber\":\"6E-376\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-18T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-19 01:00:39'),(290,'6b07b-1e689-ebfe1-a11d0','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-664\",\"keyIndex\":50,\"SegFlightNumberArr\":\"6E-664 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8632214864_9HYDCCU6E664CCUIXZ6E345_19577559352649\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"11:25\",\"TravelDate\":\"2023-07-10T05:35\",\"LocalFromTime\":\"2023-07-10 05:35\",\"FromUTCTime\":\"2023-07-10T05:35\",\"LocalToTime\":\"2023-07-10 11:25\",\"ToUTCTime\":\"2023-07-10T11:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"5h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":32595,\"PublishedFareTxt\":\"32,594\",\"ApiResultIndex\":\"5-8632214864_9HYDCCU6E664CCUIXZ6E345_19577559352249\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6b07b-1e689-ebfe1-a11d0\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":27825,\"Tax\":4148.4,\"YQTax\":0,\"OtherCharges\":4113,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31973.399999999998,\"PublishedFare\":32595,\"PublishedFarePerPax\":10865,\"OfferedFare\":31709.07,\"CommissionEarned\":264.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.919999999999998,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8632214864_9HYDCCU6E664CCUIXZ6E345_19577559352649\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":264.33,\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2765.6,\"BaseFareCal\":21229.38,\"BaseFare\":18550,\"CommissionEarned\":176.22,\"TDS\":-9.28,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2742,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1382.8,\"BaseFareCal\":10614.69,\"BaseFare\":9275,\"CommissionEarned\":88.11,\"TDS\":-4.64,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1371,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":264.33,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":32594.07,\"CostToCustomer\":32594.07,\"BaseFareCal\":31844.07,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":31844.07,\"intOfferedFare\":31709.07,\"intPublishFare\":31973.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":264.33,\"TripjackTDS\":\"13.92\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":264.33,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06K\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-07-10T07:50\",\"SegFlightNumber\":\"6E-664\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-10T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":85,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2023-07-10T11:25\",\"SegFlightNumber\":\"6E-345\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-10T09:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"35001-40000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00S\"},{\"keyIndex\":29,\"FlightNumber\":\"6E-6306\",\"SegFlightNumberArr\":\"6E-6306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8632214864_0IXZHYD6E6306_19577559087042\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-14T09:55\",\"LocalFromTime\":\"2023-07-14 09:55\",\"FromUTCTime\":\"2023-07-14T09:55\",\"LocalToTime\":\"2023-07-14 12:10\",\"ToUTCTime\":\"2023-07-14T12:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":20265.54,\"PublishedFareTxt\":\"20,266\",\"ApiResultIndex\":\"5-8632214864_0IXZHYD6E6306_19577559085352\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6b07b-1e689-ebfe1-a11d0\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":2294.3999999999996,\"YQTax\":0,\"OtherCharges\":1389,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":870,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19544.4,\"PublishedFare\":20266,\"PublishedFarePerPax\":6756,\"OfferedFare\":19380.54,\"CommissionEarned\":163.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8632214864_0IXZHYD6E6306_19577559087042\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1529.6,\"BaseFareCal\":13010.36,\"BaseFare\":11500,\"CommissionEarned\":109.24,\"TDS\":-5.76,\"MF\":20,\"YQ\":0,\"AGST\":580,\"MFT\":3.6,\"OT\":926,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":764.8,\"BaseFareCal\":6505.18,\"BaseFare\":5750,\"CommissionEarned\":54.62,\"TDS\":-2.88,\"MF\":10,\"YQ\":0,\"AGST\":290,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":20265.54,\"CostToCustomer\":20265.54,\"BaseFareCal\":19515.54,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":19515.54,\"intOfferedFare\":19380.54,\"intPublishFare\":19544.4,\"TripjackMarkup\":0,\"TripjackCommission\":163.85999999999999,\"TripjackTDS\":\"8.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":163.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DN\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-14T12:10\",\"SegFlightNumber\":\"6E-6306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-14T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"03F\"}],\"FlightBookingDataInbound\":{\"keyIndex\":29,\"FlightNumber\":\"6E-6306\",\"SegFlightNumberArr\":\"6E-6306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8632214864_0IXZHYD6E6306_19577559087042\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-14T09:55\",\"LocalFromTime\":\"2023-07-14 09:55\",\"FromUTCTime\":\"2023-07-14T09:55\",\"LocalToTime\":\"2023-07-14 12:10\",\"ToUTCTime\":\"2023-07-14T12:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":20265.54,\"PublishedFareTxt\":\"20,266\",\"ApiResultIndex\":\"5-8632214864_0IXZHYD6E6306_19577559085352\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6b07b-1e689-ebfe1-a11d0\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":2294.3999999999996,\"YQTax\":0,\"OtherCharges\":1389,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":870,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19544.4,\"PublishedFare\":20266,\"PublishedFarePerPax\":6756,\"OfferedFare\":19380.54,\"CommissionEarned\":163.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8632214864_0IXZHYD6E6306_19577559087042\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1529.6,\"BaseFareCal\":13010.36,\"BaseFare\":11500,\"CommissionEarned\":109.24,\"TDS\":-5.76,\"MF\":20,\"YQ\":0,\"AGST\":580,\"MFT\":3.6,\"OT\":926,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":764.8,\"BaseFareCal\":6505.18,\"BaseFare\":5750,\"CommissionEarned\":54.62,\"TDS\":-2.88,\"MF\":10,\"YQ\":0,\"AGST\":290,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":20265.54,\"CostToCustomer\":20265.54,\"BaseFareCal\":19515.54,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":19515.54,\"intOfferedFare\":19380.54,\"intPublishFare\":19544.4,\"TripjackMarkup\":0,\"TripjackCommission\":163.85999999999999,\"TripjackTDS\":\"8.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":163.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DN\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-14T12:10\",\"SegFlightNumber\":\"6E-6306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-14T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"03F\"}}','2023-03-20 02:50:59'),(291,'d4831-be3dc-3f459-2be23','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-707\",\"keyIndex\":38,\"SegFlightNumberArr\":\"6E-707\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6569244072_0HYDIXZ6E707_22700902973713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2023-07-10T06:35\",\"LocalFromTime\":\"2023-07-10 06:35\",\"FromUTCTime\":\"2023-07-10T06:35\",\"LocalToTime\":\"2023-07-10 09:15\",\"ToUTCTime\":\"2023-07-10T09:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":21433,\"PublishedFareTxt\":\"21,433\",\"ApiResultIndex\":\"5-6569244072_0HYDIXZ6E707_22700902973173\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d4831-be3dc-3f459-2be23\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":3461.3999999999996,\"YQTax\":0,\"OtherCharges\":3426,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20711.4,\"PublishedFare\":21433,\"PublishedFarePerPax\":7145,\"OfferedFare\":20547.54,\"CommissionEarned\":163.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6569244072_0HYDIXZ6E707_22700902973713\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":163.85999999999999,\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2307.6,\"BaseFareCal\":13788.36,\"BaseFare\":11500,\"CommissionEarned\":109.24,\"TDS\":-5.76,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2284,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1153.8,\"BaseFareCal\":6894.18,\"BaseFare\":5750,\"CommissionEarned\":54.62,\"TDS\":-2.88,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1142,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":21432.54,\"CostToCustomer\":21432.54,\"BaseFareCal\":20682.54,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":20682.54,\"intOfferedFare\":20547.54,\"intPublishFare\":20711.4,\"TripjackMarkup\":0,\"TripjackCommission\":163.85999999999999,\"TripjackTDS\":\"8.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":163.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"045\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2023-07-10T09:15\",\"SegFlightNumber\":\"6E-707\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-10T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00J\"},{\"keyIndex\":44,\"FlightNumber\":\"6E-6306\",\"SegFlightNumberArr\":\"6E-6306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6569244072_0IXZHYD6E6306_22700902783798\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-11T09:55\",\"LocalFromTime\":\"2023-07-11 09:55\",\"FromUTCTime\":\"2023-07-11T09:55\",\"LocalToTime\":\"2023-07-11 12:10\",\"ToUTCTime\":\"2023-07-11T12:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Tue, 11 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":20265.54,\"PublishedFareTxt\":\"20,266\",\"ApiResultIndex\":\"5-6569244072_0IXZHYD6E6306_22700902782778\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d4831-be3dc-3f459-2be23\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":2294.3999999999996,\"YQTax\":0,\"OtherCharges\":1389,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":870,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19544.4,\"PublishedFare\":20266,\"PublishedFarePerPax\":6756,\"OfferedFare\":19380.54,\"CommissionEarned\":163.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6569244072_0IXZHYD6E6306_22700902783798\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1529.6,\"BaseFareCal\":13010.36,\"BaseFare\":11500,\"CommissionEarned\":109.24,\"TDS\":-5.76,\"MF\":20,\"YQ\":0,\"AGST\":580,\"MFT\":3.6,\"OT\":926,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":764.8,\"BaseFareCal\":6505.18,\"BaseFare\":5750,\"CommissionEarned\":54.62,\"TDS\":-2.88,\"MF\":10,\"YQ\":0,\"AGST\":290,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":20265.54,\"CostToCustomer\":20265.54,\"BaseFareCal\":19515.54,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":19515.54,\"intOfferedFare\":19380.54,\"intPublishFare\":19544.4,\"TripjackMarkup\":0,\"TripjackCommission\":163.85999999999999,\"TripjackTDS\":\"8.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":163.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0A2\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-11T12:10\",\"SegFlightNumber\":\"6E-6306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-11T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"039\"}],\"FlightBookingDataInbound\":{\"keyIndex\":44,\"FlightNumber\":\"6E-6306\",\"SegFlightNumberArr\":\"6E-6306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6569244072_0IXZHYD6E6306_22700902783798\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-11T09:55\",\"LocalFromTime\":\"2023-07-11 09:55\",\"FromUTCTime\":\"2023-07-11T09:55\",\"LocalToTime\":\"2023-07-11 12:10\",\"ToUTCTime\":\"2023-07-11T12:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Tue, 11 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":20265.54,\"PublishedFareTxt\":\"20,266\",\"ApiResultIndex\":\"5-6569244072_0IXZHYD6E6306_22700902782778\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d4831-be3dc-3f459-2be23\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":2294.3999999999996,\"YQTax\":0,\"OtherCharges\":1389,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":870,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19544.4,\"PublishedFare\":20266,\"PublishedFarePerPax\":6756,\"OfferedFare\":19380.54,\"CommissionEarned\":163.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6569244072_0IXZHYD6E6306_22700902783798\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1529.6,\"BaseFareCal\":13010.36,\"BaseFare\":11500,\"CommissionEarned\":109.24,\"TDS\":-5.76,\"MF\":20,\"YQ\":0,\"AGST\":580,\"MFT\":3.6,\"OT\":926,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":764.8,\"BaseFareCal\":6505.18,\"BaseFare\":5750,\"CommissionEarned\":54.62,\"TDS\":-2.88,\"MF\":10,\"YQ\":0,\"AGST\":290,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":20265.54,\"CostToCustomer\":20265.54,\"BaseFareCal\":19515.54,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":19515.54,\"intOfferedFare\":19380.54,\"intPublishFare\":19544.4,\"TripjackMarkup\":0,\"TripjackCommission\":163.85999999999999,\"TripjackTDS\":\"8.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":163.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0A2\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-11T12:10\",\"SegFlightNumber\":\"6E-6306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-11T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"039\"}}','2023-03-20 03:48:23'),(292,'e7c94-9cf07-185eb-80481','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-531\",\"keyIndex\":42,\"SegFlightNumberArr\":\"6E-531 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6148921946_1HYDMAA6E531MAAIXZ6E548_23145098706755\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2023-07-10T05:35\",\"LocalFromTime\":\"2023-07-10 05:35\",\"FromUTCTime\":\"2023-07-10T05:35\",\"LocalToTime\":\"2023-07-10 12:55\",\"ToUTCTime\":\"2023-07-10T12:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":245,\"LAYOVERDuration\":\"4h 5m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"7h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":25400,\"PublishedFareTxt\":\"25,400\",\"ApiResultIndex\":\"5-6148921946_1HYDMAA6E531MAAIXZ6E548_23145098706285\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e7c94-9cf07-185eb-80481\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":20910,\"Tax\":3803.3999999999996,\"YQTax\":0,\"OtherCharges\":3768,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24713.399999999998,\"PublishedFare\":25400,\"PublishedFarePerPax\":8467,\"OfferedFare\":24514.739999999998,\"CommissionEarned\":198.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6148921946_1HYDMAA6E531MAAIXZ6E548_23145098706755\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":198.66,\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2535.6,\"BaseFareCal\":16433.16,\"BaseFare\":13940,\"CommissionEarned\":132.44,\"TDS\":-6.98,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2512,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1267.8,\"BaseFareCal\":8216.58,\"BaseFare\":6970,\"CommissionEarned\":66.22,\"TDS\":-3.49,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1256,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":198.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":25399.74,\"CostToCustomer\":25399.74,\"BaseFareCal\":24649.74,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":24649.74,\"intOfferedFare\":24514.739999999998,\"intPublishFare\":24713.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":198.66,\"TripjackTDS\":\"10.47\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":198.66,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04K\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-07-10T06:45\",\"SegFlightNumber\":\"6E-531\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-10T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":245,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"4h 5m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2023-07-10T12:55\",\"SegFlightNumber\":\"6E-548\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-07-10T10:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:50\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00K\"},{\"keyIndex\":38,\"FlightNumber\":\"6E-804\",\"SegFlightNumberArr\":\"6E-804 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500301\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-14T13:30\",\"LocalFromTime\":\"2023-07-14 13:30\",\"FromUTCTime\":\"2023-07-14T13:30\",\"LocalToTime\":\"2023-07-14 19:45\",\"ToUTCTime\":\"2023-07-14T19:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":26729.94,\"PublishedFareTxt\":\"26,730\",\"ApiResultIndex\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500041\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"e7c94-9cf07-185eb-80481\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":28500,\"Tax\":3014.3999999999996,\"YQTax\":0,\"OtherCharges\":1539,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1440,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31514.399999999998,\"PublishedFare\":32129,\"PublishedFarePerPax\":10710,\"OfferedFare\":31243.620000000003,\"CommissionEarned\":270.78000000000003,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500301\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2009.6,\"BaseFareCal\":20919.08,\"BaseFare\":19000,\"CommissionEarned\":180.52,\"TDS\":-9.48,\"MF\":20,\"YQ\":0,\"AGST\":960,\"MFT\":3.6,\"OT\":1026,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1004.8,\"BaseFareCal\":10459.54,\"BaseFare\":9500,\"CommissionEarned\":90.26,\"TDS\":-4.74,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":270.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":32128.62,\"CostToCustomer\":32128.62,\"BaseFareCal\":31378.62,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":31378.62,\"intOfferedFare\":31243.620000000003,\"intPublishFare\":31514.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":270.78000000000003,\"TripjackTDS\":\"14.22\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":270.78000000000003,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DX\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-07-14T15:35\",\"SegFlightNumber\":\"6E-804\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-14T13:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":175,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-14T19:45\",\"SegFlightNumber\":\"6E-6215\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-07-14T18:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"03G\"}],\"FlightBookingDataInbound\":{\"keyIndex\":38,\"FlightNumber\":\"6E-804\",\"SegFlightNumberArr\":\"6E-804 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500301\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-14T13:30\",\"LocalFromTime\":\"2023-07-14 13:30\",\"FromUTCTime\":\"2023-07-14T13:30\",\"LocalToTime\":\"2023-07-14 19:45\",\"ToUTCTime\":\"2023-07-14T19:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":null,\"PublishedFare\":26729.94,\"PublishedFareTxt\":\"26,730\",\"ApiResultIndex\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500041\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"e7c94-9cf07-185eb-80481\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":28500,\"Tax\":3014.3999999999996,\"YQTax\":0,\"OtherCharges\":1539,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1440,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31514.399999999998,\"PublishedFare\":32129,\"PublishedFarePerPax\":10710,\"OfferedFare\":31243.620000000003,\"CommissionEarned\":270.78000000000003,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6148921946_9IXZMAA6E804MAAHYD6E6215_23145098500301\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":135,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2009.6,\"BaseFareCal\":20919.08,\"BaseFare\":19000,\"CommissionEarned\":180.52,\"TDS\":-9.48,\"MF\":20,\"YQ\":0,\"AGST\":960,\"MFT\":3.6,\"OT\":1026,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1004.8,\"BaseFareCal\":10459.54,\"BaseFare\":9500,\"CommissionEarned\":90.26,\"TDS\":-4.74,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":513,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":270.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":750,\"IntTaxOnAgencyFixMarkUp\":135,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":135,\"PublishFare\":32128.62,\"CostToCustomer\":32128.62,\"BaseFareCal\":31378.62,\"intCommisionEarnedForAgency\":750,\"CostToCompany\":31378.62,\"intOfferedFare\":31243.620000000003,\"intPublishFare\":31514.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":270.78000000000003,\"TripjackTDS\":\"14.22\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":270.78000000000003,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0DX\"},\"Segments\":[{\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-07-14T15:35\",\"SegFlightNumber\":\"6E-804\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2023-07-14T13:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":175,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-14T19:45\",\"SegFlightNumber\":\"6E-6215\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-07-14T18:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"03G\"}}','2023-03-20 03:49:40'),(293,'fc5ec-42c7a-2cb09-51931','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"971\",\"SegFlightNumberArr\":\"AI-971\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"OrFlightNumber\":\"AI-971\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-06-22T19:25\",\"LocalFromTime\":\"2023-06-22 19:25\",\"FromUTCTime\":\"2023-06-22T19:25\",\"LocalToTime\":\"2023-06-22 21:10\",\"ToUTCTime\":\"2023-06-22T21:10\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DOH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"destination\":{\"FlightNumber\":\"972\",\"SegFlightNumberArr\":\"AI-972\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-972\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"04:40\",\"TravelDate\":\"2023-06-27T22:10\",\"LocalFromTime\":\"2023-06-27 22:10\",\"FromUTCTime\":\"2023-06-27T22:10\",\"LocalToTime\":\"2023-06-28 04:40\",\"ToUTCTime\":\"2023-06-28T04:40\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Tue, 27 Jun\",\"ArrivalDateTxt\":\"Wed, 28 Jun\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":35305.11,\"PublishedFareTxt\":\"35,305\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":28200,\"Tax\":6253.6,\"YQTax\":0,\"OtherCharges\":4610,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1420,\"CarrierMiscFee\":200,\"MUFee\":0,\"intPublishedFare\":34453.6,\"PublishedFare\":35306,\"PublishedFarePerPax\":35306,\"OfferedFare\":34125.11,\"CommissionEarned\":328.49,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.29,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6253.6,\"BaseFareCal\":34305.11,\"BaseFare\":28200,\"CommissionEarned\":328.49,\"TDS\":-17.29,\"MF\":20,\"YQ\":0,\"AGST\":1420,\"MFT\":3.6,\"OT\":4610,\"MU\":0,\"YR\":200,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":328.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":35305.11,\"CostToCustomer\":35305.11,\"BaseFareCal\":34305.11,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":34305.11,\"intOfferedFare\":34125.11,\"intPublishFare\":34453.6,\"TripjackMarkup\":0,\"TripjackCommission\":328.49,\"TripjackTDS\":\"17.29\",\"AddiMarkup\":0,\"CommisionPass\":328.49,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04I\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-06-22T21:10\",\"SegFlightNumber\":\"AI-971\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-22T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-28T04:40\",\"SegFlightNumber\":\"AI-972\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-06-27T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"04:40\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"22:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"971\",\"SegFlightNumberArr\":\"AI-971\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"OrFlightNumber\":\"AI-971\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-06-22T19:25\",\"LocalFromTime\":\"2023-06-22 19:25\",\"FromUTCTime\":\"2023-06-22T19:25\",\"LocalToTime\":\"2023-06-22 21:10\",\"ToUTCTime\":\"2023-06-22T21:10\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DOH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"destination\":{\"FlightNumber\":\"972\",\"SegFlightNumberArr\":\"AI-972\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-972\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"04:40\",\"TravelDate\":\"2023-06-27T22:10\",\"LocalFromTime\":\"2023-06-27 22:10\",\"FromUTCTime\":\"2023-06-27T22:10\",\"LocalToTime\":\"2023-06-28 04:40\",\"ToUTCTime\":\"2023-06-28T04:40\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Tue, 27 Jun\",\"ArrivalDateTxt\":\"Wed, 28 Jun\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":35305.11,\"PublishedFareTxt\":\"35,305\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"apiTraceId\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":28200,\"Tax\":6253.6,\"YQTax\":0,\"OtherCharges\":4610,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1420,\"CarrierMiscFee\":200,\"MUFee\":0,\"intPublishedFare\":34453.6,\"PublishedFare\":35306,\"PublishedFarePerPax\":35306,\"OfferedFare\":34125.11,\"CommissionEarned\":328.49,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.29,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-5151963066_0DELDOHAI971DOHDELAI972_4690027417797\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":5,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6253.6,\"BaseFareCal\":34305.11,\"BaseFare\":28200,\"CommissionEarned\":328.49,\"TDS\":-17.29,\"MF\":20,\"YQ\":0,\"AGST\":1420,\"MFT\":3.6,\"OT\":4610,\"MU\":0,\"YR\":200,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":328.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":35305.11,\"CostToCustomer\":35305.11,\"BaseFareCal\":34305.11,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":34305.11,\"intOfferedFare\":34125.11,\"intPublishFare\":34453.6,\"TripjackMarkup\":0,\"TripjackCommission\":328.49,\"TripjackTDS\":\"17.29\",\"AddiMarkup\":0,\"CommisionPass\":328.49,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-06-22T21:10\",\"SegFlightNumber\":\"AI-971\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-22T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-28T04:40\",\"SegFlightNumber\":\"AI-972\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-06-27T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"04:40\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"22:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"fc5ec-42c7a-2cb09-51931\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"04K\"}]}],\"FlightBookingDataInbound\":null}','2023-03-21 11:53:43'),(294,'b5702-4340f-75322-9fe57','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"971\",\"SegFlightNumberArr\":\"AI-971\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"OrFlightNumber\":\"AI-971\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-06-22T19:25\",\"LocalFromTime\":\"2023-06-22 19:25\",\"FromUTCTime\":\"2023-06-22T19:25\",\"LocalToTime\":\"2023-06-22 21:10\",\"ToUTCTime\":\"2023-06-22T21:10\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DOH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"destination\":{\"FlightNumber\":\"972\",\"SegFlightNumberArr\":\"AI-972\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-972\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"04:40\",\"TravelDate\":\"2023-06-28T22:10\",\"LocalFromTime\":\"2023-06-28 22:10\",\"FromUTCTime\":\"2023-06-28T22:10\",\"LocalToTime\":\"2023-06-29 04:40\",\"ToUTCTime\":\"2023-06-29T04:40\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Wed, 28 Jun\",\"ArrivalDateTxt\":\"Thu, 29 Jun\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":32194.13,\"PublishedFareTxt\":\"32,194\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":25200,\"Tax\":6109.6,\"YQTax\":0,\"OtherCharges\":6086,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31309.6,\"PublishedFare\":32195,\"PublishedFarePerPax\":32195,\"OfferedFare\":31014.13,\"CommissionEarned\":295.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6109.6,\"BaseFareCal\":31194.13,\"BaseFare\":25200,\"CommissionEarned\":295.47,\"TDS\":-15.55,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":6086,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":295.47,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":32194.13,\"CostToCustomer\":32194.13,\"BaseFareCal\":31194.13,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":31194.13,\"intOfferedFare\":31014.13,\"intPublishFare\":31309.6,\"TripjackMarkup\":0,\"TripjackCommission\":295.47,\"TripjackTDS\":\"15.55\",\"AddiMarkup\":0,\"CommisionPass\":295.47,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00I\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-06-22T21:10\",\"SegFlightNumber\":\"AI-971\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-22T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-29T04:40\",\"SegFlightNumber\":\"AI-972\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-06-28T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"04:40\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"22:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"971\",\"SegFlightNumberArr\":\"AI-971\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"OrFlightNumber\":\"AI-971\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-06-22T19:25\",\"LocalFromTime\":\"2023-06-22 19:25\",\"FromUTCTime\":\"2023-06-22T19:25\",\"LocalToTime\":\"2023-06-22 21:10\",\"ToUTCTime\":\"2023-06-22T21:10\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DOH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"destination\":{\"FlightNumber\":\"972\",\"SegFlightNumberArr\":\"AI-972\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-972\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"04:40\",\"TravelDate\":\"2023-06-28T22:10\",\"LocalFromTime\":\"2023-06-28 22:10\",\"FromUTCTime\":\"2023-06-28T22:10\",\"LocalToTime\":\"2023-06-29 04:40\",\"ToUTCTime\":\"2023-06-29T04:40\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Wed, 28 Jun\",\"ArrivalDateTxt\":\"Thu, 29 Jun\",\"FlightDuration\":\"4h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7993\",\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":32194.13,\"PublishedFareTxt\":\"32,194\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"apiTraceId\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":25200,\"Tax\":6109.6,\"YQTax\":0,\"OtherCharges\":6086,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31309.6,\"PublishedFare\":32195,\"PublishedFarePerPax\":32195,\"OfferedFare\":31014.13,\"CommissionEarned\":295.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206440314\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6109.6,\"BaseFareCal\":31194.13,\"BaseFare\":25200,\"CommissionEarned\":295.47,\"TDS\":-15.55,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":6086,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":295.47,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":32194.13,\"CostToCustomer\":32194.13,\"BaseFareCal\":31194.13,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":31194.13,\"intOfferedFare\":31014.13,\"intPublishFare\":31309.6,\"TripjackMarkup\":0,\"TripjackCommission\":295.47,\"TripjackTDS\":\"15.55\",\"AddiMarkup\":0,\"CommisionPass\":295.47,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29200,\"Tax\":6309.6,\"YQTax\":0,\"OtherCharges\":4616,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1470,\"CarrierMiscFee\":200,\"MUFee\":0,\"intPublishedFare\":35509.6,\"PublishedFare\":36351,\"PublishedFarePerPax\":36351,\"OfferedFare\":35170.07,\"CommissionEarned\":339.53,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-8092019873_0DELDOHAI971DOHDELAI972_7983206441214\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6309.6,\"BaseFareCal\":35350.07,\"BaseFare\":29200,\"CommissionEarned\":339.53,\"TDS\":-17.87,\"MF\":20,\"YQ\":0,\"AGST\":1470,\"MFT\":3.6,\"OT\":4616,\"MU\":0,\"YR\":200,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":339.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1000,\"IntTaxOnAgencyFixMarkUp\":180,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":180,\"PublishFare\":36350.07,\"CostToCustomer\":36350.07,\"BaseFareCal\":35350.07,\"intCommisionEarnedForAgency\":1000,\"CostToCompany\":35350.07,\"intOfferedFare\":35170.07,\"intPublishFare\":35509.6,\"TripjackMarkup\":0,\"TripjackCommission\":339.53,\"TripjackTDS\":\"17.87\",\"AddiMarkup\":0,\"CommisionPass\":339.53,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-06-22T21:10\",\"SegFlightNumber\":\"AI-971\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-22T19:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-29T04:40\",\"SegFlightNumber\":\"AI-972\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-06-28T22:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"04:40\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"22:10\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"b5702-4340f-75322-9fe57\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00M\"}]}],\"FlightBookingDataInbound\":null}','2023-03-23 14:24:28'),(298,'a77cf-1c1f2-f9732-ff7ec','{\"BookingData\":[{\"bookingId\":\"BKR102759673848\",\"bookingId_TJ\":\"TJ102759673848\",\"FlightNumber\":\"6E-5605\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-04-19T21:45\",\"LocalFromTime\":\"2023-04-19 21:45\",\"FromUTCTime\":\"2023-04-19T21:45\",\"LocalToTime\":\"2023-04-20 00:05\",\"ToUTCTime\":\"2023-04-20T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Thu, 20 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4769.8,\"PublishedFareTxt\":\"4,770\",\"ApiResultIndex\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3668,\"Tax\":1101.8,\"YQTax\":0,\"OtherCharges\":902,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":188,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4769.8,\"PublishedFare\":5029.95,\"OfferedFare\":4734.95,\"CommissionEarned\":34.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.83,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1218431935_0HYDDEL6E5605_11088670393236\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":34.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1101.8,\"BaseFareCal\":4779.95,\"BaseFare\":3668,\"CommissionEarned\":34.85,\"TDS\":-1.83,\"MF\":10,\"YQ\":0,\"AGST\":188,\"MFT\":1.8,\"OT\":902,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":34.85,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5029.95,\"CostToCustomer\":5029.95,\"BaseFareCal\":4779.95,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4779.95,\"intOfferedFare\":4734.95,\"intPublishFare\":4769.8,\"TripjackMarkup\":0,\"TripjackCommission\":34.85,\"TripjackTDS\":\"1.83\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":34.85,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"335\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-20T00:05\",\"SegFlightNumber\":\"6E-5605\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"335\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a77cf-1c1f2-f9732-ff7ec\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-24T16:11:08.027\",\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102759673848\",\"bookingId_TJ\":\"TJ102759673848\",\"FlightNumber\":\"6E-5605\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-04-19T21:45\",\"LocalFromTime\":\"2023-04-19 21:45\",\"FromUTCTime\":\"2023-04-19T21:45\",\"LocalToTime\":\"2023-04-20 00:05\",\"ToUTCTime\":\"2023-04-20T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Thu, 20 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4769.8,\"ApiResultIndex\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"a77cf-1c1f2-f9732-ff7ec\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-24T16:11:08.027\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3668,\"Tax\":1101.8,\"YQTax\":0,\"OtherCharges\":902,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":188,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4769.8,\"PublishedFare\":5029.95,\"OfferedFare\":4734.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1101.8,\"BaseFareCal\":4779.95,\"BaseFare\":3668,\"CommissionEarned\":34.85,\"TDS\":-1.83,\"MF\":10,\"YQ\":0,\"AGST\":188,\"MFT\":1.8,\"OT\":902,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"335\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-20T00:05\",\"SegFlightNumber\":\"6E-5605\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1218431935_0HYDDEL6E5605_102881411008678\",\"localFromDateTime\":\"2023-04-19 21:45\",\"localToDateTime\":\"2023-04-20 00:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"19\\/04\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/04\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-04-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a77cf-1c1f2-f9732-ff7ec\",\"from_city_\":\"1__HYD-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=19%2F04%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"12\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"09989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-24-16-10-05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"634932\",\"TPSysId\":\"634933\",\"VersionId\":[\"183029\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"52550\",\"FareBreakdownid\":[\"374230\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"61\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_id\":[\"64\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"64\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5029.95},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"298431\",\"TPSysId\":\"634933\",\"MasterTPSysId\":\"634932\",\"ProposalID\":\"634933\\/V1\",\"InvoiceDate\":\"2023-03-24\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-03-24\",\"PaymentDate\":\"2023-03-24\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":4984.95,\"InvoiceStatus\":true,\"TotalSGST\":22.5,\"TotalCGST\":22.5,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5029.95,\"TotalDueAmount\":0,\"InvoiceValue\":5029.95,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-DEL-IndiGo 6E-5605\",\"ItemQty\":1,\"ItemRates\":4734.95,\"Total\":4734.95,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5029.95,\"MarkupType\":\"\",\"Markup\":250,\"TotalMarkup\":250,\"SubTotal\":4984.95,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":45,\"SGST\":22.5,\"CGST\":22.5,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-03-24 16:10:27'),(301,'789f7-8cf13-45aba-49970','{\"FlightBookingData\":[{\"bookingId\":\"BKR108559702687\",\"bookingId_TJ\":\"TJ108559702687\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:40\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-03-25T15:40\",\"LocalFromTime\":\"2023-03-25 15:40\",\"FromUTCTime\":\"2023-03-25T15:40\",\"LocalToTime\":\"2023-03-25 18:05\",\"ToUTCTime\":\"2023-03-25T18:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 25 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4285.8,\"PublishedFareTxt\":\"4,286\",\"ApiResultIndex\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,600 __nls__Before 96 hrs Rs 3,100\",\"fcs\":{\"ACFT\":180,\"ACF\":3600,\"CCFT\":9,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__ Within 03-96 hrs Rs 3,350 + Fare Difference __nls__ Before 96 hrs Rs 2,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3526,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4285.8,\"PublishedFare\":4478.02,\"OfferedFare\":4183.02,\"CommissionEarned\":102.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8150063440_0DELHYDSG8133_54717434361921\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":102.78,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":4228.02,\"BaseFare\":3526,\"CommissionEarned\":102.78,\"TDS\":-5.41,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4478.02,\"CostToCustomer\":4478.02,\"BaseFareCal\":4228.02,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4228.02,\"intOfferedFare\":4183.02,\"intPublishFare\":4285.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.78,\"TripjackTDS\":\"5.41\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":102.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"117\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-25T18:05\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-25T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"789f7-8cf13-45aba-49970\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-24T22:48:17.462\",\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108559702687\",\"bookingId_TJ\":\"TJ108559702687\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:40\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2023-03-25T15:40\",\"LocalFromTime\":\"2023-03-25 15:40\",\"FromUTCTime\":\"2023-03-25T15:40\",\"LocalToTime\":\"2023-03-25 18:05\",\"ToUTCTime\":\"2023-03-25T18:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 25 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4285.8,\"ApiResultIndex\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"789f7-8cf13-45aba-49970\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-03-24T22:48:17.462\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3526,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":564,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4285.8,\"PublishedFare\":4478.02,\"OfferedFare\":4183.02,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":4228.02,\"BaseFare\":3526,\"CommissionEarned\":102.78,\"TDS\":-5.41,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":564,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"117\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-03-25T18:05\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-03-25T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8150063440_0DELHYDSG8133_32736375883005\",\"localFromDateTime\":\"2023-03-25 15:40\",\"localToDateTime\":\"2023-03-25 18:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"65\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"65\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"leosharma.1@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7827109666\",\"FirstName\":\"Saurabh \",\"LastName\":\"P\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-24-22-47-42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_customer\":[[\"62\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Hyderabad\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"25\\/03\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"DEL\",\"to\":\"HYD\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":7701,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-03-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"789f7-8cf13-45aba-49970\",\"from_city_\":\"1__DEL-HYD\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"635490\",\"TPSysId\":\"635491\",\"VersionId\":[\"183217\"],\"CustomerSysId\":\"359497\",\"TrxId\":\"52593\",\"FareBreakdownid\":[\"374252\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"65\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"leosharma.1@gmail.com\",\"FirstName\":\"Saurabh \",\"LastName\":\"P\",\"CountryCode\":\"91\",\"MobileNo\":\"7827109666\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7827109666\",\"leadEmail\":\"leosharma.1@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Saurabh \",\"passenger-lastname-1\":\"P\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"789f7-8cf13-45aba-49970\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"359497\",\"memberId\":null}}}','2023-03-24 22:48:00'),(303,'6acf0-e45c5-56bc6-a33a5','{\"FlightBookingData\":[{\"FlightNumber\":\"AI-840\",\"keyIndex\":43,\"SegFlightNumberArr\":\"AI-840\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4366175544_42HYDDELAI840_14105199790044\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-04-25T20:40\",\"LocalFromTime\":\"2023-04-25 20:40\",\"FromUTCTime\":\"2023-04-25T20:40\",\"LocalToTime\":\"2023-04-25 23:05\",\"ToUTCTime\":\"2023-04-25T23:05\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Tue, 25 Apr\",\"ArrivalDateTxt\":\"Tue, 25 Apr\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":21549,\"PublishedFareTxt\":\"21,549\",\"ApiResultIndex\":\"21-10-15-2-4366175544_42HYDDELAI840_14105199789784\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6acf0-e45c5-56bc6-a33a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15984,\"Tax\":3947.2,\"YQTax\":0,\"OtherCharges\":2386,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":834,\"CarrierMiscFee\":680,\"MUFee\":0,\"intPublishedFare\":19931.2,\"PublishedFare\":20729,\"PublishedFarePerPax\":5183,\"OfferedFare\":19548.16,\"CommissionEarned\":383.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4366175544_42HYDDELAI840_14105199790044\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":383.04,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1973.6,\"BaseFareCal\":9864.08,\"BaseFare\":7992,\"CommissionEarned\":191.52,\"TDS\":-10.08,\"MF\":20,\"YQ\":0,\"AGST\":417,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1973.6,\"BaseFareCal\":9864.08,\"BaseFare\":7992,\"CommissionEarned\":191.52,\"TDS\":-10.08,\"MF\":20,\"YQ\":0,\"AGST\":417,\"MFT\":3.6,\"OT\":1193,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"087\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-25T23:05\",\"SegFlightNumber\":\"AI-840\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-25T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"25001-30000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"017\"},{\"keyIndex\":23,\"FlightNumber\":\"AI-560\",\"SegFlightNumberArr\":\"AI-560\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-04-27T07:10\",\"LocalFromTime\":\"2023-04-27 07:10\",\"FromUTCTime\":\"2023-04-27T07:10\",\"LocalToTime\":\"2023-04-27 09:20\",\"ToUTCTime\":\"2023-04-27T09:20\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 27 Apr\",\"ArrivalDateTxt\":\"Thu, 27 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":19903.48,\"PublishedFareTxt\":\"19,903\",\"ApiResultIndex\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6acf0-e45c5-56bc6-a33a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15984,\"Tax\":3119.2,\"YQTax\":0,\"OtherCharges\":1560,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":832,\"CarrierMiscFee\":680,\"MUFee\":0,\"intPublishedFare\":19103.2,\"PublishedFare\":19904,\"PublishedFarePerPax\":4976,\"OfferedFare\":18723.48,\"CommissionEarned\":379.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1559.6,\"BaseFareCal\":9451.74,\"BaseFare\":7992,\"CommissionEarned\":189.86,\"TDS\":-10,\"MF\":20,\"YQ\":0,\"AGST\":416,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1559.6,\"BaseFareCal\":9451.74,\"BaseFare\":7992,\"CommissionEarned\":189.86,\"TDS\":-10,\"MF\":20,\"YQ\":0,\"AGST\":416,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"105\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-27T09:20\",\"SegFlightNumber\":\"AI-560\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-27T07:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"07B\"}],\"FlightBookingDataInbound\":{\"keyIndex\":23,\"FlightNumber\":\"AI-560\",\"SegFlightNumberArr\":\"AI-560\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-04-27T07:10\",\"LocalFromTime\":\"2023-04-27 07:10\",\"FromUTCTime\":\"2023-04-27T07:10\",\"LocalToTime\":\"2023-04-27 09:20\",\"ToUTCTime\":\"2023-04-27T09:20\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 27 Apr\",\"ArrivalDateTxt\":\"Thu, 27 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":19903.48,\"PublishedFareTxt\":\"19,903\",\"ApiResultIndex\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6acf0-e45c5-56bc6-a33a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15984,\"Tax\":3119.2,\"YQTax\":0,\"OtherCharges\":1560,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":832,\"CarrierMiscFee\":680,\"MUFee\":0,\"intPublishedFare\":19103.2,\"PublishedFare\":19904,\"PublishedFarePerPax\":4976,\"OfferedFare\":18723.48,\"CommissionEarned\":379.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4366175544_22DELHYDAI560_14105199274507\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1559.6,\"BaseFareCal\":9451.74,\"BaseFare\":7992,\"CommissionEarned\":189.86,\"TDS\":-10,\"MF\":20,\"YQ\":0,\"AGST\":416,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1559.6,\"BaseFareCal\":9451.74,\"BaseFare\":7992,\"CommissionEarned\":189.86,\"TDS\":-10,\"MF\":20,\"YQ\":0,\"AGST\":416,\"MFT\":3.6,\"OT\":780,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"105\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-27T09:20\",\"SegFlightNumber\":\"AI-560\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-27T07:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"07B\"}}','2023-03-25 19:06:23'),(304,'d5da2-2385e-3e507-b23d3','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-1408\",\"keyIndex\":145,\"SegFlightNumberArr\":\"6E-1408\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9223521951_5AUHHYD6E1408_2990696442125\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:30\",\"ArrivalTime\":\"04:55\",\"TravelDate\":\"2023-04-29T23:30\",\"LocalFromTime\":\"2023-04-29 23:30\",\"FromUTCTime\":\"2023-04-29T23:30\",\"LocalToTime\":\"2023-04-30 04:55\",\"ToUTCTime\":\"2023-04-30T04:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sun, 30 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"105\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"AUH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10292,\"PublishedFareTxt\":\"10,292\",\"ApiResultIndex\":\"5-9223521951_5AUHHYD6E1408_2990696441495\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d5da2-2385e-3e507-b23d3\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7105,\"Tax\":2714.8,\"YQTax\":0,\"OtherCharges\":2703,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9819.8,\"PublishedFare\":10292,\"PublishedFarePerPax\":10292,\"OfferedFare\":9701.68,\"CommissionEarned\":118.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9223521951_5AUHHYD6E1408_2990696442125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":118.12,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2714.8,\"BaseFareCal\":9791.68,\"BaseFare\":7105,\"CommissionEarned\":118.12,\"TDS\":-6.22,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2703,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05N\"},\"Segments\":[{\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-30T04:55\",\"SegFlightNumber\":\"6E-1408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-04-29T23:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:30\",\"strArrivalDtTime\":\"04:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"6E-1408\",\"keyIndex\":145,\"SegFlightNumberArr\":\"6E-1408\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9223521951_5AUHHYD6E1408_2990696441495\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:30\",\"ArrivalTime\":\"04:55\",\"TravelDate\":\"2023-04-29T23:30\",\"LocalFromTime\":\"2023-04-29 23:30\",\"FromUTCTime\":\"2023-04-29T23:30\",\"LocalToTime\":\"2023-04-30 04:55\",\"ToUTCTime\":\"2023-04-30T04:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sun, 30 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"105\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"AUH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10292,\"PublishedFareTxt\":\"10,292\",\"ApiResultIndex\":\"5-9223521951_5AUHHYD6E1408_2990696441495\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d5da2-2385e-3e507-b23d3\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7105,\"Tax\":2714.8,\"YQTax\":0,\"OtherCharges\":2703,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9819.8,\"PublishedFare\":10292,\"PublishedFarePerPax\":10292,\"OfferedFare\":9701.68,\"CommissionEarned\":118.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9223521951_5AUHHYD6E1408_2990696442125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":118.12,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2714.8,\"BaseFareCal\":9791.68,\"BaseFare\":7105,\"CommissionEarned\":118.12,\"TDS\":-6.22,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2703,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7705,\"Tax\":2984.8,\"YQTax\":0,\"OtherCharges\":2973,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10689.8,\"PublishedFare\":10951,\"PublishedFarePerPax\":10951,\"OfferedFare\":10360.42,\"CommissionEarned\":329.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9223521951_5AUHHYD6E1408_2990696441495\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORP CONNECT\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":329.38,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2984.8,\"BaseFareCal\":10450.42,\"BaseFare\":7705,\"CommissionEarned\":329.38,\"TDS\":-17.34,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2973,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8105,\"Tax\":2714.8,\"YQTax\":0,\"OtherCharges\":2703,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10819.8,\"PublishedFare\":11276,\"PublishedFarePerPax\":11276,\"OfferedFare\":10685.05,\"CommissionEarned\":134.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.09,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9223521951_5AUHHYD6E1408_2990696441885\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":134.75,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2714.8,\"BaseFareCal\":10775.05,\"BaseFare\":8105,\"CommissionEarned\":134.75,\"TDS\":-7.09,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2703,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-30T04:55\",\"SegFlightNumber\":\"6E-1408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-04-29T23:30\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:30\",\"strArrivalDtTime\":\"04:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"05T\"}]}],\"FlightBookingDataInbound\":null}','2023-03-27 12:21:04'),(305,'80d27-ac23a-24ca4-7a3ce','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-1465\",\"keyIndex\":196,\"SegFlightNumberArr\":\"6E-1465\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7709327450_12HYDDXB6E1465_10547577465660\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-04-24T08:20\",\"LocalFromTime\":\"2023-04-24 08:20\",\"FromUTCTime\":\"2023-04-24T08:20\",\"LocalToTime\":\"2023-04-24 10:25\",\"ToUTCTime\":\"2023-04-24T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 24 Apr\",\"ArrivalDateTxt\":\"Mon, 24 Apr\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21240,\"PublishedFareTxt\":\"21,239\",\"ApiResultIndex\":\"5-7709327450_12HYDDXB6E1465_10547577465100\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"80d27-ac23a-24ca4-7a3ce\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18210,\"Tax\":3036.8,\"YQTax\":0,\"OtherCharges\":3025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21246.8,\"PublishedFare\":21240,\"PublishedFarePerPax\":21240,\"OfferedFare\":20944.05,\"CommissionEarned\":302.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.93,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7709327450_12HYDDXB6E1465_10547577465660\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":302.75,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3036.8,\"BaseFareCal\":20989.05,\"BaseFare\":18210,\"CommissionEarned\":302.75,\"TDS\":-15.93,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07W\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-04-24T10:25\",\"SegFlightNumber\":\"6E-1465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-24T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"6E-1465\",\"keyIndex\":196,\"SegFlightNumberArr\":\"6E-1465\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7709327450_12HYDDXB6E1465_10547577465100\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-04-24T08:20\",\"LocalFromTime\":\"2023-04-24 08:20\",\"FromUTCTime\":\"2023-04-24T08:20\",\"LocalToTime\":\"2023-04-24 10:25\",\"ToUTCTime\":\"2023-04-24T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 24 Apr\",\"ArrivalDateTxt\":\"Mon, 24 Apr\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21240,\"PublishedFareTxt\":\"21,239\",\"ApiResultIndex\":\"5-7709327450_12HYDDXB6E1465_10547577465100\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"80d27-ac23a-24ca4-7a3ce\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18210,\"Tax\":3036.8,\"YQTax\":0,\"OtherCharges\":3025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21246.8,\"PublishedFare\":21240,\"PublishedFarePerPax\":21240,\"OfferedFare\":20944.05,\"CommissionEarned\":302.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.93,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7709327450_12HYDDXB6E1465_10547577465660\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":302.75,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3036.8,\"BaseFareCal\":20989.05,\"BaseFare\":18210,\"CommissionEarned\":302.75,\"TDS\":-15.93,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18810,\"Tax\":3757.8,\"YQTax\":0,\"OtherCharges\":3746,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22567.8,\"PublishedFare\":22059,\"PublishedFarePerPax\":22059,\"OfferedFare\":21763.67,\"CommissionEarned\":804.13,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-42.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7709327450_12HYDDXB6E1465_10547577465100\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORP CONNECT\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":804.13,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3757.8,\"BaseFareCal\":21808.67,\"BaseFare\":18810,\"CommissionEarned\":804.13,\"TDS\":-42.32,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3746,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":19210,\"Tax\":3086.8,\"YQTax\":0,\"OtherCharges\":3075,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22296.8,\"PublishedFare\":22273,\"PublishedFarePerPax\":22273,\"OfferedFare\":21977.43,\"CommissionEarned\":319.37,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.81,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7709327450_12HYDDXB6E1465_10547577465400\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":319.37,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3086.8,\"BaseFareCal\":22022.43,\"BaseFare\":19210,\"CommissionEarned\":319.37,\"TDS\":-16.81,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3075,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-04-24T10:25\",\"SegFlightNumber\":\"6E-1465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-24T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"082\"}]}],\"FlightBookingDataInbound\":null}','2023-03-27 12:21:13'),(306,'54013-0e4b9-d85aa-3764d','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"37\",\"SegFlightNumberArr\":\"G8-37\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"OrFlightNumber\":\"G8-37\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-04-11T07:40\",\"LocalFromTime\":\"2023-04-11 07:40\",\"FromUTCTime\":\"2023-04-11T07:40\",\"LocalToTime\":\"2023-04-11 13:45\",\"ToUTCTime\":\"2023-04-11T13:45\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Tue, 11 Apr\",\"ArrivalDateTxt\":\"Tue, 11 Apr\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},\"destination\":{\"FlightNumber\":\"38\",\"SegFlightNumberArr\":\"G8-38\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"DeFlightNumber\":\"G8-38\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-04-17T14:05\",\"LocalFromTime\":\"2023-04-17 14:05\",\"FromUTCTime\":\"2023-04-17T14:05\",\"LocalToTime\":\"2023-04-17 17:05\",\"ToUTCTime\":\"2023-04-17T17:05\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"4h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},\"AirlineName\":\"Go First\",\"PublishedFare\":21678.02,\"PublishedFareTxt\":\"21,678\",\"ApiResultIndex\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155742096\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15572,\"Tax\":5339.6,\"YQTax\":1500,\"OtherCharges\":3816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20911.6,\"PublishedFare\":21679,\"PublishedFarePerPax\":21679,\"OfferedFare\":20498.02,\"CommissionEarned\":413.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155742096\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5339.6,\"BaseFareCal\":20678.02,\"BaseFare\":15572,\"CommissionEarned\":413.58,\"TDS\":-21.76,\"MF\":20,\"YQ\":1500,\"AGST\":0,\"MFT\":3.6,\"OT\":3816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06S\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-11T13:45\",\"SegFlightNumber\":\"G8-37\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-11T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T17:05\",\"SegFlightNumber\":\"G8-38\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-04-17T14:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":270,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"DepartureTime\":\"14:05\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":0,\"FlightNumber\":\"37\",\"SegFlightNumberArr\":\"G8-37\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"OrFlightNumber\":\"G8-37\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-04-11T07:40\",\"LocalFromTime\":\"2023-04-11 07:40\",\"FromUTCTime\":\"2023-04-11T07:40\",\"LocalToTime\":\"2023-04-11 13:45\",\"ToUTCTime\":\"2023-04-11T13:45\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Tue, 11 Apr\",\"ArrivalDateTxt\":\"Tue, 11 Apr\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},\"destination\":{\"FlightNumber\":\"38\",\"SegFlightNumberArr\":\"G8-38\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"DeFlightNumber\":\"G8-38\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-04-17T14:05\",\"LocalFromTime\":\"2023-04-17 14:05\",\"FromUTCTime\":\"2023-04-17T14:05\",\"LocalToTime\":\"2023-04-17 17:05\",\"ToUTCTime\":\"2023-04-17T17:05\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"4h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},\"AirlineName\":\"Go First\",\"PublishedFare\":21678.02,\"PublishedFareTxt\":\"21,678\",\"ApiResultIndex\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"apiTraceId\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15572,\"Tax\":5339.6,\"YQTax\":1500,\"OtherCharges\":3816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20911.6,\"PublishedFare\":21679,\"PublishedFarePerPax\":21679,\"OfferedFare\":20498.02,\"CommissionEarned\":413.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155742096\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Deal\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5339.6,\"BaseFareCal\":20678.02,\"BaseFare\":15572,\"CommissionEarned\":413.58,\"TDS\":-21.76,\"MF\":20,\"YQ\":1500,\"AGST\":0,\"MFT\":3.6,\"OT\":3816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16472,\"Tax\":5353.6,\"YQTax\":1500,\"OtherCharges\":3830,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21825.6,\"PublishedFare\":22571,\"PublishedFarePerPax\":22571,\"OfferedFare\":21390.23,\"CommissionEarned\":435.37,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155741676\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5353.6,\"BaseFareCal\":21570.23,\"BaseFare\":16472,\"CommissionEarned\":435.37,\"TDS\":-22.92,\"MF\":20,\"YQ\":1500,\"AGST\":0,\"MFT\":3.6,\"OT\":3830,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":false,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18696,\"Tax\":6132.6,\"YQTax\":1500,\"OtherCharges\":4609,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24828.6,\"PublishedFare\":25104,\"PublishedFarePerPax\":25104,\"OfferedFare\":23923.01,\"CommissionEarned\":905.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-47.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155739936\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6132.6,\"BaseFareCal\":24103.01,\"BaseFare\":18696,\"CommissionEarned\":905.59,\"TDS\":-47.66,\"MF\":20,\"YQ\":1500,\"AGST\":0,\"MFT\":3.6,\"OT\":4609,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":19889,\"Tax\":6203.6,\"YQTax\":1500,\"OtherCharges\":4680,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26092.6,\"PublishedFare\":26314,\"PublishedFarePerPax\":26314,\"OfferedFare\":25133.51,\"CommissionEarned\":959.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-50.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0433942621_0DELBKKG837BKKDELG838_39812155741296\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"Special\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6203.6,\"BaseFareCal\":25313.51,\"BaseFare\":19889,\"CommissionEarned\":959.09,\"TDS\":-50.47,\"MF\":20,\"YQ\":1500,\"AGST\":0,\"MFT\":3.6,\"OT\":4680,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"IsMealIncludes\":true,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-11T13:45\",\"SegFlightNumber\":\"G8-37\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-11T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T17:05\",\"SegFlightNumber\":\"G8-38\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-04-17T14:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"20 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":270,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"DepartureTime\":\"14:05\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"54013-0e4b9-d85aa-3764d\",\"keyIndex\":0,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"070\"}]}],\"FlightBookingDataInbound\":null}','2023-03-27 21:39:53'),(311,'19403-c5789-d1e83-66292','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"6E-1001\",\"SegFlightNumberArr\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Sat, 01 Apr\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"15:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"6E-1005\",\"SegFlightNumberArr\":\"6E-1005\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Mon, 10 Apr\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"1\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"19403-c5789-d1e83-66292\",\"apiTraceId\":\"1259-19403-c5789-d1e83-66292\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":20998,\"PublishedFareTxt\":\"20,998\",\"ApiResultIndex\":\"1259-19403-c5789-d1e83-66292\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/04\\/2023\",\"FromDateSort\":1680287400,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ABC123\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1259-19403-c5789-d1e83-66292\",\"localFromDateTime\":\"2023-04-01 13:00\",\"localToDateTime\":\"2023-04-01 18:30:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1259-19403-c5789-d1e83-66292\",\"strTraceId\":\"1259-19403-c5789-d1e83-66292\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1259-19403-c5789-d1e83-66292\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"D83226CCC6DA4FEB90D074EE9227EFF5\"}],\"flight_booking_id_Arr\":[\"66\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-28 12:09:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2030-03-23\",\"passporIssue\":\"2020-03-24\",\"CustomerSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"30\"],\"flight_booking_customer\":[[\"63\"]],\"SearchTraceId\":\"19403-c5789-d1e83-66292\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"01\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"19403-c5789-d1e83-66292\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-03-28 12:07:04\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"19403-c5789-d1e83-66292\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/04\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"01\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"19403-c5789-d1e83-66292\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-03-28 12:07:04\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"6E-1001\\\",\\\"SegFlightNumberArr\\\":\\\"6E-1001\\\",\\\"AirlineName\\\":\\\"Indigo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Sat, 01 Apr\\\",\\\"DepartureTime\\\":\\\"13:00\\\",\\\"ArrivalTime\\\":\\\"15:30\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"6E-1005\\\",\\\"SegFlightNumberArr\\\":\\\"6E-1005\\\",\\\"AirlineName\\\":\\\"Indigo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Mon, 10 Apr\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:30\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"6E-1001\\\",\\\"AirlineName\\\":\\\"Indigo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"1\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"19403-c5789-d1e83-66292\\\",\\\"apiTraceId\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"13:00\\\",\\\"ArrivalTime\\\":\\\"18:30\\\",\\\"TravelDate\\\":\\\"2023-04-01\\\",\\\"LocalFromTime\\\":\\\"2023-04-01 13:00\\\",\\\"FromUTCTime\\\":\\\"2023-04-01 13:00\\\",\\\"LocalToTime\\\":\\\"2023-04-01 18:30:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-01 18:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"5 hours, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":50,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":20998,\\\"PublishedFareTxt\\\":\\\"20,998\\\",\\\"ApiResultIndex\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":14999,\\\"Tax\\\":5999,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":20998,\\\"PublishedFare\\\":20998,\\\"PublishedFareAgent\\\":20998,\\\"OfferedFareAgent\\\":20998,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1259_17326\\\",\\\"ApiResultIndex\\\":\\\"1259_17326\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"50\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":20998,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":14999,\\\"BaseFare\\\":14999,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":5999,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":20998,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"6E-1001\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:00\\\",\\\"strArrivalDtTime\\\":\\\"15:30\\\",\\\"FlightDuration\\\":\\\"2 hours 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-01T15:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-01T13:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"6E-1005\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:30\\\",\\\"FlightDuration\\\":\\\"2 hours 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-10T18:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-10T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"01\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1680287400,\\\"DepartureDateTxt\\\":\\\"Sat, 01 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 01 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ABC123\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"localFromDateTime\\\":\\\"2023-04-01 13:00\\\",\\\"localToDateTime\\\":\\\"2023-04-01 18:30:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"6E-1001\\\",\\\"AirlineName\\\":\\\"Indigo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"apiTraceId\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"strTraceId\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"13:00\\\",\\\"ArrivalTime\\\":\\\"18:30\\\",\\\"TravelDate\\\":\\\"2023-04-01\\\",\\\"LocalFromTime\\\":\\\"2023-04-01 13:00\\\",\\\"FromUTCTime\\\":\\\"2023-04-01 13:00\\\",\\\"LocalToTime\\\":\\\"2023-04-01 18:30:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-01 18:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Sat, 01 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 01 Apr\\\",\\\"FlightDuration\\\":\\\"5 hours, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":50,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1259-19403-c5789-d1e83-66292\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":14999,\\\"Tax\\\":5999,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":20998,\\\"PublishedFare\\\":20998,\\\"PublishedFareAgent\\\":20998,\\\"OfferedFareAgent\\\":20998,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1259_17326\\\",\\\"ApiResultIndex\\\":\\\"1259_17326\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"50\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":20998,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":14999,\\\"BaseFare\\\":14999,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":5999,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":20998,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"6E-1001\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:00\\\",\\\"strArrivalDtTime\\\":\\\"15:30\\\",\\\"FlightDuration\\\":\\\"2 hours 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-01T15:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-01T13:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"6E-1005\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:30\\\",\\\"FlightDuration\\\":\\\"2 hours 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-10T18:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-10T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"D83226CCC6DA4FEB90D074EE9227EFF5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshope.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHIT\",\"passenger-lastname-1\":\"SONI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"24\\/03\\/2020\",\"passenger-PassportExpiry-1\":\"23\\/03\\/2030\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-03-28 12:10:01'),(313,'c2a55-7e0be-cb93a-fd7e8','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"6E-1001\",\"SegFlightNumberArr\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Sat, 01 Apr\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"15:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"6E-1005\",\"SegFlightNumberArr\":\"6E-1005\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Mon, 10 Apr\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"1\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c2a55-7e0be-cb93a-fd7e8\",\"apiTraceId\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":20998,\"PublishedFareTxt\":\"20,998\",\"ApiResultIndex\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/04\\/2023\",\"FromDateSort\":1680287400,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ABC123\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"localFromDateTime\":\"2023-04-01 13:00\",\"localToDateTime\":\"2023-04-01 18:30:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"strTraceId\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1259-c2a55-7e0be-cb93a-fd7e8\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1259_17326\",\"SearchTraceId\":\"c2a55-7e0be-cb93a-fd7e8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"01\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c2a55-7e0be-cb93a-fd7e8\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-03-28 12:42:55\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-03-28 12:42:58'),(316,'d9f41-f85bb-fa8e6-f7dc5','{\"FlightBookingData\":[{\"bookingId\":\"BKR100260012739\",\"bookingId_TJ\":\"TJ100260012739\",\"FlightNumber\":\"6E-2788\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:55\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-04-10T02:55\",\"LocalFromTime\":\"2023-04-10 02:55\",\"FromUTCTime\":\"2023-04-10T02:55\",\"LocalToTime\":\"2023-04-10 05:10\",\"ToUTCTime\":\"2023-04-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 10 Apr\",\"ArrivalDateTxt\":\"Mon, 10 Apr\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5720.8,\"PublishedFareTxt\":\"5,721\",\"ApiResultIndex\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,250 + *fare diff if any*__nls__Before 72 hrs Rs 2,750 + *fare diff if any*\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4967,\"Tax\":753.8,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":253,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5720.8,\"PublishedFare\":5968.61,\"OfferedFare\":5673.61,\"CommissionEarned\":47.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2141671978_0DELCCU6E2788_7380916659530\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":47.19,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":753.8,\"BaseFareCal\":5718.61,\"BaseFare\":4967,\"CommissionEarned\":47.19,\"TDS\":-2.48,\"MF\":10,\"YQ\":0,\"AGST\":253,\"MFT\":1.8,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":47.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5968.61,\"CostToCustomer\":5968.61,\"BaseFareCal\":5718.61,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5718.61,\"intOfferedFare\":5673.61,\"intPublishFare\":5720.8,\"TripjackMarkup\":0,\"TripjackCommission\":47.19,\"TripjackTDS\":\"2.48\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":47.19,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-04-10T05:10\",\"SegFlightNumber\":\"6E-2788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-10T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-29T14:09:21.075\",\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100260012739\",\"bookingId_TJ\":\"TJ100260012739\",\"FlightNumber\":\"6E-2788\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:55\",\"ArrivalTime\":\"05:10\",\"TravelDate\":\"2023-04-10T02:55\",\"LocalFromTime\":\"2023-04-10 02:55\",\"FromUTCTime\":\"2023-04-10T02:55\",\"LocalToTime\":\"2023-04-10 05:10\",\"ToUTCTime\":\"2023-04-10T05:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 10 Apr\",\"ArrivalDateTxt\":\"Mon, 10 Apr\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5720.8,\"ApiResultIndex\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-03-29T14:09:21.075\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4967,\"Tax\":753.8,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":253,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5720.8,\"PublishedFare\":5968.61,\"OfferedFare\":5673.61,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":753.8,\"BaseFareCal\":5718.61,\"BaseFare\":4967,\"CommissionEarned\":47.19,\"TDS\":-2.48,\"MF\":10,\"YQ\":0,\"AGST\":253,\"MFT\":1.8,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"95\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-04-10T05:10\",\"SegFlightNumber\":\"6E-2788\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-10T02:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"02:55\",\"strArrivalDtTime\":\"05:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2141671978_10DELCCU6E2788_11644139723839\",\"localFromDateTime\":\"2023-04-10 02:55\",\"localToDateTime\":\"2023-04-10 05:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"67\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_id\":[\"67\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-29-14-08-21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"18\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-29-14-08-21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"modified\":\"2023-03-29-14-08-21\",\"created\":\"2023-03-29-14-08-21\",\"CustomerMemberSysId\":\"18\"}],\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_customer\":[[\"64\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"10\\/04\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/04\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-04-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"from_city_\":\"1__DEL-CCU\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"640769\",\"TPSysId\":\"640770\",\"VersionId\":[\"185230\"],\"CustomerSysId\":\"307069\",\"TrxId\":\"52997\",\"FareBreakdownid\":[\"374501\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_id\":[\"67\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"jitendra@catpl.co.in\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9958049006\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-03-29-14-08-21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"modified\":\"2023-03-29-14-08-21\",\"created\":\"2023-03-29-14-08-21\",\"MobileNo\":\"9958049006\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9958049006\",\"leadEmail\":\"jitendra@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Jitendra Kumar \",\"passenger-lastname-1\":\"Singh\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"0\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"d9f41-f85bb-fa8e6-f7dc5\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"307069\",\"memberId\":[\"23170\"]}}}','2023-03-29 14:08:38'),(317,'706d8-c624f-3b30e-befee','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-678\",\"keyIndex\":18,\"SegFlightNumberArr\":\"SG-678\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2210435719_0MAABOMSG678_32406365276974\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-04-04T19:25\",\"LocalFromTime\":\"2023-04-04 19:25\",\"FromUTCTime\":\"2023-04-04T19:25\",\"LocalToTime\":\"2023-04-04 21:15\",\"ToUTCTime\":\"2023-04-04T21:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Tue, 04 Apr\",\"ArrivalDateTxt\":\"Tue, 04 Apr\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2544,\"PublishedFareTxt\":\"2,544\",\"ApiResultIndex\":\"11-2210435719_0MAABOMSG678_32406365276974\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"706d8-c624f-3b30e-befee\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2286.8,\"PublishedFare\":2544,\"PublishedFarePerPax\":2544,\"OfferedFare\":2248.8,\"CommissionEarned\":38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2210435719_0MAABOMSG678_32406365276974\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":38,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":2293.8,\"BaseFare\":2000,\"CommissionEarned\":38,\"TDS\":-2,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"015\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-04T21:15\",\"SegFlightNumber\":\"SG-678\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-04-04T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-03-29 14:17:23'),(319,'561b5-cbfe5-f27d8-1dc51','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"6E-1001\",\"SegFlightNumberArr\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Sat, 01 Apr\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"15:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"destination\":{\"FlightNumber\":\"6E-1005\",\"SegFlightNumberArr\":\"6E-1005\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsRefundableTxt\":\"Refundable\",\"DepartureDateTxt\":\"Mon, 10 Apr\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:30\",\"FareClass\":null,\"FlightDuration\":\"02h 30m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"1\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"561b5-cbfe5-f27d8-1dc51\",\"apiTraceId\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":20998,\"PublishedFareTxt\":\"20,998\",\"ApiResultIndex\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/04\\/2023\",\"FromDateSort\":1680287400,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ABC123\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"localFromDateTime\":\"2023-04-01 13:00\",\"localToDateTime\":\"2023-04-01 18:30:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"6E-1001\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"strTraceId\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-04-01\",\"LocalFromTime\":\"2023-04-01 13:00\",\"FromUTCTime\":\"2023-04-01 13:00\",\"LocalToTime\":\"2023-04-01 18:30:00\",\"ToUTCTime\":\"2023-04-01 18:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Sat, 01 Apr\",\"ArrivalDateTxt\":\"Sat, 01 Apr\",\"FlightDuration\":\"5 hours, 30 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":50,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1259-561b5-cbfe5-f27d8-1dc51\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14999,\"Tax\":5999,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20998,\"PublishedFare\":20998,\"PublishedFareAgent\":20998,\"OfferedFareAgent\":20998,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"1\",\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1259_17326\",\"ApiResultIndex\":\"1259_17326\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"50\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":14999,\"BaseFare\":14999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":5999,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":20998,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"6E-1001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-01T15:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-01T13:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"6E-1005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"2 hours 30 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-10T18:30\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-10T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1259_17326\",\"SearchTraceId\":\"561b5-cbfe5-f27d8-1dc51\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"01\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"561b5-cbfe5-f27d8-1dc51\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-03-29 14:19:06\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-03-29 14:19:19'),(320,'99165-a6a50-b8406-8ebfa','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":263,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-30T00:45\",\"LocalFromTime\":\"2023-04-30 00:45\",\"FromUTCTime\":\"2023-04-30T00:45\",\"LocalToTime\":\"2023-04-30 06:05\",\"ToUTCTime\":\"2023-04-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 30 Apr\",\"ArrivalDateTxt\":\"Sun, 30 Apr\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-04T21:30\",\"LocalFromTime\":\"2023-05-04 21:30\",\"FromUTCTime\":\"2023-05-04T21:30\",\"LocalToTime\":\"2023-05-04 23:45\",\"ToUTCTime\":\"2023-05-04T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 04 May\",\"ArrivalDateTxt\":\"Thu, 04 May\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":16562.93,\"PublishedFareTxt\":\"16,563\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6433.3,\"Tax\":8949.63,\"YQTax\":0,\"OtherCharges\":8926.03,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15382.93,\"PublishedFare\":16563,\"PublishedFarePerPax\":16563,\"OfferedFare\":15382.93,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8949.63,\"BaseFareCal\":15562.93,\"BaseFare\":6433.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8926.03,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02H\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-04-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-30T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"$$hashKey\":\"10N\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-04T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"$$hashKey\":\"10O\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"keyIndex\":263,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":263,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-30T00:45\",\"LocalFromTime\":\"2023-04-30 00:45\",\"FromUTCTime\":\"2023-04-30T00:45\",\"LocalToTime\":\"2023-04-30 06:05\",\"ToUTCTime\":\"2023-04-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Sun, 30 Apr\",\"ArrivalDateTxt\":\"Sun, 30 Apr\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-04T21:30\",\"LocalFromTime\":\"2023-05-04 21:30\",\"FromUTCTime\":\"2023-05-04T21:30\",\"LocalToTime\":\"2023-05-04 23:45\",\"ToUTCTime\":\"2023-05-04T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 04 May\",\"ArrivalDateTxt\":\"Thu, 04 May\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":16562.93,\"PublishedFareTxt\":\"16,563\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"apiTraceId\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6433.3,\"Tax\":8949.63,\"YQTax\":0,\"OtherCharges\":8926.03,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15382.93,\"PublishedFare\":16563,\"PublishedFarePerPax\":16563,\"OfferedFare\":15382.93,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631100\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8949.63,\"BaseFareCal\":15562.93,\"BaseFare\":6433.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8926.03,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9233.14,\"Tax\":9031.23,\"YQTax\":0,\"OtherCharges\":9007.63,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18264.37,\"PublishedFare\":19445,\"PublishedFarePerPax\":19445,\"OfferedFare\":18264.37,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631360\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9031.23,\"BaseFareCal\":18444.37,\"BaseFare\":9233.14,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9007.63,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10777.9,\"Tax\":9076.24,\"YQTax\":0,\"OtherCharges\":9052.64,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19854.14,\"PublishedFare\":21035,\"PublishedFarePerPax\":21035,\"OfferedFare\":19854.14,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-1005526995_263HYDDMKDD959DMKHYDDD958_92993215631680\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9076.24,\"BaseFareCal\":20034.14,\"BaseFare\":10777.9,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9052.64,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-04-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-30T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-04T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"99165-a6a50-b8406-8ebfa\",\"keyIndex\":263,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"02N\"}]}],\"FlightBookingDataInbound\":null}','2023-03-30 12:43:34'),(322,'2e1d1-303c1-20f88-b78af','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2e1d1-303c1-20f88-b78af\",\"apiTraceId\":\"1274-2e1d1-303c1-20f88-b78af\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":67500,\"PublishedFareTxt\":\"67,500\",\"ApiResultIndex\":\"1274-2e1d1-303c1-20f88-b78af\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":64500,\"Tax\":3000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":67500,\"PublishedFare\":67500,\"PublishedFareAgent\":67500,\"OfferedFareAgent\":67500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":67500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":64500,\"BaseFare\":64500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":3000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":67500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-2e1d1-303c1-20f88-b78af\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":3,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-2e1d1-303c1-20f88-b78af\",\"strTraceId\":\"1274-2e1d1-303c1-20f88-b78af\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-2e1d1-303c1-20f88-b78af\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":64500,\"Tax\":3000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":67500,\"PublishedFare\":67500,\"PublishedFareAgent\":67500,\"OfferedFareAgent\":67500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":67500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":64500,\"BaseFare\":64500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":3000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":67500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"2e1d1-303c1-20f88-b78af\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"2e1d1-303c1-20f88-b78af\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 11:39:29\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-08 11:39:46'),(324,'31907-e8019-94235-71b64','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"31907-e8019-94235-71b64\",\"apiTraceId\":\"1274-31907-e8019-94235-71b64\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-31907-e8019-94235-71b64\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-31907-e8019-94235-71b64\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-31907-e8019-94235-71b64\",\"strTraceId\":\"1274-31907-e8019-94235-71b64\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-31907-e8019-94235-71b64\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"31907-e8019-94235-71b64\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"31907-e8019-94235-71b64\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 11:41:14\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-08 11:41:21'),(328,'ce18b-04f5b-f29f4-63de5','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ce18b-04f5b-f29f4-63de5\",\"apiTraceId\":\"1274-ce18b-04f5b-f29f4-63de5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-ce18b-04f5b-f29f4-63de5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-ce18b-04f5b-f29f4-63de5\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-ce18b-04f5b-f29f4-63de5\",\"strTraceId\":\"1274-ce18b-04f5b-f29f4-63de5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-ce18b-04f5b-f29f4-63de5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"ce18b-04f5b-f29f4-63de5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"ce18b-04f5b-f29f4-63de5\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 11:42:07\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-08 11:42:22'),(332,'a936a-f93c2-205ce-b7b66','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"626F7445E5AB4921862C04A708692487\"}],\"flight_booking_id_Arr\":[\"68\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:43:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:43:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"apiTraceId\":\"a936a-f93c2-205ce-b7b66\",\"modified\":\"2023-04-08 11:43:33\",\"created\":\"2023-04-08 11:43:33\",\"CustomerMemberSysId\":\"19\"}],\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"19\"],\"flight_booking_customer\":[[\"65\"]],\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"a936a-f93c2-205ce-b7b66\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 11:42:11\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a936a-f93c2-205ce-b7b66\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"a936a-f93c2-205ce-b7b66\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-08 11:42:11\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a936a-f93c2-205ce-b7b66\\\",\\\"apiTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"strTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"626F7445E5AB4921862C04A708692487\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammed\",\"passenger-lastname-1\":\"ali\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"k363629\",\"passenger-passporIssue-1\":\"06\\/04\\/2021\",\"passenger-PassportExpiry-1\":\"05\\/04\\/2031\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:43:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"apiTraceId\":\"a936a-f93c2-205ce-b7b66\",\"modified\":\"2023-04-08 11:43:33\",\"created\":\"2023-04-08 11:43:33\",\"MobileNo\":\"9989613151\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohammed\",\"lN\":\"ali\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"626F7445E5AB4921862C04A708692487\"],\"status\":\"SUCCESS\"}},\"postField\":[{\"B2BAgencySysId\":\"45276\",\"MasterTPSysId\":\"653188\",\"TPSysId\":\"653189\",\"TrxId\":\"53966\",\"VersionId\":\"189645\",\"XRefBookingId\":\"626F7445E5AB4921862C04A708692487\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a936a-f93c2-205ce-b7b66\\\",\\\"apiTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"strTraceId\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-a936a-f93c2-205ce-b7b66\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"626F7445E5AB4921862C04A708692487\\\"},\\\"response\\\":{\\\"status\\\":{\\\"success\\\":1},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohammed\\\",\\\"lN\\\":\\\"ali\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]}},\\\"order\\\":{\\\"bookingId\\\":[\\\"626F7445E5AB4921862C04A708692487\\\"],\\\"status\\\":\\\"SUCCESS\\\"}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohammed\\\",\\\"lN\\\":\\\"ali\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":22500,\\\"NetPrice\\\":22500,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":22500,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"2__HYD-DMK-HYD-DEL-2__HYD-DMK-HYD\",\"Amount\":21500,\"NetAmount\":22500}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"strTraceId\":\"1274-a936a-f93c2-205ce-b7b66\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-a936a-f93c2-205ce-b7b66\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"626F7445E5AB4921862C04A708692487\"}],\"IsInternational\":\"1\",\"CustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:43:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"a936a-f93c2-205ce-b7b66\",\"bookingHold\":\"0\",\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-04-08 11:44:03'),(338,'62d38-02218-df46d-364a3','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0-\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E606A106AAD9406ABBC57D2CB398FFFB\"}],\"flight_booking_id_Arr\":[\"69\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:53:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:53:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"modified\":\"2023-04-08 11:53:24\",\"CustomerMemberSysId\":\"19\"}],\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"19\"],\"flight_booking_customer\":[[\"66\"]],\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"62d38-02218-df46d-364a3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 11:52:58\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"62d38-02218-df46d-364a3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"62d38-02218-df46d-364a3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-08 11:52:58\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"62d38-02218-df46d-364a3\\\",\\\"apiTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":21,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"21\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"strTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":21,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"21\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"E606A106AAD9406ABBC57D2CB398FFFB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"19\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammed\",\"passenger-lastname-1\":\"ali\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"k363629\",\"passenger-passporIssue-1\":\"06\\/04\\/2021\",\"passenger-PassportExpiry-1\":\"05\\/04\\/2031\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:53:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"modified\":\"2023-04-08 11:53:24\",\"MobileNo\":\"9989613151\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0-\",\"DMK-HYD\":\"SRFC7E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohammed\",\"lN\":\"ali\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"HYD-DMK\":\"\",\"DMK-HYD\":\"\"},\"pnrInwardDetails\":{\"HYD-DMK\":\"\"},\"ticketNumberInwardDetails\":{\"HYD-DMK\":\"\"}}]}},\"order\":{\"bookingId\":[\"E606A106AAD9406ABBC57D2CB398FFFB\"],\"status\":\"SUCCESS\"}},\"postField\":[{\"B2BAgencySysId\":\"45276\",\"MasterTPSysId\":\"653200\",\"TPSysId\":\"653201\",\"TrxId\":\"53967\",\"VersionId\":\"189649\",\"XRefBookingId\":\"E606A106AAD9406ABBC57D2CB398FFFB\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"62d38-02218-df46d-364a3\\\",\\\"apiTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":21,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"21\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"strTraceId\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":21,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-62d38-02218-df46d-364a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"21\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"E606A106AAD9406ABBC57D2CB398FFFB\\\"},\\\"response\\\":{\\\"status\\\":{\\\"success\\\":1},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohammed\\\",\\\"lN\\\":\\\"ali\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]}},\\\"order\\\":{\\\"bookingId\\\":[\\\"E606A106AAD9406ABBC57D2CB398FFFB\\\"],\\\"status\\\":\\\"SUCCESS\\\"}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohammed\\\",\\\"lN\\\":\\\"ali\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":22500,\\\"NetPrice\\\":22500,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":22500,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"2__HYD-DMK-HYD-DEL-2__HYD-DMK-HYD\",\"Amount\":21500,\"NetAmount\":22500}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-62d38-02218-df46d-364a3\",\"strTraceId\":\"1274-62d38-02218-df46d-364a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-62d38-02218-df46d-364a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"21\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E606A106AAD9406ABBC57D2CB398FFFB\"}],\"IsInternational\":\"1\",\"CustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 11:53:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"62d38-02218-df46d-364a3\",\"bookingHold\":\"0\",\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-04-08 11:53:40'),(340,'bedbe-dbc9b-6ebb1-a61a3','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bedbe-dbc9b-6ebb1-a61a3\",\"apiTraceId\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"strTraceId\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-bedbe-dbc9b-6ebb1-a61a3\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"bedbe-dbc9b-6ebb1-a61a3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"bedbe-dbc9b-6ebb1-a61a3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 12:01:33\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-08 12:01:37'),(342,'7f535-63643-15ee5-b7482','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7f535-63643-15ee5-b7482\",\"apiTraceId\":\"1274-7f535-63643-15ee5-b7482\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-7f535-63643-15ee5-b7482\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-7f535-63643-15ee5-b7482\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-7f535-63643-15ee5-b7482\",\"strTraceId\":\"1274-7f535-63643-15ee5-b7482\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-7f535-63643-15ee5-b7482\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"7f535-63643-15ee5-b7482\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"7f535-63643-15ee5-b7482\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 12:03:18\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-08 12:03:21');
INSERT INTO `tbl_temp_data` VALUES (348,'c3f88-5017a-e9f38-d15ab','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E2A065A7EDDC4B72A136403143BBCD40\"}],\"flight_booking_id_Arr\":[\"70\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 12:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2038-04-03\",\"passporIssue\":\"2028-04-04\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"67\"]],\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-08 12:03:37\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"c3f88-5017a-e9f38-d15ab\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-08 12:03:37\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c3f88-5017a-e9f38-d15ab\\\",\\\"apiTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"strTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"E2A065A7EDDC4B72A136403143BBCD40\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"04\\/04\\/2028\",\"passenger-PassportExpiry-1\":\"03\\/04\\/2038\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mohit\",\"lN\":\"kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E2A065A7EDDC4B72A136403143BBCD40\"],\"status\":\"SUCCESS\"}},\"postField\":[{\"B2BAgencySysId\":\"45276\",\"MasterTPSysId\":\"653218\",\"TPSysId\":\"653219\",\"TrxId\":\"53969\",\"VersionId\":\"189657\",\"XRefBookingId\":\"E2A065A7EDDC4B72A136403143BBCD40\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\"},\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c3f88-5017a-e9f38-d15ab\\\",\\\"apiTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"strTraceId\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-c3f88-5017a-e9f38-d15ab\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"E2A065A7EDDC4B72A136403143BBCD40\\\"},\\\"response\\\":{\\\"status\\\":{\\\"success\\\":1},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohit\\\",\\\"lN\\\":\\\"kumar\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]}},\\\"order\\\":{\\\"bookingId\\\":[\\\"E2A065A7EDDC4B72A136403143BBCD40\\\"],\\\"status\\\":\\\"SUCCESS\\\"}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mohit\\\",\\\"lN\\\":\\\"kumar\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":22500,\\\"NetPrice\\\":22500,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":22500,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"2__HYD-DMK-HYD-DEL-2__HYD-DMK-HYD\",\"Amount\":21500,\"NetAmount\":22500}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"strTraceId\":\"1274-c3f88-5017a-e9f38-d15ab\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-c3f88-5017a-e9f38-d15ab\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"E2A065A7EDDC4B72A136403143BBCD40\"}],\"IsInternational\":\"1\",\"CustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-08 12:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2038-04-03\",\"passporIssue\":\"2028-04-04\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"c3f88-5017a-e9f38-d15ab\",\"bookingHold\":\"0\",\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-04-08 12:04:28'),(349,'2a1da-ee2b0-29c0c-b4b3e','{\"FlightBookingData\":[{\"FlightNumber\":\"TG-330\",\"keyIndex\":6,\"SegFlightNumberArr\":\"TG-330\",\"AirlineName\":\"Thai airways intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-22T01:10\",\"LocalFromTime\":\"2023-04-22 01:10\",\"FromUTCTime\":\"2023-04-22T01:10\",\"LocalToTime\":\"2023-04-22 06:15\",\"ToUTCTime\":\"2023-04-22T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15155,\"PublishedFareTxt\":\"15,154\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2a1da-ee2b0-29c0c-b4b3e\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5840,\"Tax\":8866.8,\"YQTax\":4587,\"OtherCharges\":2886,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":563,\"CarrierMiscFee\":819,\"MUFee\":0,\"intPublishedFare\":14706.8,\"PublishedFare\":15155,\"PublishedFarePerPax\":15155,\"OfferedFare\":14564.3,\"CommissionEarned\":142.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":142.5,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8866.8,\"BaseFareCal\":14654.3,\"BaseFare\":5840,\"CommissionEarned\":142.5,\"TDS\":-7.5,\"MF\":10,\"YQ\":4587,\"AGST\":563,\"MFT\":1.8,\"OT\":2886,\"MU\":0,\"YR\":819,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01Q\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-22T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"TG-330\",\"keyIndex\":6,\"SegFlightNumberArr\":\"TG-330\",\"AirlineName\":\"Thai airways intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-22T01:10\",\"LocalFromTime\":\"2023-04-22 01:10\",\"FromUTCTime\":\"2023-04-22T01:10\",\"LocalToTime\":\"2023-04-22 06:15\",\"ToUTCTime\":\"2023-04-22T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15155,\"PublishedFareTxt\":\"15,154\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2a1da-ee2b0-29c0c-b4b3e\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5840,\"Tax\":8866.8,\"YQTax\":4587,\"OtherCharges\":2886,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":563,\"CarrierMiscFee\":819,\"MUFee\":0,\"intPublishedFare\":14706.8,\"PublishedFare\":15155,\"PublishedFarePerPax\":15155,\"OfferedFare\":14564.3,\"CommissionEarned\":142.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-4654790046_6HYDBKKTG330_41335382493650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":142.5,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8866.8,\"BaseFareCal\":14654.3,\"BaseFare\":5840,\"CommissionEarned\":142.5,\"TDS\":-7.5,\"MF\":10,\"YQ\":4587,\"AGST\":563,\"MFT\":1.8,\"OT\":2886,\"MU\":0,\"YR\":819,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-22T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01S\"}]}],\"FlightBookingDataInbound\":null}','2023-04-09 19:04:25'),(350,'0aca1-7bb74-ddf77-38589','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-984\",\"keyIndex\":1,\"SegFlightNumberArr\":\"6E-984\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5080975071_1HYDGOI6E984_32807660772908\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:15\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2023-04-25T21:15\",\"LocalFromTime\":\"2023-04-25 21:15\",\"FromUTCTime\":\"2023-04-25T21:15\",\"LocalToTime\":\"2023-04-25 22:30\",\"ToUTCTime\":\"2023-04-25T22:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Tue, 25 Apr\",\"ArrivalDateTxt\":\"Tue, 25 Apr\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6059,\"PublishedFareTxt\":\"6,059\",\"ApiResultIndex\":\"5-5080975071_1HYDGOI6E984_32807660771768\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"0aca1-7bb74-ddf77-38589\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2884,\"Tax\":2659.6,\"YQTax\":0,\"OtherCharges\":2636,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5543.6,\"PublishedFare\":6059,\"PublishedFarePerPax\":3030,\"OfferedFare\":5468.7,\"CommissionEarned\":74.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5080975071_1HYDGOI6E984_32807660772908\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":74.9,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2659.6,\"BaseFareCal\":5558.7,\"BaseFare\":2884,\"CommissionEarned\":74.9,\"TDS\":-3.94,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2636,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01L\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-04-25T22:30\",\"SegFlightNumber\":\"6E-984\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-25T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00P\"},{\"keyIndex\":1,\"FlightNumber\":\"I5-1518\",\"SegFlightNumberArr\":\"I5-1518\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5080975071_1GOIHYDI51518_32790416648539\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2023-04-29T19:05\",\"LocalFromTime\":\"2023-04-29 19:05\",\"FromUTCTime\":\"2023-04-29T19:05\",\"LocalToTime\":\"2023-04-29 20:25\",\"ToUTCTime\":\"2023-04-29T20:25\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":5568.08,\"PublishedFareTxt\":\"5,568\",\"ApiResultIndex\":\"22-16-5080975071_1GOIHYDI51518_32790416648319\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"0aca1-7bb74-ddf77-38589\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3194,\"Tax\":1829.6,\"YQTax\":0,\"OtherCharges\":1638,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":168,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5023.6,\"PublishedFare\":5569,\"PublishedFarePerPax\":2785,\"OfferedFare\":4978.08,\"CommissionEarned\":45.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5080975071_1GOIHYDI51518_32790416648539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1829.6,\"BaseFareCal\":5068.08,\"BaseFare\":3194,\"CommissionEarned\":45.52,\"TDS\":-2.4,\"MF\":20,\"YQ\":0,\"AGST\":168,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04G\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-29T20:25\",\"SegFlightNumber\":\"I5-1518\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-04-29T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01B\"}],\"FlightBookingDataInbound\":{\"keyIndex\":1,\"FlightNumber\":\"I5-1518\",\"SegFlightNumberArr\":\"I5-1518\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5080975071_1GOIHYDI51518_32790416648539\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2023-04-29T19:05\",\"LocalFromTime\":\"2023-04-29 19:05\",\"FromUTCTime\":\"2023-04-29T19:05\",\"LocalToTime\":\"2023-04-29 20:25\",\"ToUTCTime\":\"2023-04-29T20:25\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":5568.08,\"PublishedFareTxt\":\"5,568\",\"ApiResultIndex\":\"22-16-5080975071_1GOIHYDI51518_32790416648319\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"0aca1-7bb74-ddf77-38589\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3194,\"Tax\":1829.6,\"YQTax\":0,\"OtherCharges\":1638,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":168,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5023.6,\"PublishedFare\":5569,\"PublishedFarePerPax\":2785,\"OfferedFare\":4978.08,\"CommissionEarned\":45.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5080975071_1GOIHYDI51518_32790416648539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1829.6,\"BaseFareCal\":5068.08,\"BaseFare\":3194,\"CommissionEarned\":45.52,\"TDS\":-2.4,\"MF\":20,\"YQ\":0,\"AGST\":168,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04G\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-29T20:25\",\"SegFlightNumber\":\"I5-1518\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-04-29T19:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01B\"}}','2023-04-09 19:37:57'),(351,'6cd1f-96f5e-5bfc1-5c719','{\"FlightBookingData\":[{\"FlightNumber\":\"QR-4775\",\"keyIndex\":68,\"SegFlightNumberArr\":\"QR-4775 +1\",\"AirlineName\":\"Qatar airways\",\"AirlineCode\":\"QR\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"AirlineSysId\":\"405\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-14T04:10\",\"LocalFromTime\":\"2023-04-14 04:10\",\"FromUTCTime\":\"2023-04-14T04:10\",\"LocalToTime\":\"2023-04-15 06:40\",\"ToUTCTime\":\"2023-04-15T06:40\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Doha\",\"GroundTime\":1155,\"LAYOVERDuration\":\"19h 15m\",\"FlyingMinutes\":1860,\"DepartureDateTxt\":\"Fri, 14 Apr\",\"ArrivalDateTxt\":\"Sat, 15 Apr\",\"FlightDuration\":\"31h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"EDI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":188527,\"PublishedFareTxt\":\"188,526\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6cd1f-96f5e-5bfc1-5c719\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":151730,\"Tax\":28412.8,\"YQTax\":12282,\"OtherCharges\":6026,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":8291,\"CarrierMiscFee\":1802,\"MUFee\":0,\"intPublishedFare\":180142.8,\"PublishedFare\":180448,\"PublishedFarePerPax\":180448,\"OfferedFare\":179857.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"35 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":28412.8,\"BaseFareCal\":179947.8,\"BaseFare\":151730,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":12282,\"AGST\":8291,\"MFT\":1.8,\"OT\":6026,\"MU\":0,\"YR\":1802,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06Z\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-04-14T05:50\",\"SegFlightNumber\":\"QR-4775\",\"AirlineCode\":\"QR\",\"AirlineName\":\"Qatar Airways\",\"FareClass\":\"B\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-14T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"35 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":250,\"GroundTime\":1155,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"19h 15m\",\"LAYOVERCity\":\"Doha\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\"},{\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Edinburgh Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Edinburgh\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"EDI\",\"destinationArrTime\":\"2023-04-15T06:40\",\"SegFlightNumber\":\"QR-31\",\"AirlineCode\":\"QR\",\"AirlineName\":\"Qatar Airways\",\"FareClass\":\"B\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-04-15T01:05\",\"TripIndicator\":\"\",\"Baggage\":\"35 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":455,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"01:05\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"7h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\"}],\"FilterPrice\":\"180001-185000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"QR-4775\",\"keyIndex\":68,\"SegFlightNumberArr\":\"QR-4775 +1\",\"AirlineName\":\"Qatar airways\",\"AirlineCode\":\"QR\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"AirlineSysId\":\"405\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-14T04:10\",\"LocalFromTime\":\"2023-04-14 04:10\",\"FromUTCTime\":\"2023-04-14T04:10\",\"LocalToTime\":\"2023-04-15 06:40\",\"ToUTCTime\":\"2023-04-15T06:40\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"Doha\",\"GroundTime\":1155,\"LAYOVERDuration\":\"19h 15m\",\"FlyingMinutes\":1860,\"DepartureDateTxt\":\"Fri, 14 Apr\",\"ArrivalDateTxt\":\"Sat, 15 Apr\",\"FlightDuration\":\"31h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"EDI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":188527,\"PublishedFareTxt\":\"188,526\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6cd1f-96f5e-5bfc1-5c719\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":151730,\"Tax\":28412.8,\"YQTax\":12282,\"OtherCharges\":6026,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":8291,\"CarrierMiscFee\":1802,\"MUFee\":0,\"intPublishedFare\":180142.8,\"PublishedFare\":180448,\"PublishedFarePerPax\":180448,\"OfferedFare\":179857.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484643\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"35 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":28412.8,\"BaseFareCal\":179947.8,\"BaseFare\":151730,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":12282,\"AGST\":8291,\"MFT\":1.8,\"OT\":6026,\"MU\":0,\"YR\":1802,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":153483.2,\"Tax\":34452.9,\"YQTax\":12297.02,\"OtherCharges\":11969.7,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":8378.3,\"CarrierMiscFee\":1796.08,\"MUFee\":0,\"intPublishedFare\":187936.12,\"PublishedFare\":188527,\"PublishedFarePerPax\":188527,\"OfferedFare\":187936.12,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-4293320061_68HYDDOHQR4775DOHEDIQR31_42540648484893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"35 kg\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":34452.9,\"BaseFareCal\":188026.12,\"BaseFare\":153483.2,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":12297.02,\"AGST\":8378.3,\"MFT\":1.8,\"OT\":11969.7,\"MU\":0,\"YR\":1796.08,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35 kg\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Hamad international airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Doha\",\"destinationCountryName\":\"Qatar\",\"destinationAirportCode\":\"DOH\",\"destinationArrTime\":\"2023-04-14T05:50\",\"SegFlightNumber\":\"QR-4775\",\"AirlineCode\":\"QR\",\"AirlineName\":\"Qatar Airways\",\"FareClass\":\"B\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-14T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"35 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":250,\"GroundTime\":1155,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":\"19h 15m\",\"LAYOVERCity\":\"Doha\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\"},{\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Edinburgh Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Edinburgh\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"EDI\",\"destinationArrTime\":\"2023-04-15T06:40\",\"SegFlightNumber\":\"QR-31\",\"AirlineCode\":\"QR\",\"AirlineName\":\"Qatar Airways\",\"FareClass\":\"B\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-04-15T01:05\",\"TripIndicator\":\"\",\"Baggage\":\"35 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":455,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"01:05\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"7h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/QR.gif\"}],\"FilterPrice\":\"180001-185000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"073\"}]}],\"FlightBookingDataInbound\":null}','2023-04-11 00:19:58'),(352,'924f2-4788e-f7f2f-084cc','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6334\",\"keyIndex\":68,\"SegFlightNumberArr\":\"6E-6334\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8518553775_0HYDCOK6E6334_25898003030218\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-05-06T20:35\",\"LocalFromTime\":\"2023-05-06 20:35\",\"FromUTCTime\":\"2023-05-06T20:35\",\"LocalToTime\":\"2023-05-06 22:10\",\"ToUTCTime\":\"2023-05-06T22:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 06 May\",\"ArrivalDateTxt\":\"Sat, 06 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9213,\"PublishedFareTxt\":\"9,212\",\"ApiResultIndex\":\"5-8518553775_0HYDCOK6E6334_25898003029488\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"924f2-4788e-f7f2f-084cc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6020,\"Tax\":2659.6,\"YQTax\":0,\"OtherCharges\":2636,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8679.6,\"PublishedFare\":9213,\"PublishedFarePerPax\":4607,\"OfferedFare\":8622.4,\"CommissionEarned\":57.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8518553775_0HYDCOK6E6334_25898003030218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":57.2,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2659.6,\"BaseFareCal\":8712.4,\"BaseFare\":6020,\"CommissionEarned\":57.2,\"TDS\":-3,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2636,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02T\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-05-06T22:10\",\"SegFlightNumber\":\"6E-6334\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-06T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00R\"},{\"keyIndex\":49,\"FlightNumber\":\"6E-6922\",\"SegFlightNumberArr\":\"6E-6922 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811993\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-05-09T20:00\",\"LocalFromTime\":\"2023-05-09 20:00\",\"FromUTCTime\":\"2023-05-09T20:00\",\"LocalToTime\":\"2023-05-10 00:05\",\"ToUTCTime\":\"2023-05-10T00:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":115,\"LAYOVERDuration\":\"1h 55m\",\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Wed, 10 May\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8121.18,\"PublishedFareTxt\":\"8,121\",\"ApiResultIndex\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811623\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"924f2-4788e-f7f2f-084cc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5938,\"Tax\":1649.6,\"YQTax\":0,\"OtherCharges\":1314,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7587.6,\"PublishedFare\":8122,\"PublishedFarePerPax\":4061,\"OfferedFare\":7531.18,\"CommissionEarned\":56.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811993\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1649.6,\"BaseFareCal\":7621.18,\"BaseFare\":5938,\"CommissionEarned\":56.42,\"TDS\":-2.96,\"MF\":20,\"YQ\":0,\"AGST\":312,\"MFT\":3.6,\"OT\":1314,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06A\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-05-09T21:05\",\"SegFlightNumber\":\"6E-6922\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-05-09T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":115,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"1h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-10T00:05\",\"SegFlightNumber\":\"6E-6178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-05-09T23:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01L\"}],\"FlightBookingDataInbound\":{\"keyIndex\":49,\"FlightNumber\":\"6E-6922\",\"SegFlightNumberArr\":\"6E-6922 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811993\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-05-09T20:00\",\"LocalFromTime\":\"2023-05-09 20:00\",\"FromUTCTime\":\"2023-05-09T20:00\",\"LocalToTime\":\"2023-05-10 00:05\",\"ToUTCTime\":\"2023-05-10T00:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":115,\"LAYOVERDuration\":\"1h 55m\",\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Wed, 10 May\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8121.18,\"PublishedFareTxt\":\"8,121\",\"ApiResultIndex\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811623\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"924f2-4788e-f7f2f-084cc\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5938,\"Tax\":1649.6,\"YQTax\":0,\"OtherCharges\":1314,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7587.6,\"PublishedFare\":8122,\"PublishedFarePerPax\":4061,\"OfferedFare\":7531.18,\"CommissionEarned\":56.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8518553775_6COKBLR6E6922BLRHYD6E6178_25898002811993\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1649.6,\"BaseFareCal\":7621.18,\"BaseFare\":5938,\"CommissionEarned\":56.42,\"TDS\":-2.96,\"MF\":20,\"YQ\":0,\"AGST\":312,\"MFT\":3.6,\"OT\":1314,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06A\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-05-09T21:05\",\"SegFlightNumber\":\"6E-6922\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-05-09T20:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":115,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"1h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-10T00:05\",\"SegFlightNumber\":\"6E-6178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-05-09T23:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01L\"}}','2023-04-12 15:00:07'),(353,'1400a-d0adc-c24fe-71bf8','{\"FlightBookingData\":[{\"FlightNumber\":\"I5-1983\",\"keyIndex\":107,\"SegFlightNumberArr\":\"I5-1983\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1056535627_1HYDGOII51983_60464191383273\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-04-19T17:25\",\"LocalFromTime\":\"2023-04-19 17:25\",\"FromUTCTime\":\"2023-04-19T17:25\",\"LocalToTime\":\"2023-04-19 18:25\",\"ToUTCTime\":\"2023-04-19T18:25\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Wed, 19 Apr\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":12180,\"PublishedFareTxt\":\"12,179\",\"ApiResultIndex\":\"22-16-1056535627_1HYDGOII51983_60464191383003\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1400a-d0adc-c24fe-71bf8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6172,\"Tax\":4915.2,\"YQTax\":0,\"OtherCharges\":4548,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":320,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11087.2,\"PublishedFare\":12180,\"PublishedFarePerPax\":3045,\"OfferedFare\":10999.28,\"CommissionEarned\":87.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1056535627_1HYDGOII51983_60464191383273\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":87.92,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2457.6,\"BaseFareCal\":5589.64,\"BaseFare\":3086,\"CommissionEarned\":43.96,\"TDS\":-2.32,\"MF\":20,\"YQ\":0,\"AGST\":160,\"MFT\":3.6,\"OT\":2274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":2457.6,\"BaseFareCal\":5589.64,\"BaseFare\":3086,\"CommissionEarned\":43.96,\"TDS\":-2.32,\"MF\":20,\"YQ\":0,\"AGST\":160,\"MFT\":3.6,\"OT\":2274,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02R\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-04-19T18:25\",\"SegFlightNumber\":\"I5-1983\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T17:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"011\"},{\"keyIndex\":100,\"FlightNumber\":\"I5-974\",\"SegFlightNumberArr\":\"I5-974\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1056535627_1GOIHYDI5974_60464191142697\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"18:50\",\"TravelDate\":\"2023-04-22T17:35\",\"LocalFromTime\":\"2023-04-22 17:35\",\"FromUTCTime\":\"2023-04-22T17:35\",\"LocalToTime\":\"2023-04-22 18:50\",\"ToUTCTime\":\"2023-04-22T18:50\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":13156.32,\"PublishedFareTxt\":\"13,156\",\"ApiResultIndex\":\"22-16-1056535627_1GOIHYDI5974_60464191142367\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"1400a-d0adc-c24fe-71bf8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8340,\"Tax\":3755.2,\"YQTax\":0,\"OtherCharges\":3276,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":432,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12095.2,\"PublishedFare\":13157,\"PublishedFarePerPax\":3290,\"OfferedFare\":11976.32,\"CommissionEarned\":118.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1056535627_1GOIHYDI5974_60464191142697\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1877.6,\"BaseFareCal\":6078.16,\"BaseFare\":4170,\"CommissionEarned\":59.44,\"TDS\":-3.12,\"MF\":20,\"YQ\":0,\"AGST\":216,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1877.6,\"BaseFareCal\":6078.16,\"BaseFare\":4170,\"CommissionEarned\":59.44,\"TDS\":-3.12,\"MF\":20,\"YQ\":0,\"AGST\":216,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08T\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-22T18:50\",\"SegFlightNumber\":\"I5-974\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-04-22T17:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"18:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01Y\"}],\"FlightBookingDataInbound\":{\"keyIndex\":100,\"FlightNumber\":\"I5-974\",\"SegFlightNumberArr\":\"I5-974\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1056535627_1GOIHYDI5974_60464191142697\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"18:50\",\"TravelDate\":\"2023-04-22T17:35\",\"LocalFromTime\":\"2023-04-22 17:35\",\"FromUTCTime\":\"2023-04-22T17:35\",\"LocalToTime\":\"2023-04-22 18:50\",\"ToUTCTime\":\"2023-04-22T18:50\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":13156.32,\"PublishedFareTxt\":\"13,156\",\"ApiResultIndex\":\"22-16-1056535627_1GOIHYDI5974_60464191142367\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"1400a-d0adc-c24fe-71bf8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8340,\"Tax\":3755.2,\"YQTax\":0,\"OtherCharges\":3276,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":432,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12095.2,\"PublishedFare\":13157,\"PublishedFarePerPax\":3290,\"OfferedFare\":11976.32,\"CommissionEarned\":118.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1056535627_1GOIHYDI5974_60464191142697\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1877.6,\"BaseFareCal\":6078.16,\"BaseFare\":4170,\"CommissionEarned\":59.44,\"TDS\":-3.12,\"MF\":20,\"YQ\":0,\"AGST\":216,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1877.6,\"BaseFareCal\":6078.16,\"BaseFare\":4170,\"CommissionEarned\":59.44,\"TDS\":-3.12,\"MF\":20,\"YQ\":0,\"AGST\":216,\"MFT\":3.6,\"OT\":1638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"08T\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-04-22T18:50\",\"SegFlightNumber\":\"I5-974\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-04-22T17:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"18:50\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01Y\"}}','2023-04-13 00:23:45'),(355,'0d2da-bcb55-f7c8e-13a36','{\"FlightBookingData\":[{\"bookingId\":\"BKR111361162284\",\"bookingId_TJ\":\"TJ111361162284\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-28T01:10\",\"LocalFromTime\":\"2023-04-28 01:10\",\"FromUTCTime\":\"2023-04-28T01:10\",\"LocalToTime\":\"2023-04-28 06:15\",\"ToUTCTime\":\"2023-04-28T06:15\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":48000,\"Tax\":25726.6,\"YQTax\":12802,\"OtherCharges\":4685,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":7395,\"CarrierMiscFee\":821,\"MUFee\":0,\"intPublishedFare\":73726.6,\"PublishedFare\":75801.6,\"OfferedFare\":-118.89999999999999,\"CommissionEarned\":285,\"CommisionPass\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-5269674059_1BKKHYDTG329_181844809408006\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":25726.6,\"BaseFareCal\":73801.6,\"BaseFare\":48000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":12802,\"AGST\":7395,\"MFT\":3.6,\"OT\":4685,\"MU\":0,\"YR\":821,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"945\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-28T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"Z\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-28T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0d2da-bcb55-f7c8e-13a36\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-28 12:00\",\"localToDateTime\":\"2023-05-02 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111361162284\",\"bookingId_TJ\":\"TJ111361162284\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"strTraceId\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-04-28T01:10\",\"LocalFromTime\":\"2023-04-28 01:10\",\"FromUTCTime\":\"2023-04-28T01:10\",\"LocalToTime\":\"2023-04-28 06:15\",\"ToUTCTime\":\"2023-04-28T06:15\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":75801.6,\"ApiResultIndex\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"0d2da-bcb55-f7c8e-13a36\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":48000,\"Tax\":25726.6,\"YQTax\":12802,\"OtherCharges\":4685,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":7395,\"CarrierMiscFee\":821,\"MUFee\":0,\"intPublishedFare\":73726.6,\"PublishedFare\":75801.6,\"OfferedFare\":-118.89999999999999,\"CommissionEarned\":285,\"CommisionPass\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-15-2-10-5269674059_1BKKHYDTG329_181844809408006\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":25726.6,\"BaseFareCal\":73801.6,\"BaseFare\":48000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":20,\"YQ\":12802,\"AGST\":7395,\"MFT\":3.6,\"OT\":4685,\"MU\":0,\"YR\":821,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"945\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-04-28T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"Z\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-28T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"946\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-03T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"Z\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-02T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"27-21-20-12-15-2-10-5269674059_144HYDBKKTG330BKKHYDTG329_26658186906900\",\"localFromDateTime\":\"2023-04-28 01:10\",\"localToDateTime\":\"2023-04-28 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR111361162284\",\"bookingId_TJ\":\"TJ111361162284\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-05-02T22:10\",\"LocalFromTime\":\"2023-05-02 22:10\",\"FromUTCTime\":\"2023-05-02T22:10\",\"LocalToTime\":\"2023-05-03 00:10\",\"ToUTCTime\":\"2023-05-03T00:10\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Tue, 02 May\",\"ArrivalDateTxt\":\"Wed, 03 May\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"946\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-03T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"Z\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-02T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0d2da-bcb55-f7c8e-13a36\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-28 12:00\",\"localToDateTime\":\"2023-05-02 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"71\",\"72\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_id\":[\"71\",\"72\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"lsdfjjdl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9568985698\",\"FirstName\":\"sdfdfdf\",\"LastName\":\" eeerre\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1979-04-12\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-13-14-14-01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"PH054265d\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-12-22\",\"passporIssue\":\"2013-12-23\",\"CustomerSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_customer\":[[\"68\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"class\":\"4\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"28\\/04\\/2023\",\"return_date\":\"02\\/05\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"4\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/04\\/2023\",\"return_dates\":\"02\\/05\\/2023\",\"strDepatureDate\":\"2023-04-28\",\"strReturnDate\":\"2023-05-02\",\"SearchFlightTraceId\":\"0d2da-bcb55-f7c8e-13a36\",\"from_city_\":\"2__HYD-BKK-HYD\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_id\":[\"71\",\"72\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"lsdfjjdl@gmail.com\",\"FirstName\":\"sdfdfdf\",\"LastName\":\" eeerre\",\"CountryCode\":\"91\",\"MobileNo\":\"9568985698\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[]}','2023-04-13 14:14:01'),(356,'60224-1431e-5a73b-7ccbd','{\"FlightBookingData\":[{\"FlightNumber\":\"AI-951\",\"keyIndex\":1,\"SegFlightNumberArr\":\"AI-951\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-05-01T20:00\",\"LocalFromTime\":\"2023-05-01 20:00\",\"FromUTCTime\":\"2023-05-01T20:00\",\"LocalToTime\":\"2023-05-01 22:25\",\"ToUTCTime\":\"2023-05-01T22:25\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Mon, 01 May\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15004,\"PublishedFareTxt\":\"15,004\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"60224-1431e-5a73b-7ccbd\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11000,\"Tax\":3545.8,\"YQTax\":0,\"OtherCharges\":2879,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":555,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":14545.8,\"PublishedFare\":15004,\"PublishedFarePerPax\":15004,\"OfferedFare\":14413.58,\"CommissionEarned\":132.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":132.22,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3545.8,\"BaseFareCal\":14503.58,\"BaseFare\":11000,\"CommissionEarned\":132.22,\"TDS\":-6.96,\"MF\":10,\"YQ\":0,\"AGST\":555,\"MFT\":1.8,\"OT\":2879,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01D\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-05-01T22:25\",\"SegFlightNumber\":\"AI-951\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"$$hashKey\":\"06O\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"FlightNumber\":\"AI-951\",\"keyIndex\":1,\"SegFlightNumberArr\":\"AI-951\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-05-01T20:00\",\"LocalFromTime\":\"2023-05-01 20:00\",\"FromUTCTime\":\"2023-05-01T20:00\",\"LocalToTime\":\"2023-05-01 22:25\",\"ToUTCTime\":\"2023-05-01T22:25\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Mon, 01 May\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15004,\"PublishedFareTxt\":\"15,004\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"60224-1431e-5a73b-7ccbd\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11000,\"Tax\":3545.8,\"YQTax\":0,\"OtherCharges\":2879,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":555,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":14545.8,\"PublishedFare\":15004,\"PublishedFarePerPax\":15004,\"OfferedFare\":14413.58,\"CommissionEarned\":132.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-1619533127_1HYDDXBAI951_34260059455614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":132.22,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3545.8,\"BaseFareCal\":14503.58,\"BaseFare\":11000,\"CommissionEarned\":132.22,\"TDS\":-6.96,\"MF\":10,\"YQ\":0,\"AGST\":555,\"MFT\":1.8,\"OT\":2879,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-05-01T22:25\",\"SegFlightNumber\":\"AI-951\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"01F\"}]}],\"FlightBookingDataInbound\":null}','2023-04-13 21:08:19'),(358,'14111-13441-2a750-5ffc6','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"14111-13441-2a750-5ffc6\",\"apiTraceId\":\"1274-14111-13441-2a750-5ffc6\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-14111-13441-2a750-5ffc6\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00I\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00J\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-14111-13441-2a750-5ffc6\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-14111-13441-2a750-5ffc6\",\"strTraceId\":\"1274-14111-13441-2a750-5ffc6\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-14111-13441-2a750-5ffc6\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00I\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00J\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"14111-13441-2a750-5ffc6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"14111-13441-2a750-5ffc6\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 11:40:53\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-14 11:41:10'),(364,'21d94-5fedb-da053-24d29','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"CC0CE45FE8D643039E3251E2A9AD05D6\"}],\"flight_booking_id_Arr\":[\"73\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"30\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 13:00:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2033-04-12\",\"passporIssue\":\"2023-04-13\",\"CustomerMemberSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"30\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 13:00:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2033-04-12\",\"passporIssue\":\"2023-04-13\",\"apiTraceId\":\"21d94-5fedb-da053-24d29\",\"modified\":\"2023-04-14 13:00:16\",\"created\":\"2023-04-14 13:00:16\",\"CustomerMemberSysId\":\"20\"}],\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"69\"]],\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"21d94-5fedb-da053-24d29\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 12:59:42\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"21d94-5fedb-da053-24d29\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"21d94-5fedb-da053-24d29\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DMK\\\"],\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-14 12:59:42\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"02\\\\\\/05\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"21d94-5fedb-da053-24d29\\\",\\\"apiTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"SRFC7E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"strTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"CC0CE45FE8D643039E3251E2A9AD05D6\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshope.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHIT\",\"passenger-lastname-1\":\"SONI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"13\\/04\\/2023\",\"passenger-PassportExpiry-1\":\"12\\/04\\/2033\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"30\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 13:00:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2033-04-12\",\"passporIssue\":\"2023-04-13\",\"apiTraceId\":\"21d94-5fedb-da053-24d29\",\"modified\":\"2023-04-14 13:00:16\",\"created\":\"2023-04-14 13:00:16\",\"MobileNo\":\"9989613151\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DMK\":\"JA8CU0\",\"DMK-HYD\":\"SRFC7E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHIT\",\"lN\":\"SONI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CC0CE45FE8D643039E3251E2A9AD05D6\"],\"status\":\"SUCCESS\"}},\"postField\":[{\"B2BAgencySysId\":\"45276\",\"MasterTPSysId\":\"660702\",\"TPSysId\":\"660703\",\"TrxId\":\"54535\",\"VersionId\":\"192227\",\"XRefBookingId\":\"CC0CE45FE8D643039E3251E2A9AD05D6\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"02\\\\\\/05\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"21d94-5fedb-da053-24d29\\\",\\\"apiTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"SRFC7E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"strTraceId\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-21d94-5fedb-da053-24d29\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"CC0CE45FE8D643039E3251E2A9AD05D6\\\"},\\\"response\\\":{\\\"status\\\":{\\\"success\\\":1},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"SRFC7E\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHIT\\\",\\\"lN\\\":\\\"SONI\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]}},\\\"order\\\":{\\\"bookingId\\\":[\\\"CC0CE45FE8D643039E3251E2A9AD05D6\\\"],\\\"status\\\":\\\"SUCCESS\\\"}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"HYD-DMK\\\":\\\"JA8CU0\\\",\\\"DMK-HYD\\\":\\\"SRFC7E\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHIT\\\",\\\"lN\\\":\\\"SONI\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":22500,\\\"NetPrice\\\":22500,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":22500,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"2__HYD-DMK-HYD-DEL-2__HYD-DMK-HYD\",\"Amount\":21500,\"NetAmount\":22500}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"strTraceId\":\"1274-21d94-5fedb-da053-24d29\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-21d94-5fedb-da053-24d29\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"CC0CE45FE8D643039E3251E2A9AD05D6\"}],\"IsInternational\":\"1\",\"CustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"30\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 13:00:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2033-04-12\",\"passporIssue\":\"2023-04-13\",\"CustomerMemberSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"21d94-5fedb-da053-24d29\",\"bookingHold\":\"0\",\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-04-14 13:00:34'),(369,'74c8e-281fa-2dfd3-351f2','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"74c8e-281fa-2dfd3-351f2\",\"apiTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-74c8e-281fa-2dfd3-351f2\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"SRFC7E\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"strTraceId\":\"1274-74c8e-281fa-2dfd3-351f2\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-74c8e-281fa-2dfd3-351f2\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"19\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"2D7F38DB0BD44532835166FBC0FC89D9\"}],\"flight_booking_id_Arr\":[\"74\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 14:46:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2038-04-03\",\"passporIssue\":\"2028-04-04\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"70\"]],\"SearchTraceId\":\"74c8e-281fa-2dfd3-351f2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"74c8e-281fa-2dfd3-351f2\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 14:46:35\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"74c8e-281fa-2dfd3-351f2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"74c8e-281fa-2dfd3-351f2\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DMK\\\"],\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-14 14:46:35\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 02 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"02\\\\\\/05\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"74c8e-281fa-2dfd3-351f2\\\",\\\"apiTraceId\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":19,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"19\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"28\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682620200,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"JA8CU0\\\",\\\"InwardGroupPNR\\\":\\\"SRFC7E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JA8CU0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"localFromDateTime\\\":\\\"2023-04-28 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"strTraceId\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-28\\\",\\\"LocalFromTime\\\":\\\"2023-04-28 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-28 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-29 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 28 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":19,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-74c8e-281fa-2dfd3-351f2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17491\\\",\\\"ApiResultIndex\\\":\\\"1274_17491\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"19\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-28T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-28T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-03T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-02T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"2D7F38DB0BD44532835166FBC0FC89D9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"04\\/04\\/2028\",\"passenger-PassportExpiry-1\":\"03\\/04\\/2038\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-04-14 14:46:55'),(371,'c94c8-7a4b7-00725-09cd1','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 28 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 02 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"02\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c94c8-7a4b7-00725-09cd1\",\"apiTraceId\":\"1274-c94c8-7a4b7-00725-09cd1\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HYD\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-c94c8-7a4b7-00725-09cd1\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"28\\/04\\/2023\",\"FromDateSort\":1682620200,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"JA8CU0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"JA8CU0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-c94c8-7a4b7-00725-09cd1\",\"localFromDateTime\":\"2023-04-28 00:45\",\"localToDateTime\":\"2023-04-29 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-c94c8-7a4b7-00725-09cd1\",\"strTraceId\":\"1274-c94c8-7a4b7-00725-09cd1\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-28\",\"LocalFromTime\":\"2023-04-28 00:45\",\"FromUTCTime\":\"2023-04-28 00:45\",\"LocalToTime\":\"2023-04-29 01:10:00\",\"ToUTCTime\":\"2023-04-29 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-c94c8-7a4b7-00725-09cd1\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17491\",\"ApiResultIndex\":\"1274_17491\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-28T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-28T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-03T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-02T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1274_17491\",\"SearchTraceId\":\"c94c8-7a4b7-00725-09cd1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c94c8-7a4b7-00725-09cd1\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 16:20:59\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-14 16:22:02'),(376,'12064-69a4c-768e0-ab972','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"12064-69a4c-768e0-ab972\",\"apiTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1274-12064-69a4c-768e0-ab972\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17502\",\"ApiResultIndex\":\"1274_17502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00H\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"strTraceId\":\"1274-12064-69a4c-768e0-ab972\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1274-12064-69a4c-768e0-ab972\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1274_17502\",\"ApiResultIndex\":\"1274_17502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00H\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7KG\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"2ACBD71CAA6A4205A92377402F57C980\"}],\"flight_booking_id_Arr\":[\"75\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14 16:22:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2038-04-03\",\"passporIssue\":\"2028-04-04\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"71\"]],\"SearchTraceId\":\"12064-69a4c-768e0-ab972\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"12064-69a4c-768e0-ab972\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 16:22:18\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"12064-69a4c-768e0-ab972\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"12064-69a4c-768e0-ab972\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DMK\\\"],\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-14 16:22:18\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 25 Apr\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"3h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"25\\\\\\/04\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"12064-69a4c-768e0-ab972\\\",\\\"apiTraceId\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-21\\\",\\\"LocalFromTime\\\":\\\"2023-04-21 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-21 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17502\\\",\\\"ApiResultIndex\\\":\\\"1274_17502\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00H\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-21T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-21T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-26T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-25T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"21\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682015400,\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZK8QB0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"localFromDateTime\\\":\\\"2023-04-21 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"strTraceId\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-04-21\\\",\\\"LocalFromTime\\\":\\\"2023-04-21 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-21 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1274-12064-69a4c-768e0-ab972\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":1000,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1274_17502\\\",\\\"ApiResultIndex\\\":\\\"1274_17502\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1000,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00H\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-21T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-21T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-26T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-25T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"2ACBD71CAA6A4205A92377402F57C980\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"04\\/04\\/2028\",\"passenger-PassportExpiry-1\":\"03\\/04\\/2038\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0}','2023-04-14 16:22:42'),(378,'5eb67-d5d1c-fa8f8-5fe54','{\"FlightBookingData\":[{\"bookingId\":\"DMC106361272071\",\"bookingId_TJ\":\"TJ106361272071\",\"FlightNumber\":\"G8-718\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5eb67-d5d1c-fa8f8-5fe54\",\"apiTraceId\":\"1-2224765853_1AMDDELG8718_208318534529232\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"22:45\",\"TravelDate\":\"2023-04-28T21:10\",\"LocalFromTime\":\"2023-04-28 21:10\",\"FromUTCTime\":\"2023-04-28T21:10\",\"LocalToTime\":\"2023-04-28 22:45\",\"ToUTCTime\":\"2023-04-28T22:45\",\"IsDirect\":0,\"FareClass\":\"GF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Fri, 28 Apr\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,376\",\"ApiResultIndex\":\"1-2224765853_1AMDDELG8718_208318534529232\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3630,\"Tax\":961.8,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4591.8,\"PublishedFare\":4376.1,\"PublishedFareAgent\":4376.1,\"OfferedFareAgent\":4376.1,\"OfferedFare\":4376.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-2224765853_0AMDDELG8718_36273822044533\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI\",\"fareIdentifierSP\":\"FLEXI\",\"SeatAvailable\":4,\"classOfBooking\":\"GF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":215.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4376.1,\"CostToAgent\":4376.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":961.8,\"TotalBaseFare\":4591.8,\"BaseFareCal\":4376.1,\"BaseFare\":3630,\"CommissionEarned\":215.7,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":194,\"MFT\":1.8,\"OT\":756,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":215.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4376.1,\"CostToAgent\":4376.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":215.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4376.1,\"CostToCustomer\":4376.1,\"BaseFareCal\":4376.1,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4376.1,\"intOfferedFare\":4376.1,\"intPublishFare\":4591.8,\"TripjackMarkup\":0,\"TripjackCommission\":215.7,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":215.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4376.1,\"CostToAgent\":4376.1,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"650\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-28T22:45\",\"SegFlightNumber\":\"G8-718\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GF\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-04-28T21:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"1-2224765853_1AMDDELG8718_208318534529232\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"1-2224765853_1AMDDELG8718_208318534529232\",\"SearchTraceId\":\"5eb67-d5d1c-fa8f8-5fe54\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/04\\/2023\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-04-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5eb67-d5d1c-fa8f8-5fe54\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"AMD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/04\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Apr Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 17:39:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"650\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-14 17:39:40'),(379,'8b56a-7c58a-d02eb-53fd5','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"PATTAYA (THAILAND)\",\"check_in\":\"28\\/04\\/2023\",\"check_out\":\"29\\/04\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"695869\",\"destination\":\"PATTAYA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2023\",\"NoOfNights\":1,\"CityId\":\"695869\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-04-28\",\"checkoutDate\":\"2023-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"695869\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-04-28\",\"strCheckout\":\"2023-04-29\",\"SearchHotelTraceId\":\"8b56a-7c58a-d02eb-53fd5\",\"interNationalSearch\":false,\"searchIds\":\"hsid2201061105\"}','2023-04-14 17:40:10'),(384,'c7d1d-9270e-b511c-f3713','{\"BookingData\":[{\"bookingId\":\"BKR107461281463\",\"bookingId_TJ\":\"TJ107461281463\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-22T04:30\",\"LocalFromTime\":\"2023-04-22 04:30\",\"FromUTCTime\":\"2023-04-22T04:30\",\"LocalToTime\":\"2023-04-22 06:40\",\"ToUTCTime\":\"2023-04-22T06:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6986.8,\"PublishedFareTxt\":\"6,987\",\"ApiResultIndex\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6986.8,\"PublishedFare\":7686.45,\"OfferedFare\":6860.45,\"CommissionEarned\":126.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3569347961_0HYDDELG8424_36976909878042\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6986.45,\"BaseFare\":6650,\"CommissionEarned\":126.35,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":7686.45,\"CostToCustomer\":7686.45,\"BaseFareCal\":6986.45,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":6986.45,\"intOfferedFare\":6860.45,\"intPublishFare\":6986.8,\"TripjackMarkup\":0,\"TripjackCommission\":126.35,\"TripjackTDS\":\"6.65\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":126.35,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"330\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-22T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c7d1d-9270e-b511c-f3713\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-14T19:46:56.646\",\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107461281463\",\"bookingId_TJ\":\"TJ107461281463\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-22T04:30\",\"LocalFromTime\":\"2023-04-22 04:30\",\"FromUTCTime\":\"2023-04-22T04:30\",\"LocalToTime\":\"2023-04-22 06:40\",\"ToUTCTime\":\"2023-04-22T06:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 22 Apr\",\"ArrivalDateTxt\":\"Sat, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6986.8,\"ApiResultIndex\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"c7d1d-9270e-b511c-f3713\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-14T19:46:56.646\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6986.8,\"PublishedFare\":7686.45,\"OfferedFare\":6860.45,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6986.45,\"BaseFare\":6650,\"CommissionEarned\":126.35,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"330\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-22T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-22T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3569347961_0HYDDELG8424_38406928631740\",\"localFromDateTime\":\"2023-04-22 04:30\",\"localToDateTime\":\"2023-04-22 06:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"22\\/04\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/04\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-04-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c7d1d-9270e-b511c-f3713\",\"from_city_\":\"1__HYD-DEL\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Delhi&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=22%2F04%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"09989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-14-19-45-52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"661544\",\"TPSysId\":\"661545\",\"VersionId\":[\"192518\"],\"CustomerSysId\":\"309421\",\"TrxId\":\"54591\",\"FareBreakdownid\":[\"375554\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"72\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"32\"],\"flight_booking_id\":[\"76\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"76\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7686.45},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"309421\",\"TPSysId\":\"661545\",\"MasterTPSysId\":\"661544\",\"ProposalID\":\"661545\\/V1\",\"InvoiceDate\":\"2023-04-14\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-14\",\"PaymentDate\":\"2023-04-14\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7434.45,\"InvoiceStatus\":true,\"TotalSGST\":126,\"TotalCGST\":126,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7686.45,\"TotalDueAmount\":0,\"InvoiceValue\":7686.45,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-DEL-Go First G8-424\",\"ItemQty\":1,\"ItemRates\":6034.45,\"Total\":6034.45,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7686.45,\"MarkupType\":\"\",\"Markup\":1400,\"TotalMarkup\":1400,\"SubTotal\":7434.45,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":252,\"SGST\":126,\"CGST\":126,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-14 19:46:14'),(386,'2119a-67516-c0504-46adb','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2119a-67516-c0504-46adb\",\"apiTraceId\":\"1289-2119a-67516-c0504-46adb\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":132000,\"PublishedFareTxt\":\"132,000\",\"ApiResultIndex\":\"1289-2119a-67516-c0504-46adb\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":132000,\"PublishedFare\":132000,\"PublishedFareAgent\":132000,\"OfferedFareAgent\":132000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":132000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":132000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"ZK8QB0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1289-2119a-67516-c0504-46adb\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1289-2119a-67516-c0504-46adb\",\"strTraceId\":\"1289-2119a-67516-c0504-46adb\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1289-2119a-67516-c0504-46adb\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":132000,\"PublishedFare\":132000,\"PublishedFareAgent\":132000,\"OfferedFareAgent\":132000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":132000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":132000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1289_17579\",\"SearchTraceId\":\"2119a-67516-c0504-46adb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"2119a-67516-c0504-46adb\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 20:33:44\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-14 20:34:16'),(388,'e2298-da5a7-54261-0431a','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e2298-da5a7-54261-0431a\",\"apiTraceId\":\"1289-e2298-da5a7-54261-0431a\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":45000,\"PublishedFareTxt\":\"45,000\",\"ApiResultIndex\":\"1289-e2298-da5a7-54261-0431a\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":43000,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":45000,\"PublishedFare\":45000,\"PublishedFareAgent\":45000,\"OfferedFareAgent\":45000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":45000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":43000,\"BaseFare\":43000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":45000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"ZK8QB0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1289-e2298-da5a7-54261-0431a\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1289-e2298-da5a7-54261-0431a\",\"strTraceId\":\"1289-e2298-da5a7-54261-0431a\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1289-e2298-da5a7-54261-0431a\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":43000,\"Tax\":1000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":45000,\"PublishedFare\":45000,\"PublishedFareAgent\":45000,\"OfferedFareAgent\":45000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":45000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":43000,\"BaseFare\":43000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":45000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1289_17579\",\"SearchTraceId\":\"e2298-da5a7-54261-0431a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"e2298-da5a7-54261-0431a\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-14 22:05:57\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-04-14 22:09:10'),(391,'e1ff0-72704-22709-ff90f','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 21 Apr\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 25 Apr\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"25\\/04\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e1ff0-72704-22709-ff90f\",\"apiTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1289-e1ff0-72704-22709-ff90f\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/04\\/2023\",\"FromDateSort\":1682015400,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"ZK8QB0\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZK8QB0\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"localFromDateTime\":\"2023-04-21 00:45\",\"localToDateTime\":\"2023-04-22 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"strTraceId\":\"1289-e1ff0-72704-22709-ff90f\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21 00:45\",\"LocalToTime\":\"2023-04-22 01:10:00\",\"ToUTCTime\":\"2023-04-22 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1289-e1ff0-72704-22709-ff90f\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1289_17579\",\"ApiResultIndex\":\"1289_17579\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-21T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20Kg\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-04-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-04-25T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"970DAB4B59434059AFBDD87F5A225F81\"}],\"flight_booking_id_Arr\":[\"77\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-15 13:37:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"F6546545\",\"PassportExpiry\":\"2038-04-03\",\"passporIssue\":\"2028-04-04\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"73\"]],\"SearchTraceId\":\"e1ff0-72704-22709-ff90f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/04\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/04\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"e1ff0-72704-22709-ff90f\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/04\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 13:37:38\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e1ff0-72704-22709-ff90f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"e1ff0-72704-22709-ff90f\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DMK\\\"],\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/04\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-15 13:37:38\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 25 Apr\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"25\\\\\\/04\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e1ff0-72704-22709-ff90f\\\",\\\"apiTraceId\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"TravelDate\\\":\\\"2023-04-21\\\",\\\"LocalFromTime\\\":\\\"2023-04-21 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-21 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1289_17579\\\",\\\"ApiResultIndex\\\":\\\"1289_17579\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":500,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-21T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-21T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-26T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-25T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"21\\\\\\/04\\\\\\/2023\\\",\\\"FromDateSort\\\":1682015400,\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZK8QB0\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZK8QB0\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"localFromDateTime\\\":\\\"2023-04-21 00:45\\\",\\\"localToDateTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"strTraceId\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"TravelDate\\\":\\\"2023-04-21\\\",\\\"LocalFromTime\\\":\\\"2023-04-21 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-04-21 00:45\\\",\\\"LocalToTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"ToUTCTime\\\":\\\"2023-04-22 01:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 21 Apr\\\",\\\"FlightDuration\\\":\\\"22 hours, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1289-e1ff0-72704-22709-ff90f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1289_17579\\\",\\\"ApiResultIndex\\\":\\\"1289_17579\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":500,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"00F\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-21T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-21T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20Kg\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-04-26T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-04-25T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"970DAB4B59434059AFBDD87F5A225F81\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"04\\/04\\/2028\",\"passenger-PassportExpiry-1\":\"03\\/04\\/2038\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[]}','2023-04-15 13:37:54'),(394,'969d9-3085b-0c37d-514f1','{\"FlightBookingData\":[{\"bookingId\":\"DMC104361329566\",\"bookingId_TJ\":\"TJ104361329566\",\"FlightNumber\":\"UK-880\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"969d9-3085b-0c37d-514f1\",\"apiTraceId\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-04-17T13:15\",\"LocalFromTime\":\"2023-04-17 13:15\",\"FromUTCTime\":\"2023-04-17T13:15\",\"LocalToTime\":\"2023-04-17 15:35\",\"ToUTCTime\":\"2023-04-17T15:35\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,542\",\"ApiResultIndex\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4216,\"Tax\":1462.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":219,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5678.8,\"PublishedFare\":5541.85,\"PublishedFareAgent\":5541.85,\"OfferedFareAgent\":5541.85,\"OfferedFare\":5364.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7478304782_0HYDDELUK880_30452739918488\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1462.8,\"TotalBaseFare\":5678.8,\"BaseFareCal\":5391.85,\"BaseFare\":4216,\"CommissionEarned\":313.95,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":219,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":313.95,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":5541.85,\"CostToCustomer\":5541.85,\"BaseFareCal\":5391.85,\"intCommisionEarnedForAgency\":150,\"CostToCompany\":5391.85,\"intOfferedFare\":5364.85,\"intPublishFare\":5678.8,\"TripjackMarkup\":0,\"TripjackCommission\":313.95,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":313.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5541.85,\"CostToAgent\":5541.85,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"IntAdddimarkup\":150,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"130\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T15:35\",\"SegFlightNumber\":\"UK-880\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T13:15\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":157.5,\"ARF\":3150}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"flight_booking_id_Arr\":[\"78\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-15 13:38:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"74\"]],\"SearchTraceId\":\"969d9-3085b-0c37d-514f1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/04\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-04-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"969d9-3085b-0c37d-514f1\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/04\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Apr Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 13:38:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"969d9-3085b-0c37d-514f1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/04\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"HYD\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-04-17\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"969d9-3085b-0c37d-514f1\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"HYD\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/04\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Apr Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-15 13:38:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104361329566\\\",\\\"bookingId_TJ\\\":\\\"TJ104361329566\\\",\\\"FlightNumber\\\":\\\"UK-880\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"969d9-3085b-0c37d-514f1\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"13:15\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2023-04-17T13:15\\\",\\\"LocalFromTime\\\":\\\"2023-04-17 13:15\\\",\\\"FromUTCTime\\\":\\\"2023-04-17T13:15\\\",\\\"LocalToTime\\\":\\\"2023-04-17 15:35\\\",\\\"ToUTCTime\\\":\\\"2023-04-17T15:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"O\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":140,\\\"DepartureDateTxt\\\":\\\"Mon, 17 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 17 Apr\\\",\\\"FlightDuration\\\":\\\"02h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,542\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4216,\\\"Tax\\\":1462.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1062,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":219,\\\"CarrierMiscFee\\\":170,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5678.8,\\\"PublishedFare\\\":5541.85,\\\"PublishedFareAgent\\\":5541.85,\\\"OfferedFareAgent\\\":5541.85,\\\"OfferedFare\\\":5364.85,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-7478304782_0HYDDELUK880_30452739918488\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"O\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":27,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":150,\\\"GSTOnMarkUp\\\":27,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":27,\\\"AddiMarkup\\\":150,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":313.95,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5541.85,\\\"CostToAgent\\\":5541.85,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1462.8,\\\"TotalBaseFare\\\":5678.8,\\\"BaseFareCal\\\":5391.85,\\\"BaseFare\\\":4216,\\\"CommissionEarned\\\":313.95,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":219,\\\"MFT\\\":1.8,\\\"OT\\\":1062,\\\"MU\\\":0,\\\"YR\\\":170,\\\"AddiTaxOnMarkup\\\":27,\\\"AddiMarkup\\\":150,\\\"intTotalGST\\\":27,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":150,\\\"GSTOnMarkUp\\\":27,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":313.95,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5541.85,\\\"CostToAgent\\\":5541.85,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"01 Bag of 15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":313.95,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":150,\\\"IntTaxOnAgencyFixMarkUp\\\":27,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":27,\\\"PublishFare\\\":5541.85,\\\"CostToCustomer\\\":5541.85,\\\"BaseFareCal\\\":5391.85,\\\"intCommisionEarnedForAgency\\\":150,\\\"CostToCompany\\\":5391.85,\\\"intOfferedFare\\\":5364.85,\\\"intPublishFare\\\":5678.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":313.95,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":313.95,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5541.85,\\\"CostToAgent\\\":5541.85,\\\"AddiMarkup\\\":150,\\\"AddiTaxOnMarkup\\\":27,\\\"IntAdddimarkup\\\":150,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"130\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-04-17T15:35\\\",\\\"SegFlightNumber\\\":\\\"UK-880\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"O\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-04-17T13:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"01 Bag of 15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":140,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:15\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"2h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"21-10-15-2-7478304782_0HYDDELUK880_7041693588128\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"HYD-DEL\\\":{\\\"fr\\\":{\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\\\\\/- or basic fare whichever is lower + Fare Difference\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":157.5,\\\"ARF\\\":3150}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3675,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\\\\\/- or basic fare whichever is lower\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":183.75,\\\"ACF\\\":3675,\\\"CCF\\\":50}}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-04-16 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"HYD\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"20\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohit\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"F6546545\",\"passenger-passporIssue-1\":\"04\\/04\\/2028\",\"passenger-PassportExpiry-1\":\"03\\/04\\/2038\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohit\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[]}','2023-04-15 13:38:52'),(396,'2ad8f-7f1c3-8a946-21b9c','{\"FlightBookingData\":[{\"bookingId\":\"DMC106761329668\",\"bookingId_TJ\":\"TJ106761329668\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2ad8f-7f1c3-8a946-21b9c\",\"apiTraceId\":\"5-7597070552_1HYDDEL6E2213_103608210779162\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2023-04-17T20:10\",\"LocalFromTime\":\"2023-04-17 20:10\",\"FromUTCTime\":\"2023-04-17T20:10\",\"LocalToTime\":\"2023-04-17 22:30\",\"ToUTCTime\":\"2023-04-17T22:30\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":7,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"39,259\",\"ApiResultIndex\":\"5-7597070552_1HYDDEL6E2213_103608210779162\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":29799,\"Tax\":9742.6,\"YQTax\":0,\"OtherCharges\":8134,\"Discount\":0,\"ServiceFee\":70,\"ManagementFeeTax\":12.6,\"AirlineGSTComponent\":1526,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39541.6,\"PublishedFare\":39258.52,\"PublishedFareAgent\":39258.52,\"OfferedFareAgent\":39258.52,\"OfferedFare\":39258.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7597070552_0HYDDEL6E2213_11094009813010\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":9,\"classOfBooking\":\"A\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":283.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":39258.52,\"CostToAgent\":39258.52,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"7\",\"TaxIN\":9742.6,\"TotalBaseFare\":39541.6,\"BaseFareCal\":39258.52,\"BaseFare\":29799,\"CommissionEarned\":283.08,\"TDS\":0,\"MF\":70,\"YQ\":0,\"AGST\":1526,\"MFT\":12.6,\"OT\":8134,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":283.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":39258.52,\"CostToAgent\":39258.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":283.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":39258.52,\"CostToCustomer\":39258.52,\"BaseFareCal\":39258.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":39258.52,\"intOfferedFare\":39258.52,\"intPublishFare\":39541.6,\"TripjackMarkup\":0,\"TripjackCommission\":283.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":283.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":39258.52,\"CostToAgent\":39258.52,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"185\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T22:30\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T20:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7597070552_1HYDDEL6E2213_103608210779162\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":7,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"5-7597070552_1HYDDEL6E2213_103608210779162\",\"SearchTraceId\":\"2ad8f-7f1c3-8a946-21b9c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/04\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"7\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-04-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2ad8f-7f1c3-8a946-21b9c\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/04\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Apr Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 13:39:51\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"185\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-15 13:40:01'),(398,'0e1b8-e7e83-8d009-f4d8f','{\"FlightBookingData\":[{\"bookingId\":\"DMC108161329719\",\"bookingId_TJ\":\"TJ108161329719\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"0e1b8-e7e83-8d009-f4d8f\",\"apiTraceId\":\"5-3481505454_1HYDDEL6E2213_16841975782952\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2023-04-17T20:10\",\"LocalFromTime\":\"2023-04-17 20:10\",\"FromUTCTime\":\"2023-04-17T20:10\",\"LocalToTime\":\"2023-04-17 22:30\",\"ToUTCTime\":\"2023-04-17T22:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,587\",\"ApiResultIndex\":\"5-3481505454_1HYDDEL6E2213_16841975782952\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8530,\"Tax\":2783.6,\"YQTax\":0,\"OtherCharges\":2324,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":436,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11313.6,\"PublishedFare\":11586.56,\"PublishedFareAgent\":11586.56,\"OfferedFareAgent\":11586.56,\"OfferedFare\":11232.56,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3481505454_0HYDDEL6E2213_18347793146663\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11586.56,\"CostToAgent\":11586.56,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2783.6,\"TotalBaseFare\":11313.6,\"BaseFareCal\":11286.56,\"BaseFare\":8530,\"CommissionEarned\":81.04,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":436,\"MFT\":3.6,\"OT\":2324,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11586.56,\"CostToAgent\":11586.56,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":81.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":11586.56,\"CostToCustomer\":11586.56,\"BaseFareCal\":11286.56,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":11286.56,\"intOfferedFare\":11232.56,\"intPublishFare\":11313.6,\"TripjackMarkup\":0,\"TripjackCommission\":81.04,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":81.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11586.56,\"CostToAgent\":11586.56,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"427\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T22:30\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T20:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3481505454_1HYDDEL6E2213_16841975782952\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"5-3481505454_1HYDDEL6E2213_16841975782952\",\"SearchTraceId\":\"0e1b8-e7e83-8d009-f4d8f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/04\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-04-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0e1b8-e7e83-8d009-f4d8f\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/04\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Apr Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 13:40:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"427\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-15 13:40:55'),(404,'987d6-47b77-4cff4-65423','{\"FlightBookingData\":[{\"bookingId\":\"BKR101861329956\",\"bookingId_TJ\":\"TJ101861329956\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-19T04:30\",\"LocalFromTime\":\"2023-04-19 04:30\",\"FromUTCTime\":\"2023-04-19T04:30\",\"LocalToTime\":\"2023-04-19 06:40\",\"ToUTCTime\":\"2023-04-19T06:40\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Wed, 19 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6271.8,\"PublishedFareTxt\":\"6,272\",\"ApiResultIndex\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"or 100% of airfare charge (whichever is lower)__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"ARF\":3000,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4696,\"Tax\":1575.8,\"YQTax\":0,\"OtherCharges\":1316,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":248,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6271.8,\"PublishedFare\":6410.66,\"OfferedFare\":6115.66,\"CommissionEarned\":156.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-5634423040_0HYDDELG8424_18539953373324\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":156.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":6160.66,\"BaseFare\":4696,\"CommissionEarned\":156.14,\"TDS\":-8.22,\"MF\":10,\"YQ\":0,\"AGST\":248,\"MFT\":1.8,\"OT\":1316,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":156.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6410.66,\"CostToCustomer\":6410.66,\"BaseFareCal\":6160.66,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":6160.66,\"intOfferedFare\":6115.66,\"intPublishFare\":6271.8,\"TripjackMarkup\":0,\"TripjackCommission\":156.14,\"TripjackTDS\":\"8.22\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":156.14,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"394\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-19T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"OLSC\",\"Price\":250,\"amount\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"SWVG\",\"Price\":350,\"amount\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"SWNV\",\"Price\":350,\"amount\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"JNML\",\"Price\":350,\"amount\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"OLVS\",\"Price\":420,\"amount\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"OLNS\",\"Price\":420,\"amount\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"PMVG\",\"Price\":500,\"amount\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"394\",\"Code\":\"PMNV\",\"Price\":500,\"amount\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"987d6-47b77-4cff4-65423\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-15T13:45:20.091\",\"strTraceId\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101861329956\",\"bookingId_TJ\":\"TJ101861329956\",\"FlightNumber\":\"G8-424\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"strTraceId\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:40\",\"TravelDate\":\"2023-04-19T04:30\",\"LocalFromTime\":\"2023-04-19 04:30\",\"FromUTCTime\":\"2023-04-19T04:30\",\"LocalToTime\":\"2023-04-19 06:40\",\"ToUTCTime\":\"2023-04-19T06:40\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 19 Apr\",\"ArrivalDateTxt\":\"Wed, 19 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6271.8,\"ApiResultIndex\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"987d6-47b77-4cff4-65423\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-15T13:45:20.091\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4696,\"Tax\":1575.8,\"YQTax\":0,\"OtherCharges\":1316,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":248,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6271.8,\"PublishedFare\":6410.66,\"OfferedFare\":6115.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":6160.66,\"BaseFare\":4696,\"CommissionEarned\":156.14,\"TDS\":-8.22,\"MF\":10,\"YQ\":0,\"AGST\":248,\"MFT\":1.8,\"OT\":1316,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"394\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-19T06:40\",\"SegFlightNumber\":\"G8-424\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-19T04:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-5634423040_0HYDDELG8424_15866131602303\",\"localFromDateTime\":\"2023-04-19 04:30\",\"localToDateTime\":\"2023-04-19 06:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":250,\"CriteriaValue\":6410.66,\"couponcode\":\"LTS500\",\"TravelDate\":\"2023-04-19\",\"ProductType\":1}}','2023-04-15 13:44:08'),(408,'04a1f-8dd3b-bcde1-0b69f','{\"FlightBookingData\":[{\"bookingId\":\"BKR100561330078\",\"bookingId_TJ\":\"TJ100561330078\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2023-04-17T20:10\",\"LocalFromTime\":\"2023-04-17 20:10\",\"FromUTCTime\":\"2023-04-17T20:10\",\"LocalToTime\":\"2023-04-17 22:30\",\"ToUTCTime\":\"2023-04-17T22:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"PublishedFareTxt\":\"5,657\",\"ApiResultIndex\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4265,\"Tax\":1391.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":218,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5911.28,\"OfferedFare\":5616.28,\"CommissionEarned\":40.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.13,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3609002672_0HYDDEL6E2213_21871196650767\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":40.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1391.8,\"BaseFareCal\":5661.28,\"BaseFare\":4265,\"CommissionEarned\":40.52,\"TDS\":-2.13,\"MF\":10,\"YQ\":0,\"AGST\":218,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5911.28,\"CostToCustomer\":5911.28,\"BaseFareCal\":5661.28,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5661.28,\"intOfferedFare\":5616.28,\"intPublishFare\":5656.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.52,\"TripjackTDS\":\"2.13\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":40.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"244\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T22:30\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"04a1f-8dd3b-bcde1-0b69f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-15T13:46:48.876\",\"strTraceId\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100561330078\",\"bookingId_TJ\":\"TJ100561330078\",\"FlightNumber\":\"6E-2213\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"strTraceId\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2023-04-17T20:10\",\"LocalFromTime\":\"2023-04-17 20:10\",\"FromUTCTime\":\"2023-04-17T20:10\",\"LocalToTime\":\"2023-04-17 22:30\",\"ToUTCTime\":\"2023-04-17T22:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 17 Apr\",\"ArrivalDateTxt\":\"Mon, 17 Apr\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"ApiResultIndex\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"04a1f-8dd3b-bcde1-0b69f\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-15T13:46:48.876\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4265,\"Tax\":1391.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":218,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5911.28,\"OfferedFare\":5616.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1391.8,\"BaseFareCal\":5661.28,\"BaseFare\":4265,\"CommissionEarned\":40.52,\"TDS\":-2.13,\"MF\":10,\"YQ\":0,\"AGST\":218,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"244\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-17T22:30\",\"SegFlightNumber\":\"6E-2213\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-17T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3609002672_0HYDDEL6E2213_203606937114157\",\"localFromDateTime\":\"2023-04-17 20:10\",\"localToDateTime\":\"2023-04-17 22:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":250,\"CriteriaValue\":5911.28,\"couponcode\":\"LTS500\",\"TravelDate\":\"2023-04-17\",\"ProductType\":1}}','2023-04-15 13:45:37'),(411,'46977-ecbcb-9f3f4-7db91','{\"FlightBookingData\":null,\"FlightBookingDataInbound\":null,\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"38124\",\"ServiceFee\":0,\"CriteriaValue\":0,\"couponcode\":\"LTS500\",\"TravelDate\":\"1970-01-01\",\"ProductType\":1}}','2023-04-15 13:46:07'),(416,'944ad-76f5c-2f793-81dd5','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 26 May\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 30 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"03h 45m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"30\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"944ad-76f5c-2f793-81dd5\",\"apiTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1294-944ad-76f5c-2f793-81dd5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"01K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"26\\/05\\/2023\",\"FromDateSort\":1685039400,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"I860PT\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I860PT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"017\",\"arrCommonInsVariables\":{\"strTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"localFromDateTime\":\"2023-05-26 00:45\",\"localToDateTime\":\"2023-05-27 01:15:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"strTraceId\":\"1294-944ad-76f5c-2f793-81dd5\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1294-944ad-76f5c-2f793-81dd5\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"01K\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"destinationAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, TH - Don Mueang Intl Airport (DMK)\",\"destinationAirportName\":\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]},\"bookingId\":\"8297CE1EDACB44759AC93408193D7BE7\"}],\"flight_booking_id_Arr\":[\"79\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-15 18:04:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNationality\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-15 18:04:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"modified\":\"2023-04-15 18:04:49\",\"CustomerMemberSysId\":\"19\"}],\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"19\"],\"flight_booking_customer\":[[\"75\"]],\"SearchTraceId\":\"944ad-76f5c-2f793-81dd5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/05\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"26\\/05\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"944ad-76f5c-2f793-81dd5\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/05\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 18:04:31\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"944ad-76f5c-2f793-81dd5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/05\\\\\\/2023\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"2__HYD-DMK-HYD\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/05\\\\\\/2023\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2266],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"944ad-76f5c-2f793-81dd5\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DMK\\\"],\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"SearchRoute\\\":\\\"4\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/05\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-15 18:04:31\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"origin\\\":{\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"SegFlightNumberArr\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Fri, 26 May\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"06:05\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"destination\\\":{\\\"FlightNumber\\\":\\\"DD-958\\\",\\\"SegFlightNumberArr\\\":\\\"DD-958\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"DepartureDateTxt\\\":\\\"Tue, 30 May\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"FareClass\\\":null,\\\"FlightDuration\\\":\\\"03h 45m\\\",\\\"SourceAirportCode\\\":\\\"DMK\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"IsLCC\\\":true},\\\"ToDate\\\":\\\"30\\\\\\/05\\\\\\/2023\\\",\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"InwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"944ad-76f5c-2f793-81dd5\\\",\\\"apiTraceId\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-05-26\\\",\\\"LocalFromTime\\\":\\\"2023-05-26 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-05-26 00:45\\\",\\\"LocalToTime\\\":\\\"2023-05-27 01:15:00\\\",\\\"ToUTCTime\\\":\\\"2023-05-27 01:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"22 hours, 50 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"SourcePlaceName\\\":\\\"Hyderabad\\\",\\\"DestPlaceName\\\":\\\"Bangkok\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22500,\\\"PublishedFareTxt\\\":\\\"22,500\\\",\\\"ApiResultIndex\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1294_17587\\\",\\\"ApiResultIndex\\\":\\\"1294_17587\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":500,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"01K\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-26T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-26T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-31T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-30T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"26\\\\\\/05\\\\\\/2023\\\",\\\"FromDateSort\\\":1685039400,\\\"DepartureDateTxt\\\":\\\"Fri, 26 May\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 26 May\\\",\\\"FilterDepartureDtTime\\\":\\\"20:00-24:00\\\",\\\"OnwardGroupPNR\\\":\\\"I860PT\\\",\\\"InwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I860PT\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"12831\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"017\\\",\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"localFromDateTime\\\":\\\"2023-05-26 00:45\\\",\\\"localToDateTime\\\":\\\"2023-05-27 01:15:00\\\",\\\"strSourceAirportCode\\\":null,\\\"strDestinationAirportCode\\\":null,\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"2266\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":1,\\\"interNationalSearch\\\":\\\"1\\\"},\\\"InternationalData\\\":{\\\"bookingId\\\":null,\\\"FlightNumber\\\":\\\"DD-959\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":null,\\\"IsRefundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"apiTraceId\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"strTraceId\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"AirlineSysId\\\":\\\"361\\\",\\\"DepartureTime\\\":\\\"00:45\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2023-05-26\\\",\\\"LocalFromTime\\\":\\\"2023-05-26 00:45\\\",\\\"FromUTCTime\\\":\\\"2023-05-26 00:45\\\",\\\"LocalToTime\\\":\\\"2023-05-27 01:15:00\\\",\\\"ToUTCTime\\\":\\\"2023-05-27 01:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":null,\\\"GroundTime\\\":null,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":null,\\\"DepartureDateTxt\\\":\\\"Fri, 26 May\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 26 May\\\",\\\"FlightDuration\\\":\\\"22 hours, 50 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"2266\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DMK\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":null,\\\"ApiResultIndex\\\":\\\"1294-944ad-76f5c-2f793-81dd5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"Fare\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22500,\\\"PublishedFare\\\":22500,\\\"PublishedFareAgent\\\":22500,\\\"OfferedFareAgent\\\":22500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"1294_17587\\\",\\\"ApiResultIndex\\\":\\\"1294_17587\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"20\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":21500,\\\"BaseFare\\\":21500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":500,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":500,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"01K\\\"},\\\"Segments\\\":[{\\\"isReturnSegment\\\":false,\\\"destinationAirportCode\\\":\\\"DMK\\\",\\\"SegFlightNumber\\\":\\\"DD-959\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"00:45\\\",\\\"strArrivalDtTime\\\":\\\"06:05\\\",\\\"FlightDuration\\\":\\\"3 hours 40 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"destinationAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Bangkok\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-26T06:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-26T00:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"},{\\\"isReturnSegment\\\":true,\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"SegFlightNumber\\\":\\\"DD-958\\\",\\\"AirlineCode\\\":\\\"DD\\\",\\\"AirlineName\\\":\\\"Nok Air\\\",\\\"originAirportCode\\\":\\\"DMK\\\",\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"3 hours 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/DD.png\\\",\\\"originAirportName\\\":\\\"Bangkok, TH - Don Mueang Intl Airport (DMK)\\\",\\\"destinationAirportName\\\":\\\"Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)\\\",\\\"originCityName\\\":\\\"Bangkok\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2023-05-31T23:45\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2023-05-30T21:30\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}]},\\\"bookingId\\\":\\\"8297CE1EDACB44759AC93408193D7BE7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"19\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammed\",\"passenger-lastname-1\":\"ali\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"k363629\",\"passenger-passporIssue-1\":\"06\\/04\\/2021\",\"passenger-PassportExpiry-1\":\"05\\/04\\/2031\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-15 18:04:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":\"IN\",\"PassportNo\":\"k363629\",\"PassportExpiry\":\"2031-04-05\",\"passporIssue\":\"2021-04-06\",\"modified\":\"2023-04-15 18:04:49\",\"MobileNo\":\"9989613151\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-04-15 18:05:01'),(418,'0cabf-666a8-9e5c9-cf2f9','{\"FlightBookingData\":[{\"bookingId\":\"DMC107561357159\",\"bookingId_TJ\":\"TJ107561357159\",\"FlightNumber\":\"6E-158\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"0cabf-666a8-9e5c9-cf2f9\",\"apiTraceId\":\"5-6250822043_0AMDDEL6E158_185715880536930\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:30\",\"ArrivalTime\":\"06:10\",\"TravelDate\":\"2023-06-15T04:30\",\"LocalFromTime\":\"2023-06-15 04:30\",\"FromUTCTime\":\"2023-06-15T04:30\",\"LocalToTime\":\"2023-06-15 06:10\",\"ToUTCTime\":\"2023-06-15T06:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 15 Jun\",\"ArrivalDateTxt\":\"Thu, 15 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,203\",\"ApiResultIndex\":\"5-6250822043_0AMDDEL6E158_185715880536930\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7540,\"Tax\":1949.6,\"YQTax\":0,\"OtherCharges\":1526,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":400,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9489.6,\"PublishedFare\":9203.08,\"PublishedFareAgent\":9213.08,\"OfferedFareAgent\":9203.08,\"OfferedFare\":9203.08,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6250822043_0AMDDEL6E158_122404098617872\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORP CONNECT\",\"fareIdentifierSP\":\"CORP_CONNECT\",\"SeatAvailable\":9,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":10,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":286.52,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":9213.08,\"CostToAgent\":9203.08,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1949.6,\"TotalBaseFare\":9489.6,\"BaseFareCal\":9203.08,\"BaseFare\":7540,\"CommissionEarned\":286.52,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":400,\"MFT\":3.6,\"OT\":1526,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":286.52,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":9213.08,\"CostToAgent\":9203.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":286.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9203.08,\"CostToCustomer\":9203.08,\"BaseFareCal\":9203.08,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9203.08,\"intOfferedFare\":9203.08,\"intPublishFare\":9489.6,\"TripjackMarkup\":0,\"TripjackCommission\":286.52,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":286.52,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":10,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":9213.08,\"CostToAgent\":9203.08,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"477\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-15T06:10\",\"SegFlightNumber\":\"6E-158\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-06-15T04:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:30\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-6250822043_0AMDDEL6E158_185715880536930\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":24.95,\"ACF\":499}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":14.95,\"CRF\":50,\"ARF\":299}}}}},\"DEL-AMD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":24.95,\"ACF\":499}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":14.95,\"CRF\":50,\"ARF\":299}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-14 12:00\",\"localToDateTime\":\"2023-06-21 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true},{\"bookingId\":\"DMC107561357159\",\"bookingId_TJ\":\"TJ107561357159\",\"FlightNumber\":\"6E-607\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"0cabf-666a8-9e5c9-cf2f9\",\"apiTraceId\":\"5-6250822043_7DELAMD6E607_185715880336618\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-06-22T21:55\",\"LocalFromTime\":\"2023-06-22 21:55\",\"FromUTCTime\":\"2023-06-22T21:55\",\"LocalToTime\":\"2023-06-22 23:25\",\"ToUTCTime\":\"2023-06-22T23:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,321\",\"ApiResultIndex\":\"5-6250822043_7DELAMD6E607_185715880336618\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6778,\"Tax\":1597.6,\"YQTax\":0,\"OtherCharges\":1214,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8375.6,\"PublishedFare\":8118.04,\"PublishedFareAgent\":8128.04,\"OfferedFareAgent\":8118.04,\"OfferedFare\":8118.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6250822043_1DELAMD6E607_122404100905585\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORP CONNECT\",\"fareIdentifierSP\":\"CORP_CONNECT\",\"SeatAvailable\":9,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":10,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":257.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":8128.04,\"CostToAgent\":8118.04,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1597.6,\"TotalBaseFare\":8375.6,\"BaseFareCal\":8118.04,\"BaseFare\":6778,\"CommissionEarned\":257.56,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":360,\"MFT\":3.6,\"OT\":1214,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":257.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":8128.04,\"CostToAgent\":8118.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":257.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8118.04,\"CostToCustomer\":8118.04,\"BaseFareCal\":8118.04,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8118.04,\"intOfferedFare\":8118.04,\"intPublishFare\":8375.6,\"TripjackMarkup\":0,\"TripjackCommission\":257.56,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":257.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":10,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":8128.04,\"CostToAgent\":8118.04,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"478\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-06-22T23:25\",\"SegFlightNumber\":\"6E-607\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-22T21:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:55\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-6250822043_7DELAMD6E607_185715880336618\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":499,\"CCF\":50,\"ACFT\":24.95}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":299,\"ARFT\":14.95,\"CRFT\":9}}}}},\"DEL-AMD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":499,\"CCF\":50,\"ACFT\":24.95}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":299,\"ARFT\":14.95,\"CRFT\":9}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-14 12:00\",\"localToDateTime\":\"2023-06-21 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"5-6250822043_0AMDDEL6E158_185715880536930,5-6250822043_7DELAMD6E607_185715880336618\",\"SearchTraceId\":\"0cabf-666a8-9e5c9-cf2f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Ahmedabad (AMD)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"15\\/06\\/2023\"],\"return_date\":[\"22\\/06\\/2023\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Ahmedabad (AMD)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-06-15\"],\"strReturnDate\":[\"2023-06-22\"],\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0cabf-666a8-9e5c9-cf2f9\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"AMD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/06\\/2023\"],\"return_dates\":[\"22\\/06\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Jun Thu\"],\"ReturnDateMobile\":[\"22 Jun Thu\"],\"SearchTime\":\"2023-04-15 19:28:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"477\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],[{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"478\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":24.95,\"ACF\":499}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":14.95,\"CRF\":50,\"ARF\":299}}}}},\"DEL-AMD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":24.95,\"ACF\":499}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":14.95,\"CRF\":50,\"ARF\":299}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},{\"fareRule\":{\"AMD-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":499,\"CCF\":50,\"ACFT\":24.95}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":299,\"ARFT\":14.95,\"CRFT\":9}}}}},\"DEL-AMD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":499,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":499,\"CCF\":50,\"ACFT\":24.95}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":299,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":299,\"ARFT\":14.95,\"CRFT\":9}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-15 19:29:31'),(420,'8b6c9-5be7d-01304-4b4aa','{\"FlightBookingData\":[{\"bookingId\":\"DMC103661357418\",\"bookingId_TJ\":\"TJ103661357418\",\"FlightNumber\":\"6E-951\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8b6c9-5be7d-01304-4b4aa\",\"apiTraceId\":\"5-1907124029_1ATQPNQ6E951PNQAMD6E819_27895335745787\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-22T23:20\",\"LocalFromTime\":\"2023-06-22 23:20\",\"FromUTCTime\":\"2023-06-22T23:20\",\"LocalToTime\":\"2023-06-23 06:05\",\"ToUTCTime\":\"2023-06-23T06:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Pune\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"07h 45m\",\"SourcePlaceSysId\":\"974\",\"DestPlaceSysId\":\"296\",\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,722\",\"ApiResultIndex\":\"5-1907124029_1ATQPNQ6E951PNQAMD6E819_27895335745787\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9012,\"Tax\":2441.6,\"YQTax\":0,\"OtherCharges\":1952,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":466,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11453.6,\"PublishedFare\":11721.98,\"PublishedFareAgent\":11731.98,\"OfferedFareAgent\":11721.98,\"OfferedFare\":11367.98,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1907124029_0ATQPNQ6E951PNQAMD6E819_43081397526138\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":10,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":85.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":11731.98,\"CostToAgent\":11721.98,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2441.6,\"TotalBaseFare\":11453.6,\"BaseFareCal\":11421.98,\"BaseFare\":9012,\"CommissionEarned\":85.62,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":466,\"MFT\":3.6,\"OT\":1952,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":10,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":85.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":11731.98,\"CostToAgent\":11721.98,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":85.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":11721.98,\"CostToCustomer\":11721.98,\"BaseFareCal\":11421.98,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":11421.98,\"intOfferedFare\":11367.98,\"intPublishFare\":11453.6,\"TripjackMarkup\":0,\"TripjackCommission\":85.62,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":85.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":10,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":10,\"CostToAgentCustomer\":11731.98,\"CostToAgent\":11721.98,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"897\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-06-23T01:35\",\"SegFlightNumber\":\"6E-951\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-06-22T23:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":190,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"01:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Pune\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"898\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-06-23T06:05\",\"SegFlightNumber\":\"6E-819\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-06-23T04:45\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"898\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-1907124029_1ATQPNQ6E951PNQAMD6E819_27895335745787\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"ATQ-AMD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":2,\"intSourceCityId\":\"974\",\"intDestinationCityId\":\"296\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"5-1907124029_1ATQPNQ6E951PNQAMD6E819_27895335745787\",\"SearchTraceId\":\"8b6c9-5be7d-01304-4b4aa\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Amritsar (ATQ)\"],\"to_des\":[\"Ahmedabad (AMD)\"],\"departure_date\":[\"22\\/06\\/2023\"],\"source_city\":[\"ATQ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"AMD\"],\"source\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\"],\"destination\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"from_mytrip_city\":[\" IN - Raja Sansi Arpt (ATQ)\"],\"to_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Amritsar (ATQ)\"],\"to_city\":[\"Ahmedabad (AMD)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[974],\"intCountryCode\":\"IN\",\"destinationCityId\":[296],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8b6c9-5be7d-01304-4b4aa\",\"sourceCityAirportCode\":[\"ATQ\"],\"destinationCityAirportCode\":[\"AMD\"],\"from\":[\"ATQ\"],\"to\":[\"AMD\"],\"sourceCityText\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\"],\"destinationCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-15 19:32:00\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"897\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"ATQ-AMD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-15 19:33:09'),(422,'fb59f-b749d-d50ce-43a55','{\"FlightBookingData\":[{\"bookingId\":\"DMC103961435285\",\"bookingId_TJ\":\"TJ103961435285\",\"FlightNumber\":\"UK-747\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"fb59f-b749d-d50ce-43a55\",\"apiTraceId\":\"21-10-15-2-3085724966_0DELCCUUK747CCUIXZUK747_72285889283524\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:15\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-06-08T06:15\",\"LocalFromTime\":\"2023-06-08 06:15\",\"FromUTCTime\":\"2023-06-08T06:15\",\"LocalToTime\":\"2023-06-08 11:20\",\"ToUTCTime\":\"2023-06-08T11:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":305,\"DepartureDateTxt\":\"Thu, 08 Jun\",\"ArrivalDateTxt\":\"Thu, 08 Jun\",\"FlightDuration\":\"05h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"18,116\",\"ApiResultIndex\":\"21-10-15-2-3085724966_0DELCCUUK747CCUIXZUK747_72285889283524\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":17140,\"Tax\":1827.6,\"YQTax\":0,\"OtherCharges\":778,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":866,\"CarrierMiscFee\":160,\"MUFee\":0,\"intPublishedFare\":18967.6,\"PublishedFare\":18116.06,\"PublishedFareAgent\":18116.06,\"OfferedFareAgent\":18116.06,\"OfferedFare\":17762.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3085724966_0DELCCUUK747CCUIXZUK747_140956476594135\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1205.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":18116.06,\"CostToAgent\":18116.06,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1827.6,\"TotalBaseFare\":18967.6,\"BaseFareCal\":17816.06,\"BaseFare\":17140,\"CommissionEarned\":1205.54,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":866,\"MFT\":3.6,\"OT\":778,\"MU\":0,\"YR\":160,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1205.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":18116.06,\"CostToAgent\":18116.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1205.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":18116.06,\"CostToCustomer\":18116.06,\"BaseFareCal\":17816.06,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":17816.06,\"intOfferedFare\":17762.06,\"intPublishFare\":18967.6,\"TripjackMarkup\":0,\"TripjackCommission\":1205.54,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1205.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":18116.06,\"CostToAgent\":18116.06,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"851\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-06-08T08:20\",\"SegFlightNumber\":\"UK-747\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-08T06:15\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":40,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:15\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"852\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2023-06-08T11:20\",\"SegFlightNumber\":\"UK-747\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-06-08T09:00\",\"TripIndicator\":2,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-3085724966_0DELCCUUK747CCUIXZUK747_72285889283524\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXZ\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":183.75,\"CCFT\":9,\"ACF\":3675,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARFT\":157.5,\"ARF\":3150,\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"21-10-15-2-3085724966_0DELCCUUK747CCUIXZUK747_72285889283524\",\"SearchTraceId\":\"fb59f-b749d-d50ce-43a55\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Port Blair (IXZ)\"],\"departure_date\":[\"08\\/06\\/2023\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXZ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Port Blair, IN - Veer Savarkar Arpt (IXZ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Veer Savarkar Arpt (IXZ)\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Port Blair (IXZ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-06-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[32511],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fb59f-b749d-d50ce-43a55\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXZ\"],\"from\":[\"DEL\"],\"to\":[\"IXZ\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Port Blair, IN - Veer Savarkar Arpt (IXZ), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/06\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-17 03:21:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-IXZ\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":183.75,\"CCFT\":9,\"ACF\":3675,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARFT\":157.5,\"ARF\":3150,\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-17 03:26:23'),(423,'c5174-05a1b-ded77-11871','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MAHABALESHWAR (INDIA)\",\"check_in\":\"25\\/04\\/2023\",\"check_out\":\"27\\/04\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"16375\",\"TBBCityId\":\"661438\",\"destination\":\"MAHABALESHWAR\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"25\\/04\\/2023\",\"NoOfNights\":2,\"CityId\":\"661438\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-04-25\",\"checkoutDate\":\"2023-04-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"661438\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":2,\"strCheckin\":\"2023-04-25\",\"strCheckout\":\"2023-04-27\",\"SearchHotelTraceId\":\"c5174-05a1b-ded77-11871\",\"interNationalSearch\":false,\"searchIds\":\"hsid4506877119\"}','2023-04-17 09:23:03'),(424,'074af-bd527-a736d-5eeed','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MAHABALESHWAR (INDIA)\",\"check_in\":\"25\\/04\\/2023\",\"check_out\":\"27\\/04\\/2023\",\"Nationality\":\"106\",\"adult\":[\"3\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"16375\",\"TBBCityId\":\"661438\",\"destination\":\"MAHABALESHWAR\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"3\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 3},{\\\"totaladult\\\" : 3},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"25\\/04\\/2023\",\"NoOfNights\":2,\"CityId\":\"661438\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-04-25\",\"checkoutDate\":\"2023-04-27\",\"roomInfo\":[{\"numberOfAdults\":\"3\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"661438\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":2,\"strCheckin\":\"2023-04-25\",\"strCheckout\":\"2023-04-27\",\"SearchHotelTraceId\":\"074af-bd527-a736d-5eeed\",\"interNationalSearch\":false,\"searchIds\":\"hsid9458827068\"}','2023-04-17 09:24:16'),(425,'1829d-ed57b-db33a-a35f4','{\"FlightBookingData\":[{\"FlightNumber\":\"EK-527\",\"keyIndex\":70,\"SegFlightNumberArr\":\"EK-527 +1\",\"AirlineName\":\"Emirates airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2023-05-17T10:00\",\"LocalFromTime\":\"2023-05-17 10:00\",\"FromUTCTime\":\"2023-05-17T10:00\",\"LocalToTime\":\"2023-05-18 14:00\",\"ToUTCTime\":\"2023-05-18T14:00\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":1260,\"LAYOVERDuration\":\"21h 0m\",\"FlyingMinutes\":2430,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Thu, 18 May\",\"FlightDuration\":\"40h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32994\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"SFO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":61665,\"PublishedFareTxt\":\"61,665\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1829d-ed57b-db33a-a35f4\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33900,\"Tax\":27754.8,\"YQTax\":18327,\"OtherCharges\":6804,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":2612,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":61654.8,\"PublishedFare\":61665,\"PublishedFarePerPax\":61665,\"OfferedFare\":61369.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":27754.8,\"BaseFareCal\":61414.8,\"BaseFare\":33900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":18327,\"AGST\":2612,\"MFT\":1.8,\"OT\":6804,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01Y\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-05-17T12:10\",\"SegFlightNumber\":\"EK-527\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"L\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":220,\"GroundTime\":1260,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"21h 0m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"San Francisco Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"San Francisco\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"SFO\",\"destinationArrTime\":\"2023-05-18T14:00\",\"SegFlightNumber\":\"EK-225\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"L\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-05-18T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":950,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"15h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],\"FilterPrice\":\"95001-100000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"EK-527\",\"keyIndex\":70,\"SegFlightNumberArr\":\"EK-527 +1\",\"AirlineName\":\"Emirates airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2023-05-17T10:00\",\"LocalFromTime\":\"2023-05-17 10:00\",\"FromUTCTime\":\"2023-05-17T10:00\",\"LocalToTime\":\"2023-05-18 14:00\",\"ToUTCTime\":\"2023-05-18T14:00\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":1260,\"LAYOVERDuration\":\"21h 0m\",\"FlyingMinutes\":2430,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Thu, 18 May\",\"FlightDuration\":\"40h 30m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"32994\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"SFO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":61665,\"PublishedFareTxt\":\"61,665\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1829d-ed57b-db33a-a35f4\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33900,\"Tax\":27754.8,\"YQTax\":18327,\"OtherCharges\":6804,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":2612,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":61654.8,\"PublishedFare\":61665,\"PublishedFarePerPax\":61665,\"OfferedFare\":61369.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958415\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":285,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":27754.8,\"BaseFareCal\":61414.8,\"BaseFare\":33900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":18327,\"AGST\":2612,\"MFT\":1.8,\"OT\":6804,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2  Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33640.35,\"Tax\":29735.9,\"YQTax\":18334.4,\"OtherCharges\":7927.45,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":2643.75,\"CarrierMiscFee\":818.5,\"MUFee\":0,\"intPublishedFare\":63376.25,\"PublishedFare\":63672,\"PublishedFarePerPax\":63672,\"OfferedFare\":63376.25,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958595\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"2 Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":29735.9,\"BaseFareCal\":63421.25,\"BaseFare\":33640.35,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":18334.4,\"AGST\":2643.75,\"MFT\":1.8,\"OT\":7927.45,\"MU\":0,\"YR\":818.5,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":64661.5,\"Tax\":31608.55,\"YQTax\":18334.4,\"OtherCharges\":8253.13,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":4190.72,\"CarrierMiscFee\":818.5,\"MUFee\":0,\"intPublishedFare\":96270.05,\"PublishedFare\":96684,\"PublishedFarePerPax\":96684,\"OfferedFare\":96270.05,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-0784304033_70HYDDXBEK527DXBSFOEK225_22991667958765\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":350,\"AddiTaxOnMarkup\":63,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"2 Piece\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":31608.55,\"BaseFareCal\":96333.05,\"BaseFare\":64661.5,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":18334.4,\"AGST\":4190.72,\"MFT\":1.8,\"OT\":8253.13,\"MU\":0,\"YR\":818.5,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2 Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-05-17T12:10\",\"SegFlightNumber\":\"EK-527\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"L\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":220,\"GroundTime\":1260,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"21h 0m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"San Francisco Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"San Francisco\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"SFO\",\"destinationArrTime\":\"2023-05-18T14:00\",\"SegFlightNumber\":\"EK-225\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"L\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-05-18T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"2  Piece\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":true,\"Duration\":950,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"15h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],\"FilterPrice\":\"95001-100000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"024\"}]}],\"FlightBookingDataInbound\":null}','2023-04-17 14:29:29'),(426,'132f5-ad01b-b1623-3510e','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"HYDERABAD (INDIA)\",\"check_in\":\"24\\/04\\/2023\",\"check_out\":\"25\\/04\\/2023\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12538\",\"TBBCityId\":\"739343\",\"destination\":\"HYDERABAD\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"24\\/04\\/2023\",\"NoOfNights\":1,\"CityId\":\"739343\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-04-24\",\"checkoutDate\":\"2023-04-25\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739343\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-04-24\",\"strCheckout\":\"2023-04-25\",\"SearchHotelTraceId\":\"132f5-ad01b-b1623-3510e\",\"interNationalSearch\":false,\"searchIds\":\"hsid8003892667\"}','2023-04-17 15:27:14'),(427,'d079b-7d479-a690e-131f9','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"HYDERABAD (INDIA)\",\"check_in\":\"24\\/04\\/2023\",\"check_out\":\"25\\/04\\/2023\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12538\",\"TBBCityId\":\"739343\",\"destination\":\"HYDERABAD\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"24\\/04\\/2023\",\"NoOfNights\":1,\"CityId\":\"739343\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-04-24\",\"checkoutDate\":\"2023-04-25\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739343\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-04-24\",\"strCheckout\":\"2023-04-25\",\"SearchHotelTraceId\":\"d079b-7d479-a690e-131f9\",\"interNationalSearch\":false,\"searchIds\":\"hsid2990220136\"}','2023-04-17 15:30:09'),(428,'18ba3-589a6-742b8-c9dd2','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"OOTY (INDIA)\",\"check_in\":\"01\\/05\\/2023\",\"check_out\":\"04\\/05\\/2023\",\"Nationality\":\"106\",\"adult\":[\"3\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"20161\",\"TBBCityId\":\"603260\",\"destination\":\"OOTY\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"3\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 3},{\\\"totaladult\\\" : 3},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"01\\/05\\/2023\",\"NoOfNights\":3,\"CityId\":\"603260\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-05-01\",\"checkoutDate\":\"2023-05-04\",\"roomInfo\":[{\"numberOfAdults\":\"3\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"603260\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2023-05-01\",\"strCheckout\":\"2023-05-04\",\"SearchHotelTraceId\":\"18ba3-589a6-742b8-c9dd2\",\"interNationalSearch\":false,\"searchIds\":\"hsid3336473647\"}','2023-04-18 17:51:16'),(429,'6d0ee-ff810-a0c9a-0bde6','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-7423\",\"keyIndex\":55,\"SegFlightNumberArr\":\"6E-7423 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6922086014_2VGABLR6E7423BLRGOI6E806_81130331584920\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2023-09-26T16:15\",\"LocalFromTime\":\"2023-09-26 16:15\",\"FromUTCTime\":\"2023-09-26T16:15\",\"LocalToTime\":\"2023-09-26 22:40\",\"ToUTCTime\":\"2023-09-26T22:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":215,\"LAYOVERDuration\":\"3h 35m\",\"FlyingMinutes\":385,\"DepartureDateTxt\":\"Tue, 26 Sep\",\"ArrivalDateTxt\":\"Tue, 26 Sep\",\"FlightDuration\":\"6h 25m\",\"SourcePlaceSysId\":\"28759\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"VGA\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":16428,\"PublishedFareTxt\":\"16,427\",\"ApiResultIndex\":\"5-6922086014_2VGABLR6E7423BLRGOI6E806_81130331584540\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6d0ee-ff810-a0c9a-0bde6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13352,\"Tax\":2907.2,\"YQTax\":0,\"OtherCharges\":2172,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":688,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16259.2,\"PublishedFare\":16428,\"PublishedFarePerPax\":4107,\"OfferedFare\":16132.36,\"CommissionEarned\":126.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6922086014_2VGABLR6E7423BLRGOI6E806_81130331584920\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":126.84,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":2907.2,\"BaseFareCal\":16177.36,\"BaseFare\":13352,\"CommissionEarned\":126.84,\"TDS\":-6.68,\"MF\":40,\"YQ\":0,\"AGST\":688,\"MFT\":7.2,\"OT\":2172,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02V\"},\"Segments\":[{\"originAirportName\":\"Vijayawada\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Vijayawada\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-26T17:55\",\"SegFlightNumber\":\"6E-7423\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"VGA\",\"originDepTime\":\"2023-09-26T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":215,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"3h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-09-26T22:40\",\"SegFlightNumber\":\"6E-806\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-26T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00L\"},{\"keyIndex\":54,\"FlightNumber\":\"6E-921\",\"SegFlightNumberArr\":\"6E-921 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331355239\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-10-01T08:15\",\"LocalFromTime\":\"2023-10-01 08:15\",\"FromUTCTime\":\"2023-10-01T08:15\",\"LocalToTime\":\"2023-10-01 12:40\",\"ToUTCTime\":\"2023-10-01T12:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":90,\"LAYOVERDuration\":\"1h 30m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"28759\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"VGA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":23198.4,\"PublishedFareTxt\":\"23,198\",\"ApiResultIndex\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331354849\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6d0ee-ff810-a0c9a-0bde6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18504,\"Tax\":4575.2,\"YQTax\":0,\"OtherCharges\":3572,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":956,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23079.2,\"PublishedFare\":23199,\"PublishedFarePerPax\":5800,\"OfferedFare\":22903.4,\"CommissionEarned\":175.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331355239\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4575.2,\"BaseFareCal\":22948.4,\"BaseFare\":18504,\"CommissionEarned\":175.8,\"TDS\":-9.24,\"MF\":40,\"YQ\":0,\"AGST\":956,\"MFT\":7.2,\"OT\":3572,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07Y\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-01T09:40\",\"SegFlightNumber\":\"6E-921\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-10-01T08:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":90,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"1h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Vijayawada\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vijayawada\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VGA\",\"destinationArrTime\":\"2023-10-01T12:40\",\"SegFlightNumber\":\"6E-7071\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-01T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01H\"}],\"FlightBookingDataInbound\":{\"keyIndex\":54,\"FlightNumber\":\"6E-921\",\"SegFlightNumberArr\":\"6E-921 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331355239\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2023-10-01T08:15\",\"LocalFromTime\":\"2023-10-01 08:15\",\"FromUTCTime\":\"2023-10-01T08:15\",\"LocalToTime\":\"2023-10-01 12:40\",\"ToUTCTime\":\"2023-10-01T12:40\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":90,\"LAYOVERDuration\":\"1h 30m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"28759\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"VGA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":23198.4,\"PublishedFareTxt\":\"23,198\",\"ApiResultIndex\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331354849\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6d0ee-ff810-a0c9a-0bde6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":18504,\"Tax\":4575.2,\"YQTax\":0,\"OtherCharges\":3572,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":956,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23079.2,\"PublishedFare\":23199,\"PublishedFarePerPax\":5800,\"OfferedFare\":22903.4,\"CommissionEarned\":175.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6922086014_4GOIBLR6E921BLRVGA6E7071_81130331355239\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4575.2,\"BaseFareCal\":22948.4,\"BaseFare\":18504,\"CommissionEarned\":175.8,\"TDS\":-9.24,\"MF\":40,\"YQ\":0,\"AGST\":956,\"MFT\":7.2,\"OT\":3572,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"07Y\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-01T09:40\",\"SegFlightNumber\":\"6E-921\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-10-01T08:15\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":90,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"1h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Vijayawada\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vijayawada\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VGA\",\"destinationArrTime\":\"2023-10-01T12:40\",\"SegFlightNumber\":\"6E-7071\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-01T11:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01H\"}}','2023-04-19 09:33:52'),(430,'fdc1f-e9ddd-b835d-e98a8','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI (UNITED ARAB EMIRATES)\",\"check_in\":\"01\\/05\\/2023\",\"check_out\":\"07\\/05\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"697010\",\"destination\":\"DUBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"01\\/05\\/2023\",\"NoOfNights\":6,\"CityId\":\"697010\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-05-01\",\"checkoutDate\":\"2023-05-07\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"697010\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":6,\"strCheckin\":\"2023-05-01\",\"strCheckout\":\"2023-05-07\",\"SearchHotelTraceId\":\"fdc1f-e9ddd-b835d-e98a8\",\"interNationalSearch\":false,\"searchIds\":\"hsid4257202567\"}','2023-04-20 13:16:06'),(431,'cbbbe-6d263-3d1d8-57643','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":43,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 12:30\",\"ToUTCTime\":\"2023-05-07T12:30\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16611,\"PublishedFareTxt\":\"16,610\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"cbbbe-6d263-3d1d8-57643\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10361.3,\"Tax\":5953.73,\"YQTax\":0,\"OtherCharges\":5941.93,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16315.03,\"PublishedFare\":16611,\"PublishedFarePerPax\":16611,\"OfferedFare\":16315.03,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5953.73,\"BaseFareCal\":16360.03,\"BaseFare\":10361.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5941.93,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01I\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T12:30\",\"SegFlightNumber\":\"DD-524\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T11:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":43,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 12:30\",\"ToUTCTime\":\"2023-05-07T12:30\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16611,\"PublishedFareTxt\":\"16,610\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"cbbbe-6d263-3d1d8-57643\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10361.3,\"Tax\":5953.73,\"YQTax\":0,\"OtherCharges\":5941.93,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16315.03,\"PublishedFare\":16611,\"PublishedFarePerPax\":16611,\"OfferedFare\":16315.03,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482158\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5953.73,\"BaseFareCal\":16360.03,\"BaseFare\":10361.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5941.93,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12783.67,\"Tax\":6098.42,\"YQTax\":0,\"OtherCharges\":6086.62,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18882.09,\"PublishedFare\":19178,\"PublishedFarePerPax\":19178,\"OfferedFare\":18882.09,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482388\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6098.42,\"BaseFareCal\":18927.09,\"BaseFare\":12783.67,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6086.62,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14359.37,\"Tax\":6192.5,\"YQTax\":0,\"OtherCharges\":6180.7,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20551.87,\"PublishedFare\":20847,\"PublishedFarePerPax\":20847,\"OfferedFare\":20551.87,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-5270249579_43HYDDMKDD959DMKHKTDD524_4840467482598\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6192.5,\"BaseFareCal\":20596.87,\"BaseFare\":14359.37,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6180.7,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T12:30\",\"SegFlightNumber\":\"DD-524\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T11:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01O\"}]}],\"FlightBookingDataInbound\":null}','2023-04-20 18:55:54'),(436,'c7aac-33a76-e44fb-97b42','{\"FlightBookingData\":[{\"bookingId\":\"DMC106261747061\",\"bookingId_TJ\":\"TJ106261747061\",\"FlightNumber\":\"I5-1576\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c7aac-33a76-e44fb-97b42\",\"apiTraceId\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-04-23T09:20\",\"LocalFromTime\":\"2023-04-23 09:20\",\"FromUTCTime\":\"2023-04-23T09:20\",\"LocalToTime\":\"2023-04-23 11:20\",\"ToUTCTime\":\"2023-04-23T11:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 23 Apr\",\"ArrivalDateTxt\":\"Sun, 23 Apr\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,262\",\"ApiResultIndex\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5300,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5536.8,\"PublishedFare\":6262.1,\"PublishedFareAgent\":6262.1,\"OfferedFareAgent\":6262.1,\"OfferedFare\":5436.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7261419201_0HYDJAII51576_8250931133199\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5536.8,\"BaseFareCal\":5562.1,\"BaseFare\":5300,\"CommissionEarned\":100.7,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":100.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":6262.1,\"CostToCustomer\":6262.1,\"BaseFareCal\":5562.1,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":5562.1,\"intOfferedFare\":5436.1,\"intPublishFare\":5536.8,\"TripjackMarkup\":0,\"TripjackCommission\":100.7,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":100.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6262.1,\"CostToAgent\":6262.1,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"IntAdddimarkup\":700,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"424\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-04-23T11:20\",\"SegFlightNumber\":\"I5-1576\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-23T09:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7261419201_1HYDJAII51576_26928663078490\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-JAI\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}],\"flight_booking_id_Arr\":[\"80\"],\"ForCustomerSession\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20 19:40:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20 19:40:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2023-04-20 19:40:47\",\"CustomerMemberSysId\":\"19\"}],\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"19\"],\"flight_booking_customer\":[[\"76\"]],\"SearchTraceId\":\"c7aac-33a76-e44fb-97b42\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Jaipur (JAI)\",\"DEL\"],\"departure_date\":[\"23\\/04\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Jaipur (JAI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-04-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c7aac-33a76-e44fb-97b42\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"HYD\"],\"to\":[\"JAI\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/04\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Apr Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-20 19:40:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c7aac-33a76-e44fb-97b42\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Jaipur (JAI)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/04\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"HYD\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"JAI\\\"],\\\"source\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destination\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"departure_dateG\\\":[\\\"Departure Date\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Jaipur (JAI)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-04-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12995],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c7aac-33a76-e44fb-97b42\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"JAI\\\"],\\\"from\\\":[\\\"HYD\\\"],\\\"to\\\":[\\\"JAI\\\"],\\\"sourceCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destinationCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/04\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Apr Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-04-20 19:40:01\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106261747061\\\",\\\"bookingId_TJ\\\":\\\"TJ106261747061\\\",\\\"FlightNumber\\\":\\\"I5-1576\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"c7aac-33a76-e44fb-97b42\\\",\\\"apiTraceId\\\":\\\"11-7261419201_1HYDJAII51576_26928663078490\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"09:20\\\",\\\"ArrivalTime\\\":\\\"11:20\\\",\\\"TravelDate\\\":\\\"2023-04-23T09:20\\\",\\\"LocalFromTime\\\":\\\"2023-04-23 09:20\\\",\\\"FromUTCTime\\\":\\\"2023-04-23T09:20\\\",\\\"LocalToTime\\\":\\\"2023-04-23 11:20\\\",\\\"ToUTCTime\\\":\\\"2023-04-23T11:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":120,\\\"DepartureDateTxt\\\":\\\"Sun, 23 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 23 Apr\\\",\\\"FlightDuration\\\":\\\"02h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"JAI\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,262\\\",\\\"ApiResultIndex\\\":\\\"11-7261419201_1HYDJAII51576_26928663078490\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5300,\\\"Tax\\\":236.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":225,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5536.8,\\\"PublishedFare\\\":6262.1,\\\"PublishedFareAgent\\\":6262.1,\\\"OfferedFareAgent\\\":6262.1,\\\"OfferedFare\\\":5436.1,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-7261419201_0HYDJAII51576_8250931133199\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":126,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":700,\\\"GSTOnMarkUp\\\":126,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":126,\\\"AddiMarkup\\\":700,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":100.7,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6262.1,\\\"CostToAgent\\\":6262.1,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":236.8,\\\"TotalBaseFare\\\":5536.8,\\\"BaseFareCal\\\":5562.1,\\\"BaseFare\\\":5300,\\\"CommissionEarned\\\":100.7,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":225,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":126,\\\"AddiMarkup\\\":700,\\\"intTotalGST\\\":126,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":700,\\\"GSTOnMarkUp\\\":126,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":100.7,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6262.1,\\\"CostToAgent\\\":6262.1,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":100.7,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":700,\\\"IntTaxOnAgencyFixMarkUp\\\":126,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":126,\\\"PublishFare\\\":6262.1,\\\"CostToCustomer\\\":6262.1,\\\"BaseFareCal\\\":5562.1,\\\"intCommisionEarnedForAgency\\\":700,\\\"CostToCompany\\\":5562.1,\\\"intOfferedFare\\\":5436.1,\\\"intPublishFare\\\":5536.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":100.7,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":100.7,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6262.1,\\\"CostToAgent\\\":6262.1,\\\"AddiMarkup\\\":700,\\\"AddiTaxOnMarkup\\\":126,\\\"IntAdddimarkup\\\":700,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"424\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jaipur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JAI\\\",\\\"destinationArrTime\\\":\\\"2023-04-23T11:20\\\",\\\"SegFlightNumber\\\":\\\"I5-1576\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-04-23T09:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":120,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"09:20\\\",\\\"strArrivalDtTime\\\":\\\"11:20\\\",\\\"FlightDuration\\\":\\\"2h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.leisuretravelshoppe.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-7261419201_1HYDJAII51576_26928663078490\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"HYD-JAI\\\":{\\\"fr\\\":[]}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-04-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"HYD\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"19\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammed\",\"passenger-lastname-1\":\"ali\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"k363629\",\"passenger-passporIssue-1\":\"06\\/04\\/2021\",\"passenger-PassportExpiry-1\":\"05\\/04\\/2031\",\"passenger-city-name-1\":\"Hyderabad\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12539\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"45276\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"CustomerSysId\":\"20\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9989613151\",\"FirstName\":\"mohammed\",\"LastName\":\"ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"45276\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20 19:40:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2023-04-20 19:40:47\",\"MobileNo\":\"9989613151\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"UserSysId\":\"47441\",\"CustomerSysId\":\"326149\",\"AgencySysId\":\"45276\",\"MasterAgencySysId\":\"38124\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password_cu\":\"\",\"AgencyName\":\"LeisureTravel Shoppe\",\"AgencyCode\":\"12440\",\"ContactNo1\":\"9989613151\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE0F82E7-E9DA-42AA-A21D-5CFC4E07419F\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-04-20 19:41:10'),(437,'2c525-74f6b-b3890-e7539','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":75,\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21T00:45\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21T00:45\",\"LocalToTime\":\"2023-04-21 06:05\",\"ToUTCTime\":\"2023-04-21T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":39144,\"PublishedFareTxt\":\"39,144\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2c525-74f6b-b3890-e7539\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24337.920000000002,\"Tax\":14511,\"YQTax\":0,\"OtherCharges\":14475.599999999999,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":38848.89,\"PublishedFare\":39144,\"PublishedFarePerPax\":13048,\"OfferedFare\":38848.89,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9674,\"BaseFareCal\":25944.26,\"BaseFare\":16225.28,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9650.4,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":4837,\"BaseFareCal\":12994.63,\"BaseFare\":8112.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4825.2,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"016\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-04-21T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"45001-50000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":75,\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-21T00:45\",\"LocalFromTime\":\"2023-04-21 00:45\",\"FromUTCTime\":\"2023-04-21T00:45\",\"LocalToTime\":\"2023-04-21 06:05\",\"ToUTCTime\":\"2023-04-21T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 21 Apr\",\"ArrivalDateTxt\":\"Fri, 21 Apr\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":39144,\"PublishedFareTxt\":\"39,144\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2c525-74f6b-b3890-e7539\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24337.920000000002,\"Tax\":14511,\"YQTax\":0,\"OtherCharges\":14475.599999999999,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":38848.89,\"PublishedFare\":39144,\"PublishedFarePerPax\":13048,\"OfferedFare\":38848.89,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759558\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9674,\"BaseFareCal\":25944.26,\"BaseFare\":16225.28,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9650.4,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":4837,\"BaseFareCal\":12994.63,\"BaseFare\":8112.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4825.2,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":28428.93,\"Tax\":14755.349999999999,\"YQTax\":0,\"OtherCharges\":14719.949999999999,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43184.28,\"PublishedFare\":43480,\"PublishedFarePerPax\":14494,\"OfferedFare\":43184.28,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759798\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9836.9,\"BaseFareCal\":28834.52,\"BaseFare\":18952.62,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9813.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":4918.45,\"BaseFareCal\":14439.76,\"BaseFare\":9476.31,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4906.65,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":30686.04,\"Tax\":14890.14,\"YQTax\":0,\"OtherCharges\":14854.74,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":45576.18,\"PublishedFare\":45872,\"PublishedFarePerPax\":15291,\"OfferedFare\":45576.18,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8294221983_75HYDDMKDD959_14843787759998\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9926.76,\"BaseFareCal\":30429.12,\"BaseFare\":20457.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9903.16,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":4963.38,\"BaseFareCal\":15237.06,\"BaseFare\":10228.68,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4951.58,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-04-21T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-21T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"45001-50000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01C\"}]}],\"FlightBookingDataInbound\":null}','2023-04-20 22:18:52'),(441,'f5dd3-06884-36e1e-e3870','{\"BookingData\":[{\"bookingId\":\"BKR115461763193\",\"bookingId_TJ\":\"TJ115461763193\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42951.479999999996,\"PublishedFareTxt\":\"42,951\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25431.96,\"Tax\":17519.52,\"YQTax\":0,\"OtherCharges\":17484.12,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42951.479999999996,\"PublishedFare\":43246.48,\"OfferedFare\":42951.479999999996,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0896887347_0HYDDMKDD959DMKHKTDD522_34352739073819\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11679.68,\"BaseFareCal\":28679.32,\"BaseFare\":16954.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11656.08,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5839.84,\"BaseFareCal\":14362.16,\"BaseFare\":8477.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5828.04,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":43246.48,\"CostToCustomer\":43246.48,\"BaseFareCal\":42996.48,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":42996.48,\"intOfferedFare\":42951.479999999996,\"intPublishFare\":42951.479999999996,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"308\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"309\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f5dd3-06884-36e1e-e3870\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-20T23:26:53.982\",\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115461763193\",\"bookingId_TJ\":\"TJ115461763193\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42951.479999999996,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"f5dd3-06884-36e1e-e3870\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-20T23:26:53.982\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25431.96,\"Tax\":17519.52,\"YQTax\":0,\"OtherCharges\":17484.12,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42951.479999999996,\"PublishedFare\":43246.48,\"OfferedFare\":42951.479999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11679.68,\"BaseFareCal\":28679.32,\"BaseFare\":16954.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11656.08,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5839.84,\"BaseFareCal\":14362.16,\"BaseFare\":8477.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5828.04,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"308\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"309\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-0896887347_43HYDDMKDD959DMKHKTDD522_23079196850783\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"07\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"07\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f5dd3-06884-36e1e-e3870\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-HKT\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Phuket&adults=2&childs=1&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=HKT&ContSysId=215&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Phuket%2C+TH+-+Phuket+Intl+Airport+HKT%2C+Thailand&departure_date=07%2F05%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+TH+-+Phuket+Intl+Airport+HKT\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"priyank31s@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8374352390\",\"FirstName\":\"Priyank Neha\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1986-01-31\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20-23-33-20\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"\",\"gstnnumber\":\"\",\"gstaddress\":\"\",\"gstcity\":\"undefined\",\"gststate\":\"\",\"gstpincode\":\"undefined\",\"PassportNo\":\"M9757721\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-06-08\",\"passporIssue\":\"2015-06-09\",\"CustomerSysId\":\"33\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstemail\":\"\",\"gstphone\":\"\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"33\",\"EmailId\":\"priyank31s@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8374352390\",\"FirstName\":\"Rajesh Kumar\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1983-02-22\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20-23-33-20\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"\",\"gstnnumber\":\"\",\"gstaddress\":\"\",\"gstcity\":\"undefined\",\"gststate\":\"\",\"gstpincode\":\"undefined\",\"PassportNo\":\"T4752287\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2029-04-29\",\"passporIssue\":\"2019-04-30\",\"CustomerMemberSysId\":\"21\",\"isgstapply\":\"1\",\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"33\",\"EmailId\":\"priyank31s@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"8374352390\",\"FirstName\":\"Vihaan\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2016-05-11\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-20-23-33-20\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"\",\"gstnnumber\":\"\",\"gstaddress\":\"\",\"gstcity\":\"undefined\",\"gststate\":\"\",\"gstpincode\":\"undefined\",\"PassportNo\":\"T9949807\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-12-16\",\"passporIssue\":\"2019-12-17\",\"CustomerMemberSysId\":\"22\",\"isgstapply\":\"1\",\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"669093\",\"TPSysId\":\"669094\",\"VersionId\":[\"194971\"],\"CustomerSysId\":\"378557\",\"TrxId\":\"55025\",\"FareBreakdownid\":[\"375853\",\"375854\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"77\",\"78\",\"79\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"33\",\"CustomerMemSysId\":[\"33\",\"21\",\"22\"],\"flight_booking_id\":[\"81\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"81\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":43541.479999999996},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"378557\",\"TPSysId\":\"669094\",\"MasterTPSysId\":\"669093\",\"ProposalID\":\"669094\\/V1\",\"InvoiceDate\":\"2023-04-20\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-20\",\"PaymentDate\":\"2023-04-20\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":43451.479999999996,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":43541.479999999996,\"TotalDueAmount\":0,\"InvoiceValue\":43541.479999999996,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-HKT-Nok Air DD-959\",\"ItemQty\":1,\"ItemRates\":42951.479999999996,\"Total\":42951.479999999996,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":43541.479999999996,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":43451.479999999996,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-20 23:35:13'),(443,'ad294-70c34-2c694-6721b','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":38,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":43178,\"PublishedFareTxt\":\"43,177\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"ad294-70c34-2c694-6721b\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25389.449999999997,\"Tax\":17492.79,\"YQTax\":0,\"OtherCharges\":17457.39,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42882.24,\"PublishedFare\":43178,\"PublishedFarePerPax\":14393,\"OfferedFare\":42882.24,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11661.86,\"BaseFareCal\":28633.16,\"BaseFare\":16926.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11638.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5830.93,\"BaseFareCal\":14339.08,\"BaseFare\":8463.15,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.13,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"019\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"$$hashKey\":\"05Z\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"$$hashKey\":\"060\"}],\"FilterPrice\":\"55001-60000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":38,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":43178,\"PublishedFareTxt\":\"43,177\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"ad294-70c34-2c694-6721b\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25389.449999999997,\"Tax\":17492.79,\"YQTax\":0,\"OtherCharges\":17457.39,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42882.24,\"PublishedFare\":43178,\"PublishedFarePerPax\":14393,\"OfferedFare\":42882.24,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476215\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11661.86,\"BaseFareCal\":28633.16,\"BaseFare\":16926.3,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11638.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5830.93,\"BaseFareCal\":14339.08,\"BaseFare\":8463.15,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.13,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32642.159999999996,\"Tax\":17925.81,\"YQTax\":0,\"OtherCharges\":17890.41,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":50567.97,\"PublishedFare\":50863,\"PublishedFarePerPax\":16955,\"OfferedFare\":50567.97,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476446\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11950.54,\"BaseFareCal\":33756.98,\"BaseFare\":21761.44,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11926.94,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16900.99,\"BaseFare\":10880.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":37359.96,\"Tax\":18207.510000000002,\"YQTax\":0,\"OtherCharges\":18172.11,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":55567.5,\"PublishedFare\":55863,\"PublishedFarePerPax\":18621,\"OfferedFare\":55567.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0593280483_38HYDDMKDD959DMKHKTDD522_10778164476666\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":12138.34,\"BaseFareCal\":37090,\"BaseFare\":24906.64,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":12114.74,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":6069.17,\"BaseFareCal\":18567.5,\"BaseFare\":12453.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6057.37,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"55001-60000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01F\"}]}],\"FlightBookingDataInbound\":null}','2023-04-21 15:16:24'),(450,'1d699-8e33d-a6a79-4e9a9','{\"FlightBookingData\":[{\"bookingId\":\"BKR110661806246\",\"bookingId_TJ\":\"TJ110661806246\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"PublishedFareTxt\":\"14,294\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_14497099765032\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":14589.09,\"CostToCustomer\":14589.09,\"BaseFareCal\":14339.09,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":14339.09,\"intOfferedFare\":14294.09,\"intPublishFare\":14294.09,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"194\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"195\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1d699-8e33d-a6a79-4e9a9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:19:56.216\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110661806246\",\"bookingId_TJ\":\"TJ110661806246\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14294.09,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"1d699-8e33d-a6a79-4e9a9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:19:56.216\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.17,\"Tax\":5830.92,\"YQTax\":0,\"OtherCharges\":5819.12,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14589.09,\"OfferedFare\":14294.09,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.92,\"BaseFareCal\":14339.09,\"BaseFare\":8463.17,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.12,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"194\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"195\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-9000197597_0HYDDMKDD959DMKHKTDD522_29609465363103\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"84\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"84\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"09989613151\",\"FirstName\":\"hemant\",\"LastName\":\"soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1956-04-19\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-15-19-12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"ef234234\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2033-04-25\",\"passporIssue\":\"2023-04-26\",\"CustomerSysId\":\"12\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_customer\":[[\"82\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"07\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1d699-8e33d-a6a79-4e9a9\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-HKT\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"669761\",\"TPSysId\":\"669762\",\"VersionId\":[\"195170\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"55065\",\"FareBreakdownid\":[\"375879\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"84\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"2\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"FirstName\":\"hemant\",\"LastName\":\"soni\",\"CountryCode\":\"91\",\"MobileNo\":\"09989613151\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"09989613151\",\"leadEmail\":\"mohit@leisuretravelshoppe.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"12\",\"salution-1\":\"2\",\"passenger-firstname-1\":\"hemant\",\"passenger-lastname-1\":\"soni\",\"dateofbirth-1\":\"19\\/04\\/1956\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"ef234234\",\"passporIssue-1\":\"2023-04-26\",\"passportnoexpiry-1\":\"2033-04-25\",\"passenger-city-name-1\":\"0\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"1d699-8e33d-a6a79-4e9a9\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"298431\",\"memberId\":null}}}','2023-04-21 15:19:20'),(452,'5929c-0d7d9-4f667-b95dc','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":42,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 12:30\",\"ToUTCTime\":\"2023-05-07T12:30\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16579,\"PublishedFareTxt\":\"16,579\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5929c-0d7d9-4f667-b95dc\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10340.86,\"Tax\":5943.01,\"YQTax\":0,\"OtherCharges\":5931.21,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16283.87,\"PublishedFare\":16579,\"PublishedFarePerPax\":16579,\"OfferedFare\":16283.87,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5943.01,\"BaseFareCal\":16328.87,\"BaseFare\":10340.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5931.21,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01K\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T12:30\",\"SegFlightNumber\":\"DD-524\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T11:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":42,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 12:30\",\"ToUTCTime\":\"2023-05-07T12:30\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16579,\"PublishedFareTxt\":\"16,579\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5929c-0d7d9-4f667-b95dc\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10340.86,\"Tax\":5943.01,\"YQTax\":0,\"OtherCharges\":5931.21,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16283.87,\"PublishedFare\":16579,\"PublishedFarePerPax\":16579,\"OfferedFare\":16283.87,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5943.01,\"BaseFareCal\":16328.87,\"BaseFare\":10340.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5931.21,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12758.47,\"Tax\":6087.42,\"YQTax\":0,\"OtherCharges\":6075.62,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18845.89,\"PublishedFare\":19141,\"PublishedFarePerPax\":19141,\"OfferedFare\":18845.89,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931387\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6087.42,\"BaseFareCal\":18890.89,\"BaseFare\":12758.47,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6075.62,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14331.05,\"Tax\":6181.32,\"YQTax\":0,\"OtherCharges\":6169.52,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20512.37,\"PublishedFare\":20808,\"PublishedFarePerPax\":20808,\"OfferedFare\":20512.37,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-6695061157_42HYDDMKDD959DMKHKTDD524_19622417931647\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6181.32,\"BaseFareCal\":20557.37,\"BaseFare\":14331.05,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6169.52,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T12:30\",\"SegFlightNumber\":\"DD-524\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T11:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01Q\"}]}],\"flight_booking_id_Arr\":[\"83\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"34\",\"CustomerMemSysId\":[\"34\"],\"flight_booking_id\":[\"83\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"d_razees@yahoo.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9550841514\",\"FirstName\":\"Rajesh\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1958-04-16\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-15-19-05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"1221544312\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-04-22\",\"passporIssue\":\"2015-04-23\",\"CustomerSysId\":\"34\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"34\",\"CustomerMemSysId\":[\"34\"],\"flight_booking_customer\":[[\"81\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"07\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5929c-0d7d9-4f667-b95dc\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-HKT\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"669759\",\"TPSysId\":\"669760\",\"VersionId\":[\"195168\"],\"CustomerSysId\":\"378926\",\"TrxId\":\"55064\",\"FareBreakdownid\":[\"375878\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"34\",\"CustomerMemSysId\":[\"34\"],\"flight_booking_id\":[\"83\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"d_razees@yahoo.com\",\"FirstName\":\"Rajesh\",\"LastName\":\"Singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9550841514\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9550841514\",\"leadEmail\":\"d_razees@yahoo.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Rajesh\",\"passenger-lastname-1\":\"Singh\",\"dateofbirth-1\":\"16\\/04\\/1958\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"1221544312\",\"passporIssue-1\":\"23\\/04\\/2015\",\"passportnoexpiry-1\":\"22\\/04\\/2025\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"5929c-0d7d9-4f667-b95dc\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"378926\",\"memberId\":null}},\"FlightBookingDataInbound\":null}','2023-04-21 15:21:19'),(453,'da933-16f4f-5fcba-7d720','{\"FlightBookingData\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":41,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253600\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14590,\"PublishedFareTxt\":\"14,589\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253360\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"da933-16f4f-5fcba-7d720\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"PublishedFarePerPax\":17151,\"OfferedFare\":16856,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253600\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01C\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"FlightNumber\":\"DD-959\",\"keyIndex\":41,\"SegFlightNumberArr\":\"DD-959 +1\",\"AirlineName\":\"Nok air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253360\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14590,\"PublishedFareTxt\":\"14,589\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253360\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"da933-16f4f-5fcba-7d720\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8463.16,\"Tax\":5830.93,\"YQTax\":0,\"OtherCharges\":5819.13,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14294.09,\"PublishedFare\":14590,\"PublishedFarePerPax\":14590,\"OfferedFare\":14294.09,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253360\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5830.93,\"BaseFareCal\":14339.09,\"BaseFare\":8463.16,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5819.13,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"PublishedFarePerPax\":17151,\"OfferedFare\":16856,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253600\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12453.33,\"Tax\":6069.17,\"YQTax\":0,\"OtherCharges\":6057.37,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18522.5,\"PublishedFare\":18818,\"PublishedFarePerPax\":18818,\"OfferedFare\":18522.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7038916725_41HYDDMKDD959DMKHKTDD522_18261134253930\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"Baggage\":null,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":6069.17,\"BaseFareCal\":18567.5,\"BaseFare\":12453.33,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":6057.37,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"IsBaggage\":false,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"01H\"}]}],\"FlightBookingDataInbound\":null}','2023-04-21 15:21:32'),(457,'b19bb-333cb-b1038-d5877','{\"BookingData\":[{\"bookingId\":\"BKR112861806616\",\"bookingId_TJ\":\"TJ112861806616\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NB\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16856,\"PublishedFareTxt\":\"16,856\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"OfferedFare\":16856,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-9944818437_0HYDDMKDD959DMKHKTDD522_11384093672558\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":17151,\"CostToCustomer\":17151,\"BaseFareCal\":16901,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":16901,\"intOfferedFare\":16856,\"intPublishFare\":16856,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"41\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"42\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b19bb-333cb-b1038-d5877\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:24:32.709\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112861806616\",\"bookingId_TJ\":\"TJ112861806616\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NB\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16856,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"b19bb-333cb-b1038-d5877\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T15:24:32.709\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10880.73,\"Tax\":5975.27,\"YQTax\":0,\"OtherCharges\":5963.47,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16856,\"PublishedFare\":17151,\"OfferedFare\":16856,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5975.27,\"BaseFareCal\":16901,\"BaseFare\":10880.73,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5963.47,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"41\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"42\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NB\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-9944818437_21HYDDMKDD959DMKHKTDD522_20865621831584\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"07\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b19bb-333cb-b1038-d5877\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-HKT\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Phuket&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=HKT&ContSysId=215&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Phuket%2C+TH+-+Phuket+Intl+Airport+HKT%2C+Thailand&departure_date=07%2F05%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+TH+-+Phuket+Intl+Airport+HKT\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"6\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9989613151\",\"FirstName\":\"RAJESH KUMAR\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1983-02-22\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-15-24-43\",\"IsApproved\":\"1\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"T4752287\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2029-04-29\",\"passporIssue\":\"2019-04-30\",\"CustomerMemberSysId\":\"24\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"669772\",\"TPSysId\":\"669773\",\"VersionId\":[\"195173\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"55066\",\"FareBreakdownid\":[\"375880\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"83\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"24\"],\"flight_booking_id\":[\"85\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"85\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":17151},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"298431\",\"TPSysId\":\"669773\",\"MasterTPSysId\":\"669772\",\"ProposalID\":\"669773\\/V1\",\"InvoiceDate\":\"2023-04-21\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-21\",\"PaymentDate\":\"2023-04-21\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":17061,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":17151,\"TotalDueAmount\":0,\"InvoiceValue\":17151,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-HKT-Nok Air DD-959\",\"ItemQty\":1,\"ItemRates\":16561,\"Total\":16561,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":17151,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":17061,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-21 15:25:10'),(461,'e7fba-213e0-2d803-d9e90','{\"BookingData\":[{\"bookingId\":\"BKR116961836161\",\"bookingId_TJ\":\"TJ116961836161\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42774.78,\"PublishedFareTxt\":\"42,775\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25323.48,\"Tax\":17451.300000000003,\"YQTax\":0,\"OtherCharges\":17415.9,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42774.78,\"PublishedFare\":43069.78,\"OfferedFare\":42774.78,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-7428746273_0HYDDMKDD959DMKHKTDD522_14341015442468\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11634.2,\"BaseFareCal\":28561.52,\"BaseFare\":16882.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11610.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5817.1,\"BaseFareCal\":14303.26,\"BaseFare\":8441.16,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5805.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":43069.78,\"CostToCustomer\":43069.78,\"BaseFareCal\":42819.78,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":42819.78,\"intOfferedFare\":42774.78,\"intPublishFare\":42774.78,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":250,\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"603\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"604\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e7fba-213e0-2d803-d9e90\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T23:21:03.800\",\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116961836161\",\"bookingId_TJ\":\"TJ116961836161\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-07T00:45\",\"LocalFromTime\":\"2023-05-07 00:45\",\"FromUTCTime\":\"2023-05-07T00:45\",\"LocalToTime\":\"2023-05-07 10:40\",\"ToUTCTime\":\"2023-05-07T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Sun, 07 May\",\"ArrivalDateTxt\":\"Sun, 07 May\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":42774.78,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"SearchFlightTraceId\":\"e7fba-213e0-2d803-d9e90\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-21T23:21:03.800\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25323.48,\"Tax\":17451.300000000003,\"YQTax\":0,\"OtherCharges\":17415.9,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":42774.78,\"PublishedFare\":43069.78,\"OfferedFare\":42774.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11634.2,\"BaseFareCal\":28561.52,\"BaseFare\":16882.32,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11610.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":5817.1,\"BaseFareCal\":14303.26,\"BaseFare\":8441.16,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":5805.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"603\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-07T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-07T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":195,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"segmentid\":\"604\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-07T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-07T09:20\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-7428746273_39HYDDMKDD959DMKHKTDD522_8697543867233\",\"localFromDateTime\":\"2023-05-07 00:45\",\"localToDateTime\":\"2023-05-07 10:40\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"07\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"07\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e7fba-213e0-2d803-d9e90\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-HKT\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Phuket&adults=2&childs=1&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=HKT&ContSysId=215&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Phuket%2C+TH+-+Phuket+Intl+Airport+HKT%2C+Thailand&departure_date=07%2F05%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+TH+-+Phuket+Intl+Airport+HKT\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"12\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"09989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1959-04-16\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-23-21-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"ererwerwer\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-04-09\",\"passporIssue\":\"2020-04-10\",\"CustomerMemberSysId\":\"26\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"12\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"09989613151\",\"FirstName\":\"Mohitt\",\"LastName\":\"soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1961-04-26\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-23-21-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"erwerwer\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2029-04-29\",\"passporIssue\":\"2019-04-30\",\"CustomerMemberSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"12\",\"EmailId\":\"mohit@leisuretravelshoppe.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"09989613151\",\"FirstName\":\"ewrwer\",\"LastName\":\"soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"2015-04-16\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-21-23-21-23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"ws65656\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-04-11\",\"passporIssue\":\"2018-04-12\",\"CustomerMemberSysId\":\"28\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"670450\",\"TPSysId\":\"670451\",\"VersionId\":[\"195462\"],\"CustomerSysId\":\"298431\",\"TrxId\":\"55103\",\"FareBreakdownid\":[\"375903\",\"375904\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"84\",\"85\",\"86\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"26\",\"27\",\"28\"],\"flight_booking_id\":[\"86\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"86\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":43364.78},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"298431\",\"TPSysId\":\"670451\",\"MasterTPSysId\":\"670450\",\"ProposalID\":\"670451\\/V1\",\"InvoiceDate\":\"2023-04-21\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-21\",\"PaymentDate\":\"2023-04-21\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":43274.78,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":43364.78,\"TotalDueAmount\":0,\"InvoiceValue\":43364.78,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-HKT-Nok Air DD-959\",\"ItemQty\":1,\"ItemRates\":42774.78,\"Total\":42774.78,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":43364.78,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":43274.78,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-21 23:21:52'),(462,'44f38-67600-beb01-02b00','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-806\",\"keyIndex\":51,\"SegFlightNumberArr\":\"UK-806 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6407312275_51HYDBLRUK806BLRBOMUK858_11326207034466\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2023-04-26T06:05\",\"LocalFromTime\":\"2023-04-26 06:05\",\"FromUTCTime\":\"2023-04-26T06:05\",\"LocalToTime\":\"2023-04-27 08:20\",\"ToUTCTime\":\"2023-04-27T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":1405,\"LAYOVERDuration\":\"23h 25m\",\"FlyingMinutes\":1575,\"DepartureDateTxt\":\"Wed, 26 Apr\",\"ArrivalDateTxt\":\"Thu, 27 Apr\",\"FlightDuration\":\"26h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5256,\"PublishedFareTxt\":\"5,256\",\"ApiResultIndex\":\"21-10-15-2-6407312275_51HYDBLRUK806BLRBOMUK858_11326207034466\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"44f38-67600-beb01-02b00\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3876,\"Tax\":1624.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":211,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":5500.8,\"PublishedFare\":5256,\"PublishedFarePerPax\":5256,\"OfferedFare\":4960.62,\"CommissionEarned\":540.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.43,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6407312275_51HYDBLRUK806BLRBOMUK858_11326207034466\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":540.18,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1624.8,\"BaseFareCal\":5005.62,\"BaseFare\":3876,\"CommissionEarned\":540.18,\"TDS\":-28.43,\"MF\":10,\"YQ\":0,\"AGST\":211,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04U\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-04-26T07:15\",\"SegFlightNumber\":\"UK-806\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-26T06:05\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":1405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"07:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"23h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-27T08:20\",\"SegFlightNumber\":\"UK-858\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-04-27T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-04-23 14:17:57'),(463,'f3578-2fd62-734d0-623f2','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":51,\"FlightNumber\":\"3044\",\"SegFlightNumberArr\":\"UA-3044, UA-3556 +1\",\"AirlineName\":\"United Airlines\",\"AirlineCode\":\"UA\",\"OrFlightNumber\":\"UA-3044\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"AirlineSysId\":\"523\",\"DepartureTime\":\"02:00\",\"ArrivalTime\":\"14:42\",\"TravelDate\":\"2023-04-25T02:00\",\"LocalFromTime\":\"2023-04-25 02:00\",\"FromUTCTime\":\"2023-04-25T02:00\",\"LocalToTime\":\"2023-04-25 14:42\",\"ToUTCTime\":\"2023-04-25T14:42\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"Newark\",\"GroundTime\":230,\"LAYOVERDuration\":\"3h 50m\",\"FlyingMinutes\":2050,\"DepartureDateTxt\":\"Tue, 25 Apr\",\"ArrivalDateTxt\":\"Tue, 25 Apr\",\"FlightDuration\":\"22h 12m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"27530\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"YYZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},\"destination\":{\"FlightNumber\":\"42\",\"SegFlightNumberArr\":\"AC-42\",\"AirlineName\":\"Air Canada\",\"AirlineCode\":\"AC\",\"DeFlightNumber\":\"AC-42\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"AirlineSysId\":\"27\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2023-07-01T20:10\",\"LocalFromTime\":\"2023-07-01 20:10\",\"FromUTCTime\":\"2023-07-01T20:10\",\"LocalToTime\":\"2023-07-02 20:50\",\"ToUTCTime\":\"2023-07-02T20:50\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":910,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sun, 02 Jul\",\"FlightDuration\":\"15h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"27530\",\"SourceAirportCode\":\"YYZ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AC.gif\"},\"AirlineName\":\"Air Canada\",\"PublishedFare\":142669.24,\"PublishedFareTxt\":\"142,669\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":89145,\"Tax\":54624.6,\"YQTax\":40546,\"OtherCharges\":7570,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":6485,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":143769.6,\"PublishedFare\":142670,\"PublishedFarePerPax\":142670,\"OfferedFare\":142079.24,\"CommissionEarned\":1690.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-88.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":54624.6,\"BaseFareCal\":142169.24,\"BaseFare\":89145,\"CommissionEarned\":1690.36,\"TDS\":-88.97,\"MF\":20,\"YQ\":40546,\"AGST\":6485,\"MFT\":3.6,\"OT\":7570,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02L\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Newark Liberty Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Newark\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"EWR\",\"destinationArrTime\":\"2023-04-25T09:10\",\"SegFlightNumber\":\"UA-3044\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-25T02:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":1000,\"GroundTime\":230,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"02:00\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"16h 40m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Newark\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Newark Liberty Intl Arpt\",\"destinationAirportName\":\"Lester B Pearson Intl\",\"originCityName\":\"Newark\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Toronto\",\"destinationCountryName\":\"Canada\",\"destinationAirportCode\":\"YYZ\",\"destinationArrTime\":\"2023-04-25T14:42\",\"SegFlightNumber\":\"UA-3556\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"S\",\"originAirportCode\":\"EWR\",\"originDepTime\":\"2023-04-25T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":102,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:42\",\"FlightDuration\":\"1h 42m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal C\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Lester B Pearson Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Toronto\",\"originCountryName\":\"Canada\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-02T20:50\",\"SegFlightNumber\":\"AC-42\",\"AirlineCode\":\"AC\",\"AirlineName\":\"Air Canada\",\"FareClass\":\"S\",\"originAirportCode\":\"YYZ\",\"originDepTime\":\"2023-07-01T20:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":910,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"15h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AC.gif\"}],\"DepartureTime\":\"20:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"keyIndex\":51,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":51,\"FlightNumber\":\"3044\",\"SegFlightNumberArr\":\"UA-3044, UA-3556 +1\",\"AirlineName\":\"United Airlines\",\"AirlineCode\":\"UA\",\"OrFlightNumber\":\"UA-3044\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"AirlineSysId\":\"523\",\"DepartureTime\":\"02:00\",\"ArrivalTime\":\"14:42\",\"TravelDate\":\"2023-04-25T02:00\",\"LocalFromTime\":\"2023-04-25 02:00\",\"FromUTCTime\":\"2023-04-25T02:00\",\"LocalToTime\":\"2023-04-25 14:42\",\"ToUTCTime\":\"2023-04-25T14:42\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"Newark\",\"GroundTime\":230,\"LAYOVERDuration\":\"3h 50m\",\"FlyingMinutes\":2050,\"DepartureDateTxt\":\"Tue, 25 Apr\",\"ArrivalDateTxt\":\"Tue, 25 Apr\",\"FlightDuration\":\"22h 12m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"27530\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"YYZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},\"destination\":{\"FlightNumber\":\"42\",\"SegFlightNumberArr\":\"AC-42\",\"AirlineName\":\"Air Canada\",\"AirlineCode\":\"AC\",\"DeFlightNumber\":\"AC-42\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"AirlineSysId\":\"27\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2023-07-01T20:10\",\"LocalFromTime\":\"2023-07-01 20:10\",\"FromUTCTime\":\"2023-07-01T20:10\",\"LocalToTime\":\"2023-07-02 20:50\",\"ToUTCTime\":\"2023-07-02T20:50\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":910,\"DepartureDateTxt\":\"Sat, 01 Jul\",\"ArrivalDateTxt\":\"Sun, 02 Jul\",\"FlightDuration\":\"15h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"27530\",\"SourceAirportCode\":\"YYZ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AC.gif\"},\"AirlineName\":\"Air Canada\",\"PublishedFare\":142669.24,\"PublishedFareTxt\":\"142,669\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":89145,\"Tax\":54624.6,\"YQTax\":40546,\"OtherCharges\":7570,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":6485,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":143769.6,\"PublishedFare\":142670,\"PublishedFarePerPax\":142670,\"OfferedFare\":142079.24,\"CommissionEarned\":1690.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-88.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8803024019_51DELEWRUA3044EWRYYZUA3556YYZDELAC42_82574667957944\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":2,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":54624.6,\"BaseFareCal\":142169.24,\"BaseFare\":89145,\"CommissionEarned\":1690.36,\"TDS\":-88.97,\"MF\":20,\"YQ\":40546,\"AGST\":6485,\"MFT\":3.6,\"OT\":7570,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\"}],\"IsMealIncludes\":null,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7Kg\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Newark Liberty Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Newark\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"EWR\",\"destinationArrTime\":\"2023-04-25T09:10\",\"SegFlightNumber\":\"UA-3044\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-25T02:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":1000,\"GroundTime\":230,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"02:00\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"16h 40m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Newark\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Newark Liberty Intl Arpt\",\"destinationAirportName\":\"Lester B Pearson Intl\",\"originCityName\":\"Newark\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Toronto\",\"destinationCountryName\":\"Canada\",\"destinationAirportCode\":\"YYZ\",\"destinationArrTime\":\"2023-04-25T14:42\",\"SegFlightNumber\":\"UA-3556\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"S\",\"originAirportCode\":\"EWR\",\"originDepTime\":\"2023-04-25T13:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":102,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"14:42\",\"FlightDuration\":\"1h 42m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal C\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Lester B Pearson Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Toronto\",\"originCountryName\":\"Canada\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-02T20:50\",\"SegFlightNumber\":\"AC-42\",\"AirlineCode\":\"AC\",\"AirlineName\":\"Air Canada\",\"FareClass\":\"S\",\"originAirportCode\":\"YYZ\",\"originDepTime\":\"2023-07-01T20:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"1  Piece\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":910,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"15h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AC.gif\"}],\"DepartureTime\":\"20:10\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"f3578-2fd62-734d0-623f2\",\"keyIndex\":51,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"02N\"}]}],\"FlightBookingDataInbound\":null}','2023-04-24 06:25:56'),(465,'9575d-24f7d-61f0c-9c7cc','{\"FlightBookingData\":[{\"bookingId\":\"BKR116262017328\",\"bookingId_TJ\":\"TJ116262017328\",\"FlightNumber\":\"TR-658\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-20T07:50\",\"LocalFromTime\":\"2023-05-20 07:50\",\"FromUTCTime\":\"2023-05-20T07:50\",\"LocalToTime\":\"2023-05-20 08:25\",\"ToUTCTime\":\"2023-05-20T08:25\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 20 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"0h 35m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":18,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10060.98,\"PublishedFareTxt\":\"10,061\",\"ApiResultIndex\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"FareRuleDetails\":{\"fareRule\":{\"SIN-HKT\":{\"fr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6018.24,\"Tax\":4042.74,\"YQTax\":0,\"OtherCharges\":4030.94,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10060.98,\"PublishedFare\":10060.98,\"OfferedFare\":10060.98,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"6-0305805240_0SINHKTTR658_15283915350774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4042.74,\"BaseFareCal\":10060.98,\"BaseFare\":6018.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4030.94,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10060.98,\"CostToCustomer\":10060.98,\"BaseFareCal\":10060.98,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10060.98,\"intOfferedFare\":10060.98,\"intPublishFare\":10060.98,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"604\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-20T08:25\",\"SegFlightNumber\":\"TR-658\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-05-20T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG20\",\"Price\":1880.7,\"amount\":1880.7,\"Weight\":\"Baggage 20 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG25\",\"Price\":2194.15,\"amount\":2194.15,\"Weight\":\"Baggage 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG30\",\"Price\":2570.29,\"amount\":2570.29,\"Weight\":\"Baggage 30 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG35\",\"Price\":3009.12,\"amount\":3009.12,\"Weight\":\"Baggage 35 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BG40\",\"Price\":3510.64,\"amount\":3510.64,\"Weight\":\"Baggage 40 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS04\",\"Price\":376.14,\"amount\":376.14,\"Description\":\"Ciabbatta with Chicken Fillet, Edam Cheese and Lettuce\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS05\",\"Price\":626.9,\"amount\":626.9,\"Description\":\"French Baguette with Grilled Vegetables and Smoked Mayo\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS90\",\"Price\":940.35,\"amount\":940.35,\"Description\":\"Snack Pack\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS03\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Wholemeal Tortilla with Quinoa & Marinated Mixed Capsicum\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS02\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Wasabi Prawn Wrap\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MS01\",\"Price\":1034.38,\"amount\":1034.38,\"Description\":\"Chicken Ham and Cheese Croissants\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VJML\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Vegetable Briyani\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGML\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Vegan Lasagne Delight\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH05\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Fried Rice with Crabstick\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH04\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Miso Chicken with Pearl Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH03\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Beef and Macaroni Stew\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH02\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Oriental Treasure Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MH01\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Briyani\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC05\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Roasted Chicken Thigh with Herbs de Provence\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC04\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Stewed Beef Brisket with Fried Hor Fun\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC03\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Chicken Pepper Korma\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC02\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Soya Chicken Rice with Pak Chye\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"MC01\",\"Price\":1159.76,\"amount\":1159.76,\"Description\":\"Nasi Lemak with Chicken Rendang\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CAK1\",\"Price\":1818.01,\"amount\":1818.01,\"Description\":\"Celebration Cake combo with non-Alcoholic drinks\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CAK2\",\"Price\":2256.84,\"amount\":2256.84,\"Description\":\"Celebration Cake combo with Alcoholic Drinks\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-24T15:09:02.788\",\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116262017328\",\"bookingId_TJ\":\"TJ116262017328\",\"FlightNumber\":\"TR-658\",\"AirlineName\":\"Scoot\",\"AirlineCode\":\"TR\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"AirlineSysId\":\"501\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-20T07:50\",\"LocalFromTime\":\"2023-05-20 07:50\",\"FromUTCTime\":\"2023-05-20T07:50\",\"LocalToTime\":\"2023-05-20 08:25\",\"ToUTCTime\":\"2023-05-20T08:25\",\"IsDirect\":0,\"FareClass\":\"E1\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 20 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"0h 35m\",\"SourcePlaceSysId\":25278,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"SIN\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":18,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10060.98,\"ApiResultIndex\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\",\"SearchFlightTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-24T15:09:02.788\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6018.24,\"Tax\":4042.74,\"YQTax\":0,\"OtherCharges\":4030.94,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10060.98,\"PublishedFare\":10060.98,\"OfferedFare\":10060.98,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4042.74,\"BaseFareCal\":10060.98,\"BaseFare\":6018.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4030.94,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"604\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-20T08:25\",\"SegFlightNumber\":\"TR-658\",\"AirlineCode\":\"TR\",\"AirlineName\":\"Scoot\",\"FareClass\":\"E1\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2023-05-20T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TR.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"6-0305805240_0SINHKTTR658_8626708246134\",\"localFromDateTime\":\"2023-05-20 07:50\",\"localToDateTime\":\"2023-05-20 08:25\",\"strSourceAirportCode\":\"SIN\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":25278,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"87\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"10\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"87\"]},\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"10\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1957-04-19\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-24-15-08-20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"k8777888\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-04-15\",\"passporIssue\":\"2020-04-16\",\"CustomerMemberSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"10\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1957-04-19\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-24-15-08-20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"k8777888\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-04-15\",\"passporIssue\":\"2020-04-16\",\"apiTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"modified\":\"2023-04-24-15-08-20\",\"created\":\"2023-04-24-15-08-20\",\"CustomerMemberSysId\":\"29\"}],\"CustomerSysId\":\"10\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_customer\":[[\"87\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Singapore\",\"mytrip_city_to\":\"Phuket\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"SIN\",\"ContSysId_1\":\"190\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"20\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" SG - Changi Intl Arpt SIN\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"SIN\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"SIN\",\"to\":\"HKT\",\"sourceCityText\":\"Singapore, SG - Changi Intl Arpt SIN, Singapore\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":25278,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"PreferredAirline\":null,\"from_city_\":\"1__SIN-HKT\"},\"genrateFlightQuery\":[],\"sessionData\":{\"CustomerSysId\":\"10\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"87\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"38124\",\"Salutation\":\"1\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"CountryCode\":\"91\",\"MobileNo\":\"9989613151\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"10\",\"EmailId\":\"mohit@leisuretravelshope.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9989613151\",\"FirstName\":\"MOHIT\",\"LastName\":\"SONI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1957-04-19\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-24-15-08-20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"k8777888\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-04-15\",\"passporIssue\":\"2020-04-16\",\"apiTraceId\":\"9575d-24f7d-61f0c-9c7cc\",\"modified\":\"2023-04-24-15-08-20\",\"created\":\"2023-04-24-15-08-20\",\"MobileNo\":\"9989613151\",\"B2B\":false}]}','2023-04-24 15:08:20'),(469,'182a0-eb563-2e900-d3bca','{\"BookingData\":[{\"bookingId\":\"BKR106462153763\",\"bookingId_TJ\":\"TJ106462153763\",\"FlightNumber\":\"UK-874\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-04-29T08:30\",\"LocalFromTime\":\"2023-04-29 08:30\",\"FromUTCTime\":\"2023-04-29T08:30\",\"LocalToTime\":\"2023-04-29 23:55\",\"ToUTCTime\":\"2023-04-29T23:55\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":760,\"LAYOVERDuration\":\"12h 40m\",\"FlyingMinutes\":925,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"15h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6129.8,\"PublishedFareTxt\":\"6,130\",\"ApiResultIndex\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-AMD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":183.75,\"CCF\":50,\"CCFT\":9,\"ACF\":3675}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4475,\"Tax\":1654.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":241,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":6129.8,\"PublishedFare\":5877.14,\"OfferedFare\":5582.14,\"CommissionEarned\":547.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7692952520_0HYDBOMUK874BOMAMDUK919_33464809985161\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":547.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1654.8,\"BaseFareCal\":5627.14,\"BaseFare\":4475,\"CommissionEarned\":547.66,\"TDS\":-28.82,\"MF\":10,\"YQ\":0,\"AGST\":241,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":547.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5877.14,\"CostToCustomer\":5877.14,\"BaseFareCal\":5627.14,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5627.14,\"intOfferedFare\":5582.14,\"intPublishFare\":6129.8,\"TripjackMarkup\":0,\"TripjackCommission\":547.66,\"TripjackTDS\":\"28.82\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":547.66,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"88\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-29T10:05\",\"SegFlightNumber\":\"UK-874\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":760,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"12h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"89\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-04-29T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-29T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"182a0-eb563-2e900-d3bca\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-25T21:42:07.644\",\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-04-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106462153763\",\"bookingId_TJ\":\"TJ106462153763\",\"FlightNumber\":\"UK-874\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-04-29T08:30\",\"LocalFromTime\":\"2023-04-29 08:30\",\"FromUTCTime\":\"2023-04-29T08:30\",\"LocalToTime\":\"2023-04-29 23:55\",\"ToUTCTime\":\"2023-04-29T23:55\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":760,\"LAYOVERDuration\":\"12h 40m\",\"FlyingMinutes\":925,\"DepartureDateTxt\":\"Sat, 29 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"15h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6129.8,\"ApiResultIndex\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"182a0-eb563-2e900-d3bca\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-25T21:42:07.644\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4475,\"Tax\":1654.8,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":241,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":6129.8,\"PublishedFare\":5877.14,\"OfferedFare\":5582.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1654.8,\"BaseFareCal\":5627.14,\"BaseFare\":4475,\"CommissionEarned\":547.66,\"TDS\":-28.82,\"MF\":10,\"YQ\":0,\"AGST\":241,\"MFT\":1.8,\"OT\":1062,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"88\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-04-29T10:05\",\"SegFlightNumber\":\"UK-874\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":760,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"12h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"89\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-04-29T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-04-29T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-7692952520_84HYDBOMUK874BOMAMDUK919_33786788520639\",\"localFromDateTime\":\"2023-04-29 08:30\",\"localToDateTime\":\"2023-04-29 23:55\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Ahmedabad\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"29\\/04\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"HYD\",\"to\":\"AMD\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":12538,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/04\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-04-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"182a0-eb563-2e900-d3bca\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-AMD\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Ahmedabad&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=AMD&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Ahmedabad%2C+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD%2C+India&departure_date=29%2F04%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"pavanvarma9346@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9346319064\",\"FirstName\":\"Pavan\",\"LastName\":\"Varma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-25-21-42-57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"35\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"674748\",\"TPSysId\":\"674749\",\"VersionId\":[\"197039\"],\"CustomerSysId\":\"381544\",\"TrxId\":\"55451\",\"FareBreakdownid\":[\"376109\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"88\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"35\",\"CustomerMemSysId\":[\"35\"],\"flight_booking_id\":[\"88\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"88\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5877.139999999999},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"381544\",\"TPSysId\":\"674749\",\"MasterTPSysId\":\"674748\",\"ProposalID\":\"674749\\/V1\",\"InvoiceDate\":\"2023-04-25\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-25\",\"PaymentDate\":\"2023-04-25\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5787.139999999999,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5877.139999999999,\"TotalDueAmount\":0,\"InvoiceValue\":5877.139999999999,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-AMD-Vistara UK-874\",\"ItemQty\":1,\"ItemRates\":5287.139999999999,\"Total\":5287.139999999999,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5877.139999999999,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":5787.139999999999,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-25 21:43:30'),(471,'5010d-e3d6f-1a345-24600','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6296\",\"keyIndex\":156,\"SegFlightNumberArr\":\"6E-6296 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7390304727_0HYDPNQ6E6296PNQAMD6E819_37598895683842\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-04-26T01:45\",\"LocalFromTime\":\"2023-04-26 01:45\",\"FromUTCTime\":\"2023-04-26T01:45\",\"LocalToTime\":\"2023-04-26 06:05\",\"ToUTCTime\":\"2023-04-26T06:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Pune\",\"GroundTime\":115,\"LAYOVERDuration\":\"1h 55m\",\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Wed, 26 Apr\",\"ArrivalDateTxt\":\"Wed, 26 Apr\",\"FlightDuration\":\"4h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"296\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10996,\"PublishedFareTxt\":\"10,995\",\"ApiResultIndex\":\"5-7390304727_0HYDPNQ6E6296PNQAMD6E819_37598895682154\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5010d-e3d6f-1a345-24600\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9100,\"Tax\":1686.8,\"YQTax\":0,\"OtherCharges\":1675,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10786.8,\"PublishedFare\":10996,\"PublishedFarePerPax\":10996,\"OfferedFare\":10700.35,\"CommissionEarned\":86.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7390304727_0HYDPNQ6E6296PNQAMD6E819_37598895683842\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":86.45,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1686.8,\"BaseFareCal\":10745.35,\"BaseFare\":9100,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1675,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"01V\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-04-26T02:50\",\"SegFlightNumber\":\"6E-6296\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-04-26T01:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":115,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"01:45\",\"strArrivalDtTime\":\"02:50\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"1h 55m\",\"LAYOVERCity\":\"Pune\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-04-26T06:05\",\"SegFlightNumber\":\"6E-819\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-04-26T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-04-25 21:56:34'),(473,'be2c4-18868-0aad3-1b07d','{\"FlightBookingData\":[{\"bookingId\":\"DMC119362289874\",\"bookingId_TJ\":\"TJ119362289874\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"be2c4-18868-0aad3-1b07d\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-05-03T01:10\",\"LocalFromTime\":\"2023-05-03 01:10\",\"FromUTCTime\":\"2023-05-03T01:10\",\"LocalToTime\":\"2023-05-03 06:15\",\"ToUTCTime\":\"2023-05-03T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Wed, 03 May\",\"ArrivalDateTxt\":\"Wed, 03 May\",\"FlightDuration\":\"05h 05m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"56,603\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":24910,\"Tax\":31623.6,\"YQTax\":18360,\"OtherCharges\":9354,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":2246,\"CarrierMiscFee\":1640,\"MUFee\":0,\"intPublishedFare\":56533.6,\"PublishedFare\":56602.6,\"PublishedFareAgent\":56602.6,\"OfferedFareAgent\":56602.6,\"OfferedFare\":56248.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-9762206985_0HYDBKKTG330_173535726855788\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":56602.6,\"CostToAgent\":56602.6,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31623.6,\"TotalBaseFare\":56533.6,\"BaseFareCal\":56302.6,\"BaseFare\":24910,\"CommissionEarned\":285,\"TDS\":0,\"MF\":20,\"YQ\":18360,\"AGST\":2246,\"MFT\":3.6,\"OT\":9354,\"MU\":0,\"YR\":1640,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":56602.6,\"CostToAgent\":56602.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":56602.6,\"CostToCustomer\":56602.6,\"BaseFareCal\":56302.6,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":56302.6,\"intOfferedFare\":56248.6,\"intPublishFare\":56533.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":56602.6,\"CostToAgent\":56602.6,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-03T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-03T01:10\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":215,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-02 12:00\",\"localToDateTime\":\"2023-05-07 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"InternationalData\":{\"bookingId\":\"DMC119362289874\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"strTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-05-03T01:10\",\"LocalFromTime\":\"2023-05-03 01:10\",\"FromUTCTime\":\"2023-05-03T01:10\",\"LocalToTime\":\"2023-05-03 06:15\",\"ToUTCTime\":\"2023-05-03T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Wed, 03 May\",\"ArrivalDateTxt\":\"Wed, 03 May\",\"FlightDuration\":\"05h 05m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":56695.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":49820,\"Tax\":63270.799999999996,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":56557.2,\"PublishedFare\":56695.2,\"PublishedFareAgent\":56695.2,\"OfferedFareAgent\":56695.2,\"OfferedFare\":-522.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":56695.2,\"CostToAgent\":56695.2,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31647.199999999997,\"TotalBaseFare\":56557.2,\"BaseFareCal\":56095.2,\"BaseFare\":24910,\"CommissionEarned\":570,\"TDS\":0,\"MF\":40,\"YQ\":18360,\"AGST\":2246,\"MFT\":7.2,\"OT\":9354,\"MU\":0,\"YR\":1640,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":56695.2,\"CostToAgent\":56695.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"997\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-03T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-03T01:10\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":215,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"998\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-08T22:10\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"localFromDateTime\":\"2023-05-03 01:10\",\"localToDateTime\":\"2023-05-03 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC119362289874\",\"bookingId_TJ\":\"TJ119362289874\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"be2c4-18868-0aad3-1b07d\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-05-08T22:10\",\"LocalFromTime\":\"2023-05-08 22:10\",\"FromUTCTime\":\"2023-05-08T22:10\",\"LocalToTime\":\"2023-05-09 00:10\",\"ToUTCTime\":\"2023-05-09T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Mon, 08 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"56,695\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":0,\"Tax\":23.6,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23.6,\"PublishedFare\":92.60000000000002,\"PublishedFareAgent\":92.60000000000002,\"OfferedFareAgent\":92.60000000000002,\"OfferedFare\":-261.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-9762206985_1BKKHYDTG329_173535727757303\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":92.60000000000002,\"CostToAgent\":92.60000000000002,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":23.6,\"TotalBaseFare\":23.6,\"BaseFareCal\":-207.39999999999998,\"BaseFare\":0,\"CommissionEarned\":285,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":92.60000000000002,\"CostToAgent\":92.60000000000002,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":92.60000000000002,\"CostToCustomer\":92.60000000000002,\"BaseFareCal\":-207.39999999999998,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":-207.39999999999998,\"intOfferedFare\":-261.4,\"intPublishFare\":23.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":92.60000000000002,\"CostToAgent\":92.60000000000002,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"998\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-08T22:10\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-02 12:00\",\"localToDateTime\":\"2023-05-07 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-9762206985_87HYDBKKTG330BKKHYDTG329_12550913782390\",\"SearchTraceId\":\"be2c4-18868-0aad3-1b07d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (DMK)\"],\"departure_date\":[\"03\\/05\\/2023\"],\"return_date\":[\"08\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" BKK\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (DMK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-05-03\"],\"strReturnDate\":[\"2023-05-08\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"be2c4-18868-0aad3-1b07d\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/05\\/2023\"],\"return_dates\":[\"08\\/05\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 May Wed\"],\"ReturnDateMobile\":[\"08 May Mon\"],\"SearchTime\":\"2023-04-27 11:52:10\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 11:53:20'),(475,'8e432-f0c74-665ba-6bd6d','{\"FlightBookingData\":[{\"bookingId\":\"DMC112462290717\",\"bookingId_TJ\":\"TJ112462290717\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8e432-f0c74-665ba-6bd6d\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"32,982\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20775.02,\"Tax\":11853.16,\"YQTax\":0,\"OtherCharges\":11829.56,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32628.18,\"PublishedFare\":32982.18,\"PublishedFareAgent\":32982.18,\"OfferedFareAgent\":32982.18,\"OfferedFare\":32628.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4054243903_0HYDDMKDD959DMKHKTDD522_4739457497979\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32982.18,\"CostToAgent\":32982.18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11853.16,\"TotalBaseFare\":32628.18,\"BaseFareCal\":32682.18,\"BaseFare\":20775.02,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11829.56,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32982.18,\"CostToAgent\":32982.18,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":63933.53,\"oldFare\":63933.52,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":32982.18,\"CostToCustomer\":32982.18,\"BaseFareCal\":32682.18,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":32682.18,\"intOfferedFare\":32628.18,\"intPublishFare\":32628.18,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32982.18,\"CostToAgent\":32982.18,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"15\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"16\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC112462290717\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":64641.54,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":62325.06,\"Tax\":34236.66,\"YQTax\":0,\"OtherCharges\":21013.48,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":63933.54,\"PublishedFare\":64641.54,\"PublishedFareAgent\":64641.54,\"OfferedFareAgent\":64641.54,\"OfferedFare\":62610.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64641.54,\"CostToAgent\":64641.54,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":22383.5,\"TotalBaseFare\":63933.54,\"BaseFareCal\":64041.54,\"BaseFare\":41550.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":22336.3,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64641.54,\"CostToAgent\":64641.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"15\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"16\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],[{\"segmentid\":\"17\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"18\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"localFromDateTime\":\"2023-05-17 00:45\",\"localToDateTime\":\"2023-05-17 10:40\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC112462290717\",\"bookingId_TJ\":\"TJ112462290717\",\"FlightNumber\":\"DD-527\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8e432-f0c74-665ba-6bd6d\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-25T15:45\",\"LocalFromTime\":\"2023-05-25 15:45\",\"FromUTCTime\":\"2023-05-25T15:45\",\"LocalToTime\":\"2023-05-25 23:45\",\"ToUTCTime\":\"2023-05-25T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"08h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"64,642\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20775.02,\"Tax\":10530.34,\"YQTax\":0,\"OtherCharges\":10506.74,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31305.36,\"PublishedFare\":31659.36,\"PublishedFareAgent\":31659.36,\"OfferedFareAgent\":31659.36,\"OfferedFare\":31305.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4054243903_1HKTDMKDD527DMKHYDDD958_4739458280823\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31659.36,\"CostToAgent\":31659.36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":10530.34,\"TotalBaseFare\":31305.36,\"BaseFareCal\":31359.36,\"BaseFare\":20775.02,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10506.74,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31659.36,\"CostToAgent\":31659.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":31659.36,\"CostToCustomer\":31659.36,\"BaseFareCal\":31359.36,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":31359.36,\"intOfferedFare\":31305.36,\"intPublishFare\":31305.36,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31659.36,\"CostToAgent\":31659.36,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"17\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"18\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-4054243903_188HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_45661324714539\",\"SearchTraceId\":\"8e432-f0c74-665ba-6bd6d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Phuket (HKT)\",\"DEL\"],\"departure_date\":[\"17\\/05\\/2023\",\"\"],\"return_date\":[\"25\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"HKT\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" TH - Phuket Intl Airport (HKT)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Phuket (HKT)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-17\"],\"strReturnDate\":[\"2023-05-25\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[21319],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"8e432-f0c74-665ba-6bd6d\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"HKT\"],\"from\":[\"HYD\"],\"to\":[\"HKT\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/05\\/2023\",\"\"],\"return_dates\":[\"25\\/05\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 May Wed\"],\"ReturnDateMobile\":[\"25 May Thu\"],\"SearchTime\":\"2023-04-27 11:57:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 12:00:07'),(477,'2d3e3-db28f-0be9b-c20cf','{\"FlightBookingData\":[{\"bookingId\":\"DMC115162292229\",\"bookingId_TJ\":\"TJ115162292229\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"2d3e3-db28f-0be9b-c20cf\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-0593826257_96HYDDMKDD959_7589448152200\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-03T00:45\",\"LocalFromTime\":\"2023-05-03 00:45\",\"FromUTCTime\":\"2023-05-03T00:45\",\"LocalToTime\":\"2023-05-03 06:05\",\"ToUTCTime\":\"2023-05-03T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Wed, 03 May\",\"ArrivalDateTxt\":\"Wed, 03 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"21,274\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-0593826257_96HYDDMKDD959_7589448152200\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11525.44,\"Tax\":9394.96,\"YQTax\":0,\"OtherCharges\":9371.36,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20920.4,\"PublishedFare\":21274.4,\"PublishedFareAgent\":21274.4,\"OfferedFareAgent\":21274.4,\"OfferedFare\":20920.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-0593826257_0HYDDMKDD959_49383440468745\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21274.4,\"CostToAgent\":21274.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9394.96,\"TotalBaseFare\":20920.4,\"BaseFareCal\":20974.4,\"BaseFare\":11525.44,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9371.36,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21274.4,\"CostToAgent\":21274.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":21274.4,\"CostToCustomer\":21274.4,\"BaseFareCal\":20974.4,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":20974.4,\"intOfferedFare\":20920.4,\"intPublishFare\":20920.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21274.4,\"CostToAgent\":21274.4,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"691\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-03T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-03T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-0593826257_96HYDDMKDD959_7589448152200\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-2-15-10-0593826257_96HYDDMKDD959_7589448152200\",\"SearchTraceId\":\"2d3e3-db28f-0be9b-c20cf\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (DMK)\"],\"departure_date\":[\"03\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (DMK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-05-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"2d3e3-db28f-0be9b-c20cf\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/05\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 May Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-27 12:11:29\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 12:12:35'),(479,'c0d5d-a8ee3-cc677-b2110','{\"FlightBookingData\":[{\"bookingId\":\"DMC117762292452\",\"bookingId_TJ\":\"TJ117762292452\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c0d5d-a8ee3-cc677-b2110\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-4973333772_16BKKHYDTG329_3770102235153\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-05-08T22:10\",\"LocalFromTime\":\"2023-05-08 22:10\",\"FromUTCTime\":\"2023-05-08T22:10\",\"LocalToTime\":\"2023-05-09 00:10\",\"ToUTCTime\":\"2023-05-09T00:10\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Mon, 08 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"2266\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"34,925\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-4973333772_16BKKHYDTG329_3770102235153\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20430,\"Tax\":14425.6,\"YQTax\":9180,\"OtherCharges\":3582,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":1640,\"MUFee\":0,\"intPublishedFare\":34855.6,\"PublishedFare\":34924.6,\"PublishedFareAgent\":34924.6,\"OfferedFareAgent\":34924.6,\"OfferedFare\":34570.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-4973333772_0BKKHYDTG329_3442603709184\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":34924.6,\"CostToAgent\":34924.6,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14425.6,\"TotalBaseFare\":34855.6,\"BaseFareCal\":34624.6,\"BaseFare\":20430,\"CommissionEarned\":285,\"TDS\":0,\"MF\":20,\"YQ\":9180,\"AGST\":0,\"MFT\":3.6,\"OT\":3582,\"MU\":0,\"YR\":1640,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":34924.6,\"CostToAgent\":34924.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":34924.6,\"CostToCustomer\":34924.6,\"BaseFareCal\":34624.6,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":34624.6,\"intOfferedFare\":34570.6,\"intPublishFare\":34855.6,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":34924.6,\"CostToAgent\":34924.6,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"993\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"S\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-08T22:10\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":210,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-4973333772_16BKKHYDTG329_3770102235153\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BKK-HYD\":{\"fr\":{\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"policyInfo\":\"CANCELLATION Not Available\"},\"AFTER_DEPARTURE\":{\"policyInfo\":\"CANCELLATION Not Available\"}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"policyInfo\":\"CHANGE Not Available\"},\"AFTER_DEPARTURE\":{\"policyInfo\":\"CHANGE Not Available\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"2266\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"32-27-21-20-12-2-15-10-4973333772_16BKKHYDTG329_3770102235153\",\"SearchTraceId\":\"c0d5d-a8ee3-cc677-b2110\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bangkok (DMK)\",\"Sectors\"],\"to_des\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"08\\/05\\/2023\",\"\"],\"source_city\":[\"DMK\"],\"ContSysId\":[\"215\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Bangkok (DMK)\",\"Sectors\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[2266],\"intCountryCode\":\"TH\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c0d5d-a8ee3-cc677-b2110\",\"sourceCityAirportCode\":[\"DMK\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"DMK\"],\"to\":[\"HYD\"],\"sourceCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/05\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 May Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-27 12:13:54\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BKK-HYD\":{\"fr\":{\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"policyInfo\":\"CANCELLATION Not Available\"},\"AFTER_DEPARTURE\":{\"policyInfo\":\"CANCELLATION Not Available\"}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"policyInfo\":\"CHANGE Not Available\"},\"AFTER_DEPARTURE\":{\"policyInfo\":\"CHANGE Not Available\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 12:14:29'),(481,'e0be7-7cea9-8ab09-84a25','{\"FlightBookingData\":[{\"bookingId\":\"DMC113862299935\",\"bookingId_TJ\":\"TJ113862299935\",\"FlightNumber\":\"6E-1074\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e0be7-7cea9-8ab09-84a25\",\"apiTraceId\":\"5-0193505940_0HKTDEL6E1074DELHYD6E2371_8961800364673\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"23:40\",\"TravelDate\":\"2023-05-25T13:30\",\"LocalFromTime\":\"2023-05-25 13:30\",\"FromUTCTime\":\"2023-05-25T13:30\",\"LocalToTime\":\"2023-05-25 23:40\",\"ToUTCTime\":\"2023-05-25T23:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":290,\"LAYOVERDuration\":\"4h 50m\",\"FlyingMinutes\":700,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"10h 10m\",\"SourcePlaceSysId\":\"21319\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"30,645\",\"ApiResultIndex\":\"5-0193505940_0HKTDEL6E1074DELHYD6E2371_8961800364673\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":27000,\"Tax\":3739.6,\"YQTax\":0,\"OtherCharges\":3716,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30739.6,\"PublishedFare\":30644.72,\"PublishedFareAgent\":30644.72,\"OfferedFareAgent\":30644.72,\"OfferedFare\":30290.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0193505940_0HKTDEL6E1074DELHYD6E2371_18354460522443\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":448.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":30644.72,\"CostToAgent\":30644.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3739.6,\"TotalBaseFare\":30739.6,\"BaseFareCal\":30344.72,\"BaseFare\":27000,\"CommissionEarned\":448.88,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3716,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":448.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":30644.72,\"CostToAgent\":30644.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":448.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":30644.72,\"CostToCustomer\":30644.72,\"BaseFareCal\":30344.72,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":30344.72,\"intOfferedFare\":30290.72,\"intPublishFare\":30739.6,\"TripjackMarkup\":0,\"TripjackCommission\":448.88,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":448.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":30644.72,\"CostToAgent\":30644.72,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"431\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-25T16:35\",\"SegFlightNumber\":\"6E-1074\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T13:30\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":275,\"GroundTime\":290,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"4h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPA\",\"Price\":3918,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPB\",\"Price\":7836,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPC\",\"Price\":11754,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPJ\",\"Price\":15672,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPD\",\"Price\":23508,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BEER\",\"Price\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"WHSK\",\"Price\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"432\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:40\",\"SegFlightNumber\":\"6E-2371\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T21:25\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPA\",\"Price\":3918,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPB\",\"Price\":7836,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPC\",\"Price\":11754,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPJ\",\"Price\":15672,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPD\",\"Price\":23508,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BEER\",\"Price\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"WHSK\",\"Price\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-0193505940_0HKTDEL6E1074DELHYD6E2371_8961800364673\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HKT-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"ACFT\":325,\"CCFT\":18,\"CCF\":100}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"21319\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"5-0193505940_0HKTDEL6E1074DELHYD6E2371_8961800364673\",\"SearchTraceId\":\"e0be7-7cea9-8ab09-84a25\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Phuket (HKT)\",\"Sectors\"],\"to_des\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"25\\/05\\/2023\",\"\"],\"source_city\":[\"HKT\"],\"ContSysId\":[\"215\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"from_mytrip_city\":[\" TH - Phuket Intl Airport (HKT)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Phuket (HKT)\",\"Sectors\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[21319],\"intCountryCode\":\"TH\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"e0be7-7cea9-8ab09-84a25\",\"sourceCityAirportCode\":[\"HKT\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"HKT\"],\"to\":[\"HYD\"],\"sourceCityText\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/05\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 May Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-04-27 13:16:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"BEER\",\"Price\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"WHSK\",\"Price\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPA\",\"Price\":3918,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPB\",\"Price\":7836,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPC\",\"Price\":11754,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPJ\",\"Price\":15672,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"431\",\"Code\":\"XBPD\",\"Price\":23508,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"HKT-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"ACFT\":325,\"CCFT\":18,\"CCF\":100}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 13:17:00'),(482,'5b173-7f68a-592d5-385f4','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-161\",\"keyIndex\":83,\"SegFlightNumberArr\":\"SG-161 +1\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3793910955_1IXJDELSG161DELBLRSG534_11460699244647\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"02:25\",\"TravelDate\":\"2023-04-28T14:30\",\"LocalFromTime\":\"2023-04-28 14:30\",\"FromUTCTime\":\"2023-04-28T14:30\",\"LocalToTime\":\"2023-04-29 02:25\",\"ToUTCTime\":\"2023-04-29T02:25\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":715,\"DepartureDateTxt\":\"Fri, 28 Apr\",\"ArrivalDateTxt\":\"Sat, 29 Apr\",\"FlightDuration\":\"11h 55m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9873,\"PublishedFareTxt\":\"9,872\",\"ApiResultIndex\":\"4-3793910955_1IXJDELSG161DELBLRSG534_11460699243752\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5b173-7f68a-592d5-385f4\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8528,\"Tax\":931.8,\"YQTax\":0,\"OtherCharges\":492,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9459.8,\"PublishedFare\":9873,\"PublishedFarePerPax\":9873,\"OfferedFare\":9341.2,\"CommissionEarned\":118.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3793910955_1IXJDELSG161DELBLRSG534_11460699244647\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":118.59,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":6,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":931.8,\"BaseFareCal\":9422.2,\"BaseFare\":8528,\"CommissionEarned\":118.59,\"TDS\":-6.24,\"MF\":10,\"YQ\":0,\"AGST\":428,\"MFT\":1.8,\"OT\":492,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"019\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-04-28T16:00\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-04-28T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":420,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-04-29T02:25\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-04-28T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"02:25\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-04-27 13:41:01'),(484,'c2afc-8a97e-6475f-611f8','{\"FlightBookingData\":[{\"bookingId\":\"DMC113562310208\",\"bookingId_TJ\":\"TJ113562310208\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c2afc-8a97e-6475f-611f8\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,496\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":9684.04,\"YQTax\":0,\"OtherCharges\":9660.44,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26141.9,\"PublishedFare\":26495.9,\"PublishedFareAgent\":26495.9,\"OfferedFareAgent\":26495.9,\"OfferedFare\":26141.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1660142182_0HYDDMKDD959_20198942543393\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9684.04,\"TotalBaseFare\":26141.9,\"BaseFareCal\":26195.9,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9660.44,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":51025.21,\"oldFare\":48536.76,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":26495.9,\"CostToCustomer\":26495.9,\"BaseFareCal\":26195.9,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":26195.9,\"intOfferedFare\":26141.9,\"intPublishFare\":26141.9,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"90\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC113562310208\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":51733.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":49373.58,\"Tax\":27793.520000000004,\"YQTax\":0,\"OtherCharges\":16803.68,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51025.2,\"PublishedFare\":51733.2,\"PublishedFareAgent\":51733.2,\"OfferedFareAgent\":51733.2,\"OfferedFare\":49766.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18109.480000000003,\"TotalBaseFare\":51025.2,\"BaseFareCal\":51133.2,\"BaseFare\":32915.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18062.28,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"90\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"91\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"localFromDateTime\":\"2023-05-05 00:45\",\"localToDateTime\":\"2023-05-05 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC113562310208\",\"bookingId_TJ\":\"TJ113562310208\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c2afc-8a97e-6475f-611f8\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-09T21:30\",\"LocalFromTime\":\"2023-05-09 21:30\",\"FromUTCTime\":\"2023-05-09T21:30\",\"LocalToTime\":\"2023-05-09 23:45\",\"ToUTCTime\":\"2023-05-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"51,733\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":8425.44,\"YQTax\":0,\"OtherCharges\":8401.84,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24883.3,\"PublishedFare\":25237.3,\"PublishedFareAgent\":25237.3,\"OfferedFareAgent\":25237.3,\"OfferedFare\":24883.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1660142182_1DMKHYDDD958_20198943396619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8425.44,\"TotalBaseFare\":24883.3,\"BaseFareCal\":24937.3,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8401.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":25237.3,\"CostToCustomer\":25237.3,\"BaseFareCal\":24937.3,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":24937.3,\"intOfferedFare\":24883.3,\"intPublishFare\":24883.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"91\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-1660142182_250HYDDMKDD959DMKHYDDD958_28705959421123\",\"SearchTraceId\":\"c2afc-8a97e-6475f-611f8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (DMK)\"],\"departure_date\":[\"05\\/05\\/2023\"],\"return_date\":[\"09\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" BKK\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (DMK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-05-05\"],\"strReturnDate\":[\"2023-05-09\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c2afc-8a97e-6475f-611f8\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/05\\/2023\"],\"return_dates\":[\"09\\/05\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 May Fri\"],\"ReturnDateMobile\":[\"09 May Tue\"],\"SearchTime\":\"2023-04-27 14:39:22\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 14:53:44');
INSERT INTO `tbl_temp_data` VALUES (486,'c563b-22676-f81ac-6dc22','{\"FlightBookingData\":[{\"bookingId\":\"DMC116462310782\",\"bookingId_TJ\":\"TJ116462310782\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c563b-22676-f81ac-6dc22\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,496\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":9684.04,\"YQTax\":0,\"OtherCharges\":9660.44,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26141.9,\"PublishedFare\":26495.9,\"PublishedFareAgent\":26495.9,\"OfferedFareAgent\":26495.9,\"OfferedFare\":26141.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4214632775_0HYDDMKDD959_14769464148332\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9684.04,\"TotalBaseFare\":26141.9,\"BaseFareCal\":26195.9,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9660.44,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":51025.21,\"oldFare\":51003.01,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":26495.9,\"CostToCustomer\":26495.9,\"BaseFareCal\":26195.9,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":26195.9,\"intOfferedFare\":26141.9,\"intPublishFare\":26141.9,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"611\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC116462310782\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":51733.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":49373.58,\"Tax\":27793.520000000004,\"YQTax\":0,\"OtherCharges\":16803.68,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51025.2,\"PublishedFare\":51733.2,\"PublishedFareAgent\":51733.2,\"OfferedFareAgent\":51733.2,\"OfferedFare\":49766.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18109.480000000003,\"TotalBaseFare\":51025.2,\"BaseFareCal\":51133.2,\"BaseFare\":32915.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18062.28,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"611\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"612\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"localFromDateTime\":\"2023-05-05 00:45\",\"localToDateTime\":\"2023-05-05 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC116462310782\",\"bookingId_TJ\":\"TJ116462310782\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c563b-22676-f81ac-6dc22\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-09T21:30\",\"LocalFromTime\":\"2023-05-09 21:30\",\"FromUTCTime\":\"2023-05-09T21:30\",\"LocalToTime\":\"2023-05-09 23:45\",\"ToUTCTime\":\"2023-05-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"51,733\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":8425.44,\"YQTax\":0,\"OtherCharges\":8401.84,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24883.3,\"PublishedFare\":25237.3,\"PublishedFareAgent\":25237.3,\"OfferedFareAgent\":25237.3,\"OfferedFare\":24883.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4214632775_1DMKHYDDD958_14769465008181\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8425.44,\"TotalBaseFare\":24883.3,\"BaseFareCal\":24937.3,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8401.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":25237.3,\"CostToCustomer\":25237.3,\"BaseFareCal\":24937.3,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":24937.3,\"intOfferedFare\":24883.3,\"intPublishFare\":24883.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"612\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-4214632775_250HYDDMKDD959DMKHYDDD958_16129422555780\",\"SearchTraceId\":\"c563b-22676-f81ac-6dc22\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Bangkok (DMK)\",\"DEL\"],\"departure_date\":[\"05\\/05\\/2023\",\"\"],\"return_date\":[\"09\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Bangkok (DMK)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-05\"],\"strReturnDate\":[\"2023-05-09\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c563b-22676-f81ac-6dc22\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/05\\/2023\",\"\"],\"return_dates\":[\"09\\/05\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 May Fri\"],\"ReturnDateMobile\":[\"09 May Tue\"],\"SearchTime\":\"2023-04-27 14:58:20\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 14:59:14'),(488,'4216b-66922-ac4e2-bdaf9','{\"FlightBookingData\":[{\"bookingId\":\"DMC113862312248\",\"bookingId_TJ\":\"TJ113862312248\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4216b-66922-ac4e2-bdaf9\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,496\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":9684.04,\"YQTax\":0,\"OtherCharges\":9660.44,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26141.9,\"PublishedFare\":26495.9,\"PublishedFareAgent\":26495.9,\"OfferedFareAgent\":26495.9,\"OfferedFare\":26141.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4396625366_0HYDDMKDD959_23619988209333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9684.04,\"TotalBaseFare\":26141.9,\"BaseFareCal\":26195.9,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9660.44,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":51025.21,\"oldFare\":51003.01,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":26495.9,\"CostToCustomer\":26495.9,\"BaseFareCal\":26195.9,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":26195.9,\"intOfferedFare\":26141.9,\"intPublishFare\":26141.9,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"179\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC113862312248\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":51733.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":49373.58,\"Tax\":27793.520000000004,\"YQTax\":0,\"OtherCharges\":16803.68,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51025.2,\"PublishedFare\":51733.2,\"PublishedFareAgent\":51733.2,\"OfferedFareAgent\":51733.2,\"OfferedFare\":49766.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18109.480000000003,\"TotalBaseFare\":51025.2,\"BaseFareCal\":51133.2,\"BaseFare\":32915.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18062.28,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"179\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"180\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"localFromDateTime\":\"2023-05-05 00:45\",\"localToDateTime\":\"2023-05-05 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC113862312248\",\"bookingId_TJ\":\"TJ113862312248\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4216b-66922-ac4e2-bdaf9\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-09T21:30\",\"LocalFromTime\":\"2023-05-09 21:30\",\"FromUTCTime\":\"2023-05-09T21:30\",\"LocalToTime\":\"2023-05-09 23:45\",\"ToUTCTime\":\"2023-05-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"51,733\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":8425.44,\"YQTax\":0,\"OtherCharges\":8401.84,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24883.3,\"PublishedFare\":25237.3,\"PublishedFareAgent\":25237.3,\"OfferedFareAgent\":25237.3,\"OfferedFare\":24883.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4396625366_1DMKHYDDD958_23619988796713\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8425.44,\"TotalBaseFare\":24883.3,\"BaseFareCal\":24937.3,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8401.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":25237.3,\"CostToCustomer\":25237.3,\"BaseFareCal\":24937.3,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":24937.3,\"intOfferedFare\":24883.3,\"intPublishFare\":24883.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"180\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-4396625366_250HYDDMKDD959DMKHYDDD958_14952054691695\",\"SearchTraceId\":\"4216b-66922-ac4e2-bdaf9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (DMK)\"],\"departure_date\":[\"05\\/05\\/2023\"],\"return_date\":[\"09\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" BKK\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (DMK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-05-05\"],\"strReturnDate\":[\"2023-05-09\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"4216b-66922-ac4e2-bdaf9\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/05\\/2023\"],\"return_dates\":[\"09\\/05\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 May Fri\"],\"ReturnDateMobile\":[\"09 May Tue\"],\"SearchTime\":\"2023-04-27 15:14:12\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 15:14:44'),(490,'f69b7-7baff-81d39-e0c04','{\"FlightBookingData\":[{\"bookingId\":\"DMC115062312400\",\"bookingId_TJ\":\"TJ115062312400\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f69b7-7baff-81d39-e0c04\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,496\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":9684.04,\"YQTax\":0,\"OtherCharges\":9660.44,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26141.9,\"PublishedFare\":26495.9,\"PublishedFareAgent\":26495.9,\"OfferedFareAgent\":26495.9,\"OfferedFare\":26141.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4465676452_0HYDDMKDD959_22567916120041\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9684.04,\"TotalBaseFare\":26141.9,\"BaseFareCal\":26195.9,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9660.44,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":51025.21,\"oldFare\":51003.01,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":26495.9,\"CostToCustomer\":26495.9,\"BaseFareCal\":26195.9,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":26195.9,\"intOfferedFare\":26141.9,\"intPublishFare\":26141.9,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26495.9,\"CostToAgent\":26495.9,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"84\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC115062312400\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-05T00:45\",\"LocalFromTime\":\"2023-05-05 00:45\",\"FromUTCTime\":\"2023-05-05T00:45\",\"LocalToTime\":\"2023-05-05 06:05\",\"ToUTCTime\":\"2023-05-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 05 May\",\"ArrivalDateTxt\":\"Fri, 05 May\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":51733.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":49373.58,\"Tax\":27793.520000000004,\"YQTax\":0,\"OtherCharges\":16803.68,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51025.2,\"PublishedFare\":51733.2,\"PublishedFareAgent\":51733.2,\"OfferedFareAgent\":51733.2,\"OfferedFare\":49766.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18109.480000000003,\"TotalBaseFare\":51025.2,\"BaseFareCal\":51133.2,\"BaseFare\":32915.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18062.28,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":51733.2,\"CostToAgent\":51733.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"84\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-05T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"85\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"localFromDateTime\":\"2023-05-05 00:45\",\"localToDateTime\":\"2023-05-05 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC115062312400\",\"bookingId_TJ\":\"TJ115062312400\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f69b7-7baff-81d39-e0c04\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-09T21:30\",\"LocalFromTime\":\"2023-05-09 21:30\",\"FromUTCTime\":\"2023-05-09T21:30\",\"LocalToTime\":\"2023-05-09 23:45\",\"ToUTCTime\":\"2023-05-09T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 09 May\",\"ArrivalDateTxt\":\"Tue, 09 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"51,733\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16457.86,\"Tax\":8425.44,\"YQTax\":0,\"OtherCharges\":8401.84,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24883.3,\"PublishedFare\":25237.3,\"PublishedFareAgent\":25237.3,\"OfferedFareAgent\":25237.3,\"OfferedFare\":24883.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4465676452_1DMKHYDDD958_22567916930181\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":8425.44,\"TotalBaseFare\":24883.3,\"BaseFareCal\":24937.3,\"BaseFare\":16457.86,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8401.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":25237.3,\"CostToCustomer\":25237.3,\"BaseFareCal\":24937.3,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":24937.3,\"intOfferedFare\":24883.3,\"intPublishFare\":24883.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":25237.3,\"CostToAgent\":25237.3,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"85\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-09T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-09T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-04 12:00\",\"localToDateTime\":\"2023-05-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-4465676452_250HYDDMKDD959DMKHYDDD958_24770372799776\",\"SearchTraceId\":\"f69b7-7baff-81d39-e0c04\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Bangkok (DMK)\",\"DEL\"],\"departure_date\":[\"05\\/05\\/2023\",\"\"],\"return_date\":[\"09\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Bangkok (DMK)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-05\"],\"strReturnDate\":[\"2023-05-09\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"f69b7-7baff-81d39-e0c04\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/05\\/2023\",\"\"],\"return_dates\":[\"09\\/05\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 May Fri\"],\"ReturnDateMobile\":[\"09 May Tue\"],\"SearchTime\":\"2023-04-27 15:15:50\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 15:16:17'),(492,'c7851-ac7f0-87cba-f7674','{\"FlightBookingData\":[{\"bookingId\":\"DMC110362334621\",\"bookingId_TJ\":\"TJ110362334621\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c7851-ac7f0-87cba-f7674\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"32,955\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20757.18,\"Tax\":11843.86,\"YQTax\":0,\"OtherCharges\":11820.26,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32601.04,\"PublishedFare\":32955.04,\"PublishedFareAgent\":32955.04,\"OfferedFareAgent\":32955.04,\"OfferedFare\":32601.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2482891239_0HYDDMKDD959DMKHKTDD522_29608592181903\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11843.86,\"TotalBaseFare\":32601.04,\"BaseFareCal\":32655.04,\"BaseFare\":20757.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11820.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":63879.52,\"oldFare\":63879.53,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":32955.04,\"CostToCustomer\":32955.04,\"BaseFareCal\":32655.04,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":32655.04,\"intOfferedFare\":32601.04,\"intPublishFare\":32601.04,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"917\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"918\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC110362334621\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":64587.520000000004,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":62271.54,\"Tax\":34209.04,\"YQTax\":0,\"OtherCharges\":20995.44,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":63879.520000000004,\"PublishedFare\":64587.520000000004,\"PublishedFareAgent\":64587.520000000004,\"OfferedFareAgent\":64587.520000000004,\"OfferedFare\":62556.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64587.520000000004,\"CostToAgent\":64587.520000000004,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":22365.18,\"TotalBaseFare\":63879.520000000004,\"BaseFareCal\":63987.520000000004,\"BaseFare\":41514.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":22317.98,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64587.520000000004,\"CostToAgent\":64587.520000000004,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"917\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"918\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],[{\"segmentid\":\"919\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"920\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"localFromDateTime\":\"2023-05-17 00:45\",\"localToDateTime\":\"2023-05-17 10:40\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC110362334621\",\"bookingId_TJ\":\"TJ110362334621\",\"FlightNumber\":\"DD-527\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c7851-ac7f0-87cba-f7674\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-25T15:45\",\"LocalFromTime\":\"2023-05-25 15:45\",\"FromUTCTime\":\"2023-05-25T15:45\",\"LocalToTime\":\"2023-05-25 23:45\",\"ToUTCTime\":\"2023-05-25T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"08h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"64,588\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20757.18,\"Tax\":10521.32,\"YQTax\":0,\"OtherCharges\":10497.72,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31278.48,\"PublishedFare\":31632.48,\"PublishedFareAgent\":31632.48,\"OfferedFareAgent\":31632.48,\"OfferedFare\":31278.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2482891239_1HKTDMKDD527DMKHYDDD958_29608593032421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":10521.32,\"TotalBaseFare\":31278.48,\"BaseFareCal\":31332.48,\"BaseFare\":20757.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10497.72,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":31632.48,\"CostToCustomer\":31632.48,\"BaseFareCal\":31332.48,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":31332.48,\"intOfferedFare\":31278.48,\"intPublishFare\":31278.48,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"919\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"920\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-2482891239_227HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_41816149931791\",\"SearchTraceId\":\"c7851-ac7f0-87cba-f7674\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Phuket (HKT)\",\"DEL\"],\"departure_date\":[\"17\\/05\\/2023\",\"\"],\"return_date\":[\"25\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"HKT\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" TH - Phuket Intl Airport (HKT)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Phuket (HKT)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-17\"],\"strReturnDate\":[\"2023-05-25\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[21319],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c7851-ac7f0-87cba-f7674\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"HKT\"],\"from\":[\"HYD\"],\"to\":[\"HKT\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/05\\/2023\",\"\"],\"return_dates\":[\"25\\/05\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 May Wed\"],\"ReturnDateMobile\":[\"25 May Thu\"],\"SearchTime\":\"2023-04-27 18:47:44\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 18:48:35'),(494,'2d129-06019-35137-4ad4c','{\"FlightBookingData\":[{\"bookingId\":\"DMC119362334826\",\"bookingId_TJ\":\"TJ119362334826\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"2d129-06019-35137-4ad4c\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"32,955\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20757.18,\"Tax\":11843.86,\"YQTax\":0,\"OtherCharges\":11820.26,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32601.04,\"PublishedFare\":32955.04,\"PublishedFareAgent\":32955.04,\"OfferedFareAgent\":32955.04,\"OfferedFare\":32601.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3079742646_0HYDDMKDD959DMKHKTDD522_34425620937213\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":11843.86,\"TotalBaseFare\":32601.04,\"BaseFareCal\":32655.04,\"BaseFare\":20757.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":11820.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":63879.52,\"oldFare\":63879.53,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":32955.04,\"CostToCustomer\":32955.04,\"BaseFareCal\":32655.04,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":32655.04,\"intOfferedFare\":32601.04,\"intPublishFare\":32601.04,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":32955.04,\"CostToAgent\":32955.04,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"779\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"780\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC119362334826\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-05-17T00:45\",\"LocalFromTime\":\"2023-05-17 00:45\",\"FromUTCTime\":\"2023-05-17T00:45\",\"LocalToTime\":\"2023-05-17 10:40\",\"ToUTCTime\":\"2023-05-17T10:40\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":195,\"LAYOVERDuration\":\"3h 15m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Wed, 17 May\",\"ArrivalDateTxt\":\"Wed, 17 May\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":64587.520000000004,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":62271.54,\"Tax\":34209.04,\"YQTax\":0,\"OtherCharges\":20995.44,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":63879.520000000004,\"PublishedFare\":64587.520000000004,\"PublishedFareAgent\":64587.520000000004,\"OfferedFareAgent\":64587.520000000004,\"OfferedFare\":62556.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64587.520000000004,\"CostToAgent\":64587.520000000004,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":22365.18,\"TotalBaseFare\":63879.520000000004,\"BaseFareCal\":63987.520000000004,\"BaseFare\":41514.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":22317.98,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":64587.520000000004,\"CostToAgent\":64587.520000000004,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"779\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-17T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-17T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":195,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"3h 15m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"780\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-05-17T10:40\",\"SegFlightNumber\":\"DD-522\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-17T09:20\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],[{\"segmentid\":\"781\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"782\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"localFromDateTime\":\"2023-05-17 00:45\",\"localToDateTime\":\"2023-05-17 10:40\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC119362334826\",\"bookingId_TJ\":\"TJ119362334826\",\"FlightNumber\":\"DD-527\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"2d129-06019-35137-4ad4c\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-25T15:45\",\"LocalFromTime\":\"2023-05-25 15:45\",\"FromUTCTime\":\"2023-05-25T15:45\",\"LocalToTime\":\"2023-05-25 23:45\",\"ToUTCTime\":\"2023-05-25T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 25 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"08h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"64,588\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20757.18,\"Tax\":10521.32,\"YQTax\":0,\"OtherCharges\":10497.72,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31278.48,\"PublishedFare\":31632.48,\"PublishedFareAgent\":31632.48,\"OfferedFareAgent\":31632.48,\"OfferedFare\":31278.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3079742646_1HKTDMKDD527DMKHYDDD958_34425624032087\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":10521.32,\"TotalBaseFare\":31278.48,\"BaseFareCal\":31332.48,\"BaseFare\":20757.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":10497.72,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":31632.48,\"CostToCustomer\":31632.48,\"BaseFareCal\":31332.48,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":31332.48,\"intOfferedFare\":31278.48,\"intPublishFare\":31278.48,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":31632.48,\"CostToAgent\":31632.48,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"781\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-25T17:05\",\"SegFlightNumber\":\"DD-527\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-05-25T15:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":265,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true},{\"segmentid\":\"782\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-25T21:30\",\"TripIndicator\":2,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-16 12:00\",\"localToDateTime\":\"2023-05-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-3079742646_223HYDDMKDD959DMKHKTDD522HKTDMKDD527DMKHYDDD958_71833415336676\",\"SearchTraceId\":\"2d129-06019-35137-4ad4c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Phuket (HKT)\",\"DEL\"],\"departure_date\":[\"17\\/05\\/2023\",\"\"],\"return_date\":[\"25\\/05\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"HKT\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Phuket (HKT)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-05-17\"],\"strReturnDate\":[\"2023-05-25\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[21319],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"2d129-06019-35137-4ad4c\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"HKT\"],\"from\":[\"HYD\"],\"to\":[\"HKT\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Phuket, TH - Phuket Intl Airport (HKT), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/05\\/2023\",\"\"],\"return_dates\":[\"25\\/05\\/2023\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 May Wed\"],\"ReturnDateMobile\":[\"25 May Thu\"],\"SearchTime\":\"2023-04-27 18:50:14\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-04-27 18:50:50'),(498,'d08ff-d0bdd-6404e-8986a','{\"BookingData\":[{\"bookingId\":\"BKR106362486541\",\"bookingId_TJ\":\"TJ106362486541\",\"FlightNumber\":\"6E-6146\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-05-01T22:45\",\"LocalFromTime\":\"2023-05-01 22:45\",\"FromUTCTime\":\"2023-05-01T22:45\",\"LocalToTime\":\"2023-05-02 01:00\",\"ToUTCTime\":\"2023-05-02T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Tue, 02 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9578.8,\"PublishedFareTxt\":\"9,579\",\"ApiResultIndex\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":1578.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9578.8,\"PublishedFare\":9797.8,\"OfferedFare\":9502.8,\"CommissionEarned\":76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0939560822_0HYDDEL6E6146_2884909983623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1578.8,\"BaseFareCal\":9547.8,\"BaseFare\":8000,\"CommissionEarned\":76,\"TDS\":-4,\"MF\":10,\"YQ\":0,\"AGST\":405,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":9797.8,\"CostToCustomer\":9797.8,\"BaseFareCal\":9547.8,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":9547.8,\"intOfferedFare\":9502.8,\"intPublishFare\":9578.8,\"TripjackMarkup\":0,\"TripjackCommission\":76,\"TripjackTDS\":\"4\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":76,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"789\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-02T01:00\",\"SegFlightNumber\":\"6E-6146\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CCWT\",\"Price\":200,\"amount\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHCR\",\"Price\":450,\"amount\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"789\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d08ff-d0bdd-6404e-8986a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-29T12:42:24.103\",\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-05-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106362486541\",\"bookingId_TJ\":\"TJ106362486541\",\"FlightNumber\":\"6E-6146\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-05-01T22:45\",\"LocalFromTime\":\"2023-05-01 22:45\",\"FromUTCTime\":\"2023-05-01T22:45\",\"LocalToTime\":\"2023-05-02 01:00\",\"ToUTCTime\":\"2023-05-02T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 May\",\"ArrivalDateTxt\":\"Tue, 02 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9578.8,\"ApiResultIndex\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d08ff-d0bdd-6404e-8986a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-04-29T12:42:24.103\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":1578.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9578.8,\"PublishedFare\":9797.8,\"OfferedFare\":9502.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1578.8,\"BaseFareCal\":9547.8,\"BaseFare\":8000,\"CommissionEarned\":76,\"TDS\":-4,\"MF\":10,\"YQ\":0,\"AGST\":405,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"789\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-02T01:00\",\"SegFlightNumber\":\"6E-6146\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-01T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0939560822_0HYDDEL6E6146_8958777582839\",\"localFromDateTime\":\"2023-05-01 22:45\",\"localToDateTime\":\"2023-05-02 01:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"01\\/05\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/05\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-05-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d08ff-d0bdd-6404e-8986a\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Hyderabad&mytrip_city_to=Delhi&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=HYD&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=01%2F05%2F2023&return_date=&from_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"mohitksoni11@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"09989613151\",\"FirstName\":\"Mohit\",\"LastName\":\"Soni\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-04-29-12-41-18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"678924\",\"TPSysId\":\"678925\",\"VersionId\":[\"198429\"],\"CustomerSysId\":\"295341\",\"TrxId\":\"55798\",\"FareBreakdownid\":[\"376304\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"89\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"36\"],\"flight_booking_id\":[\"89\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"89\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":9797.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"295341\",\"TPSysId\":\"678925\",\"MasterTPSysId\":\"678924\",\"ProposalID\":\"678925\\/V1\",\"InvoiceDate\":\"2023-04-29\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-04-29\",\"PaymentDate\":\"2023-04-29\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":9707.8,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":9797.8,\"TotalDueAmount\":0,\"InvoiceValue\":9797.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"HYD-DEL-IndiGo 6E-6146\",\"ItemQty\":1,\"ItemRates\":9207.8,\"Total\":9207.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":9797.8,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":9707.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-04-29 12:41:42'),(499,'d856f-03e7a-b04ac-a627f','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6743\",\"keyIndex\":117,\"SegFlightNumberArr\":\"6E-6743 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9207354379_0BLRIDR6E6743IDRDEL6E6102_122184970234302\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-05-13T16:35\",\"LocalFromTime\":\"2023-05-13 16:35\",\"FromUTCTime\":\"2023-05-13T16:35\",\"LocalToTime\":\"2023-05-14 00:20\",\"ToUTCTime\":\"2023-05-14T00:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Indore\",\"GroundTime\":260,\"LAYOVERDuration\":\"4h 20m\",\"FlyingMinutes\":465,\"DepartureDateTxt\":\"Sat, 13 May\",\"ArrivalDateTxt\":\"Sun, 14 May\",\"FlightDuration\":\"7h 45m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12459,\"PublishedFareTxt\":\"12,459\",\"ApiResultIndex\":\"5-9207354379_0BLRIDR6E6743IDRDEL6E6102_122184970232999\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d856f-03e7a-b04ac-a627f\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9890,\"Tax\":2367.6,\"YQTax\":0,\"OtherCharges\":2344,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12257.6,\"PublishedFare\":12459,\"PublishedFarePerPax\":6230,\"OfferedFare\":12163.64,\"CommissionEarned\":93.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9207354379_0BLRIDR6E6743IDRDEL6E6102_122184970234302\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":93.96,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2367.6,\"BaseFareCal\":12208.64,\"BaseFare\":9890,\"CommissionEarned\":93.96,\"TDS\":-4.94,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":2344,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02V\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2023-05-13T18:30\",\"SegFlightNumber\":\"6E-6743\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-05-13T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":260,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"4h 20m\",\"LAYOVERCity\":\"Indore\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-14T00:20\",\"SegFlightNumber\":\"6E-6102\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-05-13T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"25001-30000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"014\"},{\"keyIndex\":0,\"FlightNumber\":\"G8-113\",\"SegFlightNumberArr\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-9207354379_0DELBLRG8113_122177311372125\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-16T05:45\",\"LocalFromTime\":\"2023-05-16 05:45\",\"FromUTCTime\":\"2023-05-16T05:45\",\"LocalToTime\":\"2023-05-16 08:25\",\"ToUTCTime\":\"2023-05-16T08:25\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 16 May\",\"ArrivalDateTxt\":\"Tue, 16 May\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11397.56,\"PublishedFareTxt\":\"11,398\",\"ApiResultIndex\":\"1-9207354379_0DELBLRG8113_122177311370493\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d856f-03e7a-b04ac-a627f\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10238,\"Tax\":1785.6,\"YQTax\":0,\"OtherCharges\":1762,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12023.6,\"PublishedFare\":11398,\"PublishedFarePerPax\":5699,\"OfferedFare\":11102.56,\"CommissionEarned\":921.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-48.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9207354379_0DELBLRG8113_122177311372125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.6,\"BaseFareCal\":11147.56,\"BaseFare\":10238,\"CommissionEarned\":921.04,\"TDS\":-48.48,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1762,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0D2\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-05-16T08:25\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-16T05:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01Y\"}],\"FlightBookingDataInbound\":{\"keyIndex\":0,\"FlightNumber\":\"G8-113\",\"SegFlightNumberArr\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-9207354379_0DELBLRG8113_122177311372125\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-05-16T05:45\",\"LocalFromTime\":\"2023-05-16 05:45\",\"FromUTCTime\":\"2023-05-16T05:45\",\"LocalToTime\":\"2023-05-16 08:25\",\"ToUTCTime\":\"2023-05-16T08:25\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 16 May\",\"ArrivalDateTxt\":\"Tue, 16 May\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11397.56,\"PublishedFareTxt\":\"11,398\",\"ApiResultIndex\":\"1-9207354379_0DELBLRG8113_122177311370493\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d856f-03e7a-b04ac-a627f\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10238,\"Tax\":1785.6,\"YQTax\":0,\"OtherCharges\":1762,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12023.6,\"PublishedFare\":11398,\"PublishedFarePerPax\":5699,\"OfferedFare\":11102.56,\"CommissionEarned\":921.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-48.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9207354379_0DELBLRG8113_122177311372125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.6,\"BaseFareCal\":11147.56,\"BaseFare\":10238,\"CommissionEarned\":921.04,\"TDS\":-48.48,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1762,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0D2\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-05-16T08:25\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-16T05:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01Y\"}}','2023-05-02 17:14:06'),(500,'3ef98-8653a-cb757-a490b','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":277,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":965,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-522 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 13:25\",\"ToUTCTime\":\"2023-05-25T13:25\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1385,\"LAYOVERDuration\":\"23h 5m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"30h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"06Y\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1385,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"23h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T13:25\",\"SegFlightNumber\":\"AI-522\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T11:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":277,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":256,\"FlightNumber\":\"876\",\"SegFlightNumberArr\":\"UK-876, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-876\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471675\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T21:35\",\"LocalFromTime\":\"2023-05-19 21:35\",\"FromUTCTime\":\"2023-05-19T21:35\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-544 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471675\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-24 19:10\",\"ToUTCTime\":\"2023-05-24T19:10\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":300,\"LAYOVERDuration\":\"5h 0m\",\"FlyingMinutes\":560,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471675\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471675\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471675\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914471939\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_256HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI544_45585914472366\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T23:10\",\"SegFlightNumber\":\"UK-876\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":160,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":300,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"5h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-24T19:10\",\"SegFlightNumber\":\"AI-544\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-24T17:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":256,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"074\"},{\"origin\":{\"keyIndex\":257,\"FlightNumber\":\"876\",\"SegFlightNumberArr\":\"UK-876, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-876\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478513\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T21:35\",\"LocalFromTime\":\"2023-05-19 21:35\",\"FromUTCTime\":\"2023-05-19T21:35\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-839 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478513\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"23:50\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-24 23:50\",\"ToUTCTime\":\"2023-05-24T23:50\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":570,\"LAYOVERDuration\":\"9h 30m\",\"FlyingMinutes\":850,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"16h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478513\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478513\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478513\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914478771\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_257HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI839_45585914479145\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T23:10\",\"SegFlightNumber\":\"UK-876\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":160,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":570,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"9h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-24T23:50\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":257,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"075\"},{\"origin\":{\"keyIndex\":258,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484433\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":945,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-544 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484433\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-24 19:10\",\"ToUTCTime\":\"2023-05-24T19:10\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":300,\"LAYOVERDuration\":\"5h 0m\",\"FlyingMinutes\":560,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484433\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484433\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484433\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914484697\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_258HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI544_45585914485038\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":300,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"5h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-24T19:10\",\"SegFlightNumber\":\"AI-544\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-24T17:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":258,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"076\"},{\"origin\":{\"keyIndex\":259,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914490884\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":965,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-839 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914490884\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"23:50\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-24 23:50\",\"ToUTCTime\":\"2023-05-24T23:50\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":570,\"LAYOVERDuration\":\"9h 30m\",\"FlyingMinutes\":850,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"16h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914490884\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914490884\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914490884\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914491151\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_259HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI839_45585914491477\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":570,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"9h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-24T23:50\",\"SegFlightNumber\":\"AI-839\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-24T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":259,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"077\"},{\"origin\":{\"keyIndex\":272,\"FlightNumber\":\"876\",\"SegFlightNumberArr\":\"UK-876, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-876\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579252\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T21:35\",\"LocalFromTime\":\"2023-05-19 21:35\",\"FromUTCTime\":\"2023-05-19T21:35\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-560 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579252\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 09:20\",\"ToUTCTime\":\"2023-05-25T09:20\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1150,\"LAYOVERDuration\":\"19h 10m\",\"FlyingMinutes\":1410,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"25h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579252\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579252\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579252\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579893\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_272HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI560_45585914579529\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T23:10\",\"SegFlightNumber\":\"UK-876\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":160,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1150,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"19h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T09:20\",\"SegFlightNumber\":\"AI-560\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T07:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":272,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"078\"},{\"origin\":{\"keyIndex\":273,\"FlightNumber\":\"876\",\"SegFlightNumberArr\":\"UK-876, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-876\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586180\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T21:35\",\"LocalFromTime\":\"2023-05-19 21:35\",\"FromUTCTime\":\"2023-05-19T21:35\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":460,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-542 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586180\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 12:00\",\"ToUTCTime\":\"2023-05-25T12:00\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1290,\"LAYOVERDuration\":\"21h 30m\",\"FlyingMinutes\":1590,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"28h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586180\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586180\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586180\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586803\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_273HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI542_45585914586458\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T23:10\",\"SegFlightNumber\":\"UK-876\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":160,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1290,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"21h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T12:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T09:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":273,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"079\"},{\"origin\":{\"keyIndex\":274,\"FlightNumber\":\"876\",\"SegFlightNumberArr\":\"UK-876, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-876\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592461\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T21:35\",\"LocalFromTime\":\"2023-05-19 21:35\",\"FromUTCTime\":\"2023-05-19T21:35\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-522 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592461\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 13:25\",\"ToUTCTime\":\"2023-05-25T13:25\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1385,\"LAYOVERDuration\":\"23h 5m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"30h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592461\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592461\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592461\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914593054\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_274HYDBOMUK876BOMBKKAI330BKKDELAI333DELHYDAI522_45585914592775\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T23:10\",\"SegFlightNumber\":\"UK-876\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":160,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1385,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"23h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T13:25\",\"SegFlightNumber\":\"AI-522\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T11:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":274,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"07A\"},{\"origin\":{\"keyIndex\":275,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914598719\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":945,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-560 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914598719\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 09:20\",\"ToUTCTime\":\"2023-05-25T09:20\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1150,\"LAYOVERDuration\":\"19h 10m\",\"FlyingMinutes\":1410,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"25h 55m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914598719\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914598719\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914598719\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914599356\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_275HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI560_45585914599071\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1150,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"19h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T09:20\",\"SegFlightNumber\":\"AI-560\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T07:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":275,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"07B\"},{\"origin\":{\"keyIndex\":276,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605518\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-542 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605518\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 12:00\",\"ToUTCTime\":\"2023-05-25T12:00\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1290,\"LAYOVERDuration\":\"21h 30m\",\"FlyingMinutes\":1590,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"28h 35m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605518\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605518\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605518\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914606131\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_276HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI542_45585914605855\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1290,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"21h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T12:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T09:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":276,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"07C\"},{\"origin\":{\"keyIndex\":277,\"FlightNumber\":\"878\",\"SegFlightNumberArr\":\"UK-878, AI-330 +1\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"OrFlightNumber\":\"UK-878\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-05-19T12:55\",\"LocalFromTime\":\"2023-05-19 12:55\",\"FromUTCTime\":\"2023-05-19T12:55\",\"LocalToTime\":\"2023-05-20 07:45\",\"ToUTCTime\":\"2023-05-20T07:45\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":685,\"LAYOVERDuration\":\"11h 25m\",\"FlyingMinutes\":965,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Sat, 20 May\",\"FlightDuration\":\"17h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},\"destination\":{\"FlightNumber\":\"333\",\"SegFlightNumberArr\":\"AI-333, AI-522 +1\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"DeFlightNumber\":\"AI-333\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":null,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2023-05-24T08:55\",\"LocalFromTime\":\"2023-05-24 08:55\",\"FromUTCTime\":\"2023-05-24T08:55\",\"LocalToTime\":\"2023-05-25 13:25\",\"ToUTCTime\":\"2023-05-25T13:25\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1385,\"LAYOVERDuration\":\"23h 5m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Thu, 25 May\",\"FlightDuration\":\"30h 0m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},\"AirlineName\":\"Air India\",\"PublishedFare\":66596.68,\"PublishedFareTxt\":\"66,597\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29695,\"Tax\":37902.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2549,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":67597.79999999999,\"PublishedFare\":66597,\"PublishedFarePerPax\":22199,\"OfferedFare\":66596.68000000001,\"CommissionEarned\":1001.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-52.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612292\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":25351.2,\"BaseFareCal\":46098.3,\"BaseFare\":21450,\"CommissionEarned\":702.9,\"TDS\":-37,\"MF\":40,\"YQ\":13084,\"AGST\":1782,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":12551.6,\"BaseFareCal\":20498.38,\"BaseFare\":8245,\"CommissionEarned\":298.22,\"TDS\":-15.7,\"MF\":20,\"YQ\":6542,\"AGST\":767,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":131665,\"Tax\":43000.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":7647,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":174665.8,\"PublishedFare\":171696,\"PublishedFarePerPax\":57232,\"OfferedFare\":171695.19,\"CommissionEarned\":2970.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-156.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612953\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":29029.2,\"BaseFareCal\":121904.18,\"BaseFare\":95010,\"CommissionEarned\":2135.02,\"TDS\":-112.36,\"MF\":40,\"YQ\":13084,\"AGST\":5460,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":13971.6,\"BaseFareCal\":49791.01,\"BaseFare\":36655,\"CommissionEarned\":835.59,\"TDS\":-43.98,\"MF\":20,\"YQ\":6542,\"AGST\":2187,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":177040,\"Tax\":45269.8,\"YQTax\":19626,\"OtherCharges\":14037,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":9916,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":222309.80000000002,\"PublishedFare\":218370,\"PublishedFarePerPax\":72790,\"OfferedFare\":218369.4,\"CommissionEarned\":3940.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-207.39,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2011566796_277HYDBOMUK878BOMBKKAI330BKKDELAI333DELHYDAI522_45585914612660\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":9,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":30679.2,\"BaseFareCal\":155848.8,\"BaseFare\":128010,\"CommissionEarned\":2840.4,\"TDS\":-149.5,\"MF\":40,\"YQ\":13084,\"AGST\":7110,\"MFT\":7.2,\"OT\":9358,\"MU\":0,\"YR\":1080,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":14590.6,\"BaseFareCal\":62520.6,\"BaseFare\":49030,\"CommissionEarned\":1100,\"TDS\":-57.89,\"MF\":20,\"YQ\":6542,\"AGST\":2806,\"MFT\":3.6,\"OT\":4679,\"MU\":0,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\"}],\"IsMealIncludes\":true,\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kilograms\",\"IsCabinBaggage\":true,\"IsBaggage\":true,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-05-19T14:25\",\"SegFlightNumber\":\"UK-878\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-19T12:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":685,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"11h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"isReturnSegment\":false,\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-05-20T07:45\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-05-20T01:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"01:50\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-05-24T12:00\",\"SegFlightNumber\":\"AI-333\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-05-24T08:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":275,\"GroundTime\":1385,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":\"23h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"isReturnSegment\":true,\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-25T13:25\",\"SegFlightNumber\":\"AI-522\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-05-25T11:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"30 Kilograms\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kilograms\",\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"DepartureTime\":\"08:55\",\"StopCount\":\"1 Stop(s)\",\"SearchFlightTraceId\":\"3ef98-8653a-cb757-a490b\",\"keyIndex\":277,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"07D\"}]}],\"FlightBookingDataInbound\":null}','2023-05-03 00:58:20'),(502,'1cc10-2ae6f-26cf1-4e31c','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 19 May\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 23 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"03h 45m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"23\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1cc10-2ae6f-26cf1-4e31c\",\"apiTraceId\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-19\",\"LocalFromTime\":\"2023-05-19 00:45\",\"FromUTCTime\":\"2023-05-19 00:45\",\"LocalToTime\":\"2023-05-20 01:15:00\",\"ToUTCTime\":\"2023-05-20 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1293_17586\",\"ApiResultIndex\":\"1293_17586\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00M\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"20\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-19T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-19T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"20\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-24T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-23T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"19\\/05\\/2023\",\"FromDateSort\":1684434600,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Fri, 19 May\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"P4XW4B\",\"InwardGroupPNR\":\"BT5VEI\",\"OnwardGroupPNRDummy\":\"P4XW4B\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\",\"arrCommonInsVariables\":{\"strTraceId\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"localFromDateTime\":\"2023-05-19 00:45\",\"localToDateTime\":\"2023-05-20 01:15:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"strTraceId\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-19\",\"LocalFromTime\":\"2023-05-19 00:45\",\"FromUTCTime\":\"2023-05-19 00:45\",\"LocalToTime\":\"2023-05-20 01:15:00\",\"ToUTCTime\":\"2023-05-20 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 19 May\",\"ArrivalDateTxt\":\"Fri, 19 May\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1293-1cc10-2ae6f-26cf1-4e31c\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1293_17586\",\"ApiResultIndex\":\"1293_17586\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00M\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"20\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-19T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-19T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"20\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-24T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-23T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1293_17586\",\"SearchTraceId\":\"1cc10-2ae6f-26cf1-4e31c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"19\\/05\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"gtx\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"19\\/05\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"1cc10-2ae6f-26cf1-4e31c\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/05\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-05-06 16:08:45\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-05-06 16:08:57'),(503,'01f16-acf2a-859dd-784e8','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":7,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-09T00:45\",\"LocalFromTime\":\"2023-06-09 00:45\",\"FromUTCTime\":\"2023-06-09T00:45\",\"LocalToTime\":\"2023-06-09 06:05\",\"ToUTCTime\":\"2023-06-09T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Fri, 09 Jun\",\"ArrivalDateTxt\":\"Fri, 09 Jun\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-13T21:30\",\"LocalFromTime\":\"2023-06-13 21:30\",\"FromUTCTime\":\"2023-06-13T21:30\",\"LocalToTime\":\"2023-06-13 23:45\",\"ToUTCTime\":\"2023-06-13T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 13 Jun\",\"ArrivalDateTxt\":\"Tue, 13 Jun\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":20667.53,\"PublishedFareTxt\":\"20,668\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11554.67,\"Tax\":9112.86,\"YQTax\":0,\"OtherCharges\":9089.26,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20667.53,\"PublishedFare\":20668,\"PublishedFarePerPax\":20668,\"OfferedFare\":20667.53,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9112.86,\"BaseFareCal\":20667.53,\"BaseFare\":11554.67,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9089.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"017\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-09T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-09T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-13T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-06-13T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"keyIndex\":7,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":7,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-09T00:45\",\"LocalFromTime\":\"2023-06-09 00:45\",\"FromUTCTime\":\"2023-06-09T00:45\",\"LocalToTime\":\"2023-06-09 06:05\",\"ToUTCTime\":\"2023-06-09T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Fri, 09 Jun\",\"ArrivalDateTxt\":\"Fri, 09 Jun\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-13T21:30\",\"LocalFromTime\":\"2023-06-13 21:30\",\"FromUTCTime\":\"2023-06-13T21:30\",\"LocalToTime\":\"2023-06-13 23:45\",\"ToUTCTime\":\"2023-06-13T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 13 Jun\",\"ArrivalDateTxt\":\"Tue, 13 Jun\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":20667.53,\"PublishedFareTxt\":\"20,668\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11554.67,\"Tax\":9112.86,\"YQTax\":0,\"OtherCharges\":9089.26,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20667.53,\"PublishedFare\":20668,\"PublishedFarePerPax\":20668,\"OfferedFare\":20667.53,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185980976\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9112.86,\"BaseFareCal\":20667.53,\"BaseFare\":11554.67,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9089.26,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14399.23,\"Tax\":9195.77,\"YQTax\":0,\"OtherCharges\":9172.17,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23595,\"PublishedFare\":23595,\"PublishedFarePerPax\":23595,\"OfferedFare\":23595,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185981165\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9195.77,\"BaseFareCal\":23595,\"BaseFare\":14399.23,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9172.17,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15968.67,\"Tax\":9241.5,\"YQTax\":0,\"OtherCharges\":9217.9,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25210.17,\"PublishedFare\":25211,\"PublishedFarePerPax\":25211,\"OfferedFare\":25210.17,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4962195672_7HYDDMKDD959DMKHYDDD958_32257185981381\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9241.5,\"BaseFareCal\":25210.17,\"BaseFare\":15968.67,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9217.9,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-09T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-09T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-13T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-06-13T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"01f16-acf2a-859dd-784e8\",\"keyIndex\":7,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01D\"}]}],\"FlightBookingDataInbound\":null}','2023-05-09 16:44:57'),(504,'8916d-df84d-689a5-ddfe9','{\"FlightBookingData\":[{\"origin\":{\"keyIndex\":61,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-24T00:45\",\"LocalFromTime\":\"2023-05-24 00:45\",\"FromUTCTime\":\"2023-05-24T00:45\",\"LocalToTime\":\"2023-05-24 06:05\",\"ToUTCTime\":\"2023-05-24T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-30T21:30\",\"LocalFromTime\":\"2023-05-30 21:30\",\"FromUTCTime\":\"2023-05-30T21:30\",\"LocalToTime\":\"2023-05-30 23:45\",\"ToUTCTime\":\"2023-05-30T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 30 May\",\"ArrivalDateTxt\":\"Tue, 30 May\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":29518.05,\"PublishedFareTxt\":\"29,518\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":20183.55,\"Tax\":9334.5,\"YQTax\":0,\"OtherCharges\":9310.9,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29518.05,\"PublishedFare\":29519,\"PublishedFarePerPax\":29519,\"OfferedFare\":29518.05,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9334.5,\"BaseFareCal\":29518.05,\"BaseFare\":20183.55,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9310.9,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"066\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-24T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-24T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-30T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"keyIndex\":61,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":61,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-05-24T00:45\",\"LocalFromTime\":\"2023-05-24 00:45\",\"FromUTCTime\":\"2023-05-24T00:45\",\"LocalToTime\":\"2023-05-24 06:05\",\"ToUTCTime\":\"2023-05-24T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Wed, 24 May\",\"ArrivalDateTxt\":\"Wed, 24 May\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-30T21:30\",\"LocalFromTime\":\"2023-05-30 21:30\",\"FromUTCTime\":\"2023-05-30T21:30\",\"LocalToTime\":\"2023-05-30 23:45\",\"ToUTCTime\":\"2023-05-30T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 30 May\",\"ArrivalDateTxt\":\"Tue, 30 May\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":29518.05,\"PublishedFareTxt\":\"29,518\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":20183.55,\"Tax\":9334.5,\"YQTax\":0,\"OtherCharges\":9310.9,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29518.05,\"PublishedFare\":29519,\"PublishedFarePerPax\":29519,\"OfferedFare\":29518.05,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055570\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9334.5,\"BaseFareCal\":29518.05,\"BaseFare\":20183.55,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9310.9,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23030.46,\"Tax\":9417.48,\"YQTax\":0,\"OtherCharges\":9393.88,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32447.94,\"PublishedFare\":32448,\"PublishedFarePerPax\":32448,\"OfferedFare\":32447.94,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185055995\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9417.48,\"BaseFareCal\":32447.94,\"BaseFare\":23030.46,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9393.88,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24601.19,\"Tax\":9463.24,\"YQTax\":0,\"OtherCharges\":9439.64,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":34064.43,\"PublishedFare\":34065,\"PublishedFarePerPax\":34065,\"OfferedFare\":34064.43,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2670778835_61HYDDMKDD959DMKHYDDD958_132417185056355\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9463.24,\"BaseFareCal\":34064.43,\"BaseFare\":24601.19,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":9439.64,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-05-24T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-24T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-05-30T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8916d-df84d-689a5-ddfe9\",\"keyIndex\":61,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"06C\"}]}],\"FlightBookingDataInbound\":null}','2023-05-13 23:34:50'),(505,'36e59-8e410-11ae4-6e966','{\"FlightBookingData\":[{\"FlightNumber\":\"S5-152\",\"keyIndex\":173,\"SegFlightNumberArr\":\"S5-152\",\"AirlineName\":\"Starair\",\"AirlineCode\":\"S5\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"29-0027286117_0HYDBLRS5152_3505471111874\",\"AirlineSysId\":\"453\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"21:25\",\"TravelDate\":\"2023-05-18T20:15\",\"LocalFromTime\":\"2023-05-18 20:15\",\"FromUTCTime\":\"2023-05-18T20:15\",\"LocalToTime\":\"2023-05-18 21:25\",\"ToUTCTime\":\"2023-05-18T21:25\",\"IsDirect\":0,\"FareClass\":\"C\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 18 May\",\"ArrivalDateTxt\":\"Thu, 18 May\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3324,\"PublishedFareTxt\":\"3,324\",\"ApiResultIndex\":\"29-0027286117_0HYDBLRS5152_3505471108168\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"36e59-8e410-11ae4-6e966\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2076,\"Tax\":1247.8,\"YQTax\":0,\"OtherCharges\":1132,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3323.8,\"PublishedFare\":3324,\"PublishedFarePerPax\":3324,\"OfferedFare\":3323.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"29-0027286117_0HYDBLRS5152_3505471111874\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1247.8,\"BaseFareCal\":3323.8,\"BaseFare\":2076,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":104,\"MFT\":1.8,\"OT\":1132,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Y\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-05-18T21:25\",\"SegFlightNumber\":\"S5-152\",\"AirlineCode\":\"S5\",\"AirlineName\":\"StarAir\",\"FareClass\":\"C\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-05-18T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-05-15 10:15:57'),(507,'a8e7f-b8904-65d3c-e710e','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 26 May\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"03h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 30 May\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"03h 45m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"30\\/05\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a8e7f-b8904-65d3c-e710e\",\"apiTraceId\":\"1294-a8e7f-b8904-65d3c-e710e\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1294-a8e7f-b8904-65d3c-e710e\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"16\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00L\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"26\\/05\\/2023\",\"FromDateSort\":1685039400,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"I860PT\",\"InwardGroupPNR\":\"5WPXU2\",\"OnwardGroupPNRDummy\":\"I860PT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1294-a8e7f-b8904-65d3c-e710e\",\"localFromDateTime\":\"2023-05-26 00:45\",\"localToDateTime\":\"2023-05-27 01:15:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1294-a8e7f-b8904-65d3c-e710e\",\"strTraceId\":\"1294-a8e7f-b8904-65d3c-e710e\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-05-26\",\"LocalFromTime\":\"2023-05-26 00:45\",\"FromUTCTime\":\"2023-05-26 00:45\",\"LocalToTime\":\"2023-05-27 01:15:00\",\"ToUTCTime\":\"2023-05-27 01:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 26 May\",\"ArrivalDateTxt\":\"Fri, 26 May\",\"FlightDuration\":\"22 hours, 50 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1294-a8e7f-b8904-65d3c-e710e\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1294_17587\",\"ApiResultIndex\":\"1294_17587\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"16\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00L\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-26T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-26T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 45 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-05-31T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-05-30T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1294_17587\",\"SearchTraceId\":\"a8e7f-b8904-65d3c-e710e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/05\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"gtx\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"26\\/05\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"a8e7f-b8904-65d3c-e710e\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/05\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-05-23 17:34:27\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-05-23 17:35:10'),(509,'b4305-dd69a-5787a-90f40','{\"FlightBookingData\":[{\"bookingId\":\"BKR105864933471\",\"bookingId_TJ\":\"TJ105864933471\",\"FlightNumber\":\"6E-5245\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2023-06-12T04:15\",\"LocalFromTime\":\"2023-06-12 04:15\",\"FromUTCTime\":\"2023-06-12T04:15\",\"LocalToTime\":\"2023-06-12 12:55\",\"ToUTCTime\":\"2023-06-12T12:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":280,\"LAYOVERDuration\":\"4h 40m\",\"FlyingMinutes\":520,\"DepartureDateTxt\":\"Mon, 12 Jun\",\"ArrivalDateTxt\":\"Mon, 12 Jun\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13529.6,\"PublishedFareTxt\":\"13,530\",\"ApiResultIndex\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-IXJ\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}}}},\"IXJ-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10640,\"Tax\":2889.6,\"YQTax\":0,\"OtherCharges\":2324,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":542,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13529.6,\"PublishedFare\":13698.24,\"OfferedFare\":13403.24,\"CommissionEarned\":126.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_43418902503918\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2889.6,\"BaseFareCal\":13448.24,\"BaseFare\":10640,\"CommissionEarned\":126.36,\"TDS\":-6.64,\"MF\":20,\"YQ\":0,\"AGST\":542,\"MFT\":3.6,\"OT\":2324,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":13698.24,\"CostToCustomer\":13698.24,\"BaseFareCal\":13448.24,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":13448.24,\"intOfferedFare\":13403.24,\"intPublishFare\":13529.6,\"TripjackMarkup\":0,\"TripjackCommission\":126.36,\"TripjackTDS\":\"6.64\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":126.36,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"938\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-12T05:55\",\"SegFlightNumber\":\"6E-5245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-12T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":280,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"4h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"939\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-06-12T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-12T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"938\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b4305-dd69a-5787a-90f40\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-05-29T22:39:57.424\",\"strTraceId\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-12 12:00\",\"localToDateTime\":\"2023-06-16 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105864933471\",\"bookingId_TJ\":\"TJ105864933471\",\"FlightNumber\":\"6E-5245\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"strTraceId\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2023-06-12T04:15\",\"LocalFromTime\":\"2023-06-12 04:15\",\"FromUTCTime\":\"2023-06-12T04:15\",\"LocalToTime\":\"2023-06-12 12:55\",\"ToUTCTime\":\"2023-06-12T12:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":280,\"LAYOVERDuration\":\"4h 40m\",\"FlyingMinutes\":520,\"DepartureDateTxt\":\"Mon, 12 Jun\",\"ArrivalDateTxt\":\"Mon, 12 Jun\",\"FlightDuration\":\"8h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":28447.2,\"ApiResultIndex\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b4305-dd69a-5787a-90f40\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-05-29T22:39:57.424\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22658,\"Tax\":5789.2,\"YQTax\":0,\"OtherCharges\":4590,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":1152,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28447.2,\"PublishedFare\":28768.14,\"OfferedFare\":28178.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":5789.2,\"BaseFareCal\":28268.14,\"BaseFare\":22658,\"CommissionEarned\":269.06,\"TDS\":-14.16,\"MF\":40,\"YQ\":0,\"AGST\":1152,\"MFT\":7.2,\"OT\":4590,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"938\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-12T05:55\",\"SegFlightNumber\":\"6E-5245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-12T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":280,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"4h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"939\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-06-12T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-12T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"940\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-16T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-06-16T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":230,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"941\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-16T21:50\",\"SegFlightNumber\":\"6E-5076\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-16T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"21:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1754176067_0HYDBOM6E5245BOMIXJ6E5091_2701054125851\",\"localFromDateTime\":\"2023-06-12 04:15\",\"localToDateTime\":\"2023-06-12 12:55\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR105864933471\",\"bookingId_TJ\":\"TJ105864933471\",\"FlightNumber\":\"6E-5092\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1754176067_0IXJBOM6E5092BOMHYD6E5076_2701053814917\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"21:50\",\"TravelDate\":\"2023-06-16T13:45\",\"LocalFromTime\":\"2023-06-16 13:45\",\"FromUTCTime\":\"2023-06-16T13:45\",\"LocalToTime\":\"2023-06-16 21:50\",\"ToUTCTime\":\"2023-06-16T21:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":230,\"LAYOVERDuration\":\"3h 50m\",\"FlyingMinutes\":485,\"DepartureDateTxt\":\"Fri, 16 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"8h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14917.6,\"PublishedFareTxt\":\"14,918\",\"ApiResultIndex\":\"5-1754176067_0IXJBOM6E5092BOMHYD6E5076_2701053814917\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-IXJ\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}}}},\"IXJ-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12018,\"Tax\":2899.6,\"YQTax\":0,\"OtherCharges\":2266,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14917.6,\"PublishedFare\":15069.9,\"OfferedFare\":14774.9,\"CommissionEarned\":142.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.52,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1754176067_1IXJBOM6E5092BOMHYD6E5076_43418903720352\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":142.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2899.6,\"BaseFareCal\":14819.9,\"BaseFare\":12018,\"CommissionEarned\":142.7,\"TDS\":-7.52,\"MF\":20,\"YQ\":0,\"AGST\":610,\"MFT\":3.6,\"OT\":2266,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":15069.9,\"CostToCustomer\":15069.9,\"BaseFareCal\":14819.9,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":14819.9,\"intOfferedFare\":14774.9,\"intPublishFare\":14917.6,\"TripjackMarkup\":0,\"TripjackCommission\":142.7,\"TripjackTDS\":\"7.52\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":142.7,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"940\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-16T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-06-16T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":230,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"3h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"941\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-16T21:50\",\"SegFlightNumber\":\"6E-5076\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-16T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"21:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b4305-dd69a-5787a-90f40\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-05-29T22:39:57.424\",\"strTraceId\":\"5-1754176067_0IXJBOM6E5092BOMHYD6E5076_2701053814917\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-12 12:00\",\"localToDateTime\":\"2023-06-16 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Jammu\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"12\\/06\\/2023\",\"return_date\":\"16\\/06\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"HYD\",\"to\":\"IXJ\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":12538,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/06\\/2023\",\"return_dates\":\"16\\/06\\/2023\",\"strDepatureDate\":\"2023-06-12\",\"strReturnDate\":\"2023-06-16\",\"SearchFlightTraceId\":\"b4305-dd69a-5787a-90f40\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-IXJ-HYD\"}}','2023-05-29 22:38:40'),(511,'ca3c4-1a02d-8dd62-b9007','{\"FlightBookingData\":[{\"bookingId\":\"DMC115565137552\",\"bookingId_TJ\":\"TJ115565137552\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"ca3c4-1a02d-8dd62-b9007\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,113\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4391.36,\"Tax\":4721.61,\"YQTax\":0,\"OtherCharges\":4709.81,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9112.96,\"PublishedFare\":9112.96,\"PublishedFareAgent\":9112.96,\"OfferedFareAgent\":9112.96,\"OfferedFare\":9112.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3580939293_0HYDDMKDD959_20298073415638\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SOTO\",\"fareIdentifierSP\":\"SOTO\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9112.96,\"CostToAgent\":9112.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4721.61,\"TotalBaseFare\":9112.96,\"BaseFareCal\":9112.96,\"BaseFare\":4391.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4709.81,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9112.96,\"CostToAgent\":9112.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":17635.81,\"oldFare\":17648,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9112.96,\"CostToCustomer\":9112.96,\"BaseFareCal\":9112.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9112.96,\"intOfferedFare\":9112.96,\"intPublishFare\":9112.96,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9112.96,\"CostToAgent\":9112.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"157\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-29 12:00\",\"localToDateTime\":\"2023-07-05 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"InternationalData\":{\"bookingId\":\"DMC115565137552\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17635.809999999998,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":13174.079999999998,\"Tax\":13574.72,\"YQTax\":0,\"OtherCharges\":8239.4,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17635.809999999998,\"PublishedFare\":17635.809999999998,\"PublishedFareAgent\":17635.809999999998,\"OfferedFareAgent\":17635.809999999998,\"OfferedFare\":17045.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":0,\"PriceID\":64,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":0,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17635.809999999998,\"CostToAgent\":17635.809999999998,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8853.11,\"TotalBaseFare\":17635.809999999998,\"BaseFareCal\":17635.809999999998,\"BaseFare\":8782.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8829.51,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17635.809999999998,\"CostToAgent\":17635.809999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}]},\"Segments\":[[{\"segmentid\":\"157\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":230,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"158\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-06T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-06T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"localFromDateTime\":\"2023-06-30 00:45\",\"localToDateTime\":\"2023-06-30 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC115565137552\",\"bookingId_TJ\":\"TJ115565137552\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"ca3c4-1a02d-8dd62-b9007\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-06T21:30\",\"LocalFromTime\":\"2023-07-06 21:30\",\"FromUTCTime\":\"2023-07-06T21:30\",\"LocalToTime\":\"2023-07-06 23:45\",\"ToUTCTime\":\"2023-07-06T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 06 Jul\",\"ArrivalDateTxt\":\"Thu, 06 Jul\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,636\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4391.36,\"Tax\":4131.5,\"YQTax\":0,\"OtherCharges\":4119.7,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8522.85,\"PublishedFare\":8522.85,\"PublishedFareAgent\":8522.85,\"OfferedFareAgent\":8522.85,\"OfferedFare\":8522.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3580939293_1DMKHYDDD958_20298074092688\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SOTO\",\"fareIdentifierSP\":\"SOTO\",\"SeatAvailable\":null,\"classOfBooking\":\"NF\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8522.85,\"CostToAgent\":8522.85,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4131.5,\"TotalBaseFare\":8522.85,\"BaseFareCal\":8522.85,\"BaseFare\":4391.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":4119.7,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8522.85,\"CostToAgent\":8522.85,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8522.85,\"CostToCustomer\":8522.85,\"BaseFareCal\":8522.85,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8522.85,\"intOfferedFare\":8522.85,\"intPublishFare\":8522.85,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8522.85,\"CostToAgent\":8522.85,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"158\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-06T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-06T21:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":225,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-29 12:00\",\"localToDateTime\":\"2023-07-05 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"32-27-21-20-12-15-2-10-3580939293_67HYDDMKDD959DMKHYDDD958_16238004215798\",\"SearchTraceId\":\"ca3c4-1a02d-8dd62-b9007\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Bangkok (DMK)\"],\"departure_date\":[\"30\\/06\\/2023\"],\"return_date\":[\"06\\/07\\/2023\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"DMK\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" BKK\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Bangkok (DMK)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2023-06-30\"],\"strReturnDate\":[\"2023-07-06\"],\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"ca3c4-1a02d-8dd62-b9007\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":[\"HYD\"],\"to\":[\"DMK\"],\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Bangkok\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\"],\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2023\"],\"return_dates\":[\"06\\/07\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Fri\"],\"ReturnDateMobile\":[\"06 Jul Thu\"],\"SearchTime\":\"2023-06-01 15:05:27\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-06-01 15:07:43'),(513,'a8e4f-dd919-e3e5b-1adf6','{\"FlightBookingData\":[{\"bookingId\":\"BKR111465178190\",\"bookingId_TJ\":\"TJ111465178190\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-07-05T00:45\",\"LocalFromTime\":\"2023-07-05 00:45\",\"FromUTCTime\":\"2023-07-05T00:45\",\"LocalToTime\":\"2023-07-05 06:05\",\"ToUTCTime\":\"2023-07-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Wed, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 05 Jul\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11273.24,\"Tax\":8903.79,\"YQTax\":0,\"OtherCharges\":8880.19,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20177.03,\"PublishedFare\":20177.03,\"OfferedFare\":19574.28,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-6684183689_1DMKHYDDD958_53446230796555\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":20177.02,\"oldFare\":20177.01,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8903.79,\"BaseFareCal\":20177.03,\"BaseFare\":11273.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8880.19,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"767\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-05T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a8e4f-dd919-e3e5b-1adf6\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-05 12:00\",\"localToDateTime\":\"2023-07-11 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111465178190\",\"bookingId_TJ\":\"TJ111465178190\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"strTraceId\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-07-05T00:45\",\"LocalFromTime\":\"2023-07-05 00:45\",\"FromUTCTime\":\"2023-07-05T00:45\",\"LocalToTime\":\"2023-07-05 06:05\",\"ToUTCTime\":\"2023-07-05T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Wed, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 05 Jul\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":20177.03,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"a8e4f-dd919-e3e5b-1adf6\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11273.24,\"Tax\":8903.79,\"YQTax\":0,\"OtherCharges\":8880.19,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20177.03,\"PublishedFare\":20177.03,\"OfferedFare\":19574.28,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-6684183689_1DMKHYDDD958_53446230796555\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":20177.02,\"oldFare\":20177.01,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8903.79,\"BaseFareCal\":20177.03,\"BaseFare\":11273.24,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8880.19,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"767\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-05T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-05T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"768\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-11T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-11T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-6684183689_22HYDDMKDD959DMKHYDDD958_67101567387690\",\"localFromDateTime\":\"2023-07-05 00:45\",\"localToDateTime\":\"2023-07-05 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR111465178190\",\"bookingId_TJ\":\"TJ111465178190\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-11T21:30\",\"LocalFromTime\":\"2023-07-11 21:30\",\"FromUTCTime\":\"2023-07-11T21:30\",\"LocalToTime\":\"2023-07-11 23:45\",\"ToUTCTime\":\"2023-07-11T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Tue, 11 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"768\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-11T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-11T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a8e4f-dd919-e3e5b-1adf6\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-05 12:00\",\"localToDateTime\":\"2023-07-11 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"05\\/07\\/2023\",\"return_date\":\"11\\/07\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/07\\/2023\",\"return_dates\":\"11\\/07\\/2023\",\"strDepatureDate\":\"2023-07-05\",\"strReturnDate\":\"2023-07-11\",\"SearchFlightTraceId\":\"a8e4f-dd919-e3e5b-1adf6\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-06-02 01:31:47'),(515,'4d3ec-7871a-97241-21eac','{\"FlightBookingData\":[{\"bookingId\":\"BKR104765312364\",\"bookingId_TJ\":\"TJ104765312364\",\"FlightNumber\":\"6E-6334\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-06-05T20:35\",\"LocalFromTime\":\"2023-06-05 20:35\",\"FromUTCTime\":\"2023-06-05T20:35\",\"LocalToTime\":\"2023-06-05 22:15\",\"ToUTCTime\":\"2023-06-05T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 05 Jun\",\"ArrivalDateTxt\":\"Mon, 05 Jun\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4430.8,\"PublishedFareTxt\":\"4,431\",\"ApiResultIndex\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-COK\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175}}}}},\"COK-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3097,\"Tax\":1333.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":160,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4430.8,\"PublishedFare\":4696.38,\"OfferedFare\":4401.38,\"CommissionEarned\":29.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7952550182_0HYDCOK6E6334_28775383482243\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":29.42,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1333.8,\"BaseFareCal\":4446.38,\"BaseFare\":3097,\"CommissionEarned\":29.42,\"TDS\":-1.55,\"MF\":10,\"YQ\":0,\"AGST\":160,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":29.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4696.38,\"CostToCustomer\":4696.38,\"BaseFareCal\":4446.38,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4446.38,\"intOfferedFare\":4401.38,\"intPublishFare\":4430.8,\"TripjackMarkup\":0,\"TripjackCommission\":29.42,\"TripjackTDS\":\"1.55\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":29.42,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"226\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-05T22:15\",\"SegFlightNumber\":\"6E-6334\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-05T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4d3ec-7871a-97241-21eac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-03T21:17:54.463\",\"strTraceId\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-05 12:00\",\"localToDateTime\":\"2023-06-09 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104765312364\",\"bookingId_TJ\":\"TJ104765312364\",\"FlightNumber\":\"6E-6334\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"strTraceId\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-06-05T20:35\",\"LocalFromTime\":\"2023-06-05 20:35\",\"FromUTCTime\":\"2023-06-05T20:35\",\"LocalToTime\":\"2023-06-05 22:15\",\"ToUTCTime\":\"2023-06-05T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 05 Jun\",\"ArrivalDateTxt\":\"Mon, 05 Jun\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10458.6,\"ApiResultIndex\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4d3ec-7871a-97241-21eac\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-03T21:17:54.463\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8194,\"Tax\":2264.6,\"YQTax\":0,\"OtherCharges\":1819,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":422,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10458.6,\"PublishedFare\":10970.76,\"OfferedFare\":10380.76,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2264.6,\"BaseFareCal\":10470.76,\"BaseFare\":8194,\"CommissionEarned\":77.84,\"TDS\":-4.1,\"MF\":20,\"YQ\":0,\"AGST\":422,\"MFT\":3.6,\"OT\":1819,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"226\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-05T22:15\",\"SegFlightNumber\":\"6E-6334\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-05T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"227\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-06-09T06:25\",\"SegFlightNumber\":\"6E-702\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-09T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"228\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-09T10:25\",\"SegFlightNumber\":\"6E-886\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-06-09T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7952550182_2HYDCOK6E6334_12863165471096\",\"localFromDateTime\":\"2023-06-05 20:35\",\"localToDateTime\":\"2023-06-05 22:15\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR104765312364\",\"bookingId_TJ\":\"TJ104765312364\",\"FlightNumber\":\"6E-702\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7952550182_1COKBLR6E702BLRHYD6E886_12863165216385\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-06-09T05:25\",\"LocalFromTime\":\"2023-06-09 05:25\",\"FromUTCTime\":\"2023-06-09T05:25\",\"LocalToTime\":\"2023-06-09 10:25\",\"ToUTCTime\":\"2023-06-09T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Fri, 09 Jun\",\"ArrivalDateTxt\":\"Fri, 09 Jun\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6027.8,\"PublishedFareTxt\":\"6,028\",\"ApiResultIndex\":\"5-7952550182_1COKBLR6E702BLRHYD6E886_12863165216385\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-COK\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175}}}}},\"COK-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5097,\"Tax\":930.8,\"YQTax\":0,\"OtherCharges\":657,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":262,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6027.8,\"PublishedFare\":6274.38,\"OfferedFare\":5979.38,\"CommissionEarned\":48.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7952550182_1COKBLR6E702BLRHYD6E886_28775384353184\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":48.42,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":930.8,\"BaseFareCal\":6024.38,\"BaseFare\":5097,\"CommissionEarned\":48.42,\"TDS\":-2.55,\"MF\":10,\"YQ\":0,\"AGST\":262,\"MFT\":1.8,\"OT\":657,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6274.38,\"CostToCustomer\":6274.38,\"BaseFareCal\":6024.38,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":6024.38,\"intOfferedFare\":5979.38,\"intPublishFare\":6027.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.42,\"TripjackTDS\":\"2.55\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":48.42,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"227\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-06-09T06:25\",\"SegFlightNumber\":\"6E-702\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-09T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"228\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-09T10:25\",\"SegFlightNumber\":\"6E-886\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-06-09T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"227\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4d3ec-7871a-97241-21eac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-03T21:17:54.463\",\"strTraceId\":\"5-7952550182_1COKBLR6E702BLRHYD6E886_12863165216385\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-05 12:00\",\"localToDateTime\":\"2023-06-09 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Kochi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"departure_date\":\"05\\/06\\/2023\",\"return_date\":\"09\\/06\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"COK\",\"from\":\"HYD\",\"to\":\"COK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"sourceCityId\":12538,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/06\\/2023\",\"return_dates\":\"09\\/06\\/2023\",\"strDepatureDate\":\"2023-06-05\",\"strReturnDate\":\"2023-06-09\",\"SearchFlightTraceId\":\"4d3ec-7871a-97241-21eac\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-COK-HYD\"}}','2023-06-03 21:16:37'),(517,'03877-872cd-deb03-c53d8','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 30 Jun\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 04 Jul\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"04\\/07\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"03877-872cd-deb03-c53d8\",\"apiTraceId\":\"1348-03877-872cd-deb03-c53d8\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-30\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30 00:45\",\"LocalToTime\":\"2023-07-01 01:10:00\",\"ToUTCTime\":\"2023-07-01 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":90000,\"PublishedFareTxt\":\"90,000\",\"ApiResultIndex\":\"1348-03877-872cd-deb03-c53d8\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":86000,\"Tax\":2000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":90000,\"PublishedFare\":90000,\"PublishedFareAgent\":90000,\"OfferedFareAgent\":90000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1348_18047\",\"ApiResultIndex\":\"1348_18047\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":86000,\"BaseFare\":86000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03R\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-30T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-07-05T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2023\",\"FromDateSort\":1688063400,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"TBA 1\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA 1\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"03K\",\"arrCommonInsVariables\":{\"strTraceId\":\"1348-03877-872cd-deb03-c53d8\",\"localFromDateTime\":\"2023-06-30 00:45\",\"localToDateTime\":\"2023-07-01 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":4,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1348-03877-872cd-deb03-c53d8\",\"strTraceId\":\"1348-03877-872cd-deb03-c53d8\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-30\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30 00:45\",\"LocalToTime\":\"2023-07-01 01:10:00\",\"ToUTCTime\":\"2023-07-01 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1348-03877-872cd-deb03-c53d8\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":86000,\"Tax\":2000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":90000,\"PublishedFare\":90000,\"PublishedFareAgent\":90000,\"OfferedFareAgent\":90000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1348_18047\",\"ApiResultIndex\":\"1348_18047\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":86000,\"BaseFare\":86000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03R\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-30T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-07-05T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1348_18047\",\"SearchTraceId\":\"03877-872cd-deb03-c53d8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"gtx\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"03877-872cd-deb03-c53d8\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Bangkok\"],\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-06-05 16:23:57\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-06-05 16:24:31'),(519,'28fc9-12c99-729b1-ba1d1','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 23 Jun\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HDD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 27 Jun\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"27\\/06\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"28fc9-12c99-729b1-ba1d1\",\"apiTraceId\":\"1347-28fc9-12c99-729b1-ba1d1\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-23\",\"LocalFromTime\":\"2023-06-23 00:45\",\"FromUTCTime\":\"2023-06-23 00:45\",\"LocalToTime\":\"2023-06-24 01:10:00\",\"ToUTCTime\":\"2023-06-24 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12539\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HDD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":90000,\"PublishedFareTxt\":\"90,000\",\"ApiResultIndex\":\"1347-28fc9-12c99-729b1-ba1d1\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":86000,\"Tax\":2000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":90000,\"PublishedFare\":90000,\"PublishedFareAgent\":90000,\"OfferedFareAgent\":90000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1347_18048\",\"ApiResultIndex\":\"1347_18048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":86000,\"BaseFare\":86000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HDD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, PK - Hyderabad (HDD), Pakistan\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-23T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-23T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00I\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-28T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-27T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00J\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2023\",\"FromDateSort\":1687458600,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"TBA 1\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA 1\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1347-28fc9-12c99-729b1-ba1d1\",\"localFromDateTime\":\"2023-06-23 00:45\",\"localToDateTime\":\"2023-06-24 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":4,\"intSourceCityId\":\"12539\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1347-28fc9-12c99-729b1-ba1d1\",\"strTraceId\":\"1347-28fc9-12c99-729b1-ba1d1\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-23\",\"LocalFromTime\":\"2023-06-23 00:45\",\"FromUTCTime\":\"2023-06-23 00:45\",\"LocalToTime\":\"2023-06-24 01:10:00\",\"ToUTCTime\":\"2023-06-24 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12539\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HDD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1347-28fc9-12c99-729b1-ba1d1\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":86000,\"Tax\":2000,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":90000,\"PublishedFare\":90000,\"PublishedFareAgent\":90000,\"OfferedFareAgent\":90000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1347_18048\",\"ApiResultIndex\":\"1347_18048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":86000,\"BaseFare\":86000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2000,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":90000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HDD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, PK - Hyderabad (HDD), Pakistan\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-23T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-23T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00I\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-28T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-27T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"00J\"}]}}],\"apiTraceId\":\"1347_18048\",\"SearchTraceId\":\"28fc9-12c99-729b1-ba1d1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HDD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"23\\/06\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"gtx\",\"from_city\":[\"2__HDD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12539],\"intCountryCode\":\"PK\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"28fc9-12c99-729b1-ba1d1\",\"sourceCityAirportCode\":[\"HDD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Bangkok\"],\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-06-05 16:32:47\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-06-05 16:34:34'),(521,'51e67-cdefe-4e140-f5eb0','{\"FlightBookingData\":[{\"bookingId\":\"BKR109365522375\",\"bookingId_TJ\":\"TJ109365522375\",\"FlightNumber\":\"6E-531\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2023-06-10T05:35\",\"LocalFromTime\":\"2023-06-10 05:35\",\"FromUTCTime\":\"2023-06-10T05:35\",\"LocalToTime\":\"2023-06-10 09:10\",\"ToUTCTime\":\"2023-06-10T09:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 10 Jun\",\"ArrivalDateTxt\":\"Sat, 10 Jun\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":21611.2,\"PublishedFareTxt\":\"21,611\",\"ApiResultIndex\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-COK\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}}}},\"COK-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15892,\"Tax\":5719.2,\"YQTax\":0,\"OtherCharges\":4848,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":824,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21611.2,\"PublishedFare\":21747.68,\"OfferedFare\":21452.68,\"CommissionEarned\":158.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5454519876_0HYDMAA6E531MAACOK6E905_46540340073099\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":158.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2859.6,\"BaseFareCal\":10771.34,\"BaseFare\":7946,\"CommissionEarned\":79.26,\"TDS\":-4.18,\"MF\":20,\"YQ\":0,\"AGST\":412,\"MFT\":3.6,\"OT\":2424,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":2859.6,\"BaseFareCal\":10771.34,\"BaseFare\":7946,\"CommissionEarned\":79.26,\"TDS\":-4.18,\"MF\":20,\"YQ\":0,\"AGST\":412,\"MFT\":3.6,\"OT\":2424,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":158.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":21747.68,\"CostToCustomer\":21747.68,\"BaseFareCal\":21497.68,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":21497.68,\"intOfferedFare\":21452.68,\"intPublishFare\":21611.2,\"TripjackMarkup\":0,\"TripjackCommission\":158.52,\"TripjackTDS\":\"8.36\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":158.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-06-10T06:45\",\"SegFlightNumber\":\"6E-531\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-10T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":70,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"674\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-10T09:10\",\"SegFlightNumber\":\"6E-905\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-06-10T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"51e67-cdefe-4e140-f5eb0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-07T00:08:02.886\",\"strTraceId\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-10 12:00\",\"localToDateTime\":\"2023-06-14 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109365522375\",\"bookingId_TJ\":\"TJ109365522375\",\"FlightNumber\":\"6E-531\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"strTraceId\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2023-06-10T05:35\",\"LocalFromTime\":\"2023-06-10 05:35\",\"FromUTCTime\":\"2023-06-10T05:35\",\"LocalToTime\":\"2023-06-10 09:10\",\"ToUTCTime\":\"2023-06-10T09:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 10 Jun\",\"ArrivalDateTxt\":\"Sat, 10 Jun\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":36078.4,\"ApiResultIndex\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"51e67-cdefe-4e140-f5eb0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-07T00:08:02.886\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":27292,\"Tax\":8786.4,\"YQTax\":0,\"OtherCharges\":7276,\"Discount\":0,\"ServiceFee\":80,\"ManagementFeeTax\":14.4,\"AirlineGSTComponent\":1416,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":36078.4,\"PublishedFare\":36101.2,\"OfferedFare\":35806.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4393.2,\"BaseFareCal\":17948.1,\"BaseFare\":13646,\"CommissionEarned\":136.10000000000002,\"TDS\":-7.18,\"MF\":40,\"YQ\":0,\"AGST\":708,\"MFT\":7.2,\"OT\":3638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":4393.2,\"BaseFareCal\":17948.1,\"BaseFare\":13646,\"CommissionEarned\":136.10000000000002,\"TDS\":-7.18,\"MF\":40,\"YQ\":0,\"AGST\":708,\"MFT\":7.2,\"OT\":3638,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":22.5,\"AddiMarkup\":125,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"673\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-06-10T06:45\",\"SegFlightNumber\":\"6E-531\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-10T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":70,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"674\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-10T09:10\",\"SegFlightNumber\":\"6E-905\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-06-10T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"580\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-14T19:55\",\"SegFlightNumber\":\"6E-697\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-14T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5454519876_5HYDMAA6E531MAACOK6E905_43905471226855\",\"localFromDateTime\":\"2023-06-10 05:35\",\"localToDateTime\":\"2023-06-10 09:10\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR109365522375\",\"bookingId_TJ\":\"TJ109365522375\",\"FlightNumber\":\"6E-697\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5454519876_2COKHYD6E697_43905470771307\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"19:55\",\"TravelDate\":\"2023-06-14T18:20\",\"LocalFromTime\":\"2023-06-14 18:20\",\"FromUTCTime\":\"2023-06-14T18:20\",\"LocalToTime\":\"2023-06-14 19:55\",\"ToUTCTime\":\"2023-06-14T19:55\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 14 Jun\",\"ArrivalDateTxt\":\"Wed, 14 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":14467.2,\"PublishedFareTxt\":\"14,467\",\"ApiResultIndex\":\"5-5454519876_2COKHYD6E697_43905470771307\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-COK\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}}}},\"COK-HYD\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11400,\"Tax\":3067.2,\"YQTax\":0,\"OtherCharges\":2428,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":592,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14467.2,\"PublishedFare\":14353.52,\"OfferedFare\":14353.52,\"CommissionEarned\":113.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5454519876_1COKHYD6E697_46540341428751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":113.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1533.6,\"BaseFareCal\":7176.76,\"BaseFare\":5700,\"CommissionEarned\":56.84,\"TDS\":-3,\"MF\":20,\"YQ\":0,\"AGST\":296,\"MFT\":3.6,\"OT\":1214,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1533.6,\"BaseFareCal\":7176.76,\"BaseFare\":5700,\"CommissionEarned\":56.84,\"TDS\":-3,\"MF\":20,\"YQ\":0,\"AGST\":296,\"MFT\":3.6,\"OT\":1214,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":113.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":14353.52,\"CostToCustomer\":14353.52,\"BaseFareCal\":14353.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":14353.52,\"intOfferedFare\":14353.52,\"intPublishFare\":14467.2,\"TripjackMarkup\":0,\"TripjackCommission\":113.68,\"TripjackTDS\":\"6\",\"AddiMarkup\":0,\"CommisionPass\":113.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"580\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-14T19:55\",\"SegFlightNumber\":\"6E-697\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-14T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"580\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"51e67-cdefe-4e140-f5eb0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-07T00:08:02.886\",\"strTraceId\":\"5-5454519876_2COKHYD6E697_43905470771307\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-10 12:00\",\"localToDateTime\":\"2023-06-14 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Kochi\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"departure_date\":\"10\\/06\\/2023\",\"return_date\":\"14\\/06\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"COK\",\"from\":\"HYD\",\"to\":\"COK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"sourceCityId\":12538,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"0\",\"departure_dates\":\"10\\/06\\/2023\",\"return_dates\":\"14\\/06\\/2023\",\"strDepatureDate\":\"2023-06-10\",\"strReturnDate\":\"2023-06-14\",\"SearchFlightTraceId\":\"51e67-cdefe-4e140-f5eb0\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-COK-HYD\"}}','2023-06-07 00:06:45'),(523,'c43d4-1687b-7f76d-fce9a','{\"FlightBookingData\":[{\"bookingId\":\"BKR106365557671\",\"bookingId_TJ\":\"TJ106365557671\",\"FlightNumber\":\"6E-6334\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-06-08T20:35\",\"LocalFromTime\":\"2023-06-08 20:35\",\"FromUTCTime\":\"2023-06-08T20:35\",\"LocalToTime\":\"2023-06-08 22:15\",\"ToUTCTime\":\"2023-06-08T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 08 Jun\",\"ArrivalDateTxt\":\"Thu, 08 Jun\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4171.8,\"PublishedFareTxt\":\"4,172\",\"ApiResultIndex\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-COK\":{\"fr\":{\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2850,\"Tax\":1321.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4171.8,\"PublishedFare\":4438.38,\"OfferedFare\":4143.38,\"CommissionEarned\":28.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3593196200_0HYDCOK6E6334_13305782148734\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":28.42,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1321.8,\"BaseFareCal\":4188.38,\"BaseFare\":2850,\"CommissionEarned\":28.42,\"TDS\":-1.5,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":28.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4438.38,\"CostToCustomer\":4438.38,\"BaseFareCal\":4188.38,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4188.38,\"intOfferedFare\":4143.38,\"intPublishFare\":4171.8,\"TripjackMarkup\":0,\"TripjackCommission\":28.42,\"TripjackTDS\":\"1.5\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":28.42,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"176\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-08T22:15\",\"SegFlightNumber\":\"6E-6334\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-08T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c43d4-1687b-7f76d-fce9a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-07T14:24:07.367\",\"strTraceId\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106365557671\",\"bookingId_TJ\":\"TJ106365557671\",\"FlightNumber\":\"6E-6334\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"strTraceId\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-06-08T20:35\",\"LocalFromTime\":\"2023-06-08 20:35\",\"FromUTCTime\":\"2023-06-08T20:35\",\"LocalToTime\":\"2023-06-08 22:15\",\"ToUTCTime\":\"2023-06-08T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 08 Jun\",\"ArrivalDateTxt\":\"Thu, 08 Jun\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4171.8,\"ApiResultIndex\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c43d4-1687b-7f76d-fce9a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-07T14:24:07.367\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2850,\"Tax\":1321.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4171.8,\"PublishedFare\":4438.38,\"OfferedFare\":4143.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1321.8,\"BaseFareCal\":4188.38,\"BaseFare\":2850,\"CommissionEarned\":28.42,\"TDS\":-1.5,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"176\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-06-08T22:15\",\"SegFlightNumber\":\"6E-6334\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-08T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3593196200_0HYDCOK6E6334_14360859180053\",\"localFromDateTime\":\"2023-06-08 20:35\",\"localToDateTime\":\"2023-06-08 22:15\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Kochi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"departure_date\":\"08\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"COK\",\"from\":\"HYD\",\"to\":\"COK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"sourceCityId\":12538,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c43d4-1687b-7f76d-fce9a\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-COK\"}}','2023-06-07 14:22:49'),(525,'c891d-9cef7-134f5-91cbc','{\"FlightBookingData\":[{\"bookingId\":\"BKR107966013920\",\"bookingId_TJ\":\"TJ107966013920\",\"FlightNumber\":\"AI-769\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-06-16T10:00\",\"LocalFromTime\":\"2023-06-16 10:00\",\"FromUTCTime\":\"2023-06-16T10:00\",\"LocalToTime\":\"2023-06-16 19:20\",\"ToUTCTime\":\"2023-06-16T19:20\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":560,\"DepartureDateTxt\":\"Fri, 16 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"9h 20m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":22511,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"RAJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8408.8,\"PublishedFareTxt\":\"8,409\",\"ApiResultIndex\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-RAJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable (Basic fare forfeited), If cancelled less than 3 Hours before departure\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":2000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":100,\"ARF\":2000,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6743,\"Tax\":1665.8,\"YQTax\":0,\"OtherCharges\":960,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":354,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":8408.8,\"PublishedFare\":8478.28,\"OfferedFare\":8183.28,\"CommissionEarned\":225.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0613764429_0CCUDELAI769DELRAJAI403_21940282547023\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":225.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1665.8,\"BaseFareCal\":8228.28,\"BaseFare\":6743,\"CommissionEarned\":225.52,\"TDS\":-11.87,\"MF\":10,\"YQ\":0,\"AGST\":354,\"MFT\":1.8,\"OT\":960,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":225.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":8478.28,\"CostToCustomer\":8478.28,\"BaseFareCal\":8228.28,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":8228.28,\"intOfferedFare\":8183.28,\"intPublishFare\":8408.8,\"TripjackMarkup\":0,\"TripjackCommission\":225.52,\"TripjackTDS\":\"11.87\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":225.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"723\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-16T12:20\",\"SegFlightNumber\":\"AI-769\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-06-16T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"724\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Rajkot Civil Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Rajkot\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RAJ\",\"destinationArrTime\":\"2023-06-16T19:20\",\"SegFlightNumber\":\"AI-403\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-16T17:25\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c891d-9cef7-134f5-91cbc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-13T15:36:26.082\",\"strTraceId\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"RAJ\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":22511,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107966013920\",\"bookingId_TJ\":\"TJ107966013920\",\"FlightNumber\":\"AI-769\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"strTraceId\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-06-16T10:00\",\"LocalFromTime\":\"2023-06-16 10:00\",\"FromUTCTime\":\"2023-06-16T10:00\",\"LocalToTime\":\"2023-06-16 19:20\",\"ToUTCTime\":\"2023-06-16T19:20\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":560,\"DepartureDateTxt\":\"Fri, 16 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"9h 20m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":22511,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"RAJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8408.8,\"ApiResultIndex\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"c891d-9cef7-134f5-91cbc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-13T15:36:26.082\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6743,\"Tax\":1665.8,\"YQTax\":0,\"OtherCharges\":960,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":354,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":8408.8,\"PublishedFare\":8478.28,\"OfferedFare\":8183.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1665.8,\"BaseFareCal\":8228.28,\"BaseFare\":6743,\"CommissionEarned\":225.52,\"TDS\":-11.87,\"MF\":10,\"YQ\":0,\"AGST\":354,\"MFT\":1.8,\"OT\":960,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"723\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-16T12:20\",\"SegFlightNumber\":\"AI-769\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-06-16T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":305,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"724\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Rajkot Civil Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Rajkot\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RAJ\",\"destinationArrTime\":\"2023-06-16T19:20\",\"SegFlightNumber\":\"AI-403\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-16T17:25\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-0613764429_21CCUDELAI769DELRAJAI403_30593087164346\",\"localFromDateTime\":\"2023-06-16 10:00\",\"localToDateTime\":\"2023-06-16 19:20\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"RAJ\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":22511,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Rajkot\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"RAJ\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Rajkot, IN - Rajkot Civil Arpt RAJ, India\",\"departure_date\":\"16\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Rajkot Civil Arpt RAJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"RAJ\",\"from\":\"CCU\",\"to\":\"RAJ\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Rajkot, IN - Rajkot Civil Arpt RAJ, India\",\"sourceCityId\":14323,\"destinationCityId\":22511,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c891d-9cef7-134f5-91cbc\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-RAJ\"}}','2023-06-13 15:35:07'),(527,'e66e9-0e4fd-36e01-32484','{\"FlightBookingData\":[{\"bookingId\":\"BKR109766018187\",\"bookingId_TJ\":\"TJ109766018187\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-06-14T09:20\",\"LocalFromTime\":\"2023-06-14 09:20\",\"FromUTCTime\":\"2023-06-14T09:20\",\"LocalToTime\":\"2023-06-14 10:45\",\"ToUTCTime\":\"2023-06-14T10:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 14 Jun\",\"ArrivalDateTxt\":\"Wed, 14 Jun\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5486.8,\"PublishedFareTxt\":\"5,487\",\"ApiResultIndex\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5486.8,\"PublishedFare\":6312.8,\"OfferedFare\":5486.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2981199770_0DELIXJSG160_105379070221203\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":5612.8,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":6312.8,\"CostToCustomer\":6312.8,\"BaseFareCal\":5612.8,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":5612.8,\"intOfferedFare\":5486.8,\"intPublishFare\":5486.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-06-14T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-14T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e66e9-0e4fd-36e01-32484\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-13T16:28:41.352\",\"strTraceId\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109766018187\",\"bookingId_TJ\":\"TJ109766018187\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"strTraceId\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-06-14T09:20\",\"LocalFromTime\":\"2023-06-14 09:20\",\"FromUTCTime\":\"2023-06-14T09:20\",\"LocalToTime\":\"2023-06-14 10:45\",\"ToUTCTime\":\"2023-06-14T10:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 14 Jun\",\"ArrivalDateTxt\":\"Wed, 14 Jun\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5486.8,\"ApiResultIndex\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"e66e9-0e4fd-36e01-32484\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-13T16:28:41.352\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5486.8,\"PublishedFare\":6312.8,\"OfferedFare\":5486.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":5612.8,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-06-14T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-14T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2981199770_0DELIXJSG160_1323913942195\",\"localFromDateTime\":\"2023-06-14 09:20\",\"localToDateTime\":\"2023-06-14 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"14\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e66e9-0e4fd-36e01-32484\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-06-13 16:27:23'),(529,'437c7-a9e3d-8a40a-d13be','{\"FlightBookingData\":[{\"bookingId\":\"BKR115166050680\",\"bookingId_TJ\":\"TJ115166050680\",\"FlightNumber\":\"AI-523\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"14:10\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-06-15T14:10\",\"LocalFromTime\":\"2023-06-15 14:10\",\"FromUTCTime\":\"2023-06-15T14:10\",\"LocalToTime\":\"2023-06-16 19:35\",\"ToUTCTime\":\"2023-06-16T19:35\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1275,\"LAYOVERDuration\":\"21h 15m\",\"FlyingMinutes\":1675,\"DepartureDateTxt\":\"Thu, 15 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"29h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21900,\"Tax\":23292.6,\"YQTax\":6596,\"OtherCharges\":4681,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1452,\"CarrierMiscFee\":540,\"MUFee\":10000,\"intPublishedFare\":45192.600000000006,\"PublishedFare\":44859.26,\"OfferedFare\":5023.6,\"CommissionEarned\":333.34,\"CommisionPass\":333.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-9206516559_1BKKBOMAI331BOMHYDAI619_65294367638153\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Basic\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":1525.42,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":8474.58,\"GSTOnMarkUp\":1525.42,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":23292.6,\"BaseFareCal\":36384.68,\"BaseFare\":21900,\"CommissionEarned\":333.34,\"TDS\":-17.54,\"MF\":20,\"YQ\":6596,\"AGST\":1452,\"MFT\":3.6,\"OT\":4681,\"MU\":10000,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1525.42,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":8474.58,\"GSTOnMarkUp\":1525.42,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"18\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-15T16:35\",\"SegFlightNumber\":\"AI-523\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"H\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-15T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":145,\"GroundTime\":1275,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"21h 15m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"19\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-06-16T19:35\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"H\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-16T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"5KG\",\"Price\":6536,\"amount\":6536,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"25KG\",\"Price\":12600,\"amount\":12600,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"10KG\",\"Price\":13073,\"amount\":13073,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"15KG\",\"Price\":19609,\"amount\":19609,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"20KG\",\"Price\":26145,\"amount\":26145,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"437c7-a9e3d-8a40a-d13be\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-15 12:00\",\"localToDateTime\":\"2023-06-20 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115166050680\",\"bookingId_TJ\":\"TJ115166050680\",\"FlightNumber\":\"AI-523\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"strTraceId\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"14:10\",\"ArrivalTime\":\"19:35\",\"TravelDate\":\"2023-06-15T14:10\",\"LocalFromTime\":\"2023-06-15 14:10\",\"FromUTCTime\":\"2023-06-15T14:10\",\"LocalToTime\":\"2023-06-16 19:35\",\"ToUTCTime\":\"2023-06-16T19:35\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1275,\"LAYOVERDuration\":\"21h 15m\",\"FlyingMinutes\":1675,\"DepartureDateTxt\":\"Thu, 15 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"29h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":44859.26,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"437c7-a9e3d-8a40a-d13be\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21900,\"Tax\":23292.6,\"YQTax\":6596,\"OtherCharges\":4681,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1452,\"CarrierMiscFee\":540,\"MUFee\":10000,\"intPublishedFare\":45192.600000000006,\"PublishedFare\":44859.26,\"OfferedFare\":5023.6,\"CommissionEarned\":333.34,\"CommisionPass\":333.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-9206516559_1BKKBOMAI331BOMHYDAI619_65294367638153\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Basic\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":1525.42,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":8474.58,\"GSTOnMarkUp\":1525.42,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":23292.6,\"BaseFareCal\":36384.68,\"BaseFare\":21900,\"CommissionEarned\":333.34,\"TDS\":-17.54,\"MF\":20,\"YQ\":6596,\"AGST\":1452,\"MFT\":3.6,\"OT\":4681,\"MU\":10000,\"YR\":540,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1525.42,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":8474.58,\"GSTOnMarkUp\":1525.42,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"18\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-15T16:35\",\"SegFlightNumber\":\"AI-523\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"H\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-15T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":145,\"GroundTime\":1275,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"21h 15m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"19\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-06-16T19:35\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"H\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-16T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"19:35\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"20\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-20T23:50\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-06-20T20:50\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":1225,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"23:50\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"20h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"21\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-21T21:45\",\"SegFlightNumber\":\"AI-619\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-21T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-9206516559_176HYDDELAI523DELBKKAI332BKKBOMAI331BOMHYDAI619_34667377467390\",\"localFromDateTime\":\"2023-06-15 14:10\",\"localToDateTime\":\"2023-06-16 19:35\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR115166050680\",\"bookingId_TJ\":\"TJ115166050680\",\"FlightNumber\":\"AI-331\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:50\",\"ArrivalTime\":\"21:45\",\"TravelDate\":\"2023-06-20T20:50\",\"LocalFromTime\":\"2023-06-20 20:50\",\"FromUTCTime\":\"2023-06-20T20:50\",\"LocalToTime\":\"2023-06-21 21:45\",\"ToUTCTime\":\"2023-06-21T21:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1225,\"LAYOVERDuration\":\"20h 25m\",\"FlyingMinutes\":1585,\"DepartureDateTxt\":\"Tue, 20 Jun\",\"ArrivalDateTxt\":\"Wed, 21 Jun\",\"FlightDuration\":\"24h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"20\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-20T23:50\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-06-20T20:50\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":1225,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"23:50\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"20h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"21\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-06-21T21:45\",\"SegFlightNumber\":\"AI-619\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-21T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"20\",\"Code\":\"5KG\",\"Price\":6595,\"amount\":6595,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"20\",\"Code\":\"10KG\",\"Price\":13189,\"amount\":13189,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"20\",\"Code\":\"15KG\",\"Price\":19783,\"amount\":19783,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"20\",\"Code\":\"20KG\",\"Price\":26377,\"amount\":26377,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"18\",\"Code\":\"20KG\",\"Price\":26145,\"amount\":26145,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"437c7-a9e3d-8a40a-d13be\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-15 12:00\",\"localToDateTime\":\"2023-06-20 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"15\\/06\\/2023\",\"return_date\":\"20\\/06\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/06\\/2023\",\"return_dates\":\"20\\/06\\/2023\",\"strDepatureDate\":\"2023-06-15\",\"strReturnDate\":\"2023-06-20\",\"SearchFlightTraceId\":\"437c7-a9e3d-8a40a-d13be\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-06-14 01:55:14'),(531,'f4777-019b9-946f8-24115','{\"FlightBookingData\":[{\"bookingId\":\"BKR105066134678\",\"bookingId_TJ\":\"TJ105066134678\",\"FlightNumber\":\"UK-952\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2023-06-16T12:50\",\"LocalFromTime\":\"2023-06-16 12:50\",\"FromUTCTime\":\"2023-06-16T12:50\",\"LocalToTime\":\"2023-06-16 14:45\",\"ToUTCTime\":\"2023-06-16T14:45\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 16 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4922.8,\"PublishedFareTxt\":\"4,923\",\"ApiResultIndex\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 26 Hrs before scheduled departure__nls__Change Penalty : INR 3,150\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9,\"ARF\":3150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,675\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3675,\"CCFT\":9,\"ACFT\":183.75,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4170,\"Tax\":752.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":217,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4922.8,\"PublishedFare\":4995.14,\"OfferedFare\":4700.14,\"CommissionEarned\":222.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7049931012_0BOMDELUK952_96810871674714\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":222.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.8,\"BaseFareCal\":4745.14,\"BaseFare\":4170,\"CommissionEarned\":222.66,\"TDS\":-11.72,\"MF\":10,\"YQ\":0,\"AGST\":217,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":222.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4995.14,\"CostToCustomer\":4995.14,\"BaseFareCal\":4745.14,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4745.14,\"intOfferedFare\":4700.14,\"intPublishFare\":4922.8,\"TripjackMarkup\":0,\"TripjackCommission\":222.66,\"TripjackTDS\":\"11.72\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":222.66,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"501\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-16T14:45\",\"SegFlightNumber\":\"UK-952\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-16T12:50\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f4777-019b9-946f8-24115\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-15T10:47:47.884\",\"strTraceId\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105066134678\",\"bookingId_TJ\":\"TJ105066134678\",\"FlightNumber\":\"UK-952\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"strTraceId\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2023-06-16T12:50\",\"LocalFromTime\":\"2023-06-16 12:50\",\"FromUTCTime\":\"2023-06-16T12:50\",\"LocalToTime\":\"2023-06-16 14:45\",\"ToUTCTime\":\"2023-06-16T14:45\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 16 Jun\",\"ArrivalDateTxt\":\"Fri, 16 Jun\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4922.8,\"ApiResultIndex\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"f4777-019b9-946f8-24115\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-15T10:47:47.884\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4170,\"Tax\":752.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":217,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4922.8,\"PublishedFare\":4995.14,\"OfferedFare\":4700.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.8,\"BaseFareCal\":4745.14,\"BaseFare\":4170,\"CommissionEarned\":222.66,\"TDS\":-11.72,\"MF\":10,\"YQ\":0,\"AGST\":217,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"501\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-16T14:45\",\"SegFlightNumber\":\"UK-952\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-06-16T12:50\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-7049931012_0BOMDELUK952_1673331328181\",\"localFromDateTime\":\"2023-06-16 12:50\",\"localToDateTime\":\"2023-06-16 14:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"16\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f4777-019b9-946f8-24115\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-06-15 10:46:29'),(536,'296bd-6cb23-2e81a-9b851','{\"BookingData\":[{\"bookingId\":\"BKR107566239813\",\"bookingId_TJ\":\"TJ107566239813\",\"FlightNumber\":\"6E-6005\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-06-20T22:50\",\"LocalFromTime\":\"2023-06-20 22:50\",\"FromUTCTime\":\"2023-06-20T22:50\",\"LocalToTime\":\"2023-06-21 01:00\",\"ToUTCTime\":\"2023-06-21T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 20 Jun\",\"ArrivalDateTxt\":\"Wed, 21 Jun\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"PublishedFareTxt\":\"5,862\",\"ApiResultIndex\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5102,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":6105.91,\"OfferedFare\":5810.91,\"CommissionEarned\":50.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6077452952_0DELCCU6E6005_38338967975217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":50.89,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":5855.91,\"BaseFare\":5102,\"CommissionEarned\":50.89,\"TDS\":-2.68,\"MF\":10,\"YQ\":0,\"AGST\":260,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6105.91,\"CostToCustomer\":6105.91,\"BaseFareCal\":5855.91,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":5855.91,\"intOfferedFare\":5810.91,\"intPublishFare\":5861.8,\"TripjackMarkup\":0,\"TripjackCommission\":50.89,\"TripjackTDS\":\"2.68\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":50.89,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"428\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-06-21T01:00\",\"SegFlightNumber\":\"6E-6005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-20T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"SAKD\",\"Price\":300,\"amount\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VBIR\",\"Price\":400,\"amount\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"PBMR\",\"Price\":450,\"amount\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"296bd-6cb23-2e81a-9b851\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-16T16:33:16.707\",\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107566239813\",\"bookingId_TJ\":\"TJ107566239813\",\"FlightNumber\":\"6E-6005\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-06-20T22:50\",\"LocalFromTime\":\"2023-06-20 22:50\",\"FromUTCTime\":\"2023-06-20T22:50\",\"LocalToTime\":\"2023-06-21 01:00\",\"ToUTCTime\":\"2023-06-21T01:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 20 Jun\",\"ArrivalDateTxt\":\"Wed, 21 Jun\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"ApiResultIndex\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"296bd-6cb23-2e81a-9b851\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-16T16:33:16.707\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5102,\"Tax\":759.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":6105.91,\"OfferedFare\":5810.91,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":759.8,\"BaseFareCal\":5855.91,\"BaseFare\":5102,\"CommissionEarned\":50.89,\"TDS\":-2.68,\"MF\":10,\"YQ\":0,\"AGST\":260,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"428\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-06-21T01:00\",\"SegFlightNumber\":\"6E-6005\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-20T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6077452952_0DELCCU6E6005_16004094915811\",\"localFromDateTime\":\"2023-06-20 22:50\",\"localToDateTime\":\"2023-06-21 01:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"20\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"296bd-6cb23-2e81a-9b851\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Kolkata&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=20%2F06%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-06-16-16-32-08\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"735306\",\"TPSysId\":\"735307\",\"VersionId\":[\"218943\"],\"CustomerSysId\":\"307069\",\"TrxId\":\"60620\",\"FareBreakdownid\":[\"379549\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"90\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"30\"],\"flight_booking_id\":[\"90\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"90\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6105.91},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"307069\",\"TPSysId\":\"735307\",\"MasterTPSysId\":\"735306\",\"ProposalID\":\"735307\\/V1\",\"InvoiceDate\":\"2023-06-16\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-06-16\",\"PaymentDate\":\"2023-06-16\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":6015.91,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6105.91,\"TotalDueAmount\":0,\"InvoiceValue\":6105.91,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-CCU-IndiGo 6E-6005\",\"ItemQty\":1,\"ItemRates\":5515.91,\"Total\":5515.91,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6105.91,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":6015.91,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-06-16 16:37:38'),(537,'a7037-2a5fe-0a45d-90247','{\"BookingData\":[{\"FlightNumber\":\"I5-1529\",\"keyIndex\":85,\"SegFlightNumberArr\":\"I5-1529 +2\",\"AirlineName\":\"Airasia india\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5241684803_12HYDCOK6E6305_13615065352683\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-08-20T08:55\",\"LocalFromTime\":\"2023-08-20 08:55\",\"FromUTCTime\":\"2023-08-20T08:55\",\"LocalToTime\":\"2023-08-20 21:00\",\"ToUTCTime\":\"2023-08-20T21:00\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Vishakhapatanam\",\"GroundTime\":485,\"LAYOVERDuration\":\"8h 5m\",\"FlyingMinutes\":725,\"DepartureDateTxt\":\"Sun, 20 Aug\",\"ArrivalDateTxt\":\"Sun, 20 Aug\",\"FlightDuration\":\"12h 5m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"COK\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3860,\"PublishedFareTxt\":\"3,860\",\"ApiResultIndex\":\"22-16-5241684803_0HYDVTZI51529VTZBLRI51529BLRCOKI5991_13613437821186\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"a7037-2a5fe-0a45d-90247\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"374\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Vishakhapatnam\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vishakhapatanam\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VTZ\",\"destinationArrTime\":\"2023-08-20T10:20\",\"SegFlightNumber\":\"I5-1529\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-20T08:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":40,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Vishakhapatanam\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"375\",\"originAirportName\":\"Vishakhapatnam\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Vishakhapatanam\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-20T12:30\",\"SegFlightNumber\":\"I5-1529\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"VTZ\",\"originDepTime\":\"2023-08-20T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":445,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"376\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-08-20T21:00\",\"SegFlightNumber\":\"I5-991\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-20T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00V\"},{\"keyIndex\":38,\"FlightNumber\":\"6E-728\",\"SegFlightNumberArr\":\"6E-728 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064947919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-08-23T07:00\",\"LocalFromTime\":\"2023-08-23 07:00\",\"FromUTCTime\":\"2023-08-23T07:00\",\"LocalToTime\":\"2023-08-23 10:25\",\"ToUTCTime\":\"2023-08-23T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":80,\"LAYOVERDuration\":\"1h 20m\",\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3657.05,\"PublishedFareTxt\":\"3,657\",\"ApiResultIndex\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064946742\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"a7037-2a5fe-0a45d-90247\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2582,\"Tax\":805.8,\"YQTax\":0,\"OtherCharges\":794,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3387.8,\"PublishedFare\":3658,\"PublishedFarePerPax\":3658,\"OfferedFare\":3362.05,\"CommissionEarned\":25.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064947919\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":805.8,\"BaseFareCal\":3407.05,\"BaseFare\":2582,\"CommissionEarned\":25.75,\"TDS\":-1.36,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"COK-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"06C\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:00\",\"SegFlightNumber\":\"6E-728\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-08-23T07:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":80,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 20m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-23T10:25\",\"SegFlightNumber\":\"6E-886\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01P\"}],\"FlightBookingDataInbound\":{\"keyIndex\":38,\"FlightNumber\":\"6E-728\",\"SegFlightNumberArr\":\"6E-728 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064947919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-08-23T07:00\",\"LocalFromTime\":\"2023-08-23 07:00\",\"FromUTCTime\":\"2023-08-23T07:00\",\"LocalToTime\":\"2023-08-23 10:25\",\"ToUTCTime\":\"2023-08-23T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":80,\"LAYOVERDuration\":\"1h 20m\",\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 25m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3657.05,\"PublishedFareTxt\":\"3,657\",\"ApiResultIndex\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064946742\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"a7037-2a5fe-0a45d-90247\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2582,\"Tax\":805.8,\"YQTax\":0,\"OtherCharges\":794,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3387.8,\"PublishedFare\":3658,\"PublishedFarePerPax\":3658,\"OfferedFare\":3362.05,\"CommissionEarned\":25.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5241684803_0COKBLR6E728BLRHYD6E886_13615064947919\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":805.8,\"BaseFareCal\":3407.05,\"BaseFare\":2582,\"CommissionEarned\":25.75,\"TDS\":-1.36,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"COK-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"06C\"},\"Segments\":[{\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:00\",\"SegFlightNumber\":\"6E-728\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-08-23T07:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":80,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 20m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-23T10:25\",\"SegFlightNumber\":\"6E-886\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01P\"}}','2023-06-17 12:10:45'),(539,'7d564-f975a-5687c-26be0','{\"BookingData\":[{\"bookingId\":\"BKR110766287363\",\"bookingId_TJ\":\"TJ110766287363\",\"FlightNumber\":\"6E-1133\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-06-22T10:10\",\"LocalFromTime\":\"2023-06-22 10:10\",\"FromUTCTime\":\"2023-06-22T10:10\",\"LocalToTime\":\"2023-06-22 11:10\",\"ToUTCTime\":\"2023-06-22T11:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":14275,\"DestPlaceSysId\":16508,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8077.8,\"PublishedFareTxt\":\"8,078\",\"ApiResultIndex\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"COK-MLE\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARFT\":250,\"CRF\":50,\"ARF\":5000,\"CRFT\":9},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"CCFT\":18,\"CCF\":100,\"ACF\":6500},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6000,\"Tax\":2077.8,\"YQTax\":0,\"OtherCharges\":1763,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":303,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8077.8,\"PublishedFare\":8315.8,\"OfferedFare\":8020.8,\"CommissionEarned\":57,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2862667518_0COKMLE6E1133_10938520895039\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2077.8,\"BaseFareCal\":8065.8,\"BaseFare\":6000,\"CommissionEarned\":57,\"TDS\":-3,\"MF\":10,\"YQ\":0,\"AGST\":303,\"MFT\":1.8,\"OT\":1763,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":8315.8,\"CostToCustomer\":8315.8,\"BaseFareCal\":8065.8,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":8065.8,\"intOfferedFare\":8020.8,\"intPublishFare\":8077.8,\"TripjackMarkup\":0,\"TripjackCommission\":57,\"TripjackTDS\":\"3\",\"AddiMarkup\":250,\"CommisionPass\":57,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"275\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-06-22T11:10\",\"SegFlightNumber\":\"6E-1133\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-22T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"XBPA\",\"Price\":4500,\"amount\":4500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"XBPB\",\"Price\":9000,\"amount\":9000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"XBPC\",\"Price\":13500,\"amount\":13500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"XBPJ\",\"Price\":18000,\"amount\":18000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"XBPD\",\"Price\":27000,\"amount\":27000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CCWT\",\"Price\":250,\"amount\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CNWT\",\"Price\":300,\"amount\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"MUYO\",\"Price\":400,\"amount\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"VGTR\",\"Price\":550,\"amount\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"NVTR\",\"Price\":600,\"amount\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"BEER\",\"Price\":900,\"amount\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"275\",\"Code\":\"WHSK\",\"Price\":1225,\"amount\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7d564-f975a-5687c-26be0\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-17T12:38:38.698\",\"strTraceId\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"MLE\",\"intMemberCount\":1,\"intSourceCityId\":14275,\"intDestinationCityId\":16508,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110766287363\",\"bookingId_TJ\":\"TJ110766287363\",\"FlightNumber\":\"6E-1133\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"strTraceId\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-06-22T10:10\",\"LocalFromTime\":\"2023-06-22 10:10\",\"FromUTCTime\":\"2023-06-22T10:10\",\"LocalToTime\":\"2023-06-22 11:10\",\"ToUTCTime\":\"2023-06-22T11:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 22 Jun\",\"ArrivalDateTxt\":\"Thu, 22 Jun\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":14275,\"DestPlaceSysId\":16508,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"MLE\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8077.8,\"ApiResultIndex\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7d564-f975a-5687c-26be0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-17T12:38:38.698\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6000,\"Tax\":2077.8,\"YQTax\":0,\"OtherCharges\":1763,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":303,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8077.8,\"PublishedFare\":8315.8,\"OfferedFare\":8020.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2077.8,\"BaseFareCal\":8065.8,\"BaseFare\":6000,\"CommissionEarned\":57,\"TDS\":-3,\"MF\":10,\"YQ\":0,\"AGST\":303,\"MFT\":1.8,\"OT\":1763,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"275\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Male Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Male\",\"destinationCountryName\":\"Maldives\",\"destinationAirportCode\":\"MLE\",\"destinationArrTime\":\"2023-06-22T11:10\",\"SegFlightNumber\":\"6E-1133\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-06-22T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2862667518_0COKMLE6E1133_16634310100465\",\"localFromDateTime\":\"2023-06-22 10:10\",\"localToDateTime\":\"2023-06-22 11:10\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"MLE\",\"intMemberCount\":1,\"intSourceCityId\":14275,\"intDestinationCityId\":16508,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kochi\",\"mytrip_city_to\":\"Male\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"COK\",\"ContSysId_1\":\"101\",\"destination_city\":\"MLE\",\"ContSysId\":\"133\",\"source\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"destination\":\"Male, MV - Male Intl Arpt MLE, Maldives\",\"departure_date\":\"22\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"to_mytrip_city\":\" MV - Male Intl Arpt MLE\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"COK\",\"destinationCityAirportCode\":\"MLE\",\"from\":\"COK\",\"to\":\"MLE\",\"sourceCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"destinationCityText\":\"Male, MV - Male Intl Arpt MLE, Maldives\",\"sourceCityId\":14275,\"destinationCityId\":16508,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7d564-f975a-5687c-26be0\",\"PreferredAirline\":null,\"from_city_\":\"1__COK-MLE\"}}','2023-06-17 12:37:19'),(543,'a3fb1-887ff-57750-e3d5f','{\"BookingData\":[{\"bookingId\":\"BKR103666304993\",\"bookingId_TJ\":\"TJ103666304993\",\"FlightNumber\":\"I5-1569\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"04:00\",\"TravelDate\":\"2023-07-04T19:25\",\"LocalFromTime\":\"2023-07-04 19:25\",\"FromUTCTime\":\"2023-07-04T19:25\",\"LocalToTime\":\"2023-07-05 04:00\",\"ToUTCTime\":\"2023-07-05T04:00\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Surat\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":515,\"DepartureDateTxt\":\"Tue, 04 Jul\",\"ArrivalDateTxt\":\"Wed, 05 Jul\",\"FlightDuration\":\"8h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4818.8,\"PublishedFareTxt\":\"4,819\",\"ApiResultIndex\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"ACF\":1500,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"ACF\":500,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"ACF\":1500,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"ACF\":500,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4134,\"Tax\":684.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4818.8,\"PublishedFare\":5060.78,\"OfferedFare\":4765.78,\"CommissionEarned\":53.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_18511345003712\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":53.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":684.8,\"BaseFareCal\":4810.78,\"BaseFare\":4134,\"CommissionEarned\":53.02,\"TDS\":-2.79,\"MF\":10,\"YQ\":0,\"AGST\":210,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":53.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5060.78,\"CostToCustomer\":5060.78,\"BaseFareCal\":4810.78,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4810.78,\"intOfferedFare\":4765.78,\"intPublishFare\":4818.8,\"TripjackMarkup\":0,\"TripjackCommission\":53.02,\"TripjackTDS\":\"2.79\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":53.02,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"558\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-07-04T21:00\",\"SegFlightNumber\":\"I5-1569\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-04T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":30,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Surat\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"559\",\"originAirportName\":\"Surat Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Surat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-07-04T23:35\",\"SegFlightNumber\":\"I5-1569\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"STV\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"560\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-05T04:00\",\"SegFlightNumber\":\"I5-472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-07-05T02:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"02:00\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"SDAI\",\"Price\":250,\"amount\":250,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"FTCB\",\"Price\":300,\"amount\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"RPCB\",\"Price\":350,\"amount\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"JMCB\",\"Price\":350,\"amount\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"SICB\",\"Price\":600,\"amount\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"RICB\",\"Price\":600,\"amount\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"KACB\",\"Price\":600,\"amount\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"GACB\",\"Price\":600,\"amount\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"COCB\",\"Price\":600,\"amount\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"CJCB\",\"Price\":600,\"amount\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"558\",\"Code\":\"AMCB\",\"Price\":600,\"amount\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a3fb1-887ff-57750-e3d5f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-06-17T16:39:18.459\",\"strTraceId\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-04 12:00\",\"localToDateTime\":\"2023-07-11 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103666304993\",\"bookingId_TJ\":\"TJ103666304993\",\"FlightNumber\":\"I5-1569\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"strTraceId\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"04:00\",\"TravelDate\":\"2023-07-04T19:25\",\"LocalFromTime\":\"2023-07-04 19:25\",\"FromUTCTime\":\"2023-07-04T19:25\",\"LocalToTime\":\"2023-07-05 04:00\",\"ToUTCTime\":\"2023-07-05T04:00\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Surat\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":515,\"DepartureDateTxt\":\"Tue, 04 Jul\",\"ArrivalDateTxt\":\"Wed, 05 Jul\",\"FlightDuration\":\"8h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9260.6,\"ApiResultIndex\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"a3fb1-887ff-57750-e3d5f\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-06-17T16:39:18.459\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7941,\"Tax\":1319.6,\"YQTax\":0,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9260.6,\"PublishedFare\":9748.75,\"OfferedFare\":9158.75,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1319.6,\"BaseFareCal\":9248.75,\"BaseFare\":7941,\"CommissionEarned\":101.85,\"TDS\":-5.359999999999999,\"MF\":20,\"YQ\":0,\"AGST\":404,\"MFT\":3.6,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"558\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-07-04T21:00\",\"SegFlightNumber\":\"I5-1569\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-04T19:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":30,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Surat\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"559\",\"originAirportName\":\"Surat Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Surat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-07-04T23:35\",\"SegFlightNumber\":\"I5-1569\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"STV\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"560\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-05T04:00\",\"SegFlightNumber\":\"I5-472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-07-05T02:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"02:00\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],[{\"segmentid\":\"561\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-07-11T16:50\",\"SegFlightNumber\":\"I5-679\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-11T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":420,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"562\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-12T01:10\",\"SegFlightNumber\":\"I5-773\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-07-11T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3129116025_0DELSTVI51569STVBLRI51569BLRBOMI5472_23542505943512\",\"localFromDateTime\":\"2023-07-04 19:25\",\"localToDateTime\":\"2023-07-05 04:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR103666304993\",\"bookingId_TJ\":\"TJ103666304993\",\"FlightNumber\":\"I5-679\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3129116025_1BOMJAII5679JAIDELI5773_23542505685074\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"15:15\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-07-11T15:15\",\"LocalFromTime\":\"2023-07-11 15:15\",\"FromUTCTime\":\"2023-07-11T15:15\",\"LocalToTime\":\"2023-07-12 01:10\",\"ToUTCTime\":\"2023-07-12T01:10\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Wed, 12 Jul\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4441.8,\"PublishedFareTxt\":\"4,442\",\"ApiResultIndex\":\"22-16-3129116025_1BOMJAII5679JAIDELI5773_23542505685074\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"ACF\":1500,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"ACF\":500,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"ACF\":1500,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"ACF\":500,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3807,\"Tax\":634.8,\"YQTax\":0,\"OtherCharges\":429,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4441.8,\"PublishedFare\":4687.97,\"OfferedFare\":4392.97,\"CommissionEarned\":48.83,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.57,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3129116025_1BOMJAII5679JAIDELI5773_18511346771460\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":48.83,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":634.8,\"BaseFareCal\":4437.97,\"BaseFare\":3807,\"CommissionEarned\":48.83,\"TDS\":-2.57,\"MF\":10,\"YQ\":0,\"AGST\":194,\"MFT\":1.8,\"OT\":429,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.83,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4687.97,\"CostToCustomer\":4687.97,\"BaseFareCal\":4437.97,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4437.97,\"intOfferedFare\":4392.97,\"intPublishFare\":4441.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.83,\"TripjackTDS\":\"2.57\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":48.83,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"561\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-07-11T16:50\",\"SegFlightNumber\":\"I5-679\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-11T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":420,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"562\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-12T01:10\",\"SegFlightNumber\":\"I5-773\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-07-11T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"SDAI\",\"Price\":250,\"amount\":250,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"FTCB\",\"Price\":300,\"amount\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"RPCB\",\"Price\":350,\"amount\":350,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"JMCB\",\"Price\":350,\"amount\":350,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"SICB\",\"Price\":600,\"amount\":600,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"RICB\",\"Price\":600,\"amount\":600,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"KACB\",\"Price\":600,\"amount\":600,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"GACB\",\"Price\":600,\"amount\":600,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"COCB\",\"Price\":600,\"amount\":600,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"CJCB\",\"Price\":600,\"amount\":600,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"561\",\"Code\":\"AMCB\",\"Price\":600,\"amount\":600,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a3fb1-887ff-57750-e3d5f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-06-17T16:39:18.459\",\"strTraceId\":\"22-16-3129116025_1BOMJAII5679JAIDELI5773_23542505685074\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-04 12:00\",\"localToDateTime\":\"2023-07-11 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"04\\/07\\/2023\",\"return_date\":\"11\\/07\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/07\\/2023\",\"return_dates\":\"11\\/07\\/2023\",\"strDepatureDate\":\"2023-07-04\",\"strReturnDate\":\"2023-07-11\",\"SearchFlightTraceId\":\"a3fb1-887ff-57750-e3d5f\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-BOM-DEL\"}}','2023-06-17 16:37:59'),(545,'da226-e34b0-2f426-928be','{\"BookingData\":[{\"bookingId\":\"BKR117266373664\",\"bookingId_TJ\":\"TJ117266373664\",\"FlightNumber\":\"EK-525\",\"AirlineName\":\"Emirates Airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2023-08-23T04:35\",\"LocalFromTime\":\"2023-08-23 04:35\",\"FromUTCTime\":\"2023-08-23T04:35\",\"LocalToTime\":\"2023-08-23 16:10\",\"ToUTCTime\":\"2023-08-23T16:10\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":285,\"LAYOVERDuration\":\"4h 45m\",\"FlyingMinutes\":965,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"LHR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":67196.8,\"PublishedFareTxt\":\"67,197\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-LHR\":{\"fr\":[],\"tfr\":{\"CANCELLATION\":[{\"amount\":6000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":6000,\"ACFT\":300},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":6000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":6000,\"ACFT\":300},\"pp\":\"AFTER_DEPARTURE\"}],\"DATECHANGE\":[{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"ARFT\":200,\"ARF\":4000,\"CRFT\":9,\"CRF\":50},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"ARFT\":200,\"ARF\":4000,\"CRFT\":9,\"CRF\":50},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":49995,\"Tax\":17201.8,\"YQTax\":10504,\"OtherCharges\":3661,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":3025,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":67196.8,\"PublishedFare\":66892.8,\"OfferedFare\":66892.8,\"CommissionEarned\":304,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8675028201_0HYDDXBEK525DXBLHREK31_48398984909705\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":304,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":17201.8,\"BaseFareCal\":66892.8,\"BaseFare\":49995,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":10,\"YQ\":10504,\"AGST\":3025,\"MFT\":1.8,\"OT\":3661,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":304,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":66892.8,\"CostToCustomer\":66892.8,\"BaseFareCal\":66892.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":66892.8,\"intOfferedFare\":66892.8,\"intPublishFare\":67196.8,\"TripjackMarkup\":0,\"TripjackCommission\":304,\"TripjackTDS\":\"16\",\"AddiMarkup\":0,\"CommisionPass\":304,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"71\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-23T06:40\",\"SegFlightNumber\":\"EK-525\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-23T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":285,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"4h 45m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"72\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-08-23T16:10\",\"SegFlightNumber\":\"EK-31\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-08-23T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":465,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"7h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"da226-e34b0-2f426-928be\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-18T22:14:56.624\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"LHR\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR117266373664\",\"bookingId_TJ\":\"TJ117266373664\",\"FlightNumber\":\"EK-525\",\"AirlineName\":\"Emirates Airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2023-08-23T04:35\",\"LocalFromTime\":\"2023-08-23 04:35\",\"FromUTCTime\":\"2023-08-23T04:35\",\"LocalToTime\":\"2023-08-23 16:10\",\"ToUTCTime\":\"2023-08-23T16:10\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":285,\"LAYOVERDuration\":\"4h 45m\",\"FlyingMinutes\":965,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"LHR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":67196.8,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"SearchFlightTraceId\":\"da226-e34b0-2f426-928be\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-18T22:14:56.624\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":49995,\"Tax\":17201.8,\"YQTax\":10504,\"OtherCharges\":3661,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":3025,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":67196.8,\"PublishedFare\":66892.8,\"OfferedFare\":66892.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":17201.8,\"BaseFareCal\":66892.8,\"BaseFare\":49995,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":10,\"YQ\":10504,\"AGST\":3025,\"MFT\":1.8,\"OT\":3661,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"71\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-23T06:40\",\"SegFlightNumber\":\"EK-525\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-23T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":285,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"06:40\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":\"4h 45m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"72\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-08-23T16:10\",\"SegFlightNumber\":\"EK-31\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-08-23T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":465,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"7h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-8675028201_14HYDDXBEK525DXBLHREK31_42158562091542\",\"localFromDateTime\":\"2023-08-23 04:35\",\"localToDateTime\":\"2023-08-23 16:10\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"LHR\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"London\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"STUDENT\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"LHR\",\"ContSysId\":\"0\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"London, LON, GB - Heathrow LHR, United Kingdom\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" LON\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"LHR\",\"from\":\"HYD\",\"to\":\"LHR\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"London, LON, GB - Heathrow LHR, United Kingdom\",\"sourceCityId\":12538,\"destinationCityId\":0,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"da226-e34b0-2f426-928be\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-LHR\"}}','2023-06-18 22:13:38'),(547,'afb00-00b69-d1851-9cafc','{\"BookingData\":[{\"bookingId\":\"BKR110966374557\",\"bookingId_TJ\":\"TJ110966374557\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12396.04,\"Tax\":8937.02,\"YQTax\":0,\"OtherCharges\":8913.42,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21333.06,\"PublishedFare\":21333.06,\"OfferedFare\":20724.56,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-5342861594_1DMKHYDDD958_41361570839667\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":21333.06,\"oldFare\":21339.17,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8937.02,\"BaseFareCal\":21333.06,\"BaseFare\":12396.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8913.42,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"509\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"afb00-00b69-d1851-9cafc\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-30 12:00\",\"localToDateTime\":\"2023-07-04 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110966374557\",\"bookingId_TJ\":\"TJ110966374557\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"strTraceId\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21333.06,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"afb00-00b69-d1851-9cafc\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12396.04,\"Tax\":8937.02,\"YQTax\":0,\"OtherCharges\":8913.42,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21333.06,\"PublishedFare\":21333.06,\"OfferedFare\":20724.56,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-5342861594_1DMKHYDDD958_41361570839667\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":21333.06,\"oldFare\":21339.17,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8937.02,\"BaseFareCal\":21333.06,\"BaseFare\":12396.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":8913.42,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"509\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"510\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-5342861594_88HYDDMKDD959DMKHYDDD958_42415433535678\",\"localFromDateTime\":\"2023-06-30 00:45\",\"localToDateTime\":\"2023-06-30 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR110966374557\",\"bookingId_TJ\":\"TJ110966374557\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-04T21:30\",\"LocalFromTime\":\"2023-07-04 21:30\",\"FromUTCTime\":\"2023-07-04T21:30\",\"LocalToTime\":\"2023-07-04 23:45\",\"ToUTCTime\":\"2023-07-04T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 04 Jul\",\"ArrivalDateTxt\":\"Tue, 04 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"510\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"afb00-00b69-d1851-9cafc\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-30 12:00\",\"localToDateTime\":\"2023-07-04 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"30\\/06\\/2023\",\"return_date\":\"04\\/07\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/06\\/2023\",\"return_dates\":\"04\\/07\\/2023\",\"strDepatureDate\":\"2023-06-30\",\"strReturnDate\":\"2023-07-04\",\"SearchFlightTraceId\":\"afb00-00b69-d1851-9cafc\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-06-18 22:34:21'),(549,'9fd69-12f07-d5a54-35efb','{\"BookingData\":[{\"bookingId\":\"BKR113866404842\",\"bookingId_TJ\":\"TJ113866404842\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-06-24T01:10\",\"LocalFromTime\":\"2023-06-24 01:10\",\"FromUTCTime\":\"2023-06-24T01:10\",\"LocalToTime\":\"2023-06-24 06:15\",\"ToUTCTime\":\"2023-06-24T06:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 24 Jun\",\"ArrivalDateTxt\":\"Sat, 24 Jun\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":28600,\"Tax\":31827.199999999997,\"YQTax\":18384,\"OtherCharges\":9322,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2432,\"CarrierMiscFee\":1642,\"MUFee\":0,\"intPublishedFare\":60427.2,\"PublishedFare\":59819.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7899829328_1BKKHYDTG329_11653108037981\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflex1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31827.199999999997,\"BaseFareCal\":59819.2,\"BaseFare\":28600,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18384,\"AGST\":2432,\"MFT\":7.2,\"OT\":9322,\"MU\":0,\"YR\":1642,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"686\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-06-24T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"S\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-24T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9fd69-12f07-d5a54-35efb\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-24 12:00\",\"localToDateTime\":\"2023-06-30 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR113866404842\",\"bookingId_TJ\":\"TJ113866404842\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"strTraceId\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-06-24T01:10\",\"LocalFromTime\":\"2023-06-24 01:10\",\"FromUTCTime\":\"2023-06-24T01:10\",\"LocalToTime\":\"2023-06-24 06:15\",\"ToUTCTime\":\"2023-06-24T06:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 24 Jun\",\"ArrivalDateTxt\":\"Sat, 24 Jun\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":59819.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"9fd69-12f07-d5a54-35efb\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":28600,\"Tax\":31827.199999999997,\"YQTax\":18384,\"OtherCharges\":9322,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2432,\"CarrierMiscFee\":1642,\"MUFee\":0,\"intPublishedFare\":60427.2,\"PublishedFare\":59819.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7899829328_1BKKHYDTG329_11653108037981\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflex1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31827.199999999997,\"BaseFareCal\":59819.2,\"BaseFare\":28600,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18384,\"AGST\":2432,\"MFT\":7.2,\"OT\":9322,\"MU\":0,\"YR\":1642,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"686\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-06-24T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"S\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-24T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"687\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-01T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-06-30T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-7899829328_163HYDBKKTG330BKKHYDTG329_25996415349114\",\"localFromDateTime\":\"2023-06-24 01:10\",\"localToDateTime\":\"2023-06-24 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR113866404842\",\"bookingId_TJ\":\"TJ113866404842\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-06-30T22:10\",\"LocalFromTime\":\"2023-06-30 22:10\",\"FromUTCTime\":\"2023-06-30T22:10\",\"LocalToTime\":\"2023-07-01 00:10\",\"ToUTCTime\":\"2023-07-01T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Sat, 01 Jul\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"687\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-01T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-06-30T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9fd69-12f07-d5a54-35efb\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-24 12:00\",\"localToDateTime\":\"2023-06-30 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"24\\/06\\/2023\",\"return_date\":\"30\\/06\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/06\\/2023\",\"return_dates\":\"30\\/06\\/2023\",\"strDepatureDate\":\"2023-06-24\",\"strReturnDate\":\"2023-06-30\",\"SearchFlightTraceId\":\"9fd69-12f07-d5a54-35efb\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-06-19 13:31:14'),(551,'936f5-5b560-fc806-37f76','{\"BookingData\":[{\"bookingId\":\"BKR111366448183\",\"bookingId_TJ\":\"TJ111366448183\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-13T00:45\",\"LocalFromTime\":\"2023-08-13 00:45\",\"FromUTCTime\":\"2023-08-13T00:45\",\"LocalToTime\":\"2023-08-13 06:05\",\"ToUTCTime\":\"2023-08-13T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":78272.18,\"Tax\":61850.600000000006,\"YQTax\":0,\"OtherCharges\":61685.399999999994,\"Discount\":0,\"ServiceFee\":140,\"ManagementFeeTax\":25.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":140122.78,\"PublishedFare\":140122.78,\"OfferedFare\":135909.06,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8037793632_1DMKHYDDD958_38604503017921\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"7\",\"TaxIN\":61850.600000000006,\"BaseFareCal\":140122.78,\"BaseFare\":78272.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":140,\"YQ\":0,\"AGST\":0,\"MFT\":25.2,\"OT\":61685.399999999994,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"598\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-13T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"936f5-5b560-fc806-37f76\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":7,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111366448183\",\"bookingId_TJ\":\"TJ111366448183\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"strTraceId\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-13T00:45\",\"LocalFromTime\":\"2023-08-13 00:45\",\"FromUTCTime\":\"2023-08-13T00:45\",\"LocalToTime\":\"2023-08-13 06:05\",\"ToUTCTime\":\"2023-08-13T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":140122.78,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"936f5-5b560-fc806-37f76\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":78272.18,\"Tax\":61850.600000000006,\"YQTax\":0,\"OtherCharges\":61685.399999999994,\"Discount\":0,\"ServiceFee\":140,\"ManagementFeeTax\":25.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":140122.78,\"PublishedFare\":140122.78,\"OfferedFare\":135909.06,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8037793632_1DMKHYDDD958_38604503017921\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"7\",\"TaxIN\":61850.600000000006,\"BaseFareCal\":140122.78,\"BaseFare\":78272.18,\"CommissionEarned\":0,\"TDS\":0,\"MF\":140,\"YQ\":0,\"AGST\":0,\"MFT\":25.2,\"OT\":61685.399999999994,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"598\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-13T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"599\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-17T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-17T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-8037793632_123HYDDMKDD959DMKHYDDD958_7595078943411\",\"localFromDateTime\":\"2023-08-13 00:45\",\"localToDateTime\":\"2023-08-13 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":7,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR111366448183\",\"bookingId_TJ\":\"TJ111366448183\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-08-17T21:30\",\"LocalFromTime\":\"2023-08-17 21:30\",\"FromUTCTime\":\"2023-08-17T21:30\",\"LocalToTime\":\"2023-08-17 23:45\",\"ToUTCTime\":\"2023-08-17T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 17 Aug\",\"ArrivalDateTxt\":\"Thu, 17 Aug\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"599\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-17T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-17T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"936f5-5b560-fc806-37f76\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":7,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"7\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"13\\/08\\/2023\",\"return_date\":\"17\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/08\\/2023\",\"return_dates\":\"17\\/08\\/2023\",\"strDepatureDate\":\"2023-08-13\",\"strReturnDate\":\"2023-08-17\",\"SearchFlightTraceId\":\"936f5-5b560-fc806-37f76\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-06-19 22:36:24'),(553,'08b73-b45aa-08b3d-a5e6a','{\"BookingData\":[{\"bookingId\":\"BKR118866494429\",\"bookingId_TJ\":\"TJ118866494429\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-07-10T01:10\",\"LocalFromTime\":\"2023-07-10 01:10\",\"FromUTCTime\":\"2023-07-10T01:10\",\"LocalToTime\":\"2023-07-10 06:15\",\"ToUTCTime\":\"2023-07-10T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32200,\"Tax\":31973.199999999997,\"YQTax\":18356,\"OtherCharges\":9320,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2610,\"CarrierMiscFee\":1640,\"MUFee\":0,\"intPublishedFare\":64173.2,\"PublishedFare\":63565.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7457706942_1BKKHYDTG329_23392963363465\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflex2\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31973.199999999997,\"BaseFareCal\":63565.2,\"BaseFare\":32200,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18356,\"AGST\":2610,\"MFT\":7.2,\"OT\":9320,\"MU\":0,\"YR\":1640,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"375\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-10T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-10T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"08b73-b45aa-08b3d-a5e6a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-10 12:00\",\"localToDateTime\":\"2023-07-16 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118866494429\",\"bookingId_TJ\":\"TJ118866494429\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"strTraceId\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-07-10T01:10\",\"LocalFromTime\":\"2023-07-10 01:10\",\"FromUTCTime\":\"2023-07-10T01:10\",\"LocalToTime\":\"2023-07-10 06:15\",\"ToUTCTime\":\"2023-07-10T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 10 Jul\",\"ArrivalDateTxt\":\"Mon, 10 Jul\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":63565.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"08b73-b45aa-08b3d-a5e6a\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32200,\"Tax\":31973.199999999997,\"YQTax\":18356,\"OtherCharges\":9320,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2610,\"CarrierMiscFee\":1640,\"MUFee\":0,\"intPublishedFare\":64173.2,\"PublishedFare\":63565.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7457706942_1BKKHYDTG329_23392963363465\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflex2\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31973.199999999997,\"BaseFareCal\":63565.2,\"BaseFare\":32200,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18356,\"AGST\":2610,\"MFT\":7.2,\"OT\":9320,\"MU\":0,\"YR\":1640,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"375\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-07-10T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-10T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"376\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-17T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"K\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-16T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-7457706942_404HYDBKKTG330BKKHYDTG329_22198499720882\",\"localFromDateTime\":\"2023-07-10 01:10\",\"localToDateTime\":\"2023-07-10 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR118866494429\",\"bookingId_TJ\":\"TJ118866494429\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-07-16T22:10\",\"LocalFromTime\":\"2023-07-16 22:10\",\"FromUTCTime\":\"2023-07-16T22:10\",\"LocalToTime\":\"2023-07-17 00:10\",\"ToUTCTime\":\"2023-07-17T00:10\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Sun, 16 Jul\",\"ArrivalDateTxt\":\"Mon, 17 Jul\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"376\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-17T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"K\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-07-16T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"08b73-b45aa-08b3d-a5e6a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-10 12:00\",\"localToDateTime\":\"2023-07-16 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"10\\/07\\/2023\",\"return_date\":\"16\\/07\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/07\\/2023\",\"return_dates\":\"16\\/07\\/2023\",\"strDepatureDate\":\"2023-07-10\",\"strReturnDate\":\"2023-07-16\",\"SearchFlightTraceId\":\"08b73-b45aa-08b3d-a5e6a\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-06-20 16:10:53'),(554,'5d1a8-e4b2d-a0077-55089','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid8366959487-38906781\",\"name\":\"Four Points by Sheraton Ljubljana Mons\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_15080310120033515404.jpg?ca=5&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/415285151.jpg?k=e36af97f8c1e8095cd54818a8bd4ca5bb9943aeae69d0755780d88b05a5dcd13&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/9fc4de7d8ae712c99ea00be940093e5c.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/366878520.jpg?k=a55f319ca510a632fea1a1fac4b73bb1b613a12e6b2942d6e8914c2ce006a536&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260411.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589191.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16071209180044589189.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311547223.jpg?k=254144edb0dba4e7a1866a461a9dccb70eb67bb028d1a486aef0fe04c0230599&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/512\\/51250\\/51250_16060809110043260404.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/375371777.jpg?k=7b0bab979b3fc832943b84e9b30a4de154328d9c21128f1f90257b50389662bf&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/a1062dfb1fdc8ec2a142e530d35284b8.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/440280189.jpg?k=bd29a7817ae333aa917c589dad4c4d7eb34ae14394aa3d4a2eceab88148e6592&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/306024849.jpg?k=c7f0efabcc645048452939bc0c69f6f54f3e6185f203cdd1442608806fa951c0&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/4891864\\/0\\/2736a7d2840c51bee441ba70eac64375.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381448.jpg?k=57839681eee83c98c173a05968575f575831dd507aa28c3481049181ae1bf70f&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381463.jpg?k=6e833858fe7560407fc3c440cb54d214940926fd153f6752c52e29f4f249e86d&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311547080.jpg?k=8f2e922e286c3b4dcf981529bd588ee68cb29c46d679d3d05664b9f83b39d907&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/311548089.jpg?k=969c77c46f64e9705dd6c2f80fac51d9090d44fb00c05a9ffdadadd790644a09&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/357407335.jpg?k=f5d3a7750ef3ed358e45f3e57c614fd4001dcfa876d3f7a9598c16cdaa3c1003&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/327381415.jpg?k=2f27c3312cff9be4ed552d5f687babf1fa404890e63ee879002dc61ef72f8e97&o=&s=312x\",\"sz\":\"XXL\"}],\"des\":\"{\\\"Overview\\\":\\\"Four Points by Sheraton Ljubljana Mons is conveniently located in the popular Ljubljana area. The property offers guests a range of services and amenities designed to provide comfort and convenience. Service-minded staff will welcome and guide you at Four Points by Sheraton Ljubljana Mons. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. Discover all Ljubljana has to offer by making Four Points by Sheraton Ljubljana Mons your base.\\\",\\\"Snippet\\\":\\\"Four Points by Sheraton Ljubljana Mons is conveniently located in the popular Ljubljana area. The pr\\\"}\",\"rt\":4,\"gl\":{\"ln\":\"14.452902\",\"lt\":\"46.05203\"},\"ad\":{\"adr\":\"Pot Za Brdom 4\",\"postalCode\":\"1000\",\"city\":{\"code\":\"14313\",\"name\":\"Ljubljana\"},\"state\":{\"name\":\"Central Slovenia\"},\"country\":{\"code\":\"SI\",\"name\":\"Slovenia\"},\"ctn\":\"Ljubljana\",\"sn\":\"Central Slovenia\",\"cn\":\"Slovenia\"},\"fl\":[\"Access all room by interior corridor\",\"Accessibility for all meeting spaces\",\"Accessible registration desk\",\"Accessible route to the registration desk\",\"Accessible vanities in some rooms\",\"Adjustable height hand-held shower wand some rooms\",\"Alarm clock telephone ringers in all rooms\",\"Suite\",\"Audible alarms in all public hallways\",\"Bathtub grab bars in some rooms\",\"Bathtub seat in some rooms\",\"Suite\",\"Electronic room key\",\"Elevator\",\"Entirely Route to accessible guest rooms\",\"Business Center\",\"Fitness Facility\",\"Hearing accessible rooms some rooms\",\"Lever handles on all guest room doors\",\"Lowered electrical outlets in all rooms\",\"Main entrance\",\"Mobility accessibility in some rooms\",\"Non-slip grab bars in some bathrooms\",\"Lounge\",\"On-site accessible self parking\",\"Roll-in shower in some rooms\",\"Safety chains and\\/or latches on all guest doors\",\"Secondary locks on all room windows\",\"Suite\",\"Toilet seat at wheelchair height -- some rooms\",\"Transfer showers in some guest rooms\",\"TTY\\/TTD compatibilty in some rooms\",\"Suite\",\"Visual alarms in all public hallways\",\"Disable Friendly\",\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Billiards\",\"Fitness Facility\",\"Garden\",\"Massage\",\"On-site entertainment\",\"Outdoor recreational features\",\"Pool with view\",\"Sauna\",\"Spa\",\"Swimming Pool\",\"Ticket services\",\"Tours\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"First aid kit\",\"Free face masks\",\"Hand sanitizer\",\"Laundry Services\",\"Hygiene certification\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Sterilizing equipment\",\"Temperature check for guests and staff\",\"Alcohol\",\"Restaurant\",\"Bar\",\"Bottle of water\",\"Breakfast\",\"Breakfast\",\"Coffee shop\",\"Fruits\\/snacks\",\"Happy hour\",\"Restaurant\",\"\",\"Vending machine\",\"Air conditioning in public area\",\"Cash withdrawal\",\"Contactless check-in\\/out\",\"Convenience store\",\"Daily housekeeping\",\"Laundry Services\",\"Disable Friendly\",\"Restaurant\",\"Gift\\/souvenir shop\",\"Heating in public area\",\"Invoice provided\",\"Laundry Services\",\"Laundry Services\",\"Luggage storage\",\"Banquet\",\"Safety deposit boxes\",\"Shops\",\"Non Smoking\",\"Smoking area\",\"Terrace\",\"Business Center\",\"Family room\",\"Restaurant\",\"Allergy-free rooms\",\"Pets Allowed\",\"CCTV in common areas\",\"CCTV outside property\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Pets Allowed\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Litter boxes\",\"Non Smoking\",\"Pets Allowed\",\"Pets Allowed\",\"Pets Allowed\",\"Pets may not be left unattended\",\"Safety\\/security feature\",\"Security [24-hour]\",\"Service animals are welcome\",\"Smoke alarms\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"Parking\",\"Car power charging station\",\"Rental car \",\"Shuttle service\",\"Taxi service\",\"Bicycle rental\",\"Air conditioning\",\"Blackout curtains\",\"Desk\",\"Exterior corridor\",\"Free bottled water\",\"Hair dryer\",\"Safe deposit box\",\"Laundry Services\",\"Bar\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Shower\",\"Slippers\",\"Sofa\",\"Telephone\",\"Toiletries\",\"Internet\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=4949739\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 6 to 12 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"65383638_0\",\"rc\":\"Business Suite Room\",\"rt\":\"Business Suite Room\",\"srn\":\"Business Suite\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":18786.1,\"tfcs\":{\"NF\":18786.1,\"TAF\":11.8,\"BF\":18774.3,\"TF\":18786.1,\"CMU\":185.88},\"tafcs\":{\"TAF\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":18786.1,\"TAF\":11.8,\"BF\":18774.3,\"TF\":18786.1,\"CMU\":185.88},\"afc\":{\"TAF\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42}}}],\"checkInDate\":\"2023-07-07\",\"checkOutDate\":\"2023-07-08\",\"radi\":{\"rid\":\"65383638\"},\"iexb\":false}],\"id\":\"107_21_4949739\",\"tp\":18786.1,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"cU7gUkALd9JIYXbgfsm7\",\"ifra\":true,\"pd\":[{\"fdt\":\"2023-06-21T08:00:59.535\",\"tdt\":\"2023-07-02T00:00\",\"am\":0},{\"fdt\":\"2023-07-02T00:00\",\"tdt\":\"2023-07-07T12:00\",\"am\":18588.42},{\"fdt\":\"2023-07-07T12:00\",\"tdt\":\"2023-07-08T23:59\",\"am\":18588.42}],\"scnp\":\"Risk-free booking! Cancel before 2023-07-04 and you\'ll pay nothing! Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-07-02T00:00\",\"inst\":[{\"type\":\"INCLUSION_EXCLUSION\",\"msg\":\"[{\\\"id\\\":\\\"135\\\",\\\"charge\\\":\\\"Excluded\\\",\\\"name\\\":\\\"City Tax\\\",\\\"rate\\\":{\\\"exclusive\\\":561.06,\\\"tax\\\":0.00,\\\"fees\\\":0.00,\\\"inclusive\\\":561.06}}]\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"648572728\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":9953.61},{\"fc\":[\"BREAKFAST\"],\"tpc\":11632.66},{\"fc\":[\"HALF BOARD\"],\"tpc\":17923.79}],\"opci\":[],\"uid\":\"38906781\",\"lhc\":\"789326\"},\"bookingId\":\"TJ204966531905\",\"query\":{\"checkinDate\":\"2023-07-07\",\"checkoutDate\":\"2023-07-08\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"738896\",\"countryName\":\"SLOVENIA\",\"cityName\":\"LJUBLJANA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid8366959487\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":558}},\"hotelbookingid\":\"6\",\"SearchHotelTraceId\":\"5d1a8-e4b2d-a0077-55089\",\"CustomerSession\":{\"bookingId\":\"5d1a8-e4b2d-a0077-55089\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"1112341234\",\"traceId\":\"5d1a8-e4b2d-a0077-55089\",\"leadEmail\":\"abc@126.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Marriott\",\"passenger-lastname-1\":\"Dummy\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"Dummy\",\"passenger-lastname-2\":\"Marriott\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"65383638_0\",\"RoomCategory\":\"Business Suite Room\",\"RoomType\":\"Business Suite Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":19376.1,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"pernightperroomprice\":18786.1,\"TotalRoomPrice\":18786.1,\"TotalFare\":18786.1,\"TotalBaseFare\":18774.3,\"TotalNetFare\":18786.1,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":18786.1,\"TAF\":11.8,\"BF\":18774.3,\"TF\":18786.1,\"CMU\":185.88},\"afc\":{\"TAF\":{\"TTSF\":1612.37,\"SNP\":18588.42,\"SBP\":16976.05,\"MF\":10,\"MFT\":1.8,\"SGP\":18588.42}}}],\"PriceWithMarkup\":19376.1,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":18786.1,\"pernightperroomprice\":18786.1,\"RoomPrice\":19286.1,\"withmarkupprice\":19376.1,\"gtxMarkUp\":\"500.00\",\"GSTOnGTXMarkUp\":90,\"rooms\":1,\"Nights\":1,\"markup__\":\"500.00\"}}],\"RoomId\":\"107_21_4949739\",\"RoomTotalPrice\":18786.1,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"Slovenia\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8366959487-38906781\",\"HotemName\":\"Four Points By Sheraton Ljubljana Mons\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Relax at the full-service spa, where you can enjoy massages. You\'re sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless Internet access, wedding services, and a television in a common area.\\\",\\\"spoken_languages\\\":\\\"German, English, Slovenian, Croatian, Italian, French, Spanish, Serbian\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 236 guestrooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Debit cards, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Grab a bite at Bar, one of the hotel\'s 2 restaurants, or stay in and take advantage of the room service (during limited hours). Snacks are also available at the coffee shop\\/cafe. Wrap up your day with a drink at the bar\\/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 10:00 AM and on weekends from 7:00 AM to 10:00 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, a business center, and limo\\/town car service. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"When you stay at Four Points by Sheraton Ljubljana Mons in Ljubljana, you\'ll be next to a golf course, within a 5-minute drive of Ljubljana Zoo and Stadium Ilirija.  This 4-star hotel is 2.9 mi (4.6 km) from Sports Centre Svoboda and 2.9 mi (4.7 km) from Ple\\u010dnik Pyramid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ljubljana Zoo - 2.2 km \\/ 1.4 mi  Stadium Ilirija - 2.4 km \\/ 1.5 mi  Sports Centre Svoboda - 4 km \\/ 2.5 mi  Tivoli Park - 4 km \\/ 2.5 mi  Tivoli Mansion - 4.1 km \\/ 2.6 mi  Tivoli Castle - 4.1 km \\/ 2.6 mi  International Centre of Graphic Arts in Ljubljana - 4.2 km \\/ 2.6 mi  Cankarjev dom Cultural and Congress Centre - 4.5 km \\/ 2.8 mi  Roman Wall Remains - 4.5 km \\/ 2.8 mi  National Gallery of Slovenia - 4.6 km \\/ 2.8 mi  Roman Walls - 4.6 km \\/ 2.8 mi  Ple\\u010dnik Pyramid - 4.6 km \\/ 2.8 mi  Modern Gallery (Moderna Galerija) - 4.6 km \\/ 2.8 mi  Serbian Orthodox Church - 4.6 km \\/ 2.9 mi  National Museum of Slovenia - 4.6 km \\/ 2.9 mi  The preferred airport for Four Points by Sheraton Ljubljana Mons is Joze Pucnik Airport (LJU) - 25.4 km \\/ 15.8 mi \\\",\\\"headline\\\":\\\"Near Ljubljana Zoo\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/140bbb63_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/140bbb63_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/2b755fb5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/2b755fb5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5b3d9026_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fc887170_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fc887170_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6a1c8a29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6a1c8a29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ff682c26_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ff682c26_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/0a7a3811_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/0a7a3811_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/38663ea6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/38663ea6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/58e33bdb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/58e33bdb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a654b1ae_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a654b1ae_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/739c7167_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/739c7167_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e857b760_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e857b760_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3db1b687_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3db1b687_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/addcdc4e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/addcdc4e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/301c4ec2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/301c4ec2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd4afafd_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd4afafd_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bbbb18b5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bbbb18b5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4e1f4c2a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4e1f4c2a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/330d33b5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/330d33b5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d049d65f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d049d65f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e174d30_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e174d30_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/341f1fda_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/341f1fda_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/df342567_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/df342567_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8a97ee9d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8a97ee9d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9d979f39_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9d979f39_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c663dc5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c663dc5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7ccb70a6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7ccb70a6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a44a2da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/a44a2da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7762b339_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7762b339_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w3996h2667x0y0-f37c593e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w3996h2667x0y0-f37c593e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/1d619864_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/1d619864_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5bbad410_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/5bbad410_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/eb82768d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/eb82768d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ddec9640_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ddec9640_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7fd90f28_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/7fd90f28_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ea19628b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ea19628b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9daea87d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/9daea87d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/50afa4e4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/50afa4e4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ef174b13_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ef174b13_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d16242b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d16242b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c88de07_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6c88de07_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/69d68b34_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/69d68b34_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/787555cc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/787555cc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/af594f24_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/af594f24_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/932ac6ea_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/932ac6ea_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e549e4a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6e549e4a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4c160c41_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/4c160c41_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd5fac40_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/dd5fac40_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bc0cdc65_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/bc0cdc65_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/62e0a802_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/62e0a802_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e37db61c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e37db61c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/180f833b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/180f833b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fa552c03_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/fa552c03_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8945a08b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/8945a08b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/402c77ea_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/402c77ea_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/24ef40a0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/24ef40a0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3f2a65bf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/3f2a65bf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e70426b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/e70426b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6509a771_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/6509a771_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d0704d72_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/d0704d72_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/476cb000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/476cb000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/96afedd1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/96afedd1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/00c11f41_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/00c11f41_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/c250be35_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/c250be35_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w6531h4348x0y0-aa3fa3e7_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/w6531h4348x0y0-aa3fa3e7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ec6604dd_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/2000000\\/1180000\\/1172700\\/1172632\\/ec6604dd_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"14.453023\",\"lt\":\"46.052338\"},\"HotelAddress\":\"Pot Za Brdom 4\",\"HotelCity\":\"Ljubljana\",\"HotelCountry\":\"Slovenia\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Eco-friendly cleaning products used\",\"Internet\",\"Limo or town car service available\",\"Internet\",\"Downhill skiing nearby\",\"Lounge\",\"Cross-country skiing nearby\",\"Swimming Pool\",\"In-room accessibility\",\"Parking\",\"Snowboarding nearby\",\"Roll-in shower\",\"Tours\\/ticket assistance\",\"Accessible bathroom\",\"Parking\",\"Sledding nearby\",\"Fitness Facility\",\"Snow tubing nearby\",\"Airport Shuttle\",\"Internet\",\"Lounge\",\"Restaurant\",\"Snowmobiling nearby\",\"Visual alarms in hallways\",\"Multilingual\",\"Ice skating nearby\",\"Electric car charging station\",\"Breakfast\",\"Business Center\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Elevator\",\"Fitness Facility\",\"Bicycle rentals on site\",\"Snowshoeing nearby\",\"Parking\",\"Mountain biking nearby\",\"Parking\",\"Banquet\",\"Disable Friendly\",\"Disable Friendly\",\"Wheelchair-accessible concierge desk\",\"Restaurant\",\"Parking\",\"Meeting rooms\",\"Wheelchair-accessible path to elevator\",\"Spa\",\"Wheelchair-accessible registration desk\",\"Television\",\"Fitness Facility\",\"Swimming Pool\",\"Wheelchair-accessible public washroom\",\"Hiking\\/biking trails on site\",\"Well-lit path to entrance\",\"Garden\",\"Picnic area\",\"Stair-free path to entrance\",\"Free newspapers in lobby\",\"Spa\",\"Wedding services\",\"Fitness Facility\",\"Luggage storage\",\"Express check-out\",\"Porter\\/bellhop\",\"Billiards\",\"Business Center\",\"24-hour front desk\",\"Scooter\\/moped rentals nearby\",\"Restaurant\",\"Golfing nearby\",\"Safe-deposit box at front desk\",\"Non Smoking\",\"Bar\",\"Sauna\",\"Sauna\",\"Free self parking\",\"Business Center\",\"Computer station\",\"Terrace\",\"ATM\",\"Disable Friendly\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-07-07\",\"checkoutDate\":\"2023-07-08\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"738896\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":true},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"739546\",\"TPSysId\":\"739547\",\"VersionId\":\"2264082\",\"CustomerSysId\":\"430660\",\"TrxId\":\"60999\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-06-21 08:14:04'),(556,'8d915-da68a-ec629-1723c','{\"BookingData\":[{\"origin\":{\"keyIndex\":164,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-04T21:30\",\"LocalFromTime\":\"2023-07-04 21:30\",\"FromUTCTime\":\"2023-07-04T21:30\",\"LocalToTime\":\"2023-07-04 23:45\",\"ToUTCTime\":\"2023-07-04T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 04 Jul\",\"ArrivalDateTxt\":\"Tue, 04 Jul\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":46811.08,\"PublishedFareTxt\":\"46,811\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29068.04,\"Tax\":17743.04,\"YQTax\":0,\"OtherCharges\":17695.84,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":46811.08,\"PublishedFare\":46812,\"PublishedFarePerPax\":23406,\"OfferedFare\":46811.08,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17743.04,\"BaseFareCal\":46811.08,\"BaseFare\":29068.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":17695.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":[],\"$$hashKey\":\"01G\"},\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"keyIndex\":164,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[{\"origin\":{\"keyIndex\":164,\"FlightNumber\":\"959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"OrFlightNumber\":\"DD-959\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-06-30T00:45\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30T00:45\",\"LocalToTime\":\"2023-06-30 06:05\",\"ToUTCTime\":\"2023-06-30T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"destination\":{\"FlightNumber\":\"958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"DeFlightNumber\":\"DD-958\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsCabinBagIncludes\":null,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-04T21:30\",\"LocalFromTime\":\"2023-07-04 21:30\",\"FromUTCTime\":\"2023-07-04T21:30\",\"LocalToTime\":\"2023-07-04 23:45\",\"ToUTCTime\":\"2023-07-04T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 04 Jul\",\"ArrivalDateTxt\":\"Tue, 04 Jul\",\"FlightDuration\":\"3h 45m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"1\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},\"AirlineName\":\"Nok Air\",\"PublishedFare\":46811.08,\"PublishedFareTxt\":\"46,811\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29068.04,\"Tax\":17743.04,\"YQTax\":0,\"OtherCharges\":17695.84,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":46811.08,\"PublishedFare\":46812,\"PublishedFarePerPax\":23406,\"OfferedFare\":46811.08,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482223969\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17743.04,\"BaseFareCal\":46811.08,\"BaseFare\":29068.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":17695.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":[]},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":34506.72,\"Tax\":17901.52,\"YQTax\":0,\"OtherCharges\":17854.32,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":52408.22,\"PublishedFare\":52409,\"PublishedFarePerPax\":26205,\"OfferedFare\":52408.22,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482224455\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17901.52,\"BaseFareCal\":52408.22,\"BaseFare\":34506.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":17854.32,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":[]},{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":37507.36,\"Tax\":17988.96,\"YQTax\":0,\"OtherCharges\":17941.76,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":55496.32,\"PublishedFare\":55497,\"PublishedFarePerPax\":27749,\"OfferedFare\":55496.32,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2808027951_164HYDDMKDD959DMKHYDDD958_35884482224817\",\"IsGSTRequired\":false,\"fareremarks\":\"\",\"fareIdentifier\":\"\",\"FareClass\":\"Economy\",\"NoOfSeatAvailable\":null,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17988.96,\"BaseFareCal\":55496.32,\"BaseFare\":37507.36,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":17941.76,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"IsMealIncludes\":null,\"Baggage\":null,\"CabinBaggage\":null,\"IsCabinBaggage\":false,\"IsBaggage\":false,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":[]}],\"Segments\":[{\"isReturnSegment\":false,\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-06-30T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"},{\"isReturnSegment\":true,\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-04T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"0h 0m\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"DepartureTime\":\"21:30\",\"StopCount\":\"Non-stop\",\"SearchFlightTraceId\":\"8d915-da68a-ec629-1723c\",\"keyIndex\":164,\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01M\"}]}],\"FlightBookingDataInbound\":null}','2023-06-23 16:33:21'),(558,'7e18e-f2dc3-640e4-cf1a9','{\"BookingData\":[{\"bookingId\":\"BKR112866743948\",\"bookingId_TJ\":\"TJ112866743948\",\"FlightNumber\":\"FD-154\",\"AirlineName\":\"Thai AirAsia\",\"AirlineCode\":\"FD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"AirlineSysId\":\"491\",\"DepartureTime\":\"23:25\",\"ArrivalTime\":\"04:20\",\"TravelDate\":\"2023-06-30T23:25\",\"LocalFromTime\":\"2023-06-30 23:25\",\"FromUTCTime\":\"2023-06-30T23:25\",\"LocalToTime\":\"2023-07-01 04:20\",\"ToUTCTime\":\"2023-07-01T04:20\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Sat, 01 Jul\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14976.69,\"PublishedFareTxt\":\"14,977\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/FD.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14226.34,\"Tax\":750.35,\"YQTax\":0,\"OtherCharges\":738.55,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14976.69,\"PublishedFare\":14976.69,\"OfferedFare\":14976.69,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-5163309165_0MAADMKFD154_55929755477969\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750.35,\"BaseFareCal\":14976.69,\"BaseFare\":14226.34,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":738.55,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":14976.69,\"CostToCustomer\":14976.69,\"BaseFareCal\":14976.69,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":14976.69,\"intOfferedFare\":14976.69,\"intPublishFare\":14976.69,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"867\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-01T04:20\",\"SegFlightNumber\":\"FD-154\",\"AirlineCode\":\"FD\",\"AirlineName\":\"Thai AirAsia\",\"FareClass\":\"A\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-06-30T23:25\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"04:20\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/FD.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"1\",\"Price\":3567.43,\"amount\":3567.43,\"Weight\":\"1bags 20kg\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"2\",\"Price\":4245.3,\"amount\":4245.3,\"Weight\":\"1bags 25kg\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"3\",\"Price\":5754.71,\"amount\":5754.71,\"Weight\":\"1bags 30kg\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"4\",\"Price\":8456.26,\"amount\":8456.26,\"Weight\":\"1bags 40kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7e18e-f2dc3-640e4-cf1a9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-23T23:56:26.698\",\"strTraceId\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112866743948\",\"bookingId_TJ\":\"TJ112866743948\",\"FlightNumber\":\"FD-154\",\"AirlineName\":\"Thai AirAsia\",\"AirlineCode\":\"FD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"strTraceId\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"AirlineSysId\":\"491\",\"DepartureTime\":\"23:25\",\"ArrivalTime\":\"04:20\",\"TravelDate\":\"2023-06-30T23:25\",\"LocalFromTime\":\"2023-06-30 23:25\",\"FromUTCTime\":\"2023-06-30T23:25\",\"LocalToTime\":\"2023-07-01 04:20\",\"ToUTCTime\":\"2023-07-01T04:20\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Sat, 01 Jul\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14976.69,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/FD.gif\",\"SearchFlightTraceId\":\"7e18e-f2dc3-640e4-cf1a9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-23T23:56:26.698\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14226.34,\"Tax\":750.35,\"YQTax\":0,\"OtherCharges\":738.55,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14976.69,\"PublishedFare\":14976.69,\"OfferedFare\":14976.69,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750.35,\"BaseFareCal\":14976.69,\"BaseFare\":14226.34,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":738.55,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"867\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-01T04:20\",\"SegFlightNumber\":\"FD-154\",\"AirlineCode\":\"FD\",\"AirlineName\":\"Thai AirAsia\",\"FareClass\":\"A\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-06-30T23:25\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"04:20\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/FD.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-5163309165_40MAADMKFD154_62371170564213\",\"localFromDateTime\":\"2023-06-30 23:25\",\"localToDateTime\":\"2023-07-01 04:20\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Bangkok\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"30\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"MAA\",\"to\":\"BKK\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":6000,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7e18e-f2dc3-640e4-cf1a9\",\"PreferredAirline\":null,\"from_city_\":\"1__MAA-BKK\"}}','2023-06-23 23:55:07'),(560,'1a235-96922-fdb08-d7dbc','{\"FlightBookingData\":[{\"origin\":{\"FlightNumber\":\"DD-959\",\"SegFlightNumberArr\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Fri, 30 Jun\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"destination\":{\"FlightNumber\":\"DD-958\",\"SegFlightNumberArr\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"IsRefundableTxt\":\"Non-Refundable\",\"DepartureDateTxt\":\"Tue, 04 Jul\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"FareClass\":null,\"FlightDuration\":\"3h 40m\",\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"IsLCC\":true},\"ToDate\":\"04\\/07\\/2023\",\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"InwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1a235-96922-fdb08-d7dbc\",\"apiTraceId\":\"1348-1a235-96922-fdb08-d7dbc\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-30\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30 00:45\",\"LocalToTime\":\"2023-07-01 01:10:00\",\"ToUTCTime\":\"2023-07-01 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Bangkok\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":22500,\"PublishedFareTxt\":\"22,500\",\"ApiResultIndex\":\"1348-1a235-96922-fdb08-d7dbc\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1348_18047\",\"ApiResultIndex\":\"1348_18047\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"03 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-30T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"03 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-07-05T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2023\",\"FromDateSort\":1688063400,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FilterDepartureDtTime\":\"20:00-24:00\",\"OnwardGroupPNR\":\"TBA 1\",\"InwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"TBA 1\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"12831\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"arrCommonInsVariables\":{\"strTraceId\":\"1348-1a235-96922-fdb08-d7dbc\",\"localFromDateTime\":\"2023-06-30 00:45\",\"localToDateTime\":\"2023-07-01 01:10:00\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":null,\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":null,\"IsRefundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"apiTraceId\":\"1348-1a235-96922-fdb08-d7dbc\",\"strTraceId\":\"1348-1a235-96922-fdb08-d7dbc\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-06-30\",\"LocalFromTime\":\"2023-06-30 00:45\",\"FromUTCTime\":\"2023-06-30 00:45\",\"LocalToTime\":\"2023-07-01 01:10:00\",\"ToUTCTime\":\"2023-07-01 01:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":null,\"GroundTime\":null,\"LAYOVERDuration\":null,\"FlyingMinutes\":null,\"DepartureDateTxt\":\"Fri, 30 Jun\",\"ArrivalDateTxt\":\"Fri, 30 Jun\",\"FlightDuration\":\"22 hours, 45 minutes\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":null,\"ApiResultIndex\":\"1348-1a235-96922-fdb08-d7dbc\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22500,\"PublishedFare\":22500,\"PublishedFareAgent\":22500,\"OfferedFareAgent\":22500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"1348_18047\",\"ApiResultIndex\":\"1348_18047\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"20\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":21500,\"BaseFare\":21500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"00F\"},\"Segments\":[{\"isReturnSegment\":false,\"destinationAirportCode\":\"DMK\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"HYD\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"03 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"destinationAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-06-30T06:05\",\"FareClass\":\"\",\"originDepTime\":\"2023-06-30T00:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"},{\"isReturnSegment\":true,\"destinationAirportCode\":\"HYD\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"originAirportCode\":\"DMK\",\"Baggage\":\"20\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"03 hours 40 minutes\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"originAirportName\":\"Bangkok, BKK, TH - Don Mueang International Arpt (DMK), Thailand\",\"destinationAirportName\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2023-07-05T23:45\",\"FareClass\":\"\",\"originDepTime\":\"2023-07-04T21:30\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}]}}],\"apiTraceId\":\"1348_18047\",\"SearchTraceId\":\"1a235-96922-fdb08-d7dbc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"2__HYD-DMK-HYD\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2023\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"gtx\",\"from_city\":[\"2__HYD-DMK-HYD\"],\"to_city\":[\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2023\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[2266],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"1a235-96922-fdb08-d7dbc\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DMK\"],\"from\":null,\"to\":null,\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Bangkok\"],\"sourceCityText\":null,\"destinationCityText\":null,\"SearchRoute\":\"4\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-06-24 09:35:48\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-06-24 09:36:17'),(562,'b57c0-beadc-81334-99d0d','{\"FlightBookingData\":[{\"bookingId\":\"DMC107066839065\",\"bookingId_TJ\":\"TJ107066839065\",\"FlightNumber\":\"6E-6378\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b57c0-beadc-81334-99d0d\",\"apiTraceId\":\"5-9320930280_0RPRAMD6E6378AMDDEL6E6202_31534865877804\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2023-06-26T16:00\",\"LocalFromTime\":\"2023-06-26 16:00\",\"FromUTCTime\":\"2023-06-26T16:00\",\"LocalToTime\":\"2023-06-26 22:35\",\"ToUTCTime\":\"2023-06-26T22:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":395,\"DepartureDateTxt\":\"Mon, 26 Jun\",\"ArrivalDateTxt\":\"Mon, 26 Jun\",\"FlightDuration\":\"07h 35m\",\"SourcePlaceSysId\":\"22508\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"RPR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,449\",\"ApiResultIndex\":\"5-9320930280_0RPRAMD6E6378AMDDEL6E6202_31534865877804\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7959,\"Tax\":1392.8,\"YQTax\":0,\"OtherCharges\":976,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9351.8,\"PublishedFare\":9449.41,\"PublishedFareAgent\":9449.41,\"OfferedFareAgent\":9449.41,\"OfferedFare\":9272.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9320930280_0RPRAMD6E6378AMDDEL6E6202_106450447584893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":79.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9449.41,\"CostToAgent\":9449.41,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1392.8,\"TotalBaseFare\":9351.8,\"BaseFareCal\":9299.41,\"BaseFare\":7959,\"CommissionEarned\":79.39,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":405,\"MFT\":1.8,\"OT\":976,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":79.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9449.41,\"CostToAgent\":9449.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":79.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":9449.41,\"CostToCustomer\":9449.41,\"BaseFareCal\":9299.41,\"intCommisionEarnedForAgency\":150,\"CostToCompany\":9299.41,\"intOfferedFare\":9272.41,\"intPublishFare\":9351.8,\"TripjackMarkup\":0,\"TripjackCommission\":79.39,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":79.39,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9449.41,\"CostToAgent\":9449.41,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"IntAdddimarkup\":150,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"175\",\"originAirportName\":\"Raipur Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Raipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-06-26T17:35\",\"SegFlightNumber\":\"6E-6378\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"RPR\",\"originDepTime\":\"2023-06-26T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":205,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"176\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-26T22:35\",\"SegFlightNumber\":\"6E-6202\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-06-26T21:00\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"176\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9320930280_0RPRAMD6E6378AMDDEL6E6202_31534865877804\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"RPR-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3250}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"RPR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"22508\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false}],\"apiTraceId\":\"5-9320930280_0RPRAMD6E6378AMDDEL6E6202_31534865877804\",\"SearchTraceId\":\"b57c0-beadc-81334-99d0d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Raipur (RPR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"26\\/06\\/2023\",\"\"],\"source_city\":[\"RPR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Raipur, IN - Raipur Arpt (RPR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Raipur Arpt (RPR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Raipur (RPR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-06-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[22508],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b57c0-beadc-81334-99d0d\",\"sourceCityAirportCode\":[\"RPR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"RPR\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Raipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Raipur, IN - Raipur Arpt (RPR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-06-25 16:08:27\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"175\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"RPR-DEL\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3250}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-06-25 16:09:09'),(564,'b160a-b3b8e-87a63-c1ebe','{\"FlightBookingData\":[{\"bookingId\":\"DMC101266981179\",\"bookingId_TJ\":\"TJ101266981179\",\"FlightNumber\":\"6E-127\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b160a-b3b8e-87a63-c1ebe\",\"apiTraceId\":\"5-1010518669_14AMDHYD6E127_24664611625224\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2023-07-03T09:00\",\"LocalFromTime\":\"2023-07-03 09:00\",\"FromUTCTime\":\"2023-07-03T09:00\",\"LocalToTime\":\"2023-07-03 10:30\",\"ToUTCTime\":\"2023-07-03T10:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 03 Jul\",\"ArrivalDateTxt\":\"Mon, 03 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,389\",\"ApiResultIndex\":\"5-1010518669_14AMDHYD6E127_24664611625224\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8234,\"Tax\":1059.8,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":417,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9293.8,\"PublishedFare\":9388.66,\"PublishedFareAgent\":9393.66,\"OfferedFareAgent\":9388.66,\"OfferedFare\":9211.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1010518669_0AMDHYD6E127_25852352546881\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"CommEarnedAgent\":5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"AgentMarkUp\":5,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.14,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":5,\"CostToAgentCustomer\":9393.66,\"CostToAgent\":9388.66,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1059.8,\"TotalBaseFare\":9293.8,\"BaseFareCal\":9238.66,\"BaseFare\":8234,\"CommissionEarned\":82.14,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":417,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":27,\"AddiMarkup\":150,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":5,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.14,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":5,\"CostToAgentCustomer\":9393.66,\"CostToAgent\":9388.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":82.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":9388.66,\"CostToCustomer\":9388.66,\"BaseFareCal\":9238.66,\"intCommisionEarnedForAgency\":150,\"CostToCompany\":9238.66,\"intOfferedFare\":9211.66,\"intPublishFare\":9293.8,\"TripjackMarkup\":0,\"TripjackCommission\":82.14,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":82.14,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":5,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":5,\"CostToAgentCustomer\":9393.66,\"CostToAgent\":9388.66,\"AddiMarkup\":150,\"AddiTaxOnMarkup\":27,\"IntAdddimarkup\":150,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"513\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-03T10:30\",\"SegFlightNumber\":\"6E-127\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-07-03T09:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-1010518669_14AMDHYD6E127_24664611625224\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true}],\"apiTraceId\":\"5-1010518669_14AMDHYD6E127_24664611625224\",\"SearchTraceId\":\"b160a-b3b8e-87a63-c1ebe\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2023\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"departure_dateG\":[\"Departure Date\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-07-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b160a-b3b8e-87a63-c1ebe\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"AMD\"],\"to\":[\"HYD\"],\"Fromlabel\":[\"Ahmedabad\"],\"Tolabel\":[\"Hyderabad\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-06-27 18:02:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"513\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"AMD-HYD\":{\"fr\":{\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50}}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9}}}},\"tfr\":[]}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-06-27 18:03:55'),(566,'a12be-64bd3-fcaa2-7e654','{\"BookingData\":[{\"bookingId\":\"BKR103367035417\",\"bookingId_TJ\":\"TJ103367035417\",\"FlightNumber\":\"UK-842\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:15\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-11T13:15\",\"LocalFromTime\":\"2023-07-11 13:15\",\"FromUTCTime\":\"2023-07-11T13:15\",\"LocalToTime\":\"2023-07-12 12:10\",\"ToUTCTime\":\"2023-07-12T12:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1200,\"LAYOVERDuration\":\"20h 0m\",\"FlyingMinutes\":1375,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Wed, 12 Jul\",\"FlightDuration\":\"22h 55m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4649.8,\"PublishedFareTxt\":\"4,650\",\"ApiResultIndex\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GOI-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"26\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACF\":3675,\"ACFT\":183.75,\"CCF\":50,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3369,\"Tax\":1280.8,\"YQTax\":0,\"OtherCharges\":744,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":4649.8,\"PublishedFare\":4533.95,\"OfferedFare\":4238.95,\"CommissionEarned\":410.85,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.62,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-8496032417_0GOIBOMUK842BOMHYDUK877_6904123916576\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":410.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1280.8,\"BaseFareCal\":4283.95,\"BaseFare\":3369,\"CommissionEarned\":410.85,\"TDS\":-21.62,\"MF\":10,\"YQ\":0,\"AGST\":185,\"MFT\":1.8,\"OT\":744,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":410.85,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4533.95,\"CostToCustomer\":4533.95,\"BaseFareCal\":4283.95,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4283.95,\"intOfferedFare\":4238.95,\"intPublishFare\":4649.8,\"TripjackMarkup\":0,\"TripjackCommission\":410.85,\"TripjackTDS\":\"21.62\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":410.85,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"907\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-11T14:45\",\"SegFlightNumber\":\"UK-842\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-07-11T13:15\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":1200,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:15\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"20h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"908\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-12T12:10\",\"SegFlightNumber\":\"UK-877\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-12T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a12be-64bd3-fcaa2-7e654\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-28T14:25:51.688\",\"strTraceId\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103367035417\",\"bookingId_TJ\":\"TJ103367035417\",\"FlightNumber\":\"UK-842\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"strTraceId\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:15\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-07-11T13:15\",\"LocalFromTime\":\"2023-07-11 13:15\",\"FromUTCTime\":\"2023-07-11T13:15\",\"LocalToTime\":\"2023-07-12 12:10\",\"ToUTCTime\":\"2023-07-12T12:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1200,\"LAYOVERDuration\":\"20h 0m\",\"FlyingMinutes\":1375,\"DepartureDateTxt\":\"Tue, 11 Jul\",\"ArrivalDateTxt\":\"Wed, 12 Jul\",\"FlightDuration\":\"22h 55m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4649.8,\"ApiResultIndex\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"a12be-64bd3-fcaa2-7e654\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-06-28T14:25:51.688\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3369,\"Tax\":1280.8,\"YQTax\":0,\"OtherCharges\":744,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":4649.8,\"PublishedFare\":4533.95,\"OfferedFare\":4238.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1280.8,\"BaseFareCal\":4283.95,\"BaseFare\":3369,\"CommissionEarned\":410.85,\"TDS\":-21.62,\"MF\":10,\"YQ\":0,\"AGST\":185,\"MFT\":1.8,\"OT\":744,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"907\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-11T14:45\",\"SegFlightNumber\":\"UK-842\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-07-11T13:15\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":1200,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:15\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"20h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"908\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-12T12:10\",\"SegFlightNumber\":\"UK-877\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-12T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-8496032417_3GOIBOMUK842BOMHYDUK877_55484977023439\",\"localFromDateTime\":\"2023-07-11 13:15\",\"localToDateTime\":\"2023-07-12 12:10\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Goa In\",\"mytrip_city_to\":\"Hyderabad\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GOI\",\"ContSysId_1\":\"0\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"11\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GOI\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"GOI\",\"to\":\"HYD\",\"sourceCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":0,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a12be-64bd3-fcaa2-7e654\",\"PreferredAirline\":null,\"from_city_\":\"1__GOI-HYD\"}}','2023-06-28 14:24:31'),(567,'15c5b-22b7c-69f73-53945','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4889361719-39632114\",\"name\":\"NEELAMS THE GRAND HOTEL GOA\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. Additional amenities at this resort include complimentary wireless Internet access, a hair salon, and shopping on site. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 150 guestrooms featuring LCD televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Grab a bite at RESTATURANT, one of the resort\'s 2 restaurants, or stay in and take advantage of the room service (during limited hours). Snacks are also available at the coffee shop\\/cafe. Relax with a refreshing drink from the swim-up bar or one of the 2 bars\\/lounges. Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Event facilities at this resort consist of conference space and a meeting room. Guests may use a train station pick-up service for a surcharge, and free valet parking is available onsite.\\\",\\\"location\\\":\\\"When you stay at Neelam\'s The Grand Hotel Goa in Calangute, you\'ll be in the entertainment district, within a 5-minute drive of Calangute Beach and Baga Beach.  This 4-star resort is 1.5 mi (2.4 km) from Candolim Beach and 5 mi (8.1 km) from Anjuna Beach.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  St. Alex Church - 0.4 km \\/ 0.2 mi  St. Anthony\'s Chapel - 0.9 km \\/ 0.6 mi  Calangute Market - 1 km \\/ 0.6 mi  Poriat Football Ground - 1.1 km \\/ 0.7 mi  Casino Palms - 1.4 km \\/ 0.9 mi  Kerkar Art Complex - 1.5 km \\/ 1 mi  Calangute Beach - 1.7 km \\/ 1.1 mi  Mae De Deus Church - 2.4 km \\/ 1.5 mi  Candolim Beach - 2.5 km \\/ 1.6 mi  Titos Lane - 2.8 km \\/ 1.7 mi  Baga Beach - 2.9 km \\/ 1.8 mi  Baga Night Market - 3.6 km \\/ 2.2 mi  Calizz - 3.8 km \\/ 2.4 mi  Saturday Night Market - 4.2 km \\/ 2.6 mi  Splashdown Waterpark - 4.7 km \\/ 2.9 mi  The nearest airports are:Dabolim Airport (GOI) - 71.8 km \\/ 44.6 mi Goa (GOX-New Goa Intl.) - 28.5 km \\/ 17.7 mi The preferred airport for Neelam\'s The Grand Hotel Goa is Dabolim Airport (GOI). \\\",\\\"headline\\\":\\\"Near Calangute Beach\\\"}\",\"rt\":4,\"gl\":{\"ln\":\"73.76701\",\"lt\":\"15.542728\"},\"ad\":{\"adr\":\"Calangute, Bardez, Goa&ndash;403516 India\",\"postalCode\":\"403516\",\"city\":{\"name\":\"Calangute\"},\"state\":{\"code\":\"Goa\",\"name\":\"Goa\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Calangute\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Shopping on site\",\"Train station pickup (surcharge)\",\"Swimming Pool\",\"Number of meeting rooms - 1\",\"Limo or town car service available\",\"Internet\",\"Lounge\",\"Designated smoking areas\",\"Spa\",\"Swimming Pool\",\"Bar\",\"Bicycle rentals nearby\",\"Tours\\/ticket assistance\",\"Multilingual\",\"Parasailing nearby\",\"Breakfast\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Elevator\",\"Fitness Facility\",\"Disable Friendly\",\"Television\",\"Fitness Facility\",\"Spa\",\"Garden\",\"Free newspapers in lobby\",\"Spa\",\"Area shuttle (surcharge)\",\"Fitness Facility\",\"Luggage storage\",\"Porter\\/bellhop\",\"Billiards\",\"Business Center\",\"24-hour front desk\",\"Scooter\\/moped rentals nearby\",\"Restaurant\",\"Spa\",\"Safe-deposit box at front desk\",\"Bar\",\"Hiking\\/biking trails nearby\",\"Swimming Pool\",\"Surfing\\/bodyboarding nearby\",\"Sauna\",\"Free self parking\",\"Business Center\",\"Parking\",\"HairSalon\",\"Terrace\"],\"pt\":\"RESORT\",\"cnt\":{\"ph\":\"91-83-22281800\"},\"ht\":[\"PREFERRED\"],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Reservations are required for massage services and spa treatments. Reservations can be made by contacting the resort prior to arrival, using the contact information on the booking confirmation. The property has connecting\\/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. No pets and no service animals are allowed at this property. This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60\\u00b0C\\/140\\u00b0F.Social distancing measures are in place; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer.Contactless check-in and contactless check-out are available.Individually-wrapped food options are available for breakfast, lunch, and dinner, and also through room service.Each guestroom is kept vacant for a minimum of 24 hours between bookings. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"This property offers transfers from the train station (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India; travelers who are not citizens of India must present a valid passport and visa. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThe name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservationThis property accepts credit cardsSafety features at this property include a fire extinguisher, a security system, and a first aid kitPlease note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Early check-in fee: INR 1500 (subject to availability)  Late check-out fee: INR 1500 (subject to availability)   Rollaway bed fee: INR 1500 per stay             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\",\\\"Mandatory\\\":\\\"You\'ll be asked to pay the following charges at the property: Christmas Eve (24 December) Gala Dinner per adult: INR 3000Christmas Eve (24 December) Gala Dinner per child: INR 1500 (from 6 to 12 years old) Christmas Day (25 December) Gala Dinner per adult: INR 0 Christmas Day (25 December) Gala Dinner per child: INR 0 (from 6 to 12 years old) New Year\'s Eve (31 December) Gala Dinner per adult: INR 3500New Year\'s Eve (31 December) Gala Dinner per child: INR 2000 (from 6 to 12 years old) We have included all charges provided to us by the property. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"Deluxe Room   - Bed & Breakfast : 2 Pax _2_0\",\"rc\":\"Deluxe Room Room\",\"rt\":\"Deluxe Room   - Bed & Breakfast : 2 Pax \",\"srn\":\"Deluxe, Double\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":8277.6,\"tfcs\":{\"NF\":8277.6,\"TF\":8277.6,\"TAF\":23.6,\"BF\":8254},\"tafcs\":{\"TAF\":{\"SGP\":8254,\"SBP\":8254,\"SNP\":8254,\"MF\":20,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}}],\"checkInDate\":\"2023-07-09\",\"checkOutDate\":\"2023-07-11\",\"radi\":{\"bds\":[{\"bt\":\"Double\"}]}}],\"id\":\"35_0_649bf5c9e9d5513f395b1e3c\",\"tp\":8277.6,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"35_0_649bf5c9e9d5513f395b1e3c\",\"ifra\":true,\"pd\":[{\"fdt\":\"2023-06-28T14:28:07.439\",\"tdt\":\"2023-07-01T06:00\",\"am\":0},{\"fdt\":\"2023-07-01T06:00\",\"tdt\":\"2023-07-09T12:00\",\"am\":8254},{\"fdt\":\"2023-07-09T12:00\",\"tdt\":\"2023-07-11T23:59\",\"am\":8254}]},\"ddt\":\"2023-07-01T06:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"\"}],\"oai\":{\"sid\":\"35\"},\"iopr\":true,\"ipr\":false,\"omid\":\"-289059610\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":8254},{\"fc\":[\"ROOM ONLY\"],\"tpc\":10514.64},{\"fc\":[\"HALF BOARD\"],\"tpc\":10600},{\"fc\":[\"FULL BOARD\"],\"tpc\":13541.67},{\"fc\":[\"ONE MEAL\"],\"tpc\":29861}],\"opci\":[{\"sid\":\"TJLOCAL\",\"soid\":1,\"mb\":\"BREAKFAST\",\"rc\":\"Deluxe Room Room\",\"tp\":8277.6},{\"sid\":\"DOTW\",\"soid\":4,\"mb\":\"BREAKFAST\",\"rc\":\"DELUXE ROOM\",\"tp\":9492.36}],\"uid\":\"39632114\",\"lhc\":\"549936\"},\"bookingId\":\"TJ204667035599\",\"alerts\":[{\"oldValue\":\"Neelam\'s The Grand Hotel Goa;Post Office Road,Calangute,India\",\"newValue\":\"NEELAMS THE GRAND HOTEL GOA;Calangute, Bardez, Goa&ndash;403516 India,Calangute,India\",\"field\":\"HOTELNAME\",\"type\":\"STATIC_DATA_ALERT\"}],\"query\":{\"checkinDate\":\"2023-07-09\",\"checkoutDate\":\"2023-07-11\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699356\",\"countryName\":\"INDIA\",\"cityName\":\"GOA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4889361719\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1089}},\"hotelbookingid\":\"7\",\"SearchHotelTraceId\":\"15c5b-22b7c-69f73-53945\",\"CustomerSession\":{\"bookingId\":\"15c5b-22b7c-69f73-53945\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9849232151\",\"traceId\":\"15c5b-22b7c-69f73-53945\",\"leadEmail\":\"9849232151@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"kushal \",\"passenger-lastname-1\":\"jain\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rajain\",\"passenger-lastname-2\":\"jain\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"Deluxe Room   - Bed & Breakfast : 2 Pax _2_0\",\"RoomCategory\":\"Deluxe Room Room\",\"RoomType\":\"Deluxe Room   - Bed & Breakfast : 2 Pax \",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":4610.8,\"gtxMarkUp\":\"400.00\",\"GSTOnGTXMarkUp\":72,\"pernightperroomprice\":4138.8,\"TotalRoomPrice\":8277.6,\"TotalFare\":8277.6,\"TotalBaseFare\":8254,\"TotalNetFare\":8277.6,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SGP\":8254,\"SBP\":8254,\"SNP\":8254,\"MF\":20,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":4138.8,\"TF\":4138.8,\"TAF\":11.8,\"BF\":4127},\"afc\":{\"TAF\":{\"SGP\":4127,\"SBP\":4127,\"SNP\":4127,\"MF\":10,\"MFT\":1.8}}}],\"PriceWithMarkup\":4610.8,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":8277.6,\"pernightperroomprice\":4138.8,\"RoomPrice\":4538.8,\"withmarkupprice\":4610.8,\"gtxMarkUp\":\"400.00\",\"GSTOnGTXMarkUp\":72,\"rooms\":1,\"Nights\":2,\"markup__\":\"400.00\"}}],\"RoomId\":\"35_0_649bf5c9e9d5513f395b1e3c\",\"RoomTotalPrice\":8277.6,\"iopr\":true,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":true,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4889361719-39632114\",\"HotemName\":\"Neelam\'s The Grand Hotel Goa\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. Additional amenities at this resort include complimentary wireless Internet access, a hair salon, and shopping on site. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 150 guestrooms featuring LCD televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Grab a bite at RESTATURANT, one of the resort\'s 2 restaurants, or stay in and take advantage of the room service (during limited hours). Snacks are also available at the coffee shop\\/cafe. Relax with a refreshing drink from the swim-up bar or one of the 2 bars\\/lounges. Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Event facilities at this resort consist of conference space and a meeting room. Guests may use a train station pick-up service for a surcharge, and free valet parking is available onsite.\\\",\\\"location\\\":\\\"When you stay at Neelam\'s The Grand Hotel Goa in Calangute, you\'ll be in the entertainment district, within a 5-minute drive of Calangute Beach and Baga Beach.  This 4-star resort is 1.5 mi (2.4 km) from Candolim Beach and 5 mi (8.1 km) from Anjuna Beach.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  St. Alex Church - 0.4 km \\/ 0.2 mi  St. Anthony\'s Chapel - 0.9 km \\/ 0.6 mi  Calangute Market - 1 km \\/ 0.6 mi  Poriat Football Ground - 1.1 km \\/ 0.7 mi  Casino Palms - 1.4 km \\/ 0.9 mi  Kerkar Art Complex - 1.5 km \\/ 1 mi  Calangute Beach - 1.7 km \\/ 1.1 mi  Mae De Deus Church - 2.4 km \\/ 1.5 mi  Candolim Beach - 2.5 km \\/ 1.6 mi  Titos Lane - 2.8 km \\/ 1.7 mi  Baga Beach - 2.9 km \\/ 1.8 mi  Baga Night Market - 3.6 km \\/ 2.2 mi  Calizz - 3.8 km \\/ 2.4 mi  Saturday Night Market - 4.2 km \\/ 2.6 mi  Splashdown Waterpark - 4.7 km \\/ 2.9 mi  The nearest airports are:Dabolim Airport (GOI) - 71.8 km \\/ 44.6 mi Goa (GOX-New Goa Intl.) - 28.5 km \\/ 17.7 mi The preferred airport for Neelam\'s The Grand Hotel Goa is Dabolim Airport (GOI). \\\",\\\"headline\\\":\\\"Near Calangute Beach\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8edddcf9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/2aa83e22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/096d9521_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/e965669c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/6dcbf926_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aab7570_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/695a7a85_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/781f72bf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9aa1628f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/086b260f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/eb948129_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/45f8b6ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/c7796232_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/407fae2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/109d0007_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/a7628a5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/9bb1ba32_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/50cc4c6c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/8a7e4e93_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/37279897_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/b5290ad6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/4f96f0de_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/3ebd1f2a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/33f9bc80_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/34bc7dc6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/981006b8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/3000000\\/2710000\\/2700600\\/2700511\\/02eab0b6_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"73.76701\",\"lt\":\"15.542728\"},\"HotelAddress\":\"Post Office Road\",\"HotelCity\":\"Calangute\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RESORT\",\"HotelFaciality\":[\"Laundry Services\",\"Shopping on site\",\"Train station pickup (surcharge)\",\"Swimming Pool\",\"Number of meeting rooms - 1\",\"Limo or town car service available\",\"Internet\",\"Lounge\",\"Designated smoking areas\",\"Spa\",\"Swimming Pool\",\"Bar\",\"Bicycle rentals nearby\",\"Tours\\/ticket assistance\",\"Multilingual\",\"Parasailing nearby\",\"Breakfast\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Elevator\",\"Fitness Facility\",\"Disable Friendly\",\"Television\",\"Fitness Facility\",\"Spa\",\"Garden\",\"Free newspapers in lobby\",\"Spa\",\"Area shuttle (surcharge)\",\"Fitness Facility\",\"Luggage storage\",\"Porter\\/bellhop\",\"Billiards\",\"Business Center\",\"24-hour front desk\",\"Scooter\\/moped rentals nearby\",\"Restaurant\",\"Spa\",\"Safe-deposit box at front desk\",\"Bar\",\"Hiking\\/biking trails nearby\",\"Swimming Pool\",\"Surfing\\/bodyboarding nearby\",\"Sauna\",\"Free self parking\",\"Business Center\",\"Parking\",\"HairSalon\",\"Terrace\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-07-09\",\"checkoutDate\":\"2023-07-11\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699356\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"748282\",\"TPSysId\":\"748283\",\"VersionId\":\"2287254\",\"CustomerSysId\":\"435821\",\"TrxId\":\"61715\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-06-28 14:28:42'),(569,'d3334-a9f36-c93bf-89d47','{\"BookingData\":[{\"bookingId\":\"BKR113167853382\",\"bookingId_TJ\":\"TJ113167853382\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2023-09-04T10:05\",\"LocalFromTime\":\"2023-09-04 10:05\",\"FromUTCTime\":\"2023-09-04T10:05\",\"LocalToTime\":\"2023-09-05 09:05\",\"ToUTCTime\":\"2023-09-05T09:05\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1110,\"LAYOVERDuration\":\"18h 30m\",\"FlyingMinutes\":1365,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"23h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":39652.799999999996,\"YQTax\":20010,\"OtherCharges\":16194,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1758,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":53152.799999999996,\"PublishedFare\":53897.35,\"OfferedFare\":70.80000000000001,\"CommissionEarned\":435.45000000000005,\"CommisionPass\":435.45000000000005,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.919999999999998,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1430509735_1KTMDELAI212DELHYDAI544_16006186358328\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1000,\"AddiTaxOnMarkup\":180,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":39652.799999999996,\"BaseFareCal\":52897.35,\"BaseFare\":13500,\"CommissionEarned\":435.45000000000005,\"TDS\":-22.919999999999998,\"MF\":60,\"YQ\":20010,\"AGST\":1758,\"MFT\":10.8,\"OT\":16194,\"MU\":0,\"YR\":1620,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"35\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T12:30\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-04T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":145,\"GroundTime\":1110,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"18h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"36\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-09-05T09:05\",\"SegFlightNumber\":\"AI-213\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"5KG\",\"Price\":5024,\"amount\":5024,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"10KG\",\"Price\":10049,\"amount\":10049,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"25KG\",\"Price\":12600,\"amount\":12600,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"15KG\",\"Price\":15073,\"amount\":15073,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"20KG\",\"Price\":20097,\"amount\":20097,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d3334-a9f36-c93bf-89d47\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"2023-09-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR113167853382\",\"bookingId_TJ\":\"TJ113167853382\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:05\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2023-09-04T10:05\",\"LocalFromTime\":\"2023-09-04 10:05\",\"FromUTCTime\":\"2023-09-04T10:05\",\"LocalToTime\":\"2023-09-05 09:05\",\"ToUTCTime\":\"2023-09-05T09:05\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1110,\"LAYOVERDuration\":\"18h 30m\",\"FlyingMinutes\":1365,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"23h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":53897.35,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"d3334-a9f36-c93bf-89d47\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":39652.799999999996,\"YQTax\":20010,\"OtherCharges\":16194,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1758,\"CarrierMiscFee\":1620,\"MUFee\":0,\"intPublishedFare\":53152.799999999996,\"PublishedFare\":53897.35,\"OfferedFare\":70.80000000000001,\"CommissionEarned\":435.45000000000005,\"CommisionPass\":435.45000000000005,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.919999999999998,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1430509735_1KTMDELAI212DELHYDAI544_16006186358328\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1000,\"AddiTaxOnMarkup\":180,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":39652.799999999996,\"BaseFareCal\":52897.35,\"BaseFare\":13500,\"CommissionEarned\":435.45000000000005,\"TDS\":-22.919999999999998,\"MF\":60,\"YQ\":20010,\"AGST\":1758,\"MFT\":10.8,\"OT\":16194,\"MU\":0,\"YR\":1620,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"35\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T12:30\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Q\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-04T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":145,\"GroundTime\":1110,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"18h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"36\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-09-05T09:05\",\"SegFlightNumber\":\"AI-213\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal I\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"37\",\"originAirportName\":\"Tribuvan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kathmandu\",\"originCountryName\":\"Nepal\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-08T23:10\",\"SegFlightNumber\":\"AI-212\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"KTM\",\"originDepTime\":\"2023-09-08T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":1070,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"17h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"38\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-09T19:10\",\"SegFlightNumber\":\"AI-544\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-1430509735_109HYDDELAI543DELKTMAI213KTMDELAI212DELHYDAI544_15960445681525\",\"localFromDateTime\":\"2023-09-04 10:05\",\"localToDateTime\":\"2023-09-05 09:05\",\"strSourceAirportCode\":\"KTM\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR113167853382\",\"bookingId_TJ\":\"TJ113167853382\",\"FlightNumber\":\"AI-212\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2023-09-08T21:35\",\"LocalFromTime\":\"2023-09-08 21:35\",\"FromUTCTime\":\"2023-09-08T21:35\",\"LocalToTime\":\"2023-09-09 19:10\",\"ToUTCTime\":\"2023-09-09T19:10\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1070,\"LAYOVERDuration\":\"17h 50m\",\"FlyingMinutes\":1310,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"21h 35m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"KTM\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"37\",\"originAirportName\":\"Tribuvan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kathmandu\",\"originCountryName\":\"Nepal\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-08T23:10\",\"SegFlightNumber\":\"AI-212\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"KTM\",\"originDepTime\":\"2023-09-08T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":1070,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"17h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"38\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-09T19:10\",\"SegFlightNumber\":\"AI-544\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"37\",\"Code\":\"5KG\",\"Price\":4956,\"amount\":4956,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"37\",\"Code\":\"10KG\",\"Price\":9911,\"amount\":9911,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"37\",\"Code\":\"15KG\",\"Price\":14867,\"amount\":14867,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"37\",\"Code\":\"20KG\",\"Price\":19822,\"amount\":19822,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"20KG\",\"Price\":20097,\"amount\":20097,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d3334-a9f36-c93bf-89d47\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"2023-09-08 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Kathmandu\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"KTM\",\"ContSysId\":\"153\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"departure_date\":\"04\\/09\\/2023\",\"return_date\":\"08\\/09\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" NP - Tribuvan Arpt KTM\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"KTM\",\"from\":\"HYD\",\"to\":\"KTM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"sourceCityId\":12538,\"destinationCityId\":13672,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/09\\/2023\",\"return_dates\":\"08\\/09\\/2023\",\"strDepatureDate\":\"2023-09-04\",\"strReturnDate\":\"2023-09-08\",\"SearchFlightTraceId\":\"d3334-a9f36-c93bf-89d47\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-KTM-HYD\"}}','2023-07-10 20:13:45'),(571,'2876e-de296-e53f3-d71db','{\"BookingData\":[{\"bookingId\":\"BKR110267945614\",\"bookingId_TJ\":\"TJ110267945614\",\"FlightNumber\":\"AK-66\",\"AirlineName\":\"AirAsia\",\"AirlineCode\":\"AK\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"AirlineSysId\":\"74\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-07-15T22:40\",\"LocalFromTime\":\"2023-07-15 22:40\",\"FromUTCTime\":\"2023-07-15T22:40\",\"LocalToTime\":\"2023-07-16 16:35\",\"ToUTCTime\":\"2023-07-16T16:35\",\"IsDirect\":0,\"FareClass\":\"I\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":630,\"LAYOVERDuration\":\"10h 30m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Sat, 15 Jul\",\"ArrivalDateTxt\":\"Sun, 16 Jul\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32528.56,\"Tax\":783.5400000000001,\"YQTax\":0,\"OtherCharges\":759.9399999999999,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":33312.11,\"PublishedFare\":33312.11,\"OfferedFare\":32644,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2929716779_1HKTKULAK829KULHYDAK69_67013199234687\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":33312.11,\"oldFare\":33475.21,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":783.5400000000001,\"BaseFareCal\":33312.11,\"BaseFare\":32528.56,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":759.9399999999999,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"876\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-07-16T05:35\",\"SegFlightNumber\":\"AK-66\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"I\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-15T22:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":630,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"05:35\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"10h 30m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"segmentid\":\"877\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-07-16T16:35\",\"SegFlightNumber\":\"AK-826\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"I\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-07-16T16:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:05\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"1\",\"Price\":6735.68,\"amount\":6735.68,\"Weight\":\"1bags 20kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"2\",\"Price\":7499.81,\"amount\":7499.81,\"Weight\":\"1bags 25kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"3\",\"Price\":9133.68,\"amount\":9133.68,\"Weight\":\"1bags 30kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"4\",\"Price\":14083.04,\"amount\":14083.04,\"Weight\":\"1bags 40kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2876e-de296-e53f3-d71db\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-15 12:00\",\"localToDateTime\":\"2023-07-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110267945614\",\"bookingId_TJ\":\"TJ110267945614\",\"FlightNumber\":\"AK-66\",\"AirlineName\":\"AirAsia\",\"AirlineCode\":\"AK\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"AirlineSysId\":\"74\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-07-15T22:40\",\"LocalFromTime\":\"2023-07-15 22:40\",\"FromUTCTime\":\"2023-07-15T22:40\",\"LocalToTime\":\"2023-07-16 16:35\",\"ToUTCTime\":\"2023-07-16T16:35\",\"IsDirect\":0,\"FareClass\":\"I\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":630,\"LAYOVERDuration\":\"10h 30m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Sat, 15 Jul\",\"ArrivalDateTxt\":\"Sun, 16 Jul\",\"FlightDuration\":\"17h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":33312.11,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"2876e-de296-e53f3-d71db\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32528.56,\"Tax\":783.5400000000001,\"YQTax\":0,\"OtherCharges\":759.9399999999999,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":33312.11,\"PublishedFare\":33312.11,\"OfferedFare\":32644,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2929716779_1HKTKULAK829KULHYDAK69_67013199234687\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":33312.11,\"oldFare\":33475.21,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":783.5400000000001,\"BaseFareCal\":33312.11,\"BaseFare\":32528.56,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":759.9399999999999,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"876\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-07-16T05:35\",\"SegFlightNumber\":\"AK-66\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"I\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-15T22:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":630,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"05:35\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":\"10h 30m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"segmentid\":\"877\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2023-07-16T16:35\",\"SegFlightNumber\":\"AK-826\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"I\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-07-16T16:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:05\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],[{\"segmentid\":\"878\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-07-24T10:45\",\"SegFlightNumber\":\"AK-829\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-07-24T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":95,\"GroundTime\":645,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"10h 45m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"segmentid\":\"879\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-24T23:15\",\"SegFlightNumber\":\"AK-69\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-07-24T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-2929716779_48HYDKULAK66KULHKTAK826HKTKULAK829KULHYDAK69_67404567881595\",\"localFromDateTime\":\"2023-07-15 22:40\",\"localToDateTime\":\"2023-07-16 16:35\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR110267945614\",\"bookingId_TJ\":\"TJ110267945614\",\"FlightNumber\":\"AK-829\",\"AirlineName\":\"AirAsia\",\"AirlineCode\":\"AK\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"74\",\"DepartureTime\":\"08:10\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2023-07-24T08:10\",\"LocalFromTime\":\"2023-07-24 08:10\",\"FromUTCTime\":\"2023-07-24T08:10\",\"LocalToTime\":\"2023-07-24 23:15\",\"ToUTCTime\":\"2023-07-24T23:15\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":645,\"LAYOVERDuration\":\"10h 45m\",\"FlyingMinutes\":995,\"DepartureDateTxt\":\"Mon, 24 Jul\",\"ArrivalDateTxt\":\"Mon, 24 Jul\",\"FlightDuration\":\"15h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":21319,\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"878\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-07-24T10:45\",\"SegFlightNumber\":\"AK-829\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-07-24T08:10\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":95,\"GroundTime\":645,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:10\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"10h 45m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"},{\"segmentid\":\"879\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-24T23:15\",\"SegFlightNumber\":\"AK-69\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"W\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-07-24T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"1\",\"Price\":3444.07,\"amount\":3444.07,\"Weight\":\"1bags 20kg\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"2\",\"Price\":3761.84,\"amount\":3761.84,\"Weight\":\"1bags 25kg\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"3\",\"Price\":4431.37,\"amount\":4431.37,\"Weight\":\"1bags 30kg\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"4\",\"Price\":6441.79,\"amount\":6441.79,\"Weight\":\"1bags 40kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2876e-de296-e53f3-d71db\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-15 12:00\",\"localToDateTime\":\"2023-07-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":21319,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Phuket\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"HKT\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"departure_date\":\"15\\/07\\/2023\",\"return_date\":\"24\\/07\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"HKT\",\"from\":\"HYD\",\"to\":\"HKT\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":21319,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/07\\/2023\",\"return_dates\":\"24\\/07\\/2023\",\"strDepatureDate\":\"2023-07-15\",\"strReturnDate\":\"2023-07-24\",\"SearchFlightTraceId\":\"2876e-de296-e53f3-d71db\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-HKT-HYD\"}}','2023-07-12 05:54:24'),(573,'4bb7f-0f7d3-b006b-950e2','{\"BookingData\":[{\"bookingId\":\"BKR103668077367\",\"bookingId_TJ\":\"TJ103668077367\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-07-20T06:10\",\"LocalFromTime\":\"2023-07-20 06:10\",\"FromUTCTime\":\"2023-07-20T06:10\",\"LocalToTime\":\"2023-07-20 08:25\",\"ToUTCTime\":\"2023-07-20T08:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jul\",\"ArrivalDateTxt\":\"Thu, 20 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4783.8,\"PublishedFareTxt\":\"4,784\",\"ApiResultIndex\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCFT\":9,\"CCF\":50,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCFT\":9,\"CCF\":50,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3383,\"Tax\":1400.8,\"YQTax\":0,\"OtherCharges\":1211,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4783.8,\"PublishedFare\":5251.96,\"OfferedFare\":4720.96,\"CommissionEarned\":62.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.31,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5258604485_0HYDDELSG160_37608020285169\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":62.84,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400.8,\"BaseFareCal\":4801.96,\"BaseFare\":3383,\"CommissionEarned\":62.84,\"TDS\":-3.31,\"MF\":10,\"YQ\":0,\"AGST\":178,\"MFT\":1.8,\"OT\":1211,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":62.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":5251.96,\"CostToCustomer\":5251.96,\"BaseFareCal\":4801.96,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":4801.96,\"intOfferedFare\":4720.96,\"intPublishFare\":4783.8,\"TripjackMarkup\":0,\"TripjackCommission\":62.84,\"TripjackTDS\":\"3.31\",\"AddiMarkup\":450,\"CommisionPass\":62.84,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"944\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-20T08:25\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-20T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"FPML\",\"Price\":395,\"amount\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"944\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4bb7f-0f7d3-b006b-950e2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-07-13T22:15:06.389\",\"strTraceId\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"\",\"intDestinationCityId\":\"\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103668077367\",\"bookingId_TJ\":\"TJ103668077367\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"strTraceId\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-07-20T06:10\",\"LocalFromTime\":\"2023-07-20 06:10\",\"FromUTCTime\":\"2023-07-20T06:10\",\"LocalToTime\":\"2023-07-20 08:25\",\"ToUTCTime\":\"2023-07-20T08:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jul\",\"ArrivalDateTxt\":\"Thu, 20 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4783.8,\"ApiResultIndex\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"4bb7f-0f7d3-b006b-950e2\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-07-13T22:15:06.389\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3383,\"Tax\":1400.8,\"YQTax\":0,\"OtherCharges\":1211,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4783.8,\"PublishedFare\":5251.96,\"OfferedFare\":4720.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400.8,\"BaseFareCal\":4801.96,\"BaseFare\":3383,\"CommissionEarned\":62.84,\"TDS\":-3.31,\"MF\":10,\"YQ\":0,\"AGST\":178,\"MFT\":1.8,\"OT\":1211,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"944\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-20T08:25\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-20T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5258604485_0HYDDELSG160_46166623424399\",\"localFromDateTime\":\"2023-07-20 06:10\",\"localToDateTime\":\"2023-07-20 08:25\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"\",\"intDestinationCityId\":\"\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"20\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":\"\",\"destinationCityId\":\"\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4bb7f-0f7d3-b006b-950e2\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-DEL\"}}','2023-07-13 22:13:45'),(575,'6cf26-cbc28-2dc50-3bca7','{\"BookingData\":[{\"bookingId\":\"BKR115568122007\",\"bookingId_TJ\":\"TJ115568122007\",\"FlightNumber\":\"6E-1157\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"14:20\",\"TravelDate\":\"2023-07-30T11:25\",\"LocalFromTime\":\"2023-07-30 11:25\",\"FromUTCTime\":\"2023-07-30T11:25\",\"LocalToTime\":\"2023-07-30 14:20\",\"ToUTCTime\":\"2023-07-30T14:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 30 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6028.8,\"PublishedFareTxt\":\"6,029\",\"ApiResultIndex\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-KTM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARFT\":250,\"CRF\":50,\"ARF\":5000,\"CRFT\":9},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"CCF\":100,\"ACF\":6500,\"CCFT\":18},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3735,\"Tax\":2293.8,\"YQTax\":0,\"OtherCharges\":2093,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":189,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6028.8,\"PublishedFare\":6760.32,\"OfferedFare\":5993.32,\"CommissionEarned\":35.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3641220739_0BOMKTM6E1157_29798546678056\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":117,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":35.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":650,\"GSTOnMarkUp\":117,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":650,\"AddiTaxOnMarkup\":117,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2293.8,\"BaseFareCal\":6110.32,\"BaseFare\":3735,\"CommissionEarned\":35.48,\"TDS\":-1.87,\"MF\":10,\"YQ\":0,\"AGST\":189,\"MFT\":1.8,\"OT\":2093,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":117,\"AddiMarkup\":650,\"intTotalGST\":117,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":650,\"GSTOnMarkUp\":117,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":35.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":650,\"IntTaxOnAgencyFixMarkUp\":117,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":117,\"PublishFare\":6760.32,\"CostToCustomer\":6760.32,\"BaseFareCal\":6110.32,\"intCommisionEarnedForAgency\":650,\"CostToCompany\":6110.32,\"intOfferedFare\":5993.32,\"intPublishFare\":6028.8,\"TripjackMarkup\":0,\"TripjackCommission\":35.48,\"TripjackTDS\":\"1.87\",\"AddiMarkup\":650,\"CommisionPass\":35.48,\"AddiTaxOnMarkup\":117,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":650},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"712\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-07-30T14:20\",\"SegFlightNumber\":\"6E-1157\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-30T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"14:20\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"XBPA\",\"Price\":2500,\"amount\":2500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"XBPB\",\"Price\":5000,\"amount\":5000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"XBPC\",\"Price\":7500,\"amount\":7500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"XBPJ\",\"Price\":10000,\"amount\":10000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"XBPD\",\"Price\":15000,\"amount\":15000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"UPMA\",\"Price\":350,\"amount\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"POHA\",\"Price\":350,\"amount\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"712\",\"Code\":\"BEER\",\"Price\":900,\"amount\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6cf26-cbc28-2dc50-3bca7\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-07-14T16:34:55.525\",\"strTraceId\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115568122007\",\"bookingId_TJ\":\"TJ115568122007\",\"FlightNumber\":\"6E-1157\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"strTraceId\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"14:20\",\"TravelDate\":\"2023-07-30T11:25\",\"LocalFromTime\":\"2023-07-30 11:25\",\"FromUTCTime\":\"2023-07-30T11:25\",\"LocalToTime\":\"2023-07-30 14:20\",\"ToUTCTime\":\"2023-07-30T14:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 30 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6028.8,\"ApiResultIndex\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"6cf26-cbc28-2dc50-3bca7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-07-14T16:34:55.525\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3735,\"Tax\":2293.8,\"YQTax\":0,\"OtherCharges\":2093,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":189,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6028.8,\"PublishedFare\":6760.32,\"OfferedFare\":5993.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":650,\"GSTOnMarkUp\":117,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":650,\"AddiTaxOnMarkup\":117,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2293.8,\"BaseFareCal\":6110.32,\"BaseFare\":3735,\"CommissionEarned\":35.48,\"TDS\":-1.87,\"MF\":10,\"YQ\":0,\"AGST\":189,\"MFT\":1.8,\"OT\":2093,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":117,\"AddiMarkup\":650,\"FixedMarkUp\":650,\"GSTOnMarkUp\":117,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"712\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-07-30T14:20\",\"SegFlightNumber\":\"6E-1157\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-30T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"14:20\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3641220739_0BOMKTM6E1157_106096848667350\",\"localFromDateTime\":\"2023-07-30 11:25\",\"localToDateTime\":\"2023-07-30 14:20\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Kathmandu\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"KTM\",\"ContSysId\":\"153\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"departure_date\":\"30\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" NP - Tribuvan Arpt KTM\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"KTM\",\"from\":\"BOM\",\"to\":\"KTM\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"sourceCityId\":18676,\"destinationCityId\":13672,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"6cf26-cbc28-2dc50-3bca7\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-KTM\"}}','2023-07-14 16:33:34'),(577,'fe614-e28f8-de1db-d9290','{\"BookingData\":[{\"bookingId\":\"BKR118668168379\",\"bookingId_TJ\":\"TJ118668168379\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-07-16T00:45\",\"LocalFromTime\":\"2023-07-16 00:45\",\"FromUTCTime\":\"2023-07-16T00:45\",\"LocalToTime\":\"2023-07-16 06:05\",\"ToUTCTime\":\"2023-07-16T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 16 Jul\",\"ArrivalDateTxt\":\"Sun, 16 Jul\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":125042.72,\"Tax\":38594.96,\"YQTax\":0,\"OtherCharges\":38500.56,\"Discount\":0,\"ServiceFee\":80,\"ManagementFeeTax\":14.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":163637.68,\"PublishedFare\":163637.68,\"OfferedFare\":160814.08,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8282729364_1DMKHYDDD958_85014730088698\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":163637.69,\"oldFare\":163776.27,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":38594.96,\"BaseFareCal\":163637.68,\"BaseFare\":125042.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":80,\"YQ\":0,\"AGST\":0,\"MFT\":14.4,\"OT\":38500.56,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"657\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-16T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-16T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fe614-e28f8-de1db-d9290\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-16 12:00\",\"localToDateTime\":\"2023-07-20 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118668168379\",\"bookingId_TJ\":\"TJ118668168379\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"strTraceId\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-07-16T00:45\",\"LocalFromTime\":\"2023-07-16 00:45\",\"FromUTCTime\":\"2023-07-16T00:45\",\"LocalToTime\":\"2023-07-16 06:05\",\"ToUTCTime\":\"2023-07-16T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 16 Jul\",\"ArrivalDateTxt\":\"Sun, 16 Jul\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":163637.68,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"fe614-e28f8-de1db-d9290\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":125042.72,\"Tax\":38594.96,\"YQTax\":0,\"OtherCharges\":38500.56,\"Discount\":0,\"ServiceFee\":80,\"ManagementFeeTax\":14.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":163637.68,\"PublishedFare\":163637.68,\"OfferedFare\":160814.08,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8282729364_1DMKHYDDD958_85014730088698\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":163637.69,\"oldFare\":163776.27,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":38594.96,\"BaseFareCal\":163637.68,\"BaseFare\":125042.72,\"CommissionEarned\":0,\"TDS\":0,\"MF\":80,\"YQ\":0,\"AGST\":0,\"MFT\":14.4,\"OT\":38500.56,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"657\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-07-16T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-07-16T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"658\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-20T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-20T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-8282729364_20HYDDMKDD959DMKHYDDD958_5292833839744\",\"localFromDateTime\":\"2023-07-16 00:45\",\"localToDateTime\":\"2023-07-16 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR118668168379\",\"bookingId_TJ\":\"TJ118668168379\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-07-20T21:30\",\"LocalFromTime\":\"2023-07-20 21:30\",\"FromUTCTime\":\"2023-07-20T21:30\",\"LocalToTime\":\"2023-07-20 23:45\",\"ToUTCTime\":\"2023-07-20T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 20 Jul\",\"ArrivalDateTxt\":\"Thu, 20 Jul\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"658\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-07-20T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-07-20T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fe614-e28f8-de1db-d9290\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-16 12:00\",\"localToDateTime\":\"2023-07-20 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":4,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"16\\/07\\/2023\",\"return_date\":\"20\\/07\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/07\\/2023\",\"return_dates\":\"20\\/07\\/2023\",\"strDepatureDate\":\"2023-07-16\",\"strReturnDate\":\"2023-07-20\",\"SearchFlightTraceId\":\"fe614-e28f8-de1db-d9290\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-07-15 11:41:51');
INSERT INTO `tbl_temp_data` VALUES (579,'dd561-ac437-e61f6-0f2ef','{\"BookingData\":[{\"bookingId\":\"BKR103168272052\",\"bookingId_TJ\":\"TJ103168272052\",\"FlightNumber\":\"6E-5258\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2023-07-18T18:30\",\"LocalFromTime\":\"2023-07-18 18:30\",\"FromUTCTime\":\"2023-07-18T18:30\",\"LocalToTime\":\"2023-07-18 22:35\",\"ToUTCTime\":\"2023-07-18T22:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 18 Jul\",\"ArrivalDateTxt\":\"Tue, 18 Jul\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4246.8,\"PublishedFareTxt\":\"4,247\",\"ApiResultIndex\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3546,\"Tax\":700.8,\"YQTax\":0,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4246.8,\"PublishedFare\":4506.43,\"OfferedFare\":4211.43,\"CommissionEarned\":35.37,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_81906945415162\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":35.37,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":700.8,\"BaseFareCal\":4256.43,\"BaseFare\":3546,\"CommissionEarned\":35.37,\"TDS\":-1.86,\"MF\":10,\"YQ\":0,\"AGST\":185,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":35.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4506.43,\"CostToCustomer\":4506.43,\"BaseFareCal\":4256.43,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4256.43,\"intOfferedFare\":4211.43,\"intPublishFare\":4246.8,\"TripjackMarkup\":0,\"TripjackCommission\":35.37,\"TripjackTDS\":\"1.86\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":35.37,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"236\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-07-18T19:45\",\"SegFlightNumber\":\"6E-5258\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-18T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":75,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"237\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-18T22:35\",\"SegFlightNumber\":\"6E-6202\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-07-18T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"236\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"dd561-ac437-e61f6-0f2ef\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-07-17T05:33:24.477\",\"strTraceId\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103168272052\",\"bookingId_TJ\":\"TJ103168272052\",\"FlightNumber\":\"6E-5258\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"strTraceId\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2023-07-18T18:30\",\"LocalFromTime\":\"2023-07-18 18:30\",\"FromUTCTime\":\"2023-07-18T18:30\",\"LocalToTime\":\"2023-07-18 22:35\",\"ToUTCTime\":\"2023-07-18T22:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 18 Jul\",\"ArrivalDateTxt\":\"Tue, 18 Jul\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4246.8,\"ApiResultIndex\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"dd561-ac437-e61f6-0f2ef\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-07-17T05:33:24.477\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3546,\"Tax\":700.8,\"YQTax\":0,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":185,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4246.8,\"PublishedFare\":4506.43,\"OfferedFare\":4211.43,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":700.8,\"BaseFareCal\":4256.43,\"BaseFare\":3546,\"CommissionEarned\":35.37,\"TDS\":-1.86,\"MF\":10,\"YQ\":0,\"AGST\":185,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"236\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-07-18T19:45\",\"SegFlightNumber\":\"6E-5258\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-18T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":75,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"237\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-18T22:35\",\"SegFlightNumber\":\"6E-6202\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-07-18T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7175461508_0BOMAMD6E5258AMDDEL6E6202_76125893004678\",\"localFromDateTime\":\"2023-07-18 18:30\",\"localToDateTime\":\"2023-07-18 22:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"18\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"dd561-ac437-e61f6-0f2ef\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-07-17 05:32:02'),(581,'b56ed-5ebec-1ec93-f7ecc','{\"BookingData\":[{\"bookingId\":\"BKR118669237500\",\"bookingId_TJ\":\"TJ118669237500\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-07T01:10\",\"LocalFromTime\":\"2023-08-07 01:10\",\"FromUTCTime\":\"2023-08-07T01:10\",\"LocalToTime\":\"2023-08-07 06:15\",\"ToUTCTime\":\"2023-08-07T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 07 Aug\",\"ArrivalDateTxt\":\"Mon, 07 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11675,\"Tax\":15810.599999999999,\"YQTax\":9194,\"OtherCharges\":4687,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1085,\"CarrierMiscFee\":821,\"MUFee\":0,\"intPublishedFare\":27485.6,\"PublishedFare\":27181.6,\"OfferedFare\":-128.39999999999998,\"CommissionEarned\":304,\"CommisionPass\":304,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7416143907_1BKKHYDTG329_50958821610391\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15810.599999999999,\"BaseFareCal\":27181.6,\"BaseFare\":11675,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":20,\"YQ\":9194,\"AGST\":1085,\"MFT\":3.6,\"OT\":4687,\"MU\":0,\"YR\":821,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"273\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-07T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-07T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b56ed-5ebec-1ec93-f7ecc\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-07 12:00\",\"localToDateTime\":\"2023-08-11 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118669237500\",\"bookingId_TJ\":\"TJ118669237500\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"strTraceId\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-07T01:10\",\"LocalFromTime\":\"2023-08-07 01:10\",\"FromUTCTime\":\"2023-08-07T01:10\",\"LocalToTime\":\"2023-08-07 06:15\",\"ToUTCTime\":\"2023-08-07T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 07 Aug\",\"ArrivalDateTxt\":\"Mon, 07 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":27181.6,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"b56ed-5ebec-1ec93-f7ecc\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11675,\"Tax\":15810.599999999999,\"YQTax\":9194,\"OtherCharges\":4687,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1085,\"CarrierMiscFee\":821,\"MUFee\":0,\"intPublishedFare\":27485.6,\"PublishedFare\":27181.6,\"OfferedFare\":-128.39999999999998,\"CommissionEarned\":304,\"CommisionPass\":304,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7416143907_1BKKHYDTG329_50958821610391\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15810.599999999999,\"BaseFareCal\":27181.6,\"BaseFare\":11675,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":20,\"YQ\":9194,\"AGST\":1085,\"MFT\":3.6,\"OT\":4687,\"MU\":0,\"YR\":821,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"273\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-07T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-07T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"274\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-12T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-11T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-7416143907_202HYDBKKTG330BKKHYDTG329_56327453762811\",\"localFromDateTime\":\"2023-08-07 01:10\",\"localToDateTime\":\"2023-08-07 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR118669237500\",\"bookingId_TJ\":\"TJ118669237500\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-08-11T22:10\",\"LocalFromTime\":\"2023-08-11 22:10\",\"FromUTCTime\":\"2023-08-11T22:10\",\"LocalToTime\":\"2023-08-12 00:10\",\"ToUTCTime\":\"2023-08-12T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Fri, 11 Aug\",\"ArrivalDateTxt\":\"Sat, 12 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"274\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-12T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-11T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b56ed-5ebec-1ec93-f7ecc\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-07 12:00\",\"localToDateTime\":\"2023-08-11 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"07\\/08\\/2023\",\"return_date\":\"11\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/08\\/2023\",\"return_dates\":\"11\\/08\\/2023\",\"strDepatureDate\":\"2023-08-07\",\"strReturnDate\":\"2023-08-11\",\"SearchFlightTraceId\":\"b56ed-5ebec-1ec93-f7ecc\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-07-31 02:02:14'),(589,'015e1-6ac16-899e5-26434','{\"BookingData\":[{\"bookingId\":\"BKR119769378066\",\"bookingId_TJ\":\"TJ119769378066\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-11T00:45\",\"LocalFromTime\":\"2023-08-11 00:45\",\"FromUTCTime\":\"2023-08-11T00:45\",\"LocalToTime\":\"2023-08-11 06:05\",\"ToUTCTime\":\"2023-08-11T06:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 11 Aug\",\"ArrivalDateTxt\":\"Fri, 11 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24500,\"Tax\":823.6,\"YQTax\":0,\"OtherCharges\":800,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25323.6,\"PublishedFare\":25323.6,\"OfferedFare\":823.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4252869122_1DMKHYDDD958_117932355036625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"OFFER RETURN FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":823.6,\"BaseFareCal\":25323.6,\"BaseFare\":24500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":800,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"939\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-11T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-11T00:45\",\"TripIndicator\":\"\",\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"015e1-6ac16-899e5-26434\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-11 12:00\",\"localToDateTime\":\"2023-08-15 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119769378066\",\"bookingId_TJ\":\"TJ119769378066\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"strTraceId\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-11T00:45\",\"LocalFromTime\":\"2023-08-11 00:45\",\"FromUTCTime\":\"2023-08-11T00:45\",\"LocalToTime\":\"2023-08-11 06:05\",\"ToUTCTime\":\"2023-08-11T06:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Fri, 11 Aug\",\"ArrivalDateTxt\":\"Fri, 11 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25323.6,\"ApiResultIndex\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"015e1-6ac16-899e5-26434\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24500,\"Tax\":823.6,\"YQTax\":0,\"OtherCharges\":800,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25323.6,\"PublishedFare\":25323.6,\"OfferedFare\":823.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4252869122_1DMKHYDDD958_117932355036625\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"OFFER RETURN FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":823.6,\"BaseFareCal\":25323.6,\"BaseFare\":24500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":800,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"939\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-11T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-11T00:45\",\"TripIndicator\":\"\",\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"940\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-15T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"G\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-15T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4252869122_0HYDDMKDD959DMKHYDDD958_35040779730365\",\"localFromDateTime\":\"2023-08-11 00:45\",\"localToDateTime\":\"2023-08-11 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR119769378066\",\"bookingId_TJ\":\"TJ119769378066\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-08-15T21:30\",\"LocalFromTime\":\"2023-08-15 21:30\",\"FromUTCTime\":\"2023-08-15T21:30\",\"LocalToTime\":\"2023-08-15 23:45\",\"ToUTCTime\":\"2023-08-15T23:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Tue, 15 Aug\",\"ArrivalDateTxt\":\"Tue, 15 Aug\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"940\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-15T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"G\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-15T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"20  Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"015e1-6ac16-899e5-26434\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-11 12:00\",\"localToDateTime\":\"2023-08-15 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"11\\/08\\/2023\",\"return_date\":\"15\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/08\\/2023\",\"return_dates\":\"15\\/08\\/2023\",\"strDepatureDate\":\"2023-08-11\",\"strReturnDate\":\"2023-08-15\",\"SearchFlightTraceId\":\"015e1-6ac16-899e5-26434\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-08-01 19:08:23'),(591,'46cb7-84ba6-7bc0f-1d528','{\"BookingData\":[{\"bookingId\":\"BKR118969490759\",\"bookingId_TJ\":\"TJ118969490759\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-13T00:45\",\"LocalFromTime\":\"2023-08-13 00:45\",\"FromUTCTime\":\"2023-08-13T00:45\",\"LocalToTime\":\"2023-08-13 06:05\",\"ToUTCTime\":\"2023-08-13T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32805.04,\"Tax\":18298.46,\"YQTax\":0,\"OtherCharges\":18251.260000000002,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51103.5,\"PublishedFare\":51103.5,\"OfferedFare\":49844.52,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-6790960543_1DMKHYDDD958_2179457144884\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":51103.51,\"oldFare\":51115.86,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18298.46,\"BaseFareCal\":51103.5,\"BaseFare\":32805.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18251.260000000002,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"61\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-13T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"46cb7-84ba6-7bc0f-1d528\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118969490759\",\"bookingId_TJ\":\"TJ118969490759\",\"FlightNumber\":\"DD-959\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"strTraceId\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"AirlineSysId\":\"361\",\"DepartureTime\":\"00:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2023-08-13T00:45\",\"LocalFromTime\":\"2023-08-13 00:45\",\"FromUTCTime\":\"2023-08-13T00:45\",\"LocalToTime\":\"2023-08-13 06:05\",\"ToUTCTime\":\"2023-08-13T06:05\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DMK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":51103.5,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"46cb7-84ba6-7bc0f-1d528\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32805.04,\"Tax\":18298.46,\"YQTax\":0,\"OtherCharges\":18251.260000000002,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":51103.5,\"PublishedFare\":51103.5,\"OfferedFare\":49844.52,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-6790960543_1DMKHYDDD958_2179457144884\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":51103.51,\"oldFare\":51115.86,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":18298.46,\"BaseFareCal\":51103.5,\"BaseFare\":32805.04,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":18251.260000000002,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"61\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Don Mueang International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"DMK\",\"destinationArrTime\":\"2023-08-13T06:05\",\"SegFlightNumber\":\"DD-959\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T00:45\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],[{\"segmentid\":\"62\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-17T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-17T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-6790960543_191HYDDMKDD959DMKHYDDD958_4495653170915\",\"localFromDateTime\":\"2023-08-13 00:45\",\"localToDateTime\":\"2023-08-13 06:05\",\"strSourceAirportCode\":\"DMK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR118969490759\",\"bookingId_TJ\":\"TJ118969490759\",\"FlightNumber\":\"DD-958\",\"AirlineName\":\"Nok Air\",\"AirlineCode\":\"DD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"361\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-08-17T21:30\",\"LocalFromTime\":\"2023-08-17 21:30\",\"FromUTCTime\":\"2023-08-17T21:30\",\"LocalToTime\":\"2023-08-17 23:45\",\"ToUTCTime\":\"2023-08-17T23:45\",\"IsDirect\":0,\"FareClass\":\"NF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":225,\"DepartureDateTxt\":\"Thu, 17 Aug\",\"ArrivalDateTxt\":\"Thu, 17 Aug\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"DMK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"62\",\"originAirportName\":\"Don Mueang International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-17T23:45\",\"SegFlightNumber\":\"DD-958\",\"AirlineCode\":\"DD\",\"AirlineName\":\"Nok Air\",\"FareClass\":\"NF\",\"originAirportCode\":\"DMK\",\"originDepTime\":\"2023-08-17T21:30\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":225,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/DD.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"46cb7-84ba6-7bc0f-1d528\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"13\\/08\\/2023\",\"return_date\":\"17\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/08\\/2023\",\"return_dates\":\"17\\/08\\/2023\",\"strDepatureDate\":\"2023-08-13\",\"strReturnDate\":\"2023-08-17\",\"SearchFlightTraceId\":\"46cb7-84ba6-7bc0f-1d528\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-08-03 10:29:09'),(593,'a1825-5b280-d6217-8051b','{\"BookingData\":[{\"bookingId\":\"BKR117269491732\",\"bookingId_TJ\":\"TJ117269491732\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-13T01:10\",\"LocalFromTime\":\"2023-08-13 01:10\",\"FromUTCTime\":\"2023-08-13T01:10\",\"LocalToTime\":\"2023-08-13 06:15\",\"ToUTCTime\":\"2023-08-13T06:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32140,\"Tax\":32131.199999999997,\"YQTax\":18440,\"OtherCharges\":9386,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2612,\"CarrierMiscFee\":1646,\"MUFee\":0,\"intPublishedFare\":64271.2,\"PublishedFare\":63663.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2564044821_1BKKHYDTG329_6655041401322\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":32131.199999999997,\"BaseFareCal\":63663.2,\"BaseFare\":32140,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18440,\"AGST\":2612,\"MFT\":7.2,\"OT\":9386,\"MU\":0,\"YR\":1646,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"474\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-13T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a1825-5b280-d6217-8051b\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR117269491732\",\"bookingId_TJ\":\"TJ117269491732\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-13T01:10\",\"LocalFromTime\":\"2023-08-13 01:10\",\"FromUTCTime\":\"2023-08-13T01:10\",\"LocalToTime\":\"2023-08-13 06:15\",\"ToUTCTime\":\"2023-08-13T06:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":63663.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"a1825-5b280-d6217-8051b\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":32140,\"Tax\":32131.199999999997,\"YQTax\":18440,\"OtherCharges\":9386,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2612,\"CarrierMiscFee\":1646,\"MUFee\":0,\"intPublishedFare\":64271.2,\"PublishedFare\":63663.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2564044821_1BKKHYDTG329_6655041401322\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":32131.199999999997,\"BaseFareCal\":63663.2,\"BaseFare\":32140,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18440,\"AGST\":2612,\"MFT\":7.2,\"OT\":9386,\"MU\":0,\"YR\":1646,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"474\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-13T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-13T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"475\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-18T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-2564044821_97HYDBKKTG330BKKHYDTG329_1680073867210\",\"localFromDateTime\":\"2023-08-13 01:10\",\"localToDateTime\":\"2023-08-13 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR117269491732\",\"bookingId_TJ\":\"TJ117269491732\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-08-17T22:10\",\"LocalFromTime\":\"2023-08-17 22:10\",\"FromUTCTime\":\"2023-08-17T22:10\",\"LocalToTime\":\"2023-08-18 00:10\",\"ToUTCTime\":\"2023-08-18T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Thu, 17 Aug\",\"ArrivalDateTxt\":\"Fri, 18 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"475\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-18T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a1825-5b280-d6217-8051b\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"13\\/08\\/2023\",\"return_date\":\"17\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/08\\/2023\",\"return_dates\":\"17\\/08\\/2023\",\"strDepatureDate\":\"2023-08-13\",\"strReturnDate\":\"2023-08-17\",\"SearchFlightTraceId\":\"a1825-5b280-d6217-8051b\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-08-03 10:43:47'),(595,'33eaf-2259f-c1325-4e116','{\"BookingData\":[{\"bookingId\":\"BKR112069491994\",\"bookingId_TJ\":\"TJ112069491994\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-14T01:10\",\"LocalFromTime\":\"2023-08-14 01:10\",\"FromUTCTime\":\"2023-08-14T01:10\",\"LocalToTime\":\"2023-08-14 06:15\",\"ToUTCTime\":\"2023-08-14T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 14 Aug\",\"ArrivalDateTxt\":\"Mon, 14 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23350,\"Tax\":31691.199999999997,\"YQTax\":18440,\"OtherCharges\":9386,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2172,\"CarrierMiscFee\":1646,\"MUFee\":0,\"intPublishedFare\":55041.2,\"PublishedFare\":54433.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7100475821_1BKKHYDTG329_3280117161686\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31691.199999999997,\"BaseFareCal\":54433.2,\"BaseFare\":23350,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18440,\"AGST\":2172,\"MFT\":7.2,\"OT\":9386,\"MU\":0,\"YR\":1646,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"539\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-14T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-14T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"33eaf-2259f-c1325-4e116\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-14 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112069491994\",\"bookingId_TJ\":\"TJ112069491994\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"strTraceId\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-08-14T01:10\",\"LocalFromTime\":\"2023-08-14 01:10\",\"FromUTCTime\":\"2023-08-14T01:10\",\"LocalToTime\":\"2023-08-14 06:15\",\"ToUTCTime\":\"2023-08-14T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Mon, 14 Aug\",\"ArrivalDateTxt\":\"Mon, 14 Aug\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":54433.2,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"33eaf-2259f-c1325-4e116\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23350,\"Tax\":31691.199999999997,\"YQTax\":18440,\"OtherCharges\":9386,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":2172,\"CarrierMiscFee\":1646,\"MUFee\":0,\"intPublishedFare\":55041.2,\"PublishedFare\":54433.2,\"OfferedFare\":-256.79999999999995,\"CommissionEarned\":608,\"CommisionPass\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7100475821_1BKKHYDTG329_3280117161686\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":31691.199999999997,\"BaseFareCal\":54433.2,\"BaseFare\":23350,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":40,\"YQ\":18440,\"AGST\":2172,\"MFT\":7.2,\"OT\":9386,\"MU\":0,\"YR\":1646,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"539\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-14T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-14T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"540\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-18T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-7100475821_110HYDBKKTG330BKKHYDTG329_97920236200241\",\"localFromDateTime\":\"2023-08-14 01:10\",\"localToDateTime\":\"2023-08-14 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR112069491994\",\"bookingId_TJ\":\"TJ112069491994\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-08-17T22:10\",\"LocalFromTime\":\"2023-08-17 22:10\",\"FromUTCTime\":\"2023-08-17T22:10\",\"LocalToTime\":\"2023-08-18 00:10\",\"ToUTCTime\":\"2023-08-18T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Thu, 17 Aug\",\"ArrivalDateTxt\":\"Fri, 18 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"540\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-18T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-17T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"33eaf-2259f-c1325-4e116\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-14 12:00\",\"localToDateTime\":\"2023-08-17 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DMK\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DMK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"departure_date\":\"14\\/08\\/2023\",\"return_date\":\"17\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DMK\",\"from\":\"HYD\",\"to\":\"DMK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, BKK, TH - Don Mueang International Arpt DMK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/08\\/2023\",\"return_dates\":\"17\\/08\\/2023\",\"strDepatureDate\":\"2023-08-14\",\"strReturnDate\":\"2023-08-17\",\"SearchFlightTraceId\":\"33eaf-2259f-c1325-4e116\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-DMK-HYD\"}}','2023-08-03 10:47:31'),(600,'30db7-f6f44-bccc7-81917','{\"BookingData\":[{\"bookingId\":\"BKR111269850838\",\"bookingId_TJ\":\"TJ111269850838\",\"FlightNumber\":\"6E-1314\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-08-08T08:15\",\"LocalFromTime\":\"2023-08-08 08:15\",\"FromUTCTime\":\"2023-08-08T08:15\",\"LocalToTime\":\"2023-08-08 15:00\",\"ToUTCTime\":\"2023-08-08T15:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 08 Aug\",\"FlightDuration\":\"6h 45m\",\"SourcePlaceSysId\":7993,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12055.8,\"PublishedFareTxt\":\"12,056\",\"ApiResultIndex\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DOH-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARFT\":250,\"ARF\":5000,\"CRFT\":9,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":18,\"ACF\":6500,\"ACFT\":325,\"CCF\":100},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8950,\"Tax\":3105.8,\"YQTax\":0,\"OtherCharges\":3094,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12055.8,\"PublishedFare\":12265.78,\"OfferedFare\":11970.78,\"CommissionEarned\":85.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0200235886_0DOHHYD6E1314_64416709356550\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":85.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3105.8,\"BaseFareCal\":12015.78,\"BaseFare\":8950,\"CommissionEarned\":85.02,\"TDS\":-4.48,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3094,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":85.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":12265.78,\"CostToCustomer\":12265.78,\"BaseFareCal\":12015.78,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":12015.78,\"intOfferedFare\":11970.78,\"intPublishFare\":12055.8,\"TripjackMarkup\":0,\"TripjackCommission\":85.02,\"TripjackTDS\":\"4.48\",\"AddiMarkup\":250,\"CommisionPass\":85.02,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-08T15:00\",\"SegFlightNumber\":\"6E-1314\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-08-08T08:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPA\",\"Price\":6433,\"amount\":6433,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPB\",\"Price\":12865,\"amount\":12865,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPC\",\"Price\":19298,\"amount\":19298,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPJ\",\"Price\":25730,\"amount\":25730,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPD\",\"Price\":38596,\"amount\":38596,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"30db7-f6f44-bccc7-81917\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-08T01:35:54.009\",\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DOH\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7993,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111269850838\",\"bookingId_TJ\":\"TJ111269850838\",\"FlightNumber\":\"6E-1314\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:15\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-08-08T08:15\",\"LocalFromTime\":\"2023-08-08 08:15\",\"FromUTCTime\":\"2023-08-08T08:15\",\"LocalToTime\":\"2023-08-08 15:00\",\"ToUTCTime\":\"2023-08-08T15:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 08 Aug\",\"FlightDuration\":\"6h 45m\",\"SourcePlaceSysId\":7993,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"DOH\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12055.8,\"ApiResultIndex\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"30db7-f6f44-bccc7-81917\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-08T01:35:54.009\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8950,\"Tax\":3105.8,\"YQTax\":0,\"OtherCharges\":3094,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12055.8,\"PublishedFare\":12265.78,\"OfferedFare\":11970.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3105.8,\"BaseFareCal\":12015.78,\"BaseFare\":8950,\"CommissionEarned\":85.02,\"TDS\":-4.48,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":3094,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"406\",\"originAirportName\":\"Hamad international airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Doha\",\"originCountryName\":\"Qatar\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-08T15:00\",\"SegFlightNumber\":\"6E-1314\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DOH\",\"originDepTime\":\"2023-08-08T08:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:15\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0200235886_0DOHHYD6E1314_56841608710736\",\"localFromDateTime\":\"2023-08-08 08:15\",\"localToDateTime\":\"2023-08-08 15:00\",\"strSourceAirportCode\":\"DOH\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":7993,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Doha\",\"mytrip_city_to\":\"Hyderabad\",\"source_city\":\"DOH\",\"ContSysId_1\":\"177\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Doha, QA - Doha International Arpt DOH, Qatar\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"08\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" QA - Doha International Arpt DOH\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DOH\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"DOH\",\"to\":\"HYD\",\"sourceCityText\":\"Doha, QA - Doha International Arpt DOH, Qatar\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":7993,\"destinationCityId\":12538,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"30db7-f6f44-bccc7-81917\",\"PreferredAirline\":null,\"from_city_\":\"1__DOH-HYD\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Doha&mytrip_city_to=Hyderabad&source_city=DOH&ContSysId_1=177&destination_city=HYD&ContSysId=101&source=Doha%2C+QA+-+Doha+International+Arpt+DOH%2C+Qatar&destination=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD%2C+India&departure_date=08%2F08%2F2023&return_date=&from_mytrip_city=+QA+-+Doha+International+Arpt+DOH&to_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+HYD&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"38124\",\"EmailId\":\"syedsikenderuddin@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9700330504\",\"FirstName\":\"Sikender uddin\",\"LastName\":\"Syed\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"38124\",\"DOB\":\"1984-08-16\",\"Address\":\"Shop no 15&16, Mahalaxmi Gem Jewellery Mall___Chirag Alli Lane, Abids\",\"CityTitle\":\"Hyderabad\",\"CitySysId\":\"12538\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-08-01-35-39\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"S9671234\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2033-03-07\",\"passporIssue\":\"2023-03-08\",\"CustomerSysId\":\"42\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"795929\",\"TPSysId\":\"795930\",\"VersionId\":[\"239302\"],\"CustomerSysId\":\"464369\",\"TrxId\":\"65382\",\"FareBreakdownid\":[\"382884\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"91\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"42\",\"CustomerMemSysId\":[\"42\"],\"flight_booking_id\":[\"91\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"91\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"38124\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":12265.78},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"464369\",\"TPSysId\":\"795930\",\"MasterTPSysId\":\"795929\",\"ProposalID\":\"795930\\/V1\",\"InvoiceDate\":\"2023-08-08\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-08-08\",\"PaymentDate\":\"2023-08-08\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":12175.78,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":12265.78,\"TotalDueAmount\":0,\"InvoiceValue\":12265.78,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"38124\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DOH-HYD-IndiGo 6E-1314\",\"ItemQty\":1,\"ItemRates\":11675.78,\"Total\":11675.78,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":12265.78,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":12175.78,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-08-08 01:36:24'),(602,'fb657-407d7-90a2e-78635','{\"BookingData\":[{\"bookingId\":\"BKR119270092391\",\"bookingId_TJ\":\"TJ119270092391\",\"FlightNumber\":\"6E-944\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2023-08-12T20:30\",\"LocalFromTime\":\"2023-08-12 20:30\",\"FromUTCTime\":\"2023-08-12T20:30\",\"LocalToTime\":\"2023-08-13 04:35\",\"ToUTCTime\":\"2023-08-13T04:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":395,\"DepartureDateTxt\":\"Sat, 12 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"8h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":5000,\"ARFT\":250,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCF\":100,\"ACFT\":325,\"CCFT\":18},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":38418,\"Tax\":5834.6,\"YQTax\":0,\"OtherCharges\":4794,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1017,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":44252.6,\"PublishedFare\":45067.63,\"OfferedFare\":39930.81,\"CommissionEarned\":364.97,\"CommisionPass\":364.97,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-19.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6606305911_1BKKCCU6E59CCUHYD6E6528_48100097718569\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1000,\"AddiTaxOnMarkup\":180,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5834.6,\"BaseFareCal\":44067.63,\"BaseFare\":38418,\"CommissionEarned\":364.97,\"TDS\":-19.21,\"MF\":20,\"YQ\":0,\"AGST\":1017,\"MFT\":3.6,\"OT\":4794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-08-12T22:30\",\"SegFlightNumber\":\"6E-944\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-12T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":105,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"140\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-13T04:35\",\"SegFlightNumber\":\"6E-1062\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-08-13T00:15\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"00:15\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPA\",\"Price\":3500,\"amount\":3500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPB\",\"Price\":7000,\"amount\":7000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPC\",\"Price\":10500,\"amount\":10500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPJ\",\"Price\":14000,\"amount\":14000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"XBPD\",\"Price\":21000,\"amount\":21000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHVM\",\"Price\":500,\"amount\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NLVG\",\"Price\":550,\"amount\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHNM\",\"Price\":550,\"amount\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fb657-407d7-90a2e-78635\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-12 12:00\",\"localToDateTime\":\"2023-08-15 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119270092391\",\"bookingId_TJ\":\"TJ119270092391\",\"FlightNumber\":\"6E-944\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"strTraceId\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2023-08-12T20:30\",\"LocalFromTime\":\"2023-08-12 20:30\",\"FromUTCTime\":\"2023-08-12T20:30\",\"LocalToTime\":\"2023-08-13 04:35\",\"ToUTCTime\":\"2023-08-13T04:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":395,\"DepartureDateTxt\":\"Sat, 12 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"8h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":45067.63,\"ApiResultIndex\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"fb657-407d7-90a2e-78635\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":5000,\"ARFT\":250,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCF\":100,\"ACFT\":325,\"CCFT\":18},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":38418,\"Tax\":5834.6,\"YQTax\":0,\"OtherCharges\":4794,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1017,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":44252.6,\"PublishedFare\":45067.63,\"OfferedFare\":39930.81,\"CommissionEarned\":364.97,\"CommisionPass\":364.97,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-19.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6606305911_1BKKCCU6E59CCUHYD6E6528_48100097718569\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1000,\"AddiTaxOnMarkup\":180,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5834.6,\"BaseFareCal\":44067.63,\"BaseFare\":38418,\"CommissionEarned\":364.97,\"TDS\":-19.21,\"MF\":20,\"YQ\":0,\"AGST\":1017,\"MFT\":3.6,\"OT\":4794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"intTotalGST\":180,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1000,\"GSTOnMarkUp\":180,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"139\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-08-12T22:30\",\"SegFlightNumber\":\"6E-944\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-08-12T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":105,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"140\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-13T04:35\",\"SegFlightNumber\":\"6E-1062\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-08-13T00:15\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"00:15\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"141\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-08-15T03:45\",\"SegFlightNumber\":\"6E-59\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-15T02:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":1035,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"17h 15m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-15T23:00\",\"SegFlightNumber\":\"6E-6528\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-08-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6606305911_62HYDCCU6E944CCUBKK6E1062BKKCCU6E59CCUHYD6E6528_64243892033038\",\"localFromDateTime\":\"2023-08-12 20:30\",\"localToDateTime\":\"2023-08-13 04:35\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR119270092391\",\"bookingId_TJ\":\"TJ119270092391\",\"FlightNumber\":\"6E-59\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:40\",\"ArrivalTime\":\"23:00\",\"TravelDate\":\"2023-08-15T02:40\",\"LocalFromTime\":\"2023-08-15 02:40\",\"FromUTCTime\":\"2023-08-15T02:40\",\"LocalToTime\":\"2023-08-15 23:00\",\"ToUTCTime\":\"2023-08-15T23:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":1035,\"LAYOVERDuration\":\"17h 15m\",\"FlyingMinutes\":1310,\"DepartureDateTxt\":\"Tue, 15 Aug\",\"ArrivalDateTxt\":\"Tue, 15 Aug\",\"FlightDuration\":\"20h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":5000,\"ARFT\":250,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCF\":100,\"ACFT\":325,\"CCFT\":18},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"141\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-08-15T03:45\",\"SegFlightNumber\":\"6E-59\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-15T02:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":1035,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"17h 15m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"142\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-08-15T23:00\",\"SegFlightNumber\":\"6E-6528\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-08-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPA\",\"Price\":3905,\"amount\":3905,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPB\",\"Price\":7810,\"amount\":7810,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPC\",\"Price\":11716,\"amount\":11716,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPJ\",\"Price\":15621,\"amount\":15621,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPD\",\"Price\":23431,\"amount\":23431,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"BEER\",\"Price\":900,\"amount\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"WHSK\",\"Price\":1225,\"amount\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VLML\",\"Price\":600,\"amount\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVG\",\"Price\":600,\"amount\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":600,\"amount\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBVG\",\"Price\":600,\"amount\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBNV\",\"Price\":600,\"amount\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fb657-407d7-90a2e-78635\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-12 12:00\",\"localToDateTime\":\"2023-08-15 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"12\\/08\\/2023\",\"return_date\":\"15\\/08\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/08\\/2023\",\"return_dates\":\"15\\/08\\/2023\",\"strDepatureDate\":\"2023-08-12\",\"strReturnDate\":\"2023-08-15\",\"SearchFlightTraceId\":\"fb657-407d7-90a2e-78635\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-08-11 00:38:32'),(604,'a108b-9a9a3-bdb14-50a9a','{\"BookingData\":[{\"bookingId\":\"BKR115670439080\",\"bookingId_TJ\":\"TJ115670439080\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-10-21T01:10\",\"LocalFromTime\":\"2023-10-21 01:10\",\"FromUTCTime\":\"2023-10-21T01:10\",\"LocalToTime\":\"2023-10-21 06:15\",\"ToUTCTime\":\"2023-10-21T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11675,\"Tax\":15920.599999999999,\"YQTax\":9298,\"OtherCharges\":4678,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1091,\"CarrierMiscFee\":830,\"MUFee\":0,\"intPublishedFare\":27595.6,\"PublishedFare\":27291.6,\"OfferedFare\":-128.39999999999998,\"CommissionEarned\":304,\"CommisionPass\":304,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4678624201_1BKKHYDTG329_46547863275961\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15920.599999999999,\"BaseFareCal\":27291.6,\"BaseFare\":11675,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":20,\"YQ\":9298,\"AGST\":1091,\"MFT\":3.6,\"OT\":4678,\"MU\":0,\"YR\":830,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"228\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-10-21T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-21T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a108b-9a9a3-bdb14-50a9a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"2023-10-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115670439080\",\"bookingId_TJ\":\"TJ115670439080\",\"FlightNumber\":\"TG-330\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"strTraceId\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"AirlineSysId\":\"493\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-10-21T01:10\",\"LocalFromTime\":\"2023-10-21 01:10\",\"FromUTCTime\":\"2023-10-21T01:10\",\"LocalToTime\":\"2023-10-21 06:15\",\"ToUTCTime\":\"2023-10-21T06:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"5h 5m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":27291.6,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"a108b-9a9a3-bdb14-50a9a\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11675,\"Tax\":15920.599999999999,\"YQTax\":9298,\"OtherCharges\":4678,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1091,\"CarrierMiscFee\":830,\"MUFee\":0,\"intPublishedFare\":27595.6,\"PublishedFare\":27291.6,\"OfferedFare\":-128.39999999999998,\"CommissionEarned\":304,\"CommisionPass\":304,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-4678624201_1BKKHYDTG329_46547863275961\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Ecoflexpromod1\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15920.599999999999,\"BaseFareCal\":27291.6,\"BaseFare\":11675,\"CommissionEarned\":304,\"TDS\":-16,\"MF\":20,\"YQ\":9298,\"AGST\":1091,\"MFT\":3.6,\"OT\":4678,\"MU\":0,\"YR\":830,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"228\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-10-21T06:15\",\"SegFlightNumber\":\"TG-330\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-21T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],[{\"segmentid\":\"229\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-25T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-10-24T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-4678624201_341HYDBKKTG330BKKHYDTG329_40006203238728\",\"localFromDateTime\":\"2023-10-21 01:10\",\"localToDateTime\":\"2023-10-21 06:15\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR115670439080\",\"bookingId_TJ\":\"TJ115670439080\",\"FlightNumber\":\"TG-329\",\"AirlineName\":\"Thai Airways Intl\",\"AirlineCode\":\"TG\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"493\",\"DepartureTime\":\"22:10\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-24T22:10\",\"LocalFromTime\":\"2023-10-24 22:10\",\"FromUTCTime\":\"2023-10-24T22:10\",\"LocalToTime\":\"2023-10-25 00:10\",\"ToUTCTime\":\"2023-10-25T00:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"229\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-25T00:10\",\"SegFlightNumber\":\"TG-329\",\"AirlineCode\":\"TG\",\"AirlineName\":\"Thai Airways Intl\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-10-24T22:10\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:10\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/TG.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a108b-9a9a3-bdb14-50a9a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"2023-10-24 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Bangkok\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"21\\/10\\/2023\",\"return_date\":\"24\\/10\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"HYD\",\"to\":\"BKK\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12538,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/10\\/2023\",\"return_dates\":\"24\\/10\\/2023\",\"strDepatureDate\":\"2023-10-21\",\"strReturnDate\":\"2023-10-24\",\"SearchFlightTraceId\":\"a108b-9a9a3-bdb14-50a9a\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-BKK-HYD\"}}','2023-08-15 22:36:39'),(606,'60853-6e673-4b584-077c8','{\"BookingData\":[{\"bookingId\":\"BKR119670531878\",\"bookingId_TJ\":\"TJ119670531878\",\"FlightNumber\":\"BA-276\",\"AirlineName\":\"British Airways\",\"AirlineCode\":\"BA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"AirlineSysId\":\"141\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2023-09-29T07:15\",\"LocalFromTime\":\"2023-09-29 07:15\",\"FromUTCTime\":\"2023-09-29T07:15\",\"LocalToTime\":\"2023-09-30 10:15\",\"ToUTCTime\":\"2023-09-30T10:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"London\",\"GroundTime\":1075,\"LAYOVERDuration\":\"17h 55m\",\"FlyingMinutes\":1830,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Sat, 30 Sep\",\"FlightDuration\":\"27h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":22026,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"PRG\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":83660,\"Tax\":86743.20000000001,\"YQTax\":56480,\"OtherCharges\":23208,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":7008,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":170403.2,\"PublishedFare\":168176.54,\"OfferedFare\":-560.8,\"CommissionEarned\":3878.66,\"CommisionPass\":3878.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-204.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1938483513_1PRGLHRBA861LHRHYDBA277_79535886727851\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"intTotalGST\":252,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":86743.20000000001,\"BaseFareCal\":166776.54,\"BaseFare\":83660,\"CommissionEarned\":3878.66,\"TDS\":-204.14,\"MF\":40,\"YQ\":56480,\"AGST\":7008,\"MFT\":7.2,\"OT\":23208,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":252,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"65\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-09-29T13:15\",\"SegFlightNumber\":\"BA-276\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-29T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":630,\"GroundTime\":1075,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"10h 30m\",\"LAYOVERDuration\":\"17h 55m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 5\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"segmentid\":\"66\",\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Ruzyne Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Prague\",\"destinationCountryName\":\"Czech Republic\",\"destinationAirportCode\":\"PRG\",\"destinationArrTime\":\"2023-09-30T10:15\",\"SegFlightNumber\":\"BA-854\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"O\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2023-09-30T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"60853-6e673-4b584-077c8\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"2023-10-09 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"XYG\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":22026,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119670531878\",\"bookingId_TJ\":\"TJ119670531878\",\"FlightNumber\":\"BA-276\",\"AirlineName\":\"British Airways\",\"AirlineCode\":\"BA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"AirlineSysId\":\"141\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2023-09-29T07:15\",\"LocalFromTime\":\"2023-09-29 07:15\",\"FromUTCTime\":\"2023-09-29T07:15\",\"LocalToTime\":\"2023-09-30 10:15\",\"ToUTCTime\":\"2023-09-30T10:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"London\",\"GroundTime\":1075,\"LAYOVERDuration\":\"17h 55m\",\"FlyingMinutes\":1830,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Sat, 30 Sep\",\"FlightDuration\":\"27h 0m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":22026,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"PRG\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":168176.54,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"60853-6e673-4b584-077c8\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":83660,\"Tax\":86743.20000000001,\"YQTax\":56480,\"OtherCharges\":23208,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":7008,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":170403.2,\"PublishedFare\":168176.54,\"OfferedFare\":-560.8,\"CommissionEarned\":3878.66,\"CommisionPass\":3878.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-204.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1938483513_1PRGLHRBA861LHRHYDBA277_79535886727851\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"intTotalGST\":252,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":86743.20000000001,\"BaseFareCal\":166776.54,\"BaseFare\":83660,\"CommissionEarned\":3878.66,\"TDS\":-204.14,\"MF\":40,\"YQ\":56480,\"AGST\":7008,\"MFT\":7.2,\"OT\":23208,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":252,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"65\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-09-29T13:15\",\"SegFlightNumber\":\"BA-276\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"O\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-29T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":630,\"GroundTime\":1075,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"10h 30m\",\"LAYOVERDuration\":\"17h 55m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 5\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"segmentid\":\"66\",\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Ruzyne Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Prague\",\"destinationCountryName\":\"Czech Republic\",\"destinationAirportCode\":\"PRG\",\"destinationArrTime\":\"2023-09-30T10:15\",\"SegFlightNumber\":\"BA-854\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"O\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2023-09-30T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}],[{\"segmentid\":\"67\",\"originAirportName\":\"Ruzyne Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Prague\",\"originCountryName\":\"Czech Republic\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-10-09T18:25\",\"SegFlightNumber\":\"BA-861\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"S\",\"originAirportCode\":\"PRG\",\"originDepTime\":\"2023-10-09T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":1235,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 35m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"segmentid\":\"68\",\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-11T05:15\",\"SegFlightNumber\":\"BA-277\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"S\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2023-10-10T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":585,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"05:15\",\"FlightDuration\":\"9h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-1938483513_11HYDLHRBA276LHRPRGBA854PRGLHRBA861LHRHYDBA277_92398001937284\",\"localFromDateTime\":\"2023-09-29 07:15\",\"localToDateTime\":\"2023-09-30 10:15\",\"strSourceAirportCode\":\"PRG\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":22026,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR119670531878\",\"bookingId_TJ\":\"TJ119670531878\",\"FlightNumber\":\"BA-861\",\"AirlineName\":\"British Airways\",\"AirlineCode\":\"BA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"141\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"05:15\",\"TravelDate\":\"2023-10-09T17:20\",\"LocalFromTime\":\"2023-10-09 17:20\",\"FromUTCTime\":\"2023-10-09T17:20\",\"LocalToTime\":\"2023-10-11 05:15\",\"ToUTCTime\":\"2023-10-11T05:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"London\",\"GroundTime\":1235,\"LAYOVERDuration\":\"20h 35m\",\"FlyingMinutes\":1945,\"DepartureDateTxt\":\"Mon, 09 Oct\",\"ArrivalDateTxt\":\"Wed, 11 Oct\",\"FlightDuration\":\"35h 55m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":22026,\"SourceAirportCode\":\"PRG\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"67\",\"originAirportName\":\"Ruzyne Arpt\",\"destinationAirportName\":\"Heathrow\",\"originCityName\":\"Prague\",\"originCountryName\":\"Czech Republic\",\"destinationCityName\":\"London\",\"destinationCountryName\":\"United Kingdom\",\"destinationAirportCode\":\"LHR\",\"destinationArrTime\":\"2023-10-09T18:25\",\"SegFlightNumber\":\"BA-861\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"S\",\"originAirportCode\":\"PRG\",\"originDepTime\":\"2023-10-09T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":1235,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"20h 35m\",\"LAYOVERCity\":\"London\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"},{\"segmentid\":\"68\",\"originAirportName\":\"Heathrow\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"London\",\"originCountryName\":\"United Kingdom\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-11T05:15\",\"SegFlightNumber\":\"BA-277\",\"AirlineCode\":\"BA\",\"AirlineName\":\"British Airways\",\"FareClass\":\"S\",\"originAirportCode\":\"LHR\",\"originDepTime\":\"2023-10-10T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":585,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"05:15\",\"FlightDuration\":\"9h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/BA.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"60853-6e673-4b584-077c8\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"2023-10-09 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"XYG\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":22026,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Prague\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"XYG\",\"ContSysId\":\"58\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Prague, CZ - Prague Main Railway Station XYG, Czech Republic\",\"departure_date\":\"29\\/09\\/2023\",\"return_date\":\"09\\/10\\/2023\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" CZ - Prague Main Railway Station XYG\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"XYG\",\"from\":\"HYD\",\"to\":\"XYG\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Prague, CZ - Prague Main Railway Station XYG, Czech Republic\",\"sourceCityId\":12538,\"destinationCityId\":22026,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/09\\/2023\",\"return_dates\":\"09\\/10\\/2023\",\"strDepatureDate\":\"2023-09-29\",\"strReturnDate\":\"2023-10-09\",\"SearchFlightTraceId\":\"60853-6e673-4b584-077c8\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-XYG-HYD\"}}','2023-08-17 08:46:28'),(608,'e3c36-08d56-242d9-f7b42','{\"BookingData\":[{\"bookingId\":\"BKR119070575906\",\"bookingId_TJ\":\"TJ119070575906\",\"FlightNumber\":\"MH-199\",\"AirlineName\":\"Malaysia Airline\",\"AirlineCode\":\"MH\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"AirlineSysId\":\"333\",\"DepartureTime\":\"00:30\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2023-10-01T00:30\",\"LocalFromTime\":\"2023-10-01 00:30\",\"FromUTCTime\":\"2023-10-01T00:30\",\"LocalToTime\":\"2023-10-01 20:15\",\"ToUTCTime\":\"2023-10-01T20:15\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":945,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"19h 45m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":35383,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":501580,\"Tax\":91405.20000000001,\"YQTax\":9996,\"OtherCharges\":19972,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":61390,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":592985.2,\"PublishedFare\":573285.48,\"OfferedFare\":-522.8,\"CommissionEarned\":19699.72,\"CommisionPass\":19699.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1036.8200000000002,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1106712373_1MELKULMH148KULHYDMH198_34450798443159\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Business Basic\",\"FareClass\":\"BUSINESS\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":91405.20000000001,\"BaseFareCal\":573285.48,\"BaseFare\":501580,\"CommissionEarned\":19699.72,\"TDS\":-1036.8200000000002,\"MF\":40,\"YQ\":9996,\"AGST\":61390,\"MFT\":7.2,\"OT\":19972,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"750\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-10-01T07:30\",\"SegFlightNumber\":\"MH-199\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-01T00:30\",\"TripIndicator\":\"\",\"Baggage\":\"50KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":110,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:30\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"},{\"segmentid\":\"751\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Tullamarine Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Melbourne\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"MEL\",\"destinationArrTime\":\"2023-10-01T20:15\",\"SegFlightNumber\":\"MH-129\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"J\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-10-01T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"50KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":565,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"9h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e3c36-08d56-242d9-f7b42\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-01 12:00\",\"localToDateTime\":\"2024-03-29 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"MEL\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":35383,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119070575906\",\"bookingId_TJ\":\"TJ119070575906\",\"FlightNumber\":\"MH-199\",\"AirlineName\":\"Malaysia Airline\",\"AirlineCode\":\"MH\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"strTraceId\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"AirlineSysId\":\"333\",\"DepartureTime\":\"00:30\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2023-10-01T00:30\",\"LocalFromTime\":\"2023-10-01 00:30\",\"FromUTCTime\":\"2023-10-01T00:30\",\"LocalToTime\":\"2023-10-01 20:15\",\"ToUTCTime\":\"2023-10-01T20:15\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":945,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"19h 45m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":35383,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"MEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":573285.48,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e3c36-08d56-242d9-f7b42\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":501580,\"Tax\":91405.20000000001,\"YQTax\":9996,\"OtherCharges\":19972,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":61390,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":592985.2,\"PublishedFare\":573285.48,\"OfferedFare\":-522.8,\"CommissionEarned\":19699.72,\"CommisionPass\":19699.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1036.8200000000002,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-1106712373_1MELKULMH148KULHYDMH198_34450798443159\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Business Basic\",\"FareClass\":\"BUSINESS\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":91405.20000000001,\"BaseFareCal\":573285.48,\"BaseFare\":501580,\"CommissionEarned\":19699.72,\"TDS\":-1036.8200000000002,\"MF\":40,\"YQ\":9996,\"AGST\":61390,\"MFT\":7.2,\"OT\":19972,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"750\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-10-01T07:30\",\"SegFlightNumber\":\"MH-199\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-01T00:30\",\"TripIndicator\":\"\",\"Baggage\":\"50KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":110,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:30\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"},{\"segmentid\":\"751\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Tullamarine Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Melbourne\",\"destinationCountryName\":\"Australia\",\"destinationAirportCode\":\"MEL\",\"destinationArrTime\":\"2023-10-01T20:15\",\"SegFlightNumber\":\"MH-129\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"J\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-10-01T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"50KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":565,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"9h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"}],[{\"segmentid\":\"752\",\"originAirportName\":\"Tullamarine Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Melbourne\",\"originCountryName\":\"Australia\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2024-03-29T20:25\",\"SegFlightNumber\":\"MH-148\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"D\",\"originAirportCode\":\"MEL\",\"originDepTime\":\"2024-03-29T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":405,\"GroundTime\":60,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"6h 45m\",\"LAYOVERDuration\":\"1h 0m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"},{\"segmentid\":\"753\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2024-03-29T23:20\",\"SegFlightNumber\":\"MH-198\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"D\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2024-03-29T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-1106712373_31HYDKULMH199KULMELMH129MELKULMH148KULHYDMH198_27885890057491\",\"localFromDateTime\":\"2023-10-01 00:30\",\"localToDateTime\":\"2023-10-01 20:15\",\"strSourceAirportCode\":\"MEL\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":35383,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR119070575906\",\"bookingId_TJ\":\"TJ119070575906\",\"FlightNumber\":\"MH-148\",\"AirlineName\":\"Malaysia Airline\",\"AirlineCode\":\"MH\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"333\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2024-03-29T15:10\",\"LocalFromTime\":\"2024-03-29 15:10\",\"FromUTCTime\":\"2024-03-29T15:10\",\"LocalToTime\":\"2024-03-29 23:20\",\"ToUTCTime\":\"2024-03-29T23:20\",\"IsDirect\":0,\"FareClass\":\"D\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":60,\"LAYOVERDuration\":\"1h 0m\",\"FlyingMinutes\":730,\"DepartureDateTxt\":\"Fri, 29 Mar\",\"ArrivalDateTxt\":\"Fri, 29 Mar\",\"FlightDuration\":\"8h 10m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":35383,\"SourceAirportCode\":\"MEL\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"752\",\"originAirportName\":\"Tullamarine Arpt\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Melbourne\",\"originCountryName\":\"Australia\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2024-03-29T20:25\",\"SegFlightNumber\":\"MH-148\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"D\",\"originAirportCode\":\"MEL\",\"originDepTime\":\"2024-03-29T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":405,\"GroundTime\":60,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"6h 45m\",\"LAYOVERDuration\":\"1h 0m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"},{\"segmentid\":\"753\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2024-03-29T23:20\",\"SegFlightNumber\":\"MH-198\",\"AirlineCode\":\"MH\",\"AirlineName\":\"Malaysia Airline\",\"FareClass\":\"D\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2024-03-29T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.leisuretravelshoppe.com\\/public\\/upload\\/AirlineLogo\\/MH.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e3c36-08d56-242d9-f7b42\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-01 12:00\",\"localToDateTime\":\"2024-03-29 12:00\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"MEL\",\"intMemberCount\":2,\"intSourceCityId\":12538,\"intDestinationCityId\":35383,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Melbourne\",\"class\":\"4\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"MEL\",\"ContSysId\":\"13\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Melbourne, AU - Tullamarine Arpt MEL, Australia\",\"departure_date\":\"01\\/10\\/2023\",\"return_date\":\"29\\/03\\/2024\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" AU - Tullamarine Arpt MEL\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"MEL\",\"from\":\"HYD\",\"to\":\"MEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Melbourne, AU - Tullamarine Arpt MEL, Australia\",\"sourceCityId\":12538,\"destinationCityId\":35383,\"intCountryCode\":\"INT\",\"flight_class\":\"4\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/10\\/2023\",\"return_dates\":\"29\\/03\\/2024\",\"strDepatureDate\":\"2023-10-01\",\"strReturnDate\":\"2024-03-29\",\"SearchFlightTraceId\":\"e3c36-08d56-242d9-f7b42\",\"PreferredAirline\":null,\"from_city_\":\"2__HYD-MEL-HYD\"}}','2023-08-17 17:09:04'),(609,'4a9ed-20477-81858-fe9dc','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid5359152079-15602986\",\"name\":\"Hotel Kabli\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"ad\":{\"adr\":\"73 Masjid Road, Jangpura Bhogal\",\"postalCode\":\"110014\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"code\":\"UNK\",\"name\":\"National Capital Territory of Delhi\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-91-9310176646\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60\\u00b0C\\/140\\u00b0F.Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer; masks are required in public areas.Enhanced food service safety measures are in place.This property affirms that it adheres to the cleaning and disinfection practices of COVID-19 Guidelines (CDC). \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedSafety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kitBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Breakfast fee: INR 100.00 per person (approximately)     Airport shuttle fee: INR 900.00 per vehicle (roundtrip)             Rollaway bed fee: INR 200.0 per night             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"201420563_207032972_37316--1\",\"rc\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"rt\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"srn\":\"Standard, Double\",\"adt\":2,\"chd\":0,\"des\":\"1 Double Bed140-sq-foot room with city views Internet - Free WiFi Entertainment - Flat-screen TV with premium channelsFood & Drink - Refrigerator, coffee\\/tea maker, and room service (limited hours)Bathroom - Private bathroom, free toiletries, and a showerPractical - Free newspaper, iron\\/ironing board, and desk; rollaway\\/extra beds available on requestComfort - Ceiling fanAccessibility - Wheelchair accessibleNeed to Know - Limited housekeeping, no rollaway\\/extra beds availableNon-Smoking, renovated in February 2015\",\"mb\":\"ROOM ONLY\",\"tp\":1388.12,\"tfcs\":{\"BF\":1376.32,\"TF\":1388.12,\"NF\":1388.12,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1376.32,\"CMU\":0,\"TAF\":11.8,\"TF\":1388.12,\"NF\":1388.12},\"afc\":{\"TAF\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82}}}],\"fcs\":[\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/d7c68019_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/d7c68019_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/dd15d8c2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/dd15d8c2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bfad74cf_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bfad74cf_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/93f1bf31_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/93f1bf31_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa039651_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa039651_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa0435b2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa0435b2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e271c109_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e271c109_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/552abafe_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/552abafe_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/75fe5a65_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/75fe5a65_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/a1b5a6be_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/a1b5a6be_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/b813cc63_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/b813cc63_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]}],\"checkInDate\":\"2023-08-24\",\"checkOutDate\":\"2023-08-25\",\"radi\":{\"rid\":\"201420563\",\"mga\":2,\"maa\":2,\"mca\":0,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Double\",\"bc\":1}],\"ar\":{\"asm\":\"13\",\"asf\":\"140\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_3_11974451\",\"tp\":1388.12,\"cnp\":{\"id\":\"201420563_207032972_37316--48788660\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-18T11:52:14.906\",\"tdt\":\"2023-08-20T12:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-08-20T12:00\",\"tdt\":\"2023-08-24T00:00\",\"am\":1376.32,\"pp\":100},{\"fdt\":\"2023-08-24T00:00\",\"tdt\":\"2023-08-25T23:59\",\"am\":1376.32}]},\"ddt\":\"2023-08-20T12:00\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-2144539232\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1376.32}],\"uid\":\"15602986\",\"lhc\":\"57153\"},\"bookingId\":\"TJS207300664867\",\"query\":{\"checkinDate\":\"2023-08-24\",\"checkoutDate\":\"2023-08-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid5359152079\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"201420563_207032972_37316--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":542}},\"hotelbookingid\":\"8\",\"SearchHotelTraceId\":\"4a9ed-20477-81858-fe9dc\",\"CustomerSession\":{\"bookingId\":\"fffd2-a1b58-e4316-3a840\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7011874684\",\"traceId\":\"fffd2-a1b58-e4316-3a840\",\"leadEmail\":\"shivam.vermaa4@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Shivam\",\"passenger-lastname-1\":\"Verma\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"koi\",\"passenger-lastname-2\":\"bhi\",\"passenger-panNumber-2\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"201420563_207032972_37316--1\",\"RoomCategory\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"RoomType\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1388.12,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1388.12,\"TotalRoomPrice\":1388.12,\"TotalFare\":1388.12,\"TotalBaseFare\":1376.32,\"TotalNetFare\":1388.12,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1376.32,\"CMU\":0,\"TAF\":11.8,\"TF\":1388.12,\"NF\":1388.12},\"afc\":{\"TAF\":{\"TMF\":129.88,\"SBP\":1228.5,\"SGP\":1376.32,\"SNP\":1246.44,\"MFT\":1.8,\"SAC\":129.88,\"TSF\":147.82,\"SRC\":0,\"MF\":10,\"TTSF\":147.82}}}],\"PriceWithMarkup\":1388.12,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1388.12,\"pernightperroomprice\":1388.12,\"RoomPrice\":1388.12,\"withmarkupprice\":1388.12,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_11974451\",\"RoomTotalPrice\":1388.12,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid5359152079-15602986\",\"HotemName\":\"Hotel Kabli\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"HotelAddress\":\"73 Masjid Road, Jangpura Bhogal\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\"}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-08-24\",\"checkoutDate\":\"2023-08-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"808473\",\"TPSysId\":\"808474\",\"VersionId\":\"2460822\",\"CustomerSysId\":\"471650\",\"TrxId\":\"66333\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-18 12:04:34'),(612,'39c00-d34fe-8b3e6-8c688','{\"BookingData\":[{\"bookingId\":\"BKRS109000664923\",\"bookingId_TJ\":\"TJS109000664923\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-19T09:20\",\"LocalFromTime\":\"2023-08-19 09:20\",\"FromUTCTime\":\"2023-08-19T09:20\",\"LocalToTime\":\"2023-08-19 10:45\",\"ToUTCTime\":\"2023-08-19T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 19 Aug\",\"ArrivalDateTxt\":\"Sat, 19 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3509,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5024459519_0DELIXJSG160_84968942930844\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3509,\"CostToCustomer\":3509,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"980\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-19T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-19T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"980\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"39c00-d34fe-8b3e6-8c688\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T12:09:03.968\",\"strTraceId\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS109000664923\",\"bookingId_TJ\":\"TJS109000664923\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"strTraceId\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-19T09:20\",\"LocalFromTime\":\"2023-08-19 09:20\",\"FromUTCTime\":\"2023-08-19T09:20\",\"LocalToTime\":\"2023-08-19 10:45\",\"ToUTCTime\":\"2023-08-19T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 19 Aug\",\"ArrivalDateTxt\":\"Sat, 19 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"39c00-d34fe-8b3e6-8c688\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T12:09:03.968\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3509,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"980\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-19T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-19T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5024459519_0DELIXJSG160_84918663953742\",\"localFromDateTime\":\"2023-08-19 09:20\",\"localToDateTime\":\"2023-08-19 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"19\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"39c00-d34fe-8b3e6-8c688\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-08-18 12:07:38'),(614,'995e9-79753-f967c-6ebb9','{\"BookingData\":[{\"bookingId\":\"BKRS101500665260\",\"bookingId_TJ\":\"TJS101500665260\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-11T09:20\",\"LocalFromTime\":\"2023-09-11 09:20\",\"FromUTCTime\":\"2023-09-11T09:20\",\"LocalToTime\":\"2023-09-11 10:45\",\"ToUTCTime\":\"2023-09-11T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3509,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-3103147659_0DELIXJSG160_88702397281834\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3509,\"CostToCustomer\":3509,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"244\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-11T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-11T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"995e9-79753-f967c-6ebb9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:11:17.422\",\"strTraceId\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101500665260\",\"bookingId_TJ\":\"TJS101500665260\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"strTraceId\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-11T09:20\",\"LocalFromTime\":\"2023-09-11 09:20\",\"FromUTCTime\":\"2023-09-11T09:20\",\"LocalToTime\":\"2023-09-11 10:45\",\"ToUTCTime\":\"2023-09-11T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"995e9-79753-f967c-6ebb9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:11:17.422\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3509,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"244\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-11T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-11T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3103147659_0DELIXJSG160_88445887336283\",\"localFromDateTime\":\"2023-09-11 09:20\",\"localToDateTime\":\"2023-09-11 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"11\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"995e9-79753-f967c-6ebb9\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-08-18 13:09:52'),(615,'8eab7-77f99-a46c8-8d514','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6036219351-15329627\",\"name\":\"Hotel Parkway Deluxe\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 36 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Continental breakfasts are available daily from 7 AM to 10:30 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in New Delhi (Paharganj), Hotel Parkway Deluxe is within a 5-minute drive of Ramakrishna Mission and Palika Bazaar.  This hotel is 2.1 mi (3.4 km) from Chandni Chowk and 3.3 mi (5.3 km) from India Gate.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Palika Bazaar - 1.7 km \\/ 1.1 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2 km \\/ 1.2 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Red Fort - 3.1 km \\/ 1.9 mi  Parliament of India - 3.8 km \\/ 2.4 mi  Sir Ganga Ram Hospital - 3.9 km \\/ 2.4 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 21.2 km \\/ 13.2 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"fl\":[\"Gift shops or newsstand\",\"Laundry Services\",\"Safe deposit box\",\"Number of meeting rooms - 1\",\"Internet\",\"Braille or raised signage\",\"In-room accessibility\",\"Parking\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"Business Center\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Non Smoking\",\"Laundry Services\",\"Free self parking\",\"Computer station\",\"Terrace\",\"Concierge Services\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-11-23532323\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for continental breakfast: INR 120.00 for adults and INR 120 for children (approximately)                                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"des\":\"1 Queen Bed215-sq-foot room with city views Internet - Free WiFi Entertainment - Flat-screen TV with premium channelsFood & Drink - Coffee\\/tea maker, room service (limited hours),  free bottled water, and refrigerator (on request)Sleep - Premium bedding Bathroom - Private bathroom, free toiletries, and a showerPractical - Day bed, free newspaper, and iron\\/ironing boardComfort - Climate-controlled air conditioning and daily housekeepingSmoking And Non-Smoking\",\"mb\":\"ROOM ONLY\",\"tp\":1410.95,\"tfcs\":{\"BF\":1399.15,\"TF\":1410.95,\"NF\":1410.95,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1399.15,\"CMU\":0,\"TAF\":11.8,\"TF\":1410.95,\"NF\":1410.95},\"afc\":{\"TAF\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92}}}],\"fcs\":[\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]}],\"checkInDate\":\"2023-09-04\",\"checkOutDate\":\"2023-09-05\",\"radi\":{\"rid\":\"202447440\",\"mga\":3,\"maa\":3,\"mca\":2,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Queen\",\"bc\":1}],\"ar\":{\"asm\":\"20\",\"asf\":\"215\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_3_22417644\",\"tp\":1410.95,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-18T13:21:20.672\",\"tdt\":\"2023-09-01T18:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-09-01T18:00\",\"tdt\":\"2023-09-04T00:00\",\"am\":1399.15,\"rn\":1},{\"fdt\":\"2023-09-04T00:00\",\"tdt\":\"2023-09-05T23:59\",\"am\":1399.15}]},\"ddt\":\"2023-09-01T18:00\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-1451965547\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1399.15}],\"uid\":\"15329627\",\"lhc\":\"6651\"},\"bookingId\":\"TJS200700665282\",\"query\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6036219351\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"202447440_212439952_37310--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1132}},\"hotelbookingid\":\"9\",\"SearchHotelTraceId\":\"8eab7-77f99-a46c8-8d514\",\"CustomerSession\":{\"bookingId\":\"8eab7-77f99-a46c8-8d514\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"8eab7-77f99-a46c8-8d514\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"neha\",\"passenger-lastname-1\":\"kannojia\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1410.95,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1410.95,\"TotalRoomPrice\":1410.95,\"TotalFare\":1410.95,\"TotalBaseFare\":1399.15,\"TotalNetFare\":1410.95,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1399.15,\"CMU\":0,\"TAF\":11.8,\"TF\":1410.95,\"NF\":1410.95},\"afc\":{\"TAF\":{\"TMF\":128.73,\"SBP\":1248.23,\"SGP\":1399.15,\"SNP\":1270.42,\"MFT\":1.8,\"SAC\":128.73,\"TSF\":150.92,\"SRC\":0,\"MF\":10,\"TTSF\":150.92}}}],\"PriceWithMarkup\":1410.95,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1410.95,\"pernightperroomprice\":1410.95,\"RoomPrice\":1410.95,\"withmarkupprice\":1410.95,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1410.95,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6036219351-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Stay in one of 36 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Diners Club, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Continental breakfasts are available daily from 7 AM to 10:30 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in New Delhi (Paharganj), Hotel Parkway Deluxe is within a 5-minute drive of Ramakrishna Mission and Palika Bazaar.  This hotel is 2.1 mi (3.4 km) from Chandni Chowk and 3.3 mi (5.3 km) from India Gate.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Palika Bazaar - 1.7 km \\/ 1.1 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2 km \\/ 1.2 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Red Fort - 3.1 km \\/ 1.9 mi  Parliament of India - 3.8 km \\/ 2.4 mi  Sir Ganga Ram Hospital - 3.9 km \\/ 2.4 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 21.2 km \\/ 13.2 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Gift shops or newsstand\",\"Laundry Services\",\"Safe deposit box\",\"Number of meeting rooms - 1\",\"Internet\",\"Braille or raised signage\",\"In-room accessibility\",\"Parking\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"Business Center\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Non Smoking\",\"Laundry Services\",\"Free self parking\",\"Computer station\",\"Terrace\",\"Concierge Services\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"808739\",\"TPSysId\":\"808740\",\"VersionId\":\"2461674\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66346\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-18 13:22:00'),(619,'53e31-1f054-6840a-7d32f','{\"BookingData\":[{\"bookingId\":\"BKRS106600665315\",\"bookingId_TJ\":\"TJS106600665315\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2023-09-04T19:30\",\"LocalFromTime\":\"2023-09-04 19:30\",\"FromUTCTime\":\"2023-09-04T19:30\",\"LocalToTime\":\"2023-09-05 07:05\",\"ToUTCTime\":\"2023-09-05T07:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7892,\"PublishedFareTxt\":\"7,892\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5697,\"Tax\":2195,\"YQTax\":0,\"OtherCharges\":1433,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892,\"PublishedFare\":7902,\"OfferedFare\":7607,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0100091457_0IXJDEL6E2527DELBLR6E2067_91556656497997\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2195,\"BaseFareCal\":7652,\"BaseFare\":5697,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":290,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":7902,\"CostToCustomer\":7902,\"BaseFareCal\":7652,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":7652,\"intOfferedFare\":7607,\"intPublishFare\":7892,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"747\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T20:55\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-04T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":445,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"748\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T07:05\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"53e31-1f054-6840a-7d32f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:58:51.680\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106600665315\",\"bookingId_TJ\":\"TJS106600665315\",\"FlightNumber\":\"6E-2527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2023-09-04T19:30\",\"LocalFromTime\":\"2023-09-04 19:30\",\"FromUTCTime\":\"2023-09-04T19:30\",\"LocalToTime\":\"2023-09-05 07:05\",\"ToUTCTime\":\"2023-09-05T07:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":445,\"LAYOVERDuration\":\"7h 25m\",\"FlyingMinutes\":695,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7892,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"53e31-1f054-6840a-7d32f\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T13:58:51.680\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5697,\"Tax\":2195,\"YQTax\":0,\"OtherCharges\":1433,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892,\"PublishedFare\":7902,\"OfferedFare\":7607,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2195,\"BaseFareCal\":7652,\"BaseFare\":5697,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":290,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"747\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T20:55\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-04T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":445,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"748\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T07:05\",\"SegFlightNumber\":\"6E-2067\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T04:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:20\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-04 19:30\",\"localToDateTime\":\"2023-09-05 07:05\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"94\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"94\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"situ\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-18-13-57-51\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"94\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"04\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"IXJ\",\"to\":\"BLR\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":13021,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"53e31-1f054-6840a-7d32f\",\"PreferredAirline\":null,\"from_city_\":\"1__IXJ-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"808864\",\"TPSysId\":\"808865\",\"VersionId\":[\"243903\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"66352\",\"FareBreakdownid\":[\"383515\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"94\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"situ\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"situ\",\"passenger-lastname-1\":\"singh\",\"dateofbirth-1\":\"null\\/null\\/\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"BHG7867869GFUYFJH\",\"passporIssue-1\":\"21\\/12\\/2018\",\"passportnoexpiry-1\":\"21\\/12\\/2024\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"53e31-1f054-6840a-7d32f\",\"countryCodeISO\":\"IN\"}}','2023-08-18 13:57:56'),(620,'96ee7-daa24-e17b0-72744','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6251744232-39647921\",\"name\":\"hotel taj plaza\",\"img\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\"}],\"des\":\"<br\\/><br\\/><p><b>Property Location<\\/b> <br \\/>With a stay at Hotel Taj Plaza, you\'ll be centrally located in Agra, convenient to Mosque and the Jawab and Taj Mahal. This hotel is within close proximity of Agra Fort and Itmad-ud-Daulah\'s Tomb.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 40 individually decorated guestrooms. Your room comes with a pillowtop bed. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Relax and unwind with body treatments and facials. Additional amenities at this Victorian hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel\'s dining establishments, which include 2 restaurants and a coffee shop\\/caf\\ucc55. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Breakfast is available for a fee.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and a meeting room. A train station pick-up service is provided at no charge (available on request), and free self parking is available onsite.<\\/p>\",\"rt\":3,\"gl\":{\"ln\":\"78.05021\",\"lt\":\"27.16859\"},\"ad\":{\"adr\":\"Taj Mahal East Gate,\",\"city\":{\"name\":\"AGRA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"AGRA\",\"cn\":\"INDIA\"},\"fl\":[\"Business Center\",\"Fitness Center\",\"Spa\",\"Laundry\",\"Baby sitting\",\"Parking\",\"Room service\",\"Shop\",\"Bar\\/Lounge\",\"Newspaper\",\"Meeting room\",\"Luggage Storage Service\"],\"pt\":\"HOTEL\",\"cnt\":[],\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])_1_0\",\"rc\":\"Standard Room with Wi-Fi -[Non Refundables]\",\"rt\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])\",\"srn\":\"Standard\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":523.14,\"tfcs\":{\"BF\":511.34,\"TF\":523.14,\"NF\":523.14,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":511.34,\"TF\":523.14,\"NF\":523.14,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10}}}],\"checkInDate\":\"2023-09-03\",\"checkOutDate\":\"2023-09-04\",\"radi\":[]}],\"id\":\"16_0_64df3ee9ead551021bb3d3cd\",\"tp\":523.14,\"cnp\":{\"id\":\"16_0_64df3ee9ead551021bb3d3cd\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-08-18T15:20:49.452\",\"tdt\":\"2023-09-03T12:00\",\"am\":511.34},{\"fdt\":\"2023-09-03T12:00\",\"tdt\":\"2023-09-04T23:59\",\"am\":511.34}]},\"ddt\":\"2023-08-18T15:20:49.452\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"No amendment will be accepted once this booking is confirmed.\"}],\"oai\":{\"sid\":\"16\"},\"iopr\":false,\"ipr\":true,\"omid\":\"1312628413\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":511.34},{\"fc\":[\"BREAKFAST\"],\"tpc\":767.01},{\"fc\":[\"HALF BOARD\"],\"tpc\":1960.13}],\"uid\":\"39647921\"},\"bookingId\":\"TJS207000665630\",\"query\":{\"checkinDate\":\"2023-09-03\",\"checkoutDate\":\"2023-09-04\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"countryName\":\"INDIA\",\"cityName\":\"AGRA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6251744232\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])_1_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1158}},\"hotelbookingid\":\"10\",\"SearchHotelTraceId\":\"96ee7-daa24-e17b0-72744\",\"CustomerSession\":{\"bookingId\":\"96ee7-daa24-e17b0-72744\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"96ee7-daa24-e17b0-72744\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"situ\",\"passenger-lastname-1\":\"singh\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])_1_0\",\"RoomCategory\":\"Standard Room with Wi-Fi -[Non Refundables]\",\"RoomType\":\"Standard Room with Wi-Fi-None-( -[Non Refundables])\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":523.14,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":523.14,\"TotalRoomPrice\":523.14,\"TotalFare\":523.14,\"TotalBaseFare\":511.34,\"TotalNetFare\":523.14,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":511.34,\"TF\":523.14,\"NF\":523.14,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":511.34,\"SGP\":511.34,\"SNP\":511.34,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":523.14,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":523.14,\"pernightperroomprice\":523.14,\"RoomPrice\":523.14,\"withmarkupprice\":523.14,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"16_0_64df3ee9ead551021bb3d3cd\",\"RoomTotalPrice\":523.14,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6251744232-39647921\",\"HotemName\":\"HOTEL TAJ PLAZA\",\"HotelDescription\":\"<br\\/><br\\/><p><b>Property Location<\\/b> <br \\/>With a stay at Hotel Taj Plaza, you\'ll be centrally located in Agra, convenient to Mosque and the Jawab and Taj Mahal. This hotel is within close proximity of Agra Fort and Itmad-ud-Daulah\'s Tomb.<\\/p><p><b>Rooms<\\/b> <br \\/>Make yourself at home in one of the 40 individually decorated guestrooms. Your room comes with a pillowtop bed. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.<\\/p><p><b>Rec, Spa, Premium Amenities<\\/b> <br \\/>Relax and unwind with body treatments and facials. Additional amenities at this Victorian hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge).<\\/p><p><b>Dining<\\/b> <br \\/>Enjoy a meal at one of the hotel\'s dining establishments, which include 2 restaurants and a coffee shop\\/caf\\ucc55. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Breakfast is available for a fee.<\\/p><p><b>Business, Other Amenities<\\/b> <br \\/>Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and a meeting room. A train station pick-up service is provided at no charge (available on request), and free self parking is available onsite.<\\/p>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vdGh1bWJuYWlscy9sYXJnZS8xL2Q4ZjEzOTM1MDgwOTc1ZDNlNzgxOWNmMmMxZWQ0MzU4LzMyMjAzMC5qcGc=\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS9jZGJjNzA3YTUxNDNiMjRhMjIzYjE2Mzk5NmMyMDAyZi8zMjIwMzAuanBn\"},{\"tns\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\",\"url\":\"http:\\/\\/tms.tripjack.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9hc3NldHMuaHByb3RyYXZlbC5jb20vMS8wN2MyMGFlM2RlMzEzNjFkZDg3YzI2ZThkODk4MzRmYy8zMjIwMzAuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.05021\",\"lt\":\"27.16859\"},\"HotelAddress\":\"Taj Mahal East Gate, Near Hotel Oberoi \",\"HotelCity\":\"AGRA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Business Center\",\"Fitness Center\",\"Spa\",\"Laundry\",\"Baby sitting\",\"Parking\",\"Room service\",\"Shop\",\"Bar\\/Lounge\",\"Newspaper\",\"Meeting room\",\"Luggage Storage Service\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-03\",\"checkoutDate\":\"2023-09-04\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"809040\",\"TPSysId\":\"809041\",\"VersionId\":\"2462594\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66374\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-18 15:22:34'),(624,'c171d-867be-22edf-7c670','{\"BookingData\":[{\"bookingId\":\"BKRS108900665820\",\"bookingId_TJ\":\"TJS108900665820\",\"FlightNumber\":\"SG-8136\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-13T06:10\",\"LocalFromTime\":\"2023-09-13 06:10\",\"FromUTCTime\":\"2023-09-13T06:10\",\"LocalToTime\":\"2023-09-13 08:45\",\"ToUTCTime\":\"2023-09-13T08:45\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3732,\"PublishedFareTxt\":\"3,732\",\"ApiResultIndex\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1233,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":130,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3732,\"PublishedFare\":3978,\"OfferedFare\":3447,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8412212882_0BLRDELSG8136_100313372082134\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1233,\"BaseFareCal\":3528,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":130,\"MFT\":72,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3978,\"CostToCustomer\":3978,\"BaseFareCal\":3528,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":3528,\"intOfferedFare\":3447,\"intPublishFare\":3732,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"963\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-13T08:45\",\"SegFlightNumber\":\"SG-8136\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-13T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"JNSW\",\"Price\":405,\"amount\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"963\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c171d-867be-22edf-7c670\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T16:24:48.378\",\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108900665820\",\"bookingId_TJ\":\"TJS108900665820\",\"FlightNumber\":\"SG-8136\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-13T06:10\",\"LocalFromTime\":\"2023-09-13 06:10\",\"FromUTCTime\":\"2023-09-13T06:10\",\"LocalToTime\":\"2023-09-13 08:45\",\"ToUTCTime\":\"2023-09-13T08:45\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3732,\"ApiResultIndex\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c171d-867be-22edf-7c670\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-18T16:24:48.378\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1233,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":130,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3732,\"PublishedFare\":3978,\"OfferedFare\":3447,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1233,\"BaseFareCal\":3528,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":130,\"MFT\":72,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"963\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-13T08:45\",\"SegFlightNumber\":\"SG-8136\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-13T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8412212882_0BLRDELSG8136_100194286514974\",\"localFromDateTime\":\"2023-09-13 06:10\",\"localToDateTime\":\"2023-09-13 08:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"95\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"95\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-18-16-24-08\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"95\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"13\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c171d-867be-22edf-7c670\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"809255\",\"TPSysId\":\"809256\",\"VersionId\":[\"244067\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"66392\",\"FareBreakdownid\":[\"383549\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"95\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"Other\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"SITU\",\"passenger-lastname-1\":\"SINGH\",\"dateofbirth-1\":\"null\\/null\\/\",\"passportno-1\":\"0\",\"passporIssue-1\":\"01\\/01\\/1900\",\"passportnoexpiry-1\":\"01\\/01\\/1900\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"c171d-867be-22edf-7c670\",\"countryCodeISO\":\"IN\"}}','2023-08-18 16:24:11'),(625,'9c0d5-cebc0-05373-cf9aa','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9689449591-15602986\",\"name\":\"Hotel Kabli\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"ad\":{\"adr\":\"73 Masjid Road, Jangpura Bhogal\",\"postalCode\":\"110014\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"code\":\"UNK\",\"name\":\"National Capital Territory of Delhi\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-91-9310176646\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60\\u00b0C\\/140\\u00b0F.Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer; masks are required in public areas.Enhanced food service safety measures are in place.This property affirms that it adheres to the cleaning and disinfection practices of COVID-19 Guidelines (CDC). \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedSafety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kitBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Breakfast fee: INR 100.00 per person (approximately)     Airport shuttle fee: INR 900.00 per vehicle (roundtrip)             Rollaway bed fee: INR 200.0 per night             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"201420563_284036927_37316--1\",\"rc\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"rt\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"srn\":\"Standard, Double\",\"adt\":2,\"chd\":0,\"des\":\"1 Double Bed140-sq-foot room with city views Internet - Free WiFi Entertainment - Flat-screen TV with premium channelsFood & Drink - Refrigerator, coffee\\/tea maker, and room service (limited hours)Bathroom - Private bathroom, free toiletries, and a showerPractical - Free newspaper, iron\\/ironing board, and desk; rollaway\\/extra beds available on requestComfort - Ceiling fanAccessibility - Wheelchair accessibleNeed to Know - Limited housekeeping, no rollaway\\/extra beds availableNon-Smoking, renovated in February 2015\",\"mb\":\"ROOM ONLY\",\"tp\":1860.66,\"tfcs\":{\"BF\":1848.86,\"TF\":1860.66,\"NF\":1860.66,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1848.86,\"CMU\":0,\"TAF\":11.8,\"TF\":1860.66,\"NF\":1860.66},\"afc\":{\"TAF\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04}}}],\"fcs\":[\"Free breakfast\",\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/d7c68019_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/d7c68019_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/dd15d8c2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/dd15d8c2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bfad74cf_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bfad74cf_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/93f1bf31_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/93f1bf31_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa039651_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa039651_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa0435b2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/aa0435b2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e271c109_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e271c109_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/552abafe_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/552abafe_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/75fe5a65_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/75fe5a65_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/a1b5a6be_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/a1b5a6be_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/b813cc63_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201420563\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/b813cc63_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201420563\"]}],\"checkInDate\":\"2023-08-30\",\"checkOutDate\":\"2023-08-31\",\"radi\":{\"rid\":\"201420563\",\"mga\":2,\"maa\":2,\"mca\":0,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Double\",\"bc\":1}],\"ar\":{\"asm\":\"13\",\"asf\":\"140\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_2_11974451\",\"tp\":1860.66,\"cnp\":{\"id\":\"201420563_284036927_37316--48788660\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-18T18:19:31.861\",\"tdt\":\"2023-08-26T12:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-08-26T12:00\",\"tdt\":\"2023-08-30T00:00\",\"am\":1848.86,\"pp\":100},{\"fdt\":\"2023-08-30T00:00\",\"tdt\":\"2023-08-31T23:59\",\"am\":1848.86}]},\"ddt\":\"2023-08-26T12:00\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-2144539232\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1376.41}],\"uid\":\"15602986\",\"lhc\":\"57153\"},\"bookingId\":\"TJS204100666105\",\"query\":{\"checkinDate\":\"2023-08-30\",\"checkoutDate\":\"2023-08-31\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9689449591\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"201420563_284036927_37316--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1181}},\"hotelbookingid\":\"11\",\"SearchHotelTraceId\":\"9c0d5-cebc0-05373-cf9aa\",\"CustomerSession\":{\"bookingId\":\"9c0d5-cebc0-05373-cf9aa\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7011874684\",\"traceId\":\"9c0d5-cebc0-05373-cf9aa\",\"leadEmail\":\"shivam.vermaa4@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"shivam\",\"passenger-lastname-1\":\"Verma\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"shivam\",\"passenger-lastname-2\":\"Verma\",\"passenger-panNumber-2\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"201420563_284036927_37316--1\",\"RoomCategory\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"RoomType\":\"Standard Room, Multiple Bedrooms-1 Double Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1860.66,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1860.66,\"TotalRoomPrice\":1860.66,\"TotalFare\":1860.66,\"TotalBaseFare\":1848.86,\"TotalNetFare\":1860.66,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1848.86,\"CMU\":0,\"TAF\":11.8,\"TF\":1860.66,\"NF\":1860.66},\"afc\":{\"TAF\":{\"TMF\":136.94,\"SBP\":1642.82,\"SGP\":1848.86,\"SNP\":1711.92,\"MFT\":1.8,\"SAC\":136.94,\"TSF\":206.04,\"SRC\":0,\"MF\":10,\"TTSF\":206.04}}}],\"PriceWithMarkup\":1860.66,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1860.66,\"pernightperroomprice\":1860.66,\"RoomPrice\":1860.66,\"withmarkupprice\":1860.66,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_2_11974451\",\"RoomTotalPrice\":1860.66,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9689449591-15602986\",\"HotemName\":\"Hotel Kabli\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English, Farsi\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 18 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include desks and complimentary newspapers, and housekeeping is provided on a limited basis.\\\",\\\"onsite_payments\\\":\\\"Visa, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s room service (during limited hours). Breakfast is available for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Kabli in New Delhi (Jangpura), you\'ll be a 5-minute drive from India International Centre and 5 minutes from Jawaharlal Nehru Stadium.  This hotel is 3.1 mi (4.9 km) from India Gate and 4.6 mi (7.5 km) from Swaminarayan Akshardham Temple.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Lajpat Nagar Central Market - 2.2 km \\/ 1.3 mi  Nizamuddin Dargah - 2.3 km \\/ 1.4 mi  Humayun\'s Tomb - 2.5 km \\/ 1.6 mi  Jawaharlal Nehru Stadium - 3 km \\/ 1.9 mi  South Extension 2 Market - 3.6 km \\/ 2.2 mi  India Habitat Centre - 4 km \\/ 2.5 mi  All India Institute of Medical Sciences - 4 km \\/ 2.5 mi  India International Centre - 4.2 km \\/ 2.6 mi  ISKCON Temple - 4.3 km \\/ 2.7 mi  Lodhi Garden - 4.4 km \\/ 2.7 mi  Fortis Escorts Heart Institute - 4.4 km \\/ 2.7 mi  Khan Market - 4.5 km \\/ 2.8 mi  Pragati Maidan - 4.7 km \\/ 2.9 mi  India Gate - 4.7 km \\/ 2.9 mi  Kailash Colony Market - 4.8 km \\/ 3 mi  The preferred airport for Hotel Kabli is Indira Gandhi International Airport (DEL) - 23.3 km \\/ 14.4 mi \\\",\\\"headline\\\":\\\"In New Delhi (Jangpura)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/61b91ec5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/e0c62da8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/bd77e468_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11980000\\/11974500\\/11974451\\/5c200a66_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.24932\",\"lt\":\"28.57966\"},\"HotelAddress\":\"73 Masjid Road, Jangpura Bhogal\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Airport Shuttle\",\"Luggage storage\",\"Business Center\",\"24-hour front desk\",\"Breakfast\",\"Internet\",\"Playground on site\",\"Designated smoking areas\",\"Garden\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-08-30\",\"checkoutDate\":\"2023-08-31\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"809594\",\"TPSysId\":\"809595\",\"VersionId\":\"2464179\",\"CustomerSysId\":\"471650\",\"TrxId\":\"66425\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-18 18:21:38'),(629,'318a7-beb3f-d9965-75815','{\"BookingData\":[{\"bookingId\":\"BKRS106900668045\",\"bookingId_TJ\":\"TJS106900668045\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-04T18:30\",\"LocalFromTime\":\"2023-09-04 18:30\",\"FromUTCTime\":\"2023-09-04T18:30\",\"LocalToTime\":\"2023-09-04 21:15\",\"ToUTCTime\":\"2023-09-04T21:15\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3862,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6136948284_0DELBLRSG534_344416330400085\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3862,\"CostToCustomer\":3862,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-04T21:15\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"318a7-beb3f-d9965-75815\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:13:11.261\",\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106900668045\",\"bookingId_TJ\":\"TJS106900668045\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-04T18:30\",\"LocalFromTime\":\"2023-09-04 18:30\",\"FromUTCTime\":\"2023-09-04T18:30\",\"LocalToTime\":\"2023-09-04 21:15\",\"ToUTCTime\":\"2023-09-04T21:15\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"318a7-beb3f-d9965-75815\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:13:11.261\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3862,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-04T21:15\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6136948284_0DELBLRSG534_344337606973176\",\"localFromDateTime\":\"2023-09-04 18:30\",\"localToDateTime\":\"2023-09-04 21:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"96\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"96\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-21-12-12-05\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"96\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"04\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"318a7-beb3f-d9965-75815\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"811572\",\"TPSysId\":\"811573\",\"VersionId\":[\"244970\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"66574\",\"FareBreakdownid\":[\"383670\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"96\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"Other\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"SITU\",\"passenger-lastname-1\":\"SINGH\",\"dateofbirth-1\":\"null\\/null\\/\",\"passportno-1\":\"0\",\"passporIssue-1\":\"01\\/01\\/1900\",\"passportnoexpiry-1\":\"01\\/01\\/1900\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"318a7-beb3f-d9965-75815\",\"countryCodeISO\":\"IN\"}}','2023-08-21 12:12:08'),(633,'c6f9a-9d493-b3e00-8fbd9','{\"BookingData\":[{\"bookingId\":\"BKRS105800668088\",\"bookingId_TJ\":\"TJS105800668088\",\"FlightNumber\":\"6E-2411\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-05T07:20\",\"LocalFromTime\":\"2023-09-05 07:20\",\"FromUTCTime\":\"2023-09-05T07:20\",\"LocalToTime\":\"2023-09-05 08:45\",\"ToUTCTime\":\"2023-09-05T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3806,\"PublishedFareTxt\":\"3,806\",\"ApiResultIndex\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2470,\"Tax\":1336,\"YQTax\":0,\"OtherCharges\":738,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":126,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3806,\"PublishedFare\":3816,\"OfferedFare\":3521,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4327039297_0DELIXJ6E2411_345949781919824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1336,\"BaseFareCal\":3566,\"BaseFare\":2470,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":126,\"MFT\":72,\"OT\":738,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3816,\"CostToCustomer\":3816,\"BaseFareCal\":3566,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3566,\"intOfferedFare\":3521,\"intPublishFare\":3806,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T08:45\",\"SegFlightNumber\":\"6E-2411\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:38:44.657\",\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105800668088\",\"bookingId_TJ\":\"TJS105800668088\",\"FlightNumber\":\"6E-2411\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-05T07:20\",\"LocalFromTime\":\"2023-09-05 07:20\",\"FromUTCTime\":\"2023-09-05T07:20\",\"LocalToTime\":\"2023-09-05 08:45\",\"ToUTCTime\":\"2023-09-05T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3806,\"ApiResultIndex\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T12:38:44.657\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2470,\"Tax\":1336,\"YQTax\":0,\"OtherCharges\":738,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":126,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3806,\"PublishedFare\":3816,\"OfferedFare\":3521,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1336,\"BaseFareCal\":3566,\"BaseFare\":2470,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":126,\"MFT\":72,\"OT\":738,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T08:45\",\"SegFlightNumber\":\"6E-2411\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4327039297_0DELIXJ6E2411_345929634867415\",\"localFromDateTime\":\"2023-09-05 07:20\",\"localToDateTime\":\"2023-09-05 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"97\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"38\"],\"flight_booking_id\":[\"97\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nikki\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-21-12-37-32\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"38\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nikki\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-21-12-37-32\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"modified\":\"2023-08-21-12-37-32\",\"created\":\"2023-08-21-12-37-32\",\"CustomerMemberSysId\":\"38\"}],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"38\"],\"flight_booking_customer\":[[\"97\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"05\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"811648\",\"TPSysId\":\"811649\",\"VersionId\":[\"245007\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"66578\",\"FareBreakdownid\":[\"383674\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"38\"],\"flight_booking_id\":[\"97\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"2\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"nikki\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"1\\\",\\\"EmailId\\\":\\\"nehakumari@catpl.co.in\\\",\\\"Salutation\\\":\\\"2\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"8923963627\\\",\\\"FirstName\\\":\\\"nikki\\\",\\\"LastName\\\":\\\"singh\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-21-12-37-32\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"c6f9a-9d493-b3e00-8fbd9\\\",\\\"modified\\\":\\\"2023-08-21-12-37-32\\\",\\\"created\\\":\\\"2023-08-21-12-37-32\\\",\\\"MobileNo\\\":\\\"8923963627\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nikki\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-21-12-37-32\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"modified\":\"2023-08-21-12-37-32\",\"created\":\"2023-08-21-12-37-32\",\"MobileNo\":\"8923963627\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"2\",\"passenger-firstname-1\":\"nikki\",\"passenger-lastname-1\":\"singh\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"c6f9a-9d493-b3e00-8fbd9\",\"countryCodeISO\":\"IN\"}}','2023-08-21 12:37:35'),(637,'90a9b-717ad-40279-0895a','{\"BookingData\":[{\"bookingId\":\"BKRS105100668384\",\"bookingId_TJ\":\"TJS105100668384\",\"FlightNumber\":\"6E-2186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:40\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-08-23T09:40\",\"LocalFromTime\":\"2023-08-23 09:40\",\"FromUTCTime\":\"2023-08-23T09:40\",\"LocalToTime\":\"2023-08-23 11:10\",\"ToUTCTime\":\"2023-08-23T11:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5176,\"PublishedFareTxt\":\"5,176\",\"ApiResultIndex\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":100,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"ARFT\":5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1750,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACFT\":87.5,\"ACF\":1750},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":2016,\"YQTax\":0,\"OtherCharges\":1383,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5176,\"PublishedFare\":5186,\"OfferedFare\":4891,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1050438404_0IXJDEL6E2186_357381671951525\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2016,\"BaseFareCal\":4936,\"BaseFare\":3160,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":161,\"MFT\":72,\"OT\":1383,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5186,\"CostToCustomer\":5186,\"BaseFareCal\":4936,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":4936,\"intOfferedFare\":4891,\"intPublishFare\":5176,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":285,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"488\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-23T11:10\",\"SegFlightNumber\":\"6E-2186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-08-23T09:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:40\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"90a9b-717ad-40279-0895a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T15:49:16.674\",\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105100668384\",\"bookingId_TJ\":\"TJS105100668384\",\"FlightNumber\":\"6E-2186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:40\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2023-08-23T09:40\",\"LocalFromTime\":\"2023-08-23 09:40\",\"FromUTCTime\":\"2023-08-23T09:40\",\"LocalToTime\":\"2023-08-23 11:10\",\"ToUTCTime\":\"2023-08-23T11:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5176,\"ApiResultIndex\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"90a9b-717ad-40279-0895a\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-21T15:49:16.674\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":2016,\"YQTax\":0,\"OtherCharges\":1383,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5176,\"PublishedFare\":5186,\"OfferedFare\":4891,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2016,\"BaseFareCal\":4936,\"BaseFare\":3160,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":161,\"MFT\":72,\"OT\":1383,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"488\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-23T11:10\",\"SegFlightNumber\":\"6E-2186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-08-23T09:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:40\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1050438404_0IXJDEL6E2186_357369134260336\",\"localFromDateTime\":\"2023-08-23 09:40\",\"localToDateTime\":\"2023-08-23 11:10\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"98\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"44\"],\"flight_booking_id\":[\"98\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-21-15-48-14\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"44\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"44\"],\"flight_booking_customer\":[[\"98\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"IXJ\",\"to\":\"DEL\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":13021,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"90a9b-717ad-40279-0895a\",\"PreferredAirline\":null,\"from_city_\":\"1__IXJ-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"812147\",\"TPSysId\":\"812148\",\"VersionId\":[\"245163\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"66605\",\"FareBreakdownid\":[\"383694\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"44\"],\"flight_booking_id\":[\"98\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"agarwalansul65@gmail.com\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"agarwalansul65@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"agarwal\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"90a9b-717ad-40279-0895a\",\"countryCodeISO\":\"IN\"}}','2023-08-21 15:48:34'),(642,'40b3e-422bc-841d8-85a6c','{\"BookingData\":[{\"bookingId\":\"BKRS100600669931\",\"bookingId_TJ\":\"TJS100600669931\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"PublishedFareTxt\":\"9,662\",\"ApiResultIndex\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure & only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0928293893_0DELBLRG8113_443816160042691\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":9674.85,\"CostToCustomer\":9674.85,\"BaseFareCal\":9422,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":9422,\"intOfferedFare\":9377,\"intPublishFare\":9662,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"47\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"SWVG\",\"Price\":250,\"amount\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"SWNV\",\"Price\":250,\"amount\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLSC\",\"Price\":250,\"amount\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"JNML\",\"Price\":250,\"amount\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLVS\",\"Price\":320,\"amount\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"OLNS\",\"Price\":320,\"amount\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"PMVG\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"PMNV\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"47\",\"Code\":\"KDML\",\"Price\":550,\"amount\":550,\"Description\":\"Smart Kid Bag\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"40b3e-422bc-841d8-85a6c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T15:49:51.168\",\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100600669931\",\"bookingId_TJ\":\"TJS100600669931\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"ApiResultIndex\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"40b3e-422bc-841d8-85a6c\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T15:49:51.168\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"47\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-0928293893_0DELBLRG8113_443798904666098\",\"localFromDateTime\":\"2023-08-23 06:00\",\"localToDateTime\":\"2023-08-23 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"99\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"45\"],\"flight_booking_id\":[\"99\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-15-48-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"45\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"45\"],\"flight_booking_customer\":[[\"99\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"40b3e-422bc-841d8-85a6c\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"813766\",\"TPSysId\":\"813767\",\"VersionId\":[\"245737\"],\"CustomerSysId\":\"474737\",\"TrxId\":\"66701\",\"FareBreakdownid\":[\"383764\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"45\"],\"flight_booking_id\":[\"99\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"beinganuj3010@gmail.com\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"beinganuj3010@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj                                              \",\"passenger-lastname-1\":\"kumar                                             \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"40b3e-422bc-841d8-85a6c\",\"countryCodeISO\":\"IN\"}}','2023-08-22 15:48:52'),(646,'23d01-5ee6a-1bed2-180ac','{\"BookingData\":[{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-2788916418_0DELBLRAI543_445945132094579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"791\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7244,\"ApiResultIndex\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5700,\"Tax\":1544,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7244,\"PublishedFare\":8331.7,\"OfferedFare\":6674,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1544,\"BaseFareCal\":6926,\"BaseFare\":5700,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":0,\"MFT\":144,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":252,\"AddiMarkup\":1400,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"791\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"269\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-2788916418_0DELBLRAI543_445927197175878\",\"localFromDateTime\":\"2023-08-23 12:15\",\"localToDateTime\":\"2023-08-23 15:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS102100670034\",\"bookingId_TJ\":\"TJS102100670034\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-08-25T15:00\",\"LocalFromTime\":\"2023-08-25 15:00\",\"FromUTCTime\":\"2023-08-25T15:00\",\"LocalToTime\":\"2023-08-25 17:00\",\"ToUTCTime\":\"2023-08-25T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-2788916418_1BLRDELAI542_445945133211880\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"269\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:25:20.144\",\"strTraceId\":\"19-18-11-2788916418_0BLRDELAI542_445927196953221\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"100\",\"101\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"39\"],\"flight_booking_id\":[\"100\",\"101\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-24-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"39\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-24-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"modified\":\"2023-08-22-16-24-09\",\"created\":\"2023-08-22-16-24-09\",\"CustomerMemberSysId\":\"39\"}],\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"39\"],\"flight_booking_customer\":[[\"100\"],[\"101\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"3\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"departure_dates\":\"23\\/08\\/2023\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"25\\/08\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":\"25\\/08\\/2023\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":\"2023-08-25\",\"SearchFlightTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-BLR-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"813881\",\"TPSysId\":\"813882\",\"VersionId\":[\"245779\",\"245780\"],\"CustomerSysId\":\"474737\",\"TrxId\":\"66703\",\"FareBreakdownid\":[\"383765\",\"383766\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"39\"],\"flight_booking_id\":[\"100\",\"101\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"beinganuj3010@gmail.com\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"45\\\",\\\"EmailId\\\":\\\"beinganuj3010@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9671365732\\\",\\\"FirstName\\\":\\\"Anuj                                              \\\",\\\"LastName\\\":\\\"kumar                                             \\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-22-16-24-09\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":\\\"1\\\",\\\"apiTraceId\\\":\\\"23d01-5ee6a-1bed2-180ac\\\",\\\"modified\\\":\\\"2023-08-22-16-24-09\\\",\\\"created\\\":\\\"2023-08-22-16-24-09\\\",\\\"MobileNo\\\":\\\"9671365732\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-24-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"23d01-5ee6a-1bed2-180ac\",\"modified\":\"2023-08-22-16-24-09\",\"created\":\"2023-08-22-16-24-09\",\"MobileNo\":\"9671365732\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"beinganuj3010@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj                                              \",\"passenger-lastname-1\":\"kumar                                             \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"23d01-5ee6a-1bed2-180ac\",\"countryCodeISO\":\"IN\"}}','2023-08-22 16:24:12'),(647,'78ab1-40379-961bc-79701','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9625087214-15329627\",\"name\":\"Hotel Parkway Deluxe\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-981-1187069\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"If you are planning to arrive after noon please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, mobile payments, and cashMobile payment options include: Google Pay, Paytm, and PhonePe. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for local cuisine breakfast: approximately INR 200.00 for adults and INR 200 for children                  Crib (infant bed) fee: INR 500.0 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"des\":\"1 Queen Bed226-sq-foot room with city views Internet - Free WiFi Entertainment - LCD television with cable channelsFood & Drink - Mini-fridge and 24-hour room service Sleep - Premium bedding and bed sheets Bathroom - Private bathroom, shower, and rainfall showerheadPractical - Day bed, free newspaper, and deskComfort - Air conditioning, daily housekeeping, and heatingAccessibility - Tile flooring in roomNeed to Know - No cribs (infant beds) availableSmoking And Non-Smoking\",\"mb\":\"ROOM ONLY\",\"tp\":1404.52,\"tfcs\":{\"BF\":1392.72,\"TF\":1404.52,\"NF\":1404.52,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1392.72,\"CMU\":0,\"TAF\":11.8,\"TF\":1404.52,\"NF\":1404.52},\"afc\":{\"TAF\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77}}}],\"fcs\":[\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]}],\"checkInDate\":\"2023-08-23\",\"checkOutDate\":\"2023-08-24\",\"radi\":{\"rid\":\"202447440\",\"mga\":3,\"maa\":3,\"mca\":2,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Queen\",\"bc\":1}],\"ar\":{\"asm\":\"21\",\"asf\":\"226\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_3_22417644\",\"tp\":1404.52,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":false,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-22T16:29:55.520\",\"tdt\":\"2023-08-23T00:00\",\"am\":1392.72},{\"fdt\":\"2023-08-23T00:00\",\"tdt\":\"2023-08-24T23:59\",\"am\":1392.72}]},\"ddt\":\"2023-08-22T16:29:55.520\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-1451965547\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1392.72}],\"uid\":\"15329627\",\"lhc\":\"6651\"},\"bookingId\":\"TJS208700670048\",\"query\":{\"checkinDate\":\"2023-08-23\",\"checkoutDate\":\"2023-08-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9625087214\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"202447440_212439952_37310--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1027}},\"hotelbookingid\":\"13\",\"SearchHotelTraceId\":\"78ab1-40379-961bc-79701\",\"CustomerSession\":{\"bookingId\":\"78ab1-40379-961bc-79701\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7009078210\",\"traceId\":\"78ab1-40379-961bc-79701\",\"leadEmail\":\"ANUJG@GMAIL.COM\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"FG\",\"passenger-lastname-1\":\"RTHYJ\",\"passenger-panNumber-1\":\"GEBPK0786B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1404.52,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1404.52,\"TotalRoomPrice\":1404.52,\"TotalFare\":1404.52,\"TotalBaseFare\":1392.72,\"TotalNetFare\":1404.52,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1392.72,\"CMU\":0,\"TAF\":11.8,\"TF\":1404.52,\"NF\":1404.52},\"afc\":{\"TAF\":{\"TMF\":125.39,\"SBP\":1241.95,\"SGP\":1392.72,\"SNP\":1267.33,\"MFT\":1.8,\"SAC\":125.39,\"TSF\":150.77,\"SRC\":0,\"MF\":10,\"TTSF\":150.77}}}],\"PriceWithMarkup\":1404.52,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1404.52,\"pernightperroomprice\":1404.52,\"RoomPrice\":1404.52,\"withmarkupprice\":1404.52,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1404.52,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9625087214-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-08-23\",\"checkoutDate\":\"2023-08-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"813899\",\"TPSysId\":\"813900\",\"VersionId\":\"2476821\",\"CustomerSysId\":\"474782\",\"TrxId\":\"66706\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-22 16:29:29'),(652,'cb25a-6de81-0c18b-25674','{\"BookingData\":[{\"bookingId\":\"BKRS103800670053\",\"bookingId_TJ\":\"TJS103800670053\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-4089768973_0DELBLRAI543_446342407182401\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"cb25a-6de81-0c18b-25674\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:31:57.432\",\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS103800670053\",\"bookingId_TJ\":\"TJS103800670053\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-23T12:15\",\"LocalFromTime\":\"2023-08-23 12:15\",\"FromUTCTime\":\"2023-08-23T12:15\",\"LocalToTime\":\"2023-08-23 15:25\",\"ToUTCTime\":\"2023-08-23T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"cb25a-6de81-0c18b-25674\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-22T16:31:57.432\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-4089768973_0DELBLRAI543_446332183762645\",\"localFromDateTime\":\"2023-08-23 12:15\",\"localToDateTime\":\"2023-08-23 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"103\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_id\":[\"103\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"anuj@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7009078210\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-30-51\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"50\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_customer\":[[\"103\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"cb25a-6de81-0c18b-25674\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"813910\",\"TPSysId\":\"813911\",\"VersionId\":[\"245796\"],\"CustomerSysId\":\"474784\",\"TrxId\":\"66709\",\"FareBreakdownid\":[\"383769\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_id\":[\"103\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj@catpl.co.in\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7009078210\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7009078210\",\"leadEmail\":\"anuj@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"cb25a-6de81-0c18b-25674\",\"countryCodeISO\":\"IN\"}}','2023-08-22 16:30:57'),(656,'c6a7e-7faf5-6562d-e4a9b','{\"BookingData\":[{\"bookingId\":\"BKRS102400670061\",\"bookingId_TJ\":\"TJS102400670061\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-23T09:20\",\"LocalFromTime\":\"2023-08-23 09:20\",\"FromUTCTime\":\"2023-08-23T09:20\",\"LocalToTime\":\"2023-08-23 10:45\",\"ToUTCTime\":\"2023-08-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6205688368_0DELIXJSG160_446464217505564\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"730\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"730\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-22T16:33:59.242\",\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102400670061\",\"bookingId_TJ\":\"TJS102400670061\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-23T09:20\",\"LocalFromTime\":\"2023-08-23 09:20\",\"FromUTCTime\":\"2023-08-23T09:20\",\"LocalToTime\":\"2023-08-23 10:45\",\"ToUTCTime\":\"2023-08-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-22T16:33:59.242\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"730\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6205688368_0DELIXJSG160_446448430098520\",\"localFromDateTime\":\"2023-08-23 09:20\",\"localToDateTime\":\"2023-08-23 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"104\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"40\"],\"flight_booking_id\":[\"104\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anujj                                           \",\"LastName\":\"kumar                          \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-33-25\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"40\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anujj                                           \",\"LastName\":\"kumar                          \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-33-25\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"modified\":\"2023-08-22-16-33-25\",\"created\":\"2023-08-22-16-33-25\",\"CustomerMemberSysId\":\"40\"}],\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"40\"],\"flight_booking_customer\":[[\"104\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"813919\",\"TPSysId\":\"813920\",\"VersionId\":[\"245804\"],\"CustomerSysId\":\"474737\",\"TrxId\":\"66710\",\"FareBreakdownid\":[\"383770\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"40\"],\"flight_booking_id\":[\"104\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"beinganuj3010@gmail.com\",\"FirstName\":\"Anujj                                           \",\"LastName\":\"kumar                          \",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"45\\\",\\\"EmailId\\\":\\\"beinganuj3010@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9671365732\\\",\\\"FirstName\\\":\\\"Anujj                                           \\\",\\\"LastName\\\":\\\"kumar                          \\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-22-16-33-25\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":\\\"1\\\",\\\"apiTraceId\\\":\\\"c6a7e-7faf5-6562d-e4a9b\\\",\\\"modified\\\":\\\"2023-08-22-16-33-25\\\",\\\"created\\\":\\\"2023-08-22-16-33-25\\\",\\\"MobileNo\\\":\\\"9671365732\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"45\",\"EmailId\":\"beinganuj3010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anujj                                           \",\"LastName\":\"kumar                          \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-22-16-33-25\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"modified\":\"2023-08-22-16-33-25\",\"created\":\"2023-08-22-16-33-25\",\"MobileNo\":\"9671365732\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"beinganuj3010@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anujj                                           \",\"passenger-lastname-1\":\"kumar                          \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"c6a7e-7faf5-6562d-e4a9b\",\"countryCodeISO\":\"IN\"}}','2023-08-22 16:33:29'),(658,'68cf2-4bb7e-a8e4b-918e6','{\"BookingData\":[{\"bookingId\":\"BKRS108000670138\",\"bookingId_TJ\":\"TJS108000670138\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"PublishedFareTxt\":\"9,662\",\"ApiResultIndex\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable If Cancelled 0 - 3 Hrs before scheduled departure & only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + Fare Difference __nls__ Before 72 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs INR 3,500 or 100% of airfare charge (whichever is lower) __nls__ Before 72 hrs INR 3,000 or 100% of airfare charge (whichever is lower)\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4498917688_0DELBLRG8113_448129545683633\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":9674.85,\"CostToCustomer\":9674.85,\"BaseFareCal\":9422,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":9422,\"intOfferedFare\":9377,\"intPublishFare\":9662,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"826\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"SWVG\",\"Price\":250,\"amount\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"SWNV\",\"Price\":250,\"amount\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"OLSC\",\"Price\":250,\"amount\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"JNML\",\"Price\":250,\"amount\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"OLVS\",\"Price\":320,\"amount\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"OLNS\",\"Price\":320,\"amount\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"PMVG\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"PMNV\",\"Price\":400,\"amount\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"826\",\"Code\":\"KDML\",\"Price\":550,\"amount\":550,\"Description\":\"Smart Kid Bag\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"68cf2-4bb7e-a8e4b-918e6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T17:01:44.570\",\"strTraceId\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108000670138\",\"bookingId_TJ\":\"TJS108000670138\",\"FlightNumber\":\"G8-113\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"strTraceId\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-08-23T06:00\",\"LocalFromTime\":\"2023-08-23 06:00\",\"FromUTCTime\":\"2023-08-23T06:00\",\"LocalToTime\":\"2023-08-23 08:35\",\"ToUTCTime\":\"2023-08-23T08:35\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 23 Aug\",\"ArrivalDateTxt\":\"Wed, 23 Aug\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":61,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9662,\"ApiResultIndex\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"SearchFlightTraceId\":\"68cf2-4bb7e-a8e4b-918e6\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-22T17:01:44.570\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7138,\"Tax\":2524,\"YQTax\":750,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":404,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9662,\"PublishedFare\":9674.85,\"OfferedFare\":9377,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2524,\"BaseFareCal\":9422,\"BaseFare\":7138,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":750,\"AGST\":404,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"826\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-23T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-23T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":61,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4498917688_0DELBLRG8113_448106840600042\",\"localFromDateTime\":\"2023-08-23 06:00\",\"localToDateTime\":\"2023-08-23 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"68cf2-4bb7e-a8e4b-918e6\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-22 17:00:18'),(659,'5690e-46d2e-0c24d-ef204','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid7638769678-15329627\",\"name\":\"Hotel Parkway Deluxe\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-981-1187069\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"If you are planning to arrive after noon please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, mobile payments, and cashMobile payment options include: Google Pay, Paytm, and PhonePe. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for local cuisine breakfast: approximately INR 200.00 for adults and INR 200 for children                  Crib (infant bed) fee: INR 500.0 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"des\":\"1 Queen Bed226-sq-foot room with city views Internet - Free WiFi Entertainment - LCD television with cable channelsFood & Drink - Mini-fridge and 24-hour room service Sleep - Premium bedding and bed sheets Bathroom - Private bathroom, shower, and rainfall showerheadPractical - Day bed, free newspaper, and deskComfort - Air conditioning, daily housekeeping, and heatingAccessibility - Tile flooring in roomNeed to Know - No cribs (infant beds) availableSmoking And Non-Smoking\",\"mb\":\"ROOM ONLY\",\"tp\":1408.58,\"tfcs\":{\"BF\":1396.78,\"TF\":1408.58,\"NF\":1408.58,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1396.78,\"CMU\":0,\"TAF\":11.8,\"TF\":1408.58,\"NF\":1408.58},\"afc\":{\"TAF\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87}}}],\"fcs\":[\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]}],\"checkInDate\":\"2023-09-03\",\"checkOutDate\":\"2023-09-04\",\"radi\":{\"rid\":\"202447440\",\"mga\":3,\"maa\":3,\"mca\":2,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Queen\",\"bc\":1}],\"ar\":{\"asm\":\"21\",\"asf\":\"226\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_3_22417644\",\"tp\":1408.58,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-22T17:37:25.618\",\"tdt\":\"2023-08-31T18:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-08-31T18:00\",\"tdt\":\"2023-09-03T00:00\",\"am\":1396.78,\"rn\":1},{\"fdt\":\"2023-09-03T00:00\",\"tdt\":\"2023-09-04T23:59\",\"am\":1396.78}]},\"ddt\":\"2023-08-31T18:00\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-1451965547\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1396.78}],\"uid\":\"15329627\",\"lhc\":\"6651\"},\"bookingId\":\"TJS200800670233\",\"query\":{\"checkinDate\":\"2023-09-03\",\"checkoutDate\":\"2023-09-04\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid7638769678\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"202447440_212439952_37310--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1166}},\"hotelbookingid\":\"18\",\"SearchHotelTraceId\":\"5690e-46d2e-0c24d-ef204\",\"CustomerSession\":{\"bookingId\":\"5690e-46d2e-0c24d-ef204\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"5690e-46d2e-0c24d-ef204\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"neha\",\"passenger-lastname-1\":\"kannojia\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1408.58,\"TotalRoomPrice\":1408.58,\"TotalFare\":1408.58,\"TotalBaseFare\":1396.78,\"TotalNetFare\":1408.58,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1396.78,\"CMU\":0,\"TAF\":11.8,\"TF\":1408.58,\"NF\":1408.58},\"afc\":{\"TAF\":{\"TMF\":127.5,\"SBP\":1245.91,\"SGP\":1396.78,\"SNP\":1269.28,\"MFT\":1.8,\"SAC\":127.5,\"TSF\":150.87,\"SRC\":0,\"MF\":10,\"TTSF\":150.87}}}],\"PriceWithMarkup\":1408.58,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1408.58,\"pernightperroomprice\":1408.58,\"RoomPrice\":1408.58,\"withmarkupprice\":1408.58,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1408.58,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid7638769678-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-03\",\"checkoutDate\":\"2023-09-04\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814128\",\"TPSysId\":\"814129\",\"VersionId\":\"2477606\",\"CustomerSysId\":\"471769\",\"TrxId\":\"66728\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-22 17:38:30'),(665,'311ae-5e1e8-24a53-af497','{\"BookingData\":[{\"bookingId\":\"BKRS100600670899\",\"bookingId_TJ\":\"TJS100600670899\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-2453482351_0DELBLRAI543_513608579582225\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"247\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"311ae-5e1e8-24a53-af497\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:13:03.604\",\"strTraceId\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100600670899\",\"bookingId_TJ\":\"TJS100600670899\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"strTraceId\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"311ae-5e1e8-24a53-af497\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:13:03.604\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"247\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-2453482351_0DELBLRAI543_513032093153952\",\"localFromDateTime\":\"2023-08-24 12:15\",\"localToDateTime\":\"2023-08-24 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"311ae-5e1e8-24a53-af497\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-23 11:11:37'),(668,'49275-4d3f8-bf1f1-6ff8b','{\"BookingData\":[{\"bookingId\":\"BKRS108800670929\",\"bookingId_TJ\":\"TJS108800670929\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-24T13:30\",\"LocalFromTime\":\"2023-08-24 13:30\",\"FromUTCTime\":\"2023-08-24T13:30\",\"LocalToTime\":\"2023-08-24 15:40\",\"ToUTCTime\":\"2023-08-24T15:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6088,\"PublishedFareTxt\":\"6,088\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4522,\"Tax\":1566,\"YQTax\":0,\"OtherCharges\":689,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":235,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6088,\"PublishedFare\":6100.85,\"OfferedFare\":5803,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-37942832040_0DELBOMAI620_514576295242947\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":9511,\"oldFare\":7865,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1566,\"BaseFareCal\":5848,\"BaseFare\":4522,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":235,\"MFT\":72,\"OT\":689,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6100.85,\"CostToCustomer\":6100.85,\"BaseFareCal\":5848,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5848,\"intOfferedFare\":5803,\"intPublishFare\":6088,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"822\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"49275-4d3f8-bf1f1-6ff8b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:29:11.311\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108800670929\",\"bookingId_TJ\":\"TJS108800670929\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-24T13:30\",\"LocalFromTime\":\"2023-08-24 13:30\",\"FromUTCTime\":\"2023-08-24T13:30\",\"LocalToTime\":\"2023-08-24 15:40\",\"ToUTCTime\":\"2023-08-24T15:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9511,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"49275-4d3f8-bf1f1-6ff8b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:29:11.311\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6584,\"Tax\":2927,\"YQTax\":0,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":345,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":9511,\"PublishedFare\":9654.7,\"OfferedFare\":8941,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":600,\"AddiTaxOnMarkup\":108,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2927,\"BaseFareCal\":9049,\"BaseFare\":6584,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":345,\"MFT\":144,\"OT\":1468,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"822\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"773\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-25T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-08-24 13:30\",\"localToDateTime\":\"2023-08-24 15:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS108800670929\",\"bookingId_TJ\":\"TJS108800670929\",\"FlightNumber\":\"QP-1103\",\"AirlineName\":\"AkasaAir\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"821\",\"DepartureTime\":\"00:05\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-08-25T00:05\",\"LocalFromTime\":\"2023-08-25 00:05\",\"FromUTCTime\":\"2023-08-25T00:05\",\"LocalToTime\":\"2023-08-25 01:45\",\"ToUTCTime\":\"2023-08-25T01:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3423,\"PublishedFareTxt\":\"3,423\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2062,\"Tax\":1361,\"YQTax\":0,\"OtherCharges\":779,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3423,\"PublishedFare\":3553.85,\"OfferedFare\":3138,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"30-15-10-5-4-1-37942832040_1BOMBLRQP1103_514576298056725\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"350.00\",\"AddiTaxOnMarkup\":63,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1361,\"BaseFareCal\":3201,\"BaseFare\":2062,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":779,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3553.85,\"CostToCustomer\":3553.85,\"BaseFareCal\":3201,\"intCommisionEarnedForAgency\":352.85,\"CostToCompany\":3201,\"intOfferedFare\":3138,\"intPublishFare\":3423,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"350.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":63,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":350},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-25T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XC05\",\"Price\":2000,\"amount\":2000,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XC10\",\"Price\":4000,\"amount\":4000,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XC15\",\"Price\":6000,\"amount\":6000,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XC20\",\"Price\":8000,\"amount\":8000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XC30\",\"Price\":12000,\"amount\":12000,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CRPX\",\"Price\":0,\"amount\":0,\"Description\":\"Meal + Beverage choose on-board\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"822\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"49275-4d3f8-bf1f1-6ff8b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:29:11.311\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"3\",\"mytrip_city_from\":[\"Delhi\",\"Mumbai\"],\"mytrip_city_to\":[\"Mumbai\",\"Bengaluru\"],\"departure_dates\":[\"2023\\/08\\/24\",\"2023\\/08\\/25\"],\"source_city\":[\"DEL\",\"BOM\"],\"ContSysId_1\":[\"101\",\"101\"],\"destination_city\":[\"BOM\",\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"departure_date\":[\"2023\\/08\\/24\",\"2023\\/08\\/25\"],\"return_date\":[\"\",\"\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl DEL\",\" IN - Chhatrapati Shivaji BOM\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji BOM\",\" IN - Bengaluru Intl Arpt BLR\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":[\"DEL\",\"BOM\"],\"destinationCityAirportCode\":[\"BOM\",\"BLR\"],\"from\":[\"DEL\",\"BOM\"],\"to\":[\"BOM\",\"BLR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"sourceCityId\":[7701,18676],\"destinationCityId\":[18676,2262],\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":[\"\",\"\"],\"strDepatureDate\":null,\"strReturnDate\":null,\"SearchFlightTraceId\":\"49275-4d3f8-bf1f1-6ff8b\",\"PreferredAirline\":null}}','2023-08-23 11:27:45'),(675,'09484-aa105-7643d-658f7','{\"BookingData\":[{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T13:30\",\"LocalFromTime\":\"2023-08-25 13:30\",\"FromUTCTime\":\"2023-08-25T13:30\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4442,\"PublishedFareTxt\":\"4,442\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2955,\"Tax\":1487,\"YQTax\":0,\"OtherCharges\":689,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":156,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4442,\"PublishedFare\":4454.85,\"OfferedFare\":4157,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-15711006670_0DELBOMAI620_515933433832779\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1487,\"BaseFareCal\":4202,\"BaseFare\":2955,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":156,\"MFT\":72,\"OT\":689,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4454.85,\"CostToCustomer\":4454.85,\"BaseFareCal\":4202,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":4202,\"intOfferedFare\":4157,\"intPublishFare\":4442,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"867\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-620\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T13:30\",\"LocalFromTime\":\"2023-08-25 13:30\",\"FromUTCTime\":\"2023-08-25T13:30\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7742,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4855,\"Tax\":2887,\"YQTax\":0,\"OtherCharges\":1343,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":260,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":7742,\"PublishedFare\":7767.700000000001,\"OfferedFare\":7172,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2887,\"BaseFareCal\":7262,\"BaseFare\":4855,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":260,\"MFT\":144,\"OT\":1343,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":90,\"AddiMarkup\":500,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"AI-620\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"9\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-28T20:25\",\"SegFlightNumber\":\"AI-641\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-28T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-08-25 13:30\",\"localToDateTime\":\"2023-08-25 15:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS108100670956\",\"bookingId_TJ\":\"TJS108100670956\",\"FlightNumber\":\"AI-641\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2023-08-28T18:55\",\"LocalFromTime\":\"2023-08-28 18:55\",\"FromUTCTime\":\"2023-08-28T18:55\",\"LocalToTime\":\"2023-08-28 20:25\",\"ToUTCTime\":\"2023-08-28T20:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 28 Aug\",\"ArrivalDateTxt\":\"Mon, 28 Aug\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1900,\"Tax\":1400,\"YQTax\":0,\"OtherCharges\":654,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3312.85,\"OfferedFare\":3015,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-15711006670_1BOMBLRAI641_515933460172125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400,\"BaseFareCal\":3060,\"BaseFare\":1900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":104,\"MFT\":72,\"OT\":654,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3312.85,\"CostToCustomer\":3312.85,\"BaseFareCal\":3060,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3060,\"intOfferedFare\":3015,\"intPublishFare\":3300,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"9\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-28T20:25\",\"SegFlightNumber\":\"AI-641\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-28T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"AVML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VJML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"MOML\",\"Price\":0,\"amount\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"HNML\",\"Price\":0,\"amount\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"SFML\",\"Price\":0,\"amount\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NLML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"BBML\",\"Price\":0,\"amount\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"BLML\",\"Price\":0,\"amount\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"GFML\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"KSML\",\"Price\":0,\"amount\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LCML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LFML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LSML\",\"Price\":0,\"amount\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"RVML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"VOML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"PFML\",\"Price\":0,\"amount\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"ORML\",\"Price\":0,\"amount\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NSML\",\"Price\":0,\"amount\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"PRML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"LPML\",\"Price\":0,\"amount\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"HFML\",\"Price\":0,\"amount\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"9\",\"Code\":\"NFML\",\"Price\":0,\"amount\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-08-23T11:51:48.326\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"105\",\"106\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"54\",\"CustomerMemSysId\":[\"54\"],\"flight_booking_id\":[\"105\",\"106\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7009078210\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-23-11-50-58\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"54\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"54\",\"CustomerMemSysId\":[\"54\"],\"flight_booking_customer\":[[\"105\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"3\",\"mytrip_city_from\":[\"Delhi\",\"Mumbai\"],\"mytrip_city_to\":[\"Mumbai\",\"Bengaluru\"],\"departure_dates\":[\"2023\\/08\\/25\",\"2023\\/08\\/28\"],\"source_city\":[\"DEL\",\"BOM\"],\"ContSysId_1\":[\"101\",\"101\"],\"destination_city\":[\"BOM\",\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"departure_date\":[\"2023\\/08\\/25\",\"2023\\/08\\/28\"],\"return_date\":[\"\",\"\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl DEL\",\" IN - Chhatrapati Shivaji BOM\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji BOM\",\" IN - Bengaluru Intl Arpt BLR\"],\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":[\"DEL\",\"BOM\"],\"destinationCityAirportCode\":[\"BOM\",\"BLR\"],\"from\":[\"DEL\",\"BOM\"],\"to\":[\"BOM\",\"BLR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"sourceCityId\":[7701,18676],\"destinationCityId\":[18676,2262],\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":[\"\",\"\"],\"strDepatureDate\":null,\"strReturnDate\":null,\"SearchFlightTraceId\":\"09484-aa105-7643d-658f7\",\"PreferredAirline\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814693\",\"TPSysId\":\"814694\",\"VersionId\":[\"246070\",\"246071\"],\"CustomerSysId\":\"475235\",\"TrxId\":\"66771\",\"FareBreakdownid\":[\"383811\",\"383812\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"54\",\"CustomerMemSysId\":[\"54\"],\"flight_booking_id\":[\"105\",\"106\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj23@gmail.com\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7009078210\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"7009078210\",\"leadEmail\":\"anuj23@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"09484-aa105-7643d-658f7\",\"countryCodeISO\":\"IN\"}}','2023-08-23 11:51:24'),(680,'bb456-11262-38b2f-f1af6','{\"BookingData\":[{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-8055458548_0DELBLRAI543_516105695201724\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"354\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7244,\"ApiResultIndex\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5700,\"Tax\":1544,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7244,\"PublishedFare\":8331.7,\"OfferedFare\":6674,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":1400,\"AddiTaxOnMarkup\":252,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1544,\"BaseFareCal\":6926,\"BaseFare\":5700,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":0,\"MFT\":144,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":252,\"AddiMarkup\":1400,\"FixedMarkUp\":1400,\"GSTOnMarkUp\":252,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"354\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"114\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-8055458548_0DELBLRAI543_516069948735088\",\"localFromDateTime\":\"2023-08-24 12:15\",\"localToDateTime\":\"2023-08-24 15:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS107700670962\",\"bookingId_TJ\":\"TJS107700670962\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-08-25T15:00\",\"LocalFromTime\":\"2023-08-25 15:00\",\"FromUTCTime\":\"2023-08-25T15:00\",\"LocalToTime\":\"2023-08-25 17:00\",\"ToUTCTime\":\"2023-08-25T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-8055458548_1BLRDELAI542_516105738378536\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"114\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-25T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-08-25T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T11:54:40.428\",\"strTraceId\":\"19-18-11-8055458548_0BLRDELAI542_516069948004295\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"109\",\"110\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"55\"],\"flight_booking_id\":[\"109\",\"110\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-23-11-53-31\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"55\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"55\"],\"flight_booking_customer\":[[\"107\"],[\"108\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"departure_dates\":\"24\\/08\\/2023\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"25\\/08\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":\"25\\/08\\/2023\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":\"2023-08-25\",\"SearchFlightTraceId\":\"bb456-11262-38b2f-f1af6\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-BLR-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814705\",\"TPSysId\":\"814706\",\"VersionId\":[\"246078\",\"246079\"],\"CustomerSysId\":\"475235\",\"TrxId\":\"66774\",\"FareBreakdownid\":[\"383815\",\"383816\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"55\"],\"flight_booking_id\":[\"109\",\"110\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj23@gmail.com\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"anuj23@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"bb456-11262-38b2f-f1af6\",\"countryCodeISO\":\"IN\"}}','2023-08-23 11:53:38'),(681,'86fc9-ae5cc-0ff3c-9a269','{\"BookingData\":[{\"bookingId\":\"BKRS101000670972\",\"bookingId_TJ\":\"TJS101000670972\",\"FlightNumber\":\"SG-8192\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-08-24T18:20\",\"LocalFromTime\":\"2023-08-24 18:20\",\"FromUTCTime\":\"2023-08-24T18:20\",\"LocalToTime\":\"2023-08-24 20:45\",\"ToUTCTime\":\"2023-08-24T20:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4047,\"PublishedFareTxt\":\"4,047\",\"ApiResultIndex\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BOM-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2908,\"Tax\":1139,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4047,\"PublishedFare\":4059.85,\"OfferedFare\":3762,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_516257589662110\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1139,\"BaseFareCal\":3807,\"BaseFare\":2908,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4059.85,\"CostToCustomer\":4059.85,\"BaseFareCal\":3807,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3807,\"intOfferedFare\":3762,\"intPublishFare\":4047,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"786\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T20:45\",\"SegFlightNumber\":\"SG-8192\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:57:12.531\",\"strTraceId\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101000670972\",\"bookingId_TJ\":\"TJS101000670972\",\"FlightNumber\":\"SG-8192\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"strTraceId\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-08-24T18:20\",\"LocalFromTime\":\"2023-08-24 18:20\",\"FromUTCTime\":\"2023-08-24T18:20\",\"LocalToTime\":\"2023-08-24 20:45\",\"ToUTCTime\":\"2023-08-24T20:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7470,\"ApiResultIndex\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:57:12.531\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4970,\"Tax\":2500,\"YQTax\":0,\"OtherCharges\":1297,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":259,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7470,\"PublishedFare\":7613.7,\"OfferedFare\":6900,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":600,\"AddiTaxOnMarkup\":108,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2500,\"BaseFareCal\":7008,\"BaseFare\":4970,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":259,\"MFT\":144,\"OT\":1297,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":108,\"AddiMarkup\":600,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"786\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-24T20:45\",\"SegFlightNumber\":\"SG-8192\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"517\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-15-10-5-4-1-38556892990_0DELBOMSG8192_515927260326911\",\"localFromDateTime\":\"2023-08-24 18:20\",\"localToDateTime\":\"2023-08-24 20:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS101000670972\",\"bookingId_TJ\":\"TJS101000670972\",\"FlightNumber\":\"QP-1103\",\"AirlineName\":\"AkasaAir\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-38556892990_1BOMBLRQP1103_515927267450292\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"00:05\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-08-26T00:05\",\"LocalFromTime\":\"2023-08-26 00:05\",\"FromUTCTime\":\"2023-08-26T00:05\",\"LocalToTime\":\"2023-08-26 01:45\",\"ToUTCTime\":\"2023-08-26T01:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3423,\"PublishedFareTxt\":\"3,423\",\"ApiResultIndex\":\"30-15-10-5-4-1-38556892990_1BOMBLRQP1103_515927267450292\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BOM-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Rs 2,500 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3500 or 100% of the airfare charges, whichever is lower.__nls__ Before 72 hrs Rs 3,000 or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2062,\"Tax\":1361,\"YQTax\":0,\"OtherCharges\":779,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3423,\"PublishedFare\":3553.85,\"OfferedFare\":3138,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"30-15-10-5-4-1-38556892990_1BOMBLRQP1103_516257632280184\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"350.00\",\"AddiTaxOnMarkup\":63,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1361,\"BaseFareCal\":3201,\"BaseFare\":2062,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":110,\"MFT\":72,\"OT\":779,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3553.85,\"CostToCustomer\":3553.85,\"BaseFareCal\":3201,\"intCommisionEarnedForAgency\":352.85,\"CostToCompany\":3201,\"intOfferedFare\":3138,\"intPublishFare\":3423,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"350.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":63,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":350},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"517\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T01:45\",\"SegFlightNumber\":\"QP-1103\",\"AirlineCode\":\"QP\",\"AirlineName\":\"AkasaAir\",\"FareClass\":\"CP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T00:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"00:05\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"XC05\",\"Price\":2000,\"amount\":2000,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"XC10\",\"Price\":4000,\"amount\":4000,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"XC15\",\"Price\":6000,\"amount\":6000,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"XC20\",\"Price\":8000,\"amount\":8000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"XC30\",\"Price\":12000,\"amount\":12000,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"CRPX\",\"Price\":0,\"amount\":0,\"Description\":\"Meal + Beverage choose on-board\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"786\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T11:57:12.531\",\"strTraceId\":\"30-15-10-5-4-1-38556892990_1BOMBLRQP1103_515927267450292\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BOM\"],\"strDestinationAirportCode\":[\"BOM\",\"BLR\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,18676],\"intDestinationCityId\":[18676,2262],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"3\",\"mytrip_city_from\":[\"Delhi\",\"Mumbai\"],\"mytrip_city_to\":[\"Mumbai\",\"Bengaluru\"],\"departure_dates\":[\"2023\\/08\\/24\",\"2023\\/08\\/26\"],\"source_city\":[\"DEL\",\"BOM\"],\"ContSysId_1\":[\"101\",\"101\"],\"destination_city\":[\"BOM\",\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"departure_date\":[\"2023\\/08\\/24\",\"2023\\/08\\/26\"],\"return_date\":[\"\",\"\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl DEL\",\" IN - Chhatrapati Shivaji BOM\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji BOM\",\" IN - Bengaluru Intl Arpt BLR\"],\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":[\"DEL\",\"BOM\"],\"destinationCityAirportCode\":[\"BOM\",\"BLR\"],\"from\":[\"DEL\",\"BOM\"],\"to\":[\"BOM\",\"BLR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Mumbai, IN - Chhatrapati Shivaji BOM, India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\"],\"sourceCityId\":[7701,18676],\"destinationCityId\":[18676,2262],\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":[\"\",\"\"],\"strDepatureDate\":null,\"strReturnDate\":null,\"SearchFlightTraceId\":\"86fc9-ae5cc-0ff3c-9a269\",\"PreferredAirline\":null}}','2023-08-23 11:55:50'),(682,'4b78f-f220f-ed338-00b7d','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid5763294324-15740601\",\"name\":\"KCG Heritage\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional features at this hotel include concierge services and a picnic area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 26 guestrooms featuring minibars and flat-screen televisions. Rooms have private balconies or patios. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Carte Blanche, Visa, Diners Club, Discover, JCB International, Mastercard\\\",\\\"dining\\\":\\\"Enjoy a meal at the restaurant or snacks in the coffee shop\\/cafe. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar\\/lounge. A complimentary continental breakfast is served daily from 8:30 AM to 11:30 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at KCG Heritage in New Delhi (Sat Bari), you\'ll be a 4-minute drive from Chhattarpur Temple and 6 minutes from Fortis Hospital.  This hotel is 9.9 mi (16 km) from India Gate and 14 mi (22.6 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Chhattarpur Temple - 2.6 km \\/ 1.6 mi  Fortis Hospital - 5.6 km \\/ 3.5 mi  Qutub Minar - 5.7 km \\/ 3.5 mi  Jawaharlal Nehru University - 7.2 km \\/ 4.5 mi  Max Super Specialty Hospital - 7.9 km \\/ 4.9 mi  DLF Avenue Saket - 8.4 km \\/ 5.2 mi  Select CITYWALK - 9 km \\/ 5.6 mi  DLF Promenade Vasant Kunj - 9.1 km \\/ 5.7 mi  DLF Emporio Vasant Kunj - 9.5 km \\/ 5.9 mi  Hauz Khas Complex - 9.7 km \\/ 6 mi  Siri Fort Auditorium - 9.8 km \\/ 6.1 mi  Central Mall - 9.9 km \\/ 6.2 mi  Ambience Mall - 10.1 km \\/ 6.3 mi  All India Institute of Medical Sciences - 10.2 km \\/ 6.3 mi  R.K. Khanna Tennis Complex - 10.7 km \\/ 6.7 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 14.3 km \\/ 8.9 mi\\\",\\\"headline\\\":\\\"In New Delhi (Sat Bari)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.18697\",\"lt\":\"28.484566\"},\"ad\":{\"adr\":\"32\\/1 Satbari Village\",\"postalCode\":\"110074\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"National Capital Territory of Delhi\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"National Capital Territory of Delhi\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Newspapers in lobby (surcharge)\",\"Internet\",\"Internet\",\"Lounge\",\"Garden\",\"Picnic area\",\"In-room accessibility\",\"Parking\",\"Roll-in shower\",\"Tours\\/ticket assistance\",\"Accessible bathroom\",\"Breakfast\",\"Area shuttle (surcharge)\",\"Airport Shuttle\",\"Luggage storage\",\"Breakfast\",\"24-hour front desk\",\"Restaurant\",\"Playground on site\",\"Daily\",\"Safe-deposit box at front desk\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Free self parking\",\"Terrace\",\"Disable Friendly\",\"Concierge Services\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-999-99999999\"},\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"202443739_212425036_37341--1\",\"rc\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"rt\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"srn\":\"Business, Twin, Garden View, Single Use, Balcony\",\"adt\":1,\"chd\":0,\"des\":\"2 Twin Beds355-sq-foot room, balcony with garden views Internet - Free WiFi and wired Internet accessEntertainment - Flat-screen TV with premium channelsFood & Drink - Coffee\\/tea maker, minibar (fees may apply), 24-hour room service, and free bottled waterSleep - Premium bedding Bathroom - Private bathroom, free toiletries, and a showerPractical - Safe, free newspaper, and iron\\/ironing board; rollaway\\/extra beds available on requestComfort - Climate-controlled air conditioning and daily housekeepingAccessibility - Wheelchair accessibleSmoking And Non-Smoking\",\"mb\":\"ROOM ONLY\",\"tp\":7291.8,\"tfcs\":{\"BF\":7280,\"TF\":7291.8,\"NF\":7291.8,\"CMU\":0,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":7280,\"CMU\":0,\"TAF\":11.8,\"TF\":7291.8,\"NF\":7291.8},\"afc\":{\"TAF\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780}}}],\"fcs\":[\"Free breakfast\",\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/d72f07b8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202443739\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/d72f07b8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202443739\"]}],\"checkInDate\":\"2023-08-24\",\"checkOutDate\":\"2023-08-25\",\"radi\":{\"rid\":\"202443739\",\"mga\":3,\"maa\":3,\"mca\":2,\"vi\":[\"Garden\"],\"bds\":[{\"bt\":\"Twin\",\"bc\":2}],\"ar\":{\"asm\":\"33\",\"asf\":\"355\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free WiFi\"]}],\"SERVICE\":[{\"values\":[\"HasBalcony: Yes\"]}]}}],\"id\":\"42_1_22321449\",\"tp\":7291.8,\"cnp\":{\"id\":\"202443739_212425036_37341\",\"ifra\":false,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-23T12:00:40.924\",\"tdt\":\"2023-08-24T00:00\",\"am\":7280},{\"fdt\":\"2023-08-24T00:00\",\"tdt\":\"2023-08-25T23:59\",\"am\":7280}]},\"ddt\":\"2023-08-23T12:00:40.924\",\"oai\":{\"sid\":\"42\"},\"ipr\":true,\"omid\":\"-1070029091\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":5981.84}],\"uid\":\"15740601\",\"lhc\":\"14049\"},\"bookingId\":\"TJS200600670986\",\"query\":{\"checkinDate\":\"2023-08-24\",\"checkoutDate\":\"2023-08-25\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid5763294324\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"202443739_212425036_37341--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":908}},\"hotelbookingid\":\"21\",\"SearchHotelTraceId\":\"4b78f-f220f-ed338-00b7d\",\"CustomerSession\":{\"bookingId\":\"4b78f-f220f-ed338-00b7d\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9671465732\",\"traceId\":\"4b78f-f220f-ed338-00b7d\",\"leadEmail\":\"anuj@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"GEBPK0767B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"202443739_212425036_37341--1\",\"RoomCategory\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"RoomType\":\"Business Double Room Single Use, 2 Twin Beds, Balcony, Garden View-2 Twin Beds\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":7291.8,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":7291.8,\"TotalRoomPrice\":7291.8,\"TotalFare\":7291.8,\"TotalBaseFare\":7280,\"TotalNetFare\":7291.8,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":7280,\"CMU\":0,\"TAF\":11.8,\"TF\":7291.8,\"NF\":7291.8},\"afc\":{\"TAF\":{\"TMF\":651.65,\"SBP\":6500,\"SGP\":7280,\"SNP\":6628.35,\"MFT\":1.8,\"SAC\":651.65,\"TSF\":780,\"SRC\":0,\"MF\":10,\"TTSF\":780}}}],\"PriceWithMarkup\":7291.8,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":7291.8,\"pernightperroomprice\":7291.8,\"RoomPrice\":7291.8,\"withmarkupprice\":7291.8,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_1_22321449\",\"RoomTotalPrice\":7291.8,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid5763294324-15740601\",\"HotemName\":\"Kcg Heritage\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional features at this hotel include concierge services and a picnic area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 26 guestrooms featuring minibars and flat-screen televisions. Rooms have private balconies or patios. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have showers and complimentary toiletries.\\\",\\\"onsite_payments\\\":\\\"Carte Blanche, Visa, Diners Club, Discover, JCB International, Mastercard\\\",\\\"dining\\\":\\\"Enjoy a meal at the restaurant or snacks in the coffee shop\\/cafe. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar\\/lounge. A complimentary continental breakfast is served daily from 8:30 AM to 11:30 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at KCG Heritage in New Delhi (Sat Bari), you\'ll be a 4-minute drive from Chhattarpur Temple and 6 minutes from Fortis Hospital.  This hotel is 9.9 mi (16 km) from India Gate and 14 mi (22.6 km) from Chandni Chowk.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Chhattarpur Temple - 2.6 km \\/ 1.6 mi  Fortis Hospital - 5.6 km \\/ 3.5 mi  Qutub Minar - 5.7 km \\/ 3.5 mi  Jawaharlal Nehru University - 7.2 km \\/ 4.5 mi  Max Super Specialty Hospital - 7.9 km \\/ 4.9 mi  DLF Avenue Saket - 8.4 km \\/ 5.2 mi  Select CITYWALK - 9 km \\/ 5.6 mi  DLF Promenade Vasant Kunj - 9.1 km \\/ 5.7 mi  DLF Emporio Vasant Kunj - 9.5 km \\/ 5.9 mi  Hauz Khas Complex - 9.7 km \\/ 6 mi  Siri Fort Auditorium - 9.8 km \\/ 6.1 mi  Central Mall - 9.9 km \\/ 6.2 mi  Ambience Mall - 10.1 km \\/ 6.3 mi  All India Institute of Medical Sciences - 10.2 km \\/ 6.3 mi  R.K. Khanna Tennis Complex - 10.7 km \\/ 6.7 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 14.3 km \\/ 8.9 mi\\\",\\\"headline\\\":\\\"In New Delhi (Sat Bari)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/bccf62b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0e2d1fb1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/64064b2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/7b804ce9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/0c998eb4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/8ab05116_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22330000\\/22321500\\/22321449\\/6e08bf55_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.18697\",\"lt\":\"28.484566\"},\"HotelAddress\":\"32\\/1 Satbari Village\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Newspapers in lobby (surcharge)\",\"Internet\",\"Internet\",\"Lounge\",\"Garden\",\"Picnic area\",\"In-room accessibility\",\"Parking\",\"Roll-in shower\",\"Tours\\/ticket assistance\",\"Accessible bathroom\",\"Breakfast\",\"Area shuttle (surcharge)\",\"Airport Shuttle\",\"Luggage storage\",\"Breakfast\",\"24-hour front desk\",\"Restaurant\",\"Playground on site\",\"Daily\",\"Safe-deposit box at front desk\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Free self parking\",\"Terrace\",\"Disable Friendly\",\"Concierge Services\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-08-24\",\"checkoutDate\":\"2023-08-25\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814737\",\"TPSysId\":\"814738\",\"VersionId\":\"2479138\",\"CustomerSysId\":\"474784\",\"TrxId\":\"66781\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-23 12:04:46'),(684,'336cc-25cce-0a29b-81ce5','{\"BookingData\":[{\"bookingId\":\"BKRS100600670989\",\"bookingId_TJ\":\"TJS100600670989\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-5331292263_0DELBLRAI543_516813651118124\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"853\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"336cc-25cce-0a29b-81ce5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T12:06:28.662\",\"strTraceId\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100600670989\",\"bookingId_TJ\":\"TJS100600670989\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"strTraceId\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-24T12:15\",\"LocalFromTime\":\"2023-08-24 12:15\",\"FromUTCTime\":\"2023-08-24T12:15\",\"LocalToTime\":\"2023-08-24 15:25\",\"ToUTCTime\":\"2023-08-24T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"336cc-25cce-0a29b-81ce5\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-23T12:06:28.662\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"853\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-24T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-5331292263_0DELBLRAI543_516783918249957\",\"localFromDateTime\":\"2023-08-24 12:15\",\"localToDateTime\":\"2023-08-24 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"336cc-25cce-0a29b-81ce5\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-23 12:05:03'),(688,'47eb8-1dbd4-f8c4c-c0e5b','{\"BookingData\":[{\"bookingId\":\"BKRS100900671027\",\"bookingId_TJ\":\"TJS100900671027\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6734052979_0DELIXJSG160_519352786891381\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T12:48:47.801\",\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100900671027\",\"bookingId_TJ\":\"TJS100900671027\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T12:48:47.801\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6734052979_0DELIXJSG160_519334719742606\",\"localFromDateTime\":\"2023-08-24 09:20\",\"localToDateTime\":\"2023-08-24 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"111\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"46\"],\"flight_booking_id\":[\"111\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-23-12-48-49\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"46\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-23-12-48-49\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"modified\":\"2023-08-23-12-48-49\",\"created\":\"2023-08-23-12-48-49\",\"CustomerMemberSysId\":\"46\"}],\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"46\"],\"flight_booking_customer\":[[\"109\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"814877\",\"TPSysId\":\"814878\",\"VersionId\":[\"246119\"],\"CustomerSysId\":\"475235\",\"TrxId\":\"66786\",\"FareBreakdownid\":[\"383824\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"46\"],\"flight_booking_id\":[\"111\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj23@gmail.com\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"55\\\",\\\"EmailId\\\":\\\"anuj23@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9671365732\\\",\\\"FirstName\\\":\\\"Anuj\\\",\\\"LastName\\\":\\\"kumar\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-23-12-48-49\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"47eb8-1dbd4-f8c4c-c0e5b\\\",\\\"modified\\\":\\\"2023-08-23-12-48-49\\\",\\\"created\\\":\\\"2023-08-23-12-48-49\\\",\\\"MobileNo\\\":\\\"9671365732\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-23-12-48-49\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"modified\":\"2023-08-23-12-48-49\",\"created\":\"2023-08-23-12-48-49\",\"MobileNo\":\"9671365732\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"anuj23@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"47eb8-1dbd4-f8c4c-c0e5b\",\"countryCodeISO\":\"IN\"}}','2023-08-23 12:48:53'),(689,'bab93-87ff0-67a9d-cfe74','{\"BookingData\":[{\"FlightNumber\":\"G8-210\",\"keyIndex\":0,\"SegFlightNumberArr\":\"G8-210\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-1451315060_0IXJDELG8210_522644721930452\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-08-24T09:35\",\"LocalFromTime\":\"2023-08-24 09:35\",\"FromUTCTime\":\"2023-08-24T09:35\",\"LocalToTime\":\"2023-08-24 11:20\",\"ToUTCTime\":\"2023-08-24T11:20\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":70,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10281,\"PublishedFareTxt\":\"10,281\",\"ApiResultIndex\":\"1-1451315060_0IXJDELG8210_522644721928589\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"bab93-87ff0-67a9d-cfe74\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7940,\"Tax\":2623,\"YQTax\":350,\"OtherCharges\":1801,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10563,\"PublishedFare\":10281,\"PublishedFarePerPax\":10281,\"OfferedFare\":10278,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-1451315060_0IXJDELG8210_522644721930452\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE GOMORE\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":282.15,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2623,\"BaseFareCal\":10278,\"BaseFare\":7940,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":350,\"AGST\":0,\"MFT\":72,\"OT\":1801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05O\"},\"Segments\":[{\"segmentid\":\"807\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-24T11:20\",\"SegFlightNumber\":\"G8-210\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-08-24T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-08-23 15:11:29'),(692,'984c0-ba9d1-c325b-b3d67','{\"BookingData\":[{\"bookingId\":\"BKRS101200671643\",\"bookingId_TJ\":\"TJS101200671643\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5941271901_0DELIXJSG160_539069003028808\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"42\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"984c0-ba9d1-c325b-b3d67\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T18:17:24.027\",\"strTraceId\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101200671643\",\"bookingId_TJ\":\"TJS101200671643\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"strTraceId\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-24T09:20\",\"LocalFromTime\":\"2023-08-24 09:20\",\"FromUTCTime\":\"2023-08-24T09:20\",\"LocalToTime\":\"2023-08-24 10:45\",\"ToUTCTime\":\"2023-08-24T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"984c0-ba9d1-c325b-b3d67\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-23T18:17:24.027\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"42\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-24T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5941271901_0DELIXJSG160_539062708392417\",\"localFromDateTime\":\"2023-08-24 09:20\",\"localToDateTime\":\"2023-08-24 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"984c0-ba9d1-c325b-b3d67\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-08-23 18:15:58'),(696,'430f4-276c4-394f6-0fb02','{\"BookingData\":[{\"bookingId\":\"BKRS105600672160\",\"bookingId_TJ\":\"TJS105600672160\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-1784164678_0DELBLRSG534_600682842222310\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3864.85,\"CostToCustomer\":3864.85,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":452.85,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"191\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"191\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"430f4-276c4-394f6-0fb02\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-24T11:24:17.853\",\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS105600672160\",\"bookingId_TJ\":\"TJS105600672160\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"430f4-276c4-394f6-0fb02\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-24T11:24:17.853\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"191\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1784164678_0DELBLRSG534_600671075599902\",\"localFromDateTime\":\"2023-09-05 21:30\",\"localToDateTime\":\"2023-09-06 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"112\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"112\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-24-11-23-10\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"110\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"05\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"430f4-276c4-394f6-0fb02\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"816036\",\"TPSysId\":\"816037\",\"VersionId\":[\"246584\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"66866\",\"FareBreakdownid\":[\"383920\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"112\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"Other\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"SITU\",\"passenger-lastname-1\":\"SINGH\",\"dateofbirth-1\":\"null\\/null\\/\",\"passportno-1\":\"0\",\"passporIssue-1\":\"01\\/01\\/1900\",\"passportnoexpiry-1\":\"01\\/01\\/1900\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"430f4-276c4-394f6-0fb02\",\"countryCodeISO\":\"IN\"}}','2023-08-24 11:23:13'),(701,'d4f2c-26db3-77df4-ac19c','{\"BookingData\":[{\"bookingId\":\"BKRS103100672415\",\"bookingId_TJ\":\"TJS103100672415\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T06:55\",\"LocalFromTime\":\"2023-08-25 06:55\",\"FromUTCTime\":\"2023-08-25T06:55\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"LT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"8h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6217,\"PublishedFareTxt\":\"6,217\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4542,\"Tax\":1675,\"YQTax\":0,\"OtherCharges\":963,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6217,\"PublishedFare\":6229.85,\"OfferedFare\":5932,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-8565554793_0DELLKOI5548LKOBLRI5184_604940131280761\",\"IsGSTRequired\":false,\"fareIdentifier\":\"LITE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":[],\"CabinBaggage\":[],\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1675,\"BaseFareCal\":5977,\"BaseFare\":4542,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":240,\"MFT\":72,\"OT\":963,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":6229.85,\"CostToCustomer\":6229.85,\"BaseFareCal\":5977,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5977,\"intOfferedFare\":5932,\"intPublishFare\":6217,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-08-25T08:15\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T06:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":325,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"197\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"I5-184\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-08-25T13:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"VPML\",\"Price\":212,\"amount\":212,\"Description\":\"No Meal\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d4f2c-26db3-77df4-ac19c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-24T12:35:15.075\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS103100672415\",\"bookingId_TJ\":\"TJS103100672415\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-08-25T06:55\",\"LocalFromTime\":\"2023-08-25 06:55\",\"FromUTCTime\":\"2023-08-25T06:55\",\"LocalToTime\":\"2023-08-25 15:40\",\"ToUTCTime\":\"2023-08-25T15:40\",\"IsDirect\":0,\"FareClass\":\"LT\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Fri, 25 Aug\",\"FlightDuration\":\"8h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6217,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"d4f2c-26db3-77df4-ac19c\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-08-24T12:35:15.075\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4542,\"Tax\":1675,\"YQTax\":0,\"OtherCharges\":963,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6217,\"PublishedFare\":6229.85,\"OfferedFare\":5932,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1675,\"BaseFareCal\":5977,\"BaseFare\":4542,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":240,\"MFT\":72,\"OT\":963,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-08-25T08:15\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-25T06:55\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":325,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"197\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-25T15:40\",\"SegFlightNumber\":\"I5-184\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"LT\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-08-25T13:40\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-08-25 06:55\",\"localToDateTime\":\"2023-08-25 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"25\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d4f2c-26db3-77df4-ac19c\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-24 12:34:09'),(703,'31381-22508-d024a-a79e3','{\"BookingData\":[{\"bookingId\":\"BKRS107300673562\",\"bookingId_TJ\":\"TJS107300673562\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-26T09:20\",\"LocalFromTime\":\"2023-08-26 09:20\",\"FromUTCTime\":\"2023-08-26T09:20\",\"LocalToTime\":\"2023-08-26 10:45\",\"ToUTCTime\":\"2023-08-26T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-4438340298_0DELIXJSG160_68746061680127\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"230\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-26T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"230\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"31381-22508-d024a-a79e3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-25T08:05:26.105\",\"strTraceId\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS107300673562\",\"bookingId_TJ\":\"TJS107300673562\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"strTraceId\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-08-26T09:20\",\"LocalFromTime\":\"2023-08-26 09:20\",\"FromUTCTime\":\"2023-08-26T09:20\",\"LocalToTime\":\"2023-08-26 10:45\",\"ToUTCTime\":\"2023-08-26T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"31381-22508-d024a-a79e3\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-25T08:05:26.105\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"230\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-08-26T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-4438340298_0DELIXJSG160_68700094899822\",\"localFromDateTime\":\"2023-08-26 09:20\",\"localToDateTime\":\"2023-08-26 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"26\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-26\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"31381-22508-d024a-a79e3\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-08-25 08:03:59'),(707,'9bd01-ae01a-8791c-74b20','{\"BookingData\":[{\"bookingId\":\"BKRS109000673777\",\"bookingId_TJ\":\"TJS109000673777\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-26T12:15\",\"LocalFromTime\":\"2023-08-26 12:15\",\"FromUTCTime\":\"2023-08-26T12:15\",\"LocalToTime\":\"2023-08-26 15:25\",\"ToUTCTime\":\"2023-08-26T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-9394351845_0DELBLRAI543_82202039010136\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"366\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9bd01-ae01a-8791c-74b20\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-25T11:49:42.016\",\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS109000673777\",\"bookingId_TJ\":\"TJS109000673777\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-26T12:15\",\"LocalFromTime\":\"2023-08-26 12:15\",\"FromUTCTime\":\"2023-08-26T12:15\",\"LocalToTime\":\"2023-08-26 15:25\",\"ToUTCTime\":\"2023-08-26T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 26 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"9bd01-ae01a-8791c-74b20\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-25T11:49:42.016\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"366\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-26T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-26T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-9394351845_0DELBLRAI543_82180561320641\",\"localFromDateTime\":\"2023-08-26 12:15\",\"localToDateTime\":\"2023-08-26 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"114\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"48\"],\"flight_booking_id\":[\"114\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-25-12-01-18\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"48\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-25-12-01-18\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"9bd01-ae01a-8791c-74b20\",\"modified\":\"2023-08-25-12-01-18\",\"created\":\"2023-08-25-12-01-18\",\"CustomerMemberSysId\":\"48\"}],\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"48\"],\"flight_booking_customer\":[[\"112\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"26\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-26\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9bd01-ae01a-8791c-74b20\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"817567\",\"TPSysId\":\"817568\",\"VersionId\":[\"247033\"],\"CustomerSysId\":\"475235\",\"TrxId\":\"66963\",\"FareBreakdownid\":[\"383965\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"48\"],\"flight_booking_id\":[\"114\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj23@gmail.com\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"55\\\",\\\"EmailId\\\":\\\"anuj23@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9671365732\\\",\\\"FirstName\\\":\\\"Anuj                                              \\\",\\\"LastName\\\":\\\"kumar\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-25-12-01-18\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":\\\"1\\\",\\\"apiTraceId\\\":\\\"9bd01-ae01a-8791c-74b20\\\",\\\"modified\\\":\\\"2023-08-25-12-01-18\\\",\\\"created\\\":\\\"2023-08-25-12-01-18\\\",\\\"MobileNo\\\":\\\"9671365732\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj                                              \",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-25-12-01-18\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"9bd01-ae01a-8791c-74b20\",\"modified\":\"2023-08-25-12-01-18\",\"created\":\"2023-08-25-12-01-18\",\"MobileNo\":\"9671365732\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"anuj23@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj                                              \",\"passenger-lastname-1\":\"kumar\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"9bd01-ae01a-8791c-74b20\",\"countryCodeISO\":\"IN\"}}','2023-08-25 12:01:21'),(709,'aa3f4-b6d77-5f6da-bedd9','{\"BookingData\":[{\"bookingId\":\"BKRS108200678120\",\"bookingId_TJ\":\"TJS108200678120\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-08-30T23:55\",\"LocalFromTime\":\"2023-08-30 23:55\",\"FromUTCTime\":\"2023-08-30T23:55\",\"LocalToTime\":\"2023-08-31 02:40\",\"ToUTCTime\":\"2023-08-31T02:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 30 Aug\",\"ArrivalDateTxt\":\"Thu, 31 Aug\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"PublishedFareTxt\":\"5,808\",\"ApiResultIndex\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-2275452211_0DELBLRSG8143_430248780730926\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5820.85,\"CostToCustomer\":5820.85,\"BaseFareCal\":5568,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5568,\"intOfferedFare\":5523,\"intPublishFare\":5808,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"123\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-31T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-30T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"aa3f4-b6d77-5f6da-bedd9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-29T12:30:28.824\",\"strTraceId\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS108200678120\",\"bookingId_TJ\":\"TJS108200678120\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"strTraceId\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-08-30T23:55\",\"LocalFromTime\":\"2023-08-30 23:55\",\"FromUTCTime\":\"2023-08-30T23:55\",\"LocalToTime\":\"2023-08-31 02:40\",\"ToUTCTime\":\"2023-08-31T02:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 30 Aug\",\"ArrivalDateTxt\":\"Thu, 31 Aug\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"ApiResultIndex\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"aa3f4-b6d77-5f6da-bedd9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-29T12:30:28.824\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"123\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-31T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-30T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2275452211_1DELBLRSG8143_429802366215027\",\"localFromDateTime\":\"2023-08-30 23:55\",\"localToDateTime\":\"2023-08-31 02:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"30\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"aa3f4-b6d77-5f6da-bedd9\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-29 12:29:02'),(713,'56975-6e0e6-c4254-197df','{\"BookingData\":[{\"bookingId\":\"BKRS100000679070\",\"bookingId_TJ\":\"TJS100000679070\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-10T21:30\",\"LocalFromTime\":\"2023-09-10 21:30\",\"FromUTCTime\":\"2023-09-10T21:30\",\"LocalToTime\":\"2023-09-11 00:10\",\"ToUTCTime\":\"2023-09-11T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-9931604239_0DELBLRSG534_511666919605709\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"450.00\",\"AddiTaxOnMarkup\":81,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":3864.85,\"CostToCustomer\":3864.85,\"BaseFareCal\":3412,\"intCommisionEarnedForAgency\":452.85,\"CostToCompany\":3412,\"intOfferedFare\":3331,\"intPublishFare\":3616,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"450.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"337\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VGML\",\"Price\":249,\"amount\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"NVML\",\"Price\":524,\"amount\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"337\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"56975-6e0e6-c4254-197df\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:07:26.963\",\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100000679070\",\"bookingId_TJ\":\"TJS100000679070\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-10T21:30\",\"LocalFromTime\":\"2023-09-10 21:30\",\"FromUTCTime\":\"2023-09-10T21:30\",\"LocalToTime\":\"2023-09-11 00:10\",\"ToUTCTime\":\"2023-09-11T00:10\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3616,\"ApiResultIndex\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"56975-6e0e6-c4254-197df\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:07:26.963\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":1117,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3616,\"PublishedFare\":3864.85,\"OfferedFare\":3331,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1117,\"BaseFareCal\":3412,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":127,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"337\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9931604239_0DELBLRSG534_511648627327370\",\"localFromDateTime\":\"2023-09-10 21:30\",\"localToDateTime\":\"2023-09-11 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"115\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"115\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-11-06-19\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"113\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"10\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"56975-6e0e6-c4254-197df\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823521\",\"TPSysId\":\"823522\",\"VersionId\":[\"248992\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67412\",\"FareBreakdownid\":[\"384244\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"115\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"Other\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"SITU\",\"passenger-lastname-1\":\"SINGH\",\"dateofbirth-1\":\"null\\/null\\/\",\"passportno-1\":\"0\",\"passporIssue-1\":\"01\\/01\\/1900\",\"passportnoexpiry-1\":\"01\\/01\\/1900\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"56975-6e0e6-c4254-197df\",\"countryCodeISO\":\"IN\"}}','2023-08-30 11:06:21'),(717,'0fc83-0f776-654e6-2eb93','{\"BookingData\":[{\"bookingId\":\"BKRS100200679113\",\"bookingId_TJ\":\"TJS100200679113\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-04T21:30\",\"LocalFromTime\":\"2023-09-04 21:30\",\"FromUTCTime\":\"2023-09-04T21:30\",\"LocalToTime\":\"2023-09-05 00:10\",\"ToUTCTime\":\"2023-09-05T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"PublishedFareTxt\":\"5,808\",\"ApiResultIndex\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5817651736_0DELBLRSG534_514530177531745\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5820.85,\"CostToCustomer\":5820.85,\"BaseFareCal\":5568,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5568,\"intOfferedFare\":5523,\"intPublishFare\":5808,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"623\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"623\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0fc83-0f776-654e6-2eb93\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:55:10.208\",\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100200679113\",\"bookingId_TJ\":\"TJS100200679113\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-04T21:30\",\"LocalFromTime\":\"2023-09-04 21:30\",\"FromUTCTime\":\"2023-09-04T21:30\",\"LocalToTime\":\"2023-09-05 00:10\",\"ToUTCTime\":\"2023-09-05T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"ApiResultIndex\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0fc83-0f776-654e6-2eb93\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T11:55:10.208\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"623\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-05T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-04T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5817651736_0DELBLRSG534_514516948159776\",\"localFromDateTime\":\"2023-09-04 21:30\",\"localToDateTime\":\"2023-09-05 00:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"116\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"116\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nita\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-11-54-10\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nita\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-11-54-10\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"0fc83-0f776-654e6-2eb93\",\"modified\":\"2023-08-30-11-54-10\",\"created\":\"2023-08-30-11-54-10\",\"CustomerMemberSysId\":\"49\"}],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_customer\":[[\"114\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"04\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0fc83-0f776-654e6-2eb93\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823626\",\"TPSysId\":\"823627\",\"VersionId\":[\"249038\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67422\",\"FareBreakdownid\":[\"384261\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"116\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"2\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"nita\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"1\\\",\\\"EmailId\\\":\\\"nehakumari@catpl.co.in\\\",\\\"Salutation\\\":\\\"2\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"8923963627\\\",\\\"FirstName\\\":\\\"nita\\\",\\\"LastName\\\":\\\"singh\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-08-30-11-54-10\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"0fc83-0f776-654e6-2eb93\\\",\\\"modified\\\":\\\"2023-08-30-11-54-10\\\",\\\"created\\\":\\\"2023-08-30-11-54-10\\\",\\\"MobileNo\\\":\\\"8923963627\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"nita\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-11-54-10\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"0fc83-0f776-654e6-2eb93\",\"modified\":\"2023-08-30-11-54-10\",\"created\":\"2023-08-30-11-54-10\",\"MobileNo\":\"8923963627\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"2\",\"passenger-firstname-1\":\"nita\",\"passenger-lastname-1\":\"singh\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"0fc83-0f776-654e6-2eb93\",\"countryCodeISO\":\"IN\"}}','2023-08-30 11:54:20'),(721,'7e939-4654b-eacc5-afa61','{\"BookingData\":[{\"bookingId\":\"BKRS106400679118\",\"bookingId_TJ\":\"TJS106400679118\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-09-12T15:00\",\"LocalFromTime\":\"2023-09-12 15:00\",\"FromUTCTime\":\"2023-09-12T15:00\",\"LocalToTime\":\"2023-09-12 17:00\",\"ToUTCTime\":\"2023-09-12T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"PublishedFareTxt\":\"3,472\",\"ApiResultIndex\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-0617337248_0BLRDELAI542_514648135414405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4015.85,\"CostToCustomer\":4015.85,\"BaseFareCal\":3313,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3313,\"intOfferedFare\":3187,\"intPublishFare\":3472,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"723\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7e939-4654b-eacc5-afa61\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T11:57:08.179\",\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106400679118\",\"bookingId_TJ\":\"TJS106400679118\",\"FlightNumber\":\"AI-542\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2023-09-12T15:00\",\"LocalFromTime\":\"2023-09-12 15:00\",\"FromUTCTime\":\"2023-09-12T15:00\",\"LocalToTime\":\"2023-09-12 17:00\",\"ToUTCTime\":\"2023-09-12T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3472,\"ApiResultIndex\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"7e939-4654b-eacc5-afa61\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T11:57:08.179\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3472,\"PublishedFare\":4015.85,\"OfferedFare\":3187,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3313,\"BaseFare\":2700,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"723\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T17:00\",\"SegFlightNumber\":\"AI-542\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-0617337248_0BLRDELAI542_514637690660872\",\"localFromDateTime\":\"2023-09-12 15:00\",\"localToDateTime\":\"2023-09-12 17:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"117\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"117\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-11-56-01\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_customer\":[[\"115\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"12\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7e939-4654b-eacc5-afa61\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823629\",\"TPSysId\":\"823630\",\"VersionId\":[\"249040\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67423\",\"FareBreakdownid\":[\"384262\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"117\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"Other\",\"CustomerSysId-1\":\"1\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"SITU\",\"passenger-lastname-1\":\"SINGH\",\"dateofbirth-1\":\"null\\/null\\/\",\"passportno-1\":\"0\",\"passporIssue-1\":\"01\\/01\\/1900\",\"passportnoexpiry-1\":\"01\\/01\\/1900\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"7e939-4654b-eacc5-afa61\",\"countryCodeISO\":\"IN\"}}','2023-08-30 11:56:09'),(727,'4a7a3-c044c-7e474-988cb','{\"BookingData\":[{\"bookingId\":\"BKRS102300679124\",\"bookingId_TJ\":\"TJS102300679124\",\"FlightNumber\":\"6E-2034\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-04T09:20\",\"LocalFromTime\":\"2023-09-04 09:20\",\"FromUTCTime\":\"2023-09-04T09:20\",\"LocalToTime\":\"2023-09-04 10:25\",\"ToUTCTime\":\"2023-09-04T10:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4028,\"PublishedFareTxt\":\"4,028\",\"ApiResultIndex\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"ATQ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2214,\"Tax\":1814,\"YQTax\":0,\"OtherCharges\":1226,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4028,\"PublishedFare\":4040.85,\"OfferedFare\":3743,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2488762191_0ATQDEL6E2034_514889443863003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1814,\"BaseFareCal\":3788,\"BaseFare\":2214,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":116,\"MFT\":72,\"OT\":1226,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4040.85,\"CostToCustomer\":4040.85,\"BaseFareCal\":3788,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3788,\"intOfferedFare\":3743,\"intPublishFare\":4028,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"860\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T10:25\",\"SegFlightNumber\":\"6E-2034\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-04T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"860\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4a7a3-c044c-7e474-988cb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:01:09.483\",\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":974,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102300679124\",\"bookingId_TJ\":\"TJS102300679124\",\"FlightNumber\":\"6E-2034\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-04T09:20\",\"LocalFromTime\":\"2023-09-04 09:20\",\"FromUTCTime\":\"2023-09-04T09:20\",\"LocalToTime\":\"2023-09-04 10:25\",\"ToUTCTime\":\"2023-09-04T10:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 04 Sep\",\"ArrivalDateTxt\":\"Mon, 04 Sep\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4028,\"ApiResultIndex\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4a7a3-c044c-7e474-988cb\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:01:09.483\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2214,\"Tax\":1814,\"YQTax\":0,\"OtherCharges\":1226,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4028,\"PublishedFare\":4040.85,\"OfferedFare\":3743,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1814,\"BaseFareCal\":3788,\"BaseFare\":2214,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":116,\"MFT\":72,\"OT\":1226,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"860\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-04T10:25\",\"SegFlightNumber\":\"6E-2034\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-04T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2488762191_1ATQDEL6E2034_514881177297713\",\"localFromDateTime\":\"2023-09-04 09:20\",\"localToDateTime\":\"2023-09-04 10:25\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":974,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Amritsar\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"ATQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"04\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Raja Sansi Arpt ATQ\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"ATQ\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"ATQ\",\"to\":\"DEL\",\"sourceCityText\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":974,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4a7a3-c044c-7e474-988cb\",\"PreferredAirline\":null,\"from_city_\":\"1__ATQ-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Amritsar&mytrip_city_to=Delhi&source_city=ATQ&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Amritsar%2C+IN+-+Raja+Sansi+Arpt+ATQ%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=04%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Raja+Sansi+Arpt+ATQ&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-00-21\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823635\",\"TPSysId\":\"823636\",\"VersionId\":[\"249047\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67425\",\"FareBreakdownid\":[\"384266\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"116\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\"],\"flight_booking_id\":[\"118\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"118\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4040.85},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"471769\",\"TPSysId\":\"823636\",\"MasterTPSysId\":\"823635\",\"ProposalID\":\"823636\\/V1\",\"InvoiceDate\":\"2023-08-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-08-30\",\"PaymentDate\":\"2023-08-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3950.85,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4040.85,\"TotalDueAmount\":0,\"InvoiceValue\":4040.85,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"ATQ-DEL-IndiGo 6E-2034\",\"ItemQty\":1,\"ItemRates\":3450.85,\"Total\":3450.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4040.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":3950.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJS102300679124\",\"amount\":4028,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:03:08.580\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150564\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2034\",\"eT\":\"320\"},\"stops\":0,\"duration\":65,\"da\":{\"code\":\"ATQ\",\"name\":\"Raja Sansi Arpt\",\"cityCode\":\"ATQ\",\"city\":\"Amritsar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-09-04T09:20\",\"at\":\"2023-09-04T10:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"ATQ-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SITU\",\"lN\":\"SINGH\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":4028,\"NCM\":285,\"IGST\":72,\"BF\":2214,\"NF\":3743,\"TAF\":1814},\"afC\":{\"NCM\":{\"OT\":300,\"TDS\":-15},\"TAF\":{\"YQ\":0,\"AGST\":116,\"MF\":400,\"OT\":1226,\"MFT\":72}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-08-30 12:01:44'),(733,'26442-0da12-ced54-e89aa','{\"BookingData\":[{\"bookingId\":\"BKRS104300679148\",\"bookingId_TJ\":\"TJS104300679148\",\"FlightNumber\":\"6E-5092\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-11T13:45\",\"LocalFromTime\":\"2023-09-11 13:45\",\"FromUTCTime\":\"2023-09-11T13:45\",\"LocalToTime\":\"2023-09-11 21:15\",\"ToUTCTime\":\"2023-09-11T21:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":450,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"7h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":27762,\"PublishedFareTxt\":\"27,762\",\"ApiResultIndex\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21054,\"Tax\":6708,\"YQTax\":0,\"OtherCharges\":4299,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":993,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27762,\"PublishedFare\":27210.55,\"OfferedFare\":26907,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515638944831605\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":8.55,\"CommisionPass\":846.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":54171,\"oldFare\":49479,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4472,\"BaseFareCal\":16983,\"BaseFare\":13036,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":662,\"MFT\":144,\"OT\":2866,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":5.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2236,\"BaseFareCal\":8514,\"BaseFare\":6518,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":331,\"MFT\":72,\"OT\":1433,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":855,\"IntCommissionValInPercentage\":1,\"IntCommission\":8.55,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":27210.55,\"CostToCustomer\":27210.55,\"BaseFareCal\":26952,\"intCommisionEarnedForAgency\":258.55,\"CostToCompany\":26952,\"intOfferedFare\":26907,\"intPublishFare\":27762,\"TripjackMarkup\":0,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":846.45,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"179\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-11T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-11T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"180\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T21:15\",\"SegFlightNumber\":\"6E-2244\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-11T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:13:38.984\",\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"2023-09-12 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS104300679148\",\"bookingId_TJ\":\"TJS104300679148\",\"FlightNumber\":\"6E-5092\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2023-09-11T13:45\",\"LocalFromTime\":\"2023-09-11 13:45\",\"FromUTCTime\":\"2023-09-11T13:45\",\"LocalToTime\":\"2023-09-11 21:15\",\"ToUTCTime\":\"2023-09-11T21:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":450,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"7h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":54171,\"ApiResultIndex\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:13:38.984\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":43785,\"Tax\":10386,\"YQTax\":0,\"OtherCharges\":6900,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":2070,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":54171,\"PublishedFare\":53914.55,\"OfferedFare\":53316,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":500,\"AddiTaxOnMarkup\":90,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":6924,\"BaseFareCal\":33634,\"BaseFare\":27190,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":1380,\"MFT\":144,\"OT\":4600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":3462,\"BaseFareCal\":16862,\"BaseFare\":13595,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":690,\"MFT\":72,\"OT\":2300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":3090,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":30,\"AddiMarkup\":166.66666666666666,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"179\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-11T16:40\",\"SegFlightNumber\":\"6E-5092\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-11T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"180\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T21:15\",\"SegFlightNumber\":\"6E-2244\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-11T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"181\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T13:20\",\"SegFlightNumber\":\"6E-871\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"182\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3058634771_0IXJBOM6E5092BOMBLR6E2244_515483445172101\",\"localFromDateTime\":\"2023-09-11 13:45\",\"localToDateTime\":\"2023-09-11 21:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS104300679148\",\"bookingId_TJ\":\"TJS104300679148\",\"FlightNumber\":\"6E-871\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3058634771_1BLRDEL6E871DELIXJ6E6184_515483460052542\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-09-12T10:30\",\"LocalFromTime\":\"2023-09-12 10:30\",\"FromUTCTime\":\"2023-09-12T10:30\",\"LocalToTime\":\"2023-09-12 18:55\",\"ToUTCTime\":\"2023-09-12T18:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":250,\"LAYOVERDuration\":\"4h 10m\",\"FlyingMinutes\":505,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"8h 25m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":26409,\"PublishedFareTxt\":\"26,409\",\"ApiResultIndex\":\"5-3058634771_1BLRDEL6E871DELIXJ6E6184_515483460052542\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22731,\"Tax\":3678,\"YQTax\":0,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":1077,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26409,\"PublishedFare\":26704,\"OfferedFare\":26409,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3058634771_1BLRDEL6E871DELIXJ6E6184_515638946928573\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2452,\"BaseFareCal\":16651,\"BaseFare\":14154,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":718,\"MFT\":0,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1226,\"BaseFareCal\":8348,\"BaseFare\":7077,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":359,\"MFT\":0,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":26704,\"CostToCustomer\":26704,\"BaseFareCal\":26454,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":26454,\"intOfferedFare\":26409,\"intPublishFare\":26409,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"181\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-12T13:20\",\"SegFlightNumber\":\"6E-871\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-12T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"182\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:13:38.984\",\"strTraceId\":\"5-3058634771_1BLRDEL6E871DELIXJ6E6184_515483460052542\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"2023-09-12 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":13021,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"11\\/09\\/2023\",\"return_date\":\"12\\/09\\/2023\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"IXJ\",\"to\":\"BLR\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":13021,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"11\\/09\\/2023\",\"return_dates\":\"12\\/09\\/2023\",\"strDepatureDate\":\"2023-09-11\",\"strReturnDate\":\"2023-09-12\",\"SearchFlightTraceId\":\"26442-0da12-ced54-e89aa\",\"PreferredAirline\":null,\"from_city_\":\"2__IXJ-BLR-IXJ\"}}','2023-08-30 12:12:12'),(739,'bc0d8-95520-b33f8-3e0a6','{\"BookingData\":[{\"bookingId\":\"BKRS101000679160\",\"bookingId_TJ\":\"TJS101000679160\",\"FlightNumber\":\"6E-797\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"08:30\",\"TravelDate\":\"2023-09-03T07:40\",\"LocalFromTime\":\"2023-09-03 07:40\",\"FromUTCTime\":\"2023-09-03T07:40\",\"LocalToTime\":\"2023-09-03 08:30\",\"ToUTCTime\":\"2023-09-03T08:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 03 Sep\",\"ArrivalDateTxt\":\"Sun, 03 Sep\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15018,\"PublishedFareTxt\":\"15,018\",\"ApiResultIndex\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":100,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"ARFT\":5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1750,\"policyInfo\":\"__nls__ Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 1,750 __nls__ Before 72 hrs Rs 1,500\",\"fcs\":{\"ACFT\":87.5,\"ACF\":1750},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10200,\"Tax\":4818,\"YQTax\":0,\"OtherCharges\":2952,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15018,\"PublishedFare\":14466.55,\"OfferedFare\":14163,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6769639320_0MAABLR6E797_516189526582646\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":8.55,\"CommisionPass\":846.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3212,\"BaseFareCal\":8487,\"BaseFare\":5800,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":300,\"MFT\":144,\"OT\":1968,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":5.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1606,\"BaseFareCal\":4266,\"BaseFare\":2900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":150,\"MFT\":72,\"OT\":984,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":855,\"IntCommissionValInPercentage\":1,\"IntCommission\":8.55,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":14466.55,\"CostToCustomer\":14466.55,\"BaseFareCal\":14208,\"intCommisionEarnedForAgency\":258.55,\"CostToCompany\":14208,\"intOfferedFare\":14163,\"intPublishFare\":15018,\"TripjackMarkup\":0,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":846.45,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"156\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-03T08:30\",\"SegFlightNumber\":\"6E-797\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"156\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bc0d8-95520-b33f8-3e0a6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:22:49.570\",\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101000679160\",\"bookingId_TJ\":\"TJS101000679160\",\"FlightNumber\":\"6E-797\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"08:30\",\"TravelDate\":\"2023-09-03T07:40\",\"LocalFromTime\":\"2023-09-03 07:40\",\"FromUTCTime\":\"2023-09-03T07:40\",\"LocalToTime\":\"2023-09-03 08:30\",\"ToUTCTime\":\"2023-09-03T08:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 03 Sep\",\"ArrivalDateTxt\":\"Sun, 03 Sep\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15018,\"ApiResultIndex\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bc0d8-95520-b33f8-3e0a6\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:22:49.570\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10200,\"Tax\":4818,\"YQTax\":0,\"OtherCharges\":2952,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15018,\"PublishedFare\":14466.55,\"OfferedFare\":14163,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3212,\"BaseFareCal\":8487,\"BaseFare\":5800,\"CommissionEarned\":570,\"TDS\":-30,\"MF\":800,\"YQ\":0,\"AGST\":300,\"MFT\":144,\"OT\":1968,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":5.7,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1606,\"BaseFareCal\":4266,\"BaseFare\":2900,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":150,\"MFT\":72,\"OT\":984,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"BaseFareCal\":1545,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":15,\"AddiMarkup\":83.33333333333333,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"156\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-03T08:30\",\"SegFlightNumber\":\"6E-797\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:30\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6769639320_0MAABLR6E797_516173749056278\",\"localFromDateTime\":\"2023-09-03 07:40\",\"localToDateTime\":\"2023-09-03 08:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":6000,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"03\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"MAA\",\"to\":\"BLR\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":6000,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"03\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-03\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bc0d8-95520-b33f8-3e0a6\",\"PreferredAirline\":null,\"from_city_\":\"1__MAA-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai&mytrip_city_to=Bengaluru&source_city=MAA&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=03%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+MAA&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=2&childs=1&infants=1&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"Other\",\"Contacts\":\"8923963627\",\"FirstName\":\"SITU\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-22-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"nikku\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-22-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"56\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-22-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"57\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chinki\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":\"2022-08-01\",\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-22-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"58\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823677\",\"TPSysId\":\"823678\",\"VersionId\":[\"249063\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67431\",\"FareBreakdownid\":[\"384279\",\"384280\",\"384281\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"125\",\"126\",\"127\",\"128\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\",\"56\",\"57\",\"58\"],\"flight_booking_id\":[\"121\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"121\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":15056.55},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"471769\",\"TPSysId\":\"823678\",\"MasterTPSysId\":\"823677\",\"ProposalID\":\"823678\\/V1\",\"InvoiceDate\":\"2023-08-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-08-30\",\"PaymentDate\":\"2023-08-30\",\"ClientGST\":true,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":14966.55,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":15056.55,\"TotalDueAmount\":0,\"InvoiceValue\":15056.55,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"MAA-BLR-IndiGo 6E-797\",\"ItemQty\":1,\"ItemRates\":14466.55,\"Total\":14466.55,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":15056.55,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":14966.55,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJS101000679160\",\"amount\":15018,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:25:25.309\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"797\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-03T07:40\",\"at\":\"2023-09-03T08:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SITU\",\"lN\":\"SINGH\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"nikku\",\"lN\":\"singh\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"rahul\",\"lN\":\"singh\"},{\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"chinki\",\"lN\":\"singh\",\"dob\":\"2022-08-01\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":15018,\"NCM\":855,\"IGST\":216,\"BF\":10200,\"NF\":14163,\"TAF\":4818},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":450,\"MF\":1200,\"OT\":2952,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-08-30 12:23:59'),(745,'643a9-1ee0e-3584b-04cf4','{\"BookingData\":[{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5808,\"PublishedFareTxt\":\"5,808\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4585,\"Tax\":1223,\"YQTax\":0,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5808,\"PublishedFare\":5820.85,\"OfferedFare\":5523,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_0DELBLRSG534_516551226913878\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223,\"BaseFareCal\":5568,\"BaseFare\":4585,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":233,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":5820.85,\"CostToCustomer\":5820.85,\"BaseFareCal\":5568,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":5568,\"intOfferedFare\":5523,\"intPublishFare\":5808,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"604\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-534\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-09-05T21:30\",\"LocalFromTime\":\"2023-09-05 21:30\",\"FromUTCTime\":\"2023-09-05T21:30\",\"LocalToTime\":\"2023-09-06 00:10\",\"ToUTCTime\":\"2023-09-06T00:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":17013,\"ApiResultIndex\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12623,\"Tax\":4390,\"YQTax\":0,\"OtherCharges\":2333,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":641,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17013,\"PublishedFare\":17051.55,\"OfferedFare\":16158,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":750,\"AddiTaxOnMarkup\":135,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4390,\"BaseFareCal\":16293,\"BaseFare\":12623,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":641,\"MFT\":216,\"OT\":2333,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":135,\"AddiMarkup\":750,\"FixedMarkUp\":750,\"GSTOnMarkUp\":135,\"CommEarned\":8.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"604\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-06T00:10\",\"SegFlightNumber\":\"SG-534\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-07T06:20\",\"SegFlightNumber\":\"6E-5295\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-07T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"201\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-07T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"775\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-10T16:00\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-10T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-15-10-5-4-1-81396496840_24DELBLRSG534_516535258310757\",\"localFromDateTime\":\"2023-09-05 21:30\",\"localToDateTime\":\"2023-09-06 00:10\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"6E-5295\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2023-09-07T04:25\",\"LocalFromTime\":\"2023-09-07 04:25\",\"FromUTCTime\":\"2023-09-07T04:25\",\"LocalToTime\":\"2023-09-07 12:55\",\"ToUTCTime\":\"2023-09-07T12:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":510,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"8h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7511,\"PublishedFareTxt\":\"7,511\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5588,\"Tax\":1923,\"YQTax\":0,\"OtherCharges\":1167,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7511,\"PublishedFare\":7523.85,\"OfferedFare\":7226,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_1BLRBOM6E5295BOMIXJ6E5091_516551228863829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1923,\"BaseFareCal\":7271,\"BaseFare\":5588,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":284,\"MFT\":72,\"OT\":1167,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":7523.85,\"CostToCustomer\":7523.85,\"BaseFareCal\":7271,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":7271,\"intOfferedFare\":7226,\"intPublishFare\":7511,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-07T06:20\",\"SegFlightNumber\":\"6E-5295\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-07T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"201\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T12:55\",\"SegFlightNumber\":\"6E-5091\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-07T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"TCSW\",\"Price\":500,\"amount\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PTSW\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"CTSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"CJSW\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496841_13BLRBOM6E5295BOMIXJ6E5091_516521879080757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"},{\"bookingId\":\"BKRS100500679169\",\"bookingId_TJ\":\"TJS100500679169\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2023-09-10T14:30\",\"LocalFromTime\":\"2023-09-10 14:30\",\"FromUTCTime\":\"2023-09-10T14:30\",\"LocalToTime\":\"2023-09-10 16:00\",\"ToUTCTime\":\"2023-09-10T16:00\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3694,\"PublishedFareTxt\":\"3,694\",\"ApiResultIndex\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}},\"BLR-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1244,\"YQTax\":0,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3694,\"PublishedFare\":3706.85,\"OfferedFare\":3409,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-81396496840_2IXJDELSG161_516551230777095\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244,\"BaseFareCal\":3454,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3706.85,\"CostToCustomer\":3706.85,\"BaseFareCal\":3454,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3454,\"intOfferedFare\":3409,\"intPublishFare\":3694,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"775\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-10T16:00\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-10T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"JNSW\",\"Price\":405,\"amount\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T12:28:51.265\",\"strTraceId\":\"30-15-10-5-4-1-81396496842_17IXJDELSG161_516522148211725\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"strDestinationAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"intMemberCount\":1,\"intSourceCityId\":[7701,2262,13021],\"intDestinationCityId\":[2262,13021,7701],\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"3\",\"mytrip_city_from\":[\"Delhi\",\"Bengaluru\",\"Jammu\"],\"mytrip_city_to\":[\"Bengaluru\",\"Jammu\",\"Delhi\"],\"departure_dates\":[\"2023\\/09\\/05\",\"2023\\/09\\/07\",\"2023\\/09\\/10\"],\"source_city\":[\"DEL\",\"BLR\",\"IXJ\"],\"ContSysId_1\":[\"101\",\"101\",\"101\"],\"destination_city\":[\"BLR\",\"IXJ\",\"DEL\"],\"ContSysId\":[\"101\",\"101\",\"101\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"Jammu, IN - Satwari Arpt IXJ, India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"Jammu, IN - Satwari Arpt IXJ, India\",\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\"],\"departure_date\":[\"2023\\/09\\/05\",\"2023\\/09\\/07\",\"2023\\/09\\/10\"],\"return_date\":[\"\",\"\",\"\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl DEL\",\" IN - Bengaluru Intl Arpt BLR\",\" IN - Satwari Arpt IXJ\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt BLR\",\" IN - Satwari Arpt IXJ\",\" IN - Delhi Indira Gandhi Intl DEL\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"destinationCityAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"from\":[\"DEL\",\"BLR\",\"IXJ\"],\"to\":[\"BLR\",\"IXJ\",\"DEL\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"Jammu, IN - Satwari Arpt IXJ, India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"Jammu, IN - Satwari Arpt IXJ, India\",\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\"],\"sourceCityId\":[7701,2262,13021],\"destinationCityId\":[2262,13021,7701],\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"return_dates\":[\"\",\"\",\"\"],\"strDepatureDate\":null,\"strReturnDate\":null,\"SearchFlightTraceId\":\"643a9-1ee0e-3584b-04cf4\",\"PreferredAirline\":null},\"FlightSearchUrl\":\"route=3&mytrip_city_from%5B%5D=Delhi&mytrip_city_to%5B%5D=Bengaluru&departure_dates%5B%5D=5+Sep+2023&source_city%5B%5D=DEL&ContSysId_1%5B%5D=101&destination_city%5B%5D=BLR&ContSysId%5B%5D=101&source%5B%5D=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination%5B%5D=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date%5B%5D=2023%2F09%2F05&return_date%5B%5D=&from_mytrip_city%5B%5D=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city%5B%5D=+IN+-+Bengaluru+Intl+Arpt+BLR&mytrip_city_from%5B%5D=Bengaluru&mytrip_city_to%5B%5D=Jammu&departure_dates%5B%5D=7+Sep+2023&source_city%5B%5D=BLR&ContSysId_1%5B%5D=101&destination_city%5B%5D=IXJ&ContSysId%5B%5D=101&source%5B%5D=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination%5B%5D=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&departure_date%5B%5D=2023%2F09%2F07&return_date%5B%5D=&from_mytrip_city%5B%5D=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city%5B%5D=+IN+-+Satwari+Arpt+IXJ&mytrip_city_from%5B%5D=Jammu&mytrip_city_to%5B%5D=Delhi&departure_dates%5B%5D=10+Sep+2023&source_city%5B%5D=IXJ&ContSysId_1%5B%5D=101&destination_city%5B%5D=DEL&ContSysId%5B%5D=101&source%5B%5D=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&destination%5B%5D=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date%5B%5D=2023%2F09%2F10&return_date%5B%5D=&from_mytrip_city%5B%5D=+IN+-+Satwari+Arpt+IXJ&to_mytrip_city%5B%5D=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8923963627\",\"FirstName\":\"sita\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-12-28-22\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"59\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823694\",\"TPSysId\":\"823695\",\"VersionId\":[\"249069\",\"249070\",\"249071\"],\"CustomerSysId\":\"471769\",\"TrxId\":\"67433\",\"FareBreakdownid\":[\"384282\",\"384283\",\"384284\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"129\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"59\"],\"flight_booking_id\":[\"122\",\"123\",\"124\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"122\",\"123\",\"124\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":17051.55},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"471769\",\"TPSysId\":\"823695\",\"MasterTPSysId\":\"823694\",\"ProposalID\":\"823695\\/V1\",\"InvoiceDate\":\"2023-08-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-08-30\",\"PaymentDate\":\"2023-08-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":16781.55,\"InvoiceStatus\":true,\"TotalSGST\":135,\"TotalCGST\":135,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":17051.55,\"TotalDueAmount\":0,\"InvoiceValue\":17051.55,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-BLR-SpiceJet SG-534\",\"ItemQty\":1,\"ItemRates\":5230.85,\"Total\":5230.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5820.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":5730.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-IXJ-IndiGo 6E-5295\",\"ItemQty\":1,\"ItemRates\":6933.85,\"Total\":6933.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7523.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":7433.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXJ-DEL-SpiceJet SG-161\",\"ItemQty\":1,\"ItemRates\":3116.85,\"Total\":3116.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3706.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":3616.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},{\"order\":{\"bookingId\":\"TJS100500679169\",\"amount\":17013,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-08-30T12:30:54.987\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"150574\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"534\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-05T21:30\",\"at\":\"2023-09-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"150575\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5295\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":240,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T04:25\",\"at\":\"2023-09-07T06:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"150576\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5091\",\"eT\":\"320\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-09-07T10:20\",\"at\":\"2023-09-07T12:55\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"150577\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-09-10T14:30\",\"at\":\"2023-09-10T16:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"A4E2KY\",\"BLR-BOM\":\"TESTPNR\",\"BOM-IXJ\":\"TESTPNR\",\"IXJ-DEL\":\"I9MNSZ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"sita\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":17013,\"NCM\":855,\"IGST\":216,\"BF\":12623,\"NF\":16158,\"TAF\":4390},\"afC\":{\"NCM\":{\"OT\":900,\"TDS\":-45},\"TAF\":{\"YQ\":0,\"AGST\":641,\"MF\":1200,\"OT\":2333,\"MFT\":216}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-08-30 12:29:35'),(746,'4d927-d072b-01f7c-6cdba','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid3447473823-15329627\",\"name\":\"Hotel Parkway Deluxe\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5c37793d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f26ecdc3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/f6760731_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/da32b6cf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/28477013_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c57a855f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/c6c9b678_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/fdd4d00b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/79101b45_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/48caf0e5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"ad\":{\"adr\":\"8591, Main Qutab Road, Pahar Ganj\",\"adr2\":\"Near New Delhi Railway Station\",\"postalCode\":\"110055\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R.\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R.\",\"cn\":\"India\"},\"fl\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-981-1187069\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"If you are planning to arrive after noon please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, mobile payments, and cashMobile payment options include: Google Pay, Paytm, and PhonePe. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Fee for local cuisine breakfast: approximately INR 200.00 for adults and INR 200 for children                  Crib (infant bed) fee: INR 500.0 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"202447440_212439952_37310--1\",\"rc\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"rt\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"srn\":\"Premium, Queen\",\"adt\":1,\"chd\":0,\"des\":\"1 Queen Bed226-sq-foot room with city views Internet - Free WiFi Entertainment - LCD television with cable channelsFood & Drink - Mini-fridge and 24-hour room service Sleep - Premium bedding and bed sheets Bathroom - Private bathroom, shower, and rainfall showerheadPractical - Day bed, free newspaper, and deskComfort - Air conditioning, daily housekeeping, and heatingAccessibility - Tile flooring in roomNeed to Know - No cribs (infant beds) availableSmoking And Non-Smoking\",\"mb\":\"ROOM ONLY\",\"tp\":1420.61,\"tfcs\":{\"TAF\":11.8,\"CMU\":0,\"NF\":1420.61,\"BF\":1408.81,\"TF\":1420.61},\"tafcs\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":1408.81,\"TAF\":11.8,\"TF\":1420.61,\"NF\":1420.61},\"afc\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8}}}],\"fcs\":[\"Free self parking\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a46135f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ac03a21f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/07964eb3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ebdbf9a3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/c37fd3e2_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ec14335f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0a078000_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/96fe4ec8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/badb327d_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5d599877_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/2976f6eb_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/6635d214_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ba65613_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/1cb372ff_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9ebfae22_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9d88851b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9f67a674_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/ccf2f27a_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e96f1b9c_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"202447440\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/816611b0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"202447440\"]}],\"checkInDate\":\"2023-09-04\",\"checkOutDate\":\"2023-09-05\",\"radi\":{\"rid\":\"202447440\",\"mga\":3,\"maa\":3,\"mca\":2,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Queen\",\"bc\":1}],\"ar\":{\"asm\":\"21\",\"asf\":\"226\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free self parking\",\"Free WiFi\"]}]}}],\"id\":\"42_3_22417644\",\"tp\":1420.61,\"cnp\":{\"id\":\"202447440_212439952_37310--48788654\",\"ifra\":true,\"inra\":false,\"pd\":[{\"fdt\":\"2023-08-30T12:37:12.058\",\"tdt\":\"2023-09-01T18:00\",\"am\":0,\"pp\":0},{\"fdt\":\"2023-09-01T18:00\",\"tdt\":\"2023-09-04T00:00\",\"am\":1408.81,\"rn\":1},{\"fdt\":\"2023-09-04T00:00\",\"tdt\":\"2023-09-05T23:59\",\"am\":1408.81}]},\"ddt\":\"2023-09-01T18:00\",\"oai\":{\"sid\":\"42\"},\"ispr\":true,\"ipr\":true,\"omid\":\"-1451965547\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1408.81}],\"uid\":\"15329627\",\"lhc\":\"6651\"},\"bookingId\":\"TJS201400679181\",\"query\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid3447473823\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"}],\"id\":\"202447440_212439952_37310--1\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1184}},\"hotelbookingid\":\"22\",\"SearchHotelTraceId\":\"4d927-d072b-01f7c-6cdba\",\"CustomerSession\":{\"bookingId\":\"4d927-d072b-01f7c-6cdba\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8923963627\",\"traceId\":\"4d927-d072b-01f7c-6cdba\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"tinku\",\"passenger-lastname-1\":\"singh\",\"passenger-panNumber-1\":\"BCDPV9945B\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"202447440_212439952_37310--1\",\"RoomCategory\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"RoomType\":\"Premium Double or Twin Room, 1 Queen Bed-1 Queen Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1420.61,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1420.61,\"TotalRoomPrice\":1420.61,\"TotalFare\":1420.61,\"TotalBaseFare\":1408.81,\"TotalNetFare\":1420.61,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":1408.81,\"TAF\":11.8,\"TF\":1420.61,\"NF\":1420.61},\"afc\":{\"TAF\":{\"TSF\":151.14,\"SGP\":1408.81,\"SBP\":1257.67,\"SNP\":1275.05,\"MF\":10,\"TTSF\":151.14,\"SRC\":0,\"SAC\":133.76,\"TMF\":133.76,\"MFT\":1.8}}}],\"PriceWithMarkup\":1420.61,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":1420.61,\"pernightperroomprice\":1420.61,\"RoomPrice\":1420.61,\"withmarkupprice\":1420.61,\"gtxMarkUp\":\".00\",\"GSTOnGTXMarkUp\":0,\"rooms\":1,\"Nights\":1,\"markup__\":\".00\"}}],\"RoomId\":\"42_3_22417644\",\"RoomTotalPrice\":1420.61,\"iopr\":false,\"ipr\":true,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3447473823-15329627\",\"HotemName\":\"Hotel Parkway Deluxe\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature showers with rainfall showerheads. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, American Express, Cash, Mastercard\\\",\\\"dining\\\":\\\"Take advantage of the hotel\'s 24-hour room service. Local cuisine breakfasts are available daily from 6:00 AM to noon for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Parkway Deluxe, you\'ll be centrally located in New Delhi, a 3-minute drive from Chandni Chowk and 11 minutes from Swaminarayan Akshardham Temple.  This hotel is 3.2 mi (5.2 km) from India Gate and 1.6 mi (2.6 km) from Jama Masjid.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Ramakrishna Mission - 1.5 km \\/ 0.9 mi  Lady Hardinge Medical College - 1.9 km \\/ 1.2 mi  Kasturba Gandhi Marg - 2 km \\/ 1.2 mi  Jama Masjid - 2.2 km \\/ 1.4 mi  Gole Market - 2.2 km \\/ 1.4 mi  Jantar Mantar - 2.4 km \\/ 1.5 mi  Ajmal Khan Road - 2.4 km \\/ 1.5 mi  Chandni Chowk - 2.5 km \\/ 1.5 mi  Max Mueller Bhawan - 2.8 km \\/ 1.8 mi  Gurudwara Bangla Sahib - 2.9 km \\/ 1.8 mi  Laxminarayan Temple - 2.9 km \\/ 1.8 mi  Lajpat Rai Market - 2.9 km \\/ 1.8 mi  Western Court Building - 3 km \\/ 1.9 mi  Red Fort - 3.2 km \\/ 2 mi  Raj Ghat - 3.6 km \\/ 2.2 mi  The nearest major airport is Indira Gandhi International Airport (DEL) - 20 km \\/ 12.5 mi\\\",\\\"headline\\\":\\\"In New Delhi (Paharganj)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/edfdf447_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/784156d4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/9801ce29_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/581820b0_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/da4fe0a4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/8836830f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/0ee56a19_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3a3cfbd9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/5b9496f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/e551da7f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/601849ac_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/23000000\\/22420000\\/22417700\\/22417644\\/3ee061c9_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21792\",\"lt\":\"28.645334\"},\"HotelAddress\":\"8591, Main Qutab Road, Pahar Ganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Safe deposit box\",\"Internet\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"RoofTopTerrace\",\"Elevator door width (inches) - 30\",\"Wheelchair accessible \\u2013 no\",\"Elevator door width (centimeters) - 75\",\"Luggage storage\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Elevator\",\"Free self parking\",\"Computer station\",\"Concierge Services\",\"Business Center\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-04\",\"checkoutDate\":\"2023-09-05\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823709\",\"TPSysId\":\"823710\",\"VersionId\":\"2504679\",\"CustomerSysId\":\"471769\",\"TrxId\":\"67439\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-08-30 12:37:04'),(748,'e5637-6d092-6febd-cc38d','{\"BookingData\":[{\"bookingId\":\"BKRS101200679208\",\"bookingId_TJ\":\"TJS101200679208\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-31T12:15\",\"LocalFromTime\":\"2023-08-31 12:15\",\"FromUTCTime\":\"2023-08-31T12:15\",\"LocalToTime\":\"2023-08-31 15:25\",\"ToUTCTime\":\"2023-08-31T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 31 Aug\",\"ArrivalDateTxt\":\"Thu, 31 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"PublishedFareTxt\":\"3,772\",\"ApiResultIndex\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"policyInfo\":\"__nls__Changes permitted 02 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"policyInfo\":\"__nls__Cancellation permitted 02 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACFT\":150,\"ACF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"19-18-11-4909994969_0DELBLRAI543_517677470407919\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4315.85,\"CostToCustomer\":4315.85,\"BaseFareCal\":3613,\"intCommisionEarnedForAgency\":702.85,\"CostToCompany\":3613,\"intOfferedFare\":3487,\"intPublishFare\":3772,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"335\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-31T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-31T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e5637-6d092-6febd-cc38d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T12:47:37.514\",\"strTraceId\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101200679208\",\"bookingId_TJ\":\"TJS101200679208\",\"FlightNumber\":\"AI-543\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"strTraceId\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:15\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2023-08-31T12:15\",\"LocalFromTime\":\"2023-08-31 12:15\",\"FromUTCTime\":\"2023-08-31T12:15\",\"LocalToTime\":\"2023-08-31 15:25\",\"ToUTCTime\":\"2023-08-31T15:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 31 Aug\",\"ArrivalDateTxt\":\"Thu, 31 Aug\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3772,\"ApiResultIndex\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"e5637-6d092-6febd-cc38d\",\"ICSourceSysId\":7,\"estimetedTime\":20,\"estimetedDateTime\":\"2023-08-30T12:47:37.514\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":772,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3772,\"PublishedFare\":4315.85,\"OfferedFare\":3487,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":772,\"BaseFareCal\":3613,\"BaseFare\":3000,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"335\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-08-31T15:25\",\"SegFlightNumber\":\"AI-543\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-31T12:15\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"12:15\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"19-18-11-4909994969_0DELBLRAI543_517669276964851\",\"localFromDateTime\":\"2023-08-31 12:15\",\"localToDateTime\":\"2023-08-31 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"31\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e5637-6d092-6febd-cc38d\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-08-30 12:46:10');
INSERT INTO `tbl_temp_data` VALUES (753,'a7a5a-b564b-02a8e-89d77','{\"BookingData\":[{\"bookingId\":\"BKRS116600679277\",\"bookingId_TJ\":\"TJS116600679277\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-10T18:45\",\"LocalFromTime\":\"2023-09-10 18:45\",\"FromUTCTime\":\"2023-09-10T18:45\",\"LocalToTime\":\"2023-09-10 21:30\",\"ToUTCTime\":\"2023-09-10T21:30\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1995.5,\"PublishedFareTxt\":\"1,996\",\"ApiResultIndex\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DXB\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":999,\"Tax\":996.5,\"YQTax\":0,\"OtherCharges\":852,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1995.5,\"PublishedFare\":2526.5,\"OfferedFare\":1995.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8116396046_0DELDXBSG5_520336627318570\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"newFare\":1995.5,\"oldFare\":1907,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":996.5,\"BaseFareCal\":2076.5,\"BaseFare\":999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":56,\"MFT\":13.5,\"OT\":852,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"intTotalGST\":81,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":81,\"PublishFare\":2526.5,\"CostToCustomer\":2526.5,\"BaseFareCal\":2076.5,\"intCommisionEarnedForAgency\":450,\"CostToCompany\":2076.5,\"intOfferedFare\":1995.5,\"intPublishFare\":1995.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":450,\"CommisionPass\":0,\"AddiTaxOnMarkup\":81,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":450},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"426\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-10T21:30\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"EB05\",\"Price\":2625,\"amount\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"EB10\",\"Price\":5250,\"amount\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"FPML\",\"Price\":0,\"amount\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NVML\",\"Price\":255,\"amount\":255,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VGML\",\"Price\":405,\"amount\":405,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VGSW\",\"Price\":445,\"amount\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"JNSW\",\"Price\":456,\"amount\":456,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"VCC2\",\"Price\":461,\"amount\":461,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC6\",\"Price\":461,\"amount\":461,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC5\",\"Price\":461,\"amount\":461,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC4\",\"Price\":461,\"amount\":461,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC2\",\"Price\":461,\"amount\":461,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NCC1\",\"Price\":461,\"amount\":461,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"NVSW\",\"Price\":495,\"amount\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"LCVS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"426\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a7a5a-b564b-02a8e-89d77\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T13:31:56.671\",\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS116600679277\",\"bookingId_TJ\":\"TJS116600679277\",\"FlightNumber\":\"SG-5\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-10T18:45\",\"LocalFromTime\":\"2023-09-10 18:45\",\"FromUTCTime\":\"2023-09-10T18:45\",\"LocalToTime\":\"2023-09-10 21:30\",\"ToUTCTime\":\"2023-09-10T21:30\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Sun, 10 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1995.5,\"ApiResultIndex\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"a7a5a-b564b-02a8e-89d77\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-08-30T13:31:56.671\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":999,\"Tax\":996.5,\"YQTax\":0,\"OtherCharges\":852,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":56,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1995.5,\"PublishedFare\":2526.5,\"OfferedFare\":1995.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":450,\"AddiTaxOnMarkup\":81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":996.5,\"BaseFareCal\":2076.5,\"BaseFare\":999,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":56,\"MFT\":13.5,\"OT\":852,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":81,\"AddiMarkup\":450,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"426\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-10T21:30\",\"SegFlightNumber\":\"SG-5\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-10T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8116396046_1DELDXBSG5_520327628494212\",\"localFromDateTime\":\"2023-09-10 18:45\",\"localToDateTime\":\"2023-09-10 21:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"10\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a7a5a-b564b-02a8e-89d77\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-DXB\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Dubai&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&departure_date=10%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":\"1995-08-09\",\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-30-13-30-59\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"1236598745\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-08-13\",\"passporIssue\":\"2020-08-14\",\"CustomerMemberSysId\":\"61\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"823835\",\"TPSysId\":\"823836\",\"VersionId\":[\"249125\"],\"CustomerSysId\":\"480214\",\"TrxId\":\"67455\",\"FareBreakdownid\":[\"384299\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"130\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"61\"],\"flight_booking_id\":[\"125\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"125\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":2526.5},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"480214\",\"TPSysId\":\"823836\",\"MasterTPSysId\":\"823835\",\"ProposalID\":\"823836\\/V1\",\"InvoiceDate\":\"2023-08-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-08-30\",\"PaymentDate\":\"2023-08-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":2364.5,\"InvoiceStatus\":true,\"TotalSGST\":81,\"TotalCGST\":81,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":2526.5,\"TotalDueAmount\":0,\"InvoiceValue\":2526.5,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-DXB-SpiceJet SG-5\",\"ItemQty\":1,\"ItemRates\":1464.5,\"Total\":1464.5,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":2526.5,\"MarkupType\":\"\",\"Markup\":900,\"TotalMarkup\":900,\"SubTotal\":2364.5,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":162,\"SGST\":81,\"CGST\":81,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-08-30 13:32:49'),(758,'d65e0-95cc8-7b008-784d4','{\"BookingData\":[{\"bookingId\":\"BKRS101800683069\",\"bookingId_TJ\":\"TJS101800683069\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-12T09:20\",\"LocalFromTime\":\"2023-09-12 09:20\",\"FromUTCTime\":\"2023-09-12T09:20\",\"LocalToTime\":\"2023-09-12 10:45\",\"ToUTCTime\":\"2023-09-12T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5264459094_0DELIXJSG160_6888035245262\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"131\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d65e0-95cc8-7b008-784d4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-02T09:00:57.094\",\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS101800683069\",\"bookingId_TJ\":\"TJS101800683069\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-12T09:20\",\"LocalFromTime\":\"2023-09-12 09:20\",\"FromUTCTime\":\"2023-09-12T09:20\",\"LocalToTime\":\"2023-09-12 10:45\",\"ToUTCTime\":\"2023-09-12T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"d65e0-95cc8-7b008-784d4\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-02T09:00:57.094\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"131\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-12T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-12T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5264459094_0DELIXJSG160_6881830908417\",\"localFromDateTime\":\"2023-09-12 09:20\",\"localToDateTime\":\"2023-09-12 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"12\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d65e0-95cc8-7b008-784d4\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Jammu&source_city=DEL&ContSysId_1=101&destination_city=IXJ&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&departure_date=12%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Satwari+Arpt+IXJ&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-02-08-59-55\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"826974\",\"TPSysId\":\"826975\",\"VersionId\":[\"250315\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"67666\",\"FareBreakdownid\":[\"384419\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"131\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"126\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"126\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3511.85},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"470335\",\"TPSysId\":\"826975\",\"MasterTPSysId\":\"826974\",\"ProposalID\":\"826975\\/V1\",\"InvoiceDate\":\"2023-09-02\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-02\",\"PaymentDate\":\"2023-09-02\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3421.85,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":3511.85,\"TotalDueAmount\":0,\"InvoiceValue\":3511.85,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-IXJ-SpiceJet SG-160\",\"ItemQty\":1,\"ItemRates\":2921.85,\"Total\":2921.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3511.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":3421.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-02 09:00:40'),(760,'0d30d-d889e-cb62f-b254d','{\"BookingData\":[{\"bookingId\":\"BKRS106800684464\",\"bookingId_TJ\":\"TJS106800684464\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-06T09:20\",\"LocalFromTime\":\"2023-09-06 09:20\",\"FromUTCTime\":\"2023-09-06T09:20\",\"LocalToTime\":\"2023-09-06 10:45\",\"ToUTCTime\":\"2023-09-06T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 06 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5419214677_0DELIXJSG160_7950991828590\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"63\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-06T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-06T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"63\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0d30d-d889e-cb62f-b254d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T09:20:57.031\",\"strTraceId\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS106800684464\",\"bookingId_TJ\":\"TJS106800684464\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"strTraceId\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-06T09:20\",\"LocalFromTime\":\"2023-09-06 09:20\",\"FromUTCTime\":\"2023-09-06T09:20\",\"LocalToTime\":\"2023-09-06 10:45\",\"ToUTCTime\":\"2023-09-06T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Wed, 06 Sep\",\"ArrivalDateTxt\":\"Wed, 06 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0d30d-d889e-cb62f-b254d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T09:20:57.031\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"63\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-06T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-06T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5419214677_0DELIXJSG160_7931250258128\",\"localFromDateTime\":\"2023-09-06 09:20\",\"localToDateTime\":\"2023-09-06 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"06\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0d30d-d889e-cb62f-b254d\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-04 09:19:30'),(765,'9cfa5-e71d7-493fe-f2fe3','{\"BookingData\":[{\"bookingId\":\"BKRS102500684495\",\"bookingId_TJ\":\"TJS102500684495\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-23T09:20\",\"LocalFromTime\":\"2023-09-23 09:20\",\"FromUTCTime\":\"2023-09-23T09:20\",\"LocalToTime\":\"2023-09-23 10:45\",\"ToUTCTime\":\"2023-09-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"PublishedFareTxt\":\"3,499\",\"ApiResultIndex\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[],\"DATECHANGE\":[{\"additionalFee\":200,\"policyInfo\":\"XYZ\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"additionalFee\":150,\"policyInfo\":\"Auto_Cancellation_ CFT\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8868332570_0DELIXJSG160_10757675338627\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"CommisionPass\":282.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":2.85,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":1,\"IntCommission\":2.85,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":3511.85,\"CostToCustomer\":3511.85,\"BaseFareCal\":3259,\"intCommisionEarnedForAgency\":252.85,\"CostToCompany\":3259,\"intOfferedFare\":3214,\"intPublishFare\":3499,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":282.15,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF1\",\"Price\":100,\"amount\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF2\",\"Price\":200,\"amount\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"BOF3\",\"Price\":300,\"amount\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VGML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFVG\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFCM\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DNVL\",\"Price\":0,\"amount\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DBML\",\"Price\":0,\"amount\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CHML\",\"Price\":0,\"amount\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NVML\",\"Price\":275,\"amount\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC6\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC5\",\"Price\":300,\"amount\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC4\",\"Price\":300,\"amount\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC2\",\"Price\":300,\"amount\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NCC1\",\"Price\":300,\"amount\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VGSW\",\"Price\":385,\"amount\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NVSW\",\"Price\":434,\"amount\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"LCVS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"LCNS\",\"Price\":532,\"amount\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9cfa5-e71d7-493fe-f2fe3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T10:07:43.726\",\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKRS102500684495\",\"bookingId_TJ\":\"TJS102500684495\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-23T09:20\",\"LocalFromTime\":\"2023-09-23 09:20\",\"FromUTCTime\":\"2023-09-23T09:20\",\"LocalToTime\":\"2023-09-23 10:45\",\"ToUTCTime\":\"2023-09-23T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3499,\"ApiResultIndex\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"9cfa5-e71d7-493fe-f2fe3\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T10:07:43.726\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1064,\"YQTax\":0,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3499,\"PublishedFare\":3511.85,\"OfferedFare\":3214,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1064,\"BaseFareCal\":3259,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":124,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":2.85,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-23T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8868332570_0DELIXJSG160_10750203293025\",\"localFromDateTime\":\"2023-09-23 09:20\",\"localToDateTime\":\"2023-09-23 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"23\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9cfa5-e71d7-493fe-f2fe3\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Jammu&source_city=DEL&ContSysId_1=101&destination_city=IXJ&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&departure_date=23%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Satwari+Arpt+IXJ&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"mdsabirnoor@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-04-10-06-28\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"60\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"828461\",\"TPSysId\":\"828462\",\"VersionId\":[\"250829\"],\"CustomerSysId\":\"484037\",\"TrxId\":\"67746\",\"FareBreakdownid\":[\"384468\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"132\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"60\",\"CustomerMemSysId\":[\"60\"],\"flight_booking_id\":[\"127\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"127\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3511.85},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"484037\",\"TPSysId\":\"828462\",\"MasterTPSysId\":\"828461\",\"ProposalID\":\"828462\\/V1\",\"InvoiceDate\":\"2023-09-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-04\",\"PaymentDate\":\"2023-09-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3421.85,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":3511.85,\"TotalDueAmount\":0,\"InvoiceValue\":3511.85,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-IXJ-SpiceJet SG-160\",\"ItemQty\":1,\"ItemRates\":2921.85,\"Total\":2921.85,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3511.85,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":3421.85,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-04 10:06:56'),(770,'90daf-8e598-a9308-b1de0','{\"BookingData\":[{\"bookingId\":\"BKR108271827845\",\"bookingId_TJ\":\"TJ108271827845\",\"FlightNumber\":\"SG-471\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-09-09T14:20\",\"LocalFromTime\":\"2023-09-09 14:20\",\"FromUTCTime\":\"2023-09-09T14:20\",\"LocalToTime\":\"2023-09-09 16:05\",\"ToUTCTime\":\"2023-09-09T16:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3186.8,\"PublishedFareTxt\":\"3,187\",\"ApiResultIndex\":\"11-5939951091_0DELPATSG471_10383158520586\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PAT\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3186.8,\"PublishedFare\":4012.8,\"OfferedFare\":3186.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5939951091_0DELPATSG471_89961300401906\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"700.00\",\"AddiTaxOnMarkup\":126,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":3312.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"intTotalGST\":126,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":1,\"IntCommission\":0,\"IntAgencyFixMarkUp\":700,\"IntTaxOnAgencyFixMarkUp\":126,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126,\"PublishFare\":4012.8,\"CostToCustomer\":4012.8,\"BaseFareCal\":3312.8,\"intCommisionEarnedForAgency\":700,\"CostToCompany\":3312.8,\"intOfferedFare\":3186.8,\"intPublishFare\":3186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"700.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":126,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":700},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"372\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-09-09T16:05\",\"SegFlightNumber\":\"SG-471\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"90daf-8e598-a9308-b1de0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T10:11:35.923\",\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108271827845\",\"bookingId_TJ\":\"TJ108271827845\",\"FlightNumber\":\"SG-471\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-09-09T14:20\",\"LocalFromTime\":\"2023-09-09 14:20\",\"FromUTCTime\":\"2023-09-09T14:20\",\"LocalToTime\":\"2023-09-09 16:05\",\"ToUTCTime\":\"2023-09-09T16:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3186.8,\"ApiResultIndex\":\"11-5939951091_0DELPATSG471_10383158520586\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"90daf-8e598-a9308-b1de0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T10:11:35.923\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3186.8,\"PublishedFare\":4012.8,\"OfferedFare\":3186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":700,\"AddiTaxOnMarkup\":126,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":3312.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":126,\"AddiMarkup\":700,\"FixedMarkUp\":700,\"GSTOnMarkUp\":126,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"372\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-09-09T16:05\",\"SegFlightNumber\":\"SG-471\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-5939951091_0DELPATSG471_10383158520586\",\"localFromDateTime\":\"2023-09-09 14:20\",\"localToDateTime\":\"2023-09-09 16:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Patna\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAT\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"departure_date\":\"09\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PAT\",\"from\":\"DEL\",\"to\":\"PAT\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"sourceCityId\":7701,\"destinationCityId\":20918,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"90daf-8e598-a9308-b1de0\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-PAT\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Patna&source_city=DEL&ContSysId_1=101&destination_city=PAT&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Patna%2C+IN+-+Jai+Prakash+Narayan+Arpt+PAT%2C+India&departure_date=09%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Jai+Prakash+Narayan+Arpt+PAT&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"mdsabirnoor@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-04-10-10-16\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"60\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"828464\",\"TPSysId\":\"828465\",\"VersionId\":[\"250831\"],\"CustomerSysId\":\"484037\",\"TrxId\":\"67747\",\"FareBreakdownid\":[\"384469\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"133\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"60\",\"CustomerMemSysId\":[\"60\"],\"flight_booking_id\":[\"128\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"128\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4012.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"484037\",\"TPSysId\":\"828465\",\"MasterTPSysId\":\"828464\",\"ProposalID\":\"828465\\/V1\",\"InvoiceDate\":\"2023-09-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-04\",\"PaymentDate\":\"2023-09-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3760.8,\"InvoiceStatus\":true,\"TotalSGST\":126,\"TotalCGST\":126,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4012.8,\"TotalDueAmount\":0,\"InvoiceValue\":4012.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-PAT-SpiceJet SG-471\",\"ItemQty\":1,\"ItemRates\":2360.8,\"Total\":2360.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4012.8,\"MarkupType\":\"\",\"Markup\":1400,\"TotalMarkup\":1400,\"SubTotal\":3760.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":252,\"SGST\":126,\"CGST\":126,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-04 10:10:38'),(775,'54fa1-2008e-cf672-db567','{\"BookingData\":[{\"bookingId\":\"BKR107371828688\",\"bookingId_TJ\":\"TJ107371828688\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-09-15T21:00\",\"LocalFromTime\":\"2023-09-15 21:00\",\"FromUTCTime\":\"2023-09-15T21:00\",\"LocalToTime\":\"2023-09-15 23:30\",\"ToUTCTime\":\"2023-09-15T23:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3711.8,\"PublishedFareTxt\":\"3,712\",\"ApiResultIndex\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"CRF\":50,\"ARF\":3000},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2983,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":158,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3711.8,\"PublishedFare\":3609.91,\"OfferedFare\":3608.88,\"CommissionEarned\":102.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2390764794_0DELCCUAI762_89448085332296\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":1.03,\"CommisionPass\":101.8908,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":3608.88,\"BaseFare\":2983,\"CommissionEarned\":102.92,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":158,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":1.03,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.92,\"IntCommissionValInPercentage\":1,\"IntCommission\":1.03,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3609.91,\"CostToCustomer\":3609.91,\"BaseFareCal\":3608.88,\"intCommisionEarnedForAgency\":1.03,\"CostToCompany\":3608.88,\"intOfferedFare\":3608.88,\"intPublishFare\":3711.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.92,\"TripjackTDS\":\"5.42\",\"AddiMarkup\":0,\"CommisionPass\":101.8908,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-09-15T23:30\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"5KG\",\"Price\":2520,\"amount\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"10KG\",\"Price\":5040,\"amount\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"15KG\",\"Price\":7560,\"amount\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"20KG\",\"Price\":10080,\"amount\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"25KG\",\"Price\":12600,\"amount\":12600,\"Weight\":\"25KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"54fa1-2008e-cf672-db567\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-04T10:21:39.618\",\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107371828688\",\"bookingId_TJ\":\"TJ107371828688\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-09-15T21:00\",\"LocalFromTime\":\"2023-09-15 21:00\",\"FromUTCTime\":\"2023-09-15T21:00\",\"LocalToTime\":\"2023-09-15 23:30\",\"ToUTCTime\":\"2023-09-15T23:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3711.8,\"ApiResultIndex\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"54fa1-2008e-cf672-db567\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-04T10:21:39.618\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2983,\"Tax\":728.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":158,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3711.8,\"PublishedFare\":3609.91,\"OfferedFare\":3608.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":728.8,\"BaseFareCal\":3608.88,\"BaseFare\":2983,\"CommissionEarned\":102.92,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":158,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":1.03,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-09-15T23:30\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-15T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-2390764794_1DELCCUAI762_8374747604798\",\"localFromDateTime\":\"2023-09-15 21:00\",\"localToDateTime\":\"2023-09-15 23:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"15\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"54fa1-2008e-cf672-db567\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Kolkata&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=15%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"4\",\"EmailId\":\"jitendra@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9958049006\",\"FirstName\":\"Jitendra Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-04-10-20-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"63\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"828476\",\"TPSysId\":\"828477\",\"VersionId\":[\"250833\"],\"CustomerSysId\":\"480214\",\"TrxId\":\"67749\",\"FareBreakdownid\":[\"384470\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"134\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"63\"],\"flight_booking_id\":[\"129\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"129\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3609.91},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"480214\",\"TPSysId\":\"828477\",\"MasterTPSysId\":\"828476\",\"ProposalID\":\"828477\\/V1\",\"InvoiceDate\":\"2023-09-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-04\",\"PaymentDate\":\"2023-09-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3609.91,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":3609.91,\"TotalDueAmount\":0,\"InvoiceValue\":3609.91,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-CCU-Air India AI-762\",\"ItemQty\":1,\"ItemRates\":3609.91,\"Total\":3609.91,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3609.91,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":3609.91,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-04 10:21:06'),(783,'a542d-9be8d-21080-6019b','{\"BookingData\":[{\"bookingId\":\"BKR108171840745\",\"bookingId_TJ\":\"TJ108171840745\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-05T09:20\",\"LocalFromTime\":\"2023-09-05 09:20\",\"FromUTCTime\":\"2023-09-05T09:20\",\"LocalToTime\":\"2023-09-05 10:45\",\"ToUTCTime\":\"2023-09-05T10:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3282.8,\"PublishedFareTxt\":\"3,283\",\"ApiResultIndex\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":199,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":9.95,\"CRF\":50,\"ARF\":199},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":199,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":199,\"CCF\":50,\"ACFT\":9.95},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Complimentary seats beyond Spicemax\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2670,\"Tax\":612.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3282.8,\"PublishedFare\":3633.95,\"OfferedFare\":3220.33,\"CommissionEarned\":62.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.29,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2955607854_0DELIXJSG160_9849550896031\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0.62,\"CommisionPass\":61.8453,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"350.00\",\"AddiTaxOnMarkup\":63,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":612.8,\"BaseFareCal\":3283.33,\"BaseFare\":2670,\"CommissionEarned\":62.47,\"TDS\":-3.29,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"intTotalGST\":63,\"apiMarkup\":0,\"IntCommission\":0.62,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":62.47,\"IntCommissionValInPercentage\":1,\"IntCommission\":0.62,\"IntAgencyFixMarkUp\":350,\"IntTaxOnAgencyFixMarkUp\":63,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63,\"PublishFare\":3633.95,\"CostToCustomer\":3633.95,\"BaseFareCal\":3283.33,\"intCommisionEarnedForAgency\":350.62,\"CostToCompany\":3283.33,\"intOfferedFare\":3220.33,\"intPublishFare\":3282.8,\"TripjackMarkup\":0,\"TripjackCommission\":62.47,\"TripjackTDS\":\"3.29\",\"AddiMarkup\":\"350.00\",\"CommisionPass\":61.8453,\"AddiTaxOnMarkup\":63,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":350},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"260\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"VGSW\",\"Price\":0,\"amount\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"260\",\"Code\":\"NVSW\",\"Price\":0,\"amount\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a542d-9be8d-21080-6019b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-04T12:26:26.432\",\"strTraceId\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108171840745\",\"bookingId_TJ\":\"TJ108171840745\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"strTraceId\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2023-09-05T09:20\",\"LocalFromTime\":\"2023-09-05 09:20\",\"FromUTCTime\":\"2023-09-05T09:20\",\"LocalToTime\":\"2023-09-05 10:45\",\"ToUTCTime\":\"2023-09-05T10:45\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3282.8,\"ApiResultIndex\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"a542d-9be8d-21080-6019b\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-04T12:26:26.432\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2670,\"Tax\":612.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3282.8,\"PublishedFare\":3633.95,\"OfferedFare\":3220.33,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":350,\"AddiTaxOnMarkup\":63,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":612.8,\"BaseFareCal\":3283.33,\"BaseFare\":2670,\"CommissionEarned\":62.47,\"TDS\":-3.29,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":63,\"AddiMarkup\":350,\"FixedMarkUp\":350,\"GSTOnMarkUp\":63,\"CommEarned\":0.62,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"260\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:45\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2955607854_0DELIXJSG160_12616727789661\",\"localFromDateTime\":\"2023-09-05 09:20\",\"localToDateTime\":\"2023-09-05 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"05\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a542d-9be8d-21080-6019b\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-04 12:24:59'),(788,'be6e8-72753-c76fe-25fdc','{\"BookingData\":[{\"bookingId\":\"BKR105171883101\",\"bookingId_TJ\":\"TJ105171883101\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"PublishedFareTxt\":\"3,771\",\"ApiResultIndex\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"CommissionEarned\":31.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6010282665_0DELIXJ6E2292_45023893311349\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":31.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":31.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4034.28,\"CostToCustomer\":4034.28,\"BaseFareCal\":3784.28,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3784.28,\"intOfferedFare\":3739.28,\"intPublishFare\":3770.8,\"TripjackMarkup\":0,\"TripjackCommission\":31.52,\"TripjackTDS\":\"1.66\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":31.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"be6e8-72753-c76fe-25fdc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T19:48:40.739\",\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105171883101\",\"bookingId_TJ\":\"TJ105171883101\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"ApiResultIndex\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"be6e8-72753-c76fe-25fdc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T19:48:40.739\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"914\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6010282665_0DELIXJ6E2292_37817576291102\",\"localFromDateTime\":\"2023-09-05 08:45\",\"localToDateTime\":\"2023-09-05 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"05\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"be6e8-72753-c76fe-25fdc\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Jammu&source_city=DEL&ContSysId_1=101&destination_city=IXJ&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Jammu%2C+IN+-+Satwari+Arpt+IXJ%2C+India&departure_date=05%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Satwari+Arpt+IXJ&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"agatrwalsnul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"deepak \",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-04-19-47-36\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"61\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"830133\",\"TPSysId\":\"830134\",\"VersionId\":[\"251472\"],\"CustomerSysId\":\"484867\",\"TrxId\":\"67820\",\"FareBreakdownid\":[\"384506\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"136\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"61\",\"CustomerMemSysId\":[\"61\"],\"flight_booking_id\":[\"131\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"131\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4034.2799999999997},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"484867\",\"TPSysId\":\"830134\",\"MasterTPSysId\":\"830133\",\"ProposalID\":\"830134\\/V1\",\"InvoiceDate\":\"2023-09-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-04\",\"PaymentDate\":\"2023-09-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3944.2799999999997,\"InvoiceStatus\":true,\"TotalSGST\":45,\"TotalCGST\":45,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4034.2799999999997,\"TotalDueAmount\":0,\"InvoiceValue\":4034.2799999999997,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-IXJ-IndiGo 6E-2292\",\"ItemQty\":1,\"ItemRates\":3444.2799999999997,\"Total\":3444.2799999999997,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4034.2799999999997,\"MarkupType\":\"\",\"Markup\":500,\"TotalMarkup\":500,\"SubTotal\":3944.2799999999997,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":90,\"SGST\":45,\"CGST\":45,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-04 19:48:14'),(793,'b9b06-2bc0e-4ab1b-054d6','{\"BookingData\":[{\"bookingId\":\"BKR101471884467\",\"bookingId_TJ\":\"TJ101471884467\",\"FlightNumber\":\"I5-337\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2023-09-09T23:55\",\"LocalFromTime\":\"2023-09-09 23:55\",\"FromUTCTime\":\"2023-09-09T23:55\",\"LocalToTime\":\"2023-09-10 02:15\",\"ToUTCTime\":\"2023-09-10T02:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3809.8,\"PublishedFareTxt\":\"3,810\",\"ApiResultIndex\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2774,\"Tax\":1035.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3809.8,\"PublishedFare\":4050.22,\"OfferedFare\":3755.22,\"CommissionEarned\":54.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3291284380_0JAIBOMI5337_134500654273028\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":54.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.8,\"BaseFareCal\":3800.22,\"BaseFare\":2774,\"CommissionEarned\":54.58,\"TDS\":-2.87,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4050.22,\"CostToCustomer\":4050.22,\"BaseFareCal\":3800.22,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3800.22,\"intOfferedFare\":3755.22,\"intPublishFare\":3809.8,\"TripjackMarkup\":0,\"TripjackCommission\":54.58,\"TripjackTDS\":\"2.87\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":54.58,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"73\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-10T02:15\",\"SegFlightNumber\":\"I5-337\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-09T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b9b06-2bc0e-4ab1b-054d6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T20:03:57.258\",\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101471884467\",\"bookingId_TJ\":\"TJ101471884467\",\"FlightNumber\":\"I5-337\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2023-09-09T23:55\",\"LocalFromTime\":\"2023-09-09 23:55\",\"FromUTCTime\":\"2023-09-09T23:55\",\"LocalToTime\":\"2023-09-10 02:15\",\"ToUTCTime\":\"2023-09-10T02:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sun, 10 Sep\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3809.8,\"ApiResultIndex\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"b9b06-2bc0e-4ab1b-054d6\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-04T20:03:57.258\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2774,\"Tax\":1035.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3809.8,\"PublishedFare\":4050.22,\"OfferedFare\":3755.22,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1035.8,\"BaseFareCal\":3800.22,\"BaseFare\":2774,\"CommissionEarned\":54.58,\"TDS\":-2.87,\"MF\":10,\"YQ\":0,\"AGST\":148,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"73\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-10T02:15\",\"SegFlightNumber\":\"I5-337\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-09T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3291284380_0JAIBOMI5337_35722328189276\",\"localFromDateTime\":\"2023-09-09 23:55\",\"localToDateTime\":\"2023-09-10 02:15\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"134\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"64\"],\"flight_booking_id\":[\"134\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"agarwalmahak39@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"6367906949\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-04-20-12-01\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"64\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"64\"],\"flight_booking_customer\":[[\"139\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"09\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b9b06-2bc0e-4ab1b-054d6\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"830159\",\"TPSysId\":\"830160\",\"VersionId\":[\"251486\"],\"CustomerSysId\":\"484883\",\"TrxId\":\"67824\",\"FareBreakdownid\":[\"384509\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"64\"],\"flight_booking_id\":[\"134\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"agarwalmahak39@gmail.com\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"6367906949\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[]}','2023-09-04 20:12:02'),(795,'4c05b-66fda-3af7c-49110','{\"BookingData\":[{\"bookingId\":\"BKR103571886798\",\"bookingId_TJ\":\"TJ103571886798\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"PublishedFareTxt\":\"3,771\",\"ApiResultIndex\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"CommissionEarned\":31.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1387292982_0DELIXJ6E2292_222932167208401\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":31.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"250.00\",\"AddiTaxOnMarkup\":45,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"intTotalGST\":45,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":31.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":250,\"IntTaxOnAgencyFixMarkUp\":45,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45,\"PublishFare\":4034.28,\"CostToCustomer\":4034.28,\"BaseFareCal\":3784.28,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":3784.28,\"intOfferedFare\":3739.28,\"intPublishFare\":3770.8,\"TripjackMarkup\":0,\"TripjackCommission\":31.52,\"TripjackTDS\":\"1.66\",\"AddiMarkup\":\"250.00\",\"CommisionPass\":31.52,\"AddiTaxOnMarkup\":45,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":250},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"711\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"711\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4c05b-66fda-3af7c-49110\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T20:31:48.746\",\"strTraceId\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103571886798\",\"bookingId_TJ\":\"TJ103571886798\",\"FlightNumber\":\"6E-2292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"strTraceId\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2023-09-05T08:45\",\"LocalFromTime\":\"2023-09-05 08:45\",\"FromUTCTime\":\"2023-09-05T08:45\",\"LocalToTime\":\"2023-09-05 10:10\",\"ToUTCTime\":\"2023-09-05T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Tue, 05 Sep\",\"ArrivalDateTxt\":\"Tue, 05 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3770.8,\"ApiResultIndex\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4c05b-66fda-3af7c-49110\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-04T20:31:48.746\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3160,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3770.8,\"PublishedFare\":4034.28,\"OfferedFare\":3739.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":250,\"AddiTaxOnMarkup\":45,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3784.28,\"BaseFare\":3160,\"CommissionEarned\":31.52,\"TDS\":-1.66,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":45,\"AddiMarkup\":250,\"FixedMarkUp\":250,\"GSTOnMarkUp\":45,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"711\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-05T10:10\",\"SegFlightNumber\":\"6E-2292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-05T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1387292982_0DELIXJ6E2292_53004365988675\",\"localFromDateTime\":\"2023-09-05 08:45\",\"localToDateTime\":\"2023-09-05 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"05\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4c05b-66fda-3af7c-49110\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-04 20:30:21'),(812,'54338-64dc0-1215f-c09a8','{\"BookingData\":[{\"FlightNumber\":\"6E-2409\",\"keyIndex\":17,\"SegFlightNumberArr\":\"6E-2409\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1148699065_0DELIXJ6E2409_41209749227366\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-09-09T07:20\",\"LocalFromTime\":\"2023-09-09 07:20\",\"FromUTCTime\":\"2023-09-09T07:20\",\"LocalToTime\":\"2023-09-09 08:45\",\"ToUTCTime\":\"2023-09-09T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3438,\"PublishedFareTxt\":\"3,438\",\"ApiResultIndex\":\"5-1148699065_0DELIXJ6E2409_41209749227366\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"54338-64dc0-1215f-c09a8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2870,\"Tax\":595.8,\"YQTax\":0,\"OtherCharges\":584,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3465.8,\"PublishedFare\":3438,\"PublishedFarePerPax\":3438,\"OfferedFare\":3437.17,\"CommissionEarned\":28.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.51,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1148699065_0DELIXJ6E2409_41209749227366\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":28.63,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":595.8,\"BaseFareCal\":3437.17,\"BaseFare\":2870,\"CommissionEarned\":28.63,\"TDS\":-1.51,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":584,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00V\"},\"Segments\":[{\"segmentid\":\"530\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-09T08:45\",\"SegFlightNumber\":\"6E-2409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"09\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"54338-64dc0-1215f-c09a8\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"},\"FlightBookingDataInbound\":null}','2023-09-04 20:32:33'),(815,'f9483-42bbc-75c38-55692','{\"BookingData\":[{\"bookingId\":\"BKR107172025714\",\"bookingId_TJ\":\"TJ107172025714\",\"FlightNumber\":\"UK-611\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2023-09-07T10:25\",\"LocalFromTime\":\"2023-09-07 10:25\",\"FromUTCTime\":\"2023-09-07T10:25\",\"LocalToTime\":\"2023-09-07 13:20\",\"ToUTCTime\":\"2023-09-07T13:20\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8380.8,\"PublishedFareTxt\":\"8,381\",\"ApiResultIndex\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":26.25,\"CRF\":50,\"CRFT\":9,\"ARF\":525},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":525,\"additionalFee\":50,\"fcs\":{\"ACFT\":26.25,\"CCFT\":9,\"ACF\":525,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7520,\"Tax\":860.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":380,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":8380.8,\"PublishedFare\":7679.93,\"OfferedFare\":7668.13,\"CommissionEarned\":712.67,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-37.51,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-5577029340_0DELSXRUK611SXRIXJUK611_17813049175862\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":712.67,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":860.8,\"BaseFareCal\":7669.93,\"BaseFare\":7520,\"CommissionEarned\":712.67,\"TDS\":-37.51,\"MF\":10,\"YQ\":0,\"AGST\":380,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":712.67,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":7679.93,\"CostToCustomer\":7679.93,\"BaseFareCal\":7669.93,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":7669.93,\"intOfferedFare\":7668.13,\"intPublishFare\":8380.8,\"TripjackMarkup\":0,\"TripjackCommission\":712.67,\"TripjackTDS\":\"37.51\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":712.67,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"7\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-07T11:50\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-07T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":40,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"8\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T13:20\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-07T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f9483-42bbc-75c38-55692\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:33:08.688\",\"strTraceId\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107172025714\",\"bookingId_TJ\":\"TJ107172025714\",\"FlightNumber\":\"UK-611\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"strTraceId\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2023-09-07T10:25\",\"LocalFromTime\":\"2023-09-07 10:25\",\"FromUTCTime\":\"2023-09-07T10:25\",\"LocalToTime\":\"2023-09-07 13:20\",\"ToUTCTime\":\"2023-09-07T13:20\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8380.8,\"ApiResultIndex\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"f9483-42bbc-75c38-55692\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:33:08.688\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7520,\"Tax\":860.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":380,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":8380.8,\"PublishedFare\":7679.93,\"OfferedFare\":7668.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":860.8,\"BaseFareCal\":7669.93,\"BaseFare\":7520,\"CommissionEarned\":712.67,\"TDS\":-37.51,\"MF\":10,\"YQ\":0,\"AGST\":380,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"7\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-07T11:50\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-07T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":40,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"8\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T13:20\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-07T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-5577029340_5DELSXRUK611SXRIXJUK611_24440232431071\",\"localFromDateTime\":\"2023-09-07 10:25\",\"localToDateTime\":\"2023-09-07 13:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"07\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f9483-42bbc-75c38-55692\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-06 14:31:41'),(817,'59f36-b4541-38e9b-08bce','{\"BookingData\":[{\"bookingId\":\"BKR101172026023\",\"bookingId_TJ\":\"TJ101172026023\",\"FlightNumber\":\"6E-2559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-09-07T12:10\",\"LocalFromTime\":\"2023-09-07 12:10\",\"FromUTCTime\":\"2023-09-07T12:10\",\"LocalToTime\":\"2023-09-07 13:30\",\"ToUTCTime\":\"2023-09-07T13:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9251.8,\"PublishedFareTxt\":\"9,252\",\"ApiResultIndex\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8380,\"Tax\":871.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":422,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9251.8,\"PublishedFare\":9180.01,\"OfferedFare\":9168.21,\"CommissionEarned\":83.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4919568652_0DELIXJ6E2559_14403517991543\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":83.59,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":871.8,\"BaseFareCal\":9170.01,\"BaseFare\":8380,\"CommissionEarned\":83.59,\"TDS\":-4.4,\"MF\":10,\"YQ\":0,\"AGST\":422,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":83.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":9180.01,\"CostToCustomer\":9180.01,\"BaseFareCal\":9170.01,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":9170.01,\"intOfferedFare\":9168.21,\"intPublishFare\":9251.8,\"TripjackMarkup\":0,\"TripjackCommission\":83.59,\"TripjackTDS\":\"4.4\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":83.59,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"62\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T13:30\",\"SegFlightNumber\":\"6E-2559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-07T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"62\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"59f36-b4541-38e9b-08bce\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:36:18.677\",\"strTraceId\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101172026023\",\"bookingId_TJ\":\"TJ101172026023\",\"FlightNumber\":\"6E-2559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"strTraceId\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-09-07T12:10\",\"LocalFromTime\":\"2023-09-07 12:10\",\"FromUTCTime\":\"2023-09-07T12:10\",\"LocalToTime\":\"2023-09-07 13:30\",\"ToUTCTime\":\"2023-09-07T13:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9251.8,\"ApiResultIndex\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"59f36-b4541-38e9b-08bce\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:36:18.677\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8380,\"Tax\":871.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":422,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9251.8,\"PublishedFare\":9180.01,\"OfferedFare\":9168.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":871.8,\"BaseFareCal\":9170.01,\"BaseFare\":8380,\"CommissionEarned\":83.59,\"TDS\":-4.4,\"MF\":10,\"YQ\":0,\"AGST\":422,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"62\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-07T13:30\",\"SegFlightNumber\":\"6E-2559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-07T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4919568652_0DELIXJ6E2559_200863498400784\",\"localFromDateTime\":\"2023-09-07 12:10\",\"localToDateTime\":\"2023-09-07 13:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"07\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"59f36-b4541-38e9b-08bce\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-06 14:34:51'),(819,'38f2b-f8d6f-235f1-8f0f3','{\"BookingData\":[{\"bookingId\":\"BKR106872026423\",\"bookingId_TJ\":\"TJ106872026423\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-06T22:15\",\"LocalFromTime\":\"2023-09-06 22:15\",\"FromUTCTime\":\"2023-09-06T22:15\",\"LocalToTime\":\"2023-09-07 00:45\",\"ToUTCTime\":\"2023-09-07T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 06 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6511.8,\"PublishedFareTxt\":\"6,512\",\"ApiResultIndex\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1151.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6511.8,\"PublishedFare\":6470.13,\"OfferedFare\":6458.33,\"CommissionEarned\":53.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.81,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1310239331_0BLRJAI6E6273_27953622386316\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":53.47,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1151.8,\"BaseFareCal\":6460.13,\"BaseFare\":5360,\"CommissionEarned\":53.47,\"TDS\":-2.81,\"MF\":10,\"YQ\":0,\"AGST\":273,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":53.47,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":6470.13,\"CostToCustomer\":6470.13,\"BaseFareCal\":6460.13,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":6460.13,\"intOfferedFare\":6458.33,\"intPublishFare\":6511.8,\"TripjackMarkup\":0,\"TripjackCommission\":53.47,\"TripjackTDS\":\"2.81\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":53.47,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"891\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-07T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-06T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"38f2b-f8d6f-235f1-8f0f3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:40:09.246\",\"strTraceId\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106872026423\",\"bookingId_TJ\":\"TJ106872026423\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"strTraceId\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-06T22:15\",\"LocalFromTime\":\"2023-09-06 22:15\",\"FromUTCTime\":\"2023-09-06T22:15\",\"LocalToTime\":\"2023-09-07 00:45\",\"ToUTCTime\":\"2023-09-07T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 06 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6511.8,\"ApiResultIndex\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"38f2b-f8d6f-235f1-8f0f3\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:40:09.246\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1151.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6511.8,\"PublishedFare\":6470.13,\"OfferedFare\":6458.33,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1151.8,\"BaseFareCal\":6460.13,\"BaseFare\":5360,\"CommissionEarned\":53.47,\"TDS\":-2.81,\"MF\":10,\"YQ\":0,\"AGST\":273,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"891\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-07T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-06T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1310239331_1BLRJAI6E6273_103895048549455\",\"localFromDateTime\":\"2023-09-06 22:15\",\"localToDateTime\":\"2023-09-07 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"06\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"38f2b-f8d6f-235f1-8f0f3\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-09-06 14:38:41'),(821,'7e7da-ce5c7-f849a-c0bc8','{\"BookingData\":[{\"bookingId\":\"BKR108872026567\",\"bookingId_TJ\":\"TJ108872026567\",\"FlightNumber\":\"6E-6128\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-09-07T13:50\",\"LocalFromTime\":\"2023-09-07 13:50\",\"FromUTCTime\":\"2023-09-07T13:50\",\"LocalToTime\":\"2023-09-07 16:30\",\"ToUTCTime\":\"2023-09-07T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8200.8,\"PublishedFareTxt\":\"8,201\",\"ApiResultIndex\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JDH-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6856,\"Tax\":1344.8,\"YQTax\":0,\"OtherCharges\":988,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":345,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8200.8,\"PublishedFare\":8144.21,\"OfferedFare\":8132.41,\"CommissionEarned\":68.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8201408557_0JDHBLR6E6128_14357409865013\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":68.39,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1344.8,\"BaseFareCal\":8134.21,\"BaseFare\":6856,\"CommissionEarned\":68.39,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":345,\"MFT\":1.8,\"OT\":988,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":8144.21,\"CostToCustomer\":8144.21,\"BaseFareCal\":8134.21,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":8134.21,\"intOfferedFare\":8132.41,\"intPublishFare\":8200.8,\"TripjackMarkup\":0,\"TripjackCommission\":68.39,\"TripjackTDS\":\"3.6\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":68.39,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"8\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-07T16:30\",\"SegFlightNumber\":\"6E-6128\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7e7da-ce5c7-f849a-c0bc8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:41:36.431\",\"strTraceId\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108872026567\",\"bookingId_TJ\":\"TJ108872026567\",\"FlightNumber\":\"6E-6128\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"strTraceId\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-09-07T13:50\",\"LocalFromTime\":\"2023-09-07 13:50\",\"FromUTCTime\":\"2023-09-07T13:50\",\"LocalToTime\":\"2023-09-07 16:30\",\"ToUTCTime\":\"2023-09-07T16:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 07 Sep\",\"ArrivalDateTxt\":\"Thu, 07 Sep\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8200.8,\"ApiResultIndex\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7e7da-ce5c7-f849a-c0bc8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T14:41:36.431\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6856,\"Tax\":1344.8,\"YQTax\":0,\"OtherCharges\":988,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":345,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8200.8,\"PublishedFare\":8144.21,\"OfferedFare\":8132.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1344.8,\"BaseFareCal\":8134.21,\"BaseFare\":6856,\"CommissionEarned\":68.39,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":345,\"MFT\":1.8,\"OT\":988,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"8\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-07T16:30\",\"SegFlightNumber\":\"6E-6128\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8201408557_7JDHBLR6E6128_112551356898051\",\"localFromDateTime\":\"2023-09-07 13:50\",\"localToDateTime\":\"2023-09-07 16:30\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jodhpur\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"JDH\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"07\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jodhpur Arpt JDH\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JDH\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"JDH\",\"to\":\"BLR\",\"sourceCityText\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":13184,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7e7da-ce5c7-f849a-c0bc8\",\"PreferredAirline\":null,\"from_city_\":\"1__JDH-BLR\"}}','2023-09-06 14:40:09'),(824,'64f4c-10432-1ec69-65477','{\"BookingData\":[{\"bookingId\":\"BKR109072026673\",\"bookingId_TJ\":\"TJ109072026673\",\"FlightNumber\":\"QP-1651\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"05:50\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-09-14T05:50\",\"LocalFromTime\":\"2023-09-14 05:50\",\"FromUTCTime\":\"2023-09-14T05:50\",\"LocalToTime\":\"2023-09-14 07:00\",\"ToUTCTime\":\"2023-09-14T07:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 14 Sep\",\"ArrivalDateTxt\":\"Thu, 14 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2001.8,\"PublishedFareTxt\":\"2,002\",\"ApiResultIndex\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"CRF\":50,\"ARFT\":167.5},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"CRF\":50,\"ARFT\":142.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3600,\"ACFT\":180},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3100,\"ACFT\":155},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1433,\"Tax\":568.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2001.8,\"PublishedFare\":1996.59,\"OfferedFare\":1984.79,\"CommissionEarned\":17.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-4819633438_0BOMAMDQP1651_109458326445252\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":17.01,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":568.8,\"BaseFareCal\":1986.59,\"BaseFare\":1433,\"CommissionEarned\":17.01,\"TDS\":-0.9,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":17.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":1996.59,\"CostToCustomer\":1996.59,\"BaseFareCal\":1986.59,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":1986.59,\"intOfferedFare\":1984.79,\"intPublishFare\":2001.8,\"TripjackMarkup\":0,\"TripjackCommission\":17.01,\"TripjackTDS\":\"0.9\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":17.01,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"66\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-14T07:00\",\"SegFlightNumber\":\"QP-1651\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-14T05:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"66\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"64f4c-10432-1ec69-65477\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-06T14:42:34.502\",\"strTraceId\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109072026673\",\"bookingId_TJ\":\"TJ109072026673\",\"FlightNumber\":\"QP-1651\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"strTraceId\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"05:50\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-09-14T05:50\",\"LocalFromTime\":\"2023-09-14 05:50\",\"FromUTCTime\":\"2023-09-14T05:50\",\"LocalToTime\":\"2023-09-14 07:00\",\"ToUTCTime\":\"2023-09-14T07:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 14 Sep\",\"ArrivalDateTxt\":\"Thu, 14 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2001.8,\"ApiResultIndex\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"64f4c-10432-1ec69-65477\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-06T14:42:34.502\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1433,\"Tax\":568.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":78,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2001.8,\"PublishedFare\":1996.59,\"OfferedFare\":1984.79,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":568.8,\"BaseFareCal\":1986.59,\"BaseFare\":1433,\"CommissionEarned\":17.01,\"TDS\":-0.9,\"MF\":10,\"YQ\":0,\"AGST\":78,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"66\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-14T07:00\",\"SegFlightNumber\":\"QP-1651\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-14T05:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-4819633438_0BOMAMDQP1651_457197106327913\",\"localFromDateTime\":\"2023-09-14 05:50\",\"localToDateTime\":\"2023-09-14 07:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Ahmedabad\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"14\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BOM\",\"to\":\"AMD\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":18676,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"64f4c-10432-1ec69-65477\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-AMD\"}}','2023-09-06 14:41:07'),(826,'66f34-68c44-51f30-47e6e','{\"BookingData\":[{\"bookingId\":\"BKR105072038858\",\"bookingId_TJ\":\"TJ105072038858\",\"FlightNumber\":\"6E-6474\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-09-15T15:30\",\"LocalFromTime\":\"2023-09-15 15:30\",\"FromUTCTime\":\"2023-09-15T15:30\",\"LocalToTime\":\"2023-09-15 17:15\",\"ToUTCTime\":\"2023-09-15T17:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3851.8,\"PublishedFareTxt\":\"3,852\",\"ApiResultIndex\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JDH-PNQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2714,\"Tax\":1137.8,\"YQTax\":0,\"OtherCharges\":988,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3851.8,\"PublishedFare\":3836.52,\"OfferedFare\":3824.72,\"CommissionEarned\":27.08,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5918251239_0JDHPNQ6E6474_23431107020185\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":27.08,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1137.8,\"BaseFareCal\":3826.52,\"BaseFare\":2714,\"CommissionEarned\":27.08,\"TDS\":-1.42,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":988,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":27.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":3836.52,\"CostToCustomer\":3836.52,\"BaseFareCal\":3826.52,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":3826.52,\"intOfferedFare\":3824.72,\"intPublishFare\":3851.8,\"TripjackMarkup\":0,\"TripjackCommission\":27.08,\"TripjackTDS\":\"1.42\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":27.08,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"889\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-09-15T17:15\",\"SegFlightNumber\":\"6E-6474\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-15T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"889\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"66f34-68c44-51f30-47e6e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T16:48:44.759\",\"strTraceId\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105072038858\",\"bookingId_TJ\":\"TJ105072038858\",\"FlightNumber\":\"6E-6474\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"strTraceId\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-09-15T15:30\",\"LocalFromTime\":\"2023-09-15 15:30\",\"FromUTCTime\":\"2023-09-15T15:30\",\"LocalToTime\":\"2023-09-15 17:15\",\"ToUTCTime\":\"2023-09-15T17:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3851.8,\"ApiResultIndex\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"66f34-68c44-51f30-47e6e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-06T16:48:44.759\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2714,\"Tax\":1137.8,\"YQTax\":0,\"OtherCharges\":988,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3851.8,\"PublishedFare\":3836.52,\"OfferedFare\":3824.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1137.8,\"BaseFareCal\":3826.52,\"BaseFare\":2714,\"CommissionEarned\":27.08,\"TDS\":-1.42,\"MF\":10,\"YQ\":0,\"AGST\":138,\"MFT\":1.8,\"OT\":988,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"889\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-09-15T17:15\",\"SegFlightNumber\":\"6E-6474\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-15T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5918251239_1JDHPNQ6E6474_24133690335290\",\"localFromDateTime\":\"2023-09-15 15:30\",\"localToDateTime\":\"2023-09-15 17:15\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jodhpur\",\"mytrip_city_to\":\"Pune\",\"source_city\":\"JDH\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destination\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"departure_date\":\"15\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jodhpur Arpt JDH\",\"to_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JDH\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"JDH\",\"to\":\"PNQ\",\"sourceCityText\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"sourceCityId\":13184,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"66f34-68c44-51f30-47e6e\",\"PreferredAirline\":null,\"from_city_\":\"1__JDH-PNQ\"}}','2023-09-06 16:47:17'),(828,'83f43-d37da-2b2c1-a1bc5','{\"BookingData\":[{\"bookingId\":\"BKR109072081313\",\"bookingId_TJ\":\"TJ109072081313\",\"FlightNumber\":\"UK-611\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2023-09-08T10:25\",\"LocalFromTime\":\"2023-09-08 10:25\",\"FromUTCTime\":\"2023-09-08T10:25\",\"LocalToTime\":\"2023-09-08 13:20\",\"ToUTCTime\":\"2023-09-08T13:20\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5650.8,\"PublishedFareTxt\":\"5,651\",\"ApiResultIndex\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":525,\"ARFT\":26.25},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":525,\"additionalFee\":50,\"fcs\":{\"ACF\":525,\"CCFT\":9,\"ACFT\":26.25,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4920,\"Tax\":730.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":5650.8,\"PublishedFare\":4999.51,\"OfferedFare\":4999.51,\"CommissionEarned\":651.29,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-34.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-9588884391_0DELSXRUK611SXRIXJUK611_87909618879013\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":651.29,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":730.8,\"BaseFareCal\":4999.51,\"BaseFare\":4920,\"CommissionEarned\":651.29,\"TDS\":-34.28,\"MF\":10,\"YQ\":0,\"AGST\":250,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":651.29,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4999.51,\"CostToCustomer\":4999.51,\"BaseFareCal\":4999.51,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4999.51,\"intOfferedFare\":4999.51,\"intPublishFare\":5650.8,\"TripjackMarkup\":0,\"TripjackCommission\":651.29,\"TripjackTDS\":\"34.28\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":651.29,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"674\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-08T11:50\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":40,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"675\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-08T13:20\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-08T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"83f43-d37da-2b2c1-a1bc5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T08:19:27.435\",\"strTraceId\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109072081313\",\"bookingId_TJ\":\"TJ109072081313\",\"FlightNumber\":\"UK-611\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"strTraceId\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2023-09-08T10:25\",\"LocalFromTime\":\"2023-09-08 10:25\",\"FromUTCTime\":\"2023-09-08T10:25\",\"LocalToTime\":\"2023-09-08 13:20\",\"ToUTCTime\":\"2023-09-08T13:20\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5650.8,\"ApiResultIndex\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"83f43-d37da-2b2c1-a1bc5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T08:19:27.435\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4920,\"Tax\":730.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":5650.8,\"PublishedFare\":4999.51,\"OfferedFare\":4999.51,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":730.8,\"BaseFareCal\":4999.51,\"BaseFare\":4920,\"CommissionEarned\":651.29,\"TDS\":-34.28,\"MF\":10,\"YQ\":0,\"AGST\":250,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"674\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-08T11:50\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":40,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"675\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-08T13:20\",\"SegFlightNumber\":\"UK-611\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-08T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-9588884391_2DELSXRUK611SXRIXJUK611_89685698334187\",\"localFromDateTime\":\"2023-09-08 10:25\",\"localToDateTime\":\"2023-09-08 13:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"08\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"83f43-d37da-2b2c1-a1bc5\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-09-07 08:17:59'),(830,'c3245-bd665-49320-2d4fb','{\"BookingData\":[{\"bookingId\":\"BKR106272082424\",\"bookingId_TJ\":\"TJ106272082424\",\"FlightNumber\":\"6E-483\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-09-11T14:50\",\"LocalFromTime\":\"2023-09-11 14:50\",\"FromUTCTime\":\"2023-09-11T14:50\",\"LocalToTime\":\"2023-09-11 23:05\",\"ToUTCTime\":\"2023-09-11T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":295,\"LAYOVERDuration\":\"4h 55m\",\"FlyingMinutes\":495,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6599.8,\"PublishedFareTxt\":\"6,600\",\"ApiResultIndex\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PAT-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":929.8,\"YQTax\":0,\"OtherCharges\":627,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":291,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6599.8,\"PublishedFare\":6519.49,\"OfferedFare\":6519.49,\"CommissionEarned\":80.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.23,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2130676821_0PATMAA6E483MAABLR6E5385_4890698915146\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":80.31,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":929.8,\"BaseFareCal\":6519.49,\"BaseFare\":5670,\"CommissionEarned\":80.31,\"TDS\":-4.23,\"MF\":10,\"YQ\":0,\"AGST\":291,\"MFT\":1.8,\"OT\":627,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.31,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6519.49,\"CostToCustomer\":6519.49,\"BaseFareCal\":6519.49,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6519.49,\"intOfferedFare\":6519.49,\"intPublishFare\":6599.8,\"TripjackMarkup\":0,\"TripjackCommission\":80.31,\"TripjackTDS\":\"4.23\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":80.31,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"262\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-09-11T17:10\",\"SegFlightNumber\":\"6E-483\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-09-11T14:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":295,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"4h 55m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"263\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T23:05\",\"SegFlightNumber\":\"6E-5385\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-11T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c3245-bd665-49320-2d4fb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T08:57:47.011\",\"strTraceId\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106272082424\",\"bookingId_TJ\":\"TJ106272082424\",\"FlightNumber\":\"6E-483\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"strTraceId\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-09-11T14:50\",\"LocalFromTime\":\"2023-09-11 14:50\",\"FromUTCTime\":\"2023-09-11T14:50\",\"LocalToTime\":\"2023-09-11 23:05\",\"ToUTCTime\":\"2023-09-11T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":295,\"LAYOVERDuration\":\"4h 55m\",\"FlyingMinutes\":495,\"DepartureDateTxt\":\"Mon, 11 Sep\",\"ArrivalDateTxt\":\"Mon, 11 Sep\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6599.8,\"ApiResultIndex\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c3245-bd665-49320-2d4fb\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T08:57:47.011\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":929.8,\"YQTax\":0,\"OtherCharges\":627,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":291,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6599.8,\"PublishedFare\":6519.49,\"OfferedFare\":6519.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":929.8,\"BaseFareCal\":6519.49,\"BaseFare\":5670,\"CommissionEarned\":80.31,\"TDS\":-4.23,\"MF\":10,\"YQ\":0,\"AGST\":291,\"MFT\":1.8,\"OT\":627,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"262\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-09-11T17:10\",\"SegFlightNumber\":\"6E-483\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-09-11T14:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":295,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"4h 55m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"263\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-11T23:05\",\"SegFlightNumber\":\"6E-5385\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-09-11T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2130676821_4PATMAA6E483MAABLR6E5385_8026917441689\",\"localFromDateTime\":\"2023-09-11 14:50\",\"localToDateTime\":\"2023-09-11 23:05\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Patna\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT), India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"departure_date\":\"11\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt (PAT)\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"PAT\",\"to\":\"BLR\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT), India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"sourceCityId\":20918,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c3245-bd665-49320-2d4fb\",\"PreferredAirline\":null,\"from_city_\":\"1__PAT-BLR\"}}','2023-09-07 08:56:19'),(831,'2dfd2-91cd1-b110a-41d35','{\"BookingData\":[{\"FlightNumber\":\"SG-471\",\"keyIndex\":36,\"SegFlightNumberArr\":\"SG-471\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"38-8421563106_0DELPATSG471_6369403288817\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:05\",\"TravelDate\":\"2023-09-09T14:20\",\"LocalFromTime\":\"2023-09-09 14:20\",\"FromUTCTime\":\"2023-09-09T14:20\",\"LocalToTime\":\"2023-09-09 16:05\",\"ToUTCTime\":\"2023-09-09T16:05\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 09 Sep\",\"ArrivalDateTxt\":\"Sat, 09 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3174,\"PublishedFareTxt\":\"3,863\",\"ApiResultIndex\":\"4-8421563106_0DELPATSG471_6369791749309\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2dfd2-91cd1-b110a-41d35\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2937,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3173.8,\"PublishedFare\":3174,\"PublishedFarePerPax\":3174,\"OfferedFare\":3173.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"38-8421563106_0DELPATSG471_6369403288817\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-PAT\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":3173.8,\"BaseFare\":2937,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00T\"},\"Segments\":[{\"segmentid\":\"122\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-09-09T16:05\",\"SegFlightNumber\":\"SG-471\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-09T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:05\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-09-07 09:07:04'),(833,'80c0d-59646-749d8-3e6a7','{\"BookingData\":[{\"bookingId\":\"BKR103272083361\",\"bookingId_TJ\":\"TJ103272083361\",\"FlightNumber\":\"6E-364\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-11-14T22:45\",\"LocalFromTime\":\"2023-11-14 22:45\",\"FromUTCTime\":\"2023-11-14T22:45\",\"LocalToTime\":\"2023-11-15 00:45\",\"ToUTCTime\":\"2023-11-15T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17741.6,\"PublishedFareTxt\":\"17,742\",\"ApiResultIndex\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-LKO\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":1741.6,\"YQTax\":0,\"OtherCharges\":908,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17741.6,\"PublishedFare\":17534.5,\"OfferedFare\":17534.5,\"CommissionEarned\":207.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4211729324_0BOMLKO6E364_10508404954922\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":207.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1741.6,\"BaseFareCal\":17534.5,\"BaseFare\":16000,\"CommissionEarned\":207.1,\"TDS\":-10.9,\"MF\":20,\"YQ\":0,\"AGST\":810,\"MFT\":3.6,\"OT\":908,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":207.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17534.5,\"CostToCustomer\":17534.5,\"BaseFareCal\":17534.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17534.5,\"intOfferedFare\":17534.5,\"intPublishFare\":17741.6,\"TripjackMarkup\":0,\"TripjackCommission\":207.1,\"TripjackTDS\":\"10.9\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":207.1,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-11-15T00:45\",\"SegFlightNumber\":\"6E-364\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-14T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"673\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"80c0d-59646-749d8-3e6a7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T09:25:59.127\",\"strTraceId\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":2,\"intSourceCityId\":18676,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103272083361\",\"bookingId_TJ\":\"TJ103272083361\",\"FlightNumber\":\"6E-364\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"strTraceId\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-11-14T22:45\",\"LocalFromTime\":\"2023-11-14 22:45\",\"FromUTCTime\":\"2023-11-14T22:45\",\"LocalToTime\":\"2023-11-15 00:45\",\"ToUTCTime\":\"2023-11-15T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17741.6,\"ApiResultIndex\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"80c0d-59646-749d8-3e6a7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T09:25:59.127\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":1741.6,\"YQTax\":0,\"OtherCharges\":908,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17741.6,\"PublishedFare\":17534.5,\"OfferedFare\":17534.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1741.6,\"BaseFareCal\":17534.5,\"BaseFare\":16000,\"CommissionEarned\":207.1,\"TDS\":-10.9,\"MF\":20,\"YQ\":0,\"AGST\":810,\"MFT\":3.6,\"OT\":908,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"673\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-11-15T00:45\",\"SegFlightNumber\":\"6E-364\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-14T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4211729324_1BOMLKO6E364_6553398506107\",\"localFromDateTime\":\"2023-11-14 22:45\",\"localToDateTime\":\"2023-11-15 00:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":2,\"intSourceCityId\":18676,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Lucknow\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"departure_date\":\"14\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Amausi Arpt LKO\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"BOM\",\"to\":\"LKO\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"sourceCityId\":18676,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"80c0d-59646-749d8-3e6a7\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-LKO\"}}','2023-09-07 09:24:31'),(840,'402e4-fa217-4b687-9acfe','{\"BookingData\":[{\"bookingId\":\"BKR101372089860\",\"bookingId_TJ\":\"TJ101372089860\",\"FlightNumber\":\"SG-8293\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-09-08T13:50\",\"LocalFromTime\":\"2023-09-08 13:50\",\"FromUTCTime\":\"2023-09-08T13:50\",\"LocalToTime\":\"2023-09-08 15:40\",\"ToUTCTime\":\"2023-09-08T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2736.8,\"PublishedFareTxt\":\"2,737\",\"ApiResultIndex\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2736.8,\"PublishedFare\":2736.8,\"OfferedFare\":2736.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4493390912_0DELAMDSG8293_13993560219566\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":2736.8,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2736.8,\"CostToCustomer\":2736.8,\"BaseFareCal\":2736.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2736.8,\"intOfferedFare\":2736.8,\"intPublishFare\":2736.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"210\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-08T15:40\",\"SegFlightNumber\":\"SG-8293\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"402e4-fa217-4b687-9acfe\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:05:27.139\",\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101372089860\",\"bookingId_TJ\":\"TJ101372089860\",\"FlightNumber\":\"SG-8293\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-09-08T13:50\",\"LocalFromTime\":\"2023-09-08 13:50\",\"FromUTCTime\":\"2023-09-08T13:50\",\"LocalToTime\":\"2023-09-08 15:40\",\"ToUTCTime\":\"2023-09-08T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 08 Sep\",\"ArrivalDateTxt\":\"Fri, 08 Sep\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2736.8,\"ApiResultIndex\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"402e4-fa217-4b687-9acfe\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:05:27.139\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2736.8,\"PublishedFare\":2736.8,\"OfferedFare\":2736.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":2736.8,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"210\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-08T15:40\",\"SegFlightNumber\":\"SG-8293\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-08T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4493390912_1DELAMDSG8293_16130191744897\",\"localFromDateTime\":\"2023-09-08 13:50\",\"localToDateTime\":\"2023-09-08 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"08\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"DEL\",\"to\":\"AMD\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":7701,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"402e4-fa217-4b687-9acfe\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-AMD\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Ahmedabad&source_city=DEL&ContSysId_1=101&destination_city=AMD&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Ahmedabad%2C+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD%2C+India&departure_date=08%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"7742825288\",\"FirstName\":\"vikram \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-07-11-04-36\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"65\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"833955\",\"TPSysId\":\"833956\",\"VersionId\":[\"252841\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"68033\",\"FareBreakdownid\":[\"384675\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"140\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"65\"],\"flight_booking_id\":[\"135\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"135\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":2736.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":null,\"TPSysId\":null,\"MasterTPSysId\":null,\"ProposalID\":\"\\/V1\",\"InvoiceDate\":\"2023-09-07\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-07\",\"PaymentDate\":\"2023-09-07\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":2736.8,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":2736.8,\"TotalDueAmount\":0,\"InvoiceValue\":2736.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-AMD-SpiceJet SG-8293\",\"ItemQty\":1,\"ItemRates\":2736.8,\"Total\":2736.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":2736.8,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":2736.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ101372089860\",\"amount\":2736.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-09-07T11:08:47.945\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19136512\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8293\"},\"stops\":0,\"duration\":110,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-09-08T13:50\",\"at\":\"2023-09-08T15:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"vikram\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":2736.8,\"NF\":2736.8,\"TAF\":286.8,\"BF\":2450,\"IGST\":1.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":275}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-09-07 11:07:22'),(842,'ba519-b1b61-c3287-87810','{\"BookingData\":[{\"bookingId\":\"BKR101172091088\",\"bookingId_TJ\":\"TJ101172091088\",\"FlightNumber\":\"6E-6544\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-09-14T11:30\",\"LocalFromTime\":\"2023-09-14 11:30\",\"FromUTCTime\":\"2023-09-14T11:30\",\"LocalToTime\":\"2023-09-14 13:45\",\"ToUTCTime\":\"2023-09-14T13:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 14 Sep\",\"ArrivalDateTxt\":\"Thu, 14 Sep\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3990.8,\"PublishedFareTxt\":\"3,991\",\"ApiResultIndex\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VNS-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3015,\"Tax\":975.8,\"YQTax\":0,\"OtherCharges\":808,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":156,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3990.8,\"PublishedFare\":3936.97,\"OfferedFare\":3936.97,\"CommissionEarned\":53.83,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.83,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1675227657_0VNSBOM6E6544_16815997346190\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":53.83,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":3990.8,\"oldFare\":3659.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":975.8,\"BaseFareCal\":3936.97,\"BaseFare\":3015,\"CommissionEarned\":53.83,\"TDS\":-2.83,\"MF\":10,\"YQ\":0,\"AGST\":156,\"MFT\":1.8,\"OT\":808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":53.83,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3936.97,\"CostToCustomer\":3936.97,\"BaseFareCal\":3936.97,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3936.97,\"intOfferedFare\":3936.97,\"intPublishFare\":3990.8,\"TripjackMarkup\":0,\"TripjackCommission\":53.83,\"TripjackTDS\":\"2.83\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":53.83,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"911\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-14T13:45\",\"SegFlightNumber\":\"6E-6544\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-09-14T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"911\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ba519-b1b61-c3287-87810\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:16:34.858\",\"strTraceId\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101172091088\",\"bookingId_TJ\":\"TJ101172091088\",\"FlightNumber\":\"6E-6544\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"strTraceId\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-09-14T11:30\",\"LocalFromTime\":\"2023-09-14 11:30\",\"FromUTCTime\":\"2023-09-14T11:30\",\"LocalToTime\":\"2023-09-14 13:45\",\"ToUTCTime\":\"2023-09-14T13:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 14 Sep\",\"ArrivalDateTxt\":\"Thu, 14 Sep\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3990.8,\"ApiResultIndex\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"ba519-b1b61-c3287-87810\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-07T11:16:34.858\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3015,\"Tax\":975.8,\"YQTax\":0,\"OtherCharges\":808,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":156,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3990.8,\"PublishedFare\":3936.97,\"OfferedFare\":3936.97,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":975.8,\"BaseFareCal\":3936.97,\"BaseFare\":3015,\"CommissionEarned\":53.83,\"TDS\":-2.83,\"MF\":10,\"YQ\":0,\"AGST\":156,\"MFT\":1.8,\"OT\":808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"911\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-14T13:45\",\"SegFlightNumber\":\"6E-6544\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-09-14T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1675227657_3VNSBOM6E6544_5599184660911\",\"localFromDateTime\":\"2023-09-14 11:30\",\"localToDateTime\":\"2023-09-14 13:45\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Varanasi\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"VNS\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"14\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lal Bahadur Shastri Arpt VNS\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VNS\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"VNS\",\"to\":\"BOM\",\"sourceCityText\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":28449,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ba519-b1b61-c3287-87810\",\"PreferredAirline\":null,\"from_city_\":\"1__VNS-BOM\"}}','2023-09-07 11:15:07'),(844,'a6004-e5c8d-c85f0-ecd5a','{\"BookingData\":[{\"bookingId\":\"BKR103972098906\",\"bookingId_TJ\":\"TJ103972098906\",\"FlightNumber\":\"I5-335\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:25\",\"TravelDate\":\"2023-09-15T09:10\",\"LocalFromTime\":\"2023-09-15 09:10\",\"FromUTCTime\":\"2023-09-15T09:10\",\"LocalToTime\":\"2023-09-15 11:25\",\"ToUTCTime\":\"2023-09-15T11:25\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":22562,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4865.8,\"PublishedFareTxt\":\"4,866\",\"ApiResultIndex\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3494,\"Tax\":1371.8,\"YQTax\":0,\"OtherCharges\":1178,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4865.8,\"PublishedFare\":4797.24,\"OfferedFare\":4797.24,\"CommissionEarned\":68.56,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0517029129_0IXRBOMI5335_10087237508489\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":68.56,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1371.8,\"BaseFareCal\":4797.24,\"BaseFare\":3494,\"CommissionEarned\":68.56,\"TDS\":-3.61,\"MF\":10,\"YQ\":0,\"AGST\":182,\"MFT\":1.8,\"OT\":1178,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4797.24,\"CostToCustomer\":4797.24,\"BaseFareCal\":4797.24,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4797.24,\"intOfferedFare\":4797.24,\"intPublishFare\":4865.8,\"TripjackMarkup\":0,\"TripjackCommission\":68.56,\"TripjackTDS\":\"3.61\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":68.56,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"216\",\"originAirportName\":\"Birsa Munda Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ranchi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-15T11:25\",\"SegFlightNumber\":\"I5-335\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXR\",\"originDepTime\":\"2023-09-15T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a6004-e5c8d-c85f0-ecd5a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-07T12:30:25.174\",\"strTraceId\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":22562,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103972098906\",\"bookingId_TJ\":\"TJ103972098906\",\"FlightNumber\":\"I5-335\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"strTraceId\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:25\",\"TravelDate\":\"2023-09-15T09:10\",\"LocalFromTime\":\"2023-09-15 09:10\",\"FromUTCTime\":\"2023-09-15T09:10\",\"LocalToTime\":\"2023-09-15 11:25\",\"ToUTCTime\":\"2023-09-15T11:25\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 15 Sep\",\"ArrivalDateTxt\":\"Fri, 15 Sep\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":22562,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4865.8,\"ApiResultIndex\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"a6004-e5c8d-c85f0-ecd5a\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-07T12:30:25.174\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3494,\"Tax\":1371.8,\"YQTax\":0,\"OtherCharges\":1178,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4865.8,\"PublishedFare\":4797.24,\"OfferedFare\":4797.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1371.8,\"BaseFareCal\":4797.24,\"BaseFare\":3494,\"CommissionEarned\":68.56,\"TDS\":-3.61,\"MF\":10,\"YQ\":0,\"AGST\":182,\"MFT\":1.8,\"OT\":1178,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"216\",\"originAirportName\":\"Birsa Munda Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ranchi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-15T11:25\",\"SegFlightNumber\":\"I5-335\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXR\",\"originDepTime\":\"2023-09-15T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-0517029129_0IXRBOMI5335_13516610744818\",\"localFromDateTime\":\"2023-09-15 09:10\",\"localToDateTime\":\"2023-09-15 11:25\",\"strSourceAirportCode\":\"IXR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":22562,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ranchi\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"IXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Ranchi, IN - Birsa Munda Arpt IXR, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"15\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Birsa Munda Arpt IXR\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXR\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IXR\",\"to\":\"BOM\",\"sourceCityText\":\"Ranchi, IN - Birsa Munda Arpt IXR, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":22562,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a6004-e5c8d-c85f0-ecd5a\",\"PreferredAirline\":null,\"from_city_\":\"1__IXR-BOM\"}}','2023-09-07 12:28:57'),(850,'29cc9-c8428-e50b6-2695d','{\"BookingData\":[{\"bookingId\":\"BKR109872251257\",\"bookingId_TJ\":\"TJ109872251257\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10247.6,\"PublishedFareTxt\":\"10,248\",\"ApiResultIndex\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8076,\"Tax\":2171.6,\"YQTax\":0,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10247.6,\"PublishedFare\":10119.54,\"OfferedFare\":10119.54,\"CommissionEarned\":128.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8394534071_0BLRJAI6E6273_99444909066055\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":128.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2171.6,\"BaseFareCal\":10119.54,\"BaseFare\":8076,\"CommissionEarned\":128.06,\"TDS\":-6.74,\"MF\":20,\"YQ\":0,\"AGST\":414,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":128.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10119.54,\"CostToCustomer\":10119.54,\"BaseFareCal\":10119.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10119.54,\"intOfferedFare\":10119.54,\"intPublishFare\":10247.6,\"TripjackMarkup\":0,\"TripjackCommission\":128.06,\"TripjackTDS\":\"6.74\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":128.06,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"456\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"456\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"29cc9-c8428-e50b6-2695d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-09T09:55:40.215\",\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109872251257\",\"bookingId_TJ\":\"TJ109872251257\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10247.6,\"ApiResultIndex\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"29cc9-c8428-e50b6-2695d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-09T09:55:40.215\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8076,\"Tax\":2171.6,\"YQTax\":0,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10247.6,\"PublishedFare\":10119.54,\"OfferedFare\":10119.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2171.6,\"BaseFareCal\":10119.54,\"BaseFare\":8076,\"CommissionEarned\":128.06,\"TDS\":-6.74,\"MF\":20,\"YQ\":0,\"AGST\":414,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"456\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8394534071_0BLRJAI6E6273_10854945697678\",\"localFromDateTime\":\"2023-09-16 22:15\",\"localToDateTime\":\"2023-09-17 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"16\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"29cc9-c8428-e50b6-2695d\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Jaipur&source_city=BLR&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=16%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&adults=2&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"ganesh\",\"LastName\":\"ram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-09-09-56-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"66\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"B poonaram\",\"LastName\":\"poonaram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-09-09-56-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"67\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"836884\",\"TPSysId\":\"836885\",\"VersionId\":[\"253821\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"68244\",\"FareBreakdownid\":[\"384807\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"141\",\"142\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"66\",\"67\"],\"flight_booking_id\":[\"136\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"136\"],\"_sessiondata\":{\"EmailId\":\"mukesh.seervi15@gmail.com\",\"CustomerSysId\":\"487956\",\"AgencySysId\":\"86368\",\"FirstName\":\"mukesh\",\"LastName\":\"seervi\",\"Password_cu\":\"939c71f2fc1a6e56228eae9e44faf738\",\"ContactNo1\":\"8553955457\",\"SecurityKey\":\"\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/customer\\/account\"},\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":10119.54},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"487956\",\"TPSysId\":\"836885\",\"MasterTPSysId\":\"836884\",\"ProposalID\":\"836885\\/V1\",\"InvoiceDate\":\"2023-09-09\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-09\",\"PaymentDate\":\"2023-09-09\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":10119.54,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":10119.54,\"TotalDueAmount\":0,\"InvoiceValue\":10119.54,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-JAI-IndiGo 6E-6273\",\"ItemQty\":1,\"ItemRates\":10119.54,\"Total\":10119.54,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":10119.54,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":10119.54,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ109872251257\",\"amount\":10247.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-09-09T10:00:33.746\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19182315\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6273\",\"eT\":\"321\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-09-16T22:15\",\"at\":\"2023-09-17T00:45\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-JAI\":\"Z2L4FX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"ram\"},{\"pnrDetails\":{\"BLR-JAI\":\"Z2L4FX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"B poonaram\",\"lN\":\"poonaram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":10247.6,\"TAF\":2171.6,\"IGST\":3.6,\"NCM\":128.06,\"BF\":8076,\"NF\":10119.54},\"afC\":{\"TAF\":{\"MFT\":3.6,\"MF\":20,\"OT\":1734,\"YQ\":0,\"AGST\":414},\"NCM\":{\"OT\":134.8,\"TDS\":-6.74}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-09-09 09:59:09'),(855,'b016e-5b77b-182b6-6252b','{\"BookingData\":[{\"bookingId\":\"BKR104572348623\",\"bookingId_TJ\":\"TJ104572348623\",\"FlightNumber\":\"6E-6592\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-09-12T16:55\",\"LocalFromTime\":\"2023-09-12 16:55\",\"FromUTCTime\":\"2023-09-12T16:55\",\"LocalToTime\":\"2023-09-12 22:10\",\"ToUTCTime\":\"2023-09-12T22:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":315,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6510.8,\"PublishedFareTxt\":\"6,511\",\"ApiResultIndex\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JDH-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5196,\"Tax\":1314.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6510.8,\"PublishedFare\":6435.22,\"OfferedFare\":6435.22,\"CommissionEarned\":75.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.98,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_15491119439619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":75.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":6510.8,\"oldFare\":5752.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1314.8,\"BaseFareCal\":6435.22,\"BaseFare\":5196,\"CommissionEarned\":75.58,\"TDS\":-3.98,\"MF\":10,\"YQ\":0,\"AGST\":265,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":75.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6435.22,\"CostToCustomer\":6435.22,\"BaseFareCal\":6435.22,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6435.22,\"intOfferedFare\":6435.22,\"intPublishFare\":6510.8,\"TripjackMarkup\":0,\"TripjackCommission\":75.58,\"TripjackTDS\":\"3.98\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":75.58,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-12T19:00\",\"SegFlightNumber\":\"6E-6592\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"851\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-12T22:10\",\"SegFlightNumber\":\"6E-285\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-12T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b016e-5b77b-182b6-6252b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T13:06:27.250\",\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104572348623\",\"bookingId_TJ\":\"TJ104572348623\",\"FlightNumber\":\"6E-6592\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-09-12T16:55\",\"LocalFromTime\":\"2023-09-12 16:55\",\"FromUTCTime\":\"2023-09-12T16:55\",\"LocalToTime\":\"2023-09-12 22:10\",\"ToUTCTime\":\"2023-09-12T22:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":315,\"DepartureDateTxt\":\"Tue, 12 Sep\",\"ArrivalDateTxt\":\"Tue, 12 Sep\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":13184,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JDH\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6510.8,\"ApiResultIndex\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b016e-5b77b-182b6-6252b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T13:06:27.250\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5196,\"Tax\":1314.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6510.8,\"PublishedFare\":6435.22,\"OfferedFare\":6435.22,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1314.8,\"BaseFareCal\":6435.22,\"BaseFare\":5196,\"CommissionEarned\":75.58,\"TDS\":-3.98,\"MF\":10,\"YQ\":0,\"AGST\":265,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"850\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-12T19:00\",\"SegFlightNumber\":\"6E-6592\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2023-09-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"851\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-12T22:10\",\"SegFlightNumber\":\"6E-285\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-12T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8182933993_0JDHHYD6E6592HYDBLR6E285_24363076268110\",\"localFromDateTime\":\"2023-09-12 16:55\",\"localToDateTime\":\"2023-09-12 22:10\",\"strSourceAirportCode\":\"JDH\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":13184,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jodhpur\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"JDH\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"12\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jodhpur Arpt JDH\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JDH\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"JDH\",\"to\":\"BLR\",\"sourceCityText\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":13184,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b016e-5b77b-182b6-6252b\",\"PreferredAirline\":null,\"from_city_\":\"1__JDH-BLR\"}}','2023-09-10 13:04:59'),(859,'a2b5f-c3802-37898-78c75','{\"BookingData\":[{\"bookingId\":\"BKR103272383255\",\"bookingId_TJ\":\"TJ103272383255\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6511.8,\"PublishedFareTxt\":\"6,512\",\"ApiResultIndex\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1151.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6511.8,\"PublishedFare\":6434.58,\"OfferedFare\":6434.58,\"CommissionEarned\":77.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.06,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6835796321_0BLRJAI6E6273_45846416246030\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":77.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1151.8,\"BaseFareCal\":6434.58,\"BaseFare\":5360,\"CommissionEarned\":77.22,\"TDS\":-4.06,\"MF\":10,\"YQ\":0,\"AGST\":273,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":77.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6434.58,\"CostToCustomer\":6434.58,\"BaseFareCal\":6434.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6434.58,\"intOfferedFare\":6434.58,\"intPublishFare\":6511.8,\"TripjackMarkup\":0,\"TripjackCommission\":77.22,\"TripjackTDS\":\"4.06\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":77.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"181\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"181\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a2b5f-c3802-37898-78c75\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T23:20:20.576\",\"strTraceId\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103272383255\",\"bookingId_TJ\":\"TJ103272383255\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"strTraceId\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-16T22:15\",\"LocalFromTime\":\"2023-09-16 22:15\",\"FromUTCTime\":\"2023-09-16T22:15\",\"LocalToTime\":\"2023-09-17 00:45\",\"ToUTCTime\":\"2023-09-17T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sun, 17 Sep\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6511.8,\"ApiResultIndex\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"a2b5f-c3802-37898-78c75\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-10T23:20:20.576\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1151.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6511.8,\"PublishedFare\":6434.58,\"OfferedFare\":6434.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1151.8,\"BaseFareCal\":6434.58,\"BaseFare\":5360,\"CommissionEarned\":77.22,\"TDS\":-4.06,\"MF\":10,\"YQ\":0,\"AGST\":273,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"181\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-09-17T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-16T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6835796321_1BLRJAI6E6273_137891748360222\",\"localFromDateTime\":\"2023-09-16 22:15\",\"localToDateTime\":\"2023-09-17 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"16\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a2b5f-c3802-37898-78c75\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-09-10 23:18:52'),(861,'d6608-9fbb7-f22b3-c655c','{\"BookingData\":[{\"bookingId\":\"BKR106972495780\",\"bookingId_TJ\":\"TJ106972495780\",\"FlightNumber\":\"6E-251\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-09-13T04:55\",\"LocalFromTime\":\"2023-09-13 04:55\",\"FromUTCTime\":\"2023-09-13T04:55\",\"LocalToTime\":\"2023-09-13 07:20\",\"ToUTCTime\":\"2023-09-13T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":11240,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7926.8,\"PublishedFareTxt\":\"7,927\",\"ApiResultIndex\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-GAU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7477,\"Tax\":449.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7926.8,\"PublishedFare\":7790.47,\"OfferedFare\":7790.47,\"CommissionEarned\":136.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5398658061_0DELGAU6E251_7036480376715\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":136.33,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":449.8,\"BaseFareCal\":7790.47,\"BaseFare\":7477,\"CommissionEarned\":136.33,\"TDS\":-7.18,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":136.33,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7790.47,\"CostToCustomer\":7790.47,\"BaseFareCal\":7790.47,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7790.47,\"intOfferedFare\":7790.47,\"intPublishFare\":7926.8,\"TripjackMarkup\":0,\"TripjackCommission\":136.33,\"TripjackTDS\":\"7.18\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":136.33,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"395\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-09-13T07:20\",\"SegFlightNumber\":\"6E-251\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-13T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d6608-9fbb7-f22b3-c655c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-12T12:28:08.669\",\"strTraceId\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":11240,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106972495780\",\"bookingId_TJ\":\"TJ106972495780\",\"FlightNumber\":\"6E-251\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"strTraceId\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-09-13T04:55\",\"LocalFromTime\":\"2023-09-13 04:55\",\"FromUTCTime\":\"2023-09-13T04:55\",\"LocalToTime\":\"2023-09-13 07:20\",\"ToUTCTime\":\"2023-09-13T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":11240,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7926.8,\"ApiResultIndex\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d6608-9fbb7-f22b3-c655c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-12T12:28:08.669\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7477,\"Tax\":449.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7926.8,\"PublishedFare\":7790.47,\"OfferedFare\":7790.47,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":449.8,\"BaseFareCal\":7790.47,\"BaseFare\":7477,\"CommissionEarned\":136.33,\"TDS\":-7.18,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"395\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-09-13T07:20\",\"SegFlightNumber\":\"6E-251\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-13T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5398658061_10DELGAU6E251_19954394039190\",\"localFromDateTime\":\"2023-09-13 04:55\",\"localToDateTime\":\"2023-09-13 07:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":11240,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Guwahati\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GAU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"departure_date\":\"13\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GAU\",\"from\":\"DEL\",\"to\":\"GAU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"sourceCityId\":7701,\"destinationCityId\":11240,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d6608-9fbb7-f22b3-c655c\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-GAU\"}}','2023-09-12 12:26:40'),(863,'90147-be642-d9385-bc41d','{\"BookingData\":[{\"bookingId\":\"BKR107772568249\",\"bookingId_TJ\":\"TJ107772568249\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"PublishedFareTxt\":\"5,850\",\"ApiResultIndex\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"CommissionEarned\":71.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.77,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8713925380_0PNQAMD6E279_259348698802193\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5778.17,\"CostToCustomer\":5778.17,\"BaseFareCal\":5778.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5778.17,\"intOfferedFare\":5778.17,\"intPublishFare\":5849.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.63,\"TripjackTDS\":\"3.77\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":71.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"432\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"90147-be642-d9385-bc41d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:04:33.619\",\"strTraceId\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107772568249\",\"bookingId_TJ\":\"TJ107772568249\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"strTraceId\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"ApiResultIndex\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"90147-be642-d9385-bc41d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:04:33.619\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"432\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8713925380_1PNQAMD6E279_154391302380509\",\"localFromDateTime\":\"2023-09-13 15:50\",\"localToDateTime\":\"2023-09-13 17:05\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Pune\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"PNQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"13\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PNQ\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"PNQ\",\"to\":\"AMD\",\"sourceCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":22238,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"90147-be642-d9385-bc41d\",\"PreferredAirline\":null,\"from_city_\":\"1__PNQ-AMD\"}}','2023-09-13 09:03:04'),(876,'b2a89-e5432-351ee-e9848','{\"BookingData\":[{\"bookingId\":\"BKR104072568928\",\"bookingId_TJ\":\"TJ104072568928\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"PublishedFareTxt\":\"5,850\",\"ApiResultIndex\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"CommissionEarned\":71.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.77,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3906426781_0PNQAMD6E279_5305537015011\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5778.17,\"CostToCustomer\":5778.17,\"BaseFareCal\":5778.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5778.17,\"intOfferedFare\":5778.17,\"intPublishFare\":5849.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.63,\"TripjackTDS\":\"3.77\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":71.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"766\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b2a89-e5432-351ee-e9848\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:22:41.497\",\"strTraceId\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104072568928\",\"bookingId_TJ\":\"TJ104072568928\",\"FlightNumber\":\"6E-279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"strTraceId\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-13T15:50\",\"LocalFromTime\":\"2023-09-13 15:50\",\"FromUTCTime\":\"2023-09-13T15:50\",\"LocalToTime\":\"2023-09-13 17:05\",\"ToUTCTime\":\"2023-09-13T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 13 Sep\",\"ArrivalDateTxt\":\"Wed, 13 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5849.8,\"ApiResultIndex\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b2a89-e5432-351ee-e9848\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-13T09:22:41.497\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5849.8,\"PublishedFare\":5778.17,\"OfferedFare\":5778.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5778.17,\"BaseFare\":4800,\"CommissionEarned\":71.63,\"TDS\":-3.77,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"766\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-13T17:05\",\"SegFlightNumber\":\"6E-279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-09-13T15:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:50\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3906426781_0PNQAMD6E279_2458489362337\",\"localFromDateTime\":\"2023-09-13 15:50\",\"localToDateTime\":\"2023-09-13 17:05\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Pune\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"PNQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"13\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PNQ\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"PNQ\",\"to\":\"AMD\",\"sourceCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":22238,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b2a89-e5432-351ee-e9848\",\"PreferredAirline\":null,\"from_city_\":\"1__PNQ-AMD\"}}','2023-09-13 09:21:13'),(878,'50963-de0a1-9c22f-25e60','{\"BookingData\":[{\"bookingId\":\"BKR102472802426\",\"bookingId_TJ\":\"TJ102472802426\",\"FlightNumber\":\"6E-2134\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:10\",\"ArrivalTime\":\"19:30\",\"TravelDate\":\"2023-09-16T14:10\",\"LocalFromTime\":\"2023-09-16 14:10\",\"FromUTCTime\":\"2023-09-16T14:10\",\"LocalToTime\":\"2023-09-16 19:30\",\"ToUTCTime\":\"2023-09-16T19:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Dehra Dun\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sat, 16 Sep\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5142.8,\"PublishedFareTxt\":\"5,143\",\"ApiResultIndex\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4467,\"Tax\":675.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5142.8,\"PublishedFare\":5074.5,\"OfferedFare\":5074.5,\"CommissionEarned\":68.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5928027357_0DELDED6E2134DEDBLR6E347_17551616226242\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":68.3,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":675.8,\"BaseFareCal\":5074.5,\"BaseFare\":4467,\"CommissionEarned\":68.3,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5074.5,\"CostToCustomer\":5074.5,\"BaseFareCal\":5074.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5074.5,\"intOfferedFare\":5074.5,\"intPublishFare\":5142.8,\"TripjackMarkup\":0,\"TripjackCommission\":68.3,\"TripjackTDS\":\"3.6\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":68.3,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"353\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-09-16T15:05\",\"SegFlightNumber\":\"6E-2134\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-16T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Dehra Dun\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"354\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-16T19:30\",\"SegFlightNumber\":\"6E-347\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-09-16T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"353\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"50963-de0a1-9c22f-25e60\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-15T16:46:46.240\",\"strTraceId\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102472802426\",\"bookingId_TJ\":\"TJ102472802426\",\"FlightNumber\":\"6E-2134\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"strTraceId\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:10\",\"ArrivalTime\":\"19:30\",\"TravelDate\":\"2023-09-16T14:10\",\"LocalFromTime\":\"2023-09-16 14:10\",\"FromUTCTime\":\"2023-09-16T14:10\",\"LocalToTime\":\"2023-09-16 19:30\",\"ToUTCTime\":\"2023-09-16T19:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Dehra Dun\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Sat, 16 Sep\",\"ArrivalDateTxt\":\"Sat, 16 Sep\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5142.8,\"ApiResultIndex\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"50963-de0a1-9c22f-25e60\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-15T16:46:46.240\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4467,\"Tax\":675.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5142.8,\"PublishedFare\":5074.5,\"OfferedFare\":5074.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":675.8,\"BaseFareCal\":5074.5,\"BaseFare\":4467,\"CommissionEarned\":68.3,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"353\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-09-16T15:05\",\"SegFlightNumber\":\"6E-2134\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-16T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":85,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Dehra Dun\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"354\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-16T19:30\",\"SegFlightNumber\":\"6E-347\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-09-16T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5928027357_2DELDED6E2134DEDBLR6E347_114013422898635\",\"localFromDateTime\":\"2023-09-16 14:10\",\"localToDateTime\":\"2023-09-16 19:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"16\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-16\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"50963-de0a1-9c22f-25e60\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-09-15 16:45:17'),(880,'0d29e-bbe77-55fc7-59c50','{\"BookingData\":[{\"bookingId\":\"BKR100672810685\",\"bookingId_TJ\":\"TJ100672810685\",\"FlightNumber\":\"UK-566\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-09-19T06:30\",\"LocalFromTime\":\"2023-09-19 06:30\",\"FromUTCTime\":\"2023-09-19T06:30\",\"LocalToTime\":\"2023-09-19 08:35\",\"ToUTCTime\":\"2023-09-19T08:35\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 19 Sep\",\"ArrivalDateTxt\":\"Tue, 19 Sep\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3913.8,\"PublishedFareTxt\":\"3,914\",\"ApiResultIndex\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3150,\"CRF\":50,\"CRFT\":9,\"ARFT\":157.5},\"st\":\"4\",\"et\":\"26\"},{\"amount\":2625,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2625,\"CRF\":50,\"CRFT\":9,\"ARFT\":131.25},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACFT\":183.75,\"CCFT\":9,\"ACF\":3675,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":157.5,\"CCFT\":9,\"ACF\":3150,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2879,\"Tax\":1034.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":152,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3913.8,\"PublishedFare\":3507.49,\"OfferedFare\":3507.49,\"CommissionEarned\":406.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-7078248701_0JAIBOMUK566_122242782290602\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Standard\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":406.31,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":3913.8,\"oldFare\":3525.8,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1034.8,\"BaseFareCal\":3507.49,\"BaseFare\":2879,\"CommissionEarned\":406.31,\"TDS\":-21.38,\"MF\":10,\"YQ\":0,\"AGST\":152,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":406.31,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3507.49,\"CostToCustomer\":3507.49,\"BaseFareCal\":3507.49,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3507.49,\"intOfferedFare\":3507.49,\"intPublishFare\":3913.8,\"TripjackMarkup\":0,\"TripjackCommission\":406.31,\"TripjackTDS\":\"21.38\",\"AddiMarkup\":0,\"CommisionPass\":406.31,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"451\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-19T08:35\",\"SegFlightNumber\":\"UK-566\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-19T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"5KG\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"10KG\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"15KG\",\"Price\":7200,\"amount\":7200,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"20KG\",\"Price\":9600,\"amount\":9600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"25KG\",\"Price\":12000,\"amount\":12000,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"30KG\",\"Price\":14400,\"amount\":14400,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"35KG\",\"Price\":16800,\"amount\":16800,\"Weight\":\"35KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"45KG\",\"Price\":21600,\"amount\":21600,\"Weight\":\"45KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"50KG\",\"Price\":26400,\"amount\":26400,\"Weight\":\"50KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"65KG\",\"Price\":31200,\"amount\":31200,\"Weight\":\"65KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"77KG\",\"Price\":38400,\"amount\":38400,\"Weight\":\"77KG\"},{\"Currency\":\"INR\",\"key\":\"451\",\"Code\":\"90KG\",\"Price\":46000,\"amount\":46000,\"Weight\":\"90KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0d29e-bbe77-55fc7-59c50\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-15T18:03:44.098\",\"strTraceId\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100672810685\",\"bookingId_TJ\":\"TJ100672810685\",\"FlightNumber\":\"UK-566\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"strTraceId\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-09-19T06:30\",\"LocalFromTime\":\"2023-09-19 06:30\",\"FromUTCTime\":\"2023-09-19T06:30\",\"LocalToTime\":\"2023-09-19 08:35\",\"ToUTCTime\":\"2023-09-19T08:35\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 19 Sep\",\"ArrivalDateTxt\":\"Tue, 19 Sep\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3913.8,\"ApiResultIndex\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"0d29e-bbe77-55fc7-59c50\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-15T18:03:44.098\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2879,\"Tax\":1034.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":152,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3913.8,\"PublishedFare\":3507.49,\"OfferedFare\":3507.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1034.8,\"BaseFareCal\":3507.49,\"BaseFare\":2879,\"CommissionEarned\":406.31,\"TDS\":-21.38,\"MF\":10,\"YQ\":0,\"AGST\":152,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"451\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-19T08:35\",\"SegFlightNumber\":\"UK-566\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-09-19T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-7078248701_1JAIBOMUK566_213313427775009\",\"localFromDateTime\":\"2023-09-19 06:30\",\"localToDateTime\":\"2023-09-19 08:35\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"19\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0d29e-bbe77-55fc7-59c50\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BOM\"}}','2023-09-15 18:02:15'),(881,'c1012-d770e-dd128-aa4da','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid2713635454-39702675\",\"name\":\"OYO Flagship 41655 Srj Inn Jadavpur\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XXL\"}],\"des\":\"{\\\"Overview\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Both business travelers and tourists can enjoy the property\'s facilities and services. Service-minded staff will welcome and guide you at OYO Flagship 41655 Srj Inn. All rooms are designed and decorated to make guests feel right at home, and some rooms come with linens, mirror, towels, internet access \\u2013 wireless, fan. The property offers various recreational opportunities. OYO Flagship 41655 Srj Inn combines warm hospitality with a lovely ambiance to make your stay in Kolkata unforgettable.\\\",\\\"Snippet\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Bot\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"88.38974\",\"lt\":\"22.490122\"},\"ad\":{\"adr\":\"6\\/153, Survey Park, Santoshpur, Kolkata\",\"postalCode\":\"700075\",\"city\":{\"code\":\"6241\",\"name\":\"Kolkata\"},\"state\":{\"name\":\"West Bengal\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Kolkata\",\"sn\":\"West Bengal\",\"cn\":\"India\"},\"fl\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Breakfast\",\"Breakfast\",\"Kitchen\",\"Restaurant\",\"Room service\",\"Shared kitchen\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Air conditioning in public area\",\"Contactless check-in\\/out\",\"Daily housekeeping\",\"Elevator\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Internet\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Parking\",\"Parking\",\"Air conditioning\",\"Bathrobes\",\"Blackout curtains\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Full kitchen\",\"Internet\",\"Kitchenette\",\"Laptop workspace\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\",\"Internet\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=7950324\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 3 to 5 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"90209035_0\",\"rc\":\"Classic Double or Twin\",\"rt\":\"Classic Double or Twin\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM_ONLY\",\"tp\":252.87,\"tfcs\":{\"TF\":252.87,\"TAF\":11.8,\"BF\":241.07,\"NF\":252.87,\"CMU\":4.73},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":252.87,\"TAF\":11.8,\"BF\":241.07,\"NF\":252.87,\"CMU\":4.73},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10}}}],\"imgs\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e96c3d7cb822e86c7d1b87ddb7acc3a8.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"90209035\"]}],\"checkInDate\":\"2023-09-18\",\"checkOutDate\":\"2023-09-19\",\"radi\":{\"rid\":\"90209035\",\"mga\":3,\"bds\":[{\"bt\":\"1 queen bed\",\"bc\":0}],\"ar\":{\"asm\":\"16\"}},\"iexb\":false}],\"id\":\"107_0_7950324\",\"tp\":252.87,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"ip2eFcQrhnrZA3GbM8wE\",\"ifra\":true,\"pd\":[{\"fdt\":\"2023-09-16T17:10:44.202\",\"tdt\":\"2023-09-17T00:00\",\"am\":0},{\"fdt\":\"2023-09-17T00:00\",\"tdt\":\"2023-09-18T12:00\",\"am\":236.34},{\"fdt\":\"2023-09-18T12:00\",\"tdt\":\"2023-09-19T23:59\",\"am\":236.34}],\"scnp\":\"Risk-free booking! Cancel before 2023-09-17 and you\'ll pay nothing!  Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night\'s charge (Hotel policy).\"},\"ddt\":\"2023-09-17T00:00\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Parking, Express check-in, Free WiFi, Drinking water\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM_ONLY\"],\"tpc\":236.34},{\"fc\":[\"BREAKFAST\"],\"tpc\":266.48}],\"opci\":[],\"uid\":\"39702675\",\"lhc\":\"7383854\"},\"bookingId\":\"TJ201372897995\",\"query\":{\"checkinDate\":\"2023-09-18\",\"checkoutDate\":\"2023-09-19\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid2713635454\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"90209035_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1173}},\"hotelbookingid\":\"23\",\"SearchHotelTraceId\":\"c1012-d770e-dd128-aa4da\",\"CustomerSession\":{\"bookingId\":\"c1012-d770e-dd128-aa4da\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"c1012-d770e-dd128-aa4da\",\"leadEmail\":\"sikder.am@yndex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"am\",\"passenger-lastname-1\":\"das\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"z\",\"passenger-lastname-2\":\"das\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"90209035_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM_ONLY\",\"TotalPrice\":258.83773199999996,\"gtxMarkUp\":5.0574,\"GSTOnGTXMarkUp\":0.910332,\"pernightperroomprice\":252.87,\"TotalRoomPrice\":252.87,\"TotalFare\":252.87,\"TotalBaseFare\":241.07,\"TotalNetFare\":252.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":252.87,\"TAF\":11.8,\"BF\":241.07,\"NF\":252.87,\"CMU\":4.73},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SNP\":236.34,\"TTSF\":25.32,\"SGP\":236.34,\"SBP\":211.02,\"MF\":10}}}],\"PriceWithMarkup\":258.83773199999996,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":252.87,\"pernightperroomprice\":252.87,\"RoomPrice\":257.9274,\"withmarkupprice\":258.83773199999996,\"gtxMarkUp\":5.0574,\"GSTOnGTXMarkUp\":0.910332,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_7950324\",\"RoomTotalPrice\":252.87,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid2713635454-39702675\",\"HotemName\":\"Oyo Flagship 41655 Srj Inn Jadavpur\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Both business travelers and tourists can enjoy the property\'s facilities and services. Service-minded staff will welcome and guide you at OYO Flagship 41655 Srj Inn. All rooms are designed and decorated to make guests feel right at home, and some rooms come with linens, mirror, towels, internet access \\u2013 wireless, fan. The property offers various recreational opportunities. OYO Flagship 41655 Srj Inn combines warm hospitality with a lovely ambiance to make your stay in Kolkata unforgettable.\\\",\\\"Snippet\\\":\\\"OYO Flagship 41655 Srj Inn is perfectly located for both business and leisure guests in Kolkata. Bot\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/6ff65a2d558957b80971c7932b393731.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ffe6447496bbbb25744ba0952cf7cede.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/477098148.jpg?k=59e35d16ac6b6f6512d6ec3e150919169e7a6c3fcfe749cc8c2cf496f3522900&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/21deb86d7929950eae0259ab4bffd5a5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/e168bdfc494ab7b30a9ec1ff41493882.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611688.jpg?k=e9852f68108498f29aee61d704bc2771cb2496608cc17b0c1e5bcd7b1b8f6ead&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611802.jpg?k=3ab7aa2cd8f4ca0d6f77f6583e796e88d990e1f4516f6ad5916ae94f2f7b3b13&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/58b7dddce9c5c7ea2f70b3b3dbaafc7b.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ac3917c8355c4a53e251de3bbed11841.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/bbfa077b7889845c3ff6db995ee1d9a1.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611720.jpg?k=9f9920c136d0c838f15236abf39d7224fe5197ec1da98ca254d3e4dcee390b8d&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611807.jpg?k=1b1edbe7509491bb03da504b246ff3091f3ec730de83ba62179f9964690714cd&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611804.jpg?k=eaa54fd1e710259024da93d2adc7afab2468b3212ee048efe1270f7a6f079209&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611678.jpg?k=e5581c952b80debc312f59a358affdcfcc1b1d45bbde8cd0504c33fff2aa0593&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611770.jpg?k=cf48c2f67545b9edac3cd3ca331df2ffe53d7647d03a05e046d80fea3ae638a7&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/215b549df6a24413ae8178c71e2a2800.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/750446439cf6c19e66263ecf454417b5.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/955c5a18c55a48e917e8d75f96db26aa.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/7950324\\/-1\\/ea97593118057a5ed5411d4f49d56741.jpg?ca=9&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/476611715.jpg?k=1d6d4edd321cf07b5adc14b5ac3d8b5363d552e040e93795f2a62c0789244175&o=&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.38974\",\"lt\":\"22.490122\"},\"HotelAddress\":\"6\\/153, Survey Park, Santoshpur, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Breakfast\",\"Breakfast\",\"Kitchen\",\"Restaurant\",\"Room service\",\"Shared kitchen\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Air conditioning in public area\",\"Contactless check-in\\/out\",\"Daily housekeeping\",\"Elevator\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"Internet\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Parking\",\"Parking\",\"Air conditioning\",\"Bathrobes\",\"Blackout curtains\",\"Closet\",\"Desk\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Full kitchen\",\"Internet\",\"Kitchenette\",\"Laptop workspace\",\"Linens\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Smoke detector\",\"Telephone\",\"Toiletries\",\"Towels\",\"Internet\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-18\",\"checkoutDate\":\"2023-09-19\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"847993\",\"TPSysId\":\"847994\",\"VersionId\":\"2572947\",\"CustomerSysId\":\"492483\",\"TrxId\":\"68955\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-09-16 17:10:35'),(882,'2156c-fcb8a-8f42c-7f3a5','{\"BookingData\":[{\"FlightNumber\":\"6E-116\",\"keyIndex\":1,\"SegFlightNumberArr\":\"6E-116\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7360127358_0BOMATQ6E116_189933311072532\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2023-09-29T18:45\",\"LocalFromTime\":\"2023-09-29 18:45\",\"FromUTCTime\":\"2023-09-29T18:45\",\"LocalToTime\":\"2023-09-29 21:05\",\"ToUTCTime\":\"2023-09-29T21:05\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8267,\"PublishedFareTxt\":\"8,267\",\"ApiResultIndex\":\"5-7360127358_0BOMATQ6E116_189933311072532\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2156c-fcb8a-8f42c-7f3a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7518,\"Tax\":846.8,\"YQTax\":0,\"OtherCharges\":835,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8364.8,\"PublishedFare\":8267,\"PublishedFarePerPax\":8267,\"OfferedFare\":8266.06,\"CommissionEarned\":98.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.2,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7360127358_0BOMATQ6E116_189933311072532\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":98.74,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BOM-ATQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":846.8,\"BaseFareCal\":8266.06,\"BaseFare\":7518,\"CommissionEarned\":98.74,\"TDS\":-5.2,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":835,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00U\"},\"Segments\":[{\"segmentid\":\"4\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-09-29T21:05\",\"SegFlightNumber\":\"6E-116\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-29T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00G\"},{\"keyIndex\":1,\"FlightNumber\":\"6E-5279\",\"SegFlightNumberArr\":\"6E-5279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"08:05\",\"TravelDate\":\"2023-09-30T05:30\",\"LocalFromTime\":\"2023-09-30 05:30\",\"FromUTCTime\":\"2023-09-30T05:30\",\"LocalToTime\":\"2023-09-30 08:05\",\"ToUTCTime\":\"2023-09-30T08:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sat, 30 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5562,\"PublishedFareTxt\":\"5,561\",\"ApiResultIndex\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"2156c-fcb8a-8f42c-7f3a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1167.8,\"YQTax\":0,\"OtherCharges\":1156,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5667.8,\"PublishedFare\":5562,\"PublishedFarePerPax\":5562,\"OfferedFare\":5561.16,\"CommissionEarned\":106.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1167.8,\"BaseFareCal\":5561.16,\"BaseFare\":4500,\"CommissionEarned\":106.64,\"TDS\":-5.61,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1156,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"ATQ-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"01T\"},\"Segments\":[{\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-30T08:05\",\"SegFlightNumber\":\"6E-5279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-30T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00M\"}],\"FlightBookingDataInbound\":{\"keyIndex\":1,\"FlightNumber\":\"6E-5279\",\"SegFlightNumberArr\":\"6E-5279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"08:05\",\"TravelDate\":\"2023-09-30T05:30\",\"LocalFromTime\":\"2023-09-30 05:30\",\"FromUTCTime\":\"2023-09-30T05:30\",\"LocalToTime\":\"2023-09-30 08:05\",\"ToUTCTime\":\"2023-09-30T08:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sat, 30 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5562,\"PublishedFareTxt\":\"5,561\",\"ApiResultIndex\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"2156c-fcb8a-8f42c-7f3a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1167.8,\"YQTax\":0,\"OtherCharges\":1156,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5667.8,\"PublishedFare\":5562,\"PublishedFarePerPax\":5562,\"OfferedFare\":5561.16,\"CommissionEarned\":106.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7360127358_0ATQBOM6E5279_189933310877254\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1167.8,\"BaseFareCal\":5561.16,\"BaseFare\":4500,\"CommissionEarned\":106.64,\"TDS\":-5.61,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1156,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"ATQ-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"01T\"},\"Segments\":[{\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-30T08:05\",\"SegFlightNumber\":\"6E-5279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-30T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00M\"}}','2023-09-17 16:09:08'),(883,'4b37d-eedea-84952-40791','{\"BookingData\":[{\"FlightNumber\":\"AI-609\",\"keyIndex\":0,\"SegFlightNumberArr\":\"AI-609\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0120655167_0BOMCJBAI609_37015569371641\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-09-26T06:40\",\"LocalFromTime\":\"2023-09-26 06:40\",\"FromUTCTime\":\"2023-09-26T06:40\",\"LocalToTime\":\"2023-09-26 08:25\",\"ToUTCTime\":\"2023-09-26T08:25\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Tue, 26 Sep\",\"ArrivalDateTxt\":\"Tue, 26 Sep\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"6609\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CJB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4578,\"PublishedFareTxt\":\"4,578\",\"ApiResultIndex\":\"32-21-10-15-2-0120655167_0BOMCJBAI609_37015569370240\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"4b37d-eedea-84952-40791\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3990,\"Tax\":743.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4733.8,\"PublishedFare\":4578,\"PublishedFarePerPax\":4578,\"OfferedFare\":4577.71,\"CommissionEarned\":156.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-0120655167_0BOMCJBAI609_37015569371641\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":156.09,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BOM-CJB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":743.8,\"BaseFareCal\":4577.71,\"BaseFare\":3990,\"CommissionEarned\":156.09,\"TDS\":-8.22,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"011\"},\"Segments\":[{\"segmentid\":\"377\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Peelamedu Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Coimbatore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CJB\",\"destinationArrTime\":\"2023-09-26T08:25\",\"SegFlightNumber\":\"AI-609\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-26T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00J\"},{\"keyIndex\":2,\"FlightNumber\":\"6E-5247\",\"SegFlightNumberArr\":\"6E-5247\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-10-01T06:45\",\"LocalFromTime\":\"2023-10-01 06:45\",\"FromUTCTime\":\"2023-10-01T06:45\",\"LocalToTime\":\"2023-10-01 08:45\",\"ToUTCTime\":\"2023-10-01T08:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"6609\",\"SourceAirportCode\":\"CJB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5134,\"PublishedFareTxt\":\"5,134\",\"ApiResultIndex\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4b37d-eedea-84952-40791\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4223,\"Tax\":976.8,\"YQTax\":0,\"OtherCharges\":965,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5199.8,\"PublishedFare\":5134,\"PublishedFarePerPax\":5134,\"OfferedFare\":5133.93,\"CommissionEarned\":65.87,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":976.8,\"BaseFareCal\":5133.93,\"BaseFare\":4223,\"CommissionEarned\":65.87,\"TDS\":-3.47,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":965,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"CJB-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"02D\"},\"Segments\":[{\"originAirportName\":\"Peelamedu Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Coimbatore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T08:45\",\"SegFlightNumber\":\"6E-5247\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CJB\",\"originDepTime\":\"2023-10-01T06:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00R\"}],\"FlightBookingDataInbound\":{\"keyIndex\":2,\"FlightNumber\":\"6E-5247\",\"SegFlightNumberArr\":\"6E-5247\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2023-10-01T06:45\",\"LocalFromTime\":\"2023-10-01 06:45\",\"FromUTCTime\":\"2023-10-01T06:45\",\"LocalToTime\":\"2023-10-01 08:45\",\"ToUTCTime\":\"2023-10-01T08:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 01 Oct\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"6609\",\"SourceAirportCode\":\"CJB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5134,\"PublishedFareTxt\":\"5,134\",\"ApiResultIndex\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4b37d-eedea-84952-40791\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4223,\"Tax\":976.8,\"YQTax\":0,\"OtherCharges\":965,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5199.8,\"PublishedFare\":5134,\"PublishedFarePerPax\":5134,\"OfferedFare\":5133.93,\"CommissionEarned\":65.87,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0120655167_0CJBBOM6E5247_37012575733463\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":976.8,\"BaseFareCal\":5133.93,\"BaseFare\":4223,\"CommissionEarned\":65.87,\"TDS\":-3.47,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":965,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"CJB-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"02D\"},\"Segments\":[{\"originAirportName\":\"Peelamedu Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Coimbatore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T08:45\",\"SegFlightNumber\":\"6E-5247\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CJB\",\"originDepTime\":\"2023-10-01T06:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"00R\"}}','2023-09-17 19:17:49'),(885,'5212b-2704d-cee7b-450ec','{\"BookingData\":[{\"bookingId\":\"BKR102573001826\",\"bookingId_TJ\":\"TJ102573001826\",\"FlightNumber\":\"AI-630\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-09-18T21:20\",\"LocalFromTime\":\"2023-09-18 21:20\",\"FromUTCTime\":\"2023-09-18T21:20\",\"LocalToTime\":\"2023-09-18 22:55\",\"ToUTCTime\":\"2023-09-18T22:55\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 18 Sep\",\"ArrivalDateTxt\":\"Mon, 18 Sep\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3842.8,\"PublishedFareTxt\":\"3,843\",\"ApiResultIndex\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2830,\"Tax\":1012.8,\"YQTax\":0,\"OtherCharges\":681,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3842.8,\"PublishedFare\":3708.17,\"OfferedFare\":3708.17,\"CommissionEarned\":134.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.09,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_7310853735826\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":134.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1012.8,\"BaseFareCal\":3708.17,\"BaseFare\":2830,\"CommissionEarned\":134.63,\"TDS\":-7.09,\"MF\":10,\"YQ\":0,\"AGST\":150,\"MFT\":1.8,\"OT\":681,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":134.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3708.17,\"CostToCustomer\":3708.17,\"BaseFareCal\":3708.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3708.17,\"intOfferedFare\":3708.17,\"intPublishFare\":3842.8,\"TripjackMarkup\":0,\"TripjackCommission\":134.63,\"TripjackTDS\":\"7.09\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":134.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"249\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-18T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-18T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5212b-2704d-cee7b-450ec\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-17T23:38:06.595\",\"strTraceId\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102573001826\",\"bookingId_TJ\":\"TJ102573001826\",\"FlightNumber\":\"AI-630\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"strTraceId\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-09-18T21:20\",\"LocalFromTime\":\"2023-09-18 21:20\",\"FromUTCTime\":\"2023-09-18T21:20\",\"LocalToTime\":\"2023-09-18 22:55\",\"ToUTCTime\":\"2023-09-18T22:55\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 18 Sep\",\"ArrivalDateTxt\":\"Mon, 18 Sep\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3842.8,\"ApiResultIndex\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"5212b-2704d-cee7b-450ec\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-17T23:38:06.595\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2830,\"Tax\":1012.8,\"YQTax\":0,\"OtherCharges\":681,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3842.8,\"PublishedFare\":3708.17,\"OfferedFare\":3708.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1012.8,\"BaseFareCal\":3708.17,\"BaseFare\":2830,\"CommissionEarned\":134.63,\"TDS\":-7.09,\"MF\":10,\"YQ\":0,\"AGST\":150,\"MFT\":1.8,\"OT\":681,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"249\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-18T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-18T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-1854663300_0NAGBOMAI630_42545815095794\",\"localFromDateTime\":\"2023-09-18 21:20\",\"localToDateTime\":\"2023-09-18 22:55\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Nagpur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"NAG\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"18\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Dr Ambedkar Intl Arpt NAG\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"NAG\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"NAG\",\"to\":\"BOM\",\"sourceCityText\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":18876,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5212b-2704d-cee7b-450ec\",\"PreferredAirline\":null,\"from_city_\":\"1__NAG-BOM\"}}','2023-09-17 23:36:38'),(886,'1f4af-745c9-cba29-c403e','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid3371748174-39995861\",\"name\":\"OYO 80299 Fantasy Stay Fusion\",\"img\":[{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156203.jpg?k=7a80c6223a79e0c96fc6bc473501cdd85ac2ec48333b33bb57cf50d2c0584aaa&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999227.jpg?k=e46712c701ad64f6d8433843bba0b07d2b783c4f1cbf23746961dd4370e8ff1e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999233.jpg?k=f3f7026ffd00abbb595e1ba9525e15fc42499f4ceaf9736c47898bbd1760067e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156206.jpg?k=f7edf080d13fd3834fac69c4ad4053ec9812d99e448d669d381e0a580738d74d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999221.jpg?k=4e6a1605596108692926c6f2fec4fa768417c163587c490515de5a1006e91db9&o=&s=312x\",\"sz\":\"Standard\"}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"88.43206\",\"lt\":\"22.635725\"},\"ad\":{\"adr\":\"51\\/2, Kaikhali Main Road Near Chiriamore Maa Sarada Nursing Home,Kolkata\",\"postalCode\":\"700052\",\"city\":{\"code\":\"6241\",\"name\":\"Kolkata\"},\"state\":{\"name\":\"West Bengal\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Kolkata\",\"sn\":\"West Bengal\",\"cn\":\"India\"},\"fl\":[\"Room service\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"Guest rooms seal after sanitization\",\"Room service\",\"Laundry Services\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=25011210\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 3 to 5 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"344249659_0\",\"rc\":\"Classic Double or Twin\",\"rt\":\"Classic Double or Twin\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM_ONLY\",\"tp\":373.18,\"tfcs\":{\"CMU\":7.09,\"NF\":373.18,\"TF\":373.18,\"BF\":361.38,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":7.09,\"NF\":373.18,\"TF\":373.18,\"BF\":361.38,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29}}}],\"imgs\":[{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156203.jpg?k=7a80c6223a79e0c96fc6bc473501cdd85ac2ec48333b33bb57cf50d2c0584aaa&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"344249659\"]}],\"checkInDate\":\"2023-09-20\",\"checkOutDate\":\"2023-09-21\",\"radi\":{\"rid\":\"344249659\",\"mga\":3,\"ar\":{\"asm\":\"0\"}},\"iexb\":false}],\"id\":\"107_0_25011210\",\"tp\":373.18,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"xxci6pLPsB55bWHXgX3S\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-09-18T11:32:28.492\",\"tdt\":\"2023-09-20T12:00\",\"am\":354.29},{\"fdt\":\"2023-09-20T12:00\",\"tdt\":\"2023-09-21T23:59\",\"am\":354.29}],\"scnp\":\"Risk-free booking! Cancel before 2023-09-19 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will incur the first night\'s charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night\'s charge (Hotel policy).\"},\"ddt\":\"2023-09-18T11:32:28.492\",\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM_ONLY\"],\"tpc\":354.29}],\"opci\":[],\"uid\":\"39995861\",\"lhc\":\"2779875\"},\"bookingId\":\"TJ201173025536\",\"query\":{\"checkinDate\":\"2023-09-20\",\"checkoutDate\":\"2023-09-21\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid3371748174\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"344249659_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1156}},\"hotelbookingid\":\"25\",\"SearchHotelTraceId\":\"1f4af-745c9-cba29-c403e\",\"CustomerSession\":{\"bookingId\":\"1f4af-745c9-cba29-c403e\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"1f4af-745c9-cba29-c403e\",\"leadEmail\":\"amitsikder80@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mrs\",\"passenger-firstname-1\":\"da\",\"passenger-lastname-1\":\"da\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"dqaws\",\"passenger-lastname-2\":\"dqw\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"344249659_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM_ONLY\",\"TotalPrice\":381.987048,\"gtxMarkUp\":7.4636000000000005,\"GSTOnGTXMarkUp\":1.3434480000000002,\"pernightperroomprice\":373.18,\"TotalRoomPrice\":373.18,\"TotalFare\":373.18,\"TotalBaseFare\":361.38,\"TotalNetFare\":373.18,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":7.09,\"NF\":373.18,\"TF\":373.18,\"BF\":361.38,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"TTSF\":37.96,\"SBP\":316.33,\"MF\":10,\"SGP\":354.29,\"SNP\":354.29}}}],\"PriceWithMarkup\":381.987048,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":373.18,\"pernightperroomprice\":373.18,\"RoomPrice\":380.6436,\"withmarkupprice\":381.987048,\"gtxMarkUp\":7.4636000000000005,\"GSTOnGTXMarkUp\":1.3434480000000002,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_25011210\",\"RoomTotalPrice\":373.18,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid3371748174-39995861\",\"HotemName\":\"Oyo 80299 Fantasy Stay Fusion\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156203.jpg?k=7a80c6223a79e0c96fc6bc473501cdd85ac2ec48333b33bb57cf50d2c0584aaa&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999227.jpg?k=e46712c701ad64f6d8433843bba0b07d2b783c4f1cbf23746961dd4370e8ff1e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999233.jpg?k=f3f7026ffd00abbb595e1ba9525e15fc42499f4ceaf9736c47898bbd1760067e&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/339156206.jpg?k=f7edf080d13fd3834fac69c4ad4053ec9812d99e448d669d381e0a580738d74d&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/305999221.jpg?k=4e6a1605596108692926c6f2fec4fa768417c163587c490515de5a1006e91db9&o=&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.43866\",\"lt\":\"22.63504\"},\"HotelAddress\":\"51\\/2, Maa Sarada Nursing Home, Kazi Nazrul Islam Avenue, Rajarhat North 24 Parganas, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Room service\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Breakfast\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"Guest rooms seal after sanitization\",\"Room service\",\"Laundry Services\",\"Restaurant\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-20\",\"checkoutDate\":\"2023-09-21\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"848858\",\"TPSysId\":\"848859\",\"VersionId\":\"2575355\",\"CustomerSysId\":\"493157\",\"TrxId\":\"69025\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-09-18 11:31:53'),(890,'6b21e-20ace-a44ab-55b80','{\"BookingData\":[{\"bookingId\":\"BKR107473085002\",\"bookingId_TJ\":\"TJ107473085002\",\"FlightNumber\":\"6E-5211\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-19T08:30\",\"LocalFromTime\":\"2023-09-19 08:30\",\"FromUTCTime\":\"2023-09-19T08:30\",\"LocalToTime\":\"2023-09-19 10:25\",\"ToUTCTime\":\"2023-09-19T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Tue, 19 Sep\",\"ArrivalDateTxt\":\"Tue, 19 Sep\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2401.8,\"PublishedFareTxt\":\"2,402\",\"ApiResultIndex\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"CRF\":50,\"CRFT\":9,\"ARF\":449},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"CCF\":50,\"CCFT\":9,\"ACFT\":74.95},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"CCF\":50,\"CCFT\":9,\"ACFT\":24.95},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1839,\"Tax\":562.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":97,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2401.8,\"PublishedFare\":2359.71,\"OfferedFare\":2359.71,\"CommissionEarned\":42.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2074579691_0BOMBLR6E5211_122241216567473\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":42.09,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":562.8,\"BaseFareCal\":2359.71,\"BaseFare\":1839,\"CommissionEarned\":42.09,\"TDS\":-2.22,\"MF\":10,\"YQ\":0,\"AGST\":97,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2359.71,\"CostToCustomer\":2359.71,\"BaseFareCal\":2359.71,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2359.71,\"intOfferedFare\":2359.71,\"intPublishFare\":2401.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.09,\"TripjackTDS\":\"2.22\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":42.09,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"589\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-19T10:25\",\"SegFlightNumber\":\"6E-5211\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-19T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"589\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6b21e-20ace-a44ab-55b80\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-18T20:28:16.438\",\"strTraceId\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107473085002\",\"bookingId_TJ\":\"TJ107473085002\",\"FlightNumber\":\"6E-5211\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"strTraceId\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2023-09-19T08:30\",\"LocalFromTime\":\"2023-09-19 08:30\",\"FromUTCTime\":\"2023-09-19T08:30\",\"LocalToTime\":\"2023-09-19 10:25\",\"ToUTCTime\":\"2023-09-19T10:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Tue, 19 Sep\",\"ArrivalDateTxt\":\"Tue, 19 Sep\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2401.8,\"ApiResultIndex\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"6b21e-20ace-a44ab-55b80\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-18T20:28:16.438\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1839,\"Tax\":562.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":97,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2401.8,\"PublishedFare\":2359.71,\"OfferedFare\":2359.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":562.8,\"BaseFareCal\":2359.71,\"BaseFare\":1839,\"CommissionEarned\":42.09,\"TDS\":-2.22,\"MF\":10,\"YQ\":0,\"AGST\":97,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"589\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-19T10:25\",\"SegFlightNumber\":\"6E-5211\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-19T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2074579691_1BOMBLR6E5211_36892339675254\",\"localFromDateTime\":\"2023-09-19 08:30\",\"localToDateTime\":\"2023-09-19 10:25\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"19\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"BOM\",\"to\":\"BLR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":18676,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"6b21e-20ace-a44ab-55b80\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-BLR\"}}','2023-09-18 20:26:47'),(893,'ef2f3-d6c3e-5ac3d-9a774','{\"BookingData\":[{\"bookingId\":\"BKR106473173010\",\"bookingId_TJ\":\"TJ106473173010\",\"FlightNumber\":\"6E-278\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-11-28T09:30\",\"LocalFromTime\":\"2023-11-28 09:30\",\"FromUTCTime\":\"2023-11-28T09:30\",\"LocalToTime\":\"2023-11-28 12:00\",\"ToUTCTime\":\"2023-11-28T12:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":47320.8,\"PublishedFareTxt\":\"47,321\",\"ApiResultIndex\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"ATQ-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":39678,\"Tax\":7642.799999999999,\"YQTax\":0,\"OtherCharges\":5556,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2016,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47320.8,\"PublishedFare\":46782.48,\"OfferedFare\":46782.479999999996,\"CommissionEarned\":538.3199999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9696709958_0ATQBOM6E278_29370461307181\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":538.3199999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":47320.8,\"oldFare\":44710.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":7642.799999999999,\"BaseFareCal\":46782.48,\"BaseFare\":39678,\"CommissionEarned\":538.3199999999999,\"TDS\":-28.32,\"MF\":60,\"YQ\":0,\"AGST\":2016,\"MFT\":10.8,\"OT\":5556,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":538.32,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":46782.48,\"CostToCustomer\":46782.48,\"BaseFareCal\":46782.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":46782.48,\"intOfferedFare\":46782.479999999996,\"intPublishFare\":47320.8,\"TripjackMarkup\":0,\"TripjackCommission\":538.3199999999999,\"TripjackTDS\":\"28.32\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":538.3199999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"213\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-28T12:00\",\"SegFlightNumber\":\"6E-278\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-11-28T09:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"213\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ef2f3-d6c3e-5ac3d-9a774\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-19T20:57:47.955\",\"strTraceId\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":6,\"intSourceCityId\":974,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106473173010\",\"bookingId_TJ\":\"TJ106473173010\",\"FlightNumber\":\"6E-278\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"strTraceId\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-11-28T09:30\",\"LocalFromTime\":\"2023-11-28 09:30\",\"FromUTCTime\":\"2023-11-28T09:30\",\"LocalToTime\":\"2023-11-28 12:00\",\"ToUTCTime\":\"2023-11-28T12:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":974,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":47320.8,\"ApiResultIndex\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"ef2f3-d6c3e-5ac3d-9a774\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-19T20:57:47.955\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":39678,\"Tax\":7642.799999999999,\"YQTax\":0,\"OtherCharges\":5556,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2016,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":47320.8,\"PublishedFare\":46782.48,\"OfferedFare\":46782.479999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":7642.799999999999,\"BaseFareCal\":46782.48,\"BaseFare\":39678,\"CommissionEarned\":538.3199999999999,\"TDS\":-28.32,\"MF\":60,\"YQ\":0,\"AGST\":2016,\"MFT\":10.8,\"OT\":5556,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"213\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-28T12:00\",\"SegFlightNumber\":\"6E-278\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-11-28T09:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9696709958_0ATQBOM6E278_35661743617754\",\"localFromDateTime\":\"2023-11-28 09:30\",\"localToDateTime\":\"2023-11-28 12:00\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":6,\"intSourceCityId\":974,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Amritsar\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"ATQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"28\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Raja Sansi Arpt ATQ\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"6\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"ATQ\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"ATQ\",\"to\":\"BOM\",\"sourceCityText\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":974,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-28\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ef2f3-d6c3e-5ac3d-9a774\",\"PreferredAirline\":null,\"from_city_\":\"1__ATQ-BOM\"}}','2023-09-19 20:56:19'),(896,'2dd92-6e7d5-7a93f-375c6','{\"BookingData\":[{\"bookingId\":\"BKR100073183036\",\"bookingId_TJ\":\"TJ100073183036\",\"FlightNumber\":\"6E-5166\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"10:55\",\"TravelDate\":\"2023-09-23T09:25\",\"LocalFromTime\":\"2023-09-23 09:25\",\"FromUTCTime\":\"2023-09-23T09:25\",\"LocalToTime\":\"2023-09-23 10:55\",\"ToUTCTime\":\"2023-09-23T10:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5732.8,\"PublishedFareTxt\":\"5,733\",\"ApiResultIndex\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"CRF\":50,\"ARF\":449,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"CCFT\":9,\"ACFT\":74.95,\"CCF\":50},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"CCFT\":9,\"ACFT\":24.95,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4700,\"Tax\":1032.8,\"YQTax\":0,\"OtherCharges\":781,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5732.8,\"PublishedFare\":5662.17,\"OfferedFare\":5662.17,\"CommissionEarned\":70.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7575262529_0NAGBOM6E5166_57246731715982\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":70.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1032.8,\"BaseFareCal\":5662.17,\"BaseFare\":4700,\"CommissionEarned\":70.63,\"TDS\":-3.72,\"MF\":10,\"YQ\":0,\"AGST\":240,\"MFT\":1.8,\"OT\":781,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":70.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5662.17,\"CostToCustomer\":5662.17,\"BaseFareCal\":5662.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5662.17,\"intOfferedFare\":5662.17,\"intPublishFare\":5732.8,\"TripjackMarkup\":0,\"TripjackCommission\":70.63,\"TripjackTDS\":\"3.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":70.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"652\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-23T10:55\",\"SegFlightNumber\":\"6E-5166\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-23T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"10:55\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"652\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2dd92-6e7d5-7a93f-375c6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-19T23:30:21.494\",\"strTraceId\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100073183036\",\"bookingId_TJ\":\"TJ100073183036\",\"FlightNumber\":\"6E-5166\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"strTraceId\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"10:55\",\"TravelDate\":\"2023-09-23T09:25\",\"LocalFromTime\":\"2023-09-23 09:25\",\"FromUTCTime\":\"2023-09-23T09:25\",\"LocalToTime\":\"2023-09-23 10:55\",\"ToUTCTime\":\"2023-09-23T10:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5732.8,\"ApiResultIndex\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"2dd92-6e7d5-7a93f-375c6\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-19T23:30:21.494\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4700,\"Tax\":1032.8,\"YQTax\":0,\"OtherCharges\":781,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5732.8,\"PublishedFare\":5662.17,\"OfferedFare\":5662.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1032.8,\"BaseFareCal\":5662.17,\"BaseFare\":4700,\"CommissionEarned\":70.63,\"TDS\":-3.72,\"MF\":10,\"YQ\":0,\"AGST\":240,\"MFT\":1.8,\"OT\":781,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"652\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-23T10:55\",\"SegFlightNumber\":\"6E-5166\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-23T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"10:55\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7575262529_0NAGBOM6E5166_130422605572773\",\"localFromDateTime\":\"2023-09-23 09:25\",\"localToDateTime\":\"2023-09-23 10:55\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Nagpur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"NAG\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"23\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Dr Ambedkar Intl Arpt NAG\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"NAG\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"NAG\",\"to\":\"BOM\",\"sourceCityText\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":18876,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"2dd92-6e7d5-7a93f-375c6\",\"PreferredAirline\":null,\"from_city_\":\"1__NAG-BOM\"}}','2023-09-19 23:28:52'),(898,'50b62-4988f-5205b-57c43','{\"BookingData\":[{\"bookingId\":\"BKR102973193206\",\"bookingId_TJ\":\"TJ102973193206\",\"FlightNumber\":\"QP-1107\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-09-22T19:20\",\"LocalFromTime\":\"2023-09-22 19:20\",\"FromUTCTime\":\"2023-09-22T19:20\",\"LocalToTime\":\"2023-09-22 20:30\",\"ToUTCTime\":\"2023-09-22T20:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2971.8,\"PublishedFareTxt\":\"2,972\",\"ApiResultIndex\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2357,\"Tax\":614.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2971.8,\"PublishedFare\":2920.06,\"OfferedFare\":2920.06,\"CommissionEarned\":51.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-8485753055_0BOMAMDQP1107_2366846489708\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":51.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":614.8,\"BaseFareCal\":2920.06,\"BaseFare\":2357,\"CommissionEarned\":51.74,\"TDS\":-2.72,\"MF\":10,\"YQ\":0,\"AGST\":124,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2920.06,\"CostToCustomer\":2920.06,\"BaseFareCal\":2920.06,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2920.06,\"intOfferedFare\":2920.06,\"intPublishFare\":2971.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.74,\"TripjackTDS\":\"2.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":51.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"488\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-22T20:30\",\"SegFlightNumber\":\"QP-1107\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-22T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"50b62-4988f-5205b-57c43\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T08:45:46.173\",\"strTraceId\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102973193206\",\"bookingId_TJ\":\"TJ102973193206\",\"FlightNumber\":\"QP-1107\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"strTraceId\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-09-22T19:20\",\"LocalFromTime\":\"2023-09-22 19:20\",\"FromUTCTime\":\"2023-09-22T19:20\",\"LocalToTime\":\"2023-09-22 20:30\",\"ToUTCTime\":\"2023-09-22T20:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2971.8,\"ApiResultIndex\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"50b62-4988f-5205b-57c43\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T08:45:46.173\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2357,\"Tax\":614.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2971.8,\"PublishedFare\":2920.06,\"OfferedFare\":2920.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":614.8,\"BaseFareCal\":2920.06,\"BaseFare\":2357,\"CommissionEarned\":51.74,\"TDS\":-2.72,\"MF\":10,\"YQ\":0,\"AGST\":124,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"488\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-22T20:30\",\"SegFlightNumber\":\"QP-1107\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-22T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-8485753055_2BOMAMDQP1107_76442724810642\",\"localFromDateTime\":\"2023-09-22 19:20\",\"localToDateTime\":\"2023-09-22 20:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"22\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BOM\",\"to\":\"AMD\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":18676,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"50b62-4988f-5205b-57c43\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-AMD\"}}','2023-09-20 08:44:17'),(900,'04686-2dc79-df35b-a19c7','{\"BookingData\":[{\"bookingId\":\"BKR109473194570\",\"bookingId_TJ\":\"TJ109473194570\",\"FlightNumber\":\"QP-1107\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-09-21T19:20\",\"LocalFromTime\":\"2023-09-21 19:20\",\"FromUTCTime\":\"2023-09-21T19:20\",\"LocalToTime\":\"2023-09-21 20:30\",\"ToUTCTime\":\"2023-09-21T20:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4250.8,\"PublishedFareTxt\":\"4,251\",\"ApiResultIndex\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3576,\"Tax\":674.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4250.8,\"PublishedFare\":4184.58,\"OfferedFare\":4184.58,\"CommissionEarned\":66.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5909639031_0BOMAMDQP1107_11050954430133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":66.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":674.8,\"BaseFareCal\":4184.58,\"BaseFare\":3576,\"CommissionEarned\":66.22,\"TDS\":-3.48,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4184.58,\"CostToCustomer\":4184.58,\"BaseFareCal\":4184.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4184.58,\"intOfferedFare\":4184.58,\"intPublishFare\":4250.8,\"TripjackMarkup\":0,\"TripjackCommission\":66.22,\"TripjackTDS\":\"3.48\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":66.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"626\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-21T20:30\",\"SegFlightNumber\":\"QP-1107\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-21T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"04686-2dc79-df35b-a19c7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T09:22:28.550\",\"strTraceId\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109473194570\",\"bookingId_TJ\":\"TJ109473194570\",\"FlightNumber\":\"QP-1107\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"strTraceId\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-09-21T19:20\",\"LocalFromTime\":\"2023-09-21 19:20\",\"FromUTCTime\":\"2023-09-21T19:20\",\"LocalToTime\":\"2023-09-21 20:30\",\"ToUTCTime\":\"2023-09-21T20:30\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4250.8,\"ApiResultIndex\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"04686-2dc79-df35b-a19c7\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T09:22:28.550\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3576,\"Tax\":674.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4250.8,\"PublishedFare\":4184.58,\"OfferedFare\":4184.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":674.8,\"BaseFareCal\":4184.58,\"BaseFare\":3576,\"CommissionEarned\":66.22,\"TDS\":-3.48,\"MF\":10,\"YQ\":0,\"AGST\":184,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"626\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-21T20:30\",\"SegFlightNumber\":\"QP-1107\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-21T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-5909639031_3BOMAMDQP1107_86275508546334\",\"localFromDateTime\":\"2023-09-21 19:20\",\"localToDateTime\":\"2023-09-21 20:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"21\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BOM\",\"to\":\"AMD\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":18676,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"04686-2dc79-df35b-a19c7\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-AMD\"}}','2023-09-20 09:20:59'),(901,'550d6-1f84e-0642e-c207a','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9455972666-38812245\",\"name\":\"OYO Flagship 74825 Hotel Om Shanti Palace\",\"img\":[{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8a25db801e5711ebb0fc025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8a25db801e5711ebb0fc025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/97d9b10c1e5711eb8c1f02b35a64fa92.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/97d9b10c1e5711eb8c1f02b35a64fa92_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d8ba87d61e9911eb96d20242ac110003.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d8ba87d61e9911eb96d20242ac110003_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d9eb159e1e9911eb85db0242ac110005.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d9eb159e1e9911eb85db0242ac110005_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8cbfb7ee1e5711eb8ce7025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8cbfb7ee1e5711eb8ce7025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/cbd08778320d11eb8f730202c34c106a.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/cbd08778320d11eb8f730202c34c106a_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/94e44f3e1e5711eb967902b35a64fa92.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/94e44f3e1e5711eb967902b35a64fa92_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9397d2ae1e5711eb88320a4cef95d023.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9397d2ae1e5711eb88320a4cef95d023_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8b6312381e5711eb8e84025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8b6312381e5711eb8e84025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/982758581e5711ebbc5502b35a64fa92.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/982758581e5711ebbc5502b35a64fa92_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/b3e9a4421e5711ebb6290a4cef95d023.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/b3e9a4421e5711ebb6290a4cef95d023_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/91f531301e5711eb96d4025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/91f531301e5711eb96d4025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a1da3d481e5711ebba9a025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a1da3d481e5711ebba9a025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8e7d13381e5711ebbbc30aa01df1be2d.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8e7d13381e5711ebbbc30aa01df1be2d_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d96dc5121e9911ebb7340242ac110003.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d96dc5121e9911ebb7340242ac110003_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/2d0710b61e9a11eb85db0242ac110005.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/2d0710b61e9a11eb85db0242ac110005_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93e12ecc1e5711eba0ce0aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93e12ecc1e5711eba0ce0aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bd3f19c1e5711eb8750025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bd3f19c1e5711eb8750025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/90beab521e5711eba77d025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/90beab521e5711eba77d025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9e5fbce21e5711eb8b410aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9e5fbce21e5711eb8b410aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a6ae20d21e5711eb80450ac254d2bca4.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a6ae20d21e5711eb80450ac254d2bca4_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bf5c6c81e5711ebba9a025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bf5c6c81e5711ebba9a025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/918dfeca1e5711eba3120aa01df1be2d.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/918dfeca1e5711eba3120aa01df1be2d_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/97c8c3881e5711eba5d00a4cef95d023.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/97c8c3881e5711eba5d00a4cef95d023_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9967be381e5711eb9cb90ac254d2bca4.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9967be381e5711eb9cb90ac254d2bca4_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/983cada21e5711eb9c8c025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/983cada21e5711eb9c8c025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d998179a1e9911eb91b90242ac110003.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d998179a1e9911eb91b90242ac110003_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8afd7bc61e5711ebb98a02b35a64fa92.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8afd7bc61e5711ebb98a02b35a64fa92_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9017df521e5711eba9730aa01df1be2d.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/9017df521e5711eba9730aa01df1be2d_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bb3f9a01e5711eb96fb0a4cef95d023.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bb3f9a01e5711eb96fb0a4cef95d023_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8986009c1e5711eb967902b35a64fa92.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8986009c1e5711eb967902b35a64fa92_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/90731a521e5711eb887a0202c34c106a.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/90731a521e5711eb887a0202c34c106a_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d9ec12be1e9911ebb0180242ac110005.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/d9ec12be1e9911ebb0180242ac110005_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/91b54fe81e5711eba8320aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/91b54fe81e5711eba8320aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93ef2d421e5711ebb3160aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93ef2d421e5711ebb3160aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bf9e8481e5711eba8320aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8bf9e8481e5711eba8320aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a553b3b41e5711eb9c8c025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/a553b3b41e5711eb9c8c025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8ba7598e1e5711ebb3160aec9a8a582c.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8ba7598e1e5711ebb3160aec9a8a582c_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/92ab190a1e5711ebba9a025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/92ab190a1e5711ebba9a025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93af3a481e5711eb9c8c025f77df004f.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/93af3a481e5711eb9c8c025f77df004f_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8ad997a61e5711ebbc820aa01df1be2d.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/8ad997a61e5711ebbc820aa01df1be2d_w.jpg\",\"sz\":\"Standard\"}],\"des\":\"{\\\"General Description\\\":\\\"Traveling anytime soon? Looking for a value for money accommodation? This charming property has everything required to make your stay memorable. It is exclusively designed with travelers requirements in mind. It encloses a comfortably furnished bedroom, with a snuggly bed covered with spotless linen. To make your stay hassle-free, OYO has implemented a complete set of modern day amenities. The living space is furnished with top-notch furniture and enhanced with trendy decor. Not to forget, cleanliness is always right up there on our priority list.Getting around through public transport is quite convenient. The city has something for every traveler. You just have to go outside and explore! If you are traveler looking for a comfortable stay, this is a great choice to make. We, at OYO, look forward to ensuring round the clock assistance to make your experience a delightful one. Come soon!\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"88.3935\",\"lt\":\"22.5025\"},\"ad\":{\"adr\":\"1c, Kalikapur Rd, Sukhpally, Haltu, Near Kalikapur Spencer, Kolkata-700078, Kolkata, 700078 Kolkata, India\",\"postalCode\":\"700078\",\"city\":{\"code\":\"34600\",\"name\":\"Kolkata\"},\"state\":{\"name\":\"West Bengal\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Kolkata\",\"sn\":\"West Bengal\",\"cn\":\"India\"},\"pt\":\"UNKNOWN\",\"cnt\":[],\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"266782_174868_0\",\"rc\":\"Classic\",\"rt\":\"Classic\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":723.58,\"tfcs\":{\"CMU\":-68.62,\"BF\":699.98,\"NF\":723.58,\"TF\":723.58,\"TAF\":23.6},\"tafcs\":{\"TAF\":{\"TSF\":82.36,\"SNP\":716.31,\"MF\":20,\"TTSF\":82.36,\"MFT\":3.6,\"SGP\":768.6,\"SBP\":1960.72,\"SDS\":1274.48,\"SAC\":52.29}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}},{\"day\":2,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}}],\"fcs\":[\"Bed and Breakfast (Breakfast is included)\"],\"checkInDate\":\"2023-09-21\",\"checkOutDate\":\"2023-09-23\",\"radi\":{\"rid\":\"266782:174868\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Bed and Breakfast (Breakfast is included)\"]}]}}],\"id\":\"52_0_3923704\",\"tp\":723.58,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_3923704\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-09-20T10:04:15.277\",\"tdt\":\"2023-09-21T12:00\",\"am\":699.98},{\"fdt\":\"2023-09-21T12:00\",\"tdt\":\"2023-09-23T23:59\",\"am\":768.6}],\"scnp\":\"This special discounted rate is non-refundable. If you choose to cancel this booking, you will not be refunded any of the payment.\"},\"ddt\":\"2023-09-20T10:04:15.277\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Bed and Breakfast (Breakfast is included)\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":775.88}],\"opci\":[],\"uid\":\"38812245\",\"lhc\":\"1285544\"},\"bookingId\":\"TJ201873196792\",\"query\":{\"checkinDate\":\"2023-09-21\",\"checkoutDate\":\"2023-09-23\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9455972666\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"266782_174868_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1177}},\"hotelbookingid\":\"26\",\"SearchHotelTraceId\":\"550d6-1f84e-0642e-c207a\",\"CustomerSession\":{\"bookingId\":\"550d6-1f84e-0642e-c207a\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"550d6-1f84e-0642e-c207a\",\"leadEmail\":\"amit99@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"bg\",\"passenger-lastname-1\":\"gb\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"bg\",\"passenger-lastname-2\":\"bg\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"266782_174868_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":370.328244,\"gtxMarkUp\":7.2358,\"GSTOnGTXMarkUp\":1.3024440000000002,\"pernightperroomprice\":361.79,\"TotalRoomPrice\":723.58,\"TotalFare\":723.58,\"TotalBaseFare\":699.98,\"TotalNetFare\":723.58,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"TSF\":82.36,\"SNP\":716.31,\"MF\":20,\"TTSF\":82.36,\"MFT\":3.6,\"SGP\":768.6,\"SBP\":1960.72,\"SDS\":1274.48,\"SAC\":52.29},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}},{\"day\":2,\"fc\":{\"BF\":349.99,\"CMU\":-34.31,\"TAF\":11.8,\"TF\":361.79,\"NF\":361.79},\"afc\":{\"TAF\":{\"TSF\":41.18,\"SNP\":358.15,\"MF\":10,\"TTSF\":41.18,\"MFT\":1.8,\"SGP\":384.3,\"SBP\":980.36,\"SDS\":637.24,\"SAC\":26.15}}}],\"PriceWithMarkup\":370.328244,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":723.58,\"pernightperroomprice\":361.79,\"RoomPrice\":369.0258,\"withmarkupprice\":370.328244,\"gtxMarkUp\":7.2358,\"GSTOnGTXMarkUp\":1.3024440000000002,\"rooms\":1,\"Nights\":2,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3923704\",\"RoomTotalPrice\":723.58,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9455972666-38812245\",\"HotemName\":\"Oyo Flagship 74825 Hotel Om Shanti Palace\",\"HotelDescription\":\"{\\\"General Description\\\":\\\"Traveling anytime soon? Looking for a value for money accommodation? This charming property has everything required to make your stay memorable. It is exclusively designed with travelers requirements in mind. It encloses a comfortably furnished bedroom, with a snuggly bed covered with spotless linen. To make your stay hassle-free, OYO has implemented a complete set of modern day amenities. The living space is furnished with top-notch furniture and enhanced with trendy decor. Not to forget, cleanliness is always right up there on our priority list.Getting around through public transport is quite convenient. The city has something for every traveler. You just have to go outside and explore! If you are traveler looking for a comfortable stay, this is a great choice to make. We, at OYO, look forward to ensuring round the clock assistance to make your experience a delightful one. Come soon!\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801351_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801351_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801352_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801352_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801353_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801353_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801354_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801354_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801355_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801355_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801356_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801356_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801357_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801357_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801359_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801359_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801361_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801361_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801364_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801364_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801367_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801367_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801369_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801369_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801371_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801371_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801372_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801372_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801373_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801373_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801375_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801375_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801379_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801379_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801380_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801380_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801385_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801385_original_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801389_original.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/3923\\/3923704\\/images\\/image_4801389_original_w.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.393524\",\"lt\":\"22.502472\"},\"HotelAddress\":\"00, Kalikapur Rd, Sukhpally, Haltu, Kolkata, West Bengal, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-21\",\"checkoutDate\":\"2023-09-23\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"851595\",\"TPSysId\":\"851596\",\"VersionId\":\"2583538\",\"CustomerSysId\":\"494440\",\"TrxId\":\"69182\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-09-20 10:04:20'),(904,'fa097-4f016-0a17e-df97c','{\"BookingData\":[{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"6E-6164\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-09-28T18:40\",\"LocalFromTime\":\"2023-09-28 18:40\",\"FromUTCTime\":\"2023-09-28T18:40\",\"LocalToTime\":\"2023-09-28 20:05\",\"ToUTCTime\":\"2023-09-28T20:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3410.8,\"PublishedFareTxt\":\"3,411\",\"ApiResultIndex\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-NAG\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":449,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":74.95,\"ACF\":1499},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":24.95,\"ACF\":499},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3000,\"ARFT\":150},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2800,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3359.12,\"OfferedFare\":3359.12,\"CommissionEarned\":51.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6383552433_0BOMNAG6E6164_16059849244041\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":51.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":8182.6,\"oldFare\":7554.6,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3359.12,\"BaseFare\":2800,\"CommissionEarned\":51.68,\"TDS\":-2.72,\"MF\":10,\"YQ\":0,\"AGST\":145,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3359.12,\"CostToCustomer\":3359.12,\"BaseFareCal\":3359.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3359.12,\"intOfferedFare\":3359.12,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.68,\"TripjackTDS\":\"2.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":51.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"324\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-09-28T20:05\",\"SegFlightNumber\":\"6E-6164\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-29 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"6E-6164\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-09-28T18:40\",\"LocalFromTime\":\"2023-09-28 18:40\",\"FromUTCTime\":\"2023-09-28T18:40\",\"LocalToTime\":\"2023-09-28 20:05\",\"ToUTCTime\":\"2023-09-28T20:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8182.6,\"ApiResultIndex\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6515,\"Tax\":1667.6,\"YQTax\":0,\"OtherCharges\":1135,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":339,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":8182.6,\"PublishedFare\":7911.74,\"OfferedFare\":7911.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1667.6,\"BaseFareCal\":7911.74,\"BaseFare\":6515,\"CommissionEarned\":270.86,\"TDS\":-14.26,\"MF\":20,\"YQ\":0,\"AGST\":339,\"MFT\":3.6,\"OT\":1135,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"324\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-09-28T20:05\",\"SegFlightNumber\":\"6E-6164\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"405\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-29T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-29T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6383552433_0BOMNAG6E6164_95924722355662\",\"localFromDateTime\":\"2023-09-28 18:40\",\"localToDateTime\":\"2023-09-28 20:05\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR105773200525\",\"bookingId_TJ\":\"TJ105773200525\",\"FlightNumber\":\"AI-630\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-09-29T21:20\",\"LocalFromTime\":\"2023-09-29 21:20\",\"FromUTCTime\":\"2023-09-29T21:20\",\"LocalToTime\":\"2023-09-29 22:55\",\"ToUTCTime\":\"2023-09-29T22:55\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4771.8,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-NAG\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":449,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":74.95,\"ACF\":1499},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":24.95,\"ACF\":499},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"NAG-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3000,\"ARFT\":150},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3715,\"Tax\":1056.8,\"YQTax\":0,\"OtherCharges\":681,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4771.8,\"PublishedFare\":4552.62,\"OfferedFare\":4552.62,\"CommissionEarned\":219.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5-6383552433_1NAGBOMAI630_16059850918181\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":219.18,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1056.8,\"BaseFareCal\":4552.62,\"BaseFare\":3715,\"CommissionEarned\":219.18,\"TDS\":-11.54,\"MF\":10,\"YQ\":0,\"AGST\":194,\"MFT\":1.8,\"OT\":681,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":219.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4552.62,\"CostToCustomer\":4552.62,\"BaseFareCal\":4552.62,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4552.62,\"intOfferedFare\":4552.62,\"intPublishFare\":4771.8,\"TripjackMarkup\":0,\"TripjackCommission\":219.18,\"TripjackTDS\":\"11.54\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":219.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-29T22:55\",\"SegFlightNumber\":\"AI-630\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-09-29T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"324\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T10:51:55.702\",\"strTraceId\":\"32-21-10-15-2-6383552433_0NAGBOMAI630_95924073829089\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-29 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"141\",\"142\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"76\"],\"flight_booking_id\":[\"141\",\"142\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"tinysharma02@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7972932188\",\"FirstName\":\"Tinu\",\"LastName\":\"Sharma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-10-51-37\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"\",\"gstnnumber\":\"\",\"gstaddress\":\"\",\"gstcity\":\"undefined\",\"gststate\":\"\",\"gstpincode\":\"undefined\",\"CustomerSysId\":\"76\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":\"1\",\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"76\"],\"flight_booking_customer\":[[\"147\"],[\"148\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Nagpur\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"NAG\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"departure_date\":\"28\\/09\\/2023\",\"return_date\":\"29\\/09\\/2023\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Dr Ambedkar Intl Arpt NAG\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"NAG\",\"from\":\"BOM\",\"to\":\"NAG\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"sourceCityId\":18676,\"destinationCityId\":18876,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/09\\/2023\",\"return_dates\":\"29\\/09\\/2023\",\"strDepatureDate\":\"2023-09-28\",\"strReturnDate\":\"2023-09-29\",\"SearchFlightTraceId\":\"fa097-4f016-0a17e-df97c\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-NAG-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"851654\",\"TPSysId\":\"851655\",\"VersionId\":[\"258444\",\"258445\"],\"CustomerSysId\":\"494469\",\"TrxId\":\"69183\",\"FareBreakdownid\":[\"385450\",\"385451\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"76\"],\"flight_booking_id\":[\"141\",\"142\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"tinysharma02@gmail.com\",\"FirstName\":\"Tinu\",\"LastName\":\"Sharma\",\"CountryCode\":\"91\",\"MobileNo\":\"7972932188\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[]}','2023-09-20 10:51:38'),(906,'a030a-bb86f-dd21d-69227','{\"BookingData\":[{\"bookingId\":\"BKR109873212431\",\"bookingId_TJ\":\"TJ109873212431\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2024-02-29T06:05\",\"LocalFromTime\":\"2024-02-29 06:05\",\"FromUTCTime\":\"2024-02-29T06:05\",\"LocalToTime\":\"2024-02-29 07:45\",\"ToUTCTime\":\"2024-02-29T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 29 Feb\",\"ArrivalDateTxt\":\"Thu, 29 Feb\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4311.8,\"PublishedFareTxt\":\"4,312\",\"ApiResultIndex\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3600,\"ACFT\":180},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3100,\"ACFT\":155},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3658,\"Tax\":653.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":188,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4311.8,\"PublishedFare\":4251.56,\"OfferedFare\":4251.56,\"CommissionEarned\":60.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.17,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6606265578_0BOMBLR6E5352_183597782741855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":60.24,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":6912.6,\"oldFare\":6528.6,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":653.8,\"BaseFareCal\":4251.56,\"BaseFare\":3658,\"CommissionEarned\":60.24,\"TDS\":-3.17,\"MF\":10,\"YQ\":0,\"AGST\":188,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":60.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4251.56,\"CostToCustomer\":4251.56,\"BaseFareCal\":4251.56,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4251.56,\"intOfferedFare\":4251.56,\"intPublishFare\":4311.8,\"TripjackMarkup\":0,\"TripjackCommission\":60.24,\"TripjackTDS\":\"3.17\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":60.24,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"8\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-29T07:45\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-29T06:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a030a-bb86f-dd21d-69227\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T12:42:13.396\",\"strTraceId\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-29 12:00\",\"localToDateTime\":\"2024-03-03 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109873212431\",\"bookingId_TJ\":\"TJ109873212431\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"strTraceId\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2024-02-29T06:05\",\"LocalFromTime\":\"2024-02-29 06:05\",\"FromUTCTime\":\"2024-02-29T06:05\",\"LocalToTime\":\"2024-02-29 07:45\",\"ToUTCTime\":\"2024-02-29T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 29 Feb\",\"ArrivalDateTxt\":\"Thu, 29 Feb\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6912.6,\"ApiResultIndex\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"a030a-bb86f-dd21d-69227\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T12:42:13.396\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5269,\"Tax\":1643.6,\"YQTax\":0,\"OtherCharges\":1346,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":274,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6912.6,\"PublishedFare\":6809.4800000000005,\"OfferedFare\":6809.4800000000005,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1643.6,\"BaseFareCal\":6809.4800000000005,\"BaseFare\":5269,\"CommissionEarned\":103.12,\"TDS\":-5.43,\"MF\":20,\"YQ\":0,\"AGST\":274,\"MFT\":3.6,\"OT\":1346,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"8\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-29T07:45\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-29T06:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"460\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-03-03T22:20\",\"SegFlightNumber\":\"QP-1329\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-03T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6606265578_0BOMBLR6E5352_192449200609727\",\"localFromDateTime\":\"2024-02-29 06:05\",\"localToDateTime\":\"2024-02-29 07:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR109873212431\",\"bookingId_TJ\":\"TJ109873212431\",\"FlightNumber\":\"QP-1329\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-6606265578_5BLRBOMQP1329_192444022407096\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2024-03-03T20:30\",\"LocalFromTime\":\"2024-03-03 20:30\",\"FromUTCTime\":\"2024-03-03T20:30\",\"LocalToTime\":\"2024-03-03 22:20\",\"ToUTCTime\":\"2024-03-03T22:20\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Sun, 03 Mar\",\"ArrivalDateTxt\":\"Sun, 03 Mar\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2600.8,\"PublishedFareTxt\":\"2,601\",\"ApiResultIndex\":\"30-6606265578_5BLRBOMQP1329_192444022407096\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3600,\"ACFT\":180},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3100,\"ACFT\":155},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1611,\"Tax\":989.8,\"YQTax\":0,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":86,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2600.8,\"PublishedFare\":2557.92,\"OfferedFare\":2557.92,\"CommissionEarned\":42.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6606265578_1BLRBOMQP1329_183597784036783\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":42.88,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":989.8,\"BaseFareCal\":2557.92,\"BaseFare\":1611,\"CommissionEarned\":42.88,\"TDS\":-2.26,\"MF\":10,\"YQ\":0,\"AGST\":86,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2557.92,\"CostToCustomer\":2557.92,\"BaseFareCal\":2557.92,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2557.92,\"intOfferedFare\":2557.92,\"intPublishFare\":2600.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.88,\"TripjackTDS\":\"2.26\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":42.88,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"460\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-03-03T22:20\",\"SegFlightNumber\":\"QP-1329\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-03T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"8\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a030a-bb86f-dd21d-69227\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T12:42:13.396\",\"strTraceId\":\"30-6606265578_5BLRBOMQP1329_192444022407096\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-29 12:00\",\"localToDateTime\":\"2024-03-03 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"29\\/02\\/2024\",\"return_date\":\"03\\/03\\/2024\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"BOM\",\"to\":\"BLR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":18676,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/02\\/2024\",\"return_dates\":\"03\\/03\\/2024\",\"strDepatureDate\":\"2024-02-29\",\"strReturnDate\":\"2024-03-03\",\"SearchFlightTraceId\":\"a030a-bb86f-dd21d-69227\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-BLR-BOM\"}}','2023-09-20 12:40:44'),(910,'83d91-cf385-ce134-779a0','{\"BookingData\":[{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"6E-6415\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-09-21T05:30\",\"LocalFromTime\":\"2023-09-21 05:30\",\"FromUTCTime\":\"2023-09-21T05:30\",\"LocalToTime\":\"2023-09-21 15:00\",\"ToUTCTime\":\"2023-09-21T15:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"9h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4127.8,\"PublishedFareTxt\":\"4,128\",\"ApiResultIndex\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":727.8,\"YQTax\":0,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4127.8,\"PublishedFare\":4070.14,\"OfferedFare\":4070.14,\"CommissionEarned\":57.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_12619614843980\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":727.8,\"BaseFareCal\":4070.14,\"BaseFare\":3400,\"CommissionEarned\":57.66,\"TDS\":-3.04,\"MF\":10,\"YQ\":0,\"AGST\":178,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4070.14,\"CostToCustomer\":4070.14,\"BaseFareCal\":4070.14,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4070.14,\"intOfferedFare\":4070.14,\"intPublishFare\":4127.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.66,\"TripjackTDS\":\"3.04\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":57.66,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-21T07:05\",\"SegFlightNumber\":\"6E-6415\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"995\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-21T15:00\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-21T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"2023-09-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"6E-6415\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-09-21T05:30\",\"LocalFromTime\":\"2023-09-21 05:30\",\"FromUTCTime\":\"2023-09-21T05:30\",\"LocalToTime\":\"2023-09-21 15:00\",\"ToUTCTime\":\"2023-09-21T15:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Thu, 21 Sep\",\"FlightDuration\":\"9h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7760.6,\"ApiResultIndex\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5765,\"Tax\":1995.6,\"YQTax\":0,\"OtherCharges\":1571,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":301,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":7760.6,\"PublishedFare\":7600.01,\"OfferedFare\":7600.01,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1995.6,\"BaseFareCal\":7600.01,\"BaseFare\":5765,\"CommissionEarned\":160.59,\"TDS\":-8.46,\"MF\":20,\"YQ\":0,\"AGST\":301,\"MFT\":3.6,\"OT\":1571,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"994\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-09-21T07:05\",\"SegFlightNumber\":\"6E-6415\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"995\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-09-21T15:00\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-09-21T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"336\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-22T17:25\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8330506435_0DELSXR6E6415SXRIXJ6E2124_20525821803448\",\"localFromDateTime\":\"2023-09-21 05:30\",\"localToDateTime\":\"2023-09-21 15:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR104473219602\",\"bookingId_TJ\":\"TJ104473219602\",\"FlightNumber\":\"AI-822\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:55\",\"ArrivalTime\":\"17:25\",\"TravelDate\":\"2023-09-22T15:55\",\"LocalFromTime\":\"2023-09-22 15:55\",\"FromUTCTime\":\"2023-09-22T15:55\",\"LocalToTime\":\"2023-09-22 17:25\",\"ToUTCTime\":\"2023-09-22T17:25\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.8,\"PublishedFareTxt\":\"3,633\",\"ApiResultIndex\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"IXJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2365,\"Tax\":1267.8,\"YQTax\":0,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":3632.8,\"PublishedFare\":3529.87,\"OfferedFare\":3529.87,\"CommissionEarned\":102.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5-8330506435_1IXJDELAI822_12619624029438\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":102.93,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1267.8,\"BaseFareCal\":3529.87,\"BaseFare\":2365,\"CommissionEarned\":102.93,\"TDS\":-5.42,\"MF\":10,\"YQ\":0,\"AGST\":123,\"MFT\":1.8,\"OT\":1033,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3529.87,\"CostToCustomer\":3529.87,\"BaseFareCal\":3529.87,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3529.87,\"intOfferedFare\":3529.87,\"intPublishFare\":3632.8,\"TripjackMarkup\":0,\"TripjackCommission\":102.93,\"TripjackTDS\":\"5.42\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":102.93,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"336\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-22T17:25\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-09-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T13:48:36.330\",\"strTraceId\":\"32-21-10-15-2-8330506435_0IXJDELAI822_20527117925695\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"2023-09-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"143\",\"144\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"72\"],\"flight_booking_id\":[\"143\",\"144\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-13-47-42\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"72\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-13-47-42\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"83d91-cf385-ce134-779a0\",\"modified\":\"2023-09-20-13-47-42\",\"created\":\"2023-09-20-13-47-42\",\"CustomerMemberSysId\":\"72\"}],\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"72\"],\"flight_booking_customer\":[[\"149\"],[\"150\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"21\\/09\\/2023\",\"return_date\":\"22\\/09\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/09\\/2023\",\"return_dates\":\"22\\/09\\/2023\",\"strDepatureDate\":\"2023-09-21\",\"strReturnDate\":\"2023-09-22\",\"SearchFlightTraceId\":\"83d91-cf385-ce134-779a0\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-IXJ-DEL\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"852180\",\"TPSysId\":\"852181\",\"VersionId\":[\"258657\",\"258658\"],\"CustomerSysId\":\"475235\",\"TrxId\":\"69219\",\"FareBreakdownid\":[\"385467\",\"385468\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"72\"],\"flight_booking_id\":[\"143\",\"144\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"anuj23@gmail.com\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar                                             \",\"CountryCode\":\"91\",\"MobileNo\":\"9671365732\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"55\\\",\\\"EmailId\\\":\\\"anuj23@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9671365732\\\",\\\"FirstName\\\":\\\"Anuj\\\",\\\"LastName\\\":\\\"kumar                                             \\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-09-20-13-47-42\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"83d91-cf385-ce134-779a0\\\",\\\"modified\\\":\\\"2023-09-20-13-47-42\\\",\\\"created\\\":\\\"2023-09-20-13-47-42\\\",\\\"MobileNo\\\":\\\"9671365732\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"55\",\"EmailId\":\"anuj23@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9671365732\",\"FirstName\":\"Anuj\",\"LastName\":\"kumar                                             \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-13-47-42\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"83d91-cf385-ce134-779a0\",\"modified\":\"2023-09-20-13-47-42\",\"created\":\"2023-09-20-13-47-42\",\"MobileNo\":\"9671365732\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9671365732\",\"leadEmail\":\"anuj23@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Anuj\",\"passenger-lastname-1\":\"kumar                                             \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"83d91-cf385-ce134-779a0\",\"countryCodeISO\":\"IN\"}}','2023-09-20 13:47:47'),(912,'25eb5-9e658-28e95-59f69','{\"BookingData\":[{\"bookingId\":\"BKR103273257010\",\"bookingId_TJ\":\"TJ103273257010\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-23T23:00\",\"LocalFromTime\":\"2023-09-23 23:00\",\"FromUTCTime\":\"2023-09-23T23:00\",\"LocalToTime\":\"2023-09-24 01:45\",\"ToUTCTime\":\"2023-09-24T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sun, 24 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5113.8,\"PublishedFareTxt\":\"5,114\",\"ApiResultIndex\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRF\":50,\"ARF\":2850,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":180,\"ACF\":3600,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":155,\"ACF\":3100,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4365,\"Tax\":748.8,\"YQTax\":0,\"OtherCharges\":625,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5113.8,\"PublishedFare\":5038.22,\"OfferedFare\":5038.22,\"CommissionEarned\":75.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.98,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-8236167487_0DELBLRQP1409_32698945183801\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":75.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":748.8,\"BaseFareCal\":5038.22,\"BaseFare\":4365,\"CommissionEarned\":75.58,\"TDS\":-3.98,\"MF\":10,\"YQ\":0,\"AGST\":112,\"MFT\":1.8,\"OT\":625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":75.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5038.22,\"CostToCustomer\":5038.22,\"BaseFareCal\":5038.22,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5038.22,\"intOfferedFare\":5038.22,\"intPublishFare\":5113.8,\"TripjackMarkup\":0,\"TripjackCommission\":75.58,\"TripjackTDS\":\"3.98\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":75.58,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"288\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-24T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"288\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"25eb5-9e658-28e95-59f69\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T20:17:18.031\",\"strTraceId\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103273257010\",\"bookingId_TJ\":\"TJ103273257010\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"strTraceId\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-23T23:00\",\"LocalFromTime\":\"2023-09-23 23:00\",\"FromUTCTime\":\"2023-09-23T23:00\",\"LocalToTime\":\"2023-09-24 01:45\",\"ToUTCTime\":\"2023-09-24T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sun, 24 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5113.8,\"ApiResultIndex\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"25eb5-9e658-28e95-59f69\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T20:17:18.031\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4365,\"Tax\":748.8,\"YQTax\":0,\"OtherCharges\":625,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":112,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5113.8,\"PublishedFare\":5038.22,\"OfferedFare\":5038.22,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":748.8,\"BaseFareCal\":5038.22,\"BaseFare\":4365,\"CommissionEarned\":75.58,\"TDS\":-3.98,\"MF\":10,\"YQ\":0,\"AGST\":112,\"MFT\":1.8,\"OT\":625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"288\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-24T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-23T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-8236167487_0DELBLRQP1409_42362688083374\",\"localFromDateTime\":\"2023-09-23 23:00\",\"localToDateTime\":\"2023-09-24 01:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"25eb5-9e658-28e95-59f69\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-09-20 20:15:48'),(922,'98aa3-bf481-9b633-fdcf8','{\"BookingData\":[{\"bookingId\":\"BKR106773269105\",\"bookingId_TJ\":\"TJ106773269105\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-21T23:00\",\"LocalFromTime\":\"2023-09-21 23:00\",\"FromUTCTime\":\"2023-09-21T23:00\",\"LocalToTime\":\"2023-09-22 01:45\",\"ToUTCTime\":\"2023-09-22T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10027.6,\"PublishedFareTxt\":\"10,028\",\"ApiResultIndex\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"CRF\":50,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"ACF\":3600,\"CCF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCFT\":9,\"ACFT\":155,\"ACF\":3100,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8538,\"Tax\":1489.6,\"YQTax\":0,\"OtherCharges\":1246,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10027.6,\"PublishedFare\":9878.72,\"OfferedFare\":9878.72,\"CommissionEarned\":148.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-2803949901_0DELBLRQP1409_53345223308132\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":148.88,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1489.6,\"BaseFareCal\":9878.72,\"BaseFare\":8538,\"CommissionEarned\":148.88,\"TDS\":-7.84,\"MF\":20,\"YQ\":0,\"AGST\":220,\"MFT\":3.6,\"OT\":1246,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":148.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9878.72,\"CostToCustomer\":9878.72,\"BaseFareCal\":9878.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9878.72,\"intOfferedFare\":9878.72,\"intPublishFare\":10027.6,\"TripjackMarkup\":0,\"TripjackCommission\":148.88,\"TripjackTDS\":\"7.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":148.88,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"294\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-22T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNCT\",\"Price\":275,\"amount\":275,\"Description\":\"Achari Chicken Tartlet\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVMB\",\"Price\":500,\"amount\":500,\"Description\":\"Mediterranean Bagelwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVKP\",\"Price\":500,\"amount\":500,\"Description\":\"Kathi Roll - Malai Paneer\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PVFS\",\"Price\":500,\"amount\":500,\"Description\":\"Farmhouse Sandwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PFIS\",\"Price\":500,\"amount\":500,\"Description\":\"Insta-worthy Salad\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNKC\",\"Price\":600,\"amount\":600,\"Description\":\"Kathi Roll - Malai Chicken\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"294\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"98aa3-bf481-9b633-fdcf8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T23:07:21.815\",\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106773269105\",\"bookingId_TJ\":\"TJ106773269105\",\"FlightNumber\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-09-21T23:00\",\"LocalFromTime\":\"2023-09-21 23:00\",\"FromUTCTime\":\"2023-09-21T23:00\",\"LocalToTime\":\"2023-09-22 01:45\",\"ToUTCTime\":\"2023-09-22T01:45\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 21 Sep\",\"ArrivalDateTxt\":\"Fri, 22 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10027.6,\"ApiResultIndex\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"98aa3-bf481-9b633-fdcf8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-20T23:07:21.815\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8538,\"Tax\":1489.6,\"YQTax\":0,\"OtherCharges\":1246,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10027.6,\"PublishedFare\":9878.72,\"OfferedFare\":9878.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1489.6,\"BaseFareCal\":9878.72,\"BaseFare\":8538,\"CommissionEarned\":148.88,\"TDS\":-7.84,\"MF\":20,\"YQ\":0,\"AGST\":220,\"MFT\":3.6,\"OT\":1246,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"294\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-22T01:45\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-21T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-2803949901_0DELBLRQP1409_129571468542847\",\"localFromDateTime\":\"2023-09-21 23:00\",\"localToDateTime\":\"2023-09-22 01:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"21\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"98aa3-bf481-9b633-fdcf8\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Bengaluru&source_city=DEL&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=21%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=2&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"Deepak \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-23-06-00\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"44\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"53\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"Mahak \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-20-23-06-00\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"44\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"853269\",\"TPSysId\":\"853270\",\"VersionId\":[\"259137\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"69276\",\"FareBreakdownid\":[\"385491\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"153\",\"154\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"44\",\"44\"],\"flight_booking_id\":[\"146\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"146\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":9878.72},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"470335\",\"TPSysId\":\"853270\",\"MasterTPSysId\":\"853269\",\"ProposalID\":\"853270\\/V1\",\"InvoiceDate\":\"2023-09-20\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-20\",\"PaymentDate\":\"2023-09-20\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":9878.72,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":9878.72,\"TotalDueAmount\":0,\"InvoiceValue\":9878.72,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-BLR-Akasa Air QP-1409\",\"ItemQty\":1,\"ItemRates\":9878.72,\"Total\":9878.72,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":9878.72,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":9878.72,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-20 23:06:58'),(924,'1470e-1f4a5-eede8-d2e97','{\"BookingData\":[{\"bookingId\":\"BKR109973271160\",\"bookingId_TJ\":\"TJ109973271160\",\"FlightNumber\":\"UK-771\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2023-11-09T07:05\",\"LocalFromTime\":\"2023-11-09 07:05\",\"FromUTCTime\":\"2023-11-09T07:05\",\"LocalToTime\":\"2023-11-09 09:45\",\"ToUTCTime\":\"2023-11-09T09:45\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13165.8,\"PublishedFareTxt\":\"13,166\",\"ApiResultIndex\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":525,\"ARFT\":26.25,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1850,\"additionalFee\":50,\"fcs\":{\"ACF\":1850,\"ACFT\":92.5,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12020,\"Tax\":1145.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":13165.8,\"PublishedFare\":12688.49,\"OfferedFare\":12688.49,\"CommissionEarned\":477.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-25.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-0182977654_0BOMCCUUK771_222957475796917\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":477.31,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1145.8,\"BaseFareCal\":12688.49,\"BaseFare\":12020,\"CommissionEarned\":477.31,\"TDS\":-25.12,\"MF\":10,\"YQ\":0,\"AGST\":610,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":477.31,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12688.49,\"CostToCustomer\":12688.49,\"BaseFareCal\":12688.49,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12688.49,\"intOfferedFare\":12688.49,\"intPublishFare\":13165.8,\"TripjackMarkup\":0,\"TripjackCommission\":477.31,\"TripjackTDS\":\"25.12\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":477.31,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"754\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:45\",\"SegFlightNumber\":\"UK-771\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-09T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1470e-1f4a5-eede8-d2e97\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T23:38:13.090\",\"strTraceId\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109973271160\",\"bookingId_TJ\":\"TJ109973271160\",\"FlightNumber\":\"UK-771\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"strTraceId\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2023-11-09T07:05\",\"LocalFromTime\":\"2023-11-09 07:05\",\"FromUTCTime\":\"2023-11-09T07:05\",\"LocalToTime\":\"2023-11-09 09:45\",\"ToUTCTime\":\"2023-11-09T09:45\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13165.8,\"ApiResultIndex\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"1470e-1f4a5-eede8-d2e97\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-20T23:38:13.090\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12020,\"Tax\":1145.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":13165.8,\"PublishedFare\":12688.49,\"OfferedFare\":12688.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1145.8,\"BaseFareCal\":12688.49,\"BaseFare\":12020,\"CommissionEarned\":477.31,\"TDS\":-25.12,\"MF\":10,\"YQ\":0,\"AGST\":610,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"754\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:45\",\"SegFlightNumber\":\"UK-771\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"H\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-09T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-0182977654_26BOMCCUUK771_131656211922166\",\"localFromDateTime\":\"2023-11-09 07:05\",\"localToDateTime\":\"2023-11-09 09:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"09\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BOM\",\"to\":\"CCU\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":18676,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1470e-1f4a5-eede8-d2e97\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-CCU\"}}','2023-09-20 23:36:43'),(926,'12436-2bbda-2ceb1-efea4','{\"BookingData\":[{\"bookingId\":\"BKR118473285711\",\"bookingId_TJ\":\"TJ118473285711\",\"FlightNumber\":\"6E-1915\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:05\",\"ArrivalTime\":\"14:20\",\"TravelDate\":\"2023-11-08T11:05\",\"LocalFromTime\":\"2023-11-08 11:05\",\"FromUTCTime\":\"2023-11-08T11:05\",\"LocalToTime\":\"2023-11-08 14:20\",\"ToUTCTime\":\"2023-11-08T14:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":21319,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16345.8,\"PublishedFareTxt\":\"16,346\",\"ApiResultIndex\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HKT-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"ARFT\":250,\"CRF\":50,\"CRFT\":9},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACFT\":325,\"CCF\":100,\"ACF\":6500,\"CCFT\":18},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14560,\"Tax\":1785.8,\"YQTax\":0,\"OtherCharges\":1774,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16345.8,\"PublishedFare\":16195.53,\"OfferedFare\":16183.73,\"CommissionEarned\":162.07,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2242894216_0HKTBOM6E1915_1345860357310\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":162.07,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1785.8,\"BaseFareCal\":16185.53,\"BaseFare\":14560,\"CommissionEarned\":162.07,\"TDS\":-8.53,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1774,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":1.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":162.07,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":1.8,\"PublishFare\":16195.53,\"CostToCustomer\":16195.53,\"BaseFareCal\":16185.53,\"intCommisionEarnedForAgency\":10,\"CostToCompany\":16185.53,\"intOfferedFare\":16183.73,\"intPublishFare\":16345.8,\"TripjackMarkup\":0,\"TripjackCommission\":162.07,\"TripjackTDS\":\"8.53\",\"AddiMarkup\":0,\"CommisionPass\":162.07,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"633\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-08T14:20\",\"SegFlightNumber\":\"6E-1915\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-11-08T11:05\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":285,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"14:20\",\"FlightDuration\":\"4h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"XBPA\",\"Price\":3844,\"amount\":3844,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"XBPB\",\"Price\":7688,\"amount\":7688,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"XBPC\",\"Price\":11531,\"amount\":11531,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"XBPJ\",\"Price\":15375,\"amount\":15375,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"XBPD\",\"Price\":23063,\"amount\":23063,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"WHSK\",\"Price\":1250,\"amount\":1250,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"BEER\",\"Price\":1250,\"amount\":1250,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"12436-2bbda-2ceb1-efea4\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T10:10:40.723\",\"strTraceId\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":21319,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118473285711\",\"bookingId_TJ\":\"TJ118473285711\",\"FlightNumber\":\"6E-1915\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"strTraceId\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:05\",\"ArrivalTime\":\"14:20\",\"TravelDate\":\"2023-11-08T11:05\",\"LocalFromTime\":\"2023-11-08 11:05\",\"FromUTCTime\":\"2023-11-08T11:05\",\"LocalToTime\":\"2023-11-08 14:20\",\"ToUTCTime\":\"2023-11-08T14:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":21319,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16345.8,\"ApiResultIndex\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"12436-2bbda-2ceb1-efea4\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T10:10:40.723\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14560,\"Tax\":1785.8,\"YQTax\":0,\"OtherCharges\":1774,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16345.8,\"PublishedFare\":16195.53,\"OfferedFare\":16183.73,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1785.8,\"BaseFareCal\":16185.53,\"BaseFare\":14560,\"CommissionEarned\":162.07,\"TDS\":-8.53,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1774,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"633\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-08T14:20\",\"SegFlightNumber\":\"6E-1915\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2023-11-08T11:05\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":285,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"14:20\",\"FlightDuration\":\"4h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2242894216_0HKTBOM6E1915_89527583408755\",\"localFromDateTime\":\"2023-11-08 11:05\",\"localToDateTime\":\"2023-11-08 14:20\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":21319,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Phuket\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"HKT\",\"ContSysId_1\":\"215\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"08\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" TH - Phuket Intl Airport HKT\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"HKT\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HKT\",\"to\":\"BOM\",\"sourceCityText\":\"Phuket, TH - Phuket Intl Airport HKT, Thailand\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":21319,\"destinationCityId\":18676,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"12436-2bbda-2ceb1-efea4\",\"PreferredAirline\":null,\"from_city_\":\"1__HKT-BOM\"}}','2023-09-21 10:09:11'),(927,'54b07-f58ad-a247a-7c9c6','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid0442343580-41572851\",\"name\":\"Flagship Sai Boarding And Lodging Near Kengeri * Metro Station\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.45875\",\"lt\":\"12.89328\"},\"ad\":{\"adr\":\"kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060\",\"postalCode\":\"560060\",\"city\":{\"code\":\"4923\",\"name\":\"Bangalore\"},\"state\":{\"name\":\"Karnataka\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Bangalore\",\"sn\":\"Karnataka\",\"cn\":\"India\"},\"fl\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Room service\",\"Contactless check-in\\/out\",\"Restaurant\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"CCTV in common areas\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=35149860\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 3 to 5 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"581144743_0\",\"rc\":\"Classic Double or Twin\",\"rt\":\"Classic Double or Twin\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":337.12,\"tfcs\":{\"NF\":337.12,\"TF\":337.12,\"CMU\":6.38,\"BF\":325.32,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":337.12,\"TF\":337.12,\"CMU\":6.38,\"BF\":325.32,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94}}}],\"imgs\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"581144743\"]}],\"checkInDate\":\"2023-09-23\",\"checkOutDate\":\"2023-09-24\",\"radi\":{\"rid\":\"581144743\",\"mga\":3,\"bds\":[{\"bt\":\"1 double bed\",\"bc\":0}],\"ar\":{\"asm\":\"9\"}},\"iexb\":false}],\"id\":\"107_0_35149860\",\"tp\":337.12,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"YmCcXABzmABPEDc3AKes\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-09-21T10:22:43.705\",\"tdt\":\"2023-09-23T12:00\",\"am\":318.94},{\"fdt\":\"2023-09-23T12:00\",\"tdt\":\"2023-09-24T23:59\",\"am\":318.94}],\"scnp\":\"Risk-free booking! Cancel before 2023-09-22 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-09-21T10:22:43.705\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Breakfast, Free WiFi\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":318.94}],\"opci\":[],\"uid\":\"41572851\",\"lhc\":\"7383716\"},\"bookingId\":\"TJ206973286928\",\"query\":{\"checkinDate\":\"2023-09-23\",\"checkoutDate\":\"2023-09-24\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740075\",\"countryName\":\"INDIA\",\"cityName\":\"BENGALURU\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid0442343580\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"581144743_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1177}},\"hotelbookingid\":\"27\",\"SearchHotelTraceId\":\"54b07-f58ad-a247a-7c9c6\",\"CustomerSession\":{\"bookingId\":\"54b07-f58ad-a247a-7c9c6\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"54b07-f58ad-a247a-7c9c6\",\"leadEmail\":\"amit.30@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"vfvd\",\"passenger-lastname-1\":\"vsd\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"vsdv\",\"passenger-lastname-2\":\"vdv\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"581144743_0\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Classic Double or Twin\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":345.076032,\"gtxMarkUp\":6.7424,\"GSTOnGTXMarkUp\":1.213632,\"pernightperroomprice\":337.12,\"TotalRoomPrice\":337.12,\"TotalFare\":337.12,\"TotalBaseFare\":325.32,\"TotalNetFare\":337.12,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":337.12,\"TF\":337.12,\"CMU\":6.38,\"BF\":325.32,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":284.76,\"MFT\":1.8,\"TTSF\":34.18,\"SNP\":318.94,\"SGP\":318.94}}}],\"PriceWithMarkup\":345.076032,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":337.12,\"pernightperroomprice\":337.12,\"RoomPrice\":343.8624,\"withmarkupprice\":345.076032,\"gtxMarkUp\":6.7424,\"GSTOnGTXMarkUp\":1.213632,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_35149860\",\"RoomTotalPrice\":337.12,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid0442343580-41572851\",\"HotemName\":\"Flagship Sai Boarding And Lodging Near Kengeri * Metro Station\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/9523e57da83afa724b9a6a52b7ef1f82.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/0f1704f68516ac9d7a72aea8549d9124.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526101.jpg?k=36b2652c4fe7de99723069c1871c3a19b2645d3e8cf597977eedb1161f19308f&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526281.jpg?k=a5d0f865a8541bfca59e48356bc1f149700748fd5f78609908dab3c49c88d7ad&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479553100.jpg?k=b8342cac99f890e853fcb64554a3c6b51352df22c0caba024f3f675f02e90df2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540827.jpg?k=50c6c1aad7685370819f1e23590363c75c390f55af56fd4b0428d4750f5b4638&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540778.jpg?k=0b8f51f220093f55734d67bce5cb9ebbdd91ac109d46c97bea04476e4d9fd841&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540769.jpg?k=526a033eea9ff6fac3ead82077ca68f02aa59092e2aa45a811583a54df5153a2&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954522.jpg?k=1bbe77aead7a8a7ba544de7d61cb0d124ababd9f1b42062feed0067d38700ad4&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954601.jpg?k=e6ec7402192a27ec5b66be0348d6a4bc9d7a31400c9d7c94aad10ae3d793b3f1&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479819249.jpg?k=0397f8205e095dadc469480fe03cadc5fb0dd52205d1af6ed3a20d3638ae0fb0&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479540821.jpg?k=3b48a141c5bb60e22cc077a95104e4bab33ab9113906d753434ae5b6f99bbe97&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/479526090.jpg?k=04f5bd4b74651a3a67c72c9ba45c5b82199220535cf2ca88a8df9a5239b714df&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max300\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max1000\\/460954672.jpg?k=1e1ccc11bd11115d1a7296f8848a7b22d9d586d3a44b788a21d812ad555df9ae&o=&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/d9637cef59c5637140405c1e6f400cb1.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/7fc5d6e44ef8e40f6bf65398902f1531.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/2836bfdfb772020473233ffcecf88602.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/35149860\\/-1\\/fd76b08e5480a8b5bc8ea0ac1320f9ce.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.45875\",\"lt\":\"12.89328\"},\"HotelAddress\":\"kengeri Bangalore KarnatakaIndiaBangaloreKarnatakaIndia560060\",\"HotelCity\":\"Bangalore\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Internet\",\"Internet\",\"Room service\",\"Contactless check-in\\/out\",\"Restaurant\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"First aid kit\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Room service\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Professional-grade sanitizing services\",\"Protective screens in common areas\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Shared stationery removed\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"CCTV in common areas\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-23\",\"checkoutDate\":\"2023-09-24\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"740075\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"853339\",\"TPSysId\":\"853340\",\"VersionId\":\"2588518\",\"CustomerSysId\":\"495205\",\"TrxId\":\"69286\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-09-21 10:22:06'),(929,'a157c-df50d-f93e7-adbb4','{\"BookingData\":[{\"FlightNumber\":\"AI-821\",\"keyIndex\":0,\"SegFlightNumberArr\":\"AI-821\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-3824020875_0DELIXJAI821_92980048523790\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-10-03T11:00\",\"LocalFromTime\":\"2023-10-03 11:00\",\"FromUTCTime\":\"2023-10-03T11:00\",\"LocalToTime\":\"2023-10-03 12:20\",\"ToUTCTime\":\"2023-10-03T12:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 03 Oct\",\"ArrivalDateTxt\":\"Tue, 03 Oct\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3644,\"PublishedFareTxt\":\"3,644\",\"ApiResultIndex\":\"32-21-10-15-2-3824020875_0DELIXJAI821_92980048522682\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"a157c-df50d-f93e7-adbb4\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3120,\"Tax\":661.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":3781.8,\"PublishedFare\":3644,\"PublishedFarePerPax\":3644,\"OfferedFare\":3643.69,\"CommissionEarned\":138.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.27,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-3824020875_0DELIXJAI821_92980048523790\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":138.11,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":661.8,\"BaseFareCal\":3643.69,\"BaseFare\":3120,\"CommissionEarned\":138.11,\"TDS\":-7.27,\"MF\":10,\"YQ\":0,\"AGST\":161,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02G\"},\"Segments\":[{\"segmentid\":\"576\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-03T12:20\",\"SegFlightNumber\":\"AI-821\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-03T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00P\"},{\"keyIndex\":0,\"FlightNumber\":\"AI-822\",\"SegFlightNumberArr\":\"AI-822\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048294754\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-14T15:45\",\"LocalFromTime\":\"2023-11-14 15:45\",\"FromUTCTime\":\"2023-11-14T15:45\",\"LocalToTime\":\"2023-11-14 17:15\",\"ToUTCTime\":\"2023-11-14T17:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5418,\"PublishedFareTxt\":\"7,127\",\"ApiResultIndex\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048292540\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"a157c-df50d-f93e7-adbb4\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4460,\"Tax\":1050.8,\"YQTax\":0,\"OtherCharges\":711,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":228,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5510.8,\"PublishedFare\":5418,\"PublishedFarePerPax\":5418,\"OfferedFare\":5417.91,\"CommissionEarned\":92.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048294754\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1050.8,\"BaseFareCal\":5417.91,\"BaseFare\":4460,\"CommissionEarned\":92.89,\"TDS\":-4.89,\"MF\":10,\"YQ\":0,\"AGST\":228,\"MFT\":1.8,\"OT\":711,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}}},\"$$hashKey\":\"06T\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-14T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01J\"}],\"FlightBookingDataInbound\":{\"keyIndex\":0,\"FlightNumber\":\"AI-822\",\"SegFlightNumberArr\":\"AI-822\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048294754\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-14T15:45\",\"LocalFromTime\":\"2023-11-14 15:45\",\"FromUTCTime\":\"2023-11-14T15:45\",\"LocalToTime\":\"2023-11-14 17:15\",\"ToUTCTime\":\"2023-11-14T17:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5418,\"PublishedFareTxt\":\"7,127\",\"ApiResultIndex\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048292540\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"a157c-df50d-f93e7-adbb4\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4460,\"Tax\":1050.8,\"YQTax\":0,\"OtherCharges\":711,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":228,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5510.8,\"PublishedFare\":5418,\"PublishedFarePerPax\":5418,\"OfferedFare\":5417.91,\"CommissionEarned\":92.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-3824020875_0IXJDELAI822_92980048294754\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1050.8,\"BaseFareCal\":5417.91,\"BaseFare\":4460,\"CommissionEarned\":92.89,\"TDS\":-4.89,\"MF\":10,\"YQ\":0,\"AGST\":228,\"MFT\":1.8,\"OT\":711,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}}},\"$$hashKey\":\"06T\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-14T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01J\"}}','2023-09-21 12:06:55'),(934,'bc4c2-807d0-0a08a-93018','{\"BookingData\":[{\"bookingId\":\"BKR107173298138\",\"bookingId_TJ\":\"TJ107173298138\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-09-22T23:55\",\"LocalFromTime\":\"2023-09-22 23:55\",\"FromUTCTime\":\"2023-09-22T23:55\",\"LocalToTime\":\"2023-09-23 02:40\",\"ToUTCTime\":\"2023-09-23T02:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4786.8,\"PublishedFareTxt\":\"4,787\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4786.8,\"OfferedFare\":4786.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7681244332_0DELBLRSG8143_3879613583644\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":4786.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4786.8,\"CostToCustomer\":4786.8,\"BaseFareCal\":4786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4786.8,\"intOfferedFare\":4786.8,\"intPublishFare\":4786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"163\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-22T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bc4c2-807d0-0a08a-93018\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T12:10:56.828\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107173298138\",\"bookingId_TJ\":\"TJ107173298138\",\"FlightNumber\":\"SG-8143\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:55\",\"ArrivalTime\":\"02:40\",\"TravelDate\":\"2023-09-22T23:55\",\"LocalFromTime\":\"2023-09-22 23:55\",\"FromUTCTime\":\"2023-09-22T23:55\",\"LocalToTime\":\"2023-09-23 02:40\",\"ToUTCTime\":\"2023-09-23T02:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Fri, 22 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4786.8,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"bc4c2-807d0-0a08a-93018\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-21T12:10:56.828\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4786.8,\"PublishedFare\":4786.8,\"OfferedFare\":4786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":4786.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"163\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T02:40\",\"SegFlightNumber\":\"SG-8143\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-22T23:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:55\",\"strArrivalDtTime\":\"02:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-22 23:55\",\"localToDateTime\":\"2023-09-23 02:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"147\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"78\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_id\":[\"147\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"durgeshkirnapure8@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9881361677\",\"FirstName\":\"Durgesh\",\"LastName\":\"Kirnapure\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-21-12-09-47\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"78\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"78\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_customer\":[[\"155\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"22\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bc4c2-807d0-0a08a-93018\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"853564\",\"TPSysId\":\"853565\",\"VersionId\":[\"259242\"],\"CustomerSysId\":\"495303\",\"TrxId\":\"69298\",\"FareBreakdownid\":[\"385511\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"78\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_id\":[\"147\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"durgeshkirnapure8@gmail.com\",\"FirstName\":\"Durgesh\",\"LastName\":\"Kirnapure\",\"CountryCode\":\"91\",\"MobileNo\":\"9881361677\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9881361677\",\"leadEmail\":\"durgeshkirnapure8@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Durgesh\",\"passenger-lastname-1\":\"Kirnapure\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"bc4c2-807d0-0a08a-93018\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2023-09-21 12:10:12'),(936,'277ca-711fa-47ff8-fd932','{\"BookingData\":[{\"bookingId\":\"BKR101173372573\",\"bookingId_TJ\":\"TJ101173372573\",\"FlightNumber\":\"I5-554\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-23T19:05\",\"LocalFromTime\":\"2023-09-23 19:05\",\"FromUTCTime\":\"2023-09-23T19:05\",\"LocalToTime\":\"2023-09-23 21:30\",\"ToUTCTime\":\"2023-09-23T21:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5671.8,\"PublishedFareTxt\":\"5,672\",\"ApiResultIndex\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4332,\"Tax\":1339.8,\"YQTax\":0,\"OtherCharges\":1104,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":224,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5671.8,\"PublishedFare\":5592.49,\"OfferedFare\":5592.49,\"CommissionEarned\":79.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.17,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-2579037879_0CCUBLRI5554_163426863606142\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":79.31,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1339.8,\"BaseFareCal\":5592.49,\"BaseFare\":4332,\"CommissionEarned\":79.31,\"TDS\":-4.17,\"MF\":10,\"YQ\":0,\"AGST\":224,\"MFT\":1.8,\"OT\":1104,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":79.31,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5592.49,\"CostToCustomer\":5592.49,\"BaseFareCal\":5592.49,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5592.49,\"intOfferedFare\":5592.49,\"intPublishFare\":5671.8,\"TripjackMarkup\":0,\"TripjackCommission\":79.31,\"TripjackTDS\":\"4.17\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":79.31,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"941\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T21:30\",\"SegFlightNumber\":\"I5-554\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-09-23T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"941\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"277ca-711fa-47ff8-fd932\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-22T09:12:03.672\",\"strTraceId\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101173372573\",\"bookingId_TJ\":\"TJ101173372573\",\"FlightNumber\":\"I5-554\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"strTraceId\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-09-23T19:05\",\"LocalFromTime\":\"2023-09-23 19:05\",\"FromUTCTime\":\"2023-09-23T19:05\",\"LocalToTime\":\"2023-09-23 21:30\",\"ToUTCTime\":\"2023-09-23T21:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 23 Sep\",\"ArrivalDateTxt\":\"Sat, 23 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5671.8,\"ApiResultIndex\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"277ca-711fa-47ff8-fd932\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-22T09:12:03.672\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4332,\"Tax\":1339.8,\"YQTax\":0,\"OtherCharges\":1104,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":224,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5671.8,\"PublishedFare\":5592.49,\"OfferedFare\":5592.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1339.8,\"BaseFareCal\":5592.49,\"BaseFare\":4332,\"CommissionEarned\":79.31,\"TDS\":-4.17,\"MF\":10,\"YQ\":0,\"AGST\":224,\"MFT\":1.8,\"OT\":1104,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"941\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-23T21:30\",\"SegFlightNumber\":\"I5-554\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-09-23T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-2579037879_1CCUBLRI5554_508107279364\",\"localFromDateTime\":\"2023-09-23 19:05\",\"localToDateTime\":\"2023-09-23 21:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"CCU\",\"to\":\"BLR\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":14323,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"277ca-711fa-47ff8-fd932\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-BLR\"}}','2023-09-22 09:10:34'),(939,'12c7a-59c88-1402f-cc4ab','{\"BookingData\":[{\"bookingId\":\"BKR108673387716\",\"bookingId_TJ\":\"TJ108673387716\",\"FlightNumber\":\"6E-5001\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-10-06T05:40\",\"LocalFromTime\":\"2023-10-06 05:40\",\"FromUTCTime\":\"2023-10-06T05:40\",\"LocalToTime\":\"2023-10-06 07:30\",\"ToUTCTime\":\"2023-10-06T07:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 06 Oct\",\"ArrivalDateTxt\":\"Fri, 06 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5090.8,\"PublishedFareTxt\":\"5,091\",\"ApiResultIndex\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-RPR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":690.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5090.8,\"PublishedFare\":5023.16,\"OfferedFare\":5023.16,\"CommissionEarned\":67.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6600787761_0BOMRPR6E5001_72581439374447\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":67.64,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":690.8,\"BaseFareCal\":5023.16,\"BaseFare\":4400,\"CommissionEarned\":67.64,\"TDS\":-3.56,\"MF\":10,\"YQ\":0,\"AGST\":225,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":67.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5023.16,\"CostToCustomer\":5023.16,\"BaseFareCal\":5023.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5023.16,\"intOfferedFare\":5023.16,\"intPublishFare\":5090.8,\"TripjackMarkup\":0,\"TripjackCommission\":67.64,\"TripjackTDS\":\"3.56\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":67.64,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"811\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-10-06T07:30\",\"SegFlightNumber\":\"6E-5001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-06T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"12c7a-59c88-1402f-cc4ab\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-22T12:16:02.377\",\"strTraceId\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108673387716\",\"bookingId_TJ\":\"TJ108673387716\",\"FlightNumber\":\"6E-5001\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"strTraceId\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-10-06T05:40\",\"LocalFromTime\":\"2023-10-06 05:40\",\"FromUTCTime\":\"2023-10-06T05:40\",\"LocalToTime\":\"2023-10-06 07:30\",\"ToUTCTime\":\"2023-10-06T07:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 06 Oct\",\"ArrivalDateTxt\":\"Fri, 06 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5090.8,\"ApiResultIndex\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"12c7a-59c88-1402f-cc4ab\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-22T12:16:02.377\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":690.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5090.8,\"PublishedFare\":5023.16,\"OfferedFare\":5023.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":690.8,\"BaseFareCal\":5023.16,\"BaseFare\":4400,\"CommissionEarned\":67.64,\"TDS\":-3.56,\"MF\":10,\"YQ\":0,\"AGST\":225,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"811\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-10-06T07:30\",\"SegFlightNumber\":\"6E-5001\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-06T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6600787761_2BOMRPR6E5001_5591783893331\",\"localFromDateTime\":\"2023-10-06 05:40\",\"localToDateTime\":\"2023-10-06 07:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Raipur\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"RPR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Raipur, IN - Raipur Arpt RPR, India\",\"departure_date\":\"06\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Raipur Arpt RPR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"RPR\",\"from\":\"BOM\",\"to\":\"RPR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Raipur, IN - Raipur Arpt RPR, India\",\"sourceCityId\":18676,\"destinationCityId\":22508,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"12c7a-59c88-1402f-cc4ab\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-RPR\"},\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"86368\",\"ServiceFee\":0,\"CriteriaValue\":5023.16,\"couponcode\":\"Welcome\",\"TravelDate\":\"2023-10-06\",\"ProductType\":1}}','2023-09-22 12:14:49'),(941,'e3eb1-1c2f1-2cb9c-27247','{\"BookingData\":[{\"bookingId\":\"BKR119273417679\",\"bookingId_TJ\":\"TJ119273417679\",\"FlightNumber\":\"EY-205\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-09-28T04:45\",\"LocalFromTime\":\"2023-09-28 04:45\",\"FromUTCTime\":\"2023-09-28T04:45\",\"LocalToTime\":\"2023-09-28 22:25\",\"ToUTCTime\":\"2023-09-28T22:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":855,\"LAYOVERDuration\":\"14h 15m\",\"FlyingMinutes\":1150,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"17h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8215,\"Tax\":13752.599999999999,\"YQTax\":7980,\"OtherCharges\":4939,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21967.6,\"PublishedFare\":21236.33,\"OfferedFare\":-261.4,\"CommissionEarned\":778.47,\"CommisionPass\":778.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2439199114_1XNBAUHEY5421AUHBOMEY208_41103009775328\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Sale\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":13752.599999999999,\"BaseFareCal\":21196.33,\"BaseFare\":8215,\"CommissionEarned\":778.47,\"TDS\":-40.97,\"MF\":20,\"YQ\":7980,\"AGST\":810,\"MFT\":3.6,\"OT\":4939,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"404\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-28T06:10\",\"SegFlightNumber\":\"EY-205\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":175,\"GroundTime\":855,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"14h 15m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"405\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-09-28T22:25\",\"SegFlightNumber\":\"EY-5426\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-09-28T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e3eb1-1c2f1-2cb9c-27247\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119273417679\",\"bookingId_TJ\":\"TJ119273417679\",\"FlightNumber\":\"EY-205\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-09-28T04:45\",\"LocalFromTime\":\"2023-09-28 04:45\",\"FromUTCTime\":\"2023-09-28T04:45\",\"LocalToTime\":\"2023-09-28 22:25\",\"ToUTCTime\":\"2023-09-28T22:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":855,\"LAYOVERDuration\":\"14h 15m\",\"FlyingMinutes\":1150,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"17h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21236.33,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"e3eb1-1c2f1-2cb9c-27247\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8215,\"Tax\":13752.599999999999,\"YQTax\":7980,\"OtherCharges\":4939,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21967.6,\"PublishedFare\":21236.33,\"OfferedFare\":-261.4,\"CommissionEarned\":778.47,\"CommisionPass\":778.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2439199114_1XNBAUHEY5421AUHBOMEY208_41103009775328\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Sale\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":13752.599999999999,\"BaseFareCal\":21196.33,\"BaseFare\":8215,\"CommissionEarned\":778.47,\"TDS\":-40.97,\"MF\":20,\"YQ\":7980,\"AGST\":810,\"MFT\":3.6,\"OT\":4939,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"404\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-28T06:10\",\"SegFlightNumber\":\"EY-205\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":175,\"GroundTime\":855,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"14h 15m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"405\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-09-28T22:25\",\"SegFlightNumber\":\"EY-5426\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-09-28T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"406\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-30T20:05\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-09-30T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":800,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"407\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T14:10\",\"SegFlightNumber\":\"EY-208\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-10-01T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-28 04:45\",\"localToDateTime\":\"2023-09-28 22:25\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR119273417679\",\"bookingId_TJ\":\"TJ119273417679\",\"FlightNumber\":\"EY-5421\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-09-30T18:05\",\"LocalFromTime\":\"2023-09-30 18:05\",\"FromUTCTime\":\"2023-09-30T18:05\",\"LocalToTime\":\"2023-10-01 14:10\",\"ToUTCTime\":\"2023-10-01T14:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":800,\"LAYOVERDuration\":\"13h 20m\",\"FlyingMinutes\":1115,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"20h 5m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-30T20:05\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-09-30T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":800,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"407\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T14:10\",\"SegFlightNumber\":\"EY-208\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-10-01T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e3eb1-1c2f1-2cb9c-27247\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"XNB\",\"ContSysId\":\"228\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station XNB, United Arab Emirates\",\"departure_date\":\"28\\/09\\/2023\",\"return_date\":\"30\\/09\\/2023\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"XNB\",\"from\":\"BOM\",\"to\":\"XNB\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station XNB, United Arab Emirates\",\"sourceCityId\":18676,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/09\\/2023\",\"return_dates\":\"30\\/09\\/2023\",\"strDepatureDate\":\"2023-09-28\",\"strReturnDate\":\"2023-09-30\",\"SearchFlightTraceId\":\"e3eb1-1c2f1-2cb9c-27247\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-XNB-BOM\"}}','2023-09-22 17:29:51'),(943,'646bc-eb7bc-8405d-0a28a','{\"BookingData\":[{\"bookingId\":\"BKR115373417846\",\"bookingId_TJ\":\"TJ115373417846\",\"FlightNumber\":\"EY-205\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-09-28T04:45\",\"LocalFromTime\":\"2023-09-28 04:45\",\"FromUTCTime\":\"2023-09-28T04:45\",\"LocalToTime\":\"2023-09-28 22:25\",\"ToUTCTime\":\"2023-09-28T22:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":855,\"LAYOVERDuration\":\"14h 15m\",\"FlyingMinutes\":1150,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"17h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8215,\"Tax\":13752.599999999999,\"YQTax\":7980,\"OtherCharges\":4939,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21967.6,\"PublishedFare\":21236.33,\"OfferedFare\":-261.4,\"CommissionEarned\":778.47,\"CommisionPass\":778.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7052449017_1XNBAUHEY5421AUHBOMEY208_87638916458573\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Sale\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":13752.599999999999,\"BaseFareCal\":21196.33,\"BaseFare\":8215,\"CommissionEarned\":778.47,\"TDS\":-40.97,\"MF\":20,\"YQ\":7980,\"AGST\":810,\"MFT\":3.6,\"OT\":4939,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"182\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-28T06:10\",\"SegFlightNumber\":\"EY-205\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":175,\"GroundTime\":855,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"14h 15m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"183\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-09-28T22:25\",\"SegFlightNumber\":\"EY-5426\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-09-28T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"646bc-eb7bc-8405d-0a28a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115373417846\",\"bookingId_TJ\":\"TJ115373417846\",\"FlightNumber\":\"EY-205\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-09-28T04:45\",\"LocalFromTime\":\"2023-09-28 04:45\",\"FromUTCTime\":\"2023-09-28T04:45\",\"LocalToTime\":\"2023-09-28 22:25\",\"ToUTCTime\":\"2023-09-28T22:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":855,\"LAYOVERDuration\":\"14h 15m\",\"FlyingMinutes\":1150,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"17h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":21236.33,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"646bc-eb7bc-8405d-0a28a\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8215,\"Tax\":13752.599999999999,\"YQTax\":7980,\"OtherCharges\":4939,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":810,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21967.6,\"PublishedFare\":21236.33,\"OfferedFare\":-261.4,\"CommissionEarned\":778.47,\"CommisionPass\":778.47,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-7052449017_1XNBAUHEY5421AUHBOMEY208_87638916458573\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Sale\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":13752.599999999999,\"BaseFareCal\":21196.33,\"BaseFare\":8215,\"CommissionEarned\":778.47,\"TDS\":-40.97,\"MF\":20,\"YQ\":7980,\"AGST\":810,\"MFT\":3.6,\"OT\":4939,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":7.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":40,\"GSTOnMarkUp\":7.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"182\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-28T06:10\",\"SegFlightNumber\":\"EY-205\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":175,\"GroundTime\":855,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"14h 15m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"183\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2023-09-28T22:25\",\"SegFlightNumber\":\"EY-5426\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-09-28T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"184\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-30T20:05\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-09-30T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":800,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T14:10\",\"SegFlightNumber\":\"EY-208\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-10-01T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-09-28 04:45\",\"localToDateTime\":\"2023-09-28 22:25\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR115373417846\",\"bookingId_TJ\":\"TJ115373417846\",\"FlightNumber\":\"EY-5421\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-09-30T18:05\",\"LocalFromTime\":\"2023-09-30 18:05\",\"FromUTCTime\":\"2023-09-30T18:05\",\"LocalToTime\":\"2023-10-01 14:10\",\"ToUTCTime\":\"2023-10-01T14:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":800,\"LAYOVERDuration\":\"13h 20m\",\"FlyingMinutes\":1115,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"20h 5m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"184\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2023-09-30T20:05\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2023-09-30T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":800,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T14:10\",\"SegFlightNumber\":\"EY-208\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"T\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-10-01T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"646bc-eb7bc-8405d-0a28a\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"XNB\",\"ContSysId\":\"228\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station XNB, United Arab Emirates\",\"departure_date\":\"28\\/09\\/2023\",\"return_date\":\"30\\/09\\/2023\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"XNB\",\"from\":\"BOM\",\"to\":\"XNB\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station XNB, United Arab Emirates\",\"sourceCityId\":18676,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/09\\/2023\",\"return_dates\":\"30\\/09\\/2023\",\"strDepatureDate\":\"2023-09-28\",\"strReturnDate\":\"2023-09-30\",\"SearchFlightTraceId\":\"646bc-eb7bc-8405d-0a28a\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-XNB-BOM\"}}','2023-09-22 17:31:28'),(945,'ee08f-08067-257af-719c0','{\"BookingData\":[{\"bookingId\":\"BKR104273441700\",\"bookingId_TJ\":\"TJ104273441700\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:25\",\"ArrivalTime\":\"14:15\",\"TravelDate\":\"2023-11-10T12:25\",\"LocalFromTime\":\"2023-11-10 12:25\",\"FromUTCTime\":\"2023-11-10T12:25\",\"LocalToTime\":\"2023-11-10 14:15\",\"ToUTCTime\":\"2023-11-10T14:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6487.8,\"PublishedFareTxt\":\"6,488\",\"ApiResultIndex\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":1087.8,\"YQTax\":0,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6487.8,\"PublishedFare\":6410.18,\"OfferedFare\":6410.18,\"CommissionEarned\":77.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6246649158_0JAIBOM6E5235_56958328635142\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":77.62,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.8,\"BaseFareCal\":6410.18,\"BaseFare\":5400,\"CommissionEarned\":77.62,\"TDS\":-4.08,\"MF\":10,\"YQ\":0,\"AGST\":275,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":77.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6410.18,\"CostToCustomer\":6410.18,\"BaseFareCal\":6410.18,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6410.18,\"intOfferedFare\":6410.18,\"intPublishFare\":6487.8,\"TripjackMarkup\":0,\"TripjackCommission\":77.62,\"TripjackTDS\":\"4.08\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":77.62,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"546\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-10T14:15\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T12:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"12:25\",\"strArrivalDtTime\":\"14:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ee08f-08067-257af-719c0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-22T22:07:32.255\",\"strTraceId\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-10 12:00\",\"localToDateTime\":\"2023-11-18 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104273441700\",\"bookingId_TJ\":\"TJ104273441700\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"strTraceId\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:25\",\"ArrivalTime\":\"14:15\",\"TravelDate\":\"2023-11-10T12:25\",\"LocalFromTime\":\"2023-11-10 12:25\",\"FromUTCTime\":\"2023-11-10T12:25\",\"LocalToTime\":\"2023-11-10 14:15\",\"ToUTCTime\":\"2023-11-10T14:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16316.599999999999,\"ApiResultIndex\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"ee08f-08067-257af-719c0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-22T22:07:32.255\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14238,\"Tax\":2078.6,\"YQTax\":0,\"OtherCharges\":1330,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":725,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16316.599999999999,\"PublishedFare\":16101.89,\"OfferedFare\":16101.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2078.6,\"BaseFareCal\":16101.89,\"BaseFare\":14238,\"CommissionEarned\":214.71,\"TDS\":-11.3,\"MF\":20,\"YQ\":0,\"AGST\":725,\"MFT\":3.6,\"OT\":1330,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"546\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-10T14:15\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T12:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"12:25\",\"strArrivalDtTime\":\"14:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"861\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-18T16:55\",\"SegFlightNumber\":\"I5-679\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"NT\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-18T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6246649158_1JAIBOM6E5235_213170284524947\",\"localFromDateTime\":\"2023-11-10 12:25\",\"localToDateTime\":\"2023-11-10 14:15\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR104273441700\",\"bookingId_TJ\":\"TJ104273441700\",\"FlightNumber\":\"I5-679\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6246649158_1BOMJAII5679_213166502707664\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"15:15\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-18T15:15\",\"LocalFromTime\":\"2023-11-18 15:15\",\"FromUTCTime\":\"2023-11-18T15:15\",\"LocalToTime\":\"2023-11-18 16:55\",\"ToUTCTime\":\"2023-11-18T16:55\",\"IsDirect\":0,\"FareClass\":\"NT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9828.8,\"PublishedFareTxt\":\"9,829\",\"ApiResultIndex\":\"22-16-6246649158_1BOMJAII5679_213166502707664\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8838,\"Tax\":990.8,\"YQTax\":0,\"OtherCharges\":529,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9828.8,\"PublishedFare\":9691.71,\"OfferedFare\":9691.71,\"CommissionEarned\":137.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6246649158_1BOMJAII5679_56958329625382\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":137.09,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":990.8,\"BaseFareCal\":9691.71,\"BaseFare\":8838,\"CommissionEarned\":137.09,\"TDS\":-7.22,\"MF\":10,\"YQ\":0,\"AGST\":450,\"MFT\":1.8,\"OT\":529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":137.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9691.71,\"CostToCustomer\":9691.71,\"BaseFareCal\":9691.71,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9691.71,\"intOfferedFare\":9691.71,\"intPublishFare\":9828.8,\"TripjackMarkup\":0,\"TripjackCommission\":137.09,\"TripjackTDS\":\"7.22\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":137.09,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"861\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-18T16:55\",\"SegFlightNumber\":\"I5-679\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"NT\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-18T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"861\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ee08f-08067-257af-719c0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-22T22:07:32.255\",\"strTraceId\":\"22-16-6246649158_1BOMJAII5679_213166502707664\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-10 12:00\",\"localToDateTime\":\"2023-11-18 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"10\\/11\\/2023\",\"return_date\":\"18\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/11\\/2023\",\"return_dates\":\"18\\/11\\/2023\",\"strDepatureDate\":\"2023-11-10\",\"strReturnDate\":\"2023-11-18\",\"SearchFlightTraceId\":\"ee08f-08067-257af-719c0\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-BOM-JAI\"}}','2023-09-22 22:06:02'),(947,'98368-25f09-c8b0b-94a64','{\"BookingData\":[{\"bookingId\":\"BKR103473460923\",\"bookingId_TJ\":\"TJ103473460923\",\"FlightNumber\":\"UK-517\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:05\",\"ArrivalTime\":\"15:05\",\"TravelDate\":\"2023-09-29T13:05\",\"LocalFromTime\":\"2023-09-29 13:05\",\"FromUTCTime\":\"2023-09-29T13:05\",\"LocalToTime\":\"2023-09-29 15:05\",\"ToUTCTime\":\"2023-09-29T15:05\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5269.8,\"PublishedFareTxt\":\"5,270\",\"ApiResultIndex\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-COK\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":26.25,\"CRFT\":9,\"ARF\":525,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":525,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":525,\"CCF\":50,\"ACFT\":26.25},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":769.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":234,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5269.8,\"PublishedFare\":4827.52,\"OfferedFare\":4827.52,\"CommissionEarned\":442.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-23.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-3801877014_0BOMCOKUK517_341052803504015\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":442.28,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":769.8,\"BaseFareCal\":4827.52,\"BaseFare\":4500,\"CommissionEarned\":442.28,\"TDS\":-23.28,\"MF\":10,\"YQ\":0,\"AGST\":234,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":442.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4827.52,\"CostToCustomer\":4827.52,\"BaseFareCal\":4827.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4827.52,\"intOfferedFare\":4827.52,\"intPublishFare\":5269.8,\"TripjackMarkup\":0,\"TripjackCommission\":442.28,\"TripjackTDS\":\"23.28\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":442.28,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"550\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-09-29T15:05\",\"SegFlightNumber\":\"UK-517\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-29T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"98368-25f09-c8b0b-94a64\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T09:08:28.872\",\"strTraceId\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103473460923\",\"bookingId_TJ\":\"TJ103473460923\",\"FlightNumber\":\"UK-517\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"strTraceId\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:05\",\"ArrivalTime\":\"15:05\",\"TravelDate\":\"2023-09-29T13:05\",\"LocalFromTime\":\"2023-09-29 13:05\",\"FromUTCTime\":\"2023-09-29T13:05\",\"LocalToTime\":\"2023-09-29 15:05\",\"ToUTCTime\":\"2023-09-29T15:05\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5269.8,\"ApiResultIndex\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"98368-25f09-c8b0b-94a64\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T09:08:28.872\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":769.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":234,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5269.8,\"PublishedFare\":4827.52,\"OfferedFare\":4827.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":769.8,\"BaseFareCal\":4827.52,\"BaseFare\":4500,\"CommissionEarned\":442.28,\"TDS\":-23.28,\"MF\":10,\"YQ\":0,\"AGST\":234,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"550\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-09-29T15:05\",\"SegFlightNumber\":\"UK-517\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-29T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"15:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-3801877014_21BOMCOKUK517_87568821624417\",\"localFromDateTime\":\"2023-09-29 13:05\",\"localToDateTime\":\"2023-09-29 15:05\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Kochi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"departure_date\":\"29\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"COK\",\"from\":\"BOM\",\"to\":\"COK\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"sourceCityId\":18676,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"98368-25f09-c8b0b-94a64\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-COK\"}}','2023-09-23 09:06:59'),(949,'1034e-f1cf6-c2cfb-d6c6e','{\"BookingData\":[{\"bookingId\":\"BKR103673485992\",\"bookingId_TJ\":\"TJ103673485992\",\"FlightNumber\":\"QP-1651\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"05:50\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-10-26T05:50\",\"LocalFromTime\":\"2023-10-26 05:50\",\"FromUTCTime\":\"2023-10-26T05:50\",\"LocalToTime\":\"2023-10-26 07:00\",\"ToUTCTime\":\"2023-10-26T07:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2440.8,\"PublishedFareTxt\":\"2,441\",\"ApiResultIndex\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1852,\"Tax\":588.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2440.8,\"PublishedFare\":2395.06,\"OfferedFare\":2395.06,\"CommissionEarned\":45.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-0874113137_0BOMAMDQP1651_97781802154402\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":45.74,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":588.8,\"BaseFareCal\":2395.06,\"BaseFare\":1852,\"CommissionEarned\":45.74,\"TDS\":-2.41,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":45.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2395.06,\"CostToCustomer\":2395.06,\"BaseFareCal\":2395.06,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2395.06,\"intOfferedFare\":2395.06,\"intPublishFare\":2440.8,\"TripjackMarkup\":0,\"TripjackCommission\":45.74,\"TripjackTDS\":\"2.41\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":45.74,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"668\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-26T07:00\",\"SegFlightNumber\":\"QP-1651\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-26T05:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PCOR\",\"Price\":150,\"amount\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"668\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1034e-f1cf6-c2cfb-d6c6e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-23T13:57:58.717\",\"strTraceId\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103673485992\",\"bookingId_TJ\":\"TJ103673485992\",\"FlightNumber\":\"QP-1651\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"strTraceId\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"05:50\",\"ArrivalTime\":\"07:00\",\"TravelDate\":\"2023-10-26T05:50\",\"LocalFromTime\":\"2023-10-26 05:50\",\"FromUTCTime\":\"2023-10-26T05:50\",\"LocalToTime\":\"2023-10-26 07:00\",\"ToUTCTime\":\"2023-10-26T07:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2440.8,\"ApiResultIndex\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"1034e-f1cf6-c2cfb-d6c6e\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-23T13:57:58.717\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1852,\"Tax\":588.8,\"YQTax\":0,\"OtherCharges\":479,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2440.8,\"PublishedFare\":2395.06,\"OfferedFare\":2395.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":588.8,\"BaseFareCal\":2395.06,\"BaseFare\":1852,\"CommissionEarned\":45.74,\"TDS\":-2.41,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":479,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"668\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-26T07:00\",\"SegFlightNumber\":\"QP-1651\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-26T05:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"07:00\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-0874113137_0BOMAMDQP1651_15325632523331\",\"localFromDateTime\":\"2023-10-26 05:50\",\"localToDateTime\":\"2023-10-26 07:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Ahmedabad\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"26\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BOM\",\"to\":\"AMD\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":18676,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-26\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1034e-f1cf6-c2cfb-d6c6e\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-AMD\"}}','2023-09-23 13:56:29'),(951,'7cf68-1e68a-a924a-b3c08','{\"BookingData\":[{\"bookingId\":\"BKR102573490374\",\"bookingId_TJ\":\"TJ102573490374\",\"FlightNumber\":\"SG-695\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"10:00\",\"TravelDate\":\"2023-12-08T06:45\",\"LocalFromTime\":\"2023-12-08 06:45\",\"FromUTCTime\":\"2023-12-08T06:45\",\"LocalToTime\":\"2023-12-08 10:00\",\"ToUTCTime\":\"2023-12-08T10:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Fri, 08 Dec\",\"ArrivalDateTxt\":\"Fri, 08 Dec\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":11240,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6964.8,\"PublishedFareTxt\":\"6,965\",\"ApiResultIndex\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"CCF\":50,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":155,\"CCF\":50,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6519,\"Tax\":445.8,\"YQTax\":0,\"OtherCharges\":434,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6964.8,\"PublishedFare\":6854.36,\"OfferedFare\":6854.36,\"CommissionEarned\":110.44,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.81,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0373555805_0BOMGAUSG695_29657357922619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.44,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":445.8,\"BaseFareCal\":6854.36,\"BaseFare\":6519,\"CommissionEarned\":110.44,\"TDS\":-5.81,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":434,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.44,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6854.36,\"CostToCustomer\":6854.36,\"BaseFareCal\":6854.36,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6854.36,\"intOfferedFare\":6854.36,\"intPublishFare\":6964.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.44,\"TripjackTDS\":\"5.81\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":110.44,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"235\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-08T10:00\",\"SegFlightNumber\":\"SG-695\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-08T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"10:00\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"FPML\",\"Price\":395,\"amount\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7cf68-1e68a-a924a-b3c08\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-23T14:45:06.522\",\"strTraceId\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":11240,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102573490374\",\"bookingId_TJ\":\"TJ102573490374\",\"FlightNumber\":\"SG-695\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"strTraceId\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"10:00\",\"TravelDate\":\"2023-12-08T06:45\",\"LocalFromTime\":\"2023-12-08 06:45\",\"FromUTCTime\":\"2023-12-08T06:45\",\"LocalToTime\":\"2023-12-08 10:00\",\"ToUTCTime\":\"2023-12-08T10:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Fri, 08 Dec\",\"ArrivalDateTxt\":\"Fri, 08 Dec\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":11240,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6964.8,\"ApiResultIndex\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"7cf68-1e68a-a924a-b3c08\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-09-23T14:45:06.522\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6519,\"Tax\":445.8,\"YQTax\":0,\"OtherCharges\":434,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6964.8,\"PublishedFare\":6854.36,\"OfferedFare\":6854.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":445.8,\"BaseFareCal\":6854.36,\"BaseFare\":6519,\"CommissionEarned\":110.44,\"TDS\":-5.81,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":434,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"235\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-08T10:00\",\"SegFlightNumber\":\"SG-695\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-08T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"10:00\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-0373555805_0BOMGAUSG695_15613544307929\",\"localFromDateTime\":\"2023-12-08 06:45\",\"localToDateTime\":\"2023-12-08 10:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":11240,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Guwahati\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"GAU\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"departure_date\":\"08\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"GAU\",\"from\":\"BOM\",\"to\":\"GAU\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"sourceCityId\":18676,\"destinationCityId\":11240,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7cf68-1e68a-a924a-b3c08\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-GAU\"}}','2023-09-23 14:43:37'),(953,'8c645-02bc7-480c0-1996f','{\"BookingData\":[{\"bookingId\":\"BKR115473513801\",\"bookingId_TJ\":\"TJ115473513801\",\"FlightNumber\":\"WY-246\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"19:50\",\"TravelDate\":\"2023-09-25T16:00\",\"LocalFromTime\":\"2023-09-25 16:00\",\"FromUTCTime\":\"2023-09-25T16:00\",\"LocalToTime\":\"2023-09-25 19:50\",\"ToUTCTime\":\"2023-09-25T19:50\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":50,\"LAYOVERDuration\":\"0h 50m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Mon, 25 Sep\",\"ArrivalDateTxt\":\"Mon, 25 Sep\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":32543.6,\"PublishedFareTxt\":\"32,544\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":[],\"tfr\":{\"CANCELLATION\":[{\"amount\":9000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACFT\":450,\"ACF\":9000},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":9000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACFT\":450,\"ACF\":9000},\"pp\":\"AFTER_DEPARTURE\"}],\"DATECHANGE\":[{\"amount\":6000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"ARF\":6000,\"CRF\":50,\"CRFT\":9,\"ARFT\":300},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":6000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"ARF\":6000,\"CRF\":50,\"CRFT\":9,\"ARFT\":300},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16720,\"Tax\":15823.6,\"YQTax\":7120,\"OtherCharges\":6442,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1242,\"CarrierMiscFee\":996,\"MUFee\":0,\"intPublishedFare\":32543.6,\"PublishedFare\":31300.78,\"OfferedFare\":31277.18,\"CommissionEarned\":1266.42,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-66.66,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8512466543_0DELMCTWY246MCTDXBWY623_47376803110350\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Saver\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":3.6,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1266.42,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20,\"GSTOnMarkUp\":3.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":15823.6,\"BaseFareCal\":31280.78,\"BaseFare\":16720,\"CommissionEarned\":1266.42,\"TDS\":-66.66,\"MF\":20,\"YQ\":7120,\"AGST\":1242,\"MFT\":3.6,\"OT\":6442,\"MU\":0,\"YR\":996,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":3.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20,\"GSTOnMarkUp\":3.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1266.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":20,\"IntTaxOnAgencyFixMarkUp\":3.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":3.6,\"PublishFare\":31300.78,\"CostToCustomer\":31300.78,\"BaseFareCal\":31280.78,\"intCommisionEarnedForAgency\":20,\"CostToCompany\":31280.78,\"intOfferedFare\":31277.18,\"intPublishFare\":32543.6,\"TripjackMarkup\":0,\"TripjackCommission\":1266.42,\"TripjackTDS\":\"66.66\",\"AddiMarkup\":0,\"CommisionPass\":1266.42,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"848\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-09-25T17:50\",\"SegFlightNumber\":\"WY-246\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-25T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":50,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"0h 50m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"segmentid\":\"849\",\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-25T19:50\",\"SegFlightNumber\":\"WY-623\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"L\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-09-25T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"19:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"848\",\"Code\":\"5KG\",\"Price\":2494,\"amount\":2494,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"848\",\"Code\":\"10KG\",\"Price\":4156,\"amount\":4156,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"848\",\"Code\":\"20KG\",\"Price\":7481,\"amount\":7481,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"848\",\"Code\":\"23KG\",\"Price\":11637,\"amount\":11637,\"Weight\":\"23KG\"},{\"Currency\":\"INR\",\"key\":\"848\",\"Code\":\"32KG\",\"Price\":14131,\"amount\":14131,\"Weight\":\"32KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8c645-02bc7-480c0-1996f\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-23T19:33:52.646\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115473513801\",\"bookingId_TJ\":\"TJ115473513801\",\"FlightNumber\":\"WY-246\",\"AirlineName\":\"Oman Aviation\",\"AirlineCode\":\"WY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"AirlineSysId\":\"375\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"19:50\",\"TravelDate\":\"2023-09-25T16:00\",\"LocalFromTime\":\"2023-09-25 16:00\",\"FromUTCTime\":\"2023-09-25T16:00\",\"LocalToTime\":\"2023-09-25 19:50\",\"ToUTCTime\":\"2023-09-25T19:50\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Muscat\",\"GroundTime\":50,\"LAYOVERDuration\":\"0h 50m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Mon, 25 Sep\",\"ArrivalDateTxt\":\"Mon, 25 Sep\",\"FlightDuration\":\"3h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":32543.6,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\",\"SearchFlightTraceId\":\"8c645-02bc7-480c0-1996f\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-23T19:33:52.646\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16720,\"Tax\":15823.6,\"YQTax\":7120,\"OtherCharges\":6442,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1242,\"CarrierMiscFee\":996,\"MUFee\":0,\"intPublishedFare\":32543.6,\"PublishedFare\":31300.78,\"OfferedFare\":31277.18,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":20,\"GSTOnMarkUp\":3.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":15823.6,\"BaseFareCal\":31280.78,\"BaseFare\":16720,\"CommissionEarned\":1266.42,\"TDS\":-66.66,\"MF\":20,\"YQ\":7120,\"AGST\":1242,\"MFT\":3.6,\"OT\":6442,\"MU\":0,\"YR\":996,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":20,\"GSTOnMarkUp\":3.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"848\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-09-25T17:50\",\"SegFlightNumber\":\"WY-246\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-25T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":50,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"0h 50m\",\"LAYOVERCity\":\"Muscat\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"},{\"segmentid\":\"849\",\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-09-25T19:50\",\"SegFlightNumber\":\"WY-623\",\"AirlineCode\":\"WY\",\"AirlineName\":\"Oman Aviation\",\"FareClass\":\"L\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-09-25T18:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"19:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/WY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-8512466543_1DELMCTWY246MCTDXBWY623_119983092224252\",\"localFromDateTime\":\"2023-09-25 16:00\",\"localToDateTime\":\"2023-09-25 19:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Dubai\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"25\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8c645-02bc7-480c0-1996f\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-DXB\"}}','2023-09-23 19:32:23'),(955,'8a8e6-7951b-cab5a-0cce2','{\"BookingData\":[{\"bookingId\":\"BKR105473520558\",\"bookingId_TJ\":\"TJ105473520558\",\"FlightNumber\":\"6E-2398\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2023-09-24T07:00\",\"LocalFromTime\":\"2023-09-24 07:00\",\"FromUTCTime\":\"2023-09-24T07:00\",\"LocalToTime\":\"2023-09-24 09:10\",\"ToUTCTime\":\"2023-09-24T09:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 24 Sep\",\"ArrivalDateTxt\":\"Sun, 24 Sep\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3410.8,\"PublishedFareTxt\":\"3,411\",\"ApiResultIndex\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2800,\"Tax\":610.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3321.12,\"OfferedFare\":3321.12,\"CommissionEarned\":89.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2191836738_0BOMDEL6E2398_191168481719826\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":89.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610.8,\"BaseFareCal\":3321.12,\"BaseFare\":2800,\"CommissionEarned\":89.68,\"TDS\":-4.72,\"MF\":10,\"YQ\":0,\"AGST\":145,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":89.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3321.12,\"CostToCustomer\":3321.12,\"BaseFareCal\":3321.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3321.12,\"intOfferedFare\":3321.12,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":89.68,\"TripjackTDS\":\"4.72\",\"AddiMarkup\":0,\"CommisionPass\":89.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"174\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-24T09:10\",\"SegFlightNumber\":\"6E-2398\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-24T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8a8e6-7951b-cab5a-0cce2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T21:12:29.431\",\"strTraceId\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-24 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105473520558\",\"bookingId_TJ\":\"TJ105473520558\",\"FlightNumber\":\"6E-2398\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"strTraceId\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2023-09-24T07:00\",\"LocalFromTime\":\"2023-09-24 07:00\",\"FromUTCTime\":\"2023-09-24T07:00\",\"LocalToTime\":\"2023-09-24 09:10\",\"ToUTCTime\":\"2023-09-24T09:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 24 Sep\",\"ArrivalDateTxt\":\"Sun, 24 Sep\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6846.6,\"ApiResultIndex\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8a8e6-7951b-cab5a-0cce2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T21:12:29.431\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5520,\"Tax\":1326.6,\"YQTax\":0,\"OtherCharges\":843,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6846.6,\"PublishedFare\":6649.24,\"OfferedFare\":6649.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1326.6,\"BaseFareCal\":6649.24,\"BaseFare\":5520,\"CommissionEarned\":197.36,\"TDS\":-10.39,\"MF\":20,\"YQ\":0,\"AGST\":290,\"MFT\":3.6,\"OT\":843,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"174\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-24T09:10\",\"SegFlightNumber\":\"6E-2398\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-24T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"646\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T00:45\",\"SegFlightNumber\":\"AI-814\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-30T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2191836738_2BOMDEL6E2398_48156797018067\",\"localFromDateTime\":\"2023-09-24 07:00\",\"localToDateTime\":\"2023-09-24 09:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR105473520558\",\"bookingId_TJ\":\"TJ105473520558\",\"FlightNumber\":\"AI-814\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2191836738_3DELBOMAI814_48163693444399\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-09-30T22:30\",\"LocalFromTime\":\"2023-09-30 22:30\",\"FromUTCTime\":\"2023-09-30T22:30\",\"LocalToTime\":\"2023-10-01 00:45\",\"ToUTCTime\":\"2023-10-01T00:45\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sun, 01 Oct\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3435.8,\"PublishedFareTxt\":\"3,436\",\"ApiResultIndex\":\"32-21-10-15-2-2191836738_3DELBOMAI814_48163693444399\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2720,\"Tax\":715.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":3435.8,\"PublishedFare\":3328.12,\"OfferedFare\":3328.12,\"CommissionEarned\":107.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.67,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5-2191836738_1DELBOMAI814_191168482556367\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":107.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":715.8,\"BaseFareCal\":3328.12,\"BaseFare\":2720,\"CommissionEarned\":107.68,\"TDS\":-5.67,\"MF\":10,\"YQ\":0,\"AGST\":145,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":107.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3328.12,\"CostToCustomer\":3328.12,\"BaseFareCal\":3328.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3328.12,\"intOfferedFare\":3328.12,\"intPublishFare\":3435.8,\"TripjackMarkup\":0,\"TripjackCommission\":107.68,\"TripjackTDS\":\"5.67\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":107.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"646\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-01T00:45\",\"SegFlightNumber\":\"AI-814\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-09-30T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8a8e6-7951b-cab5a-0cce2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T21:12:29.431\",\"strTraceId\":\"32-21-10-15-2-2191836738_3DELBOMAI814_48163693444399\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-24 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"24\\/09\\/2023\",\"return_date\":\"30\\/09\\/2023\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/09\\/2023\",\"return_dates\":\"30\\/09\\/2023\",\"strDepatureDate\":\"2023-09-24\",\"strReturnDate\":\"2023-09-30\",\"SearchFlightTraceId\":\"8a8e6-7951b-cab5a-0cce2\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-DEL-BOM\"}}','2023-09-23 21:10:59');
INSERT INTO `tbl_temp_data` VALUES (963,'72804-add87-3274f-13af6','{\"BookingData\":[{\"bookingId\":\"BKR100273521110\",\"bookingId_TJ\":\"TJ100273521110\",\"FlightNumber\":\"UK-919\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-24T22:45\",\"LocalFromTime\":\"2023-09-24 22:45\",\"FromUTCTime\":\"2023-09-24T22:45\",\"LocalToTime\":\"2023-09-25 17:05\",\"ToUTCTime\":\"2023-09-25T17:05\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":940,\"LAYOVERDuration\":\"15h 40m\",\"FlyingMinutes\":1100,\"DepartureDateTxt\":\"Sun, 24 Sep\",\"ArrivalDateTxt\":\"Mon, 25 Sep\",\"FlightDuration\":\"18h 20m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11087.8,\"PublishedFareTxt\":\"11,088\",\"ApiResultIndex\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":26.25,\"ARF\":525,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":525,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":26.25,\"ACF\":525},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9871,\"Tax\":1216.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":511,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":11087.8,\"PublishedFare\":10470.04,\"OfferedFare\":10470.04,\"CommissionEarned\":617.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32.51,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-2331187072_0BOMAMDUK919AMDDELUK976_50616018911853\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":617.76,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1216.8,\"BaseFareCal\":10470.04,\"BaseFare\":9871,\"CommissionEarned\":617.76,\"TDS\":-32.51,\"MF\":10,\"YQ\":0,\"AGST\":511,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":617.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10470.04,\"CostToCustomer\":10470.04,\"BaseFareCal\":10470.04,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10470.04,\"intOfferedFare\":10470.04,\"intPublishFare\":11087.8,\"TripjackMarkup\":0,\"TripjackCommission\":617.76,\"TripjackTDS\":\"32.51\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":617.76,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"859\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-24T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-24T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":940,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"15h 40m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"860\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-25T17:05\",\"SegFlightNumber\":\"UK-976\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"N\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-09-25T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"72804-add87-3274f-13af6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T21:21:52.130\",\"strTraceId\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100273521110\",\"bookingId_TJ\":\"TJ100273521110\",\"FlightNumber\":\"UK-919\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"strTraceId\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2023-09-24T22:45\",\"LocalFromTime\":\"2023-09-24 22:45\",\"FromUTCTime\":\"2023-09-24T22:45\",\"LocalToTime\":\"2023-09-25 17:05\",\"ToUTCTime\":\"2023-09-25T17:05\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":940,\"LAYOVERDuration\":\"15h 40m\",\"FlyingMinutes\":1100,\"DepartureDateTxt\":\"Sun, 24 Sep\",\"ArrivalDateTxt\":\"Mon, 25 Sep\",\"FlightDuration\":\"18h 20m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11087.8,\"ApiResultIndex\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"72804-add87-3274f-13af6\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T21:21:52.130\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9871,\"Tax\":1216.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":511,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":11087.8,\"PublishedFare\":10470.04,\"OfferedFare\":10470.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1216.8,\"BaseFareCal\":10470.04,\"BaseFare\":9871,\"CommissionEarned\":617.76,\"TDS\":-32.51,\"MF\":10,\"YQ\":0,\"AGST\":511,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"859\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-09-24T23:55\",\"SegFlightNumber\":\"UK-919\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-24T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":940,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"15h 40m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"860\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-09-25T17:05\",\"SegFlightNumber\":\"UK-976\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"N\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-09-25T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-2331187072_93BOMAMDUK919AMDDELUK976_34728237445042\",\"localFromDateTime\":\"2023-09-24 22:45\",\"localToDateTime\":\"2023-09-25 17:05\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"24\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"72804-add87-3274f-13af6\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-09-23 21:20:22'),(966,'5e168-b5f9b-4cd44-3740e','{\"BookingData\":[{\"bookingId\":\"BKR107673527035\",\"bookingId_TJ\":\"TJ107673527035\",\"FlightNumber\":\"6E-5325\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-09-29T09:10\",\"LocalFromTime\":\"2023-09-29 09:10\",\"FromUTCTime\":\"2023-09-29T09:10\",\"LocalToTime\":\"2023-09-29 11:35\",\"ToUTCTime\":\"2023-09-29T11:35\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10454.8,\"PublishedFareTxt\":\"10,455\",\"ApiResultIndex\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-ATQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"ARF\":449,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"CCF\":50,\"ACFT\":74.95,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"CCF\":50,\"ACFT\":24.95,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"ATQ-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9509,\"Tax\":945.8,\"YQTax\":0,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10454.8,\"PublishedFare\":10336.2,\"OfferedFare\":10336.2,\"CommissionEarned\":118.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6248163699_0BOMATQ6E5325_52187475175438\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":118.6,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":945.8,\"BaseFareCal\":10336.2,\"BaseFare\":9509,\"CommissionEarned\":118.6,\"TDS\":-6.24,\"MF\":10,\"YQ\":0,\"AGST\":480,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":118.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10336.2,\"CostToCustomer\":10336.2,\"BaseFareCal\":10336.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10336.2,\"intOfferedFare\":10336.2,\"intPublishFare\":10454.8,\"TripjackMarkup\":0,\"TripjackCommission\":118.6,\"TripjackTDS\":\"6.24\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":118.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"374\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-09-29T11:35\",\"SegFlightNumber\":\"6E-5325\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-29T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"374\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5e168-b5f9b-4cd44-3740e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T23:12:07.757\",\"strTraceId\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107673527035\",\"bookingId_TJ\":\"TJ107673527035\",\"FlightNumber\":\"6E-5325\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"strTraceId\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-09-29T09:10\",\"LocalFromTime\":\"2023-09-29 09:10\",\"FromUTCTime\":\"2023-09-29T09:10\",\"LocalToTime\":\"2023-09-29 11:35\",\"ToUTCTime\":\"2023-09-29T11:35\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16122.599999999999,\"ApiResultIndex\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5e168-b5f9b-4cd44-3740e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T23:12:07.757\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14009,\"Tax\":2113.6,\"YQTax\":0,\"OtherCharges\":1380,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":710,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16122.599999999999,\"PublishedFare\":15897.36,\"OfferedFare\":15897.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2113.6,\"BaseFareCal\":15897.36,\"BaseFare\":14009,\"CommissionEarned\":225.24,\"TDS\":-11.850000000000001,\"MF\":20,\"YQ\":0,\"AGST\":710,\"MFT\":3.6,\"OT\":1380,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"374\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-09-29T11:35\",\"SegFlightNumber\":\"6E-5325\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-29T09:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"663\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-30T08:05\",\"SegFlightNumber\":\"6E-5279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-30T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6248163699_2BOMATQ6E5325_57174311664351\",\"localFromDateTime\":\"2023-09-29 09:10\",\"localToDateTime\":\"2023-09-29 11:35\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR107673527035\",\"bookingId_TJ\":\"TJ107673527035\",\"FlightNumber\":\"6E-5279\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6248163699_0ATQBOM6E5279_57174311369185\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"08:05\",\"TravelDate\":\"2023-09-30T05:30\",\"LocalFromTime\":\"2023-09-30 05:30\",\"FromUTCTime\":\"2023-09-30T05:30\",\"LocalToTime\":\"2023-09-30 08:05\",\"ToUTCTime\":\"2023-09-30T08:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 30 Sep\",\"ArrivalDateTxt\":\"Sat, 30 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5667.8,\"PublishedFareTxt\":\"5,668\",\"ApiResultIndex\":\"5-6248163699_0ATQBOM6E5279_57174311369185\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-ATQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"ARF\":449,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"CCF\":50,\"ACFT\":74.95,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"CCF\":50,\"ACFT\":24.95,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}},\"ATQ-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1167.8,\"YQTax\":0,\"OtherCharges\":926,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5667.8,\"PublishedFare\":5561.16,\"OfferedFare\":5561.16,\"CommissionEarned\":106.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6248163699_1ATQBOM6E5279_52187476208516\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":106.64,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1167.8,\"BaseFareCal\":5561.16,\"BaseFare\":4500,\"CommissionEarned\":106.64,\"TDS\":-5.61,\"MF\":10,\"YQ\":0,\"AGST\":230,\"MFT\":1.8,\"OT\":926,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":106.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5561.16,\"CostToCustomer\":5561.16,\"BaseFareCal\":5561.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5561.16,\"intOfferedFare\":5561.16,\"intPublishFare\":5667.8,\"TripjackMarkup\":0,\"TripjackCommission\":106.64,\"TripjackTDS\":\"5.61\",\"AddiMarkup\":0,\"CommisionPass\":106.64,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"663\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-09-30T08:05\",\"SegFlightNumber\":\"6E-5279\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2023-09-30T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"663\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5e168-b5f9b-4cd44-3740e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-23T23:12:07.757\",\"strTraceId\":\"5-6248163699_0ATQBOM6E5279_57174311369185\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"2023-09-30 12:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Amritsar\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"ATQ\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"departure_date\":\"29\\/09\\/2023\",\"return_date\":\"30\\/09\\/2023\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Raja Sansi Arpt ATQ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"ATQ\",\"from\":\"BOM\",\"to\":\"ATQ\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"sourceCityId\":18676,\"destinationCityId\":974,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/09\\/2023\",\"return_dates\":\"30\\/09\\/2023\",\"strDepatureDate\":\"2023-09-29\",\"strReturnDate\":\"2023-09-30\",\"SearchFlightTraceId\":\"5e168-b5f9b-4cd44-3740e\",\"PreferredAirline\":null,\"from_city_\":\"2__BOM-ATQ-BOM\"}}','2023-09-23 23:10:38'),(968,'2d57c-5084a-97d4f-6371c','{\"BookingData\":[{\"bookingId\":\"BKR107373539838\",\"bookingId_TJ\":\"TJ107373539838\",\"FlightNumber\":\"6E-5096\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-10-10T20:40\",\"LocalFromTime\":\"2023-10-10 20:40\",\"FromUTCTime\":\"2023-10-10T20:40\",\"LocalToTime\":\"2023-10-10 22:50\",\"ToUTCTime\":\"2023-10-10T22:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3901.8,\"PublishedFareTxt\":\"3,902\",\"ApiResultIndex\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VNS-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2835,\"Tax\":1066.8,\"YQTax\":0,\"OtherCharges\":908,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3901.8,\"PublishedFare\":3901.8,\"OfferedFare\":3901.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8885248707_0VNSBOM6E5096_173438998063611\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1066.8,\"BaseFareCal\":3901.8,\"BaseFare\":2835,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":147,\"MFT\":1.8,\"OT\":908,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3901.8,\"CostToCustomer\":3901.8,\"BaseFareCal\":3901.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3901.8,\"intOfferedFare\":3901.8,\"intPublishFare\":3901.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"763\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-10T22:50\",\"SegFlightNumber\":\"6E-5096\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"763\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2d57c-5084a-97d4f-6371c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T09:58:55.073\",\"strTraceId\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107373539838\",\"bookingId_TJ\":\"TJ107373539838\",\"FlightNumber\":\"6E-5096\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"strTraceId\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-10-10T20:40\",\"LocalFromTime\":\"2023-10-10 20:40\",\"FromUTCTime\":\"2023-10-10T20:40\",\"LocalToTime\":\"2023-10-10 22:50\",\"ToUTCTime\":\"2023-10-10T22:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3901.8,\"ApiResultIndex\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"2d57c-5084a-97d4f-6371c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T09:58:55.073\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2835,\"Tax\":1066.8,\"YQTax\":0,\"OtherCharges\":908,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3901.8,\"PublishedFare\":3901.8,\"OfferedFare\":3901.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1066.8,\"BaseFareCal\":3901.8,\"BaseFare\":2835,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":147,\"MFT\":1.8,\"OT\":908,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"763\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-10T22:50\",\"SegFlightNumber\":\"6E-5096\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8885248707_0VNSBOM6E5096_5270685446071\",\"localFromDateTime\":\"2023-10-10 20:40\",\"localToDateTime\":\"2023-10-10 22:50\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Varanasi\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"VNS\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"10\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lal Bahadur Shastri Arpt VNS\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"STUDENT\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VNS\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"VNS\",\"to\":\"BOM\",\"sourceCityText\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":28449,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"2d57c-5084a-97d4f-6371c\",\"PreferredAirline\":null,\"from_city_\":\"1__VNS-BOM\"}}','2023-09-24 09:57:26'),(970,'a84cf-94c21-5b5af-3728f','{\"BookingData\":[{\"bookingId\":\"BKR109973539990\",\"bookingId_TJ\":\"TJ109973539990\",\"FlightNumber\":\"6E-5096\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-10-10T20:40\",\"LocalFromTime\":\"2023-10-10 20:40\",\"FromUTCTime\":\"2023-10-10T20:40\",\"LocalToTime\":\"2023-10-10 22:50\",\"ToUTCTime\":\"2023-10-10T22:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"PublishedFareTxt\":\"7,804\",\"ApiResultIndex\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VNS-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1441538587_0VNSBOM6E5096_90500777874749\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7803.6,\"CostToCustomer\":7803.6,\"BaseFareCal\":7803.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7803.6,\"intOfferedFare\":7803.6,\"intPublishFare\":7803.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"179\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-10T22:50\",\"SegFlightNumber\":\"6E-5096\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"179\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a84cf-94c21-5b5af-3728f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T10:02:37.227\",\"strTraceId\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109973539990\",\"bookingId_TJ\":\"TJ109973539990\",\"FlightNumber\":\"6E-5096\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"strTraceId\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2023-10-10T20:40\",\"LocalFromTime\":\"2023-10-10 20:40\",\"FromUTCTime\":\"2023-10-10T20:40\",\"LocalToTime\":\"2023-10-10 22:50\",\"ToUTCTime\":\"2023-10-10T22:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"ApiResultIndex\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"a84cf-94c21-5b5af-3728f\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T10:02:37.227\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"179\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-10T22:50\",\"SegFlightNumber\":\"6E-5096\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1441538587_0VNSBOM6E5096_81803907643705\",\"localFromDateTime\":\"2023-10-10 20:40\",\"localToDateTime\":\"2023-10-10 22:50\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Varanasi\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"VNS\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"10\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lal Bahadur Shastri Arpt VNS\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"STUDENT\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VNS\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"VNS\",\"to\":\"BOM\",\"sourceCityText\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":28449,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a84cf-94c21-5b5af-3728f\",\"PreferredAirline\":null,\"from_city_\":\"1__VNS-BOM\"}}','2023-09-24 10:01:07'),(972,'6c8ae-008b6-2913e-d9aa5','{\"BookingData\":[{\"bookingId\":\"BKR112873578870\",\"bookingId_TJ\":\"TJ112873578870\",\"FlightNumber\":\"6E-1151\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"09:50\",\"TravelDate\":\"2023-11-08T07:40\",\"LocalFromTime\":\"2023-11-08 07:40\",\"FromUTCTime\":\"2023-11-08T07:40\",\"LocalToTime\":\"2023-11-08 09:50\",\"ToUTCTime\":\"2023-11-08T09:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5538.8,\"PublishedFareTxt\":\"5,539\",\"ApiResultIndex\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-KTM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"ARF\":5000,\"CRFT\":9,\"ARFT\":250,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCFT\":18,\"CCF\":100,\"ACFT\":325},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":1538.8,\"YQTax\":0,\"OtherCharges\":1324,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5538.8,\"PublishedFare\":5477.05,\"OfferedFare\":5477.05,\"CommissionEarned\":61.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.25,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3037340912_0DELKTM6E1151_222966695544996\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":61.75,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1538.8,\"BaseFareCal\":5477.05,\"BaseFare\":4000,\"CommissionEarned\":61.75,\"TDS\":-3.25,\"MF\":10,\"YQ\":0,\"AGST\":203,\"MFT\":1.8,\"OT\":1324,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":61.75,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5477.05,\"CostToCustomer\":5477.05,\"BaseFareCal\":5477.05,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5477.05,\"intOfferedFare\":5477.05,\"intPublishFare\":5538.8,\"TripjackMarkup\":0,\"TripjackCommission\":61.75,\"TripjackTDS\":\"3.25\",\"AddiMarkup\":0,\"CommisionPass\":61.75,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"698\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-11-08T09:50\",\"SegFlightNumber\":\"6E-1151\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:50\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPA\",\"Price\":2500,\"amount\":2500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPB\",\"Price\":5000,\"amount\":5000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPC\",\"Price\":7500,\"amount\":7500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPJ\",\"Price\":10000,\"amount\":10000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"XBPD\",\"Price\":15000,\"amount\":15000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"698\",\"Code\":\"BEER\",\"Price\":1250,\"amount\":1250,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6c8ae-008b6-2913e-d9aa5\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:20:23.100\",\"strTraceId\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112873578870\",\"bookingId_TJ\":\"TJ112873578870\",\"FlightNumber\":\"6E-1151\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"strTraceId\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"09:50\",\"TravelDate\":\"2023-11-08T07:40\",\"LocalFromTime\":\"2023-11-08 07:40\",\"FromUTCTime\":\"2023-11-08T07:40\",\"LocalToTime\":\"2023-11-08 09:50\",\"ToUTCTime\":\"2023-11-08T09:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13672,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"KTM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5538.8,\"ApiResultIndex\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"6c8ae-008b6-2913e-d9aa5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:20:23.100\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":1538.8,\"YQTax\":0,\"OtherCharges\":1324,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5538.8,\"PublishedFare\":5477.05,\"OfferedFare\":5477.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1538.8,\"BaseFareCal\":5477.05,\"BaseFare\":4000,\"CommissionEarned\":61.75,\"TDS\":-3.25,\"MF\":10,\"YQ\":0,\"AGST\":203,\"MFT\":1.8,\"OT\":1324,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"698\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Tribuvan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kathmandu\",\"destinationCountryName\":\"Nepal\",\"destinationAirportCode\":\"KTM\",\"destinationArrTime\":\"2023-11-08T09:50\",\"SegFlightNumber\":\"6E-1151\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:50\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3037340912_0DELKTM6E1151_128222874891305\",\"localFromDateTime\":\"2023-11-08 07:40\",\"localToDateTime\":\"2023-11-08 09:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"KTM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13672,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kathmandu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"KTM\",\"ContSysId\":\"153\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"departure_date\":\"08\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" NP - Tribuvan Arpt KTM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"KTM\",\"from\":\"DEL\",\"to\":\"KTM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kathmandu, NP - Tribuvan Arpt KTM, Nepal\",\"sourceCityId\":7701,\"destinationCityId\":13672,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"6c8ae-008b6-2913e-d9aa5\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-KTM\"}}','2023-09-24 21:18:53'),(980,'3c585-241e8-cfd46-6a34d','{\"BookingData\":[{\"bookingId\":\"BKR107173579737\",\"bookingId_TJ\":\"TJ107173579737\",\"FlightNumber\":\"6E-537\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-09-27T10:25\",\"LocalFromTime\":\"2023-09-27 10:25\",\"FromUTCTime\":\"2023-09-27T10:25\",\"LocalToTime\":\"2023-09-27 16:25\",\"ToUTCTime\":\"2023-09-27T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Wed, 27 Sep\",\"ArrivalDateTxt\":\"Wed, 27 Sep\",\"FlightDuration\":\"6h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13184,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7828.8,\"PublishedFareTxt\":\"7,829\",\"ApiResultIndex\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JDH\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6564,\"Tax\":1264.8,\"YQTax\":0,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":336,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7828.8,\"PublishedFare\":7739.58,\"OfferedFare\":7739.58,\"CommissionEarned\":89.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3229599676_0BLRHYD6E537HYDJDH6E6591_40061635949537\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":89.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":7739.58,\"BaseFare\":6564,\"CommissionEarned\":89.22,\"TDS\":-4.7,\"MF\":10,\"YQ\":0,\"AGST\":336,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":89.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7739.58,\"CostToCustomer\":7739.58,\"BaseFareCal\":7739.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7739.58,\"intOfferedFare\":7739.58,\"intPublishFare\":7828.8,\"TripjackMarkup\":0,\"TripjackCommission\":89.22,\"TripjackTDS\":\"4.7\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":89.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"906\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-27T11:40\",\"SegFlightNumber\":\"6E-537\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-27T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":160,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"907\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-09-27T16:25\",\"SegFlightNumber\":\"6E-6591\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-27T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c585-241e8-cfd46-6a34d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:38:38.724\",\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":13184,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107173579737\",\"bookingId_TJ\":\"TJ107173579737\",\"FlightNumber\":\"6E-537\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-09-27T10:25\",\"LocalFromTime\":\"2023-09-27 10:25\",\"FromUTCTime\":\"2023-09-27T10:25\",\"LocalToTime\":\"2023-09-27 16:25\",\"ToUTCTime\":\"2023-09-27T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Wed, 27 Sep\",\"ArrivalDateTxt\":\"Wed, 27 Sep\",\"FlightDuration\":\"6h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":13184,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7828.8,\"ApiResultIndex\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3c585-241e8-cfd46-6a34d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-24T21:38:38.724\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6564,\"Tax\":1264.8,\"YQTax\":0,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":336,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7828.8,\"PublishedFare\":7739.58,\"OfferedFare\":7739.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":7739.58,\"BaseFare\":6564,\"CommissionEarned\":89.22,\"TDS\":-4.7,\"MF\":10,\"YQ\":0,\"AGST\":336,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"906\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-09-27T11:40\",\"SegFlightNumber\":\"6E-537\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-09-27T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":160,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"907\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-09-27T16:25\",\"SegFlightNumber\":\"6E-6591\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-09-27T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3229599676_1BLRHYD6E537HYDJDH6E6591_47598754317796\",\"localFromDateTime\":\"2023-09-27 10:25\",\"localToDateTime\":\"2023-09-27 16:25\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":13184,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jodhpur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JDH\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"departure_date\":\"27\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Jodhpur Arpt JDH\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JDH\",\"from\":\"BLR\",\"to\":\"JDH\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jodhpur, IN - Jodhpur Arpt JDH, India\",\"sourceCityId\":2262,\"destinationCityId\":13184,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3c585-241e8-cfd46-6a34d\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JDH\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Jodhpur&source_city=BLR&ContSysId_1=101&destination_city=JDH&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Jodhpur%2C+IN+-+Jodhpur+Arpt+JDH%2C+India&departure_date=27%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Jodhpur+Arpt+JDH&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"65\",\"EmailId\":\"amar.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9066797528\",\"FirstName\":\"Revath \",\"LastName\":\"Ram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-24-21-38-23\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"76\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"858226\",\"TPSysId\":\"858227\",\"VersionId\":[\"260999\"],\"CustomerSysId\":\"486118\",\"TrxId\":\"69573\",\"FareBreakdownid\":[\"385659\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"156\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"65\",\"CustomerMemSysId\":[\"76\"],\"flight_booking_id\":[\"148\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"148\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7739.58},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"486118\",\"TPSysId\":\"858227\",\"MasterTPSysId\":\"858226\",\"ProposalID\":\"858227\\/V1\",\"InvoiceDate\":\"2023-09-24\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-24\",\"PaymentDate\":\"2023-09-24\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7739.58,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7739.58,\"TotalDueAmount\":0,\"InvoiceValue\":7739.58,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-JDH-IndiGo 6E-537\",\"ItemQty\":1,\"ItemRates\":7739.58,\"Total\":7739.58,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7739.58,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":7739.58,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ107173579737\",\"amount\":7828.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919066797528\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-09-24T21:41:52.718\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19541173\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"537\",\"eT\":\"320\"},\"stops\":0,\"duration\":75,\"cT\":160,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-09-27T10:25\",\"at\":\"2023-09-27T11:40\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"19541174\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6591\",\"eT\":\"321\"},\"stops\":0,\"duration\":125,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-09-27T14:20\",\"at\":\"2023-09-27T16:25\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-HYD\":\"WLK13B\",\"HYD-JDH\":\"WLK13B\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Revath\",\"lN\":\"Ram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":7739.58,\"IGST\":1.8,\"BF\":6564,\"NCM\":89.22,\"TAF\":1264.8,\"TF\":7828.8},\"afC\":{\"NCM\":{\"OT\":93.92,\"TDS\":-4.7},\"TAF\":{\"OT\":917,\"YQ\":0,\"MF\":10,\"MFT\":1.8,\"AGST\":336}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-09-24 21:40:26'),(982,'7433b-66fea-8d349-e9886','{\"BookingData\":[{\"bookingId\":\"BKR103673583813\",\"bookingId_TJ\":\"TJ103673583813\",\"FlightNumber\":\"AI-540\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2023-10-08T20:40\",\"LocalFromTime\":\"2023-10-08 20:40\",\"FromUTCTime\":\"2023-10-08T20:40\",\"LocalToTime\":\"2023-10-08 23:35\",\"ToUTCTime\":\"2023-10-08T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sun, 08 Oct\",\"ArrivalDateTxt\":\"Sun, 08 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6007.8,\"PublishedFareTxt\":\"6,008\",\"ApiResultIndex\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"ARF\":3000,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":837.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":267,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6007.8,\"PublishedFare\":5827.42,\"OfferedFare\":5827.42,\"CommissionEarned\":180.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.49,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-6117705542_0DELMAAAI540_43268689187320\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":180.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":837.8,\"BaseFareCal\":5827.42,\"BaseFare\":5170,\"CommissionEarned\":180.38,\"TDS\":-9.49,\"MF\":10,\"YQ\":0,\"AGST\":267,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":180.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5827.42,\"CostToCustomer\":5827.42,\"BaseFareCal\":5827.42,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5827.42,\"intOfferedFare\":5827.42,\"intPublishFare\":6007.8,\"TripjackMarkup\":0,\"TripjackCommission\":180.38,\"TripjackTDS\":\"9.49\",\"AddiMarkup\":0,\"CommisionPass\":180.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"505\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-08T23:35\",\"SegFlightNumber\":\"AI-540\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-08T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"505\",\"Code\":\"5KG\",\"Price\":2520,\"amount\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"505\",\"Code\":\"10KG\",\"Price\":5040,\"amount\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"505\",\"Code\":\"15KG\",\"Price\":7560,\"amount\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"505\",\"Code\":\"20KG\",\"Price\":10080,\"amount\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"505\",\"Code\":\"25KG\",\"Price\":12600,\"amount\":12600,\"Weight\":\"25KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7433b-66fea-8d349-e9886\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-24T23:07:23.983\",\"strTraceId\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103673583813\",\"bookingId_TJ\":\"TJ103673583813\",\"FlightNumber\":\"AI-540\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"strTraceId\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2023-10-08T20:40\",\"LocalFromTime\":\"2023-10-08 20:40\",\"FromUTCTime\":\"2023-10-08T20:40\",\"LocalToTime\":\"2023-10-08 23:35\",\"ToUTCTime\":\"2023-10-08T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sun, 08 Oct\",\"ArrivalDateTxt\":\"Sun, 08 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6007.8,\"ApiResultIndex\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"7433b-66fea-8d349-e9886\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-24T23:07:23.983\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":837.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":267,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6007.8,\"PublishedFare\":5827.42,\"OfferedFare\":5827.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":837.8,\"BaseFareCal\":5827.42,\"BaseFare\":5170,\"CommissionEarned\":180.38,\"TDS\":-9.49,\"MF\":10,\"YQ\":0,\"AGST\":267,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"505\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-08T23:35\",\"SegFlightNumber\":\"AI-540\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-08T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-6117705542_0DELMAAAI540_39811412450118\",\"localFromDateTime\":\"2023-10-08 20:40\",\"localToDateTime\":\"2023-10-08 23:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Chennai\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"08\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7433b-66fea-8d349-e9886\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-MAA\"}}','2023-09-24 23:05:56'),(984,'eb28a-75f04-4569e-ad2ba','{\"BookingData\":[{\"bookingId\":\"BKR109173593214\",\"bookingId_TJ\":\"TJ109173593214\",\"FlightNumber\":\"6E-513\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2023-11-09T08:45\",\"LocalFromTime\":\"2023-11-09 08:45\",\"FromUTCTime\":\"2023-11-09T08:45\",\"LocalToTime\":\"2023-11-09 10:50\",\"ToUTCTime\":\"2023-11-09T10:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7749.8,\"PublishedFareTxt\":\"7,750\",\"ApiResultIndex\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":849.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":350,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7749.8,\"PublishedFare\":7657.22,\"OfferedFare\":7657.22,\"CommissionEarned\":92.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6971499363_0DELCCU6E513_5962059647240\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":849.8,\"BaseFareCal\":7657.22,\"BaseFare\":6900,\"CommissionEarned\":92.58,\"TDS\":-4.87,\"MF\":10,\"YQ\":0,\"AGST\":350,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.58,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7657.22,\"CostToCustomer\":7657.22,\"BaseFareCal\":7657.22,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7657.22,\"intOfferedFare\":7657.22,\"intPublishFare\":7749.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.58,\"TripjackTDS\":\"4.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.58,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"400\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T10:50\",\"SegFlightNumber\":\"6E-513\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"400\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"eb28a-75f04-4569e-ad2ba\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T08:45:35.881\",\"strTraceId\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109173593214\",\"bookingId_TJ\":\"TJ109173593214\",\"FlightNumber\":\"6E-513\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"strTraceId\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2023-11-09T08:45\",\"LocalFromTime\":\"2023-11-09 08:45\",\"FromUTCTime\":\"2023-11-09T08:45\",\"LocalToTime\":\"2023-11-09 10:50\",\"ToUTCTime\":\"2023-11-09T10:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7749.8,\"ApiResultIndex\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"eb28a-75f04-4569e-ad2ba\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T08:45:35.881\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":849.8,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":350,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7749.8,\"PublishedFare\":7657.22,\"OfferedFare\":7657.22,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":849.8,\"BaseFareCal\":7657.22,\"BaseFare\":6900,\"CommissionEarned\":92.58,\"TDS\":-4.87,\"MF\":10,\"YQ\":0,\"AGST\":350,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"400\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T10:50\",\"SegFlightNumber\":\"6E-513\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6971499363_2DELCCU6E513_3062840329769\",\"localFromDateTime\":\"2023-11-09 08:45\",\"localToDateTime\":\"2023-11-09 10:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"09\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"eb28a-75f04-4569e-ad2ba\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-CCU\"}}','2023-09-25 08:44:06'),(986,'e4f97-fe272-fa4f4-1a09c','{\"BookingData\":[{\"bookingId\":\"BKR102873593242\",\"bookingId_TJ\":\"TJ102873593242\",\"FlightNumber\":\"6E-207\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"13:55\",\"TravelDate\":\"2024-01-18T07:25\",\"LocalFromTime\":\"2024-01-18 07:25\",\"FromUTCTime\":\"2024-01-18T07:25\",\"LocalToTime\":\"2024-01-18 13:55\",\"ToUTCTime\":\"2024-01-18T13:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Thu, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 18 Jan\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5673.8,\"PublishedFareTxt\":\"5,674\",\"ApiResultIndex\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4575,\"Tax\":1098.8,\"YQTax\":0,\"OtherCharges\":851,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5673.8,\"PublishedFare\":5604.41,\"OfferedFare\":5604.41,\"CommissionEarned\":69.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5686836498_0JAICCU6E207CCUMAA6E833_87350685165395\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":69.39,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1098.8,\"BaseFareCal\":5604.41,\"BaseFare\":4575,\"CommissionEarned\":69.39,\"TDS\":-3.65,\"MF\":10,\"YQ\":0,\"AGST\":236,\"MFT\":1.8,\"OT\":851,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5604.41,\"CostToCustomer\":5604.41,\"BaseFareCal\":5604.41,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5604.41,\"intOfferedFare\":5604.41,\"intPublishFare\":5673.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.39,\"TripjackTDS\":\"3.65\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":69.39,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"571\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-01-18T09:30\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-01-18T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-01-18T13:55\",\"SegFlightNumber\":\"6E-833\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-01-18T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"571\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e4f97-fe272-fa4f4-1a09c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T08:46:39.328\",\"strTraceId\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102873593242\",\"bookingId_TJ\":\"TJ102873593242\",\"FlightNumber\":\"6E-207\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"strTraceId\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"13:55\",\"TravelDate\":\"2024-01-18T07:25\",\"LocalFromTime\":\"2024-01-18 07:25\",\"FromUTCTime\":\"2024-01-18T07:25\",\"LocalToTime\":\"2024-01-18 13:55\",\"ToUTCTime\":\"2024-01-18T13:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Thu, 18 Jan\",\"ArrivalDateTxt\":\"Thu, 18 Jan\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5673.8,\"ApiResultIndex\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"e4f97-fe272-fa4f4-1a09c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T08:46:39.328\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4575,\"Tax\":1098.8,\"YQTax\":0,\"OtherCharges\":851,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5673.8,\"PublishedFare\":5604.41,\"OfferedFare\":5604.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1098.8,\"BaseFareCal\":5604.41,\"BaseFare\":4575,\"CommissionEarned\":69.39,\"TDS\":-3.65,\"MF\":10,\"YQ\":0,\"AGST\":236,\"MFT\":1.8,\"OT\":851,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"571\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-01-18T09:30\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-01-18T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":120,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"572\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-01-18T13:55\",\"SegFlightNumber\":\"6E-833\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-01-18T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:55\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5686836498_1JAICCU6E207CCUMAA6E833_169088204203420\",\"localFromDateTime\":\"2024-01-18 07:25\",\"localToDateTime\":\"2024-01-18 13:55\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Chennai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"18\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"JAI\",\"to\":\"MAA\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":12995,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e4f97-fe272-fa4f4-1a09c\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-MAA\"}}','2023-09-25 08:45:09'),(988,'1663c-5919a-0bc6e-0b98e','{\"BookingData\":[{\"bookingId\":\"BKR103073593469\",\"bookingId_TJ\":\"TJ103073593469\",\"FlightNumber\":\"I5-722\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:55\",\"TravelDate\":\"2023-10-09T23:40\",\"LocalFromTime\":\"2023-10-09 23:40\",\"FromUTCTime\":\"2023-10-09T23:40\",\"LocalToTime\":\"2023-10-10 01:55\",\"ToUTCTime\":\"2023-10-10T01:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 09 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":8593.4,\"PublishedFareTxt\":\"8,593\",\"ApiResultIndex\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6610,\"Tax\":1983.3999999999999,\"YQTax\":0,\"OtherCharges\":1676,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":272,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8593.4,\"PublishedFare\":8480.36,\"OfferedFare\":8480.36,\"CommissionEarned\":113.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6072975915_0PNQDELI5722_83924783342674\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Express Flexi\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":113.04,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1971.6,\"BaseFareCal\":6968.56,\"BaseFare\":5110,\"CommissionEarned\":113.04,\"TDS\":-5.94,\"MF\":20,\"YQ\":0,\"AGST\":272,\"MFT\":3.6,\"OT\":1676,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1511.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":1.8,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":113.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8480.36,\"CostToCustomer\":8480.36,\"BaseFareCal\":8480.36,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8480.36,\"intOfferedFare\":8480.36,\"intPublishFare\":8593.4,\"TripjackMarkup\":0,\"TripjackCommission\":113.04,\"TripjackTDS\":\"5.94\",\"AddiMarkup\":0,\"CommisionPass\":113.04,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"221\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-10T01:55\",\"SegFlightNumber\":\"I5-722\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-10-09T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"PBLD\",\"Price\":5714,\"amount\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1663c-5919a-0bc6e-0b98e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-25T08:55:00.785\",\"strTraceId\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":22238,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103073593469\",\"bookingId_TJ\":\"TJ103073593469\",\"FlightNumber\":\"I5-722\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"strTraceId\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:55\",\"TravelDate\":\"2023-10-09T23:40\",\"LocalFromTime\":\"2023-10-09 23:40\",\"FromUTCTime\":\"2023-10-09T23:40\",\"LocalToTime\":\"2023-10-10 01:55\",\"ToUTCTime\":\"2023-10-10T01:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 09 Oct\",\"ArrivalDateTxt\":\"Tue, 10 Oct\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":8593.4,\"ApiResultIndex\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"1663c-5919a-0bc6e-0b98e\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-09-25T08:55:00.785\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6610,\"Tax\":1983.3999999999999,\"YQTax\":0,\"OtherCharges\":1676,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":272,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8593.4,\"PublishedFare\":8480.36,\"OfferedFare\":8480.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1971.6,\"BaseFareCal\":6968.56,\"BaseFare\":5110,\"CommissionEarned\":113.04,\"TDS\":-5.94,\"MF\":20,\"YQ\":0,\"AGST\":272,\"MFT\":3.6,\"OT\":1676,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":11.8,\"BaseFareCal\":1511.8,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"221\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-10T01:55\",\"SegFlightNumber\":\"I5-722\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-10-09T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-6072975915_0PNQDELI5722_5026074289915\",\"localFromDateTime\":\"2023-10-09 23:40\",\"localToDateTime\":\"2023-10-10 01:55\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":22238,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Pune\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"PNQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"09\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PNQ\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"PNQ\",\"to\":\"DEL\",\"sourceCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":22238,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":\"09\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1663c-5919a-0bc6e-0b98e\",\"PreferredAirline\":null,\"from_city_\":\"1__PNQ-DEL\"}}','2023-09-25 08:53:31'),(990,'bd34e-79979-6b9af-6332b','{\"BookingData\":[{\"bookingId\":\"BKR108073613564\",\"bookingId_TJ\":\"TJ108073613564\",\"FlightNumber\":\"6E-2356\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"11:05\",\"TravelDate\":\"2024-03-20T09:35\",\"LocalFromTime\":\"2024-03-20 09:35\",\"FromUTCTime\":\"2024-03-20T09:35\",\"LocalToTime\":\"2024-03-20 11:05\",\"ToUTCTime\":\"2024-03-20T11:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 20 Mar\",\"ArrivalDateTxt\":\"Wed, 20 Mar\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6011.8,\"PublishedFareTxt\":\"6,012\",\"ApiResultIndex\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"SXR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5295,\"Tax\":716.8,\"YQTax\":0,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":267,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6011.8,\"PublishedFare\":5935.23,\"OfferedFare\":5935.23,\"CommissionEarned\":76.57,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0796241335_0DELSXR6E2356_11648611371755\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":76.57,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":716.8,\"BaseFareCal\":5935.23,\"BaseFare\":5295,\"CommissionEarned\":76.57,\"TDS\":-4.03,\"MF\":10,\"YQ\":0,\"AGST\":267,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76.57,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5935.23,\"CostToCustomer\":5935.23,\"BaseFareCal\":5935.23,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5935.23,\"intOfferedFare\":5935.23,\"intPublishFare\":6011.8,\"TripjackMarkup\":0,\"TripjackCommission\":76.57,\"TripjackTDS\":\"4.03\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":76.57,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"792\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2024-03-20T11:05\",\"SegFlightNumber\":\"6E-2356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-20T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"11:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bd34e-79979-6b9af-6332b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T12:50:25.006\",\"strTraceId\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-20 12:00\",\"localToDateTime\":\"2024-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108073613564\",\"bookingId_TJ\":\"TJ108073613564\",\"FlightNumber\":\"6E-2356\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"strTraceId\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"11:05\",\"TravelDate\":\"2024-03-20T09:35\",\"LocalFromTime\":\"2024-03-20 09:35\",\"FromUTCTime\":\"2024-03-20T09:35\",\"LocalToTime\":\"2024-03-20 11:05\",\"ToUTCTime\":\"2024-03-20T11:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 20 Mar\",\"ArrivalDateTxt\":\"Wed, 20 Mar\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12023.6,\"ApiResultIndex\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bd34e-79979-6b9af-6332b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T12:50:25.006\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10292,\"Tax\":1731.6,\"YQTax\":0,\"OtherCharges\":1189,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":519,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12023.6,\"PublishedFare\":11873.43,\"OfferedFare\":11873.43,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1731.6,\"BaseFareCal\":11873.43,\"BaseFare\":10292,\"CommissionEarned\":150.17,\"TDS\":-7.9,\"MF\":20,\"YQ\":0,\"AGST\":519,\"MFT\":3.6,\"OT\":1189,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"792\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2024-03-20T11:05\",\"SegFlightNumber\":\"6E-2356\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-20T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"11:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"793\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-25T17:05\",\"SegFlightNumber\":\"6E-2609\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-03-25T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0796241335_3DELSXR6E2356_12629256317626\",\"localFromDateTime\":\"2024-03-20 09:35\",\"localToDateTime\":\"2024-03-20 11:05\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR108073613564\",\"bookingId_TJ\":\"TJ108073613564\",\"FlightNumber\":\"6E-2609\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0796241335_2SXRDEL6E2609_12629255790268\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2024-03-25T15:30\",\"LocalFromTime\":\"2024-03-25 15:30\",\"FromUTCTime\":\"2024-03-25T15:30\",\"LocalToTime\":\"2024-03-25 17:05\",\"ToUTCTime\":\"2024-03-25T17:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 25 Mar\",\"ArrivalDateTxt\":\"Mon, 25 Mar\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6011.8,\"PublishedFareTxt\":\"6,012\",\"ApiResultIndex\":\"5-0796241335_2SXRDEL6E2609_12629255790268\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"SXR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4997,\"Tax\":1014.8,\"YQTax\":0,\"OtherCharges\":751,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":252,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6011.8,\"PublishedFare\":5938.2,\"OfferedFare\":5938.2,\"CommissionEarned\":73.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0796241335_1SXRDEL6E2609_11648612844816\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":73.6,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1014.8,\"BaseFareCal\":5938.2,\"BaseFare\":4997,\"CommissionEarned\":73.6,\"TDS\":-3.87,\"MF\":10,\"YQ\":0,\"AGST\":252,\"MFT\":1.8,\"OT\":751,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5938.2,\"CostToCustomer\":5938.2,\"BaseFareCal\":5938.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5938.2,\"intOfferedFare\":5938.2,\"intPublishFare\":6011.8,\"TripjackMarkup\":0,\"TripjackCommission\":73.6,\"TripjackTDS\":\"3.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":73.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"793\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-25T17:05\",\"SegFlightNumber\":\"6E-2609\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-03-25T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"793\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bd34e-79979-6b9af-6332b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-25T12:50:25.006\",\"strTraceId\":\"5-0796241335_2SXRDEL6E2609_12629255790268\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-20 12:00\",\"localToDateTime\":\"2024-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Srinagar\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"20\\/03\\/2024\",\"return_date\":\"25\\/03\\/2024\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"DEL\",\"to\":\"SXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":7701,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/03\\/2024\",\"return_dates\":\"25\\/03\\/2024\",\"strDepatureDate\":\"2024-03-20\",\"strReturnDate\":\"2024-03-25\",\"SearchFlightTraceId\":\"bd34e-79979-6b9af-6332b\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-SXR-DEL\"}}','2023-09-25 12:48:55'),(992,'1db8d-84121-76cee-f855d','{\"BookingData\":[{\"bookingId\":\"BKR110173643365\",\"bookingId_TJ\":\"TJ110173643365\",\"FlightNumber\":\"SV-741\",\"AirlineName\":\"Saudi Arabian Airlines\",\"AirlineCode\":\"SV\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"AirlineSysId\":\"429\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-09-28T08:00\",\"LocalFromTime\":\"2023-09-28 08:00\",\"FromUTCTime\":\"2023-09-28T08:00\",\"LocalToTime\":\"2023-09-28 09:40\",\"ToUTCTime\":\"2023-09-28T09:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":23057,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"RUH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":23489.8,\"PublishedFareTxt\":\"23,490\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SV.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-RUH\":{\"fr\":[],\"tfr\":{\"CANCELLATION\":[{\"amount\":3285,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCF\":100,\"ACFT\":164.25,\"CCFT\":18,\"ACF\":3285},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":13125,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCF\":100,\"ACFT\":656.25,\"CCFT\":18,\"ACF\":13125},\"pp\":\"AFTER_DEPARTURE\"}],\"DATECHANGE\":[{\"amount\":2190,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":109.5,\"ARF\":2190,\"CRFT\":9},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":2190,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":109.5,\"ARF\":2190,\"CRFT\":9},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14885,\"Tax\":8604.8,\"YQTax\":300,\"OtherCharges\":2283,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1010,\"CarrierMiscFee\":5000,\"MUFee\":0,\"intPublishedFare\":23489.8,\"PublishedFare\":22393.26,\"OfferedFare\":22393.26,\"CommissionEarned\":1096.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-57.71,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-6939632480_0BOMRUHSV741_193035005791179\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Eco Semi Flex\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1096.54,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8604.8,\"BaseFareCal\":22393.26,\"BaseFare\":14885,\"CommissionEarned\":1096.54,\"TDS\":-57.71,\"MF\":10,\"YQ\":300,\"AGST\":1010,\"MFT\":1.8,\"OT\":2283,\"MU\":0,\"YR\":5000,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1096.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":22393.26,\"CostToCustomer\":22393.26,\"BaseFareCal\":22393.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":22393.26,\"intOfferedFare\":22393.26,\"intPublishFare\":23489.8,\"TripjackMarkup\":0,\"TripjackCommission\":1096.54,\"TripjackTDS\":\"57.71\",\"AddiMarkup\":0,\"CommisionPass\":1096.54,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"915\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-09-28T09:40\",\"SegFlightNumber\":\"SV-741\",\"AirlineCode\":\"SV\",\"AirlineName\":\"Saudi Arabian Airlines\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SV.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"23KG\",\"Price\":8312,\"amount\":8312,\"Weight\":\"23KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1db8d-84121-76cee-f855d\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-25T17:13:31.557\",\"strTraceId\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"RUH\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":23057,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110173643365\",\"bookingId_TJ\":\"TJ110173643365\",\"FlightNumber\":\"SV-741\",\"AirlineName\":\"Saudi Arabian Airlines\",\"AirlineCode\":\"SV\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"strTraceId\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"AirlineSysId\":\"429\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-09-28T08:00\",\"LocalFromTime\":\"2023-09-28 08:00\",\"FromUTCTime\":\"2023-09-28T08:00\",\"LocalToTime\":\"2023-09-28 09:40\",\"ToUTCTime\":\"2023-09-28T09:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Thu, 28 Sep\",\"ArrivalDateTxt\":\"Thu, 28 Sep\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":23057,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"RUH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":23489.8,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SV.gif\",\"SearchFlightTraceId\":\"1db8d-84121-76cee-f855d\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-09-25T17:13:31.557\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14885,\"Tax\":8604.8,\"YQTax\":300,\"OtherCharges\":2283,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1010,\"CarrierMiscFee\":5000,\"MUFee\":0,\"intPublishedFare\":23489.8,\"PublishedFare\":22393.26,\"OfferedFare\":22393.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8604.8,\"BaseFareCal\":22393.26,\"BaseFare\":14885,\"CommissionEarned\":1096.54,\"TDS\":-57.71,\"MF\":10,\"YQ\":300,\"AGST\":1010,\"MFT\":1.8,\"OT\":2283,\"MU\":0,\"YR\":5000,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"915\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-09-28T09:40\",\"SegFlightNumber\":\"SV-741\",\"AirlineCode\":\"SV\",\"AirlineName\":\"Saudi Arabian Airlines\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-09-28T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SV.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-6939632480_9BOMRUHSV741_39283919019367\",\"localFromDateTime\":\"2023-09-28 08:00\",\"localToDateTime\":\"2023-09-28 09:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"RUH\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":23057,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Riyadh\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"RUH\",\"ContSysId\":\"186\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Riyadh, SA - King Khaled Intl RUH, Saudi Arabia\",\"departure_date\":\"28\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" SA - King Khaled Intl RUH\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"RUH\",\"from\":\"BOM\",\"to\":\"RUH\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Riyadh, SA - King Khaled Intl RUH, Saudi Arabia\",\"sourceCityId\":18676,\"destinationCityId\":23057,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-28\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1db8d-84121-76cee-f855d\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-RUH\"}}','2023-09-25 17:12:02'),(994,'52d45-0c84a-934cc-03496','{\"BookingData\":[{\"bookingId\":\"BKR115073844817\",\"bookingId_TJ\":\"TJ115073844817\",\"FlightNumber\":\"G9-436\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-10-25T05:00\",\"LocalFromTime\":\"2023-10-25 05:00\",\"FromUTCTime\":\"2023-10-25T05:00\",\"LocalToTime\":\"2023-10-25 06:55\",\"ToUTCTime\":\"2023-10-25T06:55\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"SHJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":82074.48,\"PublishedFareTxt\":\"82,074\",\"ApiResultIndex\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-SHJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable __nls__ Within 30 hours before departure, Cancellation & Changes not permitted\",\"st\":\"0\",\"et\":\"30\"}],\"DATECHANGE\":[{\"policyInfo\":\"__nls__Within 30-74 Hrs : 25% of Fare & Surcharge amount with a min of AED 200 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 25% of the fare & surcharge amount with a min of AED 150 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"__nls__ Within  30-74 Hrs : 30% of the fare & surcharge amount with a min of AED 200__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 30% of the fare & surcharge amount with a min of AED 150__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16995.06,\"Tax\":65079.42,\"YQTax\":43584.18,\"OtherCharges\":18114.84,\"Discount\":0,\"ServiceFee\":300,\"ManagementFeeTax\":54,\"AirlineGSTComponent\":3026.3999999999996,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":82074.48,\"PublishedFare\":82074.48,\"OfferedFare\":82074.48,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-0967092089_0JAISHJG9436_43333164916006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":65079.42,\"BaseFareCal\":82074.48,\"BaseFare\":16995.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":300,\"YQ\":43584.18,\"AGST\":3026.3999999999996,\"MFT\":54,\"OT\":18114.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":82074.48,\"CostToCustomer\":82074.48,\"BaseFareCal\":82074.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":82074.48,\"intOfferedFare\":82074.48,\"intPublishFare\":82074.48,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"868\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-10-25T06:55\",\"SegFlightNumber\":\"G9-436\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-25T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"20 Kg 1 Piece\",\"Price\":238.36,\"amount\":238.36,\"Weight\":\"20 Kg 1 Piece\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"30 Kg Total in 2 Piece\",\"Price\":476.71,\"amount\":476.71,\"Weight\":\"30 Kg Total in 2 Piece\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"40 Kg Total in 2 Piece\",\"Price\":1906.81,\"amount\":1906.81,\"Weight\":\"40 Kg Total in. 2 Piece\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CHANA\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Freshly cooked Chickpeas with spices, onions, tomatoes and herbs. Naturally vegan and packed with healthy minerals and protein.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"UPMA\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Traditional Freshly Home-Made Upma served with Curry flavoured Sambar\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"FRUITS\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Freshly cut seasonal fruit.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"ZINGER\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Tender chicken filet coated with a golden layer of bread crumbs served with special sauce.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CTANDR\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Slow roasted chicken tikka in a flavoured homemade onion bread served with water..\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CURYSW\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Poached chicken breast mixed with curry and yogurt dressing\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"VCLUB\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Masala scented potatoes,cucumber, beetroot and tomato spread\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CMAYO\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Tendered chicken mayo sandwich in whole wheat bread served cold, with water\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"VCLUB\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Masala scented potatoes,cucumber, beetroot and tomato spread\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CURYSW\",\"Price\":357.54,\"amount\":357.54,\"Description\":\"Poached chicken breast mixed with curry &amp; yoghurt dressing\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CONTIBF\",\"Price\":476.71,\"amount\":476.71,\"Description\":\"Continental Breakfast with coffee.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"VKORMA\",\"Price\":476.71,\"amount\":476.71,\"Description\":\"Vegan vegetable curry made with cashews and coconut cream served with rice\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CHICS\",\"Price\":476.71,\"amount\":476.71,\"Description\":\"A classic Caesar Salad with cajun roasted chicken pieces and Caesar sauce.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"LAMBSW\",\"Price\":476.71,\"amount\":476.71,\"Description\":\"Lamb Kofta with Sauteed Onion and a Tomato Garlic Spread.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"VBY\",\"Price\":524.38,\"amount\":524.38,\"Description\":\"A traditional fresh vegetable biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"VBY\",\"Price\":524.38,\"amount\":524.38,\"Description\":\"A traditional fresh vegetable biryani with flavored basmati rice served with a portion of raita (yogurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"JAINPP\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Palak Paneer with rice, served with water\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"JAINVG\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Jain Veg curry with rice served with water\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"BUTERC\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CTHAI\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Thai chicken curry is a popular dish made with curry paste, coconut milk, chicken, vegetables, and herbs. It has a rich, creamy, and spicy sauce. Served with steamed rice.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CNOODL\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Stir-fried noodles with vegetables and chicken tossed in a Yaki Soba sauce\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CPASTA\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Marinated roasted chicken breast with a mix of cajun spices accompanied by creamy pasta sauce and vegetables, served with water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CBY\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"BUTERC\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"868\",\"Code\":\"CBY\",\"Price\":595.89,\"amount\":595.89,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"52d45-0c84a-934cc-03496\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":10,\"estimetedDateTime\":\"2023-09-27T19:14:30.893\",\"strTraceId\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115073844817\",\"bookingId_TJ\":\"TJ115073844817\",\"FlightNumber\":\"G9-436\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"strTraceId\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-10-25T05:00\",\"LocalFromTime\":\"2023-10-25 05:00\",\"FromUTCTime\":\"2023-10-25T05:00\",\"LocalToTime\":\"2023-10-25 06:55\",\"ToUTCTime\":\"2023-10-25T06:55\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"SHJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":82074.48,\"ApiResultIndex\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"SearchFlightTraceId\":\"52d45-0c84a-934cc-03496\",\"ICSourceSysId\":7,\"estimetedTime\":10,\"estimetedDateTime\":\"2023-09-27T19:14:30.893\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16995.06,\"Tax\":65079.42,\"YQTax\":43584.18,\"OtherCharges\":18114.84,\"Discount\":0,\"ServiceFee\":300,\"ManagementFeeTax\":54,\"AirlineGSTComponent\":3026.3999999999996,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":82074.48,\"PublishedFare\":82074.48,\"OfferedFare\":82074.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"6\",\"TaxIN\":65079.42,\"BaseFareCal\":82074.48,\"BaseFare\":16995.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":300,\"YQ\":43584.18,\"AGST\":3026.3999999999996,\"MFT\":54,\"OT\":18114.84,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"868\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-10-25T06:55\",\"SegFlightNumber\":\"G9-436\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-25T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"7-0967092089_0JAISHJG9436_28524988923596\",\"localFromDateTime\":\"2023-10-25 05:00\",\"localToDateTime\":\"2023-10-25 06:55\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"SHJ\",\"intMemberCount\":6,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"adults\":\"6\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"JAI\",\"to\":\"DXB\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":12995,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"52d45-0c84a-934cc-03496\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DXB\"}}','2023-09-27 19:13:01'),(995,'9ab46-bb1ea-94a6c-f12a3','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4083983852-6066643924\",\"name\":\"SPOT ON 702936 The Ariya Magecity\",\"img\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062917\\/images\\/image_4729447_original_tn.jpg\"}],\"rt\":3,\"gl\":{\"ln\":\"88.5045\",\"lt\":\"22.5906\"},\"ad\":{\"adr\":\"\",\"postalCode\":\"700135\",\"city\":{\"name\":\"KOLKATA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"KOLKATA\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"251973_173679_0\",\"rc\":\"Classic\",\"rt\":\"Classic\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":358.6,\"tfcs\":{\"TF\":358.6,\"BF\":346.8,\"TAF\":11.8,\"CMU\":-34,\"NF\":358.6},\"tafcs\":{\"TAF\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":346.8,\"CMU\":-34,\"TAF\":11.8,\"TF\":358.6,\"NF\":358.6},\"afc\":{\"TAF\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10}}}],\"fcs\":[\"Bed and Breakfast (Breakfast is included)\"],\"checkInDate\":\"2023-09-29\",\"checkOutDate\":\"2023-09-30\",\"radi\":{\"rid\":\"251973:173679\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Bed and Breakfast (Breakfast is included)\"]}]}}],\"id\":\"52_0_4062917\",\"tp\":358.6,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_4062917\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-09-28T10:49:47.935\",\"tdt\":\"2023-09-29T12:00\",\"am\":346.8},{\"fdt\":\"2023-09-29T12:00\",\"tdt\":\"2023-09-30T23:59\",\"am\":380.8}],\"scnp\":\"This special discounted rate is non-refundable. If you choose to cancel this booking, you will not be refunded any of the payment.\"},\"ddt\":\"2023-09-28T10:49:47.935\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Bed and Breakfast (Breakfast is included)\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":384.41}],\"opci\":[]},\"bookingId\":\"TJ200773881897\",\"query\":{\"checkinDate\":\"2023-09-29\",\"checkoutDate\":\"2023-09-30\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4083983852\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"251973_173679_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1182}},\"hotelbookingid\":\"28\",\"SearchHotelTraceId\":\"9ab46-bb1ea-94a6c-f12a3\",\"CustomerSession\":{\"bookingId\":\"9ab46-bb1ea-94a6c-f12a3\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"9ab46-bb1ea-94a6c-f12a3\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"asf\",\"passenger-lastname-1\":\"ff\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"fd\",\"passenger-lastname-2\":\"fd\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"251973_173679_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":367.06296000000003,\"gtxMarkUp\":7.172000000000001,\"GSTOnGTXMarkUp\":1.29096,\"pernightperroomprice\":358.6,\"TotalRoomPrice\":358.6,\"TotalFare\":358.6,\"TotalBaseFare\":346.8,\"TotalNetFare\":358.6,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":346.8,\"CMU\":-34,\"TAF\":11.8,\"TF\":358.6,\"NF\":358.6},\"afc\":{\"TAF\":{\"SDS\":631.43,\"SNP\":354.89,\"SGP\":380.8,\"TSF\":40.8,\"TTSF\":40.8,\"MFT\":1.8,\"SAC\":25.91,\"SBP\":971.43,\"MF\":10}}}],\"PriceWithMarkup\":367.06296000000003,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":358.6,\"pernightperroomprice\":358.6,\"RoomPrice\":365.77200000000005,\"withmarkupprice\":367.06296000000003,\"gtxMarkUp\":7.172000000000001,\"GSTOnGTXMarkUp\":1.29096,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4062917\",\"RoomTotalPrice\":358.6,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4083983852-6066643924\",\"HotemName\":\"SPOT ON 702936 The Ariya Magecity\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062917\\/images\\/image_4729447_original_tn.jpg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.5045\",\"lt\":\"22.5906\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-09-29\",\"checkoutDate\":\"2023-09-30\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"863544\",\"TPSysId\":\"863545\",\"VersionId\":\"2616741\",\"CustomerSysId\":\"499887\",\"TrxId\":\"69943\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-09-28 10:48:59'),(1003,'249c5-385aa-6d896-53c54','{\"BookingData\":[{\"bookingId\":\"BKR101873901948\",\"bookingId_TJ\":\"TJ101873901948\",\"FlightNumber\":\"SG-496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:50\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2023-09-29T16:50\",\"LocalFromTime\":\"2023-09-29 16:50\",\"FromUTCTime\":\"2023-09-29T16:50\",\"LocalToTime\":\"2023-09-29 19:25\",\"ToUTCTime\":\"2023-09-29T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6436.8,\"PublishedFareTxt\":\"6,437\",\"ApiResultIndex\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DBR-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6050,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6436.8,\"PublishedFare\":6436.8,\"OfferedFare\":6436.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7448707723_0DBRBLRSG496_188496921302973\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":6436.8,\"BaseFare\":6050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6436.8,\"CostToCustomer\":6436.8,\"BaseFareCal\":6436.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6436.8,\"intOfferedFare\":6436.8,\"intPublishFare\":6436.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"545\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-29T19:25\",\"SegFlightNumber\":\"SG-496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-09-29T16:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:50\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"249c5-385aa-6d896-53c54\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-28T13:57:52.995\",\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-09-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101873901948\",\"bookingId_TJ\":\"TJ101873901948\",\"FlightNumber\":\"SG-496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:50\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2023-09-29T16:50\",\"LocalFromTime\":\"2023-09-29 16:50\",\"FromUTCTime\":\"2023-09-29T16:50\",\"LocalToTime\":\"2023-09-29 19:25\",\"ToUTCTime\":\"2023-09-29T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Fri, 29 Sep\",\"ArrivalDateTxt\":\"Fri, 29 Sep\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6436.8,\"ApiResultIndex\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"249c5-385aa-6d896-53c54\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-28T13:57:52.995\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6050,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6436.8,\"PublishedFare\":6436.8,\"OfferedFare\":6436.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":6436.8,\"BaseFare\":6050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"545\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-09-29T19:25\",\"SegFlightNumber\":\"SG-496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-09-29T16:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:50\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-7448707723_0DBRBLRSG496_101360709762205\",\"localFromDateTime\":\"2023-09-29 16:50\",\"localToDateTime\":\"2023-09-29 19:25\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Darbhanga\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DBR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"29\\/09\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Darbhanga Airport DBR\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DBR\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DBR\",\"to\":\"BLR\",\"sourceCityText\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7546,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/09\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-09-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"249c5-385aa-6d896-53c54\",\"PreferredAirline\":null,\"from_city_\":\"1__DBR-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Darbhanga&mytrip_city_to=Bengaluru&source_city=DBR&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Darbhanga%2C+IN+-+Darbhanga+Airport+DBR%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=29%2F09%2F2023&return_date=&from_mytrip_city=+IN+-+Darbhanga+Airport+DBR&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"dharmendra kumar\",\"LastName\":\"mandal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-28-14-00-01\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"78\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"864020\",\"TPSysId\":\"864021\",\"VersionId\":[\"263318\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"69971\",\"FareBreakdownid\":[\"386011\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"157\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_id\":[\"149\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"149\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6436.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"487956\",\"TPSysId\":\"864021\",\"MasterTPSysId\":\"864020\",\"ProposalID\":\"864021\\/V1\",\"InvoiceDate\":\"2023-09-28\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-28\",\"PaymentDate\":\"2023-09-28\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":6436.8,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6436.8,\"TotalDueAmount\":0,\"InvoiceValue\":6436.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DBR-BLR-SpiceJet SG-496\",\"ItemQty\":1,\"ItemRates\":6436.8,\"Total\":6436.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6436.8,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":6436.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ101873901948\",\"amount\":6436.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-09-28T14:03:52.019\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19631733\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"496\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"DBR\",\"name\":\"Darbhanga Airport\",\"cityCode\":\"DBR\",\"city\":\"Darbhanga\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-09-29T16:50\",\"at\":\"2023-09-29T19:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"dharmendra kumar\",\"lN\":\"mandal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"TF\":6436.8,\"BF\":6050,\"TAF\":386.8,\"NF\":6436.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":375}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-09-28 14:02:26'),(1006,'74c9c-d7bae-5d7a6-451cf','{\"BookingData\":[{\"bookingId\":\"BKR107474050009\",\"bookingId_TJ\":\"TJ107474050009\",\"FlightNumber\":\"6E-6514\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"07:35\",\"TravelDate\":\"2023-10-07T06:20\",\"LocalFromTime\":\"2023-10-07 06:20\",\"FromUTCTime\":\"2023-10-07T06:20\",\"LocalToTime\":\"2023-10-07 07:35\",\"ToUTCTime\":\"2023-10-07T07:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 07 Oct\",\"ArrivalDateTxt\":\"Sat, 07 Oct\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12706,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5199.8,\"PublishedFareTxt\":\"5,200\",\"ApiResultIndex\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-IDR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4409,\"Tax\":790.8,\"YQTax\":0,\"OtherCharges\":554,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5199.8,\"PublishedFare\":5199.8,\"OfferedFare\":5199.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9051459653_0BOMIDR6E6514_1922952486211\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.8,\"BaseFareCal\":5199.8,\"BaseFare\":4409,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":225,\"MFT\":1.8,\"OT\":554,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5199.8,\"CostToCustomer\":5199.8,\"BaseFareCal\":5199.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5199.8,\"intOfferedFare\":5199.8,\"intPublishFare\":5199.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"747\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2023-10-07T07:35\",\"SegFlightNumber\":\"6E-6514\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-07T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"747\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"74c9c-d7bae-5d7a6-451cf\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T10:50:19.765\",\"strTraceId\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IDR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12706,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107474050009\",\"bookingId_TJ\":\"TJ107474050009\",\"FlightNumber\":\"6E-6514\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"strTraceId\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"07:35\",\"TravelDate\":\"2023-10-07T06:20\",\"LocalFromTime\":\"2023-10-07 06:20\",\"FromUTCTime\":\"2023-10-07T06:20\",\"LocalToTime\":\"2023-10-07 07:35\",\"ToUTCTime\":\"2023-10-07T07:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 07 Oct\",\"ArrivalDateTxt\":\"Sat, 07 Oct\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12706,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5199.8,\"ApiResultIndex\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"74c9c-d7bae-5d7a6-451cf\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T10:50:19.765\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4409,\"Tax\":790.8,\"YQTax\":0,\"OtherCharges\":554,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5199.8,\"PublishedFare\":5199.8,\"OfferedFare\":5199.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.8,\"BaseFareCal\":5199.8,\"BaseFare\":4409,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":225,\"MFT\":1.8,\"OT\":554,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"747\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2023-10-07T07:35\",\"SegFlightNumber\":\"6E-6514\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-07T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9051459653_1BOMIDR6E6514_4759875295438\",\"localFromDateTime\":\"2023-10-07 06:20\",\"localToDateTime\":\"2023-10-07 07:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IDR\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12706,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Indore\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"STUDENT\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"IDR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"departure_date\":\"07\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"IDR\",\"from\":\"BOM\",\"to\":\"IDR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"sourceCityId\":18676,\"destinationCityId\":12706,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"74c9c-d7bae-5d7a6-451cf\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-IDR\"},\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"86368\",\"ServiceFee\":0,\"CriteriaValue\":5199.8,\"couponcode\":\"Krishnanew\",\"TravelDate\":\"2023-10-07\",\"ProductType\":1}}','2023-09-30 10:49:05'),(1015,'d01c4-2efd9-3ca54-3dbc5','{\"BookingData\":[{\"bookingId\":\"BKR105174061078\",\"bookingId_TJ\":\"TJ105174061078\",\"FlightNumber\":\"6E-5292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2023-10-10T23:10\",\"LocalFromTime\":\"2023-10-10 23:10\",\"FromUTCTime\":\"2023-10-10T23:10\",\"LocalToTime\":\"2023-10-11 01:15\",\"ToUTCTime\":\"2023-10-11T01:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Wed, 11 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"PublishedFareTxt\":\"7,804\",\"ApiResultIndex\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VNS-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6840452547_0VNSBOM6E5292_3739606372324\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7803.6,\"CostToCustomer\":7803.6,\"BaseFareCal\":7803.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7803.6,\"intOfferedFare\":7803.6,\"intPublishFare\":7803.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"753\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-11T01:15\",\"SegFlightNumber\":\"6E-5292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"753\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d01c4-2efd9-3ca54-3dbc5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T12:44:38.278\",\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105174061078\",\"bookingId_TJ\":\"TJ105174061078\",\"FlightNumber\":\"6E-5292\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2023-10-10T23:10\",\"LocalFromTime\":\"2023-10-10 23:10\",\"FromUTCTime\":\"2023-10-10T23:10\",\"LocalToTime\":\"2023-10-11 01:15\",\"ToUTCTime\":\"2023-10-11T01:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 10 Oct\",\"ArrivalDateTxt\":\"Wed, 11 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":28449,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7803.6,\"ApiResultIndex\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d01c4-2efd9-3ca54-3dbc5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-09-30T12:44:38.278\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":2133.6,\"YQTax\":0,\"OtherCharges\":1816,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":294,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7803.6,\"PublishedFare\":7803.6,\"OfferedFare\":7803.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2133.6,\"BaseFareCal\":7803.6,\"BaseFare\":5670,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":294,\"MFT\":3.6,\"OT\":1816,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"753\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-11T01:15\",\"SegFlightNumber\":\"6E-5292\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2023-10-10T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6840452547_0VNSBOM6E5292_190163315910772\",\"localFromDateTime\":\"2023-10-10 23:10\",\"localToDateTime\":\"2023-10-11 01:15\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":28449,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Varanasi\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"VNS\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"10\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lal Bahadur Shastri Arpt VNS\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"STUDENT\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VNS\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"VNS\",\"to\":\"BOM\",\"sourceCityText\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":28449,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d01c4-2efd9-3ca54-3dbc5\",\"PreferredAirline\":null,\"from_city_\":\"1__VNS-BOM\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Varanasi&mytrip_city_to=Mumbai&source_city=VNS&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Varanasi%2C+IN+-+Lal+Bahadur+Shastri+Arpt+VNS%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=10%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Lal+Bahadur+Shastri+Arpt+VNS&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&adults=2&childs=0&infants=0&class=2&FareTypes=STUDENT\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-30-12-43-54\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-09-30-12-43-54\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"866889\",\"TPSysId\":\"866890\",\"VersionId\":[\"264273\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"70196\",\"FareBreakdownid\":[\"386130\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"158\",\"159\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"79\",\"80\"],\"flight_booking_id\":[\"150\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"150\"],\"_sessiondata\":{\"EmailId\":\"kesharwanikishan21@gmail.com\",\"CustomerSysId\":\"501388\",\"AgencySysId\":\"86368\",\"FirstName\":\"Kishan\",\"LastName\":\"K\",\"Password_cu\":\"ad2c946666907ff2e5722f865ec99f6c\",\"ContactNo1\":\"9594796358\",\"SecurityKey\":\"\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/flight\\/travellers\\/d01c4-2efd9-3ca54-3dbc5\"},\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7803.6},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"501388\",\"TPSysId\":\"866890\",\"MasterTPSysId\":\"866889\",\"ProposalID\":\"866890\\/V1\",\"InvoiceDate\":\"2023-09-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-09-30\",\"PaymentDate\":\"2023-09-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7803.6,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7803.6,\"TotalDueAmount\":0,\"InvoiceValue\":7803.6,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"VNS-BOM-IndiGo 6E-5292\",\"ItemQty\":1,\"ItemRates\":7803.6,\"Total\":7803.6,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7803.6,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":7803.6,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-09-30 12:45:26'),(1016,'77ef8-cf32e-7e6ed-f3b42','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4996471715-9001339522\",\"name\":\"Capital O 82197 Fortune Inn\",\"img\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062892\\/images\\/image_4062892_d3d8cc85-4563-4a0c-b2ad-9a5dfd024b89_tn.jpeg\"}],\"rt\":3,\"gl\":{\"ln\":\"88.3947\",\"lt\":\"22.5221\"},\"ad\":{\"adr\":\"\",\"postalCode\":\"700039\",\"city\":{\"name\":\"KOLKATA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"KOLKATA\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"145442986_2415669_0\",\"rc\":\"Classic\",\"rt\":\"Classic\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":292.61,\"tfcs\":{\"NF\":292.61,\"CMU\":-27.53,\"TF\":292.61,\"BF\":280.81,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-27.53,\"BF\":280.81,\"TAF\":11.8,\"TF\":292.61,\"NF\":292.61},\"afc\":{\"TAF\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57}}}],\"fcs\":[\"Room Only\"],\"checkInDate\":\"2023-10-04\",\"checkOutDate\":\"2023-10-05\",\"radi\":{\"rid\":\"145442986:2415669\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Room Only\"]}]}}],\"id\":\"52_0_4062892\",\"tp\":292.61,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_4062892\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-10-02T10:12:09.956\",\"tdt\":\"2023-10-04T12:00\",\"am\":280.81},{\"fdt\":\"2023-10-04T12:00\",\"tdt\":\"2023-10-05T23:59\",\"am\":308.34}],\"scnp\":\"Fully Refundable Till 03-10-2023 02:00 PM.  Non refundable Between 03-10-2023 02:00 PM and 04-10-2023 02:00 PM.  (All the given times are in India Time timezone)\"},\"ddt\":\"2023-10-02T10:12:09.956\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Room Only\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":311.26}],\"opci\":[]},\"bookingId\":\"TJ200774175583\",\"query\":{\"checkinDate\":\"2023-10-04\",\"checkoutDate\":\"2023-10-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4996471715\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"145442986_2415669_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1101}},\"hotelbookingid\":\"29\",\"SearchHotelTraceId\":\"77ef8-cf32e-7e6ed-f3b42\",\"CustomerSession\":{\"bookingId\":\"77ef8-cf32e-7e6ed-f3b42\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"77ef8-cf32e-7e6ed-f3b42\",\"leadEmail\":\"SIKDER.AM@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"SACA\",\"passenger-lastname-1\":\"ASC\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"ZDC\",\"passenger-lastname-2\":\"VSDV\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"145442986_2415669_0\",\"RoomCategory\":\"Classic\",\"RoomType\":\"Classic\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":299.515596,\"gtxMarkUp\":5.8522,\"GSTOnGTXMarkUp\":1.053396,\"pernightperroomprice\":292.61,\"TotalRoomPrice\":292.61,\"TotalFare\":292.61,\"TotalBaseFare\":280.81,\"TotalNetFare\":292.61,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-27.53,\"BF\":280.81,\"TAF\":11.8,\"TF\":292.61,\"NF\":292.61},\"afc\":{\"TAF\":{\"SGP\":308.34,\"TSF\":33.04,\"SAC\":20.98,\"SDS\":511.27,\"SNP\":287.36,\"MFT\":1.8,\"TTSF\":33.04,\"MF\":10,\"SBP\":786.57}}}],\"PriceWithMarkup\":299.515596,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":292.61,\"pernightperroomprice\":292.61,\"RoomPrice\":298.4622,\"withmarkupprice\":299.515596,\"gtxMarkUp\":5.8522,\"GSTOnGTXMarkUp\":1.053396,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4062892\",\"RoomTotalPrice\":292.61,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4996471715-9001339522\",\"HotemName\":\"Capital O 82197 Fortune Inn\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4062\\/4062892\\/images\\/image_4062892_d3d8cc85-4563-4a0c-b2ad-9a5dfd024b89_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.3947\",\"lt\":\"22.5221\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-04\",\"checkoutDate\":\"2023-10-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"868111\",\"TPSysId\":\"868112\",\"VersionId\":\"2628414\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70293\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-02 10:11:59'),(1025,'89205-9b983-26a4c-cdc4b','{\"BookingData\":[{\"bookingId\":\"BKR100774236651\",\"bookingId_TJ\":\"TJ100774236651\",\"FlightNumber\":\"AI-734\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-10-05T13:35\",\"LocalFromTime\":\"2023-10-05 13:35\",\"FromUTCTime\":\"2023-10-05T13:35\",\"LocalToTime\":\"2023-10-05 16:35\",\"ToUTCTime\":\"2023-10-05T16:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Imphal\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 05 Oct\",\"ArrivalDateTxt\":\"Thu, 05 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5249.8,\"PublishedFareTxt\":\"5,250\",\"ApiResultIndex\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DIB-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":938,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5249.8,\"PublishedFare\":5087.45,\"OfferedFare\":5087.45,\"CommissionEarned\":162.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_309339100730312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":162.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5087.45,\"BaseFare\":4200,\"CommissionEarned\":162.35,\"TDS\":-8.54,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":938,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":162.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5087.45,\"CostToCustomer\":5087.45,\"BaseFareCal\":5087.45,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5087.45,\"intOfferedFare\":5087.45,\"intPublishFare\":5249.8,\"TripjackMarkup\":0,\"TripjackCommission\":162.35,\"TripjackTDS\":\"8.54\",\"AddiMarkup\":0,\"CommisionPass\":162.35,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Tulihal Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Imphal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IMF\",\"destinationArrTime\":\"2023-10-05T14:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-10-05T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Imphal\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"820\",\"originAirportName\":\"Tulihal Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Imphal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-05T16:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"IMF\",\"originDepTime\":\"2023-10-05T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"89205-9b983-26a4c-cdc4b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-02T22:43:53.948\",\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7852,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100774236651\",\"bookingId_TJ\":\"TJ100774236651\",\"FlightNumber\":\"AI-734\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-10-05T13:35\",\"LocalFromTime\":\"2023-10-05 13:35\",\"FromUTCTime\":\"2023-10-05T13:35\",\"LocalToTime\":\"2023-10-05 16:35\",\"ToUTCTime\":\"2023-10-05T16:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Imphal\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 05 Oct\",\"ArrivalDateTxt\":\"Thu, 05 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5249.8,\"ApiResultIndex\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"89205-9b983-26a4c-cdc4b\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-02T22:43:53.948\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":1049.8,\"YQTax\":0,\"OtherCharges\":938,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5249.8,\"PublishedFare\":5087.45,\"OfferedFare\":5087.45,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"BaseFareCal\":5087.45,\"BaseFare\":4200,\"CommissionEarned\":162.35,\"TDS\":-8.54,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":938,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"819\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Tulihal Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Imphal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IMF\",\"destinationArrTime\":\"2023-10-05T14:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-10-05T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"14:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Imphal\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"820\",\"originAirportName\":\"Tulihal Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Imphal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-05T16:35\",\"SegFlightNumber\":\"AI-734\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"IMF\",\"originDepTime\":\"2023-10-05T15:10\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-2118135071_0DIBIMFAI734IMFCCUAI734_50795573932029\",\"localFromDateTime\":\"2023-10-05 13:35\",\"localToDateTime\":\"2023-10-05 16:35\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7852,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Dibrugarh\",\"mytrip_city_to\":\"Kolkata\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DIB\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Dibrugarh, IN - Mohanbari Arpt DIB, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"05\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Mohanbari Arpt DIB\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DIB\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DIB\",\"to\":\"CCU\",\"sourceCityText\":\"Dibrugarh, IN - Mohanbari Arpt DIB, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7852,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"89205-9b983-26a4c-cdc4b\",\"PreferredAirline\":null,\"from_city_\":\"1__DIB-CCU\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Dibrugarh&mytrip_city_to=Kolkata&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=DIB&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Dibrugarh%2C+IN+-+Mohanbari+Arpt+DIB%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=05%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Mohanbari+Arpt+DIB&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"7742825288\",\"FirstName\":\"Rajesh\",\"LastName\":\"Deb\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-02-22-42-42\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"869167\",\"TPSysId\":\"869168\",\"VersionId\":[\"265224\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"70351\",\"FareBreakdownid\":[\"386222\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"160\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"83\"],\"flight_booking_id\":[\"151\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"151\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5087.45},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":null,\"TPSysId\":null,\"MasterTPSysId\":null,\"ProposalID\":\"\\/V1\",\"InvoiceDate\":\"2023-10-02\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-02\",\"PaymentDate\":\"2023-10-02\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5087.45,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5087.45,\"TotalDueAmount\":0,\"InvoiceValue\":5087.45,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DIB-CCU-Air India AI-734\",\"ItemQty\":1,\"ItemRates\":5087.45,\"Total\":5087.45,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5087.45,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":5087.45,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ100774236651\",\"amount\":5249.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-02T22:47:11.809\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19728406\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"734\",\"eT\":\"319\"},\"stops\":0,\"duration\":60,\"cT\":35,\"da\":{\"code\":\"DIB\",\"name\":\"Mohanbari Arpt\",\"cityCode\":\"DIB\",\"city\":\"Dibrugarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"IMF\",\"name\":\"Tulihal Arpt\",\"cityCode\":\"IMF\",\"city\":\"Imphal\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-05T13:35\",\"at\":\"2023-10-05T14:35\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"19728407\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"734\",\"eT\":\"319\"},\"stops\":0,\"duration\":85,\"da\":{\"code\":\"IMF\",\"name\":\"Tulihal Arpt\",\"cityCode\":\"IMF\",\"city\":\"Imphal\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-05T15:10\",\"at\":\"2023-10-05T16:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DIB-IMF\":\"6LHUTI\",\"IMF-CCU\":\"6LHUTI\"},\"ticketNumberDetails\":{\"DIB-IMF\":\"0989054936979\",\"IMF-CCU\":\"0989054936979\"},\"gdsPnrs\":{\"IMF-CCU\":\"5SBM3D\",\"DIB-IMF\":\"5SBM3D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rajesh\",\"lN\":\"Deb\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":162.35,\"NF\":5087.45,\"BF\":4200,\"TF\":5249.8,\"IGST\":1.8,\"TAF\":1049.8},\"afC\":{\"NCM\":{\"OT\":170.89,\"TDS\":-8.54},\"TAF\":{\"OT\":938,\"MF\":10,\"MFT\":1.8,\"YR\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-02 22:46:07'),(1027,'b538a-78f26-3bf24-51113','{\"BookingData\":[{\"bookingId\":\"BKR109174294934\",\"bookingId_TJ\":\"TJ109174294934\",\"FlightNumber\":\"SG-8198\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-10-17T20:10\",\"LocalFromTime\":\"2023-10-17 20:10\",\"FromUTCTime\":\"2023-10-17T20:10\",\"LocalToTime\":\"2023-10-17 23:20\",\"ToUTCTime\":\"2023-10-17T23:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Tue, 17 Oct\",\"ArrivalDateTxt\":\"Tue, 17 Oct\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6086.8,\"PublishedFareTxt\":\"6,087\",\"ApiResultIndex\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6086.8,\"PublishedFare\":6086.8,\"OfferedFare\":6086.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2082897517_0BLRDELSG8198_122834597151599\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":6086.8,\"BaseFare\":5850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6086.8,\"CostToCustomer\":6086.8,\"BaseFareCal\":6086.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6086.8,\"intOfferedFare\":6086.8,\"intPublishFare\":6086.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"758\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-17T23:20\",\"SegFlightNumber\":\"SG-8198\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-17T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b538a-78f26-3bf24-51113\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-03T17:43:31.981\",\"strTraceId\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109174294934\",\"bookingId_TJ\":\"TJ109174294934\",\"FlightNumber\":\"SG-8198\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"strTraceId\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-10-17T20:10\",\"LocalFromTime\":\"2023-10-17 20:10\",\"FromUTCTime\":\"2023-10-17T20:10\",\"LocalToTime\":\"2023-10-17 23:20\",\"ToUTCTime\":\"2023-10-17T23:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Tue, 17 Oct\",\"ArrivalDateTxt\":\"Tue, 17 Oct\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6086.8,\"ApiResultIndex\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"b538a-78f26-3bf24-51113\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-03T17:43:31.981\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6086.8,\"PublishedFare\":6086.8,\"OfferedFare\":6086.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":6086.8,\"BaseFare\":5850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"758\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-17T23:20\",\"SegFlightNumber\":\"SG-8198\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-17T20:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2082897517_0BLRDELSG8198_25487801536408\",\"localFromDateTime\":\"2023-10-17 20:10\",\"localToDateTime\":\"2023-10-17 23:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"17\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b538a-78f26-3bf24-51113\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"}}','2023-10-03 17:42:01'),(1029,'651aa-872fa-d0a99-b6bcb','{\"BookingData\":[{\"bookingId\":\"BKR109374453867\",\"bookingId_TJ\":\"TJ109374453867\",\"FlightNumber\":\"6E-2197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-10-06T18:30\",\"LocalFromTime\":\"2023-10-06 18:30\",\"FromUTCTime\":\"2023-10-06T18:30\",\"LocalToTime\":\"2023-10-06 20:20\",\"ToUTCTime\":\"2023-10-06T20:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 06 Oct\",\"ArrivalDateTxt\":\"Fri, 06 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4787.8,\"PublishedFareTxt\":\"4,788\",\"ApiResultIndex\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"NAG-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":987.8,\"YQTax\":0,\"OtherCharges\":781,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4787.8,\"PublishedFare\":4726.14,\"OfferedFare\":4726.14,\"CommissionEarned\":61.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8647126425_0NAGDEL6E2197_107127785832413\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":61.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":987.8,\"BaseFareCal\":4726.14,\"BaseFare\":3800,\"CommissionEarned\":61.66,\"TDS\":-3.24,\"MF\":10,\"YQ\":0,\"AGST\":195,\"MFT\":1.8,\"OT\":781,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":61.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4726.14,\"CostToCustomer\":4726.14,\"BaseFareCal\":4726.14,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4726.14,\"intOfferedFare\":4726.14,\"intPublishFare\":4787.8,\"TripjackMarkup\":0,\"TripjackCommission\":61.66,\"TripjackTDS\":\"3.24\",\"AddiMarkup\":0,\"CommisionPass\":61.66,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"928\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-06T20:20\",\"SegFlightNumber\":\"6E-2197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-10-06T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"651aa-872fa-d0a99-b6bcb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-05T13:16:07.057\",\"strTraceId\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109374453867\",\"bookingId_TJ\":\"TJ109374453867\",\"FlightNumber\":\"6E-2197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"strTraceId\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-10-06T18:30\",\"LocalFromTime\":\"2023-10-06 18:30\",\"FromUTCTime\":\"2023-10-06T18:30\",\"LocalToTime\":\"2023-10-06 20:20\",\"ToUTCTime\":\"2023-10-06T20:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 06 Oct\",\"ArrivalDateTxt\":\"Fri, 06 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":18876,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"NAG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4787.8,\"ApiResultIndex\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"651aa-872fa-d0a99-b6bcb\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-05T13:16:07.057\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":987.8,\"YQTax\":0,\"OtherCharges\":781,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4787.8,\"PublishedFare\":4726.14,\"OfferedFare\":4726.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":987.8,\"BaseFareCal\":4726.14,\"BaseFare\":3800,\"CommissionEarned\":61.66,\"TDS\":-3.24,\"MF\":10,\"YQ\":0,\"AGST\":195,\"MFT\":1.8,\"OT\":781,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"928\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-06T20:20\",\"SegFlightNumber\":\"6E-2197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-10-06T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8647126425_0NAGDEL6E2197_96290325412429\",\"localFromDateTime\":\"2023-10-06 18:30\",\"localToDateTime\":\"2023-10-06 20:20\",\"strSourceAirportCode\":\"NAG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18876,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Nagpur\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"NAG\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"06\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Dr Ambedkar Intl Arpt NAG\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"NAG\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"NAG\",\"to\":\"DEL\",\"sourceCityText\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18876,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"651aa-872fa-d0a99-b6bcb\",\"PreferredAirline\":null,\"from_city_\":\"1__NAG-DEL\"}}','2023-10-05 13:14:36'),(1030,'2873f-e4c88-42112-032cb','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid8648531484-41424960\",\"name\":\"FabHotel Ridz\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/41e5743322e3fc9650853655abde6663.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/fb83053760cb04f202db0d26750c2f69.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/e06f1ca2b8bde9bf8d2cdb670f842056.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/c711c4ed2c16f61ef1291f31ee6c0a40.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/580b2387c0d1cc153f963224ede1bfab.jpg?ce=0&s=312x\",\"sz\":\"Standard\"}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"88.45248\",\"lt\":\"22.62778\"},\"ad\":{\"adr\":\"1, New Town CBD, 2, Rajarhat, Kolkata\",\"postalCode\":\"700136\",\"city\":{\"code\":\"6241\",\"name\":\"Kolkata\"},\"state\":{\"name\":\"West Bengal\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Kolkata\",\"sn\":\"West Bengal\",\"cn\":\"India\"},\"fl\":[\"Internet\",\"Room service\",\"Air conditioning\",\"Daily newspaper\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Internet\",\"Mirror\",\"Telephone\",\"Toiletries\",\"Towels\",\"Television\",\"Internet\"],\"pt\":\"RYOKAN\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=32613705\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Age between 0 to 8 is considered children.Minimum allowed guest age is 7. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"530225806_0\",\"rc\":\"Deluxe Room\",\"rt\":\"Deluxe Room\",\"srn\":\"Deluxe\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":925.42,\"tfcs\":{\"BF\":913.62,\"TF\":925.42,\"CMU\":17.91,\"TAF\":11.8,\"NF\":925.42},\"tafcs\":{\"TAF\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":913.62,\"TF\":925.42,\"CMU\":17.91,\"TAF\":11.8,\"NF\":925.42},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8}}}],\"imgs\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/3d01f6c1641e702169bf6ed63e9ae108.jpg?ce=0&s=312x\",\"sz\":\"Standard\",\"rids\":[\"530225806\"]}],\"checkInDate\":\"2023-10-20\",\"checkOutDate\":\"2023-10-21\",\"radi\":{\"rid\":\"530225806\",\"mga\":2,\"ar\":{\"asm\":\"180\"}},\"iexb\":false}],\"id\":\"107_1_32613705\",\"tp\":925.42,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"Ymmq9OcBYModRaCYa6wt\",\"ifra\":true,\"pd\":[{\"fdt\":\"2023-10-06T13:41:02.286\",\"tdt\":\"2023-10-18T00:00\",\"am\":0},{\"fdt\":\"2023-10-18T00:00\",\"tdt\":\"2023-10-20T12:00\",\"am\":895.71},{\"fdt\":\"2023-10-20T12:00\",\"tdt\":\"2023-10-21T23:59\",\"am\":895.71}],\"scnp\":\"Risk-free booking! Cancel before 2023-10-19 and you\'ll pay nothing! Any cancellation received within 1 day prior to the arrival date will incur the first night\'s charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-10-18T00:00\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Breakfast, Free WiFi, Drinking water\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"-1335442889\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":799.04},{\"fc\":[\"BREAKFAST\"],\"tpc\":895.71}],\"opci\":[],\"uid\":\"41424960\",\"lhc\":\"4336708\"},\"bookingId\":\"TJ207674548714\",\"query\":{\"checkinDate\":\"2023-10-20\",\"checkoutDate\":\"2023-10-21\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid8648531484\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"530225806_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1111}},\"hotelbookingid\":\"30\",\"SearchHotelTraceId\":\"2873f-e4c88-42112-032cb\",\"CustomerSession\":{\"bookingId\":\"2873f-e4c88-42112-032cb\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"2873f-e4c88-42112-032cb\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"ef\",\"passenger-lastname-1\":\"fef\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Ms\",\"passenger-firstname-2\":\"cefc\",\"passenger-lastname-2\":\"csc\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"530225806_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Deluxe Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":947.259912,\"gtxMarkUp\":18.508399999999998,\"GSTOnGTXMarkUp\":3.3315119999999996,\"pernightperroomprice\":925.42,\"TotalRoomPrice\":925.42,\"TotalFare\":925.42,\"TotalBaseFare\":913.62,\"TotalNetFare\":925.42,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":913.62,\"TF\":925.42,\"CMU\":17.91,\"TAF\":11.8,\"NF\":925.42},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":799.75,\"SGP\":895.71,\"SNP\":895.71,\"TTSF\":95.96,\"MFT\":1.8}}}],\"PriceWithMarkup\":947.259912,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":925.42,\"pernightperroomprice\":925.42,\"RoomPrice\":943.9284,\"withmarkupprice\":947.259912,\"gtxMarkUp\":18.508399999999998,\"GSTOnGTXMarkUp\":3.3315119999999996,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_1_32613705\",\"RoomTotalPrice\":925.42,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8648531484-41424960\",\"HotemName\":\"Fabhotel Ridz\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/41e5743322e3fc9650853655abde6663.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/fb83053760cb04f202db0d26750c2f69.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/e06f1ca2b8bde9bf8d2cdb670f842056.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/c711c4ed2c16f61ef1291f31ee6c0a40.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/32613705\\/-1\\/580b2387c0d1cc153f963224ede1bfab.jpg?ce=0&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.45248\",\"lt\":\"22.62778\"},\"HotelAddress\":\"1, New Town CBD 2, Rajarhat, North 24 Parganas, Kolkata\",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RYOKAN\",\"HotelFaciality\":[\"Internet\",\"Room service\",\"Air conditioning\",\"Daily newspaper\",\"Fan\",\"Fire extinguisher\",\"Free bottled water\",\"Internet\",\"Mirror\",\"Telephone\",\"Toiletries\",\"Towels\",\"Television\",\"Internet\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-20\",\"checkoutDate\":\"2023-10-21\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"875316\",\"TPSysId\":\"875317\",\"VersionId\":\"2647441\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70761\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-06 13:40:18'),(1037,'63c23-af2f4-4d42a-e86e8','{\"BookingData\":[{\"bookingId\":\"BKR106574556293\",\"bookingId_TJ\":\"TJ106574556293\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"PublishedFareTxt\":\"5,783\",\"ApiResultIndex\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"CRFT\":9,\"CRF\":50,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACF\":1499,\"ACFT\":74.95,\"CCF\":50},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACF\":499,\"ACFT\":24.95,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"CommissionEarned\":65.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3967553597_0MAAJAI6E6412_28087795177428\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":65.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5717.25,\"CostToCustomer\":5717.25,\"BaseFareCal\":5717.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5717.25,\"intOfferedFare\":5717.25,\"intPublishFare\":5782.8,\"TripjackMarkup\":0,\"TripjackCommission\":65.55,\"TripjackTDS\":\"3.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":65.55,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"84\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"84\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"63c23-af2f4-4d42a-e86e8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:06:25.116\",\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106574556293\",\"bookingId_TJ\":\"TJ106574556293\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"ApiResultIndex\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"63c23-af2f4-4d42a-e86e8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:06:25.116\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"84\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3967553597_0MAAJAI6E6412_25914203427220\",\"localFromDateTime\":\"2023-10-20 22:40\",\"localToDateTime\":\"2023-10-21 01:10\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"20\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"MAA\",\"to\":\"JAI\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":6000,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"63c23-af2f4-4d42a-e86e8\",\"PreferredAirline\":null,\"from_city_\":\"1__MAA-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai&mytrip_city_to=Jaipur&source_city=MAA&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=20%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+MAA&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&adults=1&childs=0&infants=0&class=2&DirectFlight=1&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"65\",\"EmailId\":\"amar.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9066797528\",\"FirstName\":\"Nakaram\",\"LastName\":\"Nakaram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-06-15-06-23\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"86\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"875504\",\"TPSysId\":\"875505\",\"VersionId\":[\"267347\"],\"CustomerSysId\":\"486118\",\"TrxId\":\"70775\",\"FareBreakdownid\":[\"386576\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"161\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"65\",\"CustomerMemSysId\":[\"86\"],\"flight_booking_id\":[\"152\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"152\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5717.25},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"486118\",\"TPSysId\":\"875505\",\"MasterTPSysId\":\"875504\",\"ProposalID\":\"875505\\/V1\",\"InvoiceDate\":\"2023-10-06\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-06\",\"PaymentDate\":\"2023-10-06\",\"ClientGST\":true,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5717.25,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5717.25,\"TotalDueAmount\":0,\"InvoiceValue\":5717.25,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"MAA-JAI-IndiGo 6E-6412\",\"ItemQty\":1,\"ItemRates\":5717.25,\"Total\":5717.25,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5717.25,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":5717.25,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-06 15:06:58'),(1045,'187c4-3d178-b95e0-a98b2','{\"BookingData\":[{\"bookingId\":\"BKR107174558383\",\"bookingId_TJ\":\"TJ107174558383\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"PublishedFareTxt\":\"5,783\",\"ApiResultIndex\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":22.45,\"ARF\":449},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"ACFT\":74.95,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"ACFT\":24.95,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"CommissionEarned\":65.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5109422573_0MAAJAI6E6412_103281427582417\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":65.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5717.25,\"CostToCustomer\":5717.25,\"BaseFareCal\":5717.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5717.25,\"intOfferedFare\":5717.25,\"intPublishFare\":5782.8,\"TripjackMarkup\":0,\"TripjackCommission\":65.55,\"TripjackTDS\":\"3.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":65.55,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"666\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"666\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"187c4-3d178-b95e0-a98b2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:29:36.435\",\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107174558383\",\"bookingId_TJ\":\"TJ107174558383\",\"FlightNumber\":\"6E-6412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-10-20T22:40\",\"LocalFromTime\":\"2023-10-20 22:40\",\"FromUTCTime\":\"2023-10-20T22:40\",\"LocalToTime\":\"2023-10-21 01:10\",\"ToUTCTime\":\"2023-10-21T01:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5782.8,\"ApiResultIndex\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"187c4-3d178-b95e0-a98b2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-06T15:29:36.435\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4190,\"Tax\":1592.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":247,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5782.8,\"PublishedFare\":5717.25,\"OfferedFare\":5717.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1592.8,\"BaseFareCal\":5717.25,\"BaseFare\":4190,\"CommissionEarned\":65.55,\"TDS\":-3.45,\"MF\":10,\"YQ\":650,\"AGST\":247,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"666\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-21T01:10\",\"SegFlightNumber\":\"6E-6412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-20T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5109422573_0MAAJAI6E6412_109388583064489\",\"localFromDateTime\":\"2023-10-20 22:40\",\"localToDateTime\":\"2023-10-21 01:10\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"20\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"MAA\",\"to\":\"JAI\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":6000,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"187c4-3d178-b95e0-a98b2\",\"PreferredAirline\":null,\"from_city_\":\"1__MAA-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai&mytrip_city_to=Jaipur&source_city=MAA&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+MAA%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=20%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+MAA&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&adults=1&childs=0&infants=0&class=2&DirectFlight=1&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"65\",\"EmailId\":\"amar.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9066797528\",\"FirstName\":\"Nakaram \",\"LastName\":\"Nakaram \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-06-15-28-32\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"87\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"875571\",\"TPSysId\":\"875572\",\"VersionId\":[\"267364\"],\"CustomerSysId\":\"486118\",\"TrxId\":\"70779\",\"FareBreakdownid\":[\"386579\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"162\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"65\",\"CustomerMemSysId\":[\"87\"],\"flight_booking_id\":[\"153\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"153\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5717.25},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"486118\",\"TPSysId\":\"875572\",\"MasterTPSysId\":\"875571\",\"ProposalID\":\"875572\\/V1\",\"InvoiceDate\":\"2023-10-06\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-06\",\"PaymentDate\":\"2023-10-06\",\"ClientGST\":true,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5717.25,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5717.25,\"TotalDueAmount\":0,\"InvoiceValue\":5717.25,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"MAA-JAI-IndiGo 6E-6412\",\"ItemQty\":1,\"ItemRates\":5717.25,\"Total\":5717.25,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5717.25,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":5717.25,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ107174558383\",\"amount\":5782.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919066797528\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-06T15:31:53.487\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19827183\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6412\",\"eT\":\"320\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-20T22:40\",\"at\":\"2023-10-21T01:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-JAI\":\"T12FKN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nakaram\",\"lN\":\"Nakaram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1592.8,\"BF\":4190,\"TF\":5782.8,\"NCM\":65.55,\"IGST\":1.8,\"NF\":5717.25},\"afC\":{\"TAF\":{\"OT\":684,\"YQ\":650,\"MF\":10,\"MFT\":1.8,\"AGST\":247},\"NCM\":{\"OT\":69,\"TDS\":-3.45}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-06 15:30:26'),(1046,'9f18c-fd5aa-99eaa-97d26','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9390558684-2393721504\",\"name\":\"OYO Flagship 81363 Hotel Narayanan\",\"img\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4008\\/4008874\\/images\\/image_4008874_0e752c14-c7be-49f5-8a73-86ca32d79a6b_tn.jpeg\"}],\"rt\":3,\"gl\":{\"ln\":\"88.4404\",\"lt\":\"22.657\"},\"ad\":{\"adr\":\"\",\"postalCode\":\"700081\",\"city\":{\"name\":\"KOLKATA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"KOLKATA\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"188675256_2415169_0\",\"rc\":\"Classic Room\",\"rt\":\"Classic Room\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":397.79,\"tfcs\":{\"CMU\":-37.84,\"BF\":385.99,\"TAF\":11.8,\"TF\":397.79,\"NF\":397.79},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":385.99,\"CMU\":-37.84,\"TAF\":11.8,\"TF\":397.79,\"NF\":397.79},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39}}}],\"fcs\":[\"Room Only\"],\"checkInDate\":\"2023-10-09\",\"checkOutDate\":\"2023-10-10\",\"radi\":{\"rid\":\"188675256:2415169\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Room Only\"]}]}}],\"id\":\"52_0_4008874\",\"tp\":397.79,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_4008874\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-10-09T12:13:52.314\",\"tdt\":\"2023-10-09T12:00\",\"am\":385.99},{\"fdt\":\"2023-10-09T12:00\",\"tdt\":\"2023-10-10T23:59\",\"am\":423.83}],\"scnp\":\"Non refundable Till 09-10-2023 02:00 PM.  (All the given times are in India Time timezone)\"},\"ddt\":\"2023-10-09T12:13:52.314\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Room Only\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":427.84}],\"opci\":[]},\"bookingId\":\"TJ205674756997\",\"query\":{\"checkinDate\":\"2023-10-09\",\"checkoutDate\":\"2023-10-10\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9390558684\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"188675256_2415169_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1183}},\"hotelbookingid\":\"31\",\"SearchHotelTraceId\":\"9f18c-fd5aa-99eaa-97d26\",\"CustomerSession\":{\"bookingId\":\"9f18c-fd5aa-99eaa-97d26\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"9f18c-fd5aa-99eaa-97d26\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"v\",\"passenger-lastname-1\":\"regf\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"vsvd\",\"passenger-lastname-2\":\"vsv\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"188675256_2415169_0\",\"RoomCategory\":\"Classic Room\",\"RoomType\":\"Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":407.17784400000005,\"gtxMarkUp\":7.9558,\"GSTOnGTXMarkUp\":1.4320439999999999,\"pernightperroomprice\":397.79,\"TotalRoomPrice\":397.79,\"TotalFare\":397.79,\"TotalBaseFare\":385.99,\"TotalNetFare\":397.79,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":385.99,\"CMU\":-37.84,\"TAF\":11.8,\"TF\":397.79,\"NF\":397.79},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"SDS\":882.97,\"TTSF\":45.41,\"SGP\":423.83,\"SAC\":28.84,\"TSF\":45.41,\"SNP\":394.99,\"SBP\":1261.39}}}],\"PriceWithMarkup\":407.17784400000005,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":397.79,\"pernightperroomprice\":397.79,\"RoomPrice\":405.74580000000003,\"withmarkupprice\":407.17784400000005,\"gtxMarkUp\":7.9558,\"GSTOnGTXMarkUp\":1.4320439999999999,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_4008874\",\"RoomTotalPrice\":397.79,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9390558684-2393721504\",\"HotemName\":\"OYO Flagship 81363 Hotel Narayanan\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/4008\\/4008874\\/images\\/image_4008874_0e752c14-c7be-49f5-8a73-86ca32d79a6b_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.4404\",\"lt\":\"22.657\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-09\",\"checkoutDate\":\"2023-10-10\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"878491\",\"TPSysId\":\"878492\",\"VersionId\":\"2655791\",\"CustomerSysId\":\"499887\",\"TrxId\":\"70992\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-09 12:12:53'),(1048,'88c52-5ed34-7e793-40734','{\"BookingData\":[{\"FlightNumber\":\"QP-1355\",\"keyIndex\":123,\"SegFlightNumberArr\":\"QP-1355\",\"AirlineName\":\"Akasa air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-2291742103_0DELGOXQP1355_28271930856619\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2023-11-30T08:00\",\"LocalFromTime\":\"2023-11-30 08:00\",\"FromUTCTime\":\"2023-11-30T08:00\",\"LocalToTime\":\"2023-11-30 10:30\",\"ToUTCTime\":\"2023-11-30T10:30\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 30 Nov\",\"ArrivalDateTxt\":\"Thu, 30 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11870,\"PublishedFareTxt\":\"11,870\",\"ApiResultIndex\":\"30-2291742103_0DELGOXQP1355_28271930855978\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"88c52-5ed34-7e793-40734\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10456,\"Tax\":1585.6,\"YQTax\":0,\"OtherCharges\":1026,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":536,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12041.6,\"PublishedFare\":11870,\"PublishedFarePerPax\":5935,\"OfferedFare\":11869.94,\"CommissionEarned\":171.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-2291742103_0DELGOXQP1355_28271930856619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":171.66,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1585.6,\"BaseFareCal\":11869.94,\"BaseFare\":10456,\"CommissionEarned\":171.66,\"TDS\":-9.04,\"MF\":20,\"YQ\":0,\"AGST\":536,\"MFT\":3.6,\"OT\":1026,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"030\"},\"Segments\":[{\"segmentid\":\"962\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-30T10:30\",\"SegFlightNumber\":\"QP-1355\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-30T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"017\"},{\"keyIndex\":149,\"FlightNumber\":\"I5-721\",\"SegFlightNumberArr\":\"I5-721\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2291742103_0GOIDELI5721_28272883811423\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-12-05T18:10\",\"LocalFromTime\":\"2023-12-05 18:10\",\"FromUTCTime\":\"2023-12-05T18:10\",\"LocalToTime\":\"2023-12-05 20:45\",\"ToUTCTime\":\"2023-12-05T20:45\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Tue, 05 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11064,\"PublishedFareTxt\":\"11,064\",\"ApiResultIndex\":\"22-16-2291742103_0GOIDELI5721_28272883809852\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"88c52-5ed34-7e793-40734\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8956,\"Tax\":2325.6,\"YQTax\":0,\"OtherCharges\":1838,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":464,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11281.6,\"PublishedFare\":11064,\"PublishedFarePerPax\":5532,\"OfferedFare\":11063.94,\"CommissionEarned\":217.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-2291742103_0GOIDELI5721_28272883811423\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2325.6,\"BaseFareCal\":11063.94,\"BaseFare\":8956,\"CommissionEarned\":217.66,\"TDS\":-11.46,\"MF\":20,\"YQ\":0,\"AGST\":464,\"MFT\":3.6,\"OT\":1838,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"GOI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0GF\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T20:45\",\"SegFlightNumber\":\"I5-721\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-05T18:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"021\"}],\"FlightBookingDataInbound\":{\"keyIndex\":149,\"FlightNumber\":\"I5-721\",\"SegFlightNumberArr\":\"I5-721\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2291742103_0GOIDELI5721_28272883811423\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"20:45\",\"TravelDate\":\"2023-12-05T18:10\",\"LocalFromTime\":\"2023-12-05 18:10\",\"FromUTCTime\":\"2023-12-05T18:10\",\"LocalToTime\":\"2023-12-05 20:45\",\"ToUTCTime\":\"2023-12-05T20:45\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Tue, 05 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11064,\"PublishedFareTxt\":\"11,064\",\"ApiResultIndex\":\"22-16-2291742103_0GOIDELI5721_28272883809852\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"88c52-5ed34-7e793-40734\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8956,\"Tax\":2325.6,\"YQTax\":0,\"OtherCharges\":1838,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":464,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11281.6,\"PublishedFare\":11064,\"PublishedFarePerPax\":5532,\"OfferedFare\":11063.94,\"CommissionEarned\":217.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-2291742103_0GOIDELI5721_28272883811423\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2325.6,\"BaseFareCal\":11063.94,\"BaseFare\":8956,\"CommissionEarned\":217.66,\"TDS\":-11.46,\"MF\":20,\"YQ\":0,\"AGST\":464,\"MFT\":3.6,\"OT\":1838,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"GOI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0GF\"},\"Segments\":[{\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T20:45\",\"SegFlightNumber\":\"I5-721\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-05T18:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"021\"}}','2023-10-11 15:20:35'),(1050,'bbcf2-97383-11588-66ea1','{\"BookingData\":[{\"bookingId\":\"BKR101174945668\",\"bookingId_TJ\":\"TJ101174945668\",\"FlightNumber\":\"I5-670\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-11-30T18:10\",\"LocalFromTime\":\"2023-11-30 18:10\",\"FromUTCTime\":\"2023-11-30T18:10\",\"LocalToTime\":\"2023-12-01 00:15\",\"ToUTCTime\":\"2023-12-01T00:15\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":365,\"DepartureDateTxt\":\"Thu, 30 Nov\",\"ArrivalDateTxt\":\"Fri, 01 Dec\",\"FlightDuration\":\"6h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":16463.6,\"PublishedFareTxt\":\"16,464\",\"ApiResultIndex\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"ACFT\":75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"ACFT\":25,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13972,\"Tax\":2491.6,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":716,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16463.6,\"PublishedFare\":16055.64,\"OfferedFare\":16055.64,\"CommissionEarned\":407.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_31437724496873\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":407.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2491.6,\"BaseFareCal\":16055.64,\"BaseFare\":13972,\"CommissionEarned\":407.96,\"TDS\":-21.48,\"MF\":20,\"YQ\":0,\"AGST\":716,\"MFT\":3.6,\"OT\":1752,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":407.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16055.64,\"CostToCustomer\":16055.64,\"BaseFareCal\":16055.64,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16055.64,\"intOfferedFare\":16055.64,\"intPublishFare\":16463.6,\"TripjackMarkup\":0,\"TripjackCommission\":407.96,\"TripjackTDS\":\"21.48\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":407.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"125\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-30T19:55\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-30T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":40,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"126\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-30T22:20\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-30T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":35,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"127\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-01T00:15\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-30T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"125\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bbcf2-97383-11588-66ea1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-11T15:26:15.994\",\"strTraceId\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101174945668\",\"bookingId_TJ\":\"TJ101174945668\",\"FlightNumber\":\"I5-670\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"strTraceId\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-11-30T18:10\",\"LocalFromTime\":\"2023-11-30 18:10\",\"FromUTCTime\":\"2023-11-30T18:10\",\"LocalToTime\":\"2023-12-01 00:15\",\"ToUTCTime\":\"2023-12-01T00:15\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":365,\"DepartureDateTxt\":\"Thu, 30 Nov\",\"ArrivalDateTxt\":\"Fri, 01 Dec\",\"FlightDuration\":\"6h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":16463.6,\"ApiResultIndex\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"bbcf2-97383-11588-66ea1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-11T15:26:15.994\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13972,\"Tax\":2491.6,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":716,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16463.6,\"PublishedFare\":16055.64,\"OfferedFare\":16055.64,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2491.6,\"BaseFareCal\":16055.64,\"BaseFare\":13972,\"CommissionEarned\":407.96,\"TDS\":-21.48,\"MF\":20,\"YQ\":0,\"AGST\":716,\"MFT\":3.6,\"OT\":1752,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"125\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-30T19:55\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-30T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":40,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"126\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-30T22:20\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-30T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":35,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"127\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-01T00:15\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-30T22:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-5167729119_0JAIBOMI5670BOMBLRI5670BLRGOII5670_16859696255630\",\"localFromDateTime\":\"2023-11-30 18:10\",\"localToDateTime\":\"2023-12-01 00:15\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"30\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"JAI\",\"to\":\"GOI\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":12995,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bbcf2-97383-11588-66ea1\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOI\"}}','2023-10-11 15:24:44'),(1058,'b7ea0-497d7-b6c50-769c1','{\"BookingData\":[{\"bookingId\":\"BKR104674961062\",\"bookingId_TJ\":\"TJ104674961062\",\"FlightNumber\":\"6E-838\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-10-12T19:50\",\"LocalFromTime\":\"2023-10-12 19:50\",\"FromUTCTime\":\"2023-10-12T19:50\",\"LocalToTime\":\"2023-10-12 22:20\",\"ToUTCTime\":\"2023-10-12T22:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Thu, 12 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9278.8,\"PublishedFareTxt\":\"9,279\",\"ApiResultIndex\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7345,\"Tax\":1933.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9278.8,\"PublishedFare\":9181.79,\"OfferedFare\":9181.79,\"CommissionEarned\":97.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5486934352_0BLRJAI6E838_207882053357420\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":97.01,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":9278.8,\"oldFare\":8806.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1933.8,\"BaseFareCal\":9181.79,\"BaseFare\":7345,\"CommissionEarned\":97.01,\"TDS\":-5.11,\"MF\":10,\"YQ\":650,\"AGST\":405,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":97.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9181.79,\"CostToCustomer\":9181.79,\"BaseFareCal\":9181.79,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9181.79,\"intOfferedFare\":9181.79,\"intPublishFare\":9278.8,\"TripjackMarkup\":0,\"TripjackCommission\":97.01,\"TripjackTDS\":\"5.11\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":97.01,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"280\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-12T22:20\",\"SegFlightNumber\":\"6E-838\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T19:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b7ea0-497d7-b6c50-769c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:20:56.387\",\"strTraceId\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104674961062\",\"bookingId_TJ\":\"TJ104674961062\",\"FlightNumber\":\"6E-838\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"strTraceId\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-10-12T19:50\",\"LocalFromTime\":\"2023-10-12 19:50\",\"FromUTCTime\":\"2023-10-12T19:50\",\"LocalToTime\":\"2023-10-12 22:20\",\"ToUTCTime\":\"2023-10-12T22:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Thu, 12 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9278.8,\"ApiResultIndex\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b7ea0-497d7-b6c50-769c1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:20:56.387\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7345,\"Tax\":1933.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":405,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9278.8,\"PublishedFare\":9181.79,\"OfferedFare\":9181.79,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1933.8,\"BaseFareCal\":9181.79,\"BaseFare\":7345,\"CommissionEarned\":97.01,\"TDS\":-5.11,\"MF\":10,\"YQ\":650,\"AGST\":405,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"280\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-12T22:20\",\"SegFlightNumber\":\"6E-838\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T19:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5486934352_0BLRJAI6E838_32379029555628\",\"localFromDateTime\":\"2023-10-12 19:50\",\"localToDateTime\":\"2023-10-12 22:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"12\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b7ea0-497d7-b6c50-769c1\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-10-11 18:19:25'),(1066,'1a87f-46542-cc997-26a47','{\"BookingData\":[{\"bookingId\":\"BKR101574961138\",\"bookingId_TJ\":\"TJ101574961138\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-10-12T22:15\",\"LocalFromTime\":\"2023-10-12 22:15\",\"FromUTCTime\":\"2023-10-12T22:15\",\"LocalToTime\":\"2023-10-13 00:45\",\"ToUTCTime\":\"2023-10-13T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Fri, 13 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"PublishedFareTxt\":\"8,807\",\"ApiResultIndex\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"CommissionEarned\":92.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0698661921_0BLRJAI6E6273_113248698885699\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":92.54,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8714.26,\"CostToCustomer\":8714.26,\"BaseFareCal\":8714.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8714.26,\"intOfferedFare\":8714.26,\"intPublishFare\":8806.8,\"TripjackMarkup\":0,\"TripjackCommission\":92.54,\"TripjackTDS\":\"4.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":92.54,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"954\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-13T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"954\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1a87f-46542-cc997-26a47\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:21:43.707\",\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101574961138\",\"bookingId_TJ\":\"TJ101574961138\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2023-10-12T22:15\",\"LocalFromTime\":\"2023-10-12 22:15\",\"FromUTCTime\":\"2023-10-12T22:15\",\"LocalToTime\":\"2023-10-13 00:45\",\"ToUTCTime\":\"2023-10-13T00:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 12 Oct\",\"ArrivalDateTxt\":\"Fri, 13 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8806.8,\"ApiResultIndex\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"1a87f-46542-cc997-26a47\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-11T18:21:43.707\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6896,\"Tax\":1910.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8806.8,\"PublishedFare\":8714.26,\"OfferedFare\":8714.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1910.8,\"BaseFareCal\":8714.26,\"BaseFare\":6896,\"CommissionEarned\":92.54,\"TDS\":-4.87,\"MF\":10,\"YQ\":650,\"AGST\":382,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"954\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-13T00:45\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-12T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0698661921_0BLRJAI6E6273_26335260500799\",\"localFromDateTime\":\"2023-10-12 22:15\",\"localToDateTime\":\"2023-10-13 00:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"12\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1a87f-46542-cc997-26a47\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Jaipur&source_city=BLR&ContSysId_1=101&destination_city=JAI&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&departure_date=12%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"juga \",\"LastName\":\"ram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-11-18-20-30\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"91\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"883505\",\"TPSysId\":\"883506\",\"VersionId\":[\"269982\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"71333\",\"FareBreakdownid\":[\"386859\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"164\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"91\"],\"flight_booking_id\":[\"155\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"155\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":8714.26},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"487956\",\"TPSysId\":\"883506\",\"MasterTPSysId\":\"883505\",\"ProposalID\":\"883506\\/V1\",\"InvoiceDate\":\"2023-10-11\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-11\",\"PaymentDate\":\"2023-10-11\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":8714.26,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":8714.26,\"TotalDueAmount\":0,\"InvoiceValue\":8714.26,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-JAI-IndiGo 6E-6273\",\"ItemQty\":1,\"ItemRates\":8714.26,\"Total\":8714.26,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":8714.26,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":8714.26,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ101574961138\",\"amount\":8806.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918553955457\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-11T18:23:53.614\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"19950352\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6273\",\"eT\":\"321\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-12T22:15\",\"at\":\"2023-10-13T00:45\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-JAI\":\"CTRFKT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"juga\",\"lN\":\"ram\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1910.8,\"NCM\":92.54,\"TF\":8806.8,\"IGST\":1.8,\"NF\":8714.26,\"BF\":6896},\"afC\":{\"TAF\":{\"OT\":867,\"MFT\":1.8,\"AGST\":382,\"YQ\":650,\"MF\":10},\"NCM\":{\"OT\":97.41,\"TDS\":-4.87}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-11 18:22:25'),(1067,'cd631-c43e6-34f91-f0184','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid8654523824-2684022452\",\"name\":\"OYO 36742 Kunal Palace\",\"img\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3987\\/3987840\\/images\\/image_3987840_b6baef96-a5c2-4a1a-8faf-1791f0641dbe_tn.jpeg\"}],\"rt\":3,\"gl\":{\"ln\":\"73.02817\",\"lt\":\"19.12038\"},\"ad\":{\"adr\":\"\",\"postalCode\":\"400071\",\"city\":{\"name\":\"MUMBAI\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"MUMBAI\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"1050426688_2414535_0\",\"rc\":\"Deluxe Room\",\"rt\":\"Deluxe Room\",\"srn\":\"Deluxe\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":701.67,\"tfcs\":{\"CMU\":-67.63,\"BF\":689.87,\"TAF\":11.8,\"TF\":701.67,\"NF\":701.67},\"tafcs\":{\"TAF\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-67.63,\"BF\":689.87,\"TAF\":11.8,\"TF\":701.67,\"NF\":701.67},\"afc\":{\"TAF\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34}}}],\"fcs\":[\"Room Only\"],\"checkInDate\":\"2023-10-24\",\"checkOutDate\":\"2023-10-25\",\"radi\":{\"rid\":\"1050426688:2414535\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Room Only\"]}]}}],\"id\":\"52_0_3987840\",\"tp\":701.67,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_3987840\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-10-13T16:53:08.611\",\"tdt\":\"2023-10-24T12:00\",\"am\":689.87},{\"fdt\":\"2023-10-24T12:00\",\"tdt\":\"2023-10-25T23:59\",\"am\":757.5}],\"scnp\":\"Fully Refundable Till 22-10-2023 12:00 PM.  Non refundable Between 22-10-2023 12:00 PM and 24-10-2023 12:00 PM.  (All the given times are in India Time timezone)\"},\"ddt\":\"2023-10-13T16:53:08.611\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Room Only\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"-1335442889\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":764.67}],\"opci\":[]},\"bookingId\":\"TJ208375105852\",\"query\":{\"checkinDate\":\"2023-10-24\",\"checkoutDate\":\"2023-10-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid8654523824\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"1050426688_2414535_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1176}},\"hotelbookingid\":\"32\",\"SearchHotelTraceId\":\"cd631-c43e6-34f91-f0184\",\"CustomerSession\":{\"bookingId\":\"cd631-c43e6-34f91-f0184\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"cd631-c43e6-34f91-f0184\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mrs\",\"passenger-firstname-1\":\"frvtr\",\"passenger-lastname-1\":\"trvgtr\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"vtrvt\",\"passenger-lastname-2\":\"rvvtr\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"1050426688_2414535_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Deluxe Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":718.229412,\"gtxMarkUp\":14.033399999999999,\"GSTOnGTXMarkUp\":2.5260119999999997,\"pernightperroomprice\":701.67,\"TotalRoomPrice\":701.67,\"TotalFare\":701.67,\"TotalBaseFare\":689.87,\"TotalNetFare\":701.67,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-67.63,\"BF\":689.87,\"TAF\":11.8,\"TF\":701.67,\"NF\":701.67},\"afc\":{\"TAF\":{\"TSF\":81.16,\"MFT\":1.8,\"SDS\":2029,\"MF\":10,\"SGP\":757.5,\"SNP\":705.96,\"TTSF\":81.16,\"SAC\":51.54,\"SBP\":2705.34}}}],\"PriceWithMarkup\":718.229412,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":701.67,\"pernightperroomprice\":701.67,\"RoomPrice\":715.7034,\"withmarkupprice\":718.229412,\"gtxMarkUp\":14.033399999999999,\"GSTOnGTXMarkUp\":2.5260119999999997,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3987840\",\"RoomTotalPrice\":701.67,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid8654523824-2684022452\",\"HotemName\":\"OYO 36742 Kunal Palace\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3987\\/3987840\\/images\\/image_3987840_b6baef96-a5c2-4a1a-8faf-1791f0641dbe_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"73.02817\",\"lt\":\"19.12038\"},\"HotelAddress\":\"\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-24\",\"checkoutDate\":\"2023-10-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"886653\",\"TPSysId\":\"886654\",\"VersionId\":\"2677462\",\"CustomerSysId\":\"499887\",\"TrxId\":\"71583\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-13 16:52:14'),(1070,'12e0d-92617-a9d10-1dc15','{\"BookingData\":[{\"bookingId\":\"BKR114375112086\",\"bookingId_TJ\":\"TJ114375112086\",\"FlightNumber\":\"SG-57\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:15\",\"ArrivalTime\":\"11:25\",\"TravelDate\":\"2023-10-25T09:15\",\"LocalFromTime\":\"2023-10-25 09:15\",\"FromUTCTime\":\"2023-10-25T09:15\",\"LocalToTime\":\"2023-10-25 11:25\",\"ToUTCTime\":\"2023-10-25T11:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":220,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12365.8,\"PublishedFareTxt\":\"12,366\",\"ApiResultIndex\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-DXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"6\"}],\"DATECHANGE\":[{\"amount\":4250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":212.5,\"ARF\":4250,\"CRFT\":9},\"st\":\"6\",\"et\":\"96\"},{\"amount\":3750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":187.5,\"ARF\":3750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":5000,\"additionalFee\":100,\"fcs\":{\"CCF\":100,\"CCFT\":18,\"ACF\":5000,\"ACFT\":250},\"st\":\"6\",\"et\":\"96\"},{\"amount\":4500,\"additionalFee\":100,\"policyInfo\":\"\",\"fcs\":{\"CCF\":100,\"CCFT\":18,\"ACF\":4500,\"ACFT\":225},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9100,\"Tax\":3265.8,\"YQTax\":0,\"OtherCharges\":2794,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":460,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12365.8,\"PublishedFare\":12154,\"OfferedFare\":12154,\"CommissionEarned\":211.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8086529064_0JAIDXBSG57_300508271660129\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":211.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3265.8,\"BaseFareCal\":12154,\"BaseFare\":9100,\"CommissionEarned\":211.8,\"TDS\":-11.15,\"MF\":10,\"YQ\":0,\"AGST\":460,\"MFT\":1.8,\"OT\":2794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":211.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12154,\"CostToCustomer\":12154,\"BaseFareCal\":12154,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12154,\"intOfferedFare\":12154,\"intPublishFare\":12365.8,\"TripjackMarkup\":0,\"TripjackCommission\":211.8,\"TripjackTDS\":\"11.15\",\"AddiMarkup\":0,\"CommisionPass\":211.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"371\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-25T11:25\",\"SegFlightNumber\":\"SG-57\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-25T09:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"EB05\",\"Price\":4500,\"amount\":4500,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"EB10\",\"Price\":9000,\"amount\":9000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"VGSW\",\"Price\":445,\"amount\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"NVSW\",\"Price\":495,\"amount\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"12e0d-92617-a9d10-1dc15\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-13T18:04:45.696\",\"strTraceId\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR114375112086\",\"bookingId_TJ\":\"TJ114375112086\",\"FlightNumber\":\"SG-57\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"strTraceId\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:15\",\"ArrivalTime\":\"11:25\",\"TravelDate\":\"2023-10-25T09:15\",\"LocalFromTime\":\"2023-10-25 09:15\",\"FromUTCTime\":\"2023-10-25T09:15\",\"LocalToTime\":\"2023-10-25 11:25\",\"ToUTCTime\":\"2023-10-25T11:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":220,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12365.8,\"ApiResultIndex\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"12e0d-92617-a9d10-1dc15\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-13T18:04:45.696\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9100,\"Tax\":3265.8,\"YQTax\":0,\"OtherCharges\":2794,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":460,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12365.8,\"PublishedFare\":12154,\"OfferedFare\":12154,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3265.8,\"BaseFareCal\":12154,\"BaseFare\":9100,\"CommissionEarned\":211.8,\"TDS\":-11.15,\"MF\":10,\"YQ\":0,\"AGST\":460,\"MFT\":1.8,\"OT\":2794,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"371\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-25T11:25\",\"SegFlightNumber\":\"SG-57\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-25T09:15\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:15\",\"strArrivalDtTime\":\"11:25\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8086529064_0JAIDXBSG57_300465305102649\",\"localFromDateTime\":\"2023-10-25 09:15\",\"localToDateTime\":\"2023-10-25 11:25\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"JAI\",\"to\":\"DXB\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":12995,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"12e0d-92617-a9d10-1dc15\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DXB\"},\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"86368\",\"ServiceFee\":0,\"CriteriaValue\":12154,\"couponcode\":\"BEATO98\",\"TravelDate\":\"2023-10-25\",\"ProductType\":1}}','2023-10-13 18:06:08'),(1072,'3c02d-5ff59-fe79d-489dc','{\"BookingData\":[{\"bookingId\":\"BKR103575122882\",\"bookingId_TJ\":\"TJ103575122882\",\"FlightNumber\":\"I5-1543\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-11-30T12:10\",\"LocalFromTime\":\"2023-11-30 12:10\",\"FromUTCTime\":\"2023-11-30T12:10\",\"LocalToTime\":\"2023-11-30 14:10\",\"ToUTCTime\":\"2023-11-30T14:10\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 30 Nov\",\"ArrivalDateTxt\":\"Thu, 30 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7851.8,\"PublishedFareTxt\":\"7,852\",\"ApiResultIndex\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":250,\"ARFT\":12.5,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCFT\":9,\"CCF\":50,\"ACF\":1500},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCFT\":9,\"CCF\":50,\"ACF\":500},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6624,\"Tax\":1227.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":340,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7851.8,\"PublishedFare\":7702.19,\"OfferedFare\":7702.19,\"CommissionEarned\":149.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1891974560_0JAIHYDI51543_126790523377467\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":149.61,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1227.8,\"BaseFareCal\":7702.19,\"BaseFare\":6624,\"CommissionEarned\":149.61,\"TDS\":-7.87,\"MF\":10,\"YQ\":0,\"AGST\":340,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":149.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7702.19,\"CostToCustomer\":7702.19,\"BaseFareCal\":7702.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7702.19,\"intOfferedFare\":7702.19,\"intPublishFare\":7851.8,\"TripjackMarkup\":0,\"TripjackCommission\":149.61,\"TripjackTDS\":\"7.87\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":149.61,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"197\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-30T14:10\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-30T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VMMB\",\"Price\":600,\"amount\":600,\"Description\":\"Makai Matar with Tikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NGCB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Chicken Breast with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NCHB\",\"Price\":600,\"amount\":600,\"Description\":\"Chilli Chicken with Hakka Noodles\"},{\"Currency\":\"INR\",\"key\":\"197\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c02d-5ff59-fe79d-489dc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-13T20:19:30.308\",\"strTraceId\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103575122882\",\"bookingId_TJ\":\"TJ103575122882\",\"FlightNumber\":\"I5-1543\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"strTraceId\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-11-30T12:10\",\"LocalFromTime\":\"2023-11-30 12:10\",\"FromUTCTime\":\"2023-11-30T12:10\",\"LocalToTime\":\"2023-11-30 14:10\",\"ToUTCTime\":\"2023-11-30T14:10\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 30 Nov\",\"ArrivalDateTxt\":\"Thu, 30 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7851.8,\"ApiResultIndex\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"3c02d-5ff59-fe79d-489dc\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-13T20:19:30.308\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6624,\"Tax\":1227.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":340,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7851.8,\"PublishedFare\":7702.19,\"OfferedFare\":7702.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1227.8,\"BaseFareCal\":7702.19,\"BaseFare\":6624,\"CommissionEarned\":149.61,\"TDS\":-7.87,\"MF\":10,\"YQ\":0,\"AGST\":340,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"197\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-30T14:10\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-30T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-1891974560_0JAIHYDI51543_119791777718589\",\"localFromDateTime\":\"2023-11-30 12:10\",\"localToDateTime\":\"2023-11-30 14:10\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Hyderabad\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"30\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"JAI\",\"to\":\"HYD\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":12995,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3c02d-5ff59-fe79d-489dc\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-HYD\"}}','2023-10-13 20:17:58'),(1074,'de70b-8e0c3-1d7fe-645e7','{\"BookingData\":[{\"bookingId\":\"BKR107075129454\",\"bookingId_TJ\":\"TJ107075129454\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-22T23:20\",\"LocalFromTime\":\"2023-10-22 23:20\",\"FromUTCTime\":\"2023-10-22T23:20\",\"LocalToTime\":\"2023-10-23 00:10\",\"ToUTCTime\":\"2023-10-23T00:10\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 22 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2391.8,\"PublishedFareTxt\":\"2,392\",\"ApiResultIndex\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"CRFT\":9,\"CRF\":50,\"ARFT\":12.5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1424,\"Tax\":967.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":80,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2391.8,\"PublishedFare\":2340.99,\"OfferedFare\":2340.99,\"CommissionEarned\":50.81,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.67,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6752428691_0JAIDELI5769_129016247435205\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":50.81,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.8,\"BaseFareCal\":2340.99,\"BaseFare\":1424,\"CommissionEarned\":50.81,\"TDS\":-2.67,\"MF\":10,\"YQ\":0,\"AGST\":80,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.81,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2340.99,\"CostToCustomer\":2340.99,\"BaseFareCal\":2340.99,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2340.99,\"intOfferedFare\":2340.99,\"intPublishFare\":2391.8,\"TripjackMarkup\":0,\"TripjackCommission\":50.81,\"TripjackTDS\":\"2.67\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":50.81,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"257\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-23T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-22T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de70b-8e0c3-1d7fe-645e7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-13T22:08:30.815\",\"strTraceId\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107075129454\",\"bookingId_TJ\":\"TJ107075129454\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"strTraceId\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-22T23:20\",\"LocalFromTime\":\"2023-10-22 23:20\",\"FromUTCTime\":\"2023-10-22T23:20\",\"LocalToTime\":\"2023-10-23 00:10\",\"ToUTCTime\":\"2023-10-23T00:10\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 22 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2391.8,\"ApiResultIndex\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"de70b-8e0c3-1d7fe-645e7\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-13T22:08:30.815\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1424,\"Tax\":967.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":80,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2391.8,\"PublishedFare\":2340.99,\"OfferedFare\":2340.99,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.8,\"BaseFareCal\":2340.99,\"BaseFare\":1424,\"CommissionEarned\":50.81,\"TDS\":-2.67,\"MF\":10,\"YQ\":0,\"AGST\":80,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"257\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-23T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-22T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-6752428691_0JAIDELI5769_226103938789615\",\"localFromDateTime\":\"2023-10-22 23:20\",\"localToDateTime\":\"2023-10-23 00:10\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"22\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"JAI\",\"to\":\"DEL\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12995,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de70b-8e0c3-1d7fe-645e7\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DEL\"}}','2023-10-13 22:06:59'),(1075,'fa60a-672fc-3a10d-07844','{\"BookingData\":[{\"FlightNumber\":\"6E-6977\",\"keyIndex\":31,\"SegFlightNumberArr\":\"6E-6977\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6724266652_0JAIGOX6E6977_51581654086963\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-23T07:15\",\"LocalFromTime\":\"2023-11-23 07:15\",\"FromUTCTime\":\"2023-11-23T07:15\",\"LocalToTime\":\"2023-11-23 09:20\",\"ToUTCTime\":\"2023-11-23T09:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"37009\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5872,\"PublishedFareTxt\":\"5,872\",\"ApiResultIndex\":\"5-6724266652_0JAIGOX6E6977_51581654086963\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"fa60a-672fc-3a10d-07844\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4327,\"Tax\":1611.8,\"YQTax\":550,\"OtherCharges\":1050,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5938.8,\"PublishedFare\":5872,\"PublishedFarePerPax\":5872,\"OfferedFare\":5871.89,\"CommissionEarned\":66.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.52,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6724266652_0JAIGOX6E6977_51581654086963\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":66.91,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"JAI-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1611.8,\"BaseFareCal\":5871.89,\"BaseFare\":4327,\"CommissionEarned\":66.91,\"TDS\":-3.52,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":1050,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02I\"},\"Segments\":[{\"segmentid\":\"942\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-23T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-23T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00P\"},{\"keyIndex\":46,\"FlightNumber\":\"6E-6978\",\"SegFlightNumberArr\":\"6E-6978\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2023-11-27T09:55\",\"LocalFromTime\":\"2023-11-27 09:55\",\"FromUTCTime\":\"2023-11-27T09:55\",\"LocalToTime\":\"2023-11-27 12:15\",\"ToUTCTime\":\"2023-11-27T12:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"37009\",\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5879,\"PublishedFareTxt\":\"5,878\",\"ApiResultIndex\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"fa60a-672fc-3a10d-07844\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3980,\"Tax\":1961.8,\"YQTax\":550,\"OtherCharges\":1400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5941.8,\"PublishedFare\":5879,\"PublishedFarePerPax\":5879,\"OfferedFare\":5878.35,\"CommissionEarned\":63.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1961.8,\"BaseFareCal\":5878.35,\"BaseFare\":3980,\"CommissionEarned\":63.45,\"TDS\":-3.34,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":1400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"GOX-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0IX\"},\"Segments\":[{\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-27T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-27T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01J\"}],\"FlightBookingDataInbound\":{\"keyIndex\":46,\"FlightNumber\":\"6E-6978\",\"SegFlightNumberArr\":\"6E-6978\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2023-11-27T09:55\",\"LocalFromTime\":\"2023-11-27 09:55\",\"FromUTCTime\":\"2023-11-27T09:55\",\"LocalToTime\":\"2023-11-27 12:15\",\"ToUTCTime\":\"2023-11-27T12:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"37009\",\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5879,\"PublishedFareTxt\":\"5,878\",\"ApiResultIndex\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"fa60a-672fc-3a10d-07844\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3980,\"Tax\":1961.8,\"YQTax\":550,\"OtherCharges\":1400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5941.8,\"PublishedFare\":5879,\"PublishedFarePerPax\":5879,\"OfferedFare\":5878.35,\"CommissionEarned\":63.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6724266652_0GOXJAI6E6978_51581653810584\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1961.8,\"BaseFareCal\":5878.35,\"BaseFare\":3980,\"CommissionEarned\":63.45,\"TDS\":-3.34,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":1400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"GOX-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0IX\"},\"Segments\":[{\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-27T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-27T09:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01J\"}}','2023-10-13 22:30:38'),(1078,'35698-7b111-2c2b7-27f46','{\"BookingData\":[{\"bookingId\":\"BKR109375130755\",\"bookingId_TJ\":\"TJ109375130755\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-23T07:15\",\"LocalFromTime\":\"2023-11-23 07:15\",\"FromUTCTime\":\"2023-11-23T07:15\",\"LocalToTime\":\"2023-11-23 09:20\",\"ToUTCTime\":\"2023-11-23T09:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5938.8,\"PublishedFareTxt\":\"5,939\",\"ApiResultIndex\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4327,\"Tax\":1611.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":249,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5938.8,\"PublishedFare\":5871.89,\"OfferedFare\":5871.89,\"CommissionEarned\":66.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.52,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6108782226_0JAIGOX6E6977_140263917791851\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":66.91,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1611.8,\"BaseFareCal\":5871.89,\"BaseFare\":4327,\"CommissionEarned\":66.91,\"TDS\":-3.52,\"MF\":10,\"YQ\":550,\"AGST\":249,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5871.89,\"CostToCustomer\":5871.89,\"BaseFareCal\":5871.89,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5871.89,\"intOfferedFare\":5871.89,\"intPublishFare\":5938.8,\"TripjackMarkup\":0,\"TripjackCommission\":66.91,\"TripjackTDS\":\"3.52\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":66.91,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"72\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-23T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-23T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"72\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"35698-7b111-2c2b7-27f46\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-13T22:34:00.503\",\"strTraceId\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"2023-11-27 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109375130755\",\"bookingId_TJ\":\"TJ109375130755\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"strTraceId\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-23T07:15\",\"LocalFromTime\":\"2023-11-23 07:15\",\"FromUTCTime\":\"2023-11-23T07:15\",\"LocalToTime\":\"2023-11-23 09:20\",\"ToUTCTime\":\"2023-11-23T09:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11880.6,\"ApiResultIndex\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"35698-7b111-2c2b7-27f46\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-13T22:34:00.503\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8307,\"Tax\":3573.6,\"YQTax\":1100,\"OtherCharges\":1972,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":478,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11880.6,\"PublishedFare\":11750.240000000002,\"OfferedFare\":11750.240000000002,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3573.6,\"BaseFareCal\":11750.240000000002,\"BaseFare\":8307,\"CommissionEarned\":130.36,\"TDS\":-6.859999999999999,\"MF\":20,\"YQ\":1100,\"AGST\":478,\"MFT\":3.6,\"OT\":1972,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"72\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-23T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-23T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"73\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-27T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-27T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6108782226_0JAIGOX6E6977_39434158682805\",\"localFromDateTime\":\"2023-11-23 07:15\",\"localToDateTime\":\"2023-11-23 09:20\",\"strSourceAirportCode\":\"GOX\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR109375130755\",\"bookingId_TJ\":\"TJ109375130755\",\"FlightNumber\":\"6E-6978\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6108782226_0GOXJAI6E6978_39434158478880\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2023-11-27T09:55\",\"LocalFromTime\":\"2023-11-27 09:55\",\"FromUTCTime\":\"2023-11-27T09:55\",\"LocalToTime\":\"2023-11-27 12:15\",\"ToUTCTime\":\"2023-11-27T12:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5941.8,\"PublishedFareTxt\":\"5,942\",\"ApiResultIndex\":\"5-6108782226_0GOXJAI6E6978_39434158478880\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3980,\"Tax\":1961.8,\"YQTax\":550,\"OtherCharges\":1171,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":229,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5941.8,\"PublishedFare\":5878.35,\"OfferedFare\":5878.35,\"CommissionEarned\":63.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.34,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6108782226_1GOXJAI6E6978_140263920431324\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1961.8,\"BaseFareCal\":5878.35,\"BaseFare\":3980,\"CommissionEarned\":63.45,\"TDS\":-3.34,\"MF\":10,\"YQ\":550,\"AGST\":229,\"MFT\":1.8,\"OT\":1171,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5878.35,\"CostToCustomer\":5878.35,\"BaseFareCal\":5878.35,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5878.35,\"intOfferedFare\":5878.35,\"intPublishFare\":5941.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.45,\"TripjackTDS\":\"3.34\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.45,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"73\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-27T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-27T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"73\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"35698-7b111-2c2b7-27f46\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-13T22:34:00.503\",\"strTraceId\":\"5-6108782226_0GOXJAI6E6978_39434158478880\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"2023-11-27 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"North Goa\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOX\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"27\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOX\",\"from\":\"JAI\",\"to\":\"GOX\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"sourceCityId\":12995,\"destinationCityId\":37009,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"27\\/11\\/2023\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":\"2023-11-27\",\"SearchFlightTraceId\":\"35698-7b111-2c2b7-27f46\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-GOX-JAI\"}}','2023-10-13 22:32:28'),(1080,'03149-b83d8-db18c-7de77','{\"BookingData\":[{\"bookingId\":\"BKR108175132962\",\"bookingId_TJ\":\"TJ108175132962\",\"FlightNumber\":\"SG-3426\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-11-06T18:30\",\"LocalFromTime\":\"2023-11-06 18:30\",\"FromUTCTime\":\"2023-11-06T18:30\",\"LocalToTime\":\"2023-11-06 20:30\",\"ToUTCTime\":\"2023-11-06T20:30\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":26438,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"STV\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3986.8,\"PublishedFareTxt\":\"3,987\",\"ApiResultIndex\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"STV-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":167.5,\"ARF\":3350,\"CRFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCF\":50,\"CCFT\":9,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":1286.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":142,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3986.8,\"PublishedFare\":3920.46,\"OfferedFare\":3920.46,\"CommissionEarned\":66.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.49,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0846705913_0STVJAISG3426_59295829225811\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":66.34,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1286.8,\"BaseFareCal\":3920.46,\"BaseFare\":2700,\"CommissionEarned\":66.34,\"TDS\":-3.49,\"MF\":10,\"YQ\":0,\"AGST\":142,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3920.46,\"CostToCustomer\":3920.46,\"BaseFareCal\":3920.46,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3920.46,\"intOfferedFare\":3920.46,\"intPublishFare\":3986.8,\"TripjackMarkup\":0,\"TripjackCommission\":66.34,\"TripjackTDS\":\"3.49\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":66.34,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"187\",\"originAirportName\":\"Surat Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Surat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-06T20:30\",\"SegFlightNumber\":\"SG-3426\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"STV\",\"originDepTime\":\"2023-11-06T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"FPML\",\"Price\":395,\"amount\":395,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"03149-b83d8-db18c-7de77\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-13T23:22:33.722\",\"strTraceId\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"STV\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":26438,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108175132962\",\"bookingId_TJ\":\"TJ108175132962\",\"FlightNumber\":\"SG-3426\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"strTraceId\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-11-06T18:30\",\"LocalFromTime\":\"2023-11-06 18:30\",\"FromUTCTime\":\"2023-11-06T18:30\",\"LocalToTime\":\"2023-11-06 20:30\",\"ToUTCTime\":\"2023-11-06T20:30\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":26438,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"STV\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3986.8,\"ApiResultIndex\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"03149-b83d8-db18c-7de77\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-13T23:22:33.722\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":1286.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":142,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3986.8,\"PublishedFare\":3920.46,\"OfferedFare\":3920.46,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1286.8,\"BaseFareCal\":3920.46,\"BaseFare\":2700,\"CommissionEarned\":66.34,\"TDS\":-3.49,\"MF\":10,\"YQ\":0,\"AGST\":142,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"187\",\"originAirportName\":\"Surat Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Surat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-06T20:30\",\"SegFlightNumber\":\"SG-3426\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"STV\",\"originDepTime\":\"2023-11-06T18:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-0846705913_0STVJAISG3426_45596110266149\",\"localFromDateTime\":\"2023-11-06 18:30\",\"localToDateTime\":\"2023-11-06 20:30\",\"strSourceAirportCode\":\"STV\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":26438,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Surat\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"STV\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Surat, IN - Surat Airport STV, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"06\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Surat Airport STV\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"STV\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"STV\",\"to\":\"JAI\",\"sourceCityText\":\"Surat, IN - Surat Airport STV, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":26438,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"03149-b83d8-db18c-7de77\",\"PreferredAirline\":null,\"from_city_\":\"1__STV-JAI\"}}','2023-10-13 23:21:02'),(1082,'999f7-b61f7-fdb20-372c3','{\"BookingData\":[{\"bookingId\":\"BKR106475133785\",\"bookingId_TJ\":\"TJ106475133785\",\"FlightNumber\":\"UK-562\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-10-14T14:20\",\"LocalFromTime\":\"2023-10-14 14:20\",\"FromUTCTime\":\"2023-10-14T14:20\",\"LocalToTime\":\"2023-10-14 22:15\",\"ToUTCTime\":\"2023-10-14T22:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":260,\"LAYOVERDuration\":\"4h 20m\",\"FlyingMinutes\":475,\"DepartureDateTxt\":\"Sat, 14 Oct\",\"ArrivalDateTxt\":\"Sat, 14 Oct\",\"FlightDuration\":\"7h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7230.8,\"PublishedFareTxt\":\"7,231\",\"ApiResultIndex\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"26\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3150,\"ARFT\":157.5},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5948,\"Tax\":1282.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":310,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7230.8,\"PublishedFare\":6802.8,\"OfferedFare\":6802.8,\"CommissionEarned\":428,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-22.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-3666676717_0JAIBOMUK562BOMGOIUK843_57258178309028\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Lite\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":428,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1282.8,\"BaseFareCal\":6802.8,\"BaseFare\":5948,\"CommissionEarned\":428,\"TDS\":-22.53,\"MF\":10,\"YQ\":0,\"AGST\":310,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":428,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6802.8,\"CostToCustomer\":6802.8,\"BaseFareCal\":6802.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6802.8,\"intOfferedFare\":6802.8,\"intPublishFare\":7230.8,\"TripjackMarkup\":0,\"TripjackCommission\":428,\"TripjackTDS\":\"22.53\",\"AddiMarkup\":0,\"CommisionPass\":428,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"479\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-14T16:30\",\"SegFlightNumber\":\"UK-562\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-14T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"480\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-10-14T22:15\",\"SegFlightNumber\":\"UK-843\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-14T20:50\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"5KG\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"10KG\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"15KG\",\"Price\":7200,\"amount\":7200,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"20KG\",\"Price\":9600,\"amount\":9600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"25KG\",\"Price\":12000,\"amount\":12000,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"30KG\",\"Price\":14400,\"amount\":14400,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"35KG\",\"Price\":16800,\"amount\":16800,\"Weight\":\"35KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"45KG\",\"Price\":21600,\"amount\":21600,\"Weight\":\"45KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"50KG\",\"Price\":26400,\"amount\":26400,\"Weight\":\"50KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"65KG\",\"Price\":31200,\"amount\":31200,\"Weight\":\"65KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"77KG\",\"Price\":38400,\"amount\":38400,\"Weight\":\"77KG\"},{\"Currency\":\"INR\",\"key\":\"479\",\"Code\":\"90KG\",\"Price\":46000,\"amount\":46000,\"Weight\":\"90KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"999f7-b61f7-fdb20-372c3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-13T23:48:36.524\",\"strTraceId\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106475133785\",\"bookingId_TJ\":\"TJ106475133785\",\"FlightNumber\":\"UK-562\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"strTraceId\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2023-10-14T14:20\",\"LocalFromTime\":\"2023-10-14 14:20\",\"FromUTCTime\":\"2023-10-14T14:20\",\"LocalToTime\":\"2023-10-14 22:15\",\"ToUTCTime\":\"2023-10-14T22:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":260,\"LAYOVERDuration\":\"4h 20m\",\"FlyingMinutes\":475,\"DepartureDateTxt\":\"Sat, 14 Oct\",\"ArrivalDateTxt\":\"Sat, 14 Oct\",\"FlightDuration\":\"7h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7230.8,\"ApiResultIndex\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"999f7-b61f7-fdb20-372c3\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-13T23:48:36.524\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5948,\"Tax\":1282.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":310,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7230.8,\"PublishedFare\":6802.8,\"OfferedFare\":6802.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1282.8,\"BaseFareCal\":6802.8,\"BaseFare\":5948,\"CommissionEarned\":428,\"TDS\":-22.53,\"MF\":10,\"YQ\":0,\"AGST\":310,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"479\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-14T16:30\",\"SegFlightNumber\":\"UK-562\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-14T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"480\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-10-14T22:15\",\"SegFlightNumber\":\"UK-843\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-14T20:50\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-3666676717_13JAIBOMUK562BOMGOIUK843_58291844583152\",\"localFromDateTime\":\"2023-10-14 14:20\",\"localToDateTime\":\"2023-10-14 22:15\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"North Goa\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOX\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"departure_date\":\"14\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOX\",\"from\":\"JAI\",\"to\":\"GOX\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"sourceCityId\":12995,\"destinationCityId\":37009,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"999f7-b61f7-fdb20-372c3\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOX\"}}','2023-10-13 23:47:04'),(1084,'cc77e-d247f-135a5-4b43a','{\"BookingData\":[{\"bookingId\":\"BKR106575134532\",\"bookingId_TJ\":\"TJ106575134532\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2024-01-19T06:45\",\"LocalFromTime\":\"2024-01-19 06:45\",\"FromUTCTime\":\"2024-01-19T06:45\",\"LocalToTime\":\"2024-01-19 08:25\",\"ToUTCTime\":\"2024-01-19T08:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 19 Jan\",\"ArrivalDateTxt\":\"Fri, 19 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3929.8,\"PublishedFareTxt\":\"3,930\",\"ApiResultIndex\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BHO\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"ARFT\":22.45,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":74.95,\"CCF\":50,\"ACF\":1499,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":24.95,\"CCF\":50,\"ACF\":499,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2664,\"Tax\":1265.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":153,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3929.8,\"PublishedFare\":3879.48,\"OfferedFare\":3879.48,\"CommissionEarned\":50.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6793035130_0JAIBHO6E7469_56166711207487\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":50.32,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1265.8,\"BaseFareCal\":3879.48,\"BaseFare\":2664,\"CommissionEarned\":50.32,\"TDS\":-2.65,\"MF\":10,\"YQ\":300,\"AGST\":153,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.32,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3879.48,\"CostToCustomer\":3879.48,\"BaseFareCal\":3879.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3879.48,\"intOfferedFare\":3879.48,\"intPublishFare\":3929.8,\"TripjackMarkup\":0,\"TripjackCommission\":50.32,\"TripjackTDS\":\"2.65\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":50.32,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"696\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2024-01-19T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-01-19T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"696\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"cc77e-d247f-135a5-4b43a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T00:18:23.045\",\"strTraceId\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106575134532\",\"bookingId_TJ\":\"TJ106575134532\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"strTraceId\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2024-01-19T06:45\",\"LocalFromTime\":\"2024-01-19 06:45\",\"FromUTCTime\":\"2024-01-19T06:45\",\"LocalToTime\":\"2024-01-19 08:25\",\"ToUTCTime\":\"2024-01-19T08:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 19 Jan\",\"ArrivalDateTxt\":\"Fri, 19 Jan\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3929.8,\"ApiResultIndex\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"cc77e-d247f-135a5-4b43a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T00:18:23.045\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2664,\"Tax\":1265.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":153,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3929.8,\"PublishedFare\":3879.48,\"OfferedFare\":3879.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1265.8,\"BaseFareCal\":3879.48,\"BaseFare\":2664,\"CommissionEarned\":50.32,\"TDS\":-2.65,\"MF\":10,\"YQ\":300,\"AGST\":153,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"696\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2024-01-19T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-01-19T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6793035130_1JAIBHO6E7469_45339549593308\",\"localFromDateTime\":\"2024-01-19 06:45\",\"localToDateTime\":\"2024-01-19 08:25\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bhopal\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BHO\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"departure_date\":\"19\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Raja Bhoj Arpt BHO\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BHO\",\"from\":\"JAI\",\"to\":\"BHO\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"sourceCityId\":12995,\"destinationCityId\":3139,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"cc77e-d247f-135a5-4b43a\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BHO\"}}','2023-10-14 00:16:51'),(1086,'d5d72-8be9d-3bfa8-ef30d','{\"BookingData\":[{\"bookingId\":\"BKR106875140377\",\"bookingId_TJ\":\"TJ106875140377\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-14T07:15\",\"LocalFromTime\":\"2023-12-14 07:15\",\"FromUTCTime\":\"2023-12-14T07:15\",\"LocalToTime\":\"2023-12-14 09:20\",\"ToUTCTime\":\"2023-12-14T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 14 Dec\",\"ArrivalDateTxt\":\"Thu, 14 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13381.6,\"PublishedFareTxt\":\"13,382\",\"ApiResultIndex\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10086,\"Tax\":3295.6,\"YQTax\":1100,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":570,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13381.6,\"PublishedFare\":13233.5,\"OfferedFare\":13233.5,\"CommissionEarned\":148.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.8,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9869674063_0JAIGOX6E6977_9822429306823\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":148.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3295.6,\"BaseFareCal\":13233.5,\"BaseFare\":10086,\"CommissionEarned\":148.1,\"TDS\":-7.8,\"MF\":20,\"YQ\":1100,\"AGST\":570,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":148.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13233.5,\"CostToCustomer\":13233.5,\"BaseFareCal\":13233.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13233.5,\"intOfferedFare\":13233.5,\"intPublishFare\":13381.6,\"TripjackMarkup\":0,\"TripjackCommission\":148.1,\"TripjackTDS\":\"7.8\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":148.1,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"42\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-14T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-14T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d5d72-8be9d-3bfa8-ef30d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T09:01:58.742\",\"strTraceId\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106875140377\",\"bookingId_TJ\":\"TJ106875140377\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"strTraceId\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-14T07:15\",\"LocalFromTime\":\"2023-12-14 07:15\",\"FromUTCTime\":\"2023-12-14T07:15\",\"LocalToTime\":\"2023-12-14 09:20\",\"ToUTCTime\":\"2023-12-14T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 14 Dec\",\"ArrivalDateTxt\":\"Thu, 14 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13381.6,\"ApiResultIndex\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d5d72-8be9d-3bfa8-ef30d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T09:01:58.742\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10086,\"Tax\":3295.6,\"YQTax\":1100,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":570,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13381.6,\"PublishedFare\":13233.5,\"OfferedFare\":13233.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3295.6,\"BaseFareCal\":13233.5,\"BaseFare\":10086,\"CommissionEarned\":148.1,\"TDS\":-7.8,\"MF\":20,\"YQ\":1100,\"AGST\":570,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"42\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-14T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-14T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9869674063_0JAIGOX6E6977_89177877421802\",\"localFromDateTime\":\"2023-12-14 07:15\",\"localToDateTime\":\"2023-12-14 09:20\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"North Goa\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOX\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"departure_date\":\"14\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOX\",\"from\":\"JAI\",\"to\":\"GOX\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"sourceCityId\":12995,\"destinationCityId\":37009,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d5d72-8be9d-3bfa8-ef30d\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOX\"}}','2023-10-14 09:00:26'),(1087,'da88e-4669f-d07cd-dcedb','{\"BookingData\":[{\"FlightNumber\":\"UK-833\",\"keyIndex\":5,\"SegFlightNumberArr\":\"UK-833\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0603350028_5DELMAAUK833_7303933044496\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2023-10-21T07:25\",\"LocalFromTime\":\"2023-10-21 07:25\",\"FromUTCTime\":\"2023-10-21T07:25\",\"LocalToTime\":\"2023-10-21 10:20\",\"ToUTCTime\":\"2023-10-21T10:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13306,\"PublishedFareTxt\":\"13,306\",\"ApiResultIndex\":\"32-21-10-15-2-0603350028_5DELMAAUK833_7303933044496\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"da88e-4669f-d07cd-dcedb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12104,\"Tax\":1875.6,\"YQTax\":0,\"OtherCharges\":974,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":618,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13979.6,\"PublishedFare\":13306,\"PublishedFarePerPax\":6653,\"OfferedFare\":13305.56,\"CommissionEarned\":674.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-35.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-0603350028_5DELMAAUK833_7303933044496\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":674.04,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1875.6,\"BaseFareCal\":13305.56,\"BaseFare\":12104,\"CommissionEarned\":674.04,\"TDS\":-35.48,\"MF\":20,\"YQ\":0,\"AGST\":618,\"MFT\":3.6,\"OT\":974,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0AS\"},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-21T10:20\",\"SegFlightNumber\":\"UK-833\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-21T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00W\"},{\"keyIndex\":4,\"FlightNumber\":\"UK-838\",\"SegFlightNumberArr\":\"UK-838\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932845023\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:05\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-10-23T21:05\",\"LocalFromTime\":\"2023-10-23 21:05\",\"FromUTCTime\":\"2023-10-23T21:05\",\"LocalToTime\":\"2023-10-24 00:05\",\"ToUTCTime\":\"2023-10-24T00:05\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13404,\"PublishedFareTxt\":\"13,404\",\"ApiResultIndex\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932840479\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"da88e-4669f-d07cd-dcedb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11730,\"Tax\":2053.6,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13783.6,\"PublishedFare\":13404,\"PublishedFarePerPax\":6702,\"OfferedFare\":13403.6,\"CommissionEarned\":380,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932845023\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Lite\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2053.6,\"BaseFareCal\":13403.6,\"BaseFare\":11730,\"CommissionEarned\":380,\"TDS\":-20,\"MF\":20,\"YQ\":0,\"AGST\":600,\"MFT\":3.6,\"OT\":1170,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}}},\"$$hashKey\":\"17J\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-24T00:05\",\"SegFlightNumber\":\"UK-838\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-23T21:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:05\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"176\"}],\"FlightBookingDataInbound\":{\"keyIndex\":4,\"FlightNumber\":\"UK-838\",\"SegFlightNumberArr\":\"UK-838\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932845023\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:05\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-10-23T21:05\",\"LocalFromTime\":\"2023-10-23 21:05\",\"FromUTCTime\":\"2023-10-23T21:05\",\"LocalToTime\":\"2023-10-24 00:05\",\"ToUTCTime\":\"2023-10-24T00:05\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13404,\"PublishedFareTxt\":\"13,404\",\"ApiResultIndex\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932840479\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"da88e-4669f-d07cd-dcedb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11730,\"Tax\":2053.6,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13783.6,\"PublishedFare\":13404,\"PublishedFarePerPax\":6702,\"OfferedFare\":13403.6,\"CommissionEarned\":380,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-20,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-0603350028_4MAADELUK838_7303932845023\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Lite\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2053.6,\"BaseFareCal\":13403.6,\"BaseFare\":11730,\"CommissionEarned\":380,\"TDS\":-20,\"MF\":20,\"YQ\":0,\"AGST\":600,\"MFT\":3.6,\"OT\":1170,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}}},\"$$hashKey\":\"17J\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-24T00:05\",\"SegFlightNumber\":\"UK-838\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-23T21:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:05\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"176\"}}','2023-10-14 10:18:54'),(1088,'2f638-8c93f-de838-4280e','{\"BookingData\":[{\"FlightNumber\":\"UK-833\",\"keyIndex\":1,\"SegFlightNumberArr\":\"UK-833\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8554009355_1DELMAAUK833_95690243288872\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2023-10-21T07:25\",\"LocalFromTime\":\"2023-10-21 07:25\",\"FromUTCTime\":\"2023-10-21T07:25\",\"LocalToTime\":\"2023-10-21 10:20\",\"ToUTCTime\":\"2023-10-21T10:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13358,\"PublishedFareTxt\":\"13,358\",\"ApiResultIndex\":\"32-21-10-15-2-8554009355_1DELMAAUK833_95690243288872\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2f638-8c93f-de838-4280e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12154,\"Tax\":1878.6,\"YQTax\":0,\"OtherCharges\":974,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":621,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":14032.6,\"PublishedFare\":13358,\"PublishedFarePerPax\":6679,\"OfferedFare\":13357.38,\"CommissionEarned\":675.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-35.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8554009355_1DELMAAUK833_95690243288872\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":675.22,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1878.6,\"BaseFareCal\":13357.38,\"BaseFare\":12154,\"CommissionEarned\":675.22,\"TDS\":-35.54,\"MF\":20,\"YQ\":0,\"AGST\":621,\"MFT\":3.6,\"OT\":974,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"09W\"},\"Segments\":[{\"segmentid\":\"476\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-21T10:20\",\"SegFlightNumber\":\"UK-833\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-21T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00Q\"},{\"keyIndex\":12,\"FlightNumber\":\"6E-2014\",\"SegFlightNumberArr\":\"6E-2014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-10-23T20:20\",\"LocalFromTime\":\"2023-10-23 20:20\",\"FromUTCTime\":\"2023-10-23T20:20\",\"LocalToTime\":\"2023-10-23 23:10\",\"ToUTCTime\":\"2023-10-23T23:10\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12548,\"PublishedFareTxt\":\"12,548\",\"ApiResultIndex\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"2f638-8c93f-de838-4280e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9450,\"Tax\":3239.6,\"YQTax\":1300,\"OtherCharges\":1916,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12689.6,\"PublishedFare\":12548,\"PublishedFarePerPax\":6274,\"OfferedFare\":12547.84,\"CommissionEarned\":141.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3239.6,\"BaseFareCal\":12547.84,\"BaseFare\":9450,\"CommissionEarned\":141.76,\"TDS\":-7.46,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1916,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0Q4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-23T23:10\",\"SegFlightNumber\":\"6E-2014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-23T20:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01K\"}],\"FlightBookingDataInbound\":{\"keyIndex\":12,\"FlightNumber\":\"6E-2014\",\"SegFlightNumberArr\":\"6E-2014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2023-10-23T20:20\",\"LocalFromTime\":\"2023-10-23 20:20\",\"FromUTCTime\":\"2023-10-23T20:20\",\"LocalToTime\":\"2023-10-23 23:10\",\"ToUTCTime\":\"2023-10-23T23:10\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12548,\"PublishedFareTxt\":\"12,548\",\"ApiResultIndex\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"2f638-8c93f-de838-4280e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9450,\"Tax\":3239.6,\"YQTax\":1300,\"OtherCharges\":1916,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12689.6,\"PublishedFare\":12548,\"PublishedFarePerPax\":6274,\"OfferedFare\":12547.84,\"CommissionEarned\":141.76,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8554009355_7MAADEL6E2014_95678585665441\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3239.6,\"BaseFareCal\":12547.84,\"BaseFare\":9450,\"CommissionEarned\":141.76,\"TDS\":-7.46,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1916,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0Q4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-23T23:10\",\"SegFlightNumber\":\"6E-2014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-23T20:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01K\"}}','2023-10-14 10:22:31'),(1090,'aa66e-78a96-aef2d-fcec4','{\"BookingData\":[{\"bookingId\":\"BKR101475161945\",\"bookingId_TJ\":\"TJ101475161945\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-10-31T06:45\",\"LocalFromTime\":\"2023-10-31 06:45\",\"FromUTCTime\":\"2023-10-31T06:45\",\"LocalToTime\":\"2023-10-31 08:25\",\"ToUTCTime\":\"2023-10-31T08:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3708.8,\"PublishedFareTxt\":\"3,709\",\"ApiResultIndex\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BHO\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BHO-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2453,\"Tax\":1255.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":143,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3708.8,\"PublishedFare\":3660.58,\"OfferedFare\":3660.58,\"CommissionEarned\":48.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3075913326_0JAIBHO6E7469_10263421503897\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":48.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1255.8,\"BaseFareCal\":3660.58,\"BaseFare\":2453,\"CommissionEarned\":48.22,\"TDS\":-2.54,\"MF\":10,\"YQ\":300,\"AGST\":143,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3660.58,\"CostToCustomer\":3660.58,\"BaseFareCal\":3660.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3660.58,\"intOfferedFare\":3660.58,\"intPublishFare\":3708.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.22,\"TripjackTDS\":\"2.54\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":48.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"828\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-10-31T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-31T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"828\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"aa66e-78a96-aef2d-fcec4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T14:09:17.854\",\"strTraceId\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"2023-10-31 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101475161945\",\"bookingId_TJ\":\"TJ101475161945\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"strTraceId\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-10-31T06:45\",\"LocalFromTime\":\"2023-10-31 06:45\",\"FromUTCTime\":\"2023-10-31T06:45\",\"LocalToTime\":\"2023-10-31 08:25\",\"ToUTCTime\":\"2023-10-31T08:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7644.6,\"ApiResultIndex\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"aa66e-78a96-aef2d-fcec4\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T14:09:17.854\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4806,\"Tax\":2838.6,\"YQTax\":600,\"OtherCharges\":1934,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":281,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7644.6,\"PublishedFare\":7549.16,\"OfferedFare\":7549.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2838.6,\"BaseFareCal\":7549.16,\"BaseFare\":4806,\"CommissionEarned\":95.44,\"TDS\":-5.03,\"MF\":20,\"YQ\":600,\"AGST\":281,\"MFT\":3.6,\"OT\":1934,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"828\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-10-31T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-31T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"829\",\"originAirportName\":\"Raja Bhoj Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bhopal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T13:25\",\"SegFlightNumber\":\"6E-7149\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BHO\",\"originDepTime\":\"2023-10-31T12:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:05\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3075913326_0JAIBHO6E7469_100442811195836\",\"localFromDateTime\":\"2023-10-31 06:45\",\"localToDateTime\":\"2023-10-31 08:25\",\"strSourceAirportCode\":\"BHO\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR101475161945\",\"bookingId_TJ\":\"TJ101475161945\",\"FlightNumber\":\"6E-7149\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3075913326_0BHOJAI6E7149_100442810943507\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:05\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2023-10-31T12:05\",\"LocalFromTime\":\"2023-10-31 12:05\",\"FromUTCTime\":\"2023-10-31T12:05\",\"LocalToTime\":\"2023-10-31 13:25\",\"ToUTCTime\":\"2023-10-31T13:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"BHO\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3935.8,\"PublishedFareTxt\":\"3,936\",\"ApiResultIndex\":\"5-3075913326_0BHOJAI6E7149_100442810943507\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BHO\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"BHO-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2353,\"Tax\":1582.8,\"YQTax\":300,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":138,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3935.8,\"PublishedFare\":3888.58,\"OfferedFare\":3888.58,\"CommissionEarned\":47.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.49,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3075913326_1BHOJAI6E7149_10263422398076\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":47.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1582.8,\"BaseFareCal\":3888.58,\"BaseFare\":2353,\"CommissionEarned\":47.22,\"TDS\":-2.49,\"MF\":10,\"YQ\":300,\"AGST\":138,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":47.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3888.58,\"CostToCustomer\":3888.58,\"BaseFareCal\":3888.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3888.58,\"intOfferedFare\":3888.58,\"intPublishFare\":3935.8,\"TripjackMarkup\":0,\"TripjackCommission\":47.22,\"TripjackTDS\":\"2.49\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":47.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"829\",\"originAirportName\":\"Raja Bhoj Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bhopal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T13:25\",\"SegFlightNumber\":\"6E-7149\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BHO\",\"originDepTime\":\"2023-10-31T12:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:05\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"829\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"aa66e-78a96-aef2d-fcec4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T14:09:17.854\",\"strTraceId\":\"5-3075913326_0BHOJAI6E7149_100442810943507\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"2023-10-31 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bhopal\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BHO\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"departure_date\":\"31\\/10\\/2023\",\"return_date\":\"31\\/10\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Raja Bhoj Arpt BHO\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BHO\",\"from\":\"JAI\",\"to\":\"BHO\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"sourceCityId\":12995,\"destinationCityId\":3139,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/10\\/2023\",\"return_dates\":\"31\\/10\\/2023\",\"strDepatureDate\":\"2023-10-31\",\"strReturnDate\":\"2023-10-31\",\"SearchFlightTraceId\":\"aa66e-78a96-aef2d-fcec4\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-BHO-JAI\"}}','2023-10-14 14:07:46'),(1092,'424a3-73819-3b9a5-dbb02','{\"BookingData\":[{\"bookingId\":\"BKR101475162044\",\"bookingId_TJ\":\"TJ101475162044\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-10-31T06:45\",\"LocalFromTime\":\"2023-10-31 06:45\",\"FromUTCTime\":\"2023-10-31T06:45\",\"LocalToTime\":\"2023-10-31 08:25\",\"ToUTCTime\":\"2023-10-31T08:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3708.8,\"PublishedFareTxt\":\"3,709\",\"ApiResultIndex\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BHO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2453,\"Tax\":1255.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":143,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3708.8,\"PublishedFare\":3660.58,\"OfferedFare\":3660.58,\"CommissionEarned\":48.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9075030775_0JAIBHO6E7469_12860600109509\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":48.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1255.8,\"BaseFareCal\":3660.58,\"BaseFare\":2453,\"CommissionEarned\":48.22,\"TDS\":-2.54,\"MF\":10,\"YQ\":300,\"AGST\":143,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3660.58,\"CostToCustomer\":3660.58,\"BaseFareCal\":3660.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3660.58,\"intOfferedFare\":3660.58,\"intPublishFare\":3708.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.22,\"TripjackTDS\":\"2.54\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":48.22,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"800\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-10-31T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-31T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"800\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"424a3-73819-3b9a5-dbb02\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T14:10:35.329\",\"strTraceId\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101475162044\",\"bookingId_TJ\":\"TJ101475162044\",\"FlightNumber\":\"6E-7469\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"strTraceId\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-10-31T06:45\",\"LocalFromTime\":\"2023-10-31 06:45\",\"FromUTCTime\":\"2023-10-31T06:45\",\"LocalToTime\":\"2023-10-31 08:25\",\"ToUTCTime\":\"2023-10-31T08:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3708.8,\"ApiResultIndex\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"424a3-73819-3b9a5-dbb02\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T14:10:35.329\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2453,\"Tax\":1255.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":143,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3708.8,\"PublishedFare\":3660.58,\"OfferedFare\":3660.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1255.8,\"BaseFareCal\":3660.58,\"BaseFare\":2453,\"CommissionEarned\":48.22,\"TDS\":-2.54,\"MF\":10,\"YQ\":300,\"AGST\":143,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"800\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-10-31T08:25\",\"SegFlightNumber\":\"6E-7469\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-31T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9075030775_0JAIBHO6E7469_103932408997056\",\"localFromDateTime\":\"2023-10-31 06:45\",\"localToDateTime\":\"2023-10-31 08:25\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bhopal\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BHO\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"departure_date\":\"31\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Raja Bhoj Arpt BHO\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BHO\",\"from\":\"JAI\",\"to\":\"BHO\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"sourceCityId\":12995,\"destinationCityId\":3139,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"424a3-73819-3b9a5-dbb02\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BHO\"}}','2023-10-14 14:09:03'),(1094,'3cfaf-90068-17686-9c400','{\"BookingData\":[{\"bookingId\":\"BKR115075172517\",\"bookingId_TJ\":\"TJ115075172517\",\"FlightNumber\":\"AI-612\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-12-22T13:55\",\"LocalFromTime\":\"2023-12-22 13:55\",\"FromUTCTime\":\"2023-12-22T13:55\",\"LocalToTime\":\"2023-12-23 13:45\",\"ToUTCTime\":\"2023-12-23T13:45\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1340,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Sat, 23 Dec\",\"FlightDuration\":\"23h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":21313,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNH\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":136095,\"Tax\":30691.6,\"YQTax\":11654,\"OtherCharges\":7563,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":7581,\"CarrierMiscFee\":3870,\"MUFee\":0,\"intPublishedFare\":166786.59999999998,\"PublishedFare\":166786.59999999998,\"OfferedFare\":223.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2629549064_1PNHBKKLQ670BKKBOMAI331BOMJAIAI611_20836625455601\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Flexible Economy\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":166786.6,\"oldFare\":170115.6,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":30691.6,\"BaseFareCal\":166786.59999999998,\"BaseFare\":136095,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":11654,\"AGST\":7581,\"MFT\":3.6,\"OT\":7563,\"MU\":0,\"YR\":3870,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"194\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-22T15:50\",\"SegFlightNumber\":\"AI-612\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Y\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-22T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":595,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"9h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"195\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-12-23T07:20\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Y\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-23T01:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":245,\"GroundTime\":310,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:45\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"5h 10m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"196\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Phnom Penh Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phnom Penh\",\"destinationCountryName\":\"Cambodia\",\"destinationAirportCode\":\"PNH\",\"destinationArrTime\":\"2023-12-23T13:45\",\"SegFlightNumber\":\"LQ-671\",\"AirlineCode\":\"LQ\",\"AirlineName\":\"Air Guinea Cargo\",\"FareClass\":\"Y\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-12-23T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3cfaf-90068-17686-9c400\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-22 12:00\",\"localToDateTime\":\"2024-01-02 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNH\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":21313,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115075172517\",\"bookingId_TJ\":\"TJ115075172517\",\"FlightNumber\":\"AI-612\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"strTraceId\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"13:45\",\"TravelDate\":\"2023-12-22T13:55\",\"LocalFromTime\":\"2023-12-22 13:55\",\"FromUTCTime\":\"2023-12-22T13:55\",\"LocalToTime\":\"2023-12-23 13:45\",\"ToUTCTime\":\"2023-12-23T13:45\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":905,\"LAYOVERDuration\":\"15h 5m\",\"FlyingMinutes\":1340,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Sat, 23 Dec\",\"FlightDuration\":\"23h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":21313,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNH\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":166786.59999999998,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"3cfaf-90068-17686-9c400\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":136095,\"Tax\":30691.6,\"YQTax\":11654,\"OtherCharges\":7563,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":7581,\"CarrierMiscFee\":3870,\"MUFee\":0,\"intPublishedFare\":166786.59999999998,\"PublishedFare\":166786.59999999998,\"OfferedFare\":223.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-2629549064_1PNHBKKLQ670BKKBOMAI331BOMJAIAI611_20836625455601\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Flexible Economy\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":166786.6,\"oldFare\":170115.6,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":30691.6,\"BaseFareCal\":166786.59999999998,\"BaseFare\":136095,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":11654,\"AGST\":7581,\"MFT\":3.6,\"OT\":7563,\"MU\":0,\"YR\":3870,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"194\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-22T15:50\",\"SegFlightNumber\":\"AI-612\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Y\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-22T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":595,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"9h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"195\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-12-23T07:20\",\"SegFlightNumber\":\"AI-330\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Y\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-23T01:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":245,\"GroundTime\":310,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:45\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":\"5h 10m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"196\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Phnom Penh Intl Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Phnom Penh\",\"destinationCountryName\":\"Cambodia\",\"destinationAirportCode\":\"PNH\",\"destinationArrTime\":\"2023-12-23T13:45\",\"SegFlightNumber\":\"LQ-671\",\"AirlineCode\":\"LQ\",\"AirlineName\":\"Air Guinea Cargo\",\"FareClass\":\"Y\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-12-23T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],[{\"segmentid\":\"197\",\"originAirportName\":\"Phnom Penh Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Phnom Penh\",\"originCountryName\":\"Cambodia\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-02T11:35\",\"SegFlightNumber\":\"LQ-670\",\"AirlineCode\":\"LQ\",\"AirlineName\":\"Air Guinea Cargo\",\"FareClass\":\"V\",\"originAirportCode\":\"PNH\",\"originDepTime\":\"2024-01-02T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"198\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-02T21:45\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-01-02T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":815,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"13h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"199\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-03T13:15\",\"SegFlightNumber\":\"AI-611\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-03T11:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-2629549064_0JAIBOMAI612BOMBKKAI330BKKPNHLQ671PNHBKKLQ670BKKBOMAI331BOMJAIAI611_22957675468069\",\"localFromDateTime\":\"2023-12-22 13:55\",\"localToDateTime\":\"2023-12-23 13:45\",\"strSourceAirportCode\":\"PNH\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":21313,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR115075172517\",\"bookingId_TJ\":\"TJ115075172517\",\"FlightNumber\":\"LQ-670\",\"AirlineName\":\"Air Guinea Cargo\",\"AirlineCode\":\"LQ\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"0\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"13:15\",\"TravelDate\":\"2024-01-02T10:20\",\"LocalFromTime\":\"2024-01-02 10:20\",\"FromUTCTime\":\"2024-01-02T10:20\",\"LocalToTime\":\"2024-01-03 13:15\",\"ToUTCTime\":\"2024-01-03T13:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Bangkok\",\"GroundTime\":1245,\"LAYOVERDuration\":\"20h 45m\",\"FlyingMinutes\":1705,\"DepartureDateTxt\":\"Tue, 02 Jan\",\"ArrivalDateTxt\":\"Wed, 03 Jan\",\"FlightDuration\":\"26h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":21313,\"SourceAirportCode\":\"PNH\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"197\",\"originAirportName\":\"Phnom Penh Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Phnom Penh\",\"originCountryName\":\"Cambodia\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-02T11:35\",\"SegFlightNumber\":\"LQ-670\",\"AirlineCode\":\"LQ\",\"AirlineName\":\"Air Guinea Cargo\",\"FareClass\":\"V\",\"originAirportCode\":\"PNH\",\"originDepTime\":\"2024-01-02T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Bangkok\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"198\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-02T21:45\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-01-02T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":815,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"13h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"199\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-03T13:15\",\"SegFlightNumber\":\"AI-611\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-03T11:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3cfaf-90068-17686-9c400\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":15,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-22 12:00\",\"localToDateTime\":\"2024-01-02 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNH\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":21313,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Phnom Penh\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNH\",\"ContSysId\":\"37\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Phnom Penh, KH - Phnom Penh Intl Arpt PNH, Cambodia\",\"departure_date\":\"22\\/12\\/2023\",\"return_date\":\"02\\/01\\/2024\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" KH - Phnom Penh Intl Arpt PNH\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"PNH\",\"from\":\"JAI\",\"to\":\"PNH\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Phnom Penh, KH - Phnom Penh Intl Arpt PNH, Cambodia\",\"sourceCityId\":12995,\"destinationCityId\":21313,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/12\\/2023\",\"return_dates\":\"02\\/01\\/2024\",\"strDepatureDate\":\"2023-12-22\",\"strReturnDate\":\"2024-01-02\",\"SearchFlightTraceId\":\"3cfaf-90068-17686-9c400\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-PNH-JAI\"}}','2023-10-14 16:40:01'),(1096,'c4a53-59e36-c1b7b-3346c','{\"BookingData\":[{\"bookingId\":\"BKR106975173724\",\"bookingId_TJ\":\"TJ106975173724\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-26T23:20\",\"LocalFromTime\":\"2023-10-26 23:20\",\"FromUTCTime\":\"2023-10-26T23:20\",\"LocalToTime\":\"2023-10-27 00:10\",\"ToUTCTime\":\"2023-10-27T00:10\",\"IsDirect\":0,\"FareClass\":\"HF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2759.8,\"PublishedFareTxt\":\"2,760\",\"ApiResultIndex\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 Hrs of scheduled departure, only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":1500,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":1500,\"ARFT\":75},\"st\":\"4\",\"et\":\"96\"},{\"amount\":0,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":0,\"ARFT\":0},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACF\":1500,\"CCFT\":9,\"ACFT\":75,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seats (50% off on 1st to 5th, 12th, and 14th Row seat)*\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1774,\"Tax\":985.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2759.8,\"PublishedFare\":2702.34,\"OfferedFare\":2702.34,\"CommissionEarned\":57.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-4089489914_0JAIDELI5769_105814061623470\",\"IsGSTRequired\":false,\"fareIdentifier\":\"VISTA FLEX\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.46,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":985.8,\"BaseFareCal\":2702.34,\"BaseFare\":1774,\"CommissionEarned\":57.46,\"TDS\":-3.02,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2702.34,\"CostToCustomer\":2702.34,\"BaseFareCal\":2702.34,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2702.34,\"intOfferedFare\":2702.34,\"intPublishFare\":2759.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.46,\"TripjackTDS\":\"3.02\",\"AddiMarkup\":0,\"CommisionPass\":57.46,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"837\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"HF\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-26T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"VSDF\",\"Price\":0,\"amount\":0,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"VHRF\",\"Price\":0,\"amount\":0,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"VFPF\",\"Price\":0,\"amount\":0,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"837\",\"Code\":\"NCJF\",\"Price\":0,\"amount\":0,\"Description\":\"Chicken Junglee Sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c4a53-59e36-c1b7b-3346c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-14T16:59:49.531\",\"strTraceId\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106975173724\",\"bookingId_TJ\":\"TJ106975173724\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"strTraceId\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-26T23:20\",\"LocalFromTime\":\"2023-10-26 23:20\",\"FromUTCTime\":\"2023-10-26T23:20\",\"LocalToTime\":\"2023-10-27 00:10\",\"ToUTCTime\":\"2023-10-27T00:10\",\"IsDirect\":0,\"FareClass\":\"HF\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"0h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2759.8,\"ApiResultIndex\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"c4a53-59e36-c1b7b-3346c\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-14T16:59:49.531\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1774,\"Tax\":985.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2759.8,\"PublishedFare\":2702.34,\"OfferedFare\":2702.34,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":985.8,\"BaseFareCal\":2702.34,\"BaseFare\":1774,\"CommissionEarned\":57.46,\"TDS\":-3.02,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"837\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"HF\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-26T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-4089489914_0JAIDELI5769_35394343123748\",\"localFromDateTime\":\"2023-10-26 23:20\",\"localToDateTime\":\"2023-10-27 00:10\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"26\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"JAI\",\"to\":\"DEL\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12995,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-26\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c4a53-59e36-c1b7b-3346c\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DEL\"}}','2023-10-14 16:58:18'),(1098,'e4ea5-4cb1e-7378b-031a1','{\"BookingData\":[{\"bookingId\":\"BKR103575184965\",\"bookingId_TJ\":\"TJ103575184965\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:40\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-06T12:40\",\"LocalFromTime\":\"2023-11-06 12:40\",\"FromUTCTime\":\"2023-11-06T12:40\",\"LocalToTime\":\"2023-11-06 15:35\",\"ToUTCTime\":\"2023-11-06T15:35\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5970.8,\"PublishedFareTxt\":\"5,971\",\"ApiResultIndex\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCF\":50,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCF\":50,\"ACF\":3100,\"CCFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4429,\"Tax\":1541.8,\"YQTax\":0,\"OtherCharges\":1304,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5970.8,\"PublishedFare\":5864.65,\"OfferedFare\":5864.65,\"CommissionEarned\":106.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.59,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8473505604_0SXRDELSG161_36371556136618\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":106.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1541.8,\"BaseFareCal\":5864.65,\"BaseFare\":4429,\"CommissionEarned\":106.15,\"TDS\":-5.59,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":1304,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":106.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5864.65,\"CostToCustomer\":5864.65,\"BaseFareCal\":5864.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5864.65,\"intOfferedFare\":5864.65,\"intPublishFare\":5970.8,\"TripjackMarkup\":0,\"TripjackCommission\":106.15,\"TripjackTDS\":\"5.59\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":106.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"89\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-06T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-06T12:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:40\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"89\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e4ea5-4cb1e-7378b-031a1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-14T19:54:29.412\",\"strTraceId\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103575184965\",\"bookingId_TJ\":\"TJ103575184965\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"strTraceId\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:40\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-06T12:40\",\"LocalFromTime\":\"2023-11-06 12:40\",\"FromUTCTime\":\"2023-11-06T12:40\",\"LocalToTime\":\"2023-11-06 15:35\",\"ToUTCTime\":\"2023-11-06T15:35\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5970.8,\"ApiResultIndex\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"e4ea5-4cb1e-7378b-031a1\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-14T19:54:29.412\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4429,\"Tax\":1541.8,\"YQTax\":0,\"OtherCharges\":1304,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5970.8,\"PublishedFare\":5864.65,\"OfferedFare\":5864.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1541.8,\"BaseFareCal\":5864.65,\"BaseFare\":4429,\"CommissionEarned\":106.15,\"TDS\":-5.59,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":1304,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"89\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-06T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-06T12:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:40\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8473505604_3SXRDELSG161_32380427318230\",\"localFromDateTime\":\"2023-11-06 12:40\",\"localToDateTime\":\"2023-11-06 15:35\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"SXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"06\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"SXR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"SXR\",\"to\":\"DEL\",\"sourceCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":25897,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e4ea5-4cb1e-7378b-031a1\",\"PreferredAirline\":null,\"from_city_\":\"1__SXR-DEL\"}}','2023-10-14 19:52:57'),(1100,'de735-b026a-b9c78-c3368','{\"BookingData\":[{\"bookingId\":\"BKR106075188477\",\"bookingId_TJ\":\"TJ106075188477\",\"FlightNumber\":\"6E-5264\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:45\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-11-06T23:45\",\"LocalFromTime\":\"2023-11-06 23:45\",\"FromUTCTime\":\"2023-11-06T23:45\",\"LocalToTime\":\"2023-11-07 01:45\",\"ToUTCTime\":\"2023-11-07T01:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6824.8,\"PublishedFareTxt\":\"6,825\",\"ApiResultIndex\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":449,\"ARFT\":22.45},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACFT\":74.95,\"CCF\":50,\"ACF\":1499},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCFT\":9,\"ACFT\":24.95,\"CCF\":50,\"ACF\":499},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5501,\"Tax\":1323.8,\"YQTax\":550,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6824.8,\"PublishedFare\":6746.18,\"OfferedFare\":6746.18,\"CommissionEarned\":78.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5549419552_0BOMLKO6E5264_132437292941993\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":78.62,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1323.8,\"BaseFareCal\":6746.18,\"BaseFare\":5501,\"CommissionEarned\":78.62,\"TDS\":-4.14,\"MF\":10,\"YQ\":550,\"AGST\":308,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":78.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6746.18,\"CostToCustomer\":6746.18,\"BaseFareCal\":6746.18,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6746.18,\"intOfferedFare\":6746.18,\"intPublishFare\":6824.8,\"TripjackMarkup\":0,\"TripjackCommission\":78.62,\"TripjackTDS\":\"4.14\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":78.62,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"60\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-11-07T01:45\",\"SegFlightNumber\":\"6E-5264\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-06T23:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"60\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de735-b026a-b9c78-c3368\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T20:59:34.202\",\"strTraceId\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106075188477\",\"bookingId_TJ\":\"TJ106075188477\",\"FlightNumber\":\"6E-5264\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"strTraceId\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:45\",\"ArrivalTime\":\"01:45\",\"TravelDate\":\"2023-11-06T23:45\",\"LocalFromTime\":\"2023-11-06 23:45\",\"FromUTCTime\":\"2023-11-06T23:45\",\"LocalToTime\":\"2023-11-07 01:45\",\"ToUTCTime\":\"2023-11-07T01:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6824.8,\"ApiResultIndex\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"de735-b026a-b9c78-c3368\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T20:59:34.202\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5501,\"Tax\":1323.8,\"YQTax\":550,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6824.8,\"PublishedFare\":6746.18,\"OfferedFare\":6746.18,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1323.8,\"BaseFareCal\":6746.18,\"BaseFare\":5501,\"CommissionEarned\":78.62,\"TDS\":-4.14,\"MF\":10,\"YQ\":550,\"AGST\":308,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"60\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-11-07T01:45\",\"SegFlightNumber\":\"6E-5264\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-06T23:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"01:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5549419552_6BOMLKO6E5264_40264382479168\",\"localFromDateTime\":\"2023-11-06 23:45\",\"localToDateTime\":\"2023-11-07 01:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Lucknow\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"departure_date\":\"06\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Amausi Arpt LKO\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"BOM\",\"to\":\"LKO\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"sourceCityId\":18676,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de735-b026a-b9c78-c3368\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-LKO\"}}','2023-10-14 20:58:02'),(1102,'be21a-10031-d26c7-3e4de','{\"BookingData\":[{\"bookingId\":\"BKR107975192699\",\"bookingId_TJ\":\"TJ107975192699\",\"FlightNumber\":\"6E-6282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-12-12T12:55\",\"LocalFromTime\":\"2023-12-12 12:55\",\"FromUTCTime\":\"2023-12-12T12:55\",\"LocalToTime\":\"2023-12-12 18:30\",\"ToUTCTime\":\"2023-12-12T18:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":335,\"DepartureDateTxt\":\"Tue, 12 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5884.8,\"PublishedFareTxt\":\"5,885\",\"ApiResultIndex\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4374,\"Tax\":1510.8,\"YQTax\":700,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":261,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5884.8,\"PublishedFare\":5817.42,\"OfferedFare\":5817.42,\"CommissionEarned\":67.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_136197258467774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":67.38,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1510.8,\"BaseFareCal\":5817.42,\"BaseFare\":4374,\"CommissionEarned\":67.38,\"TDS\":-3.55,\"MF\":10,\"YQ\":700,\"AGST\":261,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":67.38,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5817.42,\"CostToCustomer\":5817.42,\"BaseFareCal\":5817.42,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5817.42,\"intOfferedFare\":5817.42,\"intPublishFare\":5884.8,\"TripjackMarkup\":0,\"TripjackCommission\":67.38,\"TripjackTDS\":\"3.55\",\"AddiMarkup\":0,\"CommisionPass\":67.38,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"536\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-12-12T14:00\",\"SegFlightNumber\":\"6E-6282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-12T12:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"537\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-12T18:30\",\"SegFlightNumber\":\"6E-104\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-12-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"536\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"be21a-10031-d26c7-3e4de\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T22:26:17.525\",\"strTraceId\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107975192699\",\"bookingId_TJ\":\"TJ107975192699\",\"FlightNumber\":\"6E-6282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"strTraceId\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2023-12-12T12:55\",\"LocalFromTime\":\"2023-12-12 12:55\",\"FromUTCTime\":\"2023-12-12T12:55\",\"LocalToTime\":\"2023-12-12 18:30\",\"ToUTCTime\":\"2023-12-12T18:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":335,\"DepartureDateTxt\":\"Tue, 12 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"5h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5884.8,\"ApiResultIndex\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"be21a-10031-d26c7-3e4de\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-14T22:26:17.525\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4374,\"Tax\":1510.8,\"YQTax\":700,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":261,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5884.8,\"PublishedFare\":5817.42,\"OfferedFare\":5817.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1510.8,\"BaseFareCal\":5817.42,\"BaseFare\":4374,\"CommissionEarned\":67.38,\"TDS\":-3.55,\"MF\":10,\"YQ\":700,\"AGST\":261,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"536\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-12-12T14:00\",\"SegFlightNumber\":\"6E-6282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-12T12:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"537\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-12T18:30\",\"SegFlightNumber\":\"6E-104\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-12-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5483802927_0DELLKO6E6282LKOCCU6E104_46463865942913\",\"localFromDateTime\":\"2023-12-12 12:55\",\"localToDateTime\":\"2023-12-12 18:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"12\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"be21a-10031-d26c7-3e4de\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-CCU\"}}','2023-10-14 22:24:45'),(1103,'f5802-f61f2-e9078-78560','{\"BookingData\":[{\"FlightNumber\":\"6E-6131\",\"keyIndex\":133,\"SegFlightNumberArr\":\"6E-6131\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1168966689_2DELBLR6E6131_55779741451733\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:35\",\"TravelDate\":\"2023-11-10T22:45\",\"LocalFromTime\":\"2023-11-10 22:45\",\"FromUTCTime\":\"2023-11-10T22:45\",\"LocalToTime\":\"2023-11-11 01:35\",\"ToUTCTime\":\"2023-11-11T01:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6578,\"PublishedFareTxt\":\"6,578\",\"ApiResultIndex\":\"5-1168966689_2DELBLR6E6131_55779741451733\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f5802-f61f2-e9078-78560\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5205,\"Tax\":1447.8,\"YQTax\":650,\"OtherCharges\":786,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6652.8,\"PublishedFare\":6578,\"PublishedFarePerPax\":6578,\"OfferedFare\":6577.13,\"CommissionEarned\":75.67,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.98,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1168966689_2DELBLR6E6131_55779741451733\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":75.67,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1447.8,\"BaseFareCal\":6577.13,\"BaseFare\":5205,\"CommissionEarned\":75.67,\"TDS\":-3.98,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":786,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02Z\"},\"Segments\":[{\"segmentid\":\"921\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-11T01:35\",\"SegFlightNumber\":\"6E-6131\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-10T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:35\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"017\"},{\"keyIndex\":172,\"FlightNumber\":\"6E-484\",\"SegFlightNumberArr\":\"6E-484 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741165658\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-13T07:40\",\"LocalFromTime\":\"2023-11-13 07:40\",\"FromUTCTime\":\"2023-11-13T07:40\",\"LocalToTime\":\"2023-11-13 12:50\",\"ToUTCTime\":\"2023-11-13T12:50\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":310,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"5h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4916,\"PublishedFareTxt\":\"4,915\",\"ApiResultIndex\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741164754\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"f5802-f61f2-e9078-78560\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2767,\"Tax\":2199.8,\"YQTax\":0,\"OtherCharges\":2188,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4966.8,\"PublishedFare\":4916,\"PublishedFarePerPax\":4916,\"OfferedFare\":4915.45,\"CommissionEarned\":51.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741165658\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2199.8,\"BaseFareCal\":4915.45,\"BaseFare\":2767,\"CommissionEarned\":51.35,\"TDS\":-2.7,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2188,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0LF\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-13T08:55\",\"SegFlightNumber\":\"6E-484\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-13T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":95,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T12:50\",\"SegFlightNumber\":\"6E-6202\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-13T10:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"021\"}],\"FlightBookingDataInbound\":{\"keyIndex\":172,\"FlightNumber\":\"6E-484\",\"SegFlightNumberArr\":\"6E-484 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741165658\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-13T07:40\",\"LocalFromTime\":\"2023-11-13 07:40\",\"FromUTCTime\":\"2023-11-13T07:40\",\"LocalToTime\":\"2023-11-13 12:50\",\"ToUTCTime\":\"2023-11-13T12:50\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":310,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"5h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4916,\"PublishedFareTxt\":\"4,915\",\"ApiResultIndex\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741164754\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"f5802-f61f2-e9078-78560\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2767,\"Tax\":2199.8,\"YQTax\":0,\"OtherCharges\":2188,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4966.8,\"PublishedFare\":4916,\"PublishedFarePerPax\":4916,\"OfferedFare\":4915.45,\"CommissionEarned\":51.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1168966689_25BLRHYD6E484HYDDEL6E6202_55779741165658\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2199.8,\"BaseFareCal\":4915.45,\"BaseFare\":2767,\"CommissionEarned\":51.35,\"TDS\":-2.7,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2188,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0LF\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-13T08:55\",\"SegFlightNumber\":\"6E-484\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-13T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":95,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T12:50\",\"SegFlightNumber\":\"6E-6202\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-13T10:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"021\"}}','2023-10-14 23:17:51'),(1105,'44ac8-1e8fd-aaec9-c221c','{\"BookingData\":[{\"bookingId\":\"BKR102575200169\",\"bookingId_TJ\":\"TJ102575200169\",\"FlightNumber\":\"I5-744\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-18T06:20\",\"LocalFromTime\":\"2023-10-18 06:20\",\"FromUTCTime\":\"2023-10-18T06:20\",\"LocalToTime\":\"2023-10-18 07:20\",\"ToUTCTime\":\"2023-10-18T07:20\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Wed, 18 Oct\",\"ArrivalDateTxt\":\"Wed, 18 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2391.8,\"PublishedFareTxt\":\"2,392\",\"ApiResultIndex\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":12.5,\"CRF\":50,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":75,\"CCFT\":9,\"ACF\":1500},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":25,\"CCFT\":9,\"ACF\":500},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1424,\"Tax\":967.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":80,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2391.8,\"PublishedFare\":2340.99,\"OfferedFare\":2340.99,\"CommissionEarned\":50.81,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.67,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1450150505_0JAIDELI5744_3877027115817\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":50.81,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.8,\"BaseFareCal\":2340.99,\"BaseFare\":1424,\"CommissionEarned\":50.81,\"TDS\":-2.67,\"MF\":10,\"YQ\":0,\"AGST\":80,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.81,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2340.99,\"CostToCustomer\":2340.99,\"BaseFareCal\":2340.99,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2340.99,\"intOfferedFare\":2340.99,\"intPublishFare\":2391.8,\"TripjackMarkup\":0,\"TripjackCommission\":50.81,\"TripjackTDS\":\"2.67\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":50.81,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"983\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-18T07:20\",\"SegFlightNumber\":\"I5-744\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-18T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"983\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"44ac8-1e8fd-aaec9-c221c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-15T07:46:53.587\",\"strTraceId\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102575200169\",\"bookingId_TJ\":\"TJ102575200169\",\"FlightNumber\":\"I5-744\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"strTraceId\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-18T06:20\",\"LocalFromTime\":\"2023-10-18 06:20\",\"FromUTCTime\":\"2023-10-18T06:20\",\"LocalToTime\":\"2023-10-18 07:20\",\"ToUTCTime\":\"2023-10-18T07:20\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Wed, 18 Oct\",\"ArrivalDateTxt\":\"Wed, 18 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2391.8,\"ApiResultIndex\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"44ac8-1e8fd-aaec9-c221c\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-15T07:46:53.587\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1424,\"Tax\":967.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":80,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2391.8,\"PublishedFare\":2340.99,\"OfferedFare\":2340.99,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.8,\"BaseFareCal\":2340.99,\"BaseFare\":1424,\"CommissionEarned\":50.81,\"TDS\":-2.67,\"MF\":10,\"YQ\":0,\"AGST\":80,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"983\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-18T07:20\",\"SegFlightNumber\":\"I5-744\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-18T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-1450150505_0JAIDELI5744_3811737068655\",\"localFromDateTime\":\"2023-10-18 06:20\",\"localToDateTime\":\"2023-10-18 07:20\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"18\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"JAI\",\"to\":\"DEL\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12995,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"44ac8-1e8fd-aaec9-c221c\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DEL\"}}','2023-10-15 07:45:22'),(1107,'e5c43-633fe-7d5d6-3e020','{\"BookingData\":[{\"bookingId\":\"BKR105975204407\",\"bookingId_TJ\":\"TJ105975204407\",\"FlightNumber\":\"6E-7465\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2023-10-21T06:40\",\"LocalFromTime\":\"2023-10-21 06:40\",\"FromUTCTime\":\"2023-10-21T06:40\",\"LocalToTime\":\"2023-10-21 07:50\",\"ToUTCTime\":\"2023-10-21T07:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":28058,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4677.8,\"PublishedFareTxt\":\"4,678\",\"ApiResultIndex\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-UDR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3376,\"Tax\":1301.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":189,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4677.8,\"PublishedFare\":4620.37,\"OfferedFare\":4620.37,\"CommissionEarned\":57.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2225948155_0JAIUDR6E7465_4136804791972\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1301.8,\"BaseFareCal\":4620.37,\"BaseFare\":3376,\"CommissionEarned\":57.43,\"TDS\":-3.02,\"MF\":10,\"YQ\":300,\"AGST\":189,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.43,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4620.37,\"CostToCustomer\":4620.37,\"BaseFareCal\":4620.37,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4620.37,\"intOfferedFare\":4620.37,\"intPublishFare\":4677.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.43,\"TripjackTDS\":\"3.02\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":57.43,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"466\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2023-10-21T07:50\",\"SegFlightNumber\":\"6E-7465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-21T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"466\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e5c43-633fe-7d5d6-3e020\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T10:21:11.137\",\"strTraceId\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":28058,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105975204407\",\"bookingId_TJ\":\"TJ105975204407\",\"FlightNumber\":\"6E-7465\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"strTraceId\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2023-10-21T06:40\",\"LocalFromTime\":\"2023-10-21 06:40\",\"FromUTCTime\":\"2023-10-21T06:40\",\"LocalToTime\":\"2023-10-21 07:50\",\"ToUTCTime\":\"2023-10-21T07:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":28058,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4677.8,\"ApiResultIndex\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"e5c43-633fe-7d5d6-3e020\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T10:21:11.137\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3376,\"Tax\":1301.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":189,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4677.8,\"PublishedFare\":4620.37,\"OfferedFare\":4620.37,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1301.8,\"BaseFareCal\":4620.37,\"BaseFare\":3376,\"CommissionEarned\":57.43,\"TDS\":-3.02,\"MF\":10,\"YQ\":300,\"AGST\":189,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"466\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2023-10-21T07:50\",\"SegFlightNumber\":\"6E-7465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-21T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2225948155_0JAIUDR6E7465_6615201292796\",\"localFromDateTime\":\"2023-10-21 06:40\",\"localToDateTime\":\"2023-10-21 07:50\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":28058,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Udaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"departure_date\":\"21\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt UDR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"JAI\",\"to\":\"UDR\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"sourceCityId\":12995,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e5c43-633fe-7d5d6-3e020\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-UDR\"}}','2023-10-15 10:19:39'),(1109,'b180b-93d10-c13d1-1eb4e','{\"BookingData\":[{\"bookingId\":\"BKR103275204439\",\"bookingId_TJ\":\"TJ103275204439\",\"FlightNumber\":\"6E-7465\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2023-10-21T06:40\",\"LocalFromTime\":\"2023-10-21 06:40\",\"FromUTCTime\":\"2023-10-21T06:40\",\"LocalToTime\":\"2023-10-21 07:50\",\"ToUTCTime\":\"2023-10-21T07:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":28058,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4939.8,\"PublishedFareTxt\":\"4,940\",\"ApiResultIndex\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-UDR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3626,\"Tax\":1313.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":201,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4939.8,\"PublishedFare\":4879.88,\"OfferedFare\":4879.88,\"CommissionEarned\":59.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3367123746_0JAIUDR6E7465_83372994125766\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":59.92,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":4939.8,\"oldFare\":4677.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1313.8,\"BaseFareCal\":4879.88,\"BaseFare\":3626,\"CommissionEarned\":59.92,\"TDS\":-3.15,\"MF\":10,\"YQ\":300,\"AGST\":201,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4879.88,\"CostToCustomer\":4879.88,\"BaseFareCal\":4879.88,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4879.88,\"intOfferedFare\":4879.88,\"intPublishFare\":4939.8,\"TripjackMarkup\":0,\"TripjackCommission\":59.92,\"TripjackTDS\":\"3.15\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":59.92,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"554\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2023-10-21T07:50\",\"SegFlightNumber\":\"6E-7465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-21T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"554\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b180b-93d10-c13d1-1eb4e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T10:21:53.196\",\"strTraceId\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":28058,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103275204439\",\"bookingId_TJ\":\"TJ103275204439\",\"FlightNumber\":\"6E-7465\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"strTraceId\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2023-10-21T06:40\",\"LocalFromTime\":\"2023-10-21 06:40\",\"FromUTCTime\":\"2023-10-21T06:40\",\"LocalToTime\":\"2023-10-21 07:50\",\"ToUTCTime\":\"2023-10-21T07:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":28058,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4939.8,\"ApiResultIndex\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b180b-93d10-c13d1-1eb4e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T10:21:53.196\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3626,\"Tax\":1313.8,\"YQTax\":300,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":201,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4939.8,\"PublishedFare\":4879.88,\"OfferedFare\":4879.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1313.8,\"BaseFareCal\":4879.88,\"BaseFare\":3626,\"CommissionEarned\":59.92,\"TDS\":-3.15,\"MF\":10,\"YQ\":300,\"AGST\":201,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"554\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2023-10-21T07:50\",\"SegFlightNumber\":\"6E-7465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-21T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3367123746_0JAIUDR6E7465_169049156866399\",\"localFromDateTime\":\"2023-10-21 06:40\",\"localToDateTime\":\"2023-10-21 07:50\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":28058,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Udaipur\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"departure_date\":\"21\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt UDR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"JAI\",\"to\":\"UDR\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"sourceCityId\":12995,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b180b-93d10-c13d1-1eb4e\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-UDR\"}}','2023-10-15 10:20:21'),(1112,'5ba5f-8550e-b1ee7-dfed3','{\"BookingData\":[{\"bookingId\":\"BKR101575212803\",\"bookingId_TJ\":\"TJ101575212803\",\"FlightNumber\":\"6E-5226\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:15\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-11-09T23:15\",\"LocalFromTime\":\"2023-11-09 23:15\",\"FromUTCTime\":\"2023-11-09T23:15\",\"LocalToTime\":\"2023-11-10 01:10\",\"ToUTCTime\":\"2023-11-10T01:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5437.8,\"PublishedFareTxt\":\"5,438\",\"ApiResultIndex\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":1437.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5437.8,\"PublishedFare\":5374.15,\"OfferedFare\":5374.15,\"CommissionEarned\":63.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.35,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4400986013_0JAIBOM6E5226_92337226093703\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1437.8,\"BaseFareCal\":5374.15,\"BaseFare\":4000,\"CommissionEarned\":63.65,\"TDS\":-3.35,\"MF\":10,\"YQ\":400,\"AGST\":225,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5374.15,\"CostToCustomer\":5374.15,\"BaseFareCal\":5374.15,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5374.15,\"intOfferedFare\":5374.15,\"intPublishFare\":5437.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.65,\"TripjackTDS\":\"3.35\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"994\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-10T01:10\",\"SegFlightNumber\":\"6E-5226\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-09T23:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:15\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"994\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5ba5f-8550e-b1ee7-dfed3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T12:41:13.063\",\"strTraceId\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101575212803\",\"bookingId_TJ\":\"TJ101575212803\",\"FlightNumber\":\"6E-5226\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"strTraceId\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:15\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2023-11-09T23:15\",\"LocalFromTime\":\"2023-11-09 23:15\",\"FromUTCTime\":\"2023-11-09T23:15\",\"LocalToTime\":\"2023-11-10 01:10\",\"ToUTCTime\":\"2023-11-10T01:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5437.8,\"ApiResultIndex\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5ba5f-8550e-b1ee7-dfed3\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T12:41:13.063\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":1437.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":225,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5437.8,\"PublishedFare\":5374.15,\"OfferedFare\":5374.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1437.8,\"BaseFareCal\":5374.15,\"BaseFare\":4000,\"CommissionEarned\":63.65,\"TDS\":-3.35,\"MF\":10,\"YQ\":400,\"AGST\":225,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"994\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-10T01:10\",\"SegFlightNumber\":\"6E-5226\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-09T23:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:15\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4400986013_1JAIBOM6E5226_99212923282625\",\"localFromDateTime\":\"2023-11-09 23:15\",\"localToDateTime\":\"2023-11-10 01:10\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"09\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5ba5f-8550e-b1ee7-dfed3\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BOM\"}}','2023-10-15 12:39:41'),(1114,'52440-b6f9f-69270-85f14','{\"BookingData\":[{\"bookingId\":\"BKR106175240082\",\"bookingId_TJ\":\"TJ106175240082\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-15T07:15\",\"LocalFromTime\":\"2023-12-15 07:15\",\"FromUTCTime\":\"2023-12-15T07:15\",\"LocalToTime\":\"2023-12-15 09:20\",\"ToUTCTime\":\"2023-12-15T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":31470.8,\"PublishedFareTxt\":\"31,471\",\"ApiResultIndex\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"GOX-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24776,\"Tax\":6694.8,\"YQTax\":2200,\"OtherCharges\":3204,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31470.8,\"PublishedFare\":31158.6,\"OfferedFare\":31158.6,\"CommissionEarned\":312.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.44,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4975606631_0JAIGOX6E6977_41863458147565\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":312.2,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":6671.2,\"BaseFareCal\":28135,\"BaseFare\":21776,\"CommissionEarned\":312.2,\"TDS\":-16.44,\"MF\":40,\"YQ\":2200,\"AGST\":1220,\"MFT\":7.2,\"OT\":3204,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":23.6,\"BaseFareCal\":3023.6,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":3.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":312.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":31158.6,\"CostToCustomer\":31158.6,\"BaseFareCal\":31158.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":31158.6,\"intOfferedFare\":31158.6,\"intPublishFare\":31470.8,\"TripjackMarkup\":0,\"TripjackCommission\":312.2,\"TripjackTDS\":\"16.44\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":312.2,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"457\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-15T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"457\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"52440-b6f9f-69270-85f14\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T22:02:01.341\",\"strTraceId\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"2023-12-19 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":6,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106175240082\",\"bookingId_TJ\":\"TJ106175240082\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"strTraceId\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-15T07:15\",\"LocalFromTime\":\"2023-12-15 07:15\",\"FromUTCTime\":\"2023-12-15T07:15\",\"LocalToTime\":\"2023-12-15 09:20\",\"ToUTCTime\":\"2023-12-15T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":62845.6,\"ApiResultIndex\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"52440-b6f9f-69270-85f14\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T22:02:01.341\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":48060,\"Tax\":14785.6,\"YQTax\":4400,\"OtherCharges\":7888,\"Discount\":0,\"ServiceFee\":120,\"ManagementFeeTax\":21.6,\"AirlineGSTComponent\":2356,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":62845.6,\"PublishedFare\":62236.03999999999,\"OfferedFare\":62236.03999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":14738.4,\"BaseFareCal\":56188.84,\"BaseFare\":42060,\"CommissionEarned\":609.56,\"TDS\":-32.08,\"MF\":80,\"YQ\":4400,\"AGST\":2356,\"MFT\":14.4,\"OT\":7888,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":47.2,\"BaseFareCal\":6047.2,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}}},\"Segments\":[[{\"segmentid\":\"457\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-15T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"126\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-12-19T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-12-19T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4975606631_0JAIGOX6E6977_54421989238274\",\"localFromDateTime\":\"2023-12-15 07:15\",\"localToDateTime\":\"2023-12-15 09:20\",\"strSourceAirportCode\":\"GOX\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":6,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR106175240082\",\"bookingId_TJ\":\"TJ106175240082\",\"FlightNumber\":\"6E-6978\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4975606631_0GOXJAI6E6978_54421989009975\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2023-12-19T09:55\",\"LocalFromTime\":\"2023-12-19 09:55\",\"FromUTCTime\":\"2023-12-19T09:55\",\"LocalToTime\":\"2023-12-19 12:15\",\"ToUTCTime\":\"2023-12-19T12:15\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 19 Dec\",\"ArrivalDateTxt\":\"Tue, 19 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":31374.8,\"PublishedFareTxt\":\"31,375\",\"ApiResultIndex\":\"5-4975606631_0GOXJAI6E6978_54421989009975\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"GOX-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23284,\"Tax\":8090.8,\"YQTax\":2200,\"OtherCharges\":4684,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31374.8,\"PublishedFare\":31077.44,\"OfferedFare\":31077.44,\"CommissionEarned\":297.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4975606631_1GOXJAI6E6978_41863459246003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Family\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":297.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":8067.2,\"BaseFareCal\":28053.84,\"BaseFare\":20284,\"CommissionEarned\":297.36,\"TDS\":-15.64,\"MF\":40,\"YQ\":2200,\"AGST\":1136,\"MFT\":7.2,\"OT\":4684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":23.6,\"BaseFareCal\":3023.6,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":3.6,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}},\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":297.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":31077.44,\"CostToCustomer\":31077.44,\"BaseFareCal\":31077.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":31077.44,\"intOfferedFare\":31077.44,\"intPublishFare\":31374.8,\"TripjackMarkup\":0,\"TripjackCommission\":297.36,\"TripjackTDS\":\"15.64\",\"AddiMarkup\":0,\"CommisionPass\":297.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"126\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-12-19T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-12-19T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"52440-b6f9f-69270-85f14\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-15T22:02:01.341\",\"strTraceId\":\"5-4975606631_0GOXJAI6E6978_54421989009975\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"2023-12-19 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":6,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"North Goa\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOX\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"departure_date\":\"15\\/12\\/2023\",\"return_date\":\"19\\/12\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"2\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOX\",\"from\":\"JAI\",\"to\":\"GOX\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"sourceCityId\":12995,\"destinationCityId\":37009,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"2\",\"departure_dates\":\"15\\/12\\/2023\",\"return_dates\":\"19\\/12\\/2023\",\"strDepatureDate\":\"2023-12-15\",\"strReturnDate\":\"2023-12-19\",\"SearchFlightTraceId\":\"52440-b6f9f-69270-85f14\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-GOX-JAI\"}}','2023-10-15 22:00:29'),(1116,'954da-8fede-21c72-ba93d','{\"BookingData\":[{\"bookingId\":\"BKR109275255737\",\"bookingId_TJ\":\"TJ109275255737\",\"FlightNumber\":\"6E-6423\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-10-21T20:55\",\"LocalFromTime\":\"2023-10-21 20:55\",\"FromUTCTime\":\"2023-10-21T20:55\",\"LocalToTime\":\"2023-10-21 23:05\",\"ToUTCTime\":\"2023-10-21T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8014.8,\"PublishedFareTxt\":\"8,015\",\"ApiResultIndex\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-AMD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6241,\"Tax\":1773.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":345,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8014.8,\"PublishedFare\":7928.8,\"OfferedFare\":7928.8,\"CommissionEarned\":86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7891973941_0BLRAMD6E6423_99190208392221\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"BaseFareCal\":7928.8,\"BaseFare\":6241,\"CommissionEarned\":86,\"TDS\":-4.53,\"MF\":10,\"YQ\":550,\"AGST\":345,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7928.8,\"CostToCustomer\":7928.8,\"BaseFareCal\":7928.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7928.8,\"intOfferedFare\":7928.8,\"intPublishFare\":8014.8,\"TripjackMarkup\":0,\"TripjackCommission\":86,\"TripjackTDS\":\"4.53\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"992\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-21T23:05\",\"SegFlightNumber\":\"6E-6423\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-21T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"954da-8fede-21c72-ba93d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-16T10:57:27.513\",\"strTraceId\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109275255737\",\"bookingId_TJ\":\"TJ109275255737\",\"FlightNumber\":\"6E-6423\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"strTraceId\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-10-21T20:55\",\"LocalFromTime\":\"2023-10-21 20:55\",\"FromUTCTime\":\"2023-10-21T20:55\",\"LocalToTime\":\"2023-10-21 23:05\",\"ToUTCTime\":\"2023-10-21T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8014.8,\"ApiResultIndex\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"954da-8fede-21c72-ba93d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-16T10:57:27.513\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6241,\"Tax\":1773.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":345,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8014.8,\"PublishedFare\":7928.8,\"OfferedFare\":7928.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"BaseFareCal\":7928.8,\"BaseFare\":6241,\"CommissionEarned\":86,\"TDS\":-4.53,\"MF\":10,\"YQ\":550,\"AGST\":345,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"992\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-21T23:05\",\"SegFlightNumber\":\"6E-6423\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-21T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7891973941_1BLRAMD6E6423_4139965510718\",\"localFromDateTime\":\"2023-10-21 20:55\",\"localToDateTime\":\"2023-10-21 23:05\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"21\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BLR\",\"to\":\"AMD\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":2262,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"954da-8fede-21c72-ba93d\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-AMD\"}}','2023-10-16 10:55:55'),(1118,'f871e-2c309-168dc-21a6b','{\"BookingData\":[{\"bookingId\":\"BKR103875255811\",\"bookingId_TJ\":\"TJ103875255811\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8558.8,\"PublishedFareTxt\":\"8,559\",\"ApiResultIndex\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":180,\"CCFT\":9,\"CCF\":50,\"ACF\":3600},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":155,\"CCFT\":9,\"CCF\":50,\"ACF\":3100},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7285,\"Tax\":1273.8,\"YQTax\":0,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":370,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8558.8,\"PublishedFare\":8443,\"OfferedFare\":8443,\"CommissionEarned\":115.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.09,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-0731716378_0BLRAMDQP1325_6983267777058\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":115.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1273.8,\"BaseFareCal\":8443,\"BaseFare\":7285,\"CommissionEarned\":115.8,\"TDS\":-6.09,\"MF\":10,\"YQ\":0,\"AGST\":370,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8443,\"CostToCustomer\":8443,\"BaseFareCal\":8443,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8443,\"intOfferedFare\":8443,\"intPublishFare\":8558.8,\"TripjackMarkup\":0,\"TripjackCommission\":115.8,\"TripjackTDS\":\"6.09\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":115.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"522\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"522\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f871e-2c309-168dc-21a6b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-16T10:58:10.616\",\"strTraceId\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103875255811\",\"bookingId_TJ\":\"TJ103875255811\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"strTraceId\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8558.8,\"ApiResultIndex\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"f871e-2c309-168dc-21a6b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-16T10:58:10.616\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7285,\"Tax\":1273.8,\"YQTax\":0,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":370,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8558.8,\"PublishedFare\":8443,\"OfferedFare\":8443,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1273.8,\"BaseFareCal\":8443,\"BaseFare\":7285,\"CommissionEarned\":115.8,\"TDS\":-6.09,\"MF\":10,\"YQ\":0,\"AGST\":370,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"522\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-0731716378_0BLRAMDQP1325_93353138033133\",\"localFromDateTime\":\"2023-11-15 06:50\",\"localToDateTime\":\"2023-11-15 09:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"15\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BLR\",\"to\":\"AMD\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":2262,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f871e-2c309-168dc-21a6b\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-AMD\"}}','2023-10-16 10:56:38'),(1120,'c7a4c-053e2-ca51f-3b526','{\"BookingData\":[{\"bookingId\":\"BKR102975370110\",\"bookingId_TJ\":\"TJ102975370110\",\"FlightNumber\":\"6E-2125\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2023-10-20T20:20\",\"LocalFromTime\":\"2023-10-20 20:20\",\"FromUTCTime\":\"2023-10-20T20:20\",\"LocalToTime\":\"2023-10-20 22:40\",\"ToUTCTime\":\"2023-10-20T22:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":28449,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5599.8,\"PublishedFareTxt\":\"5,600\",\"ApiResultIndex\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4335,\"Tax\":1264.8,\"YQTax\":550,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":249,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5599.8,\"PublishedFare\":5532.81,\"OfferedFare\":5532.81,\"CommissionEarned\":66.99,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4416495297_0BOMVNS6E2125_115577992115683\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":66.99,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":5532.81,\"BaseFare\":4335,\"CommissionEarned\":66.99,\"TDS\":-3.53,\"MF\":10,\"YQ\":550,\"AGST\":249,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5532.81,\"CostToCustomer\":5532.81,\"BaseFareCal\":5532.81,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5532.81,\"intOfferedFare\":5532.81,\"intPublishFare\":5599.8,\"TripjackMarkup\":0,\"TripjackCommission\":66.99,\"TripjackTDS\":\"3.53\",\"AddiMarkup\":0,\"CommisionPass\":66.99,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"42\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-10-20T22:40\",\"SegFlightNumber\":\"6E-2125\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-20T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"42\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c7a4c-053e2-ca51f-3b526\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T17:00:34.221\",\"strTraceId\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":28449,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102975370110\",\"bookingId_TJ\":\"TJ102975370110\",\"FlightNumber\":\"6E-2125\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"strTraceId\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2023-10-20T20:20\",\"LocalFromTime\":\"2023-10-20 20:20\",\"FromUTCTime\":\"2023-10-20T20:20\",\"LocalToTime\":\"2023-10-20 22:40\",\"ToUTCTime\":\"2023-10-20T22:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":28449,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5599.8,\"ApiResultIndex\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c7a4c-053e2-ca51f-3b526\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T17:00:34.221\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4335,\"Tax\":1264.8,\"YQTax\":550,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":249,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5599.8,\"PublishedFare\":5532.81,\"OfferedFare\":5532.81,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1264.8,\"BaseFareCal\":5532.81,\"BaseFare\":4335,\"CommissionEarned\":66.99,\"TDS\":-3.53,\"MF\":10,\"YQ\":550,\"AGST\":249,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"42\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-10-20T22:40\",\"SegFlightNumber\":\"6E-2125\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-20T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4416495297_0BOMVNS6E2125_193658449064401\",\"localFromDateTime\":\"2023-10-20 20:20\",\"localToDateTime\":\"2023-10-20 22:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":28449,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Varanasi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"VNS\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"departure_date\":\"20\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Lal Bahadur Shastri Arpt VNS\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"VNS\",\"from\":\"BOM\",\"to\":\"VNS\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Varanasi, IN - Lal Bahadur Shastri Arpt VNS, India\",\"sourceCityId\":18676,\"destinationCityId\":28449,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c7a4c-053e2-ca51f-3b526\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-VNS\"}}','2023-10-17 16:59:02'),(1122,'1e021-d636d-7c079-48563','{\"BookingData\":[{\"bookingId\":\"BKR100975384524\",\"bookingId_TJ\":\"TJ100975384524\",\"FlightNumber\":\"SG-710\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-10-18T22:30\",\"LocalFromTime\":\"2023-10-18 22:30\",\"FromUTCTime\":\"2023-10-18T22:30\",\"LocalToTime\":\"2023-10-19 01:00\",\"ToUTCTime\":\"2023-10-19T01:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 18 Oct\",\"ArrivalDateTxt\":\"Thu, 19 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":13,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4387.8,\"PublishedFareTxt\":\"4,388\",\"ApiResultIndex\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3650,\"Tax\":737.8,\"YQTax\":0,\"OtherCharges\":534,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4387.8,\"PublishedFare\":4302.87,\"OfferedFare\":4302.87,\"CommissionEarned\":84.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9886180924_0BOMDELSG710_44646236317825\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":84.93,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":737.8,\"BaseFareCal\":4302.87,\"BaseFare\":3650,\"CommissionEarned\":84.93,\"TDS\":-4.47,\"MF\":10,\"YQ\":0,\"AGST\":192,\"MFT\":1.8,\"OT\":534,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":84.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4302.87,\"CostToCustomer\":4302.87,\"BaseFareCal\":4302.87,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4302.87,\"intOfferedFare\":4302.87,\"intPublishFare\":4387.8,\"TripjackMarkup\":0,\"TripjackCommission\":84.93,\"TripjackTDS\":\"4.47\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":84.93,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"243\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-19T01:00\",\"SegFlightNumber\":\"SG-710\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-18T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":13,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1e021-d636d-7c079-48563\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-17T19:42:20.372\",\"strTraceId\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100975384524\",\"bookingId_TJ\":\"TJ100975384524\",\"FlightNumber\":\"SG-710\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"strTraceId\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2023-10-18T22:30\",\"LocalFromTime\":\"2023-10-18 22:30\",\"FromUTCTime\":\"2023-10-18T22:30\",\"LocalToTime\":\"2023-10-19 01:00\",\"ToUTCTime\":\"2023-10-19T01:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 18 Oct\",\"ArrivalDateTxt\":\"Thu, 19 Oct\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":13,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4387.8,\"ApiResultIndex\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"1e021-d636d-7c079-48563\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-17T19:42:20.372\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3650,\"Tax\":737.8,\"YQTax\":0,\"OtherCharges\":534,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4387.8,\"PublishedFare\":4302.87,\"OfferedFare\":4302.87,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":737.8,\"BaseFareCal\":4302.87,\"BaseFare\":3650,\"CommissionEarned\":84.93,\"TDS\":-4.47,\"MF\":10,\"YQ\":0,\"AGST\":192,\"MFT\":1.8,\"OT\":534,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"243\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-19T01:00\",\"SegFlightNumber\":\"SG-710\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-18T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":13,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9886180924_2BOMDELSG710_46574095313483\",\"localFromDateTime\":\"2023-10-18 22:30\",\"localToDateTime\":\"2023-10-19 01:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"18\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1e021-d636d-7c079-48563\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-10-17 19:40:48'),(1124,'4c8ed-fcd71-81bcb-d2cc3','{\"BookingData\":[{\"bookingId\":\"BKR103075385643\",\"bookingId_TJ\":\"TJ103075385643\",\"FlightNumber\":\"6E-6813\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"01:30\",\"TravelDate\":\"2023-12-07T22:30\",\"LocalFromTime\":\"2023-12-07 22:30\",\"FromUTCTime\":\"2023-12-07T22:30\",\"LocalToTime\":\"2023-12-08 01:30\",\"ToUTCTime\":\"2023-12-08T01:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 07 Dec\",\"ArrivalDateTxt\":\"Fri, 08 Dec\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8443.8,\"PublishedFareTxt\":\"8,444\",\"ApiResultIndex\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6550,\"Tax\":1893.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":365,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8443.8,\"PublishedFare\":8354.71,\"OfferedFare\":8354.71,\"CommissionEarned\":89.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.69,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1795131200_0BLRDEL6E6813_204230594589931\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":89.09,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1893.8,\"BaseFareCal\":8354.71,\"BaseFare\":6550,\"CommissionEarned\":89.09,\"TDS\":-4.69,\"MF\":10,\"YQ\":650,\"AGST\":365,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":89.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8354.71,\"CostToCustomer\":8354.71,\"BaseFareCal\":8354.71,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8354.71,\"intOfferedFare\":8354.71,\"intPublishFare\":8443.8,\"TripjackMarkup\":0,\"TripjackCommission\":89.09,\"TripjackTDS\":\"4.69\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":89.09,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-08T01:30\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-07T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"01:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4c8ed-fcd71-81bcb-d2cc3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T19:56:09.251\",\"strTraceId\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103075385643\",\"bookingId_TJ\":\"TJ103075385643\",\"FlightNumber\":\"6E-6813\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"strTraceId\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"01:30\",\"TravelDate\":\"2023-12-07T22:30\",\"LocalFromTime\":\"2023-12-07 22:30\",\"FromUTCTime\":\"2023-12-07T22:30\",\"LocalToTime\":\"2023-12-08 01:30\",\"ToUTCTime\":\"2023-12-08T01:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 07 Dec\",\"ArrivalDateTxt\":\"Fri, 08 Dec\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8443.8,\"ApiResultIndex\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4c8ed-fcd71-81bcb-d2cc3\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T19:56:09.251\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6550,\"Tax\":1893.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":365,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8443.8,\"PublishedFare\":8354.71,\"OfferedFare\":8354.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1893.8,\"BaseFareCal\":8354.71,\"BaseFare\":6550,\"CommissionEarned\":89.09,\"TDS\":-4.69,\"MF\":10,\"YQ\":650,\"AGST\":365,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"552\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-08T01:30\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-07T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"01:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1795131200_14BLRDEL6E6813_125618221447476\",\"localFromDateTime\":\"2023-12-07 22:30\",\"localToDateTime\":\"2023-12-08 01:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"07\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4c8ed-fcd71-81bcb-d2cc3\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"}}','2023-10-17 19:54:37'),(1126,'0d162-92c99-e4fd6-4681b','{\"BookingData\":[{\"bookingId\":\"BKR100275386937\",\"bookingId_TJ\":\"TJ100275386937\",\"FlightNumber\":\"SG-393\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:00\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-10-19T22:00\",\"LocalFromTime\":\"2023-10-19 22:00\",\"FromUTCTime\":\"2023-10-19T22:00\",\"LocalToTime\":\"2023-10-20 00:40\",\"ToUTCTime\":\"2023-10-20T00:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 19 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4936.8,\"PublishedFareTxt\":\"4,937\",\"ApiResultIndex\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4700,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4936.8,\"PublishedFare\":4936.8,\"OfferedFare\":4936.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9456404629_0DELBLRSG393_391735019702951\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4936.8,\"BaseFare\":4700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4936.8,\"CostToCustomer\":4936.8,\"BaseFareCal\":4936.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4936.8,\"intOfferedFare\":4936.8,\"intPublishFare\":4936.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"20\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-20T00:40\",\"SegFlightNumber\":\"SG-393\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-19T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0d162-92c99-e4fd6-4681b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T20:13:13.924\",\"strTraceId\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100275386937\",\"bookingId_TJ\":\"TJ100275386937\",\"FlightNumber\":\"SG-393\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"strTraceId\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:00\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-10-19T22:00\",\"LocalFromTime\":\"2023-10-19 22:00\",\"FromUTCTime\":\"2023-10-19T22:00\",\"LocalToTime\":\"2023-10-20 00:40\",\"ToUTCTime\":\"2023-10-20T00:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 19 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4936.8,\"ApiResultIndex\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0d162-92c99-e4fd6-4681b\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-17T20:13:13.924\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4700,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4936.8,\"PublishedFare\":4936.8,\"OfferedFare\":4936.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4936.8,\"BaseFare\":4700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"20\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-20T00:40\",\"SegFlightNumber\":\"SG-393\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-19T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-9456404629_1DELBLRSG393_133864677370876\",\"localFromDateTime\":\"2023-10-19 22:00\",\"localToDateTime\":\"2023-10-20 00:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"19\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0d162-92c99-e4fd6-4681b\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-10-17 20:11:41'),(1128,'6a106-2f30c-92cf9-9c3a2','{\"BookingData\":[{\"bookingId\":\"BKR109775455484\",\"bookingId_TJ\":\"TJ109775455484\",\"FlightNumber\":\"6E-6527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2023-10-19T05:45\",\"LocalFromTime\":\"2023-10-19 05:45\",\"FromUTCTime\":\"2023-10-19T05:45\",\"LocalToTime\":\"2023-10-19 07:25\",\"ToUTCTime\":\"2023-10-19T07:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 19 Oct\",\"ArrivalDateTxt\":\"Thu, 19 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3820.8,\"PublishedFareTxt\":\"3,821\",\"ApiResultIndex\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-NAG\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2790,\"Tax\":1030.8,\"YQTax\":400,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3820.8,\"PublishedFare\":3769.21,\"OfferedFare\":3769.21,\"CommissionEarned\":51.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.71,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3971593767_0BOMNAG6E6527_25553398387661\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":51.59,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1030.8,\"BaseFareCal\":3769.21,\"BaseFare\":2790,\"CommissionEarned\":51.59,\"TDS\":-2.71,\"MF\":10,\"YQ\":400,\"AGST\":165,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3769.21,\"CostToCustomer\":3769.21,\"BaseFareCal\":3769.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3769.21,\"intOfferedFare\":3769.21,\"intPublishFare\":3820.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.59,\"TripjackTDS\":\"2.71\",\"AddiMarkup\":0,\"CommisionPass\":51.59,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"740\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-10-19T07:25\",\"SegFlightNumber\":\"6E-6527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-19T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"740\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6a106-2f30c-92cf9-9c3a2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T17:24:10.908\",\"strTraceId\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109775455484\",\"bookingId_TJ\":\"TJ109775455484\",\"FlightNumber\":\"6E-6527\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"strTraceId\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2023-10-19T05:45\",\"LocalFromTime\":\"2023-10-19 05:45\",\"FromUTCTime\":\"2023-10-19T05:45\",\"LocalToTime\":\"2023-10-19 07:25\",\"ToUTCTime\":\"2023-10-19T07:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 19 Oct\",\"ArrivalDateTxt\":\"Thu, 19 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":18876,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"NAG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3820.8,\"ApiResultIndex\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"6a106-2f30c-92cf9-9c3a2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T17:24:10.908\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2790,\"Tax\":1030.8,\"YQTax\":400,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3820.8,\"PublishedFare\":3769.21,\"OfferedFare\":3769.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1030.8,\"BaseFareCal\":3769.21,\"BaseFare\":2790,\"CommissionEarned\":51.59,\"TDS\":-2.71,\"MF\":10,\"YQ\":400,\"AGST\":165,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"740\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-10-19T07:25\",\"SegFlightNumber\":\"6E-6527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-19T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3971593767_0BOMNAG6E6527_38824953571182\",\"localFromDateTime\":\"2023-10-19 05:45\",\"localToDateTime\":\"2023-10-19 07:25\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"NAG\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":18876,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Nagpur\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"NAG\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"departure_date\":\"19\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Dr Ambedkar Intl Arpt NAG\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"NAG\",\"from\":\"BOM\",\"to\":\"NAG\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Nagpur, IN - Dr Ambedkar Intl Arpt NAG, India\",\"sourceCityId\":18676,\"destinationCityId\":18876,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"6a106-2f30c-92cf9-9c3a2\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-NAG\"}}','2023-10-18 17:22:38'),(1132,'16457-8227d-d71b9-0c681','{\"BookingData\":[{\"bookingId\":\"BKR109775457769\",\"bookingId_TJ\":\"TJ109775457769\",\"FlightNumber\":\"6E-5374\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-26T09:35\",\"LocalFromTime\":\"2023-10-26 09:35\",\"FromUTCTime\":\"2023-10-26T09:35\",\"LocalToTime\":\"2023-10-26 10:35\",\"ToUTCTime\":\"2023-10-26T10:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3848.8,\"PublishedFareTxt\":\"3,849\",\"ApiResultIndex\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PAT-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2800,\"Tax\":1048.8,\"YQTax\":300,\"OtherCharges\":577,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":160,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3848.8,\"PublishedFare\":3797.12,\"OfferedFare\":3797.12,\"CommissionEarned\":51.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.72,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6592516166_0PATCCU6E5374_116617890051186\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":51.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1048.8,\"BaseFareCal\":3797.12,\"BaseFare\":2800,\"CommissionEarned\":51.68,\"TDS\":-2.72,\"MF\":10,\"YQ\":300,\"AGST\":160,\"MFT\":1.8,\"OT\":577,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3797.12,\"CostToCustomer\":3797.12,\"BaseFareCal\":3797.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3797.12,\"intOfferedFare\":3797.12,\"intPublishFare\":3848.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.68,\"TripjackTDS\":\"2.72\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":51.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-26T10:35\",\"SegFlightNumber\":\"6E-5374\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-10-26T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"16457-8227d-d71b9-0c681\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T17:47:56.204\",\"strTraceId\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109775457769\",\"bookingId_TJ\":\"TJ109775457769\",\"FlightNumber\":\"6E-5374\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"strTraceId\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-26T09:35\",\"LocalFromTime\":\"2023-10-26 09:35\",\"FromUTCTime\":\"2023-10-26T09:35\",\"LocalToTime\":\"2023-10-26 10:35\",\"ToUTCTime\":\"2023-10-26T10:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3848.8,\"ApiResultIndex\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"16457-8227d-d71b9-0c681\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T17:47:56.204\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2800,\"Tax\":1048.8,\"YQTax\":300,\"OtherCharges\":577,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":160,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3848.8,\"PublishedFare\":3797.12,\"OfferedFare\":3797.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1048.8,\"BaseFareCal\":3797.12,\"BaseFare\":2800,\"CommissionEarned\":51.68,\"TDS\":-2.72,\"MF\":10,\"YQ\":300,\"AGST\":160,\"MFT\":1.8,\"OT\":577,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"399\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-10-26T10:35\",\"SegFlightNumber\":\"6E-5374\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-10-26T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6592516166_0PATCCU6E5374_113696410463526\",\"localFromDateTime\":\"2023-10-26 09:35\",\"localToDateTime\":\"2023-10-26 10:35\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Patna\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"26\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"PAT\",\"to\":\"CCU\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":20918,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-26\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"16457-8227d-d71b9-0c681\",\"PreferredAirline\":null,\"from_city_\":\"1__PAT-CCU\"}}','2023-10-18 17:46:24'),(1133,'3b268-53bf4-85d24-1face','{\"BookingData\":[{\"bookingId\":\"BKR100075457779\",\"bookingId_TJ\":\"TJ100075457779\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-01T15:05\",\"LocalFromTime\":\"2023-11-01 15:05\",\"FromUTCTime\":\"2023-11-01T15:05\",\"LocalToTime\":\"2023-11-01 17:50\",\"ToUTCTime\":\"2023-11-01T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"PublishedFareTxt\":\"6,751\",\"ApiResultIndex\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"IXB-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"CRF\":50,\"CRFT\":9,\"ARFT\":142.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"CCFT\":9,\"ACF\":3100},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"CommissionEarned\":94.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.99,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5432592423_0IXBBOMQP1386_41747839143024\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":94.9,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":94.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6655.9,\"CostToCustomer\":6655.9,\"BaseFareCal\":6655.9,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6655.9,\"intOfferedFare\":6655.9,\"intPublishFare\":6750.8,\"TripjackMarkup\":0,\"TripjackCommission\":94.9,\"TripjackTDS\":\"4.99\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":94.9,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"506\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-01T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-01T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"506\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3b268-53bf4-85d24-1face\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:48:02.157\",\"strTraceId\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100075457779\",\"bookingId_TJ\":\"TJ100075457779\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"strTraceId\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-01T15:05\",\"LocalFromTime\":\"2023-11-01 15:05\",\"FromUTCTime\":\"2023-11-01T15:05\",\"LocalToTime\":\"2023-11-01 17:50\",\"ToUTCTime\":\"2023-11-01T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"ApiResultIndex\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"3b268-53bf4-85d24-1face\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:48:02.157\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"506\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-01T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-01T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-5432592423_0IXBBOMQP1386_37709152881236\",\"localFromDateTime\":\"2023-11-01 15:05\",\"localToDateTime\":\"2023-11-01 17:50\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bagdogra\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"IXB\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"01\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bagdogra Arpt IXB\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXB\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IXB\",\"to\":\"BOM\",\"sourceCityText\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":2012,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3b268-53bf4-85d24-1face\",\"PreferredAirline\":null,\"from_city_\":\"1__IXB-BOM\"}}','2023-10-18 17:46:29'),(1140,'00e4b-f344c-242f2-ac839','{\"BookingData\":[{\"bookingId\":\"BKR103075458028\",\"bookingId_TJ\":\"TJ103075458028\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-04T15:05\",\"LocalFromTime\":\"2023-11-04 15:05\",\"FromUTCTime\":\"2023-11-04T15:05\",\"LocalToTime\":\"2023-11-04 17:50\",\"ToUTCTime\":\"2023-11-04T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 04 Nov\",\"ArrivalDateTxt\":\"Sat, 04 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"PublishedFareTxt\":\"6,751\",\"ApiResultIndex\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"IXB-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"CommissionEarned\":94.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.99,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-4136164705_0IXBBOMQP1386_40808659374171\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":94.9,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":94.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6655.9,\"CostToCustomer\":6655.9,\"BaseFareCal\":6655.9,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6655.9,\"intOfferedFare\":6655.9,\"intPublishFare\":6750.8,\"TripjackMarkup\":0,\"TripjackCommission\":94.9,\"TripjackTDS\":\"4.99\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":94.9,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-04T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-04T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"00e4b-f344c-242f2-ac839\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:50:49.202\",\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103075458028\",\"bookingId_TJ\":\"TJ103075458028\",\"FlightNumber\":\"QP-1386\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:05\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-11-04T15:05\",\"LocalFromTime\":\"2023-11-04 15:05\",\"FromUTCTime\":\"2023-11-04T15:05\",\"LocalToTime\":\"2023-11-04 17:50\",\"ToUTCTime\":\"2023-11-04T17:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 04 Nov\",\"ArrivalDateTxt\":\"Sat, 04 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6750.8,\"ApiResultIndex\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"00e4b-f344c-242f2-ac839\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-18T17:50:49.202\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5631,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6750.8,\"PublishedFare\":6655.9,\"OfferedFare\":6655.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"BaseFareCal\":6655.9,\"BaseFare\":5631,\"CommissionEarned\":94.9,\"TDS\":-4.99,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"553\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-04T17:50\",\"SegFlightNumber\":\"QP-1386\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-04T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-4136164705_0IXBBOMQP1386_23874410282580\",\"localFromDateTime\":\"2023-11-04 15:05\",\"localToDateTime\":\"2023-11-04 17:50\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bagdogra\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IXB\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"04\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bagdogra Arpt IXB\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXB\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IXB\",\"to\":\"BOM\",\"sourceCityText\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":2012,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"00e4b-f344c-242f2-ac839\",\"PreferredAirline\":null,\"from_city_\":\"1__IXB-BOM\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Bagdogra&mytrip_city_to=Mumbai&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=IXB&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Bagdogra%2C+IN+-+Bagdogra+Arpt+IXB%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=04%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Bagdogra+Arpt+IXB&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"82\",\"EmailId\":\"vishwakarmatravels198@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9137684463\",\"FirstName\":\"MD AZIM\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-18-17-49-35\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"94\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"893799\",\"TPSysId\":\"893800\",\"VersionId\":[\"272906\"],\"CustomerSysId\":\"517608\",\"TrxId\":\"72096\",\"FareBreakdownid\":[\"387265\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"165\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"82\",\"CustomerMemSysId\":[\"94\"],\"flight_booking_id\":[\"156\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"156\"],\"_sessiondata\":{\"EmailId\":\"vishwakarmatravels198@gmail.com\",\"CustomerSysId\":\"517608\",\"AgencySysId\":\"86368\",\"FirstName\":\"VISHWAKARMA\",\"LastName\":\"TRAVELS\",\"Password_cu\":\"db90db756b866323fe68b3433a0d5486\",\"ContactNo1\":\"9137684463\",\"SecurityKey\":\"\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/flight\\/travellers\\/3b268-53bf4-85d24-1face\"},\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6655.9},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"517608\",\"TPSysId\":\"893800\",\"MasterTPSysId\":\"893799\",\"ProposalID\":\"893800\\/V1\",\"InvoiceDate\":\"2023-10-18\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-18\",\"PaymentDate\":\"2023-10-18\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":6655.9,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6655.9,\"TotalDueAmount\":0,\"InvoiceValue\":6655.9,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXB-BOM-Akasa Air QP-1386\",\"ItemQty\":1,\"ItemRates\":6655.9,\"Total\":6655.9,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6655.9,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":6655.9,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-18 17:50:32'),(1147,'b6256-efb84-02551-1dc22','{\"BookingData\":[{\"bookingId\":\"BKR106575479379\",\"bookingId_TJ\":\"TJ106575479379\",\"FlightNumber\":\"6E-953\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:50\",\"TravelDate\":\"2023-10-25T14:40\",\"LocalFromTime\":\"2023-10-25 14:40\",\"FromUTCTime\":\"2023-10-25T14:40\",\"LocalToTime\":\"2023-10-25 16:50\",\"ToUTCTime\":\"2023-10-25T16:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DED\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8010.8,\"PublishedFareTxt\":\"8,011\",\"ApiResultIndex\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DED\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6681,\"Tax\":1329.8,\"YQTax\":550,\"OtherCharges\":404,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":364,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8010.8,\"PublishedFare\":7920.41,\"OfferedFare\":7920.41,\"CommissionEarned\":90.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.76,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9767009986_0BOMDED6E953_127003002385779\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.39,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1329.8,\"BaseFareCal\":7920.41,\"BaseFare\":6681,\"CommissionEarned\":90.39,\"TDS\":-4.76,\"MF\":10,\"YQ\":550,\"AGST\":364,\"MFT\":1.8,\"OT\":404,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7920.41,\"CostToCustomer\":7920.41,\"BaseFareCal\":7920.41,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7920.41,\"intOfferedFare\":7920.41,\"intPublishFare\":8010.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.39,\"TripjackTDS\":\"4.76\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":90.39,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"852\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-10-25T16:50\",\"SegFlightNumber\":\"6E-953\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"852\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b6256-efb84-02551-1dc22\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T22:11:01.869\",\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DED\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106575479379\",\"bookingId_TJ\":\"TJ106575479379\",\"FlightNumber\":\"6E-953\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:50\",\"TravelDate\":\"2023-10-25T14:40\",\"LocalFromTime\":\"2023-10-25 14:40\",\"FromUTCTime\":\"2023-10-25T14:40\",\"LocalToTime\":\"2023-10-25 16:50\",\"ToUTCTime\":\"2023-10-25T16:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DED\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8010.8,\"ApiResultIndex\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"b6256-efb84-02551-1dc22\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-18T22:11:01.869\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6681,\"Tax\":1329.8,\"YQTax\":550,\"OtherCharges\":404,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":364,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8010.8,\"PublishedFare\":7920.41,\"OfferedFare\":7920.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1329.8,\"BaseFareCal\":7920.41,\"BaseFare\":6681,\"CommissionEarned\":90.39,\"TDS\":-4.76,\"MF\":10,\"YQ\":550,\"AGST\":364,\"MFT\":1.8,\"OT\":404,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"852\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Jolly Grant Airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dehra Dun\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DED\",\"destinationArrTime\":\"2023-10-25T16:50\",\"SegFlightNumber\":\"6E-953\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:50\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9767009986_0BOMDED6E953_55706596391856\",\"localFromDateTime\":\"2023-10-25 14:40\",\"localToDateTime\":\"2023-10-25 16:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DED\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Dehra Dun\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DED\",\"ContSysId\":\"0\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Jolly Grant Airport DED\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DED\",\"from\":\"BOM\",\"to\":\"DED\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"sourceCityId\":18676,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b6256-efb84-02551-1dc22\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DED\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai&mytrip_city_to=Dehra+Dun&source_city=BOM&ContSysId_1=101&destination_city=DED&ContSysId=0&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&destination=Dehra+Dun%2C+IN+-+Jolly+Grant+Airport+DED%2C+India&departure_date=25%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&to_mytrip_city=+IN+-+Jolly+Grant+Airport+DED&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"arvindyadavsk038@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9833223787\",\"FirstName\":\"Arvind \",\"LastName\":\"Yasxc \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-18-22-09-54\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"83\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"894101\",\"TPSysId\":\"894102\",\"VersionId\":[\"272997\"],\"CustomerSysId\":\"517779\",\"TrxId\":\"72120\",\"FareBreakdownid\":[\"387276\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"166\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"83\",\"CustomerMemSysId\":[\"83\"],\"flight_booking_id\":[\"157\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"157\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7920.41},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"517779\",\"TPSysId\":\"894102\",\"MasterTPSysId\":\"894101\",\"ProposalID\":\"894102\\/V1\",\"InvoiceDate\":\"2023-10-18\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-18\",\"PaymentDate\":\"2023-10-18\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7920.41,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7920.41,\"TotalDueAmount\":0,\"InvoiceValue\":7920.41,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-DED-IndiGo 6E-953\",\"ItemQty\":1,\"ItemRates\":7920.41,\"Total\":7920.41,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7920.41,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":7920.41,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-18 22:10:48'),(1149,'05b05-1841d-e69a9-64bd3','{\"BookingData\":[{\"bookingId\":\"BKR109275486584\",\"bookingId_TJ\":\"TJ109275486584\",\"FlightNumber\":\"SG-8964\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-29T12:30\",\"LocalFromTime\":\"2023-11-29 12:30\",\"FromUTCTime\":\"2023-11-29T12:30\",\"LocalToTime\":\"2023-11-29 13:30\",\"ToUTCTime\":\"2023-11-29T13:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Wed, 29 Nov\",\"ArrivalDateTxt\":\"Wed, 29 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":24,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3091.8,\"PublishedFareTxt\":\"3,092\",\"ApiResultIndex\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCFT\":9,\"CCF\":50,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCFT\":9,\"CCF\":50,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1900,\"Tax\":1191.8,\"YQTax\":0,\"OtherCharges\":1082,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3091.8,\"PublishedFare\":3043.78,\"OfferedFare\":3043.78,\"CommissionEarned\":48.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4985449535_0IXJSXRSG8964_226285006893923\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":48.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1191.8,\"BaseFareCal\":3043.78,\"BaseFare\":1900,\"CommissionEarned\":48.02,\"TDS\":-2.53,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":1082,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":48.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3043.78,\"CostToCustomer\":3043.78,\"BaseFareCal\":3043.78,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3043.78,\"intOfferedFare\":3043.78,\"intPublishFare\":3091.8,\"TripjackMarkup\":0,\"TripjackCommission\":48.02,\"TripjackTDS\":\"2.53\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":48.02,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"713\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-29T13:30\",\"SegFlightNumber\":\"SG-8964\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-29T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":24,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"1E1B\",\"Price\":0,\"amount\":0,\"Description\":\"1 Eatable + 1 Bevarage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"05b05-1841d-e69a9-64bd3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-19T00:33:50.334\",\"strTraceId\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109275486584\",\"bookingId_TJ\":\"TJ109275486584\",\"FlightNumber\":\"SG-8964\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"strTraceId\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-29T12:30\",\"LocalFromTime\":\"2023-11-29 12:30\",\"FromUTCTime\":\"2023-11-29T12:30\",\"LocalToTime\":\"2023-11-29 13:30\",\"ToUTCTime\":\"2023-11-29T13:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Wed, 29 Nov\",\"ArrivalDateTxt\":\"Wed, 29 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":13021,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":24,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3091.8,\"ApiResultIndex\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"05b05-1841d-e69a9-64bd3\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-19T00:33:50.334\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1900,\"Tax\":1191.8,\"YQTax\":0,\"OtherCharges\":1082,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3091.8,\"PublishedFare\":3043.78,\"OfferedFare\":3043.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1191.8,\"BaseFareCal\":3043.78,\"BaseFare\":1900,\"CommissionEarned\":48.02,\"TDS\":-2.53,\"MF\":10,\"YQ\":0,\"AGST\":98,\"MFT\":1.8,\"OT\":1082,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"713\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-29T13:30\",\"SegFlightNumber\":\"SG-8964\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-29T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":24,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-4985449535_0IXJSXRSG8964_57437489147454\",\"localFromDateTime\":\"2023-11-29 12:30\",\"localToDateTime\":\"2023-11-29 13:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":13021,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jammu\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"IXJ\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"29\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXJ\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"IXJ\",\"to\":\"SXR\",\"sourceCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":13021,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"05b05-1841d-e69a9-64bd3\",\"PreferredAirline\":null,\"from_city_\":\"1__IXJ-SXR\"}}','2023-10-19 00:32:17');
INSERT INTO `tbl_temp_data` VALUES (1151,'df529-4c1eb-fc226-487b5','{\"BookingData\":[{\"bookingId\":\"BKR103075494065\",\"bookingId_TJ\":\"TJ103075494065\",\"FlightNumber\":\"SG-8191\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-10-25T21:20\",\"LocalFromTime\":\"2023-10-25 21:20\",\"FromUTCTime\":\"2023-10-25T21:20\",\"LocalToTime\":\"2023-10-25 23:45\",\"ToUTCTime\":\"2023-10-25T23:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4444.8,\"PublishedFareTxt\":\"4,445\",\"ApiResultIndex\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"ARF\":3350,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCF\":50,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCF\":50,\"ACF\":3100,\"CCFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3703,\"Tax\":741.8,\"YQTax\":0,\"OtherCharges\":534,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":196,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4444.8,\"PublishedFare\":4358.66,\"OfferedFare\":4358.66,\"CommissionEarned\":86.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.53,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2073805143_0BOMDELSG8191_95578430926431\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":86.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":741.8,\"BaseFareCal\":4358.66,\"BaseFare\":3703,\"CommissionEarned\":86.14,\"TDS\":-4.53,\"MF\":10,\"YQ\":0,\"AGST\":196,\"MFT\":1.8,\"OT\":534,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4358.66,\"CostToCustomer\":4358.66,\"BaseFareCal\":4358.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4358.66,\"intOfferedFare\":4358.66,\"intPublishFare\":4444.8,\"TripjackMarkup\":0,\"TripjackCommission\":86.14,\"TripjackTDS\":\"4.53\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":86.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"21\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-25T23:45\",\"SegFlightNumber\":\"SG-8191\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"21\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"df529-4c1eb-fc226-487b5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-19T09:21:14.947\",\"strTraceId\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103075494065\",\"bookingId_TJ\":\"TJ103075494065\",\"FlightNumber\":\"SG-8191\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"strTraceId\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2023-10-25T21:20\",\"LocalFromTime\":\"2023-10-25 21:20\",\"FromUTCTime\":\"2023-10-25T21:20\",\"LocalToTime\":\"2023-10-25 23:45\",\"ToUTCTime\":\"2023-10-25T23:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4444.8,\"ApiResultIndex\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"df529-4c1eb-fc226-487b5\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-19T09:21:14.947\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3703,\"Tax\":741.8,\"YQTax\":0,\"OtherCharges\":534,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":196,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4444.8,\"PublishedFare\":4358.66,\"OfferedFare\":4358.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":741.8,\"BaseFareCal\":4358.66,\"BaseFare\":3703,\"CommissionEarned\":86.14,\"TDS\":-4.53,\"MF\":10,\"YQ\":0,\"AGST\":196,\"MFT\":1.8,\"OT\":534,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"21\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-25T23:45\",\"SegFlightNumber\":\"SG-8191\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-25T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2073805143_1BOMDELSG8191_260205965236937\",\"localFromDateTime\":\"2023-10-25 21:20\",\"localToDateTime\":\"2023-10-25 23:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"df529-4c1eb-fc226-487b5\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-10-19 09:19:42'),(1153,'8aa06-a8c76-ea7c7-d2da9','{\"BookingData\":[{\"bookingId\":\"BKR108475504628\",\"bookingId_TJ\":\"TJ108475504628\",\"FlightNumber\":\"6E-7206\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-11-17T11:50\",\"LocalFromTime\":\"2023-11-17 11:50\",\"FromUTCTime\":\"2023-11-17T11:50\",\"LocalToTime\":\"2023-11-17 16:35\",\"ToUTCTime\":\"2023-11-17T16:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Fri, 17 Nov\",\"ArrivalDateTxt\":\"Fri, 17 Nov\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":28759,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"VGA\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6595.8,\"PublishedFareTxt\":\"6,596\",\"ApiResultIndex\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"VGA-RPR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4577,\"Tax\":2018.8,\"YQTax\":700,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":269,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6595.8,\"PublishedFare\":6526.39,\"OfferedFare\":6526.39,\"CommissionEarned\":69.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6666259210845\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":69.41,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2018.8,\"BaseFareCal\":6526.39,\"BaseFare\":4577,\"CommissionEarned\":69.41,\"TDS\":-3.65,\"MF\":10,\"YQ\":700,\"AGST\":269,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.41,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6526.39,\"CostToCustomer\":6526.39,\"BaseFareCal\":6526.39,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6526.39,\"intOfferedFare\":6526.39,\"intPublishFare\":6595.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.41,\"TripjackTDS\":\"3.65\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":69.41,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"865\",\"originAirportName\":\"Vijayawada\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Vijayawada\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-17T12:50\",\"SegFlightNumber\":\"6E-7206\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VGA\",\"originDepTime\":\"2023-11-17T11:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":130,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"866\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-11-17T16:35\",\"SegFlightNumber\":\"6E-7248\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-17T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8aa06-a8c76-ea7c7-d2da9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T11:39:23.115\",\"strTraceId\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VGA\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":1,\"intSourceCityId\":28759,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108475504628\",\"bookingId_TJ\":\"TJ108475504628\",\"FlightNumber\":\"6E-7206\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"strTraceId\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2023-11-17T11:50\",\"LocalFromTime\":\"2023-11-17 11:50\",\"FromUTCTime\":\"2023-11-17T11:50\",\"LocalToTime\":\"2023-11-17 16:35\",\"ToUTCTime\":\"2023-11-17T16:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Fri, 17 Nov\",\"ArrivalDateTxt\":\"Fri, 17 Nov\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":28759,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"VGA\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6595.8,\"ApiResultIndex\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8aa06-a8c76-ea7c7-d2da9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T11:39:23.115\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4577,\"Tax\":2018.8,\"YQTax\":700,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":269,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6595.8,\"PublishedFare\":6526.39,\"OfferedFare\":6526.39,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2018.8,\"BaseFareCal\":6526.39,\"BaseFare\":4577,\"CommissionEarned\":69.41,\"TDS\":-3.65,\"MF\":10,\"YQ\":700,\"AGST\":269,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"865\",\"originAirportName\":\"Vijayawada\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Vijayawada\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-17T12:50\",\"SegFlightNumber\":\"6E-7206\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"VGA\",\"originDepTime\":\"2023-11-17T11:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":130,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"866\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-11-17T16:35\",\"SegFlightNumber\":\"6E-7248\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-17T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5336103603_0VGAHYD6E7206HYDRPR6E7248_6644292649181\",\"localFromDateTime\":\"2023-11-17 11:50\",\"localToDateTime\":\"2023-11-17 16:35\",\"strSourceAirportCode\":\"VGA\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":1,\"intSourceCityId\":28759,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Vijayawada\",\"mytrip_city_to\":\"Raipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"VGA\",\"ContSysId_1\":\"101\",\"destination_city\":\"RPR\",\"ContSysId\":\"101\",\"source\":\"Vijayawada, IN - Vijayawada VGA, India\",\"destination\":\"Raipur, IN - Raipur Arpt RPR, India\",\"departure_date\":\"17\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Vijayawada VGA\",\"to_mytrip_city\":\" IN - Raipur Arpt RPR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VGA\",\"destinationCityAirportCode\":\"RPR\",\"from\":\"VGA\",\"to\":\"RPR\",\"sourceCityText\":\"Vijayawada, IN - Vijayawada VGA, India\",\"destinationCityText\":\"Raipur, IN - Raipur Arpt RPR, India\",\"sourceCityId\":28759,\"destinationCityId\":22508,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8aa06-a8c76-ea7c7-d2da9\",\"PreferredAirline\":null,\"from_city_\":\"1__VGA-RPR\"}}','2023-10-19 11:37:50'),(1156,'179c0-a05dc-f13eb-fa369','{\"BookingData\":[{\"bookingId\":\"BKR104675507481\",\"bookingId_TJ\":\"TJ104675507481\",\"FlightNumber\":\"SG-8942\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-01T15:00\",\"LocalFromTime\":\"2023-11-01 15:00\",\"FromUTCTime\":\"2023-11-01T15:00\",\"LocalToTime\":\"2023-11-01 16:55\",\"ToUTCTime\":\"2023-11-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JRG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6357.35,\"PublishedFareTxt\":\"6,357\",\"ApiResultIndex\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JRG-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6020.55,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6357.35,\"PublishedFare\":6357.35,\"OfferedFare\":6357.35,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-8642776797_0JRGDELSG8942_189225593819130\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6357.35,\"BaseFare\":6020.55,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6357.35,\"CostToCustomer\":6357.35,\"BaseFareCal\":6357.35,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6357.35,\"intOfferedFare\":6357.35,\"intPublishFare\":6357.35,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"593\",\"originAirportName\":\"Jharsuguda Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Odisha\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-01T16:55\",\"SegFlightNumber\":\"SG-8942\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"JRG\",\"originDepTime\":\"2023-11-01T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"179c0-a05dc-f13eb-fa369\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-19T12:04:28.191\",\"strTraceId\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JRG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104675507481\",\"bookingId_TJ\":\"TJ104675507481\",\"FlightNumber\":\"SG-8942\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"strTraceId\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-01T15:00\",\"LocalFromTime\":\"2023-11-01 15:00\",\"FromUTCTime\":\"2023-11-01T15:00\",\"LocalToTime\":\"2023-11-01 16:55\",\"ToUTCTime\":\"2023-11-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"JRG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6357.35,\"ApiResultIndex\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"179c0-a05dc-f13eb-fa369\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-19T12:04:28.191\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6020.55,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6357.35,\"PublishedFare\":6357.35,\"OfferedFare\":6357.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":6357.35,\"BaseFare\":6020.55,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"593\",\"originAirportName\":\"Jharsuguda Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Odisha\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-01T16:55\",\"SegFlightNumber\":\"SG-8942\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"JRG\",\"originDepTime\":\"2023-11-01T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-8642776797_0JRGDELSG8942_4541438826486\",\"localFromDateTime\":\"2023-11-01 15:00\",\"localToDateTime\":\"2023-11-01 16:55\",\"strSourceAirportCode\":\"JRG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Odisha\",\"mytrip_city_to\":\"Delhi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JRG\",\"ContSysId_1\":\"0\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Odisha, IN - Jharsuguda Airport JRG, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"01\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jharsuguda Airport JRG\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JRG\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"JRG\",\"to\":\"DEL\",\"sourceCityText\":\"Odisha, IN - Jharsuguda Airport JRG, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":0,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"179c0-a05dc-f13eb-fa369\",\"PreferredAirline\":null,\"from_city_\":\"1__JRG-DEL\"}}','2023-10-19 12:02:55'),(1158,'9d49b-f7a39-c93a0-2fcb8','{\"BookingData\":[{\"bookingId\":\"BKR105675510263\",\"bookingId_TJ\":\"TJ105675510263\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-20T07:15\",\"LocalFromTime\":\"2023-11-20 07:15\",\"FromUTCTime\":\"2023-11-20T07:15\",\"LocalToTime\":\"2023-11-20 09:20\",\"ToUTCTime\":\"2023-11-20T09:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11877.6,\"PublishedFareTxt\":\"11,878\",\"ApiResultIndex\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"GOX-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8654,\"Tax\":3223.6,\"YQTax\":1100,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":498,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11877.6,\"PublishedFare\":11743.78,\"OfferedFare\":11743.78,\"CommissionEarned\":133.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2639800589_0JAIGOX6E6977_7489680968856\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":133.82,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3223.6,\"BaseFareCal\":11743.78,\"BaseFare\":8654,\"CommissionEarned\":133.82,\"TDS\":-7.04,\"MF\":20,\"YQ\":1100,\"AGST\":498,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":133.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11743.78,\"CostToCustomer\":11743.78,\"BaseFareCal\":11743.78,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11743.78,\"intOfferedFare\":11743.78,\"intPublishFare\":11877.6,\"TripjackMarkup\":0,\"TripjackCommission\":133.82,\"TripjackTDS\":\"7.04\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":133.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-20T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-20T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9d49b-f7a39-c93a0-2fcb8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T12:29:06.386\",\"strTraceId\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"2023-11-25 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105675510263\",\"bookingId_TJ\":\"TJ105675510263\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"strTraceId\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-20T07:15\",\"LocalFromTime\":\"2023-11-20 07:15\",\"FromUTCTime\":\"2023-11-20T07:15\",\"LocalToTime\":\"2023-11-20 09:20\",\"ToUTCTime\":\"2023-11-20T09:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":23761.2,\"ApiResultIndex\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9d49b-f7a39-c93a0-2fcb8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T12:29:06.386\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16614,\"Tax\":7147.2,\"YQTax\":2200,\"OtherCharges\":3944,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":956,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23761.2,\"PublishedFare\":23500.480000000003,\"OfferedFare\":23500.480000000003,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7147.2,\"BaseFareCal\":23500.480000000003,\"BaseFare\":16614,\"CommissionEarned\":260.72,\"TDS\":-13.719999999999999,\"MF\":40,\"YQ\":2200,\"AGST\":956,\"MFT\":7.2,\"OT\":3944,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"914\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-20T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-20T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"295\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-25T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-25T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2639800589_0JAIGOX6E6977_181343428457079\",\"localFromDateTime\":\"2023-11-20 07:15\",\"localToDateTime\":\"2023-11-20 09:20\",\"strSourceAirportCode\":\"GOX\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR105675510263\",\"bookingId_TJ\":\"TJ105675510263\",\"FlightNumber\":\"6E-6978\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2639800589_0GOXJAI6E6978_181343428140251\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2023-11-25T09:55\",\"LocalFromTime\":\"2023-11-25 09:55\",\"FromUTCTime\":\"2023-11-25T09:55\",\"LocalToTime\":\"2023-11-25 12:15\",\"ToUTCTime\":\"2023-11-25T12:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11883.6,\"PublishedFareTxt\":\"11,884\",\"ApiResultIndex\":\"5-2639800589_0GOXJAI6E6978_181343428140251\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"GOX-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7960,\"Tax\":3923.6,\"YQTax\":1100,\"OtherCharges\":2342,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":458,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11883.6,\"PublishedFare\":11756.7,\"OfferedFare\":11756.7,\"CommissionEarned\":126.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.68,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2639800589_1GOXJAI6E6978_7489681969218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.9,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3923.6,\"BaseFareCal\":11756.7,\"BaseFare\":7960,\"CommissionEarned\":126.9,\"TDS\":-6.68,\"MF\":20,\"YQ\":1100,\"AGST\":458,\"MFT\":3.6,\"OT\":2342,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11756.7,\"CostToCustomer\":11756.7,\"BaseFareCal\":11756.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11756.7,\"intOfferedFare\":11756.7,\"intPublishFare\":11883.6,\"TripjackMarkup\":0,\"TripjackCommission\":126.9,\"TripjackTDS\":\"6.68\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":126.9,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"295\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-25T12:15\",\"SegFlightNumber\":\"6E-6978\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-11-25T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"295\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9d49b-f7a39-c93a0-2fcb8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T12:29:06.386\",\"strTraceId\":\"5-2639800589_0GOXJAI6E6978_181343428140251\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"2023-11-25 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"20\\/11\\/2023\",\"return_date\":\"25\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"JAI\",\"to\":\"GOI\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":12995,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/11\\/2023\",\"return_dates\":\"25\\/11\\/2023\",\"strDepatureDate\":\"2023-11-20\",\"strReturnDate\":\"2023-11-25\",\"SearchFlightTraceId\":\"9d49b-f7a39-c93a0-2fcb8\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-GOI-JAI\"}}','2023-10-19 12:27:34'),(1160,'622dd-d9b8a-b4cee-b9d89','{\"BookingData\":[{\"bookingId\":\"BKR111975512721\",\"bookingId_TJ\":\"TJ111975512721\",\"FlightNumber\":\"SG-57\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2023-11-03T09:25\",\"LocalFromTime\":\"2023-11-03 09:25\",\"FromUTCTime\":\"2023-11-03T09:25\",\"LocalToTime\":\"2023-11-03 11:55\",\"ToUTCTime\":\"2023-11-03T11:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Fri, 03 Nov\",\"ArrivalDateTxt\":\"Fri, 03 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15511.8,\"PublishedFareTxt\":\"15,512\",\"ApiResultIndex\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-DXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Name Change and Web Checkin are not permitted | Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15000,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15511.8,\"PublishedFare\":15511.8,\"OfferedFare\":15511.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3657661451_0JAIDXBSG57_94093887074039\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":15511.8,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15511.8,\"CostToCustomer\":15511.8,\"BaseFareCal\":15511.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15511.8,\"intOfferedFare\":15511.8,\"intPublishFare\":15511.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"690\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-11-03T11:55\",\"SegFlightNumber\":\"SG-57\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-03T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"622dd-d9b8a-b4cee-b9d89\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T12:50:32.493\",\"strTraceId\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR111975512721\",\"bookingId_TJ\":\"TJ111975512721\",\"FlightNumber\":\"SG-57\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"strTraceId\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2023-11-03T09:25\",\"LocalFromTime\":\"2023-11-03 09:25\",\"FromUTCTime\":\"2023-11-03T09:25\",\"LocalToTime\":\"2023-11-03 11:55\",\"ToUTCTime\":\"2023-11-03T11:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Fri, 03 Nov\",\"ArrivalDateTxt\":\"Fri, 03 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":15511.8,\"ApiResultIndex\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"622dd-d9b8a-b4cee-b9d89\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T12:50:32.493\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15000,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15511.8,\"PublishedFare\":15511.8,\"OfferedFare\":15511.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":15511.8,\"BaseFare\":15000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"690\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-11-03T11:55\",\"SegFlightNumber\":\"SG-57\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-03T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3657661451_0JAIDXBSG57_6219508918917\",\"localFromDateTime\":\"2023-11-03 09:25\",\"localToDateTime\":\"2023-11-03 11:55\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Dubai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"03\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"JAI\",\"to\":\"DXB\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":12995,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-03\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"622dd-d9b8a-b4cee-b9d89\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-DXB\"}}','2023-10-19 12:49:03'),(1162,'7dacc-45be5-e8c1c-1a9a7','{\"BookingData\":[{\"bookingId\":\"BKR103775518709\",\"bookingId_TJ\":\"TJ103775518709\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-20T06:00\",\"LocalFromTime\":\"2023-10-20 06:00\",\"FromUTCTime\":\"2023-10-20T06:00\",\"LocalToTime\":\"2023-10-20 07:45\",\"ToUTCTime\":\"2023-10-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3236.8,\"PublishedFareTxt\":\"3,237\",\"ApiResultIndex\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3236.8,\"PublishedFare\":3236.8,\"OfferedFare\":3236.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4748614449_0AMDDELSG194_95363848936044\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":3236.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3236.8,\"CostToCustomer\":3236.8,\"BaseFareCal\":3236.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3236.8,\"intOfferedFare\":3236.8,\"intPublishFare\":3236.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"24\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-20T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7dacc-45be5-e8c1c-1a9a7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T13:47:40.917\",\"strTraceId\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103775518709\",\"bookingId_TJ\":\"TJ103775518709\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"strTraceId\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-20T06:00\",\"LocalFromTime\":\"2023-10-20 06:00\",\"FromUTCTime\":\"2023-10-20T06:00\",\"LocalToTime\":\"2023-10-20 07:45\",\"ToUTCTime\":\"2023-10-20T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 20 Oct\",\"ArrivalDateTxt\":\"Fri, 20 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3236.8,\"ApiResultIndex\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"7dacc-45be5-e8c1c-1a9a7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-19T13:47:40.917\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2950,\"Tax\":286.8,\"YQTax\":0,\"OtherCharges\":275,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3236.8,\"PublishedFare\":3236.8,\"OfferedFare\":3236.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":286.8,\"BaseFareCal\":3236.8,\"BaseFare\":2950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"24\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-20T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4748614449_0AMDDELSG194_111474470401703\",\"localFromDateTime\":\"2023-10-20 06:00\",\"localToDateTime\":\"2023-10-20 07:45\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"20\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"AMD\",\"to\":\"DEL\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":296,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7dacc-45be5-e8c1c-1a9a7\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-DEL\"}}','2023-10-19 13:46:08'),(1164,'6f264-41640-1ea34-99d5e','{\"BookingData\":[{\"bookingId\":\"BKR116975524878\",\"bookingId_TJ\":\"TJ116975524878\",\"FlightNumber\":\"UK-562\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2024-02-06T14:20\",\"LocalFromTime\":\"2024-02-06 14:20\",\"FromUTCTime\":\"2024-02-06T14:20\",\"LocalToTime\":\"2024-02-07 13:30\",\"ToUTCTime\":\"2024-02-07T13:30\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":925,\"LAYOVERDuration\":\"15h 25m\",\"FlyingMinutes\":1300,\"DepartureDateTxt\":\"Tue, 06 Feb\",\"ArrivalDateTxt\":\"Wed, 07 Feb\",\"FlightDuration\":\"23h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29620,\"Tax\":7998.6,\"YQTax\":0,\"OtherCharges\":6053,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1502,\"CarrierMiscFee\":420,\"MUFee\":0,\"intPublishedFare\":37618.600000000006,\"PublishedFare\":35995.490000000005,\"OfferedFare\":-356.4,\"CommissionEarned\":1623.11,\"CommisionPass\":1623.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-85.43,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-5536092983_1BKKBOMUK124BOMJAIUK563_19418177371292\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7998.6,\"BaseFareCal\":35995.490000000005,\"BaseFare\":29620,\"CommissionEarned\":1623.11,\"TDS\":-85.43,\"MF\":20,\"YQ\":0,\"AGST\":1502,\"MFT\":3.6,\"OT\":6053,\"MU\":0,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"919\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-02-06T16:20\",\"SegFlightNumber\":\"UK-562\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-06T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":925,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"15h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"920\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-02-07T13:30\",\"SegFlightNumber\":\"UK-123\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-07T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6f264-41640-1ea34-99d5e\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-06 12:00\",\"localToDateTime\":\"2024-02-15 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116975524878\",\"bookingId_TJ\":\"TJ116975524878\",\"FlightNumber\":\"UK-562\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"strTraceId\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2024-02-06T14:20\",\"LocalFromTime\":\"2024-02-06 14:20\",\"FromUTCTime\":\"2024-02-06T14:20\",\"LocalToTime\":\"2024-02-07 13:30\",\"ToUTCTime\":\"2024-02-07T13:30\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":925,\"LAYOVERDuration\":\"15h 25m\",\"FlyingMinutes\":1300,\"DepartureDateTxt\":\"Tue, 06 Feb\",\"ArrivalDateTxt\":\"Wed, 07 Feb\",\"FlightDuration\":\"23h 10m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":35995.490000000005,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"6f264-41640-1ea34-99d5e\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":29620,\"Tax\":7998.6,\"YQTax\":0,\"OtherCharges\":6053,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":1502,\"CarrierMiscFee\":420,\"MUFee\":0,\"intPublishedFare\":37618.600000000006,\"PublishedFare\":35995.490000000005,\"OfferedFare\":-356.4,\"CommissionEarned\":1623.11,\"CommisionPass\":1623.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-85.43,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-5536092983_1BKKBOMUK124BOMJAIUK563_19418177371292\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":7998.6,\"BaseFareCal\":35995.490000000005,\"BaseFare\":29620,\"CommissionEarned\":1623.11,\"TDS\":-85.43,\"MF\":20,\"YQ\":0,\"AGST\":1502,\"MFT\":3.6,\"OT\":6053,\"MU\":0,\"YR\":420,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"919\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-02-06T16:20\",\"SegFlightNumber\":\"UK-562\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-06T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":925,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"15h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"920\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-02-07T13:30\",\"SegFlightNumber\":\"UK-123\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-07T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":255,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"921\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-02-15T17:55\",\"SegFlightNumber\":\"UK-124\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-02-15T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":280,\"GroundTime\":1400,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"17:55\",\"FlightDuration\":\"4h 40m\",\"LAYOVERDuration\":\"23h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"922\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-16T19:10\",\"SegFlightNumber\":\"UK-563\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-16T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-5536092983_249JAIBOMUK562BOMBKKUK123BKKBOMUK124BOMJAIUK563_103588474522779\",\"localFromDateTime\":\"2024-02-06 14:20\",\"localToDateTime\":\"2024-02-07 13:30\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR116975524878\",\"bookingId_TJ\":\"TJ116975524878\",\"FlightNumber\":\"UK-124\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:45\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2024-02-15T14:45\",\"LocalFromTime\":\"2024-02-15 14:45\",\"FromUTCTime\":\"2024-02-15T14:45\",\"LocalToTime\":\"2024-02-16 19:10\",\"ToUTCTime\":\"2024-02-16T19:10\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1400,\"LAYOVERDuration\":\"23h 20m\",\"FlyingMinutes\":1795,\"DepartureDateTxt\":\"Thu, 15 Feb\",\"ArrivalDateTxt\":\"Fri, 16 Feb\",\"FlightDuration\":\"28h 25m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"921\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-02-15T17:55\",\"SegFlightNumber\":\"UK-124\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-02-15T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":280,\"GroundTime\":1400,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"17:55\",\"FlightDuration\":\"4h 40m\",\"LAYOVERDuration\":\"23h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"922\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-16T19:10\",\"SegFlightNumber\":\"UK-563\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"W\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-16T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6f264-41640-1ea34-99d5e\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-06 12:00\",\"localToDateTime\":\"2024-02-15 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"06\\/02\\/2024\",\"return_date\":\"15\\/02\\/2024\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"JAI\",\"to\":\"BKK\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12995,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/02\\/2024\",\"return_dates\":\"15\\/02\\/2024\",\"strDepatureDate\":\"2024-02-06\",\"strReturnDate\":\"2024-02-15\",\"SearchFlightTraceId\":\"6f264-41640-1ea34-99d5e\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-BKK-JAI\"}}','2023-10-19 14:58:24'),(1167,'b990e-85aa8-03049-2c358','{\"BookingData\":[{\"bookingId\":\"BKR105975531202\",\"bookingId_TJ\":\"TJ105975531202\",\"FlightNumber\":\"UK-936\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2023-12-29T08:25\",\"LocalFromTime\":\"2023-12-29 08:25\",\"FromUTCTime\":\"2023-12-29T08:25\",\"LocalToTime\":\"2023-12-29 20:15\",\"ToUTCTime\":\"2023-12-29T20:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 29 Dec\",\"ArrivalDateTxt\":\"Fri, 29 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17113.6,\"PublishedFareTxt\":\"17,114\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":157.5,\"ARF\":3150},\"st\":\"4\",\"et\":\"26\"},{\"amount\":2625,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":131.25,\"ARF\":2625},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACF\":3675,\"CCF\":50,\"ACFT\":183.75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3150,\"CCF\":50,\"ACFT\":157.5,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14744,\"Tax\":2369.6,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":764,\"CarrierMiscFee\":520,\"MUFee\":0,\"intPublishedFare\":17113.6,\"PublishedFare\":15994.82,\"OfferedFare\":15994.82,\"CommissionEarned\":1118.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-58.88,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-5420247429_0AMDBOMUK936BOMGOXUK513_122278257551613\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Standard\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1118.78,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":17113.6,\"oldFare\":15645.6,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2369.6,\"BaseFareCal\":15994.82,\"BaseFare\":14744,\"CommissionEarned\":1118.78,\"TDS\":-58.88,\"MF\":20,\"YQ\":0,\"AGST\":764,\"MFT\":3.6,\"OT\":1062,\"MU\":0,\"YR\":520,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1118.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15994.82,\"CostToCustomer\":15994.82,\"BaseFareCal\":15994.82,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15994.82,\"intOfferedFare\":15994.82,\"intPublishFare\":17113.6,\"TripjackMarkup\":0,\"TripjackCommission\":1118.78,\"TripjackTDS\":\"58.88\",\"AddiMarkup\":0,\"CommisionPass\":1118.78,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"922\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-29T09:35\",\"SegFlightNumber\":\"UK-936\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-29T08:25\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"923\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-29T20:15\",\"SegFlightNumber\":\"UK-513\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-29T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"5KG\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"10KG\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"15KG\",\"Price\":7200,\"amount\":7200,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"20KG\",\"Price\":9600,\"amount\":9600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"25KG\",\"Price\":12000,\"amount\":12000,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"30KG\",\"Price\":14400,\"amount\":14400,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"35KG\",\"Price\":16800,\"amount\":16800,\"Weight\":\"35KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"45KG\",\"Price\":21600,\"amount\":21600,\"Weight\":\"45KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"50KG\",\"Price\":26400,\"amount\":26400,\"Weight\":\"50KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"65KG\",\"Price\":31200,\"amount\":31200,\"Weight\":\"65KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"77KG\",\"Price\":38400,\"amount\":38400,\"Weight\":\"77KG\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"90KG\",\"Price\":46000,\"amount\":46000,\"Weight\":\"90KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b990e-85aa8-03049-2c358\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-19T16:10:12.578\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105975531202\",\"bookingId_TJ\":\"TJ105975531202\",\"FlightNumber\":\"UK-936\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2023-12-29T08:25\",\"LocalFromTime\":\"2023-12-29 08:25\",\"FromUTCTime\":\"2023-12-29T08:25\",\"LocalToTime\":\"2023-12-29 20:15\",\"ToUTCTime\":\"2023-12-29T20:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 29 Dec\",\"ArrivalDateTxt\":\"Fri, 29 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17113.6,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"b990e-85aa8-03049-2c358\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-19T16:10:12.578\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14744,\"Tax\":2369.6,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":764,\"CarrierMiscFee\":520,\"MUFee\":0,\"intPublishedFare\":17113.6,\"PublishedFare\":15994.82,\"OfferedFare\":15994.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2369.6,\"BaseFareCal\":15994.82,\"BaseFare\":14744,\"CommissionEarned\":1118.78,\"TDS\":-58.88,\"MF\":20,\"YQ\":0,\"AGST\":764,\"MFT\":3.6,\"OT\":1062,\"MU\":0,\"YR\":520,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"922\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-29T09:35\",\"SegFlightNumber\":\"UK-936\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-29T08:25\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"923\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-29T20:15\",\"SegFlightNumber\":\"UK-513\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-29T18:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-12-29 08:25\",\"localToDateTime\":\"2023-12-29 20:15\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Goa In\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"29\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"AMD\",\"to\":\"GOI\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":296,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b990e-85aa8-03049-2c358\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-GOI\"}}','2023-10-19 16:08:40'),(1169,'3ce57-73d7c-b8919-16719','{\"BookingData\":[{\"bookingId\":\"BKR102675566961\",\"bookingId_TJ\":\"TJ102675566961\",\"FlightNumber\":\"6E-2148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-23T07:30\",\"LocalFromTime\":\"2023-11-23 07:30\",\"FromUTCTime\":\"2023-11-23T07:30\",\"LocalToTime\":\"2023-11-23 09:25\",\"ToUTCTime\":\"2023-11-23T09:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2012,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5837.8,\"PublishedFareTxt\":\"5,838\",\"ApiResultIndex\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4838,\"Tax\":999.8,\"YQTax\":550,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5837.8,\"PublishedFare\":5765.79,\"OfferedFare\":5765.79,\"CommissionEarned\":72.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4563404845_0DELIXB6E2148_61518256287308\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":72.01,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":999.8,\"BaseFareCal\":5765.79,\"BaseFare\":4838,\"CommissionEarned\":72.01,\"TDS\":-3.79,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5765.79,\"CostToCustomer\":5765.79,\"BaseFareCal\":5765.79,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5765.79,\"intOfferedFare\":5765.79,\"intPublishFare\":5837.8,\"TripjackMarkup\":0,\"TripjackCommission\":72.01,\"TripjackTDS\":\"3.79\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":72.01,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"972\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-23T09:25\",\"SegFlightNumber\":\"6E-2148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-23T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"972\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3ce57-73d7c-b8919-16719\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T01:36:00.600\",\"strTraceId\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2012,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102675566961\",\"bookingId_TJ\":\"TJ102675566961\",\"FlightNumber\":\"6E-2148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"strTraceId\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-23T07:30\",\"LocalFromTime\":\"2023-11-23 07:30\",\"FromUTCTime\":\"2023-11-23T07:30\",\"LocalToTime\":\"2023-11-23 09:25\",\"ToUTCTime\":\"2023-11-23T09:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2012,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5837.8,\"ApiResultIndex\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3ce57-73d7c-b8919-16719\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T01:36:00.600\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4838,\"Tax\":999.8,\"YQTax\":550,\"OtherCharges\":438,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5837.8,\"PublishedFare\":5765.79,\"OfferedFare\":5765.79,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":999.8,\"BaseFareCal\":5765.79,\"BaseFare\":4838,\"CommissionEarned\":72.01,\"TDS\":-3.79,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":438,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"972\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-23T09:25\",\"SegFlightNumber\":\"6E-2148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-23T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4563404845_0DELIXB6E2148_236491571887536\",\"localFromDateTime\":\"2023-11-23 07:30\",\"localToDateTime\":\"2023-11-23 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2012,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bagdogra\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXB\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bagdogra Arpt IXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXB\",\"from\":\"DEL\",\"to\":\"IXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"sourceCityId\":7701,\"destinationCityId\":2012,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3ce57-73d7c-b8919-16719\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXB\"}}','2023-10-20 01:34:28'),(1170,'d142c-99c81-d0e1e-c5d78','{\"BookingData\":[{\"FlightNumber\":\"I5-972\",\"keyIndex\":13,\"SegFlightNumberArr\":\"I5-972\",\"AirlineName\":\"Airindia express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9920314707_0BLRHYDI5972_164005999620118\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-23T14:20\",\"LocalFromTime\":\"2023-11-23 14:20\",\"FromUTCTime\":\"2023-11-23T14:20\",\"LocalToTime\":\"2023-11-23 15:35\",\"ToUTCTime\":\"2023-11-23T15:35\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3748,\"PublishedFareTxt\":\"3,748\",\"ApiResultIndex\":\"22-16-9920314707_0BLRHYDI5972_164005999619687\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d142c-99c81-d0e1e-c5d78\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2726,\"Tax\":1099.8,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3825.8,\"PublishedFare\":3748,\"PublishedFarePerPax\":3748,\"OfferedFare\":3747.66,\"CommissionEarned\":78.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9920314707_0BLRHYDI5972_164005999620118\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":78.14,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1099.8,\"BaseFareCal\":3747.66,\"BaseFare\":2726,\"CommissionEarned\":78.14,\"TDS\":-4.11,\"MF\":10,\"YQ\":0,\"AGST\":146,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02Q\"},\"Segments\":[{\"segmentid\":\"700\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-23T15:35\",\"SegFlightNumber\":\"I5-972\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-23T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00Y\"},{\"keyIndex\":16,\"FlightNumber\":\"9I-518\",\"SegFlightNumberArr\":\"9I-518\",\"AirlineName\":\"Alliance Air\",\"AirlineCode\":\"9I\",\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"28-9920314707_0HYDBLR9I518_164006323145050\",\"AirlineSysId\":\"43\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-11-27T17:30\",\"LocalFromTime\":\"2023-11-27 17:30\",\"FromUTCTime\":\"2023-11-27T17:30\",\"LocalToTime\":\"2023-11-27 19:20\",\"ToUTCTime\":\"2023-11-27T19:20\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3233,\"PublishedFareTxt\":\"3,232\",\"ApiResultIndex\":\"28-9920314707_0HYDBLR9I518_164006323143556\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d142c-99c81-d0e1e-c5d78\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/9I.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":1278.8,\"YQTax\":0,\"OtherCharges\":1167,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":100,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3278.8,\"PublishedFare\":3233,\"PublishedFarePerPax\":3233,\"OfferedFare\":3232.06,\"CommissionEarned\":46.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"28-9920314707_0HYDBLR9I518_164006323145050\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SUPSAV\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1278.8,\"BaseFareCal\":3232.06,\"BaseFare\":2000,\"CommissionEarned\":46.74,\"TDS\":-2.46,\"MF\":10,\"YQ\":0,\"AGST\":100,\"MFT\":1.8,\"OT\":1167,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"5 Kg\",\"checkin\":\"15 Kg\"}}},\"$$hashKey\":\"0FB\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-27T19:20\",\"SegFlightNumber\":\"9I-518\",\"AirlineCode\":\"9I\",\"AirlineName\":\"Alliance Air\",\"FareClass\":\"H\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-27T17:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T1\",\"ArrTerminal\":\"T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/9I.png\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":16,\"FlightNumber\":\"9I-518\",\"SegFlightNumberArr\":\"9I-518\",\"AirlineName\":\"Alliance Air\",\"AirlineCode\":\"9I\",\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"28-9920314707_0HYDBLR9I518_164006323145050\",\"AirlineSysId\":\"43\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-11-27T17:30\",\"LocalFromTime\":\"2023-11-27 17:30\",\"FromUTCTime\":\"2023-11-27T17:30\",\"LocalToTime\":\"2023-11-27 19:20\",\"ToUTCTime\":\"2023-11-27T19:20\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3233,\"PublishedFareTxt\":\"3,232\",\"ApiResultIndex\":\"28-9920314707_0HYDBLR9I518_164006323143556\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"d142c-99c81-d0e1e-c5d78\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/9I.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":1278.8,\"YQTax\":0,\"OtherCharges\":1167,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":100,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3278.8,\"PublishedFare\":3233,\"PublishedFarePerPax\":3233,\"OfferedFare\":3232.06,\"CommissionEarned\":46.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.46,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"28-9920314707_0HYDBLR9I518_164006323145050\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SUPSAV\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1278.8,\"BaseFareCal\":3232.06,\"BaseFare\":2000,\"CommissionEarned\":46.74,\"TDS\":-2.46,\"MF\":10,\"YQ\":0,\"AGST\":100,\"MFT\":1.8,\"OT\":1167,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"5 Kg\",\"checkin\":\"15 Kg\"}}},\"$$hashKey\":\"0FB\"},\"Segments\":[{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-27T19:20\",\"SegFlightNumber\":\"9I-518\",\"AirlineCode\":\"9I\",\"AirlineName\":\"Alliance Air\",\"FareClass\":\"H\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-27T17:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"5 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T1\",\"ArrTerminal\":\"T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/9I.png\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01S\"}}','2023-10-20 08:26:50'),(1172,'38e94-4f438-167bb-42f09','{\"BookingData\":[{\"bookingId\":\"BKR101175576317\",\"bookingId_TJ\":\"TJ101175576317\",\"FlightNumber\":\"I5-560\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-10-21T20:20\",\"LocalFromTime\":\"2023-10-21 20:20\",\"FromUTCTime\":\"2023-10-21T20:20\",\"LocalToTime\":\"2023-10-21 22:55\",\"ToUTCTime\":\"2023-10-21T22:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12783.6,\"PublishedFareTxt\":\"12,784\",\"ApiResultIndex\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-GOI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"CCF\":50,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11062,\"Tax\":1721.6,\"YQTax\":0,\"OtherCharges\":1126,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":572,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12783.6,\"PublishedFare\":12515.42,\"OfferedFare\":12515.42,\"CommissionEarned\":268.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-2138913850_0DELGOII5560_94540619180465\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":268.18,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1721.6,\"BaseFareCal\":12515.42,\"BaseFare\":11062,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":572,\"MFT\":3.6,\"OT\":1126,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":268.18,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12515.42,\"CostToCustomer\":12515.42,\"BaseFareCal\":12515.42,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12515.42,\"intOfferedFare\":12515.42,\"intPublishFare\":12783.6,\"TripjackMarkup\":0,\"TripjackCommission\":268.18,\"TripjackTDS\":\"14.12\",\"AddiMarkup\":0,\"CommisionPass\":268.18,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"588\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-10-21T22:55\",\"SegFlightNumber\":\"I5-560\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-21T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"38e94-4f438-167bb-42f09\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T10:39:57.176\",\"strTraceId\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101175576317\",\"bookingId_TJ\":\"TJ101175576317\",\"FlightNumber\":\"I5-560\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"strTraceId\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-10-21T20:20\",\"LocalFromTime\":\"2023-10-21 20:20\",\"FromUTCTime\":\"2023-10-21T20:20\",\"LocalToTime\":\"2023-10-21 22:55\",\"ToUTCTime\":\"2023-10-21T22:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12783.6,\"ApiResultIndex\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"38e94-4f438-167bb-42f09\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T10:39:57.176\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11062,\"Tax\":1721.6,\"YQTax\":0,\"OtherCharges\":1126,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":572,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12783.6,\"PublishedFare\":12515.42,\"OfferedFare\":12515.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1721.6,\"BaseFareCal\":12515.42,\"BaseFare\":11062,\"CommissionEarned\":268.18,\"TDS\":-14.12,\"MF\":20,\"YQ\":0,\"AGST\":572,\"MFT\":3.6,\"OT\":1126,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"588\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-10-21T22:55\",\"SegFlightNumber\":\"I5-560\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-21T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-2138913850_0DELGOII5560_12419772836430\",\"localFromDateTime\":\"2023-10-21 20:20\",\"localToDateTime\":\"2023-10-21 22:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"21\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"38e94-4f438-167bb-42f09\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-GOI\"}}','2023-10-20 10:38:24'),(1174,'602e4-0ccd7-4d839-15142','{\"BookingData\":[{\"bookingId\":\"BKR106175585149\",\"bookingId_TJ\":\"TJ106175585149\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-27T06:00\",\"LocalFromTime\":\"2023-10-27 06:00\",\"FromUTCTime\":\"2023-10-27T06:00\",\"LocalToTime\":\"2023-10-27 07:45\",\"ToUTCTime\":\"2023-10-27T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7173.6,\"PublishedFareTxt\":\"7,174\",\"ApiResultIndex\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":573.6,\"YQTax\":0,\"OtherCharges\":550,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7173.6,\"PublishedFare\":7173.6,\"OfferedFare\":7173.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6986420238_0AMDDELSG194_102500782719277\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":573.6,\"BaseFareCal\":7173.6,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":550,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7173.6,\"CostToCustomer\":7173.6,\"BaseFareCal\":7173.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7173.6,\"intOfferedFare\":7173.6,\"intPublishFare\":7173.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"176\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-27T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"602e4-0ccd7-4d839-15142\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T12:10:40.282\",\"strTraceId\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106175585149\",\"bookingId_TJ\":\"TJ106175585149\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"strTraceId\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-27T06:00\",\"LocalFromTime\":\"2023-10-27 06:00\",\"FromUTCTime\":\"2023-10-27T06:00\",\"LocalToTime\":\"2023-10-27 07:45\",\"ToUTCTime\":\"2023-10-27T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14578.7,\"ApiResultIndex\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"602e4-0ccd7-4d839-15142\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T12:10:40.282\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13531.5,\"Tax\":1047.2,\"YQTax\":0,\"OtherCharges\":1000,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14578.7,\"PublishedFare\":14578.7,\"OfferedFare\":14578.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1047.2,\"BaseFareCal\":14578.7,\"BaseFare\":13531.5,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1000,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"176\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-27T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"610\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-199\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-6986420238_2AMDDELSG194_179507847037565\",\"localFromDateTime\":\"2023-10-27 06:00\",\"localToDateTime\":\"2023-10-27 07:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR106175585149\",\"bookingId_TJ\":\"TJ106175585149\",\"FlightNumber\":\"SG-199\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-6986420238_2DELAMDSG199_179507942466171\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-11-01T20:30\",\"LocalFromTime\":\"2023-11-01 20:30\",\"FromUTCTime\":\"2023-11-01T20:30\",\"LocalToTime\":\"2023-11-01 22:10\",\"ToUTCTime\":\"2023-11-01T22:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7405.1,\"PublishedFareTxt\":\"7,405\",\"ApiResultIndex\":\"31-6986420238_2DELAMDSG199_179507942466171\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6931.5,\"Tax\":473.6,\"YQTax\":0,\"OtherCharges\":450,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7405.1,\"PublishedFare\":7405.1,\"OfferedFare\":7405.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6986420238_1DELAMDSG199_102500783945125\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":473.6,\"BaseFareCal\":7405.1,\"BaseFare\":6931.5,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":450,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7405.1,\"CostToCustomer\":7405.1,\"BaseFareCal\":7405.1,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7405.1,\"intOfferedFare\":7405.1,\"intPublishFare\":7405.1,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"610\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-199\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"602e4-0ccd7-4d839-15142\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T12:10:40.282\",\"strTraceId\":\"31-6986420238_2DELAMDSG199_179507942466171\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"27\\/10\\/2023\",\"return_date\":\"01\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"AMD\",\"to\":\"DEL\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":296,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/10\\/2023\",\"return_dates\":\"01\\/11\\/2023\",\"strDepatureDate\":\"2023-10-27\",\"strReturnDate\":\"2023-11-01\",\"SearchFlightTraceId\":\"602e4-0ccd7-4d839-15142\",\"PreferredAirline\":null,\"from_city_\":\"2__AMD-DEL-AMD\"}}','2023-10-20 12:09:07'),(1176,'3ad0c-9b58c-2ae17-93a67','{\"BookingData\":[{\"bookingId\":\"BKR114975589949\",\"bookingId_TJ\":\"TJ114975589949\",\"FlightNumber\":\"KE-24\",\"AirlineName\":\"Korean Air\",\"AirlineCode\":\"KE\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"AirlineSysId\":\"310\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-10-31T12:30\",\"LocalFromTime\":\"2023-10-31 12:30\",\"FromUTCTime\":\"2023-10-31T12:30\",\"LocalToTime\":\"2023-11-01 23:20\",\"ToUTCTime\":\"2023-11-01T23:20\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Seoul\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":1250,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"34h 50m\",\"SourcePlaceSysId\":32994,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"SFO\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":60417.8,\"PublishedFareTxt\":\"60,418\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\",\"FareRuleDetails\":{\"fareRule\":{\"SFO-BKK\":{\"tfr\":{\"DATECHANGE\":[{\"amount\":24985,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CRFT\":9,\"ARF\":24985,\"CRF\":50,\"ARFT\":1249.25},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":24985,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CRFT\":9,\"ARF\":24985,\"CRF\":50,\"ARFT\":1249.25},\"pp\":\"AFTER_DEPARTURE\"}],\"NO_SHOW\":[{\"amount\":29145,\"policyInfo\":\"Available with Penalty\",\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":29145,\"policyInfo\":\"Available with Penalty\",\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":29145,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CCFT\":18,\"ACF\":29145,\"CCF\":100,\"ACFT\":1457.25},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":29145,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CCFT\":18,\"ACF\":29145,\"CCF\":100,\"ACFT\":1457.25},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":43635,\"Tax\":16782.8,\"YQTax\":150,\"OtherCharges\":3331,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":13290,\"MUFee\":0,\"intPublishedFare\":60417.8,\"PublishedFare\":60132.8,\"OfferedFare\":60132.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8060267967_0SFOICNKE24ICNBKKKE653_12422280323392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":16782.8,\"BaseFareCal\":60132.8,\"BaseFare\":43635,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":150,\"AGST\":0,\"MFT\":1.8,\"OT\":3331,\"MU\":0,\"YR\":13290,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":60132.8,\"CostToCustomer\":60132.8,\"BaseFareCal\":60132.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":60132.8,\"intOfferedFare\":60132.8,\"intPublishFare\":60417.8,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":0,\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"179\",\"originAirportName\":\"San Francisco Intl Arpt\",\"destinationAirportName\":\"Incheon Intl Arpt\",\"originCityName\":\"San Francisco\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Seoul\",\"destinationCountryName\":\"Korea\",\"destinationAirportCode\":\"ICN\",\"destinationArrTime\":\"2023-11-01T17:30\",\"SegFlightNumber\":\"KE-24\",\"AirlineCode\":\"KE\",\"AirlineName\":\"Korean Air\",\"FareClass\":\"L\",\"originAirportCode\":\"SFO\",\"originDepTime\":\"2023-10-31T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":780,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"13h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Seoul\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\"},{\"segmentid\":\"180\",\"originAirportName\":\"Incheon Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Seoul\",\"originCountryName\":\"Korea\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-11-01T23:20\",\"SegFlightNumber\":\"KE-653\",\"AirlineCode\":\"KE\",\"AirlineName\":\"Korean Air\",\"FareClass\":\"L\",\"originAirportCode\":\"ICN\",\"originDepTime\":\"2023-11-01T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":375,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"6h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3ad0c-9b58c-2ae17-93a67\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T12:57:44.856\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SFO\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":32994,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR114975589949\",\"bookingId_TJ\":\"TJ114975589949\",\"FlightNumber\":\"KE-24\",\"AirlineName\":\"Korean Air\",\"AirlineCode\":\"KE\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"AirlineSysId\":\"310\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-10-31T12:30\",\"LocalFromTime\":\"2023-10-31 12:30\",\"FromUTCTime\":\"2023-10-31T12:30\",\"LocalToTime\":\"2023-11-01 23:20\",\"ToUTCTime\":\"2023-11-01T23:20\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Seoul\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":1250,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"34h 50m\",\"SourcePlaceSysId\":32994,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"SFO\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":60417.8,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\",\"SearchFlightTraceId\":\"3ad0c-9b58c-2ae17-93a67\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T12:57:44.856\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":43635,\"Tax\":16782.8,\"YQTax\":150,\"OtherCharges\":3331,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":13290,\"MUFee\":0,\"intPublishedFare\":60417.8,\"PublishedFare\":60132.8,\"OfferedFare\":60132.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":16782.8,\"BaseFareCal\":60132.8,\"BaseFare\":43635,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":150,\"AGST\":0,\"MFT\":1.8,\"OT\":3331,\"MU\":0,\"YR\":13290,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"179\",\"originAirportName\":\"San Francisco Intl Arpt\",\"destinationAirportName\":\"Incheon Intl Arpt\",\"originCityName\":\"San Francisco\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Seoul\",\"destinationCountryName\":\"Korea\",\"destinationAirportCode\":\"ICN\",\"destinationArrTime\":\"2023-11-01T17:30\",\"SegFlightNumber\":\"KE-24\",\"AirlineCode\":\"KE\",\"AirlineName\":\"Korean Air\",\"FareClass\":\"L\",\"originAirportCode\":\"SFO\",\"originDepTime\":\"2023-10-31T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":780,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"13h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Seoul\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\"},{\"segmentid\":\"180\",\"originAirportName\":\"Incheon Intl Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Seoul\",\"originCountryName\":\"Korea\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-11-01T23:20\",\"SegFlightNumber\":\"KE-653\",\"AirlineCode\":\"KE\",\"AirlineName\":\"Korean Air\",\"FareClass\":\"L\",\"originAirportCode\":\"ICN\",\"originDepTime\":\"2023-11-01T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":375,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"6h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/KE.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-8060267967_2SFOICNKE24ICNBKKKE653_97880230617692\",\"localFromDateTime\":\"2023-10-31 12:30\",\"localToDateTime\":\"2023-11-01 23:20\",\"strSourceAirportCode\":\"SFO\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":32994,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"San Francisco\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"SFO\",\"ContSysId_1\":\"231\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"San Francisco, US - San Francisco Intl Arpt SFO, United States\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"31\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" US - San Francisco Intl Arpt SFO\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"SFO\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"SFO\",\"to\":\"BKK\",\"sourceCityText\":\"San Francisco, US - San Francisco Intl Arpt SFO, United States\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":32994,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3ad0c-9b58c-2ae17-93a67\",\"PreferredAirline\":null,\"from_city_\":\"1__SFO-BKK\"}}','2023-10-20 12:56:16'),(1178,'a848d-94852-0960c-23aa4','{\"BookingData\":[{\"bookingId\":\"BKR115875598880\",\"bookingId_TJ\":\"TJ115875598880\",\"FlightNumber\":\"NZ-3286\",\"AirlineName\":\"Air New Zealand\",\"AirlineCode\":\"NZ\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"AirlineSysId\":\"58\",\"DepartureTime\":\"15:15\",\"ArrivalTime\":\"02:35\",\"TravelDate\":\"2024-02-04T15:15\",\"LocalFromTime\":\"2024-02-04 15:15\",\"FromUTCTime\":\"2024-02-04T15:15\",\"LocalToTime\":\"2024-02-05 02:35\",\"ToUTCTime\":\"2024-02-05T02:35\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":1130,\"DepartureDateTxt\":\"Sun, 04 Feb\",\"ArrivalDateTxt\":\"Mon, 05 Feb\",\"FlightDuration\":\"11h 20m\",\"SourcePlaceSysId\":1751,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AKL\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":43504.8,\"PublishedFareTxt\":\"43,505\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/NZ.png\",\"FareRuleDetails\":{\"fareRule\":{\"AKL-DEL\":{\"tfr\":{\"DATECHANGE\":[{\"amount\":2545,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"ARFT\":127.25,\"CRFT\":9,\"CRF\":50,\"ARF\":2545},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":2545,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"ARFT\":127.25,\"CRFT\":9,\"CRF\":50,\"ARF\":2545},\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":7635,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"ACFT\":381.75,\"ACF\":7635,\"CCF\":100,\"CCFT\":18},\"pp\":\"BEFORE_DEPARTURE\"},{\"policyInfo\":\"Not Refundable\",\"fcs\":[],\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":40665,\"Tax\":2839.8,\"YQTax\":0,\"OtherCharges\":2828,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43504.8,\"PublishedFare\":43219.8,\"OfferedFare\":43219.8,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_112322407356793\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":285,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2839.8,\"BaseFareCal\":43219.8,\"BaseFare\":40665,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2828,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43219.8,\"CostToCustomer\":43219.8,\"BaseFareCal\":43219.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43219.8,\"intOfferedFare\":43219.8,\"intPublishFare\":43504.8,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":0,\"CommisionPass\":285,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"470\",\"originAirportName\":\"Auckland Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Auckland\",\"originCountryName\":\"New Zealand\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2024-02-04T20:55\",\"SegFlightNumber\":\"NZ-3286\",\"AirlineCode\":\"NZ\",\"AirlineName\":\"Air New Zealand\",\"FareClass\":\"L\",\"originAirportCode\":\"AKL\",\"originDepTime\":\"2024-02-04T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":640,\"GroundTime\":125,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"10h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/NZ.png\"},{\"segmentid\":\"471\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-05T02:35\",\"SegFlightNumber\":\"AI-383\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2024-02-04T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":365,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"02:35\",\"FlightDuration\":\"6h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a848d-94852-0960c-23aa4\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-20T14:30:18.571\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MHB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":1751,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR115875598880\",\"bookingId_TJ\":\"TJ115875598880\",\"FlightNumber\":\"NZ-3286\",\"AirlineName\":\"Air New Zealand\",\"AirlineCode\":\"NZ\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"AirlineSysId\":\"58\",\"DepartureTime\":\"15:15\",\"ArrivalTime\":\"02:35\",\"TravelDate\":\"2024-02-04T15:15\",\"LocalFromTime\":\"2024-02-04 15:15\",\"FromUTCTime\":\"2024-02-04T15:15\",\"LocalToTime\":\"2024-02-05 02:35\",\"ToUTCTime\":\"2024-02-05T02:35\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Singapore\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":1130,\"DepartureDateTxt\":\"Sun, 04 Feb\",\"ArrivalDateTxt\":\"Mon, 05 Feb\",\"FlightDuration\":\"11h 20m\",\"SourcePlaceSysId\":1751,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AKL\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":43504.8,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/NZ.png\",\"SearchFlightTraceId\":\"a848d-94852-0960c-23aa4\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-20T14:30:18.571\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":40665,\"Tax\":2839.8,\"YQTax\":0,\"OtherCharges\":2828,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43504.8,\"PublishedFare\":43219.8,\"OfferedFare\":43219.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2839.8,\"BaseFareCal\":43219.8,\"BaseFare\":40665,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2828,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"470\",\"originAirportName\":\"Auckland Arpt\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Auckland\",\"originCountryName\":\"New Zealand\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2024-02-04T20:55\",\"SegFlightNumber\":\"NZ-3286\",\"AirlineCode\":\"NZ\",\"AirlineName\":\"Air New Zealand\",\"FareClass\":\"L\",\"originAirportCode\":\"AKL\",\"originDepTime\":\"2024-02-04T15:15\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":640,\"GroundTime\":125,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:15\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"10h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Singapore\",\"DepTerminal\":\"Terminal I\",\"ArrTerminal\":\"Terminal 0\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/NZ.png\"},{\"segmentid\":\"471\",\"originAirportName\":\"Changi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Singapore\",\"originCountryName\":\"Singapore\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-05T02:35\",\"SegFlightNumber\":\"AI-383\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"SIN\",\"originDepTime\":\"2024-02-04T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":365,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"02:35\",\"FlightDuration\":\"6h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-2811677232_0AKLSINNZ3286SINDELAI383_14291003763448\",\"localFromDateTime\":\"2024-02-04 15:15\",\"localToDateTime\":\"2024-02-05 02:35\",\"strSourceAirportCode\":\"AKL\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":1751,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Auckland\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"MHB\",\"ContSysId_1\":\"157\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Auckland, AKL, NZ - Mechanics Bay Arpt MHB, New Zealand\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"04\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" AKL\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MHB\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"MHB\",\"to\":\"DEL\",\"sourceCityText\":\"Auckland, AKL, NZ - Mechanics Bay Arpt MHB, New Zealand\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":1751,\"destinationCityId\":7701,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a848d-94852-0960c-23aa4\",\"PreferredAirline\":null,\"from_city_\":\"1__MHB-DEL\"}}','2023-10-20 14:28:46'),(1180,'d8acf-2b78f-5886a-344f6','{\"BookingData\":[{\"bookingId\":\"BKR102875600209\",\"bookingId_TJ\":\"TJ102875600209\",\"FlightNumber\":\"6E-2487\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:00\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-12-15T18:00\",\"LocalFromTime\":\"2023-12-15 18:00\",\"FromUTCTime\":\"2023-12-15T18:00\",\"LocalToTime\":\"2023-12-15 23:20\",\"ToUTCTime\":\"2023-12-15T23:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":9,\"CurrencyType\":\"1\",\"PublishedFare\":71476.2,\"PublishedFareTxt\":\"71,476\",\"ApiResultIndex\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-COK\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":54747,\"Tax\":16729.2,\"YQTax\":8550,\"OtherCharges\":4842,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.2,\"AirlineGSTComponent\":3231,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":71476.2,\"PublishedFare\":70716.33,\"OfferedFare\":70716.33,\"CommissionEarned\":759.8700000000001,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-40.050000000000004,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7093495854_0DELBLR6E2487BLRCOK6E6919_12983589906459\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":759.8700000000001,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":16729.2,\"BaseFareCal\":70716.33,\"BaseFare\":54747,\"CommissionEarned\":759.8700000000001,\"TDS\":-40.050000000000004,\"MF\":90,\"YQ\":8550,\"AGST\":3231,\"MFT\":16.2,\"OT\":4842,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":759.87,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":70716.33,\"CostToCustomer\":70716.33,\"BaseFareCal\":70716.33,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":70716.33,\"intOfferedFare\":70716.33,\"intPublishFare\":71476.2,\"TripjackMarkup\":0,\"TripjackCommission\":759.8700000000001,\"TripjackTDS\":\"40.05\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":759.8700000000001,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"207\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15T20:45\",\"SegFlightNumber\":\"6E-2487\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-15T18:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:00\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"208\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-12-15T23:20\",\"SegFlightNumber\":\"6E-6919\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-15T22:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:20\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"207\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d8acf-2b78f-5886a-344f6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T14:42:40.487\",\"strTraceId\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":9,\"intSourceCityId\":7701,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102875600209\",\"bookingId_TJ\":\"TJ102875600209\",\"FlightNumber\":\"6E-2487\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"strTraceId\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:00\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-12-15T18:00\",\"LocalFromTime\":\"2023-12-15 18:00\",\"FromUTCTime\":\"2023-12-15T18:00\",\"LocalToTime\":\"2023-12-15 23:20\",\"ToUTCTime\":\"2023-12-15T23:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":14275,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":9,\"CurrencyType\":\"1\",\"PublishedFare\":71476.2,\"ApiResultIndex\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d8acf-2b78f-5886a-344f6\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T14:42:40.487\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":54747,\"Tax\":16729.2,\"YQTax\":8550,\"OtherCharges\":4842,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.2,\"AirlineGSTComponent\":3231,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":71476.2,\"PublishedFare\":70716.33,\"OfferedFare\":70716.33,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":16729.2,\"BaseFareCal\":70716.33,\"BaseFare\":54747,\"CommissionEarned\":759.8700000000001,\"TDS\":-40.050000000000004,\"MF\":90,\"YQ\":8550,\"AGST\":3231,\"MFT\":16.2,\"OT\":4842,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"207\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15T20:45\",\"SegFlightNumber\":\"6E-2487\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-15T18:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:00\",\"strArrivalDtTime\":\"20:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"208\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2023-12-15T23:20\",\"SegFlightNumber\":\"6E-6919\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-15T22:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:20\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7093495854_7DELBLR6E2487BLRCOK6E6919_28355336691585\",\"localFromDateTime\":\"2023-12-15 18:00\",\"localToDateTime\":\"2023-12-15 23:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":9,\"intSourceCityId\":7701,\"intDestinationCityId\":14275,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Kochi\",\"class\":\"2\",\"adults\":\"9\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"departure_date\":\"15\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"COK\",\"from\":\"DEL\",\"to\":\"COK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"sourceCityId\":7701,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d8acf-2b78f-5886a-344f6\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-COK\"}}','2023-10-20 14:41:08'),(1181,'8','{\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"123456\",\"CreditDate\":\"20\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-20 17:02:37'),(1182,'9','{\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"123456\",\"CreditDate\":\"20\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-20 17:04:07'),(1188,'f4dde-8aad8-3a013-a4e76','{\"FlightBookingData\":[{\"bookingId\":\"DMCS101600735332\",\"bookingId_TJ\":\"TJS101600735332\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"apiTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-09T09:05\",\"LocalFromTime\":\"2023-11-09 09:05\",\"FromUTCTime\":\"2023-11-09T09:05\",\"LocalToTime\":\"2023-11-09 10:35\",\"ToUTCTime\":\"2023-11-09T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-2732849231_0DELIXJSG160_40541279726913\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"216\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-09T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"158\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8923963627\",\"FirstName\":\"prince\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:09:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"84\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"84\"],\"flight_booking_customer\":[[\"167\"]],\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"09\\/11\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"09 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 17:05:56\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-09\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f4dde-8aad8-3a013-a4e76\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jammu\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"09 Nov Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-20 17:05:56\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS101600735332\\\",\\\"bookingId_TJ\\\":\\\"TJS101600735332\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"f4dde-8aad8-3a013-a4e76\\\",\\\"apiTraceId\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-09T09:05\\\",\\\"LocalFromTime\\\":\\\"2023-11-09 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-11-09T09:05\\\",\\\"LocalToTime\\\":\\\"2023-11-09 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-09T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-2732849231_0DELIXJSG160_40541279726913\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"216\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-09T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-09T09:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"prince\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"prince\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS101600735332\",\"amount\":4011,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:11:14.748\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160341\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-09T09:05\",\"at\":\"2023-11-09T10:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-IXJ\":\"BEYIFX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"prince\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3726,\"TF\":4011,\"TAF\":1576,\"IGST\":72,\"BF\":2435,\"NCM\":285},\"afC\":{\"TAF\":{\"MFT\":72,\"YQ\":500,\"AGST\":136,\"MF\":400,\"OT\":468},\"NCM\":{\"TDS\":-15,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896681\",\"TPSysId\":\"896682\",\"TrxId\":\"72356\",\"VersionId\":\"273727\",\"XRefBookingId\":\"DMCS101600735332\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS101600735332\\\",\\\"bookingId_TJ\\\":\\\"TJS101600735332\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"f4dde-8aad8-3a013-a4e76\\\",\\\"apiTraceId\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-09T09:05\\\",\\\"LocalFromTime\\\":\\\"2023-11-09 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-11-09T09:05\\\",\\\"LocalToTime\\\":\\\"2023-11-09 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-09T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-2732849231_0DELIXJSG160_40541279726913\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"216\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-09T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-09T09:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"216\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-2732849231_0DELIXJSG160_40363372931193\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS101600735332\\\",\\\"amount\\\":4011,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:11:14.748\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160341\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-09T09:05\\\",\\\"at\\\":\\\"2023-11-09T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"BEYIFX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"prince\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":3726,\\\"TF\\\":4011,\\\"TAF\\\":1576,\\\"IGST\\\":72,\\\"BF\\\":2435,\\\"NCM\\\":285},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":72,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MF\\\":400,\\\"OT\\\":468},\\\"NCM\\\":{\\\"TDS\\\":-15,\\\"OT\\\":300}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"BEYIFX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"prince\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3726,\\\"NetPrice\\\":3726,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3726,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jammu (IXJ)\",\"Amount\":2435,\"NetAmount\":3726}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS101600735332\",\"bookingId_TJ\":\"TJS101600735332\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"apiTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-09T09:05\",\"LocalFromTime\":\"2023-11-09 09:05\",\"FromUTCTime\":\"2023-11-09T09:05\",\"LocalToTime\":\"2023-11-09 10:35\",\"ToUTCTime\":\"2023-11-09T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-2732849231_0DELIXJSG160_40541279726913\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"216\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-09T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-09T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"216\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2732849231_0DELIXJSG160_40363372931193\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8923963627\",\"FirstName\":\"prince\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:09:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"84\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"09\\/11\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f4dde-8aad8-3a013-a4e76\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"09 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 17:05:56\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-20 17:09:47'),(1198,'e1cd5-9e0c3-fcb31-aef02','{\"FlightBookingData\":[{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-743\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"05:50\",\"TravelDate\":\"2023-11-14T05:00\",\"LocalFromTime\":\"2023-11-14 05:00\",\"FromUTCTime\":\"2023-11-14T05:00\",\"LocalToTime\":\"2023-11-14 05:50\",\"ToUTCTime\":\"2023-11-14T05:50\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,666\",\"ApiResultIndex\":\"22-9269681807_0DELJAII5743_41008757273061\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":2786,\"YQTax\":0,\"OtherCharges\":1726,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6236,\"PublishedFare\":5666,\"PublishedFareAgent\":5666,\"OfferedFareAgent\":5666,\"OfferedFare\":5666,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_0DELJAII5743_41044037669279\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":5,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5666,\"CostToCustomer\":5666,\"BaseFareCal\":5666,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5666,\"intOfferedFare\":5666,\"intPublishFare\":6236,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"331\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-14T05:50\",\"SegFlightNumber\":\"I5-743\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T05:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-11-16T23:00\",\"LocalFromTime\":\"2023-11-16 23:00\",\"FromUTCTime\":\"2023-11-16T23:00\",\"LocalToTime\":\"2023-11-16 23:55\",\"ToUTCTime\":\"2023-11-16T23:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,984\",\"ApiResultIndex\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":1868,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5318,\"PublishedFare\":5318,\"PublishedFareAgent\":5318,\"OfferedFareAgent\":5318,\"OfferedFare\":5318,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_1JAIDELI5769_41044038854231\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5318,\"CostToCustomer\":5318,\"BaseFareCal\":5318,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5318,\"intOfferedFare\":5318,\"intPublishFare\":5318,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"332\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-16T23:55\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T23:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"159\",\"160\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"95\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"niya\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rani\",\"LastName\":\"devi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-10-01\",\"CustomerMemberSysId\":\"97\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"CustomerMemberSysId\":\"95\"},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"niya\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"CustomerMemberSysId\":\"96\"},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rani\",\"LastName\":\"devi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-10-01\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"CustomerMemberSysId\":\"97\"}],\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"95\",\"96\",\"97\"],\"flight_booking_customer\":[[\"168\",\"169\",\"170\"],[\"171\",\"172\",\"173\"]],\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jaipur (JAI)\"],\"departure_date\":[\"14\\/11\\/2023\"],\"return_date\":[\"16\\/11\\/2023\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jaipur (JAI)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-14\"],\"strReturnDate\":[\"2023-11-16\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"DEL\"],\"to\":[\"JAI\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jaipur\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":[\"14\\/11\\/2023\"],\"return_dates\":[\"16\\/11\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Nov Tue\"],\"ReturnDateMobile\":[\"16 Nov Thu\"],\"SearchTime\":\"2023-10-20 17:16:42\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/11\\\\\\/2023\\\"],\\\"return_date\\\":[\\\"16\\\\\\/11\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"JAI\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"1\\\",\\\"infants\\\":\\\"1\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"1-1-1\\\",\\\"strDepatureDate\\\":[\\\"2023-11-14\\\"],\\\"strReturnDate\\\":[\\\"2023-11-16\\\"],\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12995],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e1cd5-9e0c3-fcb31-aef02\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"JAI\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"JAI\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jaipur\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"2\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"1\\\",\\\"infant\\\":\\\"1\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/11\\\\\\/2023\\\"],\\\"return_dates\\\":[\\\"16\\\\\\/11\\\\\\/2023\\\"],\\\"departure_dateG\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"14 Nov Tue\\\"],\\\"ReturnDateMobile\\\":[\\\"16 Nov Thu\\\"],\\\"SearchTime\\\":\\\"2023-10-20 17:16:42\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Child\\\",\\\"paxType\\\":2,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS100000735374\\\",\\\"bookingId_TJ\\\":\\\"TJS100000735374\\\",\\\"FlightNumber\\\":\\\"I5-743\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e1cd5-9e0c3-fcb31-aef02\\\",\\\"apiTraceId\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"05:00\\\",\\\"ArrivalTime\\\":\\\"05:50\\\",\\\"TravelDate\\\":\\\"2023-11-14T05:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-14 05:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-14T05:00\\\",\\\"LocalToTime\\\":\\\"2023-11-14 05:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-14T05:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"JAI\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,666\\\",\\\"ApiResultIndex\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3450,\\\"Tax\\\":2786,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1726,\\\"Discount\\\":0,\\\"ServiceFee\\\":800,\\\"ManagementFeeTax\\\":144,\\\"AirlineGSTComponent\\\":116,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6236,\\\"PublishedFare\\\":5666,\\\"PublishedFareAgent\\\":5666,\\\"OfferedFareAgent\\\":5666,\\\"OfferedFare\\\":5666,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"22-9269681807_0DELJAII5743_41044037669279\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5666,\\\"CostToAgent\\\":5666,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1393,\\\"TotalBaseFare\\\":2368,\\\"BaseFareCal\\\":2083,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2083,\\\"CostToAgent\\\":2083,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":2,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1393,\\\"TotalBaseFare\\\":2368,\\\"BaseFareCal\\\":2083,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2083,\\\"CostToAgent\\\":2083,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":3,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1500,\\\"BaseFareCal\\\":1500,\\\"BaseFare\\\":1500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"OT\\\":0,\\\"MFT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1500,\\\"CostToAgent\\\":1500,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":[],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":570,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5666,\\\"CostToCustomer\\\":5666,\\\"BaseFareCal\\\":5666,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5666,\\\"intOfferedFare\\\":5666,\\\"intPublishFare\\\":6236,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":570,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":570,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5666,\\\"CostToAgent\\\":5666,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"331\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jaipur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JAI\\\",\\\"destinationArrTime\\\":\\\"2023-11-14T05:50\\\",\\\"SegFlightNumber\\\":\\\"I5-743\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-14T05:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"05:00\\\",\\\"strArrivalDtTime\\\":\\\"05:50\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-15 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMCS100000735374\\\",\\\"bookingId_TJ\\\":\\\"TJS100000735374\\\",\\\"FlightNumber\\\":\\\"I5-769\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e1cd5-9e0c3-fcb31-aef02\\\",\\\"apiTraceId\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"23:00\\\",\\\"ArrivalTime\\\":\\\"23:55\\\",\\\"TravelDate\\\":\\\"2023-11-16T23:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-16 23:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-16T23:00\\\",\\\"LocalToTime\\\":\\\"2023-11-16 23:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-16T23:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,984\\\",\\\"ApiResultIndex\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3450,\\\"Tax\\\":1868,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1752,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":116,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5318,\\\"PublishedFare\\\":5318,\\\"PublishedFareAgent\\\":5318,\\\"OfferedFareAgent\\\":5318,\\\"OfferedFare\\\":5318,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"22-9269681807_1JAIDELI5769_41044038854231\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5318,\\\"CostToAgent\\\":5318,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":934,\\\"TotalBaseFare\\\":1909,\\\"BaseFareCal\\\":1909,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":0,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1909,\\\"CostToAgent\\\":1909,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":2,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":934,\\\"TotalBaseFare\\\":1909,\\\"BaseFareCal\\\":1909,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":0,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1909,\\\"CostToAgent\\\":1909,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":3,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1500,\\\"BaseFareCal\\\":1500,\\\"BaseFare\\\":1500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"OT\\\":0,\\\"MFT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1500,\\\"CostToAgent\\\":1500,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":[],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5318,\\\"CostToCustomer\\\":5318,\\\"BaseFareCal\\\":5318,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5318,\\\"intOfferedFare\\\":5318,\\\"intPublishFare\\\":5318,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5318,\\\"CostToAgent\\\":5318,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"332\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-16T23:55\\\",\\\"SegFlightNumber\\\":\\\"I5-769\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-16T23:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"23:00\\\",\\\"strArrivalDtTime\\\":\\\"23:55\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-15 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"chotu\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"2\",\"relation-2\":\"9\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"niya\",\"passenger-lastname-2\":\"singh\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"3\",\"relation-3\":\"9\",\"CustomerSysId-3\":\"0\",\"passenger-salutation-3\":\"1\",\"passenger-firstname-3\":\"rani\",\"passenger-lastname-3\":\"devi\",\"passenger-dob-3\":\"01\\/10\\/2022\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"MobileNo\":\"8923963627\",\"B2B\":true},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"niya\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"MobileNo\":\"8923963627\",\"B2B\":true},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rani\",\"LastName\":\"devi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-10-01\",\"apiTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"modified\":\"2023-10-20 17:17:49\",\"created\":\"2023-10-20 17:17:49\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS100000735374\",\"amount\":11554,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:21:21.901\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160345\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"743\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T05:00\",\"at\":\"2023-11-14T05:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160346\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"769\",\"eT\":\"320\"},\"stops\":0,\"duration\":55,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-16T23:00\",\"at\":\"2023-11-16T23:55\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"niya\",\"lN\":\"singh\"},{\"pnrDetails\":{\"DEL-JAI\":\"P3FIFZ\",\"JAI-DEL\":\"P3FIFZ\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"rani\",\"lN\":\"devi\",\"dob\":\"2022-10-01\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":11554,\"TAF\":4654,\"NCM\":570,\"BF\":6900,\"IGST\":144,\"NF\":10984},\"afC\":{\"TAF\":{\"MF\":800,\"AGST\":232,\"MFT\":144,\"OT\":3478},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896698\",\"TPSysId\":\"896699\",\"TrxId\":\"72360\",\"VersionId\":\"273733\",\"XRefBookingId\":\"DMCS100000735374\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS100000735374\\\",\\\"bookingId_TJ\\\":\\\"TJS100000735374\\\",\\\"FlightNumber\\\":\\\"I5-743\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e1cd5-9e0c3-fcb31-aef02\\\",\\\"apiTraceId\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"05:00\\\",\\\"ArrivalTime\\\":\\\"05:50\\\",\\\"TravelDate\\\":\\\"2023-11-14T05:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-14 05:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-14T05:00\\\",\\\"LocalToTime\\\":\\\"2023-11-14 05:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-14T05:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"JAI\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,666\\\",\\\"ApiResultIndex\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3450,\\\"Tax\\\":2786,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1726,\\\"Discount\\\":0,\\\"ServiceFee\\\":800,\\\"ManagementFeeTax\\\":144,\\\"AirlineGSTComponent\\\":116,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6236,\\\"PublishedFare\\\":5666,\\\"PublishedFareAgent\\\":5666,\\\"OfferedFareAgent\\\":5666,\\\"OfferedFare\\\":5666,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"22-9269681807_0DELJAII5743_41044037669279\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5666,\\\"CostToAgent\\\":5666,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1393,\\\"TotalBaseFare\\\":2368,\\\"BaseFareCal\\\":2083,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2083,\\\"CostToAgent\\\":2083,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":2,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1393,\\\"TotalBaseFare\\\":2368,\\\"BaseFareCal\\\":2083,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2083,\\\"CostToAgent\\\":2083,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":3,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1500,\\\"BaseFareCal\\\":1500,\\\"BaseFare\\\":1500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"OT\\\":0,\\\"MFT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1500,\\\"CostToAgent\\\":1500,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":[],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":570,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5666,\\\"CostToCustomer\\\":5666,\\\"BaseFareCal\\\":5666,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5666,\\\"intOfferedFare\\\":5666,\\\"intPublishFare\\\":6236,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":570,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":570,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5666,\\\"CostToAgent\\\":5666,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"331\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jaipur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JAI\\\",\\\"destinationArrTime\\\":\\\"2023-11-14T05:50\\\",\\\"SegFlightNumber\\\":\\\"I5-743\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-14T05:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"05:00\\\",\\\"strArrivalDtTime\\\":\\\"05:50\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"331\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-9269681807_0DELJAII5743_41008757273061\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-15 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS100000735374\\\",\\\"amount\\\":11554,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:21:21.901\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160345\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirAsia India\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"743\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":50,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-14T05:00\\\",\\\"at\\\":\\\"2023-11-14T05:50\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160346\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirAsia India\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"769\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":55,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"dt\\\":\\\"2023-11-16T23:00\\\",\\\"at\\\":\\\"2023-11-16T23:55\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"CHILD\\\",\\\"fN\\\":\\\"niya\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"INFANT\\\",\\\"fN\\\":\\\"rani\\\",\\\"lN\\\":\\\"devi\\\",\\\"dob\\\":\\\"2022-10-01\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":11554,\\\"TAF\\\":4654,\\\"NCM\\\":570,\\\"BF\\\":6900,\\\"IGST\\\":144,\\\"NF\\\":10984},\\\"afC\\\":{\\\"TAF\\\":{\\\"MF\\\":800,\\\"AGST\\\":232,\\\"MFT\\\":144,\\\"OT\\\":3478},\\\"NCM\\\":{\\\"TDS\\\":-30,\\\"OT\\\":600}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"CHILD\\\",\\\"fN\\\":\\\"niya\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"INFANT\\\",\\\"fN\\\":\\\"rani\\\",\\\"lN\\\":\\\"devi\\\",\\\"dob\\\":\\\"2022-10-01\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5666,\\\"NetPrice\\\":5666,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5666,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jaipur (JAI)-Delhi (DEL)\",\"Amount\":3450,\"NetAmount\":5666},{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896698\",\"TPSysId\":\"896699\",\"TrxId\":\"72360\",\"VersionId\":\"273734\",\"XRefBookingId\":\"DMCS100000735374\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS100000735374\\\",\\\"bookingId_TJ\\\":\\\"TJS100000735374\\\",\\\"FlightNumber\\\":\\\"I5-769\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e1cd5-9e0c3-fcb31-aef02\\\",\\\"apiTraceId\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"23:00\\\",\\\"ArrivalTime\\\":\\\"23:55\\\",\\\"TravelDate\\\":\\\"2023-11-16T23:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-16 23:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-16T23:00\\\",\\\"LocalToTime\\\":\\\"2023-11-16 23:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-16T23:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,984\\\",\\\"ApiResultIndex\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3450,\\\"Tax\\\":1868,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1752,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":116,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5318,\\\"PublishedFare\\\":5318,\\\"PublishedFareAgent\\\":5318,\\\"OfferedFareAgent\\\":5318,\\\"OfferedFare\\\":5318,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":null,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"22-9269681807_1JAIDELI5769_41044038854231\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5318,\\\"CostToAgent\\\":5318,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":934,\\\"TotalBaseFare\\\":1909,\\\"BaseFareCal\\\":1909,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":0,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1909,\\\"CostToAgent\\\":1909,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":2,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":934,\\\"TotalBaseFare\\\":1909,\\\"BaseFareCal\\\":1909,\\\"BaseFare\\\":975,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":0,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1909,\\\"CostToAgent\\\":1909,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]},{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":3,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1500,\\\"BaseFareCal\\\":1500,\\\"BaseFare\\\":1500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"OT\\\":0,\\\"MFT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1500,\\\"CostToAgent\\\":1500,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":[],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5318,\\\"CostToCustomer\\\":5318,\\\"BaseFareCal\\\":5318,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5318,\\\"intOfferedFare\\\":5318,\\\"intPublishFare\\\":5318,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5318,\\\"CostToAgent\\\":5318,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"332\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-16T23:55\\\",\\\"SegFlightNumber\\\":\\\"I5-769\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-16T23:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"23:00\\\",\\\"strArrivalDtTime\\\":\\\"23:55\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"332\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-9269681807_0JAIDELI5769_41008757083681\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-15 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS100000735374\\\",\\\"amount\\\":11554,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:21:21.901\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160345\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirAsia India\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"743\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":50,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-14T05:00\\\",\\\"at\\\":\\\"2023-11-14T05:50\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160346\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirAsia India\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"769\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":55,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"dt\\\":\\\"2023-11-16T23:00\\\",\\\"at\\\":\\\"2023-11-16T23:55\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"CHILD\\\",\\\"fN\\\":\\\"niya\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"INFANT\\\",\\\"fN\\\":\\\"rani\\\",\\\"lN\\\":\\\"devi\\\",\\\"dob\\\":\\\"2022-10-01\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":11554,\\\"TAF\\\":4654,\\\"NCM\\\":570,\\\"BF\\\":6900,\\\"IGST\\\":144,\\\"NF\\\":10984},\\\"afC\\\":{\\\"TAF\\\":{\\\"MF\\\":800,\\\"AGST\\\":232,\\\"MFT\\\":144,\\\"OT\\\":3478},\\\"NCM\\\":{\\\"TDS\\\":-30,\\\"OT\\\":600}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"CHILD\\\",\\\"fN\\\":\\\"niya\\\",\\\"lN\\\":\\\"singh\\\"},{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"P3FIFZ\\\",\\\"JAI-DEL\\\":\\\"P3FIFZ\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"INFANT\\\",\\\"fN\\\":\\\"rani\\\",\\\"lN\\\":\\\"devi\\\",\\\"dob\\\":\\\"2022-10-01\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5318,\\\"NetPrice\\\":5318,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5318,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":1,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jaipur (JAI)-Delhi (DEL)\",\"Amount\":3450,\"NetAmount\":5318}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-743\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"05:50\",\"TravelDate\":\"2023-11-14T05:00\",\"LocalFromTime\":\"2023-11-14 05:00\",\"FromUTCTime\":\"2023-11-14T05:00\",\"LocalToTime\":\"2023-11-14 05:50\",\"ToUTCTime\":\"2023-11-14T05:50\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,666\",\"ApiResultIndex\":\"22-9269681807_0DELJAII5743_41008757273061\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":2786,\"YQTax\":0,\"OtherCharges\":1726,\"Discount\":0,\"ServiceFee\":800,\"ManagementFeeTax\":144,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6236,\"PublishedFare\":5666,\"PublishedFareAgent\":5666,\"OfferedFareAgent\":5666,\"OfferedFare\":5666,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_0DELJAII5743_41044037669279\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":5,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1393,\"TotalBaseFare\":2368,\"BaseFareCal\":2083,\"BaseFare\":975,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":58,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2083,\"CostToAgent\":2083,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5666,\"CostToCustomer\":5666,\"BaseFareCal\":5666,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5666,\"intOfferedFare\":5666,\"intPublishFare\":6236,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5666,\"CostToAgent\":5666,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"331\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-14T05:50\",\"SegFlightNumber\":\"I5-743\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T05:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"05:50\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"331\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0DELJAII5743_41008757273061\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS100000735374\",\"bookingId_TJ\":\"TJS100000735374\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"apiTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2023-11-16T23:00\",\"LocalFromTime\":\"2023-11-16 23:00\",\"FromUTCTime\":\"2023-11-16T23:00\",\"LocalToTime\":\"2023-11-16 23:55\",\"ToUTCTime\":\"2023-11-16T23:55\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,984\",\"ApiResultIndex\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3450,\"Tax\":1868,\"YQTax\":0,\"OtherCharges\":1752,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5318,\"PublishedFare\":5318,\"PublishedFareAgent\":5318,\"OfferedFareAgent\":5318,\"OfferedFare\":5318,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"22-9269681807_1JAIDELI5769_41044038854231\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":934,\"TotalBaseFare\":1909,\"BaseFareCal\":1909,\"BaseFare\":975,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":58,\"MFT\":0,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1909,\"CostToAgent\":1909,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1500,\"BaseFareCal\":1500,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1500,\"CostToAgent\":1500,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":[],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5318,\"CostToCustomer\":5318,\"BaseFareCal\":5318,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5318,\"intOfferedFare\":5318,\"intPublishFare\":5318,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5318,\"CostToAgent\":5318,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"332\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-16T23:55\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"FM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T23:00\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"332\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-9269681807_0JAIDELI5769_41008757083681\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"2023-11-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"95\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"niya\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rani\",\"LastName\":\"devi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:17:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-10-01\",\"CustomerMemberSysId\":\"97\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jaipur (JAI)\"],\"departure_date\":[\"14\\/11\\/2023\"],\"return_date\":[\"16\\/11\\/2023\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jaipur (JAI)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-14\"],\"strReturnDate\":[\"2023-11-16\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e1cd5-9e0c3-fcb31-aef02\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"DEL\"],\"to\":[\"JAI\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jaipur\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":[\"14\\/11\\/2023\"],\"return_dates\":[\"16\\/11\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Nov Tue\"],\"ReturnDateMobile\":[\"16 Nov Thu\"],\"SearchTime\":\"2023-10-20 17:16:42\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-20 17:19:55'),(1200,'fe80c-20432-0eddd-7c3b6','{\"apiTraceId\":\"30-15-10-5-4-1-14945706410_0DELCCUSG8263_42170382351509,30-15-10-5-4-1-14945706411_0CCUDELSG8264DELIXJSG160_42171049641984,30-15-10-5-4-1-14945706412_0IXJDELSG161_42169303851557\",\"FlightBookingData\":[{\"bookingId\":\"DMCS101100735403\",\"bookingId_TJ\":\"TJS101100735403\",\"FlightNumber\":\"SG-8263\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"fe80c-20432-0eddd-7c3b6\",\"apiTraceId\":\"30-15-10-5-4-1-14945706410_0DELCCUSG8263_42170382351509\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-08T05:45\",\"LocalFromTime\":\"2023-11-08 05:45\",\"FromUTCTime\":\"2023-11-08T05:45\",\"LocalToTime\":\"2023-11-08 07:45\",\"ToUTCTime\":\"2023-11-08T07:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,419\",\"ApiResultIndex\":\"30-15-10-5-4-1-14945706410_0DELCCUSG8263_42170382351509\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7757,\"Tax\":5231.5,\"YQTax\":2700,\"OtherCharges\":1036,\"Discount\":0,\"ServiceFee\":875,\"ManagementFeeTax\":157.5,\"AirlineGSTComponent\":463,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12988.5,\"PublishedFare\":12418.5,\"PublishedFareAgent\":12418.5,\"OfferedFareAgent\":12418.5,\"OfferedFare\":12418.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-14945706410_0DELCCUSG8263_42192527687592\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12418.5,\"CostToAgent\":12418.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2085,\"TotalBaseFare\":5469,\"BaseFareCal\":5184,\"BaseFare\":3384,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":195,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5184,\"CostToAgent\":5184,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2051,\"TotalBaseFare\":4758,\"BaseFareCal\":4473,\"BaseFare\":2707,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":161,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4473,\"CostToAgent\":4473,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":1095.5,\"TotalBaseFare\":2761.5,\"BaseFareCal\":2761.5,\"BaseFare\":1666,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":900,\"AGST\":107,\"OT\":0,\"MFT\":13.5,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2761.5,\"CostToAgent\":2761.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"0 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"},\"INFANT\":{\"cabin\":\"0 Kg\",\"checkin\":\"0 Kg\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12418.5,\"CostToCustomer\":12418.5,\"BaseFareCal\":12418.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12418.5,\"intOfferedFare\":12418.5,\"intPublishFare\":12988.5,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12418.5,\"CostToAgent\":12418.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"717\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-08T07:45\",\"SegFlightNumber\":\"SG-8263\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T05:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-14945706410_0DELCCUSG8263_42170382351509\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS101100735403\",\"bookingId_TJ\":\"TJS101100735403\",\"FlightNumber\":\"SG-8264\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"fe80c-20432-0eddd-7c3b6\",\"apiTraceId\":\"30-15-10-5-4-1-14945706411_0CCUDELSG8264DELIXJSG160_42171049641984\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-11T20:30\",\"LocalFromTime\":\"2023-11-11 20:30\",\"FromUTCTime\":\"2023-11-11T20:30\",\"LocalToTime\":\"2023-11-12 10:35\",\"ToUTCTime\":\"2023-11-12T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":605,\"LAYOVERDuration\":\"10h 5m\",\"FlyingMinutes\":845,\"DepartureDateTxt\":\"Sat, 11 Nov\",\"ArrivalDateTxt\":\"Sun, 12 Nov\",\"FlightDuration\":\"14h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"31,394\",\"ApiResultIndex\":\"30-15-10-5-4-1-14945706411_0CCUDELSG8264DELIXJSG160_42171049641984\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11449,\"Tax\":8096.5,\"YQTax\":4200,\"OtherCharges\":2076,\"Discount\":0,\"ServiceFee\":875,\"ManagementFeeTax\":157.5,\"AirlineGSTComponent\":788,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19545.5,\"PublishedFare\":18975.5,\"PublishedFareAgent\":18975.5,\"OfferedFareAgent\":18975.5,\"OfferedFare\":18975.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-14945706410_1CCUDELSG8264DELIXJSG160_42192529486417\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":18975.5,\"CostToAgent\":18975.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3254,\"TotalBaseFare\":8689,\"BaseFareCal\":8404,\"BaseFare\":5435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":344,\"MFT\":72,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8404,\"CostToAgent\":8404,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":3200,\"TotalBaseFare\":7548,\"BaseFareCal\":7263,\"BaseFare\":4348,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":290,\"MFT\":72,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7263,\"CostToAgent\":7263,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":1642.5,\"TotalBaseFare\":3308.5,\"BaseFareCal\":3308.5,\"BaseFare\":1666,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":1400,\"AGST\":154,\"OT\":0,\"MFT\":13.5,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3308.5,\"CostToAgent\":3308.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"0 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-DEL\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"},\"INFANT\":{\"cabin\":\"0 Kg\",\"checkin\":\"0 Kg\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"},\"INFANT\":{\"cabin\":\"0 Kg\",\"checkin\":\"0 Kg\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":18975.5,\"CostToCustomer\":18975.5,\"BaseFareCal\":18975.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":18975.5,\"intOfferedFare\":18975.5,\"intPublishFare\":19545.5,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":18975.5,\"CostToAgent\":18975.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"810\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-11T23:00\",\"SegFlightNumber\":\"SG-8264\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-11T20:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":605,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"10h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"811\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-12T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-12T09:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-14945706411_0CCUDELSG8264DELIXJSG160_42171049641984\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS101100735403\",\"bookingId_TJ\":\"TJS101100735403\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"fe80c-20432-0eddd-7c3b6\",\"apiTraceId\":\"30-15-10-5-4-1-14945706412_0IXJDELSG161_42169303851557\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-14T14:15\",\"LocalFromTime\":\"2023-11-14 14:15\",\"FromUTCTime\":\"2023-11-14T14:15\",\"LocalToTime\":\"2023-11-14 15:35\",\"ToUTCTime\":\"2023-11-14T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"41,115\",\"ApiResultIndex\":\"30-15-10-5-4-1-14945706412_0IXJDELSG161_42169303851557\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6076,\"Tax\":4214.5,\"YQTax\":1500,\"OtherCharges\":1296,\"Discount\":0,\"ServiceFee\":875,\"ManagementFeeTax\":157.5,\"AirlineGSTComponent\":386,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10290.5,\"PublishedFare\":9720.5,\"PublishedFareAgent\":9720.5,\"OfferedFareAgent\":9720.5,\"OfferedFare\":9720.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-14945706410_2IXJDELSG161_42192531979945\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9720.5,\"CostToAgent\":9720.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1770,\"TotalBaseFare\":4220,\"BaseFareCal\":3935,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":150,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1746,\"TotalBaseFare\":3706,\"BaseFareCal\":3421,\"BaseFare\":1960,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":126,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3421,\"CostToAgent\":3421,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":698.5,\"TotalBaseFare\":2364.5,\"BaseFareCal\":2364.5,\"BaseFare\":1666,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":500,\"AGST\":110,\"OT\":0,\"MFT\":13.5,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2364.5,\"CostToAgent\":2364.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0 Kg\",\"CabinBaggage\":\"0 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"},\"INFANT\":{\"cabin\":\"0 Kg\",\"checkin\":\"0 Kg\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9720.5,\"CostToCustomer\":9720.5,\"BaseFareCal\":9720.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9720.5,\"intOfferedFare\":9720.5,\"intPublishFare\":10290.5,\"TripjackMarkup\":0,\"TripjackCommission\":570,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9720.5,\"CostToAgent\":9720.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"470\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-14T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-14945706412_0IXJDELSG161_42169303851557\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"SearchTraceId\":\"fe80c-20432-0eddd-7c3b6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"3\",\"from_des\":[\"Delhi (DEL)\",\"Kolkata (CCU)\",\"Jammu (IXJ)\"],\"to_des\":[\"Kolkata (CCU)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"departure_date\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\",\"14\\/11\\/2023\"],\"source_city\":[\"DEL\",\"CCU\",\"IXJ\"],\"ContSysId\":[\"101\",\"101\",\"101\",\"101\",\"101\",\"101\"],\"destination_city\":[\"CCU\",\"IXJ\",\"DEL\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\",\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\" IN - Satwari Arpt (IXJ)\",\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Kolkata (CCU)\",\"Jammu (IXJ)\"],\"to_city\":[\"Kolkata (CCU)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\",\"2023-11-11\",\"2023-11-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701,14323,13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323,13021,7701],\"interNationalSearchArray\":[false,false,false],\"FlightTraceId\":\"fe80c-20432-0eddd-7c3b6\",\"sourceCityAirportCode\":[\"DEL\",\"CCU\",\"IXJ\"],\"destinationCityAirportCode\":[\"CCU\",\"IXJ\",\"DEL\"],\"from\":[\"DEL\",\"CCU\",\"IXJ\"],\"to\":[\"CCU\",\"IXJ\",\"DEL\"],\"Fromlabel\":[\"Delhi\",\"Kolkata\",\"Jammu\"],\"Tolabel\":[\"Kolkata\",\"Jammu\",\"Delhi\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"3\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\",\"14\\/11\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\",\"11 Nov Sat\",\"14 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 17:35:59\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}],[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"LCNS\",\"Price\":545,\"Description\":\"Low cal salad Non Vegetarian\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"717\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],[{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"810\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]}]}','2023-10-20 17:36:30'),(1206,'9b838-bfcd5-c5345-626a7','{\"FlightBookingData\":[{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-11-08T13:55\",\"LocalFromTime\":\"2023-11-08 13:55\",\"FromUTCTime\":\"2023-11-08T13:55\",\"LocalToTime\":\"2023-11-08 16:40\",\"ToUTCTime\":\"2023-11-08T16:40\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,253\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":2039,\"YQTax\":900,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4538,\"PublishedFare\":4253,\"PublishedFareAgent\":4253,\"OfferedFareAgent\":4253,\"OfferedFare\":4253,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":1,\"classOfBooking\":\"SS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2039,\"TotalBaseFare\":4538,\"BaseFareCal\":4253,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4253,\"CostToCustomer\":4253,\"BaseFareCal\":4253,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4253,\"intOfferedFare\":4253,\"intPublishFare\":4538,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-08T16:40\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T13:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-10T17:20\",\"LocalFromTime\":\"2023-11-10 17:20\",\"FromUTCTime\":\"2023-11-10T17:20\",\"LocalToTime\":\"2023-11-11 10:35\",\"ToUTCTime\":\"2023-11-11T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":785,\"LAYOVERDuration\":\"13h 5m\",\"FlyingMinutes\":1035,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,202\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5435,\"Tax\":2799,\"YQTax\":1400,\"OtherCharges\":581,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":346,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8234,\"PublishedFare\":7949,\"PublishedFareAgent\":7949,\"OfferedFareAgent\":7949,\"OfferedFare\":7949,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2799,\"TotalBaseFare\":8234,\"BaseFareCal\":7949,\"BaseFare\":5435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":346,\"MFT\":72,\"OT\":581,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7949,\"CostToCustomer\":7949,\"BaseFareCal\":7949,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7949,\"intOfferedFare\":7949,\"intPublishFare\":8234,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-10T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-10T17:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":785,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"13h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"422\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-11T09:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-13T14:15\",\"LocalFromTime\":\"2023-11-13 14:15\",\"FromUTCTime\":\"2023-11-13T14:15\",\"LocalToTime\":\"2023-11-13 15:35\",\"ToUTCTime\":\"2023-11-13T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,137\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1770,\"YQTax\":500,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220,\"PublishedFare\":3935,\"PublishedFareAgent\":3935,\"OfferedFareAgent\":3935,\"OfferedFare\":3935,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1770,\"TotalBaseFare\":4220,\"BaseFareCal\":3935,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":150,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3935,\"CostToCustomer\":3935,\"BaseFareCal\":3935,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3935,\"intOfferedFare\":3935,\"intPublishFare\":4220,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-13T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"161\",\"162\",\"163\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"98\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9b838-bfcd5-c5345-626a7\",\"modified\":\"2023-10-20 17:38:54\",\"created\":\"2023-10-20 17:38:54\",\"CustomerMemberSysId\":\"98\"}],\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"98\"],\"flight_booking_customer\":[[\"174\"],[\"175\"],[\"176\"]],\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"3\",\"from_des\":[\"Delhi (DEL)\",\"Bengaluru (BLR)\",\"Jammu (IXJ)\"],\"to_des\":[\"Bengaluru (BLR)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"departure_date\":[\"08\\/11\\/2023\",\"10\\/11\\/2023\",\"13\\/11\\/2023\"],\"source_city\":[\"DEL\",\"BLR\",\"IXJ\"],\"ContSysId\":[\"101\",\"0\",\"0\",\"101\",\"101\",\"101\"],\"destination_city\":[\"BLR\",\"IXJ\",\"DEL\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\",\" IN - Bengaluru Intl Arpt (BLR)\",\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\",\" IN - Satwari Arpt (IXJ)\",\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Bengaluru (BLR)\",\"Jammu (IXJ)\"],\"to_city\":[\"Bengaluru (BLR)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\",\"2023-11-10\",\"2023-11-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701,2262,13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262,13021,7701],\"interNationalSearchArray\":[false,false,false],\"FlightTraceId\":\"9b838-bfcd5-c5345-626a7\",\"sourceCityAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"destinationCityAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"from\":[\"DEL\",\"BLR\",\"IXJ\"],\"to\":[\"BLR\",\"IXJ\",\"DEL\"],\"Fromlabel\":[\"Delhi\",\"Bengaluru\",\"Jammu\"],\"Tolabel\":[\"Bengaluru\",\"Jammu\",\"Delhi\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"3\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\",\"10\\/11\\/2023\",\"13\\/11\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\",\"10 Nov Fri\",\"13 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 17:38:14\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9b838-bfcd5-c5345-626a7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"3\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Bengaluru (BLR)\\\",\\\"Jammu (IXJ)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Jammu (IXJ)\\\",\\\"Delhi (DEL)\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\",\\\"10\\\\\\/11\\\\\\/2023\\\",\\\"13\\\\\\/11\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"DEL\\\",\\\"BLR\\\",\\\"IXJ\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\",\\\"0\\\",\\\"101\\\",\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\",\\\"IXJ\\\",\\\"DEL\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\",\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\",\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\",\\\" IN - Bengaluru Intl Arpt (BLR)\\\",\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\",\\\" IN - Satwari Arpt (IXJ)\\\",\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Bengaluru (BLR)\\\",\\\"Jammu (IXJ)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Jammu (IXJ)\\\",\\\"Delhi (DEL)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"1-1-1\\\",\\\"strDepatureDate\\\":[\\\"2023-11-08\\\",\\\"2023-11-10\\\",\\\"2023-11-13\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701,2262,13021],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262,13021,7701],\\\"interNationalSearchArray\\\":[false,false,false],\\\"FlightTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\",\\\"BLR\\\",\\\"IXJ\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\",\\\"IXJ\\\",\\\"DEL\\\"],\\\"from\\\":[\\\"DEL\\\",\\\"BLR\\\",\\\"IXJ\\\"],\\\"to\\\":[\\\"BLR\\\",\\\"IXJ\\\",\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\",\\\"Bengaluru\\\",\\\"Jammu\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\",\\\"Jammu\\\",\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\",\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\",\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"3\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\",\\\"10\\\\\\/11\\\\\\/2023\\\",\\\"13\\\\\\/11\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"departure_dateG\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"08 Nov Wed\\\",\\\"10 Nov Fri\\\",\\\"13 Nov Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-20 17:38:14\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-8133\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"13:55\\\",\\\"ArrivalTime\\\":\\\"16:40\\\",\\\"TravelDate\\\":\\\"2023-11-08T13:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 13:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T13:55\\\",\\\"LocalToTime\\\":\\\"2023-11-08 16:40\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T16:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":165,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"03h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,253\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2499,\\\"Tax\\\":2039,\\\"YQTax\\\":900,\\\"OtherCharges\\\":518,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":149,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4538,\\\"PublishedFare\\\":4253,\\\"PublishedFareAgent\\\":4253,\\\"OfferedFareAgent\\\":4253,\\\"OfferedFare\\\":4253,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SALE\\\",\\\"fareIdentifierSP\\\":\\\"SALE\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"SS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2039,\\\"TotalBaseFare\\\":4538,\\\"BaseFareCal\\\":4253,\\\"BaseFare\\\":2499,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":900,\\\"AGST\\\":149,\\\"MFT\\\":72,\\\"OT\\\":518,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4253,\\\"CostToCustomer\\\":4253,\\\"BaseFareCal\\\":4253,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4253,\\\"intOfferedFare\\\":4253,\\\"intPublishFare\\\":4538,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"648\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T16:40\\\",\\\"SegFlightNumber\\\":\\\"SG-8133\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T13:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":165,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"13:55\\\",\\\"strArrivalDtTime\\\":\\\"16:40\\\",\\\"FlightDuration\\\":\\\"2h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":249,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":524,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":249,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":524,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-8134\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:20\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-10T17:20\\\",\\\"LocalFromTime\\\":\\\"2023-11-10 17:20\\\",\\\"FromUTCTime\\\":\\\"2023-11-10T17:20\\\",\\\"LocalToTime\\\":\\\"2023-11-11 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-11T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":785,\\\"LAYOVERDuration\\\":\\\"13h 5m\\\",\\\"FlyingMinutes\\\":1035,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"FlightDuration\\\":\\\"17h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,202\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5435,\\\"Tax\\\":2799,\\\"YQTax\\\":1400,\\\"OtherCharges\\\":581,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":346,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8234,\\\"PublishedFare\\\":7949,\\\"PublishedFareAgent\\\":7949,\\\"OfferedFareAgent\\\":7949,\\\"OfferedFare\\\":7949,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2799,\\\"TotalBaseFare\\\":8234,\\\"BaseFareCal\\\":7949,\\\"BaseFare\\\":5435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":1400,\\\"AGST\\\":346,\\\"MFT\\\":72,\\\"OT\\\":581,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}},\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":7949,\\\"CostToCustomer\\\":7949,\\\"BaseFareCal\\\":7949,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":7949,\\\"intOfferedFare\\\":7949,\\\"intPublishFare\\\":8234,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"421\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-10T20:00\\\",\\\"SegFlightNumber\\\":\\\"SG-8134\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-10T17:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":160,\\\"GroundTime\\\":785,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"17:20\\\",\\\"strArrivalDtTime\\\":\\\"20:00\\\",\\\"FlightDuration\\\":\\\"2h 40m\\\",\\\"LAYOVERDuration\\\":\\\"13h 5m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"422\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-11T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-11T09:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-161\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2023-11-13T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-13 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-13T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-13 15:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-13T15:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"IXJ\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"16,137\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2450,\\\"Tax\\\":1770,\\\"YQTax\\\":500,\\\"OtherCharges\\\":648,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4220,\\\"PublishedFare\\\":3935,\\\"PublishedFareAgent\\\":3935,\\\"OfferedFareAgent\\\":3935,\\\"OfferedFare\\\":3935,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1770,\\\"TotalBaseFare\\\":4220,\\\"BaseFareCal\\\":3935,\\\"BaseFare\\\":2450,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":150,\\\"MFT\\\":72,\\\"OT\\\":648,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXJ-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3935,\\\"CostToCustomer\\\":3935,\\\"BaseFareCal\\\":3935,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3935,\\\"intOfferedFare\\\":3935,\\\"intPublishFare\\\":4220,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"914\\\",\\\"originAirportName\\\":\\\"Satwari Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jammu\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-13T15:35\\\",\\\"SegFlightNumber\\\":\\\"SG-161\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"IXJ\\\",\\\"originDepTime\\\":\\\"2023-11-13T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":249,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":524,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"rahul\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"0_0_0\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9b838-bfcd5-c5345-626a7\",\"modified\":\"2023-10-20 17:38:54\",\"created\":\"2023-10-20 17:38:54\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS108100735407\",\"amount\":16992,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T17:40:45.371\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160350\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8133\",\"eT\":\"737\"},\"stops\":0,\"duration\":165,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T13:55\",\"at\":\"2023-11-08T16:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160351\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8134\",\"eT\":\"737\"},\"stops\":0,\"duration\":160,\"cT\":785,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-10T17:20\",\"at\":\"2023-11-10T20:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160352\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T09:05\",\"at\":\"2023-11-11T10:35\",\"iand\":false,\"isRs\":false,\"sN\":1}]},{\"sI\":[{\"id\":\"160353\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-13T14:15\",\"at\":\"2023-11-13T15:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G41F5Y\",\"BLR-DEL\":\"G41G5Y\",\"DEL-IXJ\":\"G41G5Y\",\"IXJ-DEL\":\"TYLHKJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16137,\"TF\":16992,\"TAF\":6608,\"IGST\":216,\"BF\":10384,\"NCM\":855},\"afC\":{\"TAF\":{\"MFT\":216,\"YQ\":2800,\"AGST\":645,\"MF\":1200,\"OT\":1747},\"NCM\":{\"TDS\":-45,\"OT\":900}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"TrxId\":\"72364\",\"VersionId\":\"273756\",\"XRefBookingId\":\"DMCS108100735407\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-8133\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"13:55\\\",\\\"ArrivalTime\\\":\\\"16:40\\\",\\\"TravelDate\\\":\\\"2023-11-08T13:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 13:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T13:55\\\",\\\"LocalToTime\\\":\\\"2023-11-08 16:40\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T16:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":165,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"03h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,253\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2499,\\\"Tax\\\":2039,\\\"YQTax\\\":900,\\\"OtherCharges\\\":518,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":149,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4538,\\\"PublishedFare\\\":4253,\\\"PublishedFareAgent\\\":4253,\\\"OfferedFareAgent\\\":4253,\\\"OfferedFare\\\":4253,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SALE\\\",\\\"fareIdentifierSP\\\":\\\"SALE\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"SS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2039,\\\"TotalBaseFare\\\":4538,\\\"BaseFareCal\\\":4253,\\\"BaseFare\\\":2499,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":900,\\\"AGST\\\":149,\\\"MFT\\\":72,\\\"OT\\\":518,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4253,\\\"CostToCustomer\\\":4253,\\\"BaseFareCal\\\":4253,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4253,\\\"intOfferedFare\\\":4253,\\\"intPublishFare\\\":4538,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4253,\\\"CostToAgent\\\":4253,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"648\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T16:40\\\",\\\"SegFlightNumber\\\":\\\"SG-8133\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T13:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":165,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"13:55\\\",\\\"strArrivalDtTime\\\":\\\"16:40\\\",\\\"FlightDuration\\\":\\\"2h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":249,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":524,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":249,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":524,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS108100735407\\\",\\\"amount\\\":16992,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:40:45.371\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160350\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8133\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":165,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-08T13:55\\\",\\\"at\\\":\\\"2023-11-08T16:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160351\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8134\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":160,\\\"cT\\\":785,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"dt\\\":\\\"2023-11-10T17:20\\\",\\\"at\\\":\\\"2023-11-10T20:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0},{\\\"id\\\":\\\"160352\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-11T09:05\\\",\\\"at\\\":\\\"2023-11-11T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":1}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160353\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"161\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":80,\\\"da\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-13T14:15\\\",\\\"at\\\":\\\"2023-11-13T15:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":16137,\\\"TF\\\":16992,\\\"TAF\\\":6608,\\\"IGST\\\":216,\\\"BF\\\":10384,\\\"NCM\\\":855},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":216,\\\"YQ\\\":2800,\\\"AGST\\\":645,\\\"MF\\\":1200,\\\"OT\\\":1747},\\\"NCM\\\":{\\\"TDS\\\":-45,\\\"OT\\\":900}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":4253,\\\"NetPrice\\\":4253,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":4253,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Bengaluru (BLR)-Delhi (DEL)\",\"Amount\":2499,\"NetAmount\":4253},{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"TrxId\":\"72364\",\"VersionId\":\"273757\",\"XRefBookingId\":\"DMCS108100735407\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-8134\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:20\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-10T17:20\\\",\\\"LocalFromTime\\\":\\\"2023-11-10 17:20\\\",\\\"FromUTCTime\\\":\\\"2023-11-10T17:20\\\",\\\"LocalToTime\\\":\\\"2023-11-11 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-11T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":785,\\\"LAYOVERDuration\\\":\\\"13h 5m\\\",\\\"FlyingMinutes\\\":1035,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"FlightDuration\\\":\\\"17h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,202\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5435,\\\"Tax\\\":2799,\\\"YQTax\\\":1400,\\\"OtherCharges\\\":581,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":346,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8234,\\\"PublishedFare\\\":7949,\\\"PublishedFareAgent\\\":7949,\\\"OfferedFareAgent\\\":7949,\\\"OfferedFare\\\":7949,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2799,\\\"TotalBaseFare\\\":8234,\\\"BaseFareCal\\\":7949,\\\"BaseFare\\\":5435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":1400,\\\"AGST\\\":346,\\\"MFT\\\":72,\\\"OT\\\":581,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}},\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":7949,\\\"CostToCustomer\\\":7949,\\\"BaseFareCal\\\":7949,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":7949,\\\"intOfferedFare\\\":7949,\\\"intPublishFare\\\":8234,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7949,\\\"CostToAgent\\\":7949,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"421\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-10T20:00\\\",\\\"SegFlightNumber\\\":\\\"SG-8134\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-10T17:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":160,\\\"GroundTime\\\":785,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"17:20\\\",\\\"strArrivalDtTime\\\":\\\"20:00\\\",\\\"FlightDuration\\\":\\\"2h 40m\\\",\\\"LAYOVERDuration\\\":\\\"13h 5m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"422\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-11T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-11T09:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS108100735407\\\",\\\"amount\\\":16992,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:40:45.371\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160350\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8133\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":165,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-08T13:55\\\",\\\"at\\\":\\\"2023-11-08T16:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160351\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8134\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":160,\\\"cT\\\":785,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"dt\\\":\\\"2023-11-10T17:20\\\",\\\"at\\\":\\\"2023-11-10T20:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0},{\\\"id\\\":\\\"160352\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-11T09:05\\\",\\\"at\\\":\\\"2023-11-11T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":1}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160353\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"161\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":80,\\\"da\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-13T14:15\\\",\\\"at\\\":\\\"2023-11-13T15:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":16137,\\\"TF\\\":16992,\\\"TAF\\\":6608,\\\"IGST\\\":216,\\\"BF\\\":10384,\\\"NCM\\\":855},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":216,\\\"YQ\\\":2800,\\\"AGST\\\":645,\\\"MF\\\":1200,\\\"OT\\\":1747},\\\"NCM\\\":{\\\"TDS\\\":-45,\\\"OT\\\":900}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":7949,\\\"NetPrice\\\":7949,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":7949,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":1,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Bengaluru (BLR)-Delhi (DEL)\",\"Amount\":5435,\"NetAmount\":7949},{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896745\",\"TPSysId\":\"896746\",\"TrxId\":\"72364\",\"VersionId\":\"273758\",\"XRefBookingId\":\"DMCS108100735407\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS108100735407\\\",\\\"bookingId_TJ\\\":\\\"TJS108100735407\\\",\\\"FlightNumber\\\":\\\"SG-161\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"9b838-bfcd5-c5345-626a7\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2023-11-13T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-13 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-13T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-13 15:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-13T15:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"IXJ\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"16,137\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2450,\\\"Tax\\\":1770,\\\"YQTax\\\":500,\\\"OtherCharges\\\":648,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4220,\\\"PublishedFare\\\":3935,\\\"PublishedFareAgent\\\":3935,\\\"OfferedFareAgent\\\":3935,\\\"OfferedFare\\\":3935,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1770,\\\"TotalBaseFare\\\":4220,\\\"BaseFareCal\\\":3935,\\\"BaseFare\\\":2450,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":150,\\\"MFT\\\":72,\\\"OT\\\":648,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXJ-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3935,\\\"CostToCustomer\\\":3935,\\\"BaseFareCal\\\":3935,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3935,\\\"intOfferedFare\\\":3935,\\\"intPublishFare\\\":4220,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935,\\\"CostToAgent\\\":3935,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"914\\\",\\\"originAirportName\\\":\\\"Satwari Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jammu\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-13T15:35\\\",\\\"SegFlightNumber\\\":\\\"SG-161\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"IXJ\\\",\\\"originDepTime\\\":\\\"2023-11-13T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"914\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"421\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS108100735407\\\",\\\"amount\\\":16992,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T17:40:45.371\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160350\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8133\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":165,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-08T13:55\\\",\\\"at\\\":\\\"2023-11-08T16:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160351\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8134\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":160,\\\"cT\\\":785,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"dt\\\":\\\"2023-11-10T17:20\\\",\\\"at\\\":\\\"2023-11-10T20:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0},{\\\"id\\\":\\\"160352\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-11T09:05\\\",\\\"at\\\":\\\"2023-11-11T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":1}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160353\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"161\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":80,\\\"da\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-13T14:15\\\",\\\"at\\\":\\\"2023-11-13T15:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":16137,\\\"TF\\\":16992,\\\"TAF\\\":6608,\\\"IGST\\\":216,\\\"BF\\\":10384,\\\"NCM\\\":855},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":216,\\\"YQ\\\":2800,\\\"AGST\\\":645,\\\"MF\\\":1200,\\\"OT\\\":1747},\\\"NCM\\\":{\\\"TDS\\\":-45,\\\"OT\\\":900}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G41F5Y\\\",\\\"BLR-DEL\\\":\\\"G41G5Y\\\",\\\"DEL-IXJ\\\":\\\"G41G5Y\\\",\\\"IXJ-DEL\\\":\\\"TYLHKJ\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"rahul\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3935,\\\"NetPrice\\\":3935,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3935,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":2,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Bengaluru (BLR)-Delhi (DEL)\",\"Amount\":2450,\"NetAmount\":3935}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8133\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:40\",\"TravelDate\":\"2023-11-08T13:55\",\"LocalFromTime\":\"2023-11-08 13:55\",\"FromUTCTime\":\"2023-11-08T13:55\",\"LocalToTime\":\"2023-11-08 16:40\",\"ToUTCTime\":\"2023-11-08T16:40\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,253\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2499,\"Tax\":2039,\"YQTax\":900,\"OtherCharges\":518,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":149,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4538,\"PublishedFare\":4253,\"PublishedFareAgent\":4253,\"OfferedFareAgent\":4253,\"OfferedFare\":4253,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_0DELBLRSG8133_42321743001344\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":1,\"classOfBooking\":\"SS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2039,\"TotalBaseFare\":4538,\"BaseFareCal\":4253,\"BaseFare\":2499,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":900,\"AGST\":149,\"MFT\":72,\"OT\":518,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4253,\"CostToCustomer\":4253,\"BaseFareCal\":4253,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4253,\"intOfferedFare\":4253,\"intPublishFare\":4538,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4253,\"CostToAgent\":4253,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-08T16:40\",\"SegFlightNumber\":\"SG-8133\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T13:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGML\",\"Price\":249,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NVML\",\"Price\":524,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222650_1DELBLRSG8133_42302622968165\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-10T17:20\",\"LocalFromTime\":\"2023-11-10 17:20\",\"FromUTCTime\":\"2023-11-10T17:20\",\"LocalToTime\":\"2023-11-11 10:35\",\"ToUTCTime\":\"2023-11-11T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":785,\"LAYOVERDuration\":\"13h 5m\",\"FlyingMinutes\":1035,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"17h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,202\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5435,\"Tax\":2799,\"YQTax\":1400,\"OtherCharges\":581,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":346,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8234,\"PublishedFare\":7949,\"PublishedFareAgent\":7949,\"OfferedFareAgent\":7949,\"OfferedFare\":7949,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_1BLRDELSG8134DELIXJSG160_42321744615616\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2799,\"TotalBaseFare\":8234,\"BaseFareCal\":7949,\"BaseFare\":5435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":1400,\"AGST\":346,\"MFT\":72,\"OT\":581,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7949,\"CostToCustomer\":7949,\"BaseFareCal\":7949,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7949,\"intOfferedFare\":7949,\"intPublishFare\":8234,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7949,\"CostToAgent\":7949,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"421\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-10T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-10T17:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":785,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"13h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"422\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-11T09:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222651_0BLRDELSG8134DELIXJSG160_42302372774351\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS108100735407\",\"bookingId_TJ\":\"TJS108100735407\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"apiTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-13T14:15\",\"LocalFromTime\":\"2023-11-13 14:15\",\"FromUTCTime\":\"2023-11-13T14:15\",\"LocalToTime\":\"2023-11-13 15:35\",\"ToUTCTime\":\"2023-11-13T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,137\",\"ApiResultIndex\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1770,\"YQTax\":500,\"OtherCharges\":648,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220,\"PublishedFare\":3935,\"PublishedFareAgent\":3935,\"OfferedFareAgent\":3935,\"OfferedFare\":3935,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-05120222650_2IXJDELSG161_42321746808925\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1770,\"TotalBaseFare\":4220,\"BaseFareCal\":3935,\"BaseFare\":2450,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":150,\"MFT\":72,\"OT\":648,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3935,\"CostToCustomer\":3935,\"BaseFareCal\":3935,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3935,\"intOfferedFare\":3935,\"intPublishFare\":4220,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935,\"CostToAgent\":3935,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"914\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-13T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"914\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"421\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-05120222652_0IXJDELSG161_42301690917085\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"98\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"9b838-bfcd5-c5345-626a7\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"3\",\"from_des\":[\"Delhi (DEL)\",\"Bengaluru (BLR)\",\"Jammu (IXJ)\"],\"to_des\":[\"Bengaluru (BLR)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"departure_date\":[\"08\\/11\\/2023\",\"10\\/11\\/2023\",\"13\\/11\\/2023\"],\"source_city\":[\"DEL\",\"BLR\",\"IXJ\"],\"ContSysId\":[\"101\",\"0\",\"0\",\"101\",\"101\",\"101\"],\"destination_city\":[\"BLR\",\"IXJ\",\"DEL\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\",\" IN - Bengaluru Intl Arpt (BLR)\",\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\",\" IN - Satwari Arpt (IXJ)\",\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Bengaluru (BLR)\",\"Jammu (IXJ)\"],\"to_city\":[\"Bengaluru (BLR)\",\"Jammu (IXJ)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\",\"2023-11-10\",\"2023-11-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701,2262,13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262,13021,7701],\"interNationalSearchArray\":[false,false,false],\"FlightTraceId\":\"9b838-bfcd5-c5345-626a7\",\"sourceCityAirportCode\":[\"DEL\",\"BLR\",\"IXJ\"],\"destinationCityAirportCode\":[\"BLR\",\"IXJ\",\"DEL\"],\"from\":[\"DEL\",\"BLR\",\"IXJ\"],\"to\":[\"BLR\",\"IXJ\",\"DEL\"],\"Fromlabel\":[\"Delhi\",\"Bengaluru\",\"Jammu\"],\"Tolabel\":[\"Bengaluru\",\"Jammu\",\"Delhi\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\",\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"3\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\",\"10\\/11\\/2023\",\"13\\/11\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\",\"10 Nov Fri\",\"13 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 17:38:14\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-20 17:39:19'),(1208,'28e83-47fe0-ce525-3dc68','{\"BookingData\":[{\"bookingId\":\"BKR104375619528\",\"bookingId_TJ\":\"TJ104375619528\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-29T07:15\",\"LocalFromTime\":\"2023-12-29 07:15\",\"FromUTCTime\":\"2023-12-29T07:15\",\"LocalToTime\":\"2023-12-29 09:20\",\"ToUTCTime\":\"2023-12-29T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 29 Dec\",\"ArrivalDateTxt\":\"Fri, 29 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6690.8,\"PublishedFareTxt\":\"6,691\",\"ApiResultIndex\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5043,\"Tax\":1647.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":285,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6690.8,\"PublishedFare\":6616.75,\"OfferedFare\":6616.75,\"CommissionEarned\":74.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9052563553_0JAIGOX6E6977_119922076661903\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":74.05,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1647.8,\"BaseFareCal\":6616.75,\"BaseFare\":5043,\"CommissionEarned\":74.05,\"TDS\":-3.9,\"MF\":10,\"YQ\":550,\"AGST\":285,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6616.75,\"CostToCustomer\":6616.75,\"BaseFareCal\":6616.75,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6616.75,\"intOfferedFare\":6616.75,\"intPublishFare\":6690.8,\"TripjackMarkup\":0,\"TripjackCommission\":74.05,\"TripjackTDS\":\"3.9\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":74.05,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"725\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-29T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-29T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"725\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"28e83-47fe0-ce525-3dc68\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T17:42:58.633\",\"strTraceId\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104375619528\",\"bookingId_TJ\":\"TJ104375619528\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"strTraceId\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-12-29T07:15\",\"LocalFromTime\":\"2023-12-29 07:15\",\"FromUTCTime\":\"2023-12-29T07:15\",\"LocalToTime\":\"2023-12-29 09:20\",\"ToUTCTime\":\"2023-12-29T09:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 29 Dec\",\"ArrivalDateTxt\":\"Fri, 29 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6690.8,\"ApiResultIndex\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"28e83-47fe0-ce525-3dc68\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T17:42:58.633\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5043,\"Tax\":1647.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":285,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6690.8,\"PublishedFare\":6616.75,\"OfferedFare\":6616.75,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1647.8,\"BaseFareCal\":6616.75,\"BaseFare\":5043,\"CommissionEarned\":74.05,\"TDS\":-3.9,\"MF\":10,\"YQ\":550,\"AGST\":285,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"725\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-29T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-29T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9052563553_0JAIGOX6E6977_23069365317649\",\"localFromDateTime\":\"2023-12-29 07:15\",\"localToDateTime\":\"2023-12-29 09:20\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"29\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"JAI\",\"to\":\"GOI\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":12995,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"28e83-47fe0-ce525-3dc68\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOI\"}}','2023-10-20 17:41:26'),(1209,'082f9-22ee8-eccbf-50147','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"08\\/11\\/2023\",\"check_out\":\"09\\/11\\/2023\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"08\\/11\\/2023\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-08\",\"checkoutDate\":\"2023-11-09\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-11-08\",\"strCheckout\":\"2023-11-09\",\"SearchHotelTraceId\":\"082f9-22ee8-eccbf-50147\",\"interNationalSearch\":false,\"searchIds\":\"hsid8039506749\"}','2023-10-20 17:42:25'),(1219,'e0862-66b79-a26c3-222fc','{\"item\":{\"SearchHotelTraceId\":\"e0862-66b79-a26c3-222fc\",\"HotelId\":\"hsid5033008213-39769561\",\"HotelName\":\"Ahlan Dormitory\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\\\",\\\"onsite_payments\\\":\\\"Debit cards, Cash not accepted\\\",\\\"dining\\\":\\\"Take advantage of the hostel\'s 24-hour room service.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km \\/ 1.3 mi  Powai Lake - 2.8 km \\/ 1.8 mi  MIDC Industrial Estate - 3.3 km \\/ 2.1 mi  R City Mall - 3.4 km \\/ 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km \\/ 2.2 mi  KidZania Mumbai - 3.8 km \\/ 2.4 mi  Indian Institute of Technology Bombay - 4 km \\/ 2.5 mi  Hiranandani Business Park - Powai - 4 km \\/ 2.5 mi  Sanjay Gandhi National Park - 4.8 km \\/ 3 mi  U.S. Consulate General - 7 km \\/ 4.4 mi  University of Mumbai - 7.1 km \\/ 4.4 mi  MMRDA Grounds - 7.6 km \\/ 4.7 mi  JioGarden - 7.8 km \\/ 4.9 mi  Andheri Sports Complex - 7.9 km \\/ 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km \\/ 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km \\/ 2.1 mi\\\",\\\"headline\\\":\\\"Near Phoenix Market City Mall\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/c83054eb_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/c83054eb_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/41baa281_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/41baa281_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/db10fb28_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/db10fb28_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/e9f31fa2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/e9f31fa2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/990c17e1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/990c17e1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/0dcca61a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/0dcca61a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/4155e152_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/4155e152_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/23757229_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/23757229_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/751ac9c4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/751ac9c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/06fc6bd5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/06fc6bd5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/3ecb278f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/3ecb278f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/6f4c916b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/6f4c916b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/5907deda_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/38000000\\/37970000\\/37968300\\/37968227\\/5907deda_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"72.89147\",\"lt\":\"19.101343\"},\"HotelAddress\":\"Opp. Asha Krishna Building\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOSTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Luggage storage\",\"Safe deposit box\",\"24-hour front desk\",\"Television\",\"Internet\",\"Designated smoking areas\",\"Safe-deposit box at front desk\",\"Laundry Services\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Free self parking\"],\"des\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 24 guestrooms. Prepare your meals in the shared\\/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.\\\",\\\"onsite_payments\\\":\\\"Debit cards, Cash not accepted\\\",\\\"dining\\\":\\\"Take advantage of the hostel\'s 24-hour room service.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.\\\",\\\"location\\\":\\\"Located in Mumbai, Ahlan Dormitory is within a 5-minute drive of KidZania Mumbai and MIDC Industrial Estate.  This hostel is 6.1 mi (9.9 km) from Juhu Beach and 2.5 mi (4.1 km) from Powai Lake.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Phoenix Market City Mall - 2 km \\/ 1.3 mi  Powai Lake - 2.8 km \\/ 1.8 mi  MIDC Industrial Estate - 3.3 km \\/ 2.1 mi  R City Mall - 3.4 km \\/ 2.1 mi  Santacruz Electronic Export Processing Zone - 3.5 km \\/ 2.2 mi  KidZania Mumbai - 3.8 km \\/ 2.4 mi  Indian Institute of Technology Bombay - 4 km \\/ 2.5 mi  Hiranandani Business Park - Powai - 4 km \\/ 2.5 mi  Sanjay Gandhi National Park - 4.8 km \\/ 3 mi  U.S. Consulate General - 7 km \\/ 4.4 mi  University of Mumbai - 7.1 km \\/ 4.4 mi  MMRDA Grounds - 7.6 km \\/ 4.7 mi  JioGarden - 7.8 km \\/ 4.9 mi  Andheri Sports Complex - 7.9 km \\/ 4.9 mi  Nanavati Super Speciality Hospital - 8.3 km \\/ 5.1 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 3.4 km \\/ 2.1 mi\\\",\\\"headline\\\":\\\"Near Phoenix Market City Mall\\\"}\",\"query\":{\"checkinDate\":\"2023-11-13\",\"checkoutDate\":\"2023-11-14\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid5033008213\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS205400735414\"},\"val\":{\"Rooms\":[{\"id\":\"219954837_286226605_37407--1\",\"RoomCategory\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"RoomType\":\"Basic Shared Dormitory, Mixed Dorm-1 Twin Bunk Bed - Package Deal\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":281.46,\"TotalFare\":281.46,\"TotalBaseFare\":269.66,\"TotalNetFare\":281.46,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":0,\"BF\":269.66,\"TAF\":11.8,\"TF\":281.46,\"NF\":281.46},\"afc\":{\"TAF\":{\"MFT\":1.8,\"SBP\":240.51,\"TMF\":26.14,\"SRC\":0,\"MF\":10,\"SGP\":269.66,\"TSF\":29.15,\"TTSF\":29.15,\"SAC\":26.14,\"SNP\":243.52}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":281.46,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46,\"perNightPrice\":281.46,\"arrMarkUps\":{\"intBasePrice\":281.46,\"PublishFare\":281.46,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2023-10-20T17:48:24.109\",\"ToDate\":\"2023-11-10T18:00\",\"strFromDate\":\"20-Oct-2023\",\"strToDate\":\"10-Nov-2023\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-10T18:00\",\"ToDate\":\"2023-11-13T00:00\",\"strFromDate\":\"10-Nov-2023\",\"strToDate\":\"13-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"},{\"FromDate\":\"2023-11-13T00:00\",\"ToDate\":\"2023-11-14T23:59\",\"strFromDate\":\"13-Nov-2023\",\"strToDate\":\"14-Nov-2023\",\"Charge\":269.66,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":true,\"IsPassportMandatory\":false}],\"RoomId\":\"42_1_37968227\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":281.46,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":true,\"gtxMarkUp\":0,\"HotelRoomPrice\":281.46,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":281.46,\"PublishFare\":281.46,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":0,\"intSTaxOnAgencyMarkUp\":0,\"intAgencyMarkUpWithSTax\":0,\"TotalMarkUpValue\":0,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":281.46,\"CostToAgent\":281.46},\"IsPANMandatory\":true,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"1\"],\"hotel_booking_id\":\"33\",\"ForCustomerSession\":[[{\"AgencySysId\":\"97238\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"sec 18\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:47:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"panno\":\"BCDPV9945B\",\"CustomerMemberSysId\":\"98\"}]],\"SearchHotelTraceId\":\"e0862-66b79-a26c3-222fc\",\"CustomerSysId\":\"98\",\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":null,\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"CustomerSysId\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"sec 18\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 17:47:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"panno\":\"BCDPV9945B\",\"CustomerMemberSysId\":\"98\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"check_out\\\":\\\"14\\\\\\/11\\\\\\/2023\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2023-11-13\\\",\\\"checkoutDate\\\":\\\"2023-11-14\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2023-11-13\\\",\\\"strCheckout\\\":\\\"2023-11-14\\\",\\\"SearchHotelTraceId\\\":\\\"e0862-66b79-a26c3-222fc\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid5033008213\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"8923963627\\\",\\\"leadEmail\\\":\\\"nehakumari@catpl.co.in\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"98\\\"],\\\"relation\\\":[\\\"9\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"rahul\\\"],\\\"lastname\\\":[\\\"singh\\\"],\\\"panno\\\":[\\\"BCDPV9945B\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Noida\\\"],\\\"address\\\":[\\\"sec 18\\\"],\\\"passenger-city\\\":[\\\"19543\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"MUMBAI (INDIA)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"13\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"14\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"MUMBAI\\\\\\\",\\\\\\\"hotel_countryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"TBOdata\\\\\\\":{\\\\\\\"CheckInDate\\\\\\\":\\\\\\\"13\\\\\\\\\\\\\\/11\\\\\\\\\\\\\\/2023\\\\\\\",\\\\\\\"NoOfNights\\\\\\\":1,\\\\\\\"CityId\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"CountryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsTBOMapped\\\\\\\":true,\\\\\\\"ResultCount\\\\\\\":null,\\\\\\\"PreferredCurrency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"RoomGuests\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"PreferredHotel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"MaxRating\\\\\\\":5,\\\\\\\"MinRating\\\\\\\":0,\\\\\\\"ReviewScore\\\\\\\":null,\\\\\\\"IsNearBySearchAllowed\\\\\\\":false},\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2023-11-13\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2023-11-14\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"699261\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2023-11-13\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2023-11-14\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"e0862-66b79-a26c3-222fc\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5033008213\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"e0862-66b79-a26c3-222fc\\\",\\\"HotelDataArray\\\":\\\"60a65505484a4ddaddaaf309902dabc8e169ccde557fa9ef92efeb111f56b9cd8a268725c03588601e6d0fde12f80de6d6cadd77b77eee1b48eb21c1addecb981cfe9d50a7bd1231d287f35e4c7fc43c4c3081478eea22f05f7a6b256b91fa12c441f107759dc86e762ae2c6a0b9441e78e9174f11502bf6e6dbcf3b3a2a5736e39dc9a5bacdbfdcb18dca462f49ff3c7af584384da4b74e924c9689b3ad6d3a8092d189e18ca43bee981b6e3317c214913083647260e887f2dcfc3ea6fed777b0bcd756de44305ec8c8527fb59d8a4dc4bdcb8ce2cff2142172d7b962684d12547aa486e5158bc8c4e8854303c1611e1254883f4394a163f8066e7986bf0702832413a319466f15027eb4ae81b760ad4e0ef2a40bdcd7a78562697ab86d2c71002dd3c5d368dcaa70e21d2dc389bb0478cbf1973023a52c09b4c278ea5c4c0e2f75bc9793fbeb152ba4d2ad618b2e5f35d2477334f7d2ede07fd3bf4a545602a2a79ef954eb78ce7b6c1f11fc731c6e5f3c34ff9aa0bd6e9647d5032422db24d26abc39d1ce426a004bae2643bdaec70bb4cad0c9cb10bd283115718e56d5ee72aae8ee487f745f27d5f4a98a1afb3a96257b44828edae69bd6e2a9ae49dd89ab893fd84d209b6426ec75fb865e84b88cac0647a50387d55706efaf776ad37fc3d648f53f1fc8a9d334a6b7b62afd41bfa80275693e18646c93ac0a1dbe5c2d3245ff70a1e7cc1aa891814f2c3a8463d48cf97e8f6a83bf5db4e794ca65daa9b84d5954646a1f129027b3c5ad74a8289fefad2a93aeec3cfdfd33aaf9b961f4ce7ca7f3b48ac479459d759dd2e10661b4733c560a90611c9bdb92fb38ac848afd37f41a5407bc072dd7688852e91e0c47eefc306df309bba111d5c28b98db40a0d6d2a17fdc972eb16c32a0766de4f235a79b119f02ee0374c171a4941320e5c86d05f6320e21481475af3011c93859bf9f23d49ca0878e11bf2789b7378261ea728f9e5fa3875beab173954df24a0215dd08a3679df82dcb5b702b6bbdd9e5a636872ab6fe3313dc94d31b251aaf01dd042f577cc8d20a60e5ac811b7e23777ee1bed7fb2f77579acf60c348a71958ce5042ab8bea746564b4bfb3de09a1236c986a4bfbafb36f8310b160c4f2066eb590ec8e6560a698cb0701be859367b1fd09308e66697a50a510e24cac6b6d4c94a666782556a6eb45572a881aa8921c9f617a6dc360009ed2232a0d72aaab33783545d63a9d919d82461df1cd0fe9db853636edcca36d0b4e7296a6344e5749cb9dcf92a0d1992cfb3922caa163ab6615a9422c38e9ce78bb9d12daa79218ae61253bae9f96e26d683c7fef2f96d60332759f50018c94ccf38665c590bb1b2488005fcc682b56a78d237eb4d71af8523c2b91f2ac6e5a5a08dcfc0683a47540bbe6e593eaa423c2c9666c1ae4b8432db3578eec93e0ad51fff42816a8211f087482e93a95481c95f3d97cf8c9e107089b3b255006d2b617f8da5a559d80ee77c28883a4030cda0885bbf990b1c404aa4a17a9edaccd7504055ab3a2202f1475d6be9055c0e1a22c5a1fcbfd37d8abe3b4dfa4102ee6d538ca41b12ded262c1ff48cb4847420588c480810f453a8483894a72f799e8d72cc1b170335cc2be4b5871bbdf68ee7d405ca56213652b57641e302432196c078ac4ca935d4a7322d7de653c1ee9af7c014151b2c1a4695c242653f53eeda6d224dfc58b3122ad79f437d945e6679874a0ba6d9351aedf06bbe02f993313e1cc0d0edd7fa3412ba47fff77d2c892f18a5cc672a3a5bd9500dde57c404dc496f72d63b61fc63ea05b10fbc852b1d7b49102ce4dc962b9e549307207d3f173657d09bd3fbd7b4dc5944b6c3db04757ac3c0eb4315e21e6579425e205f72993a8f7471e4e80dcc2dfbbd48278501cc37d8bc63dbdb1a438f07134710da77fae0342ea328e4b35a2da1523bffbdcea9f6716c5d1d372441045978f76c904718b2900c0941a1274ae9a37a4e55be33cf1c77a1a9b0e7694f325d312258392f187f967aa7f54b0cd4913535371c2762560284126f1b91b4ceb80257806d74ed4f420a8ea1bcd5ca06ec099fe4cc6d44eb0635a9169f63a5dcdecd90b597850fcc38d7fb323c3510db9a32a23c3214662a5d5d346cda5c6d7b516363769591c72befa0fe469ffd814c10e6b774f5f91bfd8cb932180e3811eafd936a8494a40d842ae5d1c771f14a4e83d7ae40303632f81c767c63c40eb96bff57d5bf0b6e560681e4f3057d8a925ec5cd2812b665ad6dfab4303b8f10ca656df72789c84ec8796d8c73e9c582a46d8d829941d0924856c9a1bf65977a1344301c07673c4dd032078465d9aa45f387a6c28dfbb40d21dc072622dcb0c209e95e00b48392f70a1d64a83b1469aac491de60aa924f6d9f648e8e87a7c9e9cfa79612e1e35c41e04533d633cac41c59a85706bb47015d413044bef7a47ce952656498aaa87dc7495fcb50a09c26172610bb85c83cfde6146b2ec3f512638fd9f8535eb6badebeabc3b1a161bfd3223893f253e50f70b7da3923b33b88670bf9c05a81d725fd5e4749909b0ee85e2b5339bcbb9be5017a166e25645c934acf365634f5a0b6511249ecae35131f1e1667813ce5186183b0e355ef0ac9ab691f90975c56e83308c648c068f704818195c1f850d4ba4be1dd2d298aea0b358ddb6e2b05f56520aefab4969029b02a2c9ce01c161fb68c8e9474beedf0e140581eb6bc0ac0b35c8ec93870182f384cf8e0b12b661d1f128f43c2cf47b6eda90343f31aec43b4c32182a0c9d75714e84cc50a98a27d818d280967a153eabb4675f635d0d877c9ef63336d7fd8d75afa16cbd88016fa5b4a3de476622aaea1f386a4b17b43ec3c0c8a86f8f2157bf1621130b3278e903c63d56280303aa69981f39ad750d74868c6e5dcffe7500463571397a1fd9ec0b63a7b9cd4306ac0b5df5a3c345f2bcae9211aab842e5dbae9bf2a914dc118859680a22b88bd9e103a178952756ada0c4c9165f9ba4605fbccb8f2a1faf864b59a1421c38819342756a6372794076b253c9244a7525854215726d5a58794f98c54c406a67a4f54b128e7f96de0dacfa683c85ef24fa751058643a9b996ca55b2935cb55b3ea2680dc5c910bb3e1ff5cb58942458927f7adb8e0ac8da72b4a537baa0612984d0d1b2c5f06a68057efacf858016714f90b8a8a51d3f4b539b06f8b2a153cda2d11ca728f4e6d41c64da6225f45c20b8afd347b821456d03fd5816720eed033a89e393bb60e2433cdfcdca66ceffe321c43b85610f7a31dd910e1f73a84ea0dfaafdc1d537481bf2ad1e0072f8059f3fd2fc6b704d713046bc82dc0b145b9e9ed5ae9c2edd394d09172c1d0a87c27cf6d03ea672be512f23b85e4b630d82886c34bb3246c69e04d0e757138de131ba429ef3158fca70fbcc68cfbe3523751624091679f22ad77cd88a8fa6a2b45cbc6e3c2312460683cf2ca0df78fa78b63d04e9809ebaa062b502c06d4964957ba4b3cb4d52c5def4a2ac468598bebcbcb77c68363944ec01ee78a1fa5a88e43c914495d82c9da10be7b6b5cf026ea8d57a122e45a7c416bfa1e13569ffbab046a6c5653805d4e12f69490e5480ad1062d65ffcafafd9daadde26f06ea17d2f023488253958622e44b4e0adf2cdafbb15ca159404c7dea49fcad9e905f1cf95ef1ace5b1b6ac8568766e5d7b71511912ec32d6348e2a754951f485939c299759cef16513335f2f67e64527b18dc96f29b0c4731e24f78c9d10bf5f8d7e910e4af1d4a3baa75c32201ff3575d750aee0a1b1d200c2da81d7ae24b90dea9225c7087ce79b3f8a3b0062e5b5a67fb8fed9de4b634cfc07cf727b593aa929d38277b1fe6f99ff25c4bce41f3bbc5fb74bfe88cfeb37f034f769ba38f3c99f329eae0df64016670a98c636a3700dc31e786300800247fbca27b90eb4f75295bfa63ab5f47833e569f710874ca4cb9662ab94b40aa2a0add3e8757d9cff8805c08442ff8c83432fb420dbb71ba04944050e8a426b89896d63267cfee3f0a0711e73e56f792afa52a18064696eee6dbe2b85a2dc39bf098b921a4b1fe671803bdb6cdc06cfade76f8b1a6165d8508c6b9df5d9691f357cc9e42c826a229388f500e15d58a38f5ffb93189749577ea4f26a9885d9d02d9d2fb7dfb065a8de623d9e3bc901b900fdba4e3f37c33e173267109f1a64c113266e0b7408771d6a4a8c3afb863066577f69deae54421430e091340d02f90feb58e0819a6594b4f035a4521e136c5038e520ff861b3714f0c9787d866c8e3e5ae30392f133221a87686b0dc1da87d0d566a5c0fcfc856cb8dd2046aaf629a81c9302d4eacd622b275ad1cd9e26bb51cc0a7876adfd55d47d89d03add708930f460ed9c856d17375ab2dd873590567c06d07a6a579656807ff50793dccae4b473875de68b77f2c2da6064b61b1b889c0d2c778febc6cad79568ab0110cc916d67a29ff14ebbabca514d5ee36d71868ae4149cf324d58b3a5cb75dbea852a345c7541f13089ad9b0441c582e9a4b68c712d4431970f1baeb3d93ea9620b4b0a62cc33567425ea165e0311c9bd78bb9b89dd34d2728f29c83f1a86f5bb19865b6617162068b7c9974e3921b799b95bcba185f70b54095b0aa77c764501984a5e9f527616c4386f8046b0ff5a6441fc032c1b5f4bbef9fe81dfc78bce125dbe2af30abddd8a57579ead5672dc44b7bf98bbfe052fad889ddd69471f31fba38a2c4dc057934fd01a67fea854fd1d59ca7f9efb17f422203a5c6b5992338715c9d2f9043a1bb8564175a064442c47390f3974d7a9909a90b57f25add8e64100dff36202a0916712d42610677e81cd85199fe173c65b1482597ec10d037fbcec9a3992f02c796731a053c9661403cae0483cb3391820b5ef37943687f10577d8f1350643305a6d9df78128f803daf19a3a9a3209137cae3df8df26bbfb0a4f1839e128d3119168851e32009ce483b28ec6d2a3bdbce2206286aa895905f78385ddf9e467d01f9c1f1af531841ea8fd6cccd1486eb3489b5c391b1ca70bd98f57546efd760de58c797c94de36bc7d39783e95fe582774e65ec9896d8933046c3338dce4e076d421c01522eef714cf0e61a47b20d209d3959c98b09da5585212c6550ed3c72e354b89456781724059f58c7c09306d7546394491f9f0c3f683a75b44dae4f6a3e731f32f9afbab641fe623eb95cdbc9a0b1f90ca986d620fc18372e51f090dde9146206e7d2b980fb5772fed2d0687627d8638c9ea6b218824626ff1b4a51c32bf9e4fb4ee139cd8443c9c4798b80a5f551dba2542e3f25e800323ee135576f908dadfcf9be5c2c09867724bdc55de9205404e5adb76fc8d45a7735ffbe84239c3cda3e221b61e6bfae83cfc9d0a73f19a5d97c55bd81118bca52725e2653632b9840699d372377fff87f4a3060447799a2dd4263d42d86c0098ccd141e52d5c5a4b42f9fc8989d6dae5972834788933ec9f34beddc1eb55a148eb4ff416564cda24d92602ce2f39dda77b13835f3958270057893f566a11be5e36040dd6798ea0166425a6b523366ac02debc890fd6b4ee1ecd84b28ea24ee67b1c32f4adafcf7a77bda1f00f2de76fd2e817219ba22ab5e62cda189a78a57c722e429865db593663e8cdb21c0d7be8b234e46f210451f8dba858900aed699be62625de18a8d8548892e5fefffc68f2aa2578fcef25b085deff763613c75c46781acfad1e2125b0d080cc888dcb15f4323cf97fd98902fa2f167d8c905118733142f82945f073a2ea4caf2aa1854c029c807d9e60624f9d56204a475ef5a771fbbf80ff6fb14c965be4abc0e8525a7d017d5cbcb805a718d5ad0908f4b0a2552a29dd52a031397f6a4cdfb30b50e856fc82971ca692b529d350126173e29ca1fc881cc9e094b5ac1419b7a5dff57d074d09322d1d421f197d4827ea2cb7531d77f9fac1c5f17dd4e93969eac1796a48821ddf8312b01e17c17a06239d807e6da960f23f47ffa3f849b9e0d6dab6399bfe3cca3f2b84b5e95d2e384669c1fd0265beb2270dcca613d4b97bc363e70d5c3f92e6c70390109245e9c748d902737f904795b3865223af2509dadc43bcce0bdb1deb386ecec6287b4e12b3dc1d9ca1f2be4e866ebcfb43fe3e52888c39b2a19f6ec6dc72f89379c9aa7afa8a906b833138769153baa6ca0396d5dd731b883a179a815d48eba63b7d02b3772882e37a030f84e22daf3675037a286c2e936cc6580444c148aed4411f239d930efc9149ba92e3034c1fdb59a0767237275d588649655a639a6bf37a09c4a00322beadba10daeee7c0b2557a2fd677e9ac20098554136288d8cd699c37d5b7535ea94c9f1832c6f31167265beb15468e81442760616152d465eefc53446e443e3fe2697d796aa5a78a2b99d9fb360114192b95056e67e37b414fafe603728088f73ded0867999b242b516896e2a73520cfae9ef5080583580d323c8a4db21180420da28766934f80ccf0feb82e1fd2048004dff24dab51e35a41a548dda03a3d6d09353a4e4b9d97fa56fd9fa718cc7e53ce32806d2d8a2cf3a4f084056d341e1fcd4ab6acd6d3da7bbdf7b10c61f11e958420f247e8f288c8be2efcaf9fc507ca66b7147c319d7aad981c4a8408d5f6dbd3d0446b07409d219932baa68741ea9ee4f180592a0175a7c0bb1674d2b3df2334846faff68db53cf5384f2cc2add9a55f2eed72d2b35b8568250f9945d94c6b243379834df4963c8413032d49aa397ff691a9ee2c58bc87324cd81d819fad625bbf88533c82c4298de63b2884308716e49ee60a217e77d4f679f698a1441fe782530b5e968e2b7fc413c61981f89b1857f6f0109ed95a19fa207c68927c70b4e953c8974a993a0d94a10ca394194cd597b5e138497e2ed652e29b2f62fee29cf760d74d0913f4eb44223f56ad837b361bd91847b9edb3fc91eb9a59dff87375abfcc11e8327089a39637e2eec3c8a097d7d2635c92767780cf4d71410e571c2b01abfda569411fa6bc59e7600d1be3620e7c8de1e5886af62565a4fc0f3a656c0c7ce7932ec9dd22654b0aeca0019e3dfdf3124ceed83fd9686cd9d60aed2155c334c1b2a6dd5b90e0766f2dcab7f86484288adbcd84bdba1e7bd786f3d6be2a38fa3daa77e57c44d01459a12e3b5fafa25f0fb7de8fba27ed26bd45bc557a6df727eda79e59da87bb558ae9fc7cabb6586cce183da0e5f0bb4033450e3a3ad365cf73ee1bca4a7cdccc83f09ea172800f887366083cddce09f87221b11c249d7d3929a7119cc2f7ed01971adc06f1760c439235b7693dc56e3b632021a2b435fd383176f4b9987e17d682d4fecb05ec37664daaaa51b49c3e69bf9915ca803087a1816f1d4cd2fe65fb949ad260f7cf4710a20f714b0946b08afea9384b02ea18f6aeb12d65895978ff3aa976be1eb74e2977622c6509de697c82006c6684cedf0c0e1b7ffa0f75ce442ec49b81ce7e02092b71279840ef5df08485b77f4d87f321668410c1c69da07c140416692c9d2dded4c7ca54f19eca7afa60e96c66ac68323c8527e5c32f85bae7ea71f0a0e3d14d8d72747e239a94c155605d5dfd631aa24f3efd73c242a237b461e4faa87022df7d7a45f11b4911a51dfcda32844adc12b3d5c7a63393b71a42ff7d6c83b3a80247bba617ecc6e9bf3a675de5d4952a4958c86e6ed9ae694397cee42857966b9bf960d76ba6afd31a603e1af6fced600510f852757ce07bd3fceb6ee4298f8cdde8fccb79a49031a3bde79cb209816108db54fa01b050593c9967cdc07ca3c966080a2015b1548ba3bfee33ab85a02430e43df67646367bad9a29e3c4a116da1b0984f611e237237f63d998dc4ad2db35bd7273b6bdf507ce569bff8034b32f3d3a6ccf62ea200c894eb2b7ec27e810b452a6d19e7220f2c1bab2a39b752e09ecc87d00258386ec61748869a5141e47a37f36e5c583b371d94f9717a40de55e42cf9d307283e38b89d3b206d7a1cc5811f90311117f1961a44259e9b975eeed987c61d0cb3aa10acd9b557e41473c0dd356d293bfc2359196029ce5af8adf0f127c6e79ab5259b75ce2b312cce32f799425e28755c1f913c570190d57e4cd380e8c212dd7acc613155acfaf92be4e1c5de2acff99c18e6a0159c177902f5fee00c96e240e0e6c2b39882098990b58c8c3b01c2888d0de54a5a0ee763ef3cf1b5589f67bbd1eae785ce79aafe6ae4472306147a41c184ef650814bdf6cf75dcb7367ee00b01708e7090fdf3458e7a6c27be2c0a77c6076522f6a7dfb172b12e562b02d9bc2da9d3b2cdab2895668bdef9d7cb4bda280e12b78abbe9553df0e95e38b359ccc2faac346e272b7cff0737fbd33dcc9bbebc7ae4800b254e78a708c5e0124d4f9ce1145d5fa77b1ecabea73f3044106f11d25b9fe71509c96f75f2cf00ff793115f3aff77efc5b54393d35e26a85c4d7c19ef6db7b4225a4222bd46da751e3e8b5ccc6b52b225f7cfd3aa2414ecbb5061684f7dbcac503f42ee5f9c33a7ba3ce8ccca952e36267d43faed7bc7a37a03fd76b35f0a1bc578d9285503b89bfe4b23a381c19b72ee288eaa00e6c71381e8f0380481cc3fe32fb9ab9de6ed840df354d49b2af5fe7dde1cf47d85e9e1133bb4d218680972ca20a8b278cd77f60f056856ac00f0d01584a21b374b1534c9a2b407bf92eb293a367bfb849c4b217c1a75045a75ea40cc7629059323fb75fc1d39cad49c4d75236d170dda3ac8f98d083fe2828b9a41d6af7f4c7fc0d8fbd90984ea14164985b1e61806a12e5d95b07503197187978f05f018a2ddbe972abf2766e35a086cec48a3d171f8becac114827b0fd0dcc70c152189e8bf7672121650a2a3108f69be388862ec363e45c26b2b5212cedfd170a3b17f0dbe0c2ea563845f906a3a4d5c531f88f211064d932f9b66edb164b3dc6ae099bc3435b5e4304f5dafcc0e3de283451f755f6c06998fceef4d77b81b27cb91094cba46233fa0a866b5e90500ed92bc3bb166158952af55843e1b031b1f9a29f7081252f3169d38e3e7fdde173858bc339b6aa22aec483f1f655e7d8c01c253ad6295c69b0efd65fa84252da69fe3634bfbf36b5a3d2f2f71e1f3a861e97034ef057b2eb9c5ae52061bee00047d5fd9ae10d9c6f70f1fe29fb749c13eb7cadae002b4feafefacd0e918d4dbb1a81bd0bb161519d91d67077001f33c81c3ee89e3a1dbd574c753a9bff0307a933b4b9b3ce6810161928be80ab9d2ba108982a4673f361ac1658bc4dcfe322ca53e5ad115bd5699ac87f1d05163ca2ea2db374c59db8475b11da172b762c085f3c9c1c4aeafe74cf334d08cc8d56fa4706fda80351da77c6f01260e291cd614c923194c545dadb13c4ea65c1e72e5d85bd6966bc2d30e069ed0df662444ab58b240b8601b37b888b4259fb913080070072191e4fde8b4de1c0ba33489a7846211717894cba136664c134833fd3ac604a7873cd0891683ccaaddf98e4921272ea35f949211d962f0cd0e8430694af06d51960b9e59a489484302eae26761508115cc661ed911a9d0aa4b97e90705c52b7595e9e9d0b577c0ec5df00ba3e25038b5a90daec9e7f59cf1eb7a428ced67f4694e66b75179aeae1e313cf92820cdcdf28e675abf9c8494752cb9c250891d78bd8cfce25b6bc3688eb9c6abd26bffcb9f65e3e7edc79cf9c61de5a6a85374a258da252027f63a6fbc728188a32d66e962370b308d9e2d6ace1fb70d47bf9cf4c548029611d9f91abb57865a98925eff088745380ca20b10e028ab64dedd76987b416f2a3083c0dab5c0481223e3e12af9078601a166af8f85ff8a1585cea2877d262d93f9da6660ee7865b07f752d9d8e31d7d481b79b3a86aac2b22afef554162f83a9cd631088cdc54787a751c2b0872cf74d4af054467d909922a71f7d9fb34f857f1c17d64b58651a8b13458b67bcb80fc1262d2806458a714f26c3460cc1d75e544222aac7e430dbe49ab56f8cfeb48486c984a4be6d65f17b3ab045907faea1caf66653aff4af5974efd3f28ef225c755204f5b65a7668c8ee16029e5c81b9d011cca54442e15f6275480efcd708db7c2f88a579d6e4cc781a32c2f5b433ba25ad0e17cf3621de2e4bbcc42cf0e278ac917eb9d3d2ba8535a4d70733883792608e9b25354d23a9f53628c13ce69cfe9b5a6cc63a231520c46e67f6d281aaed6ec55e4a9cb8b5ec196d49e4b020b15303d4fd8a5339d9b25f940864d7213afdef6838608b76e1b5920a85d65d1464394b16cb4a4edb42dba02ac70823f672183a3c4de3d13f5517521110af3654eaeb3016e78b0512149dd8411d601f4bfed3834ebc879ff4159d3c47e783bedaa7ca62978f6d991e2ee13e790dbf64b822aaede76149036d42e8e10d7700fffdd70306060cf755944f8b5bb3cd7c722d74b7ed89c662446be553e7b65f99feb3ae1aa3c625b2e2e6f687aff4155882590a80d44edb24292e3d2e9c3aed7998be9ec725f117647a60b88304177095be9884dddac69ea52008a63115d05b4e274872fcbf5e99f2314fdc22aee91cbc435eebfcbbbbe49dcb3457ced5769d889a0a079b7f0dd15c94076daf5f16c5389f45c4c4f5c3152b8fff2cc632a16c2a7d44b5a318d2e3587878c138c17c970757cf4dc9a41c1b0a42535752b5e19e2f9e50d1c05cdb8eeac3f44b0706f4c69576eeebaceca1b913b090a6f4b9b16d5bb2fb1936e5aded6c62c9e8d699b08a7503229c3e1c1ee6387dc0f4d34bc05276a6dd46b08ae0878a4fb7cc758b6b2eb3aca1dd2ab59033939b2ad0f4869c2cc1ee099a0c460a42e61e078b2ad7f002b658e39a5f4a890131fc66daeebcc9d0d4302be4cb8b9baaf765a35c187a858b6edf1a9e1a781e085ba38766fc5306e5a0a94a07a3f651e39e927bd02e03b80abd6179ebabf0f7c15f32eed4bb9949104372ec435825743139ba8b3fd49edf46fe052c8b7bdc008d48d3b6450d821070235af6ce7692a5d374093df88d07ee5f139a4376359d544424e2f154f02af912d40e8303d50616a394d145392684ff9d0abf5f151304f46dcf90113e3b5e215f6995a40b0ce685d8643d5671f6a6779b0ba7a31be5a72599896d0db77f5e92a1cc9043aba84b06285c50c178e2c4f000bbb9e3bf0b3d79af92e0de46a45dada0f593731324c8087ea1bde1489cccc1d4c6f0f8d3158e8ec1fabaa7e4ee4d4fc39a9e356bcaf68dc8bafceecbb4a60787f768eed85bf08b8125e0e1c9bda3d70713e2fd23e43ca2882029bbdcbf984319ff4c81c8667d22c681d62fff972427e03a26cd8a01f0c6c70b04950f3e31bc6d2250d92230bd7b055eaf59e63076e8ee54fe5c20aab1185d9e17bc6dfb6402e2544eadd95e893ba377dc1d978c5cf16e859c0e5bd6045765584273e78771e3296a9b907f47b59b3f4089c6fa7349fee317021a369046b11fe3c0a34fe2055fb1e81286cedbce15315ae869155d98268fef3377de5954ae377a1dfe3ed1c765843872502ee54da5f5a254b47bdae67f960b66d26a744f23571686b1b3d07157b898674f359809ea1a8e0cf24464974977c0f8e9dec7bb6c0ad7a163354e80bbf1915d57ec00bc47f9de08cd20bf051c060ff5aeb6844aac37ba393ff71016bde826839c4efbdccf4d11236b7db239e99605dedcf2830a68d2ad32e4fdb1a5bd666381db1e6e2a9f4e709a10970585473c99f60c39309753ae46ba5bb88b85dd433c71673e45af45e88d32f270a45e3b617bd5bf507ba222ab83a25e6d50f2a2b428471ba5e18e2927bd71c6ee345418f5aea0c96be0f97d6476db8508fb54f6c5d756c7e7fb8c0a9b1dd9a2b4435d459ba9ad11e54c39912b337b4db97e4e0f637133d52484ffcf9da72e59723141023afe967b87e2c342ec0368dd3480e7faceb66f98938a44d68b689316fd93287c57c4a0da4574e39c3998fb6cdb6b12464dba7492931960dd9610ad61bfbb421e16182dd271ff70052af0c18875f7df0ca0c352c2259763263cf25858f4259df389d837398711a2915e73c060905e745e00f1afcca3c07493e06cbd5cfce69849dcf54f63ccea3aafcb422436de316d04cd67c9d1990c912b2555f33cecfef8a8a97e48d7f064858d771016b20c869aab865a39f2e19244f81a3bb2bd5712f72ff35e316907df5ccf3241b6b8fb5100657cd0be4dd7bd0d6a6d8113be86377beb8641435cfb263ca4c9f30158cf3d63996a85b7e59f3a49223d19500d214e6245e124d4f457e815ea20e96d90a2550881e3a39aca03c7ef2d5c503bb3499114669ac0264736ef9ea5be856faaad8361fbe9c5390e0caa1bd612e97d8b32a9101e14e2f0d951efd8264ad8fc22a000a3e4e4b476bb8d62a601cdf7624fda5f9b67911041eaf1f51539b6f2462d7284520e27ace830d90dd40613a6c4cd9d84b4d0a90b4007ce253ed04f2c78fd147fedba3c932151049b2e4a7d0229d43bb27f958f36952f3ee6b2b4dd65de800871f121f6ab5be1705e4896828524de57a4c9cce9621fb6d4cba5db5e59dc1cb3d6151aa69ae61ca1c13a662a4504ef27367467076356427e13ccf87a0fa53d432ee559343ed6e7ac29f87965aba4b607d82422da00ca86da203757ed3a1756566e6af80f753641bfca0bdd69fd1240b8d2aa24b9110b02460d83ec30caaa98afc8c499d5e1a8d6be561bb40b79215b0045f4a241acf6ec4fa7d8eea99d405dab29281f37df5a81ec28bf002d57ef40dd56543e9bed8147b66360d9dc33e4623fc1762792c4ee69b007d47432d01e5b96a6c8e94c75d8b823496a347687f04e5c7a93fbbd6b4694dabd481bf641e5b335dda01d8e84847a81e304a890b93824014d3b1c16ecbef62ba94ffbfb04a4914decc29edd7c99dae00fc8a163589b45c596c0b08a250b2b73bd70df9c7b8cc9318222a354e2741a65d4a8a1938e08fc83203d0701d4d0d31bb93df30e51d6eee0edb197a071cbe7cba08e1ed73b677222036ee4b6f3919640fe264e3a9538945ec384e719d7a5ea0e3386347e1a2dff114e9bdd68a2222fd4050f42e4539b90fa8a3b38078a4a5bcec6b16abeb30fb6bffd1d8ecef451f9e59c0c45c6ee7bf7ca4d8c5d60da617607beabf26532d00d28b9d8574af915e95ddbbf8dc4eae43d0e17a83ddc1683b2f4c43dc93a4230535207aa2e8210251806b1fad7e4f20308ece96d28bca3c903b47cfcacf49b57edd79bb605156055fa91839e879b28e4defc83702cc875bf750e1f5e09df94531e1312429404f31a34c8bfda1781ffd62d60d741a20c00c3d9fecb6ad6cb6d75159808f721dd3917c0a8ba16f1d8f3915b0826151c7f6427d7969321d2248df15a3ac93bba91b2fdf09a7cd9fcd21f5789bde8dcb63c175075b144ffd7c29bbcf0809ecabb17686c655eea195855dced42f66fe96300dcf31accb25bba09f55dffd87d546b6ad3b39adbb251d5d5365e17cc26901c35491940f772bac2a3281c5bf3ef3cf49bb27b1a9cf60890c655ad34a35462e7c0726d6bb717161b98e60289ae551b63305fbd7654062b12c04a28e8a7199d19e4a2813ca08df06076035923663ae866349c7b3f94cccba282a8759cda4de12a1f936faf85e31473fd7e19b08a1cd5a1a7523dfa198c7110009b66dd33dfcfbbf6b7fbbdb2325513081bbe316e2c263f203320400a579673b4b332db0c9b01a70a21ae25e8d3df049fb15d990d7473f8311a368a3d62bd16312c11b226af19193dec1021fee9cf425eb243d8289756e895bc0e87276d03a065c4323313fa8bdf085fbf256b816d35d43b37d8f405fa917bffa84173bec81bbff73d399121650c614febd6ac2aecb254939347610ad8f8ea8bbce3bb8dcde9d7b16be6d0a25fb35db48120799801495bd7548456a146b107cfbd91604622c939308aff670e97fe8c799b2faba4b9e77d64e89096ce65f097c494d6264dd331ae09addec4eff708617f324a281ba81a35cd09e65c933b7d368df1aef6e109e17872e4c83bf1a926ba40d4e505dd215b2a15f55d6f1d9268199ad51047d5bcafd3ced091b9a91aaa6389cd77845d1f70ab3bce84bd823db8f47e8186eac9613ec5909aaf0e2ce646200929437ea4593f9a0ee9a11c58530dfe85210a991e5f78e6a5cce3e561f42f7b355c0a1661f6751bcb34248ecd70018ba06cc3a1513b3e90b73d5320912029a62834463de09e443240b9c5c05ada5e8307d5fef7c6fa3adc7340f085bf64e3ba57a97a2136e442f6a3c9ba6f5ce41bd68c8f83d6c0e06c0aeda0aaa852d57765b5cb23fd75d0e3d720b703c5fcb001ee0f4eca35d13d64544f63d3fe74bfdc7739263a1edfb0e4a3e6b2712242134a65de81c89a2dd14052083735be62a8530cf110acefa87825bf0332b58d96052cb5d7cf11cf98345c3d315545e9d12c45934545d2672243498a43c156624bf3725daa763aa73b824c242a6278d03de29f978e33a34869b13d3cae464a4787e450bef1204d339da07c45f388b80b9131664a00710a412394a86d1ef7b6f5f82ee7886f64130d49ebdd382bde46155cee073f81d54e366f27ebff44cd9a0ae2a4ea77919b1a8e9ed922358eb5616f765db02ad115993b7801d9ccf3bcffd1f6b652365474a375d6c5b9697b8e71f9b36c65faf059785ed722fe85fb8e565324f88fc50f13f439a9725d3ac68faf9f589db85a5f957199aadcf7b61bd381107852283df8b0e658af962d26d735f49f79f4b402d950bc076f841013a5749a24cd9b526815dec752cc31da998feb3cf2f69354b13baaf16de37d12c67a6c101fa034593b52ec265e279fcc8feb7f5b0415308b693d8f0a62bbaf39058dfe50f9418ee03cff6e375d747e9604aa6d9ec39deddb02ebf712208ec483f4124ba04f51eb1dca1cb83dd0be0c98c559812efa83ef5cd1a824590465b137345b86abcefd9befbd7ce88eb539abec53081e55754bb153f2281322429cea20d88659cbf4b6b548062031ff72b873c0e87a585d7a1b929e971fc70b718cefb0407d4a06136994c18bcafd652819642a088f5d0452cbcd9346cb5fe13fa7f40b9ff9adfa199b02bdd26b9273318e21c57abf0942484f3cbeaa38a434c5ccc497589c16d1dd29d3b0d361933401a8866e5f43d6c6743cf1946ea2fe132450f190bda31baa7471cb8e0a985997afd8cfa3ddff06254d7c52fe1c4724d03de6039e53dc2dfd6c57178f6b15f91006823787a93a185f46f281eba86f4376f84e8342bfcd265b84cec1209a1770c7e1861f9f5fc23ff03107618c766f1092bea205ca381fecc35a7eefe70b81a9dc67afe08dbfd3a1a7dd86bfed8d3f078865b785f2d6a70a26c0a9d47e913ea03888125b60566b0194256c2049d12874b147e4569b3032afb7bd7a97468def60c7f9a77242da0adbe45a08089f476bf6efc74e325131cfe9544fcad23403bad3e9a459d8a0b85119b2db774d8f304eb4f132d63008acd8edbddca46ad2b342e57bb3c35c0ca83dc260dd738460a3e908ea8797dadff7e90ed1f1be6d08e043f8ad17e74bd459d0ac3cce257a7816b5472b21fa9cde8855ea60da628e349dcdeaf9745e1a0e415ef38926e0d0681112c090d91b831c9d8ee177c86a7be524ec76111200b66b96eea735c7e1e4fa59ccb2abea28c4b6e482fcbc791c1ec5b1866a77bc8c2455f8c7ffbbcb0769efa514a12c99edccd3e3cb8389699a5ba41c294d314021ff46bcd1c6af7c2edee76e72d44d6cce100e3e567fc6c4c34e275ba1be0e67ed5a9b57975ed6868984549b03df2d923cb4b51e21e4ae846a312e1e15440c4117c65badb7e8b72c27596acbfcb900865fd3e4e3ae27e9b2f336028fc3dae9043605e8c552386c174c9164ade7540c3f5691e477125d16cc553394c126a8c1f40a77a80d05f4b7915ada518c0006e28815a90c505062f862c459563b255dbed16225c20b60fc8253740f39c1a84de28afc8eadf90872b46b6c6835540eee62962bfe19f6321d10cd6ceeea67d2a0445efbd9f3cdf110014b83318e2f083ed4183666c49e249c5b1a9d4963f1298180c9e2cb5dca6ff9537cf41c40f54025ebda57a0b3e3f7d06ae6514c1822ff6b064115afaa17b899c9c24ecaddce2183d3a9b4c8e86f55e4b711761fd8b9356304e445f3c83a3644a93c216f47e582bdf9f68d137c61811ca5a7b87fc472af0eb6a36106e0fa5182e0c3580d57d3bf376ac0abf7f46806f89c1d3671f4883de6b7ae06cd815bb82eda306ba1d9a343b63de10774a3b8a74feee2caea79982224356b12de0f8015c7c25d81493c1bbe31a6e1250dd0fc0c07553d7958fc778ef6459c8741387f7a2e4a3993e3a73084a69bc3774d4eea24c3bea62cdf502a5b12ba8524eab352f2c80bea1e62137197250c8b0f38e035a7a37e58b47e3289c14ad2d49ed84d69b890975073d887e13cb78f107d909c479239d2d2856c00cb5d4613cd63643816d8471700896caabc2437fc6a379010e1847494f92ebf834425d4e1b3a5c81f7653a075af41a0bc19b15f3ea0baf09230ee43eff6e593a8379aee2899b211eb57034980d5ab7a52f86e8920e3af4cdec4d1eb3933921f17f6512f43af69a41bce41c21f8bdc0ff6f65bb40c3f25542290db88d1533cb85ac2d3b9bab04d17518f885c390d8e1c630d1d41861608bc358bf7697547e5a7ffb29d31728f6cb6785c1c09f625d1dcdb684636159c0e4306efbfd120a1af2daf82be9d1fbd7f488fc62487bdf2d3ff37705d4565a04cd06d02f8a5c42d5f892c86372e72a17850710b62041e804050bfe2c1aaa470bda446389f021461a907a0fb3ea2c339c8847dcb53fb6c3394384ab94b423a3e8f94fbd8afdd2c2c6acf02db495b294c9a10e008543cfe984328f59d6ec23b14e8d9982ff7f520a00a1bfd2aef65932c8f71d975f41d6dccf171ec9a4154f7a3782380ffe72b9a1129d300aef27ef41d10173ae9561386e059daf94aea107ba3497e6b766fee2c90bcd52e1b63ce3a9e090706b30d719f35c83c275101ad483e1fe38d7e1a2f90b8ceef\\\"}\",\"isHoldAllowed\":true,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"paymentMode\":\"1\",\"genrateHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"896764\",\"TPSysId\":\"896765\",\"VersionId\":\"2702925\",\"CustomerSysId\":\"519607\",\"TrxId\":\"72366\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"updateHotelBookingGTX\":\"\"}','2023-10-20 17:48:09'),(1220,'bc433-c0d13-e7f44-e6fd1','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI (UNITED ARAB EMIRATES)\",\"check_in\":\"16\\/11\\/2023\",\"check_out\":\"17\\/11\\/2023\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"8219\",\"TBBCityId\":\"697010\",\"destination\":\"DUBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"16\\/11\\/2023\",\"NoOfNights\":1,\"CityId\":\"697010\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-16\",\"checkoutDate\":\"2023-11-17\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"697010\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-11-16\",\"strCheckout\":\"2023-11-17\",\"SearchHotelTraceId\":\"bc433-c0d13-e7f44-e6fd1\",\"interNationalSearch\":false,\"searchIds\":\"hsid2068914431\"}','2023-10-20 17:50:14'),(1221,'96bfd-6956e-c579f-1ce09','{\"BookingData\":[{\"FlightNumber\":\"6E-6794\",\"keyIndex\":99,\"SegFlightNumberArr\":\"6E-6794 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7244617074_0AMDBOM6E6794BOMDEL6E6045_28200080501458\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:35\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2023-10-28T22:35\",\"LocalFromTime\":\"2023-10-28 22:35\",\"FromUTCTime\":\"2023-10-28T22:35\",\"LocalToTime\":\"2023-10-29 04:35\",\"ToUTCTime\":\"2023-10-29T04:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sun, 29 Oct\",\"FlightDuration\":\"6h 0m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7326,\"PublishedFareTxt\":\"7,326\",\"ApiResultIndex\":\"5-7244617074_0AMDBOM6E6794BOMDEL6E6045_28200080500626\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"96bfd-6956e-c579f-1ce09\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3672,\"Tax\":3737.6,\"YQTax\":0,\"OtherCharges\":3714,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7409.6,\"PublishedFare\":7326,\"PublishedFarePerPax\":3663,\"OfferedFare\":7325.46,\"CommissionEarned\":84.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7244617074_0AMDBOM6E6794BOMDEL6E6045_28200080501458\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":84.14,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3737.6,\"BaseFareCal\":7325.46,\"BaseFare\":3672,\"CommissionEarned\":84.14,\"TDS\":-4.42,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":3714,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02R\"},\"Segments\":[{\"segmentid\":\"515\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-29T00:05\",\"SegFlightNumber\":\"6E-6794\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-28T22:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":145,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"22:35\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"516\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-29T04:35\",\"SegFlightNumber\":\"6E-6045\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-29T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00Y\"},{\"keyIndex\":88,\"FlightNumber\":\"SG-8193\",\"SegFlightNumberArr\":\"SG-8193\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"31-7244617074_1DELAMDSG8193_28193506166824\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-11-01T19:55\",\"LocalFromTime\":\"2023-11-01 19:55\",\"FromUTCTime\":\"2023-11-01T19:55\",\"LocalToTime\":\"2023-11-01 22:10\",\"ToUTCTime\":\"2023-11-01T22:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":39,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7374,\"PublishedFareTxt\":\"8,147\",\"ApiResultIndex\":\"4-7244617074_0DELAMDSG8193_28193253591068\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"96bfd-6956e-c579f-1ce09\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":473.6,\"YQTax\":0,\"OtherCharges\":450,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7374,\"PublishedFarePerPax\":3687,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-7244617074_1DELAMDSG8193_28193506166824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":8,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":473.6,\"BaseFareCal\":7373.6,\"BaseFare\":6900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":450,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"$$hashKey\":\"0MN\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":39,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":88,\"FlightNumber\":\"SG-8193\",\"SegFlightNumberArr\":\"SG-8193\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"31-7244617074_1DELAMDSG8193_28193506166824\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-11-01T19:55\",\"LocalFromTime\":\"2023-11-01 19:55\",\"FromUTCTime\":\"2023-11-01T19:55\",\"LocalToTime\":\"2023-11-01 22:10\",\"ToUTCTime\":\"2023-11-01T22:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":39,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7374,\"PublishedFareTxt\":\"8,147\",\"ApiResultIndex\":\"4-7244617074_0DELAMDSG8193_28193253591068\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"96bfd-6956e-c579f-1ce09\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":473.6,\"YQTax\":0,\"OtherCharges\":450,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7374,\"PublishedFarePerPax\":3687,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-7244617074_1DELAMDSG8193_28193506166824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":8,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":473.6,\"BaseFareCal\":7373.6,\"BaseFare\":6900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":450,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"$$hashKey\":\"0MN\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":39,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01S\"}}','2023-10-20 18:08:02'),(1227,'e10d3-36576-7d93f-5f0c1','{\"BookingData\":[{\"bookingId\":\"BKR101875622871\",\"bookingId_TJ\":\"TJ101875622871\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-28T06:00\",\"LocalFromTime\":\"2023-10-28 06:00\",\"FromUTCTime\":\"2023-10-28T06:00\",\"LocalToTime\":\"2023-10-28 07:45\",\"ToUTCTime\":\"2023-10-28T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7373.6,\"PublishedFareTxt\":\"7,374\",\"ApiResultIndex\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6800,\"Tax\":573.6,\"YQTax\":0,\"OtherCharges\":550,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7373.6,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4719302340_0AMDDELSG194_37655953205004\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":573.6,\"BaseFareCal\":7373.6,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":550,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7373.6,\"CostToCustomer\":7373.6,\"BaseFareCal\":7373.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7373.6,\"intOfferedFare\":7373.6,\"intPublishFare\":7373.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-28T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-28T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:15:52.106\",\"strTraceId\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101875622871\",\"bookingId_TJ\":\"TJ101875622871\",\"FlightNumber\":\"SG-194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"strTraceId\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-10-28T06:00\",\"LocalFromTime\":\"2023-10-28 06:00\",\"FromUTCTime\":\"2023-10-28T06:00\",\"LocalToTime\":\"2023-10-28 07:45\",\"ToUTCTime\":\"2023-10-28T07:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14747.2,\"ApiResultIndex\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:15:52.106\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13700,\"Tax\":1047.2,\"YQTax\":0,\"OtherCharges\":1000,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14747.2,\"PublishedFare\":14747.2,\"OfferedFare\":14747.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1047.2,\"BaseFareCal\":14747.2,\"BaseFare\":13700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1000,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"312\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-28T07:45\",\"SegFlightNumber\":\"SG-194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-28T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"554\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4719302340_0AMDDELSG194_26689402356185\",\"localFromDateTime\":\"2023-10-28 06:00\",\"localToDateTime\":\"2023-10-28 07:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR101875622871\",\"bookingId_TJ\":\"TJ101875622871\",\"FlightNumber\":\"SG-8193\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4719302340_1DELAMDSG8193_26689403285356\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"22:10\",\"TravelDate\":\"2023-11-01T19:55\",\"LocalFromTime\":\"2023-11-01 19:55\",\"FromUTCTime\":\"2023-11-01T19:55\",\"LocalToTime\":\"2023-11-01 22:10\",\"ToUTCTime\":\"2023-11-01T22:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7373.6,\"PublishedFareTxt\":\"7,374\",\"ApiResultIndex\":\"11-4719302340_1DELAMDSG8193_26689403285356\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}},\"DEL-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6900,\"Tax\":473.6,\"YQTax\":0,\"OtherCharges\":450,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7373.6,\"PublishedFare\":7373.6,\"OfferedFare\":7373.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4719302340_1DELAMDSG8193_37655954418312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":473.6,\"BaseFareCal\":7373.6,\"BaseFare\":6900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":450,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7373.6,\"CostToCustomer\":7373.6,\"BaseFareCal\":7373.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7373.6,\"intOfferedFare\":7373.6,\"intPublishFare\":7373.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"554\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-01T22:10\",\"SegFlightNumber\":\"SG-8193\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-01T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T18:15:52.106\",\"strTraceId\":\"11-4719302340_1DELAMDSG8193_26689403285356\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"2023-11-01 12:00\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"28\\/10\\/2023\",\"return_date\":\"01\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"AMD\",\"to\":\"DEL\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":296,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/10\\/2023\",\"return_dates\":\"01\\/11\\/2023\",\"strDepatureDate\":\"2023-10-28\",\"strReturnDate\":\"2023-11-01\",\"SearchFlightTraceId\":\"e10d3-36576-7d93f-5f0c1\",\"PreferredAirline\":null,\"from_city_\":\"2__AMD-DEL-AMD\"}}','2023-10-20 18:14:19'),(1229,'9c96b-1a2e0-921e4-3fd1b','{\"FlightBookingData\":[{\"bookingId\":\"DMCS102100735496\",\"bookingId_TJ\":\"TJS102100735496\",\"FlightNumber\":\"6E-2017\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9c96b-1a2e0-921e4-3fd1b\",\"apiTraceId\":\"5-5076914434_0DELBOM6E2017_46130776211938\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2023-10-21T18:30\",\"LocalFromTime\":\"2023-10-21 18:30\",\"FromUTCTime\":\"2023-10-21T18:30\",\"LocalToTime\":\"2023-10-21 20:35\",\"ToUTCTime\":\"2023-10-21T20:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 21 Oct\",\"ArrivalDateTxt\":\"Sat, 21 Oct\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,713\",\"ApiResultIndex\":\"5-5076914434_0DELBOM6E2017_46130776211938\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3005,\"Tax\":1993,\"YQTax\":550,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4998,\"PublishedFare\":4713,\"PublishedFareAgent\":4713,\"OfferedFareAgent\":4713,\"OfferedFare\":4713,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5076914434_0DELBOM6E2017_46164056471373\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4713,\"CostToAgent\":4713,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1993,\"TotalBaseFare\":4998,\"BaseFareCal\":4713,\"BaseFare\":3005,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":550,\"AGST\":183,\"MFT\":72,\"OT\":788,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4713,\"CostToAgent\":4713,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4713,\"CostToCustomer\":4713,\"BaseFareCal\":4713,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4713,\"intOfferedFare\":4713,\"intPublishFare\":4998,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4713,\"CostToAgent\":4713,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"80\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-21T20:35\",\"SegFlightNumber\":\"6E-2017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-21T18:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:30\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-5076914434_0DELBOM6E2017_46130776211938\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-5076914434_0DELBOM6E2017_46130776211938\",\"SearchTraceId\":\"9c96b-1a2e0-921e4-3fd1b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"21\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9c96b-1a2e0-921e4-3fd1b\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"21 Oct Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 18:42:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]}]}','2023-10-20 18:42:39');
INSERT INTO `tbl_temp_data` VALUES (1235,'0170f-e9c1c-98cc0-3aaba','{\"FlightBookingData\":[{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-08T09:05\",\"LocalFromTime\":\"2023-11-08 09:05\",\"FromUTCTime\":\"2023-11-08T09:05\",\"LocalToTime\":\"2023-11-08 10:35\",\"ToUTCTime\":\"2023-11-08T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_0DELIXJSG160_46778582270098\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":7547.5,\"oldFare\":7459,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-08T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-23T14:15\",\"LocalFromTime\":\"2023-11-23 14:15\",\"FromUTCTime\":\"2023-11-23T14:15\",\"LocalToTime\":\"2023-11-23 15:35\",\"ToUTCTime\":\"2023-11-23T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,263\",\"ApiResultIndex\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1086.5,\"YQTax\":500,\"OtherCharges\":348,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3536.5,\"PublishedFare\":3536.5,\"PublishedFareAgent\":3536.5,\"OfferedFareAgent\":3536.5,\"OfferedFare\":3536.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_1IXJDELSG161_46778583662286\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1086.5,\"TotalBaseFare\":3536.5,\"BaseFareCal\":3536.5,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":500,\"AGST\":150,\"MFT\":13.5,\"OT\":348,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3536.5,\"CostToCustomer\":3536.5,\"BaseFareCal\":3536.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3536.5,\"intOfferedFare\":3536.5,\"intPublishFare\":3536.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"802\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-23T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"166\",\"167\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:53:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"100\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:53:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"modified\":\"2023-10-20 18:53:31\",\"created\":\"2023-10-20 18:53:31\",\"CustomerMemberSysId\":\"100\"}],\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"100\"],\"flight_booking_customer\":[[\"181\"],[\"182\"]],\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jammu (IXJ)\"],\"departure_date\":[\"08\\/11\\/2023\"],\"return_date\":[\"23\\/11\\/2023\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jammu (IXJ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\"],\"strReturnDate\":[\"2023-11-23\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\"],\"return_dates\":[\"23\\/11\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\"],\"ReturnDateMobile\":[\"23 Nov Thu\"],\"SearchTime\":\"2023-10-20 18:52:45\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":{\"801\":{\"1\":{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"}},\"802\":{\"1\":{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"}}},\"SelectedMealSessionNew\":{\"801\":{\"1\":{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"}},\"802\":{\"1\":{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}}},\"selectedSeatSession\":{\"801\":{\"1\":{\"seatNo\":\"1C\",\"seatPosition\":{\"row\":1,\"column\":3},\"isBooked\":false,\"isLegroom\":true,\"isAisle\":true,\"code\":\"1C\",\"amount\":999}},\"802\":{\"1\":{\"seatNo\":\"1B\",\"seatPosition\":{\"row\":1,\"column\":2},\"isBooked\":false,\"isLegroom\":true,\"code\":\"1B\",\"amount\":999}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\"],\\\"return_date\\\":[\\\"23\\\\\\/11\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"1-1-1\\\",\\\"strDepatureDate\\\":[\\\"2023-11-08\\\"],\\\"strReturnDate\\\":[\\\"2023-11-23\\\"],\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0170f-e9c1c-98cc0-3aaba\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jammu\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"2\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\"],\\\"return_dates\\\":[\\\"23\\\\\\/11\\\\\\/2023\\\"],\\\"departure_dateG\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"08 Nov Wed\\\"],\\\"ReturnDateMobile\\\":[\\\"23 Nov Thu\\\"],\\\"SearchTime\\\":\\\"2023-10-20 18:52:45\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS102900735514\\\",\\\"bookingId_TJ\\\":\\\"TJS102900735514\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"0170f-e9c1c-98cc0-3aaba\\\",\\\"apiTraceId\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-08T09:05\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T09:05\\\",\\\"LocalToTime\\\":\\\"2023-11-08 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-0693468188_0DELIXJSG160_46778582270098\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":7547.5,\\\"oldFare\\\":7459,\\\"tripbinfo\\\":{\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"801\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T09:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-22 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMCS102900735514\\\",\\\"bookingId_TJ\\\":\\\"TJS102900735514\\\",\\\"FlightNumber\\\":\\\"SG-161\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"0170f-e9c1c-98cc0-3aaba\\\",\\\"apiTraceId\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2023-11-23T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-23 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-23T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-23 15:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-23T15:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"IXJ\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"7,263\\\",\\\"ApiResultIndex\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2450,\\\"Tax\\\":1086.5,\\\"YQTax\\\":500,\\\"OtherCharges\\\":348,\\\"Discount\\\":0,\\\"ServiceFee\\\":75,\\\"ManagementFeeTax\\\":13.5,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3536.5,\\\"PublishedFare\\\":3536.5,\\\"PublishedFareAgent\\\":3536.5,\\\"OfferedFareAgent\\\":3536.5,\\\"OfferedFare\\\":3536.5,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-0693468188_1IXJDELSG161_46778583662286\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1086.5,\\\"TotalBaseFare\\\":3536.5,\\\"BaseFareCal\\\":3536.5,\\\"BaseFare\\\":2450,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":75,\\\"YQ\\\":500,\\\"AGST\\\":150,\\\"MFT\\\":13.5,\\\"OT\\\":348,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXJ-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3536.5,\\\"CostToCustomer\\\":3536.5,\\\"BaseFareCal\\\":3536.5,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3536.5,\\\"intOfferedFare\\\":3536.5,\\\"intPublishFare\\\":3536.5,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"802\\\",\\\"originAirportName\\\":\\\"Satwari Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jammu\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-23T15:35\\\",\\\"SegFlightNumber\\\":\\\"SG-161\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"IXJ\\\",\\\"originDepTime\\\":\\\"2023-11-23T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-22 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"{\\\"801\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"}},\\\"802\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"}}}\",\"SelectedMealSessionNew\":\"{\\\"801\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"}},\\\"802\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"}}}\",\"selectedSeatSession\":\"{\\\"801\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"1C\\\",\\\"seatPosition\\\":{\\\"row\\\":1,\\\"column\\\":3},\\\"isBooked\\\":false,\\\"isLegroom\\\":true,\\\"isAisle\\\":true,\\\"code\\\":\\\"1C\\\",\\\"amount\\\":999}},\\\"802\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"1B\\\",\\\"seatPosition\\\":{\\\"row\\\":1,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"isLegroom\\\":true,\\\"code\\\":\\\"1B\\\",\\\"amount\\\":999}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"chotu\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"16\",\"14\"],\"SelectBaggage\":[\"1\",\"5\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:53:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"modified\":\"2023-10-20 18:53:31\",\"created\":\"2023-10-20 18:53:31\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS102900735514\",\"amount\":17190.5,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:55:20.613\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160378\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"160\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1D\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-08T09:05\",\"at\":\"2023-11-08T10:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160379\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"161\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-23T14:15\",\"at\":\"2023-11-23T15:35\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-IXJ\":{\"code\":\"BOF2\",\"amount\":200,\"desc\":\"Bag Out First with 2 Bag\"},\"IXJ-DEL\":{\"code\":\"EB15\",\"amount\":6750,\"desc\":\"15KG\"}},\"ssrMealInfos\":{\"DEL-IXJ\":{\"code\":\"JNSW\",\"amount\":395,\"desc\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},\"IXJ-DEL\":{\"code\":\"NCC1\",\"amount\":300,\"desc\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}},\"ssrSeatInfos\":{\"DEL-IXJ\":{\"code\":\"1C\",\"amount\":999},\"IXJ-DEL\":{\"code\":\"1B\",\"amount\":999}},\"pnrDetails\":{\"DEL-IXJ\":\"OBP1VG\",\"IXJ-DEL\":\"OBP1VG\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"chotu\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":16905.5,\"TF\":17190.5,\"SSRP\":9643,\"TAF\":2662.5,\"IGST\":85.5,\"BF\":4885,\"NCM\":285},\"afC\":{\"SSRP\":{\"OT\":9643},\"TAF\":{\"MFT\":85.5,\"YQ\":1000,\"AGST\":286,\"MF\":475,\"OT\":816},\"NCM\":{\"TDS\":-15,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896941\",\"TPSysId\":\"896942\",\"TrxId\":\"72376\",\"VersionId\":\"273806\",\"XRefBookingId\":\"DMCS102900735514\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS102900735514\\\",\\\"bookingId_TJ\\\":\\\"TJS102900735514\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"0170f-e9c1c-98cc0-3aaba\\\",\\\"apiTraceId\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-11-08T09:05\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T09:05\\\",\\\"LocalToTime\\\":\\\"2023-11-08 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-0693468188_0DELIXJSG160_46778582270098\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":7547.5,\\\"oldFare\\\":7459,\\\"tripbinfo\\\":{\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"801\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T09:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"801\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-0693468188_0DELIXJSG160_46772694614653\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-22 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS102900735514\\\",\\\"amount\\\":17190.5,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T18:55:20.613\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160378\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-08T09:05\\\",\\\"at\\\":\\\"2023-11-08T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160379\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"161\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":80,\\\"da\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-23T14:15\\\",\\\"at\\\":\\\"2023-11-23T15:35\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrBaggageInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"BOF2\\\",\\\"amount\\\":200,\\\"desc\\\":\\\"Bag Out First with 2 Bag\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"EB15\\\",\\\"amount\\\":6750,\\\"desc\\\":\\\"15KG\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"JNSW\\\",\\\"amount\\\":395,\\\"desc\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"NCC1\\\",\\\"amount\\\":300,\\\"desc\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"1C\\\",\\\"amount\\\":999},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"1B\\\",\\\"amount\\\":999}},\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"OBP1VG\\\",\\\"IXJ-DEL\\\":\\\"OBP1VG\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":16905.5,\\\"TF\\\":17190.5,\\\"SSRP\\\":9643,\\\"TAF\\\":2662.5,\\\"IGST\\\":85.5,\\\"BF\\\":4885,\\\"NCM\\\":285},\\\"afC\\\":{\\\"SSRP\\\":{\\\"OT\\\":9643},\\\"TAF\\\":{\\\"MFT\\\":85.5,\\\"YQ\\\":1000,\\\"AGST\\\":286,\\\"MF\\\":475,\\\"OT\\\":816},\\\"NCM\\\":{\\\"TDS\\\":-15,\\\"OT\\\":300}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrBaggageInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"BOF2\\\",\\\"amount\\\":200,\\\"desc\\\":\\\"Bag Out First with 2 Bag\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"EB15\\\",\\\"amount\\\":6750,\\\"desc\\\":\\\"15KG\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"JNSW\\\",\\\"amount\\\":395,\\\"desc\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"NCC1\\\",\\\"amount\\\":300,\\\"desc\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"1C\\\",\\\"amount\\\":999},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"1B\\\",\\\"amount\\\":999}},\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"OBP1VG\\\",\\\"IXJ-DEL\\\":\\\"OBP1VG\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3726,\\\"NetPrice\\\":3726,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3726,\\\"MealFare\\\":395,\\\"BaggFare\\\":200,\\\"SeatFare\\\":999}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jammu (IXJ)-Delhi (DEL)\",\"Amount\":4029,\"NetAmount\":5320},{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896941\",\"TPSysId\":\"896942\",\"TrxId\":\"72376\",\"VersionId\":\"273807\",\"XRefBookingId\":\"DMCS102900735514\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS102900735514\\\",\\\"bookingId_TJ\\\":\\\"TJS102900735514\\\",\\\"FlightNumber\\\":\\\"SG-161\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"0170f-e9c1c-98cc0-3aaba\\\",\\\"apiTraceId\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2023-11-23T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-23 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-23T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-23 15:35\\\",\\\"ToUTCTime\\\":\\\"2023-11-23T15:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"IXJ\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"7,263\\\",\\\"ApiResultIndex\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2450,\\\"Tax\\\":1086.5,\\\"YQTax\\\":500,\\\"OtherCharges\\\":348,\\\"Discount\\\":0,\\\"ServiceFee\\\":75,\\\"ManagementFeeTax\\\":13.5,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3536.5,\\\"PublishedFare\\\":3536.5,\\\"PublishedFareAgent\\\":3536.5,\\\"OfferedFareAgent\\\":3536.5,\\\"OfferedFare\\\":3536.5,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"4-0693468188_1IXJDELSG161_46778583662286\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1086.5,\\\"TotalBaseFare\\\":3536.5,\\\"BaseFareCal\\\":3536.5,\\\"BaseFare\\\":2450,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":75,\\\"YQ\\\":500,\\\"AGST\\\":150,\\\"MFT\\\":13.5,\\\"OT\\\":348,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXJ-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3536.5,\\\"CostToCustomer\\\":3536.5,\\\"BaseFareCal\\\":3536.5,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3536.5,\\\"intOfferedFare\\\":3536.5,\\\"intPublishFare\\\":3536.5,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3536.5,\\\"CostToAgent\\\":3536.5,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"802\\\",\\\"originAirportName\\\":\\\"Satwari Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jammu\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-23T15:35\\\",\\\"SegFlightNumber\\\":\\\"SG-161\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"IXJ\\\",\\\"originDepTime\\\":\\\"2023-11-23T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":405,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"802\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-0693468188_0IXJDELSG161_46772694367177\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"2023-11-22 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS102900735514\\\",\\\"amount\\\":17190.5,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T18:55:20.613\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160378\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"160\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1D\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-08T09:05\\\",\\\"at\\\":\\\"2023-11-08T10:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160379\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"161\\\",\\\"eT\\\":\\\"737\\\"},\\\"stops\\\":0,\\\"duration\\\":80,\\\"da\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-23T14:15\\\",\\\"at\\\":\\\"2023-11-23T15:35\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrBaggageInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"BOF2\\\",\\\"amount\\\":200,\\\"desc\\\":\\\"Bag Out First with 2 Bag\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"EB15\\\",\\\"amount\\\":6750,\\\"desc\\\":\\\"15KG\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"JNSW\\\",\\\"amount\\\":395,\\\"desc\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"NCC1\\\",\\\"amount\\\":300,\\\"desc\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"1C\\\",\\\"amount\\\":999},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"1B\\\",\\\"amount\\\":999}},\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"OBP1VG\\\",\\\"IXJ-DEL\\\":\\\"OBP1VG\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":16905.5,\\\"TF\\\":17190.5,\\\"SSRP\\\":9643,\\\"TAF\\\":2662.5,\\\"IGST\\\":85.5,\\\"BF\\\":4885,\\\"NCM\\\":285},\\\"afC\\\":{\\\"SSRP\\\":{\\\"OT\\\":9643},\\\"TAF\\\":{\\\"MFT\\\":85.5,\\\"YQ\\\":1000,\\\"AGST\\\":286,\\\"MF\\\":475,\\\"OT\\\":816},\\\"NCM\\\":{\\\"TDS\\\":-15,\\\"OT\\\":300}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrBaggageInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"BOF2\\\",\\\"amount\\\":200,\\\"desc\\\":\\\"Bag Out First with 2 Bag\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"EB15\\\",\\\"amount\\\":6750,\\\"desc\\\":\\\"15KG\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"JNSW\\\",\\\"amount\\\":395,\\\"desc\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"NCC1\\\",\\\"amount\\\":300,\\\"desc\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-IXJ\\\":{\\\"code\\\":\\\"1C\\\",\\\"amount\\\":999},\\\"IXJ-DEL\\\":{\\\"code\\\":\\\"1B\\\",\\\"amount\\\":999}},\\\"pnrDetails\\\":{\\\"DEL-IXJ\\\":\\\"OBP1VG\\\",\\\"IXJ-DEL\\\":\\\"OBP1VG\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"chotu\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3536.5,\\\"NetPrice\\\":3536.5,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3536.5,\\\"MealFare\\\":300,\\\"BaggFare\\\":6750,\\\"SeatFare\\\":999}]\",\"Keys\":1,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jammu (IXJ)-Delhi (DEL)\",\"Amount\":10499,\"NetAmount\":11585.5}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-11-08T09:05\",\"LocalFromTime\":\"2023-11-08 09:05\",\"FromUTCTime\":\"2023-11-08T09:05\",\"LocalToTime\":\"2023-11-08 10:35\",\"ToUTCTime\":\"2023-11-08T10:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_0DELIXJSG160_46778582270098\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":7547.5,\"oldFare\":7459,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-08T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0DELIXJSG160_46772694614653\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS102900735514\",\"bookingId_TJ\":\"TJS102900735514\",\"FlightNumber\":\"SG-161\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"apiTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2023-11-23T14:15\",\"LocalFromTime\":\"2023-11-23 14:15\",\"FromUTCTime\":\"2023-11-23T14:15\",\"LocalToTime\":\"2023-11-23 15:35\",\"ToUTCTime\":\"2023-11-23T15:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,263\",\"ApiResultIndex\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2450,\"Tax\":1086.5,\"YQTax\":500,\"OtherCharges\":348,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3536.5,\"PublishedFare\":3536.5,\"PublishedFareAgent\":3536.5,\"OfferedFareAgent\":3536.5,\"OfferedFare\":3536.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-0693468188_1IXJDELSG161_46778583662286\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1086.5,\"TotalBaseFare\":3536.5,\"BaseFareCal\":3536.5,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":500,\"AGST\":150,\"MFT\":13.5,\"OT\":348,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3536.5,\"CostToCustomer\":3536.5,\"BaseFareCal\":3536.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3536.5,\"intOfferedFare\":3536.5,\"intPublishFare\":3536.5,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3536.5,\"CostToAgent\":3536.5,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"802\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T15:35\",\"SegFlightNumber\":\"SG-161\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-23T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"JNSW\",\"Price\":405,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-0693468188_0IXJDELSG161_46772694367177\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"2023-11-22 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"chotu\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:53:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"100\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":{\"801\":{\"1\":{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"}},\"802\":{\"1\":{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"}}},\"SelectedMealSessionNew\":{\"801\":{\"1\":{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"}},\"802\":{\"1\":{\"Currency\":\"INR\",\"key\":\"802\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}}},\"selectedSeatSession\":{\"801\":{\"1\":{\"seatNo\":\"1C\",\"seatPosition\":{\"row\":1,\"column\":3},\"isBooked\":false,\"isLegroom\":true,\"isAisle\":true,\"code\":\"1C\",\"amount\":999}},\"802\":{\"1\":{\"seatNo\":\"1B\",\"seatPosition\":{\"row\":1,\"column\":2},\"isBooked\":false,\"isLegroom\":true,\"code\":\"1B\",\"amount\":999}}},\"SearchTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jammu (IXJ)\"],\"departure_date\":[\"08\\/11\\/2023\"],\"return_date\":[\"23\\/11\\/2023\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jammu (IXJ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\"],\"strReturnDate\":[\"2023-11-23\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0170f-e9c1c-98cc0-3aaba\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\"],\"return_dates\":[\"23\\/11\\/2023\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\"],\"ReturnDateMobile\":[\"23 Nov Thu\"],\"SearchTime\":\"2023-10-20 18:52:45\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-20 18:53:53'),(1241,'66a43-f5087-382a5-28fb8','{\"FlightBookingData\":[{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-08T07:55\",\"LocalFromTime\":\"2023-11-08 07:55\",\"FromUTCTime\":\"2023-11-08T07:55\",\"LocalToTime\":\"2023-11-08 09:25\",\"ToUTCTime\":\"2023-11-08T09:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-08T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2023-11-11T10:55\",\"LocalFromTime\":\"2023-11-11 10:55\",\"FromUTCTime\":\"2023-11-11T10:55\",\"LocalToTime\":\"2023-11-11 11:45\",\"ToUTCTime\":\"2023-11-11T11:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sat, 11 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,721\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1380,\"Tax\":1900,\"YQTax\":500,\"OtherCharges\":830,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3280,\"PublishedFare\":2995,\"PublishedFareAgent\":2995,\"OfferedFareAgent\":2995,\"OfferedFare\":2995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1900,\"TotalBaseFare\":3280,\"BaseFareCal\":2995,\"BaseFare\":1380,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":98,\"MFT\":72,\"OT\":830,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"SXR-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2995,\"CostToCustomer\":2995,\"BaseFareCal\":2995,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2995,\"intOfferedFare\":2995,\"intPublishFare\":3280,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T11:45\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-11T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"168\",\"169\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"shivam\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"101\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"shivam\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"66a43-f5087-382a5-28fb8\",\"modified\":\"2023-10-20 18:56:48\",\"created\":\"2023-10-20 18:56:48\",\"CustomerMemberSysId\":\"101\"}],\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"101\"],\"flight_booking_customer\":[[\"183\"],[\"184\"]],\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"3\",\"from_des\":[\"Delhi (DEL)\",\"Srinagar (SXR)\"],\"to_des\":[\"Srinagar (SXR)\",\"Jammu (IXJ)\"],\"departure_date\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\"],\"source_city\":[\"DEL\",\"SXR\"],\"ContSysId\":[\"101\",\"101\",\"101\",\"101\"],\"destination_city\":[\"SXR\",\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\",\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\",\" IN - Satwari Arpt (IXJ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Srinagar (SXR)\"],\"to_city\":[\"Srinagar (SXR)\",\"Jammu (IXJ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\",\"2023-11-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701,25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897,13021],\"interNationalSearchArray\":[false,false],\"FlightTraceId\":\"66a43-f5087-382a5-28fb8\",\"sourceCityAirportCode\":[\"DEL\",\"SXR\"],\"destinationCityAirportCode\":[\"SXR\",\"IXJ\"],\"from\":[\"DEL\",\"SXR\"],\"to\":[\"SXR\",\"IXJ\"],\"Fromlabel\":[\"Delhi\",\"Srinagar\"],\"Tolabel\":[\"Srinagar\",\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"3\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\",\"11 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 18:55:07\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":{\"312\":{\"1\":{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}},\"552\":{\"1\":{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"}}},\"SelectedMealSessionNew\":{\"312\":{\"1\":{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"}},\"552\":{\"1\":{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}}},\"selectedSeatSession\":{\"312\":{\"1\":{\"seatNo\":\"7A\",\"seatPosition\":{\"row\":7,\"column\":1},\"isBooked\":false,\"isAisle\":false,\"code\":\"7A\",\"amount\":300}},\"552\":{\"1\":{\"seatNo\":\"7A\",\"seatPosition\":{\"row\":7,\"column\":1},\"isBooked\":false,\"isAisle\":false,\"code\":\"7A\",\"amount\":300}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"66a43-f5087-382a5-28fb8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"3\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Srinagar (SXR)\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Jammu (IXJ)\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\",\\\"11\\\\\\/11\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"DEL\\\",\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\",\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\",\\\"IXJ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\",\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\",\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\",\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Srinagar (SXR)\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Jammu (IXJ)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"1-1-1\\\",\\\"strDepatureDate\\\":[\\\"2023-11-08\\\",\\\"2023-11-11\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701,25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897,13021],\\\"interNationalSearchArray\\\":[false,false],\\\"FlightTraceId\\\":\\\"66a43-f5087-382a5-28fb8\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\",\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\",\\\"IXJ\\\"],\\\"from\\\":[\\\"DEL\\\",\\\"SXR\\\"],\\\"to\\\":[\\\"SXR\\\",\\\"IXJ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\",\\\"Srinagar\\\"],\\\"Tolabel\\\":[\\\"Srinagar\\\",\\\"Jammu\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\",\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\",\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"3\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/11\\\\\\/2023\\\",\\\"11\\\\\\/11\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"departure_dateG\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"08 Nov Wed\\\",\\\"11 Nov Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-20 18:55:07\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS105500735516\\\",\\\"bookingId_TJ\\\":\\\"TJS105500735516\\\",\\\"FlightNumber\\\":\\\"SG-8473\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"66a43-f5087-382a5-28fb8\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"07:55\\\",\\\"ArrivalTime\\\":\\\"09:25\\\",\\\"TravelDate\\\":\\\"2023-11-08T07:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 07:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T07:55\\\",\\\"LocalToTime\\\":\\\"2023-11-08 09:25\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T09:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-SXR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"312\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T09:25\\\",\\\"SegFlightNumber\\\":\\\"SG-8473\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T07:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"07:55\\\",\\\"strArrivalDtTime\\\":\\\"09:25\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMCS105500735516\\\",\\\"bookingId_TJ\\\":\\\"TJS105500735516\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"66a43-f5087-382a5-28fb8\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:55\\\",\\\"ArrivalTime\\\":\\\"11:45\\\",\\\"TravelDate\\\":\\\"2023-11-11T10:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-11 10:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-11T10:55\\\",\\\"LocalToTime\\\":\\\"2023-11-11 11:45\\\",\\\"ToUTCTime\\\":\\\"2023-11-11T11:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,721\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1380,\\\"Tax\\\":1900,\\\"YQTax\\\":500,\\\"OtherCharges\\\":830,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":98,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3280,\\\"PublishedFare\\\":2995,\\\"PublishedFareAgent\\\":2995,\\\"OfferedFareAgent\\\":2995,\\\"OfferedFare\\\":2995,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1900,\\\"TotalBaseFare\\\":3280,\\\"BaseFareCal\\\":2995,\\\"BaseFare\\\":1380,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":98,\\\"MFT\\\":72,\\\"OT\\\":830,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"SXR-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":2995,\\\"CostToCustomer\\\":2995,\\\"BaseFareCal\\\":2995,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":2995,\\\"intOfferedFare\\\":2995,\\\"intPublishFare\\\":3280,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"552\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-11T11:45\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2023-11-11T10:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"10:55\\\",\\\"strArrivalDtTime\\\":\\\"11:45\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"{\\\"312\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}},\\\"552\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}}}\",\"SelectedMealSessionNew\":\"{\\\"312\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"}},\\\"552\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}}}\",\"selectedSeatSession\":\"{\\\"312\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"7A\\\",\\\"seatPosition\\\":{\\\"row\\\":7,\\\"column\\\":1},\\\"isBooked\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}},\\\"552\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"7A\\\",\\\"seatPosition\\\":{\\\"row\\\":7,\\\"column\\\":1},\\\"isBooked\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"shivam\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"18\",\"1\"],\"SelectBaggage\":[\"7\",\"0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"shivam\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"shivam\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"66a43-f5087-382a5-28fb8\",\"modified\":\"2023-10-20 18:56:48\",\"created\":\"2023-10-20 18:56:48\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS105500735516\",\"amount\":22457,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"nehakumari@catpl.co.in\"],\"contacts\":[\"918923963627\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-20T18:58:36.941\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160380\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8473\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-08T07:55\",\"at\":\"2023-11-08T09:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"160381\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8963\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-11T10:55\",\"at\":\"2023-11-11T11:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-SXR\":{\"code\":\"EB30\",\"amount\":13500,\"desc\":\"30KG\"},\"SXR-IXJ\":{\"code\":\"BOF1\",\"amount\":100,\"desc\":\"Bag Out First with 1 Bag\"}},\"ssrMealInfos\":{\"DEL-SXR\":{\"code\":\"LCVS\",\"amount\":532,\"desc\":\"Low cal salad Vegetarian\"},\"SXR-IXJ\":{\"code\":\"NVSW\",\"amount\":434,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-SXR\":{\"code\":\"7A\",\"amount\":300},\"SXR-IXJ\":{\"code\":\"7A\",\"amount\":300}},\"pnrDetails\":{\"DEL-SXR\":\"T6PTNV\",\"SXR-IXJ\":\"T6PUNV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"shivam\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":21887,\"TF\":22457,\"SSRP\":15166,\"TAF\":3476,\"IGST\":144,\"BF\":3815,\"NCM\":570},\"afC\":{\"SSRP\":{\"OT\":15166},\"TAF\":{\"MFT\":144,\"YQ\":1000,\"AGST\":234,\"MF\":800,\"OT\":1298},\"NCM\":{\"TDS\":-30,\"OT\":600}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896953\",\"TPSysId\":\"896954\",\"TrxId\":\"72377\",\"VersionId\":\"273817\",\"XRefBookingId\":\"DMCS105500735516\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS105500735516\\\",\\\"bookingId_TJ\\\":\\\"TJS105500735516\\\",\\\"FlightNumber\\\":\\\"SG-8473\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"66a43-f5087-382a5-28fb8\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"07:55\\\",\\\"ArrivalTime\\\":\\\"09:25\\\",\\\"TravelDate\\\":\\\"2023-11-08T07:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-08 07:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-08T07:55\\\",\\\"LocalToTime\\\":\\\"2023-11-08 09:25\\\",\\\"ToUTCTime\\\":\\\"2023-11-08T09:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 08 Nov\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,726\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2435,\\\"Tax\\\":1576,\\\"YQTax\\\":500,\\\"OtherCharges\\\":468,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":136,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4011,\\\"PublishedFare\\\":3726,\\\"PublishedFareAgent\\\":3726,\\\"OfferedFareAgent\\\":3726,\\\"OfferedFare\\\":3726,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1576,\\\"TotalBaseFare\\\":4011,\\\"BaseFareCal\\\":3726,\\\"BaseFare\\\":2435,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":136,\\\"MFT\\\":72,\\\"OT\\\":468,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-SXR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3726,\\\"CostToCustomer\\\":3726,\\\"BaseFareCal\\\":3726,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3726,\\\"intOfferedFare\\\":3726,\\\"intPublishFare\\\":4011,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3726,\\\"CostToAgent\\\":3726,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"312\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2023-11-08T09:25\\\",\\\"SegFlightNumber\\\":\\\"SG-8473\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-08T07:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"07:55\\\",\\\"strArrivalDtTime\\\":\\\"09:25\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS105500735516\\\",\\\"amount\\\":22457,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T18:58:36.941\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160380\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8473\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"SXR\\\",\\\"name\\\":\\\"Srinagar Arpt\\\",\\\"cityCode\\\":\\\"SXR\\\",\\\"city\\\":\\\"Srinagar\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-08T07:55\\\",\\\"at\\\":\\\"2023-11-08T09:25\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160381\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8963\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":50,\\\"da\\\":{\\\"code\\\":\\\"SXR\\\",\\\"name\\\":\\\"Srinagar Arpt\\\",\\\"cityCode\\\":\\\"SXR\\\",\\\"city\\\":\\\"Srinagar\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-11T10:55\\\",\\\"at\\\":\\\"2023-11-11T11:45\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrBaggageInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"EB30\\\",\\\"amount\\\":13500,\\\"desc\\\":\\\"30KG\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"BOF1\\\",\\\"amount\\\":100,\\\"desc\\\":\\\"Bag Out First with 1 Bag\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"LCVS\\\",\\\"amount\\\":532,\\\"desc\\\":\\\"Low cal salad Vegetarian\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"NVSW\\\",\\\"amount\\\":434,\\\"desc\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"DEL-SXR\\\":\\\"T6PTNV\\\",\\\"SXR-IXJ\\\":\\\"T6PUNV\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"shivam\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":21887,\\\"TF\\\":22457,\\\"SSRP\\\":15166,\\\"TAF\\\":3476,\\\"IGST\\\":144,\\\"BF\\\":3815,\\\"NCM\\\":570},\\\"afC\\\":{\\\"SSRP\\\":{\\\"OT\\\":15166},\\\"TAF\\\":{\\\"MFT\\\":144,\\\"YQ\\\":1000,\\\"AGST\\\":234,\\\"MF\\\":800,\\\"OT\\\":1298},\\\"NCM\\\":{\\\"TDS\\\":-30,\\\"OT\\\":600}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrBaggageInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"EB30\\\",\\\"amount\\\":13500,\\\"desc\\\":\\\"30KG\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"BOF1\\\",\\\"amount\\\":100,\\\"desc\\\":\\\"Bag Out First with 1 Bag\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"LCVS\\\",\\\"amount\\\":532,\\\"desc\\\":\\\"Low cal salad Vegetarian\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"NVSW\\\",\\\"amount\\\":434,\\\"desc\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"DEL-SXR\\\":\\\"T6PTNV\\\",\\\"SXR-IXJ\\\":\\\"T6PUNV\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"shivam\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3726,\\\"NetPrice\\\":3726,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3726,\\\"MealFare\\\":532,\\\"BaggFare\\\":13500,\\\"SeatFare\\\":300}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Srinagar (SXR)-Delhi (DEL)\",\"Amount\":16767,\"NetAmount\":18058},{\"B2BAgencySysId\":\"97238\",\"MasterTPSysId\":\"896953\",\"TPSysId\":\"896954\",\"TrxId\":\"72377\",\"VersionId\":\"273818\",\"XRefBookingId\":\"DMCS105500735516\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS105500735516\\\",\\\"bookingId_TJ\\\":\\\"TJS105500735516\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"SearchTraceId\\\":\\\"66a43-f5087-382a5-28fb8\\\",\\\"apiTraceId\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:55\\\",\\\"ArrivalTime\\\":\\\"11:45\\\",\\\"TravelDate\\\":\\\"2023-11-11T10:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-11 10:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-11T10:55\\\",\\\"LocalToTime\\\":\\\"2023-11-11 11:45\\\",\\\"ToUTCTime\\\":\\\"2023-11-11T11:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 11 Nov\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,721\\\",\\\"ApiResultIndex\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1380,\\\"Tax\\\":1900,\\\"YQTax\\\":500,\\\"OtherCharges\\\":830,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":98,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3280,\\\"PublishedFare\\\":2995,\\\"PublishedFareAgent\\\":2995,\\\"OfferedFareAgent\\\":2995,\\\"OfferedFare\\\":2995,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":2,\\\"IsRefundableTxt\\\":\\\"Partial Refundable\\\",\\\"PriceID\\\":\\\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1900,\\\"TotalBaseFare\\\":3280,\\\"BaseFareCal\\\":2995,\\\"BaseFare\\\":1380,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":500,\\\"AGST\\\":98,\\\"MFT\\\":72,\\\"OT\\\":830,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"SXR-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":2995,\\\"CostToCustomer\\\":2995,\\\"BaseFareCal\\\":2995,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":2995,\\\"intOfferedFare\\\":2995,\\\"intPublishFare\\\":3280,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2995,\\\"CostToAgent\\\":2995,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"552\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-11-11T11:45\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2023-11-11T10:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"10:55\\\",\\\"strArrivalDtTime\\\":\\\"11:45\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"552\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":385,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":434,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"312\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":532,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"3\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS105500735516\\\",\\\"amount\\\":22457,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"nehakumari@catpl.co.in\\\"],\\\"contacts\\\":[\\\"918923963627\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-20T18:58:36.941\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160380\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8473\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"SXR\\\",\\\"name\\\":\\\"Srinagar Arpt\\\",\\\"cityCode\\\":\\\"SXR\\\",\\\"city\\\":\\\"Srinagar\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-08T07:55\\\",\\\"at\\\":\\\"2023-11-08T09:25\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"160381\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"8963\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":50,\\\"da\\\":{\\\"code\\\":\\\"SXR\\\",\\\"name\\\":\\\"Srinagar Arpt\\\",\\\"cityCode\\\":\\\"SXR\\\",\\\"city\\\":\\\"Srinagar\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXJ\\\",\\\"name\\\":\\\"Satwari Arpt\\\",\\\"cityCode\\\":\\\"IXJ\\\",\\\"city\\\":\\\"Jammu\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-11T10:55\\\",\\\"at\\\":\\\"2023-11-11T11:45\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrBaggageInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"EB30\\\",\\\"amount\\\":13500,\\\"desc\\\":\\\"30KG\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"BOF1\\\",\\\"amount\\\":100,\\\"desc\\\":\\\"Bag Out First with 1 Bag\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"LCVS\\\",\\\"amount\\\":532,\\\"desc\\\":\\\"Low cal salad Vegetarian\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"NVSW\\\",\\\"amount\\\":434,\\\"desc\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"DEL-SXR\\\":\\\"T6PTNV\\\",\\\"SXR-IXJ\\\":\\\"T6PUNV\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"shivam\\\",\\\"lN\\\":\\\"singh\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":21887,\\\"TF\\\":22457,\\\"SSRP\\\":15166,\\\"TAF\\\":3476,\\\"IGST\\\":144,\\\"BF\\\":3815,\\\"NCM\\\":570},\\\"afC\\\":{\\\"SSRP\\\":{\\\"OT\\\":15166},\\\"TAF\\\":{\\\"MFT\\\":144,\\\"YQ\\\":1000,\\\"AGST\\\":234,\\\"MF\\\":800,\\\"OT\\\":1298},\\\"NCM\\\":{\\\"TDS\\\":-30,\\\"OT\\\":600}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrBaggageInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"EB30\\\",\\\"amount\\\":13500,\\\"desc\\\":\\\"30KG\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"BOF1\\\",\\\"amount\\\":100,\\\"desc\\\":\\\"Bag Out First with 1 Bag\\\"}},\\\"ssrMealInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"LCVS\\\",\\\"amount\\\":532,\\\"desc\\\":\\\"Low cal salad Vegetarian\\\"},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"NVSW\\\",\\\"amount\\\":434,\\\"desc\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}},\\\"ssrSeatInfos\\\":{\\\"DEL-SXR\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300},\\\"SXR-IXJ\\\":{\\\"code\\\":\\\"7A\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"DEL-SXR\\\":\\\"T6PTNV\\\",\\\"SXR-IXJ\\\":\\\"T6PUNV\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"shivam\\\",\\\"lN\\\":\\\"singh\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":2995,\\\"NetPrice\\\":2995,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":2995,\\\"MealFare\\\":434,\\\"BaggFare\\\":100,\\\"SeatFare\\\":300}]\",\"Keys\":1,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Srinagar (SXR)-Delhi (DEL)\",\"Amount\":2214,\"NetAmount\":3829}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-08T07:55\",\"LocalFromTime\":\"2023-11-08 07:55\",\"FromUTCTime\":\"2023-11-08T07:55\",\"LocalToTime\":\"2023-11-08 09:25\",\"ToUTCTime\":\"2023-11-08T09:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 08 Nov\",\"ArrivalDateTxt\":\"Wed, 08 Nov\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,726\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"JourneyType\":1,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2435,\"Tax\":1576,\"YQTax\":500,\"OtherCharges\":468,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4011,\"PublishedFare\":3726,\"PublishedFareAgent\":3726,\"OfferedFareAgent\":3726,\"OfferedFare\":3726,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46926274022869\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1576,\"TotalBaseFare\":4011,\"BaseFareCal\":3726,\"BaseFare\":2435,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":136,\"MFT\":72,\"OT\":468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3726,\"CostToCustomer\":3726,\"BaseFareCal\":3726,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3726,\"intOfferedFare\":3726,\"intPublishFare\":4011,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3726,\"CostToAgent\":3726,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-08T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-08T07:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034620_0DELSXRSG8473_46915549890657\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMCS105500735516\",\"bookingId_TJ\":\"TJS105500735516\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"apiTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2023-11-11T10:55\",\"LocalFromTime\":\"2023-11-11 10:55\",\"FromUTCTime\":\"2023-11-11T10:55\",\"LocalToTime\":\"2023-11-11 11:45\",\"ToUTCTime\":\"2023-11-11T11:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sat, 11 Nov\",\"ArrivalDateTxt\":\"Sat, 11 Nov\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,721\",\"ApiResultIndex\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"JourneyType\":2,\"TripType\":\"3\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1380,\"Tax\":1900,\"YQTax\":500,\"OtherCharges\":830,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3280,\"PublishedFare\":2995,\"PublishedFareAgent\":2995,\"OfferedFareAgent\":2995,\"OfferedFare\":2995,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"30-15-10-5-4-1-67219034620_1SXRIXJSG8963_46926275513893\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1900,\"TotalBaseFare\":3280,\"BaseFareCal\":2995,\"BaseFare\":1380,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":500,\"AGST\":98,\"MFT\":72,\"OT\":830,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"SXR-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2995,\"CostToCustomer\":2995,\"BaseFareCal\":2995,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2995,\"intOfferedFare\":2995,\"intPublishFare\":3280,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2995,\"CostToAgent\":2995,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-11T11:45\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-11-11T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"VGSW\",\"Price\":385,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCNS\",\"Price\":532,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-15-10-5-4-1-67219034621_0SXRIXJSG8963_46915444565331\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"3\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"shivam\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 18:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"101\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":{\"312\":{\"1\":{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}},\"552\":{\"1\":{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"}}},\"SelectedMealSessionNew\":{\"312\":{\"1\":{\"Currency\":\"INR\",\"key\":\"312\",\"Code\":\"LCVS\",\"Price\":532,\"Description\":\"Low cal salad Vegetarian\"}},\"552\":{\"1\":{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":434,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}}},\"selectedSeatSession\":{\"312\":{\"1\":{\"seatNo\":\"7A\",\"seatPosition\":{\"row\":7,\"column\":1},\"isBooked\":false,\"isAisle\":false,\"code\":\"7A\",\"amount\":300}},\"552\":{\"1\":{\"seatNo\":\"7A\",\"seatPosition\":{\"row\":7,\"column\":1},\"isBooked\":false,\"isAisle\":false,\"code\":\"7A\",\"amount\":300}}},\"SearchTraceId\":\"66a43-f5087-382a5-28fb8\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"3\",\"from_des\":[\"Delhi (DEL)\",\"Srinagar (SXR)\"],\"to_des\":[\"Srinagar (SXR)\",\"Jammu (IXJ)\"],\"departure_date\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\"],\"source_city\":[\"DEL\",\"SXR\"],\"ContSysId\":[\"101\",\"101\",\"101\",\"101\"],\"destination_city\":[\"SXR\",\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\",\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\",\" IN - Satwari Arpt (IXJ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Srinagar (SXR)\"],\"to_city\":[\"Srinagar (SXR)\",\"Jammu (IXJ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-11-08\",\"2023-11-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701,25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897,13021],\"interNationalSearchArray\":[false,false],\"FlightTraceId\":\"66a43-f5087-382a5-28fb8\",\"sourceCityAirportCode\":[\"DEL\",\"SXR\"],\"destinationCityAirportCode\":[\"SXR\",\"IXJ\"],\"from\":[\"DEL\",\"SXR\"],\"to\":[\"SXR\",\"IXJ\"],\"Fromlabel\":[\"Delhi\",\"Srinagar\"],\"Tolabel\":[\"Srinagar\",\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\",\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\",\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"3\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/11\\/2023\",\"11\\/11\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Nov Wed\",\"11 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 18:55:07\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-20 18:57:09'),(1248,'27b22-303b4-7ac30-8aabd','{\"BookingData\":[{\"bookingId\":\"BKR100175634473\",\"bookingId_TJ\":\"TJ100175634473\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-09T08:30\",\"LocalFromTime\":\"2023-11-09 08:30\",\"FromUTCTime\":\"2023-11-09T08:30\",\"LocalToTime\":\"2023-11-09 09:30\",\"ToUTCTime\":\"2023-11-09T09:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":229,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3689.8,\"PublishedFareTxt\":\"3,690\",\"ApiResultIndex\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXA-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1394.8,\"YQTax\":300,\"OtherCharges\":1083,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3689.8,\"PublishedFare\":3643.15,\"OfferedFare\":3643.15,\"CommissionEarned\":46.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2773445202_0IXACCU6E6014_42299175430824\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":46.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1394.8,\"BaseFareCal\":3643.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1083,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3643.15,\"CostToCustomer\":3643.15,\"BaseFareCal\":3643.15,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3643.15,\"intOfferedFare\":3643.15,\"intPublishFare\":3689.8,\"TripjackMarkup\":0,\"TripjackCommission\":46.65,\"TripjackTDS\":\"2.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":46.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Singerbhil Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Agartala\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:30\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXA\",\"originDepTime\":\"2023-11-09T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"27b22-303b4-7ac30-8aabd\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T20:09:15.811\",\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":229,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100175634473\",\"bookingId_TJ\":\"TJ100175634473\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-09T08:30\",\"LocalFromTime\":\"2023-11-09 08:30\",\"FromUTCTime\":\"2023-11-09T08:30\",\"LocalToTime\":\"2023-11-09 09:30\",\"ToUTCTime\":\"2023-11-09T09:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 09 Nov\",\"ArrivalDateTxt\":\"Thu, 09 Nov\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":229,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3689.8,\"ApiResultIndex\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"27b22-303b4-7ac30-8aabd\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-20T20:09:15.811\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1394.8,\"YQTax\":300,\"OtherCharges\":1083,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3689.8,\"PublishedFare\":3643.15,\"OfferedFare\":3643.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1394.8,\"BaseFareCal\":3643.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1083,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Singerbhil Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Agartala\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-09T09:30\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXA\",\"originDepTime\":\"2023-11-09T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2773445202_0IXACCU6E6014_214462736690358\",\"localFromDateTime\":\"2023-11-09 08:30\",\"localToDateTime\":\"2023-11-09 09:30\",\"strSourceAirportCode\":\"IXA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":229,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Agartala\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"IXA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Agartala, IN - Singerbhil Arpt IXA, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"09\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Singerbhil Arpt IXA\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"IXA\",\"to\":\"CCU\",\"sourceCityText\":\"Agartala, IN - Singerbhil Arpt IXA, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":229,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"27b22-303b4-7ac30-8aabd\",\"PreferredAirline\":null,\"from_city_\":\"1__IXA-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Agartala&mytrip_city_to=Kolkata&source_city=IXA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Agartala%2C+IN+-+Singerbhil+Arpt+IXA%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=09%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Singerbhil+Arpt+IXA&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"diptachakraborty540@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9366588935\",\"FirstName\":\"Dipta\",\"LastName\":\"Chakraborty\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20-20-08-25\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"87\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"897002\",\"TPSysId\":\"897003\",\"VersionId\":[\"273833\"],\"CustomerSysId\":\"519733\",\"TrxId\":\"72386\",\"FareBreakdownid\":[\"387396\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"185\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"87\",\"CustomerMemSysId\":[\"87\"],\"flight_booking_id\":[\"170\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"170\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3643.1499999999996},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"519733\",\"TPSysId\":\"897003\",\"MasterTPSysId\":\"897002\",\"ProposalID\":\"897003\\/V1\",\"InvoiceDate\":\"2023-10-20\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-20\",\"PaymentDate\":\"2023-10-20\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":3643.1499999999996,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":3643.1499999999996,\"TotalDueAmount\":0,\"InvoiceValue\":3643.1499999999996,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXA-CCU-IndiGo 6E-6014\",\"ItemQty\":1,\"ItemRates\":3643.1499999999996,\"Total\":3643.1499999999996,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":3643.1499999999996,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":3643.1499999999996,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-20 20:09:22'),(1254,'14','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-20 21:43:53'),(1258,'ae0d3-a9f8f-76dd5-3a40d','{\"BookingData\":[{\"bookingId\":\"BKR103975643282\",\"bookingId_TJ\":\"TJ103975643282\",\"FlightNumber\":\"IX-1613\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-07T11:00\",\"LocalFromTime\":\"2023-11-07 11:00\",\"FromUTCTime\":\"2023-11-07T11:00\",\"LocalToTime\":\"2023-11-07 13:30\",\"ToUTCTime\":\"2023-11-07T13:30\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5439.8,\"PublishedFareTxt\":\"5,440\",\"ApiResultIndex\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be Refunded\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"26\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Difference in fare if any\",\"fcs\":{\"ARF\":3000,\"CRFT\":9,\"CRF\":50,\"ARFT\":150},\"st\":\"26\",\"et\":\"96\"},{\"amount\":2500,\"additionalFee\":50,\"policyInfo\":\"+ Difference in fare if any\",\"fcs\":{\"ARF\":2500,\"CRFT\":9,\"CRF\":50,\"ARFT\":125},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Non Refundable\",\"fcs\":[],\"st\":\"0\",\"et\":\"26\"},{\"amount\":4500,\"additionalFee\":50,\"policyInfo\":\"+ Convenience fee per guest per Segment\",\"fcs\":{\"ACFT\":225,\"CCF\":50,\"CCFT\":9,\"ACF\":4500},\"st\":\"26\",\"et\":\"96\"},{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"+ Convenience fee per guest per Segment\",\"fcs\":{\"ACFT\":200,\"CCF\":50,\"CCFT\":9,\"ACF\":4000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4326,\"Tax\":1113.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5439.8,\"PublishedFare\":5329.74,\"OfferedFare\":5329.74,\"CommissionEarned\":110.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3769376711_0JAIBLRIX1613_139496096112571\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1113.8,\"BaseFareCal\":5329.74,\"BaseFare\":4326,\"CommissionEarned\":110.06,\"TDS\":-5.79,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5329.74,\"CostToCustomer\":5329.74,\"BaseFareCal\":5329.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5329.74,\"intOfferedFare\":5329.74,\"intPublishFare\":5439.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.06,\"TripjackTDS\":\"5.79\",\"AddiMarkup\":0,\"CommisionPass\":110.06,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"680\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"IX-1613\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"680\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ae0d3-a9f8f-76dd5-3a40d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T21:46:48.332\",\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103975643282\",\"bookingId_TJ\":\"TJ103975643282\",\"FlightNumber\":\"IX-1613\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-07T11:00\",\"LocalFromTime\":\"2023-11-07 11:00\",\"FromUTCTime\":\"2023-11-07T11:00\",\"LocalToTime\":\"2023-11-07 13:30\",\"ToUTCTime\":\"2023-11-07T13:30\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5439.8,\"ApiResultIndex\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"ae0d3-a9f8f-76dd5-3a40d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-20T21:46:48.332\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4326,\"Tax\":1113.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5439.8,\"PublishedFare\":5329.74,\"OfferedFare\":5329.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1113.8,\"BaseFareCal\":5329.74,\"BaseFare\":4326,\"CommissionEarned\":110.06,\"TDS\":-5.79,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"680\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"IX-1613\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3769376711_0JAIBLRIX1613_39883885400215\",\"localFromDateTime\":\"2023-11-07 11:00\",\"localToDateTime\":\"2023-11-07 13:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"07\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"STUDENT\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"JAI\",\"to\":\"BLR\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":12995,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ae0d3-a9f8f-76dd5-3a40d\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BLR\"}}','2023-10-20 21:45:15'),(1263,'e8e5d-786c2-3446f-188a2','{\"FlightBookingData\":[{\"bookingId\":\"DMCS103300735626\",\"bookingId_TJ\":\"TJS103300735626\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e8e5d-786c2-3446f-188a2\",\"apiTraceId\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-25T16:45\",\"LocalFromTime\":\"2023-10-25 16:45\",\"FromUTCTime\":\"2023-10-25T16:45\",\"LocalToTime\":\"2023-10-25 21:10\",\"ToUTCTime\":\"2023-10-25T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4455,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4816431603_0DELAMDG8717AMDBOMG8537_58903513284511\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4455,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"96\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-25T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"97\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-25T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-25T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"97\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"96\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"172\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-20 22:15:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"89\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"89\"],\"flight_booking_customer\":[[\"187\"]],\"SearchTraceId\":\"e8e5d-786c2-3446f-188a2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"25\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e8e5d-786c2-3446f-188a2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-20 22:14:45\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e8e5d-786c2-3446f-188a2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-25\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e8e5d-786c2-3446f-188a2\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Mumbai\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"25 Oct Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-20 22:14:45\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS103300735626\\\",\\\"bookingId_TJ\\\":\\\"TJS103300735626\\\",\\\"FlightNumber\\\":\\\"G8-717\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"e8e5d-786c2-3446f-188a2\\\",\\\"apiTraceId\\\":\\\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"16:45\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2023-10-25T16:45\\\",\\\"LocalFromTime\\\":\\\"2023-10-25 16:45\\\",\\\"FromUTCTime\\\":\\\"2023-10-25T16:45\\\",\\\"LocalToTime\\\":\\\"2023-10-25 21:10\\\",\\\"ToUTCTime\\\":\\\"2023-10-25T21:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"GS\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"GroundTime\\\":95,\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"FlyingMinutes\\\":265,\\\"DepartureDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"FlightDuration\\\":\\\"04h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,455\\\",\\\"ApiResultIndex\\\":\\\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":2240,\\\"YQTax\\\":700,\\\"OtherCharges\\\":898,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":170,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4740,\\\"PublishedFare\\\":4455,\\\"PublishedFareAgent\\\":4455,\\\"OfferedFareAgent\\\":4455,\\\"OfferedFare\\\":4455,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-4816431603_0DELAMDG8717AMDBOMG8537_58903513284511\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"GS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4455,\\\"CostToAgent\\\":4455,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2240,\\\"TotalBaseFare\\\":4740,\\\"BaseFareCal\\\":4455,\\\"BaseFare\\\":2500,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":700,\\\"AGST\\\":170,\\\"MFT\\\":72,\\\"OT\\\":898,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4455,\\\"CostToAgent\\\":4455,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-AMD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}},\\\"AMD-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4455,\\\"CostToCustomer\\\":4455,\\\"BaseFareCal\\\":4455,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4455,\\\"intOfferedFare\\\":4455,\\\"intPublishFare\\\":4740,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4455,\\\"CostToAgent\\\":4455,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"96\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Ahmedabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"AMD\\\",\\\"destinationArrTime\\\":\\\"2023-10-25T18:20\\\",\\\"SegFlightNumber\\\":\\\"G8-717\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-25T16:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":95,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"16:45\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"97\\\",\\\"originAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Ahmedabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-10-25T21:10\\\",\\\"SegFlightNumber\\\":\\\"G8-537\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"AMD\\\",\\\"originDepTime\\\":\\\"2023-10-25T19:55\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":75,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"19:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"1h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"97\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"1-4816431603_11DELAMDG8717AMDBOMG8537_58892530297715\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-24 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"96\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-10-20 22:16:01'),(1268,'6c787-52f95-2a932-e470e','{\"BookingData\":[{\"FlightNumber\":\"IX-1613\",\"keyIndex\":82,\"SegFlightNumberArr\":\"IX-1613\",\"AirlineName\":\"Ai express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1807274135_0JAIBLRIX1613_41874026832781\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-07T11:00\",\"LocalFromTime\":\"2023-11-07 11:00\",\"FromUTCTime\":\"2023-11-07T11:00\",\"LocalToTime\":\"2023-11-07 13:30\",\"ToUTCTime\":\"2023-11-07T13:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5330,\"PublishedFareTxt\":\"5,330\",\"ApiResultIndex\":\"22-16-1807274135_0JAIBLRIX1613_41874026832081\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6c787-52f95-2a932-e470e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4326,\"Tax\":1113.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5439.8,\"PublishedFare\":5330,\"PublishedFarePerPax\":5330,\"OfferedFare\":5329.74,\"CommissionEarned\":110.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1807274135_0JAIBLRIX1613_41874026832781\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":110.06,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1113.8,\"BaseFareCal\":5329.74,\"BaseFare\":4326,\"CommissionEarned\":110.06,\"TDS\":-5.79,\"MF\":10,\"YQ\":0,\"AGST\":226,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02T\"},\"Segments\":[{\"segmentid\":\"658\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"IX-1613\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"011\"},{\"keyIndex\":54,\"FlightNumber\":\"6E-484\",\"SegFlightNumberArr\":\"6E-484 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-19T07:40\",\"LocalFromTime\":\"2023-11-19 07:40\",\"FromUTCTime\":\"2023-11-19T07:40\",\"LocalToTime\":\"2023-11-19 13:30\",\"ToUTCTime\":\"2023-11-19T13:30\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":165,\"LAYOVERDuration\":\"2h 45m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"5h 50m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7209,\"PublishedFareTxt\":\"7,208\",\"ApiResultIndex\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6c787-52f95-2a932-e470e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5195,\"Tax\":2088.8,\"YQTax\":850,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":310,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7283.8,\"PublishedFare\":7209,\"PublishedFarePerPax\":7209,\"OfferedFare\":7208.22,\"CommissionEarned\":75.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":8,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2088.8,\"BaseFareCal\":7208.22,\"BaseFare\":5195,\"CommissionEarned\":75.58,\"TDS\":-3.97,\"MF\":10,\"YQ\":850,\"AGST\":310,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"HYD-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0I6\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-19T08:55\",\"SegFlightNumber\":\"6E-484\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-19T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":165,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-19T13:30\",\"SegFlightNumber\":\"6E-913\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-19T11:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01V\"}],\"FlightBookingDataInbound\":{\"keyIndex\":54,\"FlightNumber\":\"6E-484\",\"SegFlightNumberArr\":\"6E-484 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2023-11-19T07:40\",\"LocalFromTime\":\"2023-11-19 07:40\",\"FromUTCTime\":\"2023-11-19T07:40\",\"LocalToTime\":\"2023-11-19 13:30\",\"ToUTCTime\":\"2023-11-19T13:30\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":165,\"LAYOVERDuration\":\"2h 45m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"5h 50m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7209,\"PublishedFareTxt\":\"7,208\",\"ApiResultIndex\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6c787-52f95-2a932-e470e\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5195,\"Tax\":2088.8,\"YQTax\":850,\"OtherCharges\":917,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":310,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7283.8,\"PublishedFare\":7209,\"PublishedFarePerPax\":7209,\"OfferedFare\":7208.22,\"CommissionEarned\":75.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.97,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1807274135_1BLRHYD6E484HYDJAI6E913_41876966123871\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":8,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2088.8,\"BaseFareCal\":7208.22,\"BaseFare\":5195,\"CommissionEarned\":75.58,\"TDS\":-3.97,\"MF\":10,\"YQ\":850,\"AGST\":310,\"MFT\":1.8,\"OT\":917,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"HYD-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0I6\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-19T08:55\",\"SegFlightNumber\":\"6E-484\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-19T07:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":165,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-19T13:30\",\"SegFlightNumber\":\"6E-913\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-19T11:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01V\"}}','2023-10-20 22:26:25'),(1269,'8f240-5f340-6e2fc-58042','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"27\\/10\\/2023\",\"check_out\":\"28\\/10\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"27\\/10\\/2023\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-27\",\"checkoutDate\":\"2023-10-28\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-10-27\",\"strCheckout\":\"2023-10-28\",\"SearchHotelTraceId\":\"8f240-5f340-6e2fc-58042\",\"interNationalSearch\":false,\"searchIds\":\"hsid0596548725\"}','2023-10-20 23:50:48'),(1275,'ef71f-34296-c3bce-c9a9a','{\"FlightBookingData\":[{\"bookingId\":\"DMCS106300735681\",\"bookingId_TJ\":\"TJS106300735681\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"apiTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-31T06:25\",\"LocalFromTime\":\"2023-10-31 06:25\",\"FromUTCTime\":\"2023-10-31T06:25\",\"LocalToTime\":\"2023-10-31 07:20\",\"ToUTCTime\":\"2023-10-31T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,765\",\"ApiResultIndex\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1400,\"Tax\":1650,\"YQTax\":300,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":90,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3050,\"PublishedFare\":2765,\"PublishedFareAgent\":2765,\"OfferedFareAgent\":2765,\"OfferedFare\":2765,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7790210252_0DELJAI6E5037_14211611739645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1650,\"TotalBaseFare\":3050,\"BaseFareCal\":2765,\"BaseFare\":1400,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":300,\"AGST\":90,\"MFT\":72,\"OT\":788,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2765,\"CostToCustomer\":2765,\"BaseFareCal\":2765,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2765,\"intOfferedFare\":2765,\"intPublishFare\":3050,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"928\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T06:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"173\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 10:38:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"102\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 10:38:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"modified\":\"2023-10-21 10:38:16\",\"created\":\"2023-10-21 10:38:16\",\"CustomerMemberSysId\":\"102\"}],\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"102\"],\"flight_booking_customer\":[[\"188\"]],\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jaipur (JAI)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jaipur (JAI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"DEL\"],\"to\":[\"JAI\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jaipur\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-21 10:37:51\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Jaipur (JAI)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"JAI\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Jaipur (JAI)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12995],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ef71f-34296-c3bce-c9a9a\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"JAI\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"JAI\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jaipur\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-21 10:37:51\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS106300735681\\\",\\\"bookingId_TJ\\\":\\\"TJS106300735681\\\",\\\"FlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"ef71f-34296-c3bce-c9a9a\\\",\\\"apiTraceId\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"06:25\\\",\\\"ArrivalTime\\\":\\\"07:20\\\",\\\"TravelDate\\\":\\\"2023-10-31T06:25\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 06:25\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T06:25\\\",\\\"LocalToTime\\\":\\\"2023-10-31 07:20\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T07:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"JAI\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,765\\\",\\\"ApiResultIndex\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1400,\\\"Tax\\\":1650,\\\"YQTax\\\":300,\\\"OtherCharges\\\":788,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":90,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3050,\\\"PublishedFare\\\":2765,\\\"PublishedFareAgent\\\":2765,\\\"OfferedFareAgent\\\":2765,\\\"OfferedFare\\\":2765,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7790210252_0DELJAI6E5037_14211611739645\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1650,\\\"TotalBaseFare\\\":3050,\\\"BaseFareCal\\\":2765,\\\"BaseFare\\\":1400,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":300,\\\"AGST\\\":90,\\\"MFT\\\":72,\\\"OT\\\":788,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-JAI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":2765,\\\"CostToCustomer\\\":2765,\\\"BaseFareCal\\\":2765,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":2765,\\\"intOfferedFare\\\":2765,\\\"intPublishFare\\\":3050,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"928\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jaipur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JAI\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T07:20\\\",\\\"SegFlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-31T06:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:25\\\",\\\"strArrivalDtTime\\\":\\\"07:20\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak \",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"deepak \",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 10:38:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"modified\":\"2023-10-21 10:38:16\",\"created\":\"2023-10-21 10:38:16\",\"MobileNo\":\"7742825288\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS106300735681\",\"amount\":3050,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-21T10:40:10.871\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160400\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5037\",\"eT\":\"321\"},\"stops\":0,\"duration\":55,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-31T06:25\",\"at\":\"2023-10-31T07:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-JAI\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"deepak\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":3050,\"NCM\":285,\"NF\":2765,\"TAF\":1650,\"BF\":1400,\"IGST\":72},\"afC\":{\"NCM\":{\"TDS\":-15,\"OT\":300},\"TAF\":{\"MF\":400,\"OT\":788,\"YQ\":300,\"MFT\":72,\"AGST\":90}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"897161\",\"TPSysId\":\"897162\",\"TrxId\":\"72411\",\"VersionId\":\"273874\",\"XRefBookingId\":\"DMCS106300735681\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS106300735681\\\",\\\"bookingId_TJ\\\":\\\"TJS106300735681\\\",\\\"FlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"ef71f-34296-c3bce-c9a9a\\\",\\\"apiTraceId\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"06:25\\\",\\\"ArrivalTime\\\":\\\"07:20\\\",\\\"TravelDate\\\":\\\"2023-10-31T06:25\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 06:25\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T06:25\\\",\\\"LocalToTime\\\":\\\"2023-10-31 07:20\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T07:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"12995\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"JAI\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,765\\\",\\\"ApiResultIndex\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1400,\\\"Tax\\\":1650,\\\"YQTax\\\":300,\\\"OtherCharges\\\":788,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":90,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3050,\\\"PublishedFare\\\":2765,\\\"PublishedFareAgent\\\":2765,\\\"OfferedFareAgent\\\":2765,\\\"OfferedFare\\\":2765,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7790210252_0DELJAI6E5037_14211611739645\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1650,\\\"TotalBaseFare\\\":3050,\\\"BaseFareCal\\\":2765,\\\"BaseFare\\\":1400,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":300,\\\"AGST\\\":90,\\\"MFT\\\":72,\\\"OT\\\":788,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-JAI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":2765,\\\"CostToCustomer\\\":2765,\\\"BaseFareCal\\\":2765,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":2765,\\\"intOfferedFare\\\":2765,\\\"intPublishFare\\\":3050,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2765,\\\"CostToAgent\\\":2765,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"928\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jaipur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JAI\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T07:20\\\",\\\"SegFlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-31T06:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:25\\\",\\\"strArrivalDtTime\\\":\\\"07:20\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"928\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"5-7790210252_0DELJAI6E5037_13570712062919\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"JAI\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"12995\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS106300735681\\\",\\\"amount\\\":3050,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"AGARWALANSUL65@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"917742825288\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-21T10:40:10.871\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160400\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"5037\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":55,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"dt\\\":\\\"2023-10-31T06:25\\\",\\\"at\\\":\\\"2023-10-31T07:20\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"TESTPNR\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"deepak\\\",\\\"lN\\\":\\\"agarwal\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":3050,\\\"NCM\\\":285,\\\"NF\\\":2765,\\\"TAF\\\":1650,\\\"BF\\\":1400,\\\"IGST\\\":72},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-15,\\\"OT\\\":300},\\\"TAF\\\":{\\\"MF\\\":400,\\\"OT\\\":788,\\\"YQ\\\":300,\\\"MFT\\\":72,\\\"AGST\\\":90}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-JAI\\\":\\\"TESTPNR\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"deepak\\\",\\\"lN\\\":\\\"agarwal\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":2765,\\\"NetPrice\\\":2765,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":2765,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Jaipur (JAI)\",\"Amount\":1400,\"NetAmount\":2765}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS106300735681\",\"bookingId_TJ\":\"TJS106300735681\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"apiTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"07:20\",\"TravelDate\":\"2023-10-31T06:25\",\"LocalFromTime\":\"2023-10-31 06:25\",\"FromUTCTime\":\"2023-10-31T06:25\",\"LocalToTime\":\"2023-10-31 07:20\",\"ToUTCTime\":\"2023-10-31T07:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,765\",\"ApiResultIndex\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1400,\"Tax\":1650,\"YQTax\":300,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":90,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3050,\"PublishedFare\":2765,\"PublishedFareAgent\":2765,\"OfferedFareAgent\":2765,\"OfferedFare\":2765,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7790210252_0DELJAI6E5037_14211611739645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1650,\"TotalBaseFare\":3050,\"BaseFareCal\":2765,\"BaseFare\":1400,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":300,\"AGST\":90,\"MFT\":72,\"OT\":788,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2765,\"CostToCustomer\":2765,\"BaseFareCal\":2765,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2765,\"intOfferedFare\":2765,\"intPublishFare\":3050,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2765,\"CostToAgent\":2765,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"928\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-10-31T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T06:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"928\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-7790210252_0DELJAI6E5037_13570712062919\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 10:38:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"102\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jaipur (JAI)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jaipur (JAI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ef71f-34296-c3bce-c9a9a\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"DEL\"],\"to\":[\"JAI\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jaipur\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-21 10:37:51\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-21 10:38:40'),(1277,'182be-2cc2f-9ca63-f3001','{\"BookingData\":[{\"bookingId\":\"BKR108775669152\",\"bookingId_TJ\":\"TJ108775669152\",\"FlightNumber\":\"6E-191\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-12-07T21:10\",\"LocalFromTime\":\"2023-12-07 21:10\",\"FromUTCTime\":\"2023-12-07T21:10\",\"LocalToTime\":\"2023-12-07 23:05\",\"ToUTCTime\":\"2023-12-07T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 07 Dec\",\"ArrivalDateTxt\":\"Thu, 07 Dec\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":22562,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"IXR\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5727.8,\"PublishedFareTxt\":\"5,728\",\"ApiResultIndex\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXR-HYD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3960,\"Tax\":1767.8,\"YQTax\":400,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":223,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5727.8,\"PublishedFare\":5664.55,\"OfferedFare\":5664.55,\"CommissionEarned\":63.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.33,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0452332920_0IXRHYD6E191_7264209802189\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1767.8,\"BaseFareCal\":5664.55,\"BaseFare\":3960,\"CommissionEarned\":63.25,\"TDS\":-3.33,\"MF\":10,\"YQ\":400,\"AGST\":223,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5664.55,\"CostToCustomer\":5664.55,\"BaseFareCal\":5664.55,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5664.55,\"intOfferedFare\":5664.55,\"intPublishFare\":5727.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.25,\"TripjackTDS\":\"3.33\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.25,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"865\",\"originAirportName\":\"Birsa Munda Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Ranchi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-12-07T23:05\",\"SegFlightNumber\":\"6E-191\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXR\",\"originDepTime\":\"2023-12-07T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"182be-2cc2f-9ca63-f3001\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T10:43:18.289\",\"strTraceId\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXR\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":22562,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108775669152\",\"bookingId_TJ\":\"TJ108775669152\",\"FlightNumber\":\"6E-191\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"strTraceId\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:10\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-12-07T21:10\",\"LocalFromTime\":\"2023-12-07 21:10\",\"FromUTCTime\":\"2023-12-07T21:10\",\"LocalToTime\":\"2023-12-07 23:05\",\"ToUTCTime\":\"2023-12-07T23:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 07 Dec\",\"ArrivalDateTxt\":\"Thu, 07 Dec\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":22562,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"IXR\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5727.8,\"ApiResultIndex\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"182be-2cc2f-9ca63-f3001\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T10:43:18.289\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3960,\"Tax\":1767.8,\"YQTax\":400,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":223,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5727.8,\"PublishedFare\":5664.55,\"OfferedFare\":5664.55,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1767.8,\"BaseFareCal\":5664.55,\"BaseFare\":3960,\"CommissionEarned\":63.25,\"TDS\":-3.33,\"MF\":10,\"YQ\":400,\"AGST\":223,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"865\",\"originAirportName\":\"Birsa Munda Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Ranchi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-12-07T23:05\",\"SegFlightNumber\":\"6E-191\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXR\",\"originDepTime\":\"2023-12-07T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0452332920_2IXRHYD6E191_94326878551710\",\"localFromDateTime\":\"2023-12-07 21:10\",\"localToDateTime\":\"2023-12-07 23:05\",\"strSourceAirportCode\":\"IXR\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":22562,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ranchi\",\"mytrip_city_to\":\"Hyderabad\",\"source_city\":\"IXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Ranchi, IN - Birsa Munda Arpt IXR, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"07\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Birsa Munda Arpt IXR\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXR\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"IXR\",\"to\":\"HYD\",\"sourceCityText\":\"Ranchi, IN - Birsa Munda Arpt IXR, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":22562,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"182be-2cc2f-9ca63-f3001\",\"PreferredAirline\":null,\"from_city_\":\"1__IXR-HYD\"}}','2023-10-21 10:41:46'),(1279,'3bf4b-3dbff-49d1f-89643','{\"BookingData\":[{\"bookingId\":\"BKR109675685443\",\"bookingId_TJ\":\"TJ109675685443\",\"FlightNumber\":\"6E-989\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2023-12-12T07:05\",\"LocalFromTime\":\"2023-12-12 07:05\",\"FromUTCTime\":\"2023-12-12T07:05\",\"LocalToTime\":\"2023-12-12 08:00\",\"ToUTCTime\":\"2023-12-12T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 12 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":229,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3615.8,\"PublishedFareTxt\":\"3,616\",\"ApiResultIndex\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-IXA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1320.8,\"YQTax\":300,\"OtherCharges\":1009,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3615.8,\"PublishedFare\":3569.15,\"OfferedFare\":3569.15,\"CommissionEarned\":46.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0285236315_0CCUIXA6E989_7254660790773\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":46.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1320.8,\"BaseFareCal\":3569.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1009,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3569.15,\"CostToCustomer\":3569.15,\"BaseFareCal\":3569.15,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3569.15,\"intOfferedFare\":3569.15,\"intPublishFare\":3615.8,\"TripjackMarkup\":0,\"TripjackCommission\":46.65,\"TripjackTDS\":\"2.45\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":46.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"375\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Singerbhil Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Agartala\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXA\",\"destinationArrTime\":\"2023-12-12T08:00\",\"SegFlightNumber\":\"6E-989\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-12T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3bf4b-3dbff-49d1f-89643\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T13:19:09.979\",\"strTraceId\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXA\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":229,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109675685443\",\"bookingId_TJ\":\"TJ109675685443\",\"FlightNumber\":\"6E-989\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"strTraceId\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2023-12-12T07:05\",\"LocalFromTime\":\"2023-12-12 07:05\",\"FromUTCTime\":\"2023-12-12T07:05\",\"LocalToTime\":\"2023-12-12 08:00\",\"ToUTCTime\":\"2023-12-12T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Tue, 12 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":229,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3615.8,\"ApiResultIndex\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3bf4b-3dbff-49d1f-89643\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T13:19:09.979\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2295,\"Tax\":1320.8,\"YQTax\":300,\"OtherCharges\":1009,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3615.8,\"PublishedFare\":3569.15,\"OfferedFare\":3569.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1320.8,\"BaseFareCal\":3569.15,\"BaseFare\":2295,\"CommissionEarned\":46.65,\"TDS\":-2.45,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1009,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"375\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Singerbhil Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Agartala\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXA\",\"destinationArrTime\":\"2023-12-12T08:00\",\"SegFlightNumber\":\"6E-989\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-12T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0285236315_0CCUIXA6E989_14069281723604\",\"localFromDateTime\":\"2023-12-12 07:05\",\"localToDateTime\":\"2023-12-12 08:00\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXA\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":229,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Agartala\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXA\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Agartala, IN - Singerbhil Arpt IXA, India\",\"departure_date\":\"12\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Singerbhil Arpt IXA\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"IXA\",\"from\":\"CCU\",\"to\":\"IXA\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Agartala, IN - Singerbhil Arpt IXA, India\",\"sourceCityId\":14323,\"destinationCityId\":229,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3bf4b-3dbff-49d1f-89643\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-IXA\"}}','2023-10-21 13:17:37'),(1280,'16','{\"_sessiondata\":{\"EmailId\":\"mehakag.15@gmail.com\",\"UserSysId\":\"100364\",\"CustomerSysId\":\"520135\",\"AgencySysId\":\"97367\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"Password_cu\":\"\",\"AgencyName\":\"krishna travels\",\"AgencyCode\":\"48900\",\"ContactNo1\":\"6367906949\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E8BDAC32-A4EB-43DA-A242-F0A1B0B741EC\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"21\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-21 14:44:32'),(1287,'803fe-94667-12bba-2fc69','{\"FlightBookingData\":[{\"bookingId\":\"DMCS103100735833\",\"bookingId_TJ\":\"TJS103100735833\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"apiTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-23T16:45\",\"LocalFromTime\":\"2023-10-23 16:45\",\"FromUTCTime\":\"2023-10-23T16:45\",\"LocalToTime\":\"2023-10-23 21:10\",\"ToUTCTime\":\"2023-10-23T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4655,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":200,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"segmentid\":\"768\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-23T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-23T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"769\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-23T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-23T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"174\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97367\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"mehakag.15@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9116005779\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97367\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 14:56:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"90\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"90\"],\"flight_booking_customer\":[[\"189\"]],\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"23\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"803fe-94667-12bba-2fc69\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"23 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-21 14:51:31\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"803fe-94667-12bba-2fc69\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"803fe-94667-12bba-2fc69\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Mumbai\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"23 Oct Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-21 14:51:31\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS103100735833\\\",\\\"bookingId_TJ\\\":\\\"TJS103100735833\\\",\\\"FlightNumber\\\":\\\"G8-717\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"803fe-94667-12bba-2fc69\\\",\\\"apiTraceId\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"16:45\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2023-10-23T16:45\\\",\\\"LocalFromTime\\\":\\\"2023-10-23 16:45\\\",\\\"FromUTCTime\\\":\\\"2023-10-23T16:45\\\",\\\"LocalToTime\\\":\\\"2023-10-23 21:10\\\",\\\"ToUTCTime\\\":\\\"2023-10-23T21:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"GS\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"GroundTime\\\":95,\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"FlyingMinutes\\\":265,\\\"DepartureDateTxt\\\":\\\"Mon, 23 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 23 Oct\\\",\\\"FlightDuration\\\":\\\"04h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,455\\\",\\\"ApiResultIndex\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":2240,\\\"YQTax\\\":700,\\\"OtherCharges\\\":898,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":170,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4740,\\\"PublishedFare\\\":4455,\\\"PublishedFareAgent\\\":4655,\\\"OfferedFareAgent\\\":4455,\\\"OfferedFare\\\":4455,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"GS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":200,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":200,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2240,\\\"TotalBaseFare\\\":4740,\\\"BaseFareCal\\\":4455,\\\"BaseFare\\\":2500,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":700,\\\"AGST\\\":170,\\\"MFT\\\":72,\\\"OT\\\":898,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":200,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"AMD-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}},\\\"DEL-AMD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4455,\\\"CostToCustomer\\\":4455,\\\"BaseFareCal\\\":4455,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4455,\\\"intOfferedFare\\\":4455,\\\"intPublishFare\\\":4740,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":200,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"768\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Ahmedabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"AMD\\\",\\\"destinationArrTime\\\":\\\"2023-10-23T18:20\\\",\\\"SegFlightNumber\\\":\\\"G8-717\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-23T16:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":95,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"16:45\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"769\\\",\\\"originAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Ahmedabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-10-23T21:10\\\",\\\"SegFlightNumber\\\":\\\"G8-537\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"AMD\\\",\\\"originDepTime\\\":\\\"2023-10-23T19:55\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":75,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"19:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"1h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"200\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9116005779\",\"leadEmail\":\"mehakag.15@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"mahak \",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"SIKAR\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"36682\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97367\",\"Salutation\":\"3\",\"EmailId\":\"mehakag.15@gmail.com\",\"FirstName\":\"mahak \",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"9116005779\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"mehakag.15@gmail.com\",\"UserSysId\":\"100364\",\"CustomerSysId\":\"520135\",\"AgencySysId\":\"97367\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"Password_cu\":\"\",\"AgencyName\":\"krishna travels\",\"AgencyCode\":\"48900\",\"ContactNo1\":\"6367906949\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E8BDAC32-A4EB-43DA-A242-F0A1B0B741EC\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS103100735833\",\"amount\":4740,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"mehakag.15@gmail.com\"],\"contacts\":[\"919116005779\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-21T15:00:34.780\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160419\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"717\",\"eT\":\"32N\"},\"stops\":0,\"duration\":95,\"cT\":95,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-23T16:45\",\"at\":\"2023-10-23T18:20\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"160420\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"537\",\"eT\":\"32N\"},\"stops\":0,\"duration\":75,\"da\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-23T19:55\",\"at\":\"2023-10-23T21:10\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-AMD\":\"N2KYTL\",\"AMD-BOM\":\"N2KYTL\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"mahak\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":285,\"TF\":4740,\"NF\":4455,\"TAF\":2240,\"IGST\":72,\"BF\":2500},\"afC\":{\"NCM\":{\"TDS\":-15,\"OT\":300},\"TAF\":{\"MFT\":72,\"MF\":400,\"YQ\":700,\"AGST\":170,\"OT\":898}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97367\",\"MasterTPSysId\":\"897763\",\"TPSysId\":\"897764\",\"TrxId\":\"72446\",\"VersionId\":\"274025\",\"XRefBookingId\":\"DMCS103100735833\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS103100735833\\\",\\\"bookingId_TJ\\\":\\\"TJS103100735833\\\",\\\"FlightNumber\\\":\\\"G8-717\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"803fe-94667-12bba-2fc69\\\",\\\"apiTraceId\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"16:45\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2023-10-23T16:45\\\",\\\"LocalFromTime\\\":\\\"2023-10-23 16:45\\\",\\\"FromUTCTime\\\":\\\"2023-10-23T16:45\\\",\\\"LocalToTime\\\":\\\"2023-10-23 21:10\\\",\\\"ToUTCTime\\\":\\\"2023-10-23T21:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"GS\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"GroundTime\\\":95,\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"FlyingMinutes\\\":265,\\\"DepartureDateTxt\\\":\\\"Mon, 23 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 23 Oct\\\",\\\"FlightDuration\\\":\\\"04h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,455\\\",\\\"ApiResultIndex\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":2240,\\\"YQTax\\\":700,\\\"OtherCharges\\\":898,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":170,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4740,\\\"PublishedFare\\\":4455,\\\"PublishedFareAgent\\\":4655,\\\"OfferedFareAgent\\\":4455,\\\"OfferedFare\\\":4455,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"GS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":200,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":200,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2240,\\\"TotalBaseFare\\\":4740,\\\"BaseFareCal\\\":4455,\\\"BaseFare\\\":2500,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":700,\\\"AGST\\\":170,\\\"MFT\\\":72,\\\"OT\\\":898,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":200,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"AMD-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}},\\\"DEL-AMD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4455,\\\"CostToCustomer\\\":4455,\\\"BaseFareCal\\\":4455,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4455,\\\"intOfferedFare\\\":4455,\\\"intPublishFare\\\":4740,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":200,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":200,\\\"CostToAgentCustomer\\\":4655,\\\"CostToAgent\\\":4455,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"768\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Ahmedabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"AMD\\\",\\\"destinationArrTime\\\":\\\"2023-10-23T18:20\\\",\\\"SegFlightNumber\\\":\\\"G8-717\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-23T16:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":95,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"16:45\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERCity\\\":\\\"Ahmedabad\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"769\\\",\\\"originAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Ahmedabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-10-23T21:10\\\",\\\"SegFlightNumber\\\":\\\"G8-537\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"GS\\\",\\\"originAirportCode\\\":\\\"AMD\\\",\\\"originDepTime\\\":\\\"2023-10-23T19:55\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":75,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"19:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"1h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"769\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"FEST\\\",\\\"Price\\\":499,\\\"Description\\\":\\\"Festive meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"768\\\",\\\"Code\\\":\\\"KDML\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Smart Kid Bag\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS103100735833\\\",\\\"amount\\\":4740,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"mehakag.15@gmail.com\\\"],\\\"contacts\\\":[\\\"919116005779\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-21T15:00:34.780\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160419\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"G8\\\",\\\"name\\\":\\\"Go First\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"717\\\",\\\"eT\\\":\\\"32N\\\"},\\\"stops\\\":0,\\\"duration\\\":95,\\\"cT\\\":95,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"AMD\\\",\\\"name\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"cityCode\\\":\\\"AMD\\\",\\\"city\\\":\\\"Ahmedabad\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-10-23T16:45\\\",\\\"at\\\":\\\"2023-10-23T18:20\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0},{\\\"id\\\":\\\"160420\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"G8\\\",\\\"name\\\":\\\"Go First\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"537\\\",\\\"eT\\\":\\\"32N\\\"},\\\"stops\\\":0,\\\"duration\\\":75,\\\"da\\\":{\\\"code\\\":\\\"AMD\\\",\\\"name\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"cityCode\\\":\\\"AMD\\\",\\\"city\\\":\\\"Ahmedabad\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BOM\\\",\\\"name\\\":\\\"Chhatrapati Shivaji\\\",\\\"cityCode\\\":\\\"BOM\\\",\\\"city\\\":\\\"Mumbai\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-10-23T19:55\\\",\\\"at\\\":\\\"2023-10-23T21:10\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":1}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-AMD\\\":\\\"N2KYTL\\\",\\\"AMD-BOM\\\":\\\"N2KYTL\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mahak\\\",\\\"lN\\\":\\\"agarwal\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NCM\\\":285,\\\"TF\\\":4740,\\\"NF\\\":4455,\\\"TAF\\\":2240,\\\"IGST\\\":72,\\\"BF\\\":2500},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-15,\\\"OT\\\":300},\\\"TAF\\\":{\\\"MFT\\\":72,\\\"MF\\\":400,\\\"YQ\\\":700,\\\"AGST\\\":170,\\\"OT\\\":898}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-AMD\\\":\\\"N2KYTL\\\",\\\"AMD-BOM\\\":\\\"N2KYTL\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"mahak\\\",\\\"lN\\\":\\\"agarwal\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":4455,\\\"NetPrice\\\":4455,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":4455,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Mumbai (BOM)\",\"Amount\":2500,\"NetAmount\":4455}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS103100735833\",\"bookingId_TJ\":\"TJS103100735833\",\"FlightNumber\":\"G8-717\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"apiTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-10-23T16:45\",\"LocalFromTime\":\"2023-10-23 16:45\",\"FromUTCTime\":\"2023-10-23T16:45\",\"LocalToTime\":\"2023-10-23 21:10\",\"ToUTCTime\":\"2023-10-23T21:10\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Mon, 23 Oct\",\"ArrivalDateTxt\":\"Mon, 23 Oct\",\"FlightDuration\":\"04h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":2240,\"YQTax\":700,\"OtherCharges\":898,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":170,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4740,\"PublishedFare\":4455,\"PublishedFareAgent\":4655,\"OfferedFareAgent\":4455,\"OfferedFare\":4455,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3747168308_0DELAMDG8717AMDBOMG8537_28967848527478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":5,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2240,\"TotalBaseFare\":4740,\"BaseFareCal\":4455,\"BaseFare\":2500,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":700,\"AGST\":170,\"MFT\":72,\"OT\":898,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AMD-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4455,\"CostToCustomer\":4455,\"BaseFareCal\":4455,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4455,\"intOfferedFare\":4455,\"intPublishFare\":4740,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":200,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":4655,\"CostToAgent\":4455,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"segmentid\":\"768\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-10-23T18:20\",\"SegFlightNumber\":\"G8-717\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-23T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"769\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-23T21:10\",\"SegFlightNumber\":\"G8-537\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-23T19:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"XC05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"769\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"},{\"Currency\":\"INR\",\"key\":\"768\",\"Code\":\"KDML\",\"Price\":550,\"Description\":\"Smart Kid Bag\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-3747168308_12DELAMDG8717AMDBOMG8537_29418269609918\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97367\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"mehakag.15@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9116005779\",\"FirstName\":\"mahak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97367\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-21 14:56:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"90\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"803fe-94667-12bba-2fc69\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"23\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"803fe-94667-12bba-2fc69\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"23 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-21 14:51:31\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"E8BDAC32-A4EB-43DA-A242-F0A1B0B741EC\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-21 14:59:52'),(1289,'13da5-5848b-ec1a1-9e607','{\"BookingData\":[{\"bookingId\":\"BKR109975699604\",\"bookingId_TJ\":\"TJ109975699604\",\"FlightNumber\":\"SG-122\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T08:00\",\"LocalFromTime\":\"2023-10-27 08:00\",\"FromUTCTime\":\"2023-10-27T08:00\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5236.8,\"PublishedFareTxt\":\"5,237\",\"ApiResultIndex\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5236.8,\"PublishedFare\":5236.8,\"OfferedFare\":5236.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7630780485_0SXRDELSG122_191978178951120\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5236.8,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5236.8,\"CostToCustomer\":5236.8,\"BaseFareCal\":5236.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5236.8,\"intOfferedFare\":5236.8,\"intPublishFare\":5236.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"381\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"SG-122\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"13da5-5848b-ec1a1-9e607\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T15:50:26.871\",\"strTraceId\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109975699604\",\"bookingId_TJ\":\"TJ109975699604\",\"FlightNumber\":\"SG-122\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"strTraceId\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T08:00\",\"LocalFromTime\":\"2023-10-27 08:00\",\"FromUTCTime\":\"2023-10-27T08:00\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5236.8,\"ApiResultIndex\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"13da5-5848b-ec1a1-9e607\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T15:50:26.871\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5236.8,\"PublishedFare\":5236.8,\"OfferedFare\":5236.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5236.8,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"381\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"SG-122\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-7630780485_0SXRDELSG122_23864278792986\",\"localFromDateTime\":\"2023-10-27 08:00\",\"localToDateTime\":\"2023-10-27 09:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"SXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"27\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"SXR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"SXR\",\"to\":\"DEL\",\"sourceCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":25897,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"13da5-5848b-ec1a1-9e607\",\"PreferredAirline\":null,\"from_city_\":\"1__SXR-DEL\"}}','2023-10-21 15:48:54'),(1293,'efab1-272f1-dd66a-c342e','{\"BookingData\":[{\"bookingId\":\"BKR114175718855\",\"bookingId_TJ\":\"TJ114175718855\",\"FlightNumber\":\"IX-193\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"82\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"17:40\",\"TravelDate\":\"2023-10-25T14:50\",\"LocalFromTime\":\"2023-10-25 14:50\",\"FromUTCTime\":\"2023-10-25T14:50\",\"LocalToTime\":\"2023-10-25 17:40\",\"ToUTCTime\":\"2023-10-25T17:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":16028,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13411.8,\"PublishedFareTxt\":\"13,412\",\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"LKO-DXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"2.Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Checkin not permitted |Names will be updated 1 day prior to departure after 7pm, Checkin should be done at the airport counter directly . Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12900,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13411.8,\"PublishedFare\":13411.8,\"OfferedFare\":13411.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9637246314_0LKODXBIX193_41001398251307\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":13411.8,\"BaseFare\":12900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13411.8,\"CostToCustomer\":13411.8,\"BaseFareCal\":13411.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13411.8,\"intOfferedFare\":13411.8,\"intPublishFare\":13411.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"263\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-25T17:40\",\"SegFlightNumber\":\"IX-193\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"G\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-10-25T14:50\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"efab1-272f1-dd66a-c342e\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T19:47:38.103\",\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"LKO\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":16028,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR114175718855\",\"bookingId_TJ\":\"TJ114175718855\",\"FlightNumber\":\"IX-193\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"strTraceId\":null,\"AirlineSysId\":\"82\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"17:40\",\"TravelDate\":\"2023-10-25T14:50\",\"LocalFromTime\":\"2023-10-25 14:50\",\"FromUTCTime\":\"2023-10-25T14:50\",\"LocalToTime\":\"2023-10-25 17:40\",\"ToUTCTime\":\"2023-10-25T17:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":16028,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13411.8,\"ApiResultIndex\":null,\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"efab1-272f1-dd66a-c342e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T19:47:38.103\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12900,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13411.8,\"PublishedFare\":13411.8,\"OfferedFare\":13411.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":13411.8,\"BaseFare\":12900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"263\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-25T17:40\",\"SegFlightNumber\":\"IX-193\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"G\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-10-25T14:50\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":null,\"localFromDateTime\":\"2023-10-25 14:50\",\"localToDateTime\":\"2023-10-25 17:40\",\"strSourceAirportCode\":\"LKO\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":16028,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Lucknow\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"LKO\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Amausi Arpt LKO\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"LKO\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"LKO\",\"to\":\"DXB\",\"sourceCityText\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":16028,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"efab1-272f1-dd66a-c342e\",\"PreferredAirline\":null,\"from_city_\":\"1__LKO-DXB\"}}','2023-10-21 19:46:05'),(1295,'d608f-3bde2-e8391-818d1','{\"BookingData\":[{\"bookingId\":\"BKR103675721203\",\"bookingId_TJ\":\"TJ103675721203\",\"FlightNumber\":\"6E-518\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-10-25T16:45\",\"LocalFromTime\":\"2023-10-25 16:45\",\"FromUTCTime\":\"2023-10-25T16:45\",\"LocalToTime\":\"2023-10-25 17:50\",\"ToUTCTime\":\"2023-10-25T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"DED\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5628.8,\"PublishedFareTxt\":\"5,629\",\"ApiResultIndex\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DED-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4066,\"Tax\":1562.8,\"YQTax\":300,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":218,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5628.8,\"PublishedFare\":5564.49,\"OfferedFare\":5564.49,\"CommissionEarned\":64.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5428415358_0DEDLKO6E518_37658926262536\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":64.31,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1562.8,\"BaseFareCal\":5564.49,\"BaseFare\":4066,\"CommissionEarned\":64.31,\"TDS\":-3.38,\"MF\":10,\"YQ\":300,\"AGST\":218,\"MFT\":1.8,\"OT\":1033,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":64.31,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5564.49,\"CostToCustomer\":5564.49,\"BaseFareCal\":5564.49,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5564.49,\"intOfferedFare\":5564.49,\"intPublishFare\":5628.8,\"TripjackMarkup\":0,\"TripjackCommission\":64.31,\"TripjackTDS\":\"3.38\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":64.31,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"542\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-10-25T17:50\",\"SegFlightNumber\":\"6E-518\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-10-25T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d608f-3bde2-e8391-818d1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T20:29:38.466\",\"strTraceId\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DED\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103675721203\",\"bookingId_TJ\":\"TJ103675721203\",\"FlightNumber\":\"6E-518\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"strTraceId\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2023-10-25T16:45\",\"LocalFromTime\":\"2023-10-25 16:45\",\"FromUTCTime\":\"2023-10-25T16:45\",\"LocalToTime\":\"2023-10-25 17:50\",\"ToUTCTime\":\"2023-10-25T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":16028,\"SourceAirportCode\":\"DED\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5628.8,\"ApiResultIndex\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d608f-3bde2-e8391-818d1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T20:29:38.466\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4066,\"Tax\":1562.8,\"YQTax\":300,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":218,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5628.8,\"PublishedFare\":5564.49,\"OfferedFare\":5564.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1562.8,\"BaseFareCal\":5564.49,\"BaseFare\":4066,\"CommissionEarned\":64.31,\"TDS\":-3.38,\"MF\":10,\"YQ\":300,\"AGST\":218,\"MFT\":1.8,\"OT\":1033,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"542\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-10-25T17:50\",\"SegFlightNumber\":\"6E-518\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-10-25T16:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5428415358_0DEDLKO6E518_40627906983809\",\"localFromDateTime\":\"2023-10-25 16:45\",\"localToDateTime\":\"2023-10-25 17:50\",\"strSourceAirportCode\":\"DED\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":0,\"intDestinationCityId\":16028,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Dehra Dun\",\"mytrip_city_to\":\"Lucknow\",\"source_city\":\"DED\",\"ContSysId_1\":\"0\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"destination\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jolly Grant Airport DED\",\"to_mytrip_city\":\" IN - Amausi Arpt LKO\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DED\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"DED\",\"to\":\"LKO\",\"sourceCityText\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"sourceCityId\":0,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d608f-3bde2-e8391-818d1\",\"PreferredAirline\":null,\"from_city_\":\"1__DED-LKO\"}}','2023-10-21 20:28:05'),(1299,'c091c-12c67-23e71-d3b18','{\"BookingData\":[{\"FlightNumber\":\"SG-8194\",\"keyIndex\":21,\"SegFlightNumberArr\":\"SG-8194 +1\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6808611787_0AMDDELSG8194DELIXJSG2743_39145626111782\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-11-10T06:10\",\"LocalFromTime\":\"2023-11-10 06:10\",\"FromUTCTime\":\"2023-11-10T06:10\",\"LocalToTime\":\"2023-11-10 18:55\",\"ToUTCTime\":\"2023-11-10T18:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":575,\"LAYOVERDuration\":\"9h 35m\",\"FlyingMinutes\":765,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"12h 45m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":13076,\"PublishedFareTxt\":\"13,076\",\"ApiResultIndex\":\"4-6808611787_0AMDDELSG8194DELIXJSG2743_39145626110495\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c091c-12c67-23e71-d3b18\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12100,\"Tax\":1227.8,\"YQTax\":0,\"OtherCharges\":606,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13327.8,\"PublishedFare\":13076,\"PublishedFarePerPax\":13076,\"OfferedFare\":13075.4,\"CommissionEarned\":252.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.29,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6808611787_0AMDDELSG8194DELIXJSG2743_39145626111782\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":252.4,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"AMD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1227.8,\"BaseFareCal\":13075.4,\"BaseFare\":12100,\"CommissionEarned\":252.4,\"TDS\":-13.29,\"MF\":10,\"YQ\":0,\"AGST\":610,\"MFT\":1.8,\"OT\":606,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02I\"},\"Segments\":[{\"segmentid\":\"184\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-10T07:50\",\"SegFlightNumber\":\"SG-8194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-11-10T06:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":575,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"9h 35m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"185\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-11-10T18:55\",\"SegFlightNumber\":\"SG-2743\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-10T17:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00P\"},{\"keyIndex\":31,\"FlightNumber\":\"6E-2527\",\"SegFlightNumberArr\":\"6E-2527 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"06:25\",\"TravelDate\":\"2023-11-24T20:10\",\"LocalFromTime\":\"2023-11-24 20:10\",\"FromUTCTime\":\"2023-11-24T20:10\",\"LocalToTime\":\"2023-11-25 06:25\",\"ToUTCTime\":\"2023-11-25T06:25\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10994,\"PublishedFareTxt\":\"10,993\",\"ApiResultIndex\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"c091c-12c67-23e71-d3b18\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8680,\"Tax\":2423.8,\"YQTax\":0,\"OtherCharges\":2412,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11103.8,\"PublishedFare\":10994,\"PublishedFarePerPax\":10994,\"OfferedFare\":10993.46,\"CommissionEarned\":110.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.8,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2423.8,\"BaseFareCal\":10993.46,\"BaseFare\":8680,\"CommissionEarned\":110.34,\"TDS\":-5.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2412,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0SL\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-24T21:35\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-24T20:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":430,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-25T06:25\",\"SegFlightNumber\":\"6E-5119\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-25T04:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01J\"}],\"FlightBookingDataInbound\":{\"keyIndex\":31,\"FlightNumber\":\"6E-2527\",\"SegFlightNumberArr\":\"6E-2527 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"06:25\",\"TravelDate\":\"2023-11-24T20:10\",\"LocalFromTime\":\"2023-11-24 20:10\",\"FromUTCTime\":\"2023-11-24T20:10\",\"LocalToTime\":\"2023-11-25 06:25\",\"ToUTCTime\":\"2023-11-25T06:25\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"10h 15m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10994,\"PublishedFareTxt\":\"10,993\",\"ApiResultIndex\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"c091c-12c67-23e71-d3b18\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8680,\"Tax\":2423.8,\"YQTax\":0,\"OtherCharges\":2412,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11103.8,\"PublishedFare\":10994,\"PublishedFarePerPax\":10994,\"OfferedFare\":10993.46,\"CommissionEarned\":110.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.8,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6808611787_0IXJDEL6E2527DELAMD6E5119_39145968888527\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2423.8,\"BaseFareCal\":10993.46,\"BaseFare\":8680,\"CommissionEarned\":110.34,\"TDS\":-5.8,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2412,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXJ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0SL\"},\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-24T21:35\",\"SegFlightNumber\":\"6E-2527\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-11-24T20:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":430,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-25T06:25\",\"SegFlightNumber\":\"6E-5119\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-25T04:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01J\"}}','2023-10-21 22:09:33'),(1301,'96616-e3e84-e1a6a-d8f6e','{\"BookingData\":[{\"bookingId\":\"BKR101275727513\",\"bookingId_TJ\":\"TJ101275727513\",\"FlightNumber\":\"6E-6971\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-12-09T10:20\",\"LocalFromTime\":\"2023-12-09 10:20\",\"FromUTCTime\":\"2023-12-09T10:20\",\"LocalToTime\":\"2023-12-09 12:30\",\"ToUTCTime\":\"2023-12-09T12:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":37009,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12367.6,\"PublishedFareTxt\":\"12,368\",\"ApiResultIndex\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GOX-BHO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8720,\"Tax\":3647.6,\"YQTax\":800,\"OtherCharges\":2342,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":482,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12367.6,\"PublishedFare\":12233.12,\"OfferedFare\":12233.12,\"CommissionEarned\":134.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1967465755_0GOXBHO6E6971_38287909788392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":134.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3647.6,\"BaseFareCal\":12233.12,\"BaseFare\":8720,\"CommissionEarned\":134.48,\"TDS\":-7.08,\"MF\":20,\"YQ\":800,\"AGST\":482,\"MFT\":3.6,\"OT\":2342,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":134.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12233.12,\"CostToCustomer\":12233.12,\"BaseFareCal\":12233.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12233.12,\"intOfferedFare\":12233.12,\"intPublishFare\":12367.6,\"TripjackMarkup\":0,\"TripjackCommission\":134.48,\"TripjackTDS\":\"7.08\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":134.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"278\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-12-09T12:30\",\"SegFlightNumber\":\"6E-6971\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-12-09T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"278\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"96616-e3e84-e1a6a-d8f6e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T22:41:30.516\",\"strTraceId\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOX\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":2,\"intSourceCityId\":37009,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101275727513\",\"bookingId_TJ\":\"TJ101275727513\",\"FlightNumber\":\"6E-6971\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"strTraceId\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-12-09T10:20\",\"LocalFromTime\":\"2023-12-09 10:20\",\"FromUTCTime\":\"2023-12-09T10:20\",\"LocalToTime\":\"2023-12-09 12:30\",\"ToUTCTime\":\"2023-12-09T12:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":37009,\"DestPlaceSysId\":3139,\"SourceAirportCode\":\"GOX\",\"DestAirportCode\":\"BHO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12367.6,\"ApiResultIndex\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"96616-e3e84-e1a6a-d8f6e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-21T22:41:30.516\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8720,\"Tax\":3647.6,\"YQTax\":800,\"OtherCharges\":2342,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":482,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12367.6,\"PublishedFare\":12233.12,\"OfferedFare\":12233.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3647.6,\"BaseFareCal\":12233.12,\"BaseFare\":8720,\"CommissionEarned\":134.48,\"TDS\":-7.08,\"MF\":20,\"YQ\":800,\"AGST\":482,\"MFT\":3.6,\"OT\":2342,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"278\",\"originAirportName\":\"Mopa international airport\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Goa\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2023-12-09T12:30\",\"SegFlightNumber\":\"6E-6971\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOX\",\"originDepTime\":\"2023-12-09T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1967465755_0GOXBHO6E6971_47760557658646\",\"localFromDateTime\":\"2023-12-09 10:20\",\"localToDateTime\":\"2023-12-09 12:30\",\"strSourceAirportCode\":\"GOX\",\"strDestinationAirportCode\":\"BHO\",\"intMemberCount\":2,\"intSourceCityId\":37009,\"intDestinationCityId\":3139,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"North Goa\",\"mytrip_city_to\":\"Bhopal\",\"source_city\":\"GOX\",\"ContSysId_1\":\"101\",\"destination_city\":\"BHO\",\"ContSysId\":\"101\",\"source\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"destination\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"departure_date\":\"09\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"to_mytrip_city\":\" IN - Raja Bhoj Arpt BHO\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GOX\",\"destinationCityAirportCode\":\"BHO\",\"from\":\"GOX\",\"to\":\"BHO\",\"sourceCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"destinationCityText\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"sourceCityId\":37009,\"destinationCityId\":3139,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"96616-e3e84-e1a6a-d8f6e\",\"PreferredAirline\":null,\"from_city_\":\"1__GOX-BHO\"}}','2023-10-21 22:39:58'),(1303,'5980a-0c30c-56014-48b3a','{\"BookingData\":[{\"bookingId\":\"BKR104375734161\",\"bookingId_TJ\":\"TJ104375734161\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-11-23T17:10\",\"LocalFromTime\":\"2023-11-23 17:10\",\"FromUTCTime\":\"2023-11-23T17:10\",\"LocalToTime\":\"2023-11-23 18:15\",\"ToUTCTime\":\"2023-11-23T18:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4684.8,\"PublishedFareTxt\":\"4,685\",\"ApiResultIndex\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXC-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3060,\"Tax\":1624.8,\"YQTax\":300,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":171,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4630.53,\"OfferedFare\":4630.53,\"CommissionEarned\":54.27,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5576610931_0IXCSXR6E874_71245294519105\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":54.27,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1624.8,\"BaseFareCal\":4630.53,\"BaseFare\":3060,\"CommissionEarned\":54.27,\"TDS\":-2.86,\"MF\":10,\"YQ\":300,\"AGST\":171,\"MFT\":1.8,\"OT\":1142,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.27,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4630.53,\"CostToCustomer\":4630.53,\"BaseFareCal\":4630.53,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4630.53,\"intOfferedFare\":4630.53,\"intPublishFare\":4684.8,\"TripjackMarkup\":0,\"TripjackCommission\":54.27,\"TripjackTDS\":\"2.86\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":54.27,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"283\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-23T18:15\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-11-23T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5980a-0c30c-56014-48b3a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T07:53:47.958\",\"strTraceId\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":5765,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104375734161\",\"bookingId_TJ\":\"TJ104375734161\",\"FlightNumber\":\"6E-874\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"strTraceId\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2023-11-23T17:10\",\"LocalFromTime\":\"2023-11-23 17:10\",\"FromUTCTime\":\"2023-11-23T17:10\",\"LocalToTime\":\"2023-11-23 18:15\",\"ToUTCTime\":\"2023-11-23T18:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4684.8,\"ApiResultIndex\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5980a-0c30c-56014-48b3a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T07:53:47.958\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3060,\"Tax\":1624.8,\"YQTax\":300,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":171,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.8,\"PublishedFare\":4630.53,\"OfferedFare\":4630.53,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1624.8,\"BaseFareCal\":4630.53,\"BaseFare\":3060,\"CommissionEarned\":54.27,\"TDS\":-2.86,\"MF\":10,\"YQ\":300,\"AGST\":171,\"MFT\":1.8,\"OT\":1142,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"283\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-23T18:15\",\"SegFlightNumber\":\"6E-874\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-11-23T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5576610931_0IXCSXR6E874_1030039519184\",\"localFromDateTime\":\"2023-11-23 17:10\",\"localToDateTime\":\"2023-11-23 18:15\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":5765,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chandigarh\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"IXC\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Chandigarh, IN - Chandigarh Arpt IXC, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chandigarh Arpt IXC\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXC\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"IXC\",\"to\":\"SXR\",\"sourceCityText\":\"Chandigarh, IN - Chandigarh Arpt IXC, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":5765,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5980a-0c30c-56014-48b3a\",\"PreferredAirline\":null,\"from_city_\":\"1__IXC-SXR\"}}','2023-10-22 07:52:16'),(1305,'729e6-8b7ab-a4eef-b1be6','{\"BookingData\":[{\"bookingId\":\"BKR118575738771\",\"bookingId_TJ\":\"TJ118575738771\",\"FlightNumber\":\"6E-1065\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"02:55\",\"TravelDate\":\"2024-01-08T22:40\",\"LocalFromTime\":\"2024-01-08 22:40\",\"FromUTCTime\":\"2024-01-08T22:40\",\"LocalToTime\":\"2024-01-09 02:55\",\"ToUTCTime\":\"2024-01-09T02:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 08 Jan\",\"ArrivalDateTxt\":\"Tue, 09 Jan\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":3141,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BBI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BBI-BBI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":250,\"ARF\":5000,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCFT\":18,\"ACFT\":325,\"CCF\":100},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11121,\"Tax\":3814.6000000000004,\"YQTax\":0,\"OtherCharges\":3532,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":259,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14935.6,\"PublishedFare\":14729.619999999999,\"OfferedFare\":15332.35,\"CommissionEarned\":205.98000000000002,\"CommisionPass\":205.98000000000002,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9350874521_1BKKBBI6E1066_3309599685832\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3814.6000000000004,\"BaseFareCal\":14729.619999999999,\"BaseFare\":11121,\"CommissionEarned\":205.98000000000002,\"TDS\":-10.84,\"MF\":20,\"YQ\":0,\"AGST\":259,\"MFT\":3.6,\"OT\":3532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"808\",\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-09T02:55\",\"SegFlightNumber\":\"6E-1065\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2024-01-08T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"02:55\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"XBPA\",\"Price\":3500,\"amount\":3500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"XBPB\",\"Price\":7000,\"amount\":7000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"XBPC\",\"Price\":10500,\"amount\":10500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"XBPJ\",\"Price\":14000,\"amount\":14000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"XBPD\",\"Price\":21000,\"amount\":21000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"WHSK\",\"Price\":1250,\"amount\":1250,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"BEER\",\"Price\":1250,\"amount\":1250,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"729e6-8b7ab-a4eef-b1be6\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-08 12:00\",\"localToDateTime\":\"2024-01-16 12:00\",\"strSourceAirportCode\":\"BBI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":3141,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118575738771\",\"bookingId_TJ\":\"TJ118575738771\",\"FlightNumber\":\"6E-1065\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"strTraceId\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:40\",\"ArrivalTime\":\"02:55\",\"TravelDate\":\"2024-01-08T22:40\",\"LocalFromTime\":\"2024-01-08 22:40\",\"FromUTCTime\":\"2024-01-08T22:40\",\"LocalToTime\":\"2024-01-09 02:55\",\"ToUTCTime\":\"2024-01-09T02:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Mon, 08 Jan\",\"ArrivalDateTxt\":\"Tue, 09 Jan\",\"FlightDuration\":\"4h 15m\",\"SourcePlaceSysId\":3141,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BBI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":14729.619999999999,\"ApiResultIndex\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"729e6-8b7ab-a4eef-b1be6\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BBI-BBI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":250,\"ARF\":5000,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCFT\":18,\"ACFT\":325,\"CCF\":100},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11121,\"Tax\":3814.6000000000004,\"YQTax\":0,\"OtherCharges\":3532,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":259,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14935.6,\"PublishedFare\":14729.619999999999,\"OfferedFare\":15332.35,\"CommissionEarned\":205.98000000000002,\"CommisionPass\":205.98000000000002,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9350874521_1BKKBBI6E1066_3309599685832\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3814.6000000000004,\"BaseFareCal\":14729.619999999999,\"BaseFare\":11121,\"CommissionEarned\":205.98000000000002,\"TDS\":-10.84,\"MF\":20,\"YQ\":0,\"AGST\":259,\"MFT\":3.6,\"OT\":3532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"808\",\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-09T02:55\",\"SegFlightNumber\":\"6E-1065\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2024-01-08T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"02:55\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"809\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Biju Patnaik Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bhubaneswar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BBI\",\"destinationArrTime\":\"2024-01-16T07:05\",\"SegFlightNumber\":\"6E-1066\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-01-16T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9350874521_0BBIBKK6E1065BKKBBI6E1066_256734593945306\",\"localFromDateTime\":\"2024-01-08 22:40\",\"localToDateTime\":\"2024-01-09 02:55\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"BBI\",\"intMemberCount\":1,\"intSourceCityId\":3141,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR118575738771\",\"bookingId_TJ\":\"TJ118575738771\",\"FlightNumber\":\"6E-1066\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2024-01-16T05:45\",\"LocalFromTime\":\"2024-01-16 05:45\",\"FromUTCTime\":\"2024-01-16T05:45\",\"LocalToTime\":\"2024-01-16 07:05\",\"ToUTCTime\":\"2024-01-16T07:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 16 Jan\",\"ArrivalDateTxt\":\"Tue, 16 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":3141,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"BBI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BBI-BBI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":250,\"ARF\":5000,\"CRF\":50},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"ACF\":6500,\"CCFT\":18,\"ACFT\":325,\"CCF\":100},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"809\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Biju Patnaik Arpt\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Bhubaneswar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BBI\",\"destinationArrTime\":\"2024-01-16T07:05\",\"SegFlightNumber\":\"6E-1066\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2024-01-16T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPA\",\"Price\":3703,\"amount\":3703,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPB\",\"Price\":7406,\"amount\":7406,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPC\",\"Price\":11110,\"amount\":11110,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPJ\",\"Price\":14813,\"amount\":14813,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"XBPD\",\"Price\":22219,\"amount\":22219,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"EMDK\",\"Price\":200,\"amount\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"CPML\",\"Price\":350,\"amount\":350,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"WHSK\",\"Price\":1250,\"amount\":1250,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"},{\"Currency\":\"INR\",\"key\":\"809\",\"Code\":\"BEER\",\"Price\":1250,\"amount\":1250,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"NPLW\",\"Price\":500,\"amount\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"BLKT\",\"Price\":500,\"amount\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"WHSK\",\"Price\":1250,\"amount\":1250,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"},{\"Currency\":\"INR\",\"key\":\"808\",\"Code\":\"BEER\",\"Price\":1250,\"amount\":1250,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"729e6-8b7ab-a4eef-b1be6\",\"ICSourceSysId\":7,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":13,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-08 12:00\",\"localToDateTime\":\"2024-01-16 12:00\",\"strSourceAirportCode\":\"BBI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":3141,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bhubaneswar\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"BBI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Bhubaneswar, IN - Biju Patnaik Arpt BBI, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"08\\/01\\/2024\",\"return_date\":\"16\\/01\\/2024\",\"from_mytrip_city\":\" IN - Biju Patnaik Arpt BBI\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BBI\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"BBI\",\"to\":\"BKK\",\"sourceCityText\":\"Bhubaneswar, IN - Biju Patnaik Arpt BBI, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":3141,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/01\\/2024\",\"return_dates\":\"16\\/01\\/2024\",\"strDepatureDate\":\"2024-01-08\",\"strReturnDate\":\"2024-01-16\",\"SearchFlightTraceId\":\"729e6-8b7ab-a4eef-b1be6\",\"PreferredAirline\":null,\"from_city_\":\"2__BBI-BKK-BBI\"}}','2023-10-22 10:24:18'),(1307,'6c247-4f5a4-89c71-bc3f3','{\"BookingData\":[{\"bookingId\":\"BKR107475749460\",\"bookingId_TJ\":\"TJ107475749460\",\"FlightNumber\":\"6E-5086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-11-14T17:30\",\"LocalFromTime\":\"2023-11-14 17:30\",\"FromUTCTime\":\"2023-11-14T17:30\",\"LocalToTime\":\"2023-11-14 20:05\",\"ToUTCTime\":\"2023-11-14T20:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6634.8,\"PublishedFareTxt\":\"6,635\",\"ApiResultIndex\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5220,\"Tax\":1414.8,\"YQTax\":650,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":299,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6634.8,\"PublishedFare\":6558.98,\"OfferedFare\":6558.98,\"CommissionEarned\":75.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.99,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9674568621_0BOMCCU6E5086_268667502647431\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":75.82,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1414.8,\"BaseFareCal\":6558.98,\"BaseFare\":5220,\"CommissionEarned\":75.82,\"TDS\":-3.99,\"MF\":10,\"YQ\":650,\"AGST\":299,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":75.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6558.98,\"CostToCustomer\":6558.98,\"BaseFareCal\":6558.98,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6558.98,\"intOfferedFare\":6558.98,\"intPublishFare\":6634.8,\"TripjackMarkup\":0,\"TripjackCommission\":75.82,\"TripjackTDS\":\"3.99\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":75.82,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"570\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:05\",\"SegFlightNumber\":\"6E-5086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-14T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"570\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"6c247-4f5a4-89c71-bc3f3\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T13:26:04.691\",\"strTraceId\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107475749460\",\"bookingId_TJ\":\"TJ107475749460\",\"FlightNumber\":\"6E-5086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"strTraceId\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2023-11-14T17:30\",\"LocalFromTime\":\"2023-11-14 17:30\",\"FromUTCTime\":\"2023-11-14T17:30\",\"LocalToTime\":\"2023-11-14 20:05\",\"ToUTCTime\":\"2023-11-14T20:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6634.8,\"ApiResultIndex\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"6c247-4f5a4-89c71-bc3f3\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T13:26:04.691\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5220,\"Tax\":1414.8,\"YQTax\":650,\"OtherCharges\":454,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":299,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6634.8,\"PublishedFare\":6558.98,\"OfferedFare\":6558.98,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1414.8,\"BaseFareCal\":6558.98,\"BaseFare\":5220,\"CommissionEarned\":75.82,\"TDS\":-3.99,\"MF\":10,\"YQ\":650,\"AGST\":299,\"MFT\":1.8,\"OT\":454,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"570\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:05\",\"SegFlightNumber\":\"6E-5086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-14T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9674568621_0BOMCCU6E5086_9739000618777\",\"localFromDateTime\":\"2023-11-14 17:30\",\"localToDateTime\":\"2023-11-14 20:05\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"14\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BOM\",\"to\":\"CCU\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":18676,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"6c247-4f5a4-89c71-bc3f3\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-CCU\"}}','2023-10-22 13:24:32'),(1309,'c15d9-9fa99-84b0c-c936c','{\"BookingData\":[{\"bookingId\":\"BKR100375764382\",\"bookingId_TJ\":\"TJ100375764382\",\"FlightNumber\":\"6E-317\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2023-11-27T13:55\",\"LocalFromTime\":\"2023-11-27 13:55\",\"FromUTCTime\":\"2023-11-27T13:55\",\"LocalToTime\":\"2023-11-27 16:15\",\"ToUTCTime\":\"2023-11-27T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":3141,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BBI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5544.8,\"PublishedFareTxt\":\"5,545\",\"ApiResultIndex\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BBI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3945,\"Tax\":1599.8,\"YQTax\":550,\"OtherCharges\":808,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5544.8,\"PublishedFare\":5481.7,\"OfferedFare\":5481.7,\"CommissionEarned\":63.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2140921410_0BBIGOX6E317_119445385119980\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1599.8,\"BaseFareCal\":5481.7,\"BaseFare\":3945,\"CommissionEarned\":63.1,\"TDS\":-3.32,\"MF\":10,\"YQ\":550,\"AGST\":230,\"MFT\":1.8,\"OT\":808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5481.7,\"CostToCustomer\":5481.7,\"BaseFareCal\":5481.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5481.7,\"intOfferedFare\":5481.7,\"intPublishFare\":5544.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.1,\"TripjackTDS\":\"3.32\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.1,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"121\",\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-27T16:15\",\"SegFlightNumber\":\"6E-317\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2023-11-27T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"121\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c15d9-9fa99-84b0c-c936c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T18:35:02.194\",\"strTraceId\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BBI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":3141,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100375764382\",\"bookingId_TJ\":\"TJ100375764382\",\"FlightNumber\":\"6E-317\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"strTraceId\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2023-11-27T13:55\",\"LocalFromTime\":\"2023-11-27 13:55\",\"FromUTCTime\":\"2023-11-27T13:55\",\"LocalToTime\":\"2023-11-27 16:15\",\"ToUTCTime\":\"2023-11-27T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":3141,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"BBI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5544.8,\"ApiResultIndex\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c15d9-9fa99-84b0c-c936c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-22T18:35:02.194\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3945,\"Tax\":1599.8,\"YQTax\":550,\"OtherCharges\":808,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5544.8,\"PublishedFare\":5481.7,\"OfferedFare\":5481.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1599.8,\"BaseFareCal\":5481.7,\"BaseFare\":3945,\"CommissionEarned\":63.1,\"TDS\":-3.32,\"MF\":10,\"YQ\":550,\"AGST\":230,\"MFT\":1.8,\"OT\":808,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"121\",\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-11-27T16:15\",\"SegFlightNumber\":\"6E-317\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2023-11-27T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2140921410_1BBIGOX6E317_34380502184628\",\"localFromDateTime\":\"2023-11-27 13:55\",\"localToDateTime\":\"2023-11-27 16:15\",\"strSourceAirportCode\":\"BBI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":3141,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bhubaneswar\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"BBI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Bhubaneswar, IN - Biju Patnaik Arpt BBI, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"27\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Biju Patnaik Arpt BBI\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BBI\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"BBI\",\"to\":\"GOI\",\"sourceCityText\":\"Bhubaneswar, IN - Biju Patnaik Arpt BBI, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":3141,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c15d9-9fa99-84b0c-c936c\",\"PreferredAirline\":null,\"from_city_\":\"1__BBI-GOI\"}}','2023-10-22 18:33:29'),(1315,'091b5-758dc-10a5a-c8def','{\"FlightBookingData\":[{\"bookingId\":\"DMCS101300736177\",\"bookingId_TJ\":\"TJS101300736177\",\"FlightNumber\":\"I5-740\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"apiTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-10-25T07:50\",\"LocalFromTime\":\"2023-10-25 07:50\",\"FromUTCTime\":\"2023-10-25T07:50\",\"LocalToTime\":\"2023-10-25 10:40\",\"ToUTCTime\":\"2023-10-25T10:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,722\",\"ApiResultIndex\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4442,\"Tax\":1565,\"YQTax\":0,\"OtherCharges\":863,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6007,\"PublishedFare\":5722,\"PublishedFareAgent\":5722,\"OfferedFareAgent\":5722,\"OfferedFare\":5722,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0516018398_0DELBLRI5740_150622180953217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565,\"TotalBaseFare\":6007,\"BaseFareCal\":5722,\"BaseFare\":4442,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":230,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5722,\"CostToCustomer\":5722,\"BaseFareCal\":5722,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5722,\"intOfferedFare\":5722,\"intPublishFare\":6007,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"91\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-25T10:40\",\"SegFlightNumber\":\"I5-740\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T07:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"175\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels612@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"ansul\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 01:01:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_customer\":[[\"190\"]],\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"25\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"091b5-758dc-10a5a-c8def\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 01:00:16\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"091b5-758dc-10a5a-c8def\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-25\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"091b5-758dc-10a5a-c8def\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"25 Oct Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-23 01:00:16\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS101300736177\\\",\\\"bookingId_TJ\\\":\\\"TJS101300736177\\\",\\\"FlightNumber\\\":\\\"I5-740\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"091b5-758dc-10a5a-c8def\\\",\\\"apiTraceId\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"07:50\\\",\\\"ArrivalTime\\\":\\\"10:40\\\",\\\"TravelDate\\\":\\\"2023-10-25T07:50\\\",\\\"LocalFromTime\\\":\\\"2023-10-25 07:50\\\",\\\"FromUTCTime\\\":\\\"2023-10-25T07:50\\\",\\\"LocalToTime\\\":\\\"2023-10-25 10:40\\\",\\\"ToUTCTime\\\":\\\"2023-10-25T10:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"EC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":170,\\\"DepartureDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"FlightDuration\\\":\\\"03h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,722\\\",\\\"ApiResultIndex\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4442,\\\"Tax\\\":1565,\\\"YQTax\\\":0,\\\"OtherCharges\\\":863,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":230,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6007,\\\"PublishedFare\\\":5722,\\\"PublishedFareAgent\\\":5722,\\\"OfferedFareAgent\\\":5722,\\\"OfferedFare\\\":5722,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-0516018398_0DELBLRI5740_150622180953217\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"EC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1565,\\\"TotalBaseFare\\\":6007,\\\"BaseFareCal\\\":5722,\\\"BaseFare\\\":4442,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":230,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5722,\\\"CostToCustomer\\\":5722,\\\"BaseFareCal\\\":5722,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5722,\\\"intOfferedFare\\\":5722,\\\"intPublishFare\\\":6007,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"91\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-10-25T10:40\\\",\\\"SegFlightNumber\\\":\\\"I5-740\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"EC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-25T07:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"07:50\\\",\\\"strArrivalDtTime\\\":\\\"10:40\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-24 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8290407450\",\"leadEmail\":\"krishnatravels612@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ansul\",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"krishnatravels612@gmail.com\",\"FirstName\":\"ansul\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"8290407450\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS101300736177\",\"amount\":6007,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"krishnatravels612@gmail.com\"],\"contacts\":[\"918290407450\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-23T01:04:17.606\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"160482\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"740\",\"eT\":\"320\"},\"stops\":0,\"duration\":170,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-10-25T07:50\",\"at\":\"2023-10-25T10:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BLR\":\"G2FJ4J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ansul\",\"lN\":\"agarwal\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":5722,\"TAF\":1565,\"IGST\":72,\"NCM\":285,\"BF\":4442,\"TF\":6007},\"afC\":{\"TAF\":{\"OT\":863,\"AGST\":230,\"MF\":400,\"MFT\":72},\"NCM\":{\"OT\":300,\"TDS\":-15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"898543\",\"TPSysId\":\"898544\",\"TrxId\":\"72582\",\"VersionId\":\"274294\",\"XRefBookingId\":\"DMCS101300736177\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMCS101300736177\\\",\\\"bookingId_TJ\\\":\\\"TJS101300736177\\\",\\\"FlightNumber\\\":\\\"I5-740\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"091b5-758dc-10a5a-c8def\\\",\\\"apiTraceId\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"07:50\\\",\\\"ArrivalTime\\\":\\\"10:40\\\",\\\"TravelDate\\\":\\\"2023-10-25T07:50\\\",\\\"LocalFromTime\\\":\\\"2023-10-25 07:50\\\",\\\"FromUTCTime\\\":\\\"2023-10-25T07:50\\\",\\\"LocalToTime\\\":\\\"2023-10-25 10:40\\\",\\\"ToUTCTime\\\":\\\"2023-10-25T10:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"EC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":170,\\\"DepartureDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 25 Oct\\\",\\\"FlightDuration\\\":\\\"03h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,722\\\",\\\"ApiResultIndex\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4442,\\\"Tax\\\":1565,\\\"YQTax\\\":0,\\\"OtherCharges\\\":863,\\\"Discount\\\":0,\\\"ServiceFee\\\":400,\\\"ManagementFeeTax\\\":72,\\\"AirlineGSTComponent\\\":230,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6007,\\\"PublishedFare\\\":5722,\\\"PublishedFareAgent\\\":5722,\\\"OfferedFareAgent\\\":5722,\\\"OfferedFare\\\":5722,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-0516018398_0DELBLRI5740_150622180953217\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"EC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1565,\\\"TotalBaseFare\\\":6007,\\\"BaseFareCal\\\":5722,\\\"BaseFare\\\":4442,\\\"CommissionEarned\\\":285,\\\"TDS\\\":0,\\\"MF\\\":400,\\\"YQ\\\":0,\\\"AGST\\\":230,\\\"MFT\\\":72,\\\"OT\\\":863,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":285,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5722,\\\"CostToCustomer\\\":5722,\\\"BaseFareCal\\\":5722,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5722,\\\"intOfferedFare\\\":5722,\\\"intPublishFare\\\":6007,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":285,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":285,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5722,\\\"CostToAgent\\\":5722,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"91\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-10-25T10:40\\\",\\\"SegFlightNumber\\\":\\\"I5-740\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"EC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-25T07:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"07:50\\\",\\\"strArrivalDtTime\\\":\\\"10:40\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 kg Xcess Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg Xcess Baggage\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"91\\\",\\\"Code\\\":\\\"NCCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Ghee Roast with Coconut Rice\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-0516018398_0DELBLRI5740_150596663471020\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":false,\\\"httpStatus\\\":403},\\\"errors\\\":[{\\\"errCode\\\":\\\"412\\\",\\\"message\\\":\\\"UnAuthorized Access!, The provided API key is invalid.\\\"}]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-24 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJS101300736177\\\",\\\"amount\\\":6007,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"krishnatravels612@gmail.com\\\"],\\\"contacts\\\":[\\\"918290407450\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-23T01:04:17.606\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"160482\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirAsia India\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"740\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":170,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"dt\\\":\\\"2023-10-25T07:50\\\",\\\"at\\\":\\\"2023-10-25T10:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G2FJ4J\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ansul\\\",\\\"lN\\\":\\\"agarwal\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":5722,\\\"TAF\\\":1565,\\\"IGST\\\":72,\\\"NCM\\\":285,\\\"BF\\\":4442,\\\"TF\\\":6007},\\\"afC\\\":{\\\"TAF\\\":{\\\"OT\\\":863,\\\"AGST\\\":230,\\\"MF\\\":400,\\\"MFT\\\":72},\\\"NCM\\\":{\\\"OT\\\":300,\\\"TDS\\\":-15}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-BLR\\\":\\\"G2FJ4J\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ansul\\\",\\\"lN\\\":\\\"agarwal\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5722,\\\"NetPrice\\\":5722,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5722,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Bengaluru (BLR)\",\"Amount\":4442,\"NetAmount\":5722}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMCS101300736177\",\"bookingId_TJ\":\"TJS101300736177\",\"FlightNumber\":\"I5-740\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"apiTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2023-10-25T07:50\",\"LocalFromTime\":\"2023-10-25 07:50\",\"FromUTCTime\":\"2023-10-25T07:50\",\"LocalToTime\":\"2023-10-25 10:40\",\"ToUTCTime\":\"2023-10-25T10:40\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,722\",\"ApiResultIndex\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4442,\"Tax\":1565,\"YQTax\":0,\"OtherCharges\":863,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6007,\"PublishedFare\":5722,\"PublishedFareAgent\":5722,\"OfferedFareAgent\":5722,\"OfferedFare\":5722,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0516018398_0DELBLRI5740_150622180953217\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565,\"TotalBaseFare\":6007,\"BaseFareCal\":5722,\"BaseFare\":4442,\"CommissionEarned\":285,\"TDS\":0,\"MF\":400,\"YQ\":0,\"AGST\":230,\"MFT\":72,\"OT\":863,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5722,\"CostToCustomer\":5722,\"BaseFareCal\":5722,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5722,\"intOfferedFare\":5722,\"intPublishFare\":6007,\"TripjackMarkup\":0,\"TripjackCommission\":285,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5722,\"CostToAgent\":5722,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"91\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-25T10:40\",\"SegFlightNumber\":\"I5-740\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T07:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 kg Xcess Baggage\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg Xcess Baggage\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"91\",\"Code\":\"NCCB\",\"Price\":600,\"Description\":\"Chicken Ghee Roast with Coconut Rice\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0516018398_0DELBLRI5740_150596663471020\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":403},\"errors\":[{\"errCode\":\"412\",\"message\":\"UnAuthorized Access!, The provided API key is invalid.\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels612@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"ansul\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 01:01:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"091b5-758dc-10a5a-c8def\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"25\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"091b5-758dc-10a5a-c8def\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 01:00:16\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-23 01:02:54'),(1317,'a0820-f07ed-b9dd3-7cf7c','{\"BookingData\":[{\"bookingId\":\"BKR106175787614\",\"bookingId_TJ\":\"TJ106175787614\",\"FlightNumber\":\"I5-1531\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:35\",\"ArrivalTime\":\"17:35\",\"TravelDate\":\"2023-11-02T14:35\",\"LocalFromTime\":\"2023-11-02 14:35\",\"FromUTCTime\":\"2023-11-02T14:35\",\"LocalToTime\":\"2023-11-02 17:35\",\"ToUTCTime\":\"2023-11-02T17:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5310.8,\"PublishedFareTxt\":\"5,311\",\"ApiResultIndex\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXB-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4221,\"Tax\":1089.8,\"YQTax\":0,\"OtherCharges\":1078,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5310.8,\"PublishedFare\":5182.79,\"OfferedFare\":5182.79,\"CommissionEarned\":128.01,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3145571523_0IXBBLRI51531_41096085202529\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":128.01,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1089.8,\"BaseFareCal\":5182.79,\"BaseFare\":4221,\"CommissionEarned\":128.01,\"TDS\":-6.74,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1078,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":128.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5182.79,\"CostToCustomer\":5182.79,\"BaseFareCal\":5182.79,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5182.79,\"intOfferedFare\":5182.79,\"intPublishFare\":5310.8,\"TripjackMarkup\":0,\"TripjackCommission\":128.01,\"TripjackTDS\":\"6.74\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":128.01,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"253\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T17:35\",\"SegFlightNumber\":\"I5-1531\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-02T14:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:35\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"253\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a0820-f07ed-b9dd3-7cf7c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T09:27:08.199\",\"strTraceId\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106175787614\",\"bookingId_TJ\":\"TJ106175787614\",\"FlightNumber\":\"I5-1531\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"strTraceId\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:35\",\"ArrivalTime\":\"17:35\",\"TravelDate\":\"2023-11-02T14:35\",\"LocalFromTime\":\"2023-11-02 14:35\",\"FromUTCTime\":\"2023-11-02T14:35\",\"LocalToTime\":\"2023-11-02 17:35\",\"ToUTCTime\":\"2023-11-02T17:35\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2012,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5310.8,\"ApiResultIndex\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"a0820-f07ed-b9dd3-7cf7c\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T09:27:08.199\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4221,\"Tax\":1089.8,\"YQTax\":0,\"OtherCharges\":1078,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5310.8,\"PublishedFare\":5182.79,\"OfferedFare\":5182.79,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1089.8,\"BaseFareCal\":5182.79,\"BaseFare\":4221,\"CommissionEarned\":128.01,\"TDS\":-6.74,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1078,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"253\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T17:35\",\"SegFlightNumber\":\"I5-1531\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-02T14:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:35\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3145571523_3IXBBLRI51531_9394738548044\",\"localFromDateTime\":\"2023-11-02 14:35\",\"localToDateTime\":\"2023-11-02 17:35\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":2012,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bagdogra\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"IXB\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"02\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bagdogra Arpt IXB\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXB\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"IXB\",\"to\":\"BLR\",\"sourceCityText\":\"Bagdogra, IN - Bagdogra Arpt IXB, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":2012,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a0820-f07ed-b9dd3-7cf7c\",\"PreferredAirline\":null,\"from_city_\":\"1__IXB-BLR\"}}','2023-10-23 09:25:35'),(1318,'17','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 11:29:43'),(1319,'18','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 12:18:25'),(1323,'64143-851cc-ce91a-62c23','{\"BookingData\":[{\"bookingId\":\"BKR102075815834\",\"bookingId_TJ\":\"TJ102075815834\",\"FlightNumber\":\"6E-5182\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"05:40\",\"TravelDate\":\"2023-10-30T04:15\",\"LocalFromTime\":\"2023-10-30 04:15\",\"FromUTCTime\":\"2023-10-30T04:15\",\"LocalToTime\":\"2023-10-30 05:40\",\"ToUTCTime\":\"2023-10-30T05:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2162.8,\"PublishedFareTxt\":\"2,163\",\"ApiResultIndex\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1143,\"Tax\":1019.8,\"YQTax\":300,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":77,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2162.8,\"PublishedFare\":2127.65,\"OfferedFare\":2127.65,\"CommissionEarned\":35.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.85,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8873816191_0AMDBOM6E5182_15095325331630\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":35.15,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1019.8,\"BaseFareCal\":2127.65,\"BaseFare\":1143,\"CommissionEarned\":35.15,\"TDS\":-1.85,\"MF\":10,\"YQ\":300,\"AGST\":77,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":35.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2127.65,\"CostToCustomer\":2127.65,\"BaseFareCal\":2127.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2127.65,\"intOfferedFare\":2127.65,\"intPublishFare\":2162.8,\"TripjackMarkup\":0,\"TripjackCommission\":35.15,\"TripjackTDS\":\"1.85\",\"AddiMarkup\":0,\"CommisionPass\":35.15,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"856\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-30T05:40\",\"SegFlightNumber\":\"6E-5182\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-30T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"05:40\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"64143-851cc-ce91a-62c23\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T14:13:32.934\",\"strTraceId\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102075815834\",\"bookingId_TJ\":\"TJ102075815834\",\"FlightNumber\":\"6E-5182\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"strTraceId\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"05:40\",\"TravelDate\":\"2023-10-30T04:15\",\"LocalFromTime\":\"2023-10-30 04:15\",\"FromUTCTime\":\"2023-10-30T04:15\",\"LocalToTime\":\"2023-10-30 05:40\",\"ToUTCTime\":\"2023-10-30T05:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2162.8,\"ApiResultIndex\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"64143-851cc-ce91a-62c23\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T14:13:32.934\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1143,\"Tax\":1019.8,\"YQTax\":300,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":77,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2162.8,\"PublishedFare\":2127.65,\"OfferedFare\":2127.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1019.8,\"BaseFareCal\":2127.65,\"BaseFare\":1143,\"CommissionEarned\":35.15,\"TDS\":-1.85,\"MF\":10,\"YQ\":300,\"AGST\":77,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"856\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-30T05:40\",\"SegFlightNumber\":\"6E-5182\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-30T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"05:40\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8873816191_0AMDBOM6E5182_26341697079989\",\"localFromDateTime\":\"2023-10-30 04:15\",\"localToDateTime\":\"2023-10-30 05:40\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"30\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"AMD\",\"to\":\"BOM\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":296,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"64143-851cc-ce91a-62c23\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BOM\"}}','2023-10-23 14:12:00'),(1324,'19','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 14:13:17'),(1325,'20','{\"_sessiondata\":{\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"UserSysId\":\"100604\",\"CustomerSysId\":\"520968\",\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"SALES\",\"LastName\":\"DEPARTMENT\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9116005779\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"149CD0EE-D960-4FE8-8129-2080EA6FA418\",\"Address\":\"PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 15:08:09'),(1327,'2fd69-a7ebb-85be0-9d13d','{\"BookingData\":[{\"bookingId\":\"BKR104175822062\",\"bookingId_TJ\":\"TJ104175822062\",\"FlightNumber\":\"6E-952\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-11-01T22:15\",\"LocalFromTime\":\"2023-11-01 22:15\",\"FromUTCTime\":\"2023-11-01T22:15\",\"LocalToTime\":\"2023-11-02 00:40\",\"ToUTCTime\":\"2023-11-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5760.8,\"PublishedFareTxt\":\"5,761\",\"ApiResultIndex\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3995,\"Tax\":1765.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5760.8,\"PublishedFare\":5697.2,\"OfferedFare\":5697.2,\"CommissionEarned\":63.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.35,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5903530985_0BLRCCU6E952_17672812386187\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.6,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1765.8,\"BaseFareCal\":5697.2,\"BaseFare\":3995,\"CommissionEarned\":63.6,\"TDS\":-3.35,\"MF\":10,\"YQ\":650,\"AGST\":237,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5697.2,\"CostToCustomer\":5697.2,\"BaseFareCal\":5697.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5697.2,\"intOfferedFare\":5697.2,\"intPublishFare\":5760.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.6,\"TripjackTDS\":\"3.35\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"428\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T00:40\",\"SegFlightNumber\":\"6E-952\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-01T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2fd69-a7ebb-85be0-9d13d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T15:12:52.210\",\"strTraceId\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104175822062\",\"bookingId_TJ\":\"TJ104175822062\",\"FlightNumber\":\"6E-952\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"strTraceId\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-11-01T22:15\",\"LocalFromTime\":\"2023-11-01 22:15\",\"FromUTCTime\":\"2023-11-01T22:15\",\"LocalToTime\":\"2023-11-02 00:40\",\"ToUTCTime\":\"2023-11-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5760.8,\"ApiResultIndex\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"2fd69-a7ebb-85be0-9d13d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T15:12:52.210\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3995,\"Tax\":1765.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5760.8,\"PublishedFare\":5697.2,\"OfferedFare\":5697.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1765.8,\"BaseFareCal\":5697.2,\"BaseFare\":3995,\"CommissionEarned\":63.6,\"TDS\":-3.35,\"MF\":10,\"YQ\":650,\"AGST\":237,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"428\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T00:40\",\"SegFlightNumber\":\"6E-952\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-01T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5903530985_0BLRCCU6E952_15846725789955\",\"localFromDateTime\":\"2023-11-01 22:15\",\"localToDateTime\":\"2023-11-02 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"01\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BLR\",\"to\":\"CCU\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":2262,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"2fd69-a7ebb-85be0-9d13d\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-CCU\"}}','2023-10-23 15:11:19'),(1329,'4aae2-2ad8e-2f3b7-fef49','{\"BookingData\":[{\"bookingId\":\"BKR103875823524\",\"bookingId_TJ\":\"TJ103875823524\",\"FlightNumber\":\"6E-5046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-10-24T10:35\",\"LocalFromTime\":\"2023-10-24 10:35\",\"FromUTCTime\":\"2023-10-24T10:35\",\"LocalToTime\":\"2023-10-24 12:05\",\"ToUTCTime\":\"2023-10-24T12:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":3139,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BHO\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5423.8,\"PublishedFareTxt\":\"5,424\",\"ApiResultIndex\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BHO-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3670,\"Tax\":1753.8,\"YQTax\":400,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":209,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5423.8,\"PublishedFare\":5363.44,\"OfferedFare\":5363.44,\"CommissionEarned\":60.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5185251520_0BHOBOM6E5046_104954286069986\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":60.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1753.8,\"BaseFareCal\":5363.44,\"BaseFare\":3670,\"CommissionEarned\":60.36,\"TDS\":-3.18,\"MF\":10,\"YQ\":400,\"AGST\":209,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":60.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5363.44,\"CostToCustomer\":5363.44,\"BaseFareCal\":5363.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5363.44,\"intOfferedFare\":5363.44,\"intPublishFare\":5423.8,\"TripjackMarkup\":0,\"TripjackCommission\":60.36,\"TripjackTDS\":\"3.18\",\"AddiMarkup\":0,\"CommisionPass\":60.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"895\",\"originAirportName\":\"Raja Bhoj Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bhopal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-24T12:05\",\"SegFlightNumber\":\"6E-5046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BHO\",\"originDepTime\":\"2023-10-24T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4aae2-2ad8e-2f3b7-fef49\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T15:27:28.612\",\"strTraceId\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BHO\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":3139,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103875823524\",\"bookingId_TJ\":\"TJ103875823524\",\"FlightNumber\":\"6E-5046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"strTraceId\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-10-24T10:35\",\"LocalFromTime\":\"2023-10-24 10:35\",\"FromUTCTime\":\"2023-10-24T10:35\",\"LocalToTime\":\"2023-10-24 12:05\",\"ToUTCTime\":\"2023-10-24T12:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":3139,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BHO\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5423.8,\"ApiResultIndex\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4aae2-2ad8e-2f3b7-fef49\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T15:27:28.612\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3670,\"Tax\":1753.8,\"YQTax\":400,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":209,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5423.8,\"PublishedFare\":5363.44,\"OfferedFare\":5363.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1753.8,\"BaseFareCal\":5363.44,\"BaseFare\":3670,\"CommissionEarned\":60.36,\"TDS\":-3.18,\"MF\":10,\"YQ\":400,\"AGST\":209,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"895\",\"originAirportName\":\"Raja Bhoj Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bhopal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-24T12:05\",\"SegFlightNumber\":\"6E-5046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BHO\",\"originDepTime\":\"2023-10-24T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5185251520_0BHOBOM6E5046_20630520551638\",\"localFromDateTime\":\"2023-10-24 10:35\",\"localToDateTime\":\"2023-10-24 12:05\",\"strSourceAirportCode\":\"BHO\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":3139,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bhopal\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BHO\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"24\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Raja Bhoj Arpt BHO\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BHO\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"BHO\",\"to\":\"BOM\",\"sourceCityText\":\"Bhopal, IN - Raja Bhoj Arpt BHO, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":3139,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4aae2-2ad8e-2f3b7-fef49\",\"PreferredAirline\":null,\"from_city_\":\"1__BHO-BOM\"}}','2023-10-23 15:25:55'),(1330,'21','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 15:28:17'),(1331,'22','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 15:51:36'),(1332,'23','{\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"105\",\"RefrenceNo\":\"123456\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 15:54:48'),(1333,'24','{\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"105\",\"RefrenceNo\":\"123456\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 15:58:28'),(1341,'25','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 16:02:17'),(1343,'9bc66-24497-a4d01-243c1','{\"FlightBookingData\":[{\"bookingId\":\"DMC104975827431\",\"bookingId_TJ\":\"TJ104975827431\",\"FlightNumber\":\"SG-8536\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9bc66-24497-a4d01-243c1\",\"apiTraceId\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-13T06:15\",\"LocalFromTime\":\"2023-11-13 06:15\",\"FromUTCTime\":\"2023-11-13T06:15\",\"LocalToTime\":\"2023-11-13 09:20\",\"ToUTCTime\":\"2023-11-13T09:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,087\",\"ApiResultIndex\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6086.8,\"PublishedFare\":6086.8,\"PublishedFareAgent\":6086.8,\"OfferedFareAgent\":6086.8,\"OfferedFare\":6086.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3164071719_0DELBLRSG8536_66057320850733\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":6086.8,\"BaseFareCal\":6086.8,\"BaseFare\":5850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6086.8,\"CostToCustomer\":6086.8,\"BaseFareCal\":6086.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6086.8,\"intOfferedFare\":6086.8,\"intPublishFare\":6086.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-13T09:20\",\"SegFlightNumber\":\"SG-8536\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-13T06:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-3164071719_0DELBLRSG8536_16334865808262\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"177\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 16:02:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"104\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 16:02:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9bc66-24497-a4d01-243c1\",\"modified\":\"2023-10-23 16:02:09\",\"created\":\"2023-10-23 16:02:09\",\"CustomerMemberSysId\":\"104\"}],\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"104\"],\"flight_booking_customer\":[[\"192\"]],\"SearchTraceId\":\"9bc66-24497-a4d01-243c1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"13\\/11\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9bc66-24497-a4d01-243c1\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"13 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 16:01:02\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9bc66-24497-a4d01-243c1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-13\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9bc66-24497-a4d01-243c1\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"13 Nov Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-23 16:01:02\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104975827431\\\",\\\"bookingId_TJ\\\":\\\"TJ104975827431\\\",\\\"FlightNumber\\\":\\\"SG-8536\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"9bc66-24497-a4d01-243c1\\\",\\\"apiTraceId\\\":\\\"11-3164071719_0DELBLRSG8536_16334865808262\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:15\\\",\\\"ArrivalTime\\\":\\\"09:20\\\",\\\"TravelDate\\\":\\\"2023-11-13T06:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-13 06:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-13T06:15\\\",\\\"LocalToTime\\\":\\\"2023-11-13 09:20\\\",\\\"ToUTCTime\\\":\\\"2023-11-13T09:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":185,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"FlightDuration\\\":\\\"03h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,087\\\",\\\"ApiResultIndex\\\":\\\"11-3164071719_0DELBLRSG8536_16334865808262\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5850,\\\"Tax\\\":236.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":225,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6086.8,\\\"PublishedFare\\\":6086.8,\\\"PublishedFareAgent\\\":6086.8,\\\"OfferedFareAgent\\\":6086.8,\\\"OfferedFare\\\":6086.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3164071719_0DELBLRSG8536_66057320850733\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6086.8,\\\"CostToAgent\\\":6086.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":236.8,\\\"TotalBaseFare\\\":6086.8,\\\"BaseFareCal\\\":6086.8,\\\"BaseFare\\\":5850,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":225,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6086.8,\\\"CostToAgent\\\":6086.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6086.8,\\\"CostToCustomer\\\":6086.8,\\\"BaseFareCal\\\":6086.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6086.8,\\\"intOfferedFare\\\":6086.8,\\\"intPublishFare\\\":6086.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6086.8,\\\"CostToAgent\\\":6086.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"726\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-11-13T09:20\\\",\\\"SegFlightNumber\\\":\\\"SG-8536\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-11-13T06:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":185,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"06:15\\\",\\\"strArrivalDtTime\\\":\\\"09:20\\\",\\\"FlightDuration\\\":\\\"3h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-3164071719_0DELBLRSG8536_16334865808262\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-12 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"nehakumari@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"84\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"rahul\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97238\",\"Salutation\":\"1\",\"EmailId\":\"nehakumari@catpl.co.in\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"84\",\"EmailId\":\"nehakumari@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8923963627\",\"FirstName\":\"rahul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 16:02:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9bc66-24497-a4d01-243c1\",\"modified\":\"2023-10-23 16:02:09\",\"created\":\"2023-10-23 16:02:09\",\"MobileNo\":\"8923963627\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"nehakumari@catpl.co.in\",\"UserSysId\":\"100234\",\"CustomerSysId\":\"519607\",\"AgencySysId\":\"97238\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic technology\",\"AgencyCode\":\"863686.1344241761341E109\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99730906-5F33-4C89-8843-850162D3DDB1\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-10-23 16:02:49'),(1344,'26','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"25000\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-23 16:03:01'),(1345,'b5986-68276-2922d-b81ae','{\"BookingData\":[{\"FlightNumber\":\"6E-5369\",\"keyIndex\":33,\"SegFlightNumberArr\":\"6E-5369 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0570667845_1PNQDEL6E5369DELIXC6E2175_23684096878467\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-11-14T21:20\",\"LocalFromTime\":\"2023-11-14 21:20\",\"FromUTCTime\":\"2023-11-14T21:20\",\"LocalToTime\":\"2023-11-15 08:35\",\"ToUTCTime\":\"2023-11-15T08:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"22238\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":22458,\"PublishedFareTxt\":\"22,458\",\"ApiResultIndex\":\"5-0570667845_1PNQDEL6E5369DELIXC6E2175_23684096878467\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"b5986-68276-2922d-b81ae\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16599,\"Tax\":6095.4,\"YQTax\":2550,\"OtherCharges\":2529,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":981,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22694.4,\"PublishedFare\":22458,\"PublishedFarePerPax\":7486,\"OfferedFare\":22457.579999999998,\"CommissionEarned\":236.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.450000000000001,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0570667845_1PNQDEL6E5369DELIXC6E2175_23684096878467\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":236.82,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"PNQ-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6095.4,\"BaseFareCal\":22457.58,\"BaseFare\":16599,\"CommissionEarned\":236.82,\"TDS\":-12.450000000000001,\"MF\":30,\"YQ\":2550,\"AGST\":981,\"MFT\":5.4,\"OT\":2529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02A\"},\"Segments\":[{\"segmentid\":\"393\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T23:40\",\"SegFlightNumber\":\"6E-5369\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-11-14T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"394\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-11-15T08:35\",\"SegFlightNumber\":\"6E-2175\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-15T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"25001-30000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00G\"},{\"keyIndex\":26,\"FlightNumber\":\"6E-7461\",\"SegFlightNumberArr\":\"6E-7461 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-11-19T15:45\",\"LocalFromTime\":\"2023-11-19 15:45\",\"FromUTCTime\":\"2023-11-19T15:45\",\"LocalToTime\":\"2023-11-19 23:20\",\"ToUTCTime\":\"2023-11-19T23:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":270,\"LAYOVERDuration\":\"4h 30m\",\"FlyingMinutes\":455,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"7h 35m\",\"SourcePlaceSysId\":\"22238\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":33851,\"PublishedFareTxt\":\"33,850\",\"ApiResultIndex\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625059\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"b5986-68276-2922d-b81ae\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24570,\"Tax\":9596.400000000001,\"YQTax\":0,\"OtherCharges\":9561,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":34166.399999999994,\"PublishedFare\":33851,\"PublishedFarePerPax\":11284,\"OfferedFare\":33850.05,\"CommissionEarned\":316.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":9596.400000000001,\"BaseFareCal\":33850.05,\"BaseFare\":24570,\"CommissionEarned\":316.35,\"TDS\":-16.65,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":9561,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXC-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0ID\"},\"Segments\":[{\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-19T17:05\",\"SegFlightNumber\":\"6E-7461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-11-19T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":270,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 30m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-19T23:20\",\"SegFlightNumber\":\"6E-6116\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01A\"}],\"FlightBookingDataInbound\":{\"keyIndex\":26,\"FlightNumber\":\"6E-7461\",\"SegFlightNumberArr\":\"6E-7461 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2023-11-19T15:45\",\"LocalFromTime\":\"2023-11-19 15:45\",\"FromUTCTime\":\"2023-11-19T15:45\",\"LocalToTime\":\"2023-11-19 23:20\",\"ToUTCTime\":\"2023-11-19T23:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":270,\"LAYOVERDuration\":\"4h 30m\",\"FlyingMinutes\":455,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"7h 35m\",\"SourcePlaceSysId\":\"22238\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":33851,\"PublishedFareTxt\":\"33,850\",\"ApiResultIndex\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625059\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"b5986-68276-2922d-b81ae\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24570,\"Tax\":9596.400000000001,\"YQTax\":0,\"OtherCharges\":9561,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":34166.399999999994,\"PublishedFare\":33851,\"PublishedFarePerPax\":11284,\"OfferedFare\":33850.05,\"CommissionEarned\":316.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0570667845_2IXCJAI6E7461JAIPNQ6E6116_23684096625333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":9596.400000000001,\"BaseFareCal\":33850.05,\"BaseFare\":24570,\"CommissionEarned\":316.35,\"TDS\":-16.65,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":9561,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"IXC-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0ID\"},\"Segments\":[{\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-19T17:05\",\"SegFlightNumber\":\"6E-7461\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-11-19T15:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":270,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 30m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-19T23:20\",\"SegFlightNumber\":\"6E-6116\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-19T21:35\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01A\"}}','2023-10-23 18:05:00'),(1346,'234c9-4c2cb-3e97a-86a42','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"GOA (INDIA)\",\"check_in\":\"25\\/10\\/2023\",\"check_out\":\"27\\/10\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"12\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"10576\",\"TBBCityId\":\"699356\",\"destination\":\"GOA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"1\",\"totinfnt\":\"1\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 3},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 1},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"1\",\"ChildAge\":[\"12\"]}],\"TBOdata\":{\"CheckInDate\":\"25\\/10\\/2023\",\"NoOfNights\":2,\"CityId\":\"699356\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"1\",\"ChildAge\":[\"12\"]}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-25\",\"checkoutDate\":\"2023-10-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"1\",\"childAge\":[\"12\"]}],\"searchCriteria\":{\"city\":\"699356\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":2,\"strCheckin\":\"2023-10-25\",\"strCheckout\":\"2023-10-27\",\"SearchHotelTraceId\":\"234c9-4c2cb-3e97a-86a42\",\"interNationalSearch\":false,\"searchIds\":\"hsid2794626501\"}','2023-10-23 18:08:08'),(1348,'5e08e-30892-8c510-b8827','{\"BookingData\":[{\"bookingId\":\"BKR107575842281\",\"bookingId_TJ\":\"TJ107575842281\",\"FlightNumber\":\"6E-5369\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-11-14T21:20\",\"LocalFromTime\":\"2023-11-14 21:20\",\"FromUTCTime\":\"2023-11-14T21:20\",\"LocalToTime\":\"2023-11-15 08:35\",\"ToUTCTime\":\"2023-11-15T08:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":5765,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23426.4,\"PublishedFareTxt\":\"23,426\",\"ApiResultIndex\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-IXC\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":17298,\"Tax\":6128.4,\"YQTax\":2550,\"OtherCharges\":2529,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1014,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23426.4,\"PublishedFare\":23182.59,\"OfferedFare\":23182.59,\"CommissionEarned\":243.81,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.809999999999999,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_112608227111694\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":243.81,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6128.4,\"BaseFareCal\":23182.59,\"BaseFare\":17298,\"CommissionEarned\":243.81,\"TDS\":-12.809999999999999,\"MF\":30,\"YQ\":2550,\"AGST\":1014,\"MFT\":5.4,\"OT\":2529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":243.81,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":23182.59,\"CostToCustomer\":23182.59,\"BaseFareCal\":23182.59,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":23182.59,\"intOfferedFare\":23182.59,\"intPublishFare\":23426.4,\"TripjackMarkup\":0,\"TripjackCommission\":243.81,\"TripjackTDS\":\"12.81\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":243.81,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"217\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T23:40\",\"SegFlightNumber\":\"6E-5369\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-11-14T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"218\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-11-15T08:35\",\"SegFlightNumber\":\"6E-2175\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-15T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"217\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5e08e-30892-8c510-b8827\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:18:55.540\",\"strTraceId\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":3,\"intSourceCityId\":22238,\"intDestinationCityId\":5765,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107575842281\",\"bookingId_TJ\":\"TJ107575842281\",\"FlightNumber\":\"6E-5369\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"strTraceId\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-11-14T21:20\",\"LocalFromTime\":\"2023-11-14 21:20\",\"FromUTCTime\":\"2023-11-14T21:20\",\"LocalToTime\":\"2023-11-15 08:35\",\"ToUTCTime\":\"2023-11-15T08:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":5765,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23426.4,\"ApiResultIndex\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5e08e-30892-8c510-b8827\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:18:55.540\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":17298,\"Tax\":6128.4,\"YQTax\":2550,\"OtherCharges\":2529,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1014,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23426.4,\"PublishedFare\":23182.59,\"OfferedFare\":23182.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6128.4,\"BaseFareCal\":23182.59,\"BaseFare\":17298,\"CommissionEarned\":243.81,\"TDS\":-12.809999999999999,\"MF\":30,\"YQ\":2550,\"AGST\":1014,\"MFT\":5.4,\"OT\":2529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"217\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-14T23:40\",\"SegFlightNumber\":\"6E-5369\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-11-14T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"218\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-11-15T08:35\",\"SegFlightNumber\":\"6E-2175\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-15T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7964676040_0PNQDEL6E5369DELIXC6E2175_74087933273403\",\"localFromDateTime\":\"2023-11-14 21:20\",\"localToDateTime\":\"2023-11-15 08:35\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":3,\"intSourceCityId\":22238,\"intDestinationCityId\":5765,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Pune\",\"mytrip_city_to\":\"Chandigarh\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"PNQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXC\",\"ContSysId\":\"101\",\"source\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destination\":\"Chandigarh, IN - Chandigarh Arpt IXC, India\",\"departure_date\":\"14\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"to_mytrip_city\":\" IN - Chandigarh Arpt IXC\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PNQ\",\"destinationCityAirportCode\":\"IXC\",\"from\":\"PNQ\",\"to\":\"IXC\",\"sourceCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destinationCityText\":\"Chandigarh, IN - Chandigarh Arpt IXC, India\",\"sourceCityId\":22238,\"destinationCityId\":5765,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5e08e-30892-8c510-b8827\",\"PreferredAirline\":null,\"from_city_\":\"1__PNQ-IXC\"}}','2023-10-23 18:17:22'),(1349,'ed32a-f3b95-b5f64-65d5e','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"GUWAHATI (INDIA)\",\"check_in\":\"25\\/10\\/2023\",\"check_out\":\"26\\/10\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"11240\",\"TBBCityId\":\"739555\",\"destination\":\"GUWAHATI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"25\\/10\\/2023\",\"NoOfNights\":1,\"CityId\":\"739555\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-25\",\"checkoutDate\":\"2023-10-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739555\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-10-25\",\"strCheckout\":\"2023-10-26\",\"SearchHotelTraceId\":\"ed32a-f3b95-b5f64-65d5e\",\"interNationalSearch\":false,\"searchIds\":\"hsid3003889527\"}','2023-10-23 18:20:22'),(1350,'a5ca7-15b84-a0235-43410','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"GUWAHATI (INDIA)\",\"check_in\":\"25\\/10\\/2023\",\"check_out\":\"26\\/10\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"11240\",\"TBBCityId\":\"739555\",\"destination\":\"GUWAHATI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"25\\/10\\/2023\",\"NoOfNights\":1,\"CityId\":\"739555\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-25\",\"checkoutDate\":\"2023-10-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739555\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-10-25\",\"strCheckout\":\"2023-10-26\",\"SearchHotelTraceId\":\"a5ca7-15b84-a0235-43410\",\"interNationalSearch\":false,\"searchIds\":\"hsid6699613901\"}','2023-10-23 18:20:28'),(1352,'bf1ef-ea84a-67e35-399e1','{\"BookingData\":[{\"bookingId\":\"BKR106975843090\",\"bookingId_TJ\":\"TJ106975843090\",\"FlightNumber\":\"6E-2274\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-11-20T13:35\",\"LocalFromTime\":\"2023-11-20 13:35\",\"FromUTCTime\":\"2023-11-20T13:35\",\"LocalToTime\":\"2023-11-20 15:40\",\"ToUTCTime\":\"2023-11-20T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":26510.399999999998,\"PublishedFareTxt\":\"26,510\",\"ApiResultIndex\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25200,\"Tax\":1310.4,\"YQTax\":0,\"OtherCharges\":1275,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26510.399999999998,\"PublishedFare\":26510.4,\"OfferedFare\":26510.399999999998,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5407979343_0DELPNQ6E2274_22930935725396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1310.4,\"BaseFareCal\":26510.4,\"BaseFare\":25200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":1275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":26510.4,\"CostToCustomer\":26510.4,\"BaseFareCal\":26510.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":26510.4,\"intOfferedFare\":26510.399999999998,\"intPublishFare\":26510.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"943\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-20T15:40\",\"SegFlightNumber\":\"6E-2274\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-20T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bf1ef-ea84a-67e35-399e1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:26:03.259\",\"strTraceId\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106975843090\",\"bookingId_TJ\":\"TJ106975843090\",\"FlightNumber\":\"6E-2274\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"strTraceId\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-11-20T13:35\",\"LocalFromTime\":\"2023-11-20 13:35\",\"FromUTCTime\":\"2023-11-20T13:35\",\"LocalToTime\":\"2023-11-20 15:40\",\"ToUTCTime\":\"2023-11-20T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":26510.399999999998,\"ApiResultIndex\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bf1ef-ea84a-67e35-399e1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:26:03.259\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":25200,\"Tax\":1310.4,\"YQTax\":0,\"OtherCharges\":1275,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26510.399999999998,\"PublishedFare\":26510.4,\"OfferedFare\":26510.399999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1310.4,\"BaseFareCal\":26510.4,\"BaseFare\":25200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":1275,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"943\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-20T15:40\",\"SegFlightNumber\":\"6E-2274\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-20T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-5407979343_2DELPNQ6E2274_120088841804603\",\"localFromDateTime\":\"2023-11-20 13:35\",\"localToDateTime\":\"2023-11-20 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Pune\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"departure_date\":\"20\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bf1ef-ea84a-67e35-399e1\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-PNQ\"}}','2023-10-23 18:24:30');
INSERT INTO `tbl_temp_data` VALUES (1354,'9dcfd-aecc6-5615c-283f7','{\"BookingData\":[{\"bookingId\":\"BKR103975844666\",\"bookingId_TJ\":\"TJ103975844666\",\"FlightNumber\":\"6E-2382\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-12-23T16:00\",\"LocalFromTime\":\"2023-12-23 16:00\",\"FromUTCTime\":\"2023-12-23T16:00\",\"LocalToTime\":\"2023-12-23 19:20\",\"ToUTCTime\":\"2023-12-23T19:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Sat, 23 Dec\",\"ArrivalDateTxt\":\"Sat, 23 Dec\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":14275,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11176.8,\"PublishedFareTxt\":\"11,177\",\"ApiResultIndex\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"COK-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9400,\"Tax\":1776.8,\"YQTax\":650,\"OtherCharges\":607,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":508,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11176.8,\"PublishedFare\":11059.28,\"OfferedFare\":11059.28,\"CommissionEarned\":117.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.18,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7976743620_0COKDEL6E2382_35550534576380\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":117.52,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1776.8,\"BaseFareCal\":11059.28,\"BaseFare\":9400,\"CommissionEarned\":117.52,\"TDS\":-6.18,\"MF\":10,\"YQ\":650,\"AGST\":508,\"MFT\":1.8,\"OT\":607,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":117.52,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11059.28,\"CostToCustomer\":11059.28,\"BaseFareCal\":11059.28,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11059.28,\"intOfferedFare\":11059.28,\"intPublishFare\":11176.8,\"TripjackMarkup\":0,\"TripjackCommission\":117.52,\"TripjackTDS\":\"6.18\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":117.52,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"614\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-23T19:20\",\"SegFlightNumber\":\"6E-2382\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-12-23T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"614\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9dcfd-aecc6-5615c-283f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:40:51.987\",\"strTraceId\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14275,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103975844666\",\"bookingId_TJ\":\"TJ103975844666\",\"FlightNumber\":\"6E-2382\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"strTraceId\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2023-12-23T16:00\",\"LocalFromTime\":\"2023-12-23 16:00\",\"FromUTCTime\":\"2023-12-23T16:00\",\"LocalToTime\":\"2023-12-23 19:20\",\"ToUTCTime\":\"2023-12-23T19:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Sat, 23 Dec\",\"ArrivalDateTxt\":\"Sat, 23 Dec\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":14275,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11176.8,\"ApiResultIndex\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9dcfd-aecc6-5615c-283f7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T18:40:51.987\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9400,\"Tax\":1776.8,\"YQTax\":650,\"OtherCharges\":607,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":508,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11176.8,\"PublishedFare\":11059.28,\"OfferedFare\":11059.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1776.8,\"BaseFareCal\":11059.28,\"BaseFare\":9400,\"CommissionEarned\":117.52,\"TDS\":-6.18,\"MF\":10,\"YQ\":650,\"AGST\":508,\"MFT\":1.8,\"OT\":607,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"614\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-23T19:20\",\"SegFlightNumber\":\"6E-2382\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2023-12-23T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7976743620_2COKDEL6E2382_115422857069027\",\"localFromDateTime\":\"2023-12-23 16:00\",\"localToDateTime\":\"2023-12-23 19:20\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":14275,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kochi\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"COK\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"23\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Cochin Internation Arpt COK\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"COK\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"COK\",\"to\":\"DEL\",\"sourceCityText\":\"Kochi, IN - Cochin Internation Arpt COK, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":14275,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9dcfd-aecc6-5615c-283f7\",\"PreferredAirline\":null,\"from_city_\":\"1__COK-DEL\"}}','2023-10-23 18:39:19'),(1360,'6e6dc-1104a-d1755-92fd5','{\"FlightBookingData\":[{\"bookingId\":\"DMC102175845194\",\"bookingId_TJ\":\"TJ102175845194\",\"FlightNumber\":\"6E-994\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6e6dc-1104a-d1755-92fd5\",\"apiTraceId\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2023-10-24T15:10\",\"LocalFromTime\":\"2023-10-24 15:10\",\"FromUTCTime\":\"2023-10-24T15:10\",\"LocalToTime\":\"2023-10-24 16:10\",\"ToUTCTime\":\"2023-10-24T16:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"229\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,366\",\"ApiResultIndex\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2090,\"Tax\":1320.8,\"YQTax\":300,\"OtherCharges\":1009,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3366.21,\"PublishedFareAgent\":3366.21,\"OfferedFareAgent\":3366.21,\"OfferedFare\":3366.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2140321661_0CCUIXA6E994_27588009452947\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1320.8,\"TotalBaseFare\":3410.8,\"BaseFareCal\":3366.21,\"BaseFare\":2090,\"CommissionEarned\":44.59,\"TDS\":0,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1009,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-IXA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3366.21,\"CostToCustomer\":3366.21,\"BaseFareCal\":3366.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3366.21,\"intOfferedFare\":3366.21,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.59,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"930\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Singerbhil Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Agartala\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXA\",\"destinationArrTime\":\"2023-10-24T16:10\",\"SegFlightNumber\":\"6E-994\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-24T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2140321661_0CCUIXA6E994_33542925234413\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXA\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"229\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"179\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97527\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"diptachakraborty540@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9366588935\",\"FirstName\":\"Akash\",\"LastName\":\"Chakraborty\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97527\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 18:45:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"95\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"95\",\"CustomerMemSysId\":[\"95\"],\"flight_booking_customer\":[[\"194\"]],\"SearchTraceId\":\"6e6dc-1104a-d1755-92fd5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Agartala (IXA)\",\"DEL\"],\"departure_date\":[\"24\\/10\\/2023\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXA\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Singerbhil Arpt (IXA)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Agartala (IXA)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[229],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6e6dc-1104a-d1755-92fd5\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"IXA\"],\"from\":[\"CCU\"],\"to\":[\"IXA\"],\"Fromlabel\":[\"Kolkata\"],\"Tolabel\":[\"Agartala\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"24 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 18:41:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6e6dc-1104a-d1755-92fd5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_des\\\":[\\\"Agartala (IXA)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXA\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Agartala, IN - Singerbhil Arpt (IXA), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Singerbhil Arpt (IXA)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_city\\\":[\\\"Agartala (IXA)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[229],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6e6dc-1104a-d1755-92fd5\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXA\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"IXA\\\"],\\\"Fromlabel\\\":[\\\"Kolkata\\\"],\\\"Tolabel\\\":[\\\"Agartala\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destinationCityText\\\":[\\\"Agartala, IN - Singerbhil Arpt (IXA), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"24 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-23 18:41:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102175845194\\\",\\\"bookingId_TJ\\\":\\\"TJ102175845194\\\",\\\"FlightNumber\\\":\\\"6E-994\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"6e6dc-1104a-d1755-92fd5\\\",\\\"apiTraceId\\\":\\\"5-2140321661_0CCUIXA6E994_33542925234413\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"15:10\\\",\\\"ArrivalTime\\\":\\\"16:10\\\",\\\"TravelDate\\\":\\\"2023-10-24T15:10\\\",\\\"LocalFromTime\\\":\\\"2023-10-24 15:10\\\",\\\"FromUTCTime\\\":\\\"2023-10-24T15:10\\\",\\\"LocalToTime\\\":\\\"2023-10-24 16:10\\\",\\\"ToUTCTime\\\":\\\"2023-10-24T16:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":60,\\\"DepartureDateTxt\\\":\\\"Tue, 24 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 24 Oct\\\",\\\"FlightDuration\\\":\\\"01h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"229\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"IXA\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,366\\\",\\\"ApiResultIndex\\\":\\\"5-2140321661_0CCUIXA6E994_33542925234413\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2090,\\\"Tax\\\":1320.8,\\\"YQTax\\\":300,\\\"OtherCharges\\\":1009,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3410.8,\\\"PublishedFare\\\":3366.21,\\\"PublishedFareAgent\\\":3366.21,\\\"OfferedFareAgent\\\":3366.21,\\\"OfferedFare\\\":3366.21,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-2140321661_0CCUIXA6E994_27588009452947\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":44.59,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3366.21,\\\"CostToAgent\\\":3366.21,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1320.8,\\\"TotalBaseFare\\\":3410.8,\\\"BaseFareCal\\\":3366.21,\\\"BaseFare\\\":2090,\\\"CommissionEarned\\\":44.59,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":300,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":1009,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":44.59,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3366.21,\\\"CostToAgent\\\":3366.21,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"CCU-IXA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":44.59,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3366.21,\\\"CostToCustomer\\\":3366.21,\\\"BaseFareCal\\\":3366.21,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3366.21,\\\"intOfferedFare\\\":3366.21,\\\"intPublishFare\\\":3410.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":44.59,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":44.59,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3366.21,\\\"CostToAgent\\\":3366.21,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"930\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Singerbhil Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Agartala\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXA\\\",\\\"destinationArrTime\\\":\\\"2023-10-24T16:10\\\",\\\"SegFlightNumber\\\":\\\"6E-994\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2023-10-24T15:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":60,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"15:10\\\",\\\"strArrivalDtTime\\\":\\\"16:10\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-2140321661_0CCUIXA6E994_33542925234413\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-IXA\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"IXA\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"229\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"930\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9366588935\",\"leadEmail\":\"diptachakraborty540@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Akash\",\"passenger-lastname-1\":\"Chakraborty\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Agartala\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"229\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97527\",\"Salutation\":\"1\",\"EmailId\":\"diptachakraborty540@gmail.com\",\"FirstName\":\"Akash\",\"LastName\":\"Chakraborty\",\"CountryCode\":\"91\",\"MobileNo\":\"9366588935\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"diptachakraborty540@gmail.com\",\"UserSysId\":\"100524\",\"CustomerSysId\":\"520691\",\"AgencySysId\":\"97527\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Dipta\",\"LastName\":\"Chakraborty\",\"Password_cu\":\"\",\"AgencyName\":\"Dream to fly travel agency\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9366588935\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BA4220DC-B169-40F3-B57E-514FC15E92A2\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0}','2023-10-23 18:45:43'),(1362,'f9028-0f075-3b429-0c4d9','{\"BookingData\":[{\"bookingId\":\"BKR104775851214\",\"bookingId_TJ\":\"TJ104775851214\",\"FlightNumber\":\"I5-1543\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-12-03T12:10\",\"LocalFromTime\":\"2023-12-03 12:10\",\"FromUTCTime\":\"2023-12-03T12:10\",\"LocalToTime\":\"2023-12-03 14:10\",\"ToUTCTime\":\"2023-12-03T14:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"PublishedFareTxt\":\"5,862\",\"ApiResultIndex\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-HYD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4728,\"Tax\":1133.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":5721.27,\"OfferedFare\":5721.27,\"CommissionEarned\":140.53,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7849534503_0JAIHYDI51543_200359456122957\",\"IsGSTRequired\":false,\"fareIdentifier\":\"STUDENT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":140.53,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1133.8,\"BaseFareCal\":5721.27,\"BaseFare\":4728,\"CommissionEarned\":140.53,\"TDS\":-7.4,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":140.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5721.27,\"CostToCustomer\":5721.27,\"BaseFareCal\":5721.27,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5721.27,\"intOfferedFare\":5721.27,\"intPublishFare\":5861.8,\"TripjackMarkup\":0,\"TripjackCommission\":140.53,\"TripjackTDS\":\"7.4\",\"AddiMarkup\":0,\"CommisionPass\":140.53,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"950\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-12-03T14:10\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-03T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"950\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f9028-0f075-3b429-0c4d9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T19:45:42.090\",\"strTraceId\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104775851214\",\"bookingId_TJ\":\"TJ104775851214\",\"FlightNumber\":\"I5-1543\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"strTraceId\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2023-12-03T12:10\",\"LocalFromTime\":\"2023-12-03 12:10\",\"FromUTCTime\":\"2023-12-03T12:10\",\"LocalToTime\":\"2023-12-03 14:10\",\"ToUTCTime\":\"2023-12-03T14:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5861.8,\"ApiResultIndex\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"f9028-0f075-3b429-0c4d9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T19:45:42.090\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4728,\"Tax\":1133.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5861.8,\"PublishedFare\":5721.27,\"OfferedFare\":5721.27,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1133.8,\"BaseFareCal\":5721.27,\"BaseFare\":4728,\"CommissionEarned\":140.53,\"TDS\":-7.4,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"950\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-12-03T14:10\",\"SegFlightNumber\":\"I5-1543\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-03T12:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-7849534503_0JAIHYDI51543_35460175909425\",\"localFromDateTime\":\"2023-12-03 12:10\",\"localToDateTime\":\"2023-12-03 14:10\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Hyderabad\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"STUDENT\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"03\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"JAI\",\"to\":\"HYD\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":12995,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-03\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f9028-0f075-3b429-0c4d9\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-HYD\"}}','2023-10-23 19:44:09'),(1364,'be9b6-11c0b-9469c-ffdf9','{\"BookingData\":[{\"bookingId\":\"BKR106875851489\",\"bookingId_TJ\":\"TJ106875851489\",\"FlightNumber\":\"6E-6187\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:10\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2023-10-24T16:10\",\"LocalFromTime\":\"2023-10-24 16:10\",\"FromUTCTime\":\"2023-10-24T16:10\",\"LocalToTime\":\"2023-10-24 18:00\",\"ToUTCTime\":\"2023-10-24T18:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":26739,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HSR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6166.8,\"PublishedFareTxt\":\"6,167\",\"ApiResultIndex\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-HSR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4992,\"Tax\":1174.8,\"YQTax\":400,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6166.8,\"PublishedFare\":6093.25,\"OfferedFare\":6093.25,\"CommissionEarned\":73.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.87,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1806659656_0DELHSR6E6187_38170050455104\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":73.55,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1174.8,\"BaseFareCal\":6093.25,\"BaseFare\":4992,\"CommissionEarned\":73.55,\"TDS\":-3.87,\"MF\":10,\"YQ\":400,\"AGST\":275,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6093.25,\"CostToCustomer\":6093.25,\"BaseFareCal\":6093.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6093.25,\"intOfferedFare\":6093.25,\"intPublishFare\":6166.8,\"TripjackMarkup\":0,\"TripjackCommission\":73.55,\"TripjackTDS\":\"3.87\",\"AddiMarkup\":0,\"CommisionPass\":73.55,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"795\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hirasar  international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Rajkot\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HSR\",\"destinationArrTime\":\"2023-10-24T18:00\",\"SegFlightNumber\":\"6E-6187\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-24T16:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:10\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"795\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"be9b6-11c0b-9469c-ffdf9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T19:48:31.356\",\"strTraceId\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HSR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":26739,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106875851489\",\"bookingId_TJ\":\"TJ106875851489\",\"FlightNumber\":\"6E-6187\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"strTraceId\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:10\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2023-10-24T16:10\",\"LocalFromTime\":\"2023-10-24 16:10\",\"FromUTCTime\":\"2023-10-24T16:10\",\"LocalToTime\":\"2023-10-24 18:00\",\"ToUTCTime\":\"2023-10-24T18:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":26739,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HSR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6166.8,\"ApiResultIndex\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"be9b6-11c0b-9469c-ffdf9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T19:48:31.356\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4992,\"Tax\":1174.8,\"YQTax\":400,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6166.8,\"PublishedFare\":6093.25,\"OfferedFare\":6093.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1174.8,\"BaseFareCal\":6093.25,\"BaseFare\":4992,\"CommissionEarned\":73.55,\"TDS\":-3.87,\"MF\":10,\"YQ\":400,\"AGST\":275,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"795\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Hirasar  international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Rajkot\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HSR\",\"destinationArrTime\":\"2023-10-24T18:00\",\"SegFlightNumber\":\"6E-6187\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-24T16:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:10\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1806659656_0DELHSR6E6187_33821297249824\",\"localFromDateTime\":\"2023-10-24 16:10\",\"localToDateTime\":\"2023-10-24 18:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HSR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":26739,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Rajkot\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"HSR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\", - Hirasar Airport HSR, \",\"departure_date\":\"24\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" - Hirasar Airport HSR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"HSR\",\"from\":\"DEL\",\"to\":\"HSR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\", - Hirasar Airport HSR, \",\"sourceCityId\":7701,\"destinationCityId\":26739,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"be9b6-11c0b-9469c-ffdf9\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-HSR\"}}','2023-10-23 19:46:58'),(1373,'4bc8a-62d95-15ae5-98efb','{\"BookingData\":[{\"bookingId\":\"BKR104375860826\",\"bookingId_TJ\":\"TJ104375860826\",\"FlightNumber\":\"UK-988\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-13T20:40\",\"LocalFromTime\":\"2023-11-13 20:40\",\"FromUTCTime\":\"2023-11-13T20:40\",\"LocalToTime\":\"2023-11-14 09:30\",\"ToUTCTime\":\"2023-11-14T09:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":770,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"12h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":24887.399999999998,\"PublishedFareTxt\":\"24,887\",\"ApiResultIndex\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-ATQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":157.5,\"CRFT\":9,\"ARF\":3150,\"CRF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":2625,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":131.25,\"CRFT\":9,\"ARF\":2625,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":157.5,\"ACF\":3150,\"CCF\":50,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21876,\"Tax\":3011.3999999999996,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1134,\"CarrierMiscFee\":780,\"MUFee\":0,\"intPublishedFare\":24887.399999999998,\"PublishedFare\":23218.44,\"OfferedFare\":23218.44,\"CommissionEarned\":1668.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-87.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8908396802_0BOMDELUK988DELATQUK697_85904615435833\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Economy Standard\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1668.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3011.3999999999996,\"BaseFareCal\":23218.44,\"BaseFare\":21876,\"CommissionEarned\":1668.96,\"TDS\":-87.84,\"MF\":30,\"YQ\":0,\"AGST\":1134,\"MFT\":5.4,\"OT\":1062,\"MU\":0,\"YR\":780,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1668.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":23218.44,\"CostToCustomer\":23218.44,\"BaseFareCal\":23218.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":23218.44,\"intOfferedFare\":23218.44,\"intPublishFare\":24887.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":1668.96,\"TripjackTDS\":\"87.84\",\"AddiMarkup\":0,\"CommisionPass\":1668.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"866\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-13T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-11-14T09:30\",\"SegFlightNumber\":\"UK-697\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"5KG\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"10KG\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"15KG\",\"Price\":7200,\"amount\":7200,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"20KG\",\"Price\":9600,\"amount\":9600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"25KG\",\"Price\":12000,\"amount\":12000,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"30KG\",\"Price\":14400,\"amount\":14400,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"35KG\",\"Price\":16800,\"amount\":16800,\"Weight\":\"35KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"45KG\",\"Price\":21600,\"amount\":21600,\"Weight\":\"45KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"50KG\",\"Price\":26400,\"amount\":26400,\"Weight\":\"50KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"65KG\",\"Price\":31200,\"amount\":31200,\"Weight\":\"65KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"77KG\",\"Price\":38400,\"amount\":38400,\"Weight\":\"77KG\"},{\"Currency\":\"INR\",\"key\":\"866\",\"Code\":\"90KG\",\"Price\":46000,\"amount\":46000,\"Weight\":\"90KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4bc8a-62d95-15ae5-98efb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-23T21:40:03.612\",\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104375860826\",\"bookingId_TJ\":\"TJ104375860826\",\"FlightNumber\":\"UK-988\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-13T20:40\",\"LocalFromTime\":\"2023-11-13 20:40\",\"FromUTCTime\":\"2023-11-13T20:40\",\"LocalToTime\":\"2023-11-14 09:30\",\"ToUTCTime\":\"2023-11-14T09:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":560,\"LAYOVERDuration\":\"9h 20m\",\"FlyingMinutes\":770,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"12h 50m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":974,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":24887.399999999998,\"ApiResultIndex\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"4bc8a-62d95-15ae5-98efb\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-23T21:40:03.612\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21876,\"Tax\":3011.3999999999996,\"YQTax\":0,\"OtherCharges\":1062,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1134,\"CarrierMiscFee\":780,\"MUFee\":0,\"intPublishedFare\":24887.399999999998,\"PublishedFare\":23218.44,\"OfferedFare\":23218.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3011.3999999999996,\"BaseFareCal\":23218.44,\"BaseFare\":21876,\"CommissionEarned\":1668.96,\"TDS\":-87.84,\"MF\":30,\"YQ\":0,\"AGST\":1134,\"MFT\":5.4,\"OT\":1062,\"MU\":0,\"YR\":780,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"866\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-13T23:00\",\"SegFlightNumber\":\"UK-988\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-13T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":560,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"9h 20m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"867\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-11-14T09:30\",\"SegFlightNumber\":\"UK-697\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-14T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8908396802_23BOMDELUK988DELATQUK697_50564898093106\",\"localFromDateTime\":\"2023-11-13 20:40\",\"localToDateTime\":\"2023-11-14 09:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":974,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Amritsar\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"ATQ\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"departure_date\":\"13\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Raja Sansi Arpt ATQ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"ATQ\",\"from\":\"BOM\",\"to\":\"ATQ\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Amritsar, IN - Raja Sansi Arpt ATQ, India\",\"sourceCityId\":18676,\"destinationCityId\":974,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-13\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4bc8a-62d95-15ae5-98efb\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-ATQ\"},\"FlightSearchUrl\":\"routeh=2&route=1&mytrip_city_from=Mumbai&mytrip_city_to=Amritsar&class=2&adults=3&childs=0&infants=0&FareTypes=REGULAR&source_city=BOM&ContSysId_1=101&destination_city=ATQ&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&destination=Amritsar%2C+IN+-+Raja+Sansi+Arpt+ATQ%2C+India&departure_date=13%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&to_mytrip_city=+IN+-+Raja+Sansi+Arpt+ATQ\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"Sonal\",\"LastName\":\"Langote\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-21-41-28\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"96\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"Deepashree\",\"LastName\":\"Wadekar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-21-41-28\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"105\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"Shailesh\",\"LastName\":\"Sutar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-21-41-28\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"106\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"899819\",\"TPSysId\":\"899820\",\"VersionId\":[\"274604\"],\"CustomerSysId\":\"521401\",\"TrxId\":\"72709\",\"FareBreakdownid\":[\"387516\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"195\",\"196\",\"197\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"96\",\"105\",\"106\"],\"flight_booking_id\":[\"180\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"180\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":23218.44},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"521401\",\"TPSysId\":\"899820\",\"MasterTPSysId\":\"899819\",\"ProposalID\":\"899820\\/V1\",\"InvoiceDate\":\"2023-10-23\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-23\",\"PaymentDate\":\"2023-10-23\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":23218.44,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":23218.44,\"TotalDueAmount\":0,\"InvoiceValue\":23218.44,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-ATQ-Vistara UK-988\",\"ItemQty\":1,\"ItemRates\":23218.44,\"Total\":23218.44,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":23218.44,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":23218.44,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ104375860826\",\"amount\":24887.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+918308804667\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-23T21:46:41.441\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20199103\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"988\",\"eT\":\"321\"},\"stops\":0,\"duration\":140,\"cT\":560,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2023-11-13T20:40\",\"at\":\"2023-11-13T23:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"20199104\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"697\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"ATQ\",\"name\":\"Raja Sansi Arpt\",\"cityCode\":\"ATQ\",\"city\":\"Amritsar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T08:20\",\"at\":\"2023-11-14T09:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379074\",\"DEL-ATQ\":\"2289056379074\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Sonal\",\"lN\":\"Langote\"},{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379075\",\"DEL-ATQ\":\"2289056379075\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Deepashree\",\"lN\":\"Wadekar\"},{\"pnrDetails\":{\"BOM-DEL\":\"65S7FN\",\"DEL-ATQ\":\"65S7FN\"},\"ticketNumberDetails\":{\"BOM-DEL\":\"2289056379076\",\"DEL-ATQ\":\"2289056379076\"},\"gdsPnrs\":{\"BOM-DEL\":\"5Z6KV9\",\"DEL-ATQ\":\"5Z6KV9\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Shailesh\",\"lN\":\"Sutar\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":24887.4,\"TAF\":3011.4,\"NCM\":1668.96,\"NF\":23218.44,\"BF\":21876,\"IGST\":5.4},\"afC\":{\"TAF\":{\"OT\":1062,\"MFT\":5.4,\"MF\":30,\"AGST\":1134,\"YR\":780},\"NCM\":{\"OT\":1756.8,\"TDS\":-87.84}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-23 21:45:37'),(1375,'7bb47-2fdc1-4689f-b9af8','{\"BookingData\":[{\"bookingId\":\"BKR101675862227\",\"bookingId_TJ\":\"TJ101675862227\",\"FlightNumber\":\"6E-2274\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-11-20T13:35\",\"LocalFromTime\":\"2023-11-20 13:35\",\"FromUTCTime\":\"2023-11-20T13:35\",\"LocalToTime\":\"2023-11-20 15:40\",\"ToUTCTime\":\"2023-11-20T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":30128.399999999998,\"PublishedFareTxt\":\"30,128\",\"ApiResultIndex\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PNQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":28968,\"Tax\":1160.4,\"YQTax\":0,\"OtherCharges\":1125,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30128.399999999998,\"PublishedFare\":30128.4,\"OfferedFare\":30128.399999999998,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0649124767_0DELPNQ6E2274_42757551943934\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1160.4,\"BaseFareCal\":30128.4,\"BaseFare\":28968,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":1125,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":30128.4,\"CostToCustomer\":30128.4,\"BaseFareCal\":30128.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":30128.4,\"intOfferedFare\":30128.399999999998,\"intPublishFare\":30128.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"481\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-20T15:40\",\"SegFlightNumber\":\"6E-2274\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-20T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7bb47-2fdc1-4689f-b9af8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T21:58:57.589\",\"strTraceId\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101675862227\",\"bookingId_TJ\":\"TJ101675862227\",\"FlightNumber\":\"6E-2274\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"strTraceId\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-11-20T13:35\",\"LocalFromTime\":\"2023-11-20 13:35\",\"FromUTCTime\":\"2023-11-20T13:35\",\"LocalToTime\":\"2023-11-20 15:40\",\"ToUTCTime\":\"2023-11-20T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":30128.399999999998,\"ApiResultIndex\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7bb47-2fdc1-4689f-b9af8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T21:58:57.589\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":28968,\"Tax\":1160.4,\"YQTax\":0,\"OtherCharges\":1125,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30128.399999999998,\"PublishedFare\":30128.4,\"OfferedFare\":30128.399999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1160.4,\"BaseFareCal\":30128.4,\"BaseFare\":28968,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":1125,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"481\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-20T15:40\",\"SegFlightNumber\":\"6E-2274\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-20T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0649124767_0DELPNQ6E2274_41544649514985\",\"localFromDateTime\":\"2023-11-20 13:35\",\"localToDateTime\":\"2023-11-20 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Pune\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"departure_date\":\"20\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7bb47-2fdc1-4689f-b9af8\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-PNQ\"}}','2023-10-23 21:57:25'),(1378,'ca778-72001-bc9e4-96a67','{\"BookingData\":[{\"bookingId\":\"BKR102475863568\",\"bookingId_TJ\":\"TJ102475863568\",\"FlightNumber\":\"SG-8938\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-11-21T16:35\",\"LocalFromTime\":\"2023-11-21 16:35\",\"FromUTCTime\":\"2023-11-21T16:35\",\"LocalToTime\":\"2023-11-21 19:05\",\"ToUTCTime\":\"2023-11-21T19:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23057.52,\"PublishedFareTxt\":\"23,058\",\"ApiResultIndex\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22047.12,\"Tax\":1010.4000000000001,\"YQTax\":0,\"OtherCharges\":975,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23057.52,\"PublishedFare\":23057.52,\"OfferedFare\":23057.52,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-7857719219_0DELPNQSG8938_36577399188900\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1010.4000000000001,\"BaseFareCal\":23057.52,\"BaseFare\":22047.12,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":23057.52,\"CostToCustomer\":23057.52,\"BaseFareCal\":23057.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":23057.52,\"intOfferedFare\":23057.52,\"intPublishFare\":23057.52,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"549\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-21T19:05\",\"SegFlightNumber\":\"SG-8938\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-21T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ca778-72001-bc9e4-96a67\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:16:00.219\",\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102475863568\",\"bookingId_TJ\":\"TJ102475863568\",\"FlightNumber\":\"SG-8938\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:05\",\"TravelDate\":\"2023-11-21T16:35\",\"LocalFromTime\":\"2023-11-21 16:35\",\"FromUTCTime\":\"2023-11-21T16:35\",\"LocalToTime\":\"2023-11-21 19:05\",\"ToUTCTime\":\"2023-11-21T19:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":23057.52,\"ApiResultIndex\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"ca778-72001-bc9e4-96a67\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:16:00.219\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":22047.12,\"Tax\":1010.4000000000001,\"YQTax\":0,\"OtherCharges\":975,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23057.52,\"PublishedFare\":23057.52,\"OfferedFare\":23057.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1010.4000000000001,\"BaseFareCal\":23057.52,\"BaseFare\":22047.12,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"549\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-21T19:05\",\"SegFlightNumber\":\"SG-8938\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-21T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-7857719219_0DELPNQSG8938_38528978261766\",\"localFromDateTime\":\"2023-11-21 16:35\",\"localToDateTime\":\"2023-11-21 19:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":3,\"intSourceCityId\":7701,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"181\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"107\",\"108\",\"109\"],\"flight_booking_id\":[\"181\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8308804667\",\"FirstName\":\"sonal\",\"LastName\":\"langote\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"107\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"deepashree\",\"LastName\":\"wadekar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"108\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"shailesh\",\"LastName\":\"sutar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"109\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8308804667\",\"FirstName\":\"sonal\",\"LastName\":\"langote\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"CustomerMemberSysId\":\"107\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"deepashree\",\"LastName\":\"wadekar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"CustomerMemberSysId\":\"108\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"shailesh\",\"LastName\":\"sutar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"CustomerMemberSysId\":\"109\"}],\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"107\",\"108\",\"109\"],\"flight_booking_customer\":[[\"198\",\"199\",\"200\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Pune\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"departure_date\":\"21\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-21\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ca778-72001-bc9e4-96a67\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-PNQ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"899831\",\"TPSysId\":\"899832\",\"VersionId\":[\"274606\"],\"CustomerSysId\":\"521401\",\"TrxId\":\"72710\",\"FareBreakdownid\":[\"387517\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"107\",\"108\",\"109\"],\"flight_booking_id\":[\"181\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"sonallangote@gmail.com\",\"FirstName\":\"sonal\",\"LastName\":\"langote\",\"CountryCode\":\"91\",\"MobileNo\":\"8308804667\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"96\\\",\\\"EmailId\\\":\\\"sonallangote@gmail.com\\\",\\\"Salutation\\\":\\\"3\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"8308804667\\\",\\\"FirstName\\\":\\\"sonal\\\",\\\"LastName\\\":\\\"langote\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-23-22-16-15\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"ca778-72001-bc9e4-96a67\\\",\\\"modified\\\":\\\"2023-10-23-22-16-15\\\",\\\"created\\\":\\\"2023-10-23-22-16-15\\\",\\\"MobileNo\\\":\\\"8308804667\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"96\\\",\\\"EmailId\\\":\\\"sonallangote@gmail.com\\\",\\\"Salutation\\\":\\\"3\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"8308804667\\\",\\\"FirstName\\\":\\\"deepashree\\\",\\\"LastName\\\":\\\"wadekar\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-23-22-16-15\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"ca778-72001-bc9e4-96a67\\\",\\\"modified\\\":\\\"2023-10-23-22-16-15\\\",\\\"created\\\":\\\"2023-10-23-22-16-15\\\",\\\"MobileNo\\\":\\\"8308804667\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"96\\\",\\\"EmailId\\\":\\\"sonallangote@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"8308804667\\\",\\\"FirstName\\\":\\\"shailesh\\\",\\\"LastName\\\":\\\"sutar\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-23-22-16-15\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"ca778-72001-bc9e4-96a67\\\",\\\"modified\\\":\\\"2023-10-23-22-16-15\\\",\\\"created\\\":\\\"2023-10-23-22-16-15\\\",\\\"MobileNo\\\":\\\"8308804667\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8308804667\",\"FirstName\":\"sonal\",\"LastName\":\"langote\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"MobileNo\":\"8308804667\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"deepashree\",\"LastName\":\"wadekar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"MobileNo\":\"8308804667\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"96\",\"EmailId\":\"sonallangote@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8308804667\",\"FirstName\":\"shailesh\",\"LastName\":\"sutar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-16-15\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"ca778-72001-bc9e4-96a67\",\"modified\":\"2023-10-23-22-16-15\",\"created\":\"2023-10-23-22-16-15\",\"MobileNo\":\"8308804667\",\"B2B\":false}]}','2023-10-23 22:16:16'),(1386,'5729d-eb0dd-8034a-66dd9','{\"BookingData\":[{\"bookingId\":\"BKR102975864632\",\"bookingId_TJ\":\"TJ102975864632\",\"FlightNumber\":\"SG- 8194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:50\",\"TravelDate\":\"2023-10-27T10:10\",\"LocalFromTime\":\"2023-10-27 10:10\",\"FromUTCTime\":\"2023-10-27T10:10\",\"LocalToTime\":\"2023-10-27 11:50\",\"ToUTCTime\":\"2023-10-27T11:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"PublishedFareTxt\":\"5,657\",\"ApiResultIndex\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5420,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5656.8,\"OfferedFare\":5656.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"39-7994550017_0SXRDELSG8194_213203568831350\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5656.8,\"BaseFare\":5420,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5656.8,\"CostToCustomer\":5656.8,\"BaseFareCal\":5656.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5656.8,\"intOfferedFare\":5656.8,\"intPublishFare\":5656.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"585\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T11:50\",\"SegFlightNumber\":\"SG- 8194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5729d-eb0dd-8034a-66dd9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:31:38.924\",\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102975864632\",\"bookingId_TJ\":\"TJ102975864632\",\"FlightNumber\":\"SG- 8194\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"11:50\",\"TravelDate\":\"2023-10-27T10:10\",\"LocalFromTime\":\"2023-10-27 10:10\",\"FromUTCTime\":\"2023-10-27T10:10\",\"LocalToTime\":\"2023-10-27 11:50\",\"ToUTCTime\":\"2023-10-27T11:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5656.8,\"ApiResultIndex\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"5729d-eb0dd-8034a-66dd9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-23T22:31:38.924\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5420,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5656.8,\"PublishedFare\":5656.8,\"OfferedFare\":5656.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":5656.8,\"BaseFare\":5420,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"585\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T11:50\",\"SegFlightNumber\":\"SG- 8194\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-27T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"39-7994550017_0SXRDELSG8194_88103246316109\",\"localFromDateTime\":\"2023-10-27 10:10\",\"localToDateTime\":\"2023-10-27 11:50\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"SXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"27\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"SXR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"SXR\",\"to\":\"DEL\",\"sourceCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":25897,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5729d-eb0dd-8034a-66dd9\",\"PreferredAirline\":null,\"from_city_\":\"1__SXR-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Srinagar&mytrip_city_to=Delhi&source_city=SXR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Srinagar%2C+IN+-+Srinagar+Arpt+SXR%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=27%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Srinagar+Arpt+SXR&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"epa99494vd@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7051111994\",\"FirstName\":\"Gdgd\",\"LastName\":\"Gdy\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":\"1965-10-01\",\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23-22-30-46\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"97\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"899833\",\"TPSysId\":\"899834\",\"VersionId\":[\"274608\"],\"CustomerSysId\":\"521415\",\"TrxId\":\"72711\",\"FareBreakdownid\":[\"387518\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"201\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"97\",\"CustomerMemSysId\":[\"97\"],\"flight_booking_id\":[\"182\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"182\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5656.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"521415\",\"TPSysId\":\"899834\",\"MasterTPSysId\":\"899833\",\"ProposalID\":\"899834\\/V1\",\"InvoiceDate\":\"2023-10-23\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-23\",\"PaymentDate\":\"2023-10-23\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5656.8,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5656.8,\"TotalDueAmount\":0,\"InvoiceValue\":5656.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"SXR-DEL-SpiceJet SG- 8194\",\"ItemQty\":1,\"ItemRates\":5656.8,\"Total\":5656.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5656.8,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":5656.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-23 22:31:29'),(1389,'056e6-f3463-2b06b-a2eb4','{\"BookingData\":[{\"bookingId\":\"BKR100275865326\",\"bookingId_TJ\":\"TJ100275865326\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:50\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-10-25T18:50\",\"LocalFromTime\":\"2023-10-25 18:50\",\"FromUTCTime\":\"2023-10-25T18:50\",\"LocalToTime\":\"2023-10-25 20:30\",\"ToUTCTime\":\"2023-10-25T20:30\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6389.8,\"PublishedFareTxt\":\"6,390\",\"ApiResultIndex\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350,\"CRFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCF\":50,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCF\":50,\"CCFT\":9,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4828,\"Tax\":1561.8,\"YQTax\":0,\"OtherCharges\":1304,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6389.8,\"PublishedFare\":6302.17,\"OfferedFare\":6302.17,\"CommissionEarned\":87.63,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1518345671_0SXRDELSG8494_217730365578332\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":87.63,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":6389.8,\"oldFare\":6069.8,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1561.8,\"BaseFareCal\":6302.17,\"BaseFare\":4828,\"CommissionEarned\":87.63,\"TDS\":-4.61,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":1304,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":87.63,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6302.17,\"CostToCustomer\":6302.17,\"BaseFareCal\":6302.17,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6302.17,\"intOfferedFare\":6302.17,\"intPublishFare\":6389.8,\"TripjackMarkup\":0,\"TripjackCommission\":87.63,\"TripjackTDS\":\"4.61\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":87.63,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"718\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-25T20:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-25T18:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:50\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"056e6-f3463-2b06b-a2eb4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-23T22:41:05.036\",\"strTraceId\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100275865326\",\"bookingId_TJ\":\"TJ100275865326\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"strTraceId\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:50\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2023-10-25T18:50\",\"LocalFromTime\":\"2023-10-25 18:50\",\"FromUTCTime\":\"2023-10-25T18:50\",\"LocalToTime\":\"2023-10-25 20:30\",\"ToUTCTime\":\"2023-10-25T20:30\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6389.8,\"ApiResultIndex\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"056e6-f3463-2b06b-a2eb4\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-10-23T22:41:05.036\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4828,\"Tax\":1561.8,\"YQTax\":0,\"OtherCharges\":1304,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6389.8,\"PublishedFare\":6302.17,\"OfferedFare\":6302.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1561.8,\"BaseFareCal\":6302.17,\"BaseFare\":4828,\"CommissionEarned\":87.63,\"TDS\":-4.61,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":1304,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"718\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-25T20:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-25T18:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:50\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1518345671_0SXRDELSG8494_40854802690429\",\"localFromDateTime\":\"2023-10-25 18:50\",\"localToDateTime\":\"2023-10-25 20:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"SXR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"25\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"SXR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"SXR\",\"to\":\"DEL\",\"sourceCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":25897,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"056e6-f3463-2b06b-a2eb4\",\"PreferredAirline\":null,\"from_city_\":\"1__SXR-DEL\"}}','2023-10-23 22:39:32'),(1393,'895f2-efdf8-c5749-2edc9','{\"BookingData\":[{\"bookingId\":\"BKR109275865548\",\"bookingId_TJ\":\"TJ109275865548\",\"FlightNumber\":\"6E-2124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-26T14:40\",\"LocalFromTime\":\"2023-10-26 14:40\",\"FromUTCTime\":\"2023-10-26T14:40\",\"LocalToTime\":\"2023-10-26 15:40\",\"ToUTCTime\":\"2023-10-26T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":null,\"DestPlaceSysId\":null,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":0,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"JourneyType\":1,\"TripType\":\"\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":0,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":0,\"PublishedFare\":0,\"OfferedFare\":0,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3150809862_0SXRIXJ6E2124_132971273027609\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":null,\"TaxIN\":0,\"BaseFareCal\":0,\"BaseFare\":0,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":{\"status\":false,\"message\":\"Invalid request\"},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":0,\"CostToCustomer\":0,\"BaseFareCal\":0,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":0,\"intOfferedFare\":0,\"intPublishFare\":0,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"915\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-26T15:40\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-26T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":null,\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T22:44:25.987\",\"strTraceId\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":0,\"intSourceCityId\":null,\"intDestinationCityId\":null,\"JourneyType\":2,\"TripType\":\"\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109275865548\",\"bookingId_TJ\":\"TJ109275865548\",\"FlightNumber\":\"6E-2124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"strTraceId\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-26T14:40\",\"LocalFromTime\":\"2023-10-26 14:40\",\"FromUTCTime\":\"2023-10-26T14:40\",\"LocalToTime\":\"2023-10-26 15:40\",\"ToUTCTime\":\"2023-10-26T15:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":null,\"DestPlaceSysId\":null,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":0,\"CurrencyType\":1,\"PublishedFare\":0,\"ApiResultIndex\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"JourneyType\":1,\"TripType\":\"\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":null,\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T22:44:25.987\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":0,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":0,\"PublishedFare\":0,\"OfferedFare\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":null,\"TaxIN\":0,\"BaseFareCal\":0,\"BaseFare\":0,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"915\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-26T15:40\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-10-26T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3150809862_0SXRIXJ6E2124_45440544282658\",\"localFromDateTime\":\"2023-10-26 14:40\",\"localToDateTime\":\"2023-10-26 15:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":0,\"intSourceCityId\":null,\"intDestinationCityId\":null,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":null}','2023-10-23 22:42:53'),(1395,'9259c-4935d-9dea9-2816c','{\"FlightBookingData\":[{\"bookingId\":\"DMC104175866030\",\"bookingId_TJ\":\"TJ104175866030\",\"FlightNumber\":\"6E-994\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9259c-4935d-9dea9-2816c\",\"apiTraceId\":\"5-1069286388_0CCUIXA6E994_49637275446791\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2023-10-24T15:10\",\"LocalFromTime\":\"2023-10-24 15:10\",\"FromUTCTime\":\"2023-10-24T15:10\",\"LocalToTime\":\"2023-10-24 16:10\",\"ToUTCTime\":\"2023-10-24T16:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Tue, 24 Oct\",\"ArrivalDateTxt\":\"Tue, 24 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"229\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,366\",\"ApiResultIndex\":\"5-1069286388_0CCUIXA6E994_49637275446791\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2090,\"Tax\":1320.8,\"YQTax\":300,\"OtherCharges\":1009,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3410.8,\"PublishedFare\":3366.21,\"PublishedFareAgent\":3366.21,\"OfferedFareAgent\":3366.21,\"OfferedFare\":3366.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1069286388_0CCUIXA6E994_48033262329093\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1320.8,\"TotalBaseFare\":3410.8,\"BaseFareCal\":3366.21,\"BaseFare\":2090,\"CommissionEarned\":44.59,\"TDS\":0,\"MF\":10,\"YQ\":300,\"AGST\":0,\"MFT\":1.8,\"OT\":1009,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-IXA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":44.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3366.21,\"CostToCustomer\":3366.21,\"BaseFareCal\":3366.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3366.21,\"intOfferedFare\":3366.21,\"intPublishFare\":3410.8,\"TripjackMarkup\":0,\"TripjackCommission\":44.59,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":44.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3366.21,\"CostToAgent\":3366.21,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"839\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Singerbhil Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Agartala\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXA\",\"destinationArrTime\":\"2023-10-24T16:10\",\"SegFlightNumber\":\"6E-994\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-24T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-1069286388_0CCUIXA6E994_49637275446791\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXA\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"229\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-1069286388_0CCUIXA6E994_49637275446791\",\"SearchTraceId\":\"9259c-4935d-9dea9-2816c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Agartala (IXA)\",\"DEL\"],\"departure_date\":[\"24\\/10\\/2023\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXA\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Singerbhil Arpt (IXA)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Agartala (IXA)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[229],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9259c-4935d-9dea9-2816c\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"IXA\"],\"from\":[\"CCU\"],\"to\":[\"IXA\"],\"Fromlabel\":[\"Kolkata\"],\"Tolabel\":[\"Agartala\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"24 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 22:47:31\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"CCU-IXA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-23 22:49:44'),(1397,'833cc-a6d07-d008f-3e236','{\"FlightBookingData\":[{\"bookingId\":\"DMC107675867003\",\"bookingId_TJ\":\"TJ107675867003\",\"FlightNumber\":\"6E-6224\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"833cc-a6d07-d008f-3e236\",\"apiTraceId\":\"5-4994994819_4GAUBOM6E6224BOMMAA6E5337_104203280588903\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2023-10-31T05:30\",\"LocalFromTime\":\"2023-10-31 05:30\",\"FromUTCTime\":\"2023-10-31T05:30\",\"LocalToTime\":\"2023-10-31 16:00\",\"ToUTCTime\":\"2023-10-31T16:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":305,\"LAYOVERDuration\":\"5h 5m\",\"FlyingMinutes\":630,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"11h 30m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,877\",\"ApiResultIndex\":\"5-4994994819_4GAUBOM6E6224BOMMAA6E5337_104203280588903\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5909,\"Tax\":2050.8,\"YQTax\":1200,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7959.8,\"PublishedFare\":7877.1,\"PublishedFareAgent\":7877.1,\"OfferedFareAgent\":7877.1,\"OfferedFare\":7877.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4994994819_0GAUBOM6E6224BOMMAA6E5337_45002876038583\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7877.1,\"CostToAgent\":7877.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2050.8,\"TotalBaseFare\":7959.8,\"BaseFareCal\":7877.1,\"BaseFare\":5909,\"CommissionEarned\":82.7,\"TDS\":0,\"MF\":10,\"YQ\":1200,\"AGST\":0,\"MFT\":1.8,\"OT\":839,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7877.1,\"CostToAgent\":7877.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":82.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7877.1,\"CostToCustomer\":7877.1,\"BaseFareCal\":7877.1,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7877.1,\"intOfferedFare\":7877.1,\"intPublishFare\":7959.8,\"TripjackMarkup\":0,\"TripjackCommission\":82.7,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":82.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7877.1,\"CostToAgent\":7877.1,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"674\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-31T08:55\",\"SegFlightNumber\":\"6E-6224\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-10-31T05:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":205,\"GroundTime\":305,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":\"5h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"675\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-31T16:00\",\"SegFlightNumber\":\"6E-5337\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-31T14:00\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":120,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"675\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4994994819_4GAUBOM6E6224BOMMAA6E5337_104203280588903\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-4994994819_4GAUBOM6E6224BOMMAA6E5337_104203280588903\",\"SearchTraceId\":\"833cc-a6d07-d008f-3e236\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\"],\"to_des\":[\"Chennai (MAA)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"MAA\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\"],\"to_city\":[\"Chennai (MAA)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[6000],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"833cc-a6d07-d008f-3e236\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"MAA\"],\"from\":[\"GAU\"],\"to\":[\"MAA\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Chennai\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 23:01:20\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"674\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"GAU-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-23 23:04:48'),(1402,'c73b7-53b67-07979-84eb6','{\"FlightBookingData\":[{\"bookingId\":\"DMC104575867113\",\"bookingId_TJ\":\"TJ104575867113\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c73b7-53b67-07979-84eb6\",\"apiTraceId\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-10-31T18:25\",\"LocalFromTime\":\"2023-10-31 18:25\",\"FromUTCTime\":\"2023-10-31T18:25\",\"LocalToTime\":\"2023-10-31 21:30\",\"ToUTCTime\":\"2023-10-31T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,987\",\"ApiResultIndex\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7650,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7986.8,\"PublishedFare\":7986.8,\"PublishedFareAgent\":7986.8,\"OfferedFareAgent\":7986.8,\"OfferedFare\":7986.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5505409984_0GAUMAAI5821_46900236679829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"TotalBaseFare\":7986.8,\"BaseFareCal\":7986.8,\"BaseFare\":7650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7986.8,\"CostToCustomer\":7986.8,\"BaseFareCal\":7986.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7986.8,\"intOfferedFare\":7986.8,\"intPublishFare\":7986.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7986.8,\"CostToAgent\":7986.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"134\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-10-31T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-10-31T18:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5505409984_0GAUMAAI5821_137150482884294\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"183\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9577359661\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97689\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-23 23:06:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"98\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"98\",\"CustomerMemSysId\":[\"98\"],\"flight_booking_customer\":[[\"202\"]],\"SearchTraceId\":\"c73b7-53b67-07979-84eb6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\",\"Sectors\"],\"to_des\":[\"Chennai (MAA)\",\"Chennai (MAA)\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"MAA\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\",\"Sectors\"],\"to_city\":[\"Chennai (MAA)\",\"Chennai (MAA)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[6000],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c73b7-53b67-07979-84eb6\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"MAA\"],\"from\":[\"GAU\"],\"to\":[\"MAA\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Chennai\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 23:06:00\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c73b7-53b67-07979-84eb6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Guwahati (GAU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chennai (MAA)\\\",\\\"Chennai (MAA)\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"GAU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"MAA\\\"],\\\"source\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"destination\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Guwahati (GAU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chennai (MAA)\\\",\\\"Chennai (MAA)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[11240],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[6000],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c73b7-53b67-07979-84eb6\\\",\\\"sourceCityAirportCode\\\":[\\\"GAU\\\"],\\\"destinationCityAirportCode\\\":[\\\"MAA\\\"],\\\"from\\\":[\\\"GAU\\\"],\\\"to\\\":[\\\"MAA\\\"],\\\"Fromlabel\\\":[\\\"Guwahati\\\"],\\\"Tolabel\\\":[\\\"Chennai\\\"],\\\"sourceCityText\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"destinationCityText\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-23 23:06:00\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104575867113\\\",\\\"bookingId_TJ\\\":\\\"TJ104575867113\\\",\\\"FlightNumber\\\":\\\"I5-821\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"c73b7-53b67-07979-84eb6\\\",\\\"apiTraceId\\\":\\\"11-5505409984_0GAUMAAI5821_137150482884294\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"18:25\\\",\\\"ArrivalTime\\\":\\\"21:30\\\",\\\"TravelDate\\\":\\\"2023-10-31T18:25\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 18:25\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T18:25\\\",\\\"LocalToTime\\\":\\\"2023-10-31 21:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T21:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":185,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"03h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"11240\\\",\\\"DestPlaceSysId\\\":\\\"6000\\\",\\\"SourceAirportCode\\\":\\\"GAU\\\",\\\"DestAirportCode\\\":\\\"MAA\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"7,987\\\",\\\"ApiResultIndex\\\":\\\"11-5505409984_0GAUMAAI5821_137150482884294\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7650,\\\"Tax\\\":336.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":325,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7986.8,\\\"PublishedFare\\\":7986.8,\\\"PublishedFareAgent\\\":7986.8,\\\"OfferedFareAgent\\\":7986.8,\\\"OfferedFare\\\":7986.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-5505409984_0GAUMAAI5821_46900236679829\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7986.8,\\\"CostToAgent\\\":7986.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":336.8,\\\"TotalBaseFare\\\":7986.8,\\\"BaseFareCal\\\":7986.8,\\\"BaseFare\\\":7650,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":325,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7986.8,\\\"CostToAgent\\\":7986.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"GAU-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":7986.8,\\\"CostToCustomer\\\":7986.8,\\\"BaseFareCal\\\":7986.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":7986.8,\\\"intOfferedFare\\\":7986.8,\\\"intPublishFare\\\":7986.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":7986.8,\\\"CostToAgent\\\":7986.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"134\\\",\\\"originAirportName\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chennai Arpt\\\",\\\"originCityName\\\":\\\"Guwahati\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chennai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"MAA\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T21:30\\\",\\\"SegFlightNumber\\\":\\\"I5-821\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"GAU\\\",\\\"originDepTime\\\":\\\"2023-10-31T18:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":185,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"18:25\\\",\\\"strArrivalDtTime\\\":\\\"21:30\\\",\\\"FlightDuration\\\":\\\"3h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-5505409984_0GAUMAAI5821_137150482884294\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"GAU-MAA\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"GAU\\\",\\\"strDestinationAirportCode\\\":\\\"MAA\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"11240\\\",\\\"intDestinationCityId\\\":\\\"6000\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9577359661\",\"leadEmail\":\"mohibulhoqur00@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohibul\",\"passenger-lastname-1\":\"Hoque\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Nagaon\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34342\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97689\",\"Salutation\":\"1\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"CountryCode\":\"91\",\"MobileNo\":\"9577359661\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"mohibulhoqur00@gmail.com\",\"UserSysId\":\"100685\",\"CustomerSysId\":\"521277\",\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password_cu\":\"\",\"AgencyName\":\"Fresify\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9577359661\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"687430A4-BDB7-418B-8990-CC135DD46BC6\",\"Address\":\"NAGAON, ASSAM\",\"PinCode\":\"782001\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0}','2023-10-23 23:06:50'),(1404,'1ffb8-5ce0c-2708c-d944b','{\"FlightBookingData\":[{\"bookingId\":\"DMC101475867186\",\"bookingId_TJ\":\"TJ101475867186\",\"FlightNumber\":\"I5-775\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ffb8-5ce0c-2708c-d944b\",\"apiTraceId\":\"22-16-7338465480_1GAUDELI5775_40829124216948\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:15\",\"ArrivalTime\":\"02:10\",\"TravelDate\":\"2023-11-01T23:15\",\"LocalFromTime\":\"2023-11-01 23:15\",\"FromUTCTime\":\"2023-11-01T23:15\",\"LocalToTime\":\"2023-11-02 02:10\",\"ToUTCTime\":\"2023-11-02T02:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,622\",\"ApiResultIndex\":\"22-16-7338465480_1GAUDELI5775_40829124216948\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4942,\"Tax\":825.8,\"YQTax\":0,\"OtherCharges\":814,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5767.8,\"PublishedFare\":5621.98,\"PublishedFareAgent\":5621.98,\"OfferedFareAgent\":5621.98,\"OfferedFare\":5621.98,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7338465480_0GAUDELI5775_44452646117313\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":145.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5621.98,\"CostToAgent\":5621.98,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":825.8,\"TotalBaseFare\":5767.8,\"BaseFareCal\":5621.98,\"BaseFare\":4942,\"CommissionEarned\":145.82,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":814,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":145.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5621.98,\"CostToAgent\":5621.98,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":145.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5621.98,\"CostToCustomer\":5621.98,\"BaseFareCal\":5621.98,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5621.98,\"intOfferedFare\":5621.98,\"intPublishFare\":5767.8,\"TripjackMarkup\":0,\"TripjackCommission\":145.82,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":145.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5621.98,\"CostToAgent\":5621.98,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"57\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-02T02:10\",\"SegFlightNumber\":\"I5-775\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-11-01T23:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:15\",\"strArrivalDtTime\":\"02:10\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-7338465480_1GAUDELI5775_40829124216948\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-7338465480_1GAUDELI5775_40829124216948\",\"SearchTraceId\":\"1ffb8-5ce0c-2708c-d944b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"01\\/11\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1ffb8-5ce0c-2708c-d944b\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"GAU\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"01 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 23:07:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"57\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"GAU-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-23 23:07:38'),(1406,'201ee-0298f-ec01b-69d80','{\"FlightBookingData\":[{\"bookingId\":\"DMC106575867247\",\"bookingId_TJ\":\"TJ106575867247\",\"FlightNumber\":\"UK-742\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"201ee-0298f-ec01b-69d80\",\"apiTraceId\":\"32-21-10-15-2-4617412089_6GAUDELUK742_128343157719172\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"18:50\",\"TravelDate\":\"2023-11-01T15:35\",\"LocalFromTime\":\"2023-11-01 15:35\",\"FromUTCTime\":\"2023-11-01T15:35\",\"LocalToTime\":\"2023-11-01 18:50\",\"ToUTCTime\":\"2023-11-01T18:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Wed, 01 Nov\",\"ArrivalDateTxt\":\"Wed, 01 Nov\",\"FlightDuration\":\"03h 15m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,245\",\"ApiResultIndex\":\"32-21-10-15-2-4617412089_6GAUDELUK742_128343157719172\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6767,\"Tax\":830.8,\"YQTax\":0,\"OtherCharges\":739,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":7597.8,\"PublishedFare\":7244.86,\"PublishedFareAgent\":7244.86,\"OfferedFareAgent\":7244.86,\"OfferedFare\":7244.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-4617412089_0GAUDELUK742_48825166901406\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":352.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7244.86,\"CostToAgent\":7244.86,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":830.8,\"TotalBaseFare\":7597.8,\"BaseFareCal\":7244.86,\"BaseFare\":6767,\"CommissionEarned\":352.94,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":739,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":352.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7244.86,\"CostToAgent\":7244.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg (01 small handbag under the seat)\",\"checkin\":\"15 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":352.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7244.86,\"CostToCustomer\":7244.86,\"BaseFareCal\":7244.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7244.86,\"intOfferedFare\":7244.86,\"intPublishFare\":7597.8,\"TripjackMarkup\":0,\"TripjackCommission\":352.94,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":352.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7244.86,\"CostToAgent\":7244.86,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"975\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-01T18:50\",\"SegFlightNumber\":\"UK-742\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-11-01T15:35\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":195,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"18:50\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-21-10-15-2-4617412089_6GAUDELUK742_128343157719172\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":525,\"ARFT\":26.25,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1850,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":92.5,\"ACF\":1850,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"32-21-10-15-2-4617412089_6GAUDELUK742_128343157719172\",\"SearchTraceId\":\"201ee-0298f-ec01b-69d80\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"01\\/11\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"201ee-0298f-ec01b-69d80\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"GAU\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"01 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-23 23:07:58\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"GAU-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":525,\"ARFT\":26.25,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1850,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":92.5,\"ACF\":1850,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-23 23:08:32'),(1409,'7addb-5b428-03b74-d49aa','{\"BookingData\":[{\"bookingId\":\"BKR109475868404\",\"bookingId_TJ\":\"TJ109475868404\",\"FlightNumber\":\"6E-6004\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-10-26T10:40\",\"LocalFromTime\":\"2023-10-26 10:40\",\"FromUTCTime\":\"2023-10-26T10:40\",\"LocalToTime\":\"2023-10-26 12:00\",\"ToUTCTime\":\"2023-10-26T12:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":null,\"DestPlaceSysId\":null,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":0,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"JourneyType\":1,\"TripType\":\"\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXJ-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":0,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":0,\"PublishedFare\":0,\"OfferedFare\":0,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1629673608_0IXJDEL6E6004_44250118125496\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":null,\"TaxIN\":0,\"BaseFareCal\":0,\"BaseFare\":0,\"CommissionEarned\":0,\"TDS\":-0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":{\"status\":false,\"message\":\"Invalid request\"},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":0,\"CostToCustomer\":0,\"BaseFareCal\":0,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":0,\"intOfferedFare\":0,\"intPublishFare\":0,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"Not Found\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"150\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-26T12:00\",\"SegFlightNumber\":\"6E-6004\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-10-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"150\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":null,\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T23:29:55.293\",\"strTraceId\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"1970-01-01 05:30\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":null,\"strDestinationAirportCode\":null,\"intMemberCount\":0,\"intSourceCityId\":null,\"intDestinationCityId\":null,\"JourneyType\":2,\"TripType\":\"\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109475868404\",\"bookingId_TJ\":\"TJ109475868404\",\"FlightNumber\":\"6E-6004\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"strTraceId\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-10-26T10:40\",\"LocalFromTime\":\"2023-10-26 10:40\",\"FromUTCTime\":\"2023-10-26T10:40\",\"LocalToTime\":\"2023-10-26 12:00\",\"ToUTCTime\":\"2023-10-26T12:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":null,\"DestPlaceSysId\":null,\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":0,\"CurrencyType\":1,\"PublishedFare\":0,\"ApiResultIndex\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"JourneyType\":1,\"TripType\":\"\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":null,\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-23T23:29:55.293\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":0,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":0,\"PublishedFare\":0,\"OfferedFare\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":null,\"TaxIN\":0,\"BaseFareCal\":0,\"BaseFare\":0,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"150\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-26T12:00\",\"SegFlightNumber\":\"6E-6004\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2023-10-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1629673608_0IXJDEL6E6004_43901057731709\",\"localFromDateTime\":\"2023-10-26 10:40\",\"localToDateTime\":\"2023-10-26 12:00\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":0,\"intSourceCityId\":null,\"intDestinationCityId\":null,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":null}','2023-10-23 23:28:22'),(1410,'27','{\"_sessiondata\":{\"EmailId\":\"smartdoda2020@gmail.com\",\"UserSysId\":\"100725\",\"CustomerSysId\":\"521417\",\"AgencySysId\":\"97728\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Masood\",\"LastName\":\"Ahmed\",\"Password_cu\":\"\",\"AgencyName\":\"Masood Travel Agency\",\"AgencyCode\":\"863686.1346134613479E170\",\"ContactNo1\":\"7051111994\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"43F2CA6D-F764-4C9B-945F-620D30777C30\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-24 02:09:22'),(1412,'60046-b436a-e9de4-6b71e','{\"FlightBookingData\":[{\"bookingId\":\"DMC109875885736\",\"bookingId_TJ\":\"TJ109875885736\",\"FlightNumber\":\"SG-373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"60046-b436a-e9de4-6b71e\",\"apiTraceId\":\"11-6551348106_6DELSXRSG373_3503500732635\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2023-10-27T09:20\",\"LocalFromTime\":\"2023-10-27 09:20\",\"FromUTCTime\":\"2023-10-27T09:20\",\"LocalToTime\":\"2023-10-27 11:00\",\"ToUTCTime\":\"2023-10-27T11:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,087\",\"ApiResultIndex\":\"11-6551348106_6DELSXRSG373_3503500732635\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4086.8,\"PublishedFare\":4086.8,\"PublishedFareAgent\":4086.8,\"OfferedFareAgent\":4086.8,\"OfferedFare\":4086.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6551348106_0DELSXRSG373_81230573387890\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4086.8,\"CostToAgent\":4086.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":4086.8,\"BaseFareCal\":4086.8,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4086.8,\"CostToAgent\":4086.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4086.8,\"CostToCustomer\":4086.8,\"BaseFareCal\":4086.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4086.8,\"intOfferedFare\":4086.8,\"intPublishFare\":4086.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4086.8,\"CostToAgent\":4086.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"758\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-10-27T11:00\",\"SegFlightNumber\":\"SG-373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T09:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-6551348106_6DELSXRSG373_3503500732635\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"11-6551348106_6DELSXRSG373_3503500732635\",\"SearchTraceId\":\"60046-b436a-e9de4-6b71e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"60046-b436a-e9de4-6b71e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Srinagar\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Oct Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-24 10:33:06\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-24 10:36:10'),(1414,'ba399-64424-de0bc-71de8','{\"FlightBookingData\":[{\"bookingId\":\"DMC106675906484\",\"bookingId_TJ\":\"TJ106675906484\",\"FlightNumber\":\"QP-1324\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"ba399-64424-de0bc-71de8\",\"apiTraceId\":\"44-2714521992_0IXAGAUQP1324_22064502779309\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2023-10-30T15:00\",\"LocalFromTime\":\"2023-10-30 15:00\",\"FromUTCTime\":\"2023-10-30T15:00\",\"LocalToTime\":\"2023-10-30 16:00\",\"ToUTCTime\":\"2023-10-30T16:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"229\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"IXA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,071\",\"ApiResultIndex\":\"44-2714521992_0IXAGAUQP1324_22064502779309\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1859,\"Tax\":211.8,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2070.8,\"PublishedFare\":2070.8,\"PublishedFareAgent\":2070.8,\"OfferedFareAgent\":2070.8,\"OfferedFare\":2070.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"44-2714521992_0IXAGAUQP1324_11783269027685\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2070.8,\"CostToAgent\":2070.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":211.8,\"TotalBaseFare\":2070.8,\"BaseFareCal\":2070.8,\"BaseFare\":1859,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2070.8,\"CostToAgent\":2070.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXA-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2070.8,\"CostToCustomer\":2070.8,\"BaseFareCal\":2070.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2070.8,\"intOfferedFare\":2070.8,\"intPublishFare\":2070.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2070.8,\"CostToAgent\":2070.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"725\",\"originAirportName\":\"Singerbhil Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Agartala\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-10-30T16:00\",\"SegFlightNumber\":\"QP-1324\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"IXA\",\"originDepTime\":\"2023-10-30T15:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"44-2714521992_0IXAGAUQP1324_22064502779309\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXA-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXA\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"229\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"44-2714521992_0IXAGAUQP1324_22064502779309\",\"SearchTraceId\":\"ba399-64424-de0bc-71de8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Agartala (IXA)\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"30\\/10\\/2023\",\"\"],\"source_city\":[\"IXA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GAU\"],\"source\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"destination\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"from_mytrip_city\":[\" IN - Singerbhil Arpt (IXA)\"],\"to_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Agartala (IXA)\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-30\"],\"strReturnDate\":\"\",\"sourceCityId\":[229],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ba399-64424-de0bc-71de8\",\"sourceCityAirportCode\":[\"IXA\"],\"destinationCityAirportCode\":[\"GAU\"],\"from\":[\"IXA\"],\"to\":[\"GAU\"],\"Fromlabel\":[\"Agartala\"],\"Tolabel\":[\"Guwahati\"],\"sourceCityText\":[\"Agartala, IN - Singerbhil Arpt (IXA), India\"],\"destinationCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"30 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-24 14:08:07\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"IXA-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-24 14:09:11'),(1416,'9516b-2f63f-9fef2-53776','{\"FlightBookingData\":[{\"bookingId\":\"DMC104975916453\",\"bookingId_TJ\":\"TJ104975916453\",\"FlightNumber\":\"IX-784\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9516b-2f63f-9fef2-53776\",\"apiTraceId\":\"22-16-9522221714_0DELLKOIX784LKOBLRI51732_32226857500397\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"16:25\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2023-10-25T16:25\",\"LocalFromTime\":\"2023-10-25 16:25\",\"FromUTCTime\":\"2023-10-25T16:25\",\"LocalToTime\":\"2023-10-25 23:35\",\"ToUTCTime\":\"2023-10-25T23:35\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":430,\"DepartureDateTxt\":\"Wed, 25 Oct\",\"ArrivalDateTxt\":\"Wed, 25 Oct\",\"FlightDuration\":\"07h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,078\",\"ApiResultIndex\":\"22-16-9522221714_0DELLKOIX784LKOBLRI51732_32226857500397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5256,\"Tax\":950.8,\"YQTax\":0,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":276,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6206.8,\"PublishedFare\":6078.19,\"PublishedFareAgent\":6578.19,\"OfferedFareAgent\":6078.19,\"OfferedFare\":6078.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9522221714_0DELLKOIX784LKOBLRI51732_121526605336469\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":5,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":128.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":6578.19,\"CostToAgent\":6078.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":950.8,\"TotalBaseFare\":6206.8,\"BaseFareCal\":6078.19,\"BaseFare\":5256,\"CommissionEarned\":128.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":276,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":128.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":6578.19,\"CostToAgent\":6078.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"LKO-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":128.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6078.19,\"CostToCustomer\":6078.19,\"BaseFareCal\":6078.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6078.19,\"intOfferedFare\":6078.19,\"intPublishFare\":6206.8,\"TripjackMarkup\":0,\"TripjackCommission\":128.61,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":128.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":6578.19,\"CostToAgent\":6078.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"766\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-10-25T17:40\",\"SegFlightNumber\":\"IX-784\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-25T16:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":205,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"767\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-25T23:35\",\"SegFlightNumber\":\"I5-1732\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-10-25T21:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":150,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"21:05\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"PBAF\",\"Price\":0,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"PBAD\",\"Price\":0,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"PBAC\",\"Price\":0,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"PBAB\",\"Price\":0,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"IB30\",\"Price\":0,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"IB15\",\"Price\":0,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"IB08\",\"Price\":0,\"Weight\":\"8Kg International Connecting Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"767\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-9522221714_0DELLKOIX784LKOBLRI51732_32226857500397\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCF\":50,\"ACF\":1500,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCF\":50,\"ACF\":500,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-9522221714_0DELLKOIX784LKOBLRI51732_32226857500397\",\"SearchTraceId\":\"9516b-2f63f-9fef2-53776\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"25\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9516b-2f63f-9fef2-53776\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-24 16:37:52\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCF\":50,\"ACF\":1500,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCF\":50,\"ACF\":500,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-24 16:38:15'),(1417,'28','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-24 21:53:06'),(1425,'20f65-7b02a-34a7f-9d9b7','{\"FlightBookingData\":[{\"ticket_id\":\"6013650_7468\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-160\",\"SegFlightNumberArr\":\"SG-160\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"apiTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-31 09:05\",\"LocalFromTime\":\"2023-10-31 09:05\",\"FromUTCTime\":\"2023-10-31 09:05\",\"LocalToTime\":\"2023-10-31 10:35\",\"ToUTCTime\":\"2023-10-31 10:35\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FromDate\":\"31\\/10\\/2023\",\"ToDate\":\"31\\/10\\/2023\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3434,\"PublishedFareTxt\":\"3,434\",\"ApiResultIndex\":\"20f65-7b02a-34a7f-9d9b7\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Satwari Arpt (IXJ), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-31T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31 09:05\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"033\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3434,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3434,\"PublishedFare\":3434,\"PublishedFareAgent\":3434,\"OfferedFareAgent\":3434,\"OfferedFare\":3434,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"20f65-7b02a-34a7f-9d9b7\",\"ApiResultIndex\":\"20f65-7b02a-34a7f-9d9b7\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":3434,\"BaseFareCal\":3434,\"BaseFare\":3434,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3434,\"CostToCustomer\":3434,\"BaseFareCal\":3434,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3434,\"intOfferedFare\":3434,\"intPublishFare\":3434,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3434,\"CostToAgent\":3434,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"035\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"$$hashKey\":\"02I\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}],\"flight_booking_id_Arr\":[\"185\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 09:51:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"111\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 09:51:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"modified\":\"2023-10-25 09:51:38\",\"created\":\"2023-10-25 09:51:38\",\"CustomerMemberSysId\":\"111\"}],\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"111\"],\"flight_booking_customer\":[[\"204\"]],\"SearchTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 09:51:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jammu\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-25 09:51:01\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ticket_id\\\":\\\"6013650_7468\\\",\\\"api_type\\\":\\\"air_iq\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"SegFlightNumberArr\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsTJFlightAPI\\\":\\\"1\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"apiTraceId\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-10-31 09:05\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-10-31 09:05\\\",\\\"LocalToTime\\\":\\\"2023-10-31 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-10-31 10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":\\\"\\\",\\\"FlyingMinutes\\\":0,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FromDate\\\":\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"ToDate\\\":\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Jammu\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3434,\\\"PublishedFareTxt\\\":\\\"3,434\\\",\\\"ApiResultIndex\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":false,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Segments\\\":[{\\\"originAirportName\\\":\\\" Delhi Indira Gandhi Intl (DEL), India\\\",\\\"destinationAirportName\\\":\\\" Satwari Arpt (IXJ), India\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-31 09:05\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"$$hashKey\\\":\\\"033\\\"}],\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3434,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3434,\\\"PublishedFare\\\":3434,\\\"PublishedFareAgent\\\":3434,\\\"OfferedFareAgent\\\":3434,\\\"OfferedFare\\\":3434,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"ApiResultIndex\\\":\\\"20f65-7b02a-34a7f-9d9b7\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL DEAL\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_DEAL\\\",\\\"colors\\\":\\\"#000000\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3434,\\\"CostToAgent\\\":3434,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":3434,\\\"BaseFareCal\\\":3434,\\\"BaseFare\\\":3434,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3434,\\\"CostToAgent\\\":3434,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3434,\\\"CostToCustomer\\\":3434,\\\"BaseFareCal\\\":3434,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3434,\\\"intOfferedFare\\\":3434,\\\"intPublishFare\\\":3434,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3434,\\\"CostToAgent\\\":3434,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"$$hashKey\\\":\\\"035\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"$$hashKey\\\":\\\"02I\\\",\\\"OnwardGroupPNR\\\":null,\\\"InwardGroupPNR\\\":null,\\\"OnwardGroupPNRDummy\\\":null}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"200\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"89\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 09:51:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"20f65-7b02a-34a7f-9d9b7\",\"modified\":\"2023-10-25 09:51:38\",\"created\":\"2023-10-25 09:51:38\",\"MobileNo\":\"7742825288\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"3\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-10-25 09:51:48'),(1427,'d3943-3ed3e-58627-ee37d','{\"FlightBookingData\":[{\"bookingId\":\"DMC104275959553\",\"bookingId_TJ\":\"TJ104275959553\",\"FlightNumber\":\"I5-1982\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"d3943-3ed3e-58627-ee37d\",\"apiTraceId\":\"22-16-8248449871_0BLRIXBI51982_6230507333084\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-10-26T08:20\",\"LocalFromTime\":\"2023-10-26 08:20\",\"FromUTCTime\":\"2023-10-26T08:20\",\"LocalToTime\":\"2023-10-26 11:20\",\"ToUTCTime\":\"2023-10-26T11:20\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,061\",\"ApiResultIndex\":\"22-16-8248449871_0BLRIXBI51982_6230507333084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10664,\"Tax\":1707.6,\"YQTax\":0,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12371.6,\"PublishedFare\":12060.7,\"PublishedFareAgent\":12060.7,\"OfferedFareAgent\":12060.7,\"OfferedFare\":12060.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8248449871_0BLRIXBI51982_11349107405438\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1707.6,\"TotalBaseFare\":12371.6,\"BaseFareCal\":12060.7,\"BaseFare\":10664,\"CommissionEarned\":310.9,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12060.7,\"CostToCustomer\":12060.7,\"BaseFareCal\":12060.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12060.7,\"intOfferedFare\":12060.7,\"intPublishFare\":12371.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.9,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"499\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-10-26T11:20\",\"SegFlightNumber\":\"I5-1982\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-26T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-8248449871_0BLRIXBI51982_6230507333084\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-8248449871_0BLRIXBI51982_6230507333084\",\"SearchTraceId\":\"d3943-3ed3e-58627-ee37d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"26\\/10\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d3943-3ed3e-58627-ee37d\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"26 Oct Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 11:54:32\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"499\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-25 11:55:57'),(1428,'29','{\"_sessiondata\":{\"EmailId\":\"mrinmaybarman420@gmail.com\",\"UserSysId\":\"100547\",\"CustomerSysId\":\"520756\",\"AgencySysId\":\"97550\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mrinmay\",\"LastName\":\"Barman\",\"Password_cu\":\"\",\"AgencyName\":\"Barman Travel\",\"AgencyCode\":\"0\",\"ContactNo1\":\"6294749557\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4DEA25CB-89B0-4CE1-970E-3C9E7E7A2982\",\"Address\":\"Gisanimari, Dianhata, Coochbehar\",\"PinCode\":\"736145\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"12100\",\"RefrenceNo\":\"\",\"CreditDate\":\"25\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-25 12:01:50'),(1435,'77137-d1a6a-0d688-07cf9','{\"FlightBookingData\":[{\"bookingId\":\"DMC103075961649\",\"bookingId_TJ\":\"TJ103075961649\",\"FlightNumber\":\"I5-1982\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"apiTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-10-26T08:20\",\"LocalFromTime\":\"2023-10-26 08:20\",\"FromUTCTime\":\"2023-10-26T08:20\",\"LocalToTime\":\"2023-10-26 11:20\",\"ToUTCTime\":\"2023-10-26T11:20\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,061\",\"ApiResultIndex\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10664,\"Tax\":1707.6,\"YQTax\":0,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12371.6,\"PublishedFare\":12060.7,\"PublishedFareAgent\":12060.7,\"OfferedFareAgent\":12060.7,\"OfferedFare\":12060.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0652296059_0BLRIXBI51982_14305846198212\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1707.6,\"TotalBaseFare\":12371.6,\"BaseFareCal\":12060.7,\"BaseFare\":10664,\"CommissionEarned\":310.9,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12060.7,\"CostToCustomer\":12060.7,\"BaseFareCal\":12060.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12060.7,\"intOfferedFare\":12060.7,\"intPublishFare\":12371.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.9,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":711.864406779661,\"ExtraMarkupOnGST\":128.13559322033905},\"Segments\":[{\"segmentid\":\"254\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-10-26T11:20\",\"SegFlightNumber\":\"I5-1982\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-26T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"186\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"EZARUL\",\"LastName\":\"HAQUE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"99\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"99\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"JAKIR\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"112\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"99\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"JAKIR\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"77137-d1a6a-0d688-07cf9\",\"modified\":\"2023-10-25 12:15:58\",\"created\":\"2023-10-25 12:15:58\",\"CustomerMemberSysId\":\"112\"}],\"CustomerSysId\":\"99\",\"CustomerMemSysId\":[\"99\",\"112\"],\"flight_booking_customer\":[[\"205\",\"206\"]],\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"26\\/10\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"77137-d1a6a-0d688-07cf9\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"26 Oct Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 12:10:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"77137-d1a6a-0d688-07cf9\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXB\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bagdogra Arpt (IXB)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2012],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"77137-d1a6a-0d688-07cf9\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXB\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"IXB\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Bagdogra\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"26 Oct Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-25 12:10:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103075961649\\\",\\\"bookingId_TJ\\\":\\\"TJ103075961649\\\",\\\"FlightNumber\\\":\\\"I5-1982\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"77137-d1a6a-0d688-07cf9\\\",\\\"apiTraceId\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"08:20\\\",\\\"ArrivalTime\\\":\\\"11:20\\\",\\\"TravelDate\\\":\\\"2023-10-26T08:20\\\",\\\"LocalFromTime\\\":\\\"2023-10-26 08:20\\\",\\\"FromUTCTime\\\":\\\"2023-10-26T08:20\\\",\\\"LocalToTime\\\":\\\"2023-10-26 11:20\\\",\\\"ToUTCTime\\\":\\\"2023-10-26T11:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":180,\\\"DepartureDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"FlightDuration\\\":\\\"03h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,061\\\",\\\"ApiResultIndex\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10664,\\\"Tax\\\":1707.6,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1684,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12371.6,\\\"PublishedFare\\\":12060.7,\\\"PublishedFareAgent\\\":12060.7,\\\"OfferedFareAgent\\\":12060.7,\\\"OfferedFare\\\":12060.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-0652296059_0BLRIXBI51982_14305846198212\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":1707.6,\\\"TotalBaseFare\\\":12371.6,\\\"BaseFareCal\\\":12060.7,\\\"BaseFare\\\":10664,\\\"CommissionEarned\\\":310.9,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":3.6,\\\"OT\\\":1684,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":310.9,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":12060.7,\\\"CostToCustomer\\\":12060.7,\\\"BaseFareCal\\\":12060.7,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":12060.7,\\\"intOfferedFare\\\":12060.7,\\\"intPublishFare\\\":12371.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":310.9,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"254\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2023-10-26T11:20\\\",\\\"SegFlightNumber\\\":\\\"I5-1982\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-10-26T08:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":180,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"08:20\\\",\\\"strArrivalDtTime\\\":\\\"11:20\\\",\\\"FlightDuration\\\":\\\"3h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3250,\\\"ARFT\\\":162.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":2750,\\\"ARFT\\\":137.5,\\\"CRF\\\":50},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"ACF\\\":3500},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"ACF\\\":3000},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7584053639\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"EZARUL\",\"passenger-lastname-1\":\"HAQUE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"JAKIR\",\"passenger-lastname-2\":\"HOSSAIN\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"EZARUL\",\"LastName\":\"HAQUE\",\"CountryCode\":\"91\",\"MobileNo\":\"7584053639\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"99\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"JAKIR\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"77137-d1a6a-0d688-07cf9\",\"modified\":\"2023-10-25 12:15:58\",\"created\":\"2023-10-25 12:15:58\",\"MobileNo\":\"7584053639\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ103075961649\",\"amount\":12371.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917584053639\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-25T12:19:59.083\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20225302\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1982\",\"eT\":\"320\"},\"stops\":0,\"duration\":180,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXB\",\"name\":\"Bagdogra Arpt\",\"cityCode\":\"IXB\",\"city\":\"Bagdogra\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-26T08:20\",\"at\":\"2023-10-26T11:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXB\":\"RZ6F6V\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"EZARUL\",\"lN\":\"HAQUE\"},{\"pnrDetails\":{\"BLR-IXB\":\"RZ6F6V\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JAKIR\",\"lN\":\"HOSSAIN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":310.9,\"TAF\":1707.6,\"BF\":10664,\"IGST\":3.6,\"NF\":12060.7,\"TF\":12371.6},\"afC\":{\"NCM\":{\"OT\":327.26,\"TDS\":-16.36},\"TAF\":{\"MF\":20,\"OT\":1684,\"MFT\":3.6}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"901198\",\"TPSysId\":\"901199\",\"TrxId\":\"72829\",\"VersionId\":\"275030\",\"XRefBookingId\":\"DMC103075961649\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC103075961649\\\",\\\"bookingId_TJ\\\":\\\"TJ103075961649\\\",\\\"FlightNumber\\\":\\\"I5-1982\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"77137-d1a6a-0d688-07cf9\\\",\\\"apiTraceId\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"08:20\\\",\\\"ArrivalTime\\\":\\\"11:20\\\",\\\"TravelDate\\\":\\\"2023-10-26T08:20\\\",\\\"LocalFromTime\\\":\\\"2023-10-26 08:20\\\",\\\"FromUTCTime\\\":\\\"2023-10-26T08:20\\\",\\\"LocalToTime\\\":\\\"2023-10-26 11:20\\\",\\\"ToUTCTime\\\":\\\"2023-10-26T11:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":180,\\\"DepartureDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"FlightDuration\\\":\\\"03h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,061\\\",\\\"ApiResultIndex\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10664,\\\"Tax\\\":1707.6,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1684,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12371.6,\\\"PublishedFare\\\":12060.7,\\\"PublishedFareAgent\\\":12060.7,\\\"OfferedFareAgent\\\":12060.7,\\\"OfferedFare\\\":12060.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-0652296059_0BLRIXBI51982_14305846198212\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":1707.6,\\\"TotalBaseFare\\\":12371.6,\\\"BaseFareCal\\\":12060.7,\\\"BaseFare\\\":10664,\\\"CommissionEarned\\\":310.9,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":3.6,\\\"OT\\\":1684,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":310.9,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":12060.7,\\\"CostToCustomer\\\":12060.7,\\\"BaseFareCal\\\":12060.7,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":12060.7,\\\"intOfferedFare\\\":12060.7,\\\"intPublishFare\\\":12371.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":310.9,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":310.9,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12060.7,\\\"CostToAgent\\\":12060.7,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"254\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2023-10-26T11:20\\\",\\\"SegFlightNumber\\\":\\\"I5-1982\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-10-26T08:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":180,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"08:20\\\",\\\"strArrivalDtTime\\\":\\\"11:20\\\",\\\"FlightDuration\\\":\\\"3h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"254\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-0652296059_0BLRIXBI51982_6812092700877\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3250,\\\"ARFT\\\":162.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":2750,\\\"ARFT\\\":137.5,\\\"CRF\\\":50},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"ACF\\\":3500},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"ACF\\\":3000},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ103075961649\\\",\\\"amount\\\":12371.6,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"AGARWALANSUL65@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"917584053639\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-25T12:19:59.083\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20225302\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirIndia Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1982\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":180,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXB\\\",\\\"name\\\":\\\"Bagdogra Arpt\\\",\\\"cityCode\\\":\\\"IXB\\\",\\\"city\\\":\\\"Bagdogra\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-10-26T08:20\\\",\\\"at\\\":\\\"2023-10-26T11:20\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"RZ6F6V\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"EZARUL\\\",\\\"lN\\\":\\\"HAQUE\\\"},{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"RZ6F6V\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"JAKIR\\\",\\\"lN\\\":\\\"HOSSAIN\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NCM\\\":310.9,\\\"TAF\\\":1707.6,\\\"BF\\\":10664,\\\"IGST\\\":3.6,\\\"NF\\\":12060.7,\\\"TF\\\":12371.6},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":327.26,\\\"TDS\\\":-16.36},\\\"TAF\\\":{\\\"MF\\\":20,\\\"OT\\\":1684,\\\"MFT\\\":3.6}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"RZ6F6V\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"EZARUL\\\",\\\"lN\\\":\\\"HAQUE\\\"},{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"RZ6F6V\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"JAKIR\\\",\\\"lN\\\":\\\"HOSSAIN\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":12060.7,\\\"NetPrice\\\":12060.7,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":12060.7,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Bagdogra (IXB)\",\"Amount\":10664,\"NetAmount\":12060.7}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC103075961649\",\"bookingId_TJ\":\"TJ103075961649\",\"FlightNumber\":\"I5-1982\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"apiTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2023-10-26T08:20\",\"LocalFromTime\":\"2023-10-26 08:20\",\"FromUTCTime\":\"2023-10-26T08:20\",\"LocalToTime\":\"2023-10-26 11:20\",\"ToUTCTime\":\"2023-10-26T11:20\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,061\",\"ApiResultIndex\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10664,\"Tax\":1707.6,\"YQTax\":0,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12371.6,\"PublishedFare\":12060.7,\"PublishedFareAgent\":12060.7,\"OfferedFareAgent\":12060.7,\"OfferedFare\":12060.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-0652296059_0BLRIXBI51982_14305846198212\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1707.6,\"TotalBaseFare\":12371.6,\"BaseFareCal\":12060.7,\"BaseFare\":10664,\"CommissionEarned\":310.9,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":310.9,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12060.7,\"CostToCustomer\":12060.7,\"BaseFareCal\":12060.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12060.7,\"intOfferedFare\":12060.7,\"intPublishFare\":12371.6,\"TripjackMarkup\":0,\"TripjackCommission\":310.9,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":310.9,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12060.7,\"CostToAgent\":12060.7,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"254\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-10-26T11:20\",\"SegFlightNumber\":\"I5-1982\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-10-26T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0652296059_0BLRIXBI51982_6812092700877\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"EZARUL\",\"LastName\":\"HAQUE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"99\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"99\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7584053639\",\"FirstName\":\"JAKIR\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 12:15:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"112\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"77137-d1a6a-0d688-07cf9\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"26\\/10\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"77137-d1a6a-0d688-07cf9\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"26 Oct Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 12:10:13\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-25 12:19:33'),(1438,'30','{\"_sessiondata\":{\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"UserSysId\":\"100604\",\"CustomerSysId\":\"520968\",\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"SALES\",\"LastName\":\"DEPARTMENT\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9116005779\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"149CD0EE-D960-4FE8-8129-2080EA6FA418\",\"Address\":\"PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"25\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-25 14:13:16'),(1439,'09a31-a2c77-bebe0-f6643','{\"FlightBookingData\":[{\"bookingId\":\"DMC103475973896\",\"bookingId_TJ\":\"TJ103475973896\",\"FlightNumber\":\"6E-6591\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"09a31-a2c77-bebe0-f6643\",\"apiTraceId\":\"5-9577228524_0HYDLKO6E6591_20596714375231\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2023-10-28T14:20\",\"LocalFromTime\":\"2023-10-28 14:20\",\"FromUTCTime\":\"2023-10-28T14:20\",\"LocalToTime\":\"2023-10-28 16:20\",\"ToUTCTime\":\"2023-10-28T16:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,019\",\"ApiResultIndex\":\"5-9577228524_0HYDLKO6E6591_20596714375231\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6308,\"Tax\":3827.6,\"YQTax\":1100,\"OtherCharges\":2324,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":380,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10135.6,\"PublishedFare\":10019.18,\"PublishedFareAgent\":10019.18,\"OfferedFareAgent\":10019.18,\"OfferedFare\":10019.18,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9577228524_0HYDLKO6E6591_21423634284711\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":116.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10019.18,\"CostToAgent\":10019.18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3827.6,\"TotalBaseFare\":10135.6,\"BaseFareCal\":10019.18,\"BaseFare\":6308,\"CommissionEarned\":116.42,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":380,\"MFT\":3.6,\"OT\":2324,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":116.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10019.18,\"CostToAgent\":10019.18,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":116.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10019.18,\"CostToCustomer\":10019.18,\"BaseFareCal\":10019.18,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10019.18,\"intOfferedFare\":10019.18,\"intPublishFare\":10135.6,\"TripjackMarkup\":0,\"TripjackCommission\":116.42,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":116.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10019.18,\"CostToAgent\":10019.18,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"397\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-10-28T16:20\",\"SegFlightNumber\":\"6E-6591\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-28T14:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9577228524_0HYDLKO6E6591_20596714375231\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":2,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-9577228524_0HYDLKO6E6591_190826355921370\",\"SearchTraceId\":\"09a31-a2c77-bebe0-f6643\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Lucknow (LKO)\",\"DEL\"],\"departure_date\":[\"28\\/10\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"LKO\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Lucknow (LKO)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[16028],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"09a31-a2c77-bebe0-f6643\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"LKO\"],\"from\":[\"HYD\"],\"to\":[\"LKO\"],\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Lucknow\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Oct Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 14:11:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"397\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"HYD-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-25 14:13:52'),(1441,'c3a77-05acb-22343-5fccc','{\"FlightBookingData\":[{\"bookingId\":\"DMC103875975178\",\"bookingId_TJ\":\"TJ103875975178\",\"FlightNumber\":\"QP-1373\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c3a77-05acb-22343-5fccc\",\"apiTraceId\":\"30-8170455574_0IXBBLRQP1373_103185568928295\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"13:50\",\"TravelDate\":\"2023-11-02T10:55\",\"LocalFromTime\":\"2023-11-02 10:55\",\"FromUTCTime\":\"2023-11-02T10:55\",\"LocalToTime\":\"2023-11-02 13:50\",\"ToUTCTime\":\"2023-11-02T13:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,234\",\"ApiResultIndex\":\"30-8170455574_0IXBBLRQP1373_103185568928295\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4191,\"Tax\":1119.8,\"YQTax\":0,\"OtherCharges\":1108,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5310.8,\"PublishedFare\":5234.1,\"PublishedFareAgent\":5234.1,\"OfferedFareAgent\":5234.1,\"OfferedFare\":5234.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-8170455574_0IXBBLRQP1373_109648744429643\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":6,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":76.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5234.1,\"CostToAgent\":5234.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1119.8,\"TotalBaseFare\":5310.8,\"BaseFareCal\":5234.1,\"BaseFare\":4191,\"CommissionEarned\":76.7,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1108,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":76.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5234.1,\"CostToAgent\":5234.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXB-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":76.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5234.1,\"CostToCustomer\":5234.1,\"BaseFareCal\":5234.1,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5234.1,\"intOfferedFare\":5234.1,\"intPublishFare\":5310.8,\"TripjackMarkup\":0,\"TripjackCommission\":76.7,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":76.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5234.1,\"CostToAgent\":5234.1,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"307\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T13:50\",\"SegFlightNumber\":\"QP-1373\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-11-02T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"13:50\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-8170455574_0IXBBLRQP1373_103185568928295\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"CCFT\":9,\"ACFT\":155},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"30-8170455574_0IXBBLRQP1373_103185568928295\",\"SearchTraceId\":\"c3a77-05acb-22343-5fccc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bagdogra (IXB)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"02\\/11\\/2023\",\"02\\/11\\/2023\"],\"source_city\":[\"IXB\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bagdogra (IXB)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-02\",\"2023-11-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[2012],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c3a77-05acb-22343-5fccc\",\"sourceCityAirportCode\":[\"IXB\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"IXB\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Bagdogra\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/11\\/2023\",\"02\\/11\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Nov Thu\",\"02 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 14:26:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"307\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"IXB-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"CCFT\":9,\"ACFT\":155},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-25 14:27:55'),(1448,'e4d27-ad5c8-483e5-479cb','{\"FlightBookingData\":[{\"bookingId\":\"DMC105475991156\",\"bookingId_TJ\":\"TJ105475991156\",\"FlightNumber\":\"6E-715\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"apiTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-28T14:05\",\"LocalFromTime\":\"2023-10-28 14:05\",\"FromUTCTime\":\"2023-10-28T14:05\",\"LocalToTime\":\"2023-10-28 15:40\",\"ToUTCTime\":\"2023-10-28T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"26438\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"STV\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,924\",\"ApiResultIndex\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6252,\"Tax\":2787.6,\"YQTax\":800,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":362,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":8923.8,\"PublishedFareAgent\":8923.8,\"OfferedFareAgent\":8923.8,\"OfferedFare\":8923.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9392328763_0JAISTV6E715_110333238080446\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2787.6,\"TotalBaseFare\":9039.6,\"BaseFareCal\":8923.8,\"BaseFare\":6252,\"CommissionEarned\":115.8,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":362,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-STV\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8923.8,\"CostToCustomer\":8923.8,\"BaseFareCal\":8923.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8923.8,\"intOfferedFare\":8923.8,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":115.8,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":59.32203389830508,\"ExtraMarkupOnGST\":10.67796610169492},\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-10-28T15:40\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-28T14:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-STV\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":2,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"26438\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"187\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"nitin\",\"LastName\":\"choumal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"100\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"100\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"ashish\",\"LastName\":\"cHOMAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"113\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"100\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"ashish\",\"LastName\":\"cHOMAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"modified\":\"2023-10-25 17:21:48\",\"created\":\"2023-10-25 17:21:48\",\"CustomerMemberSysId\":\"113\"}],\"CustomerSysId\":\"100\",\"CustomerMemSysId\":[\"100\",\"113\"],\"flight_booking_customer\":[[\"207\",\"208\"]],\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Surat (STV)\",\"DEL\"],\"departure_date\":[\"28\\/10\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"STV\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Surat, IN - Surat Airport (STV), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Surat Airport (STV)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Surat (STV)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[26438],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"STV\"],\"from\":[\"JAI\"],\"to\":[\"STV\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Surat\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Surat, IN - Surat Airport (STV), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Oct Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 17:19:14\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Surat (STV)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"STV\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Surat, IN - Surat Airport (STV), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Surat Airport (STV)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Surat (STV)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-28\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[26438],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e4d27-ad5c8-483e5-479cb\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"STV\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"STV\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Surat\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Surat, IN - Surat Airport (STV), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"28 Oct Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-25 17:19:14\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105475991156\\\",\\\"bookingId_TJ\\\":\\\"TJ105475991156\\\",\\\"FlightNumber\\\":\\\"6E-715\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"e4d27-ad5c8-483e5-479cb\\\",\\\"apiTraceId\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"14:05\\\",\\\"ArrivalTime\\\":\\\"15:40\\\",\\\"TravelDate\\\":\\\"2023-10-28T14:05\\\",\\\"LocalFromTime\\\":\\\"2023-10-28 14:05\\\",\\\"FromUTCTime\\\":\\\"2023-10-28T14:05\\\",\\\"LocalToTime\\\":\\\"2023-10-28 15:40\\\",\\\"ToUTCTime\\\":\\\"2023-10-28T15:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Sat, 28 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 28 Oct\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"26438\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"STV\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,924\\\",\\\"ApiResultIndex\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6252,\\\"Tax\\\":2787.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":1602,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":362,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9039.6,\\\"PublishedFare\\\":8923.8,\\\"PublishedFareAgent\\\":8923.8,\\\"OfferedFareAgent\\\":8923.8,\\\"OfferedFare\\\":8923.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9392328763_0JAISTV6E715_110333238080446\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2787.6,\\\"TotalBaseFare\\\":9039.6,\\\"BaseFareCal\\\":8923.8,\\\"BaseFare\\\":6252,\\\"CommissionEarned\\\":115.8,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":362,\\\"MFT\\\":3.6,\\\"OT\\\":1602,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-STV\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":115.8,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8923.8,\\\"CostToCustomer\\\":8923.8,\\\"BaseFareCal\\\":8923.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8923.8,\\\"intOfferedFare\\\":8923.8,\\\"intPublishFare\\\":9039.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":115.8,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"500\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Surat Airport\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Surat\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"STV\\\",\\\"destinationArrTime\\\":\\\"2023-10-28T15:40\\\",\\\"SegFlightNumber\\\":\\\"6E-715\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-10-28T14:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"14:05\\\",\\\"strArrivalDtTime\\\":\\\"15:40\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-STV\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3250},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":2750},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"CCFT\\\":9,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"CCFT\\\":9,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"STV\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"26438\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8302204007\",\"leadEmail\":\"KRISHNATRAVELS612@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"nitin \",\"passenger-lastname-1\":\"choumal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"ashish\",\"passenger-lastname-2\":\"cHOMAL\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97606\",\"Salutation\":\"1\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"FirstName\":\"nitin \",\"LastName\":\"choumal\",\"CountryCode\":\"91\",\"MobileNo\":\"8302204007\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"100\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"ashish\",\"LastName\":\"cHOMAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"modified\":\"2023-10-25 17:21:48\",\"created\":\"2023-10-25 17:21:48\",\"MobileNo\":\"8302204007\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"UserSysId\":\"100604\",\"CustomerSysId\":\"520968\",\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"SALES\",\"LastName\":\"DEPARTMENT\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9116005779\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"149CD0EE-D960-4FE8-8129-2080EA6FA418\",\"Address\":\"PLOT 7-8A,SHRI KALYAN VATIKA,GOVINDPURA, Jaipur (India)\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/86368\\/logo\\/97606\\/companylogo_1698041650.jpg\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ105475991156\",\"amount\":9039.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"918302204007\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-25T17:23:57.711\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20234148\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"715\",\"eT\":\"320\"},\"stops\":0,\"duration\":95,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"STV\",\"name\":\"Surat Airport\",\"cityCode\":\"STV\",\"city\":\"Surat\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-28T14:05\",\"at\":\"2023-10-28T15:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-STV\":\"RQDR5P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"nitin\",\"lN\":\"choumal\"},{\"pnrDetails\":{\"JAI-STV\":\"RQDR5P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ashish\",\"lN\":\"cHOMAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":6252,\"NF\":8923.8,\"IGST\":3.6,\"NCM\":115.8,\"TAF\":2787.6,\"TF\":9039.6},\"afC\":{\"NCM\":{\"TDS\":-6.1,\"OT\":121.9},\"TAF\":{\"AGST\":362,\"YQ\":800,\"OT\":1602,\"MF\":20,\"MFT\":3.6}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97606\",\"MasterTPSysId\":\"902170\",\"TPSysId\":\"902171\",\"TrxId\":\"72920\",\"VersionId\":\"275233\",\"XRefBookingId\":\"DMC105475991156\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC105475991156\\\",\\\"bookingId_TJ\\\":\\\"TJ105475991156\\\",\\\"FlightNumber\\\":\\\"6E-715\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"e4d27-ad5c8-483e5-479cb\\\",\\\"apiTraceId\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"14:05\\\",\\\"ArrivalTime\\\":\\\"15:40\\\",\\\"TravelDate\\\":\\\"2023-10-28T14:05\\\",\\\"LocalFromTime\\\":\\\"2023-10-28 14:05\\\",\\\"FromUTCTime\\\":\\\"2023-10-28T14:05\\\",\\\"LocalToTime\\\":\\\"2023-10-28 15:40\\\",\\\"ToUTCTime\\\":\\\"2023-10-28T15:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Sat, 28 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 28 Oct\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"26438\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"STV\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,924\\\",\\\"ApiResultIndex\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6252,\\\"Tax\\\":2787.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":1602,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":362,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9039.6,\\\"PublishedFare\\\":8923.8,\\\"PublishedFareAgent\\\":8923.8,\\\"OfferedFareAgent\\\":8923.8,\\\"OfferedFare\\\":8923.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9392328763_0JAISTV6E715_110333238080446\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2787.6,\\\"TotalBaseFare\\\":9039.6,\\\"BaseFareCal\\\":8923.8,\\\"BaseFare\\\":6252,\\\"CommissionEarned\\\":115.8,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":362,\\\"MFT\\\":3.6,\\\"OT\\\":1602,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-STV\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":115.8,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8923.8,\\\"CostToCustomer\\\":8923.8,\\\"BaseFareCal\\\":8923.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8923.8,\\\"intOfferedFare\\\":8923.8,\\\"intPublishFare\\\":9039.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":115.8,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":115.8,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8923.8,\\\"CostToAgent\\\":8923.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"500\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Surat Airport\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Surat\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"STV\\\",\\\"destinationArrTime\\\":\\\"2023-10-28T15:40\\\",\\\"SegFlightNumber\\\":\\\"6E-715\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-10-28T14:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"14:05\\\",\\\"strArrivalDtTime\\\":\\\"15:40\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"500\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9392328763_0JAISTV6E715_25351651835851\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-STV\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3250},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":2750},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"CCFT\\\":9,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"CCFT\\\":9,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"STV\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"26438\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ105475991156\\\",\\\"amount\\\":9039.6,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"KRISHNATRAVELS612@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"918302204007\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-25T17:23:57.711\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20234148\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"715\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":95,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"STV\\\",\\\"name\\\":\\\"Surat Airport\\\",\\\"cityCode\\\":\\\"STV\\\",\\\"city\\\":\\\"Surat\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-10-28T14:05\\\",\\\"at\\\":\\\"2023-10-28T15:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"JAI-STV\\\":\\\"RQDR5P\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"nitin\\\",\\\"lN\\\":\\\"choumal\\\"},{\\\"pnrDetails\\\":{\\\"JAI-STV\\\":\\\"RQDR5P\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ashish\\\",\\\"lN\\\":\\\"cHOMAL\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"BF\\\":6252,\\\"NF\\\":8923.8,\\\"IGST\\\":3.6,\\\"NCM\\\":115.8,\\\"TAF\\\":2787.6,\\\"TF\\\":9039.6},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-6.1,\\\"OT\\\":121.9},\\\"TAF\\\":{\\\"AGST\\\":362,\\\"YQ\\\":800,\\\"OT\\\":1602,\\\"MF\\\":20,\\\"MFT\\\":3.6}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"JAI-STV\\\":\\\"RQDR5P\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"nitin\\\",\\\"lN\\\":\\\"choumal\\\"},{\\\"pnrDetails\\\":{\\\"JAI-STV\\\":\\\"RQDR5P\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ashish\\\",\\\"lN\\\":\\\"cHOMAL\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":8923.8,\\\"NetPrice\\\":8923.8,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":8923.8,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Jaipur (JAI)-Surat (STV)\",\"Amount\":6252,\"NetAmount\":8923.8}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC105475991156\",\"bookingId_TJ\":\"TJ105475991156\",\"FlightNumber\":\"6E-715\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"apiTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2023-10-28T14:05\",\"LocalFromTime\":\"2023-10-28 14:05\",\"FromUTCTime\":\"2023-10-28T14:05\",\"LocalToTime\":\"2023-10-28 15:40\",\"ToUTCTime\":\"2023-10-28T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"26438\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"STV\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,924\",\"ApiResultIndex\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6252,\"Tax\":2787.6,\"YQTax\":800,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":362,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9039.6,\"PublishedFare\":8923.8,\"PublishedFareAgent\":8923.8,\"OfferedFareAgent\":8923.8,\"OfferedFare\":8923.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9392328763_0JAISTV6E715_110333238080446\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2787.6,\"TotalBaseFare\":9039.6,\"BaseFareCal\":8923.8,\"BaseFare\":6252,\"CommissionEarned\":115.8,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":362,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-STV\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8923.8,\"CostToCustomer\":8923.8,\"BaseFareCal\":8923.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8923.8,\"intOfferedFare\":8923.8,\"intPublishFare\":9039.6,\"TripjackMarkup\":0,\"TripjackCommission\":115.8,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":115.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8923.8,\"CostToAgent\":8923.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-10-28T15:40\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-28T14:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9392328763_0JAISTV6E715_25351651835851\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-STV\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":2,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"26438\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"nitin\",\"LastName\":\"choumal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"100\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97606\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"100\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8302204007\",\"FirstName\":\"ashish\",\"LastName\":\"cHOMAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"113\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Surat (STV)\",\"DEL\"],\"departure_date\":[\"28\\/10\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"STV\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Surat, IN - Surat Airport (STV), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Surat Airport (STV)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Surat (STV)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[26438],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e4d27-ad5c8-483e5-479cb\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"STV\"],\"from\":[\"JAI\"],\"to\":[\"STV\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Surat\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Surat, IN - Surat Airport (STV), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Oct Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 17:19:14\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"149CD0EE-D960-4FE8-8129-2080EA6FA418\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-25 17:23:05'),(1449,'70f70-2f679-e63ae-03c39','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4283227284-29332628\",\"name\":\"SPOT ON 69894 Dream Night Lodging And Boarding\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/a1303a984d43f0a872cac3c0fe3e0cb7.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/280644423.jpg?k=81461d4bde75ddaf2ec1820ea8ff65d0e4f797bf0743e418c313c8920c6c91cc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/309951778.jpg?k=f319d845173c069463a060186c36a5a9ac89d5c4cf6c13b7da4b85a05b7c6557&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/72bf09465168d73157212716940193a1.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/080594398c617e6449e2010c0e352983.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"73.110054\",\"lt\":\"19.206528\"},\"ad\":{\"adr\":\"Dream Night Lodging And Boarding, Dawadi Naka, Dawadi Gaon Road, Near Mayur Hotel, Above Hotel Shahnai Bar and Restaurant, Kalyan Shil Road, Dombivali East, Thane, Mumbai\",\"postalCode\":\"421203\",\"city\":{\"code\":\"16850\",\"name\":\"Mumbai\"},\"state\":{\"name\":\"Maharashtra\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Mumbai\",\"sn\":\"Maharashtra\",\"cn\":\"India\"},\"fl\":[\"Internet\",\"Tours\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Room service\",\"Daily housekeeping\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Non Smoking\",\"Parking\",\"Parking\",\"Rental car \",\"Air conditioning\",\"Fan\",\"Free bottled water\",\"Linens\",\"Non Smoking\",\"Private bathroom\",\"Private entrance\",\"Satellite\\/cable channels\",\"Shower\",\"Smoke detector\",\"Smoking allowed\",\"Telephone\",\"Toiletries\",\"Towels\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=13604509\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property.Age between 3 to 5 is considered children. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"157782399_0\",\"rc\":\"SPOT ON Room\",\"rt\":\"SPOT ON Room\",\"srn\":\"Standard Room\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":609.03,\"tfcs\":{\"TF\":609.03,\"TAF\":11.8,\"BF\":597.23,\"CMU\":22.97,\"NF\":609.03},\"tafcs\":{\"TAF\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":609.03,\"TAF\":11.8,\"BF\":597.23,\"CMU\":22.97,\"NF\":609.03},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73}}}],\"imgs\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/d58ccb15a1e53dac8547147f7379f841.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"157782399\"]}],\"checkInDate\":\"2023-10-26\",\"checkOutDate\":\"2023-10-27\",\"radi\":{\"rid\":\"157782399\",\"mga\":3,\"bds\":[{\"bt\":\"1 double bed\",\"bc\":0}],\"ar\":{\"asm\":\"16\"}},\"iexb\":false}],\"id\":\"107_1_13604509\",\"tp\":609.03,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"62mfY6pgw3XO6NgZjTZc\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-10-25T17:43:10.053\",\"tdt\":\"2023-10-26T12:00\",\"am\":574.26},{\"fdt\":\"2023-10-26T12:00\",\"tdt\":\"2023-10-27T23:59\",\"am\":574.26}],\"scnp\":\"Risk-free booking! Cancel before 2023-10-26 and you\'ll pay nothing! Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-10-25T17:43:10.053\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Parking, Express check-in, Drinking water\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"-1726285544\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":574.26}],\"opci\":[],\"uid\":\"29332628\",\"lhc\":\"674777\"},\"bookingId\":\"TJ203775993354\",\"query\":{\"checkinDate\":\"2023-10-26\",\"checkoutDate\":\"2023-10-27\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4283227284\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"157782399_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1179}},\"hotelbookingid\":\"34\",\"SearchHotelTraceId\":\"70f70-2f679-e63ae-03c39\",\"CustomerSession\":{\"bookingId\":\"70f70-2f679-e63ae-03c39\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"70f70-2f679-e63ae-03c39\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"vs\",\"passenger-lastname-1\":\"vsv\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"vcsdv\",\"passenger-lastname-2\":\"vsdv\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"157782399_0\",\"RoomCategory\":\"SPOT ON Room\",\"RoomType\":\"SPOT ON Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":623.403108,\"gtxMarkUp\":12.1806,\"GSTOnGTXMarkUp\":2.192508,\"pernightperroomprice\":609.03,\"TotalRoomPrice\":609.03,\"TotalFare\":609.03,\"TotalBaseFare\":597.23,\"TotalNetFare\":609.03,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":609.03,\"TAF\":11.8,\"BF\":597.23,\"CMU\":22.97,\"NF\":609.03},\"afc\":{\"TAF\":{\"MF\":10,\"SNP\":574.26,\"MFT\":1.8,\"SGP\":574.26,\"TTSF\":61.53,\"SBP\":512.73}}}],\"PriceWithMarkup\":623.403108,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":609.03,\"pernightperroomprice\":609.03,\"RoomPrice\":621.2106,\"withmarkupprice\":623.403108,\"gtxMarkUp\":12.1806,\"GSTOnGTXMarkUp\":2.192508,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_1_13604509\",\"RoomTotalPrice\":609.03,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid4283227284-29332628\",\"HotemName\":\"Spot On 69894 Dream Night Lodging And Boarding\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/a1303a984d43f0a872cac3c0fe3e0cb7.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/280644423.jpg?k=81461d4bde75ddaf2ec1820ea8ff65d0e4f797bf0743e418c313c8920c6c91cc&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/309951778.jpg?k=f319d845173c069463a060186c36a5a9ac89d5c4cf6c13b7da4b85a05b7c6557&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/72bf09465168d73157212716940193a1.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/13604509\\/-1\\/080594398c617e6449e2010c0e352983.jpg?ca=10&ce=1&s=312x\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"73.11006\",\"lt\":\"19.20653\"},\"HotelAddress\":\"164, Dawadi Naka, Sonar Pada, Dombivli East, Dombivli, Mumbai\",\"HotelCity\":\"Ulhasnagar\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Tours\",\"Anti-viral cleaning products\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Guest rooms seal after sanitization\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Sanitized kitchen and tableware items\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Room service\",\"Daily housekeeping\",\"Restaurant\",\"Luggage storage\",\"Non Smoking\",\"Family room\",\"CCTV in common areas\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Fire extinguisher\",\"Front desk [24-hour]\",\"Non Smoking\",\"Parking\",\"Parking\",\"Rental car \",\"Air conditioning\",\"Fan\",\"Free bottled water\",\"Linens\",\"Non Smoking\",\"Private bathroom\",\"Private entrance\",\"Satellite\\/cable channels\",\"Shower\",\"Smoke detector\",\"Smoking allowed\",\"Telephone\",\"Toiletries\",\"Towels\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-26\",\"checkoutDate\":\"2023-10-27\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"902229\",\"TPSysId\":\"902230\",\"VersionId\":\"2717058\",\"CustomerSysId\":\"499887\",\"TrxId\":\"72926\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-25 17:42:37'),(1452,'31','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"863686.1341241654928E208\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"25\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-25 17:52:11'),(1458,'8aadd-70af4-0b211-c2f9c','{\"FlightBookingData\":[{\"bookingId\":\"DMC106275994664\",\"bookingId_TJ\":\"TJ106275994664\",\"FlightNumber\":\"I5-769\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8aadd-70af4-0b211-c2f9c\",\"apiTraceId\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-10-26T23:20\",\"LocalFromTime\":\"2023-10-26 23:20\",\"FromUTCTime\":\"2023-10-26T23:20\",\"LocalToTime\":\"2023-10-27 00:10\",\"ToUTCTime\":\"2023-10-27T00:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"1,785\",\"ApiResultIndex\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":882,\"Tax\":939.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":52,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1821.8,\"PublishedFare\":1785.48,\"PublishedFareAgent\":3785.48,\"OfferedFareAgent\":1785.48,\"OfferedFare\":1785.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5808029400_0JAIDELI5769_24829744872563\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":939.8,\"TotalBaseFare\":1821.8,\"BaseFareCal\":1785.48,\"BaseFare\":882,\"CommissionEarned\":36.32,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":52,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":36.32,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1785.48,\"CostToCustomer\":1785.48,\"BaseFareCal\":1785.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1785.48,\"intOfferedFare\":1785.48,\"intPublishFare\":1821.8,\"TripjackMarkup\":0,\"TripjackCommission\":36.32,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":36.32,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":3785.48,\"CostToAgent\":1785.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"545\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-27T00:10\",\"SegFlightNumber\":\"I5-769\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-26T23:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"545\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5808029400_0JAIDELI5769_196251410042767\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9,\"CRF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"189\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9462269772\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:56:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"116\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"116\",\"CustomerMemSysId\":[\"116\"],\"flight_booking_customer\":[[\"210\"]],\"SearchTraceId\":\"8aadd-70af4-0b211-c2f9c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"26\\/10\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8aadd-70af4-0b211-c2f9c\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"JAI\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"26 Oct Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 17:53:35\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8aadd-70af4-0b211-c2f9c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8aadd-70af4-0b211-c2f9c\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"26 Oct Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-25 17:53:35\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106275994664\\\",\\\"bookingId_TJ\\\":\\\"TJ106275994664\\\",\\\"FlightNumber\\\":\\\"I5-769\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"8aadd-70af4-0b211-c2f9c\\\",\\\"apiTraceId\\\":\\\"22-16-5808029400_0JAIDELI5769_196251410042767\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"23:20\\\",\\\"ArrivalTime\\\":\\\"00:10\\\",\\\"TravelDate\\\":\\\"2023-10-26T23:20\\\",\\\"LocalFromTime\\\":\\\"2023-10-26 23:20\\\",\\\"FromUTCTime\\\":\\\"2023-10-26T23:20\\\",\\\"LocalToTime\\\":\\\"2023-10-27 00:10\\\",\\\"ToUTCTime\\\":\\\"2023-10-27T00:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 27 Oct\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"1,785\\\",\\\"ApiResultIndex\\\":\\\"22-16-5808029400_0JAIDELI5769_196251410042767\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":882,\\\"Tax\\\":939.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":876,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":52,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1821.8,\\\"PublishedFare\\\":1785.48,\\\"PublishedFareAgent\\\":3785.48,\\\"OfferedFareAgent\\\":1785.48,\\\"OfferedFare\\\":1785.48,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5808029400_0JAIDELI5769_24829744872563\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":36.32,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":3785.48,\\\"CostToAgent\\\":1785.48,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":939.8,\\\"TotalBaseFare\\\":1821.8,\\\"BaseFareCal\\\":1785.48,\\\"BaseFare\\\":882,\\\"CommissionEarned\\\":36.32,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":52,\\\"MFT\\\":1.8,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":36.32,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":3785.48,\\\"CostToAgent\\\":1785.48,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":36.32,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":1785.48,\\\"CostToCustomer\\\":1785.48,\\\"BaseFareCal\\\":1785.48,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":1785.48,\\\"intOfferedFare\\\":1785.48,\\\"intPublishFare\\\":1821.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":36.32,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":36.32,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":3785.48,\\\"CostToAgent\\\":1785.48,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"545\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-10-27T00:10\\\",\\\"SegFlightNumber\\\":\\\"I5-769\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-10-26T23:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"23:20\\\",\\\"strArrivalDtTime\\\":\\\"00:10\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5808029400_0JAIDELI5769_196251410042767\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-DEL\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"ACFT\\\":150,\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"545\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9462269772\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AJAY KUMAR\",\"passenger-lastname-1\":\"SHARMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"CountryCode\":\"91\",\"MobileNo\":\"9462269772\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"863686.1341241654928E208\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":null,\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":null,\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":null,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-10-25 17:57:50'),(1462,'1ae19-d27b5-b1a7d-b0508','{\"FlightBookingData\":[{\"bookingId\":\"DMC109475994221\",\"bookingId_TJ\":\"TJ109475994221\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ae19-d27b5-b1a7d-b0508\",\"apiTraceId\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-10-26T05:35\",\"LocalFromTime\":\"2023-10-26 05:35\",\"FromUTCTime\":\"2023-10-26T05:35\",\"LocalToTime\":\"2023-10-26 07:30\",\"ToUTCTime\":\"2023-10-26T07:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Thu, 26 Oct\",\"ArrivalDateTxt\":\"Thu, 26 Oct\",\"FlightDuration\":\"02h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22562\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,151\",\"ApiResultIndex\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4900,\"Tax\":1327.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":278,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6227.8,\"PublishedFare\":6150.52,\"PublishedFareAgent\":8150.52,\"OfferedFareAgent\":6150.52,\"OfferedFare\":6150.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7458673931_0DELIXR6E5037_129478376356482\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.8,\"TotalBaseFare\":6227.8,\"BaseFareCal\":6150.52,\"BaseFare\":4900,\"CommissionEarned\":77.28,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":278,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":77.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6150.52,\"CostToCustomer\":6150.52,\"BaseFareCal\":6150.52,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6150.52,\"intOfferedFare\":6150.52,\"intPublishFare\":6227.8,\"TripjackMarkup\":0,\"TripjackCommission\":77.28,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":77.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8150.52,\"CostToAgent\":6150.52,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"82\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Birsa Munda Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ranchi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXR\",\"destinationArrTime\":\"2023-10-26T07:30\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-26T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":115,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"82\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7458673931_0DELIXR6E5037_147912130951976\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22562\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"188\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9462269772\",\"FirstName\":\"MUKESH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25 17:56:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"101\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"101\",\"CustomerMemSysId\":[\"101\"],\"flight_booking_customer\":[[\"209\"]],\"SearchTraceId\":\"1ae19-d27b5-b1a7d-b0508\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Ranchi (IXR)\",\"DEL\"],\"departure_date\":[\"26\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Ranchi, IN - Birsa Munda Arpt (IXR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Birsa Munda Arpt (IXR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Ranchi (IXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[22562],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1ae19-d27b5-b1a7d-b0508\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXR\"],\"from\":[\"DEL\"],\"to\":[\"IXR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Ranchi\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Ranchi, IN - Birsa Munda Arpt (IXR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"26 Oct Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 17:45:56\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1ae19-d27b5-b1a7d-b0508\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Ranchi (IXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Ranchi, IN - Birsa Munda Arpt (IXR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Birsa Munda Arpt (IXR)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Ranchi (IXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[22562],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1ae19-d27b5-b1a7d-b0508\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"IXR\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Ranchi\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Ranchi, IN - Birsa Munda Arpt (IXR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"26 Oct Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-25 17:45:56\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109475994221\\\",\\\"bookingId_TJ\\\":\\\"TJ109475994221\\\",\\\"FlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"1ae19-d27b5-b1a7d-b0508\\\",\\\"apiTraceId\\\":\\\"5-7458673931_0DELIXR6E5037_147912130951976\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"05:35\\\",\\\"ArrivalTime\\\":\\\"07:30\\\",\\\"TravelDate\\\":\\\"2023-10-26T05:35\\\",\\\"LocalFromTime\\\":\\\"2023-10-26 05:35\\\",\\\"FromUTCTime\\\":\\\"2023-10-26T05:35\\\",\\\"LocalToTime\\\":\\\"2023-10-26 07:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-26T07:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":115,\\\"DepartureDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 26 Oct\\\",\\\"FlightDuration\\\":\\\"02h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"22562\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,151\\\",\\\"ApiResultIndex\\\":\\\"5-7458673931_0DELIXR6E5037_147912130951976\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4900,\\\"Tax\\\":1327.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":488,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":278,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6227.8,\\\"PublishedFare\\\":6150.52,\\\"PublishedFareAgent\\\":8150.52,\\\"OfferedFareAgent\\\":6150.52,\\\"OfferedFare\\\":6150.52,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7458673931_0DELIXR6E5037_129478376356482\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":77.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8150.52,\\\"CostToAgent\\\":6150.52,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1327.8,\\\"TotalBaseFare\\\":6227.8,\\\"BaseFareCal\\\":6150.52,\\\"BaseFare\\\":4900,\\\"CommissionEarned\\\":77.28,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":278,\\\"MFT\\\":1.8,\\\"OT\\\":488,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":77.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8150.52,\\\"CostToAgent\\\":6150.52,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-IXR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":77.28,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6150.52,\\\"CostToCustomer\\\":6150.52,\\\"BaseFareCal\\\":6150.52,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6150.52,\\\"intOfferedFare\\\":6150.52,\\\"intPublishFare\\\":6227.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":77.28,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":77.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8150.52,\\\"CostToAgent\\\":6150.52,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"82\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Birsa Munda Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Ranchi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXR\\\",\\\"destinationArrTime\\\":\\\"2023-10-26T07:30\\\",\\\"SegFlightNumber\\\":\\\"6E-5037\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-26T05:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":115,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"05:35\\\",\\\"strArrivalDtTime\\\":\\\"07:30\\\",\\\"FlightDuration\\\":\\\"1h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-7458673931_0DELIXR6E5037_147912130951976\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-IXR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":162.5,\\\"ARF\\\":3250},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5,\\\"ARF\\\":2750},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"22562\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"82\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9462269772\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUKESH\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"MUKESH\",\"LastName\":\"KUMAR\",\"CountryCode\":\"91\",\"MobileNo\":\"9462269772\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"863686.1341241654928E208\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"3\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-10-25 18:01:52'),(1464,'0a1f7-bdc57-572c4-d0fa6','{\"BookingData\":[{\"bookingId\":\"BKR101576011293\",\"bookingId_TJ\":\"TJ101576011293\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-11-06T19:45\",\"LocalFromTime\":\"2023-11-06 19:45\",\"FromUTCTime\":\"2023-11-06T19:45\",\"LocalToTime\":\"2023-11-06 21:10\",\"ToUTCTime\":\"2023-11-06T21:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"PublishedFareTxt\":\"2,725\",\"ApiResultIndex\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"CommissionEarned\":40.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2961468641_0IDRBOM6E552_34343517083862\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":40.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2684.44,\"CostToCustomer\":2684.44,\"BaseFareCal\":2684.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2684.44,\"intOfferedFare\":2684.44,\"intPublishFare\":2724.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.36,\"TripjackTDS\":\"2.12\",\"AddiMarkup\":0,\"CommisionPass\":40.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"234\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T21:10\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-06T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"CPML\",\"Price\":300,\"amount\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"234\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0a1f7-bdc57-572c4-d0fa6\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-25T21:20:42.059\",\"strTraceId\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101576011293\",\"bookingId_TJ\":\"TJ101576011293\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"strTraceId\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2023-11-06T19:45\",\"LocalFromTime\":\"2023-11-06 19:45\",\"FromUTCTime\":\"2023-11-06T19:45\",\"LocalToTime\":\"2023-11-06 21:10\",\"ToUTCTime\":\"2023-11-06T21:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"ApiResultIndex\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"0a1f7-bdc57-572c4-d0fa6\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-25T21:20:42.059\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"234\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T21:10\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-06T19:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:45\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2961468641_1IDRBOM6E552_38949675750089\",\"localFromDateTime\":\"2023-11-06 19:45\",\"localToDateTime\":\"2023-11-06 21:10\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Indore\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"06\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IDR\",\"to\":\"BOM\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12706,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-06\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0a1f7-bdc57-572c4-d0fa6\",\"PreferredAirline\":null,\"from_city_\":\"1__IDR-BOM\"}}','2023-10-25 21:19:09'),(1471,'d6876-4d480-e28bb-d24d8','{\"FlightBookingData\":[{\"bookingId\":\"DMC109376018221\",\"bookingId_TJ\":\"TJ109376018221\",\"FlightNumber\":\"SG-8102\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d6876-4d480-e28bb-d24d8\",\"apiTraceId\":\"31-9130249307_1MAADELSG8102_45643808511230\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"09:00\",\"TravelDate\":\"2023-10-28T06:05\",\"LocalFromTime\":\"2023-10-28 06:05\",\"FromUTCTime\":\"2023-10-28T06:05\",\"LocalToTime\":\"2023-10-28 09:00\",\"ToUTCTime\":\"2023-10-28T09:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,087\",\"ApiResultIndex\":\"31-9130249307_1MAADELSG8102_45643808511230\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5850,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6086.8,\"PublishedFare\":6086.8,\"PublishedFareAgent\":6086.8,\"OfferedFareAgent\":6086.8,\"OfferedFare\":6086.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-9130249307_0MAADELSG8102_49729476283992\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":6086.8,\"BaseFareCal\":6086.8,\"BaseFare\":5850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6086.8,\"CostToCustomer\":6086.8,\"BaseFareCal\":6086.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6086.8,\"intOfferedFare\":6086.8,\"intPublishFare\":6086.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6086.8,\"CostToAgent\":6086.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"186\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-28T09:00\",\"SegFlightNumber\":\"SG-8102\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-10-28T06:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"09:00\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"31-9130249307_1MAADELSG8102_45643808511230\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"MAA-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"31-9130249307_1MAADELSG8102_45643808511230\",\"SearchTraceId\":\"d6876-4d480-e28bb-d24d8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chennai (MAA)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/10\\/2023\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chennai (MAA)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d6876-4d480-e28bb-d24d8\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"MAA\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Chennai\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Oct Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-25 23:09:52\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"MAA-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-25 23:18:01'),(1474,'aa4be-c1534-9db7b-29b80','{\"BookingData\":[{\"bookingId\":\"BKR104476018067\",\"bookingId_TJ\":\"TJ104476018067\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":35364,\"PublishedFareTxt\":\"35,364\",\"ApiResultIndex\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33680,\"Tax\":1684,\"YQTax\":0,\"OtherCharges\":1625,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35364,\"PublishedFare\":35364,\"OfferedFare\":35364,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0512091674_0CCUBLRI51453_131661910902147\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":1684,\"BaseFareCal\":35364,\"BaseFare\":33680,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":0,\"AGST\":0,\"MFT\":9,\"OT\":1625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":35364,\"CostToCustomer\":35364,\"BaseFareCal\":35364,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":35364,\"intOfferedFare\":35364,\"intPublishFare\":35364,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"921\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"aa4be-c1534-9db7b-29b80\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:16:42.004\",\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":5,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104476018067\",\"bookingId_TJ\":\"TJ104476018067\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":35364,\"ApiResultIndex\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"aa4be-c1534-9db7b-29b80\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:16:42.004\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":33680,\"Tax\":1684,\"YQTax\":0,\"OtherCharges\":1625,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35364,\"PublishedFare\":35364,\"OfferedFare\":35364,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":1684,\"BaseFareCal\":35364,\"BaseFare\":33680,\"CommissionEarned\":0,\"TDS\":0,\"MF\":50,\"YQ\":0,\"AGST\":0,\"MFT\":9,\"OT\":1625,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"921\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0512091674_0CCUBLRI51453_45442813338206\",\"localFromDateTime\":\"2023-10-28 09:25\",\"localToDateTime\":\"2023-10-28 12:10\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":5,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"28\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"CCU\",\"to\":\"BLR\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":14323,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-28\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"aa4be-c1534-9db7b-29b80\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Kolkata&mytrip_city_to=Bengaluru&source_city=CCU&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=28%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=5&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553913360\",\"FirstName\":\"Dbdj\",\"LastName\":\"Ehek\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-17-24\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"117\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553913360\",\"FirstName\":\"Jddi\",\"LastName\":\"Hdkd\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-17-24\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"118\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8553913360\",\"FirstName\":\"Dbdj\",\"LastName\":\"Dhdiod\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-17-24\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"119\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553913360\",\"FirstName\":\"Xbxk\",\"LastName\":\"Xhdi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-17-24\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"120\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8553913360\",\"FirstName\":\"Sbsj\",\"LastName\":\"Dbdk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-17-24\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"121\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"902606\",\"TPSysId\":\"902607\",\"VersionId\":[\"275421\"],\"CustomerSysId\":\"524244\",\"TrxId\":\"72960\",\"FareBreakdownid\":[\"387639\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"211\",\"212\",\"213\",\"214\",\"215\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"102\",\"CustomerMemSysId\":[\"117\",\"118\",\"119\",\"120\",\"121\"],\"flight_booking_id\":[\"190\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"190\"],\"_sessiondata\":{\"EmailId\":\"alex005778@gmail.com\",\"CustomerSysId\":\"524244\",\"AgencySysId\":\"86368\",\"FirstName\":\"SK ASPAK\",\"LastName\":\"Hossain\",\"Password_cu\":\"5cbc5219a039749eaef242e1b806c1d6\",\"ContactNo1\":\"8553913360\",\"SecurityKey\":\"\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/customer\\/account\"},\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":35364},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"524244\",\"TPSysId\":\"902607\",\"MasterTPSysId\":\"902606\",\"ProposalID\":\"902607\\/V1\",\"InvoiceDate\":\"2023-10-25\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-25\",\"PaymentDate\":\"2023-10-25\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":35364,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":35364,\"TotalDueAmount\":0,\"InvoiceValue\":35364,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"CCU-BLR-AirIndia Express I5-1453\",\"ItemQty\":1,\"ItemRates\":35364,\"Total\":35364,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":35364,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":35364,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-25 23:20:27'),(1476,'','{\"FlightBookingData\":[{\"FairRules\":[]}],\"FlightBookingDataInbound\":null,\"BookingData\":[{\"FairRules\":[]}]}','2023-10-25 23:28:17'),(1488,'a9758-aba99-03e12-0d118','{\"BookingData\":[{\"bookingId\":\"BKR107376018726\",\"bookingId_TJ\":\"TJ107376018726\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7072.8,\"PublishedFareTxt\":\"7,073\",\"ApiResultIndex\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7072.8,\"PublishedFare\":7072.8,\"OfferedFare\":7072.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-8816492925_0CCUBLRI51453_52657843092637\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7072.8,\"BaseFare\":6736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7072.8,\"CostToCustomer\":7072.8,\"BaseFareCal\":7072.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7072.8,\"intOfferedFare\":7072.8,\"intPublishFare\":7072.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"541\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"a9758-aba99-03e12-0d118\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:32:00.647\",\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107376018726\",\"bookingId_TJ\":\"TJ107376018726\",\"FlightNumber\":\"I5-1453\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2023-10-28T09:25\",\"LocalFromTime\":\"2023-10-28 09:25\",\"FromUTCTime\":\"2023-10-28T09:25\",\"LocalToTime\":\"2023-10-28 12:10\",\"ToUTCTime\":\"2023-10-28T12:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7072.8,\"ApiResultIndex\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"a9758-aba99-03e12-0d118\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-25T23:32:00.647\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7072.8,\"PublishedFare\":7072.8,\"OfferedFare\":7072.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7072.8,\"BaseFare\":6736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"541\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-28T12:10\",\"SegFlightNumber\":\"I5-1453\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-10-28T09:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-8816492925_2CCUBLRI51453_146146698398459\",\"localFromDateTime\":\"2023-10-28 09:25\",\"localToDateTime\":\"2023-10-28 12:10\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"28\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"CCU\",\"to\":\"BLR\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":14323,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-28\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"a9758-aba99-03e12-0d118\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Kolkata&mytrip_city_to=Bengaluru&source_city=CCU&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=28%2F10%2F2023&return_date=&from_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553913360\",\"FirstName\":\"aspak hossain\",\"LastName\":\"sk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-25-23-30-45\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"122\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"902610\",\"TPSysId\":\"902611\",\"VersionId\":[\"275426\"],\"CustomerSysId\":\"524244\",\"TrxId\":\"72962\",\"FareBreakdownid\":[\"387642\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"216\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"102\",\"CustomerMemSysId\":[\"122\"],\"flight_booking_id\":[\"191\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"191\"],\"_sessiondata\":{\"EmailId\":\"alex005778@gmail.com\",\"CustomerSysId\":\"524244\",\"AgencySysId\":\"86368\",\"FirstName\":\"SK ASPAK\",\"LastName\":\"Hossain\",\"Password_cu\":\"5cbc5219a039749eaef242e1b806c1d6\",\"ContactNo1\":\"8553913360\",\"SecurityKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/customer\\/account\"},\"_wallet\":{\"WalletStatus\":false,\"WalletBalance\":null},\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7072.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"524244\",\"TPSysId\":\"902611\",\"MasterTPSysId\":\"902610\",\"ProposalID\":\"902611\\/V1\",\"InvoiceDate\":\"2023-10-25\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-25\",\"PaymentDate\":\"2023-10-25\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7072.8,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7072.8,\"TotalDueAmount\":0,\"InvoiceValue\":7072.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"CCU-BLR-AirIndia Express I5-1453\",\"ItemQty\":1,\"ItemRates\":7072.8,\"Total\":7072.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7072.8,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":7072.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-25 23:31:56'),(1491,'02681-4423f-f3cd4-d5623','{\"BookingData\":[{\"bookingId\":\"BKR104776019788\",\"bookingId_TJ\":\"TJ104776019788\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-10-27T17:30\",\"LocalFromTime\":\"2023-10-27 17:30\",\"FromUTCTime\":\"2023-10-27T17:30\",\"LocalToTime\":\"2023-10-27 18:55\",\"ToUTCTime\":\"2023-10-27T18:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4736.8,\"PublishedFareTxt\":\"4,737\",\"ApiResultIndex\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4736.8,\"PublishedFare\":4736.8,\"OfferedFare\":4736.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3778950783_0DELIXJ6E6184_49201698193540\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4736.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4736.8,\"CostToCustomer\":4736.8,\"BaseFareCal\":4736.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4736.8,\"intOfferedFare\":4736.8,\"intPublishFare\":4736.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"259\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-27T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"02681-4423f-f3cd4-d5623\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-25T23:58:20.556\",\"strTraceId\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104776019788\",\"bookingId_TJ\":\"TJ104776019788\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"strTraceId\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-10-27T17:30\",\"LocalFromTime\":\"2023-10-27 17:30\",\"FromUTCTime\":\"2023-10-27T17:30\",\"LocalToTime\":\"2023-10-27 18:55\",\"ToUTCTime\":\"2023-10-27T18:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4736.8,\"ApiResultIndex\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"02681-4423f-f3cd4-d5623\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-25T23:58:20.556\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4736.8,\"PublishedFare\":4736.8,\"OfferedFare\":4736.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4736.8,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"259\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-27T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3778950783_0DELIXJ6E6184_138684112753908\",\"localFromDateTime\":\"2023-10-27 17:30\",\"localToDateTime\":\"2023-10-27 18:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"27\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"02681-4423f-f3cd4-d5623\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-10-25 23:56:47'),(1495,'9ed79-399d5-ca940-24ffe','{\"BookingData\":[{\"bookingId\":\"BKR106576021694\",\"bookingId_TJ\":\"TJ106576021694\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-10-28T17:30\",\"LocalFromTime\":\"2023-10-28 17:30\",\"FromUTCTime\":\"2023-10-28T17:30\",\"LocalToTime\":\"2023-10-28 18:55\",\"ToUTCTime\":\"2023-10-28T18:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3145374168_0DELIXJ6E6184_230749752251855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"518\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-28T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-28T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9ed79-399d5-ca940-24ffe\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T01:18:11.057\",\"strTraceId\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106576021694\",\"bookingId_TJ\":\"TJ106576021694\",\"FlightNumber\":\"6E-6184\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"strTraceId\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2023-10-28T17:30\",\"LocalFromTime\":\"2023-10-28 17:30\",\"FromUTCTime\":\"2023-10-28T17:30\",\"LocalToTime\":\"2023-10-28 18:55\",\"ToUTCTime\":\"2023-10-28T18:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 28 Oct\",\"ArrivalDateTxt\":\"Sat, 28 Oct\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":13021,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9ed79-399d5-ca940-24ffe\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T01:18:11.057\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"518\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-28T18:55\",\"SegFlightNumber\":\"6E-6184\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-28T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3145374168_0DELIXJ6E6184_57369440901455\",\"localFromDateTime\":\"2023-10-28 17:30\",\"localToDateTime\":\"2023-10-28 18:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":13021,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Jammu\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXJ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"departure_date\":\"28\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Satwari Arpt IXJ\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXJ\",\"from\":\"DEL\",\"to\":\"IXJ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Jammu, IN - Satwari Arpt IXJ, India\",\"sourceCityId\":7701,\"destinationCityId\":13021,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-28\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9ed79-399d5-ca940-24ffe\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-IXJ\"}}','2023-10-26 01:16:38'),(1507,'dd758-90d65-48c01-12fa0','{\"BookingData\":[{\"bookingId\":\"BKR102276057850\",\"bookingId_TJ\":\"TJ102276057850\",\"FlightNumber\":\"6E-6598\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-11-05T23:00\",\"LocalFromTime\":\"2023-11-05 23:00\",\"FromUTCTime\":\"2023-11-05T23:00\",\"LocalToTime\":\"2023-11-06 00:10\",\"ToUTCTime\":\"2023-11-06T00:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sun, 05 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"PublishedFareTxt\":\"2,725\",\"ApiResultIndex\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"CommissionEarned\":40.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.12,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2310226477_0IDRBOM6E6598_15015809594180\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":40.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2684.44,\"CostToCustomer\":2684.44,\"BaseFareCal\":2684.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2684.44,\"intOfferedFare\":2684.44,\"intPublishFare\":2724.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.36,\"TripjackTDS\":\"2.12\",\"AddiMarkup\":0,\"CommisionPass\":40.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"343\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T00:10\",\"SegFlightNumber\":\"6E-6598\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-05T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"343\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"dd758-90d65-48c01-12fa0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T14:52:36.378\",\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102276057850\",\"bookingId_TJ\":\"TJ102276057850\",\"FlightNumber\":\"6E-6598\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"00:10\",\"TravelDate\":\"2023-11-05T23:00\",\"LocalFromTime\":\"2023-11-05 23:00\",\"FromUTCTime\":\"2023-11-05T23:00\",\"LocalToTime\":\"2023-11-06 00:10\",\"ToUTCTime\":\"2023-11-06T00:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sun, 05 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2724.8,\"ApiResultIndex\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"dd758-90d65-48c01-12fa0\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-26T14:52:36.378\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1520,\"Tax\":1204.8,\"YQTax\":400,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":101,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2724.8,\"PublishedFare\":2684.44,\"OfferedFare\":2684.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1204.8,\"BaseFareCal\":2684.44,\"BaseFare\":1520,\"CommissionEarned\":40.36,\"TDS\":-2.12,\"MF\":10,\"YQ\":400,\"AGST\":101,\"MFT\":1.8,\"OT\":692,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"343\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T00:10\",\"SegFlightNumber\":\"6E-6598\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-11-05T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2310226477_3IDRBOM6E6598_18595495015448\",\"localFromDateTime\":\"2023-11-05 23:00\",\"localToDateTime\":\"2023-11-06 00:10\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Indore\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"05\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"IDR\",\"to\":\"BOM\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12706,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"dd758-90d65-48c01-12fa0\",\"PreferredAirline\":null,\"from_city_\":\"1__IDR-BOM\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Indore&mytrip_city_to=Mumbai&source_city=IDR&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Indore%2C+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+IDR%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=05%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+IDR&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-26-14-51-41\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"123\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"903534\",\"TPSysId\":\"903535\",\"VersionId\":[\"275706\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"73034\",\"FareBreakdownid\":[\"387687\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"217\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"123\"],\"flight_booking_id\":[\"192\"]},\"selectedSeatSession\":[],\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"192\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":2684.44},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"501388\",\"TPSysId\":\"903535\",\"MasterTPSysId\":\"903534\",\"ProposalID\":\"903535\\/V1\",\"InvoiceDate\":\"2023-10-26\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-26\",\"PaymentDate\":\"2023-10-26\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":2684.44,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":2684.44,\"TotalDueAmount\":0,\"InvoiceValue\":2684.44,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IDR-BOM-IndiGo 6E-6598\",\"ItemQty\":1,\"ItemRates\":2684.44,\"Total\":2684.44,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":2684.44,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":2684.44,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ102276057850\",\"amount\":2724.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919594796358\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-26T14:56:15.842\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20252357\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6598\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"IDR\",\"name\":\"Devi Ahilya Bai Holkar Arpt\",\"cityCode\":\"IDR\",\"city\":\"Indore\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-05T23:00\",\"at\":\"2023-11-06T00:10\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IDR-BOM\":\"SPW5JF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kisan\",\"lN\":\"Kesarwani\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":2724.8,\"TAF\":1204.8,\"NCM\":40.36,\"NF\":2684.44,\"BF\":1520,\"IGST\":1.8},\"afC\":{\"TAF\":{\"AGST\":101,\"MF\":10,\"MFT\":1.8,\"YQ\":400,\"OT\":692},\"NCM\":{\"TDS\":-2.12,\"OT\":42.48}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-26 14:54:46'),(1511,'7dd92-aaa8d-b5301-05b22','{\"FlightBookingData\":[{\"bookingId\":\"DMC116476057851\",\"bookingId_TJ\":\"TJ116476057851\",\"FlightNumber\":\"AI-929\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T06:55\",\"LocalFromTime\":\"2023-10-27 06:55\",\"FromUTCTime\":\"2023-10-27T06:55\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,379\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10500,\"Tax\":2083.8,\"YQTax\":0,\"OtherCharges\":1442,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":12583.8,\"PublishedFare\":12379.32,\"PublishedFareAgent\":15379.32,\"OfferedFareAgent\":12379.32,\"OfferedFare\":12379.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Web Special Economy\",\"fareIdentifierSP\":\"Web Special Economy\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2083.8,\"TotalBaseFare\":12583.8,\"BaseFareCal\":12379.32,\"BaseFare\":10500,\"CommissionEarned\":204.48,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":530,\"MFT\":1.8,\"OT\":1442,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-DXB\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"30 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":204.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12379.32,\"CostToCustomer\":12379.32,\"BaseFareCal\":12379.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12379.32,\"intOfferedFare\":12379.32,\"intPublishFare\":12583.8,\"TripjackMarkup\":0,\"TripjackCommission\":204.48,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"535\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"AI-929\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T06:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":245,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":[],\"tfr\":{\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"193\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"vikarmgurjar21673@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"562230890\",\"FirstName\":\"KAILASH\",\"LastName\":\"GURJAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"971\",\"RegisterDate\":\"2023-10-26 14:58:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-01-01\",\"PassportNationality\":\"IN\",\"PassportNo\":\"P1423093\",\"PassportExpiry\":\"2026-05-03\",\"passporIssue\":\"2016-05-04\",\"CustomerSysId\":\"103\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"AE\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"103\",\"CustomerMemSysId\":[\"103\"],\"flight_booking_customer\":[[\"218\"]],\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Dubai (DXB)\",\"DEL\"],\"departure_date\":[\"27\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Dubai (DXB)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"DEL\"],\"to\":[\"DXB\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Dubai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Oct Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-26 14:48:10\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Dubai (DXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"228\\\"],\\\"destination_city\\\":[\\\"DXB\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" AE - Dubai Intl Arpt (DXB)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Dubai (DXB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-27\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[8219],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"7dd92-aaa8d-b5301-05b22\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"DXB\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"DXB\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Dubai\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"27 Oct Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-26 14:48:10\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC116476057851\\\",\\\"bookingId_TJ\\\":\\\"TJ116476057851\\\",\\\"FlightNumber\\\":\\\"AI-929\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"7dd92-aaa8d-b5301-05b22\\\",\\\"apiTraceId\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"06:55\\\",\\\"ArrivalTime\\\":\\\"09:30\\\",\\\"TravelDate\\\":\\\"2023-10-27T06:55\\\",\\\"LocalFromTime\\\":\\\"2023-10-27 06:55\\\",\\\"FromUTCTime\\\":\\\"2023-10-27T06:55\\\",\\\"LocalToTime\\\":\\\"2023-10-27 09:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-27T09:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"S\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":245,\\\"DepartureDateTxt\\\":\\\"Fri, 27 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 27 Oct\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"8219\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"DXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,379\\\",\\\"ApiResultIndex\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10500,\\\"Tax\\\":2083.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1442,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":530,\\\"CarrierMiscFee\\\":100,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12583.8,\\\"PublishedFare\\\":12379.32,\\\"PublishedFareAgent\\\":15379.32,\\\"OfferedFareAgent\\\":12379.32,\\\"OfferedFare\\\":12379.32,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Web Special Economy\\\",\\\"fareIdentifierSP\\\":\\\"Web Special Economy\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"S\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2083.8,\\\"TotalBaseFare\\\":12583.8,\\\"BaseFareCal\\\":12379.32,\\\"BaseFare\\\":10500,\\\"CommissionEarned\\\":204.48,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":530,\\\"MFT\\\":1.8,\\\"OT\\\":1442,\\\"MU\\\":0,\\\"YR\\\":100,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"30KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-DXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7Kg\\\",\\\"checkin\\\":\\\"30 Kilograms\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":204.48,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":12379.32,\\\"CostToCustomer\\\":12379.32,\\\"BaseFareCal\\\":12379.32,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":12379.32,\\\"intOfferedFare\\\":12379.32,\\\"intPublishFare\\\":12583.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":204.48,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"535\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Dubai Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Dubai\\\",\\\"destinationCountryName\\\":\\\"United Arab Emirates\\\",\\\"destinationAirportCode\\\":\\\"DXB\\\",\\\"destinationArrTime\\\":\\\"2023-10-27T09:30\\\",\\\"SegFlightNumber\\\":\\\"AI-929\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"S\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-27T06:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"30KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":245,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:55\\\",\\\"strArrivalDtTime\\\":\\\"09:30\\\",\\\"FlightDuration\\\":\\\"4h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":3764,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":7529,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":11293,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":15057,\\\"Weight\\\":\\\"20KG\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":3764,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":7529,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":11293,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":15057,\\\"Weight\\\":\\\"20KG\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":true,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-DXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"DATECHANGE\\\":[{\\\"amount\\\":5000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"BEFORE DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":250,\\\"ARF\\\":5000,\\\"CRFT\\\":9},\\\"pp\\\":\\\"BEFORE_DEPARTURE\\\"},{\\\"amount\\\":5000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"AFTER DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":250,\\\"ARF\\\":5000,\\\"CRFT\\\":9},\\\"pp\\\":\\\"AFTER_DEPARTURE\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":7000,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"BEFORE DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100,\\\"ACF\\\":7000,\\\"ACFT\\\":350},\\\"pp\\\":\\\"BEFORE_DEPARTURE\\\"},{\\\"amount\\\":7000,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"AFTER DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100,\\\"ACF\\\":7000,\\\"ACFT\\\":350},\\\"pp\\\":\\\"AFTER_DEPARTURE\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-26 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"DXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"8219\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":3764,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":7529,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":11293,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":15057,\\\"Weight\\\":\\\"20KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"971\",\"leadMobile\":\"562230890\",\"leadEmail\":\"vikarmgurjar21673@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KAILASH\",\"passenger-lastname-1\":\"GURJAR\",\"passenger-dob-1\":\"01\\/01\\/1995\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"P1423093\",\"passenger-passporIssue-1\":\"04\\/05\\/2016\",\"passenger-PassportExpiry-1\":\"03\\/05\\/2026\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"AE\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"vikarmgurjar21673@gmail.com\",\"FirstName\":\"KAILASH\",\"LastName\":\"GURJAR\",\"CountryCode\":\"971\",\"MobileNo\":\"562230890\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"863686.1341241654928E208\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ116476057851\",\"amount\":12583.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"vikarmgurjar21673@gmail.com\"],\"contacts\":[\"971562230890\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-26T15:01:58.102\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20252520\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"929\",\"eT\":\"788\"},\"stops\":0,\"duration\":245,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-27T06:55\",\"at\":\"2023-10-27T09:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-DXB\":\"6LEPJP\"},\"ticketNumberDetails\":{\"DEL-DXB\":\"0985100101665\"},\"gdsPnrs\":{\"DEL-DXB\":\"600KRY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KAILASH\",\"lN\":\"GURJAR\",\"dob\":\"1995-01-01\",\"pNum\":\"P1423093\",\"eD\":\"2026-05-03\",\"pNat\":\"IN\",\"pid\":\"2016-05-04\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":204.48,\"TF\":12583.8,\"IGST\":1.8,\"NF\":12379.32,\"BF\":10500,\"TAF\":2083.8},\"afC\":{\"NCM\":{\"OT\":215.24,\"TDS\":-10.76},\"TAF\":{\"YR\":100,\"MFT\":1.8,\"MF\":10,\"AGST\":530,\"OT\":1442}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"903558\",\"TPSysId\":\"903559\",\"TrxId\":\"73036\",\"VersionId\":\"275715\",\"XRefBookingId\":\"DMC116476057851\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC116476057851\\\",\\\"bookingId_TJ\\\":\\\"TJ116476057851\\\",\\\"FlightNumber\\\":\\\"AI-929\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"7dd92-aaa8d-b5301-05b22\\\",\\\"apiTraceId\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"06:55\\\",\\\"ArrivalTime\\\":\\\"09:30\\\",\\\"TravelDate\\\":\\\"2023-10-27T06:55\\\",\\\"LocalFromTime\\\":\\\"2023-10-27 06:55\\\",\\\"FromUTCTime\\\":\\\"2023-10-27T06:55\\\",\\\"LocalToTime\\\":\\\"2023-10-27 09:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-27T09:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"S\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":245,\\\"DepartureDateTxt\\\":\\\"Fri, 27 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 27 Oct\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"8219\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"DXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,379\\\",\\\"ApiResultIndex\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10500,\\\"Tax\\\":2083.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1442,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":530,\\\"CarrierMiscFee\\\":100,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12583.8,\\\"PublishedFare\\\":12379.32,\\\"PublishedFareAgent\\\":15379.32,\\\"OfferedFareAgent\\\":12379.32,\\\"OfferedFare\\\":12379.32,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Web Special Economy\\\",\\\"fareIdentifierSP\\\":\\\"Web Special Economy\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"S\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2083.8,\\\"TotalBaseFare\\\":12583.8,\\\"BaseFareCal\\\":12379.32,\\\"BaseFare\\\":10500,\\\"CommissionEarned\\\":204.48,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":530,\\\"MFT\\\":1.8,\\\"OT\\\":1442,\\\"MU\\\":0,\\\"YR\\\":100,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"30KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-DXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7Kg\\\",\\\"checkin\\\":\\\"30 Kilograms\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":204.48,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":12379.32,\\\"CostToCustomer\\\":12379.32,\\\"BaseFareCal\\\":12379.32,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":12379.32,\\\"intOfferedFare\\\":12379.32,\\\"intPublishFare\\\":12583.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":204.48,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":204.48,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":15379.32,\\\"CostToAgent\\\":12379.32,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"535\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Dubai Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Dubai\\\",\\\"destinationCountryName\\\":\\\"United Arab Emirates\\\",\\\"destinationAirportCode\\\":\\\"DXB\\\",\\\"destinationArrTime\\\":\\\"2023-10-27T09:30\\\",\\\"SegFlightNumber\\\":\\\"AI-929\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"S\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-27T06:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"30KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":245,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:55\\\",\\\"strArrivalDtTime\\\":\\\"09:30\\\",\\\"FlightDuration\\\":\\\"4h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":3764,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":7529,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":11293,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":15057,\\\"Weight\\\":\\\"20KG\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":3764,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":7529,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":11293,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"535\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":15057,\\\"Weight\\\":\\\"20KG\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":true,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-DXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"DATECHANGE\\\":[{\\\"amount\\\":5000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"BEFORE DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":250,\\\"ARF\\\":5000,\\\"CRFT\\\":9},\\\"pp\\\":\\\"BEFORE_DEPARTURE\\\"},{\\\"amount\\\":5000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"AFTER DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":250,\\\"ARF\\\":5000,\\\"CRFT\\\":9},\\\"pp\\\":\\\"AFTER_DEPARTURE\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":7000,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"BEFORE DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100,\\\"ACF\\\":7000,\\\"ACFT\\\":350},\\\"pp\\\":\\\"BEFORE_DEPARTURE\\\"},{\\\"amount\\\":7000,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"AFTER DEPARTURE Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100,\\\"ACF\\\":7000,\\\"ACFT\\\":350},\\\"pp\\\":\\\"AFTER_DEPARTURE\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-26 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"DXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"8219\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ116476057851\\\",\\\"amount\\\":12583.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"vikarmgurjar21673@gmail.com\\\"],\\\"contacts\\\":[\\\"971562230890\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-26T15:01:58.102\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20252520\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"AI\\\",\\\"name\\\":\\\"Air India\\\",\\\"isLcc\\\":false},\\\"fN\\\":\\\"929\\\",\\\"eT\\\":\\\"788\\\"},\\\"stops\\\":0,\\\"duration\\\":245,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 3\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DXB\\\",\\\"name\\\":\\\"Dubai Intl Arpt\\\",\\\"cityCode\\\":\\\"DXB\\\",\\\"city\\\":\\\"Dubai\\\",\\\"country\\\":\\\"United Arab Emirates\\\",\\\"countryCode\\\":\\\"AE\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-10-27T06:55\\\",\\\"at\\\":\\\"2023-10-27T09:30\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-DXB\\\":\\\"6LEPJP\\\"},\\\"ticketNumberDetails\\\":{\\\"DEL-DXB\\\":\\\"0985100101665\\\"},\\\"gdsPnrs\\\":{\\\"DEL-DXB\\\":\\\"600KRY\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"KAILASH\\\",\\\"lN\\\":\\\"GURJAR\\\",\\\"dob\\\":\\\"1995-01-01\\\",\\\"pNum\\\":\\\"P1423093\\\",\\\"eD\\\":\\\"2026-05-03\\\",\\\"pNat\\\":\\\"IN\\\",\\\"pid\\\":\\\"2016-05-04\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NCM\\\":204.48,\\\"TF\\\":12583.8,\\\"IGST\\\":1.8,\\\"NF\\\":12379.32,\\\"BF\\\":10500,\\\"TAF\\\":2083.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":215.24,\\\"TDS\\\":-10.76},\\\"TAF\\\":{\\\"YR\\\":100,\\\"MFT\\\":1.8,\\\"MF\\\":10,\\\"AGST\\\":530,\\\"OT\\\":1442}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-DXB\\\":\\\"6LEPJP\\\"},\\\"ticketNumberDetails\\\":{\\\"DEL-DXB\\\":\\\"0985100101665\\\"},\\\"gdsPnrs\\\":{\\\"DEL-DXB\\\":\\\"600KRY\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"KAILASH\\\",\\\"lN\\\":\\\"GURJAR\\\",\\\"dob\\\":\\\"1995-01-01\\\",\\\"pNum\\\":\\\"P1423093\\\",\\\"eD\\\":\\\"2026-05-03\\\",\\\"pNat\\\":\\\"IN\\\",\\\"pid\\\":\\\"2016-05-04\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":12379.32,\\\"NetPrice\\\":12379.32,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":12379.32,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Dubai (DXB)\",\"Amount\":10500,\"NetAmount\":12379.32}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC116476057851\",\"bookingId_TJ\":\"TJ116476057851\",\"FlightNumber\":\"AI-929\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-10-27T06:55\",\"LocalFromTime\":\"2023-10-27 06:55\",\"FromUTCTime\":\"2023-10-27T06:55\",\"LocalToTime\":\"2023-10-27 09:30\",\"ToUTCTime\":\"2023-10-27T09:30\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Fri, 27 Oct\",\"ArrivalDateTxt\":\"Fri, 27 Oct\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,379\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10500,\"Tax\":2083.8,\"YQTax\":0,\"OtherCharges\":1442,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":530,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":12583.8,\"PublishedFare\":12379.32,\"PublishedFareAgent\":15379.32,\"OfferedFareAgent\":12379.32,\"OfferedFare\":12379.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-2681821133_0DELDXBAI929_97820072539929\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Web Special Economy\",\"fareIdentifierSP\":\"Web Special Economy\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2083.8,\"TotalBaseFare\":12583.8,\"BaseFareCal\":12379.32,\"BaseFare\":10500,\"CommissionEarned\":204.48,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":530,\"MFT\":1.8,\"OT\":1442,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-DXB\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"30 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":204.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12379.32,\"CostToCustomer\":12379.32,\"BaseFareCal\":12379.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12379.32,\"intOfferedFare\":12379.32,\"intPublishFare\":12583.8,\"TripjackMarkup\":0,\"TripjackCommission\":204.48,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":204.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":15379.32,\"CostToAgent\":12379.32,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"535\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-10-27T09:30\",\"SegFlightNumber\":\"AI-929\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-27T06:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":245,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"5KG\",\"Price\":3764,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"10KG\",\"Price\":7529,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"15KG\",\"Price\":11293,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"535\",\"Code\":\"20KG\",\"Price\":15057,\"Weight\":\"20KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-27-21-20-12-2-15-10-2681821133_9DELDXBAI929_106655648164892\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-DXB\":{\"fr\":[],\"tfr\":{\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9},\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"BEFORE_DEPARTURE\"},{\"amount\":7000,\"additionalFee\":100,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100,\"ACF\":7000,\"ACFT\":350},\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"1\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"vikarmgurjar21673@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"562230890\",\"FirstName\":\"KAILASH\",\"LastName\":\"GURJAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"971\",\"RegisterDate\":\"2023-10-26 14:58:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-01-01\",\"PassportNationality\":\"IN\",\"PassportNo\":\"P1423093\",\"PassportExpiry\":\"2026-05-03\",\"passporIssue\":\"2016-05-04\",\"CustomerSysId\":\"103\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"AE\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Dubai (DXB)\",\"DEL\"],\"departure_date\":[\"27\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Dubai (DXB)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"7dd92-aaa8d-b5301-05b22\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"DEL\"],\"to\":[\"DXB\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Dubai\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB), United Arab Emirates\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Oct Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-26 14:48:10\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-26 15:00:51'),(1515,'e448a-e5d07-6a056-322e7','{\"BookingData\":[{\"bookingId\":\"BKR118476067068\",\"bookingId_TJ\":\"TJ118476067068\",\"FlightNumber\":\"XY-334\",\"AirlineName\":\"Flynas Airline\",\"AirlineCode\":\"XY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"AirlineSysId\":\"230\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-11-19T08:55\",\"LocalFromTime\":\"2023-11-19 08:55\",\"FromUTCTime\":\"2023-11-19T08:55\",\"LocalToTime\":\"2023-11-19 18:35\",\"ToUTCTime\":\"2023-11-19T18:35\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Riyadh\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":730,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"9h 40m\",\"SourcePlaceSysId\":16028,\"DestPlaceSysId\":13067,\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"JED\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25867.8,\"PublishedFareTxt\":\"25,868\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11525,\"Tax\":14342.8,\"YQTax\":7866,\"OtherCharges\":3401,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1070,\"CarrierMiscFee\":1994,\"MUFee\":0,\"intPublishedFare\":25867.8,\"PublishedFare\":25867.8,\"OfferedFare\":25867.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-3238941679_0LKORUHXY334RUHJEDXY33_24072770296767\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":14342.8,\"BaseFareCal\":25867.8,\"BaseFare\":11525,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":7866,\"AGST\":1070,\"MFT\":1.8,\"OT\":3401,\"MU\":0,\"YR\":1994,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":25867.8,\"CostToCustomer\":25867.8,\"BaseFareCal\":25867.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":25867.8,\"intOfferedFare\":25867.8,\"intPublishFare\":25867.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"116\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-11-19T12:20\",\"SegFlightNumber\":\"XY-334\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"A\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-11-19T08:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":355,\"GroundTime\":255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"5h 55m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Riyadh\",\"DepTerminal\":\"Terminal 0\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"},{\"segmentid\":\"117\",\"originAirportName\":\"King Khaled Intl\",\"destinationAirportName\":\"Jeddah Intl\",\"originCityName\":\"Riyadh\",\"originCountryName\":\"Saudi Arabia\",\"destinationCityName\":\"Jeddah\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"JED\",\"destinationArrTime\":\"2023-11-19T18:35\",\"SegFlightNumber\":\"XY-33\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"A\",\"originAirportCode\":\"RUH\",\"originDepTime\":\"2023-11-19T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"15KG\",\"Price\":4537,\"amount\":4537,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"25KG\",\"Price\":10005,\"amount\":10005,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"30KG\",\"Price\":13294,\"amount\":13294,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e448a-e5d07-6a056-322e7\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-26T16:35:35.507\",\"strTraceId\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"LKO\",\"strDestinationAirportCode\":\"JED\",\"intMemberCount\":1,\"intSourceCityId\":16028,\"intDestinationCityId\":13067,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR118476067068\",\"bookingId_TJ\":\"TJ118476067068\",\"FlightNumber\":\"XY-334\",\"AirlineName\":\"Flynas Airline\",\"AirlineCode\":\"XY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"strTraceId\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"AirlineSysId\":\"230\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2023-11-19T08:55\",\"LocalFromTime\":\"2023-11-19 08:55\",\"FromUTCTime\":\"2023-11-19T08:55\",\"LocalToTime\":\"2023-11-19 18:35\",\"ToUTCTime\":\"2023-11-19T18:35\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Riyadh\",\"GroundTime\":255,\"LAYOVERDuration\":\"4h 15m\",\"FlyingMinutes\":730,\"DepartureDateTxt\":\"Sun, 19 Nov\",\"ArrivalDateTxt\":\"Sun, 19 Nov\",\"FlightDuration\":\"9h 40m\",\"SourcePlaceSysId\":16028,\"DestPlaceSysId\":13067,\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"JED\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25867.8,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\",\"SearchFlightTraceId\":\"e448a-e5d07-6a056-322e7\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-10-26T16:35:35.507\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11525,\"Tax\":14342.8,\"YQTax\":7866,\"OtherCharges\":3401,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1070,\"CarrierMiscFee\":1994,\"MUFee\":0,\"intPublishedFare\":25867.8,\"PublishedFare\":25867.8,\"OfferedFare\":25867.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":14342.8,\"BaseFareCal\":25867.8,\"BaseFare\":11525,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":7866,\"AGST\":1070,\"MFT\":1.8,\"OT\":3401,\"MU\":0,\"YR\":1994,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"116\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"King Khaled Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Riyadh\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"RUH\",\"destinationArrTime\":\"2023-11-19T12:20\",\"SegFlightNumber\":\"XY-334\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"A\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-11-19T08:55\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":355,\"GroundTime\":255,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"5h 55m\",\"LAYOVERDuration\":\"4h 15m\",\"LAYOVERCity\":\"Riyadh\",\"DepTerminal\":\"Terminal 0\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"},{\"segmentid\":\"117\",\"originAirportName\":\"King Khaled Intl\",\"destinationAirportName\":\"Jeddah Intl\",\"originCityName\":\"Riyadh\",\"originCountryName\":\"Saudi Arabia\",\"destinationCityName\":\"Jeddah\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"JED\",\"destinationArrTime\":\"2023-11-19T18:35\",\"SegFlightNumber\":\"XY-33\",\"AirlineCode\":\"XY\",\"AirlineName\":\"Flynas Airline\",\"FareClass\":\"A\",\"originAirportCode\":\"RUH\",\"originDepTime\":\"2023-11-19T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 5\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/XY.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-3238941679_1LKORUHXY334RUHJEDXY33_30079648565353\",\"localFromDateTime\":\"2023-11-19 08:55\",\"localToDateTime\":\"2023-11-19 18:35\",\"strSourceAirportCode\":\"LKO\",\"strDestinationAirportCode\":\"JED\",\"intMemberCount\":1,\"intSourceCityId\":16028,\"intDestinationCityId\":13067,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Lucknow\",\"mytrip_city_to\":\"Jeddah\",\"source_city\":\"LKO\",\"ContSysId_1\":\"101\",\"destination_city\":\"JED\",\"ContSysId\":\"186\",\"source\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"destination\":\"Jeddah, SA - Jeddah Intl JED, Saudi Arabia\",\"departure_date\":\"19\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Amausi Arpt LKO\",\"to_mytrip_city\":\" SA - Jeddah Intl JED\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"LKO\",\"destinationCityAirportCode\":\"JED\",\"from\":\"LKO\",\"to\":\"JED\",\"sourceCityText\":\"Lucknow, IN - Amausi Arpt LKO, India\",\"destinationCityText\":\"Jeddah, SA - Jeddah Intl JED, Saudi Arabia\",\"sourceCityId\":16028,\"destinationCityId\":13067,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e448a-e5d07-6a056-322e7\",\"PreferredAirline\":null,\"from_city_\":\"1__LKO-JED\"}}','2023-10-26 16:34:05'),(1517,'ec4c6-a0bc7-63f80-fe569','{\"FlightBookingData\":[{\"bookingId\":\"DMC104476122858\",\"bookingId_TJ\":\"TJ104476122858\",\"FlightNumber\":\"6E-5011\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ec4c6-a0bc7-63f80-fe569\",\"apiTraceId\":\"5-7275275823_2BLRBOM6E5011BOMAMD6E802_5890415473506\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:15\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2023-11-20T11:15\",\"LocalFromTime\":\"2023-11-20 11:15\",\"FromUTCTime\":\"2023-11-20T11:15\",\"LocalToTime\":\"2023-11-20 17:45\",\"ToUTCTime\":\"2023-11-20T17:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"07h 30m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"296\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"21,635\",\"ApiResultIndex\":\"5-7275275823_2BLRBOM6E5011BOMAMD6E802_5890415473506\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":17650,\"Tax\":4225.6,\"YQTax\":1400,\"OtherCharges\":1834,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":968,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21875.6,\"PublishedFare\":21635.26,\"PublishedFareAgent\":21635.26,\"OfferedFareAgent\":21635.26,\"OfferedFare\":21635.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7275275823_0BLRBOM6E5011BOMAMD6E802_106421509331534\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":240.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21635.26,\"CostToAgent\":21635.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4225.6,\"TotalBaseFare\":21875.6,\"BaseFareCal\":21635.26,\"BaseFare\":17650,\"CommissionEarned\":240.34,\"TDS\":0,\"MF\":20,\"YQ\":1400,\"AGST\":968,\"MFT\":3.6,\"OT\":1834,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":240.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21635.26,\"CostToAgent\":21635.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":21875.6,\"oldFare\":18943.6,\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":240.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":21635.26,\"CostToCustomer\":21635.26,\"BaseFareCal\":21635.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":21635.26,\"intOfferedFare\":21635.26,\"intPublishFare\":21875.6,\"TripjackMarkup\":0,\"TripjackCommission\":240.34,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":240.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21635.26,\"CostToAgent\":21635.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"995\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-20T13:05\",\"SegFlightNumber\":\"6E-5011\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T11:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":110,\"GroundTime\":220,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:15\",\"strArrivalDtTime\":\"13:05\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"996\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-20T17:45\",\"SegFlightNumber\":\"6E-802\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-20T16:45\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"996\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7275275823_2BLRBOM6E5011BOMAMD6E802_5890415473506\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"296\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-7275275823_2BLRBOM6E5011BOMAMD6E802_5890415473506\",\"SearchTraceId\":\"ec4c6-a0bc7-63f80-fe569\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Ahmedabad (AMD)\",\"DEL\"],\"departure_date\":[\"20\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"AMD\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Ahmedabad (AMD)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[296],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ec4c6-a0bc7-63f80-fe569\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"AMD\"],\"from\":[\"BLR\"],\"to\":[\"AMD\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Ahmedabad\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"20 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-27 12:12:52\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-27 12:14:27'),(1520,'65139-a17c0-2cf3a-70cba','{\"FlightBookingData\":[{\"bookingId\":\"DMC105776156686\",\"bookingId_TJ\":\"TJ105776156686\",\"FlightNumber\":\"AI-491\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"65139-a17c0-2cf3a-70cba\",\"apiTraceId\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:20\",\"ArrivalTime\":\"12:25\",\"TravelDate\":\"2023-10-30T11:20\",\"LocalFromTime\":\"2023-10-30 11:20\",\"FromUTCTime\":\"2023-10-30T11:20\",\"LocalToTime\":\"2023-10-30 12:25\",\"ToUTCTime\":\"2023-10-30T12:25\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"01h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,068\",\"ApiResultIndex\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3430,\"Tax\":750.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":180,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":4180.8,\"PublishedFare\":4067.78,\"PublishedFareAgent\":4067.78,\"OfferedFareAgent\":4067.78,\"OfferedFare\":4067.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-21-10-15-2-2556850422_0DELATQAI491_29662364183426\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"fareIdentifierSP\":\"Comfort\",\"SeatAvailable\":null,\"classOfBooking\":\"L\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750.8,\"TotalBaseFare\":4180.8,\"BaseFareCal\":4067.78,\"BaseFare\":3430,\"CommissionEarned\":113.02,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":180,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-ATQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":113.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4067.78,\"CostToCustomer\":4067.78,\"BaseFareCal\":4067.78,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4067.78,\"intOfferedFare\":4067.78,\"intPublishFare\":4180.8,\"TripjackMarkup\":0,\"TripjackCommission\":113.02,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":113.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4067.78,\"CostToAgent\":4067.78,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"segmentid\":\"59\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2023-10-30T12:25\",\"SegFlightNumber\":\"AI-491\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-30T11:20\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"12:25\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"5KG\",\"Price\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"10KG\",\"Price\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"15KG\",\"Price\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"20KG\",\"Price\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"25KG\",\"Price\":12600,\"Weight\":\"25KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"5KG\",\"Price\":2520,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"10KG\",\"Price\":5040,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"15KG\",\"Price\":7560,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"20KG\",\"Price\":10080,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"59\",\"Code\":\"25KG\",\"Price\":12600,\"Weight\":\"25KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-ATQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"974\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"194\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-27 18:27:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"124\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-27 18:27:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"65139-a17c0-2cf3a-70cba\",\"modified\":\"2023-10-27 18:27:15\",\"created\":\"2023-10-27 18:27:15\",\"CustomerMemberSysId\":\"124\"}],\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"124\"],\"flight_booking_customer\":[[\"219\"]],\"SearchTraceId\":\"65139-a17c0-2cf3a-70cba\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Amritsar (ATQ)\",\"DEL\"],\"departure_date\":[\"30\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"ATQ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Raja Sansi Arpt (ATQ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Amritsar (ATQ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-30\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[974],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"65139-a17c0-2cf3a-70cba\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"ATQ\"],\"from\":[\"DEL\"],\"to\":[\"ATQ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Amritsar\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"30 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-27 18:24:54\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"65139-a17c0-2cf3a-70cba\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Amritsar (ATQ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"ATQ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Raja Sansi Arpt (ATQ)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Amritsar (ATQ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-30\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[974],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"65139-a17c0-2cf3a-70cba\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"ATQ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"ATQ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Amritsar\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Amritsar, IN - Raja Sansi Arpt (ATQ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"30 Oct Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-27 18:24:54\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105776156686\\\",\\\"bookingId_TJ\\\":\\\"TJ105776156686\\\",\\\"FlightNumber\\\":\\\"AI-491\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"65139-a17c0-2cf3a-70cba\\\",\\\"apiTraceId\\\":\\\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"11:20\\\",\\\"ArrivalTime\\\":\\\"12:25\\\",\\\"TravelDate\\\":\\\"2023-10-30T11:20\\\",\\\"LocalFromTime\\\":\\\"2023-10-30 11:20\\\",\\\"FromUTCTime\\\":\\\"2023-10-30T11:20\\\",\\\"LocalToTime\\\":\\\"2023-10-30 12:25\\\",\\\"ToUTCTime\\\":\\\"2023-10-30T12:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"L\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":65,\\\"DepartureDateTxt\\\":\\\"Mon, 30 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 30 Oct\\\",\\\"FlightDuration\\\":\\\"01h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"974\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"ATQ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,068\\\",\\\"ApiResultIndex\\\":\\\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3430,\\\"Tax\\\":750.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":389,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":180,\\\"CarrierMiscFee\\\":170,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4180.8,\\\"PublishedFare\\\":4067.78,\\\"PublishedFareAgent\\\":4067.78,\\\"OfferedFareAgent\\\":4067.78,\\\"OfferedFare\\\":4067.78,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"32-21-10-15-2-2556850422_0DELATQAI491_29662364183426\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Comfort\\\",\\\"fareIdentifierSP\\\":\\\"Comfort\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"L\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":113.02,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4067.78,\\\"CostToAgent\\\":4067.78,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":750.8,\\\"TotalBaseFare\\\":4180.8,\\\"BaseFareCal\\\":4067.78,\\\"BaseFare\\\":3430,\\\"CommissionEarned\\\":113.02,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":180,\\\"MFT\\\":1.8,\\\"OT\\\":389,\\\"MU\\\":0,\\\"YR\\\":170,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":113.02,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4067.78,\\\"CostToAgent\\\":4067.78,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-ATQ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"20 Kilograms\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":113.02,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":4067.78,\\\"CostToCustomer\\\":4067.78,\\\"BaseFareCal\\\":4067.78,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":4067.78,\\\"intOfferedFare\\\":4067.78,\\\"intPublishFare\\\":4180.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":113.02,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":113.02,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4067.78,\\\"CostToAgent\\\":4067.78,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"59\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Raja Sansi Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Amritsar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"ATQ\\\",\\\"destinationArrTime\\\":\\\"2023-10-30T12:25\\\",\\\"SegFlightNumber\\\":\\\"AI-491\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"L\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-30T11:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":65,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:20\\\",\\\"strArrivalDtTime\\\":\\\"12:25\\\",\\\"FlightDuration\\\":\\\"1h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":2520,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":5040,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":7560,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":10080,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"25KG\\\",\\\"Price\\\":12600,\\\"Weight\\\":\\\"25KG\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":2520,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":5040,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":7560,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":10080,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"25KG\\\",\\\"Price\\\":12600,\\\"Weight\\\":\\\"25KG\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"32-21-10-15-2-2556850422_0DELATQAI491_124332393960524\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-ATQ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"Non-Refundable\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"CRF\\\":50},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-29 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"ATQ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"974\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"5KG\\\",\\\"Price\\\":2520,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"10KG\\\",\\\"Price\\\":5040,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"15KG\\\",\\\"Price\\\":7560,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"20KG\\\",\\\"Price\\\":10080,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"59\\\",\\\"Code\\\":\\\"25KG\\\",\\\"Price\\\":12600,\\\"Weight\\\":\\\"25KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"200\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-27 18:27:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"65139-a17c0-2cf3a-70cba\",\"modified\":\"2023-10-27 18:27:15\",\"created\":\"2023-10-27 18:27:15\",\"MobileNo\":\"7742825288\",\"B2B\":true}],\"isWheelChair\":0}','2023-10-27 18:27:15'),(1529,'edf45-1baec-55c3a-9096c','{\"BookingData\":[{\"bookingId\":\"BKR109476161018\",\"bookingId_TJ\":\"TJ109476161018\",\"FlightNumber\":\"6E-6438\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 14:50\",\"ToUTCTime\":\"2023-11-02T14:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":330,\"LAYOVERDuration\":\"5h 30m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6241.8,\"PublishedFareTxt\":\"6,242\",\"ApiResultIndex\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-STV\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3670,\"Tax\":2571.8,\"YQTax\":1200,\"OtherCharges\":1109,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6241.8,\"PublishedFare\":6177.96,\"OfferedFare\":6177.96,\"CommissionEarned\":63.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_46094381944408\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":63.84,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":6241.8,\"oldFare\":5787.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2571.8,\"BaseFareCal\":6177.96,\"BaseFare\":3670,\"CommissionEarned\":63.84,\"TDS\":-3.36,\"MF\":10,\"YQ\":1200,\"AGST\":251,\"MFT\":1.8,\"OT\":1109,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6177.96,\"CostToCustomer\":6177.96,\"BaseFareCal\":6177.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6177.96,\"intOfferedFare\":6177.96,\"intPublishFare\":6241.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.84,\"TripjackTDS\":\"3.36\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":63.84,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"626\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T07:35\",\"SegFlightNumber\":\"6E-6438\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":330,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"5h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"627\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-11-02T14:50\",\"SegFlightNumber\":\"6E-465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"edf45-1baec-55c3a-9096c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-27T19:18:52.275\",\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109476161018\",\"bookingId_TJ\":\"TJ109476161018\",\"FlightNumber\":\"6E-6438\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 14:50\",\"ToUTCTime\":\"2023-11-02T14:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":330,\"LAYOVERDuration\":\"5h 30m\",\"FlyingMinutes\":595,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"9h 55m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6241.8,\"ApiResultIndex\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"edf45-1baec-55c3a-9096c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-27T19:18:52.275\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3670,\"Tax\":2571.8,\"YQTax\":1200,\"OtherCharges\":1109,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6241.8,\"PublishedFare\":6177.96,\"OfferedFare\":6177.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2571.8,\"BaseFareCal\":6177.96,\"BaseFare\":3670,\"CommissionEarned\":63.84,\"TDS\":-3.36,\"MF\":10,\"YQ\":1200,\"AGST\":251,\"MFT\":1.8,\"OT\":1109,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"626\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-02T07:35\",\"SegFlightNumber\":\"6E-6438\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":330,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"5h 30m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"627\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2023-11-02T14:50\",\"SegFlightNumber\":\"6E-465\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T13:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:05\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4761558873_0CCUBLR6E6438BLRSTV6E465_116472440862741\",\"localFromDateTime\":\"2023-11-02 04:55\",\"localToDateTime\":\"2023-11-02 14:50\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":14323,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Surat\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"STV\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Surat, IN - Surat Airport STV, India\",\"departure_date\":\"02\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Surat Airport STV\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"STV\",\"from\":\"CCU\",\"to\":\"STV\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Surat, IN - Surat Airport STV, India\",\"sourceCityId\":14323,\"destinationCityId\":26438,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"edf45-1baec-55c3a-9096c\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-STV\"}}','2023-10-27 19:17:19');
INSERT INTO `tbl_temp_data` VALUES (1535,'3ecff-b062e-36fb8-a9e1f','{\"FlightBookingData\":[{\"bookingId\":\"DMC106476171116\",\"bookingId_TJ\":\"TJ106476171116\",\"FlightNumber\":\"SG-2348\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"apiTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:35\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-12T12:35\",\"LocalFromTime\":\"2023-11-12 12:35\",\"FromUTCTime\":\"2023-11-12T12:35\",\"LocalToTime\":\"2023-11-12 14:50\",\"ToUTCTime\":\"2023-11-12T14:50\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 12 Nov\",\"ArrivalDateTxt\":\"Sun, 12 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"13491\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXY\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,033\",\"ApiResultIndex\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7235,\"Tax\":922.8,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":368,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8157.8,\"PublishedFare\":8033.19,\"PublishedFareAgent\":10033.189999999999,\"OfferedFareAgent\":8033.19,\"OfferedFare\":8033.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0553550010_0IXYDELSG2348_54838582226248\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":16,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":922.8,\"TotalBaseFare\":8157.8,\"BaseFareCal\":8033.19,\"BaseFare\":7235,\"CommissionEarned\":124.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":368,\"MFT\":1.8,\"OT\":543,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXY-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":124.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8033.19,\"CostToCustomer\":8033.19,\"BaseFareCal\":8033.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8033.19,\"intOfferedFare\":8033.19,\"intPublishFare\":8157.8,\"TripjackMarkup\":0,\"TripjackCommission\":124.61,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"713\",\"originAirportName\":\"Kandla Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kandla\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-12T14:50\",\"SegFlightNumber\":\"SG-2348\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXY\",\"originDepTime\":\"2023-11-12T12:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXY-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCF\":50,\"CCFT\":9,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXY\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"13491\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"196\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9313853705\",\"FirstName\":\"RITAMIT\",\"LastName\":\"LEPCHA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-27 21:51:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"105\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"105\",\"CustomerMemSysId\":[\"105\"],\"flight_booking_customer\":[[\"221\"]],\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kandla (IXY)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"12\\/11\\/2023\",\"\"],\"source_city\":[\"IXY\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kandla, IN - Kandla Arpt (IXY), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Kandla Arpt (IXY)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kandla (IXY)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[13491],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"sourceCityAirportCode\":[\"IXY\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXY\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Kandla\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Kandla, IN - Kandla Arpt (IXY), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"12 Nov Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-27 21:45:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kandla (IXY)\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"IXY\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kandla, IN - Kandla Arpt (IXY), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Kandla Arpt (IXY)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Kandla (IXY)\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-12\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[13491],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3ecff-b062e-36fb8-a9e1f\\\",\\\"sourceCityAirportCode\\\":[\\\"IXY\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"IXY\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Kandla\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Kandla, IN - Kandla Arpt (IXY), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"12 Nov Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-27 21:45:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106476171116\\\",\\\"bookingId_TJ\\\":\\\"TJ106476171116\\\",\\\"FlightNumber\\\":\\\"SG-2348\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3ecff-b062e-36fb8-a9e1f\\\",\\\"apiTraceId\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:35\\\",\\\"ArrivalTime\\\":\\\"14:50\\\",\\\"TravelDate\\\":\\\"2023-11-12T12:35\\\",\\\"LocalFromTime\\\":\\\"2023-11-12 12:35\\\",\\\"FromUTCTime\\\":\\\"2023-11-12T12:35\\\",\\\"LocalToTime\\\":\\\"2023-11-12 14:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-12T14:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SA\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Sun, 12 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 12 Nov\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"13491\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"IXY\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":16,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,033\\\",\\\"ApiResultIndex\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7235,\\\"Tax\\\":922.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":543,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":368,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8157.8,\\\"PublishedFare\\\":8033.19,\\\"PublishedFareAgent\\\":10033.189999999999,\\\"OfferedFareAgent\\\":8033.19,\\\"OfferedFare\\\":8033.19,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-0553550010_0IXYDELSG2348_54838582226248\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":16,\\\"classOfBooking\\\":\\\"SA\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":922.8,\\\"TotalBaseFare\\\":8157.8,\\\"BaseFareCal\\\":8033.19,\\\"BaseFare\\\":7235,\\\"CommissionEarned\\\":124.61,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":368,\\\"MFT\\\":1.8,\\\"OT\\\":543,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXY-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":124.61,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8033.19,\\\"CostToCustomer\\\":8033.19,\\\"BaseFareCal\\\":8033.19,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8033.19,\\\"intOfferedFare\\\":8033.19,\\\"intPublishFare\\\":8157.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":124.61,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"713\\\",\\\"originAirportName\\\":\\\"Kandla Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kandla\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-12T14:50\\\",\\\"SegFlightNumber\\\":\\\"SG-2348\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SA\\\",\\\"originAirportCode\\\":\\\"IXY\\\",\\\"originDepTime\\\":\\\"2023-11-12T12:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":16,\\\"strDepartureDtTime\\\":\\\"12:35\\\",\\\"strArrivalDtTime\\\":\\\"14:50\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"BVG\\\",\\\"Price\\\":70,\\\"Description\\\":\\\"Beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":545,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":595,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"BVG\\\",\\\"Price\\\":70,\\\"Description\\\":\\\"Beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":545,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":595,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXY-DEL\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3350,\\\"CRFT\\\":9,\\\"ARFT\\\":167.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5,\\\"CRF\\\":50},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3600,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":180},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3100,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":155},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-11 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXY\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"13491\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"BVG\\\",\\\"Price\\\":70,\\\"Description\\\":\\\"Beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":545,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":595,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9313853705\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"RITAMIT\",\"passenger-lastname-1\":\"LEPCHA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"2\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"RITAMIT\",\"LastName\":\"LEPCHA\",\"CountryCode\":\"91\",\"MobileNo\":\"9313853705\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"863686.1341241654928E208\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ106476171116\",\"amount\":8157.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919313853705\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-27T21:54:16.707\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20284505\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"2348\",\"eT\":\"DH8\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"IXY\",\"name\":\"Kandla Arpt\",\"cityCode\":\"IXY\",\"city\":\"Kandla\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\"},\"dt\":\"2023-11-12T12:35\",\"at\":\"2023-11-12T14:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXY-DEL\":\"YHZN7N\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RITAMIT\",\"lN\":\"LEPCHA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":8033.19,\"TF\":8157.8,\"NCM\":124.61,\"TAF\":922.8,\"BF\":7235,\"IGST\":1.8},\"afC\":{\"NCM\":{\"OT\":131.17,\"TDS\":-6.56},\"TAF\":{\"OT\":543,\"YQ\":0,\"MF\":10,\"MFT\":1.8,\"AGST\":368}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"906337\",\"TPSysId\":\"906338\",\"TrxId\":\"73262\",\"VersionId\":\"276531\",\"XRefBookingId\":\"DMC106476171116\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC106476171116\\\",\\\"bookingId_TJ\\\":\\\"TJ106476171116\\\",\\\"FlightNumber\\\":\\\"SG-2348\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3ecff-b062e-36fb8-a9e1f\\\",\\\"apiTraceId\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:35\\\",\\\"ArrivalTime\\\":\\\"14:50\\\",\\\"TravelDate\\\":\\\"2023-11-12T12:35\\\",\\\"LocalFromTime\\\":\\\"2023-11-12 12:35\\\",\\\"FromUTCTime\\\":\\\"2023-11-12T12:35\\\",\\\"LocalToTime\\\":\\\"2023-11-12 14:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-12T14:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SA\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Sun, 12 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 12 Nov\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"13491\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"IXY\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":16,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,033\\\",\\\"ApiResultIndex\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7235,\\\"Tax\\\":922.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":543,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":368,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8157.8,\\\"PublishedFare\\\":8033.19,\\\"PublishedFareAgent\\\":10033.189999999999,\\\"OfferedFareAgent\\\":8033.19,\\\"OfferedFare\\\":8033.19,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-0553550010_0IXYDELSG2348_54838582226248\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":16,\\\"classOfBooking\\\":\\\"SA\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":922.8,\\\"TotalBaseFare\\\":8157.8,\\\"BaseFareCal\\\":8033.19,\\\"BaseFare\\\":7235,\\\"CommissionEarned\\\":124.61,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":368,\\\"MFT\\\":1.8,\\\"OT\\\":543,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXY-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":124.61,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8033.19,\\\"CostToCustomer\\\":8033.19,\\\"BaseFareCal\\\":8033.19,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8033.19,\\\"intOfferedFare\\\":8033.19,\\\"intPublishFare\\\":8157.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":124.61,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":124.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10033.189999999999,\\\"CostToAgent\\\":8033.19,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"713\\\",\\\"originAirportName\\\":\\\"Kandla Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kandla\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-11-12T14:50\\\",\\\"SegFlightNumber\\\":\\\"SG-2348\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SA\\\",\\\"originAirportCode\\\":\\\"IXY\\\",\\\"originDepTime\\\":\\\"2023-11-12T12:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":16,\\\"strDepartureDtTime\\\":\\\"12:35\\\",\\\"strArrivalDtTime\\\":\\\"14:50\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"BVG\\\",\\\"Price\\\":70,\\\"Description\\\":\\\"Beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":545,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":595,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"BVG\\\",\\\"Price\\\":70,\\\"Description\\\":\\\"Beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":445,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":545,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"713\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":595,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-0553550010_0IXYDELSG2348_218704258903200\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXY-DEL\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3350,\\\"CRFT\\\":9,\\\"ARFT\\\":167.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5,\\\"CRF\\\":50},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3600,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":180},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3100,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":155},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-11 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXY\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"13491\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ106476171116\\\",\\\"amount\\\":8157.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"919313853705\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-27T21:54:16.707\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20284505\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"2348\\\",\\\"eT\\\":\\\"DH8\\\"},\\\"stops\\\":0,\\\"duration\\\":135,\\\"da\\\":{\\\"code\\\":\\\"IXY\\\",\\\"name\\\":\\\"Kandla Arpt\\\",\\\"cityCode\\\":\\\"IXY\\\",\\\"city\\\":\\\"Kandla\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1C\\\"},\\\"dt\\\":\\\"2023-11-12T12:35\\\",\\\"at\\\":\\\"2023-11-12T14:50\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"IXY-DEL\\\":\\\"YHZN7N\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RITAMIT\\\",\\\"lN\\\":\\\"LEPCHA\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":8033.19,\\\"TF\\\":8157.8,\\\"NCM\\\":124.61,\\\"TAF\\\":922.8,\\\"BF\\\":7235,\\\"IGST\\\":1.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":131.17,\\\"TDS\\\":-6.56},\\\"TAF\\\":{\\\"OT\\\":543,\\\"YQ\\\":0,\\\"MF\\\":10,\\\"MFT\\\":1.8,\\\"AGST\\\":368}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"IXY-DEL\\\":\\\"YHZN7N\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RITAMIT\\\",\\\"lN\\\":\\\"LEPCHA\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":8033.19,\\\"NetPrice\\\":8033.19,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":8033.19,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Kandla (IXY)-Delhi (DEL)\",\"Amount\":7235,\"NetAmount\":8033.19}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC106476171116\",\"bookingId_TJ\":\"TJ106476171116\",\"FlightNumber\":\"SG-2348\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"apiTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:35\",\"ArrivalTime\":\"14:50\",\"TravelDate\":\"2023-11-12T12:35\",\"LocalFromTime\":\"2023-11-12 12:35\",\"FromUTCTime\":\"2023-11-12T12:35\",\"LocalToTime\":\"2023-11-12 14:50\",\"ToUTCTime\":\"2023-11-12T14:50\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 12 Nov\",\"ArrivalDateTxt\":\"Sun, 12 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"13491\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXY\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,033\",\"ApiResultIndex\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7235,\"Tax\":922.8,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":368,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8157.8,\"PublishedFare\":8033.19,\"PublishedFareAgent\":10033.189999999999,\"OfferedFareAgent\":8033.19,\"OfferedFare\":8033.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0553550010_0IXYDELSG2348_54838582226248\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":16,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":922.8,\"TotalBaseFare\":8157.8,\"BaseFareCal\":8033.19,\"BaseFare\":7235,\"CommissionEarned\":124.61,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":368,\"MFT\":1.8,\"OT\":543,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXY-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":124.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8033.19,\"CostToCustomer\":8033.19,\"BaseFareCal\":8033.19,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8033.19,\"intOfferedFare\":8033.19,\"intPublishFare\":8157.8,\"TripjackMarkup\":0,\"TripjackCommission\":124.61,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":124.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10033.189999999999,\"CostToAgent\":8033.19,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"713\",\"originAirportName\":\"Kandla Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kandla\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-12T14:50\",\"SegFlightNumber\":\"SG-2348\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXY\",\"originDepTime\":\"2023-11-12T12:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"12:35\",\"strArrivalDtTime\":\"14:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BVG\",\"Price\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non Vegetarian\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-0553550010_0IXYDELSG2348_218704258903200\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXY-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACF\":3600,\"CCF\":50,\"CCFT\":9,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3100,\"CCF\":50,\"CCFT\":9,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXY\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"13491\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9313853705\",\"FirstName\":\"RITAMIT\",\"LastName\":\"LEPCHA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-27 21:51:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"105\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kandla (IXY)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"12\\/11\\/2023\",\"\"],\"source_city\":[\"IXY\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kandla, IN - Kandla Arpt (IXY), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Kandla Arpt (IXY)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kandla (IXY)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[13491],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3ecff-b062e-36fb8-a9e1f\",\"sourceCityAirportCode\":[\"IXY\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXY\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Kandla\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Kandla, IN - Kandla Arpt (IXY), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"12 Nov Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-27 21:45:13\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-27 21:52:48'),(1541,'9f8ea-822f8-ed2f8-b28d9','{\"FlightBookingData\":[{\"bookingId\":\"DMC105476200264\",\"bookingId_TJ\":\"TJ105476200264\",\"FlightNumber\":\"6E-6633\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"apiTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2023-12-03T04:45\",\"LocalFromTime\":\"2023-12-03 04:45\",\"FromUTCTime\":\"2023-12-03T04:45\",\"LocalToTime\":\"2023-12-03 07:55\",\"ToUTCTime\":\"2023-12-03T07:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,852\",\"ApiResultIndex\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":1773.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5920.8,\"PublishedFare\":5851.74,\"PublishedFareAgent\":6551.74,\"OfferedFareAgent\":5851.74,\"OfferedFare\":5851.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9330348605_0BLRIXC6E6633_3309194925867\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"TotalBaseFare\":5920.8,\"BaseFareCal\":5851.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5851.74,\"CostToCustomer\":5851.74,\"BaseFareCal\":5851.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5851.74,\"intOfferedFare\":5851.74,\"intPublishFare\":5920.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"116\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-12-03T07:55\",\"SegFlightNumber\":\"6E-6633\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXC\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"197\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7760097886\",\"FirstName\":\"aslam\",\"LastName\":\"saifee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-28 12:42:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"106\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"106\",\"CustomerMemSysId\":[\"106\"],\"flight_booking_customer\":[[\"222\"]],\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"03\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"BLR\"],\"to\":[\"IXC\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Chandigarh\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"03 Dec Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-28 12:41:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9f8ea-822f8-ed2f8-b28d9\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Chandigarh\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"03 Dec Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-28 12:41:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105476200264\\\",\\\"bookingId_TJ\\\":\\\"TJ105476200264\\\",\\\"FlightNumber\\\":\\\"6E-6633\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9f8ea-822f8-ed2f8-b28d9\\\",\\\"apiTraceId\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"04:45\\\",\\\"ArrivalTime\\\":\\\"07:55\\\",\\\"TravelDate\\\":\\\"2023-12-03T04:45\\\",\\\"LocalFromTime\\\":\\\"2023-12-03 04:45\\\",\\\"FromUTCTime\\\":\\\"2023-12-03T04:45\\\",\\\"LocalToTime\\\":\\\"2023-12-03 07:55\\\",\\\"ToUTCTime\\\":\\\"2023-12-03T07:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":190,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Dec\\\",\\\"FlightDuration\\\":\\\"03h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,852\\\",\\\"ApiResultIndex\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4147,\\\"Tax\\\":1773.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":867,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":245,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5920.8,\\\"PublishedFare\\\":5851.74,\\\"PublishedFareAgent\\\":6551.74,\\\"OfferedFareAgent\\\":5851.74,\\\"OfferedFare\\\":5851.74,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9330348605_0BLRIXC6E6633_3309194925867\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1773.8,\\\"TotalBaseFare\\\":5920.8,\\\"BaseFareCal\\\":5851.74,\\\"BaseFare\\\":4147,\\\"CommissionEarned\\\":69.06,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":245,\\\"MFT\\\":1.8,\\\"OT\\\":867,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXC\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":69.06,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5851.74,\\\"CostToCustomer\\\":5851.74,\\\"BaseFareCal\\\":5851.74,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5851.74,\\\"intOfferedFare\\\":5851.74,\\\"intPublishFare\\\":5920.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":69.06,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"116\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2023-12-03T07:55\\\",\\\"SegFlightNumber\\\":\\\"6E-6633\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-03T04:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"04:45\\\",\\\"strArrivalDtTime\\\":\\\"07:55\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXC\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7760097886\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"aslam\",\"passenger-lastname-1\":\"saifee\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"aslam\",\"LastName\":\"saifee\",\"CountryCode\":\"91\",\"MobileNo\":\"7760097886\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ105476200264\",\"amount\":5920.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917760097886\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T12:46:47.939\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20291682\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6633\",\"eT\":\"321\"},\"stops\":0,\"duration\":190,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"IXC\",\"name\":\"Chandigarh Arpt\",\"cityCode\":\"IXC\",\"city\":\"Chandigarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-12-03T04:45\",\"at\":\"2023-12-03T07:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXC\":\"NZNTHN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"aslam\",\"lN\":\"saifee\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4147,\"IGST\":1.8,\"TF\":5920.8,\"TAF\":1773.8,\"NCM\":69.06,\"NF\":5851.74},\"afC\":{\"TAF\":{\"MFT\":1.8,\"OT\":867,\"AGST\":245,\"MF\":10,\"YQ\":650},\"NCM\":{\"OT\":72.69,\"TDS\":-3.63}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"906862\",\"TPSysId\":\"906863\",\"TrxId\":\"73290\",\"VersionId\":\"276660\",\"XRefBookingId\":\"DMC105476200264\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC105476200264\\\",\\\"bookingId_TJ\\\":\\\"TJ105476200264\\\",\\\"FlightNumber\\\":\\\"6E-6633\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9f8ea-822f8-ed2f8-b28d9\\\",\\\"apiTraceId\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"04:45\\\",\\\"ArrivalTime\\\":\\\"07:55\\\",\\\"TravelDate\\\":\\\"2023-12-03T04:45\\\",\\\"LocalFromTime\\\":\\\"2023-12-03 04:45\\\",\\\"FromUTCTime\\\":\\\"2023-12-03T04:45\\\",\\\"LocalToTime\\\":\\\"2023-12-03 07:55\\\",\\\"ToUTCTime\\\":\\\"2023-12-03T07:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":190,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Dec\\\",\\\"FlightDuration\\\":\\\"03h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,852\\\",\\\"ApiResultIndex\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4147,\\\"Tax\\\":1773.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":867,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":245,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5920.8,\\\"PublishedFare\\\":5851.74,\\\"PublishedFareAgent\\\":6551.74,\\\"OfferedFareAgent\\\":5851.74,\\\"OfferedFare\\\":5851.74,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9330348605_0BLRIXC6E6633_3309194925867\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1773.8,\\\"TotalBaseFare\\\":5920.8,\\\"BaseFareCal\\\":5851.74,\\\"BaseFare\\\":4147,\\\"CommissionEarned\\\":69.06,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":245,\\\"MFT\\\":1.8,\\\"OT\\\":867,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXC\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":69.06,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5851.74,\\\"CostToCustomer\\\":5851.74,\\\"BaseFareCal\\\":5851.74,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5851.74,\\\"intOfferedFare\\\":5851.74,\\\"intPublishFare\\\":5920.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":69.06,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6551.74,\\\"CostToAgent\\\":5851.74,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"116\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2023-12-03T07:55\\\",\\\"SegFlightNumber\\\":\\\"6E-6633\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-03T04:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"04:45\\\",\\\"strArrivalDtTime\\\":\\\"07:55\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"116\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9330348605_0BLRIXC6E6633_91493045443161\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXC\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ105476200264\\\",\\\"amount\\\":5920.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"917760097886\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-28T12:46:47.939\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20291682\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"6633\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":190,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXC\\\",\\\"name\\\":\\\"Chandigarh Arpt\\\",\\\"cityCode\\\":\\\"IXC\\\",\\\"city\\\":\\\"Chandigarh\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-12-03T04:45\\\",\\\"at\\\":\\\"2023-12-03T07:55\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-IXC\\\":\\\"NZNTHN\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"aslam\\\",\\\"lN\\\":\\\"saifee\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"BF\\\":4147,\\\"IGST\\\":1.8,\\\"TF\\\":5920.8,\\\"TAF\\\":1773.8,\\\"NCM\\\":69.06,\\\"NF\\\":5851.74},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"OT\\\":867,\\\"AGST\\\":245,\\\"MF\\\":10,\\\"YQ\\\":650},\\\"NCM\\\":{\\\"OT\\\":72.69,\\\"TDS\\\":-3.63}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-IXC\\\":\\\"NZNTHN\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"aslam\\\",\\\"lN\\\":\\\"saifee\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5851.74,\\\"NetPrice\\\":5851.74,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5851.74,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Chandigarh (IXC)\",\"Amount\":4147,\"NetAmount\":5851.74}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC105476200264\",\"bookingId_TJ\":\"TJ105476200264\",\"FlightNumber\":\"6E-6633\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"apiTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2023-12-03T04:45\",\"LocalFromTime\":\"2023-12-03 04:45\",\"FromUTCTime\":\"2023-12-03T04:45\",\"LocalToTime\":\"2023-12-03 07:55\",\"ToUTCTime\":\"2023-12-03T07:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Sun, 03 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,852\",\"ApiResultIndex\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":1773.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5920.8,\"PublishedFare\":5851.74,\"PublishedFareAgent\":6551.74,\"OfferedFareAgent\":5851.74,\"OfferedFare\":5851.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9330348605_0BLRIXC6E6633_3309194925867\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1773.8,\"TotalBaseFare\":5920.8,\"BaseFareCal\":5851.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5851.74,\"CostToCustomer\":5851.74,\"BaseFareCal\":5851.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5851.74,\"intOfferedFare\":5851.74,\"intPublishFare\":5920.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6551.74,\"CostToAgent\":5851.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"116\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2023-12-03T07:55\",\"SegFlightNumber\":\"6E-6633\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"116\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9330348605_0BLRIXC6E6633_91493045443161\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXC\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7760097886\",\"FirstName\":\"aslam\",\"LastName\":\"saifee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-28 12:42:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"106\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"03\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9f8ea-822f8-ed2f8-b28d9\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"BLR\"],\"to\":[\"IXC\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Chandigarh\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"03 Dec Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-28 12:41:33\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-28 12:45:20'),(1549,'d0f19-3a10b-a3500-441f7','{\"BookingData\":[{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15998.400000000001,\"PublishedFareTxt\":\"15,998\",\"ApiResultIndex\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11700,\"Tax\":4298.4,\"YQTax\":1200,\"OtherCharges\":2403,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":660,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15998.400000000001,\"PublishedFare\":15799.32,\"OfferedFare\":15799.32,\"CommissionEarned\":199.07999999999998,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4555704092_0JAIBOM6E5282_38362305272833\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":199.07999999999998,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4298.4,\"BaseFareCal\":15799.32,\"BaseFare\":11700,\"CommissionEarned\":199.07999999999998,\"TDS\":-10.47,\"MF\":30,\"YQ\":1200,\"AGST\":660,\"MFT\":5.4,\"OT\":2403,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":199.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15799.32,\"CostToCustomer\":15799.32,\"BaseFareCal\":15799.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15799.32,\"intOfferedFare\":15799.32,\"intPublishFare\":15998.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":199.07999999999998,\"TripjackTDS\":\"10.47\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":199.07999999999998,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"754\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"754\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":31744.800000000003,\"ApiResultIndex\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24150,\"Tax\":7594.799999999999,\"YQTax\":2400,\"OtherCharges\":3765,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1359,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31744.800000000003,\"PublishedFare\":31338.48,\"OfferedFare\":31338.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":7594.799999999999,\"BaseFareCal\":31338.48,\"BaseFare\":24150,\"CommissionEarned\":406.32,\"TDS\":-21.39,\"MF\":60,\"YQ\":2400,\"AGST\":1359,\"MFT\":10.8,\"OT\":3765,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"754\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"755\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4555704092_0JAIBOM6E5282_43838937486623\",\"localFromDateTime\":\"2023-11-25 06:00\",\"localToDateTime\":\"2023-11-25 07:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR109576237764\",\"bookingId_TJ\":\"TJ109576237764\",\"FlightNumber\":\"6E-5238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-11-26T20:35\",\"LocalFromTime\":\"2023-11-26 20:35\",\"FromUTCTime\":\"2023-11-26T20:35\",\"LocalToTime\":\"2023-11-26 22:20\",\"ToUTCTime\":\"2023-11-26T22:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 26 Nov\",\"ArrivalDateTxt\":\"Sun, 26 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15746.400000000001,\"PublishedFareTxt\":\"15,746\",\"ApiResultIndex\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12450,\"Tax\":3296.3999999999996,\"YQTax\":1200,\"OtherCharges\":1362,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":699,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15746.400000000001,\"PublishedFare\":15539.16,\"OfferedFare\":15539.16,\"CommissionEarned\":207.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4555704092_1BOMJAI6E5238_38362306189272\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":207.24,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3296.3999999999996,\"BaseFareCal\":15539.16,\"BaseFare\":12450,\"CommissionEarned\":207.24,\"TDS\":-10.92,\"MF\":30,\"YQ\":1200,\"AGST\":699,\"MFT\":5.4,\"OT\":1362,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":207.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15539.16,\"CostToCustomer\":15539.16,\"BaseFareCal\":15539.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15539.16,\"intOfferedFare\":15539.16,\"intPublishFare\":15746.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":207.24,\"TripjackTDS\":\"10.92\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":207.24,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"755\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"755\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T20:57:40.939\",\"strTraceId\":\"5-4555704092_0BOMJAI6E5238_43838937179398\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"25\\/11\\/2023\",\"return_date\":\"26\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/11\\/2023\",\"return_dates\":\"26\\/11\\/2023\",\"strDepatureDate\":\"2023-11-25\",\"strReturnDate\":\"2023-11-26\",\"SearchFlightTraceId\":\"d0f19-3a10b-a3500-441f7\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-BOM-JAI\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Jaipur&mytrip_city_to=Mumbai&source_city=JAI&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=25%2F11%2F2023&return_date=26%2F11%2F2023&from_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM&adults=3&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"7742825288\",\"FirstName\":\"ASHOK KUMAR\",\"LastName\":\"GOYAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-28-20-59-33\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"125\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"PANKAJ\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-28-20-59-33\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"126\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7742825288\",\"FirstName\":\"RATAN LAL\",\"LastName\":\"GOYAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-28-20-59-33\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"127\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"907693\",\"TPSysId\":\"907694\",\"VersionId\":[\"276888\",\"276889\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"73349\",\"FareBreakdownid\":[\"387891\",\"387892\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"223\",\"224\",\"225\"],[\"226\",\"227\",\"228\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"125\",\"126\",\"127\"],\"flight_booking_id\":[\"198\",\"199\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"198\",\"199\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":31338.48},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"470335\",\"TPSysId\":\"907694\",\"MasterTPSysId\":\"907693\",\"ProposalID\":\"907694\\/V1\",\"InvoiceDate\":\"2023-10-28\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-28\",\"PaymentDate\":\"2023-10-28\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":31338.48,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":31338.48,\"TotalDueAmount\":0,\"InvoiceValue\":31338.48,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"JAI-BOM-IndiGo 6E-5282\",\"ItemQty\":1,\"ItemRates\":15799.32,\"Total\":15799.32,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":15799.32,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":15799.32,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"},{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BOM-JAI-IndiGo 6E-5238\",\"ItemQty\":1,\"ItemRates\":15539.16,\"Total\":15539.16,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":15539.16,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":15539.16,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ109576237764\",\"amount\":31744.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T21:03:08.184\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20302572\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5282\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T06:00\",\"at\":\"2023-11-25T07:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"20302573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5238\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-26T20:35\",\"at\":\"2023-11-26T22:20\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK KUMAR\",\"lN\":\"GOYAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PANKAJ\",\"lN\":\"AGARWAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RATAN LAL\",\"lN\":\"GOYAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":24150,\"TAF\":7594.8,\"NCM\":406.32,\"IGST\":10.8,\"TF\":31744.8,\"NF\":31338.48},\"afC\":{\"TAF\":{\"YQ\":2400,\"MFT\":10.8,\"MF\":60,\"OT\":3765,\"AGST\":1359},\"NCM\":{\"OT\":427.71,\"TDS\":-21.39}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},{\"order\":{\"bookingId\":\"TJ109576237764\",\"amount\":31744.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-28T21:03:08.184\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20302572\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5282\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T06:00\",\"at\":\"2023-11-25T07:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"20302573\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5238\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-11-26T20:35\",\"at\":\"2023-11-26T22:20\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK KUMAR\",\"lN\":\"GOYAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PANKAJ\",\"lN\":\"AGARWAL\"},{\"pnrDetails\":{\"JAI-BOM\":\"DQL3MP\",\"BOM-JAI\":\"DQL3MP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RATAN LAL\",\"lN\":\"GOYAL\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":24150,\"TAF\":7594.8,\"NCM\":406.32,\"IGST\":10.8,\"TF\":31744.8,\"NF\":31338.48},\"afC\":{\"TAF\":{\"YQ\":2400,\"MFT\":10.8,\"MF\":60,\"OT\":3765,\"AGST\":1359},\"NCM\":{\"OT\":427.71,\"TDS\":-21.39}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-10-28 21:01:39'),(1551,'f4926-fb009-3554c-fc315','{\"BookingData\":[{\"bookingId\":\"BKR100976238713\",\"bookingId_TJ\":\"TJ100976238713\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15998.400000000001,\"PublishedFareTxt\":\"15,998\",\"ApiResultIndex\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11700,\"Tax\":4298.4,\"YQTax\":1200,\"OtherCharges\":2403,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":660,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15998.400000000001,\"PublishedFare\":15799.32,\"OfferedFare\":15799.32,\"CommissionEarned\":199.07999999999998,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5733147328_0JAIBOM6E5282_36684040256468\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":199.07999999999998,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4298.4,\"BaseFareCal\":15799.32,\"BaseFare\":11700,\"CommissionEarned\":199.07999999999998,\"TDS\":-10.47,\"MF\":30,\"YQ\":1200,\"AGST\":660,\"MFT\":5.4,\"OT\":2403,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":199.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15799.32,\"CostToCustomer\":15799.32,\"BaseFareCal\":15799.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15799.32,\"intOfferedFare\":15799.32,\"intPublishFare\":15998.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":199.07999999999998,\"TripjackTDS\":\"10.47\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":199.07999999999998,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"363\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"363\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f4926-fb009-3554c-fc315\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T21:13:50.845\",\"strTraceId\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100976238713\",\"bookingId_TJ\":\"TJ100976238713\",\"FlightNumber\":\"6E-5282\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"strTraceId\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-11-25T06:00\",\"LocalFromTime\":\"2023-11-25 06:00\",\"FromUTCTime\":\"2023-11-25T06:00\",\"LocalToTime\":\"2023-11-25 07:45\",\"ToUTCTime\":\"2023-11-25T07:45\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":31744.800000000003,\"ApiResultIndex\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"f4926-fb009-3554c-fc315\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T21:13:50.845\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":24150,\"Tax\":7594.799999999999,\"YQTax\":2400,\"OtherCharges\":3765,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1359,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":31744.800000000003,\"PublishedFare\":31338.48,\"OfferedFare\":31338.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":7594.799999999999,\"BaseFareCal\":31338.48,\"BaseFare\":24150,\"CommissionEarned\":406.32,\"TDS\":-21.39,\"MF\":60,\"YQ\":2400,\"AGST\":1359,\"MFT\":10.8,\"OT\":3765,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"363\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T07:45\",\"SegFlightNumber\":\"6E-5282\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-25T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"364\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5733147328_0JAIBOM6E5282_38924883208258\",\"localFromDateTime\":\"2023-11-25 06:00\",\"localToDateTime\":\"2023-11-25 07:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR100976238713\",\"bookingId_TJ\":\"TJ100976238713\",\"FlightNumber\":\"6E-5238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5733147328_0BOMJAI6E5238_38924882888415\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-11-26T20:35\",\"LocalFromTime\":\"2023-11-26 20:35\",\"FromUTCTime\":\"2023-11-26T20:35\",\"LocalToTime\":\"2023-11-26 22:20\",\"ToUTCTime\":\"2023-11-26T22:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 26 Nov\",\"ArrivalDateTxt\":\"Sun, 26 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15746.400000000001,\"PublishedFareTxt\":\"15,746\",\"ApiResultIndex\":\"5-5733147328_0BOMJAI6E5238_38924882888415\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12450,\"Tax\":3296.3999999999996,\"YQTax\":1200,\"OtherCharges\":1362,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":699,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15746.400000000001,\"PublishedFare\":15539.16,\"OfferedFare\":15539.16,\"CommissionEarned\":207.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5733147328_1BOMJAI6E5238_36684041126234\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":207.24,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":3296.3999999999996,\"BaseFareCal\":15539.16,\"BaseFare\":12450,\"CommissionEarned\":207.24,\"TDS\":-10.92,\"MF\":30,\"YQ\":1200,\"AGST\":699,\"MFT\":5.4,\"OT\":1362,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":207.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15539.16,\"CostToCustomer\":15539.16,\"BaseFareCal\":15539.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15539.16,\"intOfferedFare\":15539.16,\"intPublishFare\":15746.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":207.24,\"TripjackTDS\":\"10.92\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":207.24,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"364\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-26T22:20\",\"SegFlightNumber\":\"6E-5238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-26T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"364\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f4926-fb009-3554c-fc315\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-28T21:13:50.845\",\"strTraceId\":\"5-5733147328_0BOMJAI6E5238_38924882888415\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-25 12:00\",\"localToDateTime\":\"2023-11-26 12:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12995,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Mumbai\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"25\\/11\\/2023\",\"return_date\":\"26\\/11\\/2023\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"JAI\",\"to\":\"BOM\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12995,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/11\\/2023\",\"return_dates\":\"26\\/11\\/2023\",\"strDepatureDate\":\"2023-11-25\",\"strReturnDate\":\"2023-11-26\",\"SearchFlightTraceId\":\"f4926-fb009-3554c-fc315\",\"PreferredAirline\":null,\"from_city_\":\"2__JAI-BOM-JAI\"}}','2023-10-28 21:12:17'),(1553,'de770-fccda-518da-4be35','{\"BookingData\":[{\"bookingId\":\"BKR101376262638\",\"bookingId_TJ\":\"TJ101376262638\",\"FlightNumber\":\"6E-996\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:45\",\"ArrivalTime\":\"02:05\",\"TravelDate\":\"2023-10-29T23:45\",\"LocalFromTime\":\"2023-10-29 23:45\",\"FromUTCTime\":\"2023-10-29T23:45\",\"LocalToTime\":\"2023-10-30 02:05\",\"ToUTCTime\":\"2023-10-30T02:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 29 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10927.8,\"PublishedFareTxt\":\"10,928\",\"ApiResultIndex\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9240,\"Tax\":1687.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":495,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10927.8,\"PublishedFare\":10803.1,\"OfferedFare\":10803.1,\"CommissionEarned\":124.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.56,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3827685429_0AMDBLR6E996_4420871870777\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":124.7,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1687.8,\"BaseFareCal\":10803.1,\"BaseFare\":9240,\"CommissionEarned\":124.7,\"TDS\":-6.56,\"MF\":10,\"YQ\":550,\"AGST\":495,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":124.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10803.1,\"CostToCustomer\":10803.1,\"BaseFareCal\":10803.1,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10803.1,\"intOfferedFare\":10803.1,\"intPublishFare\":10927.8,\"TripjackMarkup\":0,\"TripjackCommission\":124.7,\"TripjackTDS\":\"6.56\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":124.7,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"432\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-30T02:05\",\"SegFlightNumber\":\"6E-996\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-29T23:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"02:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"432\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de770-fccda-518da-4be35\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-29T12:01:59.531\",\"strTraceId\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101376262638\",\"bookingId_TJ\":\"TJ101376262638\",\"FlightNumber\":\"6E-996\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"strTraceId\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:45\",\"ArrivalTime\":\"02:05\",\"TravelDate\":\"2023-10-29T23:45\",\"LocalFromTime\":\"2023-10-29 23:45\",\"FromUTCTime\":\"2023-10-29T23:45\",\"LocalToTime\":\"2023-10-30 02:05\",\"ToUTCTime\":\"2023-10-30T02:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 29 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10927.8,\"ApiResultIndex\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"de770-fccda-518da-4be35\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-29T12:01:59.531\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9240,\"Tax\":1687.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":495,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10927.8,\"PublishedFare\":10803.1,\"OfferedFare\":10803.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1687.8,\"BaseFareCal\":10803.1,\"BaseFare\":9240,\"CommissionEarned\":124.7,\"TDS\":-6.56,\"MF\":10,\"YQ\":550,\"AGST\":495,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"432\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-10-30T02:05\",\"SegFlightNumber\":\"6E-996\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-10-29T23:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:45\",\"strArrivalDtTime\":\"02:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3827685429_1AMDBLR6E996_92945000304748\",\"localFromDateTime\":\"2023-10-29 23:45\",\"localToDateTime\":\"2023-10-30 02:05\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"29\\/10\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"AMD\",\"to\":\"BLR\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":296,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/10\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-10-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de770-fccda-518da-4be35\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BLR\"}}','2023-10-29 12:00:27'),(1559,'b5907-43da3-7beb4-0882b','{\"FlightBookingData\":[{\"bookingId\":\"DMC102376289012\",\"bookingId_TJ\":\"TJ102376289012\",\"FlightNumber\":\"6E-5318\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"apiTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-10-31T10:15\",\"LocalFromTime\":\"2023-10-31 10:15\",\"FromUTCTime\":\"2023-10-31T10:15\",\"LocalToTime\":\"2023-10-31 14:30\",\"ToUTCTime\":\"2023-10-31T14:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"04h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28993\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VTZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,016\",\"ApiResultIndex\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1588.8,\"YQTax\":800,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6088.8,\"PublishedFare\":6015.89,\"PublishedFareAgent\":8015.89,\"OfferedFareAgent\":6015.89,\"OfferedFare\":6015.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1588.8,\"TotalBaseFare\":6088.8,\"BaseFareCal\":6015.89,\"BaseFare\":4500,\"CommissionEarned\":72.91,\"TDS\":0,\"MF\":10,\"YQ\":800,\"AGST\":273,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-VTZ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6015.89,\"CostToCustomer\":6015.89,\"BaseFareCal\":6015.89,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6015.89,\"intOfferedFare\":6015.89,\"intPublishFare\":6088.8,\"TripjackMarkup\":0,\"TripjackCommission\":72.91,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-31T11:45\",\"SegFlightNumber\":\"6E-5318\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-31T10:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"846\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Vishakhapatnam\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vishakhapatanam\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VTZ\",\"destinationArrTime\":\"2023-10-31T14:30\",\"SegFlightNumber\":\"6E-409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-VTZ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VTZ\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28993\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"200\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7417609209\",\"FirstName\":\"ASMA NAWAZ\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 20:17:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"107\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"107\"],\"flight_booking_customer\":[[\"229\"]],\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"Vishakhapatanam (VTZ)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VTZ\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Vishakhapatnam (VTZ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"Vishakhapatanam (VTZ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[28993],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b5907-43da3-7beb4-0882b\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"VTZ\"],\"from\":[\"BOM\"],\"to\":[\"VTZ\"],\"Fromlabel\":[\"Mumbai\"],\"Tolabel\":[\"Vishakhapatanam\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 20:13:50\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b5907-43da3-7beb4-0882b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\"],\\\"to_des\\\":[\\\"Vishakhapatanam (VTZ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VTZ\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"destination\\\":[\\\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Vishakhapatnam (VTZ)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\"],\\\"to_city\\\":[\\\"Vishakhapatanam (VTZ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28993],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b5907-43da3-7beb4-0882b\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"VTZ\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"VTZ\\\"],\\\"Fromlabel\\\":[\\\"Mumbai\\\"],\\\"Tolabel\\\":[\\\"Vishakhapatanam\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"destinationCityText\\\":[\\\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-29 20:13:50\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102376289012\\\",\\\"bookingId_TJ\\\":\\\"TJ102376289012\\\",\\\"FlightNumber\\\":\\\"6E-5318\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b5907-43da3-7beb4-0882b\\\",\\\"apiTraceId\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"10:15\\\",\\\"ArrivalTime\\\":\\\"14:30\\\",\\\"TravelDate\\\":\\\"2023-10-31T10:15\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 10:15\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T10:15\\\",\\\"LocalToTime\\\":\\\"2023-10-31 14:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T14:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"Hyderabad\\\",\\\"GroundTime\\\":95,\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"FlyingMinutes\\\":255,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"04h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"28993\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"VTZ\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,016\\\",\\\"ApiResultIndex\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":1588.8,\\\"YQTax\\\":800,\\\"OtherCharges\\\":504,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":273,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6088.8,\\\"PublishedFare\\\":6015.89,\\\"PublishedFareAgent\\\":8015.89,\\\"OfferedFareAgent\\\":6015.89,\\\"OfferedFare\\\":6015.89,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1588.8,\\\"TotalBaseFare\\\":6088.8,\\\"BaseFareCal\\\":6015.89,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":72.91,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":800,\\\"AGST\\\":273,\\\"MFT\\\":1.8,\\\"OT\\\":504,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"HYD-VTZ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":72.91,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6015.89,\\\"CostToCustomer\\\":6015.89,\\\"BaseFareCal\\\":6015.89,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6015.89,\\\"intOfferedFare\\\":6015.89,\\\"intPublishFare\\\":6088.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":72.91,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"845\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T11:45\\\",\\\"SegFlightNumber\\\":\\\"6E-5318\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2023-10-31T10:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":95,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"10:15\\\",\\\"strArrivalDtTime\\\":\\\"11:45\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERCity\\\":\\\"Hyderabad\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"846\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Vishakhapatnam\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Vishakhapatanam\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VTZ\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T14:30\\\",\\\"SegFlightNumber\\\":\\\"6E-409\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-10-31T13:20\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"13:20\\\",\\\"strArrivalDtTime\\\":\\\"14:30\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-VTZ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"ACF\\\":3500,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"ACF\\\":3000,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"VTZ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"28993\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7417609209\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"ASMA NAWAZ\",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"3\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"ASMA NAWAZ\",\"LastName\":\"KHAN\",\"CountryCode\":\"91\",\"MobileNo\":\"7417609209\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ102376289012\",\"amount\":6088.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"917417609209\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-29T20:19:52.038\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20315512\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5318\",\"eT\":\"321\"},\"stops\":0,\"duration\":90,\"cT\":95,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-31T10:15\",\"at\":\"2023-10-31T11:45\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"20315513\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"409\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"VTZ\",\"name\":\"Vishakhapatnam\",\"cityCode\":\"VTZ\",\"city\":\"Vishakhapatanam\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-10-31T13:20\",\"at\":\"2023-10-31T14:30\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-HYD\":\"GNUS8V\",\"HYD-VTZ\":\"GNUS8V\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ASMA NAWAZ\",\"lN\":\"KHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":6088.8,\"NCM\":72.91,\"IGST\":1.8,\"NF\":6015.89,\"BF\":4500,\"TAF\":1588.8},\"afC\":{\"NCM\":{\"TDS\":-3.84,\"OT\":76.75},\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":504,\"YQ\":800,\"AGST\":273}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"908104\",\"TPSysId\":\"908105\",\"TrxId\":\"73387\",\"VersionId\":\"277028\",\"XRefBookingId\":\"DMC102376289012\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC102376289012\\\",\\\"bookingId_TJ\\\":\\\"TJ102376289012\\\",\\\"FlightNumber\\\":\\\"6E-5318\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b5907-43da3-7beb4-0882b\\\",\\\"apiTraceId\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"10:15\\\",\\\"ArrivalTime\\\":\\\"14:30\\\",\\\"TravelDate\\\":\\\"2023-10-31T10:15\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 10:15\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T10:15\\\",\\\"LocalToTime\\\":\\\"2023-10-31 14:30\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T14:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"Hyderabad\\\",\\\"GroundTime\\\":95,\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"FlyingMinutes\\\":255,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"04h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"28993\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"VTZ\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,016\\\",\\\"ApiResultIndex\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":1588.8,\\\"YQTax\\\":800,\\\"OtherCharges\\\":504,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":273,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6088.8,\\\"PublishedFare\\\":6015.89,\\\"PublishedFareAgent\\\":8015.89,\\\"OfferedFareAgent\\\":6015.89,\\\"OfferedFare\\\":6015.89,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1588.8,\\\"TotalBaseFare\\\":6088.8,\\\"BaseFareCal\\\":6015.89,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":72.91,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":800,\\\"AGST\\\":273,\\\"MFT\\\":1.8,\\\"OT\\\":504,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"HYD-VTZ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":72.91,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6015.89,\\\"CostToCustomer\\\":6015.89,\\\"BaseFareCal\\\":6015.89,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6015.89,\\\"intOfferedFare\\\":6015.89,\\\"intPublishFare\\\":6088.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":72.91,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":72.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8015.89,\\\"CostToAgent\\\":6015.89,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"845\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T11:45\\\",\\\"SegFlightNumber\\\":\\\"6E-5318\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2023-10-31T10:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":95,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"10:15\\\",\\\"strArrivalDtTime\\\":\\\"11:45\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERCity\\\":\\\"Hyderabad\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"846\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Vishakhapatnam\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Vishakhapatanam\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VTZ\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T14:30\\\",\\\"SegFlightNumber\\\":\\\"6E-409\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-10-31T13:20\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"13:20\\\",\\\"strArrivalDtTime\\\":\\\"14:30\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"846\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-VTZ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"ACF\\\":3500,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"ACF\\\":3000,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"VTZ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"28993\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ102376289012\\\",\\\"amount\\\":6088.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"917417609209\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-29T20:19:52.038\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20315512\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"5318\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":90,\\\"cT\\\":95,\\\"da\\\":{\\\"code\\\":\\\"BOM\\\",\\\"name\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"cityCode\\\":\\\"BOM\\\",\\\"city\\\":\\\"Mumbai\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"HYD\\\",\\\"name\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"cityCode\\\":\\\"HYD\\\",\\\"city\\\":\\\"Hyderabad\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-10-31T10:15\\\",\\\"at\\\":\\\"2023-10-31T11:45\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0},{\\\"id\\\":\\\"20315513\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"409\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":70,\\\"da\\\":{\\\"code\\\":\\\"HYD\\\",\\\"name\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"cityCode\\\":\\\"HYD\\\",\\\"city\\\":\\\"Hyderabad\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VTZ\\\",\\\"name\\\":\\\"Vishakhapatnam\\\",\\\"cityCode\\\":\\\"VTZ\\\",\\\"city\\\":\\\"Vishakhapatanam\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-10-31T13:20\\\",\\\"at\\\":\\\"2023-10-31T14:30\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":1}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BOM-HYD\\\":\\\"GNUS8V\\\",\\\"HYD-VTZ\\\":\\\"GNUS8V\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ASMA NAWAZ\\\",\\\"lN\\\":\\\"KHAN\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":6088.8,\\\"NCM\\\":72.91,\\\"IGST\\\":1.8,\\\"NF\\\":6015.89,\\\"BF\\\":4500,\\\"TAF\\\":1588.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-3.84,\\\"OT\\\":76.75},\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"MF\\\":10,\\\"OT\\\":504,\\\"YQ\\\":800,\\\"AGST\\\":273}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BOM-HYD\\\":\\\"GNUS8V\\\",\\\"HYD-VTZ\\\":\\\"GNUS8V\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ASMA NAWAZ\\\",\\\"lN\\\":\\\"KHAN\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":6015.89,\\\"NetPrice\\\":6015.89,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":6015.89,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Mumbai (BOM)-Vishakhapatanam (VTZ)\",\"Amount\":4500,\"NetAmount\":6015.89}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC102376289012\",\"bookingId_TJ\":\"TJ102376289012\",\"FlightNumber\":\"6E-5318\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"apiTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-10-31T10:15\",\"LocalFromTime\":\"2023-10-31 10:15\",\"FromUTCTime\":\"2023-10-31T10:15\",\"LocalToTime\":\"2023-10-31 14:30\",\"ToUTCTime\":\"2023-10-31T14:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":255,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"04h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28993\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"VTZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,016\",\"ApiResultIndex\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":1588.8,\"YQTax\":800,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":273,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6088.8,\"PublishedFare\":6015.89,\"PublishedFareAgent\":8015.89,\"OfferedFareAgent\":6015.89,\"OfferedFare\":6015.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9012212891_0BOMHYD6E5318HYDVTZ6E409_36888404744832\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1588.8,\"TotalBaseFare\":6088.8,\"BaseFareCal\":6015.89,\"BaseFare\":4500,\"CommissionEarned\":72.91,\"TDS\":0,\"MF\":10,\"YQ\":800,\"AGST\":273,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-VTZ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6015.89,\"CostToCustomer\":6015.89,\"BaseFareCal\":6015.89,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6015.89,\"intOfferedFare\":6015.89,\"intPublishFare\":6088.8,\"TripjackMarkup\":0,\"TripjackCommission\":72.91,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":72.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8015.89,\"CostToAgent\":6015.89,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-10-31T11:45\",\"SegFlightNumber\":\"6E-5318\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-10-31T10:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":95,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"846\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Vishakhapatnam\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Vishakhapatanam\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VTZ\",\"destinationArrTime\":\"2023-10-31T14:30\",\"SegFlightNumber\":\"6E-409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:20\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"846\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9012212891_1BOMHYD6E5318HYDVTZ6E409_33668978151084\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-VTZ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"VTZ\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28993\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7417609209\",\"FirstName\":\"ASMA NAWAZ\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 20:17:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"107\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"b5907-43da3-7beb4-0882b\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"Vishakhapatanam (VTZ)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VTZ\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Vishakhapatnam (VTZ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"Vishakhapatanam (VTZ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[28993],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b5907-43da3-7beb4-0882b\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"VTZ\"],\"from\":[\"BOM\"],\"to\":[\"VTZ\"],\"Fromlabel\":[\"Mumbai\"],\"Tolabel\":[\"Vishakhapatanam\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"Vishakhapatanam, IN - Vishakhapatnam (VTZ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 20:13:50\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-29 20:18:22'),(1560,'32','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"6018\",\"RefrenceNo\":\"\",\"CreditDate\":\"29\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-29 20:23:42'),(1563,'d9c83-cf38a-babb3-5430c','{\"FlightBookingData\":[{\"bookingId\":\"DMC107576289645\",\"bookingId_TJ\":\"TJ107576289645\",\"FlightNumber\":\"SG-2342\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"d9c83-cf38a-babb3-5430c\",\"apiTraceId\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-10-30T21:25\",\"LocalFromTime\":\"2023-10-30 21:25\",\"FromUTCTime\":\"2023-10-30T21:25\",\"LocalToTime\":\"2023-10-30 22:25\",\"ToUTCTime\":\"2023-10-30T22:25\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":42,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,533\",\"ApiResultIndex\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1588,\"Tax\":975.8,\"YQTax\":0,\"OtherCharges\":876,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2563.8,\"PublishedFare\":2532.82,\"PublishedFareAgent\":4532.82,\"OfferedFareAgent\":2532.82,\"OfferedFare\":2532.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5564199341_0JAIDELSG2342_37351392555706\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":42,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":975.8,\"TotalBaseFare\":2563.8,\"BaseFareCal\":2532.82,\"BaseFare\":1588,\"CommissionEarned\":30.98,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":88,\"MFT\":1.8,\"OT\":876,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":30.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2532.82,\"CostToCustomer\":2532.82,\"BaseFareCal\":2532.82,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2532.82,\"intOfferedFare\":2532.82,\"intPublishFare\":2563.8,\"TripjackMarkup\":0,\"TripjackCommission\":30.98,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":30.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":4532.82,\"CostToAgent\":2532.82,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-30T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-30T21:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":42,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-5564199341_0JAIDELSG2342_36622925572487\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCF\":50,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCF\":50,\"ACF\":3100,\"CCFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"201\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 20:27:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"128\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 20:27:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d9c83-cf38a-babb3-5430c\",\"modified\":\"2023-10-29 20:27:30\",\"created\":\"2023-10-29 20:27:30\",\"CustomerMemberSysId\":\"128\"}],\"CustomerSysId\":\"101\",\"CustomerMemSysId\":[\"128\"],\"flight_booking_customer\":[[\"230\"]],\"SearchTraceId\":\"d9c83-cf38a-babb3-5430c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/10\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-30\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d9c83-cf38a-babb3-5430c\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"JAI\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"30 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 20:27:06\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d9c83-cf38a-babb3-5430c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-30\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d9c83-cf38a-babb3-5430c\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"30 Oct Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-29 20:27:06\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107576289645\\\",\\\"bookingId_TJ\\\":\\\"TJ107576289645\\\",\\\"FlightNumber\\\":\\\"SG-2342\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"d9c83-cf38a-babb3-5430c\\\",\\\"apiTraceId\\\":\\\"4-5564199341_0JAIDELSG2342_36622925572487\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"21:25\\\",\\\"ArrivalTime\\\":\\\"22:25\\\",\\\"TravelDate\\\":\\\"2023-10-30T21:25\\\",\\\"LocalFromTime\\\":\\\"2023-10-30 21:25\\\",\\\"FromUTCTime\\\":\\\"2023-10-30T21:25\\\",\\\"LocalToTime\\\":\\\"2023-10-30 22:25\\\",\\\"ToUTCTime\\\":\\\"2023-10-30T22:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SA\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":60,\\\"DepartureDateTxt\\\":\\\"Mon, 30 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 30 Oct\\\",\\\"FlightDuration\\\":\\\"01h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":42,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,533\\\",\\\"ApiResultIndex\\\":\\\"4-5564199341_0JAIDELSG2342_36622925572487\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1588,\\\"Tax\\\":975.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":876,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":88,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2563.8,\\\"PublishedFare\\\":2532.82,\\\"PublishedFareAgent\\\":4532.82,\\\"OfferedFareAgent\\\":2532.82,\\\"OfferedFare\\\":2532.82,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-5564199341_0JAIDELSG2342_37351392555706\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":42,\\\"classOfBooking\\\":\\\"SA\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":30.98,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":4532.82,\\\"CostToAgent\\\":2532.82,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":975.8,\\\"TotalBaseFare\\\":2563.8,\\\"BaseFareCal\\\":2532.82,\\\"BaseFare\\\":1588,\\\"CommissionEarned\\\":30.98,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":88,\\\"MFT\\\":1.8,\\\"OT\\\":876,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":30.98,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":4532.82,\\\"CostToAgent\\\":2532.82,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":30.98,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":2532.82,\\\"CostToCustomer\\\":2532.82,\\\"BaseFareCal\\\":2532.82,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":2532.82,\\\"intOfferedFare\\\":2532.82,\\\"intPublishFare\\\":2563.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":30.98,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":30.98,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":4532.82,\\\"CostToAgent\\\":2532.82,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"434\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-10-30T22:25\\\",\\\"SegFlightNumber\\\":\\\"SG-2342\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SA\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-10-30T21:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":60,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":42,\\\"strDepartureDtTime\\\":\\\"21:25\\\",\\\"strArrivalDtTime\\\":\\\"22:25\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1C\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-5564199341_0JAIDELSG2342_36622925572487\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-DEL\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3350,\\\"ARFT\\\":167.5,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACFT\\\":180,\\\"CCF\\\":50,\\\"ACF\\\":3600,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"98\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACFT\\\":155,\\\"CCF\\\":50,\\\"ACF\\\":3100,\\\"CCFT\\\":9},\\\"st\\\":\\\"98\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-29 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"434\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9462269772\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AJAY KUMAR\",\"passenger-lastname-1\":\"SHARMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"CountryCode\":\"91\",\"MobileNo\":\"9462269772\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 20:27:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d9c83-cf38a-babb3-5430c\",\"modified\":\"2023-10-29 20:27:30\",\"created\":\"2023-10-29 20:27:30\",\"MobileNo\":\"9462269772\",\"B2B\":true}],\"isWheelChair\":0}','2023-10-29 20:27:30'),(1565,'064b4-d2b37-0e138-8e592','{\"FlightBookingData\":[{\"bookingId\":\"DMC104576294253\",\"bookingId_TJ\":\"TJ104576294253\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"064b4-d2b37-0e138-8e592\",\"apiTraceId\":\"31-8856645875_0DELIXJSG160_132891710931564\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-31T09:05\",\"LocalFromTime\":\"2023-10-31 09:05\",\"FromUTCTime\":\"2023-10-31T09:05\",\"LocalToTime\":\"2023-10-31 10:35\",\"ToUTCTime\":\"2023-10-31T10:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,907\",\"ApiResultIndex\":\"31-8856645875_0DELIXJSG160_132891710931564\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3670.14,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3906.94,\"PublishedFare\":3906.94,\"PublishedFareAgent\":4906.9400000000005,\"OfferedFareAgent\":3906.94,\"OfferedFare\":3906.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-8856645875_0DELIXJSG160_43641407209182\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":3906.94,\"BaseFareCal\":3906.94,\"BaseFare\":3670.14,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3906.94,\"CostToCustomer\":3906.94,\"BaseFareCal\":3906.94,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3906.94,\"intOfferedFare\":3906.94,\"intPublishFare\":3906.94,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"294\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-31T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"31-8856645875_0DELIXJSG160_132891710931564\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"31-8856645875_0DELIXJSG160_132891710931564\",\"SearchTraceId\":\"064b4-d2b37-0e138-8e592\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"064b4-d2b37-0e138-8e592\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 22:11:34\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-29 22:12:09'),(1568,'18b3e-53723-4f575-29394','{\"FlightBookingData\":[{\"bookingId\":\"DMC104576294362\",\"bookingId_TJ\":\"TJ104576294362\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"18b3e-53723-4f575-29394\",\"apiTraceId\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:05\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2023-10-31T09:05\",\"LocalFromTime\":\"2023-10-31 09:05\",\"FromUTCTime\":\"2023-10-31T09:05\",\"LocalToTime\":\"2023-10-31 10:35\",\"ToUTCTime\":\"2023-10-31T10:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,907\",\"ApiResultIndex\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3670.14,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3906.94,\"PublishedFare\":3906.94,\"PublishedFareAgent\":4906.9400000000005,\"OfferedFareAgent\":3906.94,\"OfferedFare\":3906.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-3091773963_0DELIXJSG160_14605447401479\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":3906.94,\"BaseFareCal\":3906.94,\"BaseFare\":3670.14,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-IXJ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3906.94,\"CostToCustomer\":3906.94,\"BaseFareCal\":3906.94,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3906.94,\"intOfferedFare\":3906.94,\"intPublishFare\":3906.94,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":4906.9400000000005,\"CostToAgent\":3906.94,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2023-10-31T10:35\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-10-31T09:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:05\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"31-3091773963_0DELIXJSG160_56690031957362\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-IXJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"202\"],\"ForCustomerSession\":[{\"AgencySysId\":\"98705\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"jaipurking400@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9785552020\",\"FirstName\":\"manish\",\"LastName\":\"gangwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"98705\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-29 22:14:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"108\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"108\",\"CustomerMemSysId\":[\"108\"],\"flight_booking_customer\":[[\"231\"]],\"SearchTraceId\":\"18b3e-53723-4f575-29394\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"18b3e-53723-4f575-29394\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Jammu\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 22:13:59\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"18b3e-53723-4f575-29394\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"18b3e-53723-4f575-29394\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Jammu\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-29 22:13:59\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104576294362\\\",\\\"bookingId_TJ\\\":\\\"TJ104576294362\\\",\\\"FlightNumber\\\":\\\"SG-160\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"18b3e-53723-4f575-29394\\\",\\\"apiTraceId\\\":\\\"31-3091773963_0DELIXJSG160_56690031957362\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:05\\\",\\\"ArrivalTime\\\":\\\"10:35\\\",\\\"TravelDate\\\":\\\"2023-10-31T09:05\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 09:05\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T09:05\\\",\\\"LocalToTime\\\":\\\"2023-10-31 10:35\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T10:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,907\\\",\\\"ApiResultIndex\\\":\\\"31-3091773963_0DELIXJSG160_56690031957362\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3670.14,\\\"Tax\\\":236.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":225,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3906.94,\\\"PublishedFare\\\":3906.94,\\\"PublishedFareAgent\\\":4906.9400000000005,\\\"OfferedFareAgent\\\":3906.94,\\\"OfferedFare\\\":3906.94,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"31-3091773963_0DELIXJSG160_14605447401479\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":4906.9400000000005,\\\"CostToAgent\\\":3906.94,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":236.8,\\\"TotalBaseFare\\\":3906.94,\\\"BaseFareCal\\\":3906.94,\\\"BaseFare\\\":3670.14,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":225,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":4906.9400000000005,\\\"CostToAgent\\\":3906.94,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-IXJ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3906.94,\\\"CostToCustomer\\\":3906.94,\\\"BaseFareCal\\\":3906.94,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3906.94,\\\"intOfferedFare\\\":3906.94,\\\"intPublishFare\\\":3906.94,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":4906.9400000000005,\\\"CostToAgent\\\":3906.94,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"847\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T10:35\\\",\\\"SegFlightNumber\\\":\\\"SG-160\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-10-31T09:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"09:05\\\",\\\"strArrivalDtTime\\\":\\\"10:35\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"31-3091773963_0DELIXJSG160_56690031957362\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-IXJ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9785552020\",\"leadEmail\":\"jaipurking400@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"manish \",\"passenger-lastname-1\":\"gangwani\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"98705\",\"Salutation\":\"1\",\"EmailId\":\"jaipurking400@gmail.com\",\"FirstName\":\"manish \",\"LastName\":\"gangwani\",\"CountryCode\":\"91\",\"MobileNo\":\"9785552020\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0}','2023-10-29 22:14:36'),(1570,'d1447-3548c-a7a42-320e1','{\"FlightBookingData\":[{\"bookingId\":\"DMC101176295493\",\"bookingId_TJ\":\"TJ101176295493\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"d1447-3548c-a7a42-320e1\",\"apiTraceId\":\"5-9667187491_0JAIBOM6E5235_50644966715844\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-10-30T12:45\",\"LocalFromTime\":\"2023-10-30 12:45\",\"FromUTCTime\":\"2023-10-30T12:45\",\"LocalToTime\":\"2023-10-30 14:30\",\"ToUTCTime\":\"2023-10-30T14:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 30 Oct\",\"ArrivalDateTxt\":\"Mon, 30 Oct\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,955\",\"ApiResultIndex\":\"5-9667187491_0JAIBOM6E5235_50644966715844\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":1417.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":205,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5017.8,\"PublishedFare\":4954.72,\"PublishedFareAgent\":5954.72,\"OfferedFareAgent\":4954.72,\"OfferedFare\":4954.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9667187491_0JAIBOM6E5235_129878109845847\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":5954.72,\"CostToAgent\":4954.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.8,\"TotalBaseFare\":5017.8,\"BaseFareCal\":4954.72,\"BaseFare\":3600,\"CommissionEarned\":63.08,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":205,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":5954.72,\"CostToAgent\":4954.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4954.72,\"CostToCustomer\":4954.72,\"BaseFareCal\":4954.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4954.72,\"intOfferedFare\":4954.72,\"intPublishFare\":5017.8,\"TripjackMarkup\":0,\"TripjackCommission\":63.08,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":63.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":5954.72,\"CostToAgent\":4954.72,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"607\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-10-30T14:30\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-10-30T12:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9667187491_0JAIBOM6E5235_50644966715844\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-9667187491_0JAIBOM6E5235_50644966715844\",\"SearchTraceId\":\"d1447-3548c-a7a42-320e1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"30\\/10\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-30\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d1447-3548c-a7a42-320e1\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"JAI\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"30 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-29 22:38:45\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"607\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-10-29 22:39:24'),(1578,'b9da1-847fb-a17fe-045ec','{\"FlightBookingData\":[{\"bookingId\":\"DMC102176336006\",\"bookingId_TJ\":\"TJ102176336006\",\"FlightNumber\":\"6E-6634\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"apiTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-12-09T08:25\",\"LocalFromTime\":\"2023-12-09 08:25\",\"FromUTCTime\":\"2023-12-09T08:25\",\"LocalToTime\":\"2023-12-09 11:35\",\"ToUTCTime\":\"2023-12-09T11:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,177\",\"ApiResultIndex\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":2098.8,\"YQTax\":650,\"OtherCharges\":1192,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6245.8,\"PublishedFare\":6176.74,\"PublishedFareAgent\":6876.74,\"OfferedFareAgent\":6176.74,\"OfferedFare\":6176.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3755401415_0IXCBLR6E6634_100563335973278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2098.8,\"TotalBaseFare\":6245.8,\"BaseFareCal\":6176.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":1192,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6176.74,\"CostToCustomer\":6176.74,\"BaseFareCal\":6176.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6176.74,\"intOfferedFare\":6176.74,\"intPublishFare\":6245.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-09T11:35\",\"SegFlightNumber\":\"6E-6634\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-12-09T08:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXC-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"5765\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"203\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"106\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7760097886\",\"FirstName\":\"ASLAM\",\"LastName\":\"SAIFEE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-30 15:01:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"106\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7760097886\",\"FirstName\":\"ASLAM\",\"LastName\":\"SAIFEE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-30 15:01:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b9da1-847fb-a17fe-045ec\",\"modified\":\"2023-10-30 15:01:28\",\"created\":\"2023-10-30 15:01:28\",\"CustomerMemberSysId\":\"129\"}],\"CustomerSysId\":\"106\",\"CustomerMemSysId\":[\"129\"],\"flight_booking_customer\":[[\"232\"]],\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chandigarh (IXC)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"09\\/12\\/2023\",\"09\\/12\\/2023\"],\"source_city\":[\"IXC\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chandigarh (IXC)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-09\",\"2023-12-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[5765],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b9da1-847fb-a17fe-045ec\",\"sourceCityAirportCode\":[\"IXC\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"IXC\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Chandigarh\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/12\\/2023\",\"09\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"09 Dec Sat\",\"09 Dec Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-30 14:59:38\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b9da1-847fb-a17fe-045ec\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Chandigarh (IXC)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/12\\\\\\/2023\\\",\\\"09\\\\\\/12\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"IXC\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Chandigarh (IXC)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-09\\\",\\\"2023-12-09\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[5765],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b9da1-847fb-a17fe-045ec\\\",\\\"sourceCityAirportCode\\\":[\\\"IXC\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"IXC\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Chandigarh\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/12\\\\\\/2023\\\",\\\"09\\\\\\/12\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"09 Dec Sat\\\",\\\"09 Dec Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-30 14:59:38\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102176336006\\\",\\\"bookingId_TJ\\\":\\\"TJ102176336006\\\",\\\"FlightNumber\\\":\\\"6E-6634\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b9da1-847fb-a17fe-045ec\\\",\\\"apiTraceId\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"08:25\\\",\\\"ArrivalTime\\\":\\\"11:35\\\",\\\"TravelDate\\\":\\\"2023-12-09T08:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-09 08:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-09T08:25\\\",\\\"LocalToTime\\\":\\\"2023-12-09 11:35\\\",\\\"ToUTCTime\\\":\\\"2023-12-09T11:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":190,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Dec\\\",\\\"FlightDuration\\\":\\\"03h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"5765\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"IXC\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,177\\\",\\\"ApiResultIndex\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4147,\\\"Tax\\\":2098.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":1192,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":245,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6245.8,\\\"PublishedFare\\\":6176.74,\\\"PublishedFareAgent\\\":6876.74,\\\"OfferedFareAgent\\\":6176.74,\\\"OfferedFare\\\":6176.74,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-3755401415_0IXCBLR6E6634_100563335973278\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2098.8,\\\"TotalBaseFare\\\":6245.8,\\\"BaseFareCal\\\":6176.74,\\\"BaseFare\\\":4147,\\\"CommissionEarned\\\":69.06,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":245,\\\"MFT\\\":1.8,\\\"OT\\\":1192,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXC-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":69.06,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6176.74,\\\"CostToCustomer\\\":6176.74,\\\"BaseFareCal\\\":6176.74,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6176.74,\\\"intOfferedFare\\\":6176.74,\\\"intPublishFare\\\":6245.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":69.06,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"661\\\",\\\"originAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Chandigarh\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-12-09T11:35\\\",\\\"SegFlightNumber\\\":\\\"6E-6634\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"IXC\\\",\\\"originDepTime\\\":\\\"2023-12-09T08:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"08:25\\\",\\\"strArrivalDtTime\\\":\\\"11:35\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXC-BLR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXC\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"5765\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7760097886\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ASLAM\",\"passenger-lastname-1\":\"SAIFEE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"ASLAM\",\"LastName\":\"SAIFEE\",\"CountryCode\":\"91\",\"MobileNo\":\"7760097886\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"106\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7760097886\",\"FirstName\":\"ASLAM\",\"LastName\":\"SAIFEE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-30 15:01:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b9da1-847fb-a17fe-045ec\",\"modified\":\"2023-10-30 15:01:28\",\"created\":\"2023-10-30 15:01:28\",\"MobileNo\":\"7760097886\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":\"1\",\"currentcreditBalance\":\"29.00\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ102176336006\",\"amount\":6245.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917760097886\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-30T15:04:52.292\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20327893\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6634\",\"eT\":\"321\"},\"stops\":0,\"duration\":190,\"da\":{\"code\":\"IXC\",\"name\":\"Chandigarh Arpt\",\"cityCode\":\"IXC\",\"city\":\"Chandigarh\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-12-09T08:25\",\"at\":\"2023-12-09T11:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXC-BLR\":\"I2817H\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASLAM\",\"lN\":\"SAIFEE\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4147,\"NCM\":69.06,\"TAF\":2098.8,\"IGST\":1.8,\"NF\":6176.74,\"TF\":6245.8},\"afC\":{\"NCM\":{\"OT\":72.69,\"TDS\":-3.63},\"TAF\":{\"YQ\":650,\"OT\":1192,\"MF\":10,\"MFT\":1.8,\"AGST\":245}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"909153\",\"TPSysId\":\"909154\",\"TrxId\":\"73450\",\"VersionId\":\"277270\",\"XRefBookingId\":\"DMC102176336006\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC102176336006\\\",\\\"bookingId_TJ\\\":\\\"TJ102176336006\\\",\\\"FlightNumber\\\":\\\"6E-6634\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b9da1-847fb-a17fe-045ec\\\",\\\"apiTraceId\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"08:25\\\",\\\"ArrivalTime\\\":\\\"11:35\\\",\\\"TravelDate\\\":\\\"2023-12-09T08:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-09 08:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-09T08:25\\\",\\\"LocalToTime\\\":\\\"2023-12-09 11:35\\\",\\\"ToUTCTime\\\":\\\"2023-12-09T11:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":190,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Dec\\\",\\\"FlightDuration\\\":\\\"03h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"5765\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"IXC\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,177\\\",\\\"ApiResultIndex\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4147,\\\"Tax\\\":2098.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":1192,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":245,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6245.8,\\\"PublishedFare\\\":6176.74,\\\"PublishedFareAgent\\\":6876.74,\\\"OfferedFareAgent\\\":6176.74,\\\"OfferedFare\\\":6176.74,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-3755401415_0IXCBLR6E6634_100563335973278\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2098.8,\\\"TotalBaseFare\\\":6245.8,\\\"BaseFareCal\\\":6176.74,\\\"BaseFare\\\":4147,\\\"CommissionEarned\\\":69.06,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":245,\\\"MFT\\\":1.8,\\\"OT\\\":1192,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXC-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":69.06,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6176.74,\\\"CostToCustomer\\\":6176.74,\\\"BaseFareCal\\\":6176.74,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6176.74,\\\"intOfferedFare\\\":6176.74,\\\"intPublishFare\\\":6245.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":69.06,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":69.06,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6876.74,\\\"CostToAgent\\\":6176.74,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"661\\\",\\\"originAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Chandigarh\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-12-09T11:35\\\",\\\"SegFlightNumber\\\":\\\"6E-6634\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"IXC\\\",\\\"originDepTime\\\":\\\"2023-12-09T08:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"08:25\\\",\\\"strArrivalDtTime\\\":\\\"11:35\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"661\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-3755401415_0IXCBLR6E6634_14815164631138\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXC-BLR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXC\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"5765\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ102176336006\\\",\\\"amount\\\":6245.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"917760097886\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-30T15:04:52.292\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20327893\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"6634\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":190,\\\"da\\\":{\\\"code\\\":\\\"IXC\\\",\\\"name\\\":\\\"Chandigarh Arpt\\\",\\\"cityCode\\\":\\\"IXC\\\",\\\"city\\\":\\\"Chandigarh\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-12-09T08:25\\\",\\\"at\\\":\\\"2023-12-09T11:35\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"IXC-BLR\\\":\\\"I2817H\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ASLAM\\\",\\\"lN\\\":\\\"SAIFEE\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"BF\\\":4147,\\\"NCM\\\":69.06,\\\"TAF\\\":2098.8,\\\"IGST\\\":1.8,\\\"NF\\\":6176.74,\\\"TF\\\":6245.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":72.69,\\\"TDS\\\":-3.63},\\\"TAF\\\":{\\\"YQ\\\":650,\\\"OT\\\":1192,\\\"MF\\\":10,\\\"MFT\\\":1.8,\\\"AGST\\\":245}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"IXC-BLR\\\":\\\"I2817H\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ASLAM\\\",\\\"lN\\\":\\\"SAIFEE\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":6176.74,\\\"NetPrice\\\":6176.74,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":6176.74,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Chandigarh (IXC)-Bengaluru (BLR)\",\"Amount\":4147,\"NetAmount\":6176.74}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC102176336006\",\"bookingId_TJ\":\"TJ102176336006\",\"FlightNumber\":\"6E-6634\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"apiTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:25\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-12-09T08:25\",\"LocalFromTime\":\"2023-12-09 08:25\",\"FromUTCTime\":\"2023-12-09T08:25\",\"LocalToTime\":\"2023-12-09 11:35\",\"ToUTCTime\":\"2023-12-09T11:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"03h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,177\",\"ApiResultIndex\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4147,\"Tax\":2098.8,\"YQTax\":650,\"OtherCharges\":1192,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6245.8,\"PublishedFare\":6176.74,\"PublishedFareAgent\":6876.74,\"OfferedFareAgent\":6176.74,\"OfferedFare\":6176.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3755401415_0IXCBLR6E6634_100563335973278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2098.8,\"TotalBaseFare\":6245.8,\"BaseFareCal\":6176.74,\"BaseFare\":4147,\"CommissionEarned\":69.06,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":245,\"MFT\":1.8,\"OT\":1192,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6176.74,\"CostToCustomer\":6176.74,\"BaseFareCal\":6176.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6176.74,\"intOfferedFare\":6176.74,\"intPublishFare\":6245.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.06,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":69.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6876.74,\"CostToAgent\":6176.74,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-09T11:35\",\"SegFlightNumber\":\"6E-6634\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2023-12-09T08:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:25\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"661\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3755401415_0IXCBLR6E6634_14815164631138\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXC-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"5765\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"106\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7760097886\",\"FirstName\":\"ASLAM\",\"LastName\":\"SAIFEE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-30 15:01:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"b9da1-847fb-a17fe-045ec\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chandigarh (IXC)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"09\\/12\\/2023\",\"09\\/12\\/2023\"],\"source_city\":[\"IXC\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chandigarh (IXC)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-09\",\"2023-12-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[5765],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b9da1-847fb-a17fe-045ec\",\"sourceCityAirportCode\":[\"IXC\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"IXC\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Chandigarh\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/12\\/2023\",\"09\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"09 Dec Sat\",\"09 Dec Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-30 14:59:38\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-30 15:03:22'),(1579,'09d02-d523b-6fb96-95716','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9595608990-41316999\",\"name\":\"Hotel Amaan Palace\",\"img\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/73eb73efb09b6ed2a5f312e9d1d135b1.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/73eb73efb09b6ed2a5f312e9d1d135b1.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/73eb73efb09b6ed2a5f312e9d1d135b1.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/e897e9fe99a037fee901b86193604753.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/e897e9fe99a037fee901b86193604753.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/e897e9fe99a037fee901b86193604753.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/cab1024451c17ae4789883ab5b46bfeb.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/cab1024451c17ae4789883ab5b46bfeb.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/cab1024451c17ae4789883ab5b46bfeb.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/9b82b3766be11957164fdd32ba0a5a32.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/9b82b3766be11957164fdd32ba0a5a32.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/9b82b3766be11957164fdd32ba0a5a32.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/8b4c63f42ef8ccdb2c5cc32c90c6649d.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/8b4c63f42ef8ccdb2c5cc32c90c6649d.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/8b4c63f42ef8ccdb2c5cc32c90c6649d.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/2552df7615ae3be79589d1c456536164.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/2552df7615ae3be79589d1c456536164.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/2552df7615ae3be79589d1c456536164.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/dd3d22f9d7b49ab631c4398739f674a6.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/dd3d22f9d7b49ab631c4398739f674a6.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/dd3d22f9d7b49ab631c4398739f674a6.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/382650600b957d1502008dab6d9d6225.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/382650600b957d1502008dab6d9d6225.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/382650600b957d1502008dab6d9d6225.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/84afbdd9417eec81186191c7fade4b7b.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/84afbdd9417eec81186191c7fade4b7b.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/84afbdd9417eec81186191c7fade4b7b.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/473d1a2829ed196ac7485bb274715487.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/473d1a2829ed196ac7485bb274715487.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/473d1a2829ed196ac7485bb274715487.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/3caeb688163e1a9d75bbb75557472bbe.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/3caeb688163e1a9d75bbb75557472bbe.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/746770404\\/3caeb688163e1a9d75bbb75557472bbe.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/66c40c314d1ae63864396c7fc0fd903c.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/66c40c314d1ae63864396c7fc0fd903c.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575980525\\/66c40c314d1ae63864396c7fc0fd903c.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"des\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"72.83625\",\"lt\":\"18.956821\"},\"ad\":{\"adr\":\"Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai\",\"adr2\":\"36, pala galli, 38\",\"postalCode\":\"400009\",\"city\":{\"code\":\"16850\",\"name\":\"Mumbai\"},\"state\":{\"name\":\"Maharashtra\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Mumbai\",\"sn\":\"Maharashtra\",\"cn\":\"India\"},\"fl\":[\"Internet\",\"Internet\",\"Daily housekeeping\",\"Front desk [24-hour]\",\"Fan\",\"Mirror\",\"Shower\",\"Internet\"],\"pt\":\"HOTEL\",\"cnt\":{\"wb\":\"https:\\/\\/www.agoda.com\\/partners\\/partnersearch.aspx?hid=34721726\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"children policy\\\":\\\"Children stay free on existing bed, if extra bed or meals are required, please contact the property and pay to the property. \\\",\\\"Remark\\\":\\\"Unmarried couple not allowed , Married couple 18 yeas and above and No Mumbai ID allowed .  Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"575987635_0\",\"rc\":\"Male Dormitory Room\",\"rt\":\"Male Dormitory Room\",\"srn\":\"Dormitory, Male Only\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":543.43,\"tfcs\":{\"NF\":543.43,\"CMU\":20.45,\"BF\":531.63,\"TF\":543.43,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":543.43,\"CMU\":20.45,\"BF\":531.63,\"TF\":543.43,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18}}}],\"checkInDate\":\"2023-10-31\",\"checkOutDate\":\"2023-11-01\",\"radi\":{\"rid\":\"575987635\"},\"iexb\":false,\"rexb\":{\"SERVICE\":[{\"values\":[\"GenderPreference: MaleOnly\"]}]}}],\"id\":\"107_0_34721726\",\"tp\":543.43,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"opaooiGIKa9wJVojIPl5\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-10-30T18:02:08.654\",\"tdt\":\"2023-10-31T12:00\",\"am\":511.18},{\"fdt\":\"2023-10-31T12:00\",\"tdt\":\"2023-11-01T23:59\",\"am\":511.18}],\"scnp\":\"Any cancellation received within 1 day prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy).\"},\"ddt\":\"2023-10-30T18:02:08.654\",\"inst\":[{\"type\":\"BENEFITS\",\"msg\":\"Free WiFi\"}],\"oai\":{\"sid\":\"107\"},\"ipr\":false,\"omid\":\"-908167328\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":511.18}],\"opci\":[],\"uid\":\"41316999\",\"lhc\":\"4348603\"},\"bookingId\":\"TJ204076355203\",\"query\":{\"checkinDate\":\"2023-10-31\",\"checkoutDate\":\"2023-11-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9595608990\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"575987635_0\"}],\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1161}},\"hotelbookingid\":\"35\",\"SearchHotelTraceId\":\"09d02-d523b-6fb96-95716\",\"CustomerSession\":{\"bookingId\":\"09d02-d523b-6fb96-95716\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"09d02-d523b-6fb96-95716\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"dfhbd\",\"passenger-lastname-1\":\"dfbhd\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rdeh\",\"passenger-lastname-2\":\"hdf\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"575987635_0\",\"RoomCategory\":\"Male Dormitory Room\",\"RoomType\":\"Male Dormitory Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":556.254948,\"gtxMarkUp\":10.868599999999999,\"GSTOnGTXMarkUp\":1.9563479999999998,\"pernightperroomprice\":543.43,\"TotalRoomPrice\":543.43,\"TotalFare\":543.43,\"TotalBaseFare\":531.63,\"TotalNetFare\":543.43,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":543.43,\"CMU\":20.45,\"BF\":531.63,\"TF\":543.43,\"TAF\":11.8},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":456.41,\"MFT\":1.8,\"SGP\":511.18,\"TTSF\":54.77,\"SNP\":511.18}}}],\"PriceWithMarkup\":556.254948,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":543.43,\"pernightperroomprice\":543.43,\"RoomPrice\":554.2986,\"withmarkupprice\":556.254948,\"gtxMarkUp\":10.868599999999999,\"GSTOnGTXMarkUp\":1.9563479999999998,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"107_0_34721726\",\"RoomTotalPrice\":543.43,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid9595608990-41316999\",\"HotemName\":\"Hotel Amaan Palace\",\"HotelDescription\":\"{\\\"Overview\\\":\\\"\\\",\\\"Snippet\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/-1\\/cc63840d5c9a11c5740801e74c8d95b9.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140067\\/2_140067.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26594\\/2_26594.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/140080\\/e58cc608fcaae1445396c40ceb991306.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/26593\\/6a2b40935acca6ddfd82eb9d8c18f51b.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/geo\\/poi\\/111331\\/2_111331_02.jpg?ca=6&ce=1&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/98563b8321c78027f17d92b626cf94e8.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/94bf7ef683f54799592138b76fb0c5f4.jpg?ce=0&s=312x\",\"sz\":\"XXL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/34721726\\/575987635\\/f832b5124bfca171f6cdcf841352780f.jpg?ce=0&s=312x\",\"sz\":\"XXL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.83625\",\"lt\":\"18.956821\"},\"HotelAddress\":\"Hazrat Abbas Rd, Bhat Bazar, Dongri, charnull, Mumbai\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Daily housekeeping\",\"Front desk [24-hour]\",\"Fan\",\"Mirror\",\"Shower\",\"Internet\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-10-31\",\"checkoutDate\":\"2023-11-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"909742\",\"TPSysId\":\"909743\",\"VersionId\":\"2735821\",\"CustomerSysId\":\"499887\",\"TrxId\":\"73490\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\"}','2023-10-30 18:01:10'),(1581,'1dec4-6a370-94167-1a312','{\"BookingData\":[{\"bookingId\":\"BKR106476381733\",\"bookingId_TJ\":\"TJ106476381733\",\"FlightNumber\":\"6E-7275\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:45\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-11-23T10:45\",\"LocalFromTime\":\"2023-11-23 10:45\",\"FromUTCTime\":\"2023-11-23T10:45\",\"LocalToTime\":\"2023-11-23 12:00\",\"ToUTCTime\":\"2023-11-23T12:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DED\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9649.6,\"PublishedFareTxt\":\"9,650\",\"ApiResultIndex\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DED-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":3049.6,\"YQTax\":600,\"OtherCharges\":2066,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9649.6,\"PublishedFare\":9530,\"OfferedFare\":9530,\"CommissionEarned\":119.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9689774225_0DEDJAI6E7275_48304334328206\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":119.6,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3049.6,\"BaseFareCal\":9530,\"BaseFare\":6600,\"CommissionEarned\":119.6,\"TDS\":-6.3,\"MF\":20,\"YQ\":600,\"AGST\":360,\"MFT\":3.6,\"OT\":2066,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":119.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9530,\"CostToCustomer\":9530,\"BaseFareCal\":9530,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9530,\"intOfferedFare\":9530,\"intPublishFare\":9649.6,\"TripjackMarkup\":0,\"TripjackCommission\":119.6,\"TripjackTDS\":\"6.3\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":119.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"32\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-23T12:00\",\"SegFlightNumber\":\"6E-7275\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-11-23T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"32\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1dec4-6a370-94167-1a312\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-31T00:01:26.507\",\"strTraceId\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DED\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":0,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106476381733\",\"bookingId_TJ\":\"TJ106476381733\",\"FlightNumber\":\"6E-7275\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"strTraceId\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:45\",\"ArrivalTime\":\"12:00\",\"TravelDate\":\"2023-11-23T10:45\",\"LocalFromTime\":\"2023-11-23 10:45\",\"FromUTCTime\":\"2023-11-23T10:45\",\"LocalToTime\":\"2023-11-23 12:00\",\"ToUTCTime\":\"2023-11-23T12:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":0,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"DED\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9649.6,\"ApiResultIndex\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"1dec4-6a370-94167-1a312\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-10-31T00:01:26.507\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":3049.6,\"YQTax\":600,\"OtherCharges\":2066,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9649.6,\"PublishedFare\":9530,\"OfferedFare\":9530,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3049.6,\"BaseFareCal\":9530,\"BaseFare\":6600,\"CommissionEarned\":119.6,\"TDS\":-6.3,\"MF\":20,\"YQ\":600,\"AGST\":360,\"MFT\":3.6,\"OT\":2066,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"32\",\"originAirportName\":\"Jolly Grant Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Dehra Dun\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-23T12:00\",\"SegFlightNumber\":\"6E-7275\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DED\",\"originDepTime\":\"2023-11-23T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"12:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9689774225_1DEDJAI6E7275_50804148709196\",\"localFromDateTime\":\"2023-11-23 10:45\",\"localToDateTime\":\"2023-11-23 12:00\",\"strSourceAirportCode\":\"DED\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":2,\"intSourceCityId\":0,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Dehra Dun\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"DED\",\"ContSysId_1\":\"0\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jolly Grant Airport DED\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DED\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"DED\",\"to\":\"JAI\",\"sourceCityText\":\"Dehra Dun, IN - Jolly Grant Airport DED, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":0,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1dec4-6a370-94167-1a312\",\"PreferredAirline\":null,\"from_city_\":\"1__DED-JAI\"}}','2023-10-30 23:59:53'),(1582,'8d078-08ebd-d3982-a58c6','{\"FlightBookingData\":[{\"EquipmentType\":\"321\",\"FlightNumber\":\"6E-6043\",\"SegFlightNumberArr\":\"6E-6043\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8d078-08ebd-d3982-a58c6\",\"apiTraceId\":\"5-4104367116_2HYDDEL6E6043_439836131380033\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-10-31T13:30\",\"LocalFromTime\":\"2023-10-31 13:30\",\"FromUTCTime\":\"2023-10-31T13:30\",\"LocalToTime\":\"2023-10-31 15:45\",\"ToUTCTime\":\"2023-10-31T15:45\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Hyderabad\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6565,\"PublishedFareTxt\":\"6,564\",\"ApiResultIndex\":\"5-4104367116_2HYDDEL6E6043_439836131379702\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4650,\"Tax\":1988.8,\"YQTax\":550,\"OtherCharges\":1427,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6638.8,\"PublishedFare\":6564.24,\"PublishedFareAgent\":8565,\"OfferedFareAgent\":6564.24,\"OfferedFare\":6564.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4104367116_2HYDDEL6E6043_439836131380033\",\"ApiResultIndex\":\"5-4104367116_2HYDDEL6E6043_439836131380033\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1988.8,\"TotalBaseFare\":6638.8,\"BaseFareCal\":6564.24,\"BaseFare\":4650,\"CommissionEarned\":74.56,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":1427,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"tripbinfo\":{\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"055\"},\"Segments\":[{\"segmentid\":\"225\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-31T15:45\",\"SegFlightNumber\":\"6E-6043\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"052\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02L\"}],\"apiTraceId\":\"5-4104367116_2HYDDEL6E6043_439836131380033\",\"SearchTraceId\":\"8d078-08ebd-d3982-a58c6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8d078-08ebd-d3982-a58c6\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 08:27:12\",\"IsChangeSearch\":1}}','2023-10-31 08:48:47'),(1588,'3bf30-6e5bb-9c56d-79878','{\"FlightBookingData\":[{\"bookingId\":\"DMC104376390197\",\"bookingId_TJ\":\"TJ104376390197\",\"FlightNumber\":\"6E-6043\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"apiTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-10-31T13:30\",\"LocalFromTime\":\"2023-10-31 13:30\",\"FromUTCTime\":\"2023-10-31T13:30\",\"LocalToTime\":\"2023-10-31 15:45\",\"ToUTCTime\":\"2023-10-31T15:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,564\",\"ApiResultIndex\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4650,\"Tax\":1988.8,\"YQTax\":550,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6638.8,\"PublishedFare\":6564.24,\"PublishedFareAgent\":8564.24,\"OfferedFareAgent\":6564.24,\"OfferedFare\":6564.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7542994091_0HYDDEL6E6043_1690184095260\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1988.8,\"TotalBaseFare\":6638.8,\"BaseFareCal\":6564.24,\"BaseFare\":4650,\"CommissionEarned\":74.56,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":265,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6564.24,\"CostToCustomer\":6564.24,\"BaseFareCal\":6564.24,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6564.24,\"intOfferedFare\":6564.24,\"intPublishFare\":6638.8,\"TripjackMarkup\":0,\"TripjackCommission\":74.56,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-31T15:45\",\"SegFlightNumber\":\"6E-6043\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"204\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"6396921465\",\"FirstName\":\"MUSARRAT\",\"LastName\":\"JAHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 08:54:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"109\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"109\",\"CustomerMemSysId\":[\"109\"],\"flight_booking_customer\":[[\"233\"]],\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 08:49:05\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":[],\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"HYD\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-10-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12538],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3bf30-6e5bb-9c56d-79878\\\",\\\"sourceCityAirportCode\\\":[\\\"HYD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"HYD\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Hyderabad\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/10\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Oct Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-31 08:49:05\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104376390197\\\",\\\"bookingId_TJ\\\":\\\"TJ104376390197\\\",\\\"FlightNumber\\\":\\\"6E-6043\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3bf30-6e5bb-9c56d-79878\\\",\\\"apiTraceId\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"13:30\\\",\\\"ArrivalTime\\\":\\\"15:45\\\",\\\"TravelDate\\\":\\\"2023-10-31T13:30\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 13:30\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T13:30\\\",\\\"LocalToTime\\\":\\\"2023-10-31 15:45\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T15:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,564\\\",\\\"ApiResultIndex\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4650,\\\"Tax\\\":1988.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":1162,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":265,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6638.8,\\\"PublishedFare\\\":6564.24,\\\"PublishedFareAgent\\\":8564.24,\\\"OfferedFareAgent\\\":6564.24,\\\"OfferedFare\\\":6564.24,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7542994091_0HYDDEL6E6043_1690184095260\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1988.8,\\\"TotalBaseFare\\\":6638.8,\\\"BaseFareCal\\\":6564.24,\\\"BaseFare\\\":4650,\\\"CommissionEarned\\\":74.56,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":265,\\\"MFT\\\":1.8,\\\"OT\\\":1162,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"HYD-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":74.56,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6564.24,\\\"CostToCustomer\\\":6564.24,\\\"BaseFareCal\\\":6564.24,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6564.24,\\\"intOfferedFare\\\":6564.24,\\\"intPublishFare\\\":6638.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":74.56,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"688\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T15:45\\\",\\\"SegFlightNumber\\\":\\\"6E-6043\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-10-31T13:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"13:30\\\",\\\"strArrivalDtTime\\\":\\\"15:45\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"HYD-DEL\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"HYD\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"[]\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"6396921465\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"MUSARRAT\",\"passenger-lastname-1\":\"JAHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"3\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"MUSARRAT\",\"LastName\":\"JAHAN\",\"CountryCode\":\"91\",\"MobileNo\":\"6396921465\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ104376390197\",\"amount\":6638.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"916396921465\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T08:56:14.374\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20342294\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6043\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-10-31T13:30\",\"at\":\"2023-10-31T15:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"HYD-DEL\":\"Y2PZ6X\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MUSARRAT\",\"lN\":\"JAHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"NCM\":74.56,\"NF\":6564.24,\"TF\":6638.8,\"BF\":4650,\"TAF\":1988.8},\"afC\":{\"NCM\":{\"OT\":78.48,\"TDS\":-3.92},\"TAF\":{\"MFT\":1.8,\"OT\":1162,\"MF\":10,\"YQ\":550,\"AGST\":265}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"910227\",\"TPSysId\":\"910228\",\"TrxId\":\"73533\",\"VersionId\":\"277649\",\"XRefBookingId\":\"DMC104376390197\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC104376390197\\\",\\\"bookingId_TJ\\\":\\\"TJ104376390197\\\",\\\"FlightNumber\\\":\\\"6E-6043\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3bf30-6e5bb-9c56d-79878\\\",\\\"apiTraceId\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"13:30\\\",\\\"ArrivalTime\\\":\\\"15:45\\\",\\\"TravelDate\\\":\\\"2023-10-31T13:30\\\",\\\"LocalFromTime\\\":\\\"2023-10-31 13:30\\\",\\\"FromUTCTime\\\":\\\"2023-10-31T13:30\\\",\\\"LocalToTime\\\":\\\"2023-10-31 15:45\\\",\\\"ToUTCTime\\\":\\\"2023-10-31T15:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 31 Oct\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"12538\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"HYD\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,564\\\",\\\"ApiResultIndex\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4650,\\\"Tax\\\":1988.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":1162,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":265,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6638.8,\\\"PublishedFare\\\":6564.24,\\\"PublishedFareAgent\\\":8564.24,\\\"OfferedFareAgent\\\":6564.24,\\\"OfferedFare\\\":6564.24,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7542994091_0HYDDEL6E6043_1690184095260\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1988.8,\\\"TotalBaseFare\\\":6638.8,\\\"BaseFareCal\\\":6564.24,\\\"BaseFare\\\":4650,\\\"CommissionEarned\\\":74.56,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":265,\\\"MFT\\\":1.8,\\\"OT\\\":1162,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"HYD-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":74.56,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6564.24,\\\"CostToCustomer\\\":6564.24,\\\"BaseFareCal\\\":6564.24,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6564.24,\\\"intOfferedFare\\\":6564.24,\\\"intPublishFare\\\":6638.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":74.56,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":74.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":8564.24,\\\"CostToAgent\\\":6564.24,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"688\\\",\\\"originAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Hyderabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-10-31T15:45\\\",\\\"SegFlightNumber\\\":\\\"6E-6043\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"HYD\\\",\\\"originDepTime\\\":\\\"2023-10-31T13:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"13:30\\\",\\\"strArrivalDtTime\\\":\\\"15:45\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-7542994091_2HYDDEL6E6043_1193958827354\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"HYD-DEL\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-10-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"HYD\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12538\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ104376390197\\\",\\\"amount\\\":6638.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"916396921465\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-31T08:56:14.374\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20342294\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"6043\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":135,\\\"da\\\":{\\\"code\\\":\\\"HYD\\\",\\\"name\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"cityCode\\\":\\\"HYD\\\",\\\"city\\\":\\\"Hyderabad\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-10-31T13:30\\\",\\\"at\\\":\\\"2023-10-31T15:45\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"HYD-DEL\\\":\\\"Y2PZ6X\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MUSARRAT\\\",\\\"lN\\\":\\\"JAHAN\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"IGST\\\":1.8,\\\"NCM\\\":74.56,\\\"NF\\\":6564.24,\\\"TF\\\":6638.8,\\\"BF\\\":4650,\\\"TAF\\\":1988.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":78.48,\\\"TDS\\\":-3.92},\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"OT\\\":1162,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":265}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"HYD-DEL\\\":\\\"Y2PZ6X\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MUSARRAT\\\",\\\"lN\\\":\\\"JAHAN\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":6564.24,\\\"NetPrice\\\":6564.24,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":6564.24,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Hyderabad (HYD)-Delhi (DEL)\",\"Amount\":4650,\"NetAmount\":6564.24}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC104376390197\",\"bookingId_TJ\":\"TJ104376390197\",\"FlightNumber\":\"6E-6043\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"apiTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2023-10-31T13:30\",\"LocalFromTime\":\"2023-10-31 13:30\",\"FromUTCTime\":\"2023-10-31T13:30\",\"LocalToTime\":\"2023-10-31 15:45\",\"ToUTCTime\":\"2023-10-31T15:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 31 Oct\",\"ArrivalDateTxt\":\"Tue, 31 Oct\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,564\",\"ApiResultIndex\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4650,\"Tax\":1988.8,\"YQTax\":550,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6638.8,\"PublishedFare\":6564.24,\"PublishedFareAgent\":8564.24,\"OfferedFareAgent\":6564.24,\"OfferedFare\":6564.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7542994091_0HYDDEL6E6043_1690184095260\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1988.8,\"TotalBaseFare\":6638.8,\"BaseFareCal\":6564.24,\"BaseFare\":4650,\"CommissionEarned\":74.56,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":265,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6564.24,\"CostToCustomer\":6564.24,\"BaseFareCal\":6564.24,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6564.24,\"intOfferedFare\":6564.24,\"intPublishFare\":6638.8,\"TripjackMarkup\":0,\"TripjackCommission\":74.56,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":74.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":8564.24,\"CostToAgent\":6564.24,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-10-31T15:45\",\"SegFlightNumber\":\"6E-6043\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-10-31T13:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7542994091_2HYDDEL6E6043_1193958827354\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"6396921465\",\"FirstName\":\"MUSARRAT\",\"LastName\":\"JAHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 08:54:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"109\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":[],\"SearchTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2023\",\"\"],\"source_city\":[\"HYD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3bf30-6e5bb-9c56d-79878\",\"sourceCityAirportCode\":[\"HYD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"HYD\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Hyderabad\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Oct Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 08:49:05\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-31 08:54:44'),(1596,'faef0-5004f-30d05-fd91c','{\"FlightBookingData\":[{\"bookingId\":\"DMC104176405939\",\"bookingId_TJ\":\"TJ104176405939\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"apiTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"15,646\",\"ApiResultIndex\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"PublishedFareAgent\":15646.16,\"OfferedFareAgent\":15646.16,\"OfferedFare\":15646.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8373955630_0JAIPNQI51427_9569180797083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"TotalBaseFare\":16051.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"206\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"111\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"135\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"136\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"137\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"CustomerMemberSysId\":\"135\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"CustomerMemberSysId\":\"136\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"CustomerMemberSysId\":\"137\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"111\",\"135\",\"136\",\"137\"],\"flight_booking_customer\":[[\"238\",\"239\",\"240\",\"241\"]],\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Pune (PNQ)\",\"DEL\"],\"departure_date\":[\"02\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"PNQ\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Pune, IN - Lohegaon Arpt (PNQ), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Lohegaon Arpt (PNQ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Pune (PNQ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[22238],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"faef0-5004f-30d05-fd91c\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"PNQ\"],\"from\":[\"JAI\"],\"to\":[\"PNQ\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Pune\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Pune, IN - Lohegaon Arpt (PNQ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 11:59:48\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"827\":{\"1\":{\"seatNo\":\"28F\",\"seatPosition\":{\"row\":28,\"column\":7},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"28F\",\"amount\":300},\"2\":{\"seatNo\":\"28E\",\"seatPosition\":{\"row\":28,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"28E\",\"amount\":0},\"3\":{\"seatNo\":\"30E\",\"seatPosition\":{\"row\":30,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"30E\",\"amount\":0},\"4\":{\"seatNo\":\"29E\",\"seatPosition\":{\"row\":29,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"29E\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"faef0-5004f-30d05-fd91c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Pune (PNQ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"PNQ\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Pune, IN - Lohegaon Arpt (PNQ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lohegaon Arpt (PNQ)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Pune (PNQ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-02\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[22238],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"faef0-5004f-30d05-fd91c\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"PNQ\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"PNQ\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Pune\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Pune, IN - Lohegaon Arpt (PNQ), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"02 Nov Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-31 11:59:48\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2},\\\"3\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":3},\\\"4\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":4}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104176405939\\\",\\\"bookingId_TJ\\\":\\\"TJ104176405939\\\",\\\"FlightNumber\\\":\\\"I5-1427\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"faef0-5004f-30d05-fd91c\\\",\\\"apiTraceId\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"17:15\\\",\\\"ArrivalTime\\\":\\\"19:00\\\",\\\"TravelDate\\\":\\\"2023-11-02T17:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-02 17:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-02T17:15\\\",\\\"LocalToTime\\\":\\\"2023-11-02 19:00\\\",\\\"ToUTCTime\\\":\\\"2023-11-02T19:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"22238\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"PNQ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"15,646\\\",\\\"ApiResultIndex\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11868,\\\"Tax\\\":4183.2,\\\"YQTax\\\":0,\\\"OtherCharges\\\":3504,\\\"Discount\\\":0,\\\"ServiceFee\\\":40,\\\"ManagementFeeTax\\\":7.2,\\\"AirlineGSTComponent\\\":632,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":16051.2,\\\"PublishedFare\\\":15646.16,\\\"PublishedFareAgent\\\":15646.16,\\\"OfferedFareAgent\\\":15646.16,\\\"OfferedFare\\\":15646.16,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-8373955630_0JAIPNQI51427_9569180797083\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"4\\\",\\\"TaxIN\\\":4183.2,\\\"TotalBaseFare\\\":16051.2,\\\"BaseFareCal\\\":15646.16,\\\"BaseFare\\\":11868,\\\"CommissionEarned\\\":405.04,\\\"TDS\\\":0,\\\"MF\\\":40,\\\"YQ\\\":0,\\\"AGST\\\":632,\\\"MFT\\\":7.2,\\\"OT\\\":3504,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-PNQ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":405.04,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":15646.16,\\\"CostToCustomer\\\":15646.16,\\\"BaseFareCal\\\":15646.16,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":15646.16,\\\"intOfferedFare\\\":15646.16,\\\"intPublishFare\\\":16051.2,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":405.04,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"827\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Lohegaon Arpt\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Pune\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"PNQ\\\",\\\"destinationArrTime\\\":\\\"2023-11-02T19:00\\\",\\\"SegFlightNumber\\\":\\\"I5-1427\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-02T17:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"17:15\\\",\\\"strArrivalDtTime\\\":\\\"19:00\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-PNQ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"PNQ\\\",\\\"intMemberCount\\\":4,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"22238\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"827\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"28F\\\",\\\"seatPosition\\\":{\\\"row\\\":28,\\\"column\\\":7},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"28F\\\",\\\"amount\\\":300},\\\"2\\\":{\\\"seatNo\\\":\\\"28E\\\",\\\"seatPosition\\\":{\\\"row\\\":28,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"28E\\\",\\\"amount\\\":0},\\\"3\\\":{\\\"seatNo\\\":\\\"30E\\\",\\\"seatPosition\\\":{\\\"row\\\":30,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"30E\\\",\\\"amount\\\":0},\\\"4\\\":{\\\"seatNo\\\":\\\"29E\\\",\\\"seatPosition\\\":{\\\"row\\\":29,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"29E\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9587206406\",\"leadEmail\":\"KRISHNATRAVELS612@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"110\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"YOGESH KUMAR\",\"passenger-lastname-1\":\"SHARMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"110\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"ANJU\",\"passenger-lastname-2\":\"DEVI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"110\",\"passenger-salutation-3\":\"1\",\"passenger-firstname-3\":\"ABHAY SINGH\",\"passenger-lastname-3\":\"DANGI\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"paxType-4\":\"1\",\"relation-4\":\"0\",\"CustomerSysId-4\":\"110\",\"passenger-salutation-4\":\"3\",\"passenger-firstname-4\":\"PALAK\",\"passenger-lastname-4\":\"DANGI\",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"CountryCode\":\"91\",\"MobileNo\":\"9587206406\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"MobileNo\":\"9587206406\",\"B2B\":true},\"2\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"MobileNo\":\"9587206406\",\"B2B\":true},\"3\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"faef0-5004f-30d05-fd91c\",\"modified\":\"2023-10-31 12:06:11\",\"created\":\"2023-10-31 12:06:11\",\"MobileNo\":\"9587206406\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ104176405939\",\"amount\":16351.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"919587206406\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T12:08:50.940\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20346348\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1427\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-02T17:15\",\"at\":\"2023-11-02T19:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"28F\",\"amount\":300}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YOGESH KUMAR\",\"lN\":\"SHARMA\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"28E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ANJU\",\"lN\":\"DEVI\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"30E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABHAY SINGH\",\"lN\":\"DANGI\"},{\"ssrSeatInfos\":{\"JAI-PNQ\":{\"code\":\"29E\",\"amount\":0}},\"pnrDetails\":{\"JAI-PNQ\":\"W6T6GD\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"PALAK\",\"lN\":\"DANGI\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":16351.2,\"SSRP\":300,\"TAF\":4183.2,\"BF\":11868,\"IGST\":7.2,\"NCM\":405.04,\"NF\":15946.16},\"afC\":{\"SSRP\":{\"OT\":300},\"TAF\":{\"OT\":3504,\"MFT\":7.2,\"AGST\":632,\"MF\":40},\"NCM\":{\"OT\":426.36,\"TDS\":-21.32}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"910549\",\"TPSysId\":\"910550\",\"TrxId\":\"73551\",\"VersionId\":\"277746\",\"XRefBookingId\":\"DMC104176405939\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC104176405939\\\",\\\"bookingId_TJ\\\":\\\"TJ104176405939\\\",\\\"FlightNumber\\\":\\\"I5-1427\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"faef0-5004f-30d05-fd91c\\\",\\\"apiTraceId\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"17:15\\\",\\\"ArrivalTime\\\":\\\"19:00\\\",\\\"TravelDate\\\":\\\"2023-11-02T17:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-02 17:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-02T17:15\\\",\\\"LocalToTime\\\":\\\"2023-11-02 19:00\\\",\\\"ToUTCTime\\\":\\\"2023-11-02T19:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"22238\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"PNQ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"15,646\\\",\\\"ApiResultIndex\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11868,\\\"Tax\\\":4183.2,\\\"YQTax\\\":0,\\\"OtherCharges\\\":3504,\\\"Discount\\\":0,\\\"ServiceFee\\\":40,\\\"ManagementFeeTax\\\":7.2,\\\"AirlineGSTComponent\\\":632,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":16051.2,\\\"PublishedFare\\\":15646.16,\\\"PublishedFareAgent\\\":15646.16,\\\"OfferedFareAgent\\\":15646.16,\\\"OfferedFare\\\":15646.16,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-8373955630_0JAIPNQI51427_9569180797083\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"4\\\",\\\"TaxIN\\\":4183.2,\\\"TotalBaseFare\\\":16051.2,\\\"BaseFareCal\\\":15646.16,\\\"BaseFare\\\":11868,\\\"CommissionEarned\\\":405.04,\\\"TDS\\\":0,\\\"MF\\\":40,\\\"YQ\\\":0,\\\"AGST\\\":632,\\\"MFT\\\":7.2,\\\"OT\\\":3504,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-PNQ\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":405.04,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":15646.16,\\\"CostToCustomer\\\":15646.16,\\\"BaseFareCal\\\":15646.16,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":15646.16,\\\"intOfferedFare\\\":15646.16,\\\"intPublishFare\\\":16051.2,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":405.04,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":405.04,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":15646.16,\\\"CostToAgent\\\":15646.16,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"827\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Lohegaon Arpt\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Pune\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"PNQ\\\",\\\"destinationArrTime\\\":\\\"2023-11-02T19:00\\\",\\\"SegFlightNumber\\\":\\\"I5-1427\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-02T17:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"17:15\\\",\\\"strArrivalDtTime\\\":\\\"19:00\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"827\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-8373955630_0JAIPNQI51427_2263534057453\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-PNQ\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":162.5,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":137.5,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"96\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9},\\\"st\\\":\\\"96\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"PNQ\\\",\\\"intMemberCount\\\":4,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"22238\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ104176405939\\\",\\\"amount\\\":16351.2,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"KRISHNATRAVELS612@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"919587206406\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-31T12:08:50.940\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20346348\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirIndia Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1427\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":105,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"PNQ\\\",\\\"name\\\":\\\"Lohegaon Arpt\\\",\\\"cityCode\\\":\\\"PNQ\\\",\\\"city\\\":\\\"Pune\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-02T17:15\\\",\\\"at\\\":\\\"2023-11-02T19:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"28F\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"YOGESH KUMAR\\\",\\\"lN\\\":\\\"SHARMA\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"28E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ANJU\\\",\\\"lN\\\":\\\"DEVI\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"30E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ABHAY SINGH\\\",\\\"lN\\\":\\\"DANGI\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"29E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"PALAK\\\",\\\"lN\\\":\\\"DANGI\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":16351.2,\\\"SSRP\\\":300,\\\"TAF\\\":4183.2,\\\"BF\\\":11868,\\\"IGST\\\":7.2,\\\"NCM\\\":405.04,\\\"NF\\\":15946.16},\\\"afC\\\":{\\\"SSRP\\\":{\\\"OT\\\":300},\\\"TAF\\\":{\\\"OT\\\":3504,\\\"MFT\\\":7.2,\\\"AGST\\\":632,\\\"MF\\\":40},\\\"NCM\\\":{\\\"OT\\\":426.36,\\\"TDS\\\":-21.32}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"28F\\\",\\\"amount\\\":300}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"YOGESH KUMAR\\\",\\\"lN\\\":\\\"SHARMA\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"28E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ANJU\\\",\\\"lN\\\":\\\"DEVI\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"30E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"ABHAY SINGH\\\",\\\"lN\\\":\\\"DANGI\\\"},{\\\"ssrSeatInfos\\\":{\\\"JAI-PNQ\\\":{\\\"code\\\":\\\"29E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"JAI-PNQ\\\":\\\"W6T6GD\\\"},\\\"ti\\\":\\\"Ms\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"PALAK\\\",\\\"lN\\\":\\\"DANGI\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":15646.16,\\\"NetPrice\\\":15646.16,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":15646.16,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":300}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Jaipur (JAI)-Pune (PNQ)\",\"Amount\":12168,\"NetAmount\":15946.16}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC104176405939\",\"bookingId_TJ\":\"TJ104176405939\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"apiTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"15,646\",\"ApiResultIndex\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"PublishedFareAgent\":15646.16,\"OfferedFareAgent\":15646.16,\"OfferedFare\":15646.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8373955630_0JAIPNQI51427_9569180797083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"TotalBaseFare\":16051.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-PNQ\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":405.04,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15646.16,\"CostToAgent\":15646.16,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"827\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-8373955630_0JAIPNQI51427_2263534057453\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-PNQ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"111\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"135\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"136\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK\",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 12:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"137\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"827\":{\"1\":{\"seatNo\":\"28F\",\"seatPosition\":{\"row\":28,\"column\":7},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"28F\",\"amount\":300},\"2\":{\"seatNo\":\"28E\",\"seatPosition\":{\"row\":28,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"28E\",\"amount\":0},\"3\":{\"seatNo\":\"30E\",\"seatPosition\":{\"row\":30,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"30E\",\"amount\":0},\"4\":{\"seatNo\":\"29E\",\"seatPosition\":{\"row\":29,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"29E\",\"amount\":0}}},\"SearchTraceId\":\"faef0-5004f-30d05-fd91c\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Pune (PNQ)\",\"DEL\"],\"departure_date\":[\"02\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"PNQ\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Pune, IN - Lohegaon Arpt (PNQ), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Lohegaon Arpt (PNQ)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Pune (PNQ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[22238],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"faef0-5004f-30d05-fd91c\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"PNQ\"],\"from\":[\"JAI\"],\"to\":[\"PNQ\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Pune\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Pune, IN - Lohegaon Arpt (PNQ), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 11:59:48\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-31 12:07:21'),(1600,'2d40f-92afb-79197-bc5f1','{\"BookingData\":[{\"bookingId\":\"BKR103276408732\",\"bookingId_TJ\":\"TJ103276408732\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":16051.2,\"PublishedFareTxt\":\"16,051\",\"ApiResultIndex\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-PNQ\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"OfferedFare\":15646.16,\"CommissionEarned\":405.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-21.32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6988619085_0JAIPNQI51427_6973819227660\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":405.04,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":-21.32,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":405.04,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15646.16,\"CostToCustomer\":15646.16,\"BaseFareCal\":15646.16,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15646.16,\"intOfferedFare\":15646.16,\"intPublishFare\":16051.2,\"TripjackMarkup\":0,\"TripjackCommission\":405.04,\"TripjackTDS\":\"21.32\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":405.04,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"728\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2d40f-92afb-79197-bc5f1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T12:27:06.928\",\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":12995,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103276408732\",\"bookingId_TJ\":\"TJ103276408732\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"17:15\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2023-11-02T17:15\",\"LocalFromTime\":\"2023-11-02 17:15\",\"FromUTCTime\":\"2023-11-02T17:15\",\"LocalToTime\":\"2023-11-02 19:00\",\"ToUTCTime\":\"2023-11-02T19:00\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":22238,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":16051.2,\"ApiResultIndex\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"2d40f-92afb-79197-bc5f1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T12:27:06.928\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11868,\"Tax\":4183.2,\"YQTax\":0,\"OtherCharges\":3504,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":632,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16051.2,\"PublishedFare\":15646.16,\"OfferedFare\":15646.16,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":4183.2,\"BaseFareCal\":15646.16,\"BaseFare\":11868,\"CommissionEarned\":405.04,\"TDS\":-21.32,\"MF\":40,\"YQ\":0,\"AGST\":632,\"MFT\":7.2,\"OT\":3504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"728\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-02T19:00\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-02T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-6988619085_0JAIPNQI51427_7717833265816\",\"localFromDateTime\":\"2023-11-02 17:15\",\"localToDateTime\":\"2023-11-02 19:00\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":12995,\"intDestinationCityId\":22238,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"207\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"138\",\"139\",\"140\",\"141\"],\"flight_booking_id\":[\"207\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9587206406\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"138\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"139\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"140\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"141\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9587206406\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"CustomerMemberSysId\":\"138\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"CustomerMemberSysId\":\"139\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"CustomerMemberSysId\":\"140\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"CustomerMemberSysId\":\"141\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"138\",\"139\",\"140\",\"141\"],\"flight_booking_customer\":[[\"242\",\"243\",\"244\",\"245\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Pune\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"departure_date\":\"02\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"JAI\",\"to\":\"PNQ\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"sourceCityId\":12995,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"2d40f-92afb-79197-bc5f1\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-PNQ\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"910622\",\"TPSysId\":\"910623\",\"VersionId\":[\"277802\"],\"CustomerSysId\":\"529400\",\"TrxId\":\"73556\",\"FareBreakdownid\":[\"388017\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"138\",\"139\",\"140\",\"141\"],\"flight_booking_id\":[\"207\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"CountryCode\":\"91\",\"MobileNo\":\"9587206406\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"111\\\",\\\"EmailId\\\":\\\"KRISHNATRAVELS612@GMAIL.COM\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9587206406\\\",\\\"FirstName\\\":\\\"YOGESH KUMAR\\\",\\\"LastName\\\":\\\"SHARMA\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-31-12-26-06\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"2d40f-92afb-79197-bc5f1\\\",\\\"modified\\\":\\\"2023-10-31-12-26-06\\\",\\\"created\\\":\\\"2023-10-31-12-26-06\\\",\\\"MobileNo\\\":\\\"9587206406\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"111\\\",\\\"EmailId\\\":\\\"KRISHNATRAVELS612@GMAIL.COM\\\",\\\"Salutation\\\":\\\"2\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9587206406\\\",\\\"FirstName\\\":\\\"ANJU\\\",\\\"LastName\\\":\\\"DEVI\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-31-12-26-06\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"2d40f-92afb-79197-bc5f1\\\",\\\"modified\\\":\\\"2023-10-31-12-26-06\\\",\\\"created\\\":\\\"2023-10-31-12-26-06\\\",\\\"MobileNo\\\":\\\"9587206406\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"111\\\",\\\"EmailId\\\":\\\"KRISHNATRAVELS612@GMAIL.COM\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9587206406\\\",\\\"FirstName\\\":\\\"ABHAY SINGH \\\",\\\"LastName\\\":\\\"DANGI\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-31-12-26-06\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"2d40f-92afb-79197-bc5f1\\\",\\\"modified\\\":\\\"2023-10-31-12-26-06\\\",\\\"created\\\":\\\"2023-10-31-12-26-06\\\",\\\"MobileNo\\\":\\\"9587206406\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"111\\\",\\\"EmailId\\\":\\\"KRISHNATRAVELS612@GMAIL.COM\\\",\\\"Salutation\\\":\\\"3\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9587206406\\\",\\\"FirstName\\\":\\\"PALAK \\\",\\\"LastName\\\":\\\"DANGI\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-10-31-12-26-06\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"2d40f-92afb-79197-bc5f1\\\",\\\"modified\\\":\\\"2023-10-31-12-26-06\\\",\\\"created\\\":\\\"2023-10-31-12-26-06\\\",\\\"MobileNo\\\":\\\"9587206406\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9587206406\",\"FirstName\":\"YOGESH KUMAR\",\"LastName\":\"SHARMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"MobileNo\":\"9587206406\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ANJU\",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"MobileNo\":\"9587206406\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"ABHAY SINGH \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"MobileNo\":\"9587206406\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"111\",\"EmailId\":\"KRISHNATRAVELS612@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9587206406\",\"FirstName\":\"PALAK \",\"LastName\":\"DANGI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-12-26-06\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"2d40f-92afb-79197-bc5f1\",\"modified\":\"2023-10-31-12-26-06\",\"created\":\"2023-10-31-12-26-06\",\"MobileNo\":\"9587206406\",\"B2B\":false}]}','2023-10-31 12:26:07'),(1601,'33','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"31\\/10\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-10-31 13:06:10'),(1609,'34c70-3dea0-bd46f-10088','{\"BookingData\":[{\"bookingId\":\"BKR103676435470\",\"bookingId_TJ\":\"TJ103676435470\",\"FlightNumber\":\"QP-1377\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-02T14:30\",\"LocalFromTime\":\"2023-11-02 14:30\",\"FromUTCTime\":\"2023-11-02T14:30\",\"LocalToTime\":\"2023-11-02 17:15\",\"ToUTCTime\":\"2023-11-02T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13185.6,\"PublishedFareTxt\":\"13,186\",\"ApiResultIndex\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"CRFT\":9,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2850,\"CRFT\":9,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"CCFT\":9,\"ACF\":3100},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9526,\"Tax\":3659.6,\"YQTax\":1300,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":552,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13185.6,\"PublishedFare\":13017.74,\"OfferedFare\":13017.74,\"CommissionEarned\":167.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.84,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-0750698091_0BLRCCUQP1377_31069313888229\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":167.86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3659.6,\"BaseFareCal\":13017.74,\"BaseFare\":9526,\"CommissionEarned\":167.86,\"TDS\":-8.84,\"MF\":20,\"YQ\":1300,\"AGST\":552,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":167.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13017.74,\"CostToCustomer\":13017.74,\"BaseFareCal\":13017.74,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13017.74,\"intOfferedFare\":13017.74,\"intPublishFare\":13185.6,\"TripjackMarkup\":0,\"TripjackCommission\":167.86,\"TripjackTDS\":\"8.84\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":167.86,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"35\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T17:15\",\"SegFlightNumber\":\"QP-1377\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"35\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"34c70-3dea0-bd46f-10088\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T17:02:15.216\",\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103676435470\",\"bookingId_TJ\":\"TJ103676435470\",\"FlightNumber\":\"QP-1377\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2023-11-02T14:30\",\"LocalFromTime\":\"2023-11-02 14:30\",\"FromUTCTime\":\"2023-11-02T14:30\",\"LocalToTime\":\"2023-11-02 17:15\",\"ToUTCTime\":\"2023-11-02T17:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13185.6,\"ApiResultIndex\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"34c70-3dea0-bd46f-10088\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-10-31T17:02:15.216\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9526,\"Tax\":3659.6,\"YQTax\":1300,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":552,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13185.6,\"PublishedFare\":13017.74,\"OfferedFare\":13017.74,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3659.6,\"BaseFareCal\":13017.74,\"BaseFare\":9526,\"CommissionEarned\":167.86,\"TDS\":-8.84,\"MF\":20,\"YQ\":1300,\"AGST\":552,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"35\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-02T17:15\",\"SegFlightNumber\":\"QP-1377\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-0750698091_0BLRCCUQP1377_198818165152597\",\"localFromDateTime\":\"2023-11-02 14:30\",\"localToDateTime\":\"2023-11-02 17:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Kolkata\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"02\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BLR\",\"to\":\"CCU\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":2262,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"34c70-3dea0-bd46f-10088\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-CCU\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Kolkata&class=2&adults=2&childs=0&infants=0&FareTypes=REGULAR&source_city=BLR&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=02%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8553913360\",\"FirstName\":\"Urhfkk\",\"LastName\":\"Hei\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-17-03-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"142\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"102\",\"EmailId\":\"alex005778@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553913360\",\"FirstName\":\"Djie\",\"LastName\":\"Jdod\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31-17-03-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"143\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"911443\",\"TPSysId\":\"911444\",\"VersionId\":[\"278054\"],\"CustomerSysId\":\"524244\",\"TrxId\":\"73617\",\"FareBreakdownid\":[\"388059\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"246\",\"247\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"102\",\"CustomerMemSysId\":[\"142\",\"143\"],\"flight_booking_id\":[\"208\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"208\"],\"_sessiondata\":{\"EmailId\":\"alex005778@gmail.com\",\"CustomerSysId\":\"524244\",\"AgencySysId\":\"86368\",\"FirstName\":\"SK ASPAK\",\"LastName\":\"Hossain\",\"Password_cu\":\"5cbc5219a039749eaef242e1b806c1d6\",\"ContactNo1\":\"8553913360\",\"SecurityKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/flight\\/travellers\\/34c70-3dea0-bd46f-10088\"},\"_wallet\":{\"WalletStatus\":false,\"WalletBalance\":null},\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":13017.74},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"524244\",\"TPSysId\":\"911444\",\"MasterTPSysId\":\"911443\",\"ProposalID\":\"911444\\/V1\",\"InvoiceDate\":\"2023-10-31\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-10-31\",\"PaymentDate\":\"2023-10-31\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":13017.74,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":13017.74,\"TotalDueAmount\":0,\"InvoiceValue\":13017.74,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-CCU-Akasa Air QP-1377\",\"ItemQty\":1,\"ItemRates\":13017.74,\"Total\":13017.74,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":13017.74,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":13017.74,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-10-31 17:04:14'),(1615,'2d8d3-3467a-cef0f-5837c','{\"FlightBookingData\":[{\"bookingId\":\"DMC103576461246\",\"bookingId_TJ\":\"TJ103576461246\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"apiTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 07:30\",\"ToUTCTime\":\"2023-11-02T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,583\",\"ApiResultIndex\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5489,\"Tax\":1237.8,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6726.8,\"PublishedFare\":6583.11,\"PublishedFareAgent\":7283.11,\"OfferedFareAgent\":6583.11,\"OfferedFare\":6583.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5868518902_0BLRVNSIX1642_126178795485853\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":3,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1237.8,\"TotalBaseFare\":6726.8,\"BaseFareCal\":6583.11,\"BaseFare\":5489,\"CommissionEarned\":143.69,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":284,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":143.69,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6583.11,\"CostToCustomer\":6583.11,\"BaseFareCal\":6583.11,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6583.11,\"intOfferedFare\":6583.11,\"intPublishFare\":6726.8,\"TripjackMarkup\":0,\"TripjackCommission\":143.69,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-02T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"209\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7393058364\",\"FirstName\":\"dilnavaj\",\"LastName\":\"dilnavaj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 22:15:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"112\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"112\",\"CustomerMemSysId\":[\"112\"],\"flight_booking_customer\":[[\"248\"]],\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"02\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 22:11:47\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"95\":{\"1\":{\"seatNo\":\"21F\",\"seatPosition\":{\"row\":21,\"column\":7},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"21F\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VNS\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"departure_dateG\\\":[\\\"NA\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-02\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28449],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2d8d3-3467a-cef0f-5837c\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"VNS\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"VNS\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Varanasi\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"02 Nov Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-10-31 22:11:47\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103576461246\\\",\\\"bookingId_TJ\\\":\\\"TJ103576461246\\\",\\\"FlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"2d8d3-3467a-cef0f-5837c\\\",\\\"apiTraceId\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"04:55\\\",\\\"ArrivalTime\\\":\\\"07:30\\\",\\\"TravelDate\\\":\\\"2023-11-02T04:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-02 04:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-02T04:55\\\",\\\"LocalToTime\\\":\\\"2023-11-02 07:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-02T07:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,583\\\",\\\"ApiResultIndex\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5489,\\\"Tax\\\":1237.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":942,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":284,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6726.8,\\\"PublishedFare\\\":6583.11,\\\"PublishedFareAgent\\\":7283.11,\\\"OfferedFareAgent\\\":6583.11,\\\"OfferedFare\\\":6583.11,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5868518902_0BLRVNSIX1642_126178795485853\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1237.8,\\\"TotalBaseFare\\\":6726.8,\\\"BaseFareCal\\\":6583.11,\\\"BaseFare\\\":5489,\\\"CommissionEarned\\\":143.69,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":284,\\\"MFT\\\":1.8,\\\"OT\\\":942,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":143.69,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6583.11,\\\"CostToCustomer\\\":6583.11,\\\"BaseFareCal\\\":6583.11,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6583.11,\\\"intOfferedFare\\\":6583.11,\\\"intPublishFare\\\":6726.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":143.69,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"95\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-02T07:30\\\",\\\"SegFlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-02T04:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"04:55\\\",\\\"strArrivalDtTime\\\":\\\"07:30\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARFT\\\":12.5,\\\"ARF\\\":250,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1500,\\\"CCFT\\\":9,\\\"ACFT\\\":75},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":500,\\\"CCFT\\\":9,\\\"ACFT\\\":25},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"95\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"21F\\\",\\\"seatPosition\\\":{\\\"row\\\":21,\\\"column\\\":7},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"21F\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7393058364\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"dilnavaj\",\"passenger-lastname-1\":\"dilnavaj\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"dilnavaj\",\"LastName\":\"dilnavaj\",\"CountryCode\":\"91\",\"MobileNo\":\"7393058364\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ103576461246\",\"amount\":6726.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"917393058364\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-10-31T22:18:27.215\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20362159\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"1642\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-02T04:55\",\"at\":\"2023-11-02T07:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BLR-VNS\":{\"code\":\"21F\",\"amount\":0}},\"pnrDetails\":{\"BLR-VNS\":\"S1K8FS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"dilnavaj\",\"lN\":\"dilnavaj\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":143.69,\"BF\":5489,\"TF\":6726.8,\"TAF\":1237.8,\"IGST\":1.8,\"SSRP\":0,\"NF\":6583.11},\"afC\":{\"NCM\":{\"OT\":151.25,\"TDS\":-7.56},\"TAF\":{\"MFT\":1.8,\"OT\":942,\"MF\":10,\"AGST\":284},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"912133\",\"TPSysId\":\"912134\",\"TrxId\":\"73662\",\"VersionId\":\"278281\",\"XRefBookingId\":\"DMC103576461246\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC103576461246\\\",\\\"bookingId_TJ\\\":\\\"TJ103576461246\\\",\\\"FlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"2d8d3-3467a-cef0f-5837c\\\",\\\"apiTraceId\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"04:55\\\",\\\"ArrivalTime\\\":\\\"07:30\\\",\\\"TravelDate\\\":\\\"2023-11-02T04:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-02 04:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-02T04:55\\\",\\\"LocalToTime\\\":\\\"2023-11-02 07:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-02T07:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Nov\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,583\\\",\\\"ApiResultIndex\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5489,\\\"Tax\\\":1237.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":942,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":284,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6726.8,\\\"PublishedFare\\\":6583.11,\\\"PublishedFareAgent\\\":7283.11,\\\"OfferedFareAgent\\\":6583.11,\\\"OfferedFare\\\":6583.11,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5868518902_0BLRVNSIX1642_126178795485853\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1237.8,\\\"TotalBaseFare\\\":6726.8,\\\"BaseFareCal\\\":6583.11,\\\"BaseFare\\\":5489,\\\"CommissionEarned\\\":143.69,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":284,\\\"MFT\\\":1.8,\\\"OT\\\":942,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":143.69,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6583.11,\\\"CostToCustomer\\\":6583.11,\\\"BaseFareCal\\\":6583.11,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6583.11,\\\"intOfferedFare\\\":6583.11,\\\"intPublishFare\\\":6726.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":143.69,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":143.69,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7283.11,\\\"CostToAgent\\\":6583.11,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"95\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-02T07:30\\\",\\\"SegFlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-02T04:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"04:55\\\",\\\"strArrivalDtTime\\\":\\\"07:30\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"95\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5868518902_0BLRVNSIX1642_50463371419923\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARFT\\\":12.5,\\\"ARF\\\":250,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1500,\\\"CCFT\\\":9,\\\"ACFT\\\":75},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":500,\\\"CCFT\\\":9,\\\"ACFT\\\":25},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ103576461246\\\",\\\"amount\\\":6726.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"917393058364\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-10-31T22:18:27.215\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20362159\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"IX\\\",\\\"name\\\":\\\"AI Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1642\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":155,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-02T04:55\\\",\\\"at\\\":\\\"2023-11-02T07:30\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrSeatInfos\\\":{\\\"BLR-VNS\\\":{\\\"code\\\":\\\"21F\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"S1K8FS\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"dilnavaj\\\",\\\"lN\\\":\\\"dilnavaj\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NCM\\\":143.69,\\\"BF\\\":5489,\\\"TF\\\":6726.8,\\\"TAF\\\":1237.8,\\\"IGST\\\":1.8,\\\"SSRP\\\":0,\\\"NF\\\":6583.11},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":151.25,\\\"TDS\\\":-7.56},\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"OT\\\":942,\\\"MF\\\":10,\\\"AGST\\\":284},\\\"SSRP\\\":{\\\"OT\\\":0}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrSeatInfos\\\":{\\\"BLR-VNS\\\":{\\\"code\\\":\\\"21F\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"S1K8FS\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"dilnavaj\\\",\\\"lN\\\":\\\"dilnavaj\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":6583.11,\\\"NetPrice\\\":6583.11,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":6583.11,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)\",\"Amount\":5489,\"NetAmount\":6583.11}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC103576461246\",\"bookingId_TJ\":\"TJ103576461246\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"apiTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-02T04:55\",\"LocalFromTime\":\"2023-11-02 04:55\",\"FromUTCTime\":\"2023-11-02T04:55\",\"LocalToTime\":\"2023-11-02 07:30\",\"ToUTCTime\":\"2023-11-02T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 02 Nov\",\"ArrivalDateTxt\":\"Thu, 02 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,583\",\"ApiResultIndex\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5489,\"Tax\":1237.8,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6726.8,\"PublishedFare\":6583.11,\"PublishedFareAgent\":7283.11,\"OfferedFareAgent\":6583.11,\"OfferedFare\":6583.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5868518902_0BLRVNSIX1642_126178795485853\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":3,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1237.8,\"TotalBaseFare\":6726.8,\"BaseFareCal\":6583.11,\"BaseFare\":5489,\"CommissionEarned\":143.69,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":284,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":143.69,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6583.11,\"CostToCustomer\":6583.11,\"BaseFareCal\":6583.11,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6583.11,\"intOfferedFare\":6583.11,\"intPublishFare\":6726.8,\"TripjackMarkup\":0,\"TripjackCommission\":143.69,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":143.69,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7283.11,\"CostToAgent\":6583.11,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"95\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-02T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-02T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5868518902_0BLRVNSIX1642_50463371419923\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":12.5,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7393058364\",\"FirstName\":\"dilnavaj\",\"LastName\":\"dilnavaj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-10-31 22:15:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"112\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"95\":{\"1\":{\"seatNo\":\"21F\",\"seatPosition\":{\"row\":21,\"column\":7},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"21F\",\"amount\":0}}},\"SearchTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"02\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2d8d3-3467a-cef0f-5837c\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-10-31 22:11:47\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-10-31 22:16:57'),(1616,'34','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4594\",\"RefrenceNo\":\"\",\"CreditDate\":\"01\\/11\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-11-01 11:49:34'),(1618,'de9a8-ef97e-ce3e3-b48ef','{\"BookingData\":[{\"bookingId\":\"BKR101576505597\",\"bookingId_TJ\":\"TJ101576505597\",\"FlightNumber\":\"6E-6894\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-11-07T11:30\",\"LocalFromTime\":\"2023-11-07 11:30\",\"FromUTCTime\":\"2023-11-07T11:30\",\"LocalToTime\":\"2023-11-07 16:25\",\"ToUTCTime\":\"2023-11-07T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14911.6,\"PublishedFareTxt\":\"14,912\",\"ApiResultIndex\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DIB-RPR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11212,\"Tax\":3699.6,\"YQTax\":1600,\"OtherCharges\":2076,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14911.6,\"PublishedFare\":14741.6,\"OfferedFare\":14741.6,\"CommissionEarned\":170,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_14212487566721\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":170,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3699.6,\"BaseFareCal\":14741.6,\"BaseFare\":11212,\"CommissionEarned\":170,\"TDS\":-8.94,\"MF\":20,\"YQ\":1600,\"AGST\":0,\"MFT\":3.6,\"OT\":2076,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":170,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":14741.6,\"CostToCustomer\":14741.6,\"BaseFareCal\":14741.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":14741.6,\"intOfferedFare\":14741.6,\"intPublishFare\":14911.6,\"TripjackMarkup\":0,\"TripjackCommission\":170,\"TripjackTDS\":\"8.94\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":170,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"532\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"6E-6894\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-11-07T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":95,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"533\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-11-07T16:25\",\"SegFlightNumber\":\"6E-417\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-07T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"532\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"de9a8-ef97e-ce3e3-b48ef\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-01T14:15:13.138\",\"strTraceId\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":2,\"intSourceCityId\":7852,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101576505597\",\"bookingId_TJ\":\"TJ101576505597\",\"FlightNumber\":\"6E-6894\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"strTraceId\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2023-11-07T11:30\",\"LocalFromTime\":\"2023-11-07 11:30\",\"FromUTCTime\":\"2023-11-07T11:30\",\"LocalToTime\":\"2023-11-07 16:25\",\"ToUTCTime\":\"2023-11-07T16:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":7852,\"DestPlaceSysId\":22508,\"SourceAirportCode\":\"DIB\",\"DestAirportCode\":\"RPR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":14911.6,\"ApiResultIndex\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"de9a8-ef97e-ce3e3-b48ef\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-01T14:15:13.138\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11212,\"Tax\":3699.6,\"YQTax\":1600,\"OtherCharges\":2076,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14911.6,\"PublishedFare\":14741.6,\"OfferedFare\":14741.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3699.6,\"BaseFareCal\":14741.6,\"BaseFare\":11212,\"CommissionEarned\":170,\"TDS\":-8.94,\"MF\":20,\"YQ\":1600,\"AGST\":0,\"MFT\":3.6,\"OT\":2076,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"532\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-07T13:30\",\"SegFlightNumber\":\"6E-6894\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2023-11-07T11:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":95,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"533\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2023-11-07T16:25\",\"SegFlightNumber\":\"6E-417\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-07T15:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:05\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5191565326_0DIBCCU6E6894CCURPR6E417_13427105236772\",\"localFromDateTime\":\"2023-11-07 11:30\",\"localToDateTime\":\"2023-11-07 16:25\",\"strSourceAirportCode\":\"DIB\",\"strDestinationAirportCode\":\"RPR\",\"intMemberCount\":2,\"intSourceCityId\":7852,\"intDestinationCityId\":22508,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Dibrugarh\",\"mytrip_city_to\":\"Raipur\",\"source_city\":\"DIB\",\"ContSysId_1\":\"101\",\"destination_city\":\"RPR\",\"ContSysId\":\"101\",\"source\":\"Dibrugarh, IN - Mohanbari Arpt DIB, India\",\"destination\":\"Raipur, IN - Raipur Arpt RPR, India\",\"departure_date\":\"07\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Mohanbari Arpt DIB\",\"to_mytrip_city\":\" IN - Raipur Arpt RPR\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DIB\",\"destinationCityAirportCode\":\"RPR\",\"from\":\"DIB\",\"to\":\"RPR\",\"sourceCityText\":\"Dibrugarh, IN - Mohanbari Arpt DIB, India\",\"destinationCityText\":\"Raipur, IN - Raipur Arpt RPR, India\",\"sourceCityId\":7852,\"destinationCityId\":22508,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"de9a8-ef97e-ce3e3-b48ef\",\"PreferredAirline\":null,\"from_city_\":\"1__DIB-RPR\"}}','2023-11-01 14:13:39'),(1620,'28311-5f104-373db-119d2','{\"FlightBookingData\":[{\"bookingId\":\"DMC108276626592\",\"bookingId_TJ\":\"TJ108276626592\",\"FlightNumber\":\"AI-9674\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"28311-5f104-373db-119d2\",\"apiTraceId\":\"32-21-10-15-2-5938431738_0BLRMAAAI9674MAADELAI440_41272195630378\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"08:55\",\"TravelDate\":\"2023-11-03T16:35\",\"LocalFromTime\":\"2023-11-03 16:35\",\"FromUTCTime\":\"2023-11-03T16:35\",\"LocalToTime\":\"2023-11-04 08:55\",\"ToUTCTime\":\"2023-11-04T08:55\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":745,\"LAYOVERDuration\":\"12h 25m\",\"FlyingMinutes\":980,\"DepartureDateTxt\":\"Fri, 03 Nov\",\"ArrivalDateTxt\":\"Sat, 04 Nov\",\"FlightDuration\":\"16h 20m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,204\",\"ApiResultIndex\":\"32-21-10-15-2-5938431738_0BLRMAAAI9674MAADELAI440_41272195630378\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8024,\"Tax\":1431.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":413,\"CarrierMiscFee\":240,\"MUFee\":0,\"intPublishedFare\":9455.8,\"PublishedFare\":9203.71,\"PublishedFareAgent\":9203.71,\"OfferedFareAgent\":9203.71,\"OfferedFare\":9203.71,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-5938431738_0BLRMAAAI9674MAADELAI440_39138826839853\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":null,\"classOfBooking\":\"L\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":252.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9203.71,\"CostToAgent\":9203.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1431.8,\"TotalBaseFare\":9455.8,\"BaseFareCal\":9203.71,\"BaseFare\":8024,\"CommissionEarned\":252.09,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":413,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":240,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":252.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9203.71,\"CostToAgent\":9203.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"MAA-DEL\":{\"ADULT\":{\"cabin\":\"5 Kg\",\"checkin\":\"20 Kilograms\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":252.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9203.71,\"CostToCustomer\":9203.71,\"BaseFareCal\":9203.71,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9203.71,\"intOfferedFare\":9203.71,\"intPublishFare\":9455.8,\"TripjackMarkup\":0,\"TripjackCommission\":252.09,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":252.09,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9203.71,\"CostToAgent\":9203.71,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"528\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-11-03T17:35\",\"SegFlightNumber\":\"AI-9674\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-03T16:35\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":745,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"12h 25m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"529\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-04T08:55\",\"SegFlightNumber\":\"AI-440\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-04T06:00\",\"TripIndicator\":2,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":2,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"32-21-10-15-2-5938431738_0BLRMAAAI9674MAADELAI440_41272195630378\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable (Basic fare forfeited), If cancelled less than 3 Hours before departure\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"CRF\":50,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"32-21-10-15-2-5938431738_0BLRMAAAI9674MAADELAI440_41272195630378\",\"SearchTraceId\":\"28311-5f104-373db-119d2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"28311-5f104-373db-119d2\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BLR\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"03 Nov Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-02 21:08:33\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable (Basic fare forfeited), If cancelled less than 3 Hours before departure\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"CRF\":50,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-02 21:09:00'),(1621,'2405f-887ac-29dda-49570','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"15\\/11\\/2023\",\"check_out\":\"16\\/11\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"15\\/11\\/2023\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-15\",\"checkoutDate\":\"2023-11-16\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-11-15\",\"strCheckout\":\"2023-11-16\",\"SearchHotelTraceId\":\"2405f-887ac-29dda-49570\",\"interNationalSearch\":false,\"searchIds\":\"hsid2360509470\"}','2023-11-02 21:12:46'),(1623,'faada-53b41-3d3bf-e0865','{\"BookingData\":[{\"bookingId\":\"BKR107376758707\",\"bookingId_TJ\":\"TJ107376758707\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2024-03-19T07:55\",\"LocalFromTime\":\"2024-03-19 07:55\",\"FromUTCTime\":\"2024-03-19T07:55\",\"LocalToTime\":\"2024-03-19 09:25\",\"ToUTCTime\":\"2024-03-19T09:25\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 19 Mar\",\"ArrivalDateTxt\":\"Tue, 19 Mar\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4771.8,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"CCFT\":9,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4089,\"Tax\":682.8,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":208,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4771.8,\"PublishedFare\":4700.64,\"OfferedFare\":4700.64,\"CommissionEarned\":71.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.75,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2603324144_0DELSXRSG8473_272765876889821\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.16,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":682.8,\"BaseFareCal\":4700.64,\"BaseFare\":4089,\"CommissionEarned\":71.16,\"TDS\":-3.75,\"MF\":10,\"YQ\":0,\"AGST\":208,\"MFT\":1.8,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.16,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4700.64,\"CostToCustomer\":4700.64,\"BaseFareCal\":4700.64,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4700.64,\"intOfferedFare\":4700.64,\"intPublishFare\":4771.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.16,\"TripjackTDS\":\"3.75\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":71.16,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"540\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2024-03-19T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-19T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"faada-53b41-3d3bf-e0865\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-11-04T14:34:26.064\",\"strTraceId\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-19 12:00\",\"localToDateTime\":\"2024-07-24 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107376758707\",\"bookingId_TJ\":\"TJ107376758707\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"strTraceId\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2024-03-19T07:55\",\"LocalFromTime\":\"2024-03-19 07:55\",\"FromUTCTime\":\"2024-03-19T07:55\",\"LocalToTime\":\"2024-03-19 09:25\",\"ToUTCTime\":\"2024-03-19T09:25\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 19 Mar\",\"ArrivalDateTxt\":\"Tue, 19 Mar\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11192.6,\"ApiResultIndex\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"faada-53b41-3d3bf-e0865\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-11-04T14:34:26.064\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8789,\"Tax\":2403.6,\"YQTax\":0,\"OtherCharges\":1832,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":448,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":11192.6,\"PublishedFare\":10987.32,\"OfferedFare\":10987.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2403.6,\"BaseFareCal\":10987.32,\"BaseFare\":8789,\"CommissionEarned\":205.28,\"TDS\":-10.809999999999999,\"MF\":20,\"YQ\":0,\"AGST\":448,\"MFT\":3.6,\"OT\":1832,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"540\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2024-03-19T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-19T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"950\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2024-07-24T15:10\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-07-24T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":55,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:10\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Jammu\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"951\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-07-24T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2024-07-24T15:45\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2603324144_0DELSXRSG8473_19628898104388\",\"localFromDateTime\":\"2024-03-19 07:55\",\"localToDateTime\":\"2024-03-19 09:25\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"BKR107376758707\",\"bookingId_TJ\":\"TJ107376758707\",\"FlightNumber\":\"AI-822\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"50-32-21-10-15-2-2603324144_1SXRIXJAI822IXJDELAI822_19632178834158\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2024-07-24T14:15\",\"LocalFromTime\":\"2024-07-24 14:15\",\"FromUTCTime\":\"2024-07-24T14:15\",\"LocalToTime\":\"2024-07-24 17:15\",\"ToUTCTime\":\"2024-07-24T17:15\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Jammu\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Wed, 24 Jul\",\"ArrivalDateTxt\":\"Wed, 24 Jul\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6420.8,\"PublishedFareTxt\":\"6,421\",\"ApiResultIndex\":\"50-32-21-10-15-2-2603324144_1SXRIXJAI822IXJDELAI822_19632178834158\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"CCFT\":9,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}},\"SXR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4700,\"Tax\":1720.8,\"YQTax\":0,\"OtherCharges\":1369,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":6420.8,\"PublishedFare\":6286.68,\"OfferedFare\":6286.68,\"CommissionEarned\":134.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.06,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4-2603324144_1SXRIXJAI822IXJDELAI822_272765878260812\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":134.12,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1720.8,\"BaseFareCal\":6286.68,\"BaseFare\":4700,\"CommissionEarned\":134.12,\"TDS\":-7.06,\"MF\":10,\"YQ\":0,\"AGST\":240,\"MFT\":1.8,\"OT\":1369,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":134.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6286.68,\"CostToCustomer\":6286.68,\"BaseFareCal\":6286.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6286.68,\"intOfferedFare\":6286.68,\"intPublishFare\":6420.8,\"TripjackMarkup\":0,\"TripjackCommission\":134.12,\"TripjackTDS\":\"7.06\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":134.12,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"950\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2024-07-24T15:10\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-07-24T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":55,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:10\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Jammu\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"951\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-07-24T17:15\",\"SegFlightNumber\":\"AI-822\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2024-07-24T15:45\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"BVG\",\"Price\":70,\"amount\":70,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"540\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"faada-53b41-3d3bf-e0865\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-11-04T14:34:26.064\",\"strTraceId\":\"50-32-21-10-15-2-2603324144_1SXRIXJAI822IXJDELAI822_19632178834158\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-19 12:00\",\"localToDateTime\":\"2024-07-24 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"19\\/03\\/2024\",\"return_date\":\"24\\/07\\/2024\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"DEL\",\"to\":\"SXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":7701,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2024\",\"return_dates\":\"24\\/07\\/2024\",\"strDepatureDate\":\"2024-03-19\",\"strReturnDate\":\"2024-07-24\",\"SearchFlightTraceId\":\"faada-53b41-3d3bf-e0865\",\"PreferredAirline\":null,\"from_city_\":\"2__DEL-SXR-DEL\"}}','2023-11-04 14:32:52'),(1626,'21967-90fb4-82e4f-63726','{\"BookingData\":[{\"FlightNumber\":\"AI-825\",\"keyIndex\":1,\"SegFlightNumberArr\":\"AI-825\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"50-32-21-10-15-2-6485933447_1DELSXRAI825_111051290259529\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"11:50\",\"TravelDate\":\"2024-02-19T10:15\",\"LocalFromTime\":\"2024-02-19 10:15\",\"FromUTCTime\":\"2024-02-19T10:15\",\"LocalToTime\":\"2024-02-19 11:50\",\"ToUTCTime\":\"2024-02-19T11:50\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 19 Feb\",\"ArrivalDateTxt\":\"Mon, 19 Feb\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5813,\"PublishedFareTxt\":\"5,813\",\"ApiResultIndex\":\"50-32-21-10-15-2-6485933447_1DELSXRAI825_111051290259107\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"21967-90fb4-82e4f-63726\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":765.8,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5965.8,\"PublishedFare\":5813,\"PublishedFarePerPax\":5813,\"OfferedFare\":5812.29,\"CommissionEarned\":153.51,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"50-32-21-10-15-2-6485933447_1DELSXRAI825_111051290259529\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":153.51,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-SXR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":765.8,\"BaseFareCal\":5812.29,\"BaseFare\":5200,\"CommissionEarned\":153.51,\"TDS\":-8.08,\"MF\":10,\"YQ\":0,\"AGST\":265,\"MFT\":1.8,\"OT\":389,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0A9\"},\"Segments\":[{\"segmentid\":\"370\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2024-02-19T11:50\",\"SegFlightNumber\":\"AI-825\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-02-19T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"013\"},{\"keyIndex\":0,\"FlightNumber\":\"AI-826\",\"SegFlightNumberArr\":\"AI-826\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290053009\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2024-05-24T12:30\",\"LocalFromTime\":\"2024-05-24 12:30\",\"FromUTCTime\":\"2024-05-24T12:30\",\"LocalToTime\":\"2024-05-24 14:10\",\"ToUTCTime\":\"2024-05-24T14:10\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 24 May\",\"ArrivalDateTxt\":\"Fri, 24 May\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5726,\"PublishedFareTxt\":\"6,315\",\"ApiResultIndex\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290051582\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"21967-90fb4-82e4f-63726\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":1225.8,\"YQTax\":0,\"OtherCharges\":879,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":235,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5825.8,\"PublishedFare\":5726,\"PublishedFarePerPax\":5726,\"OfferedFare\":5725.74,\"CommissionEarned\":100.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.27,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290053009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1225.8,\"BaseFareCal\":5725.74,\"BaseFare\":4600,\"CommissionEarned\":100.06,\"TDS\":-5.27,\"MF\":10,\"YQ\":0,\"AGST\":235,\"MFT\":1.8,\"OT\":879,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"SXR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"$$hashKey\":\"0GK\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-05-24T14:10\",\"SegFlightNumber\":\"AI-826\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-05-24T12:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01P\"}],\"FlightBookingDataInbound\":{\"keyIndex\":0,\"FlightNumber\":\"AI-826\",\"SegFlightNumberArr\":\"AI-826\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290053009\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2024-05-24T12:30\",\"LocalFromTime\":\"2024-05-24 12:30\",\"FromUTCTime\":\"2024-05-24T12:30\",\"LocalToTime\":\"2024-05-24 14:10\",\"ToUTCTime\":\"2024-05-24T14:10\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 24 May\",\"ArrivalDateTxt\":\"Fri, 24 May\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5726,\"PublishedFareTxt\":\"6,315\",\"ApiResultIndex\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290051582\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"21967-90fb4-82e4f-63726\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":1225.8,\"YQTax\":0,\"OtherCharges\":879,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":235,\"CarrierMiscFee\":100,\"MUFee\":0,\"intPublishedFare\":5825.8,\"PublishedFare\":5726,\"PublishedFarePerPax\":5726,\"OfferedFare\":5725.74,\"CommissionEarned\":100.06,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.27,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"50-32-21-10-15-2-6485933447_0SXRDELAI826_111051290053009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1225.8,\"BaseFareCal\":5725.74,\"BaseFare\":4600,\"CommissionEarned\":100.06,\"TDS\":-5.27,\"MF\":10,\"YQ\":0,\"AGST\":235,\"MFT\":1.8,\"OT\":879,\"MU\":0,\"YR\":100,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"SXR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"$$hashKey\":\"0GK\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-05-24T14:10\",\"SegFlightNumber\":\"AI-826\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2024-05-24T12:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01P\"}}','2023-11-04 14:38:21'),(1638,'9208a-8afa9-27c3b-30210','{\"BookingData\":[{\"bookingId\":\"BKR104276781166\",\"bookingId_TJ\":\"TJ104276781166\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6668.8,\"PublishedFareTxt\":\"6,669\",\"ApiResultIndex\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":142.5,\"ARF\":2850},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":180,\"ACF\":3600,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACFT\":155,\"ACF\":3100,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4935,\"Tax\":1733.8,\"YQTax\":550,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6668.8,\"PublishedFare\":6570.66,\"OfferedFare\":6570.66,\"CommissionEarned\":98.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-8486455492_0BLRAMDQP1325_304421322701161\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":98.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1733.8,\"BaseFareCal\":6570.66,\"BaseFare\":4935,\"CommissionEarned\":98.14,\"TDS\":-5.16,\"MF\":10,\"YQ\":550,\"AGST\":280,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":98.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6570.66,\"CostToCustomer\":6570.66,\"BaseFareCal\":6570.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6570.66,\"intOfferedFare\":6570.66,\"intPublishFare\":6668.8,\"TripjackMarkup\":0,\"TripjackCommission\":98.14,\"TripjackTDS\":\"5.16\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":98.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"708\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"708\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9208a-8afa9-27c3b-30210\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-04T18:58:01.500\",\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104276781166\",\"bookingId_TJ\":\"TJ104276781166\",\"FlightNumber\":\"QP-1325\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:50\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2023-11-15T06:50\",\"LocalFromTime\":\"2023-11-15 06:50\",\"FromUTCTime\":\"2023-11-15T06:50\",\"LocalToTime\":\"2023-11-15 09:20\",\"ToUTCTime\":\"2023-11-15T09:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6668.8,\"ApiResultIndex\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"9208a-8afa9-27c3b-30210\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-04T18:58:01.500\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4935,\"Tax\":1733.8,\"YQTax\":550,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6668.8,\"PublishedFare\":6570.66,\"OfferedFare\":6570.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1733.8,\"BaseFareCal\":6570.66,\"BaseFare\":4935,\"CommissionEarned\":98.14,\"TDS\":-5.16,\"MF\":10,\"YQ\":550,\"AGST\":280,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"708\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2023-11-15T09:20\",\"SegFlightNumber\":\"QP-1325\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-15T06:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"06:50\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-8486455492_0BLRAMDQP1325_43683894443268\",\"localFromDateTime\":\"2023-11-15 06:50\",\"localToDateTime\":\"2023-11-15 09:20\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Ahmedabad\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"15\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"BLR\",\"to\":\"AMD\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":2262,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9208a-8afa9-27c3b-30210\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-AMD\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Ahmedabad&source_city=BLR&ContSysId_1=101&destination_city=AMD&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Ahmedabad%2C+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD%2C+India&departure_date=15%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"MAHENDRADEWASI1257@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9113888757\",\"FirstName\":\"Om prakash \",\"LastName\":\"Om prakash \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-04-18-59-48\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"113\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"918919\",\"TPSysId\":\"918920\",\"VersionId\":[\"280182\"],\"CustomerSysId\":\"519777\",\"TrxId\":\"74178\",\"FareBreakdownid\":[\"388404\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"249\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"113\"],\"flight_booking_id\":[\"210\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"210\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6570.66},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"519777\",\"TPSysId\":\"918920\",\"MasterTPSysId\":\"918919\",\"ProposalID\":\"918920\\/V1\",\"InvoiceDate\":\"2023-11-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-11-04\",\"PaymentDate\":\"2023-11-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":6570.66,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6570.66,\"TotalDueAmount\":0,\"InvoiceValue\":6570.66,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-AMD-Akasa Air QP-1325\",\"ItemQty\":1,\"ItemRates\":6570.66,\"Total\":6570.66,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6570.66,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":6570.66,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-11-04 19:01:53'),(1640,'c1b8f-a71bb-5d51e-36821','{\"FlightBookingData\":[{\"bookingId\":\"DMC102776832076\",\"bookingId_TJ\":\"TJ102776832076\",\"FlightNumber\":\"6E-303\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c1b8f-a71bb-5d51e-36821\",\"apiTraceId\":\"5-1805894373_3MAABOM6E303_195706766304659\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2023-11-06T09:30\",\"LocalFromTime\":\"2023-11-06 09:30\",\"FromUTCTime\":\"2023-11-06T09:30\",\"LocalToTime\":\"2023-11-06 11:35\",\"ToUTCTime\":\"2023-11-06T11:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 06 Nov\",\"ArrivalDateTxt\":\"Mon, 06 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,464\",\"ApiResultIndex\":\"5-1805894373_3MAABOM6E303_195706766304659\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2120,\"Tax\":1384.8,\"YQTax\":550,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":139,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3504.8,\"PublishedFare\":3464.2,\"PublishedFareAgent\":3464.2,\"OfferedFareAgent\":3464.2,\"OfferedFare\":3464.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1805894373_0MAABOM6E303_112236363881061\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3464.2,\"CostToAgent\":3464.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1384.8,\"TotalBaseFare\":3504.8,\"BaseFareCal\":3464.2,\"BaseFare\":2120,\"CommissionEarned\":40.6,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":139,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3464.2,\"CostToAgent\":3464.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"MAA-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3464.2,\"CostToCustomer\":3464.2,\"BaseFareCal\":3464.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3464.2,\"intOfferedFare\":3464.2,\"intPublishFare\":3504.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.6,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":40.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3464.2,\"CostToAgent\":3464.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"574\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-06T11:35\",\"SegFlightNumber\":\"6E-303\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-06T09:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-1805894373_3MAABOM6E303_195706766304659\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"MAA-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-1805894373_3MAABOM6E303_195706766304659\",\"SearchTraceId\":\"c1b8f-a71bb-5d51e-36821\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chennai (MAA)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"06\\/11\\/2023\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chennai (MAA)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c1b8f-a71bb-5d51e-36821\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"MAA\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Chennai\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"06 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-05 15:14:29\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"MAA-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-05 15:15:28'),(1642,'46412-5e17b-eae5e-3c260','{\"FlightBookingData\":[{\"bookingId\":\"DMC102677009333\",\"bookingId_TJ\":\"TJ102677009333\",\"FlightNumber\":\"6E-2405\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"46412-5e17b-eae5e-3c260\",\"apiTraceId\":\"5-1822044004_0JAIDEL6E2405_42957329476916\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2023-11-07T22:30\",\"LocalFromTime\":\"2023-11-07 22:30\",\"FromUTCTime\":\"2023-11-07T22:30\",\"LocalToTime\":\"2023-11-07 23:30\",\"ToUTCTime\":\"2023-11-07T23:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Tue, 07 Nov\",\"ArrivalDateTxt\":\"Tue, 07 Nov\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,761\",\"ApiResultIndex\":\"5-1822044004_0JAIDEL6E2405_42957329476916\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":2435.6,\"YQTax\":600,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":210,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5835.6,\"PublishedFare\":5761.12,\"PublishedFareAgent\":9761.119999999999,\"OfferedFareAgent\":5761.12,\"OfferedFare\":5761.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1822044004_0JAIDEL6E2405_36241292577794\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":4000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":4000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":4000,\"CostToAgentCustomer\":9761.119999999999,\"CostToAgent\":5761.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2435.6,\"TotalBaseFare\":5835.6,\"BaseFareCal\":5761.12,\"BaseFare\":3400,\"CommissionEarned\":74.48,\"TDS\":0,\"MF\":20,\"YQ\":600,\"AGST\":210,\"MFT\":3.6,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":4000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":74.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":4000,\"CostToAgentCustomer\":9761.119999999999,\"CostToAgent\":5761.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":74.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5761.12,\"CostToCustomer\":5761.12,\"BaseFareCal\":5761.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5761.12,\"intOfferedFare\":5761.12,\"intPublishFare\":5835.6,\"TripjackMarkup\":0,\"TripjackCommission\":74.48,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":74.48,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":4000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":4000,\"CostToAgentCustomer\":9761.119999999999,\"CostToAgent\":5761.12,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"408\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-07T23:30\",\"SegFlightNumber\":\"6E-2405\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-07T22:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-1822044004_0JAIDEL6E2405_42957329476916\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-1822044004_0JAIDEL6E2405_42957329476916\",\"SearchTraceId\":\"46412-5e17b-eae5e-3c260\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"07\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"NA\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"46412-5e17b-eae5e-3c260\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"JAI\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"07 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-07 18:48:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"JAI-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-07 18:50:42'),(1650,'ebf9d-da176-07f76-32e03','{\"BookingData\":[{\"bookingId\":\"BKR102077214868\",\"bookingId_TJ\":\"TJ102077214868\",\"FlightNumber\":\"6E-752\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-11-10T05:00\",\"LocalFromTime\":\"2023-11-10 05:00\",\"FromUTCTime\":\"2023-11-10T05:00\",\"LocalToTime\":\"2023-11-10 06:55\",\"ToUTCTime\":\"2023-11-10T06:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4755.8,\"PublishedFareTxt\":\"4,756\",\"ApiResultIndex\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-HYD\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":1555.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":193,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4755.8,\"PublishedFare\":4700.32,\"OfferedFare\":4700.32,\"CommissionEarned\":55.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1798172943_0JAIHYD6E752_135922587218473\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":55.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1555.8,\"BaseFareCal\":4700.32,\"BaseFare\":3200,\"CommissionEarned\":55.48,\"TDS\":-2.92,\"MF\":10,\"YQ\":550,\"AGST\":193,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":55.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4700.32,\"CostToCustomer\":4700.32,\"BaseFareCal\":4700.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4700.32,\"intOfferedFare\":4700.32,\"intPublishFare\":4755.8,\"TripjackMarkup\":0,\"TripjackCommission\":55.48,\"TripjackTDS\":\"2.92\",\"AddiMarkup\":0,\"CommisionPass\":55.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"101\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-10T06:55\",\"SegFlightNumber\":\"6E-752\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"101\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ebf9d-da176-07f76-32e03\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-09T20:51:45.077\",\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102077214868\",\"bookingId_TJ\":\"TJ102077214868\",\"FlightNumber\":\"6E-752\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"06:55\",\"TravelDate\":\"2023-11-10T05:00\",\"LocalFromTime\":\"2023-11-10 05:00\",\"FromUTCTime\":\"2023-11-10T05:00\",\"LocalToTime\":\"2023-11-10 06:55\",\"ToUTCTime\":\"2023-11-10T06:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Fri, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 10 Nov\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":12538,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4755.8,\"ApiResultIndex\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"ebf9d-da176-07f76-32e03\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-09T20:51:45.077\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":1555.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":193,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4755.8,\"PublishedFare\":4700.32,\"OfferedFare\":4700.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1555.8,\"BaseFareCal\":4700.32,\"BaseFare\":3200,\"CommissionEarned\":55.48,\"TDS\":-2.92,\"MF\":10,\"YQ\":550,\"AGST\":193,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"101\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-10T06:55\",\"SegFlightNumber\":\"6E-752\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-10T05:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1798172943_0JAIHYD6E752_554097152980784\",\"localFromDateTime\":\"2023-11-10 05:00\",\"localToDateTime\":\"2023-11-10 06:55\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":12538,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"211\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"114\",\"CustomerMemSysId\":[\"114\"],\"flight_booking_id\":[\"211\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"valakhotia@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9133687680\",\"FirstName\":\"Vivekanand\",\"LastName\":\"Lakhotia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-09-20-50-48\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"114\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"114\",\"CustomerMemSysId\":[\"114\"],\"flight_booking_customer\":[[\"250\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Hyderabad\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"departure_date\":\"10\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"JAI\",\"to\":\"HYD\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"sourceCityId\":12995,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ebf9d-da176-07f76-32e03\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-HYD\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"926703\",\"TPSysId\":\"926704\",\"VersionId\":[\"282371\"],\"CustomerSysId\":\"536232\",\"TrxId\":\"74823\",\"FareBreakdownid\":[\"388783\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"114\",\"CustomerMemSysId\":[\"114\"],\"flight_booking_id\":[\"211\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"valakhotia@gmail.com\",\"FirstName\":\"Vivekanand\",\"LastName\":\"Lakhotia\",\"CountryCode\":\"91\",\"MobileNo\":\"9133687680\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9133687680\",\"leadEmail\":\"valakhotia@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Vivekanand\",\"passenger-lastname-1\":\"Lakhotia\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"baggage\":{\"114\":\"114\"},\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"ebf9d-da176-07f76-32e03\",\"countryCodeISO\":\"IN\"}}','2023-11-09 20:52:06');
INSERT INTO `tbl_temp_data` VALUES (1653,'3af15-1320e-9f9d1-9edfb','{\"FlightBookingData\":[{\"bookingId\":\"DMC103277334940\",\"bookingId_TJ\":\"TJ103277334940\",\"FlightNumber\":\"6E-341\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3af15-1320e-9f9d1-9edfb\",\"apiTraceId\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-11-22T22:15\",\"LocalFromTime\":\"2023-11-22 22:15\",\"FromUTCTime\":\"2023-11-22T22:15\",\"LocalToTime\":\"2023-11-22 23:25\",\"ToUTCTime\":\"2023-11-22T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,545\",\"ApiResultIndex\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2350,\"Tax\":1238.8,\"YQTax\":400,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":143,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3588.8,\"PublishedFare\":3545.02,\"PublishedFareAgent\":3545.02,\"OfferedFareAgent\":3545.02,\"OfferedFare\":3545.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5269407187_0MAAHYD6E341_82984545068087\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1238.8,\"TotalBaseFare\":3588.8,\"BaseFareCal\":3545.02,\"BaseFare\":2350,\"CommissionEarned\":43.78,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":143,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"MAA-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":43.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3545.02,\"CostToCustomer\":3545.02,\"BaseFareCal\":3545.02,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3545.02,\"intOfferedFare\":3545.02,\"intPublishFare\":3588.8,\"TripjackMarkup\":0,\"TripjackCommission\":43.78,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":43.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3545.02,\"CostToAgent\":3545.02,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"805\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-11-22T23:25\",\"SegFlightNumber\":\"6E-341\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-22T22:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"805\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-5269407187_8MAAHYD6E341_264759631073100\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"MAA-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"212\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97571\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"anandasha444@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9150253777\",\"FirstName\":\"Anand\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97571\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-11 08:27:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"115\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"115\",\"CustomerMemSysId\":[\"115\"],\"flight_booking_customer\":[[\"251\"]],\"SearchTraceId\":\"3af15-1320e-9f9d1-9edfb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chennai (MAA)\"],\"to_des\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"22\\/11\\/2023\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"departure_dateG\":[\"11\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chennai (MAA)\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3af15-1320e-9f9d1-9edfb\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"MAA\"],\"to\":[\"HYD\"],\"Fromlabel\":[\"Chennai\"],\"Tolabel\":[\"Hyderabad\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"22 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-11 08:25:21\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"805\":{\"1\":{\"seatNo\":\"39E\",\"seatPosition\":{\"row\":39,\"column\":6},\"isBooked\":false,\"isAisle\":false,\"code\":\"39E\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3af15-1320e-9f9d1-9edfb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Chennai (MAA)\\\"],\\\"to_des\\\":[\\\"Hyderabad (HYD)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"MAA\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"HYD\\\"],\\\"source\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"destination\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chennai Arpt (MAA)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"departure_dateG\\\":[\\\"11\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Chennai (MAA)\\\"],\\\"to_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[6000],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12538],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3af15-1320e-9f9d1-9edfb\\\",\\\"sourceCityAirportCode\\\":[\\\"MAA\\\"],\\\"destinationCityAirportCode\\\":[\\\"HYD\\\"],\\\"from\\\":[\\\"MAA\\\"],\\\"to\\\":[\\\"HYD\\\"],\\\"Fromlabel\\\":[\\\"Chennai\\\"],\\\"Tolabel\\\":[\\\"Hyderabad\\\"],\\\"sourceCityText\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"destinationCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"22 Nov Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-11 08:25:21\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103277334940\\\",\\\"bookingId_TJ\\\":\\\"TJ103277334940\\\",\\\"FlightNumber\\\":\\\"6E-341\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3af15-1320e-9f9d1-9edfb\\\",\\\"apiTraceId\\\":\\\"5-5269407187_8MAAHYD6E341_264759631073100\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"22:15\\\",\\\"ArrivalTime\\\":\\\"23:25\\\",\\\"TravelDate\\\":\\\"2023-11-22T22:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-22 22:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-22T22:15\\\",\\\"LocalToTime\\\":\\\"2023-11-22 23:25\\\",\\\"ToUTCTime\\\":\\\"2023-11-22T23:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"6000\\\",\\\"DestPlaceSysId\\\":\\\"12538\\\",\\\"SourceAirportCode\\\":\\\"MAA\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,545\\\",\\\"ApiResultIndex\\\":\\\"5-5269407187_8MAAHYD6E341_264759631073100\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2350,\\\"Tax\\\":1238.8,\\\"YQTax\\\":400,\\\"OtherCharges\\\":684,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":143,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3588.8,\\\"PublishedFare\\\":3545.02,\\\"PublishedFareAgent\\\":3545.02,\\\"OfferedFareAgent\\\":3545.02,\\\"OfferedFare\\\":3545.02,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-5269407187_0MAAHYD6E341_82984545068087\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":43.78,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3545.02,\\\"CostToAgent\\\":3545.02,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1238.8,\\\"TotalBaseFare\\\":3588.8,\\\"BaseFareCal\\\":3545.02,\\\"BaseFare\\\":2350,\\\"CommissionEarned\\\":43.78,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":400,\\\"AGST\\\":143,\\\"MFT\\\":1.8,\\\"OT\\\":684,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":43.78,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3545.02,\\\"CostToAgent\\\":3545.02,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"MAA-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":43.78,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3545.02,\\\"CostToCustomer\\\":3545.02,\\\"BaseFareCal\\\":3545.02,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3545.02,\\\"intOfferedFare\\\":3545.02,\\\"intPublishFare\\\":3588.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":43.78,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":43.78,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3545.02,\\\"CostToAgent\\\":3545.02,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"805\\\",\\\"originAirportName\\\":\\\"Chennai Arpt\\\",\\\"destinationAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"originCityName\\\":\\\"Chennai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"destinationArrTime\\\":\\\"2023-11-22T23:25\\\",\\\"SegFlightNumber\\\":\\\"6E-341\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"MAA\\\",\\\"originDepTime\\\":\\\"2023-11-22T22:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"22:15\\\",\\\"strArrivalDtTime\\\":\\\"23:25\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-5269407187_8MAAHYD6E341_264759631073100\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"MAA-HYD\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":162.5,\\\"ARF\\\":3250},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":137.5,\\\"ARF\\\":2750},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"MAA\\\",\\\"strDestinationAirportCode\\\":\\\"HYD\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"6000\\\",\\\"intDestinationCityId\\\":\\\"12538\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"805\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"805\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"39E\\\",\\\"seatPosition\\\":{\\\"row\\\":39,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"39E\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9150253777\",\"leadEmail\":\"anandasha444@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Anand \",\"passenger-lastname-1\":\"Kumar \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97571\",\"Salutation\":\"1\",\"EmailId\":\"anandasha444@gmail.com\",\"FirstName\":\"Anand \",\"LastName\":\"Kumar \",\"CountryCode\":\"91\",\"MobileNo\":\"9150253777\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0}','2023-11-11 08:27:08'),(1655,'3b076-3a0b1-ad595-208af','{\"BookingData\":[{\"bookingId\":\"BKR109877440857\",\"bookingId_TJ\":\"TJ109877440857\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2023-11-27T21:50\",\"LocalFromTime\":\"2023-11-27 21:50\",\"FromUTCTime\":\"2023-11-27T21:50\",\"LocalToTime\":\"2023-11-27 00:25\",\"ToUTCTime\":\"2023-11-27T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":1285,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"21h 25m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15143.6,\"PublishedFareTxt\":\"15,144\",\"ApiResultIndex\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14470,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15143.6,\"PublishedFare\":15143.6,\"OfferedFare\":15143.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0742392427_0CCUBLRQP1541_112544074918833\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":673.6,\"BaseFareCal\":15143.6,\"BaseFare\":14470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":650,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15143.6,\"CostToCustomer\":15143.6,\"BaseFareCal\":15143.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15143.6,\"intOfferedFare\":15143.6,\"intPublishFare\":15143.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"708\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-27T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-27T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":1285,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"21h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3b076-3a0b1-ad595-208af\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-12T15:10:00.269\",\"strTraceId\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109877440857\",\"bookingId_TJ\":\"TJ109877440857\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"strTraceId\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2023-11-27T21:50\",\"LocalFromTime\":\"2023-11-27 21:50\",\"FromUTCTime\":\"2023-11-27T21:50\",\"LocalToTime\":\"2023-11-27 00:25\",\"ToUTCTime\":\"2023-11-27T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":1285,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"21h 25m\",\"SourcePlaceSysId\":14323,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15143.6,\"ApiResultIndex\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"3b076-3a0b1-ad595-208af\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-12T15:10:00.269\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14470,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15143.6,\"PublishedFare\":15143.6,\"OfferedFare\":15143.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":673.6,\"BaseFareCal\":15143.6,\"BaseFare\":14470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":650,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"708\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-27T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-11-27T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":1285,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"21h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0742392427_0CCUBLRQP1541_537666740743941\",\"localFromDateTime\":\"2023-11-27 21:50\",\"localToDateTime\":\"2023-11-27 00:25\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":14323,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"27\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"CCU\",\"to\":\"BLR\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":14323,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-27\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3b076-3a0b1-ad595-208af\",\"PreferredAirline\":null,\"from_city_\":\"1__CCU-BLR\"}}','2023-11-12 15:08:25'),(1663,'b3c65-143c4-ddc9e-69013','{\"FlightBookingData\":[{\"bookingId\":\"DMC101177479084\",\"bookingId_TJ\":\"TJ101177479084\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"apiTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-11-13T12:45\",\"LocalFromTime\":\"2023-11-13 12:45\",\"FromUTCTime\":\"2023-11-13T12:45\",\"LocalToTime\":\"2023-11-13 14:30\",\"ToUTCTime\":\"2023-11-13T14:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,538\",\"ApiResultIndex\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2230,\"Tax\":1349.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":137,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3579.8,\"PublishedFare\":3537.68,\"PublishedFareAgent\":5537.68,\"OfferedFareAgent\":3537.68,\"OfferedFare\":3537.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9409288596_0JAIBOM6E5235_6055390109959\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1349.8,\"TotalBaseFare\":3579.8,\"BaseFareCal\":3537.68,\"BaseFare\":2230,\"CommissionEarned\":42.12,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":137,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3537.68,\"CostToCustomer\":3537.68,\"BaseFareCal\":3537.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3537.68,\"intOfferedFare\":3537.68,\"intPublishFare\":3579.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-13T14:30\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-13T12:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"214\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9819677484\",\"FirstName\":\"NANU RAM\",\"LastName\":\"PRAJAPAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-13 10:45:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"117\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"117\",\"CustomerMemSysId\":[\"117\"],\"flight_booking_customer\":[[\"253\"]],\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"13\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"13\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b3c65-143c4-ddc9e-69013\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"JAI\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"13 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-13 10:37:03\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b3c65-143c4-ddc9e-69013\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_dateG\\\":[\\\"13\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-13\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b3c65-143c4-ddc9e-69013\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Mumbai\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"13 Nov Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-13 10:37:03\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101177479084\\\",\\\"bookingId_TJ\\\":\\\"TJ101177479084\\\",\\\"FlightNumber\\\":\\\"6E-5235\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b3c65-143c4-ddc9e-69013\\\",\\\"apiTraceId\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"12:45\\\",\\\"ArrivalTime\\\":\\\"14:30\\\",\\\"TravelDate\\\":\\\"2023-11-13T12:45\\\",\\\"LocalFromTime\\\":\\\"2023-11-13 12:45\\\",\\\"FromUTCTime\\\":\\\"2023-11-13T12:45\\\",\\\"LocalToTime\\\":\\\"2023-11-13 14:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-13T14:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,538\\\",\\\"ApiResultIndex\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2230,\\\"Tax\\\":1349.8,\\\"YQTax\\\":400,\\\"OtherCharges\\\":801,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":137,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3579.8,\\\"PublishedFare\\\":3537.68,\\\"PublishedFareAgent\\\":5537.68,\\\"OfferedFareAgent\\\":3537.68,\\\"OfferedFare\\\":3537.68,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9409288596_0JAIBOM6E5235_6055390109959\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1349.8,\\\"TotalBaseFare\\\":3579.8,\\\"BaseFareCal\\\":3537.68,\\\"BaseFare\\\":2230,\\\"CommissionEarned\\\":42.12,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":400,\\\"AGST\\\":137,\\\"MFT\\\":1.8,\\\"OT\\\":801,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":42.12,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3537.68,\\\"CostToCustomer\\\":3537.68,\\\"BaseFareCal\\\":3537.68,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3537.68,\\\"intOfferedFare\\\":3537.68,\\\"intPublishFare\\\":3579.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":42.12,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"847\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-11-13T14:30\\\",\\\"SegFlightNumber\\\":\\\"6E-5235\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-13T12:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"12:45\\\",\\\"strArrivalDtTime\\\":\\\"14:30\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-BOM\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"ACF\\\":3500},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"CCF\\\":50,\\\"ACF\\\":3000},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-12 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9819677484\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"116\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NANU RAM\",\"passenger-lastname-1\":\"PRAJAPAT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"NANU RAM\",\"LastName\":\"PRAJAPAT\",\"CountryCode\":\"91\",\"MobileNo\":\"9819677484\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ101177479084\",\"amount\":3579.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919819677484\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-13T10:47:54.449\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20625517\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5235\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-13T12:45\",\"at\":\"2023-11-13T14:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-BOM\":\"MZ9W2A\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NANU RAM\",\"lN\":\"PRAJAPAT\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3537.68,\"NCM\":42.12,\"TF\":3579.8,\"IGST\":1.8,\"TAF\":1349.8,\"BF\":2230},\"afC\":{\"NCM\":{\"TDS\":-2.22,\"OT\":44.34},\"TAF\":{\"YQ\":400,\"AGST\":137,\"MF\":10,\"MFT\":1.8,\"OT\":801}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"928770\",\"TPSysId\":\"928771\",\"TrxId\":\"75003\",\"VersionId\":\"283039\",\"XRefBookingId\":\"DMC101177479084\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC101177479084\\\",\\\"bookingId_TJ\\\":\\\"TJ101177479084\\\",\\\"FlightNumber\\\":\\\"6E-5235\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b3c65-143c4-ddc9e-69013\\\",\\\"apiTraceId\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"12:45\\\",\\\"ArrivalTime\\\":\\\"14:30\\\",\\\"TravelDate\\\":\\\"2023-11-13T12:45\\\",\\\"LocalFromTime\\\":\\\"2023-11-13 12:45\\\",\\\"FromUTCTime\\\":\\\"2023-11-13T12:45\\\",\\\"LocalToTime\\\":\\\"2023-11-13 14:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-13T14:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,538\\\",\\\"ApiResultIndex\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2230,\\\"Tax\\\":1349.8,\\\"YQTax\\\":400,\\\"OtherCharges\\\":801,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":137,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3579.8,\\\"PublishedFare\\\":3537.68,\\\"PublishedFareAgent\\\":5537.68,\\\"OfferedFareAgent\\\":3537.68,\\\"OfferedFare\\\":3537.68,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-9409288596_0JAIBOM6E5235_6055390109959\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"Tactical\\\",\\\"fareIdentifierSP\\\":\\\"Tactical\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1349.8,\\\"TotalBaseFare\\\":3579.8,\\\"BaseFareCal\\\":3537.68,\\\"BaseFare\\\":2230,\\\"CommissionEarned\\\":42.12,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":400,\\\"AGST\\\":137,\\\"MFT\\\":1.8,\\\"OT\\\":801,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":42.12,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":3537.68,\\\"CostToCustomer\\\":3537.68,\\\"BaseFareCal\\\":3537.68,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":3537.68,\\\"intOfferedFare\\\":3537.68,\\\"intPublishFare\\\":3579.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":42.12,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":42.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":5537.68,\\\"CostToAgent\\\":3537.68,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"847\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-11-13T14:30\\\",\\\"SegFlightNumber\\\":\\\"6E-5235\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-13T12:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"12:45\\\",\\\"strArrivalDtTime\\\":\\\"14:30\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-9409288596_0JAIBOM6E5235_5954465504329\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-BOM\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"ACF\\\":3500},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":150,\\\"CCF\\\":50,\\\"ACF\\\":3000},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-12 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ101177479084\\\",\\\"amount\\\":3579.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"919819677484\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-13T10:47:54.449\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20625517\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"5235\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":105,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BOM\\\",\\\"name\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"cityCode\\\":\\\"BOM\\\",\\\"city\\\":\\\"Mumbai\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-13T12:45\\\",\\\"at\\\":\\\"2023-11-13T14:30\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"JAI-BOM\\\":\\\"MZ9W2A\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"NANU RAM\\\",\\\"lN\\\":\\\"PRAJAPAT\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":3537.68,\\\"NCM\\\":42.12,\\\"TF\\\":3579.8,\\\"IGST\\\":1.8,\\\"TAF\\\":1349.8,\\\"BF\\\":2230},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-2.22,\\\"OT\\\":44.34},\\\"TAF\\\":{\\\"YQ\\\":400,\\\"AGST\\\":137,\\\"MF\\\":10,\\\"MFT\\\":1.8,\\\"OT\\\":801}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"JAI-BOM\\\":\\\"MZ9W2A\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"NANU RAM\\\",\\\"lN\\\":\\\"PRAJAPAT\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":3537.68,\\\"NetPrice\\\":3537.68,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":3537.68,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Jaipur (JAI)-Mumbai (BOM)\",\"Amount\":2230,\"NetAmount\":3537.68}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC101177479084\",\"bookingId_TJ\":\"TJ101177479084\",\"FlightNumber\":\"6E-5235\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"apiTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"14:30\",\"TravelDate\":\"2023-11-13T12:45\",\"LocalFromTime\":\"2023-11-13 12:45\",\"FromUTCTime\":\"2023-11-13T12:45\",\"LocalToTime\":\"2023-11-13 14:30\",\"ToUTCTime\":\"2023-11-13T14:30\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 13 Nov\",\"ArrivalDateTxt\":\"Mon, 13 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,538\",\"ApiResultIndex\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2230,\"Tax\":1349.8,\"YQTax\":400,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":137,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3579.8,\"PublishedFare\":3537.68,\"PublishedFareAgent\":5537.68,\"OfferedFareAgent\":3537.68,\"OfferedFare\":3537.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9409288596_0JAIBOM6E5235_6055390109959\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareIdentifierSP\":\"Tactical\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1349.8,\"TotalBaseFare\":3579.8,\"BaseFareCal\":3537.68,\"BaseFare\":2230,\"CommissionEarned\":42.12,\"TDS\":0,\"MF\":10,\"YQ\":400,\"AGST\":137,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":42.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3537.68,\"CostToCustomer\":3537.68,\"BaseFareCal\":3537.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3537.68,\"intOfferedFare\":3537.68,\"intPublishFare\":3579.8,\"TripjackMarkup\":0,\"TripjackCommission\":42.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":42.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":5537.68,\"CostToAgent\":3537.68,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"847\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-13T14:30\",\"SegFlightNumber\":\"6E-5235\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-13T12:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-9409288596_0JAIBOM6E5235_5954465504329\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9819677484\",\"FirstName\":\"NANU RAM\",\"LastName\":\"PRAJAPAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-13 10:45:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"117\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"b3c65-143c4-ddc9e-69013\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"13\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"13\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b3c65-143c4-ddc9e-69013\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"JAI\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"13 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-13 10:37:03\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-13 10:46:23'),(1664,'35','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"6000\",\"RefrenceNo\":\"\",\"CreditDate\":\"13\\/11\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-11-13 10:56:00'),(1666,'56c6f-e4b39-89450-d9d31','{\"BookingData\":[{\"bookingId\":\"BKR109777515516\",\"bookingId_TJ\":\"TJ109777515516\",\"FlightNumber\":\"6E-2242\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2024-01-30T19:30\",\"LocalFromTime\":\"2024-01-30 19:30\",\"FromUTCTime\":\"2024-01-30T19:30\",\"LocalToTime\":\"2024-01-30 20:50\",\"ToUTCTime\":\"2024-01-30T20:50\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 30 Jan\",\"ArrivalDateTxt\":\"Tue, 30 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":28058,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"UDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8631.6,\"PublishedFareTxt\":\"8,632\",\"ApiResultIndex\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"UDR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5230,\"Tax\":3401.6,\"YQTax\":800,\"OtherCharges\":2266,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8631.6,\"PublishedFare\":8536.76,\"OfferedFare\":8536.76,\"CommissionEarned\":94.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9273195606_0UDRDEL6E2242_35292500584388\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":94.84,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3401.6,\"BaseFareCal\":8536.76,\"BaseFare\":5230,\"CommissionEarned\":94.84,\"TDS\":-5,\"MF\":20,\"YQ\":800,\"AGST\":312,\"MFT\":3.6,\"OT\":2266,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":94.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8536.76,\"CostToCustomer\":8536.76,\"BaseFareCal\":8536.76,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8536.76,\"intOfferedFare\":8536.76,\"intPublishFare\":8631.6,\"TripjackMarkup\":0,\"TripjackCommission\":94.84,\"TripjackTDS\":\"5\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":94.84,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"775\",\"originAirportName\":\"Maharana Pratap Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Udaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-01-30T20:50\",\"SegFlightNumber\":\"6E-2242\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"S\",\"originAirportCode\":\"UDR\",\"originDepTime\":\"2024-01-30T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"775\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"56c6f-e4b39-89450-d9d31\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-13T17:18:56.226\",\"strTraceId\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"UDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":28058,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109777515516\",\"bookingId_TJ\":\"TJ109777515516\",\"FlightNumber\":\"6E-2242\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"strTraceId\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2024-01-30T19:30\",\"LocalFromTime\":\"2024-01-30 19:30\",\"FromUTCTime\":\"2024-01-30T19:30\",\"LocalToTime\":\"2024-01-30 20:50\",\"ToUTCTime\":\"2024-01-30T20:50\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 30 Jan\",\"ArrivalDateTxt\":\"Tue, 30 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":28058,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"UDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8631.6,\"ApiResultIndex\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"56c6f-e4b39-89450-d9d31\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-13T17:18:56.226\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5230,\"Tax\":3401.6,\"YQTax\":800,\"OtherCharges\":2266,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8631.6,\"PublishedFare\":8536.76,\"OfferedFare\":8536.76,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3401.6,\"BaseFareCal\":8536.76,\"BaseFare\":5230,\"CommissionEarned\":94.84,\"TDS\":-5,\"MF\":20,\"YQ\":800,\"AGST\":312,\"MFT\":3.6,\"OT\":2266,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"775\",\"originAirportName\":\"Maharana Pratap Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Udaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-01-30T20:50\",\"SegFlightNumber\":\"6E-2242\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"S\",\"originAirportCode\":\"UDR\",\"originDepTime\":\"2024-01-30T19:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9273195606_3UDRDEL6E2242_110171633200791\",\"localFromDateTime\":\"2024-01-30 19:30\",\"localToDateTime\":\"2024-01-30 20:50\",\"strSourceAirportCode\":\"UDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":28058,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Udaipur\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"UDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"30\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Maharana Pratap Arpt UDR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"UDR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"UDR\",\"to\":\"DEL\",\"sourceCityText\":\"Udaipur, IN - Maharana Pratap Arpt UDR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":28058,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"56c6f-e4b39-89450-d9d31\",\"PreferredAirline\":null,\"from_city_\":\"1__UDR-DEL\"}}','2023-11-13 17:17:21'),(1668,'cf083-4b4bb-b3f64-19959','{\"FlightBookingData\":[{\"bookingId\":\"DMC107777556043\",\"bookingId_TJ\":\"TJ107777556043\",\"FlightNumber\":\"6E-6381\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cf083-4b4bb-b3f64-19959\",\"apiTraceId\":\"5-3674554447_0MAAJAI6E6381_11406859455913\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2023-11-15T17:45\",\"LocalFromTime\":\"2023-11-15 17:45\",\"FromUTCTime\":\"2023-11-15T17:45\",\"LocalToTime\":\"2023-11-15 20:15\",\"ToUTCTime\":\"2023-11-15T20:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 15 Nov\",\"ArrivalDateTxt\":\"Wed, 15 Nov\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,079\",\"ApiResultIndex\":\"5-3674554447_0MAAJAI6E6381_11406859455913\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4542,\"Tax\":1610.8,\"YQTax\":650,\"OtherCharges\":684,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6152.8,\"PublishedFare\":6078.83,\"PublishedFareAgent\":6078.83,\"OfferedFareAgent\":6078.83,\"OfferedFare\":6078.83,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3674554447_0MAAJAI6E6381_92781551859860\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":73.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6078.83,\"CostToAgent\":6078.83,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1610.8,\"TotalBaseFare\":6152.8,\"BaseFareCal\":6078.83,\"BaseFare\":4542,\"CommissionEarned\":73.97,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":265,\"MFT\":1.8,\"OT\":684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":73.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6078.83,\"CostToAgent\":6078.83,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"MAA-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.97,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6078.83,\"CostToCustomer\":6078.83,\"BaseFareCal\":6078.83,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6078.83,\"intOfferedFare\":6078.83,\"intPublishFare\":6152.8,\"TripjackMarkup\":0,\"TripjackCommission\":73.97,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":73.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6078.83,\"CostToAgent\":6078.83,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"960\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-11-15T20:15\",\"SegFlightNumber\":\"6E-6381\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-15T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3674554447_0MAAJAI6E6381_11406859455913\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"MAA-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-3674554447_0MAAJAI6E6381_11406859455913\",\"SearchTraceId\":\"cf083-4b4bb-b3f64-19959\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chennai (MAA)\"],\"to_des\":[\"Jaipur (JAI)\",\"DEL\"],\"departure_date\":[\"15\\/11\\/2023\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JAI\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destination\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"departure_dateG\":[\"14\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Chennai (MAA)\"],\"to_city\":[\"Jaipur (JAI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[12995],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cf083-4b4bb-b3f64-19959\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"JAI\"],\"from\":[\"MAA\"],\"to\":[\"JAI\"],\"Fromlabel\":[\"Chennai\"],\"Tolabel\":[\"Jaipur\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"destinationCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-14 10:02:41\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"960\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"MAA-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-14 10:03:03'),(1676,'aa2bc-2d728-af437-b1aec','{\"FlightBookingData\":[{\"bookingId\":\"DMC107877575120\",\"bookingId_TJ\":\"TJ107877575120\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"apiTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-14T18:15\",\"LocalFromTime\":\"2023-11-14 18:15\",\"FromUTCTime\":\"2023-11-14T18:15\",\"LocalToTime\":\"2023-11-14 20:20\",\"ToUTCTime\":\"2023-11-14T20:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,089\",\"ApiResultIndex\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":1815.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10215.8,\"PublishedFare\":10088.69,\"PublishedFareAgent\":12088.69,\"OfferedFareAgent\":10088.69,\"OfferedFare\":10088.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0510817961_0JAICCU6E784_16829215652975\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1815.8,\"TotalBaseFare\":10215.8,\"BaseFareCal\":10088.69,\"BaseFare\":8400,\"CommissionEarned\":127.11,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":453,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":127.11,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10088.69,\"CostToCustomer\":10088.69,\"BaseFareCal\":10088.69,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10088.69,\"intOfferedFare\":10088.69,\"intPublishFare\":10215.8,\"TripjackMarkup\":0,\"TripjackCommission\":127.11,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"612\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-14T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"ARFT\":22.45,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"CCFT\":9,\"ACFT\":74.95},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"CCFT\":9,\"ACFT\":24.95},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"216\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"8274841630\",\"FirstName\":\"IMRAN PINKI\",\"LastName\":\"KINAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-14 12:57:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"119\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"119\",\"CustomerMemSysId\":[\"119\"],\"flight_booking_customer\":[[\"255\"]],\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"14\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_dateG\":[\"14\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"aa2bc-2d728-af437-b1aec\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"JAI\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-14 12:49:52\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"aa2bc-2d728-af437-b1aec\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_dateG\\\":[\\\"14\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"aa2bc-2d728-af437-b1aec\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Kolkata\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"14 Nov Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-14 12:49:52\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107877575120\\\",\\\"bookingId_TJ\\\":\\\"TJ107877575120\\\",\\\"FlightNumber\\\":\\\"6E-784\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"aa2bc-2d728-af437-b1aec\\\",\\\"apiTraceId\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:15\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2023-11-14T18:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-14 18:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-14T18:15\\\",\\\"LocalToTime\\\":\\\"2023-11-14 20:20\\\",\\\"ToUTCTime\\\":\\\"2023-11-14T20:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"M\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":125,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"FlightDuration\\\":\\\"02h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,089\\\",\\\"ApiResultIndex\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8400,\\\"Tax\\\":1815.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":801,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":453,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":10215.8,\\\"PublishedFare\\\":10088.69,\\\"PublishedFareAgent\\\":12088.69,\\\"OfferedFareAgent\\\":10088.69,\\\"OfferedFare\\\":10088.69,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-0510817961_0JAICCU6E784_16829215652975\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"M\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1815.8,\\\"TotalBaseFare\\\":10215.8,\\\"BaseFareCal\\\":10088.69,\\\"BaseFare\\\":8400,\\\"CommissionEarned\\\":127.11,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":453,\\\"MFT\\\":1.8,\\\"OT\\\":801,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":127.11,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":10088.69,\\\"CostToCustomer\\\":10088.69,\\\"BaseFareCal\\\":10088.69,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":10088.69,\\\"intOfferedFare\\\":10088.69,\\\"intPublishFare\\\":10215.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":127.11,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"612\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2023-11-14T20:20\\\",\\\"SegFlightNumber\\\":\\\"6E-784\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"M\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-14T18:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"18:15\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-CCU\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":449,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":449,\\\"ARFT\\\":22.45,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1499,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\\\\\/New)\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1499,\\\"CCFT\\\":9,\\\"ACFT\\\":74.95},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":499,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\\\\\/New)\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":499,\\\"CCFT\\\":9,\\\"ACFT\\\":24.95},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Free Seat*(Standard Seats)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8274841630\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"118\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"IMRAN PINKI\",\"passenger-lastname-1\":\"KINAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"2\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"IMRAN PINKI\",\"LastName\":\"KINAR\",\"CountryCode\":\"91\",\"MobileNo\":\"8274841630\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ107877575120\",\"amount\":10215.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"918274841630\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-14T12:59:55.722\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20651177\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"784\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"code\":\"JAI\",\"name\":\"Sanganeer Arpt\",\"cityCode\":\"JAI\",\"city\":\"Jaipur\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-14T18:15\",\"at\":\"2023-11-14T20:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"JAI-CCU\":\"GUR3ST\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"IMRAN PINKI\",\"lN\":\"KINAR\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":8400,\"TAF\":1815.8,\"IGST\":1.8,\"NF\":10088.69,\"NCM\":127.11,\"TF\":10215.8},\"afC\":{\"TAF\":{\"YQ\":550,\"MFT\":1.8,\"AGST\":453,\"OT\":801,\"MF\":10},\"NCM\":{\"TDS\":-6.69,\"OT\":133.8}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"929985\",\"TPSysId\":\"929986\",\"TrxId\":\"75091\",\"VersionId\":\"283400\",\"XRefBookingId\":\"DMC107877575120\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC107877575120\\\",\\\"bookingId_TJ\\\":\\\"TJ107877575120\\\",\\\"FlightNumber\\\":\\\"6E-784\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"aa2bc-2d728-af437-b1aec\\\",\\\"apiTraceId\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:15\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2023-11-14T18:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-14 18:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-14T18:15\\\",\\\"LocalToTime\\\":\\\"2023-11-14 20:20\\\",\\\"ToUTCTime\\\":\\\"2023-11-14T20:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"M\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":125,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Nov\\\",\\\"FlightDuration\\\":\\\"02h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,089\\\",\\\"ApiResultIndex\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8400,\\\"Tax\\\":1815.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":801,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":453,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":10215.8,\\\"PublishedFare\\\":10088.69,\\\"PublishedFareAgent\\\":12088.69,\\\"OfferedFareAgent\\\":10088.69,\\\"OfferedFare\\\":10088.69,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-0510817961_0JAICCU6E784_16829215652975\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"M\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1815.8,\\\"TotalBaseFare\\\":10215.8,\\\"BaseFareCal\\\":10088.69,\\\"BaseFare\\\":8400,\\\"CommissionEarned\\\":127.11,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":453,\\\"MFT\\\":1.8,\\\"OT\\\":801,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":127.11,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":10088.69,\\\"CostToCustomer\\\":10088.69,\\\"BaseFareCal\\\":10088.69,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":10088.69,\\\"intOfferedFare\\\":10088.69,\\\"intPublishFare\\\":10215.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":127.11,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":127.11,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":12088.69,\\\"CostToAgent\\\":10088.69,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"612\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2023-11-14T20:20\\\",\\\"SegFlightNumber\\\":\\\"6E-784\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"M\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-14T18:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"18:15\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-0510817961_0JAICCU6E784_101927904066233\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-CCU\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":449,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":449,\\\"ARFT\\\":22.45,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1499,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\\\\\/New)\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1499,\\\"CCFT\\\":9,\\\"ACFT\\\":74.95},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":499,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\\\\\/New)\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":499,\\\"CCFT\\\":9,\\\"ACFT\\\":24.95},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Free Seat*(Standard Seats)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ107877575120\\\",\\\"amount\\\":10215.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"918274841630\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-14T12:59:55.722\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20651177\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"784\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":125,\\\"da\\\":{\\\"code\\\":\\\"JAI\\\",\\\"name\\\":\\\"Sanganeer Arpt\\\",\\\"cityCode\\\":\\\"JAI\\\",\\\"city\\\":\\\"Jaipur\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"CCU\\\",\\\"name\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"cityCode\\\":\\\"CCU\\\",\\\"city\\\":\\\"Kolkata\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-14T18:15\\\",\\\"at\\\":\\\"2023-11-14T20:20\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"JAI-CCU\\\":\\\"GUR3ST\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"IMRAN PINKI\\\",\\\"lN\\\":\\\"KINAR\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"BF\\\":8400,\\\"TAF\\\":1815.8,\\\"IGST\\\":1.8,\\\"NF\\\":10088.69,\\\"NCM\\\":127.11,\\\"TF\\\":10215.8},\\\"afC\\\":{\\\"TAF\\\":{\\\"YQ\\\":550,\\\"MFT\\\":1.8,\\\"AGST\\\":453,\\\"OT\\\":801,\\\"MF\\\":10},\\\"NCM\\\":{\\\"TDS\\\":-6.69,\\\"OT\\\":133.8}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"JAI-CCU\\\":\\\"GUR3ST\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"IMRAN PINKI\\\",\\\"lN\\\":\\\"KINAR\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":10088.69,\\\"NetPrice\\\":10088.69,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":10088.69,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Jaipur (JAI)-Kolkata (CCU)\",\"Amount\":8400,\"NetAmount\":10088.69}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC107877575120\",\"bookingId_TJ\":\"TJ107877575120\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"apiTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-14T18:15\",\"LocalFromTime\":\"2023-11-14 18:15\",\"FromUTCTime\":\"2023-11-14T18:15\",\"LocalToTime\":\"2023-11-14 20:20\",\"ToUTCTime\":\"2023-11-14T20:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 14 Nov\",\"ArrivalDateTxt\":\"Tue, 14 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,089\",\"ApiResultIndex\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":1815.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10215.8,\"PublishedFare\":10088.69,\"PublishedFareAgent\":12088.69,\"OfferedFareAgent\":10088.69,\"OfferedFare\":10088.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0510817961_0JAICCU6E784_16829215652975\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"M\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1815.8,\"TotalBaseFare\":10215.8,\"BaseFareCal\":10088.69,\"BaseFare\":8400,\"CommissionEarned\":127.11,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":453,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":127.11,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10088.69,\"CostToCustomer\":10088.69,\"BaseFareCal\":10088.69,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10088.69,\"intOfferedFare\":10088.69,\"intPublishFare\":10215.8,\"TripjackMarkup\":0,\"TripjackCommission\":127.11,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":127.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":12088.69,\"CostToAgent\":10088.69,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"612\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-14T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-14T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-0510817961_0JAICCU6E784_101927904066233\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":449,\"ARFT\":22.45,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":1499,\"CCFT\":9,\"ACFT\":74.95},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"CCF\":50,\"ACF\":499,\"CCFT\":9,\"ACFT\":24.95},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Free Seat*(Standard Seats)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"8274841630\",\"FirstName\":\"IMRAN PINKI\",\"LastName\":\"KINAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-14 12:57:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"119\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"aa2bc-2d728-af437-b1aec\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"14\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_dateG\":[\"14\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"aa2bc-2d728-af437-b1aec\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"JAI\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-14 12:49:52\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-14 12:58:26'),(1677,'36','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"14\\/11\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-11-14 23:05:35'),(1678,'e687b-5a03d-85d07-a992c','{\"FlightBookingData\":[{\"EquipmentType\":\"320\",\"FlightNumber\":\"6E-784\",\"SegFlightNumberArr\":\"6E-784\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e687b-5a03d-85d07-a992c\",\"apiTraceId\":\"5-6280338661_0JAICCU6E784_10772670477369\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-16T18:15\",\"LocalFromTime\":\"2023-11-16 18:15\",\"FromUTCTime\":\"2023-11-16T18:15\",\"LocalToTime\":\"2023-11-16 20:20\",\"ToUTCTime\":\"2023-11-16T20:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Jaipur\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8650,\"PublishedFareTxt\":\"8,649\",\"ApiResultIndex\":\"5-6280338661_0JAICCU6E784_10772670477369\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":1745.8,\"YQTax\":550,\"OtherCharges\":1184,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8745.8,\"PublishedFare\":8649.38,\"PublishedFareAgent\":10650,\"OfferedFareAgent\":8649.38,\"OfferedFare\":8649.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6280338661_0JAICCU6E784_10772670477369\",\"ApiResultIndex\":\"5-6280338661_0JAICCU6E784_10772670477369\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":\"#000000\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1745.8,\"TotalBaseFare\":8745.8,\"BaseFareCal\":8649.38,\"BaseFare\":7000,\"CommissionEarned\":96.42,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":1184,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03J\"},\"Segments\":[{\"segmentid\":\"234\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-16T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T18:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"03H\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-24:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02E\"}],\"apiTraceId\":\"5-6280338661_0JAICCU6E784_10772670477369\",\"SearchTraceId\":\"e687b-5a03d-85d07-a992c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"16\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_dateG\":[\"16\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-16\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e687b-5a03d-85d07-a992c\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"JAI\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"16 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-16 12:52:12\",\"IsChangeSearch\":1}}','2023-11-16 13:11:14'),(1681,'f9dc7-54ae0-70fb5-7d1cb','{\"FlightBookingData\":[{\"bookingId\":\"DMC102577758536\",\"bookingId_TJ\":\"TJ102577758536\",\"FlightNumber\":\"6E-784\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9dc7-54ae0-70fb5-7d1cb\",\"apiTraceId\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-11-16T18:15\",\"LocalFromTime\":\"2023-11-16 18:15\",\"FromUTCTime\":\"2023-11-16T18:15\",\"LocalToTime\":\"2023-11-16 20:20\",\"ToUTCTime\":\"2023-11-16T20:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 16 Nov\",\"ArrivalDateTxt\":\"Thu, 16 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,649\",\"ApiResultIndex\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":1745.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":383,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8745.8,\"PublishedFare\":8649.38,\"PublishedFareAgent\":10649.38,\"OfferedFareAgent\":8649.38,\"OfferedFare\":8649.38,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4982550120_0JAICCU6E784_99080108506486\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1745.8,\"TotalBaseFare\":8745.8,\"BaseFareCal\":8649.38,\"BaseFare\":7000,\"CommissionEarned\":96.42,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":383,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":96.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8649.38,\"CostToCustomer\":8649.38,\"BaseFareCal\":8649.38,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8649.38,\"intOfferedFare\":8649.38,\"intPublishFare\":8745.8,\"TripjackMarkup\":0,\"TripjackCommission\":96.42,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":96.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10649.38,\"CostToAgent\":8649.38,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"900\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-16T20:20\",\"SegFlightNumber\":\"6E-784\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-16T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4982550120_0JAICCU6E784_187605196474951\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"217\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7449752858\",\"FirstName\":\"ISHRAT\",\"LastName\":\"JAHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-16 13:14:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"120\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"120\"],\"flight_booking_customer\":[[\"256\"]],\"SearchTraceId\":\"f9dc7-54ae0-70fb5-7d1cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"16\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"16\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-16\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f9dc7-54ae0-70fb5-7d1cb\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"JAI\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"16 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-16 13:11:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":[],\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f9dc7-54ae0-70fb5-7d1cb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"16\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"16\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-16\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f9dc7-54ae0-70fb5-7d1cb\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Kolkata\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"16\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"16 Nov Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-16 13:11:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102577758536\\\",\\\"bookingId_TJ\\\":\\\"TJ102577758536\\\",\\\"FlightNumber\\\":\\\"6E-784\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"f9dc7-54ae0-70fb5-7d1cb\\\",\\\"apiTraceId\\\":\\\"5-4982550120_0JAICCU6E784_187605196474951\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:15\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2023-11-16T18:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-16 18:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-16T18:15\\\",\\\"LocalToTime\\\":\\\"2023-11-16 20:20\\\",\\\"ToUTCTime\\\":\\\"2023-11-16T20:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":125,\\\"DepartureDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 16 Nov\\\",\\\"FlightDuration\\\":\\\"02h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,649\\\",\\\"ApiResultIndex\\\":\\\"5-4982550120_0JAICCU6E784_187605196474951\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":1745.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":801,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":383,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8745.8,\\\"PublishedFare\\\":8649.38,\\\"PublishedFareAgent\\\":10649.38,\\\"OfferedFareAgent\\\":8649.38,\\\"OfferedFare\\\":8649.38,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-4982550120_0JAICCU6E784_99080108506486\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":2000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.42,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10649.38,\\\"CostToAgent\\\":8649.38,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1745.8,\\\"TotalBaseFare\\\":8745.8,\\\"BaseFareCal\\\":8649.38,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":96.42,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":383,\\\"MFT\\\":1.8,\\\"OT\\\":801,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":2000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.42,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10649.38,\\\"CostToAgent\\\":8649.38,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"JAI-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":96.42,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8649.38,\\\"CostToCustomer\\\":8649.38,\\\"BaseFareCal\\\":8649.38,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8649.38,\\\"intOfferedFare\\\":8649.38,\\\"intPublishFare\\\":8745.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":96.42,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":96.42,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":2000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":2000,\\\"CostToAgentCustomer\\\":10649.38,\\\"CostToAgent\\\":8649.38,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"900\\\",\\\"originAirportName\\\":\\\"Sanganeer Arpt\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2023-11-16T20:20\\\",\\\"SegFlightNumber\\\":\\\"6E-784\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-11-16T18:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"18:15\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-4982550120_0JAICCU6E784_187605196474951\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"JAI-CCU\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":162.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3250},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":137.5,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":2750},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACFT\\\":150,\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-15 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"JAI\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"12995\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"[]\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7449752858\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"ISHRAT\",\"passenger-lastname-1\":\"JAHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"2\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"ISHRAT\",\"LastName\":\"JAHAN\",\"CountryCode\":\"91\",\"MobileNo\":\"7449752858\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0}','2023-11-16 13:14:48'),(1683,'70621-53c11-d0e4a-aa90f','{\"FlightBookingData\":[{\"bookingId\":\"DMC104377791569\",\"bookingId_TJ\":\"TJ104377791569\",\"FlightNumber\":\"6E-207\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"70621-53c11-d0e4a-aa90f\",\"apiTraceId\":\"5-5094386799_0JAICCU6E207_41009187607717\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2023-11-17T07:25\",\"LocalFromTime\":\"2023-11-17 07:25\",\"FromUTCTime\":\"2023-11-17T07:25\",\"LocalToTime\":\"2023-11-17 09:30\",\"ToUTCTime\":\"2023-11-17T09:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 17 Nov\",\"ArrivalDateTxt\":\"Fri, 17 Nov\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,286\",\"ApiResultIndex\":\"5-5094386799_0JAICCU6E207_41009187607717\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6650,\"Tax\":1727.8,\"YQTax\":550,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":365,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8377.8,\"PublishedFare\":8286.2,\"PublishedFareAgent\":10286.2,\"OfferedFareAgent\":8286.2,\"OfferedFare\":8286.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5094386799_0JAICCU6E207_202471188121166\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":91.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10286.2,\"CostToAgent\":8286.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1727.8,\"TotalBaseFare\":8377.8,\"BaseFareCal\":8286.2,\"BaseFare\":6650,\"CommissionEarned\":91.6,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":365,\"MFT\":1.8,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":2000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":91.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10286.2,\"CostToAgent\":8286.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"JAI-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":91.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8286.2,\"CostToCustomer\":8286.2,\"BaseFareCal\":8286.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8286.2,\"intOfferedFare\":8286.2,\"intPublishFare\":8377.8,\"TripjackMarkup\":0,\"TripjackCommission\":91.6,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":91.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":2000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":2000,\"CostToAgentCustomer\":10286.2,\"CostToAgent\":8286.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"401\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-11-17T09:30\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-11-17T07:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-5094386799_0JAICCU6E207_41009187607717\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"12995\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-5094386799_0JAICCU6E207_41009187607717\",\"SearchTraceId\":\"70621-53c11-d0e4a-aa90f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"17\\/11\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_dateG\":[\"16\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"70621-53c11-d0e4a-aa90f\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"JAI\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"17 Nov Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-16 18:23:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"JAI-CCU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-16 18:25:17'),(1685,'c18e3-ceb8a-b1def-05591','{\"FlightBookingData\":[{\"bookingId\":\"DMC103577918185\",\"bookingId_TJ\":\"TJ103577918185\",\"FlightNumber\":\"I5-1537\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c18e3-ceb8a-b1def-05591\",\"apiTraceId\":\"22-16-2874972676_0BLRIXBI51537_171883463478476\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"14:05\",\"TravelDate\":\"2023-11-18T11:10\",\"LocalFromTime\":\"2023-11-18 11:10\",\"FromUTCTime\":\"2023-11-18T11:10\",\"LocalToTime\":\"2023-11-18 14:05\",\"ToUTCTime\":\"2023-11-18T14:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"34,660\",\"ApiResultIndex\":\"22-16-2874972676_0BLRIXBI51537_171883463478476\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":32314,\"Tax\":3007.6,\"YQTax\":1300,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35321.6,\"PublishedFare\":34660.14,\"PublishedFareAgent\":36060.14,\"OfferedFareAgent\":34660.14,\"OfferedFare\":34660.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-2874972676_0BLRIXBI51537_78774572982872\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":661.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":36060.14,\"CostToAgent\":34660.14,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3007.6,\"TotalBaseFare\":35321.6,\"BaseFareCal\":34660.14,\"BaseFare\":32314,\"CommissionEarned\":661.46,\"TDS\":0,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":661.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":36060.14,\"CostToAgent\":34660.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":661.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":34660.14,\"CostToCustomer\":34660.14,\"BaseFareCal\":34660.14,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":34660.14,\"intOfferedFare\":34660.14,\"intPublishFare\":35321.6,\"TripjackMarkup\":0,\"TripjackCommission\":661.46,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":661.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":36060.14,\"CostToAgent\":34660.14,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-18T14:05\",\"SegFlightNumber\":\"I5-1537\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-18T11:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"14:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-2874972676_0BLRIXBI51537_171883463478476\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCFT\":9,\"CCF\":50,\"ACF\":1500},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCFT\":9,\"CCF\":50,\"ACF\":500},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-2874972676_0BLRIXBI51537_171883463478476\",\"SearchTraceId\":\"c18e3-ceb8a-b1def-05591\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"18\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"18\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c18e3-ceb8a-b1def-05591\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"18 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-18 06:37:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-IXB\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCFT\":9,\"CCF\":50,\"ACF\":1500},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCFT\":9,\"CCF\":50,\"ACF\":500},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-18 06:39:36'),(1693,'a43f6-01d5f-12881-5ff9c','{\"FlightBookingData\":[{\"bookingId\":\"DMC101577918599\",\"bookingId_TJ\":\"TJ101577918599\",\"FlightNumber\":\"I5-1537\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"apiTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"14:05\",\"TravelDate\":\"2023-11-18T11:10\",\"LocalFromTime\":\"2023-11-18 11:10\",\"FromUTCTime\":\"2023-11-18T11:10\",\"LocalToTime\":\"2023-11-18 14:05\",\"ToUTCTime\":\"2023-11-18T14:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"29,943\",\"ApiResultIndex\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":27506,\"Tax\":3007.6,\"YQTax\":1300,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30513.6,\"PublishedFare\":29943.48,\"PublishedFareAgent\":31343.48,\"OfferedFareAgent\":29943.48,\"OfferedFare\":29943.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5434816478_0BLRIXBI51537_83949311332998\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3007.6,\"TotalBaseFare\":30513.6,\"BaseFareCal\":29943.48,\"BaseFare\":27506,\"CommissionEarned\":570.12,\"TDS\":0,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":29943.48,\"CostToCustomer\":29943.48,\"BaseFareCal\":29943.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":29943.48,\"intOfferedFare\":29943.48,\"intPublishFare\":30513.6,\"TripjackMarkup\":0,\"TripjackCommission\":570.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"177\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-18T14:05\",\"SegFlightNumber\":\"I5-1537\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-18T11:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"14:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"ARF\":250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACF\":1500,\"CCF\":50,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":500,\"CCF\":50,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"218\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Marguf\",\"LastName\":\"Marguf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"121\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Moh\",\"LastName\":\"Sohib\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"144\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Moh\",\"LastName\":\"Sohib\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"modified\":\"2023-11-18 07:10:46\",\"created\":\"2023-11-18 07:10:46\",\"CustomerMemberSysId\":\"144\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"121\",\"144\"],\"flight_booking_customer\":[[\"257\",\"258\"]],\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"18\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"departure_dateG\":[\"18\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"18 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-18 07:05:28\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":[],\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXB\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bagdogra Arpt (IXB)\\\"],\\\"departure_dateG\\\":[\\\"18\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-18\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2012],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a43f6-01d5f-12881-5ff9c\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXB\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"IXB\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Bagdogra\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"18 Nov Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-18 07:05:28\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101577918599\\\",\\\"bookingId_TJ\\\":\\\"TJ101577918599\\\",\\\"FlightNumber\\\":\\\"I5-1537\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"a43f6-01d5f-12881-5ff9c\\\",\\\"apiTraceId\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"11:10\\\",\\\"ArrivalTime\\\":\\\"14:05\\\",\\\"TravelDate\\\":\\\"2023-11-18T11:10\\\",\\\"LocalFromTime\\\":\\\"2023-11-18 11:10\\\",\\\"FromUTCTime\\\":\\\"2023-11-18T11:10\\\",\\\"LocalToTime\\\":\\\"2023-11-18 14:05\\\",\\\"ToUTCTime\\\":\\\"2023-11-18T14:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":175,\\\"DepartureDateTxt\\\":\\\"Sat, 18 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 18 Nov\\\",\\\"FlightDuration\\\":\\\"03h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"29,943\\\",\\\"ApiResultIndex\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":27506,\\\"Tax\\\":3007.6,\\\"YQTax\\\":1300,\\\"OtherCharges\\\":1684,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":30513.6,\\\"PublishedFare\\\":29943.48,\\\"PublishedFareAgent\\\":31343.48,\\\"OfferedFareAgent\\\":29943.48,\\\"OfferedFare\\\":29943.48,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5434816478_0BLRIXBI51537_83949311332998\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3007.6,\\\"TotalBaseFare\\\":30513.6,\\\"BaseFareCal\\\":29943.48,\\\"BaseFare\\\":27506,\\\"CommissionEarned\\\":570.12,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1300,\\\"AGST\\\":0,\\\"MFT\\\":3.6,\\\"OT\\\":1684,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":570.12,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":29943.48,\\\"CostToCustomer\\\":29943.48,\\\"BaseFareCal\\\":29943.48,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":29943.48,\\\"intOfferedFare\\\":29943.48,\\\"intPublishFare\\\":30513.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":570.12,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"177\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2023-11-18T14:05\\\",\\\"SegFlightNumber\\\":\\\"I5-1537\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-18T11:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":175,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"11:10\\\",\\\"strArrivalDtTime\\\":\\\"14:05\\\",\\\"FlightDuration\\\":\\\"2h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":12.5,\\\"ARF\\\":250,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":1500,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":75},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":500,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":25},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-17 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"[]\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Marguf\",\"passenger-lastname-1\":\"Marguf\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Moh\",\"passenger-lastname-2\":\"Sohib\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Marguf\",\"LastName\":\"Marguf\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Moh\",\"LastName\":\"Sohib\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"modified\":\"2023-11-18 07:10:46\",\"created\":\"2023-11-18 07:10:46\",\"MobileNo\":\"9022903904\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ101577918599\",\"amount\":30513.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-18T07:16:00.515\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20742043\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"1537\",\"eT\":\"320\"},\"stops\":0,\"duration\":175,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"IXB\",\"name\":\"Bagdogra Arpt\",\"cityCode\":\"IXB\",\"city\":\"Bagdogra\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-18T11:10\",\"at\":\"2023-11-18T14:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-IXB\":\"F55Z4D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Marguf\",\"lN\":\"Marguf\"},{\"pnrDetails\":{\"BLR-IXB\":\"F55Z4D\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Moh\",\"lN\":\"Sohib\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":29943.48,\"TF\":30513.6,\"TAF\":3007.6,\"BF\":27506,\"NCM\":570.12,\"IGST\":3.6},\"afC\":{\"TAF\":{\"MFT\":3.6,\"OT\":1684,\"MF\":20,\"YQ\":1300},\"NCM\":{\"TDS\":-30,\"OT\":600.12}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"936090\",\"TPSysId\":\"936091\",\"TrxId\":\"75483\",\"VersionId\":\"285042\",\"XRefBookingId\":\"DMC101577918599\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC101577918599\\\",\\\"bookingId_TJ\\\":\\\"TJ101577918599\\\",\\\"FlightNumber\\\":\\\"I5-1537\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"a43f6-01d5f-12881-5ff9c\\\",\\\"apiTraceId\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"11:10\\\",\\\"ArrivalTime\\\":\\\"14:05\\\",\\\"TravelDate\\\":\\\"2023-11-18T11:10\\\",\\\"LocalFromTime\\\":\\\"2023-11-18 11:10\\\",\\\"FromUTCTime\\\":\\\"2023-11-18T11:10\\\",\\\"LocalToTime\\\":\\\"2023-11-18 14:05\\\",\\\"ToUTCTime\\\":\\\"2023-11-18T14:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":175,\\\"DepartureDateTxt\\\":\\\"Sat, 18 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 18 Nov\\\",\\\"FlightDuration\\\":\\\"03h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"29,943\\\",\\\"ApiResultIndex\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":27506,\\\"Tax\\\":3007.6,\\\"YQTax\\\":1300,\\\"OtherCharges\\\":1684,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":30513.6,\\\"PublishedFare\\\":29943.48,\\\"PublishedFareAgent\\\":31343.48,\\\"OfferedFareAgent\\\":29943.48,\\\"OfferedFare\\\":29943.48,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5434816478_0BLRIXBI51537_83949311332998\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3007.6,\\\"TotalBaseFare\\\":30513.6,\\\"BaseFareCal\\\":29943.48,\\\"BaseFare\\\":27506,\\\"CommissionEarned\\\":570.12,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1300,\\\"AGST\\\":0,\\\"MFT\\\":3.6,\\\"OT\\\":1684,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-IXB\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":570.12,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":29943.48,\\\"CostToCustomer\\\":29943.48,\\\"BaseFareCal\\\":29943.48,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":29943.48,\\\"intOfferedFare\\\":29943.48,\\\"intPublishFare\\\":30513.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":570.12,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":570.12,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":31343.48,\\\"CostToAgent\\\":29943.48,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"177\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2023-11-18T14:05\\\",\\\"SegFlightNumber\\\":\\\"I5-1537\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-18T11:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":175,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"11:10\\\",\\\"strArrivalDtTime\\\":\\\"14:05\\\",\\\"FlightDuration\\\":\\\"2h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"177\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5434816478_0BLRIXBI51537_505131540349735\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXB\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":12.5,\\\"ARF\\\":250,\\\"CRFT\\\":9,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":1500,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":75},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":500,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":25},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-17 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ101577918599\\\",\\\"amount\\\":30513.6,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919022903904\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-18T07:16:00.515\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20742043\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirIndia Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1537\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":175,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"IXB\\\",\\\"name\\\":\\\"Bagdogra Arpt\\\",\\\"cityCode\\\":\\\"IXB\\\",\\\"city\\\":\\\"Bagdogra\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-18T11:10\\\",\\\"at\\\":\\\"2023-11-18T14:05\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"F55Z4D\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Marguf\\\",\\\"lN\\\":\\\"Marguf\\\"},{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"F55Z4D\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Moh\\\",\\\"lN\\\":\\\"Sohib\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":29943.48,\\\"TF\\\":30513.6,\\\"TAF\\\":3007.6,\\\"BF\\\":27506,\\\"NCM\\\":570.12,\\\"IGST\\\":3.6},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":3.6,\\\"OT\\\":1684,\\\"MF\\\":20,\\\"YQ\\\":1300},\\\"NCM\\\":{\\\"TDS\\\":-30,\\\"OT\\\":600.12}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"F55Z4D\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Marguf\\\",\\\"lN\\\":\\\"Marguf\\\"},{\\\"pnrDetails\\\":{\\\"BLR-IXB\\\":\\\"F55Z4D\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Moh\\\",\\\"lN\\\":\\\"Sohib\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":29943.48,\\\"NetPrice\\\":29943.48,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":29943.48,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Bengaluru (BLR)-Bagdogra (IXB)\",\"Amount\":27506,\"NetAmount\":29943.48}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC101577918599\",\"bookingId_TJ\":\"TJ101577918599\",\"FlightNumber\":\"I5-1537\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"apiTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"14:05\",\"TravelDate\":\"2023-11-18T11:10\",\"LocalFromTime\":\"2023-11-18 11:10\",\"FromUTCTime\":\"2023-11-18T11:10\",\"LocalToTime\":\"2023-11-18 14:05\",\"ToUTCTime\":\"2023-11-18T14:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sat, 18 Nov\",\"ArrivalDateTxt\":\"Sat, 18 Nov\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"29,943\",\"ApiResultIndex\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":27506,\"Tax\":3007.6,\"YQTax\":1300,\"OtherCharges\":1684,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":30513.6,\"PublishedFare\":29943.48,\"PublishedFareAgent\":31343.48,\"OfferedFareAgent\":29943.48,\"OfferedFare\":29943.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5434816478_0BLRIXBI51537_83949311332998\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":2,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3007.6,\"TotalBaseFare\":30513.6,\"BaseFareCal\":29943.48,\"BaseFare\":27506,\"CommissionEarned\":570.12,\"TDS\":0,\"MF\":20,\"YQ\":1300,\"AGST\":0,\"MFT\":3.6,\"OT\":1684,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":570.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":29943.48,\"CostToCustomer\":29943.48,\"BaseFareCal\":29943.48,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":29943.48,\"intOfferedFare\":29943.48,\"intPublishFare\":30513.6,\"TripjackMarkup\":0,\"TripjackCommission\":570.12,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":570.12,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":31343.48,\"CostToAgent\":29943.48,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"177\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-11-18T14:05\",\"SegFlightNumber\":\"I5-1537\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-18T11:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"14:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"177\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5434816478_0BLRIXBI51537_505131540349735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"ARF\":250,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACF\":1500,\"CCF\":50,\"CCFT\":9,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":500,\"CCF\":50,\"CCFT\":9,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Marguf\",\"LastName\":\"Marguf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"121\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Moh\",\"LastName\":\"Sohib\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18 07:10:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"144\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":[],\"SearchTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"18\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"departure_dateG\":[\"18\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a43f6-01d5f-12881-5ff9c\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Bagdogra\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"18 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-18 07:05:28\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-18 07:14:45'),(1695,'41315-1d089-d88cd-2107c','{\"BookingData\":[{\"bookingId\":\"BKR119877939889\",\"bookingId_TJ\":\"TJ119877939889\",\"FlightNumber\":\"HY-424\",\"AirlineName\":\"Uzbekistan Airways\",\"AirlineCode\":\"HY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"AirlineSysId\":\"529\",\"DepartureTime\":\"13:10\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-11-23T13:10\",\"LocalFromTime\":\"2023-11-23 13:10\",\"FromUTCTime\":\"2023-11-23T13:10\",\"LocalToTime\":\"2023-11-23 21:30\",\"ToUTCTime\":\"2023-11-23T21:30\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Tashkent\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":650,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"8h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18488,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DME\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25539.8,\"PublishedFareTxt\":\"25,540\",\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-DME\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Not Applicable\",\"pp\":\"BEFORE_DEPARTURE\"},{\"policyInfo\":\"Not Applicable\",\"pp\":\"AFTER_DEPARTURE\"}],\"DATECHANGE\":[{\"amount\":6325,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CRFT\":9,\"ARFT\":316.25,\"CRF\":50,\"ARF\":6325},\"pp\":\"BEFORE_DEPARTURE\"},{\"policyInfo\":\"Not Applicable\",\"fcs\":[],\"pp\":\"AFTER_DEPARTURE\"}],\"CANCELLATION\":[{\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":[],\"pp\":\"BEFORE_DEPARTURE\"},{\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":[],\"pp\":\"AFTER_DEPARTURE\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6575,\"Tax\":18964.8,\"YQTax\":11742,\"OtherCharges\":4965,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":980,\"CarrierMiscFee\":1266,\"MUFee\":0,\"intPublishedFare\":25539.8,\"PublishedFare\":25539.8,\"OfferedFare\":25539.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_15461324068159\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":18964.8,\"BaseFareCal\":25539.8,\"BaseFare\":6575,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":11742,\"AGST\":980,\"MFT\":1.8,\"OT\":4965,\"MU\":0,\"YR\":1266,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":25539.8,\"CostToCustomer\":25539.8,\"BaseFareCal\":25539.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":25539.8,\"intOfferedFare\":25539.8,\"intPublishFare\":25539.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"571\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Vostochny Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Tashkent\",\"destinationCountryName\":\"Uzbekistan\",\"destinationAirportCode\":\"TAS\",\"destinationArrTime\":\"2023-11-23T15:30\",\"SegFlightNumber\":\"HY-424\",\"AirlineCode\":\"HY\",\"AirlineName\":\"Uzbekistan Airways\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-23T13:10\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":170,\"GroundTime\":220,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:10\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Tashkent\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"572\",\"originAirportName\":\"Vostochny Arpt\",\"destinationAirportName\":\"Domodedovo Arpt\",\"originCityName\":\"Tashkent\",\"originCountryName\":\"Uzbekistan\",\"destinationCityName\":\"Moscow\",\"destinationCountryName\":\"Russian Federation\",\"destinationAirportCode\":\"DME\",\"destinationArrTime\":\"2023-11-23T21:30\",\"SegFlightNumber\":\"HY-601\",\"AirlineCode\":\"HY\",\"AirlineName\":\"Uzbekistan Airways\",\"FareClass\":\"W\",\"originAirportCode\":\"TAS\",\"originDepTime\":\"2023-11-23T19:10\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:10\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"41315-1d089-d88cd-2107c\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T12:19:28.914\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MOW\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18488,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR119877939889\",\"bookingId_TJ\":\"TJ119877939889\",\"FlightNumber\":\"HY-424\",\"AirlineName\":\"Uzbekistan Airways\",\"AirlineCode\":\"HY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"AirlineSysId\":\"529\",\"DepartureTime\":\"13:10\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-11-23T13:10\",\"LocalFromTime\":\"2023-11-23 13:10\",\"FromUTCTime\":\"2023-11-23T13:10\",\"LocalToTime\":\"2023-11-23 21:30\",\"ToUTCTime\":\"2023-11-23T21:30\",\"IsDirect\":0,\"FareClass\":\"W\",\"LAYOVERCity\":\"Tashkent\",\"GroundTime\":220,\"LAYOVERDuration\":\"3h 40m\",\"FlyingMinutes\":650,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"8h 20m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18488,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DME\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25539.8,\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"SearchFlightTraceId\":\"41315-1d089-d88cd-2107c\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T12:19:28.914\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6575,\"Tax\":18964.8,\"YQTax\":11742,\"OtherCharges\":4965,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":980,\"CarrierMiscFee\":1266,\"MUFee\":0,\"intPublishedFare\":25539.8,\"PublishedFare\":25539.8,\"OfferedFare\":25539.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":18964.8,\"BaseFareCal\":25539.8,\"BaseFare\":6575,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":11742,\"AGST\":980,\"MFT\":1.8,\"OT\":4965,\"MU\":0,\"YR\":1266,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"571\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Vostochny Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Tashkent\",\"destinationCountryName\":\"Uzbekistan\",\"destinationAirportCode\":\"TAS\",\"destinationArrTime\":\"2023-11-23T15:30\",\"SegFlightNumber\":\"HY-424\",\"AirlineCode\":\"HY\",\"AirlineName\":\"Uzbekistan Airways\",\"FareClass\":\"W\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-23T13:10\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":170,\"GroundTime\":220,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:10\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"3h 40m\",\"LAYOVERCity\":\"Tashkent\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"572\",\"originAirportName\":\"Vostochny Arpt\",\"destinationAirportName\":\"Domodedovo Arpt\",\"originCityName\":\"Tashkent\",\"originCountryName\":\"Uzbekistan\",\"destinationCityName\":\"Moscow\",\"destinationCountryName\":\"Russian Federation\",\"destinationAirportCode\":\"DME\",\"destinationArrTime\":\"2023-11-23T21:30\",\"SegFlightNumber\":\"HY-601\",\"AirlineCode\":\"HY\",\"AirlineName\":\"Uzbekistan Airways\",\"FareClass\":\"W\",\"originAirportCode\":\"TAS\",\"originDepTime\":\"2023-11-23T19:10\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:10\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0543827978_0DELTASHY424TASDMEHY601_103442085235747\",\"localFromDateTime\":\"2023-11-23 13:10\",\"localToDateTime\":\"2023-11-23 21:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DME\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18488,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Moscow\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MOW\",\"ContSysId\":\"507\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Moscow, RU - Moscow MOW, Russia\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" RU - Moscow MOW\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MOW\",\"from\":\"DEL\",\"to\":\"MOW\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Moscow, RU - Moscow MOW, Russia\",\"sourceCityId\":7701,\"destinationCityId\":18488,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"41315-1d089-d88cd-2107c\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-MOW\"}}','2023-11-18 12:17:58'),(1697,'68abb-cfe56-e508c-cea35','{\"BookingData\":[{\"bookingId\":\"BKR102277940389\",\"bookingId_TJ\":\"TJ102277940389\",\"FlightNumber\":\"S5-207\",\"AirlineName\":\"StarAir\",\"AirlineCode\":\"S5\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"AirlineSysId\":\"453\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"18:45\",\"TravelDate\":\"2023-11-20T15:30\",\"LocalFromTime\":\"2023-11-20 15:30\",\"FromUTCTime\":\"2023-11-20T15:30\",\"LocalToTime\":\"2023-11-20 18:45\",\"ToUTCTime\":\"2023-11-20T18:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Nagpur\",\"GroundTime\":30,\"LAYOVERDuration\":\"0h 30m\",\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":367,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"KQH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8241.8,\"PublishedFareTxt\":\"8,242\",\"ApiResultIndex\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-KQH\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2500,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2500,\"CRF\":50,\"ARFT\":125,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6787,\"Tax\":1454.8,\"YQTax\":0,\"OtherCharges\":1112,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":331,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8241.8,\"PublishedFare\":8016.14,\"OfferedFare\":8016.14,\"CommissionEarned\":225.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.88,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_6787122244006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":225.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1454.8,\"BaseFareCal\":8016.14,\"BaseFare\":6787,\"CommissionEarned\":225.66,\"TDS\":-11.88,\"MF\":10,\"YQ\":0,\"AGST\":331,\"MFT\":1.8,\"OT\":1112,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":225.66,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8016.14,\"CostToCustomer\":8016.14,\"BaseFareCal\":8016.14,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8016.14,\"intOfferedFare\":8016.14,\"intPublishFare\":8241.8,\"TripjackMarkup\":0,\"TripjackCommission\":225.66,\"TripjackTDS\":\"11.88\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":225.66,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"345\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-11-20T16:45\",\"SegFlightNumber\":\"S5-207\",\"AirlineCode\":\"S5\",\"AirlineName\":\"StarAir\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-20T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":30,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"16:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Nagpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"346\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Ajmer Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ajmer\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"KQH\",\"destinationArrTime\":\"2023-11-20T18:45\",\"SegFlightNumber\":\"S5-191\",\"AirlineCode\":\"S5\",\"AirlineName\":\"StarAir\",\"FareClass\":\"T\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-11-20T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"18:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"345\",\"Code\":\"VGML\",\"Price\":250,\"amount\":250,\"Description\":\"Vegetarian\\/Special Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"68abb-cfe56-e508c-cea35\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-18T12:23:58.746\",\"strTraceId\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"KQH\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":367,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102277940389\",\"bookingId_TJ\":\"TJ102277940389\",\"FlightNumber\":\"S5-207\",\"AirlineName\":\"StarAir\",\"AirlineCode\":\"S5\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"strTraceId\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"AirlineSysId\":\"453\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"18:45\",\"TravelDate\":\"2023-11-20T15:30\",\"LocalFromTime\":\"2023-11-20 15:30\",\"FromUTCTime\":\"2023-11-20T15:30\",\"LocalToTime\":\"2023-11-20 18:45\",\"ToUTCTime\":\"2023-11-20T18:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Nagpur\",\"GroundTime\":30,\"LAYOVERDuration\":\"0h 30m\",\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":367,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"KQH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8241.8,\"ApiResultIndex\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"SearchFlightTraceId\":\"68abb-cfe56-e508c-cea35\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-18T12:23:58.746\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6787,\"Tax\":1454.8,\"YQTax\":0,\"OtherCharges\":1112,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":331,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8241.8,\"PublishedFare\":8016.14,\"OfferedFare\":8016.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1454.8,\"BaseFareCal\":8016.14,\"BaseFare\":6787,\"CommissionEarned\":225.66,\"TDS\":-11.88,\"MF\":10,\"YQ\":0,\"AGST\":331,\"MFT\":1.8,\"OT\":1112,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"345\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dr Ambedkar Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Nagpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"NAG\",\"destinationArrTime\":\"2023-11-20T16:45\",\"SegFlightNumber\":\"S5-207\",\"AirlineCode\":\"S5\",\"AirlineName\":\"StarAir\",\"FareClass\":\"T\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2023-11-20T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":30,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"16:45\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Nagpur\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"},{\"segmentid\":\"346\",\"originAirportName\":\"Dr Ambedkar Intl Arpt\",\"destinationAirportName\":\"Ajmer Airport\",\"originCityName\":\"Nagpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ajmer\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"KQH\",\"destinationArrTime\":\"2023-11-20T18:45\",\"SegFlightNumber\":\"S5-191\",\"AirlineCode\":\"S5\",\"AirlineName\":\"StarAir\",\"FareClass\":\"T\",\"originAirportCode\":\"NAG\",\"originDepTime\":\"2023-11-20T17:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:15\",\"strArrivalDtTime\":\"18:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/noimage.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"29-2654490442_0HYDNAGS5207NAGKQHS5191_10345824492677\",\"localFromDateTime\":\"2023-11-20 15:30\",\"localToDateTime\":\"2023-11-20 18:45\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"KQH\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":367,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Ajmer\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"KQH\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Ajmer, IN - Ajmer Airport KQH, India\",\"departure_date\":\"20\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Ajmer Airport KQH\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"KQH\",\"from\":\"HYD\",\"to\":\"KQH\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Ajmer, IN - Ajmer Airport KQH, India\",\"sourceCityId\":12538,\"destinationCityId\":367,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"68abb-cfe56-e508c-cea35\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-KQH\"}}','2023-11-18 12:22:23'),(1699,'095c9-0b722-18b44-3a8aa','{\"BookingData\":[{\"bookingId\":\"BKR104177995462\",\"bookingId_TJ\":\"TJ104177995462\",\"FlightNumber\":\"SG-758\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-23T17:00\",\"LocalFromTime\":\"2023-11-23 17:00\",\"FromUTCTime\":\"2023-11-23T17:00\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":775,\"LAYOVERDuration\":\"12h 55m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"16h 25m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":18230.8,\"PublishedFareTxt\":\"18,231\",\"ApiResultIndex\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PAT-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3600,\"ACFT\":180},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3100,\"ACFT\":155},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16849,\"Tax\":1381.8,\"YQTax\":0,\"OtherCharges\":526,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":844,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18230.8,\"PublishedFare\":17910.67,\"OfferedFare\":17910.67,\"CommissionEarned\":320.13,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.85,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3890616726_0PATDELSG758DELSXRSG8473_58067487757528\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":320.13,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":18230.8,\"oldFare\":17862.8,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1381.8,\"BaseFareCal\":17910.67,\"BaseFare\":16849,\"CommissionEarned\":320.13,\"TDS\":-16.85,\"MF\":10,\"YQ\":0,\"AGST\":844,\"MFT\":1.8,\"OT\":526,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":320.13,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17910.67,\"CostToCustomer\":17910.67,\"BaseFareCal\":17910.67,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17910.67,\"intOfferedFare\":17910.67,\"intPublishFare\":18230.8,\"TripjackMarkup\":0,\"TripjackCommission\":320.13,\"TripjackTDS\":\"16.85\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":320.13,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"309\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T19:00\",\"SegFlightNumber\":\"SG-758\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-11-23T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":775,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"12h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"310\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"309\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"095c9-0b722-18b44-3a8aa\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-11-18T22:56:06.443\",\"strTraceId\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104177995462\",\"bookingId_TJ\":\"TJ104177995462\",\"FlightNumber\":\"SG-758\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"strTraceId\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-23T17:00\",\"LocalFromTime\":\"2023-11-23 17:00\",\"FromUTCTime\":\"2023-11-23T17:00\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":775,\"LAYOVERDuration\":\"12h 55m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"16h 25m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":18230.8,\"ApiResultIndex\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"095c9-0b722-18b44-3a8aa\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-11-18T22:56:06.443\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16849,\"Tax\":1381.8,\"YQTax\":0,\"OtherCharges\":526,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":844,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18230.8,\"PublishedFare\":17910.67,\"OfferedFare\":17910.67,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1381.8,\"BaseFareCal\":17910.67,\"BaseFare\":16849,\"CommissionEarned\":320.13,\"TDS\":-16.85,\"MF\":10,\"YQ\":0,\"AGST\":844,\"MFT\":1.8,\"OT\":526,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"309\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T19:00\",\"SegFlightNumber\":\"SG-758\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2023-11-23T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":775,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"12h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"310\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3890616726_2PATDELSG758DELSXRSG8473_44681612699521\",\"localFromDateTime\":\"2023-11-23 17:00\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Patna\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"PAT\",\"to\":\"SXR\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":20918,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"095c9-0b722-18b44-3a8aa\",\"PreferredAirline\":null,\"from_city_\":\"1__PAT-SXR\"}}','2023-11-18 22:54:30'),(1701,'0112b-5e410-c10d8-c0245','{\"BookingData\":[{\"bookingId\":\"BKR103177995600\",\"bookingId_TJ\":\"TJ103177995600\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4047537140_0DELSXRSG8473_48140986679617\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"963\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0112b-5e410-c10d8-c0245\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T22:58:41.505\",\"strTraceId\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103177995600\",\"bookingId_TJ\":\"TJ103177995600\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"strTraceId\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"0112b-5e410-c10d8-c0245\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T22:58:41.505\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"963\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-4047537140_0DELSXRSG8473_47028495366270\",\"localFromDateTime\":\"2023-11-24 07:55\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"24\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"DEL\",\"to\":\"SXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":7701,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0112b-5e410-c10d8-c0245\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-SXR\"}}','2023-11-18 22:57:05'),(1712,'c2a83-5cb39-91610-15fdb','{\"BookingData\":[{\"bookingId\":\"BKR106977995939\",\"bookingId_TJ\":\"TJ106977995939\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9716054295_0DELSXRSG8473_53498345576967\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"121\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c2a83-5cb39-91610-15fdb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:03:53.948\",\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106977995939\",\"bookingId_TJ\":\"TJ106977995939\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c2a83-5cb39-91610-15fdb\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:03:53.948\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"121\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-9716054295_0DELSXRSG8473_136256823251876\",\"localFromDateTime\":\"2023-11-24 07:55\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"24\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"DEL\",\"to\":\"SXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":7701,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c2a83-5cb39-91610-15fdb\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-SXR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi&mytrip_city_to=Srinagar&source_city=DEL&ContSysId_1=101&destination_city=SXR&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&destination=Srinagar%2C+IN+-+Srinagar+Arpt+SXR%2C+India&departure_date=24%2F11%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&to_mytrip_city=+IN+-+Srinagar+Arpt+SXR&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"afbkammakbfa55@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"6006608060\",\"FirstName\":\"Murad \",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18-23-02-55\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"122\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"937579\",\"TPSysId\":\"937580\",\"VersionId\":[\"285384\"],\"CustomerSysId\":\"546815\",\"TrxId\":\"75582\",\"FareBreakdownid\":[\"389258\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"259\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"122\",\"CustomerMemSysId\":[\"122\"],\"flight_booking_id\":[\"219\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"219\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4836.8},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"546815\",\"TPSysId\":\"937580\",\"MasterTPSysId\":\"937579\",\"ProposalID\":\"937580\\/V1\",\"InvoiceDate\":\"2023-11-18\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-11-18\",\"PaymentDate\":\"2023-11-18\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":4836.8,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4836.8,\"TotalDueAmount\":0,\"InvoiceValue\":4836.8,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-SXR-SpiceJet SG-8473\",\"ItemQty\":1,\"ItemRates\":4836.8,\"Total\":4836.8,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4836.8,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":4836.8,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-11-18 23:03:58'),(1713,'6e689-b2302-eaf53-4e5ce','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI (UNITED ARAB EMIRATES)\",\"check_in\":\"21\\/11\\/2023\",\"check_out\":\"05\\/12\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"8219\",\"TBBCityId\":\"697010\",\"destination\":\"DUBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"21\\/11\\/2023\",\"NoOfNights\":14,\"CityId\":\"697010\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-21\",\"checkoutDate\":\"2023-12-05\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"697010\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":14,\"strCheckin\":\"2023-11-21\",\"strCheckout\":\"2023-12-05\",\"SearchHotelTraceId\":\"6e689-b2302-eaf53-4e5ce\",\"interNationalSearch\":false,\"searchIds\":\"hsid0841515985\"}','2023-11-18 23:11:44'),(1717,'c686d-052af-d189b-73dea','{\"BookingData\":[{\"bookingId\":\"BKR100177997275\",\"bookingId_TJ\":\"TJ100177997275\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"PublishedFareTxt\":\"4,837\",\"ApiResultIndex\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0420189564_0DELSXRSG8473_59851462670443\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4836.8,\"CostToCustomer\":4836.8,\"BaseFareCal\":4836.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4836.8,\"intOfferedFare\":4836.8,\"intPublishFare\":4836.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"322\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c686d-052af-d189b-73dea\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:31:50.940\",\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100177997275\",\"bookingId_TJ\":\"TJ100177997275\",\"FlightNumber\":\"SG-8473\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2023-11-24T07:55\",\"LocalFromTime\":\"2023-11-24 07:55\",\"FromUTCTime\":\"2023-11-24T07:55\",\"LocalToTime\":\"2023-11-24 09:25\",\"ToUTCTime\":\"2023-11-24T09:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4836.8,\"ApiResultIndex\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"c686d-052af-d189b-73dea\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-18T23:31:50.940\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4836.8,\"PublishedFare\":4836.8,\"OfferedFare\":4836.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4836.8,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"322\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2023-11-24T09:25\",\"SegFlightNumber\":\"SG-8473\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T07:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-0420189564_0DELSXRSG8473_228991259570006\",\"localFromDateTime\":\"2023-11-24 07:55\",\"localToDateTime\":\"2023-11-24 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"220\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"122\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_id\":[\"220\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"122\",\"EmailId\":\"afbkammakbfa55@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"6006608060\",\"FirstName\":\"Murad\",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18-23-30-58\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"145\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"122\",\"EmailId\":\"afbkammakbfa55@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"6006608060\",\"FirstName\":\"Murad\",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18-23-30-58\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"c686d-052af-d189b-73dea\",\"modified\":\"2023-11-18-23-30-58\",\"created\":\"2023-11-18-23-30-58\",\"CustomerMemberSysId\":\"145\"}],\"CustomerSysId\":\"122\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_customer\":[[\"260\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Srinagar\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"departure_date\":\"24\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Srinagar Arpt SXR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SXR\",\"from\":\"DEL\",\"to\":\"SXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Srinagar, IN - Srinagar Arpt SXR, India\",\"sourceCityId\":7701,\"destinationCityId\":25897,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-24\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c686d-052af-d189b-73dea\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-SXR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"937581\",\"TPSysId\":\"937582\",\"VersionId\":[\"285386\"],\"CustomerSysId\":\"546815\",\"TrxId\":\"75583\",\"FareBreakdownid\":[\"389259\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"122\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_id\":[\"220\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"afbkammakbfa55@gmail.com\",\"FirstName\":\"Murad\",\"LastName\":\"Ali\",\"CountryCode\":\"91\",\"MobileNo\":\"6006608060\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"122\\\",\\\"EmailId\\\":\\\"afbkammakbfa55@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"6006608060\\\",\\\"FirstName\\\":\\\"Murad\\\",\\\"LastName\\\":\\\"Ali\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2023-11-18-23-30-58\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"c686d-052af-d189b-73dea\\\",\\\"modified\\\":\\\"2023-11-18-23-30-58\\\",\\\"created\\\":\\\"2023-11-18-23-30-58\\\",\\\"MobileNo\\\":\\\"6006608060\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"122\",\"EmailId\":\"afbkammakbfa55@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"6006608060\",\"FirstName\":\"Murad\",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-18-23-30-58\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"c686d-052af-d189b-73dea\",\"modified\":\"2023-11-18-23-30-58\",\"created\":\"2023-11-18-23-30-58\",\"MobileNo\":\"6006608060\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"6006608060\",\"leadEmail\":\"afbkammakbfa55@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Murad\",\"passenger-lastname-1\":\"Ali\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"101\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"c686d-052af-d189b-73dea\",\"countryCodeISO\":\"IN\"}}','2023-11-18 23:31:05'),(1718,'2a31e-51ec0-8a3c2-f5db5','{\"FlightBookingData\":[{\"EquipmentType\":\"7M8\",\"FlightNumber\":\"IX-1642\",\"SegFlightNumberArr\":\"IX-1642\",\"AirlineName\":\"Ai Express\",\"AirlineCode\":\"IX\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a31e-51ec0-8a3c2-f5db5\",\"apiTraceId\":\"22-16-7988014724_1BLRVNSIX1642_20475258401538\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-20T04:55\",\"LocalFromTime\":\"2023-11-20 04:55\",\"FromUTCTime\":\"2023-11-20T04:55\",\"LocalToTime\":\"2023-11-20 07:30\",\"ToUTCTime\":\"2023-11-20T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"SourcePlaceName\":\"Bengaluru\",\"DestPlaceName\":\"Varanasi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":40045,\"PublishedFareTxt\":\"40,044\",\"ApiResultIndex\":\"22-16-7988014724_1BLRVNSIX1642_20475258401538\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":31200,\"Tax\":9259,\"YQTax\":2750,\"OtherCharges\":4710,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":1740,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":40459,\"PublishedFare\":40044.05,\"PublishedFareAgent\":43545,\"OfferedFareAgent\":40044.05,\"OfferedFare\":40044.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7988014724_1BLRVNSIX1642_20475258401538\",\"ApiResultIndex\":\"22-16-7988014724_1BLRVNSIX1642_20475258401538\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"colors\":\"#000000\",\"SeatAvailable\":6,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":414.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":43544.05,\"CostToAgent\":40044.05,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":9259,\"TotalBaseFare\":40459,\"BaseFareCal\":40044.05,\"BaseFare\":31200,\"CommissionEarned\":414.95,\"TDS\":0,\"MF\":50,\"YQ\":2750,\"AGST\":1740,\"MFT\":9,\"OT\":4710,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":414.95,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":43544.05,\"CostToAgent\":40044.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04R\"},\"Segments\":[{\"segmentid\":\"505\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-20T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T04:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"$$hashKey\":\"04P\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02E\"}],\"apiTraceId\":\"22-16-7988014724_1BLRVNSIX1642_20475258401538\",\"SearchTraceId\":\"2a31e-51ec0-8a3c2-f5db5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"20\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"19\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2a31e-51ec0-8a3c2-f5db5\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"20 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-19 16:57:52\",\"IsChangeSearch\":1}}','2023-11-19 17:13:16'),(1725,'10b13-5d48b-2b174-5cfdc','{\"FlightBookingData\":[{\"bookingId\":\"DMC101578037061\",\"bookingId_TJ\":\"TJ101578037061\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"apiTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-20T04:55\",\"LocalFromTime\":\"2023-11-20 04:55\",\"FromUTCTime\":\"2023-11-20T04:55\",\"LocalToTime\":\"2023-11-20 07:30\",\"ToUTCTime\":\"2023-11-20T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,273\",\"ApiResultIndex\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":34310,\"Tax\":9419,\"YQTax\":2750,\"OtherCharges\":4710,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":1900,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43729,\"PublishedFare\":43272.65,\"PublishedFareAgent\":46772.65,\"OfferedFareAgent\":43272.65,\"OfferedFare\":43272.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5567957887_0BLRVNSIX1642_25608485880044\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":8,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":9419,\"TotalBaseFare\":43729,\"BaseFareCal\":43272.65,\"BaseFare\":34310,\"CommissionEarned\":456.34999999999997,\"TDS\":0,\"MF\":50,\"YQ\":2750,\"AGST\":1900,\"MFT\":9,\"OT\":4710,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":456.34999999999997,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43272.65,\"CostToCustomer\":43272.65,\"BaseFareCal\":43272.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43272.65,\"intOfferedFare\":43272.65,\"intPublishFare\":43729,\"TripjackMarkup\":0,\"TripjackCommission\":456.34999999999997,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-20T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"ACFT\":75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"ACFT\":25,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":5,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"222\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Noor jahan\",\"LastName\":\"Khatun\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"151\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Ishrot\",\"LastName\":\"Fouziya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"152\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anjum shalla\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"153\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Mohamed kasim\",\"LastName\":\"Ubaithur rahman\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"154\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anam samreen\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"155\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Noor jahan\",\"LastName\":\"Khatun\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"CustomerMemberSysId\":\"151\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Ishrot\",\"LastName\":\"Fouziya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"CustomerMemberSysId\":\"152\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anjum shalla\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"CustomerMemberSysId\":\"153\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Mohamed kasim\",\"LastName\":\"Ubaithur rahman\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"CustomerMemberSysId\":\"154\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anam samreen\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"CustomerMemberSysId\":\"155\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"151\",\"152\",\"153\",\"154\",\"155\"],\"flight_booking_customer\":[[\"266\",\"267\",\"268\",\"269\",\"270\"]],\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"20\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"20\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"20 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-19 17:13:37\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VNS\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"20\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"5\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28449],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"10b13-5d48b-2b174-5cfdc\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"VNS\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"VNS\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Varanasi\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"20 Nov Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-19 17:13:37\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2},\\\"3\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":3},\\\"4\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":4},\\\"5\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":5}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101578037061\\\",\\\"bookingId_TJ\\\":\\\"TJ101578037061\\\",\\\"FlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"10b13-5d48b-2b174-5cfdc\\\",\\\"apiTraceId\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"04:55\\\",\\\"ArrivalTime\\\":\\\"07:30\\\",\\\"TravelDate\\\":\\\"2023-11-20T04:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-20 04:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-20T04:55\\\",\\\"LocalToTime\\\":\\\"2023-11-20 07:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-20T07:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Mon, 20 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 20 Nov\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":5,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,273\\\",\\\"ApiResultIndex\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":34310,\\\"Tax\\\":9419,\\\"YQTax\\\":2750,\\\"OtherCharges\\\":4710,\\\"Discount\\\":0,\\\"ServiceFee\\\":50,\\\"ManagementFeeTax\\\":9,\\\"AirlineGSTComponent\\\":1900,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":43729,\\\"PublishedFare\\\":43272.65,\\\"PublishedFareAgent\\\":46772.65,\\\"OfferedFareAgent\\\":43272.65,\\\"OfferedFare\\\":43272.65,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5567957887_0BLRVNSIX1642_25608485880044\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3500,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3500,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"5\\\",\\\"TaxIN\\\":9419,\\\"TotalBaseFare\\\":43729,\\\"BaseFareCal\\\":43272.65,\\\"BaseFare\\\":34310,\\\"CommissionEarned\\\":456.34999999999997,\\\"TDS\\\":0,\\\"MF\\\":50,\\\"YQ\\\":2750,\\\"AGST\\\":1900,\\\"MFT\\\":9,\\\"OT\\\":4710,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3500,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":456.34999999999997,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":43272.65,\\\"CostToCustomer\\\":43272.65,\\\"BaseFareCal\\\":43272.65,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":43272.65,\\\"intOfferedFare\\\":43272.65,\\\"intPublishFare\\\":43729,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":456.34999999999997,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3500,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"591\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-20T07:30\\\",\\\"SegFlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-20T04:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"04:55\\\",\\\"strArrivalDtTime\\\":\\\"07:30\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":250,\\\"ARFT\\\":12.5,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1500,\\\"ACFT\\\":75,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":500,\\\"ACFT\\\":25,\\\"CCFT\\\":9},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":5,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"5\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"Noor jahan\",\"passenger-lastname-1\":\"Khatun\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"Ishrot\",\"passenger-lastname-2\":\"Fouziya\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"passenger-salutation-3\":\"2\",\"passenger-firstname-3\":\"Anjum shalla\",\"passenger-lastname-3\":\"Mohamed kasim\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"paxType-4\":\"1\",\"relation-4\":\"0\",\"CustomerSysId-4\":\"0\",\"passenger-salutation-4\":\"1\",\"passenger-firstname-4\":\"Mohamed kasim\",\"passenger-lastname-4\":\"Ubaithur rahman\",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"paxType-5\":\"1\",\"relation-5\":\"0\",\"CustomerSysId-5\":\"0\",\"passenger-salutation-5\":\"2\",\"passenger-firstname-5\":\"Anam samreen\",\"passenger-lastname-5\":\"Mohamed kasim\",\"passenger-nationality-5\":\"IN\",\"passenger-PassportNo-5\":\"\",\"passenger-passporIssue-5\":\"__\\/__\\/____\",\"passenger-PassportExpiry-5\":\"__\\/__\\/____\",\"SelectBaggage\":[\"\",\"\",\"\",\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"2\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Noor jahan\",\"LastName\":\"Khatun\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Noor jahan\",\"LastName\":\"Khatun\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"MobileNo\":\"9022903904\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Ishrot\",\"LastName\":\"Fouziya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"MobileNo\":\"9022903904\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anjum shalla\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"MobileNo\":\"9022903904\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Mohamed kasim\",\"LastName\":\"Ubaithur rahman\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"MobileNo\":\"9022903904\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anam samreen\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"modified\":\"2023-11-19 17:23:36\",\"created\":\"2023-11-19 17:23:36\",\"MobileNo\":\"9022903904\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ101578037061\",\"amount\":43729,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-19T17:27:16.748\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20772467\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"1642\",\"eT\":\"7M8\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-20T04:55\",\"at\":\"2023-11-20T07:30\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Noor jahan\",\"lN\":\"Khatun\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Ishrot\",\"lN\":\"Fouziya\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Anjum shalla\",\"lN\":\"Mohamed kasim\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohamed kasim\",\"lN\":\"Ubaithur rahman\"},{\"pnrDetails\":{\"BLR-VNS\":\"I8QC4X\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Anam samreen\",\"lN\":\"Mohamed kasim\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":43272.65,\"NCM\":456.35,\"IGST\":9,\"TAF\":9419,\"BF\":34310,\"TF\":43729},\"afC\":{\"NCM\":{\"TDS\":-24,\"OT\":480.35},\"TAF\":{\"YQ\":2750,\"OT\":4710,\"MF\":50,\"AGST\":1900,\"MFT\":9}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"937796\",\"TPSysId\":\"937797\",\"TrxId\":\"75620\",\"VersionId\":\"285484\",\"XRefBookingId\":\"DMC101578037061\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC101578037061\\\",\\\"bookingId_TJ\\\":\\\"TJ101578037061\\\",\\\"FlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"10b13-5d48b-2b174-5cfdc\\\",\\\"apiTraceId\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"04:55\\\",\\\"ArrivalTime\\\":\\\"07:30\\\",\\\"TravelDate\\\":\\\"2023-11-20T04:55\\\",\\\"LocalFromTime\\\":\\\"2023-11-20 04:55\\\",\\\"FromUTCTime\\\":\\\"2023-11-20T04:55\\\",\\\"LocalToTime\\\":\\\"2023-11-20 07:30\\\",\\\"ToUTCTime\\\":\\\"2023-11-20T07:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Mon, 20 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 20 Nov\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":5,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,273\\\",\\\"ApiResultIndex\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":34310,\\\"Tax\\\":9419,\\\"YQTax\\\":2750,\\\"OtherCharges\\\":4710,\\\"Discount\\\":0,\\\"ServiceFee\\\":50,\\\"ManagementFeeTax\\\":9,\\\"AirlineGSTComponent\\\":1900,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":43729,\\\"PublishedFare\\\":43272.65,\\\"PublishedFareAgent\\\":46772.65,\\\"OfferedFareAgent\\\":43272.65,\\\"OfferedFare\\\":43272.65,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-5567957887_0BLRVNSIX1642_25608485880044\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"SM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3500,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3500,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"5\\\",\\\"TaxIN\\\":9419,\\\"TotalBaseFare\\\":43729,\\\"BaseFareCal\\\":43272.65,\\\"BaseFare\\\":34310,\\\"CommissionEarned\\\":456.34999999999997,\\\"TDS\\\":0,\\\"MF\\\":50,\\\"YQ\\\":2750,\\\"AGST\\\":1900,\\\"MFT\\\":9,\\\"OT\\\":4710,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3500,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":456.34999999999997,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":43272.65,\\\"CostToCustomer\\\":43272.65,\\\"BaseFareCal\\\":43272.65,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":43272.65,\\\"intOfferedFare\\\":43272.65,\\\"intPublishFare\\\":43729,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":456.34999999999997,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":456.34999999999997,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3500,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3500,\\\"CostToAgentCustomer\\\":46772.65,\\\"CostToAgent\\\":43272.65,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"591\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-20T07:30\\\",\\\"SegFlightNumber\\\":\\\"IX-1642\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"SM\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-20T04:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"04:55\\\",\\\"strArrivalDtTime\\\":\\\"07:30\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"591\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-5567957887_1BLRVNSIX1642_39057457636607\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":250,\\\"ARFT\\\":12.5,\\\"CRF\\\":50,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":1500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":1500,\\\"ACFT\\\":75,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"26\\\"},{\\\"amount\\\":500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":500,\\\"ACFT\\\":25,\\\"CCFT\\\":9},\\\"st\\\":\\\"26\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":5,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ101578037061\\\",\\\"amount\\\":43729,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919022903904\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-19T17:27:16.748\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20772467\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"IX\\\",\\\"name\\\":\\\"AI Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1642\\\",\\\"eT\\\":\\\"7M8\\\"},\\\"stops\\\":0,\\\"duration\\\":155,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-20T04:55\\\",\\\"at\\\":\\\"2023-11-20T07:30\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Noor jahan\\\",\\\"lN\\\":\\\"Khatun\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Ishrot\\\",\\\"lN\\\":\\\"Fouziya\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Anjum shalla\\\",\\\"lN\\\":\\\"Mohamed kasim\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohamed kasim\\\",\\\"lN\\\":\\\"Ubaithur rahman\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Anam samreen\\\",\\\"lN\\\":\\\"Mohamed kasim\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"NF\\\":43272.65,\\\"NCM\\\":456.35,\\\"IGST\\\":9,\\\"TAF\\\":9419,\\\"BF\\\":34310,\\\"TF\\\":43729},\\\"afC\\\":{\\\"NCM\\\":{\\\"TDS\\\":-24,\\\"OT\\\":480.35},\\\"TAF\\\":{\\\"YQ\\\":2750,\\\"OT\\\":4710,\\\"MF\\\":50,\\\"AGST\\\":1900,\\\"MFT\\\":9}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Noor jahan\\\",\\\"lN\\\":\\\"Khatun\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Ishrot\\\",\\\"lN\\\":\\\"Fouziya\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Anjum shalla\\\",\\\"lN\\\":\\\"Mohamed kasim\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohamed kasim\\\",\\\"lN\\\":\\\"Ubaithur rahman\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"I8QC4X\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Anam samreen\\\",\\\"lN\\\":\\\"Mohamed kasim\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":43272.65,\\\"NetPrice\\\":43272.65,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":43272.65,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)\",\"Amount\":34310,\"NetAmount\":43272.65}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC101578037061\",\"bookingId_TJ\":\"TJ101578037061\",\"FlightNumber\":\"IX-1642\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"apiTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-20T04:55\",\"LocalFromTime\":\"2023-11-20 04:55\",\"FromUTCTime\":\"2023-11-20T04:55\",\"LocalToTime\":\"2023-11-20 07:30\",\"ToUTCTime\":\"2023-11-20T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 20 Nov\",\"ArrivalDateTxt\":\"Mon, 20 Nov\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,273\",\"ApiResultIndex\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":34310,\"Tax\":9419,\"YQTax\":2750,\"OtherCharges\":4710,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":1900,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43729,\"PublishedFare\":43272.65,\"PublishedFareAgent\":46772.65,\"OfferedFareAgent\":43272.65,\"OfferedFare\":43272.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5567957887_0BLRVNSIX1642_25608485880044\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":8,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":9419,\"TotalBaseFare\":43729,\"BaseFareCal\":43272.65,\"BaseFare\":34310,\"CommissionEarned\":456.34999999999997,\"TDS\":0,\"MF\":50,\"YQ\":2750,\"AGST\":1900,\"MFT\":9,\"OT\":4710,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":456.34999999999997,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43272.65,\"CostToCustomer\":43272.65,\"BaseFareCal\":43272.65,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43272.65,\"intOfferedFare\":43272.65,\"intPublishFare\":43729,\"TripjackMarkup\":0,\"TripjackCommission\":456.34999999999997,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":456.34999999999997,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3500,\"CostToAgentCustomer\":46772.65,\"CostToAgent\":43272.65,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"591\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-20T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-20T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"591\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-5567957887_1BLRVNSIX1642_39057457636607\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":1500,\"ACFT\":75,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":500,\"ACFT\":25,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":5,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Noor jahan\",\"LastName\":\"Khatun\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"151\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Ishrot\",\"LastName\":\"Fouziya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"152\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anjum shalla\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"153\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Mohamed kasim\",\"LastName\":\"Ubaithur rahman\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"154\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Anam samreen\",\"LastName\":\"Mohamed kasim\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 17:23:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"155\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"20\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"20\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"10b13-5d48b-2b174-5cfdc\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"20 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-19 17:13:37\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-19 17:25:45'),(1728,'ec3bb-c685e-4f729-f2f29','{\"FlightBookingData\":[{\"bookingId\":\"DMC114178043281\",\"bookingId_TJ\":\"TJ114178043281\",\"FlightNumber\":\"6E-1412\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"apiTraceId\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:35\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2023-11-21T02:35\",\"LocalFromTime\":\"2023-11-21 02:35\",\"FromUTCTime\":\"2023-11-21T02:35\",\"LocalToTime\":\"2023-11-21 18:25\",\"ToUTCTime\":\"2023-11-21T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":500,\"LAYOVERDuration\":\"8h 20m\",\"FlyingMinutes\":860,\"DepartureDateTxt\":\"Tue, 21 Nov\",\"ArrivalDateTxt\":\"Tue, 21 Nov\",\"FlightDuration\":\"16h 50m\",\"SourcePlaceSysId\":\"105\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"AUH\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,267\",\"ApiResultIndex\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13350,\"Tax\":4130.8,\"YQTax\":1350,\"OtherCharges\":2769,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17480.8,\"PublishedFare\":17266.81,\"PublishedFareAgent\":20266.81,\"OfferedFareAgent\":17266.81,\"OfferedFare\":17266.81,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3074189073_0AUHMAA6E1412MAABOM6E5331_39041481963966\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4130.8,\"TotalBaseFare\":17480.8,\"BaseFareCal\":17266.81,\"BaseFare\":13350,\"CommissionEarned\":213.99,\"TDS\":0,\"MF\":10,\"YQ\":1350,\"AGST\":0,\"MFT\":1.8,\"OT\":2769,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"AUH-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"30 Kg Total In 2 Piece only\"}},\"MAA-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"30 Kg Total In 2 Piece only\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":213.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17266.81,\"CostToCustomer\":17266.81,\"BaseFareCal\":17266.81,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17266.81,\"intOfferedFare\":17266.81,\"intPublishFare\":17480.8,\"TripjackMarkup\":0,\"TripjackCommission\":213.99,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":213.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":20266.81,\"CostToAgent\":17266.81,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"648\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-11-21T08:20\",\"SegFlightNumber\":\"6E-1412\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2023-11-21T02:35\",\"TripIndicator\":1,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":255,\"GroundTime\":500,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"02:35\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"4h 15m\",\"LAYOVERDuration\":\"8h 20m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal A\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPA\",\"Price\":1133,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPB\",\"Price\":2266,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPC\",\"Price\":11217,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPJ\",\"Price\":18129,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPD\",\"Price\":22661,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CPML\",\"Price\":950,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"649\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-21T18:25\",\"SegFlightNumber\":\"6E-5331\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-11-21T16:40\",\"TripIndicator\":2,\"Baggage\":\"30 Kg Total In 2 Piece only\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPA\",\"Price\":1133,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPB\",\"Price\":2266,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPC\",\"Price\":11217,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPJ\",\"Price\":18129,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"XBPD\",\"Price\":22661,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"648\",\"Code\":\"CPML\",\"Price\":950,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AUH-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"amount\":5000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARF\":5000,\"CRF\":50,\"ARFT\":250},\"st\":\"6\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":6500,\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\",\"fcs\":{\"CCFT\":18,\"ACF\":6500,\"CCF\":100,\"ACFT\":325},\"st\":\"6\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AUH\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"105\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"223\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"YOGI\",\"LastName\":\"SHUBHAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 19:29:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1997-04-29\",\"PassportNationality\":\"IN\",\"PassportNo\":\"U1905154\",\"PassportExpiry\":\"2029-11-13\",\"passporIssue\":\"2019-11-14\",\"CustomerMemberSysId\":\"156\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"YOGI\",\"LastName\":\"SHUBHAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 19:29:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1997-04-29\",\"PassportNation\":\"IN\",\"PassportNo\":\"U1905154\",\"PassportExpiry\":\"2029-11-13\",\"passporIssue\":\"2019-11-14\",\"apiTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"modified\":\"2023-11-19 19:29:49\",\"created\":\"2023-11-19 19:29:49\",\"CustomerMemberSysId\":\"156\"}],\"CustomerSysId\":\"101\",\"CustomerMemSysId\":[\"156\"],\"flight_booking_customer\":[[\"271\"]],\"SearchTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Abu Dhabi (AUH)\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"21\\/11\\/2023\",\"\"],\"source_city\":[\"AUH\"],\"ContSysId\":[\"228\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Abu Dhabi, AE - Dhabi Intl Arpt (AUH), United Arab Emirates\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\" AE - Dhabi Intl Arpt (AUH)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"22\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Abu Dhabi (AUH)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[105],\"intCountryCode\":\"AE\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"sourceCityAirportCode\":[\"AUH\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"AUH\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Abu Dhabi\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Abu Dhabi, AE - Dhabi Intl Arpt (AUH), United Arab Emirates\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"21 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-19 19:24:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Abu Dhabi (AUH)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"AUH\\\"],\\\"ContSysId\\\":[\\\"228\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Abu Dhabi, AE - Dhabi Intl Arpt (AUH), United Arab Emirates\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"from_mytrip_city\\\":[\\\" AE - Dhabi Intl Arpt (AUH)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_dateG\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Abu Dhabi (AUH)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[105],\\\"intCountryCode\\\":\\\"AE\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"ec3bb-c685e-4f729-f2f29\\\",\\\"sourceCityAirportCode\\\":[\\\"AUH\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"AUH\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"Fromlabel\\\":[\\\"Abu Dhabi\\\"],\\\"Tolabel\\\":[\\\"Mumbai\\\"],\\\"sourceCityText\\\":[\\\"Abu Dhabi, AE - Dhabi Intl Arpt (AUH), United Arab Emirates\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"21 Nov Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-19 19:24:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC114178043281\\\",\\\"bookingId_TJ\\\":\\\"TJ114178043281\\\",\\\"FlightNumber\\\":\\\"6E-1412\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"ec3bb-c685e-4f729-f2f29\\\",\\\"apiTraceId\\\":\\\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"02:35\\\",\\\"ArrivalTime\\\":\\\"18:25\\\",\\\"TravelDate\\\":\\\"2023-11-21T02:35\\\",\\\"LocalFromTime\\\":\\\"2023-11-21 02:35\\\",\\\"FromUTCTime\\\":\\\"2023-11-21T02:35\\\",\\\"LocalToTime\\\":\\\"2023-11-21 18:25\\\",\\\"ToUTCTime\\\":\\\"2023-11-21T18:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"Chennai\\\",\\\"GroundTime\\\":500,\\\"LAYOVERDuration\\\":\\\"8h 20m\\\",\\\"FlyingMinutes\\\":860,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Nov\\\",\\\"FlightDuration\\\":\\\"16h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"105\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"AUH\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"17,267\\\",\\\"ApiResultIndex\\\":\\\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":13350,\\\"Tax\\\":4130.8,\\\"YQTax\\\":1350,\\\"OtherCharges\\\":2769,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":17480.8,\\\"PublishedFare\\\":17266.81,\\\"PublishedFareAgent\\\":20266.81,\\\"OfferedFareAgent\\\":17266.81,\\\"OfferedFare\\\":17266.81,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-3074189073_0AUHMAA6E1412MAABOM6E5331_39041481963966\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":213.99,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":20266.81,\\\"CostToAgent\\\":17266.81,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":4130.8,\\\"TotalBaseFare\\\":17480.8,\\\"BaseFareCal\\\":17266.81,\\\"BaseFare\\\":13350,\\\"CommissionEarned\\\":213.99,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":1350,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":2769,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":213.99,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":20266.81,\\\"CostToAgent\\\":17266.81,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"30 Kg Total In 2 Piece only\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"AUH-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"30 Kg Total In 2 Piece only\\\"}},\\\"MAA-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"30 Kg Total In 2 Piece only\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":213.99,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":17266.81,\\\"CostToCustomer\\\":17266.81,\\\"BaseFareCal\\\":17266.81,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":17266.81,\\\"intOfferedFare\\\":17266.81,\\\"intPublishFare\\\":17480.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":213.99,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":213.99,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":20266.81,\\\"CostToAgent\\\":17266.81,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"648\\\",\\\"originAirportName\\\":\\\"Dhabi Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chennai Arpt\\\",\\\"originCityName\\\":\\\"Abu Dhabi\\\",\\\"originCountryName\\\":\\\"United Arab Emirates\\\",\\\"destinationCityName\\\":\\\"Chennai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"MAA\\\",\\\"destinationArrTime\\\":\\\"2023-11-21T08:20\\\",\\\"SegFlightNumber\\\":\\\"6E-1412\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"AUH\\\",\\\"originDepTime\\\":\\\"2023-11-21T02:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"30 Kg Total In 2 Piece only\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":255,\\\"GroundTime\\\":500,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"02:35\\\",\\\"strArrivalDtTime\\\":\\\"08:20\\\",\\\"FlightDuration\\\":\\\"4h 15m\\\",\\\"LAYOVERDuration\\\":\\\"8h 20m\\\",\\\"LAYOVERCity\\\":\\\"Chennai\\\",\\\"DepTerminal\\\":\\\"Terminal A\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":1133,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":2266,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":11217,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":18129,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":22661,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EMDK\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Eye Mask and Dental Kit\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NPLW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Neck Pillow\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BLKT\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Blanket\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":950,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"649\\\",\\\"originAirportName\\\":\\\"Chennai Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Chennai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-11-21T18:25\\\",\\\"SegFlightNumber\\\":\\\"6E-5331\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"MAA\\\",\\\"originDepTime\\\":\\\"2023-11-21T16:40\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"30 Kg Total In 2 Piece only\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"16:40\\\",\\\"strArrivalDtTime\\\":\\\"18:25\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"649\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":1133,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":2266,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":11217,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":18129,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":22661,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EMDK\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Eye Mask and Dental Kit\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NPLW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Neck Pillow\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BLKT\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Blanket\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":950,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-3074189073_3AUHMAA6E1412MAABOM6E5331_28528555692215\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"AUH-BOM\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":5000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 2,750 + Fare Difference__nls__Within 06-72 hrs: Rs 3,250 + Fare Difference__nls____bs__Ex India to South east, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 3,750 + Fare Difference__nls__Within 06-72 hrs: Rs 4,250 + Fare Difference__nls____bs__ Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 4,500 + Fare Difference__nls__Within 06-72 hrs: Rs 5,000 + Fare Difference\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":5000,\\\"CRF\\\":50,\\\"ARFT\\\":250},\\\"st\\\":\\\"6\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":6500,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 06 Hrs before scheduled departure__nls__ __bs__Ex India to Indian-Sub continent:__be____nls__Before 72 hrs: Rs 3,000__nls__Within 06-72 hrs: Rs 3,500__nls____bs__Ex India to South East, Middle East and Rest of Asia: __be____nls__Before 72 hrs: Rs 4,500__nls__Within 06-72 hrs: Rs 5,000__nls____bs__Ex India to Europe & Istanbul & Codeshare Flights: __be____nls__Before 72 hrs: Rs 6,000__nls__Within 06-72 hrs: Rs 6,500\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"ACF\\\":6500,\\\"CCF\\\":100,\\\"ACFT\\\":325},\\\"st\\\":\\\"6\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"AUH\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"105\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"EMDK\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Eye Mask and Dental Kit\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"NPLW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Neck Pillow\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"BLKT\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Blanket\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":950,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":1133,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":2266,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":11217,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":18129,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"648\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":22661,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9462269772\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"YOGI\",\"passenger-lastname-1\":\"SHUBHAM\",\"passenger-dob-1\":\"29\\/04\\/1997\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"U1905154\",\"passenger-passporIssue-1\":\"14\\/11\\/2019\",\"passenger-PassportExpiry-1\":\"13\\/11\\/2029\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"YOGI\",\"LastName\":\"SHUBHAM\",\"CountryCode\":\"91\",\"MobileNo\":\"9462269772\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"101\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9462269772\",\"FirstName\":\"YOGI\",\"LastName\":\"SHUBHAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-19 19:29:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1997-04-29\",\"PassportNation\":\"IN\",\"PassportNo\":\"U1905154\",\"PassportExpiry\":\"2029-11-13\",\"passporIssue\":\"2019-11-14\",\"apiTraceId\":\"ec3bb-c685e-4f729-f2f29\",\"modified\":\"2023-11-19 19:29:49\",\"created\":\"2023-11-19 19:29:49\",\"MobileNo\":\"9462269772\",\"B2B\":true}],\"isWheelChair\":0}','2023-11-19 19:29:49'),(1734,'8b316-cdad1-27fc4-22a0e','{\"BookingData\":[{\"bookingId\":\"BKR100878059217\",\"bookingId_TJ\":\"TJ100878059217\",\"FlightNumber\":\"6E-2086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2023-11-23T16:15\",\"LocalFromTime\":\"2023-11-23 16:15\",\"FromUTCTime\":\"2023-11-23T16:15\",\"LocalToTime\":\"2023-11-23 17:45\",\"ToUTCTime\":\"2023-11-23T17:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":10685,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4928.86,\"PublishedFareTxt\":\"4,929\",\"ApiResultIndex\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GOP-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4692.06,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4928.86,\"PublishedFare\":4928.86,\"OfferedFare\":4928.86,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"31-0154153747_0GOPDEL6E2086_38385057431185\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4928.86,\"BaseFare\":4692.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4928.86,\"CostToCustomer\":4928.86,\"BaseFareCal\":4928.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4928.86,\"intOfferedFare\":4928.86,\"intPublishFare\":4928.86,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"581\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T17:45\",\"SegFlightNumber\":\"6E-2086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2023-11-23T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8b316-cdad1-27fc4-22a0e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-20T04:52:03.892\",\"strTraceId\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":10685,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100878059217\",\"bookingId_TJ\":\"TJ100878059217\",\"FlightNumber\":\"6E-2086\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"strTraceId\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2023-11-23T16:15\",\"LocalFromTime\":\"2023-11-23 16:15\",\"FromUTCTime\":\"2023-11-23T16:15\",\"LocalToTime\":\"2023-11-23 17:45\",\"ToUTCTime\":\"2023-11-23T17:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":10685,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4928.86,\"ApiResultIndex\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8b316-cdad1-27fc4-22a0e\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-20T04:52:03.892\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4692.06,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4928.86,\"PublishedFare\":4928.86,\"OfferedFare\":4928.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"BaseFareCal\":4928.86,\"BaseFare\":4692.06,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"581\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-23T17:45\",\"SegFlightNumber\":\"6E-2086\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2023-11-23T16:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"31-0154153747_0GOPDEL6E2086_63496085901979\",\"localFromDateTime\":\"2023-11-23 16:15\",\"localToDateTime\":\"2023-11-23 17:45\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":10685,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Gorakhpur\",\"mytrip_city_to\":\"Delhi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GOP\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Gorakhpur, IN - Gorakhpur Arpt GOP, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"23\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Gorakhpur Arpt GOP\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GOP\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"GOP\",\"to\":\"DEL\",\"sourceCityText\":\"Gorakhpur, IN - Gorakhpur Arpt GOP, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":10685,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8b316-cdad1-27fc4-22a0e\",\"PreferredAirline\":null,\"from_city_\":\"1__GOP-DEL\"}}','2023-11-20 04:50:28'),(1740,'a5207-4f38e-5a220-f1c20','{\"FlightBookingData\":[{\"bookingId\":\"DMC106178107882\",\"bookingId_TJ\":\"TJ106178107882\",\"FlightNumber\":\"SG-495\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"apiTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-22T10:00\",\"LocalFromTime\":\"2023-11-22 10:00\",\"FromUTCTime\":\"2023-11-22T10:00\",\"LocalToTime\":\"2023-11-22 12:50\",\"ToUTCTime\":\"2023-11-22T12:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,787\",\"ApiResultIndex\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6400,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6786.8,\"PublishedFare\":6786.8,\"PublishedFareAgent\":7486.8,\"OfferedFareAgent\":6786.8,\"OfferedFare\":6786.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7713707936_0BLRDBRSG495_25608968713539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"TotalBaseFare\":6786.8,\"BaseFareCal\":6786.8,\"BaseFare\":6400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6786.8,\"CostToCustomer\":6786.8,\"BaseFareCal\":6786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6786.8,\"intOfferedFare\":6786.8,\"intPublishFare\":6786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"706\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Darbhanga Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-22T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-22T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-DBR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DBR\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"7546\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"225\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Aala\",\"LastName\":\"Nur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-20 16:42:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"158\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Aala\",\"LastName\":\"Nur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-20 16:42:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a5207-4f38e-5a220-f1c20\",\"modified\":\"2023-11-20 16:42:20\",\"created\":\"2023-11-20 16:42:20\",\"CustomerMemberSysId\":\"158\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"158\"],\"flight_booking_customer\":[[\"273\"]],\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"22\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"20\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5207-4f38e-5a220-f1c20\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"22 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-20 16:39:34\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a5207-4f38e-5a220-f1c20\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DBR\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Darbhanga Airport (DBR)\\\"],\\\"departure_dateG\\\":[\\\"20\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7546],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a5207-4f38e-5a220-f1c20\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DBR\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"DBR\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Darbhanga\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"22 Nov Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-20 16:39:34\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106178107882\\\",\\\"bookingId_TJ\\\":\\\"TJ106178107882\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"a5207-4f38e-5a220-f1c20\\\",\\\"apiTraceId\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"TravelDate\\\":\\\"2023-11-22T10:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-22 10:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-22T10:00\\\",\\\"LocalToTime\\\":\\\"2023-11-22 12:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-22T12:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":170,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"FlightDuration\\\":\\\"03h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"7546\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,787\\\",\\\"ApiResultIndex\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6400,\\\"Tax\\\":386.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":375,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6786.8,\\\"PublishedFare\\\":6786.8,\\\"PublishedFareAgent\\\":7486.8,\\\"OfferedFareAgent\\\":6786.8,\\\"OfferedFare\\\":6786.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-7713707936_0BLRDBRSG495_25608968713539\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":386.8,\\\"TotalBaseFare\\\":6786.8,\\\"BaseFareCal\\\":6786.8,\\\"BaseFare\\\":6400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":375,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-DBR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6786.8,\\\"CostToCustomer\\\":6786.8,\\\"BaseFareCal\\\":6786.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6786.8,\\\"intOfferedFare\\\":6786.8,\\\"intPublishFare\\\":6786.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"706\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Darbhanga Airport\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-11-22T12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-22T10:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-DBR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"DBR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"7546\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Aala\",\"passenger-lastname-1\":\"Nur\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Aala\",\"LastName\":\"Nur\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Aala\",\"LastName\":\"Nur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-20 16:42:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a5207-4f38e-5a220-f1c20\",\"modified\":\"2023-11-20 16:42:20\",\"created\":\"2023-11-20 16:42:20\",\"MobileNo\":\"9022903904\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ106178107882\",\"amount\":6786.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-11-20T16:46:34.520\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20791242\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"495\"},\"stops\":0,\"duration\":170,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DBR\",\"name\":\"Darbhanga Airport\",\"cityCode\":\"DBR\",\"city\":\"Darbhanga\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-11-22T10:00\",\"at\":\"2023-11-22T12:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aala\",\"lN\":\"Nur\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":6400,\"IGST\":1.8,\"TAF\":386.8,\"NF\":6786.8,\"TF\":6786.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"OT\":375,\"MF\":10}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"939309\",\"TPSysId\":\"939310\",\"TrxId\":\"75710\",\"VersionId\":\"285788\",\"XRefBookingId\":\"DMC106178107882\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC106178107882\\\",\\\"bookingId_TJ\\\":\\\"TJ106178107882\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"a5207-4f38e-5a220-f1c20\\\",\\\"apiTraceId\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"TravelDate\\\":\\\"2023-11-22T10:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-22 10:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-22T10:00\\\",\\\"LocalToTime\\\":\\\"2023-11-22 12:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-22T12:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":170,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Nov\\\",\\\"FlightDuration\\\":\\\"03h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"7546\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,787\\\",\\\"ApiResultIndex\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6400,\\\"Tax\\\":386.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":375,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6786.8,\\\"PublishedFare\\\":6786.8,\\\"PublishedFareAgent\\\":7486.8,\\\"OfferedFareAgent\\\":6786.8,\\\"OfferedFare\\\":6786.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-7713707936_0BLRDBRSG495_25608968713539\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":386.8,\\\"TotalBaseFare\\\":6786.8,\\\"BaseFareCal\\\":6786.8,\\\"BaseFare\\\":6400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":375,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-DBR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":6786.8,\\\"CostToCustomer\\\":6786.8,\\\"BaseFareCal\\\":6786.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":6786.8,\\\"intOfferedFare\\\":6786.8,\\\"intPublishFare\\\":6786.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":7486.8,\\\"CostToAgent\\\":6786.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"706\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Darbhanga Airport\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-11-22T12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-22T10:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-7713707936_0BLRDBRSG495_28012836574741\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-DBR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"DBR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"7546\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false,\\\"OnwardAutoTicket\\\":0},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ106178107882\\\",\\\"amount\\\":6786.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919022903904\\\"]},\\\"status\\\":\\\"PENDING\\\",\\\"createdOn\\\":\\\"2023-11-20T16:46:34.520\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20791242\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"SG\\\",\\\"name\\\":\\\"SpiceJet\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"495\\\"},\\\"stops\\\":0,\\\"duration\\\":170,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"aa\\\":{\\\"code\\\":\\\"DBR\\\",\\\"name\\\":\\\"Darbhanga Airport\\\",\\\"cityCode\\\":\\\"DBR\\\",\\\"city\\\":\\\"Darbhanga\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"dt\\\":\\\"2023-11-22T10:00\\\",\\\"at\\\":\\\"2023-11-22T12:50\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Aala\\\",\\\"lN\\\":\\\"Nur\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"BF\\\":6400,\\\"IGST\\\":1.8,\\\"TAF\\\":386.8,\\\"NF\\\":6786.8,\\\"TF\\\":6786.8},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"OT\\\":375,\\\"MF\\\":10}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Aala\\\",\\\"lN\\\":\\\"Nur\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":6786.8,\\\"NetPrice\\\":6786.8,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":6786.8,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Bengaluru (BLR)-Darbhanga (DBR)\",\"Amount\":6400,\"NetAmount\":6786.8}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC106178107882\",\"bookingId_TJ\":\"TJ106178107882\",\"FlightNumber\":\"SG-495\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"apiTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-22T10:00\",\"LocalFromTime\":\"2023-11-22 10:00\",\"FromUTCTime\":\"2023-11-22T10:00\",\"LocalToTime\":\"2023-11-22 12:50\",\"ToUTCTime\":\"2023-11-22T12:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 22 Nov\",\"ArrivalDateTxt\":\"Wed, 22 Nov\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,787\",\"ApiResultIndex\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6400,\"Tax\":386.8,\"YQTax\":0,\"OtherCharges\":375,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6786.8,\"PublishedFare\":6786.8,\"PublishedFareAgent\":7486.8,\"OfferedFareAgent\":6786.8,\"OfferedFare\":6786.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7713707936_0BLRDBRSG495_25608968713539\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"TotalBaseFare\":6786.8,\"BaseFareCal\":6786.8,\"BaseFare\":6400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6786.8,\"CostToCustomer\":6786.8,\"BaseFareCal\":6786.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6786.8,\"intOfferedFare\":6786.8,\"intPublishFare\":6786.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":7486.8,\"CostToAgent\":6786.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"706\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Darbhanga Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-22T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-22T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-7713707936_0BLRDBRSG495_28012836574741\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-DBR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DBR\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"7546\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Aala\",\"LastName\":\"Nur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-20 16:42:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"158\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"a5207-4f38e-5a220-f1c20\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"22\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"20\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5207-4f38e-5a220-f1c20\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"22 Nov Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-20 16:39:34\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-20 16:45:04'),(1741,'36fd5-144be-0918e-4d334','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"JAIPUR (INDIA)\",\"check_in\":\"21\\/11\\/2023\",\"check_out\":\"22\\/11\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12995\",\"TBBCityId\":\"739239\",\"destination\":\"JAIPUR\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"21\\/11\\/2023\",\"NoOfNights\":1,\"CityId\":\"739239\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-21\",\"checkoutDate\":\"2023-11-22\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739239\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-11-21\",\"strCheckout\":\"2023-11-22\",\"SearchHotelTraceId\":\"36fd5-144be-0918e-4d334\",\"interNationalSearch\":false,\"searchIds\":\"hsid1835803926\"}','2023-11-21 20:47:04'),(1742,'7bc75-9d88e-f774f-d32cc','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"JAIPUR (INDIA)\",\"check_in\":\"22\\/11\\/2023\",\"check_out\":\"23\\/11\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12995\",\"TBBCityId\":\"739239\",\"destination\":\"JAIPUR\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"22\\/11\\/2023\",\"NoOfNights\":1,\"CityId\":\"739239\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-11-22\",\"checkoutDate\":\"2023-11-23\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739239\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-11-22\",\"strCheckout\":\"2023-11-23\",\"SearchHotelTraceId\":\"7bc75-9d88e-f774f-d32cc\",\"interNationalSearch\":false,\"searchIds\":\"hsid9755101559\"}','2023-11-21 20:49:59'),(1743,'4ac76-f5745-4aeb8-23fac','{\"BookingData\":[{\"FlightNumber\":\"6E-2376\",\"keyIndex\":88,\"SegFlightNumberArr\":\"6E-2376 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3911380418_32DELLKO6E2376LKOBLR6E6354_57406321453396\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2023-11-23T17:30\",\"LocalFromTime\":\"2023-11-23 17:30\",\"FromUTCTime\":\"2023-11-23T17:30\",\"LocalToTime\":\"2023-11-23 22:20\",\"ToUTCTime\":\"2023-11-23T22:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Lucknow\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":290,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FlightDuration\":\"4h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5689,\"PublishedFareTxt\":\"5,689\",\"ApiResultIndex\":\"5-3911380418_32DELLKO6E2376LKOBLR6E6354_57406321452614\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"4ac76-f5745-4aeb8-23fac\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3625,\"Tax\":2113.8,\"YQTax\":0,\"OtherCharges\":2102,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5738.8,\"PublishedFare\":5689,\"PublishedFarePerPax\":5689,\"OfferedFare\":5688.87,\"CommissionEarned\":49.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.63,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3911380418_32DELLKO6E2376LKOBLR6E6354_57406321453396\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":49.93,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"LKO-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2113.8,\"BaseFareCal\":5688.87,\"BaseFare\":3625,\"CommissionEarned\":49.93,\"TDS\":-2.63,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2102,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02Y\"},\"Segments\":[{\"segmentid\":\"206\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-11-23T18:40\",\"SegFlightNumber\":\"6E-2376\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-23T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":70,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Lucknow\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"207\",\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-23T22:20\",\"SegFlightNumber\":\"6E-6354\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2023-11-23T19:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"014\"},{\"keyIndex\":80,\"FlightNumber\":\"6E-2217\",\"SegFlightNumberArr\":\"6E-2217\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"03:50\",\"TravelDate\":\"2023-11-24T01:00\",\"LocalFromTime\":\"2023-11-24 01:00\",\"FromUTCTime\":\"2023-11-24T01:00\",\"LocalToTime\":\"2023-11-24 03:50\",\"ToUTCTime\":\"2023-11-24T03:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5880,\"PublishedFareTxt\":\"5,879\",\"ApiResultIndex\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4ac76-f5745-4aeb8-23fac\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4162,\"Tax\":1774.8,\"YQTax\":650,\"OtherCharges\":1113,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5936.8,\"PublishedFare\":5880,\"PublishedFarePerPax\":5880,\"OfferedFare\":5879.47,\"CommissionEarned\":57.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1774.8,\"BaseFareCal\":5879.47,\"BaseFare\":4162,\"CommissionEarned\":57.33,\"TDS\":-3.02,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":1113,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0M0\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-24T03:50\",\"SegFlightNumber\":\"6E-2217\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-24T01:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"03:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01Y\"}],\"FlightBookingDataInbound\":{\"keyIndex\":80,\"FlightNumber\":\"6E-2217\",\"SegFlightNumberArr\":\"6E-2217\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"03:50\",\"TravelDate\":\"2023-11-24T01:00\",\"LocalFromTime\":\"2023-11-24 01:00\",\"FromUTCTime\":\"2023-11-24T01:00\",\"LocalToTime\":\"2023-11-24 03:50\",\"ToUTCTime\":\"2023-11-24T03:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Fri, 24 Nov\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5880,\"PublishedFareTxt\":\"5,879\",\"ApiResultIndex\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"4ac76-f5745-4aeb8-23fac\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4162,\"Tax\":1774.8,\"YQTax\":650,\"OtherCharges\":1113,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5936.8,\"PublishedFare\":5880,\"PublishedFarePerPax\":5880,\"OfferedFare\":5879.47,\"CommissionEarned\":57.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3911380418_0BLRDEL6E2217_57406320965016\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1774.8,\"BaseFareCal\":5879.47,\"BaseFare\":4162,\"CommissionEarned\":57.33,\"TDS\":-3.02,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":1113,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0M0\"},\"Segments\":[{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-11-24T03:50\",\"SegFlightNumber\":\"6E-2217\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-24T01:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"03:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"$$hashKey\":\"01Y\"}}','2023-11-21 22:26:43'),(1750,'9b6ed-8d270-f280e-1e2e2','{\"FlightBookingData\":[{\"ticket_id\":\"6154400_12114\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"apiTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-23 10:00\",\"LocalFromTime\":\"2023-11-23 10:00\",\"FromUTCTime\":\"2023-11-23 10:00\",\"LocalToTime\":\"2023-11-23 12:50\",\"ToUTCTime\":\"2023-11-23 12:50\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FromDate\":\"23\\/11\\/2023\",\"ToDate\":\"23\\/11\\/2023\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"SourcePlaceName\":\"Bengaluru\",\"DestPlaceName\":\"Darbhanga\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6457,\"PublishedFareTxt\":\"6,457\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-23T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-23 10:00\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"02F\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5757,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5757,\"PublishedFare\":5757,\"PublishedFareAgent\":6457,\"OfferedFareAgent\":5757,\"OfferedFare\":5757,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"9b6ed-8d270-f280e-1e2e2\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":3,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":5757,\"BaseFareCal\":5757,\"BaseFare\":5757,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5757,\"CostToCustomer\":5757,\"BaseFareCal\":5757,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5757,\"intOfferedFare\":5757,\"intPublishFare\":5757,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"02H\",\"showintax\":0,\"ExtraMarkup\":508.47457627118644,\"ExtraMarkupOnGST\":91.52542372881356},\"$$hashKey\":\"028\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}],\"flight_booking_id_Arr\":[\"226\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9582850795\",\"FirstName\":\"Ejaj\",\"LastName\":\"Ansari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-22 14:04:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"123\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"123\"],\"flight_booking_customer\":[[\"274\"]],\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"23\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"22\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"23 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-22 14:03:54\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DBR\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Darbhanga Airport (DBR)\\\"],\\\"departure_dateG\\\":[\\\"22\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7546],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DBR\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"DBR\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Darbhanga\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"23 Nov Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-22 14:03:54\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ticket_id\\\":\\\"6154400_12114\\\",\\\"api_type\\\":\\\"air_iq\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"SegFlightNumberArr\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsTJFlightAPI\\\":\\\"1\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"apiTraceId\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"TravelDate\\\":\\\"2023-11-23 10:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-23 10:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-23 10:00\\\",\\\"LocalToTime\\\":\\\"2023-11-23 12:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-23 12:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":\\\"\\\",\\\"FlyingMinutes\\\":0,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"FromDate\\\":\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"ToDate\\\":\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"SourcePlaceName\\\":\\\"Bengaluru\\\",\\\"DestPlaceName\\\":\\\"Darbhanga\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6457,\\\"PublishedFareTxt\\\":\\\"6,457\\\",\\\"ApiResultIndex\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":false,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Segments\\\":[{\\\"originAirportName\\\":\\\" Bengaluru Intl Arpt (BLR), India\\\",\\\"destinationAirportName\\\":\\\" Darbhanga Airport (DBR), India\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-11-23T12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-23 10:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"$$hashKey\\\":\\\"02F\\\"}],\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5757,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5757,\\\"PublishedFare\\\":5757,\\\"PublishedFareAgent\\\":6457,\\\"OfferedFareAgent\\\":5757,\\\"OfferedFare\\\":5757,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"ApiResultIndex\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL DEAL\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_DEAL\\\",\\\"colors\\\":\\\"#000000\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":5757,\\\"BaseFareCal\\\":5757,\\\"BaseFare\\\":5757,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\"}],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5757,\\\"CostToCustomer\\\":5757,\\\"BaseFareCal\\\":5757,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5757,\\\"intOfferedFare\\\":5757,\\\"intPublishFare\\\":5757,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"$$hashKey\\\":\\\"02H\\\"},\\\"$$hashKey\\\":\\\"028\\\",\\\"OnwardGroupPNR\\\":null,\\\"InwardGroupPNR\\\":null,\\\"OnwardGroupPNRDummy\\\":null}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9582850795\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ejaj\",\"passenger-lastname-1\":\"Ansari\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Ejaj\",\"LastName\":\"Ansari\",\"CountryCode\":\"91\",\"MobileNo\":\"9582850795\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":\"1\",\"currentcreditBalance\":\"200.00\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1,\"httpStatus\":200},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BLR-DBR\":\"HHMVFX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ejaj\",\"lN\":\"Ansari\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"MzA5MzIyMDkw\"],\"status\":\"SUCCESS\"}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"942740\",\"TPSysId\":\"942741\",\"TrxId\":\"75993\",\"VersionId\":\"286688\",\"XRefBookingId\":\"MzA5MzIyMDkw\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"ticket_id\\\":\\\"6154400_12114\\\",\\\"api_type\\\":\\\"air_iq\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"SegFlightNumberArr\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsTJFlightAPI\\\":\\\"1\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"apiTraceId\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"TravelDate\\\":\\\"2023-11-23 10:00\\\",\\\"LocalFromTime\\\":\\\"2023-11-23 10:00\\\",\\\"FromUTCTime\\\":\\\"2023-11-23 10:00\\\",\\\"LocalToTime\\\":\\\"2023-11-23 12:50\\\",\\\"ToUTCTime\\\":\\\"2023-11-23 12:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":\\\"\\\",\\\"FlyingMinutes\\\":0,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Nov\\\",\\\"FromDate\\\":\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"ToDate\\\":\\\"23\\\\\\/11\\\\\\/2023\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"SourcePlaceName\\\":\\\"Bengaluru\\\",\\\"DestPlaceName\\\":\\\"Darbhanga\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6457,\\\"PublishedFareTxt\\\":\\\"6,457\\\",\\\"ApiResultIndex\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":false,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Segments\\\":[{\\\"originAirportName\\\":\\\" Bengaluru Intl Arpt (BLR), India\\\",\\\"destinationAirportName\\\":\\\" Darbhanga Airport (DBR), India\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-11-23T12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-23 10:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"$$hashKey\\\":\\\"02F\\\"}],\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5757,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5757,\\\"PublishedFare\\\":5757,\\\"PublishedFareAgent\\\":6457,\\\"OfferedFareAgent\\\":5757,\\\"OfferedFare\\\":5757,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"ApiResultIndex\\\":\\\"9b6ed-8d270-f280e-1e2e2\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL DEAL\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_DEAL\\\",\\\"colors\\\":\\\"#000000\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":5757,\\\"BaseFareCal\\\":5757,\\\"BaseFare\\\":5757,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\"}],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5757,\\\"CostToCustomer\\\":5757,\\\"BaseFareCal\\\":5757,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5757,\\\"intOfferedFare\\\":5757,\\\"intPublishFare\\\":5757,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6457,\\\"CostToAgent\\\":5757,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"$$hashKey\\\":\\\"02H\\\"},\\\"$$hashKey\\\":\\\"028\\\",\\\"OnwardGroupPNR\\\":null,\\\"InwardGroupPNR\\\":null,\\\"OnwardGroupPNRDummy\\\":null},\\\"response\\\":{\\\"status\\\":{\\\"success\\\":1,\\\"httpStatus\\\":200},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-DBR\\\":\\\"HHMVFX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Ejaj\\\",\\\"lN\\\":\\\"Ansari\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]}},\\\"order\\\":{\\\"bookingId\\\":[\\\"MzA5MzIyMDkw\\\"],\\\"status\\\":\\\"SUCCESS\\\"}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-DBR\\\":\\\"HHMVFX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Ejaj\\\",\\\"lN\\\":\\\"Ansari\\\",\\\"id\\\":\\\"1\\\",\\\"DOB\\\":\\\"\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5757,\\\"NetPrice\\\":5757,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5757,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Bengaluru (BLR)-Darbhanga (DBR)\",\"Amount\":5757,\"NetAmount\":5757}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"ticket_id\":\"6154400_12114\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"apiTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2023-11-23 10:00\",\"LocalFromTime\":\"2023-11-23 10:00\",\"FromUTCTime\":\"2023-11-23 10:00\",\"LocalToTime\":\"2023-11-23 12:50\",\"ToUTCTime\":\"2023-11-23 12:50\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Thu, 23 Nov\",\"ArrivalDateTxt\":\"Thu, 23 Nov\",\"FromDate\":\"23\\/11\\/2023\",\"ToDate\":\"23\\/11\\/2023\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"SourcePlaceName\":\"Bengaluru\",\"DestPlaceName\":\"Darbhanga\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6457,\"PublishedFareTxt\":\"6,457\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-11-23T12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-23 10:00\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"02F\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5757,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5757,\"PublishedFare\":5757,\"PublishedFareAgent\":6457,\"OfferedFareAgent\":5757,\"OfferedFare\":5757,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"9b6ed-8d270-f280e-1e2e2\",\"ApiResultIndex\":\"9b6ed-8d270-f280e-1e2e2\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":3,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":5757,\"BaseFareCal\":5757,\"BaseFare\":5757,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5757,\"CostToCustomer\":5757,\"BaseFareCal\":5757,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5757,\"intOfferedFare\":5757,\"intPublishFare\":5757,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6457,\"CostToAgent\":5757,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"02H\"},\"$$hashKey\":\"028\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9582850795\",\"FirstName\":\"Ejaj\",\"LastName\":\"Ansari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-22 14:04:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"123\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"23\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"22\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9b6ed-8d270-f280e-1e2e2\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"23 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-22 14:03:54\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-22 14:21:46'),(1756,'e6ff8-43224-a1f5d-c3d85','{\"FlightBookingData\":[{\"bookingId\":\"DMC107378375384\",\"bookingId_TJ\":\"TJ107378375384\",\"FlightNumber\":\"6E-5351\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"apiTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-25T15:10\",\"LocalFromTime\":\"2023-11-25 15:10\",\"FromUTCTime\":\"2023-11-25T15:10\",\"LocalToTime\":\"2023-11-25 16:55\",\"ToUTCTime\":\"2023-11-25T16:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,851\",\"ApiResultIndex\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8920,\"Tax\":3053.6,\"YQTax\":800,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":496,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11973.6,\"PublishedFare\":11850.72,\"PublishedFareAgent\":13250.72,\"OfferedFareAgent\":11850.72,\"OfferedFare\":11850.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2538533671_0BLRBOM6E5351_198743616565816\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3053.6,\"TotalBaseFare\":11973.6,\"BaseFareCal\":11850.72,\"BaseFare\":8920,\"CommissionEarned\":122.88,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":496,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":122.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11850.72,\"CostToCustomer\":11850.72,\"BaseFareCal\":11850.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11850.72,\"intOfferedFare\":11850.72,\"intPublishFare\":11973.6,\"TripjackMarkup\":0,\"TripjackCommission\":122.88,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T16:55\",\"SegFlightNumber\":\"6E-5351\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-25T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"227\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"124\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"159\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"modified\":\"2023-11-23 15:31:02\",\"created\":\"2023-11-23 15:31:02\",\"CustomerMemberSysId\":\"159\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"124\",\"159\"],\"flight_booking_customer\":[[\"275\",\"276\"]],\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"25\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"28\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"BLR\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-23 15:28:20\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_dateG\\\":[\\\"28\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-25\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e6ff8-43224-a1f5d-c3d85\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Mumbai\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"25 Nov Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-23 15:28:20\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107378375384\\\",\\\"bookingId_TJ\\\":\\\"TJ107378375384\\\",\\\"FlightNumber\\\":\\\"6E-5351\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"e6ff8-43224-a1f5d-c3d85\\\",\\\"apiTraceId\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"15:10\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2023-11-25T15:10\\\",\\\"LocalFromTime\\\":\\\"2023-11-25 15:10\\\",\\\"FromUTCTime\\\":\\\"2023-11-25T15:10\\\",\\\"LocalToTime\\\":\\\"2023-11-25 16:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-25T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"11,851\\\",\\\"ApiResultIndex\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8920,\\\"Tax\\\":3053.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":1734,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":496,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11973.6,\\\"PublishedFare\\\":11850.72,\\\"PublishedFareAgent\\\":13250.72,\\\"OfferedFareAgent\\\":11850.72,\\\"OfferedFare\\\":11850.72,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-2538533671_0BLRBOM6E5351_198743616565816\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3053.6,\\\"TotalBaseFare\\\":11973.6,\\\"BaseFareCal\\\":11850.72,\\\"BaseFare\\\":8920,\\\"CommissionEarned\\\":122.88,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":496,\\\"MFT\\\":3.6,\\\"OT\\\":1734,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":122.88,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":11850.72,\\\"CostToCustomer\\\":11850.72,\\\"BaseFareCal\\\":11850.72,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":11850.72,\\\"intOfferedFare\\\":11850.72,\\\"intPublishFare\\\":11973.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":122.88,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"553\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-11-25T16:55\\\",\\\"SegFlightNumber\\\":\\\"6E-5351\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-25T15:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"15:10\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-BOM\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-24 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9845411561\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMED\",\"passenger-lastname-1\":\"SALEEMUDDIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"RESHMA\",\"passenger-lastname-2\":\"RESHMA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"CountryCode\":\"91\",\"MobileNo\":\"9845411561\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"modified\":\"2023-11-23 15:31:02\",\"created\":\"2023-11-23 15:31:02\",\"MobileNo\":\"9845411561\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ107378375384\",\"amount\":11973.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919845411561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-23T15:34:48.808\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20861650\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5351\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-11-25T15:10\",\"at\":\"2023-11-25T16:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-BOM\":\"H2YIGX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED\",\"lN\":\"SALEEMUDDIN\"},{\"pnrDetails\":{\"BLR-BOM\":\"H2YIGX\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RESHMA\",\"lN\":\"RESHMA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3053.6,\"NCM\":122.88,\"BF\":8920,\"TF\":11973.6,\"IGST\":3.6,\"NF\":11850.72},\"afC\":{\"TAF\":{\"OT\":1734,\"MF\":20,\"AGST\":496,\"YQ\":800,\"MFT\":3.6},\"NCM\":{\"OT\":129.34,\"TDS\":-6.46}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"944760\",\"TPSysId\":\"944761\",\"TrxId\":\"76121\",\"VersionId\":\"287186\",\"XRefBookingId\":\"DMC107378375384\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC107378375384\\\",\\\"bookingId_TJ\\\":\\\"TJ107378375384\\\",\\\"FlightNumber\\\":\\\"6E-5351\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"e6ff8-43224-a1f5d-c3d85\\\",\\\"apiTraceId\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"15:10\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2023-11-25T15:10\\\",\\\"LocalFromTime\\\":\\\"2023-11-25 15:10\\\",\\\"FromUTCTime\\\":\\\"2023-11-25T15:10\\\",\\\"LocalToTime\\\":\\\"2023-11-25 16:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-25T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Nov\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"11,851\\\",\\\"ApiResultIndex\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8920,\\\"Tax\\\":3053.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":1734,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":496,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11973.6,\\\"PublishedFare\\\":11850.72,\\\"PublishedFareAgent\\\":13250.72,\\\"OfferedFareAgent\\\":11850.72,\\\"OfferedFare\\\":11850.72,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-2538533671_0BLRBOM6E5351_198743616565816\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3053.6,\\\"TotalBaseFare\\\":11973.6,\\\"BaseFareCal\\\":11850.72,\\\"BaseFare\\\":8920,\\\"CommissionEarned\\\":122.88,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":496,\\\"MFT\\\":3.6,\\\"OT\\\":1734,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":122.88,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":11850.72,\\\"CostToCustomer\\\":11850.72,\\\"BaseFareCal\\\":11850.72,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":11850.72,\\\"intOfferedFare\\\":11850.72,\\\"intPublishFare\\\":11973.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":122.88,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":122.88,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":13250.72,\\\"CostToAgent\\\":11850.72,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"553\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2023-11-25T16:55\\\",\\\"SegFlightNumber\\\":\\\"6E-5351\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-25T15:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"15:10\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"553\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-2538533671_7BLRBOM6E5351_22666957169841\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-BOM\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-24 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ107378375384\\\",\\\"amount\\\":11973.6,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919845411561\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-23T15:34:48.808\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20861650\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"5351\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":105,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BOM\\\",\\\"name\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"cityCode\\\":\\\"BOM\\\",\\\"city\\\":\\\"Mumbai\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"dt\\\":\\\"2023-11-25T15:10\\\",\\\"at\\\":\\\"2023-11-25T16:55\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-BOM\\\":\\\"H2YIGX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMED\\\",\\\"lN\\\":\\\"SALEEMUDDIN\\\"},{\\\"pnrDetails\\\":{\\\"BLR-BOM\\\":\\\"H2YIGX\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RESHMA\\\",\\\"lN\\\":\\\"RESHMA\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TAF\\\":3053.6,\\\"NCM\\\":122.88,\\\"BF\\\":8920,\\\"TF\\\":11973.6,\\\"IGST\\\":3.6,\\\"NF\\\":11850.72},\\\"afC\\\":{\\\"TAF\\\":{\\\"OT\\\":1734,\\\"MF\\\":20,\\\"AGST\\\":496,\\\"YQ\\\":800,\\\"MFT\\\":3.6},\\\"NCM\\\":{\\\"OT\\\":129.34,\\\"TDS\\\":-6.46}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-BOM\\\":\\\"H2YIGX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMED\\\",\\\"lN\\\":\\\"SALEEMUDDIN\\\"},{\\\"pnrDetails\\\":{\\\"BLR-BOM\\\":\\\"H2YIGX\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RESHMA\\\",\\\"lN\\\":\\\"RESHMA\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":11850.72,\\\"NetPrice\\\":11850.72,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":11850.72,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Mumbai (BOM)\",\"Amount\":8920,\"NetAmount\":11850.72}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC107378375384\",\"bookingId_TJ\":\"TJ107378375384\",\"FlightNumber\":\"6E-5351\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"apiTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:10\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-11-25T15:10\",\"LocalFromTime\":\"2023-11-25 15:10\",\"FromUTCTime\":\"2023-11-25T15:10\",\"LocalToTime\":\"2023-11-25 16:55\",\"ToUTCTime\":\"2023-11-25T16:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sat, 25 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,851\",\"ApiResultIndex\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8920,\"Tax\":3053.6,\"YQTax\":800,\"OtherCharges\":1734,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":496,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11973.6,\"PublishedFare\":11850.72,\"PublishedFareAgent\":13250.72,\"OfferedFareAgent\":11850.72,\"OfferedFare\":11850.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2538533671_0BLRBOM6E5351_198743616565816\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3053.6,\"TotalBaseFare\":11973.6,\"BaseFareCal\":11850.72,\"BaseFare\":8920,\"CommissionEarned\":122.88,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":496,\"MFT\":3.6,\"OT\":1734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":122.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11850.72,\"CostToCustomer\":11850.72,\"BaseFareCal\":11850.72,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11850.72,\"intOfferedFare\":11850.72,\"intPublishFare\":11973.6,\"TripjackMarkup\":0,\"TripjackCommission\":122.88,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":122.88,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":13250.72,\"CostToAgent\":11850.72,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"553\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-11-25T16:55\",\"SegFlightNumber\":\"6E-5351\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-25T15:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:10\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"553\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-2538533671_7BLRBOM6E5351_22666957169841\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"124\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:31:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"159\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"25\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_dateG\":[\"28\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e6ff8-43224-a1f5d-c3d85\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"BLR\"],\"to\":[\"BOM\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Mumbai\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"25 Nov Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-23 15:28:20\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-23 15:33:17'),(1762,'73922-83a23-d362c-a4fb4','{\"FlightBookingData\":[{\"bookingId\":\"DMC103378376090\",\"bookingId_TJ\":\"TJ103378376090\",\"FlightNumber\":\"QP-1105\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"apiTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-11-28T14:15\",\"LocalFromTime\":\"2023-11-28 14:15\",\"FromUTCTime\":\"2023-11-28T14:15\",\"LocalToTime\":\"2023-11-28 15:55\",\"ToUTCTime\":\"2023-11-28T15:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,748\",\"ApiResultIndex\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3766,\"Tax\":2021.6,\"YQTax\":800,\"OtherCharges\":958,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.6,\"PublishedFare\":5748.26,\"PublishedFareAgent\":7148.26,\"OfferedFareAgent\":5748.26,\"OfferedFare\":5748.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5152019232_0BOMBLRQP1105_27043402659005\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":3,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2021.6,\"TotalBaseFare\":5787.6,\"BaseFareCal\":5748.26,\"BaseFare\":3766,\"CommissionEarned\":39.34,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":240,\"MFT\":3.6,\"OT\":958,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5748.26,\"CostToCustomer\":5748.26,\"BaseFareCal\":5748.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5748.26,\"intOfferedFare\":5748.26,\"intPublishFare\":5787.6,\"TripjackMarkup\":0,\"TripjackCommission\":39.34,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-28T15:55\",\"SegFlightNumber\":\"QP-1105\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-28T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3350,\"ARFT\":167.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2850,\"ARFT\":142.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"228\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"160\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"161\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"73922-83a23-d362c-a4fb4\",\"modified\":\"2023-11-23 15:36:09\",\"created\":\"2023-11-23 15:36:09\",\"CustomerMemberSysId\":\"160\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"73922-83a23-d362c-a4fb4\",\"modified\":\"2023-11-23 15:36:09\",\"created\":\"2023-11-23 15:36:09\",\"CustomerMemberSysId\":\"161\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"160\",\"161\"],\"flight_booking_customer\":[[\"277\",\"278\"]],\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"28\\/11\\/2023\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"23\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"73922-83a23-d362c-a4fb4\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"BOM\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Mumbai\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-23 15:34:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"73922-83a23-d362c-a4fb4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"23\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-28\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"73922-83a23-d362c-a4fb4\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Mumbai\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"28 Nov Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-23 15:34:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103378376090\\\",\\\"bookingId_TJ\\\":\\\"TJ103378376090\\\",\\\"FlightNumber\\\":\\\"QP-1105\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"73922-83a23-d362c-a4fb4\\\",\\\"apiTraceId\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:55\\\",\\\"TravelDate\\\":\\\"2023-11-28T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-28 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-28T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-28 15:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-28T15:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Nov\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,748\\\",\\\"ApiResultIndex\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3766,\\\"Tax\\\":2021.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":958,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":240,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5787.6,\\\"PublishedFare\\\":5748.26,\\\"PublishedFareAgent\\\":7148.26,\\\"OfferedFareAgent\\\":5748.26,\\\"OfferedFare\\\":5748.26,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"30-5152019232_0BOMBLRQP1105_27043402659005\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SALE\\\",\\\"fareIdentifierSP\\\":\\\"SALE\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"SP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2021.6,\\\"TotalBaseFare\\\":5787.6,\\\"BaseFareCal\\\":5748.26,\\\"BaseFare\\\":3766,\\\"CommissionEarned\\\":39.34,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":240,\\\"MFT\\\":3.6,\\\"OT\\\":958,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BOM-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":39.34,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5748.26,\\\"CostToCustomer\\\":5748.26,\\\"BaseFareCal\\\":5748.26,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5748.26,\\\"intOfferedFare\\\":5748.26,\\\"intPublishFare\\\":5787.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":39.34,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"405\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-11-28T15:55\\\",\\\"SegFlightNumber\\\":\\\"QP-1105\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"SP\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2023-11-28T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:55\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal T1\\\",\\\"ArrTerminal\\\":\\\"Terminal T1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-BLR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3350,\\\"ARFT\\\":167.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2850,\\\"ARFT\\\":142.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"ACF\\\":3600,\\\"ACFT\\\":180,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"ACF\\\":3100,\\\"ACFT\\\":155,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9845411561\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMED\",\"passenger-lastname-1\":\"SALEEMUDDIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"RESHMA\",\"passenger-lastname-2\":\"RESHMA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"CountryCode\":\"91\",\"MobileNo\":\"9845411561\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"73922-83a23-d362c-a4fb4\",\"modified\":\"2023-11-23 15:36:09\",\"created\":\"2023-11-23 15:36:09\",\"MobileNo\":\"9845411561\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"73922-83a23-d362c-a4fb4\",\"modified\":\"2023-11-23 15:36:09\",\"created\":\"2023-11-23 15:36:09\",\"MobileNo\":\"9845411561\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ103378376090\",\"amount\":5787.6,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919845411561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-23T15:39:54.300\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20861821\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1105\",\"eT\":\"7MZ\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"dt\":\"2023-11-28T14:15\",\"at\":\"2023-11-28T15:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-BLR\":\"K1SLQL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED\",\"lN\":\"SALEEMUDDIN\"},{\"pnrDetails\":{\"BOM-BLR\":\"K1SLQL\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RESHMA\",\"lN\":\"RESHMA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":2021.6,\"IGST\":3.6,\"NCM\":39.34,\"TF\":5787.6,\"NF\":5748.26,\"BF\":3766},\"afC\":{\"TAF\":{\"MFT\":3.6,\"OT\":958,\"YQ\":800,\"AGST\":240,\"MF\":20},\"NCM\":{\"OT\":41.42,\"TDS\":-2.08}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"944776\",\"TPSysId\":\"944777\",\"TrxId\":\"76122\",\"VersionId\":\"287191\",\"XRefBookingId\":\"DMC103378376090\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC103378376090\\\",\\\"bookingId_TJ\\\":\\\"TJ103378376090\\\",\\\"FlightNumber\\\":\\\"QP-1105\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"73922-83a23-d362c-a4fb4\\\",\\\"apiTraceId\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"14:15\\\",\\\"ArrivalTime\\\":\\\"15:55\\\",\\\"TravelDate\\\":\\\"2023-11-28T14:15\\\",\\\"LocalFromTime\\\":\\\"2023-11-28 14:15\\\",\\\"FromUTCTime\\\":\\\"2023-11-28T14:15\\\",\\\"LocalToTime\\\":\\\"2023-11-28 15:55\\\",\\\"ToUTCTime\\\":\\\"2023-11-28T15:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Nov\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,748\\\",\\\"ApiResultIndex\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3766,\\\"Tax\\\":2021.6,\\\"YQTax\\\":800,\\\"OtherCharges\\\":958,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":240,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5787.6,\\\"PublishedFare\\\":5748.26,\\\"PublishedFareAgent\\\":7148.26,\\\"OfferedFareAgent\\\":5748.26,\\\"OfferedFare\\\":5748.26,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"30-5152019232_0BOMBLRQP1105_27043402659005\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SALE\\\",\\\"fareIdentifierSP\\\":\\\"SALE\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"SP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2021.6,\\\"TotalBaseFare\\\":5787.6,\\\"BaseFareCal\\\":5748.26,\\\"BaseFare\\\":3766,\\\"CommissionEarned\\\":39.34,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":800,\\\"AGST\\\":240,\\\"MFT\\\":3.6,\\\"OT\\\":958,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BOM-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":39.34,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5748.26,\\\"CostToCustomer\\\":5748.26,\\\"BaseFareCal\\\":5748.26,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5748.26,\\\"intOfferedFare\\\":5748.26,\\\"intPublishFare\\\":5787.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":39.34,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":39.34,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":7148.26,\\\"CostToAgent\\\":5748.26,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"405\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-11-28T15:55\\\",\\\"SegFlightNumber\\\":\\\"QP-1105\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"SP\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2023-11-28T14:15\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:55\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal T1\\\",\\\"ArrTerminal\\\":\\\"Terminal T1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"405\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-5152019232_1BOMBLRQP1105_19788648746259\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-BLR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3350,\\\"ARFT\\\":167.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":2850,\\\"ARFT\\\":142.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"ACF\\\":3600,\\\"ACFT\\\":180,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"ACF\\\":3100,\\\"ACFT\\\":155,\\\"CCF\\\":50,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ103378376090\\\",\\\"amount\\\":5787.6,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919845411561\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-23T15:39:54.300\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20861821\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"QP\\\",\\\"name\\\":\\\"Akasa Air\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1105\\\",\\\"eT\\\":\\\"7MZ\\\"},\\\"stops\\\":0,\\\"duration\\\":100,\\\"da\\\":{\\\"code\\\":\\\"BOM\\\",\\\"name\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"cityCode\\\":\\\"BOM\\\",\\\"city\\\":\\\"Mumbai\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal T1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal T1\\\"},\\\"dt\\\":\\\"2023-11-28T14:15\\\",\\\"at\\\":\\\"2023-11-28T15:55\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BOM-BLR\\\":\\\"K1SLQL\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMED\\\",\\\"lN\\\":\\\"SALEEMUDDIN\\\"},{\\\"pnrDetails\\\":{\\\"BOM-BLR\\\":\\\"K1SLQL\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RESHMA\\\",\\\"lN\\\":\\\"RESHMA\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TAF\\\":2021.6,\\\"IGST\\\":3.6,\\\"NCM\\\":39.34,\\\"TF\\\":5787.6,\\\"NF\\\":5748.26,\\\"BF\\\":3766},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":3.6,\\\"OT\\\":958,\\\"YQ\\\":800,\\\"AGST\\\":240,\\\"MF\\\":20},\\\"NCM\\\":{\\\"OT\\\":41.42,\\\"TDS\\\":-2.08}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BOM-BLR\\\":\\\"K1SLQL\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMED\\\",\\\"lN\\\":\\\"SALEEMUDDIN\\\"},{\\\"pnrDetails\\\":{\\\"BOM-BLR\\\":\\\"K1SLQL\\\"},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RESHMA\\\",\\\"lN\\\":\\\"RESHMA\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5748.26,\\\"NetPrice\\\":5748.26,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5748.26,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Mumbai (BOM)-Bengaluru (BLR)\",\"Amount\":3766,\"NetAmount\":5748.26}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC103378376090\",\"bookingId_TJ\":\"TJ103378376090\",\"FlightNumber\":\"QP-1105\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"apiTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-11-28T14:15\",\"LocalFromTime\":\"2023-11-28 14:15\",\"FromUTCTime\":\"2023-11-28T14:15\",\"LocalToTime\":\"2023-11-28 15:55\",\"ToUTCTime\":\"2023-11-28T15:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 28 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,748\",\"ApiResultIndex\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3766,\"Tax\":2021.6,\"YQTax\":800,\"OtherCharges\":958,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":240,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5787.6,\"PublishedFare\":5748.26,\"PublishedFareAgent\":7148.26,\"OfferedFareAgent\":5748.26,\"OfferedFare\":5748.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-5152019232_0BOMBLRQP1105_27043402659005\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"fareIdentifierSP\":\"SALE\",\"SeatAvailable\":3,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2021.6,\"TotalBaseFare\":5787.6,\"BaseFareCal\":5748.26,\"BaseFare\":3766,\"CommissionEarned\":39.34,\"TDS\":0,\"MF\":20,\"YQ\":800,\"AGST\":240,\"MFT\":3.6,\"OT\":958,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":39.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5748.26,\"CostToCustomer\":5748.26,\"BaseFareCal\":5748.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5748.26,\"intOfferedFare\":5748.26,\"intPublishFare\":5787.6,\"TripjackMarkup\":0,\"TripjackCommission\":39.34,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":39.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":7148.26,\"CostToAgent\":5748.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"405\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-28T15:55\",\"SegFlightNumber\":\"QP-1105\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-11-28T14:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC03\",\"Price\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC20\",\"Price\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOP\",\"Price\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PBHL\",\"Price\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVNO\",\"Price\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVBY\",\"Price\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PUPM\",\"Price\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPOH\",\"Price\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PPAS\",\"Price\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNNO\",\"Price\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PCAS\",\"Price\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PALM\",\"Price\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVMC\",\"Price\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PVKD\",\"Price\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNKD\",\"Price\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PNCC\",\"Price\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"405\",\"Code\":\"PDCT\",\"Price\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-5152019232_1BOMBLRQP1105_19788648746259\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3350,\"ARFT\":167.5,\"CRFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2850,\"ARFT\":142.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9845411561\",\"FirstName\":\"MOHAMMED\",\"LastName\":\"SALEEMUDDIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"160\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"124\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9845411561\",\"FirstName\":\"RESHMA\",\"LastName\":\"RESHMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-23 15:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"161\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"73922-83a23-d362c-a4fb4\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"28\\/11\\/2023\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"23\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"73922-83a23-d362c-a4fb4\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"BOM\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Mumbai\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Nov Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-23 15:34:24\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-23 15:38:23'),(1764,'35150-01b6b-0357d-e99d1','{\"BookingData\":[{\"bookingId\":\"BKR108178392776\",\"bookingId_TJ\":\"TJ108178392776\",\"FlightNumber\":\"I5-761\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2024-01-14T07:10\",\"LocalFromTime\":\"2024-01-14 07:10\",\"FromUTCTime\":\"2024-01-14T07:10\",\"LocalToTime\":\"2024-01-14 09:05\",\"ToUTCTime\":\"2024-01-14T09:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Sun, 14 Jan\",\"ArrivalDateTxt\":\"Sun, 14 Jan\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5457.8,\"PublishedFareTxt\":\"5,458\",\"ApiResultIndex\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"ACFT\":75,\"CCF\":50,\"ACF\":1500,\"CCFT\":9},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCF\":50,\"ACF\":500,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4275,\"Tax\":1182.8,\"YQTax\":400,\"OtherCharges\":529,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":242,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5457.8,\"PublishedFare\":5400.94,\"OfferedFare\":5400.94,\"CommissionEarned\":56.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.99,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1183530619_0BOMJAII5761_24799538024081\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":56.86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1182.8,\"BaseFareCal\":5400.94,\"BaseFare\":4275,\"CommissionEarned\":56.86,\"TDS\":-2.99,\"MF\":10,\"YQ\":400,\"AGST\":242,\"MFT\":1.8,\"OT\":529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":56.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5400.94,\"CostToCustomer\":5400.94,\"BaseFareCal\":5400.94,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5400.94,\"intOfferedFare\":5400.94,\"intPublishFare\":5457.8,\"TripjackMarkup\":0,\"TripjackCommission\":56.86,\"TripjackTDS\":\"2.99\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":56.86,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"608\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-14T09:05\",\"SegFlightNumber\":\"I5-761\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-14T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"35150-01b6b-0357d-e99d1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-23T18:11:35.072\",\"strTraceId\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108178392776\",\"bookingId_TJ\":\"TJ108178392776\",\"FlightNumber\":\"I5-761\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"strTraceId\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2024-01-14T07:10\",\"LocalFromTime\":\"2024-01-14 07:10\",\"FromUTCTime\":\"2024-01-14T07:10\",\"LocalToTime\":\"2024-01-14 09:05\",\"ToUTCTime\":\"2024-01-14T09:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Sun, 14 Jan\",\"ArrivalDateTxt\":\"Sun, 14 Jan\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5457.8,\"ApiResultIndex\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"35150-01b6b-0357d-e99d1\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-23T18:11:35.072\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4275,\"Tax\":1182.8,\"YQTax\":400,\"OtherCharges\":529,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":242,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5457.8,\"PublishedFare\":5400.94,\"OfferedFare\":5400.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1182.8,\"BaseFareCal\":5400.94,\"BaseFare\":4275,\"CommissionEarned\":56.86,\"TDS\":-2.99,\"MF\":10,\"YQ\":400,\"AGST\":242,\"MFT\":1.8,\"OT\":529,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"608\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-14T09:05\",\"SegFlightNumber\":\"I5-761\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-14T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-1183530619_0BOMJAII5761_26482666679208\",\"localFromDateTime\":\"2024-01-14 07:10\",\"localToDateTime\":\"2024-01-14 09:05\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"14\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BOM\",\"to\":\"JAI\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":18676,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"35150-01b6b-0357d-e99d1\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-JAI\"}}','2023-11-23 18:09:58'),(1766,'88ab4-efb76-2766f-1b378','{\"FlightBookingData\":[{\"bookingId\":\"DMC106178397700\",\"bookingId_TJ\":\"TJ106178397700\",\"FlightNumber\":\"IX-934\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"88ab4-efb76-2766f-1b378\",\"apiTraceId\":\"22-16-4340009602_1BLRVNSIX934_31273472153807\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-12-13T09:45\",\"LocalFromTime\":\"2023-12-13 09:45\",\"FromUTCTime\":\"2023-12-13T09:45\",\"LocalToTime\":\"2023-12-13 12:05\",\"ToUTCTime\":\"2023-12-13T12:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 13 Dec\",\"ArrivalDateTxt\":\"Wed, 13 Dec\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,884\",\"ApiResultIndex\":\"22-16-4340009602_1BLRVNSIX934_31273472153807\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9458,\"Tax\":3551.6,\"YQTax\":1100,\"OtherCharges\":1884,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":544,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13009.6,\"PublishedFare\":12883.8,\"PublishedFareAgent\":12883.8,\"OfferedFareAgent\":12883.8,\"OfferedFare\":12883.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-4340009602_0BLRVNSIX934_34584421065577\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":9,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":125.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12883.8,\"CostToAgent\":12883.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3551.6,\"TotalBaseFare\":13009.6,\"BaseFareCal\":12883.8,\"BaseFare\":9458,\"CommissionEarned\":125.8,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":544,\"MFT\":3.6,\"OT\":1884,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":125.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12883.8,\"CostToAgent\":12883.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":13009.6,\"oldFare\":11711.6,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":125.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12883.8,\"CostToCustomer\":12883.8,\"BaseFareCal\":12883.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12883.8,\"intOfferedFare\":12883.8,\"intPublishFare\":13009.6,\"TripjackMarkup\":0,\"TripjackCommission\":125.8,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":125.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12883.8,\"CostToAgent\":12883.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"85\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-13T12:05\",\"SegFlightNumber\":\"IX-934\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-13T09:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-4340009602_1BLRVNSIX934_31273472153807\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":250,\"ARFT\":12.5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":1500,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":500,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-4340009602_1BLRVNSIX934_31273472153807\",\"SearchTraceId\":\"88ab4-efb76-2766f-1b378\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"13\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"23\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-13\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"88ab4-efb76-2766f-1b378\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"13 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-23 18:57:48\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"85\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":250,\"ARFT\":12.5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":1500,\"ACFT\":75},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":500,\"ACFT\":25},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-23 18:59:06'),(1767,'37','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/11\\/2023\",\"Remark\":\"ak\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-11-24 11:19:50'),(1769,'e3569-28636-90e6b-7d031','{\"BookingData\":[{\"bookingId\":\"BKR114078630971\",\"bookingId_TJ\":\"TJ114078630971\",\"FlightNumber\":\"OD-673\",\"AirlineName\":\"Batik Air\",\"AirlineCode\":\"OD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"AirlineSysId\":\"334\",\"DepartureTime\":\"03:25\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2023-12-05T03:25\",\"LocalFromTime\":\"2023-12-05 03:25\",\"FromUTCTime\":\"2023-12-05T03:25\",\"LocalToTime\":\"2023-12-05 20:35\",\"ToUTCTime\":\"2023-12-05T20:35\",\"IsDirect\":0,\"FareClass\":\"X\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":575,\"LAYOVERDuration\":\"9h 35m\",\"FlyingMinutes\":1180,\"DepartureDateTxt\":\"Tue, 05 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"17h 10m\",\"SourcePlaceSysId\":5998,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"TFU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":39530.8,\"PublishedFareTxt\":\"39,531\",\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":36630,\"Tax\":2900.8,\"YQTax\":1832,\"OtherCharges\":1057,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39530.8,\"PublishedFare\":38312.85,\"OfferedFare\":38312.85,\"CommissionEarned\":1217.95,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-64.1,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"34-32-27-21-20-12-2-15-10-6249002134_0TFUKULOD673KULDELOD205_28812663001614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":1217.95,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2900.8,\"BaseFareCal\":38312.85,\"BaseFare\":36630,\"CommissionEarned\":1217.95,\"TDS\":-64.1,\"MF\":10,\"YQ\":1832,\"AGST\":0,\"MFT\":1.8,\"OT\":1057,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1217.95,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":38312.85,\"CostToCustomer\":38312.85,\"BaseFareCal\":38312.85,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":38312.85,\"intOfferedFare\":38312.85,\"intPublishFare\":39530.8,\"TripjackMarkup\":0,\"TripjackCommission\":1217.95,\"TripjackTDS\":\"64.1\",\"AddiMarkup\":0,\"CommisionPass\":1217.95,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"519\",\"originAirportName\":\"Chengdu tianfu international airport\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Chengdu\",\"originCountryName\":\"China\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-12-05T07:55\",\"SegFlightNumber\":\"OD-673\",\"AirlineCode\":\"OD\",\"AirlineName\":\"Batik Air\",\"FareClass\":\"X\",\"originAirportCode\":\"TFU\",\"originDepTime\":\"2023-12-05T03:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":575,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:25\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"9h 35m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"Terminal 0\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\"},{\"segmentid\":\"520\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T20:35\",\"SegFlightNumber\":\"OD-205\",\"AirlineCode\":\"OD\",\"AirlineName\":\"Batik Air\",\"FareClass\":\"X\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-12-05T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":335,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"5h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e3569-28636-90e6b-7d031\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-11-26T16:54:33.413\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CTU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":5998,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR114078630971\",\"bookingId_TJ\":\"TJ114078630971\",\"FlightNumber\":\"OD-673\",\"AirlineName\":\"Batik Air\",\"AirlineCode\":\"OD\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"AirlineSysId\":\"334\",\"DepartureTime\":\"03:25\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2023-12-05T03:25\",\"LocalFromTime\":\"2023-12-05 03:25\",\"FromUTCTime\":\"2023-12-05T03:25\",\"LocalToTime\":\"2023-12-05 20:35\",\"ToUTCTime\":\"2023-12-05T20:35\",\"IsDirect\":0,\"FareClass\":\"X\",\"LAYOVERCity\":\"Kuala Lumpur\",\"GroundTime\":575,\"LAYOVERDuration\":\"9h 35m\",\"FlyingMinutes\":1180,\"DepartureDateTxt\":\"Tue, 05 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"17h 10m\",\"SourcePlaceSysId\":5998,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"TFU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":39530.8,\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\",\"SearchFlightTraceId\":\"e3569-28636-90e6b-7d031\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2023-11-26T16:54:33.413\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":36630,\"Tax\":2900.8,\"YQTax\":1832,\"OtherCharges\":1057,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":39530.8,\"PublishedFare\":38312.85,\"OfferedFare\":38312.85,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2900.8,\"BaseFareCal\":38312.85,\"BaseFare\":36630,\"CommissionEarned\":1217.95,\"TDS\":-64.1,\"MF\":10,\"YQ\":1832,\"AGST\":0,\"MFT\":1.8,\"OT\":1057,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"519\",\"originAirportName\":\"Chengdu tianfu international airport\",\"destinationAirportName\":\"Kuala Lumpur International Arpt\",\"originCityName\":\"Chengdu\",\"originCountryName\":\"China\",\"destinationCityName\":\"Kuala Lumpur\",\"destinationCountryName\":\"Malaysia\",\"destinationAirportCode\":\"KUL\",\"destinationArrTime\":\"2023-12-05T07:55\",\"SegFlightNumber\":\"OD-673\",\"AirlineCode\":\"OD\",\"AirlineName\":\"Batik Air\",\"FareClass\":\"X\",\"originAirportCode\":\"TFU\",\"originDepTime\":\"2023-12-05T03:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":575,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:25\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"9h 35m\",\"LAYOVERCity\":\"Kuala Lumpur\",\"DepTerminal\":\"Terminal 0\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\"},{\"segmentid\":\"520\",\"originAirportName\":\"Kuala Lumpur International Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kuala Lumpur\",\"originCountryName\":\"Malaysia\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T20:35\",\"SegFlightNumber\":\"OD-205\",\"AirlineCode\":\"OD\",\"AirlineName\":\"Batik Air\",\"FareClass\":\"X\",\"originAirportCode\":\"KUL\",\"originDepTime\":\"2023-12-05T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":335,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"5h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/OD.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"34-32-27-21-20-12-2-15-10-6249002134_16TFUKULOD673KULDELOD205_277151269872643\",\"localFromDateTime\":\"2023-12-05 03:25\",\"localToDateTime\":\"2023-12-05 20:35\",\"strSourceAirportCode\":\"TFU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":5998,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Chengdu\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"CTU\",\"ContSysId_1\":\"46\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Chengdu, CN - Chengdu Arpt CTU, China\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"05\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" CN - Chengdu Arpt CTU\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"CTU\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"CTU\",\"to\":\"DEL\",\"sourceCityText\":\"Chengdu, CN - Chengdu Arpt CTU, China\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":5998,\"destinationCityId\":7701,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-05\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e3569-28636-90e6b-7d031\",\"PreferredAirline\":null,\"from_city_\":\"1__CTU-DEL\"}}','2023-11-26 16:52:58'),(1771,'b978e-7833a-1d1e7-7a204','{\"BookingData\":[{\"bookingId\":\"BKR108678650584\",\"bookingId_TJ\":\"TJ108678650584\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15133.6,\"PublishedFareTxt\":\"15,134\",\"ApiResultIndex\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14460,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15133.6,\"PublishedFare\":15133.6,\"OfferedFare\":15133.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"38-6250202784_0GAUMAAI5821_137687457003684\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":15133.6,\"oldFare\":14733.6,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15133.6,\"CostToCustomer\":15133.6,\"BaseFareCal\":15133.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15133.6,\"intOfferedFare\":15133.6,\"intPublishFare\":15133.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"321\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b978e-7833a-1d1e7-7a204\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-26T23:03:04.394\",\"strTraceId\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108678650584\",\"bookingId_TJ\":\"TJ108678650584\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"strTraceId\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15133.6,\"ApiResultIndex\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"b978e-7833a-1d1e7-7a204\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-26T23:03:04.394\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14460,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15133.6,\"PublishedFare\":15133.6,\"OfferedFare\":15133.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"321\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"38-6250202784_0GAUMAAI5821_44061443186856\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b978e-7833a-1d1e7-7a204\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-11-26 23:01:27'),(1773,'ff2f7-f72a8-4f449-17c62','{\"BookingData\":[{\"bookingId\":\"BKR104078651119\",\"bookingId_TJ\":\"TJ104078651119\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15133.6,\"PublishedFareTxt\":\"15,134\",\"ApiResultIndex\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14460,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15133.6,\"PublishedFare\":15133.6,\"OfferedFare\":15133.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"38-2937935247_0GAUMAAI5821_43247302242855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":15133.6,\"oldFare\":14733.6,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15133.6,\"CostToCustomer\":15133.6,\"BaseFareCal\":15133.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15133.6,\"intOfferedFare\":15133.6,\"intPublishFare\":15133.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"ff2f7-f72a8-4f449-17c62\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-26T23:19:07.133\",\"strTraceId\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104078651119\",\"bookingId_TJ\":\"TJ104078651119\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"strTraceId\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15133.6,\"ApiResultIndex\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"ff2f7-f72a8-4f449-17c62\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-26T23:19:07.133\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":14460,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15133.6,\"PublishedFare\":15133.6,\"OfferedFare\":15133.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7566.8,\"BaseFare\":7230,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"500\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"38-2937935247_0GAUMAAI5821_48621552565956\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"ff2f7-f72a8-4f449-17c62\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-11-26 23:17:30'),(1780,'452ae-10b26-63194-9949a','{\"FlightBookingData\":[{\"bookingId\":\"DMC105478693938\",\"bookingId_TJ\":\"TJ105478693938\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"apiTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-11-27T18:35\",\"LocalFromTime\":\"2023-11-27 18:35\",\"FromUTCTime\":\"2023-11-27T18:35\",\"LocalToTime\":\"2023-11-27 21:00\",\"ToUTCTime\":\"2023-11-27T21:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,248\",\"ApiResultIndex\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6549,\"Tax\":1788.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8337.8,\"PublishedFare\":8247.59,\"PublishedFareAgent\":8947.59,\"OfferedFareAgent\":8247.59,\"OfferedFare\":8247.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4667015051_0BLRVNS6E968_12715566364723\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1788.8,\"TotalBaseFare\":8337.8,\"BaseFareCal\":8247.59,\"BaseFare\":6549,\"CommissionEarned\":90.21,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":360,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8247.59,\"CostToCustomer\":8247.59,\"BaseFareCal\":8247.59,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8247.59,\"intOfferedFare\":8247.59,\"intPublishFare\":8337.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.21,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-27T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"230\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rahath\",\"LastName\":\"Tabrez\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-27 15:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"163\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rahath\",\"LastName\":\"Tabrez\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-27 15:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"452ae-10b26-63194-9949a\",\"modified\":\"2023-11-27 15:01:44\",\"created\":\"2023-11-27 15:01:44\",\"CustomerMemberSysId\":\"163\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"163\"],\"flight_booking_customer\":[[\"280\"]],\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"27\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"27\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"452ae-10b26-63194-9949a\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-27 15:00:54\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"452ae-10b26-63194-9949a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VNS\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"departure_dateG\\\":[\\\"27\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-11-27\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28449],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"452ae-10b26-63194-9949a\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"VNS\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"VNS\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Varanasi\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/11\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"27 Nov Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-27 15:00:54\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105478693938\\\",\\\"bookingId_TJ\\\":\\\"TJ105478693938\\\",\\\"FlightNumber\\\":\\\"6E-968\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"452ae-10b26-63194-9949a\\\",\\\"apiTraceId\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"21:00\\\",\\\"TravelDate\\\":\\\"2023-11-27T18:35\\\",\\\"LocalFromTime\\\":\\\"2023-11-27 18:35\\\",\\\"FromUTCTime\\\":\\\"2023-11-27T18:35\\\",\\\"LocalToTime\\\":\\\"2023-11-27 21:00\\\",\\\"ToUTCTime\\\":\\\"2023-11-27T21:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Nov\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,248\\\",\\\"ApiResultIndex\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6549,\\\"Tax\\\":1788.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":867,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":360,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8337.8,\\\"PublishedFare\\\":8247.59,\\\"PublishedFareAgent\\\":8947.59,\\\"OfferedFareAgent\\\":8247.59,\\\"OfferedFare\\\":8247.59,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-4667015051_0BLRVNS6E968_12715566364723\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1788.8,\\\"TotalBaseFare\\\":8337.8,\\\"BaseFareCal\\\":8247.59,\\\"BaseFare\\\":6549,\\\"CommissionEarned\\\":90.21,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":360,\\\"MFT\\\":1.8,\\\"OT\\\":867,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":90.21,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8247.59,\\\"CostToCustomer\\\":8247.59,\\\"BaseFareCal\\\":8247.59,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8247.59,\\\"intOfferedFare\\\":8247.59,\\\"intPublishFare\\\":8337.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":90.21,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"673\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-27T21:00\\\",\\\"SegFlightNumber\\\":\\\"6E-968\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-27T18:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"21:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3250,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":2750,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-26 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rahath\",\"passenger-lastname-1\":\"Tabrez\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Rahath\",\"LastName\":\"Tabrez\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rahath\",\"LastName\":\"Tabrez\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-27 15:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"452ae-10b26-63194-9949a\",\"modified\":\"2023-11-27 15:01:44\",\"created\":\"2023-11-27 15:01:44\",\"MobileNo\":\"9022903904\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ105478693938\",\"amount\":8337.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919022903904\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-27T15:04:42.530\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"20942012\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"968\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-11-27T18:35\",\"at\":\"2023-11-27T21:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"BPF88C\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rahath\",\"lN\":\"Tabrez\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":8337.8,\"IGST\":1.8,\"NF\":8247.59,\"NCM\":90.21,\"BF\":6549,\"TAF\":1788.8},\"afC\":{\"NCM\":{\"OT\":94.96,\"TDS\":-4.75},\"TAF\":{\"YQ\":550,\"MF\":10,\"AGST\":360,\"OT\":867,\"MFT\":1.8}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"949877\",\"TPSysId\":\"949878\",\"TrxId\":\"76515\",\"VersionId\":\"288481\",\"XRefBookingId\":\"DMC105478693938\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC105478693938\\\",\\\"bookingId_TJ\\\":\\\"TJ105478693938\\\",\\\"FlightNumber\\\":\\\"6E-968\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"452ae-10b26-63194-9949a\\\",\\\"apiTraceId\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"21:00\\\",\\\"TravelDate\\\":\\\"2023-11-27T18:35\\\",\\\"LocalFromTime\\\":\\\"2023-11-27 18:35\\\",\\\"FromUTCTime\\\":\\\"2023-11-27T18:35\\\",\\\"LocalToTime\\\":\\\"2023-11-27 21:00\\\",\\\"ToUTCTime\\\":\\\"2023-11-27T21:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Nov\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Nov\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,248\\\",\\\"ApiResultIndex\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6549,\\\"Tax\\\":1788.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":867,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":360,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8337.8,\\\"PublishedFare\\\":8247.59,\\\"PublishedFareAgent\\\":8947.59,\\\"OfferedFareAgent\\\":8247.59,\\\"OfferedFare\\\":8247.59,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-4667015051_0BLRVNS6E968_12715566364723\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1788.8,\\\"TotalBaseFare\\\":8337.8,\\\"BaseFareCal\\\":8247.59,\\\"BaseFare\\\":6549,\\\"CommissionEarned\\\":90.21,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":360,\\\"MFT\\\":1.8,\\\"OT\\\":867,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":90.21,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8247.59,\\\"CostToCustomer\\\":8247.59,\\\"BaseFareCal\\\":8247.59,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8247.59,\\\"intOfferedFare\\\":8247.59,\\\"intPublishFare\\\":8337.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":90.21,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":90.21,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":8947.59,\\\"CostToAgent\\\":8247.59,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"673\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-11-27T21:00\\\",\\\"SegFlightNumber\\\":\\\"6E-968\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-11-27T18:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"21:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-4667015051_0BLRVNS6E968_11656043169655\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3250,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":2750,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"ACFT\\\":150,\\\"CCFT\\\":9,\\\"CCF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-11-26 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ105478693938\\\",\\\"amount\\\":8337.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919022903904\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-11-27T15:04:42.530\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"20942012\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"968\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":145,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-11-27T18:35\\\",\\\"at\\\":\\\"2023-11-27T21:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"BPF88C\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Rahath\\\",\\\"lN\\\":\\\"Tabrez\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":8337.8,\\\"IGST\\\":1.8,\\\"NF\\\":8247.59,\\\"NCM\\\":90.21,\\\"BF\\\":6549,\\\"TAF\\\":1788.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":94.96,\\\"TDS\\\":-4.75},\\\"TAF\\\":{\\\"YQ\\\":550,\\\"MF\\\":10,\\\"AGST\\\":360,\\\"OT\\\":867,\\\"MFT\\\":1.8}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"BPF88C\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Rahath\\\",\\\"lN\\\":\\\"Tabrez\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":8247.59,\\\"NetPrice\\\":8247.59,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":8247.59,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)\",\"Amount\":6549,\"NetAmount\":8247.59}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC105478693938\",\"bookingId_TJ\":\"TJ105478693938\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"apiTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-11-27T18:35\",\"LocalFromTime\":\"2023-11-27 18:35\",\"FromUTCTime\":\"2023-11-27T18:35\",\"LocalToTime\":\"2023-11-27 21:00\",\"ToUTCTime\":\"2023-11-27T21:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Mon, 27 Nov\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,248\",\"ApiResultIndex\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6549,\"Tax\":1788.8,\"YQTax\":550,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8337.8,\"PublishedFare\":8247.59,\"PublishedFareAgent\":8947.59,\"OfferedFareAgent\":8247.59,\"OfferedFare\":8247.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4667015051_0BLRVNS6E968_12715566364723\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1788.8,\"TotalBaseFare\":8337.8,\"BaseFareCal\":8247.59,\"BaseFare\":6549,\"CommissionEarned\":90.21,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":360,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8247.59,\"CostToCustomer\":8247.59,\"BaseFareCal\":8247.59,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8247.59,\"intOfferedFare\":8247.59,\"intPublishFare\":8337.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.21,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":90.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":8947.59,\"CostToAgent\":8247.59,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-27T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-4667015051_0BLRVNS6E968_11656043169655\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rahath\",\"LastName\":\"Tabrez\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-27 15:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"163\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"452ae-10b26-63194-9949a\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"27\\/11\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"27\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"452ae-10b26-63194-9949a\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-27 15:00:54\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-11-27 15:03:10'),(1782,'abae5-0ca03-66102-eab6c','{\"FlightBookingData\":[{\"bookingId\":\"DMC103378700846\",\"bookingId_TJ\":\"TJ103378700846\",\"FlightNumber\":\"I5-1569\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"abae5-0ca03-66102-eab6c\",\"apiTraceId\":\"22-16-9574245943_0STVBLRI51569BLRVNSIX1642_26174557250658\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"07:30\",\"TravelDate\":\"2023-11-27T21:30\",\"LocalFromTime\":\"2023-11-27 21:30\",\"FromUTCTime\":\"2023-11-27T21:30\",\"LocalToTime\":\"2023-11-28 07:30\",\"ToUTCTime\":\"2023-11-28T07:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":600,\"DepartureDateTxt\":\"Mon, 27 Nov\",\"ArrivalDateTxt\":\"Tue, 28 Nov\",\"FlightDuration\":\"10h 00m\",\"SourcePlaceSysId\":\"26438\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"STV\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,897\",\"ApiResultIndex\":\"22-16-9574245943_0STVBLRI51569BLRVNSIX1642_26174557250658\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13132,\"Tax\":4939.6,\"YQTax\":1600,\"OtherCharges\":2556,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":760,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18071.6,\"PublishedFare\":17896.96,\"PublishedFareAgent\":19296.96,\"OfferedFareAgent\":17896.96,\"OfferedFare\":17896.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9574245943_0STVBLRI51569BLRVNSIX1642_32124140500645\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":7,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":19296.96,\"CostToAgent\":17896.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4939.6,\"TotalBaseFare\":18071.6,\"BaseFareCal\":17896.96,\"BaseFare\":13132,\"CommissionEarned\":174.64,\"TDS\":0,\"MF\":20,\"YQ\":1600,\"AGST\":760,\"MFT\":3.6,\"OT\":2556,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":19296.96,\"CostToAgent\":17896.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":18071.6,\"oldFare\":16233.6,\"tripbinfo\":{\"STV-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":174.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17896.96,\"CostToCustomer\":17896.96,\"BaseFareCal\":17896.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17896.96,\"intOfferedFare\":17896.96,\"intPublishFare\":18071.6,\"TripjackMarkup\":0,\"TripjackCommission\":174.64,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":174.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":19296.96,\"CostToAgent\":17896.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"693\",\"originAirportName\":\"Surat Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Surat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-11-27T23:30\",\"SegFlightNumber\":\"I5-1569\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"STV\",\"originDepTime\":\"2023-11-27T21:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":325,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"694\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-11-28T07:30\",\"SegFlightNumber\":\"IX-1642\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-11-28T04:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBAF\",\"Price\":0,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBAD\",\"Price\":0,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBAC\",\"Price\":0,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBAB\",\"Price\":0,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"IB30\",\"Price\":0,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"IB15\",\"Price\":0,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"IB08\",\"Price\":0,\"Weight\":\"8Kg International Connecting Baggage\"}],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-9574245943_0STVBLRI51569BLRVNSIX1642_26174557250658\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"STV-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"CRF\":50,\"ARF\":250,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":75,\"ACF\":1500,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":25,\"ACF\":500,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"STV\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"26438\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-9574245943_0STVBLRI51569BLRVNSIX1642_26174557250658\",\"SearchTraceId\":\"abae5-0ca03-66102-eab6c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Surat (STV)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"27\\/11\\/2023\",\"\"],\"source_city\":[\"STV\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Surat, IN - Surat Airport (STV), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Surat Airport (STV)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"27\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Surat (STV)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-11-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[26438],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"abae5-0ca03-66102-eab6c\",\"sourceCityAirportCode\":[\"STV\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"STV\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Surat\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Surat, IN - Surat Airport (STV), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/11\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"27 Nov Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-27 16:02:54\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"STV-VNS\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"CRF\":50,\"ARF\":250,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":75,\"ACF\":1500,\"CCF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":25,\"ACF\":500,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-11-27 16:12:07');
INSERT INTO `tbl_temp_data` VALUES (1787,'c61c6-34336-67b97-d0638','{\"FlightBookingData\":[{\"bookingId\":\"DMC101678776184\",\"bookingId_TJ\":\"TJ101678776184\",\"FlightNumber\":\"QP-1851\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c61c6-34336-67b97-d0638\",\"apiTraceId\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"13:25\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2023-12-02T13:25\",\"LocalFromTime\":\"2023-12-02 13:25\",\"FromUTCTime\":\"2023-12-02T13:25\",\"LocalToTime\":\"2023-12-02 16:30\",\"ToUTCTime\":\"2023-12-02T16:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"03h 05m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,073\",\"ApiResultIndex\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7736,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8072.8,\"PublishedFare\":8072.8,\"PublishedFareAgent\":8072.8,\"OfferedFareAgent\":8072.8,\"OfferedFare\":8072.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"44-4648249875_0IXBBLRQP1851_12844634684155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"TotalBaseFare\":8072.8,\"BaseFareCal\":8072.8,\"BaseFare\":7736,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"IXB-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8072.8,\"CostToCustomer\":8072.8,\"BaseFareCal\":8072.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8072.8,\"intOfferedFare\":8072.8,\"intPublishFare\":8072.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8072.8,\"CostToAgent\":8072.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"110\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-02T16:30\",\"SegFlightNumber\":\"QP-1851\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2023-12-02T13:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":185,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"strTraceId\":\"44-4648249875_0IXBBLRQP1851_110719641511534\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"232\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8369899689\",\"FirstName\":\"parwez\",\"LastName\":\"alam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-28 14:03:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"126\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"126\",\"CustomerMemSysId\":[\"126\"],\"flight_booking_customer\":[[\"282\"]],\"SearchTraceId\":\"c61c6-34336-67b97-d0638\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bagdogra (IXB)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"02\\/12\\/2023\",\"\"],\"source_city\":[\"IXB\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"28\\/11\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bagdogra (IXB)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[2012],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c61c6-34336-67b97-d0638\",\"sourceCityAirportCode\":[\"IXB\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"IXB\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Bagdogra\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"02 Dec Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-11-28 14:01:27\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c61c6-34336-67b97-d0638\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bagdogra (IXB)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"IXB\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bagdogra Arpt (IXB)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"28\\\\\\/11\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bagdogra (IXB)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-02\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2012],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c61c6-34336-67b97-d0638\\\",\\\"sourceCityAirportCode\\\":[\\\"IXB\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"IXB\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Bagdogra\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"02 Dec Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-11-28 14:01:27\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101678776184\\\",\\\"bookingId_TJ\\\":\\\"TJ101678776184\\\",\\\"FlightNumber\\\":\\\"QP-1851\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"c61c6-34336-67b97-d0638\\\",\\\"apiTraceId\\\":\\\"44-4648249875_0IXBBLRQP1851_110719641511534\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"13:25\\\",\\\"ArrivalTime\\\":\\\"16:30\\\",\\\"TravelDate\\\":\\\"2023-12-02T13:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-02 13:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-02T13:25\\\",\\\"LocalToTime\\\":\\\"2023-12-02 16:30\\\",\\\"ToUTCTime\\\":\\\"2023-12-02T16:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":185,\\\"DepartureDateTxt\\\":\\\"Sat, 02 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 02 Dec\\\",\\\"FlightDuration\\\":\\\"03h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"2012\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"IXB\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,073\\\",\\\"ApiResultIndex\\\":\\\"44-4648249875_0IXBBLRQP1851_110719641511534\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7736,\\\"Tax\\\":336.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":325,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8072.8,\\\"PublishedFare\\\":8072.8,\\\"PublishedFareAgent\\\":8072.8,\\\"OfferedFareAgent\\\":8072.8,\\\"OfferedFare\\\":8072.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"44-4648249875_0IXBBLRQP1851_12844634684155\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8072.8,\\\"CostToAgent\\\":8072.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":336.8,\\\"TotalBaseFare\\\":8072.8,\\\"BaseFareCal\\\":8072.8,\\\"BaseFare\\\":7736,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":325,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8072.8,\\\"CostToAgent\\\":8072.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"IXB-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8072.8,\\\"CostToCustomer\\\":8072.8,\\\"BaseFareCal\\\":8072.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8072.8,\\\"intOfferedFare\\\":8072.8,\\\"intPublishFare\\\":8072.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8072.8,\\\"CostToAgent\\\":8072.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"110\\\",\\\"originAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Bagdogra\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-12-02T16:30\\\",\\\"SegFlightNumber\\\":\\\"QP-1851\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"IXB\\\",\\\"originDepTime\\\":\\\"2023-12-02T13:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":185,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"13:25\\\",\\\"strArrivalDtTime\\\":\\\"16:30\\\",\\\"FlightDuration\\\":\\\"3h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"44-4648249875_0IXBBLRQP1851_110719641511534\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXB-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXB\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2012\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8369899689\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"125\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"parwez\",\"passenger-lastname-1\":\"alam\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"parwez\",\"LastName\":\"alam\",\"CountryCode\":\"91\",\"MobileNo\":\"8369899689\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0}','2023-11-28 14:03:36'),(1789,'41b08-aa58f-63708-dc064','{\"BookingData\":[{\"bookingId\":\"BKR105178791582\",\"bookingId_TJ\":\"TJ105178791582\",\"FlightNumber\":\"UK-930\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-19T07:30\",\"LocalFromTime\":\"2023-12-19 07:30\",\"FromUTCTime\":\"2023-12-19T07:30\",\"LocalToTime\":\"2023-12-19 09:40\",\"ToUTCTime\":\"2023-12-19T09:40\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 19 Dec\",\"ArrivalDateTxt\":\"Tue, 19 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5492.8,\"PublishedFareTxt\":\"5,493\",\"ApiResultIndex\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"26\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":157.5,\"ARF\":3150,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":183.75,\"CCFT\":9,\"ACF\":3675},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4514,\"Tax\":978.8,\"YQTax\":0,\"OtherCharges\":604,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5492.8,\"PublishedFare\":5283.2,\"OfferedFare\":5283.2,\"CommissionEarned\":209.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8378231294_0BOMDELUK930_112812315059167\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":209.6,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":978.8,\"BaseFareCal\":5283.2,\"BaseFare\":4514,\"CommissionEarned\":209.6,\"TDS\":-11.03,\"MF\":10,\"YQ\":0,\"AGST\":233,\"MFT\":1.8,\"OT\":604,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":209.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5283.2,\"CostToCustomer\":5283.2,\"BaseFareCal\":5283.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5283.2,\"intOfferedFare\":5283.2,\"intPublishFare\":5492.8,\"TripjackMarkup\":0,\"TripjackCommission\":209.6,\"TripjackTDS\":\"11.03\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":209.6,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"923\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-19T09:40\",\"SegFlightNumber\":\"UK-930\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-19T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"41b08-aa58f-63708-dc064\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-28T16:32:28.941\",\"strTraceId\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105178791582\",\"bookingId_TJ\":\"TJ105178791582\",\"FlightNumber\":\"UK-930\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"strTraceId\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:30\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-19T07:30\",\"LocalFromTime\":\"2023-12-19 07:30\",\"FromUTCTime\":\"2023-12-19T07:30\",\"LocalToTime\":\"2023-12-19 09:40\",\"ToUTCTime\":\"2023-12-19T09:40\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 19 Dec\",\"ArrivalDateTxt\":\"Tue, 19 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5492.8,\"ApiResultIndex\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"41b08-aa58f-63708-dc064\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-11-28T16:32:28.941\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4514,\"Tax\":978.8,\"YQTax\":0,\"OtherCharges\":604,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":233,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5492.8,\"PublishedFare\":5283.2,\"OfferedFare\":5283.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":978.8,\"BaseFareCal\":5283.2,\"BaseFare\":4514,\"CommissionEarned\":209.6,\"TDS\":-11.03,\"MF\":10,\"YQ\":0,\"AGST\":233,\"MFT\":1.8,\"OT\":604,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"923\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-19T09:40\",\"SegFlightNumber\":\"UK-930\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-19T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8378231294_105BOMDELUK930_122119828504191\",\"localFromDateTime\":\"2023-12-19 07:30\",\"localToDateTime\":\"2023-12-19 09:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"19\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-19\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"41b08-aa58f-63708-dc064\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DEL\"}}','2023-11-28 16:30:52'),(1793,'161b0-73fde-35553-d3406','{\"BookingData\":[{\"bookingId\":\"BKR105878914998\",\"bookingId_TJ\":\"TJ105878914998\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":16379.6,\"PublishedFareTxt\":\"16,380\",\"ApiResultIndex\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15706,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16379.6,\"PublishedFare\":16379.6,\"OfferedFare\":16379.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"44-7312060129_0GAUMAAI5821_47874796498268\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16379.6,\"CostToCustomer\":16379.6,\"BaseFareCal\":16379.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16379.6,\"intOfferedFare\":16379.6,\"intPublishFare\":16379.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"861\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal -\",\"ArrTerminal\":\"Terminal -\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"161b0-73fde-35553-d3406\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-29T22:54:15.807\",\"strTraceId\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105878914998\",\"bookingId_TJ\":\"TJ105878914998\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"strTraceId\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":16379.6,\"ApiResultIndex\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"161b0-73fde-35553-d3406\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-29T22:54:15.807\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15706,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16379.6,\"PublishedFare\":16379.6,\"OfferedFare\":16379.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"861\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal -\",\"ArrTerminal\":\"Terminal -\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"44-7312060129_0GAUMAAI5821_43518932325349\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"161b0-73fde-35553-d3406\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-11-29 22:52:38'),(1794,'46911-ef826-289b9-b13f6','{\"BookingData\":[{\"bookingId\":\"BKR107178915040\",\"bookingId_TJ\":\"TJ107178915040\",\"FlightNumber\":\"I5-673\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-12-17T21:20\",\"LocalFromTime\":\"2023-12-17 21:20\",\"FromUTCTime\":\"2023-12-17T21:20\",\"LocalToTime\":\"2023-12-18 08:35\",\"ToUTCTime\":\"2023-12-18T08:35\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15857.6,\"PublishedFareTxt\":\"15,858\",\"ApiResultIndex\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"4\",\"et\":\"96\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500},\"st\":\"4\",\"et\":\"96\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":150,\"ACF\":3000},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12706,\"Tax\":3151.6,\"YQTax\":1300,\"OtherCharges\":1828,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15857.6,\"PublishedFare\":15688.62,\"OfferedFare\":15688.62,\"CommissionEarned\":168.98,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_130346604636064\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":168.98,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":7844.31,\"BaseFare\":6353,\"CommissionEarned\":84.49,\"TDS\":-4.45,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":7844.31,\"BaseFare\":6353,\"CommissionEarned\":84.49,\"TDS\":-4.45,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":168.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15688.62,\"CostToCustomer\":15688.62,\"BaseFareCal\":15688.62,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15688.62,\"intOfferedFare\":15688.62,\"intPublishFare\":15857.6,\"TripjackMarkup\":0,\"TripjackCommission\":168.98,\"TripjackTDS\":\"8.9\",\"AddiMarkup\":0,\"CommisionPass\":168.98,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"872\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T00:40\",\"SegFlightNumber\":\"I5-673\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"873\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-18T08:35\",\"SegFlightNumber\":\"I5-611\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-18T07:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:35\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"f87bf-f501d-1df96-67511\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-29T22:54:49.582\",\"strTraceId\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107178915040\",\"bookingId_TJ\":\"TJ107178915040\",\"FlightNumber\":\"I5-673\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"strTraceId\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-12-17T21:20\",\"LocalFromTime\":\"2023-12-17 21:20\",\"FromUTCTime\":\"2023-12-17T21:20\",\"LocalToTime\":\"2023-12-18 08:35\",\"ToUTCTime\":\"2023-12-18T08:35\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":15857.6,\"ApiResultIndex\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"f87bf-f501d-1df96-67511\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-29T22:54:49.582\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12706,\"Tax\":3151.6,\"YQTax\":1300,\"OtherCharges\":1828,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15857.6,\"PublishedFare\":15688.62,\"OfferedFare\":15688.62,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":7844.31,\"BaseFare\":6353,\"CommissionEarned\":84.49,\"TDS\":-4.45,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":7844.31,\"BaseFare\":6353,\"CommissionEarned\":84.49,\"TDS\":-4.45,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"872\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T00:40\",\"SegFlightNumber\":\"I5-673\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"873\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-18T08:35\",\"SegFlightNumber\":\"I5-611\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-18T07:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:35\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-5017996969_0GAUBLRI5673BLRMAAI5611_43847239732530\",\"localFromDateTime\":\"2023-12-17 21:20\",\"localToDateTime\":\"2023-12-18 08:35\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"f87bf-f501d-1df96-67511\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-11-29 22:53:12'),(1802,'d7597-15e63-caf98-e8177','{\"BookingData\":[{\"bookingId\":\"BKR108378921947\",\"bookingId_TJ\":\"TJ108378921947\",\"FlightNumber\":\"QP-1102\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-12-25T10:25\",\"LocalFromTime\":\"2023-12-25 10:25\",\"FromUTCTime\":\"2023-12-25T10:25\",\"LocalToTime\":\"2023-12-25 12:05\",\"ToUTCTime\":\"2023-12-25T12:05\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 25 Dec\",\"ArrivalDateTxt\":\"Mon, 25 Dec\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2714.8,\"PublishedFareTxt\":\"2,715\",\"ApiResultIndex\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3600,\"ACFT\":180,\"CCFT\":9,\"CCF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"ACF\":3100,\"ACFT\":155,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1643,\"Tax\":1071.8,\"YQTax\":300,\"OtherCharges\":656,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2714.8,\"PublishedFare\":2697.63,\"OfferedFare\":2697.63,\"CommissionEarned\":17.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.9,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-1587082522_0AMDBOMQP1102_153871591500525\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":17.17,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1071.8,\"BaseFareCal\":2697.63,\"BaseFare\":1643,\"CommissionEarned\":17.17,\"TDS\":-0.9,\"MF\":10,\"YQ\":300,\"AGST\":104,\"MFT\":1.8,\"OT\":656,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":17.17,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2697.63,\"CostToCustomer\":2697.63,\"BaseFareCal\":2697.63,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2697.63,\"intOfferedFare\":2697.63,\"intPublishFare\":2714.8,\"TripjackMarkup\":0,\"TripjackCommission\":17.17,\"TripjackTDS\":\"0.9\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":17.17,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"688\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-25T12:05\",\"SegFlightNumber\":\"QP-1102\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-25T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC03\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"XC30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPOP\",\"Price\":200,\"amount\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PBHL\",\"Price\":200,\"amount\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVBY\",\"Price\":250,\"amount\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PUPM\",\"Price\":250,\"amount\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPOH\",\"Price\":250,\"amount\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PPAS\",\"Price\":250,\"amount\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNNO\",\"Price\":250,\"amount\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PCAS\",\"Price\":250,\"amount\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PALM\",\"Price\":250,\"amount\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVMC\",\"Price\":500,\"amount\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PVKD\",\"Price\":500,\"amount\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNKD\",\"Price\":550,\"amount\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PNCC\",\"Price\":600,\"amount\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"688\",\"Code\":\"PDCT\",\"Price\":750,\"amount\":750,\"Description\":\"In-Air-Celebrations\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d7597-15e63-caf98-e8177\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-30T02:56:47.557\",\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108378921947\",\"bookingId_TJ\":\"TJ108378921947\",\"FlightNumber\":\"QP-1102\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2023-12-25T10:25\",\"LocalFromTime\":\"2023-12-25 10:25\",\"FromUTCTime\":\"2023-12-25T10:25\",\"LocalToTime\":\"2023-12-25 12:05\",\"ToUTCTime\":\"2023-12-25T12:05\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 25 Dec\",\"ArrivalDateTxt\":\"Mon, 25 Dec\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2714.8,\"ApiResultIndex\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"SearchFlightTraceId\":\"d7597-15e63-caf98-e8177\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-11-30T02:56:47.557\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":1643,\"Tax\":1071.8,\"YQTax\":300,\"OtherCharges\":656,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2714.8,\"PublishedFare\":2697.63,\"OfferedFare\":2697.63,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1071.8,\"BaseFareCal\":2697.63,\"BaseFare\":1643,\"CommissionEarned\":17.17,\"TDS\":-0.9,\"MF\":10,\"YQ\":300,\"AGST\":104,\"MFT\":1.8,\"OT\":656,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"688\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-25T12:05\",\"SegFlightNumber\":\"QP-1102\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-25T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"30-1587082522_2AMDBOMQP1102_56848605982111\",\"localFromDateTime\":\"2023-12-25 10:25\",\"localToDateTime\":\"2023-12-25 12:05\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"25\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"AMD\",\"to\":\"BOM\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":296,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d7597-15e63-caf98-e8177\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BOM\"},\"FlightSearchUrl\":\"routeh=1&route=1&mytrip_city_from=Ahmedabad&mytrip_city_to=Mumbai&class=2&adults=1&childs=0&infants=0&FareTypes=REGULAR&source_city=AMD&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Ahmedabad%2C+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+BOM%2C+India&departure_date=25%2F12%2F2023&return_date=&from_mytrip_city=+IN+-+Sardar+Vallabh+Bhai+Patel+Intl+Arpt+AMD&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+BOM\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-30-02-57-03\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"164\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"953890\",\"TPSysId\":\"953891\",\"VersionId\":[\"289725\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"76888\",\"FareBreakdownid\":[\"389956\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"283\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"164\"],\"flight_booking_id\":[\"233\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"233\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":2697.63},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"501388\",\"TPSysId\":\"953891\",\"MasterTPSysId\":\"953890\",\"ProposalID\":\"953891\\/V1\",\"InvoiceDate\":\"2023-11-30\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-11-30\",\"PaymentDate\":\"2023-11-30\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":2697.63,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":2697.63,\"TotalDueAmount\":0,\"InvoiceValue\":2697.63,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"AMD-BOM-Akasa Air QP-1102\",\"ItemQty\":1,\"ItemRates\":2697.63,\"Total\":2697.63,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":2697.63,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":2697.63,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[{\"order\":{\"bookingId\":\"TJ108378921947\",\"amount\":2714.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"KRISHNATRAVELS612@GMAIL.COM\"],\"contacts\":[\"+919594796358\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-11-30T03:00:06.867\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21000922\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1102\",\"eT\":\"7MZ\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"dt\":\"2023-12-25T10:25\",\"at\":\"2023-12-25T12:05\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"AMD-BOM\":\"D55QYP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kisan\",\"lN\":\"Kesarwani\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2697.63,\"TAF\":1071.8,\"BF\":1643,\"TF\":2714.8,\"IGST\":1.8,\"NCM\":17.17},\"afC\":{\"TAF\":{\"MFT\":1.8,\"AGST\":104,\"OT\":656,\"MF\":10,\"YQ\":300},\"NCM\":{\"TDS\":-0.9,\"OT\":18.07}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}],\"apiFlightBooking\":[]}','2023-11-30 02:58:36'),(1803,'e11bb-068b8-372ce-340da','{\"BookingData\":[{\"FlightNumber\":\"6E-394\",\"keyIndex\":76,\"SegFlightNumberArr\":\"6E-394 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5296204501_12GAUCCU6E394CCUMAA6E234~40849125924853\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-12-17T11:50\",\"LocalFromTime\":\"2023-12-17 11:50\",\"FromUTCTime\":\"2023-12-17T11:50\",\"LocalToTime\":\"2023-12-17 20:20\",\"ToUTCTime\":\"2023-12-17T20:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":285,\"LAYOVERDuration\":\"4h 45m\",\"FlyingMinutes\":510,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"8h 30m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":11589,\"PublishedFareTxt\":\"11,589\",\"ApiResultIndex\":\"5-5296204501_12GAUCCU6E394CCUMAA6E234~40849125924470\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"e11bb-068b8-372ce-340da\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8200,\"Tax\":3501.6,\"YQTax\":0,\"OtherCharges\":3478,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11701.6,\"PublishedFare\":11589,\"PublishedFarePerPax\":5795,\"OfferedFare\":11588.64,\"CommissionEarned\":112.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5296204501_12GAUCCU6E394CCUMAA6E234~40849125924853\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":112.96,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-MAA\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":5794.32,\"BaseFare\":4100,\"CommissionEarned\":56.48,\"TDS\":-2.97,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":5794.32,\"BaseFare\":4100,\"CommissionEarned\":56.48,\"TDS\":-2.97,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"046\"},\"Segments\":[{\"segmentid\":\"196\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-17T13:20\",\"SegFlightNumber\":\"6E-394\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T11:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":285,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"4h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"197\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T20:20\",\"SegFlightNumber\":\"6E-234\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-17T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"51000-55000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"00Z\"},{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"e11bb-068b8-372ce-340da\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"e11bb-068b8-372ce-340da\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5296204501_4MAACCU6E987CCUGAU6E207~40849125575333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}}','2023-11-30 22:56:19'),(1804,'66547-4d323-e7feb-7b905','{\"BookingData\":[{\"FlightNumber\":\"6E-7309\",\"keyIndex\":85,\"SegFlightNumberArr\":\"6E-7309 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8421954386_21GAUCCU6E7309CCUMAA6E723~45237629086623\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-12-17T15:35\",\"LocalFromTime\":\"2023-12-17 15:35\",\"FromUTCTime\":\"2023-12-17T15:35\",\"LocalToTime\":\"2023-12-17 23:25\",\"ToUTCTime\":\"2023-12-17T23:25\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":470,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"7h 50m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12773,\"PublishedFareTxt\":\"12,773\",\"ApiResultIndex\":\"5-8421954386_21GAUCCU6E7309CCUMAA6E723~45237629085971\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"66547-4d323-e7feb-7b905\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9400,\"Tax\":3501.6,\"YQTax\":0,\"OtherCharges\":3478,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12901.6,\"PublishedFare\":12773,\"PublishedFarePerPax\":6387,\"OfferedFare\":12772.12,\"CommissionEarned\":129.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8421954386_21GAUCCU6E7309CCUMAA6E723~45237629086623\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":129.48,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-MAA\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":6386.06,\"BaseFare\":4700,\"CommissionEarned\":64.74,\"TDS\":-3.41,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":6386.06,\"BaseFare\":4700,\"CommissionEarned\":64.74,\"TDS\":-3.41,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"070\"},\"Segments\":[{\"segmentid\":\"344\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-17T17:15\",\"SegFlightNumber\":\"6E-7309\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":225,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"345\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T23:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-17T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"25001-30000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"011\"},{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"66547-4d323-e7feb-7b905\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"66547-4d323-e7feb-7b905\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8421954386_4MAACCU6E987CCUGAU6E207~45237628048200\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}}','2023-11-30 22:57:05'),(1805,'6299e-55f7d-c1ffa-08b2b','{\"BookingData\":[{\"FlightNumber\":\"6E-6664\",\"keyIndex\":89,\"SegFlightNumberArr\":\"6E-6664 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3113204357_25GAUCCU6E6664CCUMAA6E344~315639042302819\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:15\",\"ArrivalTime\":\"07:35\",\"TravelDate\":\"2023-12-17T21:15\",\"LocalFromTime\":\"2023-12-17 21:15\",\"FromUTCTime\":\"2023-12-17T21:15\",\"LocalToTime\":\"2023-12-18 07:35\",\"ToUTCTime\":\"2023-12-18T07:35\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":390,\"LAYOVERDuration\":\"6h 30m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9814,\"PublishedFareTxt\":\"9,814\",\"ApiResultIndex\":\"5-3113204357_25GAUCCU6E6664CCUMAA6E344~315639042302543\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"6299e-55f7d-c1ffa-08b2b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6400,\"Tax\":3501.6,\"YQTax\":0,\"OtherCharges\":3478,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9901.6,\"PublishedFare\":9814,\"PublishedFarePerPax\":4907,\"OfferedFare\":9813.44,\"CommissionEarned\":88.16,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3113204357_25GAUCCU6E6664CCUMAA6E344~315639042302819\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":88.16,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":4906.72,\"BaseFare\":3200,\"CommissionEarned\":44.08,\"TDS\":-2.32,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":4906.72,\"BaseFare\":3200,\"CommissionEarned\":44.08,\"TDS\":-2.32,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02R\"},\"Segments\":[{\"segmentid\":\"661\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-17T22:35\",\"SegFlightNumber\":\"6E-6664\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":390,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"6h 30m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"662\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-18T07:35\",\"SegFlightNumber\":\"6E-344\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-18T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:35\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"40001-45000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00Y\"},{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6299e-55f7d-c1ffa-08b2b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"6299e-55f7d-c1ffa-08b2b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3113204357_4MAACCU6E987CCUGAU6E207~315639041915116\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}}','2023-11-30 22:57:50'),(1806,'5b38e-31fdd-bef40-dbded','{\"BookingData\":[{\"FlightNumber\":\"6E-264\",\"keyIndex\":81,\"SegFlightNumberArr\":\"6E-264 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9536581668_17GAUCCU6E264CCUMAA6E234~42442596658133\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:10\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2023-12-17T14:10\",\"LocalFromTime\":\"2023-12-17 14:10\",\"FromUTCTime\":\"2023-12-17T14:10\",\"LocalToTime\":\"2023-12-17 20:20\",\"ToUTCTime\":\"2023-12-17T20:20\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":370,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"6h 10m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":12181,\"PublishedFareTxt\":\"12,181\",\"ApiResultIndex\":\"5-9536581668_17GAUCCU6E264CCUMAA6E234~42442596657737\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"5b38e-31fdd-bef40-dbded\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8800,\"Tax\":3501.6,\"YQTax\":0,\"OtherCharges\":3478,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12301.6,\"PublishedFare\":12181,\"PublishedFarePerPax\":6091,\"OfferedFare\":12180.38,\"CommissionEarned\":121.22,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9536581668_17GAUCCU6E264CCUMAA6E234~42442596658133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":121.22,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":4,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-MAA\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":6090.19,\"BaseFare\":4400,\"CommissionEarned\":60.61,\"TDS\":-3.19,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1750.8,\"BaseFareCal\":6090.19,\"BaseFare\":4400,\"CommissionEarned\":60.61,\"TDS\":-3.19,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1739,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"05L\"},\"Segments\":[{\"segmentid\":\"874\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-17T15:40\",\"SegFlightNumber\":\"6E-264\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":145,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"875\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T20:20\",\"SegFlightNumber\":\"6E-234\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-17T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"51000-55000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[],\"$$hashKey\":\"010\"},{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"5b38e-31fdd-bef40-dbded\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}],\"FlightBookingDataInbound\":{\"keyIndex\":60,\"FlightNumber\":\"6E-987\",\"SegFlightNumberArr\":\"6E-987 +1\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2023-12-22T05:30\",\"LocalFromTime\":\"2023-12-22 05:30\",\"FromUTCTime\":\"2023-12-22T05:30\",\"LocalToTime\":\"2023-12-22 11:15\",\"ToUTCTime\":\"2023-12-22T11:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":26696,\"PublishedFareTxt\":\"26,695\",\"ApiResultIndex\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"5b38e-31fdd-bef40-dbded\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":23832,\"Tax\":3191.6,\"YQTax\":1700,\"OtherCharges\":1468,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":27023.6,\"PublishedFare\":26696,\"PublishedFarePerPax\":13348,\"OfferedFare\":26695.32,\"CommissionEarned\":328.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9536581668_4MAACCU6E987CCUGAU6E207~42442596266791\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1595.8,\"BaseFareCal\":13347.66,\"BaseFare\":11916,\"CommissionEarned\":164.14,\"TDS\":-8.64,\"MF\":10,\"YQ\":850,\"AGST\":0,\"MFT\":1.8,\"OT\":734,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-CCU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"0X4\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-22T07:40\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T05:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T11:15\",\"SegFlightNumber\":\"6E-207\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-22T10:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"$$hashKey\":\"01S\"}}','2023-11-30 22:58:25'),(1807,'9eac4-c4bd3-aa6e8-104f4','{\"BookingData\":[{\"FlightNumber\":\"I5-821\",\"keyIndex\":81,\"SegFlightNumberArr\":\"I5-821\",\"AirlineName\":\"Airindia express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"44-9445968608_0GAUMAAI5821~39959262546484\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":16380,\"PublishedFareTxt\":\"22,891\",\"ApiResultIndex\":\"22-16-9445968608_3GAUMAAI5821~39959548728567\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9eac4-c4bd3-aa6e8-104f4\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15706,\"Tax\":673.6,\"YQTax\":0,\"OtherCharges\":650,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16379.6,\"PublishedFare\":16380,\"PublishedFarePerPax\":8190,\"OfferedFare\":16379.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"44-9445968608_0GAUMAAI5821~39959262546484\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Special Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"},\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":8189.8,\"BaseFare\":7853,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04S\"},\"Segments\":[{\"segmentid\":\"505\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-11-30 22:59:09'),(1809,'adb3a-5b645-cfd39-f679b','{\"BookingData\":[{\"bookingId\":\"BKR113979013805\",\"bookingId_TJ\":\"TJ113979013805\",\"FlightNumber\":\"SG- 51\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2023-12-02T20:00\",\"LocalFromTime\":\"2023-12-02 20:00\",\"FromUTCTime\":\"2023-12-02T20:00\",\"LocalToTime\":\"2023-12-02 21:55\",\"ToUTCTime\":\"2023-12-02T21:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10331.8,\"PublishedFareTxt\":\"10,332\",\"ApiResultIndex\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PNQ-DXB\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Name Change and Web Checkin are not permitted | Booking done after 18:00 Hrs or 6 PM, PNR will be updated next working day after 11:00 Hrs or 11 AM\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9920,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10331.8,\"PublishedFare\":10331.8,\"OfferedFare\":10331.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"39-8108779733_0PNQDXBSG51~57872890091849\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":10331.8,\"BaseFare\":9920,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10331.8,\"CostToCustomer\":10331.8,\"BaseFareCal\":10331.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10331.8,\"intOfferedFare\":10331.8,\"intPublishFare\":10331.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"243\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-12-02T21:55\",\"SegFlightNumber\":\"SG- 51\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-12-02T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"adb3a-5b645-cfd39-f679b\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-01T00:22:49.447\",\"strTraceId\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR113979013805\",\"bookingId_TJ\":\"TJ113979013805\",\"FlightNumber\":\"SG- 51\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"strTraceId\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2023-12-02T20:00\",\"LocalFromTime\":\"2023-12-02 20:00\",\"FromUTCTime\":\"2023-12-02T20:00\",\"LocalToTime\":\"2023-12-02 21:55\",\"ToUTCTime\":\"2023-12-02T21:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":22238,\"DestPlaceSysId\":8219,\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10331.8,\"ApiResultIndex\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"adb3a-5b645-cfd39-f679b\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-01T00:22:49.447\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":9920,\"Tax\":411.8,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10331.8,\"PublishedFare\":10331.8,\"OfferedFare\":10331.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":411.8,\"BaseFareCal\":10331.8,\"BaseFare\":9920,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"243\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-12-02T21:55\",\"SegFlightNumber\":\"SG- 51\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2023-12-02T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":205,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"3h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"39-8108779733_0PNQDXBSG51~232756098651834\",\"localFromDateTime\":\"2023-12-02 20:00\",\"localToDateTime\":\"2023-12-02 21:55\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":22238,\"intDestinationCityId\":8219,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Pune\",\"mytrip_city_to\":\"Dubai\",\"source_city\":\"PNQ\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destination\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"departure_date\":\"02\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lohegaon Arpt PNQ\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"PNQ\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"PNQ\",\"to\":\"DXB\",\"sourceCityText\":\"Pune, IN - Lohegaon Arpt PNQ, India\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"sourceCityId\":22238,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"02\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"adb3a-5b645-cfd39-f679b\",\"PreferredAirline\":null,\"from_city_\":\"1__PNQ-DXB\"}}','2023-12-01 00:21:12'),(1811,'4b20d-9ece2-ef34b-9ceba','{\"BookingData\":[{\"bookingId\":\"BKR108579046788\",\"bookingId_TJ\":\"TJ108579046788\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"PublishedFareTxt\":\"7,506\",\"ApiResultIndex\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":52.45,\"CRFT\":9,\"CRF\":50,\"ARF\":1049},\"st\":\"4\",\"et\":\"26\"},{\"amount\":524,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":26.2,\"CRFT\":9,\"CRF\":50,\"ARF\":524},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":2099,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":2099,\"ACFT\":104.95},\"st\":\"4\",\"et\":\"74\"},{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":1049,\"ACFT\":52.45},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats*\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"CommissionEarned\":458.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-24.13,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8465267699_0JAIBOMUK564BOMBLRUK845~20917237956727\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":458.4,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":458.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7047.4,\"CostToCustomer\":7047.4,\"BaseFareCal\":7047.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7047.4,\"intOfferedFare\":7047.4,\"intPublishFare\":7505.8,\"TripjackMarkup\":0,\"TripjackCommission\":458.4,\"TripjackTDS\":\"24.13\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":458.4,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"243\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"244\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4b20d-9ece2-ef34b-9ceba\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:06:59.095\",\"strTraceId\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108579046788\",\"bookingId_TJ\":\"TJ108579046788\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"strTraceId\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"ApiResultIndex\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"4b20d-9ece2-ef34b-9ceba\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:06:59.095\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"243\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"244\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8465267699_11JAIBOMUK564BOMBLRUK845~19435633642750\",\"localFromDateTime\":\"2023-12-15 19:55\",\"localToDateTime\":\"2023-12-16 07:45\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"15\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"JAI\",\"to\":\"BLR\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":12995,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4b20d-9ece2-ef34b-9ceba\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BLR\"}}','2023-12-01 14:05:22'),(1818,'b9a6c-9dc11-a3575-68dd5','{\"BookingData\":[{\"bookingId\":\"BKR104079046880\",\"bookingId_TJ\":\"TJ104079046880\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"PublishedFareTxt\":\"7,506\",\"ApiResultIndex\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":1049,\"ARFT\":52.45,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":524,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":524,\"ARFT\":26.2,\"CRFT\":9,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":2099,\"additionalFee\":50,\"fcs\":{\"ACFT\":104.95,\"ACF\":2099,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":1049,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":52.45,\"ACF\":1049,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats*\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"CommissionEarned\":458.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-24.13,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-8014091926_0JAIBOMUK564BOMBLRUK845~534702011362726\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":458.4,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":458.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7047.4,\"CostToCustomer\":7047.4,\"BaseFareCal\":7047.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7047.4,\"intOfferedFare\":7047.4,\"intPublishFare\":7505.8,\"TripjackMarkup\":0,\"TripjackCommission\":458.4,\"TripjackTDS\":\"24.13\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":458.4,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"949\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"950\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b9a6c-9dc11-a3575-68dd5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:07:59.522\",\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104079046880\",\"bookingId_TJ\":\"TJ104079046880\",\"FlightNumber\":\"UK-564\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"19:55\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2023-12-15T19:55\",\"LocalFromTime\":\"2023-12-15 19:55\",\"FromUTCTime\":\"2023-12-15T19:55\",\"LocalToTime\":\"2023-12-16 07:45\",\"ToUTCTime\":\"2023-12-16T07:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":470,\"LAYOVERDuration\":\"7h 50m\",\"FlyingMinutes\":710,\"DepartureDateTxt\":\"Fri, 15 Dec\",\"ArrivalDateTxt\":\"Sat, 16 Dec\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7505.8,\"ApiResultIndex\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"b9a6c-9dc11-a3575-68dd5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T14:07:59.522\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6209,\"Tax\":1296.8,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":324,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":7505.8,\"PublishedFare\":7047.4,\"OfferedFare\":7047.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.8,\"BaseFareCal\":7047.4,\"BaseFare\":6209,\"CommissionEarned\":458.4,\"TDS\":-24.13,\"MF\":10,\"YQ\":0,\"AGST\":324,\"MFT\":1.8,\"OT\":701,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"949\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-12-15T22:05\",\"SegFlightNumber\":\"UK-564\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":470,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"950\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-16T07:45\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-16T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-8014091926_11JAIBOMUK564BOMBLRUK845~18306187100779\",\"localFromDateTime\":\"2023-12-15 19:55\",\"localToDateTime\":\"2023-12-16 07:45\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"15\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"JAI\",\"to\":\"BLR\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":12995,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"15\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b9a6c-9dc11-a3575-68dd5\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BLR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Jaipur&mytrip_city_to=Bengaluru&source_city=JAI&ContSysId_1=101&destination_city=BLR&ContSysId=101&source=Jaipur%2C+IN+-+Sanganeer+Arpt+JAI%2C+India&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&departure_date=15%2F12%2F2023&return_date=&from_mytrip_city=+IN+-+Sanganeer+Arpt+JAI&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"44\",\"EmailId\":\"agarwalansul65@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"7742825288\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01-14-06-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"165\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"955991\",\"TPSysId\":\"955992\",\"VersionId\":[\"290319\"],\"CustomerSysId\":\"470335\",\"TrxId\":\"77032\",\"FareBreakdownid\":[\"390017\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"284\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"165\"],\"flight_booking_id\":[\"234\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"234\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":7047.4},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"470335\",\"TPSysId\":\"955992\",\"MasterTPSysId\":\"955991\",\"ProposalID\":\"955992\\/V1\",\"InvoiceDate\":\"2023-12-01\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-12-01\",\"PaymentDate\":\"2023-12-01\",\"ClientGST\":true,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":7047.4,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":7047.4,\"TotalDueAmount\":0,\"InvoiceValue\":7047.4,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"JAI-BLR-Vistara UK-564\",\"ItemQty\":1,\"ItemRates\":7047.4,\"Total\":7047.4,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":7047.4,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":7047.4,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-12-01 14:07:30'),(1822,'413ae-4b74e-e15e4-2f6e4','{\"BookingData\":[{\"bookingId\":\"BKR107879054051\",\"bookingId_TJ\":\"TJ107879054051\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17073.6,\"PublishedFareTxt\":\"17,074\",\"ApiResultIndex\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16200,\"Tax\":873.6,\"YQTax\":0,\"OtherCharges\":850,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17073.6,\"PublishedFare\":17073.6,\"OfferedFare\":17073.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9722098798_0GAUMAAI5821~18010815169730\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17073.6,\"CostToCustomer\":17073.6,\"BaseFareCal\":17073.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17073.6,\"intOfferedFare\":17073.6,\"intPublishFare\":17073.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"152\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"413ae-4b74e-e15e4-2f6e4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T15:24:30.129\",\"strTraceId\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107879054051\",\"bookingId_TJ\":\"TJ107879054051\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"strTraceId\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17073.6,\"ApiResultIndex\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"413ae-4b74e-e15e4-2f6e4\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-01T15:24:30.129\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16200,\"Tax\":873.6,\"YQTax\":0,\"OtherCharges\":850,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17073.6,\"PublishedFare\":17073.6,\"OfferedFare\":17073.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"152\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-9722098798_0GAUMAAI5821~23376365997661\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"413ae-4b74e-e15e4-2f6e4\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-12-01 15:22:53'),(1825,'2a0df-45c3d-8a64e-d2f17','{\"FlightBookingData\":[{\"bookingId\":\"DMC105879054046\",\"bookingId_TJ\":\"TJ105879054046\",\"FlightNumber\":\"6E-6032\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"apiTraceId\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-06T07:10\",\"LocalFromTime\":\"2023-12-06 07:10\",\"FromUTCTime\":\"2023-12-06T07:10\",\"LocalToTime\":\"2023-12-06 09:40\",\"ToUTCTime\":\"2023-12-06T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"13184\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JDH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"24,318\",\"ApiResultIndex\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":18933,\"Tax\":5645.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1059,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":24578.399999999998,\"PublishedFare\":24317.61,\"PublishedFareAgent\":24317.61,\"OfferedFareAgent\":24317.61,\"OfferedFare\":24317.61,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7570505845_0BLRJDH6E6032~103323443857333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5645.4,\"TotalBaseFare\":24578.399999999998,\"BaseFareCal\":24317.61,\"BaseFare\":18933,\"CommissionEarned\":260.79,\"TDS\":0,\"MF\":30,\"YQ\":1950,\"AGST\":1059,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-JDH\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":260.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":24317.61,\"CostToCustomer\":24317.61,\"BaseFareCal\":24317.61,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":24317.61,\"intOfferedFare\":24317.61,\"intPublishFare\":24578.399999999998,\"TripjackMarkup\":0,\"TripjackCommission\":260.79,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":260.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24317.61,\"CostToAgent\":24317.61,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2023-12-06T09:40\",\"SegFlightNumber\":\"6E-6032\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-06T07:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7570505845_0BLRJDH6E6032~16895030459132\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-JDH\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JDH\",\"intMemberCount\":3,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"13184\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"235\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"166\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"mahak\",\"LastName\":\"jfgyhws\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"167\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"errt\",\"LastName\":\"tghrty\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"168\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:42\",\"created\":\"2023-12-01 15:23:42\",\"CustomerMemberSysId\":\"166\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"mahak\",\"LastName\":\"jfgyhws\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:42\",\"created\":\"2023-12-01 15:23:42\",\"CustomerMemberSysId\":\"167\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"errt\",\"LastName\":\"tghrty\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:43\",\"created\":\"2023-12-01 15:23:43\",\"CustomerMemberSysId\":\"168\"}],\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"166\",\"167\",\"168\"],\"flight_booking_customer\":[[\"285\",\"286\",\"287\"]],\"SearchTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Jodhpur (JDH)\",\"DEL\"],\"departure_date\":[\"06\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"JDH\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Jodhpur, IN - Jodhpur Arpt (JDH), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Jodhpur Arpt (JDH)\"],\"departure_dateG\":[\"01\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Jodhpur (JDH)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[13184],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"JDH\"],\"from\":[\"BLR\"],\"to\":[\"JDH\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Jodhpur\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Jodhpur, IN - Jodhpur Arpt (JDH), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"06 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-01 15:22:16\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Jodhpur (JDH)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"JDH\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Jodhpur, IN - Jodhpur Arpt (JDH), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Jodhpur Arpt (JDH)\\\"],\\\"departure_dateG\\\":[\\\"01\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Jodhpur (JDH)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-06\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13184],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2a0df-45c3d-8a64e-d2f17\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"JDH\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"JDH\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Jodhpur\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Jodhpur, IN - Jodhpur Arpt (JDH), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"06 Dec Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-01 15:22:16\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2},\\\"3\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":3}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105879054046\\\",\\\"bookingId_TJ\\\":\\\"TJ105879054046\\\",\\\"FlightNumber\\\":\\\"6E-6032\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"2a0df-45c3d-8a64e-d2f17\\\",\\\"apiTraceId\\\":\\\"5-7570505845_0BLRJDH6E6032~16895030459132\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"07:10\\\",\\\"ArrivalTime\\\":\\\"09:40\\\",\\\"TravelDate\\\":\\\"2023-12-06T07:10\\\",\\\"LocalFromTime\\\":\\\"2023-12-06 07:10\\\",\\\"FromUTCTime\\\":\\\"2023-12-06T07:10\\\",\\\"LocalToTime\\\":\\\"2023-12-06 09:40\\\",\\\"ToUTCTime\\\":\\\"2023-12-06T09:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"13184\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"JDH\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"24,318\\\",\\\"ApiResultIndex\\\":\\\"5-7570505845_0BLRJDH6E6032~16895030459132\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":18933,\\\"Tax\\\":5645.4,\\\"YQTax\\\":1950,\\\"OtherCharges\\\":2601,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":1059,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":24578.399999999998,\\\"PublishedFare\\\":24317.61,\\\"PublishedFareAgent\\\":24317.61,\\\"OfferedFareAgent\\\":24317.61,\\\"OfferedFare\\\":24317.61,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-7570505845_0BLRJDH6E6032~103323443857333\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":260.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":24317.61,\\\"CostToAgent\\\":24317.61,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"3\\\",\\\"TaxIN\\\":5645.4,\\\"TotalBaseFare\\\":24578.399999999998,\\\"BaseFareCal\\\":24317.61,\\\"BaseFare\\\":18933,\\\"CommissionEarned\\\":260.79,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":1950,\\\"AGST\\\":1059,\\\"MFT\\\":5.4,\\\"OT\\\":2601,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":260.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":24317.61,\\\"CostToAgent\\\":24317.61,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-JDH\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":260.79,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":24317.61,\\\"CostToCustomer\\\":24317.61,\\\"BaseFareCal\\\":24317.61,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":24317.61,\\\"intOfferedFare\\\":24317.61,\\\"intPublishFare\\\":24578.399999999998,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":260.79,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":260.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":24317.61,\\\"CostToAgent\\\":24317.61,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"773\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Jodhpur Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jodhpur\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"JDH\\\",\\\"destinationArrTime\\\":\\\"2023-12-06T09:40\\\",\\\"SegFlightNumber\\\":\\\"6E-6032\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-06T07:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"07:10\\\",\\\"strArrivalDtTime\\\":\\\"09:40\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-7570505845_0BLRJDH6E6032~16895030459132\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-JDH\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3250,\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":162.5},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":137.5},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACFT\\\":175,\\\"ACF\\\":3500},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACFT\\\":150,\\\"ACF\\\":3000},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-05 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"JDH\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"13184\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":true,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"773\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"mahak\",\"passenger-lastname-2\":\"jfgyhws\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"passenger-salutation-3\":\"1\",\"passenger-firstname-3\":\"errt\",\"passenger-lastname-3\":\"tghrty\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"deepak\",\"LastName\":\"agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:42\",\"created\":\"2023-12-01 15:23:42\",\"MobileNo\":\"7742825288\",\"B2B\":true},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"mahak\",\"LastName\":\"jfgyhws\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:42\",\"created\":\"2023-12-01 15:23:42\",\"MobileNo\":\"7742825288\",\"B2B\":true},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"errt\",\"LastName\":\"tghrty\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-01 15:23:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2a0df-45c3d-8a64e-d2f17\",\"modified\":\"2023-12-01 15:23:43\",\"created\":\"2023-12-01 15:23:43\",\"MobileNo\":\"7742825288\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"99526\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"\",\"PinCode\":\"\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"0\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0}','2023-12-01 15:24:50'),(1828,'defd7-6e3c8-9a621-fd23b','{\"FlightBookingData\":[{\"bookingId\":\"DMC100079067283\",\"bookingId_TJ\":\"TJ100079067283\",\"FlightNumber\":\"I5-670\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"defd7-6e3c8-9a621-fd23b\",\"apiTraceId\":\"22-16-1129917996_0BLRGOII5670~116058230241187\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"22:55\",\"ArrivalTime\":\"00:15\",\"TravelDate\":\"2023-12-28T22:55\",\"LocalFromTime\":\"2023-12-28 22:55\",\"FromUTCTime\":\"2023-12-28T22:55\",\"LocalToTime\":\"2023-12-29 00:15\",\"ToUTCTime\":\"2023-12-29T00:15\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Thu, 28 Dec\",\"ArrivalDateTxt\":\"Fri, 29 Dec\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,232\",\"ApiResultIndex\":\"22-16-1129917996_0BLRGOII5670~116058230241187\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":30609,\"Tax\":13030.199999999999,\"YQTax\":2700,\"OtherCharges\":8478,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.2,\"AirlineGSTComponent\":1746,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":43639.200000000004,\"PublishedFare\":43232.13,\"PublishedFareAgent\":43232.13,\"OfferedFareAgent\":43232.13,\"OfferedFare\":43232.13,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-1129917996_0BLRGOII5670~32248211003515\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":9,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":407.07,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43232.13,\"CostToAgent\":43232.13,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":13030.199999999999,\"TotalBaseFare\":43639.200000000004,\"BaseFareCal\":43232.13,\"BaseFare\":30609,\"CommissionEarned\":407.07,\"TDS\":0,\"MF\":90,\"YQ\":2700,\"AGST\":1746,\"MFT\":16.2,\"OT\":8478,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":407.07,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43232.13,\"CostToAgent\":43232.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":407.07,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":43232.13,\"CostToCustomer\":43232.13,\"BaseFareCal\":43232.13,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":43232.13,\"intOfferedFare\":43232.13,\"intPublishFare\":43639.200000000004,\"TripjackMarkup\":0,\"TripjackCommission\":407.07,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":407.07,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43232.13,\"CostToAgent\":43232.13,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-29T00:15\",\"SegFlightNumber\":\"I5-670\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-28T22:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:55\",\"strArrivalDtTime\":\"00:15\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-1129917996_0BLRGOII5670~116058230241187\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-GOI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":500,\"ACFT\":25},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":9,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-1129917996_0BLRGOII5670~116058230241187\",\"SearchTraceId\":\"defd7-6e3c8-9a621-fd23b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Goa In (GOI)\",\"DEL\"],\"departure_date\":[\"28\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"GOI\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Goa In, IN - Dabolim Arpt (GOI), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Dabolim Arpt (GOI)\"],\"departure_dateG\":[\"01\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"9\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Goa In (GOI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"defd7-6e3c8-9a621-fd23b\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"GOI\"],\"from\":[\"BLR\"],\"to\":[\"GOI\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Goa In\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Goa In, IN - Dabolim Arpt (GOI), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"28 Dec Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-01 17:43:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BLR-GOI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":250,\"ARFT\":12.5,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":500,\"ACFT\":25},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-12-01 17:44:12'),(1829,'3c83e-07f52-2f1ba-5dc12','{\"BookingData\":[{\"FlightNumber\":\"6E-6017\",\"keyIndex\":68,\"SegFlightNumberArr\":\"6E-6017 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6609521774_8BLRMAA6E6017MAACCU6E923~7955430676099\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-12-02T18:25\",\"LocalFromTime\":\"2023-12-02 18:25\",\"FromUTCTime\":\"2023-12-02T18:25\",\"LocalToTime\":\"2023-12-02 23:25\",\"ToUTCTime\":\"2023-12-02T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4824,\"PublishedFareTxt\":\"4,824\",\"ApiResultIndex\":\"5-6609521774_8BLRMAA6E6017MAACCU6E923~7955430675782\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"3c83e-07f52-2f1ba-5dc12\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2642,\"Tax\":2217.8,\"YQTax\":0,\"OtherCharges\":2206,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4859.8,\"PublishedFare\":4824,\"PublishedFarePerPax\":4824,\"OfferedFare\":4823.41,\"CommissionEarned\":36.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6609521774_8BLRMAA6E6017MAACCU6E923~7955430676099\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":36.39,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2217.8,\"BaseFareCal\":4823.41,\"BaseFare\":2642,\"CommissionEarned\":36.39,\"TDS\":-1.92,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2206,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"011\"},\"Segments\":[{\"segmentid\":\"922\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-02T19:25\",\"SegFlightNumber\":\"6E-6017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-02T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"923\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-02T23:25\",\"SegFlightNumber\":\"6E-923\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-02T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-12-02 11:29:57'),(1830,'0a713-65704-aea5b-a5229','{\"BookingData\":[{\"FlightNumber\":\"6E-6017\",\"keyIndex\":68,\"SegFlightNumberArr\":\"6E-6017 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3257389010_7BLRMAA6E6017MAACCU6E923~86842834373965\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-12-02T18:25\",\"LocalFromTime\":\"2023-12-02 18:25\",\"FromUTCTime\":\"2023-12-02T18:25\",\"LocalToTime\":\"2023-12-02 23:25\",\"ToUTCTime\":\"2023-12-02T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4824,\"PublishedFareTxt\":\"4,824\",\"ApiResultIndex\":\"5-3257389010_7BLRMAA6E6017MAACCU6E923~86842834373784\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"0a713-65704-aea5b-a5229\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2642,\"Tax\":2217.8,\"YQTax\":0,\"OtherCharges\":2206,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4859.8,\"PublishedFare\":4824,\"PublishedFarePerPax\":4824,\"OfferedFare\":4823.41,\"CommissionEarned\":36.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3257389010_7BLRMAA6E6017MAACCU6E923~86842834373965\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":36.39,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2217.8,\"BaseFareCal\":4823.41,\"BaseFare\":2642,\"CommissionEarned\":36.39,\"TDS\":-1.92,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2206,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"segmentid\":\"449\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-02T19:25\",\"SegFlightNumber\":\"6E-6017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-02T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"450\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-02T23:25\",\"SegFlightNumber\":\"6E-923\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-02T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-12-02 11:31:13'),(1831,'60b0e-30fa9-eabb2-0909b','{\"BookingData\":[{\"FlightNumber\":\"6E-6017\",\"keyIndex\":65,\"SegFlightNumberArr\":\"6E-6017 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1246869788_7BLRMAA6E6017MAACCU6E923~12395916561617\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-12-02T18:25\",\"LocalFromTime\":\"2023-12-02 18:25\",\"FromUTCTime\":\"2023-12-02T18:25\",\"LocalToTime\":\"2023-12-02 23:25\",\"ToUTCTime\":\"2023-12-02T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4824,\"PublishedFareTxt\":\"4,824\",\"ApiResultIndex\":\"5-1246869788_7BLRMAA6E6017MAACCU6E923~12395916561442\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"60b0e-30fa9-eabb2-0909b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2642,\"Tax\":2217.8,\"YQTax\":0,\"OtherCharges\":2206,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4859.8,\"PublishedFare\":4824,\"PublishedFarePerPax\":4824,\"OfferedFare\":4823.41,\"CommissionEarned\":36.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1246869788_7BLRMAA6E6017MAACCU6E923~12395916561617\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":36.39,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2217.8,\"BaseFareCal\":4823.41,\"BaseFare\":2642,\"CommissionEarned\":36.39,\"TDS\":-1.92,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2206,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"segmentid\":\"522\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-02T19:25\",\"SegFlightNumber\":\"6E-6017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-02T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"523\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-02T23:25\",\"SegFlightNumber\":\"6E-923\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-02T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-12-02 11:31:27'),(1832,'44b4b-19dfa-c8acf-52371','{\"BookingData\":[{\"FlightNumber\":\"6E-6017\",\"keyIndex\":66,\"SegFlightNumberArr\":\"6E-6017 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7865751534_6BLRMAA6E6017MAACCU6E923~1293396741337\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2023-12-02T18:25\",\"LocalFromTime\":\"2023-12-02 18:25\",\"FromUTCTime\":\"2023-12-02T18:25\",\"LocalToTime\":\"2023-12-02 23:25\",\"ToUTCTime\":\"2023-12-02T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Sat, 02 Dec\",\"ArrivalDateTxt\":\"Sat, 02 Dec\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4824,\"PublishedFareTxt\":\"4,824\",\"ApiResultIndex\":\"5-7865751534_6BLRMAA6E6017MAACCU6E923~1293396740768\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"44b4b-19dfa-c8acf-52371\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":2642,\"Tax\":2217.8,\"YQTax\":0,\"OtherCharges\":2206,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4859.8,\"PublishedFare\":4824,\"PublishedFarePerPax\":4824,\"OfferedFare\":4823.41,\"CommissionEarned\":36.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7865751534_6BLRMAA6E6017MAACCU6E923~1293396741337\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":36.39,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"MAA-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2217.8,\"BaseFareCal\":4823.41,\"BaseFare\":2642,\"CommissionEarned\":36.39,\"TDS\":-1.92,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2206,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"segmentid\":\"515\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-02T19:25\",\"SegFlightNumber\":\"6E-6017\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-02T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":95,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"516\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-02T23:25\",\"SegFlightNumber\":\"6E-923\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-02T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2023-12-02 11:32:20'),(1834,'949f4-602f7-0bf5c-b6893','{\"BookingData\":[{\"bookingId\":\"BKR103879140152\",\"bookingId_TJ\":\"TJ103879140152\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17073.6,\"PublishedFareTxt\":\"17,074\",\"ApiResultIndex\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16200,\"Tax\":873.6,\"YQTax\":0,\"OtherCharges\":850,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17073.6,\"PublishedFare\":17073.6,\"OfferedFare\":17073.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6648046017_0GAUMAAI5821~116199274166058\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":17073.6,\"CostToCustomer\":17073.6,\"BaseFareCal\":17073.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":17073.6,\"intOfferedFare\":17073.6,\"intPublishFare\":17073.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"666\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"949f4-602f7-0bf5c-b6893\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-02T16:52:55.698\",\"strTraceId\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103879140152\",\"bookingId_TJ\":\"TJ103879140152\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"strTraceId\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":17073.6,\"ApiResultIndex\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"949f4-602f7-0bf5c-b6893\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-02T16:52:55.698\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16200,\"Tax\":873.6,\"YQTax\":0,\"OtherCharges\":850,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17073.6,\"PublishedFare\":17073.6,\"OfferedFare\":17073.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":436.8,\"BaseFareCal\":8536.8,\"BaseFare\":8100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":425,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"666\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-6648046017_0GAUMAAI5821~20051840613481\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"2\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"949f4-602f7-0bf5c-b6893\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-12-02 16:51:18'),(1837,'2f0f1-46bd9-cac3f-b7c1b','{\"BookingData\":[{\"bookingId\":\"BKR110979143521\",\"bookingId_TJ\":\"TJ110979143521\",\"FlightNumber\":\"G9-463\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"21:55\",\"ArrivalTime\":\"02:35\",\"TravelDate\":\"2023-12-04T21:55\",\"LocalFromTime\":\"2023-12-04 21:55\",\"FromUTCTime\":\"2023-12-04T21:55\",\"LocalToTime\":\"2023-12-05 02:35\",\"ToUTCTime\":\"2023-12-05T02:35\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 40m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SHJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SHJ-SHJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable __nls__ Within 30 hours before departure, Cancellation & Changes not permitted\",\"st\":\"0\",\"et\":\"30\"}],\"DATECHANGE\":[{\"policyInfo\":\"__nls__Within 30-74 Hrs : 25% of Fare & Surcharge amount with a min of AED 200 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 25% of the fare & surcharge amount with a min of AED 150 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"__nls__ Within  30-74 Hrs : 30% of the fare & surcharge amount with a min of AED 200__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 30% of the fare & surcharge amount with a min of AED 150__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12647.48,\"Tax\":19446.23,\"YQTax\":15102.48,\"OtherCharges\":4272.95,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32093.71,\"PublishedFare\":32093.71,\"OfferedFare\":23.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-1371504635_1DELSHJG9466~29257857454307\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19446.23,\"BaseFareCal\":32093.71,\"BaseFare\":12647.48,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":15102.48,\"AGST\":0,\"MFT\":10.8,\"OT\":4272.95,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"173\",\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T02:35\",\"SegFlightNumber\":\"G9-463\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-12-04T21:55\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:55\",\"strArrivalDtTime\":\"02:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"30 Kg 1 Piece\",\"Price\":616.95,\"amount\":616.95,\"Weight\":\"30 Kg 1 Piece\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"30 Kg Total in 2 Piece\",\"Price\":845.45,\"amount\":845.45,\"Weight\":\"30 Kg Total in 2 Piece\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"40 Kg Total in 2 Piece\",\"Price\":3770.25,\"amount\":3770.25,\"Weight\":\"40 Kg Total in. 2 Piece\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"WATER\",\"Price\":68.55,\"amount\":68.55,\"Description\":\"Water 500 ml\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"NUTELA\",\"Price\":274.2,\"amount\":274.2,\"Description\":\"Nutella sandwich on fresh white bread\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CSUND\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Flavorful chicken, sundried tomato, and fresh basil in sliced marbled bread.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CTENDE\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Breaded chicken tenders, served with a creamy potato mash.&nbsp;Sides of tomato ketchup and mayonnaise.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CMAYO\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Tendered chicken mayo sandwich in whole wheat bread served cold, with water\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"PANEER\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Spiced panner tikka mix in an artisan triangle bun\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"HALOUM\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Halloumi cheese, in a Zatar baguette with tomato spread and fresh rocket leaves.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CSUND\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Flavorful chicken, sundried tomato, and fresh basil in sliced marbled bread.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"FRUITS\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Freshly cut seasonal fruit.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"DATESD\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Dates Duo Mousse & Cake\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CTANDR\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Slow roasted chicken tikka in a flavoured homemade onion bread served with water..\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"ZINGER\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Breaded chicken tenders topped with a spicy dressing served on mini baguette.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHIDIL\",\"Price\":342.75,\"amount\":342.75,\"Description\":\"Breaded chicken tenders with a creamy dill and pickle sauce, in a brown bread roll and water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"BPAST\",\"Price\":411.3,\"amount\":411.3,\"Description\":\"Beef pastrami Ciabatta with Kash kaval cheese and a rich creamy Onion sauce.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"RBEEFP\",\"Price\":411.3,\"amount\":411.3,\"Description\":\" Pepper crusted roast beef in an olive panini bread with a tomato and cheese sauce\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"BPAST\",\"Price\":411.3,\"amount\":411.3,\"Description\":\"Beef pastrami Ciabatta with Kash kaval cheese and a rich creamy Onion sauce.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHICS\",\"Price\":411.3,\"amount\":411.3,\"Description\":\"Fresh lettuce and cabbage salad topped with marinated chicken pieces and chickpeas, served with a lemon and thyme dressing\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"RBEEFP\",\"Price\":411.3,\"amount\":411.3,\"Description\":\"Pepper crusted roast beef in an olive panini bread with a tomato and cheese sauce\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"KIDSML\",\"Price\":457,\"amount\":457,\"Description\":\"Delight your child with a tasty selection of snacks and a colouring book.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"KIDSML\",\"Price\":457,\"amount\":457,\"Description\":\"Delight your child with a tasty selection of snacks and a colouring book.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CONTIBF\",\"Price\":457,\"amount\":457,\"Description\":\"Continental Breakfast with coffee.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VBY\",\"Price\":502.7,\"amount\":502.7,\"Description\":\"A traditional fresh vegetable biryani with flavored basmati rice served with a portion of raita (yogurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VBY\",\"Price\":502.7,\"amount\":502.7,\"Description\":\"A traditional fresh vegetable biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CBY\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CPASTA\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Marinated roasted chicken breast with a mix of cajun spices accompanied by creamy pasta sauce and vegetables, served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"BUTERC\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHILIC\",\"Price\":571.25,\"amount\":571.25,\"Description\":\" Fried chicken pieces tossed in a soy chilli sauce served with rice\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CPASTA\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Marinated roasted chicken breast with a mix of cajun spices accompanied by creamy pasta sauce and vegetables, served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CNOODL\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Stir-fried noodles with vegetables and chicken tossed in a Yaki Soba sauce\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CBY\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"BUTERC\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"BEEFST\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Minced lamb kofta topped with a mild spiced sauce served with a flavorful green chutney rice\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CTHAI\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Thai chicken curry is a popular dish made with curry paste, coconut milk, chicken, vegetables, and herbs. It has a rich, creamy, and spicy sauce. Served with steamed rice.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHILIC\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Fried chicken pieces tossed in a soy chilli sauce served with rice\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VPASTA\",\"Price\":571.25,\"amount\":571.25,\"Description\":\"Braised creamy mushroom and paprika stew with penne pasta.\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"LASAGN\",\"Price\":685.5,\"amount\":685.5,\"Description\":\"A hearty Italian classic recipe with layers of fresh pasta, bolognese sauce, bechamel sauce and parmesan cheese severed with water and coffee.\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2f0f1-46bd9-cac3f-b7c1b\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":10,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-04 12:00\",\"localToDateTime\":\"2023-12-12 12:00\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR110979143521\",\"bookingId_TJ\":\"TJ110979143521\",\"FlightNumber\":\"G9-463\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"strTraceId\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"AirlineSysId\":\"18\",\"DepartureTime\":\"21:55\",\"ArrivalTime\":\"02:35\",\"TravelDate\":\"2023-12-04T21:55\",\"LocalFromTime\":\"2023-12-04 21:55\",\"FromUTCTime\":\"2023-12-04T21:55\",\"LocalToTime\":\"2023-12-05 02:35\",\"ToUTCTime\":\"2023-12-05T02:35\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 40m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SHJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":32093.71,\"ApiResultIndex\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"JourneyType\":1,\"TripType\":\"2\",\"SearchFlightTraceId\":\"2f0f1-46bd9-cac3f-b7c1b\",\"ICSourceSysId\":7,\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SHJ-SHJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable __nls__ Within 30 hours before departure, Cancellation & Changes not permitted\",\"st\":\"0\",\"et\":\"30\"}],\"DATECHANGE\":[{\"policyInfo\":\"__nls__Within 30-74 Hrs : 25% of Fare & Surcharge amount with a min of AED 200 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 25% of the fare & surcharge amount with a min of AED 150 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"__nls__ Within  30-74 Hrs : 30% of the fare & surcharge amount with a min of AED 200__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 30% of the fare & surcharge amount with a min of AED 150__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12647.48,\"Tax\":19446.23,\"YQTax\":15102.48,\"OtherCharges\":4272.95,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":32093.71,\"PublishedFare\":32093.71,\"OfferedFare\":23.6,\"CommissionEarned\":0,\"CommisionPass\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"7-1371504635_1DELSHJG9466~29257857454307\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"CancelCharge\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":19446.23,\"BaseFareCal\":32093.71,\"BaseFare\":12647.48,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":15102.48,\"AGST\":0,\"MFT\":10.8,\"OT\":4272.95,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[[{\"segmentid\":\"173\",\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T02:35\",\"SegFlightNumber\":\"G9-463\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-12-04T21:55\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:55\",\"strArrivalDtTime\":\"02:35\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-12-12T20:50\",\"SegFlightNumber\":\"G9-466\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-12T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"7-1371504635_3SHJDELG9463DELSHJG9466~110136151674708\",\"localFromDateTime\":\"2023-12-04 21:55\",\"localToDateTime\":\"2023-12-05 02:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SHJ\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"BKR110979143521\",\"bookingId_TJ\":\"TJ110979143521\",\"FlightNumber\":\"G9-466\",\"AirlineName\":\"Air Arabia\",\"AirlineCode\":\"G9\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"18\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2023-12-12T18:20\",\"LocalFromTime\":\"2023-12-12 18:20\",\"FromUTCTime\":\"2023-12-12T18:20\",\"LocalToTime\":\"2023-12-12 20:50\",\"ToUTCTime\":\"2023-12-12T20:50\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Tue, 12 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SHJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SHJ-SHJ\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non Refundable __nls__ Within 30 hours before departure, Cancellation & Changes not permitted\",\"st\":\"0\",\"et\":\"30\"}],\"DATECHANGE\":[{\"policyInfo\":\"__nls__Within 30-74 Hrs : 25% of Fare & Surcharge amount with a min of AED 200 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 25% of the fare & surcharge amount with a min of AED 150 (Per Passenger Per Sector) + Differnce in Fare if any + Surcharges will be applied\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"__nls__ Within  30-74 Hrs : 30% of the fare & surcharge amount with a min of AED 200__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"30\",\"et\":\"74\"},{\"policyInfo\":\"__nls__Before 74 Hrs : 30% of the fare & surcharge amount with a min of AED 150__nls__Cancellations are not applicable for flights from\\/to Morocco.__nls____bs__Credit note will be issued against the same pax for future travel within one year from issuance date__be__\",\"fcs\":[],\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":[],\"Segments\":[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2023-12-12T20:50\",\"SegFlightNumber\":\"G9-466\",\"AirlineCode\":\"G9\",\"AirlineName\":\"Air Arabia\",\"FareClass\":\"P\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-12T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"Paid Baggage as per airlines policy\",\"CabinBaggage\":\"10 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/G9.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"20 Kg 1 Piece\",\"Price\":359.89,\"amount\":359.89,\"Weight\":\"20 Kg 1 Piece\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"30 Kg Total in 2 Piece\",\"Price\":599.81,\"amount\":599.81,\"Weight\":\"30 Kg Total in 2 Piece\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"40 Kg Total in 2 Piece\",\"Price\":4318.65,\"amount\":4318.65,\"Weight\":\"40 Kg Total in. 2 Piece\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"WATER\",\"Price\":71.98,\"amount\":71.98,\"Description\":\"Water 500 ml\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"NUTELA\",\"Price\":287.91,\"amount\":287.91,\"Description\":\"Nutella sandwich on fresh white bread\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CSUND\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Flavorful chicken, sundried tomato, and fresh basil in sliced marbled bread.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CTENDE\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Breaded chicken tenders, served with a creamy potato mash.&nbsp;Sides of tomato ketchup and mayonnaise.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CMAYO\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Tendered chicken mayo sandwich in whole wheat bread served cold, with water\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"PANEER\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Spiced panner tikka mix in an artisan triangle bun\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"HALOUM\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Halloumi cheese, in a Zatar baguette with tomato spread and fresh rocket leaves.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CSUND\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Flavorful chicken, sundried tomato, and fresh basil in sliced marbled bread.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"FRUITS\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Freshly cut seasonal fruit.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"DATESD\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Dates Duo Mousse & Cake\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CTANDR\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Slow roasted chicken tikka in a flavoured homemade onion bread served with water..\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"ZINGER\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Breaded chicken tenders topped with a spicy dressing served on mini baguette.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CHIDIL\",\"Price\":359.89,\"amount\":359.89,\"Description\":\"Breaded chicken tenders with a creamy dill and pickle sauce, in a brown bread roll and water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"BPAST\",\"Price\":431.86,\"amount\":431.86,\"Description\":\"Beef pastrami Ciabatta with Kash kaval cheese and a rich creamy Onion sauce.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"RBEEFP\",\"Price\":431.86,\"amount\":431.86,\"Description\":\" Pepper crusted roast beef in an olive panini bread with a tomato and cheese sauce\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"BPAST\",\"Price\":431.86,\"amount\":431.86,\"Description\":\"Beef pastrami Ciabatta with Kash kaval cheese and a rich creamy Onion sauce.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CHICS\",\"Price\":431.86,\"amount\":431.86,\"Description\":\"Fresh lettuce and cabbage salad topped with marinated chicken pieces and chickpeas, served with a lemon and thyme dressing\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"RBEEFP\",\"Price\":431.86,\"amount\":431.86,\"Description\":\"Pepper crusted roast beef in an olive panini bread with a tomato and cheese sauce\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"KIDSML\",\"Price\":479.85,\"amount\":479.85,\"Description\":\"Delight your child with a tasty selection of snacks and a colouring book.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"KIDSML\",\"Price\":479.85,\"amount\":479.85,\"Description\":\"Delight your child with a tasty selection of snacks and a colouring book.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CONTIBF\",\"Price\":479.85,\"amount\":479.85,\"Description\":\"Continental Breakfast with coffee.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"VBY\",\"Price\":527.84,\"amount\":527.84,\"Description\":\"A traditional fresh vegetable biryani with flavored basmati rice served with a portion of raita (yogurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"VBY\",\"Price\":527.84,\"amount\":527.84,\"Description\":\"A traditional fresh vegetable biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CBY\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CPASTA\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Marinated roasted chicken breast with a mix of cajun spices accompanied by creamy pasta sauce and vegetables, served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"BUTERC\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CHILIC\",\"Price\":599.81,\"amount\":599.81,\"Description\":\" Fried chicken pieces tossed in a soy chilli sauce served with rice\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CPASTA\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Marinated roasted chicken breast with a mix of cajun spices accompanied by creamy pasta sauce and vegetables, served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CNOODL\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Stir-fried noodles with vegetables and chicken tossed in a Yaki Soba sauce\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CBY\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Traditional tender chicken biryani with flavoured basmati rice served with a portion of raita (yoghurt), served with water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"BUTERC\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Slow-cooked tender chicken in a creamy sauce served with steamed rice and water.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"BEEFST\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Minced lamb kofta topped with a mild spiced sauce served with a flavorful green chutney rice\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CTHAI\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Thai chicken curry is a popular dish made with curry paste, coconut milk, chicken, vegetables, and herbs. It has a rich, creamy, and spicy sauce. Served with steamed rice.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"CHILIC\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Fried chicken pieces tossed in a soy chilli sauce served with rice\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"VPASTA\",\"Price\":599.81,\"amount\":599.81,\"Description\":\"Braised creamy mushroom and paprika stew with penne pasta.\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"LASAGN\",\"Price\":719.78,\"amount\":719.78,\"Description\":\"A hearty Italian classic recipe with layers of fresh pasta, bolognese sauce, bechamel sauce and parmesan cheese severed with water and coffee.\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"2f0f1-46bd9-cac3f-b7c1b\",\"ICSourceSysId\":7,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"estimetedTime\":10,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-04 12:00\",\"localToDateTime\":\"2023-12-12 12:00\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"2\",\"mytrip_city_from\":\"Dubai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"DXB\",\"ContSysId_1\":\"228\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"04\\/12\\/2023\",\"return_date\":\"12\\/12\\/2023\",\"from_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DXB\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"DXB\",\"to\":\"DEL\",\"sourceCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":8219,\"destinationCityId\":7701,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/12\\/2023\",\"return_dates\":\"12\\/12\\/2023\",\"strDepatureDate\":\"2023-12-04\",\"strReturnDate\":\"2023-12-12\",\"SearchFlightTraceId\":\"2f0f1-46bd9-cac3f-b7c1b\",\"PreferredAirline\":null,\"from_city_\":\"2__DXB-DEL-DXB\"}}','2023-12-02 17:30:24'),(1839,'463c9-a5613-3c5e3-4b68e','{\"BookingData\":[{\"bookingId\":\"BKR108779149576\",\"bookingId_TJ\":\"TJ108779149576\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-12-03T22:05\",\"LocalFromTime\":\"2023-12-03 22:05\",\"FromUTCTime\":\"2023-12-03T22:05\",\"LocalToTime\":\"2023-12-04 00:40\",\"ToUTCTime\":\"2023-12-04T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Mon, 04 Dec\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7194.8,\"PublishedFareTxt\":\"7,195\",\"ApiResultIndex\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1834.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":306,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7194.8,\"PublishedFare\":7120.97,\"OfferedFare\":7120.97,\"CommissionEarned\":73.83,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2187904779_0BLRJAI6E6273~41606745528263\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":73.83,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1834.8,\"BaseFareCal\":7120.97,\"BaseFare\":5360,\"CommissionEarned\":73.83,\"TDS\":-3.89,\"MF\":10,\"YQ\":650,\"AGST\":306,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":73.83,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7120.97,\"CostToCustomer\":7120.97,\"BaseFareCal\":7120.97,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7120.97,\"intOfferedFare\":7120.97,\"intPublishFare\":7194.8,\"TripjackMarkup\":0,\"TripjackCommission\":73.83,\"TripjackTDS\":\"3.89\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":73.83,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"104\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-12-04T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"DBNV\",\"Price\":500,\"amount\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"104\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"463c9-a5613-3c5e3-4b68e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-02T18:39:44.864\",\"strTraceId\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108779149576\",\"bookingId_TJ\":\"TJ108779149576\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"strTraceId\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2023-12-03T22:05\",\"LocalFromTime\":\"2023-12-03 22:05\",\"FromUTCTime\":\"2023-12-03T22:05\",\"LocalToTime\":\"2023-12-04 00:40\",\"ToUTCTime\":\"2023-12-04T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sun, 03 Dec\",\"ArrivalDateTxt\":\"Mon, 04 Dec\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7194.8,\"ApiResultIndex\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"463c9-a5613-3c5e3-4b68e\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-02T18:39:44.864\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5360,\"Tax\":1834.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":306,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7194.8,\"PublishedFare\":7120.97,\"OfferedFare\":7120.97,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1834.8,\"BaseFareCal\":7120.97,\"BaseFare\":5360,\"CommissionEarned\":73.83,\"TDS\":-3.89,\"MF\":10,\"YQ\":650,\"AGST\":306,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"104\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2023-12-04T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-03T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2187904779_3BLRJAI6E6273~40333254076153\",\"localFromDateTime\":\"2023-12-03 22:05\",\"localToDateTime\":\"2023-12-04 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"03\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-03\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"463c9-a5613-3c5e3-4b68e\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-12-02 18:38:07'),(1840,'6da97-5dc37-e62e0-648a5','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"JAIPUR (INDIA)\",\"check_in\":\"02\\/12\\/2023\",\"check_out\":\"03\\/12\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"12995\",\"TBBCityId\":\"739239\",\"destination\":\"JAIPUR\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"02\\/12\\/2023\",\"NoOfNights\":1,\"CityId\":\"739239\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-12-02\",\"checkoutDate\":\"2023-12-03\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"739239\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-12-02\",\"strCheckout\":\"2023-12-03\",\"SearchHotelTraceId\":\"6da97-5dc37-e62e0-648a5\",\"interNationalSearch\":false,\"searchIds\":\"hsid6278617902\"}','2023-12-02 20:09:53'),(1842,'abd95-bd72e-0dde5-cbef4','{\"FlightBookingData\":[{\"bookingId\":\"DMC108579219045\",\"bookingId_TJ\":\"TJ108579219045\",\"FlightNumber\":\"6E-187\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"abd95-bd72e-0dde5-cbef4\",\"apiTraceId\":\"5-7369309430_0GAUHYD6E187~32735223290289\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:20\",\"ArrivalTime\":\"18:10\",\"TravelDate\":\"2023-12-05T15:20\",\"LocalFromTime\":\"2023-12-05 15:20\",\"FromUTCTime\":\"2023-12-05T15:20\",\"LocalToTime\":\"2023-12-05 18:10\",\"ToUTCTime\":\"2023-12-05T18:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 05 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,188\",\"ApiResultIndex\":\"5-7369309430_0GAUHYD6E187~32735223290289\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11850,\"Tax\":1500.8,\"YQTax\":650,\"OtherCharges\":839,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13350.8,\"PublishedFare\":13187.57,\"PublishedFareAgent\":13187.57,\"OfferedFareAgent\":13187.57,\"OfferedFare\":13187.57,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7369309430_0GAUHYD6E187~26684731991829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":6,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":163.23,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13187.57,\"CostToAgent\":13187.57,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1500.8,\"TotalBaseFare\":13350.8,\"BaseFareCal\":13187.57,\"BaseFare\":11850,\"CommissionEarned\":163.23,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":839,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":163.23,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13187.57,\"CostToAgent\":13187.57,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"GAU-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":163.23,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13187.57,\"CostToCustomer\":13187.57,\"BaseFareCal\":13187.57,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13187.57,\"intOfferedFare\":13187.57,\"intPublishFare\":13350.8,\"TripjackMarkup\":0,\"TripjackCommission\":163.23,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":163.23,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13187.57,\"CostToAgent\":13187.57,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"608\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2023-12-05T18:10\",\"SegFlightNumber\":\"6E-187\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-05T15:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:20\",\"strArrivalDtTime\":\"18:10\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-7369309430_0GAUHYD6E187~32735223290289\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"GAU-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"11240\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-7369309430_0GAUHYD6E187~32735223290289\",\"SearchTraceId\":\"abd95-bd72e-0dde5-cbef4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\"],\"to_des\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"05\\/12\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"departure_dateG\":[\"03\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-05\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"abd95-bd72e-0dde5-cbef4\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"GAU\"],\"to\":[\"HYD\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Hyderabad\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"05 Dec Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-03 17:34:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"608\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"GAU-HYD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-12-03 17:35:24'),(1844,'41118-4e800-8ccfb-12a1e','{\"BookingData\":[{\"bookingId\":\"BKR104579233817\",\"bookingId_TJ\":\"TJ104579233817\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":18033.6,\"PublishedFareTxt\":\"18,034\",\"ApiResultIndex\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAU-MAA\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":17260,\"Tax\":773.6,\"YQTax\":0,\"OtherCharges\":750,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18033.6,\"PublishedFare\":18033.6,\"OfferedFare\":18033.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"38-1311432435_0GAUMAAI5821~30502394397155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":9016.8,\"BaseFare\":8630,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":9016.8,\"BaseFare\":8630,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":18033.6,\"CostToCustomer\":18033.6,\"BaseFareCal\":18033.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":18033.6,\"intOfferedFare\":18033.6,\"intPublishFare\":18033.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"541\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"41118-4e800-8ccfb-12a1e\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-03T21:16:42.672\",\"strTraceId\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104579233817\",\"bookingId_TJ\":\"TJ104579233817\",\"FlightNumber\":\"I5-821\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"strTraceId\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"21:30\",\"TravelDate\":\"2023-12-17T18:25\",\"LocalFromTime\":\"2023-12-17 18:25\",\"FromUTCTime\":\"2023-12-17T18:25\",\"LocalToTime\":\"2023-12-17 21:30\",\"ToUTCTime\":\"2023-12-17T21:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Sun, 17 Dec\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":11240,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":18033.6,\"ApiResultIndex\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"41118-4e800-8ccfb-12a1e\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-03T21:16:42.672\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":17260,\"Tax\":773.6,\"YQTax\":0,\"OtherCharges\":750,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18033.6,\"PublishedFare\":18033.6,\"OfferedFare\":18033.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":9016.8,\"BaseFare\":8630,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":386.8,\"BaseFareCal\":9016.8,\"BaseFare\":8630,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":375,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"541\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-17T21:30\",\"SegFlightNumber\":\"I5-821\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"G\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:30\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"38-1311432435_0GAUMAAI5821~35008269176480\",\"localFromDateTime\":\"2023-12-17 18:25\",\"localToDateTime\":\"2023-12-17 21:30\",\"strSourceAirportCode\":\"GAU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":2,\"intSourceCityId\":11240,\"intDestinationCityId\":6000,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Guwahati\",\"mytrip_city_to\":\"Chennai\",\"source_city\":\"GAU\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destination\":\"Chennai, IN - Chennai Arpt MAA, India\",\"departure_date\":\"17\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU\",\"to_mytrip_city\":\" IN - Chennai Arpt MAA\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAU\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"GAU\",\"to\":\"MAA\",\"sourceCityText\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt GAU, India\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"sourceCityId\":11240,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"41118-4e800-8ccfb-12a1e\",\"PreferredAirline\":null,\"from_city_\":\"1__GAU-MAA\"}}','2023-12-03 21:15:05'),(1853,'bb0cc-903f4-9c847-799c7','{\"BookingData\":[{\"bookingId\":\"BKR117779275906\",\"bookingId_TJ\":\"TJ117779275906\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-12-04T23:10\",\"LocalFromTime\":\"2023-12-04 23:10\",\"FromUTCTime\":\"2023-12-04T23:10\",\"LocalToTime\":\"2023-12-05 03:45\",\"ToUTCTime\":\"2023-12-05T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16685.8,\"PublishedFareTxt\":\"16,686\",\"ApiResultIndex\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DXB-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"6\"}],\"DATECHANGE\":[{\"amount\":4250,\"additionalFee\":50,\"fcs\":{\"ARFT\":212.5,\"CRF\":50,\"ARF\":4250,\"CRFT\":9},\"st\":\"6\",\"et\":\"96\"},{\"amount\":3750,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ARFT\":187.5,\"CRF\":50,\"ARF\":3750,\"CRFT\":9},\"st\":\"96\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":5000,\"additionalFee\":100,\"fcs\":{\"ACFT\":250,\"CCF\":100,\"ACF\":5000,\"CCFT\":18},\"st\":\"6\",\"et\":\"96\"},{\"amount\":4500,\"additionalFee\":100,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":225,\"CCF\":100,\"ACF\":4500,\"CCFT\":18},\"st\":\"96\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13903,\"Tax\":2782.8,\"YQTax\":0,\"OtherCharges\":2771,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16685.8,\"PublishedFare\":16362.21,\"OfferedFare\":16362.21,\"CommissionEarned\":323.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.03,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8924633598_0DXBDELSG12~24701848241040\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":323.59,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2782.8,\"BaseFareCal\":16362.21,\"BaseFare\":13903,\"CommissionEarned\":323.59,\"TDS\":-17.03,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2771,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":323.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16362.21,\"CostToCustomer\":16362.21,\"BaseFareCal\":16362.21,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16362.21,\"intOfferedFare\":16362.21,\"intPublishFare\":16685.8,\"TripjackMarkup\":0,\"TripjackCommission\":323.59,\"TripjackTDS\":\"17.03\",\"AddiMarkup\":0,\"CommisionPass\":323.59,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"123\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-12-04T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB05\",\"Price\":6462,\"amount\":6462,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"EB10\",\"Price\":12923,\"amount\":12923,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGSW\",\"Price\":445,\"amount\":445,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVSW\",\"Price\":495,\"amount\":495,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"VGML\",\"Price\":545,\"amount\":545,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"123\",\"Code\":\"NVML\",\"Price\":595,\"amount\":595,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bb0cc-903f4-9c847-799c7\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-12-04T13:46:01.040\",\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR117779275906\",\"bookingId_TJ\":\"TJ117779275906\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"03:45\",\"TravelDate\":\"2023-12-04T23:10\",\"LocalFromTime\":\"2023-12-04 23:10\",\"FromUTCTime\":\"2023-12-04T23:10\",\"LocalToTime\":\"2023-12-05 03:45\",\"ToUTCTime\":\"2023-12-05T03:45\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":185,\"DepartureDateTxt\":\"Mon, 04 Dec\",\"ArrivalDateTxt\":\"Tue, 05 Dec\",\"FlightDuration\":\"4h 35m\",\"SourcePlaceSysId\":8219,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":16685.8,\"ApiResultIndex\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"bb0cc-903f4-9c847-799c7\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2023-12-04T13:46:01.040\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13903,\"Tax\":2782.8,\"YQTax\":0,\"OtherCharges\":2771,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16685.8,\"PublishedFare\":16362.21,\"OfferedFare\":16362.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2782.8,\"BaseFareCal\":16362.21,\"BaseFare\":13903,\"CommissionEarned\":323.59,\"TDS\":-17.03,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":2771,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"123\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-05T03:45\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-12-04T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"03:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8924633598_0DXBDELSG12~10643016284608\",\"localFromDateTime\":\"2023-12-04 23:10\",\"localToDateTime\":\"2023-12-05 03:45\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":8219,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Dubai\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"DXB\",\"ContSysId_1\":\"228\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"04\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" AE - Dubai Intl Arpt DXB\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DXB\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"DXB\",\"to\":\"DEL\",\"sourceCityText\":\"Dubai, AE - Dubai Intl Arpt DXB, United Arab Emirates\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":8219,\"destinationCityId\":7701,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bb0cc-903f4-9c847-799c7\",\"PreferredAirline\":null,\"from_city_\":\"1__DXB-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Dubai&mytrip_city_to=Delhi&source_city=DXB&ContSysId_1=228&destination_city=DEL&ContSysId=101&source=Dubai%2C+AE+-+Dubai+Intl+Arpt+DXB%2C+United+Arab+Emirates&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+DEL%2C+India&departure_date=04%2F12%2F2023&return_date=&from_mytrip_city=+AE+-+Dubai+Intl+Arpt+DXB&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+DEL&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"appandit39@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9828517420\",\"FirstName\":\"Rao mohd\",\"LastName\":\"Galib\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":\"1996-12-15\",\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-04-13-47-26\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"V9900097\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2032-06-09\",\"passporIssue\":\"2022-06-10\",\"CustomerSysId\":\"127\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"959282\",\"TPSysId\":\"959283\",\"VersionId\":[\"291268\"],\"CustomerSysId\":\"560646\",\"TrxId\":\"77361\",\"FareBreakdownid\":[\"390167\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"288\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"127\",\"CustomerMemSysId\":[\"127\"],\"flight_booking_id\":[\"236\"]},\"selectedSeatSession\":null,\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"236\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":16362.21},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":null,\"TPSysId\":null,\"MasterTPSysId\":null,\"ProposalID\":\"\\/V1\",\"InvoiceDate\":\"2023-12-04\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2023-12-04\",\"PaymentDate\":\"2023-12-04\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":16362.21,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":16362.21,\"TotalDueAmount\":0,\"InvoiceValue\":16362.21,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DXB-DEL-SpiceJet SG-12\",\"ItemQty\":1,\"ItemRates\":16362.21,\"Total\":16362.21,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":16362.21,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":16362.21,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2023-12-04 13:50:08'),(1860,'521eb-b16cb-72243-3c1df','{\"FlightBookingData\":[{\"ticket_id\":\"6270875_3832\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-2342\",\"SegFlightNumberArr\":\"SG-2342\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"521eb-b16cb-72243-3c1df\",\"apiTraceId\":\"521eb-b16cb-72243-3c1df\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-12-06 21:25\",\"LocalFromTime\":\"2023-12-06 21:25\",\"FromUTCTime\":\"2023-12-06 21:25\",\"LocalToTime\":\"2023-12-06 22:25\",\"ToUTCTime\":\"2023-12-06 22:25\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FromDate\":\"06\\/12\\/2023\",\"ToDate\":\"06\\/12\\/2023\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Jaipur\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1616,\"PublishedFareTxt\":\"1,616\",\"ApiResultIndex\":\"521eb-b16cb-72243-3c1df\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-06T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-06 21:25\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"0HS\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1616,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1616,\"PublishedFare\":1616,\"PublishedFareAgent\":1616,\"OfferedFareAgent\":1616,\"OfferedFare\":1616,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"521eb-b16cb-72243-3c1df\",\"ApiResultIndex\":\"521eb-b16cb-72243-3c1df\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1616,\"BaseFareCal\":1616,\"BaseFare\":1616,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1616,\"CostToCustomer\":1616,\"BaseFareCal\":1616,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1616,\"intOfferedFare\":1616,\"intPublishFare\":1616,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"0HU\"},\"$$hashKey\":\"0H7\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}],\"flight_booking_id_Arr\":[\"238\"],\"ForCustomerSession\":[{\"AgencySysId\":\"103393\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8955176616\",\"FirstName\":\"ET\",\"LastName\":\"ET\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"103393\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-05 15:38:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"129\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"129\",\"CustomerMemSysId\":[\"129\"],\"flight_booking_customer\":[[\"290\"]],\"SearchTraceId\":\"521eb-b16cb-72243-3c1df\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"06\\/12\\/2023\",\"06\\/12\\/2023\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"05\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-06\",\"2023-12-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"521eb-b16cb-72243-3c1df\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"JAI\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/12\\/2023\",\"06\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"06 Dec Wed\",\"06 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-05 15:34:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"521eb-b16cb-72243-3c1df\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"06\\\\\\/12\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_dateG\\\":[\\\"05\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-06\\\",\\\"2023-12-06\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"06\\\\\\/12\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"06 Dec Wed\\\",\\\"06 Dec Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-05 15:34:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ticket_id\\\":\\\"6270875_3832\\\",\\\"api_type\\\":\\\"air_iq\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"FlightNumber\\\":\\\"SG-2342\\\",\\\"SegFlightNumberArr\\\":\\\"SG-2342\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsTJFlightAPI\\\":\\\"1\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"apiTraceId\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"21:25\\\",\\\"ArrivalTime\\\":\\\"22:25\\\",\\\"TravelDate\\\":\\\"2023-12-06 21:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-06 21:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-06 21:25\\\",\\\"LocalToTime\\\":\\\"2023-12-06 22:25\\\",\\\"ToUTCTime\\\":\\\"2023-12-06 22:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":\\\"\\\",\\\"FlyingMinutes\\\":0,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"FromDate\\\":\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"ToDate\\\":\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Jaipur\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":1616,\\\"PublishedFareTxt\\\":\\\"1,616\\\",\\\"ApiResultIndex\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":false,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Segments\\\":[{\\\"originAirportName\\\":\\\" Sanganeer Arpt (JAI), India\\\",\\\"destinationAirportName\\\":\\\" Delhi Indira Gandhi Intl (DEL), India\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-12-06T22:25\\\",\\\"SegFlightNumber\\\":\\\"SG-2342\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-12-06 21:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"21:25\\\",\\\"strArrivalDtTime\\\":\\\"22:25\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"$$hashKey\\\":\\\"0HS\\\"}],\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1616,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1616,\\\"PublishedFare\\\":1616,\\\"PublishedFareAgent\\\":1616,\\\"OfferedFareAgent\\\":1616,\\\"OfferedFare\\\":1616,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"ApiResultIndex\\\":\\\"521eb-b16cb-72243-3c1df\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL DEAL\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_DEAL\\\",\\\"colors\\\":\\\"#000000\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1616,\\\"BaseFareCal\\\":1616,\\\"BaseFare\\\":1616,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\"}],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":1616,\\\"CostToCustomer\\\":1616,\\\"BaseFareCal\\\":1616,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":1616,\\\"intOfferedFare\\\":1616,\\\"intPublishFare\\\":1616,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"$$hashKey\\\":\\\"0HU\\\"},\\\"$$hashKey\\\":\\\"0H7\\\",\\\"OnwardGroupPNR\\\":null,\\\"InwardGroupPNR\\\":null,\\\"OnwardGroupPNRDummy\\\":null}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8955176616\",\"leadEmail\":\"333AJAYBANNA333@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"128\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ET\",\"passenger-lastname-1\":\"ET\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"103393\",\"Salutation\":\"1\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"FirstName\":\"ET\",\"LastName\":\"ET\",\"CountryCode\":\"91\",\"MobileNo\":\"8955176616\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]},\"FareRuleRequest\":null}','2023-12-05 15:39:14'),(1863,'64ca5-f4e1b-d0b0b-d032e','{\"FlightBookingData\":[{\"ticket_id\":\"6270875_3832\",\"api_type\":\"air_iq\",\"EquipmentType\":\"\",\"FlightNumber\":\"SG-2342\",\"SegFlightNumberArr\":\"SG-2342\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"apiTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"22:25\",\"TravelDate\":\"2023-12-06 21:25\",\"LocalFromTime\":\"2023-12-06 21:25\",\"FromUTCTime\":\"2023-12-06 21:25\",\"LocalToTime\":\"2023-12-06 22:25\",\"ToUTCTime\":\"2023-12-06 22:25\",\"IsDirect\":0,\"FareClass\":\"\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"\",\"FlyingMinutes\":0,\"DepartureDateTxt\":\"Wed, 06 Dec\",\"ArrivalDateTxt\":\"Wed, 06 Dec\",\"FromDate\":\"06\\/12\\/2023\",\"ToDate\":\"06\\/12\\/2023\",\"FlightDuration\":\"1h 0m\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Jaipur\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"StopCountShow\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1616,\"PublishedFareTxt\":\"1,616\",\"ApiResultIndex\":\"64ca5-f4e1b-d0b0b-d032e\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":false,\"isSeatApplicable\":false,\"isSessionTime\":\"14:00\",\"Segments\":[{\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-06T22:25\",\"SegFlightNumber\":\"SG-2342\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-06 21:25\",\"TripIndicator\":\"\",\"Baggage\":\"\",\"CabinBaggage\":\"\",\"IsBaggage\":false,\"IsMealIncludes\":false,\"Duration\":\"\",\"GroundTime\":\"\",\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"034\"}],\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1616,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1616,\"PublishedFare\":1616,\"PublishedFareAgent\":1616,\"OfferedFareAgent\":1616,\"OfferedFare\":1616,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"64ca5-f4e1b-d0b0b-d032e\",\"ApiResultIndex\":\"64ca5-f4e1b-d0b0b-d032e\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL DEAL\",\"fareIdentifierSP\":\"SPECIAL_DEAL\",\"colors\":\"#000000\",\"SeatAvailable\":9,\"classOfBooking\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":0,\"TotalBaseFare\":1616,\"BaseFareCal\":1616,\"BaseFare\":1616,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"\",\"CabinBaggage\":\"\",\"showintax\":\"1\",\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1616,\"CostToCustomer\":1616,\"BaseFareCal\":1616,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1616,\"intOfferedFare\":1616,\"intPublishFare\":1616,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":0,\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1616,\"CostToAgent\":1616,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"$$hashKey\":\"036\",\"showintax\":\"1\",\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"$$hashKey\":\"02J\",\"OnwardGroupPNR\":null,\"InwardGroupPNR\":null,\"OnwardGroupPNRDummy\":null}],\"flight_booking_id_Arr\":[\"239\"],\"ForCustomerSession\":[{\"AgencySysId\":\"103393\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"129\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8955176616\",\"FirstName\":\"RETRE\",\"LastName\":\"ERT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"103393\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-05 15:40:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"169\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"103393\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"129\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8955176616\",\"FirstName\":\"RETRE\",\"LastName\":\"ERT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"103393\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-05 15:40:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"modified\":\"2023-12-05 15:40:17\",\"created\":\"2023-12-05 15:40:17\",\"CustomerMemberSysId\":\"169\"}],\"CustomerSysId\":\"129\",\"CustomerMemSysId\":[\"169\"],\"flight_booking_customer\":[[\"291\"]],\"SearchTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"06\\/12\\/2023\",\"06\\/12\\/2023\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"06\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-06\",\"2023-12-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"JAI\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/12\\/2023\",\"06\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"06 Dec Wed\",\"06 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-05 15:39:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jaipur (JAI)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"06\\\\\\/12\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"JAI\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sanganeer Arpt (JAI)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jaipur (JAI)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-06\\\",\\\"2023-12-06\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12995],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"sourceCityAirportCode\\\":[\\\"JAI\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"JAI\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"Fromlabel\\\":[\\\"Jaipur\\\"],\\\"Tolabel\\\":[\\\"Delhi\\\"],\\\"sourceCityText\\\":[\\\"Jaipur, IN - Sanganeer Arpt (JAI), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"06\\\\\\/12\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"06 Dec Wed\\\",\\\"06 Dec Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-05 15:39:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ticket_id\\\":\\\"6270875_3832\\\",\\\"api_type\\\":\\\"air_iq\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"FlightNumber\\\":\\\"SG-2342\\\",\\\"SegFlightNumberArr\\\":\\\"SG-2342\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsTJFlightAPI\\\":\\\"1\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"apiTraceId\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"21:25\\\",\\\"ArrivalTime\\\":\\\"22:25\\\",\\\"TravelDate\\\":\\\"2023-12-06 21:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-06 21:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-06 21:25\\\",\\\"LocalToTime\\\":\\\"2023-12-06 22:25\\\",\\\"ToUTCTime\\\":\\\"2023-12-06 22:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":\\\"\\\",\\\"FlyingMinutes\\\":0,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Dec\\\",\\\"FromDate\\\":\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"ToDate\\\":\\\"06\\\\\\/12\\\\\\/2023\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"SourcePlaceSysId\\\":\\\"12995\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"JAI\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Jaipur\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"StopCountShow\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":1616,\\\"PublishedFareTxt\\\":\\\"1,616\\\",\\\"ApiResultIndex\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":false,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Segments\\\":[{\\\"originAirportName\\\":\\\" Sanganeer Arpt (JAI), India\\\",\\\"destinationAirportName\\\":\\\" Delhi Indira Gandhi Intl (DEL), India\\\",\\\"originCityName\\\":\\\"Jaipur\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2023-12-06T22:25\\\",\\\"SegFlightNumber\\\":\\\"SG-2342\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"JAI\\\",\\\"originDepTime\\\":\\\"2023-12-06 21:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":false,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"21:25\\\",\\\"strArrivalDtTime\\\":\\\"22:25\\\",\\\"FlightDuration\\\":\\\"1h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"$$hashKey\\\":\\\"034\\\"}],\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1616,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1616,\\\"PublishedFare\\\":1616,\\\"PublishedFareAgent\\\":1616,\\\"OfferedFareAgent\\\":1616,\\\"OfferedFare\\\":1616,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"ApiResultIndex\\\":\\\"64ca5-f4e1b-d0b0b-d032e\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL DEAL\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_DEAL\\\",\\\"colors\\\":\\\"#000000\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":1616,\\\"BaseFareCal\\\":1616,\\\"BaseFare\\\":1616,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"showintax\\\":\\\"1\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":1616,\\\"CostToCustomer\\\":1616,\\\"BaseFareCal\\\":1616,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":1616,\\\"intOfferedFare\\\":1616,\\\"intPublishFare\\\":1616,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":0,\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1616,\\\"CostToAgent\\\":1616,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"$$hashKey\\\":\\\"036\\\",\\\"showintax\\\":\\\"1\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"$$hashKey\\\":\\\"02J\\\",\\\"OnwardGroupPNR\\\":null,\\\"InwardGroupPNR\\\":null,\\\"OnwardGroupPNRDummy\\\":null}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":\\\"1\\\",\\\"intExtraMarkup\\\":\\\"200\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8955176616\",\"leadEmail\":\"333AJAYBANNA333@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RETRE\",\"passenger-lastname-1\":\"ERT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"showintax\":\"1\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"103393\",\"Salutation\":\"1\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"FirstName\":\"RETRE\",\"LastName\":\"ERT\",\"CountryCode\":\"91\",\"MobileNo\":\"8955176616\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"103393\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"129\",\"EmailId\":\"333AJAYBANNA333@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8955176616\",\"FirstName\":\"RETRE\",\"LastName\":\"ERT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"103393\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-05 15:40:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"64ca5-f4e1b-d0b0b-d032e\",\"modified\":\"2023-12-05 15:40:17\",\"created\":\"2023-12-05 15:40:17\",\"MobileNo\":\"8955176616\",\"B2B\":true}],\"isWheelChair\":0}','2023-12-05 15:40:17'),(1865,'f49e0-f8364-6ba84-8667f','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5702146205287174964\",\"Flight_Key\":\"g72J7PaPVPSMKwcNkgaH\\/xYHod5cgRJ5WXXIdP0Vw1eJ0vAEFWPNPBtgbZ0S4whMRl3hM4\\/XD6z4gYbICFwBHgjItJAMn6f02zZjMDADolCZ0Y9IqAYRzVLfq3pkSbqiF08J0KW\\/Bs3EzpJiKcxhFgUdBPDW6zKqfw9dCsuch9cdgXrtVt1BQVqGKGZWUBHl2GckylSLDuZQNnstw1zrvvLYftPbF0L2uUJemV+ATqEmqFXd7ksgu58HQw5hUn2l42sxeh0t0LdMTZqDlWRTfBJU2Lw24riQ6D2PNOE2dPuBlWqRXN7WMrco52DyN\\/mpY84ZmhkKWBVhfwQ6XlwfAx0hNWw7WLbjULajGXixjPdN7ZwXrXvf3G3qObrpEy+r372tDjVrWp+Y4CotxmvHF+kFsJlRAy016Kais4K40O+VtdKh8CsDIbU2w7w8XIq\\/hO\\/g9e1i9GNDA+tK+zNXA8Lls707mvb2ZZi29fHtnd3DyH3K6c6xG8513ipsOdh5Jwp6vREHdIPfUIS9s5devY6goWehFL9aLoyA+b2ywQoQPKaQdAV8tdw+QwuLWcrzXGL8GACJrGUWC6p4VyMUF91RmVEkV4KlDFdTEi5hjXKMIPulW8JIdB\\/N5qgYO+Kiaknr6tlzHtXdoelfW0iEoulvE6VauJ+fWcxtWk5QmnFbcf6NyLdeSY2sEyjWSI3aqyUShEewfXwzqXheJ55AH\\/hs8T0TGQBYmvE5JD347\\/\\/mXVUEbgVAF905+VnX3Siif+8Zn1thst5jYLqhcvRPs5K1wHFLiwkZKIHDFMQplhoQPJev0hf2fhi\\/YdDp+ppYFA8DJXd35uKPrZ2uBMSJHNE4owK\\/A20eXLuqNpspAqAYxnECpDMtF9CAuf0iZ+GdB4KTYI2E4Bjg9zZFCxwzpJyMhRuBAbElN1LJZ3mk87qTL4ZnOeUWNIwNHO3ISMFvv8TMuXAqP0Na4d6p7NIYGObQ0881TkFmiUxwbJel4802dVagjqptuSz7SI7v1SS63\\/unCiudDsEvC17leUJ9sFWWnpsC20j\\/La6bJGx5MPJAXLuEU1Gvr9pDjmfTry6DY20elN\\/6T1PRthC1sJtMiT2d+YZ4b0TuFZGdcovA+EAgf80NgFnbuN5wbY5ToKAqHgzJKQJZDxf8mhMdn9YvC5GeKMdPLLlYwK+UpFxFQF26t+uUETa8+g5+9O834m7Q\\/MB+EKf5xZ7ZG3YYbRvSsH65dWKscE5huUI6+db4a0hc7kCvVRtHSHYU+2HxkyKxyvTu9Jkj0YnOtalR233bpx\\/WejoQrjFpsqfwwd\\/dhBRJE5HSCQGqwzxGjQ3HgJqtLHayUh+Q4JDncBZkFpnMfLXRnCM9XmLzTtd11RbSRlmBsZ54koaZeg8xlMxweVISDMbColJ5LKhRmpugryZLwnSf2wY2qEsyl5TrmZzliou\\/w7f3ErZHgaJGTISF0ST+dSPB7zOyTedh7WsrMS74IwcoRyYsaS8uXf1yUQhieM8XnCkUIV9KuRNAMZfFi5KVw7ROJ7As+i83xAtoyS3mUbskZ\\/uGJQ7edaiqMh6BdpgRD\\/25nU4P9VNOJ+S5dyUcoSTIX3adhiha5M+xC3eQvLI8UaG4UZvvdOzN6L+o2sV3uheQpWUfVACTlc4gJ4UVAozkUWGNevPqgmn7NIurZSkzaU\\/11bQ5dSQIAdkJXMoKG5qLrSFKZkWIQS7EBcH+9RYzSCsdoNTFD0st0uJv8VfQpeSnFOUv7eg4ZVPUu2MUB2lfHokYzoJuWqwX2moJeFvyBze72ohprYuNpEBcTjYAKGybVjHGhDk3ia7lXVn3JT3FzAJ9lLMNuoDcs6QItLJ\\/M8tN5TO5IMOYLQZdsw6dx+WNc3LvfLJ\\/Dc8AOGDDAFBU0x6EWnDxlR48tplIxCQEv4Wjeseu1rrB6+t1BTYyQYJmS9VIjkm2lNXfSYPWGufUy3zcSOv5EIZjvU9ArouDqoQrABTHdfGw+oSHwMpx2ndTBPzP1CA1FTvtqOBQk46lroUyNlSQAIKIATuZjxMd6044xd6YIhlaNOgVKw6eEZJUIFBMjH5YjIOtZkuQsGa3+6VcrC1ow\\/jxQawze\\/ViRKwIVAlRToQXnyWNZytXMGeLtkRo5G9BP2fem9eiZO3WBJRPCV+PfFMmS6zAvbe3rduTnpyQTdFoJH1Ya2TLst4LtJq+2NS3bbPT\\/2CaEqtav+FjZklZAbsiGSjzlYgR2hBpPXaF7ICarESSH\\/46PVv2GSJ94E+GjZW7444xmBNV13OuClUR77W52prGk\\/hwjjd9sgkWc3ohLQKXMIBoY02kgK12jaM0I72QHdJhP8FQRzFuLGK3i+OuAh2M04slHzxyMx1EOU7lIpEUKnObXOvXbm2ZuYBe7j0AYVH0jjmvgGOZCdbAf+BKN22Z996Hh4ukMkyYx6ewqB4tg\\/6nsTwGKxzqK3MV7mYJgJnBX9rebsk28tz5yF5+cWoJ4U+wtAoANIlx8q9\\/7S3lZz05ijpvYJOejHDFTciOwuRJY15etevCiLyElPYNkVphDBofmJmx+k+Ho0JGuZvEgHKe7tCcxaveJdIn8SYErJKrONojbG\\/SpNA926BEzRp6gz1xCMyLuM\\/NOEvS\\/Vyt5bgee0bxSPoLd7J1L\\/T8FHXOTZo0KkkZTZ71pQma\\/7GG57+1kMtyDVDBN5PWkt7Vsxt9c0eO0MESJoyGyAh3gnajQoFj8pVPBcbpoCkyHK66pHiA+\\/ztOyvw3\\/Wl1BSPo9xsByTdLQsK6BSdNjTtb0AM4s7wVKLWx0NPzj9CZHuHTfZ0qk\\/dea9AjzoVCwV5PNz7GjPQ4K8021vCU19QlX4lcasTByRcgluBlHy2460YY84Yz3yjyV3nXixwyG0RNsqvYjfqdJ06MT2kQiAL6xLB+1ILzGzi7mv6rJdT77dWTyWkEgNOfmh5mgg\\/lf50bQFYfuCmLwN8HxwHp6M1dgGImqGx+lROAB6auel4Qb+sg1k+IuWyGq7A3rEIVljnJJECrZKlXdWiN6LnUX5425rW27JFQ1Cy\\/IUqQWjw9DyLmf6iTN4V0JjtdpZsqiMVIIuDtKhLYhscWLYd7OFxQAIsgpzvFWprEWy127xXC2DMk8srYOm\\/KvON5XQPtAd9k1xf5iaWXTR+k3nVKyuDGTECwBveeYFuTM\\/OjWFcA7nmTmN5KrlsKwywOwHSvrKEoqusA2RMHyryaTO+j\\/9+Yw7BVzr2\\/H2Ihq1GjVWqnuirw10n0nwf6LMVdWDYtmVg\\/cpkYai5EWVsdjFy6+0G90WiUupkQnfXN8wZ6dODduOCzc2BDZ3rBgp826Nif\\/SztfpDc6RykJpPAtioK++ye13HS9fJqvFoWenedorEX8ZuGNmxi13QnrpSNjuIwgMyzgkZgoAXoKKyR3piEWofc5Ex7yVEuR2DGhb+T+KYjID3yyChGi2uaifvB+FUQYFqxhJ3nz58B6GjeI8fK9ThCUDel2cmst0HSX1rtWolgQTgoITfXGEZSUweTN1CkJp9lyG9wyoIy30EcQzp6qCb\\/lO+rmdtRDbQUMMVFFnegA7f61hlU23H8BWWBSxPVkJ7vWKBVjnijhJjNMmsbzBX\\/Gofks9ElAFj33II78bpzhMtF7Xw796hlZubFFnLVrxBohwyRDjmFqdSW99oaTcZCizr6vJLHzWEkklzpd3gvjaROZkafo8PiSzU06\\/ffMIaV34MJQsv8j0bA\\/EfM9eevdKlPr2Akn12McD0XH8ycPPIugJAyZhyUFUOlYyDzAWcmTJPT\\/Rn\\/AmsXzzV4y5VmDE5oHoQyIrTrEr012A1piJooped8\\/+IhOWoGXMW1yitRLoeWoNg9ojq\\/fLy3ZNo1eDRrG\\/r0E6fmTAG8KGyrX4x1OJdJUv\\/t+tQNMFzK+dBYOp+8rNinz8HSjZPMt0q3E1SGdaelt5f7ArWcsplibktxs1Nuo+\\/fCJCduXjKreqZaM8Md4fKIGX7l9ACaz00sHwGpSJvi4aRM7gDfSzWqcW9G8F20anAMxn+izW5v7\\/T8j3nWhthnpU1CIZabbrxvxNA3x0AubLp8uVVJIwQIUJcUzzpqYy+tDyLnhEMwDeVIRRvDXz09b9h00pqLf5WSc8Z32vULETQQN+GNLOX\\/9rvPQtXtlEECGk47P5aMBKjxBrLZzpc+Z0oaRO56f1+9TvnjD\\/IqBn+OwhRNdgCFNvD7TnYSuXQFRKWeXMhtZXrEfR3fIa\\/ZlxbCUJ5\\/nQRHR99mtAwu56hxppBLWngFIcGYZthq0t67xIDtI\\/kEN2QA5YR1fAaHg2KSH1eISSSmMH+zjnH0Na4d1FQ1P8gnEpj7LYzRLJAJ2nhFsHpgYR6iogtqE0lh6QOKRb1f2lUKpIZdlq1BO6cU1Ux7EG7YcAP\\/DFSiJssjL1DYJ4h0W3JQ4kRwrc0sPTb+rjxCHafsgpHt6Mx+thqgasgGP9NDFdiNEQEh1E1QtXNmdP6fp3FnYjxFphDOKkgkBvthIz4JuCzyk5N8t1ptWBPW0yOi6lgGFhVGoPhfcdiq72SfZv5xbNoItVtZs3BEuX4taqLM7C7LQMUXu24Si7nNlwHW\\/MOauxpalEEfOo7HXcFgn8HcrRJ+JIInJt9HHppNH9rnmiCunNk523aVRUz0PdM1GIk2I\\/DkX8fyd\\/Ae4DhVN7WUSTgUuqOFLXNYANyy93C7C0YSsExIhDEd6M7WhKACrZt7HxxANjYupbpFccLJ\\/oj6E\\/IchvR8\\/I2dqGOwFevlXZJrVTrjqAkVYJCU9S9PGNZt90wSsgS12jzlIS9AyZQjTKyfOBhL\\/BidzmEtaH1OeqJF84XG0m4UAyIFXa\\/dXYW\\/acxq9UnbZkKOVbGvN6tXXiv0WKkalrfJHn7lZoGDzs6dDwKsvYPm3WcwwTivh+\",\"FlightNumber\":\"6E- 839\",\"SegFlightNumberArr\":\"6E- 839\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 05:20\",\"ToUTCTime\":\"2023-12-15 07:55\",\"DepartureTime\":\"05:20\",\"ArrivalTime\":\"07:55\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 35m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"30\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"f49e0-f8364-6ba84-8667f\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":7051,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5327,\"Tax\":1760,\"intPublishedFare\":7051,\"OfferedFareAgent\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"PublishedFareAgent\":7051,\"CostToAgentCustomer\":7051,\"PublishedFarePerPax\":7051,\"OfferedFare\":7051,\"CommissionEarned\":0,\"CommDiscount\":96,\"TDS\":5,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4956379056199194301\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"30\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":96,\"NetCommission\":117,\"BaseFare\":5327,\"Tax\":1760,\"OfferedFare\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"TDS\":\"5\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1760,\"YR\":0},\"ApiNCM\":96,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":96,\"AgentMarkUp\":0,\"CostToAgentCustomer\":7051,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":96,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":96,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":7051,\"CostToCustomer\":7051,\"CostToAgentCustomer\":7051,\"TotalEarning\":0,\"CostToCompany\":7051,\"CostToAgent\":7051,\"AgentB2CEarning\":0,\"intOfferedFare\":7051,\"intPublishFare\":7147,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"5\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15 07:55\",\"SegFlightNumber\":\"6E- 839\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15 05:20\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":\"30\",\"strDepartureDtTime\":\"05:20\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"2\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6Ss7D4prMATUNB17tzSPdwuw5ozEXyqY3j3tJQ+cLOQCMbyLnWVe9qf141+8QA\\/KU5\\/i2D557wuUVCcC1R7ucb+D8SoKgqDN6Fg65VgJxc1oozj4c6i4kJc+LxkBJ6ysDuY8+U8LOcXzJveen4ABjaocu5ZG6s4OVBRvhU83ccEC\\/qZhyWZP6ZdEx9fIqN3FW7I2eDnLTkOeQjp1nu4aBX01KAGKZncg9L9sW38\\/nxj4hGc7vSHZItg83EeOyzm1Gg5SKjX6aYE8chGUQ7SrGB8OR3VvEuvU2ka7zAv8DBRpl\\/Ib5GumlXvJxOLgsG1ADE7NlaG72RvzfKoGgoDyjIeXmhGipkXmMyTKRIpxVurZrxGyHYl9NyhyGGJhysEChwyYh\\/6kXz4\\/O5PPchYu6OS8sSsnMPa\\/h+uhTRneMpkouLNdHGwFSZn+UMCaGSS7aUQhku+yIvTl+QEDlACzqurw7mJftjggrsbi6tsMEEj9IsZtHtdGpadLYEUEVQ05wL\\/VVELuvKIrOmMDhNF1EyEoN1KTqXIl8Co\\/H0NLf6cuntQMRfTZm5ss5f01C66vo1ewDAo+3yI1EeCUqc3ii74=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"\\/hOciBcp0WWc7E6oupxBmQ1Pz\\/Cq37S1FYwdDKkiOeWhxahpOH8Bysl5g1GJ1mSoBdhUEfuwB1yVEyhOLv5YKw0Xi6NopxH+63hYzQ1rK3j9L8DCvIKj9aqirmnCyQsvNeu8+HFvOODl1Tpqy4j74aK5UA16burhzsjNOR2vgNsqoyRAnXgSPs\\/J1CqzMGw0jSEgK\\/TJbQqtBmtlN+kfu9fJejjTQ0jm1OBrFGoc5RrXGDTuZAna9AHmtt+ulQLURLfjSAKqusq0SFkThZ2ixVti8JlnYzAmi46Em\\/FS43IfTuI2YqLGBTLnRM97sSTwMYL5ltZiPS56gsNw\\/V6QHML6AZQlfIVpcL1aJzHaP4uHWpUDYi4hoCx9PUaBFEjGxrbjokw30IRWlhpoPxDr5UBZJnnlklWkcGlIdklsKRJiAQUtGcdoawHqPHLxPFPtmFSQs3ajKX4h+ldR1Arzb5s2K3z\\/OJ4QA9X+ajJ\\/omaiQJWBsbYiMrYfVxeTrDaFNA1nCE3Nrewy6KSfVdl9jG2ZDC3ZK4h4VlI0PImRufEQH1hSZISxvrBjYIUJ31SoaH4pv6j\\/brmyIcEISiW9ToOlGJbDC1J8TluV8umGPOY=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABHz2Zwg4C851Th1Sd16xqFdHCZRnBfzdbFxz5eFrd3i+uj1F4N4jjIYWJ+Iv9tpzxKpWsJKbMnMnnxSUXi8uIZcXdVxLRnODkhx+8UrlFvNO5kuQd\\/vxnE+RaVzFALJ14BrEviVqg\\/xxpYiTYUMdl716zOdawb9tX68pbo9kunzJIQIjgijsJ4tVLjKOfGFxfsv3ffGu1KlczqFmAczb4Y5qN79\\/IcmRScdV\\/xrjHP5XVCL6e9YWepJmbjQnWaPGVbOzejGTUeF67wLOqQzbGVRg3ywtgrvLllqGTGLOvWef5kTS\\/efjfdqsGm+YW9G68ksZlndhbm6Uf+Q+jocRTpmejA1FLe6xjnIM6AXIG1fevR\\/itKEFfLts+WRId8bJiTsUZIMLa6vrSXLZHnmwqEIm0ZjNsnRl\\/HGf1eveVObvqZEE7GXIWTf7LBlccD8cLka9qZRbpo3HDGWt+3k66xKtwAdqXJzXHxIU7UxMAtAuOi6K+z9S8UCBNrOmS4cMc1QUwkqV4SPuYYbZgnsHoYAwcXgD9dZoNdDMBsqHiwqpD+etSyW2IebMTg\\/1DRg0dysPpYfJvpQPSU9lHNhu6N0=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"\\/3JTCp8CGz4+VLza\\/pzFwD93F9pulVbZIRP3qtA17iprMGPuBeNcUjmQBLOTjAML13vGsybFsNSXFcl\\/d\\/Z4nAcsiBUpRCwL7g7Z8AB2TpywgTaVNxbHJdbqPAhxDSgjI1HOG2vKtf8XnRbYtg+sO5HMT0sChOpX10g6U6oDp+U\\/OEJrn5UWCEVZjYRtoI81kUATanKS8FGue+ohFh96fVYASNG\\/KxmThLpfylwRZ8Ubv7EItAB+tm7exzIA9UgO\\/qoS0NXRsee6E1h+VBibeQobTJ8XjdrrNUEgd+av76R15IKcGSK9hjeSOKCCWedMyTTe2hUw8eJn+xWOHWJKkfgCzYGuGN1TLqHBmaa8PTfcDktYYdz5TU\\/3h7MyyGaAMQC3f234VAMmqDCbkG2WK2bX6gF1py0KajXhSMI+FT4PmDBE\\/ZrhziJx4VaLP8QMJ7kuaxXSDe+fbA2jCUtdUvz6xShgIljYAHN5di\\/fIn9D2SExZ6B2L8EFLLHAg8EE1xvGCnmClnt1mH9mxDZr87og4j9ymSWRRE2iFPOhuoRhzQt3yko\\/Wtrirgz\\/FariUfwihGGFRIuw1L1th\\/HOeVusCY\\/kS6Jf6\\/EH+MshGZ8=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALcKj2CgFxbRhtjevSY1QHFwVNS2iaAl\\/ehTINBS+u2\\/5\\/SJTdy5OX6ER+N+CXpChdXnbRfvVogeRU8h3j6MoEBbsVRIwRO3s8ClKUQDz04sgdGpduT4GabKMMRwBL3AVuLdu5TXIx7OHD6Tgy1km\\/B5YQ2jefBsaIDL5r\\/d\\/tCqSURZBmKerl6QI5xdtccM9aFw4RL8Zfz5opzUomLFcOFbYmLOqouMUHy8tttQ5y5oyNBxg6OkLgGFAFkUv42twHCjD\\/d\\/1mU9A1kIrSHPkttgGOuyl1FXa63CQEgp9jb8KcunutE++pw62g3CyZ4x\\/95qZPoREabKzzRCVVaKUHyEiW0hGnf\\/bB0TbjFZ5YJxr21Z94jOZn\\/we7vc1Cs0AyTal5EUVjAYwJKaFN0WKfK8QLDEOQQknZ\\/StznZ0WsX2xHzcIVP1S65FlHuPbQJfSP7u+xOeZXDKuS1KmrQOOm2QEtczftSenx4J9aFXrTherTCEDBBIIp\\/oXT228mTXXFiWtl8wx1gfDHTazPLvKrpEGZZilI4gIBwOB5ZJ59Nf7jqIPdEQTNYzzZrfyM82dbSpvMtJO7ElOMRh2wHEby4=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABPQ7Z3Za1F2fcPghngXJ9f\\/JR928DGbWDvUz8BHRFNppt6lU3CgkWiwTpoRvFAKK4QJ4HAlhzAv5MKUp\\/75BHQBvFYerznPtlToZsSJP1anacU2ZoGQUICCnHoGRZzfrIuM+xj55DnystLfX9ZSQE13p30ERQ3jqMY\\/k5Of3uo+B7znpherUVVSXZZC0ucTv2881ki3lf2cIS0XJXqLnk4eVSgPP+U2pCCJueJVCsXDPEU1xWQm8NT6WpKALOoXwpZQiBcg9iPpO5yDpnVUeQw6oVcxVWM685mNRP8PcMWW8fptwe3XIpZLbrJFOGPo0dDfkFOLidpeC5EwVvy9DUHVWU3HdDxTW6VqmS7OPY5BJLkG1DfK09E4aNoJZowTctGtdTp1ycIzuQj71ExNAUIW52Uk9aFRe6FldJ2QrIOEjtNsRSbfV63oEFwp6+swyR0tgtlFFJUN6l+DSk2euQrmcFYkkvejJCHcxoDNftPLMhikujE1rg7rRq8RdBtnI26OsJP1CRNu66Arii10HLtBOrPdJexEQyi4aCva0TNiGIJGhpiN0ucPZo+EapUl9skNfKY8CaPcHP1SV0m\\/R0SI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"S1mKkEbrzGYWLT2C6PTH6i\\/MqqUDmIfM9FTnlLxSDvpxKtZpbsa6CjibHjwOZ9ycSkYnJSJjJAuuxNq4EU4FFro\\/m3j4zK\\/96VZvOEjLc7RJqlln+\\/8FUaP8kzfxBTp\\/3riQFsfd9HIOMniwAsS\\/hJqdd8uY\\/nSnYvOv+6m6CAi+RpXxOdcWIXaebGl8VmpOo9b3JddFIT4Y7zXtaMSsvnNDaM69otL10gLoMTOkNZSibfPeu\\/osiwIDauCp7+nRpP1Ujnx1oUIMSHT38zaSNZgr9LnWKNLDz1EUidsxrSwWo+J0k8tlSuQCN79FBhaAQNME26OHzLcJuWBJHhrcNukLb3b24n0yB6xCy7Uyh9xvrW9J8ozx2OVyq8F+CmCpcoC9WVcfiwWF4m3e8rys06r0Q86gWW52x6hg8rUAFIBGm+TIHZyxfcn0GyAvVkKv5QRrrtz+UCdyw+JF+1wKCOIXzcvC8VJMPhZ2Ki72n7YNvAq8yGf9YFmwsypVugiwgrOgjIolq92PVEvZk3oBBI2sCLE6jshemsIrTUVbt3A=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"RMZMS+NcUggZ+SWpEDI+K3eixFLiVSE2rTBM6QXI4yMqJIDLuN3U+W5dDbu9GrCFHOVpJzqR2+yr6L6YSnuUFnoQ5Hr3XBAv3R8w8Q50MDfIBSDzu\\/O7zxwDBeJiQtV2IqNnojss3mH62eCfMH7Wh6w8nQ2GhIGzbNwBXUggmFJlNJZu6xZKSaPBZlYq5IuytTLuiNHUi5Zlj+3AmEpBpkzKys0JbDbNWv8woEWcgwAS0r4jDV322zVv8pw2J7jO3HP2qrWtO7YYDxzr9JUQpnuvG2dHyLcWj8oQhA\\/k87fwIjsrqONQ3T18okqHyD1kCiWwV+jIhA+9a0QzP\\/ACu2ZNxypbmMjoT5HjwunoJ97ERyPJKt\\/uqV4xZVcioDuXowgzk1PoQyrr7soAtkWW73wkXYfwcg1d7I+MVMa0ASwn4tyBkpHI4eZIT8zr5gU8ZtOM5wUVpYvkmRj\\/ffbompxEWaziWBLFhDAmvY5oDv8LaCKMO1zJxUF7WW3zb8umG9yHVcW3BnFQ2xayfHJkjFFqbqEtLxFvWWMlhkJat2k=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"hkopSnX0Kkr2Szo8hN1eeYcjr+50JK3I3xDFCWaLCGgIXxwvIrBEXCwC3pLDdEEVm1SEuNFbnoy6kTbphQHKSUDhF71iv4rpTN3CVxUsERrTalql9Kx4pJDsIS32db7U4GvhRLXgFPUs6AJCHmCATV7IYBjgvc42sWFOosqUszd31k6Ef5btVpcgQAVGHiojRdCBNccYybChO7B1AIFG3mTDxOjp9w+9Dv6BXXPq34qdSyPziFTTb3e0yaiZULkDjq96XhT9K7I679brV7y5laFeG69jcT7LooMsbdPTjsFveL2+4+h7Z08lwLXnUhkzOCCitaRI0YIdS1dYTW\\/b7MLgAUTTTb8iInuS6Ao3aTncuEZcoEE2FgMNjyH21jwigjXGlarZnL0e0D3agR4eHicL7+O\\/dV3l8drq6BVv+E79XMWIaU7UP69EHMq+28sxQvFDwo4xI6wFN9Xha2yNCQq9sJP8rL8t7Uxw+ImRZuYnh64Pr3ccmL3SZ0fwr9d36qMQ6pFVYzz8qrS0dOVQOL2uWfhh6KwoQMCHD5xclUTEz3WNlXVGyyhAMd+PrtFMSmdBN4xr3M8KOYB0op+zlA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"3LEiY1nZjw+Nk8aUhCwtB1eX\\/B0+WKIxnxONBqqqSViiIfHhjGX0Mg7VzZWdiSbQD0wGTQhLEJq7UlQJA\\/JFMfSIhD+6yY5JomzQoK6RFgE5lV4BxadPtTWZhgyi6aKCLDnAAMmclZfy6FaDqsMFjcrj8ErcxvjS4gsj70mG\\/BmwuB6VDwyRTFCkMfddPoqY9chGkZDA1Qr\\/ZHh3l8wBZH4o5HEKOrTWh1TzB0ug2hyNNHz2C56KZ6Y9h47MkCnYnrX2dn\\/LTWaDP6ZUOdSZ\\/tDO08Yv+KJ4zayQINjIGJ6\\/T2WpTnE1JUhtb5l1I+onOFyPhrciybGN3eHxU5n6wrS2hExCjcMVInMEpfi8fpBi0Nz6A+crzR5lXyDtRPCK1QwAWvpzY4WVnGzcumLYI3erAs7qmpIkWnt7EUM9VoPNsvZ\\/qsyxUwY9qSNNt4vZ8gJEScjHQ3uEBMA0SRMv4KT8UOxrpED65T4WTrnzP9pAxusOTUlL7inszbttL1I+en5zeAX4fy8s6saE6CUadJV\\/2uKJNE7PDmeRiaYMg8s=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"RTh+eQywQr\\/tLVBW3P+GUjb30cGFGA0MsvFKjJ++rFU9ikSOU+gaQ5Lfp9DfPUCAftlF873fSXq\\/7v7MFEcouyKpoiZeMO9P6bjKOVYpeZM9I7DjWEu1dgwwOIm1xHPO2CUtVztjCX3YlcOPkI9SF0c4VQ84UpolwVidhiQ\\/Jx6airFoNGDnRzuQJqZ88YsPjdCSq6Vzquf6SIcS4ZyRDJKzoW\\/B9ooxq6OIILlIq9sDwvmY8dYX6GtJSMZQ0UP0UNOP7UPLXhRIEyafUjBkVWgxFJuMRIIYY3LwebGmchx0dydD5q64uK4IbVQqSRFFsclZ478l3pS5i+sY0S7WeheQGE4ton2bngl8Wh7I6SN9Nd\\/dQkqJ7NU5t40dSNHmwi+D0ox02bji4LsXAy\\/VtN\\/E7ckE5RjS3AdOhL4KqnZGxMp41Z4nCQvPKFrNMxj2jyuNwpHef6fhOS4A2aGb17pnhBIg0RS5tjxScUU3t4ltNtYLuh8Z9\\/uyxhab85uVfekxdKnOfOQEH9CBgwOnbUhs+j7+8N22Ke9CapxbeKM=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"lFqWVAV08i1P4+8EzxtXHxqPb0EUjh6N3ek5DbQfsqugrF95Eg66L\\/Eun2YsIrBpfTstNwXU8HiTiAtZJcxomOPHUV7fS\\/RgfBwCxL8x9P\\/cuosRLuglNTnPSUsJhrpXibTnMDkQPITv6vrt6lOoB\\/t7jdTGToDQcM2PmD6Jj8TtANBjQE78W10VE2C0vQPaR4p1LmV+tzaOX149T\\/Rq7HtABi3nyFWug\\/VHbmTx3Is9A2cOw6JmRRf3KUt6B18l1030tl1taP3kTmZzV2sDvsFI2I\\/ungnhhtvROCFGcyuSGc0C8ODmXnHo9MemUaJMwedcMdTXunS15A5RukJRDOsyl3INN3smWU6PNvsRHgZEflX\\/mYjzctUfhUzo2Mf2z1qWqaHY62Moj7BBHkBCPCGPtAX2BhMhRfzIlXVK7W2d\\/E6J6TXu336mG8uglI7+dU5qYnUrbVlY1Xt6HxKN5ZCv6unU4SLWYqkc5ocXZE6klaJed+\\/fn4OKxEE0FR0JPPCrGYY+9FRpaUv3rusCM+4s3fAA2Zf0h8au9dX9TLU=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"MkxW6Pm3jdWbn7sHWyG0AGL+Bu7yVzDVZ2EkMOROijGS4Ew+Qjeh0vN5FE6VigpiFQxRmQM8bNraICv5lXPv3kSLIxbkKVwr9\\/PFJHkCUmhDmYJPNEruVczRUX\\/+i00SIXnYwDhaCKYg8DS\\/JU14giK0yCOeQSQRaq6Us+lHM\\/XVIQmTbYyWgYOuhBIz\\/1Mz0GXZc\\/3Zs\\/YbAd59kK43txaxRc+U1+sG7DMu4MNjlaXGQ\\/9cN3zdWv7LW7vF+ZN+EAxoL\\/WFyzqHTQUcqslxoVp3v9sdgDU1raOvgcniYozxSVRZ47y+07Oi\\/Wpy9201owqB6q6euRbX7M+J1IzettugbPqSInbjQw4OTp4TxnqKXCWdyHKagFnhzJYJPLybZnm4uKYx2oGntuO4PjDjApyt9eAUOkjNnrXnnyhFiAihDLwxsqVFW0XzupWt\\/HD\\/qSzeNzVl02MvqM17\\/7hEyv\\/dxEOpS8GhrQRXroqd7tQY9jrTPrrU+Bc+VExfSRXsP1SDK\\/mvIAfbQ4wLlav\\/b2rlKRdmQ2EtqfwdAYQhkiY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"7VT7\\/HosR70A6PVEfBKX2j5wypc8pYp0\\/dc32TZWRq9yrIiG8vuIADxRE\\/p9F6lUP1QclJ+gB48KU8P\\/H95+P2Rathn\\/igPhk1YAtlGXGdKh2F0LM+8ON4oa8mTvBOdOHBaGHWw+bsUcyuiH94a6bJ2vqCgNMMS+3xT8+Dgsma\\/4SmWjgqZhjHN86hb0sklQoLgljjQ+Yng823TODb\\/ls0hvme1VGmDnpGi37kOuwIsP9aHijNETVMzDo1coGfpYvPdVWxeIIhgsu+0yy3MIqtMQr7Rx3IP0g90ZEQqZc7LOnaPO0YkFNNAHdhsJ9CMHPg\\/J27IEwYOhGit6V0iHcYjhBqNb73rlzRT+BnmN\\/r4XyBkZtgi5XVu40rLeMs88GSHGu2CsHJweoz9sODW0X3LSfgNdN1hfHObFOYZV3Dlm0XcFjfehngdLhMXxCal1UNIR\\/DB7MAevrGDdo85eSwWnkKxgxQshSGle4hXKb1GvNQUmqEoubShm+rSDYSP1xPj6jPagKBpRmmafKgPS6gp8A3nTZZTugKWWaECq6SmHYtM9WEVc34vQDa7bnams\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"C659nHJXNLxZM7BlYxRKvl\\/GtvvB2VB2wPutyiZuxzQ\\/cvxokqdad8\\/XB06SqSHtd7UVghpkd0A5tNV2lvxZyF04NxrFd718YCfr8BEcthBwtyzvqultTsd25\\/pGlfQGhcpROUIiYA2i0Sd4JW9cAQhy86Q9z4h44Np9GkCbUk04wMbAoairvIW6EQiX7PDFY657+OLHiuQpnPYNCqZtN8\\/veAP6X56ZgRm9\\/4EMu4OdPzhdrM24167B7yFMeUH72kI3UK2sdAgs6yhuOgOyjSbq9kqA7m9tfgMjuZJ41GL1+ZWleFN9f040pR\\/PaOmVsphVlG7WMhcazHni3a\\/yKXSs0bgKjb6CxBzmipd+ySO0OvAMnbOZZh6w6GGEuGlpzD0qK64NwNmaAfGq90QneBEzrjqFXcHGqHfhiSZ\\/2fzblZl3Enh\\/n8gDUM3T\\/URaFS2QzibKOEmWGnhGbq3y959NdLo\\/gVD7lb5rJWEUqzrP33EJ6vLQIUoPD5eFid6wmtfz4tw4zfZ7Pn\\/\\/EHQ7eTAWAANmsxJ1qv4DQ5xjd23BNjDKe6tY2Sukrw2tWqqB\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"xBJm9xsHvo43Oph4vt4o2EuM8tBkSQakk9zoX1TalZq12CvLf3zwNh9ephKyIi4hn0fXM0p\\/OvJW3Qg9l0FMiSP4XKX1\\/1pbXnMA5Q9YcP5AJ9CCGbT9zGe\\/HKCGRaQHE0eYQqLtLyWZ2e9L\\/8YiDvBhWWc1nNvuhfpkGCnFz3xnQfxOTZ0z\\/gtCeRw9HmWvaILFGUpxDuQksrD9tE7UMEdZYkIlAxSWhfY9jUHLW4fO31l1K+MPFlAkYhvBRKGK4KaKMbj4HLCRdAFjx1ZvQcPK+4tRun51TJMqi4RB\\/6pdS1\\/OlibYTxKJ+nr18CNGIEyGD7Sa65agkbtrM7tvq6PnyxYKYIXO797irjFxyd9f7gD13zWjqXBBp1bZl5eA8ie8cxPsAp7QQ3uNqLiJAKOQkr\\/JVEi+lXlEUNBrGzwaA391lp1G0h2i891HHt97ozV+FBwQq6R6LLOxbugsO6GqyizvlFarYvLgbvUnn3mqL3PntWsjdaK+5YGOQNTJD+++MpjBDJAxi3GS+BPB3LIrGqSz63T3+elbeMKS1x8wYfo5mB\\/+EHZ\\/PwW4qnA0Ssr43uQG4RTKQZpBJOjugg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5702146205287174964\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"yPiky4V45s9hHg44gunkQwcnqlFmQTGgIv5xXTCcKgR72FXFke92ys+PXucnabPSos7N9gW+cRQDvzesV6A6cQbHEx+bD8624w0s9nZIjRNreVuNSrlM\\/\\/JDtfgobkKNYPThLSJ9z4PyY3JwFQL0Qf9GC3YzHTOT2VLPHsShy0zINHQ15YnIxt8Yg79IBeyduc4fMzZNVNo6KjhdaAd3Jh82wp84jxq21YfCGdFpHvlX7AQa+vtl1JA1SDh\\/u+fg2stJ6OlIacxdE0jVErJMddIlQPd7hegQqHHDcFliLGNq5Nx8G+snTFYt22u97ln3aPJbxiHtJCo21QtLBNr9WpXvdPxw88eNTfR1NbEOFGoUOW6VkLjW8\\/sf0qWYTbq+IuCNDLO8xKx2WCTvsTilpNC6T5FoR7sK5gQQbXddFD6k\\/9BonlPTMA+PHzW5OQo10gi\\/OeVYR2BuiuTLDL03MCaYmhp4IWighnSmjF6NwRRyI\\/YxAOPNO8cuRjjMNFsLrSoZi2BWmCos4XpX1UcejWvD8rnPwqKstmUUe4dDwW9ojDf\\/m4c5qqmPdzmO2SOj\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni812xAZvqXVPdMXl03mhED9M9bDyilvdKkJKkXQ7ljBX8j3plsQao1D7QyDoLT+JamL1SYyDQ78KFBa48HgbIXsNMPMaHkpZLq+SMCJaTzH9psbAtm4G2oz+NjRh3wzJpg8317pUa+rnnZAEA9LQeaGT2f3ZNV6LGaza+Td2QpVBS0OJuQf25WhvACL7XqaG5q9tY12+ir9mhmOQtEV5WHX5l8hUSYO0nxSUDA2LQfqO34Uf+J8aYag+SrhThVhZWIuRHXJrLEIbfxPtIGr1J3kvOUJ8ByKyKw5EqJiB1om0dOx29220HrdWuDXzA07N3b1vL97bUX5oOylQfjqHbowD48hXmjoJTqOfCNqimqHkXaXpxsNvUlkfOTL9fHTZ8Hwku2OCxN+EpaOsDFs0TUMuIMvzi5rxL0EZcY3i0D5WIgqyopgwqKcsQmInlCquBH\\/sezrZDRA9oAtIYY36MjrqfG9Evl3TouWPcjH+MCnnB02ScX2VYlMY8u64k6n197F0w3oS\\/tU2GcRaarkXR\\/4bk+14XD\\/wrFEuhNl+k05dU7uxnoGRmNTTFicaXIdAznfrbyVqExmu+jDRe5nQ23vCaLDYj2KkGyRgRD\\/IS54QQAEqvGmOYgSChqlX2gzPpoMJFb0N5Bm7Q1asxqfd3FKoMFTX\\/KaqyDMo+QD1KyrJ\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-15\"}],\"apiTraceId\":\"MAIN4956379056199194301\",\"SearchTraceId\":\"f49e0-f8364-6ba84-8667f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"06\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f49e0-f8364-6ba84-8667f\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"JAI\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 16:58:55\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"f49e0-f8364-6ba84-8667f\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni812xAZvqXVPdMXl03mhED9M9bDyilvdKkJKkXQ7ljBX8j3plsQao1D7QyDoLT+JamL1SYyDQ78KFBa48HgbIXsNMPMaHkpZLq+SMCJaTzH9psbAtm4G2oz+NjRh3wzJpg8317pUa+rnnZAEA9LQeaGT2f3ZNV6LGaza+Td2QpVBS0OJuQf25WhvACL7XqaG5q9tY12+ir9mhmOQtEV5WHX5l8hUSYO0nxSUDA2LQfqO34Uf+J8aYag+SrhThVhZWIuRHXJrLEIbfxPtIGr1J3kvOUJ8ByKyKw5EqJiB1om0dOx29220HrdWuDXzA07N3b1vL97bUX5oOylQfjqHbowD48hXmjoJTqOfCNqimqHkXaXpxsNvUlkfOTL9fHTZ8Hwku2OCxN+EpaOsDFs0TUMuIMvzi5rxL0EZcY3i0D5WIgqyopgwqKcsQmInlCquBH\\/sezrZDRA9oAtIYY36MjrqfG9Evl3TouWPcjH+MCnnB02ScX2VYlMY8u64k6n197F0w3oS\\/tU2GcRaarkXR\\/4bk+14XD\\/wrFEuhNl+k05dU7uxnoGRmNTTFicaXIdAznfrbyVqExmu+jDRe5nQ23vCaLDYj2KkGyRgRD\\/IS54QQAEqvGmOYgSChqlX2gzPpoMJFb0N5Bm7Q1asxqfd3FKoMFTX\\/KaqyDMo+QD1KyrJ\",\"AirRepriceRequests\":[{\"Flight_Key\":\"kLUdstC4QdUP3WeAIlTIiKLnJNlsuWoWRdQdd5n659UpgkT5UllZvIGs3PTFvOCuY8rUhqaenjWLo\\/wrzO0jQj+JdSOAaYlYgGEkXGSt5NeZNOB6O2e7iiSyMFz3EQ6C3fuf4mMuRAUZRL\\/0PKChmHXObUUwkOQdq2GNErErIi0aQkwCBi4dr+QDzo4tsQ+1OPLGMSqwhFSZ\\/11FwXkUA0zIPM3LNR1KWtPyQjl\\/MVwIh6STlRFpKYrdVEyR2EkLtYcHagQWhjaWlObrm3ClP8dtWjRCct8zNWko9YBBVSUwBKWaaFD3XPEu1VOf3zWg+Ex08RkV0izjjittd5renM9\\/2GjBKMbcoENTBRc5sVGoEDm9b6HeWltuJSPbo8guSqdm5FVrznVUEGmsqOtL93kUwWfpXUijtK9akD3+Pvf\\/WGPaVNqr21AwEyw8RotZbRUfNPBV0xHXDX+KDOB85HNQqa2NATMwdKdbZGMlhNpXvWH4\\/oWpdl0\\/6T3TnarVeFk2pkv04XKcmKO\\/kLfgs6RuQpvL475n9ulymggC+CJguVOgfrYOmJ7QeamMzuPo+GrYstPfr7qoc4kLNw+NJsmmGRyn3TrjZj3KqPFN+C7fTJA79O\\/cGR03W3yO5deWVlKTqM3FpXTrec7x94hhefGknipJDgRjVJHKoRNpzLIb6HQQ\\/U+781LhjmCWTNsvRkxl4RGJiSpVrx7r8vtx1bBieabs4WChGOZGRIWy54aPbC6kuuGnePd3U5um+oLBuV\\/82+eT1lZ2QaNORMe6YugJMlW8fNjX+ODB0k53cb6dZ2jXHrf2749reAGxSAAMyqxVGVm9AxsUjHeo2CoEyraRYt\\/wBaWoUFQtf+OFfDQutR7Zam\\/w\\/ovz43D5E9W58IrSxDQutSR0hy9S2d9KmaN4rTph1s4j0pMW0ZiP70zG9NaYS9I6ASE8XxNfZW14MPdrI83UqlWJf3eWnbcOc1cUUsNMvMWUWx0yqAM8iOwMvRMSE+MiqYqOs0UYCJThy6cc\\/qL3BIYV\\/KSlYUbmJfjD44i7IVjhJj5u9uy\\/xkr7b7LnPkNNs29qDntFhBMWcY\\/ItMmajLNeLknW6Lq9pl5mMC8q+D\\/QuyBhQwmG5w5wJKVUxayz10xq9VwefnVZaoYg54hecgTMAwCYvzj5bSz\\/jRpSuAU3FzykN04dKYeRU\\/DkikSaLEBMbk8ehDRpy98BEzpnusuSHfbFCuMtjnoa25JnDsAjG9VS6V3SiJwGMxhdyw+hsPaZFjnf99uLHC21OMkr2BcRCGczayxfFT1++zl7aryMbsmTnELP2BvJCQ9fo5c6\\/9LLqo\\/8FSh\\/hD9UGQ0J\\/1hz6ix9W4tN+6D72aluNOZLCWkSy1\\/mevgkEv6WROCS6SeHbVa38RwsSk\\/vLeBaD8P\\/hvQVDg98gI3iUsozQQSkErkgy7ulVXJSrK6u+PA7dkXqS+Vvw7rnj9VjYh2z\\/834OFJXngjp4Oy1eTQ0u3bQhqSEgLNsSyvxDwpbx3eKb2vE6P1L\\/6BJuYZdKNN9Vo0pCsFn+mDEfbV1u\\/Vad1F9YIV3EPtAQ7UAPaCC5\\/WwK30OCn5u+5k1UG9dMJMLRFFargXtI5tqwlqLN81m2cGRdP8p+NjDAkSPfiVLFJZURBmvIwnoLWDZS8rX4iLxxRRpTExsAli5Q2+lVkdA13I6\\/F4t8jos\\/pVLFutOOuvaS1eR4lu4ZMmQjln42ia4W2wD5TWNS2jkxyqwq5\\/B6h9IAQ9KGQDMbQdErTVdSSfaGri4NTSkIr6EIrlF75m8PBPgr\\/P91pIyH\\/A33Pnk366eOl8ZwwYWRz3dlrx40fFHM4lu6LXgw8zPcOgsFpTMLevmZ1YMbvlDpb6UG8+7wGZN+\\/ldC8vQmSrIj0my\\/M6ijISYXCLjM0MFE2R2aeDl6Bit7pKtg2S+hEF0zurjiPjaeZdwp1AZBN2l7fld5xOdi\\/pm3Xn5qtetzRq6gh3OxHfY+LQ3U4Rxu1fWyEJh6Zc8byxHseuJNAaFz73Q2C2HNtYtZuvqUOPRDPBvFbs6TgcO6T0N5XLhX8LhYghK8\\/CzZ5akaVJtkPtlEx\\/vvj4c0e51FRTj10N7+GAvoxGkBiEkuAvLLqleoXDeEZ2iaVWHHOYemaeH2P7BCb3sYqelyh2\\/QOJBytucNmH\\/w6EIVuQiFWPdd64deWtUj2FRN04gs6rMAgYIpqsaSbCfJNoaf303W5k2xULR43P6X+cHgKhJxUA4CBtql49+OGhB8vLNoWcec1AA4gweQhMtujkJxrOU9w\\/u50\\/NwRJkgsnbOlebvfLgP6al0jjuDs8JOZcJDcqp9r0GxXBYqYJAcjRLghGjjZztqufAxTntPGlKg2i04JAfZopmlqKXbpLST4h1YQLiaNDlvfeWRpJDlRt3mq\\/Lgx7Zq74OEkel5y8XfzuK8WU50+yQwPzEarWbLBFaYLj2MCcm47CnYKN22z+\\/8Rkw+KkNNgwaqjpr1auE3oqSH26Qe4Mjn19+8kYvEcx56jvogIa4fh7Sc93BE0JKQiAGxVEU4iNJweE4ihBdNoalj8+vOuC8mnw6cYzxKzbWgSwATnFip9Eu2d1txKosXh1Wk7rYPvpVIROwvgWIsM4Tp3z5+VlR57WHYAowZ3preRdExESKgi1JJEOhMZ14HcJIlEIJyVEbedY4X2LIWtfhJvPEzrjmz3Lepup8+ju2hRK0FVkHk5+Amb2VL7PCTce0nh3HK+gKYS0Tz8BdoK4dZ6Cgoxph8aJ9bAoc0VpWqZ6uo7hmyU5uXZ9Y9uFhiSHEjaRxaz9snoNl\\/40nPDq0\\/1dkS3MwePO3L\\/vQS6TO0F3dW75CJ5VdQnRqUSQob3pHCSqM4yntLO9rdEUOf74XMj9IwrAcXO7rJL7txtDhTsUZUIJ3QOeAztxbyX2zQE63czcuSv\\/lzC25U6nTE2F8CTZLavivePBon1DqpbC\\/Bw8kWiD0iJ0jgJRi03Ku6rc1uihiEDjCurdetV0oe4jadPNAWz9zJKg7oOn0ywm1uoHsrTPZNsAYgsPYraDTVqpye7QDgAm4lww2I\\/\\/9oNjxAMqPlrCrZm9ClLI5LvI1kQ3LpB2NDMzWeIANhQ\\/qHRMzyZF+nG+t7GlnaE8Au3jibovrlF+8Kt0Q1yg2RHXnACSDMtcLPSTRtmGifUiTv+FyT4L2kdLnOfNnpsOi5uZCJWvhNughbxQqZwUJVNCvpcSZ2rYqm+EavfAk2XR1xa2slZflFKRQIZAbssLkZXXepD+qIkwh4O\\/93mgQJEbjBfCQjmR+zpGV9uhtnVibzTflOIU2xDt91Xq9+ekqeWHWPOQJH7a650Y95FCmVge\\/6hNjXHSc8Z10etmTA5VBylHqCj2nXh3ht25jqCOLUiKP13asVdraQJBBpmqXNHV89eUUN+yAv8gIdrMVYL5Rm44U1dfGgRt+qaI6FQ7Z0BrkByJW186N8wRPS1Hk7qi9Q+zLAHR6w68RHP6lCHlbzbitf\\/G60PG1EXtjIaht4AwPzWugHNAZgJJWRr8xAHft9hCCN2H7gTIpRsxBvFjVNOoGwgCoh1+dYqnPCZvVMqVVaP0NhjRysrZLphAs7YCGliJhuGc7CAFbr72Mfoc2wBxMH\\/9TQyqB4w5aPmr80zO814dLCCr\\/6NkCmwkkxgLMzM4w\\/D2XLkFaBTjPTtow6ExIbpdB9BOPTun3FC+FF7tEXSkJINvNa7OZpjW7pgayrblZ5yhLBeihVs04kn6r0LffsTq9vnDwRfZ4HcmO64R6YMDW5Bg6je\\/Ch9ee4Fy+H1sDTDK4U9KwxaUnsxn2QrCaqM3Yy4byTHO7lpiIygTUidnD\\/vELkS8uZU0YDuTxaav\\/C3HQClmG9fyEvdAnXFGMM36bPejXChSQzZ3qIMcuXf+cwbK6tvizJ4anZNotqdHte6MLe7O2wXaSNoVc19SedzMQHL+0zk33NDuCVENzg2UM+YdARR7RBYzf+4L8VBlqZ\\/OHZ493EaYd\\/yg1xC3yEKGIH4W6tOe0P0VIDGsPEbB05eJjTBSbntGiKJ8nokpg1QLu0aL45bmiAa21tb7tM2Ll1nk+E\\/7RffugikTIlJQeeSbqvTN3NPaJ6NR+EJKgMMnzfksSEk5ZiHMNPSup2kL5dQc5getnuoqRQwDUjg\\/b\\/5NINGS\\/F4mX\\/efS1X4vPK4nu2tF71gOc6eFvZoDBDDKkOLLviLCTsmTIDJfRwvy2FTI4w==\",\"Fare_Id\":\"MAIN4956379056199194301\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"f49e0-f8364-6ba84-8667f\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni812xAZvqXVPdMXl03mhED9M9bDyilvdKkJKkXQ7ljBX8j3plsQao1D7QyDoLT+JamL1SYyDQ78KFBa48HgbIXsNMPMaHkpZLq+SMCJaTzH9psbAtm4G2oz+NjRh3wzJpg8317pUa+rnnZAEA9LQeaGT2f3ZNV6LGaza+Td2QpVBS0OJuQf25WhvACL7XqaG5q9tY12+ir9mhmOQtEV5WHX5l8hUSYO0nxSUDA2LQfqO34Uf+J8aYag+SrhThVhZWIuRHXJrLEIbfxPtIGr1J3kvOUJ8ByKyKw5EqJiB1om0dOx29220HrdWuDXzA07N3b1vL97bUX5oOylQfjqHbowD48hXmjoJTqOfCNqimqHkXaXpxsNvUlkfOTL9fHTZ8Hwku2OCxN+EpaOsDFs0TUMuIMvzi5rxL0EZcY3i0D5WIgqyopgwqKcsQmInlCquBH\\/sezrZDRA9oAtIYY36MjrqfG9Evl3TouWPcjH+MCnnB02ScX2VYlMY8u64k6n197F0w3oS\\/tU2GcRaarkXR\\/4bk+14XD\\/wrFEuhNl+k05dU7uxnoGRmNTTFicaXIdAznfrbyVqExmu+jDRe5nQ23vCaLDYj2KkGyRgRD\\/IS54QQAEqvGmOYgSChqlX2gzPpoMJFb0N5Bm7Q1asxqfd3FKoMFTX\\/KaqyDMo+QD1KyrJ\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"kLUdstC4QdUP3WeAIlTIiKLnJNlsuWoWRdQdd5n659UpgkT5UllZvIGs3PTFvOCuY8rUhqaenjWLo\\/wrzO0jQj+JdSOAaYlYgGEkXGSt5NeZNOB6O2e7iiSyMFz3EQ6C3fuf4mMuRAUZRL\\/0PKChmHXObUUwkOQdq2GNErErIi0aQkwCBi4dr+QDzo4tsQ+1OPLGMSqwhFSZ\\/11FwXkUA0zIPM3LNR1KWtPyQjl\\/MVwIh6STlRFpKYrdVEyR2EkLtYcHagQWhjaWlObrm3ClP8dtWjRCct8zNWko9YBBVSUwBKWaaFD3XPEu1VOf3zWg+Ex08RkV0izjjittd5renM9\\/2GjBKMbcoENTBRc5sVGoEDm9b6HeWltuJSPbo8guSqdm5FVrznVUEGmsqOtL93kUwWfpXUijtK9akD3+Pvf\\/WGPaVNqr21AwEyw8RotZbRUfNPBV0xHXDX+KDOB85HNQqa2NATMwdKdbZGMlhNpXvWH4\\/oWpdl0\\/6T3TnarVeFk2pkv04XKcmKO\\/kLfgs6RuQpvL475n9ulymggC+CJguVOgfrYOmJ7QeamMzuPo+GrYstPfr7qoc4kLNw+NJsmmGRyn3TrjZj3KqPFN+C7fTJA79O\\/cGR03W3yO5deWVlKTqM3FpXTrec7x94hhefGknipJDgRjVJHKoRNpzLIb6HQQ\\/U+781LhjmCWTNsvRkxl4RGJiSpVrx7r8vtx1bBieabs4WChGOZGRIWy54aPbC6kuuGnePd3U5um+oLBuV\\/82+eT1lZ2QaNORMe6YugJMlW8fNjX+ODB0k53cb6dZ2jXHrf2749reAGxSAAMyqxVGVm9AxsUjHeo2CoEyraRYt\\/wBaWoUFQtf+OFfDQutR7Zam\\/w\\/ovz43D5E9W58IrSxDQutSR0hy9S2d9KmaN4rTph1s4j0pMW0ZiP70zG9NaYS9I6ASE8XxNfZW14MPdrI83UqlWJf3eWnbcOc1cUUsNMvMWUWx0yqAM8iOwMvRMSE+MiqYqOs0UYCJThy6cc\\/qL3BIYV\\/KSlYUbmJfjD44i7IVjhJj5u9uy\\/xkr7b7LnPkNNs29qDntFhBMWcY\\/ItMmajLNeLknW6Lq9pl5mMC8q+D\\/QuyBhQwmG5w5wJKVUxayz10xq9VwefnVZaoYg54hecgTMAwCYvzj5bSz\\/jRpSuAU3FzykN04dKYeRU\\/DkikSaLEBMbk8ehDRpy98BEzpnusuSHfbFCuMtjnoa25JnDsAjG9VS6V3SiJwGMxhdyw+hsPaZFjnf99uLHC21OMkr2BcRCGczayxfFT1++zl7aryMbsmTnELP2BvJCQ9fo5c6\\/9LLqo\\/8FSh\\/hD9UGQ0J\\/1hz6ix9W4tN+6D72aluNOZLCWkSy1\\/mevgkEv6WROCS6SeHbVa38RwsSk\\/vLeBaD8P\\/hvQVDg98gI3iUsozQQSkErkgy7ulVXJSrK6u+PA7dkXqS+Vvw7rnj9VjYh2z\\/834OFJXngjp4Oy1eTQ0u3bQhqSEgLNsSyvxDwpbx3eKb2vE6P1L\\/6BJuYZdKNN9Vo0pCsFn+mDEfbV1u\\/Vad1F9YIV3EPtAQ7UAPaCC5\\/WwK30OCn5u+5k1UG9dMJMLRFFargXtI5tqwlqLN81m2cGRdP8p+NjDAkSPfiVLFJZURBmvIwnoLWDZS8rX4iLxxRRpTExsAli5Q2+lVkdA13I6\\/F4t8jos\\/pVLFutOOuvaS1eR4lu4ZMmQjln42ia4W2wD5TWNS2jkxyqwq5\\/B6h9IAQ9KGQDMbQdErTVdSSfaGri4NTSkIr6EIrlF75m8PBPgr\\/P91pIyH\\/A33Pnk366eOl8ZwwYWRz3dlrx40fFHM4lu6LXgw8zPcOgsFpTMLevmZ1YMbvlDpb6UG8+7wGZN+\\/ldC8vQmSrIj0my\\/M6ijISYXCLjM0MFE2R2aeDl6Bit7pKtg2S+hEF0zurjiPjaeZdwp1AZBN2l7fld5xOdi\\/pm3Xn5qtetzRq6gh3OxHfY+LQ3U4Rxu1fWyEJh6Zc8byxHseuJNAaFz73Q2C2HNtYtZuvqUOPRDPBvFbs6TgcO6T0N5XLhX8LhYghK8\\/CzZ5akaVJtkPtlEx\\/vvj4c0e51FRTj10N7+GAvoxGkBiEkuAvLLqleoXDeEZ2iaVWHHOYemaeH2P7BCb3sYqelyh2\\/QOJBytucNmH\\/w6EIVuQiFWPdd64deWtUj2FRN04gs6rMAgYIpqsaSbCfJNoaf303W5k2xULR43P6X+cHgKhJxUA4CBtql49+OGhB8vLNoWcec1AA4gweQhMtujkJxrOU9w\\/u50\\/NwRJkgsnbOlebvfLgP6al0jjuDs8JOZcJDcqp9r0GxXBYqYJAcjRLghGjjZztqufAxTntPGlKg2i04JAfZopmlqKXbpLST4h1YQLiaNDlvfeWRpJDlRt3mq\\/Lgx7Zq74OEkel5y8XfzuK8WU50+yQwPzEarWbLBFaYLj2MCcm47CnYKN22z+\\/8Rkw+KkNNgwaqjpr1auE3oqSH26Qe4Mjn19+8kYvEcx56jvogIa4fh7Sc93BE0JKQiAGxVEU4iNJweE4ihBdNoalj8+vOuC8mnw6cYzxKzbWgSwATnFip9Eu2d1txKosXh1Wk7rYPvpVIROwvgWIsM4Tp3z5+VlR57WHYAowZ3preRdExESKgi1JJEOhMZ14HcJIlEIJyVEbedY4X2LIWtfhJvPEzrjmz3Lepup8+ju2hRK0FVkHk5+Amb2VL7PCTce0nh3HK+gKYS0Tz8BdoK4dZ6Cgoxph8aJ9bAoc0VpWqZ6uo7hmyU5uXZ9Y9uFhiSHEjaRxaz9snoNl\\/40nPDq0\\/1dkS3MwePO3L\\/vQS6TO0F3dW75CJ5VdQnRqUSQob3pHCSqM4yntLO9rdEUOf74XMj9IwrAcXO7rJL7txtDhTsUZUIJ3QOeAztxbyX2zQE63czcuSv\\/lzC25U6nTE2F8CTZLavivePBon1DqpbC\\/Bw8kWiD0iJ0jgJRi03Ku6rc1uihiEDjCurdetV0oe4jadPNAWz9zJKg7oOn0ywm1uoHsrTPZNsAYgsPYraDTVqpye7QDgAm4lww2I\\/\\/9oNjxAMqPlrCrZm9ClLI5LvI1kQ3LpB2NDMzWeIANhQ\\/qHRMzyZF+nG+t7GlnaE8Au3jibovrlF+8Kt0Q1yg2RHXnACSDMtcLPSTRtmGifUiTv+FyT4L2kdLnOfNnpsOi5uZCJWvhNughbxQqZwUJVNCvpcSZ2rYqm+EavfAk2XR1xa2slZflFKRQIZAbssLkZXXepD+qIkwh4O\\/93mgQJEbjBfCQjmR+zpGV9uhtnVibzTflOIU2xDt91Xq9+ekqeWHWPOQJH7a650Y95FCmVge\\/6hNjXHSc8Z10etmTA5VBylHqCj2nXh3ht25jqCOLUiKP13asVdraQJBBpmqXNHV89eUUN+yAv8gIdrMVYL5Rm44U1dfGgRt+qaI6FQ7Z0BrkByJW186N8wRPS1Hk7qi9Q+zLAHR6w68RHP6lCHlbzbitf\\/G60PG1EXtjIaht4AwPzWugHNAZgJJWRr8xAHft9hCCN2H7gTIpRsxBvFjVNOoGwgCoh1+dYqnPCZvVMqVVaP0NhjRysrZLphAs7YCGliJhuGc7CAFbr72Mfoc2wBxMH\\/9TQyqB4w5aPmr80zO814dLCCr\\/6NkCmwkkxgLMzM4w\\/D2XLkFaBTjPTtow6ExIbpdB9BOPTun3FC+FF7tEXSkJINvNa7OZpjW7pgayrblZ5yhLBeihVs04kn6r0LffsTq9vnDwRfZ4HcmO64R6YMDW5Bg6je\\/Ch9ee4Fy+H1sDTDK4U9KwxaUnsxn2QrCaqM3Yy4byTHO7lpiIygTUidnD\\/vELkS8uZU0YDuTxaav\\/C3HQClmG9fyEvdAnXFGMM36bPejXChSQzZ3qIMcuXf+cwbK6tvizJ4anZNotqdHte6MLe7O2wXaSNoVc19SedzMQHL+0zk33NDuCVENzg2UM+YdARR7RBYzf+4L8VBlqZ\\/OHZ493EaYd\\/yg1xC3yEKGIH4W6tOe0P0VIDGsPEbB05eJjTBSbntGiKJ8nokpg1QLu0aL45bmiAa21tb7tM2Ll1nk+E\\/7RffugikTIlJQeeSbqvTN3NPaJ6NR+EJKgMMnzfksSEk5ZiHMNPSup2kL5dQc5getnuoqRQwDUjg\\/b\\/5NINGS\\/F4mX\\/efS1X4vPK4nu2tF71gOc6eFvZoDBDDKkOLLviLCTsmTIDJfRwvy2FTI4w==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"f49e0-f8364-6ba84-8667f\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:00:48'),(1867,'f3a1f-65058-a69f2-c304a','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5584591556073637097\",\"Flight_Key\":\"cGLj+JMmOfEkUPkPwgi09K0thwRnvdcU52xm9SPLaJUZFa2\\/GllTGgCgsgNUmlyFlFVZ5QcB4KENB5CGJRAafRLEZ+0lqnamWfOTa7wVzPWRkoh2K09N5bEKSSxo+ZWFYWihoMEI7CA\\/UNRJqzttnoOz9gmTI+7afFBvJqwt63cKVhPF0ZTx7OSN3w1GAXpJ6ggt5oZOE2Pg2aKtmTeCAZzZelQWKLYnOw2+logJ31HcOQw3UzPJ0mMLNHU2+ZFsXfdRVNN9o9tJAsO4TyHGTF+Jhyzo7O1L8m\\/ufcuEnG5qZDym58NxVuq9kD0IQUr4lq5qCXLnHPDVFN+Bc9ciVdFAyYYVyIZdcVh\\/fngcTu4YjnZoc6Ci3HK7ho0ppSrDQSotlmb+idhBXnodYw6HCCZJN2dLsmSNLTE61PDwzPGKe05c4DEM9xsXitD+kujbpsCXeFHLCkwQIo4AyQVQqc2mUeXfRarnsy13ZschT2N9+Ka91wlAL6mn90LqWxa07gOoqp\\/Q6pTM98yVXf7TtyoRREkZLUi2VKOSLIhy3ONg4Qz9Y410C0V\\/MWJC1b1pJC27tfgEGTrkFWv1STHdpgany8PZz852YTFbhrJ18QF9nD2ONDmmrRXzZHIBSaerFjKf+eTnpA9dIY2d\\/pbxOd4xXenEL9rgcSXFPGFhwBQNfuQvE9AtkvnUXxeP0YLRpcRZzP3OrZ2D8sOdvMxuGEKHZCDUbDn06BMkXgMUZZIeTC3lOdxA5WNCmLTbZV1Sh0sMpXbHLDMRZchXim92xuZLgtCInlahjWwP57FhoAyJIQqrbq1RAD2nRohEn2Cojdw+7yhUveZ4jpzO003v6HvDeK9rzPVBn7wyFawFl4UL4Thx2UQXODy45LN3F5fJhBUcoSqxl4HeQRm\\/yPONaf8Lj3eYZ5x2n4b1xRk9xcNnSdXc0YoTy6PHlJFpkbgosyYp2355o\\/oNi3rVJqCmvI5M40Vl4anW\\/dGysoHuEi1awN\\/8hTe51e2gwukX9wXsDAOP7hnJAGJ5KYcNPwENRzMTr2067IL19BW7\\/JlqS6mUuqbGt25Q0vrHG\\/isKteQZXkwddr0A1O+bwA49S4NgLA2BxMbJ2bmasGA4IBFzrjkPp3S5LTlVyUVOSE1r+VRHx6I08yL4pF9GK0AmTL27t4NwkeZ3yty0gr1fNYcJ2ImEIYcTiDGE93U4ntlJPOK8wcca+jLaKjzMj+\\/nrvV\\/GdUNqgSADGyA8rUaw2XNM1RNRSHwq5WtnO7ylXETTsC9EEqA8hZ68m6yqDJA6bIffu1hBvgPe7MW1ApJ6Klb3NzIoPURxKFhDPS0VuVsdMi5z\\/gcxgelpauUquRSxdDMJuSPnHR5\\/FiMWcC42tJfMYcR0IVb\\/3W518xo2uzxzQTYKuVLgMZu09Rn0FUE4gXC4nWSJDi3LmVg52WLX\\/Wf0Y46r\\/wpUb5Bm8oiTd8Kb593Jkx0jiYBflKfE9R\\/o7nupikB3yOn9VUGfUpYFKLGJ3utfsElb75qk+UZ92ILeoZCxv5NP113sW7RpDIh8\\/IC6\\/8EDKP\\/k1Pi7RkMR4cLstmaLiSzImFEEEpT77f4tCGaUwlrschPju13PMBlZ+I0MEoB1cXb0gj9a8+9wzF5NknnOK1cU8KVJbMaSh4ml1QGMsnLOpoUS0l\\/igr7LsxoX32VoFO3m4ILWOeWMWgr6NaodztoTsVj+qQ4IFBNE0tGwjyaRPyILLrSAXf06ed+9ZfpPPo4r\\/8PmbAmMvpew0=\",\"FlightNumber\":\"6E-498\",\"SegFlightNumberArr\":\"6E-498\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 11:50\",\"ToUTCTime\":\"2023-12-15 14:30\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"14:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 40m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":0,\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"f3a1f-65058-a69f2-c304a\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":7114,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5354,\"Tax\":1760,\"intPublishedFare\":7114,\"OfferedFareAgent\":7114,\"PublishedFare\":7114,\"CostToAgent\":7114,\"PublishedFareAgent\":7114,\"CostToAgentCustomer\":7114,\"PublishedFarePerPax\":7114,\"OfferedFare\":7114,\"CommissionEarned\":0,\"CommDiscount\":69,\"TDS\":3,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"RR5347322051836118826\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"0\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":69,\"NetCommission\":84,\"BaseFare\":5354,\"Tax\":1760,\"OfferedFare\":7114,\"PublishedFare\":7114,\"CostToAgent\":7114,\"TDS\":\"3\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1760,\"YR\":0},\"ApiNCM\":69,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":69,\"AgentMarkUp\":0,\"CostToAgentCustomer\":7114,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":69,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":69,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":7114,\"CostToCustomer\":7114,\"CostToAgentCustomer\":7114,\"TotalEarning\":0,\"CostToCompany\":7114,\"CostToAgent\":7114,\"AgentB2CEarning\":0,\"intOfferedFare\":7114,\"intPublishFare\":7183,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"3\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7 KG\",\"checkin\":\"15 Kilograms\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15 14:30\",\"SegFlightNumber\":\"6E-498\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15 11:50\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":0,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"2\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"fqtuJYp9LvVg5+uGNfQRHfA+FS87JFo+L4sD3kjHjqHQkDSR14GNV6dmQjgOMLX4Fz5TB2Uz7swayWWmGxOwCxb90ZNghMouq+v0Ya6Ofp5YcBPB2spLbEIZJkQ0zsieiVw2syWkNlbwT+oIvGZ4zfg5NhVYEytSaja0YgoiJLXGdIwIZPuiyMqgzO6E3nN6bIyaZ3BRWZhukihRYL3MC79tNoi9p3SUuFP6Gyaf5bfFTmjI0iOTitU1LiBZRue7XzjSlmoKcuV6hKJ\\/XfSGPLjo9b+QYpWdr+iacq5CMHWxsrzW9bFMrl79Plvz2r9qEiEs4So+s330MyVUs3K86X4z47h380\\/LKHa4EiAcxmpuHbxWiiCnhlWGRW1GLfxuBclnS2QOl6hSmXHlKbd5n6\\/vm4o8ON70vXcHJ\\/0BMM2xJnBZStUWl7LRQ2J8L6ymayNQOQ6o4oW9dv2GMn+yfwqutISQ0iMlP5bCv6yk7rngzQuRh6uNekGwb3CCopIEZ5V00gAWPe9kv1h7syoLiAUgGcB++vuDPbAeKJCdE4c=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 0 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Weight\":\"Upto 0 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"BbJtm+zZ6\\/21UazmzYhVb3PskODk1Uazu8GCS1HZKVE\\/g5A0gQSjpzul7XeTNUc1SKJ\\/TOLqC4py671pW2k\\/XMfojpYeHV2ue6SRJ7s2udUfj1oGHWS8re4KJj+BvA+3rwjlhxbPoUgrkbCyO\\/Q1XQDlWGcwYgh\\/odXV4ZoqTyIoi0sH4OuMD4ss7ykgBxhMu9LDHhhCn4IUIFN172X6yloMgCk\\/1O0w1JpatcrHFXMeBIIkn5qQM0qnk6TbCg+gOvxTk6rWqOSpm33ZjJzi9RIKEvejkggF5VRJ6kY+z4JD+RFus4\\/T0EWQ+TGzDnu8vOIduqwS58TdRiNjQGEbb7MdChiI4eobe49P03Z1W8QEODwMhXH5T22JxYcP01IlA2+wHIevNrfdbK6uZTVMdupIKtXUciFvjGt4yRPc2yn2F1cUF9bUTVvjhCStEXoyjBn7kujhCjZZVTvr+k5Ra+Fn98\\/RB1b\\/0c8gg6U3xCWJF\\/z5bHAlE5WlL\\/49APXDOvvjkPufaeWaVpXrhUNdLnNvOJQH\\/T7iqMM2ADY5cmU=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 3 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1350,\"Weight\":\"Upto 3 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"27hlYyKQoX+LSpjWN\\/92p3MoiDu2fusF3fVeNExrh2MJBeRGTvvFOhJJ+eG\\/3n\\/UmcLFe7A4JcbwWK0vgxEejCxuWgMrYr\\/Z0rSxblu4SL1cPa5Aj0S+9\\/\\/JuEyRB25g2oD5g22ibFNHWKnKYvyMrCfcCqDZn\\/E7pgAiZODg18dYplt1Sh9eu2OMpyKrDM5Tg0S6KUX\\/fmwg057jAeDgt1\\/UkenVoPwrYYny57PB8hlETQhnOqMVz6YwAaP8XyM3zbWu8VLuSNajGnkqpEkpuAahwxltUDzshJKDH\\/qG906qtzl3tlTuu\\/+OhLesrYLrxgDfwEGvZJ9BwpwAdrPvcNu6rWGdgpzYr+V+YEo3V\\/6qNfOI9xKSwJEK4c0TQuuV1FNZy83vC525z+22tzVRo\\/3ZaNF8FGekebBF1WL4yvdEL2lgDFxbCWw4wJDyoLONgEFLBUenYgxviyjA7XCD2sblQNoybRqs7\\/Am54xbBKmqu6wpATniuxgYwQDe3S1OazQeCl+PVnjusfO7OQ86pwOT1FnrcyvlNdGH49c9t1Y=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 5 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":2250,\"Weight\":\"Upto 5 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"4D8bSxPCc6RAtgfuTmeWpq\\/4sJ9IQ2QHEeiyHNAxyFPsVUxRyNHVOz4g503X7pAY3gNn4I0vyKrGslitkcKTuUak2gdXK2kvsFiaMSBpfIC64m\\/Ln72Kux7lSqIwsjfIG4MTCuggxyDupF9UZOVA6n2M6QMds8Ynm\\/Pv7E2yM5VqgC4K1Z84h9vhAAImiFpiTPRHUWMEQWMP12dCsoq91tCeCKDZEIm4CJyR+od3Sd108w4CZ7eO52z1XERD2bgB6ukbud5Qn71RO+25TwyUrUwG3xYcAfXXXbBfGfKEOggyfPJ6oUY6kGXhcykxtwbYX6dNrGiXA624s3plz51n9XWJguMEFHiueqOV2K0IqHTTIwq7uiy+\\/V\\/BKyOqsFlQ9KzIetnkcfJmHJXV+gtwwApL0SevjzayStzQy0gQ6HCxXKsQn+qQtG4aekn2zFcaPs6I3u5rk\\/+QjCCdhtv8YBeThTqwzbquSjR1UGDwWaufaGZgb6IZvvrmJ+2QrUBZLa0OFE81OfBkChs1DJ9WawJLAmKEtExALSyqt9tIB\\/tRO+ksg\\/Y2K6BWQ7toPzYNm63tcVXOoCMdeSmtCKfa7ATMGr0+unwWAvYoAZiHiY4=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":800,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":800,\"Weight\":\"8 KG INTL Connecting Flights Baggage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"WrrrP2UKxHhCHb97LT+cPNQ7BwUtxturPBZwx72UDjEEtrXacGhxOn3q87r4h5Rqfmv2bH\\/sRijR1PhVfuXa0TmGUFB3cLjcqjm+6A0xfsREaLjJItTAV+NM9RXRIUUuUcDDQwTjVltYBhbgwD31IRbUGDfiCd3ygyxeHk1xwk9A3uNPTupcrTLXEG4yvAozyGuoOu93Cu5SxMVvvc5M\\/JHo4cJqygp6YeFRQLYupY3tLkyjCJgW9XIExqVGWj3r0xVSciWtmmu\\/xke9BCNjIbEa16yrpps3x4r58SHUBHYE2OWUC8c0lAsjoRbHFC7XgHj+92wZemLz4nidtT6WEliaGWmZJ4tMMUfuXO6riYPBnA2sYorvMG0ey1eiGzViuYOgbwwJlPGZvw886hWh0wXwVrjOHNM9x66e3hRqSwWIl+hFET6jX5kcTYk7RE66HyDsUSiaqsRbTbXrXwku+FwL1+aWr0o6FFkSh3CR8F65zx1iEsxbG3LGeObJxBkLh\\/f2i8W5ypiZZv4WvQb1a05BHHV3+nqrO4DMv6yWYrc=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 10 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":4500,\"Weight\":\"Upto 10 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"27hlYyKQoX+LSpjWN\\/92p8tJX6Fdz8bB218+P3+87bgAIN38vYe0qnW4Drg5DrYE8WssXbWe+miOZxcjznlvCOYse8CRDWeRJTXTJCErpXQ1lK+MWZNiNGYhClMcRhHSy21WiN7jxW3ONslOIfJw6lE3+mWhq9FxMPTi4mQKlpJ8uXxvd2MqC1l1NnW7qw7OMxd598PuZL\\/ajEX2N1dUUQozUpDO9b71kNSZbzgzLChwUpP+2MUbcas52O35f4WlZ\\/MFP1DhiL8QB0I2QPG8FxWakcrrcorfKjWMFCxdgJ2uMhPsBBrQWZdzIRj52UO3d3X5k32NXeuCFIORr6LW9mNCwypK13QXApV7Vi+Fubp9IoP9+qv3ct\\/3IWvBLQL5SJuTFmjqlclF7OwSzjvrclt3V5XVNILLRXf4Wt70mvtySBzRgZAPhctKxADrSX1CuBMYOcg0JOqoTlM8Bz08wtCbnPyM7L2i9CgnZgXQrM+7kgpRRQTh7+hnUZ5YAVAwDvLEaYDu0ol7gMng9gyFw47R5\\/Ng107ZoEB68JQVKd7BTs9cUKGdYVJyJOaSL2Hz\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 15 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":6750,\"Weight\":\"Upto 15 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"4D8bSxPCc6RAtgfuTmeWpv9K1dj0WhzNlf\\/WSD04r1dpRo6VEV6cOacda5BMTHEvqzrv\\/KPOAbfBTjDBr71WIvg+erkq5OfAeEk1151cFiHQb+OIq5lZDpJEs8K2DBsrn7+gBWOOT+kZNvRm0cxoY6TUgvle6p9I+XL9pQ\\/PTUjULv+qNyzwyfp3XHSaBpvKQ6HqQC5PGuJLZtgR2vwzqV6NDGVo\\/XmRUf79O2F\\/c92G74jyed2xyg9c2vOlCsc9d7O7P6Y5jcQ2QgTo8R1fiC1WEXFj3Gixhm+sizamTCJJrMW0DCuonafpHPI0k+2XU4Zlu+SDYfW\\/py5DOb+VMRo8Ld2KFR1sHqwyY07\\/Sg4G16iOYB6Wp07vzcEdKcOsbXOqmBXQa816XOpyPsfbyI4Nm1w5fft3VGpuDzmBFyGV5X\\/o9h0yQVn2d9JpBD\\/7vuAycN6uMR7P4N+EQuMA\\/KyLmHCQfEtXimKo+Ap7YVJByVndENpTqUBeko9D293lh74TPVzBkmFOOp8V9x8xUBqMPr3myIT9wsQppcPNv0PGd6f8k0AwLm8AUay8n2cGZVOwhWpwCQ6lH66OBRD7O+e6BC+y+cQaSX\\/ZE\\/eS\\/mI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1500,\"Weight\":\"15 KG INTL Connecting Flights Baggage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"eN1JaCHxvq1L+Kz2g6Nd3JC8CbSHeFGVJJXJmNzKxsfb\\/IkNLU\\/ggAeaC1yY\\/PcvGdsixnDmn\\/DCkSLDV1+cETzf8NUtSJxitMk8c3\\/lUz1bsC01UgwxQAeY+GkwDNnAxFMqjtf3OBYCN\\/2UDxEXbRGPwM2QlsyE7CBRIOtffo\\/BdTXniqsrFB20XILBLimbWkUoB9pp2mfhz++jzb7vjFkmVZzt\\/pr2PWRyAtZ7eQOWWxYcdfBnNuXa4F1RX+reEX2Io2ksjy8hMl6V1WkQMjKXUIO+PCOJqeaDwDTOXnziRiipM6uyIXvUQqSl+Oa67rtc4git1244BN0NkdRG98tF4+EsA9KvvUHhvhHQ6esq+wmBNTm6lCpNDAKJdPs4I7PHR5WKSs05n070SddDhhsKSKR6rZvfDQeOEQhMPvliLadVswLrIoybhYQNcoHHqDrNq2rzzQbvjjHRsswucy7Cz+8lscD+uW\\/wKq2h9cvaWaatpZ5\\/sWZNRsDoWdCB4lM91yNJ4V5O16fTIwqH5wtTqZ\\/Yl1TpxBmiBY1tB3+JmA2aWkz0pBOtINqf5wRN\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 20 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":9000,\"Weight\":\"Upto 20 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"l+lghoPbBlFZyUqGU7OjJ\\/PD0CtO2qGA96f5rTZ3\\/3yp+bnmn2y+bd9TVeXJQGgTBkCenqryY8zzehjWmxl0JiTBOO7Qze9mmH\\/BG0wuCZEdCSTCUZwg2ejz9mjGz3vyX+oLFUag3WT9d3Pih3FW8w2TTZRQUce2DPmLL4wO0MblC6tRoml2zKXSed2aZx0AKKZJMr64YCx1524M6bViIXjyMONVmeAAHDfa45GREBwLtN2lF1HFw4Qhc2jWcGWe1fL8G25m4vMuOslahqzFkHBXezUsSqSQfW77NggAIa6F+w3s9pqxQNP7PvDysiGGDGfBulF7QQ81xn0EDNxCqs5SxYTldccNaxu\\/J2RHvX91h38BsGPKQ2xW2AVE48DNZq12ucl1+HICiy4jmBbeHZ2c26zFsqe8qnspf+\\/A+uZcWNYskBlR9Bol1FI1B9HJu9FrJUBZDyclNf7GVZmKBDDwfnVNw9DdvwY51xj\\/PLJqZWk9DPjXGfA7RcLri3zRSi9EVbwtlxKf+2zJ6F5WYqgBMTfPIgZcTD6BGuNPcG0PpbpVnxUTb4ywM4+5TmGr\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 30 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":13500,\"Weight\":\"Upto 30 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"tF6Z8O3h0pmVNIz1giPHCAKgnAgmK6mlqEl80N+JkA2Y4+u\\/ZDDbllh0Ogi4QYfc5+FQQetexQ1txnd5yiIydncdsKiJsoR2FMMXWFDRkQHeBxl7gZa4LM8kfCArZmYhk2mIfmcu\\/FfGrrjjG9vCNI3ikJR5KcKIhC0bT3ny0lhVD2tOFy10Q0Oo6L7PJQpM63uiUlFYnKLLG1qNZZfuMENFvn9I3\\/VpKVFKC77WyWCb1saVuSYhaoi3ewScrM4Ts+Xte\\/NUHPkJwRQ3OjKDg+DaMZtXVhSwRQP0u9mx+6GbVvmVSELjvnX6B5QdCAs\\/M14gAzIx3OgC+xZAkpCY8UEuoh2TjFqd5AX5ZQ50j+H2XNLJnhAs2Vw0k5\\/zgP8dsEkpTdOGl\\/OT\\/0JGyLfnk0m+GPWSkgpRLPN\\/aJS\\/ngIxBkrPPl0tp7ROKLfYz01l8\\/y7aWJ4\\/IjLwBE8rVLUISP7blKGpiPPbutX5DHfT1ri5f6Q82Ml8qYf3j3CNtfa8AGqqEO2j4uhSdh8z\\/NLl3XZYKr7XRMzFBnKRh\\/nWGzEea36FrwLneBfrSrX3P8yPD0XMU5EHfxapc0Wcf5eK3W1mUp+5WKm0rh4ajwA0Cg=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":3000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":3000,\"Weight\":\"30 KG INTL Connecting Flights Baggage\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"XH8js8AAAtpFsAEUu\\/HknJ+M9StewKMQjgfrf9Kt3B2OKr2qwzujTE7xwpgahaC2UuLTE+qlwmvDjPVIoo3Jeqg9JCaxVbtPc+TTgWoQRK\\/TggHZdaoh5MvSEmxPbItI8V6+ZQvCXkcnWUx10RAk\\/hlkWRoaHPZr5yFUrsl6\\/M8WEwnCxKfgItopstCvxlmnuW8MyVmj0k70PUiFmfmYF8oCmTVUlN0HnLIz8coSnLpiKZO0hjBMNmgwL60Bfkose4pGcYwdcMNzdzzKb5dm0FLaBIBqJK0UKtMn1fApEChDGI4Hms6t0lk2nkAmJb28ydFpE71Lg6v6ZSFOhEIox3qRI5xomlqGjLlJIqqrKj\\/TJHOr86j\\/eWhSeaFHU1hQIy7+xUX9tN\\/4ik3GIh9xOEHflsXvwuZylP9pKI8IIHIefXh9pJSM9PEJcrGJcdo8XoNQLVnkxz0\\/cEoM6cczSB4TOcDY9v95rNfkag6Ju\\/ZpO8+if9eCjm6\\/IvvcBdfaY3zhd5Mf6NvnC0V2UnvOVF7GaGrF0vTUiM4jWkybzWw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"NoMeal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Description\":\"NoMeal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"XLklVtlrD0449ZkkaxEbjt1JSmb\\/Nc95Vm8HjiTt70YVn0aLwevnXqFDF0+vXi29bSeX+oWtJkq4g0fDJZcSrNpu4VfKvzMJK0dmmpvi8vz5ZBzVbZ+L0dmJd281bI1MHnezi9qnzYZnNB\\/IsurWtJcOsFGYkMz3imlvyc5p9Bq4x0lpMPhklOwM9p3wgkyZLi\\/LM6TQOmUrMeeDeuY35WA5Cb2pOn35a7rC8063rVwYwA95fLp83qSNBqjMVWuw2QnrY6nIJLfY192eOzPkmfSZm3CArbKOuvKrb\\/I+Q6xrCfYp55cQp2NxucNFvek4iiKdhbfrQ2HH0CpLdB3vLHRj4JqJ36cVPk+q4NPsW5iFwwQuJoQCZw73zc6ZHEhV8UlUcRfmHSQbpsbENxn2PrxTlk91gPVqY1ZM\\/kUGccqLwOGxDGcF5LbeHLg+QwqnGrK9zbu+O8JTf9ulTYUzvG5oPsRoe1lps2EYR2NHJE5KhieJ\\/kL5QBZitlQ8hwQExkKTwArzjWxhr6YxQktsnTeVOxBgThcXd7gQGzXn\\/cHJ1YxwEzWSRbsCUocrTfBteDxI+IUfeCYAQd4TPLlpPVMeDcaqCLNOKHnYhywARro=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Veg lacto meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"\\/KLOE4UCjJ+WCMGHPdbl+8qTo1eN6zooBln4MqsbNMUCPXifEMy3JCc9udkAyHNlgTPXbSA6nj5TeyYmVLSDKGPqo++TYz6wtjwOWSAwaQ4I8Lckh1Z\\/NjtA2hUwycdfPpXmI7zOuB4nrAIaKu\\/TE+gZ5FeWrG+DB7p9+spFWc1VIFYQtstUy9+PSMbyWuAjWWnbsZEv6NAZuOlqg2P1IjcaEHBlwHh0WCkifd1CBThlb9O41T\\/kU54GTU4uqSf+uxlg4cNzE0DGmgPIMvmEO9hjXY+cW36ZaWwE0ZgR5S78FrmaZAPGQkdkbnak+vcNkM0wGySzZYx7UceM0RG595JHqYogtBTSYttNcCqLoNa4p2l5j4rI8T5zCM3ySfYjE9fu05NM\\/1l8BXTVOvJ8XqQuT2BW\\/z2YJQBekCTH4O8GkmjK35SicCvkaGUyDwTsQM3oG2G0GsGvpfbwDlY9SNhgKjrdNkbAJhCR1B3M9pHv7m7ALEW\\/V2y8q+Y1d4wK3iTtFOrTRhfVzPQk5UnsEglWYF\\/nsKEUHyONaNxSvLFrPbsQqzQEUS8DlDD83s06fngXjU6EfSW+crm75VBi07i9ey4wfdDwXAm9y1h1DJg=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal and beverage(veg)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Vegan meal and beverage(veg)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"6pQOJVVceWwkzmUJMhE7sqmXtnPiDDQqLcv\\/P3tnDfUrnMSR1kkK71N11Ke5cUEeT7UZPw5GSlKGe4eBvYkLUpLQBTtXwAc5sB71MyhrbczwHqq7WORKDgb7JWCRtEZYKdRc+fT2ylXxiyezREkFkMSDGSPbWX0qfoyDPo+80\\/T2lligzE0+z1C9qihL0iN642uFoPKftTzaEqFEUdC9gsAOr\\/ZZz1aPeaL4MGtXthIprfnwUvS+ASO5b17nsO6S5nXjpaLzgehJSC7lHJEjz6xEXX1PAtlK4duE9Q0JWRryVwXeWSqsMGEh+iadj2JB8aNiiThrrbwFDURI\\/PevfyyqJJ+MttOesx9xjdecbepP3pXFaTzcoxdzGpilONPH4PCMB85Z43TvqJ4aXH\\/aA75uQhHkXeOUP6yoiN8dIXClMR1g1aVhqf0bv75q+d5puGzEosJa3\\/i2UqF+XBkeU4DotUptCIYJxnFDBujXiQon9skoXJWYxPjkja+bkJY+7dmI1nMCbtOiFjaAUsLKmtlSR6HxzHtFf8js7biZthyyPXCRKRd7XTn9vylwPQ3hd\\/UsY+564DtAT7LMXXmugMeWqf2sLREyKQJ3SfESPVzzTI3Kxh1lLJfEHbbblBkF\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Eats choice of the day (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Eats choice of the day (veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"wHuxAI79r0jYyrf1RYzxdaUm1dxYvdCeq8zDc9y4iIrtkB6NxVFObAl6k\\/wyANl9RE80C1uc8z7H3iVWg45cJWm22yTiNBwyOkXeMqXcRfde\\/Y0KgLqtwAHSkFSq5AeOzog3ibOCG3hJbBQmI21nzXgx7f21mbOa+3Df7dQjMbLUj304D1TK6QrGAuTZ6NvUC7OAcQtjhFllQrn4ECTcEIeILgyQ+Yb57RFic6CI5Guhd\\/FbZ0JwCcZyJ4A3GF5YiEGDeuE60tGWiPuiXwlU7YfqEBuOIQDfMMc3NkYzL\\/oBW6jPJpRoG\\/ka2J2ce7+MmtIBKNCM8E5qKoP\\/FMO7+ngSxqa8840Tyk\\/PMB0lm5MQtBvzDDa0rUHUtiSpRgCvzaxgPx0Dit8zGwKtJIAgk5cbBkOrmb7FPA8teXqXHodFsNdoohyYDcWd0GYS7fQz9Bndcn7AsnTi1u0ZGINOAAF6TYXrSWysEH2ajTnsZRPPfvX0mOP8vkJsEZRadfqJfHoiGOCmgZnfXMF4pitp4Of\\/PIedgIZCOgSkTUx82yGm7fqTH1gYJDNEl8HlAADBuviWVVXOEmzDhWr0oLntIkiUr2s3USCR9wA3CeLmPwPAUmjiCNqFoVF7VErCoufIhY9QorR0R5BznmRrApex0g==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"bryMifCv8V8NnrKSI+kgH7iMTNhWhyqZUjbBN\\/KLZVdccFbq2\\/4oZTrrMPexiVCrIljn6fEXz3SGIMU\\/OwgRGByk+lc1OjXqVzvKLGc2q54NpZ9gxq3yFD3zYrdRYUPLe01GVe8orhZOQMRS563fUakDBtpQ3dNCKQcIGb5Fuv8D1jH2m\\/+Updu2um\\/1PVh\\/tuLDHQSpsYU+8BXezN7L\\/hY2kdy11oOcKHYuJ0tB8Og9yQAFIJnzIyz0r3HJwzMc6FKEM5a+RNKmQ9fylR+Ud7nYwzkTXu8AW85xGHn6lcVHD8B10iWZn1y6pkVKPzieDrR8n+Bli0sDxOEaugjzSPL5YIpw1zFKWgDN6oFL+DdNEUz4k2rnl2B5NLQJitYLAw\\/Lq+vWM3ULxL9zDEOTVwYjd+ruBrKq26saM39bPlGa0yOloguqg0\\/uq8QsSVmflTf\\/yISO1j3tsOsPIXvUObZ4d6N+KCJXUGxtTwXbbD9K+\\/4wzcXeZYbe9W4g1UGeuVr+IjzNsxO7A00JYtvan4pikoOZWpchYNI+2GFfWaQ59xcaeur0Lxwoxy0PnXzshupswJFsPTo2dwyX0fcg8OB1oA1SgEU6l\\/29SCJxtF4fSWSQXOyCkvlAkPP\\/S7rVnuPw18F8C3WRLjfHFHUHyg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Eats choice of the day (non-veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Eats choice of the day (non-veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RKpqgkztAVd7s16TpBPg3TO15FH9NKi7iU2qaYAU+oe18Qoy6N2qDXHQtBndi+DqmTnM6yK5nLyqQErHzRczanv51yz36HNZx\\/sAiVKlzYJSO0KLYNDcGPfnJshqptJyO6SDQQsEPO\\/p1\\/\\/1iD0TzRY5mAbneE1HMirGDyjE37O7GaZCZD\\/1rajW88UEy4zvaKc1Wi5xnA4puvGY\\/AeL2ALFkdUIB8nl8WpD3NCB\\/r3E597GL\\/cV8Z\\/\\/FNCAB76vMLfGZ6DmBods81+apI3fYfMDzF5tNZuVPNbfuXWSRiWLU+6REp28w2nMIU3Em+LCO3\\/ah5v0ctDpLihC1GEFWjuf+pr4RQ+4XYkrLmmVRPhM9HDkPI2OuTze85VpzXsegHNeMkWNudT3om4OmleUiXCTN0bwba62aOBcM4CLpjVACKjMQZYUS3LGGVdpaWEVO0zE8CdLKTKQf9LMqft3ACVb5H343BBdoMR6PoCgeR512xMQ7pwJFnox5gacF\\/yKSYP4p9wp9GtnnZid5tzebNiH4tCUSu71wYFdT7DOIeO+8QA8tK5dS3uT6uFOY5lGdjLc18LhOPTr5Hba4CLi2H+Si3o3Uf5WfKcEiqe1EOOHS33leZWHo6WBmyeHa5NK\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal and beverage(Veg)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Low calorie veg meal and beverage(Veg)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"itlapFKoob1pFGmf4j7T9WdwUNk1p\\/+\\/52vRI2DqHsIH3U94j2ytHE11StgzDnnzbn9HI4j57HozepgPBEDM6T\\/10AlYmAApWY8q85XXnWF2TewlOPj4\\/1tkQ3jB+UpSoC2PDxu3qbNwmnRBrRD4lecJeaIDA4wC7uIlkf3NRV9NbPcQsUsCeGG3iyiSC1P9T8MOU2ya9kBTE4L6kPKxbn2c6SJ8+2Zb3PxM9mcqfSAlfyMxqb5oyVKmpDCh6q1Z4SEbX4AEHVnAwbzGWGpt1LZLWdAl8bw25OepgzBZ63Sujg0EFFOQl1MEzl1kAd6pHE9mmvZ7fUXQ7VN5TnQ1rH5nlEr3I3V7SFIzoU9Jumrimn5EaSmsjd7raZcS9C20Z7Act9jz24fznKGKTL5DleG+AGvpnWfwhXcX1UGqaPMreC8abyxtSgvno+GqhR6TTJFe47NOF+0nChei3m6x0nXRzaJlk6QuizNRaYMZYI4ttN2aqjo5rSJXjbxHWr03zHuuGbR\\/qYxrsswBQp0Neoj+70D5RFBAjQm6LhnXwabyajSF8c0K51UIzUvP5gcjl4KsEITBv+guR1+MTXgVvg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Jain meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RKpqgkztAVd7s16TpBPg3c6LT\\/Zygmcvdpecjs6LC7zVLV3ZdqHrBLinQM4zU8DVI\\/vE5LISVfUxtNhQVg5MDZd153575Q8kTfmSm+VMEV3NtlAsQsQ5brePal5D2ZJhA5c6cz+7YlrYeo3AuThxtyyMPGVd+gQtTGOmOg3ZSKtWNW6+W1whMkHGMJBVPClRotjsI55hxhyQOZty0DV8Rtm4eICHpBoTC+oVytABHQg4xK6+36wJHdt8jZl+4IOWZ2vZyWZcht6QEM6eMFH3hd5iH0HdW6G7GFkPmjqITLJB1kQnNP5lQ2jNocpnOsyK4DvRXUcEGekMH7PUxLTokhc+BkH2PEfEG+2RCJIgsTa\\/pLtNUJYH406\\/tziRXHE3klwKmg2cIDDlyuKDEfXmOffVXrRR28vUm5iuoR5fw4pEUrBWwxmNoJcWZNBJ1eY48JAASm5ITK5dcBNMbV5o8fyMZHpqZeoHuezUt\\/RE8eF\\/vxV7KT7WmNkZsN\\/J29p3wvzEWgCb5bdrRQ2dFKZWOArlBo1fe+ExoEzj\\/5eyjEopOzOgnKyOod+rqerx2evx2wLMDY7KoCY3xbNamNAaE6wfXeh25Mtj9US++j3YxXg=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"jebwU5cq+ysD\\/TckIwsccM2b5eOjnh743JPjodanE7+C9uTKIl88EeCY0b0xY+xwzJ3pCLJx6G8Hu\\/vcZVtQ53eTwPah8UUO24wMLojhsTrgq83\\/iZB3YVaSBOkaER9jZxVhX0ku7vPx8Hkk1FluROU8rx7YoMQwfXxbFBUaqPztPdhl1Zfkzuda0gUwawCM6YTXHgd1viz2AGZdBOU0xGQUFsmugvN3dmTWwC\\/9pGRGoyvEmajlh726GbYeqWDf5LKzUL0H\\/zG\\/lto9GpeOWLt+MGhvsyWPykmit+h2TOa9Oy1BMlRyrMbcTHYMZjppShIAkntqyF33AdJOOIBR2sn1kXLvIu8s081MJS5NPpva+96rNr573bRKEq1vHE0mmYe49Zc0YS33nOR\\/wu2ynld4BdHF0WtCvn8WoyG5aT0pd1bh5YcoZxnwl7E1oH3WyLuBcY0ZDl\\/Y9TwQCf5owlIcZMeA56NOH92XyxpKqoKS02xoGdwIfkLmc35N\\/bLyM6KgHivckjfC97Y2GhCYiWd7FATlAzU5ChtFE5vyJuix+DSYL9z3NZGtiG7yFARWiLsFVHpwMIyqltF+rmda7IWC7KoFwi2\\/Ds8ndT\\/et50=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Diabetic veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"b\\/dCFq3sivG5uFuPi1S3ifwis6qUEL8ARoheILiVNu8yNminWhZcknHZxE+rSCRPuEu6Uo3xBQqY5aHDIBYuUYk54xNZkgtkUHUaDjteiVC7hYnoePngbUzVCExFpMqWilLU0OvVQ1n8QZd+Ksz2zy3wK7\\/TBPfjQn7fW\\/cnnE8cTMzBecztZfoq4m1CZzb1kBRSv9SLTASti5NoFN9KWEmSFQOf9fMjXgryjEk+kUMz5bmQPbLYEAClcEkkRiADUi\\/KNvQ4RPrXkAxuM2Fn55Dz75QHzbOA5VKG+lMvMrMq5MHFMQ3z1fpuS724Sh1RkvmHRQXzYaxadBR38lLmkCKfcQQIsX3oLVRF1+WvS8+wBCjKrluHKlc22DRbQLCrheL\\/KBGRd9rYzaJtf1yBS431KX3lfjt2\\/eMMsCxo2outDoFn\\/W5nZUvaQZN+VEG9FYxhuHB+VAIU2GZldogzfBvVwBbQqBe5+ntxeOp2J47ELTfu4NEGxXk5q6dtV51OouB3D5p6aaUCYIvUisCAu0US90YWyare7z9+quCbFn+83Z1Cv2\\/Q71M1iPkTHYPbG6dDxA7pGWCB8u9BO4da4PEgNWxEm6Bk\\/QNU0Bg4WtE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Diabetic non-veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"lWiTAWFoH2neRJHxziYkha9XxhXH5DZdWs5aXTFDWOdkmDpeK64R1uKr1MjUqepCvmi8xnTSC\\/OsmPOmYUh\\/uFnbWyRDyh63cBSTvIAo9GeGlnUbSkGZoMbVVhlxtpPp7Lzxn4q7yc6qAhCcLyPi3204gyi8MowHi1cPkhYwGp+yjWohOPiInll2G29thTIaUSPu4sUHv4nlZMJs+uQ87tRV7iurfOspiUPACV6YZzSeBwZaubJ326o4k7vjImebfXAahJnebpmkFBxxf\\/UpPeOHmhaDlcaEzIWYhh2KCyG9LBap+CnLHvdoB00xkt4vutbhiMh14I5sZ0A+YLi1pLIdEKaaZ7FiNvGRSHdn8kmZKWOCIjMEnZsRSqWt0t2uVCOY6+MNK2LFs+3+Mj86TJqvPQyImBBbmeFlwXuDulnUjfmtQKUbAeJAN9K2FYgdDB3l3DPbWBXdi42N2+DsvmPQpf+3vZHOgJx8CTRGu5l2t6wSwosIo5pGBcMK4dUBV9Z3i0s2b3GwmSaau1uhHh9jPdHV+XPZrzlYdsLrTRQZk\\/0Z3RfFPzFDHQF4PmYshZVAsXQuLYK9GeXLWamC71hpRI\\/g0WvwM8loszfzcJ\\/ELiN0Cjclowk\\/5cW5iCKJ\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Corporate Meal Plan(6E curated snack bag)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":650,\"Description\":\"Corporate Meal Plan(6E curated snack bag)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"LM7\\/dHd03rKsoDbZJuIyadaeu1IahN+gA0srfYeJrpIrpqfojTIE+ELB2O2UioiphBOzQSuv2Siy6AQy\\/zsWx\\/U0SVVxHhTaYGZTbtF3+0zG+95A2C5QuI0qQWXIXI4ikRlJIuTX71ETektbbLtPFENjBGRyEOjp0b7+SZ5rQY9Z4xhyCg8Anxx9cEp\\/hXAD8GexvRMshyesMpGNQdpqQnMHN4pv4CTOl42UXv26whN6IIQmiFh8p2LtEc3zAxMjK56QcAUT3DJIXZb58EAhmu5vlc2D5DfQCH4Gt1+MVP9ajy9\\/pwu5t95sBi6tSh5dHOqhFgDS7ehxUjZPm8dclMCcmQpcUesMYvLeeM3krcaeYtA1DIv1fYpO75gnB1hATcgTwrbC3k9EUiNrC\\/IXhYebBNpIcdP++km1t4pZljJHX1LBEGFa4YI30jKQfHsjYlgv3itJuliI6fUNQg+gER2nYf0+KMbBEXIFaIoGdxQxiH79mVSQNUzWgA0osi4IxeV9ZOikGUfk8JfZ2KkidXgixEssYcxexRMYY2Uv4Rm1ds6Vtiwv+zp30gQdqeL6aVHEnHdYpXupSQ11dPXD04C\\/Jphx261YwW7O0MXQTtg=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"QdefKAq08bHuMrNwjSZriylGFg2id7917UQaJdTw39PA7yhdfYyq9RW6wuo7ludtELF\\/uN5CY4AOVMW8\\/9Ry+2WkruYYTF+zHW4PEFmfjmKdDGsPszk5mIRCWdKRvA2HYQwj8C+oR8eucZCIu8bujHqxAP9zrM5wOcJpoLlT0e9X0euuj8Y8nlo+syamI\\/bVRPrplKktHs05\\/uNdnT8jT\\/7qF4nIMhjphIZfSvwOi\\/TTuVYXDq3X4h21By8UrxAxBMyhsT+cv1vErS1m7k2qckNVEyCqD39AQxMVjW9vbgItKNNBt0Uou7ntW30OLtAkpmM+juE\\/C2YxgIIPqFSpgNqa7t0Uk1F6Ms89vzNDkr9SH2pyUb4NqIHVYUFn\\/CaTedjEzWfG5uIykp\\/uNxHAQndvY3Q1JmSAJU50gKsM5AZKGEF7mmkEQZCqWVXAGqqwUnrtM6J8tqh4hKTfdHpwx5gS8vnguF3mkjftP5aKg2FzWAFuTz0CorBuIX4vR2G9snXyHjkqrff3dxCapRwRqdSKV7IV+3KiGn\\/8wV9R36Tq0lZpaG5XOKfbjXAuM8vfPgOuSDgmc8QjC5YlgEhwV3+NWeug6CGN5EAVXoSIPhQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Kiddie delight (veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"LM7\\/dHd03rKsoDbZJuIyaQ3digxvZjMdTzlMo+z0EnsHUV7Xm2m2arM+ug3wSqYa8amXYNecm0EHQVIT8JBZb6KNIdOu9dp\\/ghxXdafwc0edKPcz4PWINpDo8tvkrIgTPyjE2BjquiBhX0jPWR3Sbs+QOiyv4FrJAwuM47br+8DKKNQMkGA5nO09fEOUprj7FnIiRq9SqtSxV33y1TJAD6OF7Rm\\/0kS9R8yP9vSe5JIJRPONCaCmRUoKx6Q2EMsm+ESTnuFEdFh\\/0\\/aaR1ZtnFHY67Ev2R\\/MClxP8kVcxItwjEz9eEjevUD9iBT15k+9gtcRt56eGm3BpK\\/izxhGrKppJBrQphK4dpypqRyWRnpu06nLZP0lB87s4db87l3L0VE2U2mCXvXB0\\/uq+3C+i7RyWc24XIx\\/tZ0cVz8MTb6RXaoSP+6BWaAQF7bJxY00utXdAwr94ox8ubZGPfSR1IQk\\/M5EQtcC6hT2hFc3maAalV1Dsxp3qNUmrbMPyJFg\\/Axgm\\/IfOkWsiLY5F7R5yaUnDEUmxF9mEb7Y\\/hu3vgP4UTz5YHoPJ6ONGC8NQGXDaGGLDN6smnHimUhX\\/z3Y9o6PRmsvIXqQNRDguEcv9s4=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5584591556073637097\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"KocITAC6yOZhWRP3xNvbBhnKYsHESFDDJQhtA4ifX+0GB8fHgwAiqbngiPA60y0QBvWXq2AXCErYIQv\\/5lDrlWxy0aM4KG0Wl4Gb1d+yPWq76rRKgyAgiS7gQVw2KHB9\\/AMEGl0l7rT9ydwoN+yR6EnhaYRRvSWGEBU62R2ciGNtSNzVZXzFIJ+ufodKbcWy25ao5O3\\/SsWCIvdX+LucmJkUqnt\\/OI8m2m7lArW2\\/jrex0UWojj7EJSf+UIGKcP1bhiio6rve63lO1ocHJsR\\/wm72\\/ITjC+BbFX2tzcDBAQGaxw61I57A1hOahdBoscGKOyT86TjSGsEXY4GnzDChoAMKzQ4i0vJ0Ht8OSsZBPVqOe7OGhZgyXSPajz5Aoj5SlAIfzCO9SAjO8BrpyJdiszuzeJ3PSGRkrB1IVYy0jbnGbP3prkwZxu4RpuGEz5dX1n\\/AedGLfOXQpQ4NDZ4Hxnr2w3f0auB\\/XklNG2vMmqFMMdNqvc5zCJsyHjDYl7x072w8aceJXfNngA3cU0p3cmPuj7oUY9Qa\\/9rKSNp5hS\\/zGDKevMuNQLuQBMQgmdLCumS172n88jCeM1dnG2RuYZ1IJdQDIcMADsCM8qqfIH8KVfIc1BlvalodDLT65jcXiksMxDsg34WYmOPiII1lg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) and beverage\",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":true,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnun0M\\/z\\/MXGDGgMTInQQsB4RsrTPcJ05dDt2OjUTj6wPLcr1migCihW7Vs07A1c1WAZzlFsqvf7aUgWN795DMHZgNtJUObhBw39POo\\/MkzdOgF9ghYdXWXQStmuREjKHdOpaBZ51ySWiBAXb6G1ojd1KgUoO6UOf3hPrZyJWM7rJmSimG4Si+EYleMSFGkar+B8zVT0DlWt\\/uLTjeLBPAJSJv5+btRdc1WQbzjDh8JXVHGKy1eAUvDnf7mzd5HmEph3CFwDpZ52UEFr8Yh+sN4Rrfu3Id61FKgGqTWvQEh3ONSAsuAmjbjWpDQJD+aiFK5dhCqwMfQH45PJ7KSip18cLhagoLMQ3ntFagNuvVJzy5tOYTtDujdQe9NztPbFaDpavm1V9Fn00xmDLlExMWPKqari0w\\/9gC+FMfSzZWOd0YVrZS1tL5Rj+2mEgamBbmaU+4iLCqYDKSWIe3e\\/rQM5jnrxiRCQIwdSWr1+toPnkga7gS7q6z+IC6EesBcCzuYMx3jQQafrF3kLIAKlQ5xrBMz7a4QrEVhemi7NYRqzzjvTcnwBEBDrueip0oyRd7q1uNHqs67uxDIxlIgx4jH\\/\\/wE9WydRyBLs6W5kWR9oUPa\\/1bB8DLzFiwDgh4qpgTHPSOVovOIYaBQ4a7Zbdr1Rr2NXdkMQfkRQhmdenO7o3\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-15\"}],\"apiTraceId\":\"RR5347322051836118826\",\"SearchTraceId\":\"f3a1f-65058-a69f2-c304a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"15\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f3a1f-65058-a69f2-c304a\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"JAI\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:01:29\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"f3a1f-65058-a69f2-c304a\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnun0M\\/z\\/MXGDGgMTInQQsB4RsrTPcJ05dDt2OjUTj6wPLcr1migCihW7Vs07A1c1WAZzlFsqvf7aUgWN795DMHZgNtJUObhBw39POo\\/MkzdOgF9ghYdXWXQStmuREjKHdOpaBZ51ySWiBAXb6G1ojd1KgUoO6UOf3hPrZyJWM7rJmSimG4Si+EYleMSFGkar+B8zVT0DlWt\\/uLTjeLBPAJSJv5+btRdc1WQbzjDh8JXVHGKy1eAUvDnf7mzd5HmEph3CFwDpZ52UEFr8Yh+sN4Rrfu3Id61FKgGqTWvQEh3ONSAsuAmjbjWpDQJD+aiFK5dhCqwMfQH45PJ7KSip18cLhagoLMQ3ntFagNuvVJzy5tOYTtDujdQe9NztPbFaDpavm1V9Fn00xmDLlExMWPKqari0w\\/9gC+FMfSzZWOd0YVrZS1tL5Rj+2mEgamBbmaU+4iLCqYDKSWIe3e\\/rQM5jnrxiRCQIwdSWr1+toPnkga7gS7q6z+IC6EesBcCzuYMx3jQQafrF3kLIAKlQ5xrBMz7a4QrEVhemi7NYRqzzjvTcnwBEBDrueip0oyRd7q1uNHqs67uxDIxlIgx4jH\\/\\/wE9WydRyBLs6W5kWR9oUPa\\/1bB8DLzFiwDgh4qpgTHPSOVovOIYaBQ4a7Zbdr1Rr2NXdkMQfkRQhmdenO7o3\",\"AirRepriceRequests\":[{\"Flight_Key\":\"En2DoIn7xy4AWl9pFf4xiwfppYLf37y5AjtXRbHT5UYokQywZq8UExyZG+k9JqKPXZSC3WQwSOt\\/VuePP+uAEy6dCC0pVHpBvSfIIzhD+cq6c3xFr53V7ISvRPQ+gOwkZNzY430buuaLxSkmSk0BYQRMyL1D6QccRnCtt1+NM1IUOBoVC9xmZF8F21xY9j5Iy+DL8CwVSig5Ov4sXp0XIlOZ5OtMlE\\/Bx3jbxOWClDezwwJA0OsIYqA2Fm4oDCu0RA0+IVDjGsDjB2RaEOsvvSE53T8QjcR079WxS+wtt9Y8sNgxRUZMDRqyc4RTXsi2kJSNSJRJoSS9I0ri+j8wvyeKjWlQ4movBlokieU2MvbVtw3Y6O\\/ZQFLckGHWEwzppCQAV3nybtzoGCFUuI1+d3ty7l+UrhYpoZFna3cw0alk1wZi2E0uExJdxW\\/dmiwOmTIdMCLl4Nn2tU5FDi9NmlVLcTCNvUrqKYzw9uexTkvWqPQzPn9gBuSYcbQ2xO7\\/nq+OOF4\\/4B8mOhXz4Qnok\\/+lTv2LqeWFiHi42mBYeK0g1a+bUI70JyBZFKi8qeBaW1wQ9b\\/QV7gWgAnIX6C\\/XQwVMD73+cjeCYge\\/\\/PSkrpIIWxSsHvzI6wJ50lZqzbfHAjDTrGJqmjzPDJB7KEa5eEt9WHQC8gQrOrzNhss1fwHp4lyUCjlALSU5b\\/wG5Chg53xuE7JsyOQRvPifW\\/cCz+qi8X+rpwasCaSIocyhGWWq8PgDtvGj0n8gVDsjED762J1fAUlFpYfh4sXrS4ur+\\/83H6BgB\\/kVhgIQpc72okEFqWyraWZvem9EW0HCelayiOIwWS\\/zp423AB92W3lj6OATASdnqw7cJHK49ZkG0RiFMk+0U7cgpPwdz0eLd7pJjuDKMeeW\\/BlNW+6fKJ5mfmQHO3fEfKeNrKcrQQW6453eB0ulIo2n8omu9qeJlKJ7dcdCUsYQxZAagVzFe4z7v40H6bqdoNeOdGoFWf1Xoj1rSGN6wOvMoFqNopko74kY4XV05KdfRxl22I7hmizvJiRgr5MgpuLBRoagAIIOW9MA1PB1MFcnyWEftep72tyVs0JQhq42IlB6QrkvVE2\\/RfWRFcL30KJn\\/57FeZ3xKj7cilSi7yvTOrkGA8S5o0PWjgVn\\/wjMDZtUtfNyP4AOASE5le4wBSTeCZ+8Rv\\/aTnoWxfZBNFdkwOwKUYR2g9r8jNmd4o+lAIPG8kYrqZQA4XeCiZM1OFjmK5N7MZDdcgKr1w8y07aJ\\/ZOdDmubqMi4oqCGUayxbrI07Wz5WfLJqc53BPM\\/jlY6CbhpM9l8V2msHxOY2IzLMdYypFgiZjJJdXOH22XGYJkcQqKbK8L076E19jKuByUkH+ifzkMGLsHg5352dhJ5NkuK\\/WxBZ+hG4CGmSAMd187ZhGuMGQFH9diZAgNo0gKaPx6C6I6aMPcZPa8QTOPM7bU+2ybOY8EqjBQBqW3Tl5UXBuTYpCriQRXkIhYpQRF3Y\\/XuXdtYaefCKBCgUHq1f5H6Ikf6S6S0Sb9UeNXoCmS64LleR38MYPAc9D6PiIkHSdQbLDUYlvPnYPgsWINCXnLt581bVZG05+qbQOuZjVvsuXYDrzTsvSZzbgl9nZjmyvOujG5BorlgWDMoou16JsafLUUM6m\\/5UyTH+dwvmGqFjEYrJjwnwMzot7YVU3p9qKGRtmm8P\\/p1YxJG4EePeR6H9nP0kn44Dx+xfbSA0OpF9gYy72Sq6yMt7ELVTyoB9eFid0DYth0G0B1HD5GDJgKOoAa+6aFTe1quYgyL2XuVS4P3rUe8FoDLJLOqI\\/t8SvP7wXajNAAUw1W3PIkhmvIZ2n\\/E4ykRMu8KbdVXHiMYeswkOgsXkMskVwCttMQGtI0RLN3cCJFkYbJpmSN+jxbnHn\\/p6afrczE9J1XtZv8M9zADEJ7dK5Bq9u0p5RHn3yPr8umVEBf4KSoWu0kEN7NQNGCK0cRQzDERwjiTtmzWQeLvQprQqCLJEzJ701XeftJGTIAOdcqS9NS6l1DwfsWswWJMZAN6LP9J4q3O\\/b5V7yyNvy7KJN8FcL6MbuOaqncCrTFIi1WhfNBriKM\\/bnBG0RTJYMYy+57tiqvJpj8Hzl5O3anmx6Q7PpUlRgqWu5eB5GEJQaBSEE7qvjSZcLUmYIeOvIPQSkuaa6+t5jAASN88wVGdsbvK\\/xixeV7kIS1qhRjXjMDmhqzmKiPo\\/Tc6snOOvLd5hL8Ihab6IauziJJKWyrgHp9pdfXWBn6OgiSexSKiglJf9bhDjcDgMd7TSwGZiDAg0pLRSy9MZhnZyIUx9ssTrWfiLiyHs7l82XQO5uhqsjvfmOVnWVLntVs7uZ\\/jNTa2LP+7sEARQZLKgN2jsrlMA1frXW1bAPLWY1KGP98LtKGBBTOUSslvnnCZiE+7pdh01ft36PKe1FYRGZZVEqRhg0SqWpdkawNTdtRap\\/qjhXbqc99WQ0VkbDfw97bTBQrFefld7yvcFs8NkMt\\/1pPN99rIr63xHOD98K9l+TW8pdXwxEHStDS5HBrsoJTR5VJgF9GO6Jyz0TPvQLJxAlMf8PECvGihmLU8wHq6iKi16Sc9f3WcW3HLkHR4IRvORRuF4TvwOVfzxwSQaxpNVwdNcPtoN6HDCQjFfNwQqc\\/kJj4GCtFDuaabsqVWtGbTg+uBBKdcGgsv55vIHyEY5dVzLPw6RAucQnRptrgn\\/n6b5vKMsXsFMZFQ3NrzvfcsfgVk1saXzFOBXKgbY6TqgyLW27EMG32KLUbWQdy+gTgEOS6EzXNAF5yIg9Adk4AC1JF6C5CdK\\/7PnXrG10E767JEmCfEAFJCCyysjLhxX8wRZjN+Iks+0VpGwp1h1J0P3cQlZeHIEna6lj5+CKa2D8\\/TWWEQf51vxLUqpDKjBoXWW9EyOy46K6lk2Wd+BAk9m2jjM78dInS9cD0O0RTomNeCCtN6lc8IgGT1vk9Tfb8+JKOSRTk2M1cdNyZbux4+iA8\\/co4ha8+s4aYFrL2LDg06C9krw6Kr0cGNj05HW1ryV5suEdzWcja1Bpsm5cFd6iYERNNwTllioGpM1JhtaL7mdcZ7GZej\\/CTx9c1oQqQ62OpiCpC1tS0D2onSQrrfzI1rE9KybRSuN+W+Y3JXDKapMuzyaF6HmP1Fo8caRTfV4CafMm8ngTtQsHclaI83vgBuXUNGzHqLnZ\\/mrxeVlMAMnxVWV9np4+s\\/LKPchl2lW2BnZdFUzGXgEfuM7YUhLoW7HFNvd+RTrcD32khWwDxMjwMBH4FJNgv\\/gUy7wWaAysozY57J+GWiqDQG9RU0QESdIjqD6bsyJVO23\\/3QXZ02VoJLvv0PrCFHC\\/zaHU1upUkQX9BSfvE1eU65m65sUlRbV5948nN5Q4yue4G7gaCr6DROXJtwfqvAOhTB3I+g2k5Pbed6OjOLGrm6sTlY8aGqEtWbu9bOlPRVq6bvjVCbG6W8iJXHF1ItZEwik030Mv0ydQUdLh15seHvA1t\\/0OFBnYKJ1Af5e0HvkLj5\\/yPtUTLAOU\\/ItAMQEOua\\/ERq\\/yvDWe4K+3syWwGgMpfqrIwfreFmzsaxLm+GAjDGV5oGWFiPQMUhDxogm97MhCzCDYa5xg3ykkRA6hqL9Bfc\\/RVFqW\\/Z+uZUalutJn9R9Lc2Et6p1hVFF7WsT4mZAO\\/gPjXKyq\\/Y0F35QZNRg94JyoVDtQq\\/JYRA24kT7epdT5fA+H6BJb9pZ+kKmYQFDKZ4VkkJqaDpdveccbGvIV5SQt\\/+u7pr0pxg76GCz3nA8Kw4ZBLLMzAImbGchct9IqFHaxiKk+c31SD1nLuxOzbFXPczcv1OI0LgMtX7HhikVz1aGQj8TGPlst0+qia7JI219VS9yGBKH8CWYNiXAxtjpW4BVuiO1aZA+jgNjxpihw9mK4RHIEOKmvNBy26smsgh4gvvz1j\\/pPWS4keCrS1e4Hz8Va63FOwwmjwC7ICsl14KknLOlJkSip41sKRR1Rb2q2aw7xEgCYIFKYXqjJbLf1YSdQqQEdjJfkadkPQ3bqrkuWmlZIXSXBCdFgF59Gtlhbj0jK93E8ak2N0dvjhqWt4E6MstcN2AEV77cbS6BAlZvwIAG3c6OUsDEhZLgg4gr54WUOHKMU6QoA8Vsx0R4Mr7QkP1bQTrgK1QhT4NSzKAMFB2aVUXhstUefJrrriQVscY\\/T2IZu4Rrzhk46CiACLT6TkrmI8n6syWsBQFWdIT3PYFQqiPaj4cxv3jutpm67hf8RW\\/pvqi9koCPq34c+cW329d2ONX3CKejnMpw+yPJSNgH\\/eU7oyzee4hwGeI6O8JCn+KkYdKzHl9JdheRFpDx2p11aQ9b8yzI+ZYqH+93JePXpA1yPPHp+XOpUMI3o61r99RcMInbUGg\\/GLuIUsBWqCZgvB1xDXVqvyXYAMDc58SVFi2AzuSJLKY3mPU8Md\\/yRWzaS7kZ7rOB+VSSLpecv\\/jxeicMJ7LYLOW5iWa\\/+GlueOhGX9bq8v0z94DXd46goeEuV7Nygf9Lrsck1JVMlHI5DZ\\/LQvFSlibt88griZoeNIZUafmy\\/oq2cc3Q3+ncsd0xrSO6l+TpzfEMrLjocOfGJuaPD+9R9mkJF+n1MuUNEQOA0Z\\/QE0cfymNf+wTmkg\\/SrmXWAhceLfBF3ufYzldJyx2mze\\/vKGm6EWzcBE5FYZtaBriyCFArOw4plLqn0BbcsW5NaJRDPGQotJUidyn\\/vgBARKyKIJHgIL7pJovyclN1KsVMYUuaRfEnOU8GUlVXI\\/zvoQoTFGPV2rbAkeI5n28lVZ0nxzCE2XWbDs4SGMC1bpJ0\\/HX69oqaZ\\/Wj46bH7mxN0zI8RiD7Q+FkddvIhUzt2eU6P3BE8gQYkPIH3ACDGbln2j3SyWHyIRknPL\\/sD+pH32hbaCjSKpSgZoZn7GG7TQ1HrruR7kUw4Jqd3QLoBsfoV3oa07749R0lnx1TkI3+IvplCvJ8sTIU8smVQzGvZFKDhW6hJWCpxQ5yxS2BYtUI5gVBWB4BbVx29IS265ixQRXx85TpN7S8en4X+kpWlLfCZkH4hbs+MV0XppV\\/ZGHnm\\/RnbHki9gp5Xk72jnAmIc7mh8CWyv7I+Zfr7hX6zEU39qKmfNtaeHY4yQPMyAof5q7ZunbimOKxIDXu34gBRT\\/VUvnWlAANOZLaX3VJz2C68\\/P9hjTk\\/ACArEZ\\/+lB0zBpnBxTSKKgsiRXA5ONiqSPG099OSq8E5BSdfTQpa\\/tP\\/6QKXA\\/oZOjYNjZPNQQhDgvi2477eZCaKG9Y\\/j0BrWsk4ipF8u9owyeHQ+vJjSy2QmqFEwUZGKDkRSNp7QM9T\\/+Sb4e4+weQ2+8D7pUsIE7esfy3ctIz43AroJ1Mo8+JBQCWOpEdmFC75+AZmhk8ysLMJtZkWbywM+wGimbG+sA855odY3oICDxmW3S5Fs\\/tAHR7FlMRaEHDk0BioUnHlBQRCyWikNGtYr2EedXLOuonRUL\\/BecOfiUVLQ\\/yQSQeuduSx4W3pIvrxkpmqT9sP7sMPqfkv1ze2eUXWPghgCtvcUgEKAsSU6ilJbS+fg5vZppd40\\/vy4xeCZpYmhC7rNKt87vjctEV132F7GCqxNPBFXA8+FbOK4RtLHjFRJmnzU\\/oK\\/6bAx\\/4f1bqbUsZcjfp7QaLeqSAv74h8MjUznDLUgF92qbtH+7g7HSrvrxvZtWhp0w4vdtW1xq8RyFHX+uYFEGofI9fKcxptCJibVYTHvQ0VojqEuiQlydIaNS\\/WJhJpgZ\\/8fr1nd8I7nR9hGFt9f+nRGIQIfAJXAieA2MZcPPkP5sdfwcTkwzITko2ETOz6j0t4yEbbhptIxfKt2L7g+hnbEYVzTGv7UkwW2rsufDp6TPFKEwmP9Qw\\/9rYJtF3z0v6Z2cvf4dBWU4VrwAYViyQDIytw\\/GYO8NXGhcIGS3ShN9LHyvgpcJT2bJZ4h9v+EDQS3bsXZNnrmAZWd++lQVgtxnH7sbHJikGsUoRXCz+CeVuke0vs\\/vmt8DTZetJ8yb8ROvLzPSUueoKkScifZ\\/g63qSVWhZudVE7dk9KsaLY46Bv2B9FyG4G3jKifKcjXZIedP5dQ\\/n4SwrUlOlWOIHJiJ1kkUp2HLesDL7\\/XeE2VIXSP07No+oK4X4YrHPZEk7rBPgAxSic7Dfe2gkthEQ42w79X+rjd7GyVFcXNgSilCHAXOaShPdsIjPGJM8RHWn1CS7sFy98+6mvVEFJAH\\/4oiHUbsIDXisJ4ywFbAnUglERuXL+qKBporsnJ6LA9wa+X3rzMj9G1kZdJAL2AVceXNiYfKscRa77EocKSyGtRcAieK9w6BQDf7vsLZ3dWT+QgC3Gg0u4xdyN0lZMKMBFkn2hJYSv1uahJ2L0+jCN2Algetvmut9wvp4aiPCpkE1ehKmdsJNWFRIcDnJe\\/nNHLoFU8o8KeJJ60\\/pKDnei7Antw2y1Qp8g6RjQcxbCRhNl20eaf8mIeJtZbAkYAzMmr+BFZmG5yxAaIKSUSmjsX\",\"Fare_Id\":\"RR5347322051836118826\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"f3a1f-65058-a69f2-c304a\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnun0M\\/z\\/MXGDGgMTInQQsB4RsrTPcJ05dDt2OjUTj6wPLcr1migCihW7Vs07A1c1WAZzlFsqvf7aUgWN795DMHZgNtJUObhBw39POo\\/MkzdOgF9ghYdXWXQStmuREjKHdOpaBZ51ySWiBAXb6G1ojd1KgUoO6UOf3hPrZyJWM7rJmSimG4Si+EYleMSFGkar+B8zVT0DlWt\\/uLTjeLBPAJSJv5+btRdc1WQbzjDh8JXVHGKy1eAUvDnf7mzd5HmEph3CFwDpZ52UEFr8Yh+sN4Rrfu3Id61FKgGqTWvQEh3ONSAsuAmjbjWpDQJD+aiFK5dhCqwMfQH45PJ7KSip18cLhagoLMQ3ntFagNuvVJzy5tOYTtDujdQe9NztPbFaDpavm1V9Fn00xmDLlExMWPKqari0w\\/9gC+FMfSzZWOd0YVrZS1tL5Rj+2mEgamBbmaU+4iLCqYDKSWIe3e\\/rQM5jnrxiRCQIwdSWr1+toPnkga7gS7q6z+IC6EesBcCzuYMx3jQQafrF3kLIAKlQ5xrBMz7a4QrEVhemi7NYRqzzjvTcnwBEBDrueip0oyRd7q1uNHqs67uxDIxlIgx4jH\\/\\/wE9WydRyBLs6W5kWR9oUPa\\/1bB8DLzFiwDgh4qpgTHPSOVovOIYaBQ4a7Zbdr1Rr2NXdkMQfkRQhmdenO7o3\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"En2DoIn7xy4AWl9pFf4xiwfppYLf37y5AjtXRbHT5UYokQywZq8UExyZG+k9JqKPXZSC3WQwSOt\\/VuePP+uAEy6dCC0pVHpBvSfIIzhD+cq6c3xFr53V7ISvRPQ+gOwkZNzY430buuaLxSkmSk0BYQRMyL1D6QccRnCtt1+NM1IUOBoVC9xmZF8F21xY9j5Iy+DL8CwVSig5Ov4sXp0XIlOZ5OtMlE\\/Bx3jbxOWClDezwwJA0OsIYqA2Fm4oDCu0RA0+IVDjGsDjB2RaEOsvvSE53T8QjcR079WxS+wtt9Y8sNgxRUZMDRqyc4RTXsi2kJSNSJRJoSS9I0ri+j8wvyeKjWlQ4movBlokieU2MvbVtw3Y6O\\/ZQFLckGHWEwzppCQAV3nybtzoGCFUuI1+d3ty7l+UrhYpoZFna3cw0alk1wZi2E0uExJdxW\\/dmiwOmTIdMCLl4Nn2tU5FDi9NmlVLcTCNvUrqKYzw9uexTkvWqPQzPn9gBuSYcbQ2xO7\\/nq+OOF4\\/4B8mOhXz4Qnok\\/+lTv2LqeWFiHi42mBYeK0g1a+bUI70JyBZFKi8qeBaW1wQ9b\\/QV7gWgAnIX6C\\/XQwVMD73+cjeCYge\\/\\/PSkrpIIWxSsHvzI6wJ50lZqzbfHAjDTrGJqmjzPDJB7KEa5eEt9WHQC8gQrOrzNhss1fwHp4lyUCjlALSU5b\\/wG5Chg53xuE7JsyOQRvPifW\\/cCz+qi8X+rpwasCaSIocyhGWWq8PgDtvGj0n8gVDsjED762J1fAUlFpYfh4sXrS4ur+\\/83H6BgB\\/kVhgIQpc72okEFqWyraWZvem9EW0HCelayiOIwWS\\/zp423AB92W3lj6OATASdnqw7cJHK49ZkG0RiFMk+0U7cgpPwdz0eLd7pJjuDKMeeW\\/BlNW+6fKJ5mfmQHO3fEfKeNrKcrQQW6453eB0ulIo2n8omu9qeJlKJ7dcdCUsYQxZAagVzFe4z7v40H6bqdoNeOdGoFWf1Xoj1rSGN6wOvMoFqNopko74kY4XV05KdfRxl22I7hmizvJiRgr5MgpuLBRoagAIIOW9MA1PB1MFcnyWEftep72tyVs0JQhq42IlB6QrkvVE2\\/RfWRFcL30KJn\\/57FeZ3xKj7cilSi7yvTOrkGA8S5o0PWjgVn\\/wjMDZtUtfNyP4AOASE5le4wBSTeCZ+8Rv\\/aTnoWxfZBNFdkwOwKUYR2g9r8jNmd4o+lAIPG8kYrqZQA4XeCiZM1OFjmK5N7MZDdcgKr1w8y07aJ\\/ZOdDmubqMi4oqCGUayxbrI07Wz5WfLJqc53BPM\\/jlY6CbhpM9l8V2msHxOY2IzLMdYypFgiZjJJdXOH22XGYJkcQqKbK8L076E19jKuByUkH+ifzkMGLsHg5352dhJ5NkuK\\/WxBZ+hG4CGmSAMd187ZhGuMGQFH9diZAgNo0gKaPx6C6I6aMPcZPa8QTOPM7bU+2ybOY8EqjBQBqW3Tl5UXBuTYpCriQRXkIhYpQRF3Y\\/XuXdtYaefCKBCgUHq1f5H6Ikf6S6S0Sb9UeNXoCmS64LleR38MYPAc9D6PiIkHSdQbLDUYlvPnYPgsWINCXnLt581bVZG05+qbQOuZjVvsuXYDrzTsvSZzbgl9nZjmyvOujG5BorlgWDMoou16JsafLUUM6m\\/5UyTH+dwvmGqFjEYrJjwnwMzot7YVU3p9qKGRtmm8P\\/p1YxJG4EePeR6H9nP0kn44Dx+xfbSA0OpF9gYy72Sq6yMt7ELVTyoB9eFid0DYth0G0B1HD5GDJgKOoAa+6aFTe1quYgyL2XuVS4P3rUe8FoDLJLOqI\\/t8SvP7wXajNAAUw1W3PIkhmvIZ2n\\/E4ykRMu8KbdVXHiMYeswkOgsXkMskVwCttMQGtI0RLN3cCJFkYbJpmSN+jxbnHn\\/p6afrczE9J1XtZv8M9zADEJ7dK5Bq9u0p5RHn3yPr8umVEBf4KSoWu0kEN7NQNGCK0cRQzDERwjiTtmzWQeLvQprQqCLJEzJ701XeftJGTIAOdcqS9NS6l1DwfsWswWJMZAN6LP9J4q3O\\/b5V7yyNvy7KJN8FcL6MbuOaqncCrTFIi1WhfNBriKM\\/bnBG0RTJYMYy+57tiqvJpj8Hzl5O3anmx6Q7PpUlRgqWu5eB5GEJQaBSEE7qvjSZcLUmYIeOvIPQSkuaa6+t5jAASN88wVGdsbvK\\/xixeV7kIS1qhRjXjMDmhqzmKiPo\\/Tc6snOOvLd5hL8Ihab6IauziJJKWyrgHp9pdfXWBn6OgiSexSKiglJf9bhDjcDgMd7TSwGZiDAg0pLRSy9MZhnZyIUx9ssTrWfiLiyHs7l82XQO5uhqsjvfmOVnWVLntVs7uZ\\/jNTa2LP+7sEARQZLKgN2jsrlMA1frXW1bAPLWY1KGP98LtKGBBTOUSslvnnCZiE+7pdh01ft36PKe1FYRGZZVEqRhg0SqWpdkawNTdtRap\\/qjhXbqc99WQ0VkbDfw97bTBQrFefld7yvcFs8NkMt\\/1pPN99rIr63xHOD98K9l+TW8pdXwxEHStDS5HBrsoJTR5VJgF9GO6Jyz0TPvQLJxAlMf8PECvGihmLU8wHq6iKi16Sc9f3WcW3HLkHR4IRvORRuF4TvwOVfzxwSQaxpNVwdNcPtoN6HDCQjFfNwQqc\\/kJj4GCtFDuaabsqVWtGbTg+uBBKdcGgsv55vIHyEY5dVzLPw6RAucQnRptrgn\\/n6b5vKMsXsFMZFQ3NrzvfcsfgVk1saXzFOBXKgbY6TqgyLW27EMG32KLUbWQdy+gTgEOS6EzXNAF5yIg9Adk4AC1JF6C5CdK\\/7PnXrG10E767JEmCfEAFJCCyysjLhxX8wRZjN+Iks+0VpGwp1h1J0P3cQlZeHIEna6lj5+CKa2D8\\/TWWEQf51vxLUqpDKjBoXWW9EyOy46K6lk2Wd+BAk9m2jjM78dInS9cD0O0RTomNeCCtN6lc8IgGT1vk9Tfb8+JKOSRTk2M1cdNyZbux4+iA8\\/co4ha8+s4aYFrL2LDg06C9krw6Kr0cGNj05HW1ryV5suEdzWcja1Bpsm5cFd6iYERNNwTllioGpM1JhtaL7mdcZ7GZej\\/CTx9c1oQqQ62OpiCpC1tS0D2onSQrrfzI1rE9KybRSuN+W+Y3JXDKapMuzyaF6HmP1Fo8caRTfV4CafMm8ngTtQsHclaI83vgBuXUNGzHqLnZ\\/mrxeVlMAMnxVWV9np4+s\\/LKPchl2lW2BnZdFUzGXgEfuM7YUhLoW7HFNvd+RTrcD32khWwDxMjwMBH4FJNgv\\/gUy7wWaAysozY57J+GWiqDQG9RU0QESdIjqD6bsyJVO23\\/3QXZ02VoJLvv0PrCFHC\\/zaHU1upUkQX9BSfvE1eU65m65sUlRbV5948nN5Q4yue4G7gaCr6DROXJtwfqvAOhTB3I+g2k5Pbed6OjOLGrm6sTlY8aGqEtWbu9bOlPRVq6bvjVCbG6W8iJXHF1ItZEwik030Mv0ydQUdLh15seHvA1t\\/0OFBnYKJ1Af5e0HvkLj5\\/yPtUTLAOU\\/ItAMQEOua\\/ERq\\/yvDWe4K+3syWwGgMpfqrIwfreFmzsaxLm+GAjDGV5oGWFiPQMUhDxogm97MhCzCDYa5xg3ykkRA6hqL9Bfc\\/RVFqW\\/Z+uZUalutJn9R9Lc2Et6p1hVFF7WsT4mZAO\\/gPjXKyq\\/Y0F35QZNRg94JyoVDtQq\\/JYRA24kT7epdT5fA+H6BJb9pZ+kKmYQFDKZ4VkkJqaDpdveccbGvIV5SQt\\/+u7pr0pxg76GCz3nA8Kw4ZBLLMzAImbGchct9IqFHaxiKk+c31SD1nLuxOzbFXPczcv1OI0LgMtX7HhikVz1aGQj8TGPlst0+qia7JI219VS9yGBKH8CWYNiXAxtjpW4BVuiO1aZA+jgNjxpihw9mK4RHIEOKmvNBy26smsgh4gvvz1j\\/pPWS4keCrS1e4Hz8Va63FOwwmjwC7ICsl14KknLOlJkSip41sKRR1Rb2q2aw7xEgCYIFKYXqjJbLf1YSdQqQEdjJfkadkPQ3bqrkuWmlZIXSXBCdFgF59Gtlhbj0jK93E8ak2N0dvjhqWt4E6MstcN2AEV77cbS6BAlZvwIAG3c6OUsDEhZLgg4gr54WUOHKMU6QoA8Vsx0R4Mr7QkP1bQTrgK1QhT4NSzKAMFB2aVUXhstUefJrrriQVscY\\/T2IZu4Rrzhk46CiACLT6TkrmI8n6syWsBQFWdIT3PYFQqiPaj4cxv3jutpm67hf8RW\\/pvqi9koCPq34c+cW329d2ONX3CKejnMpw+yPJSNgH\\/eU7oyzee4hwGeI6O8JCn+KkYdKzHl9JdheRFpDx2p11aQ9b8yzI+ZYqH+93JePXpA1yPPHp+XOpUMI3o61r99RcMInbUGg\\/GLuIUsBWqCZgvB1xDXVqvyXYAMDc58SVFi2AzuSJLKY3mPU8Md\\/yRWzaS7kZ7rOB+VSSLpecv\\/jxeicMJ7LYLOW5iWa\\/+GlueOhGX9bq8v0z94DXd46goeEuV7Nygf9Lrsck1JVMlHI5DZ\\/LQvFSlibt88griZoeNIZUafmy\\/oq2cc3Q3+ncsd0xrSO6l+TpzfEMrLjocOfGJuaPD+9R9mkJF+n1MuUNEQOA0Z\\/QE0cfymNf+wTmkg\\/SrmXWAhceLfBF3ufYzldJyx2mze\\/vKGm6EWzcBE5FYZtaBriyCFArOw4plLqn0BbcsW5NaJRDPGQotJUidyn\\/vgBARKyKIJHgIL7pJovyclN1KsVMYUuaRfEnOU8GUlVXI\\/zvoQoTFGPV2rbAkeI5n28lVZ0nxzCE2XWbDs4SGMC1bpJ0\\/HX69oqaZ\\/Wj46bH7mxN0zI8RiD7Q+FkddvIhUzt2eU6P3BE8gQYkPIH3ACDGbln2j3SyWHyIRknPL\\/sD+pH32hbaCjSKpSgZoZn7GG7TQ1HrruR7kUw4Jqd3QLoBsfoV3oa07749R0lnx1TkI3+IvplCvJ8sTIU8smVQzGvZFKDhW6hJWCpxQ5yxS2BYtUI5gVBWB4BbVx29IS265ixQRXx85TpN7S8en4X+kpWlLfCZkH4hbs+MV0XppV\\/ZGHnm\\/RnbHki9gp5Xk72jnAmIc7mh8CWyv7I+Zfr7hX6zEU39qKmfNtaeHY4yQPMyAof5q7ZunbimOKxIDXu34gBRT\\/VUvnWlAANOZLaX3VJz2C68\\/P9hjTk\\/ACArEZ\\/+lB0zBpnBxTSKKgsiRXA5ONiqSPG099OSq8E5BSdfTQpa\\/tP\\/6QKXA\\/oZOjYNjZPNQQhDgvi2477eZCaKG9Y\\/j0BrWsk4ipF8u9owyeHQ+vJjSy2QmqFEwUZGKDkRSNp7QM9T\\/+Sb4e4+weQ2+8D7pUsIE7esfy3ctIz43AroJ1Mo8+JBQCWOpEdmFC75+AZmhk8ysLMJtZkWbywM+wGimbG+sA855odY3oICDxmW3S5Fs\\/tAHR7FlMRaEHDk0BioUnHlBQRCyWikNGtYr2EedXLOuonRUL\\/BecOfiUVLQ\\/yQSQeuduSx4W3pIvrxkpmqT9sP7sMPqfkv1ze2eUXWPghgCtvcUgEKAsSU6ilJbS+fg5vZppd40\\/vy4xeCZpYmhC7rNKt87vjctEV132F7GCqxNPBFXA8+FbOK4RtLHjFRJmnzU\\/oK\\/6bAx\\/4f1bqbUsZcjfp7QaLeqSAv74h8MjUznDLUgF92qbtH+7g7HSrvrxvZtWhp0w4vdtW1xq8RyFHX+uYFEGofI9fKcxptCJibVYTHvQ0VojqEuiQlydIaNS\\/WJhJpgZ\\/8fr1nd8I7nR9hGFt9f+nRGIQIfAJXAieA2MZcPPkP5sdfwcTkwzITko2ETOz6j0t4yEbbhptIxfKt2L7g+hnbEYVzTGv7UkwW2rsufDp6TPFKEwmP9Qw\\/9rYJtF3z0v6Z2cvf4dBWU4VrwAYViyQDIytw\\/GYO8NXGhcIGS3ShN9LHyvgpcJT2bJZ4h9v+EDQS3bsXZNnrmAZWd++lQVgtxnH7sbHJikGsUoRXCz+CeVuke0vs\\/vmt8DTZetJ8yb8ROvLzPSUueoKkScifZ\\/g63qSVWhZudVE7dk9KsaLY46Bv2B9FyG4G3jKifKcjXZIedP5dQ\\/n4SwrUlOlWOIHJiJ1kkUp2HLesDL7\\/XeE2VIXSP07No+oK4X4YrHPZEk7rBPgAxSic7Dfe2gkthEQ42w79X+rjd7GyVFcXNgSilCHAXOaShPdsIjPGJM8RHWn1CS7sFy98+6mvVEFJAH\\/4oiHUbsIDXisJ4ywFbAnUglERuXL+qKBporsnJ6LA9wa+X3rzMj9G1kZdJAL2AVceXNiYfKscRa77EocKSyGtRcAieK9w6BQDf7vsLZ3dWT+QgC3Gg0u4xdyN0lZMKMBFkn2hJYSv1uahJ2L0+jCN2Algetvmut9wvp4aiPCpkE1ehKmdsJNWFRIcDnJe\\/nNHLoFU8o8KeJJ60\\/pKDnei7Antw2y1Qp8g6RjQcxbCRhNl20eaf8mIeJtZbAkYAzMmr+BFZmG5yxAaIKSUSmjsX\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"f3a1f-65058-a69f2-c304a\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:02:26'),(1869,'d616b-ac7cf-54005-d5b23','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5430398529066536941\",\"Flight_Key\":\"kuFqev5l5p\\/gPjc1jP1dWvIHaK6TiJQqB+qq6k\\/TtcK2PZ29pckYyL5VuuL0oOLrvEbR9mHUn2ox1\\/iOW0zUy0sODx\\/QZ8YSB\\/qnEnWBnPnV8W2RF6lSyjUVxbIBcDqGrl0xn53LoHH3qaXSxHINJNlwBaRDiAQGjGOORsrM4Llf8Fuy\\/Ynp3eBHEV6vv+frnUFIiw3HbVwx1daUWsf\\/vD3UOc0AU3ybaoY2S1mF+SOedAy8sC6GsYk\\/ZnTc4KTYg8pDf4I3SxQx1+ZWz\\/YumTjajOZb+H3ObnDS4LVo+9lWAmjHm93wh1VgWYuhIuv27Lsz0voWsSPGqxWeswLercfRIebOZyTdIgF5pFOmF11koufqO1SaIhvMAFJJgvTEryaWgZ98jezBBwzKcfnIc3ljUgwCljgDTrbQINPycEwe+fupubAwRrd10HPSwXFOpvyV3VFjVmVR3CSgI7teLAWzA6KQeGfYK29mSnyxyvvQsGpNhq4MkH0xmUz+tLpC5fHrnoegJhPv3U\\/+QPP6uCj5YD7gXuS1OS2jz6CYU5PQpZMItyzynafRdD7AwoC10hZIrAdrMbGHIiHkGN4uYRvq\\/FtR4Mp8P3SWelWSWB18nPto\\/yareltOtFW++CIMCW9WuN\\/ViRNyTM4uuiITwRGNuVK90Vfep5ulUNAmzV7Bn4H3PbRP0RWZmzqy7UKAldh4R4F7m93D2dxiMHh\\/tXjD0lG+5rFxqG8IoGZkNuUsRUELdShqu+03bP8kcwMvu+Hv\\/kg7gaEYXRFTarMgWCcsyrpKIi3sK6E3bPTd7Y87Qm0Q1CID1jZ7zru2ybum8WzZiaMjKu3R02QwUk5HqShEhMdmoP8EYsoT+bappcEcH5O85QbBGhU46xDE58s9x6kiq5uOYa8JN8XhICRAbW6h0nN582z2to7ZnRHeTCmoVnplg3OdQ\\/fzO+1LQ\\/rCMOBjQpm9R4VW4tDPBBRl2+qYpLbvbBIDcD\\/9F2bQlQsWl7iLDSno7L7nVO309BnpKMeyYFkzybw3k7WPzf\\/ZTKDBOyOUbfLSVAjhTnlmyArfRwBo25EDllIwhLY80KoFSKEEwn\\/AYPQVZ1ymYZ3yTPl3Tf36u8RZKWgylSMMdIUlIzGeUxnQlxPFje+At3I5dfo0nipJ9NIK8x+MCEatd\\/KGFfWJlb5gEYmUxBrNZh\\/U9uYVTFv5LoWsvqOmus\\/WohsHxuzHxMxTrnVVI1+nON77hzKafk7wYf7fz9Mk6QzZXyX06wg\\/ETx058iwiLDVvjNQOnAoEkTXstv\\/5t20xLvDDllqAFWDnrKWMJzLN3+odCo0puuHObLB\\/5mJGS6R+x0Ot+QbV+miXOuYv6JPnUKe6LQZjG6AHI6VIeJXPGiC9X7ftp8th9NEeypLoZxotrr0ll+IhipW91FXg2F04LOFgsgKvvUdGUVhjBdYgA4TUk3IYjJ5XHYg\\/HH+k+3zZcYNFQdpTAPMxSnpfAFqxh3SruRRsWJHnxwJ6Ex2eol4j1B9dYm7MkwBDwwd3ENlpOFdtj876wCkY+GyoRL6kE4yoMLKtm0Ajq0JbBxI9WNWGLrkmEpVvF0UFPc4K1N48TDlAAy9B4Fu43KGwB8W2FgQzw9hbgEm\\/3eJjmAzzwRAboysN5\\/2WtUD2QF1JUogP15IsZ4pPdhezl5CLpdMdaX4aPsZlSMgtu5rFP0T8M+wh+Njm0wPgZdBJcv\\/gxFSFuZFrX0xqJbYLNXNgVME0Rem3GpgrNNSVWopuQCNgliCiVDR3uS9Lc\\/P+A4pCAtBlqCzAd\\/JKYOwkj\\/pTOqvSTIzRnY4h0Anquyx7\\/s6y2oaFs2sIFhOzL23gNGBh\\/z9Dta3HsPiqnpeJDH0cddpDbONeoL9+t49piOp2a9+n8voywDtEaWpxS6goXwMbnZ7ItVxTZRup\\/saxszX8KXPukRNyBWWDvTDXfzWQujsNN7X1WjmI4O3ezlsQcWUiOFt7+Y9ISKZuujLRWjCUqYqCE5Eqmiafbht4ryaiMxNk7W+XR1eoLpMHWoQ27yrwuR775o87DqqmUztMWYHJVzVMrIJLjWqrvl5A956i4WII+rYEAs3GfNFnjiGK93aYlfRX2bvmejxGBrEtj0Nlnf2nPxnOiJp\\/9xYae2Hn+ZfvpP6N4Pyxq0EObIzq\\/CPKTgs463NxcKyA\\/8BybcfAOY2yUs69UtQBTYdkPecTzd5LVxzK1SDtp3vjxqhJ2mE6yka\\/Hrgh2wS0rXGCanyyl\\/uGcoNt\\/Or5vRuA\\/hSX1q6aON1qH63X15O4i9I1eZI5XQn2MNgYrd4q3IkApZLLowigIY8pex4kN335lITefaU5yDxg5T0wN54UMh9FiCIokoBzm2W4uD\\/T\\/V85gV4dGiGxtOoIWg+jR+MK2j\\/TCcGWTEtLUEsz9Tam8GQJkXHc\\/qhHSAueXrrhFDOJx30iFooXryWcLyyYZHUZlv68PnblEXlhHSSbYsV9mJx\\/We+8AV2S+PMK9zuTH2DoocZT\\/YlvPlvCsKryOqW0+1fLh\\/CSq0PvM2pvkjqZRmCuZnQfiUWWHGiVaArwq71P3EoserTQvTKgYdM8cSDjcSacBxmzmEPavlvQmdeY84azYvS0Z6soj1Ql8udZqQY6pS0gDx0b3\\/C3OjhuaY8JpqYRJ79bAKS13Gkazgtvith6aGM+nYR3Vt2fDJ0wfG0l+Qi+DqcI4pOsRBRTMJyqJJDltGyhhaOkEqF8WKi08ZdXw9fy132w4mBlnbMWaaPw9SsgrTMVGzUjENzABgf7B1n3zl8ER3YuYupVju9yD847yxIQzRNEgXuEjHOF4jYiT2IiHVS2wS8EuOC3SKGDj5BEoUVw4BckiqWQmoOCaUVO25OL78cNQzJowYT3NdEvQ6XPjt4RUYMXQYA6LEojSiqZLnyH2AgD2QBNaEiIApYBZoD\\/AmF35AiyaJarfaSdeTaHH7DZ+kLFN\\/2LvTeBFmWfEBdTOnuvgy2nQaZOWQUhLMr9XoKt77WA4zr107smQWznCzDuhHe+sSNX+KxlT+RQ4pHkkt2It1sFekC2n8aL6hf81DPuKLqlxO2jvwRSWS0chWZUB34NliF2wewqt7qYaX96GTy6e1\\/tLlEyngJj6x3ak06ELAD9D4M4wasgwH5+5\\/eeDjjIpDC\\/ji+GrOiLGYoMBjiAdtnJnJTSSVp6pmUynqrZqN18LJe+GLqCwFDgSOBQXXVMJKW2CZ55zYnf+rFzCE9zvu79NTNK10FWprbcreSJXynDHQrevBKg5vpQ9+uEINy3vZFtmJREOFNloS32qJcUMnUyEvWbgjeiZ8L6CoHp7hI7a4onhyfFaX7rmJfdhcX3i804xjg7WMd4bkaEuuVXQUCJDJL7VD2frk+Iz0eUW2AnXQkNiyBNsEXQI6rKHHg\\/BT5qga6iTkMyLQzwYNLbR4b91CGN9FyPcyaoxDBY7FTtkZz2iO9Eu7QHb1LZ\\/Lo3kuu0cYhidP7sfrcmgKYVb0vEsAO4MJyB2kvSWFWKzbE+qBD9awrofjUoXgYrIDcoLvpMah++jguIja9+O+L69y\\/7UDAtBOFJGHpijPxe8KHsFlevdVAKQfbY1QSsiksn5q3T+qQA6ZZHVlf+Nzcc\\/gMatpHg9Ja9XrlE\\/Md4qXD93Ssjd7yoFnUW3FmmG+ss5AOFSW3ijSjWspxmnuLH+u1+++hqSuO\\/reOOuKHPHMeNdBLvE7stvyuMkZVA8P0q1dMV9EuSZgvwkOHJ5+JAcA2vl\\/HiAd8PQsbkFvRqyIGS+qibrR1dSBpD6A5EaLlgfZ5YWzw2HfWxy5PYVfHWyMJCyGOXqW7p95ofAdXmIQJCNidnLPP0\\/Gu\\/8Tr16sLHPWJwb0OZ5x136ylwYIqxirAvvjy6H0GqZPP0o532hCd4U8M4hFYYQi8qVXYQCwad7BcBAmDsbTBdBp1cS2WPlL7e+dg4Qvmql4MX3FytB0jI\\/czh7Y\\/j+TRlfQKSaw77BZ5VgvuY14fXTD+nwlzr6xFgXV8ZwJjTIkSRxlcg+7ZproKJOj+57Q0DaLtea6RbtbANbIx1o2y0gKfC4tebIF\\/v2AV2SszwoSXL7TOaZ\\/lxkb1LeOgYUKh8b8bmXb+7HK+8M3wixgrroBSvQkzaCTQ6\\/\\/qUh+neWZqKF9IoIkYfJHvpcbGG4NaQZ0ACzzWpesjUI4m1V+XCBSqRFK+79EvUOue1iRFajO1QBgWj17iDgruxYpFaKxzYYIKyuz7fpxD5T3iRwSQ9L79AIOAiKh9JDkO0P+tDZQhQd6QWDQhnZaTTFpuyoR\\/Ukru5K\\/i9nQlIM1A9r3Qn8G0ECi916ygtSeaoc2zyOD\\/OAxdNjrbOAQktZxVfdiUFOEMXmGG8JfF837ZMEWFi96NnGt34cWlg68Knktr4vOmWguEBZrp+Xqb17lTujMbd4KDfe\\/ArF+pQSMHvmKi+JT4yfbHNvxQoCebApHmh+WQ43e9HSb9Orwd1Lw0yqy2\\/O57ERBsIinP4a75McSBakEHfdsuJ4YcNhnhhMBerPlOyI9UUmdDd24pNxu03y3QP1fFLxenkRF73skp9Y\\/LkfzV8LjsFZjnPVW7yM1aAKBUwrNMh0vIie79ixYR+hGbDFC1z7iu+JRvE49XYJw4fxl0eTbeJuCLwKgtohnZY54eIbHEep8FNNSjcBjOX9xsW\\/gsZp2kg3Fe0RcKgCQliBxcHA10CtcADYgTAvr800DWxL2nlUB18yLNNFJk2PnrZ15JJ23vxA60PK+sANl3Mf9UL2h11PQ4zqCPxPbYQsJoN9mm5x3qnKjnJsFNKQHFXCcqqqUHg8mpxDxD\\/LryVjgakokXq4yUvimz9G84BgBeYIPql8SsrWS21sZ6z\\/\\/N3ENvptR0kK1lSYlbE+VW62WkjxFP3ix5vdvwvlaPzWg1EZ1F\",\"FlightNumber\":\"6E- 839\",\"SegFlightNumberArr\":\"6E- 839\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 05:20\",\"ToUTCTime\":\"2023-12-15 07:55\",\"DepartureTime\":\"05:20\",\"ArrivalTime\":\"07:55\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 35m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"30\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"d616b-ac7cf-54005-d5b23\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":7051,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5327,\"Tax\":1760,\"intPublishedFare\":7051,\"OfferedFareAgent\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"PublishedFareAgent\":7051,\"CostToAgentCustomer\":7051,\"PublishedFarePerPax\":7051,\"OfferedFare\":7051,\"CommissionEarned\":0,\"CommDiscount\":96,\"TDS\":5,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4956379056199194301\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"30\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":96,\"NetCommission\":117,\"BaseFare\":5327,\"Tax\":1760,\"OfferedFare\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"TDS\":\"5\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1760,\"YR\":0},\"ApiNCM\":96,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":96,\"AgentMarkUp\":0,\"CostToAgentCustomer\":7051,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":96,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":96,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":7051,\"CostToCustomer\":7051,\"CostToAgentCustomer\":7051,\"TotalEarning\":0,\"CostToCompany\":7051,\"CostToAgent\":7051,\"AgentB2CEarning\":0,\"intOfferedFare\":7051,\"intPublishFare\":7147,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"5\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15 07:55\",\"SegFlightNumber\":\"6E- 839\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15 05:20\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":\"30\",\"strDepartureDtTime\":\"05:20\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"2\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6XM6qPHsoCKGcSylDPiHS\\/pWdbhpFn8aUAL+TKKBlsp1H1bB9zZheN+7aBiZBYq1irrDcGqHG5gMdSJbRokWSQPqIEnW2WPS0BbNQ31hrDLysu5yaqYbt6kHnAt2dtmU97\\/rpADar8A4b7xvBtbXMAUeaR1xl5cfKU8GHhLh+m48IBWzeYkWlAT7PV0E+9H0wt52TM6c5en3+Tcep12BvhrfmtL7gpwvhdydE6DvBHe5hr8Bn3VvVeSf6EiFKJxoeyGvHDX94WJx0D0hpIxS3wow0Jeghl9J5knfH9Wor2HcwWCNq6nSBmXgoTVjbiVrTcSDIjH8fIAD2qFw7PKWFPueEKFwTrQO0fsZPnHZVI4yJoyFiDCDGsKUPfIb19Vvg4wfabWWamk6HI831R+kYjeKUZdcWCrex0BAIDpGne6elTHAjFQJvSA9UlK7xaq8NfqMLG8gT5ZjhHMgFLczkijqW7+bYZ3o9JxIVKDZrikNh5idEJTqwdF2zo+ItG6s\\/ttfqG4zARkoIii7yf6crkcZKqXIiDPBaAUOyiKCiMCEWWM8scDhnFgqudOZn+YW5gK6fH2ORhnTdjONwTieTcY=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"pv0VYzUs4tskec5K3r4ERmt8NtkjYm+uELkqlhoAN\\/ygiRNR1zbz0G+pj3Z0xgnpt3XlyJ8K0iUEGdg8glXitEoT4ppLiEo7l5s9unotGeguu19QZZCwe5pLl4Mb+vsSQrUwkjKQ7pfDaKa3o1OcBuMtOwx00fZHwDqxTBS62S0PvlfkkEllhzi6Te508x6U+85wdSvGpI7oni9tUUUbpxVQiMCkYWhLiyaGQZR19mJmevkiVPU9F03tkH2qxZq49+K\\/XfgjwAaoA6HRFwDmARLozwSyrQByey7pcmC2NuFNovDMs86MxQRKmiXUyold7K+UPV4ozt7lq1BTePEABUTYJ4Nj9xPCGVxhYI7j3wFY1oTo93lcrlx8S4XMoUmRV0G34MPbYhuBUGbXoycqM9yb\\/+wsYcURtKVZOZuAO7nAB\\/DAEba\\/gZuI0yGa8mOR3epbIcEZRO6Qfw0It2jfaHEsWfFb\\/SUvFQsQblb6oEa3zOQYedA\\/R8Og4U6aBncNq3haw1e+4WIvrbPK5cJEiix1BSmlOiXwdLPnteX\\/+Fkh1LlNDwdk+4nPzRte9DNq7NPp7L\\/KIsx8VdyHkBqCdgn8I4avilzD9sYLbZtj+OM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABFDQGFCEConwlDRhA3Zo8QjKEsd\\/cGYh+Z1lFJlnEE1ZyG9NifVodk\\/kEp8xpy7KKKUQ8cxIKNz469bkuai2k3wMqwD6AIG\\/EsGsahnYZnUTz0VwzRe+fFn1eJB94ht4ihtt2EADaofONzWc2Qf2YYFGS5n2v3obNhAESPP5inB3Qh5VA9SNjfFWa82\\/mb5v503bWIkOLljNXGUzLiW+WURKIa0nT1Gry3Yw+vV7gW+s9LNN9w69tqEYiuPjVshMl56gkuWoiIkGM3k8J0a2bYgZxEgGxzTIYfvGOWrR9OSg5FfH\\/9MTC3HOInsJWfgjVUu5rMl51rIQkY3f\\/FsVuq34A\\/CVqEFFXoYbNuQ3pXDGx1TJS8HPhG90Xs1imxkSHUMAF4mw58ho\\/44HxbaopVkhx9oh2FtlaIBu70mSDlBrFKudutAZAeFUXV65MD0Sbj9NuOL9u7wvCs2wQRlxLBWdldT8zVmnNsW9nPVD39fshbJS1zLFdghqLANHvHop8\\/y2EQPuGLxaHvWrFaqCTRR4R1POvVg8ANdIqrmzl3E6Hea\\/Oo0n2YqwX7LvEB5gwnN8c95lvKuGYCYCV38Ylhs=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"\\/3JTCp8CGz4+VLza\\/pzFwKQmuOacOjifCPl1061oxJIPYB8SQroXbPvMYQBdaDk+qJOGTGWBbhzfT6YRPCKNK+YWTIVaizb9vyUqW81EWM2yxgI\\/\\/CXc1+x2Mdj\\/ks0CutGzKcDGpzX6OxRSB8RxBkLtb0ESgKGe\\/LtBQRRT0Pfd5s3sUQsRO\\/c\\/rVxsZ6MWY8Ol3FrJTg6FeuNTMzkmzlQZIDZgi8Q3lijTjCqfanXzOJa0GQze7z2DcHRjx5lcIp5MqiPQx2HgIY2U\\/6BgZI6Cko1gjnFwZ2+QPqGNzqabdfWCSJ8XZgPSgaPNehq2XNjM3WfaMQ8MroOkxqB3Hri+X0Qw7huoduCTQ5lRxR46loqXpw0v0f5BFnZmKDH5bmb+W4FgksZcfQ\\/+kRvTdcXaqAK23GezvbGY5xeTTts5pqog8FaYst\\/NIYZuOZMcSQOp+i2WL8TNsCh\\/NLFR\\/SWBuWkS0lFmHaYmW6scQRi1sXj+fURD0KtkkRoTn\\/y0oWJGgO4IYg1+xwcpSMci27HzhoeaS+JXMYYr\\/q7FkCmRPyozJCBOYBTmAsQBeMklqqASTNYie8aeKtBZ+UGIsBOe3CowQMSIdHMoutLX5Yg=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALeqW8XZ6N+CoOEBNkdkGPu1rtm+Trqb8vicm0H1KGZG4Jf7G9JPbg6sehUwPUmol2vYC\\/00bxC7Cofn3E1P6kCPJaxSPIgnvRCVgQPtkaaCsMisn+ZeTNSFXlDVKRK6Db0MXMEL5i5LhkIiYaVyA29\\/snXZ05NZiCb6GN+x5YJ2YWvviztcd95zXkZGT5qNKqYS1o8I5jmjeW3LlVhcZUCT3ySoLzEw0f+Oi8BhC\\/2hC1k5L9JN6pn+5XJM97zbN7lajE2krJgRV5x0MRK37IbihMLRUkvf3jmY7bBENCi58yVBDX3kd5yDvyO3M0rZS988oMv87JQ8LAlCC+N0wQz8TxcMCUL+LdTEdbgIvhQiayqmrRtI\\/ed0TvsF4dk8T6kx2z\\/Ic1K9y02Kt0nKeA+NA5ADMSBmHLPw5qGlar4DsJQuIOCwl0rXgfankfVJVdel\\/Cq2\\/KLaKniBC3YLVuybyj8s1B66QAfBjN53cbKTwJjJZHLfTY1nsLQUOO1qfeoPfLiKKNS57cEuI7QcRsQgl6TQ6iXpwybCbUA3nyNoS9ZEZTbuwZtUd53mR3k9G\\/Rz\\/piT2ztxwrS\\/bTq75Ego=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABMeGhWU8pMCfPZUnl47bU\\/Us9O4GvUtbpAxCMwfDuBNSgpz7Inq+Cx694QW3hXMsv0mg4dD4\\/q09qydEwaJeIYsl+RZkwIhcUBdMe2JkJfLc+cAzX0z3j7U60eGkQoDuelwDP+z3KQEBeoUji4tj5MSCuUMDu6pby+cOZZmwwnzBuw2+c1H\\/c9dmW4yS372JLK4On8U5oiKBhXaEXm9hFjikDbFR5UOxlNzl0Z5D6knq\\/Jwy8tDqqmcNXrj3XexXcO9FA\\/s\\/Q5Dp5dbiWcJzH2j7VcL3HLGI0HSUqQr0k2dm45Jt6LX8almkzeNzWF\\/K39VJjn+E1JQ3SfLYMQQEZ3J2G+dftN0EcJ6TQRtVwOj3FG+1olrw\\/\\/Dz4E\\/OMFnLRalQ8hylgJpM6t6ik+H+qPZ1ccwtIh\\/+D73gXyP5jt11op3iXnecgsCAhkadTc1LLxssSUA3SqylT0ZecUI44lvXC\\/XS9\\/\\/t0RVC7QAvZyiPsrfvpivEEIeITjSo38E23rLOZJ4WeomnljackaiFO1PDJXJ0IooUdM1xbmero0\\/78WhbSj9jN+AZSU\\/kgL4giA+335XBkJyzEPw3hkMYvf8=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"asrqQCc+ZHOlFE94Xby2W0pvjXRs6sMI6ruG89YJiLraRZWXsnscQvw6zSO1KiDjfn4jVwF5R7bHgNBpH\\/H+U\\/969GOlrXIHRJFoPZymk15HhhVs4+gVNvoKxFGBqXue3UVAyy\\/7Y98bkDYnnY9vxHGXwq4edBJWyaXB8doq+ogknLS7g4+L8wSuXyAYRMVhI2fh5pJk6lRmUa0tPul2flERSTdp9LmjVKJVXSua5YGP4jjTocv6Bnjq9SYq9pwnWUPsHmpIPppcVpVyqKzFBReIHq6dIQNJ1VsRPqW\\/eKuj4yb0dNztjIiAul5LEfiS6T7DMoR\\/sD6fysiD6kbUFIbdqZ1FAat2UETh4UlXlz4bpK7zLwhdL3vLYhLrRwbP9O3KGXmCaI2NXvnYqL0gqqgj96DKV7jr8TVoScEB+qcO4+LV8UmkPczSZ3\\/o2JDhhaxSnuwCviPtbUVVFlyA9qQs+7DyxQLypLcP1w00yksg2Me9BiLrGaYjwUBdqK+PntslgNQLDEK6mQ3koiQSGKILrDrho+4JHT4pBSy7NZ4=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"daaima+WoDlIXpISOlqhROGHOw2Mo\\/MqgX9ZGb5wrI5BWuA3KlEQAu3tl7tM36I1PIUioSd2HX9QadrRN8\\/J0Cs3E0+sVkuwCJbY3ejdUjP3lrJP+WZKhlzQtHLEFJrIQ8s41Z5lvHvUoefPuopKpY6J9G8e\\/08NikuYjSzQi3kVRTTF1Nu2yZ193agfDboOoBGOm\\/ZMNu9qMf9AGOb8wroFzF+GHygKgfaOIGrXQ4qTk01rUe+LuAHG2niW\\/tXemUeB\\/DHiKgPVjHvtPLZORngEdEuobRx6u5BIzgHtoQ7vnjTaxyf\\/gs37fVI96Fu5JOP2yYdVZyGgk8Vu6\\/CTVb2I7N8SmqwMzbjLQMtea9pVorEuvnXgFJkUISJczb7eIC2ciMTeP2FRQTbd0tUmFpfdSrPE4Hp8RhsZ3js59cuM4I1SFsTPr\\/vkU2iTqAGfIOte7k+nXhTAD2F9xjG9JmKbJx\\/IuPGkxLkGH+TeziexRd5vtOmi8hUKDxU1M2OBMlFn9nNgDCwEAhDauZ+qeAqQVSgFHgTLu3wP3UMQaPs=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"kmoRT3DkROGBXt03VKDh+AnVgbqixLoHyyb8y2gMiRjdS3SSZ4+UCnV3gwXAWM2AYLkj9Yw0ozWWHixw3L91AQRkAfwnyWebl9oz4keBevbbcBcgwRN97c4D9WnJOHIsINsLM2D7OD0aNrPYXc0PJrnV3tARgbcnq2OgJWtTgQP0S9phbBwqVts1S1VKX3dQuo5mYyHjEFbqG1Z6IH4f+oaAEG6Cy\\/edjEilyeN6ovmAUmtoy5OKZp3iEG5YuzdCE+XSqGTB9ERSB\\/OLl8kEj5mZQf8xEob6cFZ\\/7C1sWzxNUebwwYZNS1a4wuNX\\/zTiggqtdEZGnYy5P+S6UNtPq77xRm\\/nMhjIMw0tHO\\/DCUAZQpxqCVRR3h8EBxEElktmCOkeNB+rIi5sE+U97\\/ZqKqXQNTEuiTwLTIKL1FSdjmh3klvvNKbNnpU3GUHHqyOXSY7c\\/tAZooDtXm+n6ZHaoLN1MTRHguQMPwzZpDJWKP8rgzRJNon+h8xIs5zbe8lWfmG7oFOWfonn+KxPKn+7DHR+CIs9btex+u8lH6F1OE91n31Gidx6J2IgsRdFqyl0++yygoTLY8Hy9t4NiyUTBg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"3LEiY1nZjw+Nk8aUhCwtBwoaR272\\/lnslgMLtNS4OCJ2a1nFfA\\/xYNCNcKO7pd2\\/LDoHZ1zvLkjF6G+fZx8wtapipATeigGW6jRRd80LyqsmABzZSARKLVk+J0GbMHyish0mvKt3XDusw19x5R535HRHjQNsYdxzzQhZwVbVq2RyqpvEzx2xEseke3rkaBzo5c3JU4EgIZY4FosLaN8WMmyw8+HbBiwsKAuXBqDbDwuIRzaUZTNkQj\\/YMvPAS9LlXt349w2L2TxumRG2KY8TgmHAuP26h7v1zd7vzJu8TMH37DNJluTMxAwOGHs4FY0LCqxwJE\\/hySLStYuQGlo6JQZIhlzEtMWkVw0S7MSNVHYreqyRh\\/SM8b43lN8UtDC7SahbKhwMNkNwdtp4tQOPKVDktmeczkN5zvgWh26pq6RlTZhmUWdZcSD1o7O0U8Q8dRZE0FvcT5T\\/iOGOMiqwpSIWWgv4v6Vd6Jh1y5RaShpXgwVyydDqjVcXaugmzw5HsYfTVqoFazqJRX+hkPfrlO7yz1EYDEujym+7dKyxe7I=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"DccxNOWFdh8UTDcI+Z6vLkxtW6G+zUsS8YbpOl747fH\\/zuWLRRzkKNxsk4H+2iMXMd3pV\\/lag8fHfoyWwmIh\\/ZQOj3PeP6YlOIIlNMrPHh5JZTLhlgqyuHstoHun+002SU9obqGVKjsEo2kmAiaFPMrNXTsN5LPpSbcUpL4u4s26fdLynMzQ+ka95CX8ehvIE8D1TP\\/SuSIsgNB7FE5hb3Enq8qokF8dfBohqIRJ6nHoi9FqaTYmeNq8nbpoO11bHxbZTjcIndOx8o\\/riMY59gxczVOV40Rhz4sGJKCAJ6qM5FNTQJXd\\/9LyxRcwABPSmRA0Gx7YEgyts3TQq0YLU\\/1WRt7Doe8CkqVDXL4M5no90xk1cyObK3k\\/ZF1VDQx3xwhViXwa0h7ltO0ixM2QyPVf20GJCcWVhhxlgGuq1SkIRcIAnuRLNm7ZpkEMzeLukQp0wFreMfP5IxYphkv3+WRu+l8nJYfD0SKAB53sc1YQ2l5FSnRFZkFiVqkoXJLGBj31X\\/ZE3AsRpIBny0vOTjqQGszMeF1DzF9JgFOvsis=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"lFqWVAV08i1P4+8EzxtXH5c0PY9sT\\/zYppFzLByWxUPaH9iuYMaFSWm8iy8cs6zoc4JpyhU\\/VBSKQm2Zcad64a+swyq\\/aY1QUz\\/tH3oemAzZ0ppeERVjxPYI5Lgp6gYbhCakI5YnDYpePWxzlk43ClCzDDhkTgejqQTjjvTi5IBaGqcTWSTV\\/zZ2AO0iFADGkP0OIsvS0niJK2VB+oHandkyObNL9L0rbiaEmBujD\\/VdkYMJcwulPb52Vkc2Yn18EWXOt3RXoRrmkYyY6nYQR36tZIFfZB61MctDsahJ2DhtEYzYl7ahxqh7P90L5qKH29boEZWOxb9UMIA7TKpS+MpfDenON72ELgKvNwQxM7jIFvz7Tz8iJtsPWlvfLSvVyXulO+7efAlx2709WtKb2lpjSnh43dNSiPipknvD5nnL+jMEbZ0sWCxnwLHBkAtpsp\\/PuMqQ8KfEFy9v2XM8CJKMTNCYH0sbvmMqVUdtFdZHp6hvidBsDMpkd0JnVBJQ6pcAmuwIzzNNV5X\\/08J7SnYio9jPGfW+gYZhsrmkjtI=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"3LEiY1nZjw+Nk8aUhCwtB1jysFr+fL4rZ3bdkOlJioG5nRYAdOvNch\\/F57FVi5OEo9g\\/Oc6m17cF12x49cZk7q\\/v7ryji1c2cqIXcglIMY0StRFSFbjDe\\/+vL94AhfP\\/22MqMd01oA7Wf67NI6g3e1Im7d9FDYxT+hsUtQms107vAG2XKBXWquMuEvqSn+iEgb7rAIOjUzrKMUAaw2+qr8\\/\\/lcpW6Ve2cVSNr7TMvKAGUsDtlY5p0soeX9yjlZmsKhVc+YT6QwEWYHgWQNjI1DArhTOqL5OP3FiGJPQGIrZeaUqwljg+upyE6iUJJIrX7zcwPqM6RMJmdZ6v\\/fKt+1vkL7xkYnS5bK3Q3yN89xYRF75vJFzqRSS8lvo9xb2p1dTRr\\/t6NHa7tPMpFgRkAG2Oyzq5csul0JVN\\/yrkjEGPlOcszt9v22jaVP5CSoCJvHA+PqjXNc\\/yx+tzeUY3YVmVPDpl3YiIGNFRZSVarJu5f\\/nboQ5Mc9venMz8VVk0yNh6ObzoMVnem784NIKLZ7xoW6XD9fSXyuv6n2LrBvE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"7VT7\\/HosR70A6PVEfBKX2gNyYmxvqGxunZ\\/GIb+C2ZUk+crjdTU2GOuc+i90H\\/uf7Y9qDfoA0\\/ZJsLOwK0PKghaZEuho2KpkoYow8oz200aMSNWx5hHwIp25PLY9a8RP6pri0pAppzUoCOfK5MgJ54GQz7zc0FBFas9GM1hFGDvmuErjDoWLJDA6VWTeutaEbR3cKSAfHkCp7ELSQGqhKpBjGNAAXHtSPVcG5mX3sSS++u81jOUrzaRu5lBGMHxplT9TuiHfnOA0KZ3C9lR08Wv5TkvlWBtdhq+El8UKW2u8hKTKpHVEbSwD51DHm9tz1xI\\/+D33A1NVHyOsEj9nEhygep8dmBWeb4eCBKof+xyJ6EONKng2Zwc6eo4yJ6dqhhB\\/9UVXlP26DSqpw6vov9A+IU0i8Vnm6v5gfEeVOPZwIwMLxnexNavtMjvEZaHuAly0qlu4czxKuMOl1Z6vKQahZie5xWqzBNCtRR\\/9KENKClawpt81zBYTqNEGA2lsiDR8nV5Hz8ESsIcVAToDq9\\/LY+1uI6+Qt30oC2ZaqK1LJTfOg\\/9tU2v\\/EjvG+nXP\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"C659nHJXNLxZM7BlYxRKvjyK1ykPeVtVl0HyW3Fq2mqNh+lvT1XOAHe1\\/Rj+S0D3bx2Pw+F4RHkvWhA+CFgvlB73D2Pdxq9LmoCh0cgTHuK7GumBHi1TprG9Q5W5K3+SBVjk1GehdQ6vahQmWVc7GUu+qi9o+5LMR3ibaDQ3bW9pqZdtlR8LXXiinyZj5VAzPOVA0rp0F7hvTTz\\/g9T5+Fzc8ifWlVOSFMwk2B6Ll9DVBpGvvG\\/q+jWtXlXi7G9\\/owTxJ+o3K\\/kzwwXx02\\/S7HlYZ3q5jCw4h+4COZGIfeU89L7gLs5tMv7W\\/64QYP1YeU9niDpyyiYag\\/2uEB5H993lgSOjMaUALrQINT2bxidZp\\/slBM6X4dvsLd+D8vrSNeiUmJJO74VAPigGW7uuNQVEuUZjpC51WzmtLj8w1dlKAUQhq0LViEvWm85PAWGCjACeQjtuyFsdQ4ITHMj4BC1RuDVFtRGHoBw484oOogysENJlhyJ95Knax6\\/U9VQO2Arer3LruZQo6bmmbxgKLi0WcTtieDXEMw\\/pKE9Fxvim++JNskL1N\\/\\/0bfoFoSpS\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"xBJm9xsHvo43Oph4vt4o2PNyo2l8jdLEPuJuixjl7m7rrtMrhQkVtaRPsjuGOIaQcV5Aa5UJ4isg34IsFICAb3Sx7cqFU+kMUjmW\\/TNYLsKlR6cmEo\\/arIRdlRwAYzCojNzBnivy9Vp3Fj4LqzhF7m3AaZfNETm04AgpQ1bjZNxoNhkq0ebOIIT9TElz98F6tSIWX3bSflKKUPUsffH+VTJdnCR6xnVHmkBT50KRiNi6caOlWNzi51oqoZA1RjQItXQ1bO6uGuiRPaStSJFt+JJ7K\\/RVuOHQLUVWumiAQi27OOBkiBi2MHsN\\/I\\/XQN6qTUJXA2RwsJbQ7YJH8qQswsHTDaHHWzRc0VwBkFhXdmaj3+r7fXc5sjfD6UPb5p7w8jgkAU1TO0YW81KH4nyvYGqUZ1+I2K\\/CB1mgYOEICIEiAe0PXPIBQsWjLyMI6y9\\/CEZqPEd6YZQHKp506Wk\\/HXei7yD3uE00OMf+JbQ+UUonSOQrfk9nK7wVhwJV+n6i8\\/HlMx09e17d\\/4gThTiVgdG+s9+SxJ\\/JVChWNIgMa3p3gp99RTSZGPfFi3k2zPYukX1xRFLNagDrrGbdTFY1fg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5430398529066536941\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"yPiky4V45s9hHg44gunkQzxKqcEwNp4nnhm71iSdOqcJ14kzl389MWaY07\\/ebWgqHA8BZVCX+V69884HswzdrAQPdqx1HoGD9\\/+1Xto2MJNuYXJwx\\/emJed3s7uke3iuHitZBnQOtofvgv1ugbqE\\/f1Oe8QODal7YPVl7hPh9EIHuu0BDLu4hIkXyZOU5RqqiboTKuXxBHwsegfh2ykort\\/lN3c2e0ZPye\\/Fzj8B1S+h3wCOXn4eVY5Kpm6CAeQTUYmyL7zyYv8FCsJ\\/YqPFwgPLdK3VgAfTHZT6Sjt81sbs2HO9QU6lkZbge+EjvN6XtnJWcqpjM\\/UQRtjCoPdIhawPRYluTB5sABEgTM3YnI\\/ApCy0KyMAzvS90BC1li69e8ELNboiSxxTfgKwrJNvqO2ej0PzI75uMBEPY5Y+7sIvCijLP2CrKAJVQQOGJmfJd4PeKssMc1yJou1LAMQvcEHWxz2cTDbHclzxp60obRJs8F59sU6oPZAGnLQP9aiYndXoRS+isVOgjOr8fcwQ6RxlWzy9RD7z6U8Y\\/VWpdURJegxYRYleu+3m4X2tqqDA\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8LMre52SMwTkfy4nasfhZqwOn6sjiuEozAq0Vo+Y\\/eR5mbs85STV4zY\\/OC4Xt5UcCMR\\/bCH0vS725PvXko3CHgYD0rnCmbaHfvkNQVAMAgeShbkBUpadciPvh4lZR3jcilBujZmnP69U15Iqjmg9dGUc\\/Hi181q5FoJ8vsgvuIwRiQ51ScFerKW5WsRECLF0OV4JC+Y4dswPI75UJtmYAxLW1XsIU040jh12wg3V6\\/8hTOwZzdWxrRQiZuFgkqXScuVfkpw5aODzLAJ6Ndx2zbD57bNvmMtLyuDyyMercojL2daNkXQsxn45GR+HEm0xfBLKFMlvsw\\/5bzniQnBL5kXcxfQ8oy6ASBUVdmPr2nEoEbSXOTJAdIUsWsYk\\/iWKdb7ylRgqmWp3I0s\\/uNvSjEo3FtgETNjvFNB2RLT7WePX0+LVGOgEE7TzrR1PxjD80Y7BSAtN3oYWXNBr\\/U8SVt3PzhAa7BjnHaJoxOw1vIZn1m8XfpXKmtn6Sd\\/UnEJCoqHgyOSlAJ\\/gb4pZ0U\\/Dm4YLvHGQHDFvCgQBMW1gYP90pWwb1OHuveIypfz+M8TLQrZjYFBExc7eezLa+BEDLs0O1\\/lvhz3wUxQcX6JyLnjiH4FbLK5ANYNh+Bg6bsHwjRR5JMGoJhuiiyuSfjuY2LalY5he1Z5RpWapNbokM8g\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-15\"}],\"apiTraceId\":\"MAIN4956379056199194301\",\"SearchTraceId\":\"d616b-ac7cf-54005-d5b23\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"15\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d616b-ac7cf-54005-d5b23\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"JAI\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:03:46\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"d616b-ac7cf-54005-d5b23\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8LMre52SMwTkfy4nasfhZqwOn6sjiuEozAq0Vo+Y\\/eR5mbs85STV4zY\\/OC4Xt5UcCMR\\/bCH0vS725PvXko3CHgYD0rnCmbaHfvkNQVAMAgeShbkBUpadciPvh4lZR3jcilBujZmnP69U15Iqjmg9dGUc\\/Hi181q5FoJ8vsgvuIwRiQ51ScFerKW5WsRECLF0OV4JC+Y4dswPI75UJtmYAxLW1XsIU040jh12wg3V6\\/8hTOwZzdWxrRQiZuFgkqXScuVfkpw5aODzLAJ6Ndx2zbD57bNvmMtLyuDyyMercojL2daNkXQsxn45GR+HEm0xfBLKFMlvsw\\/5bzniQnBL5kXcxfQ8oy6ASBUVdmPr2nEoEbSXOTJAdIUsWsYk\\/iWKdb7ylRgqmWp3I0s\\/uNvSjEo3FtgETNjvFNB2RLT7WePX0+LVGOgEE7TzrR1PxjD80Y7BSAtN3oYWXNBr\\/U8SVt3PzhAa7BjnHaJoxOw1vIZn1m8XfpXKmtn6Sd\\/UnEJCoqHgyOSlAJ\\/gb4pZ0U\\/Dm4YLvHGQHDFvCgQBMW1gYP90pWwb1OHuveIypfz+M8TLQrZjYFBExc7eezLa+BEDLs0O1\\/lvhz3wUxQcX6JyLnjiH4FbLK5ANYNh+Bg6bsHwjRR5JMGoJhuiiyuSfjuY2LalY5he1Z5RpWapNbokM8g\",\"AirRepriceRequests\":[{\"Flight_Key\":\"KV2kvp0lMp2Aq7Fjrxvn1w+pK0U0o+tFatBxNLs3vWvggVjg+rSGEoNj8bKDLLtGBUU0JIaer4xrOdfzfxaS8Fh\\/333t2yqmRPXvkmIPHibMN636lMYScgdZp6vxve9MsghbQV96suogKfAZd3+xnTBhM6keCXajMUv+EhUb1asZrwD0TNe8cSznOHjtSYk+b7M91apgeejZMtn2np1S+E5PPETaLHKS0S4pLH5hblLfxHuawf4pkWWhJgyPNCPfCCqt9YObSpil0ko7y4L10\\/pEKqaGOCJVMdjl305l\\/7Rq\\/q6XD30uP4BE1D9icVsIsakGSve+dGEya1iOJ25rSRuTk4IhU8GIoiRpO1ldPzxsbAl3ahhkU6iHYlZ6HrlFehlgKTi5iL3C\\/lw3NZoi8uoZJ3LyLAKjNVEeuvOP9myTEaacmYH5OnxXDL+VtJ2URi\\/Y6dTOtZV7EO7slTY2oav57lxIiGTyGTmVrku6pSg+u+EmrvtFoq5t2PXLAWvAmYR5msswry4axbXOPyGtdz6Z6B3N67y4uLPmYD27Kpoe1fE6dxS11XyJOdYnby5T19Dt0qvMGH5jobq7Blkx+AKRbj5QErd\\/vIdrbNClvIYlI2GfdF2DY6irvg8IuaA1kKNp9o90xHrfJvmHjdFIR019M2PI8iEGsziR7Mfk39nMjtv1QhI1rCB88cyu8oPR5uphYdOoZLbp2z7n\\/N9ZuaipiNVJS\\/H6FMDAYylzZ+2zoU5GRoMlSjPL4vukrDgrttENrM8t62KIpey1v\\/qKZKPCE6r+weEk0J0\\/FKAjsjEYf8LVxT50sHQwnAaFlgENssCUqzMCwee5\\/\\/aw3Q2XsW0fAUcGZHf8EUwJgvuGkKGwiJ3w0zSz8lPnM28Uo\\/yqo8SKt3hwlvM\\/RYXXnMtyDaARSmU\\/ePwLhb+C9Vi2jlqtBvbzNmCx\\/7OsQRtf2x+TLdNxTj5UrRQltkcbcri8XyTocExaMTxbiArj59QmXbqAAnHwtEG66gBBt0ZlrXFfVhBymG1k0gLs366ktMgBCqwDJZH8\\/0AUu3A2sSBDf4FJqIWMrGqHErOcC3fdn6kMRxwotem4qCarOqHEAGQJgUYZzJ7EKLLDVL8J17d9XXpw5lJ97OJC8EyB27kDeFbQwE2zw0A2KO+gYMDpQy+dXe+2DO8Pzr4829a8biYdcn0Ua8a\\/7wTH\\/LW6rqjT2ZZzr\\/DD\\/GuR+\\/l6u4pK5h99r90MbVMld+iw639B\\/d8aucACPIuDkbiJg0mFlzDHmkuNHeAV9Op2XtHIGhjcPIo8UhIYXDDhkVyDNDggRRMmA89n9pdRJPsPFNamABfX+JzDJ4pcv6R9VKNGiLFaBmQdQkx3pGUxJgrKCTVRPc80A3pZ2iN8HzMMbis1hnVZas0676RI8GWEdNAoaXudrBGDSUGOTX0wEkMuNcx1Xk0dL\\/I1evmzBmp+BD8TVUkWXzZaJYYqOPyJXpT3STRAokQnguZHNQO4UcnH1h96UaLJcxJmHFL9yKdw9HAoFPeBzbcKgtcslWBo4pYf8N46WFMGJYlw\\/JcoDchArBK5cczdOwSlZYhtlt+OEslzlAHmsZJAwLwCTRxY6sqm9fEe2MCTGuWQNh1sNVRBcoI8iFw0zDb+pMzU3y31yR9jBa2ue9HcbtEOaS5cipW9wKCaCp7U6O+QhhEHH4NQElaCvSQ0TeRtA6zw+Eu6L0Fuuu8sq2OdaRXX3oafhvk5Cklv01mHPaTKHoMz4X0h3SMxy4mHxvaqv7oUCBDULHhZi1tch3Md+YX2H9JtjAzjuU06iIQhZ2W1n7O2mMk3vIaRH11MlGEu4EqphRxLHhO6lJa0JpUZ\\/\\/wzcijEAd\\/Ly3hpwem2ESuS5h3mOWLwGO9nD79qX+bDDJ\\/ul4iGdq1CZLW8LQDCwGulzwH2A6\\/HGayzrqH9XMC2QXaBiw3\\/hkiOwm1sB0zwQHINzE8ooRrQO0IbIonwWSygl6lwgAjouiWQiT0IHzQOhBtFwagmQCH7rZmr0RHXpNv9Sky9J2hqacr1pnRZL1D1FY5f72HP0uivlAbvvt\\/TEanlid4ot5ggIY+jL3CoKtZ00LYZgbaBieujT4HKZIz6Y8rm3CbILuC8sapFXj3mUG2FAwaIIQ2wFBkgcgB3kUA4dhVjv186ZPaXh11ga4Ru7DFLhAesRUhgsiZXdqzIBdeK\\/JxG\\/X7bK3H9Jo+EnJt\\/JSUvhF\\/Hd548uwT1loA+aaICqLdz+MMgxkfei05PEZfrYk6vKNrQwhVngCNTW4oc06YMJjjoDrK9muuSXI2Y0ob7iTy\\/vQNcPlnQZNovgY7qLHR4EkkSi707DsjynOjNsDjZ8czlsAdEQ3JMuKVf7jjylWOiccLrTUYIK7Kw9LjilkwavxwTTbu3w5hwSYGhY3rBQJrlUap7K3WJg51QwVY48jqaoBzD4eOj+YaoGlqM\\/itGTnAxIlG\\/7FcS03LkVsJQ1EtAZSbJHcScjqEKv+VgHEkUVd7Ul1nVPuWmQoLsihYsVApmtiBsqgM66Rv7AdiAjLSQJ5djU2Lyt3V7eFWGaSOF2B9nYTiPsXNJeM4hyX70BuZM+K9fc\\/Vix5m+9194gMP\\/lh0\\/AM06UsJzDmX6zZR51nDap595Z+zmHrqsD+ppEeigO6sL4NRHXVSHwmQPkn\\/0MTKkVA8DwEAg639fdVtH\\/CbLecDLaOSP7cGT5btll\\/xWFIXayeXkXRVscaCR3GGu98mROdqx\\/pLRCI2I41GFsUp\\/dbr\\/60M7qDDUebzKJFLMxDjqPGdPVOLEUSnsB8ehVUKlDQmNpzWypFZ0VAMAIaqeMYmfQDoG0zVEmRF0Bpkt2qVh3PMmP1lxq3CuYGcqUb7yH\\/aq\\/RZUTgjCcM3ci0oo6M5e7J8hUFcLP9g+VMGDCwM8kMHoE2AMQm3I+nOF6\\/nGX9h8Oh9+i7EqXu5Z8z+AQCGtoDdzSDN7byleWJ6qkve5m2luZCg8AQjAFMrWngTMRpUrjUThiIAM+P9bDm11WGidRGthvZAgrPaBN3CSGFpn3DjR+VkUkE5I0LSVERGFa0qKkqx8BxaL+lyjnUTpka0oto\\/7CcqbBTBFmOj5cxN8\\/qJ8LzMnSfxbj2uaEAJyImSyX9AGbftssE9g0yLzi7jfF\\/o37PL7T7mmq0nmQH7pE1mOSG44Akacd30zpApx+OeGCMtXM1x2BRUgSw4waMm0LvuFDZde3xbVRb6L33Sbnv4QcBhrKlIeqmM\\/NOA+8wvPILxHcgndAfkar7J0mj3XmhpWZVTf3m2+sHlwqAOZXkJcZYPn9g0HI\\/tq00HC19j77LvrTa\\/Kp\\/2AO140zuND+NVI9aZk2EHal7NyeK3kvlepTbhZnT0OHGu1pOuxvMVXdyZQotuLDgQYe0HV8rak8elyi7vxTjruDzgZ9LXkdHeI+IQ0yrrO9l8OOMnCPQDA0k0OROHpCh+uqZNSFODqijOK7OKqTwYh0BnwLOnje6TEavX4Cjc0Pgj9hRCHtf1Eii9wBd32WMHI6BB\\/jd0AnrIbPz4HqmfhJSXTh5+6lOrKCX9tQA7OMc04kQoVArDoKJPkx1BaReQjYpq9J1gxEobwT1KdNE7ToEAd6UOPLU+AeBVSfDFZgT5igF2qboPlYh3PokOacjpWkDC9vNAIdfFn1E7UGyOZgNnr3WYk9A2HHYO2PZgXPWiGHQNxTOahbX3VccpUGiuZSPltA+lfWvDSZ+s4VEue57enLGSsE0W54sqpTG19guLDDlKaFsOY+vstiejhT\\/566\\/Tr7Fq+6zMq+mN5DXJYH0aecz0dqauiGekFum0hHxjbwNe2e51pQLD7sjWFDQBy3uGoy6qtgIQ3Cnm8XwD8iA1chohELWfcGGM\\/rS3olyl4DSeCrurrsM5c01DjXM0\\/B\\/ZusPrGdpbcAsv3kyWsPYSZYBZTea\\/gHXND\\/c4cZmF2bj5TEtG9zMgaxhVac5M8gsPGb0Ew22AzZHWOqMHv\\/N6Vm+NMNp7UmH3LOR6RXvmCj6y5UIW2SR\\/aHdSVORIcWEVcwfkm4tFfCoD4m8feq62LcQ4SK9s1VSmdLe0w+2AIff1sxrmCwqp5AIokSugNG8fEuNAga\\/\\/oH\\/s+1tQe2Nn7A0lsWNkIEDrJ702kiuZv8x0IsHpN84Jzx3lgAp2e\\/Wtzp0CJY777HROWJtk0lpJ9g19PMhRQLgUoj9bUUouRtwhQERQXHKsIP6uGqywsy\\/AE+h2kmm05utAQ7nCJxIpJrMIr0+WqG4BlsfHz78LzUsrtNxDG9YqZYskCi3fQI2bTtwEmWq7EwYsUTpOcn9iFXpiG87ma0lamK9fS5QaWd615ca\\/OskfcXTvLfyqN43\\/bQfTG20XQsUBqkGv3ol8OcYYnstEWIsUz\\/S3MNhDPZfKS2+h24NzeQFwSbpNbNqOHa908vCbh49kzRNNgNjswmQkwQJLJlJq4pyLmwgCkm9uqD8QZafmMd2MQkWKdKJsv6TWFKq2BNBjGsQKfamf6cJv1mGbknP7dw0DlxeT2JB02C1EYhAaBsgHzqqDPvAhtrZJwL\\/zk25wJE9TffAIBOrZ6k2taiDg+gGI8Vs66h\\/Dq2xat+b0\\/NHJed8b5ZtBcJdmnxr+aRtsPXKWSsSsFXWapudJTFyS8wJBfoqX4tO8w0pkIxU8fbmGlC1BYvuoMF0ILWpviQfph4an1Y2uzjRc0cMuollebDH+RvU0WbJ5IjRBWj7YJQXnOQl\\/TgrXm\\/3g09GtQCf\\/OcdcgWTbu1MDwGitEAwZyzfXZUxMj9APmzNCh8syC13nr2dgmxZ7+lQhBz\\/HPD\\/cyx3z6yRAgpShdplYr5REViLa8R65Pznrc73e6e33HuKv+yTyUGDL7UwIC6zow2CpxzqwA3J1hVS0dKtnKq85QBmrfyIj8y0I9eFlWW2LgDWTnou+gEuA3mQk5GnBP8eCtfYacg53842tYLi6Nk+DIgHn6A6cBcYdHF\\/KSAttRGORX7lYTGewlUkr60o+XqMldfXtIZC28kdUO3UiBgNdbh+p3dOF09ZA293abR5IC1HzwGRzJv4qP4e7W95eD0NFHM0OumAB5ljVqbs1n7tMlGJ86mY0bOrf90vMFoZKGK9ujTZh+ftP3nDPaAo18RXw4ZAzEnu1Wa8Gn8fR+PRXTKb+pbO4Xc9xg1eVoA3EQNo4LnMfKOra4sRygp4gdhjXBVWSBSYhHMgCoD1aIO0oAMa+JG2BVVMkIGga5MbfzwY68EQ7nSRHBTxwSptYDTYcY9n9xFbXKIPOT8S7MZrqtG3cyAgvTqgKVWIUTnpKQkDWaQjg9IYOg7t3F6WRynmGDjgo96riw4c6Z7oxksa1sWig6GChQ70nsqT1ibByiSTgUFIUogOmmQU3cOvWYHmlvTf9xad9zhjslavFOMyeW4zCMu5c4izxPWjCkn9N9C32sQj5i3XBcHcjY6goamxUkRve9hnCMh9qH06zmVuw2ABgifJO\\/PwMhZjs3\\/25ku3rC1HspSBH+fiCdd\\/4vMTQtHYBhsSzymTdgZCcw0yjhLTUk\\/ujOTTOs0Nq0rK0Hi5HvW84ZLSqUJOiXyxv2fen8ofIX1n8q77hV4zHevrsgjbhvpP9cH+pbH5pJEXQ7U1wTH7erYULK7HqhPb1sVmH9fWfKKulUEJ3WxD0ZnBW6ZsaSAs5UakayO9VCHf3nvp3rDmKLfiYUZvLKrcBjdPulB1YNZYhx3\\/dbOAYK8pLVNn8k0rYWx7NSFn8SPhEY\\/Xtz8oo7Z5aS7xWuxMQeNI1Lxo3wTUPRkP5CNE8akXG8yvdh1ZVofv216wubn0GDNQujqidyaXSPm69Ohl48\\/8J6joa00mKENM5UFo+Zc1\\/Tf\\/x2yJMd\\/hHALV748lwkZW54BDwfRK2ARoieOoWDwz1rni2BSucDeRYvcGWuQ6EuEcYr7yuOeqe8C7lgcTWTaSULKlnthTILEdglR5z2uwVx4j9nVRIqITsS1ONuq9TAgpslzbbODCnZVJYNRtm1SmXBar92ymgGOp3u04\\/zD68h3V40ube297KY3htnUfzQ8+f2n0tm5ps8KUWPthfg5a1tuYumLBeaBpbnZ1+47c9vjsRZxic5DCcDfxfYTLiM8gJj4c2Ms+vdb68uB84BGhIn8cnmxNXX55xeXRDwC\\/\\/yzd5s9alza0UA6jAU1t8XmOaZ1gyPDS4VvVXn9I74y6Oqh2Oh6JivHDCwi0Fc7LjuLPVPeydW93C9x6s92ZIlPPZUmU3DlBdKMYRZPGZiDTM7LgcSll1U8eREjAel3CwdroHKDvHu1SbwnnoXAkBDpAb+W6g+p8h3eWNluADuSkJnIgvELDuFc9+T6pbTCMxKvcQXRXi8kwLEHe78ihTf8UvplgKR0FBvHaOCeiFFApYc+OU3sAjKGVsocpuL8o5NHGOuULTSnZm6bliPtEb5dKM5W+rFG\\/JQJM5RUioKl\\/F29IXTWpJH+EfkEg==\",\"Fare_Id\":\"MAIN4956379056199194301\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"d616b-ac7cf-54005-d5b23\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8LMre52SMwTkfy4nasfhZqwOn6sjiuEozAq0Vo+Y\\/eR5mbs85STV4zY\\/OC4Xt5UcCMR\\/bCH0vS725PvXko3CHgYD0rnCmbaHfvkNQVAMAgeShbkBUpadciPvh4lZR3jcilBujZmnP69U15Iqjmg9dGUc\\/Hi181q5FoJ8vsgvuIwRiQ51ScFerKW5WsRECLF0OV4JC+Y4dswPI75UJtmYAxLW1XsIU040jh12wg3V6\\/8hTOwZzdWxrRQiZuFgkqXScuVfkpw5aODzLAJ6Ndx2zbD57bNvmMtLyuDyyMercojL2daNkXQsxn45GR+HEm0xfBLKFMlvsw\\/5bzniQnBL5kXcxfQ8oy6ASBUVdmPr2nEoEbSXOTJAdIUsWsYk\\/iWKdb7ylRgqmWp3I0s\\/uNvSjEo3FtgETNjvFNB2RLT7WePX0+LVGOgEE7TzrR1PxjD80Y7BSAtN3oYWXNBr\\/U8SVt3PzhAa7BjnHaJoxOw1vIZn1m8XfpXKmtn6Sd\\/UnEJCoqHgyOSlAJ\\/gb4pZ0U\\/Dm4YLvHGQHDFvCgQBMW1gYP90pWwb1OHuveIypfz+M8TLQrZjYFBExc7eezLa+BEDLs0O1\\/lvhz3wUxQcX6JyLnjiH4FbLK5ANYNh+Bg6bsHwjRR5JMGoJhuiiyuSfjuY2LalY5he1Z5RpWapNbokM8g\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"KV2kvp0lMp2Aq7Fjrxvn1w+pK0U0o+tFatBxNLs3vWvggVjg+rSGEoNj8bKDLLtGBUU0JIaer4xrOdfzfxaS8Fh\\/333t2yqmRPXvkmIPHibMN636lMYScgdZp6vxve9MsghbQV96suogKfAZd3+xnTBhM6keCXajMUv+EhUb1asZrwD0TNe8cSznOHjtSYk+b7M91apgeejZMtn2np1S+E5PPETaLHKS0S4pLH5hblLfxHuawf4pkWWhJgyPNCPfCCqt9YObSpil0ko7y4L10\\/pEKqaGOCJVMdjl305l\\/7Rq\\/q6XD30uP4BE1D9icVsIsakGSve+dGEya1iOJ25rSRuTk4IhU8GIoiRpO1ldPzxsbAl3ahhkU6iHYlZ6HrlFehlgKTi5iL3C\\/lw3NZoi8uoZJ3LyLAKjNVEeuvOP9myTEaacmYH5OnxXDL+VtJ2URi\\/Y6dTOtZV7EO7slTY2oav57lxIiGTyGTmVrku6pSg+u+EmrvtFoq5t2PXLAWvAmYR5msswry4axbXOPyGtdz6Z6B3N67y4uLPmYD27Kpoe1fE6dxS11XyJOdYnby5T19Dt0qvMGH5jobq7Blkx+AKRbj5QErd\\/vIdrbNClvIYlI2GfdF2DY6irvg8IuaA1kKNp9o90xHrfJvmHjdFIR019M2PI8iEGsziR7Mfk39nMjtv1QhI1rCB88cyu8oPR5uphYdOoZLbp2z7n\\/N9ZuaipiNVJS\\/H6FMDAYylzZ+2zoU5GRoMlSjPL4vukrDgrttENrM8t62KIpey1v\\/qKZKPCE6r+weEk0J0\\/FKAjsjEYf8LVxT50sHQwnAaFlgENssCUqzMCwee5\\/\\/aw3Q2XsW0fAUcGZHf8EUwJgvuGkKGwiJ3w0zSz8lPnM28Uo\\/yqo8SKt3hwlvM\\/RYXXnMtyDaARSmU\\/ePwLhb+C9Vi2jlqtBvbzNmCx\\/7OsQRtf2x+TLdNxTj5UrRQltkcbcri8XyTocExaMTxbiArj59QmXbqAAnHwtEG66gBBt0ZlrXFfVhBymG1k0gLs366ktMgBCqwDJZH8\\/0AUu3A2sSBDf4FJqIWMrGqHErOcC3fdn6kMRxwotem4qCarOqHEAGQJgUYZzJ7EKLLDVL8J17d9XXpw5lJ97OJC8EyB27kDeFbQwE2zw0A2KO+gYMDpQy+dXe+2DO8Pzr4829a8biYdcn0Ua8a\\/7wTH\\/LW6rqjT2ZZzr\\/DD\\/GuR+\\/l6u4pK5h99r90MbVMld+iw639B\\/d8aucACPIuDkbiJg0mFlzDHmkuNHeAV9Op2XtHIGhjcPIo8UhIYXDDhkVyDNDggRRMmA89n9pdRJPsPFNamABfX+JzDJ4pcv6R9VKNGiLFaBmQdQkx3pGUxJgrKCTVRPc80A3pZ2iN8HzMMbis1hnVZas0676RI8GWEdNAoaXudrBGDSUGOTX0wEkMuNcx1Xk0dL\\/I1evmzBmp+BD8TVUkWXzZaJYYqOPyJXpT3STRAokQnguZHNQO4UcnH1h96UaLJcxJmHFL9yKdw9HAoFPeBzbcKgtcslWBo4pYf8N46WFMGJYlw\\/JcoDchArBK5cczdOwSlZYhtlt+OEslzlAHmsZJAwLwCTRxY6sqm9fEe2MCTGuWQNh1sNVRBcoI8iFw0zDb+pMzU3y31yR9jBa2ue9HcbtEOaS5cipW9wKCaCp7U6O+QhhEHH4NQElaCvSQ0TeRtA6zw+Eu6L0Fuuu8sq2OdaRXX3oafhvk5Cklv01mHPaTKHoMz4X0h3SMxy4mHxvaqv7oUCBDULHhZi1tch3Md+YX2H9JtjAzjuU06iIQhZ2W1n7O2mMk3vIaRH11MlGEu4EqphRxLHhO6lJa0JpUZ\\/\\/wzcijEAd\\/Ly3hpwem2ESuS5h3mOWLwGO9nD79qX+bDDJ\\/ul4iGdq1CZLW8LQDCwGulzwH2A6\\/HGayzrqH9XMC2QXaBiw3\\/hkiOwm1sB0zwQHINzE8ooRrQO0IbIonwWSygl6lwgAjouiWQiT0IHzQOhBtFwagmQCH7rZmr0RHXpNv9Sky9J2hqacr1pnRZL1D1FY5f72HP0uivlAbvvt\\/TEanlid4ot5ggIY+jL3CoKtZ00LYZgbaBieujT4HKZIz6Y8rm3CbILuC8sapFXj3mUG2FAwaIIQ2wFBkgcgB3kUA4dhVjv186ZPaXh11ga4Ru7DFLhAesRUhgsiZXdqzIBdeK\\/JxG\\/X7bK3H9Jo+EnJt\\/JSUvhF\\/Hd548uwT1loA+aaICqLdz+MMgxkfei05PEZfrYk6vKNrQwhVngCNTW4oc06YMJjjoDrK9muuSXI2Y0ob7iTy\\/vQNcPlnQZNovgY7qLHR4EkkSi707DsjynOjNsDjZ8czlsAdEQ3JMuKVf7jjylWOiccLrTUYIK7Kw9LjilkwavxwTTbu3w5hwSYGhY3rBQJrlUap7K3WJg51QwVY48jqaoBzD4eOj+YaoGlqM\\/itGTnAxIlG\\/7FcS03LkVsJQ1EtAZSbJHcScjqEKv+VgHEkUVd7Ul1nVPuWmQoLsihYsVApmtiBsqgM66Rv7AdiAjLSQJ5djU2Lyt3V7eFWGaSOF2B9nYTiPsXNJeM4hyX70BuZM+K9fc\\/Vix5m+9194gMP\\/lh0\\/AM06UsJzDmX6zZR51nDap595Z+zmHrqsD+ppEeigO6sL4NRHXVSHwmQPkn\\/0MTKkVA8DwEAg639fdVtH\\/CbLecDLaOSP7cGT5btll\\/xWFIXayeXkXRVscaCR3GGu98mROdqx\\/pLRCI2I41GFsUp\\/dbr\\/60M7qDDUebzKJFLMxDjqPGdPVOLEUSnsB8ehVUKlDQmNpzWypFZ0VAMAIaqeMYmfQDoG0zVEmRF0Bpkt2qVh3PMmP1lxq3CuYGcqUb7yH\\/aq\\/RZUTgjCcM3ci0oo6M5e7J8hUFcLP9g+VMGDCwM8kMHoE2AMQm3I+nOF6\\/nGX9h8Oh9+i7EqXu5Z8z+AQCGtoDdzSDN7byleWJ6qkve5m2luZCg8AQjAFMrWngTMRpUrjUThiIAM+P9bDm11WGidRGthvZAgrPaBN3CSGFpn3DjR+VkUkE5I0LSVERGFa0qKkqx8BxaL+lyjnUTpka0oto\\/7CcqbBTBFmOj5cxN8\\/qJ8LzMnSfxbj2uaEAJyImSyX9AGbftssE9g0yLzi7jfF\\/o37PL7T7mmq0nmQH7pE1mOSG44Akacd30zpApx+OeGCMtXM1x2BRUgSw4waMm0LvuFDZde3xbVRb6L33Sbnv4QcBhrKlIeqmM\\/NOA+8wvPILxHcgndAfkar7J0mj3XmhpWZVTf3m2+sHlwqAOZXkJcZYPn9g0HI\\/tq00HC19j77LvrTa\\/Kp\\/2AO140zuND+NVI9aZk2EHal7NyeK3kvlepTbhZnT0OHGu1pOuxvMVXdyZQotuLDgQYe0HV8rak8elyi7vxTjruDzgZ9LXkdHeI+IQ0yrrO9l8OOMnCPQDA0k0OROHpCh+uqZNSFODqijOK7OKqTwYh0BnwLOnje6TEavX4Cjc0Pgj9hRCHtf1Eii9wBd32WMHI6BB\\/jd0AnrIbPz4HqmfhJSXTh5+6lOrKCX9tQA7OMc04kQoVArDoKJPkx1BaReQjYpq9J1gxEobwT1KdNE7ToEAd6UOPLU+AeBVSfDFZgT5igF2qboPlYh3PokOacjpWkDC9vNAIdfFn1E7UGyOZgNnr3WYk9A2HHYO2PZgXPWiGHQNxTOahbX3VccpUGiuZSPltA+lfWvDSZ+s4VEue57enLGSsE0W54sqpTG19guLDDlKaFsOY+vstiejhT\\/566\\/Tr7Fq+6zMq+mN5DXJYH0aecz0dqauiGekFum0hHxjbwNe2e51pQLD7sjWFDQBy3uGoy6qtgIQ3Cnm8XwD8iA1chohELWfcGGM\\/rS3olyl4DSeCrurrsM5c01DjXM0\\/B\\/ZusPrGdpbcAsv3kyWsPYSZYBZTea\\/gHXND\\/c4cZmF2bj5TEtG9zMgaxhVac5M8gsPGb0Ew22AzZHWOqMHv\\/N6Vm+NMNp7UmH3LOR6RXvmCj6y5UIW2SR\\/aHdSVORIcWEVcwfkm4tFfCoD4m8feq62LcQ4SK9s1VSmdLe0w+2AIff1sxrmCwqp5AIokSugNG8fEuNAga\\/\\/oH\\/s+1tQe2Nn7A0lsWNkIEDrJ702kiuZv8x0IsHpN84Jzx3lgAp2e\\/Wtzp0CJY777HROWJtk0lpJ9g19PMhRQLgUoj9bUUouRtwhQERQXHKsIP6uGqywsy\\/AE+h2kmm05utAQ7nCJxIpJrMIr0+WqG4BlsfHz78LzUsrtNxDG9YqZYskCi3fQI2bTtwEmWq7EwYsUTpOcn9iFXpiG87ma0lamK9fS5QaWd615ca\\/OskfcXTvLfyqN43\\/bQfTG20XQsUBqkGv3ol8OcYYnstEWIsUz\\/S3MNhDPZfKS2+h24NzeQFwSbpNbNqOHa908vCbh49kzRNNgNjswmQkwQJLJlJq4pyLmwgCkm9uqD8QZafmMd2MQkWKdKJsv6TWFKq2BNBjGsQKfamf6cJv1mGbknP7dw0DlxeT2JB02C1EYhAaBsgHzqqDPvAhtrZJwL\\/zk25wJE9TffAIBOrZ6k2taiDg+gGI8Vs66h\\/Dq2xat+b0\\/NHJed8b5ZtBcJdmnxr+aRtsPXKWSsSsFXWapudJTFyS8wJBfoqX4tO8w0pkIxU8fbmGlC1BYvuoMF0ILWpviQfph4an1Y2uzjRc0cMuollebDH+RvU0WbJ5IjRBWj7YJQXnOQl\\/TgrXm\\/3g09GtQCf\\/OcdcgWTbu1MDwGitEAwZyzfXZUxMj9APmzNCh8syC13nr2dgmxZ7+lQhBz\\/HPD\\/cyx3z6yRAgpShdplYr5REViLa8R65Pznrc73e6e33HuKv+yTyUGDL7UwIC6zow2CpxzqwA3J1hVS0dKtnKq85QBmrfyIj8y0I9eFlWW2LgDWTnou+gEuA3mQk5GnBP8eCtfYacg53842tYLi6Nk+DIgHn6A6cBcYdHF\\/KSAttRGORX7lYTGewlUkr60o+XqMldfXtIZC28kdUO3UiBgNdbh+p3dOF09ZA293abR5IC1HzwGRzJv4qP4e7W95eD0NFHM0OumAB5ljVqbs1n7tMlGJ86mY0bOrf90vMFoZKGK9ujTZh+ftP3nDPaAo18RXw4ZAzEnu1Wa8Gn8fR+PRXTKb+pbO4Xc9xg1eVoA3EQNo4LnMfKOra4sRygp4gdhjXBVWSBSYhHMgCoD1aIO0oAMa+JG2BVVMkIGga5MbfzwY68EQ7nSRHBTxwSptYDTYcY9n9xFbXKIPOT8S7MZrqtG3cyAgvTqgKVWIUTnpKQkDWaQjg9IYOg7t3F6WRynmGDjgo96riw4c6Z7oxksa1sWig6GChQ70nsqT1ibByiSTgUFIUogOmmQU3cOvWYHmlvTf9xad9zhjslavFOMyeW4zCMu5c4izxPWjCkn9N9C32sQj5i3XBcHcjY6goamxUkRve9hnCMh9qH06zmVuw2ABgifJO\\/PwMhZjs3\\/25ku3rC1HspSBH+fiCdd\\/4vMTQtHYBhsSzymTdgZCcw0yjhLTUk\\/ujOTTOs0Nq0rK0Hi5HvW84ZLSqUJOiXyxv2fen8ofIX1n8q77hV4zHevrsgjbhvpP9cH+pbH5pJEXQ7U1wTH7erYULK7HqhPb1sVmH9fWfKKulUEJ3WxD0ZnBW6ZsaSAs5UakayO9VCHf3nvp3rDmKLfiYUZvLKrcBjdPulB1YNZYhx3\\/dbOAYK8pLVNn8k0rYWx7NSFn8SPhEY\\/Xtz8oo7Z5aS7xWuxMQeNI1Lxo3wTUPRkP5CNE8akXG8yvdh1ZVofv216wubn0GDNQujqidyaXSPm69Ohl48\\/8J6joa00mKENM5UFo+Zc1\\/Tf\\/x2yJMd\\/hHALV748lwkZW54BDwfRK2ARoieOoWDwz1rni2BSucDeRYvcGWuQ6EuEcYr7yuOeqe8C7lgcTWTaSULKlnthTILEdglR5z2uwVx4j9nVRIqITsS1ONuq9TAgpslzbbODCnZVJYNRtm1SmXBar92ymgGOp3u04\\/zD68h3V40ube297KY3htnUfzQ8+f2n0tm5ps8KUWPthfg5a1tuYumLBeaBpbnZ1+47c9vjsRZxic5DCcDfxfYTLiM8gJj4c2Ms+vdb68uB84BGhIn8cnmxNXX55xeXRDwC\\/\\/yzd5s9alza0UA6jAU1t8XmOaZ1gyPDS4VvVXn9I74y6Oqh2Oh6JivHDCwi0Fc7LjuLPVPeydW93C9x6s92ZIlPPZUmU3DlBdKMYRZPGZiDTM7LgcSll1U8eREjAel3CwdroHKDvHu1SbwnnoXAkBDpAb+W6g+p8h3eWNluADuSkJnIgvELDuFc9+T6pbTCMxKvcQXRXi8kwLEHe78ihTf8UvplgKR0FBvHaOCeiFFApYc+OU3sAjKGVsocpuL8o5NHGOuULTSnZm6bliPtEb5dKM5W+rFG\\/JQJM5RUioKl\\/F29IXTWpJH+EfkEg==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"d616b-ac7cf-54005-d5b23\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:10:24'),(1871,'15db1-d8fec-b77a1-e2d1a','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5470200891807601152\",\"Flight_Key\":\"kuFqev5l5p\\/gPjc1jP1dWtacDXNO02hgU97c5BMgZa9ZwJB6MAFU7cpkA73zsH1QWGCNytTq6wqKBZwKNW\\/6ptlFFC+5S1PVxHmOQzJh52wmqW\\/C4A67f4hyjidl\\/E1LazdgDnhQCRDjhhXDTEkIiMaUVYquJZmLmfWsdEBkeFanjGFiCdfPpcuNm7mOquN8ytCkyxYwPBiCC4GU+1YU8VDWOQuoRcDx1mkW4azYjO1e6xx2CdcNNNy6set7XBPJh+9rDxh6rlIKABDJx8ZUCrUzUgtzZlDrO+5QVFyU\\/c7zOJntaSU2ENORtRWh4KsmzrcpXc6tgAqt4rOTdU+K0vd4FVG10bSuaJvCtNqIZeoeUzL9krvWEAjulI2GVq6Qn+g9sqRPUFe4f5NrgdqSSFBjP88EKAONn+qTOcKKESdgdqas8ZeeIWSlmaBnd7me6wUk41jJYBNGMk8+eokEWIc5aQf4rRvIbQurAv8TfiS2PRt0ogSBxQpfgt2iPwKY2+NTq1mOxJqEzYuxQtKObQoiqyKNOmlojUQPDNUwehUVQB3nVE9FPqNeMlI2a7D1K5v4q8RspK2hVp8qQK2G\\/TsWPee8+irS8NVaPUFwFgCHkrYW\\/O5C0kbwK6H35ZQDg2I5gP9WJfnwB+nKmKSWZajKIFYKva89pa5tzZoH2qH\\/HzmHonDS+kZBg4SZ7R5IYUSkV8lBCbdXf5fCX03PdwpyqS8OEGz+pLQGXRkFl\\/KdsWdjDe7cpbDkUJqmtpf0Az0aZNQlBKgr\\/\\/dOWGySMLcBxf0ZiZDVKGm1cLLFfip4pZ5ntyzojOJKNM4Smg6q4+qf4Ottq75xz6mU1Lmy6UiEQfWEqp+hKtlaVxHvSYAu9HlCC8uGqBWYZ9PgfucazejWkOaCpnSCMHwV2SSXdKyXt3K3RWNWYH5V3hhpSpICLe4Rf7QpFarQZ\\/dom5wPWeWRf5DmNZwUa9tM4dyI7XjaXHn4EkkyKrf+3T3E8sVhTCFA8P64c0dK7gnYkspOQb3H+Ojqg97N9HI5lID54KjMQ\\/2hsB8KL35NAHXNd1nKkmA0lX\\/dN8DkhD33N1Yg8Qk8frHl294rV9VKNfKHlOZxsyHyO7HnQB2FH2qv1qNFy+tbbGTlbcS7RgWWcrrmnXNAgduNtC6V\\/vB7kvixDNysj2IJKiTuxEkd9k45DKx4vqXC6eL2ZeCQUqsog2gmrKF0WNty73PrXZXkWeMEfcZfG7QRrYVMEb009AB2Xe5ht3xzgm0+WbiHCxhWopzv+TaQtMp+ush\\/vFOWBrn\\/3IOEveLa7bDrz4Gwm5tAEekTSofMpul2b+dNODJaKa2jqeL69cpkauivJS8juazdMzK2pHWRy7lpmI7OzsLX0\\/vrhc3LwagrAlDtItKkRKS1wuRGX0nuSlqKw7Z15JHNLbfMdBnGr8GiWaTBT9Wd52jPAQXpJbw5aFseGwaRUSxT5wB9xfFCay47mLtQVmtlJOldfwTdgLA2vjTmISsvZV7IJ+DZXc5EanACqlkXLuJYxUpnCONO7xbicJqSCeNGhxad51iwJS+0Er012rR6fdUO2yHbUtK5tZovf9oQSTQnqRu5xh0x7JDhpu3PankufcT\\/XVigDLwttPaDJ7UThqwGJ90dvtOvOng61OJAproM3L0ajfaGbYsKhQft1uPbPmNjfW+Oi7c2Qd3Z3Vw0HHWJ3andUG6yYmnt4QxPUYlGL+3BOanIPatI2WXjWzsBiDI20tN5yZKWXuGAO2A5XbAK0PiQ+ziYoVAi8Ij\\/uHHq0ij78vIk+gH5a6LplPgkfbHZbMILG4eXZy4boWGxchE9ADWT9pSKewcfDuAQUbfx\\/PL65Vr\\/VMwmWELnIg4UlyZTCfUJNYhBeTSd5SGly2oA1v4hxR\\/jEDLkfC1c0sVCHfRLArq3aw1E+EZsHuQKiL3LSIniqy14EibIcXnPMPxWlZ\\/Dypru9ZnL1qfvzBBJ1MbQ4BM5mhp3QSSgLjOM3C6+u1WJ1I5rrH78Uglac2fg24u3esNjM+UJn0vDvCrYtmmztCHq5+nExMSq7UxI2Ssc4CloMZGHFnSwIBouU38uat+OtSqKscI46ZJAd8SIxC8YR1DaKFeC+8O6gliMofow5tgHUlA51Pp8NAsCAV9R43hA6XsfehwKz+xkwJGOPaOAKA9\\/30ysI5reYflssajbFF8F8a3meHHL+0JR29BsiXMHrc2dvaYbNaIHGqLAkWWiKu+598eEtgSL5suBtw4cj\\/TwxyEprSTMJDiKh8VVqttZ5pDf0RpGGY5wICipFOW6rOtcWvCHgwVHSnVxh8d0kMC2YSsbnTG3gxc+SkWRBswEOvOzyEx2um17UKuY69QZ8XEE76MvltfzUMovaSMrq96wKagm892cRV+slQSU6xneh5QzrpMRIxNtlvR1eQ4lUZMZJYWieMfaZOOw\\/0rgUG2\\/fWRFSVq488MBITu9WwZmo+XrYp\\/tkjPGCZ9LM7CWKRA+L+nWV0iL9h7DaXxU1AykS62RJYBBf+2SZUX2SAOYf8\\/hoYkPecGnroA4ADgcSVsM7He1m1eBuIX8yyKG0CX6j6lt8GWRrj9PnlpKY6wZlJrONyC3z3FjUn60xb9IVq8HyaI+cQQ0JJR268nC72jSJ71XfuvCSQwjPHx5Ljr5NoTzTyVPytdp7K7CRMQC4wihVFUpoH3HWT5Cq2Q3SxPAl5uUN1naDKMBCC3hhtETTYxFtxZYNfNd47M7b4HJ6oYvb6Pxd7c1QkKnDj05mIjdphGJLi4l0PTnD6fSr\\/eQ2IwARylrNhaUql4t8Qsj3rjWKgie3qnENtK3bWUgEsQueZBi0jsMw7tlUyi8NK1w7cknDA20EFTga7NMvTAPQUTRSckEt7E4MdZQSejbEbXg34tvd7f7ER5lLs+ac2lJW3WfiSfX5OEia8u0lxa8dg0z39+Z32QaKhlVDPAwnc+MH2GkEOJcTKZX0HNfR0WirpZAOGT4QZcpPMWM9UwM4SgM4HuGy4\\/Yvtc\\/UUCxS3LI4ini2IV6Ax1rveMAXCW\\/+p\\/3r7zB0iwKZN\\/Bh7qMcHEvKHiv\\/g9jpBszYQnj2gmz8VoNDJUqJ9yQjOfuuZjy+Szz2lCkfXjDDPEwQTjcgO18BcrTykZgOCElfr3XYKjZyyZrZOGHVvjl0pBM1+Dsgi\\/vASX46gvu7nMDGV1KpjaMtDDv1uG3A6vDtaDsxz+uYCJ4oSIONSTvwwvzv\\/F\\/A76JCSPaKUgICQlwsv3siGGmMcheq62C9vXDh\\/\\/AuKrmh9xeYbq+24AqXl+QsLJOYgm+Kh8lcFwHK0uxPL73KKM\\/bkgrnRwiXW4YiIp\\/T1Gb1LHdc2zheiCIrU2nxLwisLU+tHLGUjvJ0JLdY9kXHY4yhIKfYPMQVWCUe1Le+xHXtXgkSm6UUoWzVpN4JY2OfUgijdsRWqn9bx1hi704Epm8p2A5V5kyv+0Er6FL2ZiBe1edlsXMqmwjSa1lD5A2kY\\/SJrCcCKx16MhNHqMK8WwlQqOjTmVkHoF9ImNfyC3tVPv4dzfzld1x248EJi98UiuiPG4La27a8h2MQqu8GNfNPzd8XlfDuUPVs6l\\/pXbya+1G196oLUNG38vwANbEyXXjz7WJo9fw\\/6IBSP747m\\/0emzNMEhFzDBgg5CnhzDIqjDIJDbadPQcvSpKswPJ\\/fGOWHEzVLBG5YsS4xlKDYV05DvkdDyfEFL3thGiZGRa+\\/4JwGXY0LGPTnCsFEenWGR7h7zo3Npjonh4Lkbuvid\\/SzgYFaRmy9ftJISYn4pOr3yLlIIU2dX4jCaLTD9gMehIUOp2rGej5+HAYCOABeShXQb2I\\/hJzJawif64lypxfdrHaqZ0oOxG646r0\\/iY1DvEoDQikrBIGcmU5atjBKypXWdVCSVmq6kqgPKkrNPayY1p9+oNhB7u9cLTHV+h2lg7KE2jkNKadrNErAr+IwunCT84NHHPM85fSxpTXuPKZew4TEJ+4mjEEYHIBtjZtyY1aLxC72Vy26b5y34bS\\/mdUriTF4C54AKNeTSSbGk0Y4m\\/kGNBRnL8PQokZ5jsQ3BjJz2xCA5T4mw3GvFeHpfLvr\\/rGu29aXle9YC\\/UHJvWA7q+yTzDcOYCWeV8rOna2HsLccrSNAKLKpADwP7pTTP2Y+Pb66ZovMVHIkg03Kr3EhdM5Cdr5e0DujLptG2Y8OVjNqQJ9TQgP7c\\/RiJ1SQcXF2ULtTsbVdEYT7T5QAMfKb1AV\\/LnxU0vLPq17R1EWOO8ogSzNphsRU4N8rZ7qd1E9h7fRxKNB80G365ypg+ZNuti1+G60S6H9\\/qtMhrOXRKSF8RRgnJNTzWSb91j0WZXljy\\/ZzCldN4Jb57geLmDpAtTEYv8gU0GZTJkeGrTrwkZg9s7dNGWXOZdgK9UncY0\\/yZymFQCQ9\\/m0FjAmFc9WxGPEvpZsYOQnM6VNu+iZje4A1wK8wnEEGS7W5WO2exdVKDvxv2OfhnBgZ1ZbuBWClExuzwtZSt0aA1TLJ027jTm5SWJlKN9ZX\\/Q9JMuU6DBPQm9ktddNs0N5ntA1YrxATyPCiojOsVZOtwEiK7V5ccsCkUQJgh5MLtsPKOi+1nxL9rjIWCjx3AyeyPvmivXDLCRgcTVXplVZcfZwDZeUsI2haTjvTRbRuV6L2etR99j+MayqPSPc7bVIbIWO9S+8YMQkiiragcWEJ1FeCLa9xzuARiM\\/j9ges0O7uSOrb2+F3YFvQQAhicKKf7rOFjEV4g\\/J7ErNc+69ekphB4FF\\/OBK\\/BQIk0AyOAWXRBjGxkp2EgYPKiPSqU3kWmTb78m7MJYcB9FVDcmd6F9z3rqqo9tECM8JNvjqmbBk\\/0d3m1lQPaAzTAKnD\\/pYYaFlAkWlIzcEJs6Z40kEr\\/91UegCbmRuLquHTqWF2p\",\"FlightNumber\":\"6E- 839\",\"SegFlightNumberArr\":\"6E- 839\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 05:20\",\"ToUTCTime\":\"2023-12-15 07:55\",\"DepartureTime\":\"05:20\",\"ArrivalTime\":\"07:55\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 35m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"30\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"15db1-d8fec-b77a1-e2d1a\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":7051,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5327,\"Tax\":1760,\"intPublishedFare\":7051,\"OfferedFareAgent\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"PublishedFareAgent\":7051,\"CostToAgentCustomer\":7051,\"PublishedFarePerPax\":7051,\"OfferedFare\":7051,\"CommissionEarned\":0,\"CommDiscount\":96,\"TDS\":5,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4956379056199194301\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"30\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":96,\"NetCommission\":117,\"BaseFare\":5327,\"Tax\":1760,\"OfferedFare\":7051,\"PublishedFare\":7051,\"CostToAgent\":7051,\"TDS\":\"5\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1760,\"YR\":0},\"ApiNCM\":96,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":96,\"AgentMarkUp\":0,\"CostToAgentCustomer\":7051,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":96,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":96,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":7051,\"CostToCustomer\":7051,\"CostToAgentCustomer\":7051,\"TotalEarning\":0,\"CostToCompany\":7051,\"CostToAgent\":7051,\"AgentB2CEarning\":0,\"intOfferedFare\":7051,\"intPublishFare\":7147,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"5\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15 07:55\",\"SegFlightNumber\":\"6E- 839\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15 05:20\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":\"30\",\"strDepartureDtTime\":\"05:20\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"2\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6bLJA70NRtBEgpCMx4QKUtwV0YVRye1QaqkSdN\\/NxwrIp6LzyhT4QvMmlRh6A9s+1uPOfi6BY1pbq0Ftsx9eJBa2u7Q2\\/1vUCxr405HOF0IkmxISKMzFuoZiAJ6aCHfXFKkHIDu7jSQc\\/QHEGPQQbCBqUz\\/B64bPXCW0oegAJT9R8F5lth6Z4kL\\/zLx\\/NfKT\\/bpRxCp9i+LrOp7YN+lGNYHQpal9U0734Ht+CouLNLjz1ZZ69GKDFAHO5zg9lQahWx6t8PZ1EjRMC686w2RsMCoQmSv6h\\/fC+nIGmt0fO9czqOecG0gmG\\/mRYFZqMb\\/QRLn807rJ\\/\\/xlfPY2GzfKCy3+i3MTjM+kULUoYbVzIaPpKdd6Wq3MCFtaAc0AgMeaOkqKXmbM9HEtVQPMtexbyInZUnOEJK5OAafH2akPmeQnUg6IDF8u+dAQtenDQ3ckEMnEo7CmcU3BTH+F+xEgDMDv0YOKQtjJJeRCB1znr+mZOy1dkKM7NjHYOzAU09ukSqOjkeShllvmCsYCtJ\\/2XKHwaO6cMlSG9WcPKW0g1txgU7Vh2hzOfwzCp32J+phvq5RPuAJtNMy+lUWDTd1Y4kM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"gh8sH8hJSfp2hObH2ZMLhipvmjVCtHmX43gGHGIjW6U0veI3TK7eopehHz1cY6s0H6pLifrKiXEJjKFcBwzxIavTu0wLx2ElaGOHU2HkXZsv9gTaIhRmf74A3O2pcxzX3UEwn1wlR2Nl4xJeleCTlEC9By\\/vyrp9mHlHFwntXOZYBbJYbfskhIpZv1FV2lXBQ6SgVHSzZWPpZkeXoG1vSBT4669n\\/BBrrPjnm4QPZP7GGcM6JgXemhdiwYgrhvwk7uVNsnXGS5rr9zAgnEgg7xKyFHXQB0LPXqJUUNfDUmXqHTHLXbxr\\/f2FhFYQI9hdshBFOiMiEBGYwqpg\\/3u7bsadxHOAOvIQnmFy7bWTZHAzxn0snrTz+uuiXuqu1i4WAFBZzF51vuHQy+wXCX2tEDqJCSIMm52snKKrUUYdeP9rShuI4ja\\/Zm+TQoJpurMfT4Oj1Ez4uJoWvp0LChqx32prb1h4YwmEvj2jbMSkcJbL9Ir5boc5knJOBFAdqx6Wu1V8mEZsc\\/sFecaU\\/QI6dqJeqWK2IohU+aHQsVxK9pCNZR+pEeZYgzpjHoU9y\\/J0WAL4V1A1g6vl+sogKSLFc9r+yf7JSws1FoIuvXrdyCM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABKbCH3v5gm1hxO1W+sPi0nBVnYnMu4Va3a6uWlZmyeigeNWv2kt9u7dHvMZJfqXek3dMHOTwHJVgqQMPOAoOtKMG0kVm\\/LNd3U1HB\\/BsVEDc2O5qB+65xT8plPEeo9u4V23D+UJxlvAeHGLuWXjLB2iCX7DxUqJvH4uEWApbjSs9uoL\\/\\/OSqsLl6njbXyraBg08ODSDDRkhQGG8EO56qmkic2ElXtWCSBfEg9DmCQbNmFePDqBTZKdj2ZNexPwhO8Z50l3fMdV8Hbt0qaxU6HORE\\/Rv1P0S\\/Ut7zA\\/JTgvefqtLjXjbIAa1EUqhNfyWWmBDFVhJAGddSMiMoY4V6Wn4E3i0x4OpVwtgYTUiMwVx3BRABKVL1FKBQQGy4KWkkUwHbxSF4fnjbLfloL1nySn5vVHBj\\/QAZnxfQViPor7mhiC3LjkIR\\/4H+BSVZdhRJOUEELYKEtEBD6E+j8X5DWa2\\/wS2jzW\\/OEoa3L0WwxyNGKXNsdR3D3r9oT4g9k+FbZ4YCkLNay6eLdMuqzKTAUyUyqg0wBSMCJ8Ld2D9+vFzC7KpbbRCYeLHsGjgxdyw+xScfZPW1OoVeA0eLbVkeRd8=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"liPlhTiJVSME6KGYG0wU0j1lUt3Bg\\/1DnEEToUCTiIR40f6AIkC2RRasl9vKNIynKhMg9n34Sgf8qIjgR2wWCSt06sQkk0wAsXdz74v5y1GSVgVr1KEOeBiP77IswLHfYO8+Vwbp2V0CGy6FVM87ZXymmkTYBUgxoOf5vy0X8qkTBLP6OnkP67bK9fq\\/WY\\/VXGyATrdycoYOJafA5GI5uPWxhZ\\/qx3KSK2Lp8e7EmfspK+I02JX+mWGe9cpyoSfCFu5EnNWkf+RNIvWQIM712GVRyHmIvq3asoEJRUeH88gbDIP0xA2KIabQorTqbkPXr6NnnfZvWd3cUYRR\\/qfmsI2e0RIDzrF\\/adGyDXwYghesJau4kTBM\\/3XBlAvHgKQSVrzKay3qczR1FF9sVilBHWXZv0wykI5w4\\/S1eiNCxtOPN2ulJ6uOZhjg5j0SUZcGf5XyKj8omUZf3CxmGHBqJv0pqg2djTAr\\/n1TnR8Bv5eueC\\/ygxGCxOaBmE9urhSdaN+BHLB0DjR3+xa1gDPs\\/fRQmOBDoRwgKmQ+Q9H3SXzbJr5pHQtUZAWAIsU0RBgjii88LPAyQzZbl11qXRRSIboZRs8KVJSdGajSGCgVPv8=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALWXvrLHR0vZGQhg7MlBlPGp3aFNeog\\/kmkmKSRQUcZRXaj7Netya0UxM37nLEPGfRoUVkLVWbhYv7QFh0VBbU71cvbHg2TCg0UFS9\\/rDbCB9Um9hHgO7AOmoTaVoryLFclXj8hd2AEp0cToqQi5Vp6AZRWiDigmLakzDVQaH3YGgAFp1G1B\\/TFfUabfXvtgb6hetmANyWEa\\/5Mbvy18lfT0fbyNfTeYEFNFMgSBeARO0+OEFQmJUHlcKYQaXPnJa1jOZp\\/f45co+tUFRz4dQpEs4GZKHiqEewY4cKawKqv3qmXRQGYcKXlYXr0i\\/VS0ym0gm1hPmxr8YB4ZmoCH\\/1WL+DjTi9HM9op2HYq+9LdbJCKldOCmd8yiLIFEQIcISDNd\\/+BjmopZZfTvV4t2fqrBECzwYJboYtkd34UuOmflE0aFOH1Az1F57MSKsXcSeSgd1TFThmRXnqSdGbxddvl6IXFi2MbVNDmwVf0\\/r0jbv\\/+7qa0pYKNaz5ogdZyaSv64BpYMECt66YVqsnWPPCG94Uf85u1\\/ETFP\\/6T+A7Ks6RvqgljS8Utw9mScjl224AvQJWHSnq90+RnAXVy9jLDM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABPQ7Z3Za1F2fcPghngXJ9f\\/JR928DGbWDvUz8BHRFNppt6lU3CgkWiwTpoRvFAKK4QJ4HAlhzAv5MKUp\\/75BHQBvFYerznPtlToZsSJP1anacU2ZoGQUICCnHoGRZzfrIuM+xj55DnystLfX9ZSQE13p30ERQ3jqMY\\/k5Of3uo+BvJ\\/BVYR9+wONrLOozmO2UPVk6LugHfIC5fnMFQwTsEE2kVUNGwAWMCR68OmHB4VmJf7w2WlofsgqbTibFXECXsCF94XxelPAdU8TwwkBEQ8mfgxMd5hQfsaTVvLXyehx9FA31Q8Yt09H9gcBq5tfzk5viVa8b6h3NQQIxa1NQvSulohiSZrOkHz62B48sjdIbz88baR7uGsggz\\/2jeoOoYMfhd+xPX+6xjv05tRNxnQobWYNQnX71my2K3RZ8QTdxuZ9cKxdmK7ZEX2UKCiYTF8QIxFZQyCya0CrXsOU6SyxSlCHXnyC9B4\\/lwm1o+GCGAMPSk5eY9Jst7mPG+xkU5RHz8vxw\\/3NQUBUCRfg8WMN527+uUDF9c+55v8mqYxwhzDRHEj21hYkLzUTZoPaJnjUXVtsXxTLT79vI+MJrWo=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"S1mKkEbrzGYWLT2C6PTH6i\\/MqqUDmIfM9FTnlLxSDvpxKtZpbsa6CjibHjwOZ9ycSkYnJSJjJAuuxNq4EU4FFro\\/m3j4zK\\/96VZvOEjLc7RJqlln+\\/8FUaP8kzfxBTp\\/3riQFsfd9HIOMniwAsS\\/hJqdd8uY\\/nSnYvOv+6m6CAi+RpXxOdcWIXaebGl8VmpOEMR0WNXAXL0oCWUJL8XkTZ\\/REUp00bAVc5mJeMUSkPXKf7L05dhOr5guvqQeWqW6buJJB5yrtMdouILWFsYpWqKjwvwHXPW3\\/grgakRXh49xmBVxRsASmrK5vSxxeugnaNlBIrcs\\/NQy0q2YSceS7GdTcLHNS4Wy3voamHKJ+Dl3cdYAZ41W1iR6DkNvnqvqzcBqJt5UasieF2UfP5m7HolX4XFIkJ4JHQLbPSd2yzCQl6E0quTc7Ztk3u5shPkhJdt2Q18vAJUhGARfj8ZwKZfiuRlVcxChHKQFryYTE3inXqH4FD6C43w++WEf5sNRnXVn24\\/wFOB6goKa\\/Jc1c4ovVzCyYSX6Eqd0upf+1Y0=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"RMZMS+NcUggZ+SWpEDI+K3wzyf0fAr5wbI6g85uEFN7XRk+FS2thGL8b0sqV80VeLpp3A04EmQF246pwTMFh7zuc+lxX0FfT8nm89pz\\/rqaY1KMSVB7XiFJ6S5+iHnvAgFGUY+HLAobdgv6Y+Mwcy0zWpOm6kjp+ZZh1Pk4ke7obJhM\\/X4PDJBM1M68fntlIfJlNG83Wtbqup6QeaXfHELTSU5et\\/aGGGTr72TTOvr+CHOplE312ngKwaOnYH3vONqR8BM5yFoE1eWoQQPrsDIvrFv3QqEEPo9TUNvZNbAH6R\\/+KpmCMJ1CGwHj0LJ\\/h4iH\\/CO88UBsI9ZppNok5dWMkO\\/aWqdvBRY+PYpBC+uX1+j8+EgvcEIagWxsSyywLrzKGJ0Cz6fHeqeWJ2djsgaQPxsKOLouM+nLWHbEWErxEB3wdelZOGKpFnsf3Lc\\/W4CyqR2LxMU0oxHD6uzLorsrkhxyEWGeY8T0\\/KzkLt\\/p88ImluLicdTxEp66db8LdxB6UhkuZ+TbzwaO4D2E0Yz7WZvYXI9Zto4olqVVtTkQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"hkopSnX0Kkr2Szo8hN1eeYcjr+50JK3I3xDFCWaLCGgIXxwvIrBEXCwC3pLDdEEVm1SEuNFbnoy6kTbphQHKSUDhF71iv4rpTN3CVxUsERrTalql9Kx4pJDsIS32db7U4GvhRLXgFPUs6AJCHmCATV7IYBjgvc42sWFOosqUszd31k6Ef5btVpcgQAVGHiojRdCBNccYybChO7B1AIFG3n8qyZYEFryHgIVNiDPeHDEmvdx9TnY500PmR79dyj2VwGnwbUokyNbrKdI7sznO4GZTi5cQs2oPZiyfEjSpkPE\\/+LLZdYDQNNK\\/Q7xo6dlHhSCU4uPwDLHksjwBidhjZvnSd64WU27AVnUun0aibxcrNNgLdT6s6ASsvJPxBmSuG\\/W709HA5T4Rq94mkbp3Yw\\/2sIdFZ3JA9x\\/vCo0nWfl\\/M1DkhOAw5EGE\\/Gxfu\\/2aiutGTP+1h+0bp3VlaioxNOM+uBCBNCADFR5A4MXiefuElr9QSSL56\\/yIdwkKJMhdHDn6lct\\/zqDFB4iY6FX6k4OUQt4WR8MkBjaL3w\\/cB\\/0PcaP1oDg+xqbl4MEt2do\\/XKtwtpZw0EobXIOgPz7+hw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"3LEiY1nZjw+Nk8aUhCwtB3ddkOge97ct8lcnw1uoO\\/kbN6yVajkQ+Jjrh44UGhOmzyJ3UVZ8kWld4kwdIneEG1p3ax5j6o64zI72EMFE+vhorBo8TdbRi+a\\/o91G+f7PPdrgAKJuwElXQCx+48PRNQa7HAYQTR0BxZgzJvS1EhM+YdkEV+OKCg9b\\/D86EInAMrGUmtGvvWlhYG6fcqniXvGCPJOmlI0xN9mUEHn6Uy9aCxXR496pA+GcRKsMEn2d\\/VI\\/mNQdhQ7dqn2\\/yuqqEGecqVazYvl7HmDd+6lEJYCGKMkaqmsOTwAWTho6Oc2udAV4XULWpcCiuLGkca+0kSdAEE3n2MhWYXHE1wQ6OT1zSY9umDJ75Rt79Bh2CYuXAIRfAGdS2RZztTZ3sjaXw0flogfo8r4MD\\/U73x4+R9Uhf0wf8jc3F0qbcM\\/5zvzBOm2HoupQnZswiq2+ax1zMOL5ZFQgtlOnb2hVqrZj+LcAwZ31BBVBLOQJMVuzUH4+ZdRF8OwABgxcGA+bzq9BnmrczF1GjK8\\/eVO9PJgtxQc=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"DccxNOWFdh8UTDcI+Z6vLh+acTFky5ZqjtKfF7\\/LNr2sj3rBKsfM5T7A9lwyMLROfqJ\\/M3MES0lXjThQrnIazlEOj1yQsvdr1II7h8yWGsvqolMdg3A3zwZbb3zFy35aQCpn4CXdSw0i1j0EnmmTABVzAi84a+pJqF9gd5O7V33+6g9v0TZtUYjBZeTG0YQp0coPNxfWQaMkawzIDYfuW55wrnfJMlHF92wvoCsRpV3Cn4iCXsHMeVOcWDrrU8y3N+niLiAMX9c8oFztgP3V7hrE38jEAx3\\/9MGwxiC7y4N3Wh4q9gj7kEVjH9pNwHOowJqv4KDmPLDwg0HiuGkM+iMF88AS0gC2LXhEQueTZc6X+pHlqKoB2dM7eX7jr9Lb+l6J5VOQdvdkwv8f6tHZhelNnob7cbXOf\\/CG+hBP1D\\/VB5wiuBTZbyTrLFcvmgkQDDC3L52\\/\\/s4p6hVExWi7SBOhUj0DTErY6\\/9aQ\\/Qes4ZW\\/U\\/\\/p\\/jAigr2Un8diNNJfQjH\\/zlutfT5Fb8BhqlZ2hEa\\/5MlaMiQR65swqNftjk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"lFqWVAV08i1P4+8EzxtXH+bmnqSqq2hYx5KfLL22EUTlKr5260iQesWZ7xdyVVqJc2Z1\\/QXfUXVBpw\\/pMi7m7BRfwWFk2\\/AZ73E8fmIyGV9wLO8i0JFhMMl7S1izWOIQLRTlD6iy2FSeUEkLlluyTS+az4AMUCagpSs0u2FOZBYIX8oiwNwOk9HYWxc+LA8dsfujNzb1duP8cz\\/tb\\/PWccvLqB+cU3jOa3D8zu+IbgJffzghKo6voEBBb5z+GOZuc5uBFCvpKDW04I5b665FvGiPWaYfmr+UUYF3NejViZeEYxIPDfybB7UX5KDIo13pDCWT\\/Yed1IogLJJf5GZMRQq38AC1ZtZ2vxrSudihOCftLpNFuI20syFl34v9dgByOB06Lx0diW+jfzqK8mWzJKv8aJjFIm354918+iyVLvQBWht7cOmMW+UQ7+gngZb8mKGnu5XiCRR5Q1CJoY5yc3nKfcKAes1A5twI9jg0j+O+nQ1XSCfeW1M5ihuBIvuI9biZYL2dz7zLOrN3BAGfmQsxKHytHIes4SLbnzVxFoI=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"MkxW6Pm3jdWbn7sHWyG0AGL+Bu7yVzDVZ2EkMOROijGS4Ew+Qjeh0vN5FE6VigpiFQxRmQM8bNraICv5lXPv3kSLIxbkKVwr9\\/PFJHkCUmhDmYJPNEruVczRUX\\/+i00SIXnYwDhaCKYg8DS\\/JU14giK0yCOeQSQRaq6Us+lHM\\/XVIQmTbYyWgYOuhBIz\\/1MzdPq9FAWXyiSYEehky8DKTTR+Ily3cr8M448ZBJSlSegSdcTWL7Bt\\/Z8AdxQ1ZRE0oKK3qAbhT4PGRCv6cHIixNi7gVv5hPO\\/ZDYhbd158GMejHAwP9Tf172FX3I3BHdQhXiRORXzoh+mPSlkAHeLqOb953QV88dwq\\/1m5yUhxMoxdpd+AjWVtsFH0WoPhtAQRgebNmaQfuyDdaAUyJ2Jn23z4ocEUMOYqYM+a\\/hl+nbSe5jOEZg7P0lQ1tOFA4wMo\\/GjjBkaE0m43gZxHIZJ7MdNkgxUeUaNguaUZ3FyuTE56udRovwTPBaUVTb71iuI4RUd9z3aJAVarHE5wA0HqDrgoEsiT7Ou0sFOKDmKqhE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"fhfP\\/VLzbD14faZFk1058BFvI\\/lkt14UjZMUePK3gEcl702bYyz7v7tZrTfD+MB3f\\/rvpqbdLwAGxdwFXHHuUOdd2Efbpmhok6DIKKNdeEpBN8Sed79ZqHg44gWbh2PXy77XwfgI6CQy1vpFch2Nh0+ez0Ny9AY+AwEYXgIaQ6I+kpkh2mQuHSoP+KDTQHRhcu1bL8c7JoX+bldYDuoiftdvfLOAomGlI\\/o9+HY9mGk1ooClKzS3Cs4NbykUnfTK1tOFnIMYqBdV7L2xaLiWuwGUfumGNuXmbOHFQ6RoZD8nwB1fQcD5x7rH9qBakaj21tpNgLaNgqyl1ULDD9D1CHlg6JxxQUod4c3hqCbcKT8sNiuiiVwnE0ak70+GzcY9oDigA4H6NDT+thwgeoJ7I6HLq09LLYRfYtM2QNcPbpxkL8XwqQDk3nPtro8C63epp8XKXo3nXmacPEifweE+rZunCd+jwafn73EbBPfV8e9pe4eRV1Q7uxuAmaVTR0evqQ3aDe6dNIUlDqNMexBK1Rt6NL5tB49\\/oH4zjvwcGQ5te29QxFJljO4FVyDvdoMU\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"C659nHJXNLxZM7BlYxRKvr8boqOhjm0C7mnUiBCAo7FhD7fJtIVVOqZH6icVVuD4JZ6sWhvZuE6nlvCEXlLhu+1B0Yxct6LjIH3H3eIJQLqShOMxq5pxXBXmELTpMLQFTgF6fcQ+KS6ezQ57PFVh7TjyPhJEMqSuNLVQp2mHk3Fg5MPzVXJx37rfPKAq434nQ6kylVn+yuEoX0pAPzvw+LxRaG+orEHj\\/hDeAyNhrA\\/y3XM\\/nUq0Vyi7efuxYs+VzTpG9JFyVT2z3G79uulk\\/KaJwY5rQagmCGp5IJePljl5ew30R6PFQrHFEyYb4uiGdsORL5dy0t782kQb2P89xYoHezc9JKQ2owbgdC1ZHnfsLfE\\/xrOcsWzmrawuzEI0ey9tBK1l\\/g5n3ug7BrWgvIkdVp13SBbQQwi3C911Cpgzb5vlgG7ZhavKxaL4tO0ogHRvKX\\/ZZC2PdiFAUugAcfyj1NW9gdwIM9DP0MKrd2UPGd4NGhe8tKIMm1mWlfAjGz7reRONu3C+ZsG0NjjMbYDVDbgtmMRYPbQHdEqQYEZt3+\\/5BBeLJKzQYnbHLZlB\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"xBJm9xsHvo43Oph4vt4o2PNyo2l8jdLEPuJuixjl7m4tSlueLRS\\/bzWjyb7l8sFtIE0BqafEveGyrY9KHBlXKET62UpPpNpitmY7kRf5Y+Dd\\/kofO1uYdBlLbbPN+xOoSuErv3mkAGCxHf\\/4XLZF3nEXzpVP2RrPJ+raUc825SF9Z2ULRHp6IeKHMU8HG+NJ9IdwzdOQb9eaCLDcydGgebt0SPqCX8cDqnV1JRKnT1cqUi0+HNk7GhXKeyVDZbMjq8Cm99TQMGB\\/MeqWfjkTGdwnUSz49NiOSPtSnSQNMP8wOGEHTOoxUfAWj2RhRH\\/LbZFF8DbKNzF3zSdUbzXDbHzNAlPUHWSkvEAebiWN9lBNKuaAULZ\\/DEavE4W3W3wEhqTwlHKVdxbooqgWEnLtAdOm+mEbBpGAJpzj6CRj561XaOlUFpZHhBv63KiNxyGN+H\\/YHAcg4nejZLGlTB5OkbLW+a+aUTLyY2iwC5O5SlUR3ZExwI6RzEBMer+yBbeQP\\/6ul+9rnbjUZs5WPI0DGuq+QrM6GJOVcYqphfckiz3ijcfUYmyglsLS+584UC2zu3O0derwzReOpUAa3P0\\/5A==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5470200891807601152\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"Na4O5PzkIRMteqME6Si6Jg28N6zyZ8qxZRL\\/uBy1adpwYXwxx8L\\/brqvggYhC7DCWLYmQUn9zuW6IJZAkCNJ+JGMvCvQ9rri2S08o1RBv7ic9YcbD+6OQbLZgahhHeN+pJ1+lro+DKU1n8QoPCHsdf3Ij+S\\/3mD1KT22VrhIaviloRJeKJMAAmNUIgOhHKHzMJFhBHYxjcIBeolk5rXR30dikCGAjWL2yY+qMOvnck3TbLNp5wGJY7jQLWsOHNesSBKMQGgXK\\/gNG8NHn3X3WM9kufxkBlTbj7QTPajxGn3uHX33yCcRrBYe5rojhNqFP\\/YCOQcrk0ZscNshvN5an+RNwXyZrsrfOq9V0n9Ie7XE+TesSHajXquW3CR6fo4neoCbpWPAUr+w3UZrLH0Z7W\\/KEj+6BfwTO5\\/RUPNBlWTJaa7YHp7UxN3Frc0kU4XSe+gZZ6OUsBByKJpqlVRaJYkmo5a2ibLyGQz14Y\\/Pi6dUuj8C\\/DzMkRdq0VkILJ5tPWn\\/KMT4f3z+++dpEh2kA8F8kYQZMNHyC7BbzSfHC7J+EWtMxAL1mVK1pMG9eqNN\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni4tV6VOsPwZl66JCn8O1OMxd9DybBN6WsyW\\/QDeUpF3FSg2r5TpH2XwesiJhnbJA3IpSXyV0uFwzRySZ2ZPCVglGzb+6k4OapZnTP2osm7gTqkI5192ttrGq1KgohCWtHmoBHXs7NgWXC6amMz30whzc3S8UjiV8eHLdn8I7Pcg2BBHXrr6CQwGTq5MXDJFDFO9Zb15DOQahz+oMXm+G3yD7cUzzfneL7+6UmjyH84pzLZS2IEcfSU562MNQP4o07N+c8q\\/ZuCoo7tZN5SxFZm60qHONzN9tzAa6ltyDeMbNMTbISqutVnv77AlU9KJVGyVQ5WDOMBUJKuPwVIUIyrLr6TNeb6CTJtihs6sb9CyiTj+EotmxcZxflKZGV71pqukYffCll2xHeuaJaI0Nv08QFb0kuPsEuAKBlazH95koZ84uyCydKTzZtrlnYvQ7haBEFd4BNX0\\/jP\\/x3Jsnb8dujaJEZEdqV8GNfMtRkfwD\\/pr\\/ClhLoDuBHx8Maw3DM638uB2vj61fpfitxararn2ooY9D4iO39Pj6Hlk8uetsVg0XVEd6m8UJQD19lxFZoTDr4Bvl\\/joHGrxlkBCIbRpy9+MZNwc6\\/yG5fEb0mKBptznknw\\/mqQDLeDe+0M1jFlD3qTO+kV\\/Wo1c+jkH0bb9JkYOVIecmVImiqCl8vfYY\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-15\"}],\"apiTraceId\":\"MAIN4956379056199194301\",\"SearchTraceId\":\"15db1-d8fec-b77a1-e2d1a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"15\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"15db1-d8fec-b77a1-e2d1a\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"JAI\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:12:12\",\"IsChangeSearch\":0},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"15db1-d8fec-b77a1-e2d1a\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni4tV6VOsPwZl66JCn8O1OMxd9DybBN6WsyW\\/QDeUpF3FSg2r5TpH2XwesiJhnbJA3IpSXyV0uFwzRySZ2ZPCVglGzb+6k4OapZnTP2osm7gTqkI5192ttrGq1KgohCWtHmoBHXs7NgWXC6amMz30whzc3S8UjiV8eHLdn8I7Pcg2BBHXrr6CQwGTq5MXDJFDFO9Zb15DOQahz+oMXm+G3yD7cUzzfneL7+6UmjyH84pzLZS2IEcfSU562MNQP4o07N+c8q\\/ZuCoo7tZN5SxFZm60qHONzN9tzAa6ltyDeMbNMTbISqutVnv77AlU9KJVGyVQ5WDOMBUJKuPwVIUIyrLr6TNeb6CTJtihs6sb9CyiTj+EotmxcZxflKZGV71pqukYffCll2xHeuaJaI0Nv08QFb0kuPsEuAKBlazH95koZ84uyCydKTzZtrlnYvQ7haBEFd4BNX0\\/jP\\/x3Jsnb8dujaJEZEdqV8GNfMtRkfwD\\/pr\\/ClhLoDuBHx8Maw3DM638uB2vj61fpfitxararn2ooY9D4iO39Pj6Hlk8uetsVg0XVEd6m8UJQD19lxFZoTDr4Bvl\\/joHGrxlkBCIbRpy9+MZNwc6\\/yG5fEb0mKBptznknw\\/mqQDLeDe+0M1jFlD3qTO+kV\\/Wo1c+jkH0bb9JkYOVIecmVImiqCl8vfYY\",\"AirRepriceRequests\":[{\"Flight_Key\":\"vY3JSyVsfUWbKWNrKyco1MQwJu9mW7eQAdqYmMZr3MuB1UT+m0u+WttAEadKyn1rDTPyq\\/TsZb8zel8po8BjmxODlXtFqza\\/4hNoMutsjQ0KqVS2keNI+peJE+DFcM0hoQ\\/QqaozrWu4LzwsIbntrfDwOAKN5lteHAyIxtLP0cnDBe+mtS+\\/eZGIjq\\/+uKiM894hZhlmMKk\\/LMjJNECYNB6VEcpue3xTKjFjubNcNVBYkP2w4w8O\\/X2LHVHh1++MHVE01dkyhASpBxGmEjvXZEn5I+9TbtFTcUpiOHFNdgcvpe4iU8CvdeiEtUcaNrB\\/nP431XgssKgTLtGY\\/KM\\/\\/NnQujWeuF5gqeUEma2imk9UXLODsCoKQrKy9zBPz4etjzEvYJ3iUEaaBVPqrw79NEom8aMo2I2\\/y+PYNj+g9obQIZRymtIURL5WIej68L8GyBJJemPwwe08W+wG9oGRXLw9Jrz+5ZXiKKqtLbUrlfn2kC7BxLKlrUMMW6mANGcalDjLoWHkz442XBVtof8FwPwBlNb3\\/8gcXPY8GVBIXyRNYxwRhBO5N9CjrxmhYCZ+VOVLm74z+JqDsNzzt5+EWp9m8gogiBgyxHQX2FwqqxAAoaZ\\/aum44Y+NM5WCh1FqQEaBYEM+BtzeBeNDIZANsB3rs6culPueoatjoR5gp5\\/aczfkTfYznpo3hPH48jkp0h8gQaaUfvsNsG2gCpUfPGP6pcSZT6VgsGHYVMCiGzBMCBPxENBFBmym7IFJlpdwlVAgwXAwaKWdlz4G\\/Q9EIInGtcirGc7aH8qozBcwFQiEc5lTT7ilpDx7igkcItkImmpwa\\/W1ItJ87gXE6Ple8tU3l2pcvV\\/EVX5UPjYiAfxe+g4OPVIKqBU0fU5Qo0SMCpQREXPfUF8dJHkPqRso0GgeIaYu+\\/59NnhMXFzs\\/jA\\/7Nrtz1CzN9HgFWOpVqNAaBt9wDnMCxfzVZ02v\\/jXLE7L926mgEWksln9qLsZoIExeqodxEuBub5Vin+\\/KhivoJY4GJ3NvH5pRbtFqiq93zIS9fcNImMHzCnRn9UwES3NdhIrD5CS\\/Fr0RrgUYC8bXcMrlnhd1XbzWp59I25dxHtTFpDiPzNbd40wAeb0ezgIezBn\\/sDM9jrxZDLU7mdR2xy9R\\/S04WHsriT7YkJm\\/yoG4WN9pq4B1iasYaffmNrCM0SSPNHfAucOvKmuNIP1lj4IdhHWV6szTZJvEk6FperTytmFdKdEtaq8Le\\/+HldTnH9wZOL4g\\/nLw78je+D6gIMVLAbmVh3canuHTTyStDpjVrmao8EmvY34KLPwGHY7a0E88N4k6YrhYl\\/tU7T1nSDhw6soOLON+LivV+UqFIRdYTwAkJ7hoA4w8f0Zt2Sy+76rqMANchiS2uGRAIRqq6yg0CY\\/I+M+heKhUCiER9rnFqF7KYbXX0vfWf3jeSY\\/xvN8e\\/0Ti8Z\\/\\/AKDJkihNjHXDaof7pO2\\/pK8ADAED2F\\/7fkyXuZDBz3zrK+WZIAsW3f+EIHJHGMNDMjxVTFxa+WSomzDu9giBmnjTvKL9KoCiqKYkxGT3altMfvuKX1uW6XTe7AfNWl2UGGeCP3FgouFDUePSYDb5kAlOItJOlLunx5v9a49kqg5BIlGXGHqblLPrdQ1ztCqjanc1kuN\\/bwVi0QWxLsfo0v3Unu6BLVyRJ+O7TS6H8gxaxmelfNo4L5yDtEd7+HjqpR4XN6olYk8MrM8IM4b9S+Nahm3eTZ1lF8WHZyAL5Xjgb5GKR2PRlFTxCjcfhA8Nc8O\\/13eTq0sLE\\/1FtC+dAbd9gVeqLVYUqsF\\/HI98j5pAeVxPgC0TSD8CUL1qU0NE55pgm+\\/tM+FxDrHsJEOiIULs0G\\/m4UAkZMOF5P+cacatvebw5ugO3VjBZBjGL6JDHBrYNv3ag\\/4ImJ775oWDFiyr8Ll4KAnyTe0xhO6a6kK8K4sxIUIq+6xxr0SKj\\/1B8hCPKt0GGdmYhZPfIwFkJzNhVwknQbp2ugsb9cPqgd0xgJkKu+v2\\/37eCPuo+WpiqhQ8Jw+XCWDtlHcUkvcljNPVbfjUsvqRz7o+t\\/h\\/nej+1duI1egmLisNZt7vjCt7zPJb4lBY3jTO55PjARUW86NlQRyJwntfEMAujckxNG0fX1TfoD66n1OkjYHKQRB1DuC1ypuhfFG8IgaxFZMMLYYl++rI7Wwfh05F2H63iKKcVM7txss+O4PfHDVhpF14VcSRNeJUMCNaEqJqafI83VHqj6YrjmuNgd4RIDqUUSGEbE5hMUBqpun9QxZymczlklssYsbJndVhivoWEvcBaNqnw8Me9cy\\/E\\/DCRo8DJtFy5EY4tYat8L1TxtYE2d6aNPW0t2R5AavLK4YqkMExW4NcY9YfGQIoqf17n0hjFGW\\/5jIEv\\/3MpofdQHZ5pcM2EejHcAEtb7tmuDsGf+gRU02D\\/ukGWYg6bsfZ0hHqNKK2w3NXwwWdg8ZZ945Bi5W0V4ZI3+M0\\/VOkamuKIJykjNiZhg+SFczEK+vElEsN53yQnIR798ePi4OPUgbVpiO08CmK7vYp3U0DOLThsETZIpecFt0vPEx9Nk+n7CcDSbBjw6gfejawbtWkm1jts71YdWl7hRVD+pkZzIzsAK9Jc4YPAwZxDajyZuVBzeu5uqwBtJW8dbl3n6o8hM2idwdgpKgSZMjHYna1L4vAQPKq02sI1C2aEMImZ6oR6Zg7Cv70Fsx+zGm5iMoozujmMT8+3tbOtOXaZm7dj8a+ivVO0Zl3amZd6iLhAnkc+tvtLKbmVFHKPdWKdF7U5fudiRdyI1G27onvV3ZBjjrQvBccm3OBk1gKxdHcL\\/vhkSSvoBuAA0yPRAiBYU0dgkA9dydBDQNtDkTy74dOvvINYjt52jMcr9sTJ9EibSvrSN6Zk7RBMqj+T7mdM3Qk37nLy2Clt+6NTTpmTWwPEb74rM\\/IkW+m2DXyfd3PE16coxtk+dFdPr\\/cMHrkMzXkXKmGCXl78jMTQNnLcClpayQzD9Z86GyRMUZoN\\/DXfMYPRbwHIYtZtUkot7vZjRxlXjtRqeGy\\/YaREhsHLgQNnoPDRfyO4Wtf4OsPvBf0inLkyd0619YlDYgYUnfAv+rHGLzWYE0A7ZjlNKrY9ZSJsxKKPidC2yzkxUMAE1IK8kBOSh+AMxd\\/dgP4MZxbP06tsps5IU6nbQaqPRGbl6uNigZLfoGzkkFmgomNVGcbDS5SuS3PS0u7SV7GT2dVhrLHDFauWM0hjKwCzpTMsINjE7v7fj7yELUQViJJr4L62YSngX9S8fJ5OrR4FyeNxdBooZtgM7oKK1xl+C3lU7VH++AcFQbpbnUpNZUyUSNQaV+5QRctX6FI6IrY2DPCrL9XN1ZGG+Ou5GmjC+zMLMYwhKpY4oJXZWr9YKc95yLzi8PhY0UN771a988Q6cSjc4VHMrosTJ\\/r5KrShAOH1KMH9fgvpaKBWtWxxNbiaFoAlmemACJ2Q6dsChOXs+3hW5k7exNKwJ2pw2gKfO2YKmMgPUVtalMZK7i8k8MPDvN8H9KqJ1hL1QGRhrb40irmF0+QYc0\\/a6T1VpTFHBFs54ilRinJoEXxWCLqiFk195uh1UpsaYtMWGShbeZ8VQKLp13IDA\\/ViAvF07BwmoI9Oye+zomrAMtRydrCyE5tE1IVN8r0qoxJrC3urRGq66pR2o7BaUpFVi87\\/7803ajOCgF8PQd8lShKJ+VgD6b+t6KZjkEdHIzK8w+kwtKhgaJpMLe\\/ukobx7rbiZUezCLwFCpkcbMpC2I4iJ+fEnOcZ0FQ+X7TqUMpnb0y\\/j7HeG3FTO34Pt1i0l87GoRrWYGWGlYxL1n7SU\\/r1eJaPdc1mnNKeVUaLWqX0ncHUJUvTzhCoxxrJ8B913\\/RZBZ5ybCF2T1lzW2tEQqB7C7Eix7AdqHckB7Q4sRpSkjsH8QHKM0\\/AvJL7e6jxN4bVCuoHWri5Xg34bIqHou\\/seEvjIU98VJgExw73oiYeMtuvhsJFx\\/x0xZ2rg0K1ucf7voCIGHsdeHKxmS3i4idHpI469GxKTRdbLLwqQ0NbkDizO2uBsX9lEc4ZggrgmepC5NVkzVeqdMW1Qa1SJwn\\/m2vHbrwOyeX4ajYZ84ogpAl\\/46ra87YUmesx\\/++AlbBOM\\/af57EbWFO75O52J\\/tRzMaiUiAX3WLm8uMF4\\/aXiqdMQkK2Ude\\/FfjVDIJERo5NnrXK6rgrntvmL5Nd8HvXJFC3U90VWXxpczXDQm\\/MgjB+liGda3zGdzFNsUE7RywbsvdLO7L2YvosWBkB7gCKjGuD9f8fSwv5606n\\/JsPQ\\/\\/E9\\/ZvPH4hLsm2XmoMcwSuAnXh9ttoVwyc\\/lINzgn7ZidMueTSK6Wmaewb254VPtNScNC0jWslOtgnI17Y4tY8XhJ4LBDTHE4vzOJUVowDjp7MOXn50wAnC\\/uuPM4skp8f+R7gQG7QnZQIYGHNOt\\/DNmNXpj9XOIDdT319+M8mlO5+kxEmnaehtN7FMWBGTNc34Ilj511bnU301cbIZObvCI60BX9n6uplUf\\/Ajf2SW5SqTf9MARYrlvOFW0OvHj\\/lGwr5ievsOIvgLYdUuB8BIQTcZ+yacUJunGsMhVYoHD1H\\/CzoqEW+mFUnncCPE4jG6nbzYC3TPYiiZuYaB+oZ+EUXHxBI8UtYVd8HpQ+lkaqk0UhqoXBSCmTJTKng2x9sz+YAh2i+Cx5L3a5kdGnp51ajoCAxvRpsnwX43oSMIDxhOZjIITznEidV9p4ywd3AAZDJ+u5B4\\/M3eo5kCYyypCyfXmTOXCMQdq0TzWOTt97ziFc\\/66tn3IcFot7KkyABtq7yxImytLVRhwMRWkgtsVnlnlgzLXtzjSxqRR9HdWWZ5Hu\\/c6vWz3JnQ+0h5kOGQr\\/BIbysiS2HAIBuagraR+iDNw4hpvZ5VjKsWmrt98khiCKZPbQ6nF2eb3M+g\\/KzWFlK5EUeh6q5NgAm+2iH4r2fommiaS+5KNTu3lklAp10HK7bRLFZRuGzX+45uWBwnM96dvyhbfiHCjGlMg5\\/wkeHZTE\\/Pb4RePvVHFstxrnW8QGhX0rnniHujk77sNqyihh4jGdiKpZ\\/1NR1SDzrGa\\/g6TUkOC09pyFL8smQC+ABpkbCUbHqVos6lm0JqJ5FOQPVR+7rYBxqfH3DIUUGiNSgExEcH4YwHSFmDa6XYd0FR7B9klDaU+uRkk9EhPdo+MOFAmvbyqgnaxVv\\/JGcICaBDbkh63jfS8dyy8CKzWlFixFHRJDg1OCIK2KUk42qC2ipmosudBqYRSi\\/SpQpWzTUwntDCekAIK1Pvkdkq9u+mTzuQWaQypxSW9eCtX8M6puXvLtXrqtaTcTNZkjARNnskQ61Z8emcT8zwrKj1\\/8NVpaQyAboZjpdqagmE+QUjq\\/RRzLmJS2XUc\\/B+fzpHx0\\/KPp6Bzs+vYMPnbDu093H2PoT3oZlNEbq4EzthIAA8XscI+Y9GD+eV5Bd7+EYHzlZc0vjr15P\\/oE+p1pssGMIsOKx+G6p\\/kre3Gp45PzK9EXKnQR6s2BcqrWEQZMSziEnQ8NBbBpgUJd2I60gsu0hncJ5neKqaMagzRDJb2Tz5xkiGjSz6P6XUEwLRKqRq\\/R5aB7br7PCLSoSxWQGrXWyYgwTM947TcHsJlU3uxl88Sp+naXAUO+Mp2k3yIWQK\\/Er\\/F59XAUE\\/2GWurlEa78y88gU3l3UNCkIQeU9bGwVlr2WjvvtLeW98rJa7kDJsuRJZNxtq0sTSA4ntdoyLuUR5BtYLEBmfd95KrJ1Is2OiSY7se5lZLU4mXZqMbfvn7dcGXQg9xqGmsC52o+4meYqQbQ8SXP0W86DNebYpvnC\\/fh3cQCKR3tAFgbqw+b5oVcJXIZzKC\\/FwipNv00BDp2xhSh3MuarmppGPFYxQRNnrJKksb+8zj8wA9cUnQqzFjP3vwGjRRcFAnAZ6xGGK95hHYKmCN4Lb2VMe7mhc6TRbA\\/BdgD+mnQQ+11WoZ\\/46bO4xCW2rXxJ6T1umaeFJGPmo7e2gW7yFkFRdW6t2vRhWVC\\/7HH90dap+QcUDvU8d2kah2+rcVl4xh0XLtBtjDW7enK1Bu+fZhKTT\\/lj+InBGZi75w32DFnj0LpY3GDX12MyN\\/bxrxd7+28LC3KfVRReTL0CHBT4rTP\\/azDRgYWCRJyY3ma4dIB4kbD4KTwz1bTYwgayyKoRxxVtcHA1UwJe+poap67hyDnhcnvy5vhCvBsgXvrriQ2nYJP2uVACu8Knyr0swQOwkYv1JGGsizjtuRhmC8I9TxwQ37oHBzP+byojl+1rDAfPJ7YjQO5PPB\\/AyKsqPVe4nFBSi6RfwR4oMQDfZlkwfK0f3RQ9TYkYfGsfZkuxJGCfMg6Bq1P31iUP0X\\/GMCStnPhxm8+zFryJn\\/QMxDlZuapgOIUrsznAmJsTTOtA7fk7PBJaHQKVmuUUdNtBjeueiwd6LkjN9y6LGwag==\",\"Fare_Id\":\"MAIN4956379056199194301\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"15db1-d8fec-b77a1-e2d1a\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni4tV6VOsPwZl66JCn8O1OMxd9DybBN6WsyW\\/QDeUpF3FSg2r5TpH2XwesiJhnbJA3IpSXyV0uFwzRySZ2ZPCVglGzb+6k4OapZnTP2osm7gTqkI5192ttrGq1KgohCWtHmoBHXs7NgWXC6amMz30whzc3S8UjiV8eHLdn8I7Pcg2BBHXrr6CQwGTq5MXDJFDFO9Zb15DOQahz+oMXm+G3yD7cUzzfneL7+6UmjyH84pzLZS2IEcfSU562MNQP4o07N+c8q\\/ZuCoo7tZN5SxFZm60qHONzN9tzAa6ltyDeMbNMTbISqutVnv77AlU9KJVGyVQ5WDOMBUJKuPwVIUIyrLr6TNeb6CTJtihs6sb9CyiTj+EotmxcZxflKZGV71pqukYffCll2xHeuaJaI0Nv08QFb0kuPsEuAKBlazH95koZ84uyCydKTzZtrlnYvQ7haBEFd4BNX0\\/jP\\/x3Jsnb8dujaJEZEdqV8GNfMtRkfwD\\/pr\\/ClhLoDuBHx8Maw3DM638uB2vj61fpfitxararn2ooY9D4iO39Pj6Hlk8uetsVg0XVEd6m8UJQD19lxFZoTDr4Bvl\\/joHGrxlkBCIbRpy9+MZNwc6\\/yG5fEb0mKBptznknw\\/mqQDLeDe+0M1jFlD3qTO+kV\\/Wo1c+jkH0bb9JkYOVIecmVImiqCl8vfYY\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"vY3JSyVsfUWbKWNrKyco1MQwJu9mW7eQAdqYmMZr3MuB1UT+m0u+WttAEadKyn1rDTPyq\\/TsZb8zel8po8BjmxODlXtFqza\\/4hNoMutsjQ0KqVS2keNI+peJE+DFcM0hoQ\\/QqaozrWu4LzwsIbntrfDwOAKN5lteHAyIxtLP0cnDBe+mtS+\\/eZGIjq\\/+uKiM894hZhlmMKk\\/LMjJNECYNB6VEcpue3xTKjFjubNcNVBYkP2w4w8O\\/X2LHVHh1++MHVE01dkyhASpBxGmEjvXZEn5I+9TbtFTcUpiOHFNdgcvpe4iU8CvdeiEtUcaNrB\\/nP431XgssKgTLtGY\\/KM\\/\\/NnQujWeuF5gqeUEma2imk9UXLODsCoKQrKy9zBPz4etjzEvYJ3iUEaaBVPqrw79NEom8aMo2I2\\/y+PYNj+g9obQIZRymtIURL5WIej68L8GyBJJemPwwe08W+wG9oGRXLw9Jrz+5ZXiKKqtLbUrlfn2kC7BxLKlrUMMW6mANGcalDjLoWHkz442XBVtof8FwPwBlNb3\\/8gcXPY8GVBIXyRNYxwRhBO5N9CjrxmhYCZ+VOVLm74z+JqDsNzzt5+EWp9m8gogiBgyxHQX2FwqqxAAoaZ\\/aum44Y+NM5WCh1FqQEaBYEM+BtzeBeNDIZANsB3rs6culPueoatjoR5gp5\\/aczfkTfYznpo3hPH48jkp0h8gQaaUfvsNsG2gCpUfPGP6pcSZT6VgsGHYVMCiGzBMCBPxENBFBmym7IFJlpdwlVAgwXAwaKWdlz4G\\/Q9EIInGtcirGc7aH8qozBcwFQiEc5lTT7ilpDx7igkcItkImmpwa\\/W1ItJ87gXE6Ple8tU3l2pcvV\\/EVX5UPjYiAfxe+g4OPVIKqBU0fU5Qo0SMCpQREXPfUF8dJHkPqRso0GgeIaYu+\\/59NnhMXFzs\\/jA\\/7Nrtz1CzN9HgFWOpVqNAaBt9wDnMCxfzVZ02v\\/jXLE7L926mgEWksln9qLsZoIExeqodxEuBub5Vin+\\/KhivoJY4GJ3NvH5pRbtFqiq93zIS9fcNImMHzCnRn9UwES3NdhIrD5CS\\/Fr0RrgUYC8bXcMrlnhd1XbzWp59I25dxHtTFpDiPzNbd40wAeb0ezgIezBn\\/sDM9jrxZDLU7mdR2xy9R\\/S04WHsriT7YkJm\\/yoG4WN9pq4B1iasYaffmNrCM0SSPNHfAucOvKmuNIP1lj4IdhHWV6szTZJvEk6FperTytmFdKdEtaq8Le\\/+HldTnH9wZOL4g\\/nLw78je+D6gIMVLAbmVh3canuHTTyStDpjVrmao8EmvY34KLPwGHY7a0E88N4k6YrhYl\\/tU7T1nSDhw6soOLON+LivV+UqFIRdYTwAkJ7hoA4w8f0Zt2Sy+76rqMANchiS2uGRAIRqq6yg0CY\\/I+M+heKhUCiER9rnFqF7KYbXX0vfWf3jeSY\\/xvN8e\\/0Ti8Z\\/\\/AKDJkihNjHXDaof7pO2\\/pK8ADAED2F\\/7fkyXuZDBz3zrK+WZIAsW3f+EIHJHGMNDMjxVTFxa+WSomzDu9giBmnjTvKL9KoCiqKYkxGT3altMfvuKX1uW6XTe7AfNWl2UGGeCP3FgouFDUePSYDb5kAlOItJOlLunx5v9a49kqg5BIlGXGHqblLPrdQ1ztCqjanc1kuN\\/bwVi0QWxLsfo0v3Unu6BLVyRJ+O7TS6H8gxaxmelfNo4L5yDtEd7+HjqpR4XN6olYk8MrM8IM4b9S+Nahm3eTZ1lF8WHZyAL5Xjgb5GKR2PRlFTxCjcfhA8Nc8O\\/13eTq0sLE\\/1FtC+dAbd9gVeqLVYUqsF\\/HI98j5pAeVxPgC0TSD8CUL1qU0NE55pgm+\\/tM+FxDrHsJEOiIULs0G\\/m4UAkZMOF5P+cacatvebw5ugO3VjBZBjGL6JDHBrYNv3ag\\/4ImJ775oWDFiyr8Ll4KAnyTe0xhO6a6kK8K4sxIUIq+6xxr0SKj\\/1B8hCPKt0GGdmYhZPfIwFkJzNhVwknQbp2ugsb9cPqgd0xgJkKu+v2\\/37eCPuo+WpiqhQ8Jw+XCWDtlHcUkvcljNPVbfjUsvqRz7o+t\\/h\\/nej+1duI1egmLisNZt7vjCt7zPJb4lBY3jTO55PjARUW86NlQRyJwntfEMAujckxNG0fX1TfoD66n1OkjYHKQRB1DuC1ypuhfFG8IgaxFZMMLYYl++rI7Wwfh05F2H63iKKcVM7txss+O4PfHDVhpF14VcSRNeJUMCNaEqJqafI83VHqj6YrjmuNgd4RIDqUUSGEbE5hMUBqpun9QxZymczlklssYsbJndVhivoWEvcBaNqnw8Me9cy\\/E\\/DCRo8DJtFy5EY4tYat8L1TxtYE2d6aNPW0t2R5AavLK4YqkMExW4NcY9YfGQIoqf17n0hjFGW\\/5jIEv\\/3MpofdQHZ5pcM2EejHcAEtb7tmuDsGf+gRU02D\\/ukGWYg6bsfZ0hHqNKK2w3NXwwWdg8ZZ945Bi5W0V4ZI3+M0\\/VOkamuKIJykjNiZhg+SFczEK+vElEsN53yQnIR798ePi4OPUgbVpiO08CmK7vYp3U0DOLThsETZIpecFt0vPEx9Nk+n7CcDSbBjw6gfejawbtWkm1jts71YdWl7hRVD+pkZzIzsAK9Jc4YPAwZxDajyZuVBzeu5uqwBtJW8dbl3n6o8hM2idwdgpKgSZMjHYna1L4vAQPKq02sI1C2aEMImZ6oR6Zg7Cv70Fsx+zGm5iMoozujmMT8+3tbOtOXaZm7dj8a+ivVO0Zl3amZd6iLhAnkc+tvtLKbmVFHKPdWKdF7U5fudiRdyI1G27onvV3ZBjjrQvBccm3OBk1gKxdHcL\\/vhkSSvoBuAA0yPRAiBYU0dgkA9dydBDQNtDkTy74dOvvINYjt52jMcr9sTJ9EibSvrSN6Zk7RBMqj+T7mdM3Qk37nLy2Clt+6NTTpmTWwPEb74rM\\/IkW+m2DXyfd3PE16coxtk+dFdPr\\/cMHrkMzXkXKmGCXl78jMTQNnLcClpayQzD9Z86GyRMUZoN\\/DXfMYPRbwHIYtZtUkot7vZjRxlXjtRqeGy\\/YaREhsHLgQNnoPDRfyO4Wtf4OsPvBf0inLkyd0619YlDYgYUnfAv+rHGLzWYE0A7ZjlNKrY9ZSJsxKKPidC2yzkxUMAE1IK8kBOSh+AMxd\\/dgP4MZxbP06tsps5IU6nbQaqPRGbl6uNigZLfoGzkkFmgomNVGcbDS5SuS3PS0u7SV7GT2dVhrLHDFauWM0hjKwCzpTMsINjE7v7fj7yELUQViJJr4L62YSngX9S8fJ5OrR4FyeNxdBooZtgM7oKK1xl+C3lU7VH++AcFQbpbnUpNZUyUSNQaV+5QRctX6FI6IrY2DPCrL9XN1ZGG+Ou5GmjC+zMLMYwhKpY4oJXZWr9YKc95yLzi8PhY0UN771a988Q6cSjc4VHMrosTJ\\/r5KrShAOH1KMH9fgvpaKBWtWxxNbiaFoAlmemACJ2Q6dsChOXs+3hW5k7exNKwJ2pw2gKfO2YKmMgPUVtalMZK7i8k8MPDvN8H9KqJ1hL1QGRhrb40irmF0+QYc0\\/a6T1VpTFHBFs54ilRinJoEXxWCLqiFk195uh1UpsaYtMWGShbeZ8VQKLp13IDA\\/ViAvF07BwmoI9Oye+zomrAMtRydrCyE5tE1IVN8r0qoxJrC3urRGq66pR2o7BaUpFVi87\\/7803ajOCgF8PQd8lShKJ+VgD6b+t6KZjkEdHIzK8w+kwtKhgaJpMLe\\/ukobx7rbiZUezCLwFCpkcbMpC2I4iJ+fEnOcZ0FQ+X7TqUMpnb0y\\/j7HeG3FTO34Pt1i0l87GoRrWYGWGlYxL1n7SU\\/r1eJaPdc1mnNKeVUaLWqX0ncHUJUvTzhCoxxrJ8B913\\/RZBZ5ybCF2T1lzW2tEQqB7C7Eix7AdqHckB7Q4sRpSkjsH8QHKM0\\/AvJL7e6jxN4bVCuoHWri5Xg34bIqHou\\/seEvjIU98VJgExw73oiYeMtuvhsJFx\\/x0xZ2rg0K1ucf7voCIGHsdeHKxmS3i4idHpI469GxKTRdbLLwqQ0NbkDizO2uBsX9lEc4ZggrgmepC5NVkzVeqdMW1Qa1SJwn\\/m2vHbrwOyeX4ajYZ84ogpAl\\/46ra87YUmesx\\/++AlbBOM\\/af57EbWFO75O52J\\/tRzMaiUiAX3WLm8uMF4\\/aXiqdMQkK2Ude\\/FfjVDIJERo5NnrXK6rgrntvmL5Nd8HvXJFC3U90VWXxpczXDQm\\/MgjB+liGda3zGdzFNsUE7RywbsvdLO7L2YvosWBkB7gCKjGuD9f8fSwv5606n\\/JsPQ\\/\\/E9\\/ZvPH4hLsm2XmoMcwSuAnXh9ttoVwyc\\/lINzgn7ZidMueTSK6Wmaewb254VPtNScNC0jWslOtgnI17Y4tY8XhJ4LBDTHE4vzOJUVowDjp7MOXn50wAnC\\/uuPM4skp8f+R7gQG7QnZQIYGHNOt\\/DNmNXpj9XOIDdT319+M8mlO5+kxEmnaehtN7FMWBGTNc34Ilj511bnU301cbIZObvCI60BX9n6uplUf\\/Ajf2SW5SqTf9MARYrlvOFW0OvHj\\/lGwr5ievsOIvgLYdUuB8BIQTcZ+yacUJunGsMhVYoHD1H\\/CzoqEW+mFUnncCPE4jG6nbzYC3TPYiiZuYaB+oZ+EUXHxBI8UtYVd8HpQ+lkaqk0UhqoXBSCmTJTKng2x9sz+YAh2i+Cx5L3a5kdGnp51ajoCAxvRpsnwX43oSMIDxhOZjIITznEidV9p4ywd3AAZDJ+u5B4\\/M3eo5kCYyypCyfXmTOXCMQdq0TzWOTt97ziFc\\/66tn3IcFot7KkyABtq7yxImytLVRhwMRWkgtsVnlnlgzLXtzjSxqRR9HdWWZ5Hu\\/c6vWz3JnQ+0h5kOGQr\\/BIbysiS2HAIBuagraR+iDNw4hpvZ5VjKsWmrt98khiCKZPbQ6nF2eb3M+g\\/KzWFlK5EUeh6q5NgAm+2iH4r2fommiaS+5KNTu3lklAp10HK7bRLFZRuGzX+45uWBwnM96dvyhbfiHCjGlMg5\\/wkeHZTE\\/Pb4RePvVHFstxrnW8QGhX0rnniHujk77sNqyihh4jGdiKpZ\\/1NR1SDzrGa\\/g6TUkOC09pyFL8smQC+ABpkbCUbHqVos6lm0JqJ5FOQPVR+7rYBxqfH3DIUUGiNSgExEcH4YwHSFmDa6XYd0FR7B9klDaU+uRkk9EhPdo+MOFAmvbyqgnaxVv\\/JGcICaBDbkh63jfS8dyy8CKzWlFixFHRJDg1OCIK2KUk42qC2ipmosudBqYRSi\\/SpQpWzTUwntDCekAIK1Pvkdkq9u+mTzuQWaQypxSW9eCtX8M6puXvLtXrqtaTcTNZkjARNnskQ61Z8emcT8zwrKj1\\/8NVpaQyAboZjpdqagmE+QUjq\\/RRzLmJS2XUc\\/B+fzpHx0\\/KPp6Bzs+vYMPnbDu093H2PoT3oZlNEbq4EzthIAA8XscI+Y9GD+eV5Bd7+EYHzlZc0vjr15P\\/oE+p1pssGMIsOKx+G6p\\/kre3Gp45PzK9EXKnQR6s2BcqrWEQZMSziEnQ8NBbBpgUJd2I60gsu0hncJ5neKqaMagzRDJb2Tz5xkiGjSz6P6XUEwLRKqRq\\/R5aB7br7PCLSoSxWQGrXWyYgwTM947TcHsJlU3uxl88Sp+naXAUO+Mp2k3yIWQK\\/Er\\/F59XAUE\\/2GWurlEa78y88gU3l3UNCkIQeU9bGwVlr2WjvvtLeW98rJa7kDJsuRJZNxtq0sTSA4ntdoyLuUR5BtYLEBmfd95KrJ1Is2OiSY7se5lZLU4mXZqMbfvn7dcGXQg9xqGmsC52o+4meYqQbQ8SXP0W86DNebYpvnC\\/fh3cQCKR3tAFgbqw+b5oVcJXIZzKC\\/FwipNv00BDp2xhSh3MuarmppGPFYxQRNnrJKksb+8zj8wA9cUnQqzFjP3vwGjRRcFAnAZ6xGGK95hHYKmCN4Lb2VMe7mhc6TRbA\\/BdgD+mnQQ+11WoZ\\/46bO4xCW2rXxJ6T1umaeFJGPmo7e2gW7yFkFRdW6t2vRhWVC\\/7HH90dap+QcUDvU8d2kah2+rcVl4xh0XLtBtjDW7enK1Bu+fZhKTT\\/lj+InBGZi75w32DFnj0LpY3GDX12MyN\\/bxrxd7+28LC3KfVRReTL0CHBT4rTP\\/azDRgYWCRJyY3ma4dIB4kbD4KTwz1bTYwgayyKoRxxVtcHA1UwJe+poap67hyDnhcnvy5vhCvBsgXvrriQ2nYJP2uVACu8Knyr0swQOwkYv1JGGsizjtuRhmC8I9TxwQ37oHBzP+byojl+1rDAfPJ7YjQO5PPB\\/AyKsqPVe4nFBSi6RfwR4oMQDfZlkwfK0f3RQ9TYkYfGsfZkuxJGCfMg6Bq1P31iUP0X\\/GMCStnPhxm8+zFryJn\\/QMxDlZuapgOIUrsznAmJsTTOtA7fk7PBJaHQKVmuUUdNtBjeueiwd6LkjN9y6LGwag==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"15db1-d8fec-b77a1-e2d1a\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:12:55'),(1873,'82af2-ca21e-ef035-83d57','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5405387665969171297\",\"Flight_Key\":\"cGLj+JMmOfEkUPkPwgi09CS3BNIPcfIwske1egVZKirM6wfh0+7zsklYWH4q84uANJ806dZg9X1aO5woZyFwNRYi3WYV+sMMcEQkHb2FrrIZzd7bwErUDW7ttMmMfFG9M1wsNEZkq+GZVUmYib9+zTpd3FhGWGqFV7LoWl6yoIgd6kfZ7dGFdsMS2tkt4iTlgwwAmbQ3PEIBU\\/rkIEEQ9L2Tq97j\\/vXjDSUW1vnw70rApL3LlNscvJJBJixMRST8sBt6FESBLs25kPWSMwJyLF5tlpGdGw1Bj99DjkWmE1Ca0Av5xcG8QPUdCObhY6kb5tolVyW1OdT8Q\\/lQxGr\\/CbaAygFByB1k6X6WgZNSGKBmQFxlbteptMnrmDZQqu9QM7P+ngVgk6L0CFpGeKVVnrPg2O18iSAqGMmaZGHrl5j460vZNvKpQIbAlONdi3z6A2vokFSESANQKTW+1siKrS+DY5t2ay32x25MxmUXiuX+wFzeEgeCER1zqmQpArVkbk88kNiYPz+\\/n9yEpF4Kg7LOCwpIXHaA2YL2apxQwJvO+LPSydpi3ynHdSqm\\/Z97EkyaliWQg25ZlOjck\\/Ef8Anema9jMw1u9MjgYSgzpXz20VD8A75ZQznUDtL3htrcH\\/xtHNe8M4mNhp6AAnKl9W4MvY4oUPfXLkYXS1\\/ojq7oIgCSg366M2uHSwhUHBY83OGdyEOIO9nhvGAy7fLEoCQiYxjLBVR01b0mbmpdWxFSWnZLgOxg3bNpLEGYxdFZthi0Xosv+bcSHd4v3NVKkm\\/XpxEG+kcBcl4wYvTnFxlP\\/ReyKPgY0QG9C7oSo2pJunpC5OXKQtgreQC71bnmA1wqDmpEXZ0O49QKCXcNk8VPFBYNdRS6JDK4ZqiL8BtP6m9QtDy5RQ30A6wf+eLCZ8Sy97QYpS\\/m8zv5ecIfCfs+ggfJoiA4099Fs+AyAva46wek171p3\\/749giQsG7H9Riat\\/50\\/k0Z+xEgerhLY39zRzXz\\/2l8xeH47y3kfVb+iT6BYeboxogKabFXAGyiPG2MzdbkZOPauvXnIFaUBOuz9UWBKKUkdG97DonHr86EOzSeByRuM19Ylm7j2oJoqYJ4QvQocJ1PdBWTFvU9ITLUjsU8kkg8BqerZVb1S7aR0SP6Y+4XXTO+XarlQUj7Zcv5lam7LgIH+LNz6DQe+Q9O8\\/jNBGNNzh3fijI8ouJeobdUYCOwFRhbs7CB5OUj9T1\\/iGDtHwbkqqjxkI663h0aX1tytfVAvxQhIMcorMyFppdw3fMs6tPzBmIj9bbLZPO1BOtxIplaXZGaezImQ3DiX3URSObU+vu7\\/3nGkkCo4vCtV1CFf6tcCKWPzNiXNogJt6T5d9+FtbciLTIFvwlewoa2IG8PkkFuAU5rN2IP00C64q\\/Ih\\/0t4zb2QLtKAIyxbvKnqpyfyNLVgE\\/s0GN+2PefhobsTLVCZWMyqLZeCYZjuCQ4GT0cXKrBG\\/cOI3IqYo3uWKN+\\/byM6bv9Owc\\/aLhn2BzwK0\\/qkBZjWkXRoXfsnNPSbEbj2INLpKHwhMdNZp6dl7QmH+FmNflfHQCl\\/EPz1SNQ0F72PVzlR7Kte7lU4QrqToQ+NRfZZXYFZ+zlJ1n\\/gjyMccn2fM9990I6KfeepXozixCv8nLe9zlrn0\\/MT+1orx+q091Xw2p65zhexaJz99N7CSDV+WQvAv4FN7pTpdRSZiOr0AZaTg+OzrukqTbiV2IQ3bWPMHoU1SekgsQkHLx7heHyormtg4g=\",\"FlightNumber\":\"6E-498\",\"SegFlightNumberArr\":\"6E-498\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 11:50\",\"ToUTCTime\":\"2023-12-15 14:30\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"14:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 40m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":0,\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"82af2-ca21e-ef035-83d57\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":7114,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5354,\"Tax\":1760,\"intPublishedFare\":7114,\"OfferedFareAgent\":7114,\"PublishedFare\":7114,\"CostToAgent\":7114,\"PublishedFareAgent\":7114,\"CostToAgentCustomer\":7114,\"PublishedFarePerPax\":7114,\"OfferedFare\":7114,\"CommissionEarned\":0,\"CommDiscount\":69,\"TDS\":3,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"RR5347322051836118826\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"0\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":69,\"NetCommission\":84,\"BaseFare\":5354,\"Tax\":1760,\"OfferedFare\":7114,\"PublishedFare\":7114,\"CostToAgent\":7114,\"TDS\":\"3\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1760,\"YR\":0},\"ApiNCM\":69,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":69,\"AgentMarkUp\":0,\"CostToAgentCustomer\":7114,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":69,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":69,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":7114,\"CostToCustomer\":7114,\"CostToAgentCustomer\":7114,\"TotalEarning\":0,\"CostToCompany\":7114,\"CostToAgent\":7114,\"AgentB2CEarning\":0,\"intOfferedFare\":7114,\"intPublishFare\":7183,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"3\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JAI-BLR\":{\"ADULT\":{\"cabin\":\"7 KG\",\"checkin\":\"15 Kilograms\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sanganeer Arpt (JAI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-15 14:30\",\"SegFlightNumber\":\"6E-498\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2023-12-15 11:50\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":0,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"14:30\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"2\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"fqtuJYp9LvVg5+uGNfQRHe620f2tA+bOdjm1FC9DKg\\/w51XjSsKy9WKve1HaMI0o2IVUePv5nL1KHPvsM1mDICmNVwnnhAPdYuAA\\/mOeNEwHlQ83VZyrdEwtohGguDs6R2B8zUL6WQpsBNGxJNt2j2qXDpJYjvys3It7brULfQ+ksBGKb8OXJCXDh3oFgv469aXQVpMtWybEI\\/jJnwaUhKnDGhENoE1amfq\\/nrxWi4CyNuZVwr3pB1ZhDXWYRSFG6vulwBWlDIZPHfzMpGns40XaKWylvB+CpD4j0GDZMXCSjomRg6ROYeUa1j+5lGHZnQSuLTSrsatC18MYoEr+IHLAYtfaOfOdCzgB+ZAIcRuKpRzjPAUjbLEkrttzDsf4+3I1+GXyW1mpexjGeT\\/sbMiSZGp5aQ8JpPb7Yvd4rU4NWOBypMVKY6rfJQUqePPB3PO103\\/4gHstWbnGsVTrLZTibm53MQP+lhWUtPgJ+hD1i7OHV3ToYp1g5IVtvFofaNqcvmBAFuteT5N0kW3c6HuosjXKogVKYFHceCphXIc=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 0 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Weight\":\"Upto 0 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RMhD8IgwZe2rNKrS5X3HMBb4LnTT0jSl1CbTjo0wSvUfPVJMnlQpXDcxgvswkgtUpXoxpAubunffr5TJZBRx8LZrtKGhGEwDvs66cEfmy6e60BGoH7dpIx9g2Ztcnx2PQ6zcT7+LN6H0bX0sTbKJvUicxIsF0V1qwdvLqVMT68JirxzE83Iw6QGvOx+1jfjZAwy2NQuBjW4TsBw\\/lKI\\/12Nmsym7nmtrLHQuozRNwVHnHtWALg0LIWUD+iXsdRSlXL9C2jSzDxdePVQ4hZ7ROvRrpQRhZCeOPiKPhnvWMNjVvpI9QZyKROxveulDBcvx3jZCmcAms226rueNR+qf1O5wjHuljAbtZXrZ7lPuwp1iJ5NQnFXgY1ulsT+RjYkKyjmQwX\\/+bZhPuc6rArNbR+LMYrAoyK\\/7QP5ysWPPemFY9O6Qo6X9K4\\/HXgnx0rFTpQnt5v+\\/L28VGspfEABOtm\\/\\/eaHnXuGOd+NZ\\/vhLyL1cIbtkUw1DmiUIwMkMtD0enlYCK8FluN+HK3InVjygdIAiRlOSRa9d6+tfvimF\\/5U=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 3 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1350,\"Weight\":\"Upto 3 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"27hlYyKQoX+LSpjWN\\/92p8UU4Odnmhi4LnmoD9iEGIO9atQjYaJkqOXy8q8aWEthyob6Z1Md80WXc9wCBLluWsnzx\\/qjtPpj9LddxmZlLYwkYxsjfexU\\/bjhdgvIg\\/swHzWdcBCAqe3Qg9hFdkk5EJ7m1Eft1p0TA6dCqTvw8q6JHuRMAB07Qe7hsp3eTMD91kznyRrQThbUGvxgeSR1LFhoHbzYwfiWoMIUj83K7S7ir5zjqnq4exkLln8o8q31rj8AFVXs3PLTE47PaeChI0oKEhTisF+bwnZ3iw\\/FEhDiJEiR7OMrgkQPJdS+iv+Tcqc2drgUXLnzaxC01Rju3x\\/FG\\/L0k5uJkpa0oa5rsxCzuelWv6EOEqc2RpOfV\\/uybEqgWgqaYvQTY18YBrLmiQjW4cx9+Xm+aG5FDPJrIeIlzVzc33sVrVQEwCdNjE0XGGizG8viXX+QE2eK87GYzcvPRSTa4Ybh9XKYrAoym5XKybLWtTZfhEKDFtWTrcovKwfhyGPaLia9m\\/\\/csEpq9GglhTeHhQPGIiiVltF1Jjk=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 5 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":2250,\"Weight\":\"Upto 5 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"4D8bSxPCc6RAtgfuTmeWpgGXWuUc\\/jLDxGrdd\\/+pK0wbRhALxUzzCjqnh2WEEnLTuNgIIt75HUfHGloDQqmwHvoKjPfLcOd\\/\\/kS+zBp7O9JXudhWLE0wj0\\/PK8MOdP4TuzFOv3R2glrczLL+h+w8qmN1koSL96DsVY\\/0R1uIVYBGDoTTLUqIPlMwL8yM0YPdGAEKZcBq45SbWPNik3cyRiYxQ38rplKRWQnMXYgFacJwhGT2uO9cDH8dvsHeHYVPyVKHwDw131sHUmNhogCG7yUCzXD3iyRV4U+WtxhjpuuvZ+oghNbHjE5kOo70skJnuiUz3Gt1lSbR2Tne\\/PjSYunfq8e3MUVIiPA3Yfo+4+xWrKx7apswQY9DWhstSRCzboAAGsgW80rTuSC2fYRsQmHfSIfoV9vWJRmz\\/JnChXfEGdGSDUSsBlHOn+SPgCQ3WsrM9rI45\\/pL5aCrVGJeiDWyUFewF72tNFCLDj45MTUcPamxtrvqPqfAkidHCEBaT4o3i36QMCO87w2fpYe4Gb7T30J1ls+eUBXsggUTZuSMdw6TRzM4ArhNZyPapLsToCA2VCP+7AWB8XYRcSO1mEnnz0f5mjMK1btCpMsz904=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":800,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":800,\"Weight\":\"8 KG INTL Connecting Flights Baggage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"BbJtm+zZ6\\/21UazmzYhVbyx7xb9XXljCdqMDVnMgq8RS1ntnx7uQ81nrBqzZ2fkB1Lc8P2kLRUGB9SfaCIUJ+J6Y6PICMpnVLASDks7anfxWOFNCuDKBumnp1FDFnSXc5mTkaPpvun3cm3CQ3F6sIw8Ub\\/w4KgQGX3HRDRfku4pFHSwrrfkURjQGfxYjtYbTctpXLQRkGb60PMnp6fEgXjWf\\/+piOHjk9YpJaEEda9P0clJU4UWvm7wmxwDAp5HpvCOuA2Nsahs3wlcZq1vDpCIRSLV1rfZk\\/kLlZoJtpJgkNDhxcoO4232OOPtu8M\\/xCu7PaELnDOLor3sUKifb354gk7mTk58a8u5RUZloILKc6DARgUAH\\/jEOQfH+rpuiUtPR0j8TR0YWfoYUI3SrNsRl17bD7q6+TbIY1ukewrWP5mq\\/LrzEkvDVP8Jrj7RWrb+1OajZFVRweYODO8OIPhkSga3v+C+XZYoR91KvnW++PXapXQFQARHrVQuClAFm8re\\/bPTR6QFVErMH\\/BIfkpwBJ2Qm\\/dcpY6gQ21w6MWzanTVtDTn+VrPtzwco3+0Z\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 10 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":4500,\"Weight\":\"Upto 10 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"27hlYyKQoX+LSpjWN\\/92p8tJX6Fdz8bB218+P3+87bgAIN38vYe0qnW4Drg5DrYE8WssXbWe+miOZxcjznlvCOYse8CRDWeRJTXTJCErpXQ1lK+MWZNiNGYhClMcRhHSy21WiN7jxW3ONslOIfJw6lE3+mWhq9FxMPTi4mQKlpJ8uXxvd2MqC1l1NnW7qw7O07HgucTXUPTqVwD6kJxR1OsjlDn6AJHkQuKE0ZCTyvj+QzB1EpGiZCdXBQZx79p4OaV6T8Ci9\\/rISuvZQObiEAh+1rBGlEIMsn\\/T6yTYZUrID6WCe7N6986+wwBjmXrqmJDfeWXgAAqMveLQ1CqYPc2lOE9Z31XoLuRCM7g42PoSwKdRU9y3hIHCbBz7v0mdXzPlYNTB0QVdO\\/pRgsfqvLxEoXPYYdgfiykGMT8D1KIWJZ\\/zq2gq4W8wIeFuDS7NyyeIxwW7MJ0JZ78uy0f0OAVJPf23JaKgMuPEkslLzcb7q+\\/9hlZtp1oxNd0SID9bIaUHC3YNX2ZH3dmS+ggQI+13CbbjRk+CE2tp3exGUOlqL42w\\/GzPNb0rgbJImgNv\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 15 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":6750,\"Weight\":\"Upto 15 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"Qq3+6IawTdGvMNEl9d0JpoGPYabZv6XlS\\/HiqBt7RV7gMJUKsJSh\\/utGgOXXBQPfvs+RaDnHgNHm5KJ+5ZMvraIVSs6loX+YxqzMjDlijOdl2qluhffWWIJiZ+uAay8fC5Hfk9T\\/XZZs0lOTgonGnlpOu9GbSNoPrmmWBel9c\\/CIghu9mj0jKxIOW17tcksiBtsa7h8HYqwKx6naY9lImgQBUuDWKyDc4p\\/EH76kODAvojT6pQvtrwsvtvux0RoK9YGsESeVRtUioTjvKNRKRO0SsemgGmSlLE+xsexhOpZ9AdfvtzuYdtk6\\/jvTyTzHaT\\/LxV5uiAvP03+IylqXQ\\/pSillliqo7cwYCq9FFNyaITy8AHZwBYFIciSglT\\/ZV18Ure2Vleb+I7+2yB7GLWfxFgfsVUBxC3x2jOy8xL9Eix7Rx4gDHDGFAKEoaz5Y3IvZNyNHQ3dmMwdDUO3cpF6g0BkEB9s1HJ1ygqlPTL+E+RuqN62ccvwQ6IDaeHBaLsBe0gTdvYTjPvJwDkTkfppjpvzEjydFfGl9LVbDPLdAHRmQgSijt1TRW1qmAkI+dVSOf+GtIHetqddA1B1rfJrjF2oacyCRcQ9gfp\\/iVVRc=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1500,\"Weight\":\"15 KG INTL Connecting Flights Baggage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"eN1JaCHxvq1L+Kz2g6Nd3JC8CbSHeFGVJJXJmNzKxsfb\\/IkNLU\\/ggAeaC1yY\\/PcvGdsixnDmn\\/DCkSLDV1+cETzf8NUtSJxitMk8c3\\/lUz1bsC01UgwxQAeY+GkwDNnAxFMqjtf3OBYCN\\/2UDxEXbRGPwM2QlsyE7CBRIOtffo\\/BdTXniqsrFB20XILBLimbOoEUt1zZFBbJ3itBpYZqqyCj7MdbgfL3VSzQ8oBd+BBQPqhABE68nZyZL1FnjLLwKsWtlhCjhAWMxrDZR4RTMCf7AlAy+GdY1CRkzI2xCnaQYQn8Ovo+mPIcvCo3ciphA5exAKc1iOitH6fH+mEwIsdbMWOBcAnHgCP+fiFmkoSrtsRdRSy2FUD0zaZ\\/39GR+e+seQ4Ac0V1BrWaxnIi5SZBhq\\/7qR8bObsWyrwu32BOEK2yEGUPvu8JlTmr79vhgODWYb0dQDmg64sVU90fI29w91Y0BntLtM1SCDUkkVjpdj6JOsshEPECoX\\/VQSQcWLtN\\/HZsurlVFJiDDNGpMY2s58qoJaAOynSif3tAWOrRt94xLVEEcMDCuyC7v0Dz\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 20 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":9000,\"Weight\":\"Upto 20 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"l+lghoPbBlFZyUqGU7OjJz14XjMfXifgXiSDwHeTf7M2NhBz3w5H1GoBI74YBZEHkhmkDaX5xZK8rciZYTJUcqyRmoL0gDj+4OwvrwM4\\/9Mfi+tXHu2F68udzskunW6sNPKj0hbVUsjRB0KVHcyiwKFY2ayPsNbkby6jZ\\/C1EdnDH\\/M6Z1wUAmhGWqsI\\/foqKYcOX60MlfyiUu3nE1m7shYz85tTTGmRe2js1guz4b38BFmpR+K+kJap4Zu421fiNqMJo3cEgqhYjbH9TG04pyfsaYm1pQudFpHLuLeh4uGKPELoeuwkPH6sn3PIRJDp4bMex2fB+tj7bXxP69zSh6uldlJcYJNlDjnO\\/txzdSB9r8MypPAgynFM2LtXF7Y08SbyvAJUlL6Pkoml9kBYVu6TaRV75XtnC3wjqaTwSO6M1HQIooQnKj7fe61cAyf7CJQlw7qUWcJpbgbXC4xKvb4yIQcwI7gRRimzIt99YSkJL0ilLCs1d+I9t2zaUcDlaABSaruk0FWG1zHPd58U4jfqlv0tOuikjUjQ+rEa9XUAG8rl0KUonPz4IfkyZSsy\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 30 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":13500,\"Weight\":\"Upto 30 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"4D8bSxPCc6RAtgfuTmeWplL\\/\\/F739WisruTHi4GgxpcwjVzXnTtT43FzRlzUte7AG7Vcj1xGfpn+hjQ2DeEUQp+W+oW71iYVgIIKgQFX3MSytPV1gQO9cM12hmguhFTQ5NoaocK+QGxEq4o3azs6d7q9sith82nR1QlTBQhlAIoA4gaqQP3nkGtSV3LbSfZLyvmB554TUwT57qpBBrt9tuLL3rsa9kvO3N\\/NN9cEjExpx5Ih7rVwa1zzOvpUqbKU1a72wbYNSDuIQKyJ3ZBu7yJizmq5W\\/PrjZmUqSeY74WjsJ8LeAz5xz8nA0oUZlYr8vceq6ecxo2MfuKEXIOczHH3Di8dz6ZDSVUdadrMRf+IKXr7dP+8+o8MbmqbjG7uKTNu5jQwW7qhmHBMgTsQQB0VpqU+36lOEpVPikC+9+XFhtKT3nmHwlsdJrYiMIWjlN8xe3K+FhEFdX6AHd\\/L\\/rFzzQjVy8WYJDqig1cpcK1MGpNepea4JT\\/619uUryHdGZMdUTG84c9cZ+XTfTQBRQL5l4qGjJcOgEuehQmNrnpurFNMghraUsl1BdDk4KtW4X01JWPk8GIws9VGyY0angRjb08o\\/pUABEVSCzpF1\\/s=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 KG INTL Connecting Flights Baggage\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":3000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":3000,\"Weight\":\"30 KG INTL Connecting Flights Baggage\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"pPyv1tMAg3QG8SGN8LfrxgF3\\/IrdWESiPjI94Vbysi5beiZOSGk33B+s+yZarXbErlo4b68cNgJ3bjkiefQr\\/jN0YY4dQPLQSw1dQCioThxe\\/jdwCDFzLP\\/6fw0ByJVUs+TrqXpKvo0in0xLIbR7yb1aNinq2qBpu7VRa3sMvsX8VlzvfNWx9I8bnUHL8O4OEUt6FOIQ8ZqElJxBRSjbX4EjcTrQal2T\\/nKs7kKufdoEWQNUU0rjiJNQjbTXfIs9bWGm+MzIVPHSbFMD4hkdcgJQhoaEyRA5ShiaiGcYvqN9MUO3FxVMCTZngkVIVLqmDiQwQ4LzkO7JgkEQG5PCQL8xrMPS3vEDzwg8MG9XwXpysxFPTH5gpme3ImcBKnIVGYzERJvU1f4NkdDS2W3Ozg+NYJpRpGxPrD7t4DIHzIpCqTbYFfeqoSXJOyJLMETLKdmt1TaPlUsd1CceHaIlNR7S\\/H5Yo7DF\\/KEWHDfSFB+LdKoTs+FJodX0oRfWVJL0lJ0fvj6bOy5zgXAshKEVyNVYNPiVirDv7hZYUWLA78o=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"NoMeal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Description\":\"NoMeal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"XLklVtlrD0449ZkkaxEbjt1JSmb\\/Nc95Vm8HjiTt70YVn0aLwevnXqFDF0+vXi29bSeX+oWtJkq4g0fDJZcSrNpu4VfKvzMJK0dmmpvi8vz5ZBzVbZ+L0dmJd281bI1MHnezi9qnzYZnNB\\/IsurWtJcOsFGYkMz3imlvyc5p9Bq4x0lpMPhklOwM9p3wgkyZiK7IlMSwtKDIg6m92ksxOZEgkmLavnG11u8sp\\/KELSHRGOZpbTTI5GRet1\\/YhZSLUQQVN6Zq4YG+nwRTFBINUo5lp2edBhEENupUUfbavpeHiyY1ghQsJj5vDSBy3K2u6AAspCqEdGO42fm4olGJMA4hEy7CK8JNlXfZ6aQoEVuNc+LLjrCH3mYLb\\/nygZ8cDJONO2wQ2z0pUrPeqDGLXE+ljeSbUH9NV+8eXpuA+qA2XD3YoG4\\/w2\\/yo0\\/08tBDYNlABFKZT+Dis63QJkIk1RzZ1YYSrHLRl6gdTw4j52PJ\\/Fj7p57NiDIK\\/B7YGwrsymZazy31PcYpy5CNUjDjL5\\/qsDGxMURuLUVBObRGjKNwam9JDxL9tfMIxeGHVDSJeMqJ\\/5u7yyDXPSq0TX4\\/6l8bRbTR7UxmGccS+qH6olY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Veg lacto meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"\\/KLOE4UCjJ+WCMGHPdbl+8VsW18kKN7i8yvKcLIi1CY2BztvZwbJXZaG3dqjd6jhOvvB6ktAhb7Oj4a+VWPDQ2qHfB0Qps8bkUmdMH1LZjpWaIisgZNV0cJtwxmuL71k+jT2ot6HS9EhpcT\\/D0GDdW67NN8JFjry4BQHXbQCCMVKk3WOZil\\/qLjP4hab3A1zpiyEZ8CMfs75bznQwl995EI5nPydx0bgPf0xZD2Gfs3+BrM0tXY9Y31iSQYVbEdNlrjqCwIhaUq3b0tdeAmSmIR0b3anTshxu2uBY3ktmYoa+trdvFKghkDgssKqdCHDRXcGl6bnJoNw7H6u2kqQXohn2OBQs6aZVd8g25P3ZEN1kNybHR6FB7jiSYdzWEgGkLSscvWBMLdu\\/g7yrKYPkSAwC+dmvtCu0eobObOn+GtqVHMUBJQunBzz7tunDxqDbeO1ItIEdsq4d36SFdUiBm9S94XjmEcGKdvCGEe8e3jGnSg+Tm8TElWEshbH\\/Zi2Xht4UiRROIl3ZbQZeqVWdsMO7EDT0vxHTktGcHgupzeEfv4GeGwGngSLAAedYQw8897\\/jffigvlD66CBltDZNQ\\/DFs3FwB65TI82WqEeG7U=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal and beverage(veg)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Vegan meal and beverage(veg)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"6pQOJVVceWwkzmUJMhE7smxSTfCX\\/\\/IFgQpm6cb8hxLiXSj++9QTBu7j5w9aPEU9e7mHg9bIZiRiifu4gZKvQGh6iBlzLDH6BhgrNkHTJnw+8f5amOZ06cL0\\/01hn5jvmVjALbmV26JVUHJFRsrwAED8yGVZeYBCfCI1RHOjsOLn2tY3H48qE+MrgDi37uwgbmId8iLZ2AQXK6vt\\/NDb4X7MgZHxkXmA1lTiCQC5HRmilerprDqk1sYNDHJhUKrRQFN53RJijYini1J3W1C5u1cQSpESsPI0X32ZilYT90n1AZPq7QtiJFtvYDxE25g7Xw9LFyUYchwQOTv+CuRaSW2ETY+MRunt1GleCF7eYVNhb+zJcMZfTMb+apa2CeytH05uRBxk6+I29xiWHycO+s\\/PISmNkAnAXMAvjWw4Ar6Pg\\/gl+gP+6Sh\\/mkJwZKNG2C9zpODG9jZ6t2rzos8gGRuNZQi4Sr2FE6ogHvUkGvVHM9F3+qwbdYYRzmqPLKs4XJ5tA+Sk7eE3WHtvqWI6odchApmqMUVGqjXXbe4NSF3sQfQqNaQVqq4D9kK9w12wQvFCPDoWQDbfoZ5oa9IJIOfv3QoWw3f2Gu+AfA\\/OVgOHnOnulllQp1q1VhD4dWRZ\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Eats choice of the day (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Eats choice of the day (veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"wHuxAI79r0jYyrf1RYzxddN\\/yM\\/HyFPMEqwx7\\/sX3XYXVMEV4Wgad1JdTQmpMOnNFxBnOzZQy9NKC+BV46NyxcKtSBNiBzKELNIvSAhRr5yuOnIMbCNInhGNayCyGVfJblNbFWdsNHtRWe+aFfAS\\/gp7BMK\\/K3UoRxnhB7Pickmqq7M\\/GF7UGDLmyLbCWEKER1G8hsUpgdK1m35f9\\/wYO3XmAEOSXd41RSPiXnIXLW420bECrgyTwtEQKjtjdS3mwWZ19RECtY+90GTLqpzDbGD3S4C6OhY8\\/kA4o3t6gW\\/PRjx6XVHRZ+tRCJCf63WHEa2owqAPt4F5+IdytlBbzonIJeVeVY2Oy\\/16xr4WImEFv4oUcXW5XXqaxxIWUHwehTAU95E5ybTXmQE4HLbl1tpyA54r\\/ti0rfrILEOuBjUYx2mwzEtdVxP2bMk9uMIUtvvHEEHAQfDrE6IrCH6u5urDnFofknY3xLCxy3CKHLpsPjdNCwYlbduvqdRodmdLQhGBv+dvtJXL1YJVQGFWF6Bqen4ydbNVXf4nR3A7sMC9E5E7iP9TTnQVFVxyg6qDGYesgmQCiwZvVr17n9Cs2krXERVibljp1LH9PaImieTKZXRTDdLR0HbtPCXmPeHSGEYXfvcOt2LIi842qnt+Jw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"bryMifCv8V8NnrKSI+kgH2sIJKJBQWiKrAXdzoFV2h15h0drqxQsrpenykqJ6VDKBOtaFj\\/NbcOkunvNx7S6FLqWjtV00FenNnSvrNtWLvPfF7FxxyVG428Z4dULT7z20j2zazX0LfyJS58G1soM5Y\\/lByv7LDbVY+hm1GPm7R2wvuYq5TC1UTRybR01Y8Lx5whCWdEzrLQ5J0X1HtEXKMj2vkbt+\\/943+5wG8b05ZOdoz2zifbbonucnq6oXADG2VfKnzdJydDOyrt8RpH\\/F0zPP1U1WSUE4gPP+nOm4ZQmAKWbzEBgmjGi05yn4KQ630laChukpfLIZFOtmYHLpjOCc29Pu26out5uk8tULaegm8g+Wmbkh8iEI0dVUjvYAhOMI9yE05nk8b7QMzgbC7eFWccAzcMCG30Oh1Vd7CPjPlHdVXXnJbrJNtfVROYx2mZcE6shexcwriacW+t7A2lzK5\\/VmN1zCGEyBAXtWNbaqtek495bUOt422e3Oa1DaMifldIhnNnbwSHdDcO+KuYtRRk5CKv1LtLMzBLBbcCX7PxVZTLjkI1Y0T0ftMCDeU5wz7lFso3SZ9r4S7XehQOjYLp6vBuOxrH5h3tEsEGYmN9BK3B8D0RZmYA1+\\/+757QnMhggFvYE0K\\/9HOl\\/nA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Eats choice of the day (non-veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Eats choice of the day (non-veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RKpqgkztAVd7s16TpBPg3Wm13Ezntvbav\\/iSQGy0pwM6oujgF4mTgUlHG8RNZukMR4Axw4V2MhpBv57F8tURWP1hexl9rjslGXdGtDnTFxiltWjeF8EJjWpuJcZqLcnVx7jYOR9QYMJVWR2vc4j4XyvjPJ\\/U25NlZIpMUXmO8zfMtkEviX67a4Lwb6MKpkoTt7sPG0K3J+dFsJWa8TngzswdFkz8IEdCeLqvHj4xaD5CDOnTEuk9q+NHs4zP+ipu8d9YJI3fQUCL+aeZYdgczPPJZU9I9oSQDTMM0QeKl7bqyznHTieCW7GyScGuhVtXrFvFCAJu+Bo6WlKkz\\/R+qwdLK5VD5xcwEgegYOMBFP0qs99qNXkeaNweW0\\/LEoLi6MRSRk9G5ACWqoirPR6IqaHZeyslCiGTIQ9oZVkMMTxF3aPpatd0OZqE\\/JVkFC2ZJ74xymJVBO4d3HXoKAzhCcu15Bz7MF1bp7rGTEcB55RkUXs05UWuZD7kQfYWG6iiNRqoJjxxWdobrrM3JLx5KqHvEovjlGi2mH3+LlWiELdwWbspY\\/XYVvC9DHC\\/frCGTGX6C6gphisVc56oR5FUmFRs7UKilYT+2+UZagJFVxRdjWc88S6Jnws1wkCtercl\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal and beverage(Veg)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Low calorie veg meal and beverage(Veg)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"itlapFKoob1pFGmf4j7T9Ypdf1u4vIsaIyYgQAtptIyy94rhtsb6lVK7ulfyuuFdnq\\/5oQaK77bSnuchBVBvMYfDKpLmo+7t9lFdvhVBA9iOie5GA2dVZ+CLYDH0ZqSl2mRDeeN1\\/aaekFnNIFFJyHesQ7AK42gHQOHEr+1IIZuAcs21AIt+rUzEcgEx6GWGGs8La5e6\\/aOzbZen9LZnK6pPiuYLa4\\/7RYU4kw+qpnC1FP+PeEj\\/PfNWQtMunP6j2KHntDsXRu0yRv+w\\/qDy1Cd3Uer3G6m8tnP1FxDsJ9IRqS3vqpVX5iC4+zwOstLhq7IQn2HJB\\/E7UmuQshaj\\/Jja7fHjr2A5QqfaA+rWwJ6fViG1qxrWCkmDMT5gHaNhCzz4pluxm72U0KJAFiu\\/QtrwVuWl0gGngq1iQXIoR4BszIoUU6AzzXVkU3g0SJRzj8eSKieA9dR\\/Tbji\\/Ze0iAv46bDol0TB7rVwhr5zU6krxaVhg7pkNihttmcX4jOW4JsGtY8+SxBvUkG0xXJdrnRrGLOt3z3VZYR7d0xFstJ2MXYTPehYWlpB1ieuIGF8YEdDm9SJxdocCPfpysYyXA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Jain meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RKpqgkztAVd7s16TpBPg3czbPajTS34zXckVUgq7Oc+TZlm5Qi+NksdhWAquzheQC81oYjn5LVHFaTrsV6i3TvxsOKvxuGfPXLyvlBoJo2i2ctvRWcGJEV7lRphyEBTcxlIYMMI4gW0QVibv5sudIepMGn6hwvlYhKofJWlm86SnTSf5jlL4srjRtrAOOb4zvMEtaVbpbbArnTH+ZeBdBLd7yASDaIV6UqvdDq5jm4PCaRUO+J4s6tFRTUB98\\/3R2doJeTHQvK0NEzk2oTALaG7n4avijtcTdgTWbtw\\/YpafLV0FmJWOkQNL3adm7nFo1tt60JcaZl\\/VHeLR52YtFhTxs+r99oD8ZZCahYW88cl5hQId2WTRX+AsFKymjv\\/achHnn++\\/XZO\\/TNQXFCTdYkMPeef7Kqt5\\/jKrYDR04fJkXsq+OPZU4l4\\/KkXtWr7eb+DE+Jk0YjoTc1s1NZOzwtIrKzsHuyWgrPljyHKHuXXb+hMjtYOCU27qBda8NTswFcRScMa\\/B6XYr\\/U+ADs2o6IHmIpq7o6jeipSavkMxbSSVz2do2M6rmRNg1HQtiV\\/gXWnGAP\\/AXjwBmxpQes+nSJpB4sg2AaMnHGtZxe2luQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"N1yiDT1kLE55WJ5nbxZE0HrFiKCLGNVeJWl37DTA9AJ9YPrgiKfNuytJcMOV5Du9bplDwkth2EwIfpGzJ\\/A8DW5w5wtKHa2OPtgmtl3LKIsY0cpcPZEFNHtbqyJ+DwbTHonm+lh9P+Xt9RIGmYpeRjsi9wtl+G7jeCbleE+98mTNR0vygPaulD8hOdGeEfK5ZgZUdl+TwuHqCXZpEy2V9\\/uQaFF3isp+iCiMfHw4jesbFqn8qZl3Cn5rX7d3coJEORItcWvClAkOCSFUggir+yZg2ytyCYXnyqNg7LLPoS+IxExjkUUu5IU9wCwBkGQAC8HrTR4xZfU\\/UylVztI2jC177qfdB9HPmt\\/T8lKHUF+1S2fkXNK+Qtwp2Ig81HazL0Py8DD3wd\\/MeUEIpg\\/mV2UU3cMMEb7XYL+DggP5VvsfR0dbP5LXouaEf0BJwIxurnNe1r5r1Utgm4ldCmbi8bGQVW7C7a+VgCHfL02fUNsPV9L+ilw5kP0y7+JBR\\/Z5ahPehkAEtmpeQMKy+EvXqjYrfrNjsILEWDcNnfPVAUAFgxQC+Y7FbOwGjJBYM5NwEWm7GPTCLsM5z6h4M3BYFs5GiWjghNZdRC1LwSJen4Q=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Diabetic veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"c3ROH+hfEVlOlYqbLuc2i3FocR2ByAREgkL8GPKzG8bZaYGdgJ9tCbug3xDjpAl3F2MNURqB3jd9LfKaTpkI1TyPSY+cOGnhDS6X64sEW9TV6Pefayb0E37Q8uT\\/x1C2cncn+DBU9f5k9zj7SSzdyqaJl6d4IsjDdacjteMngEvm5s5GdxN9XhN1X9NS5lzGQqw6VSjLUHV7PNdcamgc7YB9wtR\\/LOmZA5YRNWiLuvWuL6wavmTeCQMhUQeA\\/XFAJJt1oVzX7opaZDOPyIoiTNDCoUolne0G7fZzRKiNcUQQQ3ocEl+XblS0orRQIso5JMa8Uv046vQZ\\/OnAPjRXVwkYL3MSyKOGT37Wk9T7+A3jlvMcvQXouuUIVxaOsqGGsAjqXINCMaKQeNFGWHlrdOTT3vHKACsHBOTH8NiYOBPmlqk3z+kA0thtD+Os5F4S2xmIGUpPRwCAgwlKQ2auRuIFUlHYXGBUC1mXuKzfgG+nhm3grEURjHcksQhuyo4wnNcvxAKcBD0LrkqYASAziCbLlSkKrFc5a1kGcHcPuEhkYVeYtDD9DW4LMoKdLQ9J6E6q1W6+FufqJZqHfjAQXiwS4PrqGylc0A+JwTv32KU=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Diabetic non-veg meal and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"lWiTAWFoH2neRJHxziYkhcrVY8kj5Kq4HslaBI2EYn9a23+3IVKai3+2KQscX9D26v\\/RKmNiMv5iEaTcfIl8Thsbmvvk6\\/+AWQH2JwY9tWA9CKBktCP\\/pdx2SEZ1lLN7LJ9YPLSdihk64dC3EoPhhfH+pLmEYxO3kc8lOqv1s98isZke4BxXk+qIFs\\/lv+xX+X7EeII+hKc40T0x4Q+oPhU6eZX1IeAkov2yddwggedcIy97FkerevPdHE4XiEGp3W5YPSeyiAvFTzWlU+ce0UPHBtgiMi6uA3cJL4C9z7Dqk\\/QRDwFbad6XZot7n\\/uVSTj0PUL\\/8Lof9rhdqhE8ImrilfbWfbzPAaEfk6iL42ZxrqLQ0JeeR2LLOvblt0+30j1N2kq3OpsxbEq51OkCHigSVMZnQg2\\/u0sRsV9e68CtWbZfCc7R+74BtOzUa1fgG+dQJheCTwDWN5AotlS+zYxwRbZK1Pp83PpFUn+0G7uvLhYv8MkOvva5Xlw8KPCKvxkpTpTFcNQ0SnzScHtUSNcbtqutWmimplHISqtoUlQl0T3gH\\/67sKKf65h6bMunz0pNz+xFAeNfKvi+fCT+YMTlOSpHnaGLZRtKTyC\\/+y0tk825b90Mdrg42ofCj1vZ\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Corporate Meal Plan(6E curated snack bag)\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":650,\"Description\":\"Corporate Meal Plan(6E curated snack bag)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"Y5wR5vPH19z\\/HtzBA\\/ymotBn+nVAUkKVD4dOaMPptgSknqhpNJ9TflZE51fmQI+3DX7pVICmmwqnjcsv51U5RAgyL1awhalohIV8\\/GSmKR8gL9SWmDxPzsaEVx+8arlalZOHe3noiEAbg+hcy6PnLXLH31MQC4bdYkGdAxt6zih88lqyMQ1Ci2fX2WrHJ5mPyikfbV4rlX+8UHXBK2gz\\/HVEh79zpWmdC9YJz2czBz6tDreae98SiyRzO\\/Xzb8pM0gy5Pdfj8QAon920Oadlj1ENAbJ41w22VqamYqhAu4+QzwqoaPa8JBhz3KiNSDBuEBx6a\\/bP9AKlvAKEmlxGfsWSU91\\/ZaR5a4PHHjCryL4Nx2TPsL5cigmvzM6ZZ\\/HTDAvCx+W380U\\/Fv8uctwYh3cokki72DwncTkxQyHIt5kv4u4p8R6D5SoU0dWUnDQxnCW8xkhdQObz4BpEQI4bM3rdfEKnmSVnid7afVNxlg2Q4xxdWUVM9Pgyyf+r8kq8aEmjav6OKScPbIIngP9aLqzacZiMrOwF1nsDWimh3HMuv0mHfNVrczGMWOj87CjLJluOJD+vAjtDKVIlZ1ch4zVj4nGrHvPZGj1KPMG0ucQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"Y5wR5vPH19z\\/HtzBA\\/ymosTm4WMr97BDoRz5ynnNNWR\\/4iHkVqIxaJjLYMWvIVXgu8vK9843AJxQFBmM5dmA\\/jLMICfRBNdP5Rnw5eAN+9f4h48DmPZs8QelX0OxwjsTJEUww\\/iqxjhhemV2zLj0RSfN6redkV\\/YanUTo90W6I5S1MMG81FV\\/aIcaDTeUdq7jBOnMsVjxJSj\\/kbcoNeMzD0lfodMi1+gtzOcg+vTMV1FuSw313LQg+29gFlt1UlS\\/73F9GhuqyX0+yFNOnlSbj\\/D3TGC+jwXGlskMu6b0gVcqTVk8wLpVhNpk2mjjFjPiEX9erzwqKFUfAHv+LPZc5n9xOacGFBzy1ZvJNbjIuKYzlFVF2lzpz1OOHiCg3KxIixJ9hu3qkZUP5SHFYlhrLxvMP7EpVknjTU8+JNRX8dBFD8XUidI5ZiZtwjPlq\\/wSEW8B623RWj7SgGNnEz46ms90hKow2yumofp2mqeFLA1nFHAG6aPB2d7Q5OHFVSfxgtOqlDXYohNuU36WXN+KHobtfp19y6CrhaQnxE2Wl+SXqdsaIS0ty3iWPI0ezHcJEhihf3kcF+q\\/bT2q+j58jWMjesVMIXvTzhnTnHXLaw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Kiddie delight (veg) and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"LM7\\/dHd03rKsoDbZJuIyabIR\\/JSAw6td8eCfDOQvQZchA4hgeBn13pyOHys1ox8I41Jo8+7DAaGA542nWjRaIWEdW2HxvSgj6ByJHHS3pZ8HmQxsVYVgnWSnHrDRtXWxCRboYYVL37DFAP+z8cRKEh9CPZw\\/vo1tzFn6yFIM+ckXMjAuUBbWWKu\\/MyYQY+0jNDuOSS3mFDCnzrhA3bofUF3YVxlTCsI85c65A9DnxSVezkaGKquj6tDLdu3p+xQ7inwKtW13vIuQarwNwomqwcOWV\\/nC7AY0Hjzx+2C5q6eSaVm26VVFSvp1BaASNIR7\\/BUF\\/58hqnXiavCoZrARxnFuuAeWokY0+X3Yp+SsvELK8fHOIL12VWu3quvG1UYsVb3XUxBp8WUPzuwUjRFSitnq\\/Cbmg4Rk8bSUD1MlAGQ186b\\/oYFk3vG8RPOsBgMYmq\\/wnMp2QKnNkV2VuNyXA032l3rudVLHJ2uHBC7EO6derFMf91+Pv8Uc8mBdf\\/pqAl10q7tzgIXwsJO7OJz\\/lzOfTUEX9oYjrBjghOhOJCa2ly1B1gc7MTlrhyXsArOVyzcb7U+dMltC+44RZjUS18nqcKuijURoIXA\\/umMS45w=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5405387665969171297\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"KocITAC6yOZhWRP3xNvbBlTmtooxcuKNAH2Kq8WZw\\/lsrSzvg6RbNtat+Xt2o2M80ngmIJ3Q7u6QBaIMpoYks8RdIfJK9aKCf\\/1i6PWMIWx2FtH6jD8clDRW4pAl8eDCQ2sJolXn3o6kaW+9wxm\\/vIfIPsLoiZqqWnYRB59Cw8BkcAwInS2uloly+JZUfl8x8wplP3gcNqA3Ke2ZV\\/BbkrPENDKpUS5cnXzGWqN972IhFpzeomovaWH4EpoLnSytzbycARwOuqikP4B9iCDk0DGki5RdXhPKfJ3n9pKYLeCgGeWXTuGdJVyXkiP2tB33Lans8w5u7SPjMtb2Em1gjwIsxKZTURQBEZ0ApcTAH07rKHdnXszYc4DH4CPAk3xwsAAftnwk0geqa5PPzKa9RXvBYr32ZPYW3vNy7I4CNNGV764tcyZM7O9YTVLuQMXlDAtvf3rOUascfZFw6MlONxYrPNTEvgR8rO5\\/zkjRTcgVz8Xy24k30akwUr5hYH4iK8y7ZgAXROP1E+Ei9+eZNl4ZGs0v4ch7fG89FXVd3uS9bw2cFhK3Ogd0p65W\\/D0DLKDKNZ8O+Bdv\\/N5kti18aWr4kMwhCBvSz+05eUViS4p7IODFCVJdhUIM4R1CzyZvSLo1sFqMyetP+KNS2zGlZQ==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) and beverage\",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":true,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"W+dAkJtHAgcHVDhg1qvTM6ogcohL5CBEtg1zAZa5M0z7khSEKPvM7Xm6Q0o5YNKmihQdk8u4o69MjK72XnXCQASpF1i+JHDkZ1dcyey8KwoGOTzajooVMnOh31q6+mlGSG8Gv3VNaOATW\\/8vPdEX+LHOL0Sh+MpATfoFW9KQcGRVwvLrNTygV6\\/amaE51hg36ij6rEoKnvDwXumJuyAkwBAthHKeHBPWPAaG1P954dxygUBnRY\\/6MG5dbUGovKAkW5OLscl\\/\\/0+jHt7JPokvddzh9hBkSJBtxPpjCPgXAoNSDPDmNRLMZP7uXxHAgSq8\\/m\\/PNRKOCnkbN3d\\/jfDJ\\/B1DiDM63BeCvJAx5kYfhuDidxIrWfcC+OC2zMgczFN\\/8MmTdE6EXogUUVjslX5fYCY3aq4Ud2xJFV1HfLANeB21VZCpVoGH5Pkuq6e6XT\\/LVpxYdE8xJITd8UG5ssgim3SVhSv4H7yPKu+eAKF9k+mE0SWntTd7dTRJKeVDkq3BC400YmPjcx9Kzj4N8AJlzRb8txK6gAISw76jeTLg2ZWsY5G\\/o\\/KoIpW70xY8cjz\\/J4SUdNrzQ9Gmdg5NZBU\\/DIPk13iLMOBNq4blMFdvDfHEU8Ckx\\/cEOLco7asjwAfPTEE0vbqYHRXF7TcaN+5S4jt4q+WTaSf3LHT3vmEYYJzkmYIJjmSVmo7XAIHI4AqU\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"12995\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-15\"}],\"apiTraceId\":\"RR5347322051836118826\",\"SearchTraceId\":\"82af2-ca21e-ef035-83d57\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"JAI\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sanganeer Arpt (JAI)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"15\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jaipur (JAI)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[12995],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"82af2-ca21e-ef035-83d57\",\"sourceCityAirportCode\":[\"JAI\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"JAI\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Jaipur\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Jaipur, IN - Sanganeer Arpt (JAI), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:14:21\",\"IsChangeSearch\":0},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"82af2-ca21e-ef035-83d57\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"W+dAkJtHAgcHVDhg1qvTM6ogcohL5CBEtg1zAZa5M0z7khSEKPvM7Xm6Q0o5YNKmihQdk8u4o69MjK72XnXCQASpF1i+JHDkZ1dcyey8KwoGOTzajooVMnOh31q6+mlGSG8Gv3VNaOATW\\/8vPdEX+LHOL0Sh+MpATfoFW9KQcGRVwvLrNTygV6\\/amaE51hg36ij6rEoKnvDwXumJuyAkwBAthHKeHBPWPAaG1P954dxygUBnRY\\/6MG5dbUGovKAkW5OLscl\\/\\/0+jHt7JPokvddzh9hBkSJBtxPpjCPgXAoNSDPDmNRLMZP7uXxHAgSq8\\/m\\/PNRKOCnkbN3d\\/jfDJ\\/B1DiDM63BeCvJAx5kYfhuDidxIrWfcC+OC2zMgczFN\\/8MmTdE6EXogUUVjslX5fYCY3aq4Ud2xJFV1HfLANeB21VZCpVoGH5Pkuq6e6XT\\/LVpxYdE8xJITd8UG5ssgim3SVhSv4H7yPKu+eAKF9k+mE0SWntTd7dTRJKeVDkq3BC400YmPjcx9Kzj4N8AJlzRb8txK6gAISw76jeTLg2ZWsY5G\\/o\\/KoIpW70xY8cjz\\/J4SUdNrzQ9Gmdg5NZBU\\/DIPk13iLMOBNq4blMFdvDfHEU8Ckx\\/cEOLco7asjwAfPTEE0vbqYHRXF7TcaN+5S4jt4q+WTaSf3LHT3vmEYYJzkmYIJjmSVmo7XAIHI4AqU\",\"AirRepriceRequests\":[{\"Flight_Key\":\"n4RQHIYmJf6upxbpjA93ipH89P+VcE7K90WR9ZxlW5NmwGm\\/o\\/B71\\/Y71DBGyGb7z3hi+joifHp\\/xHiH7MnR+ge+7ixbD\\/wUVzud1dnrwfqlenE1L2w+TyRyAd\\/TXaeSdKDNEj+CVUId1pzMCGWjpoemVDFtyH8f6TSqhYCx0dC+dvQreuaWax1CKl+g9gzgoJCGXdsTQJszl\\/LIL1dxIJySTFJ168GUDoidWRDfqmQ3KGbLaEnFlYbDZ+LxNNTYyeEstQ4OFjEfLYkUccxiIPTtlUDo7pko4AH8biiLXoKUBnPPe3LoVIvkYFVajOLevwgbSACl\\/wfDtOGt15c\\/UQNGrsOt\\/ZZ1BuE8LIPhTgcUV\\/TAUgF8sj02bDOFDBSV0JKiFCX2H+XRYE\\/Eywl\\/wnf3+72XCse7qpVrPn2cgloHphKP+Qx50ZIPZ54Kk+o13HgUfj4M5\\/624Yj3Qmd0eeLINJ\\/T1xpAQdjbOlaH1HeXTNeKmPmjmay05prEr1nv8I5xPF0dLhbDuf8mrJ1Z8vIQKhQ3sHven388nURiGZp2BBNV3tyXGRXy8aByiMRu5UYYRfX8oAw4aQ5yoHs9Zejst+lMPkwTxGtDIeANLm1ocJvu\\/2SkjKUkTmFcyZhT7w42USIcPVNG40yN\\/bwM7iXQXZuZo2RiUjMt1BWiNz9BVcmIcxsET4SIazylwqPDgfKXjGOJNd8jhbYT4il79KHt+u4UD0tWrkIPOmrBjygNRjthRJmEo\\/3FuqS8N7UhO8celBkUfIXbg2n34S03IAC1k1V7C7ygCciYMyGGVu7cj9r3QTmTqnKc9kt0l8JUsVxAfgpDrPpbxRl4OAfr+P+O+Pz42COHmMnY\\/OeJmxX6iBAqinfx0jZgap2GdAofjeZ1MlwGADDdd17w4vFj\\/MYI+e0YjMjb4TbsaBnSxbdSmfooImlcMIKmQanpHQmksT63gEln2SPloeQMedJcCg6n7Q3JMRDUNXlXQIcCRFeUmz50MCVBGCsfpo4pEy0MQELcl0F2\\/svlaJqdZeAD9dpPO2usc+xOJJTzrvJDZsKjKL5fnlEj5Hu1fLC+Cje1uZXyg3GAnww0v+S1EnuQmAxmTrlfLN1y23aXSUcM\\/RdtCR146p+fPlod4ghZbgF\\/0pwVNHUdZePfEDVf3u6PvWZusbAZzX3ZmtB0BqvHoSFy2JO21te+qv8VV7R4yf2ekOMgEBvGvJjaMDf39cPkcsGo6OBeSjviEhrZQN40\\/F2hHANPZSnfeZgCmklDd7emXVfee8UqhSieB64ksjoxyCgXnRJ9H6xJOWxk18yFVsrvDZsn5w22uszOv0DqXooAkNX+qfEuLXY7LDHuOvdFh3tHERjHzPdJ5\\/4suOGGYQTVcm1lNOo7JDfndjJ+nb3bnsjBUgRN+UginiAj8a4R2AgeauNiuD94VflH5+qG0qHqPNZ+JZUIxQGaXahN0Hnc6sCScC0JIM1UsLI2QClkDn0bjNSYOOjUqptiid5sivfDi1FZhzvG5eA1e+Rr8fhZjoH7j3o\\/dh+McUA7MV6RC7oOKM7JxU36XR8pjGRP1xXsEdTvTXhq7Pe\\/QllFMx+nA0iZgoYo35\\/Kr+QfQ48uTkz1aQxsAfcL2E4pneLvDj\\/i38wydYPo0v4e+uTlalgUZR34DEXHUG873s4rgfPE7jFZT30aPBWvZ\\/S8dNli8+9\\/t2mooDeLZRdx\\/QUgVEC2p5sakgLGMfrOj+uCrfD7p6VXV1l6QWaT7Hu7r35JjxCbBcL5xRRMZNHdhYIMMtHeypRe9YwdrjjV\\/9eEtspRnbtH8mB0\\/4b4MrXj3JNvs2+2T\\/LOMBDNxmuqbDXWbiXl94+9wY5GmGCCwxBcoOXLjeYfM3dEexvtyH5kSzke8VkghO0Q\\/y2keRsijzMCuhuhrgJghip\\/U9u58sO\\/wQM2ELv91FS+6mi3vA+Uc8RR3msMKo1P0dXM44YH7VcXdJ16F7VDSrdWtJH4Bz7\\/CwUp3NjVjkojNMCQGM3TftBmyvR582PvxW6OhfE7FxvFFIhouaXol97+rY6calgAfEVVSMMdwdN+RdLuxqFTiDikvlqufWqTI72\\/N3ZECNJFKVpX+fWqMnQ+7\\/2CwfuML\\/BD17CMe8HkbxLKMwjlrupT8mTFyB3K52gvEDDsk3AUR1ZjolHvGInjS1RmAt1cMEmnDP6F25LCWCivjKybXjbZoMDjMx8nC1yy0ssxnYr5P+Q4EcQOKaf3cg3eTD59ASmKiMoU+jeqC2aj1v\\/f\\/0MLSwdIZvBQBZPqZ7I\\/JTK5IKEJ5F40cShjNKXwnDifk9zkEX4WvzhMh512fn+9JCk8ypqr+pWfwDL+k3CUWEWQJg2OZIlGfZDDJLI+1HjjXqLyZrRBd21qeB1n0hdajxLA84ZwUn9HREPZcImCUx1RkaO5JiCtdmB66d2whodxu2UWyskZUnO6GHFhDx85PHsgui3xKOvX59Ieer\\/wC57ndBL5lcd1PuJe71iPXsCNNEBkAzl4fUP7K2U7Rtcb\\/zAtE6YgNKYGMn1GiqOMt\\/yvB0wZkW1lFQDqpL+3eVEST7KzuIDwQE1Ub2WQlVbbFBw\\/Nw8v3aeq\\/HZWQ+YOY55uv48f7neA7PXEBN+u2ECqyzPdeQvnMhLqiMiwncuQC1yD0pHN0WatvqtLjl5bJwXHO4VLpszd0QFK\\/JVoKaot\\/OlIo5tNx3r7\\/yB282FRpr7McQM9mApWxwhldhTvL+i5FTiOJ0AugL\\/NS+hY\\/OU86doAJ4hkici2loMf5hk3tLC6x0Ecy0q2fHFC\\/H3UFYmY3mM3xPhIW+gpVeHHDfCJ\\/Wys\\/QyGf3ZTEU7fgVV\\/XYGkUX9ezI0w2wLEPx9EPM4bkr5YzUDrSfrUd+v2a\\/cMnsMvO8x5xI0kqpJ9kkxmxyKVvWqrr68ytNEGVhROOV7IF+PSBaPcHArW+tZS7UQIrGEKy3wJvP4rNAmyorfj3tyoAVYowKQ3hYC9B+9sagtgpgeiTwerXH6NWEDQD\\/8SCDSa9OEY\\/fKkzuznQr3CgtFXMDxB5SKPUOWh89QXq5S2f03N60K7meI5bTywavF9OdN9GN\\/in93Eg+Z7YmEt3glKelo1Bn7BUGOOAK19ECwbaUJJ4z7cXDdTbHhwhi2w1WRCS7TSx2OnKzieJU9YaYMun8knL+xpMu9p51XiZdYhK\\/Bfk6e4X4WusVa6Z8QlRewHOMWfFqHphCPya15\\/x8LoUbnHFKdt42ZoZ9Xn7CvEBWNMEBxFdAe+VqO7ChX3fgSe78IiyvHefnl2eYMkVHz9lFaXjWNVdSo1h+U59TqcsDwW4tgotK\\/CyLcop1XMG8eM3Aum4NSN0BFXYhOYTln589k861eHuK\\/aXnz8cIYQW9ZY7zxO9moJjXDn08hyLazHTAWCsIUBiKyDTIhOFRT+TUaejMazS0lotHw7zI7eY35JpVktSp9Hf1hYuWwXmd+1yYT7Fcyqhfq3EwmFuuFcsmi3q+MhZK5rfd+w9mMuR5ARnOvoSslI4aI4zPNb8efsfSdazbQTAs\\/8L3jNvxlr6s+JBTIkT1aqONrB+1G8360S3OPxCYiu3gJC7vgrhfOS0NJ5uelk62icNyy8U6mR2hJmMCbSqe5nVJnb6\\/Ms35Mwx4ddpIdp\\/1Ecs0YXsQy8DIP9xEJ4WCh6pwS69h2K+v6gu+miH\\/LQYDkaZGNDNY+xUYPCM2GQz17zG5eKGF9vHmVK+3hD\\/O6Ugf8aHUnADhzrWt9SfR8FKuXi7pCMkNqSBb3wRgzQq3XzB39cYcHSXUunm1X2RbRZDTfgacBEF5GLoo9mjiA1RZ2KOSqR5+KY8CGUM0K1jf+H83IhfdMqbf1L4VHLVEs3ciheTigFyDv1wcVcMsavLInJTHw8IsmX\\/WCL6S64y1E6pGRsPk8GVq4we0q8N0\\/rah7vMsUVYj7ZXK987JtzvBlVJySkYZloPZMRcaxxm+roBK8jHmdPIRrNB0REmaQxQ5PLYSGRZJaL+pkfKapf1JYxcX4W\\/jUM33kjmh3xTqnYaTwg6FX\\/x9LmyYOMh3+fLwlPebVUOhTDCmt5PnFZhaWRKsZhTcOyR\\/y1T3H5DUV+xQezQWlSDFy\\/4PydMkNc8gXXNAmUohgFEzSdczWUar86Ww18Bl4LZ5nBnt6mUKVGw5\\/9J8JS18Pop7VndY2WvHaMU4FxvLC\\/hgCCgtwrmIlLbwLMyEBcnCkasNAmzDjvwLjKszWDLVncyMgYZoWCk9GOZKt1qinwih9WaxhP8zmyPQO4uxpGtZQA6OrHDQLCHvcmjvlNCikWwiUaD1UVReujIDkOxv\\/ttg+5gPKZBNEGk99QAZwvqkiJZxfQlwGnY9Ay7pBPVJyhOOTUQ2zW+g4cPbGYmTslqe0VYsJBjh0HyMQ1ireFSnkNNK+lDO413jDiKm8WnQjk6+8gYz7+CFUFzCW06ZujIC\\/vtmNY266q+PYBw2QroCoYFDsbYNpXjtGI6TIsCFgpDAACNk4hGdG+vxWeKwugqglxZmtJy9gB2+6GOvpEa\\/5p2Nx7qrP8mdtmsUr1YYrYPE0Fx3hNPrzUIanOsjDDrF0I67B9xbRWqZkKZekptq4Kse+75cqbkK2kF8CXUW8UOuVmSN7E+r+BLat5O45E+KSMBJ\\/MZcu+GZEOIdxbT7s8\\/xHt+kPpVQM2zKGWLJfpStcqmB9IdFfU6VjjkUstVGu64WjkDBsLQih7pBHRc5sg3AQUMw8DD05PxL7ltzVx3zf+TIjw24AkDdxO1EdgKDhuxrYExBVWr\\/eDwRTW\\/tZdFlHxoJCDm2zGSs8y7kGwoTn2CJ+YZ21UkrBA2Y1nxi7KokXKKBDFDViidSo7ZDXCwXSw\\/RnUsV27pf7zOtxCJqNrLq\\/GYBvNtVFVccz2gvTQyAUFVx57\\/OAoefVbZceJgUMEghrPBLBr7wiXVkq+GcpEcLKobbCo9jAOy56AOorYrw7vR+EByQWomnoS9HbEDfmNnV2guVUs\\/1zBo3EKg0xVpbDeV1olJeTl8IIhq\\/TGD2LUzvOp6gRVnAY2NE3WH\\/cJXUKIoPUvXtCIZhssi9zaoFPrcnVPoMUWzCCchON91xva4dIpsH0SC\\/RgnozvNHaIFZn0yzvlHx\\/Aic0wDJoWGHX03HHjQXkcYm2afhkbi4FSFjgZIS+mM5HReRktgRVPkvkotgSKIHKfJNHeOihfLlU6L68v\\/Njxm7JPgc\\/1Htmfa\\/R9oCSjIrxF5UNhZZJz4hXQ9P2ej5fCzDnBmLp4HnJOHNjFqj0LGN9VR1JDefGVTLzvvGGTgupxnT\\/i5hJOQcORPuky80fsaTaNsvlkBOVSEdTDQSecIJnMzSzXh+9kX+bKVYBbVkjfBz9+pH2LMhiZVEEY6yQ\\/iQYqPnmmW1M6fo1buAAMPQmWqfKuO62Qpu\\/H0K7eo40Ogx5AtcHTCsIQ8dPgLkv8H0TWba0+EacrOCsiHV8amYKFTQpZ3ru6ayDD8KBDiSZgghjH2d2ktb9YCfoMzWvNOZ+yJ5mnl4RfaZ+q+V\\/\\/tlreSmZbfIgB+oxE+qbNohsUUWl+FpDxEkk+T6X66O6rjFt6+ugSmOYJ0hSlkdVm3mlVdBTYTeNh31xeycMG5qkFuJdbaPpVWz4HJBotHjmwAYaOLee+jom\\/aRKGW+WYa6\\/INmLXGxyG9g3TW8AA+g2WGUTIJ+\\/5xUu60ULP7U0RE95KzKmI0qkuL6SWZo6ySxiGu85PtkrGsQsbZoYRnEOin4+wf6J6x6YaqrSMvJsibgdcgHA48jT7\\/XhEk0kzjEFT1WU7aEJD3CwaM5jY2QNdHzk6n5V4S3\\/5jOjQzfF91+jcxYF0MMyvokU\\/ll\\/9WZ7kfEHtJpoMPBd6Wrd3otrBbtAKtP6YVHXUsbFKM6JmDhmq+tsts+t2XDZonyDA2IHzQEr3\\/s0suHXwkUvBE991\\/GHNG1+o5qcWoB9+zjWg6CZtUWa9w+ecmcXO2dXyj6PWFbaMhlbbK+qX7Y5XWJ6Q+p6Zi+YDJX58OaSlOsdxKX\\/sGfcHLP4lF01WeDV6HMxBGQ8z9J4ZcKh96GPCxsswwQomdXMw5RStojcdgSqVaUW2xpnlHdJZ1hUBYW7mPSBqsVC2jvx8FqCg7chXf08Oo7TAIiEZ+4sPnjtJcaT1ef6jgnvk+0kjQPYJnV0EOL37z6E7WwYgNNnnAOIhjkp5YqEbgGv\\/82rmLRkTlLIcXt\\/OdO8VAI+3jKa5YzSTckrdx9+qW0BtO\\/kGVdLPE\\/sIIJ\\/i2Fc\\/flB4pJ70aQ3L3eJbkLNpF2Uh0jDYwL4RDJj57pp1bVHcg6YNf6q8EbaDPtmXzcA65w+Mhz3lUu5\\/G0LL8RSEnqR\\/u1Jk7JdPjLtQoN3blne2mdjnU5fiuKs4R\\/p+duWcxHE6HCwE2EoaSZmn2EsOJ9cKFyJ0EdEJEyHoInHFRP+\\/x7AP+Lw5T1EQGDCV8auvXJq5pbZl6n4YOgSTHT7zB+l9MexHGQrzNgdQegT4IEFL18igP5E4FSQnj0oINH5VanwDsAe6ehxDGw==\",\"Fare_Id\":\"RR5347322051836118826\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.86\",\"Request_Id\":\"82af2-ca21e-ef035-83d57\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"W+dAkJtHAgcHVDhg1qvTM6ogcohL5CBEtg1zAZa5M0z7khSEKPvM7Xm6Q0o5YNKmihQdk8u4o69MjK72XnXCQASpF1i+JHDkZ1dcyey8KwoGOTzajooVMnOh31q6+mlGSG8Gv3VNaOATW\\/8vPdEX+LHOL0Sh+MpATfoFW9KQcGRVwvLrNTygV6\\/amaE51hg36ij6rEoKnvDwXumJuyAkwBAthHKeHBPWPAaG1P954dxygUBnRY\\/6MG5dbUGovKAkW5OLscl\\/\\/0+jHt7JPokvddzh9hBkSJBtxPpjCPgXAoNSDPDmNRLMZP7uXxHAgSq8\\/m\\/PNRKOCnkbN3d\\/jfDJ\\/B1DiDM63BeCvJAx5kYfhuDidxIrWfcC+OC2zMgczFN\\/8MmTdE6EXogUUVjslX5fYCY3aq4Ud2xJFV1HfLANeB21VZCpVoGH5Pkuq6e6XT\\/LVpxYdE8xJITd8UG5ssgim3SVhSv4H7yPKu+eAKF9k+mE0SWntTd7dTRJKeVDkq3BC400YmPjcx9Kzj4N8AJlzRb8txK6gAISw76jeTLg2ZWsY5G\\/o\\/KoIpW70xY8cjz\\/J4SUdNrzQ9Gmdg5NZBU\\/DIPk13iLMOBNq4blMFdvDfHEU8Ckx\\/cEOLco7asjwAfPTEE0vbqYHRXF7TcaN+5S4jt4q+WTaSf3LHT3vmEYYJzkmYIJjmSVmo7XAIHI4AqU\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"n4RQHIYmJf6upxbpjA93ipH89P+VcE7K90WR9ZxlW5NmwGm\\/o\\/B71\\/Y71DBGyGb7z3hi+joifHp\\/xHiH7MnR+ge+7ixbD\\/wUVzud1dnrwfqlenE1L2w+TyRyAd\\/TXaeSdKDNEj+CVUId1pzMCGWjpoemVDFtyH8f6TSqhYCx0dC+dvQreuaWax1CKl+g9gzgoJCGXdsTQJszl\\/LIL1dxIJySTFJ168GUDoidWRDfqmQ3KGbLaEnFlYbDZ+LxNNTYyeEstQ4OFjEfLYkUccxiIPTtlUDo7pko4AH8biiLXoKUBnPPe3LoVIvkYFVajOLevwgbSACl\\/wfDtOGt15c\\/UQNGrsOt\\/ZZ1BuE8LIPhTgcUV\\/TAUgF8sj02bDOFDBSV0JKiFCX2H+XRYE\\/Eywl\\/wnf3+72XCse7qpVrPn2cgloHphKP+Qx50ZIPZ54Kk+o13HgUfj4M5\\/624Yj3Qmd0eeLINJ\\/T1xpAQdjbOlaH1HeXTNeKmPmjmay05prEr1nv8I5xPF0dLhbDuf8mrJ1Z8vIQKhQ3sHven388nURiGZp2BBNV3tyXGRXy8aByiMRu5UYYRfX8oAw4aQ5yoHs9Zejst+lMPkwTxGtDIeANLm1ocJvu\\/2SkjKUkTmFcyZhT7w42USIcPVNG40yN\\/bwM7iXQXZuZo2RiUjMt1BWiNz9BVcmIcxsET4SIazylwqPDgfKXjGOJNd8jhbYT4il79KHt+u4UD0tWrkIPOmrBjygNRjthRJmEo\\/3FuqS8N7UhO8celBkUfIXbg2n34S03IAC1k1V7C7ygCciYMyGGVu7cj9r3QTmTqnKc9kt0l8JUsVxAfgpDrPpbxRl4OAfr+P+O+Pz42COHmMnY\\/OeJmxX6iBAqinfx0jZgap2GdAofjeZ1MlwGADDdd17w4vFj\\/MYI+e0YjMjb4TbsaBnSxbdSmfooImlcMIKmQanpHQmksT63gEln2SPloeQMedJcCg6n7Q3JMRDUNXlXQIcCRFeUmz50MCVBGCsfpo4pEy0MQELcl0F2\\/svlaJqdZeAD9dpPO2usc+xOJJTzrvJDZsKjKL5fnlEj5Hu1fLC+Cje1uZXyg3GAnww0v+S1EnuQmAxmTrlfLN1y23aXSUcM\\/RdtCR146p+fPlod4ghZbgF\\/0pwVNHUdZePfEDVf3u6PvWZusbAZzX3ZmtB0BqvHoSFy2JO21te+qv8VV7R4yf2ekOMgEBvGvJjaMDf39cPkcsGo6OBeSjviEhrZQN40\\/F2hHANPZSnfeZgCmklDd7emXVfee8UqhSieB64ksjoxyCgXnRJ9H6xJOWxk18yFVsrvDZsn5w22uszOv0DqXooAkNX+qfEuLXY7LDHuOvdFh3tHERjHzPdJ5\\/4suOGGYQTVcm1lNOo7JDfndjJ+nb3bnsjBUgRN+UginiAj8a4R2AgeauNiuD94VflH5+qG0qHqPNZ+JZUIxQGaXahN0Hnc6sCScC0JIM1UsLI2QClkDn0bjNSYOOjUqptiid5sivfDi1FZhzvG5eA1e+Rr8fhZjoH7j3o\\/dh+McUA7MV6RC7oOKM7JxU36XR8pjGRP1xXsEdTvTXhq7Pe\\/QllFMx+nA0iZgoYo35\\/Kr+QfQ48uTkz1aQxsAfcL2E4pneLvDj\\/i38wydYPo0v4e+uTlalgUZR34DEXHUG873s4rgfPE7jFZT30aPBWvZ\\/S8dNli8+9\\/t2mooDeLZRdx\\/QUgVEC2p5sakgLGMfrOj+uCrfD7p6VXV1l6QWaT7Hu7r35JjxCbBcL5xRRMZNHdhYIMMtHeypRe9YwdrjjV\\/9eEtspRnbtH8mB0\\/4b4MrXj3JNvs2+2T\\/LOMBDNxmuqbDXWbiXl94+9wY5GmGCCwxBcoOXLjeYfM3dEexvtyH5kSzke8VkghO0Q\\/y2keRsijzMCuhuhrgJghip\\/U9u58sO\\/wQM2ELv91FS+6mi3vA+Uc8RR3msMKo1P0dXM44YH7VcXdJ16F7VDSrdWtJH4Bz7\\/CwUp3NjVjkojNMCQGM3TftBmyvR582PvxW6OhfE7FxvFFIhouaXol97+rY6calgAfEVVSMMdwdN+RdLuxqFTiDikvlqufWqTI72\\/N3ZECNJFKVpX+fWqMnQ+7\\/2CwfuML\\/BD17CMe8HkbxLKMwjlrupT8mTFyB3K52gvEDDsk3AUR1ZjolHvGInjS1RmAt1cMEmnDP6F25LCWCivjKybXjbZoMDjMx8nC1yy0ssxnYr5P+Q4EcQOKaf3cg3eTD59ASmKiMoU+jeqC2aj1v\\/f\\/0MLSwdIZvBQBZPqZ7I\\/JTK5IKEJ5F40cShjNKXwnDifk9zkEX4WvzhMh512fn+9JCk8ypqr+pWfwDL+k3CUWEWQJg2OZIlGfZDDJLI+1HjjXqLyZrRBd21qeB1n0hdajxLA84ZwUn9HREPZcImCUx1RkaO5JiCtdmB66d2whodxu2UWyskZUnO6GHFhDx85PHsgui3xKOvX59Ieer\\/wC57ndBL5lcd1PuJe71iPXsCNNEBkAzl4fUP7K2U7Rtcb\\/zAtE6YgNKYGMn1GiqOMt\\/yvB0wZkW1lFQDqpL+3eVEST7KzuIDwQE1Ub2WQlVbbFBw\\/Nw8v3aeq\\/HZWQ+YOY55uv48f7neA7PXEBN+u2ECqyzPdeQvnMhLqiMiwncuQC1yD0pHN0WatvqtLjl5bJwXHO4VLpszd0QFK\\/JVoKaot\\/OlIo5tNx3r7\\/yB282FRpr7McQM9mApWxwhldhTvL+i5FTiOJ0AugL\\/NS+hY\\/OU86doAJ4hkici2loMf5hk3tLC6x0Ecy0q2fHFC\\/H3UFYmY3mM3xPhIW+gpVeHHDfCJ\\/Wys\\/QyGf3ZTEU7fgVV\\/XYGkUX9ezI0w2wLEPx9EPM4bkr5YzUDrSfrUd+v2a\\/cMnsMvO8x5xI0kqpJ9kkxmxyKVvWqrr68ytNEGVhROOV7IF+PSBaPcHArW+tZS7UQIrGEKy3wJvP4rNAmyorfj3tyoAVYowKQ3hYC9B+9sagtgpgeiTwerXH6NWEDQD\\/8SCDSa9OEY\\/fKkzuznQr3CgtFXMDxB5SKPUOWh89QXq5S2f03N60K7meI5bTywavF9OdN9GN\\/in93Eg+Z7YmEt3glKelo1Bn7BUGOOAK19ECwbaUJJ4z7cXDdTbHhwhi2w1WRCS7TSx2OnKzieJU9YaYMun8knL+xpMu9p51XiZdYhK\\/Bfk6e4X4WusVa6Z8QlRewHOMWfFqHphCPya15\\/x8LoUbnHFKdt42ZoZ9Xn7CvEBWNMEBxFdAe+VqO7ChX3fgSe78IiyvHefnl2eYMkVHz9lFaXjWNVdSo1h+U59TqcsDwW4tgotK\\/CyLcop1XMG8eM3Aum4NSN0BFXYhOYTln589k861eHuK\\/aXnz8cIYQW9ZY7zxO9moJjXDn08hyLazHTAWCsIUBiKyDTIhOFRT+TUaejMazS0lotHw7zI7eY35JpVktSp9Hf1hYuWwXmd+1yYT7Fcyqhfq3EwmFuuFcsmi3q+MhZK5rfd+w9mMuR5ARnOvoSslI4aI4zPNb8efsfSdazbQTAs\\/8L3jNvxlr6s+JBTIkT1aqONrB+1G8360S3OPxCYiu3gJC7vgrhfOS0NJ5uelk62icNyy8U6mR2hJmMCbSqe5nVJnb6\\/Ms35Mwx4ddpIdp\\/1Ecs0YXsQy8DIP9xEJ4WCh6pwS69h2K+v6gu+miH\\/LQYDkaZGNDNY+xUYPCM2GQz17zG5eKGF9vHmVK+3hD\\/O6Ugf8aHUnADhzrWt9SfR8FKuXi7pCMkNqSBb3wRgzQq3XzB39cYcHSXUunm1X2RbRZDTfgacBEF5GLoo9mjiA1RZ2KOSqR5+KY8CGUM0K1jf+H83IhfdMqbf1L4VHLVEs3ciheTigFyDv1wcVcMsavLInJTHw8IsmX\\/WCL6S64y1E6pGRsPk8GVq4we0q8N0\\/rah7vMsUVYj7ZXK987JtzvBlVJySkYZloPZMRcaxxm+roBK8jHmdPIRrNB0REmaQxQ5PLYSGRZJaL+pkfKapf1JYxcX4W\\/jUM33kjmh3xTqnYaTwg6FX\\/x9LmyYOMh3+fLwlPebVUOhTDCmt5PnFZhaWRKsZhTcOyR\\/y1T3H5DUV+xQezQWlSDFy\\/4PydMkNc8gXXNAmUohgFEzSdczWUar86Ww18Bl4LZ5nBnt6mUKVGw5\\/9J8JS18Pop7VndY2WvHaMU4FxvLC\\/hgCCgtwrmIlLbwLMyEBcnCkasNAmzDjvwLjKszWDLVncyMgYZoWCk9GOZKt1qinwih9WaxhP8zmyPQO4uxpGtZQA6OrHDQLCHvcmjvlNCikWwiUaD1UVReujIDkOxv\\/ttg+5gPKZBNEGk99QAZwvqkiJZxfQlwGnY9Ay7pBPVJyhOOTUQ2zW+g4cPbGYmTslqe0VYsJBjh0HyMQ1ireFSnkNNK+lDO413jDiKm8WnQjk6+8gYz7+CFUFzCW06ZujIC\\/vtmNY266q+PYBw2QroCoYFDsbYNpXjtGI6TIsCFgpDAACNk4hGdG+vxWeKwugqglxZmtJy9gB2+6GOvpEa\\/5p2Nx7qrP8mdtmsUr1YYrYPE0Fx3hNPrzUIanOsjDDrF0I67B9xbRWqZkKZekptq4Kse+75cqbkK2kF8CXUW8UOuVmSN7E+r+BLat5O45E+KSMBJ\\/MZcu+GZEOIdxbT7s8\\/xHt+kPpVQM2zKGWLJfpStcqmB9IdFfU6VjjkUstVGu64WjkDBsLQih7pBHRc5sg3AQUMw8DD05PxL7ltzVx3zf+TIjw24AkDdxO1EdgKDhuxrYExBVWr\\/eDwRTW\\/tZdFlHxoJCDm2zGSs8y7kGwoTn2CJ+YZ21UkrBA2Y1nxi7KokXKKBDFDViidSo7ZDXCwXSw\\/RnUsV27pf7zOtxCJqNrLq\\/GYBvNtVFVccz2gvTQyAUFVx57\\/OAoefVbZceJgUMEghrPBLBr7wiXVkq+GcpEcLKobbCo9jAOy56AOorYrw7vR+EByQWomnoS9HbEDfmNnV2guVUs\\/1zBo3EKg0xVpbDeV1olJeTl8IIhq\\/TGD2LUzvOp6gRVnAY2NE3WH\\/cJXUKIoPUvXtCIZhssi9zaoFPrcnVPoMUWzCCchON91xva4dIpsH0SC\\/RgnozvNHaIFZn0yzvlHx\\/Aic0wDJoWGHX03HHjQXkcYm2afhkbi4FSFjgZIS+mM5HReRktgRVPkvkotgSKIHKfJNHeOihfLlU6L68v\\/Njxm7JPgc\\/1Htmfa\\/R9oCSjIrxF5UNhZZJz4hXQ9P2ej5fCzDnBmLp4HnJOHNjFqj0LGN9VR1JDefGVTLzvvGGTgupxnT\\/i5hJOQcORPuky80fsaTaNsvlkBOVSEdTDQSecIJnMzSzXh+9kX+bKVYBbVkjfBz9+pH2LMhiZVEEY6yQ\\/iQYqPnmmW1M6fo1buAAMPQmWqfKuO62Qpu\\/H0K7eo40Ogx5AtcHTCsIQ8dPgLkv8H0TWba0+EacrOCsiHV8amYKFTQpZ3ru6ayDD8KBDiSZgghjH2d2ktb9YCfoMzWvNOZ+yJ5mnl4RfaZ+q+V\\/\\/tlreSmZbfIgB+oxE+qbNohsUUWl+FpDxEkk+T6X66O6rjFt6+ugSmOYJ0hSlkdVm3mlVdBTYTeNh31xeycMG5qkFuJdbaPpVWz4HJBotHjmwAYaOLee+jom\\/aRKGW+WYa6\\/INmLXGxyG9g3TW8AA+g2WGUTIJ+\\/5xUu60ULP7U0RE95KzKmI0qkuL6SWZo6ySxiGu85PtkrGsQsbZoYRnEOin4+wf6J6x6YaqrSMvJsibgdcgHA48jT7\\/XhEk0kzjEFT1WU7aEJD3CwaM5jY2QNdHzk6n5V4S3\\/5jOjQzfF91+jcxYF0MMyvokU\\/ll\\/9WZ7kfEHtJpoMPBd6Wrd3otrBbtAKtP6YVHXUsbFKM6JmDhmq+tsts+t2XDZonyDA2IHzQEr3\\/s0suHXwkUvBE991\\/GHNG1+o5qcWoB9+zjWg6CZtUWa9w+ecmcXO2dXyj6PWFbaMhlbbK+qX7Y5XWJ6Q+p6Zi+YDJX58OaSlOsdxKX\\/sGfcHLP4lF01WeDV6HMxBGQ8z9J4ZcKh96GPCxsswwQomdXMw5RStojcdgSqVaUW2xpnlHdJZ1hUBYW7mPSBqsVC2jvx8FqCg7chXf08Oo7TAIiEZ+4sPnjtJcaT1ef6jgnvk+0kjQPYJnV0EOL37z6E7WwYgNNnnAOIhjkp5YqEbgGv\\/82rmLRkTlLIcXt\\/OdO8VAI+3jKa5YzSTckrdx9+qW0BtO\\/kGVdLPE\\/sIIJ\\/i2Fc\\/flB4pJ70aQ3L3eJbkLNpF2Uh0jDYwL4RDJj57pp1bVHcg6YNf6q8EbaDPtmXzcA65w+Mhz3lUu5\\/G0LL8RSEnqR\\/u1Jk7JdPjLtQoN3blne2mdjnU5fiuKs4R\\/p+duWcxHE6HCwE2EoaSZmn2EsOJ9cKFyJ0EdEJEyHoInHFRP+\\/x7AP+Lw5T1EQGDCV8auvXJq5pbZl6n4YOgSTHT7zB+l9MexHGQrzNgdQegT4IEFL18igP5E4FSQnj0oINH5VanwDsAe6ehxDGw==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"82af2-ca21e-ef035-83d57\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:14:50'),(1875,'26dc6-e3541-19d9d-12959','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4876834041031178091\",\"Flight_Key\":\"4gcE7kAyE4nPQ7Hjh6dHskJnaGq\\/0wGgYTB6gsd0x1SuKl76QNTeqHcoaDfUotOGrQ6YW4HDmjFbKrD3acGPTK\\/LxHa7uuDUFwztoLlOg4PWpF0RQ3WGGTy5dpXS7u87CnvFvXypJg8jDjX3thw6q\\/x2JVZXz1XS9GAlZc57ypzqiWiScvuAx4sdTRjl9bcoV7nSjN2VTEkEraHrjGyJzyXz1kZsC\\/Bdj3pue0YlgFGPQepQn2xJDIYrS9nVG21g2bRkZjCUm2rjg781YWbWRM7HbfeyBtqvFjzMOZZLdur6WDo47Xr5eV2I7UF+nc+LdluvRo+Yl3tKqrogSBR\\/LlelBpInUVMBhkKWUVuD2m1tt46kMEQC7yPfBHCoUv+ZO+uXN5ett9ysPVouafzOvvuvtEGK4LZBjhY6yW38otd0opc7zVvxBJ5+pk98HDWi\\/MssSNbJP+PGx12er9OjlyugujQn0w43fAYqaBPHN8l3Gw5xkzacr3+eOWMeOWH1CpwL\\/xmDLrdRSy94FYHtYZJT0DLKW\\/nznWB0wExO0n9UHD7kj6ULMZkUYwDc\\/AcA\\/7nnlVLQSbivDMMF7BRDhlwG7GMlbnDkjRCncHrebKFg3krJiTrX83Ly4wDZiEGuDUlv1\\/hiNRcmq2U0GsEnZTmaQg91f40KPvlTN4P4JCMVIfp+rZjav9rys8MXjAoAvj8qiqFqfVtXj9pErs9uFEl7fY35wvp7rLVVe0L2zWHiqdkLSSG3trlnyNzXhyCFqv3d6JGKHVSsPT8q84xEgY6Teq7mRAGiAaizs3QnuWioufsDCfyGpMt+5ZATHgz+YRBoyQSJiA4glj8WMTUipc8z27IFxM2+5qb44EuEonV0G8qNujau8vshSqsaG+hbPlwzLN4yLlDOWMBfBtmpC1wjCV5gNoB6KeZzsYvxCBHAHQBaWr7uGAPYJqA1ZSD0xmx2xYptpkNfgtmjQKkJ7FITfH66TiCbvNlsvx6\\/jtPYTgK5cuahQHS2VtMQL1jAcTx2UNyQF8u+RNUl0LmY8IWL5Hi9rNIA0\\/YW9sUzEpKux1UR99hPlbvQn9ZON9iRGo80czUUFiq+xdhR9auxt6lV\\/Y6Z1akD3H2A3tAC1VjGQtgvlEG6WDhil455uRU4Xj\\/MQRqAUBi9rVpazxVg\\/eMltl\\/ADFVR9\\/iEFzI31d5IRV\\/HoPUK1QPLSH8waF8\\/jap6XOqY0yD4Z406CnFE1s5mG1m+O5hvBfUyTnsSuWma3ET1x95B3P9DvfMzoEIRzKGtWNB5lv2\\/V7TPBafDSpCxLTQOVTAI4u1AXf\\/L1B5hNGe1ozM5mitS0WhN5Q59lt25Uu5Fba4R4KV5EQWK4r5iZ6olw4CtE8eo0cFGZjEURFeBzaC8ulKk7zak8BeF4huSzng66wGTDfeuR6+tYxS0+YG+2uZrrJGRTK41626H7UJtiCI1K1qdPowb8zGIeWECeXVIBknD\\/E0czr488AmAJI0LJBme\\/F\\/SvNGLXEAcRDyCYDfk8\\/uyJeSY8VuvCRq7zLnoKIcMfvkqZWz1MP3nj7smm30PtifSETTFge350\\/uluSw\\/jdSRG6XTcYlBJwKHF8ZsoHU8yQf68hWQL3a7fPpwvPvYb4N7MtAvMyHFCRZ2JPM9Xl9lkMj94B7+0qTby3aFeSeE9UV9DV+WQnrolM1GPju6ghRR7ZSslg1dG2MKA3GjJhpc9tfqEvdhjd3bu5QEqrhHQoGnyFymNHsYlaLNK4OaMoUqfyQ+pGFaHjDM3Pu3wP8zxa0QryRM4jv+M1na\\/GbUS9bEOhZu4n8hDqJFeZhZMHDh7quKJSxeHXpJWu6HDPDmNIqvL5qv0Co2ElJjQRsn16A4U7b5HFmV4xjo60qD+DL3IDTIv5m3zSwo7\\/quzeeh75ASkqgbxTa8C7HcRNGSHgUqDv6btvi\\/rZlerwU0nK6Pxtx5Kup9r8HJfvWOwc5iumnSJndNot9vhsy9D89SpeDStLPPQYH60XxEIbI9A78OFsUVi79ax66VFvLi8Wv9Q\\/2vh3JrE86Aqgse7QJFYpielN3FRSy7SCXE119CqCCG0\\/9CYe6ut68Bb9nCBIKjdw+wYXJAz2ztCwPCFUol45F4wJDLQnLdEOQ29U8qM3Bl7E1u860gTvvz6U4ze5\\/gQd4HFsr4eq4g2hkjZyq79pjn1nPsWnD6KuYsGO\\/iKGWq9lo5skxjZODxVM0ugbKDsELoq6XaDt7qcZ5Jn28g0KnKbM8Fy+Q6+8YwWlpxMHGzHn5UyH3VLJNaqGi3ZkjHZaGvBqOT+0E57ojlGcQYzFrcF83kJbSAKMk6jNFuuMHWSnWAc\\/v4sWg4Q++EFAZyymon6w0bAdmEIkAFby1zoxveYi8qCUx5qy9hsk42OToj+XOlih5YwYb8XyBdG8yhT8yvdpZK7dNGtctua60\\/8Ft5jglcsg301kUxG+5FRVfvFGZJuGBda6DMO3wn+jjAnWYxyLPjiWuPXSplsP+R\\/ZgBwBueB+OkR1N4WCYG7tTz17iKoYaBY9QIEcbCPwTtMM9QyCjzFjNyudRaswpWGtfmS5Xj8\\/aZFaoBxkH95IowjT1yrByL9n5ja3rlPrZngRykc9BZce7UNQQJ\\/OdJBnLLh9S91UvvLShVK9mwaxSC8OlW7yhBH5lPF6t76IlLKM4W5BzTti7Wcl39hyONIm2JtmoCy7+ychkiWeKyUTIfyJDmBg6viWG4rbWcgkKXY\\/5ydUu80QqQKc2X1OUfdOJfAV8vFN831x+yIgZTY+nngqDAsgodNdvABsc4WMXimhk3dsUodTVzDLB8Do6puAyRvLV59Jrbl3y9B4\\/TvCofsF6sjJv6XQOe922QksrOpBRX1cmn+dr9BSqMNzxTj075Caw\\/p5yT1odXfPqIGfT57E1Qo+gw1cj9LN4jN5SYOolS4X3B6pm17NzW0qSSjGLYRknTBLwOxMaJEC4p+IYZ\\/kBaQ3jKkD1cFxyQBBjMKmdRVGCZG\\/O+SKPwViaGdprcHpz55fmC43W1GnYEit0o8LvtngzixJZ00uvBrYELTZekJ7XAqR38c010nI3ONup1rCg9YggnArnuLkUDy4telzbuuvfnSONp\\/90km3FOGNzQOtl4\\/kGtp16srtN0DYD\\/m+Jf9hvDCspjc0pTQzX1XygXwkenwRa\\/67+VXusmPWqHm5wqDAHLn3W+qzhUyvcfP83CGeDjlHtXNFd9ixo9Ht\\/pIvRqdKH7rEMVHt3Ww8nfDhVRlty89ykDBvCOM3bToKmr8eBsPivtFb\\/r5FW6SUkicXRERc1Opfe\\/NgtsQfiz1wp8StcxGBVRvVWun\\/H7kdqvRWtAtKJqH610cdA9xu3UvFo5LfDKUElyBOZepR2igDYlt3jUQhklkT+9rWM5DSMSPvuyFs6lPeh+uMtdcOl0kZKM6gT9xPvExVVn3TxMu8ioZ7nNBsRjHJMoavc7sYq8mHuIg8T8NMKppvlQaAVIOwtAHhiUQ2Ccu5kFmNVABFpGWe5fL3gx9u8Z0CWK0RqAf\\/ELXQKUH1bTriumfcB7MXNBYOt\\/pjIoiteXUPI+i30mz4t6UfPdenQuFBscyjn4TWf2ZwjO7EWEkeJeTGgn1Kop1fPFvxKtQ8IPSNn9k8yUv4q9HrqTY7grwq42v7dF2CnL4nlOlCo60Y0uq0\\/TPAxjW0LdavAR1PYlPggAcxnNElGVe6chV1Co9bEj31LYDdMtF9aL2kzgGmjs0tIStN7DwP5++cDTIyRXKvJZ29Dpo36xRSUn9sC421qW32TUpP3sHbpfWSRi5VH6uO34tJ1LeTP7MkAwBOli6XMvVrjAw5qq0GhMu0sncZ+hlz1oqoWAd4urJH\\/Jlq+WkmTEPA9G2qPDSJy1HwgpNT3ESGWOG+wNYZOZ8ttLOD6wZO0pRO8qiZlazGlEVX3BWvkhy6F95StChKWT0HHQWX\\/\\/UNjGpluGJu0a3ltef5m5EhCuy9fVzFp+IX8Q\\/O0Tjans0lwyXTny2Klq4JvGb4W2TEC+aGYlqnq4ar6PZYaO8WrEzcc\\/Gxn9YILp+ZsB\\/R6820EiVJSi6MYdrgvyq2EXUiFgTMtDVX\\/LGeCjuHDG+DXhDhqsl1T9lo2NBtdsx66oMAJv\\/Kag4OmENNpoF\\/UWBYIQ\\/1IN4v7eQL1627qzrxTmG7KfxJj6SEHE54ovCEdhS312h0rAcoD1k2Ub5SzxJLGlCrn4w95KaWsyeDh+Ah3Fp8JbrwhYuIJW+nFc5JP9QtR3gr7qQ14Fq95AxtmLQ8fJHjzNhx1wjtyv+qe9y2Hy5tky5Vc4\\/ZNDMtnBaTAlomZZ97Olqam1zYE8ayP9CdUF5BrO2ILXGurrY6kZ6qaKBfExUjjyTiUtWCf8nTvyJ9f7rJ5VZolyQ4P4ricB+MvP\\/4UCwCjIvjh+YweTOPa9x4Jbr+WNeh4IAZexiYR\\/Ts8gV7ZFjkRZjPGf\\/89uXn8IhsYzOl2ZlTQyom0jFX6JmozfGzYy5OSvslNpbVZn\\/MfbtV6z0yvPCT+LYiPEg3tsLZovDIjY7jzBxHSgK153awg90JiPukQyE0xolSHFIsvDELeNv3cvxxB5s2SXLYxFnckHPp9RyUYPJtUa8dJVo7iq55rl5uHhgFGffh6Tgx\\/BamiCH4bFqH9WcmfJiYUQMsbkb07U7ZWAr8A8meZ6rdyM9IZR3Y+tW3tQdlSpBrwtFox+FlhHu6nIlxgGGaOx5CCxhbTm85LrFeXQwRkBFZdqmOXS3UfUPp+N3iIzRGsKS199w+tVIUmGsRY2AEpeNGWNMVyGNJn3X6PzdoQkHtSirFNkm7QlwrpDIktyK0WMDQ8gG7CskSJLLcj9hQ\\/r9la7i7k8zYSX89H2baCh8zseUh6OvmRLR7CqblTzq2KEiTsZv0PnvrJJ6WegXESH66bVGvSGrA8eoTxP56yCgdq9w\\/nBE2Jed3IOcKSvF4PHpVTZPAzBZ+eGa7J0J+jL2FX2DduwEIr2jDYjs9QOBAmv1svb3VvctlCvoTxugxpGEnBMMlPo\\/Op69ReVIcMCwn9na5k0PjVkn3he3wcDMktWhHEltOnYT485OMo3MVdHJPvXCBTr2GKTr+N3sFFCxBXIk3qd506pCoyygs4sDVKh3C5Czk05yO2Tv2BppXzzGuBmXZiV7RN9lj9f7Vx\\/Z5B1020YrIfcMVk\\/6EQf9PNZly2wwQIl8D1PmKpbr9gLKzzgCXx6FFBtqB9\\/H9eDNbySQWmtnFvGNrD9jT4RbJ9GFqjf28jidpWZ6InOVsNgVZvYYb1D+Xfmu7LUYwtW3JwAyLClwzwKBVvMcO6+YrBzmS8EtkeVl0hpU+wDANaC2YuPCcHxQ1N7RYmmVInYHCvC3Zt5WPMR6BMbNviQAvI+CsbYgWu1AqcpCNIrciOqVdXFV+rtRzbSW2WVeO1w0CS9iwxTfw1DOi+EoKohh4TW14oL9prl1YBbdzUstvLqT+tGENYUbJJuNRAd1gc9oownYZMy82LTBF2W\\/77MWA==\",\"FlightNumber\":\"SG-8152\",\"SegFlightNumberArr\":\"SG-8152, SG-8904\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2024-01-03 12:55\",\"ToUTCTime\":\"2024-01-04 13:40\",\"DepartureTime\":\"12:55\",\"ArrivalTime\":\"13:40\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"DEL\",\"FlightDuration\":\"24h 45m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"29\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"26dc6-e3541-19d9d-12959\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":6113,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":5341,\"Tax\":804,\"intPublishedFare\":6113,\"OfferedFareAgent\":6113,\"PublishedFare\":6113,\"CostToAgent\":6113,\"PublishedFareAgent\":6113,\"CostToAgentCustomer\":6113,\"PublishedFarePerPax\":6113,\"OfferedFare\":6113,\"CommissionEarned\":0,\"CommDiscount\":266,\"TDS\":13,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"NDF5406688063968886888\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"WJEU15\",\"GSTMandatory\":false,\"fareIdentifier\":\"CPNS\",\"SeatAvailable\":\"29\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":266,\"NetCommission\":325,\"BaseFare\":5341,\"Tax\":804,\"OfferedFare\":6113,\"PublishedFare\":6113,\"CostToAgent\":6113,\"TDS\":\"13\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":804,\"YR\":0},\"ApiNCM\":266,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":266,\"AgentMarkUp\":0,\"CostToAgentCustomer\":6113,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":266,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":266,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":6113,\"CostToCustomer\":6113,\"CostToAgentCustomer\":6113,\"TotalEarning\":0,\"CostToCompany\":6113,\"CostToAgent\":6113,\"AgentB2CEarning\":0,\"intOfferedFare\":6113,\"intPublishFare\":6379,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"13\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"GAU-IXB\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"IXB-DEL\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\",\"destinationAirportName\":\" Bagdogra Arpt (IXB), India\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2024-01-03 13:55\",\"SegFlightNumber\":\"SG-8152\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2024-01-03 12:55\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":1270,\"NoOfSeatAvailable\":\"29\",\"strDepartureDtTime\":\"12:55\",\"strArrivalDtTime\":\"13:55\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"21h 10m\",\"LAYOVERCity\":\"Bagdogra\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB05\",\"SSR_Key\":\"xM5wOIburYcl19Kd0C5B+B8q+GNc736RlXmpCDGo4XnwyvIhXuEA8KJdv4Gv8mXQrskmtGDTy34BBMcrSTipKihwZPg0YNKvMHzGxPvXc76CKi3Lr\\/KFZRedS9Eo6FYBaIDJTF4lgKgCcEJLg97F5zFONqL47wtbx4vhqfWcf34EpGQPa\\/hJuBqaFbrFZmOTzwCnv4l8ymGjf7N7if372UFYGrYxAM4FA7ndOcHARrMm0ah1z1rcqZ43Wto8PJVEc6MfWmAjzJT0xx9QlTe+NSKQA92HicfiCzJvcgo6h24CZDwRTR06JfX6J0BVokRcaXzSQ\\/179t7YW1MhuNBqMXuRiFp6b9I\\/FZXVDB6FVuUPsHaaBVu6P5j72+6WUUZYMmIBIeJW0WLw4C+S11plRrv04Pwq4qrXirRVxw87YAGOzj7J6DVMBrRtWZhxjQrvCeSF0D9HW8sTGbF7DkCHLIT10bV2yy0e2gQu9giMK\\/d9+fKs3dPsKvPbin13nbKJWwBgLOW1hgPx5MZsOB0m1Z7hi6IStNjCHeamT2RG3OQw5SsvxkiMS57fi6BjBV+KoWkAsCoiI86nEVqWmXYitxBl4rKaPw0rPkjtEuujsoQ=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB10\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABKSccot\\/wKX8S6t18o0OFZpXF9mwTU5AuuLVlCYV0TgejcuoUsMjL7oNjL5Nm3DaNeTOOk7lP1eAEZhefSq8Cr8x8FkcSKz3X71jbaXcGidpnUXpUt3QHzm\\/oYq9ObcyG+5xtffFAtcysLh7fNHe93DbKAmXtTRsQ4Ovi0UgVIGIeHPBgWV9JKk6eGnRxn62mBAr2r37EONrYPuw\\/ENHfR1CLOcANhEyzgvKLloPduFQygz8ZnSjImoDS4YIPir3hoXkhOgRGcDnwpanuwhG0K\\/h4NUfCfNOlwNTNTCsEZguQwYe1sO3xC9t6jlUbRyTp7M4bh8GFTP3Lm9Vs4Amt8d60kBVtg0kzBGcftNl\\/2WKMn5D3vCrkpuXTw\\/iu1D9L\\/LL693+Cp5g2UA0ngpisRtaWssBWv1E7YfNcmucPNFJeZuLbM2R0rbgQQTrR2szkcYmsYmMNy+GW7EkgaE9S2ZYGZFS2bF6YUj7FV3thqtR+RNdb4IsrAdKETvCcHE1PwgL+HJAW21pJi2SMyDuyCchaIY4EwQQuNs1aQtMoSZbokd9lQX5ets6K3ZeStGyxu4AF+YBjsJzsnWOf04yVPI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB15\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABJGWzrEtwr5L\\/hrJJl0yMKr1jw9WOKm9G4vdB3O6MB1zSrWPbWvm9A3oc7k\\/YVvhpKSk\\/E5wmzZaiYS+XI\\/XllPOdlBQIE30oFkfEqlcxl2DoOfb8hgAOHkOa6eyjP4ry9Qa+NF0E7kjJO7B7xUO7oqNqLArXsomWNykmTOEtQLmdgl9LG0jMgaGAAZBxTV6U7EAMtiQ8yoH3ek0tOEZkBCDaBc3TnCFybDdFIxTBv6NT5u163DJmQDjBC4Xz0VGq5jyOWzWTiuAQsHL\\/CSQeegH1ct8iNHu7O9yJTauIBO56flakINW+7gR6CoHTxFOyU\\/XcDxX2w2jFPeaeKWAHv9\\/elvB\\/W2cc2SD9UCmsHn0tSbQAUKe5XJtnxOR+DPCtIpBMBxxStu7\\/8XNYFcc2SN3q+VV5mCgVeufrH9XhElSjdqsFhWe+Y4jW2WB\\/XIGmB20rGWlk\\/meYA1LcYxXTy9B5+W\\/WfvTTLkXbUcu3MUbTo3o2QED+OvWohYvJ00TOaiFFGJfqN1RTKqyEi4w7o2tkAWwIbvd\\/3gPV2CM0\\/MMpbxvy9yq6QkdfA8V61UW1ppW\\/zeRNChfS6hcrfy5KAk=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB20\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALb1szv0hKcNJnuHTC7hqWp\\/5qeaqD1UKLw281CsLRgUyQlyE\\/9oCedw\\/qMvyDrQ6mPlkVuBLvwUWg0Iecwv7PzGuyWyhgaTG2on4+wDxH5FQKZAESKgLP9IrvkERNUfVY2FDIin5xUuLeYA36JKBD3+cJZjl12Lbj9cy9KoqQA\\/+YndOlf\\/eJEN48yh8l\\/6wnHmYm5cMwibVy1pBP731hiILfBp8mkFIooDenrp97\\/XreO+lcuzZNRsRd1x8M4J0iSyan\\/3cU8DFvQvm51dXzxkff5JgvnjBWtUUPEw3nSAOmPRZ2d8IIpkD1ptxwwWsgazQYjiSlUs3S\\/mlhN0tupM+8uic5j5enOy4vhoJOoolTFGQWiw+FfYzoT\\/6TqO5ZD6iSYHNoCc1A9kpMacAKGBG2k7F3Ro1NGqvT0RW+0gk0dvELpbP6zu4Q6LxJos2tb3BM3mB3oNx\\/0FwFc4yVdn+f1KviwEB3EDGPrHO1WBr\\/K84lFSwMgRolLQEHUh+3Bf3dixV\\/ZarzA+cA0wcI42gW1PE2xlR9HQxF8dCNnpHrnI6Xu7JifM1lt2ptSnEGAdwcwJaoSi+fr7Izsb8zqg=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB30\",\"SSR_Key\":\"ZqGpfJJ5\\/h2Y2JtgigxKcV9BqkwMeVedVCoi1i9KHobsw6uIkNT3uQjx+rEQeQsLOFQ8nbSLsEWSSfKNsrsDFPz4ozkk2Oo5mUokrVsIW4dA+6sAm0koCn5op+PQrV1NfXXbpW0q\\/j75dhVxwR\\/2w53VJYyh5FdFF4+fZ1txnzB2ylW8bg3FgzUi5fzilXhK6IgAfGQd\\/ou2RBcjJNfo75iz62\\/G\\/T4kkVBgOhpZWKxdd2DOFL9fpfdyLv6z8+JXkIv6iHQjMKgpOfUxW6n7ysxzPGqtOC9\\/OCHL0FK4MWhKd08yY9sxptaDnuk8vWwjxkt6E+kInhA7baDhdUDSy+Bfhj6pDmkA4q7nMQBwVCfYk2NFICQERrdy6zd4L\\/zgeR1hCz1YyzbXAHK2bwf3Hx\\/5KJR8eOHvbeCC76Nr1ye1sfHUjmFbecuyQWcun8sPwRjd8WHUrXbDkgXLMbv6\\/YM6XJV6h1jCC8qUCkh5ZuH\\/CmXDLlgc\\/l8RLcFck1cxAT2GSORgpVuXZ144iQl2mMSUmz29AqUkk7XHZN9YRZ\\/WQ3jBNxDHecxmIut1YLyM2PnhX8Rqup\\/\\/Ztl3oBmrUhLoYzbUYqmpl+bWQPaM4Ho=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 Kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VGSW\",\"SSR_Key\":\"lby8RS3Ec\\/PXZx4o4QHHCcwqqNhUD9A6bby+RygfyhqHLNnRRV7Onpd+K2eYsD\\/a3RSm+QsHFDRe5om9F6Hof+V1bJiiztroWofyGNxkSF+IDd\\/K2iON1BC0HaVT4k0wSgGGZiGNEQR1ty5JVMyUVbPY5bFh8JyZTq9TG0fglhXKtc6cPh+xw6wmzAv0dEbagfbVOrlGaz5Tf8QvDqjd+Cvoo08pABQW42C8MlKnZ+ddHfS1225x6rcEpKM2JRgRRlSKNaJ5kgLIjd\\/r4zakM\\/njgrVrtIfTFbmbCC\\/C3NtCZlL6D5ksXXoAgHkKpK88v8ECdjUNlNRPLy8dZdr6cMZBiu+vNjkyZB5RR03Nksa0t24JgUfZasjTdIy8pMQuvy5niE+lhjB7vbDv95CTKQBcWF0RegR3dcobRQnnxoomDxAfnG2AHWT3cAVZs92Z891w2OWDNf33sy0QcbykIXY83+iNVK94cmCJWrw6RkT8P759X91iYyQxOatmIkS5FpXcmwQ5oqAP8gg6Zy84v3KOJVRl+aFyHUpQOTn5tU+b78hetSTZeBdZs9auWxJ\\/p5vH58QMiPx4\\/YL5bmGXF+qc0O01YMpzvtB7LpllUCKApygVekzVCSA6BkVAZRAM\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":395,\"Currency\":\"INR\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NVSW\",\"SSR_Key\":\"eRY639IvyVgBLiacukLxCxuFlPbL08VaU6gSK+5WR4tZwK3Xp3hoEhWf3qR7ZPjKwTtYpNite440OYl\\/T8yQTh4Qp6iFA7\\/ldNY4X\\/LmGas5o\\/Dla62Y7\\/sqz98rONzM5eFTHRuvW0PPzWnZC\\/gSyxhxaEN7gZsFx6NE\\/eNVuWAjRArq\\/+Yyrro2hxWJC1tcdmfGh8SNZJVG9qHvvMe1fIVoqU7YIjpz7GZMh8HCU9FVi9Tt+JW7bBcifMUPSQMQg2ZJRR+bYJH3We32kdq7wBccLBBy6xyM26WcXr1ClWwhD0Z+gKrJuTyRmwUpmr\\/8mpXWV5dbKQ0BtiZuQQ8\\/\\/yMcN8QzRa8ItHb9T7TuvLK6tiiQaDNBFlfOTVK\\/zBy5CO3ysClVmYaDmVCw60It2XFh6Nfwb0lI5fTy2eWRW873t75n6nR2VsF7Rnq2tvndrIqqOS8ErThZO7E6NG5A7uRbPc4oQ4rfdG6jGRO3BTnIx3HYpJ9eWQyeoka0Mga42DPNNIhCpx3GtvwXI54+FUwM5hxX\\/t6lzRqVz6lXshKAe5mUfVTUejaJVB8IA2SAUerfL9W026t0fBvsgxG2TiCr6kWYR7yLA7Pj+IiJb\\/RWav2z8lBmee\\/bbC6A7h8l\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":445,\"Currency\":\"INR\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bagdogra Arpt (IXB), India\",\"destinationAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-01-04 13:40\",\"SegFlightNumber\":\"SG-8904\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2024-01-04 11:05\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":\"29\",\"strDepartureDtTime\":\"11:05\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"3\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB05\",\"SSR_Key\":\"sb\\/tufmFfZs3oUdZG3Nh6rt1BrEwcYDoWEFHeCabEE2Dyfx1DwwERmIOv9hiWX2bSRVEJw3n+2wAdJ2JiqkptMnec1Zq3E9LhJz0zIGLt2AqLi3JaEbRGyfZLHDYQ8qaKaL8iz8odyfAo9k6Nqf9H9EJl4A64j5jMY9zBz3l8faul+eHRnxe4zEpVkKiIjCbkaN6LpDGTHAVUgrck0xlGerYFXer1NNmdQd\\/w2rTBnH1LDzzS2HbMVy8lYfZwVMIg7pBYAhQyWGmhCZlr1IN4RfFQH7tBRz1eyvIKdYIPRlcZRwX8tG\\/DozkQEXqrzC8eTqH+JREgMQet3qI0i2GjvNlzXZXUYeFmELUx8PyCNkDZ34M1ZmqGkzLpto+xg6cOX+0GrZdKaiQ05Q80AOnGChDDUcacJGZrfxxFLTskNT\\/OcyDBS4dUKLffhHcZzKs235ElEr+Ql8I6xGtqOErnd2Vyc8R3vG\\/XO8Zu8Gep8+Fr1peoEpCUadjzlmzt9fBjAbHseRQOuuIZ9IiR0LQ2VosntLjT5MaXieo9LC799aG7gtuMzclMitukQkW0I8nIRAod2jZWiUxMSOYGI0LVzp0IhqLF1QoWjFOrW\\/DAEo=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB10\",\"SSR_Key\":\"3of\\/6e4ypfuDKDWfm2pMpSejXv4CMcdPd08xXYO5m1j4ujW+j4CL7S7JTOvcuaA365Ox\\/+BwI3GaN7+KMa80X7tmpYn22wLVF+Gt7BP6BUZHGGGv0cBvVuBIfTcaLIAiztSn8\\/DEUdy+hwkNiH3y41vce+PerGUWfYn8ObtW7xmo3lb0hITbgihBinwSoGLQS6Zqra3S3xQbh5TkhpyIv+Q6yIsncfT0DDGumkz4qKHxb9cpfWYVzLejXLiNQo3ge\\/oWIf+LWWAq\\/d8IxCVSB5KmXM8DFvimpk71BX6qzUPhMYzbgvpSeIm3Wx5I+DtLDoNkJc57etDOudVYy6lCjOukSlDUZeFRq4VOtx92AIz3Mg6XgpA\\/cU+HHOuS\\/k4lTfHLIIdplGLdtGHM9F\\/jy72MED8N77zi8rmKJXM2BLVZHx5Pd+pBcAhjb4cPGWcSLiaF8LZyi228hzQ8MNNfFT9sqdxwCIFWHBZ6fjUreeNRqfwXsqmHUbvBUUCcr1NGxxDSrE1FgLsL+WiDDqveDIfhqksKs7ec\\/7WQDBu77DMCQ0ozK3A\\/4eI\\/LGRMIqM0UuFA4J4P5XQ33LcL+VriYfrTEo6z\\/YTgDwjPTgMZMEQ=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB15\",\"SSR_Key\":\"hirYInFvao3Ub29doMOSt0MIbyYBIEznQp7E+FfYBYikQeK9EIBHUUErVD4XlXsNxPnnoX5+UZz52\\/e+Y3HBqytytNs1FG5V2FdyNlNpjn7KCcYHDjibyt8E14F8QJ8JLCMKsc01Veho9\\/xCaAD6NVBjBZYlpuNpENv55cukPdSkrHGg23zg0tsSrJWXRBZw\\/xXJZ968mJ9wpJdsRkueKyoHvACZ8ENHl0MWmJMNM2hD14CQwI6sECmRE19OhvvGNK\\/dSlFFy5Egc6IHgb5iYe\\/guGKrXUGIYBxOuY5Yq7kGTbF91Czoftd4MznIpYvOLLC8Z37WrsK6\\/y1\\/79qhSvrgZkCDKk7UuiEISwD5iuk3yKvsZQJeFLiW\\/JF5zndV07r91K\\/ZW\\/yx04d2+YE2i1S4+FsQvvaboaQvhLAr1PR9Bqr6ZpNp+\\/yFOWHrksdyhEOqn4FpOHJ4F64LNLWOoUY4Hvvjubwl9UcU5\\/GMkAXU1nRR7n7\\/dJdQ8\\/IB84+nLCGijOp\\/WR3nA6H1FRD\\/B+xif+Hhs3rgOXkshQeMpDBQBXS90pOKlxWI4m0+PCExOtsGxm7hhvLhLdzWR1X1AO1539vsMiWCGO2NUsLOUEA=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB20\",\"SSR_Key\":\"q0OW5rkVJzFpDqIK9MfMTbyTDGapp0Qnt2D1IlTtMOC9kZvMa0cRg4H0oltUTVKql9OTEkqRrFHohUqM2sGHgH+UybN1G0461y9PiDD\\/nvlTlHAeMFKOJxg\\/d39gWqPWLKy0+Xk1VHdK\\/kEt54MFUhGGffaxrVTHcROoY3a7ukPNbIdzgC+GLqdPRx90m4J+j5uXZBF8Jyfnq5QzUJBsuX45gNJU4UKVMSEUSFe4bqrcbO2\\/D+uPe4zbLpDb5UHJ1BwbQThH3kGO3EU3kX\\/QwkW8+UM0BlRytIPitalBtx4yxLniPv2L6zI2UqZtxyJop+p7PVVM5h89OP17eJs8Gz7ly7DBgMcRjkmGczSlSJtG1MPeqvcAsOQCZ0Fj9+VMaZhf2WIPWYL1qQpagbODybBdCwgfz4EjRoi2EbRiyBQXargXDIB0VN3yxKKXOEQlx9+XM9NoHtXChiHVdrorHnXv3dqw+m\\/VvRKlHO\\/ou8UJnju7vVi4paf2FXHHOEEHW6bCuN8KZZ4DQhm9Vyz4jdNgHS2Mixr4H\\/fcBkSALfy0OheGpkgaYwDjKdbSGJhLr4Lq+aNwDyI5wnvYWC7mq0lxw9sFuSSqkFso1FCVwwA=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"EB30\",\"SSR_Key\":\"3of\\/6e4ypfuDKDWfm2pMpU\\/8oSRuX8++bkhcgd5T45MbCip8Ji+MxKmFATD+rfyZ6AlChSEEhKSzItSyFLK77iAazgRWQcZEIAaMqtWcOQZHpg8HBGNQfzwCEEvjrTJE5Zz+aMpciXu\\/5ex8H5YiNALT4Pj8aXs2cU8iS0oc0GF\\/bjswvvcBANe4p+SUrDESLOkpF1o6jVu+2uL\\/wm3VWtP9oYV7jND+lIC3fTaUizv9A8ZJHZpbYRWrVzM+aHfaZSoyxYCYZmfMLBdfycGanSN4T3X5G6EzRjMFZuu+dG2dfUENmQWDpKtBgmaE9IKrkGXJtvWxO6mlIgc3vAAZVjHMWWMPp6q9DXI4tJ20Rugnffj4wFRy9\\/SW+GIPBIhqSXMGyyg09oXqro+0YHq8jnIEJOD4Gg8RUxMtTme1LFiKQVj4uUNV2sJSNyb33snY0TGbfyfymzWjZKppp5YpaICMGuk9RM5d2vTDzcvTAuh\\/lvETwjhCW7hfOi5Y6HV7ZwDdWR+YJtUMFdbrmayODnc6G5re0XYnd2O18evt2U2S4DcnUdDPixIKMIYDKHl7MoVMbt8FP5z\\/3hfzok6MIUh\\/hPBL3NbG4EYYhiLq\\/CM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 Kg\",\"segmentid\":2}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VGSW\",\"SSR_Key\":\"z4n\\/YE9DgbmkYemSKJ2AXO8iZimhR\\/9OB+Uex5FFgojo98NdkCra89bonC1tYGOwUTEfQi4ZsFoP7byxV835tgY+a\\/04KqhXkJF2hGQsBKzBZ+hs7\\/vBuH10+ExuRe4PonY\\/yWL9XUyolfpk+KNnqGY+gu+HONfKCFvQ4qNO4dKUF9jlG5ETtxH75UpAs5mpEKNCW9mV4ZhypDNdK5ZxHVmhCKVMGMRKofm6PipcO9bf0ViTn2mhs4AvKquwiBXU3hTPg5Omx2pmZzqBAtNgdDq5L\\/V0iHIUL9ApzAGjOvmx9ZpMUnqTr7TXTX9imuNVt4Zrxq\\/sXwkp4wvu4UAyxN+HXzLqoxK9pYV3d2JkOIHg81P4emnQC7Uo4qMbzohtjDLkzdNU\\/ShONTcz3P+XmiILZYbFMm6+fCDXYugiitPlugS0CJs3nyZq7vS9gI3WJXpKGfMDWIxBioUjvtLnVQh8I15EtAC\\/CNroz20ZmkJSNxMXxsISgvF44MWiWl+Ie0LontUIJBilc84l5byGIiZlKBFv9mG2f2P1C\\/xsF70aw4RNPUJA6yjovEMhpjUeF78Qcp+WZnHLt1bojD+OHeH07sRK0Yf52Y9LVSEMgmnL7g00RMkdxSr13rOo2zb0\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":395,\"Currency\":\"INR\",\"Code\":\"VGSW\",\"Price\":395,\"Description\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"JNSW\",\"SSR_Key\":\"87NFjQubIYHJOCYdwVpzgBbV9tDAgXz\\/jE4kHSF\\/cd5RJLjiq6cO953g0YS5ukEoFR0YyFmWafPucStM36s4rm3WoNiFYNT8BlygKFGmjOljdK7fwm+UsAMG7UJ6CTqVwZ4BcYMmJ0WH1yzwq6NouHSXZlnUlMrUZvED2zG2fu4kffqll7WaqQvxV5mufsIJ2NOgy6cVxSf+huWrp7Pfcm2nG+LkdZaor1aB6imQHSdd6h15sj6grGj4l8JZM4mvzevc+pNDzDmHBYKIMiSYfnXkcKlRzd5hYVYpdSj9PjZknGWaYVBXsKXd6UB6G1qnDXO2XL74NFVIOFNQ+hskIZmNcemYDiGeaXrwIVrgozTLdpl9nd93zrIlmHrd5rYnro0tKwKE7qmQXDdWpmU\\/43QJBBn67omxmnWFe7CnForyKCN0JX8G4C5t5BWYpWh3cUI\\/TXWhe5exe6jZujxb\\/YjU2ChT26WzxaiZA6gs4s\\/g05aNGMPzGErR\\/qo4lLfw97yL4cDe4Vjjd3kDomwF3NlvmufDomcwzaEz9jilYREgc62PrF3XUJoMOMocu9KWkcTodKjPLwhq9R42cRuZjmk\\/vPPzef0iFcfvwnDPlV2pxfhN4\\/mN69ay1g4jND2m\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich) \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":395,\"Currency\":\"INR\",\"Code\":\"JNSW\",\"Price\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich) \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NVSW\",\"SSR_Key\":\"cIMb3Ny4sFHGHksQm7BKvAIi4Vqfqh4nkf8XT6ASSNM8S3iJAq2DGC9JY027JLroK\\/DAyu6jg7pjSwhV+kz8eA4yZx9zDrnmxN6CDJq3kuV9\\/MsHrgMAr9\\/u2IBtRAYTY1bLJfvdiGbu19cffwOqVplv5EQIj+UrUd\\/6Xjmzd5uUtMyRxEhY6hNXgU6BU\\/O8oEVvjxyBNIZlqaPQ16PlcWJT+IraEP3Zm6O2wyPZ1UBjQ6AeS94sSia73iobgaLnaEsVZZqPdYaU+vSaZ6oJBOZ6vkgROBrpV7kcTo0RCIqk3ywHf4cJCCYZt0ZH20wuWxc3dEeyJwhnTVhJv8K\\/N7mUtWIlwnQZ3OLSODnHr5JBMTTpyeuA2GTX\\/2CAl9g52AG3xzlUnk6rzZbCXS9DMROkiPRTMLqKXheTrJGMH9KIdNrFzm4bHNSkL5UNstr9U+Rq\\/SGFQinkjDB9vmgZypw2x5Ify0m8oOHcbGwiXsVGc5NzRxFo2BCsvuOb\\/BbGFXt9cKRfkCtDcLj1XFTaQVSxI5uI0tGISOBLKPSteNpXjMI6+Y+9H9emSbr5TEBPvGTQHcfllbUSIbVX47S85jnCKOfMfhGegRHwBfXVTFIbVQjyR3MFPyF8ZHK6DsId\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":445,\"Currency\":\"INR\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"GFCM\",\"SSR_Key\":\"O+0jmrinC0gySC+bsk\\/Tuo4lhtYxGY9bxcXplmsiDUxOBh4eIRYd05JhIuVZc+yy8fO\\/4Pkrm9eJOloTyJfVxwKpuNApBKC6Xv7kmc0EleHz6fCEtGmP6jpjXJy+0BWaCgr5vFyCFTbyIljLrC7MAbnKy8noIaqvyXzArj2ufZNViRgynhnfO2569ssRPLrpnoAYPpmfgWq2H6v0sND\\/pk9Nf5URO3vDzY4MbPNmZEAHkZo3t1HoXij5KRXMrN4Yx5F0a2ncoG\\/YQzbmr8xsIFzhjhjTfKgMPEsT\\/oxXkrQp8HlWnB20zz\\/sMy6cokZ1qepxrJhYRVgtMy0Ceh9rLDcjfqaPLvgARSCe67ZlpKoe1neoiZOMDC+FbB8WGYgHWxlJ\\/LQEydZv\\/6eDhKhLGnfgaueLJnKaOEGWG+m1kswRA4T0ZkcS98uVsXrFUlbObcFxpAQwGAXsCHJYSZdAK5pkIMVropIL0ZLy3WWrlmz6rClqQhzxzlxiSp6iRowNCv7UUzBLsyxcQ7EJLySbfnxPY0NtHuamNT\\/50X\\/lE0nYJaSnuz9\\/viwDRGXE6QpyZwaPbYMNLLH20uS21eEE3uUdFMKzrhr\\/AmTpb+iOZum1PbINhaQOBa3L\\/+S4mk1W\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetarian Gluten-free Cold Meal (Dhokla)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":445,\"Currency\":\"INR\",\"Code\":\"GFCM\",\"Price\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal (Dhokla)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VGML\",\"SSR_Key\":\"K7IdiNh8GHUYI9s7t431\\/pdps06\\/rMVOoe0Ce2z5i7CiZsVNFdUYVtL3rKOWH0d6zk0kOLTyiN6tpE9m0Qb4Bvlc5j+2E0A1T+kk9SgWOT6zsxBKQboP5iGvlKZE22c9+txUlcitcvWyCGpRXNbKhuNIVbLuDGUNAmO9LfNdpBYFpgN+dAyakmNADUrsnptEYSokyrW7PXzihIdE3N\\/ddexvjDpUliI+gT3xNbdQFj\\/xEprATTAn+XAc6\\/UBr544TbtlXYevB0Bgtlq9gI6zUDlve6RAuZpdgnB277bu+2+NRuWapuLRuiQGeTzyOo9HoBB8PAIkvDqUKVpUkVFug8FN7p\\/Itnb4MKeSLaL8x7ri3mg62o7qkveBUoc0CBLa0K6JODU8gBY5cu6iTAIDlyYFHVjH56aXlvEvdVHJlKnkGxJ9aeSDvJYTjpXv1G71fQH5O6HltdC75gR8x0fvV\\/RUz0pcmOu\\/A5eX4UmwoY4fUO\\/NAoBdD+gk9b+TMKc65ARQNcvJOLsoRRZGOQ6XfbHh8tHa8bmqdN9Ljlg8EZh+6q22QgCU8w7T3qVTDcg9KGz+cYMhuVHR9pqY6qRG71ArzKZIOBDS7s0MFY0\\/eJU9f5gQPNdSDkp0UuJLcMoBA8UQEKAi9BH1bUVnTf4NnkcXQsNHtwmJZCbHer5VU8XrDRxUxBoOKkXQXCY9X+c+rIwuIp9Iq2gG14XQf00CAQprOJNXyah5TtD1YwZUHSk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Masala Dosa with Tomato onion uttapam and kanjivaram mini idli in sambar along with Coconut Chutney (220 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":495,\"Currency\":\"INR\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Masala Dosa with Tomato onion uttapam and kanjivaram mini idli in sambar along with Coconut Chutney (220 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"FPML\",\"SSR_Key\":\"jQ8qa1sYdzrrhg9XDE9E5RD5bYE4q7SBDSGs9eapNbCDwP6Kuxd7tQ8FdAflk6OZdKH\\/MmUnNxxICcGkZrfKZEGJRR2GulRk2QKn6rtXXswqCO3cg1N1aSKgnSXO2tsoU3FCpwU3g0to+kgE7OY2AuK51Fym7E1W356TK2QxmpRmFkFmR4qrl146pDKaitVIOvneD26dZjp1gtqED9MWu\\/rFTfGs+I4Euq6Q5IatzQBqRwSWIrhydm7q7hCgZeDJ\\/LPQqgMf0hfVqufhHhchVcpCxnDdHxKVoWYzTxTHLVMOOH2\\/Tpnj4ezYpda\\/W30oWUuq10kmZ1NYZ\\/8+wJSxGmbhWEOtejDp0z5dD3L\\/BjnuNYZ8KddtdjKNEFSL8Iai5Ry72D2fcW41YKdZNi5qMz3d2H4s1HTGbaPy80600CNwsjcucs\\/zGBV6XKuRWKkrij9jfGrTpRR6oX7urUW4puVCHJHXrQguFBGpJjFFkGmxyAojjDniX7A8IGDBPqAx88DzZm5QFwtrqWVUhqiql5BfjzxLxQVrzS7kWl6zDZU=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Fruit Platter\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":495,\"Currency\":\"INR\",\"Code\":\"FPML\",\"Price\":495,\"Description\":\"Fruit Platter\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"CHML\",\"SSR_Key\":\"2b4vFXUzZai1a3lnIHPYwyKSuNm8H2H0UkmGVMFIPILryP6uX3ARqjn1kwBjpQobKrtaqqgcTG5duCvNcSCE9yWnVyxigfzQNoC4kqgbYDijL8bmdrNuohaEWAY8Z7BMdiQqlIt3AjAQqXk1yUa39FGKfeOX\\/xHSZhoUanMRv9DWw6j3DRC+bNoHQPiedS7oOalQI1CKjCIyRbXew\\/h8ZJk8gBvwV3JoXla49nFFMRm9eqesbHwJQ\\/TQJMjSyfWi5Pa3xNMqGpw0Smx8gnCrB9WBkqP1D7ndUuedF2oaYFrxUP\\/GofBDQaIHDGd8JRFDQvrrf+rW+tT5hWIEH3tgZg02VAK0pami+1hFNiaD4nLW+LX\\/ogfXeKmVcsuNB\\/uBoDIbBf+LEJUMY2VO+WGRG55yEX3+TA1vnbub338erVj4oyQXCNf4rJuu1MHlTt68pnzIeaFPe1ZIKPol5I5sspQdCoBHXFZaE2TbKzbAW1EJRexQuIMFzotztH2XwKlzyhADHJMdwpdhSfbOwDQcW2cGLrBRf3X0QwOYZ84kAi8=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kid\'s meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":495,\"Currency\":\"INR\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kid\'s meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NVML\",\"SSR_Key\":\"suP5EtjlYPfpLLx3F0lVPY\\/ScOEv71tYXswr3C6wxyD6lxW8a7Q0lxdjLn71EVzwz\\/SUxp+qtO6JrMw8uMjU5KlV94uE1K1IdnDXnDdCvVIDKXxjqszxqL4vvOVn2dMBfbQsvIMJgCWwoF802Fx1SYtjpYGtJunzEEdXykqSuZPZMDnKlFe+vOtgovmjecf7SsS2TYZmM6mlRmuni5y0pJHpHgofHyjcoejxRz6WVtsfFYYwBEFuKa0ISc7lhZ7PsScyuZcbFqVHyyQ6PmjayJuJVi7hjfxPlHrDKfE+bdXw6kFtNm5\\/VCm7dVmasgf+OCOaZyVxw6C2UgLU+wxAqpBpqUB5LN0Djdr9bUIRZECCZDj3khpQAqeFrJhWHmxvj\\/6JyyMGd\\/BMKPWP\\/NkbePfmgP22+6wq2CEHQC3RuFb1PDqw3pMGtsKSUtQgIL1heQ2E52IUapLjiMaPpj3mK6e8UVaP71G8LgqumhLRSHFtQxQjNOI9uEW3q5BdAMTg6i9nr1TuyDL0WTG3cqAq76ieovrznZ\\/KH4THw4s9iTnOg7ZsrBQcVlMf8W2N54Sgp0hoTeiVLrZQfeteoPkXDqSb37t6o5d5FkOV6021RZ1d\\/6HfrrfhzEOhJoYa6KCsm9sukx4poadTJ6WzVGoERxLUcTP7L+nxsZqpMiDDZg7UvjxPl+9mHlQI39+I2803n5pY6ExSh0rp1ZRSYjIg8Q==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Fried egg on buttered bun with cheesy chicken croquette & oven roasted cajun potatoes. (210 gms) \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Fried egg on buttered bun with cheesy chicken croquette & oven roasted cajun potatoes. (210 gms) \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"LCVS\",\"SSR_Key\":\"4V1xKEJUkJH0UzX2fX\\/UK7i03Ap86vzwkF5rMV6YvXpu+cex9JsDAmQHXRZr8oQD+x05M8Vvk3Ej6Bq\\/QGRpG9lL7UV0wIuLrGv+G47ckCC7Vp80Cx5shI8lkafycjByjGc81+4Yls\\/UE\\/ppKYkzza73W+seXVpExxg5dOQyW4HBQrjoR01uZSpHEpNflSQj\\/bnhxOULoH2h667b6MjoNHU48j9+bHnhkR2ohBFxy35TbmHSXVDN3Yx6II\\/0q+atPsiOgwGfxecdc8XmEGgHynu1BjfHK9bBs8dsjyj5xQohD8UzjWhrrEHR43zdtSKDO3MUFJNFH6Tle6pOCXmSvuW7oqQKuON6mD8H4syVPTuSaiBqMdImTtn5Obx+zEKn+O3lyMsfSydqc2toF7P\\/sKUs3TeYXsJg8SdwiMszkdrsyM9Hp6+0I3FOVlc7k4Gz8i2JUJJ7ZDJ1EhMCiO+0Q4csVK5bj\\/7PLjAMT9D18c2LEe53cQri6SXfCGuAX0QGDTH10Z9X0\\/r5dAIZKbShlb9nzCi0rpC0FLCkTs+s6ZiStg+L1e9D1QfBzS7FzkcAhfvl+XnIXg14heAzIsHckQ==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low cal salad Vegetarian\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"LCVS\",\"Price\":545,\"Description\":\"Low cal salad Vegetarian\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"Gnq5NyvjVPOj1VgrKTi\\/8X\\/eq7P5Epph\\/GMxSwypbRIs08fVXk4jfwoPS04c7w+lN4ndkZdetXylKKUbu+OvOLp+SmUxsqfCOFyDsLobypc7Ka94L2naM2zCkUatCPmUjlUytWYldWhAUfwdoyHU5zmcdEV3fm44NWQuj1eoCvNVO5KChsQtdNWPnnsnknUrp\\/gPWJBna33ds6pld1wlf94nz6Jijxs1q+Z7f8302fxYFGayx\\/6TmfcWZwy\\/ivRy7kZBkfGACwTYvScSLh1iY\\/pCKWEPFQdaUhfsbOnvV1B3b7xJ+mGvASlNJxNwfrdQVCFi91jW8nTIseuTfz+ccskUwZmhd\\/fFu1Oyf2khmmCdxBv6Ht9N+v6llmE3wU0EKZckr2xHGy2Ja2324YwBBeZiJvmtUiYhY60blRVAW41GSNQlwiO91HvEYERl2wT8UU3lNflZEUuU4Han6fu6rRkktcTSY0Wgj5V1ZDIk2h8FQFpZTntWolhlkPtCkQDoPCZmWFk\\/apbD1+Ltp2\\/xIIqferx1RQ0wuuU7j4aNlag=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain Hot Meal \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":545,\"Description\":\"Jain Hot Meal \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"GFVG\",\"SSR_Key\":\"rY4gV\\/hP9He1RlE\\/XjzeWKq\\/FtVxoll6N0q2dZhYbUFLq0A1lOLDsVrN1FN96bMtqmrtzr8x0DesHpb5S0fxhSKIuvsC+DaQDzF7XHHZqyu+9xERCE0X4Fa79QDrJmZwNZfIgvNbGogGx7pSRFSQaskTEU29CatOHJ6PWFB\\/gLx4U7WiJjwOR58PkwEj9bJ644PcFswe8tjbH+VcNHFgM9aq9amDJ6gQKtqnhVThDb6DDU43GAplRYZhtbZ9S1A7wM90FwvrP+7oAfllCBFExxpIPHNvUMkF7y7HNzCJYWpXM7Ub7+mxv2kLPyyKc5bYFdinikHLE6FzQmSIQjHTrTtAstkStCdGX9g05mRpoYwDKwGNzTar+pVHiskl1DFwcjwFn3Lg4DJVeBW9mY20L3tIiH54U4FfOohdAjDg0CdmiqsSc471kq\\/0d2UgmP\\/JUAuIg96PYiZTF8hNOJ48BSXzq\\/KYjTgxFFKqp7wdiHvZ3AZP2j5goAc9j+DVwH6w8KngmZiZyRNUxM6yISzWJEqNwgX\\/wt1Tu6VE5YcDT2mTzbvJV8u0L7EdV8Yq7kejdRBL2FIv+1o8kWPtNPn\\/rg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetarian Gluten-free Hot Meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"GFVG\",\"Price\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"DBML\",\"SSR_Key\":\"E2TzbvuY7PgTlEVTRFM6v1wl9g70XaIjm5GvnqM4FghJCFpwLkdPzQMH9A2\\/kuVuR2JMADyXQ896nEEOpQNfLTaYWPxHvLRIa6iGdmACKBeFU52UeqnW85eLrx+30bMoTzN0eRadR\\/XeKdsx2Gs7uKkIzEYlpPnVVvMlYzkOkUPLYIf\\/tZjtk0Y\\/ppURTCGb+3iUOJMrptRt2HHs5VTr0zAM+Z6dasHUhNvENe090A\\/Afphby7S00ugsoWRcbW+8\\/2466pb92KCRHQakR8T5xxn4e0RaWwB0ZSaWFaOYd37mPe3eimHy39wJLp3G6kN\\/nhI+SXYnlVD7gUP40XEQ7HqAdEPwbUK0IpfEvX\\/r3asBsBEQOKCw9\\/NAV0kTjEdTmHclbgGIvEvtFM0cbNGPty9\\/wKnyv8rtJqQ4kmZG\\/tDo8kfXDcENHoVIZxHyjim3kQmyaYDAYaJsJWHnD2OsmdjHZq6W50DmYJfBEdAShB1lvvattZzpBdiVkTx6h\\/qGVv47udNwQ10OPO8VioYGHNzzfOFOw6YoR\\/qG8PoysDvoUr3ScFSSZaxqXs7k1YDzg\\/DOJrDUFd4n5+RSlfqmuQ==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetarian Diabetic Hot Meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"DBML\",\"Price\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VCC6\",\"SSR_Key\":\"xd1f6p1sMRFTy8QmK2JoorESB6H1qM++IvLz8fPb7KvrNayd6peGzV19RpfQnUiIlJ+TTlPJ0WLW3s4brnwYzqqa3jRF0c3+FjkS+vtoWivrZtSTdCpfQTTavXHPlBsN4dzYGElmWqJ0de9sB+WBHVnW3o1SDkUZ\\/7MhTX3zGzhQ\\/V1erMYje2+Qt3W2sUJNoSfNmAjxmRaPVAkyITY1vUvR0CTbhp70gnfrc47alih38eRpJsUqzz3AiaQjh9ufp1Ww\\/MYcIwnrKkG\\/2IgjRDhI7JuXpJVa9SnNYfyxDSz9nfp4vzI1IyEqgsbYw81mY2iGgyEAeZhxw0Kq+lFTr\\/kxGcUtwV8V6poxj6Sefjz3Gz3kBlr6nQ2KV9RJa6vca3+bWR8D1qY6YhgVJYCkudYeq2X\\/5NEgdSgSpfbxKtpCBjx\\/SBhD+OwvM67nDabSwRiKCqHQO4B4fA92vHkdaT\\/l2+0ekmTYr98F7Hmo4KV0rH2sFwEQq\\/+8FQLPr0f2HQ\\/NXCw3RKsTKDBDb1x4HK0sUSTtL927InQOQeikanUdnFQyP1eo5oDFm9i460lmiRDfRucIAGh4zDsBr\\/zqtA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetable Daliya (280 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"VCC6\",\"Price\":595,\"Description\":\"Vegetable Daliya (280 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VCC5\",\"SSR_Key\":\"xbs\\/77sr2fZkl9NmkaOrxT1ElZTqcFxIs08POdqbv1Nv9+3bFsTzuO6R8IoW1jK7uyq7Z8hdKJMb7AzNvWNxbeZ7KvUKAEi\\/bYBj3Ra1RExh7V28L1PFVdmFxptWXfm9Sytzww+zL5PBLSnqpkajr2hC8oJrGpfQxskhcburR17ILms0ylgO8OXdQbE35QTUR08TnxKgmve0s\\/oVW8ycq4lwARu+zueyqFqbNYqA92\\/bGWILA82wJ1VWPxZWon1Yka5hZBANqv\\/wIDzCEoGmxevmuzEh9MYddJVzscOHpoT8GoF896oMnAPnPHZ6yu7gyFiRFr0BCpZUKB3H0ouKD6e5ixu2qobgTm4FA4FIhosYiWWKIeqCcQ7EWXSKzl0gPYtGLrthuUOEUshpO+xkodJFcpGjh8whQqxxP6SRXqbD1Ih+CwEZ6TzpEchqlprmJq1mlk4jRlUUJtIW9UqfczDvb4W6j64ZYEMuG3oWu\\/ABlhaX\\/+0HYw6ILIdqoT40OSUzoydtgEgp72dyxhefdlXk4rZ4XtaG3UWHAbPxJgI8n4k4prYw6H\\/TgN+6wp+R0ItZw8e85Cs6CmsInKsOtMFbP8GRQfYmhDAccOsbvFk1ccw1q1HJK5U9mmxn4ri8\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetable Pasta in Neapolitan sauce (280 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"VCC5\",\"Price\":595,\"Description\":\"Vegetable Pasta in Neapolitan sauce (280 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"VCC2\",\"SSR_Key\":\"Us2AWkQ7RkWL+v\\/sjWZPrzkBUwsDVU2hhxuvtvGW3yGTC5G3dQVXyY5TqUnkxhvu173EVNq1BeWHdTadRui9H+N7j+ApOHV9WptojtaaPWa\\/eM\\/CD041Lp1BY44SsY8stbwPpFzkv5tZOU71w1Du7MaL96QhZrC8sBzwtOC7f73adTwtEK1deBpyUNh+w2S74bQ5a7UGhp+AmBvUJ3Rr5rX03VF0drozwZIjY+KnZ55hEZh8YA\\/7R84lAsBVo5gccqH8Gm1RrnV+pBTj1xw\\/SijpcyWtyEdrv1rdhY5u3ANe62To1fuVffZyBGW\\/GACV14cjyr0kUe\\/PkuF5HqkoUDUnVhKLvZX0MlkWkqISQEhnJOPrpzMrh6GlzcV8xCpOzekbEH+vuEbBhMwjXkzHmqI6j8+I08L1OYeWmL9fdWpuFxhPNKIsFhX9nnw4fr8+AmE4WYzG403BG+ZaEhFpksZ9iPAs1bvDtAZVRn0u7ZrukjCIh3PNyM46Ba0rc+tk6XhEYAdehTEnJfRRVUu6sbYQr2p7t1FWyTOiIQvR6uaGifusIzzTo7lsPGbPoNzXANqnVQxqaeORgmAvqRlF4HYQhCtM32RnlhJMN1JhD895VXkbE+H\\/7RmnWwo2b7gI\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegtable in Red Thai Curry with Steamed Rice (200 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"VCC2\",\"Price\":595,\"Description\":\"Vegtable in Red Thai Curry with Steamed Rice (200 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NCC6\",\"SSR_Key\":\"IBK0h6GAAXLeAc0m98WrZkFrR0WwyjgCR+h7EjnYZiBbv5nbxb+swLCMyHN495g54uMjblqnELFCWrpCKUINr0yO7x4tfJlUgEDCrA\\/7oCsfdK+rYl1ghCa0vIgaRH8W6CEiIxtAaXH+pbFyd8Mez+AECP9qdxMomxWYNiWoEYZiBZAlZh131VOuGgCkQiAJzuCa6818Fa2gBQJKzIcT0aWgCI6aRnSM3QhvPG0JPsFyoWMKLjUmDScWu8bwsqYK0X4LnaRr0yXBP\\/P9nc0kDHRc\\/f75ZU8CNTuejksqU7QIvspaA4RRXMLT\\/E\\/bHa7xaVLMhPghg15Hb6A0rKq5d8eOyp8Kuc\\/yXVX2nH48E4ExjJZyc3Ri6iHo62JaH5TQX1o3bWaWPUDxV8xnUikObpex+T8wZRuS5lgkPDIcnaG3XdKaAT9Hpuc3RVCqEVd\\/MA3mnZS61NrMKFj\\/YZPEGJChfVEHEuRRO3xeQsUT8PDQDHLBfQQkU6IZbNYGCXYXpkUcd1I2e5Tx\\/ZCGo7PiXT\\/mfwYlsoE0SRbg\\/cn8oaeUOQ5kxhIESVPkERdX05GqLszvA2etMmASdhE1PpmMKASTJjn5qBPF+6fsi4tW4A6qWhIYcNvXxjiQsNIModaz\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken schezwan on bed of fried rice (210 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"NCC6\",\"Price\":595,\"Description\":\"Chicken schezwan on bed of fried rice (210 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NCC5\",\"SSR_Key\":\"LqFijELeA8C2lmGGX8NGV1pv\\/cVqsTQ80EAF3t3RnNcAB7lhN3BAzzXzH+H7TN7szB3BSxqaNATA3cHJhZgc6h+Ib7Wvf0uU2MaE2k5rybnyKbQ+1CUr8AaoECbBvF1\\/O4GD\\/\\/jmB+3XRxGIW1SUfvXAcr4OghqCbnZ9SJUexxypupax0l6lezNbn8ShRsNEse16DUFhYrY8WXw5oKdWYhCarEn4F9yoKo2cwIr5FN9FMeXe2qJbzenddl27llf77Jh0XGNOyd2DfrlmnqA0vWoNonOH5db81Wl9RpklDAyKNw5P+riImUJzu5ztVqEsbnns\\/jOggZ7MJYQ\\/tWWTOHoiCwaXQvwf6m7TuPfFXOBFaK9MU4BQ9cM24TjvIB6BqEdhQkEwNu5TgMBlsKAGCfRU6j757PUODv9bbvopTr8nWeuE2m9PpyZQ7mPEYJUa7ohDzK2t3ezJqpQz66Ev0hhfRI27Sc6dv+Npf435DNyFUqn2zmQGN8ZtxxMhWdYX27\\/RuiBpclUMKuaTPovLZ0UMmTy4efw5m8qTfjYGoPWWa3UibZio+TgoKMRspCBQK9ZpjRXFbpzDdTb7KHuRQSYwXMxA1rJH3qa1Rm7Wfbl8gUDYhHICV0WLqBTzvLHzAA\\/8WNYk3zRWWDPi3inZKtfxIqIh6DC7cyvtCf2vWYE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoor dal (260  gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"NCC5\",\"Price\":595,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoor dal (260  gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NCC4\",\"SSR_Key\":\"j3dmO6X3o7qHZspSySDbxTExsveNPXQrOkJAMvxE7BErvwGnHigZ\\/W3FFLTQ\\/YisMh+d5hVYVLJTv6rnnY7j3jLr+mW40hScXImD7chuVQYLyRET5XzGCL\\/9NQgRMmBKZHPIaBUWNspm5zlijcEpi+dm2AtQ8yDApcjdLXRZgKH8P6FODAIMx58jNveqCyUI0XGJ+4xiSHGxRrNsKTj6u52Vg1nC3TXdV6wck6D+1iPQNEBMRxJ8MuT5pgiEYDXISEPcYSA6fQCL1KlSnAMvYfNOYTu24pulADX5iuS1oLpUl1zELV\\/962iVdXRXwIa5IXElV+KtIS8RNGkjV18i01+sw2wsjuXexjH7F79MvfCljKm\\/Z7u26oWr9+DukaHP0b8UAU9teLkcIOQKonEOmDakvR3wW3JyHqimxLSuqBM6PFilyEOIixp9HRqjKJGZViGTeCWYtKUCbDDO6JL+uHZOVaRKxsRNxFz7TI8mPwwZXcD2B1Xi7PvZZF64PmFR5NctKUABhNRxN1rN69gGFMB1qdLYhY9\\/cqPV9o\\/Z8m4AWCYqetOzMwXGMKbmdEPDxJv4RFiyPbSQBwAEfYr8LgZTvE27eeEHWuPZU9N8fKyiijlHY+nhQbgcLE+4ZPjvw7\\/fVNjPnJn9v9RBcikD4TEK5Djdmi5RUsK1PlXL0iOuJcQlFQ\\/rAdaf55DDLGki\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab. (225 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"NCC4\",\"Price\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab. (225 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NCC2\",\"SSR_Key\":\"CuekGAFzy96Mipj6oyurVkqKfI3rT1\\/uwUQ7TNp\\/KNQ2BZVLazRhPWnEThjZhOR4cuG8rCJkFi6Gt08vYXaoIl1BsfyE0aiQ7wRpDiDbYZ+t0GxImurU0P8txRAUrSvh6osg1oWL7J6PhHzqXSgZGoMytYc3zxR4rUXSaJFL5hEESzBuu1ts01cR5XnRR2cyBGT2PlqwR6N665B0YBBirGJI6nPbabH7LumWBREHZZRWRK\\/AbsfsXP4UtkPVvIyCduTORzv0hvJ7tb9sXYih46zl2CmVE0shfLzjzPty6QTCQFlHeT7AoXwtBL7O5hG0UQDV1gGlUxndtsgoQlKJLQnlYTGzTGBLkhetGKnN4P9nVr7ts2nn3XJxldH6FN30aR5IM+n5ZYwD98CXaByN9hkpHPxXI0FFrW7HZQHlvZUlTLAhbbP5wsGRv+lnvLaNZd1YCe6D2LKR\\/fOg+lE3g76sdKegeIJLDBjeabGdwvQju17tH\\/vZ\\/gRjl2XVDQ1xZHV7Kr1WsSBrE6BRBhaChGqIQKQfdpxdPwDFCXmUIGJR9Wm9HJ3M63l5aCgRWaeGh+v3hlFz984PysLyZv8RjXPYbJCfEIP6DpdYnBgFRQCip6g+1ee3bI6R5FppFTgS\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken in Red Thai Curry with Steamed Rice (200 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"NCC2\",\"Price\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice (200 gms)\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"NCC1\",\"SSR_Key\":\"vZeo2dnEWgQ0cWYWhLaZ4f7fyjWOQYDqQbQDrCiL5XvUUYVWOyzetBiiyBPjMNSd49wYAACxe78C8tVfyGevirJ2DpL+BAMD2dPk7r0aW+QUolcdNw8FebSz3k8HzIhN7TxxdcaPQIH2RjAUts1GQH6THg2xG25pK2c0vLMdGjjhOxuaf8wASwS00y0u21rhSxkOWPX7Dasw7wBaO2jZI8zS8h8W7JqfqgFjKU9UmNtgEfSUCzVIbrTxG9uKSq+oaJJD1o977PEu\\/qgUnBzQHRXj7PZ2tZyrhgZyD9spoKM2u39jwG\\/h4UyxBy\\/xddoOQFZLtpDt02ILcLj7BiEDAmr4Cid7Y\\/1FqHKm9KrxMX2OT6wC+6ecblq\\/B6K1bQgh9hSsComQV52gPj5HWWp1qUWQEiDc+aBFnMg+SvLA5wgk\\/ZGXlYrKR54wNDKK6CsvauITH0L4uxKLY8okco\\/JyfnNsACMhSQvlFVO\\/aIfcnCvYjcCtM9bUpjuujPzTkbOlOs0JO6voSeGVbUYgXfLiIHDu4cb1nJibRbNMw6pz1ufV1nD+g0s6RoY27WxMbTiRE5ymCNsOuo9f6IF4alsD2KJ2F3Xo8kC1IL2wbrQKMl6YP08gQk11FjySoYBYcL+KvVAPR6tit7ubtbvqtncdEOA8jLi9nlOOsUo7bHayaDL7cjwk4zPZGRBDD5HhITsf03XqFbtq\\/bpChiWd4cgR+aCCXcN6lRbWRc99bqP+oMMUspr7AHePTlx1Lxd91zo\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut\\u00e9ed Carrots & Beans Baton (270 gms)\\n\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"NCC1\",\"Price\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut\\u00e9ed Carrots & Beans Baton (270 gms)\\n\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"LCNS\",\"SSR_Key\":\"5hQelo6PwnAyP1fPX1FUMvpHXOTvzl16VPmtwfho0EcssnauWaZ+VfS2e1Fj6AxyrdcovJjNAFVOw8l\\/LqHzjWv7njrY8CWrpAqQyuZ3yV3q0kYBQvXv+Hu0DrF+Oa1J+7ZbXNNOMYmnhdqmi3\\/nuDaCPh6JXDk89HPqpeVylCFwi5GinjnEy2DDLWYU0xuB8su07ieS5adCJfPQg2Y7PH4un0eGJ7pltjuvE1Z+j5puTY8W6rAFJ3n9u0N2JEzeowfRyCQWPZ4pK82lVQPHaVCpehHASqawchUXD19DzZfR03YPeIsadDsLFOm3aGxiOgbuxHXui4IzO7g2RRLMR0rgp5ueKmsfYMU+sA03icCJNaQHNvLb7nf8VPn\\/BQ9MvIAt7vByr7ixhk\\/wOeRWps0dvMAqLNx0UcIGTdsems5Emn8y8At41ldr7UttbIjXCfRJQV7mHGK1eOHo4l79cRCvAL\\/2oDBtMduitcUI1M\\/xGodE+\\/Yih+XQEFh5XfkiVPLH8G5f2DW5JTUplTixw0GpT+sVxbm2OKQWyqlUvasJE+hxK+ESxY3suwaGIGYbsOSb7BY3bICJcXaQQ7kWWw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low cal salad Non - Vegetarian\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"LCNS\",\"Price\":595,\"Description\":\"Low cal salad Non - Vegetarian\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"hkopSnX0Kkr2Szo8hN1eeRfPztA+ZYUcU6hsQVRsOngQxrlzDTr2NFSFPklAXm4YMxU7\\/OlkG+5Sn2kb\\/4c89+CTbv2mmUA2jDA78BRycoBaio\\/E7smfVLwA\\/eNiZ1zoieQZD+ts3g\\/6xhIzDcePgkxU+SIRHfdlws1loLwgUPJI6pmWFSW8MYv5fixDMCyVSswFSpx2xAIaXaIuB4wYRDPBi2j9Qyh+zW6lQfG6Bw3M83phUe8fnLDIzgvaDaEPg1sw3pdOPVt6HcFG42+KHP9wY5dHR84SXfl9U27+VhyQ8a0fpWemMeWjc+NmwZThn7n0kjiXVjK5enfv1YB2Ae2OjN3E0ygpxNdQ0ivPV0Wr89CWZx0xAjx\\/8nnCzTZItTpj6slpOXLWDgs90M8k3apwvVwPYrbnRfeY0F1Lx2arYC2eoQsdfbZCc7rVGbZ+KDt3y1AlGaHQOREjCq6K+IE4FkLGwjcEywuqlvYNTF3Jv14Po+bRzqTiJrNEpU8YHKWFdNgeFuLmaxm+7uMOqXChzUEa4ptAYCyoj2mWuuYgCqzyriCfQE05TgV6xILs6IwUOc6OxgO\\/kwFvNvlsaA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Non - Vegetarian Gluten-free Hot Meal \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":595,\"Description\":\"Non - Vegetarian Gluten-free Hot Meal \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4876834041031178091\",\"Leg_Index\":0,\"SSR_Code\":\"DNVL\",\"SSR_Key\":\"hkopSnX0Kkr2Szo8hN1eeShRY0yhRY9gog5mUqvUd+l\\/O7FmC12JR8QzKgCMozfZ2WU9w3ZA4E965vU7ZTYLC+ki0w3D+jOmk2Ax4qnDn+3GsDNsSOjG+myYPX84P1wI2pAarT+JoLjIQuWrojN+MWOFB03\\/K\\/00F18ywZhjOIF5xCx3vMakAzDI1QXF2TojUIhUat2MQg8kqs2Nj1q4VJLXBql17WRmqVxov0WcEpQvyyHZXY19g4QEPUA8SvEeoH8FD1g9NGkXgY5qHx6\\/WPmlh2Sr3bcSIWreSEC4lRI4kmeoyGwqTYbcXLY71KsMepf0kCjkhVBFxpzwWmqX7mI86QHpvwReyMKvUZ3HMYx1w3gSEpKfgl6SDwmm4Boe+OfgQIyrxz\\/Bi20Fel6gwi\\/P2nO4Hni04uSyzHILfQNBFlzA8ShP4kRBPbkc1eqog9ZJsMdIIQPRM6Fc\\/vLsutl9SabaLD24eU45iF51BCsxcP\\/XITy8kHWFtE528BySszB1rykB5+8tdzKSDWzp5laffih8q8KDSxfoIp\\/0wrrRrGku980vgcz5RYTth5VTm8LsmgdgjN5kzs7ihHUaQQ==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Non - Vegetarian Diabetic Hot Meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":595,\"Currency\":\"INR\",\"Code\":\"DNVL\",\"Price\":595,\"Description\":\"Non - Vegetarian Diabetic Hot Meal\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"gOUVDaLPf+Ohv1x8FwAzDEU3g3IyLm5M5zRbCdl76hpZYW5e4J8UMB1p6FXEQYT\\/+CJD040dVpS9ql82mkHUD1Z7HOqMA+3qc6W8Adq2qx3o0+9lo\\/QOhuTU55QuDRJJvYT+ss256ajGQbFwmgED6H9FY3vfR+cckJJardYCwPIWFTUcxbCKlvZxbjiEtQnNmWcMJOjqgg0hcVpWmQ4EasKfZyczxvOFYcqHMwJux7tLoXdqfi+t8yQBw8rfvRGgddkLIBhv27hEruDmxPIIDxOLxZL0ZDQnZwFPGdKi1GYE8mXqu\\/gV0uulKyqmG3qi4WWPIvbEytYKZyr7R9MtveZ+S8s9BaoYLgX1+ip683Fu1EYajaoPx8FVTrhZC50EXYnW+YR8SAOgP2yr54yjHqT0JJDL5tcqQJYWI\\/F3r1cT+8krOEPSFy8QOBjCRLFF3pTwrjq\\/zy2urpCEGKXmLSVcCMK\\/0ka+ZKf542tUdteLRkGDJvsoNpNGiZCNxfMDO7n7WXQJtANWj2xEmGBO80yzWVxNML\\/zv9sdhoVzokPQy7YHaTOP+OWJ+43xNNHb3LOc8Djh4bpgMNbIDQwllyjc19o5oxYVkYKVZdZmRfLcCNN3OFKFghFx0SROc3osvCYMHaBDJd4hTK5uKciqw7Uzue3lk+cDqy\\/hkt\\/Vp3kU8xl63kSvBAjGSuNIRYDO\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"7701\",\"TravelDate\":\"2024-01-03\"}],\"apiTraceId\":\"NDF5406688063968886888\",\"SearchTraceId\":\"26dc6-e3541-19d9d-12959\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/01\\/2024\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_dateG\":[\"06\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-01-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"26dc6-e3541-19d9d-12959\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"GAU\"],\"to\":[\"DEL\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Delhi\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/01\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"03 Jan Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:34:09\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"26dc6-e3541-19d9d-12959\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"gOUVDaLPf+Ohv1x8FwAzDEU3g3IyLm5M5zRbCdl76hpZYW5e4J8UMB1p6FXEQYT\\/+CJD040dVpS9ql82mkHUD1Z7HOqMA+3qc6W8Adq2qx3o0+9lo\\/QOhuTU55QuDRJJvYT+ss256ajGQbFwmgED6H9FY3vfR+cckJJardYCwPIWFTUcxbCKlvZxbjiEtQnNmWcMJOjqgg0hcVpWmQ4EasKfZyczxvOFYcqHMwJux7tLoXdqfi+t8yQBw8rfvRGgddkLIBhv27hEruDmxPIIDxOLxZL0ZDQnZwFPGdKi1GYE8mXqu\\/gV0uulKyqmG3qi4WWPIvbEytYKZyr7R9MtveZ+S8s9BaoYLgX1+ip683Fu1EYajaoPx8FVTrhZC50EXYnW+YR8SAOgP2yr54yjHqT0JJDL5tcqQJYWI\\/F3r1cT+8krOEPSFy8QOBjCRLFF3pTwrjq\\/zy2urpCEGKXmLSVcCMK\\/0ka+ZKf542tUdteLRkGDJvsoNpNGiZCNxfMDO7n7WXQJtANWj2xEmGBO80yzWVxNML\\/zv9sdhoVzokPQy7YHaTOP+OWJ+43xNNHb3LOc8Djh4bpgMNbIDQwllyjc19o5oxYVkYKVZdZmRfLcCNN3OFKFghFx0SROc3osvCYMHaBDJd4hTK5uKciqw7Uzue3lk+cDqy\\/hkt\\/Vp3kU8xl63kSvBAjGSuNIRYDO\",\"AirRepriceRequests\":[{\"Flight_Key\":\"w3xZSvwtG4ENC5We781+zhJ6MH\\/uW3a4NIjPXI\\/3amie2rLi6sx+TI+xTNX4NP77bTf4RzfXkBuUYU788VhRWfVNaPzg1DMpG19wjngqztNsEP\\/UUgYrRudzepUqCz5ghyDJYJs5gvQy+JBrgaLEisakEVaf9NhZEwt63CqP2NJtzRPT3NHD56VFpbaE6jOj9RXQWQS\\/whZgg+2wfT09Ad6ngR1mIqEAcSHgrE+26PiGoMvp\\/K2Syd+lFXcGxl0o61ymX55M0rTiX66vWL9Rzmd27pEwIHDxwRojqgEkCF57JKKnc8coAaVnpjQ1bi8zVMqnqJUvFLkdPuP3gPhzqaZZTkHYr9p\\/x4PRu8tGHfeu5NUGBoMv1OLbw7hQla1ALnMOBg1s5Lk1qrep6H9xdOzguVv3QYK4ooWdQEcILgP\\/4hivCBwAJ27LrOUr9DWY8jmpADPCyG4YU\\/p8VJuyrSg5snPmFX+uxHdxCS\\/9XzgBAfa0ehfF5hdwftq8hm3JtywB+7mfsmSJYhr0fqCE3FVPaqz3TDYJXi8Aktsi2ZXvLiXVjdk9iPzz6tBL9Y2TB8XueBjeMgguUKvJYOqEzWN8QicvM\\/8fs6O\\/Pz1VjfclhF\\/zv1wREPLyApQt4G0pfOsAaJAC9N4sscnFj4fiRVTF52HT45KUeeU\\/HmxreerQqgY4oh1mRmX6m9sm0jSAcVskE2Kqv10d6Q+Do9RzsHCJ2+bc1Bg5Ke4IGCXXv1zbhHc4zQAW3dc5leZgb82T1KDCkJRy4Dpdg1wcBbwnHLi\\/xlrMIjPNP6XRI31i1ykJ87GwUjZoqIWNvWKxL\\/wOZ1J2xVe7Op\\/asFzLFxVefPWxPtKtoVFb1N7YPxXUzVAy7pfK1BXMxqVoqY\\/dRgs2Y1vHdSZPd87fa6mHjOUHJZ6fW8os43z3pGY9UxXcVxyRsftlgoCfUfgGwSNQjZaeBPCTTQzW891IQ34jX87qu65z17q+M2xzX2lV\\/SXoHXvyFc+wkTg7EC31GmJ1NPT1IjFRyariDdt9M39oIqp4US5ggagv3hi43tU1ibfkFDzkpr23dc1tZ4adNdgEZrSzGCCc20hP3Iyv\\/PpRJ2FW5pHdfOnu0ray27d30pVFygO6wsFSj+MH5KuSX7OdwdOfIeDlXshtG10IBD7VYiBhH\\/ubgihQNriqXZ6Hbs\\/vJzxWqtNLcrhL7Kd\\/TAQD7MgBoMaKcdFIKpwHkJ3V3WFz590m6odIBFF8ZkC5WNUb0XaHPDOW\\/EU04pV\\/xSHpGrGsjUHfq2YhuIHxhOUdhnrRrGj9A42rHWB5RHta0ndtq3je12B3+vb\\/FuOuwRIVOuZNbn2RmITMZowTuClVcK6jHwaUsXXQ3+EsRjd6oiSGHB58H8xy+NjSTnojn6aRS9rZylDu+R6DcUWuZ9AEU1k6wAEKVhijJaWEkilwy9k6Vj9uHJ7xasB6t95q0HTbB3l4TqNXXjQTIgVwqPxtY787pKLHr65waFPVQ5kyBo1GeQVRPvqof5sr3XeswRwQEp0B4YIHPHhZaiQw1Y2DSd\\/UnP6pgDNKamvWL9pTCHWoTZNCxmEhMmX1kNEJfinbFwdA0UFxffi3UnSjoDJ6M1zJ0HaSWyOvpiFCU1HmdbctODNwawmskbNs2wto8iJ62aIsAhtrpSNWwE55t5VVb4Cs5zinAmDAEoALIii\\/pdYko4nveIkbGh3dI7w9MjVnsO7kAlWA25deoRQo\\/RN4MnXapygqBOAgT2wM5ZoMdPXfe60aidkAHDruMbWriwSUl235cyM18Fjri1+8JVAk71M4OzaCCMx90l7R28HP0S\\/6MO3srhT5toOzRtjfgywMJgjTCl0Ay2YT\\/TSlX7zbNi8jQsuLJfrar7HEsf\\/O5btqZxHULkzjv2tc4FAPk4lX92anNJWwbDUqSrg8SyeMAntCYwhvxSpza\\/bfs7+ftX2x7mExFYw8wNwsKSYlb6jsTpIVZ2nLZcxrbfPGN6NrDEJAhIJB78VjSwHjZ6YFY+Y5HS+cR0HWGTZ\\/U4EC8KaFZh7DIlHZI4c3ugjOUsTWi3Ynk6ZplKuXauXH9WbRgqaMKb9k6+nVynKKMTbp1N26OtkEPvpai2yyND3\\/+IcdM+nJ+vvuxvqtZc97e3lB\\/1D4n+5kxXJ3Nn+hbAJ12lHhieSq9BJlGYeJkmTI+RglJRY+9hnvh\\/jJCjLF0ox7ROspebADsJEmiEnb2C+q0ePrwstqVMG1PPo92phA7tOHkr+VIAZZ8OYIzzYlky4jNwUhVw14FZb5NZPdZSrGLCcY47xO7Y4K2GYqsKajN3ikjZN3S\\/vP99rXR565vpWddb3VfExWYJ+9YghmLiVVMqL5QpgbQdBam5vzTNrm4QuY9n9epSyLrVfyUDG7d3KNmnjDccqWB8Pb084Ql6KTwFKW4zhli2syu+F+g6SOSLO+3FlVZbOPvQFdNzHdKqtDVBqbZeBX\\/rx8lVw910VLSb54L2KCdrW215YMjxjqhMuOAAfoEH0wVPbHEHLcmfpvuVxcyq0AFU7turFekjLJaZgosaifdm8MVSZidwOAYR+B9MfvxhxAqxMxFRYIMNNzMqYzv4R8JZMPrPpVEiSAO2iTI\\/gB5N10lzrYUu9wi531cT6SfFEH8l3zZd1ys5aU2O8OVTZ9t4BMAq\\/shmgSYnZalncIoWd3mm8S6TpXn2FBRT3uvvFnhlK7ozE\\/fJQzzX5CWkiP+iIKPxNAUVzX\\/J7TB+h2TZ63WbNDjP3buwD8AbO2z0QyZ1uv6\\/ygV82BnbJQ4ca+NgsBH6\\/bCCiOA50gT8+FXDTlI7c0PLlYJ8nYJcyLaE+9tIlAngk0Xo+vv61GyVN53HM4K8rgMHxO5LhWPPrr7zXTJAwiiuijRTk3F8GdRAesd+bJBvrllzMdNb31s0IjbKfP4cg2ObCksbf6VrmCk3L56gYctRsSFhqObnAzMAMpi\\/HhWVnyE2iiGm0tUh2f3cdHcE2U20x38+bJfI4yxzMBdqDZ6t33p7+RZlZP8m7CrUqxnUFKa7vGbn7bLf+KPa\\/AumJ\\/k2EsB5caozW0Jr9dMFpBQC4OXqn2aukn+Pa3trdVNd6ijGm11RgHfdRCIkQDG6hJV21PVrgfUL+u7MJdG\\/wNg1OTPlzGIh8BS2j7ECB71JlTfgt81Zs1WJdMuWeE1Z7uiLsD8Q6GfwEglrHM5aLlpeIr0n6zUGDJz8xkMW6dmEhlYBXtwge2gPsLt2lTs54YhJNBQbdAA8cQUdkxLf4pZ5+iXUuxeeYoEHqFkKN\\/PF\\/H0ttkFX5Hh52eNxczNjOa6VPs4wkiFJIMryAMdhChmFKc7VWSk6aIdkqzPoqG0MBIFtmz\\/dsFlDpjYZI+f4XdAqiKZ4YhCKL3l7DYqsqAUkKbxom6vPFzQjXsKM17ekcnk3SZgnLupoucKSJ6R\\/XO0at91rPsAA1CcrwAIm1kj1tVAsNz5UdoDmtnnpQR75jApy1gtg\\/lW426KvIfLI5OXI2xSuBCSkxMR6zkZG4fZMuryJcVRRLti+0bAI8petYLm0jwzK6u6BYbw19\\/C65FOQAS2qaPCHKehxzgUi1ahrJ7f7kEMztrmJNZBxlGXFN8dcwwjBZney4a4PT0jxe8OKZJwdlQFvYtpSdyHCS0hZA0HksJCGRgayUIg2l25snFCRDJSEUYod3FWukzcWjKOXBMqJr5AbOnALKK1Cz1cilWYV08EyvHKc6kp8I1hLaQzwAyXrOp0GVeHHw7e+O6njD5ADBttiqALiaC2nkmasXuBJJ9PBW\\/N9niqUpeAWEmLYgULcbjgVz4ZPib+B3jQbmhNlKHNvBnxBXNxAflJd1RiyrDouRArpe40rVpoobCTWpI9W4EUJNgMc\\/MMZXXrkKWZ6UQTMeuUajDAtX\\/rVIU+ucv\\/yT+f+SPLc0t5QF0scWbRpCI7D\\/k1blw4ESMDEFfizag4hCsG7GbVR7MsQ14Joua0Kh6F2r3jTV36ngM5IyElQZFSr0433+rOb2UU+ooMRi8KVpbRhPltePk\\/tdzK7bOaL7FO6lz8CsGb9k6fI1uVrhGh4Sl7XX+jaUucCd2yHAtaQbcqCgpijz6zZ7kkaphqGFEEW+rwLPIhZq\\/BNDKvaBj63fDRb3JSlKQBtIcjh\\/yCggN15qLB9pm3njTh+mg5KqsYYBbi4aRb9YUx\\/oaCwXbpmaYgHhC3\\/f6iEAYlYv5Jcu9Epu+rlfklqr7FxK\\/UH8ujdf7IjeHu9evfyF92r2nOUhtRqlgdnjvu9zWVGa5vJbMpxTawKU8IUGM0xXRBvnn5iwHzbgkt8zfF+YEZs1YIBW\\/vqP8eKHj\\/gntVsOxYzQcLoLrE7EH6OR71hGsh+IlUeIZKiHWrPTGLPU8agy4DbPFqXIQcGAURliseW\\/acFmQ0cLbuF8rQ3BfPN227jytPJ9UMmBRHKkGp67zIF+XCy8vpe7RLIKvtQeMB1eNu4IsD3wirDpYjQwbzzIw8qGNPVJi0XV+VAcXOlam8gwMOiqq0dBm4hiQB5QGcKe9jlSyCyhgcyF3WqqQ4pQYw9yACd2LGqrJbdVDwcUfKY+ve2Fvnn3FSy\\/vrnMS\\/9U\\/1KLe70CFbf+FCPLMCMOzqfhnow1UupkUR83Fd6Eci0c7KhrXFfth2tiKuKPSrM9Q1yJVTKTE+YHYoY3hmkLQudLsuFQg8\\/OtzyMvqk6KD0DwM0ptrjqish2Jz7ETBQiuLFvIJVCTQeqG9NL\\/c46C5\\/K5QNbfEpL19qWP125mNTrgS4OdiGjm4C3+l7eDTcXitgHKQliJqkPVsBpslupluohgZ6lTN7HdGf3+1EJ\\/RaDwzEAg1\\/ybUuUfOl7HImTvuzQVP5qv9bNjc9yD\\/4Ku4qRvdOE4a+pRozYiiV6JhMdVOiIbQI63X4Vse+YGJ2Qtfjl+NiSx6Wl8nspeKdnOBWOULdOGA+wAYj7Y7C0OVc64GzrnQJzNPQThMqKFYru\\/bt+Gm1pDUIei4t6aZY94kRIVbzU86dNjG15Ua4zQ94FNcutvTlgtXB3tPyedEa8G8LRihpfRFi0tFozeGvTHHVboEUbOaw29c7FZDK6x8FTOhdj0Mr684gVc7ntUxJdI9fEuLvb0MJsWY7EuHmRtSUnuwQ5+z\\/+IAkKuXUrXdTVcAoSit2FBNL0WLiJTnoo+yQrFL1R5WblGfd2eljMF+CrEVJadjg3R3gyvY71SbT46oGxYM0HcRA34e5HZ1+elHeanoevMYIdi320VXBxemKtXR4CuOeMZ3eQu4ughFN\\/pfDMTdihSboQuDN7L0ZtdTqkwHehyYgjY5JQdtJ8MGjcCUmXximVuOIN\\/seyiq5rWsDQEDu9h38eRsrxQoTaOZNggKH\\/A2OexnXRv5DtLYEIqK0LKspKSmcJG0RFienYyJmYX2uS2ytDqvxFGHdAPH5A43BAJtMI5qbmx\\/DEbj85wK0VKCea0uShJQ6pL6V6PPdPH+brJ+14CcmQSE9vc6Quiv\\/6D5Y2KiYkh3uMvym3tNvNakTQT+dRc3jYrKpXMqoh0F1RqHbYgq1edcm3qKdU+fR0H4F\\/Bt59nWzqi3bIeQco7dLQBohXl93hi3dFoCNsTidN\\/WG1VCMOXrsKnFc0B1HEamGJ0a8LEvZ\\/7zWkBs3D\\/HgkSgUn+CVvfL1Qc+WtKkxeciWArr5Agdu77F79WvACTHg\\/47pSloU5zP6Qi7bcgUh9G8ngbNY54rwgIJdV9wing4kJ530Tl7fsdpe3eCc8sX2Ws\\/2kqQd27NniIpeiDVhjRk\\/jalmuMlnIlidH80VVM5dUdqGHYF093djee0uP2Td7AMJ4ATpbkIRKmmu+iJshKqWp+LGDSxLICihuHzfluTajjwZM8ZXM7LHDU27UdTtoqoESWgQ68JtDIg9hAOi8+y+VgX3BWesSr9Iw8TRAxin2cBS5tMFxkL\\/z0UVaj9eDtxIk\\/SQbZ0ox2EzVnPD62OCIRR0L65KMDZe5aBv3t+ZgZc\\/RD4H7B8WJ0ZpeecwX1vQGyTB+pTnu\\/n\\/RmZpJmv77nRm73ZCKjZEKS3B7JtixUF\\/F9c8U06I8jWc0Qwk5Sc5jjCjvh9vDPBCCrxKGTsBHXmZ84CDV2vtnkijZhfchbztijM04mVbzxRK1ULrd7JDmDUuHrLcvf5WVPJIdbbcUiWPkgVo\\/3NLFFSlCBhVzkhTiJ3r3qNJMWTJ\\/8u5lmioiBNiDzIkdJxjj+gKmmAUeUaCgJWBkWMNk9xt\\/ybTwBIrCxbxpQj7OnjqsN9W\\/RTXqtf6CbR2fbzmrTKQ3npga3mn\\/ekbJE3tXs3if+pNbLMdyx6V6B5+ePz00xtYVTaiTEC24OuDJbytCOj3+no4zlb\\/9Li\\/O\\/wimAtvSmq4MAIzLZYXdcaugh8sQjj+FWhjedZvRGJdhFivEXyI2mPAJUi48ruCe+bpontNL0g6J9A3ukY7a3npyhogAGtBlDa6F6TwJZW6WYt8pML\\/5GQbG0GggowOL3txr78aDFG1XyZiZL1EL3KGMtpl6y8qOEhDz56EKn1dJfgadOCLTkzTeplUlsmDsEDsVS9ykReDFmMqSY9NJwmY0QUX5ETvqZKWvmZu7wAJGhtovjBuOObMalxGJCq\\/WgItORW0ew2pGy0g0Q+bT+KLDV6OWRDdMuMyW7wzYbvUHPDzzULd0Z0jtFMzFjbHVAUWlv9V1z3bAYL6nDBriHWB5aw+Z67XnIM6rNTOkICp4yfoVeh1irrXyRNXakhajNYCmGYACS8S1AhAh3QzuKsBsqW6VLY3q5a68wHTVEpOa3k0NZvUo+0X9i0vJ86Eo70oA09nF6IoAMQMjUh5a8vsIro14Wy1lhlrdFXaZv83b6F0d6Plv9BZN4AX0MaTVHtgNREgZ5KUCtkCo\\/XkZJeqtPCVP00ieKXW\\/GeXRUFMAOXyZNxHLPiRkQCheOEGowNP42unRi\\/UqH2MMFmDnR7OR5ah7bZrY7\\/H6oqFlXsJX+TslfTRCH6GJf+dkLQG7pwAIWeYHhisylVBqtmQWQiiu6XhqK426apmdmJhlzG2WGx\\/+efmbThQQpLAlJUiSzvn9n3qmaXxmYGHpK3KiNnosATmX2qb\\/RoiZaWMvHBdnEEFxW9kHwJnbQ+0iUGe+oQ8G2aYrzBgGQiZZ4FOtTHLCwUIeE0HWNW3ojc\\/QUTyJkKiut\\/OoscPCd\\/Q3gzWt405q2IYtKdxdJxo4kT2R91cl6xpA3bWw1KAXLSFSHbdhJ74mf5QmveZDcqmGfFtpxItk+ASnPf39a60DI1kOuNCDLgz8+MTp6\\/Y9vuUKgvauI2y1YDeAjZJnU64OGyC2tQBiLhDh\\/bfSQKDs3+iuDkwBHxuUxv\\/0iKFgc9CQtG52FNh\\/hYC8Cwdv85U+MyoTB2wtSHIu3A9wVEPIvSOX1n3udsnqRqARNelVLZqD2A3YPhRfDtBIbjWjQHhMQ0TyfCZ\\/3l0RGTyiTR8NuFd5IM3bfhXTH7iqeKPxYdClbzPbt7wynVuiASBvwgauwB191EriTVMl+POxqzC8NGN+z7fbi8xXZknp2q5xdrBbYQpJ2nxnxao0deAd1ooGUCbGhYUOtDq1XqRuPRLIcg4H7Y9vxn0NBVFOpBHLIcwZavHTQ9uSuB5WwsLw3aQ5cGzlkxDLEk0tktH0OTSU82zsgTDaalmcuNR\\/PndhJUrJy+ewtuDARiffrYtWQAYbUvj+Bv2lZhMKi1LWvBMKPG\\/eXN\\/z38yYNjL5MkyjRxfqoQ4q0tbKHjCzzLJoTAkCB1a98w0KgbNw6zPGIAa4WjLJaW6pUD\\/2si6oqTLnscT0V32bqtKkybUTellzEFU2+VYFAnVD2699djZqxXcavUg9B2ybavYyiR0oUo6KKd0i6IV9xtAWaAbaWEGhGOIg9vO3uu0JKzCPibCnPITtjRkjwBmr3Ws+YafViWHuWt5kIe+36QR3AX9c1MevNjkFb\\/mwY43mympMVbPouQmbHATmizfO8w1h5UhZRoFtwIlErJQKAxHh1kkJWoRRopwfMptPOmfa47KtslZUebaBZurztV9tUfrmIYG9N+FN9IaENJlRc86KmcNX9IGy7hLzcIxniQI\\/e0UeDID0fXfZECwA7gFnDZAGHnyCaU75IzDscqc\\/ECkdujPXhnxms\\/UDQHC\\/0nSTwEPEaK7vmJjnUPbeCAVV1IAChv0MswKDt4PPlxH\\/9bv+lVCjkPKRYqwnoEuHv12vh7nBY41CWv6bshO88do8Z843iVZEs53MIXp912sG3HVojoH2aEowpvjedoec7+Xf3Snz9PCVBDUOBL+8XpIXkzRRMTeBDWbJsXNJJFAAS\\/tO6Lx5bdp4rg4Pa8bdek1+cjHR9lyI78V1p27jFT3LlumnWEZaDO\\/l3Mb9NiQvKRE89zDOwlaRP9YEFs82PU4FQ9JsiEHY94hCmxOxD\\/QfbprSHyObc8LzuT7T84vVMggm8Bar25XZsUOCo3db0NxqVdhxX\\/Ekn79ZSroHnW8TosL3vtIN1YTuIVGFdB0OSelk7v0ZTN85tXt5XMP2hbKR4C94osiKI5NcN23q\\/lfDoOGKauct9hahdK997tIcJrhCpcJTw5+GW0CawA6TqfQPIFzAO\\/k0A5JgcR1sY2k2n7tbd3W\\/n+bic0tJloyIvvVySIK0aqlSLvbmFuL95XRKJHMR7Nz+\\/c6EJRI0yczM50YN9dFZXVyLhCmCbMUTBvsAuKSLBcGbOVIIcpLwMaxvFHOyJXcCZ0B\\/Rw7HDx+\\/Z9dLke2hd6+ROi\\/wQqte7rJV2f8pjoBHiKt73qs8cvuMKI6lSCZDTQOvrCA\\/D4JbcXzd+tRuY9HY8AHTA3rU6W8zm4GUrCxfn3O9XaEF7pj9WskGagsaC343e+dF+gGxEaQ2T18TyNTrHXCJPpJ0zOTKNPZ1nYs6LuoAkffOK7yhqv2HWOFdv2yFUwz\\/e0Qy04uKJSwxUcgGIxKUFoGIkO+JuEo7k0rbzhp5WGP9pwehT8HFSM1\\/SKlH43IKtb809u8fN8\\/h6CsU2ES2SFd283GRQit1zkgOEHhd3VZoAFxsShg1o7DTWWM0qV5uXmg7Cl3\\/rnD3fuxuLVPDC2qG\\/5\\/Mj7giQSF21SlMb\\/EJu52wz0hs1Hzu8HUE1beURm34FhS0x+5aGruurhSVSTr3uPHy1hf8zXkZK12Fnhh3LpXTpw3GQ8jcOXoPyEL\\/TKhqtEie+jwcaJ3cg82l1E7wbSAY4IWTUEkRzt8vJd5H4t4Oe0JcwUPcEpXdktzfvwp0JstoU61mfy1Mn465daeBzgrcPuEMyVQ71fII\\/MDYe2wCsN0nV\\/bmUnsPlPp3E6SMs0hAjjPaz+QibJA52VNyEfRUmTzC+\\/3q\\/N4tpKgFCYy3GBiFkyXCFDX4cp2s1vYRCM9LkQj1MpHHU0JH3oa1BnmhWjF7j\\/qvJWVN8QLgoiCs8APtyKiDvXbFPsfe42Bu0Ux\\/WsKqJV\\/0GMWbSwPqVDv7ygjZukC3Kc8Y+a2SiXWPqFQcpxhyR8hMaBspjezEAVhQ7wPxSNeD80kG2h4ThOcbvcvuxbW98xwb2s5j2eZR18Pw6VfitCWh\\/A4M5Ti6rnBWJKSFcgmEP1TVkt\\/H98ZOrsyvO718Tli4tUVkNlkPKyaomlPxiWTOBVg6JznBWST9xREau9jFPpCepEZQpamKritehcF7BIJO89+pPkROK1EVveJP1DZej4XvRNP6txZam2zUvgaJj+9DbtRh5k933If7r7kCjwOKg1mOCBytOaPbcgFuT9Yfw8lvmPd9EyNMqmwH0mX\\/Q6sdlxzH8kxBIYjQ6S9cWJVsJUeGSDr\\/H559qbkOx56GezgHUqR+CwKI9EGKe5bi0jxgxjIQvfl+f8ef0AgwzOe\\/xa9tH\\/F\\/CXV2Ldg6GGTopFTMlo0eg7fjb8xFfrqulRcsBuzhsMUAy7Neii9eUr3mj3ZFGSM+n+C0aINgqtv802qcookadqice5Dzg6qXyYHnhhmJbnbrWK+oxCzPTQs1yRxHXyQ+tRz++CMRYaTgws4sWjSTVhh6Lp0skPgP0IzTO+DlZAlylIRDTx8pLx\\/k4oTHhEwhfPD5Hqhc199F77TeCeaLS3ClBEjS6xFE3LpFDAu4zsZLZXkv1GjYJPXtOLARDK7bjMUeM4UFLlcDdJgXmgLtG7iM02wDL9V58UVZVJ1o9jakSLWnT+UJG8geW\\/Ueodz+wV8oKHWyz406AQjqK9MNTdcre8TRFZtgKVpnXtCYCr+NexvK7I6UWJ+4gX3ixH6lP5rp4PH9V5J22hatl9+xzf\\/SRlHXQKmJF2czr0Po0zAuQmRZaQDz3BHTlM0WtOorWuRHLGl1g4BhI8Z4rLHqDv8KLnD0Aa4yQWSKJeo+aO93G\\/w7ZMadEwbyyfIQMcf2NUBcUxDjpxnch0Olti29MqgaUY9baBwOrMj8\\/aARmfdmWqUXXqG41iBqpfSlBzEjhLHFkPm87dSzBZQ83gAoIkQBuUkw7RaZLA5SvsI4PVKvrQm+0wk9SxozjTie6+ool4NyndE3EeCXMy\\/tjTaO5OAS99sc+nRV1WD0k4TNJMoS56Br+C1q4zpNUGeVRleAstPxcqQkno8EGAq5g7e4R54BypJ5SkCw4xHIGDfg5Yso91NNpA8\\/VKqLKg9c7B\\/xzUu+GjzUdsKz4RBspZLEEiAME2hWqtRtE1RaLZ71uvY54jD0VTLkyH\\/t7\\/EvTkWSBCvMhMX\\/NHpeuAaCF1ukAMg1jG1wsDjXZE6Sx8e\\/vw5CIB6oiWBV+bHdo6FYSfR\\/Y2QvBC4JY2TVNidob7tN+PgUx0BS4S5H8nC4cvNf+QQQpud6RwfimmHtMBMYyHUDfvCqmYe18t2elpptQlpLLbt2N08slrYjmi7I1leGKmJGpVOp\\/qar2A9t8S3q4Nnmehbj79bq\\/GcDkSLDErXQ5KkVEju3tkl92hmCes8h020ASQZ1gTUXvCvinmtBNccQzvSume16RIbAj2BM\\/N\\/T9U7Oybt\\/TVVCgc09EHnNWpsxnKCIc9p1M6HAVc3Ka32azDcEr+vJjXCWpNKUwdZjNPPOvF06frEXowUsckmuPhjo1NQGmmLtLk9MSJsf2bot2ro803gl5uvQlOBcYKCJsZKVJQw2iegn2\\/ZekQWL1tdxcWPCNfRmMwJB36UjsL8LcOiprLN6tqGEfQEvpHz4OwFHoIVrcoFDQo+O\\/JBTNc+2\\/FekyJUZnHCvS0ydG48lyVT8SwsclRQEli\\/J0PbyaDK3D41M6N+KPDt\\/BnU1Ug4YMLkT+leQRUEqlHuyrldgnUieGEqPE6QdQao6cgPG1\\/YQjQrNvNxRIcmd0TcFtSarugYjF2000mXX9mj57bbbhhQqjFb+rYDKM5edu3Sfui\\/I14cyLErrYLM5N9J2hgMJIA+aIgFnfnewJye\\/a21T\\/NCRfSvwbVSzoX9ovGFFJOZluPE6BMeKVwafFmyLr4gIAroL8J+SMUVmscUQGa5KyKux+2C9fqArZ5mtY3FF1BnbEYcOTHHSMqfEswhLoHGlnHpmdqUd7SMiwd2nXCYLK6aNPwanaoLUwRNvZwGJmK8onLgLbXul2gS3yL0yS7axyWo62g8+7zizreoT9i8q9J1O6UILFPJN9w5klM5ywxf\\/Y1kGoCscl7aHCIq\\/H8uz5xACGfvgEVZn0z2+TK5da7PwZOf7DQWdvS94TF29KOlVwhnUYtG5TBEhS4hm9khku7vW\\/YMCSb7cm0snoSUnWmPM0y48ZcqVAOjy5Ddi+rdkPD0yAnOPllFhtCDEjVhPg5oEqCaR83BTJ2O11z3BXZj0Q2sGwkppRqzi4GpIiOyorJ4pNvQtLz34kslMDUEDlsOJeUibVFHTs26iCOd7tIMhpcqJ9BRapXcHTUVnRIIIQwPqUBpfsTTHBuDLJ0VKweLxLxCVeyyz6zkDonlbWGbLo4C+86waaF+M08T7CMXj0tyJsy9XaBlh5Q847u3vQvcSBV85GRcDOI+yFMi2RHFn5DRdB90U5Sx5KYWda8LdXHAsAvsJlwkIzDonISRUpXnV17U6LC48bSzR9N4gZJH2TvUSpM2J5mP6y7MQ8vu\\/IBtx4b70689rS0gbV2Lb28plI5xGmmw8Bo+pdrno98KsTPQ3FFS4EN7JkW9JKxUovsX+2er20T5JAQJEdzowa7cXTST9q172AsOyW4blQnYTYbArui8sG5cnkt8Fzk\\/c0LCnK6Bn\\/4az1opkaBBgLTgYSg7mSGZLKoO6cNdBN0Arc8iumWXtBGCCPJ9ZNUPpFuFzXFqx7V5pvrOYtUO7PMbSnBYwMWZXvTSu1I3yNVdKxkAIx90TnacloLhpLuotYUw8XEiYnN7220rmjTUlHzz9a4+fsWRnN\\/kzkFyv06KnJ4JAjMmgums+MITC+ZoETLFQdBqQi3Ppy5nN+n1eDf15Q5N64d6lTcvwx3LYN5z6RGX0sFyc1s2LxXp92srvtpvnzneozCnDev8WbgaIm0g4znVv\\/Yt2aCa5GLiQg+LGvKj+olVO0zkQAxaLfyGkmxjJ0R4hJcF7JeAVyiX7HSJjDtWOsuGKXMNIZvNbA8ACvF30Ksypb1k\\/YsXKspuxp28zjOfKWc0T9m5SpQS08qziAVoGNxEiuUMbPAUnzT5c\\/L71d0dZJs45gFQ8O\\/1m2dp7y6oRe\\/eGYKo9m37L6DdzizfcrtYpY5OOembCIFW9cDn4gCY1DRR60ye0gb2vPrXqca1eGQs2Q9h8Kgw4+E1eGyQrJ3DcbGY14FVlHEJLTmNgt\\/Z1k7AhvAHcNeRKuY9O5Ay479ngMYCrVpd0Sp8Nu0jGqmv2uu5O119sJD7MvQyv\\/0gwpwFfTGkqtyJFAWfEj5+U4w4x\\/a75UPWoyCaZ1zpeGuvT42yZyck1WUAVdMIPQSxvSTDiSWyRrHpJ8t2\\/lB53EiBVnkOz3PTNY\\/dlwa6mCnqnls1SOqqByQfgv1u3zW111lCsKo63yd4YomlEcWE8UfG6FiLvQVFz9E4pK6BVtPVri\\/GUC+wzq8qxfgcMkEYOwr8Kubz4Du6fU3wofyD900bf5UP2fRExkcljXSfW5PTh4ohTiH\\/crpgTx8cvEvj32vjZWCcrdgphgXqlt9vmxnBkkrfS2cYRSHdMJfouRBZ9bCiYYLwO+tG4twxb2jooXaWdQOddlQ6XAokdIr6+CVorj8mpec68FSXoVfZu1wVDQE1JfRyh8Bg184dSDdfJeFiSJNC9wcPsMs3hYjMuXDNOGL7Af33K3WqLH5dPAC8k2jXdo9OwJHcQphoRz6mB0itzlxIZujSIsW3HRtlx7E2ZTw5kI5rwhACNJaG7EpFi0MSUd2uyldSkTTNFJbXz6yMsXSRgHBI+7QR44zqGIuWP1JhwvZlvfGZxGwNmOlmJmIBkzlxlxpySuB1sy5qNiBhDPbjG0g\\/mTojiVbxFelX\\/PBw4FVMOBAPc0ekpHsjlZXs1X5BdIOhBRkNKpdHZrG9Hii2xvayM8kaAHLtO\\/Y6PHoeuf7zA4A\\/wJflshBhJkjS46+wQxA9dzhnRuw\\/7xpcEsnh8\\/ozNUCU5R79PUCBfSBt6vzQQTxCV8YOR3iMaj3aBdfNHDkBuTyVNgBcxGxATaBWIMzucrXPnOHF1LdvAQkjA8VzhuMQqqQk+jDokKpoQQC5bXas9ya+\\/hs71bOh8SuH3a8LxkcKwk6ArkNeV82q0WvLk7Aerc+1zfyJkp7CIunn9hG5+tdkfwM5dk\\/kJCzhbhIOt8n3St\\/YPCBa3pNYY6hOGHNSjuDQTJMvKA7hOa1M0CTVPVQwlId++qTOonWBPLNyx8seV4qNdR8MjovdfOInsFVFRK\\/x9VAik1WjZL5QQhBoDNtoK6ZVYiaf3BgWFtB2UOU6mM30AHBK\\/qAImiNZG7t\\/1mX20pp6ZtQZuZO2lKZ0SXtugEmFIRlglVtryhyst1YOX+pgtpZK72EYT5uSQFYCw9db3+r0Y0KYBUB36UCDEDD5f0U4mkKBHxvnkuaMGgCQ1wI7BcCeNINYPOybxqLL8rxOwy7j9+uxMELZ4Fz6K\\/+ndypeWDsepqlmDUf3aAnhbfNwRKBSeoeRxt6YMVIRS3ydi+WlLnkeJxhUk0DSUwJ89FTrKOOplSngDsa6\\/KKCgSM+OxFGcYmzi5Nm3NQkVps2EF5OUjARlZXVvDOG8qCKSSIJKodC0SfmaJI7tKXlnmVrVsqnHyr06R9R23x2R7h0JoyyhCnbMSFU2lpD2B6RXpIfPG97HBvkMgtA9e7qwU2lp2yU2ILc8IAQbcJaX4NmJ6p4JLwy6LD1AgU43m7tKSKlsDuDeFHFAeFk7Efa0Vtu\\/DK4gv96H+k0+gMeT0iFaHYW6AHEOB8jsV7Ej7CBB9NQAirzmPtnkWKT5ZFqLWIrKB4zTlsrwCBPVLaHEcfLb\\/lS7iJQwXjMdVdq6dZMzzPPMWLTBrslduOb9uBSkvA+WtYgAvZwwRIoRrYw5lpxP9FOTu56lE1sAl0vI472Dr3CznxwEBAKS5HpPCqh7o1yxAcFnIAOQg+dQ1OtsL6P8V1gegp9AIVUYO68mUXEQCIigwefyBNiAkE76mimbrv0QItLdysWE1KjcOoDL66+bZUnrCqIoQRyWV3Ey58zH760H9dw1t3yq\\/9xkluEsqkjcTpTQTR1jcQcqGZX6FlkhnLH4Fy5tGMRl70ToicBcRzd7ukbULkoWU6YvuQXFp5hgIFb8U6rB9i9xFr0RdJgP69eCNMVAa39PQpdtPLyleM0b4ToPqPqe3MgxT+ZyK1IvsFJpuojWPtm7lRYwNlCuiFbi1ltVr+6KWvrho0AFz89ZjBby\\/i0lkuVSOwKGriRc824zBYLurZbNQzyXXeoOwA4tr+UEnftT24FScuM2+RrkpwaaYW7vls8QSUtlvG9OAAJFOetJQ0HYLurTaLCLj3xbCtdbSWVMUtV+4wBfBOoB\\/\\/MnWqvMhy0au+RTgjy8WeMIoY1Wg1nd6YH\\/ykj6akBww2GloBrlyxc1c+TYOdwflQ58dEnwZ\\/nekuzgUGam2iytJAAaJx9MApeUL9sRN2NGBsryUyGKa\\/fPNuNBb609UMCSlbZfovxsXMqvCweJiwEZ\\/\\/vcHbJ+odexGlqRRvryTUwOY5\\/NjLSZj575diSlueG\\/5CehUGTJl+V0xZEg7gmlVaa4vcsoqcUI8yRjHcQ+TY0EdZ+CEnXvXccZhXR9hHkv45ZPfCHLNYRLvalcNHlxUD1Ey+CRNVcT6cCeLMr7Il05dTqB\\/z5pyBktzT\\/Wiv+lN614tUO1+vrM9VfLsDsTaV2B9JbdqTGvpm4xAKALH\\/o8du7z5c5zgfJyq07+GggHrillesE8eNLaxUtfbIUaJgZ9549xj6YKqKqQOG\\/TZrxrvrNvdkGTlXbGF5ybB8ispmctSyZXFN8V\\/6c9uENyfdm\\/d45CwmCl61z5ShYxmrjWlHENwZUiQksu5mhYXy\\/lWpEKjzGPgd\\/HLS1U2Brfs+a1PLfEweMFHiTX05tIEaSNQl4bUEIqVm92VsjsxHkHsihtEF0F\\/V1jEGXZVSYWXcwFzH\\/zXhnhtwseDwHkGVwT8Tv9fy1M0HZZh9GRYyYi4Juo7jtE08rMbnVlT6DZr09ZOQqUTgUhM53PUKj8qaMA3\\/6KH5pLtnpEQErKWEg01udU4ePDq8wAGVGm9WnvXpnRnvFJBe7s61iIzGoVcBJG27zh0HHlpMhfXOYOxUeSoJPAfa0+nu\\/DtBAUKy1WnVcGyFOrwKXneY0UdUNt5xQGQlxV535m2NpjsAUFoZAr0mP1R\",\"Fare_Id\":\"NDF5406688063968886888\"}],\"Customer_Mobile\":\"9958049006\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"26dc6-e3541-19d9d-12959\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"gOUVDaLPf+Ohv1x8FwAzDEU3g3IyLm5M5zRbCdl76hpZYW5e4J8UMB1p6FXEQYT\\/+CJD040dVpS9ql82mkHUD1Z7HOqMA+3qc6W8Adq2qx3o0+9lo\\/QOhuTU55QuDRJJvYT+ss256ajGQbFwmgED6H9FY3vfR+cckJJardYCwPIWFTUcxbCKlvZxbjiEtQnNmWcMJOjqgg0hcVpWmQ4EasKfZyczxvOFYcqHMwJux7tLoXdqfi+t8yQBw8rfvRGgddkLIBhv27hEruDmxPIIDxOLxZL0ZDQnZwFPGdKi1GYE8mXqu\\/gV0uulKyqmG3qi4WWPIvbEytYKZyr7R9MtveZ+S8s9BaoYLgX1+ip683Fu1EYajaoPx8FVTrhZC50EXYnW+YR8SAOgP2yr54yjHqT0JJDL5tcqQJYWI\\/F3r1cT+8krOEPSFy8QOBjCRLFF3pTwrjq\\/zy2urpCEGKXmLSVcCMK\\/0ka+ZKf542tUdteLRkGDJvsoNpNGiZCNxfMDO7n7WXQJtANWj2xEmGBO80yzWVxNML\\/zv9sdhoVzokPQy7YHaTOP+OWJ+43xNNHb3LOc8Djh4bpgMNbIDQwllyjc19o5oxYVkYKVZdZmRfLcCNN3OFKFghFx0SROc3osvCYMHaBDJd4hTK5uKciqw7Uzue3lk+cDqy\\/hkt\\/Vp3kU8xl63kSvBAjGSuNIRYDO\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"w3xZSvwtG4ENC5We781+zhJ6MH\\/uW3a4NIjPXI\\/3amie2rLi6sx+TI+xTNX4NP77bTf4RzfXkBuUYU788VhRWfVNaPzg1DMpG19wjngqztNsEP\\/UUgYrRudzepUqCz5ghyDJYJs5gvQy+JBrgaLEisakEVaf9NhZEwt63CqP2NJtzRPT3NHD56VFpbaE6jOj9RXQWQS\\/whZgg+2wfT09Ad6ngR1mIqEAcSHgrE+26PiGoMvp\\/K2Syd+lFXcGxl0o61ymX55M0rTiX66vWL9Rzmd27pEwIHDxwRojqgEkCF57JKKnc8coAaVnpjQ1bi8zVMqnqJUvFLkdPuP3gPhzqaZZTkHYr9p\\/x4PRu8tGHfeu5NUGBoMv1OLbw7hQla1ALnMOBg1s5Lk1qrep6H9xdOzguVv3QYK4ooWdQEcILgP\\/4hivCBwAJ27LrOUr9DWY8jmpADPCyG4YU\\/p8VJuyrSg5snPmFX+uxHdxCS\\/9XzgBAfa0ehfF5hdwftq8hm3JtywB+7mfsmSJYhr0fqCE3FVPaqz3TDYJXi8Aktsi2ZXvLiXVjdk9iPzz6tBL9Y2TB8XueBjeMgguUKvJYOqEzWN8QicvM\\/8fs6O\\/Pz1VjfclhF\\/zv1wREPLyApQt4G0pfOsAaJAC9N4sscnFj4fiRVTF52HT45KUeeU\\/HmxreerQqgY4oh1mRmX6m9sm0jSAcVskE2Kqv10d6Q+Do9RzsHCJ2+bc1Bg5Ke4IGCXXv1zbhHc4zQAW3dc5leZgb82T1KDCkJRy4Dpdg1wcBbwnHLi\\/xlrMIjPNP6XRI31i1ykJ87GwUjZoqIWNvWKxL\\/wOZ1J2xVe7Op\\/asFzLFxVefPWxPtKtoVFb1N7YPxXUzVAy7pfK1BXMxqVoqY\\/dRgs2Y1vHdSZPd87fa6mHjOUHJZ6fW8os43z3pGY9UxXcVxyRsftlgoCfUfgGwSNQjZaeBPCTTQzW891IQ34jX87qu65z17q+M2xzX2lV\\/SXoHXvyFc+wkTg7EC31GmJ1NPT1IjFRyariDdt9M39oIqp4US5ggagv3hi43tU1ibfkFDzkpr23dc1tZ4adNdgEZrSzGCCc20hP3Iyv\\/PpRJ2FW5pHdfOnu0ray27d30pVFygO6wsFSj+MH5KuSX7OdwdOfIeDlXshtG10IBD7VYiBhH\\/ubgihQNriqXZ6Hbs\\/vJzxWqtNLcrhL7Kd\\/TAQD7MgBoMaKcdFIKpwHkJ3V3WFz590m6odIBFF8ZkC5WNUb0XaHPDOW\\/EU04pV\\/xSHpGrGsjUHfq2YhuIHxhOUdhnrRrGj9A42rHWB5RHta0ndtq3je12B3+vb\\/FuOuwRIVOuZNbn2RmITMZowTuClVcK6jHwaUsXXQ3+EsRjd6oiSGHB58H8xy+NjSTnojn6aRS9rZylDu+R6DcUWuZ9AEU1k6wAEKVhijJaWEkilwy9k6Vj9uHJ7xasB6t95q0HTbB3l4TqNXXjQTIgVwqPxtY787pKLHr65waFPVQ5kyBo1GeQVRPvqof5sr3XeswRwQEp0B4YIHPHhZaiQw1Y2DSd\\/UnP6pgDNKamvWL9pTCHWoTZNCxmEhMmX1kNEJfinbFwdA0UFxffi3UnSjoDJ6M1zJ0HaSWyOvpiFCU1HmdbctODNwawmskbNs2wto8iJ62aIsAhtrpSNWwE55t5VVb4Cs5zinAmDAEoALIii\\/pdYko4nveIkbGh3dI7w9MjVnsO7kAlWA25deoRQo\\/RN4MnXapygqBOAgT2wM5ZoMdPXfe60aidkAHDruMbWriwSUl235cyM18Fjri1+8JVAk71M4OzaCCMx90l7R28HP0S\\/6MO3srhT5toOzRtjfgywMJgjTCl0Ay2YT\\/TSlX7zbNi8jQsuLJfrar7HEsf\\/O5btqZxHULkzjv2tc4FAPk4lX92anNJWwbDUqSrg8SyeMAntCYwhvxSpza\\/bfs7+ftX2x7mExFYw8wNwsKSYlb6jsTpIVZ2nLZcxrbfPGN6NrDEJAhIJB78VjSwHjZ6YFY+Y5HS+cR0HWGTZ\\/U4EC8KaFZh7DIlHZI4c3ugjOUsTWi3Ynk6ZplKuXauXH9WbRgqaMKb9k6+nVynKKMTbp1N26OtkEPvpai2yyND3\\/+IcdM+nJ+vvuxvqtZc97e3lB\\/1D4n+5kxXJ3Nn+hbAJ12lHhieSq9BJlGYeJkmTI+RglJRY+9hnvh\\/jJCjLF0ox7ROspebADsJEmiEnb2C+q0ePrwstqVMG1PPo92phA7tOHkr+VIAZZ8OYIzzYlky4jNwUhVw14FZb5NZPdZSrGLCcY47xO7Y4K2GYqsKajN3ikjZN3S\\/vP99rXR565vpWddb3VfExWYJ+9YghmLiVVMqL5QpgbQdBam5vzTNrm4QuY9n9epSyLrVfyUDG7d3KNmnjDccqWB8Pb084Ql6KTwFKW4zhli2syu+F+g6SOSLO+3FlVZbOPvQFdNzHdKqtDVBqbZeBX\\/rx8lVw910VLSb54L2KCdrW215YMjxjqhMuOAAfoEH0wVPbHEHLcmfpvuVxcyq0AFU7turFekjLJaZgosaifdm8MVSZidwOAYR+B9MfvxhxAqxMxFRYIMNNzMqYzv4R8JZMPrPpVEiSAO2iTI\\/gB5N10lzrYUu9wi531cT6SfFEH8l3zZd1ys5aU2O8OVTZ9t4BMAq\\/shmgSYnZalncIoWd3mm8S6TpXn2FBRT3uvvFnhlK7ozE\\/fJQzzX5CWkiP+iIKPxNAUVzX\\/J7TB+h2TZ63WbNDjP3buwD8AbO2z0QyZ1uv6\\/ygV82BnbJQ4ca+NgsBH6\\/bCCiOA50gT8+FXDTlI7c0PLlYJ8nYJcyLaE+9tIlAngk0Xo+vv61GyVN53HM4K8rgMHxO5LhWPPrr7zXTJAwiiuijRTk3F8GdRAesd+bJBvrllzMdNb31s0IjbKfP4cg2ObCksbf6VrmCk3L56gYctRsSFhqObnAzMAMpi\\/HhWVnyE2iiGm0tUh2f3cdHcE2U20x38+bJfI4yxzMBdqDZ6t33p7+RZlZP8m7CrUqxnUFKa7vGbn7bLf+KPa\\/AumJ\\/k2EsB5caozW0Jr9dMFpBQC4OXqn2aukn+Pa3trdVNd6ijGm11RgHfdRCIkQDG6hJV21PVrgfUL+u7MJdG\\/wNg1OTPlzGIh8BS2j7ECB71JlTfgt81Zs1WJdMuWeE1Z7uiLsD8Q6GfwEglrHM5aLlpeIr0n6zUGDJz8xkMW6dmEhlYBXtwge2gPsLt2lTs54YhJNBQbdAA8cQUdkxLf4pZ5+iXUuxeeYoEHqFkKN\\/PF\\/H0ttkFX5Hh52eNxczNjOa6VPs4wkiFJIMryAMdhChmFKc7VWSk6aIdkqzPoqG0MBIFtmz\\/dsFlDpjYZI+f4XdAqiKZ4YhCKL3l7DYqsqAUkKbxom6vPFzQjXsKM17ekcnk3SZgnLupoucKSJ6R\\/XO0at91rPsAA1CcrwAIm1kj1tVAsNz5UdoDmtnnpQR75jApy1gtg\\/lW426KvIfLI5OXI2xSuBCSkxMR6zkZG4fZMuryJcVRRLti+0bAI8petYLm0jwzK6u6BYbw19\\/C65FOQAS2qaPCHKehxzgUi1ahrJ7f7kEMztrmJNZBxlGXFN8dcwwjBZney4a4PT0jxe8OKZJwdlQFvYtpSdyHCS0hZA0HksJCGRgayUIg2l25snFCRDJSEUYod3FWukzcWjKOXBMqJr5AbOnALKK1Cz1cilWYV08EyvHKc6kp8I1hLaQzwAyXrOp0GVeHHw7e+O6njD5ADBttiqALiaC2nkmasXuBJJ9PBW\\/N9niqUpeAWEmLYgULcbjgVz4ZPib+B3jQbmhNlKHNvBnxBXNxAflJd1RiyrDouRArpe40rVpoobCTWpI9W4EUJNgMc\\/MMZXXrkKWZ6UQTMeuUajDAtX\\/rVIU+ucv\\/yT+f+SPLc0t5QF0scWbRpCI7D\\/k1blw4ESMDEFfizag4hCsG7GbVR7MsQ14Joua0Kh6F2r3jTV36ngM5IyElQZFSr0433+rOb2UU+ooMRi8KVpbRhPltePk\\/tdzK7bOaL7FO6lz8CsGb9k6fI1uVrhGh4Sl7XX+jaUucCd2yHAtaQbcqCgpijz6zZ7kkaphqGFEEW+rwLPIhZq\\/BNDKvaBj63fDRb3JSlKQBtIcjh\\/yCggN15qLB9pm3njTh+mg5KqsYYBbi4aRb9YUx\\/oaCwXbpmaYgHhC3\\/f6iEAYlYv5Jcu9Epu+rlfklqr7FxK\\/UH8ujdf7IjeHu9evfyF92r2nOUhtRqlgdnjvu9zWVGa5vJbMpxTawKU8IUGM0xXRBvnn5iwHzbgkt8zfF+YEZs1YIBW\\/vqP8eKHj\\/gntVsOxYzQcLoLrE7EH6OR71hGsh+IlUeIZKiHWrPTGLPU8agy4DbPFqXIQcGAURliseW\\/acFmQ0cLbuF8rQ3BfPN227jytPJ9UMmBRHKkGp67zIF+XCy8vpe7RLIKvtQeMB1eNu4IsD3wirDpYjQwbzzIw8qGNPVJi0XV+VAcXOlam8gwMOiqq0dBm4hiQB5QGcKe9jlSyCyhgcyF3WqqQ4pQYw9yACd2LGqrJbdVDwcUfKY+ve2Fvnn3FSy\\/vrnMS\\/9U\\/1KLe70CFbf+FCPLMCMOzqfhnow1UupkUR83Fd6Eci0c7KhrXFfth2tiKuKPSrM9Q1yJVTKTE+YHYoY3hmkLQudLsuFQg8\\/OtzyMvqk6KD0DwM0ptrjqish2Jz7ETBQiuLFvIJVCTQeqG9NL\\/c46C5\\/K5QNbfEpL19qWP125mNTrgS4OdiGjm4C3+l7eDTcXitgHKQliJqkPVsBpslupluohgZ6lTN7HdGf3+1EJ\\/RaDwzEAg1\\/ybUuUfOl7HImTvuzQVP5qv9bNjc9yD\\/4Ku4qRvdOE4a+pRozYiiV6JhMdVOiIbQI63X4Vse+YGJ2Qtfjl+NiSx6Wl8nspeKdnOBWOULdOGA+wAYj7Y7C0OVc64GzrnQJzNPQThMqKFYru\\/bt+Gm1pDUIei4t6aZY94kRIVbzU86dNjG15Ua4zQ94FNcutvTlgtXB3tPyedEa8G8LRihpfRFi0tFozeGvTHHVboEUbOaw29c7FZDK6x8FTOhdj0Mr684gVc7ntUxJdI9fEuLvb0MJsWY7EuHmRtSUnuwQ5+z\\/+IAkKuXUrXdTVcAoSit2FBNL0WLiJTnoo+yQrFL1R5WblGfd2eljMF+CrEVJadjg3R3gyvY71SbT46oGxYM0HcRA34e5HZ1+elHeanoevMYIdi320VXBxemKtXR4CuOeMZ3eQu4ughFN\\/pfDMTdihSboQuDN7L0ZtdTqkwHehyYgjY5JQdtJ8MGjcCUmXximVuOIN\\/seyiq5rWsDQEDu9h38eRsrxQoTaOZNggKH\\/A2OexnXRv5DtLYEIqK0LKspKSmcJG0RFienYyJmYX2uS2ytDqvxFGHdAPH5A43BAJtMI5qbmx\\/DEbj85wK0VKCea0uShJQ6pL6V6PPdPH+brJ+14CcmQSE9vc6Quiv\\/6D5Y2KiYkh3uMvym3tNvNakTQT+dRc3jYrKpXMqoh0F1RqHbYgq1edcm3qKdU+fR0H4F\\/Bt59nWzqi3bIeQco7dLQBohXl93hi3dFoCNsTidN\\/WG1VCMOXrsKnFc0B1HEamGJ0a8LEvZ\\/7zWkBs3D\\/HgkSgUn+CVvfL1Qc+WtKkxeciWArr5Agdu77F79WvACTHg\\/47pSloU5zP6Qi7bcgUh9G8ngbNY54rwgIJdV9wing4kJ530Tl7fsdpe3eCc8sX2Ws\\/2kqQd27NniIpeiDVhjRk\\/jalmuMlnIlidH80VVM5dUdqGHYF093djee0uP2Td7AMJ4ATpbkIRKmmu+iJshKqWp+LGDSxLICihuHzfluTajjwZM8ZXM7LHDU27UdTtoqoESWgQ68JtDIg9hAOi8+y+VgX3BWesSr9Iw8TRAxin2cBS5tMFxkL\\/z0UVaj9eDtxIk\\/SQbZ0ox2EzVnPD62OCIRR0L65KMDZe5aBv3t+ZgZc\\/RD4H7B8WJ0ZpeecwX1vQGyTB+pTnu\\/n\\/RmZpJmv77nRm73ZCKjZEKS3B7JtixUF\\/F9c8U06I8jWc0Qwk5Sc5jjCjvh9vDPBCCrxKGTsBHXmZ84CDV2vtnkijZhfchbztijM04mVbzxRK1ULrd7JDmDUuHrLcvf5WVPJIdbbcUiWPkgVo\\/3NLFFSlCBhVzkhTiJ3r3qNJMWTJ\\/8u5lmioiBNiDzIkdJxjj+gKmmAUeUaCgJWBkWMNk9xt\\/ybTwBIrCxbxpQj7OnjqsN9W\\/RTXqtf6CbR2fbzmrTKQ3npga3mn\\/ekbJE3tXs3if+pNbLMdyx6V6B5+ePz00xtYVTaiTEC24OuDJbytCOj3+no4zlb\\/9Li\\/O\\/wimAtvSmq4MAIzLZYXdcaugh8sQjj+FWhjedZvRGJdhFivEXyI2mPAJUi48ruCe+bpontNL0g6J9A3ukY7a3npyhogAGtBlDa6F6TwJZW6WYt8pML\\/5GQbG0GggowOL3txr78aDFG1XyZiZL1EL3KGMtpl6y8qOEhDz56EKn1dJfgadOCLTkzTeplUlsmDsEDsVS9ykReDFmMqSY9NJwmY0QUX5ETvqZKWvmZu7wAJGhtovjBuOObMalxGJCq\\/WgItORW0ew2pGy0g0Q+bT+KLDV6OWRDdMuMyW7wzYbvUHPDzzULd0Z0jtFMzFjbHVAUWlv9V1z3bAYL6nDBriHWB5aw+Z67XnIM6rNTOkICp4yfoVeh1irrXyRNXakhajNYCmGYACS8S1AhAh3QzuKsBsqW6VLY3q5a68wHTVEpOa3k0NZvUo+0X9i0vJ86Eo70oA09nF6IoAMQMjUh5a8vsIro14Wy1lhlrdFXaZv83b6F0d6Plv9BZN4AX0MaTVHtgNREgZ5KUCtkCo\\/XkZJeqtPCVP00ieKXW\\/GeXRUFMAOXyZNxHLPiRkQCheOEGowNP42unRi\\/UqH2MMFmDnR7OR5ah7bZrY7\\/H6oqFlXsJX+TslfTRCH6GJf+dkLQG7pwAIWeYHhisylVBqtmQWQiiu6XhqK426apmdmJhlzG2WGx\\/+efmbThQQpLAlJUiSzvn9n3qmaXxmYGHpK3KiNnosATmX2qb\\/RoiZaWMvHBdnEEFxW9kHwJnbQ+0iUGe+oQ8G2aYrzBgGQiZZ4FOtTHLCwUIeE0HWNW3ojc\\/QUTyJkKiut\\/OoscPCd\\/Q3gzWt405q2IYtKdxdJxo4kT2R91cl6xpA3bWw1KAXLSFSHbdhJ74mf5QmveZDcqmGfFtpxItk+ASnPf39a60DI1kOuNCDLgz8+MTp6\\/Y9vuUKgvauI2y1YDeAjZJnU64OGyC2tQBiLhDh\\/bfSQKDs3+iuDkwBHxuUxv\\/0iKFgc9CQtG52FNh\\/hYC8Cwdv85U+MyoTB2wtSHIu3A9wVEPIvSOX1n3udsnqRqARNelVLZqD2A3YPhRfDtBIbjWjQHhMQ0TyfCZ\\/3l0RGTyiTR8NuFd5IM3bfhXTH7iqeKPxYdClbzPbt7wynVuiASBvwgauwB191EriTVMl+POxqzC8NGN+z7fbi8xXZknp2q5xdrBbYQpJ2nxnxao0deAd1ooGUCbGhYUOtDq1XqRuPRLIcg4H7Y9vxn0NBVFOpBHLIcwZavHTQ9uSuB5WwsLw3aQ5cGzlkxDLEk0tktH0OTSU82zsgTDaalmcuNR\\/PndhJUrJy+ewtuDARiffrYtWQAYbUvj+Bv2lZhMKi1LWvBMKPG\\/eXN\\/z38yYNjL5MkyjRxfqoQ4q0tbKHjCzzLJoTAkCB1a98w0KgbNw6zPGIAa4WjLJaW6pUD\\/2si6oqTLnscT0V32bqtKkybUTellzEFU2+VYFAnVD2699djZqxXcavUg9B2ybavYyiR0oUo6KKd0i6IV9xtAWaAbaWEGhGOIg9vO3uu0JKzCPibCnPITtjRkjwBmr3Ws+YafViWHuWt5kIe+36QR3AX9c1MevNjkFb\\/mwY43mympMVbPouQmbHATmizfO8w1h5UhZRoFtwIlErJQKAxHh1kkJWoRRopwfMptPOmfa47KtslZUebaBZurztV9tUfrmIYG9N+FN9IaENJlRc86KmcNX9IGy7hLzcIxniQI\\/e0UeDID0fXfZECwA7gFnDZAGHnyCaU75IzDscqc\\/ECkdujPXhnxms\\/UDQHC\\/0nSTwEPEaK7vmJjnUPbeCAVV1IAChv0MswKDt4PPlxH\\/9bv+lVCjkPKRYqwnoEuHv12vh7nBY41CWv6bshO88do8Z843iVZEs53MIXp912sG3HVojoH2aEowpvjedoec7+Xf3Snz9PCVBDUOBL+8XpIXkzRRMTeBDWbJsXNJJFAAS\\/tO6Lx5bdp4rg4Pa8bdek1+cjHR9lyI78V1p27jFT3LlumnWEZaDO\\/l3Mb9NiQvKRE89zDOwlaRP9YEFs82PU4FQ9JsiEHY94hCmxOxD\\/QfbprSHyObc8LzuT7T84vVMggm8Bar25XZsUOCo3db0NxqVdhxX\\/Ekn79ZSroHnW8TosL3vtIN1YTuIVGFdB0OSelk7v0ZTN85tXt5XMP2hbKR4C94osiKI5NcN23q\\/lfDoOGKauct9hahdK997tIcJrhCpcJTw5+GW0CawA6TqfQPIFzAO\\/k0A5JgcR1sY2k2n7tbd3W\\/n+bic0tJloyIvvVySIK0aqlSLvbmFuL95XRKJHMR7Nz+\\/c6EJRI0yczM50YN9dFZXVyLhCmCbMUTBvsAuKSLBcGbOVIIcpLwMaxvFHOyJXcCZ0B\\/Rw7HDx+\\/Z9dLke2hd6+ROi\\/wQqte7rJV2f8pjoBHiKt73qs8cvuMKI6lSCZDTQOvrCA\\/D4JbcXzd+tRuY9HY8AHTA3rU6W8zm4GUrCxfn3O9XaEF7pj9WskGagsaC343e+dF+gGxEaQ2T18TyNTrHXCJPpJ0zOTKNPZ1nYs6LuoAkffOK7yhqv2HWOFdv2yFUwz\\/e0Qy04uKJSwxUcgGIxKUFoGIkO+JuEo7k0rbzhp5WGP9pwehT8HFSM1\\/SKlH43IKtb809u8fN8\\/h6CsU2ES2SFd283GRQit1zkgOEHhd3VZoAFxsShg1o7DTWWM0qV5uXmg7Cl3\\/rnD3fuxuLVPDC2qG\\/5\\/Mj7giQSF21SlMb\\/EJu52wz0hs1Hzu8HUE1beURm34FhS0x+5aGruurhSVSTr3uPHy1hf8zXkZK12Fnhh3LpXTpw3GQ8jcOXoPyEL\\/TKhqtEie+jwcaJ3cg82l1E7wbSAY4IWTUEkRzt8vJd5H4t4Oe0JcwUPcEpXdktzfvwp0JstoU61mfy1Mn465daeBzgrcPuEMyVQ71fII\\/MDYe2wCsN0nV\\/bmUnsPlPp3E6SMs0hAjjPaz+QibJA52VNyEfRUmTzC+\\/3q\\/N4tpKgFCYy3GBiFkyXCFDX4cp2s1vYRCM9LkQj1MpHHU0JH3oa1BnmhWjF7j\\/qvJWVN8QLgoiCs8APtyKiDvXbFPsfe42Bu0Ux\\/WsKqJV\\/0GMWbSwPqVDv7ygjZukC3Kc8Y+a2SiXWPqFQcpxhyR8hMaBspjezEAVhQ7wPxSNeD80kG2h4ThOcbvcvuxbW98xwb2s5j2eZR18Pw6VfitCWh\\/A4M5Ti6rnBWJKSFcgmEP1TVkt\\/H98ZOrsyvO718Tli4tUVkNlkPKyaomlPxiWTOBVg6JznBWST9xREau9jFPpCepEZQpamKritehcF7BIJO89+pPkROK1EVveJP1DZej4XvRNP6txZam2zUvgaJj+9DbtRh5k933If7r7kCjwOKg1mOCBytOaPbcgFuT9Yfw8lvmPd9EyNMqmwH0mX\\/Q6sdlxzH8kxBIYjQ6S9cWJVsJUeGSDr\\/H559qbkOx56GezgHUqR+CwKI9EGKe5bi0jxgxjIQvfl+f8ef0AgwzOe\\/xa9tH\\/F\\/CXV2Ldg6GGTopFTMlo0eg7fjb8xFfrqulRcsBuzhsMUAy7Neii9eUr3mj3ZFGSM+n+C0aINgqtv802qcookadqice5Dzg6qXyYHnhhmJbnbrWK+oxCzPTQs1yRxHXyQ+tRz++CMRYaTgws4sWjSTVhh6Lp0skPgP0IzTO+DlZAlylIRDTx8pLx\\/k4oTHhEwhfPD5Hqhc199F77TeCeaLS3ClBEjS6xFE3LpFDAu4zsZLZXkv1GjYJPXtOLARDK7bjMUeM4UFLlcDdJgXmgLtG7iM02wDL9V58UVZVJ1o9jakSLWnT+UJG8geW\\/Ueodz+wV8oKHWyz406AQjqK9MNTdcre8TRFZtgKVpnXtCYCr+NexvK7I6UWJ+4gX3ixH6lP5rp4PH9V5J22hatl9+xzf\\/SRlHXQKmJF2czr0Po0zAuQmRZaQDz3BHTlM0WtOorWuRHLGl1g4BhI8Z4rLHqDv8KLnD0Aa4yQWSKJeo+aO93G\\/w7ZMadEwbyyfIQMcf2NUBcUxDjpxnch0Olti29MqgaUY9baBwOrMj8\\/aARmfdmWqUXXqG41iBqpfSlBzEjhLHFkPm87dSzBZQ83gAoIkQBuUkw7RaZLA5SvsI4PVKvrQm+0wk9SxozjTie6+ool4NyndE3EeCXMy\\/tjTaO5OAS99sc+nRV1WD0k4TNJMoS56Br+C1q4zpNUGeVRleAstPxcqQkno8EGAq5g7e4R54BypJ5SkCw4xHIGDfg5Yso91NNpA8\\/VKqLKg9c7B\\/xzUu+GjzUdsKz4RBspZLEEiAME2hWqtRtE1RaLZ71uvY54jD0VTLkyH\\/t7\\/EvTkWSBCvMhMX\\/NHpeuAaCF1ukAMg1jG1wsDjXZE6Sx8e\\/vw5CIB6oiWBV+bHdo6FYSfR\\/Y2QvBC4JY2TVNidob7tN+PgUx0BS4S5H8nC4cvNf+QQQpud6RwfimmHtMBMYyHUDfvCqmYe18t2elpptQlpLLbt2N08slrYjmi7I1leGKmJGpVOp\\/qar2A9t8S3q4Nnmehbj79bq\\/GcDkSLDErXQ5KkVEju3tkl92hmCes8h020ASQZ1gTUXvCvinmtBNccQzvSume16RIbAj2BM\\/N\\/T9U7Oybt\\/TVVCgc09EHnNWpsxnKCIc9p1M6HAVc3Ka32azDcEr+vJjXCWpNKUwdZjNPPOvF06frEXowUsckmuPhjo1NQGmmLtLk9MSJsf2bot2ro803gl5uvQlOBcYKCJsZKVJQw2iegn2\\/ZekQWL1tdxcWPCNfRmMwJB36UjsL8LcOiprLN6tqGEfQEvpHz4OwFHoIVrcoFDQo+O\\/JBTNc+2\\/FekyJUZnHCvS0ydG48lyVT8SwsclRQEli\\/J0PbyaDK3D41M6N+KPDt\\/BnU1Ug4YMLkT+leQRUEqlHuyrldgnUieGEqPE6QdQao6cgPG1\\/YQjQrNvNxRIcmd0TcFtSarugYjF2000mXX9mj57bbbhhQqjFb+rYDKM5edu3Sfui\\/I14cyLErrYLM5N9J2hgMJIA+aIgFnfnewJye\\/a21T\\/NCRfSvwbVSzoX9ovGFFJOZluPE6BMeKVwafFmyLr4gIAroL8J+SMUVmscUQGa5KyKux+2C9fqArZ5mtY3FF1BnbEYcOTHHSMqfEswhLoHGlnHpmdqUd7SMiwd2nXCYLK6aNPwanaoLUwRNvZwGJmK8onLgLbXul2gS3yL0yS7axyWo62g8+7zizreoT9i8q9J1O6UILFPJN9w5klM5ywxf\\/Y1kGoCscl7aHCIq\\/H8uz5xACGfvgEVZn0z2+TK5da7PwZOf7DQWdvS94TF29KOlVwhnUYtG5TBEhS4hm9khku7vW\\/YMCSb7cm0snoSUnWmPM0y48ZcqVAOjy5Ddi+rdkPD0yAnOPllFhtCDEjVhPg5oEqCaR83BTJ2O11z3BXZj0Q2sGwkppRqzi4GpIiOyorJ4pNvQtLz34kslMDUEDlsOJeUibVFHTs26iCOd7tIMhpcqJ9BRapXcHTUVnRIIIQwPqUBpfsTTHBuDLJ0VKweLxLxCVeyyz6zkDonlbWGbLo4C+86waaF+M08T7CMXj0tyJsy9XaBlh5Q847u3vQvcSBV85GRcDOI+yFMi2RHFn5DRdB90U5Sx5KYWda8LdXHAsAvsJlwkIzDonISRUpXnV17U6LC48bSzR9N4gZJH2TvUSpM2J5mP6y7MQ8vu\\/IBtx4b70689rS0gbV2Lb28plI5xGmmw8Bo+pdrno98KsTPQ3FFS4EN7JkW9JKxUovsX+2er20T5JAQJEdzowa7cXTST9q172AsOyW4blQnYTYbArui8sG5cnkt8Fzk\\/c0LCnK6Bn\\/4az1opkaBBgLTgYSg7mSGZLKoO6cNdBN0Arc8iumWXtBGCCPJ9ZNUPpFuFzXFqx7V5pvrOYtUO7PMbSnBYwMWZXvTSu1I3yNVdKxkAIx90TnacloLhpLuotYUw8XEiYnN7220rmjTUlHzz9a4+fsWRnN\\/kzkFyv06KnJ4JAjMmgums+MITC+ZoETLFQdBqQi3Ppy5nN+n1eDf15Q5N64d6lTcvwx3LYN5z6RGX0sFyc1s2LxXp92srvtpvnzneozCnDev8WbgaIm0g4znVv\\/Yt2aCa5GLiQg+LGvKj+olVO0zkQAxaLfyGkmxjJ0R4hJcF7JeAVyiX7HSJjDtWOsuGKXMNIZvNbA8ACvF30Ksypb1k\\/YsXKspuxp28zjOfKWc0T9m5SpQS08qziAVoGNxEiuUMbPAUnzT5c\\/L71d0dZJs45gFQ8O\\/1m2dp7y6oRe\\/eGYKo9m37L6DdzizfcrtYpY5OOembCIFW9cDn4gCY1DRR60ye0gb2vPrXqca1eGQs2Q9h8Kgw4+E1eGyQrJ3DcbGY14FVlHEJLTmNgt\\/Z1k7AhvAHcNeRKuY9O5Ay479ngMYCrVpd0Sp8Nu0jGqmv2uu5O119sJD7MvQyv\\/0gwpwFfTGkqtyJFAWfEj5+U4w4x\\/a75UPWoyCaZ1zpeGuvT42yZyck1WUAVdMIPQSxvSTDiSWyRrHpJ8t2\\/lB53EiBVnkOz3PTNY\\/dlwa6mCnqnls1SOqqByQfgv1u3zW111lCsKo63yd4YomlEcWE8UfG6FiLvQVFz9E4pK6BVtPVri\\/GUC+wzq8qxfgcMkEYOwr8Kubz4Du6fU3wofyD900bf5UP2fRExkcljXSfW5PTh4ohTiH\\/crpgTx8cvEvj32vjZWCcrdgphgXqlt9vmxnBkkrfS2cYRSHdMJfouRBZ9bCiYYLwO+tG4twxb2jooXaWdQOddlQ6XAokdIr6+CVorj8mpec68FSXoVfZu1wVDQE1JfRyh8Bg184dSDdfJeFiSJNC9wcPsMs3hYjMuXDNOGL7Af33K3WqLH5dPAC8k2jXdo9OwJHcQphoRz6mB0itzlxIZujSIsW3HRtlx7E2ZTw5kI5rwhACNJaG7EpFi0MSUd2uyldSkTTNFJbXz6yMsXSRgHBI+7QR44zqGIuWP1JhwvZlvfGZxGwNmOlmJmIBkzlxlxpySuB1sy5qNiBhDPbjG0g\\/mTojiVbxFelX\\/PBw4FVMOBAPc0ekpHsjlZXs1X5BdIOhBRkNKpdHZrG9Hii2xvayM8kaAHLtO\\/Y6PHoeuf7zA4A\\/wJflshBhJkjS46+wQxA9dzhnRuw\\/7xpcEsnh8\\/ozNUCU5R79PUCBfSBt6vzQQTxCV8YOR3iMaj3aBdfNHDkBuTyVNgBcxGxATaBWIMzucrXPnOHF1LdvAQkjA8VzhuMQqqQk+jDokKpoQQC5bXas9ya+\\/hs71bOh8SuH3a8LxkcKwk6ArkNeV82q0WvLk7Aerc+1zfyJkp7CIunn9hG5+tdkfwM5dk\\/kJCzhbhIOt8n3St\\/YPCBa3pNYY6hOGHNSjuDQTJMvKA7hOa1M0CTVPVQwlId++qTOonWBPLNyx8seV4qNdR8MjovdfOInsFVFRK\\/x9VAik1WjZL5QQhBoDNtoK6ZVYiaf3BgWFtB2UOU6mM30AHBK\\/qAImiNZG7t\\/1mX20pp6ZtQZuZO2lKZ0SXtugEmFIRlglVtryhyst1YOX+pgtpZK72EYT5uSQFYCw9db3+r0Y0KYBUB36UCDEDD5f0U4mkKBHxvnkuaMGgCQ1wI7BcCeNINYPOybxqLL8rxOwy7j9+uxMELZ4Fz6K\\/+ndypeWDsepqlmDUf3aAnhbfNwRKBSeoeRxt6YMVIRS3ydi+WlLnkeJxhUk0DSUwJ89FTrKOOplSngDsa6\\/KKCgSM+OxFGcYmzi5Nm3NQkVps2EF5OUjARlZXVvDOG8qCKSSIJKodC0SfmaJI7tKXlnmVrVsqnHyr06R9R23x2R7h0JoyyhCnbMSFU2lpD2B6RXpIfPG97HBvkMgtA9e7qwU2lp2yU2ILc8IAQbcJaX4NmJ6p4JLwy6LD1AgU43m7tKSKlsDuDeFHFAeFk7Efa0Vtu\\/DK4gv96H+k0+gMeT0iFaHYW6AHEOB8jsV7Ej7CBB9NQAirzmPtnkWKT5ZFqLWIrKB4zTlsrwCBPVLaHEcfLb\\/lS7iJQwXjMdVdq6dZMzzPPMWLTBrslduOb9uBSkvA+WtYgAvZwwRIoRrYw5lpxP9FOTu56lE1sAl0vI472Dr3CznxwEBAKS5HpPCqh7o1yxAcFnIAOQg+dQ1OtsL6P8V1gegp9AIVUYO68mUXEQCIigwefyBNiAkE76mimbrv0QItLdysWE1KjcOoDL66+bZUnrCqIoQRyWV3Ey58zH760H9dw1t3yq\\/9xkluEsqkjcTpTQTR1jcQcqGZX6FlkhnLH4Fy5tGMRl70ToicBcRzd7ukbULkoWU6YvuQXFp5hgIFb8U6rB9i9xFr0RdJgP69eCNMVAa39PQpdtPLyleM0b4ToPqPqe3MgxT+ZyK1IvsFJpuojWPtm7lRYwNlCuiFbi1ltVr+6KWvrho0AFz89ZjBby\\/i0lkuVSOwKGriRc824zBYLurZbNQzyXXeoOwA4tr+UEnftT24FScuM2+RrkpwaaYW7vls8QSUtlvG9OAAJFOetJQ0HYLurTaLCLj3xbCtdbSWVMUtV+4wBfBOoB\\/\\/MnWqvMhy0au+RTgjy8WeMIoY1Wg1nd6YH\\/ykj6akBww2GloBrlyxc1c+TYOdwflQ58dEnwZ\\/nekuzgUGam2iytJAAaJx9MApeUL9sRN2NGBsryUyGKa\\/fPNuNBb609UMCSlbZfovxsXMqvCweJiwEZ\\/\\/vcHbJ+odexGlqRRvryTUwOY5\\/NjLSZj575diSlueG\\/5CehUGTJl+V0xZEg7gmlVaa4vcsoqcUI8yRjHcQ+TY0EdZ+CEnXvXccZhXR9hHkv45ZPfCHLNYRLvalcNHlxUD1Ey+CRNVcT6cCeLMr7Il05dTqB\\/z5pyBktzT\\/Wiv+lN614tUO1+vrM9VfLsDsTaV2B9JbdqTGvpm4xAKALH\\/o8du7z5c5zgfJyq07+GggHrillesE8eNLaxUtfbIUaJgZ9549xj6YKqKqQOG\\/TZrxrvrNvdkGTlXbGF5ybB8ispmctSyZXFN8V\\/6c9uENyfdm\\/d45CwmCl61z5ShYxmrjWlHENwZUiQksu5mhYXy\\/lWpEKjzGPgd\\/HLS1U2Brfs+a1PLfEweMFHiTX05tIEaSNQl4bUEIqVm92VsjsxHkHsihtEF0F\\/V1jEGXZVSYWXcwFzH\\/zXhnhtwseDwHkGVwT8Tv9fy1M0HZZh9GRYyYi4Juo7jtE08rMbnVlT6DZr09ZOQqUTgUhM53PUKj8qaMA3\\/6KH5pLtnpEQErKWEg01udU4ePDq8wAGVGm9WnvXpnRnvFJBe7s61iIzGoVcBJG27zh0HHlpMhfXOYOxUeSoJPAfa0+nu\\/DtBAUKy1WnVcGyFOrwKXneY0UdUNt5xQGQlxV535m2NpjsAUFoZAr0mP1R\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"26dc6-e3541-19d9d-12959\",\"B2B\":{\"B2BAgencySysIdKey\":\"253703DE-5682-4EA2-979A-26A5D26C5D3E\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"0\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":null,\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-06 17:36:30'),(1876,'0ca52-2c426-b757e-59c58','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5250659188189414001\",\"Flight_Key\":\"LhLPaVwSXSaq8nV4SV1tWzkGKH+\\/dTu0GckK+xw6vegzwiM7+fI4ggAJ89q8y2PdmR6n2oo86\\/hCgjUvbe1kjaLK8jRI+V1sYuna6CGc2zEU2+yVWv1bfL7I+7R+WFLDoz339h+wfmdEd3NHoHt4\\/XL2UpGqI9efneOnn5GxxcccIAI5itCnJJS8CFQhBtQgBlPUReqR8AmN72JUZjFDnt+UKIz0KnRNsixIGd22xaBG7CQVBk\\/lLDvbE3NoJmV3fcUt+4FrDEF2wITjVKiHkWKdOvyskXjJOLcze93LagqDLRctn8C\\/v8DHhElgoSheGSaX1l3LtH+zPnfUDNxxJ+NtB7JX80OTCYbZWC1MsESBPqT4ficZzzNAAfvarbcd1Cl9G84e8bb2QugUn0BC4cvzne2dL8FWZ\\/gzpGJuIH0R0S9AeHUlBiGwB+ivH6DCw47KpriVYXF2pc01+h1ZLGXozaSeBznEAz1DrUkJcTVfpDzZ+fHekVz7J8CUpG+YsGScY91mbzgEAqUrgn0CPFFpdllFD9lNSNU7eAiYf86Waq6RJ717SQdaL7l\\/ZyMk+1gqLu5kvqy0OrmHCT4vv7+aglrJBoqlOK7dGTd1MIGty9mRGXqe+O1Vv1Im1YGs4MECzl3RFprlR+\\/OoRGkUKx07dsDsWAf0miDLADneyQ9ObH5owHnOBTqD\\/ZKiafPHjagC\\/9u1o9rgLO8rXkkQBcxuN9T+cmN2lDxOzzzif5SiIlxcJ\\/oj9sEVDtYwgqX184635WlACl4\\/lG+8cG7lyMzoX3lMGD30QY6Y5NHfCJnllHYFMayduESrAvbsYinpdvPMS1SISqcbZIKCzU8xM4hghnRp152ePWGmKhpjkF5YGbeSFqaG+qpTf7m8PE9+XhlKnrYpFIXTGUZSfa7r7GgPu1EhcEmzRz4i5K8PKTimbqkkGE8OwazqWen57dEdLTrkA9s54DXq98jFJCUSn0xmHyjpgOrgztgzV0hcN+mGN\\/nRK0WegQt1DWJFQ+V4Gcq4tXK2Ck94ECQxA1S1J1+xKCSi2ZP3h26wV5IhoZyd5E1tm1f0RBjtAvovV+qus5P6aEOBTiKmM9xAi+UwLEa703m8fcHRpriVrSRj0IWyxOK\\/5fPwOrvVBHTrmWt\\/AW0yDrvu0lXlVg5ngDkhT7nI8lb7GzsbtJyfFreuakkhyqktf1F4SF66vR2g7RceJ3Wmy4cUACWaPZERq1oN2IfkGr8weTs1SvHM5mT\\/1VpaICqzR\\/KqcwMyUYWuxAz0b6Xas0kDQ+sLZfW7ST6\\/9\\/EysZDbO4ePAlQkpPHINGg5pa5UH7aH3JimPjyNsGgj5gWDkT+uXnmHXHR72Fx\\/2ulFQkdYlwy9bSFVEWUytSsuUhxrI5Z\\/AdBlsaZD1FIe5ENcYZBsTinuSE4z611iyvgGvpJExwUUkPw2pAwAaShoiE6v6tMQoiuoesFHSQU\\/LQu2q85DPhxdbd4jaxOkrftVHYs4fp9PxJTOzV\\/1CV1bgSPFycPWJOfFALrh9VOrWnpHyvDwOuIwH7DlvUwht\\/96\\/axC9\\/hG75vX4UmVuiZPOTnwuYueNA4LlTvZJUMFKEFyksJtIbqvy0Tno0nPIPVefLbl0Qi1CiEhgli4pGEbRhHhH7XsumnK\\/RdM9NeSia9oi9lgMrkgyrf58+tjQPA0McW3iIpYyIkEDTRQDCifQ2xo\\/3nEpfpRJda+Jh+7hOlmYIo1c8NcsCk7Xtsr0kA6y8rxsTuZvKSCGulwoS8Jx8T3+M5YOy\\/BXMeCG1OgfMv4LT4pGqqJB3cjn4gFKVkm+0DZx7zlEyQEEn9tayjewZT09AMpymRxkG70SEluzswfYzLUOaSbLjpVlN0uKgwpNmy02afIOvlsmDUinxkD5MMT24Fdphw+aCMxBrWISalHVn15Wdb4Qe5hcewm5jOmwDmsmKmcWVAnHaSJzLH354eAKPYyDXnE7baAyPY0Ujx1jlkz4ejp7M8bmX43LDkzUN\\/UVmVVe9ly26YlOPu1Mu+RPvOHT7wYHlcSyNP9Hi\\/2fIof9VjBQZvevNut+l0ulUXSL9pH\\/mwkdffWzVCoD2x7s4AnMPGnIjpoaLYJSooIM6siHy8q\\/d2Ma4PvUSgYo658\\/yQBKGdzh7jMwmE\\/6VbX+m+X\\/u3vqtLvaEqTtifhO5D58CCDO2UdVBZZmFj2NKoWYe6MAoMPcW\\/rWBGj5tbHRVl6A8ZwYTt6cdQK8RIO4TExd7e+0QbaHowXSMTrLUnSURyIKV+Q9f+2QPWFmCAUTgvcHyJvlbWV6Igq08xP5FJ+QCU+NQE\\/CRfMADPiJqWMvCRFjCdBN\\/vNXq+5IF2cOZ6aJPTiRclUIKX5LHAUgnBV1aVcNc2P0PvqT8fVLnLYMV3elpF6vFnDnv\\/YRRiH59psC77YWPMd51XP4jcvjQykMLwUl9B0lmzklNzfoTK6ZPSD1ZI0jo2j\\/INe\\/nPadg\\/U+VBQtorl9KMHOi\\/DKQ5KU4yYQRF22+YZJgjN\\/27faAwrabkcM7j1fSbdk1FGLKuv7dHc8rXYuDv56b9m\\/vFmNV4gRj7nv\\/KngeL1IDd5xRMnaHST0xuG2txi75r0bQKxHRmOgHNk9vbyPFDoKy9LXjRIZgQPdt+lnXdbmdOPBqs07F7rR50L2ZHSnRShZ30JdcRvbfeu5BWMErYVx3yOHF6C1VbpgbR7h8vqexGJ74ZWTIGZ1hyhDOWlGg0VzrPOt4na\\/KKqWADMpoqNqEFMPh2rUVgRjqVVyrJrVj1IOIPadXoNVQ+ciCo6vjwuv5eCA21d2KdNjqgHcUPxjVOmP\\/5HRpErInBybtstSZrVk8exa\\/cP83CHU58LHtPKrPn6T86yHV2bPSo47Fb+9gAMRwC7irtEa+IDBdVRwL81I6up1VRA7kL8Bc3IlPv097yluXF4XBhcLCcOEWHdOgK9s9lzFklvKK7mKs0G34wc53HdEYm8BvbjP47umun449cZ2qgxVrGRMpCpCD3Xd3txPSz9wjAeSNiH1FOJqoHummrqXuF4iD4G1lDaEb2s\\/bg6JsBVZcaSGuPc9F+SwimCy1r1+eGqfajtdKtlKFlUqwtpev4dAOTNpftf69DdICN29umaHE7c3T4ReEL7j+6z1IU58zaxuIxC9Nz+KOOyHzwVUvag8vyBuNkBuO48vrEV52ZTFAU6Z4N0D+rLGeDOcjBm6gNQKeBTT5Wn2lU9d0dkqrwDVtN\\/pAZ5RO36PVHlVOABsTG+Kb46yGZk8OWob8GxH9IQ6Az7+AfQ+oISxajAFbTeL3qFCqD\\/1XBvCPHdLSSkJ5d9HqN2HBqUpwRAUt2xKJaYDhUcrFDi00EfHffTRqKXpWLdberXVq6vzzY9mqlIhv0BjJT48nC0ATBJXQVzp+aWF34o6nhGFQ0ooLnMBpGyyaFgYFj9UYM+EJXl4N0RyO4v1bbpR5udofdn09+E6FZBCXjno74oRiY5avTXtIq65q1w8bnsDrbByt1cgoiqBvbUlDYyPByAsDq6G0REXj+kK4RtUoVSLMpKzfKP7aulSFCLCuaTD7as\\/J7a88T7wA2\\/As+WExKXbHoGoaA4BJg6yRzlQ==\",\"FlightNumber\":\"6E-6422\",\"SegFlightNumberArr\":\"6E-6422\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-10 04:10\",\"ToUTCTime\":\"2023-12-10 06:15\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 5m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"0ca52-2c426-b757e-59c58\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":18103,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"isGSTMandatory\":true,\"isHoldAllowed\":true,\"FairRules\":{\"Currency\":\"\",\"CurrencyRate\":1,\"currencySysId\":null,\"BaseFare\":16299,\"Tax\":2039.8,\"intPublishedFare\":18103,\"OfferedFareAgent\":18103,\"PublishedFare\":18103,\"CostToAgent\":18103,\"PublishedFareAgent\":18103,\"CostToAgentCustomer\":18103,\"PublishedFarePerPax\":18103,\"OfferedFare\":18102.8,\"CommissionEarned\":0,\"CommDiscount\":236,\"TDS\":12,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4629730851949988509\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"R\",\"GSTMandatory\":false,\"fareIdentifier\":\"TACT\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":null,\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":236,\"NetCommission\":288,\"BaseFare\":16063,\"Tax\":2039.8,\"OfferedFare\":18102.8,\"PublishedFare\":18103,\"CostToAgent\":18103,\"TDS\":\"12\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2039.8,\"YR\":0},\"ApiNCM\":236,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":236,\"AgentMarkUp\":0,\"CostToAgentCustomer\":18102.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"markUpArr\":{\"Currency\":null,\"currencySysId\":null,\"IntNetCommission\":236,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":236,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":18102.8,\"CostToCustomer\":18102.8,\"CostToAgentCustomer\":18102.8,\"TotalEarning\":0,\"CostToCompany\":18102.8,\"CostToAgent\":18102.8,\"AgentB2CEarning\":0,\"intOfferedFare\":18102.8,\"intPublishFare\":18338.8,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"12\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"5RI\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-10 06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-10 04:10\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"5RG\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni06JB11Caa\\/9RPEEzqOj+oMUtwqIZXVR7mt59HpF5lKp1HwXhn9qXTZmiETIwlN9W7FtPTeR5NhDnByFCfET69HiMZ+Pkx9Lrbfaxe4T7xpryxunufTcNQ+UeFS0ZmckNBglppZJdLnESxHMTs7FFUmMynnTLU\\/Kd13JwkS8Zy+PlSGwmmdMc2H8UltEsbdeJsD++opDVO\\/kC88ca+HAhVw106xuHU71w3x7v72J\\/1GwOInOgkumAokAjaHdogUOZTD0M2EknJ3IJM6tIjgpAbK8KK4LKTlxRojAIzW37LkHMTI0O8nXIdO58rxPIrpr2b\\/Rf27472bV1ElAZeyQVooMyFT745sEx3CTXyVI12bDI1z9eAPUNpxPYWUDziU0Rlr\\/3WFBYiRtLJNYrbUvoybdU0xmt1apKTwELAo1SrIy\\/7oQ68MFB6g\\/M8jU5chxXJSHnTWz8jN1H1x9mNYJ\\/wdnNePkPgInroihu403\\/BLgIxQ+NtIrKkuJaXh0AWMS7MKMYdgQf9bfuu3L1+22saUdB33o2SOgH+ynPYEhPisPJZid\\/gE7gXda0QU0HierdHSVZa9gwIhtCeW30ENnqBhF95QDw4kDmIM3u\\/WSUI54OfY+biO9hIh\\/g7N1Egr1\\/LaUXxynNTd8yOt5x9aUodM2NSpwUgXrl0cCtG++8PKI\",\"$$hashKey\":\"5QF\"}],\"apiTraceId\":\"4629730851949988509\",\"SearchTraceId\":\"0ca52-2c426-b757e-59c58\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"10\\/12\\/2023\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"06\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Ahmedabad (AMD)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0ca52-2c426-b757e-59c58\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"AMD\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Ahmedabad\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"10 Dec Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-06 17:41:10\",\"IsChangeSearch\":1}}','2023-12-06 17:43:58'),(1877,'db327-6b0c1-f9481-08c68','{\"BookingData\":[{\"FlightNumber\":\"I5-673\",\"keyIndex\":100,\"SegFlightNumberArr\":\"I5-673 +1\",\"AirlineName\":\"Airindia express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9698231949_0GAUBLRI5673BLRMAAI5611~566157005067\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2023-12-17T21:20\",\"LocalFromTime\":\"2023-12-17 21:20\",\"FromUTCTime\":\"2023-12-17T21:20\",\"LocalToTime\":\"2023-12-18 08:35\",\"ToUTCTime\":\"2023-12-18T08:35\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Sun, 17 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":18006,\"PublishedFareTxt\":\"18,006\",\"ApiResultIndex\":\"22-16-9698231949_0GAUBLRI5673BLRMAAI5611~566157003983\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"db327-6b0c1-f9481-08c68\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15054,\"Tax\":3151.6,\"YQTax\":1300,\"OtherCharges\":1828,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18205.6,\"PublishedFare\":18006,\"PublishedFarePerPax\":9003,\"OfferedFare\":18005.4,\"CommissionEarned\":200.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.54,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9698231949_0GAUBLRI5673BLRMAAI5611~566157005067\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":200.2,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAU-BLR\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BLR-MAA\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":9002.7,\"BaseFare\":7527,\"CommissionEarned\":100.1,\"TDS\":-5.27,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1575.8,\"BaseFareCal\":9002.7,\"BaseFare\":7527,\"CommissionEarned\":100.1,\"TDS\":-5.27,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":914,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02I\"},\"Segments\":[{\"segmentid\":\"317\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T00:40\",\"SegFlightNumber\":\"I5-673\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-17T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":415,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"318\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2023-12-18T08:35\",\"SegFlightNumber\":\"I5-611\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-18T07:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:35\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[],\"$$hashKey\":\"00P\"},{\"keyIndex\":74,\"FlightNumber\":\"I5-2461\",\"SegFlightNumberArr\":\"I5-2461\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2023-12-22T18:10\",\"LocalFromTime\":\"2023-12-22 18:10\",\"FromUTCTime\":\"2023-12-22T18:10\",\"LocalToTime\":\"2023-12-22 20:50\",\"ToUTCTime\":\"2023-12-22T20:50\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":28994,\"PublishedFareTxt\":\"28,994\",\"ApiResultIndex\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"db327-6b0c1-f9481-08c68\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":26768,\"Tax\":2581.6,\"YQTax\":1300,\"OtherCharges\":1258,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29349.6,\"PublishedFare\":28994,\"PublishedFarePerPax\":14497,\"OfferedFare\":28993.58,\"CommissionEarned\":356.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1290.8,\"BaseFareCal\":14496.79,\"BaseFare\":13384,\"CommissionEarned\":178.01,\"TDS\":-9.37,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":629,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1290.8,\"BaseFareCal\":14496.79,\"BaseFare\":13384,\"CommissionEarned\":178.01,\"TDS\":-9.37,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":629,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"17J\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T20:50\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T18:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01L\"}],\"FlightBookingDataInbound\":{\"keyIndex\":74,\"FlightNumber\":\"I5-2461\",\"SegFlightNumberArr\":\"I5-2461\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"20:50\",\"TravelDate\":\"2023-12-22T18:10\",\"LocalFromTime\":\"2023-12-22 18:10\",\"FromUTCTime\":\"2023-12-22T18:10\",\"LocalToTime\":\"2023-12-22 20:50\",\"ToUTCTime\":\"2023-12-22T20:50\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 22 Dec\",\"ArrivalDateTxt\":\"Fri, 22 Dec\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":28994,\"PublishedFareTxt\":\"28,994\",\"ApiResultIndex\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"JourneyType\":2,\"TripType\":1,\"SearchFlightTraceId\":\"db327-6b0c1-f9481-08c68\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":26768,\"Tax\":2581.6,\"YQTax\":1300,\"OtherCharges\":1258,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":29349.6,\"PublishedFare\":28994,\"PublishedFarePerPax\":14497,\"OfferedFare\":28993.58,\"CommissionEarned\":356.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-18.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-9698231949_0MAAGAUI52461~566156763636\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1290.8,\"BaseFareCal\":14496.79,\"BaseFare\":13384,\"CommissionEarned\":178.01,\"TDS\":-9.37,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":629,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1290.8,\"BaseFareCal\":14496.79,\"BaseFare\":13384,\"CommissionEarned\":178.01,\"TDS\":-9.37,\"MF\":10,\"YQ\":650,\"AGST\":0,\"MFT\":1.8,\"OT\":629,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"tripbinfo\":{\"MAA-GAU\":{\"CHILD\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"},\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"17J\"},\"Segments\":[{\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-22T20:50\",\"SegFlightNumber\":\"I5-2461\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2023-12-22T18:10\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"ICSourceSysId\":7,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"$$hashKey\":\"01L\"}}','2023-12-06 23:21:07'),(1879,'e2a04-8ab81-a792c-3978d','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5409044609239925085\",\"Flight_Key\":\"s9MpaEphVeBG+G+f2axfi0hQCRMHYXIghfxvFzkWeKPeTxDItn1FBCFDKGh2wkjx3\\/OjDS3S3Ku5aEKBF5SURMuw3JbML\\/RiHNPrnVxmPUJXwJYcYA3MUwr58qOkouGgyZwyVSNzFpYrVUM+Sg63+Ht2LTKt\\/IOzMrwZ5gPqTjD3pOPIrzvxnMCHXkFZiACWucf7PIfe2pmv17DZjcs0cA1WHTcEXk4z1v7J1Dm3qFcASFqImXQh+E9y41xWt5d8ApF2kThDFmc78wOIKpExtt97ByOtUjSTY0bQhE9moEJAh4f4rbCsRBxd8z4PaULcP4z7msUUjuFCJ8t9wCZwH6e170de7AH1vdDGxhCI\\/rO6oMAQFJe+LbIdo4NdbTd6WU6aqYdKsQ5JX1neIemtN7U9SPWOoxG\\/nnqp5yKXuprkDus8BG2W9+joi27FG02u\\/WttsgCCzObONsqaDW7X6sUsL\\/ciOU2r1LCM+6xdEy8FRudoRL8VNskeYi39OLAJF4l8SYU5idLrWc2fWQVCY3z1Ay8vPue611DK672lpHuzmzjtwHTnr8vNa6qBKEZfFTN9KT5wTvpys+YjAN+\\/WT30DdGlb\\/52xlCG6LW\\/w2V6v1g9b7i\\/PcnopvEFwLQnQ42Y3G6cgAMvQxfI4Xq6rY8sJ35OPY5W5HSD+njyiq8Grgvj\\/YZU5NMZlMn30yIoMnGRbkeZfTe9PjaEVI4DdR7Z6F4Pwf6+GwhiaR4VrDOs3VfWaaYsnT8\\/VQ1OUZ3va17IXFZjvQt1eSoTG3C9tjY0l2RmRtjXbZYOYB9cCSqeq0GjI9Qs5Lah0BlCpwrQQ+m5BybEUE68832liCVGVdFeZ1gyHfo6KrQ\\/3a9E5N2\\/N\\/gCxz8xq8H3veJbWhPQvEsshXL\\/5tL2dsBOPVpLlsEgFox+JoXTYxk5l2s167XgxeQGvf8dmL2WFQ5s4X3ZsS66zJnaKiNfYjKBUWJvF7d7xykK2+ZGfB5lbU+aAXhFRCvmum0mDlIt\\/Xrn65Xji4r8R46TS0gc+fT38vEgPZ+Ba07D1wQ+cy2ZyOVOhfyaN\\/DuhnAnEvFlPipYLFWMLlMHDSQ7efycAGWGGGCQ+RdKpUEML0GgUj9k39oElYe+nVyBTU0mdK4vUSkxGpspDttLHJ8nnJdORHfprgyh61bu2HPFDgrcrFO5hysErqVaFxXUTRD++Za0\\/RKNBdC33KXDehgahEQvIVd1pUS5VfZDPd89j\\/hYI1TcJhWAqpY7USwvBk6qQpbQUbM4NtUHQa02Wdlhvmch4R+4jM1pp6jB6ys5a2CRG+wwkaBI2UFLpCeskw+7dLUiYS3BIPy47hbDSUb5gr4Pkm8gbt+19TA0yJtvMVttXIwuNqCt8mBHHyS9BkLvEIoazo4E4Z4qV0G1nrdPAUVjbZoO0q3bdV9lAUm7XjSauMEJANE7Lfrrm14q\\/hq2ZDQczw618RM7yDhJmZstHOQZlmTIPxhu24zXJdB7VeKoSagthQeyrTcbDEzXPYiX2LmjVK\\/rcmtivTwtMpQdI7MbNS8LaHm5jJH4Nhe2J7Zc1BTUHUZY3E1SStTac1IgJu1VB7rPPeJrd4P\\/Pejj4vTFw3uCvWWtzebIaYGmLqBkZrheBHl\\/S0rUrIIUV1iQDG\\/hlYVT96tz8zi6uHRqPyvKGHTkRc7zAWmLG9S8l+8p8k9Nr5bcvNd4tlb2WXDNxmHO17wOufygj+XVHPjgmDlFgIBPcGsD9KguhSqR6cHROzicbCfZwx4LeWZZhJKXD8jWdZyxtaJJnzmWLqgKmK86hLjKi29aDzygM34CDY1vHwiQRLgg4lRAGTXnB0r8fVbTClcmTucGd2vtLqiR+C\\/Mi8ykWKhg4klQpvax2laAmBR7HkSY+d3sp2v5GCUchId5O7g5X4F7h4E\\/kqs4bXF+VIyKNvOyZP9ZM0V8dvWyFlFMtetItELO1DjbLigJhN\\/4\\/VTd+Yp6s5kmPTyLxdJDaXU7C8eg8e7VqUKHIYcq2uVmhBRx+LRicV9fKkjlxN0K4i4v4v+sPm599gzTKLbwCl1saLmWwKprjmI4gfyRizLQ\\/2pz4E1IhMvBR8eR0xx1Ki0LPxBX1+gn6wJwTbncP6q9QLBTRQDA6g9+U\\/dFnJPbfWFnA8s7WOcbwNbtQPtr7rcQHlL8F\\/kxk6wQy1o36f464pbPjUJDK0nhcoXavX626\\/eiA5t8FRLh4tZZO9k805lMTqbBPz7VT843BExemhriR+ObVXPRZ2Zrby0iGWNf2k2YdCSfPMFgNWcjhOOfrCfavqB5eSIYAJEkNJEY13s59eocj0\\/9PlDdzfZsCYVEsbXDlf4kPXQIC1nonyHRwnII0EN2YuJUONjN4y8l53hAuJVSsSuIIfnN7Cg4RnG2bTbRrLG\\/Sc2tLScsNNz5Ko9qhSL1\\/xFPrzuUyasz9xxFezL+VE5iL69docPYKOHklURpihk4hDOkYCM2jbu02OL3BkBIt6TVCc61kUo5dVlMHhTwc031h\\/KYmi0xgalTkR5\\/Qal2cJTsbmIEIcjYLTIDWOOrBpt+0p1+y392qfRF4OxZWCbpWtuP73dcjM0LGQEzQV24pz9zubz9fFyp9cxY8x36XBT05hjrxdJArTJQ56XgqixhtFfTWqE7tuNz2w9XNbEfu953BfG4ug2YRYEw6C8UKsJCfPd2O9dKSqIzpzqV579zJ38Ha1vDsqVXbOyiw4yfySrkZj+PiEuENorlHKAQfGOpvCQFGqDBBP3pAZwIpwOecKgfClHmZMsDDKoUEHjczoMXOkuZbsbqAHy03F1Yb46bDAnbeyGgPaYPLDp7tkbBwWdxj9QYRyIAwXoSH4YBz4qEYx07xFhByLS8r+2\\/G+kZDI0qqxSqv+SvSxROtn5hdlK7bsaIEhQjyLgDyxZFIKe9hUnyEFKwDtJYUzLGnFKu\\/D4dpkZ7R+LnvErbP0f3qoXDLSfMw850ufde3VEjTKY4BTI6QCYdRA3sZJmQo2Cqz0clmAainWjkYq02M9TO7EBdf0pghonP\\/8FzxQUVomyHVeQSmbGbOVMj25\\/W9mnDSPa7Tx5LP0ZTekZWdq9cccsXC+N7BJAyAppxfu2EJgeVBGHn1PRk+rcBT4rJB+H+rjGE\\/AHOta8ip6PPhY5sVa+mUvpmLKRFk9OdjMoe7cc72WdteWGl6Z9YOY1YU\\/SzW3kpnBsrhkI9Jcx9PYgDyhzL838a6LEsadYhn3UmKNAzzYtqYxeaYstrufJDTfO3KA2MmjCcbZwWnNaFmguLNJIHPfaD4XcMoNx6pBsWhCProMwr\\/PiLoW9yWnPzKfQS+5ZS6unhK4lt6Lybk8oXdyPUZ+o1\\/qUXVDXcAZ9zCVYS5Y30rxLRWOlGpwW9OkfZyp49w4dE0BdeOkkMHoJAMAAejMWc124RTJgjOxUlqBKO5NCGFwP2VIxrchDllJvUNzR7zq+MeaXUkU2zYCNOWi1fEkwSCm7rEl9aSOAFweWm3g7daH\\/lzOa1ocr4d0PIXlkG\\/Ed0502umQlPgisbrwsVhhoW\\/Buj0gI5gE+prCyq65zNy5F5uGPZJHdzRHC4+ltbP+BrtUbVktAUvgx7mOeacLgFyrVYuMVH2SsVYVBKcCRJ2ZccYBa56oqkEzFXtIPtY1MNmnpqJxF7rk1nwHyxHbGlfWLg1ATI7oDTmkheJpqmQ9cMaq84T23N7DJ3a9Ur\\/NbElE4zm6Qlx6MQETGRaSh\\/jhrDgCFLbRy94tu+vbxaDrPlh6aoouOepv5ZU59Lo6ApLhaKVWpRbGaVgFQRS5MRX6X97qkCjXXz11DuZDioavTBk29wIz5akr2gnAKepH4QmCWuSD6wwXnsM849lJobEK+jZmPXSwUa3lWax8P7SBXoSNbRN3PgOtR2b6YJFS0C6bS7At56++fz7QEBwkPKUCDgSGjww3lVFnggwpJ+UkEnjFEGEd3hgBglEfIQouP34ddgkoA8VUpamRxdRkvfBMjp9WJYxRGsvhin4Q2waAfe6Tqj8Jb1b1AaruF7oqSspKIL1o8V5AeHr3PdOORdNSKd\\/itbWiZZ+16B3GZ4Cmo6KTWm1GMEEtlPK2ydUY+0OsTztgoAq5s8tmUvxV\\/LRx9CZlzPlWCqJRF5z4vRn2Mknr4PcAoffCTJXecl5jiXM1KGtsBk0Hd\\/ZuW5T6cIN0o0q3gRMUKZL+ZouQfRLZ+yC7J2bocuOE9nNeJ+rzGa2lB6\\/LA0lYdwkrzZPR9UReV6lNIWjPnyRZQ6LpehnwnnAi73Cd8aZZ84DCzvbtUdiOTq5xCV10F3IrU2K4Z9lqCAQ9DE\\/MEEpHjIyZPohL0ZNOK\\/IR1imo+VXUQTpeGFVZlhDwJApgQUsFteka3+ovpGhNH9E6OjqGwukgiIg0FKJaa+6BOFVwIRrKHIQpaBjGHaAf1mf+qfZeFx6RmTRLQoZEjhy78u1RsLJiQj0geh52RhWrE+n4yT1WjYToDeB54OLVntp84RoNoPJUp0W4DzT1N136rFAYI66QgtAnZT5kKuQlhCvNsfA9W3BGEXulej+qHdCUwWTmmPtl91xxDAHCXclBvg9lpwsc4ecMjhs22RThjbCIp+eAUD8WAvt0aH\\/HoUF9LHFP\\/EZctDWik4jVFxNS4cSybt\\/1MvP03o7X1TGTenTHgNbCXfkAS4xrhM43DjmVPgryiQVV0qX84ajH44bXkJ2DCmP83ZIW2k8\\/VQD3KmjsvsjnkLw1tGMnHiJnD9blhtfFZEypCy5sE7ix5RwVjoFSweST9T7fmUczaSoyuZ+rP89EQE+Lwfaa\\/OKEonEwJt5IaUackKwd\\/Jx4GgQ21ywHS7jzKGBz0NXxl6gsZRysCVDkGUc9w6j86Z+kXY2MIUqI0LF8sSDA1XMekNWPeijElUuCnQeA8J8TJ+g7152ghFnOZJM9FjPV2b19O8QoWCbXYsBQnuhosMSbTJehUVhIL9Kluyxwm3ofkjWi5PHdA3UFmDKGExd4MJEXr\\/tcTLq67N+baEj7w+XfjP+3iwhx56zfhBo2wn1OUeoY9Y0yOzykCna37fmFhaG93Jmlunzx951F64edvrEZOpZoqPNSdo6BVC8J6uifd70cwNX77zwJStPoAnzoQKXqsADvA956TT63b5ZGcv7aC8a5u\\/0GaR2PaiSCJk9ePzxHCpfjhttsjLZlBX9nPSKvIuNUSf6Ein2gNz9VGYnKPL\\/Xq\\/+l7UxyFe8DljqVG2A83mlB6Y1ddXPp1XJ7zb862r1+wBFzwoO1BDrgQVlFqW1jRxhnunlIQJ0P6pICJBLO4jT3dJ0JFOfjGWz3d8k1oz2A==\",\"FlightNumber\":\"QP-1409\",\"SegFlightNumberArr\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 21:45\",\"ToUTCTime\":\"2023-12-12 00:40\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:40\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 55m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"e2a04-8ab81-a792c-3978d\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"PublishedFare\":15682,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":13857,\"Tax\":1905,\"intPublishedFare\":15682,\"OfferedFareAgent\":15682,\"PublishedFare\":15682,\"CostToAgent\":15682,\"PublishedFareAgent\":15682,\"CostToAgentCustomer\":15682,\"PublishedFarePerPax\":15682,\"OfferedFare\":15682,\"CommissionEarned\":0,\"CommDiscount\":231,\"TDS\":12,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4830481161866849656\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"J0O7RBIX\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":231,\"NetCommission\":282,\"BaseFare\":13857,\"Tax\":1905,\"OfferedFare\":15682,\"PublishedFare\":15682,\"CostToAgent\":15682,\"TDS\":\"12\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1905,\"YR\":0},\"ApiNCM\":231,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":231,\"AgentMarkUp\":0,\"CostToAgentCustomer\":15682,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":231,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":231,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":15682,\"CostToCustomer\":15682,\"CostToAgentCustomer\":15682,\"TotalEarning\":0,\"CostToCompany\":15682,\"CostToAgent\":15682,\"AgentB2CEarning\":0,\"intOfferedFare\":15682,\"intPublishFare\":15913,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"12\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12 00:40\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 21:45\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T2\",\"ArrTerminal\":\"T1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni380Ub7mVflIqFg0RdNITd8wsEwUzyhb+Rl7oxInoiJLJNZ1HRwQVjNWmB6FP8PZCro1E88ITanGkBayusgTdPbmJGw0A8VGb\\/JXdUGIC+XCXdUFUZuRzQpfJCknmX8HxG4SZVjiZZ4v\\/MlHW7JYWeJgi6dfAEiBiw4sWYRCpc2IFRialdUmaRjkYGRxhwN4DU+w6p\\/SChrR6SWbhE4SLtvvKLOgeQkiEHuBgoJyx9ERjyVUAlB0QOa\\/eiqKzn5tT8\\/SS5xNcQrYsbdjP6bXcTJ7oGWEa4vDpUybMZwGjjAb1bHGSPJ2U4oAPrA\\/n3hwM5+Ean1u9XyL41otD7d2XVNuESQfPQ2S8A4vZDh6nTN6trPiJWMHkvkE8OnLTRnBv9v9VIdcdSf8XXQHcfzg7XSrO4bOp9bxxQbfHQRH97D99F+kRYw4IzK9WoCBAxQSLrkHWDUIhL5ysufptVwoD38ElIap+O82m0ti+tyB\\/rFSI+8yyYhH\\/njnYDQGBdpGLgl03kgLmCJko\\/dmQrTYd07VgO4eifmSGcsPPe05TcWDfEoDOMmvXCevODpd6hGq9j5U8U9c35w1mdbsXxouiZakPNmj+rFVPQJAnSG9O0SJ0ztnT0P2Nh93ZEmYBGO6j5qt6SOKEaBAnTeefh3nJinhP5u+GY5VJTGyjxl05izr\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"apiTraceId\":\"MAIN4830481161866849656\",\"SearchTraceId\":\"e2a04-8ab81-a792c-3978d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"10\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e2a04-8ab81-a792c-3978d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 12:23:00\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.74\",\"Request_Id\":\"e2a04-8ab81-a792c-3978d\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni380Ub7mVflIqFg0RdNITd8wsEwUzyhb+Rl7oxInoiJLJNZ1HRwQVjNWmB6FP8PZCro1E88ITanGkBayusgTdPbmJGw0A8VGb\\/JXdUGIC+XCXdUFUZuRzQpfJCknmX8HxG4SZVjiZZ4v\\/MlHW7JYWeJgi6dfAEiBiw4sWYRCpc2IFRialdUmaRjkYGRxhwN4DU+w6p\\/SChrR6SWbhE4SLtvvKLOgeQkiEHuBgoJyx9ERjyVUAlB0QOa\\/eiqKzn5tT8\\/SS5xNcQrYsbdjP6bXcTJ7oGWEa4vDpUybMZwGjjAb1bHGSPJ2U4oAPrA\\/n3hwM5+Ean1u9XyL41otD7d2XVNuESQfPQ2S8A4vZDh6nTN6trPiJWMHkvkE8OnLTRnBv9v9VIdcdSf8XXQHcfzg7XSrO4bOp9bxxQbfHQRH97D99F+kRYw4IzK9WoCBAxQSLrkHWDUIhL5ysufptVwoD38ElIap+O82m0ti+tyB\\/rFSI+8yyYhH\\/njnYDQGBdpGLgl03kgLmCJko\\/dmQrTYd07VgO4eifmSGcsPPe05TcWDfEoDOMmvXCevODpd6hGq9j5U8U9c35w1mdbsXxouiZakPNmj+rFVPQJAnSG9O0SJ0ztnT0P2Nh93ZEmYBGO6j5qt6SOKEaBAnTeefh3nJinhP5u+GY5VJTGyjxl05izr\",\"AirRepriceRequests\":[{\"Flight_Key\":\"PGxYhaR+Wn68sgVIdBL6nE83O\\/cgH0sYe2VE4j8T5Iur2DNMPapOek4LgB6GJpUKylsFXz6v8PVZKH2i9zY5vpNQWdp32ZoeqkG8gISR+sBt8ak2CMEqdZhwUaO2sm18f8cS4YaZ7+ZcSBTkIzUCoNo9zcy4RGR+nY\\/384RVJ9qJfWcN1Tb0RCl7hISweweUPTYFzHT61jYolCR8m0ebNf6lm5IUrbOnm\\/1SH2NMZpUQlOq4HCg1c2f5XjC+fthLe77lEFby9zS2sjD+b87tjikZIbtiS7AV1hMY67DvC+LPURX7ITLCd5x+n18RT9pYyDJeDlndy5qp3N0zwHtyJtmwmGjImuAnQCENWrzHn28HpB+8D5Bkwou3jLnZYoSUS18TfqN7bukq9DjuZfXbeZDwD8RXeq4T4m1XJ6toYu6DeoxJPhprmxLl7tkzEOli+R4npmQll6jF2R9UYa76a9Vtph2PFTK+ImBGOHSemRKtd6iqo4IzxNvE8+o+f1VQo\\/7FdnHY5722fa8eHbLRuHyYBd8GtGocLhPigxBkSsUbUp5+JRRrfU\\/RjLgdOViwXOcsKQjp5aF4565PDIidVfxW0VK\\/C7zlEsTE8dPM7bZUQjil4gNIgjmibthAsTC6zn1LDvAoTiSPGi5HChCy69LSJwG3dAXQdUXiLQpxy6ru7gOxfBP4NlBPQX9E0MXOcPxxt18IlGHxGblmT4xaui0vQ6PavX6AJiIbXx752PAkLyLMLXRVWz9shYhwG5Knc9I9iJ1qZgPUqLMS95RE2kbBYAVnEJZPmErT8R9TVfino32Mg9Ujn38FdsI0aLmIrjVqFKhm6yAFzEe8jKiw0l3aCa0zDMJAZfyUVBXjm7kvqIFBTSuFpUCW\\/xFKYKKKY+ppzMA3snr0FmeFvU0ViTezgB3Mw1+hXMYB74gbxvxPTxue++sVrtqchLGPlHY4enTy6a2R66cmeYVaA0CVG\\/FstGc1\\/BWIlcVclc9Ab4H9vRbTFGUIwT44J417210zbC26wkF07H3XMG3k3Ci+MNfuJFS79tTgtnRh5+uliITWfg9cq4HpLEwHlEkFUnaZX5ixiucjO\\/aAdHJbbMvLc0w5tlzJEPjPnTgCjI2ydLa3a8BPuOu5Dr7SFk8awYNdAsUHWSbl0S+gkhWQj\\/yr\\/KMWLN0YQP\\/CnxzcgOxEhyBfgnX2ooYWETwxKeqBfdCrMiEF52rPv+joaBeYLwcFyUmG0pjGGBmdUsNq2UUq+G3LkEcRYaT7drYPu2CkXWUxPqVeKI2k7W9tNlz4iZQUyoOFSnAJ23lNe2ksvpmSrubRemhJ\\/TawHazxOZBN18McRFrWPKwuMEgvJIe8ovsc3D9c2YzS9wDDCuU1aswKi1X5xZ7kSb9MOmvNBYjGWPsjBUQTV9gjbcELB6QmD6dlf9YYskztmKWyFJwmAKCRT6fRSL34yyKmlMi9KhwxgSAwkj56e2p9g3PxH4KlBQFDZaXrVTyr45vETmbkSXlrd8Sc7gchZdtdGxej7QnLGcRjPfaDYJkq5Pwjcevp7FST4nLYh6J\\/HdhHSMnQ7gtRhNyE+T3ujdxJ9hP3k086tKnhIg+NOzxDUUCNxuRm2+CdxsL7lnw3nfaJncMnKXrxbRiO84ATaoKTcTjdUDh+2Cu9Clh49G3gp3EowoPRWF4IFH4CeCrrrvspXDknH11cWvv4ZrNi1sOaYvfi9o8DGBj9EaRayCkBn+7R4w95jHcP0CF4ES6iguMgZSZ3vqT97XQg5ZwBC9ej7b2J5xl+BhVrEztZZUmoW+CNYuK4NTD1nKjkBK9fjEHOhH4ZI8SoPulvKrpRXm2OeRpQnKWN0yCxlvE9kS0rlVwa6x1EhhNxIJEKcWKsCRJn434gpJuS7apyciUJFG+sczIPfbktKiOMcgVbHcIf7AtOJZmfqTuTOrRNBlPhA8Poqf5dTe0WbUC\\/prQ6ZWdGMsWSDKvQGWCY2fHXlmxCTqTmy9RfBRFT5bSZpDLsgg72w3ZYiRlwh+JnyxmE\\/gpjwW+Z1TIIyKdzkm8O7SBhEqWSTWh9qk9PLyCOfhwIPItgz2BgbOHZ4nhAP8GFuFSTrkkfTZ7mjFRUoF49uP7oCxifWyiHmuP\\/e\\/u+AK3SqlDexIkfmuyx3E2Mce\\/reiBcQFGPYBVnRx8wHtjLi5f2E0hqkGfwz4Gyv\\/0V+2GFuuqNfLyu\\/1B0+HvqqYkP6o3JngKi889rgwUKwqMEnSolbXHyg3EInFqCoaXYb\\/jEnBZB6NxF\\/8+p6YXrovtdU73VsRElVfG\\/m0mJsx16btiLQsaP+x5pcu8Go2a5\\/RV7nRIBOGWJ5KdiH61vwrhCc9Qd0fMqOX+OA5AJ4I3Lc\\/ppg6XFB\\/T5NaWTeDXC4YWdY3RW10UI8\\/Em7fnZ3XTHBI40+TZ2OFYtmS1XS5oxsa9VoWze2xR3FjzGlxeaBZxEbS1abE22X1W1ZKCwHiCl+RziS4F8CjWl8QLf4E652Pi9zaKyNGyJsMY7vfBu7VGP+qNjwQtaUZ3KcChTo43gh0lz15Q39tGIet4uXYBRfBHcqKLkwVYNwHdIO7gD0Q792yG0s9MkOsCyGX2mpHdMbWefOeL1xQYj5XJIYFI5i\\/sf31c\\/hPimFd4SVUDyvNyofmJSfJDaiowRj99prqLXkkQPaP5Or++RsWGicXPJ+Lz4+gGzEAfdqT\\/BBg0ROCemL6TyNFncH8QVdF8CQoGSoGEa4BTrr2aOLG7hOLVDRRzkgSNneTgShnnndIYl8HaIPZazkR97TrLqc9CuJHAIYY1Ldjd1OM9whG4kFmceUeHWa2\\/PZkDHRzjQ3CIVCaxMd8licAmQ9GMc9BSmahtBf\\/UexWptJBO8\\/23HfU4\\/7bxylg1ANXDcrfX3Qw0QQOcWA3B4f2DiqEm6AkrHeT699ZOxJ1R9e8QdzqkKfjzbGYyBhrWL0iweSGaFEoVjBaOHr+2ZcadZAEn0efVMTcqK96AcTe9Mxx+lvx0b+kfCkLqHfDDUSKgw+Z7olmNCGSJhrCo\\/qaBNrScBLAyNruLZeHylGWQPZuVtxc6PKcGj\\/RCeYBze1yBuqUJEpMZBOFe9ckLVGxOTyi29ipaTtyN49CnVcqkeB4M48NJzv7+m\\/TtxTa4n17e\\/EjMszmOBboMWX5nX+gbrvGfeHx\\/SP5cAqG0hbdt47wwQZZvU\\/6vFbtllEZp7DiT42JtzfgnMmFRRnESlgtlc0OdAwlgb5eU8OFvDJKWDvallGT0U\\/PU0tCV1UYVfj2JDcPC+ardKAeAGYB1kLPkRjmhBob4sJxYduo3ODM82JlYIASzA393xFOoL\\/aRfQ\\/NNuwvvIjcjsfMlnElwDl9P\\/KN6AQXAEsqnacc90A3m2P2EyjPfDyJqNwwpku7T+Os6LM7ke33C+0ZTcJg2ekwrKTuqIVCdK0+JRkWCSkZ7pD7n0ZkzQKqeMRjiTSnaOElAEjl4AJyIM3uea4cA5sE3LHYIsuVHds05yYk8tJNsY+eb0pjA4mffNDZXnH4aHkc2EZG8mWCK7oYhNGu43dZp8gdWSdjCRrCxNDEapatQB8hHarMm0Z\\/ExUGOLyBy3\\/XSfvoo3unqElYYNbLf4OYicrz2bySPZW3whTMNjNM\\/K2mHZa3hb2gEWruZHB8V4tD7VYJllr3zNbw9B57Lew9Q\\/6ii1EmvjjfJDsKpZNCSmfiKLHgwOdPD1Wi0w+m+dsuD+c2G3yLzRLDdG1w\\/lS47+m6MzUHAwgwLzewyoINcH1OhxArgQ\\/1VQaTS2yMThMbM6CxOioCndtNLeAx3P7hd42YSdMPvq8HIKsYHwLNvoWmxyPMj73LDDQUxJyLX36Ys9niQS2jaEfaBpgj2lMaPhkUkiVtgc9FCzBuiilR6SKaeZNonKsScjFhwy7h07CwN89q72CPpFZm2Uy2AoPombVFacO0Fn3Yr7PfCk5Mz+a3BbJD\\/QIlq50\\/qeAn2ozOyhFMJ\\/DQxcKjVfPKQsNvjmJJqV+9nHBf++worKNzmSiQ4S4Q3Y7Yp428bB2JukyZRjuX9sQ3gM989xV+kZMaz+InrsEitjay12U0IXh\\/FGsC7AFn1Se+XSQvlIHIfojHsr9XXyXRVbwEM6Fhd56wOKHxODxsFSVaoKC3QwYw2myIfBWkKQP2\\/+Dq51WK+4OBsQCRn6hu98IL7TPMxbDGfKJerXBjDis4E\\/T2LQzxMYPz\\/PDlrMDxT0CFCSDN9YUu\\/XQdCkC17CZjusch\\/MOiTJJg8J\\/NdkGD2532gtlo4um\\/s2z4mPDQwZIUWDZgNfS\\/Dq3y7HH5B8PAb3BicDIev37Cdqe70kmRYeqeKl2vwPj3hQ69zpABqp6AFXbCDt6zVTaQTtdovQpkg8YVq5OHA2lOc54keRADglBWTBGS581dRfucnNe56Eu7IVaqYuu4idN\\/dcgMHTtExrUxwdpnrLkc0dvxwy5cXm89XBgfY8z4UsJcnUlxs+gEJRT4vxJrHRR6IUGNTM6DHAcWeDMTM2LaLYbWqYH97U2Se3VlKHoKql8bPAunrqJxgZexTa3EyxjKusiuBmimw3QSMJoxfMrK67lk7htBe9kU1PW81X0O9\\/F\\/jsp3GNefYOruulZzGEK8aLxxJF5Xa33zFO5c\\/kDi6LHWvEehCvNK+x8M4UUpwxz7\\/ZRV0UAqaW9skAaZO5RvGVpQ97j5pFchYoJL\\/cdc5FwFo+EGU6QnIHIsUYKUo1g8ZPA7KZUusiJPL7OaCnGBxgcGK9uEl4bIVBgp32aBhgUawfgD1maF3TOZ\\/f2sMS0ia1ib\\/q2Wyol7E5uxGBeKzfqHziVNsrz42QwRqFpguEfTPyL2dVSfHeyg\\/biV1UPAl8MN3f7AiE4XYTb0J530+S2u4JfzNRHYHh8RCDm+DJEMDVhvHZNJIz0cRt5mXYOhrlDkTymxGP5Efw7C3Xh1GbDC7lIamj1\\/GB1RYC1ruqqGbW7h7RVnWeSBNphkPWIeVuxiBK2V77GGvJpdreDJo\\/t5RpiZtqsLGZSNOuvIs\\/xsuIL+rjJfsxUGHSSyc9vNbLqqXjmTdi+rXMcG28gxUp+T1ekX7w59gefUVXvmKUD6kw4u2fHiN0ta6gfcr33ut0pEMdVfgONQPhotkXfInlR2XXMFijYy2y\\/A9gb86EVIxJlgbfcM8j98AVmB1GmB31jD1C44+ZpLZllyy7UAh0RRt5cFYJ2GKbDy6AiHnv7UEEGVYFgDO1cUYDWrlXaWWM9b1fwXZuwuN5tzoyOv0XkPpDGrw0ewaWdiV+1AIpXik4BvG494EYHQ91sbOg+xPYaGZEDNHOKbDLmZqnKtBSlQ86JLDTnR\\/v7+GRvzkSQXieHp2KgsmC1uJsZWaGVTDkaPtrbXsfMUaJnuDXU6Atdnfb9QQyHluwDes58N+OMmx+DRaf02OYCGNaGKzan7XiQdCz20TDO4BeN5e4XUmgWpuIdXvlCgN7R2hdxFmTd6BAN94TqQNIkqpAKXgNvMI1Zniix2B1Jzt6gasL\\/0CiK\\/P\\/KVkGvLqEp5driYy32WhpiPHkldVXMjtmQk0Np1LANh9iXgply8opKWdlPs1rGG88h+M4fcP1oCAKTy3BXNoUZ\\/5KhAtoA0l8iUrWrGtRl03rAS83rrFvCuyAf8JDuwyrcDPih2Wq1\\/\\/TVsLtkW5pDEiNn7EfLPS9wD48eFZdVovDlphlINqVpoWFfzuY\\/9UyVfkIFPmAc75lXtBLLMJUXf9uSFaw8EcenG9g7mUl\\/RpVMk4ETzhURKB2dhmFVOOm3JXQ2vXK+0nMZTZG5SjmCKAwb4VWAn8cXZlISudMcVrBrhzMzeSXPCkA11QAsRkPwecaBXS7N15jhuK9rPZO1uPd9aV+Z5YZqpamW247OWc34kQ\\/28OFzo1BiXxKmDquy+dYgwfxb6pTfKbvmEXl3I+XFvCjhr83oIcfFZoO+sZgvOhMpXxI27TiroJRtM65MgRGbsjWVki1T7V9ca0E8tiWtIttmbsTCK1qW0SPSIK3Y8VNqT93XTaHJt1BqqnEjgYqMm7tO+lcDme4oxa1z3nJy+yOus3ZG2OLhzrZq4eKMES1q2pxRO72yqkqGVLP1eb2JwJcaMtk5azK6FbEXOrFcFIAhUpNk3AIrcGfBZ1xmLPxJDePpPQLSFsRF4YZ2qg1wuFLDv1+wF8hq6cHxEnoRvKtPan7v0IgUycVGcjm31nxH3raiIX1tMG4svFCqJvSTpAz5eAS+GKWnNdew9RiHyN1im9fauYqm419FuUs\\/21l1M2b31qJcmtpaEaj76m0cU+sPykQJdLn\\/j\\/8k9NdaTS0uu\\/ROE1D2zbGcKUqWhk8k4dKbKVFKarqbTRGNQIxh5eYZnGmLZREjrO43OoFX9728wGK3MeiipVMcerzjcr5dJDsmHCdw1mxRuCmbXwh868fW\\/IuNKkADvtSFlMzLtZOXGrabROX9qA4P+8uiwxl9+xQL+4\\/Akg2jC88bSaPVyTKSnjiN4saSVLRLW1tgt4BgWyia+B1Waewyp2aicB1IluM1vRcOZrnqHWXoK6IIqV3QD76H8CSGKTirGy0uhOtNkOrmKD0OEz+licz3mDN56Wvon+9tFnHXheymbRbIFdYNBXFAChILveyRR5xsEVQ1fkIjlw45Ztr67h\\/nFNmSKGkbvMeerQcsgOtC240AuK+ZNBYc5IKd0fi9wcv8CVj6Qhi3vnObFRdeocAKBZv52pEeLnQcRbq0yLu5i80RYbpvFTpJJ6F8r3i2HGvj8PN0v3HWka8j+2J9MG4efjZeoJ6Xeow8Dx0giVDTbh68HcmE0UTDTSsilfVtm5zYJU7YrF0vtb2GXCGaxytsgsQS+QXjpaNrS\\/MAhgVTDxBYACuNf865cQXLA0HALY5jUkoY8ZN3y9fTX9uK1PPAMW3hWjS8TeuGcjfAiXUc4UHSait5QUnWFUsjErFIUiDzYg8HGVAi3wEWYT5kQm01iVC32F0WqCmChlyBzhwrNffehz7eeRGmATlz\\/HRmw3sgTC2JDco1G8enk\\/eloTvAjmey7O8a2Rxm9NqgHZ42U\\/tV5I0x5AygVXbFvq5g8JxD55jnI2S2XCDZJ1McMgodi1nBvW6r8HSaPhVhAlG4V6Kb1FEnnNkodzLEbDduYjgCG7NlZxUs\\/OGXt4TzsvnT1SAklZeLnbe1qxg583ABeBPrGL2yrtzfnC2Y\\/+7Oexmd9cQ+7qCDgpglWiXV1AMND83x0\\/Wjdu7eQTjBpKedk8U2tEKRcyJxApICYmfbk\\/8084aLjjN6Wf+TPuF8f3fCyiKP0wCVWCx9Il6lvZ+XhtGfxonkuannFfhBLvB+Mx1IbxF2vj2TGQUWWfp\\/Ermp\\/kaojbijGOt9H3\\/9UVe9Sm8ax6njuGO5YgEq15HQO1w+hyiS2YQ7P76ruIUZILIFu\\/Tyezt1H1mwic982fp1zTrav1JS0GmFNeLLhVf19TkfBRonwPCaC7IY2Uc9xIzlBM4VEE1gn5LxRT01XvDlY9oMRfyBJqSzaJBOUHT1BEGsFZKHV1TBu9\\/Il0uFHdG8a59Ku\\/86crRzQ+\\/Ea8wefdziyQHz49ufynNSNe69Um6t3e\\/rWfmzvbpjK1Zd5+7TfeTMj1p8X2yOrobetFY45V+bIwebXeZKZigHrLvLD68zmQHTRWqYhLKI2CuPtVauPNx+9wGuh+BaHKcdZbEk5JB4gOyZFR+Bll4f8O067zX1BMwUPmLNBEZMcTJfDbuQNJ1FDeGd7+9dhIQ0IWySc5t6LYgjgsVqV+o3Mvu+tGQZthxTjC+FcsP\\/9\\/oy8XOVxUK3j+GgxUaJhyi1Dw+UAGhH0tTHukMKG8VNQ4hZtcN7AgiISrBh54j8JEaVaZmXDCI0q5BoNPPgqyEItPb19VnknfuV\\/bJmNZhkk9PlznAfV0vgA+MkqkNtRnDfahrnWSH3bN\\/eyG5YkBPVg07veYF48IPyLFJF0l+4EqcHWEjeR\\/0nZLslHA47dwPKT1zpXDgc2JBKo6xOmbX+sXr2Z3iOth0zgxU0M5q+WXk\\/f+V0RouE9LL\\/Uhn0OWD9NT2jTM9u9FN+nZk5Giev2ErJZWaOaBeyQ\\/Bmxse0QBEKrpbds9OzQRm05M8mG2mqQ6J2iYFS01IxueMAlamYTbvaDoV26v9iXfJ4rtovcJKtrxfiehhO4GD5EM899JYMHamv0wX\\/dTs32FRNR7eGF2ipOj9tO\\/FgBPv\\/XMREhpzrXBaj5jRVAuTrpobJDpAZee\\/OgAhSJg+RcSCEVvsKwddk86iJ3UHZY3crNZuPz\\/ISqUa6T8h\\/Seuf4qKBrcidbvMndBhLSpXxzBtO+WXTANBB664UMS9OrnJdFzj1qb3akBTjYj7k0i\\/mUaUDurxHspwUQYhobb7Dbp4S8LjoRql5nj7jjfLK7xeGN6ScAf4nXxOafjE8nFEwJJhFgFjg2VvSgrt9iM3MW05+R5Lv7D4MoRppDSQsyU401JrqX5jxWB8bcOmiwZ0BOm4YEA0ATUUnWCETmlfTA3h\\/kLJdke93olxK9xtirNnrxlfYYYGBrK5NXX2oSsojaHhlUDF7lmC8Loc1Fbq+k1XaC1KIF4i6ilpk1232oY3OnJmo9f7FyIDQy2Q12ffGbVrTsv3P3QgDnrisoC64Fyso6P2LWRi8OwW5b39davn+ItSZ2KasuicYdK4c+DlLRJSOQy7+Nl1H6ctcdEGJSGe6vC1s+Ec7ML1DvGEcP1qw9YENJ72vV0H2Xm\\/TngzM5weawj\\/q\\/JrNV7IAP0dBuyQVulMVeEsdWAD\\/0ij9a862JxYFZ\\/zejEtpnWaCOEOvKna2PngDbXroNEe736AR81yQlPwFiAy3ft+WHsEzuf9Adrm+ERlDHpIMUwyPN5QPjbkQWGVW9wUqQ6MyTp5kJRfapjx8bRRIV5mND5qb\\/SNZ7G5I1FtYnwXGrC7SVLmyif1pqwE2InCAaJYyYd7pCgmXLBfaQ+5guVIeUgb6tbXkqnlpXvqzKOdzh58PTZIb77t\\/QIX0m8ooSNQUOVuqyauJ\\/xvTyRPm+fFHYq5XrQ+BBXl9mYvPulQkR8twcaVz+1VCOchDX+v745pjxsVeAl9mDH5m1VmsCYhz4t3YAtbVooYUwebQyH8kKxclDJWxQg3+sWlsjcHzex3nypS872+FPDi6ucCTA6SCv5AjpgfFmW8dZ3Dvf6rw8z+SlxVmdUp7OrPIkNf2bbU+ma4JwT\\/QdileY22hbjW5iZL\\/kSnf8JeuzaxOmktku5IHcN1dST1zvB+\\/Jqzhty\\/5xCBwXzbv+P01Np7UFWwqx13pqHM5OcjaYdTL1yOiJP7aDrUY\\/BlLmHJjuHW95TbfVLJTpf90mvnox8xMKr130d5we5g6Un7NJLGGcEtDbT4pPoFR\\/desb20uiGnYlm24jCmDuPakuzAQJp81f0tPvP\\/RjvsUTbeiS4JfqvRHmQCKCtrIFgdxBHagnLlBp5yAICpWvRzo8trc8G1HKIfbpQrBZ3StDTP0JM2NBEWm2FpTYyjVGH1zlxPaLmTa3CAnVvufNepgYyOBXIIkU4hASb4gV7eMQXIT2bjVr\\/RGu5vdZo5wbzTTczmg7ExoxCUImZi9w+eNhpd7bVZ+YB6hwvzjZjuCu4cAgPb3AIABzGwNJ+KMjC5CaYFjpL8DxRTni1kM4k5xO5UEg405CQquFYlJRY2zzu4aH1jdGjgpL85w5xmYEzRNRXJ1PvkcaQi6izYazvFE36BQwW5t1qy9GE5rWdTrD\\/Oiy5bpIJPAJ5jzbUp6bwPyfFFflG4vMtdQeCKbo1rGH23TH7xBWtnCurk2Wxct\\/EA9Clt7pS5PTIuXMR7y1CADDVRNoXRp9XQWpSe\\/F9RBfqONwHjSgIhTb\\/LdJwVBgZmjqeflY574j2vwUgqWKC9694KSKzUTqosx6WbV01CsNwpELL0I3Bc4timvqjEkQ+d+4t3EpRfOJy241GDND5UiaYiuE7JAPZ+2dgbQ9P1uMOn3oYRqXpxHsvgQcseaTeUh93pVz9El+BxJDP6EaF5K49txRVq0EOGihcyZCDjV6zNSX5j4SZgy0usyE8ZBu4G1QMBUQsFlUqwlFXPa8MVGcNv7wM0D5EQUXybi9Tkqv8XG0H\\/H6nqGQ3W3U73NIC6i6wNclH7FluGl5RBGKYvsGVwqBCA0VH1DR\\/VyL+dAY5voqDFXy0TgSw0c8lTVibN3pSKavPTfyUuJ3r4AqaLY0mBEYoDUqhPbEAh9CRG+SS7Vhwg2nGOKRrxrF\\/XMJ\\/gTMpqHm4vGitbvo3rxqv41CODSlOII3yhZ2HJ3pD2Fb57EG3yjV5mCsEf0chMqc1JYmtahMsDONQDpp2WYhYeBW2NN\\/0DzCOnVau3hSrg5mzhS0URwZ+43L2Drq7xh9X0lumNQGXlQIyf9p9Ye7VMRwoaXlTiLV6ZvDkOwBUn\\/1TwZjvXQBUCTotdrp8R7t6ucGz7IPENQERrsPsoB7ryk0VwhW6Xyq0\\/i3wdlHE2KXfmB+KLqUR7lAgfOvfUSgyQYi7LohmG+9mP+Q77Xr2iFdZ0KfpVTepCZwKWF8bUz2bQCsrjHJwRhlVUeMPyOyEpoiYS\\/iRIeBOTRomGfCIiuaIaEOO54cWoEBlNaJF\\/F8GLtHMCwNAVoXIDGgJNmllTQNRD\\/ulGRHPyCAGR55fvmF6Qqd1pxEgLVK9xSH\\/TGP+iCDEahv5s7RMOD7B7uLbVzT10pZ3j+9RLrgSaubfTWLKz7rw+BS3lidyoitIEB1KNRYGdvEBIT9Ig\\/6849sop\\/IMN9AA9ivRzUzOXrX4BiQNlHP6KJRR4sYGOu697MLhnnEA1a\\/l+CuRyWoRkpTA59FCcjXDsAYm\\/YOPmIu3NgcjgvGYrz\\/Np3UnkYPiJrmMEVJblY7Giw6GatHdzGJ89x+cLUE+dN416zCmDenf+N0HkElcS9SCEJAccstIpPPeNwOCG3a9yYzGLdBo+sbwhxlFwU6D4JwBO\\/TzJbe5\\/nOIZkjv271F71Kh8ddlZhPRrY83HZjATx6hyEmo\\/S6yY3ZPGmkSBpJtRCRcaME77mU\\/RpDrVtQaYOik88AcUlHsBZp8A9TRvb8dMF32zPaCZ906iO\\/676Tu9jLyPSQ5KI0kr8r9mZZSmhRUNk5dcGFz2+L3jMl\\/tESs5zn\\/gfFC0\\/VpYqdec66Wkz\\/puOBdp+LqvQTlM66nN5zs+TfryAiUvyVsxdh5+dwODA3f\\/EqJ9Suv0dYpKMfzv2VuYDjfJpVSFLIFeM0535T1vOWqzv7\\/pfvaeaHREQ7K28b+Nmc2B2Eg9au6exO+FsHdvgCnz4C+7UaCEaA3d2Tv9DNXPUdJUeWXQB7FTWD3eUlOteU5RL7g68tqtCJ4ouwHp7zphxEK3tFo9QIN0ovvwXRaFzzEKaO5F\\/OJyDE6u8fDLJzIhMrlCwiy0aS3VdnWvFNgK\\/1x2J0Y4Nt+M5HxF1FmjzSz4aU2NWv0x+E4RTtWW7zfgJa2XI2nX7QKRwVhet7gajqkYF4H2logyo\\/8pBcZKDAoQ0vdzk70A9y0RddaN7HzK71HcqMVtBrAx8eFKUg7t523EZX8FGcvjjQM3Dq5GsLQKRmvoeuCRmm7Yu8LCRDGry2Te3tY6fHBGrftLzElaahru0lXNQ1DxbUsIpiTyaB4hnrE7NqiK04+NfXBergdodIvzI3HWVxhlCkDtD+0rL6Hi4fpwNuaaF6Fc8XJtAceLk28yjgeW0+SyyJheHNDEb988AAhKpG7BKqoSfkMjDhDBAWVEYHRSSonHn+qku9ZeOntxx9dJE00b4kZ5dl6k0yCPfW1AC2aYQeUxzqXBKfzpP2sYJe3usEvnqr6BUOAkAb9qZgt7AztbGDQwtm9Ooi\\/VcqQ3oG3w2F7xsiYfOohgDzncShCTVOTz12tC+2JMxuR4rqOzEACx\\/8wRX+yL+auwaPa3skkuvTYGwraKSr507wyWJyGhHOBz\\/mpELuOwEPsv1JhaIQf17+cLK2sRWfKQAqd2Q18zc0SGQXSln+EprDfcqa4KiLSTnT2GNyRWZT7fccfqcyowu8SRD6RYW\\/2dcsOACK9o6OeOgufGVzimIwJoc7nZYlLiAsy\\/LXs9BvqEv8NdLjf514lzlwQKSnmq\\/mdy36Y2gZKXRwdPCa+Qa0fpXC45w7U6DLcsULnjjgfEvW0fVLNpcn06MqXModqVYysrD4jwnxSee4TMRd7jOE6VmlPGCM1Wn6zjeEa61Pwka1DRtgosWUCnqJg6h8FUmaz5a0YbN\\/lcAUUnGDrzZCl7PXOYVHkGioewblfHq6wrQ8KXmp3BaKtcG0Lr3oR\\/qV6P836ul+QntDzt4G+BrzKNt+oMUBqFC7lW\\/2QsuQUQbyRq4nYYEDj8Gzypb1sTABn+w2Pmg+Iv0lKXTlQoHVnSnV6vJUxizBjheBv\\/u5UjOfskF4LlFKQeEC61Ellm7GEulpmHZ9Ip+Rcha\\/FabRQtP7bavnBnrPOd7Cidj257q3spxFSK\\/9u4cMKxa7fuYRNjKgVsK4JOJ\\/mg6nlmGBd8TZO9lIWeoSQwHv+WqqVPxMpS8a1bk+2Qng1vNLioyHLHVRmQ63D8PY3iaddKGD0npFb6+3hgHTObK9XpYS8htIjVPqgxo7skfyzn4pBX\\/l0WuMPcNOZjB0XGh2T8oNECAV3GxYuYU9ddmlA3JA\\/gIUdEt8yRVgk4MmPDleCEB4cPMygVQjmR\\/Oeuu7OOkiLf7SdRnKQ2aQxyJePczCT0KWc1ZIujLsuV5xMtYEmUKf1XUoK8t51dIvwZKIOkOVR5jEXWo384s7tVRrApR87\\/aDS9oEdcICHVBKnjjzoqMwEMT1mp540YnX5j37L9vkLizpWJxAAmxCsaUA9m4m4EUXSjij6pccCKKCoYVzzcRzpiafiMGZbImesFXbJrTUNSSGKQ9ydQxSWabke\\/yhHL1erYXdvfsPluQXFwbsLxb8lPu4iROMs2xQNwHHI7k1rUfuawfTEzPh9p4MYK5K2IBpSASoG7PPmkt+x2nAZlps7frFiBU88LaueD2F7yt4NyiImDRNMKrr89tHqIcossbt4BqDgof2av5xRx2l4h6POpMH83x26k14mlQXzmNW1AJ6CgxoYXGrvZ8fh81N5wvxsVBVuFkqRjH\\/GJg7tO2+8LSPAiyFHFFKr3QbB732UpHFbrTA0ZR6R46Gw0H6eGos1p1A15Jdhf0NWNfxnlVJP1f\\/5vntXzYqlI7BMGFYGWj9hXj9U4tstoqSTDaR0wbdsorJwYat\\/U8LE0wF7voyvdLFRq5Ln99hr4+1v3KbK+Yjj9ijrcIQxprNYffFHqVOjSZn9zM0TaLsJcZIs1u94mMzdpExTmCsgIb4UYDBsAGymLRCIBgoq6uwMN+DOUTIorjGYXOxb1Si+llLj\\/U7VKz2sz\\/5WT01nHPiRqAz7W8PISukKaN7IsuFp9tvgFkDIBZNrEkYNdurVoFjGMvLrr3lX6TWKL0+kPCqx0tvAh5x8PvuUGMbhPTSQpRo3e9d41HIts7z2YEDc\\/R8NyWZIfSMxQ24f\\/rhNAX+AnqdFqYD2ScdV+Kp7K8DQkALOus3g2qdS\\/Rye0xIkgx76mC5hFkD1Tm4Rwf0C5FKnAJ24bm8gvvlWAM0qewRHQOyFZB4T6hmkBFBJB2wQkwSZuPOGOuLmtmvWn5l8g4M0YIVjcMTEf4gzm3faExOsJ54ri+oXRBWqmRKS\\/mpD2mOHMA9KR8me0pJm459p+LmWrGU3sF9xRUz56EutosZry+UtxMI4c0wll0Q6QVFjhTeF5ipZKTwMLfCCBiEvrUsb+bO34qkmozVx\\/2kQliTG3vb6yTkiRKC3O2Y5HghS17uxBs0asiZCBSa6+Nn4jwYNylaShCZNmUiDxBM\\/UuyZsFAVa6JRtFWXMnKF7XjWTK51YSGr8QwSEyzhXWfRYhxVNMPRNV2LPtL+r8Sa2P6e\\/UdoW31NxQz6fxP8+6mGuetd2iqb2KWSh3IhPgS8mEVtIAkmAiXcQpfKQFK+jk6IHtkx3CnOn7YHQrjM7yEe55twpLDrB8MKAl7WHY7bPNV07NhSxBo87v0A8WlbqC04YfQix6Ba+uvGg3qNzKEtBxPH6MlAZNsG9ITDcn1CthhqMU0YsHoibisZgI1KaBY0Y1YiIpkCWtIGTWqxfro+7\\/Mu+QkqEs7zRF2FZCJ+5xhUzFbv4Q6T+vhWbzsqBkJij89YxQ9e3JrAlK7uKsHohKBOOWlUJK6VdBHIFcTnQacZm4r6EA4MXHfjWuZ3gsAWyW6kSWXRRKTboqQih4CJi8UYLNM6qD5XPN+uPuIOrA1M2Pgom+s8YArElVEf5nKVdpQoeA9\\/7EjscvU3pwsfMOKuuf2qUolNBhJT5QyrK\\/7r+4mZ4ZVt22sqr4Lb8didnF4HjUht+D1Fu\\/hBSvy9imbnjLwoZtc9cN0Pyla7OepSoXODyK0Gd\\/HU0uJWD\\/DcxzlhEFKEK9NUvpT4ydUaRRq1Bl2AIsD20Q\\/ovPXeH1tpK0RYhDCZXfsrksysfdqtGG+f0M6hAR1N1Z5pD0qfcZBYgK6Ey68Q56l2Sg1YORB7AKxzeaWO2i9Mzpd90k5xxv3MQ\\/PQ\\/G6JEsan2D3CxoqBRYnUDRL2hKl7TfAiV+jAGfI42iGCH4rb92r2OBd63+o4cwB3BVkzpyRzueNDxlfBK4\\/7cxISv+1Qub2IBilNz4IxnQy\\/1w\\/vfpjEM+d+sS8NeKR\\/lZS\\/gWvHldOVRqGRyk+hfJEGHrVexo0sZqeIfdWFssxnK8mt7g5QgMlIIN6K66gG7l5uFMfnS91+D+o2qyzwnINf77XfPxfNADp+aKLmFGujJ8OEUmCsuRPVmXZKIy10CW3uS6Pd\\/rnzhKB5K93fqysnsSLBb4CKVrQdGh6I+V9lmSujcKDjyY6yzrpW+q9N\\/Li15uR8t\\/uQZtE\\/brKGpasZhJJOIs6q5t6fC8la6Cl2UmzNOdl7rClwyF+xHUmNK1haRuh6cBDbsEbAchVSFcL\\/blZOtFovXUVD4pa3zro5ztV8xbS\\/PNA6Ec9SQFr+uEx9RWc5K0SmHJzsu+YGrUBoa+0brODc32jVAqNNllBXjMdxFtVaYsyB9CABIBY5m1xTQnCbeeoAuHOad8X36k+hNeFhVzLcS5sLr7G7W\\/muE4aFVulMFaOghk\\/YL9gV2wHex7artnoNvMDXIaGZWGOhzOrI3LrMu8Epp4HHD\\/+miF1mOHU3Ai6aMyuzYaOJ70m+5JXZYPuaXZ1FMgBqj93qJCp4JO3\\/0xpuTB52LRSZz+QW6GrA\\/+qkyzKw2XI9PGH04+RWMC\\/dnCKFtr8UVGRAOcBav8OaWgNOj2RMelvVR0QiHfdxzgvieAmIfjUo0Da0jhuCTyoUgYVFNPeW0dyCgTeKi3QdRTmv5Ew\\/Yz+1apu\\/lFrA6J2kcGXDJAmhq\\/laTMSL5GuQh8sTE\\/Lh19HGp5hmEfFYOB9+VbQEpXIBJeTggGMoaBWXdw==\",\"Fare_Id\":\"MAIN4830481161866849656\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.73.74\",\"Request_Id\":\"e2a04-8ab81-a792c-3978d\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni380Ub7mVflIqFg0RdNITd8wsEwUzyhb+Rl7oxInoiJLJNZ1HRwQVjNWmB6FP8PZCro1E88ITanGkBayusgTdPbmJGw0A8VGb\\/JXdUGIC+XCXdUFUZuRzQpfJCknmX8HxG4SZVjiZZ4v\\/MlHW7JYWeJgi6dfAEiBiw4sWYRCpc2IFRialdUmaRjkYGRxhwN4DU+w6p\\/SChrR6SWbhE4SLtvvKLOgeQkiEHuBgoJyx9ERjyVUAlB0QOa\\/eiqKzn5tT8\\/SS5xNcQrYsbdjP6bXcTJ7oGWEa4vDpUybMZwGjjAb1bHGSPJ2U4oAPrA\\/n3hwM5+Ean1u9XyL41otD7d2XVNuESQfPQ2S8A4vZDh6nTN6trPiJWMHkvkE8OnLTRnBv9v9VIdcdSf8XXQHcfzg7XSrO4bOp9bxxQbfHQRH97D99F+kRYw4IzK9WoCBAxQSLrkHWDUIhL5ysufptVwoD38ElIap+O82m0ti+tyB\\/rFSI+8yyYhH\\/njnYDQGBdpGLgl03kgLmCJko\\/dmQrTYd07VgO4eifmSGcsPPe05TcWDfEoDOMmvXCevODpd6hGq9j5U8U9c35w1mdbsXxouiZakPNmj+rFVPQJAnSG9O0SJ0ztnT0P2Nh93ZEmYBGO6j5qt6SOKEaBAnTeefh3nJinhP5u+GY5VJTGyjxl05izr\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"PGxYhaR+Wn68sgVIdBL6nE83O\\/cgH0sYe2VE4j8T5Iur2DNMPapOek4LgB6GJpUKylsFXz6v8PVZKH2i9zY5vpNQWdp32ZoeqkG8gISR+sBt8ak2CMEqdZhwUaO2sm18f8cS4YaZ7+ZcSBTkIzUCoNo9zcy4RGR+nY\\/384RVJ9qJfWcN1Tb0RCl7hISweweUPTYFzHT61jYolCR8m0ebNf6lm5IUrbOnm\\/1SH2NMZpUQlOq4HCg1c2f5XjC+fthLe77lEFby9zS2sjD+b87tjikZIbtiS7AV1hMY67DvC+LPURX7ITLCd5x+n18RT9pYyDJeDlndy5qp3N0zwHtyJtmwmGjImuAnQCENWrzHn28HpB+8D5Bkwou3jLnZYoSUS18TfqN7bukq9DjuZfXbeZDwD8RXeq4T4m1XJ6toYu6DeoxJPhprmxLl7tkzEOli+R4npmQll6jF2R9UYa76a9Vtph2PFTK+ImBGOHSemRKtd6iqo4IzxNvE8+o+f1VQo\\/7FdnHY5722fa8eHbLRuHyYBd8GtGocLhPigxBkSsUbUp5+JRRrfU\\/RjLgdOViwXOcsKQjp5aF4565PDIidVfxW0VK\\/C7zlEsTE8dPM7bZUQjil4gNIgjmibthAsTC6zn1LDvAoTiSPGi5HChCy69LSJwG3dAXQdUXiLQpxy6ru7gOxfBP4NlBPQX9E0MXOcPxxt18IlGHxGblmT4xaui0vQ6PavX6AJiIbXx752PAkLyLMLXRVWz9shYhwG5Knc9I9iJ1qZgPUqLMS95RE2kbBYAVnEJZPmErT8R9TVfino32Mg9Ujn38FdsI0aLmIrjVqFKhm6yAFzEe8jKiw0l3aCa0zDMJAZfyUVBXjm7kvqIFBTSuFpUCW\\/xFKYKKKY+ppzMA3snr0FmeFvU0ViTezgB3Mw1+hXMYB74gbxvxPTxue++sVrtqchLGPlHY4enTy6a2R66cmeYVaA0CVG\\/FstGc1\\/BWIlcVclc9Ab4H9vRbTFGUIwT44J417210zbC26wkF07H3XMG3k3Ci+MNfuJFS79tTgtnRh5+uliITWfg9cq4HpLEwHlEkFUnaZX5ixiucjO\\/aAdHJbbMvLc0w5tlzJEPjPnTgCjI2ydLa3a8BPuOu5Dr7SFk8awYNdAsUHWSbl0S+gkhWQj\\/yr\\/KMWLN0YQP\\/CnxzcgOxEhyBfgnX2ooYWETwxKeqBfdCrMiEF52rPv+joaBeYLwcFyUmG0pjGGBmdUsNq2UUq+G3LkEcRYaT7drYPu2CkXWUxPqVeKI2k7W9tNlz4iZQUyoOFSnAJ23lNe2ksvpmSrubRemhJ\\/TawHazxOZBN18McRFrWPKwuMEgvJIe8ovsc3D9c2YzS9wDDCuU1aswKi1X5xZ7kSb9MOmvNBYjGWPsjBUQTV9gjbcELB6QmD6dlf9YYskztmKWyFJwmAKCRT6fRSL34yyKmlMi9KhwxgSAwkj56e2p9g3PxH4KlBQFDZaXrVTyr45vETmbkSXlrd8Sc7gchZdtdGxej7QnLGcRjPfaDYJkq5Pwjcevp7FST4nLYh6J\\/HdhHSMnQ7gtRhNyE+T3ujdxJ9hP3k086tKnhIg+NOzxDUUCNxuRm2+CdxsL7lnw3nfaJncMnKXrxbRiO84ATaoKTcTjdUDh+2Cu9Clh49G3gp3EowoPRWF4IFH4CeCrrrvspXDknH11cWvv4ZrNi1sOaYvfi9o8DGBj9EaRayCkBn+7R4w95jHcP0CF4ES6iguMgZSZ3vqT97XQg5ZwBC9ej7b2J5xl+BhVrEztZZUmoW+CNYuK4NTD1nKjkBK9fjEHOhH4ZI8SoPulvKrpRXm2OeRpQnKWN0yCxlvE9kS0rlVwa6x1EhhNxIJEKcWKsCRJn434gpJuS7apyciUJFG+sczIPfbktKiOMcgVbHcIf7AtOJZmfqTuTOrRNBlPhA8Poqf5dTe0WbUC\\/prQ6ZWdGMsWSDKvQGWCY2fHXlmxCTqTmy9RfBRFT5bSZpDLsgg72w3ZYiRlwh+JnyxmE\\/gpjwW+Z1TIIyKdzkm8O7SBhEqWSTWh9qk9PLyCOfhwIPItgz2BgbOHZ4nhAP8GFuFSTrkkfTZ7mjFRUoF49uP7oCxifWyiHmuP\\/e\\/u+AK3SqlDexIkfmuyx3E2Mce\\/reiBcQFGPYBVnRx8wHtjLi5f2E0hqkGfwz4Gyv\\/0V+2GFuuqNfLyu\\/1B0+HvqqYkP6o3JngKi889rgwUKwqMEnSolbXHyg3EInFqCoaXYb\\/jEnBZB6NxF\\/8+p6YXrovtdU73VsRElVfG\\/m0mJsx16btiLQsaP+x5pcu8Go2a5\\/RV7nRIBOGWJ5KdiH61vwrhCc9Qd0fMqOX+OA5AJ4I3Lc\\/ppg6XFB\\/T5NaWTeDXC4YWdY3RW10UI8\\/Em7fnZ3XTHBI40+TZ2OFYtmS1XS5oxsa9VoWze2xR3FjzGlxeaBZxEbS1abE22X1W1ZKCwHiCl+RziS4F8CjWl8QLf4E652Pi9zaKyNGyJsMY7vfBu7VGP+qNjwQtaUZ3KcChTo43gh0lz15Q39tGIet4uXYBRfBHcqKLkwVYNwHdIO7gD0Q792yG0s9MkOsCyGX2mpHdMbWefOeL1xQYj5XJIYFI5i\\/sf31c\\/hPimFd4SVUDyvNyofmJSfJDaiowRj99prqLXkkQPaP5Or++RsWGicXPJ+Lz4+gGzEAfdqT\\/BBg0ROCemL6TyNFncH8QVdF8CQoGSoGEa4BTrr2aOLG7hOLVDRRzkgSNneTgShnnndIYl8HaIPZazkR97TrLqc9CuJHAIYY1Ldjd1OM9whG4kFmceUeHWa2\\/PZkDHRzjQ3CIVCaxMd8licAmQ9GMc9BSmahtBf\\/UexWptJBO8\\/23HfU4\\/7bxylg1ANXDcrfX3Qw0QQOcWA3B4f2DiqEm6AkrHeT699ZOxJ1R9e8QdzqkKfjzbGYyBhrWL0iweSGaFEoVjBaOHr+2ZcadZAEn0efVMTcqK96AcTe9Mxx+lvx0b+kfCkLqHfDDUSKgw+Z7olmNCGSJhrCo\\/qaBNrScBLAyNruLZeHylGWQPZuVtxc6PKcGj\\/RCeYBze1yBuqUJEpMZBOFe9ckLVGxOTyi29ipaTtyN49CnVcqkeB4M48NJzv7+m\\/TtxTa4n17e\\/EjMszmOBboMWX5nX+gbrvGfeHx\\/SP5cAqG0hbdt47wwQZZvU\\/6vFbtllEZp7DiT42JtzfgnMmFRRnESlgtlc0OdAwlgb5eU8OFvDJKWDvallGT0U\\/PU0tCV1UYVfj2JDcPC+ardKAeAGYB1kLPkRjmhBob4sJxYduo3ODM82JlYIASzA393xFOoL\\/aRfQ\\/NNuwvvIjcjsfMlnElwDl9P\\/KN6AQXAEsqnacc90A3m2P2EyjPfDyJqNwwpku7T+Os6LM7ke33C+0ZTcJg2ekwrKTuqIVCdK0+JRkWCSkZ7pD7n0ZkzQKqeMRjiTSnaOElAEjl4AJyIM3uea4cA5sE3LHYIsuVHds05yYk8tJNsY+eb0pjA4mffNDZXnH4aHkc2EZG8mWCK7oYhNGu43dZp8gdWSdjCRrCxNDEapatQB8hHarMm0Z\\/ExUGOLyBy3\\/XSfvoo3unqElYYNbLf4OYicrz2bySPZW3whTMNjNM\\/K2mHZa3hb2gEWruZHB8V4tD7VYJllr3zNbw9B57Lew9Q\\/6ii1EmvjjfJDsKpZNCSmfiKLHgwOdPD1Wi0w+m+dsuD+c2G3yLzRLDdG1w\\/lS47+m6MzUHAwgwLzewyoINcH1OhxArgQ\\/1VQaTS2yMThMbM6CxOioCndtNLeAx3P7hd42YSdMPvq8HIKsYHwLNvoWmxyPMj73LDDQUxJyLX36Ys9niQS2jaEfaBpgj2lMaPhkUkiVtgc9FCzBuiilR6SKaeZNonKsScjFhwy7h07CwN89q72CPpFZm2Uy2AoPombVFacO0Fn3Yr7PfCk5Mz+a3BbJD\\/QIlq50\\/qeAn2ozOyhFMJ\\/DQxcKjVfPKQsNvjmJJqV+9nHBf++worKNzmSiQ4S4Q3Y7Yp428bB2JukyZRjuX9sQ3gM989xV+kZMaz+InrsEitjay12U0IXh\\/FGsC7AFn1Se+XSQvlIHIfojHsr9XXyXRVbwEM6Fhd56wOKHxODxsFSVaoKC3QwYw2myIfBWkKQP2\\/+Dq51WK+4OBsQCRn6hu98IL7TPMxbDGfKJerXBjDis4E\\/T2LQzxMYPz\\/PDlrMDxT0CFCSDN9YUu\\/XQdCkC17CZjusch\\/MOiTJJg8J\\/NdkGD2532gtlo4um\\/s2z4mPDQwZIUWDZgNfS\\/Dq3y7HH5B8PAb3BicDIev37Cdqe70kmRYeqeKl2vwPj3hQ69zpABqp6AFXbCDt6zVTaQTtdovQpkg8YVq5OHA2lOc54keRADglBWTBGS581dRfucnNe56Eu7IVaqYuu4idN\\/dcgMHTtExrUxwdpnrLkc0dvxwy5cXm89XBgfY8z4UsJcnUlxs+gEJRT4vxJrHRR6IUGNTM6DHAcWeDMTM2LaLYbWqYH97U2Se3VlKHoKql8bPAunrqJxgZexTa3EyxjKusiuBmimw3QSMJoxfMrK67lk7htBe9kU1PW81X0O9\\/F\\/jsp3GNefYOruulZzGEK8aLxxJF5Xa33zFO5c\\/kDi6LHWvEehCvNK+x8M4UUpwxz7\\/ZRV0UAqaW9skAaZO5RvGVpQ97j5pFchYoJL\\/cdc5FwFo+EGU6QnIHIsUYKUo1g8ZPA7KZUusiJPL7OaCnGBxgcGK9uEl4bIVBgp32aBhgUawfgD1maF3TOZ\\/f2sMS0ia1ib\\/q2Wyol7E5uxGBeKzfqHziVNsrz42QwRqFpguEfTPyL2dVSfHeyg\\/biV1UPAl8MN3f7AiE4XYTb0J530+S2u4JfzNRHYHh8RCDm+DJEMDVhvHZNJIz0cRt5mXYOhrlDkTymxGP5Efw7C3Xh1GbDC7lIamj1\\/GB1RYC1ruqqGbW7h7RVnWeSBNphkPWIeVuxiBK2V77GGvJpdreDJo\\/t5RpiZtqsLGZSNOuvIs\\/xsuIL+rjJfsxUGHSSyc9vNbLqqXjmTdi+rXMcG28gxUp+T1ekX7w59gefUVXvmKUD6kw4u2fHiN0ta6gfcr33ut0pEMdVfgONQPhotkXfInlR2XXMFijYy2y\\/A9gb86EVIxJlgbfcM8j98AVmB1GmB31jD1C44+ZpLZllyy7UAh0RRt5cFYJ2GKbDy6AiHnv7UEEGVYFgDO1cUYDWrlXaWWM9b1fwXZuwuN5tzoyOv0XkPpDGrw0ewaWdiV+1AIpXik4BvG494EYHQ91sbOg+xPYaGZEDNHOKbDLmZqnKtBSlQ86JLDTnR\\/v7+GRvzkSQXieHp2KgsmC1uJsZWaGVTDkaPtrbXsfMUaJnuDXU6Atdnfb9QQyHluwDes58N+OMmx+DRaf02OYCGNaGKzan7XiQdCz20TDO4BeN5e4XUmgWpuIdXvlCgN7R2hdxFmTd6BAN94TqQNIkqpAKXgNvMI1Zniix2B1Jzt6gasL\\/0CiK\\/P\\/KVkGvLqEp5driYy32WhpiPHkldVXMjtmQk0Np1LANh9iXgply8opKWdlPs1rGG88h+M4fcP1oCAKTy3BXNoUZ\\/5KhAtoA0l8iUrWrGtRl03rAS83rrFvCuyAf8JDuwyrcDPih2Wq1\\/\\/TVsLtkW5pDEiNn7EfLPS9wD48eFZdVovDlphlINqVpoWFfzuY\\/9UyVfkIFPmAc75lXtBLLMJUXf9uSFaw8EcenG9g7mUl\\/RpVMk4ETzhURKB2dhmFVOOm3JXQ2vXK+0nMZTZG5SjmCKAwb4VWAn8cXZlISudMcVrBrhzMzeSXPCkA11QAsRkPwecaBXS7N15jhuK9rPZO1uPd9aV+Z5YZqpamW247OWc34kQ\\/28OFzo1BiXxKmDquy+dYgwfxb6pTfKbvmEXl3I+XFvCjhr83oIcfFZoO+sZgvOhMpXxI27TiroJRtM65MgRGbsjWVki1T7V9ca0E8tiWtIttmbsTCK1qW0SPSIK3Y8VNqT93XTaHJt1BqqnEjgYqMm7tO+lcDme4oxa1z3nJy+yOus3ZG2OLhzrZq4eKMES1q2pxRO72yqkqGVLP1eb2JwJcaMtk5azK6FbEXOrFcFIAhUpNk3AIrcGfBZ1xmLPxJDePpPQLSFsRF4YZ2qg1wuFLDv1+wF8hq6cHxEnoRvKtPan7v0IgUycVGcjm31nxH3raiIX1tMG4svFCqJvSTpAz5eAS+GKWnNdew9RiHyN1im9fauYqm419FuUs\\/21l1M2b31qJcmtpaEaj76m0cU+sPykQJdLn\\/j\\/8k9NdaTS0uu\\/ROE1D2zbGcKUqWhk8k4dKbKVFKarqbTRGNQIxh5eYZnGmLZREjrO43OoFX9728wGK3MeiipVMcerzjcr5dJDsmHCdw1mxRuCmbXwh868fW\\/IuNKkADvtSFlMzLtZOXGrabROX9qA4P+8uiwxl9+xQL+4\\/Akg2jC88bSaPVyTKSnjiN4saSVLRLW1tgt4BgWyia+B1Waewyp2aicB1IluM1vRcOZrnqHWXoK6IIqV3QD76H8CSGKTirGy0uhOtNkOrmKD0OEz+licz3mDN56Wvon+9tFnHXheymbRbIFdYNBXFAChILveyRR5xsEVQ1fkIjlw45Ztr67h\\/nFNmSKGkbvMeerQcsgOtC240AuK+ZNBYc5IKd0fi9wcv8CVj6Qhi3vnObFRdeocAKBZv52pEeLnQcRbq0yLu5i80RYbpvFTpJJ6F8r3i2HGvj8PN0v3HWka8j+2J9MG4efjZeoJ6Xeow8Dx0giVDTbh68HcmE0UTDTSsilfVtm5zYJU7YrF0vtb2GXCGaxytsgsQS+QXjpaNrS\\/MAhgVTDxBYACuNf865cQXLA0HALY5jUkoY8ZN3y9fTX9uK1PPAMW3hWjS8TeuGcjfAiXUc4UHSait5QUnWFUsjErFIUiDzYg8HGVAi3wEWYT5kQm01iVC32F0WqCmChlyBzhwrNffehz7eeRGmATlz\\/HRmw3sgTC2JDco1G8enk\\/eloTvAjmey7O8a2Rxm9NqgHZ42U\\/tV5I0x5AygVXbFvq5g8JxD55jnI2S2XCDZJ1McMgodi1nBvW6r8HSaPhVhAlG4V6Kb1FEnnNkodzLEbDduYjgCG7NlZxUs\\/OGXt4TzsvnT1SAklZeLnbe1qxg583ABeBPrGL2yrtzfnC2Y\\/+7Oexmd9cQ+7qCDgpglWiXV1AMND83x0\\/Wjdu7eQTjBpKedk8U2tEKRcyJxApICYmfbk\\/8084aLjjN6Wf+TPuF8f3fCyiKP0wCVWCx9Il6lvZ+XhtGfxonkuannFfhBLvB+Mx1IbxF2vj2TGQUWWfp\\/Ermp\\/kaojbijGOt9H3\\/9UVe9Sm8ax6njuGO5YgEq15HQO1w+hyiS2YQ7P76ruIUZILIFu\\/Tyezt1H1mwic982fp1zTrav1JS0GmFNeLLhVf19TkfBRonwPCaC7IY2Uc9xIzlBM4VEE1gn5LxRT01XvDlY9oMRfyBJqSzaJBOUHT1BEGsFZKHV1TBu9\\/Il0uFHdG8a59Ku\\/86crRzQ+\\/Ea8wefdziyQHz49ufynNSNe69Um6t3e\\/rWfmzvbpjK1Zd5+7TfeTMj1p8X2yOrobetFY45V+bIwebXeZKZigHrLvLD68zmQHTRWqYhLKI2CuPtVauPNx+9wGuh+BaHKcdZbEk5JB4gOyZFR+Bll4f8O067zX1BMwUPmLNBEZMcTJfDbuQNJ1FDeGd7+9dhIQ0IWySc5t6LYgjgsVqV+o3Mvu+tGQZthxTjC+FcsP\\/9\\/oy8XOVxUK3j+GgxUaJhyi1Dw+UAGhH0tTHukMKG8VNQ4hZtcN7AgiISrBh54j8JEaVaZmXDCI0q5BoNPPgqyEItPb19VnknfuV\\/bJmNZhkk9PlznAfV0vgA+MkqkNtRnDfahrnWSH3bN\\/eyG5YkBPVg07veYF48IPyLFJF0l+4EqcHWEjeR\\/0nZLslHA47dwPKT1zpXDgc2JBKo6xOmbX+sXr2Z3iOth0zgxU0M5q+WXk\\/f+V0RouE9LL\\/Uhn0OWD9NT2jTM9u9FN+nZk5Giev2ErJZWaOaBeyQ\\/Bmxse0QBEKrpbds9OzQRm05M8mG2mqQ6J2iYFS01IxueMAlamYTbvaDoV26v9iXfJ4rtovcJKtrxfiehhO4GD5EM899JYMHamv0wX\\/dTs32FRNR7eGF2ipOj9tO\\/FgBPv\\/XMREhpzrXBaj5jRVAuTrpobJDpAZee\\/OgAhSJg+RcSCEVvsKwddk86iJ3UHZY3crNZuPz\\/ISqUa6T8h\\/Seuf4qKBrcidbvMndBhLSpXxzBtO+WXTANBB664UMS9OrnJdFzj1qb3akBTjYj7k0i\\/mUaUDurxHspwUQYhobb7Dbp4S8LjoRql5nj7jjfLK7xeGN6ScAf4nXxOafjE8nFEwJJhFgFjg2VvSgrt9iM3MW05+R5Lv7D4MoRppDSQsyU401JrqX5jxWB8bcOmiwZ0BOm4YEA0ATUUnWCETmlfTA3h\\/kLJdke93olxK9xtirNnrxlfYYYGBrK5NXX2oSsojaHhlUDF7lmC8Loc1Fbq+k1XaC1KIF4i6ilpk1232oY3OnJmo9f7FyIDQy2Q12ffGbVrTsv3P3QgDnrisoC64Fyso6P2LWRi8OwW5b39davn+ItSZ2KasuicYdK4c+DlLRJSOQy7+Nl1H6ctcdEGJSGe6vC1s+Ec7ML1DvGEcP1qw9YENJ72vV0H2Xm\\/TngzM5weawj\\/q\\/JrNV7IAP0dBuyQVulMVeEsdWAD\\/0ij9a862JxYFZ\\/zejEtpnWaCOEOvKna2PngDbXroNEe736AR81yQlPwFiAy3ft+WHsEzuf9Adrm+ERlDHpIMUwyPN5QPjbkQWGVW9wUqQ6MyTp5kJRfapjx8bRRIV5mND5qb\\/SNZ7G5I1FtYnwXGrC7SVLmyif1pqwE2InCAaJYyYd7pCgmXLBfaQ+5guVIeUgb6tbXkqnlpXvqzKOdzh58PTZIb77t\\/QIX0m8ooSNQUOVuqyauJ\\/xvTyRPm+fFHYq5XrQ+BBXl9mYvPulQkR8twcaVz+1VCOchDX+v745pjxsVeAl9mDH5m1VmsCYhz4t3YAtbVooYUwebQyH8kKxclDJWxQg3+sWlsjcHzex3nypS872+FPDi6ucCTA6SCv5AjpgfFmW8dZ3Dvf6rw8z+SlxVmdUp7OrPIkNf2bbU+ma4JwT\\/QdileY22hbjW5iZL\\/kSnf8JeuzaxOmktku5IHcN1dST1zvB+\\/Jqzhty\\/5xCBwXzbv+P01Np7UFWwqx13pqHM5OcjaYdTL1yOiJP7aDrUY\\/BlLmHJjuHW95TbfVLJTpf90mvnox8xMKr130d5we5g6Un7NJLGGcEtDbT4pPoFR\\/desb20uiGnYlm24jCmDuPakuzAQJp81f0tPvP\\/RjvsUTbeiS4JfqvRHmQCKCtrIFgdxBHagnLlBp5yAICpWvRzo8trc8G1HKIfbpQrBZ3StDTP0JM2NBEWm2FpTYyjVGH1zlxPaLmTa3CAnVvufNepgYyOBXIIkU4hASb4gV7eMQXIT2bjVr\\/RGu5vdZo5wbzTTczmg7ExoxCUImZi9w+eNhpd7bVZ+YB6hwvzjZjuCu4cAgPb3AIABzGwNJ+KMjC5CaYFjpL8DxRTni1kM4k5xO5UEg405CQquFYlJRY2zzu4aH1jdGjgpL85w5xmYEzRNRXJ1PvkcaQi6izYazvFE36BQwW5t1qy9GE5rWdTrD\\/Oiy5bpIJPAJ5jzbUp6bwPyfFFflG4vMtdQeCKbo1rGH23TH7xBWtnCurk2Wxct\\/EA9Clt7pS5PTIuXMR7y1CADDVRNoXRp9XQWpSe\\/F9RBfqONwHjSgIhTb\\/LdJwVBgZmjqeflY574j2vwUgqWKC9694KSKzUTqosx6WbV01CsNwpELL0I3Bc4timvqjEkQ+d+4t3EpRfOJy241GDND5UiaYiuE7JAPZ+2dgbQ9P1uMOn3oYRqXpxHsvgQcseaTeUh93pVz9El+BxJDP6EaF5K49txRVq0EOGihcyZCDjV6zNSX5j4SZgy0usyE8ZBu4G1QMBUQsFlUqwlFXPa8MVGcNv7wM0D5EQUXybi9Tkqv8XG0H\\/H6nqGQ3W3U73NIC6i6wNclH7FluGl5RBGKYvsGVwqBCA0VH1DR\\/VyL+dAY5voqDFXy0TgSw0c8lTVibN3pSKavPTfyUuJ3r4AqaLY0mBEYoDUqhPbEAh9CRG+SS7Vhwg2nGOKRrxrF\\/XMJ\\/gTMpqHm4vGitbvo3rxqv41CODSlOII3yhZ2HJ3pD2Fb57EG3yjV5mCsEf0chMqc1JYmtahMsDONQDpp2WYhYeBW2NN\\/0DzCOnVau3hSrg5mzhS0URwZ+43L2Drq7xh9X0lumNQGXlQIyf9p9Ye7VMRwoaXlTiLV6ZvDkOwBUn\\/1TwZjvXQBUCTotdrp8R7t6ucGz7IPENQERrsPsoB7ryk0VwhW6Xyq0\\/i3wdlHE2KXfmB+KLqUR7lAgfOvfUSgyQYi7LohmG+9mP+Q77Xr2iFdZ0KfpVTepCZwKWF8bUz2bQCsrjHJwRhlVUeMPyOyEpoiYS\\/iRIeBOTRomGfCIiuaIaEOO54cWoEBlNaJF\\/F8GLtHMCwNAVoXIDGgJNmllTQNRD\\/ulGRHPyCAGR55fvmF6Qqd1pxEgLVK9xSH\\/TGP+iCDEahv5s7RMOD7B7uLbVzT10pZ3j+9RLrgSaubfTWLKz7rw+BS3lidyoitIEB1KNRYGdvEBIT9Ig\\/6849sop\\/IMN9AA9ivRzUzOXrX4BiQNlHP6KJRR4sYGOu697MLhnnEA1a\\/l+CuRyWoRkpTA59FCcjXDsAYm\\/YOPmIu3NgcjgvGYrz\\/Np3UnkYPiJrmMEVJblY7Giw6GatHdzGJ89x+cLUE+dN416zCmDenf+N0HkElcS9SCEJAccstIpPPeNwOCG3a9yYzGLdBo+sbwhxlFwU6D4JwBO\\/TzJbe5\\/nOIZkjv271F71Kh8ddlZhPRrY83HZjATx6hyEmo\\/S6yY3ZPGmkSBpJtRCRcaME77mU\\/RpDrVtQaYOik88AcUlHsBZp8A9TRvb8dMF32zPaCZ906iO\\/676Tu9jLyPSQ5KI0kr8r9mZZSmhRUNk5dcGFz2+L3jMl\\/tESs5zn\\/gfFC0\\/VpYqdec66Wkz\\/puOBdp+LqvQTlM66nN5zs+TfryAiUvyVsxdh5+dwODA3f\\/EqJ9Suv0dYpKMfzv2VuYDjfJpVSFLIFeM0535T1vOWqzv7\\/pfvaeaHREQ7K28b+Nmc2B2Eg9au6exO+FsHdvgCnz4C+7UaCEaA3d2Tv9DNXPUdJUeWXQB7FTWD3eUlOteU5RL7g68tqtCJ4ouwHp7zphxEK3tFo9QIN0ovvwXRaFzzEKaO5F\\/OJyDE6u8fDLJzIhMrlCwiy0aS3VdnWvFNgK\\/1x2J0Y4Nt+M5HxF1FmjzSz4aU2NWv0x+E4RTtWW7zfgJa2XI2nX7QKRwVhet7gajqkYF4H2logyo\\/8pBcZKDAoQ0vdzk70A9y0RddaN7HzK71HcqMVtBrAx8eFKUg7t523EZX8FGcvjjQM3Dq5GsLQKRmvoeuCRmm7Yu8LCRDGry2Te3tY6fHBGrftLzElaahru0lXNQ1DxbUsIpiTyaB4hnrE7NqiK04+NfXBergdodIvzI3HWVxhlCkDtD+0rL6Hi4fpwNuaaF6Fc8XJtAceLk28yjgeW0+SyyJheHNDEb988AAhKpG7BKqoSfkMjDhDBAWVEYHRSSonHn+qku9ZeOntxx9dJE00b4kZ5dl6k0yCPfW1AC2aYQeUxzqXBKfzpP2sYJe3usEvnqr6BUOAkAb9qZgt7AztbGDQwtm9Ooi\\/VcqQ3oG3w2F7xsiYfOohgDzncShCTVOTz12tC+2JMxuR4rqOzEACx\\/8wRX+yL+auwaPa3skkuvTYGwraKSr507wyWJyGhHOBz\\/mpELuOwEPsv1JhaIQf17+cLK2sRWfKQAqd2Q18zc0SGQXSln+EprDfcqa4KiLSTnT2GNyRWZT7fccfqcyowu8SRD6RYW\\/2dcsOACK9o6OeOgufGVzimIwJoc7nZYlLiAsy\\/LXs9BvqEv8NdLjf514lzlwQKSnmq\\/mdy36Y2gZKXRwdPCa+Qa0fpXC45w7U6DLcsULnjjgfEvW0fVLNpcn06MqXModqVYysrD4jwnxSee4TMRd7jOE6VmlPGCM1Wn6zjeEa61Pwka1DRtgosWUCnqJg6h8FUmaz5a0YbN\\/lcAUUnGDrzZCl7PXOYVHkGioewblfHq6wrQ8KXmp3BaKtcG0Lr3oR\\/qV6P836ul+QntDzt4G+BrzKNt+oMUBqFC7lW\\/2QsuQUQbyRq4nYYEDj8Gzypb1sTABn+w2Pmg+Iv0lKXTlQoHVnSnV6vJUxizBjheBv\\/u5UjOfskF4LlFKQeEC61Ellm7GEulpmHZ9Ip+Rcha\\/FabRQtP7bavnBnrPOd7Cidj257q3spxFSK\\/9u4cMKxa7fuYRNjKgVsK4JOJ\\/mg6nlmGBd8TZO9lIWeoSQwHv+WqqVPxMpS8a1bk+2Qng1vNLioyHLHVRmQ63D8PY3iaddKGD0npFb6+3hgHTObK9XpYS8htIjVPqgxo7skfyzn4pBX\\/l0WuMPcNOZjB0XGh2T8oNECAV3GxYuYU9ddmlA3JA\\/gIUdEt8yRVgk4MmPDleCEB4cPMygVQjmR\\/Oeuu7OOkiLf7SdRnKQ2aQxyJePczCT0KWc1ZIujLsuV5xMtYEmUKf1XUoK8t51dIvwZKIOkOVR5jEXWo384s7tVRrApR87\\/aDS9oEdcICHVBKnjjzoqMwEMT1mp540YnX5j37L9vkLizpWJxAAmxCsaUA9m4m4EUXSjij6pccCKKCoYVzzcRzpiafiMGZbImesFXbJrTUNSSGKQ9ydQxSWabke\\/yhHL1erYXdvfsPluQXFwbsLxb8lPu4iROMs2xQNwHHI7k1rUfuawfTEzPh9p4MYK5K2IBpSASoG7PPmkt+x2nAZlps7frFiBU88LaueD2F7yt4NyiImDRNMKrr89tHqIcossbt4BqDgof2av5xRx2l4h6POpMH83x26k14mlQXzmNW1AJ6CgxoYXGrvZ8fh81N5wvxsVBVuFkqRjH\\/GJg7tO2+8LSPAiyFHFFKr3QbB732UpHFbrTA0ZR6R46Gw0H6eGos1p1A15Jdhf0NWNfxnlVJP1f\\/5vntXzYqlI7BMGFYGWj9hXj9U4tstoqSTDaR0wbdsorJwYat\\/U8LE0wF7voyvdLFRq5Ln99hr4+1v3KbK+Yjj9ijrcIQxprNYffFHqVOjSZn9zM0TaLsJcZIs1u94mMzdpExTmCsgIb4UYDBsAGymLRCIBgoq6uwMN+DOUTIorjGYXOxb1Si+llLj\\/U7VKz2sz\\/5WT01nHPiRqAz7W8PISukKaN7IsuFp9tvgFkDIBZNrEkYNdurVoFjGMvLrr3lX6TWKL0+kPCqx0tvAh5x8PvuUGMbhPTSQpRo3e9d41HIts7z2YEDc\\/R8NyWZIfSMxQ24f\\/rhNAX+AnqdFqYD2ScdV+Kp7K8DQkALOus3g2qdS\\/Rye0xIkgx76mC5hFkD1Tm4Rwf0C5FKnAJ24bm8gvvlWAM0qewRHQOyFZB4T6hmkBFBJB2wQkwSZuPOGOuLmtmvWn5l8g4M0YIVjcMTEf4gzm3faExOsJ54ri+oXRBWqmRKS\\/mpD2mOHMA9KR8me0pJm459p+LmWrGU3sF9xRUz56EutosZry+UtxMI4c0wll0Q6QVFjhTeF5ipZKTwMLfCCBiEvrUsb+bO34qkmozVx\\/2kQliTG3vb6yTkiRKC3O2Y5HghS17uxBs0asiZCBSa6+Nn4jwYNylaShCZNmUiDxBM\\/UuyZsFAVa6JRtFWXMnKF7XjWTK51YSGr8QwSEyzhXWfRYhxVNMPRNV2LPtL+r8Sa2P6e\\/UdoW31NxQz6fxP8+6mGuetd2iqb2KWSh3IhPgS8mEVtIAkmAiXcQpfKQFK+jk6IHtkx3CnOn7YHQrjM7yEe55twpLDrB8MKAl7WHY7bPNV07NhSxBo87v0A8WlbqC04YfQix6Ba+uvGg3qNzKEtBxPH6MlAZNsG9ITDcn1CthhqMU0YsHoibisZgI1KaBY0Y1YiIpkCWtIGTWqxfro+7\\/Mu+QkqEs7zRF2FZCJ+5xhUzFbv4Q6T+vhWbzsqBkJij89YxQ9e3JrAlK7uKsHohKBOOWlUJK6VdBHIFcTnQacZm4r6EA4MXHfjWuZ3gsAWyW6kSWXRRKTboqQih4CJi8UYLNM6qD5XPN+uPuIOrA1M2Pgom+s8YArElVEf5nKVdpQoeA9\\/7EjscvU3pwsfMOKuuf2qUolNBhJT5QyrK\\/7r+4mZ4ZVt22sqr4Lb8didnF4HjUht+D1Fu\\/hBSvy9imbnjLwoZtc9cN0Pyla7OepSoXODyK0Gd\\/HU0uJWD\\/DcxzlhEFKEK9NUvpT4ydUaRRq1Bl2AIsD20Q\\/ovPXeH1tpK0RYhDCZXfsrksysfdqtGG+f0M6hAR1N1Z5pD0qfcZBYgK6Ey68Q56l2Sg1YORB7AKxzeaWO2i9Mzpd90k5xxv3MQ\\/PQ\\/G6JEsan2D3CxoqBRYnUDRL2hKl7TfAiV+jAGfI42iGCH4rb92r2OBd63+o4cwB3BVkzpyRzueNDxlfBK4\\/7cxISv+1Qub2IBilNz4IxnQy\\/1w\\/vfpjEM+d+sS8NeKR\\/lZS\\/gWvHldOVRqGRyk+hfJEGHrVexo0sZqeIfdWFssxnK8mt7g5QgMlIIN6K66gG7l5uFMfnS91+D+o2qyzwnINf77XfPxfNADp+aKLmFGujJ8OEUmCsuRPVmXZKIy10CW3uS6Pd\\/rnzhKB5K93fqysnsSLBb4CKVrQdGh6I+V9lmSujcKDjyY6yzrpW+q9N\\/Li15uR8t\\/uQZtE\\/brKGpasZhJJOIs6q5t6fC8la6Cl2UmzNOdl7rClwyF+xHUmNK1haRuh6cBDbsEbAchVSFcL\\/blZOtFovXUVD4pa3zro5ztV8xbS\\/PNA6Ec9SQFr+uEx9RWc5K0SmHJzsu+YGrUBoa+0brODc32jVAqNNllBXjMdxFtVaYsyB9CABIBY5m1xTQnCbeeoAuHOad8X36k+hNeFhVzLcS5sLr7G7W\\/muE4aFVulMFaOghk\\/YL9gV2wHex7artnoNvMDXIaGZWGOhzOrI3LrMu8Epp4HHD\\/+miF1mOHU3Ai6aMyuzYaOJ70m+5JXZYPuaXZ1FMgBqj93qJCp4JO3\\/0xpuTB52LRSZz+QW6GrA\\/+qkyzKw2XI9PGH04+RWMC\\/dnCKFtr8UVGRAOcBav8OaWgNOj2RMelvVR0QiHfdxzgvieAmIfjUo0Da0jhuCTyoUgYVFNPeW0dyCgTeKi3QdRTmv5Ew\\/Yz+1apu\\/lFrA6J2kcGXDJAmhq\\/laTMSL5GuQh8sTE\\/Lh19HGp5hmEfFYOB9+VbQEpXIBJeTggGMoaBWXdw==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"e2a04-8ab81-a792c-3978d\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-07 12:25:07'),(1880,'b0464-f3750-7c12f-12735','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4738889194650544756\",\"Flight_Key\":\"PRdOWJh0+6BrtYM7EkVsut+N1BW7Rb5mp2PiUVHu2fETlAS8rDrRVB6RM6eq8YmLpW\\/qOwyrT\\/NthG\\/sWZgevayCxC1FkETiEW943smf1VjEEsv+PFMx0YKl23CNHfIXGAIrq9hZQZSEwU6KqMnpJDIEZgclFBh05ARJ8CV9y6ZcGc64MtTNYXu\\/SOBSPK03LBOVAzSn6DSS1jHk\\/6qXQpqBfFEvVCIEmNDNifiuc6IRmSDwHo1mSC0o5yAwgX1Au8Vr4ty8FxhrihAbLaJVj8RlrZXzzROoft5Crru31Xz1Iz7d2RbcQ+NYAa4BuZ9nxQ8n5shvaP\\/x1bM7JLCyLqjDMob1ONqr+tT6OP5EeBvKGH3W+Vfz99oq2ZmiTud3yYXKwSu2RQ0pycWXlwjDJkuPuaO5f6fYJwzFVn9tRWv1v6YJgRTibjl3dUvamSnDbCNYLonNyBOySy9dwM2PVRC2QUhW7TTQhs9aYPYWBpp7+WGZV6m5xrP5KzgKRc3kPSIb6fQZHLq3EnbLNDmeWOD2eFyEyT+GQYLorRE2a9OPL8HXWajL4bNeFSW1826ob\\/W1MB5ARRGkvzR5yCiDUblamlw\\/CD5HdDrDwkI7jWy1gTs2zVks6+Vk+\\/8\\/YzGk7p1D9pFirsCsMIn0aut3250NVBOpPPWf1+vko7kgko2Zxd6jAtyO3LvTlLU7x6hkQtBMM1qH5uFXB01UnAngzxBdXoqhYapWNkfye2YTnk+7gcsaaWiH5OmjQr44B3UPWJvrhJkLOAd2iH8tneuHsYu4q+OK23o1V2FP+4eHtBX63VfR42nkh9To\\/CLY40Qh\\/drN6+LNInEmUcOvznBo7+OlnwYUdKpZFOS1JFLccsfeAIkBCnN9PuSremRmxXd\\/hY9+HN\\/ASXmWCYdOph0XeN8Ae8ggKJt+PxZdMD\\/XgRhZWWeF6BOfwzhj2wEtCziG41xYttajc1BeiXd4ZW7iHKVBnsoWqEjfjpyaSQ5il6IrtioupNLMPsTs4xWc6d3hxcaodnhKe0QdsfSSCEXyYIo1a7FWHOtTv586ip0rUzj46ElfG0dLwzVrE6QtwExCl7E5n34W5vBwCJ0rs06QGGufUACPM7NhG2EoSV06FS95yeCnjTyH7yQt8RjnsnfvvspBhBFjZtEeR+M+kEhD4nGDpsw4Br0c8Ymp9L3pnl2TC9USx3uKQPwWLmWJKgimC8jDad+v77mTxqy\\/8y7hScnPolx6637N+gzdCu6wemsWUF3be58\\/1cZ+jRPVUz2C8DwnjM1GgavmOZYsD9iLTz0JWtQXP\\/tsLkZ7YJRGVXP89Touc3crfj8\\/snAm4dKBJ+tFDPppahn4NOr7JoAow8PefQuqMrUlDBPZ5QhziXa\\/WQMER8YBKGx\\/5L2G4UhX53qLpZ+MNKGy6BrHPeVZgGRs0XmZUR4O0R6w2i5z6N\\/P3GcGO1zJ18aajp+DD7HdBl9DxUzmJRtzNIRoANJsXOvcjMkS8\\/yXeSif1tJrTVGPY31Fsy5Kk3wvIsAyKCVyEDB81MPLaU+bqcNkpLHGSnjGx\\/RJQpR0nj+IHCZEQQoNlZGwC04dOzG\\/odEUP+iFaV+12VUgjDP2hB6xhd8Sy7iLH4FlcMn2YLPvdcatsxrdDErNOEuvgAVzejxmn02oBWvRE7E\\/vzKDbdp8TwYeR\\/l1AGByl899Zx7APNtDFL1BefwC4qnzobNEY2M6nCkdvW63PQ5pfiVIYuRKe3HLBx7FJ2q\\/NSoED3yWv\\/ZuDdVCqdWmTTxEORhpCqQvTif\\/w9ZkESA5lTUIZzMXMZEpL8CicLbaQupqMqa+w1+O9D2h2YfTHJBJQZ522zNLvMsks\\/OPrs6+G8PjDafPc7HdTXTjjZmH8slzG9qkwMu\\/MyEweY1AQxTcwB7ytfRXt+t+dk84AOlso6QJDDP8yp599G8gDXcTKVh6l+mSgYlfmQoOzWDcN2jyld1LUBClgnHfstpyZIvHIUU9BdHIs7n597CUEkV9s3vHClzZ4KTLC3OlZUeTjaLAApYrcaZTt5h6ASyIzFK9sSFhSjoSNeE102w85G+NBdSANVYoZbXg7ML7fUKXKljJcxVm+x+HkUjKgFxfl2\\/jZGWzCWgTODi8S72\\/DzVChSH4Bx+1N33WOJgfNtRP6pUXxp4bMk5sNM27H8CzSB7P2CMPHXAXrfdFTDeVh5\\/c9OR013SXTN0on8jYKSFMCI0QBeaozv0777bn1FoSltp2rupPJsI1x2LXIPtYXOz9hTWe\\/Dh+gzMEMtUH467qfB\\/luiZTmOyIopnS9MM2Z5f8k\\/k6diTczxw+R8lDu9DHw\\/NKoGFjcxi28GM61Hl4wq5OvM18fBTTlw2\\/23Iv\\/SOgQnOJrSXJhpYUvfoovAH7CyW2PktzR0XPc8o2ni6iNii9oxYWmHUC1arnViEwd9u0M8666zRfc20FN4eUtg6RhX\\/1H6Zpx2wUnaP9PcDArWEK+o3HeDo8QATda4NPQrIaFRpm1v3+tssAg3DuWc4kDbxjH3yBcqE4jXnOVrk5dm\\/FG0IePujeQxBDhXjJIkOattGCTSJXIWFdbmWLirnD8IK12zI6DslTl09Cqk+FuhQ50\\/TbYF6LFlIl8DchgSl5CGb+VBKkmVmr0w3CjP37tY3s3GJNMMdZ\\/pk96BZMnve2sF\\/DqikHbSRFa4narqhYjHx8mWE77D+llfzzsjtNxT8hPPafpDGUv7T2WgnsKM1sA6pq+KAnuxnpUn60F52izLaF\\/0e1WztMqddhJ6WJRfbfkynf9vW0j3LsI2oghNAtCDEu7XwRGwJGSKkscwOufpmRjAO1EG0FQRPBm4GWMa8kl9W4miHKPatzb4mk96hukwTmialNTJ+be2lw9hWpclPiw2bYVqrgiw6s4GCJ3DYjegGM8Ld8w8K7OIJSsB2bMKI0OotJcjRUKcKA0Os8445xoWEmfsl9yL9u57TwI9dcfLrfLkRoI\\/5XY6KxJ+Q8OtalAFOpbONtBbuI6q9\\/vAlYj6lXEdM3aGCLIyqDtj9gl\\/f1rDrWbkIDMiZeDBmU5UZNdPiVV45lKI0jaJSJI8M3SvAyrZ2xAHwQtxvOFCFmRqMRIFpL\\/vwmPRKqYg\\/f0MBuNr4E1QIWqVXmpb53Jayo\\/bSSmA6VBttxQgDqsTHNfWBU1kZUjPoPcbLRqJY9qGCxyKAfES194NqwNYHxZuDP0hX9x2jps7\\/dFcPpoesiy+rZpukdAAZCMgijQTSulzyh8FqiLE8LYUecY\\/hDlZ+z+SfNSCcp8TJ1jdfuapyohHPVnCrjvFgEX2kY2To\\/nDoD3GLILMxmHQSkIqbX7xLNEJiU90kM8jV8xzzn9sL3VQ+1WKqLwvLZZNpfAvrXWzcTAlQGt4OxCAW\\/+Qwdk+4qtfDTjEiGrGXyEW5SQxZcdPw6dBMUMfnB4MTtftSY+pJjQrVAAwwBF+Nh+W\\/VVf+XMvwHALeBkzjBOg4ppvCXAAmFTOBy2PGLySTogUXXUHyRXkGIm+u+x7uts9voLS\\/iNnQBCUS3IP+27Kxa5\\/+2StkpfO5uxOv4j0I1+nz1k54PcJelsi4zQdSuFIirQBW2z5gT\\/dZYcrLP0byTap7olSN+LLxkiNSMlL7ZBb7y00UU\\/HrjKl3DusnoxvNppYbwalxv8X\\/DnsgSXu58tnJYzNj9ppH1XH3Ki6Z\\/hZ3bIY\\/7wSFLYo3vtXOF8LQPFxE7r8w3Pb1jnpZBl2JK3E2BxmpeugiJth5srGWlCA3+XUBRpMo+FsKCS3sasVZUJ6S5uPQPI6F0CJjnKu\\/IRTnmNk81DDdE9a\\/Y5uPE\\/\\/e65KtddbVuR3lKd0VoWw\\/GXUYTeiizgehRuztOcTu3rSQpyukJ2otFJ7onK9NS14PKTvGDG7Bz8sDtQ6hxxgtOUr40q3Lta0FliHxksPzIGX6CGd2BjduCXufidUxxGZQnJonT9rzh6r8aryFI+CuFjeTZyL5EfEg6bz3D5t8rscaxwuvUsOiVXucYOsVu5JhWTVcto6ugAIV8cWa7Am+KQBEnVpBgglRIk4kya1Ck+kuz7hwq0c4zuUfga1f0fswskKHEybZ0kEUGFIFnaJdkwYw72lXWORBnLZq9LmxWHEVyjaPVuITxgExs+GqMdX\\/yOmMZSdYstI\\/R\\/32uZDGBd\\/MyCdOIbbuCg0BHNYflgj+5HlQFZTRhjcmLRzXmvrDLgbjwjM6sjoei4O8rJlXWhjhPjLCw6f94xG6vlWlO\\/Cl9AJbBnz6eZy2FMc8MlC6r67WFwdwjpFKY+XTNMsC38Y3prpnCQ4fSel1tg4chtEUCl0F1GpaxkNIxqiSnMUeWcAXtoApj5lHAyNuZ+FzrmcvppLElqI9h7\\/WwirKP+\\/f8zdXXdPdPNJ2ml6NZ1PA46vg5YcYg7\\/LmsQdUi6HrwodO1cpUqH+Q3dU35HkuaLt+tZSWbzBBUfS0kYVJdg+YifTZBwOvTHrU75NCke02D\\/iotZKkf1JoCoFu1bMyDlcu1xjOc69lJQvjW1tVzVMKJ2l2vMgL1q0aEBRbNwMEDMN4bbnXTiB8cwLQSYz+V9gj7Yt0Xy3+mQETojF5G5tD6g+M2DUfzMqIOIW4L7kFP9FlTvlUF6ROXt7dFq6cn+2CuaHKssG2bU9vWbg3KkL\\/J3+\\/v2Wf9xBLIdn4EeBIlCYhzwQHkxs1WuVuBQXYYiglTf8+Qjt7ishcLwaK5F8R4U7KcNBJCMAEWi1aIkuqNAX\\/RhLKOafCUampA4vf86Yc3Xsv0XlK8\\/vWO7Y7\\/9yznh8f1qpum2ALkD+ywXCNaO+a4rTuMW0xBnS0ZTkmwdua2IJMT3dyKXKPLXaWANu9EPvHvr7Wz1+i8FM36DVpLjBVfqXWoLlq8ZmiUB6EBm2SlmYLAnX7xe98XZu2SKPNr2hoiDWrCj8mgfvhS9v1A3GXyaxz1yhJQaAMRtFUksq9vNKFIOTf\\/KM92XlSlEtACUIKIOY2Q6jv4Y0dsWKIU1NG9ckAR5UyfL8TT6xiqR37sHc6U2yrExTweJ\\/TMLhEmDo7Eo4+b7KjemUQPyrJKXm1EAurhq6sxwI5Uf60dcAoxTQGU1eNNJioTKKNqrK9RcjMkoF8Ag73RkAdxCdWpdxBmrqG4CJPqiXJm3Vw\\/uahG34+eiwIebMDmEpK8rrdTFmHWbtbFUyMK8LOR8T\\/kbDnRXVAWzKeA5+cJb067FhMNQL9YuxAT1+rxqGZO1fV\\/0G9F8GNof1K4mheriGHgRUkSzqVOZJREbQ9msU\\/\\/lPx9oXSH8hl29w04bwJCMytNeiip4UKnfMgGQ\\/SACgAvv5TBFXaBxC\\/9VI+VA0OSspHge8Td7sxMbNKol0wNlE7qjw0vUQaE7OOmTCd3QVNCm3nCFoUc7KrYOKLjim3TuQuZyagYm+wr0ozQak7osMrbMIR1xX9+inFJYPsUxkhnZOkvBuj1gdtOrIA3Wo8vLheJh3Rgu79+lqGuEeA3DZtTZeYqyqgTgK15HBWizuQ36KuG3bPQYVM9VW4uXRqoc+\\/bWRhLXqNemYywWldUZFgCO2EAE6WhELMza9l\\/EiyX8BsLcxd\\/FlAOGcpZhStwXuGfn+no2bNyQ7cprwuirvPYqYGm9b9AIWSZArEm3+Hk+NmFd3Xql9sv1NNfyf+Epl7f6MpEpoHJVMK\\/t2\\/ybQQ+y9sQs6dMbHLUwUJ\\/cKCjvfV6Knk8TX+lds8C1FDdENfDo5nTF0p2wm69hEVABsePC\\/0rCS6DjJmDXU3B65kNBINqNqEx21abzqHkwr3rJEeAlR1iHPf8hPBlIht5UvvkvINAuw3+Zw0LerxTv8mu9J74GuLbkTrfreKCwW0OJD36VX3WSI9\\/m7iUx6H5PcUEaeTB85usBQHpCW8xw1shZ4WNsqOUTBRIcekNMdZJohyC7JWo\\/1J8rX4XAXu7MxjtRkXGo9\\/Hu03lLH2BlMwG31KY90oIFq4B3mFcxb6RYz6iFGG1IBjOaqUrWUbzMPye64a0vEdo5h4xxRozcSR6doqr3iTHC4UPVA4a9vgWNzrhA8CAMW2uUf5maCHzSTFXiQctm8oK7VsFr\\/TeZg2Fm54Pc8gpDCCVlJ9StVDGToH79Jt5HoueX\\/joqvPI8vJSlSQM9wyzPDoK3ghcSG7f16TdMa980IVnMsviytqcY6hhS2b90oZAzO8\\/vY6WFkLQftjT9EcJ9IcKElW5FK7Jf8kG5Pg2GsNm\\/KJa0pxdsbXChkxJj+dv\\/ZOwleHmvwek2ztWwgPp7sPiOHq8AoPC49YqivTK9kxui\\/uk35Z+sV3tRBUsm+dAByn1X8hGo\\/3RfZ9QJKk90CTb1XDb\\/q2kXPubEdYRymPFNdNkXfA6IzPbyxJCO619jinWTRK1YwnRLxTH6HGIugDLJhflDjC53luCFHkvBfMnrrEQHS3G1Cv8UuazTsA96Unm6DeE\\/6r9f7XhxNO6KrBCPrqiS8WKoaDAL5\\/CgpsZCiwaIBZvrKmPzLG\\/hjcNZOOOak0vKZ7FF9nacGz55L9VMXL+3Hp8Od\\/5yBktJTzAqysQx1LSffDE\\/s6j+AkScoxamisRCmOr8xgnBn93re1iM9fBayu5L2lCcXZtx6B\\/8ry4WdnZYCIYV\\/oCHX+rJxEzKa+meIj6GYbn5EYVHzyIC0gMsy\\/cKmLscTaueGCGxlZwi5UU2ly9Yk3lEZGK8vXjVsbOHZajKpFPz7dTcWg8wh8\\/55ZuSQNrR7ZiIoiyb14eM\\/c94xPvmVVZzMFZF520FANQjtLy1YK0jDFWflhXbvYc\\/i5i4OmYzEX6XThws4xoG90FZ7XnGLlyLwxJMYFX3XUcbz3zfi2eGBMyXvL\\/P+gk0XST8BKyLn+Agd0TV+cW2q4qrGUVTMc2CS4VfxdGz1mR0kl81idXlAckudGPhluGDLO58mpLjyoaHewP9NNcE2n4xTrR5mOS1XODxfhkU8+hv8ICKFEeN01xFHEmIAU7vEwHrnUqG1BbDO\\/NYF+NHJcqmW200uxAlAH3QVJaYgk+iGl5E15cQx\\/nNFlTaRxMEg\\/j1JVdYRFS4Ja63EKopGTODoJUDLjZ5dfA\\/mK47UXowDPf8QGyTtIRe9L+oqErb6obr8iFroyYvJaXsiktoPhTFIfrmyMm1Iwcdc99N0AkvvuBUhjRtxYAd\\/idKhQZ3UeCdUoQbQM0efjqFB9tISrXsrsfyrz+j+QzWgnCyetnDuGvk8cWoLarLl5Tfc4VXG30dDuSCEljyX+fnRnIIP4BREnJ0\\/UiJxM9aN8EB0oWf2Sl3UmNWQBQ7NAsYe4mgfFrLv\\/lC7BJ9NUqURLTU2cw5QhyTOD2gVco+Yt7+4iR5xIlNJm7sYV7JL3RIsz4HBFNNryvxBEfk8ZMQBxP9ADW2kxwT2UB8FZ03X3pOINktPuUAUN+xxSchCu1VhUtXNjLFNU+\\/KE4xO\\/zY7qlM4VJVUBt\\/fISkMf3AcvmXTCB8SKcIiQ9vqSVhVYfyTpUXAtzOuIZ1vVCSEG2GWHUMSy7pwLJY31+sXeaHjOlJhh3viJOTQosz47Ce9M6cX\\/mG+jE8MxDw0qfqt9\\/AVQOA8uR58GuKUBU4vWOQt\\/PYYEGuHsfxZmCZTdK3OSQgEweb5BEadbGRBJVdSWEXGHq6r2F0ejIMVtyWiILnjX76bjjco3gVWvkyw7+pwY8qdv1pQVaDae4mernAVMeTUQjTp15ufyUPE5fCwTeX1un7eJRlbFeut94aaDBdak0zi4v0KXp0tCqbc6CIlYw0N5lbanQp9o2pp1IQJeEUFxoGtKDZvWkDhNf7haLm4VJHX+9k8cyb\\/33iUPKzV+HSGUplu1qLOfd9RDiGYXCac4sYKRfo2VawpRceaAnO8GrW6cgz+rSbFQuYF29++ZpQLHrIAKZvXz+EuSwUgB0hafD\\/6i+J4o3j2Qs8w0z14a66MKofPWzsJes9LjczHQcTy2+kM0fhcRUtYrd2zGq4shkyTvVpA+\\/fVcYcflWz49dTNRXXcPS+eos1WeWUHAAaxjhCE5LuvGS\\/mWeFrU+T\\/fQzBu8UaM91A9PH73tnfx9q2PsrFtdqNFZrlMlWd6dWqfX5cC3BASy2m7WL3M0A95t64OsRSASQP60ET+8vSip3y5xIAUJRwVj9cm+XWFmM+zZRBxhr5eu87griI+Qzr3AvTgy9bRYSuOLhV8jdfe6Hv51nzBFo9WfrbAP2qNAgPXBrKrnuJp1qsd+3uy00+6zsGXh9MrI19KngWMTfnCz4\\/pOXQnMEck1Bdo0qBYAXvO\\/Iu0qwdgZ7VkEiBy99bPWc3ESMg6p2UKbQxe1890FiUaWdGt3zm5OAGA\\/k0IlA2Etyz+zxw65tGP8CwdQr8Gq+VEuYLA\\/kMmP0X7wD45SXsRhnu16CmLyBEqsjYBYwu4LJ3BoQC7j3WkGJJZYWVLItQ9J4lddmgvYdYZw5P2PEnyNsGQy6eIoFLYH4WHqShsKq34UwzlLAsrbSt4YT7evf4U8BTL5Wifx4\\/KyoOMEO3C+v27xFsKNuNNkauHGkIq\\/tJgWbU1ByFccNHm4jQpvnTZ6wRYWstDi2sABLMRl2Eh8\\/VnzHqU4KAd\\/SPO6P1PjML1r1RpqmNHrr5VzPyIDC\\/tf5\\/NlfrgeNfbKYbczIow3Jyc8gGESO42iie8O1\\/6chSbbJ7ZfoMRAyrCMkzkohir4kfMWlGux2iXTCWnJjg7uZCVhl6yh40vWBBNtmwqwXFwTc5U0\\/u87Sa9zYq04UDvT94dhqkHbDkL4DPR6wrq9r2RgTEaV\\/yqAx43WT7F4uyTaeBcRN2tj93lA11yBna7BAbeO9fvlpD4EUtOEDlrJEoba5ImueNyhyj\\/nd+kbsNmRSeqZESqCEoC9OFekGBxNzfNbCgGRsp1xDfY4AGByfrGJvEHe135V6L9QCUDYCODz9PiMmrAouSwdHeWvwDx3bZGVZSCljtQfBp6SmOw\\/tOu7rJsRJPEzbXiZj\\/Eq807OKiGGY3ro5XBNticdREOrFrhsJ8lFFPgmqubjafbP5iyIQv\\/mZPtQW2KZQO2ookjkzu9SA50MDi0Usq2WMCKvba8Kjhswo3okpLS5gi6VqrLnQh+IxT89mUx5\\/NM\\/mtPErbfgfxuAicRDc31nQaDEhCIR2FlAi9+xD2KaVOSPGxBDPMgbh20imBd5kex\\/pIvs3GX+2Rt87\\/lzJJhvzOh1ywr8MuieJru\\/aBnKmdedydkdnEF6hsonSGifZh3+S2Nbo4jfzd8H5LPJPEuurUzpiDjxsSY4r9yWvmJ220txvS0Dtk3QBPn\\/bw6Q5c8LdNnW6lT44S74IVwzxMMMTyMiwV4VvQ7srXA49kFUMxXNAth9FoNFZm8muSncT4tAc35Qe6KeW3ABZ6FpfOiqrx1a36io\\/k2nTXXDsohN\\/MgIxVhOp0o3XxVJSiJLKeB5Hzq1zEzHDMmSsX\\/pOZK+YmLPzNgzbZXFR79aa0UVJigtv0m9RYv8mkrKfFuudNAMgwqUCh5RK6VoeGWvdkucNUo8xzrA8jE6ghjZz8uBfZdiq+XbZoUuDOP1dIugKeRnaU5HRRCP2zdoPsJgxYonbx304gFcWKR9rlFzCNmo\\/tTtYrI8v4+3pbuBuT15qJ\\/6lMBmg5jPGT5B2gkzPgmNiD8Mee9tbX3GtfDIt1sHfsBqImIWQYFqhTDnDy6nbiLTx34OavfWiHHs3y5iG6kIZlp0iP8U64kTv4eFzo1+ycI5Kdo52IODVp7j\\/rTHhWw\\/8AGdDVhwrFGuBCoafYPtb7l91751dj9fh018wB2+gqiR3QaDbk0MNWMglsEZSh1eyk5C\\/X4etS71wwZfm3f4tKPub6rMawLGlvraLWMBGxOV2t7Es0\\/kw+OTpWfHoI1Iln9Q1lqK4R+bMNquZcPLEKnbtDtifnOUEzmD6TcwXH5\\/4Jvt8lP1a2NCTGv9Tm+H5aKtg5Sh2TAx\\/0gapycs9DVIIuK82ysqqU4Bw8Lbl+PJ7qaZvHpbrmDdXV4AabR2P0HPAF6kvtgSchEfeHfqaOwWwEncmoCOawhPEqSUnSuxcQtqbVAjIN\\/MeXKG+cDLrV968UuzyePVQlVbfhoG2KpX6ut0eFP9f5eWhaIJNIAqX\\/q1mRTqPuhYjYY6KYMScbKNOI8qe8MtcFOYSjCGfm5zuXq3KR\\/IsptwqzRjgCYQ7SSsLhK8nmiYPaEYTtFhtgv7Ap5MAngRTLwUqfJH0HUdIoq6NMImlE\\/Bk8X5LmJHlTz1HWoOQRH57cwSWMd0gzsvGlhqP5uIM4afXdS\\/1rNisxBiYd96PMcoUALq4+Qxt5GG7UWCGlJcyWE0Q2pKALdDRKADIaoM4psDpdp27k8cUntr850n70Gc6H5QtYaDuzjtezl7AOeJ9rNat+yLjFLBQhvnIyUuz4fgVvTs1\\/mXB5WZbblJ\\/E4bw82ycY1M2wueacLFYOb8EnNEVMj3OEKwWb7dN\\/mlgwLj1+aU8BQbmgLXQADtb3JiYmq9YTOSz1P6BKQYrVG87pM9QfpGzvWUhSIpKJG4YhOlOaNdJPHn2JI27Fh1ijRNRgkALM\\/1NZJ70JxRi+ApMRbaufyNQuUM18Yn62ohfqXDzVTsvxdIxTdXM9HHenLiR+rSv1U9iW0l4Uz5Ax3YbH\\/L+9ruZZlORYyBpgnJ+e95uVWws9A7IPh5GYNTnYj4dWLxkxZOjqtGRCP7hZz7fhnPFB9QmvKf8W0jS+xA1A2s6RpnO\\/g7+UKl7GP2NYQBj6kV8frAnRtZle1zA4htH6hyVmS8gVbmZZOU8vCf\\/oHj\\/80wg\\/qND9uBCSX\\/JulHIHLwhgee0c3mUyBdAR0YFVyghYJUQrhGBnyM+rq7BccphDRFvwLAiXLCbv1xliySANQHmgX0\\/aUIu+GaJEGH4jYNpTy+M8VbH++4hb4hZIo3Cd2Sic\\/+sVq+kn4TXZZg4\\/vxB95HOpgsHXuQbUizfnMG\\/L9xPBky8ucBukeFbAqpaZ293iAJi7qjhR+FwW00VYWpGKhzZLeGLJbT9tWgTcSZWLklJWVVaVmh\\/PrleRGnj6F8aGowFfup3ehw7IQyDkE3Wcf+xFHNxD7UBLWuVvy8SXCbvzv3LmrvQET4Twt4n5FXc\\/hKY5mY7+7tOMICZMcYy56+f5ec1anYVHS0gfg65nifR9kD38b57PjMKZJopSRI3oNUMwWKdmcqbRGWOTnei611SMM9ohWqW\\/o84Mcd6O4w6cqgG+q7w9beDBmH6gCebgAMEDNeyhVByBYMZxLcQBHXofi4eIvLgLpmuw9q1fS2jN667ltQ7JjBJGYeXnptBprruNUtUhGemAR7WybPWI2LvnWKZgeGxYg15+UFGjaMlVbz9N+lc9G79sTtTHI2vsa7GnRVaob70agNYWKw\\/iR\\/k2n0wuZWvSUSGVy7w\\/psmkYFfSZ95ffWKXIHNCxvDW4LnMciUKCyHXGf69drPlEZ0KH0tncHrOCt12avFpPkhabgR7HfSVF9CNtiRUYdze1UspEL7I4BcHC1gn\\/8SVrtk\\/LvKT7uvYHpSsX3qQ1xsWTNLY1GU\\/lvELjrI9Wfp0eYQCVmPRiD8mGfgDzKpGaY9qWeMXIartArXA3D1pdyzFJb6uA6KGhCGpE\\/QDSrIjGKZHDqOCaBsnXkDUAzIwkcu2OjfmsdQTjcEYGmkzli97Hfe4xQ2+1WflyrElPw6M5V3l4An7MMPrtmoJ\\/OKMSEgXCaFUGfmSgOcWzz4cWLBVOV9uzIN3okG\\/bhk0r+RMma6vG6WnmNIcyBO5abTHwQ9PiqdmdUYUboCriTzr0VEhFmbkn1Q4S12h\\/Rh7jWOejP02NadydfZknU\\/Jmr8GmZxZvHQxIvY44u2sBZuSMh68gvnvcicBCuFlqLdHwU4MwvPtk0UnEjWU8J1HIXt78Y33O83RjsZ8B\\/Lz9TTkU8KywYQs0UwY9y\\/ZZU\\/Hn3lc\\/JlmnzgeLcngPegRrasvi4bEX9KJ88LVg1SCg958aBnwG4gH2ximq+CQo+qXMORztsPXXLFpYAJ66Dv6yDwxfId1MLADVLsAjBNf8R4xidn9DN\\/QvWm3PwA4L9PWmXbFmW0zspyeEL1+5D7x1tcnLlu0GR3QLUP9W3F1vvJcV+QxUOrOe66bF3GD+ZpgqMNAS8msQgUovlw+gCaRi9IYZMMmj+vbWI9it9zYREHWckbd03LYrF0lSIgq0w9J7hv59Z8uqbxG4YYOgRME6cdTPuGyGcmYsHIvxDMd1ysY+gz7FM0q78yjLbk8lhRGbN2rm15SM0LfpN6kQN9nUvSKhcm7dwvGpWRLvWpKqMFEo\\/c2acMkV1a+joN++7CjDtp85f8qnWITxAZgQFiupO6GyF8+xbryGMgqSCk88ADyZL+m1JneD8iG0RucEavOPPQyiSV7mMwBfjQ\\/g7POFgQcbM64sYT7MNmeBROLbQN5+hxc6TEJ1UDZb86UM9f\\/zgzSIdBxN3S6BDXrUMIL7qhKYahVR0Y31xiAir3r6Rio4G+\\/5\\/YtwwHyGHlXOczUUEndKx0xeItuYGNUYB4drEU6i4FIS8t5kO2onDL4v3lFUolDFksowCWR6Ei+mg4VcO103F1e2DM8i6D6QC8affM9OF4sMNAbYdX66y6hJ3\\/SHbWfwVdPtBvLdMKzXrh2R+osZf88eevRPtkM83Tj6J2oGtVzPol3N0oFmTN9yliUYZ7214bcZvBTuPq+xY1gSyaOrT3zikT7tmvY42xEFPDhY33X2gCuzXlB6V\\/XOiSgYLImYknQHKBhSdtaU7U8a1BP4bVhC9Zev48NFmiJyZH2cnWGk8lyti4230BP1EgH+bPuRkpqOwRHq0yfHrpsDDZmGoCQXpmkHR3eHZfuf6d+VKOfuY45gputWFpOc43QbU5GUhx28ILhFmR+LKE74oRE66FVZOvFRV9RFK77+bVCt4y7xhuMLX1Xy9qK3no\\/oONZtOMkXrZfMq8f4QII7ppPBRhd9Laljhusx8czS7wXcfqhKg7lseiPAd\\/FKrTz\\/0yb8+xtwNJTbFDZYx5HvUw7tOaho86EzmGxFKprAWDVNbxTwtfT4hgVNhVs\\/y3IYov31fSOEz1rGAZe+nVcyy3v5mC78Zne2UvN09nWH8djkjeFD9cp7lQnyVf34kbDDV+UknOhmFRZ8j9S+GKowjjKC6maPAnom6lP5\\/dRA6gTrsypGoKbfW9IgeOBVHrg4w8hGliilX92bMEipU049abRX+TyuQOxt9NMB8L53Ejox3SsmYikJcjfrEnS0pqzUadjGxOM0b2zOC4zA5EofQQiHeBF07CEoa7a61p4feCieuMjHWbwVBzq0U9xIuHRhTa7zCaxo9hvO+FRAG\\/tTQIc7YWx4lSlA3ATIK\\/nMSd05qj+OWzh3E5nf9EIpjhtyJZZDyifEzuJEWpVNjMa+xb4g3i22gRk\\/E2L5wKX2\\/huBtvFpZupW6XhfUl+M8uX\\/p8upYjek58a3P+hPSGkO9zKrYRnkqWiMRyWuWemU7gwywQTno2Sj1QcK5BqsjEp10ZbL9tAJyjYN7ykzeYFtjb\\/6WJoEbXRJIVbPZETqRo06jonSbhhGl1VcNoOSgcelVqB8xl8Bj+ytHNJQOk2bW997UW7rXgnHLg90l0IxAvZAdO3Www4ApK3nug6nrFylHXxOiV7Gtf8A4TVIl3HXupXr54NzX7\\/ceK1k75MR\\/h2VZFl2yS+BOGHy7bI+g2Q4BeX4K7oMj\\/rjyYBkSQHy+e3vYLaaC7dOusads30ISg6nNCBOTvqp2ffmw\\/qPdDfhc030dxm0UapteWPsNCc\\/7FzikbNN36tinhu8h0GsRxF0e4Wald2SjqwVCaDA6VChNV\\/IlFWkTaxBUjdX6Al\\/RP90HXQpAIJwEgi684nsJ\\/7DkSHKX3R86yf02nVxxrdOBBCZkF0qsCLCtC2HZAyImfF2dojPZpX\\/m2T2pSYl12I0ZfZXvuBxBJzrC356z8F79bDextU\\/UKu55LKoLM7npqKB3s8FowEx2oQTQ7aYqZj3JV3eyF2DdzAhdsrVojnHFVgME\\/E+eK9fF4PiGltHXdKsPqUvij9saTOEkfqKTGhY+lsJA8WzWVXKw51btVv3aePcHL9i6r6C8KtRsrWoEAt45CqMKWG8vNqi5La1yVpT2XiEgKGAJZ72SIdYTVBmtXpgALk4rAs+1t1XvmmwnlfWG4eM8Wli6LnF289TDwmn96eoDaW5r8Kxvdo1CdKWZEZG5tknP9owvMGDYA7jZdUFmyyrh0IRfO6D2sxUX7PQyZ6yoxeJVlkKJ7mAzr77JTwvrWAImJcFNhaVW\\/Gd9ejUu5kTSZ9yJ6PLmpIN8ZoEZwNOWtKc8fCPSYrabBTj48qAwSssKhrMS6WGUSLFNcUSoKn985TJCgRVc5dyHhohCDwVZg5jzO5+FwVA5d5Z\\/FG4FCj9YchSj9gQ1F5NlGeGwmmQJwjx+zcuoYhgd0BKT2960y5dfduXyHSwf\\/zOgBx1IcH3XX9O6if6LSdwFs3fUDrV6fysvqk8S+LrpuDmtEu1aiNVP5l8h4lkYrhepzIVuzkikoExUe6buUf9C6N2J1DfkfgPGBl7JAN3DUAtylYjLiW\\/LJL5\\/6bmBPtepG6jm3QtMalf4yoA3KRYer7cM+1dSh8eSQRMt3fHiGGy3cGXLYpgEgh+ZcdDniJzJ1lkWstHbZUQ18IdQH+hEiwvsyVuhQEMIUEomOvzkj0HDiJJTNM+OIesnXj\\/6urreppmpejMhOY\\/kM7uLNjEMlgbXlJQJziUkA7s2yjgOWSl31lQFK9yAHXO3biFjXwedZMKndygMroN6\\/\\/7zoqbqehBX9BwmZtcMGvcRMP99J\\/dZF6367c\\/Gu\\/oGxdcoxPe+iAg6DVlTjEhDEW9J4PIK\\/iXu3\\/SF8ronaeCzMz5tI9vCph3gYiWlthKlDZxxCtuloORG6s\\/T2tsHMyBqsqNS7nKeo+osrBp2vsQdYyMz12rSHLOvfS\\/QELWCBYLc6C\\/Vn1cUkrZfhyhUUiPDNPhVxjmX+JI8c8vR6O8F2hBYay87k8sExN95eogELgHPflndvxG5RNgsOc\\/dS07794mZiYLZkHukWFjfonKLDc7TNtufO7AFtDYXeIZha\\/b+GBLs1YOim5gZ9oTpWiTUGhmDAvyIHdDonoxPMizN1BPbkmXKDEwWdd5NzWf76oNYnNFN4CNP\\/Vg1FVE7staZ4bBl13uzLCon57dr6kEW3R2BwM0eN0ss4DHKctmhmt44\\/ggliPtVYgLccRqwR9Y53Jdw+94cxnHnyPkJK+Plxxd1ZrtuXr9Flhlb6Fp+AiNSCQM3tNjtSL4jY32vDmzhuBdcFOC0jIFkdJ2dr\\/U63OXVjH6fL3vedXXA+5ylxha8Z8O9sq2C49wwFSBtIPGgeneKsD78G+GqOX4FHux+VUI5MQzdfA8JAojaxeUR\\/vHefLKhocDoztlkxBUMzYM\\/llJCGHd5D3HbNFMdkHhEEN+9AXnb\\/F1NYL3TE\\/V63GLmTP8rFsy1vM7wDkJjBryZZI=\",\"FlightNumber\":\"QP-1409\",\"SegFlightNumberArr\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"IsLCC\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 21:45\",\"ToUTCTime\":\"2023-12-12 00:40\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:40\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 55m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"b0464-f3750-7c12f-12735\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"PublishedFare\":14249,\"FilterDepartureDtTime\":\"20:00-24:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"isGSTMandatory\":false,\"isHoldAllowed\":false,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":12634,\"Tax\":1833,\"intPublishedFare\":14249,\"OfferedFareAgent\":14249,\"PublishedFare\":14249,\"CostToAgent\":14249,\"PublishedFareAgent\":14249,\"CostToAgentCustomer\":14249,\"PublishedFarePerPax\":14249,\"OfferedFare\":14249,\"CommissionEarned\":0,\"CommDiscount\":218,\"TDS\":11,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MC5232640051003525728\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"MC\",\"GSTMandatory\":false,\"fareIdentifier\":\"SAVER\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 KG (1 Pc)\",\"CabinBaggage\":\"7 KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":218,\"NetCommission\":266,\"BaseFare\":12416,\"Tax\":1833,\"OfferedFare\":14249,\"PublishedFare\":14249,\"CostToAgent\":14249,\"TDS\":\"11\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1833,\"YR\":0},\"ApiNCM\":218,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":218,\"AgentMarkUp\":0,\"CostToAgentCustomer\":14249,\"Baggage\":\"15 KG (1 Pc)\",\"CabinBaggage\":\"7 KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":218,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":218,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":14249,\"CostToCustomer\":14249,\"CostToAgentCustomer\":14249,\"TotalEarning\":0,\"CostToCompany\":14249,\"CostToAgent\":14249,\"AgentB2CEarning\":0,\"intOfferedFare\":14249,\"intPublishFare\":14467,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"11\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 KG\",\"checkin\":\"15 KG (1 Pc)\"}}},\"$$hashKey\":\"0DZ\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12 00:40\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 21:45\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T2\",\"ArrTerminal\":\"T1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"$$hashKey\":\"0DX\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni\\/9PsAB3OCIyap7bM8sgv1cSihIoswwk8NAslSUiq04KsSxVfdYU8\\/CDn+5nj8nUd6rdoXir0xVb32zUesh0WN38yMXworyXFhFoDyehmuWk8i6M5h\\/ILKsxY4fix8qzUsy3crKavAYhS2GO8yGAkmF+bs5x5dBz2e\\/uYdPrRd0FF77SJMT+Ch4yK\\/k9MlHuKul+o0GO17nPh2MU49MI0WN8VDFVslk+wprjQnK+5lHvXfQIQcfir0lVsDr7h+28hk5Crv17b1NjcIlwuefMe8YeNlvRGEbKecUWeDIc00XjYMnOwHD74x3d0b0+jzo3ueoTqhJHFaNbC4kaSge+hg9\\/ACKamnMvrKXvgoYmYH4O5GHtR0EfHiNkbtJmd2RrZ0Bby4yUeRvUUx\\/FeGw+eLvnzxg8ICYs\\/\\/l3JpOmsosHuFdcRQiJ8OKcLZj3FY0P+qw06dcQGRhox55wc+mNUETLuxVFOR7Q3p7qopWSo5P95kLjvSVgxKZ1unxnThQdJa3czzJ3l8mNVp0Ke5pjpfAxdrySKr1dRrKAQXPxgu0Yrp5DbZ2e7pKR1CB+EMZwYBfmGV03OiKM22G9YAzNDADmd6K6pwtpmk5m5V2SwHCDg23yqwn4CXLIOT9Kni94pi7dUjOey9afVhsv8RC3oUdOBE4nLDS\\/ccgSnLeHTZH3\",\"$$hashKey\":\"0CY\"}],\"apiTraceId\":\"MC5232640051003525728\",\"SearchTraceId\":\"b0464-f3750-7c12f-12735\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b0464-f3750-7c12f-12735\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 12:26:56\",\"IsChangeSearch\":1}}','2023-12-07 12:27:36'),(1881,'15514-c1a24-0f6b3-d8b90','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4753756235037792353\",\"Flight_Key\":\"ZE8f4aZ+UZI0dDvFQ8kQ5rvEcuJL1Iz1qWgm6VJkTef8abBW7pYcqWAy17+udNmwPQpZ6HisHHFjyZUe\\/k9xEfoPwYjteuTo3uWMlgCChLr1XdZ9PFCjTesM+CX3UQ6Bg6MvvQIcxaeX6m0zRHUuk0QJ8FXT\\/p1+27lANadULP1E4uAbXbEGcnWCEGavrrHuLiE5Vv0p1hUwL0KEObpH8AO9Kl8xpOV+bRwl0745gL6eY8mZBtKY2l0\\/hYhfXqpkGjdsP4lQd\\/6hLZggbm8gLRLErMYgpfKgS5Xde6o\\/wWAwgxmZLNb4wXNkdbxlaqRhX8Z6U8g7GM1q4kJo+n5JD20ueM0PJZca+3ow6EgIvzVOI9B2IfmPB1j81VCPfEKyn1xSni1Ki50egJXyiLa1zopa1B\\/lASu\\/Zqmejyzy2EigJ7MlU4ydj2p\\/fCMbQeYFHCZfcCRMTzlEEaIl3fm\\/WFsJds+Yxp05bnMjwR+BUGHlnypTJXsviJzcFD5TdFq3RRnsUhBg8hOsbDmyeq717dapQ1vp\\/5ickQRYAlw+zw1cYZgGfikAz2kO0GIzQFFpxspkCQm7I3Q+5zDuCFRID7Zk\\/QXmjzzdab9BYo+H4AS5JOxkfwBluuP1C\\/gPUngj4NEVDs6gvp4\\/Ff5iMC2j7lVMMufMMQfWzZRBSKIxRJeX2m4h3ho7d6l304yIO7lY2IRBPJOuRmmZWDfUt\\/mePkn1q7E0HHO\\/XT4oeEZYlC+wgKBPT0089N7t72P2y5KXaKFavzkMu3cHuGgrGgrq+UIHYkFnzLCDjt7LijvwOuEXSDzrR9axKdRnqIYxTs1I6ILgTxwlvW6cL4d3GGBOvGRGtv+1\\/cI9OGmoO2uYxAkvSCI\\/Z9NBwM4o2\\/N1vltnQ6c+sd5GhLN1ss4Y7SePm\\/uxlI71Eqo8kYfWxWF1eAonVeQX0eRnlSRtL2ah9bshj1J3Ahid\\/zwSVLC6bF+jn2rpCqEvUtqXd95FvXY1qAOeeEkJpEcXl1humkv7CD\\/06hbbj9Boi5fXGb1\\/iYYvettNBPCLhQE0+rN5x\\/y4bP3\\/QM1LQdHgMiKGVJ\\/sDsGyjEx1z8QWPPv1PhkrujEY8dH3HychtjA2nyZIDOfdOGZ3UmOEzKJQudYdevkU75Rfg8ymUT\\/2qJJzzdSigHhssKaG9o5+WEUYkc5fuvqXrMgO1QpoNnU\\/D\\/jD3VYDkg3T1+PC8cQQTgtOX6dB6\\/R1czgJc7Kzc1Xc+0qePo0HxxWqTG\\/E2UeVhOFOmfTapKvHErNGqhYCZZ822wMgfScisD1J7IioJVCKauo8fx\\/ZqYnWi0zEV2oYusb1sIzG0lyGJDRG7jUuBz7W6fo054mX+x6bgQFMsFxdo7bDFQ52OBj0dceqrQV\\/yIEKGYuvowaIUUYP1iWG0ZIiZ0TQ8LFj5v5u2x7yLBOn3IRguczbQO\\/oF\\/LUsgormI\\/70dwiEGQEqhgylWJAa8PCA9zEyfDJyc5JwaMN8KYfGwFH4XyotOTgaI1oJZ7KmA9uGA8Q5L3cQnBgp8Mjfv8Po\\/aO4Wmk7WgtP37Ev80+C2oz4GvDM1GExycy+wURKNqkphShMuxtXlMtcPhf2WBuetqFEFnvEdXHHGNn6VrIC+i32CicnIjHWWS+1XsXT7b0rKGFv2WFxJatRBZOWrLs5dlmhWXOvi\\/gn3OzmLKegU6c3a\\/Dh1NlXjKGSW0Z8ej0fnzfLtsBjnPiy8YnYsO\\/libYfMYC0hN\\/if8fDAumzJ5MWFNrk6PHUkfiQtE8VUV227ghdasml0+zHe1TOGTlf5iG8DJey70cf5zHS8x4bw89fJRJ5AWDuRly\\/65ikOIwEDuJiPv7v3NXVkTFI4L4eb9NYasRgMxxvRr2dHwui0zdmEYD80ZyhUK\\/VqqGTGtmHhJs87ODpW1SYdZTnDRlECWDSdbKyzq+R+ljCxStapyc2ToVFiDLb7jaL805jJjb+daHi6h\\/G8ZidhrsML\\/IKbt3oEaPuSpHYNGin\\/Vr3AEL+mXR0sqfZxZk+l+2HGZ\\/OWrOTTO+yKACGjtG+JOxuhpond7dkrd4IVQ\\/vkWifr+LXU\\/G2oK8Ynov3oxSotaKro4WODNfrKhCt3G66NT0lj6MLwfTGWS79W6HDj3jEqcNebwfnlKlCfMa0JBrkopEOqRcJPDjSENvSAQ\\/\\/FOD8F+SmnkeQ4K\\/PuJxhtH4PZdsG5EZ29vbC4EDEoPmUITxKV7y+rr3COgTSf0PN1YsovRP9CuUvBr2wN+cQJHDVnGiwncK+5Cf9Vn1GRGmoPIY3c8UKmtyClsSORq4scfqHiA\\/5nwrT279YXIY0q5UUlL7uCwmPd5+sg6qGUcrwMXaYkdFY1CPzzg1MD3LiFsfk2pwkul\\/s93nNweIp8ipj4+xSIS1eOKsg4vFhG9KBtTMt5N59vAokS1XhwCAwXsqKwbEwE3sNZEPWziBjqyxGLVkQqRj\\/4QS7JMyCGFyaZam6Ao7E0vZ4ipymY\\/GCWNdPiN8clwkwjZndpBwyxBsWuqxFqgUGXjru96cMQl5uuyTBfT1G29E5wTDFhAOa3NUMKvgpYmOZnk9ZtXIkn64+CWrDZy1QnbLOsdgHZsy4ML5QvE2VGluHkQcSKEX1ck+Q\\/8wxmnEqV0lR6+7JpfTPF\\/wkHKpN+GrjCVhC5BntgWyVC7wyR74paC3FgtbU6W2QVp86QcGVzPrm5oKqPW34EfsujSI8F9sfz0aJoINebKDSnVAjkqgjRPxWHSzda0g5ACYD8YbjV2BeCnofUd6s3XEa6DE80AEgGqntws+M4uTfnmsbqhe2UFJL0QLdGGSqjLU\\/RjeTM6Xe+Q\\/Af7ovvN4e2om\\/RW8lsWXwCFW7UHFPUy3SywZJcU8ttfwQRmz8XfIx7x\\/UdQdFiuUG41WPwVBhRpnA5o63aYDfA8heWtuN6cmH8mygfxHVDG78596tZioqcygDANqTi7i01Bzzk5bzwHdYv2BdARQ7GxchVMy7PYv1p7i1iV0vmcylh\\/WNcXZg1zQCBVZaQQMV\\/TeamQo0OkbrIiDzgMOj7gJxbezdJtBfwu58bkD0szpICmWzsIsrSnarIGmPAFDtm7C1a\\/sIjcxa4SxogvS9TGAqgQBW8xjaYVM0c3z9c2KIMC3pJ0ZdfVAwINsxWvqc+LrLqNwbqn7aolPu8OIPfX117TXibOS4BuM9Tp4LOqbSqsBYsEXLCarBaJMcbqYM1J1DTA+ZuPY3FzotmJrbBUl3gD1fVSj7RNxBO\\/+0c1xL66ci\\/HGqsZGcaAiK3RL8OR30HOrqD5C2x4cWvvmNRje2LiHMHnp1gkBfKgq1qH2\\/SxaieAP2pX5ccRLJK0qSiMc7r0UdQorEPPlsGPka5DQiLXbMP6L4wVmHU5LshzMSURzw1+W1CIbUhmdnn0vRvBVB7kMQHzGhYQzIRPCeGTUnZl6ee37f84raKh8IUQBLt8c1W7N5Ong0+ECmdO+wbfJuKG+Lp623CJyEjTQdcxcEAfgi5Zg6FbUuf03qSKhtp9BNfo2DEmnSof2UonivxqAXnklNUDckBbV6rAMHuQLih2iJKR4DY\\/r9oG8eYUgRodEzmnnqBb0\\/RE5Ogbmk8bzAc7xIL6ViNXThlNTCEWA5qUIwLUa\\/jpQKn9djr2LKGs0\\/KsP1qpNclad34hp7NfDlEsga4efwjeAQKoO2acqivW\\/VQqqnhN5KjXuO1zoN1JDZQ\\/THk2rd2zcZkjSXgGnYQLVwoQNYYN2FAmSTMr2b\\/KY6a1BPXKVelW\\/1qUdsr\\/OfIifP0UHERELU4UqqlSWz8qc8frTyFhwyOeJy6PJLQpVZ5RFp0Iye5CO9\\/1UoXQED2mEBYJYOobcdn44otoCmcdscIJR9+HhTghcbGaXwy+QsWQwN6puPUXyAWCce7CvF4pjgXJtaF0WbyubMqSzX5bVOZf+wLdmORVTgzXiTZypzMWoTZKe5q+2wnpZyKyuU+Q+Rf5YDSLqHuyjKuLJObpT9\\/3mO5L4id+uA95bCj\\/10MBJeby48W2keARftjtWAH4GsdsLS7lxN4agbXBtJWNviFVWKo1iPGLTyF09uHCNGaAQNK\\/8l230K\\/LF95oOK1Z5gcs5PqY3KXE8XBNr3sDwyiJhJ7oHLKC3NoPvL9sHMX\\/Co6FHwxO8a5wyvSFw9nnpi0VUiQEnCmIU3tYdi4pYAdAxXcVMmCyW7jVpB6wyQTNvjArXi50UM3JZ9yd76c\\/3gBHAwWVdoW63zWASrys60HW2bBUzAw+Q\\/4dEOEVZ\\/mMw4Xdryn3Q2RtL65h+5u3ewtfiAOk6FKNsZ5jf6WzfYVW7TETXE+hUjkwQE0jawOyUvrnEZ5bcHtZ3M78abokflZgtlo7\\/SKf3Z33CnVXK\\/6A6+KawJEd6QtvvU7Kid3jxhTiPZgtLbulmEzkvm\\/WDcdwKoFyPLT7oUfJx4fzE12t0qav9i6mUS+5I9rJt8tVnAXFbfDZNGCS+RFh6d3GCRx6cLTRN97H3rZ46yNnjGk+\\/yAx7oz1qyEkUcL0Y3EFf05wnwfwlJEsn9I5DC0FbWftHoyFM72ieLA\\/y6KAz6WKxJvCs7x86qBahrjwaDVZ8f6k9OEacr14D\\/Jj3swx6CECYWu6vRFU981sDVWW2qOZW8w1Ny4TBwo40KzfLIzNDUgaOcdtuLa+Jnd4CX0+7JIBEQlWzuQsDh1vWenwlTE0LjTcONR6VKkKqM3sVsRxaF68jECR+y0+tWUPU+sIOgqnK4sDCRLq1rZfW7O\\/ke4rxcGznaaG53EauONfQbPNpzOG4EZXXEjb9mkcWP8qLfWW7bnsbAwME2pgrIASFPnXKXEUhIDL674TMAAapg4e9mb1uzzcEKCluX3YKkEjO3PisVF8IZq5mGMRGbqRGm4KEkf032xaHCeVqjJdk+9Dy6Woy1sBGXc8cNmJjfeUAaQHDHG6aI9wpkD6u4ivgm1LeSd37918VB8XT20K7VObc0CoUvmc8+HAK8bVaq3fAYlQZlIDmg4D1SpGrCX0egfaGYvbvc0Ze4dkQvTtRPQKBZBfsr0jjRPVT7LcRKnxfztfx2VuvPvSQqMaa1XApsJVGHliAdHVJmDRa7T5RYAUFPEFycBw6Ay2IMbjb3ur3Ptyx+jkn3j4hdpnbO75PBmXi3GCu\\/0IUUqD215jYg9uuxqVHNu3j9dK0E+xjnmsAn8iOs6Y\\/XuYk0kQ+2v88npWFDW1\\/DPNiiRBlYACa9hW0J6IFhJfo2YDLowKClkEaXTz8y5hCsvpbH0NLVkFaoDxJTOuKOvHulfYdxasgVyZVHFiDoBFTSQg+BjF4rDpHsi3hqVZT50Y+Ok60hcUEaxi5u1XeZuYRKeJBIF3A2ii0StkqkGcyFWRWukZEzkdIUA01TZgnaPrlsK10DiJKgfEVpE4Xa58QTYD3OGtxhmovd7DCPFi4ShN5avmQ\\/KjpaA0Y0sOi16eSLKb3WI+j+pLm38ZfsuQXf22bYcB0yM1c8uI2alOInWaIR+FD4TAdWBc+U4ZJl0DBwn05rq8+Aco4o1TSmlryHz6x9aVO2HJtYhl0I1biuc0NEQz9mm3AU85uZDBoBfkcpcJ0FMK2x63hz+zRRn\\/gtSislfnkmJEqLf06l3ZA+JMxS8agpgpMhNDPUvvLzwI\\/qE5lfSjft4R8RzFYqdu\\/fh8GrFDsyDWZqdf04LRWQdVfMUmUS22XVvL4h3yhofXsaoMTGdCnYbn0aW65u+bPeWmVvHZ26wdfiEJm798xxD3eKQtTMjaMo3+ghA\\/8s+CRsbD\\/7vPA8Fry2JzpXXM+KFkKQWXXJ8hRPEWQ0gzPLoUsg73xPOnB+gijdcmbXiaHfklq5\\/+kt8jNzMIRj0du0IAaNXsMsGSCErb1eEvIKKxvscYJLnFJOgmJEm3RraRdHZStokM7UrpImXpit9wT4n+n0iP2lldhTXwUPk7G5c6w+qMkT9jQ4Aj5YLM\\/1kEVPsFqjmAvZmBTU7NmY2qtNuUkTPZ9B53RX2YdUt09Z14yP0JoQzsPdyibjsGFqu\\/Z8oA5OWKMiW2zS4iXzJqrG+Vhw98CMHI7876wvkcnlpXb1ReP1x3w4v+mE+0CvyZ0Zm3oI3nd+8+snwZqtqcilpMpBExyG1Rv+xiIYLqoHVcB0z+7jUeXJmy3uuuhVn6iGp3BGT7e495BV6dZ6tIYOJuJTjbR55NQeOSySuOpSgDk\\/rdE5x0txwnbGfqCBtGVUp9zz9AUvrmQn1OOUVcy5WYRiroIaldGYroSDU3m9Bb1p0V6f5EyDQk4QSaCof62f85AQB+gaNjQmb5OX6kz6YvB6jw3GXYEcL5ORXz\\/BkVvcijR6ci4a1gwPN9ECmjUqoemtXe4Kb8xL\\/qCvEc3W35Jwinz7FCX6gEIXQHsRs67yujSE\\/kB7u73P778cJqJm1+F3KWqyyX4+zbjM5n0gDMOQ\\/58bt8buQM5yNCI4BYu4+JeAV+xOVFhmOruoxqZLh79A15ZhYjU5TtrRs6fWvL+O7rrASSqTKbjKorZGCPqNMqoQYf0adh3jFep9HiRaY7E9AHyfasgi1vcr7RJz4KimiGV+vxQkfb4upuFgtYpyweginzlU\\/dgjorfOAkfrhDQnT9W2s9aWPYp9Cr0o4GbTaiE88CnWH004ewEobouFWSOzNefV4EgVOJaNAF8t12H\\/8EK86OmLy73k7xD1JWQ5lLhPR0fry2R\\/t8n+TrUT4eUu8OSODkWvmzMbObpR08bknu6WB11owCWRqQ5gf4o\\/gDCPos1V+wXHiZIC9M7pg8okCX2IupBaFoIHLKosQDoPZAUd8xK4lKdSRXkIFGtF59\\/ZhzuIHooxhFk+WPRQnotczr4dLYZ83WpzCR6y1A1nDUM4PcEBVoHvGX6sb6HjuaI7J46\\/jAQT\\/1Y00mZ02BFa+IE98F3Pf+NvL24PtSeJjeSmaP6Y6\\/GsCSm96NXwvFyLG9rXtwhBYfTmkGgyONRUFZONCSyKJZdJU7rxnuzbdRGm\\/auAdiP99rf2gm2g8UrVIGGgPlXTR2Q8bKeO+h65fiqKTyss2K0sQ9KZ+rn49CMHap2CDcAEyK058eN9eQMfnyg+rsoeT8emAVVLDq7EIOguFxa9nhmhRE9OrCnHE1EpQxqBfA5DTm1JXmMdvYq4ApfHj1MqSBIaNyIFvbG2MLW+rnxp411L50ZWsGD2bd8dcl6Eg5K7o1cjqm\\/C8\\/I\\/XUNC6FKdBPDZAh9tpPKmLuRf9jqGYPogqOM2iI59WN\\/QYhUTGmdEoELNct5jvehwZbzAbcSLLH+NJUJee2BjFugMTYdOx\\/E2rBvIh8BPebArm0EhgEpFLrVfTqFaNY4FVaHQ9Q5IPW8RgM7EHwI+2DGqSgFXu9ytj\\/\\/ZD5kQCYSb4XngGwDA\\/\\/L\\/IL5I+U07QG+h3O0vsWF9vRKDqCgKgjlIcTcCWZ8aAXuWBxy0kh7IsfZPxBH\\/mV3+hECLYs8ZDdpL9HXNYR7qrU1+GbjJY6Owwl5XRNir4b2VEtKppBQHW82MNIv42FRPxhDmS6sQB\\/5ViJPayACC59V4hEYP9zpNfXHOQPhphZVRLA1zsgBoVFVp0r1rLhfPdkcmWfjeurWxaSypNb\\/2LN1kNxCm+h2FyJaawBx2qmACvHyhX8t4KYurCmo8VQuEd\\/TBRg+zUVrUqd2LZbeq49bG9Cweq1t8jWmn\\/2ShYUP66TQZDc7whBrXAoKUBuPmi7y0UY0A7G+Tk2DF7ZCUEZUChha3JvL43DjoNAxEQMBStjLSAT29TTxJq3Do9o\\/z3+YkjOCfBUcBTJB+nSKskA1iUfhmrlL\\/lxUeliYKOHq7oXq+CQ8s1pjemj6CrZWCEnVzltJjQiO4N1Xiji9l2chCkwjtaWw3VWMK+0AgA4W1lzGTB0GlahVLtQAgJkqnttqGCwNik47Bo\\/2NnbkYaY0mNPqIkQGjBhVsRcjI7TQdDX66aLFKKuj1veCVf8SJ1NDUAJorABv88aHz6ldZVTmzNNGghP\\/apUz7qcxmfH6GyO0Z+ef6V\\/fW3LAY\\/x1OBJGCQs1bmHhgCzfkZryHM63xZ68YRQYIWVxgtWtlyq6aRkG5hqaHqq4es+nqj9n9Au6PwJajoHFtFzyGVeexoKZvgiqbP2HCRhiQxDUKCu95ChCMgLIwmb3TFTx22E2j547E8UkDKM0+pX6JFeRtCDUXo\\/6qlb2wEq0H7aMpjC+KQckf39FQ34OeeglxVi0QP4zqMPSHhghfHHFCQmINsOEaQSvkQBj8nQNviuFAnuLz2SIeMSvPsZCo1aOFkWc+EgZmTfjnK3e+CDJWYz8lSt7xG842jrRUHI9kT\\/tbBncXVemVJR4v8N0RfXYetiKMB4mTJyHypTqgHi5ZImbusFK3QIwsvZPUVdZeCFZMJr11Qt8JYIQwqvafX\\/4G419YcdYBPyXovWsF900ryA3HHoOM4NtNBUebVhBWe329magXHCMzcyePNqzcFJu8q0x28yEaYrACoyfHSwNulhoSEOZJbpDZBj8iLonP5FbP8za91wlxwvMwZbnEOfPHM72PLzidInlGt6w\\/EDnO5Kf3R8ahxy8HqVJcDPCZjbd7Ts\\/zHew6XSecFhVqYv2vwzePUQK5ToQJ1P9d8geFrcTSuFiGm6ikkoHK0HdYXS97VivUHXOD+4RrgRVLrs0\\/1ozJhrGrBPiEVH6P9gYbBx+eYYFxAhlJYTx+KXkyN1T0jRhIGNjLMrLssV5uzn3ovO4Pu8dM5yl4hoAYSROL7Q7PrAlrwOP1W1+RXa6wtZCKEIUV07sgedbhNJPDdRaRMANoHDXNGN+WEVCSouyQsL0APWcaHmZaFWB+Z3S3DzwQIHFPetix64KQBB0nrK4hwNY5Bs80\\/FKenuslgb07Jb8jpTfinT4oyI39Ny9Tm1Fn8MDu4W5XzJcc6LqvzTXomgC6b+aRFBeKC+czsyBzFXhy3dUuFh3UcTPLODeyjGw\\/RvTq7Lvt3G3eWtTto36ED02BVLOPip1a5OdL9R7ECq\\/7wlOJ84Gk3FgC8ywQaLXo8h8Zq4jCo8gk2zsG7bGlduAHEbSoVfzH9XyFKnrROn0svGOTygBz++jwniNK6TJUO6sDJB54Gw4WnHDYJv1n+p6xwqVIQG1BbpfkqlC4Dsi5OW31RdmIh8N7sO49oGvvJbctvQMx1b+WTHlMhHK3C3mllLNeEgbgsqWwTz2EhispR6PJ5cF1cgqjPZFoydZYiXseTmZY2azUFloBMVu9smyU81zF21oaxt04mzi65gjDbQmwKq\\/gfVNOM90PJsFhhNbjLf\\/HT68w\\/e1FbOeH37ExOIzxDBCDdAegYkYIeT9D3gEITErfX2NWidyBR90+ZzAH6shjWKWlETLvmiA8sZ3AQ2G1+Oa4EZ7TDuJD1JL6WWZxIdHrNJuyL2wSdrn+MAjJ1Ndr\\/e6Qhtj2tk+vhXkggI93HeEKb4F45c7KMpjfaOkBHkStw9AxdbwN7B32303DDoeo9iqGMUbRJvFyeUt3gYO\\/yX0ws0OU3T3m\\/ff8DwLsNHuqDSbO+5I8o3JgJ+mVnCqQUTT\\/L8PCymaO847U33Rdp1b+hDsfmrOzxEbwDARw4Y+K4mOt8IuGMJOJQ5z\\/W3JbLWEzkrKYZT6lSgA35THaVIZWZNJZ49VZVZNf2dACEEJsKNAqMPQVZLcQzMnFWMJ4Fpn1c5K+ukyISPM7eJRKyFn+7jwZRiG2dWphtWe1gx0CX\\/c7gaMz9agkY7vSbIu3OS+yj8Tt8CCHfo1ruPA+WBl5YaerpSLAHhEx2YcSWc9qeNhFKn5GJGBLHkOjGFY1b63UZXargmXVde41zajeus2hXHF9ZunF5w0qlbvtywTBCfvXPCzK0HLsSrSnR8Kk42Zg7X86felXjWk6gkNlekEU0ulolnYhVbK2qVwhTE84WW\\/UUaaET8DOW1MtfOerjddpUBf+2zVC7OvZ7r0m95q41RIJT7CADj2TF0YLBf5\\/mbUwwqXFgGKgZc4H7hRUjRrMHXFa6hPmvNC9HHYKL\\/MFqwMog2jzK5o7svE50EoPWHQQpBXkh++ANvq8iJ7Yy\\/8PqsMa4V+2d6D9+9gaGkbG7eoIhGy0GLKYDkm55o1YiY+e8RRNj6ztD4Zisxscs3SMN6XVKp78v0o9zCxi3st\\/vB23qLfo4dEpLuU6\\/6cckA\\/f0u\\/yA95usq6+FLMa9Lax87aMBvtZrz62BFvlt3ir+\\/ApXrSP2vnZuwCxH5biMWvBldP8mZliW1jtm2spV3c7SgAkaFXgrQzkDYV7CPMGbA5w+lT4rEZad48gfTAXM0uas0SOmBun362xLFppxujnUiRDw91c7W2yPNIcNlJ6YzX\\/6oXQvm1C2AcY0+qOoVNPYO8783lxGA8SrU9s\\/HNyuNOYy8vSD11pVihRbclyPHcaBgnh\\/vsuGP4aTOTrBDExIgu9JVV9fl+34ZAMQB2cVR\\/CoAR5oAXJjoJG0f3Ka8ofGD+zyBIKv6sMHm\\/UT6WDMkefAn8asWylNPJwinNgGMqZuj5kF+F5zIUQkIU6FQewYwGEVp0RLJFV\\/yP02w86MrKZN01eSeDp1S379X1zderjcpglD\\/GIaEdjflI831my9i181vgUCJcVN3o8KiLh6Yha1O55vbmjjvoukwaT0SEtktXDwptLgEYuie0\\/TF4OLA27hk1nHT6ZzwfW5JSvD\\/7PY+6mj+HtaS9oycCKvWpIvG0u5g0Z73UF9sUqE0hsCeWqTdhrkv9fX1SWFlZtX4aY\\/I3jYY+Ve1s\\/g2ypbAWMwOttyysspFjLXPE9gAUeVz6B\\/alv0fRxMo+sZI630iGSfDHvnxcd4qj2E1PSOWDecWZbaBL3pGJCsLIzdt+T6s2VSn2rNre9Um5thNSW1Btjk3sb957riSvIbw\\/A3DhgX1LVINGOnlj5DraQci+o8BSXOLGPmgVxIIobpdHlLM7yuGG4ogHMdULTCq6DpT+wSnf+0\\/6TRt6TgIVya74yY9GRP26wNp7+ZtI9MVma\\/w2stxqNj3Pg5bW\\/lOQ7QwoG16VmdJyk1LVSZntjgkFh3j5u3VbuRk4bTkrX395EhXKk6tzElgEJzZxr2ZT52iZxTiKjzRORbRqIwj8OKIEfxE+m0VlE7qM\\/y4qvi7JAVM1boySyYIsXN7g\\/CvruNDflBCqOt2FVKcAT6puES+ReM+84n38aOexHHRohMyUS55XoukUQyGs9Qs5pvB7AQyHmg+ro0sXeqjnYICPjld4B\\/60MgJBo2at29zZ\\/VF7jvw9DjmCP52LTywYBJ9lH8La3hGGuUS35iaxaMeqD872H\\/4vWMEUbCF3AuwGaFLNCafhNvufE0MEaQvGjFFUDedQ94xo0P\\/GkKk6LAYCpcb\\/MrEeU7vdMVhBQP1PcG2J4ePSAEWcCuUKQ+2GLQkOytkHMVltlmmV5E4a16OpTxYcQmtFuu2TgSJDj2s\\/2pmYvxCMxAWZg4XdV7j\\/r97R+1eJVJPGcNCKaNEIXmanK3z7p2lKZF5Vwp7wBan0mgOVYswCeIFBIH3nuppryuXBOgOrb5r5EfzI4Zr4\\/TzDcdvIP5dLbRhCOSeZ\\/iqn9Sz+EX\\/1ZXsWsQhcdC00x7R1hZxiwmFlZCNNDZJZfxTZOehkuFooqS2Mfg4g2fSkEGGGGOwP0R+l68IVQnlKH82zijs9H41XuxL7XcAcD0dtm4eNoISctRrKPWjVQv2vwDIem2CglUCwfaYeBodhz1sWGYaETlgT\\/kt50uWkrStnmrJKJvJDWrpyFSpaB8FwgXulRFXm0c16PpeGezqKf6GTkuZCZjvMUgGM7rHz80QJ3gXz\\/CJG+g\\/lxQHmxHMWg7eN0VbQia4BDSG6wyMpbge3SH80eLJHbqCrTp74YFenZwaYmwEAVMNVuAWHiQh+JZguKn0C8OnW5xQmJD72qowB0ty7vrNUNS8xCICbZb6lxEUV2y+plZSOS1ssgHQuJJLWF+rq+6gs3r0YDw\\/0r0tSVDGlvWbxDXFuSfRVgMr+K9qy8Vv1fF46XAyG3h2zjW+\\/zo6Lx0iCanhkZkZLfiexxRogxPCSyJla61XdG5\\/Zc1ves+00NhlMlCkWYyY2YxxslzTjdKzH3TCTW02SRgE+WOmfYCO3yuzTixE2IlA80sR2\\/QrrPQb8lJoc0d2HUiOYcwj4DxKX3s1kVsFVT6haKMTGNf87uxCSZo5zaiSdlafiJW88LWwlNJUr\\/Tj7IOUDDiPC+5UaMg7b8REqVSY+U3QWb70PiCuQnb9yXG2sA4FqLb0v0mydng3e2CBmszZ5qCkp4juH1PYVx+FpOQRtZ2qbDMmT+7ctdeyy0\\/DTIVBgx5sZ3reVCCdtFXA5Y2j+VNbjWefvE6NdqfNFTrhTKBgMzYBZ8pzVmTO4bbd\\/KLEQParPtNnPIJLestsRjR0vkcOv\\/8Ka1WeRC+zqW8ZxYPwBb5yFg1zy2+7zFtvUQ7xirOfKFbCSiYKhxv7pES4mHYv7Sa4nnK5bfmpw\\/+ukjQB24q33F+RuA8WComJt5tm7A5CAFR6N2jy9MAI4FDxi32Z0afApf5eJ25JYT0r+NgIKcPVU7CQ9UPXiyEKwqw4RAQHUSPszNC56Hbx+6tUkKZ5VGi0wvmNZOWXtCuPVosFQzRQYd5PRJAVAla7WZS9phrUTL20zgvzgMPyYMtykscNWuj8i5T2A0Wj\\/mMoJHdh\\/rye4yzd9R4ila43koIaeaCraWpDljVUYDRSpsa+8A\\/XV6ufYd91Px2VCSfhmOAnxXxsgOqqRFa7caiyhadGIE0naXebIfQOM2ZBFC+KnS6WcktQ296ddF8Km2O\\/MYsLUjHldcW0vl5s6iy4VRmBUuOrdqTGyLHZOJqw2SQMaa3VN+v\\/LASm9WH\\/9afj3N2QLPh8jdPqN8Dh66uve4Nei5vOi1rNAFP1OVZOnhRDmDckeJ2o4cAbCmMZszuLcoLVIpxPzF5H6TjqFNV3nbmCh6MEGrvTleTsycvmmmC7HIby8NO6pT35VwHbERR5vxyqwIt3Fx5hWqXY8s6WymAeyHfB5Z5QwmEhspWYkZR+B9lNsNkJZbHUJ1ns0KKrLrYDJeMAjrhGpE0MS0oWIPXiOB7JZYt3qlYB3ZqG5g2ZzINtoX2NSjw2GLbdseiinuMoY189+8OWM1sVE8iY\\/6h3gA40Xz6WbiFKu+DVisA02qO6QkB0YjX30fESPHpIEH8DUmAm5FMnGMSeJFdRsJoSOk9sikO9wjRS0poflJDlu\\/m4UkpNH8t+kCuiSbXRmPtEzyvl95hUzFqN\\/YdbRVVkZ3PMfSrvXC8OV4iE9QLtY28gMdT\\/KfzL8i6uIis2OlIDPnGs8jyXMB5zPmMRA5HIHmqDi7InG7veCDqqXH6RABr+Pc0RjcQqSo5G0VYpWwvt9Uw3tF6S9ugLcWVCE8zQdbnfuvfszfucY\\/AB5e9RKX0qeqegU0FItv2R+28uNIbF\\/eQ3YwdjPTK+sjVbW0JTfdQbN\\/cB77TBWduN\\/\\/L9j4aBxIvmxcf\\/9eumLud2CWFKutXdwqXn3fg186B1ZlOPkbUD9IerHNJCseGnet8OuUX+ncY0jLRs30Z1xMwM9SSwCRj0RniU+4zu\\/VwaH92Hc5mzTVrVMhs0SUrRP9eJm7SsI1kZEy61zNV94vTanlsFYSMVibaYcijAIbR+01fxLNiWnxHb853t2oQZhAgNchtSMiKehP3cMlmQjI9lVuZ4e3r8EnzWqwWSPe9h+raXl72uZGuFuxP1ARtpE9t8YFAYDv8aNA2X8\\/NE3jTEYGZ0L\\/ynQWNmSyH6bTP986kVS7bp4vT9DwNVGZGYJ7BQXQJ860yi2IkmaoAyh1dY32FMNaItqARhBZAjQIEFlqC6965uwBXCljGwjdZk9Xy2\\/8dGBa27ZjNHNbKGjfWsjoQAT96Xz7lPfhbJ\\/lyofN0pBbI3sa4ZelzW5voZ9E1yiy+IbSqpKX1BPTWsNyM47arDvcV\\/7LhJ0iBbP3U0yTlvCSRZljBc3K7C2jdGwwTTKPhUtt6kNwLaAS\\/r0ToMBqiQMLgqYu2ogPvZFm2YdweGi+0uR5AVsJW\\/yFDOVjOdKUVZsXo7WWK7PAHGOzQLapus5wMZAMdcNdCUskQ3S8B2bkkGKg7\\/9CSvpSh4RtAMPvw3t+cKv8AfshfYUWVjCwSuR5jTsqF4O\\/Y8xeoyir1CaJRKRJNv06bDEoeIhgF7+8WiE2hzjSP8KtsOYiQCF6MYfBDLDX3e5rOpSFMKgsPkHz+77b1Bb3kxViG3f8Wkfxq5EWw0f7\\/M2p\\/q3uKXhF6+jlgQ\\/nVl9ZrFfkAsPvIOp92+yZ8FDcWHeqZMlhe8W5Sj9h4fXv+8ec9Tt\\/rZ9n3ldqnddovpuNXW6LCsQD7yUhUI6WmjknBwT\\/GePsZJ8TDbFX9DEbt+mF5ZLjb07hql0S022HR9PXlPX9BBX3f6W162aryu0isBBED7IM9YJOhkwXIEEPVJCmK\\/GIZWPCAPwAty0qRfOiZat8yO4JFHhKfOt74aT\\/UmVoTrduiZXAjdTzR7ZV8do8Z5NsOl+UHxlUWgTly2dT5zlOV7w885BpClXYWoA79Y8AVMrI+Q5u51Q3CnBpfRcpGGtWUvYaqEyDM0Mnl+AAy5M7fLHcRuJ7DKBuPZEpwPcUT5Cy9U10SWXRvaWyy4FpDnpMGgazKgbNhXc12xqd4+ik+rghddpybSlv1S1m5w7tLBRlt6JnjEhmHMZ1dRhMnKO9bfpmBzH+nPyVgBri3nPjZcxLodCxTQLzLWfEL4qeS7bG4UyoQmSXKRD0MBvg\\/Er5Cu+8jvSHr7SYES01h714DdNcudFkbzcWq19aA6yhvT6jCLFbineu6zrrVjWkSUqk7PVgDTohYRpSVS8gd0thTSMGYY5C4aemqQlAsQZQxSoRqeGF5R3LZdIQKsqHJW1mJNUeh3EqdYkC01u\\/PmyM99aqYKJejSsMw8nbblAzevlx7WBkXX759a1Zc3hzwo8SDe4wEi0KmTp0ACAnubcksOk6zvvHPB8XgZaEe2+IN+XYIkp5c1Rg4BvXzy9rjuI43D45YwNyfgONYaEv9sbfSg\\/Qt\\/Y50P51uMY0PbRyEOCmjDOh8VNqMc6BGD7MtR2ovwe\\/4LDo5Ay58tquEEi6uj2i+iqAcKuwFtd0SxzIBHQ1g5cxjhwv2nuL2XKGziabBdR8dMJxMez81WiMO3fgw5kjFLvv7zv2zEogREBUAMOZlwJq7TH\\/Y7oYE3d9sgVFGgos3UJqNpgm32H0gNrWQe2quh5407pTmwRpwCgSsSd1ZveCtN8WLiDHuHtEDEDC9eWYB\\/D+Q0OqpQApZivWe7ZaDWCwHbh3PIOAxNm11ec3\\/w30sOS0NjmPzwwWBrADiaLoVjKTNjgTzZ3H4sQSCgmvxY4VG7j\",\"FlightNumber\":\"QP-1409\",\"SegFlightNumberArr\":\"QP-1409\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"IsLCC\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 21:45\",\"ToUTCTime\":\"2023-12-12 00:40\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:40\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"2h 55m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"15514-c1a24-0f6b3-d8b90\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"PublishedFare\":15672,\"FilterDepartureDtTime\":\"20:00-24:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"isGSTMandatory\":true,\"isHoldAllowed\":true,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":13858,\"Tax\":1893,\"intPublishedFare\":15672,\"OfferedFareAgent\":15672,\"PublishedFare\":15672,\"CostToAgent\":15672,\"PublishedFareAgent\":15672,\"CostToAgentCustomer\":15672,\"PublishedFarePerPax\":15672,\"OfferedFare\":15672,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"CORP4687086423521992294\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"J\",\"GSTMandatory\":false,\"fareIdentifier\":\"CORP\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":13858,\"Tax\":1893,\"OfferedFare\":15672,\"PublishedFare\":15672,\"CostToAgent\":15672,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1893,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":0,\"CostToAgentCustomer\":15672,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":15672,\"CostToCustomer\":15672,\"CostToAgentCustomer\":15672,\"TotalEarning\":0,\"CostToCompany\":15672,\"CostToAgent\":15672,\"AgentB2CEarning\":0,\"intOfferedFare\":15672,\"intPublishFare\":15672,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}},\"$$hashKey\":\"0LC\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12 00:40\",\"SegFlightNumber\":\"QP-1409\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 21:45\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T2\",\"ArrTerminal\":\"T1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"$$hashKey\":\"0LA\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni1bR\\/xY0h\\/eTb6nfF3BFnC9eG3MUObdhZKM1\\/ae6MHCVX+jWRR7vPzgGt6sxUgF6\\/dSyWGiJ+UxIxrxlOyRYi5kg7lkbEKykQy1cKvnFhFjrIQFPASz7LDD\\/Whw9uECXnrmkrVRDzSnceFhpnflX7J7zjy3\\/rGeIXkm4JqPZVvuUC+AiQu9E+yUEqCNlFapHAQVNTdu7LsDk8ACEY\\/u3KZJHAk2+QzQ4ULNYfCR5k4VdBt9fBgW1BLgGOjroprjeNpVvqtTLmkNS3W9lUxkGHTJM+w5fUkz+ax4BScd6juy\\/05wBVtJydgKzdc5YVrSiM1GfQjOdc7+\\/Qu5fZyc4Tiq1+QHjYpPZHBL45MMCD0+VTmB6gkoe7vcRaKP9mlOTcMFNllr\\/uDozljZSdpN0TOfdMxHzz2X1VioThfBN9skfuBsYkqPLccOS5ncr2o7npRdvtDx8H+m51yFprmT4\\/J3Q2OZGFTRGll99g7\\/b8uled6HMwpSD+6sRgW7NVmH0ZlRdfqXuUk7fXtsFRNrhLA\\/2pblNjD1wXubRBNHUYUwMnS7zmQ1QceqmDf\\/qd9w3T0OR7YQqTQIglJ1xmwWF+QsRDOTFYLU3TZmYrw9qwDOENfwE9\\/kBANxOCbzYlUQ9\\/xRCd5GrnoLGvsvQHBXi2GVPfAqKph1tW\\/SBhl0C1H5\\/\",\"$$hashKey\":\"0DH\"}],\"apiTraceId\":\"CORP4687086423521992294\",\"SearchTraceId\":\"15514-c1a24-0f6b3-d8b90\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"15514-c1a24-0f6b3-d8b90\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 12:27:50\",\"IsChangeSearch\":0}}','2023-12-07 12:28:34'),(1883,'3dfd4-90e2e-51298-3964a','{\"BookingData\":[{\"bookingId\":\"BKR105279552348\",\"bookingId_TJ\":\"TJ105279552348\",\"FlightNumber\":\"I5-560\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-12-11T20:15\",\"LocalFromTime\":\"2023-12-11 20:15\",\"FromUTCTime\":\"2023-12-11T20:15\",\"LocalToTime\":\"2023-12-12 07:10\",\"ToUTCTime\":\"2023-12-12T07:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Goa In\",\"GroundTime\":425,\"LAYOVERDuration\":\"7h 5m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9026.8,\"PublishedFareTxt\":\"9,027\",\"ApiResultIndex\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"fcs\":{\"ARF\":3000,\"ARFT\":150,\"CRFT\":9,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7292,\"Tax\":1734.8,\"YQTax\":650,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":410,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9026.8,\"PublishedFare\":8929.82,\"OfferedFare\":8929.82,\"CommissionEarned\":96.98,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7798990410_0DELGOII5560GOIBLRI51576~108077334365854\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Xpress Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":96.98,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1734.8,\"BaseFareCal\":8929.82,\"BaseFare\":7292,\"CommissionEarned\":96.98,\"TDS\":-5.11,\"MF\":10,\"YQ\":650,\"AGST\":410,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":96.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8929.82,\"CostToCustomer\":8929.82,\"BaseFareCal\":8929.82,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8929.82,\"intOfferedFare\":8929.82,\"intPublishFare\":9026.8,\"TripjackMarkup\":0,\"TripjackCommission\":96.98,\"TripjackTDS\":\"5.11\",\"AddiMarkup\":0,\"CommisionPass\":96.98,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"495\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11T22:55\",\"SegFlightNumber\":\"I5-560\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":425,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"496\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12T07:10\",\"SegFlightNumber\":\"I5-1576\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-12T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VSDB\",\"Price\":250,\"amount\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VFPB\",\"Price\":300,\"amount\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VPMB\",\"Price\":600,\"amount\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VPBB\",\"Price\":600,\"amount\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VMFB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VMCB\",\"Price\":600,\"amount\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VIVB\",\"Price\":600,\"amount\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"VBKB\",\"Price\":600,\"amount\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NOSB\",\"Price\":600,\"amount\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NMTB\",\"Price\":600,\"amount\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NMBB\",\"Price\":600,\"amount\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NFFB\",\"Price\":600,\"amount\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NCNB\",\"Price\":600,\"amount\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"495\",\"Code\":\"NCBB\",\"Price\":600,\"amount\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3dfd4-90e2e-51298-3964a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-07T13:31:57.490\",\"strTraceId\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105279552348\",\"bookingId_TJ\":\"TJ105279552348\",\"FlightNumber\":\"I5-560\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"strTraceId\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-12-11T20:15\",\"LocalFromTime\":\"2023-12-11 20:15\",\"FromUTCTime\":\"2023-12-11T20:15\",\"LocalToTime\":\"2023-12-12 07:10\",\"ToUTCTime\":\"2023-12-12T07:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Goa In\",\"GroundTime\":425,\"LAYOVERDuration\":\"7h 5m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"10h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9026.8,\"ApiResultIndex\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"3dfd4-90e2e-51298-3964a\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-07T13:31:57.490\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7292,\"Tax\":1734.8,\"YQTax\":650,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":410,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9026.8,\"PublishedFare\":8929.82,\"OfferedFare\":8929.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1734.8,\"BaseFareCal\":8929.82,\"BaseFare\":7292,\"CommissionEarned\":96.98,\"TDS\":-5.11,\"MF\":10,\"YQ\":650,\"AGST\":410,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"495\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11T22:55\",\"SegFlightNumber\":\"I5-560\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":425,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"segmentid\":\"496\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12T07:10\",\"SegFlightNumber\":\"I5-1576\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-12T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-7798990410_1DELGOII5560GOIBLRI51576~8668276832768\",\"localFromDateTime\":\"2023-12-11 20:15\",\"localToDateTime\":\"2023-12-12 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"11\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DEL\",\"to\":\"BLR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7701,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-11\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3dfd4-90e2e-51298-3964a\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-BLR\"}}','2023-12-07 13:30:19'),(1885,'89004-a652c-a3698-29fca','{\"FlightBookingData\":[{\"bookingId\":\"DMC104179553718\",\"bookingId_TJ\":\"TJ104179553718\",\"FlightNumber\":\"I5-560\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"89004-a652c-a3698-29fca\",\"apiTraceId\":\"22-16-3438689464_1DELGOII5560GOIBLRI51576~2084341852151\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2023-12-11T20:15\",\"LocalFromTime\":\"2023-12-11 20:15\",\"FromUTCTime\":\"2023-12-11T20:15\",\"LocalToTime\":\"2023-12-12 07:10\",\"ToUTCTime\":\"2023-12-12T07:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Goa In\",\"GroundTime\":425,\"LAYOVERDuration\":\"7h 5m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Tue, 12 Dec\",\"FlightDuration\":\"11h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,363\",\"ApiResultIndex\":\"22-16-3438689464_1DELGOII5560GOIBLRI51576~2084341852151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8674,\"Tax\":1804.8,\"YQTax\":650,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":480,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10478.8,\"PublishedFare\":10363.44,\"PublishedFareAgent\":10363.44,\"OfferedFareAgent\":10363.44,\"OfferedFare\":10363.44,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3438689464_0DELGOII5560GOIBLRI51576~16334249323726\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Xpress Value\",\"fareIdentifierSP\":\"Xpress_Value\",\"SeatAvailable\":2,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.36,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10363.44,\"CostToAgent\":10363.44,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1804.8,\"TotalBaseFare\":10478.8,\"BaseFareCal\":10363.44,\"BaseFare\":8674,\"CommissionEarned\":115.36,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":480,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":115.36,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10363.44,\"CostToAgent\":10363.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":115.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10363.44,\"CostToCustomer\":10363.44,\"BaseFareCal\":10363.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10363.44,\"intOfferedFare\":10363.44,\"intPublishFare\":10478.8,\"TripjackMarkup\":0,\"TripjackCommission\":115.36,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":115.36,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10363.44,\"CostToAgent\":10363.44,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11T22:55\",\"SegFlightNumber\":\"I5-560\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11T20:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":425,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"739\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12T07:10\",\"SegFlightNumber\":\"I5-1576\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-12T06:00\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"PBAF\",\"Price\":0,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"PBAD\",\"Price\":0,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"PBAC\",\"Price\":0,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"PBAB\",\"Price\":0,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"IB30\",\"Price\":0,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"IB15\",\"Price\":0,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"IB08\",\"Price\":0,\"Weight\":\"8Kg International Connecting Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"739\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-3438689464_1DELGOII5560GOIBLRI51576~2084341852151\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-3438689464_1DELGOII5560GOIBLRI51576~2084341852151\",\"SearchTraceId\":\"89004-a652c-a3698-29fca\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"89004-a652c-a3698-29fca\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 13:39:09\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"738\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-12-07 13:42:53'),(1886,'54ab7-46c97-9f4bf-cec00','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5497989730936263824\",\"Flight_Key\":\"cnpdeDtji91goyxbulq5gX8ADzShjBmMuY0jpwF5g5V0iv0\\/RBsPwjp\\/UV1QHuJTy6enmaFLrPkxT8R67cLFYdhuSwzKD5PUFfNmRMBymrOIPWnjkYLG+mParu+p+\\/Fd4511S7xZigHALC1oa+uxM1QPYa33Wa0nfxgTGMppQmar3BK7WFbChTxZRRyVtaETnhls8Wq8xm5FUu6Zsr7XNkKD7ORj6ZgdwdPfZBXkxgzP7HS6afYMPK6LcTEryg7rKhLbhwBzHHgnA\\/MjP3CPFWV4j1kdW\\/Uip6ssM8TPjbJidOffgBaDFBfVFBlH\\/XnViWHbXupH9K9oNse1ixHdMBxqrKo4Wpp0LveQ57ZgkAi45ShGALdXu9P+eE6J+OgPisjPwAvv4g0lSMjrOpPOmTDhYloPd9FzOJGirPYjHI0HuvmIKVGX9KTQp38Dfz24ZqpzgavW+KS14uBcS9dSz6FIGyoSGBr2LFCByascNEyao+TmctFC545p52n4hPIVl1BGIHtQYdUlXd0aUJtwUU7wLgSYrr9T9smLy4L75Y4In\\/sYOPRvaSeGWm43HfTj2LIEbfDo+qx6b1HF2WZcg6eO0GIC5YnLzeddL\\/uagEjVRMHsqZjlf5WHh\\/d8tpVx3z7BxF4hdm\\/mJcqjD4GQayELmb5mj4Bwna0N\\/XeC2TBrGS+76kmUOck1enb4oWMwOuPnKK4jqhxVeRWSGxaOPeICVLsdZbeVAXYzzxe3Mw+ZTvccWteB7VFVkU83SLz8+ZnUMsU2a+4RLGd7MASllbJkqsk+tXmN7IrbrsMjsKTJJJVPNCz6F19SrScPkK3tFbdBQAbjf8DBLQpVbpLyscsQsp0SehKiaXpfd4DDYLYb09+8fLXdsOUBDHjU9nqRnohY0AvE2D7PNJSfSP7QPlNQcQPp6B1qlxUFlokV8qvsVr6bjRbpstgvEFfrQDdClE0FxU\\/vTYPbXZ8asuE5TQ1aGpOYVp7qhCZrLR\\/JSReWdc+GwFX\\/IqQqrww7jbEvviMfJCWnrx8akLziQhrj48tB1IOGMNno03+wtIM7OVFfF2rA47VHMGHZUyXFIqCjQvJNqxIjpGL1Jre1TLFMQi5cdyikip1SgZFKCrCs6o++87t6yZ9oeNnqAmwXFdZUGuwCYQtSF9AED+Nxff\\/CuCpy3tguUIiKTl5GePdPCzJpkOHkSJJ9Y2XlEMkSWMYdgcNGnWsazVc1fiBtp6B4R1oZ6HtNyWd\\/BIBOlYh1dfdnrJZRZ+frKzYTnUcGGYIePkKdhdEEVwnQSq7pihmikZfMxHBBdoSbCJ8SEhMYeHiqxEEwFH1ENm6DGSB9\\/rUv2Gv3LmU0yqZOtrUws7u1hqqH9EeJXWSHlnhHzPEZwGins8XChk21Aa7cON1oKCnRB7LDcgibQdzPYlqHmMBW\\/r6iN1VwdEgVH81GJXNs8XmnFR9eXEkC1hBOkZmYBgORudulttct15\\/JC3QXdFXGmLcJTRlD4x9spb09q0jmCpn6nArGxzdhExLRAdwMzUODJX2Nrv+Dk0U8Z97uT1gLQxS4pDHBf4OGhSisIy3GlvgJ8zxCc3MB0gkBYEgiXVQZRhgB7ncIdEiQi7gCcU89LxDgw8WzwlExTOF6+hG0tZCBL1cFwm6z9ikG8TtMCjD0mUZMWJNVE4N1gvmp+khWn4AeXxwsBujMAY82udgvKPBv0FcY1KzMpdXCW2Olm\\/m1c5tby72cWF+2rtMuFU+eO8O81GRa402IHXsiSDLCK+xUezciVkT3EesyT9vKymYohx5R0ZPsMc0TGG0BWrRmTP3RVCEyVlcZKp+oRsjN0\\/8HWOGe6q2k1ELrnsBf0USVXbKrZxfS8Ed2laoahsnIpC+7Ev\\/H5G4+0Voti6McDQJFCHzs08kPa9g\\/wFV27CwhI0VQ5jGYJbXgkXw3XRVj0X0FgVQC3h0jc5N3NOqsoTJ147CyrF21WuYnJbx8+4ZBZXeIJFHVHUuXnKVEB4hi3Uib0JN5SA8g3x1TC2+\\/XMxT03Iz2TTLTNAOkhvIUAt+crpLErpPFDuSodX8FMDah+sVRsGRlplx9FrJMPEQCcSkWQAbB9z2L5NbPlkwhQ\\/ng91UNDLNdDklEzQfejka+4Ubt\\/1LgNhR5h5gJKO3DLdls7AQJsA0EaW3WsIY4cMmgnMGbqUe9xUMz0AILLjB\\/Pt6sUK9ym\\/lhsrDengufxi8sB4+NJ\\/ItN\\/DyJxB0r+3CJTzRPDfNxEcbN9aW8\\/bapb3PD3TszsdJUxWt7j\\/n\\/xigZo0s+i00rLYfcPK2IHAhV9FkBM4BsE+8DFGOtBfEpup9qpYQA7y4UlGrqfjrTlsjrbSvgE7r1YD+uqLVspdtI4hTumYzWwMnlbZ64Vv52BxE9iWbLplqQv8WnvRsz9ohKohO4x8kHyYt2HHteRfAu9tU4tRNh6j+Anc6ltF+AOSXnJuSwkxutjtTFoIGndPyhwrj9VSWEQ8SIFCPdNqsZQdjfnED0gB0Zbzz23W+1TSwCuuK5sUv15hOFyy2+cmRea+tRlTX4zRLZnqWaD27QnVi3ZsM5yus5k+MSX1FoMxseQJO\\/6fuLMiK3W\\/zi5hYoKNhN8nRLYILPEUwtmJFOdpWVauBZITH\\/pK0eFkR3fevkivNG9pcgWHYaKG5exJMaasRo1\\/WIJOVc0\\/6jwHaK4zxC5V5jbgv3hSB4icYotixPFgIHEWk7EwPYogt5lM9wqiwgyR4TnWn1zF50vQgZEXokM12HQE+9MFoddoskdlpQ5OiOHABQhLM+YRaHH8QbIyr83A2nyVtiP8CMuHVqIfSm5PryZ4IBdjz3iAr9IwIIDq8dVAvSzC6S3Q7BbSEqf4FW2LmyrmpOqVYxXPEVprxOUTvmAlAoMDChm0JlRZlFJzun7l70jT9cgKQGSFo7\\/imUP3nyjFKM6Zvg6ppEzvIOvcIvblgdZ3zxiuj9aCbfbDLqzA2IDXa60DpFj0QN\\/8ihRh97\\/Ovj0F7XEGuXIplUfUqv+jbgQkefUiEF5j+geY79\\/m6UG+m1nzkAu5PcFJwqGcVr58ltXXZe\\/P4bcps4i+tfw4aK6kwUCSp6WN31FJbH6JjyUvVBCxToVHay2e2RRuXJVvyZtmUU\\/g0xUD+46BJy9IWQ6YUQbIWR+EJYI8i5vpuRwIBICHt+Zam4ocj8MCaWFYu57JJT+mkaUHPxH9lMAASpi9IBgI0a6w2fyKalhdQiRiSoIXGq5yUlm4df66gu442XqrZ+31FpwWblPtHIhbIJiv\\/uDVkA09J1L+fSoZ6MyhbqBfc5HRsK9YKVpdrYcjrd1BCZAwcpGVdCq9mPN+zfY2dqgV8ALvzbMFCAnvzM3gPcMzLz4QTIrlWMYjUny\\/7a4ladxh02nUhX+a6S6flD3evlbkz1tksyw++2JLXBnWIRd4sL2LvyBB2JzvrnAyBh11VnSLA7jKNrAvgMfcHp4vLFJlo6nnWqX1iCziqQ\\/z9n27PvuZ3f+LY4rotbxnj04sb8t\\/USPr7yDYwne8pPbOauzEwNTx9ax9Ocxig6rZLu+joTwZEJQ2sdCTi603nI10qrEUZcuxMfNnnyxSwVIB9E3JXyEDzIaAh8hRDeldEvaWXlRVV2elmxuHQlk6SuenboggNkQK8rbQCEFmZ5SYeF03zNDganDHDnRnFGpl3HXKiBBaqrf5jWui\\/k2m6YClyAub64\\/HmjXYNO8TyDbUy1OPITfigjJpU9DE0IWMgBCxYS\\/5bQiPrqUgTCWSOJjhudogASQEwiiP4+Vsv5NrAUkd4KbzUZ6q3bknxqjKX9xxYmcjJDNoGp79YA0SXIQHZF8Kn9rvEw+FptXWj29wP7QwsbxjKFD1N8vvDc9KvOAy4hclpCu5pGX\\/18my7+o8O80cTQyjjKrttjAjRWZYpRvm+aKJX72Gd1AD9DX3vLsl0yyUWb68cnS2QOHAA4oYQCr8DwBbfEL2WMDisvT\\/ds+bAM6jA2Cj3CqapSUpnIgcjdmQrML96OwnNG9nCD2bzbktZgeWxz0AT7NJrirIfcJrupMj8UrJ90u1NpjtgoMVWCzcXm+d4drBY9AhyUA+eFMiVelqa67PnsyW\\/mkvWuiWc+NgL2M9IH2gXP3MEg5pOle2ZWLyWHI8UaXkX\\/xzVbMs53sPDa8CPGWdbFunS7t4\\/Q8gvKvZkU23jefl9rfbeimCuAjYPS7+voI6gNS32Ah0bjUT+j6TuleiFNPU+GkN67DMVsKngxge2TQDyYKSg3YS2zCVBi1YgJjjfft5IfIp7d0kYEzmW1SUqT75mYZ6+vyXYO3Qz1qr8MTkx8UPF16pLEe06xQkgCUg9Ez1qoA8I60cZ0qPpZ4n6XfM2QO+K\\/oG0D084eULVqo\\/k3fUEnTJyTopxX4LNU\\/49h+yiXECrF4I2uJM45WBNBFl62e15MNsQewRq01RViSAQR5uOG7Oar8YhyC5DRDjkwSg\\/uYTF0a1fZy03\\/z+wFIZf6bDWIHreZHMKDxIRquK9rs\\/0\\/xbUGHDqi73p\\/Kxq2OcDNww04cgWrQrLrjNR++d\\/IDiAisE03zAAfA0v+aqZMYLut7\\/abxQchv4UspuRQ\\/t0Y6I2RSAzvYJdakOrf21zc6T4fLwGZJTitNX0HZKVPk7V1mNl0CmzvFUr4GH0XOQDlmLjsknKUPJPSZIs3bewgBCeJcnwYNGsL\\/Y2D6vuF++C\\/U+Y6OTeowD97ENW4ZVaYQ+u77TSTUFWVd7r6HRoEb2Pz69QIHkiUhR8oWxADfMTgiFG59tvnYkR3urHF0tv4sVn0g+hxFW8boaiyvidVllCqKt9RVd7t26pakEDgBHtxBJDCyH0+tWnOtRnQHAA8xStrJl8HukVwjFpubPX83JoIOHoaMvX0QhKo0jXwyd3lH9l4TSSbXeRH7L3sU4t1lGH0vJWgCSpXs6G0FCCNI9LEKVb3nZwNFjayNezW\\/MPRjvBfcCyCpUoptQChKfAgh5lk2arCOcw\\/yayj5d1M07WOD7i4gAeNS2+75wVroxblA45tJV232T29GAIF0zOweYAxbud3aZcqj4JGGoL7aSOlTF\\/rMs+M2PF9QgVmdH\\/AXdFRDljozzuY41DAU3Wy2IY8LkmSr9X8yXKFHKnVJHbOP96EsX4pKqojteqckLp3edqsYSUmyfl+zxsdO0AtqP5KQtoxrQ02hSo5F1\\/2Cr\\/YW0mciKNGkMTPflZt5ygFr6L7NuTolLOvy0FcHqKifLiPI0XhEk1hjA9LZM\\/7cTpFfUvf0LadXQMc4CKI9EUksGtJ\\/0SNFxDSzGMFpYgev\\/KkNSdhZe4a7I7WY5+qKC0g\\/R11ycjS2dG7LUFUrRRbcIqw8uJg6HgpoFJimZBpvGZYSQVwIKqKh\\/RRb1Gz6JhpZAVriE1kCJQskjcO+0pBGjRiP9Ab4Il\\/PwYlq2ta7bg9GxRwXdvz6saX0O9RThzptqZP2CpjDaoNsuTCE3gi\\/ZqBmR4QR2ae1BOL54rxhQ+8Cz9RXJvHTPbVHG1FNkCHjxCfaQbskVfZcQM7xJpO6\\/RF+nas6FKPTF\\/\\/fb3XezeVoHT51IzHWkRTd1gdFal1QEXGY\\/MdzDROty\\/zmb5Uqs6oyneKE0ux5dXUBd2iuSN62ygTVLzuKaGTUzyMJSQDM\\/llm4gd\\/Eo2QE0rJLUmfUNpj89TJsxr3LyV6jC1HNenvh3f++Qz5BVr\\/tgk119V0Jb0BiYSWp2gfTPVzN7tu66kdSyv9qYoLCa\\/Js+0Ch8oQN2DOgyn5inhjaxBNwS0oKIZtmUT9EAbF\\/0BIKDMM7gWlCXRaOAGs9xstqjG7870VBu3bLpNBNLz0QUVJ8m9v7+WdM\\/9CRcaaHfR5wCmZ2VkSUkW7UtpCvDcg9cwpwzK+K2cVNABOdMUBydXv9Nmk3ZNcLiUiqNM+yA+qK7dO8FJNaUuBfU3k5IiGsWWihfj6oetWZvjch2ngrvhIR6sc\\/ULvHWOnAy6O7jhUiQjdUjbOYubIA16l29YS7uH8JEQXGoacYyNpqctj3OipyOjeHLx1QqaIjHJs7\\/2qj+3KuEzeFxdHAd6oi5bAaHW0RnSxgkSrA4bYgsUdjQtH2PM5y7Pbnm74eUU1SjG8PMbv5qziNx0\\/cPnVJA0GvAQIYhly5oBHxixJiYGjlfO8mygMYW8s4ql7JmqTU+qVc3WT4p9d5vFbH9totKgk77SBpeoDcvuoK0H9Sg7llGQYFxgLg\\/smMnGjrFQaJb2XgGZFXt\\/cML0Yw3cJKoDO6Z0t8ve\\/DcHFXRrtvMG+XjxASLLsCn12LWShLb7Bg\\/I\\/2GFYeoxnso4vR56QNdFuGWi\\/K7LhWd0FlQl4hc1ncK41k6nr+KkzLZ5dwA+xvNYJHrnFxHqwZHdTZa8FrMRWPzRCAUbVpwpSXd2ORa68uNZo6eDsfQO6vTuzb3i2UqbPNIz3ZudA2KUxjDUIXPyNFOT+YU8OCrjDcbVZI+Eq0XAxLGOn1A9iPcJeFu1fNcK9Kk45fiDq5nVgrxc+vowC7GtTs+vqX+iVDTcTVWD6cCVUjJmGPCRWbdnK4rVjn0Tjtet9x+sPEF2nbnHBiFUFjaSMmv2BUgyN8U4mpVolhAux10BN3Xz6iM0mRwp5bJjrm3FS9kxi3LbJtUb4K91J4ONlQoLhtRBmPt4OWm2+LbXUcM3n6jhhQbhDNMZIiUpa4oq4vP1vYloIcfp3jUVzN5jQYxcRW\\/YckuojQJJAqjG1z4O8\\/Fv6z7bA8rc4lbg8OcdyRo+RpeECphAEUAwpXFfgU2iGxgvVnAaeBjn+Bw35j5nLTi0KCNjv01WDXUUHovcZ6dECKhxv7GzM30HN2yGGV9vJEUX6PuRUgnNvaeDmeMMhf9\\/w4yx2R3AfdEqPgzA9cd+3eAgpUdTxHwn3tmJkmRVbdbUJMoXrlltLZecFvrpog3yulg8WyZ1V9zIJYd9asmT8AK7odDg0F008SzvnQme2mkmDHQA+xmxKfcZ5OCW9mJpq4DwCuZ7BlESlH3jt5Ha07iedjez4Ii6FaSpN7uV0XGayJpiRX+sCbvlKRgJA2BVJyc9PST+sXbrWgj5Ban13vA8dCX7yygkRHA87rWY9oldyTtwPMOSZI90mJhpTRbWIEvcSn\\/lpnpEJUuozgf+N03vdgRcW2iWRPfZf0dBx+77czTsXoasUdgKH1OAPAw0IKOQNB6UpYoBaPqylEWkecPcodVOfpW8lxoECKKxaPt9dhahd2iUkzyGV3R8P95xw\\/w61kunq2XUqMnOw8Fea43vfv+DHfb72JypGP2\\/1FCMhuJHnYwVCCyp2\\/JzcGSmdck73RSJUyM90ZyxBmeVR1SYxlo\\/fHDAYQLm2bkexVJteahE2k5h\\/3a5vc6tISO8b2mzKx4gZbQCWM3VylybbAbNnwOaYnlDkrj\\/8J+aGfwsGi431VfmZBpR2xw+3YhglQaZKsv4px2TDWKvITuX0p+YtFLDcS3PkYDNVQN\\/teMAwL\\/dbCca0EgiCEWqHdNkhbIL9v5kXbZDNNA1\\/Q+Z5IuVIAtzSt7MCoiw8mFHKN7ROfwgtGhPXB6a7kJ7TYrdhwLJ7cfEgZP+yXG0bnfCW7aAxy\\/hdd9z4d86ydx80lUgKj3FuT0z2VOSZuBz4NBYb92imsQqNgUfop84I6jjfng56PIIPuW+wBrp3sgWsflhqptDeEtIdeP3NI6DdO+l3TI0f8nRiuv8G+VPYpzXCCr+lEArwsoTALNy4G5FdoPYb59DUEmEC9akApCCZmv8eZ33oxB9gkRGJrNnTdRqiMz1bG9Ht\\/e9EyGCQvOAtBcxkEYtrDScI9GxeUqQmkURsvVb5F+rixJF2MHH5QJ0o60pbqsX9+1dEZzLk+QwZ6YABl5HiVRIy200nut5l3cBBtAm9uL\\/Io9VSfiGQ1Nme4mek03rGR0b1D6GaDWF++P9HT173nylGBRXYmFUGU85DA61BYMrJ4HZ1CXaF+U5Xt1gBZ1OpmKaj6tJpkxq9972\\/6xzfk3nwqhtP+frbj0BjvciEcPyi5M6x+jkodUh8yYOrxDlR3x5zFe+CuTpKlhHWzPSPIihrENO9SrVSBd4ymbk6rwtLAOmXHjce1VOYXCKCZQXiGwkxAP0jRWR35FIhsMtOEAlhRngwJ6evOjHoal6\\/Dfr+Gu2+aW7aZWpheFfiVpIf0fGd06sFEH\\/zFkgOB\\/gSYVECMx7vbS\\/90kj3MqMSSDIPIInLiJv1aH\\/zH33ek5ct3MTOzTc11o8z3vgDrTdKXz6uGRkDOfS+TGTioW6\\/NInxxaqy4+P\\/2y7w5ZELPPbqoKpEmIOL9X5n4PFcJ3bzoPeDNr14itUVqBA6247iqLeW+xhWdn8xZmOnwuRpk60TUlqfl+bbwoFtKH32x3xFmbyddOvoG3\\/OpFsyH1sfhBVZiWQtoWZr7mSyO35wfCASf6MDZvWphTFAF5IEVmJCWphkG0YyLGZHJC9j2XE42acspWzNc6N6Tdh6op52HXnj9U0+DKkQRqwSTm4Jii8OlKhcxkFq9Zn8dwE5ptOOiH11\\/dy0Pmn35Nr1QPFurSG7aQzLTaNij5fGoGMF7P7OoROV9Q2+4JplNQTw4\\/Lja8Z+00S88WBJeLvSL1SiDbQ6O7N45ZCaxjTxTVsw8G1yHQ\\/tYbeTQR9MfsJkedfA1X\\/3O\\/mBNr7mlZhBh9Xoy898o0RvQm7mRClOjXj4L+tKhAmnr\\/m+Y9ww2\\/Vnr4lNNDfyWDbyvAE07KoPYfV+i\\/K2EywcX5yaaL3L7VXta5hv8ziP5CCIRbZIUKNLdyOcxOzFlZ4j+nb\\/FEWhTAwaVFnlgjnh\\/0kUKH1ZvJXwarJ1H0sQRTgef\\/NmmiLSgfG8HP95KgZUq34OX67Ntxaf6he9EFyzEI0+bysvPZAL0ccqgjRX+SzJkAWEQFtra+ZkIeXnyIN3mcGvTINd\\/XM+vDO8dg0HFY07aGFUjbxN3O7iwsLxJq+3YVqma6Cjs7UW0NHDxGWiQqW+92LwXgS9HXShqZVku3PI2p6r4j0C4\\/DpcKlWuVXWbEatYTGTGWpgXb\\/+DkeXq\\/DP4+r2gb3bh6TF84BmU7BQdOFT29DTDEDJE22Q\\/pB8IzRk94+TojYxH9BOoBtsgvZRGxmk2Nx7NeMjk5CPIrN8ndWPrBolLGbYIz59ZCivN3uKOOKq5O0Lz+no7X6GZ1cdPnsZ6fjFQPv2dQ+qXeUXt2ygMEBVQwUwF3U+sOHqBhKXl+BNcRaPbqCCtzS05fUQsJcpqwchRPKIYc4CkdiKAMLa4wBZrzaEJPWduI+PaMtfhnPbtrQwSwwgDw6jDQGZx3J1K88VOMSa7i29C607DJddKtPlPjx64aQBeDJy0Yi\\/1e1GzInMuWUUeQqlvvXeH12axmk0fHw5OxcgP4WmeF5NDUxgcqB1RJ00ybZyorY5Tf6KWW8AYciP9sUJPBTk=\",\"FlightNumber\":\"I5-768\",\"SegFlightNumberArr\":\"I5-768, I5-1518\",\"AirlineName\":\"Airindia Express\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 15:00\",\"ToUTCTime\":\"2023-12-11 22:05\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"22:05\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"7h 5m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"1\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"54ab7-46c97-9f4bf-cec00\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8832,\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-24:00\",\"isGSTMandatory\":true,\"isHoldAllowed\":true,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":7292,\"Tax\":1723,\"intPublishedFare\":8832,\"OfferedFareAgent\":8832,\"PublishedFare\":8832,\"CostToAgent\":8832,\"PublishedFareAgent\":8832,\"CostToAgentCustomer\":8832,\"PublishedFarePerPax\":8832,\"OfferedFare\":8832,\"CommissionEarned\":0,\"CommDiscount\":138,\"TDS\":7,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"CPN4975085490805298994\",\"Fare_Key\":null,\"colors\":\"#00FFFF\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"Z\",\"GSTMandatory\":false,\"fareIdentifier\":\"CPNS\",\"SeatAvailable\":\"1\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":138,\"NetCommission\":168,\"BaseFare\":7154,\"Tax\":1723,\"OfferedFare\":8832,\"PublishedFare\":8832,\"CostToAgent\":8832,\"TDS\":\"7\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1723,\"YR\":0},\"ApiNCM\":138,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":138,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8832,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":138,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":138,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8832,\"CostToCustomer\":8832,\"CostToAgentCustomer\":8832,\"TotalEarning\":0,\"CostToCompany\":8832,\"CostToAgent\":8832,\"AgentB2CEarning\":0,\"intOfferedFare\":8832,\"intPublishFare\":8970,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"7\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}},\"$$hashKey\":\"03I\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 17:40\",\"SegFlightNumber\":\"I5-768\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 15:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":190,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03E\"},{\"segmentid\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 22:05\",\"SegFlightNumber\":\"I5-1518\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 20:50\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03F\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni0uNqw8PpQmZiGbmF23WKI3kZDfeFLH3pwMZMb0YWtXatLbXkEz++d4E1iyVaPw5fxCsrT6mVWK31r7aIcptQtzwBx2lxb+mELqMJy4GbC96KvOURd9R+N232miE9eVG8xpxwT0E7PXYyDXyRc1verZ07dT1gf2VwUdpbORrjnRVrhZG3QFmO53myLeKHAysGTwb0LdJUT6besKH8lvSow1ii2viPeqGw0AfRjcL47Z9C8w7zMI+lXbuLn\\/LVuNQiilJEQTSb5r9zsRVw\\/dak580rZHvR3ApapHDh326jtxrIKa75Zfhma1ktCml0yUeN2JkHrCEc1VholbnrtoyAUaIERuSg9YfrWcu3t7g8F\\/J5T0H7lcLPLiNHVeqtUT0dsvrpx+iBCCys03rzIAqtnDSqJ8FkFNpMqbEppUg6sw+JT2sENcFjJs7e07jKHk0Bv+wu2cCE+9vpIS62zrhPnguqsnOWjwts+Ea1JJ9Ge8Jk0Ux3Xd7XN+4xNcS0dfPIvX2ayIvbBFJByDFeCDf82IuNoLZlxZXZ+I4Qe5mWI5hUXvnBt04piFeZpy6MovWiLEjWG+kigrGX90Ep4OfCD9617FPsVfHM+Ud\\/SPTmAyphygqO6HtjVtjlMn83BYt81ICyK8+UuI6erb0qsm4pMgPm9lwGiewI2kvG+8\\/DjfH\",\"$$hashKey\":\"02T\"}],\"apiTraceId\":\"CPN4975085490805298994\",\"SearchTraceId\":\"54ab7-46c97-9f4bf-cec00\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"54ab7-46c97-9f4bf-cec00\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 14:00:18\",\"IsChangeSearch\":0}}','2023-12-07 14:11:33'),(1887,'190c3-4eb55-26251-81430','{\"FlightBookingData\":[{\"EquipmentType\":\"32N\",\"FlightNumber\":\"I5-768\",\"SegFlightNumberArr\":\"I5-768, I5-1518\",\"AirlineName\":\"Airindia Express\",\"AirlineCode\":\"I5\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"190c3-4eb55-26251-81430\",\"apiTraceId\":\"22-16-4024183922_7DELGOII5768GOIBLRI51518~96924595522595\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"15:00\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2023-12-11T15:00\",\"LocalFromTime\":\"2023-12-11 15:00\",\"FromUTCTime\":\"2023-12-11T15:00\",\"LocalToTime\":\"2023-12-11 22:05\",\"ToUTCTime\":\"2023-12-11T22:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Goa In\",\"GroundTime\":190,\"LAYOVERDuration\":\"3h 10m\",\"FlyingMinutes\":425,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"7h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Bengaluru\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8930,\"PublishedFareTxt\":\"8,930\",\"ApiResultIndex\":\"22-16-4024183922_7DELGOII5768GOIBLRI51518~96924595522255\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7292,\"Tax\":1734.8,\"YQTax\":650,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":410,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9026.8,\"PublishedFare\":8929.82,\"PublishedFareAgent\":8930,\"OfferedFareAgent\":8929.82,\"OfferedFare\":8929.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-4024183922_7DELGOII5768GOIBLRI51518~96924595522595\",\"ApiResultIndex\":\"22-16-4024183922_7DELGOII5768GOIBLRI51518~96924595522595\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Xpress Value\",\"fareIdentifierSP\":\"Xpress_Value\",\"colors\":\"#000000\",\"SeatAvailable\":1,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8929.82,\"CostToAgent\":8929.82,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1734.8,\"TotalBaseFare\":9026.8,\"BaseFareCal\":8929.82,\"BaseFare\":7292,\"CommissionEarned\":96.98,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":410,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8929.82,\"CostToAgent\":8929.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03I\"},\"Segments\":[{\"segmentid\":\"554\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11T17:40\",\"SegFlightNumber\":\"I5-768\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":190,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"3h 10m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03E\"},{\"segmentid\":\"555\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11T22:05\",\"SegFlightNumber\":\"I5-1518\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11T20:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:50\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03F\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"20:00-24:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02T\"}],\"apiTraceId\":\"22-16-4024183922_7DELGOII5768GOIBLRI51518~96924595522595\",\"SearchTraceId\":\"190c3-4eb55-26251-81430\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"190c3-4eb55-26251-81430\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 14:11:44\",\"IsChangeSearch\":0}}','2023-12-07 14:12:09'),(1889,'0f998-ce3b7-96875-682ac','{\"FlightBookingData\":[{\"bookingId\":\"DMC103579558525\",\"bookingId_TJ\":\"TJ103579558525\",\"FlightNumber\":\"I5-779\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"0f998-ce3b7-96875-682ac\",\"apiTraceId\":\"22-16-6333930965_0DELGOII5779GOIBLRI51455~100555430070319\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"TravelDate\":\"2023-12-11T04:35\",\"LocalFromTime\":\"2023-12-11 04:35\",\"FromUTCTime\":\"2023-12-11T04:35\",\"LocalToTime\":\"2023-12-11 15:30\",\"ToUTCTime\":\"2023-12-11T15:30\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"Goa In\",\"GroundTime\":425,\"LAYOVERDuration\":\"7h 5m\",\"FlyingMinutes\":655,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"11h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,044\",\"ApiResultIndex\":\"22-16-6333930965_0DELGOII5779GOIBLRI51455~100555430070319\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8366,\"Tax\":1788.8,\"YQTax\":650,\"OtherCharges\":663,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":464,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10154.8,\"PublishedFare\":10043.54,\"PublishedFareAgent\":10043.54,\"OfferedFareAgent\":10043.54,\"OfferedFare\":10043.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6333930965_0DELGOII5779GOIBLRI51455~13525457790505\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":9,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":111.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10043.54,\"CostToAgent\":10043.54,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1788.8,\"TotalBaseFare\":10154.8,\"BaseFareCal\":10043.54,\"BaseFare\":8366,\"CommissionEarned\":111.26,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":464,\"MFT\":1.8,\"OT\":663,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":111.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10043.54,\"CostToAgent\":10043.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":111.26,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10043.54,\"CostToCustomer\":10043.54,\"BaseFareCal\":10043.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":10043.54,\"intOfferedFare\":10043.54,\"intPublishFare\":10154.8,\"TripjackMarkup\":0,\"TripjackCommission\":111.26,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":111.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10043.54,\"CostToAgent\":10043.54,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"719\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11T07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11T04:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":425,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"720\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11T15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11T14:15\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"PBAF\",\"Price\":0,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"PBAD\",\"Price\":0,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"PBAC\",\"Price\":0,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"PBAB\",\"Price\":0,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"IB30\",\"Price\":0,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"IB15\",\"Price\":0,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"IB08\",\"Price\":0,\"Weight\":\"8Kg International Connecting Baggage\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"720\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-6333930965_0DELGOII5779GOIBLRI51455~100555430070319\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":250,\"CRF\":50,\"ARFT\":12.5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":500,\"ACFT\":25},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-6333930965_0DELGOII5779GOIBLRI51455~100555430070319\",\"SearchTraceId\":\"0f998-ce3b7-96875-682ac\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0f998-ce3b7-96875-682ac\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 14:24:54\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VSDB\",\"Price\":250,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VFPB\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPMB\",\"Price\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VPBB\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMFB\",\"Price\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VMCB\",\"Price\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VIVB\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"VBKB\",\"Price\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NOSB\",\"Price\":600,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMTB\",\"Price\":600,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NMBB\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NFFB\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCNB\",\"Price\":600,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"NCBB\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"719\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"DEL-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":250,\"CRF\":50,\"ARFT\":12.5},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":500,\"ACFT\":25},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2023-12-07 14:26:09');
INSERT INTO `tbl_temp_data` VALUES (1891,'10cf3-83d59-797cc-635bc','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4954851474837290792\",\"Flight_Key\":\"pdLjnWBU9R+OcPglB16unCWdNvRnq9s5fY9UOKc8FIcwnDJB3qeqGGwjjL9nGmJ1ulUjvEpIpqDZMxnr1OUU3\\/\\/\\/NaBDRuLGCAvlPa+anP1EPmr93A86Ozry\\/yISstZbnctJYhlMrnkbkCSdWCxxIWZ2GH6fNisrJNXO4KU4i5JHjxNMbWhiRmNeN51H8G6pgViWiRJ7pnh9KVhzgvk6F1GphRMCPfSMsv\\/mEI84LiLnWRSlSkIhmzIeN4wlxg6ZWzCGGGi6egksW804zUbglhISb1CKVCSHye2BI5yboGVNbJ\\/zAKmLQEKhPtkObsVmhekQlv3HePp9Dtb8\\/ABa8VEsbwPJut5WATGp5Cn61kwBKNTZD2sFu2j4yfEBpS0M92RNQLHNPS0VnXuq\\/CH6v02jxsGTeB+STDedL+MF0Op2zA76rRnMRbVhhnCJKZ2n2CoKVO6YApEH8j2itBesr\\/o\\/WQMa7vRgc20Gcu+XfyFp21vYb07aWo6oHxMiEb5x+ueVUXdq274NoBwWR2NUOGKKikGbyOHFPibgiAJDINnaD02J7gj8uj3lHb89fh\\/j7tALXwhrM4OJ8wBgyGHvHGEfSDV6NvSKVV8ezsIShV+x8xylbWWOVhvvj\\/xbMVmmS0Vdsxv0V5lf8zKkZsy+EbXYHKWzut0gBf3ZrQHxsA2yRAn8vYlZq2Thc9e\\/4zVSWcY5d49v5TGpGcZSO41o5Pw2\\/bDtihcobNDRoP03v8txLoy2f6soAi0XIuibrHGNF2FJ3aGY4K37NMPEWCOXs6TaD8D5Ay0y7vvcsdkz6rLyeGIGjLFJTZNIAFUMyx\\/2sGOUcUecHivXWaNtG+2RoE4WFcwE7Vd1Aj8pAENGvNPZ0AVXCeot\\/5fEb3P2hyo2GQI37BktD0oOCGBRlR2mXWirEceUFtvAQrEgFJB0GgdrHqN5feouUu0GQj27Coz8D9V4bxVZFm\\/mMaYs5YoKNeWBTLLvBXzLoNhX7pi9dBaQUUFxSRsKepmY7OmUtCPZzqG+1F4tWrFZC2V1ofv7bDasdEMrZTPLwe5K8B1Vq4ZkBJtAl9EaH7i0RCyCFrtby6uq0tt\\/tJ6nJ8Dt\\/QahvL6cbLyfqIXfgeLCP8g6FmfYdet2U7fG107v6dE6bYQZJTbmmMbKjp3i2YV3uy2JMuZ+tRUB\\/ewNS58NoagF8hJFYL+kPCxgmYeYx4SP4ySM51pdPRkLVdBw3CcvBaO7l4lMOskLhIC3StqTaP26k2XaFI5mDdvDaB3eC2LvL+bqBjBS3a3s4sEZy9WztOxHVwAVEZ+wNWBBQ4F4lCPm4bpyN8TV2D+lQ5oQBEhiH6fP2PcoE36EUXLnM6akLPPYvuu2ahA+ClotWp6HleI5KKNEvwYXGcgHShGj5yE9RdUONidIMbThpZx1hs4OHnSZxmuTqyeMeotJlVpFb5MDftpTfNPk5Zzxp9ut4WcclpIiHUrN7h18l+iTH4JeqUSaGI3w5zpzTL0OT9i+Bv09kedQJv88+hQSjeMQzmwwFRBcBGeyST7lpVWVi7o1J5sBLY1\\/HVu+qn5TQhfscWDUNEEObWlEeV7M2MQ\\/Y3pF41WSKmYyiklDRn7MR23ObhXrxvNuLMaYUak0q7QKEWDENb7OaPeUv4V\\/rhStomBtLCqL4CMDLx0VZbvvihJCzGZD1ZTGvOER+eX1jiukArUa\\/svTgfNq+scnTqKS4o\\/yopwSHCNcaOLL+SuxFokSfnZ3c0vm+QEDuo\\/yCx\\/eVd0SAxHkmQgd2CsH\\/1MRkBzdb+ebxTCfV4j9BOI7gR42jQY5HQu+SrbpSvkjfd+989olopeSlcUiFiWgLt3Cs+iyC9v8KlcmRU0dMWGsGWrsFS6wvVbFpQS1XA9izFjnn2\\/WtCtXcH2btoKJy2Mdj\\/58syfwzm1rKl6dOKKoueVfxpwE4scnJBVCeMYxco6fuuT\\/KqTf5lJc6lEM\\/eAbkczUCUFL\\/lNmCqUwID7jUEbxaa7aRR0cPSnaL1GXnJg1xL0Q3PaJCG7WIBX40QbK7AHW\\/EE5Dgztx+l5PPKCdWu833VfCnjH6YFwhUCNUBQK1eJ7u7rxR\\/0H7cTYnsZxeuSMm9Uh6\\/SrUH1Wit\\/jjiHKoWn0qsFV\\/Kg9XyqPn3tCPyfWbbK3f\\/tFfXk\\/b4FwyM1vVlHpGqX85OsvGFO9AVIX58AdOS9\\/TconNTlZ+BSMQaFyyOvzIuPY56TwRW16fBsX6B0awQvfVblUUMUbQm82zp\\/V82LOTxDvITo5+7xPo+hnVlqQMwh1rX32x1yunx1aqcIPejpvJsOW\\/bmWcExZZhRsGmIqbxZ1pYHJYcmcSAx9VVFnzcaBRp\\/E9DCUN\\/pFR6U4SP2ZXnckETTiEhNrAWmEN9fPQxkb+TqIGWxfSwWS5GDlJZ7gUQ1lD5grHzhZxrfdF6eHlsGBCXrAAmDdjezErTmzETiiQ71YtjPWmYREc+GTvqggBTCYrykYzAy706FhvAOejI9WAug3ILEHhBNufNDu+Gxbofv2FL6EI7c45Bdh2XJ2WyuEL7ekygWUREuNMD2Luze3pDWB\\/zd3c\\/0lCt+6sLm\\/c6\\/XIl1nTqLBCN5A0BfrgfEpeJJmCrn53zmRaiM4ghUgMo1U6F7ic1MZuBcxngJgydGZLPhYjaN9hZirBSZXf5miTfA3DE2jFUgHhcO3Dg4cxz4Nu1rYVwHf5zO+MUrxDhqBGjrw+eKY2YlVimrJ0UwJduD9H7JgbUDm\\/6SzzYoTEtw+SgdUoQtqF2PYEWUHAuRPf\\/bAhoRHWCoXgT\\/6I8FaAuGx70RZa09KplVZ8vil1w2cpIMOXLj3CoTBJrm0c4\\/g9eGeyOtaIe\\/hmaqKGnHIih6FMleo6DPlvI2OIEMMC9ZnvFPYnqoTRNBjrpBRhM3zVz3lP4AQJXnA36pf8Az0x1FB+f80HfgBzQYRp8Bp6CnNKMGZmIaerOA9EF592jjc69BwJZoI5tzZX2ixuH76Bd4LNLYLBpIauyk2fGvXtYaNR4D\\/8NW8WIDa894eM+P5d5FlbaPDuAaPY7NfnKGA5z8kE4Qccktm2he3Tlc8IH5HUWpdsxS1bmCjjtBmmOaght2no0bHhyYaH8r9Tfp1cGsDWhBMgoKXgnn3d78eUN9p4mLJ1rQn2\\/YSoIzmtOlVPCiLQwN+Gm8Q4MXNUrTmLbys\\/oUJ8AbBEnQH+REwFp4nMbGrEpJ2Ti0gjiv\\/EqVW4OiUvB2XMqTtLscWQQrKgj8XR0o9SWdzDhEYTHtNljBXUYC8DXQwWx9eE0XSzK9LEZB3HPShK57r0dD8SSHHG+MTzYPQ3bo6XnV6Ci6vSucQyFgYmSjWz7GJ65pV2mp7iQK9Wd1BHm37qXWy1za9Z2HClwZphDZxkn7kQhqcXjsdmZRSiwCKUY+6W\\/6IP0W5uyqMIldYxbk3RUsJZ+hJtAvIeie7M3Zma55rlQSPi5phzgbBgYj15hoO9+XnS05jHksF2NS4WBUolLfs7+sbHCqNyRbHMT5DL6ZjO57Fvrp0FFJNJIzQJH\\/fQhrXZ\\/rU71fkZEcOCcKRRMmVc877LILjikOtKGuoNu0geOMLu0MjJughfHQ41lBBts1blrCqB+mNquOyKguFs3JBD8cosozim3hYFs9OaeTQulxzvIHjEgqQdw6RZpXZNQ6PKRSLPSHbfKmgTwFctenP15HDQdQL27ERB17x0UKVRIKh\\/SW7Y1D4wnprZtIlnut8WXRAY2hVvqMxRnI5cZwBaeJjoz9PCZrnSx4Iw2vRNlekYvt8lvXSoWTo6KlGVxbqRZcYV9czgV44ZDCCD3z3zwhEjHYEglrF0IlpOWjc2fqtutRz1g3vOYM3YmfD49jg5wyf9TUYWIwLvXa3+sE5vQTvYPr\\/T8i5t48muEeMU8oJMtYhIFJ3IfJ66C9gJERlI521lRdphiEEW2HhLxhKL\\/u2\\/uOHC0nVcGGybqwzSMXpBd4jJj\\/LjtBfFud+OqRe38TYzvYHtdM2jrja79Gx2sjZz1ZczcQGdhpFyKouR1q12FeKWVcKG4vrjmpczrJRhPPHhhh9MPejggs4yvXtQD8L1YngQ97z8zlEsI3bwwz6LALv13Osp4uFKj2loELaYHkfKRBim7Nc\\/z51QJXGpEv0R4Hl7EDKCKL0ubUL8uISCTNlyVLe7bOqNLmqe0yCG4Ps88ksyP18j9K\\/wWs4aw\\/UhCdbB2Lz0oeXzfMjC\\/\\/zXMPdn3dDQctdZ0kcI03dA6IwMhSmtTOhAOXhzpJ9dBmrcU4BUoaDFGEfTH5mNZtj\\/Y8z8jHWaJQimPTJZFoXLj86zmF8A2LpeAuthgm+7x0OfMS9obaAuSTi6Uyo6HCcXncL98OJ4MjqmRRw4jcYU207wMLUrLw4QHJfPvnQFQLn8S14gKr59QtE1xDIhMR5xUdN9PalZ4Kpn6s2IjKAByPBaPVgQgXwE9ngfS7V9e91ayisAwnM9MJatWAliGeAijTgSICAwemAYOLuaGZnzz4R7qJejD1dBaezktsyLzRW+pnWepQGKqEtUso0O7XwDfEnqn0IbNKjPs2jvKsD+mRoHP+WW+EVl4MAoA\\/qVS0FTnmNicXmZNtSN0Px7WEXYd+SSti\\/Z1+9aug\\/nXbHvSVf8hTTN0b\\/f\\/HsykySVMxw0KKlkJ2WCySrnukc9OrIvqm4ojkpl59tL9hoTN+9bPSpgKpES1Luv453JloRRPkTdLg\\/eZtbkDw91QZB6NpKStz+x9qQREwa7bODFAATUOqGaIUgL\\/WEBvIjYKojzQciavPQgMyH9yJP5GyIPU3YG+JtjZe6Vip3RKB87oWAtZ6nH1Hb3qvis6QE2X7ReOBiHrYl5dSePGoEstjKYNURN8rWQJJV8lGGJz6+yeNgHNliMHOl0GeuHy2CoCJy2NY7Kqg7xwrKy5T\\/\\/\\/vIfAhWCTjKy0aivW0gv+h9SKcbNgZ+mTX+WQmpH\\/3K5HY2Qsagt9mfDjG23lzqGYeRKKvSn2tRrN3HlNRAAz9G2LMzWFQo9Fal7+Q0+YksQwdlrOKTapryIw0LUHPAPuESl3DFtVYEx9Z6x3ozv1xWD7AFEOWupGRgkSOFUDKtKJsC6FYzmuugj+XWtyGsd9jr8PDYvHcZaJr\\/ae59VCshDfi2PBSSBSATA3zifGMwuF7t+wpfYX7wPt83WuuMS3zHjDZWUZVD7A0wL1LZHgIjjDEPX7q8rm7lAN8jxTcco+gxxxjlWddrOS0HBnZs7rUyOiOKiUa6mWCd1e514riYQ8r6Yxw+N4kIK7AjJIMqsrBNU9oOd\\/UHOUmrHeappdpOC25pPwEnEdGcP7OI+dMVoyhGvmKjtAhfjybE7\\/gWhapg0Ew79i7vDg6d\\/n9KYtz7vMZWa78eTm6DexYynEt\\/EAMnywfKQNz0UQAk4w0nmQQPT3YM0dHGT0tt8VnMgGshYVKirW3pZojKdOEyaox5AgY0PEPx5sUlMj88Uc9NC0YkE4dVfExHzvVysOjM\",\"FlightNumber\":\"6E-6603\",\"SegFlightNumberArr\":\"6E-6603, 6E- 901\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 19:25\",\"ToUTCTime\":\"2023-12-12 00:45\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"00:45\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"5h 20m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"11\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"10cf3-83d59-797cc-635bc\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":10279,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":8362,\"Tax\":1969,\"intPublishedFare\":10279,\"OfferedFareAgent\":10279,\"PublishedFare\":10279,\"CostToAgent\":10279,\"PublishedFareAgent\":10279,\"CostToAgentCustomer\":10279,\"PublishedFarePerPax\":10279,\"OfferedFare\":10279,\"CommissionEarned\":0,\"CommDiscount\":148,\"TDS\":7,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4738830578803104130\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"J0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"11\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":148,\"NetCommission\":180,\"BaseFare\":8362,\"Tax\":1969,\"OfferedFare\":10279,\"PublishedFare\":10279,\"CostToAgent\":10279,\"TDS\":\"7\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1969,\"YR\":0},\"ApiNCM\":148,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":148,\"AgentMarkUp\":0,\"CostToAgentCustomer\":10279,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":148,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":148,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":10279,\"CostToCustomer\":10279,\"CostToAgentCustomer\":10279,\"TotalEarning\":0,\"CostToCompany\":10279,\"CostToAgent\":10279,\"AgentB2CEarning\":0,\"intOfferedFare\":10279,\"intPublishFare\":10427,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"7\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 21:55\",\"SegFlightNumber\":\"6E-6603\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 19:25\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":105,\"NoOfSeatAvailable\":\"11\",\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"xM5wOIburYcl19Kd0C5B+E3QAeZgsnnHOT9OUMReb\\/7k52o2iZe9LPbZWkmnPjngBcvVkq5mRXRgEp0yBXvi6\\/b05jw4yvlNAj\\/XKz+rxGgpgT6quczytel0dVVDIxhc\\/vzk3J3udR8V6Q+CrrigJMV0sVQHroDheK6T+R6lWQ2rCgcjsikUOipK\\/qFF9j89D3gEdq25XNfzMKMBtSS3HDH3peCumsDvzAWKbqHOu2q0j5JUIof5O7aW6y\\/BxSRQZw6KifzeLDs+FbTwusy3HvF1KTy4KNFiXPqg16SGtSgNuFnlfa0PavmK9CS8bS30nyvG1OgqKCk64eChpfYFnc\\/\\/ww2gxAuD+ilamzdJE\\/38mFNwo0VWXWbVO94c1V0VbDQOKRXf4KlZQigvVrgm2k7cw+XcwDHqP6Im7hBPv8jllwltxCxEsZaRmAJMfp19rOA4NA5BgnOdGX1dXgxZMCDj1DVtI0SVVmGKx8dLW9HpcbElUtxIjn5sxbYiABHtijY4FNe2Nx2OKt59mJbiQ\\/TP3BbOlmSflVXS79A1J5W4QIrKSDQ1xiry1Lu8uMocrA8+3QCwd3PjxUZVTPPn83Y17zyVP\\/HUgWLv9uCIuDI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6QbAX4vDcBpao4nQKCGU0Xykj+XBv0iVhoV1Hd66ncnqjtpDnTARxGrEUNWBojhbs9wxw\\/STC+6E5rj1Zx+8wuS+i+cvxqs3R74DbJmhbAsVAZatBjL5x\\/j2eKW0O0AQIPxcBYDBhuWr9SoMwYK5nOuSc7fYiBBTfCfd+4G\\/hzDWlVKF6LlTZDctMXURWKpqyznknVk61euAgpDZPHOLUVjssPwp96VAxDeTQdekunBqhKO8J+jjezrNb\\/+FJ8HCaW\\/qQQSP4c84HcVbK+gZAJO8EKznLKS5+kHLfEogCP34iEzq4s5DUVJLsy7BBJ9WoAq\\/fPFMksfZul5BncqgY7WfzUZNHxaKC39ZU1jI2Aa6PHddSVHVVX+kw9YI6vZKmDHHONVF5kmYDg0yIVpvNsZV4hXLviV\\/x0DgUPgmfuTD+p9Hl4TGE5xcF5z+GhB6A8xTgYejwzbPywIsmyQt\\/9jEJK4D+O57ZOeVL4llHu3CKiRXjwz0fR57fH4qz5r4SvK8tJVl+2JakV6JxYQ2tJIYcO52LDHx6OxrvfFUFZeAn7rmPgK4B4B3UdfYEmH5Vsh\\/CmuQzQykhwf0AP5mVyM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALd7QEz0WzA4uu+K0pYMFb5YshhZ0j7\\/uku36r42zNXxNJ9ZPN9VQtkmJqqMltBxM\\/t8sILw4o6ZEv20YmK52wFCVTF7\\/DHkxKFTpdeRkeVzH27uAwGjIzGrbQpK6hA3VqNpoS1oYRPrwYGTxTitUpo\\/uH+l+7lIXlHnXYNIHHU\\/vsk\\/lpwuprkBWmw4ynp1UrGKXDqVKJznbCt+a0AoQtIeuhoByqGhoSZYlBvfbNcwVsr2RvIL+fMCjNr8is3V1nmLPr6EU05JyrJQPuS7z1anoDZEZLqJb4\\/06AGVzwqtgg+QqDFCXEVXdPGzWcI75+COIytsyDN9oCPHG2sMbr+EpuA9+5ptUGhB+Y9LGpURh6YJnOBJZqwOUgk+gTXBQFPXKhYC7HWC9tiGiunD6E1D5XJp4PFLdSs4vaoep6k6bNi5lHhKVEsn3B5+emaOl4BwnZZdpS8EAtoAoNGY4Ndn7sEweoRj7DUyQvuWWjaRsvRxxKM5N9\\/TZGfsLuQrDl4SAF9f25MvVzu1IkhNECYXvcPNJ7GwBhlgbCqRieiw+3CmLDWhTTuKnPtUaFePZUwNAH7FxBDplzzXQ\\/wWBn7o=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"BWz9tvLa4fX+KnAmB0cgVxroIkB4nEqywY2eXPGtQKE0lmumRRg4JLLBuUaYXvjAYkerc1xnqP39jJhcFUe9e4ciOnJHXaiH6yS4vD6l30drOBbnyDLVaxF\\/bLrRfLsHSUV04BYYjk9CezEhjUq9KGM9wpJGOSaDaNQA8YhpiCvQXCSA\\/kmTZNt2YnAkgv2Oqgfo7IMGwYM47xVMTLtibvy8CvhrOuYACFFNMhjpb7gTx2NqE9yPHP8KDishsjxiNj4XYCVga0qM+j1DlKqgjZzhdG8ltpHCYTZ0wcuGXBpmh5LzEhhVEF0NeMqf0ebd+w7Jxzkt5hciG7HiBxUoAPDoidDHeurdL1LcZsrySARGynI7FhUrn+ZRn2eCrIwruJ3QUbg\\/WxiD2OrvQc+apfEZuRXXh60HS2NcOSBSLoLpDBehkfaM33f43mw4mCP+3oDQr5sg9RuQE8AjVOz4U5hltwxa4luXQ0zB9VSSWN69mZ+Dgnt2ZmZ\\/oMRRqeVg+3xvDMD1dL+qIAGLIvAcSv87jJ44YdJMAoVx0rHMeW2Ksz7XOyR125BXDwZOyhwg6lpvJY3PimkCg44IGmVVZW82BhKJrz666zYPEx9lxOE=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"E2TzbvuY7PgTlEVTRFM6vxXbdysaHIHrwqtpmD22LRejq0o4mxSx\\/UIvco5pLtaCuRr\\/yNIpVxfI4vyXJO3PZcsmKi+usH4XJfX7blw4YsW8Bnu21vDIxcO6zHAODym4xFQfKytUz6HeZCjle1h39B39MZ2k\\/FudO3dj9J1B61sjp40MDN6N1VLlNiUYFjChX0VniJcoTFYOAKlbkQZwi+pjeF8g6ctbZ8uSOjwCVc0GAq9b1IcxTg0X4Kv5Yq1zfpKFsfEwkD5IVl0mtdCjarj\\/yNSEhoPSdQXLU4cyuaAfM7s35B4lP0Jzi5KDMB+rCPvvyrQcCM+N709ab7YSLvhnVaxYDWm8EkPDENtmozPpfdyU5NZSlhnEMlD+QWW6ng+BzBN9k\\/25FemYNf5QxIlKo\\/\\/6U8BaBJMIMCKlLKP+5Hj1mWPCKOtWm08AaRjut7Woc2DA25FiAOGCzU7Y+FbRPRrC69deE3slnHCR\\/JKorCtAt4+BrBYeQRQhBYlzdOSX4rVxLTrkqNpRzqJJ+AcpVQBJvK3CYZhTozc798pFUePAgzCA+9m92zRWDTxC2cQ4bcNXZrDBFjNDd5gnyx++aR\\/zX6xgmKwMGgxAuBI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABMApGgd0AXROG1oSrkWqv6valWj7\\/hR0Q17V+CyqmRYLFw0NLsaF2n48Br7DMpCpyql6M+KD2YeHZWCClkk021Lz5RfOOatHl3XcET8+NsK7RV70xiYNSv1vIjoW3sDIpO4cisrDu0uIAydWDtbIuBZe3gU0qlQfs2KvKO\\/CoxpTG165bxDwU5Jd0fLYxA3WmDYc3tqSasoLDUOrkl\\/Rpx69kiQYkhWlBoH2pe9x3xF+lSYQfmt2c\\/74UFnJWxeY3RdhrYCE23oEJlBEjXUi8Lz9t1lV+zXrMHHG7uqGctszTx3fInoaP7wx\\/SgUAsZZLFdObsyYufmS+1ZyS8NQvcB6ouhzLcul1g\\/eiG9uLa0kCLGYVDUwfQBa1+eHav0PhZSt3RMnzHToLxu05ExPxHS6eziyRcE2m1vlEwmv8\\/si3PocJ3PfGD3G29PiAbPjtQbpGU4dy64cZO7N4MDM81CNlHQJxX9\\/5GJ1ymGjV1mtd2300Ha3JIDZNx8jYhssCu42YMbeRU7edv\\/0jKQHd\\/AkOC3pUr54ROzSeG\\/mxDQ5KguI8JBS0Ss3WPQSVjBxpDaXxGVgM+3LDustoeFjj+E=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"3GtRp4mg4M4veCpjPxkQT+BjJggDkYeAafr2d666k+aeWVChAMUUWRZzu1C77dXkho6t3mRUO5Ea2GhI3V+UDApoSbVF28J72edP5krNNEM7szcxKbQk51dxKROg77AbY02EpUncj8nWsCc2rYzusv4JKUclEJUMa0fiHqtfKouynEj5lnbWQYPl871AQ4zBBi4w0mjYR3+hbcUosY4Qt8b2sh4tm4ykDuf2C257Oskew1yOJLPdq5cvNSSWMr2xGPYc+tfhqJhK1x6QDDmRjlcXNuWSKmDzVjZkCNjHiQjahEV7BLetz0FMLB0cbQVAtIGSLft8GDK7RtJ6IryqJ84U13qs+S\\/e2zYvEY6Qfe7HlorPzQNojCPFPdzWXCeDxuKODEch06IkdOB06IAsgrDSahem+7Smq1d7Vm5TOJZHTmNw00P8H1Qjsi7\\/zuZ3K94O4J8blbV1+5eV5x5mluluuRk0FsVxVEZwUfFfWQFW+Zdo3JkFYQfTI\\/4wvekluGlu5ZM2ln8c3OYqxMYW7wdOh2FaSuAu2cfTl8upltk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"SqKbshmPV6vuFovyHiwjmcdgz4aNflScKMOlOY5eOLiAG5LC2jOUDksEOYXVQJwZkwnzfvhpbdFrs04FF6vvjbXGn\\/TYFogZCUVE8+pgX70526evv\\/2Q0cUyRI9qDMIrIcSlHWTV8s8vNzvSRIWmIcdbA1MmV5\\/ESTsIr8An1wSig6qbh2BnCvruhPr73GDmk1ojnmjIsrU43F7\\/H5ZSnTLfJBjJoe0jrmfbByEsMlR1CY9nhlL1mhAWxljbx4lIqfHMRCTcvYk2+F3Dttj8qocZZIKw15RELEWB1vweF5LswlKPsw0wGbTS9Lvm1uzuD4rEBuXP1LSlKL\\/X41au6aKJyBQYyyEhsYT7+l4shqSgltjAUshbKI1zvs3J+KWnJtK2JxmwI4XQdxp\\/FIK3bEFD\\/t42HU8uFHYjEPf4eK0n5XUvX5MChWae0UflQgacFLGhagPLqBavl\\/52ehGp271ikQYmSNYqLwSUOr9r\\/0gvIgvzqGtdrnvlWH\\/FayD38HUeX1xgtgVko6uvTGpVRP68Ag1JvRh0DHZx8fcXLNU=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"5w3qWdi3SNxra9VdaafxNFPYfDjP7GvY1mPIM\\/XMn76iJsEsvt+vDBjMs9X46kWM2T4CnMZlTNF1QSSIxOP6vxq0+Rq1WJi\\/0\\/UZLukNOrOIJEOBuhq9qIe+cXONlmkBnoxlhhuF21xJujkn0z6lJmwgR5aYNpsnuezxrYVYKVBZ5hZrwWDL8rPGxm8xCocWxOU6Y4OlNtmc5h+WHpbYh2tVnV8tFTQCHfyY7f9nNGLSe5NAOAZX4zvCGb78LfoUQZ7d5sGXvwKGTPnmBcDMB+x\\/xbzt+bS1b0FKwR61KnU4KqovtdO32KDzYYAez1ozA+gbQMJkglhcWMnzWqj+0ONSvw2q3ghycFvwyYtiCI2BmgKbw0VvKotizmaTKTRnFTNcN7fCnsVDyj+zwBZoID+hnhriPe4Cusk7Mlfsl0rUu1eQQ4WV1mC7MeX\\/rPhS7UkwaCqxY9fpxTga0GIkXDSpnFSpuQ2Z7BoyA2BN2t4QyPSYRAMcXFT0bIzNyOUOfKNfYpeyvxGYmql0vb4Lh5cculOwMBhu1MFkbPcKXHqtUi2q6LVzNVhyHYFBygM62NrzJxlnyXf\\/6v2xiBPW2A==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"GtZUX6PcCvroIiUUjQ1K5YT4zDbeGgfXVhQ7HGP7Kmrk+dxC7MHpjg2SnH3keRwTaYX+w36l0xCOJMmNQOdh1FW9kYrnkQsVT87EgdexqSXrseETvZ9U+\\/E2+pHlRVZrMAGYRm6JHdq+09PfKYo6vEoWJpWFuc5Hd6WjKJ86YraBWzxyc1vJXvNqd3BNZBOC4xS7xqQbm7ClG2XYwD2IUsP7gZeLC7TYihUeZag1+28p8d\\/TI2GNm29tWnUuJEHS6fNsECJrgrLCmeiGZE8UopC26565WxSWyi85y89M11gGdmGFUkm1jASFNvUYZbRnijTA2BWBbBs6ovx2KZfeaBdNlvO+XznJSawhpbex\\/xarWaFmL7Ib\\/gfc5\\/8il2kWeakyRJ8NnbC46hjZf4TkvZgTdCzBMGxzjRxYDwOLZe4THJjsB5g\\/hxxvSe+YtNWeeqMHOZN+Hf5yTrktnSmCaxUaayhlL4WJQTyExxP7PcdknBCqqriWBX5yOebQ+gh4oaoRqYGLIKhSO8UG517uUe1juTqaVyxG50sLi4CLj1s=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"zF3R0d\\/kr4d5EyVncOIW4jw8JsGflgT1AqLFyz+Wp+nd+pXNtiYCWlWQcpW004g5vLImVvBAiI75sJbnAGCfCJsOQRJAVvHd62szVuYqoNtBtz9QBjwAA\\/vAamgEKxgot00lGxXmoiQxUb8tG6LNhg54BGb+B+uzIC1tpqdRXmzFvof53icx9jAFJBDzpuR3z+\\/pPjkLQzKgoWlHAVEWe8Hds40Fuu\\/Yq1On1DOLmGhT7dM55mXCM5XGt+kcGUuuY+94Xq+J\\/RZ9l5L6k+961YCOJHSxKHLrarvLNrP3vjVj0MeECFZsGtk6trPbPccmgI+n9Bln9DSzMPYoFC\\/hIjB\\/hznJ+6P7ITVUwR0tVi\\/\\/DfC3ZorJtYpc9zslrDZDCrTEN+NzCE18BYtfwg7rkh0PyO1K5mc7+bKOZ8\\/mV90aXK2rgyLqcV7CvLaXPKvaiBdEsvEdYyvskeEKGK0uUOm+LaBoIkJ6aYWdIc87MReqCugadaNe\\/HekwRlqI5Jc2HLBfGR3ygLkSAOxtiFV2v4IaHPxt0FFPv4mLM3Sf64=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"0vbqFCJb6WgZkNmyO5iwym4E1JwipW3VEdrLayf5Z+elCjrstZMlv+PZe+GXUUrkY08ihq0r4HuhkNO67ykbwd93F2fIPs5v1Uwma7MOARucszyDRS6Y3qI6gE1HlOwBLoV2cEo71k+1B1gMQ+9CaWdwHBkeQ4y\\/SwGyOA8Que+x7oHRU\\/KYFvGRMaPfWSlk0GDVHJUZcn+nM868GUcuI9yVO1F\\/vYZZfc6WiLQbgq2qAXVANpD8I2+7h5CvtjTgJXHUv2uaIXSySIlDeS3yBdbK4j8505hGY0PsxavkXhjjjyqTn30+\\/EWDEVtsLzQhTUh\\/VKVnXnnJkM7GaW93tC0U1YGdMUM55PQjbDRjsyF8nG+5X7s0xFQY0I+Aok9Iz+Lrh+MPVlESfHtw41Uh+oV58W2p8y9ullxNzgckn1bjQAWOXZl++Tj3usnFiI+pI1AWfY6qPqaqv\\/e+0CYMDPHgsfZ\\/P+biTKc5gGDiLq20Icjcz3ShJa9lVrFUltWY7pQWE5GKqen27mNno\\/xvrmCjgwUa50jsX5uFujOe7yA=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"EbVTe83naXIGT9AbKaPxFfJZzQvjynpoieOORHv9IyJ\\/kagi26MlNWfP1KvHNof+32tBic0eeXBSXjbEcakci8VjjCuq7JesnftGa0VDkMj2g2624O4TGfwxNMuqlpTMoiAs8ZEUpyBSq3zNY8EA4Y9BY5ZhDgdmgczKGZ3U4jB7aVfRwDD\\/OFp9tvY9\\/PafY9JRqFLue3AGS\\/t4P8pGAMzCAylimfpHlyNWeRrdn5nXE+FgX8VEcWmqIjc\\/DwQix4+Bhzy0G4ly4D7fceAoFhtsi44ey\\/ezBVDnRVxvM\\/zaMz5td4ZYaAY\\/XICo5tb6TLxlFaJ2kFz9\\/RLuCJRwYQ03tLkq8qeFfmT0RNgx0yaiMCpKOS30wp\\/Rr57HBheillY318P5jSbRQ0VxzlpmS2tHqL+u2cEuCVyQzn\\/Pb2Ru55\\/ORQPqJprV4HP3ZLHrYOUQuG2BMuNt82bohXnI3LMn4FUjjWZ9IqQh2Jw4FVg1s3koQlfFeD0OKlmyXtjGN3bEcvShPl85Vcx74tGixZV5fwU71zDKym7D0K5dJn8=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"CCjosTwDXYpWtEfkBR5eR8ZO\\/tYixbson3IdaHRUdpBb\\/XZQNd6cI19oXi69RF7ZyQ3NGBB7DlwO+iwCfIbUYwSDzce\\/7OCc55DYqbmHnWiIgRdYkGX8Gw5Y+xPdQrVvl4BS+2w7edodLKnx2fNGQQUVLlHdCaI6CZQa7jA5HPxk3Nd99uAVSXlpROpbETIjqGknlB15++KbxyEzL0kduLhWF8TY6pHJi4G+GuRAf\\/PXEuUPlDDq7nOnHNgHxp+X3nzfegwSyInod+oskFyPU05OiRBXw7C6ORkbCTmkX0fMswtXz4ZBZ0wqVq88IrSe0U13dVo01e3cfjUo8wPlJMqUFvJAFBT7YoGxAHhYc7QZiiaHG1usdaPSY5IwY9WyCE00NKdCUSiW79os\\/WCXDdZIGDQ8QBP6hPs4Aa+NVMe7B3Kh6rZVW+AOgemaJHQs5f3QB+wxUZgS\\/Gt+ES2uS1AwHFHFORUYwCObKJMES\\/kH6Qpe56v+mUxKy6gBNrYGCXqk9DgpcdrbjXwnMbPk46spduIWexV1KBBdj6WCjlvSV1e1zMviW7bogGMVQ1CH\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"9Y8SrKd9eyDdfg6flFLAGMOGmVRgLLmVzerZlM2WenzxjODhrjdQC8Sz3Yx4ViUBiQv3+Hoa5nGTub1I7KcrBx\\/eMv7zj84i6UGjlUjkCvfSgzmgIi8LS9dneP7x5ypieByp6FwB+CB\\/WE\\/TIqL5663wfQvvsYzrOQvwdzLnf05F7IQ4clBSiws68yEHbPk0svf5MCv3i4cOtweocPD8R4L6v5A6Oza5\\/GAFk4GgzqxNttEV+pKL7hrluDVCe1NIE+wzGgqrddzjxiKSXNGzghJTCyI6F\\/D\\/VqSU941VhKUqz+5RFP3e24\\/EFZpWwMtI1mAOGzHWk9hsT0lCtcyo8H0Td7eEK\\/Sv9ShzMm5YhADouXm9vAEJjydTJMymcTNPLR0EFS7xdgWfNff0ftkcZ6qdbC73Cz7d+WfhaBdZYHpeuXZ1g6mW8FW4vwefJL1aEZGgwNEMohdboeqeQ995oUeGQl7QMa\\/7TrTV1AlpBJyDYXV7PMDfEo36Su3JjFpSIFsra6eBQ4\\/\\/P7XWWcPZPoGf4FMc0S2HkMlwzxpJhTY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"GW1wmPZU4MMtqozyJCTxSWo0fYp\\/aDfJVvP4lzj+ZJ6mlLbhGi5IDo1pjkXIaFjYyJhOMssK82+4LnHY+YJHCXkrhfuQSFO5iT4s7RCoD1qVUNosRUVUnjwsJfMV65CpvsLx0N5LtMzDWxi3677TL6mkpxiYkrDAlAG2\\/FgvieCifpOO1vhvjIw5YeUa59IODMvfxTqkiKx2emrvuto+RCnSlFbbA8HQrBjHDNZS56bxiQCgogu3vYa6bNs48NHp05xaAEwUv7kDwGyLIklui5o4nYNccMdio90r72PqhkfdGszu+1ppbIEkO2p1AFRAIOR1Xin8RUOek5yFyytAHwPMx4B2kotKciCkhWI27xMMDoXH+CQ5hvaLnAS0l3LBxqAPvK0Q+TqSvTVHpBpOMHP\\/hfXyrx8HIuHDq8b1QEUIWgLiImLkfR\\/1a6pNIChVRJSmVKxDU8l9DMJDanYXej\\/xFwKmy1M6cCpZbX7HyIZ5\\/HF93NuQXBqKx+G7MbVY71AykAdIsXiRuIluI9jZWbRO1CyiZ0Nv8drSWuyj3laa1SVHjJtqdYUNttcFjBLaMuV9qleHppdY\\/+qRZkDZSg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"S1mKkEbrzGYWLT2C6PTH6h1OKJ38Y+BXwsgZ0TB1cLQ9F4H2t2z5nAKpSqVsvjNeVx3C0\\/MjxZ6RAhtwbNsah+xVT5PJUWGXEYMKysxjRMZ1LCg7FKTjbb8LWvh19zmKLN8Ljp9++oQaGnvbs2\\/4Z9CPcEc0vquXx4ZRr6XgnkZH1EJXDdCxNG23JYQezpQ0ZcN6oicAvET6YI6BoCNYgkt2nJhixAEbk8g0q1t1NC5zh1nw6RdnSbAiYf65240D0IolK11vfTFpJF7slsr3RMfFMK9kKlXwk4UZ3GotKWPe9DCkaYy7Lr+uFUV+jsbo1YebvcqUcV1hbqHDmNvt3+Frq97vcpkbWlN4JC32cPWPG972aV3s4IYB+ErBZFFVa43JvO5e+GbKKdajdFuVuJoCixLaQGP750w+PHQ4AZxXnL9eDu9dE8Ggi9HZ94\\/5XoURDJWBERxkufajPSQaIGzY0YTecVR0nuulWetY2Iz6VV4jr+LOtJIzKqTaFTFaDrGsHNJpnn9qnp7EKYIldlGLK+urfYRlxLMXkrW8n7VT67hlwjuPCmQqLP+sg8fw\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12 00:45\",\"SegFlightNumber\":\"6E- 901\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 23:40\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":\"11\",\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"JI0EQdcXkFME25tWq\\/\\/r70IyOfYKCauLcOXkRsYGhsbiggRVrY19B7OYZhLdMDQxRgwOxlObmZJSKmFc9OxNlo\\/bTd0N0xAL1pFTPvZ5Iui0+G+4Z307rPRkysXX3lx4OIheipig1SwLjtW8G4Y68JvOKXGblxt\\/7ciU9bdDYb7NERSMMvLdOfw1hgqOdNd1IhkYHRel7CgbeBPqiWGfjToePV8FTRUZG1tYrNAismLLXv5u7OBjjNaV2xMy03cJwM2pLkuQX8eU1Rp\\/1QsxRisrrz72mOrGFxlJQvNlJnRsBkGmqPhrb4iWMHa4VRrA+s3JoYW5FS18phvzBqQKU\\/Mm+7VD66rybr9XNGh7xMzsCtO6+kfRflnwY1wkeiDcXqeCFVeR24ykj1TrBx+nH9r4Rao1QghdCaH01Ms7DovIH15tufEJi2l+9Uz4M0aOyXKe8MbVcHw8HqLhN9h2XA4yboqkaafkJF2XHvSdgNCbNA1CHUAGOK9STxUdRi2g7ThvjGrlO0yEqZmFYWxQC+buVAFywApB8ezwu1sp67F0lthrzI7fXdx3gqAgKlKYLyZ8Dk6vkkEfdlo3J8sV2qHjLLMC3LJf89QScfzwcmI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6UgHTGAeVcuCGcMBHoQ2g6kOfMfQW7FxsVJHwOMQ28Ajly+KxwoCNHvIgV6EqBtzXjP6TaTZqv98I1u8uPvKE5qbX4XOVzaH5KyIofRev+Ox9rHpJjMpRSsQb0KwtEOVfjeosU4RMfdORKfbFQLQ0MTZG+9aXpJe4zP4D9CoCIJHVsXHAvlSZsoxGKWRQIt9wF+bfGCqp98+pUFJTqCZZvI4f\\/TcS9uv2RLWaQiOwVolfTLcJUa2GlF6HlgSzNhbxDae7ZjHRZnuBv4DIRDw5YYjV7aVM79N8AqJYGe0VmgxH90ItsGmkzqjQCEVF2FFD3lCWyb8yT3D2dcmhrTBbFtX+e0uGJ2nw7YY8EBmhpGV0uhP51dOhBtcfOpFLCpHeNkz5jsc7rqwuglT90umvBpwxhsXsFnZl8YFUT1fGEsIjiyuK1D8EHVaMQQmJpKx11ZercGzm1wiTV6hztHqsn5FM8AFHNiJ5S1uzEAIP1MXcd+RiM0Wff8cMyN\\/5lPdyN+EFoQJ4jPm6GCFFsdza4OgUJ9KvD4QGvawOt5XaCJhd1ut7lCGdKyzQ8xS\\/cYaTT2qk0dwjOp+evBB9NT5ZlQ=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"124e+ZKPi6DvqmdpEJFfjkXa1fzo6Y\\/DCHc\\/XcWtJLK\\/+i712mpqSgWB5aLLJRANgY\\/87aSM521u7lp\\/mZeukoyBZP1H57jlQyNpfILWtI4ScPszuYYym1qdScvvQUV\\/kDpAwSq528L7mJQmpczBG98EkzHCjMN4q6BChUP+LXFIwnDTzF3+kJVsF6mFbjmZwgMFgLCyWiL0HeDF1iq2i96sUXmzASYi4qlm7DsYoxdbFTZ95i4wwmBBNZuJ\\/gSbmPpO7F8kG2IW0K808QOI200pr+SlSLZimj9u58wE1umGdQuqQQYo4axUL5dcGnzHUgi2oGV6bznslYRE+dgfQcqQUeOP2tJYzWOa3fS6RSYHAdGFZS0Z64PwF5AuhYGXpJpt\\/bB7jhRVafGeJonlyMOUIyEsMzkgoAK2EMzvgYgJ8dtMEWunGF0hzprkouPtz8TXhTb+lW4m34mIhLqan5V8T1uNblBgaS8A5mdvEAtkjIiyuoWx7dZMyFeLjL3pL\\/MFw2y\\/8Gj5o2p7E5alZwaPcrewktrngEqDUNdNd4ZvWyCAxBmZB74\\/jlDqOF+ZVBYLopclfpwTBT3BxoNL+ay6YFaQTBuvj47nyemH\\/NI=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"fPPQHFlaUcswefndx2Qpx9moCVnoZAsZf993WJ4rL42\\/20YA2IXF9R3pVhV9DVpyrah0oEVs6fVPw2gsNxYQLxRmwR1n7cTPdyWrxI5DYHsObMPrp9KVeFg8nfrpdH12TfbLE76CDkBQdILKh4YAgTeRIWpidROcXOg\\/HHaBvrKf81MSI70JYk7IXM5EaZU\\/OkKk6X8w5cHXnF6gfgMqA\\/yq8Ow2VuevTiBt4NHvMo1A36lWIbm97bg63wtr74wfwidBDBds2Oc+o9jeZPz3xyz6WHHDXGnkjpXhTj\\/gxm8lEhXaGn6Ug0itWmI9RtHPnvfVGb9idlVDOFPhqfg1QrG2bvrg7YrqI+PcbOXSGnwnVLNLzkDBQZ9PzDeJfoJEdw6eK6pSeLp84wAbs829js5WgO\\/s78x66Uc2ZHnZME8AaMYl1BjgjM8GSn5FK2E7us4pHRgK68mukXyVkaGIC0ewtd4kbeiTrtOa5ttZ532RmAMxAZRC8cYODrRS11RVSoG8l5Oa1MiNR0WrzbC0ioTp1ipfSgm2dptIVF5pPzjvb3cZE8RMtDM7BjtvsaNyl8jb\\/\\/h7Rw4g4u4SUlHSuXlCJ\\/Gl7BT\\/f6\\/GbkKDObM=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"124e+ZKPi6DvqmdpEJFfjm1\\/cl\\/exzA3THOomGbsPAt0mLiJVYq6uP7FJtoxpjzqzY7aoBxXf8BL8rkMUurN9AI82nrlxP5iXRS+3igLV0C5AlPzL9+cwDVxZeXAO2Hf2F8wzN\\/RCfJtkZ1mMvCReDmoCjPQB8An9gG167poLZSx\\/ZKY\\/MHqe7xKC085IBp1dj5+lNTx0xacfgFvswtjlbtjmzxLp1zRhMFjvT1Z2IfwDs4sveESGjDv9i+jyAk7jk0wp7T8EVo0MQ3yZBlWZnnFLau1M20D+B16HEGmFHYRi8h\\/rxxYtJUSnL4Jk1GMaRH5jSoESGkO5lvdydWS1iDVMq4P12BVptDkXyUQzFVcG5PBW7h6uaqG1K8YXNS+D2Z5aUmwRy\\/O5fKBjopbYEDcKeTFwGpju+vKKdhAozBARfNb5S\\/P5VOljpCg6541F3C9sn1nd6jLzhwnI0nyWuU0f8fmgANeuyF+qAFIIPnhmr17S3fps4ytOCBL3Vg8s7TLa1\\/BqYWoOtMZK99CLzRVEZLGa6+WXdMdCvnXAVsjuzPpq9h2cMXvD4JB48IuSA+HseOJL4YkkoLole5z9xDvWcWbO9m\\/NQW0yKzSKrg=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"124e+ZKPi6DvqmdpEJFfjt6AtSII2SdGg0jGdtkNdVNfRQs7Ff9CYSf7p4G\\/Oju3VgKAhDudINDAdqhpNP+wyHD26Whz3kEFbYbV8yI24IBodWiSCaxuW3E7HSHazQNUUIrmZfpNV2r5XCzEUcv1Z\\/5aotUz1GONGvN74gYK6+NWc88I5A9OM\\/5u2DT1Kz14SKN+xCjdSbBgny6lVmiMXnUEJs77ibqVT2EoYvkOwPDiCgDCFD1O+ItYf\\/vwnR3UUnan9jGfQwYf\\/KeoeoRTyJ5mMISEF8IJcHSF8pJorCPJ6\\/K74Ar3FYtKTpKojfXPjPfLZPykAZka7EAScUG\\/szcJmqufGQZ9EvvsGY5RlrsHYjSYymqAdEfbApsOUScoVlWkjZwkCPfBgnuuJ2SD4RBRF7sNC4qNUIDdNAS3SkjfuPITQQH\\/oV2YJquuzcjUsdzTB7a9\\/IGJQ9qZRAV0F80720BZYUosCn9ImAOzBNVBhiJmNY+Um5Tkx4uwwuhlyZ86zOrZwhWKWzf4iNvXmBzmWmYBZ35U\\/zGEpJ3nyCvUcRA01EmI92L9eIpeyBx4hgRBCleYUrwLcUNa\\/0jlZd+TXWM8Wgn+fX83LLTvuik=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":2}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"asrqQCc+ZHOlFE94Xby2W0f1D+fLRJ+I5iLuj5fCFbT1v6\\/MMolTG6pfFFaKlUCbsZB8C2NeFny0yKDw4aOjo5FpYVtxj+Rz4afz7SVswUuCE\\/J7JDeu7rAH9OEkFKBUVX07wH+UFfhrnzR39j\\/3HFNGA3+qFpGViTEqfCJDG+jeMnTua8zPjzegmJCiKlZKC9HxXkcGRTMGlWZw8UOaGdWzMrGEMsHkEUIlHSKMgrMC2Tv3s6ppyCwdmY6cYaSrzJOCuVbpjGXERNT7pBJtQhme2Hjn7AAeg6c164XZG4ViZn9JvU1xDcx0rBQtnPyewl1gokoF+Z4xF5BJAR7wwtKEHHqm2OanyQhbYjEt0kML0w+ThMvK2J1+ruG\\/GVNFtU7CREAnaicrt26ESp6sJfqK0Si4X2+08njo2rXWQHQRPXQcFKGlssOPAYcXQsvs53BIHjtf1eE7mkJ7ISdA+WhI9pzKVzlxOWI37h4tnYBAjPrFpVB+GbVt7VXUjZvDW2m+g8RvrJ8grxxx\\/VnI2UT\\/19UL+Tj0syKbTldGkOs=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"M4V9jIAhO4eafIqskWp\\/FvAW0Aa7p7FiG5ecD6KVjzvd8c\\/1bVFhDn73Hl1BP\\/R\\/REVgyutMSUR+qvSuoQpRI1nwnms58OmmNxRGMXMSZ+p9J8Jy4Nzqlgp4p0LnNSKvitFl813Dpn04KBrGikbVEpT+uqqlvoRjj2SqBds+CT7mq2lJIakpvwTqJA1TTNbakukIALrkvRACDopDzJ+czf3ZW5sCPKrFUuRrgbcRuG4etzPao8KDIehG4lrgL8ETwJni+lsGEGqSEo\\/wnWdIhh8tGk86+kIyepguENuTv04ttXnDql3xIoikudn5Mj27WvIPZx\\/kcgUijjIMI2NUaI8DPF0faJLFG+nY1miaC3GYwZ8fNqNTsMWH8PMK5osbbmmkwaISNBw1M7MTG54CbuUdtOgjlLW615CrWwoNcVNodElBjh7U0YdamfQeEyC3739mmRqMb8Ghf9tp6xGuti9RAhWWf2OcVw05GlVWMFv9Ewx8jwiUOe7BYiWTFL7p6+g+MXxfnWMTZexYKowsX69ThKzXu+6UQa4oHtqJYmI=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"B7hUT0TJwbQsd7JhZmVSFPDmobQ2e9fnquIVSawPq2ebeRLIqZp3lC+7TZdbZ5AAstVB3PQNElPz+FpNqSE9zwGyuOEhqOLH6DA3EnqtEHXVu\\/O9GrsZMEUaJTCv43ql\\/29IFUw+6FFZiq2SD0y\\/N4JILQZR\\/\\/7+7nW31CGCeADDBWfaBo+CAwe6Pb2tNPg8ZD9MLrPSDu3G2MeWyl27s6wt+r24njHdqBAcIxR3SyoJEEm5voB3TSP1p3HNC3+AyabFPXilRjieAE2uLBj8bg2wB4i8hTUb17ZiBiTJuyTTj2oMIfQANlJYJ\\/Pja1jaZFJkdtQOL2iPs0Gw03+cIDVLrOD5+70fNnDA1yYhFFK1MpRq3WGIfxbNajGRRGQWFYjRAgTQz+4z7qzHe2uz19QWJcib6r2F9Coku0Xp00w\\/Y5xj3LSxBpXehQmT4i7eCyM7Zs5OSlQv9jVerGItale7t5vAHoxErfynM\\/WDUPrQHGopLNmeGDTz3V58+wjTQJQTm+hMHFvhcoHEHNZuIZsKIjamBrmXwWQEWZkClvX30UUpEgeTbZEA788SRKXQVbeLcKssDjsLAR8+eO+dlQ==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"Z4VpdWYYogoNNq172KsaCdWb2Bm61jkAFuxMS8EfgmFIYuFs2NLz6wEEyPk93pi\\/8RbDTf3IGRgCbAKwp+mMae8aC6WbpeMS+Eu4eXq0UvdbPVUZsMwYchn\\/er9ERVC+Se+1jigq8P3WqMKM3cYRDn8WWsgzn1EDs2RHxQDg+aWdNXPJ8KQ6zyV8m5wzJi2DSsPQNhueLltDDzvOGhQcuLao7EqIR9GbWmiCB+nVTJpcptJppHyGX7soY8jCHTW38V6pEIWSrieuRJ9jElnz8gWsTvqSeoSWO3a4YoPstR+xebne\\/9idkyYPuVbhsdpoIkSIgFK0ylZomPq1fFCXxeCl5PIfEXmi1U6BJslDj48eaIWCMAnt0TcnZIjchQzDs+XhC+g8puNYeWMdig4ErzNershbxqP5SQ3luk47atIIR3loIZdnt+dkItMLFuxuyL2MesZWg\\/hdFBWDVeFKpJ07o332T\\/4SxwBF2+uwhAc61ddUdu0XesBuXdi0SrJkHiB8hSjKhORvsk6PX3HgsBY+OjjWp9iZTfqIY56PvVk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"Q7qcMl8JbvdC+FUEXc8LozdScfszieT72aPPYCtSHKPvWrmZUMULkZO8163DYiGVLpZpw5LNBVP9OLy4tO\\/x\\/vsdiwdi0JNHqEB1jDFLQyUtXMO\\/gKwS9NguAFfeiPKgGMzEIw7K2qREgQmOj+rZl3P4lFi6nRNgzLN3piQFg3mgIMGSUPdOH4YFVspIirwFcFd6vE6q0bFOPyGA082MEudFD8zuc2tADQM0aa\\/SS5Yyjl6LwQAe7XRjLuSGOcVv2hsDxCk+UWxwQWLHhFgIi4x7bRVGfVpqD+ldykG411BU26f6wjnmnOoS\\/wqFi6agKjNsumN8TTfBx7ZrgFdjUGlqEhwbRNz1b5TB4Dj22Wd7dL68iAEnkICTBPoW\\/fMGQkMwWRb0iAsFYbfYph7JXmu22xM3M\\/v\\/omfkA9afXHi5iLR2zmJpYphbK2HqRICawi3o28W\\/m\\/9zzky0FU+vTfzUJ8F8HjwAQxrKah\\/OtY6KQmP8ePG1j6fmJUXu3AGfd+pq8OImKCAspXh4x6rZkXLtAkYc6LlGpN8TeSsKB5o=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"uUteG19bmEtLseYtXnC9LDlMPjJ1PLzXCR1tq0U06RVEeiqlhHafgKS5+i4LUhTIKbx5ebkTuOQDof6E8QvpLeKkPCODZSxb0DxqF\\/1D0Q0AmH1EJ72RWn+yQAtSvg4+LQBXyzBkheaoYnVewE8cmz0slgdhdGHMUGx2ZNGRX2ghHzphORrvi3qRByDtlYkKdMeLFbFbRtQQ1QC2WmW5YGVijQF4Y8dCyB\\/2m6MPKcNHfo6sf6v+5sstApY4dkbF\\/MpMppRQocAVRG0sgNBTV8xn1aVdJf2FrMW6Cz3JYQ8ejxo0jr2\\/IGd5Rl7Y\\/fHn0edqa47kxkt5IzwuGoccnhWTY9EpvRjK6CJU3wiiYdnrDgem9jy4kLm7pGBe9anKYvWO305j1u2Zeuj3MlLGdEVZQTg0ZjAMy9x2Q9wOsMmk25VymlsXcGOisBOtBopJBryuhUeLAN4luG7cP\\/dz\\/GCAgiAIoTl+E5CHcHx9KkKFp8PJegLzlNEEIVVzxv8H+qzRvtq1i9jVMFftQmTRBBWBv8huxwqOGxAay5oizhw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"OsnWABkuQYtPSi71LV7ecpuBrrnmrIK+5oJR2wC2o7Ew4QdKOQqRGn06F8J56NLYQwatKVeX6D1WJxIB1b6sPu3BePxFpuz2d3TkJhKNn3rWwnB2J\\/yapXc4pWR6H5PCIagDFX7G5T7uNDZR4Yq3nATFheRNoGTQF\\/TlhO1IMeEUW7xN9J+xiHLKJLNEBFo+l1oWznieL0SX2uGH1BT4ndy6wAQUV15lqXrj+n+zqaoPdgP3bKL6Wzt7vCyUzPYAqBcBalYvl5+3PP1yv7nCQD2GemQxFsL23VYfPClx3XMq0dUofdebF35r2s+pSd3z7hxVoruJD2sWCoYIbYrxGp4OY5errZe0y7y6mB6vSByzQfjVPM415DmOU6Ir9EmMZ29QsxRmyIuDI\\/30EODoE2UD0Q+nJMBoDXJIUz+O+ZXgycr6hkJ\\/3R0QoubImGqH2LK3uMc3Zl+JCEfcB3S+U1fz0c+wNYdzfXrHh0nnvkTEA+JgSgJYFLz5PrrWj9Ro7OWMymY+wHTd257Ja9Fi\\/voph9vCZTZflxMDEbmLFLY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"OPv4fqVjaeR0oyNKtjAn8km2nJJz5aW0v4YICB2vbIRY76WDAJ2x9M5mnGpYu5zF\\/31nWu\\/ObgT97BDOh9gR8m7\\/7O+bLHwC+AJlimu8fYO8EKbBc06Tc6bz5tQixQD+smvCB\\/KeV3in8HPuHEX3wJXh9YFP\\/b0R0AVEkYtzAuU5JzxxHi9s5h8ykMKNwY4BsEkeD34XVhPUELfpdASPoGkPLoEjeTkBg4+6q0KSUQsgr9H+SD\\/zJGtm7Jzq33slIbkJpMx77uST6n72KyK+50JyJX5tx9Ufo2a+6wTU+Eo0+Uu5Giwufna1f3AdgYbKLRJIZXRc0o6lEKxUKp2+zqsPLGu18WdgniUHwkDQInVPVSgGop9kzQbO+yKImL6svguPOrHCuS\\/qnQtyiBJH3KTw+\\/vFV9l2ppPHFtGLkyyAxpY7otBnhLnZbqVXPD\\/EfquvLWSUX+\\/Ju7qeTkahSBUo9XhYldS5CjtJ3HsS9OKh3Xxqu12smUTzbx7xTivmTZYGBf6ER2LUQr3rsgwHrqvYDlle3akvLyY10ckj7c9i4jABTvM3R\\/k2eoa79R0y\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"N9S+Qnf7nsWosZ5ZApCWhQMteeQYgfysygxWuFmhMinvnKe8sILCLkIOlTFD0wr2EWCm49PXaVkupnwFTWhIXlyblxOgmbPl35WU29DqTPl1hbR7aatao2\\/xAFTReh5PAsoAHASdz678fNA5opxt8ZKZX\\/p\\/ZlYDCyvaScp23lSo4HgVrX+8eGmND\\/p0vsQJA3haZQuRdq6mRcLa0VyzVGja6BOFkufuxwqHJfda45tlaB3LhJojk0TTmBMRk5aXuQQRCK+c3HYFTAe9cD1r4bWzqFpEdAGwaUJlJbGYwfoqJZIIp8hXdhwt2vi6KpXn7fg68MqK3si636E3Jk6\\/onWvvUEeQfHEMFXwbnjOvGNahvUpMe4KTZWzHUlCrJmuWEzy9Mdcn7EVqgvx5P6bJ2k59EhLSic+1Gw3tHJo9UiSeyUGdyjT5rhDZwpwrQTpDHoEEAyc8EsIv+HRH3Q8HGXHJn05kojt8G0o\\/xtNA54wFYYZlor4MuoLh\\/ot9TWoJ2f9Mv+5GMMQJ3fjeRpZe9TbPlaXSD91gha\\/8Kk3gx0=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"fQj9U2qrr2wB7vlbk\\/GWpEpk6yk1p9CxBgutrsdoOxlLeosjWHSNqgwqX6woib4aTphaJDAmuEpg1CPBQA9XDoo0IWcpozxRmekIwCbr9g34fWM8dVbZSnbURGw06NIMf0UbDrCuVddkzfKVQIaeHSS9sq8yDybomPg\\/BL3iaMTv+zJiyuZo\\/JAC8uta0AdMwI05Raiu2vwmUIjeaHH0QB+buOCJe0miyK4FYeYlYIuxSKDb3wa9LnNEY8dStEtFlKjSSsStHzxAqQVVN3Q8EC1SVoWCtWUsslcDOMFbCdylZ2PWUaw59geyCIlBpQAYnfi7NOdd4Ic6I\\/yhKVR+th5UhCUa59JSAFnYFQRdZZkYCx77Pmla3MJau5Q8PqJ1xDfBrPA0cFuilr\\/JNH7yQTowIiXEAyBjXp9594G3BEhFFxi6kLre9gn9EQihOqCuRVR71HZva+we+3SK7h5bhqKMDztl\\/vYF3uLF2dqI\\/l61mQydBAH95w9MWvGvPUbapu\\/MDrIFcxCLCR\\/DblpwFr6MolgtHYT22jwUgmhC3FIJ0rhqLpn6N6mkcLFgJ749w2LYQEgQxdCz5JC0LfqeXg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4954851474837290792\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"B7dvrNIezt0onMtbWVJ+\\/io\\/1pXE95Yq0Q+GNilPfo4HXZKbjti10AvP5LXuKa1bCp0ZURmQOaiX2B0jmEqrZlY6l4noq0sXyJ7uMywKkkgnOmYcatHHi6bp\\/DEwXUM1Ci5zGIzHp9OA8tfym9x3U2\\/Y\\/s8KfL8PaiWsJaUn2hs0ccUTjdvanuWgqZMtTovXtD1tIFSO3jMc+o+Kr3jGNNS+SldGd38hbOdETv8QYQXJha7RiY++qFUxadfVkxHLbYyGv2bjyWjXKw4oZAZJ4AZCxOO5exioOmSTQ2b7iBo58P69SmYM94Jf\\/1SMciXtmvuJoJPyH7LgIXTYWYKlLa8Gzjx9twr1xstpOKbpSHtLI8+7oZYFnLgLbRhnuoHYvJvDUjOmQo4Bz4WhnBEM7bLjJEC0zYhmCe67haqyqH4qKTT8WQ+hYFwCVrpcD310WL9WXC2iB1sRWLu6YBxK1uRJJPI5J4JH9dckYFs0ybxssNY6bXaDgjiMshN2gCd\\/Us4peOLzmCj0zfJig2igdl+FnKRGiVcP\\/rzHa8R3wOneiwKo4OoaRcr5Dd2eX9gB\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni0sFHfKS5Y1AgRCYAKCZpppp9F3VO+soYS6X2OW+MJiiSer7YbTrC6qJ1EOHvsFsv9YSoRNtFUO4Gplyr5X4cZjvbfxKRc0ifJwCaI2hS4jqKn1JVdiEIT\\/8qS7oUGPh\\/lodqyWIrs39iFtUJ7i0EJADebi6CNuxkhR0LrjHjMKUrzEw7LfvjJ58rqLoxdrEtaYN\\/6Pw1dAJBto1fugK2UZUoyQLbQft++kY9KrFJ+4CvsO7LhX8mqzbDJRNa8izs18cYa+nFS1QBGVmTnApVA9s9vGRA0gnhPaoQGWIh3xmkcgVhbLCjkIIGpzZ+S165TucGtSau2IFY+rK+YqDeJz+Q9Jy+OAtF31m+atOSIp8eDIl6uuH\\/b2OU5cOMtQHsPCWSxkrXjODNR6+aSkRtmrENPu\\/nChL6DaIuVxI81kX7fcAzSp+auNuAJ5DKa7uJLM3a6n4OUU3W4A6RO8UrV202bITJsRRzsHwnfQncXYN5vShYXZnM5tlsYNb2MDGDM7CHWtfqWL\\/vaRXHP37DwT5HgXIkVYUueFvnM3c90BJR4UkXtlWXqIcbRA+t2aRRk4Ew2szBrNFZUxVAH4scCuVaSE1YJOn4iNyiRDBbeedHL3nvc5LogXW0u10Cm9Adyb9AXXbfp6Dp5RhXv5etQ3SThSJVDmDHBAU\\/ciBp07Y\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"apiTraceId\":\"MAIN4738830578803104130\",\"SearchTraceId\":\"10cf3-83d59-797cc-635bc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"10cf3-83d59-797cc-635bc\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 15:26:13\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"10cf3-83d59-797cc-635bc\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni0sFHfKS5Y1AgRCYAKCZpppp9F3VO+soYS6X2OW+MJiiSer7YbTrC6qJ1EOHvsFsv9YSoRNtFUO4Gplyr5X4cZjvbfxKRc0ifJwCaI2hS4jqKn1JVdiEIT\\/8qS7oUGPh\\/lodqyWIrs39iFtUJ7i0EJADebi6CNuxkhR0LrjHjMKUrzEw7LfvjJ58rqLoxdrEtaYN\\/6Pw1dAJBto1fugK2UZUoyQLbQft++kY9KrFJ+4CvsO7LhX8mqzbDJRNa8izs18cYa+nFS1QBGVmTnApVA9s9vGRA0gnhPaoQGWIh3xmkcgVhbLCjkIIGpzZ+S165TucGtSau2IFY+rK+YqDeJz+Q9Jy+OAtF31m+atOSIp8eDIl6uuH\\/b2OU5cOMtQHsPCWSxkrXjODNR6+aSkRtmrENPu\\/nChL6DaIuVxI81kX7fcAzSp+auNuAJ5DKa7uJLM3a6n4OUU3W4A6RO8UrV202bITJsRRzsHwnfQncXYN5vShYXZnM5tlsYNb2MDGDM7CHWtfqWL\\/vaRXHP37DwT5HgXIkVYUueFvnM3c90BJR4UkXtlWXqIcbRA+t2aRRk4Ew2szBrNFZUxVAH4scCuVaSE1YJOn4iNyiRDBbeedHL3nvc5LogXW0u10Cm9Adyb9AXXbfp6Dp5RhXv5etQ3SThSJVDmDHBAU\\/ciBp07Y\",\"AirRepriceRequests\":[{\"Flight_Key\":\"OCULYWGDyzPBj6TWQ\\/B1g1kgmK4c5OUCC3\\/ASQvchrnv4wGXzwFWz3hEqRjJLRFiLaIXWPeh63MvvZqn4mMitwpTAT5+mqw\\/2tBjD5JBFlG+zyQSETpoush1ZqPtDnGmQWNwEY048kN4KivTv4w0aVYVIiGT0STlNMWTsrGY13NJf4IH33oVrcZFhY2zU2+7E+L8CkGj6+u6sGBeNgS4TnQ7ZV\\/+tqL9m8PN8hKJh8Vh2HYhOzf+HQcoayfZeSL9WCXMKjRnNtGQoQnPZ2PhHszVVDX0X\\/qhak0Oc+58QFIeq2e6hnXmQz7FCValcOrcWH1\\/YDFKgH609PPB86SSQN4IkQPNHeqAAb8uhahbYMXw6KYp\\/KFjHWWsgpthG8W4PFgdwUCbzGXgOiLzX+USxLCUeKNRJD8zH9z1u+UFMyMVIP4GWmKvKJwl62yF8s3v2P75aAItlgq8DKVKM5hQRxsFA+qHEXLkt3fCqhkPR73n9NFp2AYe+m2yFcvQuo19mikpbf7MSEgbcXdKL+uLAK+uWd+Mw6WX9biHADk7h78JPLyhRALJ6fPXzww10880\\/lJ5JKaun0vr7TLfyRDElRYjDHz6+FDKiBdw1mOtkkW9a9E2RBM0vzyPDJ2ymuqds40Y3gq59WlUGC90vK4UtzF\\/IUINtOQG2toEf5CXvA0zrwVlZNtKfKMsEuGZ\\/m6Y5EgZPTXVQvr3lwh3kxc8qKp7PUIdZYp8VkWATDKdPzavaPdVWCkRpxo7zSRP18w0c1j9\\/SzV\\/LWU5bCKHsDEaZUQpvyNn9CzCrNyVZ7oHHDoskPmY+N1TU2pIGzwN6NkXHjmN0aYVlS7oDs6iCD\\/kYh9R1ryYzgKGmmZldQbdOWu6G\\/joduyfgiZYTmzklHpFjrCmu\\/L2+JTB4WhBnWxRmtIswjVWkK2cX6V6JptLyKcXiOo2YegaJPkJFPDdtvLNR0E4TQjUYisx8tvsiJ6jT4CjwqyorCaxoDwFbHzY3zbkhDxRIMKuuAEyqrL9\\/ZPePzuaTTTfMMvll5IBN\\/ZTQRntEH6mOy6EihXwukm\\/y1C8mrBlETgWw0t+Ayscrcke9Hy0nLFt57Y2kgCQ2J3tu1nlF4xTU4nV1YxqppSgo8S3zGE87mtzW\\/bIjnDmn2Rqi7aJ46ytRg4q6OZMvJ5Pfr9ccruWu9tAbjvLOraWvkJmnxDshfhK2PtthOsWxtremo8foK3kZIhlBuQSIEqT8o4ht9MX4u1IRzkO9e\\/O0PcTEA13VVRCKxn+Twx4ccPhZX\\/tmAEd2GgvBPNvpuLiL\\/wnhyUmx74Jm40H5G+dt3+4\\/n8KaIzDzJ6Z0uKEn8oDzTNcvR9fbJ70imzR4+qw5liBLCJNM7iFhnd0sORIp8zOMbtk6CnRWlwNMCb6JVxFm0cu2l+yTh80+s\\/Oj3mVMR0g8kIbHBIHUhTvncLH\\/LkIGHp83mhHKh7jEOUp+YwZfcKjMn+IxxSJVwlv\\/5IwKba1mw4tplg5Z7TvBGcjgdQP8bz+pl075VSwMNEyR9fEJ+AT7ktWZUd14lARbEGlNcNG\\/Hv37F89WNDLPLAkZu6wQM9gHEaMYCnvggwAeOOrLrV4vX4uuqPa7nIz1\\/Q0JxMDmjENnKwu2UIHmQblB6WFP4TTVcCbiivppIa3FUP2llxTakVY3266u3fPLwP9AzNfoUTw+6zxZH1DUWRZQivhRSG2aDtxhmJcnAFL0b1GlFvLBflPamTzxZortl41WrJ4VnQ1IE9bU2hjejADGXgarXMQhPUFW\\/998f\\/bu8\\/F2LQ\\/bDlm7I9yadxJv\\/6XqRUy7eCT5EeQ9MioXpATvAV+9XsMa22XDStRZRSibe9gz8hTPXvnZ+o6bLnIuXtR5p2mK1zNF62tnQhAIRn8Zd0ZrteH7FddMjuvjZMWEZTSo\\/Myw2BldQ1FImc6xSmZ0a6zjjcW\\/lWudCmO16KqMt0lw4+VxCwR2XmTuGXQGWsJKTWBqe21HtqZ10e1LE9Sb+jaO5HO7J43WIW4ykOLLiDrNlnQCKAATW7sevRasMzVZhHYgcgIikNy+IjH4B3wxdoP5q\\/CZIHNv6+wY3BUXj6TJe1IX7dozM23AjbxKx+RlO05nwBlb1ILvaYYvj4RnTuSHqCyR53pZWSVcVK9CmIhsqLru3DL+YDEFNn2hXx\\/1X2UT8n9BoCUjv4PZ\\/ElENOK08PphBq584G\\/W7Pf8IVil0BCjeTTonwtLyM7jJ7dGYW7W3osTEMUMFBNKhLMb+LNb50nCM8ycdSuwHdrR+gwicHj31RTiYCYVC\\/To3vbv3ByXXTDZcGTLXEjSgK7O1MzV31ZKjQkIEC0aCzGr4J08NUgOBjIyBwKmrzIbRCbywGPiRSNKk9sNX1ctkE8i7\\/IAuPXOuBN\\/EPdD7wIFm4NNu9igkD8Jw2LAxmOqxVhRYugW+OwgCyO3pqRk6c3x8Q1sUgsRmvWCtsZWc6tVNMPJ9vBVYXAGBtnR0HfxvgdUmvvy5Yw6mu5Br\\/6WMBGOXnWLdTyTKMDED1\\/4c3XLWA5EePFjhdxDFY4FCSe2qkBA9g5pJbw+\\/sPdxzpihpRmvrJ1EfkspvfkFOAVvFYBxA6TLo0bEzb+nc6aMa1FqiWYhPBtNBPbEWvTjq0Mgg8qwCRRpi13HUG0XTGRsDdzPgIn7Zj7\\/nfTn3KI42vYiWF18CRT5QAUzdjIlr4P0hFyhskB+3q8yeoTClisHEOlutrj5hkJLjhS8mrWyHWd\\/tbo+f8c+4ZMfd9V0VSibgw8UMts0d1zJMbaclkFlGjnk\\/A+WiG1X2mCmz+MfpSiPrd7zAv+rE3hCLIi5DoXNlF+3iNClWjepeNR1np5Cc2TTqI1ExbSM7ze1GURNGRqgIQiBTew6EyPZyzG5k1282oYN8bbr\\/OPD80YrG8eM97IZ16vkfAdyfA2T9e3DYIWFr1FVTSnql4mNjZ6+Aclaq9EgA0oV\\/yYXx\\/iuf\\/px9uzwwKWpKROqiy7z\\/q6WuUD2zsIKRYm97e9z5QYr+JqkML3evuKFUmxlds\\/OM0fvNUieVRebuJzRFcM0q+ffHo5uAp9uzOyJS6g3uCdeU0uDjT4qa0ko+G3AHbWaI4GrpKMR56+l8vzW9\\/34nZsfRNVCUWBkP8WrLihaFnxSeWx3700KqK6UhcTFIzjaMrqxo2woxBKkhEftLT\\/iOj\\/5EK22Ygxdqb3S9Wm1X3gz6kQa\\/jsJQ5sTsiCJddhedtJgtdMLZfDUy6n7fAZUF39sTZWwsxHYHv+Jo2WGAWOrtMHrMi7CO2IsRKqAMLE3lDvAngeYMFY3RWO5u\\/pfiQdHGAu8ewLEyC0TOfgDlM05YmqzQWp8fJ8k423\\/rbb5eXZ4kV7YlxjCGvyPlBzoWiPDQeK0pKDXjEp3pQLW6\\/eEaM2Y0KAcvvKojs\\/sxDaEnwD1hFRAMH6eJP\\/Dj5EEgdmzfqUIy2eH3i1wbeOAG5YU5vbtHKTRayt4OSv\\/EnVf8eX8eqLKimSNhwwqlTz2EDw6w0n3eFFbaNvMuBuKdNh0otQnDR7xpZ1Vhx0pnRqcAQGJISayuWjBNc3VeJeuqto8uZLlcSjoCf8wSwdMYWrLiLmpVNcGWpL7Cka9To5tdyLUo0TsZLCIzKkxrBWlJ+emJ2KOu3J+Ik5aGQ+GPoK1AZrhKo7ySxPsAxNIKT1Qw\\/UEIBv1rFv4UI2lxTOp1ck+ebpMyeEZI221DCBbxoc6qqBsRgtat9RjXK0\\/J+YXgoJ5LqAe1NAv+VYURoQxjLTcvX6gtuiGMMULjfVMHW3kjW3bF3oMrojVWBfUCmRm6iZ1W6j\\/LZdfZCBMVrfVcQkQ1sHBK4SX0rb8vuMYlCRZh7LlzufYjwJ6Fm810Hlql1AKeOX4+ZlGIC6imbN8ImdHrHIQnXzm637Z9cwKJHeNPGCmuv25QEW6pIjF7lkSBzjE82stnZD35eXGQAXSpMLbeZbVx4hiKwIOseB9o+SVd9+4tNVHPiRhV1erfVED1zK05YRvjlIoe7XRGyP1KmTUIrK5cLkSxarMqKHNNZILrcMRK07mrFeVOVk99YAJCXiDr74d6mFOX7TWAGORxeDUnUbK3e34IlrLCDHFL7oiuDYGNPow5MRAvBaoQgIYG3m9JHMLBWIODmALDXvqkeEOLwH4TL2gm1+vXv5rO7E\\/7fh\\/H5f4g1bKuB3X1BClIeWUvkxn28PLttqk4nhEJRd9PBZpiQt9PNG707OhW0SnITeV2uGeP9vknxsGqZd2kMxYcT39F9H0Lv8fnE8MkceZxfAWQtWKqB2TMZriO\\/9FoXJTgW2\\/FfISspLa9we2qtHZ\\/HURMRBHRM1F+kCTtCI0mTZFPNIP4jPDUpjBIUT0FCxKEy6sz\\/O0\\/MY3ekphUo2s9IDxEZNPjboAtItitKx7ht88Ycq8+2j6o0mlyVYzQQ29aJFYx6hUFIyzE70l2DVeViJECXLJqSZeFLD+4NVZrbi6HhWmIbxcrEbQ0IopQTffuksdUXpPArBgzIkSE1K9HQKsRq5cNmv3jpw3NeLh4+PhdjC3Sn6ke17bzlif2HRpJma9ZjkXQY0aNFOnWAGMPdOcam9kD4DljwnUXvomUlbC+y4BPqlXE9Z1s7c+bBTYiTBn8eGiukvKb+zNtylMFGV+VaMZJRVpwps46ZJupgFrKkqYAym42EmEWF6MZo0OyjgTwx7leVvSX6xM0CP80Ui1zfGqko0+I5ROHHpjjyAH3x9Y8NZV1\\/S9LhZU+8GOXgZw5MhCTOsnpoPjvE+WdJAGp2jyouCYrDEQsKEsygU9nh7j9rpzQpZGDkAp32tDxo5F5LPgFwK9KjJ5ycKb+mUVGbvJAifC5XksGZSAbN3TBE33dx\\/oJEd0AErRPB1asgWXKmquRA2Cv160w+1iikeVPAE74GsDHqgscnOXYPLX3Wo6tTive5JciYL3QzhcvbLSMnUV3kA3sqMsiElmn4vXukfoA4wOVG\\/Gg9PdmzpECTBdFkLfRv0yxyqY\\/RloARWcnqxAfQxSNLZIQOjOEjOHpSKgpX51pyzQHjyaXP7vgkmx7zYsckyyZ5eNKoOWiNvxZRIldG0Z0n7sKG2vSsGdo4vYzCSSibyJtfdgg1ks5o3L5LAVl021PHzOpfsjMO2vqPlg3E5YhmsTwP6MQg+SGuG+ZiTh6apkdVcrUcMguN1V6Sb8ovkBU72Jnwtp+6zFYXIxSIBa5i2FEDKtpeWyJ3kWSLchdptycClXyk5haN718gPBBolDRhtRAt+FBp2Dyi+\\/7B092X2aEUaZGmi6VYvpYR4MzDP\\/MTPh7cqmC7yMu+Xi6NRvhQL6nkD2RytYNHH2HZdfepq9ycqzv2Zx9LxAf7hFNmnD+aeoKOlFUXGf5sji7ytb4ohsNn3nGmR2GQupfsjXPByWxNN2emDpSyRCveUJsdzhOBE4xuN5B\\/aF29MYHtJjgUZTfv3wMN3YYsR4rfgjF3qfkNFAgdwSJv+KX+6yEgLzunGMTBjwSJmF5OgymKOjvGeBX4Lb1oLPWjw8nxgWcFrK465j+uZyez+WxurJnzBHllHJIZPlQ+cwd\\/aK0IFVTxP+djAGn62iOGj+kkby3nxb7pOitSqk7HdCRRKRno6ctEiMxPgfn8BzOv97GuORgMiwekCCiMUHz83zT07T1GJ\\/jqNgQ5EpA5uODw5oZbWxTyWjp4VW0ikww1IVrOqxML8GxSDVTYlFxdksR2D09nGf\\/Lg9ZgTEK\\/3Wi\\/pcXSGgQiyCVHXHGKXJifC506u5xeASWCCI36jeqOTCPtGsfuwM8LSdASyCb3LR\\/sjLthTb6Zeab0I2mOyLW1x4weNECLXB2ihmi270ysnZ9Hk3EHOipc4lBN\\/FKrRkzrYyh5Ptn702SHvm7gMqEqSd98B7Is5lGXEt7D+5McYj46GK\\/yhuSMNdnmJ7hFj2GEbzfD2BsaJl+89P2iaIoCW2W\\/JHu3G2JsUR\\/iyOuKpaYZHVRzVUQrA9n9dMTyFnC3rFJwlvQ0+\\/7ogm\\/7GioDkbitpVOmnn5maogZlavlVcSGKvbie6sASFS+67QZiXkLCa5XhzWMrykY45qSIGOx2hMt4qRLVb0d8SEjifUKADfMJhBuRDL0ypFL5hEiunACRi\\/lrYTE74AbI9NTX5rS1P\\/wBC1iCEYXYeeHw5SANyw7YSO+vBM5S5oRWcXMK7mBKUNCTa4byBIRtVgQDRXkU\\/nSALSyjhJIu8Xyw9bOEdjnx9SDPDxXv\\/KrrGHvQFe5\\/Esui07\\/vUMwD9\\/mbbehTTU0EuFPHD8rFk8Xiqc2nOqxdl\\/CV0CHnt49JVwnxx8C1X36IYjANTSQGau8wve+seSixfs4z6Wltc2OvxtQs7959Qb+DTQrB31D3uNf4ID79Hm4ZoMeX+JbO6okPju3z2HrMV427v6U20rkGsLwAgZ5tTd31N+EUHFgCpR4E4SsuMtAEpvrv02m4Vyo6Tok0NYnmmL49u3wWXlXeBhEfSMWd3tVaVLCu7NA7a5h31FNfk\\/w\\/4RqWc2TyZ5RRUMb60UPiCqYgMz9Ms52vohG7AloPm5atdOT42EOkB1+rfTPDlUiGrcnw\\/wio+IwgB\\/7acdIDJYzggmL4U1CEHwGS+3m0q+Sbxubgr4I1csyCMKGQAW5VdjzJSQyfOfkwSKqB3hz9b5XyZweyAkXlePGbzs+OFRCayP5hGaNgtijEFRlMi5uCfho\\/jeOCFhbaBUK6+++Rkt7gkjpur9pS3kF1LSQLrPM9JvO3Js0nAW48GQ\\/aHW7J5dX+IBhOC\\/EjhFUXcbyuXrYIjfyJ9TOc14akGxC73HsuVa7VgtrvbKEdyyqtMyLDOsnMIw1PHpEgOZIA8D100DChzFMf+omfE+QKgUji8BPAB5SFuT5L1qpYlJEvmOYgwm26VCVxXLgvutAVfUY8uK8xGmg+wEBYMjWbCTxnpP8KWHQCxsAgzury5viNUpXQLW+LTOcc8a+8ZD8Z9fxbZGeVXtQV60h4bT1nLfI+LjXnhLpiMe\\/HKXzGDjO88nbvT8gOtV3YQudTakEloHRW5+CtmlBf4BZzmIvE1fqh2WzyCQbJXcxXfczrlitBH+aUA0B8DJEipVgrIRD0zHGSjyrwm33YOmpMEQ9wctZLtWLT4OvV3M\\/7MHYe2VK8Z\\/uXsMfe4CvZ3rbIIGqZCTmMtA61R+R7LoM6jNy0tfk+A\\/EGcD2Sw2q0FojSu8vxHLZecMpuU2+2gPpvxR0LmmizP1ecwnqkEm+mAOXxXaxZHG6MyL6HmML3g=\",\"Fare_Id\":\"MAIN4738830578803104130\"}],\"Customer_Mobile\":\"9958049006\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"10cf3-83d59-797cc-635bc\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni0sFHfKS5Y1AgRCYAKCZpppp9F3VO+soYS6X2OW+MJiiSer7YbTrC6qJ1EOHvsFsv9YSoRNtFUO4Gplyr5X4cZjvbfxKRc0ifJwCaI2hS4jqKn1JVdiEIT\\/8qS7oUGPh\\/lodqyWIrs39iFtUJ7i0EJADebi6CNuxkhR0LrjHjMKUrzEw7LfvjJ58rqLoxdrEtaYN\\/6Pw1dAJBto1fugK2UZUoyQLbQft++kY9KrFJ+4CvsO7LhX8mqzbDJRNa8izs18cYa+nFS1QBGVmTnApVA9s9vGRA0gnhPaoQGWIh3xmkcgVhbLCjkIIGpzZ+S165TucGtSau2IFY+rK+YqDeJz+Q9Jy+OAtF31m+atOSIp8eDIl6uuH\\/b2OU5cOMtQHsPCWSxkrXjODNR6+aSkRtmrENPu\\/nChL6DaIuVxI81kX7fcAzSp+auNuAJ5DKa7uJLM3a6n4OUU3W4A6RO8UrV202bITJsRRzsHwnfQncXYN5vShYXZnM5tlsYNb2MDGDM7CHWtfqWL\\/vaRXHP37DwT5HgXIkVYUueFvnM3c90BJR4UkXtlWXqIcbRA+t2aRRk4Ew2szBrNFZUxVAH4scCuVaSE1YJOn4iNyiRDBbeedHL3nvc5LogXW0u10Cm9Adyb9AXXbfp6Dp5RhXv5etQ3SThSJVDmDHBAU\\/ciBp07Y\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"OCULYWGDyzPBj6TWQ\\/B1g1kgmK4c5OUCC3\\/ASQvchrnv4wGXzwFWz3hEqRjJLRFiLaIXWPeh63MvvZqn4mMitwpTAT5+mqw\\/2tBjD5JBFlG+zyQSETpoush1ZqPtDnGmQWNwEY048kN4KivTv4w0aVYVIiGT0STlNMWTsrGY13NJf4IH33oVrcZFhY2zU2+7E+L8CkGj6+u6sGBeNgS4TnQ7ZV\\/+tqL9m8PN8hKJh8Vh2HYhOzf+HQcoayfZeSL9WCXMKjRnNtGQoQnPZ2PhHszVVDX0X\\/qhak0Oc+58QFIeq2e6hnXmQz7FCValcOrcWH1\\/YDFKgH609PPB86SSQN4IkQPNHeqAAb8uhahbYMXw6KYp\\/KFjHWWsgpthG8W4PFgdwUCbzGXgOiLzX+USxLCUeKNRJD8zH9z1u+UFMyMVIP4GWmKvKJwl62yF8s3v2P75aAItlgq8DKVKM5hQRxsFA+qHEXLkt3fCqhkPR73n9NFp2AYe+m2yFcvQuo19mikpbf7MSEgbcXdKL+uLAK+uWd+Mw6WX9biHADk7h78JPLyhRALJ6fPXzww10880\\/lJ5JKaun0vr7TLfyRDElRYjDHz6+FDKiBdw1mOtkkW9a9E2RBM0vzyPDJ2ymuqds40Y3gq59WlUGC90vK4UtzF\\/IUINtOQG2toEf5CXvA0zrwVlZNtKfKMsEuGZ\\/m6Y5EgZPTXVQvr3lwh3kxc8qKp7PUIdZYp8VkWATDKdPzavaPdVWCkRpxo7zSRP18w0c1j9\\/SzV\\/LWU5bCKHsDEaZUQpvyNn9CzCrNyVZ7oHHDoskPmY+N1TU2pIGzwN6NkXHjmN0aYVlS7oDs6iCD\\/kYh9R1ryYzgKGmmZldQbdOWu6G\\/joduyfgiZYTmzklHpFjrCmu\\/L2+JTB4WhBnWxRmtIswjVWkK2cX6V6JptLyKcXiOo2YegaJPkJFPDdtvLNR0E4TQjUYisx8tvsiJ6jT4CjwqyorCaxoDwFbHzY3zbkhDxRIMKuuAEyqrL9\\/ZPePzuaTTTfMMvll5IBN\\/ZTQRntEH6mOy6EihXwukm\\/y1C8mrBlETgWw0t+Ayscrcke9Hy0nLFt57Y2kgCQ2J3tu1nlF4xTU4nV1YxqppSgo8S3zGE87mtzW\\/bIjnDmn2Rqi7aJ46ytRg4q6OZMvJ5Pfr9ccruWu9tAbjvLOraWvkJmnxDshfhK2PtthOsWxtremo8foK3kZIhlBuQSIEqT8o4ht9MX4u1IRzkO9e\\/O0PcTEA13VVRCKxn+Twx4ccPhZX\\/tmAEd2GgvBPNvpuLiL\\/wnhyUmx74Jm40H5G+dt3+4\\/n8KaIzDzJ6Z0uKEn8oDzTNcvR9fbJ70imzR4+qw5liBLCJNM7iFhnd0sORIp8zOMbtk6CnRWlwNMCb6JVxFm0cu2l+yTh80+s\\/Oj3mVMR0g8kIbHBIHUhTvncLH\\/LkIGHp83mhHKh7jEOUp+YwZfcKjMn+IxxSJVwlv\\/5IwKba1mw4tplg5Z7TvBGcjgdQP8bz+pl075VSwMNEyR9fEJ+AT7ktWZUd14lARbEGlNcNG\\/Hv37F89WNDLPLAkZu6wQM9gHEaMYCnvggwAeOOrLrV4vX4uuqPa7nIz1\\/Q0JxMDmjENnKwu2UIHmQblB6WFP4TTVcCbiivppIa3FUP2llxTakVY3266u3fPLwP9AzNfoUTw+6zxZH1DUWRZQivhRSG2aDtxhmJcnAFL0b1GlFvLBflPamTzxZortl41WrJ4VnQ1IE9bU2hjejADGXgarXMQhPUFW\\/998f\\/bu8\\/F2LQ\\/bDlm7I9yadxJv\\/6XqRUy7eCT5EeQ9MioXpATvAV+9XsMa22XDStRZRSibe9gz8hTPXvnZ+o6bLnIuXtR5p2mK1zNF62tnQhAIRn8Zd0ZrteH7FddMjuvjZMWEZTSo\\/Myw2BldQ1FImc6xSmZ0a6zjjcW\\/lWudCmO16KqMt0lw4+VxCwR2XmTuGXQGWsJKTWBqe21HtqZ10e1LE9Sb+jaO5HO7J43WIW4ykOLLiDrNlnQCKAATW7sevRasMzVZhHYgcgIikNy+IjH4B3wxdoP5q\\/CZIHNv6+wY3BUXj6TJe1IX7dozM23AjbxKx+RlO05nwBlb1ILvaYYvj4RnTuSHqCyR53pZWSVcVK9CmIhsqLru3DL+YDEFNn2hXx\\/1X2UT8n9BoCUjv4PZ\\/ElENOK08PphBq584G\\/W7Pf8IVil0BCjeTTonwtLyM7jJ7dGYW7W3osTEMUMFBNKhLMb+LNb50nCM8ycdSuwHdrR+gwicHj31RTiYCYVC\\/To3vbv3ByXXTDZcGTLXEjSgK7O1MzV31ZKjQkIEC0aCzGr4J08NUgOBjIyBwKmrzIbRCbywGPiRSNKk9sNX1ctkE8i7\\/IAuPXOuBN\\/EPdD7wIFm4NNu9igkD8Jw2LAxmOqxVhRYugW+OwgCyO3pqRk6c3x8Q1sUgsRmvWCtsZWc6tVNMPJ9vBVYXAGBtnR0HfxvgdUmvvy5Yw6mu5Br\\/6WMBGOXnWLdTyTKMDED1\\/4c3XLWA5EePFjhdxDFY4FCSe2qkBA9g5pJbw+\\/sPdxzpihpRmvrJ1EfkspvfkFOAVvFYBxA6TLo0bEzb+nc6aMa1FqiWYhPBtNBPbEWvTjq0Mgg8qwCRRpi13HUG0XTGRsDdzPgIn7Zj7\\/nfTn3KI42vYiWF18CRT5QAUzdjIlr4P0hFyhskB+3q8yeoTClisHEOlutrj5hkJLjhS8mrWyHWd\\/tbo+f8c+4ZMfd9V0VSibgw8UMts0d1zJMbaclkFlGjnk\\/A+WiG1X2mCmz+MfpSiPrd7zAv+rE3hCLIi5DoXNlF+3iNClWjepeNR1np5Cc2TTqI1ExbSM7ze1GURNGRqgIQiBTew6EyPZyzG5k1282oYN8bbr\\/OPD80YrG8eM97IZ16vkfAdyfA2T9e3DYIWFr1FVTSnql4mNjZ6+Aclaq9EgA0oV\\/yYXx\\/iuf\\/px9uzwwKWpKROqiy7z\\/q6WuUD2zsIKRYm97e9z5QYr+JqkML3evuKFUmxlds\\/OM0fvNUieVRebuJzRFcM0q+ffHo5uAp9uzOyJS6g3uCdeU0uDjT4qa0ko+G3AHbWaI4GrpKMR56+l8vzW9\\/34nZsfRNVCUWBkP8WrLihaFnxSeWx3700KqK6UhcTFIzjaMrqxo2woxBKkhEftLT\\/iOj\\/5EK22Ygxdqb3S9Wm1X3gz6kQa\\/jsJQ5sTsiCJddhedtJgtdMLZfDUy6n7fAZUF39sTZWwsxHYHv+Jo2WGAWOrtMHrMi7CO2IsRKqAMLE3lDvAngeYMFY3RWO5u\\/pfiQdHGAu8ewLEyC0TOfgDlM05YmqzQWp8fJ8k423\\/rbb5eXZ4kV7YlxjCGvyPlBzoWiPDQeK0pKDXjEp3pQLW6\\/eEaM2Y0KAcvvKojs\\/sxDaEnwD1hFRAMH6eJP\\/Dj5EEgdmzfqUIy2eH3i1wbeOAG5YU5vbtHKTRayt4OSv\\/EnVf8eX8eqLKimSNhwwqlTz2EDw6w0n3eFFbaNvMuBuKdNh0otQnDR7xpZ1Vhx0pnRqcAQGJISayuWjBNc3VeJeuqto8uZLlcSjoCf8wSwdMYWrLiLmpVNcGWpL7Cka9To5tdyLUo0TsZLCIzKkxrBWlJ+emJ2KOu3J+Ik5aGQ+GPoK1AZrhKo7ySxPsAxNIKT1Qw\\/UEIBv1rFv4UI2lxTOp1ck+ebpMyeEZI221DCBbxoc6qqBsRgtat9RjXK0\\/J+YXgoJ5LqAe1NAv+VYURoQxjLTcvX6gtuiGMMULjfVMHW3kjW3bF3oMrojVWBfUCmRm6iZ1W6j\\/LZdfZCBMVrfVcQkQ1sHBK4SX0rb8vuMYlCRZh7LlzufYjwJ6Fm810Hlql1AKeOX4+ZlGIC6imbN8ImdHrHIQnXzm637Z9cwKJHeNPGCmuv25QEW6pIjF7lkSBzjE82stnZD35eXGQAXSpMLbeZbVx4hiKwIOseB9o+SVd9+4tNVHPiRhV1erfVED1zK05YRvjlIoe7XRGyP1KmTUIrK5cLkSxarMqKHNNZILrcMRK07mrFeVOVk99YAJCXiDr74d6mFOX7TWAGORxeDUnUbK3e34IlrLCDHFL7oiuDYGNPow5MRAvBaoQgIYG3m9JHMLBWIODmALDXvqkeEOLwH4TL2gm1+vXv5rO7E\\/7fh\\/H5f4g1bKuB3X1BClIeWUvkxn28PLttqk4nhEJRd9PBZpiQt9PNG707OhW0SnITeV2uGeP9vknxsGqZd2kMxYcT39F9H0Lv8fnE8MkceZxfAWQtWKqB2TMZriO\\/9FoXJTgW2\\/FfISspLa9we2qtHZ\\/HURMRBHRM1F+kCTtCI0mTZFPNIP4jPDUpjBIUT0FCxKEy6sz\\/O0\\/MY3ekphUo2s9IDxEZNPjboAtItitKx7ht88Ycq8+2j6o0mlyVYzQQ29aJFYx6hUFIyzE70l2DVeViJECXLJqSZeFLD+4NVZrbi6HhWmIbxcrEbQ0IopQTffuksdUXpPArBgzIkSE1K9HQKsRq5cNmv3jpw3NeLh4+PhdjC3Sn6ke17bzlif2HRpJma9ZjkXQY0aNFOnWAGMPdOcam9kD4DljwnUXvomUlbC+y4BPqlXE9Z1s7c+bBTYiTBn8eGiukvKb+zNtylMFGV+VaMZJRVpwps46ZJupgFrKkqYAym42EmEWF6MZo0OyjgTwx7leVvSX6xM0CP80Ui1zfGqko0+I5ROHHpjjyAH3x9Y8NZV1\\/S9LhZU+8GOXgZw5MhCTOsnpoPjvE+WdJAGp2jyouCYrDEQsKEsygU9nh7j9rpzQpZGDkAp32tDxo5F5LPgFwK9KjJ5ycKb+mUVGbvJAifC5XksGZSAbN3TBE33dx\\/oJEd0AErRPB1asgWXKmquRA2Cv160w+1iikeVPAE74GsDHqgscnOXYPLX3Wo6tTive5JciYL3QzhcvbLSMnUV3kA3sqMsiElmn4vXukfoA4wOVG\\/Gg9PdmzpECTBdFkLfRv0yxyqY\\/RloARWcnqxAfQxSNLZIQOjOEjOHpSKgpX51pyzQHjyaXP7vgkmx7zYsckyyZ5eNKoOWiNvxZRIldG0Z0n7sKG2vSsGdo4vYzCSSibyJtfdgg1ks5o3L5LAVl021PHzOpfsjMO2vqPlg3E5YhmsTwP6MQg+SGuG+ZiTh6apkdVcrUcMguN1V6Sb8ovkBU72Jnwtp+6zFYXIxSIBa5i2FEDKtpeWyJ3kWSLchdptycClXyk5haN718gPBBolDRhtRAt+FBp2Dyi+\\/7B092X2aEUaZGmi6VYvpYR4MzDP\\/MTPh7cqmC7yMu+Xi6NRvhQL6nkD2RytYNHH2HZdfepq9ycqzv2Zx9LxAf7hFNmnD+aeoKOlFUXGf5sji7ytb4ohsNn3nGmR2GQupfsjXPByWxNN2emDpSyRCveUJsdzhOBE4xuN5B\\/aF29MYHtJjgUZTfv3wMN3YYsR4rfgjF3qfkNFAgdwSJv+KX+6yEgLzunGMTBjwSJmF5OgymKOjvGeBX4Lb1oLPWjw8nxgWcFrK465j+uZyez+WxurJnzBHllHJIZPlQ+cwd\\/aK0IFVTxP+djAGn62iOGj+kkby3nxb7pOitSqk7HdCRRKRno6ctEiMxPgfn8BzOv97GuORgMiwekCCiMUHz83zT07T1GJ\\/jqNgQ5EpA5uODw5oZbWxTyWjp4VW0ikww1IVrOqxML8GxSDVTYlFxdksR2D09nGf\\/Lg9ZgTEK\\/3Wi\\/pcXSGgQiyCVHXHGKXJifC506u5xeASWCCI36jeqOTCPtGsfuwM8LSdASyCb3LR\\/sjLthTb6Zeab0I2mOyLW1x4weNECLXB2ihmi270ysnZ9Hk3EHOipc4lBN\\/FKrRkzrYyh5Ptn702SHvm7gMqEqSd98B7Is5lGXEt7D+5McYj46GK\\/yhuSMNdnmJ7hFj2GEbzfD2BsaJl+89P2iaIoCW2W\\/JHu3G2JsUR\\/iyOuKpaYZHVRzVUQrA9n9dMTyFnC3rFJwlvQ0+\\/7ogm\\/7GioDkbitpVOmnn5maogZlavlVcSGKvbie6sASFS+67QZiXkLCa5XhzWMrykY45qSIGOx2hMt4qRLVb0d8SEjifUKADfMJhBuRDL0ypFL5hEiunACRi\\/lrYTE74AbI9NTX5rS1P\\/wBC1iCEYXYeeHw5SANyw7YSO+vBM5S5oRWcXMK7mBKUNCTa4byBIRtVgQDRXkU\\/nSALSyjhJIu8Xyw9bOEdjnx9SDPDxXv\\/KrrGHvQFe5\\/Esui07\\/vUMwD9\\/mbbehTTU0EuFPHD8rFk8Xiqc2nOqxdl\\/CV0CHnt49JVwnxx8C1X36IYjANTSQGau8wve+seSixfs4z6Wltc2OvxtQs7959Qb+DTQrB31D3uNf4ID79Hm4ZoMeX+JbO6okPju3z2HrMV427v6U20rkGsLwAgZ5tTd31N+EUHFgCpR4E4SsuMtAEpvrv02m4Vyo6Tok0NYnmmL49u3wWXlXeBhEfSMWd3tVaVLCu7NA7a5h31FNfk\\/w\\/4RqWc2TyZ5RRUMb60UPiCqYgMz9Ms52vohG7AloPm5atdOT42EOkB1+rfTPDlUiGrcnw\\/wio+IwgB\\/7acdIDJYzggmL4U1CEHwGS+3m0q+Sbxubgr4I1csyCMKGQAW5VdjzJSQyfOfkwSKqB3hz9b5XyZweyAkXlePGbzs+OFRCayP5hGaNgtijEFRlMi5uCfho\\/jeOCFhbaBUK6+++Rkt7gkjpur9pS3kF1LSQLrPM9JvO3Js0nAW48GQ\\/aHW7J5dX+IBhOC\\/EjhFUXcbyuXrYIjfyJ9TOc14akGxC73HsuVa7VgtrvbKEdyyqtMyLDOsnMIw1PHpEgOZIA8D100DChzFMf+omfE+QKgUji8BPAB5SFuT5L1qpYlJEvmOYgwm26VCVxXLgvutAVfUY8uK8xGmg+wEBYMjWbCTxnpP8KWHQCxsAgzury5viNUpXQLW+LTOcc8a+8ZD8Z9fxbZGeVXtQV60h4bT1nLfI+LjXnhLpiMe\\/HKXzGDjO88nbvT8gOtV3YQudTakEloHRW5+CtmlBf4BZzmIvE1fqh2WzyCQbJXcxXfczrlitBH+aUA0B8DJEipVgrIRD0zHGSjyrwm33YOmpMEQ9wctZLtWLT4OvV3M\\/7MHYe2VK8Z\\/uXsMfe4CvZ3rbIIGqZCTmMtA61R+R7LoM6jNy0tfk+A\\/EGcD2Sw2q0FojSu8vxHLZecMpuU2+2gPpvxR0LmmizP1ecwnqkEm+mAOXxXaxZHG6MyL6HmML3g=\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"10cf3-83d59-797cc-635bc\",\"B2B\":{\"B2BAgencySysIdKey\":\"253703DE-5682-4EA2-979A-26A5D26C5D3E\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":null,\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-07 15:28:09'),(1893,'6e2d1-59484-38160-812b9','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4980895076418370110\",\"Flight_Key\":\"smI2QEVpBFPV4mx7Wq0yb1Nfr2AwIkiVkDzZr5IrE4jXIUx1jF79zWbcPq\\/JLnryKDq2S2I8UVv7AZVdjZSOGL3jL9u2tJghkejvw7icO\\/YTQwRPuonaBg3GdziTMMo8+4c2Z8A5E7Z\\/D94YXXiH03tnVpvA4vn6q8lyAKR8FCp8fUt7W21efmJh9AXRscn3gs920LXqlluLvsSDdVw+hyCXMrOKiU3jyMqxOHXTz5gsey8HpXqACSSjE3vR2Yo3XipQll7roPh8l9DCk8TzgoXOytQoHwGq8nEK9EqaCJK7hPOtGB3oJYgRr7nhu2F2kML5m\\/gvu7nmZqA1XlEXPTCldA6aZVBCb7vq5A+6XhL9S2Z\\/orNg9aMuId6kLSYSEsnTHnMw\\/64Xg6T70AEyRHrLP04WmMzo6LB3yg4xv4KvVBYzH68o6qm7z0nvueuoK0xuFJdnomMF1h85JUfBc+\\/PW0VM9w\\/qdDO2uGOrBUabCQC42IMNu4l4v7QWlKzWArTdjqN2yh8fPqhr580sZHqEjCC1SISgoMujbxJYhLb\\/FAlyVy9BzoypLNYnPdw\\/nTVk008DLT1pWoZ6mxkqIgOjI+nlfPQ7c17I4f8n4M1RKkRWd80ToifEoWPND\\/vltgiJ7ozIsRe+avwwEwikta1dI5U1wsyNSEsb0CB8JjlF2UrASUbUh6So7x\\/tIVtv4ONcioscZnsVC4SefeBFj0QWvJqyIi91U7LT2IsGL75boVRPXIso8b\\/C0FFL3y5Q\\/xDhGrgI3uAKW0j0R5FFm55hzk22AoPuQGbmPj0HF9TDsstnhEdWjwy63Hyi+2yL85DMtQ9lgmrmFLqGiWUAZfP+SmZMt3HWAlQ0aAQq914XDHbtRcdChO0OaSM6sPprSZt4OgmHMssh3io3jder2Jr7rbd8SvOZrYpwIFMlCMDlESyjvstPmZpg4sUNwEXFdhb5b0lCApw0YipuZAmg\\/ge7u3trAkrgVFRdnSNDLIr3jFm6J6cxTdPp7jMF5fEqhefxBLV5QnW3U79kYTZWfpQByulZqN1uhhhQHBCO\\/xWS8+OyrRrPRiVlwm+PXg9CVnpKZMFDx6EUXzAihcxwdujhKgtKfTuXVfBa1o4vuvOkKVWUHZhHGgP7RAez00Spa1CgjGGRHR71YiCAoKdXfMbLV1qI750ga054Cx2oRHikshVExeL3I8\\/VGYm+e3+o8rBys+m9Ioz9FtgulB1hzRndBNhb\\/Ntr7SLks4XGR9pP8lZ02lE7ooljzJHUBQSgWSIoOIPJl+BY2vGSMWjOSdNzhDBvXyQoBO\\/okcvDeU2tpD5U9YiSEtzNhfqIoNqToEnEvez31X5c7Ec1QmAPrT1bzFqfrqk360bqP+sPsM7kF9dLvmiMuomAsR7uPiiCzDkTM2xHWKGKnTjMgEzpHNhnY6zeIs2QpNwRYVoasiKMWc\\/y17TsHpNStvAjyXT+vZ3f417nekRm9VW\\/Ci3k6TXXmuEt+rr3yw4xYN0PklsswKNmc6mnL5whbkOdiLbGDAYDxv2bgmGC9bPCIembQwu89kLHyGZRNZTi07XVVVPIv6W6VAm5SJoPCvVNXI+9hqPlSmUnZ5vxPbGVs48rHoFNPPIg0T4ozudZbnCju515nGyQDoGrXorXZu39CIzXSjPHYmoNUkvRrG2CEL\\/olZmU4\\/qysPtGP9MVvjrUYMyTP+8PNuyVNqmz9kQLMgcLEQG1vNrpJ\\/68V5V4xYX32E9xZ8wl+D+Xm6S299\\/Ss6nLY4EywTTwUhA\\/XfJqe0GlZD75+Q8p80EZ3A0PjW1enE7IPG5j+ZoBW4tz8lUh6jyFSBXTF1kNhQL7AY4lL+EeunVVCoDh4DyO\\/uDmSM4Hq\\/8CB1Nr6q40ACkMhw73De48NM8CQ+63RSfxT6Z5RxloxugjnukAaUJDWSGzDhwR1kpVfsSAZBRqT68tSBUngUR+XyCRZs+rAjBQlqv0ffgP7e1maYCN56TwvBF+Z2+7RtPRguUSlTpPNihMwI97FLtYYdw2\\/m8r5m4o9cPuNfU9sZX39BVKlcFkAoCcqzOmB\\/zCzBLY7HEIie73LeqgyV3rUTtW2b3UP93Lv7S5xyLv9zHWrd1z\\/vKy\\/\\/qY245tfUQfwfMlCTpxec6wZG\\/ZWZDNfVZ9wAxzL19jqHOGbSZqwj4WyE03n4Q4285f6BAuf8KdAiRvO\\/\\/49qNkXPHJC7oOvueBrj0BaM45pFoF\\/a\\/v0lXtXLzh3Qtx5AA6QEoy6uGZbYy\\/JcPdpYrWZFjyJoNZQX08hkPJGKTeg2XXSazitX4+UKBulr2uqeVg55cTuvwPcRtaFgixvfXFJsaNT26zXfQTWGFgnk2SOqDUFKdMRkX9AnwPof92+UsKAJsvpdg2JeH5qn9lJYMCrpTAC7OI4g9cKqPzvQWE9EC9P7M0kfU724t3P45FUMm5wd5b1RfMeTN+h1FEtqdI3BZt7hqni4IwGOCeAHBf3JAMjPwShQzhByD9IET\\/d8NeqV2L3VnpvE61GRp9z1uKinOAKhZaq2FLVwfkvnKSGwVY5Q+NqKSYqCI1ZfUlCExJAh\\/4yAg1YJiqFO2bvOAHSBO1Q1JhK1XxHMCXoku+Mm3JK3Z8+Pzte+2Z1VesorlyHwQUQbPdClJzUV4+8tFWPoUA\\/PbOPAdku1R3aIZ+HMFniojTHRMnTyYlhvE\\/bYlU\\/OasWXtJtZdF+mk+Iy9HCI0vlr4a1Bu2Y8AtTGVIYDtmdDF\\/VLKiv2R1u\\/VQqBSkzQWvTQ91jCimIZo3ZqvB4Cp8KDe0azxptAMOz1VI2AwhJ7zCuKlIvcRzxnUGZ1\\/uWK1S416qa2npyG860tecjx5xab+++CoaU0nuE1epz+NroWxX8zdT3MCj\\/gYFSK5tfDQ8vMVrJhuiCVV7vwjDore6c5CMQnitVMtfxapQRrkHh9LpRBR4KedrHWhCp48ABvX1VmZP\\/EVdktS4wbrZKq3duPPD476hITCNibgTGKcnnwmMl1OM6ZghmzlSd4bouCbFi5oZiSgP42iuqRURPeoWZXSmOnI3bKsHtzPNpHXgrSss7E60D7RQdE9cmbNOPODlmBejeXybN3i3LpeM6rOwK1ArOMU0a2zcG9imn0B5TU6IWbZRViXLPSTsnSEGxS5AHOwh2Xcmi1lbf78bQxiEGxVQ7ENiE7P9Z35MABKlP9B8E1XExhUnPlyFZXPWthk0zJbROJk4ydAESMPV5WZUCj7YKQJJo9qIXsGjYvY79tAdwuounV8RzyCYr1uuiRHPauAf3bvqTAvbFIAQECkm0Fbyu2c4jIlIjELymwyqDIOCNwIx5Q75Z\\/P1V8ErpklLyOU3IxLzYzu2+cRlc1ADaeFATfN8tJJ7+d\\/gnqfQltUw8ZEcXzzHMmOAZ\\/QbsTcYElxePmNgCExdzOJn4QJHqf5ksfLztzAQloGHv7FOUK2ldgzm3mxVKravlHbsl0aUn46vm+pzqvlJtZYsLAI1T15WuIeHRkxHqkmAPzoCaMsoN+R6MoaOAIYvHChzfUuhNm5CKUBRiNmo4RK+1Jzm9DdWEO3yt9lHl7m8WyGo+EBAbB01APTD3vlQfqEXnwV6VgvOSc4HLsAl078VPBQOWswUq7iupFDAFwc0vIrPM9DnJLJT9QN1zVfb3IZGMLXlo4zyBL3+lKra\\/FPYoq0EKj8N7LqwIl\\/LXJVrEXDR6CrLQOujvPXRIYVH8z66d+s3n9fPIKOAHRR8ee0PoMk+x0jM3NeLbcMusx\\/UHdF0EecDJYzK0KbjFnnrLxKuvPedaNHz8tOqbsOIu\\/pfWS82QOpKVVje9uAB02DuQ3D72H+XQi7V6nkBfP6MB3WjF6AvT7rABsFOqvZ9jtoUFW2drrvSoYjHcRkCyI9GQiGPZfudp\\/4AgTPnJDKhqKLOD4Bg2WZxQEEmC2+ikruD6cfDLiQ7RLomg6leUiU08AUK3yGVxYaRLGHjNaat0akGCAGi3M7pPlm20UCYSn4OIum6X9ZcznCr4o52iMb6NpG+WcHX2xTM\\/z4+VFp7z7sBFDoLfVAM15mLbW1RWUNTCxz41jh6Yf\\/c59h2TQwmWjrK2h0bzO55VkZFbSDc8ynQV7SWgX7fB6Ictd8\\/pfJK9QpfLywjL5kDmcQNtW4XhMoQEDrQ0yo5BbQXJjLE5sUgPIVkN18kLKtfF6WE5IPN64zbTP6jI0u\\/VhbYHJrbS1bj6NYmgddabXKPV91Iahf\\/oXqoPwd8IoMFH1R7nlkTq2w2+QY8Qb6JvN6QcNXqqF\\/T4TDTuAfbgyj4ziNT4Afwd1IPlnPtizcXLDynnXekE5aHHpTvpZZPQN8ojAem7OMrkf2soKNG4DTVHvQrPlSz9NCSz9zMTQcPDpsbbgomZpAlHHe3FCoTKdfjc1akYtW3lnBfYf+7VTA9Y\\/9bZNSZC3cMCVrsqA8Bpu6t81uJfvTpsecqTBOpbq65yts6DKqKdF5FG8Y7ffTeehndXoMP43PedjCYUB49CuwS20nqMuOIUkS1HyHEopd9Dk36qgobPpQRmLyYJelKZv5YlVswR8aPbTVWHXitX92k5CQHb0PL3FDFxC2IvGPjSQnriGQJ2iPgliHdpVl+UA6G8Kvb7Ve1EdM6tdXII7ImSruZDn9MbndAS1V963DbxLnP5QKGPSDFMBVm2\\/eniyClT9uddXhUchG9MVchIHlaS6TXuOZ9Xhgqju3bpesyudquiN+gji9PT5nE3x90opc0DC+BQqwkkGIrfSrg4pd3ZTlS0NnbbWxPxBvSVKx8cgJ07J+QC8WaNZR9wHupVf9wpBvTaHxxCAq7X6Sd0vs5xDUeU2pBi7WagRG2IOGVRBBsbsMKzn7z7o6IQTn2lsS8xIvLmmha9sRy9Zyf+CpeII\\/tbf4RNc2DfqPXaLgRCvSVO0rh31AXsMcwfb00+XTguDXu3QMts4ugc284QaKxd7z\\/OECpbAe\\/J9hGOMb6MmbY5FvZeZ2Hvl69iPiLrXHIp\\/KsG4pis\\/LiXrUvpuEbgAj1eDr4gLpMN4XGcbxX2rFIbnNvaQ8y4B\\/ND3AWoajGlz+oCLqIUN2Ctu\\/BNLlIPGTgb+SyLRG9DKumLyAtnXWn7QX7UB1ir+AUFZFFmrTu6YovDltmspP5Uhco7jPyG412fEF1OEQMLsZR3UXmt55tv8bt3Z5xJjpk+xAQq4pKt2ySAxIYkOq6LYBZDw+JJ4HcHGbabORYVZJEeDQJyEzRIMkw6Godvzz73E9FnOrnnN9VCjLeD05YvbCR4M0vNVIC9XszFeF3dzTmk47Us4qOj4qV8SnlWlnHbCKF43t3hlBS+\\/aDf\\/d5Gknj3XVYbb+ps2dTkNLQFGBIXRplf72X9xj0XgxT68y\\/0AVmF751oETYVucrDVG8Vcs5NSXcIo9xrb\\/wYGS3nYX4CAhY1pKIMJAMUSA8q2BGKFYW01wuqgWtXtsJ7jgCoNBRk4hZT+FTXxo2\\/rce0dYS4g9Fs28p3r3BKAkI\",\"FlightNumber\":\"6E-6603\",\"SegFlightNumberArr\":\"6E-6603, 6E- 901\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 19:25\",\"ToUTCTime\":\"2023-12-12 00:45\",\"DepartureTime\":\"19:25\",\"ArrivalTime\":\"00:45\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"5h 20m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"11\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"6e2d1-59484-38160-812b9\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":10279,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":8362,\"Tax\":1969,\"intPublishedFare\":10279,\"OfferedFareAgent\":10279,\"PublishedFare\":10279,\"CostToAgent\":10279,\"PublishedFareAgent\":10279,\"CostToAgentCustomer\":10279,\"PublishedFarePerPax\":10279,\"OfferedFare\":10279,\"CommissionEarned\":0,\"CommDiscount\":148,\"TDS\":7,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4738830578803104130\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"J0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"11\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":148,\"NetCommission\":180,\"BaseFare\":8362,\"Tax\":1969,\"OfferedFare\":10279,\"PublishedFare\":10279,\"CostToAgent\":10279,\"TDS\":\"7\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1969,\"YR\":0},\"ApiNCM\":148,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":148,\"AgentMarkUp\":0,\"CostToAgentCustomer\":10279,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":148,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":148,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":10279,\"CostToCustomer\":10279,\"CostToAgentCustomer\":10279,\"TotalEarning\":0,\"CostToCompany\":10279,\"CostToAgent\":10279,\"AgentB2CEarning\":0,\"intOfferedFare\":10279,\"intPublishFare\":10427,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"7\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 21:55\",\"SegFlightNumber\":\"6E-6603\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 19:25\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":105,\"NoOfSeatAvailable\":\"11\",\"strDepartureDtTime\":\"19:25\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6Vd04ziXD4rRC88WCz\\/h+b+FpBuypfO3duMKRb3ct6cPkk6tW0hoelS5lJ2ZNKDF\\/psm0aeAN2g8yxCqsol4YpT872ksvO8i5FEPMnC4d2NQ71dIv+fQYBiGp4P\\/KuuUD+Ayja2XFp+XB2VisWZ5\\/53lWylqBSSvrmioZ6TehkLFALKDQoKE+WrKYIKCsBRVzE5qi+7l914E4DR7DuWoSAu\\/lGK8+jzpVQ7QnAVDQIZq99O6wZSOn4jqtwdjH5Oc+VlulyagigNLpku+Ga6vsICAB+rq\\/FR4cLdjzf4AG6qg9L2SsGxuektDntOGKg\\/UbKwpJJxYHEGB9NzwDlei4uhEj1CreZ7VlXXMmm6+qLcmnUc0Z6EFBp68\\/ApRCajoXWadN2k\\/Qd7QcXRntLDdDuipF0gveW1gYrkAwwyFPKeM2uW7DUq1I3NgkmPbOlIC2HCZYB3MKwGT7Ju1SpjHVGe41nk9MhDWO\\/RxVqmwWGC8Jois9gOGfcWL8d8lw5qvkCDCfzVNiMqOTG3WNWYslQgIHbUF4o+ru1kGSGNEIAjGL2ruyuS0rtlczPPFMxFyNHnzgJC9BgAr74kzT4Atvx0=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6coQ8pQFTdiBbbxDVLrkDC2xj+HixN39UyfFbf50YofEAtHGoUdvlXRgnnTdBbtuo4cqGmlG2TAugqXW\\/ShUYoDLnaL68v14SRnUyCb7WWMuYPSVquF+reKeOyF+73LFgi1gLHhIPoeqWqT9HdcWnA6GRogsemdFIpzLC\\/xI6V95REi3\\/uGYLDLO8ufwf3s\\/kB\\/BdLpqwBdAvYTvwqQflVS7zVb7fm9bUY1u2tSrZCYjTBSzYSHgL7EBmcP+6IXU\\/n\\/6PF6nSWEealAA1A7+hcWmueKZdYRrvmrWq6slRBHOrDHOmLwouOmnha9LVvKCozjetFBip1Y9NxqJ1bqCq2ifZ1YHKj3zf8edDee0xx9yC1wrrbveai9\\/NEDdKhqI3hEZ\\/FekaSMZFTBnzkTpMmV3vXaqddvZWoU7LOKDaWEIXHtbAtqamG4MtQQj5jVlyE3Vg5\\/ITJfktKM2jzCcfjpHl2jX1XN\\/sGwJnE5UumeYojA0Lawm8F8ezZL5u9PxJsO53fCHwQY0BhR67kRx+HtyGcx0lvXOnGV5fkiKmXmBezdlcOsvAuICv8Lk23ZQfVu6h2NDgPAApdLd0QR9kys=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABGbGER2ZO51kVGBJlEvE5Em1IaIIC9F95Hb3Iv2P72KwvITT863ireFwgzHMhNpcO3R3F1peN4unrbriQIYGAwt\\/SoYjtOQOkmF5\\/q2H0ZB8uxvjj7rUPdv1gYERUYx9trZcyc\\/jRBQBjkp4s4pAitSRRgjYNDhc2wvoVlAGIi9BnxCynCrvj3526s3Ff+c89DTBTNwn5RpZ8CvwXW7r8MirSVdLM9dFhNa6fjlhvGF\\/cin3LdDZya74YnwJRZLm21MuaiuKUE7+EsTQx6o\\/wFL3m9FSjNVFDQr7bfwsZmMYCedYPzUoNl5UzaVx9Pz\\/gapOw4MT\\/59Pp9kPvP\\/UHJ1EO5zdnJiepMJ9RYXP8jpSCRkY80A9TQK5HWwKr9zh0o2Nty3Fi4JuFzyglFhEHdZ7wYiB1BGRrpmp6K3mejUIL\\/E4uGzyt2pWhfeEolloMrIcTl53v8opOu8BtCheAHdDMZ9nthE5lhWf4aHeARCc+usaz+pl3KGu3SYQYwO58EoCN2niTJ33cuS\\/J8e1wstq1Z4hG5VztsIyMUFEj6iyiClT30AaR9uChS57b8LK3i3YUB4X1rgvxl5Z9aq4rp8=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"ZqGpfJJ5\\/h2Y2JtgigxKcWWK\\/havk2Wbi4JTXfhqAmYNaKSL1b4Wbs6KKVXQHjuBhkMbqSPu5amPriQzGpYDeV\\/F5JTVbx2VnXzmRXag2Esd0EAyph3expbgPvnJK6x0vz65M6zXWUY4lCQsjIFkqIKYAt+BLllIedAvLHv3R5lPjjj61J7OIUs301Hy\\/v1kQqtf3a1FfxNiuVNQqk68\\/6nKHhhY5GVl3p3i\\/vwNGHIZK7f2XV4qe80nAFshJCTLvyOkqjWCt+XMCmpQq0ETzo3q1JSmTdQa9dc4iWryG0gcn9IQVJ47dMw\\/\\/o17wxXYWpBf5HIHmJjEJuTiAY4qnYZ4uG1pUkAXT\\/VbX6arEYxmMPbwZIpxfcBxi5cTRAiiZYWovcIQ7lahcFJwuNSnb8sH+Xc39fr5fOYiMK+JSbcwQKcKHBKYE2KO8nH5ppSLuAIKYxXqrXhCJZNWRmfCLH8DFNtDGM1yQ5wNVSnNysfZpgUSryG+ij98gCtMcOn5iDNC4OTIxrz27TlhNSgvN+1NMJxplJp2BRnn3Ek7WBflToo7R0iiim4+sGQ+1mp6wkt5VL6scutBQLYJFwBROes7WHsshYc\\/BzL3IGp+UDA=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"E2TzbvuY7PgTlEVTRFM6v46Btib1wOBBkb09LzAt56f2rs23xcmAIcNUs+RTWhl3JARChDICzmHTAslg6YGpLWU1boFnpypb1G+qoyXD\\/ibPifV8407AxXdHON1kT0q0TE4aaGBVFpM2gKXdBx+AFHB4HOfL78zQn+KhrOqBL1I83FAZ3PIHvC9njL4Ost\\/VpnL7\\/a4kIqRuhrzWmxpOHI475tFvISSt5mfdxiyfR2ejI5aFjTM0ssFZXT+IGZ8+N6qrRK4+ed+WFgQn6qsvbcmaXHAh8Fmx1JAyJZAcjnYKCxWf3a2X13cHiuSxzUlK6waCGMSlZprrofTW5dqVn+hQQNf7AqtIX25znBesftzkniMMnkl61xW5+6\\/PrAO9FlD1rrJuX1nTfDREMVKlr\\/mTIuwct\\/Iookh6BszIpxudHxuQtB61RblMGEjt0k0qm9EJkkrOwBi6JI1oRdLCcSCCkTZq61V5qZKuOhZUXDylvLFU7Au2wlhzwWVTbhdo2vuIi1cTnIhI26vtdH\\/xuEdwXuJWw9r5lsUu\\/2LVKJvZ5XGLRTA0w7eGfmUBzzxVtviFSK7EzXminNJJm2vqYQD72zO1EXMVyfnWsjz1Cvw=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"ADr4SuUwkYW9y2KwiAt2AC2H\\/FBSn0v7GSP2QiUFOL\\/5muWB0xBNlf0eu17OeHBTnUcOKm21ms2TBiTrq3WxN8a+oiGntyT2d+4XSDtHE\\/BmddZuhZBAFFb4BWuEnDju4kFkbQHvR1lt2ghLseA1Nr8cdk6WClEn8wDDSbO3kkLCSt1QDiKgm9y8L5XmVB45cEwl9BRR10nrgUyehTVTzWt8uOhHbcc3+CGJ0Y\\/ARtHjT+UG6jddSBlF1fhw7vyTsGR5lgl3dxuTkY3l8TpKpKUGkKYbZs5YPkyaYHE+v8UlX7cQNi9h1GOoPzgFj8hFusQymQTTmuZVrZIh09VtGRrF\\/WLLU3IEnnaiRpRhIbw9Z7ImRJd\\/og560Wb0vIahbgr9Lb65xHaRVhbWGaVjih0cyHr4rr8p0UWhoJElTfp0v9lIfjXwP9VujFpWMEjszqYlYDcBKC+P2B8itwAih+942ThIGJvSkRX+HVGO93DLX8MyrTTPLFznKjIpdkI9CXg67wWWqV5g\\/rl58MvVDgZC1xjnfB7iJzaI78uGF0TnFbrLBCaNgiw9rymrJEApI8H+JBzqvRksTKGUDdqCt7kMvbQ+bQ8phhHPXsrPt1M=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"wl2SncpgECayqqwSi6PMU7mabx+JuN8RLtFV3xZQoWjQVRFQJINCVb4pO6J+kUdCGrNLJeiEXZ23Far379V6+219BANx9ve2et\\/9GC2ROoKwESnj1iDZK9Of6oz0FDSh6w1Aauq7fJyukN8AUK2zDyKStBHywS+k7blV7OEx0OrPEM8o\\/EojmhbfniB\\/k9VEmPEJT+rXgKVoAswGFT1790c81cICpaHRaptsVoPx6K+KCMSo1FSmbK+jMuGlDSsMHW04SucUN9wL4tzsNngC6UugAkuORwGvB\\/bdTiqgiGkYV1UfRJjpw9Szp54rYGjAgbJaW\\/Fhi9+nbRc5OCbQaHHIUitGntOHT4Ca7U5KHbrdF4WunWqUp6YjFIHzKHIylMG0YXsbB5EIs+0iLCZI\\/UM3KMKG\\/nUzlFN3Lxx0OWIMUIlqGqx0qAKlSiJ57TZr3UV07ePGUosHWxr1qKZ2y8beVZL73mJ9KKJzqQegmkt5PWZSlCYaI7kTeSn4lnj\\/s0yeq2e+Iq33KMsL9iKcC4KTptpDtixAsJzh+E5I9KY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"SqKbshmPV6vuFovyHiwjmbpZ8fXQLgfjkZPh8W5swQnFnDgs108FqJAQ9XE0PFavCAHk5t5NW\\/uaUMM0iF+HgvWgx3oJORLrTDHE1MR1Z5pKrF7MjTjZ+sJovKPxcH0\\/YzP9mscwiuV34JIDyF7CLtStpzPWaMvow0u2vB8a6DgQaCG2PRbT63Pqs7w\\/wPfhgH4MJgIGPMUkEt7+G\\/sSy1fEb0A2xXYOaBuP2iFn0fqEJv3IJwUjZpGLJ70p9dR5fGW36kHtWaAuJh1rduWqpj3COwgmlgbAHgJZ72fe1UV99z6xj0nRvuFL7Dub1Py2OLiPBrJpvQSazE6\\/nerd+phihnnags5QFulOlRJsMSVpZjNzuITZDGC1ishlRnLDmyosfqicrRFtFy9O0lx8oKW7GqxXomQEewbQestZROLu6xfShg9MTBCqqCrwSEv3u3fdnIOQDfOplKy0qeE2Hp5Q0b7AInqhOrd3MhYo5G2ELR1UwRt8bYrzGVLx9CoVHr5\\/MqYfdt58ghv5d20dGzlckhw6UKSo+5G46zoA\\/b4=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"lsOEuLjiRa9AA08zpJShVJ4f8G121Ect3BFacCukYVR4JvJDbWdBdlghChYrKxw4Qc7TBkSq\\/rBHgWleZWxCNqAIb+y2309\\/PcAaSJahUOlm7jS6HsMcV12H1v420dMQq3LP+HT4\\/Mq5kMpwFg1ddLjyHC9FO2ns+Fa0pBNmwnSuRt0OFQXzuwxSbmDhj02NhGhhUdNoEBBdW1uJhzAmPs9jcxGcmwHk8pFcw9d\\/iUrEg1qaASzLgMKMvj4z0p7XVA4bSRk94FlOKF9ND5g0aHF724YjFNHwwaoor78TxlzTxMy2D2t7kI5eReL8DuVG8kvgAjA7f\\/9uoIB25YfWMdXt\\/BfqvQC3e+5Ixpr4tGn6ts1bRCPszSEUQaXj8YdvupKmNFjxKntzrvHlCLa9Zu8n93dhA7Kbtw82kIiKwhMrcWAmZIO0RIPbVpPg8C88ihdadgjq9p4mfWi5tQShg20TREkkynPzrzXKAp2rjZqyNNuab8heH+g+RxZaOKbftElu2jI1om2XcdlqsQ9clUZQ3FAEmX44iVay2rrdM52ldk9R+PgXXqKkEiytzBsza\\/QUeUlA\\/QctNInO0V0Eyg==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"W8fd8srKu\\/IML8Apj5GGZRbflJoLYtZ2jAHVSlmra7AerzrmIQlrDe9X7sR7+s\\/3DlQzwL28Bk2Xj5HZ2Xr0kriLTrDwRMGDuX6P\\/B7UtWUIxi6R5wIysvzRqdh657smnKvEtk3lpot66Rw\\/3d1qwqIyGvFGl\\/KU65cxAF7dwH5VyV2TdU4C0DK66xfysOjhbi6yHmkCVzEKYk1CMtKnHRkYs54iQn+h1zoM+VSxeXi1GR5vaNS75TFzOgOuZimZRhmmc8UD59x5XnsMm202Xe3COeGKshgqPVr\\/jHIDtsiKngiL7yft4wDeWAPWrfrZBOUTi547PkbRpwYIk8BZr2j4K136V+rVWoFJtMNL5GycgXG0CMw0bM1l0fgKxMyRycUzSNjkyuPXDEt2vv5bW\\/p0hdlGsqxe1x6th34AXLfvZHI76e4SkPuI05a99zQywc2YxLv22RZHFcXkiixmljh\\/aCp+MZH2ZIf0PX9XN8oZnqXjwIEBXZTT9wmw\\/yuJZFfnjAPpOVxU7Pl9qk+LSCvAXyRZJS8qdP5RiolsNiw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"i7VqsjcP0FttDhgQuhg6r\\/IHuZjCAAtL0y3\\/Gwb6+6mw1PMn\\/AW\\/ZIl5C264ff+uzpSiVUIv1xULlEI1EZbe8N65Ro9UOZAcDsN80t079G4Jf1pdRGx9cwPkJNppiY\\/iKR6d+s5ts7lQQ7h5BnTmmjW8o3CxqZ3AQ2MXsZIiIo7rH9CfafzuEx9svidZGrPI\\/Iv96kVAuorNTOYP2rVJ6q+hNYIU8mFhtK9XQZEL0jKXgxlb5k7ia5L6ghaLkCwyaTiBRJBl2MWKcAWWBtPaulhrl7CUingI9fzqmgYM0HDESluF1rsKEEk2BsfqNIM7Tz3pfr2u5A4lUQhL9sP86lP\\/eUN4AER3QywJX0\\/p48VnxtKuneX9Xu\\/NetMgUPXUKZnCk1WbNdDfbId+UDjwzCOuYClsg17\\/HacI6dE+GxFpcjpXY5tlsW\\/QbDSDl6ERPOmNCT79ieewSqch5BGqbXzx4+0loLbNS\\/IDRMVkD\\/fmIGyxIj+wmnjbITInTw5dFm9Ar+L63HO31Fji71gMLQAtjYolAQVELXFf7boJl58=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"VXNG\\/eDcJy+B9qgt26Tk0Rr\\/Qp24eCSufcmLqj\\/z1qt3iWU\\/FfM0SiwHwnh8HbuZxZrSpOGJqNoCp5p8eMJCjhIsGjvsEJt8svn8bRoH9YUqGOXPBJGtaODk8bkRPnl+M6KXg2IocVi4467Shd12EFHbjxKx5iEF0STX7ONixDCJ0iEy9JKFEbJRTNxhaOzWMO9bCEJFC8++qeXgV0UI\\/HX1I6opRVE1LSp+PGPLzCs1JV0Y9jWbDWrZbT7ro9PjikTEXpsJNVZb05psWDbs9aMMT0\\/aQFTxnCbXuAaPADPAbTo4ea+2v1wn3n\\/I7+wRkvDzT7QnzemTwM07WBPcvoj08CVLYChMA+uVIFMSzD\\/QqGb0UM+R2I1+1+zq3IvTImX+bvCUdHdWqt9jn3rg8eLVJpZYzY2JUKh2A5g6Px6rcyOWI8f2YHYP9Z1rgfQyzq+Q7oDJMRrpTalWMatvf8OiIUckFvQgQW3iJ1jfvpQf9ZKXrVFMb+vctR\\/K1xXNuh4GtAFWIu9WEf5tL58a9KNglmTxnVG6PH93xSHQU6s=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"3LEiY1nZjw+Nk8aUhCwtB3CA9PwruPSsguC+ROmR0Db8rutwjy1xabaMb5Ii29x4AS0us8mhSMHHRCcXgiJ3a4fkB4Ozn8kp6rWz4FQdmEkrn7NvB\\/10KjKTqh\\/HkGXnDrgs+i2rhBkP053aTOxZhi0nLiV2tFmk9O4OA7fyzu9gayt7yGiubL41T2WYxxcOUijdtCAh+Bvj2qaKtOgMH7hUyJHc5NzbJeZ42Dh1KM442unFh6HdkIWUzhPvkOzkN5j\\/jsyCtxd\\/LEoTtdOqrUbYsXst6Eaf2ImL24ALUmxjmgITq6fNY08Dxql1DGsYu\\/G8x0PoLmCX\\/vKZUZQN6PuUhEJvkOXbH5b74btx7cjvs\\/SR\\/9ECyoMZa2hCp\\/2wrsaY8lGlyj+q8QgMX0X4TijzLSmGFFaFXONeW3EEfEgUr2Z7y3urV0vW2vvxAFGgujORfVzSrUZ1bEBc1DmPUymCocNrY6QBQpo7XR+TJPAXz4LYKebosxD0hcHPdVBn+pDLalPL6KXXiVI4Z+E128Sf5GrU3mvOmDkvgA\\/sY\\/8=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"CCjosTwDXYpWtEfkBR5eR1ZKmMUUspaw7KCPemUyquvuexHOTG\\/43LR9kNI4hV2D+9F4p6s9Dy6jfdg+BmLkMkk\\/M\\/SE4OwbBozb1Wb2Cl1mXBePSKscyou6bhE2FNtiNkTROIQQdJXe9hvNPkEX6+Ilm6hBk\\/HEWnMfPn7zAqrHd7lfBGwAYN3zLO\\/RO1p1AW62JFCjUhuziz3i0CETlmotm\\/djU+zGmoyPhHGQG84h2HxH8kgaV3cq7uAUU5LgrbQp20Vxv3nE9gJRgsjxJ1\\/g2IMdGJlKbaSHQGKP6byLdhzZ5ROBr0UtK\\/Y\\/UrBMxOC9z3hCKC\\/BtOLwePI7fss6NucUlox6G20gO4FDn5ZxnbAvfSbe8lHF\\/RnTIKsJfcHR+UZop3YbAK2Sf+jx+ro0xOGoXmjeblL\\/FOTVyfiOvZZTF4gJV8tt+IUQTZ07gT1ckrc6TzsBbCWYb2\\/V3Cm4AKFIiXCG8sdbBj5+T4\\/Mt5E5i8PHZBi6EvKYekpV5KPH7jIPBwGQKXknRKvQwOXWXMK1NbrtFslPxbXqZ1pm\\/VTRZYVZ\\/XHfZzdrWzXu\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"QtZwy1VkXecGyy9HhSE\\/64na0vYMqN6M8b82eBd16z6jVxF\\/D8\\/d2CdVfu6mGrYIudnrrpV61MvgZWfIH1sBHF9DAmz9C3we\\/aXq\\/fAw074g00oedumiZ2+3+0qh\\/rp5pfZE2QND+w3pJ33fVMqb2nGf+zczuGUus6OckU8j2eJEx9qH+B9\\/np0L\\/aZ82O5TE+fxukRtqaJZmUfyjhd91e7KMHpS6VlYmrUJbjpltyhgsHzBkN2UO3xQGn10NFSxuvydSe6IyXZFjrpLJ7IpzVAHIdaQdc6Yf9HIRz9juRMwGoxcuxT3ksSq3M7Mx4r+Wh1eZ19fyxdNeYAzhLZL+DMBj\\/\\/1BzCiq70oB5chhYciAgVxcCrHlTfYqgIxKvNSIylDerTTPqYNpJASuWQJX+54eWepzs979ZPKErgnF7pbhXbY8FyA6WzMZf1XEXV\\/mpQwk7EkYLugaQwn6wcXXbdX4z4nz5mg0VscCH1zTAXBKsGywZMSF6Mg3l7h+WnFTu1i6HaYYLobHo0+Ucjhg829CYSx5qpIR37DOryV800=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"xM5wOIburYcl19Kd0C5B+M+gse5DqMkAG5w+jfTGvgIR2j1A52BT9G9plbGMbmt\\/+27I2vFrr8swWTKCWnhhGqxUQflnRcytLgrYYj0Mlu1l8ydL5KWfywo0qRk5SA9UJZJHBYmi\\/RMGVIacMpL+i0iEaxmQMJccLHOkWISeOsLuuFoT+RWHGPUkhmRw\\/DRwOBxCXUGEBMAflfH1pMQI2qQd9xQlBSJqeQPRGH2wDs96cSCWZu\\/5KWo0exPiRHHVvV9PXOXzj2W7\\/QAeS7bFM997ImoEtCWpME4habsZtqh6Dji6N8CFSO2eBXkoaaqit\\/34R0M8BJBCpcZqls2iesnZADZBMSp5Qow0R4\\/0ROgoMH9XCc9SB8SCHcDsT\\/7n84n5y\\/ESZC92nLVOMhWaM69CmTelhVtszeETag1J37fOt5xF0CwPAVDIHv7uJEb9xmH+b+KJhTCQAUYhT7jvVL\\/CWE4CAeSXJCRM5Sdt9urAymqOyZ5B+\\/uyM5pP1cKjgA1LAf\\/jnkUCbcNHICj3gJsTYB2kNoPtwlG\\/UwfWRHmlesoPCBeCR32Bsf0Iy9W\\/2KS3fGeMLWjv1bl0CDZwpw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"S1mKkEbrzGYWLT2C6PTH6iU8BqysBjCozXFn48KargsDVUDcHvwnAjXE4n1O\\/z\\/tZXY1qtqzb7tk2+IIDl0Wuu6ovVWn92c3czMP1ZHRBZ3hnz+FYPraoRlD4JEn5s1sbP4AWh5gJzk1Wk2xc2kw\\/4Hlt\\/3chcpJv5fLMbFgBnIcJjKXE\\/QgEXF402kH6IGAnTLmMcMM2PrxdqiUgp8y1wCuxk3SG5VUleXsihvB9dh4knUr6\\/WWDsSwdpbhSRE9G+vW69gxnnFmM3NIoY2dTWcZPqh+nNjuW\\/pcqgOmrZYACK2+TA\\/iBF4JDULKS8xcLvRtesK2s\\/e9eLFYlHP91hbd51ac0nKuA2+T6tq9ZxDHzW8IVgFAIoDLzBQM\\/rJq9M9rW\\/nU0vAFVgIicDM3ir+3zWxN0sTcfnVCw0DQH+ZphHu5GMhHTOsLBPR2wuiGQRRA2Rl1k7htIdPtkU1AxmDi\\/zsSS9LpnjA1VkhorjY\\/SpZ2xwDpr4c6DCLJxLVKwx+PjxmEZrUQ+tVsxsqD2Wa2umeSDRa35S4VFV3DKOZazFiDsyHiZ7b6TWDmLCut\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-12 00:45\",\"SegFlightNumber\":\"6E- 901\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 23:40\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":\"11\",\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"JI0EQdcXkFME25tWq\\/\\/r70FGF4vkT4QYogsRURPYR0v6ufOflgAdrFvhi9UxdEt\\/2XQDpSeMIEOtp1vBd+OsHYgoK7qQOInl7xh4UrdDAfFzXguOg0Q8+S6Szqriq\\/Eyz21Jl50ty5tcmEezMgXuYYSA33H3fSnZxifQtK7+lczsDef0525s63GuDNSfDK8XKn9rGgTFxf8P6bjFg9dTEwoij2W9\\/hTp7T7DndYCLFyE+rmcf5HXgD\\/jXjsQZtElu09o9p8\\/ZaXTfK9QjKF7INJTbYmmBLZ7DldK0GCuEUx5GGOD4lij6zDthleIqN2mXNp\\/nvmJGmzPe49L4gOrwQ403ucM3yHl+obTMAhPSDxjWJj188BDMJHWEcibDzU0cHqeXk4ogpXK+C094aKsEtttbK8BYOSnZwMEfmSByM\\/Eqn322UkrgVQxe+taGKEd6I+69yahafPwfuihhE+uxrmZEt1OUsJLGEHnwZkjASAYIdRStPbf6JmYbN8u5X2rjp7idPYWD2skmP\\/1mJ7+WdlBnubbb4Yj\\/kS\\/QWkSGipXAVEu+29IgJhVXFmW2T1sk+GaWQTdLCFFd1pN6UgDGsTEmdiauhLHMT\\/UVlWi2\\/g=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 3 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"Prepaid Excess Baggage 3 Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"Ne\\/eUajnGtPV868XAv4\\/6csO2SpgydOGYbKYjkhjxLCWSTOSW3YjuZpjHrPwKkndAReIHjHTFS8JeQRi5\\/uwuuYkxyOUKw1ERig2k2wPm+umvYDJ2w\\/5MrWkD6cK0yoVSslFtDBSD3vJGmKpQYppxueLfsIpkE9KQs1eItz0XRQE1H\\/k4qk1lGRRd\\/dqwxYDv+wwBzADT25tcMQ8vLwok3nTo9WCF5MoyVmhIDejAgtJLBMlf2QE8\\/e1rBOhI9aO9iWJLayOoJ5sMECyqJLdlbSGvBPUXos9bexp6hfJIQCoRoSjhOvQ7ujqBpyC7NcDHYMdjU5+P\\/xvp5cWLybyMX5IYr5GhLv\\/WeRQ+tJ+rrV9MOL5eILlzxwRAhGqSLeJdY+i9pxjhJ7\\/OzVADKP9xrPqoHDEPABxSETnozyyL4DiYODEsiO5XNqSNEDbXirmTBoI\\/+15rks2g4B8Ys29R2zFHPYPZKEw0WzVkGad46u2GIRiDwYkFgXn\\/fRhMuJgKtiprnUpFDKt4wChn3q10yQhPuvDALUTe2mHCOJGB1fCWU3PTovIYayML0p3qjo77M2vOKHqjf3x0KW3c52iwf243rJLDJwEj9oFRgK7Zb0=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"3of\\/6e4ypfuDKDWfm2pMpXSyzGDdiFea589JpS2Sr7GL65Wr\\/nZCbUfluugfCyuGHFfEK5LeBW2XsaiM7\\/N4Rlw1uihbiUFTU5LFM1EWXgWesLZzssjoSoxmpFDCYKN+6QYVWBeaVf5ScYaYZjefZ36IWfidou6KsxduSwSDd3n6seiVW3tz9TLMHgev7gzVRlt2KDFR3l0GpuXee2eUwuWFGi7oQM3nIX07cDkYYTgZUPq\\/FzXVEtAhRlWq+TRknzCp\\/t+2yERO1FiB3QCxAu4aCAjm64dOfeBG\\/dssyOM7giiyK52GN7bKglhHxMFKZFV4t6c8K80X0snNUdARv0ndeXcxi2maf4vqtm2WWLdbtXXJ7lmwbdmW835aVmOjJkVKeSheAfzuAZtXJWvv8zKP+hS3f2s7qjXQ0WSCgvYLtcd9xFEKvx91v2IYh5C5MWTAVUqv2XwqWnt7qNcU0hyOhJVgVp5uWhkW56ElyM9wG+PGHIOWJGdhU272JLW7lc7cWkD97uAokr9G0KXCWd669B8CMWvn4O4vCseSJySk\\/RUsPoA3g+xn0rSKgm1hqwpjR6Lpt4E2f\\/m8qPN7PHx6\\/tLEtmF4xtFsBGigfx0=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"3of\\/6e4ypfuDKDWfm2pMpdPNfO6EOdhYuffbi4VUwIF3QNLOLNvyoCXjWPH4Dry6AbgUWThxyYm+KYyB+8LYS0c1R+hSRl+Fq4W3S\\/exCDaXXfAyhcYBmIBYs8os6UaF1CQUgMtyMVaKqKrvziofxRaym56INBppUsx\\/L9xM3pT6TfyMTqtkUMXTVpr5Es+ecV9ZVpzqEAjjO9hfUAF0GShsHtK4gWyWaGbkjEE5\\/jO4YUZ5oq19F45uKFqqGzC\\/AiwpNPh1wskZFGdgEvNHeHPidtdriw4FLTUZIG0j\\/l0ezsK7g8sNbDl94Rttss\\/KBUiHCuGjlX6CfFTXz50YesFjPZcJdyqQprhrbe4DjILxmzbW3WyyVfQ3cR0Ybyx0FWSihnx+0LPF6fhrH4SI9lMoHHAHezPkcE18Q7Ye+cMR7YjdQt1HlWUxR+EtgucC9arRDagG4dUTvqQrI4wsCr\\/xKuNv1yGnQnTPX5uPehPYizkg9WrckvtcvNOQDObVolWRj1cWJ3AKyqrY03B8BqOU7jxseDB31Js8bDjBzMvMScyYG2bGapfXUUQMp2IByxEmAkAD9qVX0e1PHR3yYQ0k3eEtWewok31hcACiDXQ=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALbQ2gfPi14bAfblxiaq+FF6solkWCccvKkEhq9aiVq40s4BIhcH8eP1akibcBOokKiCEl+6zlYzxX\\/evQhMKSdA91QGkG+JFbTMfrGPZb1ou47pWmLWADnzNeNPepLb5uP3bgSaTnS\\/r0BMwnalRZEapvWFlygCuiAkIUyF11urPQzM3AygwyfRSxq\\/nhNsITD5SdM7oSadBolpq4Q960v1VzD007+CDO85aLzyL5uepfVKzySjczesW7Qan2qYPR5TyTLlSCMHA6MFxdRRSBQDTf2Jr6Kb1rs8Z1PuXwlGFdr7Jvs9jeq91KUoi3F1d7wOHxPACexbeZ89NstbaHOBpGpcwUsOQ4NazBgjXgBV4pIYST6m215VqtVs4q+UtlFkWo3a1S1wkL6FWSnn9543EC89Dgar6Ruy20QpAUQmPWqjpTPGfhrSucqjrUGGfnZTduiq89j0OGSe8boPn9OaJ+vajAbuhcjRRoYl\\/HkHu21qNT56hNMQUqNhvxyN86UoYpf8myYENgd+JhJ5XqWe2+itO\\/Au8REDB8O6hmmZxiNun+qRv\\/F0VBYLooexP9WgRVFGtzgowhARZG\\/rOQL0=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALQgYMDBZ8qYXyrBpe92ymCGLU5OwqvbrNoPZfhWO\\/WBJZwRShM0EAQObYpc1O5rEjYeGkmsNRWF0OFSmrIXvhf2WD4sJOlryKY63b4s\\/fok9+Ef5fn\\/QDc+F+ogWfZIEIXcZQvsubglq+jR3+yU0YCR8T+Xv1sej4KVvMfPcAoLr0mW1EsG2rxFyXAka0Gi68xMl2vh1jZIAUgQCw1dXhc259\\/z6np\\/VTtsh6fuP9MM2W4JNXkVjoE9ShxWjtDHKfOlDdAyx25TXrMV8E+QzBEjLJ6GUVDz4ItyzhUywEIKNoV7W0mRKGZlDKGD\\/4E+oxLIF0OAVn5W+2WOlEbM+FQN6EevNGv2Cg28y0wWla6r3U4m3vWXG4YrA53uCYElOaXt1gI8Sp5ki\\/rocYJ1m0HBv6u4H8ExNm7M276d20xriR6+l4O13yYzFRhWuhQFZA7v9oJg7NHjWe24Gvlk796FTVQWI10S7dtSa1\\/deOKfEIikBYT1T\\/oM8Xz0hR2\\/URDb9rPhpQcCNGO38ktg1bi2g202anyXgVdZGSlTH4HH5hu6WYKXT18l9WuCaPxtS+HhJ\\/g8nrN7tGkR4OwBn830=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 kg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 kg\",\"segmentid\":2}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"asrqQCc+ZHOlFE94Xby2W2sPg3WRG4a87DOZTEV5XKu983cUkhIjPzk6kqbNUKPdYEYSzyymfGOmj+olpaKF0TygIt+pCZj1cOpoOPYg93qn5sZ+ix7s8beBxRtIKunVC9lh9joNiAmkU2+vzlKgKiNjG63bxxLYVg1Hp\\/Ie35Rk3ye4YjtgW6rQ397zbVLWVKrqEJNnN+PKiGTRB7UYHNJHIBFdANO7\\/MsGxQgNDgSBrv+AloKW4Uzik4QwjxmJKiTNrTFOMo4BGcj4xSUmQ6GBBO1FW5r8tcxBnFKzxjiy\\/xichFoBhoksYCeC0\\/9A1SYbXwIHUY2W8UdkSuksUf6irBylFBkW7Ry7qVDTmEyJjWNBMy2uzjYxENklqbTYyDrHfqk6c4uSc0RLMWW5Ykos0Wu6IsXxARchVnFR12MjKvaen5SFJQ2RovcYW+taR0KZynyS782jiR+Dm538TNEd5ABHYEvOV+D7z4\\/VTobUi9COOrHid+e7P3zE6yg0iCv1epr4UZoynekG+KD0FlYqWG1Hr\\/4zYSSI2nchQig=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg Lactose Meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg Lactose Meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"JNjYiwJ2YpybZTZgRMKDJ9T3wgVLsDNRVVgp\\/kEvKdWgE8rU+bi34SZGFcjdh4H2qzjlD0sSKck559oyXqY02cGmI1k8XXaD4qb7vmtI3xt8d6pzgiX6FrB58HwdJoWEsHJ0lBrZIzrRPOER4lz4UNSC4DscmTuHYZ\\/z6DDFLq5+Ray0TaK2jGhzgGX3qRhtrAFo0l8kMLHmH9ieRXk9fu9f1t+IR4kmw7xkni7n7m08SKZmHVCLGiL4YXrGuovsN7VasYyT4cUSZmMQL07r0sb8+OFog38Ff6vWRq+AjVP84hoHekNOVUYtsKJW0Y5zZ8fwkvm3hegKX8UU+07dOgKCEzFTLPBCP9qKWv1\\/vnbI9BwiCYyPXmb25MyH9aY3irKIFQUW4U91F8gOhx4EakTRKM2Q8IbQa55pKAUzOcT+XmNBpbX+07iBAiZsq\\/qV3dMDNJVeYr89CNPMAE3ePjRL+QzLytyVpTfLMgVBNzKaiTn7gTp2mGrBYzcASa9CxJz7ZSaUjA6Mt8s1YLC\\/NYofWEWg0ufOFEpOBtw6Vos=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"B7hUT0TJwbQsd7JhZmVSFEzW4FbNMEARDZzRjjdukCAeSzMq+g3laIhiQXklZc7hcsuFaBj4CQ6+Gb4l7nGtIZUr43Q0fNGXDPrIB63zq6viMf0vy1KllPF9iIIeDw954gIXTnEPnMyHfaxZJt8a8a2WkwYeMHGtNBPyd5YbzI0ea55W47+FzoENrEnjmF0X61iobjQ7mAx9l3IqU7E9iMeO6yjNUuReAwDXDniHBLtHUsU7Ltg2eyZ4smCYOuZyshfXzWjGZB9JpoUSlItgAQi5Y4s0FTmRebcAnycbCkWkKOUGRBiqvUqk54tX6hJ9yAea95SNyvoBlTk6tZGWRNzXtc7GydMd6UZpRCxsXF7Eq6bsUbv+ZL7IMoFBIkBV9uhoRycGzPuJsZzQGIoMNZXcrOgBGglXihsu6DzVlpX\\/L0\\/iqa5\\/XnfePnEDe2Jjvi188aNqQzeTmx\\/LDg2\\/DKuXxCTsYOurHIbYpWQRtGG9yLAhNV55k4vPZN1VioWMzM3Y6iB1VsWv3OMaBbtAe2a46gVsjDsOdQBdbuZLtEcYhlCUMGxpyHRhxjbaqReGtpEVDIMVGI38iw3zsxNboA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"NoQIqr99pSE58qkS2tC8JrL3s2LjIeKl0ZNrB80tZ84Sx9C7k2iF7IHxh0vN9N+mJ3QQ1UNoyXaJJUes7mPqSXJvHFWBi4a8+Sx2WEPxcYGBcAp9aC1Kwf1N5LTYzqF0SzBc2kSlHvTnlINRQhYyefsgTaMOpbZ6cJHkagz66EjstmVXEA5t6wY+agJSQuwElRMrA5FtPhr1UeFjIuyhYK7HTRPMEFmbHBwu\\/ZDXTWIgLf+lYf+My\\/RowEZl93Y77jzjdgVhqbgDTVoUCHa6kF1FD1c6iOoQn1DHsGExA0sElQu9kjs\\/4I9pLLZX3kDA+b9k9hqgR+4NgvGFnjaN\\/9x5j74r2VDVPvmABpGyy1emaMgbaC+qL18unM58VOBHhPar\\/C8dyThwZuzup+\\/8xdOKkXdN68MnWBsRJqPaP99u\\/xVMlJgwUNsqstLpFyRgDcW7t+KcaZaquicZl6vHTSs2ypW6f\\/s7YF1XXfMQcvN9qoZdfLz8mcRSObFDZM2UjbggeC0\\/9\\/Ra\\/bXkXLLLZsT2Wqa8T6ajuWlzisRoz6E=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"DccxNOWFdh8UTDcI+Z6vLnKDNnnEf2KcLeuzMPnwmeDoM\\/9WzU8BOZy+FTMmfW\\/rm7okkWqFtg5xtDT3VNBqlgz7EjPvVJQHj3ZRMedbMKidLz0LAZrchNZ+j7R2zTbbnzWw5R5KsPRdTS3iK9hW7s0P40XcMPLTEgS92H87O7t8bMcn84KPfc84DGbthfQKlsQkV13pJ9F+WA80i2KJ9QgBNTh1bIW0lIb0uKXMf3zRUhxZmKweZZQItRTrh+NorhFA1Jxmetj+3e9bL5SaAt6H6lXJ55o9FO+3Cy7n\\/P\\/tIU1V0NSZ0pBPtkAwfa73mGm\\/fnW1T68L8pa0Lf\\/4wxIrbgcjWkRq6yt5b51cVKdZw2mIQmAttuw0riB\\/+++bnrPRoBjNWIHVC0Pg2g9IWxZ0AQXZqnw5F981js3\\/utTixtwuv1X8PV9v5v4O555GU8iya\\/w65qytJ1DPAzrUNJAXR6myQ\\/1VBz7\\/VRepcV37Qip79zagW07xaUXPYyVfKsgqBLCVaC9z0lXeLF\\/XRtpIIAUQF7l74UZTx2XVShE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"u0E8p9h9V6Tjx8jiX3F9hoqZInV88dmoAW+8jQtTyMPMJyoLw1YWe20HGwXFf8L+GRSGhK\\/2cIkp4FmL7z+Op1qJEvjkzbQGqYI\\/3GBIykPyWwR9d6FO9xbdPbYv8DH0eBc5lctmVe1ce5SAlV\\/ifNGL\\/TlpyXcmPudKh9FW58JcI+58BgXC4umI17Q9B0JOZnS63IrxzGX7NPxlrZRIdp0iK+0KNrVUgi0N3AKbfWyVbmIYSBWUGlrP2gTw91ZR5osBp348XI+a817edFXBXIuhDXOweOURuoVB4Izzelj8bT0S4Df3sZ5OKS+oyYV0IlJpv6lSVse5DDl\\/4myDVOvKcjp7hWf4RLHroutWiZZkJez2INMrUs9sRrcn2Xj8g+DnBYE\\/MUut25eV7E94om7rRete6ChNjSFTFz5e0mRUrjItM8tF4pO9rEJsquAJal0kHL91fv5F7AjQZW2BcsvX3kGyhrCwSU8ZWMuWAvNaJnjzuf3yn3JlVldvyjeWvQkk7Wf1XKJLaWPFkMYaJLWyNvYJsoL990fdkQURjHk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic  Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic  Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"OsnWABkuQYtPSi71LV7eciDdfv1wkQFeafRqTQRBGiPMKuqP2r8WnXUNXNUJyJ5yCjogdiLO1MpkNqeXibPdybMNQOfe2TGm+noLenM04sVRgo+LMpcp\\/j5g4L7XphfFyqG8WS58kJ+AP57XSl+fddXSk9O8wIlzA+5MXQOI9LrmHNGCyD3mZJVAJAHf0jlGc0zX9IMfbZ8J4UtcbIb98NjQnOQudysdwuSSn\\/NH7zT7md9gv1\\/9RYS95uO097TdkLZLyHad57iAdOwKC23KW8wzs0wrNItwZ8xKB6B4w0Wq+eXVMh2Wc38hR54yXZTfrm87AlMwHdnMSeDei3zPXlnYdQww1P3SKryAN3Nl8NqTwt3VZGtCeISxQrRJtAGYSoidNKeg\\/HXfkQVV3FLLCR8HlEP9SJOs9Yr1Y5SIQG7G34I05m6MegpNcTldwLn6D0\\/bgnlvJsZjfAIFHMBihp8T+s6\\/2homHieu\\/TlmJUDTBcRhQkEK5eWeudhvK17fs7idMLqPaaHuYbKiVLzVt6zD5XQJrcYov6ziw8P7vaE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Child Meal Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"1CpFjjT5oyCvsoOjYpLPLK\\/OqZvH6xIzaVyEQYeM1dCH7g5SCWRhVZKjOhk+RpaWZU0U0u9++5kdqhmIAZesg9fimwVzs0aPme8AKsq75QevbCaocd0TiTeH8mw0GruaCNulGMiXDV8MOOPbDi8yyxSD5fyxkNP3IGLgfM3RYHrT7qaN71kA7EKFm6CBSZh9S\\/JIvDgnYexbf60qgE3hTQlC73Fv3lHGYnhv82tQK7lyl7Tk6f68cZt8on2ph6N1aC84\\/+Vx+pMjfSDR9kVyZh7VvR9WpLk7F7Om63iSK929qD+vf3s6f5cU\\/3nCom7oPjASAzpDHYVse\\/IyujZMMnYsuvAM47J4QRj52bUmldMCEYtNK3XOHhHllZ8LPDNL00sFS0MEWmxa3z\\/uSRZOnFw85h7cFndedTg5aMbolv6YzesKTweIlRcPG78Dc5Gi8qSYA+Hn7xZICbVNZqLo9+EIqVjRhtsgVfwtAd3xrZJfDWMqVFKqkxvY9A+0vlxXZQoVUhey7snD2GJ4\\/RA051Tdez8lABE8y+4qFpuCCF0ot4PFJECzmjUqWErB1jIU\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Glutten free Non veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Glutten free Non veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"yPiky4V45s9hHg44gunkQzHxChUaZNrak9q\\/3AgJNnOYEEAuwtywpwCVrgxwU8SLT7dG8byun5I63CtLDqCQkV1SYS6Iv67P29NeoaB0kMZ7FNjMTJWqGrk2cPmTxklXAI7OUqAP7yEQfNh4nAijNg58UvNdD5gKmMAT6pKWIvQ4Jzb1upUgf+x1SaThimKGLU3flstjfw6prKrj7aVk+uaf8lyhkzNLw760O4KD+rYudm28p6sdmR3WSMPhfSlooTQ69WGKfBL3lA09OLWUYdHdKtc18uG9xKSXiLab1oBixN5oi4xoxgEtmsqwjIYNgtQQ07VvFHT1961n2uyKPrMaLhC3yFckjeFqyAeBRir1KJNQnfWEr3kQq+Di4eGn7mmzEPkDagB5lDOYDx3AxKTFM0w6RcoRM+LEnMI\\/9UGZ8kVgwMd4E4MGSOocD1G7SmccVQLjTo2kEjk5TDwknWDcv6ZRtpczleYL3M6JcFYORirdX28VQ+Tssr5bspu+MxensPOpIJE5v9lMBne\\/b0KfoAhZZbJcLY1\\/3pJules=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic Non Veg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"xBJm9xsHvo43Oph4vt4o2DTiHMDElyHkxsQmgy7yMXO2Yi0u\\/VahIwL6suTU1CeDS\\/SUj4+odWyNSRY+WDC4YtIWl33qoJOqJbA+7rAj2tm5yej8JsUfmUlBeTda7vNxkA6dvVBjQHrwPl4yj8Ey1oqxUqRp51\\/B4Y8omaM2TXKOGST0NoM8Mn2maXBOushw1QSQdm2Xdc8EiF1LzN8oPEIQpai3+HKXUzYIIt6KWSonL6D01UNTa3+pZokPdtFNDAxOmR+efFpj6dBXTNYYE4LzJGQYqM8122thsHJ+6ywfTLVet5taO+A9zuqtYgXD1uvwtpXFnjpg8tH0iZysMb4fsYPCfKo6rRg4WRK1CC3tE4kVz5W8aW8GChbv1CPZ+MUmQsGEr30o5uD0jOJDvp9Q96T1S55EXOoN5Exaj1dJsABYRy0q6C2U5awmwg+lmA+YL4vj5W802AxKc19874zW6D\\/LgkQzuaFoawo8ZgGy1PxgvkWevXdHIBG3zdx\\/4dyULnjOI8i2r1esK8Rf\\/j+ydynWrBaPqd7MrFq8Vx5JaG33DpQHfXxJXN72toBfkKVn0jlJ4WlQ4zuEoNliyw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich \",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich \",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4980895076418370110\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"B7dvrNIezt0onMtbWVJ+\\/hcQsgsFbnjkTxAGblvSFRsw13mvJj4x\\/t\\/FAGqVvi6XTynLjbvttroErRW1PXsdV0YMgIG7+5ssMwgcxTv+9\\/S55rcgE0qXJHVXec07Q24CCbMBxZHrq7my7vs6776k1+RxFplw4um5Ig9+NTyc3d8WUD2oEo7G94IjYdPqM16DnWqxlm3ppXODhcb7wGRmXGk+5iy9OKB+yznJT\\/axnPhmWFVjAkXm4ZjtAorJw\\/c7RDOKLHz+79r+\\/ZJL1fehHumqjvT9sp1cmDbYU2jA7gTl18mF7eZr6XUKzQfU4Rel\\/6Br3oVy+h6cJUlDV\\/rXWt8eL0ozRgOjY47cKThcdY+nkaT2TXmpGLFaMZNiWdqOrnLLXidoyVjiZzz2ZbeQJPCAcrFYY09\\/cS45HzlTKrN0sr5+pnaLKe2PG8BOKNzqFy6+\\/oqPza5RsWTORatrl33Vt7dCUnbtKjajQw8ASGrarWTanRLpj4Kq3yYNNZk+RNDPM9m0fZQOAij7Fd1zf6C2DIuruL7eWnNAgUdq605NyjjBKfndJUDkFl+X6z3z\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Child Meal Non Veg\",\"SSR_TypeName\":null,\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Child Meal Non Veg\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"4JxPfOQy5udAw95QU0DXngelim\\/rbtaY3FVV5tRXa\\/8x3cxB21j1OeTYSFCJDRDJf2SoYRqRWZPnRdJTyWew7Yi379w6f8nCPTiIzVcDHzlX\\/yKgb7hnxpodKlX+FEsGo1RldxJQrUt4HE\\/zkEmRozKntrf97wA86X1y2oS+z3vE5q29tdGxyWv3doP8OMsZ7G4X6Y64AEqiqNN+L5l5\\/iX17Bc4L1yOpsewy3pI73y3gcHaeeP\\/gLJD4iuDdAPR+7sQu7lOn8N+70o\\/MjMDJ77N9SPgxr0PLP53TbHaNFNVdZ1LivQHMcxdUpA6kirIawkkz01z7i4FHPA\\/R1clQ9mlA0To+oMM\\/\\/p0ehrCAEOrnk8UeB60H0ZnSSXT2\\/RnIYO4U9ZOsoobH1MTEs3kz0MGVwMCj2MEzG2F2j1O2RwSNJkJB4lh+UseN4\\/ZHpJblk70N1etmKGoNhZ5evtjr9KOKJP+Uj3+6ews7Tt5kUWWkQeEC1Y\\/WhOyggjOLJD9lwnwA8\\/8gCqb4ySHFrOHJ6yHWEjFxrGi4W266zduGmOAlKHP01pK6TpTgOt+jKp3PFH5CyLlxVBkr8ETauWuGpWpnQmXzbMGp8hAeN58E0n\\/FQFEUsICJqFLjWVhbqIc+5nIqv407xwQ\\/Iwf1r3qMx3nnYNF6oWTWsbf2J7m5TMW9UOC17YI4Ed8HPT2XIhp\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"apiTraceId\":\"MAIN4738830578803104130\",\"SearchTraceId\":\"6e2d1-59484-38160-812b9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6e2d1-59484-38160-812b9\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 15:28:33\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"6e2d1-59484-38160-812b9\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXngelim\\/rbtaY3FVV5tRXa\\/8x3cxB21j1OeTYSFCJDRDJf2SoYRqRWZPnRdJTyWew7Yi379w6f8nCPTiIzVcDHzlX\\/yKgb7hnxpodKlX+FEsGo1RldxJQrUt4HE\\/zkEmRozKntrf97wA86X1y2oS+z3vE5q29tdGxyWv3doP8OMsZ7G4X6Y64AEqiqNN+L5l5\\/iX17Bc4L1yOpsewy3pI73y3gcHaeeP\\/gLJD4iuDdAPR+7sQu7lOn8N+70o\\/MjMDJ77N9SPgxr0PLP53TbHaNFNVdZ1LivQHMcxdUpA6kirIawkkz01z7i4FHPA\\/R1clQ9mlA0To+oMM\\/\\/p0ehrCAEOrnk8UeB60H0ZnSSXT2\\/RnIYO4U9ZOsoobH1MTEs3kz0MGVwMCj2MEzG2F2j1O2RwSNJkJB4lh+UseN4\\/ZHpJblk70N1etmKGoNhZ5evtjr9KOKJP+Uj3+6ews7Tt5kUWWkQeEC1Y\\/WhOyggjOLJD9lwnwA8\\/8gCqb4ySHFrOHJ6yHWEjFxrGi4W266zduGmOAlKHP01pK6TpTgOt+jKp3PFH5CyLlxVBkr8ETauWuGpWpnQmXzbMGp8hAeN58E0n\\/FQFEUsICJqFLjWVhbqIc+5nIqv407xwQ\\/Iwf1r3qMx3nnYNF6oWTWsbf2J7m5TMW9UOC17YI4Ed8HPT2XIhp\",\"AirRepriceRequests\":[{\"Flight_Key\":\"pfSSZJ9Sn2GI3ZtY4DCctD9saqdFTxRYHVey7wSxofZ7PxaPQMGdH6oMHw9GXgNAliRcj+Zcr4clJfmViggg9+xfqGdrQTlFUidzqKtFm3KAvKmNyfaNBBGIOEob3d6+ApYwx\\/FxxPBn6eV1FdoHfFM\\/wWkDPZkbljzEPSgNmH7S2K2YCvsNDLroJW64GjGwDgLPQKbC4vaXazEB4fGDmfYLOEEg0JXa3D\\/AjJaGoNGrMTlvagjlQ0JeMTguRJInKCWiraFNua2\\/WwDdHx02rpc1uHBX5eNK\\/6wMRnVvGePf3mvrVgA5kWF0fgjkjXoHsBlnEyX7+B78i4UAbo3VpWmdFcQHfNN3lSE1wBcIgmlCLnODYnV2WMd32GfL6EjG2IF98GCQwJ9gssOMIzl8OvqsPrxQqrj6Fh0cPY+fhpemhbEEbxnkFy46K0zr\\/WtrIwA9p\\/DmZpPDDeDXsmLiX0f9C1jZeB0hHYJs8kVCs1GSne9AUP4fFkNXE1eQjiNjJMSYPA4IFtUNiP4oWwDy28iVaV6jxfC21Gr\\/V2EktT5b\\/vofH0Wn2P5++UwkTgq+\\/vO5knYIVg9oms\\/1QqYqM0WSUxEQwU\\/\\/FsiRrxp8MU9sOylg7+BoSzIGMUa5GJQ6n+VB52JWCgm6nC6d5RoQlFcBnktD4dtdFmXkEP7G9wdB7etkOn5iDFm7RsmL3SzUBXhawu8rt36BI9QkVDosWpvJgK666peCfI3O2yE0KcfYqVjogsnfloUz6k28MQL4UYcwT04peASazM8CN7TGvC7JvIaEcAgirPx30LFcbtJ9zW1IqkLI5YUP1hVAItusWeH0wHySjVTtCVxpwvMn1h12RFtE\\/TraOKZw6o7kbOFGwTbrWZWDw3+ZHEovbslQRZk6OLLxIh2tZb6UDi\\/bqqFVflSbKGlVT5zxK8oys+Q6gzcuIF\\/1rf0y2IQxPfJ879DVOwLsGJTWLsVnZHgTOlGp4iQWg6ntCDMgNGtCulPgAFM4FaJ1JwnmKSgNY\\/Fly3JaX3EKTE2co5iOPCypbWMCKy6qB\\/AxCnlAEVjvDECywR1ElC0+4Q5KsQLuSOXpkCsw9E08vHyOv3nh0aJ6PaaZ3\\/E1\\/H\\/Re+hWe9EufAJw1FtM1AiYnlUDaWM2\\/1MDjNINhIJt7NZZM4fLx5iUUAFpMPrR4t+BVgtkiqVnT2WuR9uEVON65mgCOM2X5BjAjyjrFk7mFzwncjwJK1Lzcxe70Gq0WfTpx8uH\\/rZjtOjawNIzg1Hqio9u5mznRKWE4qXSJk3x2TaDZzmS6xZgZkbr0l0ejxgXEZKdrvu8sO6d0b0zr5EUWRobAVS8GDoYL+1Ljh+lkBeeAKU\\/b+WyaDK3OBp3Cdbn3+BS7S6ml5wBSvlcXz8AwviHa\\/cyO0VNW6T2qAMMyrEEpbg4GFZ9zoZrfVNcU+hP\\/zZHFEsxpFL7fq2P57hFsQhw66rFf0vmylws6t5uVMK\\/lxYxs5vKWeDsT5vRRJ9vM1Cm0LLcnJdkWuBnYQp\\/WWGjU2z1ew9TlsdLMZMpYRM+B5yq8DcNvOj4xLCwweb5lfSW1mNan6l6XokzCttqzoLbVZABj3J8jL73CJSzZy1huwLHjto917OLpXxDJSjgQY3HVLn4dePicUGYzbol9rLTEwaY8j1CTO1h1YvEARbjzJAR\\/GjMCvoCIUGT1UtkDI6VW1o4A3bqcXy6b6uFMG5KnEWt5CzPlZUHQdc0SyIkAKLwjL\\/SiPH7sTYpe2zHFf8Htaiymi7pliFiVACphGvd8J4MVVoBQd2P34RAtLtmE9y\\/oAu8zNDAMvwGSbtkEIzPftOsytMC36\\/s4IDiFvVMtcP1JPJ6Jbs04zJbELDJCl4aL77zPk5L+JK7MTeS0naHw0hHQ3vWLw\\/iMqSN2mWFXxCSZHpgByNo1rX2bqtjfX077SpTp2wx0R9eiyLbBZjJIjhqpakt9RKRxylRWjsV8Oin6UKKcMwyfVx6\\/ufRvTIbsV6o4YGJDKXWW0BJoH4w3SJwZF5\\/pTmKIkg5++iEBy1KcFVnK7FgPgCcWmrx208JS8quPcaKW6elh3FjU0f5jihZuPMHpxVaKz\\/34\\/+DRVMwS86Mdh57lMqE6JW3RwgHs2X1zCKIsx5cHI96HBQxqjnLwl0OIVSAJipHQlWPmjbTJPT6F7OleQCh3QQguEUqFIcKiTcQSh5AO3tb52bjMLXn\\/ZXEKmdm6Csz4ktWJlQBTqM6V7gqjZQrwL1DYlnH77vOjsirQRUBAYrpXbPPP52t828C2jkBP9kTqqiA\\/oC\\/4mghT48wiXziBhAFkLItG+Zfj9uGRf0apVPwhmtgas+PvSu6Phi\\/MzibN4c+SkP+5zmWNFVNSqIdJfIfMXjAp1Mqt9uEMlmANWyn99zBL0jy+2G2eF0Z5zPtpjDw\\/ZiLzgMdORq0+rWzDIjPra77bNVgIWoylp9xpV2w\\/pfwzai66hefTbQbUZj5UBHLOxwaYPbgGlGK7D2IUZl+V+rQcQuLH\\/QyZF5jyWXZpaD3QRcgyKlhjifYfLDnZpno7eYuZ\\/0Ql5f2fgjPpYYxHk\\/hINCDJ\\/UhLbJAzCcQWVr+\\/yMg+A1rCR\\/cGLxSu4oMj501v64GM2YAPBy0wwATJRL5kjFt1eYCv41SxcFdrPcIVy1rfixxznPTQrWh6nQh\\/WKUmnK4VcEW73poXDwW96\\/rUgkrbQSHOrBIMQckbYLsZ9skdCkacD9ty+duvSS4AVteqjk2NOsB\\/SbkBfv\\/QkPJLEW9Ry8skacGBlQlrsYtGVZ178TECrNO4LxSneFG6a+7R3dYU3Rm5ApIXF3kuaw1o+K4Kj4+BUXN1Stz6anIBDKYrDaAUe3n48D4TlEdEKclv6EJkNVxJv8rI3TOIyXm0an6kL\\/wc6bM2DRsyMqj5HWT\\/KWSbyzZ+fWc7RVO8o76oKqcJQV\\/0+JGiLi+nFVI7nXdHHezkzTRDtc69M73k+dB9mn764ACUfm31pgmSnML0ji3Y9lqJBDjgzgDby\\/ryo3+nA0tx+Q3lydxhRcieE5JLoFGGhAirx8jumwHZIo1IDUOU0vtiwDtBlIfBW2tafm4SD2Qx4LReKEv9INyKh+WeQltAzP1zY14NARyhzLySRiEYqIpDa33BAeHcvo2\\/rcL1cCK+0cj82Az86wU+5af5PAwx\\/Gc2+2T\\/5IMr3HbTtMSN0MAkjFMMRadcWr3mlXDAjkPyb+sRhU010QiAcAX8BJ\\/A75QTa+3638gFQbYcQApVtz4czK+3IoqkvcjQG4N6CXJYbluhz6jLyWkAJMtwzQ2IZ450m1jZrd4ZAu0W4QWDGQhfv4H4g78UImNPuOdBifuavcQpdrE6td05jMPG9YfxjMgquvYoG1JzwEuCvtL8n\\/mDCQV93zX7PA1i\\/bE3fSPCWc3EVweBoWCfJSPxEankJdtKL0mAYTZbjjXhyHs6PUPUU3RvRZ1ZhcI\\/wZxQ0IKJuC1QBqIwcStOVVWqiqEi7R4r+dwPW41Ighkd3uqcwcTcrDaHqrmV3+2AIW5cUeNMmGmXlz9qxSY7o4YDXiR6YXzD8cnasBg+O9rKGVQyu6mEiWsra+sbP4PCz4FSH\\/fUkH5mVpEXjamxXKNEiVKA3aUXYyiVtZ4\\/zOgKreektKtln4du0O6xHK9NqlIQ34xLa9TUQXHrf4eyZMMI\\/eA5YcBy0dNBmBfmgcpzMHZKiuRHIidSWemUoWfUwd8Nb\\/P7mHyM\\/S+gcMEI6b6Kr914bxfHLurJ+OIAMUnySRuJ9PSnlQOFsrUNitjrdGe+O0o\\/ahb2IT0TPeSqAuSNDSjJvZ8k1lBq7lPzA3SDhbNWOkYmnxMEIqs58HoH8zhYY6bVvfT1fwzR1eIV0mTEZ5FXBqpmFoxGIHnN1KDSXznUPp2Je4DBgSDi1HtEjoiFHimpO8k+ziewdYGCRHED6qlLwg7UCXHhoF6emJaJfp\\/+keY+AnUIAlSeZE7khkH9P3D\\/ng1WFRgcCf0KYunjcHXUM2\\/NPYDR2nVowtEIMOaxxaVtbT8ATTROVj850dLNfLR7SSWxZ5oqqw2XFXntHc52IomxCFOk3KiFys7R2DZl8CAAYY42pPG9BkzKCXycbO0JlTIJPwA44ZHUMrpz1nDYAhqp\\/b2oc1y34bwidBZxP2T74sZTi6tcrsTw6zmNE03xSH57S1oSWEUiSf498PifIc03c9Y1ecZa4J8rwEIxMImtemGow1t9HUGq4X19shXdip9gRv+KfWxrkLC4XJ3bMu+f20r3ShJnzinWNDmLnao99WV2d\\/3vNmeYtaKwOAtwO40vFDQEuAxtJ45MdXCbUaOOiMjcKDQP1zN+YIL1AmoUuE+\\/knv5n3XdigVQmq95oroSJMoOp\\/5lpNc16l7yQW7sGM\\/7dlbrmN4jSogN3PJoGfvZ++2BQHihQfhAw1fYqUfi9BodJHHRIbXiglp5maZ42N0ev5SZ8V8SBeXB2wu4jqN444afMpULprasrJZwVa2vxp9kOFmXaypHRkIgh8kp1ZyOuLd3chre8dPxHHsD9C3MJ5cwS\\/owF7JvBTkur1gmdBEUXf3F769dJ6JNZj9BzYnI1scZ1HS+fAM+8AietiWHSCNw44wdVgd8rtHEUn0VCx2Lbqr6bwwItiMRsysNwQdPU7pebL+emkOcuojpsWHyzilVHx6HK8u5zNf5Vrxuxd\\/axLsKpoZFFLCX4QFiX5H5ErMtXPXqyfvISA43IS\\/eRa1+Bo4o5NeEvmjEKyhUT8pqVuq9mzU8CjNaXAwOc7c264bvqztDDKUOpi2UbhQMMuXj5Ktk+d9U3sgAWDF+tLJZOXKOXaGu09O41MMZcJpRJ2RYHURw9eQ8UXLTpgr2x0wzStct+aFJuYR1iHIPG4sy8wyI\\/C1ijnLpNHPTfh\\/WXhouwng+8+Foof168apQQR6oMpM+6GxJymDyAkuFlds1aca6AHlnfWd491WZ1U9BWfCZT6yBAFfA4lErdIM4twEgXvg3FnFGnG196cPEfEbbZC6\\/1RUIQCNox2qBjsIFRG27OXFgVQ5e47lMeVi1lpi88MAYbXuZgtEnXHo40qlL9R4PQDqp6rl8Bqv5C0kUXpeLK2m+yQ80JcKBjGNQJPyJ2V\\/4Q+xf4UN8WCGnmgCtY9VuBifGxqFm8JeJqSkADiKh0JK907FI\\/d1euU0DSYhrVcBUm3MERfktym11yH0evoMkg1cLrsO35\\/Uv3pCj1EegRXUxfPz9Di+V\\/iHsC9wePQu+uAEDs+UpKd97rSAMAjSyQEzPJJhUaSFuOMAveSMUkqUMyrD\\/JhGTPk6KWl43sd5gAh\\/a+ZKgtYu3nvRePeJdiw8datP\\/9KFrcTWEw0hRtKDcgzJ6K6IgLILdmNzRMvPI5iNiAmnq08B7aTbGAky5u3lGLHXONlhowm3fojxbu8mnRBMzQ3slubZHhxGWXWcUwBJrQpaO8Egws1f19XF8Vdngp019FME3VXQH7oQMjJn5WLyXrM3Ug6K65NncDVOmGTjdYHLQ4DaVPFw3KYG+p\\/QJonr5N2jfpYQ\\/jaE\\/ePV0nW03I5wyjnFKJJybyMy02tYBdWQjkwCXr1i+nJYceSqpoDJRj+ObZKldCkfQhYXNXTQbYV6kPBqFoosR0eQHTNzTrzTaFLe+lJgaerIIGMMWE3XjrUuYrwWSjkgOffvbdqXPMiQhpNFPu0XVMH0H83Og2z3+TOaUkuJgpcaAMnpqTX2rbN9lVw6bhXEF2YxbFOuSGhdsOSP+558iOcEsLlOOeYs1kaBovSte8+ivyNWUUcZmw\\/3HSXDzlxJM7E0jTniBk0DuhKcf9KGMqvmweyOXLCtAD6Z\\/gwsLU4QoW9Y2KOM5Ujhvrfto2pcS6hkhYVH16qzB3gPA0h8zcYOfYbXntxc8PcCMnHos75t0SgHFZl7wr4E9pbthCgBrIvnZ3153XpHre0k4KwLkwe30rmIipuqgwG5k32BuvLfbRm\\/wXw8\\/wA+gdyxu\\/HqcaASmKdssZF7XseaPbRKlzHlCNKR83wkCKqZCjAFvr4yU3zp9or28T7gVTDmKGNyBxskYdW9nQE3eruLQQqvtZSnvtXVWtBSs4qtFxAhmaUoK7BmI4Dcu0hIkB3tm6yjnDPUOoa9eTl7q1sUrjT4YIAsD7WubYIo2fKufU7W5J\\/0Pp7PUM1Vv14J2AUDaU9BnfR2oshnoIu+xv92ahZw5rGJuYDgRyOJpnm0DKrDam3W5WS5i7rL30vT2SO2pxLrNHgZ5GW\\/aaPEeYcsW0RG96LmAmbVB4sCfd1Ons4ZvB8mGXsGD3KKVaMuj5czXLzBMQC0iGXFBKVHtrTr2fLeEqt0srmlAqbAAXA6ppQy25v2W0PDWNheheYQgFEseYGWnruA45QSBTY0ANfiEOsg3S3qcknRZQqiX78GLFMCRBr9COCAvgvg5kMrK0CYcszrX1wq\\/dsP6n0DoV5rQ9SKjQBlpHBPIElugj4FJoAXnC9z+zvVvPFGQX724S5Fnrc0ADQ\\/+y1ciVJI3zraxR+WxIPu976GC0qtatcN3LDh99TLOVXhVPgF6qTYQPaOIXxA3dx0RAG42JcnVZ7Ocqcq9HNxi57ggkwFOD+Tkv6moghS\\/eUZoSgYeMKXfKcPauqXscDOHGbmmCryVDiM1iEJm8YDOWd4keM\\/lbzS4rv4vcOB0ULZFam\\/AngXsxbEBtRFLobD1aZrmSgeCWSgeSH7C24RBnYOwYV8jUtfTdk91gwnYPlHZXyej\\/AwFDtYUqktzZtK2y7xAUf1g+FAWqrK7ArF6rBBkF9N+qLs5sZ2Bf1bvTplK2zoyRpmPrOpQ+LxfqM3f7B\\/2cARG0wcUYVCZCf3\\/Nj3m5HBMveXcuBxScIU9lcHqh8OVCtHIMRj\\/DczgWUuZcxBvu6LnRQsKKOx3s4Gf2j4AbuvdT9r6JErYrFTAR1FQUwOEmtDOQ8dCOnQMCZNAXNGp4tr6eHfgm5bo1SR+cWCI1XVerHNR6TLPE90trbntBvge4auS2+De0wGgeW23gUL\\/MgZHFpJbgKX2r6KVh7QSOzkWYjHFqOuKAX4baXV74Xv0K26i34MtUEGaej3PiJhkYpLw3AeiuMtSsiTn9qfQ5Nb3ujS+bnMU4lCAAx\\/AoQlSTTOKRjSUMLBJBK4FiuMhuaUgpSXXvEeGztmxU5lZKLfK2kCn8joT7fs7VFiviXhVflPWvA0qWYxVt0BftlSxi\\/bKmmhENpMPB7HgzkbkyJ6Y44pluvuTOxYxCJgOlk=\",\"Fare_Id\":\"MAIN4738830578803104130\"}],\"Customer_Mobile\":\"9958049006\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"103.117.14.145\",\"Request_Id\":\"6e2d1-59484-38160-812b9\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXngelim\\/rbtaY3FVV5tRXa\\/8x3cxB21j1OeTYSFCJDRDJf2SoYRqRWZPnRdJTyWew7Yi379w6f8nCPTiIzVcDHzlX\\/yKgb7hnxpodKlX+FEsGo1RldxJQrUt4HE\\/zkEmRozKntrf97wA86X1y2oS+z3vE5q29tdGxyWv3doP8OMsZ7G4X6Y64AEqiqNN+L5l5\\/iX17Bc4L1yOpsewy3pI73y3gcHaeeP\\/gLJD4iuDdAPR+7sQu7lOn8N+70o\\/MjMDJ77N9SPgxr0PLP53TbHaNFNVdZ1LivQHMcxdUpA6kirIawkkz01z7i4FHPA\\/R1clQ9mlA0To+oMM\\/\\/p0ehrCAEOrnk8UeB60H0ZnSSXT2\\/RnIYO4U9ZOsoobH1MTEs3kz0MGVwMCj2MEzG2F2j1O2RwSNJkJB4lh+UseN4\\/ZHpJblk70N1etmKGoNhZ5evtjr9KOKJP+Uj3+6ews7Tt5kUWWkQeEC1Y\\/WhOyggjOLJD9lwnwA8\\/8gCqb4ySHFrOHJ6yHWEjFxrGi4W266zduGmOAlKHP01pK6TpTgOt+jKp3PFH5CyLlxVBkr8ETauWuGpWpnQmXzbMGp8hAeN58E0n\\/FQFEUsICJqFLjWVhbqIc+5nIqv407xwQ\\/Iwf1r3qMx3nnYNF6oWTWsbf2J7m5TMW9UOC17YI4Ed8HPT2XIhp\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"pfSSZJ9Sn2GI3ZtY4DCctD9saqdFTxRYHVey7wSxofZ7PxaPQMGdH6oMHw9GXgNAliRcj+Zcr4clJfmViggg9+xfqGdrQTlFUidzqKtFm3KAvKmNyfaNBBGIOEob3d6+ApYwx\\/FxxPBn6eV1FdoHfFM\\/wWkDPZkbljzEPSgNmH7S2K2YCvsNDLroJW64GjGwDgLPQKbC4vaXazEB4fGDmfYLOEEg0JXa3D\\/AjJaGoNGrMTlvagjlQ0JeMTguRJInKCWiraFNua2\\/WwDdHx02rpc1uHBX5eNK\\/6wMRnVvGePf3mvrVgA5kWF0fgjkjXoHsBlnEyX7+B78i4UAbo3VpWmdFcQHfNN3lSE1wBcIgmlCLnODYnV2WMd32GfL6EjG2IF98GCQwJ9gssOMIzl8OvqsPrxQqrj6Fh0cPY+fhpemhbEEbxnkFy46K0zr\\/WtrIwA9p\\/DmZpPDDeDXsmLiX0f9C1jZeB0hHYJs8kVCs1GSne9AUP4fFkNXE1eQjiNjJMSYPA4IFtUNiP4oWwDy28iVaV6jxfC21Gr\\/V2EktT5b\\/vofH0Wn2P5++UwkTgq+\\/vO5knYIVg9oms\\/1QqYqM0WSUxEQwU\\/\\/FsiRrxp8MU9sOylg7+BoSzIGMUa5GJQ6n+VB52JWCgm6nC6d5RoQlFcBnktD4dtdFmXkEP7G9wdB7etkOn5iDFm7RsmL3SzUBXhawu8rt36BI9QkVDosWpvJgK666peCfI3O2yE0KcfYqVjogsnfloUz6k28MQL4UYcwT04peASazM8CN7TGvC7JvIaEcAgirPx30LFcbtJ9zW1IqkLI5YUP1hVAItusWeH0wHySjVTtCVxpwvMn1h12RFtE\\/TraOKZw6o7kbOFGwTbrWZWDw3+ZHEovbslQRZk6OLLxIh2tZb6UDi\\/bqqFVflSbKGlVT5zxK8oys+Q6gzcuIF\\/1rf0y2IQxPfJ879DVOwLsGJTWLsVnZHgTOlGp4iQWg6ntCDMgNGtCulPgAFM4FaJ1JwnmKSgNY\\/Fly3JaX3EKTE2co5iOPCypbWMCKy6qB\\/AxCnlAEVjvDECywR1ElC0+4Q5KsQLuSOXpkCsw9E08vHyOv3nh0aJ6PaaZ3\\/E1\\/H\\/Re+hWe9EufAJw1FtM1AiYnlUDaWM2\\/1MDjNINhIJt7NZZM4fLx5iUUAFpMPrR4t+BVgtkiqVnT2WuR9uEVON65mgCOM2X5BjAjyjrFk7mFzwncjwJK1Lzcxe70Gq0WfTpx8uH\\/rZjtOjawNIzg1Hqio9u5mznRKWE4qXSJk3x2TaDZzmS6xZgZkbr0l0ejxgXEZKdrvu8sO6d0b0zr5EUWRobAVS8GDoYL+1Ljh+lkBeeAKU\\/b+WyaDK3OBp3Cdbn3+BS7S6ml5wBSvlcXz8AwviHa\\/cyO0VNW6T2qAMMyrEEpbg4GFZ9zoZrfVNcU+hP\\/zZHFEsxpFL7fq2P57hFsQhw66rFf0vmylws6t5uVMK\\/lxYxs5vKWeDsT5vRRJ9vM1Cm0LLcnJdkWuBnYQp\\/WWGjU2z1ew9TlsdLMZMpYRM+B5yq8DcNvOj4xLCwweb5lfSW1mNan6l6XokzCttqzoLbVZABj3J8jL73CJSzZy1huwLHjto917OLpXxDJSjgQY3HVLn4dePicUGYzbol9rLTEwaY8j1CTO1h1YvEARbjzJAR\\/GjMCvoCIUGT1UtkDI6VW1o4A3bqcXy6b6uFMG5KnEWt5CzPlZUHQdc0SyIkAKLwjL\\/SiPH7sTYpe2zHFf8Htaiymi7pliFiVACphGvd8J4MVVoBQd2P34RAtLtmE9y\\/oAu8zNDAMvwGSbtkEIzPftOsytMC36\\/s4IDiFvVMtcP1JPJ6Jbs04zJbELDJCl4aL77zPk5L+JK7MTeS0naHw0hHQ3vWLw\\/iMqSN2mWFXxCSZHpgByNo1rX2bqtjfX077SpTp2wx0R9eiyLbBZjJIjhqpakt9RKRxylRWjsV8Oin6UKKcMwyfVx6\\/ufRvTIbsV6o4YGJDKXWW0BJoH4w3SJwZF5\\/pTmKIkg5++iEBy1KcFVnK7FgPgCcWmrx208JS8quPcaKW6elh3FjU0f5jihZuPMHpxVaKz\\/34\\/+DRVMwS86Mdh57lMqE6JW3RwgHs2X1zCKIsx5cHI96HBQxqjnLwl0OIVSAJipHQlWPmjbTJPT6F7OleQCh3QQguEUqFIcKiTcQSh5AO3tb52bjMLXn\\/ZXEKmdm6Csz4ktWJlQBTqM6V7gqjZQrwL1DYlnH77vOjsirQRUBAYrpXbPPP52t828C2jkBP9kTqqiA\\/oC\\/4mghT48wiXziBhAFkLItG+Zfj9uGRf0apVPwhmtgas+PvSu6Phi\\/MzibN4c+SkP+5zmWNFVNSqIdJfIfMXjAp1Mqt9uEMlmANWyn99zBL0jy+2G2eF0Z5zPtpjDw\\/ZiLzgMdORq0+rWzDIjPra77bNVgIWoylp9xpV2w\\/pfwzai66hefTbQbUZj5UBHLOxwaYPbgGlGK7D2IUZl+V+rQcQuLH\\/QyZF5jyWXZpaD3QRcgyKlhjifYfLDnZpno7eYuZ\\/0Ql5f2fgjPpYYxHk\\/hINCDJ\\/UhLbJAzCcQWVr+\\/yMg+A1rCR\\/cGLxSu4oMj501v64GM2YAPBy0wwATJRL5kjFt1eYCv41SxcFdrPcIVy1rfixxznPTQrWh6nQh\\/WKUmnK4VcEW73poXDwW96\\/rUgkrbQSHOrBIMQckbYLsZ9skdCkacD9ty+duvSS4AVteqjk2NOsB\\/SbkBfv\\/QkPJLEW9Ry8skacGBlQlrsYtGVZ178TECrNO4LxSneFG6a+7R3dYU3Rm5ApIXF3kuaw1o+K4Kj4+BUXN1Stz6anIBDKYrDaAUe3n48D4TlEdEKclv6EJkNVxJv8rI3TOIyXm0an6kL\\/wc6bM2DRsyMqj5HWT\\/KWSbyzZ+fWc7RVO8o76oKqcJQV\\/0+JGiLi+nFVI7nXdHHezkzTRDtc69M73k+dB9mn764ACUfm31pgmSnML0ji3Y9lqJBDjgzgDby\\/ryo3+nA0tx+Q3lydxhRcieE5JLoFGGhAirx8jumwHZIo1IDUOU0vtiwDtBlIfBW2tafm4SD2Qx4LReKEv9INyKh+WeQltAzP1zY14NARyhzLySRiEYqIpDa33BAeHcvo2\\/rcL1cCK+0cj82Az86wU+5af5PAwx\\/Gc2+2T\\/5IMr3HbTtMSN0MAkjFMMRadcWr3mlXDAjkPyb+sRhU010QiAcAX8BJ\\/A75QTa+3638gFQbYcQApVtz4czK+3IoqkvcjQG4N6CXJYbluhz6jLyWkAJMtwzQ2IZ450m1jZrd4ZAu0W4QWDGQhfv4H4g78UImNPuOdBifuavcQpdrE6td05jMPG9YfxjMgquvYoG1JzwEuCvtL8n\\/mDCQV93zX7PA1i\\/bE3fSPCWc3EVweBoWCfJSPxEankJdtKL0mAYTZbjjXhyHs6PUPUU3RvRZ1ZhcI\\/wZxQ0IKJuC1QBqIwcStOVVWqiqEi7R4r+dwPW41Ighkd3uqcwcTcrDaHqrmV3+2AIW5cUeNMmGmXlz9qxSY7o4YDXiR6YXzD8cnasBg+O9rKGVQyu6mEiWsra+sbP4PCz4FSH\\/fUkH5mVpEXjamxXKNEiVKA3aUXYyiVtZ4\\/zOgKreektKtln4du0O6xHK9NqlIQ34xLa9TUQXHrf4eyZMMI\\/eA5YcBy0dNBmBfmgcpzMHZKiuRHIidSWemUoWfUwd8Nb\\/P7mHyM\\/S+gcMEI6b6Kr914bxfHLurJ+OIAMUnySRuJ9PSnlQOFsrUNitjrdGe+O0o\\/ahb2IT0TPeSqAuSNDSjJvZ8k1lBq7lPzA3SDhbNWOkYmnxMEIqs58HoH8zhYY6bVvfT1fwzR1eIV0mTEZ5FXBqpmFoxGIHnN1KDSXznUPp2Je4DBgSDi1HtEjoiFHimpO8k+ziewdYGCRHED6qlLwg7UCXHhoF6emJaJfp\\/+keY+AnUIAlSeZE7khkH9P3D\\/ng1WFRgcCf0KYunjcHXUM2\\/NPYDR2nVowtEIMOaxxaVtbT8ATTROVj850dLNfLR7SSWxZ5oqqw2XFXntHc52IomxCFOk3KiFys7R2DZl8CAAYY42pPG9BkzKCXycbO0JlTIJPwA44ZHUMrpz1nDYAhqp\\/b2oc1y34bwidBZxP2T74sZTi6tcrsTw6zmNE03xSH57S1oSWEUiSf498PifIc03c9Y1ecZa4J8rwEIxMImtemGow1t9HUGq4X19shXdip9gRv+KfWxrkLC4XJ3bMu+f20r3ShJnzinWNDmLnao99WV2d\\/3vNmeYtaKwOAtwO40vFDQEuAxtJ45MdXCbUaOOiMjcKDQP1zN+YIL1AmoUuE+\\/knv5n3XdigVQmq95oroSJMoOp\\/5lpNc16l7yQW7sGM\\/7dlbrmN4jSogN3PJoGfvZ++2BQHihQfhAw1fYqUfi9BodJHHRIbXiglp5maZ42N0ev5SZ8V8SBeXB2wu4jqN444afMpULprasrJZwVa2vxp9kOFmXaypHRkIgh8kp1ZyOuLd3chre8dPxHHsD9C3MJ5cwS\\/owF7JvBTkur1gmdBEUXf3F769dJ6JNZj9BzYnI1scZ1HS+fAM+8AietiWHSCNw44wdVgd8rtHEUn0VCx2Lbqr6bwwItiMRsysNwQdPU7pebL+emkOcuojpsWHyzilVHx6HK8u5zNf5Vrxuxd\\/axLsKpoZFFLCX4QFiX5H5ErMtXPXqyfvISA43IS\\/eRa1+Bo4o5NeEvmjEKyhUT8pqVuq9mzU8CjNaXAwOc7c264bvqztDDKUOpi2UbhQMMuXj5Ktk+d9U3sgAWDF+tLJZOXKOXaGu09O41MMZcJpRJ2RYHURw9eQ8UXLTpgr2x0wzStct+aFJuYR1iHIPG4sy8wyI\\/C1ijnLpNHPTfh\\/WXhouwng+8+Foof168apQQR6oMpM+6GxJymDyAkuFlds1aca6AHlnfWd491WZ1U9BWfCZT6yBAFfA4lErdIM4twEgXvg3FnFGnG196cPEfEbbZC6\\/1RUIQCNox2qBjsIFRG27OXFgVQ5e47lMeVi1lpi88MAYbXuZgtEnXHo40qlL9R4PQDqp6rl8Bqv5C0kUXpeLK2m+yQ80JcKBjGNQJPyJ2V\\/4Q+xf4UN8WCGnmgCtY9VuBifGxqFm8JeJqSkADiKh0JK907FI\\/d1euU0DSYhrVcBUm3MERfktym11yH0evoMkg1cLrsO35\\/Uv3pCj1EegRXUxfPz9Di+V\\/iHsC9wePQu+uAEDs+UpKd97rSAMAjSyQEzPJJhUaSFuOMAveSMUkqUMyrD\\/JhGTPk6KWl43sd5gAh\\/a+ZKgtYu3nvRePeJdiw8datP\\/9KFrcTWEw0hRtKDcgzJ6K6IgLILdmNzRMvPI5iNiAmnq08B7aTbGAky5u3lGLHXONlhowm3fojxbu8mnRBMzQ3slubZHhxGWXWcUwBJrQpaO8Egws1f19XF8Vdngp019FME3VXQH7oQMjJn5WLyXrM3Ug6K65NncDVOmGTjdYHLQ4DaVPFw3KYG+p\\/QJonr5N2jfpYQ\\/jaE\\/ePV0nW03I5wyjnFKJJybyMy02tYBdWQjkwCXr1i+nJYceSqpoDJRj+ObZKldCkfQhYXNXTQbYV6kPBqFoosR0eQHTNzTrzTaFLe+lJgaerIIGMMWE3XjrUuYrwWSjkgOffvbdqXPMiQhpNFPu0XVMH0H83Og2z3+TOaUkuJgpcaAMnpqTX2rbN9lVw6bhXEF2YxbFOuSGhdsOSP+558iOcEsLlOOeYs1kaBovSte8+ivyNWUUcZmw\\/3HSXDzlxJM7E0jTniBk0DuhKcf9KGMqvmweyOXLCtAD6Z\\/gwsLU4QoW9Y2KOM5Ujhvrfto2pcS6hkhYVH16qzB3gPA0h8zcYOfYbXntxc8PcCMnHos75t0SgHFZl7wr4E9pbthCgBrIvnZ3153XpHre0k4KwLkwe30rmIipuqgwG5k32BuvLfbRm\\/wXw8\\/wA+gdyxu\\/HqcaASmKdssZF7XseaPbRKlzHlCNKR83wkCKqZCjAFvr4yU3zp9or28T7gVTDmKGNyBxskYdW9nQE3eruLQQqvtZSnvtXVWtBSs4qtFxAhmaUoK7BmI4Dcu0hIkB3tm6yjnDPUOoa9eTl7q1sUrjT4YIAsD7WubYIo2fKufU7W5J\\/0Pp7PUM1Vv14J2AUDaU9BnfR2oshnoIu+xv92ahZw5rGJuYDgRyOJpnm0DKrDam3W5WS5i7rL30vT2SO2pxLrNHgZ5GW\\/aaPEeYcsW0RG96LmAmbVB4sCfd1Ons4ZvB8mGXsGD3KKVaMuj5czXLzBMQC0iGXFBKVHtrTr2fLeEqt0srmlAqbAAXA6ppQy25v2W0PDWNheheYQgFEseYGWnruA45QSBTY0ANfiEOsg3S3qcknRZQqiX78GLFMCRBr9COCAvgvg5kMrK0CYcszrX1wq\\/dsP6n0DoV5rQ9SKjQBlpHBPIElugj4FJoAXnC9z+zvVvPFGQX724S5Fnrc0ADQ\\/+y1ciVJI3zraxR+WxIPu976GC0qtatcN3LDh99TLOVXhVPgF6qTYQPaOIXxA3dx0RAG42JcnVZ7Ocqcq9HNxi57ggkwFOD+Tkv6moghS\\/eUZoSgYeMKXfKcPauqXscDOHGbmmCryVDiM1iEJm8YDOWd4keM\\/lbzS4rv4vcOB0ULZFam\\/AngXsxbEBtRFLobD1aZrmSgeCWSgeSH7C24RBnYOwYV8jUtfTdk91gwnYPlHZXyej\\/AwFDtYUqktzZtK2y7xAUf1g+FAWqrK7ArF6rBBkF9N+qLs5sZ2Bf1bvTplK2zoyRpmPrOpQ+LxfqM3f7B\\/2cARG0wcUYVCZCf3\\/Nj3m5HBMveXcuBxScIU9lcHqh8OVCtHIMRj\\/DczgWUuZcxBvu6LnRQsKKOx3s4Gf2j4AbuvdT9r6JErYrFTAR1FQUwOEmtDOQ8dCOnQMCZNAXNGp4tr6eHfgm5bo1SR+cWCI1XVerHNR6TLPE90trbntBvge4auS2+De0wGgeW23gUL\\/MgZHFpJbgKX2r6KVh7QSOzkWYjHFqOuKAX4baXV74Xv0K26i34MtUEGaej3PiJhkYpLw3AeiuMtSsiTn9qfQ5Nb3ujS+bnMU4lCAAx\\/AoQlSTTOKRjSUMLBJBK4FiuMhuaUgpSXXvEeGztmxU5lZKLfK2kCn8joT7fs7VFiviXhVflPWvA0qWYxVt0BftlSxi\\/bKmmhENpMPB7HgzkbkyJ6Y44pluvuTOxYxCJgOlk=\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"6e2d1-59484-38160-812b9\",\"B2B\":{\"B2BAgencySysIdKey\":\"253703DE-5682-4EA2-979A-26A5D26C5D3E\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":null,\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-07 15:29:57'),(1894,'4b942-0536e-3e3d5-d55be','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"BENGALURU (INDIA)\",\"check_in\":\"12\\/12\\/2023\",\"check_out\":\"13\\/12\\/2023\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740075\",\"destination\":\"BENGALURU\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"12\\/12\\/2023\",\"NoOfNights\":1,\"CityId\":\"740075\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-12-12\",\"checkoutDate\":\"2023-12-13\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740075\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2023-12-12\",\"strCheckout\":\"2023-12-13\",\"SearchHotelTraceId\":\"4b942-0536e-3e3d5-d55be\",\"interNationalSearch\":false,\"searchIds\":\"hsid0029085682\"}','2023-12-07 17:01:36'),(1896,'43a94-a74a0-96cf2-eb50f','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5636549313480725803\",\"Flight_Key\":\"MNzxSy4uXp1MyTsMABU1SQUxXbJOtGsRjqVv4R1YBN8Ehwvc4gmMbE0orcB8gkM61fvERvIpSr6FxpCkdM0UMvgO354rdTqGIHMmDYrMdXb59rvV420tAxRUHtK+6yHN0o3T1XOPBxR6NlvWrN1SHWMgU8mq5WW08SBMgQzLulTV14vjFLutifikV+caKDWfq8HIYYDlAOF\\/bIAiY32s4RBwNnwGZCkqOcOto+754eVs8jwr\\/XHmw8Qj4LeZSGSOybsOvBfk9ZUdX7e7dW9IVT9BI2NgJkU7W\\/Usmm4ppnZhljov8FDFKd1z7HuoydYW14d70sjsNxcgtoL211b0boVAitr7M5LmNJYj3MNM1ZSTyQ12tdnJ6Xi\\/BNv5OHbkeUVh6XufYIEvRx0UQO+YcBdX9E0RMTzCMofSUEk6x9LkLP4a3i6xWZGc5L\\/WzDE+sbj1hhgEeyF+A9LUyE060D2P1hJ9nc9BZBQ9\\/Gaj1qAY6en6SYlf4uRxYDkUb5l7INP8jopHQbTMiQ7ViZG5WAK83Ee2a5IBmRRW6g8XMXo+QjIju0S+fzu8OM2kOHtOVRVPuCBYhOYjE4IeXEKNjsYcsxJyw+9YuZhTMvwaLmCl0FgPaGkdfsmri8fV1owhljq2G+OvQoybaUqrE79+zNUrdiL7bT+M92jZ3FZMx3bNTaqyxEBYaheDx4SLCXWEbvelazRzX3xr9JQC8osSrpeP0unUQR3nrqo\\/Al\\/vulQO7JC9c8Ttmv4TKj7ZjPD55ZERTt9JJzwYKtY+5R+4eVYF11KBHoV36UM9IYexFAvgJVYdNBqKZs8Vx4pH48cZzPMyCkkdd2ztK5tCiYG7TNJrIKjj3Kp+ZVbARkjbp1aAuc+jNRyBr1v\\/UoH8Mc9eMgjzqprp5jqh2Jw70J3VnVjwd4gvHbKcmfY4VQG++tK3IljAtWzDAniERNoVgmSuqFRActA4NXikNXS0j924htEQiLl\\/2FA5RBscaBDXflBOjZ7LMdfU4jlcHak662odTWgpXmOZWfYzeYkVR\\/YoAiWJO3+arbLsuXE8E4YtjnuYskkaqH22T0AxZ8\\/a0LJqQnl+cgaSoq5VLD4NilT9XwagbhpEUow0jQg7SOqWSTqo5WPBZYuyRaTqliyVgF7NB8211KVFx9NWzaVHMNKxmkVF2EVEBy\\/RP0h7GrqIFS81lVZg3GUtiwjlDAHPDGhqYNGtPeCcLERFX11afZ\\/vTQySz+vNszJi\\/90wYqCtVMhsQOruuLiYBV+\\/E1LPBtQWCF2LAL6o5o5FtAz8Vb\\/FsJoMtnHLoo9axFylsSXM8QnNu19quFHHaQnme8Xx4HOL7ejM4gXJbY2qGIKDNnyxzuYdHdATiiNZdowc8AtHNJF3U\\/qN7ewFApsqOJH4zUFHhpXtkV2aWqqzNHLgMS8s8IOxTiAc8YHT6jKA\\/+B4zf8uPiI3\\/oaw3VF0BIRDFgX9E790UUzJ21kkYt9Zj+ZgYl3VdgvD4VDLNGTcOgZG87r\\/vyvdi8rV7x7SluFTEtjcdT+ZU\\/aE8R8qzaQLm7u9GFDn5wL35lThR87VfW1+E2ccCYU99vxligPAXMDSwegFk+v8vzJW+h0YWazP4e4fEbrzd3PQCEHHBmyn4WVbycavlgg22OkuTvRBBrxAj0Bk9PSCnYOiVtclwqz53SqAJtM1dNmn2dy0UdN73nQVvhuakvPylP2achXGT18QqtL\\/ztIYhr8paoxZZcySAMPV6gjMWOr87FtjxgJUsd0EANHZS1sAVe43a39HiBqjud+DnpFzbuL3+hXpVGF0u6VUQGEVJ7qTTJo21z54Rp0OH2+vmEWIdXor1BqiXek6jcmD\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":0,\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"43a94-a74a0-96cf2-eb50f\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8386,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6687,\"Tax\":1699,\"intPublishedFare\":8386,\"OfferedFareAgent\":8386,\"PublishedFare\":8386,\"CostToAgent\":8386,\"PublishedFareAgent\":8386,\"CostToAgentCustomer\":8386,\"PublishedFarePerPax\":8386,\"OfferedFare\":8386,\"CommissionEarned\":0,\"CommDiscount\":111,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"LB4958265956360985805\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"ZCRA000\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"0\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15Kg\",\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":111,\"NetCommission\":135,\"BaseFare\":6687,\"Tax\":1699,\"OfferedFare\":8386,\"PublishedFare\":8386,\"CostToAgent\":8386,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":111,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":111,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8386,\"Baggage\":\"15Kg\",\"CabinBaggage\":\"7Kg\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":111,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":111,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8386,\"CostToCustomer\":8386,\"CostToAgentCustomer\":8386,\"TotalEarning\":0,\"CostToCompany\":8386,\"CostToAgent\":8386,\"AgentB2CEarning\":0,\"intOfferedFare\":8386,\"intPublishFare\":8497,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"15Kg\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7Kg\",\"checkin\":\"15Kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":0,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"g9M3dx7AfJu56HFnofjOOt7ldzIr3Q9JrRX+EgS36HtXRcounBynVzOoPA\\/bu5BFP7XFsYciUNaybSGQZmQ69\\/iqUh12Wvcxt7IgVQs27Cvt+feno6Sf86m6Ff6dYQzo\\/ZdS1lDEVZa6k1goI9\\/LVUW2bE+qzm7ZOS2ag0oz1uvSLegrEu9jX6BuYoBnu1Ye96XgFbQK3J3Idtzvqpv4CUtfgXxLlaROgptDGppQmrapJMoq1WXfHCrOV214malbOE2rH\\/TzzvgQaDIr7\\/WoIxywhpAr5e3H\\/6iCsI5Q3wUuyOMYRnEYPdU12sLTA+wFo\\/BJ+NN8EWoWdGRAG7F\\/hvOY3Q0JOBiMqxnRtT3ORm8xwldlK62ix60C43O+IafHLnCpCJd8qftI51qMPzWuceUh20pvv7gH6V7Qr+u9Ktiab4KVhcPaZ2rBI3B0xSDEmpVyu1QDvfDqwkxwAHC5aXtJ8HLDTTdqPbcqDzaiwruXFiZ1kYMCT04h8mXyP6kktG7SndckuwG62lZAkK1lCAkLx4lsDV4QS3W\\/0aVOp+Y=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Upto 0 Kgs\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Weight\":\"Upto 0 Kgs\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"kML26dSlhl\\/8CFd\\/DzXJ2stjQkacFB4sFXsEl7g4bQrBDVbUFd13qL1kfpE\\/fw9ar4dnlfxe\\/KOLd8XCHxmCMsPbdSGSwVDPeDQ0iFeGHErSm9W5ot6sIS59vF3uGZlNOBdjFgLApqz9NKaC92hau3HxGvuwx0CO3aXtSuoFGQiVhA\\/Y59CWCVntoYn4DEsAXWwiutNkrw4z3XXCiW8jsDGo7o6KonptAEgwMWZKPbnOhRiWxymQVoRu+OaKWaRKOHg2czNT+6lf9xT7tckNGGdgcg6iIDp3XJaVhSKcuPvqGcWey+WOF3FiXGA9yYjFBZptmXoJjwldDxi3xQdWpmn67VoNp7YCtFC9hVYoMIi\\/sGfa3+wpimu+qMalnT64AYGPblZfIBsGDprQwl+lZ0MRIpsm0p3gso3YVi7VhnaFB0Vahrw8JoHT+2BYAKSLsHUK9eLH0azrAijtL7k6oY4h7hNhJEhSFqvaB3U2jMpKcLIA4OQy9FuGnI1I24TmyAv4RDyEpl2hjAKHuU2A8VF4E9kuUv4b1W7S+qBtAtH\\/ZgaVtMu4BS5hSk1kS3ucq+41McZAIPpwse2vl3sl7g==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Checked Baggage 3 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1350,\"Weight\":\"Checked Baggage 3 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"k73sgQprZM5qtrjD6EkTucW6aas4msKlLEPDy4N\\/7eEyD7+daZwUf1M0PnNWUxigDSeOtDFsvTpMozKL318GRY6R3wLIDagkuHb7zgsjdWLwV5ms0DBQNHNYda5P01km6VhqIdhfI0DrWfSA9GJuJwtTnTJFO\\/q929Bb2CZM1FUJGOYxS4+pD5+d48lnFMM5Kq5Is0otE1GBvd+WXA4tTg1pbcFKDKz3X9w0wNhPULKYu3FHNzTPmPIYxWaRTzhm+C+\\/zVlVIgUJ\\/GFDzUP4AsHA3wwzQNNatYMR97ndBaCC6+GQC2H\\/Oeqrhvkky14VDz7\\/qPbGZohov6ndJbzJD6voqGOkiTHAXzn4f+Z6mNgmbCgXwaSkRuIlw1ljuFPVIiP9J+1JdC3+VcBXNqgsMYqTS8+UVTJ4A\\/bysbnU9N+FLJOHp4ktizkIe+1Ee28q0yqUaraGOEQcZ9\\/9YjTBNNcPdxs+XWiZVuCXbcVNjaVKYtgfumbz5r0prhjrzSOOZ8D1r\\/5crOqxSkR\\/8u9a2WaK4Epw8fhXgo+Vjt4Pn2+wvxKWjM8XLF7vCnm+oEL5NFQjlOdWWBlrPB0\\/xu39YQ==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Checked Baggage 5 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":2250,\"Weight\":\"Checked Baggage 5 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"dB1PFNaIJnfgwGO4PYtugBDQ6noKoxcSxRGUY0\\/zMqLAjJ3K3pLmMLsQt8t9IK6qT6dHXaQ43HnQwm4a7zxC+Q+R5v7BPFi\\/155f6jGbyh17HIKOVJ+QiaShP5NPg1rv8bM6Yg9Z\\/wn2DjfBJ7jvIXXK4zTOBKXgj2QAeCIFuapARXyIiPNpM\\/oDTSR1ZYKWtBRUO5NSUQoM4E3LX5SFUzghvD0nrI9J\\/ZJww9if8xty8wCGxkOb7x7HyJJ25iso4DJFIgSyryAdq0oQLNtz15E\\/mYVSX4ayciAlXgw7lrdb06h6GQQzencWVIV81TTXQv0Bbf\\/nLHN0PCWkRk53BUHxhoOGd7F2x2Ez3jJbn+NctefUYeG+77nvhGUaSLdBn2w9vC\\/Qu8PbsalIWBWhPQ5sbKpIQXtBoOhlTawQpSWNWQLoazpEben8DJjEH0djgkAC9lEIjghLA8NzTDxijr+pYYwnyYV4h7eAyc9Eg2K3i6insENKDL8lGV1zIhMJTHwJbR\\/cGVFy3udyiV3xdstmwYtWBX1Ok8Nwa59I8UNYQW0nnQEiX3yKt0lcYTYrMoviSKispdWXVJI+t0R5bA==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"INTL Connection Baggage 8 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":1600,\"Weight\":\"INTL Connection Baggage 8 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"kML26dSlhl\\/8CFd\\/DzXJ2nN0S5w54KaZ2B9ch7c7z9DDm\\/u5tWui5VDCPR+YrpWJsZ4h4xb9sV3yx0QTpsWj96rQ7vz4KKOW6RtS0AE9yypBIH6azYkCaUqonwE7kJt1KzyAtZ6PwqjtqGjwYcXxIm9Oh5\\/9M\\/gT3zPpshysHr3s1R3ISk1ec0K\\/teFCeyRTwhgoT+O2sjrybEQHxD1YYjjXYRk2Jfn1FsveKz5S0vHy4T15cfNGbG3v9osYvuSCV9C62htsTWDtec+KcmQeWnhWKtbQZzY555cxC\\/5zXN1JnICsG5faVf9s4IoP5VRrfHLdMpscyDrXkZ4AWUptrPtweT9\\/U9bEFZCv7i4ufD1dQFHZd1g5FQXxqyI9OWlFj+9wfq3pAFOayWFmCZjhbYlv4vtCWGw8KFXtPfpn33pLo9Qkdfgxhn2\\/zvF8MRgumRCmQpeb5AnskjsHcEoieQrTRxUQwUTB8MJ7E6v7Q\\/kkT7BkCs5tft7iT6gUvplK8QaDRBVEUzIEhl4Lbte9KJdqVyPIowQmiDTbmOpdDq8GI+Ezzo3U4VOHPOTAS81YgLdNHKSUrZsQwXEBbT5uUA==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Checked Baggage 10 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":4500,\"Weight\":\"Checked Baggage 10 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"fmtsUKhxuyUXM59JUDer4sNxiWWTswSoB6XYIEegTIksiriwXNBzwaZuTWbsT3LbZZDLFumbgIQJU7oz4kjVM2U9Bd9JOM8zjKCHTw5y2U3NZKiPsqPJJR2cwfDXrLuFGnVRLLeSvJS7mWrLE4ROf6h0T+1p1KzeUDjJo1tuNhtDbujRxeJZFCFSPys5vQQwutz1tVPjdHm39Xz5s+GusEygVKlaQHCDpkakRPbAa4Y\\/ltATbTaxKumg+FtyXeL2OtuvS1kb+ISutBVp1VCSKi0qXITYf1EPqL9t88VFgWaDezOokXhfLdowD\\/fFZcba7hpp8zulfSPLbZ15jryIVB+sEwzBmg7UvSxUO3nIZMqnwKeb5Hy6b8ibBJrYlydMVhMP4AJUEyhwj3O158dS6B34ZOlYbqRWVqKtANkH4DtEy0PLA2\\/6tV9S79tsC13yPmmFSSW4FG8iiEIWLU7Xy5lBhDe+UvmkZDAvggmsvIL0ofqKgBLWtx5PCBT7W6ybrIFXSGZdLmfbzaYEP6+pT3zJap52UfAB+p5lC9wPLzA33YzsfEzI5ZxVbGghYSujTM1woRnmBHeEtqxKBi6VYw==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Checked Baggage 15 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":6750,\"Weight\":\"Checked Baggage 15 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"C7rmFH+64eger1YvHeVZt1R2Qd5WUt4AltsQXV9rGcZJQFEleLRqVoWQ4W9fJai8jsWhy8RtoOixF\\/cJHpk7SlI97foh372ouxqMS\\/2nlqKwCSPHiiku8nvbOGwasPMOWksZViAhm5KY8h6fcWOfPi5pSQ7oE10wBUYDcGyv05VJuTXfB793Pl5VPWoWCR3ghSVWr6x8Np5N5dhsiNnEsSjozFwdDFX4CbGwJmRLHiQ8zBM8F5T4I91BG\\/r+v+6\\/PTubw\\/ceM5ybROjtASi31gxooFg4HNwYB7DUqJ6dn06Bt00ZywYy7B0uil+DRWaAHNEksSeW0ekHdEFStcIwHojJlwc5p\\/ZfEvmRVFco5On6FyhJIpRUfKygSaOBm1mKYYmOkcsk\\/7FRIUpMfAWYrvwiniqu+h\\/jq9fyA6U8tlZsWUj9RhwB948GYM+6H27AEdvaUxi2Ej2y7lT8pMMdZD4qYn4wsqCPfseLlvNhSMFlnUU3b+0uhTwaam6NdaEQPwIJFxe41IXdco0KoVkwgq5R8yvxMLBUaLcBjF0XR5iLUEQlGhm8i3JYEBfdTIqU4jZi06KIJoCblEmYXB\\/a7Q==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"INTL Connection Baggage 15 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":3000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":3000,\"Weight\":\"INTL Connection Baggage 15 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"kML26dSlhl\\/8CFd\\/DzXJ2lzmhXenRPEfPMYdS7\\/SM\\/+z1ZGMVKVgjQtRIPSnho+t5cuzuXRlpaHUP+I3X04uqwQ5rICDqIPdnAYT25hxg3KHABf1jqPkVldBAC5VaONgpt5TfCN\\/0JDAHEarN9Ic63\\/q9Rcd2BvfmcUAxRBGnU2AKd1pV4dBDLYXMWb6HQkFjtuOeOIy9niCTg7DPriaskGfFPOgpsCF25+WJhyvdNXmlRDRtRP2FBa2vWNUurKAsHjrN7vAElIfkjz1U5Xs+oMUlPeZOnJg28q4Bbl9D7ZXraPk5dRkMrkrA8eI8oZpWN1RKo7eecpoxlFHNJ0psDMhR2IKH\\/NkMv4Gsp9\\/VDoMIdg3svjFpJB3KI+amTlsCaKzheJ8JsE\\/6frJvGh4Je1C1TwPWqqTI8+KWEeKbVQ7VicUwxPJ\\/Hj7t9bCmH5yvP\\/0jNF\\/3shUK3p\\/6s3rbYKIJh2VfQewTjU4YiQooAROPKUw8IfyfInDGrPR1+\\/W+w5LLc\\/ycTRo9uE33VLwJbv7yka88YO7otltMuaMfzn\\/aDprpOLHi5UmbipU4UXMvUKtZ4qaU7Ibm+QVoTnkkg==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Checked Baggage 25 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":11250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":11250,\"Weight\":\"Checked Baggage 25 KG\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"N1yiDT1kLE55WJ5nbxZE0B5VZM+SUqwcfGc\\/qEH5RgZQCwpoloNmFGw9cOf9V\\/1r3it0ZQkaEEXM1leLP6JPtHQC6ZErDt3oSP6ldaO5ii2P8f\\/XytKRwOyzkDYt3vcvEdDd0oogka+HTnnq1XU2mvc7\\/Fa6nmn068dstAvnqNqtAl9e7TGL17Jx\\/7nwgSyJIMlny+txaYDxbO\\/x+7\\/MIAo3SwAhPuK9wi2ODEBqNk6xOs0PtGPX3QFOSfI\\/TfnYdSsPQJU+D2FG14wn4V2WDprN90WMriAS+J12PBTRAkNBlIgnoJhUDi3Ot6+0PcaS62izBFV99j6wEzOVbDRzdkGjqY0\\/En0b+6LFus5WHJgR9qGc2E7ug460FEzAH+dx2UoO5lJ6DmUs3ic1L4p6WPmtOUND28lQaB2EjdAQChhH2ymZFIzKyywqu9MIue7+52kx9TuhWZ60sYhVDlmAidsXn6UHAaA\\/kNkesv9zkl34lGuHRzQlXXvVErAdDbnoNQaOrVLQ5uZLQh5oIfazh8MRYL3KQLWJQEnsrdFmQFeMBB\\/3hpazV6JPagij\\/ejFu4zWZS85PqyWLKErw2h4hg==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"INTL Connection Baggage 30 KG\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6000,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":6000,\"Weight\":\"INTL Connection Baggage 30 KG\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"dNl3Pi9LjCH2QQDa5bya6jYT+BX07w5y+785LV19w2pEUyf6XfAQ7TdNfkciiBtqNKoDOgXCfo1dpuureALfSXNGWK\\/mZ\\/1jRuEjJzGlPWPyKz49S67vPL8qQyRMqCzCzZxTrGrmHBnTdDkwQQm9muu8dhLXrp3kOam+EvKkBvnDYDkbfeCwW1+BHq3RvmPaNIz0BgES6D7d9rVI+WzZRyWYmLYqqkmLlBggYgVi1GdIwvRfHo4dII5QCb\\/VpkzresIsfh+Pop\\/s05HU0tBFMias9xYsnZTFiUNqF1bemuNCEu+PKL4PROxKoRj\\/Tnf4B322MBx58PfVXPh7I2NLW1YZzYE4Bul\\/c5WkhavWC21pEPAuTOs1POn1nihxCKVX9QLqDVIM\\/uHBdOSp1K56BAnMmFKhjSczQ8DK1V8XedzAlh7XlX0yc+IRSwD5qEeTd0fOCJtUWIepT231KDn0EZogkkIBzzwFwkNVs4uunaO2lWgrm16q6pLQplB10gICVpXQd74pifxDP4Fe+ZPjz8luAmB2PAiaqwELpE64THE=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"NoMeal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Description\":\"NoMeal\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"S1mKkEbrzGYWLT2C6PTH6kt4SbIUx3rMgfqLH8itRU+IiivY2PhzTWJ0qwQIZmJa5MS4RcV8OYPD4JY\\/uuhOioeR+CbdTs1yFpwbcapMPVKRZ5IFPxUMp5ljSs4LLdLTmAcWUemJEHpGsBQGqLkS1BIOpq6yO13Zhj32D6OV2nBiXaIvYHLBMHtPxbdjp\\/I\\/PIOSPF14QPLXw7enqECpbAtjRCNm+7D0hFOj9GgPSk\\/rTViVEbXTdvydRRUSZP6Z6Av3HT21FYeKytkr\\/elZ4FP3ZlhCF+vhpSANcl5BdDOl4dz5ga+NhYuTdTmeFolCojsSYQGh+aRt22W7Q1BJ+cnKa+7B77MXRTSDRXH3CfW7eDBpxnJ4v5kBazjq3ADvA0ndSk43h0nHNMgN49rfX52Fq0xtYWSzPfqs3TOoCQYo1tV71i7P1qKh4XLm+F+uWAqKk0vXrxJvcclzMYiN06xvepb+pQPaceR3RfKqu65SCnxvLVsC5ZiicvC0G2XMYgDCPrioXB5Bwd7+1xctc8P2A61jDQDHo82cInmoytsJnVZ061N2yfc12YNfwamLVvLnElMyks1i0voM77p5zw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Shondesh Tiramisu\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":250,\"Description\":\"Shondesh Tiramisu\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"\\/VFFiU5qDxsjOGQWX\\/nkbgdiPri7tsEJCxMahOzACgiyfQXtTk5od0xMtuC2vDJHht+Hp8Rpdt19jt\\/X6P+FYOYGLKhF\\/cI\\/r0V7vt6Jli4kVQ7NscVyG7Wk0nuAKAdl6c8EGltphvFfRHQ53x7tAlNoxfB7rOChvhDxJwzsihGaMzIIzRn453rOOncElkKMLSjrVUOY9y1vy3s+rw4NKQcpQIiiDNdR44Rbq94vTfa4Hs67vELjzv4DNWa6HSfGCBnnT9aVrFC2DBSzrzOyzKx0Pfr0+hMbMongvChbWhk\\/oRBenkKL8pPypVGYdujE1vLATOkTyl9hrBKuHw5mtxJDusExFI0Pjs20YmrMgCQeaL5AY0OEqKB01be7e44WlcSEfJUxamfyNHAz8G7PjZhChtKjUw9jpKU\\/z4ZMXSpUCdsS+Eg0EeYRakT27pyWY3GfUy23s95pV36UP3g6i3xVf\\/BIk02f1RPPWJPLfuUSycuFchiziPbgxqTrQKSlUzWyvBG9GX2bkD8wTYIsME0AV4gvHz8DUhCwjqiAzJR44FK80FyVZnAHphJs9WM9hTSdWVe7m5+M8vf1oQI5IWaQDSu5L8ZxyE+puRPa1FiA\\/VMN7sPsUcHoGJe7wTHQbbwx0a04FgoOLBgSOliIOw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Paneer Makhani With Jeera Aloo & Vegetable Pulao\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Paneer Makhani With Jeera Aloo & Vegetable Pulao\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"A5Pd1PPKC4iV3C3WmupkKFxoUpH39rg4nxNdT\\/Tivw5jMze7p0HHPAvCoNhLInWmlj1QqDrJd8R+wXhYKMPzVre8ErNJ\\/15xwejOEM8Oa1T2Xa5PtKp\\/Nl8CrhdtXF4YCuuIIPj9OKFOcz7m9zO13XK4fM01UGxD+HB58LGS0xx68H0bM2ufQF6jcVdLgkufyUAM7GGzztYjTdynX8s\\/SuCy\\/0WXxlVQ8k1g9eUuMHLLjra5MPq9t5j3eb1kd+CStVtqnJn64KdhaTmLpZw3jcIT9r1km0Gp4R6TmJ88c+9azrE13AGezD+1FdXpRDLTESP2W8mED49tgJiRJdUBh6QVnF4aNtSRek+EuA2wApHUCJQOZ9ORb0cIW6cbc5KoAL1Da7O\\/STqjUVB\\/Y8Z2cyrIJTzcsFhFQNjz+xIm4AWQAHcWjzpPhxS5VRGQBsMG14tq6ALF+1eDAkgvzSebC44tbv5B082nTl5hnypBpU5Kr001YkDAUV6jMyfGee\\/3bcF3TtdiQo063EejR8wKaNtL2QfQZaHpWDGst91Nc6\\/+DUFlfhz\\/krD7EZGK7Hw0nNdHzwSFdR1bC77pPO20rGf33LfF2TilgCNhYoBdXDw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Matar Paneer Bhurji With Aloo Paratha\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Matar Paneer Bhurji With Aloo Paratha\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"kbFSu0NH0vabPIv5xNeggZQIDaQqnMfKgCwAsL3EGKv0Yhaqhwy1Q3NlEjodhkHAFRp9dgfDfS8G6\\/i5M34+LSJ1geJVtCXdix0trvUiOd5ZiCfON6g2VGQ9ypXfdv6UmW\\/GpoNzDusJMZnWosFB\\/lIWQ9BoeuRQR6R5YIC3nJ6hNYBRv2fq1edCw1xG5WgmjR+VBqFj8eJmfe\\/10AaZEkkMdzY8cLF9ESu0cabOEVHRsVGADCH9bunhSEEIh2zEkvh1sMROEIeYkyLFJxdMIGd1pGKVguYVAKfUSx\\/mXROHSnrL5vGtcVCvo8wzSvOHlygOmt4rZCd+Nu+xsb9c1LJ9kfLVBbdFbl6LmgSLKPCw10WeaFYrcHv02JhxtOsLWjDXXtZazpaPnG95I\\/HDWM79cw3Gl\\/hoDgUKDNYXW0JVLBNYyFxwg5fUSH9xDHwGMCF+BwCdbHELo0vJV9O5q3vJU+K1qc+f2PGFEsRXVzJOWmvbjeZOKWDuV5ZyAiHvOQGChuBWfqRDcNjLEww\\/GyjNSmb8TGOC9tlpou1fB79hYh0VAFyxHMcQhMTkscq1oHNNjlQQzgtcnl4Tm8F5oGl3kzRIr8FPuDwYETFVBGQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegetable Manchurian With Fried Rice\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Vegetable Manchurian With Fried Rice\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"RKpqgkztAVd7s16TpBPg3SvlEzAf5UmidHfBciLAk+dHuaJtv7U33QapBMhJRJjslIr87xAeHtOsYAcQMewx81RZXbzWMpx1wQxYnRgDTjUtYb1+UWVWBnqIJfvRa6z\\/S1qx1oBJGOjBe+UAUX3COpqmlPeWoZbogkpf1J\\/fSuae7NwIDPgpopPh1tt6qO5H5Lvzpc1zz\\/dEpfeZHAVFCl5QAqqLojwkzYeaPKnJKQoiUK+U5njcydwTO0MPNj7ZPm7onPEtWOMSg9Cq8Exe5KV\\/Qs5XiBIHYVLsFfELZRga\\/TlOgobAgQcNFeYPHYBktHmLbDBDaxlNqcqt+BBixCGAG6+Q4AUScym\\/gB8gTZ\\/JDXw+\\/PWvqC7uQ4W7eL9VW7t935CVWM5TsJYtgiZxELT9zgFmB23aLI\\/I+s\\/6DylfVyYz\\/aX+IDHrzU3y0cKdvBpun77WuBp1DMdUOBEdZ2G3d+ex\\/C8gn77mCbO43j806N92rAY2V0\\/WsMaR0LlAzZk\\/lKcBGhpJSk6DMJBFVfL2KYZ9k5wWXVETAUnG0kecXrRcxiQPPBMfFhvwyiu5eqFoxNaWKpAd+adyf\\/QD2iYnm6wLq7WG9oW8e+c8Xos=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan Moilee Curry With Coconut Rice\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Vegan Moilee Curry With Coconut Rice\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"N1yiDT1kLE55WJ5nbxZE0F+51N5m0GmtFKk0GRX3QdYy8fMBQJlxFKkx19lyb6lfuOD2be9AAH0KvqNAWYcsEJA6rVARYmPBfZAoug\\/BwS2QoHiXc8wBYTnMHxsofK\\/vD7iAwNos6q6AXr4z5agty+\\/b7XJ1U9JMHnj8FvDfc8Oo5AgJPrrcO9qjUcF1ia+OMwCSsw6+cWRW3qZDP8bupXeIzWnpf7xVfaaj8mP6GH6ng9y72Va+3ao6eHq6ZfjlfoBw1XXkw0tPm1+gfiN2f\\/ZVvE2cQ99LN8lzzJiTtFVrWH9NJL1zjJjmvJ6oUMVFwXZgLJyKMlODWeEOip9KU5wZNCaoBDL2Xy6bQMike3LE6K8M+voYdQmXhO+X8aClMHY0jc04O5ySeqHspKlUtW\\/aAWUnhAEp+8Lg+yB1\\/KqKaTBo4xC7S7347NiID+iTTEMUb9dZyZR9tnrL1w8+9OP7x7jMZRzXmD8BPyhtc+kmpu72Ofrp8BuiaQwdB+AEG1U8duvTzXprrA\\/uGPpirLd\\/tZg5LncMA\\/+OyB7xsAkO6rPS8DBzHlPMir9T9owaxyBaVVPKQB2Ip+N4O1lhsOyaT3xW2AWJkP595rrhuOk=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Mini Idlis, Medu Vada And Upma\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Mini Idlis, Medu Vada And Upma\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"OoaBg15WzYe+K3zwHn\\/rW5GnVj74ApkDkN+HJBqn5LIai1OblhJR78PyExiu+v7J9gpPeZEA96TXKupXqo89WNPnjOQ\\/TF8a5A5W1u0LFtWkSWYWoYlw5DqWagjsvKZTN4xJLqmq3xTM81H1pQGaA+M+QfZM8Q0fIbeSJGHH\\/Wa5zy\\/DW+halOCqpSHLZHRS61d+MwiNPB1En6I3SvY\\/Gg5+s3sR6oa+6Oq+6P4swC7zTeE11rxM1Iz8O2eBOhuTF4u9bmXu60+rxLA0gr6BpU+zrUIUybuJdj5wuPiUIzwvNY7F+Ol6MdX3S21FNZJgOFkFd9jmvY9UNTHLuTOpYjIQJBONNH\\/MVAko1Ri9PWDoWHzoHbgOY3rS26j6gViyw79IGMOs9InH+VwnJCch3T8EQHlXDKSLoWpjgWEBccisKvOGJAxfsRMsAvsVitxmvXFFZnKGljuCEQffjhsLeXpvaM3anHKugf37uSIIGwCzo5M5WumD7l9fpPR7xY8zMKmwAykmJmb9FMQpqGsApgihEtBYn287zVD3p4nvt9bIs\\/0hMmP4bPfSViJdWT+9j7mK4WPcPnRwVdwpX7wHp05fFmtnpCOBudtx8AqsFGY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Herb Roast Vegetable Roll\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"2RhuXElVBGTpwItAPD6mjpxlSSUpU0E2PJV8+OEF\\/cdxQOwHctTfyMW0lxRHTqXaFpgPT+kkciN\\/UVElYhvyLcfzNcTVJlboAER0r+GlEsjopS7XkN+zp+xdnTCRXOnAA4elXJCcd5UQTA6FtnZltz6Wu9m\\/5zsCXh5SyfB3Grk5WX3MwFn8rpWQdZBgXR2IUaTh0D0ilOXjHvzHoXLmoY2EMvg7w8bm9SA9oVTE6nzX+0qturnXOKZwE\\/nSf7tyTFqUNAPWBeXbThZcsu+HJ3BhBrDScBTpXpoBqrLAAiR5LyrUj4w2AMh24D7xmoUCCT8Q3yI2UVB6UQwPP14XMGHG\\/xwn9lxGsj+lSwUAmS+uSa9XdIcUBM1\\/Q+yUHwHsMkSvLW+pxAS8Gp7ehDgFUJdzWqchXuGGbC7UlxVfRut8SQD7hh8JdPyAZr41np2XI9Cfgj3O7WoDNr6MluWeRvSKlZuNYx0PjhH+9KJL9oPkldFqrs0CQa2CGpMSVthURzG0NuuKBPTYHe6ECqvBgKlB4Zzm3JKTOsOvYHC59YU4aP7aSMC1obHsTDScovbyyGIV3zyP0LDEOGup02SsC9QDLxuKsho2X\\/KPD9nK0fg=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Seasonal Fresh Fruit Platter\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":300,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"uP235DTo1rTA98SRCX40xrc1U8LUh1aGk2yGyADVGJ8LUSjlyKWsb2c43Unvf8Nhxp\\/AJCv7Raa671qte8rh4Pyr5+y833LTXXmMAJZZXHiEp5Yb9I+tV9zx3XPp0y31s8Y6FEh3hBrf9QllVflEN\\/SS1ALLAnJKgVuE5667IkuF2SBmZzdFl+XPL8vzAn9uQtVcat9XGDnO2tDn30uLie9wtwEG5eaJfOVitvuRNyhAquL6+z3KNa\\/0biW9IByw0v1U\\/qUuquhq0F65ZZ+A0Nh79XtA5IHF7DuSIf0ZgU6mXmyWy8dFi5ztcMVEi6svX5Ki+zba9qZb\\/ADYTSPle8bhKD2ZOuXNYD5GSytJEUKZnnGYv3UNUygW++HjpzMRWBFmX0aw0yNmhwlBaYl4grEHIRi6hIOCLP7u\\/hYqEU10\\/D0xvGgdA6SBExF3E50Rx0l0thmjfNPGOyAeACcLDftPE0IfeIUntHLY+LpqpCKOvFXJe\\/jatOLPo5+EXJxQyrhDqS+iN0chOtIkxo+v8P25L5H+TLNBHOdjymPPcYLA9Rxkq9IlBWZKqFyzyeikjhHQVP1cI8NPTXTkobUCfv5GXcFB9t\\/3G6C4e6LNlZQ=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Bajra Khichdi With Matar Bhaji\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Bajra Khichdi With Matar Bhaji\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"JsBNK5KtEetMaKbmoYLsjQVrS71mCw\\/R7ihui8oBW8UUJQ82sf6hbPTpu8yCPLV+OqJcUToIg2olcrN9qhKt+FXFFFm063UqRnEiZiY+U0+FBzda8OQ6548G9HJUnZR04cdU5ZUZCGq55WM33kZvu7a4a8gh3vmyzuve8e1zwNbzGs4Penb9IAS0MY+CGDTGBDKAcKiPXZ2xbBF0FxHf+pj\\/9l1fmOwItiJ25euoGyspLc2H2eTdMP+oDajqB9itj\\/aI9thTQJcgKt\\/QcAYdWysdjnBCB4hKQG2tpXLZZuIs4jeMdXz449rIxxu0NsHIh\\/vOWxHLbW9Kklph1iT0wu4e7k+ssb0mc84NJqjDCCXLNTkns6jv37FscsWlZP+E0yezkvtI0OaOOYJgP08pwc5PSmmwE1LQ\\/5rb5e2GZoD3H5tbsyuodavtklDQPppcR9IA0FQZq+hSbwTWQuzjH2S30gJzLtlfts6qtFDCK0gR9I8cMmfBM+VWCeTLp0P69gXkaUIrt+wv3vBcUwOp0R9BH+0qiw30huSwEm2NjnGs3jwddUaMl+2HZJAHeyM1NRWZuKUmq0fzL\\/wcoMauiexH0CB+aD3Fe2+njBfEIhvTfZ94yz1X+TvCMVVYXcTupiEeaTCYuCfxJLI39DYxRA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Masala Omelette With Chicken Sausage & Hash Brown\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Masala Omelette With Chicken Sausage & Hash Brown\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"eF8yXl\\/FK1m3kuWShbSGQ1M33dHtBbOVRcu276GzugpkOtieMTnkK3zXQZD7IhBUpfiF2HOq3JoTRmOcgNMGigUFVcQBXXcMSq5V7AlI+Czy9bXIr9uv7OsEBKtgSjMLmiRT9oPqOZ5kM7meiLQg9JeKjEIK5RKJr\\/zdEWE7f+17bEwMtlG5l1RlJ7C8zXpnmOe8f8nKWt\\/Loy0Ir930a6Fz3gwL5fysgYKT+MH6FVD8wO\\/AxX+JzN8E2xwRx7l6SGb+g2TGG36ASdzGrQpBpj\\/UApJUVSY9iSmL+mK0plsXamKZvizjpw\\/Atqu+ffxCfm9A1O0bjOhh8nmRcGWczQukg0+rlYTbVGJJA2g9MFGjfrb1ygZ1eDD+x7Hkp4QXfmUIXfwe9IHv9mJoelUCNf0efatMuCJPOdZaqorZVdCITcVcy51V\\/u8jN304XxvHcPbS61GQVXebzIhxQSaWL2GtYE9PZ4ONxrgZT25Yg32CTxTW0bl0loqwk4bykUvXQYU761IRleDKdopbpgkGHit0fEsUuv03XviQSlbpu70bvQjmI0dYJZgZaE3zzeZhePlDKrHYRTSEEF9LNZBiN7tH\\/TE8o95Lhune91230EY=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Murg Tikka Masala With Lachha Paratha\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Murg Tikka Masala With Lachha Paratha\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"6pQOJVVceWwkzmUJMhE7sofaItesFmctn9SrtN6ipiHgl47b5qHFCTCnQHCyP23kyMRRkRZAmtWmjXcpe77hnUnr1008z8MK13I80PJlVYvLBsIaTRu49DhD9ubBjadImCcYmnY9eVBjLZMIOwI2fDiR6j7wpL8z8NJxL33TUq5zWoBcxBykHBkWMvOcTe+TiBmr\\/czmAZ1Nj9\\/3vXVyNYUjNw1VgeGmCzVyKYAN7u0qqIemGPBDTVnogP2toOeNHxG7mNGf0zv3N6P83y4cZNa+9qmfSkcLBBkndbY3EtQHLLhVqGhseEZmZVgnDMs+rtPX35Mlb1xM19ltrKoGjqBgtS0NVelYW1OJJxGAEfZEGTjoz5\\/RgONLeUKUSY+T12KaELAA8HZQBmHvl\\/uzfK56zPNYJEK+e+iz8+1lPhhCoy4B4WWRQRJEtlVj0gxqfm5mE0isAUj\\/40qJvm6DF1s4YTEkuM71Kdn8voqVaXkCIseokSyR69VMNa+9HWB\\/LU8CBMZo8z8n45vFDzFOj8IQl2DYxX\\/+C8hRqOspIZM0ojJltRm1jyuPFfWQeka+Oi6qwJRYaPdx1DrLYmHIXOEgOD1zst5YGeU+sUovbQhWkiYckoNS\\/A0zbg4aOKjC\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Hyderabadi Mutton Biryani With Mirch Salan\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Hyderabadi Mutton Biryani With Mirch Salan\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"wOOKOTtYE\\/uoLwaj0ZX5ak\\/MEmcwYCvFVeEMHgwSqdKxNoGeYyl5+iskqnEvzn3pTHLG73X70OVEDCrGNQIZSLBwDtLz8+mitxPgsYGeZT9C9dXK5UjBL6mGHzP8bc\\/96yqlyEqNrU3BbTZOBtcIRf0Q6eHVH+aRNXLjoYVR+c\\/1QOiIyomIylOH07y+lYI9ZpO3ucHcRsj8ZowMY1ia9B3uZjg29pLVnn0UUdXyH9azbB7EqgwLmOWlCPkDYPEMzJFFuFdeUiGm7AfR0TIYpJY1y4aY5ls3A8cswIu9mEU77IsQABOgGhVr0BKf90SaHtYCHIeuHRkqcJID11iR\\/pjxQ4P9\\/21vQzBdKUsx\\/RQeuKFbkB+Cdtt9uliPH0Wc8EKss+ptBbH5jyLhFCTeTnfulVamb8Weec8Wdnb2wAN7BBkFzTOYhP4pFSiT8UkUf8iuppzMAfiEFz1jrBn6d9R\\/\\/SJyAiCrw75O\\/gcniV6\\/d6HioYgTBGVh66nkVjGA6T0Jk\\/lGJLDR+scs5u0i566uRU3XJnh2gmniHx98z4jW+Oi+pCReTWlgq\\/ij8A+FuMLDWx2SgO1yZbbwUFg9Jw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Herb Grilled Fish Fillet\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Herb Grilled Fish Fillet\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"my3pSspfscTGqdftiMp1sfXVl0EUqzECMAKAJ5eibScY2MGwVGPs0hY8KRUy30Q7wJ3e8xRKgpEbxx\\/caikt4PERzA5BZG\\/hiQkZy1FzWnpMgSqSxJPCDeI\\/AjPVR8XrAePG49SWu+K4JwzWrE5e36UKnA5cjQFb1HTu6Tzri7PJBDtx+LIqAMCRoG8S6pV1fyPq7OuhmJpTP+\\/OubTsuPJ21VHqmvkJBLmkgpecCo1pNDtd7U08Zs3Mqz0dmEA9PFgEAx6ogUHA9jE5HXgnm3mbiy9w9L3zORz\\/Yz3HhFp95bq8wMDzGxaE3tQjQtQ9+eqVc8Y+LuJdndD7oJOEFq96Hiys3oA5Pm0+UV4qqhs3VS+UunLURCU+ZkDZlbc7v0l1WEKhfNn+THt3\\/668AizMPlkoJWU\\/Is0cpz21oHDvHk8VNl2yp0GdMAyzjHF3fNcQ3Htyr18E6ZwXb19oZ0urczQZ+Va9qrXlG9l3TPBJS250bGDteo36lR5Xrv33Shem42IF1jl9\\/NFsRL468cEd8WqAG95xSxTxk8YC0\\/Og97FWjfCrCbdRGGUry5\\/QM6uqRnvTfcqiNCAyZlkZYvTY77DTx65zHkVkSX0Vo9U=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Nuggets With Fried Potatoes\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Chicken Nuggets With Fried Potatoes\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"VdYbhrnp8bxQ9OaQTdvoVE8WfIKpgAW2NyFS93xD2CHv6iovWsya5\\/VUduO0lmoKAaGs92Xkx2wBRjwXFVEb32EqLC7TYnekLJXMdVnSTy3Np4SgOm9Hv+KjrOwzCJu1QTWWtGQGWZyyBwlIpQFFoaMW3rr4dSrNo\\/sfFjcQQG38UxZTcLujpxVOSe9Xst9+USG9kGFTMDo88Sk1gknDY2E3kn0u5Yn\\/gd+ZyrRXAZ94t1c+1WQQwi9uEl34YlaGAwLxeASRScl4M2+Aw8XDyht2lX4N+obGNAqkbyPVnoy33HGa1Yakdn+h2y5AXAFNxAjPvk2rgACTRIASKdHNy3cFAS37EcUg9hoVB2367MykLXpthkq+jKJxpbIpHyxpXut1SclQrkQ1UPHJR4P8F1o\\/N+pYuE+1+GGJYH\\/jBQ97FRvWU+eX9F5UPkoCPPWhaXaKuONHiAog5YT+sIRZeEhL2+WFJA310qbxQE7E0MSuEPtXOItIW\\/P4m3ZiavPgrPv9ZQxVTHLlgZ5Y+oC0tcI3HTZDmmHw\\/jzrMRA7A9vUnMm5BsCh\\/DezFU16glhwpsUBchTFfzeTvigXlwy23g==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"FmUkHEZTZxmLJmzN32TWH2nrbecmCWUKHQTLUjg5IHQmLL2+LPRGwEFPj1TYYsZydC8RfzMV+NgIVUiRrJ7EziAeIklnv+aKa9tY4PZ4Q7yaPJrAIsJyphvmouUBipvD3XdiqyhYHccNWO+4xnvA+GtORPklqPEaISjuwPDjrw9O+iKPdncjZA0akftN2GURVKBYEhnp1v\\/kEAkWkHhhPp04qlJgJbduhmxwG5Z\\/qlS7cWGu2tc1a7o1PeahPDK3M5\\/gpv7JRZgUC1No4Ic2AuU7\\/Sw3CzYPa6dl\\/QV4UwrEhD0Pxht\\/m3UJqChPSJNXgnS5gcKjDfJC6OhKh6tdY5TRIBx28cn7JQg5AC4xZ+hph+Ryk4xKTpe1LxA5KBWx8iE0sNTwhlXYk5ipZSoipLOz9rkUUrumkB11Rj4o0V6aCteADF\\/O+AQeuSBVbsLaV7UsXipz7jYjnkDszyG+1xKx9PHFJvP6gz0FroIVx2ypPDntJA8wQckPd8cesmznJfMX9OS7m29VdtVeCOccBrFAWScn5I4Dd9m1LqYJNUianDefHYC+yHPvCCHLM8w4IZKF6fHZSQsbNAggwusP9xc5yQNhnKZ7IzYJ8\\/ydpgw=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Awadhi Chicken Biryani With Mirch Salan\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":600,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":600,\"Description\":\"Awadhi Chicken Biryani With Mirch Salan\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":0,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"1Oxchfk8YrQbrpNGSdwiU8ncOzNsxeIgt3GBhZXy5JBVt3tM4mlFdZZdS0CUMQqSXnX+c57PIpmGnu5nxwZvUcBHRN602Q6D08m4Q+Th7nDTLAmkxYcWZxilJMacxaeJdnAWwzCWgxAcInWBSSWjMS\\/f7EztoQrL8i802SZFWlJGK7Sq1nbCXIiK1Rm29qOKfhOZQ+7os8Yvyb+PQnc\\/LSCBBNkeVGhvkLl+be78N2zD6ZeVY4r9sOqP7krr5\\/d+dEYSIKtA4kLegdyMn5GA7e2G4iQIO\\/RCYaHSw9jYDVJg8oretMXKckBJ\\/5z0cbcQJWT2pHWgio\\/ffzKRIaLP5vxJb\\/+tP1CCb26gSVF8SS0rTif\\/DMmAFDc1VXwwV7NURw7yG9ykGc7c83f5wiI7r+W\\/RWDIDUySe1yjz7WeWB6tgEhKqbu+YNbBJuMmRsjfPoJqemhRTFJla\\/ET8EennB1FMWpycUuFBnjKqQMQ6Y99ss3qsfcYF\\/2FzxaYiGFTQ16RQdwnF5vY2zmht1UN6TWBgJXUwSmVWkxDj8QW2Sg=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"NoMeal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":0,\"Description\":\"NoMeal\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"OGea\\/kr\\/b65r3jqWQi5kMlOR75dABmzEzWKgSSZSw9WLCLtCyxHhS7bURqyeMfDovIKOe+pkzE79Qt6kZhOE2oP5G+gGbdSvXnL+GlyGVO4\\/3381ttAH8GRhSVr468gvfMyr2bBmg3hSnP9ri7+ncfK6FUqKBTj0wlLTvPkfvRfSK4YF3dfFtsK4CKbalB1iRb3Ud0RYJeFpQMf9nDwlFLke8Aho7ADIgk1J5Z9GUcdFk\\/b\\/fBxXQ7e2gPCuAYd4WCrJbTIdquYqqVHTt\\/\\/1PTB0epubUtvpbE5RYKFqr0FDucmjwM7GgZeqwIEBFFUTURHRX5Tuj6DmhJOuwbMs0s8yvpuIQkM7T5wJ\\/iyIugooYnYHNT8jbMVhV2N5LTB8gloekAnLwZKydsPok+B6rd50g1r4Inq75jNu6XWDir226\\/YPpL8AsY\\/NH9G2bSiQUfZ+CjotaOTxaTwQBjzVDHjL1RWefLg2cldIXJxnPpNUpMmDSxC\\/KRBoqPZnApvf\\/OKmwDmuo1726uRzq6Tk\\/ZpIBJRxrHWf1gLfz9vddNkUXkXbPs3WzUP\\/ctpGhP8jO5VlE\\/nXp0fBTpSLTSjWew==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Shondesh Tiramisu\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":250,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":250,\"Description\":\"Shondesh Tiramisu\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"nLOP2IWCaKUqNkYB2z9w1QEaIkSHpOfv10s02gCvWo8qeH+LjPdFN8s9JH8CtNlrc4nOBJeJAUYx2+g9hFRrH9I5ATc+mRKD6mwhj+n9oNn\\/+1iDmhe1hc16eW3ndOrHzGL8\\/6D3mK9k3Y31ow9WUOHOQuEpClxxs+OzDHRXNyZ3\\/\\/YiojW9RQ++CIv47t2aTfGWldan+8Q24I+3FPIcWf8XE5B5I6KsJbYEkYLGBNmhMyppaemRrLsnKNQh\\/eJ3hKG3lErYG8y3CtFvoXNeRDy+dbH2zdmiZq0BmU1mogEM9iwlVsVQap\\/Lfq2MAiNecXRErNKlmkKYFfAEiiL5d8TU3Iixwv23FkkniV+hTH7NV\\/1MT4ibxoRu9NnmPy2HwtV8GmXaqz0BpmWbagpnbaa1CKo4oEMH2fCvF1uJwYcIKxFZ\\/D8DohbchvBuHin9jZvHCL6MAtKKw\\/5XGbGsOWBj8Qc\\/S24Ho5G7T3vo0s2hHjNOnaEXCNCW0mdOBTFkxDaBoM2yN52u+rg+3egZZ56dODKJnjoNoJwn7Zcp5wuOWKTI1Y7eFjRaM1ZM8HcqCfLizwNmax+gfPTQKTWNqA==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Herb Roast Vegetable Roll\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"tqRHO\\/hR0CGo\\/WK7KYzlPiLHguqcuhXUXYJSm3bC0asSvcvF7Afq4AS5lq+T2BOdFD4TnLcKQ68Fa0+h5L8\\/6mbGfBpru\\/yfHgOvcMLpWW9XXYRjJFLxqHFL9+v83mvUaP6kwAgEyZsYWC987ak0WiwFpwHn8B4iJiCrfPgfiV7EqTvpAo2Hdk19BY39P1TlQAksZUDj3xnRDfiIuV8l9S5MZPe7Ina6ACYRPzm280z0lHDJPt081NL+vyVkp87VnbR7WSgh+AjlbBsm94\\/pDvvKVIBJSQ5Za9tOEyw9kfTwSmaQptG5jW88uqKXqyf\\/FJclr+sc4kfWhsriWIKF0HAvlwv7K2Q8uBSlppAVPz42HraH0aO2AoEmIw92wnlM5iDaW7+FKCbQpQilK0hSERHQvTIPzyE3TtSVDKvQEY2e3TdY+J8guBZXMGK5dEoprl\\/mg3kWIYtbV8oyr8JLsUNbHQ5xD5kXKoo5c\\/unR38xf82e+CwEPIVpBiE3A4tt\\/3mBzLQQxGV\\/Hzys5ClECyaan3Sl22oXD8VsDrUNmCY9oOhJz6hwz4ZLpyNZDw5sHQAw\\/KDttCsmiC3dtfumoaQY+5DSMXQdg2j8ZQ9vbJ0=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Seasonal Fresh Fruit Platter\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":300,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":300,\"Description\":\"Seasonal Fresh Fruit Platter\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5636549313480725803\",\"Leg_Index\":0,\"SSR_Code\":null,\"SSR_Key\":\"pqXwkibf+WJe1fOlUXMIZdZETffGTsCYeBnMK3FCXBoKqquc8TaCoOJ3XwqruPIm7q12T26enfSfIIrGIE5T4MU2U3\\/ztOfC7nUWxzVlWLxtPkFlrX\\/yhDAfPaXUL+tPsEQPMB9UYMQoe+KHI6+e\\/\\/BSwaQzvJDtBdB+5hiQK5xJ1P5IN0kGZHt9jFqeja\\/M4JXq02bWYOAVezJJcDX2rXrcRBv7maHqY\\/Sc54200FKK2wEqF\\/8lTbKdH8eesG7f4+aS8LrODafJRp6uPSR2lc70QMavJtWGpxMhwWLoU\\/wwMvF4ZbFXWGUnVIxNXKYO7gCD+G9EupP\\/Lltg5nNKaiHCW60Ur\\/JeemiD\\/\\/dr2q+KhKO\\/P2IhkWSf1+eLlYIalWnp8jpydMjO01ugluA1XmgnTmaLYYGnt+PLvNnNKZqEYj+jHImIw3YwvC1fE7YLD4yPE8JcrXxWVou\\/iAdFXNNhLxdnX3gWBsoacy\\/nCdCroi3Rsja8WIJgyjDdxU9vpuCX6IBDn1tcvdFA9HYe1F1KKszeZMUciKQtj1kCh3OzyiaFQzn3eBg8mhkIvh94coCuGkXoPJqQWdidmdgc7Q==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnnsoxU22Ue2\\/Im59Jtsq\\/eO2Kmd9uVuczsrtOxtMfGjPx9VnnWGlG4rlBhylmgrjPBoJjHVTa+UQ3IARGgkmyyC4xmWXpQp\\/I3PEvl178WOJ1XLYChiaUJR8csNtkbWq5hIKgHGzr7hIq9sUohnOJ93ur1FqgxfTDiSCq98LV30MjghpE7LuTtQ3Bp6MeJcdqMpPf8LiP8euliuF\\/nML0nZMUwQ0TiLY+5Da9TB3Fq50t1ISetBxOtRZgxlRhBr0lk33nPMZ3ihfpj6NBlKSkTleNHKJB0Z+cWqGJfZUAwqX+J76Z3lTPDkaVWniTbjbCO9H\\/S7cY8IoDBw3Gm6TfQxLXEOCH4BAlgVqb2elEMyUko5XRZY81SmTMBSLThrhNUgw0f2ao4QbDm+taxwHIwL2XasoOhTuxnT\\/uvFR62xCPTNHtohnARiXvF8v\\/j51NzxuOrmqTHT2Rk7il6OiPmtgkBv2c0GdBKksU5EprWvGLjezpT3h09XmAhDDFAhMhxf9Iz6MOf0E4ZEe4OKgmbdVhZMffmqOE4irrvU\\/CwRWYSnu+Hv\\/bIfQgWxNeVy3M19ixpd+MhwE0rLukk\\/VH3McMQp\\/bIanfrMBoWVz44aySEt52eCKFyD\\/Ng7LwsA2o2QclDrnd9qO2XGfSQBp4ZmUEWz79x2IgxFYLbJwvxKw\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"apiTraceId\":\"LB4958265956360985805\",\"SearchTraceId\":\"43a94-a74a0-96cf2-eb50f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"43a94-a74a0-96cf2-eb50f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 19:45:24\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.100.199\",\"Request_Id\":\"43a94-a74a0-96cf2-eb50f\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnnsoxU22Ue2\\/Im59Jtsq\\/eO2Kmd9uVuczsrtOxtMfGjPx9VnnWGlG4rlBhylmgrjPBoJjHVTa+UQ3IARGgkmyyC4xmWXpQp\\/I3PEvl178WOJ1XLYChiaUJR8csNtkbWq5hIKgHGzr7hIq9sUohnOJ93ur1FqgxfTDiSCq98LV30MjghpE7LuTtQ3Bp6MeJcdqMpPf8LiP8euliuF\\/nML0nZMUwQ0TiLY+5Da9TB3Fq50t1ISetBxOtRZgxlRhBr0lk33nPMZ3ihfpj6NBlKSkTleNHKJB0Z+cWqGJfZUAwqX+J76Z3lTPDkaVWniTbjbCO9H\\/S7cY8IoDBw3Gm6TfQxLXEOCH4BAlgVqb2elEMyUko5XRZY81SmTMBSLThrhNUgw0f2ao4QbDm+taxwHIwL2XasoOhTuxnT\\/uvFR62xCPTNHtohnARiXvF8v\\/j51NzxuOrmqTHT2Rk7il6OiPmtgkBv2c0GdBKksU5EprWvGLjezpT3h09XmAhDDFAhMhxf9Iz6MOf0E4ZEe4OKgmbdVhZMffmqOE4irrvU\\/CwRWYSnu+Hv\\/bIfQgWxNeVy3M19ixpd+MhwE0rLukk\\/VH3McMQp\\/bIanfrMBoWVz44aySEt52eCKFyD\\/Ng7LwsA2o2QclDrnd9qO2XGfSQBp4ZmUEWz79x2IgxFYLbJwvxKw\",\"AirRepriceRequests\":[{\"Flight_Key\":\"rEd5LXr79gR9R4RKwZ8gbBE82wHrpNFCBylKkPTUvSMd2Ha2s7724e+qGayyqOdwgNdHceNWMhV0HbVrQeiD3HbAeDLiv6vr3NBwK1c7jL636W54wALCGvrY9uhv11O9Mj1QVOQj\\/Q7A0DBIEgi9YFSQ8bihIAADXp9p4t4xSK8pJqMMRN5\\/OJpPHjyxCnwtCwUcaEdQt6blSPcFXtusqGmYpr7SY2LATYu1ovFsaoS\\/Ual+eGAtO3rRilSF3jqXJZ53QvEUC\\/tbfHm+o1HfjmCO4nemUbVl+y8DX1rBuf1UkRhb+MUJq9WEHv8EV72kkXPDTL7Hhl9TXAxMSmYU58uvq7khnXgkRZ\\/iVMH+DL6XpmrTWjP3e0aXMt67Gwsl1ryZ5OQwM4BrN+UnGGjajqlgGmP2NdeWncWu05DHvDR58CT\\/m3MFcVHZkH4hLGapdwIw68phUDAz4zVdqRpTldXWWIO6dS+yIx3QxfZeGIDCKEjhx1fXhF3\\/nEWWYSLP5UlqoLA+ZZzcFtwwYLG8b6AGhjJSOHxWdlXKTcvSBLyNkm5XlN1YNa35ssBbP8FgUQBZ\\/ljUb\\/g3lXEg2ph5VilRXrYCE7pvU3CgRB1GkerjmPJSQQ6Z385rkOWdjvf2YJg80nwlOSuyib643Fstpy5Pqy+CNod6OVXJtRwLrh0n+UnOQ921rA\\/yWdU\\/bciGoIgfVwYCvZz5YMp3OlxucCAmiHR7Z2WjVWivhDAyWOXJdVWth9xvyyAUMNFVlWTlveo0BnHxxqdhjgFtZK5+oYUptM0dSaV9GxUOWsklxntEIhXRzTaOBG5\\/uVam1R+nFmn0KOWrbmSB2Jvc0UTGNQdwS4uSZKpi4kbZLLQOv3yv\\/lek2AyVHljAkmVfsNXu\\/kgQehkI9JrV3dbGVSBig1gIC7g58LCBL52uneq8oivoDJGGj3Ij5nZbx2YgDy7nB3Vktmvb\\/J\\/OurBVjX8ls5bHWYSZV3kXKa9DddY0iiwvCsGt8zJsJUvYw5k7vwK3v8VI+yRYVwJF30E3ciQArqtBlCD9Ln2FLrKKBE4kzlQEHijNnfKjhdTAR3xZN8GhjRZjHqVfS3lXqJuUdVYHRcgiQnnL6V\\/b3wh1jyxDjSYm4dsLikv8jh3RCVlwnS0DKDcSHylSUvHRkwHOoD5+YIZw17q\\/yYhfSysSCNV95fEBzGVsYf5WQFOBvRhAUNWfTth738hH8\\/0MMYOsPjBaW1+mgin\\/Q7rYQ2gR5iALiRsq+cSOkC3I+kuAbrzG12xNy\\/RqwVVhgP6JvZ55o7rn\\/1wN4sW30STWkmc51eHbMyC57lG44fA1K5LHNfh42jUo4MOiGfbt\\/TzfsYt4GYdyzqlfzRCyC3b+pUjWHQNK0ZCECgGPArSCtaJm9mX4KNFLs7VoZv5utfuXup0\\/olzu\\/b7QDHAtQ9lWo6SN7+Ao6QDGpcMV7VS+uOw9dJ6cgA9B200UES9xf4DFMkljv17B0pITLaYJYVjX4DQWtOTzLkfFanQobc1nK71KZV50mCkH2rpewsqapbFheEWslHK+zVwtsxE9RD5kafJLoSA1KTgmaIECordlIu4ZnKAoFtpVz5idVp5AxKRTc5j8493fpfDnvaeQ1E12ChCozD\\/3znzvObF5E6f9EQlbsPUzJSDTSPov8JeooFs8gZ1z9IUs8lcdXvIQBLHUpksrDq9q77UNNq\\/McvHhsun94EVx\\/Yu1mhzx68HbR2KLd0gLX9sv3i6IX2h5IRhPxiBIB9jvVweb4alS5PmKuimkAfctYpaxdg3PwEtTDBGlJESWb6\\/avf6+8UVwlz4pcUnbNPUaTppO9lLVNd5uv1EEqeeak3I7tQAKXewOBow8G9BmqVXf5\\/XVhoy75hD8TrAst23CZ6AcH60y2YiBLrofD2bF74IeLOC+bhg9ybLUSktTycdhSGQAGNRBEas30X0Z7KOXC3aFUn6V\\/cNZXPmxpQQSAsiWDxcbDDMa2kVPM\\/nJ4GgQ8C4s\\/2WuyNVq\\/wtO7GORmvt1R5+Vu\\/ZTNu6yKkSVssgZOCxL3yXS9DusgQN5C2DCVW7MsPDzwpU2PZDhOm1Y3oHbmpnPwrkfA+IONeqTf2sBA5WaiP6j0w+sopGJMB6syOjyewW82dn5AEVHwpQfWVlQdUgPAP7zU9NPaz5YmUSlnBx1efl9K5JQ7VxJbEwrWoo4ic6LoDTi5Cn0+TCymnIBTLKMQaWrnb49T4bxSsZBV9iPSOuBHK7W7DSN6wbqnHUEGBzCj7\\/B6ZsMh5gkpUXcd4PYS7FUifsjr6XEBEFrOd+Tec21MVML1fv9+hahj9eLjPpy7QTDzObPVAEkP0qQurakefRLPt8kXKVo63f5KqE5cw++9WQ9W6ilETGBNZ1cBeKQ92IAvU9vmnm6EPMP51RpMfDg6lKX4IvITG41gQI4EOUdCl+aPbY5QGtM6emuX3YFKSwYJyMrIwf727WiVeBTKxSvhCFsG2M4hvAngkrGR7\\/Fd3G9N0svYq0XSlESfEai+TNH0UY7MbeQlF8kYnSbkEN0rPB6yaxDWv9NwzHj8\\/Tv8R+d8uEv20BXHgzD92tPX5xy9VsMZbjqCaDfc2XFTZJ94NBMbdrH5T4A0q2A0sU6i\\/+mmaf1RAHoR6AZAiPOMcFdZiYhZ72EtOACxe7uh76q5Si9slDHH7PSvhw+kzuR2lyKTAxBGw68yDSg2\\/dvEi8MKQdBzuzcBCNhI5+bcfxUo421yxMXBdE0PsSuGiLFDzto1AztmFLgKa\\/\\/N2mVlzy1LESuv\\/kWldAkaB6rYfB3rFJsluOShdlmrQ9Qoo41ckTdue52cl60Df0xK5hxD9EICsSRDDORuqnzDap4l5sy2ZkjmI8Rf0KC45pnPq7GtAf3dTlUmkrdZQVkyafYQHEPmBIoA34gvDLOBK4wQBJbdlWqrnsJ4wFRyNZ4r6wHB3xfOHMl0TfX6IDKmNXHzvejDLjsS52FClrV\\/fUkmZyEpDm6yjw5HONZHI0VDXWHf2Y2kYAIcVcMlDsYpE\\/gZ2K1Y3i68Dwe\\/GKy6Gods8Yt3kRLBdIqhr58N+yHl7pOKupJDWQ20GWLjPpGQT6XVBAlkNzdW5OCHsNjtZV1ZeRk4tnJkEgytygobn5JGyDrm\\/86geDx6Mcuajkw7sagYU71fjWgWTd4OCGGq\\/ZrwKkphyzdfJVD9vbJiIg05rv6+rHggZaZ96aXYHpkpS0rdly6m3k4uRspJp5\\/SRB8EQoIT9M18Z\\/RAw0Tq68+w1Kh2\\/NpMAY\\/Wj744m0slXwadVpqY7FliyfK9kYDwD57PMYG8TnDSEerRAgcHQ3WhHTaAZ2pFEvX68qJCu\\/poavLgjgGNMO2xUjwJkqjwPbqI\\/OtQbRTC0ssrRTpx5gDs\\/rTgInXC9El1KhkZumTG+uz7DdbTMLyLFG2+DB9aujoTEgAF2K45F\\/tldRfnkdgzM4taNp6i1tTgUZB99sof21krt4K6IlgH+hrZOv1TswdGVEjJEzcMrsiUKcf7c8b0uyAAa4psdtuzt7gcu5RJWoPdk71X2pkc4sTajQ8hm7ALUwKXpLkQX\\/jJp637XiKlQ7XMT4uKojGFJGM9Pbxyb+JpOnt3KSWqvjZ7fzlKL1QBcEqDfovCKbYF+Flpc7zWT6BUYUr4X6WoI6EE542nSl2yOgDz3XEwJuD1DWhlkH4xodT\\/YHZg8Sjzbo\\/TfwfSnGvVCGYPEyLkAxKFUn+1WnxfU5ZQ9ElWh1kzyrPv+j1oa8kvwapn7XOnDhN2sKdeGPbHuMPvF5TL9UClNsFEMu9mSx+rESjrfcQcUALjwcHnC9KtzLTSDa+EEC6EoVtTjAY8xdVn67n7qXGPhWJvPiVJw8RhDWvGyRzBfZQpMy7O\\/udUP6nW7lPHi53ZC3pR\\/V5+WyxWOUCS3TXy+opAtVeC6\\/O3gTESce3xyba0DmQDEg3JfHeRFPea7kA5fNNQBjLydJlDxWcXub6SDRYbFta05Z8fjoTaeNs8P6rpbJJq6luaMXVFMDYMfZSRp4MKeV8DShh8iKfNxO3k1B0Bzldy5dukKr0ghwVXotV6geVSq49cJLeKGAbSb+VIKWkK61aqr3B2HqWZdxYEIaj4nTAmcC6bub\\/eJ8gTsHAsCIf4GW9S6Gh2xf0soeV\\/rdcwBTOF9QY9dxF8Yyxg66BKdqoFwWPE91UJU5dw726lC5RN6FROqvCJwMetgS99ijjX9OfN7lVWb7NVCg35lZrMLZDMrg2WmgkODfv\\/a9vp1PTPujpQoJ\\/yrk\\/DBAgwLRq0BxdHmhhb8V3eYoeGf5nltqx1rD5BGxyfG0htQrnBgLOW4wHxT9FClhJXwcNp8sBFgsent+IE28gD+hdZMAvTJH5PxKFK+euvGEHOgOLhuvrwjTQ3\\/2aRocVLUTuy8Vsb029TN1Fok2ib7ZSPJepxJanMvpD5z5m8EUIObkMI8Pg9NSvS7LIkmYskC\\/6SZi5svj0Ro7roTuKD5nP4xF99YBV+snlW\\/e07v6pdJlLFsy4gAwFlmpRoO4YPjPCdmX+YAZvKZ5QaDD2VhEVF8\\/PuCNvc1JlxCaA+l4Mo1hqaC02xDdNaSPMF98oRExkhzKn\\/AWSDvzIZSrJ6lQxFY4QtQek+TV1nuq+glTcpLmSHpTgH0j\\/NmcVYhJKYR0Z0JCPacoeqQrd6F5wkWAOaPaxQu1lnGqa5Qcj228bv4PmOsReln1WZjKHUsRZ7aOeL2stz4hoWlj6c7zMj665Wbm1YBGgdX+vpeE6HilizJ9Kszud+uJZji0WWISSIBeTej\\/kODq3DpwtKGSIP55fB4Td4BWed9py6xhAiXifktniapWOYc2qt+Bl3AITle+j626L7c8EFmNoQ7Y1s7K3B6w2\\/QtuSYcXKYDTDRQNY5+0Go4FHVYd2qjP7R\\/8pe4PLj+8WTXnhZQ1TraRB8rgxbAGVBin6\\/CZXFaY+Z7LkuQ7Vs1sWOiVkacbH0kiSWRUC3OEvRxCi3pYl8\\/hheMqGFNLzLXTUyAwGhpfo4ud+IAN2errivb5k+yD2nYypZuPKZ75DDb69rU4ykZY9oj8XqBh2eX2LekeyWwUEiExAAfFGZkHxkZgos+NuEt1qu8zVKhbW87sMPk8dvoSj2aDZakGGCno4bH2\\/to0sNOfin9kPOGb5Wh7CQ\\/FIIojrzf07XuOppu+RYwOhZXTvQErKEPf5xHs6OTvZuN88rl4VjC5eh75HvuA7vrjHfg\\/2PNaEYYSFUPYG1kc2bJTMwx9e9AIVi\\/TtkAMVxJzDxbYoN5d1PxwguhFz8Q8AFTxQ08IW1Vy1\\/qEnnXn8eSmCsQeZ4e\\/QOspggqCFTELJ3DmVzrrGW9QVlqodfD8dC+UFS7cDXROJuz+OOLc3HINCHCqNKW2gQNpnMcsa7mN0edQMftgtOW4\\/dKpjcLxjUeFixscDXjpohfyyRNuPZ5B14VsY5d+K4f5hTCMEStXP76IN9EFIM4Dk6QToT0OqG8\\/bEIrYRFR84eY\\/\\/szLYeqdGDzz9Zq5wQvyXGnuPVLu4SxMJQ6qwGa7fseGfT\\/\\/1qVkzGwxtXdCqr4hI124tGe8spi5b3kMtYQqIpSsts1Uqo+hWdlTD2AUgyJJRNV8zlKjGftN+0QOp3m5ozaJzAHECBQrRPpGCMx0Ml9\\/TTRZHlnzc+fNPRW7hBWvv7FmA38M1bBE9wpvgcnWAIUN7XoE9ScOtSrmuFb3K\\/qtAl67ZvnrKvsGtZfojjJHTGGoP8qvdU+Yp+FnFS68jK7x+uXLgbJEdqVHP1spMOJg5vWup2Pwt61OEoz3aS7D4X0DNP2ImJgMhH43UAfxPQP7kUaLUmsKnqS6SVzn\\/nyJrs8\\/GTTdIcMXuLPqJ4NBkx76OpG7dbrRlZrh1s7spDL7nES+idNFQzjMTtE05h2ZLw6tmfg\\/xxWtRkZW2GvoAGo8b0Ejg6Y5OyiEYToD\\/wZEaKlW0NgUkxVnn2K2OwJG5Y5cgO8b+qt05gbbs3IQDugDPNif9AAdRHNSrIo+f5dVu29FNW6Dcl4bPLRRXCGq3d7EpwESnrqx7V3SU\\/r8taEKomRb95Uqn1H\\/cbycABiIQNnwoA+sEIJhfoNrEOk+rUD1O1J8qKutkgp07JCHib+vx\\/MF3A5c9McZofQghHfQsoCQODDVaLNbNvMG8eKmBN8vcoDhlQO0iNBUoDc3yuQDxnkgB+1+P6+4UlIENtLM3ny5epRqIlRaDmdn\\/jW+UmqptMQpcaDsWSv1t09QFhhUpc0lt4lU\\/oln8r30AMfFlkJs1pOLzJ0571ZAm22BL\\/9inux1UeLae729FR2E\\/GmE7Muplfc6FVN2GoJpQ2sYYcmzqbXKxGtYeA+709yizqHha5\\/Wzdwdlf9tdMD4FXddFT9QQnPUk91RxzooJEXPh67iU+WtzFot9I1GBT\\/5F4TinuSYLWcflXDW4Pod1L0YiceQLn8zmDnQIUU8tLQq9NmG\\/zj9yTMANu1Nwmx50bfmX7JyW9hok04AeHabPoukFj\\/Y6Ue4wQIwjOqSEr\\/bjLaq9n68PO\\/TlnHPlKpoVOjEZbSBlsaDPVTDWN0FW37y714NvxvtCJTM2znneviIFy8wJgxXKMXOTa+ioKt194g6ElNN\\/Xl+Vk+G7CTsudY8Idjk5KSyaFYd5lCCP8SSGSuY6ijelmDjBXfT4eXmYAWC10wsXzl3N4z6IQFVKPYMfEJtnHK3Adl8HB5qG4hthvxd8nmBGoGI1IP39z0eHkgxRZ8mNtODfKI88ruz1jThihbnlJPCeDfupL2YVFPKHZxRxldEYh7LBTzMqbvYx0EhS3RTiePYur5PniJC9iLBE+TniCn1qks5K2YVUAxFdgFTDVcj2AJq\\/TSnfuO71+l78bE8IoJtPnizYtDZ43T+mhMAZQBg\\/aeu43wGAEHihQTaCYAhIenEqRO1I+LU+Mj3gZe5uAO0vMnRXFs\\/LGPPgpVqvWKVXe62DTeFeEdlV2+ydkR7MnDFcdCGpDE\\/kG\\/0PqQYTUWnb1XNBS\\/IzJ7+TpQLrpf9zhki+yZelLnc6XjOcWUyzSyYkbDPPaABDIgQ4Oad5jdNN8Fg3a\\/UNB3PESc6EGPC5uikFJBZLY\\/iVcUPQEoUCR8ZbreKfLkXRbiPw79M9pr5t7qGgsKzQ58+IFxhi+FOOg4KWGE38qx3NWD9i660xm+RSZ9hNBo60RvYCF+cQh09xzKcqra4BZcrg8v1kHuJHr1tgbl5sFRSd2pz+iv6D0+Z704K2yKKK6Wx1f1TT2on2gPrgh5Ap9FGX7tZqlFjrs8EHUP+LaCMIM1OxsLcRT0YCk2E1YZcCbTkWlTnZkNEKcW+RrzYt2Un4HKQliO2rAJjHJnNXo6X4ZfyxcEt4q7MP1XDpa+K6sog3SMwA5H5sKiNm+TXSRYJAVE+6GRw7brm4sXuWnqokEGHK2nBhvDEBdwb3F\\/sWSsuuFklH4gSICFR3rXr0A+oC5EsfAfaFQPt6zJa2lm3hCEJCIvrL84zQyqGE7ANKBvsucWDgRU7y8R152nyJk01e6Ydbjblqubq5n8DmsiZpPb9t8ihk\\/OLrG5SsU6bZZFGa0129K3V8LiNfd2vHN5tw12HAl6fB+3g58LqxZUpoBy3VhDIxka91BrZiBxn+Ei\\/jLXNaniQSy9udK3h7e5ry2IFkf+XllQzmZVmr\\/iQhyqjYRRij5rzQH01AFWJ1qX5eFeM1PhZVzAJkqYEmFpEoXzT0I97GQWZZ7eyVohqbv\\/bDtBgKIr\\/Pn1azBy+ejOp5RWtaA9EJ0+FdkFjw0nVM5YcUhREHAmVjFZ8mqb4TJK4bdbiCo4ap8NBDLLb4QlViTTU7RARrivk49brElOeECFNQPbqYa59T04jHlJo+6MILaYGHDaDnK9xioRLkAYOxhD+Xy4DA\\/NvQLlzGfiIrVStOGwt8B7k2k4mLWVKv6Bre7Fia6KNMdHGYX2fvkV2eYvzxO3GO8c0yoR+lxxei1MuEjukeOA1Gy+bVRzTS9ZQDUPAqfqJ2pekailhxkqhb9Zn9dRViqnvzpdni0KFn8zQYxXxi1RCb\\/jbTs81M3ot9uOtfSdzQIz2NavRKMgiS+\\/2omHQj0ZDPB+OEQd9x\\/xlKFYIdFAz4a2q5f7qZWLGMX0+d3YgQ+Zaul6nzRAfjVMpFuexbgO6HDJOUOnaCjDRId4ScFuEesQWqtDonuEt+\\/n7p3w5SCcf+47YTZfSpFRLpwx70sTMmGoS+d\\/L5HWv5chhDnXv3BQx8kQR61XeSjEgbMCxJ+yhAVb2JeyW49EKZ9YqbbduMTSD5824U1W\\/YT8qgXm8L9pneYo73H\\/a5Qlid3pvZ+LZ\\/bfMMRERWYQCcjB\\/Kh9tyTXuJMggUQRqzBy5yM+9cq1n3K9MF7LKRRIfgsYvM3iWL6T0pkQQBpC8WqER8392JNly07kv8s3pMacYqYP7rqI7q2vI6TVsRiFn5xc3YTk5oSE\\/PoRQUQcw6Q\\/GkoqyqWnYH1MkllqqCh1YOaCl4naGrecMrOnbi8UFTyN6eUF7eKRp1LX6Nf4tSxkXr9vnEnuwoo1w\\/kjwha5w1SXXyZ0BCyU7utn7HekNhNxwgi9iW3m98F97tM5CaHuGSmZCo7cCaOIyVdcCfDmiBjVwPgIVqkgbSKjWz7U0vZhK8vfFQhlv6pVeiCCbEvFWpdvkGg9\\/ENqSv2mZ3oDS83fO5LIWMth6lV+NbeqglNuphDf0\\/LAvma8u1MewR863Krb2hZJ4WYAVMDXVs4RIBITPF\\/yXqBZKuD9iVUj5J79liNgD0+Mb\\/a+mXQn7JyPZ180R74Qs1\\/\\/YAWjD0nSVq23tyQNlHh7mYkm6sWn4vzwCkeQhyR8RmUKhF3UBw24pNF9mHYJGkMYSu4apaFpPJkGuHxcV0GlRbsw64G3oe6VIlLRCA51DWJY9mS4JWb+opgu9hhqZDX2nf92CXmSGaJH+j0qrZf1OakBKKBO3ODp9wda\\/4MzZYq+JFs+OKqY8nTiDEotRybu8b7w\\/Ax70Gkc19DUlOMzJDh0gO43\\/0pICKWFzgZf1J5BP28eZt4I2PC7QS5aOR7hq7JqyYoerAP7L0oFNMdo2MtcPaoDpRR26r1jTZ12h0RrxccCsEQ=\",\"Fare_Id\":\"LB4958265956360985805\"}],\"Customer_Mobile\":\"7742825288\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.100.199\",\"Request_Id\":\"43a94-a74a0-96cf2-eb50f\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"4JxPfOQy5udAw95QU0DXnnsoxU22Ue2\\/Im59Jtsq\\/eO2Kmd9uVuczsrtOxtMfGjPx9VnnWGlG4rlBhylmgrjPBoJjHVTa+UQ3IARGgkmyyC4xmWXpQp\\/I3PEvl178WOJ1XLYChiaUJR8csNtkbWq5hIKgHGzr7hIq9sUohnOJ93ur1FqgxfTDiSCq98LV30MjghpE7LuTtQ3Bp6MeJcdqMpPf8LiP8euliuF\\/nML0nZMUwQ0TiLY+5Da9TB3Fq50t1ISetBxOtRZgxlRhBr0lk33nPMZ3ihfpj6NBlKSkTleNHKJB0Z+cWqGJfZUAwqX+J76Z3lTPDkaVWniTbjbCO9H\\/S7cY8IoDBw3Gm6TfQxLXEOCH4BAlgVqb2elEMyUko5XRZY81SmTMBSLThrhNUgw0f2ao4QbDm+taxwHIwL2XasoOhTuxnT\\/uvFR62xCPTNHtohnARiXvF8v\\/j51NzxuOrmqTHT2Rk7il6OiPmtgkBv2c0GdBKksU5EprWvGLjezpT3h09XmAhDDFAhMhxf9Iz6MOf0E4ZEe4OKgmbdVhZMffmqOE4irrvU\\/CwRWYSnu+Hv\\/bIfQgWxNeVy3M19ixpd+MhwE0rLukk\\/VH3McMQp\\/bIanfrMBoWVz44aySEt52eCKFyD\\/Ng7LwsA2o2QclDrnd9qO2XGfSQBp4ZmUEWz79x2IgxFYLbJwvxKw\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"rEd5LXr79gR9R4RKwZ8gbBE82wHrpNFCBylKkPTUvSMd2Ha2s7724e+qGayyqOdwgNdHceNWMhV0HbVrQeiD3HbAeDLiv6vr3NBwK1c7jL636W54wALCGvrY9uhv11O9Mj1QVOQj\\/Q7A0DBIEgi9YFSQ8bihIAADXp9p4t4xSK8pJqMMRN5\\/OJpPHjyxCnwtCwUcaEdQt6blSPcFXtusqGmYpr7SY2LATYu1ovFsaoS\\/Ual+eGAtO3rRilSF3jqXJZ53QvEUC\\/tbfHm+o1HfjmCO4nemUbVl+y8DX1rBuf1UkRhb+MUJq9WEHv8EV72kkXPDTL7Hhl9TXAxMSmYU58uvq7khnXgkRZ\\/iVMH+DL6XpmrTWjP3e0aXMt67Gwsl1ryZ5OQwM4BrN+UnGGjajqlgGmP2NdeWncWu05DHvDR58CT\\/m3MFcVHZkH4hLGapdwIw68phUDAz4zVdqRpTldXWWIO6dS+yIx3QxfZeGIDCKEjhx1fXhF3\\/nEWWYSLP5UlqoLA+ZZzcFtwwYLG8b6AGhjJSOHxWdlXKTcvSBLyNkm5XlN1YNa35ssBbP8FgUQBZ\\/ljUb\\/g3lXEg2ph5VilRXrYCE7pvU3CgRB1GkerjmPJSQQ6Z385rkOWdjvf2YJg80nwlOSuyib643Fstpy5Pqy+CNod6OVXJtRwLrh0n+UnOQ921rA\\/yWdU\\/bciGoIgfVwYCvZz5YMp3OlxucCAmiHR7Z2WjVWivhDAyWOXJdVWth9xvyyAUMNFVlWTlveo0BnHxxqdhjgFtZK5+oYUptM0dSaV9GxUOWsklxntEIhXRzTaOBG5\\/uVam1R+nFmn0KOWrbmSB2Jvc0UTGNQdwS4uSZKpi4kbZLLQOv3yv\\/lek2AyVHljAkmVfsNXu\\/kgQehkI9JrV3dbGVSBig1gIC7g58LCBL52uneq8oivoDJGGj3Ij5nZbx2YgDy7nB3Vktmvb\\/J\\/OurBVjX8ls5bHWYSZV3kXKa9DddY0iiwvCsGt8zJsJUvYw5k7vwK3v8VI+yRYVwJF30E3ciQArqtBlCD9Ln2FLrKKBE4kzlQEHijNnfKjhdTAR3xZN8GhjRZjHqVfS3lXqJuUdVYHRcgiQnnL6V\\/b3wh1jyxDjSYm4dsLikv8jh3RCVlwnS0DKDcSHylSUvHRkwHOoD5+YIZw17q\\/yYhfSysSCNV95fEBzGVsYf5WQFOBvRhAUNWfTth738hH8\\/0MMYOsPjBaW1+mgin\\/Q7rYQ2gR5iALiRsq+cSOkC3I+kuAbrzG12xNy\\/RqwVVhgP6JvZ55o7rn\\/1wN4sW30STWkmc51eHbMyC57lG44fA1K5LHNfh42jUo4MOiGfbt\\/TzfsYt4GYdyzqlfzRCyC3b+pUjWHQNK0ZCECgGPArSCtaJm9mX4KNFLs7VoZv5utfuXup0\\/olzu\\/b7QDHAtQ9lWo6SN7+Ao6QDGpcMV7VS+uOw9dJ6cgA9B200UES9xf4DFMkljv17B0pITLaYJYVjX4DQWtOTzLkfFanQobc1nK71KZV50mCkH2rpewsqapbFheEWslHK+zVwtsxE9RD5kafJLoSA1KTgmaIECordlIu4ZnKAoFtpVz5idVp5AxKRTc5j8493fpfDnvaeQ1E12ChCozD\\/3znzvObF5E6f9EQlbsPUzJSDTSPov8JeooFs8gZ1z9IUs8lcdXvIQBLHUpksrDq9q77UNNq\\/McvHhsun94EVx\\/Yu1mhzx68HbR2KLd0gLX9sv3i6IX2h5IRhPxiBIB9jvVweb4alS5PmKuimkAfctYpaxdg3PwEtTDBGlJESWb6\\/avf6+8UVwlz4pcUnbNPUaTppO9lLVNd5uv1EEqeeak3I7tQAKXewOBow8G9BmqVXf5\\/XVhoy75hD8TrAst23CZ6AcH60y2YiBLrofD2bF74IeLOC+bhg9ybLUSktTycdhSGQAGNRBEas30X0Z7KOXC3aFUn6V\\/cNZXPmxpQQSAsiWDxcbDDMa2kVPM\\/nJ4GgQ8C4s\\/2WuyNVq\\/wtO7GORmvt1R5+Vu\\/ZTNu6yKkSVssgZOCxL3yXS9DusgQN5C2DCVW7MsPDzwpU2PZDhOm1Y3oHbmpnPwrkfA+IONeqTf2sBA5WaiP6j0w+sopGJMB6syOjyewW82dn5AEVHwpQfWVlQdUgPAP7zU9NPaz5YmUSlnBx1efl9K5JQ7VxJbEwrWoo4ic6LoDTi5Cn0+TCymnIBTLKMQaWrnb49T4bxSsZBV9iPSOuBHK7W7DSN6wbqnHUEGBzCj7\\/B6ZsMh5gkpUXcd4PYS7FUifsjr6XEBEFrOd+Tec21MVML1fv9+hahj9eLjPpy7QTDzObPVAEkP0qQurakefRLPt8kXKVo63f5KqE5cw++9WQ9W6ilETGBNZ1cBeKQ92IAvU9vmnm6EPMP51RpMfDg6lKX4IvITG41gQI4EOUdCl+aPbY5QGtM6emuX3YFKSwYJyMrIwf727WiVeBTKxSvhCFsG2M4hvAngkrGR7\\/Fd3G9N0svYq0XSlESfEai+TNH0UY7MbeQlF8kYnSbkEN0rPB6yaxDWv9NwzHj8\\/Tv8R+d8uEv20BXHgzD92tPX5xy9VsMZbjqCaDfc2XFTZJ94NBMbdrH5T4A0q2A0sU6i\\/+mmaf1RAHoR6AZAiPOMcFdZiYhZ72EtOACxe7uh76q5Si9slDHH7PSvhw+kzuR2lyKTAxBGw68yDSg2\\/dvEi8MKQdBzuzcBCNhI5+bcfxUo421yxMXBdE0PsSuGiLFDzto1AztmFLgKa\\/\\/N2mVlzy1LESuv\\/kWldAkaB6rYfB3rFJsluOShdlmrQ9Qoo41ckTdue52cl60Df0xK5hxD9EICsSRDDORuqnzDap4l5sy2ZkjmI8Rf0KC45pnPq7GtAf3dTlUmkrdZQVkyafYQHEPmBIoA34gvDLOBK4wQBJbdlWqrnsJ4wFRyNZ4r6wHB3xfOHMl0TfX6IDKmNXHzvejDLjsS52FClrV\\/fUkmZyEpDm6yjw5HONZHI0VDXWHf2Y2kYAIcVcMlDsYpE\\/gZ2K1Y3i68Dwe\\/GKy6Gods8Yt3kRLBdIqhr58N+yHl7pOKupJDWQ20GWLjPpGQT6XVBAlkNzdW5OCHsNjtZV1ZeRk4tnJkEgytygobn5JGyDrm\\/86geDx6Mcuajkw7sagYU71fjWgWTd4OCGGq\\/ZrwKkphyzdfJVD9vbJiIg05rv6+rHggZaZ96aXYHpkpS0rdly6m3k4uRspJp5\\/SRB8EQoIT9M18Z\\/RAw0Tq68+w1Kh2\\/NpMAY\\/Wj744m0slXwadVpqY7FliyfK9kYDwD57PMYG8TnDSEerRAgcHQ3WhHTaAZ2pFEvX68qJCu\\/poavLgjgGNMO2xUjwJkqjwPbqI\\/OtQbRTC0ssrRTpx5gDs\\/rTgInXC9El1KhkZumTG+uz7DdbTMLyLFG2+DB9aujoTEgAF2K45F\\/tldRfnkdgzM4taNp6i1tTgUZB99sof21krt4K6IlgH+hrZOv1TswdGVEjJEzcMrsiUKcf7c8b0uyAAa4psdtuzt7gcu5RJWoPdk71X2pkc4sTajQ8hm7ALUwKXpLkQX\\/jJp637XiKlQ7XMT4uKojGFJGM9Pbxyb+JpOnt3KSWqvjZ7fzlKL1QBcEqDfovCKbYF+Flpc7zWT6BUYUr4X6WoI6EE542nSl2yOgDz3XEwJuD1DWhlkH4xodT\\/YHZg8Sjzbo\\/TfwfSnGvVCGYPEyLkAxKFUn+1WnxfU5ZQ9ElWh1kzyrPv+j1oa8kvwapn7XOnDhN2sKdeGPbHuMPvF5TL9UClNsFEMu9mSx+rESjrfcQcUALjwcHnC9KtzLTSDa+EEC6EoVtTjAY8xdVn67n7qXGPhWJvPiVJw8RhDWvGyRzBfZQpMy7O\\/udUP6nW7lPHi53ZC3pR\\/V5+WyxWOUCS3TXy+opAtVeC6\\/O3gTESce3xyba0DmQDEg3JfHeRFPea7kA5fNNQBjLydJlDxWcXub6SDRYbFta05Z8fjoTaeNs8P6rpbJJq6luaMXVFMDYMfZSRp4MKeV8DShh8iKfNxO3k1B0Bzldy5dukKr0ghwVXotV6geVSq49cJLeKGAbSb+VIKWkK61aqr3B2HqWZdxYEIaj4nTAmcC6bub\\/eJ8gTsHAsCIf4GW9S6Gh2xf0soeV\\/rdcwBTOF9QY9dxF8Yyxg66BKdqoFwWPE91UJU5dw726lC5RN6FROqvCJwMetgS99ijjX9OfN7lVWb7NVCg35lZrMLZDMrg2WmgkODfv\\/a9vp1PTPujpQoJ\\/yrk\\/DBAgwLRq0BxdHmhhb8V3eYoeGf5nltqx1rD5BGxyfG0htQrnBgLOW4wHxT9FClhJXwcNp8sBFgsent+IE28gD+hdZMAvTJH5PxKFK+euvGEHOgOLhuvrwjTQ3\\/2aRocVLUTuy8Vsb029TN1Fok2ib7ZSPJepxJanMvpD5z5m8EUIObkMI8Pg9NSvS7LIkmYskC\\/6SZi5svj0Ro7roTuKD5nP4xF99YBV+snlW\\/e07v6pdJlLFsy4gAwFlmpRoO4YPjPCdmX+YAZvKZ5QaDD2VhEVF8\\/PuCNvc1JlxCaA+l4Mo1hqaC02xDdNaSPMF98oRExkhzKn\\/AWSDvzIZSrJ6lQxFY4QtQek+TV1nuq+glTcpLmSHpTgH0j\\/NmcVYhJKYR0Z0JCPacoeqQrd6F5wkWAOaPaxQu1lnGqa5Qcj228bv4PmOsReln1WZjKHUsRZ7aOeL2stz4hoWlj6c7zMj665Wbm1YBGgdX+vpeE6HilizJ9Kszud+uJZji0WWISSIBeTej\\/kODq3DpwtKGSIP55fB4Td4BWed9py6xhAiXifktniapWOYc2qt+Bl3AITle+j626L7c8EFmNoQ7Y1s7K3B6w2\\/QtuSYcXKYDTDRQNY5+0Go4FHVYd2qjP7R\\/8pe4PLj+8WTXnhZQ1TraRB8rgxbAGVBin6\\/CZXFaY+Z7LkuQ7Vs1sWOiVkacbH0kiSWRUC3OEvRxCi3pYl8\\/hheMqGFNLzLXTUyAwGhpfo4ud+IAN2errivb5k+yD2nYypZuPKZ75DDb69rU4ykZY9oj8XqBh2eX2LekeyWwUEiExAAfFGZkHxkZgos+NuEt1qu8zVKhbW87sMPk8dvoSj2aDZakGGCno4bH2\\/to0sNOfin9kPOGb5Wh7CQ\\/FIIojrzf07XuOppu+RYwOhZXTvQErKEPf5xHs6OTvZuN88rl4VjC5eh75HvuA7vrjHfg\\/2PNaEYYSFUPYG1kc2bJTMwx9e9AIVi\\/TtkAMVxJzDxbYoN5d1PxwguhFz8Q8AFTxQ08IW1Vy1\\/qEnnXn8eSmCsQeZ4e\\/QOspggqCFTELJ3DmVzrrGW9QVlqodfD8dC+UFS7cDXROJuz+OOLc3HINCHCqNKW2gQNpnMcsa7mN0edQMftgtOW4\\/dKpjcLxjUeFixscDXjpohfyyRNuPZ5B14VsY5d+K4f5hTCMEStXP76IN9EFIM4Dk6QToT0OqG8\\/bEIrYRFR84eY\\/\\/szLYeqdGDzz9Zq5wQvyXGnuPVLu4SxMJQ6qwGa7fseGfT\\/\\/1qVkzGwxtXdCqr4hI124tGe8spi5b3kMtYQqIpSsts1Uqo+hWdlTD2AUgyJJRNV8zlKjGftN+0QOp3m5ozaJzAHECBQrRPpGCMx0Ml9\\/TTRZHlnzc+fNPRW7hBWvv7FmA38M1bBE9wpvgcnWAIUN7XoE9ScOtSrmuFb3K\\/qtAl67ZvnrKvsGtZfojjJHTGGoP8qvdU+Yp+FnFS68jK7x+uXLgbJEdqVHP1spMOJg5vWup2Pwt61OEoz3aS7D4X0DNP2ImJgMhH43UAfxPQP7kUaLUmsKnqS6SVzn\\/nyJrs8\\/GTTdIcMXuLPqJ4NBkx76OpG7dbrRlZrh1s7spDL7nES+idNFQzjMTtE05h2ZLw6tmfg\\/xxWtRkZW2GvoAGo8b0Ejg6Y5OyiEYToD\\/wZEaKlW0NgUkxVnn2K2OwJG5Y5cgO8b+qt05gbbs3IQDugDPNif9AAdRHNSrIo+f5dVu29FNW6Dcl4bPLRRXCGq3d7EpwESnrqx7V3SU\\/r8taEKomRb95Uqn1H\\/cbycABiIQNnwoA+sEIJhfoNrEOk+rUD1O1J8qKutkgp07JCHib+vx\\/MF3A5c9McZofQghHfQsoCQODDVaLNbNvMG8eKmBN8vcoDhlQO0iNBUoDc3yuQDxnkgB+1+P6+4UlIENtLM3ny5epRqIlRaDmdn\\/jW+UmqptMQpcaDsWSv1t09QFhhUpc0lt4lU\\/oln8r30AMfFlkJs1pOLzJ0571ZAm22BL\\/9inux1UeLae729FR2E\\/GmE7Muplfc6FVN2GoJpQ2sYYcmzqbXKxGtYeA+709yizqHha5\\/Wzdwdlf9tdMD4FXddFT9QQnPUk91RxzooJEXPh67iU+WtzFot9I1GBT\\/5F4TinuSYLWcflXDW4Pod1L0YiceQLn8zmDnQIUU8tLQq9NmG\\/zj9yTMANu1Nwmx50bfmX7JyW9hok04AeHabPoukFj\\/Y6Ue4wQIwjOqSEr\\/bjLaq9n68PO\\/TlnHPlKpoVOjEZbSBlsaDPVTDWN0FW37y714NvxvtCJTM2znneviIFy8wJgxXKMXOTa+ioKt194g6ElNN\\/Xl+Vk+G7CTsudY8Idjk5KSyaFYd5lCCP8SSGSuY6ijelmDjBXfT4eXmYAWC10wsXzl3N4z6IQFVKPYMfEJtnHK3Adl8HB5qG4hthvxd8nmBGoGI1IP39z0eHkgxRZ8mNtODfKI88ruz1jThihbnlJPCeDfupL2YVFPKHZxRxldEYh7LBTzMqbvYx0EhS3RTiePYur5PniJC9iLBE+TniCn1qks5K2YVUAxFdgFTDVcj2AJq\\/TSnfuO71+l78bE8IoJtPnizYtDZ43T+mhMAZQBg\\/aeu43wGAEHihQTaCYAhIenEqRO1I+LU+Mj3gZe5uAO0vMnRXFs\\/LGPPgpVqvWKVXe62DTeFeEdlV2+ydkR7MnDFcdCGpDE\\/kG\\/0PqQYTUWnb1XNBS\\/IzJ7+TpQLrpf9zhki+yZelLnc6XjOcWUyzSyYkbDPPaABDIgQ4Oad5jdNN8Fg3a\\/UNB3PESc6EGPC5uikFJBZLY\\/iVcUPQEoUCR8ZbreKfLkXRbiPw79M9pr5t7qGgsKzQ58+IFxhi+FOOg4KWGE38qx3NWD9i660xm+RSZ9hNBo60RvYCF+cQh09xzKcqra4BZcrg8v1kHuJHr1tgbl5sFRSd2pz+iv6D0+Z704K2yKKK6Wx1f1TT2on2gPrgh5Ap9FGX7tZqlFjrs8EHUP+LaCMIM1OxsLcRT0YCk2E1YZcCbTkWlTnZkNEKcW+RrzYt2Un4HKQliO2rAJjHJnNXo6X4ZfyxcEt4q7MP1XDpa+K6sog3SMwA5H5sKiNm+TXSRYJAVE+6GRw7brm4sXuWnqokEGHK2nBhvDEBdwb3F\\/sWSsuuFklH4gSICFR3rXr0A+oC5EsfAfaFQPt6zJa2lm3hCEJCIvrL84zQyqGE7ANKBvsucWDgRU7y8R152nyJk01e6Ydbjblqubq5n8DmsiZpPb9t8ihk\\/OLrG5SsU6bZZFGa0129K3V8LiNfd2vHN5tw12HAl6fB+3g58LqxZUpoBy3VhDIxka91BrZiBxn+Ei\\/jLXNaniQSy9udK3h7e5ry2IFkf+XllQzmZVmr\\/iQhyqjYRRij5rzQH01AFWJ1qX5eFeM1PhZVzAJkqYEmFpEoXzT0I97GQWZZ7eyVohqbv\\/bDtBgKIr\\/Pn1azBy+ejOp5RWtaA9EJ0+FdkFjw0nVM5YcUhREHAmVjFZ8mqb4TJK4bdbiCo4ap8NBDLLb4QlViTTU7RARrivk49brElOeECFNQPbqYa59T04jHlJo+6MILaYGHDaDnK9xioRLkAYOxhD+Xy4DA\\/NvQLlzGfiIrVStOGwt8B7k2k4mLWVKv6Bre7Fia6KNMdHGYX2fvkV2eYvzxO3GO8c0yoR+lxxei1MuEjukeOA1Gy+bVRzTS9ZQDUPAqfqJ2pekailhxkqhb9Zn9dRViqnvzpdni0KFn8zQYxXxi1RCb\\/jbTs81M3ot9uOtfSdzQIz2NavRKMgiS+\\/2omHQj0ZDPB+OEQd9x\\/xlKFYIdFAz4a2q5f7qZWLGMX0+d3YgQ+Zaul6nzRAfjVMpFuexbgO6HDJOUOnaCjDRId4ScFuEesQWqtDonuEt+\\/n7p3w5SCcf+47YTZfSpFRLpwx70sTMmGoS+d\\/L5HWv5chhDnXv3BQx8kQR61XeSjEgbMCxJ+yhAVb2JeyW49EKZ9YqbbduMTSD5824U1W\\/YT8qgXm8L9pneYo73H\\/a5Qlid3pvZ+LZ\\/bfMMRERWYQCcjB\\/Kh9tyTXuJMggUQRqzBy5yM+9cq1n3K9MF7LKRRIfgsYvM3iWL6T0pkQQBpC8WqER8392JNly07kv8s3pMacYqYP7rqI7q2vI6TVsRiFn5xc3YTk5oSE\\/PoRQUQcw6Q\\/GkoqyqWnYH1MkllqqCh1YOaCl4naGrecMrOnbi8UFTyN6eUF7eKRp1LX6Nf4tSxkXr9vnEnuwoo1w\\/kjwha5w1SXXyZ0BCyU7utn7HekNhNxwgi9iW3m98F97tM5CaHuGSmZCo7cCaOIyVdcCfDmiBjVwPgIVqkgbSKjWz7U0vZhK8vfFQhlv6pVeiCCbEvFWpdvkGg9\\/ENqSv2mZ3oDS83fO5LIWMth6lV+NbeqglNuphDf0\\/LAvma8u1MewR863Krb2hZJ4WYAVMDXVs4RIBITPF\\/yXqBZKuD9iVUj5J79liNgD0+Mb\\/a+mXQn7JyPZ180R74Qs1\\/\\/YAWjD0nSVq23tyQNlHh7mYkm6sWn4vzwCkeQhyR8RmUKhF3UBw24pNF9mHYJGkMYSu4apaFpPJkGuHxcV0GlRbsw64G3oe6VIlLRCA51DWJY9mS4JWb+opgu9hhqZDX2nf92CXmSGaJH+j0qrZf1OakBKKBO3ODp9wda\\/4MzZYq+JFs+OKqY8nTiDEotRybu8b7w\\/Ax70Gkc19DUlOMzJDh0gO43\\/0pICKWFzgZf1J5BP28eZt4I2PC7QS5aOR7hq7JqyYoerAP7L0oFNMdo2MtcPaoDpRR26r1jTZ12h0RrxccCsEQ=\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"43a94-a74a0-96cf2-eb50f\",\"B2B\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"0.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-07 19:46:27'),(1897,'e294e-4ef02-e4154-a2961','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4655380941503121180\",\"Flight_Key\":\"BRED\\/gSVxVWAiYbX6hQ2nL7r\\/ngn7ICEeooSzqbvzl6oRXphBvLUwajrgcP+5PghsC8\\/3L9Q0HvwHGcXPNlLcDfJw7RPBTL3Nd1xR00awBmV33979pxrBus53CRtUMu8sx4oByNT1M7AK5an1tDaCQP6WZZcIj4\\/KUi\\/4of0IMRQC2NQIPEC4DNvWNDT9ybd28lq2WrwCcI8LcyFsR7ONA2gYXvjlTpURtChBdFRdMvCtd\\/idg31ToKR6cBJWggAvNy93zkP\\/UtQ8D\\/dvTe40q+ORpsaNyEI+Wjs8i4t3lVoK81TW4in9GuzVjblcjKHvsI3CsVyrfD\\/RQYm9ReUwIm8VxelM7ZsJ6wPstVn3gtw8jO5O0D0e4ioEx\\/kSTRVIULbUdpS+Yl8vcUVMDwjbJ4ZQZJEfToiFll1Zcs7814JpWqe5Tl1fkud15GjsNVZmnQ1Oe2c7Pc2DnUTRPbeV9dq23KyMIrvOGuBYXIHqWtgnpF6EAj8y+Mr6GCWRXqEgvP6bZFC4pD6VxktN83hA\\/aovhHLlphHH1dB8P3MZjsnkx2hMWTsOW6qKp2sVAnETm\\/MDSyvBSMHI4WFfjQ9resvZ23FFcm3gI8a8WAjI\\/LHKOzkR0Bryk9R\\/sBWze8W48yE\\/4DE+97ERm53N0ucAaBOb\\/WyZAKvZMLdFHbuQdwZMPWUDxtBFuzqKnyK8FgETEnxjksn5vnwJcK90QFCOcVgiQw+YbxH5fD1PlfuFBiM2Zn4ImxIJ8OJ0tf8sM0eaED2OKv2pSBFsV\\/\\/ScVGDQL5Cu\\/hVjMS6Yl0o33fpk5liT5XgTxIzyMqTmFZLRDDq48YeHVCOiiLux9vltfLCFMtjpu\\/P72m7k6XQJzrSRCrNuDGrw\\/kphR7TxAyFzQOCMF2YKZ3QGBPN1wyhF9\\/WPQ\\/BOU9JQKDYfxQqY\\/UGC\\/XhqMJfofHiOV1ugGBH8GzDI8+gEnoWLU3UJX+x5P0WHAmy\\/MCdLrXyzv39lzC1i5gogUIRSXKRN+OYE0feW75ogaaNDZu+xhie0RxS21qX4uywxwQtdsiB9xqq19YLlu3tCaQTfwPn5eKPwcXt+7Dn6x3478zQzASnIwF0TDb72wndm6swb9sBl7IVXe83H1yg0OQz3Iuyvjk5Vzke+Wrza5uNwdHxEh033UhAWh7N6gzW3Uk\\/xi\\/v6nA24nOSin3PhWFg45tBZ5EbpyJ7llXG5dFvn9oECDsgggOV3gbYgT6uM5SAdgivDx0YpJSvu2+KtLv4T8cxSK7oJLj+Jk+TDrmPm2fb0GF9Wrb1joxUfGXejJkFqwcPSPSzrke1B7\\/12CnXZBAMt3zqnJjeLF2wLCl7Y67cRZONlxU+fZUJWR9MrE4j++hAZ4EFQsBvC0Uexe0w\\/jUf4IcgDRIJ75elVHee9h\\/haLEHl\\/bhnIm8gsn3sT+lb4ms5dK\\/5L2vfxtdaWIYxmVS21\\/aWmWn7T5WKOyWZwaUwv21VQub+YqswClDCdsqli3z0YKyZ5j6nkvsO3iwiwtgFIjjDNfsmK1J0rcBZYluqRgJHB46W4I4FzNtLTDDgRk6elgaRLKRCGjMYI+5k7OmO9ee1ynkWYUCIBVJov4KhfR5en8+Bfg2QARKnjawXPcfTQPAEhLqn7EhJ5dvqPDu9cCmDQb5YEsjrYi2YaWReykXx1jMM5AfRGpaQ4N0pSQzfm+TD4QtV065enLZOn12sGXnME96Xq3otdLG48HqCehQRCr8FZFBrG5gbj8vUQFL0iulxBxAqZBsV2Nz4W30G++m8hxiJw46OvFaTDqVKLk61JXqxyethe91sj+IWyIc6qhrpaGKs3JoaCFZjQeU21VftANMgZanezT9w8T8sC5f9BO58CkYibiddL1prCoTQgu4UH+uyyjX1LYTadLCn6bThUFGX1cn3djnrDZpPmXUVpkSwTs+pAY6ROy9IKwEgZ3obnMHa0gBO7J6aDAF6FwvDypdRvziVnp7yrfiE0pBjWwUpv6P9vfsIWm1z3NZuJz0RopYgpaGnI7UKzihG1+apBBm2PtdNMBfcYals6FrOdoXdCpbk8cEl6nxsl2ov26B\\/ofUQPOa+lD0ph64mEqt5ttZh6uSh4Z2WIF8zPyzXDPMIITksCS4BcIvqmZG2aZubQ8n7pis47NotTKzvMF6iz2K+FX2y6AvB+lfyz91eIueW0+d\\/KYx\\/HGw2f9HYuNwPVUGKVuIHeEHQERAylNRXRfAZHQS7c+\\/E12YVnJOC5G2nuzY9ozapFPsBwB\\/f9OKTTzhaxC2MAwNutsNcb8Pde0OZcHypQ4I2ZAWg1t0BM82fLZNHzEE2HL2TKyUk6IyPZr52Xt062+g5WhJEWFQUBNW\\/opZ70ge\\/0\\/oS0HNKooNVH\\/YJ9Z3P4aOUQ\\/4PavDbawq2Ezi5m9mQDF1PbFhH498yprAAVaXFqU2KtaqxwHbrmlYCbGSM4JDzJSgPtaYZLf4VF53OnjgM5O23K3wG4FFO\\/OI5DrnOPCBIABpPbY0t5YwguE9KZuNQLI2E3SLPO67rLCK4h+uWD9jl\\/7JgamTuLy5iY6H0xEt80Z7muYUKo673cJBllEORQDu3BT9qqOKV16tOsBn7oiFCenTlIjIw8NqLl6LJbv7O208XkPzbKICcfWLAKSDZt9GAdaZNyuBsCxzfehfcA5OL0JUk5k5AHR6ENKRBRYnvRC9JzEUq0hh7G\\/84cqwBCzBQjirdaYZhWa7suQ55AmhF2i2jnd9RHz48ioZhIJijLCm5iy0ja6HKkqu4ZdoHeqhokoXz6LuzyKq9Jj\\/oi\\/TVIZHHQdLryIRFZU74r7PozOUz0K\\/eDTYR2Azpnfnt9brl1XM\\/jLdHfZYFdRlk\\/zEKfd57q2E0fiHRpezIGlGNP\\/j0nycirPUR7zrEG+QkAXg+THq1hSMCXHVQBUyU7Ezag0JEwPPUVQJJ7\\/F+2neTUvTQivSPeP7ePmVBY9412RSDAWQ8s0+mYf9VgoZSOkGMjmtVc7oFIXSsnONxThx6WKp4TWdLYs2nObCZSU5XYnyM6WNEO8qs+ogBLDBovfTmGlUtrzzuRNZZg78AfThV1O+NDum9WQAk+Wp4csvNn4nEx53T5OPxNxs5SmfGNlRxZfF0jSkOHMS9gKQMTE4sV9GlTkTL7ok\\/p5OX7BceeaG+UfvHgF7Uc0yvab03OIm3Oet2mfHB3pBuP42V2vwzNuBRtF7WE38Y5R1+KcOXVE2NE8vqsjkbRxXNP04ttxQxoHyilmE5Qtn0CmET1as\\/S+3T6vd2mp65dEtB75RprNFKwGDc8HmtTHPleu1s1rZ1wmx6BPYV3elpoVoh40fPKgiyXVi6eIiQEmK8pZr\\/tX1BgnvSIDA0+BNLMnEZ83rZoUIU3xRbyiJ96qHbMIOTThoQlhamO+\\/\\/gH1vlt\\/QIfXzOGaq\\/+NaKbxyAPTjSJaEszQY2RZLZgsdT9n7Y\\/tMbQsODRIe0l0naQ\\/qs06iyhOGDg\\/SyoapK0D9sfBhYdPeQIhKl\\/zNh1ExfTNhDeUFKEyPwPsFOVoc7w\\/uNPZZxx9fSHELldaSdfUot7g1v3ngAR7terb4brDSxYsVqcVRm4L+LwgtWuM5gce3Uu8h1uQbULo9LlTo19DJ644AO8FIs10zeiDINopQcvtsqdRQ378F0hq3H7vpA8VKzdNXFsgzFCXARInKLwc3TZ8J1mceJQZrrv8FT0By\\/2BYJwSRCvXzcq7MJBP02h3Fyq75Y7wM5vuUMhCWSwRY7VKbLGMPl1G7fIZNAc4oZgjtgLIyS2eYJNcT1uGzvO2U5FJzp8ypKdsEGbynLErswyxYFzsiEsAw97g15gUQkx7pMy6ruelEst3H3YOe5kLZa0QttKW+N2fSPx0Gf6JLl8u+ntDeydKFamN\\/8an93Z2clXPGizBDLKkGAIA2gfzHpuStLy+\\/bkXUGHYF243G6sIu1uCxnt3\\/vRUB+GUNZP5rLxSjxWoGh\\/\\/FpzSYsSeTL3b+65B6jTRJ2RrCqtpsW1Pr7RAwUH4IFJZ8zvUDskmR6STjkSQvtbqEBpWGzepuWYhUFhzDzN\\/JabaZ5TjjZSeXANT2QbunmXNxfhBssJEysQSF\\/OLsqDYTrLfuJOGnRWKwWkzUuBartYKkKghb6Fw\\/lNz9mslAvWp41x+aAe4CKsMmqWkPsVDp\\/HMC3u0px\\/ZXuMN04bJC\\/8ANaA4ehqBNN5OA05rImUIMbl\\/Lum\\/jf6P2ygcIakeE0GCpyYKZotYiheYkrThCLTdq9wy1RywxfITHbMQFMdSaIa0DOSCs6FNUhFEMtiCpIJVA3GjcIJn3D7kK4GZeRTzyeIyFLZ6Lj2mQprDnPrh+fZmBd6req7FndIegaBD0lEjLSurlWNYcf2xnDecQSXtW0rJHuYl7GTDuIEA\\/8ZXf66ar4UgxB2HnnKKp4BLNnEho+yq5rnJKb9DJlzzXQwVDGuLRUGLyLwecS8Q1RiX77rBWreXDOCEGBl4AKQ4y5kzbG7Gr8pEvyK93W4+fAT5pcsepNi1jW9lSv474wBSC7xurIjHCfYHhGsN1a4Hx34Th8vFtF2BfRP2s8SpYeBpkk6P3Ni0OzIPhusJ6q8H5yJil09uWNQJ\\/rlHz\\/DyQGDVPDCqdM++jCDgrwlkSu11x+2LlewDerCdfoiFyKtC7Uj7PRY3tGB64L\\/CtXtq93JxhTbhkiXTGyy68WISCgBKHlW8\\/jXaGJcKhiFoEXVGVvE8tlf92LaOhp6NpjvZWZTwEXcbRm98Vh8qLjHRvF585RGjZqMbccJ3dLb0W28QGtV+u1b09ECTuOa4z5BNm3+OEnIyxQhIuKCrhuhb3MRgL\\/OeknOQjfIGuU2xEnkIwEkBSPuSVWlwSFsmHW0KjQN\\/UEwzECJ+d2+frrRFWsrsTZcbJ9RatGevL0SdoqdMKtxWvNtBSnOXRKFmoxO3jCtduVAh2twD5I9pT5rYlh2yYzfWkZas0vmYefudKHls9LJfWxiJL4SCFXCAyhkbRFjbn5Mq\\/3niGYqS61mNJ\\/tj0Dl2pn4RvcaI5qMYwvyeEpcDltZi3RI9hA6HFEEYmqPh6EVWb70qbRYqYEKgp86eObP5\\/muOp4eHgfQ74zTjI+0iLE+oHgvuHlIS8YxOrNoMmPzkin8fni9y3r1n+FDXWtf7SkJW6+Cp6n2EVVLgSPFrYLK3F4nCxm21tXUUhtch\\/xlptUJi6mUmdFTs8gTx4q3kHBazHUBPbRcZ+SLJ6rdKcc9GGaJzKkyJCEP3dszWexcFd78UBN3BxEGS\\/12HIkLiRamcsp+S6fzAkB1aY+MUOtnoJXpj+ZSTh+KE2ATzpkG4mpZ26P+gmkOMNfOPMpXZ28\\/c+hzRYVVsOOTVUKH29lm003q8bh8cMdp\\/QjkubqTMZfnRZqjPgOayGzkB6T20cXM+VYRoYkXVUFNC6FL3OLx\\/bgFhAKPe+\\/5PSf\\/crhcCTg6zjo6VC4EtVRGw+ZAxpkMMBXFIskNNgYT2B4JqUyKu+CJ+iJgvc8sESbeYk0FVFO7GYM534EOHXlJk3SFn9bMxYcF9kvnXBk82k78P7Vx1bNh\\/ifa8A1tEhUdhgjiwPWl3hFswVIm\\/XTNLBk+lTDJAnwPLWeuqlhAIICAZ9AHDityof2ChIfD9TkLJ1dqtgmC+j\\/mVbOZecTnx86UkxlSypF9I\\/3mNi\\/en8QvuKyQIM+MiY\\/KfybhUBgHF4xZPDBLj382lHfocZ5YKVEjq\\/J5G1P1cRbcLds+Ztd+tMgl34r++lUjIT7fFsH4oRlzFipxCKIk4NlJunrlNbqw+wKeohlCgmxNfCSTo7mkAZdo4Xqh+HuiWyjiwTO3D9IxrxJruspk91+uDecr4fd78fwStiub\\/ZORz5a1VpiqrnmxJwx4JDQNixosbqDmNKfnrQqSDEbXadkrRseudK9MDOhMyUj8Fzy9Li8bZPW36gntXUc5J\\/I5KcrYE498hwbx+IeLOnEekpQhfN1dXN9yCGacR67ft9jHrCnl4RhvwptNbm68bffCxjc0yzo1LZZti2q+uo9P8xXTNH+66k5wXylFVEZO1JSX7yk56ExGqhzmXPsR9fD0ET+wG7NDCi9PCIUiIZsbq2CDPHr9FAVa0jF4GTRSBg43VoojtGQ0bSjzhXCuMLryWG9d3jeBoPDwUOxBTGIawXPjSN83xENirHinaYeUf85G9\\/KpPEcVMkFLNoHW\\/WwyGCj8UqVljoHmlbl7rz9i3ofsA159jGmOOtg6sX4\\/A2ljnaKpXlHVX+dZJ\\/KiYswyQ0x3N5e6Nf7R7zhbV2Gz8njvqaKt3fN4B1IPZf6TBnS5q15MRjGJeAhFhaR7IAc++4Y+OLRTnGTVjK4KLP+Yu7l9t58\\/JaUK+T++Jx4rWqZ5ruF\\/qclfFcqGxaPOQksriHhqdjkSJiNMNmEeqxrut8FPxin8CeQEFbScX3Kxfp3MOcnk0at3f5b768e95q1gSWAXWGKyzzZdbMB4PKCZljimKc2zDmPLYR8xSjtAN8r3Br4MSHgak0PWWrFFFRtfZeQjcUMGkXMxp2xo+rRNJFm75y2OEqdVu\\/PJBNDkW3RpqUfdSMMrXpl0M2\\/BrlIBKvsD9uqHbMzOZEhqd5lrMdZkBcxgS8HXG7wmufQTjB0f9GgpHqyplVmeTuYdabOTnvYg8aotJGNYlKdGfULP4MkHBJuFL45JZ3zqidytTMUMVpPVc7NzOWdeb8\\/s9GhbQjx9OPbonCFkjLJhkXUoCKkggSMON0FgCCassivpePEjijXdSUOGb73S4J55nHS2LEUMFo4Ybh3fzB9dvN+2YNZNBeWKDDx2ccs15RZQ0A8418KQ58gQzAPAWy2Vx1FC0v92fOtnackgtcFB0p0HUzusphJuzBgE2d8LtxueLBU8gwZK3XyJ5EcKK2PVO7yHtQ\\/oVSggZ\\/rrVFt\\/wxIWUWOIwW61tCQk2qaLirVMzCyWD0m2erQ0AcCiJ2edtgIFFW+DbipOm7Uq8zUjv8dQs\\/mtMtbnQBEEVao4z6FLLGlkTTapEnrVSvUzGeBmqdY9kSjxTNeA4VV7duaXkb7zJG11UUMmHzrctUyNUZGDo0jeK1tSvc97md+h14pfdCSSn2asXxqGdqJ6Wh68wj4CDxm+PejzzNM1NNV\\/3ctXaWnK7BSTp3yDtZ\\/qc\\/0Biy4tk5cuoZJCLjtKvhEVx5anlf0YaFPdidzqH+bBiD9AhLT\\/jmCS77DIDCqlfMnLk\\/8wQrafhtllCnIwbGksie+AFhg35\\/\\/e17p+9uxrQcQxIx5cMFDqOraUEis1\\/+zX62Ev2QAsOOImHlHNPhWNWGO7xDLos2Vzu5s90QmoUdeY9bjNJLDhki3yJoV428f\\/BvkHu3z2qN84z3\\/ncTK7RZ53l6VvEATHZ+v0FUwWnV16T\\/ldJV51tEeQq9WWBv2uqykLhR8YQ9ZE9RB50rP5AFspI4eemFNpSttmRhPd5XlBU+psREBL4put+HNtVv15fSv1HvZvyPoN7WU\\/WAFtEA5bmbxvLkRz\\/BjRIl4WUrQgo1V0iBKFqAnBxkvQs1d1eG51\\/V98nvQi6exaN+JtPkge+DLk1unkZZpGgDKRfnfct3L2syYs15JniRbNrSt6yRnMuIJph+7xDl1ZEraxsVDVleIBIHiVCTRAEpWQtMrZUG17hyoxoqjGLwUYaBJwp3ifTWZ36ua3k9pLVX8SdE\\/FHqN9mMHe+JqnLCm2eLvMNbpLVlGXErb86VG3DmDkIQ\\/dfOc6ZXj1CEPpYYvElZ8g\\/JmZqRpRS581+SAEjPvnyvOdouR5sNC1si7Y2as0OO7cM1zIywAiUGIPuvGPS87NbBtVksipbulEz9Yx3\\/sAgp7MB1EutxxHwjiIDW0zg6XbbgTS77LB7wBF0rOwKkyfWEmI\\/o5Trdyy09Zc+mG9QmV+YdjWxBj5RGp5Cd5eS1t30tITHksSUF1\\/j4byJFG96qiKY\\/HZlaGzWscGSLiQZlx+k6aXMo8S\\/n3BGYSBLnBs\\/tu\\/eYSVmtacOCgtf1jrKzIlQZWaTWME8lPC2tdo92W\\/81KWo74ygoY8QeyISfxFiHruBIUo1zdvEGQgiEkL0Hw6tvFYgQfsGcjfJ13mtZ8O3E5d3I3E0+6WLzIa3fUf6\\/Wy\\/uWSBkClPDIRt6YPdTtaH5zFr5fJvhIyFcvKrw4Tjvm0VRe0er\\/Z7KOYdF5MHuReFLRy7np0bLEzs\\/EwnWeK84H6ZBJmwcohIdeGb+t6swmQSzxHFP1y99S14stKK60rd\\/b+73PFaZVS\\/c01nYzQMGzmofDT+NSgVbXSk3vLyE4YjvAqfd76najl9pxISRq3Tb33PxxX8\\/tzw0pkeICLj7QE1ulAXnwlTI7uAVLy11LRFAr6xfbww7ZgLsDZCkACm69WmJow9GsKqxTd5++5CcbXs5qYcVDBQ+\\/8G+nurWbhWlqeQCIqjhmHkFXS5cWMKX6hcWGyCtq0i2m\\/1Fo\\/Dr2QbHUgDiPJJ9pbpCYVah+vqF\\/ZtEbCpNhVoLVQ6b6E9gh2aH1QxxKCgBF6PkgAfB6NjBykIzZTp+UOpkW+3JB0fp8JZXaUcCyBMQ\\/m\\/S3VnjRjGm406oByxVl\\/xVc\\/JEOXBEygbYnwf2UOfev1QfaB9yibJTwMeiex11cMco8H\\/NKVKfN3Uazaoym9meYe7xNWFwQspWDt27aKd7Sm5DTEXVXnAYSxmsv1URLqPg16LAXEMtLurFU7zAwvRzlRQ4HgyqqDY2J3J9O0b\\/l118eaz08LXqrXYpgr4M9G+xNnOrxYA4CzzM4+ZY3ObQc0iLtvjt5oDB4dHq5UTOvGHxRAzkq3QvL8lK8IOthcOM0R1ZtwUE1TENwqhrhbv0aWPqyY2ogR\\/pVj2BarbTeNZOKWaQuaSscSM42ZRb1vWoGHcf65TTqf5mfNeXN0GKt1g6AvuamWaWzP4caOwQq77ScQ9IDQhuXa8Q\\/A+WQRV6h3PughYot+G6tBkTVl41SgcYM6sVB1GZgIqOcmg\\/kpPwmWDDQbFquUr9boKXgvXAPXy5RBDGceMt7lg+MpHRRL12VWPWXc0tCyyF5gAkrOGbHMRuK+\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":false,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"9\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"e294e-4ef02-e4154-a2961\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8327,\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"isGSTMandatory\":false,\"isHoldAllowed\":false,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6798,\"Tax\":1699,\"intPublishedFare\":8327,\"OfferedFareAgent\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"PublishedFareAgent\":8327,\"CostToAgentCustomer\":8327,\"PublishedFarePerPax\":8327,\"OfferedFare\":8327,\"CommissionEarned\":0,\"CommDiscount\":128,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"CPN5518981797025054454\",\"Fare_Key\":null,\"colors\":\"#00FFFF\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"Z\",\"GSTMandatory\":false,\"fareIdentifier\":\"CPNS\",\"SeatAvailable\":\"9\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":128,\"NetCommission\":156,\"BaseFare\":6670,\"Tax\":1699,\"OfferedFare\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":128,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":128,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8327,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":128,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":128,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8327,\"CostToCustomer\":8327,\"CostToAgentCustomer\":8327,\"TotalEarning\":0,\"CostToCompany\":8327,\"CostToAgent\":8327,\"AgentB2CEarning\":0,\"intOfferedFare\":8327,\"intPublishFare\":8455,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}},\"$$hashKey\":\"03I\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03E\"},{\"segmentid\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"$$hashKey\":\"03F\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni6hDkL9qk4XVUONqixlNZCV5MWuwIQ37XOv3V93BhCQPAHOVcBpHc5Haljjda\\/sPu9BWdW4CzrepzOUCtH2Z\\/PFIngH8VUlCVsb23ltLCMPDWJ0aJLMPVbWNtEpmohOtsJ3hyDVSjJ\\/NsiEDNnETkiAPEGxmGO3zg8\\/qVODJGAxCLzQKld9PKQ\\/DajJvuDHHBaQa5uv2Mu0Ob5PhcDiM4+wgY8Umct2LXpH6G0QHyWvkxI90ivtiH3WVJ6\\/6K+5PTW23Omk9ql0bSuXLN0\\/+S4fC5TPcIv8+5INoUA9A5knnJIkUI3CYTAzrh5GT2tqTJk5MCfH9wUH6rpd04L6GMZ3C0UhU+\\/n8xLWkKCuh49afW\\/FVh7ibbUiVHLWdneY7o1HSJZD0gkPgiP4BFdK8HcUgM7owFy7\\/wOh1MexmfCAXq2OUvN335pfFmhGBBnxqj8XPFZDfjRuDuG9OHVC0\\/p\\/HkAe3aRhuNMdlyLWQV2oWA01lQxqYC6rYsA2qJuXAB\\/HMogoIowm8pq2XdBDk5G3nnsOfa93IMgPuTYOndJBSVFhOKzEgShRhlDQptCSuJXti9A6zhUdElWPlv8qmzfxu8uKKs8BVTqThS6e\\/8XpQk44h0eUZMpQCx2kF2iQOwDaY4bcD5yvS19uBcUT+wdtor9ObH2a\\/jxerDwVqWKhA\",\"$$hashKey\":\"02T\"}],\"apiTraceId\":\"CPN5518981797025054454\",\"SearchTraceId\":\"e294e-4ef02-e4154-a2961\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e294e-4ef02-e4154-a2961\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 21:11:34\",\"IsChangeSearch\":1}}','2023-12-07 21:12:19'),(1903,'0078d-e4681-2c610-37e1d','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5669941013378197283\",\"Flight_Key\":\"W0w+IaouAXU7M5h80COc7HChsGHl0KzCD9gU2Qh35gUO1SVzBUo5JJFrj2rk6vshepbuwB3pWA1xjLabvF2jvkA\\/AG3\\/AtsD5BMWHuXbf+dHTppUAhEGL1iycbPtiYX80mXI6vFJU02jrGVQhNNieNLDloBTWtXdlhjIIOdMDRJNzbY2tMeTaRG6+PbI+GuazR3CQUxfRlzSQIhnHbvE0Xe6EW5HakHgtSgN6PheQ6CJO70DYLxmCi6jpwyH0epmjx3uHaqq6z3mUY1wlT0PwLGT943i6A4KWow4e6bEa5Gdbc2b\\/TUIdBzDhNoRoWtIprP19zfA6HU0atXpmUBOMsPzBf1xepPwpwfmbDIxVG7R291cPmaBsQqGY7u3hjqjLTQj25W7X+sdmnaU03i08QnZ8f+zJ\\/3LUoyq+iH+VDRBvK6Ty6Lwj80zlc1UAXSpcwSThLusuxABPeedakgzYfoN2HUp514o6al+Ldr5M9ovm9ATFF\\/PcQzY0\\/JeGE47pdctENl1jxpJ2Y2aKKuk7M3cFBvQU18iDlJeXlar0dQfs8ATBLfrQK9sjO7k5NA02C5EjbwplAzNxtEVokligZhrlEyZ6pLuYG8qb9GM3LVyjBFU0RPch2fAFNm\\/H4PKZkJCQYjoJwsIwECGq7uhuNDZ1VcQPESDypeV2keqT5zgBANUowbLHsjAZTw\\/9rHwIdoQp1p4MYaIQyI23honVRc3vAz5M+Z3PoQpQEEdsQcheddxwApJtI8sXDrG\\/QPfrdIqstNwxxLclw3X1X7MmxZ7F6Tx2\\/9gdhsxxL9sRYKC4bzsaeNCMt76qNqEj5UswmsdZflx2iBHmyt3YS91cF1GJwx4EqvS++I3Np2snX75\\/OjVlYgQTDFPahj9LuA2YDqb7jWpyryL15AhGQ\\/WfRXYDwg3OCPZfV45HkezDccDV7xbhRSFgzsMdhRwp0pKsOWLkfVoIEYfjEsN3M14OaVm2EMS+J1y4S+8D+YtkLTt04AzT19szvrl+GGyYP0gxNRjifIVNmQNRvrwpR2p5o9tqqxsKTFrZx6SwzS4A19M6MEai9Qm1H9CJ4rH0fToTsO5GLTFUt79Z1xJAbiz7yS2KkJEqgJ4YZs\\/wBICbw20zRKsFkFR2\\/H+u0OsFGxvEMY+0mgMLfkV1I6epLoOuf7JNnJ3f2ZyZl+vPEObZLlP1C7B6CLTYCGLv+AJiM5sF10Kmm2rcv1edtlTlsZsFq2\\/kLo+kX46e2Q5p4Dt1ZpZEnycmAWSsChu39JDbZyo6Fj5OZJ7RHj7rxbysiN\\/JEOpBM0IHlDey413YmdKNQ2qsHd1rWTkZMaebXOyFr+z5eWyq\\/rD\\/sCw7K27inBHHv+1rzbjbBmxVoOdZeLf2PXYx+FuPIHRsNQVVYpbnM0bjWjiyNWwkK6NUbGRxuWmLeBmLxsxsZwsPXLe2CBWwN9iYLmahEzL54YAx4R3t4AxgYILW+9yA\\/GVxOpNmBpR34OBWel9S+XToH9CUSV7wTujb6DF24SHjjoppwEtkdP0g13KAaMPCCgoOFNCsd4PQpqtnHOszxrGb4jmm69iouiEhvf5QiVcmbA\\/ML43Wzf26b1eDI1DBofqHOwBm9o5+4k0ZlE\\/R2bQR2guMuleRVmp4Q3eHrEV5zTQC+I21OvihVDKI00w+wAKX1vhTd4rk0FCSY8V9eh5QkKo7wh5yoTM\\/1tgY0EdiQyz91he0z09CCAAlAybAZfRSnQVPc92zljY6rNabLf55Gtw74kWadKJU++7BK3Q27R9FynmC\\/BULscgE7hrxjEt6B\\/TwR3T+gkPRND9NV2APyYWpEwx8xWIuexPODWqfNEXhOg3ymrnDOmg2VTt7q84qL0KIESPKL2u6lUKNCpMK62jQl4fhzK8YzeZ2FP9Vx\\/efN\\/w5Nhd2HwXEQbPab6GgwRiN4r7dyhHa2LUNt7tjoNq+oeNSIuqVgjBgtqsEN35N42QUx1brMKcROI8qUZryROy91MobmmDWs37DM4oA7KGgNEZxktykG\\/jENrdktKMFVHaTTirz1HYdcak82Dd+pbXi0QcCwsjmXgFjeATwC7tVdFhfEZnRinfk5PZe4Omn9sbCP9qkIhlJm35Pi+CLFiWGAsCAsJZ4Rl06e7duYORR8jUU596v1A+vP3haWQbLN6mKcM1868glvtHPEVWPGHbrKfko883dxpfwhgWHhaL3V8V7\\/Mi+WSVqN3RmU6eTW\\/VDECJkygO9PxXU1kn66fVf\\/oh3Nj3JbkaWEbqO76BeRlHjaHNS+dv4LK8mK\\/hckwv0KzYmJCHWKxNk1eUM5dVxWDxApshf8GqajZvFSuchHoaXhavcSIVoC5ceTYwSHOBzS3YHMwLDBx6mnGF6zD2ikGlEavX1Rt+HFJrzOhFNgsBnMKcWVeOQEaeRk1M121Mb8BDGvT3vSZ4KTQNNXosiEDSrq2+nkcfc0C0Sc9ZAmYgo9GBaQdaG6o0dMwIHumIwHNGMXK1jBkPk8i40ZsrsgTS+5xKZ0YGXl0+x\\/BK+opY2Givdp6ibsccoQ3sjV8e6GEx2tAZQHbbTqyRUDggxHGzH+kMCXYnDSlPbhWjXURDTwOPdoSn7Hg49ypwqEpwj0SByV4ahO+qyUU+cxzjZGWv85ya12X8wPJ9UBns8uBo4jfOsgFM2g1ngRIOL+gXfXtXhOWcqFZpDDma4ZKTR0KYACODhwSf8fUVhe+kLFBdT3ZIE4MBVI3erUjq2KwAp\\/d4KoZuCso4tckOvQwAjKhJBCh07jo50FqJwXe1b9KuAd\\/JUEepUfGmQUwBExgz6wwdEg0nVQhNFw4+TesH3QAau5mCzUzWxRJvZjG7PHjOu9VrRzNtB5OHpXsN6T98A2kqC4\\/f3iifrCIdKR\\/rV2ASvgZpLNYuy3I1Pz+Iu5vJLUBaJx+45BA47QZQtDf0obc5mHWYxfbKiaOtjnA9MsHV3w3xEDxP71ujRQcoEviwsDPiSVYEGpmnl6TI\\/sflZAqu\\/AmPQF1Xd0hPiy7tg+NbbGLbrD3Qp78\\/S4zZM7s+6NAo8l2fJKZZoPMi55StUHgQRZZ660f\\/remDHhz\\/EMN70MzsPfv84mdWAmdMDq8W1j4Pcivt6FdzE\\/DAqixNrZ2PGY7n+DPgOl4uuk\\/QT9RY5pL2+PVMiOIea++IK2JfgPq2fRaXylrTrOLQhedt5If+KRFpPJazcHARcibWcEOAKKQHK3FsyQfQ6R9jdYUj1jqA\\/DX+fCmM7j5Mwch85SRrE8Froz6m4YSbEwDFrtZ6x2m76otqNq3\\/VL1AEfTg171lOzHmDsxwQKHT+z77M0ViCdgQ8yhTE\\/DeU0gMCmohLFYo2R9yNrB9UfAyauURPsDoRhrmWS5tUXS6cMuUVKI9BjWtU0os1vwgsUgTf\\/sDAumgwX91kIdjy8FvAbsepSxu\\/KpBe\\/AbQpO3k2ovYgby3meJNFlXKkDLofN5DX9XPeZ+CZClk3TGCXHr+mqjFiQNMJaWOAZ89Aeb1KYo42PosORXkp71Jh0T6auATljqeu78mBoqy7UPS1ryE2uB0OC61CNS29PPB6Q6y5L3tnKXW\\/Y8OviS+03NygbnkQpTsG\\/v4GwPyNrB8TNiv2WVkWnUfw94ya96m4RsIHqFUNpMM\\/YteXWaSLf5lduOfbhvxPnO6PZJUBego7UmJXj1xAbGOh7dRqYjjl34vIzGv5naayb8LunF7bxooNkMrelwn0Gd9c0IMxbsp6D2t4RGyhrX7blPbWpHcRVJvE1XhQ4gDo0kuiBJsuK7zCXcCfcGrHCn016IiMAwDD\\/ZdwB1VoIHanbU92szQA8HGtqUXta2Go8TyTuanuiVu1wE4ydLPS2AQccIfkOb0zL3CRHtBYPCbbY9bgheKoZCv7ZwJu0cjmaeOuv1mYgp+XS3Cg3y9B9qzrWxOFMrZg92u\\/QP1k4oJYnmg2Ym6HFVCaEh+WAKONbLCWVk\\/khFPJyv9KoQD1FbJt7tHY7gaXcSHcA4vDWcGu\\/TLJgiMoK7e7Qf2rZCadlNrIT+8cthXnOmaX+bsZP4qTEQKkO9u+XodFhyt331LqZDDCetqDmoVRlyx+S2UbiVRUY195IIAYryJnOdDaJ4udsXe+\\/S\\/kBzAxgxd5\\/eHQn2NOXtEuZXc9vMzp5+AeVXcU8Bky4+mcNkMlFebq9M2D8TEV\\/11yBgW+LqeWurivJQ2XzcMEn3J+E\\/ypF+o2fN9MF600BjPvMy3k1pPquRFaEIemQooVhFekfK5r91fTZk9Zp9egKiGkT0+YfBprOFXt5eWTh1x7wywNMRTv1\\/+x6XmwCUwPyAMatQzhaPfxssJyEnMUfTRDIusvzNvvOpjIDygrq0zCBtmVLmubWs6\\/7bMsRqBJqkxOH4AX\\/5FrXsl6AkdTvXcgLoGM4t0iZCLeebdg4jxlpPS5gGeZBPgD8akmwRbA1cu5Z6amhu8JQAXMY8vdHrasXOAG3ToEwgrWxsjoM6tFSdZcx8SiRe7ON59PkwEVP1TthlfvpABSNvFYdWp2hf28PLXamkc8yuGvJRIWc4uVAz8lr9Xqos3y3JjZIhfaI38Ku8ISvfmS20\\/qEFVigCdwUIayywPoWsMEo8sfx2WzEs1PWc39OlXdV+kSa+XhJ1J3Y3b27RxRbocT2ir7DXzzvIk5rCep1h1l8rNYVeph7t81whCBSyPD1vtcwUy82KUQL58Eh\\/5CUvLO6DPXAH3m25VujKPcs7YNGh6Jkn3RF0t3a4SsGkdHNCgWdZnK+5hNTjPVHGOSUpUzn0YYxkseUG9UzjfOS63pC0TVqCDikiDU7Ouv6ZR+J9RHfVAVJjbJ2l5bwvlQnKxdfsZVObYOzIWpLW5u3rOumObEURaa7IB9zJh85nXPOb0OrqH\\/iK68wpUSKbx14cEJ76jI32KE\\/pZBknRy4+vfPtgJ1NcYLjPJJyiyOJOayehsoPfKJVJd80N3j9XZ4fpHGjq2t0U9IvCgs9Kw0qRwOOg\\/psSxLf\\/8bl4L4PgZfMEQUqcCxNcd2N9fS3HOQUQhPaF7RxpXgvEZLUxxEDavP2\\/heXYccwmPV7LTmW\\/nuts8OqDBIcEICoH8cpSdZDTgGtNXuXG\\/3497lQVfMRebSfWMZnjDsopSMbuxHKT+VW2B7suBgbXnmi2dYKg8yzmIk7mRKA5kSFMbs11mr8xfBaBOASTm7xX\\/3EcIFWlk46nSdRxB2NNWowiAJy7Hk+ZHwvXCL6BbIs6V9Jbfs\\/E87fF1Bb5831\\/7QxM6apLi1nBk9VdzxH79WS3Uou5EmNJl0hH2M+KWWRlddy5pnhF\\/FTt6rlv0zn+Fy7FEocwKAdFRWO0ltr6Ih8JdK8l8qkCRN8GON0ut4ypSDiPytdFvlMFsmjhKSMJ31XJUtmV+2DY+IdYwRPTUsYkJ+\\/U+P6Jh8ru7CQs22tw3N4zn7qDNPbQ5KcmlRFOYrjyw752AthyHYdjly1AK+nFUPlHj28zAfltTTUS7GrjiSIHLXRsbBRsyBzEUz6ugv74sAKR96pXLxTUmEjIc5LF\\/15jVj1k8SavQ7SLKVCtg9EGZhpw+zrGbQHQNZFuK68aVB3xwUlhRzgowK\\/BHOrVjaj4gy1msSKU9qko7OQ4SmG30mVJjqIoqdNB082Wtr5GHtW2Ahwjlrg5DRvIKw8HrFTGFpo6DGx6G\\/tXCCM9E0jxySBNQ3Vl1\\/axFoylpc653\\/ya6fqrv\\/IepY+0Z8zfGH+ExcnRbUBVTwtDtQBEHFbNIS4xLIImNvDEnWgCeSwHQ==\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"9\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8327,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6670,\"Tax\":1699,\"intPublishedFare\":8327,\"OfferedFareAgent\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"PublishedFareAgent\":8327,\"CostToAgentCustomer\":8327,\"PublishedFarePerPax\":8327,\"OfferedFare\":8327,\"CommissionEarned\":0,\"CommDiscount\":128,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4650814250380751328\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"ZCRA000\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"9\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":128,\"NetCommission\":156,\"BaseFare\":6670,\"Tax\":1699,\"OfferedFare\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":128,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":128,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8327,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":128,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":128,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8327,\"CostToCustomer\":8327,\"CostToAgentCustomer\":8327,\"TotalEarning\":0,\"CostToCompany\":8327,\"CostToAgent\":8327,\"AgentB2CEarning\":0,\"intOfferedFare\":8327,\"intPublishFare\":8455,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni18FNLCvIlyhZIv+y0mbV313ia9owCJOLTaBDVTaC5sVnK749Zanj5gG+uSexe+Rnd0icwIk5zxHLM2uzvXz9s4y4QFZtlsrVIcH8+dxyncMK0zbHDXfCMQgPpqYtVqd3n77z+x2NmXd962yY0ILymqSnqvudWSmjoaCPTMcbgAX7d6UsVpYDJBMVqL+0+PvKpA2xYi5dJ\\/W6YbDztAN740BcE5bH8jxxbuRRMcZ8z5yljqRZKsou187RL6ruZ\\/6YfVcpJvMWrpfz7vH1NOKNFyMNYJMkMIxIWkbWftIW3qum\\/\\/WGm+N8c3egKaxQbUzoLpRDWlUtvW1x3mjBRWiDWtwL4teF9QjdD9bmgJjfVNdrZ3Y05AAJGjQ0orqBQp0WmBdS7KvK32afC9PBkuYW0gbNEB4cOP+nGeFY4D7uph1Urjz09m\\/Zu9BivhFtDlftcmxRxyF83tN43DL77zfnCooJZxocOqwC4R25KfXWYQKe7+xZjSTN1IoLiOLiPickxyJQ3SD9mWJNAIeWAncMdkvxIAbjqBO0bbuwIWA\\/cpTDnfpiGb9ws3VVyEgiVBaD2R\\/y8KMHhKXSW98E7A6iFPZgSHwlhRtRH1WgB\\/\\/Q6Pc7t2NzoxBNR3MUf5viS6BCGragRNTuqdKlCsTl1jf7Ap22Kd2W6z03jDNDD1JG2LH\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"flight_booking_id_Arr\":[\"240\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels612@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8369899689\",\"FirstName\":\"aslam\",\"LastName\":\"Aslam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-07 21:19:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1992-01-01\",\"CustomerSysId\":\"130\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"130\",\"CustomerMemSysId\":[\"130\"],\"flight_booking_customer\":[[\"292\"]],\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0078d-e4681-2c610-37e1d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 21:12:43\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0078d-e4681-2c610-37e1d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-11\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0078d-e4681-2c610-37e1d\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"11 Dec Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-07 21:12:43\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ApiResultIndex\\\":\\\"5669941013378197283\\\",\\\"Flight_Key\\\":\\\"W0w+IaouAXU7M5h80COc7HChsGHl0KzCD9gU2Qh35gUO1SVzBUo5JJFrj2rk6vshepbuwB3pWA1xjLabvF2jvkA\\\\\\/AG3\\\\\\/AtsD5BMWHuXbf+dHTppUAhEGL1iycbPtiYX80mXI6vFJU02jrGVQhNNieNLDloBTWtXdlhjIIOdMDRJNzbY2tMeTaRG6+PbI+GuazR3CQUxfRlzSQIhnHbvE0Xe6EW5HakHgtSgN6PheQ6CJO70DYLxmCi6jpwyH0epmjx3uHaqq6z3mUY1wlT0PwLGT943i6A4KWow4e6bEa5Gdbc2b\\\\\\/TUIdBzDhNoRoWtIprP19zfA6HU0atXpmUBOMsPzBf1xepPwpwfmbDIxVG7R291cPmaBsQqGY7u3hjqjLTQj25W7X+sdmnaU03i08QnZ8f+zJ\\\\\\/3LUoyq+iH+VDRBvK6Ty6Lwj80zlc1UAXSpcwSThLusuxABPeedakgzYfoN2HUp514o6al+Ldr5M9ovm9ATFF\\\\\\/PcQzY0\\\\\\/JeGE47pdctENl1jxpJ2Y2aKKuk7M3cFBvQU18iDlJeXlar0dQfs8ATBLfrQK9sjO7k5NA02C5EjbwplAzNxtEVokligZhrlEyZ6pLuYG8qb9GM3LVyjBFU0RPch2fAFNm\\\\\\/H4PKZkJCQYjoJwsIwECGq7uhuNDZ1VcQPESDypeV2keqT5zgBANUowbLHsjAZTw\\\\\\/9rHwIdoQp1p4MYaIQyI23honVRc3vAz5M+Z3PoQpQEEdsQcheddxwApJtI8sXDrG\\\\\\/QPfrdIqstNwxxLclw3X1X7MmxZ7F6Tx2\\\\\\/9gdhsxxL9sRYKC4bzsaeNCMt76qNqEj5UswmsdZflx2iBHmyt3YS91cF1GJwx4EqvS++I3Np2snX75\\\\\\/OjVlYgQTDFPahj9LuA2YDqb7jWpyryL15AhGQ\\\\\\/WfRXYDwg3OCPZfV45HkezDccDV7xbhRSFgzsMdhRwp0pKsOWLkfVoIEYfjEsN3M14OaVm2EMS+J1y4S+8D+YtkLTt04AzT19szvrl+GGyYP0gxNRjifIVNmQNRvrwpR2p5o9tqqxsKTFrZx6SwzS4A19M6MEai9Qm1H9CJ4rH0fToTsO5GLTFUt79Z1xJAbiz7yS2KkJEqgJ4YZs\\\\\\/wBICbw20zRKsFkFR2\\\\\\/H+u0OsFGxvEMY+0mgMLfkV1I6epLoOuf7JNnJ3f2ZyZl+vPEObZLlP1C7B6CLTYCGLv+AJiM5sF10Kmm2rcv1edtlTlsZsFq2\\\\\\/kLo+kX46e2Q5p4Dt1ZpZEnycmAWSsChu39JDbZyo6Fj5OZJ7RHj7rxbysiN\\\\\\/JEOpBM0IHlDey413YmdKNQ2qsHd1rWTkZMaebXOyFr+z5eWyq\\\\\\/rD\\\\\\/sCw7K27inBHHv+1rzbjbBmxVoOdZeLf2PXYx+FuPIHRsNQVVYpbnM0bjWjiyNWwkK6NUbGRxuWmLeBmLxsxsZwsPXLe2CBWwN9iYLmahEzL54YAx4R3t4AxgYILW+9yA\\\\\\/GVxOpNmBpR34OBWel9S+XToH9CUSV7wTujb6DF24SHjjoppwEtkdP0g13KAaMPCCgoOFNCsd4PQpqtnHOszxrGb4jmm69iouiEhvf5QiVcmbA\\\\\\/ML43Wzf26b1eDI1DBofqHOwBm9o5+4k0ZlE\\\\\\/R2bQR2guMuleRVmp4Q3eHrEV5zTQC+I21OvihVDKI00w+wAKX1vhTd4rk0FCSY8V9eh5QkKo7wh5yoTM\\\\\\/1tgY0EdiQyz91he0z09CCAAlAybAZfRSnQVPc92zljY6rNabLf55Gtw74kWadKJU++7BK3Q27R9FynmC\\\\\\/BULscgE7hrxjEt6B\\\\\\/TwR3T+gkPRND9NV2APyYWpEwx8xWIuexPODWqfNEXhOg3ymrnDOmg2VTt7q84qL0KIESPKL2u6lUKNCpMK62jQl4fhzK8YzeZ2FP9Vx\\\\\\/efN\\\\\\/w5Nhd2HwXEQbPab6GgwRiN4r7dyhHa2LUNt7tjoNq+oeNSIuqVgjBgtqsEN35N42QUx1brMKcROI8qUZryROy91MobmmDWs37DM4oA7KGgNEZxktykG\\\\\\/jENrdktKMFVHaTTirz1HYdcak82Dd+pbXi0QcCwsjmXgFjeATwC7tVdFhfEZnRinfk5PZe4Omn9sbCP9qkIhlJm35Pi+CLFiWGAsCAsJZ4Rl06e7duYORR8jUU596v1A+vP3haWQbLN6mKcM1868glvtHPEVWPGHbrKfko883dxpfwhgWHhaL3V8V7\\\\\\/Mi+WSVqN3RmU6eTW\\\\\\/VDECJkygO9PxXU1kn66fVf\\\\\\/oh3Nj3JbkaWEbqO76BeRlHjaHNS+dv4LK8mK\\\\\\/hckwv0KzYmJCHWKxNk1eUM5dVxWDxApshf8GqajZvFSuchHoaXhavcSIVoC5ceTYwSHOBzS3YHMwLDBx6mnGF6zD2ikGlEavX1Rt+HFJrzOhFNgsBnMKcWVeOQEaeRk1M121Mb8BDGvT3vSZ4KTQNNXosiEDSrq2+nkcfc0C0Sc9ZAmYgo9GBaQdaG6o0dMwIHumIwHNGMXK1jBkPk8i40ZsrsgTS+5xKZ0YGXl0+x\\\\\\/BK+opY2Givdp6ibsccoQ3sjV8e6GEx2tAZQHbbTqyRUDggxHGzH+kMCXYnDSlPbhWjXURDTwOPdoSn7Hg49ypwqEpwj0SByV4ahO+qyUU+cxzjZGWv85ya12X8wPJ9UBns8uBo4jfOsgFM2g1ngRIOL+gXfXtXhOWcqFZpDDma4ZKTR0KYACODhwSf8fUVhe+kLFBdT3ZIE4MBVI3erUjq2KwAp\\\\\\/d4KoZuCso4tckOvQwAjKhJBCh07jo50FqJwXe1b9KuAd\\\\\\/JUEepUfGmQUwBExgz6wwdEg0nVQhNFw4+TesH3QAau5mCzUzWxRJvZjG7PHjOu9VrRzNtB5OHpXsN6T98A2kqC4\\\\\\/f3iifrCIdKR\\\\\\/rV2ASvgZpLNYuy3I1Pz+Iu5vJLUBaJx+45BA47QZQtDf0obc5mHWYxfbKiaOtjnA9MsHV3w3xEDxP71ujRQcoEviwsDPiSVYEGpmnl6TI\\\\\\/sflZAqu\\\\\\/AmPQF1Xd0hPiy7tg+NbbGLbrD3Qp78\\\\\\/S4zZM7s+6NAo8l2fJKZZoPMi55StUHgQRZZ660f\\\\\\/remDHhz\\\\\\/EMN70MzsPfv84mdWAmdMDq8W1j4Pcivt6FdzE\\\\\\/DAqixNrZ2PGY7n+DPgOl4uuk\\\\\\/QT9RY5pL2+PVMiOIea++IK2JfgPq2fRaXylrTrOLQhedt5If+KRFpPJazcHARcibWcEOAKKQHK3FsyQfQ6R9jdYUj1jqA\\\\\\/DX+fCmM7j5Mwch85SRrE8Froz6m4YSbEwDFrtZ6x2m76otqNq3\\\\\\/VL1AEfTg171lOzHmDsxwQKHT+z77M0ViCdgQ8yhTE\\\\\\/DeU0gMCmohLFYo2R9yNrB9UfAyauURPsDoRhrmWS5tUXS6cMuUVKI9BjWtU0os1vwgsUgTf\\\\\\/sDAumgwX91kIdjy8FvAbsepSxu\\\\\\/KpBe\\\\\\/AbQpO3k2ovYgby3meJNFlXKkDLofN5DX9XPeZ+CZClk3TGCXHr+mqjFiQNMJaWOAZ89Aeb1KYo42PosORXkp71Jh0T6auATljqeu78mBoqy7UPS1ryE2uB0OC61CNS29PPB6Q6y5L3tnKXW\\\\\\/Y8OviS+03NygbnkQpTsG\\\\\\/v4GwPyNrB8TNiv2WVkWnUfw94ya96m4RsIHqFUNpMM\\\\\\/YteXWaSLf5lduOfbhvxPnO6PZJUBego7UmJXj1xAbGOh7dRqYjjl34vIzGv5naayb8LunF7bxooNkMrelwn0Gd9c0IMxbsp6D2t4RGyhrX7blPbWpHcRVJvE1XhQ4gDo0kuiBJsuK7zCXcCfcGrHCn016IiMAwDD\\\\\\/ZdwB1VoIHanbU92szQA8HGtqUXta2Go8TyTuanuiVu1wE4ydLPS2AQccIfkOb0zL3CRHtBYPCbbY9bgheKoZCv7ZwJu0cjmaeOuv1mYgp+XS3Cg3y9B9qzrWxOFMrZg92u\\\\\\/QP1k4oJYnmg2Ym6HFVCaEh+WAKONbLCWVk\\\\\\/khFPJyv9KoQD1FbJt7tHY7gaXcSHcA4vDWcGu\\\\\\/TLJgiMoK7e7Qf2rZCadlNrIT+8cthXnOmaX+bsZP4qTEQKkO9u+XodFhyt331LqZDDCetqDmoVRlyx+S2UbiVRUY195IIAYryJnOdDaJ4udsXe+\\\\\\/S\\\\\\/kBzAxgxd5\\\\\\/eHQn2NOXtEuZXc9vMzp5+AeVXcU8Bky4+mcNkMlFebq9M2D8TEV\\\\\\/11yBgW+LqeWurivJQ2XzcMEn3J+E\\\\\\/ypF+o2fN9MF600BjPvMy3k1pPquRFaEIemQooVhFekfK5r91fTZk9Zp9egKiGkT0+YfBprOFXt5eWTh1x7wywNMRTv1\\\\\\/+x6XmwCUwPyAMatQzhaPfxssJyEnMUfTRDIusvzNvvOpjIDygrq0zCBtmVLmubWs6\\\\\\/7bMsRqBJqkxOH4AX\\\\\\/5FrXsl6AkdTvXcgLoGM4t0iZCLeebdg4jxlpPS5gGeZBPgD8akmwRbA1cu5Z6amhu8JQAXMY8vdHrasXOAG3ToEwgrWxsjoM6tFSdZcx8SiRe7ON59PkwEVP1TthlfvpABSNvFYdWp2hf28PLXamkc8yuGvJRIWc4uVAz8lr9Xqos3y3JjZIhfaI38Ku8ISvfmS20\\\\\\/qEFVigCdwUIayywPoWsMEo8sfx2WzEs1PWc39OlXdV+kSa+XhJ1J3Y3b27RxRbocT2ir7DXzzvIk5rCep1h1l8rNYVeph7t81whCBSyPD1vtcwUy82KUQL58Eh\\\\\\/5CUvLO6DPXAH3m25VujKPcs7YNGh6Jkn3RF0t3a4SsGkdHNCgWdZnK+5hNTjPVHGOSUpUzn0YYxkseUG9UzjfOS63pC0TVqCDikiDU7Ouv6ZR+J9RHfVAVJjbJ2l5bwvlQnKxdfsZVObYOzIWpLW5u3rOumObEURaa7IB9zJh85nXPOb0OrqH\\\\\\/iK68wpUSKbx14cEJ76jI32KE\\\\\\/pZBknRy4+vfPtgJ1NcYLjPJJyiyOJOayehsoPfKJVJd80N3j9XZ4fpHGjq2t0U9IvCgs9Kw0qRwOOg\\\\\\/psSxLf\\\\\\/8bl4L4PgZfMEQUqcCxNcd2N9fS3HOQUQhPaF7RxpXgvEZLUxxEDavP2\\\\\\/heXYccwmPV7LTmW\\\\\\/nuts8OqDBIcEICoH8cpSdZDTgGtNXuXG\\\\\\/3497lQVfMRebSfWMZnjDsopSMbuxHKT+VW2B7suBgbXnmi2dYKg8yzmIk7mRKA5kSFMbs11mr8xfBaBOASTm7xX\\\\\\/3EcIFWlk46nSdRxB2NNWowiAJy7Hk+ZHwvXCL6BbIs6V9Jbfs\\\\\\/E87fF1Bb5831\\\\\\/7QxM6apLi1nBk9VdzxH79WS3Uou5EmNJl0hH2M+KWWRlddy5pnhF\\\\\\/FTt6rlv0zn+Fy7FEocwKAdFRWO0ltr6Ih8JdK8l8qkCRN8GON0ut4ypSDiPytdFvlMFsmjhKSMJ31XJUtmV+2DY+IdYwRPTUsYkJ+\\\\\\/U+P6Jh8ru7CQs22tw3N4zn7qDNPbQ5KcmlRFOYrjyw752AthyHYdjly1AK+nFUPlHj28zAfltTTUS7GrjiSIHLXRsbBRsyBzEUz6ugv74sAKR96pXLxTUmEjIc5LF\\\\\\/15jVj1k8SavQ7SLKVCtg9EGZhpw+zrGbQHQNZFuK68aVB3xwUlhRzgowK\\\\\\/BHOrVjaj4gy1msSKU9qko7OQ4SmG30mVJjqIoqdNB082Wtr5GHtW2Ahwjlrg5DRvIKw8HrFTGFpo6DGx6G\\\\\\/tXCCM9E0jxySBNQ3Vl1\\\\\\/axFoylpc653\\\\\\/ya6fqrv\\\\\\/IepY+0Z8zfGH+ExcnRbUBVTwtDtQBEHFbNIS4xLIImNvDEnWgCeSwHQ==\\\",\\\"FlightNumber\\\":\\\"I5-779\\\",\\\"SegFlightNumberArr\\\":\\\"I5-779, I5-1455\\\",\\\"AirlineName\\\":\\\"Air India Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"IsLCC\\\":false,\\\"IsRefundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"FromUTCTime\\\":\\\"2023-12-11 04:35\\\",\\\"ToUTCTime\\\":\\\"2023-12-11 15:30\\\",\\\"DepartureTime\\\":\\\"04:35\\\",\\\"ArrivalTime\\\":\\\"15:30\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"FlightDuration\\\":\\\"10h 55m\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"NoOfSeatAvailable\\\":\\\"9\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"ICSourceSysId\\\":14,\\\"IsInternational\\\":0,\\\"TotalFlightMembers\\\":1,\\\"SearchTraceId\\\":\\\"0078d-e4681-2c610-37e1d\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"PublishedFare\\\":8327,\\\"isGSTMandatory\\\":0,\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":1,\\\"currencySysId\\\":1,\\\"BaseFare\\\":6670,\\\"Tax\\\":1699,\\\"intPublishedFare\\\":8327,\\\"OfferedFareAgent\\\":8327,\\\"PublishedFare\\\":8327,\\\"CostToAgent\\\":8327,\\\"PublishedFareAgent\\\":8327,\\\"CostToAgentCustomer\\\":8327,\\\"PublishedFarePerPax\\\":8327,\\\"OfferedFare\\\":8327,\\\"CommissionEarned\\\":0,\\\"CommDiscount\\\":128,\\\"TDS\\\":6,\\\"TDSEarn\\\":0,\\\"Refundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"MAIN4650814250380751328\\\",\\\"Fare_Key\\\":null,\\\"colors\\\":\\\"#008000\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"classOfBooking\\\":\\\"ZCRA000\\\",\\\"GSTMandatory\\\":false,\\\"fareIdentifier\\\":\\\"MAIN\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarnedAgent\\\":0,\\\"IscheckinBagInc\\\":true,\\\"IscabinbagInc\\\":true,\\\"CheckinBaggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsMealIncludes\\\":false,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR       \\\",\\\"PassengerType\\\":1,\\\"PaxType\\\":\\\"ADULT\\\",\\\"PassengerCount\\\":\\\"1\\\",\\\"Net_Commission\\\":128,\\\"NetCommission\\\":156,\\\"BaseFare\\\":6670,\\\"Tax\\\":1699,\\\"OfferedFare\\\":8327,\\\"PublishedFare\\\":8327,\\\"CostToAgent\\\":8327,\\\"TDS\\\":\\\"6\\\",\\\"TDSEarn\\\":0,\\\"TaxBR\\\":{\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1699,\\\"YR\\\":0},\\\"ApiNCM\\\":128,\\\"CommissionEarned\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"CommDiscount\\\":128,\\\"AgentMarkUp\\\":0,\\\"CostToAgentCustomer\\\":8327,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"markUpArr\\\":{\\\"Currency\\\":\\\"INR       \\\",\\\"currencySysId\\\":1,\\\"IntNetCommission\\\":128,\\\"IntCommissionValInPercentage\\\":0,\\\"CommEarned\\\":0,\\\"CommDiscount\\\":128,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"PublishFare\\\":8327,\\\"CostToCustomer\\\":8327,\\\"CostToAgentCustomer\\\":8327,\\\"TotalEarning\\\":0,\\\"CostToCompany\\\":8327,\\\"CostToAgent\\\":8327,\\\"AgentB2CEarning\\\":0,\\\"intOfferedFare\\\":8327,\\\"intPublishFare\\\":8455,\\\"APIMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"TDS\\\":\\\"6\\\",\\\"TDSEarn\\\":0,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0}}],\\\"tripbinfo\\\":{\\\"DEL-GOI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7KG\\\",\\\"checkin\\\":\\\"15KG\\\"}},\\\"GOI-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7KG\\\",\\\"checkin\\\":\\\"15KG\\\"}}}},\\\"Segments\\\":[{\\\"segmentid\\\":1,\\\"segmentids\\\":0,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Delhi Indira Gandhi Intl (DEL), India\\\",\\\"destinationAirportName\\\":\\\" Dabolim Arpt (GOI), India\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Goa In\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GOI\\\",\\\"destinationArrTime\\\":\\\"2023-12-11 07:10\\\",\\\"SegFlightNumber\\\":\\\"I5-779\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"Air India Express\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-12-11 04:35\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":155,\\\"GroundTime\\\":425,\\\"NoOfSeatAvailable\\\":\\\"9\\\",\\\"strDepartureDtTime\\\":\\\"04:35\\\",\\\"strArrivalDtTime\\\":\\\"07:10\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":\\\"7h 5m\\\",\\\"LAYOVERCity\\\":\\\"Goa In\\\",\\\"DepTerminal\\\":\\\"3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"Baggage\\\":[],\\\"MEAL\\\":[]},{\\\"segmentid\\\":2,\\\"segmentids\\\":1,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Dabolim Arpt (GOI), India\\\",\\\"destinationAirportName\\\":\\\" Bengaluru Intl Arpt (BLR), India\\\",\\\"originCityName\\\":\\\"Goa In\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2023-12-11 15:30\\\",\\\"SegFlightNumber\\\":\\\"I5-1455\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"Air India Express\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"GOI\\\",\\\"originDepTime\\\":\\\"2023-12-11 14:15\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":75,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":\\\"9\\\",\\\"strDepartureDtTime\\\":\\\"14:15\\\",\\\"strArrivalDtTime\\\":\\\"15:30\\\",\\\"FlightDuration\\\":\\\"1h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"Baggage\\\":[],\\\"MEAL\\\":[]}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isHoldAllowed\\\":false,\\\"IsSeatRequired\\\":false,\\\"IsMealRequired\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Search_Key\\\":\\\"DumH77\\\\\\/AROFJ7k+g+8Vni18FNLCvIlyhZIv+y0mbV313ia9owCJOLTaBDVTaC5sVnK749Zanj5gG+uSexe+Rnd0icwIk5zxHLM2uzvXz9s4y4QFZtlsrVIcH8+dxyncMK0zbHDXfCMQgPpqYtVqd3n77z+x2NmXd962yY0ILymqSnqvudWSmjoaCPTMcbgAX7d6UsVpYDJBMVqL+0+PvKpA2xYi5dJ\\\\\\/W6YbDztAN740BcE5bH8jxxbuRRMcZ8z5yljqRZKsou187RL6ruZ\\\\\\/6YfVcpJvMWrpfz7vH1NOKNFyMNYJMkMIxIWkbWftIW3qum\\\\\\/\\\\\\/WGm+N8c3egKaxQbUzoLpRDWlUtvW1x3mjBRWiDWtwL4teF9QjdD9bmgJjfVNdrZ3Y05AAJGjQ0orqBQp0WmBdS7KvK32afC9PBkuYW0gbNEB4cOP+nGeFY4D7uph1Urjz09m\\\\\\/Zu9BivhFtDlftcmxRxyF83tN43DL77zfnCooJZxocOqwC4R25KfXWYQKe7+xZjSTN1IoLiOLiPickxyJQ3SD9mWJNAIeWAncMdkvxIAbjqBO0bbuwIWA\\\\\\/cpTDnfpiGb9ws3VVyEgiVBaD2R\\\\\\/y8KMHhKXSW98E7A6iFPZgSHwlhRtRH1WgB\\\\\\/\\\\\\/Q6Pc7t2NzoxBNR3MUf5viS6BCGragRNTuqdKlCsTl1jf7Ap22Kd2W6z03jDNDD1JG2LH\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"CurrencyType\\\":\\\"1\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"TravelDate\\\":\\\"2023-12-11\\\"}]\",\"SSRArrIds\":\"[]\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8369899689\",\"leadEmail\":\"krishnatravels612@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"aslam\",\"passenger-lastname-1\":\"Aslam\",\"passenger-dob-1\":\"01\\/01\\/1992\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"krishnatravels612@gmail.com\",\"FirstName\":\"aslam\",\"LastName\":\"Aslam\",\"CountryCode\":\"91\",\"MobileNo\":\"8369899689\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"JAIPUR\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":true},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-GOI\":\"C75EQA\",\"GOI-BLR\":\"C75EQA\"},\"ticketNumberDetails\":{\"DEL-GOI\":\"C75EQA8W61\",\"GOI-BLR\":\"C75EQA8W61\"},\"ssrSeatInfos\":[],\"ssrBaggageInfos\":[],\"ssrMealInfos\":[],\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"aslam\",\"lN\":\"Aslam\",\"id\":\"1\",\"DOB\":\"1992-01-01\"}]}},\"order\":{\"bookingId\":\"FLYB6W8W6\",\"status\":\"SUCCESS\",\"customerpnr\":[{\"PNR_Number\":\"C75EQA-C75EQA\",\"TicketId\":\"C75EQA-C75EQA\",\"TicketNumber\":\"C75EQA8W61-C75EQA8W61\",\"sectors\":\"DEL-GOI@@GOI-BLR\"}]}},\"postField\":[{\"PublishedFare\":8327,\"MasterTPSysId\":\"965504\",\"TPSysId\":\"965505\",\"TrxId\":\"77817\",\"VersionId\":\"292851\",\"PNRNumber\":\"C75EQA\",\"customerpnr\":[{\"PNR_Number\":\"C75EQA-C75EQA\",\"TicketId\":\"C75EQA-C75EQA\",\"TicketNumber\":\"C75EQA8W61-C75EQA8W61\",\"sectors\":\"DEL-GOI@@GOI-BLR\"}],\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"OnwardAutoTicket\":1,\"sectorTitle\":\"DEL-BLR\",\"BookingId\":\"FLYB6W8W6\",\"APIBookingId\":\"FLYB6W8W6\"}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"ApiResultIndex\":\"5669941013378197283\",\"Flight_Key\":\"W0w+IaouAXU7M5h80COc7HChsGHl0KzCD9gU2Qh35gUO1SVzBUo5JJFrj2rk6vshepbuwB3pWA1xjLabvF2jvkA\\/AG3\\/AtsD5BMWHuXbf+dHTppUAhEGL1iycbPtiYX80mXI6vFJU02jrGVQhNNieNLDloBTWtXdlhjIIOdMDRJNzbY2tMeTaRG6+PbI+GuazR3CQUxfRlzSQIhnHbvE0Xe6EW5HakHgtSgN6PheQ6CJO70DYLxmCi6jpwyH0epmjx3uHaqq6z3mUY1wlT0PwLGT943i6A4KWow4e6bEa5Gdbc2b\\/TUIdBzDhNoRoWtIprP19zfA6HU0atXpmUBOMsPzBf1xepPwpwfmbDIxVG7R291cPmaBsQqGY7u3hjqjLTQj25W7X+sdmnaU03i08QnZ8f+zJ\\/3LUoyq+iH+VDRBvK6Ty6Lwj80zlc1UAXSpcwSThLusuxABPeedakgzYfoN2HUp514o6al+Ldr5M9ovm9ATFF\\/PcQzY0\\/JeGE47pdctENl1jxpJ2Y2aKKuk7M3cFBvQU18iDlJeXlar0dQfs8ATBLfrQK9sjO7k5NA02C5EjbwplAzNxtEVokligZhrlEyZ6pLuYG8qb9GM3LVyjBFU0RPch2fAFNm\\/H4PKZkJCQYjoJwsIwECGq7uhuNDZ1VcQPESDypeV2keqT5zgBANUowbLHsjAZTw\\/9rHwIdoQp1p4MYaIQyI23honVRc3vAz5M+Z3PoQpQEEdsQcheddxwApJtI8sXDrG\\/QPfrdIqstNwxxLclw3X1X7MmxZ7F6Tx2\\/9gdhsxxL9sRYKC4bzsaeNCMt76qNqEj5UswmsdZflx2iBHmyt3YS91cF1GJwx4EqvS++I3Np2snX75\\/OjVlYgQTDFPahj9LuA2YDqb7jWpyryL15AhGQ\\/WfRXYDwg3OCPZfV45HkezDccDV7xbhRSFgzsMdhRwp0pKsOWLkfVoIEYfjEsN3M14OaVm2EMS+J1y4S+8D+YtkLTt04AzT19szvrl+GGyYP0gxNRjifIVNmQNRvrwpR2p5o9tqqxsKTFrZx6SwzS4A19M6MEai9Qm1H9CJ4rH0fToTsO5GLTFUt79Z1xJAbiz7yS2KkJEqgJ4YZs\\/wBICbw20zRKsFkFR2\\/H+u0OsFGxvEMY+0mgMLfkV1I6epLoOuf7JNnJ3f2ZyZl+vPEObZLlP1C7B6CLTYCGLv+AJiM5sF10Kmm2rcv1edtlTlsZsFq2\\/kLo+kX46e2Q5p4Dt1ZpZEnycmAWSsChu39JDbZyo6Fj5OZJ7RHj7rxbysiN\\/JEOpBM0IHlDey413YmdKNQ2qsHd1rWTkZMaebXOyFr+z5eWyq\\/rD\\/sCw7K27inBHHv+1rzbjbBmxVoOdZeLf2PXYx+FuPIHRsNQVVYpbnM0bjWjiyNWwkK6NUbGRxuWmLeBmLxsxsZwsPXLe2CBWwN9iYLmahEzL54YAx4R3t4AxgYILW+9yA\\/GVxOpNmBpR34OBWel9S+XToH9CUSV7wTujb6DF24SHjjoppwEtkdP0g13KAaMPCCgoOFNCsd4PQpqtnHOszxrGb4jmm69iouiEhvf5QiVcmbA\\/ML43Wzf26b1eDI1DBofqHOwBm9o5+4k0ZlE\\/R2bQR2guMuleRVmp4Q3eHrEV5zTQC+I21OvihVDKI00w+wAKX1vhTd4rk0FCSY8V9eh5QkKo7wh5yoTM\\/1tgY0EdiQyz91he0z09CCAAlAybAZfRSnQVPc92zljY6rNabLf55Gtw74kWadKJU++7BK3Q27R9FynmC\\/BULscgE7hrxjEt6B\\/TwR3T+gkPRND9NV2APyYWpEwx8xWIuexPODWqfNEXhOg3ymrnDOmg2VTt7q84qL0KIESPKL2u6lUKNCpMK62jQl4fhzK8YzeZ2FP9Vx\\/efN\\/w5Nhd2HwXEQbPab6GgwRiN4r7dyhHa2LUNt7tjoNq+oeNSIuqVgjBgtqsEN35N42QUx1brMKcROI8qUZryROy91MobmmDWs37DM4oA7KGgNEZxktykG\\/jENrdktKMFVHaTTirz1HYdcak82Dd+pbXi0QcCwsjmXgFjeATwC7tVdFhfEZnRinfk5PZe4Omn9sbCP9qkIhlJm35Pi+CLFiWGAsCAsJZ4Rl06e7duYORR8jUU596v1A+vP3haWQbLN6mKcM1868glvtHPEVWPGHbrKfko883dxpfwhgWHhaL3V8V7\\/Mi+WSVqN3RmU6eTW\\/VDECJkygO9PxXU1kn66fVf\\/oh3Nj3JbkaWEbqO76BeRlHjaHNS+dv4LK8mK\\/hckwv0KzYmJCHWKxNk1eUM5dVxWDxApshf8GqajZvFSuchHoaXhavcSIVoC5ceTYwSHOBzS3YHMwLDBx6mnGF6zD2ikGlEavX1Rt+HFJrzOhFNgsBnMKcWVeOQEaeRk1M121Mb8BDGvT3vSZ4KTQNNXosiEDSrq2+nkcfc0C0Sc9ZAmYgo9GBaQdaG6o0dMwIHumIwHNGMXK1jBkPk8i40ZsrsgTS+5xKZ0YGXl0+x\\/BK+opY2Givdp6ibsccoQ3sjV8e6GEx2tAZQHbbTqyRUDggxHGzH+kMCXYnDSlPbhWjXURDTwOPdoSn7Hg49ypwqEpwj0SByV4ahO+qyUU+cxzjZGWv85ya12X8wPJ9UBns8uBo4jfOsgFM2g1ngRIOL+gXfXtXhOWcqFZpDDma4ZKTR0KYACODhwSf8fUVhe+kLFBdT3ZIE4MBVI3erUjq2KwAp\\/d4KoZuCso4tckOvQwAjKhJBCh07jo50FqJwXe1b9KuAd\\/JUEepUfGmQUwBExgz6wwdEg0nVQhNFw4+TesH3QAau5mCzUzWxRJvZjG7PHjOu9VrRzNtB5OHpXsN6T98A2kqC4\\/f3iifrCIdKR\\/rV2ASvgZpLNYuy3I1Pz+Iu5vJLUBaJx+45BA47QZQtDf0obc5mHWYxfbKiaOtjnA9MsHV3w3xEDxP71ujRQcoEviwsDPiSVYEGpmnl6TI\\/sflZAqu\\/AmPQF1Xd0hPiy7tg+NbbGLbrD3Qp78\\/S4zZM7s+6NAo8l2fJKZZoPMi55StUHgQRZZ660f\\/remDHhz\\/EMN70MzsPfv84mdWAmdMDq8W1j4Pcivt6FdzE\\/DAqixNrZ2PGY7n+DPgOl4uuk\\/QT9RY5pL2+PVMiOIea++IK2JfgPq2fRaXylrTrOLQhedt5If+KRFpPJazcHARcibWcEOAKKQHK3FsyQfQ6R9jdYUj1jqA\\/DX+fCmM7j5Mwch85SRrE8Froz6m4YSbEwDFrtZ6x2m76otqNq3\\/VL1AEfTg171lOzHmDsxwQKHT+z77M0ViCdgQ8yhTE\\/DeU0gMCmohLFYo2R9yNrB9UfAyauURPsDoRhrmWS5tUXS6cMuUVKI9BjWtU0os1vwgsUgTf\\/sDAumgwX91kIdjy8FvAbsepSxu\\/KpBe\\/AbQpO3k2ovYgby3meJNFlXKkDLofN5DX9XPeZ+CZClk3TGCXHr+mqjFiQNMJaWOAZ89Aeb1KYo42PosORXkp71Jh0T6auATljqeu78mBoqy7UPS1ryE2uB0OC61CNS29PPB6Q6y5L3tnKXW\\/Y8OviS+03NygbnkQpTsG\\/v4GwPyNrB8TNiv2WVkWnUfw94ya96m4RsIHqFUNpMM\\/YteXWaSLf5lduOfbhvxPnO6PZJUBego7UmJXj1xAbGOh7dRqYjjl34vIzGv5naayb8LunF7bxooNkMrelwn0Gd9c0IMxbsp6D2t4RGyhrX7blPbWpHcRVJvE1XhQ4gDo0kuiBJsuK7zCXcCfcGrHCn016IiMAwDD\\/ZdwB1VoIHanbU92szQA8HGtqUXta2Go8TyTuanuiVu1wE4ydLPS2AQccIfkOb0zL3CRHtBYPCbbY9bgheKoZCv7ZwJu0cjmaeOuv1mYgp+XS3Cg3y9B9qzrWxOFMrZg92u\\/QP1k4oJYnmg2Ym6HFVCaEh+WAKONbLCWVk\\/khFPJyv9KoQD1FbJt7tHY7gaXcSHcA4vDWcGu\\/TLJgiMoK7e7Qf2rZCadlNrIT+8cthXnOmaX+bsZP4qTEQKkO9u+XodFhyt331LqZDDCetqDmoVRlyx+S2UbiVRUY195IIAYryJnOdDaJ4udsXe+\\/S\\/kBzAxgxd5\\/eHQn2NOXtEuZXc9vMzp5+AeVXcU8Bky4+mcNkMlFebq9M2D8TEV\\/11yBgW+LqeWurivJQ2XzcMEn3J+E\\/ypF+o2fN9MF600BjPvMy3k1pPquRFaEIemQooVhFekfK5r91fTZk9Zp9egKiGkT0+YfBprOFXt5eWTh1x7wywNMRTv1\\/+x6XmwCUwPyAMatQzhaPfxssJyEnMUfTRDIusvzNvvOpjIDygrq0zCBtmVLmubWs6\\/7bMsRqBJqkxOH4AX\\/5FrXsl6AkdTvXcgLoGM4t0iZCLeebdg4jxlpPS5gGeZBPgD8akmwRbA1cu5Z6amhu8JQAXMY8vdHrasXOAG3ToEwgrWxsjoM6tFSdZcx8SiRe7ON59PkwEVP1TthlfvpABSNvFYdWp2hf28PLXamkc8yuGvJRIWc4uVAz8lr9Xqos3y3JjZIhfaI38Ku8ISvfmS20\\/qEFVigCdwUIayywPoWsMEo8sfx2WzEs1PWc39OlXdV+kSa+XhJ1J3Y3b27RxRbocT2ir7DXzzvIk5rCep1h1l8rNYVeph7t81whCBSyPD1vtcwUy82KUQL58Eh\\/5CUvLO6DPXAH3m25VujKPcs7YNGh6Jkn3RF0t3a4SsGkdHNCgWdZnK+5hNTjPVHGOSUpUzn0YYxkseUG9UzjfOS63pC0TVqCDikiDU7Ouv6ZR+J9RHfVAVJjbJ2l5bwvlQnKxdfsZVObYOzIWpLW5u3rOumObEURaa7IB9zJh85nXPOb0OrqH\\/iK68wpUSKbx14cEJ76jI32KE\\/pZBknRy4+vfPtgJ1NcYLjPJJyiyOJOayehsoPfKJVJd80N3j9XZ4fpHGjq2t0U9IvCgs9Kw0qRwOOg\\/psSxLf\\/8bl4L4PgZfMEQUqcCxNcd2N9fS3HOQUQhPaF7RxpXgvEZLUxxEDavP2\\/heXYccwmPV7LTmW\\/nuts8OqDBIcEICoH8cpSdZDTgGtNXuXG\\/3497lQVfMRebSfWMZnjDsopSMbuxHKT+VW2B7suBgbXnmi2dYKg8yzmIk7mRKA5kSFMbs11mr8xfBaBOASTm7xX\\/3EcIFWlk46nSdRxB2NNWowiAJy7Hk+ZHwvXCL6BbIs6V9Jbfs\\/E87fF1Bb5831\\/7QxM6apLi1nBk9VdzxH79WS3Uou5EmNJl0hH2M+KWWRlddy5pnhF\\/FTt6rlv0zn+Fy7FEocwKAdFRWO0ltr6Ih8JdK8l8qkCRN8GON0ut4ypSDiPytdFvlMFsmjhKSMJ31XJUtmV+2DY+IdYwRPTUsYkJ+\\/U+P6Jh8ru7CQs22tw3N4zn7qDNPbQ5KcmlRFOYrjyw752AthyHYdjly1AK+nFUPlHj28zAfltTTUS7GrjiSIHLXRsbBRsyBzEUz6ugv74sAKR96pXLxTUmEjIc5LF\\/15jVj1k8SavQ7SLKVCtg9EGZhpw+zrGbQHQNZFuK68aVB3xwUlhRzgowK\\/BHOrVjaj4gy1msSKU9qko7OQ4SmG30mVJjqIoqdNB082Wtr5GHtW2Ahwjlrg5DRvIKw8HrFTGFpo6DGx6G\\/tXCCM9E0jxySBNQ3Vl1\\/axFoylpc653\\/ya6fqrv\\/IepY+0Z8zfGH+ExcnRbUBVTwtDtQBEHFbNIS4xLIImNvDEnWgCeSwHQ==\",\"FlightNumber\":\"I5-779\",\"SegFlightNumberArr\":\"I5-779, I5-1455\",\"AirlineName\":\"Air India Express\",\"AirlineCode\":\"I5\",\"IsLCC\":false,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 04:35\",\"ToUTCTime\":\"2023-12-11 15:30\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"15:30\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BLR\",\"FlightDuration\":\"10h 55m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"9\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"PublishedFare\":8327,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":6670,\"Tax\":1699,\"intPublishedFare\":8327,\"OfferedFareAgent\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"PublishedFareAgent\":8327,\"CostToAgentCustomer\":8327,\"PublishedFarePerPax\":8327,\"OfferedFare\":8327,\"CommissionEarned\":0,\"CommDiscount\":128,\"TDS\":6,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4650814250380751328\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"ZCRA000\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"9\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":128,\"NetCommission\":156,\"BaseFare\":6670,\"Tax\":1699,\"OfferedFare\":8327,\"PublishedFare\":8327,\"CostToAgent\":8327,\"TDS\":\"6\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1699,\"YR\":0},\"ApiNCM\":128,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":128,\"AgentMarkUp\":0,\"CostToAgentCustomer\":8327,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":128,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":128,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8327,\"CostToCustomer\":8327,\"CostToAgentCustomer\":8327,\"TotalEarning\":0,\"CostToCompany\":8327,\"CostToAgent\":8327,\"AgentB2CEarning\":0,\"intOfferedFare\":8327,\"intPublishFare\":8455,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"6\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Delhi Indira Gandhi Intl (DEL), India\",\"destinationAirportName\":\" Dabolim Arpt (GOI), India\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-12-11 07:10\",\"SegFlightNumber\":\"I5-779\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-11 04:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":425,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"7h 5m\",\"LAYOVERCity\":\"Goa In\",\"DepTerminal\":\"3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Dabolim Arpt (GOI), India\",\"destinationAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-11 15:30\",\"SegFlightNumber\":\"I5-1455\",\"AirlineCode\":\"I5\",\"AirlineName\":\"Air India Express\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2023-12-11 14:15\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"15:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"2\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/I5.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni18FNLCvIlyhZIv+y0mbV313ia9owCJOLTaBDVTaC5sVnK749Zanj5gG+uSexe+Rnd0icwIk5zxHLM2uzvXz9s4y4QFZtlsrVIcH8+dxyncMK0zbHDXfCMQgPpqYtVqd3n77z+x2NmXd962yY0ILymqSnqvudWSmjoaCPTMcbgAX7d6UsVpYDJBMVqL+0+PvKpA2xYi5dJ\\/W6YbDztAN740BcE5bH8jxxbuRRMcZ8z5yljqRZKsou187RL6ruZ\\/6YfVcpJvMWrpfz7vH1NOKNFyMNYJMkMIxIWkbWftIW3qum\\/\\/WGm+N8c3egKaxQbUzoLpRDWlUtvW1x3mjBRWiDWtwL4teF9QjdD9bmgJjfVNdrZ3Y05AAJGjQ0orqBQp0WmBdS7KvK32afC9PBkuYW0gbNEB4cOP+nGeFY4D7uph1Urjz09m\\/Zu9BivhFtDlftcmxRxyF83tN43DL77zfnCooJZxocOqwC4R25KfXWYQKe7+xZjSTN1IoLiOLiPickxyJQ3SD9mWJNAIeWAncMdkvxIAbjqBO0bbuwIWA\\/cpTDnfpiGb9ws3VVyEgiVBaD2R\\/y8KMHhKXSW98E7A6iFPZgSHwlhRtRH1WgB\\/\\/Q6Pc7t2NzoxBNR3MUf5viS6BCGragRNTuqdKlCsTl1jf7Ap22Kd2W6z03jDNDD1JG2LH\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2262\",\"TravelDate\":\"2023-12-11\"}],\"IsInternational\":0,\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels612@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8369899689\",\"FirstName\":\"aslam\",\"LastName\":\"Aslam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-07 21:19:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1992-01-01\",\"CustomerSysId\":\"130\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"0078d-e4681-2c610-37e1d\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0078d-e4681-2c610-37e1d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"DEL\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 21:12:43\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-07 21:19:39'),(1909,'0741a-691bf-8efc6-3b741','{\"FlightBookingData\":[{\"bookingId\":\"DMC107579605616\",\"bookingId_TJ\":\"TJ107579605616\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"apiTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-12-11T18:35\",\"LocalFromTime\":\"2023-12-11 18:35\",\"FromUTCTime\":\"2023-12-11T18:35\",\"LocalToTime\":\"2023-12-11 21:00\",\"ToUTCTime\":\"2023-12-11T21:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,187\",\"ApiResultIndex\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5186.8,\"PublishedFare\":5186.8,\"PublishedFareAgent\":5886.8,\"OfferedFareAgent\":5186.8,\"OfferedFare\":5186.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9215752828_0BLRVNS6E968~41247447454157\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5186.8,\"BaseFareCal\":5186.8,\"BaseFare\":4950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5186.8,\"CostToCustomer\":5186.8,\"BaseFareCal\":5186.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5186.8,\"intOfferedFare\":5186.8,\"intPublishFare\":5186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"241\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9448681960\",\"FirstName\":\"MOHAMMAD\",\"LastName\":\"IDRIS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-07 22:58:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"131\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"131\",\"CustomerMemSysId\":[\"131\"],\"flight_booking_customer\":[[\"293\"]],\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"11\\/12\\/2023\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\",\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0741a-691bf-8efc6-3b741\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"11\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\",\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 22:56:06\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0741a-691bf-8efc6-3b741\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\",\\\"11\\\\\\/12\\\\\\/2023\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VNS\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"departure_dateG\\\":[\\\"07\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Varanasi (VNS)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-11\\\",\\\"2023-12-11\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28449],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0741a-691bf-8efc6-3b741\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"VNS\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"VNS\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Varanasi\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\",\\\"11\\\\\\/12\\\\\\/2023\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"11 Dec Mon\\\",\\\"11 Dec Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-07 22:56:06\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107579605616\\\",\\\"bookingId_TJ\\\":\\\"TJ107579605616\\\",\\\"FlightNumber\\\":\\\"6E-968\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"0741a-691bf-8efc6-3b741\\\",\\\"apiTraceId\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"21:00\\\",\\\"TravelDate\\\":\\\"2023-12-11T18:35\\\",\\\"LocalFromTime\\\":\\\"2023-12-11 18:35\\\",\\\"FromUTCTime\\\":\\\"2023-12-11T18:35\\\",\\\"LocalToTime\\\":\\\"2023-12-11 21:00\\\",\\\"ToUTCTime\\\":\\\"2023-12-11T21:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Mon, 11 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 11 Dec\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,187\\\",\\\"ApiResultIndex\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4950,\\\"Tax\\\":236.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":225,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5186.8,\\\"PublishedFare\\\":5186.8,\\\"PublishedFareAgent\\\":5886.8,\\\"OfferedFareAgent\\\":5186.8,\\\"OfferedFare\\\":5186.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-9215752828_0BLRVNS6E968~41247447454157\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":236.8,\\\"TotalBaseFare\\\":5186.8,\\\"BaseFareCal\\\":5186.8,\\\"BaseFare\\\":4950,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":225,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5186.8,\\\"CostToCustomer\\\":5186.8,\\\"BaseFareCal\\\":5186.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5186.8,\\\"intOfferedFare\\\":5186.8,\\\"intPublishFare\\\":5186.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"359\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-12-11T21:00\\\",\\\"SegFlightNumber\\\":\\\"6E-968\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-11T18:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"21:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-10 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9448681960\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMAD\",\"passenger-lastname-1\":\"IDRIS\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"MOHAMMAD\",\"LastName\":\"IDRIS\",\"CountryCode\":\"91\",\"MobileNo\":\"9448681960\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ107579605616\",\"amount\":5186.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"919448681960\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-07T23:01:41.068\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21185411\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"968\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2023-12-11T18:35\",\"at\":\"2023-12-11T21:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"DWHDXI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD\",\"lN\":\"IDRIS\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"TF\":5186.8,\"BF\":4950,\"NF\":5186.8,\"TAF\":236.8},\"afC\":{\"TAF\":{\"MFT\":1.8,\"MF\":10,\"OT\":225}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"965530\",\"TPSysId\":\"965531\",\"TrxId\":\"77821\",\"VersionId\":\"292867\",\"XRefBookingId\":\"DMC107579605616\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC107579605616\\\",\\\"bookingId_TJ\\\":\\\"TJ107579605616\\\",\\\"FlightNumber\\\":\\\"6E-968\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"0741a-691bf-8efc6-3b741\\\",\\\"apiTraceId\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"21:00\\\",\\\"TravelDate\\\":\\\"2023-12-11T18:35\\\",\\\"LocalFromTime\\\":\\\"2023-12-11 18:35\\\",\\\"FromUTCTime\\\":\\\"2023-12-11T18:35\\\",\\\"LocalToTime\\\":\\\"2023-12-11 21:00\\\",\\\"ToUTCTime\\\":\\\"2023-12-11T21:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Mon, 11 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 11 Dec\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,187\\\",\\\"ApiResultIndex\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4950,\\\"Tax\\\":236.8,\\\"YQTax\\\":0,\\\"OtherCharges\\\":225,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5186.8,\\\"PublishedFare\\\":5186.8,\\\"PublishedFareAgent\\\":5886.8,\\\"OfferedFareAgent\\\":5186.8,\\\"OfferedFare\\\":5186.8,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-9215752828_0BLRVNS6E968~41247447454157\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":236.8,\\\"TotalBaseFare\\\":5186.8,\\\"BaseFareCal\\\":5186.8,\\\"BaseFare\\\":4950,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":225,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5186.8,\\\"CostToCustomer\\\":5186.8,\\\"BaseFareCal\\\":5186.8,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5186.8,\\\"intOfferedFare\\\":5186.8,\\\"intPublishFare\\\":5186.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":5886.8,\\\"CostToAgent\\\":5186.8,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"359\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2023-12-11T21:00\\\",\\\"SegFlightNumber\\\":\\\"6E-968\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-11T18:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"21:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-9215752828_0BLRVNS6E968~39818667771109\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-10 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ107579605616\\\",\\\"amount\\\":5186.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"919448681960\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-12-07T23:01:41.068\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21185411\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"968\\\"},\\\"stops\\\":0,\\\"duration\\\":145,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"dt\\\":\\\"2023-12-11T18:35\\\",\\\"at\\\":\\\"2023-12-11T21:00\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"DWHDXI\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMAD\\\",\\\"lN\\\":\\\"IDRIS\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"IGST\\\":1.8,\\\"TF\\\":5186.8,\\\"BF\\\":4950,\\\"NF\\\":5186.8,\\\"TAF\\\":236.8},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":1.8,\\\"MF\\\":10,\\\"OT\\\":225}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"DWHDXI\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"MOHAMMAD\\\",\\\"lN\\\":\\\"IDRIS\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5186.8,\\\"NetPrice\\\":5186.8,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5186.8,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)\",\"Amount\":4950,\"NetAmount\":5186.8}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC107579605616\",\"bookingId_TJ\":\"TJ107579605616\",\"FlightNumber\":\"6E-968\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"apiTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2023-12-11T18:35\",\"LocalFromTime\":\"2023-12-11 18:35\",\"FromUTCTime\":\"2023-12-11T18:35\",\"LocalToTime\":\"2023-12-11 21:00\",\"ToUTCTime\":\"2023-12-11T21:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 11 Dec\",\"ArrivalDateTxt\":\"Mon, 11 Dec\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,187\",\"ApiResultIndex\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4950,\"Tax\":236.8,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5186.8,\"PublishedFare\":5186.8,\"PublishedFareAgent\":5886.8,\"OfferedFareAgent\":5186.8,\"OfferedFare\":5186.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9215752828_0BLRVNS6E968~41247447454157\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":236.8,\"TotalBaseFare\":5186.8,\"BaseFareCal\":5186.8,\"BaseFare\":4950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":225,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5186.8,\"CostToCustomer\":5186.8,\"BaseFareCal\":5186.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5186.8,\"intOfferedFare\":5186.8,\"intPublishFare\":5186.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":5886.8,\"CostToAgent\":5186.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11T21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-9215752828_0BLRVNS6E968~39818667771109\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9448681960\",\"FirstName\":\"MOHAMMAD\",\"LastName\":\"IDRIS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-07 22:58:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"131\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"0741a-691bf-8efc6-3b741\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"11\\/12\\/2023\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"07\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\",\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0741a-691bf-8efc6-3b741\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"11\\/12\\/2023\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\",\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-07 22:56:06\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-07 23:00:08'),(1910,'31129-84495-cc9b2-4dda5','{\"FlightBookingData\":[{\"EquipmentType\":\"738\",\"FlightNumber\":\"SG-455\",\"SegFlightNumberArr\":\"SG-455\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"31129-84495-cc9b2-4dda5\",\"apiTraceId\":\"4-9807420572_0BOMGOXSG455~13827426428519\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"00:55\",\"ArrivalTime\":\"02:20\",\"TravelDate\":\"2023-12-09T00:55\",\"LocalFromTime\":\"2023-12-09 00:55\",\"FromUTCTime\":\"2023-12-09T00:55\",\"LocalToTime\":\"2023-12-09 02:20\",\"ToUTCTime\":\"2023-12-09T02:20\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sat, 09 Dec\",\"ArrivalDateTxt\":\"Sat, 09 Dec\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"37009\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GOX\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"North Goa\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":8425,\"PublishedFareTxt\":\"8,425\",\"ApiResultIndex\":\"4-9807420572_0BOMGOXSG455~13827426428519\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6552,\"Tax\":1997.3999999999999,\"YQTax\":0,\"OtherCharges\":1602,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":360,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8549.400000000001,\"PublishedFare\":8424.900000000001,\"PublishedFareAgent\":8425,\"OfferedFareAgent\":8424.900000000001,\"OfferedFare\":8424.900000000001,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9807420572_0BOMGOXSG455~13827426428519\",\"ApiResultIndex\":\"4-9807420572_0BOMGOXSG455~13827426428519\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"colors\":\"#FF0000\",\"SeatAvailable\":53,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8424.900000000001,\"CostToAgent\":8424.900000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":1997.3999999999999,\"TotalBaseFare\":8549.400000000001,\"BaseFareCal\":8424.900000000001,\"BaseFare\":6552,\"CommissionEarned\":124.5,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":360,\"MFT\":5.4,\"OT\":1602,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":124.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8424.900000000001,\"CostToAgent\":8424.900000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"tripbinfo\":{\"BOM-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02W\"},\"Segments\":[{\"segmentid\":\"852\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-09T02:20\",\"SegFlightNumber\":\"SG-455\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-12-09T00:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"00:55\",\"strArrivalDtTime\":\"02:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"$$hashKey\":\"02U\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"029\"}],\"apiTraceId\":\"4-9807420572_0BOMGOXSG455~13827426428519\",\"SearchTraceId\":\"31129-84495-cc9b2-4dda5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"North Goa (GOX)\"],\"departure_date\":[\"08\\/12\\/2023\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GOX\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Mopa Goa International Airport (GOX)\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"North Goa (GOX)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2023-12-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[37009],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"31129-84495-cc9b2-4dda5\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"GOX\"],\"from\":[\"BOM\"],\"to\":[\"GOX\"],\"Fromlabel\":[\"Mumbai\"],\"Tolabel\":[\"North Goa\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/12\\/2023\"],\"return_dates\":\"\",\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-08 13:50:36\",\"IsChangeSearch\":1}}','2023-12-08 13:51:20'),(1911,'e51ee-e96d3-66f36-d889d','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6712133794-6296155411\",\"name\":\"OYO 70779 Bhumi Inn\",\"img\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3921\\/3921988\\/images\\/image_3921988_c4162890-0a9c-46af-b7ab-77b189be3efe_tn.jpeg\"}],\"rt\":3,\"gl\":{\"ln\":\"88.45999\",\"lt\":\"22.6302\"},\"ad\":{\"adr\":\"\",\"postalCode\":\"700052\",\"city\":{\"name\":\"KOLKATA\"},\"state\":[],\"country\":{\"name\":\"INDIA\"},\"ctn\":\"KOLKATA\",\"cn\":\"INDIA\"},\"pt\":\"HOTEL\",\"ht\":[],\"ops\":[{\"ris\":[{\"id\":\"1595762696_2414260_0\",\"rc\":\"Classic Room\",\"rt\":\"Classic Room\",\"srn\":\"Classic\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":970.87,\"tfcs\":{\"CMU\":-94.03,\"NF\":970.87,\"TAF\":11.8,\"TF\":970.87,\"BF\":959.07},\"tafcs\":{\"TAF\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":959.07,\"CMU\":-94.03,\"TAF\":11.8,\"TF\":970.87,\"NF\":970.87},\"afc\":{\"TAF\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65}}}],\"fcs\":[\"Room Only\"],\"checkInDate\":\"2023-12-24\",\"checkOutDate\":\"2023-12-25\",\"radi\":{\"rid\":\"1595762696:2414260\"},\"rexb\":{\"PROMOTION\":[{\"values\":[\"Room Only\"]}]}}],\"id\":\"52_0_3921988\",\"tp\":970.87,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"52_0_3921988\",\"ifra\":false,\"pd\":[{\"fdt\":\"2023-12-09T10:49:36.950\",\"tdt\":\"2023-12-24T12:00\",\"am\":959.07},{\"fdt\":\"2023-12-24T12:00\",\"tdt\":\"2023-12-25T23:59\",\"am\":1053.1}],\"scnp\":\"Fully Refundable Till 22-12-2023 12:00 PM.  Non refundable Between 22-12-2023 12:00 PM and 24-12-2023 12:00 PM.  (All the given times are in India Time timezone)\"},\"ddt\":\"2023-12-09T10:49:36.950\",\"inst\":[{\"type\":\"INCLUSIONS\",\"msg\":\"Room Only\"}],\"oai\":{\"sid\":\"52\"},\"ipr\":false,\"omid\":\"853620882\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1063.07}],\"opci\":[]},\"bookingId\":\"TJ207679713090\",\"query\":{\"checkinDate\":\"2023-12-24\",\"checkoutDate\":\"2023-12-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"countryName\":\"INDIA\",\"cityName\":\"KOLKATA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6712133794\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"1595762696_2414260_0\"}],\"isTcsApplicable\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1164}},\"hotelbookingid\":\"36\",\"SearchHotelTraceId\":\"e51ee-e96d3-66f36-d889d\",\"CustomerSession\":{\"bookingId\":\"e51ee-e96d3-66f36-d889d\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9088362463\",\"traceId\":\"e51ee-e96d3-66f36-d889d\",\"leadEmail\":\"sikder.am@yandex.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"gjnf\",\"passenger-lastname-1\":\"asdad\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"caca\",\"passenger-lastname-2\":\"caca\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"1595762696_2414260_0\",\"RoomCategory\":\"Classic Room\",\"RoomType\":\"Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":993.7825320000001,\"gtxMarkUp\":19.4174,\"GSTOnGTXMarkUp\":3.495132,\"pernightperroomprice\":970.87,\"TotalRoomPrice\":970.87,\"TotalFare\":970.87,\"TotalBaseFare\":959.07,\"TotalNetFare\":970.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":959.07,\"CMU\":-94.03,\"TAF\":11.8,\"TF\":970.87,\"NF\":970.87},\"afc\":{\"TAF\":{\"SNP\":981.45,\"MF\":10,\"SGP\":1053.1,\"SDS\":2193.97,\"SBP\":3134.24,\"TSF\":112.83,\"TTSF\":112.83,\"MFT\":1.8,\"SAC\":71.65}}}],\"PriceWithMarkup\":993.7825320000001,\"CurrencyRate\":1,\"CurrencyTitle\":\"INR\",\"CurrencyId\":\"1\",\"arrMarkUps\":{\"HotelRoomPrice\":970.87,\"pernightperroomprice\":970.87,\"RoomPrice\":990.2874,\"withmarkupprice\":993.7825320000001,\"gtxMarkUp\":19.4174,\"GSTOnGTXMarkUp\":3.495132,\"rooms\":1,\"Nights\":1,\"markup__\":\"2.00\"}}],\"RoomId\":\"52_0_3921988\",\"RoomTotalPrice\":970.87,\"iopr\":false,\"ipr\":false,\"ipm\":false},\"country\":\"INDIA\",\"iopr\":false,\"ipr\":false,\"ipm\":false,\"HotelDetails\":{\"HotelId\":\"hsid6712133794-6296155411\",\"HotemName\":\"OYO 70779 Bhumi Inn\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/cms\\/3921\\/3921988\\/images\\/image_3921988_c4162890-0a9c-46af-b7ab-77b189be3efe_tn.jpeg\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.45999\",\"lt\":\"22.6302\"},\"HotelAddress\":\"\",\"HotelCity\":\"KOLKATA\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-12-24\",\"checkoutDate\":\"2023-12-25\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739947\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false},\"interNationalSearch\":false},\"ResponseHotelQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"967259\",\"TPSysId\":\"967260\",\"VersionId\":\"2888907\",\"CustomerSysId\":\"499887\",\"TrxId\":\"77980\",\"refNo\":\"\"},\"redirect\":false,\"message\":\"Query Send Successfully.\",\"refNo\":\"\"},\"HotelBlockRequest\":null,\"CurrencyId\":\"1\",\"paymentMode\":\"0\",\"usewallet\":\"0\",\"Remark\":\"\",\"guid\":\"C08B2FA6CA35462AB7B1B90A17AB5748\",\"session\":null,\"wallet\":null}','2023-12-09 10:48:44'),(1913,'f9b42-2bcbb-0c703-f13cb','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4980784050729205856\",\"Flight_Key\":\"xEQw89jOyLXrzXCSIeDZpAcyTIqypdKXiRSF3ouXV6QzlOrvVSg\\/j5n7lSJyVZuP+8nRb8zticbv7ryZyxUF42B6gMxUouU+VgltbxODtIcOCoaVlOdOcTIy3gByc5ql9gKh0B8JCJclOFb6Y\\/DBEo43ChXG92IXpk13evAYnnzBiEPuZovAudybPbsCZlALOvt2GB3KPYOF8cwbISNL3JSal9YNlsSA2IIJfqtAEnJrlGy9tdIInAo2C3cfymR+CqKvZMv9XLrduHzYZ0GrJUwR2Eh9UeXdJrvaWUhAeXKJaJCrQGTdwjh9vXVoZzlnvN8dEDZhHIgoWKfX7q9Opjb7zwhLrOXqtZT5TY1KCoz7AaTZXZq+wDTevKQvxamXvOnxixuuaBKf5wrQnDewnEAJWUl6Ol98rC399IWEdC6yQbr8HmnN2UDwFL+OdL28vhZa6KNV3joUNaEbcx3zcyysrN\\/+RZ+bSj2e6VHjE93NwEgm2cyjdYDI9CPOb6Rl\\/E7kbRb+HTPxpF2yO5++kGj5blL9DBT6X2iiCvYIBsXfmH1F+EcTZYt34JMRqIhU+1z+vklnSKBfgWCQk2kruKRIDP12FHaYXwItJwRBTbnVB3pzSsrGdt2ygMQvqCWOKOJO1Pl7nVeZtcOAOOZse3v6yw+neAAWEGF0vl19IboYXwQIUWGON9uBLsMKGBavRHpcEFYsON2JSKNVhWCRkivUVuje2UI4d\\/mSOLCmp3fcvhsUnLXd9nndNq\\/m26BEdULEmDXLARBigrxRZYloDb+NtTtC\\/q1BmweehocMlKrUSNbk0DMC6OoTumcPtm98V8d+hZnKJIf1nAQB4+iDdlpYJzJX1afkusIyys3Q\\/ySJCxTCDQQbgBr17FTQAadyihrPj9XIo6KYrls8nBS4BlVgi8wzGya19z6UkBOgAlMkc8SQRle2eV4pxMPS\\/KwOebkMNPgSWBmWO1pObg+953poQRGB8GBWYN8evltAW4eJ\\/\\/8o5uPMJShg0aJfynNWAfZZBQpXYPNIH1QLDvDmj25\\/FSnWQ\\/JP0qbB0X4NQWr7yRmKrwE6MP8DLaBwKGpRUS1hnIKUGwm\\/MMMV9mQWcCTOeaBstebI5eDUcsLC7MDbrPNIPg80onTgRQCXsKEMVB6XN6naRN6VBZzyH25NKR4sSP8rrv4Z9LQUj7iH5Ms8QpcK64SkwYvLTW0BwjAGMFi8BNWJND6VOrbgvtQNcUJLMdJRhhhqM0VHsli\\/2o6URe3DTwATrqb+0RCbJJdzUK3wNg3mAP5KEVumQok4QIBXoIEQ1OXvkH\\/v2vz4CjBm9hJ4sDNq2BiMpwcy6glwYNETeNOpWViJYqqGMkWDdq3n44vp8xQ9lrmwEP8MWWS4VEaJGVoEv6kNCxrwp1y3uez\\/NEsEL18XHf8THwLidq4TMnzkDCqfBz+iinB80T9lSCi5NAKUX3m0PL9WYifSp\\/Ry+L3qOPiloZVJlFbd0ltiwX3d4xo4buVgf\\/ZFeRs+4\\/n2cjlj70+5x+NIVshOIl5daJBs\\/eygAOnXNNCE4+IkR\\/SX9KIcRp9aAV3D8NNeuM7torHbyctWTDLOSYCvKCmwRLDJPdskd0KFoSV8K7fKuSffrNoO3gE3mt2+MdZ2LEozNDOcFFoyD4a\\/ykkJ0fn+kzxQAGUFF1sKVrSuFDVQBhF5oCYnCh9x9P2fP2llQuoR0nmukAf0\\/JHEqoXWyXGizZB6YIExx\\/ZHYbPRn8mMa+aeBEJWFSq2IHT9bHGxJMXdQP8Ii6OIekLwdHLyQrYF9WVCtRs22kmoyB72og8UgzbM7Ggutzg4SRb7f5n8inID1N8QjM0Ih+CZASiNwKug7k\\/PBXicarlJZht9GpBQb63woHIULibdhZkY4kh7JJCCRjHLInN+ttSSaxL3z\\/i2ju7RFpS1RfIXhOZAiFZ\\/jppDu7tMkVHu9bcKa\\/csKhZ\\/E+ZUBO430E0+jJAoLcl3uAXl52J6XCttqz\\/oEdITO7hf7\\/cpsBsf++Inl3Guba1TCBy3iWz3hfDZz1ttMEI2jGdAR9QQX+Vc+X42EpqqJn7SbVIOfQtntHuK0Wn0ar1wlWaq+918JOJlJKKoGWPVmxqjuIcP8GKpk7DPcJSyWOIhSwe4eWpg5IkAEsbIOo+r5kcJEE6\\/4ljaZFykKv4P2t\\/QCoHrparXiCLtJZ6vMB\\/BsLMiFKcxIr5uU6oA++KPHfPVEK2m\\/UJx2fCb+gAAGLjoIRvGLgnxLQ1rWygKhyzqTYeBkjMDDkkJoQt1ukorNow\\/6BPe3zxdP\\/EuhTM0W1PYQoPz3LU9uFngYbBtcoy1sxfDmEw18CF8lZiO7uoN6WhMkUNuEyyFCKmbBLKzr+b8cmgd7nPQ7nc7GExJi2eP6EBw8iWzi+ycinKoG3OEjTaEj1\\/Wu9pOBgsSUnCPyc5Oj4oYnki7b6NtJ4vY5yVeML1F7C9pPHF3njF6bFIHG6zio43vAB7sXEi7MK6mq4DyVposPP6iUq2ETIGDKEyVrB3+uabxSWf+2JOuz269NkxwHT8NQFHBQHPBMSHyDUtmQsZNm6j0m2K\\/GFvWu8QgbnFI4pE7Fna4p+MHys84jyREWU+g5q9Tttbn32TgpC9EwQodJdo\\/DShWpYANhBkW616RwHDtfo0MG6ouNgWhvq+B2xrSImJUFVg4zzCA3MSOmpJUdFQ7rGRkX3cUvREUZ28kU214d5HpN+qvmexKsZyYoWG\\/9YAtnEsY4K2Db7rPEXELMZoxvVI1ffLsEgsAOCT07pb3Xq2kz+6hxcdLCH0ELJkNXkaaOx6JbOYhepamS9G4r7qgZESvMA\\/hMq6gNoXiBUZ2PZ+MGPxqxHj4d+59ITND\\/Nkhk9Ie7bAmw2hyogBv+LlmHxYJpCQIvzHhq1aGBrn8Shv8XUsg4vF4+UPs6Flza1x1tfGxVSZGB2E1yz+FijAc4A3Ww4YBaeNoOUpbaczwdyrBQsYmvwLeV8uavK\\/VglNdIBHokJ9wSnf4gI6Gc07jyPx9hHIbuEIuDC0sy3I7MhrBsBIbu5Y6wHgQGGGUVN\\/AGoW3i7+JEPqB3rMHBse6ph27N\\/YZBfzvscI6GGBidzwM3tuRmhD8hVVoJTRoQiQsVZ2rZ6ULKorUg\\/DkEPzBNkjPOR7RJGtZXewQQ+V9LF4eKA3+MUgy3TE17uEMqeiq1xan5x1PhvMS\\/nGubO9KlxNZQILA9jTCXXRzgHwYlS9U1qFwFpBR9qewguXSO3mEamlPI6MOZhVYWkEZX4fqz8uSSjMwRlqc3WRYgD90HA04TC3rtw03WKWzfa6RYWfTW1PZH1R\\/F+0Sxc7f+RLb9+5KuUeywwlrGm9w38tM1aXo+EshjEHjecSKtzbebqm7bhFziHPjk0J14TqrZBxLDXGqlft\\/FWtjO2todRmBEdtsKh8ZM9Jqq8s2EpPkicdYAZ19MY8GVWtmAPivL36RJiVCW8KdQiD6cKSjPM7US+67yoYfMSXhZlI29yt8cTa1aQNxVzNtxKvQ6XmUx437xMl1e+UGSggq5iYWPuA8UovM6WCA\\/VH0hGP5QKoi8VzVSNqD+XYgubRF0sYkGT0qHNdJ5thObd1PK10IgODmDbEwz9K\\/E0Y8tSGkydmMNLkl3xl1nqe0Kkv0ye\\/f+s6Ws2XoJHqxr8Q8iW9D2ZsyNxu9c4GtpTejxy\\/sWx5ULn51itrTqU\\/qt8mqoDVwLzITPjhqaP3Nwf9otfEhfekE+6\\/joEReKzKCijaUU32XVM\\/fm+YQ\",\"FlightNumber\":\"6E-968\",\"SegFlightNumberArr\":\"6E-968\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-11 18:35\",\"ToUTCTime\":\"2023-12-11 21:00\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"FlightDuration\":\"2h 25m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":0,\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"f9b42-2bcbb-0c703-f13cb\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":4076,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3050,\"Tax\":1026,\"intPublishedFare\":4076,\"OfferedFareAgent\":4076,\"PublishedFare\":4076,\"CostToAgent\":4076,\"PublishedFareAgent\":4776,\"CostToAgentCustomer\":4776,\"PublishedFarePerPax\":4076,\"OfferedFare\":4076,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"5185820541580964809\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FDDFARE\",\"GSTMandatory\":false,\"fareIdentifier\":\"AUTO FIXED FARE\",\"SeatAvailable\":null,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3050,\"Tax\":1026,\"OfferedFare\":4076,\"PublishedFare\":4076,\"CostToAgent\":4076,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1026,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4776,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":4076,\"CostToCustomer\":4076,\"CostToAgentCustomer\":4776,\"TotalEarning\":0,\"CostToCompany\":4076,\"CostToAgent\":4076,\"AgentB2CEarning\":700,\"intOfferedFare\":4076,\"intPublishFare\":4076,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Lal Bahadur Shastri Arpt (VNS), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11 21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11 18:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":0,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8VniyM9sfXNNp45VNIDHMo9D6VEnvRnE3eW7Wq+6vEY9fo1HxmWVw30tQB0Sab8zZis9MwXgHg5yAN7+ZGMrfgNTfm219ndSQeyhmOpQp15+\\/AADwfH8ysd9o9pzVdcW40kOaKbtwWvlVie3PeBcESXlMDu8X2OnVeODzqJVNHhVpFYell21rcdNbTDZjMK0yRihSA15cckShowx6nH8b+2tZdSl\\/IaW8DYSDrC+eA3v+AsXTrJYl0nk84dTjBhLEY9FTRaM4UhN10Icb7cKABIDZeW6MGjLOt1mwWG9gddQI4AzMJHVgXEa6Yn\\/5crVjp83WrQYqzQymH0ea8m4JcquqTRV80qgmCmTRsyPT7mvAVJYvp6tTHVsQxnKEJUYuC16jMApreYwrWhHZmgroitS0P78Wy7ZZvyXmXptPcaFuA9LDaMGWfuroRnki72tQDqQJre498BowKKsXNJDzNGQop7Lk0aPs36+AycIcvUCUkPyf0gIUJ8qjYLm0dEE0WwAcz7o57kumqfjWsIcq9jkztKoDkfIX+4gcLCvpayosTncKFtKBlhPo6S9VbpMAvywUYgBuC4ExBFc+ajP1PfJf07Ue2js91H5VCBly7rajhm2dbubHMSMIj\\/VmtgiVpjU+PUjBwXRALX+8pZPOqaiwyIPLJWPZwNVcZnUqWhar8N\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"TravelDate\":\"2023-12-11\"}],\"apiTraceId\":\"G35514455292201850875\",\"SearchTraceId\":\"f9b42-2bcbb-0c703-f13cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f9b42-2bcbb-0c703-f13cb\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-09 17:10:54\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"103.98.78.192\",\"Request_Id\":\"f9b42-2bcbb-0c703-f13cb\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8VniyM9sfXNNp45VNIDHMo9D6VEnvRnE3eW7Wq+6vEY9fo1HxmWVw30tQB0Sab8zZis9MwXgHg5yAN7+ZGMrfgNTfm219ndSQeyhmOpQp15+\\/AADwfH8ysd9o9pzVdcW40kOaKbtwWvlVie3PeBcESXlMDu8X2OnVeODzqJVNHhVpFYell21rcdNbTDZjMK0yRihSA15cckShowx6nH8b+2tZdSl\\/IaW8DYSDrC+eA3v+AsXTrJYl0nk84dTjBhLEY9FTRaM4UhN10Icb7cKABIDZeW6MGjLOt1mwWG9gddQI4AzMJHVgXEa6Yn\\/5crVjp83WrQYqzQymH0ea8m4JcquqTRV80qgmCmTRsyPT7mvAVJYvp6tTHVsQxnKEJUYuC16jMApreYwrWhHZmgroitS0P78Wy7ZZvyXmXptPcaFuA9LDaMGWfuroRnki72tQDqQJre498BowKKsXNJDzNGQop7Lk0aPs36+AycIcvUCUkPyf0gIUJ8qjYLm0dEE0WwAcz7o57kumqfjWsIcq9jkztKoDkfIX+4gcLCvpayosTncKFtKBlhPo6S9VbpMAvywUYgBuC4ExBFc+ajP1PfJf07Ue2js91H5VCBly7rajhm2dbubHMSMIj\\/VmtgiVpjU+PUjBwXRALX+8pZPOqaiwyIPLJWPZwNVcZnUqWhar8N\",\"AirRepriceRequests\":[{\"Flight_Key\":\"8bubUHrk7iXYy9J23ifcu\\/7OIawXCZXRjnihB6\\/YIgeaIERKsTqspoCwIOzZ6Ln\\/es8EemTNXCZ3Hw4+jNxhNaKoFCSXky2xb\\/KL\\/z8VWc+08wvg+Wf7faMPKQY9Ln7JYcEftZPLI3NMEenqsUBWSd\\/w\\/vV0AfQXCABUZQDXA29X0Z5DXp9GRo97oswE7QMZJIee71kD9wsd+ijqP7zerrdgQ8UR\\/xSMEWHOu86B5q1dc5EcNEGCPhBxw2wNz36gb9HCCTMGDAT\\/ZfT8TEg4FACvg1wn\\/t22dKVJxGgawfSfZTIB2i5LoaChKgUtTw48gVSXLKpYL+shykHIq2bQhcf3oH0NtCrZDPJcwl3W7cB2Y2HAnEeiIqMQnrdezJ7ZXwS3\\/EAIOsdxQp2lXNO70RV+UiIq9t+38kkiH3uXdSOpdEBjfMtq9mKtapEbFMWxEufbmFSeMLOiI8NBrGHONju4ouQHPz6w0JhxycuTBgdNk6qfVfp7YreduG2RT5SHNETCKwyzyKJyzP3NIv48JexQut1FhWq687uO3oXa8g0qWM50IDQLSgxZXGiz3S8juFqF118ikW+DdBcZ3Q0l5uuNlgUAAsr+oRKP1Y\\/r0baIlDk7S2FV5edlT1MswD8\\/Tnafv7cHzFci1DsiCij4nVA0XLD7JyoKy0h2p1bIaed8X3OfbmhJn++v4SzSEjdZuJAjLaYF4kd16RBJCF8DIs4ThryihV0aKwKMapVJenEZ+JHMPgAJWCbbA43iVXNe1m3CC6MIeqYYhyzY5PBB2k9j8JXpiwUfriIKaegCD+t+SK0yazVlFePBA2iRSnSYKsD903Xzzc\\/zqfxwh4pKx0SnfjIy+p\\/adPyCOu0ufRv4DSkrwj2zZmlzosWBflAqwqckzRdewYeUTovUERtIvBx1Xs9WklKbfLm5KXj2Nbq7u3gmS6QxlcLo22n3F+wNAd+3revL7lwuMV\\/+bClWVZknbum6veartlCUc4FTQfZyGW5y9VOB8GS8mR3qiVmYo+sMm4jVFwau6wUkBehQOF0C+baf9OL2b0nqOXgIAl4AQyX1xPmRdqMC5qJiqO9SBM5G\\/RtdC20VisLMv07uVKIK+EjBHTCAkJw\\/37LlYlZobm9MeXSKz3M6a\\/yPXL1\\/+Z4s7kcq5KwKZiyRQZwi264ioMvb+ORIQ3EiMvu7Ftljw7Zz7g1MxJCDdfdmBWcn6I7ddYz+dIYYzXLFGj2B25b85vyQ69SHpgMFJeqXS8t8FHKCrj5Yz817EsIti+98erR9oEq\\/aZPRSVPW5oOlAUDieQrwyoWtpnUgA1nCkgMJBos8GoK\\/NTGI2otiwJFE+Z4WECs7sTiArHlTSoc1hqF6LCF6FxZGdspmmuG9AWhEFMFBRJzf\\/NLAPM6Hk\\/8\\/CfXXC4m7lAD\\/z4dIpHFClh5ivE3XBcMvS9WjR9Lu437FMEyWxpnufDOXpSdXf6XmWoioBoble088K5wUAZORZpr0HkIZq+kpV6JKa3EEBT\\/HlgvSAWw18OseAlkYqJY6zy6QF0TXnWpj4\\/1GK0nFTkp\\/qWUsoZ0Ub7K+ESu5g9tQCf8cEVNRy2KN7gNMffhSVz8rQTPrMO2KNDhdFmcfrF\\/sn6FAC\\/BvDJPdEqNOLjvi8\\/kF5yCNZi0z0iN+YO+yYWYcgVpg7mRRBIxoXwlY2yWgSN+\\/TJIXhy8YwpdjHw+7tTYj4SGeLzoqd8xH0IOyxLALrc\\/\\/4Kq1TPNTZwo1plsZw\\/v38EIhcBImx\\/DFzsIrbi539dcoEEyG1G9agJ2gxU3fuaSfxomsS1Wc42DW2Z2XoKC6HdF0JYeajD11154mgPvdYabxOZ7UagbfTIx9P1awZ7SI9ARkA0YTgrLgBpSYiNYZ\\/RwpB1V37yswRx9QtzBHD6py2nM1YFzh4ZGyi\\/QU85\\/3wmHYEDOWON8OVkzp84oeXXjZ1RuFh3C\\/U\\/NaRXae5WL+9wIe1MV7B5E8ioNVMVI1C\\/SGkaTeVbgNhU3R1f7fWbF7iOfizzycJ5JRLFIvRKDpwpg7RG\\/PSX0kRuGAlK40uq1Ak1kZNoLhssL3lHkNd\\/7kn9vI7n9lkvBC7fkvFfo2ykriPMSmbXgj99hyVuyUYoFei1eaosdaIXJ+NoFs0YokgV2VAzQNl1qSCU0dGYyrxpw0Vxz5QRv3PrttgPG7ifloZhPhh03QHu2gb1TsDVY452OiMfR3sRCAFg6hDJzcnoXByTch\\/HNA+2IAzAcw8IUHw\\/sxGM8NdEccuEqC7ABKSaqMoOy3EePPNTrMjHMflNu9+K3q+6cDbXxnoqYCvTh8uyhNL4bzAGlLy23Z1HIeuu7rP+8zXUxV7SYXIVYKyyzUx8DGAn+6Tu6pDlvSU4lywzBKmcbmgCqVrMU4GQkeSkfR1BHtjaNl6oPlfFGL\\/9vrIteqsz2ADJU\\/4K3CPomDfFStRKfOQeH0KHR5LgtY0Ihdw6fI6u2q1wGZVarvVA3LUHPvi\\/uWzNOhjThXfCmueGcwaW3xy5LZEXmrUycQH4Lq+xXzIXQ6CuiAaZHhg\\/Z19x\\/9lCpS4yiZFEQsuwh+8oSV2laJkZJNnEdQcpR1rbnLybLxMRMC2tjDVaRVrgNd0Ro1c7IFqy0p5iJX7D1qg7voKodiimf4qzXVsSUGN1r6fpddpxEjKIR5H1vxV1NeMpgfJYCFBb4Gl\\/rh9bY4\\/u+53ZUznNXBKs\\/h1OB2+yGsFIMiDRaHk9akqddGW0Y6GpZQn8w3REzpujcYwqOLeguSDM\\/Fs0JLJlNz0FpLdzOHHmQAL5HklTT620cwnuZzhFmsfdGdQBEQEorWDhmhUmXh+KL8\\/cwrRfiZAZYX7bM+GkyXDZwKBQgUcc2vA\\/qNllv1k7rIqnGHKiUGuFoRA0dPof4zbvWVbYBJ3LKF5GnPA5YSpd3BkuwCfRHIsda3yetRz8sgiCiP2SinALzSw+Qfy8Fd2JADaVn66Dvho31LHHTaNgr\\/gYWhbC7jnRaLC08ugZmtKSBcuQAH5nKGxetFvZ8ArVsAD7yVFJkOywPlxiY+oEHZ\\/FrW9vHNujxDPBxemAa32jsbQqQLDf5VpKavXhXrZ1NCbHFhOEfwZ84w85ejMpIwW4Uijbl3WKN5LVrOgicroCJoWmmdJ7cKEIMCP18wiOz0jXiC0+9ZiaCQKCD54bXM5TBIFgBmPRKw55p5d0KNiWsIvwVJ1qbw06lWZnvsSs08S4lUyd\\/d7zlOAS5wviWWYv2RlKCm95jEqwVvx7coSVcxaxTIXeXzU8Z+jEDBUkZbKkcekOvsq3cwS3EfXI0Nj2cdYYuyg4oDD+gvWqNR5n7Ba7o345GlS7hSaqsrVqgksT4YBesOEuWGBjVbj4e93riOZuql6z6SGZxxsDWqCRLqBiDbfIIoG9jZ4saD3g6FhREh+mAK\\/fQsV8AxRjsYK\\/ScOdE\\/cUxAZMdyaSRysKiyDZh77zqh+1lKbdJha5ZEZiKoFLaLSMQUy1JjgOocfcHBk4r26dnBImxs9Ak2U3CwnpdNW4XaPiN7LnYq2q+6+Pp70voY7Nx2DRnTBNMWkqz1CoovnOvdHmq48BD+sAz91wi0z6tMDlN8G4xKB+plrqxLymoU7HwlRmbuqg6AVPWoEhO53JBoy\\/HHf0BCOITvaQStwZmxsLhMwEWOA4kMslX+P4K45MAe2132uHWZvw2XonOQ4oZv49nm8aG8iNKbsKoeZQZN3Lz\\/IsmcpIJRRrWXu0GyFzetzQXsafLBCvGt2zlimCblqjvMbzHOcgGktnNCJyz6WTNrzrJx5FxRRDYELfoYP+ul0RibI727fT3ErGY11DjjwwxBGUPJhOHTx78ZvDm8n8EtJlYN6SutA7LYSddal9MoYo3LUaT9wNiBF8ATMohrAMPGfjb9eCYuzqxiYHBns4HL61GEfUaUNDETRw5NUykdHffZCIpe2I5bBkV0a8LcVf7jQuo9O3+rE95Ki2AZ6CSsk\\/SYV9oE69yGWvsKMzHGVKmj2orFRlmf4fLN3sGYyvZDbXS23OUKOJxac9nTPEGKi8bX2JM6xGbi7j3UDhrWqZnd+NiSAdthC+qbWfw5bw1VuuQycLjhmM0UeDl5p6MVBkgWz\\/AV1ovJpMi0KtvJLXSIVzpIKTZjQOMHZ7Y0b7+f0MWNnFQ4tgjzT5wMkOREv6PWeWH2b2EX6nGNZxc4zEKKQkUnZWIyjgoi3tDElNfa35vkwUS6zsMPhlrFskWY7eqhbMax4aMRXnBdtpDDkTbwsGNddw69b0ZhUi1HmV2\\/1ltOexnSVyr9W8zlhvuTpjtG0Bu6FTaBz0khossidj2tHo402nQ7vqAKTujMpDUsBlcbZLz0Y\\/B93hMmfr9Uwlt7uD4Q\\/oFJTBwJe0QGTPTHI8VMa6+a360ivsTwBvtrc1CiP4toGea24yKZZXKsqrw9dhnZQhlwb7xNWOJ0M\\/006\\/CmMjaUgm5yJB7\\/Z9obP4xhdx3Cc1\\/CcBN5IG4monhKTvwRNKqE4QCKr6tdiL4\\/XBj0iCjQTWqlXnC4ELgLVyUQMMAiSY\\/tTHn3pxwG3og2F3+mnoUmZA11rWpMXId9JbF27g5cCaisJuwrHjRkAvvjuxljjyc5iiVVpToYNp+nBt1WZDPB6Kb7A1MxWYO1L8xIA\\/lFaqrto27wkZ2UU7\\/qgEo46K5iio+PldUkE9u0jgSNUtKa5UHebxuJc\\/FNYBwSLdBtXYmzxB7MUB+fZbobIIjmPADt411wPf\\/oFGmZB194WEjSfYKxwtRO2lH8Xhh1BwbwJ7vH8LvP9VAvJMMMhEo7sgD6IxW4aDpfwaVoRmhPc2327qjfQdWfDGxpRu\\/DQ9E3h9Iv63\\/vhC1zmMtUf1oguZ\\/xfidcaXczk+f+MVXzhbULJNyHbt0WQ4SyTW36nByXkQI8+rl7b9iM1+fv1MFH6a694JNW3zw1njzX0xFtWnvw68SnkUkBqczKVQXb8kkFpjVM7DLrcDYIozn9f4m690Ww1Pd6jGcHCRTMXOBPC5UXbS5ltpJ7ZPdHWLuLczbUl1e3VuQFwwjA1MyUHWsCpJjtdo3iEErJdUvJ00TcYngLpY8JSuptXIJXsMtdGfrRG7PPsSMLBqOwNXUxu+poMIry5jvAiLOkvt4VkXt7BzIDJiLnPVzscPE\\/EGtVU\\/xgd+7T6Htye4Wx2z8ZeEs0ld7s5+4fFTijwEl1zxJyPE6TP3+zrgoON\\/LzUmjrbjMS0Sq62N1X2W39cbRjfj+g1\\/Fx\\/lozqjieq7FEkVaXkBIrVX7d6wkgiuyVAUPZLD5PA6ZFdkICG+tWdxzUcKVtZxmLm2dtO1TqDwdjzGVjVC6z0f\\/gos\\/iC8As1WTFKwhk11MNBP2HytBYkGldNHx+SqTcpbgc9bd\\/lKd2t9ZU7zbQFYrL6TUcXPi+FdtK7tFo+YqpyFfMLgoFWh5JAtC9cbzqtHThZMriwxxfmvWQ8b1cOhhFL13ZqMlLtRtEJXIra\\/Zj+UcxDNFGOsqssRlOFRc+XgCpm+ESS5Ps9yVMuU7xL8B7DBX0NB\\/YK\\/GHteJcWcVjby7MR19grdMlLVsooIHbCasuagTXh9+HVLzXKbrf5CoX70fujcE4nnpbbjH2C0dPsYu0lyf1Aqt\\/URhM5vtm48JauonycYLmDgew5jkmItx3gVHFxxUskzK+nPCWu4XCW18dSetcCtPYUr4uYXcaoOxWUk2WPoqloeuxNqsjgK5bGRNE1b\\/+71obp6l6uHgi8AlbhyIxaoawP\\/6qYv+YIcu3kKn9SrF3dKZfaUGp+LLwMOUgPEcPmK2tzMMS5SvGd23luy68jRN\\/fpRsQVG9OmDTy3mheXiQt7XK2TC8wDChPAy798oGNqzf2\\/lNm2QRJVLX3QkYrzV5c+C+H728DWZkpDOjZPToI+D+jhHV9sxsrrsYXXiKT1YUMasPAjkiHNwYK0vvaaZgMV+9COjV8t5\\/DndGgF0QMSOir9cXmhBUmw8U\\/UL5gPGreDy75JX\\/tgAzZbds04o1eB537xMohbsUprJCYv67Pw9pT3gOI64GSUgw5SZWJlG+rpRPzy0Pvcu8FIT7KOEDcPATZr7aIfUJXnK4vlrogW4ZgTEuUKWha234zYRFVh1w3ddW47ddkIJYLL57nWDjE+N+pIIZ6tbRAVuQDzE619Xj40lVbUwKCMzQalZEjSM2R8tC1EHXCNZSS7PX+Zx6GAmtOm9J+67FpgV+BBXwSiWPkh1ege\\/C\\/b5Z1sKyZBqoV8tVBkWAJF2nPRlFApi5JfibKu5E\\/\\/DEjrI1HkWJ1I0KpqQNk4sGXgzd9htgSuGL5+4M\\/UtZMSOsNGgCHItqRt0pJ00zqELRjFYnqczDhfk0hHfCPfHCkBqaGZXwcmGg2yhAoh1pTwQSx1jAsfaGii1ezxZDlxDSKoWBIPafOlXlTHSKpL0n0zis4nWbwaP2tTDuZA26Reyhfv00mGSceUKcEfmrXtqIkyHaT98SHfTo0VhIYlevJOdc1C4EjMYnR9Mdauifi92jKA4buwj5D6X+VOvlgx9bvjYrJFEm\\/OixTKIvapCr7Yf07VV+L\\/pyURCCn9248I788DdHbwnAvRol1Kf5Qy9JIeQ8Yko8vS7B5HbJOk+sM0slDENzOphY4Je\\/oq4QDgZxm8ktTb66Yhnhe5NQBKvTTOxbT7GW6HO2ngX6fsVDviVvJQ6X0TkM2cIdKVtmljI3vb8XR+p228mreoO+u0Jn80JkLRaIFKOkz7l2PU8ecNSFdKSP8Wb9OrsKZAEZFLrSAj2tkzSvWAdYqA3HgiOr82sICGvVZEPU+IZRev9IMP6TMOVHa25bhijxBg\\/g3KJXCib7uZz+cGbzlTTvaOawgrpc59LuAceGxrhaoNqUxaxoo98zmLlxNr0PooCCrOmRLS6zlkPzWNckGsRis1jXRqcUtCx74ZMyKwbb2HfRBZMsJlOk5ofMGmAsTG8x9rgYg6AsVuZLe4QJNzY+hRv6+ZjSGOw29qYmdr\\/9VrRxjjFLMP74+zoutUyXN4anhg3GvAY5680qPWYkMIoKMdcz+j2uQ+QuhNs1Dae+kiS12uoHy\\/Ezyr6awvVU7u5B+BWh2WmwDQ4cfmIhgdeOSKGdszTI4eORLiKwX5QvFn4Af+TzFTft5OnQobbz1GSBtIBB+zL2qahknoTgqyoKDhqGkKkNi4ui\\/qAxtWGhm58OkufMY3KR68afWAThmbfTd\\/2SePcad68BeRg8WmjN6bptjdV6\\/rDaSUIcvPGPQt7lZW82khThzC78shw+aKl29Gss33Id87Hntcq02b+ckrOOM3qr3gfjZ7FJ8Cfpq3SfJiR\\/NZKIrCrWJSF7H+Tb8Kz6gdD\\/8nqMjowWYk+x0OG2gqa86BagpMY0P50EgmIJSNRcJZJmwkLL1YAA7ma2WPbTXB+u60Qcr4Xe6OtXo1RX7pVxGj0hDxtNDzH2PicgsJl5Hj16mh1beDLbb87nXTiF3bWlpbxrwAWxwykp0a8OOPgd6U7UlZ+oN6nXSwZpnmmAz7ODCaZY7hHaGmuE76pTltnxvzZ9P\\/Q\\/LFnZLz81ONWGRwia1A6tdts+VX+iiK1YDaCch0IZJnd+TY4em4TZIjxYx0lkYZw3BXj3Xr+RCyX8rV9OxIYlBC2XGiojyM++wNC04uzNiHheByre\\/eVEjvhC0ALWsGBDsHeW6JKOYiDzCq3sm7KnOO8zXGtIzEviT9s5k5h+UsiOi7tn0ZAKrjpxocpLMr0BK9SrxVHZZ4FLJt6YEsirUvVls+NQmK71xmt2zzFMSlfofyZYHQm4HrbCgcdW9W9JO8Z+rhdRWGsRm+rhDwlUQJrU5BgT6df17UcVDiGjF5klagLnXJQd8ydHqr8QUj0TFsY4Zdh0UcuvAA4a2hDcs1WYDSerC7Jx23iTM+Yrc6GziSuHJNWDfSPT85P538eYvocu12n5ab0t8tE0DBR+sEfToV+kX36iUqIdESoJs3DcoUtPIkudyo+JV3S31pMGzwGiUB9cAOeHVFsSdcc4cMTVqSaCQr8SwkuqlRbgkwvJ+bj6DdC1aMjvYzkt3cqqAJ1\\/fQs0\\/WV\\/IXY9iUD021zfskoefOh7H14T+k6X74k9QaJUponw5QlfbhvUnR9GYx+HzEi6AhVEG178MsckG9GSwZ7uSuEOHvlXkkSJDmeLcV2IV7+JEjr9mTSXx+tNivrT18npqYq+MvAmcJ2Q\\/O2Mt2tmQ65TNOoh96bMBKhsm4L9oVLItOUgv+dKzXkm+\\/QeAejdaCMx2mq8Qlz7fLkWKkeFHV5QGLVeyr4=\",\"Fare_Id\":\"G35514455292201850875\"}],\"Customer_Mobile\":\"9022903904\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"103.98.78.192\",\"Request_Id\":\"f9b42-2bcbb-0c703-f13cb\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8VniyM9sfXNNp45VNIDHMo9D6VEnvRnE3eW7Wq+6vEY9fo1HxmWVw30tQB0Sab8zZis9MwXgHg5yAN7+ZGMrfgNTfm219ndSQeyhmOpQp15+\\/AADwfH8ysd9o9pzVdcW40kOaKbtwWvlVie3PeBcESXlMDu8X2OnVeODzqJVNHhVpFYell21rcdNbTDZjMK0yRihSA15cckShowx6nH8b+2tZdSl\\/IaW8DYSDrC+eA3v+AsXTrJYl0nk84dTjBhLEY9FTRaM4UhN10Icb7cKABIDZeW6MGjLOt1mwWG9gddQI4AzMJHVgXEa6Yn\\/5crVjp83WrQYqzQymH0ea8m4JcquqTRV80qgmCmTRsyPT7mvAVJYvp6tTHVsQxnKEJUYuC16jMApreYwrWhHZmgroitS0P78Wy7ZZvyXmXptPcaFuA9LDaMGWfuroRnki72tQDqQJre498BowKKsXNJDzNGQop7Lk0aPs36+AycIcvUCUkPyf0gIUJ8qjYLm0dEE0WwAcz7o57kumqfjWsIcq9jkztKoDkfIX+4gcLCvpayosTncKFtKBlhPo6S9VbpMAvywUYgBuC4ExBFc+ajP1PfJf07Ue2js91H5VCBly7rajhm2dbubHMSMIj\\/VmtgiVpjU+PUjBwXRALX+8pZPOqaiwyIPLJWPZwNVcZnUqWhar8N\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"8bubUHrk7iXYy9J23ifcu\\/7OIawXCZXRjnihB6\\/YIgeaIERKsTqspoCwIOzZ6Ln\\/es8EemTNXCZ3Hw4+jNxhNaKoFCSXky2xb\\/KL\\/z8VWc+08wvg+Wf7faMPKQY9Ln7JYcEftZPLI3NMEenqsUBWSd\\/w\\/vV0AfQXCABUZQDXA29X0Z5DXp9GRo97oswE7QMZJIee71kD9wsd+ijqP7zerrdgQ8UR\\/xSMEWHOu86B5q1dc5EcNEGCPhBxw2wNz36gb9HCCTMGDAT\\/ZfT8TEg4FACvg1wn\\/t22dKVJxGgawfSfZTIB2i5LoaChKgUtTw48gVSXLKpYL+shykHIq2bQhcf3oH0NtCrZDPJcwl3W7cB2Y2HAnEeiIqMQnrdezJ7ZXwS3\\/EAIOsdxQp2lXNO70RV+UiIq9t+38kkiH3uXdSOpdEBjfMtq9mKtapEbFMWxEufbmFSeMLOiI8NBrGHONju4ouQHPz6w0JhxycuTBgdNk6qfVfp7YreduG2RT5SHNETCKwyzyKJyzP3NIv48JexQut1FhWq687uO3oXa8g0qWM50IDQLSgxZXGiz3S8juFqF118ikW+DdBcZ3Q0l5uuNlgUAAsr+oRKP1Y\\/r0baIlDk7S2FV5edlT1MswD8\\/Tnafv7cHzFci1DsiCij4nVA0XLD7JyoKy0h2p1bIaed8X3OfbmhJn++v4SzSEjdZuJAjLaYF4kd16RBJCF8DIs4ThryihV0aKwKMapVJenEZ+JHMPgAJWCbbA43iVXNe1m3CC6MIeqYYhyzY5PBB2k9j8JXpiwUfriIKaegCD+t+SK0yazVlFePBA2iRSnSYKsD903Xzzc\\/zqfxwh4pKx0SnfjIy+p\\/adPyCOu0ufRv4DSkrwj2zZmlzosWBflAqwqckzRdewYeUTovUERtIvBx1Xs9WklKbfLm5KXj2Nbq7u3gmS6QxlcLo22n3F+wNAd+3revL7lwuMV\\/+bClWVZknbum6veartlCUc4FTQfZyGW5y9VOB8GS8mR3qiVmYo+sMm4jVFwau6wUkBehQOF0C+baf9OL2b0nqOXgIAl4AQyX1xPmRdqMC5qJiqO9SBM5G\\/RtdC20VisLMv07uVKIK+EjBHTCAkJw\\/37LlYlZobm9MeXSKz3M6a\\/yPXL1\\/+Z4s7kcq5KwKZiyRQZwi264ioMvb+ORIQ3EiMvu7Ftljw7Zz7g1MxJCDdfdmBWcn6I7ddYz+dIYYzXLFGj2B25b85vyQ69SHpgMFJeqXS8t8FHKCrj5Yz817EsIti+98erR9oEq\\/aZPRSVPW5oOlAUDieQrwyoWtpnUgA1nCkgMJBos8GoK\\/NTGI2otiwJFE+Z4WECs7sTiArHlTSoc1hqF6LCF6FxZGdspmmuG9AWhEFMFBRJzf\\/NLAPM6Hk\\/8\\/CfXXC4m7lAD\\/z4dIpHFClh5ivE3XBcMvS9WjR9Lu437FMEyWxpnufDOXpSdXf6XmWoioBoble088K5wUAZORZpr0HkIZq+kpV6JKa3EEBT\\/HlgvSAWw18OseAlkYqJY6zy6QF0TXnWpj4\\/1GK0nFTkp\\/qWUsoZ0Ub7K+ESu5g9tQCf8cEVNRy2KN7gNMffhSVz8rQTPrMO2KNDhdFmcfrF\\/sn6FAC\\/BvDJPdEqNOLjvi8\\/kF5yCNZi0z0iN+YO+yYWYcgVpg7mRRBIxoXwlY2yWgSN+\\/TJIXhy8YwpdjHw+7tTYj4SGeLzoqd8xH0IOyxLALrc\\/\\/4Kq1TPNTZwo1plsZw\\/v38EIhcBImx\\/DFzsIrbi539dcoEEyG1G9agJ2gxU3fuaSfxomsS1Wc42DW2Z2XoKC6HdF0JYeajD11154mgPvdYabxOZ7UagbfTIx9P1awZ7SI9ARkA0YTgrLgBpSYiNYZ\\/RwpB1V37yswRx9QtzBHD6py2nM1YFzh4ZGyi\\/QU85\\/3wmHYEDOWON8OVkzp84oeXXjZ1RuFh3C\\/U\\/NaRXae5WL+9wIe1MV7B5E8ioNVMVI1C\\/SGkaTeVbgNhU3R1f7fWbF7iOfizzycJ5JRLFIvRKDpwpg7RG\\/PSX0kRuGAlK40uq1Ak1kZNoLhssL3lHkNd\\/7kn9vI7n9lkvBC7fkvFfo2ykriPMSmbXgj99hyVuyUYoFei1eaosdaIXJ+NoFs0YokgV2VAzQNl1qSCU0dGYyrxpw0Vxz5QRv3PrttgPG7ifloZhPhh03QHu2gb1TsDVY452OiMfR3sRCAFg6hDJzcnoXByTch\\/HNA+2IAzAcw8IUHw\\/sxGM8NdEccuEqC7ABKSaqMoOy3EePPNTrMjHMflNu9+K3q+6cDbXxnoqYCvTh8uyhNL4bzAGlLy23Z1HIeuu7rP+8zXUxV7SYXIVYKyyzUx8DGAn+6Tu6pDlvSU4lywzBKmcbmgCqVrMU4GQkeSkfR1BHtjaNl6oPlfFGL\\/9vrIteqsz2ADJU\\/4K3CPomDfFStRKfOQeH0KHR5LgtY0Ihdw6fI6u2q1wGZVarvVA3LUHPvi\\/uWzNOhjThXfCmueGcwaW3xy5LZEXmrUycQH4Lq+xXzIXQ6CuiAaZHhg\\/Z19x\\/9lCpS4yiZFEQsuwh+8oSV2laJkZJNnEdQcpR1rbnLybLxMRMC2tjDVaRVrgNd0Ro1c7IFqy0p5iJX7D1qg7voKodiimf4qzXVsSUGN1r6fpddpxEjKIR5H1vxV1NeMpgfJYCFBb4Gl\\/rh9bY4\\/u+53ZUznNXBKs\\/h1OB2+yGsFIMiDRaHk9akqddGW0Y6GpZQn8w3REzpujcYwqOLeguSDM\\/Fs0JLJlNz0FpLdzOHHmQAL5HklTT620cwnuZzhFmsfdGdQBEQEorWDhmhUmXh+KL8\\/cwrRfiZAZYX7bM+GkyXDZwKBQgUcc2vA\\/qNllv1k7rIqnGHKiUGuFoRA0dPof4zbvWVbYBJ3LKF5GnPA5YSpd3BkuwCfRHIsda3yetRz8sgiCiP2SinALzSw+Qfy8Fd2JADaVn66Dvho31LHHTaNgr\\/gYWhbC7jnRaLC08ugZmtKSBcuQAH5nKGxetFvZ8ArVsAD7yVFJkOywPlxiY+oEHZ\\/FrW9vHNujxDPBxemAa32jsbQqQLDf5VpKavXhXrZ1NCbHFhOEfwZ84w85ejMpIwW4Uijbl3WKN5LVrOgicroCJoWmmdJ7cKEIMCP18wiOz0jXiC0+9ZiaCQKCD54bXM5TBIFgBmPRKw55p5d0KNiWsIvwVJ1qbw06lWZnvsSs08S4lUyd\\/d7zlOAS5wviWWYv2RlKCm95jEqwVvx7coSVcxaxTIXeXzU8Z+jEDBUkZbKkcekOvsq3cwS3EfXI0Nj2cdYYuyg4oDD+gvWqNR5n7Ba7o345GlS7hSaqsrVqgksT4YBesOEuWGBjVbj4e93riOZuql6z6SGZxxsDWqCRLqBiDbfIIoG9jZ4saD3g6FhREh+mAK\\/fQsV8AxRjsYK\\/ScOdE\\/cUxAZMdyaSRysKiyDZh77zqh+1lKbdJha5ZEZiKoFLaLSMQUy1JjgOocfcHBk4r26dnBImxs9Ak2U3CwnpdNW4XaPiN7LnYq2q+6+Pp70voY7Nx2DRnTBNMWkqz1CoovnOvdHmq48BD+sAz91wi0z6tMDlN8G4xKB+plrqxLymoU7HwlRmbuqg6AVPWoEhO53JBoy\\/HHf0BCOITvaQStwZmxsLhMwEWOA4kMslX+P4K45MAe2132uHWZvw2XonOQ4oZv49nm8aG8iNKbsKoeZQZN3Lz\\/IsmcpIJRRrWXu0GyFzetzQXsafLBCvGt2zlimCblqjvMbzHOcgGktnNCJyz6WTNrzrJx5FxRRDYELfoYP+ul0RibI727fT3ErGY11DjjwwxBGUPJhOHTx78ZvDm8n8EtJlYN6SutA7LYSddal9MoYo3LUaT9wNiBF8ATMohrAMPGfjb9eCYuzqxiYHBns4HL61GEfUaUNDETRw5NUykdHffZCIpe2I5bBkV0a8LcVf7jQuo9O3+rE95Ki2AZ6CSsk\\/SYV9oE69yGWvsKMzHGVKmj2orFRlmf4fLN3sGYyvZDbXS23OUKOJxac9nTPEGKi8bX2JM6xGbi7j3UDhrWqZnd+NiSAdthC+qbWfw5bw1VuuQycLjhmM0UeDl5p6MVBkgWz\\/AV1ovJpMi0KtvJLXSIVzpIKTZjQOMHZ7Y0b7+f0MWNnFQ4tgjzT5wMkOREv6PWeWH2b2EX6nGNZxc4zEKKQkUnZWIyjgoi3tDElNfa35vkwUS6zsMPhlrFskWY7eqhbMax4aMRXnBdtpDDkTbwsGNddw69b0ZhUi1HmV2\\/1ltOexnSVyr9W8zlhvuTpjtG0Bu6FTaBz0khossidj2tHo402nQ7vqAKTujMpDUsBlcbZLz0Y\\/B93hMmfr9Uwlt7uD4Q\\/oFJTBwJe0QGTPTHI8VMa6+a360ivsTwBvtrc1CiP4toGea24yKZZXKsqrw9dhnZQhlwb7xNWOJ0M\\/006\\/CmMjaUgm5yJB7\\/Z9obP4xhdx3Cc1\\/CcBN5IG4monhKTvwRNKqE4QCKr6tdiL4\\/XBj0iCjQTWqlXnC4ELgLVyUQMMAiSY\\/tTHn3pxwG3og2F3+mnoUmZA11rWpMXId9JbF27g5cCaisJuwrHjRkAvvjuxljjyc5iiVVpToYNp+nBt1WZDPB6Kb7A1MxWYO1L8xIA\\/lFaqrto27wkZ2UU7\\/qgEo46K5iio+PldUkE9u0jgSNUtKa5UHebxuJc\\/FNYBwSLdBtXYmzxB7MUB+fZbobIIjmPADt411wPf\\/oFGmZB194WEjSfYKxwtRO2lH8Xhh1BwbwJ7vH8LvP9VAvJMMMhEo7sgD6IxW4aDpfwaVoRmhPc2327qjfQdWfDGxpRu\\/DQ9E3h9Iv63\\/vhC1zmMtUf1oguZ\\/xfidcaXczk+f+MVXzhbULJNyHbt0WQ4SyTW36nByXkQI8+rl7b9iM1+fv1MFH6a694JNW3zw1njzX0xFtWnvw68SnkUkBqczKVQXb8kkFpjVM7DLrcDYIozn9f4m690Ww1Pd6jGcHCRTMXOBPC5UXbS5ltpJ7ZPdHWLuLczbUl1e3VuQFwwjA1MyUHWsCpJjtdo3iEErJdUvJ00TcYngLpY8JSuptXIJXsMtdGfrRG7PPsSMLBqOwNXUxu+poMIry5jvAiLOkvt4VkXt7BzIDJiLnPVzscPE\\/EGtVU\\/xgd+7T6Htye4Wx2z8ZeEs0ld7s5+4fFTijwEl1zxJyPE6TP3+zrgoON\\/LzUmjrbjMS0Sq62N1X2W39cbRjfj+g1\\/Fx\\/lozqjieq7FEkVaXkBIrVX7d6wkgiuyVAUPZLD5PA6ZFdkICG+tWdxzUcKVtZxmLm2dtO1TqDwdjzGVjVC6z0f\\/gos\\/iC8As1WTFKwhk11MNBP2HytBYkGldNHx+SqTcpbgc9bd\\/lKd2t9ZU7zbQFYrL6TUcXPi+FdtK7tFo+YqpyFfMLgoFWh5JAtC9cbzqtHThZMriwxxfmvWQ8b1cOhhFL13ZqMlLtRtEJXIra\\/Zj+UcxDNFGOsqssRlOFRc+XgCpm+ESS5Ps9yVMuU7xL8B7DBX0NB\\/YK\\/GHteJcWcVjby7MR19grdMlLVsooIHbCasuagTXh9+HVLzXKbrf5CoX70fujcE4nnpbbjH2C0dPsYu0lyf1Aqt\\/URhM5vtm48JauonycYLmDgew5jkmItx3gVHFxxUskzK+nPCWu4XCW18dSetcCtPYUr4uYXcaoOxWUk2WPoqloeuxNqsjgK5bGRNE1b\\/+71obp6l6uHgi8AlbhyIxaoawP\\/6qYv+YIcu3kKn9SrF3dKZfaUGp+LLwMOUgPEcPmK2tzMMS5SvGd23luy68jRN\\/fpRsQVG9OmDTy3mheXiQt7XK2TC8wDChPAy798oGNqzf2\\/lNm2QRJVLX3QkYrzV5c+C+H728DWZkpDOjZPToI+D+jhHV9sxsrrsYXXiKT1YUMasPAjkiHNwYK0vvaaZgMV+9COjV8t5\\/DndGgF0QMSOir9cXmhBUmw8U\\/UL5gPGreDy75JX\\/tgAzZbds04o1eB537xMohbsUprJCYv67Pw9pT3gOI64GSUgw5SZWJlG+rpRPzy0Pvcu8FIT7KOEDcPATZr7aIfUJXnK4vlrogW4ZgTEuUKWha234zYRFVh1w3ddW47ddkIJYLL57nWDjE+N+pIIZ6tbRAVuQDzE619Xj40lVbUwKCMzQalZEjSM2R8tC1EHXCNZSS7PX+Zx6GAmtOm9J+67FpgV+BBXwSiWPkh1ege\\/C\\/b5Z1sKyZBqoV8tVBkWAJF2nPRlFApi5JfibKu5E\\/\\/DEjrI1HkWJ1I0KpqQNk4sGXgzd9htgSuGL5+4M\\/UtZMSOsNGgCHItqRt0pJ00zqELRjFYnqczDhfk0hHfCPfHCkBqaGZXwcmGg2yhAoh1pTwQSx1jAsfaGii1ezxZDlxDSKoWBIPafOlXlTHSKpL0n0zis4nWbwaP2tTDuZA26Reyhfv00mGSceUKcEfmrXtqIkyHaT98SHfTo0VhIYlevJOdc1C4EjMYnR9Mdauifi92jKA4buwj5D6X+VOvlgx9bvjYrJFEm\\/OixTKIvapCr7Yf07VV+L\\/pyURCCn9248I788DdHbwnAvRol1Kf5Qy9JIeQ8Yko8vS7B5HbJOk+sM0slDENzOphY4Je\\/oq4QDgZxm8ktTb66Yhnhe5NQBKvTTOxbT7GW6HO2ngX6fsVDviVvJQ6X0TkM2cIdKVtmljI3vb8XR+p228mreoO+u0Jn80JkLRaIFKOkz7l2PU8ecNSFdKSP8Wb9OrsKZAEZFLrSAj2tkzSvWAdYqA3HgiOr82sICGvVZEPU+IZRev9IMP6TMOVHa25bhijxBg\\/g3KJXCib7uZz+cGbzlTTvaOawgrpc59LuAceGxrhaoNqUxaxoo98zmLlxNr0PooCCrOmRLS6zlkPzWNckGsRis1jXRqcUtCx74ZMyKwbb2HfRBZMsJlOk5ofMGmAsTG8x9rgYg6AsVuZLe4QJNzY+hRv6+ZjSGOw29qYmdr\\/9VrRxjjFLMP74+zoutUyXN4anhg3GvAY5680qPWYkMIoKMdcz+j2uQ+QuhNs1Dae+kiS12uoHy\\/Ezyr6awvVU7u5B+BWh2WmwDQ4cfmIhgdeOSKGdszTI4eORLiKwX5QvFn4Af+TzFTft5OnQobbz1GSBtIBB+zL2qahknoTgqyoKDhqGkKkNi4ui\\/qAxtWGhm58OkufMY3KR68afWAThmbfTd\\/2SePcad68BeRg8WmjN6bptjdV6\\/rDaSUIcvPGPQt7lZW82khThzC78shw+aKl29Gss33Id87Hntcq02b+ckrOOM3qr3gfjZ7FJ8Cfpq3SfJiR\\/NZKIrCrWJSF7H+Tb8Kz6gdD\\/8nqMjowWYk+x0OG2gqa86BagpMY0P50EgmIJSNRcJZJmwkLL1YAA7ma2WPbTXB+u60Qcr4Xe6OtXo1RX7pVxGj0hDxtNDzH2PicgsJl5Hj16mh1beDLbb87nXTiF3bWlpbxrwAWxwykp0a8OOPgd6U7UlZ+oN6nXSwZpnmmAz7ODCaZY7hHaGmuE76pTltnxvzZ9P\\/Q\\/LFnZLz81ONWGRwia1A6tdts+VX+iiK1YDaCch0IZJnd+TY4em4TZIjxYx0lkYZw3BXj3Xr+RCyX8rV9OxIYlBC2XGiojyM++wNC04uzNiHheByre\\/eVEjvhC0ALWsGBDsHeW6JKOYiDzCq3sm7KnOO8zXGtIzEviT9s5k5h+UsiOi7tn0ZAKrjpxocpLMr0BK9SrxVHZZ4FLJt6YEsirUvVls+NQmK71xmt2zzFMSlfofyZYHQm4HrbCgcdW9W9JO8Z+rhdRWGsRm+rhDwlUQJrU5BgT6df17UcVDiGjF5klagLnXJQd8ydHqr8QUj0TFsY4Zdh0UcuvAA4a2hDcs1WYDSerC7Jx23iTM+Yrc6GziSuHJNWDfSPT85P538eYvocu12n5ab0t8tE0DBR+sEfToV+kX36iUqIdESoJs3DcoUtPIkudyo+JV3S31pMGzwGiUB9cAOeHVFsSdcc4cMTVqSaCQr8SwkuqlRbgkwvJ+bj6DdC1aMjvYzkt3cqqAJ1\\/fQs0\\/WV\\/IXY9iUD021zfskoefOh7H14T+k6X74k9QaJUponw5QlfbhvUnR9GYx+HzEi6AhVEG178MsckG9GSwZ7uSuEOHvlXkkSJDmeLcV2IV7+JEjr9mTSXx+tNivrT18npqYq+MvAmcJ2Q\\/O2Mt2tmQ65TNOoh96bMBKhsm4L9oVLItOUgv+dKzXkm+\\/QeAejdaCMx2mq8Qlz7fLkWKkeFHV5QGLVeyr4=\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"f9b42-2bcbb-0c703-f13cb\",\"B2B\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"700.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-09 17:11:35'),(1914,'62c42-e6d90-bfa55-dd784','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5331198850731411913\",\"Flight_Key\":\"ja7NioYsIeLf8XrVCr0TdLwHWnlq+fXik1vT1TDy3JgadpP0SqZ9+cRoBJ66AMxU8pAL27nXjnSbN+hWWK4NBZaLMzfjkSTm61j8H9d+8cUTD9\\/L9EBbpVdC\\/mx8PxEcVDa10G8oyY2icTqVkYoYzBLpcdM8fO3apG8GgSvTFBzUualbGvAsYqjY2mxmwGs40I+7x9BM+SLUSO4BdQcS8ag4crogd6VSJqIk2orT9KrD5tHEfquF2bHQiJI4eamwteV3ezvQNoFnfxFP1v37kFDcYfKm1u9tPgdci\\/+AV8n53Mf2M583GQ3Ar9yOkz4t8Y6ARvWlITwHF+evLHK4NHniSOLhTV3uEc5Uj+cd12jBcp85liWc2rzMG+w8UXiN2pex\\/OWMf5eHtauvYxwiwnD4Qk8nZlpKCs\\/lNAz7H7hI3wRqoBYUtsIP1yfUKrDPc+FSYfO3GWvLIyqPabEYqyBahrIu\\/7Er1M1ak7L+MM4oe7G+YE6h53LAsPGRFoAwAKJwNwLIIQBFHzRtF6Ahywxy\\/d9OCDFnM77SF+12A9CNS8C8d4XYfM1GvGJ49T3yIwzgB1bw1bLgP\\/y5Uw8mXqbx7O6xzSDqlB6ViRl9xMtQa7A\\/Td0XCbZyJpO+8aUZ7z+yx6Ja3EpHdz4FlOYnFfV\\/eRhbHLuzEppKYhCCPQ2W1qBDX+5a95F5ZxhmYypTpsibUzfQdrFhQikvJ6MIY1TmijMh0BQ6XYJkzG4QjJPFRGXTTJ8t\\/RD6gIeSTqqEK1CkqVdJjrC3swDUy0yxYnjVSL23mbx9B6wc5ojZyNSUtIFTlDykPUmgvOPBmrLHbJepgUE38R13XzTjiacYufimG5KIprS6WExPSqGZENW60LkUasYmmodml0dTqw7HQBzpOpd6Wkp4N6vbarunNeVOyZ2zFGdH5OgIfWv76HzCSY\\/iH\\/tKnMGQyFUaQu7heTgm1U4ZLYrI0DvBq9v3ifWAFiOEYxxmWEjV67\\/upag1u6FhRnH2i+Y2qQQHQJBXlcbGKyyS5yp2FfTYQzxPpbOu1putm9ZJGKgWe\\/nn6qjpalPEXzBYBF0Pf3P37\\/7K3i10Dp8UzzNtbkQoB3wQK35HTjHAQVd\\/xUck+OqU6\\/HZ7vGOaMP3WEd3X0J3688\\/FNSMnOhuLxacxOB6a16am9N\\/NFPYcPVvJ4lVhNSOMEkvBQjeplkMW\\/WDSbzSIkpiKvzeI56\\/67mYXaLFgLzP\\/yMBx2kDG23sk0ijMBnAUEuZ\\/GBB0HubsXADW7hw3nDYxWZVvMvU4fNPDR7eCKgEQ1QcSGABdm94qVJ2\\/Sw22M54F9\\/7qC53UwecX+MCODDgFR4VAPtReg\\/Xa4M1Z1mcfLzkkXB2EtybSGbzJygfyUbgHQGkaix8sMIW7uMbFOgI1EorBX2l+KSG8GhiSCos3EZpGaoQ9Dx88ApurQFYKSD8MxO0PV2Bx0rkkpzcS8tuk9cA2t0oZw9q3GROGWQyXE\\/LxRAe3vcxMeIJ00yBE83r5M8OLlH4ZyxllW7q5DieQl9CRan3\\/hAKMnJeJWwBlqfSU3bKnDoVE+pN4gELOsZOJd9bl5ubPDqOuQUWhQp8ex16HCvFhhomEMt61wetPZU2tDViTaA\\/282hgd3\\/W2wkVSlIybHPpUA37YARIldjYuFmRIUvifhY3L7C3EYmYjBzyS8ncCuQ4Szi7VPl8CoAL6OM+TLGfVtMlGCWeh3bdXtT5Zt46b3hA9La4eZME2wo5KtAGVTgly\\/RSRSv\\/GD2P\\/\\/HQx3HEs9kfbfA0qTuBacYBl\\/Ew5vO8Mvi30jUzgyX+TzS7G465s5N9kAnN+nRBaq\\/VjNl8d93qIONBPbjqhAvWjivoNcNWNKN0sVNCR5G0L9wpeIMpc+ZTXYzCtZYI29BtRaQEAIzc3b5RoI918uMikZBgpjm3KxvaOH4JwHMktqwyNr9YQugidGU+9pzlGef9JbvTWMW1nger6jaR88bNuFuAO8GKevd1M\\/cciDjkI6s\\/HhjcfzFCGfIKkqve96W3i7R7a4MArCQCMeopx8zS0WoBSu1nqJVEDPGUPS2lVxBeFYZfc\\/NAL3J+ajIvbQWasmbQ1mUCYNkyv\\/bzwaN1ABkMvq3dgY+RXYWjB2YqPKf\\/K6qZ9X6\\/5jDuFYyyW4LoVjM4tu1F\\/nUgZ7wOnWLnIgXcfs8dtyvBeKHDE45Tja0AIGlRtpqDByzAyTt0InJgBhy+1tCKkAp9JTy3FUZ2F1RI0sSoLELH9STyujWZ1q\\/9H+Ah2zoFJJIojaSiHAHXOwivuD\\/XcwHGdX94oGpSHm+rdmk+EEeCn4SjXSvNSKUBlrulBj74CEHN4PqS7UAV214B1db9X6dLeSUOyyPCvp0QzY0HefovY9tpLoMiEdjuZuvo4ONXJbPcXWA7mXpwUIo+uDnFTZi7aRrD632sO7R8xVPvmtUng9w0SpQPMfKyZ\\/0yQRtktWHx0lgTbbBnI58cp\\/9IcvbBFo+dV2w2byy+HikLsCgY\\/0qmg\\/RQvM2\\/4RleXKR\\/AKnSWa6PEybQRvpjkn7jZr+rR++qV8UBjMSi3M1YGOV4L+\\/d4754xBs5cDuprDi25FIVJamVrn7qwmnST7xWtXqgVFxRZU4CxAK1Nomrz3r9sA3EKrM1OMFDu4XMYaNdV0zvzT75oC61nEP6Sy70kqgdwSYRaTPcKwACLZr70WdCS71V7q4UKFkLITrIhIW+7j2\\/5PcLzU4uIY9ueQElxPXEnKa1\\/OTpey59YaUbJp58roZAkLjBdbhlVWWDaUkShwu9aIwa4bXG2EiY+2YpbrbbF55VdNZxfQ8mYCjDs7mWv9Jbd8MdQkWhTO2kZGC38l50wvpHsnq+KBjPuqdIwaDbyK\\/EDFEqaxvvlDdWSSdvyKmme5uzUW\\/AiOw5bvdcEjVR5LOwPgQ6yLIJwV+5\\/IgHb3M1TJIyX2KMY0gbhfjYQT6nZjH3ZIz7O0pDXxUieYw8gAJYfzW\\/YxdPwr5+8yYzilSf2KGe4J2iqJGL0pKdPqBx\\/+MP84XB9rWrFHVYgO87W0mYhbvngnFTV1J+1vnaw1Avz+B1FNxFEn8prdld4jZRkvx1G6QtteecZzzbeES5qkrQB5vric\\/ynIyZEDRIbrp3fgmN7uGiUDoToGaZSZPzXGtZTrhQwO0a1KXv4AI3KWYHta2k1WUIU+sNuWqs2CnFfS9FwUaw1Sx\\/lJ20p4h2rmfPNjZIWc+0sXmB59Eg1Efp+VZYW5xaeKe4EhR\\/zgaD+vjCMXb4qO47ISdBZdFT4QGJoVjmzmtTR3SoxSpYB8QUEv69ZtC\\/Wwcmr5erI0JyDjqK97ZQ2S9hdNpofL6cVEm20VNLW7P5Np0iS6XmL\\/FmlwrYd5bgd73P5CIodYWhG\\/4SMq+47fw6+QP6JL\\/wLiNF9FtRSZv2WuAiklEkHnTbJ7qn7Pq48SA7d4iPXW7VeX0PASEsO6sRsfEQ+Lh4ccWBhaUfDXrmiJzC4WrzGlZOQTZsEFwIkBSEGwDG7F7kQaJr\\/xvKyIC8JHgFyBRQ4rVZdBZzI1rb++lPsNfetjbyHIiOUtFlGh4jP2lmckMpKomHjF+ujNbkTyxZAFZjbrAcxzQkeHK3IPr8kbsDooJCOYxBKLXK6rMnZQi1SpspfB+BHePnaRKKDLH\\/qRsa4CNgETZ5mAUaSFMeF3gEFxCqgHGNtE7gSMHwn9b8Rseug8dcbtroiKxkcNqsCJBP2WH4SISnTRHfiYTf3pqCX8Z1hpMrtFIteAXN3IPJERoMUAcbHm995iuzno\\/RcPEc8MCqr+S0JvPHsx0\\/fAbRjPaQaMDTAANiEO+2mHr5QP+27PYzabslT8w9nwtRpzZfCpXIgvoQqL\\/d3KYwhjd2NJvZLrJDt0pO1UonEjXe31uQOT1ClxAGdWF51ocD2thIkIa9mpegVhIsstqSm9vXUt4go99XBN4E1XB8fiCy99LnUjoI4XC8LoiOQVyrrgBSgiCbOY2GfDPpD0nOBJNS2TWVTcVF1KQBys9XNEFOPrqms44iDO6xgA0hlX0ch5NgzbSwQPXtKUi8r6NEK87LmDXtZYAhNHrmGkD12\\/lWXt6dphrU0cqgoRvAYzRx\\/3izNYENTtjIeGDlycj4ssjnqzE2RiT8rGPO5NVxtmnop2L0xvs06gR2ab4Tvx8m2GRM+yBYpb9xsWahWjZeXM5vqb3Y8Cpwmk42I6GTqkF\\/L95KY7z6XQTeNm3kd5sBNTZFPq6iXvQuK2eORNSWWY6O1fPAlMBo62Xs3Hc0JEXXThDp5+GsIxV2qi9VSuwP0T\\/OUW842axlxSKc6G8xQWjOVOntnfg6bPXOo8++FlEUTX1jUg8PzgDYVR3kAaN+DUVkQHU41hXIdjaFsueG\\/KWznMypYIRbzfDrX\\/3Z4A7QYh\\/ifZpFpyGdQR+VE7EeuPCEPKVt8HyydKbrIkJx+EeQn\\/XiM5\\/PwDm8PxVazXXJPkzbNUQRqf8AqVIGaDWg4\\/leHveZE5WBoZT2\\/NjQ6kyM1YZL3usCYnheEUETPNiBrDnvn7inI86S6P8tImpk+r+WSTjKFEnpVrjUmZCO5bH1WKJgAPkKeis+lI68N63NJwAUEMK6beaR88HwYZYTjOI669rxWjcAMjL0ByUAOBl4AGvu8dkLndYswDxzpISErqcIdi7xudNgA0F6RWIFEQyQcSuZW9NzORfuVvJF0UqHgPu8J3ELvSccgZqid5\\/4YlI\\/z\\/JUceXeB2gM1aeBTB+8SHe5nQu3qz2lmWvWNoudFkKnA+Ougy18H9+6YivOLgCdNKWFa004sBnzYa3kqdJVZUgh9CyS9AZTUOwjFsRYbw8X1WsLbEeMU2OKyL5M+RqG5bN2AmTJ44T+H\\/PsgCZp2AFyceU5miWfEtgL5pnUX0ADAxXwdsXBTbdA7U6AtB5bpbzDSbDR4xy52riQkgAF9FTwXxDCqXZ9FggaMTLKS8BsNu\\/vloL5HAuPCHOjC1asNbGSHjcK+Zwfj1kcczSyPAjlFsDSr8ZVnOo1kuzyC8LffaQHNf9N2Hbxy1zG9tA9GkF8IRwGWPpd+pnOzm07jti\\/CW3UkUlfpoM4JAG5QHc0A6BIhKzgQA6fXibgiQalf6k+Fhre0QPrxrrs9M1aUATLlznLf3PuK0cfVjifU6vYyE+FJKHT9adhinC76TRp5nBPfih1X6KHdXyj4J4tk7X5K8cEN8JocNTlE251YqRQfLee0hRNx2uqf8eAAZqfZuFIz0kNPFTTEUBqrrGd0+xtwF1OFq0U4bSbfBZ08V2x38i1dsuntnYE1MkjVS7nJKmgLUHVbja0IDft+aZlGxvNvJv5hq55aXlkPLOwxKWOrp20p1CM\\/xiv\\/h1qv3n61f+fvpXDsVnPxUs59pnpnPBrHkQLwwn6GUqaxVyOW+Wujg\\/vdt2RAO+D9NlAwnC7dZWe9t1QXty5Gu284JAGu3oNO\\/C5xjmPj45rvHchWdH0KYqDlKWVNbMBSlTyzsR4HFSN3jcjMeBIrRoHCeweBvhahh7ko+p\\/ipDqjp\\/St062hP8MtxEWtOcZrCv8R1mOAh223LfHSDx\\/oqQe1gUg7pRXu1wC2vc+8LMynV+hbX\\/2qpLUxMVAPbn2D3ZbQvevpD1BmPa3ZeDj9lqCY0htGWaIg8mNnhMwHJeq4ftoDu90DCj7lreYnA36Ukg7tc5D6zYLk7veokNJ8jdyUvN0TH1K2yWTtklIKM6wbT8gPO06BScuDbnR3mvXk+xpgw6zM25sx+MS3E+qziSKdBz7JUoKelp8\\/6YhRieNATOpjXMoNlLkGTgbD7jq\\/5x\\/NDZOvLyrTg3QyRvPpE+G73+I2yctlcaiKhUE82NLFyNAbD+heE3D+CPkwCILvLhbCXp2s\\/Wpb6fA6kKr9eM8H7D5OfBtw4iuy0pnB\\/jH3z9I65HQCD7Wg+YdWm6F8ILBpC25QRvC7IqAquoE9glm3o7196Oe3XEGY4o8v4JKjyDCaagk10dUa9yC3MkxoMvXz4\\/B6\\/q6W+vWEgayYZmzpdrSJW0+L3wZX9lfoJMJreWCa2HBi+sHHyov8kETCqz\\/4DzET8y51gvSxYOuJ4dlsnfVaFMDGQTcF1l7NuS9wHh0EGpKgu90b1JgJsJA+5xoq4Oi1p8kOC\\/wuORKjR9fr0qvnQgm5Nd22dcEwJ4yQEwQiybiHdt6j+uOO5x\\/6lnycWzKkoA6\\/EcDk6TG9+GauZTeFWPYKrEqnWrXkPxCYYaxIGfovr+9aalPgjpMgFNcEEvoa7rvqU6b24nettRtU+tvEjNkaUrYbZXlxtGIISWysCQ5mGz2gq0cqYoignd5szVrl2cm6wezUpeOWGyZec7gFGylcqWpq7Z1Yoi0EZ+3yzeskGqrubOd5nWU\\/AYNhDvQEfmcppVkv70dlAMomnjWulFLcKnRRB5gu1pK3CaTANkh+ylZBAoSIzNOCOaDictbbnYRomEzXMRmb0Dvt91MefoHxjQYfm\\/kFwMUrEYc2LQMHImLmDnIgGySqV\\/puaSlT2of4DmijCaeiPemIznVec4OzqHCm3PXCoDBc5MahLkFNsm3kB4y43o0Z6wjDM+FV77KkkidPjHcUJnGrQLPiRfjUb5b\\/nh0H1CnNmcuV889oL3iuVJZ3zWRGnJbEm3mWuXUPws4TZrCAvspRy+pNbObrw\\/T\\/S5jN9wpJ2cAzUrkGcJDJ5PL7nPeYyh1rwEwJZeGeSUigF2V44cegpK\\/35Ve9BSDkA0DFYzQbIJMGxT4mnH3bDElC61+BIbOmobZqwFTw8dSbMNu351vQ18U4Id1tJvz0RwB1wqmOsfZt2JaAqxFyfz4httcwlEoRnOB9anYQTygMFFUJ\\/61Df5mr4OVns+NqB7BQwtC1tVyDvWa0aZRpBdnAzGqO9TDnbKasbLY2xfgVvcZKR0uOnsgQgZgZuEKKC75H3Z5M6IUs9l8r51\\/ZZb\\/KvQuWdkKhvAqWawLY3BbRdFL7v127hxcuWsqMBy+JzS13G7z+QJ\\/BF5RgMCK3ewPhHK0oqsGqQouW2FWE2cziM7UrWuz4fwHVjkxOXCD25FBXuETY4BGYcQBE8LbA07ZsQ4nuh7DxnHddc0020URfhNRYwTajmEc8GT+Z6oUx5pLMA9LJdvs2h7SyJfEV33QaCWz93g1w8FUmtRlMzS9dWUDDYPEIkceh5zAY7m1Rbjw+DwpJ\\/MVc9EzB3NGrbRkfegZy6Cnpj+clf8MbWoDqx9wW\\/FYhhDzgzNuwLOYBYf9SAPpp5BHOPnIaHSNkKp3py3+Zjsk5YR59Ruf\\/LMTpX7x7p6enQytmlZl5BaIjkmfI9Ad4VESpTSKP84zK89sgtyhUvQGNn8eDRny2wie8ekL6FXVhGwvmiyVtbYeo5yGL\\/C+CwInvd2RoNy7EeniMJBcEL\\/0mjs8Jd4JfXp86\\/U+IRb\\/9EFBvwPXGsTWG0nII5SD\\/Ms0GWWXeozDnpigsxZCDHlAHEv57G5j4up3s6oIwRtzkmQjeFelNHAcRxhfELHamkUjW8ci5P+8f9QC8GsdaDCskkT1G9qFCVtX96tF0KvsLcNmvFEYMnboxtwH+m9AdLvsRBGrpFD1Jf\\/1Y0464eg5Jf9a5DHzs5uYmohMezt3QQWLv6ed6Z+Gckaj\\/ON7kk\\/p5cvfLslYItEsU0OjKuGZDMylVXK0d3dAciU0HPPY5zQLa+JDnGfR0SnAvmZ29xUAkZBBz+axoaHgDwLoWQR6a5BTa\\/5BiW\\/Tfwub\\/Na39Zg5A\\/lchQTVDTnKZ1kiBc29BQuuMthWVBLMJaM\\/nKVIftnSRnlefROIPyL7pjykJ8Pq\\/AQERVOa\\/PLSPDEHgSbhZvChedZmrG+KH\\/2tuQBj1QjVEgE3ecZ+g5GOgqvX4ZqRvQZYHu8FAfeBb\\/ME16xR7o1C2\\/jG5eStSrjxLMg9CMqEotG2J3breGAuruWlCPQF3qHi9uwg1FrHuwiEO0NmhZ9TENspEGrWoJHWSSfr87k0\\/tpfeZfntbA+znaN9eEF4VH8nt\\/wUumzaGXtn2NjBfcOQGPjYl3tRUBH6oPW7hgwmYyAXGagitj9PnFSQiZn7g2Bny2IzNCHaU9fZrXlpX2yWSYe8DYhcI6rKjpLtvYv7Q\\/DvnPNtoDrTUXWvrnGH1BOfgQJSrd6neKtb2P1CDjOTRnpOR9H7G+CbqUSWjRKytFdYDww+WMm+LmVs\\/D6DswCy8rbYWrSQ0Q3w8tFIrTlh5J25omQ\\/HyZ8oTAzW\\/veos\\/\\/06v2VzMWwEKWUPMfXXCuT0d\\/fCZTuNDO8uOYk=\",\"FlightNumber\":\"6E-968\",\"SegFlightNumberArr\":\"6E-968\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-11 18:35\",\"ToUTCTime\":\"2023-12-11 21:00\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"21:00\",\"FareClass\":\"ECONOMY\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"FlightDuration\":\"2h 25m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"7\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"62c42-e6d90-bfa55-dd784\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":5037,\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-24:00\",\"isGSTMandatory\":false,\"isHoldAllowed\":false,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3900,\"Tax\":436.8,\"intPublishedFare\":4337,\"OfferedFareAgent\":4337,\"PublishedFare\":4337,\"CostToAgent\":4337,\"PublishedFareAgent\":5037,\"CostToAgentCustomer\":5037,\"PublishedFarePerPax\":4337,\"OfferedFare\":4336.8,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4916384059443298370\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"ECONOMY\",\"classOfBooking\":\"G1\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"7\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3900,\"Tax\":436.8,\"OfferedFare\":4336.8,\"PublishedFare\":4337,\"CostToAgent\":4337,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":436.8,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":5036.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":4336.8,\"CostToCustomer\":4336.8,\"CostToAgentCustomer\":5036.8,\"TotalEarning\":0,\"CostToCompany\":4336.8,\"CostToAgent\":4336.8,\"AgentB2CEarning\":700,\"intOfferedFare\":4336.8,\"intPublishFare\":4336.8,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"$$hashKey\":\"03V\"},\"Segments\":[{\"segmentid\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Lal Bahadur Shastri Arpt (VNS), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2023-12-11 21:00\",\"SegFlightNumber\":\"6E-968\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"ECONOMY\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-11 18:35\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"03T\"}],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8VnizSkVt2ikn\\/tFdLzTNox4YW2jL3ddCki3dv7LUcny8vilc\\/ocDvqoNe1kCagGulnq24CCMIJAtXwsW+e1OUBE3IkFa20PHhWODE5CW5pUVhHoijuWpHZ3ZsTx2BrmqsVeg4WfzG1oP6sogPZAWfQ5FlUQzZJQBMwacK1UVS\\/Xf2TGeranBMT\\/Z0m6GBJ4Pki9qp312soDtXg8mPDsNbYqofBwcEfWEqpX7L7OB5GnZEJ2511JZxKwn8C8D27T1mRW5rHAs9zMmdi3xyZC0KThL1Pxhz+1bNnz9DyWKL6GWupSdhxHxVVO\\/nQtKi3RFpkbNh0ifvx+77k2gcxvPkm2aSLs4RR8PFzSd87R9cFH\\/SsuLLeRoGWExmZh+3ifmjwlFIoC\\/8VnAJEjdKwXyGYyhuEOJJ3YQWHoMU5Xll8BnM4q+bcyGTuwhNlbIOuL8mbeaLBgW9uR6IodFIar3SCUEODTlw80FsLDXfbZ5xE\\/6BiGCCKtwntGrB2Y2X6YHVpKqB7vovzHl6MCuwUnL8GOVNRxNCpRgVMtQHAnV\\/fFHKva+aRaFngR2gMHXfJV9rNlFQtMh0TlbNe4kVVBxn2ThnH0rsd7j7H2fnEgqH6+wjaLoScwxQoWk\\/8TwwkHgck0bPBth52v+j95m43mEuioa7J3+6ERVxjChthEFdJlm+U\",\"$$hashKey\":\"02M\"}],\"apiTraceId\":\"4916384059443298370\",\"SearchTraceId\":\"62c42-e6d90-bfa55-dd784\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\",\"DEL\"],\"departure_date\":[\"11\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"62c42-e6d90-bfa55-dd784\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"11 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-09 18:10:20\",\"IsChangeSearch\":1}}','2023-12-09 18:11:00'),(1916,'beea8-72695-5c884-44a03','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5014902371020775146\",\"Flight_Key\":\"3adzpVo67LWBI9RZfA5oexNOOTWhHe3Janpy8\\/oYEiv1aRVPj1i9jlsH\\/rgIe+d\\/GjDGlRlPMyPzy4vpSCdDikUvHxbbgdApl2x3iWYAYKvf+Q3JJGNhmUosNn3ai24bGxkn2LejvJ8tPF+a76oFhtlsgXK2\\/QD6e+CETGLljmQQnRiU9H7HS2iSncqBCVCBd\\/dGivBOYOPaetfzH7zeTpOeQ6HtnJh+WQqazb9jMrnot2uSpYePpizIPXluhZVCmG4ol\\/4trgE90i2KPjK4xqecuRTr0GH\\/WsgtiPZDI4LRfn5eBCzwgHugdgFKDzIFaURcmm7kAZohyBKFuqwkJRRDol23jfYD+I6nNhagdYdB21ojdjsa\\/5+WxeqZBbYwCepHtmNgHTPj1qFiGf9DRzSH3ylqHoza9Sb2xZ8+3xR\\/l68OUM2xN338glaVPRKFrqpNVTUQm6Q4pxuoYGcpIaVbB8kYB7YBComPkpxxxs0W02o7pd3Yu\\/doPuo1H9w5dPKc9LeuFZaJg18Gp9\\/RBxvVVG5lv46vEesNAWiXbmiLYyxTd\\/BlsJGxI2FKLvElnaDEaRnJ+wFC2YEJuCpA1CMn5U0VDG7Dk\\/5Cs2WFGDwDcMuVyabalRIJlFZJWrcQBtLGV4ikJj7M5awyiFaR1AaHO3pRNfY11Vz2OZdBFR9zrXI4Qb5\\/aD7Ry036MiuprpvA7h9q9jTJUjTeEcCL3syQtz8DVB9Q2TuWKxSIAQz6X\\/\\/gODjVDpOnnmReWQOGjRXGnW8lvMpSnDJIcq5AbPdNzLR+6yb54IU48jncmNDuZ9IWtW1\\/w8bgJjTKlefNCObdkpqu8jZGASpDR6jKk+WFj1Q2YQ6Gr3E9nVJLKBKeUGdqxTQWbuMwTjZEkl\\/mzSQrwFO281dZDVg2heFjW75SL3ZxAtpPCW53fub7J3r0f+tMW054tdg5MJ73eema3FPHvf84yS3a16ljA\\/UaeP+zSeTI+euVqkxJKzyNybUC+xagdbmDVLDLxm6G1MBrVl671izwMoYH2qL17aAK868yDXcLk5abf7vMaNRMCeuingsoQKZo3mufmrYfCkPeiwlxLx75U\\/yxSgZCd3fFSy2iAYRHcTi2MQOz2XeJFME8zzZN5ntXqxrRYoAMp+3SMYdYqHEtDjdnP+XdOEqV7nNTG5CusYTWlYlaDuhCTxcqWKjIN9Ysz\\/u22cHVin2yTX5AeuojvLFllLEtv2EdA7eBGS9mMRrapWZJbWyn1t0TJNTRbP+dsfC5cdUK3s0fC55rlC5HxS1x4ssrl2qXa0LbVXrnA7yhoAhRfEZ9PN0Ryf+eMwhK63Zg6R6XPFQtvmUTAQNWez2lB2RTofD28pl\\/eHlD58qt1zzw5uA5Vhtw\\/1Nc7Wx6qffwkFoIQz4bmEuLAAGCskY3vuw00Sn4Ny98VH9Z4xHILVQzbOjbDRkgab+2oDkqTQqHjgxdDZiKbWIE2Whw0DIlfOIVExbtTRNrKugxFUx4BqHKqCAS\\/Q7oZz\\/WUL1k4Ku8PeqDdoOxkM7KCNphRpQ4G\\/mI60CZBm5jtwbOA6h4xVmOvmRO7DUGSqwwIYar5FEuuHB5h26s9J3WrxqRwJH4h1wUT+9rSD7IkabUtca6WsTKq3bHEV21wBfoFZ4\\/egi6ATLkS7pHs8F3ap+iPiDjEN8lURj8m\\/HCGycQggAtvmSLTBx48T8f0bH\\/S8KynlwgKYVkbRcLtD6tw7N5+91yNXN5DDSoVfsHUqO0SG2no45Euz5HmT0z0l+DVQHF6+rqg2dbi\\/+cudHvTmP1BOb\\/9QPb6SDCLXM8tj1XL3Rb+8E7PbOxWi7434YvrPRCDsw7XWflK9hAd95HSPA6ylfG+xV28IhTXOSFWeyjljRiXhcigdkvbB+O+lNrNv0vrFwX\\/H0tdSBmMczRuTS04Q3NOkk7WGLY0v2iDwZkuLfvEHCqykNcke57+dzaXEVkAceKnuaNHZfXL5d+BVYsoqY8UaC5Y0qBK1dfkn3gbNVqyhI2H2PPN4OQlGhbu9Aqjyfe53FeyH28jhfsVVPU8Vrg7rzPN\\/x8gjrXgNmUmroZhDPwroXAwuz0EVHooqCAJBgBLiEHBBzjc8LoPvhnJdvqWa4ZkNBKTyRmuLeHORiPAzDHjH8cQlqiBEu+Jbp+nVK1vUkudBnBcupdcSXE+eajg9HcSBeWoDUmjyutCH8ITTvAqoCp2Iejdl7K29ZOMgUS0\\/TW+kCpQuxZ6SWlsEOfwHy9XAAv3lJ6X6W+0VqLvgurUfhA\\/0ygANqrKbkP3ASmfF1LGbLHqRpYymzqnzSjxf3Af8HYcsaR24IVlxsA7SNGUjhHf7E6Oak7Wnee0+1ygETeQC4RQrNXXovd0Ecz1EmK6BJL9+2kogvgh7sJ3xCE7r9FBhT3TraLr2e+S4V3aAFJoX71KUVeuft4Fx+ZNyhRzb\\/B1CpJEtj9nL0O0ltRXuxL22NVUC+vEW5mwycY7\\/WjvGADXoQCPqFU7s0O0X2odt52PTxd0SFOSxn2BB8KknkFy6E36RKm1ggBUJOHUvfavzci8UERqmsUHJ3q81GhE3vC8nc\\/Cai8q5gHtKCZC\\/hbOabcDsQEDOgPh7xECIiFFUCXOLv8\\/D\\/YAgR8OVw94ydyW5o6nQeLV6ANMCazQHG+blbZKLjFrpNHi+1xDKR8RxrFxtF\\/lI1dXUSMjj2rdM+NPKq9qHY8WY+FlAhyMd9Tlkryjme0JhWWcgvtngy3JxS1WhsCOPsypr\\/DdiijWos8rATDzfIZZwQ+B2beXiI8yrYTyLP+vMclrzfFEEpHsS2XtxbWlR1B63SE57YuUDfizphpD7Bxnr\\/wsJdzv9l6NEmdMLj1WOoGYCdTfbOLu2cWPe\\/k8SPoOQ6tlEsHkZAseuP1Tb5o9Nb2NuVmNJwCkxGIYq2ii3ZVyDsoKjGMsQFaYLAg\\/JRTShdRscjpQ3ZQ7KrYu23Bjl9O6yXv7nQVWjXS8WeS1HJolLNgr\\/QVpAHUdiYD4AUJPmaXwLdneXrvfdSrgi6LEgmplI3R7hKqJxBIadJhINsekfM7mw9tbBiNGh0nzhZJZkKD6q5o8sDAzKFWrBgpXFymbaCvgRN6a0Gq23d7JeK9iy4b5qlLQ7ZsmDD7J49N5nr\\/t0VQ2TpkF2YnWZFcyFVsHoExJqG1Dj5SeCz7D9QSjCw0AgkpDDNT+eTIXbdbQwhvaWvrsGcoP5Su1ShdFih5GsXDqOwjlJUJwHLTQKxjkbawyyMsuSmotd\\/2bBKWT120l8hfzrD+vi6DLDh48lx1Bzwd1seKRdgUC9COdp8GE\\/9Hsyg1jsRSo5g2XIt1OnsZhCksJdm9FPkfDDEZLnSFmtY7gmv4UYNxVVTOErN9KW\\/6ZmzfRsFg+m3Y7HJkEUa9C7KARyizPsN9oSCUSPb9FZbue6FEl7HlnTddzd4iB4OTsqwW8kVpa68afSWhTDOUZoOidqOLCEzBiTu7KF7XmZP0z3CA+NpCe2zPQoKwh9LSYX\\/aXUfRmN8yFg9TS54QWO\\/Nzr6syTYhgJXXQK2gfLobsenXaL86NWO1uHlhLlnvWGnFtDkugiCdhQRCNS7YuPs4mQs3Uh2BPilnUPOnDQsc4IE6jchf6MjG1sYgJYqzCHUC3CNQsZzUXN\\/PeXATJINEHOQtGQ3chtqkNGXdoQOz0SC3amG7J6voNksWNGKR3KbeBVxBnh3iP+y9sm6QuSbMz2yuPAQNqoqstt4xAAtgt32xnOzooye1BKnZlXaPbB\\/UBsZRv5WYPvmdtHIKXemEIq0Q77quOPpHvv5UQ+rKqkOWXn20tWiZkuYHMFkxw4le+VEzlA5skbp0CKsMjduS2guLWEoEtVrby\\/Pw31hQSIez8u\\/WD+YKO0eOVktL4psBYGinJ9Xm0D3KVzdGsLmzo\\/cORzJ9AT0u4Cx3YMohg2ypdd\\/pjj8gPZbsfyZDry1fbENu9sLbj5L\\/8RtNyozQldHsy1Y0pEF+fZR4i1M44zbNtIiNG54V4pbfSkwHLxge+c9WX+JtmD7pZEheUuRP1MgMPOpDM46tYB8jFozb+VfuQSem7MV1nrPQBHEH8MN9RdYIxc3+faoIY78OHvi\\/TuWojiLSjyPO95IFiMGpkaL8yeP0cVXdAgtmxMY8A832gCrN+OVCHXM1LOLLYoQ\\/OVXA78oiN6eTc245uQBz3ViApd6uqEDDVp3lPi2L5LP8hjwhMi9Koh2ZmllYm2GBfcZVYV652S2jduUg1Ptm49xjb\\/en5VTATsNaekoq0pgDxyE0cFmi45ehT1WkNci+NeWdQ7xp0i0hozyWiK8TuV8ZlwbUhm+8zMtgzyS80Z6SuCkYoB7HZ7nh0eUCrzTPoaoR3S84s0RDjBkAzR+Vu2hXTndmK3Q4D8P7nf0mYH\\/Ir0w0sExYCdzJrvsJZsMwNNVJ094i1wq1dsMlZZcp3wF0jlSDgZHLM\\/rHS56Dd+USWfiHGf2QIjuknOsGKSRI2pQc60T5CSG7VGu\\/APo5oM4LPjIu47o3b7OULocOIaGA+H6rUYh4YDHv+XPLOCE\\/2XkGF1tUHaeftxFFQsbnmbi5eEx6iwZriPIvkn+lHlzoM6wpdIkW0\\/YMkLbYT8l5G6I3wZAiBh86Hi6FPffGONeaD\\/\\/RmOCr5lJtWEsaA19mpGU9n2aSg7dRuz3uBhvlyReQ9AfxqoBGntd9Ln7C79Sxa124gB\\/qWUWTeR7mWqGr\\/5fa8HUZRNh8A+KWqePv0prXFSR2DoKYdqkcnMgVcY0JGqp\\/d7sGrbEpzL8+VNJBjw7LkY4nQLjhrbbWA4ZgoGeYnV0W\\/ftjVUiOudp73zElCthh0vPfeOvSR4gFCM1kHsmdMmIHTLEK8Adt3CpEIplXGF95ajdiG+TJ59hZXx8\\/ZVg=\",\"FlightNumber\":\"SG- 495\",\"SegFlightNumberArr\":\"SG- 495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-10 10:00\",\"ToUTCTime\":\"2023-12-10 12:55\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:55\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 55m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"6\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"beea8-72695-5c884-44a03\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":8897,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":7620,\"Tax\":1324,\"intPublishedFare\":8897,\"OfferedFareAgent\":8897,\"PublishedFare\":8897,\"CostToAgent\":8897,\"PublishedFareAgent\":9597,\"CostToAgentCustomer\":9597,\"PublishedFarePerPax\":8897,\"OfferedFare\":8897,\"CommissionEarned\":0,\"CommDiscount\":380,\"TDS\":19,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"CPN5344077331396858078\",\"Fare_Key\":null,\"colors\":\"#00FFFF\",\"FareClass\":\"Economy\",\"classOfBooking\":\"CCPN\",\"GSTMandatory\":false,\"fareIdentifier\":\"CPNS\",\"SeatAvailable\":\"6\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":380,\"NetCommission\":464,\"BaseFare\":7620,\"Tax\":1324,\"OfferedFare\":8897,\"PublishedFare\":8897,\"CostToAgent\":8897,\"TDS\":\"19\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1324,\"YR\":0},\"ApiNCM\":380,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":380,\"AgentMarkUp\":700,\"CostToAgentCustomer\":9597,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":380,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":380,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":8897,\"CostToCustomer\":8897,\"CostToAgentCustomer\":9597,\"TotalEarning\":0,\"CostToCompany\":8897,\"CostToAgent\":8897,\"AgentB2CEarning\":700,\"intOfferedFare\":8897,\"intPublishFare\":9277,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"19\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-10 12:55\",\"SegFlightNumber\":\"SG- 495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-10 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"1\",\"ArrTerminal\":\"1\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"EB05\",\"SSR_Key\":\"\\/hOciBcp0WWc7E6oupxBmZnPJiV7xvUkxhEzZWfPdHflft0LCjHKxQOEgGtMXZYnh1mQKIG\\/qjeLUdyMTZH8zTrMk1\\/1yaAxtQEo8Rpf17fJplnSCvkagY417mk8gQ1eLtYYFvvTRBuQsjQbsIeejm\\/vWpixQ6kTxiNXN2s534JdQNLMPibSH4xtUwGC8I2QmNPLTe6sdYBdh9KBZZrrmJBZ0NjTz+Ggl07hoVDoKXAOBiKcuXojLdThi1QI0QTdFqZ28NZ7d10xC12YXisfloAq0l437Gd5ejxQmpTIpdHy9f3Fu8aLKryaks9P\\/OH6RnbZD9XGfh8dlwkO0fCfpNbC613J550LxTC4aue3hXY2QwAh9YZ3c2g9UWiZqg8GgKkTPWH9mF6lbzNxDKWZFI7NqXurzxrDmYny4MFFc2caJ+WWCsG+3bccQDHPHhaCNNVYD9PpoQ975ooakqwfBYHQt0bKtU8nNT\\/GPDAQLPl6OHuKIcf4DZVKAJP+Rd8MKc8mHYsoMy6DYR+zRtav8JsksV7DJoB7QQ0a0mQN32PhQhacMqGManVoQMt2DlEmWe3FesbAXLGpeg5r4wFIZA==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 5 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"Prepaid Excess Baggage 5 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"EB10\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALXdnygdB\\/baSwv4fX1\\/fbfnIEPjsDjjv\\/3DnMPrWvnXdziWPOhly0hJrk9\\/gwRTehDYpK8t6vnTSD95t+lSPDR5n1w08Ncoq+jGA7Q195wJ+qXcn\\/gsgEdH97pPq5iSCJG5+ZpLXt4g9g8MCNGccW3M9H+0IcNG69FhwmCgJLw3uS8MtGkR5lG+he+4PyfKkFuFIe\\/Fr1o80dY4x1KgMIS2o39PiSSslmlxklwescKNs0zm9pvQw6sWV00RIVrNMNQZVY40pDl8mQ178NrnJhefC6uRxd3VAO2S1WqFfvNynrdw8r3B2bD2mCEkfIzJMTMnvzuc1fk6g67l0B9sLpdzL+WEwiKnkjFcT8q+O4bGlG8QDOmyIa4YMqPBE6XYaO6b7TJiId6NgT47SR5\\/9G0r2WWQG\\/e9foqdso7865RgtHK6IZcHlng\\/Hzx8rbqOATaMbFjzgVT7nKOwTU8lezZhqBKelPmULanmUz8aVn4UJkjwhxHx66TLWZdQl1FGu6snm0HC0V9OIX+eMmXR3YufEoI4Tvun1mTknhfa4ZoKPTLxUvpPP\\/InIDPP8p36CYa\\/eWAtJs1jtcoQi4yoxHAE=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 10 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"Prepaid Excess Baggage 10 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"EB15\",\"SSR_Key\":\"ZqGpfJJ5\\/h2Y2JtgigxKccDYfSYmzX+PJelPga8rfVrnVRkzr5ubS4aAEO+lymImq1VOtHl6hfjikqMaMxCdKTpbUEWki\\/ApSM8ITGCh3YTJljqU4qOH73rsOqhJZilEVMnW0rxKd2Vg0o7Aa1LD0ieRP0Ih+Y20fN07jh8rJPlp3Qa41Ec+2jazR4Zhv7cIUjoUuCr+bH6wsr861u1Y6xYDJSBsVQhMRr2uHtt+4PFGlD0hMiGGiVsimlWsfGQZOscXOq8CJSoFc1NM+HjXbCrPMtvqP9OLjepRtjr7OyWMTLSrhWBvBhCwmyGB4yxGy7uASpijdhUwps56czuCdnSjGBUTDdehQeowbOm1WAdBVnOEjrd7E\\/N5f77o1HGM7qFr5b63AKxRfUdcCkVlCyX4Iqe9CQo5aDyjA4pRnNBNbJ1LT9CmxQJdhpPLuj5ijRs86j6rxDIUeAxsgKj\\/phhcmvkSTdrILFTlPgHHbwCsUGXmhX3p3A4XmLjFmRPwgyt3FtNbdtFMcqZLLdyBmn5ed10aeVk7COulAPZzSqnEMLANXrbNIWom0dW3rW15vyHCN+H48lN\\/i6NXnV7qDQ==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 15 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"Prepaid Excess Baggage 15 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"EB20\",\"SSR_Key\":\"UeIDiC9acP1eNnp8VWkABMBvtu+BctmDeDnLXKQlDlRe8RcLrEHPJ\\/Qr0F5a4URJjFdv\\/C1kcnnT\\/o9s3\\/eECPP25kHWpbQU6wvTAssyO58RGuNAk\\/Dt+EMub0c1oWCDw\\/pLTlOaoPuRF+9K\\/oxLbdEpALSWFamyPC9NguXUO39MrrPLi0cZUKCqzz1fhoMEFJPHHmw6Hqis0ybURyOBd8YJXuTjICJ4ydibb4wql8qJ+RfjI9xYLf+aHbuWEhVsK\\/Sczn2y19KWs+swtHkbwWQzqr0z38UODlVim0uuAcsaj0DUjG1+d50WLyZqLvPz+kJt19FDKK5XXKrDmszJdryDkyKJ3VtdSWMNS\\/JHI7GTXcYjCBry29J8tfsUoLGDGR2yLYV+m25h7ZEIaxouYGDLwgg0lsunj3pjZI\\/QscDrVnf8hE5v85cBBZzn1HRiOG+B4eO0X\\/+vumIiql2wUZUFQPFfP3C5EQP8RIa63NFcdwW98TWE0ySrxyFsvK+LOCyJwoWcz\\/8pUPUSpjnIHCkdmSp6UUAw8dbS6jCmTaWxsKIFmjHpN\\/XgehN19H42fqby5TjUzheK2NvUuHU66g==\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 20 kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"Prepaid Excess Baggage 20 kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"EB30\",\"SSR_Key\":\"mUSkmOObv0dH805AU1GALenrIgI2OCExRYe6QcTlYM8HQvNnZoXMLc7dfo09GQwTW36CuSIlZJO0LHUgwmUjAqoDIPIYPe4qfMVQB3gxD3UdyPiCrO7pii6pR+Yd9cLit9KbKDOnFS\\/sgu7MFWayyY5HSZ6luM6kf2XheN9pW\\/+hMKRGu2jAmt9oxctEQrDfy28mwUlsSFH\\/ze3uLK5NQBaGcmUowbeKQTy1MNad3Q3nieT0XIblLVh5KI+ZqoJwOMB6vhFbcsAgpdTVegbBw+TLv0nWLg4tVhh7gSE91yvBxw9C+0Fa5IudQP6Zdw4bYcoyE2Jj9Fv8x51EGSON5eQBdPTqp7GkZLEMzzVk4iKRGDe0MKBhoOI1SvKjrBwO+4ae70aE69OkUCbthD\\/BJGP1smwZfjwHcXWbEQCf\\/YpkSBo3umJa9oNe5zgn2tVR7LOJwLh4kFupROx1KV4X4rkAU5eJRS\\/V62Wdr1fPnDTiVxX11Qn5NxLRZ2SthBtjw1qtBCswKS0NQwI942TdtVodvfvG4YpdTGWfymwWUhueF9OvQ4E+06CPSRtKZ6viNNr0Q3V0Z9powwJSkfOOLHPpYwYYOHiBAGEZ4KUxdEU=\",\"SSR_Status\":0,\"SSR_Type\":0,\"SSR_TypeDesc\":\"Prepaid Excess Baggage 30 Kg\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"Prepaid Excess Baggage 30 Kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"VGSW\",\"SSR_Key\":\"CuekGAFzy96Mipj6oyurVnqtaA6ezcU0jtBn+CbXJIO6SuMu+mnIkM2hUI11szO7aBVAvOlADsFSYBKyX2WNW8rM5rSMjB9nAW90zrZDGfhZ\\/PKK5OjlYoSJNvtISzb1CF12WmJc16j7epJE\\/oikWPkdjKh9t2wM3eIAYj7v0sCBjpMPPFqK9aSFCGPbD22aP4ecj0aXVzuRyt59OK3ncI\\/YZvnXaOMZCIzmlstLHerO07su3ODel3A8B67bSONEgeXKUOb8PmI192bWr2sIvRgCssuIMkSSSNaSxIljBkL6KxsfTYYoy94Qp0rtAeA6r\\/0KikqYZ6xJYfLZ29z4+XZcqvhPEyVvg87spwiGlfCxHYrVEeYydXNjHyOSZJ4CzKJQGgJUMEvk3TBZ4TiKtXl6L6dB7wffwP10LCxSdcwW27VSBKM25\\/xrYYUXAK5opv8uk8kbxB4oh6E8ARSlbVAsQIcDY2qn9R2eR51S5NRa1sy0epQMAn4kxF66ErCO7VtlddNR5wvvJ49iW\\/Xj0uOcBzMBY0Xi8\\/XGT4NXKDg3OS2zT2GHJPv6xYazbkwmX5kC\\/O5hBi\\/PTumApkJPcqh4QW4zKYTSg\\/vlBrqykyqQ7qnhKpIoKTfhNnFckNOR\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Cucumber, tomato & cheese in multigrain bread (180 gms)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"NVSW\",\"SSR_Key\":\"xbs\\/77sr2fZkl9NmkaOrxVNC779XiJzJPDnX\\/SS20yjQxQKR\\/Qq3Q6tB6hUsOZjlBTznuwvZIs8dxlkQyzuvQ6UHEo8Ft0ds5WcOgsn5bnuvQ\\/h7HLwo0GZEu4Ylwwb52uJvLCw\\/p84w8xII4r06hKHEDEYKuu\\/dPsczoTE8nmaqyvD0ASiXAxirVyymWZ4LnBOTY++4mgcaLReOqXrzRGAXfFyV2hX492rgUINEBto68TXRqc4qQJFF2OsdlZSLDDD30U4YhYzPevCUZL04hqiiAIJB0shshVrjA28n8X54q8zjX9ddo7dZ9aJ\\/125yddkiE\\/SauxmFOlccVY84nVBWi+hA\\/Xx3wLGLO8nTV3SNsfiHDGGqdIs9tPYPRN296SkxIOWe+w4oyPZtCPLfLY600qI3mmXR3Eq8HrYxQydyb33nJaJtSl\\/dPOZWUw9pUrukR23bQ2nBeNNgNvZ2o45fcS+FIfvxr+eSIu2n95AomNGgVxzeLqLLmz5yfxrtk\\/lD52BQg5JgHVL7EefoQXcFWqJ6c7m7EGg9gsat9As+fVkZ+ykS1Zj9tUT1U5F6GbFZTXrc+7eWM30TVKwE0lyeNlreCMxIAJzgZLrjb4375jx8DmcxzxTf5+aJ79tM\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":445,\"Currency\":\"INR\",\"Code\":\"NVSW\",\"Price\":445,\"Description\":\"Chicken Junglee in Marble Bread  (180 gms)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"VGML\",\"SSR_Key\":\"T5mY6JazKaYwCWEbR2xJYi1NJ8p08DRXwXBQ+bEliWG+Nv\\/yMx94XA2YvZmzUrYS316YZ4wZ95BTrZoV0kfwF+ioOOhMa3bOel3wkL1Wqrh3QXPGJLQYa1AqITbD4IvBDi67QplFDIqw16m4OF5qz8N5VEPXkV+7NJproBWyO7Z6ceNnnKR+qiNaPFg+JUh3\\/LsV\\/750qtEflG\\/cr1WcJ27BceGz7+Fc6FO5EtHD7KPfyBRPxS20YHSSracExTPAwqi50SgWDFLpKF+lQbwBHK3YmSeaADLB5OaY9FGAPx6bJJzlNaEDGM6idNP5Xh96dvUmWGdHSDOe2nuRXo044aQH1ydT0S11D80OOOCGFeFuJXCvTygXiFJSbXSA16te7Tc94u0KV2D3MfzUb726PJ5WsGox+fvMqOd0WUyCgZa8MV6zEaqJIVL+xwr1sW8Bmi7L3r5lVqXrUDx6DsqP6QVpC6Gef7CfM7KF84W4yWLSloQ7AcP4dRfn8HKzD6uM\\/txM56fsPcRZdi9ZOh3ruNndhAif2hpBwnP8WHTYIYRaJt7967hfAr1h5b\\/mg+2Yw4D9RSAhsaXz2yuUZHiCH41EKqyvEvZJzWuViUbBiO0ju\\/Ci6ES4IwOm08ws5238pnNADU+qbKnt+iWdU8ZT6lP8ITmXTEErEUiY50XBQ7HvXPVipyBTXWku6tuWai2MNtzANjUAaw5UDx4emkWNkLHzm+kORFsV4YuWV8oAJYM=\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Masala Dosa with Tomato onion uttapam and kanjivaram mini idli in sambar along with Coconut Chutney (220 gms)\",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":495,\"Currency\":\"INR\",\"Code\":\"VGML\",\"Price\":495,\"Description\":\"Masala Dosa with Tomato onion uttapam and kanjivaram mini idli in sambar along with Coconut Chutney (220 gms)\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"5014902371020775146\",\"Leg_Index\":0,\"SSR_Code\":\"NVML\",\"SSR_Key\":\"Z2mhNmwCvnMyje+5l0uU9CJr04CRo8MdfqaBWNmN8EvYVwERB3A1yAqOrwIuNuOyVf+Emw+1z0aL+KVwBidCVl4RSo9YFPLsC4Sc8tCyhgoXKdRunwZOvG8gKTOYnywwolumdGIQOTZ5mfv9i\\/bGo45E\\/IJUIFohpQqrkfOZE9xmSo\\/W9zctRqbByHsy3md+ANSBM9nJqhE8AXSPJq5iX+OuUwuOh\\/w9EHb+8V0Fh1RY7fgFIiVcw+FkrrAFBVfIuSeVZpWJwRZK0LSTKgsZlSgnmEl\\/zENYjLq+YO43AiQoeBq0osLPDaqxQudK3u6M8o+39pzphj2hlt7RcEhwyvhl0QP0aF92WnVbva0StzBK+4r\\/AofA70yb39sK8Y221O9Fk3l7rluKJRrM2G\\/oQS3ToljK3KBeBXZVuWhXRc\\/3QkbC0qaFoFvl1lvEWrhpZRJ1YhYAl4Y9ezOsrZ9WAX5MGdYhzpo0CJ0O90zJVFKhduqnthB7QfywdJQt8dgOZ14PCxVmeXdwc6n5hwn+Gac9ohAVQGpjVW7FPZCYvPFdN93EfSflLloW\\/byD2tek7dQuVsrldrIm7fu1FbZ0v4yD67Ju+yKXAsBrMdnxsEKGOO8nxpeVyhiG9hrx4DR6yZ48YuLO41xqTwfalCXhDsvSqxyhOCf0VVQAnl1nmy2CKfqlRL0JOFIDZtN2hG4qIOiygq44CG6aGuoRqtt\\/jw==\",\"SSR_Status\":0,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Fried egg on buttered bun with cheesy chicken croquette & oven roasted cajun potatoes. (210 gms) \",\"SSR_TypeName\":null,\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":545,\"Currency\":\"INR\",\"Code\":\"NVML\",\"Price\":545,\"Description\":\"Fried egg on buttered bun with cheesy chicken croquette & oven roasted cajun potatoes. (210 gms) \",\"segmentid\":1}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni9PGriUFvKiejJ7EuBI72mdFynJg\\/O54215swLfxaG183MiwMTGWNeGzOXRZtVI\\/3PhzN6ey8JeeqMxbN6ZcCcsYYEqJ\\/b0tAfK+rOI7wzVc\\/6iFZ+XiqrJqLe+85EeKUA3RweeugNvOBC5xv8wnYiDYP2C9MqIL02TEr2oqizRiUZl9NtDZNRJnHiQYaO9H6Q0Enb\\/SklihhG+wX8642K29wDe19A4Lweq9m4lBx1M9AOOhc\\/kIhnoybk14utzKtife2+TIqb450Kxr8GEgOxBaXdfbZgrVzlT0acGlB4SQ5DWTtRKe8MG5a2iTPALf\\/PU2orP+i80ghlhU8+wC7Y9mcN0usHtCmwrI\\/VzfVlmxmkSj4ghKF9xS88244nzx60QKFJHQwvrnWxjRpzmX+rXGaIFwFrMoCsdsku6vP59mUMG9ltDn7BtUrZrKbnn593N2s6bPB8Yl3Ds3IBAsJDxvPYoSfT\\/nIQlvojeUrn+0N4jxLQLqsiZyZp15RzxgnHCfHBLPg0PtjCg6t+myaCMy2Gu3zvnTGIIb1j3G0GbRBQt8YCMveCP7G43RXN1pi4eqYlKRflNYKbcyW+lnk\\/icoTLR65eMzfvcPhaktQS7x\\/uwx\\/PgTh8JLKVPKAeYaRsDNzHiOWBdDFM2nVKeVet1kGBVrndkCC0DcJsuWnGl\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-10\"}],\"apiTraceId\":\"CPN5344077331396858078\",\"SearchTraceId\":\"beea8-72695-5c884-44a03\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"10\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"09\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"beea8-72695-5c884-44a03\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"10 Dec Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-09 22:36:37\",\"IsChangeSearch\":1},\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"152.58.208.118\",\"Request_Id\":\"beea8-72695-5c884-44a03\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni9PGriUFvKiejJ7EuBI72mdFynJg\\/O54215swLfxaG183MiwMTGWNeGzOXRZtVI\\/3PhzN6ey8JeeqMxbN6ZcCcsYYEqJ\\/b0tAfK+rOI7wzVc\\/6iFZ+XiqrJqLe+85EeKUA3RweeugNvOBC5xv8wnYiDYP2C9MqIL02TEr2oqizRiUZl9NtDZNRJnHiQYaO9H6Q0Enb\\/SklihhG+wX8642K29wDe19A4Lweq9m4lBx1M9AOOhc\\/kIhnoybk14utzKtife2+TIqb450Kxr8GEgOxBaXdfbZgrVzlT0acGlB4SQ5DWTtRKe8MG5a2iTPALf\\/PU2orP+i80ghlhU8+wC7Y9mcN0usHtCmwrI\\/VzfVlmxmkSj4ghKF9xS88244nzx60QKFJHQwvrnWxjRpzmX+rXGaIFwFrMoCsdsku6vP59mUMG9ltDn7BtUrZrKbnn593N2s6bPB8Yl3Ds3IBAsJDxvPYoSfT\\/nIQlvojeUrn+0N4jxLQLqsiZyZp15RzxgnHCfHBLPg0PtjCg6t+myaCMy2Gu3zvnTGIIb1j3G0GbRBQt8YCMveCP7G43RXN1pi4eqYlKRflNYKbcyW+lnk\\/icoTLR65eMzfvcPhaktQS7x\\/uwx\\/PgTh8JLKVPKAeYaRsDNzHiOWBdDFM2nVKeVet1kGBVrndkCC0DcJsuWnGl\",\"AirRepriceRequests\":[{\"Flight_Key\":\"hdbblPEYtmMrOhG760CtqOMia8xNMbTRbIyLYJTLq2DjqA97\\/2q3KvfcFEdGpF3iAFdUW2NqMt+XFATnhc8RK1b+sSUxAbikB89BQAL+EFFWeXd26GEpjuFDhN\\/ZsCScZ4ktl0G8Fn3p6CJdo9vFWfSmrVKAGHF3RnUQUGiiByp+tQiAMCccHI5WQM5s\\/\\/bGjj3m9iL7D0MIKDZ6x1OthARpVPJ8VTdVPfxN\\/xr+RXuByUsJCUbTn4Q67sMvGVdvescqe9JZeixRID+gjzwxTMih44UPahN+G2Z1\\/f6dbDqbxNFItAkylqrpuGkJYgZpol1TXRR6IA38dBIJhqQThgZNzsFRwAZDzyiaUjZEv2YQ1U8uVsO8JXT5OattWytJS2AygDbwK9EGHRf8iPVlEaImWFtjATKg410xBw+754AejON1zaClm3NbzaTFMXNsHDwUAFwHoJWMIsrKMaBfyJRVy9PyNJ7oDwkHQaXFsFTmogRiJQ\\/2DE24yaHuBVJLqOA3Gyq4eaHKuNDumgSVXcir4w1Z0z8jkRWFCM00Hcd8cTKKKSao1h1gvf80Xkl33B5jcG847\\/lAqTBHCL8NMA7UrtNHQUYXldPI2L6PZRqcApqXd5kYxmg6gSumQK+3qCWra66dptKYB\\/k7uljo1\\/Iz4bkegv850MlQIYR9AE3\\/AfXF2TQdrLcobvhiv7sjy80W01K0RuGrZiSYD5Z3CHgXhxSwfDWAAPKWCcfea5zTnSMztYtWjLe+eriuBSJs3CJhsjbK8CFOZgyXygIc8J3Pm8rjHod7tH1vWrO3KtLoJsmfhp5dTjbRgt\\/Yuk+DOVvuTlqm3+15pled4l2bDckb\\/Wi27EKBS8mEF7xL4PqsF6Qqca0m6JA8H\\/Ilwh+bZjoAS+ZbUwmb6XRXzIf1Z7rSHYPDw06IsrkNIGNmiG69XfbmTUfdKvYtbPX+TAoPMVqZS8oZASXyuA49TFe21+rL2d6YRCbKTnVUC4N8yyivQS5nRq+pricYlZa\\/FNm+VUgF+QXqy6F8Py4YgFgJ2BQ99m31lbnOmXwrItGipFQfFaCg5Q7lummWqfOK2VhkVMQm0mDlX+dQY+Cu1tBpxBFMASxwqa+ALvltsiOs20qmUPGVZf79et4CZGsX82Ji\\/JrXD0UyTDBPj5kehoGREiEXKQlBnD4Ul9QyWY7cZUPwV0zORpHZSp4qa02C1FnGSg8IH7tTTqSpt1ky+nH8ELAYkaEuz7GxOTfr3EfnLN8pT8p1JmNv6coRcdwn3RnNJ5O6ZRG\\/LilqRmxKPJqW5O7F5yWreV167qudrWXDTxfq1sCHvOI3KDuZahR31OQj2ggheNHUelUAsRdD5PsPmj\\/z1JjtlYVnTNk4\\/XRW4ltBO7N0wQOcpReGd0VPbhj1II+6LooR6mjLqdVuqYFF+Ho0dVkhGPLKvFAMfew5m+W0Iz+gcfEZJsLCLbb12vvs8cVFmn6vkiCsXcreXu5Ue+fO1Dk16qSqIB1ngQ3S4rNnjc4Rbz8FyRTx1sCue\\/ljvAc3jmckomA0fUdnp3NUyrPcgCLG5phZj0DTe2D9HGit5ttKwXS7faHk7YFQyMGxaPlBp\\/thPB0U1Br7BjL41YzhoxPrgQR7vZYhoN3sRYfE5SW+6hA5pdo6Bv9MeYnrdfmGRKfsGH0OxCGWd+6AXC84qnMygEci+miNi5x55bFd8VWmczREG5vTl7+rDkog9lw7KWIWCAhq\\/xOVP8z1jm83+93aVXNYAsxSNk6L3cWxwioO0PFfLvyVRPJdLIpVqgun+e+UKgUvmIZb4q8LvkQLCYzezSLKecEqvzPGmM5efCsikbspLBR6BIC5FdCyp3FEU5+1axCzazgTz3ko2rUQu7kIaFrHtFRvCJO83D73jXErzF9GbOpMHdBp2xU2rhJFIK1iJwZfFrwTcGZalDWLMc5o3bGdAXpRc8FsnBqUiCdqyaVEv9OYCYMF0xvgZAxFz+5yR5S4uvdfGomJK02INANBnHt41HykCd6ACqm6H\\/BBnCAJTmwRPGBuNqGR5F9ND8AYd2f+J1iGNlHwBZVm8ypJ2xQ8\\/KVfg\\/iszKmKb5\\/7zw5cU8MnadIwD\\/IOVPGQUIckmQyLJt\\/mSBFPWN5gvoVc\\/4o6FoAbYNYm6od7EeXAt6+\\/Vm6b3ym+vHq2VsOtOugFoxwAEHKfZmoh8bM3ii46HS9fpuIDyQpvDTQroITa5pSXadA9hKGkLO6ZEfZe477flDYmOLXiOAJ\\/k3XyTth890HvQ8ppiaiHFVIXdLcPmxhRTsJ8kWXSqRigPwm\\/B3XvA\\/+b12sbtb5j\\/h2e521rxM6BgPmMqfifKP4tceqFHqcvKLlaDivHTeE0G8WFgddSjfH18Oq2UvqFEydIlSsjzJdgT9Usl3A1n9yZZqOjO6POjVbVGKeysNgV7C2W4iKgbXH\\/lLCJqcrKeRJK9EwSFVeHqgVc3p9B5kK5N5ctV1yNWv6kXhUzCZP9dedngOJ5wA+TbqQp\\/4JuUmKh0LK2tePr+NTeUcItrF1nkM1OzbGFPdPTFScpchyrkfIiJJQ3jd+fEf2FaxnCfJzoCfPxRoG6M\\/V9j56ReUDQHatuAXO5gjTxyZFj+P7Us\\/OFw1V71y+900hTwcWiHSLnvzrORCdca83P9cC36mC3+BlVhXE6kyJMHJGsTosBOJ9pL3uRviROlb+uyHfJ7InYSGK0uT6Rd0PbMvMl48QfU03e+j73avYP\\/GRcxkbu49VysbAt0hf6j37Mmi07rfwQ1jE4JOvB7Du5+yJNw5GjYMGiuLGPebfBMMx51MMgghSzY\\/57TSyHnLPEZfE\\/e+UFa8F5avcfHV09lJy+ieaQpbrOp3ZlU+pO3HOh8xVy4E89Fw+ghfvJLERLdokgqdfXJ60AJdvLIOlfjOrivJ1jworP\\/O6k1hUDCW9VgOkdr4udEy1jEmJZYn4GPafynMafskpM3Fwd9pnBMMiNnUlcN5s+BVht974NUCPXvLkc5KFZ1wOHgeeZWR+jTfLQHsfhHzP6KdRPMqpCUT4BQqMufd3HzLUO5T9cS4nBE91gjB4kFaKdhWaA\\/BCyTnb9uOjQVOjUotHRWsAWhDSckiQWmfBwRoYpV0NcbPgytmhUZlTs7Togs1vHyrvID9ogmW5Y2Kaj5r0S++gD6C2oGL6ZYmHOv\\/O7qa1GMYfd1tRgn0VBI8hZfdjKv+iJmG7VKuyYfbGhmhYMGiYjnUzFvgCJGVDRi09rXBOiJy87zRLS83KM1DjZj17XWNz5o4Jrx7g0NEXXgMYq8kBewmxzx0DDDJVInEmkAQQ2M5HZTinAdRw5n19Yl0vneaQ9BDhMh\\/xyP7E3u4fxrYzNbgx9Cf2afsJYqkWBNIEXKdurKyDTbWic71IXuQ1cYspCMI33IppaHe5qRu60DaFVahSc3PxlU6Mx6nxhuCkroTA\\/HNxrZsDZ6U+prt4E8wS2jxiIWUeOOYmOlPFNDPkF7Y1NcZdVqW3x1jlgW8xreD0ZnuEXRuqozwDb\\/b2oSKDnqCVMCzOB5sFUKezbkcATRFdtlkAlQWy2IGz4bAkPPbfcDLN6umQ9HnH2uxqpXvJLNIyoLoHzaUmBko0It52oeUtsFO21nonBY3zhECbeAAwVA7BlGkgsGC0KaBFFuhiHILfn7J127PTe0\\/nCIVx3lZ68qpZ5KmQW4Ea6lY4gkU5FC4SHQXicdc6w99CCTvd2BYaCBF8+TcOsjlOI84m5QZzAMFRFyDx2TzkQ9O4M+uC55mt0Lx3RXoTWntv4cPYqSN0s5DPiuaerMNFXq826uclCdMBXGpNlQQWdmLSLDWNiRtLiOI4JkMNGhWAQDrXC\\/fkR6aPiFjIq8FhlT2xwXNRVk93ZfQ2dgqT05v5hUeKOYZPLlQA6KlJ6ZxM5PxVLdea+doXuzitTftauZSPw5EqsKEUjuYmvPoAqmralF5haQmYFShFJF2VJAhFTBaGgwiGURJLaTtINAcFy8ynqThJa7ShHCYKR8Py+S4DM2G23mmDqtFSovKOpyJLG4TW5Dqe5OXzEZCx9f\\/WQaGnfIFsVLuLcNAQKYQaw2DmtysqAPV9VPwIYNcn9s\\/0sOD0lRKqMvFbkPJjlDwpDHe\\/O0etHDv7NOXRgTTpjDCa81sOhwIv0IHrjArri+9kg0WhU2sVFoS6+UkwQCCu5nIZdbFNNuAWvI2xMxwkYIs9PMlVeqau3CpeqnNH2kKJojUD07R8pEADwgh7pxZaXvKmK3bW24+i1BUzWobGUYznOmucToLCSW8VKY8qHabj1mq8uVkCdye2+Oe2hjTvWli5Vq+F+4n2HwJ+F0LdppMyklmNWP6KYGtT5K6mFlgINpcbPzPznnRb2BJCxrMwIJQ7PD12F3xiH\\/5ZRFbytdHknVSQoKjyN+v+xpXKIeMee3ZyhgbkD+LkvavJOLKirutvq2WPEVoe8nm8RDe+ft4I4Nv4CJ3lcDc32X6BPm54A7rS4TMERjNv7lQZUU9PE8HD0BgCYO77+BCJkeD9ramEaThqLEMU3uQoG4om0FJL7Yy5qKbrfi2mhTVvaFLUtLuQUKdMxAuw5b2hI2yBsDEeAUjsMiA2dLc7uCuvr8xxIbqe5tB2ajGHOTV3Q060Dz4MMij2gjOF25JKpeU5BunjfBPi\\/7\\/lpCZiPrlJF8ayrgatFza++5yf4oiAoEFlRSWXx6ccwBUfWw0l2ugdBsaNdGvCr+NnoSO+UHRzUWZimhzL83NKY03isOwPlTdLNxNpZ6xxnPgDQLlRWbMdAIhYD0qVYncwlw2y57v84WjuSdYh9s7Tup6Hj17QRZ\\/fMN9lhqaloULJGowk0PpsdRh3yTa2iPYfm19isStdxdh3TFzGOuB72fBQDQXsHJUmCUImM0oGns1Jm31qIP+tiTsWNzWNAT6xggG391a+G4URKQDStNsaUjFY3Dw3HFcdOeQfJeY\\/j5FrbsIQgIPB\\/Eu3LtgrgsBKB0AR9BjUcrSsKFWNPX0KK966EGMBhLhwcU7TVBifJTiHY5IiGMeeCn9KQLmVZuBqC3zxSTEED54blk+bD0UxpcOIVrkX0VYt8gX4hYOmcMd77f5I377pYpyklbi3VucrSVg\\/dav7hcbMHc4NuG1SqhWkMZmaTITVJHxVWVRKOahwqVSYeUgjU+kFYELskTAw6PkJ0PpgzBOvpz\\/1uoGEAtCCmogFSL3oy9\\/1p3LrAQDpyW7v6CC3JV58ARY0BDInbyiaXTSwE+HlcXhDFdHrtWphI8nrLI0jNMOiPOtSiKcrKIfLHDWi5RrThRZ8GxrNfMrdNHYZmh2IRYislrQ65tcUfDhJlrCWOYgHehyYkZHeMPQA4mNMhtCeeWMtW8sXHrmBImWJoTZ5iHUTnUmG8+VZ7xsjk2oe3EX+Vy9Cv6xq1RizhhDkKe93C6T9jfzSzxt26HqmqFmV8I6ctr4Yqatdlauz\\/XyvfeVFm\\/USU+jp3fNC13GfMncUuQHk2KsW9LLLCt530zSfeUTLyLj5\\/SC0WvwVonAiwSnAIK\\/Gf+cMQGaCngITO668ImEt92RhfVH1p48FM2rWvbqAqs8n7fxSH+WF9r+VPF8FLYzYTDtrRlvje9uMAtjoPkhP5E6lNEMklsMmtUFAU8T0ppHQiVQdLFGbEKI7v9QzDiReO2mkmtPRiZBK9gM\\/ZJzCNA\\/m96WB5+g7mZ+nrihwrvyLMu\\/dn6qOnyX7yH+3bs7ny8QT1Jta0GF6lGv2K5J8UG\\/fIlggV17lXR\\/wG\\/\\/iP2CObKIJ16a45axKA7bqLiN4JZYCF7ERTPfSOpOmy7NwhPvuRiMDAclXjsBBzjlP8KZ6ZlGJl1qFIUT1myDS5qMqLYEDooxxsf2XiACsRsd\\/ywg+ZJYUdq44Ki\\/OnpdHcNYApHF+ndtcEpUtvQqT69gFSQdONpKBJyO6tmfy39WNy4TJciSxXZoqwLXN75Cr+rxBE+N76D1yhBfzCIxZ\\/VY\\/5\\/6vxeTLXpDwzkHAaTGdcvZwWHV2HLcarfWzzUM2g2K\\/x3w8CV0\\/x1QxBP+SquLTgZBlAHAbx5CTQKk0dnlRDR5ySfhd0lAvWcCeGI5g2VDr8Gw2mJZSipFBd4bd8wZNCcKtN+O\\/EMDkYZHH26iZTCN6+QWZgaWaFnyjR1k\\/3UMxRI45mEsoO6wmclAmi9OTfWhkrdxGHXMQJcQYZIMEBFY+Sl0XcLTGRPb4tCQVBFCFDnj7XYYH4tvnrMV1YVjcLjnLAvEORUtIOX2nRHa6hyVy9WJ9FJhdWXTjGxutN3OWet+50UmvLMCZ87hge\\/zzfIgtadqoWthrMrk8t5nqVu\\/617IcikSRX9g4Cx9u9Q7yBTHqEQQHQlaLGSlWWNl\\/pw4\\/+LiqTNhFu0WvcjFeplU08OYizpvCBOhbiJNpu957D1OmPVZ520XBRcLq2PSYR4XWpfEL5Wxy9MEMTzZe7stLjEeGW0cqrDmESFrik1yuTAHWPFv2HAmQpxx6tCdckkSbUCN3sadBYPlEVE8Xoal4IUyrpQMBI7rsnW3REw2K8aeBNWSxKT7J1uClhVqsWR5vsiEjH2X0JhSbRTsL5WXJvZY8HLCq\\/PlFtwK9jU4pF169Hzx8v7MJb1+cMdgDHB\\/NxjHa7dfB0wsWz8gq970XoWvr7nZ15EivqnmW7H1ft9feFjjt64ji2lEdLTOVaQ0A1zt5apB5zuMs891rPcspxGnE66he6Upeuaa3QME\\/NfXuoC5F6Wksq8WooEDzWAtj0oI\\/bCU5YI1Ylm\\/Mp6k794EsBC9F6IgaGn84SEwM82S9x9N46jxX7TpLFBFoP3ycTSQYHZf3tYP2Lm3L\\/n1eKNGKNdUR\\/yexMWLKKD3OqiYPiSEFzeTAbMNhsm+QL2B\\/vyZcFwB+bs+F8D6TmvO2PsCK85nFX\\/bYUPkyrMxaykFv4w3hPN32v2MVRSeXP2gTcAzmtd\\/aomMRvkIj+grdUOVTQ29\\/INP9XeSyjfUMwzVD8hfpkGts+ScrivHRZZd62IMRkHFThqKVDaA0RuRQGrB+QGSLHglF02lepH5EwbEyyxmGgoOr0FEgw3A7PwgvaQt6f+BjUFDdlhUkkppBwwgmEM0VKICRhA+6s6B1E1EigZCL\\/8nlwG3QpUR+mPWgEYXK\\/74Dwhvcg31drl4SHniuLnpnzvsySWKvonXYxYju1Ofm3QpxJk5+eXjgm8\\/9iNhsy3R3OR6RjjY5ouaAqtDz0PmNsMkSoBx6YkJx8M4vxbXg0\\/e+IG+lSALPhHi1aaNSus9wYd4L4A1\\/c3AoT\\/NGwdnxRUzgyPQyEowtbk9TaW5dCXp+BliUA9mHXTUkj8LkqFjjNYCD627PxkvMvunjvIk4U1YAQYDe0\\/vRATuwxaxjowz\\/DPO8dxFe0Fh4grVYkQ5b+RFz\\/F6pWm2qf9jLr+G42f7Gtf7USt33OT8wgjkaWbNq3SPFIgprohv1rSUBwVCmfvwUOmvPjsr+YcqmX0SbPDYYwXnB7D+R\\/d\\/VdrPTi0h7C5JhEgOyLjL2w0EjtQNo904GGjdARKsFBtlKY76ti4YBdYSdQ9IjVQp33+07YvJKEgjciEsptUsHzwHw\\/aHZFo0dvZL5yRCRUxxO0R+pjnrMrvLIln40uRtRGauSWv6BPBQQsUI9\\/HZzP5OsB59zcAqPbeD8BKNaueM5Aj3u+\\/Dv4+QqnNThYWAfJOSeK1nKUBHa7RdW0MkndnHA1AYcpMqTZStA\\/nvJa6q\\/8lYtibwP6ut2qLEMJTA+wLWyPjvZBB876sGX3cmHJ0c\\/sJF77E2tal5hjOVW3PH79jz1UDBMJsNGNxGDWhUQ1FVWI\\/YFdg0I0DQqzIrgxJiAPKk7jcxotQMouzSUBF1GNMvwORpiJ5vBduUL9I8DlISX9OmvZSKgSLWbTkunFsllyCfWhJRziz2o1zOwnEjS8w8PCTWb6fuudnq3j29WVYkjgQ+vmbWkKtq6WhuFOSbW+q+UgjSmQppl5FjRr\\/YyhJEMPptzqOnlakC2nV\\/VHoL+6BUq1YgqZ6tjSJgFQKDVnidxIyIH3T\\/\\/kX+drrKItxJSFvXf5mgOLcI+tVMCPfTGGO4Glni97gei5+aaqWS3DndNMd1PafDJdf6kx82zr5f2zy17q3cYu1ifY\\/WhxM3Sri+eV6D5ia1xX3TNQzqv4YIy5NE2w62PVMiBHZXODVObqrVWbMG5xjmPw5akdD8U6TVepD4KA5WUHjyrdihMdjMAOPtQQRGuC8YuZ44+7uozoCq3wVMM7bQ1axdi1bojMxCvwpq9eHmAjuxuSeSJJvHxEwvnf0\\/yO8ugEx3NbnSulQ71a93Gi6eJ+O14YQ\\/pau7pM34CuPQ7MeNhf4XgiLbLF6q8AxmzVBgaayRVojrcYdVrxT0CKKX6wxCOfjjRMSYVA17UrevS5v+s2KnVj9Ka0gVlfc+HM2yn0P9aQAydHJwkBmX8nY6ms5Cp4u+xaAux8wgWubb6DjS\\/tWFJR0sn4L4muVhdf7Ti1\\/FXR0IUHt0SA1LvlCSDC\\/qSwdc2PFxR5CbNBNzEy1M6yLbmHiBaW+g60oFXLyGRxIFjjSv1S3I1tCWbzL9Tx1\\/epI4DPNKVVnBH8IuwuFArrpqd5jM8ZgCic5wb\\/Y2yEY+8Q6IoOu8EXySPsNuTJUParWJqpy5xTuaT+l8xvLzdc0HPW1UPG8dEHqAqvAxcxGjtaEBSBK47i+eSU7Pfgv+bhEBBcd25wSNhl6c3AJm\\/4z4uwtu2Fx56ZpHXgjw4X5pQH7Sm23HlujalE91fx0BVej4Fs0BnPbRDi9ex2D412rFyokO8w03cCKN3wBjuGSksjmua4ZEfalIQ3nfaCsK6Ciz97diubdMvpWZyVE8Hc6jFzJrcmZF5dYRxFEJ6fMDcSwx8UVxa0xtLH4NrXxyQa68hAvus59rAMLDJUzr3sKt6D2qjAuur6s+NBjH6nXX0sj3Nme3gr+gFWp+RNIapdmwlJOkZpd\\/d75JA5f6dAQCYz+kYsMF30CYJB9Y11idfduetUlwGPolL3SAm+SXwJsRLmnHdGuJb0ghZ3vPcOEt3DPvwKaBcb67lRggz1cXeDHo34nzM7nB6lbI89uvA75GhVWHcrZ8x\\/zq1ii7ALuMC13irh+ZXQXzAXZwBBKgileCHFxg9UmyBnRSxI0IE9hCP8vlNt5rITPt73rXyzsqRBWfWtnI5LRJpKHFzzlEq5bctUAOsVF9JZ666SUlknXFbnh7UT3b95cw4QquDrVVdUYnrz+EsUamL59ze8SDLsSYDAB2\\/5e2QZWkb6CZFowUNOi0H0w8aOKrfEMGgpeUBn4r89viOOwRfSGhkDR969QmgOz1jyBoPdgtWDhmQBlaGiwMFsnTtDHnElkrq07tFzC7tmVsC8UjCxC1FEAoTL\\/IhDCxG2u8Lb3ZNpFr0stRceovRUp9pn79Ui+hA15ZTYK\\/KSrn2yn38VhfXvCQ84ceHtgXmtljr3gdildATkKXyTJzbO8NoNoRxf8l28GSKjAcABbBBvCz97uVxZskjoOROr05A\\/W5At9In7af40snQvZXfynKlC2agLp6HUtqgRP9WTyeb0qwUqBeA2vu0hleShtQ+xVEoK8VdvApdIAwVCdxGjL6X2te5aaVSCS1NcE25H9jI3BoDVj2HovmPFyZZTyBxzPHfSKtxtrxUNg3HbYm2fjYeFeKrM0+n6XTIo+HbsibQvzOYYdtPesjUuzhiVYAx5UGdVjp8BRb9QVhjdVGFev\\/T7fzIL+Pm\\/rO3\\/Yhpjp2U5myA27o\\/zm6vr26IIvW3OyKakHbuaqsqwFxeut9dOSR4MekiCMBrITO+iNr1kvamjA7kUWpBbIlqZVS6k9kbjR3Tia5Syss021VTayIC4iB4P9+BNeb+zxPHpBdu9Nypaumohj+j1VdywwdV0kHCvnZpk2d5z02dupI5sB8UsZ7ZskoGYm+Fg3yif4G0cuhIuQd5ktBGfCGLv+5\\/hSQ8nAJHRsNh4VG15qbV9tLDVGBi8NJlUxyAI8IgF4uDudmMS13ZSekWdnRCIEwxeH0gAT\\/Eqxhzpts6rlHPioL+zn7sggVe31xq1SB75Vbc5Z5ka2w0czDjuBa6Z+gJ7UeUz35KKLHaWfjchjBFblGNHDO6\\/QM7RHNi04o7T9lqVtrp400rRxz8Rig0gDZDHTyekuh4P+X9diMjiq\\/aa78Jz6ef5LO01ap07VB15i862QKVuDIElgDgYiiPoxcR0OAkNebLP6pcttmRnbrf7\\/gWumocvgsOm+J85O4gRqURm6HIzgULdaVq2FsZI6JV0HH1sKTHYe2wHKMakp+efy8ntnJ58TttzRE+1\\/lHtaiWOiyIBO7lfa0iVBbwuYvrxvRcKsTlwZyOb4tncW8CI+L\\/ScK63IgquZG03GHOMFz7GvB7TnHiBBO2rNCFkQVNNUZOuiz8liBaUu\\/M\\/jUy7k+UXI7Vm08vWo+dyLRLcc6D7v7e4OY98SgjzpEEDUCe10Q+L7zpFoXDvWRVIyIep\\/fd9kZd03BX16qQ3W9RTxT1FbfeyonBaivY8vLdTdqQPOC2VTRzSLwjigm5Lj2nskdKgafwTUq\\/Ud6PsU+CJDzDA0\\/UOneFCmLbEoRPS6WTabLsftKhYgn5WwnMh2km1DlfCDi6dNNVOu8LwMcYWRinEeKGfkKTETcbaC3clt+FTMn+YmL8KpxlSid+g8Id0jc837Ob\\/gXTOwdOyIcvgymejJz6lTGKXONirqKs2ONyNZaK1dIRt31ofZmP8ILhapa0cduPeN0Cqakj03eFzko\\/lxXhjMggqk9IbQ0g90EB5Pegn3J60G1XS5jrVnSImCWuAnn9oJxsd2TsVgPMxYYJfQikZ22WmL5nPnEix5ojjlVy1DI9AMCX1DEma9ogu1i8x6GeRrJJgOhN6ot7UYiVWUXKxh7wZjcgcv\\/UoMXScLvLnCbBz9iq1upuwUxoi0NrOyLjg5lzgnm79pNKlqm4p2hIEfZ0Zd36jXahmK0tlYJmXprTORolit+yYk36g71fbecVwUQtwQZDqqXFgNZDIm5yn5FWK1arhQLX\\/erwxtdi1fIkpuwlSuEk9EuSgGBHStJ7s8iukFDsA1Unw5ljXKmpf+RQjlzEyGOAy1GGKRoYg3raWWm63SkXmjDZGWs3fmBDN1ns6uH2m5SC+S20\\/Inn8RYa+EKgwwhnwadSjmLSgB+wwN7T2LdEaaNNbAJqPBF\\/osge4y53e\\/Hr2m5q+2mxL1A6mIu8y1wqleK2j4NuvDBD+mIAsWyr8TZi1dYALzCrkQdPf2pYcMr67Odt25Hxd8Fpl6fGUFQDntNy8TnMGnmdkxIfg2iGWTiCWKSOPeG1rVP08Lo\\/+q5zh57hqH5u31S1Z0sBpAlc1zr1+s6vdabuzGEhu6ACSO4+xicZYZjpjy0OJ9puK8lLcWlw8y9sV9x5EczANbodFF9TxWbKYpvjzbJV7V9o5DbftWIqAvQ\\/cde3GqtDJRK+v4ZTn7LwqTMCBuHfXFZIEAQ6Z7Q7X4GS2yP+DcpCIzsjtkG35gW35M4F\\/QMLa5T2X5p2WiTdTWOAluofTrrqhNsocrPQ8xOM58gQwFFZNcfrYJ4KWvPwi716Zz4LTaUpaPjYySEVEYxZWXIUxKndRq7LGe+AcQQri4Fmny6rz0OCFKWK8tPf5zSNs02VSMVrpfIPDqZ59NC9DLqy1oxhQq4P1dVtCBnumUf65oRPOhCa7TU\\/imh1UdwuvEdRwLvSNrNHoyWRxiWAl3PIXdrlvW37A9oRs+juhfl00G6fWDHnQq6Vjdj2yR1tnYwzV4ILj0IwKMUSfeqz+xcN0GU9uxahrmdBR1OejdB4ianE6+tapqfq8OcvQhmphB1\\/O3NiI3T124iXlnfzmGkbCXvVzuQawvo1cpGSZ5UREnRuhXdmkGoQgYTt70FsTzi7VlKC6TlHc0kuct2Wmnm\\/IuOlNmcQJ8T8MJ1ExpDcmOFQFlYlPkqcHTpRpjTm30k1XG4kxp7wfDzFC4V7PVipNFENd6i1nKMdV3VRcJgR9uKSHeq7f2cTJVAMaG1SYKNwQYfoDQDMQL1g6YKAFOTKMiG6j4X+T\\/SJiH\\/bCWRiYZv+zFBFjgHvHfbWa0rWAYPca4Sxp31fm36zE5Jlwx3ICSITWpyU5kM7fcv6V4n\\/nmldz+xkdtLriDSgKECZYVcv22hzE7XCAdJ4GejmPO1bvyC7ZrvnjvVZXu+fQlrv96GhNoD+Kf0X21rCLrifel5\\/+WM8cULLfSDDdXnK8SdXXUDYx9OgV15mvHOOgrOio6zX2bxjgWuYzhLu8anbm\\/gBTmY8CiU20eXQmpK\\/n\\/aZl7WB2cBxAXGS4i9gOIn0jpANl9RNgCyjQPte6\\/4dO6WxYOMcrhDnyXeHKO1jXRX0IHtI3N4t2TllzLFOZHYENvi9gA5Ty9ADC292syPlCVPFnRLLKBWO3yfAFGTNR8nDHfGiZNfTmHQT\\/azKfhVGmwsv61XCZat3DqXVBJZH3GsdJkdKL1eXhBDDb0MUyvig\\/QtofvTov\\/EkUNqzb2IcnMLVAfxLcNyLXju18PJb30kVIY3w8V\\/qpEcpc\\/kZBVSMlabWU26QB5BVODztWU4G1yTkv98mUFfhMvslMIRLYPWDCVG\\/z1oxwRFOpcMTiXJN45uYzf9omYBljQOkEebIL38GoBTZ6YhQKjjVjJOOAV7CG2Th8gIllrzSPjmSDHZDo+vcKfilyihIfrKeb+MeY0P8wu89l+Yoi1n5XqWRMeqT9KchNEKmZaMPPqezJ7Py\\/5Lj+Cu+majMUtA9KiCVOJseWN726NtR\\/lEIsi2vrknvsZHKL6JnxjZQVscqWcSxjaJIAlacL0F56wknEPchjJgCCuRVWhyun5f\\/RhEmyNmkgJoHHn0gE0Gine6ELTbx4GxvgFZ8NrKE9vjZ1tqNP+XyEZ4oXwQ0VfHt3T4H5lroMfdt0E4gUhUnwSb\\/hSl7K\",\"Fare_Id\":\"CPN5344077331396858078\"}],\"Customer_Mobile\":\"9022903904\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"152.58.208.118\",\"Request_Id\":\"beea8-72695-5c884-44a03\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni9PGriUFvKiejJ7EuBI72mdFynJg\\/O54215swLfxaG183MiwMTGWNeGzOXRZtVI\\/3PhzN6ey8JeeqMxbN6ZcCcsYYEqJ\\/b0tAfK+rOI7wzVc\\/6iFZ+XiqrJqLe+85EeKUA3RweeugNvOBC5xv8wnYiDYP2C9MqIL02TEr2oqizRiUZl9NtDZNRJnHiQYaO9H6Q0Enb\\/SklihhG+wX8642K29wDe19A4Lweq9m4lBx1M9AOOhc\\/kIhnoybk14utzKtife2+TIqb450Kxr8GEgOxBaXdfbZgrVzlT0acGlB4SQ5DWTtRKe8MG5a2iTPALf\\/PU2orP+i80ghlhU8+wC7Y9mcN0usHtCmwrI\\/VzfVlmxmkSj4ghKF9xS88244nzx60QKFJHQwvrnWxjRpzmX+rXGaIFwFrMoCsdsku6vP59mUMG9ltDn7BtUrZrKbnn593N2s6bPB8Yl3Ds3IBAsJDxvPYoSfT\\/nIQlvojeUrn+0N4jxLQLqsiZyZp15RzxgnHCfHBLPg0PtjCg6t+myaCMy2Gu3zvnTGIIb1j3G0GbRBQt8YCMveCP7G43RXN1pi4eqYlKRflNYKbcyW+lnk\\/icoTLR65eMzfvcPhaktQS7x\\/uwx\\/PgTh8JLKVPKAeYaRsDNzHiOWBdDFM2nVKeVet1kGBVrndkCC0DcJsuWnGl\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"hdbblPEYtmMrOhG760CtqOMia8xNMbTRbIyLYJTLq2DjqA97\\/2q3KvfcFEdGpF3iAFdUW2NqMt+XFATnhc8RK1b+sSUxAbikB89BQAL+EFFWeXd26GEpjuFDhN\\/ZsCScZ4ktl0G8Fn3p6CJdo9vFWfSmrVKAGHF3RnUQUGiiByp+tQiAMCccHI5WQM5s\\/\\/bGjj3m9iL7D0MIKDZ6x1OthARpVPJ8VTdVPfxN\\/xr+RXuByUsJCUbTn4Q67sMvGVdvescqe9JZeixRID+gjzwxTMih44UPahN+G2Z1\\/f6dbDqbxNFItAkylqrpuGkJYgZpol1TXRR6IA38dBIJhqQThgZNzsFRwAZDzyiaUjZEv2YQ1U8uVsO8JXT5OattWytJS2AygDbwK9EGHRf8iPVlEaImWFtjATKg410xBw+754AejON1zaClm3NbzaTFMXNsHDwUAFwHoJWMIsrKMaBfyJRVy9PyNJ7oDwkHQaXFsFTmogRiJQ\\/2DE24yaHuBVJLqOA3Gyq4eaHKuNDumgSVXcir4w1Z0z8jkRWFCM00Hcd8cTKKKSao1h1gvf80Xkl33B5jcG847\\/lAqTBHCL8NMA7UrtNHQUYXldPI2L6PZRqcApqXd5kYxmg6gSumQK+3qCWra66dptKYB\\/k7uljo1\\/Iz4bkegv850MlQIYR9AE3\\/AfXF2TQdrLcobvhiv7sjy80W01K0RuGrZiSYD5Z3CHgXhxSwfDWAAPKWCcfea5zTnSMztYtWjLe+eriuBSJs3CJhsjbK8CFOZgyXygIc8J3Pm8rjHod7tH1vWrO3KtLoJsmfhp5dTjbRgt\\/Yuk+DOVvuTlqm3+15pled4l2bDckb\\/Wi27EKBS8mEF7xL4PqsF6Qqca0m6JA8H\\/Ilwh+bZjoAS+ZbUwmb6XRXzIf1Z7rSHYPDw06IsrkNIGNmiG69XfbmTUfdKvYtbPX+TAoPMVqZS8oZASXyuA49TFe21+rL2d6YRCbKTnVUC4N8yyivQS5nRq+pricYlZa\\/FNm+VUgF+QXqy6F8Py4YgFgJ2BQ99m31lbnOmXwrItGipFQfFaCg5Q7lummWqfOK2VhkVMQm0mDlX+dQY+Cu1tBpxBFMASxwqa+ALvltsiOs20qmUPGVZf79et4CZGsX82Ji\\/JrXD0UyTDBPj5kehoGREiEXKQlBnD4Ul9QyWY7cZUPwV0zORpHZSp4qa02C1FnGSg8IH7tTTqSpt1ky+nH8ELAYkaEuz7GxOTfr3EfnLN8pT8p1JmNv6coRcdwn3RnNJ5O6ZRG\\/LilqRmxKPJqW5O7F5yWreV167qudrWXDTxfq1sCHvOI3KDuZahR31OQj2ggheNHUelUAsRdD5PsPmj\\/z1JjtlYVnTNk4\\/XRW4ltBO7N0wQOcpReGd0VPbhj1II+6LooR6mjLqdVuqYFF+Ho0dVkhGPLKvFAMfew5m+W0Iz+gcfEZJsLCLbb12vvs8cVFmn6vkiCsXcreXu5Ue+fO1Dk16qSqIB1ngQ3S4rNnjc4Rbz8FyRTx1sCue\\/ljvAc3jmckomA0fUdnp3NUyrPcgCLG5phZj0DTe2D9HGit5ttKwXS7faHk7YFQyMGxaPlBp\\/thPB0U1Br7BjL41YzhoxPrgQR7vZYhoN3sRYfE5SW+6hA5pdo6Bv9MeYnrdfmGRKfsGH0OxCGWd+6AXC84qnMygEci+miNi5x55bFd8VWmczREG5vTl7+rDkog9lw7KWIWCAhq\\/xOVP8z1jm83+93aVXNYAsxSNk6L3cWxwioO0PFfLvyVRPJdLIpVqgun+e+UKgUvmIZb4q8LvkQLCYzezSLKecEqvzPGmM5efCsikbspLBR6BIC5FdCyp3FEU5+1axCzazgTz3ko2rUQu7kIaFrHtFRvCJO83D73jXErzF9GbOpMHdBp2xU2rhJFIK1iJwZfFrwTcGZalDWLMc5o3bGdAXpRc8FsnBqUiCdqyaVEv9OYCYMF0xvgZAxFz+5yR5S4uvdfGomJK02INANBnHt41HykCd6ACqm6H\\/BBnCAJTmwRPGBuNqGR5F9ND8AYd2f+J1iGNlHwBZVm8ypJ2xQ8\\/KVfg\\/iszKmKb5\\/7zw5cU8MnadIwD\\/IOVPGQUIckmQyLJt\\/mSBFPWN5gvoVc\\/4o6FoAbYNYm6od7EeXAt6+\\/Vm6b3ym+vHq2VsOtOugFoxwAEHKfZmoh8bM3ii46HS9fpuIDyQpvDTQroITa5pSXadA9hKGkLO6ZEfZe477flDYmOLXiOAJ\\/k3XyTth890HvQ8ppiaiHFVIXdLcPmxhRTsJ8kWXSqRigPwm\\/B3XvA\\/+b12sbtb5j\\/h2e521rxM6BgPmMqfifKP4tceqFHqcvKLlaDivHTeE0G8WFgddSjfH18Oq2UvqFEydIlSsjzJdgT9Usl3A1n9yZZqOjO6POjVbVGKeysNgV7C2W4iKgbXH\\/lLCJqcrKeRJK9EwSFVeHqgVc3p9B5kK5N5ctV1yNWv6kXhUzCZP9dedngOJ5wA+TbqQp\\/4JuUmKh0LK2tePr+NTeUcItrF1nkM1OzbGFPdPTFScpchyrkfIiJJQ3jd+fEf2FaxnCfJzoCfPxRoG6M\\/V9j56ReUDQHatuAXO5gjTxyZFj+P7Us\\/OFw1V71y+900hTwcWiHSLnvzrORCdca83P9cC36mC3+BlVhXE6kyJMHJGsTosBOJ9pL3uRviROlb+uyHfJ7InYSGK0uT6Rd0PbMvMl48QfU03e+j73avYP\\/GRcxkbu49VysbAt0hf6j37Mmi07rfwQ1jE4JOvB7Du5+yJNw5GjYMGiuLGPebfBMMx51MMgghSzY\\/57TSyHnLPEZfE\\/e+UFa8F5avcfHV09lJy+ieaQpbrOp3ZlU+pO3HOh8xVy4E89Fw+ghfvJLERLdokgqdfXJ60AJdvLIOlfjOrivJ1jworP\\/O6k1hUDCW9VgOkdr4udEy1jEmJZYn4GPafynMafskpM3Fwd9pnBMMiNnUlcN5s+BVht974NUCPXvLkc5KFZ1wOHgeeZWR+jTfLQHsfhHzP6KdRPMqpCUT4BQqMufd3HzLUO5T9cS4nBE91gjB4kFaKdhWaA\\/BCyTnb9uOjQVOjUotHRWsAWhDSckiQWmfBwRoYpV0NcbPgytmhUZlTs7Togs1vHyrvID9ogmW5Y2Kaj5r0S++gD6C2oGL6ZYmHOv\\/O7qa1GMYfd1tRgn0VBI8hZfdjKv+iJmG7VKuyYfbGhmhYMGiYjnUzFvgCJGVDRi09rXBOiJy87zRLS83KM1DjZj17XWNz5o4Jrx7g0NEXXgMYq8kBewmxzx0DDDJVInEmkAQQ2M5HZTinAdRw5n19Yl0vneaQ9BDhMh\\/xyP7E3u4fxrYzNbgx9Cf2afsJYqkWBNIEXKdurKyDTbWic71IXuQ1cYspCMI33IppaHe5qRu60DaFVahSc3PxlU6Mx6nxhuCkroTA\\/HNxrZsDZ6U+prt4E8wS2jxiIWUeOOYmOlPFNDPkF7Y1NcZdVqW3x1jlgW8xreD0ZnuEXRuqozwDb\\/b2oSKDnqCVMCzOB5sFUKezbkcATRFdtlkAlQWy2IGz4bAkPPbfcDLN6umQ9HnH2uxqpXvJLNIyoLoHzaUmBko0It52oeUtsFO21nonBY3zhECbeAAwVA7BlGkgsGC0KaBFFuhiHILfn7J127PTe0\\/nCIVx3lZ68qpZ5KmQW4Ea6lY4gkU5FC4SHQXicdc6w99CCTvd2BYaCBF8+TcOsjlOI84m5QZzAMFRFyDx2TzkQ9O4M+uC55mt0Lx3RXoTWntv4cPYqSN0s5DPiuaerMNFXq826uclCdMBXGpNlQQWdmLSLDWNiRtLiOI4JkMNGhWAQDrXC\\/fkR6aPiFjIq8FhlT2xwXNRVk93ZfQ2dgqT05v5hUeKOYZPLlQA6KlJ6ZxM5PxVLdea+doXuzitTftauZSPw5EqsKEUjuYmvPoAqmralF5haQmYFShFJF2VJAhFTBaGgwiGURJLaTtINAcFy8ynqThJa7ShHCYKR8Py+S4DM2G23mmDqtFSovKOpyJLG4TW5Dqe5OXzEZCx9f\\/WQaGnfIFsVLuLcNAQKYQaw2DmtysqAPV9VPwIYNcn9s\\/0sOD0lRKqMvFbkPJjlDwpDHe\\/O0etHDv7NOXRgTTpjDCa81sOhwIv0IHrjArri+9kg0WhU2sVFoS6+UkwQCCu5nIZdbFNNuAWvI2xMxwkYIs9PMlVeqau3CpeqnNH2kKJojUD07R8pEADwgh7pxZaXvKmK3bW24+i1BUzWobGUYznOmucToLCSW8VKY8qHabj1mq8uVkCdye2+Oe2hjTvWli5Vq+F+4n2HwJ+F0LdppMyklmNWP6KYGtT5K6mFlgINpcbPzPznnRb2BJCxrMwIJQ7PD12F3xiH\\/5ZRFbytdHknVSQoKjyN+v+xpXKIeMee3ZyhgbkD+LkvavJOLKirutvq2WPEVoe8nm8RDe+ft4I4Nv4CJ3lcDc32X6BPm54A7rS4TMERjNv7lQZUU9PE8HD0BgCYO77+BCJkeD9ramEaThqLEMU3uQoG4om0FJL7Yy5qKbrfi2mhTVvaFLUtLuQUKdMxAuw5b2hI2yBsDEeAUjsMiA2dLc7uCuvr8xxIbqe5tB2ajGHOTV3Q060Dz4MMij2gjOF25JKpeU5BunjfBPi\\/7\\/lpCZiPrlJF8ayrgatFza++5yf4oiAoEFlRSWXx6ccwBUfWw0l2ugdBsaNdGvCr+NnoSO+UHRzUWZimhzL83NKY03isOwPlTdLNxNpZ6xxnPgDQLlRWbMdAIhYD0qVYncwlw2y57v84WjuSdYh9s7Tup6Hj17QRZ\\/fMN9lhqaloULJGowk0PpsdRh3yTa2iPYfm19isStdxdh3TFzGOuB72fBQDQXsHJUmCUImM0oGns1Jm31qIP+tiTsWNzWNAT6xggG391a+G4URKQDStNsaUjFY3Dw3HFcdOeQfJeY\\/j5FrbsIQgIPB\\/Eu3LtgrgsBKB0AR9BjUcrSsKFWNPX0KK966EGMBhLhwcU7TVBifJTiHY5IiGMeeCn9KQLmVZuBqC3zxSTEED54blk+bD0UxpcOIVrkX0VYt8gX4hYOmcMd77f5I377pYpyklbi3VucrSVg\\/dav7hcbMHc4NuG1SqhWkMZmaTITVJHxVWVRKOahwqVSYeUgjU+kFYELskTAw6PkJ0PpgzBOvpz\\/1uoGEAtCCmogFSL3oy9\\/1p3LrAQDpyW7v6CC3JV58ARY0BDInbyiaXTSwE+HlcXhDFdHrtWphI8nrLI0jNMOiPOtSiKcrKIfLHDWi5RrThRZ8GxrNfMrdNHYZmh2IRYislrQ65tcUfDhJlrCWOYgHehyYkZHeMPQA4mNMhtCeeWMtW8sXHrmBImWJoTZ5iHUTnUmG8+VZ7xsjk2oe3EX+Vy9Cv6xq1RizhhDkKe93C6T9jfzSzxt26HqmqFmV8I6ctr4Yqatdlauz\\/XyvfeVFm\\/USU+jp3fNC13GfMncUuQHk2KsW9LLLCt530zSfeUTLyLj5\\/SC0WvwVonAiwSnAIK\\/Gf+cMQGaCngITO668ImEt92RhfVH1p48FM2rWvbqAqs8n7fxSH+WF9r+VPF8FLYzYTDtrRlvje9uMAtjoPkhP5E6lNEMklsMmtUFAU8T0ppHQiVQdLFGbEKI7v9QzDiReO2mkmtPRiZBK9gM\\/ZJzCNA\\/m96WB5+g7mZ+nrihwrvyLMu\\/dn6qOnyX7yH+3bs7ny8QT1Jta0GF6lGv2K5J8UG\\/fIlggV17lXR\\/wG\\/\\/iP2CObKIJ16a45axKA7bqLiN4JZYCF7ERTPfSOpOmy7NwhPvuRiMDAclXjsBBzjlP8KZ6ZlGJl1qFIUT1myDS5qMqLYEDooxxsf2XiACsRsd\\/ywg+ZJYUdq44Ki\\/OnpdHcNYApHF+ndtcEpUtvQqT69gFSQdONpKBJyO6tmfy39WNy4TJciSxXZoqwLXN75Cr+rxBE+N76D1yhBfzCIxZ\\/VY\\/5\\/6vxeTLXpDwzkHAaTGdcvZwWHV2HLcarfWzzUM2g2K\\/x3w8CV0\\/x1QxBP+SquLTgZBlAHAbx5CTQKk0dnlRDR5ySfhd0lAvWcCeGI5g2VDr8Gw2mJZSipFBd4bd8wZNCcKtN+O\\/EMDkYZHH26iZTCN6+QWZgaWaFnyjR1k\\/3UMxRI45mEsoO6wmclAmi9OTfWhkrdxGHXMQJcQYZIMEBFY+Sl0XcLTGRPb4tCQVBFCFDnj7XYYH4tvnrMV1YVjcLjnLAvEORUtIOX2nRHa6hyVy9WJ9FJhdWXTjGxutN3OWet+50UmvLMCZ87hge\\/zzfIgtadqoWthrMrk8t5nqVu\\/617IcikSRX9g4Cx9u9Q7yBTHqEQQHQlaLGSlWWNl\\/pw4\\/+LiqTNhFu0WvcjFeplU08OYizpvCBOhbiJNpu957D1OmPVZ520XBRcLq2PSYR4XWpfEL5Wxy9MEMTzZe7stLjEeGW0cqrDmESFrik1yuTAHWPFv2HAmQpxx6tCdckkSbUCN3sadBYPlEVE8Xoal4IUyrpQMBI7rsnW3REw2K8aeBNWSxKT7J1uClhVqsWR5vsiEjH2X0JhSbRTsL5WXJvZY8HLCq\\/PlFtwK9jU4pF169Hzx8v7MJb1+cMdgDHB\\/NxjHa7dfB0wsWz8gq970XoWvr7nZ15EivqnmW7H1ft9feFjjt64ji2lEdLTOVaQ0A1zt5apB5zuMs891rPcspxGnE66he6Upeuaa3QME\\/NfXuoC5F6Wksq8WooEDzWAtj0oI\\/bCU5YI1Ylm\\/Mp6k794EsBC9F6IgaGn84SEwM82S9x9N46jxX7TpLFBFoP3ycTSQYHZf3tYP2Lm3L\\/n1eKNGKNdUR\\/yexMWLKKD3OqiYPiSEFzeTAbMNhsm+QL2B\\/vyZcFwB+bs+F8D6TmvO2PsCK85nFX\\/bYUPkyrMxaykFv4w3hPN32v2MVRSeXP2gTcAzmtd\\/aomMRvkIj+grdUOVTQ29\\/INP9XeSyjfUMwzVD8hfpkGts+ScrivHRZZd62IMRkHFThqKVDaA0RuRQGrB+QGSLHglF02lepH5EwbEyyxmGgoOr0FEgw3A7PwgvaQt6f+BjUFDdlhUkkppBwwgmEM0VKICRhA+6s6B1E1EigZCL\\/8nlwG3QpUR+mPWgEYXK\\/74Dwhvcg31drl4SHniuLnpnzvsySWKvonXYxYju1Ofm3QpxJk5+eXjgm8\\/9iNhsy3R3OR6RjjY5ouaAqtDz0PmNsMkSoBx6YkJx8M4vxbXg0\\/e+IG+lSALPhHi1aaNSus9wYd4L4A1\\/c3AoT\\/NGwdnxRUzgyPQyEowtbk9TaW5dCXp+BliUA9mHXTUkj8LkqFjjNYCD627PxkvMvunjvIk4U1YAQYDe0\\/vRATuwxaxjowz\\/DPO8dxFe0Fh4grVYkQ5b+RFz\\/F6pWm2qf9jLr+G42f7Gtf7USt33OT8wgjkaWbNq3SPFIgprohv1rSUBwVCmfvwUOmvPjsr+YcqmX0SbPDYYwXnB7D+R\\/d\\/VdrPTi0h7C5JhEgOyLjL2w0EjtQNo904GGjdARKsFBtlKY76ti4YBdYSdQ9IjVQp33+07YvJKEgjciEsptUsHzwHw\\/aHZFo0dvZL5yRCRUxxO0R+pjnrMrvLIln40uRtRGauSWv6BPBQQsUI9\\/HZzP5OsB59zcAqPbeD8BKNaueM5Aj3u+\\/Dv4+QqnNThYWAfJOSeK1nKUBHa7RdW0MkndnHA1AYcpMqTZStA\\/nvJa6q\\/8lYtibwP6ut2qLEMJTA+wLWyPjvZBB876sGX3cmHJ0c\\/sJF77E2tal5hjOVW3PH79jz1UDBMJsNGNxGDWhUQ1FVWI\\/YFdg0I0DQqzIrgxJiAPKk7jcxotQMouzSUBF1GNMvwORpiJ5vBduUL9I8DlISX9OmvZSKgSLWbTkunFsllyCfWhJRziz2o1zOwnEjS8w8PCTWb6fuudnq3j29WVYkjgQ+vmbWkKtq6WhuFOSbW+q+UgjSmQppl5FjRr\\/YyhJEMPptzqOnlakC2nV\\/VHoL+6BUq1YgqZ6tjSJgFQKDVnidxIyIH3T\\/\\/kX+drrKItxJSFvXf5mgOLcI+tVMCPfTGGO4Glni97gei5+aaqWS3DndNMd1PafDJdf6kx82zr5f2zy17q3cYu1ifY\\/WhxM3Sri+eV6D5ia1xX3TNQzqv4YIy5NE2w62PVMiBHZXODVObqrVWbMG5xjmPw5akdD8U6TVepD4KA5WUHjyrdihMdjMAOPtQQRGuC8YuZ44+7uozoCq3wVMM7bQ1axdi1bojMxCvwpq9eHmAjuxuSeSJJvHxEwvnf0\\/yO8ugEx3NbnSulQ71a93Gi6eJ+O14YQ\\/pau7pM34CuPQ7MeNhf4XgiLbLF6q8AxmzVBgaayRVojrcYdVrxT0CKKX6wxCOfjjRMSYVA17UrevS5v+s2KnVj9Ka0gVlfc+HM2yn0P9aQAydHJwkBmX8nY6ms5Cp4u+xaAux8wgWubb6DjS\\/tWFJR0sn4L4muVhdf7Ti1\\/FXR0IUHt0SA1LvlCSDC\\/qSwdc2PFxR5CbNBNzEy1M6yLbmHiBaW+g60oFXLyGRxIFjjSv1S3I1tCWbzL9Tx1\\/epI4DPNKVVnBH8IuwuFArrpqd5jM8ZgCic5wb\\/Y2yEY+8Q6IoOu8EXySPsNuTJUParWJqpy5xTuaT+l8xvLzdc0HPW1UPG8dEHqAqvAxcxGjtaEBSBK47i+eSU7Pfgv+bhEBBcd25wSNhl6c3AJm\\/4z4uwtu2Fx56ZpHXgjw4X5pQH7Sm23HlujalE91fx0BVej4Fs0BnPbRDi9ex2D412rFyokO8w03cCKN3wBjuGSksjmua4ZEfalIQ3nfaCsK6Ciz97diubdMvpWZyVE8Hc6jFzJrcmZF5dYRxFEJ6fMDcSwx8UVxa0xtLH4NrXxyQa68hAvus59rAMLDJUzr3sKt6D2qjAuur6s+NBjH6nXX0sj3Nme3gr+gFWp+RNIapdmwlJOkZpd\\/d75JA5f6dAQCYz+kYsMF30CYJB9Y11idfduetUlwGPolL3SAm+SXwJsRLmnHdGuJb0ghZ3vPcOEt3DPvwKaBcb67lRggz1cXeDHo34nzM7nB6lbI89uvA75GhVWHcrZ8x\\/zq1ii7ALuMC13irh+ZXQXzAXZwBBKgileCHFxg9UmyBnRSxI0IE9hCP8vlNt5rITPt73rXyzsqRBWfWtnI5LRJpKHFzzlEq5bctUAOsVF9JZ666SUlknXFbnh7UT3b95cw4QquDrVVdUYnrz+EsUamL59ze8SDLsSYDAB2\\/5e2QZWkb6CZFowUNOi0H0w8aOKrfEMGgpeUBn4r89viOOwRfSGhkDR969QmgOz1jyBoPdgtWDhmQBlaGiwMFsnTtDHnElkrq07tFzC7tmVsC8UjCxC1FEAoTL\\/IhDCxG2u8Lb3ZNpFr0stRceovRUp9pn79Ui+hA15ZTYK\\/KSrn2yn38VhfXvCQ84ceHtgXmtljr3gdildATkKXyTJzbO8NoNoRxf8l28GSKjAcABbBBvCz97uVxZskjoOROr05A\\/W5At9In7af40snQvZXfynKlC2agLp6HUtqgRP9WTyeb0qwUqBeA2vu0hleShtQ+xVEoK8VdvApdIAwVCdxGjL6X2te5aaVSCS1NcE25H9jI3BoDVj2HovmPFyZZTyBxzPHfSKtxtrxUNg3HbYm2fjYeFeKrM0+n6XTIo+HbsibQvzOYYdtPesjUuzhiVYAx5UGdVjp8BRb9QVhjdVGFev\\/T7fzIL+Pm\\/rO3\\/Yhpjp2U5myA27o\\/zm6vr26IIvW3OyKakHbuaqsqwFxeut9dOSR4MekiCMBrITO+iNr1kvamjA7kUWpBbIlqZVS6k9kbjR3Tia5Syss021VTayIC4iB4P9+BNeb+zxPHpBdu9Nypaumohj+j1VdywwdV0kHCvnZpk2d5z02dupI5sB8UsZ7ZskoGYm+Fg3yif4G0cuhIuQd5ktBGfCGLv+5\\/hSQ8nAJHRsNh4VG15qbV9tLDVGBi8NJlUxyAI8IgF4uDudmMS13ZSekWdnRCIEwxeH0gAT\\/Eqxhzpts6rlHPioL+zn7sggVe31xq1SB75Vbc5Z5ka2w0czDjuBa6Z+gJ7UeUz35KKLHaWfjchjBFblGNHDO6\\/QM7RHNi04o7T9lqVtrp400rRxz8Rig0gDZDHTyekuh4P+X9diMjiq\\/aa78Jz6ef5LO01ap07VB15i862QKVuDIElgDgYiiPoxcR0OAkNebLP6pcttmRnbrf7\\/gWumocvgsOm+J85O4gRqURm6HIzgULdaVq2FsZI6JV0HH1sKTHYe2wHKMakp+efy8ntnJ58TttzRE+1\\/lHtaiWOiyIBO7lfa0iVBbwuYvrxvRcKsTlwZyOb4tncW8CI+L\\/ScK63IgquZG03GHOMFz7GvB7TnHiBBO2rNCFkQVNNUZOuiz8liBaUu\\/M\\/jUy7k+UXI7Vm08vWo+dyLRLcc6D7v7e4OY98SgjzpEEDUCe10Q+L7zpFoXDvWRVIyIep\\/fd9kZd03BX16qQ3W9RTxT1FbfeyonBaivY8vLdTdqQPOC2VTRzSLwjigm5Lj2nskdKgafwTUq\\/Ud6PsU+CJDzDA0\\/UOneFCmLbEoRPS6WTabLsftKhYgn5WwnMh2km1DlfCDi6dNNVOu8LwMcYWRinEeKGfkKTETcbaC3clt+FTMn+YmL8KpxlSid+g8Id0jc837Ob\\/gXTOwdOyIcvgymejJz6lTGKXONirqKs2ONyNZaK1dIRt31ofZmP8ILhapa0cduPeN0Cqakj03eFzko\\/lxXhjMggqk9IbQ0g90EB5Pegn3J60G1XS5jrVnSImCWuAnn9oJxsd2TsVgPMxYYJfQikZ22WmL5nPnEix5ojjlVy1DI9AMCX1DEma9ogu1i8x6GeRrJJgOhN6ot7UYiVWUXKxh7wZjcgcv\\/UoMXScLvLnCbBz9iq1upuwUxoi0NrOyLjg5lzgnm79pNKlqm4p2hIEfZ0Zd36jXahmK0tlYJmXprTORolit+yYk36g71fbecVwUQtwQZDqqXFgNZDIm5yn5FWK1arhQLX\\/erwxtdi1fIkpuwlSuEk9EuSgGBHStJ7s8iukFDsA1Unw5ljXKmpf+RQjlzEyGOAy1GGKRoYg3raWWm63SkXmjDZGWs3fmBDN1ns6uH2m5SC+S20\\/Inn8RYa+EKgwwhnwadSjmLSgB+wwN7T2LdEaaNNbAJqPBF\\/osge4y53e\\/Hr2m5q+2mxL1A6mIu8y1wqleK2j4NuvDBD+mIAsWyr8TZi1dYALzCrkQdPf2pYcMr67Odt25Hxd8Fpl6fGUFQDntNy8TnMGnmdkxIfg2iGWTiCWKSOPeG1rVP08Lo\\/+q5zh57hqH5u31S1Z0sBpAlc1zr1+s6vdabuzGEhu6ACSO4+xicZYZjpjy0OJ9puK8lLcWlw8y9sV9x5EczANbodFF9TxWbKYpvjzbJV7V9o5DbftWIqAvQ\\/cde3GqtDJRK+v4ZTn7LwqTMCBuHfXFZIEAQ6Z7Q7X4GS2yP+DcpCIzsjtkG35gW35M4F\\/QMLa5T2X5p2WiTdTWOAluofTrrqhNsocrPQ8xOM58gQwFFZNcfrYJ4KWvPwi716Zz4LTaUpaPjYySEVEYxZWXIUxKndRq7LGe+AcQQri4Fmny6rz0OCFKWK8tPf5zSNs02VSMVrpfIPDqZ59NC9DLqy1oxhQq4P1dVtCBnumUf65oRPOhCa7TU\\/imh1UdwuvEdRwLvSNrNHoyWRxiWAl3PIXdrlvW37A9oRs+juhfl00G6fWDHnQq6Vjdj2yR1tnYwzV4ILj0IwKMUSfeqz+xcN0GU9uxahrmdBR1OejdB4ianE6+tapqfq8OcvQhmphB1\\/O3NiI3T124iXlnfzmGkbCXvVzuQawvo1cpGSZ5UREnRuhXdmkGoQgYTt70FsTzi7VlKC6TlHc0kuct2Wmnm\\/IuOlNmcQJ8T8MJ1ExpDcmOFQFlYlPkqcHTpRpjTm30k1XG4kxp7wfDzFC4V7PVipNFENd6i1nKMdV3VRcJgR9uKSHeq7f2cTJVAMaG1SYKNwQYfoDQDMQL1g6YKAFOTKMiG6j4X+T\\/SJiH\\/bCWRiYZv+zFBFjgHvHfbWa0rWAYPca4Sxp31fm36zE5Jlwx3ICSITWpyU5kM7fcv6V4n\\/nmldz+xkdtLriDSgKECZYVcv22hzE7XCAdJ4GejmPO1bvyC7ZrvnjvVZXu+fQlrv96GhNoD+Kf0X21rCLrifel5\\/+WM8cULLfSDDdXnK8SdXXUDYx9OgV15mvHOOgrOio6zX2bxjgWuYzhLu8anbm\\/gBTmY8CiU20eXQmpK\\/n\\/aZl7WB2cBxAXGS4i9gOIn0jpANl9RNgCyjQPte6\\/4dO6WxYOMcrhDnyXeHKO1jXRX0IHtI3N4t2TllzLFOZHYENvi9gA5Ty9ADC292syPlCVPFnRLLKBWO3yfAFGTNR8nDHfGiZNfTmHQT\\/azKfhVGmwsv61XCZat3DqXVBJZH3GsdJkdKL1eXhBDDb0MUyvig\\/QtofvTov\\/EkUNqzb2IcnMLVAfxLcNyLXju18PJb30kVIY3w8V\\/qpEcpc\\/kZBVSMlabWU26QB5BVODztWU4G1yTkv98mUFfhMvslMIRLYPWDCVG\\/z1oxwRFOpcMTiXJN45uYzf9omYBljQOkEebIL38GoBTZ6YhQKjjVjJOOAV7CG2Th8gIllrzSPjmSDHZDo+vcKfilyihIfrKeb+MeY0P8wu89l+Yoi1n5XqWRMeqT9KchNEKmZaMPPqezJ7Py\\/5Lj+Cu+majMUtA9KiCVOJseWN726NtR\\/lEIsi2vrknvsZHKL6JnxjZQVscqWcSxjaJIAlacL0F56wknEPchjJgCCuRVWhyun5f\\/RhEmyNmkgJoHHn0gE0Gine6ELTbx4GxvgFZ8NrKE9vjZ1tqNP+XyEZ4oXwQ0VfHt3T4H5lroMfdt0E4gUhUnwSb\\/hSl7K\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"beea8-72695-5c884-44a03\",\"B2B\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"700.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-09 22:38:39'),(1922,'3c6b0-82245-6fe26-f007d','{\"FlightBookingData\":[{\"bookingId\":\"DMC109779821289\",\"bookingId_TJ\":\"TJ109779821289\",\"FlightNumber\":\"I5-2472\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"apiTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2024-01-17T05:45\",\"LocalFromTime\":\"2024-01-17 05:45\",\"FromUTCTime\":\"2024-01-17T05:45\",\"LocalToTime\":\"2024-01-17 08:10\",\"ToUTCTime\":\"2024-01-17T08:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 17 Jan\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,663\",\"ApiResultIndex\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3875,\"Tax\":1839.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5714.8,\"PublishedFare\":5663.26,\"PublishedFareAgent\":6363.26,\"OfferedFareAgent\":5663.26,\"OfferedFare\":5663.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7808522367_0BLRLKOI52472~109818497069333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1839.8,\"TotalBaseFare\":5714.8,\"BaseFareCal\":5663.26,\"BaseFare\":3875,\"CommissionEarned\":51.54,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":236,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5663.26,\"CostToCustomer\":5663.26,\"BaseFareCal\":5663.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5663.26,\"intOfferedFare\":5663.26,\"intPublishFare\":5714.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.54,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"98\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2024-01-17T08:10\",\"SegFlightNumber\":\"I5-2472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-17T05:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"242\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8467969662\",\"FirstName\":\"IRPHAN\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-10 19:19:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"132\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"132\",\"CustomerMemSysId\":[\"132\"],\"flight_booking_customer\":[[\"294\"]],\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Lucknow (LKO)\",\"DEL\"],\"departure_date\":[\"17\\/01\\/2024\",\"17\\/01\\/2024\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"LKO\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Amausi Arpt (LKO)\"],\"departure_dateG\":[\"10\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Lucknow (LKO)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-01-17\",\"2024-01-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[16028],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3c6b0-82245-6fe26-f007d\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"LKO\"],\"from\":[\"BLR\"],\"to\":[\"LKO\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Lucknow\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/01\\/2024\",\"17\\/01\\/2024\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"17 Jan Wed\",\"17 Jan Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-10 19:07:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"98\":{\"1\":{\"seatNo\":\"31E\",\"seatPosition\":{\"row\":31,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"31E\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3c6b0-82245-6fe26-f007d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Lucknow (LKO)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/01\\\\\\/2024\\\",\\\"17\\\\\\/01\\\\\\/2024\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"LKO\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Lucknow, IN - Amausi Arpt (LKO), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Amausi Arpt (LKO)\\\"],\\\"departure_dateG\\\":[\\\"10\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Lucknow (LKO)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2024-01-17\\\",\\\"2024-01-17\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[16028],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3c6b0-82245-6fe26-f007d\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"LKO\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"LKO\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Lucknow\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Lucknow, IN - Amausi Arpt (LKO), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/01\\\\\\/2024\\\",\\\"17\\\\\\/01\\\\\\/2024\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"17 Jan Wed\\\",\\\"17 Jan Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-10 19:07:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109779821289\\\",\\\"bookingId_TJ\\\":\\\"TJ109779821289\\\",\\\"FlightNumber\\\":\\\"I5-2472\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3c6b0-82245-6fe26-f007d\\\",\\\"apiTraceId\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"05:45\\\",\\\"ArrivalTime\\\":\\\"08:10\\\",\\\"TravelDate\\\":\\\"2024-01-17T05:45\\\",\\\"LocalFromTime\\\":\\\"2024-01-17 05:45\\\",\\\"FromUTCTime\\\":\\\"2024-01-17T05:45\\\",\\\"LocalToTime\\\":\\\"2024-01-17 08:10\\\",\\\"ToUTCTime\\\":\\\"2024-01-17T08:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Wed, 17 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 17 Jan\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"16028\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"LKO\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,663\\\",\\\"ApiResultIndex\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3875,\\\"Tax\\\":1839.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":942,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":236,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5714.8,\\\"PublishedFare\\\":5663.26,\\\"PublishedFareAgent\\\":6363.26,\\\"OfferedFareAgent\\\":5663.26,\\\"OfferedFare\\\":5663.26,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-7808522367_0BLRLKOI52472~109818497069333\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1839.8,\\\"TotalBaseFare\\\":5714.8,\\\"BaseFareCal\\\":5663.26,\\\"BaseFare\\\":3875,\\\"CommissionEarned\\\":51.54,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":236,\\\"MFT\\\":1.8,\\\"OT\\\":942,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-LKO\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":51.54,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5663.26,\\\"CostToCustomer\\\":5663.26,\\\"BaseFareCal\\\":5663.26,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5663.26,\\\"intOfferedFare\\\":5663.26,\\\"intPublishFare\\\":5714.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":51.54,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"98\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Amausi Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Lucknow\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"LKO\\\",\\\"destinationArrTime\\\":\\\"2024-01-17T08:10\\\",\\\"SegFlightNumber\\\":\\\"I5-2472\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2024-01-17T05:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"05:45\\\",\\\"strArrivalDtTime\\\":\\\"08:10\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":150,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":150,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-LKO\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-16 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"LKO\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"16028\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":150,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"98\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"31E\\\",\\\"seatPosition\\\":{\\\"row\\\":31,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"isLegroom\\\":false,\\\"isAisle\\\":false,\\\"code\\\":\\\"31E\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8467969662\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"IRPHAN\",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"IRPHAN\",\"LastName\":\"KHAN\",\"CountryCode\":\"91\",\"MobileNo\":\"8467969662\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ109779821289\",\"amount\":5714.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"zainansari70@gmail.com\"],\"contacts\":[\"918467969662\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-10T19:21:49.763\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21241232\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirIndia Express\",\"isLcc\":true},\"fN\":\"2472\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"LKO\",\"name\":\"Amausi Arpt\",\"cityCode\":\"LKO\",\"city\":\"Lucknow\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2024-01-17T05:45\",\"at\":\"2024-01-17T08:10\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BLR-LKO\":{\"code\":\"31E\",\"amount\":0}},\"pnrDetails\":{\"BLR-LKO\":\"YVDPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"IRPHAN\",\"lN\":\"KHAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"NF\":5663.26,\"TF\":5714.8,\"TAF\":1839.8,\"SSRP\":0,\"BF\":3875,\"NCM\":51.54},\"afC\":{\"TAF\":{\"OT\":942,\"MF\":10,\"MFT\":1.8,\"YQ\":650,\"AGST\":236},\"SSRP\":{\"OT\":0},\"NCM\":{\"OT\":54.25,\"TDS\":-2.71}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97557\",\"MasterTPSysId\":\"968748\",\"TPSysId\":\"968749\",\"TrxId\":\"78075\",\"VersionId\":\"293747\",\"XRefBookingId\":\"DMC109779821289\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC109779821289\\\",\\\"bookingId_TJ\\\":\\\"TJ109779821289\\\",\\\"FlightNumber\\\":\\\"I5-2472\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"3c6b0-82245-6fe26-f007d\\\",\\\"apiTraceId\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"05:45\\\",\\\"ArrivalTime\\\":\\\"08:10\\\",\\\"TravelDate\\\":\\\"2024-01-17T05:45\\\",\\\"LocalFromTime\\\":\\\"2024-01-17 05:45\\\",\\\"FromUTCTime\\\":\\\"2024-01-17T05:45\\\",\\\"LocalToTime\\\":\\\"2024-01-17 08:10\\\",\\\"ToUTCTime\\\":\\\"2024-01-17T08:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BT\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Wed, 17 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 17 Jan\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"16028\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"LKO\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,663\\\",\\\"ApiResultIndex\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3875,\\\"Tax\\\":1839.8,\\\"YQTax\\\":650,\\\"OtherCharges\\\":942,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":236,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5714.8,\\\"PublishedFare\\\":5663.26,\\\"PublishedFareAgent\\\":6363.26,\\\"OfferedFareAgent\\\":5663.26,\\\"OfferedFare\\\":5663.26,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-16-7808522367_0BLRLKOI52472~109818497069333\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PROMO\\\",\\\"fareIdentifierSP\\\":\\\"PROMO\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BT\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":700,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1839.8,\\\"TotalBaseFare\\\":5714.8,\\\"BaseFareCal\\\":5663.26,\\\"BaseFare\\\":3875,\\\"CommissionEarned\\\":51.54,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":650,\\\"AGST\\\":236,\\\"MFT\\\":1.8,\\\"OT\\\":942,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":700,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"BLR-LKO\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":51.54,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":5663.26,\\\"CostToCustomer\\\":5663.26,\\\"BaseFareCal\\\":5663.26,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":5663.26,\\\"intOfferedFare\\\":5663.26,\\\"intPublishFare\\\":5714.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":51.54,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":51.54,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":700,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":700,\\\"CostToAgentCustomer\\\":6363.26,\\\"CostToAgent\\\":5663.26,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"98\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Amausi Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Lucknow\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"LKO\\\",\\\"destinationArrTime\\\":\\\"2024-01-17T08:10\\\",\\\"SegFlightNumber\\\":\\\"I5-2472\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirIndia Express\\\",\\\"FareClass\\\":\\\"BT\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2024-01-17T05:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"05:45\\\",\\\"strArrivalDtTime\\\":\\\"08:10\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":150,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":150,\\\"Description\\\":\\\"Sh\\\\u00f4ndesh Tiramis\\\\u00f9\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NOSB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Masala Omelette with Chicken Sausage & Hash Brown\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMTB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Murg Tikka Masala with Lachha Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCNB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Nuggets with Fried Potatoes\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"98\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-7808522367_0BLRLKOI52472~33314700566633\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-LKO\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-16 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"LKO\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"16028\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ109779821289\\\",\\\"amount\\\":5714.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"zainansari70@gmail.com\\\"],\\\"contacts\\\":[\\\"918467969662\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-12-10T19:21:49.763\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21241232\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"I5\\\",\\\"name\\\":\\\"AirIndia Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"2472\\\",\\\"eT\\\":\\\"320\\\"},\\\"stops\\\":0,\\\"duration\\\":145,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"aa\\\":{\\\"code\\\":\\\"LKO\\\",\\\"name\\\":\\\"Amausi Arpt\\\",\\\"cityCode\\\":\\\"LKO\\\",\\\"city\\\":\\\"Lucknow\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 2\\\"},\\\"dt\\\":\\\"2024-01-17T05:45\\\",\\\"at\\\":\\\"2024-01-17T08:10\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ssrSeatInfos\\\":{\\\"BLR-LKO\\\":{\\\"code\\\":\\\"31E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"BLR-LKO\\\":\\\"YVDPPL\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"IRPHAN\\\",\\\"lN\\\":\\\"KHAN\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"IGST\\\":1.8,\\\"NF\\\":5663.26,\\\"TF\\\":5714.8,\\\"TAF\\\":1839.8,\\\"SSRP\\\":0,\\\"BF\\\":3875,\\\"NCM\\\":51.54},\\\"afC\\\":{\\\"TAF\\\":{\\\"OT\\\":942,\\\"MF\\\":10,\\\"MFT\\\":1.8,\\\"YQ\\\":650,\\\"AGST\\\":236},\\\"SSRP\\\":{\\\"OT\\\":0},\\\"NCM\\\":{\\\"OT\\\":54.25,\\\"TDS\\\":-2.71}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ssrSeatInfos\\\":{\\\"BLR-LKO\\\":{\\\"code\\\":\\\"31E\\\",\\\"amount\\\":0}},\\\"pnrDetails\\\":{\\\"BLR-LKO\\\":\\\"YVDPPL\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"IRPHAN\\\",\\\"lN\\\":\\\"KHAN\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":5663.26,\\\"NetPrice\\\":5663.26,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":5663.26,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Lucknow (LKO)\",\"Amount\":3875,\"NetAmount\":5663.26}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC109779821289\",\"bookingId_TJ\":\"TJ109779821289\",\"FlightNumber\":\"I5-2472\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"apiTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2024-01-17T05:45\",\"LocalFromTime\":\"2024-01-17 05:45\",\"FromUTCTime\":\"2024-01-17T05:45\",\"LocalToTime\":\"2024-01-17 08:10\",\"ToUTCTime\":\"2024-01-17T08:10\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 17 Jan\",\"ArrivalDateTxt\":\"Wed, 17 Jan\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,663\",\"ApiResultIndex\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3875,\"Tax\":1839.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":236,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5714.8,\"PublishedFare\":5663.26,\"PublishedFareAgent\":6363.26,\"OfferedFareAgent\":5663.26,\"OfferedFare\":5663.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-7808522367_0BLRLKOI52472~109818497069333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"fareIdentifierSP\":\"PROMO\",\"SeatAvailable\":9,\"classOfBooking\":\"BT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":700,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1839.8,\"TotalBaseFare\":5714.8,\"BaseFareCal\":5663.26,\"BaseFare\":3875,\"CommissionEarned\":51.54,\"TDS\":0,\"MF\":10,\"YQ\":650,\"AGST\":236,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":700,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"BLR-LKO\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":51.54,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5663.26,\"CostToCustomer\":5663.26,\"BaseFareCal\":5663.26,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5663.26,\"intOfferedFare\":5663.26,\"intPublishFare\":5714.8,\"TripjackMarkup\":0,\"TripjackCommission\":51.54,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":51.54,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":700,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":700,\"CostToAgentCustomer\":6363.26,\"CostToAgent\":5663.26,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"98\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2024-01-17T08:10\",\"SegFlightNumber\":\"I5-2472\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"BT\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-17T05:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VSDB\",\"Price\":150,\"Description\":\"Sh\\u00f4ndesh Tiramis\\u00f9\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VFPB\",\"Price\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VHRB\",\"Price\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCJB\",\"Price\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPMB\",\"Price\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VPBB\",\"Price\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMFB\",\"Price\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VMCB\",\"Price\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VIVB\",\"Price\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"VBKB\",\"Price\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NOSB\",\"Price\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMTB\",\"Price\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NMBB\",\"Price\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NFFB\",\"Price\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCNB\",\"Price\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"NCBB\",\"Price\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-7808522367_0BLRLKOI52472~33314700566633\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-LKO\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8467969662\",\"FirstName\":\"IRPHAN\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-10 19:19:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"132\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"98\":{\"1\":{\"seatNo\":\"31E\",\"seatPosition\":{\"row\":31,\"column\":6},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"31E\",\"amount\":0}}},\"SearchTraceId\":\"3c6b0-82245-6fe26-f007d\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Lucknow (LKO)\",\"DEL\"],\"departure_date\":[\"17\\/01\\/2024\",\"17\\/01\\/2024\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"LKO\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Amausi Arpt (LKO)\"],\"departure_dateG\":[\"10\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Lucknow (LKO)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-01-17\",\"2024-01-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[16028],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3c6b0-82245-6fe26-f007d\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"LKO\"],\"from\":[\"BLR\"],\"to\":[\"LKO\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Lucknow\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Lucknow, IN - Amausi Arpt (LKO), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/01\\/2024\",\"17\\/01\\/2024\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"17 Jan Wed\",\"17 Jan Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-10 19:07:40\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-10 19:20:17'),(1925,'106c4-8b925-5b3f9-5fdcc','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4912471073751793058\",\"Flight_Key\":\"RZnGuMo+KPxYp7ufV5bXovCItlY42ZbcyZZL9M2L2J5\\/f4XXk6q5Np89D8H1tzolMOM+Tb\\/4cmn1xqjP6udXsEJcytl0v57542RDUJwaufTuu8ASvnTrSscSuvdeLxStw+TdkUnqNon1BLXZZkMAwR9t6DsQ4OvZSAkyajfCgUGuo76bUfs9VSDaHob+MipkSzMxXwjINVY0xaZbe9BjNlEs4vXP1SVFD4tloRqrvyNjvFwvtpKGJ7cCERM+IhZUZgLX8YFqw3lYL7IqGrLb1sBkM+IwYMlXBe09k9ppndpCyj7f9DnBBNklApgTsJwj8N5rj+LQiqOm4zYZVVgIdbZcxnr6zsWoQaCnAV0mVWtbzdrM8cnahJ0uZNXTY4Fd89+AUFuGqR8I4jpviDz\\/PXjr81CQTc0CfI2c1vRj8licv9O79GLlq8el\\/PCJ9qhHoFKdMsoqEchQMfT3s47T\\/cDPeH5Ij201XetiSm1JO6NrRfcJ1mTTmF65Tcb27wLVmzysqksVgDfujMqP1E2rSqQZJyGeZtagW0uH49cS4oDIRF9r6g04kVO3npQBTqUVRVVk9HZHcox3iXcJw0AWW4HOw\\/Yv3hPdyFTaRWZZY20AQW5Zl1MeJ5w61HUPAaD8949JG3YItTk5iaSjcFZB5BpZYsflwuz3dtjcy3EValHyHPFILF2l33WYtobZPbJDNwORcJoPLY6hSvao\\/ZEpeMeAir6GBGw0fuQ+bhDguBKIFofZ4j2liFZk4uTbqebRtvGWHpjLb4fJshYtbOrwBNDT3Ymmh30drrKPD4RZkZs55gvKj58xbsDX5nqa+k1GV+IYI8RAox2OGEcEM\\/716HA+Qj6v88CWUq\\/5t7aqoBbBVeELMOX+nA6hdncVLVRn\\/gM6r2+O+NZabAXiINAYxV\\/66ULG3jYzGefH19uQb4WstIoofgh4D+bM2ibLF5AyVn3OKbI97XKswLf6lN6XpHY8xWKajE0Xuleh5435KZ1GgXLGjTwTe1+2KG2VHoa3iBSDw2B0b9JWsBOcPk7WBEokBKJjawCa30ZJ2zJYQES5npIbblbSFbpXJ9XLvYXvx2\\/hbupkQtllOZZKM+BXG\\/eWCH1rOZC8A5Ph7UrtL40r3ay2ZDCpg7qx24MScstBO9EEJyGHNKUqdSiAYVTQrH1nRhiGIJCedDlqEQmP9GmtUW2RhUyxVXBYvMEparGqnqyBbyXRDkcZm8ZbHWhWrmKLl\\/vYCjMXaC1HDeadjlSdfoNlxNSQ3JR4Vn7TEBq\\/BK8uDe+1bSaskmDvmI1EE\\/4jSic0o8zmKD8xhuSwDygf8pDwzt+xOyfR5yb8elCg4MCIa72qYgzlLKOOKUanuMjvBsVZFRhxHgwyOZowsCd+dpOJWrCBcnReNekJvuzcuvst6y4RKQ34oeqURDajSaVoPxqWygUkdce6GwVAphosK204jH6Imkh3wcVIurfDaZe3X+evquhfnCLrOcJ7fKtjqRmNMno1DCPA9nm8NImnwgiIBvLlvs+uiKk3jfOvXykcwYvdsZbcD4OPMDicB+VgKZA357c7xeEq5FqRUDypZZZXemUwa8Z6FxkAnI22vCbxD5cIpSAiybsZrZHLfQ6TqI8zGUeTeoe\\/NJOG9uw\\/WMbE0ZlKxiZ5qPsphx\\/Gsv0Uh+tOv7IwFQGqz\\/lm+ADSdgobfEMCG+ovBQufmR1GRrSRsMXiqZvS5YKh6zhTJbpBLp4W8YrjwqbDTGeZr7CIeReYfM4FeiSpLTPVn6AdgcNlos5AlOuKbt7gzFypjUZbkmbusdUb7nVVtNo2kT7qBmcoLPoNya9IiirVK2QOKC+Aj7JOY2cnKk7caWHT\\/+I7rXn4N8RN7ugBezMkHzlvEseHlX91DWbCuR4XSuDblkOjFVp19UsJhRHJB0fwwnnlyNYhjPyBByaLpof5Mvj7zN1Pt9SzeTivaMouU++r7oxntmx58aDUdsU7upTGpqicoW68IP\\/3piB2A818bd2GlUdqpYf8qwtwtEKWv4JtnWOqkKGEUVDuRtbGUrtzINtaNKAC3pSVk8PYy\\/uaBDo9smbqFA3ANZB1YX7aZSutwjh8CQDbNr5zfzyHb+QJ4mOlLidPCR5+OlAm+RXQrCLudjOhcDJS44iZeaaOgLcV+d0KbDYWqucGu+jf6FfL7ofpgZZRZ4dhDDc+3y7TffRMnVzuUaLabkcYTqeBY+\\/Zlb+zYAVZ\\/OjwVYoo0\\/RLgZqFAHEzm9+eI33CcGCjMBu\\/RmUYQ55SctQIilCGlF94Vk4uKii8aiV3bGEQfaj35nzkir\\/rwYZ2ty4sNTqr9oFHpR\\/yuoG1Cr0CdkW3XYrDDRP6LJ7GUfPf2Qpo0sDf75ccvh2YQ7c9OEFVEpJU2qusApqMP70ghv6c546doFfv4LrKK9mf5UXONDy5BaUWKwjPtxwPVi\\/js4j1+YsnLIlkBNJSLTS4eVI+MvXqWw0MFkQ5ioomP1BiGCTgVqWnhcEeTd9fBzC9PsI7OCQ4yqIP7YRpsJyVgOi2TOEXfWJVtuEEmkXG94k8CgMykfhwrAGp4Ah4i3Dd0eiSMB2QI9FsSQyRHQkey1aL8Jkkci1jmtrkcqi28hlq5OSPl2DFyqtDUvE8fmrnSoQRktXavoeRA4pK+M\\/zFogUit2rGlqxxz8tBdfrZtsZpAzKoNzuHm43Oyp5xf6bo8ttJLAEbKdjFnYIMm7o4ztEG42GbJ+Xo810ns1lPsqpFFJczeqH+fVq\\/B8mBdAQden6yQyb7gm5wA98hI18\\/449PEbqwYDIyF7cHzFlNUZ15YNuo4Xs7IqexngmKsI8sNvys41TRm5B++jGouUNDPca1\\/JnVp9QdYUIOYvyhtlY6AEfPUGzA7vKF4aikXid99p6Cl7XX5ABVuKU4wWce0t1E8JJ+zwZjtkj7unBpH2opkekqu7klgC+MM7eCyVhoN0AVcz5FATpD9xwy01o2pXi7x4RGxwQL3Dij6EBLI11tHBEpFfKSDEFzRVUINz6lWeDeEQwKcPfynMj1NmmDs+gwQyYeA8y8+f5w8oZzxUUCQb3QpT2RclWBDWpMVqx9P98DG8P0rcufdpGtlo3LAnO8nHzW+gmn1LfwWZO2XsPdd0mC1LTaYrsi1ggSuuW\\/frIbhCkkUr9H8FfL926V75D9HXJkcqH+K5kVwfir\\/WsqX2DVRt2\\/WsOx9jgc1INuQMXf\\/3tgJ4Ytf5gBX6CeD55ODL1lWrIZV4f2ElQHkq\\/tKjnNlfeKDc1kPCyLqobOn7VBm\\/RWPzCJwa35x9Nzxjn5howdvfihY+TsOgMbC38KlLHl5hQ\\/jCpteNjZcv7+AlmXbMahl3Bq36dR5YUfAHM2HX+iZTuxd4livI2YRxwJGy1LbOw5qlPRZ1zj8xFDyU+vd+rqBbD+LOD+FRZkEVM3tj90MIzpbewPNevxawIdc6JOp1OwOa4s24LqvD5js7sLSbfScCtUNXnwkZRk0LPR4BzdVRwyjYoitQNFZLXAvUp54n1V39os6N4GC7ElFF5gHu58kgalzyD7pkKJfxZ3phagtB8\\/Crgco6AUHMkVHAnvt8NJt0BW1LHZ5WyL9JSimAT+BBbAkvm2ozj8QnAe76GhISB7ac2t3obgbNzGwTm1tqigSlZ7qw17AiK1UP7QY28wqlxudMRAU1QHLB7RjX3C2TBQh9gkI6WWc7lOFA9OsTBC4Dr5n4oT4aHtE5ulZg7JKjGQvdaAW\\/lo22+M2OPu1wOSKHL0ztDNiDeciceC+\\/MAv5lbo3pBDxzPLuyHyE44907I\\/AhxdaHIpjbSZdD8vyzWRb\\/D6oXjvKzUjGFKiaF2AsTRmgjBdUUkgreopa6CWCQ9i4My4lSfJnYUXlGOdFWw8fUgWgsK1bCJRfj+lb\\/jbXFd52D4sUOGDoQdq1azLyT1w3eU3QIfFk8H8AwhSC7UnQLgS2k\\/h1nTbONsztkA7Ij6FCWCow78UJhFJ4U8gZMRBMCHfkGuq3d4CUvvcRSQSx7\\/YYYIXAFJvo40kQql2tL2dnpYpKIqcB56N7y9ZZKqzJmsiCPpbAgyIBajriYod\\/3c6p0EC6s3euJuvikJE01qG5N6Z4NjrJQMg+x2jxnl9L75ElR\\/uiMpN4eCZogiPVy9AKK96\\/2B+vQ1dne0klgWIeXQZ85ywkVtOn7FJjEvoW6mPzp86MtTO049AyjG2nSIiD6Gc8sAG1odfybJAo5I8S9gIihROng7G3wF4IPZr51FhfmfP8T\\/tg39pz2WaxGRQjTZ4fyCqaF+ZGw89I7buXz8NRuXc6XWRlNTfIYiV8LrODzB0CMszb\\/BTx5Yq9kCXXo77H83keVfer++22Z2UEJY4reKR\\/f4WbODzRZzrC6aofcdqhXKchiSp\\/iA+K7TVeq\\/jLJcqhSKw1X+B1EymE9l\\/CAiekjukbAgTbnSX\\/McFXLwuxl4CuIg03OCEqGIV1Y4P7PJSXu1PZ\\/1hENJHRMjmiiHNrOmddQ9MASnBF7BwIupZ3gRMJymBpPiPwxxG6Ur9SJPihx9SkD6IIM2b7CBkuLfpBRU1TQ1KjN4Gt3tMD8mli5RO7RV2DzCA5dWipik6yXvmAuuagZyX5AvupwGNzD8vQlzdBFEQiYu+LEdwseeXUM93kTXWIIt4rC1XydWdBf8yApVrngzVJ+2Yi5qDzv1h0R909qCJsQIGWOUUdnyf6Kx7HypXLTAN5QTPpeXAuErqmsYBq1zM5\\/8yj5TwItefIptIpINpIntgCNSAXsxth\\/FqI+ThCDZQkGe8koTwo7SigpCimiUNy3w9NJwfqOaPbN94uN5Jzg+DDYvaRVLc5E9qjlEJG0h7cSaLtZeeJ6jMeaUU8JDG62oF1OCTdZDLdAnwDSnAZESFidjEJzouF6LK9rRBH1XWKO1+XoP+b5zB2iNxAHfXFTs92KX\\/hIpdhBRqvwxRJlHML+XSsJ3OJbr7i68Gm470o17hrKLCs420eFSS475yz5yoJBftOG7X2XF6dw9cVyT4eB43RWIr5o1KRy7Kaa1pnfZzG68y6TmhLFjHY34nVkOgYunPBMJZ5yVqt\\/xubY7zXnIcSKQtvLz5NFSL0tj0v7xpP0HfJPFpzNWuqeNlieVaqMS+QHcdRtSJar7IuQJ8YgwuLx34kdMvc7kGewU+SVB\\/8kZBa1fwHBHwZpBQWi\\/v6knuJvRnVMtF8Bi0RasuDgzjRxYvesLuycsvxG2waMiV5zvggtnlVwPloH12hvyD4d3rszlRRJ6psc\\/HPQysHffTZOsl1NusbgCbBvwVvH4bR8A45yZdbCAKuXeHd5CIba2\\/cPnyMErutyucFIzB14ja\\/zaB7fxkru\\/Vf\\/W4q26a5HtiQHawoEMeHGpUaJz3Kh0ZyNRs0LF63XxeimCO7sEfj8YbWz8Ze0i6Nn9VF6HslgrPJtMp7dIi0zt5HaeTejezoTwAh7jDiluPlVm4u7kInB51A3Qk0zsuSvM6xHSK9S2blP+1WIX5eUL\\/0D\\/n7uJREeaZK0mOFu\\/ZuYpxjZbCpPnsBoQO5eWP5697da2E538RHnEIskrgySAxydqZwj\\/NLJCMP98txxROhCIfZFzivtAMs74px5vtKtWYrONWA0qCKfZoPBgDoW65EaDz6UZl0qOPshO0GesajrCFyEqS0lVbgXS3v4m1PtvVRmzWJNnujTQwcoEMthrxDx6VoncAZOYjNYAT0KcjcLIkpvD1b4QvD6gUVp8K+uWZGTXmrKPY+9wtwBzHQMxnYm44qnnJxpKAhVHOBJ\\/LsYg0NXgHG2Mi\\/8mas92dpkAHIGRHOIP+iyaWdG4MAQLQzc+WYPDX8zF5NXZ7KnC388+UCvtczuxl1dFN47r3D8VTLB\\/KJrf\\/v4j0PRjrDYc3\\/jfDzoPJLXaiqweT+7AWnaXOwk2Xzldivy7dpKjBMbnlT4mC4qu3Z1QbzxHmXjM6lDa+k5jG6NSDyaky0omyti9z6W7yFimUt++IE9VT2kNmfHyjmzf5L7o8u96kMhRjwqScF5gshZTvj5yVlcsEbZSo8weF5EYB6CzWr3qmExwkxBdmAlfgvu6pd69m41WfAhgTdRgUrFXcppRZkhd8FVnOc6Rs1Bmyhwni6t0ZriI7APw2eqSPKM3RWsscWPDjzHyYM\\/JtHwqgMVvyj45+L6ucAr2EzPI\\/4GnueQDr4d9qeXgJC5iPPvTOdaZOoJzrssbX+46i\\/5oK9kFvbj47BOaj3bLgxdTyMbD4nAsQbdHzLMHwXLt14UwKS098ahH4xKkPqa\\/OuRY901VMdpp0saGPAU0nIxUTZBE8xw3V1wbfVoM2D\\/M1\\/LLyUdLxtiQB9tnjD+\\/JVR2Hwo78IZSDbUp0nRtngJXcnQNQ3pGZOocNnTabhMp\\/D\\/jCLhQU8GaTg9xJla5PC5eTpVq29vLjlW9Hcxe66mwlsQa6\\/m\\/pL3veswRuQmMA2hCioqZVc+jYA26auOoNvH2+GnqrLwwGUBDVSDAqXxte87DS4b3JPJ7DhruPbHj+nprqD7HnTc8cZDM35CMUCMBUvaLtIUgeoEDv7ezeU1y5GZ0KWhTK\\/1EHnygq9mJ7fy1GvI\\/+XbCpNMHLhMLWVL9KwYkTeFl75wlx\\/S8qisQyFfGHPQai48HNtoKzz9QxLkj8o8XqtZXbyJmulHYVsWqinX1ghjMakH\\/d5+zPFO9I+cfn+vArwLQJWmRpycKTSuyNUk4Smw21k8pGETNHTPETeudEZextm81GgK8blgy6auDq5qVlWzkYEtw0APkcX6sy53mKn6HU1KCV5UJ2kJzcy3E7TE9YxYvfb1gWgtd8lvL0dsnzkq4PI1mePTpd0PY+0zhMCYiS9wiWOHOVfaW4fk6QRyYt3jMOPQTQq3nxawHrh4jw63jaHcBHX8w5tn3uaXR3CfeX8iQT52iPVVbKT\\/OFmKw+s6Zo93tHm92ckH6Hm73LHFODtzR62GfiUb2MNXREX\\/yK5rBBhM2ZTDXJcHRKsEIs80PYmHL99xUwZh6B1hm3MMHSM4b3b87V9Kf59GsbGuwuR\\/mMMFJmXuH3sxRbon6r6MqVCZp7EPNqNRomqKU9FZtCBOUkbwTGOazewFQYdV5BDCbWREj1O+ovf3VhF8TxXL3GNh1trBB7KB26HE8\\/W3N95RjiavxuOfzb+UVEHiYC\\/4DSAKaaiYWKqxj6qUo6xxD1N+QwKRezeLpcqeJTkoH2Tyt7rPTzZPpCbh6D7QxONdNKAdVmtL9Q0AwXYgwb2gi9Qd55T8hPEEBooHhUXy8B4uWmU0nIYhHKB7Y5DkmLmfbHqUz2ONpYEmnpxiF7CkSdP5k3Aw2kpsQyvPloIkxArUo6ugsEZIIdYvFfMUOgIZnd4Ji0F7hPiRujGoYtYhPWGysb\\/tqzM7T976HNZ7YuRUkDT12B\\/EIWyeG5v+dWFbyi5ttOYCuNZsNB+d8j\\/Uss6HkEmn46PZDE8gtMVuh0Jvg\\/TF7LRjG4SQ4lQdqyUzmmod70otAd9Mtr5UnvPiG15qNnQAJ3iBlY0eSG9Wn0jJ\\/1L19cMj0IuTRRMerjL5Kez4Okjace4JVhnAHxvSL6pcestpoqTJd8dpIEVz7wcWPTdDqQb9LtKVaDaOcNS0oVAO10\\/urZKXIQRlpHbMzjaXvYsMkVtXGATyWqiIsoHqv2o0kjnQbuVlGAfISTNfb8zm648BWNZ1isOmLohoRAj1wkDU+OFAcJxaHP2YhH6DfMbJcewxHwTdG+GOC\\/Z1QDXxdICQXo4vWdZbEY6WqtC1a\\/PODJYBieq33Y0RG4\\/NZAepYbFpg5JPX8Uie6M7ZwThIm5nWtYAQx4QTWbJQxby93Dip928WLleb47q9sXnCFWfNtRkbW3Lkv4DkedUKjE5Qv5lXAMSSHmuqgCBBejYRoXL8+sPVcyniP3bkjW6Jhl+tBmWJcyYHHSlGdMUrS3q3wpCq8hIB+1I5M5qVLNiBbFNMilvQXAo9tnZsB2ZnCmEneDM\\/2phx\\/Sp5g5dGYSFR28W7d2RPWs5+0BovLOpFvAqr8ZydZHvoeMHqUbV6M4NM1dSoZEOE8F87uxBPBSgWbQ3f+m79CrTgn2LMeGY7kkwUv8Wv1UntvktzP9YeHz\\/jsCpOh62y1hI3a+qNkk+Zw4auuqyXu4a0\\/LVDAUFZKymNmGEMEtDfNcQ1Cs\\/LYxcxtx+BEF4FotgLWAtGkz8uLWGgo8vVctp2G0I36zeay\\/6DuaqyA+5c\\/uurCHpc4dpetvC3qBgQdDn9QxozEGjp9f7QdzK6hV20Qmw2n9Ke\\/3IKcElfbWXv3D3IlsWLHQimaJuHg3T\\/taQrFD33bauYBFVm6w+stduJvnwgWr6PFqzoRyVMnuBtsMDKTyKg0uZOOnrHbZzo0xoRIvT0W9lt7cT0hhhSSfvmeCkHHlPSf3wKYKQTNUsbtFyu7\\/q6CDroM6xBxl7Lo9mvqISctUuQRaploPo0ri+OIWBTacdK4rd7LzsdI\\/hnJae5iTHIJL4W1\\/PZmo7tz+yrAcawN1wgi+aQMS6Qcsb1+SIoby1RNs32YvbocZXKD\\/3pywRPyx4gFGL1v7Sh3uLfW3Hnl6qlCCt8qjjTeCUyRN3PjfeRHxY7HzjJhIdj1iywIcL6wtErfqB1wFxP+izJ9QcUyjYosZXdR6TEbETZzNKKCwtNLBhjDjE\\/VSkJdRDYeFHC+s8tFAOjVABN0UJTsbsb7XFrciJZZBRQ\\/+q6fV+d9HrUf5AM0w9a\\/AwMFaCpw0oaGaPlHlFzkU3tXA1SkN2bH8ZkKGwgY+Fq3ouQyblWY7uqi1y3zEZvgwiDhBnQNgrwB6u6Nj8OjuRCDZ0ENGn7Y\\/AffJU1H1pA\\/B+MBmN7lNdE6Hu+9PC71jmeXVqEDXz2ZzqxdHUMdJy8BqgthdRzVRXH4m3NzXkjQtZ65UafFU\\/NEiZQObbOyhyWlwNRE84IaHElfpWE2Z4PiIGHr\\/NOXpkyq1BO1oCDKAgiUEESs9d0gl1tohoh+DVYROizx\\/+A773QVoeZpsfwAZD5aPXdhgbeHu4XFUWJqMCV7riBBletoEzlMVZt+pI\\/Nozpmla81iw2lkkE1Cxq02hS7ICoUR15EmDskj9WQyzq9dkNbuU711aDIHGA2F4J7OTYsBEdVo+fs\\/EYiP05I7FcR1iU7KB6opvzdqESHq1dJgfIQ8jC02GnDmgXTTE4ETD2DXaNpbAj5uHBa28v4t2DBx9TNNOk95puCWuDJC8awWlWsgkwyx5yVOUOVQKdfDp271QFUOvpUujpKxTMQdixe6XXVfSbltFpV+J0qSw6kLMFN40VQoGDDA0cK0GrMbJa2Nqxl24Lc5G1b1jPQ6V4Mi9UJysVc0rEyeOiU4v7sy+BxrKgTWypznkf8moF6qqzWQumLoeVazdOvFb7aw3fTC9wyy\\/3M0n402NvaFkrnJOoGPDe6Rwdz5jOI0UGIj8ZtGEZIyjkEM\\/X5VJcdF8IPIb+gC\\/milaeyQCs8T\\/hOov8VELhkSdpsfzKu8Bs9YAeq94appMHzg8EC6gP7kIX0UXWSfrh0\\/q5dt+W\\/7FysXretZ6MwOkBjou5evQEaW37Xs6+xtmgWGAmLilqMRh6zXgLjz55gmNI0bSaiNiIrtUEllQUE72nwKdgA+IBHmFERf+tBUKW88QRVlVZQUxEGN30XZ5Gtlt6pP\\/\\/ypNuGCbstjtrZuY1YRq\\/0OxvLNlwsi3S0L0xH6d+UJJZtKEVY9UKsRvZIY6dmhclGoEsYGSLKOAun2rHbEhIx6mQ\\/46x6x8i40oPmhRRsp95GZUGLYfFODuKFstbJp3QExk3sa3htAOunYbGdgREIwlAaD10rQM5jJE8CYJXYq2CAkx9jdin4AkDnmeHIz\\/hPpbbQa+1\\/Ujku2DPZEbnHkpbEmqxb78TIX4SRWiYqJqRjN\\/dBMPIqNc9dTmYCPAcb0TV8K6ADyg4H\\/FmD6oglnHW3zIvbbuITvvITG2npvKXfzTFGmnWxdmIf8AhM7ldDhzy4wLIZTSpMURYZtKtTNIjkJjCd\\/Cb5+4Mjrr0OH30jDQJS0B\\/Pbzu1GN0FP73DEaAgJaha6ixwuDjRkQOdu46Lh1t+XFxU19Q1vkbxTQgH8m\\/CU+fkBwhn0q+msQR41XfWrNqugnaMZLRZWHNLpZSyilZh1gZWiPgLLjV2y+AxkUqhEVHMrw7Qf3cQ0MKxmQljs5oD3UYbSDlX\\/57GJ1QLRgseljHwBd+l7xuVSSgmWUXHMKJ0WzDGy1RE08qBPWWLjgf+yMB+ktLN7dqgGvrZXdi5SCBsIAJHl+fxCNkBw5ABBs96HIulQhhmtlPhhvRs8piZfOabblr0ZjaseTCNnTJq+yZ8kB7hTBBWctcn6FdI3kq2cmnfZOzQTCooQUPJuKJSlJY1dNnh+cLi2yczzNDRzXHhQ6Pl1l7H2Sx31W0OahxgU5DkJ7sCxOmADhlnC6xBHHwu6cEqwXtFFoUiceY\\/XAJpDdMLBL1O6u\\/UFcEDi3gjtwnUPFcyE1m793Y2iBkFKYuPqVsbJ334i+19nXGttwipJRJGz4abPj70+mRgE9lAN82b+XE3YmozUhmPh9guA9J94a80RPno4JrqRpp6tlJrTcT2iDzQS5REYzLoUms3m0wvJvSjcGUIk6EJCSeA0Zy3Y8oNn38wjDHlrviHehCExFnUqIkpEn3frb68R2KAKWJ2VzFGz5sOnEBMW0\\/oVJ8Ia9CbGZ8fOY3VGFLa3ICPCCWYf+WvWyt5JPL\\/XeIhDteJSIJI12AwDYK5ZXjmAiXFteDY4qrpZ5j++I4YVoCPbyi2GeS06iWNLJ8hpmpraNYGdsBaL9WFBfppRj9DQ9kmvYIjbPhYfZlTbGK7EtaDfu+I7\\/Ko1HgZUPV5mQaZv+0omBPYlo5O4d9zHlRa86GeFHKwc8oiTRb78e0ZDo0mQ5Og7sgJXZ4\\/LSZYq3b2JSXkZnKbnA\\/Mn4ZQNJtq1KSgXtpT35wVQsoZa86HW02Ve991ikm3k5ESE5IYoYd1V3m674wLXJiG9Jr55IJNT38QAi8Is6rTNwbxslaYaYeyL8qu4mIAbdVQ5O07Z3gWHgv2Wpnfp+Eb3Gr0lU1W\\/\\/PJrFcHcUJ5KWXXXRYTstfwQHjP\\/EW9td7QSJlU3rx9hZ8BI2BJe4VjShWbH0u3IXXwcLyEm4xfnzeM+uCsJbERulPN6qOTuIGwZ8uxac2VfIJQyHUvSh5uOECKMP+dzHy04XJPSBQO7XjdkdX1dGjoomvRcm7ogoPTVXgaaqhSgkeZ3MF6jCXW6ZZrGlIX9qQj6uQlPZrgENvEXzwaURq9eaxz+2XLRvu1GO6ubxd3q73rmJDaVMQmN3eZ5AI+Ak5TlpIKV1X9M6vb46oqsthQ\\/TtEx6MbEJFQtzvw+UJpoHwv5OCIcJOYSOJqKKbxv+3kDxbuawfu9f4SYNgQ4gfYANQj\\/Ckw+6mwtgjx9yr1P3OQ48R1H6kjJiq4xjL3shVNFO1dK1kubeqAVGaIRKf+Q1d77Op5aIYdBxkcdQw2mZBNRm7f2Ecg3bKKPcelobPyDNmorA46+ochrXH0pOiffOzdaomAXogP1VxbY9Jy87SMSY7rBJLuY3NEPDthpy1btdiOigO2UArnjdDiA5w6uVbzS6Izt8MDFgjKm8VEHgu2mFQeMPUTU\\/MeJp+xXMg9Xs6y8FRWg7m9dQt1RyDZSRs46HMptDjj7edXCLnnyutMfEK52HsoIonV3uRPFYwgeaHlo4B9Osix8beNjfj1w8g+1inbVKF12niHbrTOlxTm+Y3sfWdEcCzsY5fRIDGIkX8pYxoWAlhYmqCVbEa86bt63Cvs8SEZYMfTtKWUW62wiNJIC2u9dKsoRxBMIszBxjDSR5ABa2m7bWACKb82BR1m9zaa1fAkO9u52WUDKAWL3UogQkfCxwBy9IFgc3QfeOYTEP066uabW2fFN5KbJ9HuaKxAtJ8f5f8AHChSycO3bEdngOJ4vx6XB81QEiEqZCN6CQNHn1\\/PuNoo+2cxT20LGltVgpUdyDxfwXZeFZp+4hDTi41\\/lwEnGMoqbRv88rVIOKeF9+ZecNi\\/Bv2asW5O3Pw+HQ7FBYsz6XZlrZClLxXP85JkRgQgMk\\/LXo+zQWTnYgU9q855M4E6rWHbHBYV\\/C81ZmrqMPUL1DV\\/BhS9xWoP50yRd8WQ3ewZacrXe39rBP4A\\/lCrxrMXYkNog\\/NwNjA2\\/fHFHVjJAOoj2shuAEKj7de5cUIQ+6Kgi2pukOZaqUDmOb3aIS5ZYjZw630txuVZd8US73tu776Xhc7rsVNJocfN5R9yYLKRI3zETQmKIPX1+4zYoHEIFqoi6ZDVrwln3gaFqgoqmFHZxNpASr5gQjQNCF5BElN7+3ovGI8SxP+ypyrnlBpAQPMiHMRwJlugoek6QIpZ\\/SVIuYGKW4vW7CQlkG3y6pn+Uqu6Y+214s9ll8HIRYzshAcE0uvs41BKgHoqX1YXmijvNo1494wOZveHbP0IxxYBFncjP2mQvdszfhGu\\/1iWChMpFkjQ25Zs8pnQj1vukgK29t52krN4B6Bqu61ty1h6yxL0BBcaPg1110cDhH\\/xwrAaWafuNZq9RuCr5xU+xdiA8W\\/o173PZkOqSSOJA23SBfQWuaIxsQmTR7sBqhroTZAn43JdXO7TIHLPefowYsnVMd3t33loiDlvpozeTqY2Y9zYXxQpPfYaXJ4mnkrdo8t1RMmkkNNfEDMTxZJ1ZErIAkpZSKIRg1ineHXDi3AiLsS8QJdBwfo4xKuX1e9TnwL5PDzaxw+wMJUrasL5XsHuxZ1XYFXpz4PdsASwvGg9yDOc7Ha5Ib9pRgYKuLhAF58lF+TAxuvIRdlRWsOXYel4QQLCj5Va\\/d3NHBLgnGXw+3mcnMFinfTeZXsPz6iYDrMY5Wc36Kuduy\\/AKv7ZdiH75kk9z4l4YmJcnSVopSAnqdxIJrlziwpsHOukKLfrLmEVavjWPCgH1RDcOlgpttPb3XdUsw1Otc8FxZqLiknpdDD7bJG3y326HVcaZE1V2Th8oo6bQRx5L3\\/mvciqvRepGo25LMiapBO+tSGmESDd90XWqIPOBPrJemyt0IoGlQYG\\/nrYp566iehmOsRa0iFinAupFfLBlrmEVbvL582vycg8CP0oOPeclc\\/S1ilNpHjK\\/jqzaiEShr2GaESMC8Oeh5YUS4NdZWA28sbH7P1ds76G4NF7wgAvEFh2K3HGtye5sW6PoKEWoQ2DNpJN+WVXLVbeCP9aLwkj3lZ126oOo3NkW2VW\\/mRDDFHLzPYJXYgX1mFo8tPHqBHZ86r+4Tu57VAGDV\\/UwQ10J37NSW8i9RNdiMWOiVLY6BhmMoEOGDg4iCsmArIDE7mxpaMlGbqGgIXjN467HA3IBHLlxB0Iso7ZvU5xGILrQKxHoFWeylzi\\/a9yHdFfVedr85ptRhd\\/aFp50ElMQDwzPSKunTmb0fo1RbsVJ6dnsNV5cSokkIu5M\\/XdOuQ2tRr+tjeZP0ja0G1wO6gNigaC24\\/\\/rQXMTUkiWqSodKK23L7ymXDqpem\\/8ruKhuXSWP7dDju61+zeek2y6GHv3sIaQto8tjRFF05iAC2KnXA9uw5uQ7KZqZqZQLkMIY+U\\/Xg22UHHpsuZgVD6YNF16X8VBJIVESYxIhuITPGxIEW2NAZlXjVEPsZj9kVzivI8Q1olvZTfRRT35S2dKAam4Smbq5GmzR+6+yMg59VRchvGRK9DtrNvnaxX0i83oRjMvzMxBJzzQ0XaawUpqt9KvVU7L1cY57WjcpeIk8GBk4kcBcIsTcxa\\/UQsCOmIktVRq4TshvMVcSUJUUOlXDhSN8oPonk9G00YLDoU9Kwj5gBfXlou5Bkf4fJMSVZXSR7Cqyi8dsMy98db2aJ942s5Lzq9QxFfAob0rtDg\\/uxJEatwT4edbkHGPKaQDulu\\/VCEQ6wlEu2Sclb1IO1w1OXedHYU05hl86cfDn8qBEj0g2i1J11R226CsfAkr88t5rVBAoSJP92fkdWnRxPWCz+dHazeiNxQYl1kq63Ld68QbJ+jqa8E6TRHBszAYq6laLscwb8nzGt7N1PmTutpgzid3vA9dwFly3z0nRMyLWzl6b6YU6khI6\\/ArsC19NpaB9crKar2wU5cl8ZaYS0R9htwn\\/lYT8fO2nKEQE+ozGHMf4RH+OxCeZrHpeSVXeT0pcMI9Klt9OzByS9ExjKvx\\/scsDWzUw6Mw8boYPYonNOe12urQq+jShCqnivvz+XSSvNKZrwSpC2j2sckDKXxrFoRECKQHTxbepCLxA4l5wFRTfYo0\\/fv8BqcwZ9c1ROfoi\\/yy\\/zHilMIJ2CJgWl4832dPfoNPnkCGbE2K06bieRwEe\\/ymZCSn4uNjMtwo\\/V7OjUN4YMWh0S4tcyLmDPqdpxNvcGhfIGKcWd7LkXKFR9QKfuUjl9jAtxoqkg63g9ZEfF7y4kv1U7sHDu8ZuEyV+Qrf3n\\/g1BKMkDafUpji1JhUMMKL1L2lg7XEgbJLsqUXzMC+nysCI0mIQHK2RMeX4ZQFW2e1rag08H7qDdgf3HLmzKJCchh30tnBPjMugT3aLqkcv3kVLAfakKh4oLDr5+r2TfeDhLjbHLFnXYDtv+9HWxVFnbdVvMziz4dZ2L92vkIpaNVbLARCAfeP6m1Zd+B\\/zoG3a6n1SFQH6lxumltCSd8aNzqcfiaKAhb2dnAigUvjaWTE4ApwtVHfPbnL54zZoOsx\\/MYsTcjpikeQsksv69rFeXRXfQB9P6kPMbEWx1Y2i\\/hl0E125Svc1TrX3RYIoReFwMiNKMsLBbQ3LO1jL7JvAbYOVYzRUWzWXF9zK+gczaXhT0kBcnGyKc8h8IVFGd0m2TtXEL1EREAlb61RVkFgtuPATX+XjxUgdmrPhGTUm26646pT5J62aT0NUixtHsLmEPwXmmLNR40Zl2j6C1K3EdUqdxiFW7waNIF2tymhz+J0l1QANnMukoUDiMCGATMlBiOR4GlvzQz7+CSbNa01L7fUfSsseErxPs0U9\\/EsRPiNF+B0dEDXwxjhIvK+DGQXaufvRGK5b1wp9V1CJD7e4mIYAPDjJtCdAgy2oZDKXK7gZYokpI9o4ixMfxhttJZb+Vulic1aMK+FwZRgc\\/4JV9msGqjhmyCWezuvpIjCtrHQm\\/WMIvuUs1j9zK9frVMkdXRbu3S0WAPrfva2bl8EWmDFFHx04Mod0y8tHY2CcMsvbKg+FkPPnth76yzjpziuYZiSNjDudSURhph5NCBp4TIYED2tJIlGLaA7LDnawucY6yF\\/b3i4soPz6zvHiPPdyvfVtYSwmyCpKb8LVQQvH9l2ks2mjbggvipvlY9rRSX\\/m16wScfm2NnOY7eh8MY1OHnFIgAItczRrD6udsVOozvBEnMf0Z2VbR\\/PYWe2CH9vCiV+pvHSoPNOxZcMbOXx7cxWDwKvCwDXb1U7l9ZBdCMHam45xqsXGCfidOAYvldH7fPhEjL22Qdej4SQ0qiWQ94x2tdlNMryUqSuBI+8Jbm\\/VD3\\/gsbbkjYy6p7d0\\/40uXK360KE9S0JkWhSU9pbQ1XYdeTRwLb1PgAUqa0O1kDPEOkO3OUFBy4CY4Cn38EGjflV6qfKdtln0t0VY0KaRNPIfyTeJjhM2oh6fIYOokEuTic+IdnH0F8e1MG2TAFShfUa950Epxs55oI9NOOYHb6wKKdGrbCLVSFWNjTvJ93Dfktyp8b2ahyQaut1V9uUB+zV2wEWtURZXHKvRpfXCBFi7eJs8j3kRJNIIv025fCgnMzd9A5xjE2noJxoHb4S7FBTMN7XPakI6\\/kRBqOob\\/NT1nXCah782wYPkYP1NOST9UsHraacKTiWfVoxA3blZovFkNlFGbz6Mzyytlr3PGp5xVYAyP5n4tgz5TLpdyeONAX2IOWPWaC\\/cYxk9Xk3J0vHQxJxgCeLWiDuIeyk0McNlPkRWT8ZS3yhPtCnr3v51RplXXRolqD2mxkVBlqjjS4ILa70F9+QhWM57FU2qQzNQwG\\/\\/u4BbMQ\\/zLgYMjcajEMQdQfYh85OqMX3Cdr\\/OroIWCsS\\/H5xhn\\/UlnbapMbi8T6FcRmgltfyKpJFRxsA8M1kSvRfw3GCvGJ\\/CoqBfqZi7OBVYYgTX0qf48LpHH3XI6sLQhGjmCJRrvzofgGJK+cYRgeBwziFIFJqaUM2dDI3bGzeHViaoj42AQ99NCFo7lOzNUdgD7WJOdRgobEkoHzwi\\/ILGoDXo9ws5sOhDoJvJxNYJOXRtcLM2G2G21iUB5hC6IzUM+PTPQXYFKpcyRcSE9JMzuCcZiFIo6Tf0xNg5oBqrxjXaFT+OldQgzk1t8En\\/ovqneIX+0i\\/0pdHMIcwM3EUgvu8SinWhIUxyPuaSX38\\/sCLDIF4fapcBhMfud3nunUoFrK\\/P0ieSqF8EPUzM1g8wXyJbM8opB0+OO7gj2s\\/HBtiWOH2r86Xz5PMxQ2qFV2+LJgTHlGYtqlyEY\\/Zu6NFEovxGNmQFikFQSUF94fc7UU2qYRizKaIFYcYkHIHg9Z25ROjhmOLX3OGnalB1yZkAL1SN85U3+iPcaboPnA18nUw41vMWAeZlXcY0h+TUC\\/2ZXFgYLFxmTp2Yyu\\/1wBQOIQjAarZQ++Sh52ioEz4fLpp9+3rqcwwtbWLKkPitgt3LF3PzRycAKpA5T0uRy9pjaQRqFxd3KHw4lm0kYRkdc5n+zXe7U\\/6WNNe9q3Qu+8\\/8yspriQmV8cnjOudzFc1mp\\/Qkjw+IOxngAPFs5WeHjebE01FXOhmnEdPojDxouPbyQJWND9r5bk3Swj5HSExP7sB\\/KvFzPiGm2H+1tMNFe5j0bWVtRjwXT6v\\/HOxOibhtpuo9+OVB2iYOYbMskikfLZDZPDgNcE3qGqzIhZ2oEiLUpJhYF7LXDt0Hl\\/zMnOPhXeD20kFGhfT4mchJ8DyKluKIkWvlXWPKVQtfvsDkMxFbfOyHgUKL4SovN\\/dGyKk72J7LyAMTMruYTayWN+6N2leZGY8UUOFyE2lKgkT9bHix40Vn75y3ELgBfxQ4X0IDI5odHx0vn4zt\\/oBI9uYadjpvxCaO4cNHClzIiCOzV8yEVSCyH7vYn3m\\/8DugcK7XjzLg3+p7naNlH5Gj4k7E7GsQ+H1BVi1uNbpTg4qNPnOw2UhNULxqltA8z6e47LcgMl7myLwJTzG15XHUwEOg9N12vfH7XTPdhHyJsNF4WSSBCLFEFt+3ExHwzCo504FLFXJ+QDD8JRZ71K0h9B9+TtOonBbpx3Vll2A\\/+lM6OJROCC9bgwQCwb01Lt+2JAC\\/KBVoH4b8XbZc\\/dDihmeCKbpbvpd2KLjpn3e8mdWxZZNFvf423YJBvx91DVG1E0cRigq86777H\\/irW7PiVsdozvD6Q5h\\/9O\\/LQw5xsWD63ef9mB7+yFw1Is4xxJOP4hRvqApttrh4okuwIkVdXM9AOp5qSlxZQEQN9NjlqERUl9bP0rtxHoVdawrV5nAt2N4DD991Lg2sXJPZFTws4+sj3HKBuO0rtbx6hivbSEP+NN1koVMXA+fWF\\/VRvw7dmVGA8vEBVhQwaiVW+q\\/W9tIGzbjHgHttdnCbvIO7kQDjk9eYiChBgl4ZwiHhr6zHBUQFb4\\/Jig1DPbOt3SBdTLl39AD7Thu5mwfYygqTjpPCy0nO7Um83aNIVnMRJ3VmaSCJRmybaYrZNqowWvFvFqOy+7DT86N4Nv5liVl6b4OXwvOFIMa9uYcbaWWamSV6UK9qSuxqfVMG2I3hcMwfp2ze14S9d2Yn\\/mZIlUXIbsjQs8IDOUt5mZv3YmCybiDqMgafdAelLEzHkAzit3eEVJbz53OAdFYTfXa9mmyzrKf6vy7xHUCvYZmgAskPLAlTCyi5hKuVSOAwfM\\/flDYYFcGJcylYxNZfVm8nNWh+BdgRSyxzpKKEmSEq0Zcr+fDD0NZrnZF3VAF\\/R+93mB74O8Z8EbTg\\/7yqxCuSFQK4uPNIBdntXELhQlQb2Qj4Kvl\\/BJ6vQCWjEzqzSzBgZ9Rw1180dQDYN\\/9AYygCUZkekp4w8Sy8XWt0TFzT3q4pOJkonzqk5JBtahxtOVbKtrdV5+wJCIHYNOtyaKJdj8ItldUc5yBD01XJmMJwtLiXx9MuuZbwUH1PTXL7ntRns+eXCYjExVNjeE5rnREmoaUmDIw5YrXd6U+0NV6le7WYt9T1+glR3pTzE84cFe28QU4LpBQD3YUX9CBE0g6MUnyQwg+UH2G6+rg\\/i8UcI9PnnSWSQlfGIY4nwr5KUIINablu+3NIE2cBOFiafqLujVJhpVXF9jm6e9EeVdiEYZ9d\\/FDboyW7uacmVLjs8NqFRMKRSkTisWAKXl5eH\\/ehSkXrxyzuvhsZH7pzfh1haUbQ8zaNMzUXkgfLOc0S+W5CyabsHjPKnNDRCPPFxRx+MY51kDsvB2Uc03TJME7UhqwSYEhod\\/RkhiEtnM0vvaG9uPigxv86P+2W5QPnkphwP7v6t3bX9a70fsJAVvUgOr99pcP\\/URO2pEgaFlBqhCrdF+NBMtU9W\\/Tq2NL4a0IEVt5SqHHOYvKlRjHQaqh33cI9tDBF+uAys+RAIVjKURXbSOjilXYq4Lt9Uht39aMUArbay0OfULIBSmRlp09Hxh24moRtpX16GN9NOjhGHik84\\/obrwSnN901A63dtYDJJjqFHATrnbbo7XUFeBVpO+CtiAyzVIE1duZtL9IFFqYM1dD+klibY6t5km05s5DqYoD8DlIeQEGRkh5ER+0hxtsEkjuCURJBhfULHNSvQDtrbISr1+BpM07iLe7BjH0XAdsdaYEvQ93sOyIofgNmyZF72W1xPnVqr2ctM+ugAT5DQd7MiItVBYkttJe0CnOZJ1jYXK65aPOaRhG7Gm+K1YkxForEDNLONquaAzdfrIwMG0oF5WhR+xJpFnT3wFoCF1fAEvnfpuDYa5oWb4xmAlnL1Y7SMJQwhwxglw7MYoo9qOzFNsI9MjUKNSKZ8ZQY+JCqk\\/YfqaZgRXXKtqyXGQ\\/rV3fLMqfZsb3XqDIXmYT0d61h7FkQ+eUHbHNf0O\\/w4jMu1sm9HpA2JgTr1VXUBMI8Xr6lJMkYjGvt\\/95\\/g6Jki88\\/Zz01kwqPcuRw1HkbqBGslNcGrBdgsFi+se3qENpccLNZaAIfO3TNw4c8RQe4cn5iYXcR5AEsi+HBJfkeYEYHquZ8LW77FUP2zV9FKfoWUCv\\/5R3afLX+aTocMSCXvDN1XTaAfTm\\/KXXHtPbs24E3kvzyuxrjasE0BJL\\/2wa9LCPgRdJ3aO9Q\\/j5PEJRwJWamHfFW7L9VHbuoUIqO9O4QpKcHU7qrLNb1TXC1UZ\\/zS9YMdtvcjucoXGVud6c3Mejq\\/jGzVIOCiDew4vP8u1Vj3ynlDh7OkhN9UKVTj6rETXHGziQNFJ6zbvRa4PlveAVVxr11yRdpREZnPpflntTyevgXjn9\\/UrPqOAV7jM4GOVw34X\\/YbaU+dhHHYIEBO114wxPno1PC6L6jNstV5aZ0VYRdYaBl9ek\\/nI6Or75ycT6uYNGpi0y1gjQMTle39OuyfBBmqusAhTQIADAyJl5hBMqeKHESDzb+6wLp1cq78qCrbri0bBLhnAfQhigYm3i1zD64NKtn7QqrNyib2Szx8EmnvPbwG0NTCrfxOYhb6PpaWeWI33EARmiHjpqgEpBnsYJUiGlIlBvtkg9vBwCZlCUOP\\/c9WDhcwDX+FdbHq9IDOP4geKNHjN41pYAahN6fm24nqtOjv0q2mzdqFSHCzwZg69lvNzSmNtFN727FKxZvuI4u0E34J5nT53RbVqgooFkOZ0JArAAVTQECq33U6JIQ26KcWbJsMmsbKo5uGAzaQzsFVIGzP7w6ADxSKWlKD\\/S47s5fAdn2wNQoWG76ayNuNayuzq9FE4I26V3MYQZHI4DdY4dgWWsIjWvEzVw326UOGlmEYYl4cQtavZ0A5ZQirPA71M+shN3O8B\\/i7C\\/K6r8hMSEpBD\\/0i8oiEaJA5wrGc\\/AxZXntNdMsFh23tXXl0Uyn8bvyy8dqoLSYHhkfHU1uo2q3Wf1QU5+IN3LQ\\/UQdkACGa3cX5Ri84KLpZo2m\\/OSpryNUE+p96bKkLOfRytWGkS0YSOs+shvu+HzXSW0u34+QyHraqZ6AsG9NyQgu9\\/tQNKKddg5uhd7nXi6UQIL9UXE7m787O\\/tXGg4Y5\\/2GSEqV8UGJJ4L3ZI\\/lbR1sfx71lLO9pLGXQdsCaR01NxtFlB4Sx8Xi40aKvNokd6qGXECd7zC2n0JVyT9bdZy1izLBkCqkV7YRizNRRMInx4RAPj49VrnuGeViY5sEnzioNyuHSGR1DXYmZ2V0zB2uJL96JPDbETWLq64fVHQ13diuux3KGW8PzotqNkQhJ9mtCX7BVzFCTEWI\\/Q7I0hQmQdlK\\/QhYtU4ahTu4ictqzaSFsKD\\/Mth\\/2OKdg6JFh+D0hLME4xNAImi\\/4qIqTO96l8m02DVjLrDCgEyLiQVynU8vI\\/JwNkVjzrS8UooT5jf\\/eIDlQvBA9zyFX0zzV1vgRbLWt4RCeVG5Ewx618neJimxEodRyvtID\\/LhM9+ChKzI3IvWWMICF7wt9S8iZ10\\/IhJCqGmd3P\\/YoldNz7tiiErnKtpmhlTV\\/XmDAC6euAXpaX6c0vVQFvNqjLQk2HXRX6iOrNFFPVCFrZTyRrtGeedlX9c4dLBO05fydhIGL7FvskclnDnyClqZEM980BZKCyGonFg2fJRHjxp0gtIXs94+oxCfPi\\/giFnPwxn+U8eQJu+EqQMnJRUxRAuRUSZY6kzLYOcornXnP3Hc6uHhg7f3A\\/mUviqE+nlykU5Hqgu7COp1A4+qtgDX\",\"FlightNumber\":\"6E-6153\",\"SegFlightNumberArr\":\"6E-6153, 6E-948\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-12 14:40\",\"ToUTCTime\":\"2023-12-12 21:15\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"21:15\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"JRH\",\"DestAirportCode\":\"GOX\",\"FlightDuration\":\"6h 35m\",\"StopCount\":\"1 Stop(s)\",\"NoOfSeatAvailable\":\"6\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"106c4-8b925-5b3f9-5fdcc\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"PublishedFare\":10989,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":8889,\"Tax\":2099.8,\"intPublishedFare\":10989,\"OfferedFareAgent\":10989,\"PublishedFare\":10989,\"CostToAgent\":10989,\"PublishedFareAgent\":10989,\"CostToAgentCustomer\":10989,\"PublishedFarePerPax\":10989,\"OfferedFare\":10988.8,\"CommissionEarned\":0,\"CommDiscount\":131,\"TDS\":7,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4799214673368995139\",\"Fare_Key\":null,\"colors\":\"#FF0000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"R0IP\",\"GSTMandatory\":false,\"fareIdentifier\":\"TACT\",\"SeatAvailable\":\"6\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":131,\"NetCommission\":160,\"BaseFare\":8889,\"Tax\":2099.8,\"OfferedFare\":10988.8,\"PublishedFare\":10989,\"CostToAgent\":10989,\"TDS\":\"7\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":2099.8,\"YR\":0},\"ApiNCM\":131,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":131,\"AgentMarkUp\":0,\"CostToAgentCustomer\":10988.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":131,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":131,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":10988.8,\"CostToCustomer\":10988.8,\"CostToAgentCustomer\":10988.8,\"TotalEarning\":0,\"CostToCompany\":10988.8,\"CostToAgent\":10988.8,\"AgentB2CEarning\":0,\"intOfferedFare\":10988.8,\"intPublishFare\":11119.8,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"7\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"JRH-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Rowriah Arpt (JRH), India\",\"destinationAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"originCityName\":\"Jorhat\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-12 16:15\",\"SegFlightNumber\":\"6E-6153\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"JRH\",\"originDepTime\":\"2023-12-12 14:40\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":130,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBA\",\"SSR_Key\":\"aewbWHIjUIvsfq2CpKCztHiYde5BS53E1ipRCKU9Ou+AX8REyp3M1TiwxNHvk9f6EJehukVtZrSBplpajLetQJh+aJxbCAjFFH9vC1wDUVb+oV07Bx2VcYv7NTQhvlD9ZCv8Cx1KktfKirJg1fguhb630zJmRd8WSxjfcsWWG3cjQABfo7QXXJkZApgeKuLvOtTa2n+P+iVw+HK04tEQyuI\\/9bXUBm+POE1LMAKSB0u\\/VDg4XVJjAfqnD5DWRVBmxVj1ufQdqtb+DeS4ZxSOr2XbvH9uWxH0ybHqud6yO0Y+TS48Evv9blLZ07BQq7yw1AQepEEdd1etHzC98RcPkxFFTeM7Fap7Q447sx+X0zM=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":800,\"Currency\":\"INR\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"YOqWsQV3krOzaypoJQnCng2\\/GLzO10CHO+89hHio2OMgj8Rc\\/jHVMG8TnGGYWQR0nZkmWNpq5lzf1SOQzA4aE1GP01JtAaeLJQA5TjD3V5vTvSdOHA+TcAIkGI7qO0ZKlh\\/OEOOnsaayzrG\\/b8XnTKn7UuY0NPH7fdYTfHPagrlenB3UfQl1T+1kzW\\/56I6XhFCL\\/5FT0TLeT6Ooock7af6BkCKu4exJDwZ9I9yRrfSz0\\/jNvXENbkWH1AJcbG5WKQkXWVxVJUcYtqDpPOItONZS4NDX7ogqGQ3m6uajL44zjMSsD0668kZF9fX\\/nB6J\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"3Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1350,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBB\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eCdCm9oAAjc7EtgDAxlMqDFh8G1XenTLW3zc2VEUKVH\\/FrDxw4cyt7sk5rnanMTW+BQd\\/Yum8xcAJEW+0loEXjawSMdJJC0mjR2iFTN\\/zlKfKlcjaGkzqHNISw\\/B4N13WlkMK3Ap2AruS9qCZD4TL1mUAoc\\/5YzN3walx5FGU+odg41y\\/M97zW+g46FoK7r1bq5ZtY8slfzyi27BCiccXfusgIkRE7VSOWKwHjJ4\\/IrHXIIF7JLBkVM\\/nY4+4WIcmy6jC2rLSq5Cs4ZtA3v6A8uV5cyeczjfBlcNhKFStqPUa8G4zRwjDpsJTxaUPMYebuuB6HYET5LeYaj+KMU44iE=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":1500,\"Currency\":\"INR\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"GUmj\\/56kWJqFRbkspbOaQ1O8BSP1uF68xUhHLTe4t9wGNofU\\/GmYiwunHxqtniQCOorW8Z6n3q3DAn2TzgizSyuUWYoIkoB+YDEmO7G9EXfBgh2ItcbRdB47zIp0P5RzlkgnwBTV3ZdYlgrE+\\/bi1DIo8sA\\/PHElPP+wCP8FaqFjYZX\\/cvIkHXIe2Tx5Z9HuCdGod6fZehrQc+ndSp1nBHQmOOQDkUzn8bcTc8nJpfNsYVzZ2laIiUK8vBHwRz4o7Ghh8+UfQLRnWnWN4ngRQUoVH1AjyuyaO+y1RzrlpEVAECpSALJz1rzKaIL5\\/IsK\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"5Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":2250,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBC\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eO+5qMBHu98En21DxINh1YKtjsUyOAC72\\/SKqJVAjbOzdTwZ4XSn0d6mjJw46zoR9o5ajQUrJq03jt90QDCoMT7cAFWqtVdAectcX1x1BLAdScnD3dBoMngq3Zh3MXoTtyuPtq9OzWJxRvgV36nyunhUeiYvJQwgO5g2aa0Ofc7T9iI\\/8e51hTkekNDrjYAZdkaThkBOjOmNlxFqSqgKHPG0T+bqr+F0pet0v5q7\\/isDbCeJRSOTN3kG7E\\/qK5KQ\\/kKPf4jpZgBa3myRa0O9PYA6WL6YH\\/NxJfC09z7YzgKTJ7RDF3Cdw9neFVlawrLRFkT+hdpnzuCh9mUirM851PQ=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":3000,\"Currency\":\"INR\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hmTNZB5K6mpL4SCJXshXyuG8ys84CQueGBaeiyPtmvsDnB7aHouz7vtiTQoSxGDlu5zlgGB4e29wjcSDLy8NYfJ+b7KRr\\/79qsYgFwwDiBd441RyfUNbuuM8rUsdtfYeg\\/SqdDj0vpUBHq4MbRssum0C8uW8Hpb+KWey2\\/je\\/tx4N0qbliS8SuKwjVecd5CKCzMhlV9Hk0bRdwiRuIBhAzO4dI\\/qtTUWq7VjYVfBdqmfde0ZIuWOMVBFSX70wNRKwJPCbUwvgalCqFkyui61+T2MhG12vW9MauLFwQTP5Ric\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"10Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":4500,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hpXAaj5bB8wJAWUUD3NGAbEkpo+s48yZzvci22WqTU0TBF3BkeIqVyosyZIIzytMLvIUN04OnRJ1QpJDzW6y3jsvGNGFfVGKmtWNT3CrEKeUe4IIRQM3vcg5CpsmTTr1XYFv2KYv4PgjXKO7gAdqqrqvUxOx7TBjQ9UCQ2DbaaYhAVCCv\\/HZwzuH7B9RqiuHRu9BM\\/V4HRz\\/pGTD13NPeWrNw4Bf9vTkFlNNV\\/cBc4TfrAUZXa2HKbiqbbHCwjyO04voP\\/LJCg5aiPllAz2izE0mIREbBdw1fGrxG6PCEdPN\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":6750,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"GUmj\\/56kWJqFRbkspbOaQ3\\/ZI6STulXW1L8fr6pVgEFFYurCel5aArpcL\\/IDWAssz5GlL5tf0thLc69JQyMQj6F9wxaLD7EdKoV9DXB4gE94o+bHvLx\\/MiFG\\/0YTfMjbdHToxgNlBHlhM++m4hiCZqY4J+C2sG4nIbuGRVVs0yKJ042LYE26uoglPhLDabcwwKjpaAHgqpeZaBcOnKAG6EtQYQoJMiRcrjKtjqaGCEV5oe5aOhzioRW7sKFdvb6PRI9rom\\/E3M0nnhhJhTFwlP4MnExOZZ6rciTrXC5\\/KGQE31fyr\\/\\/eGV2c\\/bzTSiPZ\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"20Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":9000,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"oH2nHKImd5kW2geRC8WbftgeE1t5d9cY5rukV4\\/J778G0nbHQrcgzzc7fJMuoc7voKJWEujUy5QKQ07mzn+RxpqCbCypv6ixAWaGcnIZ3jWtWuucpuxQ2uiJna22opGJ\\/bKlMP7WvTRbLAuvuezooIgpe68g4nXWewYyHseOfzif7XntbCeWpHBnWUjjDzNRyckbxjOKPIbL9NSiBo0Bfdcy1pM18RsETvbbesxZjdwJIg2d1SXszIqqd7lxQtPkaedWBbCxLWz98ZU32oYx7jMDxQKHEBbKjQliS\\/0w662leHPvfFsNivwLdeLQ1k9P\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":0,\"Segment_Wise\":false,\"Total_Amount\":13500,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\",\"segmentid\":1}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"FvYN4WSxFLBiqjzVKP70nYfdvf4+ngjgQkrbEbLGrxEydHSXbMjOb7WjOwfoQRnQBkJQT5EGZ5dKRA+4ZGCw2MOS3GrVYdXlWKcvfNZsKCGx4aVn8ITGPGPj9P+hRgyuOy3Eb9nmqhK\\/i7lU8gDUOSahzmHESeuw379U\\/c+9FJJstMNyY0EW6golQU6izbCks3xUJThKvILN2D3Lu\\/3e6ElOxEq0DgH5ybMf1SeFbDpGjT6zI95AIKmr9KyPnR9Qm5aMXLUizEDVI9sJlmB2RkaovB5NwNgdJk8Il8aAYkv38SNxbN4RV91Y0tEuevIQOVY173dih42e1CILFvdTwA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"0zNNG0cfK+rI4n9Xqq8DPGBIumEXL6edSsXDqWG27n0YKfkxUiCaBZ\\/gt1vlBU47wUEMngFigHDzNTFLladkTzAOl+8oYZ9+CbuSXLTqYcs5mev4\\/0L+qnRICdSFYbVrwUWfTp0O5g5YiLm4LS17SEOBjy3s3pkY60JN4OOB1M++C17eaOeorh9vgzqJ86F0ONPVifyHIV5tnb68LOcMjlwB76hBOnBdlVcTOQlrnX5hJZTrF\\/LIpPVR6rEwEf60cHaRKxz3xEKsQ5u9uraWexMjmtId9LF7+rP7OvqWafhWSweLiasK166vkFfXjmbyDj0N2S3wEaLpB+ySG4SM\\/g==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VCSW\",\"SSR_Key\":\"yenYfzwM2obid92X49XWtewlTHCo1ctei6Ic4IcKouwDdgOv9e9H3wknONLEL3+xzoJcSJUjwT7pokE3l9giRLhtW7hgk03XQdyKxzYt5ejI9dgfxzSaZLIu2pdubf1mD45VXT5KTHC3MweDkJtox0\\/go1+78h5YmztOnJucVLe3pgkC2SytD4Xul69p0luFuqPoZ1uNvpieywouWTAptljoKsTiDduNGGTaNWPYesHStNRNROyFXqycqaQNeOpdWN0bDaMyZZjbcxrPBwcCBKcItM5vC3Ug\\/u3ytgMg9rShp0dE1I\\/hKHebBFft4Cn8XUmnDCdDxBY9xNheFYFX9F3hc1lfkiiyOAeXad+oDMI=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"Jjxcb+Dg1gjyngLb\\/ZcSljPFH8I18MUIlh\\/eDUuHO5Hv9zf7HhfRLHirpln0Ubz7KkHeMfJEAtzzTiatgnaemIF1Z0UyaIDmdYws5XmuRNFkSUwhFUORHgCOAS+vAF5J3QhUb0F45c9RpkgDcdS0qTif5LGJmkSLRRqcZ6KmG+I3kHa2lsAGUtYoBKshNYdKDGo3yhTkPGGyWHBSswpTh4aG9sBRx1q24ouKStg1a6GLemL0G2w8wWK2+GNWk1mJBe+LBcpA4O4UpL4YfJx2jzxz26pPhzCr+KtarYX6U9Z1fQ3lce1ozI9XAOn\\/PY8Yoojhfp8EqPRrhoPvXLlh6yj6leE6CNva1k71Qvh77RQ=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIJzNh84IeQ86mzUtWs4+azcF9xHmG2GvrQ5luqvMFA8msLAyp585QpBInNgNyjiiqNs\\/HWgfEuyzlInvXT9v4c\\/yTwJq3r6ORKG+Gr91x7QCIcaPRkOWg2qB4\\/WIc9EKwnaI045ILOlIDJE42bSw4CdTujXEb+Gc8Ipk5xEV4xMMq8ouagYYqky7YCtBPQg\\/JNmIG6pEZYG3KYNN2LCCdiLVNTFS5s6s\\/kuaRLYx2RjO2N+0ttju1BqvDxmskxsUu89qZ1zYIPAZt2buMqRWNARxmsjiBefYC7MiMH9YDAxvRAZEl1HDQxbCNQiNitgHww==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxo2sAGx47vqtTjxYab6mbpG71toKj5l7X+JDTXvz6oJH3j1NiPrGfxWioYuoEOdGIgC1JpAAQJspykShZmTepx\\/IfCa4tlFe3WTKqhufdJq1QbppRA23FFOdCuImIAvR4oM+4NdLvD3ctB8RZYn9kuxghso0euYfcx1M7YDLG6Jxbd4ug4\\/Bp7y1X3Aj5LZXDK4sLYix+7LSRe7zwXyLo7sKcqAauWqEmO3RT4gdRLUfI4Stn9UI\\/Dhi1Z9W2BVmXPDelHU\\/aMAXqzm3xjmmFtLOaq391L9x+b0MWd8hUfWYvrx3MmTc1NJ07+jXS6a03A==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIK3pMv2Q5TdqV+pMZkisvXqYaeTQ4GVc+9Wxd9fz1pIopRf\\/NWROah5A6HP2jjmiWKw\\/N8YqfB9mG8EEKGVcCgHjF\\/748fmOPvKHbsqEC13CXG6ASfmc4ChrnPnUt7E+X0\\/sTw5V4mlPbcdcKFDdIxtAmwIM3HRd2ozREEvv06NwOaDDd8WLvjx4rmzBYv\\/Py9H7ef0oljQjMB4lt4QMpXKJ9dRw\\/g8tDA0RM80xu+mk+xPcYJTT\\/T1TOuPxirZSsMAMkrnhXoK4AnjWM9BkYBtboIf9imI\\/NMbjK+h4dM7y991ryvBbkt7wEBGXmeFD\\/g==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"ii1BDcO1xmeshFc1uJk+z9MuGGzGLepvRYuShWPdojf8mDl+5ZP+CZCmtQLqppeTeLpchjwsGE7F60mVehX1eDBV1J6Hhx9ZO\\/Xdyy\\/ammMUc3zh8CA3nmBNMquzdAwMZDq6KN75og7QoqIajLv6KTYq+PwCD0jrN3CP9gwFmQkqTKdJkLCLS1xjukSC2gmUxtXhygQuSBEAM9P8zb+uX0Tt39wUYAjETD1Canha4AcFtl0zkv3XY958LwQaeP1\\/Ujwv1I9efaELUpeq4wp1UsauA8EvSrccK578kbOIltX6DTtZKnWIegiTLVi+OT\\/dKN2njWDfB5oKBLKXPC0Yjw==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"AGSW\",\"SSR_Key\":\"zf9xtqTc+P57J8JY629ZdEemDMUKBzn\\/4avW4R68MvHV\\/Y0NVblJDP\\/cr1kquQhzxxpbDYU\\/CeYUazoeR+7X2luVPDXdSwCqYYKBR+IUzRwewpEnjEJQSK1BChl7yFHiP8gaQVtTlW2AJ5CdIMQ6DahHf0F+laEJ7jOlV7vqUfo5+EGvafPDslgpAIJetT4G+QJCaDzZ2ekP5aITblJyCcHDX+HeZwIbb34s94Kd93wzZwxrG1oa7CTnuEmAPccJSwEUz3PmC+6l9lx66Qnaoz8lHTbpwGYRs8RO9st\\/7hdYXFl2j4h6R1f7DG0gOzclmsoVlp22U1yZ5+xxZhkqSg8buKlOWdFmykus1eLP9gY=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"NUSW\",\"SSR_Key\":\"dWfQ02Zr+1FkJkAa4L6M7oEC35bwbWYD\\/1Y9YrRpDjY96Am571ib+zQXoQLP7woM9fPqYRZD4KOzTvW9ofwvwSkI84sWOQGiMTSbKqCBTWOTIQQYxpnh5BqiVgDn5dqHs+He4LjdeFUtliMK9UEe3NwSY68QTMmAK1m3O8wSBGDDvzAz7w\\/K8uWsOq65pdpQaL7ITyAcyQkPONeBmh9FXa2jLXWXWM6P7JamcfXi9LQEllpBGgVqILe2JKMMY4LAcUmU88qLTwXBvbJi5wKSAIRP5ATQwt\\/51RfqMhw8kMqy8Wd+Nv+Pn2SJQNSvU6BQOvT+NDGJpoCOa+jZUkBzi+ddMGYL9krZ9FIl3ksSK94=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (non-veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHApouPPs31\\/R\\/5ZMbCWwg3hSCl8+v\\/3OQPSbObxzoGaTb0YlPpvqoxmy1raOQl0QxOEJO+8apgjC+sl0drytSqe8oA9a04irQkOT6FSnUU\\/Tqid9QmZr68a8nU+wZTXKsJ\\/wGlJp5aJ5\\/bzH7M8q2nHKZ8v7HbAKekFNNLnBZt\\/eKAhaJWxmRztjroPg8qwBYM\\/RA5eRsp9x0SmcLlEBhU6P7jF01bN3XxnCSDCxJ1c\\/2LsCdmTIKqOb4YwugvGIuiZSxANoiWyBJnrI3bF5MaarsAWG25tI6k1kLtU2TYU7CZPddfUomcgl7ef2kDq9eA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHCNW1ISBwKNdhrWLCbc5fuTlj58AmpHA7gXYv2sZjuqkO6Bb+yrUxFJnI+3p3e2piGnLBJOtQBMtWJKkQhAQnqIlrCI9NT7vZngN\\/MigA1yDDhOUOtsJrxNcEOeVqA\\/eLmRjfSXF5M8L5ATqnBzx1U96t9OM108cJggihIMG5aW21Ezr6e1v\\/iwhlGBVbKAuA+cTRWLrQLh4MjTgyJpF0flh4q2z48yMS6DgGn7+3tmhJzDfAXeiGxvDY1i\\/s+3H0nFydD1A0QAFpSUq\\/Xumekuo\\/0GjsuajBPJUrD5GJ2ESXb9xxoItWIiBZWqjpDX+6Q==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"udNVRBQXlJn0840wOPxKV41do89Ob4eqlCJz0lU2UPxC3FtxECMJMrL6hM4gM3OFcUVwKmwFgeL3kMJLx2Fo7BuNLVNV+UZHgXd7BB9LtM6HzZVTxf5h+v0AvOAZRG+E+5CIoJWSRhlI1LEk2HRj7qTy3oSOqKVZxgk+r2vZ8H19r3yK09PXqOzZwNRhykE39+zDbCKod6SD1+fRH\\/v4nLddqDBp\\/lj1EpH5818Ox1novqbLozkggLIe5BuagsHkF6UF5VjwdUP683su4p5tdcVi7RbLJwvwXWbuCrb28cn1ZH+PDwuehqlXO7eo8kUl3k2Q5RgzfWk2QxWAXDIANA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich Combo\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"WpJhDWdDN1IU2qw3UumXPXiMi8VOE\\/riaZj3vHxd3GBy3TXQw\\/H\\/q4mo1qSEXQ+jExeNePUaRbaxigRKlmj\\/o2nBQ5A\\/yIruXG89yn+M+Nw0xQa8ba2ADOiOqsqAy6cOJnr9rioD4ctgVGynWeiXYpk+tzi9eUahZuZ+dT7fTv9mntLCgbHaKKJhv7Vf+JZVRtoCWk7YjSfRFQ7mayx3Bu7ZoCfImbeDbMdGA2td\\/KdouigSVU6BB6bD46FalerrhofLTSOeuVd6p5VhswJACMeYqjjM31WiPh6quk9FOS67bo17Lw2YcEvqAaG7iOKzXVMdxwvs9TaxNDIR1LDTJQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)+ beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\",\"segmentid\":1},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CPML\",\"SSR_Key\":\"uTLZlxSV\\/oJdXptY5iRS7LF6O4TNdJfaXLx1c99c1vIAEiyJjsqk86B272EJ5ABrUKV5b2odQAQ3yYplQXfXwKFAKzknbqGAs4EKaBFe1afSSM7Xpl5zXVFHZbW6hx8RisQr8OOqcF4rCokxe\\/mQIw5tFJGSP8IX5UPBqHDcUk+oL5b8VGux1PxzDjoxuFqQXgJWunBm1D3r\\/JnQjHUIi+KKx52hp7NP6AJiImxypVNDfVWK\\/h\\/5zj5po6sFgoerMP7FadLOyRP4CkE9DLJdyzs9OKznc+bJbMZlhuZBHYEG0Dn\\/JVP4BZG4zmyU3l\\/1\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Standard Meal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":0,\"Segment_Wise\":true,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\",\"segmentid\":1}]},{\"segmentid\":2,\"segmentids\":1,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"destinationAirportName\":\" Mopa Goa International Airport (GOX), India\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"North Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2023-12-12 21:15\",\"SegFlightNumber\":\"6E-948\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-12-12 18:25\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/6E.gif\",\"Baggage\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPJ\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hrUFz2YoTIxfrvQ32bsklYj9Ysg2g7mkPS+Cq6QXGpii62pGTIa9MJc64sABkzbSdLLHLi5c5WGPPe9jlGgtm3nhOf2uJeTb5jRGihs74JtIRBicz12x7czrHZ3G44AvSgBiZc7WZB4QHk7b\\/J3e\\/6TjkI7rvTc50OnspaoE8xt3703GxrRToXESo6\\/brlBv30vpZwudVfo7kOm4CRlxFqHsKPtpmqj3946okm4AKHCh0QfUxSuHswbjN\\/xedBG1KZUWUAY5yYu+WNzRnoZ6gGDEncmASfjbQuFRFYJXj\\/EP\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"20Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPE\",\"SSR_Key\":\"3zUdi+OhNCzI3MVVK+6huFliXvlkyOURJytogzZFxCazfpRa+vE4WdXn24WNIOC0G1v4iGGEUDk1T3EuTMNVxnApWyF3emSU904JcOBp26TEJezOdip3u9yAGlXcjF5LMcVB5gIOrG\\/1kiuQx3Pf+qosuYAl227R8ubfjDu6xoody5tkEKzvEWF2PbRmpqphyDliELeJ7hB\\/bwB8ZIXCea44SUvEBPpBXNvJ\\/c4vxPE3VhGmqUeyvcufb6VEwGRJzQ\\/K9cw7FJiw+qrlGQ79GJKG5ywv0xFH\\/FiPq1wV6AoKod\\/+xVvoE2QRDSN5QEcQ\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"3Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPD\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hhnjjg0jXOM6A7OdknOvpZ4W5n5MCyY+2+jo8a60mcVi4JGJLwHsWHS7np+hZRci97A4P1rKZEe9880nMXDshB8Fe7f3Z1q5HflmmrrTVIklsTGkS7lsGA+DGRW+3hemjM4XHtnKO25zs4V\\/QeVk2Ss2pzIUiliGhdlLWd8XQIMuYS8lkNH0ELRwTJ2StUWv86mKPCISv8cR9G7xBvY3MfF7aw4lQnqeXKejp3Bou81\\/cGT8O8Dd8mA5vcnsStooN935S+Cw2YNnxtq\\/vDr9cT9dN\\/axxUufbzj+49ADcMGc\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPC\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hvnfx+JlcQhiw4R5xB8aXowQOfNwaf9\\/fam33SDoOtb58yS3jF8Mf7i6ewWs3j6NOr7zwRj9eMgGdjAbryKWNeyDiWuAPPIb9YrdboSACOn8Rd5x0aqEjepGssmoHlAcs8Ok\\/anVCT+TJgEOO5SYihQGcKeyiksd1jLRiBMHMhd8qILt04Erp5\\/MYBZlqn4LciObZsumTtPgJD9nmRD8rUx1JXDkGIbfvEoqNcukJNC0qVRp2mrsEZ9wMudgVppst83Kaos0DzFANr3Vw38iyy71q3hNbzWNnDn\\/cHxaFt7j\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPB\",\"SSR_Key\":\"YOqWsQV3krOzaypoJQnCntbJFIoeSujQO1tHwg6UKWg7H10sdi4wepBomUOni7z+bKA\\/3J0gSkXUm+1w21tZKEOUuFWMX5CozEOEzFveXZriZQ1vwKE2pcfmWfjcWc5OPEhoKSB7Rt441u4Ne6X09XGel2\\/z+uZkIouvtIGVJhaEpUyArzZQRCOMQEXcdrSE1tuIsFlS7Za1PdhPpzcP+vZfdB1FoyR5506IuU94VTsZFKxPV9c8nnaB\\/siSgHKpCM9BOSxPWq4xcyrbW2y0Cmxumkq4FXEiVdHFLoZBQ2xY9Bq9KJxc30FF\\/HKKWyhe\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"10Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"XBPA\",\"SSR_Key\":\"T7lOaZ12ja5JX+rgID07hr7vajeJzfCLMK4y+3VmsXbmHzA5VNeubPQy2yX49pis2VC5SskNekfVzof1+3b6l+vXy5gd5kAh+0dfMQJR0MCgJUyNUUF3azHwOZVmWHFIf6BisBEXvHAb1KDNHJL5lsT+hsB0npx+\\/avkwMbvRU0Rz7fcWgpylCJmGZhiZK136HQ08Gm3dplpxXMT5kh\\/u4FMo5OINkFgFlnICX0rqHSLIBgWdOWrgOwYJbIzP\\/ZMYYzcp+mpjYaUMQnPoFyKg1F0vjc0akNjL8ztfkZK7IFsghOohapoTUVRAQnnLks5\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"5Kg\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBC\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eFivzkYK7qGUUkpm+XjoHJwIFZ0PcBotwz7+yhmVaWAhjKfLUPX6OG\\/j5lZH10O\\/31Uw0GZwdUlBjSg2XtPWiwSLptj6lIaCJyyP6MsB9RtDuLFvVm7ZWB4Dwb4t\\/IO4v+cafYkIK6sTaVNxWVBjipNRnqZV9NZuQn5A0J7VzE3RFYNA\\/OxEM5++SI\\/uqIyGBwKqM6q7Ih1uLeT77UABEJpF1bub9Rvh3fmYjqHVakNBaOZbSZuo8fa75XVEGUWWl3B4W6VpgclPwbqiyVPT4ieTSiKyJOqqFd4yespUCXEXfwU3vBA2MaUh2\\/+PGIzaUXqnmTxBLNsN8YPNNfu9TB4=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"30 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBC\",\"Price\":0,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBB\",\"SSR_Key\":\"wbQtKkbDVXCHka0fniE9eAdsDNkM03LwJmp6NPGhlILg23Utw4HvnrJK78XplCDK7TICCyae2v7EpoUbcQAmU2g4ue5upskIk0kFgZK0o09Nt+reDFyJDk8THM6xR+NKqI4qrK6pK\\/ooren3A6vSz\\/28gE3uiZQ+CEa1I11iQuvEkpptsclHEIFcMyetoiAYu5Uw4l8zv5ktFhZNTJ\\/Pv1KDVEQoStMCIXcVII\\/vH\\/4zeJxgm1Ufmuxhw49LMDdcXPUNuQMGZwMWBztL4pSanHMnOQDxMc5lbuqbTDAAn+J7DaCoaAwS01KgvFRYbXIJt9LN3pBDf4mzXfHh0SrD2\\/ddOtHiRgqonTJpnh41kQo=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"15 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBB\",\"Price\":0,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"IXBA\",\"SSR_Key\":\"g6wJlWFkOmE5qLmEvjEDoQNPS8ZVVt+2xbg25cRd+qo\\/uDTMRxY7SAcAdJWRSTFYMNyY4FrgNtvrHI7QRNyg6i4ZqGozlbu9CEO6ml3SYJw7+DbE7+ARP8Jex9hsT3TKJa9HEJr6CRUm0RR7NNI8YdpfOGG4fDZJBYfae+GHtHzv13+NcAfJriqoTQhZpcjpRTtnCQCeQ7hAXmLdPSjF+sOJQSkOnILHc7lDFzRU3Fiw7V4Aw2MZDt1o50Ct5D5038x\\/qXtvsP545B7\\/1+4JwHxDhesZuqOMLRdYJZ2tpK6vua\\/v6fkQ1njdgP2eGTZx8MtdXU4SFHGCrkOS5yZTFVHtF8Pj7W7udhLr+6Fjf1c=\",\"SSR_Status\":1,\"SSR_Type\":0,\"SSR_TypeDesc\":\"8 Kg International Excess Baggage For Connecting Flights\",\"SSR_TypeName\":\"BAGGAGE\",\"Segment_Id\":1,\"Segment_Wise\":false,\"Total_Amount\":0,\"Currency\":\"INR\",\"Code\":\"IXBA\",\"Price\":0,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\",\"segmentid\":2}],\"MEAL\":[{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VLML\",\"SSR_Key\":\"JhLqWe9soN6RqDuXcxI41eCvs2Cw7NLbEzsrzW12Krq4gYBW\\/3VQpSbNLBjqdGMKik5T2wo7HtTwH7qZmtjdPzSkas82xvDbnR3bVaPhE6aCO041d5oY8+1EisnAcbuaW8vS8AfCeWAnMKHYobtTIq31fq1mneGCy9VxivocmDY0itfOh0j0qsbvMb4FGH6RyuLqp8W79p+EBT\\/PJ2GnRjZyeq7+5zoif27C5ymBxx0vcGp1EM+w2WfpnMrtlozvFzR2isKe7Hj\\/LBlR5szuqVF7o8LEJ18sTkx1XbxlKJ77RnCz0t56vgM6E5eTzmoqWKGbwYAZ9jLxQsu++nr5kQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Veg lacto meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VGAN\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxiTbDeSdhRN9WYlSw1cWMk+4hQwalCFRL+aJzjQEfTY2XSe+OhpGEWyHotrn3XOp4Rr6ZO7boa\\/Hkz8L1MARgeWnk9AOi1oL2pAQEHWKjDpHExJmeHjfDmYjF6Mu8IOHFGpslr4ElfEVL5XtROQHMbdT5YotzBKGvTqf16kJDS13oR9grXR\\/060KlZrExoNKnNLg5L5\\/bWXmkeSlglKdVUtf65W\\/Uuxw7W0eh\\/U43K5wvCM6QDI5BlJZmBpvLxa5c8MAgsf075xK5hli+nNmSbRElLhQaLwbAhR5E+SgP0UnmMsIiaTqo9Uz7E5Uilt0eQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Vegan meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"VCSW\",\"SSR_Key\":\"yenYfzwM2obid92X49XWtW5vmJGLbxP82xbZ2ttoVQ7gcOWss7D30TX8gEaDX3IMqifoE+s96wU33l0yCya2A038VSk4bqAvzOC5Kd6P1A2V\\/R4KQM86e5z06vfswfa4cbgtRjbgVAmuq3Yd+RdRIHQisEMUGSZIyZ6GpQVvJVZs2IcVNdw4YqVteEQZJZ\\/d26HeiLS1v+79gGEScV7dSO+mh84K2OS+fwZcCtfkAnJ2XEPfG9myUM+PJNTyW3fFyeVsP1xgwAqrJgEPOXeazRGWf+8ciImNiSz9ty+tBBbAR+bN2c6MQRdgTJKk6PxeTRXl5j+lq+b3T0k1Vjt86pffToCc7DZo33qJnI3NRJg=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"TCSW\",\"SSR_Key\":\"Jjxcb+Dg1gjyngLb\\/ZcSljqvyVu8oGBqJ6Y9SNFl42jf+NfTjWJRCaa87AINC\\/RpXhMM2\\/6D3AWggWzBbf6+E9aHaIxz\\/IKmzWfAEoDROZ5t7xHq5swFyXA3y7iDxjChCoOqdrIUc87jjh+nxa+BREB1FryiSoq6A+57nVHXBbBhuZ3bLe4lPKOg2WOdZun8XZyxKNrcyDmK3FYMdPMhxkwm3+1vxbBLYj247NfUNRIc+mMpXJESEK4laph4mi6UX53uWwLAYlD1qytGFMjFugvKcgpMa6iJhu3WnP0eAh7c8Q9ZtK9ItwLRPo6szRbeUV1wX4BSmwOt2iEpMxrx8GByOmo+m0qmZP3kmFlWI3E=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"LCVG\",\"SSR_Key\":\"DSYZpuITpi8IcSig2mqhIPZs\\/7qCUOkUY2nq3kgMvNCYwfZdaVZ4w\\/Nfx6t\\/HjBt1yqtV90wvnjdAW11LBWTBUTwH8ZtB7nonzOp8m\\/fDmaSkx6bRDWflgml8JW0RiT9pTglhpnlw9LeAtSbh6Rq39vIw0ndPoeD\\/fPS5Fq33op1jR0si6mbUERw6RgXKQbYf+noKZgEeUwoKkqpz\\/5aNb9JEE0FaaMbqEVWMgFgos0QESKDt2JLHzIP4E\\/\\/w\\/TgA95vzBMWxd1JbiTPJYTWwa+sZKQ5\\/DciTB6Q+A5+K34WOwzYNsgzExJsAhhk5w\\/UeqGzzgNtCJY\\/5zd\\/taw10A==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Low calorie veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"JNML\",\"SSR_Key\":\"S0BJx233YTxXjQoB3gubxmgnWDYAZStbtwQg9XSWq88YX7lzb\\/9PZ5XP3NPH\\/XgCYIL\\/\\/Jni8FMn2ogo9AstG+zqRE1oLU6uQUgrd0ViQOHnRKOuomu0ACwGrL4OvMvymD65AsfM0tM0cUdX2EdsOb6hCo7lkebJWI8nSWlykRNHtM47aijAxaNhDWD+5joiA5+\\/\\/8U4wC+8su76w7qok7+rMQ8NU+L58pLy0IYuTfN7Y+kAMPee6\\/FSQCf0jzNe3e0wehWAuImSekxYRZFByBDAtp0tmE2Tdp5LH4jkWdPiW8f0u9wTu9Krq2wyXW4FKlYeBjgQfxpPOHfx6mVYFA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Jain meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBVG\",\"SSR_Key\":\"4dNcvG7xCv9c7XHCO64mOdzSKPmCXsCmIDsnTLsr\\/i3Zl8+nr5Cb7kWUDwSlA+eWj1Qhvm9a8ZQKCToz4vEgVRrTdaHwAbpN84UL29OidffUU1waYC2rMfZZPwCjCAdD\\/+ayFgIlgibTYovdn3hqjl2Hs6DWFVGz9tSFzMDINVWd15UiPPGcnviCHwUAFFVl4A8nJ4e4+RZfvQ6geVq37MXRoLs3qj89lX+UQA4zXzaQWYlcPSjmZTPpZVkO6JIYD1geRaHmfXA3pDovjNatxHcrsxg+C4fcIJ262lLndemgzgAyfwx2JjJ4epd2khtaXRJzX8QeQs4+59+owCV1tg==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHVM\",\"SSR_Key\":\"PNYTT3XCRd\\/m7SZGFs4EzI\\/ZPQRxNQaTINjIUaGud92Cf2hStDigv28UCImhl39O+e9Di9XfrVv\\/j8lxAe9e7\\/6k+DtEiZTMBkh49MzjlOkKPFwTX+QbmOGkfnXQgvT5DtBc5Kb3YGA6CkAPwVseF3vT4SJUlvKYcY44vgCWFQI2y\\/jLBbpmpOrPQIGR0YSDexgf3MSHGcQn5zGOWbG7gMagxGWDeeEAFwCsnpY5OXJr9BUPkXaRYfdJlatYggNoQOsqIz1g4rddUNrvNec\\/iLYrEuHYOL8QyJdyiHT7GeBZw5k+mqeft4hMzJMw9tJP+0myUDovMfzrc2PKeyFlGQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"AGSW\",\"SSR_Key\":\"zf9xtqTc+P57J8JY629ZdDepoACVA+R7eqxvwd34zVZ3WVoch0NgvTUtkpmGisidlg41XJM\\/AlIxPS+MDqKPY04HFadxxAQPCzGPv8yfo2RGvIdq0p0WfacRM5jMzmM7c0jGJ\\/yaAkHJhdGrdGcSKxn0YHKKULEr4wse9otzk5+koICNLRR6gK6pd1fNMPoLAR3TpKBvLre9mHQWwXCCFKbqzao6C\\/gkJm6\\/5Vc9LS\\/ZeoLjHBLgGCtq9xl6NAhsuT6g4oketEr\\/WIpTsPJRvQJLlFmi54+bnLFElzyd2QbKBqtafwq9rxvLSBnnmT9400MsKlmjuybi8SelVre5zjiEf0yhV1Sx0EFSLJD0FDo=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":400,\"Currency\":\"INR\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"NUSW\",\"SSR_Key\":\"dWfQ02Zr+1FkJkAa4L6M7gppzrAOu9XwMMfuu6JPeE6foNfs52+uHVz7qmJn+PR2+BWQY6ylJ2LIbksqC7ixLK1mJzecn\\/i9m4gL9mnUA\\/FiqLTc0YVnatYoTH5mlL52jDylnUkGyI22jxxJGhdxghFGxSWcCc1dSz8A+vdcTS21BgZKBTllivNSrbNCwpS6zTU6T+dSt72XuMP2\\/FXjSPpLe9kTUdDftml4ngrjFxSIWNOoSjL7G1hfTIorK0mEP1VqpbGJLZG1x0AVkP\\/wnJIX+QzYGdM87hZgtzTl1L3jvrEfkk1f4qn5V+dL38e\\/gKRRDqf5\\/zhCg2dvR8uCo2x4fkI9v\\/NF2bZ8vrVZS6s=\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"6E Eats choice of the day (non-veg) + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"GFNV\",\"SSR_Key\":\"LgPzj2gcj1\\/MuM0uow8Y+wj97sbrZx8SQAVW5sQr5lKPEZYPqH8G9nC0BETiZOEiFqGnuujd+5VejoQyzV3qq8wFANfvbaB6DOkRWENmLUMQLndxR+XVVPNOHGJqTogbNcVbRC15xX8Xr3rU4ui\\/BoSL2DQ+eQtmYf6Rqn75Wa1qAPj7XKlSL1euUjY56IIHC3g+FTWXSsTx2fhmdSqv51a5oanXjOLlGr7l\\/AjjqoetcUS2rYm6rdwqjJ7kTvqKXRm+bQdrdj7WyZT6du41Mgp\\/NqKOzn0mNERJFGzpIMKIyJbGUgcKuRmEhaA8rwlbgnNNpEB54Vm2JEprPpBGtA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Gluten-free non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"DBNV\",\"SSR_Key\":\"DKe2KtHVPg0QH6SceragHGmKySYPaLkRi8LYWMaQf9BMP1gR0ixdrH\\/vNi3wzvcvhb7fS\\/jWZNIIWpdxp197WG\\/\\/\\/5jq9ayX96QIqfTsxdkM4Kc9aYfqXdjmnVlPsmc6cXNdyOTspTWcd4DvdLKj0EhGHCoC5XDVYz2Dr6no4rpA0\\/NxO7FVPA4HqyMucMNiDSdr9PZJGewwRcP2a7llfiYEs5xlIjd6pwqepbdVYE0m32dJT2yJt8HI3PFNjEj\\/ThdH9gbFMOie+eBD+vO57P5cvj6IVbctFkg51GN1XhQ\\/ROAwL3ZrA\\/MR4If3V63tPICwl60nEqGobcclhe7yUw==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Diabetic non-veg meal + beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CJSW\",\"SSR_Key\":\"CvvnVJfAek8IVAaQH10QKxqsm1dvmHfNo4IWPtNAu8yBVfdgCNYjMiuQb5uivWVIWgeUg9TFy2JizClsp5yn5kNgpqGwR2DgFtYsPUL9sjJLmxKphwUL0LXZbjK75mvUuP5PfMbeFy7EXG1aJxzZqgEsRRn7pE45WEh2iSq+Za2ED7ppj8BlCIsV\\/Nj8q\\/BdSxyseTbJ\\/uixsTEfWzPhZQXdnnA6Urxp5tscuDLCxOi2cVMn1kf5nH7xWWcvr70tMxN\\/RE4OAkDh0xoJh5OkGveAcOjobLiSYlieXKs9uvP5krvmYkEinaqa1KKVViD0KWwu+W1xARzsh4eXqwFzxA==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Chicken Junglee Sandwich Combo\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CHNM\",\"SSR_Key\":\"7z8quSlTpo5YMmIV13HgYcO7SSmZopccV\\/uJcsLdDUeD0a6ZLkGPemtdldh1Hhvn\\/\\/CF6fVAkBe578VborQUcDCZYSwpG0QbxxMx\\/9sgODGpbcgE672xf+JiQjTm\\/UudvJvLGxnK+fdhy7jAcNWOE\\/xg2d04UYCyE13U2HA1CSwI4mJiGcQMjBZE2mvgJhVjvsrp0+n5WdhSUO+u\\/MonjA1dp\\/0oA6EJpX7aHGM1LbA+vAYmEZ0VVnl6vXJwIuXyRYB+\\/aIKRmbKhZ09iT3XbZyRMHosFnHDoXEo+HtoWIZV6tdCjumGs0rte4L3ATLh3bSTg4nmIKZEgvAKjoGMDQ==\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Kiddie delight (non-veg)+ beverage\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":500,\"Currency\":\"INR\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\",\"segmentid\":2},{\"ApplicablePaxTypes\":[0,1],\"Currency_Code\":\"INR\",\"Flight_ID\":\"4912471073751793058\",\"Leg_Index\":0,\"SSR_Code\":\"CPML\",\"SSR_Key\":\"DRa\\/apkP5qr852y60augC8G2THYF2Y4ziCzqLSerLCcD0r3uy\\/AEUDDXN8yGBtnEGQzgHn15nYD8yEROicAlZk\\/hdMZ0wM+DGJQ2xFAgP2vS1fLg\\/9CH1y1B74kUuDOaDeRkdxNl5TbtT136yJ2yFpa2jAIZ2Azo8JkZKOVIxYtmyqjHmDCxXMtP\\/akydb+p\\/QaDtCyDNN4p3dapvU5REekjy2M7bKjBU7WO7z3SFuIiNO3IAFIc0X9zXRdxaOp\\/v2OwiGjhPlJdLiHV9TNotPQVBfdAb\\/LF36Lv1X9zRwH2F2CrNBUUtniSHN96Dgxl\",\"SSR_Status\":1,\"SSR_Type\":1,\"SSR_TypeDesc\":\"Standard Meal\",\"SSR_TypeName\":\"MEALS\",\"Segment_Id\":1,\"Segment_Wise\":true,\"Total_Amount\":650,\"Currency\":\"INR\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\",\"segmentid\":2}]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"Hxrpc9tpl3VkWCtvM4c1jiPS0QG0czbCzh58WWYJDeyVuyidLZzuyS8BM+cCeVAzUYTRAv07DA0NLVnw37w5PbDEGOuydxNpNHNxSea+ASYwplielJrMjxocZJS5QTup0vM\\/KzTKVLgh2o7pClth9r4Ex37Ht7atWTFi12QtVA1mRwjUSk09kXLz7+FHYHOqe7\\/4i5VJWVESEtEkiYPyyu8VqunYIqAE7\\/iGq1wI3C6HxT7g21Co9GeiRWuFPyPBTKm8urWp+FcfVljMUp4kAiV\\/NDwbO3l8joWjsdFXnvrbfHUA2MJksH5+aAiyLHktHXzLWQi0x0YRtjqa+CaZLczsOHzNDHEJzPVnreRKgOuOl5XbGa6TsTpCWZMBCjphW2B0ynZMsuonGJHXgHXAeVzG1cPuAyJDXriACL3IZug8FjmDbkfh8Im\\/wljWyA3C5bjM7xvqLqx9BeNNhhjX0V2AgPieFsBHGvvP8+tkokTH74bYFLazipEvL4TZvwWP3JgZ93l9ucsj\\/RZKRXQgT80UcLk2EfeI9cn\\/A9hfzFmzrm\\/gCE4c956zQZW9ZClP3grPKxu+7PpOcPtHSuloMR7UpSdLEv\\/zTV+Iw\\/Wi2VeAk+ZX\\/LoR5yK\\/7VGIL0B4AEiR60j5cJCJiu+lFVljKBIA3JhieGCV4aFt7xDKahFWB7UytHEoTPjxg3Gaqp3d\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"13232\",\"DestPlaceSysId\":\"37009\",\"TravelDate\":\"2023-12-12\"}],\"flight_booking_id_Arr\":[\"243\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97676\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"mangesh.shetye5@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8669653343\",\"FirstName\":\"SUBRAJEET\",\"LastName\":\"PHOOKAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97676\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 09:07:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"133\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"133\",\"CustomerMemSysId\":[\"133\"],\"flight_booking_customer\":[[\"295\"]],\"SearchTraceId\":\"106c4-8b925-5b3f9-5fdcc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jorhat (JRH)\"],\"to_des\":[\"North Goa (GOX)\",\"DEL\"],\"departure_date\":[\"12\\/12\\/2023\",\"\"],\"source_city\":[\"JRH\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GOX\"],\"source\":[\"Jorhat, IN - Rowriah Arpt (JRH), India\"],\"destination\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"from_mytrip_city\":[\" IN - Rowriah Arpt (JRH)\"],\"to_mytrip_city\":[\" IN - Mopa Goa International Airport (GOX)\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jorhat (JRH)\"],\"to_city\":[\"North Goa (GOX)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[13232],\"intCountryCode\":\"IN\",\"destinationCityId\":[37009],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"106c4-8b925-5b3f9-5fdcc\",\"sourceCityAirportCode\":[\"JRH\"],\"destinationCityAirportCode\":[\"GOX\"],\"from\":[\"JRH\"],\"to\":[\"GOX\"],\"Fromlabel\":[\"Jorhat\"],\"Tolabel\":[\"North Goa\"],\"sourceCityText\":[\"Jorhat, IN - Rowriah Arpt (JRH), India\"],\"destinationCityText\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"12 Dec Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-11 09:05:46\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"106c4-8b925-5b3f9-5fdcc\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jorhat (JRH)\\\"],\\\"to_des\\\":[\\\"North Goa (GOX)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"JRH\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"GOX\\\"],\\\"source\\\":[\\\"Jorhat, IN - Rowriah Arpt (JRH), India\\\"],\\\"destination\\\":[\\\"North Goa, IN - Mopa Goa International Airport (GOX), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Rowriah Arpt (JRH)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Mopa Goa International Airport (GOX)\\\"],\\\"departure_dateG\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Jorhat (JRH)\\\"],\\\"to_city\\\":[\\\"North Goa (GOX)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-12\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[13232],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[37009],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"106c4-8b925-5b3f9-5fdcc\\\",\\\"sourceCityAirportCode\\\":[\\\"JRH\\\"],\\\"destinationCityAirportCode\\\":[\\\"GOX\\\"],\\\"from\\\":[\\\"JRH\\\"],\\\"to\\\":[\\\"GOX\\\"],\\\"Fromlabel\\\":[\\\"Jorhat\\\"],\\\"Tolabel\\\":[\\\"North Goa\\\"],\\\"sourceCityText\\\":[\\\"Jorhat, IN - Rowriah Arpt (JRH), India\\\"],\\\"destinationCityText\\\":[\\\"North Goa, IN - Mopa Goa International Airport (GOX), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"12 Dec Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-11 09:05:46\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ApiResultIndex\\\":\\\"4912471073751793058\\\",\\\"Flight_Key\\\":\\\"RZnGuMo+KPxYp7ufV5bXovCItlY42ZbcyZZL9M2L2J5\\\\\\/f4XXk6q5Np89D8H1tzolMOM+Tb\\\\\\/4cmn1xqjP6udXsEJcytl0v57542RDUJwaufTuu8ASvnTrSscSuvdeLxStw+TdkUnqNon1BLXZZkMAwR9t6DsQ4OvZSAkyajfCgUGuo76bUfs9VSDaHob+MipkSzMxXwjINVY0xaZbe9BjNlEs4vXP1SVFD4tloRqrvyNjvFwvtpKGJ7cCERM+IhZUZgLX8YFqw3lYL7IqGrLb1sBkM+IwYMlXBe09k9ppndpCyj7f9DnBBNklApgTsJwj8N5rj+LQiqOm4zYZVVgIdbZcxnr6zsWoQaCnAV0mVWtbzdrM8cnahJ0uZNXTY4Fd89+AUFuGqR8I4jpviDz\\\\\\/PXjr81CQTc0CfI2c1vRj8licv9O79GLlq8el\\\\\\/PCJ9qhHoFKdMsoqEchQMfT3s47T\\\\\\/cDPeH5Ij201XetiSm1JO6NrRfcJ1mTTmF65Tcb27wLVmzysqksVgDfujMqP1E2rSqQZJyGeZtagW0uH49cS4oDIRF9r6g04kVO3npQBTqUVRVVk9HZHcox3iXcJw0AWW4HOw\\\\\\/Yv3hPdyFTaRWZZY20AQW5Zl1MeJ5w61HUPAaD8949JG3YItTk5iaSjcFZB5BpZYsflwuz3dtjcy3EValHyHPFILF2l33WYtobZPbJDNwORcJoPLY6hSvao\\\\\\/ZEpeMeAir6GBGw0fuQ+bhDguBKIFofZ4j2liFZk4uTbqebRtvGWHpjLb4fJshYtbOrwBNDT3Ymmh30drrKPD4RZkZs55gvKj58xbsDX5nqa+k1GV+IYI8RAox2OGEcEM\\\\\\/716HA+Qj6v88CWUq\\\\\\/5t7aqoBbBVeELMOX+nA6hdncVLVRn\\\\\\/gM6r2+O+NZabAXiINAYxV\\\\\\/66ULG3jYzGefH19uQb4WstIoofgh4D+bM2ibLF5AyVn3OKbI97XKswLf6lN6XpHY8xWKajE0Xuleh5435KZ1GgXLGjTwTe1+2KG2VHoa3iBSDw2B0b9JWsBOcPk7WBEokBKJjawCa30ZJ2zJYQES5npIbblbSFbpXJ9XLvYXvx2\\\\\\/hbupkQtllOZZKM+BXG\\\\\\/eWCH1rOZC8A5Ph7UrtL40r3ay2ZDCpg7qx24MScstBO9EEJyGHNKUqdSiAYVTQrH1nRhiGIJCedDlqEQmP9GmtUW2RhUyxVXBYvMEparGqnqyBbyXRDkcZm8ZbHWhWrmKLl\\\\\\/vYCjMXaC1HDeadjlSdfoNlxNSQ3JR4Vn7TEBq\\\\\\/BK8uDe+1bSaskmDvmI1EE\\\\\\/4jSic0o8zmKD8xhuSwDygf8pDwzt+xOyfR5yb8elCg4MCIa72qYgzlLKOOKUanuMjvBsVZFRhxHgwyOZowsCd+dpOJWrCBcnReNekJvuzcuvst6y4RKQ34oeqURDajSaVoPxqWygUkdce6GwVAphosK204jH6Imkh3wcVIurfDaZe3X+evquhfnCLrOcJ7fKtjqRmNMno1DCPA9nm8NImnwgiIBvLlvs+uiKk3jfOvXykcwYvdsZbcD4OPMDicB+VgKZA357c7xeEq5FqRUDypZZZXemUwa8Z6FxkAnI22vCbxD5cIpSAiybsZrZHLfQ6TqI8zGUeTeoe\\\\\\/NJOG9uw\\\\\\/WMbE0ZlKxiZ5qPsphx\\\\\\/Gsv0Uh+tOv7IwFQGqz\\\\\\/lm+ADSdgobfEMCG+ovBQufmR1GRrSRsMXiqZvS5YKh6zhTJbpBLp4W8YrjwqbDTGeZr7CIeReYfM4FeiSpLTPVn6AdgcNlos5AlOuKbt7gzFypjUZbkmbusdUb7nVVtNo2kT7qBmcoLPoNya9IiirVK2QOKC+Aj7JOY2cnKk7caWHT\\\\\\/+I7rXn4N8RN7ugBezMkHzlvEseHlX91DWbCuR4XSuDblkOjFVp19UsJhRHJB0fwwnnlyNYhjPyBByaLpof5Mvj7zN1Pt9SzeTivaMouU++r7oxntmx58aDUdsU7upTGpqicoW68IP\\\\\\/3piB2A818bd2GlUdqpYf8qwtwtEKWv4JtnWOqkKGEUVDuRtbGUrtzINtaNKAC3pSVk8PYy\\\\\\/uaBDo9smbqFA3ANZB1YX7aZSutwjh8CQDbNr5zfzyHb+QJ4mOlLidPCR5+OlAm+RXQrCLudjOhcDJS44iZeaaOgLcV+d0KbDYWqucGu+jf6FfL7ofpgZZRZ4dhDDc+3y7TffRMnVzuUaLabkcYTqeBY+\\\\\\/Zlb+zYAVZ\\\\\\/OjwVYoo0\\\\\\/RLgZqFAHEzm9+eI33CcGCjMBu\\\\\\/RmUYQ55SctQIilCGlF94Vk4uKii8aiV3bGEQfaj35nzkir\\\\\\/rwYZ2ty4sNTqr9oFHpR\\\\\\/yuoG1Cr0CdkW3XYrDDRP6LJ7GUfPf2Qpo0sDf75ccvh2YQ7c9OEFVEpJU2qusApqMP70ghv6c546doFfv4LrKK9mf5UXONDy5BaUWKwjPtxwPVi\\\\\\/js4j1+YsnLIlkBNJSLTS4eVI+MvXqWw0MFkQ5ioomP1BiGCTgVqWnhcEeTd9fBzC9PsI7OCQ4yqIP7YRpsJyVgOi2TOEXfWJVtuEEmkXG94k8CgMykfhwrAGp4Ah4i3Dd0eiSMB2QI9FsSQyRHQkey1aL8Jkkci1jmtrkcqi28hlq5OSPl2DFyqtDUvE8fmrnSoQRktXavoeRA4pK+M\\\\\\/zFogUit2rGlqxxz8tBdfrZtsZpAzKoNzuHm43Oyp5xf6bo8ttJLAEbKdjFnYIMm7o4ztEG42GbJ+Xo810ns1lPsqpFFJczeqH+fVq\\\\\\/B8mBdAQden6yQyb7gm5wA98hI18\\\\\\/449PEbqwYDIyF7cHzFlNUZ15YNuo4Xs7IqexngmKsI8sNvys41TRm5B++jGouUNDPca1\\\\\\/JnVp9QdYUIOYvyhtlY6AEfPUGzA7vKF4aikXid99p6Cl7XX5ABVuKU4wWce0t1E8JJ+zwZjtkj7unBpH2opkekqu7klgC+MM7eCyVhoN0AVcz5FATpD9xwy01o2pXi7x4RGxwQL3Dij6EBLI11tHBEpFfKSDEFzRVUINz6lWeDeEQwKcPfynMj1NmmDs+gwQyYeA8y8+f5w8oZzxUUCQb3QpT2RclWBDWpMVqx9P98DG8P0rcufdpGtlo3LAnO8nHzW+gmn1LfwWZO2XsPdd0mC1LTaYrsi1ggSuuW\\\\\\/frIbhCkkUr9H8FfL926V75D9HXJkcqH+K5kVwfir\\\\\\/WsqX2DVRt2\\\\\\/WsOx9jgc1INuQMXf\\\\\\/3tgJ4Ytf5gBX6CeD55ODL1lWrIZV4f2ElQHkq\\\\\\/tKjnNlfeKDc1kPCyLqobOn7VBm\\\\\\/RWPzCJwa35x9Nzxjn5howdvfihY+TsOgMbC38KlLHl5hQ\\\\\\/jCpteNjZcv7+AlmXbMahl3Bq36dR5YUfAHM2HX+iZTuxd4livI2YRxwJGy1LbOw5qlPRZ1zj8xFDyU+vd+rqBbD+LOD+FRZkEVM3tj90MIzpbewPNevxawIdc6JOp1OwOa4s24LqvD5js7sLSbfScCtUNXnwkZRk0LPR4BzdVRwyjYoitQNFZLXAvUp54n1V39os6N4GC7ElFF5gHu58kgalzyD7pkKJfxZ3phagtB8\\\\\\/Crgco6AUHMkVHAnvt8NJt0BW1LHZ5WyL9JSimAT+BBbAkvm2ozj8QnAe76GhISB7ac2t3obgbNzGwTm1tqigSlZ7qw17AiK1UP7QY28wqlxudMRAU1QHLB7RjX3C2TBQh9gkI6WWc7lOFA9OsTBC4Dr5n4oT4aHtE5ulZg7JKjGQvdaAW\\\\\\/lo22+M2OPu1wOSKHL0ztDNiDeciceC+\\\\\\/MAv5lbo3pBDxzPLuyHyE44907I\\\\\\/AhxdaHIpjbSZdD8vyzWRb\\\\\\/D6oXjvKzUjGFKiaF2AsTRmgjBdUUkgreopa6CWCQ9i4My4lSfJnYUXlGOdFWw8fUgWgsK1bCJRfj+lb\\\\\\/jbXFd52D4sUOGDoQdq1azLyT1w3eU3QIfFk8H8AwhSC7UnQLgS2k\\\\\\/h1nTbONsztkA7Ij6FCWCow78UJhFJ4U8gZMRBMCHfkGuq3d4CUvvcRSQSx7\\\\\\/YYYIXAFJvo40kQql2tL2dnpYpKIqcB56N7y9ZZKqzJmsiCPpbAgyIBajriYod\\\\\\/3c6p0EC6s3euJuvikJE01qG5N6Z4NjrJQMg+x2jxnl9L75ElR\\\\\\/uiMpN4eCZogiPVy9AKK96\\\\\\/2B+vQ1dne0klgWIeXQZ85ywkVtOn7FJjEvoW6mPzp86MtTO049AyjG2nSIiD6Gc8sAG1odfybJAo5I8S9gIihROng7G3wF4IPZr51FhfmfP8T\\\\\\/tg39pz2WaxGRQjTZ4fyCqaF+ZGw89I7buXz8NRuXc6XWRlNTfIYiV8LrODzB0CMszb\\\\\\/BTx5Yq9kCXXo77H83keVfer++22Z2UEJY4reKR\\\\\\/f4WbODzRZzrC6aofcdqhXKchiSp\\\\\\/iA+K7TVeq\\\\\\/jLJcqhSKw1X+B1EymE9l\\\\\\/CAiekjukbAgTbnSX\\\\\\/McFXLwuxl4CuIg03OCEqGIV1Y4P7PJSXu1PZ\\\\\\/1hENJHRMjmiiHNrOmddQ9MASnBF7BwIupZ3gRMJymBpPiPwxxG6Ur9SJPihx9SkD6IIM2b7CBkuLfpBRU1TQ1KjN4Gt3tMD8mli5RO7RV2DzCA5dWipik6yXvmAuuagZyX5AvupwGNzD8vQlzdBFEQiYu+LEdwseeXUM93kTXWIIt4rC1XydWdBf8yApVrngzVJ+2Yi5qDzv1h0R909qCJsQIGWOUUdnyf6Kx7HypXLTAN5QTPpeXAuErqmsYBq1zM5\\\\\\/8yj5TwItefIptIpINpIntgCNSAXsxth\\\\\\/FqI+ThCDZQkGe8koTwo7SigpCimiUNy3w9NJwfqOaPbN94uN5Jzg+DDYvaRVLc5E9qjlEJG0h7cSaLtZeeJ6jMeaUU8JDG62oF1OCTdZDLdAnwDSnAZESFidjEJzouF6LK9rRBH1XWKO1+XoP+b5zB2iNxAHfXFTs92KX\\\\\\/hIpdhBRqvwxRJlHML+XSsJ3OJbr7i68Gm470o17hrKLCs420eFSS475yz5yoJBftOG7X2XF6dw9cVyT4eB43RWIr5o1KRy7Kaa1pnfZzG68y6TmhLFjHY34nVkOgYunPBMJZ5yVqt\\\\\\/xubY7zXnIcSKQtvLz5NFSL0tj0v7xpP0HfJPFpzNWuqeNlieVaqMS+QHcdRtSJar7IuQJ8YgwuLx34kdMvc7kGewU+SVB\\\\\\/8kZBa1fwHBHwZpBQWi\\\\\\/v6knuJvRnVMtF8Bi0RasuDgzjRxYvesLuycsvxG2waMiV5zvggtnlVwPloH12hvyD4d3rszlRRJ6psc\\\\\\/HPQysHffTZOsl1NusbgCbBvwVvH4bR8A45yZdbCAKuXeHd5CIba2\\\\\\/cPnyMErutyucFIzB14ja\\\\\\/zaB7fxkru\\\\\\/Vf\\\\\\/W4q26a5HtiQHawoEMeHGpUaJz3Kh0ZyNRs0LF63XxeimCO7sEfj8YbWz8Ze0i6Nn9VF6HslgrPJtMp7dIi0zt5HaeTejezoTwAh7jDiluPlVm4u7kInB51A3Qk0zsuSvM6xHSK9S2blP+1WIX5eUL\\\\\\/0D\\\\\\/n7uJREeaZK0mOFu\\\\\\/ZuYpxjZbCpPnsBoQO5eWP5697da2E538RHnEIskrgySAxydqZwj\\\\\\/NLJCMP98txxROhCIfZFzivtAMs74px5vtKtWYrONWA0qCKfZoPBgDoW65EaDz6UZl0qOPshO0GesajrCFyEqS0lVbgXS3v4m1PtvVRmzWJNnujTQwcoEMthrxDx6VoncAZOYjNYAT0KcjcLIkpvD1b4QvD6gUVp8K+uWZGTXmrKPY+9wtwBzHQMxnYm44qnnJxpKAhVHOBJ\\\\\\/LsYg0NXgHG2Mi\\\\\\/8mas92dpkAHIGRHOIP+iyaWdG4MAQLQzc+WYPDX8zF5NXZ7KnC388+UCvtczuxl1dFN47r3D8VTLB\\\\\\/KJrf\\\\\\/v4j0PRjrDYc3\\\\\\/jfDzoPJLXaiqweT+7AWnaXOwk2Xzldivy7dpKjBMbnlT4mC4qu3Z1QbzxHmXjM6lDa+k5jG6NSDyaky0omyti9z6W7yFimUt++IE9VT2kNmfHyjmzf5L7o8u96kMhRjwqScF5gshZTvj5yVlcsEbZSo8weF5EYB6CzWr3qmExwkxBdmAlfgvu6pd69m41WfAhgTdRgUrFXcppRZkhd8FVnOc6Rs1Bmyhwni6t0ZriI7APw2eqSPKM3RWsscWPDjzHyYM\\\\\\/JtHwqgMVvyj45+L6ucAr2EzPI\\\\\\/4GnueQDr4d9qeXgJC5iPPvTOdaZOoJzrssbX+46i\\\\\\/5oK9kFvbj47BOaj3bLgxdTyMbD4nAsQbdHzLMHwXLt14UwKS098ahH4xKkPqa\\\\\\/OuRY901VMdpp0saGPAU0nIxUTZBE8xw3V1wbfVoM2D\\\\\\/M1\\\\\\/LLyUdLxtiQB9tnjD+\\\\\\/JVR2Hwo78IZSDbUp0nRtngJXcnQNQ3pGZOocNnTabhMp\\\\\\/D\\\\\\/jCLhQU8GaTg9xJla5PC5eTpVq29vLjlW9Hcxe66mwlsQa6\\\\\\/m\\\\\\/pL3veswRuQmMA2hCioqZVc+jYA26auOoNvH2+GnqrLwwGUBDVSDAqXxte87DS4b3JPJ7DhruPbHj+nprqD7HnTc8cZDM35CMUCMBUvaLtIUgeoEDv7ezeU1y5GZ0KWhTK\\\\\\/1EHnygq9mJ7fy1GvI\\\\\\/+XbCpNMHLhMLWVL9KwYkTeFl75wlx\\\\\\/S8qisQyFfGHPQai48HNtoKzz9QxLkj8o8XqtZXbyJmulHYVsWqinX1ghjMakH\\\\\\/d5+zPFO9I+cfn+vArwLQJWmRpycKTSuyNUk4Smw21k8pGETNHTPETeudEZextm81GgK8blgy6auDq5qVlWzkYEtw0APkcX6sy53mKn6HU1KCV5UJ2kJzcy3E7TE9YxYvfb1gWgtd8lvL0dsnzkq4PI1mePTpd0PY+0zhMCYiS9wiWOHOVfaW4fk6QRyYt3jMOPQTQq3nxawHrh4jw63jaHcBHX8w5tn3uaXR3CfeX8iQT52iPVVbKT\\\\\\/OFmKw+s6Zo93tHm92ckH6Hm73LHFODtzR62GfiUb2MNXREX\\\\\\/yK5rBBhM2ZTDXJcHRKsEIs80PYmHL99xUwZh6B1hm3MMHSM4b3b87V9Kf59GsbGuwuR\\\\\\/mMMFJmXuH3sxRbon6r6MqVCZp7EPNqNRomqKU9FZtCBOUkbwTGOazewFQYdV5BDCbWREj1O+ovf3VhF8TxXL3GNh1trBB7KB26HE8\\\\\\/W3N95RjiavxuOfzb+UVEHiYC\\\\\\/4DSAKaaiYWKqxj6qUo6xxD1N+QwKRezeLpcqeJTkoH2Tyt7rPTzZPpCbh6D7QxONdNKAdVmtL9Q0AwXYgwb2gi9Qd55T8hPEEBooHhUXy8B4uWmU0nIYhHKB7Y5DkmLmfbHqUz2ONpYEmnpxiF7CkSdP5k3Aw2kpsQyvPloIkxArUo6ugsEZIIdYvFfMUOgIZnd4Ji0F7hPiRujGoYtYhPWGysb\\\\\\/tqzM7T976HNZ7YuRUkDT12B\\\\\\/EIWyeG5v+dWFbyi5ttOYCuNZsNB+d8j\\\\\\/Uss6HkEmn46PZDE8gtMVuh0Jvg\\\\\\/TF7LRjG4SQ4lQdqyUzmmod70otAd9Mtr5UnvPiG15qNnQAJ3iBlY0eSG9Wn0jJ\\\\\\/1L19cMj0IuTRRMerjL5Kez4Okjace4JVhnAHxvSL6pcestpoqTJd8dpIEVz7wcWPTdDqQb9LtKVaDaOcNS0oVAO10\\\\\\/urZKXIQRlpHbMzjaXvYsMkVtXGATyWqiIsoHqv2o0kjnQbuVlGAfISTNfb8zm648BWNZ1isOmLohoRAj1wkDU+OFAcJxaHP2YhH6DfMbJcewxHwTdG+GOC\\\\\\/Z1QDXxdICQXo4vWdZbEY6WqtC1a\\\\\\/PODJYBieq33Y0RG4\\\\\\/NZAepYbFpg5JPX8Uie6M7ZwThIm5nWtYAQx4QTWbJQxby93Dip928WLleb47q9sXnCFWfNtRkbW3Lkv4DkedUKjE5Qv5lXAMSSHmuqgCBBejYRoXL8+sPVcyniP3bkjW6Jhl+tBmWJcyYHHSlGdMUrS3q3wpCq8hIB+1I5M5qVLNiBbFNMilvQXAo9tnZsB2ZnCmEneDM\\\\\\/2phx\\\\\\/Sp5g5dGYSFR28W7d2RPWs5+0BovLOpFvAqr8ZydZHvoeMHqUbV6M4NM1dSoZEOE8F87uxBPBSgWbQ3f+m79CrTgn2LMeGY7kkwUv8Wv1UntvktzP9YeHz\\\\\\/jsCpOh62y1hI3a+qNkk+Zw4auuqyXu4a0\\\\\\/LVDAUFZKymNmGEMEtDfNcQ1Cs\\\\\\/LYxcxtx+BEF4FotgLWAtGkz8uLWGgo8vVctp2G0I36zeay\\\\\\/6DuaqyA+5c\\\\\\/uurCHpc4dpetvC3qBgQdDn9QxozEGjp9f7QdzK6hV20Qmw2n9Ke\\\\\\/3IKcElfbWXv3D3IlsWLHQimaJuHg3T\\\\\\/taQrFD33bauYBFVm6w+stduJvnwgWr6PFqzoRyVMnuBtsMDKTyKg0uZOOnrHbZzo0xoRIvT0W9lt7cT0hhhSSfvmeCkHHlPSf3wKYKQTNUsbtFyu7\\\\\\/q6CDroM6xBxl7Lo9mvqISctUuQRaploPo0ri+OIWBTacdK4rd7LzsdI\\\\\\/hnJae5iTHIJL4W1\\\\\\/PZmo7tz+yrAcawN1wgi+aQMS6Qcsb1+SIoby1RNs32YvbocZXKD\\\\\\/3pywRPyx4gFGL1v7Sh3uLfW3Hnl6qlCCt8qjjTeCUyRN3PjfeRHxY7HzjJhIdj1iywIcL6wtErfqB1wFxP+izJ9QcUyjYosZXdR6TEbETZzNKKCwtNLBhjDjE\\\\\\/VSkJdRDYeFHC+s8tFAOjVABN0UJTsbsb7XFrciJZZBRQ\\\\\\/+q6fV+d9HrUf5AM0w9a\\\\\\/AwMFaCpw0oaGaPlHlFzkU3tXA1SkN2bH8ZkKGwgY+Fq3ouQyblWY7uqi1y3zEZvgwiDhBnQNgrwB6u6Nj8OjuRCDZ0ENGn7Y\\\\\\/AffJU1H1pA\\\\\\/B+MBmN7lNdE6Hu+9PC71jmeXVqEDXz2ZzqxdHUMdJy8BqgthdRzVRXH4m3NzXkjQtZ65UafFU\\\\\\/NEiZQObbOyhyWlwNRE84IaHElfpWE2Z4PiIGHr\\\\\\/NOXpkyq1BO1oCDKAgiUEESs9d0gl1tohoh+DVYROizx\\\\\\/+A773QVoeZpsfwAZD5aPXdhgbeHu4XFUWJqMCV7riBBletoEzlMVZt+pI\\\\\\/Nozpmla81iw2lkkE1Cxq02hS7ICoUR15EmDskj9WQyzq9dkNbuU711aDIHGA2F4J7OTYsBEdVo+fs\\\\\\/EYiP05I7FcR1iU7KB6opvzdqESHq1dJgfIQ8jC02GnDmgXTTE4ETD2DXaNpbAj5uHBa28v4t2DBx9TNNOk95puCWuDJC8awWlWsgkwyx5yVOUOVQKdfDp271QFUOvpUujpKxTMQdixe6XXVfSbltFpV+J0qSw6kLMFN40VQoGDDA0cK0GrMbJa2Nqxl24Lc5G1b1jPQ6V4Mi9UJysVc0rEyeOiU4v7sy+BxrKgTWypznkf8moF6qqzWQumLoeVazdOvFb7aw3fTC9wyy\\\\\\/3M0n402NvaFkrnJOoGPDe6Rwdz5jOI0UGIj8ZtGEZIyjkEM\\\\\\/X5VJcdF8IPIb+gC\\\\\\/milaeyQCs8T\\\\\\/hOov8VELhkSdpsfzKu8Bs9YAeq94appMHzg8EC6gP7kIX0UXWSfrh0\\\\\\/q5dt+W\\\\\\/7FysXretZ6MwOkBjou5evQEaW37Xs6+xtmgWGAmLilqMRh6zXgLjz55gmNI0bSaiNiIrtUEllQUE72nwKdgA+IBHmFERf+tBUKW88QRVlVZQUxEGN30XZ5Gtlt6pP\\\\\\/\\\\\\/ypNuGCbstjtrZuY1YRq\\\\\\/0OxvLNlwsi3S0L0xH6d+UJJZtKEVY9UKsRvZIY6dmhclGoEsYGSLKOAun2rHbEhIx6mQ\\\\\\/46x6x8i40oPmhRRsp95GZUGLYfFODuKFstbJp3QExk3sa3htAOunYbGdgREIwlAaD10rQM5jJE8CYJXYq2CAkx9jdin4AkDnmeHIz\\\\\\/hPpbbQa+1\\\\\\/Ujku2DPZEbnHkpbEmqxb78TIX4SRWiYqJqRjN\\\\\\/dBMPIqNc9dTmYCPAcb0TV8K6ADyg4H\\\\\\/FmD6oglnHW3zIvbbuITvvITG2npvKXfzTFGmnWxdmIf8AhM7ldDhzy4wLIZTSpMURYZtKtTNIjkJjCd\\\\\\/Cb5+4Mjrr0OH30jDQJS0B\\\\\\/Pbzu1GN0FP73DEaAgJaha6ixwuDjRkQOdu46Lh1t+XFxU19Q1vkbxTQgH8m\\\\\\/CU+fkBwhn0q+msQR41XfWrNqugnaMZLRZWHNLpZSyilZh1gZWiPgLLjV2y+AxkUqhEVHMrw7Qf3cQ0MKxmQljs5oD3UYbSDlX\\\\\\/57GJ1QLRgseljHwBd+l7xuVSSgmWUXHMKJ0WzDGy1RE08qBPWWLjgf+yMB+ktLN7dqgGvrZXdi5SCBsIAJHl+fxCNkBw5ABBs96HIulQhhmtlPhhvRs8piZfOabblr0ZjaseTCNnTJq+yZ8kB7hTBBWctcn6FdI3kq2cmnfZOzQTCooQUPJuKJSlJY1dNnh+cLi2yczzNDRzXHhQ6Pl1l7H2Sx31W0OahxgU5DkJ7sCxOmADhlnC6xBHHwu6cEqwXtFFoUiceY\\\\\\/XAJpDdMLBL1O6u\\\\\\/UFcEDi3gjtwnUPFcyE1m793Y2iBkFKYuPqVsbJ334i+19nXGttwipJRJGz4abPj70+mRgE9lAN82b+XE3YmozUhmPh9guA9J94a80RPno4JrqRpp6tlJrTcT2iDzQS5REYzLoUms3m0wvJvSjcGUIk6EJCSeA0Zy3Y8oNn38wjDHlrviHehCExFnUqIkpEn3frb68R2KAKWJ2VzFGz5sOnEBMW0\\\\\\/oVJ8Ia9CbGZ8fOY3VGFLa3ICPCCWYf+WvWyt5JPL\\\\\\/XeIhDteJSIJI12AwDYK5ZXjmAiXFteDY4qrpZ5j++I4YVoCPbyi2GeS06iWNLJ8hpmpraNYGdsBaL9WFBfppRj9DQ9kmvYIjbPhYfZlTbGK7EtaDfu+I7\\\\\\/Ko1HgZUPV5mQaZv+0omBPYlo5O4d9zHlRa86GeFHKwc8oiTRb78e0ZDo0mQ5Og7sgJXZ4\\\\\\/LSZYq3b2JSXkZnKbnA\\\\\\/Mn4ZQNJtq1KSgXtpT35wVQsoZa86HW02Ve991ikm3k5ESE5IYoYd1V3m674wLXJiG9Jr55IJNT38QAi8Is6rTNwbxslaYaYeyL8qu4mIAbdVQ5O07Z3gWHgv2Wpnfp+Eb3Gr0lU1W\\\\\\/\\\\\\/PJrFcHcUJ5KWXXXRYTstfwQHjP\\\\\\/EW9td7QSJlU3rx9hZ8BI2BJe4VjShWbH0u3IXXwcLyEm4xfnzeM+uCsJbERulPN6qOTuIGwZ8uxac2VfIJQyHUvSh5uOECKMP+dzHy04XJPSBQO7XjdkdX1dGjoomvRcm7ogoPTVXgaaqhSgkeZ3MF6jCXW6ZZrGlIX9qQj6uQlPZrgENvEXzwaURq9eaxz+2XLRvu1GO6ubxd3q73rmJDaVMQmN3eZ5AI+Ak5TlpIKV1X9M6vb46oqsthQ\\\\\\/TtEx6MbEJFQtzvw+UJpoHwv5OCIcJOYSOJqKKbxv+3kDxbuawfu9f4SYNgQ4gfYANQj\\\\\\/Ckw+6mwtgjx9yr1P3OQ48R1H6kjJiq4xjL3shVNFO1dK1kubeqAVGaIRKf+Q1d77Op5aIYdBxkcdQw2mZBNRm7f2Ecg3bKKPcelobPyDNmorA46+ochrXH0pOiffOzdaomAXogP1VxbY9Jy87SMSY7rBJLuY3NEPDthpy1btdiOigO2UArnjdDiA5w6uVbzS6Izt8MDFgjKm8VEHgu2mFQeMPUTU\\\\\\/MeJp+xXMg9Xs6y8FRWg7m9dQt1RyDZSRs46HMptDjj7edXCLnnyutMfEK52HsoIonV3uRPFYwgeaHlo4B9Osix8beNjfj1w8g+1inbVKF12niHbrTOlxTm+Y3sfWdEcCzsY5fRIDGIkX8pYxoWAlhYmqCVbEa86bt63Cvs8SEZYMfTtKWUW62wiNJIC2u9dKsoRxBMIszBxjDSR5ABa2m7bWACKb82BR1m9zaa1fAkO9u52WUDKAWL3UogQkfCxwBy9IFgc3QfeOYTEP066uabW2fFN5KbJ9HuaKxAtJ8f5f8AHChSycO3bEdngOJ4vx6XB81QEiEqZCN6CQNHn1\\\\\\/PuNoo+2cxT20LGltVgpUdyDxfwXZeFZp+4hDTi41\\\\\\/lwEnGMoqbRv88rVIOKeF9+ZecNi\\\\\\/Bv2asW5O3Pw+HQ7FBYsz6XZlrZClLxXP85JkRgQgMk\\\\\\/LXo+zQWTnYgU9q855M4E6rWHbHBYV\\\\\\/C81ZmrqMPUL1DV\\\\\\/BhS9xWoP50yRd8WQ3ewZacrXe39rBP4A\\\\\\/lCrxrMXYkNog\\\\\\/NwNjA2\\\\\\/fHFHVjJAOoj2shuAEKj7de5cUIQ+6Kgi2pukOZaqUDmOb3aIS5ZYjZw630txuVZd8US73tu776Xhc7rsVNJocfN5R9yYLKRI3zETQmKIPX1+4zYoHEIFqoi6ZDVrwln3gaFqgoqmFHZxNpASr5gQjQNCF5BElN7+3ovGI8SxP+ypyrnlBpAQPMiHMRwJlugoek6QIpZ\\\\\\/SVIuYGKW4vW7CQlkG3y6pn+Uqu6Y+214s9ll8HIRYzshAcE0uvs41BKgHoqX1YXmijvNo1494wOZveHbP0IxxYBFncjP2mQvdszfhGu\\\\\\/1iWChMpFkjQ25Zs8pnQj1vukgK29t52krN4B6Bqu61ty1h6yxL0BBcaPg1110cDhH\\\\\\/xwrAaWafuNZq9RuCr5xU+xdiA8W\\\\\\/o173PZkOqSSOJA23SBfQWuaIxsQmTR7sBqhroTZAn43JdXO7TIHLPefowYsnVMd3t33loiDlvpozeTqY2Y9zYXxQpPfYaXJ4mnkrdo8t1RMmkkNNfEDMTxZJ1ZErIAkpZSKIRg1ineHXDi3AiLsS8QJdBwfo4xKuX1e9TnwL5PDzaxw+wMJUrasL5XsHuxZ1XYFXpz4PdsASwvGg9yDOc7Ha5Ib9pRgYKuLhAF58lF+TAxuvIRdlRWsOXYel4QQLCj5Va\\\\\\/d3NHBLgnGXw+3mcnMFinfTeZXsPz6iYDrMY5Wc36Kuduy\\\\\\/AKv7ZdiH75kk9z4l4YmJcnSVopSAnqdxIJrlziwpsHOukKLfrLmEVavjWPCgH1RDcOlgpttPb3XdUsw1Otc8FxZqLiknpdDD7bJG3y326HVcaZE1V2Th8oo6bQRx5L3\\\\\\/mvciqvRepGo25LMiapBO+tSGmESDd90XWqIPOBPrJemyt0IoGlQYG\\\\\\/nrYp566iehmOsRa0iFinAupFfLBlrmEVbvL582vycg8CP0oOPeclc\\\\\\/S1ilNpHjK\\\\\\/jqzaiEShr2GaESMC8Oeh5YUS4NdZWA28sbH7P1ds76G4NF7wgAvEFh2K3HGtye5sW6PoKEWoQ2DNpJN+WVXLVbeCP9aLwkj3lZ126oOo3NkW2VW\\\\\\/mRDDFHLzPYJXYgX1mFo8tPHqBHZ86r+4Tu57VAGDV\\\\\\/UwQ10J37NSW8i9RNdiMWOiVLY6BhmMoEOGDg4iCsmArIDE7mxpaMlGbqGgIXjN467HA3IBHLlxB0Iso7ZvU5xGILrQKxHoFWeylzi\\\\\\/a9yHdFfVedr85ptRhd\\\\\\/aFp50ElMQDwzPSKunTmb0fo1RbsVJ6dnsNV5cSokkIu5M\\\\\\/XdOuQ2tRr+tjeZP0ja0G1wO6gNigaC24\\\\\\/\\\\\\/rQXMTUkiWqSodKK23L7ymXDqpem\\\\\\/8ruKhuXSWP7dDju61+zeek2y6GHv3sIaQto8tjRFF05iAC2KnXA9uw5uQ7KZqZqZQLkMIY+U\\\\\\/Xg22UHHpsuZgVD6YNF16X8VBJIVESYxIhuITPGxIEW2NAZlXjVEPsZj9kVzivI8Q1olvZTfRRT35S2dKAam4Smbq5GmzR+6+yMg59VRchvGRK9DtrNvnaxX0i83oRjMvzMxBJzzQ0XaawUpqt9KvVU7L1cY57WjcpeIk8GBk4kcBcIsTcxa\\\\\\/UQsCOmIktVRq4TshvMVcSUJUUOlXDhSN8oPonk9G00YLDoU9Kwj5gBfXlou5Bkf4fJMSVZXSR7Cqyi8dsMy98db2aJ942s5Lzq9QxFfAob0rtDg\\\\\\/uxJEatwT4edbkHGPKaQDulu\\\\\\/VCEQ6wlEu2Sclb1IO1w1OXedHYU05hl86cfDn8qBEj0g2i1J11R226CsfAkr88t5rVBAoSJP92fkdWnRxPWCz+dHazeiNxQYl1kq63Ld68QbJ+jqa8E6TRHBszAYq6laLscwb8nzGt7N1PmTutpgzid3vA9dwFly3z0nRMyLWzl6b6YU6khI6\\\\\\/ArsC19NpaB9crKar2wU5cl8ZaYS0R9htwn\\\\\\/lYT8fO2nKEQE+ozGHMf4RH+OxCeZrHpeSVXeT0pcMI9Klt9OzByS9ExjKvx\\\\\\/scsDWzUw6Mw8boYPYonNOe12urQq+jShCqnivvz+XSSvNKZrwSpC2j2sckDKXxrFoRECKQHTxbepCLxA4l5wFRTfYo0\\\\\\/fv8BqcwZ9c1ROfoi\\\\\\/yy\\\\\\/zHilMIJ2CJgWl4832dPfoNPnkCGbE2K06bieRwEe\\\\\\/ymZCSn4uNjMtwo\\\\\\/V7OjUN4YMWh0S4tcyLmDPqdpxNvcGhfIGKcWd7LkXKFR9QKfuUjl9jAtxoqkg63g9ZEfF7y4kv1U7sHDu8ZuEyV+Qrf3n\\\\\\/g1BKMkDafUpji1JhUMMKL1L2lg7XEgbJLsqUXzMC+nysCI0mIQHK2RMeX4ZQFW2e1rag08H7qDdgf3HLmzKJCchh30tnBPjMugT3aLqkcv3kVLAfakKh4oLDr5+r2TfeDhLjbHLFnXYDtv+9HWxVFnbdVvMziz4dZ2L92vkIpaNVbLARCAfeP6m1Zd+B\\\\\\/zoG3a6n1SFQH6lxumltCSd8aNzqcfiaKAhb2dnAigUvjaWTE4ApwtVHfPbnL54zZoOsx\\\\\\/MYsTcjpikeQsksv69rFeXRXfQB9P6kPMbEWx1Y2i\\\\\\/hl0E125Svc1TrX3RYIoReFwMiNKMsLBbQ3LO1jL7JvAbYOVYzRUWzWXF9zK+gczaXhT0kBcnGyKc8h8IVFGd0m2TtXEL1EREAlb61RVkFgtuPATX+XjxUgdmrPhGTUm26646pT5J62aT0NUixtHsLmEPwXmmLNR40Zl2j6C1K3EdUqdxiFW7waNIF2tymhz+J0l1QANnMukoUDiMCGATMlBiOR4GlvzQz7+CSbNa01L7fUfSsseErxPs0U9\\\\\\/EsRPiNF+B0dEDXwxjhIvK+DGQXaufvRGK5b1wp9V1CJD7e4mIYAPDjJtCdAgy2oZDKXK7gZYokpI9o4ixMfxhttJZb+Vulic1aMK+FwZRgc\\\\\\/4JV9msGqjhmyCWezuvpIjCtrHQm\\\\\\/WMIvuUs1j9zK9frVMkdXRbu3S0WAPrfva2bl8EWmDFFHx04Mod0y8tHY2CcMsvbKg+FkPPnth76yzjpziuYZiSNjDudSURhph5NCBp4TIYED2tJIlGLaA7LDnawucY6yF\\\\\\/b3i4soPz6zvHiPPdyvfVtYSwmyCpKb8LVQQvH9l2ks2mjbggvipvlY9rRSX\\\\\\/m16wScfm2NnOY7eh8MY1OHnFIgAItczRrD6udsVOozvBEnMf0Z2VbR\\\\\\/PYWe2CH9vCiV+pvHSoPNOxZcMbOXx7cxWDwKvCwDXb1U7l9ZBdCMHam45xqsXGCfidOAYvldH7fPhEjL22Qdej4SQ0qiWQ94x2tdlNMryUqSuBI+8Jbm\\\\\\/VD3\\\\\\/gsbbkjYy6p7d0\\\\\\/40uXK360KE9S0JkWhSU9pbQ1XYdeTRwLb1PgAUqa0O1kDPEOkO3OUFBy4CY4Cn38EGjflV6qfKdtln0t0VY0KaRNPIfyTeJjhM2oh6fIYOokEuTic+IdnH0F8e1MG2TAFShfUa950Epxs55oI9NOOYHb6wKKdGrbCLVSFWNjTvJ93Dfktyp8b2ahyQaut1V9uUB+zV2wEWtURZXHKvRpfXCBFi7eJs8j3kRJNIIv025fCgnMzd9A5xjE2noJxoHb4S7FBTMN7XPakI6\\\\\\/kRBqOob\\\\\\/NT1nXCah782wYPkYP1NOST9UsHraacKTiWfVoxA3blZovFkNlFGbz6Mzyytlr3PGp5xVYAyP5n4tgz5TLpdyeONAX2IOWPWaC\\\\\\/cYxk9Xk3J0vHQxJxgCeLWiDuIeyk0McNlPkRWT8ZS3yhPtCnr3v51RplXXRolqD2mxkVBlqjjS4ILa70F9+QhWM57FU2qQzNQwG\\\\\\/\\\\\\/u4BbMQ\\\\\\/zLgYMjcajEMQdQfYh85OqMX3Cdr\\\\\\/OroIWCsS\\\\\\/H5xhn\\\\\\/UlnbapMbi8T6FcRmgltfyKpJFRxsA8M1kSvRfw3GCvGJ\\\\\\/CoqBfqZi7OBVYYgTX0qf48LpHH3XI6sLQhGjmCJRrvzofgGJK+cYRgeBwziFIFJqaUM2dDI3bGzeHViaoj42AQ99NCFo7lOzNUdgD7WJOdRgobEkoHzwi\\\\\\/ILGoDXo9ws5sOhDoJvJxNYJOXRtcLM2G2G21iUB5hC6IzUM+PTPQXYFKpcyRcSE9JMzuCcZiFIo6Tf0xNg5oBqrxjXaFT+OldQgzk1t8En\\\\\\/ovqneIX+0i\\\\\\/0pdHMIcwM3EUgvu8SinWhIUxyPuaSX38\\\\\\/sCLDIF4fapcBhMfud3nunUoFrK\\\\\\/P0ieSqF8EPUzM1g8wXyJbM8opB0+OO7gj2s\\\\\\/HBtiWOH2r86Xz5PMxQ2qFV2+LJgTHlGYtqlyEY\\\\\\/Zu6NFEovxGNmQFikFQSUF94fc7UU2qYRizKaIFYcYkHIHg9Z25ROjhmOLX3OGnalB1yZkAL1SN85U3+iPcaboPnA18nUw41vMWAeZlXcY0h+TUC\\\\\\/2ZXFgYLFxmTp2Yyu\\\\\\/1wBQOIQjAarZQ++Sh52ioEz4fLpp9+3rqcwwtbWLKkPitgt3LF3PzRycAKpA5T0uRy9pjaQRqFxd3KHw4lm0kYRkdc5n+zXe7U\\\\\\/6WNNe9q3Qu+8\\\\\\/8yspriQmV8cnjOudzFc1mp\\\\\\/Qkjw+IOxngAPFs5WeHjebE01FXOhmnEdPojDxouPbyQJWND9r5bk3Swj5HSExP7sB\\\\\\/KvFzPiGm2H+1tMNFe5j0bWVtRjwXT6v\\\\\\/HOxOibhtpuo9+OVB2iYOYbMskikfLZDZPDgNcE3qGqzIhZ2oEiLUpJhYF7LXDt0Hl\\\\\\/zMnOPhXeD20kFGhfT4mchJ8DyKluKIkWvlXWPKVQtfvsDkMxFbfOyHgUKL4SovN\\\\\\/dGyKk72J7LyAMTMruYTayWN+6N2leZGY8UUOFyE2lKgkT9bHix40Vn75y3ELgBfxQ4X0IDI5odHx0vn4zt\\\\\\/oBI9uYadjpvxCaO4cNHClzIiCOzV8yEVSCyH7vYn3m\\\\\\/8DugcK7XjzLg3+p7naNlH5Gj4k7E7GsQ+H1BVi1uNbpTg4qNPnOw2UhNULxqltA8z6e47LcgMl7myLwJTzG15XHUwEOg9N12vfH7XTPdhHyJsNF4WSSBCLFEFt+3ExHwzCo504FLFXJ+QDD8JRZ71K0h9B9+TtOonBbpx3Vll2A\\\\\\/+lM6OJROCC9bgwQCwb01Lt+2JAC\\\\\\/KBVoH4b8XbZc\\\\\\/dDihmeCKbpbvpd2KLjpn3e8mdWxZZNFvf423YJBvx91DVG1E0cRigq86777H\\\\\\/irW7PiVsdozvD6Q5h\\\\\\/9O\\\\\\/LQw5xsWD63ef9mB7+yFw1Is4xxJOP4hRvqApttrh4okuwIkVdXM9AOp5qSlxZQEQN9NjlqERUl9bP0rtxHoVdawrV5nAt2N4DD991Lg2sXJPZFTws4+sj3HKBuO0rtbx6hivbSEP+NN1koVMXA+fWF\\\\\\/VRvw7dmVGA8vEBVhQwaiVW+q\\\\\\/W9tIGzbjHgHttdnCbvIO7kQDjk9eYiChBgl4ZwiHhr6zHBUQFb4\\\\\\/Jig1DPbOt3SBdTLl39AD7Thu5mwfYygqTjpPCy0nO7Um83aNIVnMRJ3VmaSCJRmybaYrZNqowWvFvFqOy+7DT86N4Nv5liVl6b4OXwvOFIMa9uYcbaWWamSV6UK9qSuxqfVMG2I3hcMwfp2ze14S9d2Yn\\\\\\/mZIlUXIbsjQs8IDOUt5mZv3YmCybiDqMgafdAelLEzHkAzit3eEVJbz53OAdFYTfXa9mmyzrKf6vy7xHUCvYZmgAskPLAlTCyi5hKuVSOAwfM\\\\\\/flDYYFcGJcylYxNZfVm8nNWh+BdgRSyxzpKKEmSEq0Zcr+fDD0NZrnZF3VAF\\\\\\/R+93mB74O8Z8EbTg\\\\\\/7yqxCuSFQK4uPNIBdntXELhQlQb2Qj4Kvl\\\\\\/BJ6vQCWjEzqzSzBgZ9Rw1180dQDYN\\\\\\/9AYygCUZkekp4w8Sy8XWt0TFzT3q4pOJkonzqk5JBtahxtOVbKtrdV5+wJCIHYNOtyaKJdj8ItldUc5yBD01XJmMJwtLiXx9MuuZbwUH1PTXL7ntRns+eXCYjExVNjeE5rnREmoaUmDIw5YrXd6U+0NV6le7WYt9T1+glR3pTzE84cFe28QU4LpBQD3YUX9CBE0g6MUnyQwg+UH2G6+rg\\\\\\/i8UcI9PnnSWSQlfGIY4nwr5KUIINablu+3NIE2cBOFiafqLujVJhpVXF9jm6e9EeVdiEYZ9d\\\\\\/FDboyW7uacmVLjs8NqFRMKRSkTisWAKXl5eH\\\\\\/ehSkXrxyzuvhsZH7pzfh1haUbQ8zaNMzUXkgfLOc0S+W5CyabsHjPKnNDRCPPFxRx+MY51kDsvB2Uc03TJME7UhqwSYEhod\\\\\\/RkhiEtnM0vvaG9uPigxv86P+2W5QPnkphwP7v6t3bX9a70fsJAVvUgOr99pcP\\\\\\/URO2pEgaFlBqhCrdF+NBMtU9W\\\\\\/Tq2NL4a0IEVt5SqHHOYvKlRjHQaqh33cI9tDBF+uAys+RAIVjKURXbSOjilXYq4Lt9Uht39aMUArbay0OfULIBSmRlp09Hxh24moRtpX16GN9NOjhGHik84\\\\\\/obrwSnN901A63dtYDJJjqFHATrnbbo7XUFeBVpO+CtiAyzVIE1duZtL9IFFqYM1dD+klibY6t5km05s5DqYoD8DlIeQEGRkh5ER+0hxtsEkjuCURJBhfULHNSvQDtrbISr1+BpM07iLe7BjH0XAdsdaYEvQ93sOyIofgNmyZF72W1xPnVqr2ctM+ugAT5DQd7MiItVBYkttJe0CnOZJ1jYXK65aPOaRhG7Gm+K1YkxForEDNLONquaAzdfrIwMG0oF5WhR+xJpFnT3wFoCF1fAEvnfpuDYa5oWb4xmAlnL1Y7SMJQwhwxglw7MYoo9qOzFNsI9MjUKNSKZ8ZQY+JCqk\\\\\\/YfqaZgRXXKtqyXGQ\\\\\\/rV3fLMqfZsb3XqDIXmYT0d61h7FkQ+eUHbHNf0O\\\\\\/w4jMu1sm9HpA2JgTr1VXUBMI8Xr6lJMkYjGvt\\\\\\/95\\\\\\/g6Jki88\\\\\\/Zz01kwqPcuRw1HkbqBGslNcGrBdgsFi+se3qENpccLNZaAIfO3TNw4c8RQe4cn5iYXcR5AEsi+HBJfkeYEYHquZ8LW77FUP2zV9FKfoWUCv\\\\\\/5R3afLX+aTocMSCXvDN1XTaAfTm\\\\\\/KXXHtPbs24E3kvzyuxrjasE0BJL\\\\\\/2wa9LCPgRdJ3aO9Q\\\\\\/j5PEJRwJWamHfFW7L9VHbuoUIqO9O4QpKcHU7qrLNb1TXC1UZ\\\\\\/zS9YMdtvcjucoXGVud6c3Mejq\\\\\\/jGzVIOCiDew4vP8u1Vj3ynlDh7OkhN9UKVTj6rETXHGziQNFJ6zbvRa4PlveAVVxr11yRdpREZnPpflntTyevgXjn9\\\\\\/UrPqOAV7jM4GOVw34X\\\\\\/YbaU+dhHHYIEBO114wxPno1PC6L6jNstV5aZ0VYRdYaBl9ek\\\\\\/nI6Or75ycT6uYNGpi0y1gjQMTle39OuyfBBmqusAhTQIADAyJl5hBMqeKHESDzb+6wLp1cq78qCrbri0bBLhnAfQhigYm3i1zD64NKtn7QqrNyib2Szx8EmnvPbwG0NTCrfxOYhb6PpaWeWI33EARmiHjpqgEpBnsYJUiGlIlBvtkg9vBwCZlCUOP\\\\\\/c9WDhcwDX+FdbHq9IDOP4geKNHjN41pYAahN6fm24nqtOjv0q2mzdqFSHCzwZg69lvNzSmNtFN727FKxZvuI4u0E34J5nT53RbVqgooFkOZ0JArAAVTQECq33U6JIQ26KcWbJsMmsbKo5uGAzaQzsFVIGzP7w6ADxSKWlKD\\\\\\/S47s5fAdn2wNQoWG76ayNuNayuzq9FE4I26V3MYQZHI4DdY4dgWWsIjWvEzVw326UOGlmEYYl4cQtavZ0A5ZQirPA71M+shN3O8B\\\\\\/i7C\\\\\\/K6r8hMSEpBD\\\\\\/0i8oiEaJA5wrGc\\\\\\/AxZXntNdMsFh23tXXl0Uyn8bvyy8dqoLSYHhkfHU1uo2q3Wf1QU5+IN3LQ\\\\\\/UQdkACGa3cX5Ri84KLpZo2m\\\\\\/OSpryNUE+p96bKkLOfRytWGkS0YSOs+shvu+HzXSW0u34+QyHraqZ6AsG9NyQgu9\\\\\\/tQNKKddg5uhd7nXi6UQIL9UXE7m787O\\\\\\/tXGg4Y5\\\\\\/2GSEqV8UGJJ4L3ZI\\\\\\/lbR1sfx71lLO9pLGXQdsCaR01NxtFlB4Sx8Xi40aKvNokd6qGXECd7zC2n0JVyT9bdZy1izLBkCqkV7YRizNRRMInx4RAPj49VrnuGeViY5sEnzioNyuHSGR1DXYmZ2V0zB2uJL96JPDbETWLq64fVHQ13diuux3KGW8PzotqNkQhJ9mtCX7BVzFCTEWI\\\\\\/Q7I0hQmQdlK\\\\\\/QhYtU4ahTu4ictqzaSFsKD\\\\\\/Mth\\\\\\/2OKdg6JFh+D0hLME4xNAImi\\\\\\/4qIqTO96l8m02DVjLrDCgEyLiQVynU8vI\\\\\\/JwNkVjzrS8UooT5jf\\\\\\/eIDlQvBA9zyFX0zzV1vgRbLWt4RCeVG5Ewx618neJimxEodRyvtID\\\\\\/LhM9+ChKzI3IvWWMICF7wt9S8iZ10\\\\\\/IhJCqGmd3P\\\\\\/YoldNz7tiiErnKtpmhlTV\\\\\\/XmDAC6euAXpaX6c0vVQFvNqjLQk2HXRX6iOrNFFPVCFrZTyRrtGeedlX9c4dLBO05fydhIGL7FvskclnDnyClqZEM980BZKCyGonFg2fJRHjxp0gtIXs94+oxCfPi\\\\\\/giFnPwxn+U8eQJu+EqQMnJRUxRAuRUSZY6kzLYOcornXnP3Hc6uHhg7f3A\\\\\\/mUviqE+nlykU5Hqgu7COp1A4+qtgDX\\\",\\\"FlightNumber\\\":\\\"6E-6153\\\",\\\"SegFlightNumberArr\\\":\\\"6E-6153, 6E-948\\\",\\\"AirlineName\\\":\\\"Indigo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"IsLCC\\\":true,\\\"IsRefundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"FromUTCTime\\\":\\\"2023-12-12 14:40\\\",\\\"ToUTCTime\\\":\\\"2023-12-12 21:15\\\",\\\"DepartureTime\\\":\\\"14:40\\\",\\\"ArrivalTime\\\":\\\"21:15\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"SourceAirportCode\\\":\\\"JRH\\\",\\\"DestAirportCode\\\":\\\"GOX\\\",\\\"FlightDuration\\\":\\\"6h 35m\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"ICSourceSysId\\\":14,\\\"IsInternational\\\":0,\\\"TotalFlightMembers\\\":1,\\\"SearchTraceId\\\":\\\"106c4-8b925-5b3f9-5fdcc\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"PublishedFare\\\":10989,\\\"isGSTMandatory\\\":0,\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":1,\\\"currencySysId\\\":1,\\\"BaseFare\\\":8889,\\\"Tax\\\":2099.8,\\\"intPublishedFare\\\":10989,\\\"OfferedFareAgent\\\":10989,\\\"PublishedFare\\\":10989,\\\"CostToAgent\\\":10989,\\\"PublishedFareAgent\\\":10989,\\\"CostToAgentCustomer\\\":10989,\\\"PublishedFarePerPax\\\":10989,\\\"OfferedFare\\\":10988.8,\\\"CommissionEarned\\\":0,\\\"CommDiscount\\\":131,\\\"TDS\\\":7,\\\"TDSEarn\\\":0,\\\"Refundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4799214673368995139\\\",\\\"Fare_Key\\\":null,\\\"colors\\\":\\\"#FF0000\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"classOfBooking\\\":\\\"R0IP\\\",\\\"GSTMandatory\\\":false,\\\"fareIdentifier\\\":\\\"TACT\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarnedAgent\\\":0,\\\"IscheckinBagInc\\\":true,\\\"IscabinbagInc\\\":true,\\\"CheckinBaggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsMealIncludes\\\":false,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR       \\\",\\\"PassengerType\\\":1,\\\"PaxType\\\":\\\"ADULT\\\",\\\"PassengerCount\\\":\\\"1\\\",\\\"Net_Commission\\\":131,\\\"NetCommission\\\":160,\\\"BaseFare\\\":8889,\\\"Tax\\\":2099.8,\\\"OfferedFare\\\":10988.8,\\\"PublishedFare\\\":10989,\\\"CostToAgent\\\":10989,\\\"TDS\\\":\\\"7\\\",\\\"TDSEarn\\\":0,\\\"TaxBR\\\":{\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":2099.8,\\\"YR\\\":0},\\\"ApiNCM\\\":131,\\\"CommissionEarned\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"CommDiscount\\\":131,\\\"AgentMarkUp\\\":0,\\\"CostToAgentCustomer\\\":10988.8,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"markUpArr\\\":{\\\"Currency\\\":\\\"INR       \\\",\\\"currencySysId\\\":1,\\\"IntNetCommission\\\":131,\\\"IntCommissionValInPercentage\\\":0,\\\"CommEarned\\\":0,\\\"CommDiscount\\\":131,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"PublishFare\\\":10988.8,\\\"CostToCustomer\\\":10988.8,\\\"CostToAgentCustomer\\\":10988.8,\\\"TotalEarning\\\":0,\\\"CostToCompany\\\":10988.8,\\\"CostToAgent\\\":10988.8,\\\"AgentB2CEarning\\\":0,\\\"intOfferedFare\\\":10988.8,\\\"intPublishFare\\\":11119.8,\\\"APIMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"TDS\\\":\\\"7\\\",\\\"TDSEarn\\\":0,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0}}],\\\"tripbinfo\\\":{\\\"JRH-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"CCU-GOX\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}}},\\\"Segments\\\":[{\\\"segmentid\\\":1,\\\"segmentids\\\":0,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Rowriah Arpt (JRH), India\\\",\\\"destinationAirportName\\\":\\\" Netaji Subhas Chandra Bose Intl (CCU), India\\\",\\\"originCityName\\\":\\\"Jorhat\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2023-12-12 16:15\\\",\\\"SegFlightNumber\\\":\\\"6E-6153\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"JRH\\\",\\\"originDepTime\\\":\\\"2023-12-12 14:40\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":95,\\\"GroundTime\\\":130,\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"strDepartureDtTime\\\":\\\"14:40\\\",\\\"strArrivalDtTime\\\":\\\"16:15\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERCity\\\":\\\"Kolkata\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"Baggage\\\":[{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBA\\\",\\\"SSR_Key\\\":\\\"aewbWHIjUIvsfq2CpKCztHiYde5BS53E1ipRCKU9Ou+AX8REyp3M1TiwxNHvk9f6EJehukVtZrSBplpajLetQJh+aJxbCAjFFH9vC1wDUVb+oV07Bx2VcYv7NTQhvlD9ZCv8Cx1KktfKirJg1fguhb630zJmRd8WSxjfcsWWG3cjQABfo7QXXJkZApgeKuLvOtTa2n+P+iVw+HK04tEQyuI\\\\\\/9bXUBm+POE1LMAKSB0u\\\\\\/VDg4XVJjAfqnD5DWRVBmxVj1ufQdqtb+DeS4ZxSOr2XbvH9uWxH0ybHqud6yO0Y+TS48Evv9blLZ07BQq7yw1AQepEEdd1etHzC98RcPkxFFTeM7Fap7Q447sx+X0zM=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":800,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPE\\\",\\\"SSR_Key\\\":\\\"YOqWsQV3krOzaypoJQnCng2\\\\\\/GLzO10CHO+89hHio2OMgj8Rc\\\\\\/jHVMG8TnGGYWQR0nZkmWNpq5lzf1SOQzA4aE1GP01JtAaeLJQA5TjD3V5vTvSdOHA+TcAIkGI7qO0ZKlh\\\\\\/OEOOnsaayzrG\\\\\\/b8XnTKn7UuY0NPH7fdYTfHPagrlenB3UfQl1T+1kzW\\\\\\/56I6XhFCL\\\\\\/5FT0TLeT6Ooock7af6BkCKu4exJDwZ9I9yRrfSz0\\\\\\/jNvXENbkWH1AJcbG5WKQkXWVxVJUcYtqDpPOItONZS4NDX7ogqGQ3m6uajL44zjMSsD0668kZF9fX\\\\\\/nB6J\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"3Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":1350,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBB\\\",\\\"SSR_Key\\\":\\\"wbQtKkbDVXCHka0fniE9eCdCm9oAAjc7EtgDAxlMqDFh8G1XenTLW3zc2VEUKVH\\\\\\/FrDxw4cyt7sk5rnanMTW+BQd\\\\\\/Yum8xcAJEW+0loEXjawSMdJJC0mjR2iFTN\\\\\\/zlKfKlcjaGkzqHNISw\\\\\\/B4N13WlkMK3Ap2AruS9qCZD4TL1mUAoc\\\\\\/5YzN3walx5FGU+odg41y\\\\\\/M97zW+g46FoK7r1bq5ZtY8slfzyi27BCiccXfusgIkRE7VSOWKwHjJ4\\\\\\/IrHXIIF7JLBkVM\\\\\\/nY4+4WIcmy6jC2rLSq5Cs4ZtA3v6A8uV5cyeczjfBlcNhKFStqPUa8G4zRwjDpsJTxaUPMYebuuB6HYET5LeYaj+KMU44iE=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":1500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPA\\\",\\\"SSR_Key\\\":\\\"GUmj\\\\\\/56kWJqFRbkspbOaQ1O8BSP1uF68xUhHLTe4t9wGNofU\\\\\\/GmYiwunHxqtniQCOorW8Z6n3q3DAn2TzgizSyuUWYoIkoB+YDEmO7G9EXfBgh2ItcbRdB47zIp0P5RzlkgnwBTV3ZdYlgrE+\\\\\\/bi1DIo8sA\\\\\\/PHElPP+wCP8FaqFjYZX\\\\\\/cvIkHXIe2Tx5Z9HuCdGod6fZehrQc+ndSp1nBHQmOOQDkUzn8bcTc8nJpfNsYVzZ2laIiUK8vBHwRz4o7Ghh8+UfQLRnWnWN4ngRQUoVH1AjyuyaO+y1RzrlpEVAECpSALJz1rzKaIL5\\\\\\/IsK\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"5Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":2250,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBC\\\",\\\"SSR_Key\\\":\\\"wbQtKkbDVXCHka0fniE9eO+5qMBHu98En21DxINh1YKtjsUyOAC72\\\\\\/SKqJVAjbOzdTwZ4XSn0d6mjJw46zoR9o5ajQUrJq03jt90QDCoMT7cAFWqtVdAectcX1x1BLAdScnD3dBoMngq3Zh3MXoTtyuPtq9OzWJxRvgV36nyunhUeiYvJQwgO5g2aa0Ofc7T9iI\\\\\\/8e51hTkekNDrjYAZdkaThkBOjOmNlxFqSqgKHPG0T+bqr+F0pet0v5q7\\\\\\/isDbCeJRSOTN3kG7E\\\\\\/qK5KQ\\\\\\/kKPf4jpZgBa3myRa0O9PYA6WL6YH\\\\\\/NxJfC09z7YzgKTJ7RDF3Cdw9neFVlawrLRFkT+hdpnzuCh9mUirM851PQ=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":3000,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPB\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hmTNZB5K6mpL4SCJXshXyuG8ys84CQueGBaeiyPtmvsDnB7aHouz7vtiTQoSxGDlu5zlgGB4e29wjcSDLy8NYfJ+b7KRr\\\\\\/79qsYgFwwDiBd441RyfUNbuuM8rUsdtfYeg\\\\\\/SqdDj0vpUBHq4MbRssum0C8uW8Hpb+KWey2\\\\\\/je\\\\\\/tx4N0qbliS8SuKwjVecd5CKCzMhlV9Hk0bRdwiRuIBhAzO4dI\\\\\\/qtTUWq7VjYVfBdqmfde0ZIuWOMVBFSX70wNRKwJPCbUwvgalCqFkyui61+T2MhG12vW9MauLFwQTP5Ric\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"10Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":4500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPC\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hpXAaj5bB8wJAWUUD3NGAbEkpo+s48yZzvci22WqTU0TBF3BkeIqVyosyZIIzytMLvIUN04OnRJ1QpJDzW6y3jsvGNGFfVGKmtWNT3CrEKeUe4IIRQM3vcg5CpsmTTr1XYFv2KYv4PgjXKO7gAdqqrqvUxOx7TBjQ9UCQ2DbaaYhAVCCv\\\\\\/HZwzuH7B9RqiuHRu9BM\\\\\\/V4HRz\\\\\\/pGTD13NPeWrNw4Bf9vTkFlNNV\\\\\\/cBc4TfrAUZXa2HKbiqbbHCwjyO04voP\\\\\\/LJCg5aiPllAz2izE0mIREbBdw1fGrxG6PCEdPN\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"15Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":6750,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPJ\\\",\\\"SSR_Key\\\":\\\"GUmj\\\\\\/56kWJqFRbkspbOaQ3\\\\\\/ZI6STulXW1L8fr6pVgEFFYurCel5aArpcL\\\\\\/IDWAssz5GlL5tf0thLc69JQyMQj6F9wxaLD7EdKoV9DXB4gE94o+bHvLx\\\\\\/MiFG\\\\\\/0YTfMjbdHToxgNlBHlhM++m4hiCZqY4J+C2sG4nIbuGRVVs0yKJ042LYE26uoglPhLDabcwwKjpaAHgqpeZaBcOnKAG6EtQYQoJMiRcrjKtjqaGCEV5oe5aOhzioRW7sKFdvb6PRI9rom\\\\\\/E3M0nnhhJhTFwlP4MnExOZZ6rciTrXC5\\\\\\/KGQE31fyr\\\\\\/\\\\\\/eGV2c\\\\\\/bzTSiPZ\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"20Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":9000,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPD\\\",\\\"SSR_Key\\\":\\\"oH2nHKImd5kW2geRC8WbftgeE1t5d9cY5rukV4\\\\\\/J778G0nbHQrcgzzc7fJMuoc7voKJWEujUy5QKQ07mzn+RxpqCbCypv6ixAWaGcnIZ3jWtWuucpuxQ2uiJna22opGJ\\\\\\/bKlMP7WvTRbLAuvuezooIgpe68g4nXWewYyHseOfzif7XntbCeWpHBnWUjjDzNRyckbxjOKPIbL9NSiBo0Bfdcy1pM18RsETvbbesxZjdwJIg2d1SXszIqqd7lxQtPkaedWBbCxLWz98ZU32oYx7jMDxQKHEBbKjQliS\\\\\\/0w662leHPvfFsNivwLdeLQ1k9P\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"30Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":13500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\",\\\"segmentid\\\":1}],\\\"MEAL\\\":[{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VLML\\\",\\\"SSR_Key\\\":\\\"FvYN4WSxFLBiqjzVKP70nYfdvf4+ngjgQkrbEbLGrxEydHSXbMjOb7WjOwfoQRnQBkJQT5EGZ5dKRA+4ZGCw2MOS3GrVYdXlWKcvfNZsKCGx4aVn8ITGPGPj9P+hRgyuOy3Eb9nmqhK\\\\\\/i7lU8gDUOSahzmHESeuw379U\\\\\\/c+9FJJstMNyY0EW6golQU6izbCks3xUJThKvILN2D3Lu\\\\\\/3e6ElOxEq0DgH5ybMf1SeFbDpGjT6zI95AIKmr9KyPnR9Qm5aMXLUizEDVI9sJlmB2RkaovB5NwNgdJk8Il8aAYkv38SNxbN4RV91Y0tEuevIQOVY173dih42e1CILFvdTwA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Veg lacto meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VGAN\\\",\\\"SSR_Key\\\":\\\"0zNNG0cfK+rI4n9Xqq8DPGBIumEXL6edSsXDqWG27n0YKfkxUiCaBZ\\\\\\/gt1vlBU47wUEMngFigHDzNTFLladkTzAOl+8oYZ9+CbuSXLTqYcs5mev4\\\\\\/0L+qnRICdSFYbVrwUWfTp0O5g5YiLm4LS17SEOBjy3s3pkY60JN4OOB1M++C17eaOeorh9vgzqJ86F0ONPVifyHIV5tnb68LOcMjlwB76hBOnBdlVcTOQlrnX5hJZTrF\\\\\\/LIpPVR6rEwEf60cHaRKxz3xEKsQ5u9uraWexMjmtId9LF7+rP7OvqWafhWSweLiasK166vkFfXjmbyDj0N2S3wEaLpB+ySG4SM\\\\\\/g==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Vegan meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VCSW\\\",\\\"SSR_Key\\\":\\\"yenYfzwM2obid92X49XWtewlTHCo1ctei6Ic4IcKouwDdgOv9e9H3wknONLEL3+xzoJcSJUjwT7pokE3l9giRLhtW7hgk03XQdyKxzYt5ejI9dgfxzSaZLIu2pdubf1mD45VXT5KTHC3MweDkJtox0\\\\\\/go1+78h5YmztOnJucVLe3pgkC2SytD4Xul69p0luFuqPoZ1uNvpieywouWTAptljoKsTiDduNGGTaNWPYesHStNRNROyFXqycqaQNeOpdWN0bDaMyZZjbcxrPBwcCBKcItM5vC3Ug\\\\\\/u3ytgMg9rShp0dE1I\\\\\\/hKHebBFft4Cn8XUmnDCdDxBY9xNheFYFX9F3hc1lfkiiyOAeXad+oDMI=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"6E Eats choice of the day (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"TCSW\\\",\\\"SSR_Key\\\":\\\"Jjxcb+Dg1gjyngLb\\\\\\/ZcSljPFH8I18MUIlh\\\\\\/eDUuHO5Hv9zf7HhfRLHirpln0Ubz7KkHeMfJEAtzzTiatgnaemIF1Z0UyaIDmdYws5XmuRNFkSUwhFUORHgCOAS+vAF5J3QhUb0F45c9RpkgDcdS0qTif5LGJmkSLRRqcZ6KmG+I3kHa2lsAGUtYoBKshNYdKDGo3yhTkPGGyWHBSswpTh4aG9sBRx1q24ouKStg1a6GLemL0G2w8wWK2+GNWk1mJBe+LBcpA4O4UpL4YfJx2jzxz26pPhzCr+KtarYX6U9Z1fQ3lce1ozI9XAOn\\\\\\/PY8Yoojhfp8EqPRrhoPvXLlh6yj6leE6CNva1k71Qvh77RQ=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"LCVG\\\",\\\"SSR_Key\\\":\\\"DSYZpuITpi8IcSig2mqhIJzNh84IeQ86mzUtWs4+azcF9xHmG2GvrQ5luqvMFA8msLAyp585QpBInNgNyjiiqNs\\\\\\/HWgfEuyzlInvXT9v4c\\\\\\/yTwJq3r6ORKG+Gr91x7QCIcaPRkOWg2qB4\\\\\\/WIc9EKwnaI045ILOlIDJE42bSw4CdTujXEb+Gc8Ipk5xEV4xMMq8ouagYYqky7YCtBPQg\\\\\\/JNmIG6pEZYG3KYNN2LCCdiLVNTFS5s6s\\\\\\/kuaRLYx2RjO2N+0ttju1BqvDxmskxsUu89qZ1zYIPAZt2buMqRWNARxmsjiBefYC7MiMH9YDAxvRAZEl1HDQxbCNQiNitgHww==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Low calorie veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"JNML\\\",\\\"SSR_Key\\\":\\\"S0BJx233YTxXjQoB3gubxo2sAGx47vqtTjxYab6mbpG71toKj5l7X+JDTXvz6oJH3j1NiPrGfxWioYuoEOdGIgC1JpAAQJspykShZmTepx\\\\\\/IfCa4tlFe3WTKqhufdJq1QbppRA23FFOdCuImIAvR4oM+4NdLvD3ctB8RZYn9kuxghso0euYfcx1M7YDLG6Jxbd4ug4\\\\\\/Bp7y1X3Aj5LZXDK4sLYix+7LSRe7zwXyLo7sKcqAauWqEmO3RT4gdRLUfI4Stn9UI\\\\\\/Dhi1Z9W2BVmXPDelHU\\\\\\/aMAXqzm3xjmmFtLOaq391L9x+b0MWd8hUfWYvrx3MmTc1NJ07+jXS6a03A==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Jain meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"DBVG\\\",\\\"SSR_Key\\\":\\\"DSYZpuITpi8IcSig2mqhIK3pMv2Q5TdqV+pMZkisvXqYaeTQ4GVc+9Wxd9fz1pIopRf\\\\\\/NWROah5A6HP2jjmiWKw\\\\\\/N8YqfB9mG8EEKGVcCgHjF\\\\\\/748fmOPvKHbsqEC13CXG6ASfmc4ChrnPnUt7E+X0\\\\\\/sTw5V4mlPbcdcKFDdIxtAmwIM3HRd2ozREEvv06NwOaDDd8WLvjx4rmzBYv\\\\\\/Py9H7ef0oljQjMB4lt4QMpXKJ9dRw\\\\\\/g8tDA0RM80xu+mk+xPcYJTT\\\\\\/T1TOuPxirZSsMAMkrnhXoK4AnjWM9BkYBtboIf9imI\\\\\\/NMbjK+h4dM7y991ryvBbkt7wEBGXmeFD\\\\\\/g==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Diabetic veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CHVM\\\",\\\"SSR_Key\\\":\\\"ii1BDcO1xmeshFc1uJk+z9MuGGzGLepvRYuShWPdojf8mDl+5ZP+CZCmtQLqppeTeLpchjwsGE7F60mVehX1eDBV1J6Hhx9ZO\\\\\\/Xdyy\\\\\\/ammMUc3zh8CA3nmBNMquzdAwMZDq6KN75og7QoqIajLv6KTYq+PwCD0jrN3CP9gwFmQkqTKdJkLCLS1xjukSC2gmUxtXhygQuSBEAM9P8zb+uX0Tt39wUYAjETD1Canha4AcFtl0zkv3XY958LwQaeP1\\\\\\/Ujwv1I9efaELUpeq4wp1UsauA8EvSrccK578kbOIltX6DTtZKnWIegiTLVi+OT\\\\\\/dKN2njWDfB5oKBLKXPC0Yjw==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Kiddie delight (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"AGSW\\\",\\\"SSR_Key\\\":\\\"zf9xtqTc+P57J8JY629ZdEemDMUKBzn\\\\\\/4avW4R68MvHV\\\\\\/Y0NVblJDP\\\\\\/cr1kquQhzxxpbDYU\\\\\\/CeYUazoeR+7X2luVPDXdSwCqYYKBR+IUzRwewpEnjEJQSK1BChl7yFHiP8gaQVtTlW2AJ5CdIMQ6DahHf0F+laEJ7jOlV7vqUfo5+EGvafPDslgpAIJetT4G+QJCaDzZ2ekP5aITblJyCcHDX+HeZwIbb34s94Kd93wzZwxrG1oa7CTnuEmAPccJSwEUz3PmC+6l9lx66Qnaoz8lHTbpwGYRs8RO9st\\\\\\/7hdYXFl2j4h6R1f7DG0gOzclmsoVlp22U1yZ5+xxZhkqSg8buKlOWdFmykus1eLP9gY=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"NUSW\\\",\\\"SSR_Key\\\":\\\"dWfQ02Zr+1FkJkAa4L6M7oEC35bwbWYD\\\\\\/1Y9YrRpDjY96Am571ib+zQXoQLP7woM9fPqYRZD4KOzTvW9ofwvwSkI84sWOQGiMTSbKqCBTWOTIQQYxpnh5BqiVgDn5dqHs+He4LjdeFUtliMK9UEe3NwSY68QTMmAK1m3O8wSBGDDvzAz7w\\\\\\/K8uWsOq65pdpQaL7ITyAcyQkPONeBmh9FXa2jLXWXWM6P7JamcfXi9LQEllpBGgVqILe2JKMMY4LAcUmU88qLTwXBvbJi5wKSAIRP5ATQwt\\\\\\/51RfqMhw8kMqy8Wd+Nv+Pn2SJQNSvU6BQOvT+NDGJpoCOa+jZUkBzi+ddMGYL9krZ9FIl3ksSK94=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"GFNV\\\",\\\"SSR_Key\\\":\\\"DKe2KtHVPg0QH6SceragHApouPPs31\\\\\\/R\\\\\\/5ZMbCWwg3hSCl8+v\\\\\\/3OQPSbObxzoGaTb0YlPpvqoxmy1raOQl0QxOEJO+8apgjC+sl0drytSqe8oA9a04irQkOT6FSnUU\\\\\\/Tqid9QmZr68a8nU+wZTXKsJ\\\\\\/wGlJp5aJ5\\\\\\/bzH7M8q2nHKZ8v7HbAKekFNNLnBZt\\\\\\/eKAhaJWxmRztjroPg8qwBYM\\\\\\/RA5eRsp9x0SmcLlEBhU6P7jF01bN3XxnCSDCxJ1c\\\\\\/2LsCdmTIKqOb4YwugvGIuiZSxANoiWyBJnrI3bF5MaarsAWG25tI6k1kLtU2TYU7CZPddfUomcgl7ef2kDq9eA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Gluten-free non-veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"DBNV\\\",\\\"SSR_Key\\\":\\\"DKe2KtHVPg0QH6SceragHCNW1ISBwKNdhrWLCbc5fuTlj58AmpHA7gXYv2sZjuqkO6Bb+yrUxFJnI+3p3e2piGnLBJOtQBMtWJKkQhAQnqIlrCI9NT7vZngN\\\\\\/MigA1yDDhOUOtsJrxNcEOeVqA\\\\\\/eLmRjfSXF5M8L5ATqnBzx1U96t9OM108cJggihIMG5aW21Ezr6e1v\\\\\\/iwhlGBVbKAuA+cTRWLrQLh4MjTgyJpF0flh4q2z48yMS6DgGn7+3tmhJzDfAXeiGxvDY1i\\\\\\/s+3H0nFydD1A0QAFpSUq\\\\\\/Xumekuo\\\\\\/0GjsuajBPJUrD5GJ2ESXb9xxoItWIiBZWqjpDX+6Q==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Diabetic non-veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CJSW\\\",\\\"SSR_Key\\\":\\\"udNVRBQXlJn0840wOPxKV41do89Ob4eqlCJz0lU2UPxC3FtxECMJMrL6hM4gM3OFcUVwKmwFgeL3kMJLx2Fo7BuNLVNV+UZHgXd7BB9LtM6HzZVTxf5h+v0AvOAZRG+E+5CIoJWSRhlI1LEk2HRj7qTy3oSOqKVZxgk+r2vZ8H19r3yK09PXqOzZwNRhykE39+zDbCKod6SD1+fRH\\\\\\/v4nLddqDBp\\\\\\/lj1EpH5818Ox1novqbLozkggLIe5BuagsHkF6UF5VjwdUP683su4p5tdcVi7RbLJwvwXWbuCrb28cn1ZH+PDwuehqlXO7eo8kUl3k2Q5RgzfWk2QxWAXDIANA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Chicken Junglee Sandwich Combo\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CHNM\\\",\\\"SSR_Key\\\":\\\"WpJhDWdDN1IU2qw3UumXPXiMi8VOE\\\\\\/riaZj3vHxd3GBy3TXQw\\\\\\/H\\\\\\/q4mo1qSEXQ+jExeNePUaRbaxigRKlmj\\\\\\/o2nBQ5A\\\\\\/yIruXG89yn+M+Nw0xQa8ba2ADOiOqsqAy6cOJnr9rioD4ctgVGynWeiXYpk+tzi9eUahZuZ+dT7fTv9mntLCgbHaKKJhv7Vf+JZVRtoCWk7YjSfRFQ7mayx3Bu7ZoCfImbeDbMdGA2td\\\\\\/KdouigSVU6BB6bD46FalerrhofLTSOeuVd6p5VhswJACMeYqjjM31WiPh6quk9FOS67bo17Lw2YcEvqAaG7iOKzXVMdxwvs9TaxNDIR1LDTJQ==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Kiddie delight (non-veg)+ beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\",\\\"segmentid\\\":1},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CPML\\\",\\\"SSR_Key\\\":\\\"uTLZlxSV\\\\\\/oJdXptY5iRS7LF6O4TNdJfaXLx1c99c1vIAEiyJjsqk86B272EJ5ABrUKV5b2odQAQ3yYplQXfXwKFAKzknbqGAs4EKaBFe1afSSM7Xpl5zXVFHZbW6hx8RisQr8OOqcF4rCokxe\\\\\\/mQIw5tFJGSP8IX5UPBqHDcUk+oL5b8VGux1PxzDjoxuFqQXgJWunBm1D3r\\\\\\/JnQjHUIi+KKx52hp7NP6AJiImxypVNDfVWK\\\\\\/h\\\\\\/5zj5po6sFgoerMP7FadLOyRP4CkE9DLJdyzs9OKznc+bJbMZlhuZBHYEG0Dn\\\\\\/JVP4BZG4zmyU3l\\\\\\/1\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Standard Meal\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":0,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":650,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\",\\\"segmentid\\\":1}]},{\\\"segmentid\\\":2,\\\"segmentids\\\":1,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Netaji Subhas Chandra Bose Intl (CCU), India\\\",\\\"destinationAirportName\\\":\\\" Mopa Goa International Airport (GOX), India\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"North Goa\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GOX\\\",\\\"destinationArrTime\\\":\\\"2023-12-12 21:15\\\",\\\"SegFlightNumber\\\":\\\"6E-948\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2023-12-12 18:25\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"strDepartureDtTime\\\":\\\"18:25\\\",\\\"strArrivalDtTime\\\":\\\"21:15\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"Baggage\\\":[{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPJ\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hrUFz2YoTIxfrvQ32bsklYj9Ysg2g7mkPS+Cq6QXGpii62pGTIa9MJc64sABkzbSdLLHLi5c5WGPPe9jlGgtm3nhOf2uJeTb5jRGihs74JtIRBicz12x7czrHZ3G44AvSgBiZc7WZB4QHk7b\\\\\\/J3e\\\\\\/6TjkI7rvTc50OnspaoE8xt3703GxrRToXESo6\\\\\\/brlBv30vpZwudVfo7kOm4CRlxFqHsKPtpmqj3946okm4AKHCh0QfUxSuHswbjN\\\\\\/xedBG1KZUWUAY5yYu+WNzRnoZ6gGDEncmASfjbQuFRFYJXj\\\\\\/EP\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"20Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPE\\\",\\\"SSR_Key\\\":\\\"3zUdi+OhNCzI3MVVK+6huFliXvlkyOURJytogzZFxCazfpRa+vE4WdXn24WNIOC0G1v4iGGEUDk1T3EuTMNVxnApWyF3emSU904JcOBp26TEJezOdip3u9yAGlXcjF5LMcVB5gIOrG\\\\\\/1kiuQx3Pf+qosuYAl227R8ubfjDu6xoody5tkEKzvEWF2PbRmpqphyDliELeJ7hB\\\\\\/bwB8ZIXCea44SUvEBPpBXNvJ\\\\\\/c4vxPE3VhGmqUeyvcufb6VEwGRJzQ\\\\\\/K9cw7FJiw+qrlGQ79GJKG5ywv0xFH\\\\\\/FiPq1wV6AoKod\\\\\\/+xVvoE2QRDSN5QEcQ\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"3Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"3Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPD\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hhnjjg0jXOM6A7OdknOvpZ4W5n5MCyY+2+jo8a60mcVi4JGJLwHsWHS7np+hZRci97A4P1rKZEe9880nMXDshB8Fe7f3Z1q5HflmmrrTVIklsTGkS7lsGA+DGRW+3hemjM4XHtnKO25zs4V\\\\\\/QeVk2Ss2pzIUiliGhdlLWd8XQIMuYS8lkNH0ELRwTJ2StUWv86mKPCISv8cR9G7xBvY3MfF7aw4lQnqeXKejp3Bou81\\\\\\/cGT8O8Dd8mA5vcnsStooN935S+Cw2YNnxtq\\\\\\/vDr9cT9dN\\\\\\/axxUufbzj+49ADcMGc\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"30Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPC\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hvnfx+JlcQhiw4R5xB8aXowQOfNwaf9\\\\\\/fam33SDoOtb58yS3jF8Mf7i6ewWs3j6NOr7zwRj9eMgGdjAbryKWNeyDiWuAPPIb9YrdboSACOn8Rd5x0aqEjepGssmoHlAcs8Ok\\\\\\/anVCT+TJgEOO5SYihQGcKeyiksd1jLRiBMHMhd8qILt04Erp5\\\\\\/MYBZlqn4LciObZsumTtPgJD9nmRD8rUx1JXDkGIbfvEoqNcukJNC0qVRp2mrsEZ9wMudgVppst83Kaos0DzFANr3Vw38iyy71q3hNbzWNnDn\\\\\\/cHxaFt7j\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"15Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPB\\\",\\\"SSR_Key\\\":\\\"YOqWsQV3krOzaypoJQnCntbJFIoeSujQO1tHwg6UKWg7H10sdi4wepBomUOni7z+bKA\\\\\\/3J0gSkXUm+1w21tZKEOUuFWMX5CozEOEzFveXZriZQ1vwKE2pcfmWfjcWc5OPEhoKSB7Rt441u4Ne6X09XGel2\\\\\\/z+uZkIouvtIGVJhaEpUyArzZQRCOMQEXcdrSE1tuIsFlS7Za1PdhPpzcP+vZfdB1FoyR5506IuU94VTsZFKxPV9c8nnaB\\\\\\/siSgHKpCM9BOSxPWq4xcyrbW2y0Cmxumkq4FXEiVdHFLoZBQ2xY9Bq9KJxc30FF\\\\\\/HKKWyhe\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"10Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"XBPA\\\",\\\"SSR_Key\\\":\\\"T7lOaZ12ja5JX+rgID07hr7vajeJzfCLMK4y+3VmsXbmHzA5VNeubPQy2yX49pis2VC5SskNekfVzof1+3b6l+vXy5gd5kAh+0dfMQJR0MCgJUyNUUF3azHwOZVmWHFIf6BisBEXvHAb1KDNHJL5lsT+hsB0npx+\\\\\\/avkwMbvRU0Rz7fcWgpylCJmGZhiZK136HQ08Gm3dplpxXMT5kh\\\\\\/u4FMo5OINkFgFlnICX0rqHSLIBgWdOWrgOwYJbIzP\\\\\\/ZMYYzcp+mpjYaUMQnPoFyKg1F0vjc0akNjL8ztfkZK7IFsghOohapoTUVRAQnnLks5\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"5Kg\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5Kg\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBC\\\",\\\"SSR_Key\\\":\\\"wbQtKkbDVXCHka0fniE9eFivzkYK7qGUUkpm+XjoHJwIFZ0PcBotwz7+yhmVaWAhjKfLUPX6OG\\\\\\/j5lZH10O\\\\\\/31Uw0GZwdUlBjSg2XtPWiwSLptj6lIaCJyyP6MsB9RtDuLFvVm7ZWB4Dwb4t\\\\\\/IO4v+cafYkIK6sTaVNxWVBjipNRnqZV9NZuQn5A0J7VzE3RFYNA\\\\\\/OxEM5++SI\\\\\\/uqIyGBwKqM6q7Ih1uLeT77UABEJpF1bub9Rvh3fmYjqHVakNBaOZbSZuo8fa75XVEGUWWl3B4W6VpgclPwbqiyVPT4ieTSiKyJOqqFd4yespUCXEXfwU3vBA2MaUh2\\\\\\/+PGIzaUXqnmTxBLNsN8YPNNfu9TB4=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBB\\\",\\\"SSR_Key\\\":\\\"wbQtKkbDVXCHka0fniE9eAdsDNkM03LwJmp6NPGhlILg23Utw4HvnrJK78XplCDK7TICCyae2v7EpoUbcQAmU2g4ue5upskIk0kFgZK0o09Nt+reDFyJDk8THM6xR+NKqI4qrK6pK\\\\\\/ooren3A6vSz\\\\\\/28gE3uiZQ+CEa1I11iQuvEkpptsclHEIFcMyetoiAYu5Uw4l8zv5ktFhZNTJ\\\\\\/Pv1KDVEQoStMCIXcVII\\\\\\/vH\\\\\\/4zeJxgm1Ufmuxhw49LMDdcXPUNuQMGZwMWBztL4pSanHMnOQDxMc5lbuqbTDAAn+J7DaCoaAwS01KgvFRYbXIJt9LN3pBDf4mzXfHh0SrD2\\\\\\/ddOtHiRgqonTJpnh41kQo=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"IXBA\\\",\\\"SSR_Key\\\":\\\"g6wJlWFkOmE5qLmEvjEDoQNPS8ZVVt+2xbg25cRd+qo\\\\\\/uDTMRxY7SAcAdJWRSTFYMNyY4FrgNtvrHI7QRNyg6i4ZqGozlbu9CEO6ml3SYJw7+DbE7+ARP8Jex9hsT3TKJa9HEJr6CRUm0RR7NNI8YdpfOGG4fDZJBYfae+GHtHzv13+NcAfJriqoTQhZpcjpRTtnCQCeQ7hAXmLdPSjF+sOJQSkOnILHc7lDFzRU3Fiw7V4Aw2MZDt1o50Ct5D5038x\\\\\\/qXtvsP545B7\\\\\\/1+4JwHxDhesZuqOMLRdYJZ2tpK6vua\\\\\\/v6fkQ1njdgP2eGTZx8MtdXU4SFHGCrkOS5yZTFVHtF8Pj7W7udhLr+6Fjf1c=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":0,\\\"SSR_TypeDesc\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\",\\\"SSR_TypeName\\\":\\\"BAGGAGE\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":false,\\\"Total_Amount\\\":0,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\",\\\"segmentid\\\":2}],\\\"MEAL\\\":[{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VLML\\\",\\\"SSR_Key\\\":\\\"JhLqWe9soN6RqDuXcxI41eCvs2Cw7NLbEzsrzW12Krq4gYBW\\\\\\/3VQpSbNLBjqdGMKik5T2wo7HtTwH7qZmtjdPzSkas82xvDbnR3bVaPhE6aCO041d5oY8+1EisnAcbuaW8vS8AfCeWAnMKHYobtTIq31fq1mneGCy9VxivocmDY0itfOh0j0qsbvMb4FGH6RyuLqp8W79p+EBT\\\\\\/PJ2GnRjZyeq7+5zoif27C5ymBxx0vcGp1EM+w2WfpnMrtlozvFzR2isKe7Hj\\\\\\/LBlR5szuqVF7o8LEJ18sTkx1XbxlKJ77RnCz0t56vgM6E5eTzmoqWKGbwYAZ9jLxQsu++nr5kQ==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Veg lacto meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VGAN\\\",\\\"SSR_Key\\\":\\\"S0BJx233YTxXjQoB3gubxiTbDeSdhRN9WYlSw1cWMk+4hQwalCFRL+aJzjQEfTY2XSe+OhpGEWyHotrn3XOp4Rr6ZO7boa\\\\\\/Hkz8L1MARgeWnk9AOi1oL2pAQEHWKjDpHExJmeHjfDmYjF6Mu8IOHFGpslr4ElfEVL5XtROQHMbdT5YotzBKGvTqf16kJDS13oR9grXR\\\\\\/060KlZrExoNKnNLg5L5\\\\\\/bWXmkeSlglKdVUtf65W\\\\\\/Uuxw7W0eh\\\\\\/U43K5wvCM6QDI5BlJZmBpvLxa5c8MAgsf075xK5hli+nNmSbRElLhQaLwbAhR5E+SgP0UnmMsIiaTqo9Uz7E5Uilt0eQ==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Vegan meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"VCSW\\\",\\\"SSR_Key\\\":\\\"yenYfzwM2obid92X49XWtW5vmJGLbxP82xbZ2ttoVQ7gcOWss7D30TX8gEaDX3IMqifoE+s96wU33l0yCya2A038VSk4bqAvzOC5Kd6P1A2V\\\\\\/R4KQM86e5z06vfswfa4cbgtRjbgVAmuq3Yd+RdRIHQisEMUGSZIyZ6GpQVvJVZs2IcVNdw4YqVteEQZJZ\\\\\\/d26HeiLS1v+79gGEScV7dSO+mh84K2OS+fwZcCtfkAnJ2XEPfG9myUM+PJNTyW3fFyeVsP1xgwAqrJgEPOXeazRGWf+8ciImNiSz9ty+tBBbAR+bN2c6MQRdgTJKk6PxeTRXl5j+lq+b3T0k1Vjt86pffToCc7DZo33qJnI3NRJg=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"6E Eats choice of the day (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"TCSW\\\",\\\"SSR_Key\\\":\\\"Jjxcb+Dg1gjyngLb\\\\\\/ZcSljqvyVu8oGBqJ6Y9SNFl42jf+NfTjWJRCaa87AINC\\\\\\/RpXhMM2\\\\\\/6D3AWggWzBbf6+E9aHaIxz\\\\\\/IKmzWfAEoDROZ5t7xHq5swFyXA3y7iDxjChCoOqdrIUc87jjh+nxa+BREB1FryiSoq6A+57nVHXBbBhuZ3bLe4lPKOg2WOdZun8XZyxKNrcyDmK3FYMdPMhxkwm3+1vxbBLYj247NfUNRIc+mMpXJESEK4laph4mi6UX53uWwLAYlD1qytGFMjFugvKcgpMa6iJhu3WnP0eAh7c8Q9ZtK9ItwLRPo6szRbeUV1wX4BSmwOt2iEpMxrx8GByOmo+m0qmZP3kmFlWI3E=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"LCVG\\\",\\\"SSR_Key\\\":\\\"DSYZpuITpi8IcSig2mqhIPZs\\\\\\/7qCUOkUY2nq3kgMvNCYwfZdaVZ4w\\\\\\/Nfx6t\\\\\\/HjBt1yqtV90wvnjdAW11LBWTBUTwH8ZtB7nonzOp8m\\\\\\/fDmaSkx6bRDWflgml8JW0RiT9pTglhpnlw9LeAtSbh6Rq39vIw0ndPoeD\\\\\\/fPS5Fq33op1jR0si6mbUERw6RgXKQbYf+noKZgEeUwoKkqpz\\\\\\/5aNb9JEE0FaaMbqEVWMgFgos0QESKDt2JLHzIP4E\\\\\\/\\\\\\/w\\\\\\/TgA95vzBMWxd1JbiTPJYTWwa+sZKQ5\\\\\\/DciTB6Q+A5+K34WOwzYNsgzExJsAhhk5w\\\\\\/UeqGzzgNtCJY\\\\\\/5zd\\\\\\/taw10A==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Low calorie veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"JNML\\\",\\\"SSR_Key\\\":\\\"S0BJx233YTxXjQoB3gubxmgnWDYAZStbtwQg9XSWq88YX7lzb\\\\\\/9PZ5XP3NPH\\\\\\/XgCYIL\\\\\\/\\\\\\/Jni8FMn2ogo9AstG+zqRE1oLU6uQUgrd0ViQOHnRKOuomu0ACwGrL4OvMvymD65AsfM0tM0cUdX2EdsOb6hCo7lkebJWI8nSWlykRNHtM47aijAxaNhDWD+5joiA5+\\\\\\/\\\\\\/8U4wC+8su76w7qok7+rMQ8NU+L58pLy0IYuTfN7Y+kAMPee6\\\\\\/FSQCf0jzNe3e0wehWAuImSekxYRZFByBDAtp0tmE2Tdp5LH4jkWdPiW8f0u9wTu9Krq2wyXW4FKlYeBjgQfxpPOHfx6mVYFA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Jain meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"DBVG\\\",\\\"SSR_Key\\\":\\\"4dNcvG7xCv9c7XHCO64mOdzSKPmCXsCmIDsnTLsr\\\\\\/i3Zl8+nr5Cb7kWUDwSlA+eWj1Qhvm9a8ZQKCToz4vEgVRrTdaHwAbpN84UL29OidffUU1waYC2rMfZZPwCjCAdD\\\\\\/+ayFgIlgibTYovdn3hqjl2Hs6DWFVGz9tSFzMDINVWd15UiPPGcnviCHwUAFFVl4A8nJ4e4+RZfvQ6geVq37MXRoLs3qj89lX+UQA4zXzaQWYlcPSjmZTPpZVkO6JIYD1geRaHmfXA3pDovjNatxHcrsxg+C4fcIJ262lLndemgzgAyfwx2JjJ4epd2khtaXRJzX8QeQs4+59+owCV1tg==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Diabetic veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CHVM\\\",\\\"SSR_Key\\\":\\\"PNYTT3XCRd\\\\\\/m7SZGFs4EzI\\\\\\/ZPQRxNQaTINjIUaGud92Cf2hStDigv28UCImhl39O+e9Di9XfrVv\\\\\\/j8lxAe9e7\\\\\\/6k+DtEiZTMBkh49MzjlOkKPFwTX+QbmOGkfnXQgvT5DtBc5Kb3YGA6CkAPwVseF3vT4SJUlvKYcY44vgCWFQI2y\\\\\\/jLBbpmpOrPQIGR0YSDexgf3MSHGcQn5zGOWbG7gMagxGWDeeEAFwCsnpY5OXJr9BUPkXaRYfdJlatYggNoQOsqIz1g4rddUNrvNec\\\\\\/iLYrEuHYOL8QyJdyiHT7GeBZw5k+mqeft4hMzJMw9tJP+0myUDovMfzrc2PKeyFlGQ==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Kiddie delight (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"AGSW\\\",\\\"SSR_Key\\\":\\\"zf9xtqTc+P57J8JY629ZdDepoACVA+R7eqxvwd34zVZ3WVoch0NgvTUtkpmGisidlg41XJM\\\\\\/AlIxPS+MDqKPY04HFadxxAQPCzGPv8yfo2RGvIdq0p0WfacRM5jMzmM7c0jGJ\\\\\\/yaAkHJhdGrdGcSKxn0YHKKULEr4wse9otzk5+koICNLRR6gK6pd1fNMPoLAR3TpKBvLre9mHQWwXCCFKbqzao6C\\\\\\/gkJm6\\\\\\/5Vc9LS\\\\\\/ZeoLjHBLgGCtq9xl6NAhsuT6g4oketEr\\\\\\/WIpTsPJRvQJLlFmi54+bnLFElzyd2QbKBqtafwq9rxvLSBnnmT9400MsKlmjuybi8SelVre5zjiEf0yhV1Sx0EFSLJD0FDo=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":400,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"NUSW\\\",\\\"SSR_Key\\\":\\\"dWfQ02Zr+1FkJkAa4L6M7gppzrAOu9XwMMfuu6JPeE6foNfs52+uHVz7qmJn+PR2+BWQY6ylJ2LIbksqC7ixLK1mJzecn\\\\\\/i9m4gL9mnUA\\\\\\/FiqLTc0YVnatYoTH5mlL52jDylnUkGyI22jxxJGhdxghFGxSWcCc1dSz8A+vdcTS21BgZKBTllivNSrbNCwpS6zTU6T+dSt72XuMP2\\\\\\/FXjSPpLe9kTUdDftml4ngrjFxSIWNOoSjL7G1hfTIorK0mEP1VqpbGJLZG1x0AVkP\\\\\\/wnJIX+QzYGdM87hZgtzTl1L3jvrEfkk1f4qn5V+dL38e\\\\\\/gKRRDqf5\\\\\\/zhCg2dvR8uCo2x4fkI9v\\\\\\/NF2bZ8vrVZS6s=\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"GFNV\\\",\\\"SSR_Key\\\":\\\"LgPzj2gcj1\\\\\\/MuM0uow8Y+wj97sbrZx8SQAVW5sQr5lKPEZYPqH8G9nC0BETiZOEiFqGnuujd+5VejoQyzV3qq8wFANfvbaB6DOkRWENmLUMQLndxR+XVVPNOHGJqTogbNcVbRC15xX8Xr3rU4ui\\\\\\/BoSL2DQ+eQtmYf6Rqn75Wa1qAPj7XKlSL1euUjY56IIHC3g+FTWXSsTx2fhmdSqv51a5oanXjOLlGr7l\\\\\\/AjjqoetcUS2rYm6rdwqjJ7kTvqKXRm+bQdrdj7WyZT6du41Mgp\\\\\\/NqKOzn0mNERJFGzpIMKIyJbGUgcKuRmEhaA8rwlbgnNNpEB54Vm2JEprPpBGtA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Gluten-free non-veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"DBNV\\\",\\\"SSR_Key\\\":\\\"DKe2KtHVPg0QH6SceragHGmKySYPaLkRi8LYWMaQf9BMP1gR0ixdrH\\\\\\/vNi3wzvcvhb7fS\\\\\\/jWZNIIWpdxp197WG\\\\\\/\\\\\\/\\\\\\/5jq9ayX96QIqfTsxdkM4Kc9aYfqXdjmnVlPsmc6cXNdyOTspTWcd4DvdLKj0EhGHCoC5XDVYz2Dr6no4rpA0\\\\\\/NxO7FVPA4HqyMucMNiDSdr9PZJGewwRcP2a7llfiYEs5xlIjd6pwqepbdVYE0m32dJT2yJt8HI3PFNjEj\\\\\\/ThdH9gbFMOie+eBD+vO57P5cvj6IVbctFkg51GN1XhQ\\\\\\/ROAwL3ZrA\\\\\\/MR4If3V63tPICwl60nEqGobcclhe7yUw==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Diabetic non-veg meal + beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"DBNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Diabetic non-veg meal + beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CJSW\\\",\\\"SSR_Key\\\":\\\"CvvnVJfAek8IVAaQH10QKxqsm1dvmHfNo4IWPtNAu8yBVfdgCNYjMiuQb5uivWVIWgeUg9TFy2JizClsp5yn5kNgpqGwR2DgFtYsPUL9sjJLmxKphwUL0LXZbjK75mvUuP5PfMbeFy7EXG1aJxzZqgEsRRn7pE45WEh2iSq+Za2ED7ppj8BlCIsV\\\\\\/Nj8q\\\\\\/BdSxyseTbJ\\\\\\/uixsTEfWzPhZQXdnnA6Urxp5tscuDLCxOi2cVMn1kf5nH7xWWcvr70tMxN\\\\\\/RE4OAkDh0xoJh5OkGveAcOjobLiSYlieXKs9uvP5krvmYkEinaqa1KKVViD0KWwu+W1xARzsh4eXqwFzxA==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Chicken Junglee Sandwich Combo\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CHNM\\\",\\\"SSR_Key\\\":\\\"7z8quSlTpo5YMmIV13HgYcO7SSmZopccV\\\\\\/uJcsLdDUeD0a6ZLkGPemtdldh1Hhvn\\\\\\/\\\\\\/CF6fVAkBe578VborQUcDCZYSwpG0QbxxMx\\\\\\/9sgODGpbcgE672xf+JiQjTm\\\\\\/UudvJvLGxnK+fdhy7jAcNWOE\\\\\\/xg2d04UYCyE13U2HA1CSwI4mJiGcQMjBZE2mvgJhVjvsrp0+n5WdhSUO+u\\\\\\/MonjA1dp\\\\\\/0oA6EJpX7aHGM1LbA+vAYmEZ0VVnl6vXJwIuXyRYB+\\\\\\/aIKRmbKhZ09iT3XbZyRMHosFnHDoXEo+HtoWIZV6tdCjumGs0rte4L3ATLh3bSTg4nmIKZEgvAKjoGMDQ==\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Kiddie delight (non-veg)+ beverage\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":500,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\",\\\"segmentid\\\":2},{\\\"ApplicablePaxTypes\\\":[0,1],\\\"Currency_Code\\\":\\\"INR\\\",\\\"Flight_ID\\\":\\\"4912471073751793058\\\",\\\"Leg_Index\\\":0,\\\"SSR_Code\\\":\\\"CPML\\\",\\\"SSR_Key\\\":\\\"DRa\\\\\\/apkP5qr852y60augC8G2THYF2Y4ziCzqLSerLCcD0r3uy\\\\\\/AEUDDXN8yGBtnEGQzgHn15nYD8yEROicAlZk\\\\\\/hdMZ0wM+DGJQ2xFAgP2vS1fLg\\\\\\/9CH1y1B74kUuDOaDeRkdxNl5TbtT136yJ2yFpa2jAIZ2Azo8JkZKOVIxYtmyqjHmDCxXMtP\\\\\\/akydb+p\\\\\\/QaDtCyDNN4p3dapvU5REekjy2M7bKjBU7WO7z3SFuIiNO3IAFIc0X9zXRdxaOp\\\\\\/v2OwiGjhPlJdLiHV9TNotPQVBfdAb\\\\\\/LF36Lv1X9zRwH2F2CrNBUUtniSHN96Dgxl\\\",\\\"SSR_Status\\\":1,\\\"SSR_Type\\\":1,\\\"SSR_TypeDesc\\\":\\\"Standard Meal\\\",\\\"SSR_TypeName\\\":\\\"MEALS\\\",\\\"Segment_Id\\\":1,\\\"Segment_Wise\\\":true,\\\"Total_Amount\\\":650,\\\"Currency\\\":\\\"INR\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\",\\\"segmentid\\\":2}]}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isHoldAllowed\\\":false,\\\"IsSeatRequired\\\":false,\\\"IsMealRequired\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Search_Key\\\":\\\"Hxrpc9tpl3VkWCtvM4c1jiPS0QG0czbCzh58WWYJDeyVuyidLZzuyS8BM+cCeVAzUYTRAv07DA0NLVnw37w5PbDEGOuydxNpNHNxSea+ASYwplielJrMjxocZJS5QTup0vM\\\\\\/KzTKVLgh2o7pClth9r4Ex37Ht7atWTFi12QtVA1mRwjUSk09kXLz7+FHYHOqe7\\\\\\/4i5VJWVESEtEkiYPyyu8VqunYIqAE7\\\\\\/iGq1wI3C6HxT7g21Co9GeiRWuFPyPBTKm8urWp+FcfVljMUp4kAiV\\\\\\/NDwbO3l8joWjsdFXnvrbfHUA2MJksH5+aAiyLHktHXzLWQi0x0YRtjqa+CaZLczsOHzNDHEJzPVnreRKgOuOl5XbGa6TsTpCWZMBCjphW2B0ynZMsuonGJHXgHXAeVzG1cPuAyJDXriACL3IZug8FjmDbkfh8Im\\\\\\/wljWyA3C5bjM7xvqLqx9BeNNhhjX0V2AgPieFsBHGvvP8+tkokTH74bYFLazipEvL4TZvwWP3JgZ93l9ucsj\\\\\\/RZKRXQgT80UcLk2EfeI9cn\\\\\\/A9hfzFmzrm\\\\\\/gCE4c956zQZW9ZClP3grPKxu+7PpOcPtHSuloMR7UpSdLEv\\\\\\/zTV+Iw\\\\\\/Wi2VeAk+ZX\\\\\\/LoR5yK\\\\\\/7VGIL0B4AEiR60j5cJCJiu+lFVljKBIA3JhieGCV4aFt7xDKahFWB7UytHEoTPjxg3Gaqp3d\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"CurrencyType\\\":\\\"1\\\",\\\"SourcePlaceSysId\\\":\\\"13232\\\",\\\"DestPlaceSysId\\\":\\\"37009\\\",\\\"TravelDate\\\":\\\"2023-12-12\\\"}]\",\"SSRArrIds\":\"[]\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8669653343\",\"leadEmail\":\"mangesh.shetye5@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SUBRAJEET\",\"passenger-lastname-1\":\"PHOOKAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Goa\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"10576\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"India\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97676\",\"Salutation\":\"1\",\"EmailId\":\"mangesh.shetye5@gmail.com\",\"FirstName\":\"SUBRAJEET\",\"LastName\":\"PHOOKAN\",\"CountryCode\":\"91\",\"MobileNo\":\"8669653343\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0}','2023-12-11 09:07:12'),(1926,'38','{\"_sessiondata\":{\"EmailId\":\"mangesh.shetye5@gmail.com\",\"UserSysId\":\"100673\",\"CustomerSysId\":\"521224\",\"AgencySysId\":\"97676\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"PARSHURAM\",\"LastName\":\"SHETYE\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVELLERS DEN\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9975538917\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"BA213E4F-F9FB-47BB-A405-AB46A33E267D\",\"Address\":\"Shop no 8\\/5, Swatantra Path Opposite Railway station, Vasco&nbsp;Da&nbsp;Gama&nbsp;Goa\",\"PinCode\":\"000000\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"11000\",\"RefrenceNo\":\"123\",\"CreditDate\":\"11\\/12\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-12-11 09:08:24'),(1930,'d27ce-6b625-a75f3-d51c2','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4914808622156269035\",\"Flight_Key\":\"CI4YUUkagm\\/HAiCd6Z8M0hwu6hcOLKHzM2CT4gzMAdL7Q2I2rdzffnhBua8kG+ybcd9Ug5XkvKxhUckWtlMfai\\/3QxZ\\/HFGff9JGZibe+TgsL8\\/leEp6HN00vjfVM1U4VELt+X+ePg8PTV4bTWuvSv+T\\/9ostw6q0DZ6dNBrlDPzz3acizp+kdfoCIL3O9Yd+R4vv8Wvv1xwbfBYOpHhjh04HsEPSQN7Ys8tQu8Kh3yEHDhcy7tLQrIAzzL7fm6BdbcYytzaHyBIKajdblg7hP94X3A7mKHXWzx1i\\/KYg2xpGfwhP7t9EDV3BIhZs4R3nc5q3EVP6yjoPAS1N4avcdXD1MFMTy3JsxRn5FmckFNPIjcdUfgYxA8kI+AwKWTdaIX3oIXwYhP4YQV0DNLgJmzP6f3F0XV1buibwVzAv+eb2Kc\\/0Ld5DHh5aiqTgpUeuZuxawDRLMGABdjjGZVFBC1mYy7HL2fi6QM+cCZi0RIunUEUzgvZhr501Y7NsdIOmjnDeS1ARnqsoJ8ueH+z5xQ1PUhrYpSrkh+UJtul7Tuc5T25ArZenfyRXvLXryEF7LFAWmQLa2Ble4rnjnqcJ2hB7MGnMON3IMtbqLQpZzQ0lp\\/N4PBPI9f8peem6Om7NBvuyuroG9S1g1TO8osFlLc44IW6oUpxZoOVBxj5H1JDL9nEQa5UYOrDMhrVCUoU+yTiAmzlMnbLIN8prTZ8e6V3r2HuAnPGRvEhszyu0reph2ag\\/6hZTAoO3ow4Y7AtLCCwzPwZ5JYL+jEkd6Mb3oIdU1D+hHR1YcxghkpxKZ2iCFulhB23imNb34BWBuV\\/mkiX9v86jDjdn97wkaakqgPc4RbP5\\/N8obPHCzgK1\\/uZciZE2pmLrW510TbqDuoir7ty4s1currwWei\\/421CWqXnBcOeKcTTV8ZX4dzEaCQQq2gPbFj3Pcdd5ONygqYZNCg+RfrfhLG9Ac\\/ZlddDzwd34l1Gq8rtmGf+NZbUZUCBpCuDScIvZw3HusmuL+0Dc84o\\/66DfME0tX+AbEAL8jyPg6n48wSgbO4Df2OScafZHzpHnE3vTurBFvXWUbEQ8l4cmBpDG3CzdBYGPotibVkewopHlfyUuBb0V2BGuM8rPQhRIHQShP3yTSKcB614xBk4Mhfj93ngn02Fos4aGuPloAceYMfsb6055Xo0ozQLlj609CH\\/i0NIjjHG78qVDX2NjUNZiTghg4f23XgYayYLKDj\\/8tMcaSlfm+lMO40+2KEibBuY65KhPmXrGTYd1DK5yXavU0h9Qo+YstXZVDFeZjLg6WzvT8XnnWYFaPGtYhwubGaddTwHfKKOVXSr6mua0DMdnc+hRvT7Nmi1YXHOn7ABJQGbrf9qk+lEb6GD+r1FMiqglGelHYZmBeFyRTnytlEViK+O72wro4dG23I0akOYXWegNOHkeSFZlJN9jbCg2M5+YJ\\/2CNvs9RPACqb\\/eplionUP+\\/mT2TpDo+yiGdk\\/xcxmjVUZabDce7mcTXpP57QBajONYdks34CqaWz1sSfrg0J90+8Xky7hjantv8Ktqd8nh97daE5axjStglfbcppoJZKmEzAF\\/ARm1UbUeNYABK30AVP7+vc6JP2ynMeOAhhTmRn2RLU2viIiFsMdHEpH+2NUIxkIORz0hegy84o9d0hhajny570U1g==\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni3\\/GsPPAaW5\\/wo+l0CqKPqMnJxfJrn0wn6\\/xt+egxTckGsIXPVkQqQntoUc8ue3WDAbESS2aak+bwis4AGMYV4Izr9goGHGE\\/aTY9XkhRdVqADFVLkZwpUEwVt\\/pJexEivrfAqOZ2Z\\/2UEQgRVx6z3vMyWKLYH\\/4aMK+VgNdl47vLmtlm+d+JbZvrwKXEVAw1AIOWdnyGVSyaSoJvOh69G5gog0Td9jWH+OGDDfiPqxnYkQb4p7A58YpBLdZRXPobVAce41aTXmeUw0OAkwR7xBajAVaAqmReHsc9iTJ5BJSmw4CfEHakdiVGGBKHBsqA0ClXvLf3DUIzCssOmIa0B9rhvgoztKMR9rV\\/jhMqjLmdMUQ2KBryUEDUUEbIU92wEodzECXRNIzCgixugTbplp88lp3aLpc8pch0UpgKN8qDpCoo5ipJsSHH32crGBWXsvyvc+v+NE94uvQ+\\/\\/qkMGjgBuU05LwdIc\\/Nti8aokF3JLcyydxdiowtA0lSLRDwPfNmAyMNFOKjxLzALOP3TI42J2mMBITZOswwGQZY974f67gl7Gk6yvOYUl0tnOyMZVnf7pIFnQ\\/aqysqYu9ReuQx9g\\/QMQoEDkiiqjUrLkQ3RkOV4JrJLJuZrxTKAQ9WAahurT0OwguU68TYcsQsHvFQWJs1Lno+XZZ6JDgTthN\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}],\"flight_booking_id_Arr\":[\"244\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 20:14:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"172\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 20:14:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"modified\":\"2023-12-11 20:14:44\",\"created\":\"2023-12-11 20:14:44\",\"CustomerMemberSysId\":\"172\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"172\"],\"flight_booking_customer\":[[\"296\"]],\"SearchTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"14\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_dateG\":[\"11\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Dec Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-11 20:13:12\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DBR\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Darbhanga Airport (DBR)\\\"],\\\"departure_dateG\\\":[\\\"11\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7546],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d27ce-6b625-a75f3-d51c2\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DBR\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"DBR\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Darbhanga\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"14 Dec Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-11 20:13:12\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ApiResultIndex\\\":\\\"4914808622156269035\\\",\\\"Flight_Key\\\":\\\"CI4YUUkagm\\\\\\/HAiCd6Z8M0hwu6hcOLKHzM2CT4gzMAdL7Q2I2rdzffnhBua8kG+ybcd9Ug5XkvKxhUckWtlMfai\\\\\\/3QxZ\\\\\\/HFGff9JGZibe+TgsL8\\\\\\/leEp6HN00vjfVM1U4VELt+X+ePg8PTV4bTWuvSv+T\\\\\\/9ostw6q0DZ6dNBrlDPzz3acizp+kdfoCIL3O9Yd+R4vv8Wvv1xwbfBYOpHhjh04HsEPSQN7Ys8tQu8Kh3yEHDhcy7tLQrIAzzL7fm6BdbcYytzaHyBIKajdblg7hP94X3A7mKHXWzx1i\\\\\\/KYg2xpGfwhP7t9EDV3BIhZs4R3nc5q3EVP6yjoPAS1N4avcdXD1MFMTy3JsxRn5FmckFNPIjcdUfgYxA8kI+AwKWTdaIX3oIXwYhP4YQV0DNLgJmzP6f3F0XV1buibwVzAv+eb2Kc\\\\\\/0Ld5DHh5aiqTgpUeuZuxawDRLMGABdjjGZVFBC1mYy7HL2fi6QM+cCZi0RIunUEUzgvZhr501Y7NsdIOmjnDeS1ARnqsoJ8ueH+z5xQ1PUhrYpSrkh+UJtul7Tuc5T25ArZenfyRXvLXryEF7LFAWmQLa2Ble4rnjnqcJ2hB7MGnMON3IMtbqLQpZzQ0lp\\\\\\/N4PBPI9f8peem6Om7NBvuyuroG9S1g1TO8osFlLc44IW6oUpxZoOVBxj5H1JDL9nEQa5UYOrDMhrVCUoU+yTiAmzlMnbLIN8prTZ8e6V3r2HuAnPGRvEhszyu0reph2ag\\\\\\/6hZTAoO3ow4Y7AtLCCwzPwZ5JYL+jEkd6Mb3oIdU1D+hHR1YcxghkpxKZ2iCFulhB23imNb34BWBuV\\\\\\/mkiX9v86jDjdn97wkaakqgPc4RbP5\\\\\\/N8obPHCzgK1\\\\\\/uZciZE2pmLrW510TbqDuoir7ty4s1currwWei\\\\\\/421CWqXnBcOeKcTTV8ZX4dzEaCQQq2gPbFj3Pcdd5ONygqYZNCg+RfrfhLG9Ac\\\\\\/ZlddDzwd34l1Gq8rtmGf+NZbUZUCBpCuDScIvZw3HusmuL+0Dc84o\\\\\\/66DfME0tX+AbEAL8jyPg6n48wSgbO4Df2OScafZHzpHnE3vTurBFvXWUbEQ8l4cmBpDG3CzdBYGPotibVkewopHlfyUuBb0V2BGuM8rPQhRIHQShP3yTSKcB614xBk4Mhfj93ngn02Fos4aGuPloAceYMfsb6055Xo0ozQLlj609CH\\\\\\/i0NIjjHG78qVDX2NjUNZiTghg4f23XgYayYLKDj\\\\\\/8tMcaSlfm+lMO40+2KEibBuY65KhPmXrGTYd1DK5yXavU0h9Qo+YstXZVDFeZjLg6WzvT8XnnWYFaPGtYhwubGaddTwHfKKOVXSr6mua0DMdnc+hRvT7Nmi1YXHOn7ABJQGbrf9qk+lEb6GD+r1FMiqglGelHYZmBeFyRTnytlEViK+O72wro4dG23I0akOYXWegNOHkeSFZlJN9jbCg2M5+YJ\\\\\\/2CNvs9RPACqb\\\\\\/eplionUP+\\\\\\/mT2TpDo+yiGdk\\\\\\/xcxmjVUZabDce7mcTXpP57QBajONYdks34CqaWz1sSfrg0J90+8Xky7hjantv8Ktqd8nh97daE5axjStglfbcppoJZKmEzAF\\\\\\/ARm1UbUeNYABK30AVP7+vc6JP2ynMeOAhhTmRn2RLU2viIiFsMdHEpH+2NUIxkIORz0hegy84o9d0hhajny570U1g==\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"SegFlightNumberArr\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsLCC\\\":true,\\\"IsRefundable\\\":false,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"FromUTCTime\\\":\\\"2023-12-14 10:00\\\",\\\"ToUTCTime\\\":\\\"2023-12-14 12:50\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"ICSourceSysId\\\":14,\\\"IsInternational\\\":0,\\\"TotalFlightMembers\\\":1,\\\"SearchTraceId\\\":\\\"d27ce-6b625-a75f3-d51c2\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"PublishedFare\\\":3447,\\\"isGSTMandatory\\\":0,\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":1,\\\"currencySysId\\\":1,\\\"BaseFare\\\":3500,\\\"Tax\\\":0,\\\"intPublishedFare\\\":3447,\\\"OfferedFareAgent\\\":3447,\\\"PublishedFare\\\":3447,\\\"CostToAgent\\\":3447,\\\"PublishedFareAgent\\\":4147,\\\"CostToAgentCustomer\\\":4147,\\\"PublishedFarePerPax\\\":3447,\\\"OfferedFare\\\":3447,\\\"CommissionEarned\\\":0,\\\"CommDiscount\\\":0,\\\"TDS\\\":0,\\\"TDSEarn\\\":0,\\\"Refundable\\\":false,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"4999378873413847904\\\",\\\"Fare_Key\\\":null,\\\"colors\\\":\\\"#000000\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"classOfBooking\\\":\\\"FLY\\\",\\\"GSTMandatory\\\":false,\\\"fareIdentifier\\\":\\\"INS PNR\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarnedAgent\\\":700,\\\"IscheckinBagInc\\\":true,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"15kg\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR       \\\",\\\"PassengerType\\\":1,\\\"PaxType\\\":\\\"ADULT\\\",\\\"PassengerCount\\\":\\\"1\\\",\\\"Net_Commission\\\":0,\\\"NetCommission\\\":0,\\\"BaseFare\\\":3500,\\\"Tax\\\":0,\\\"OfferedFare\\\":3447,\\\"PublishedFare\\\":3447,\\\"CostToAgent\\\":3447,\\\"TDS\\\":\\\"0\\\",\\\"TDSEarn\\\":0,\\\"TaxBR\\\":{\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"YR\\\":0},\\\"ApiNCM\\\":0,\\\"CommissionEarned\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"CommDiscount\\\":0,\\\"AgentMarkUp\\\":700,\\\"CostToAgentCustomer\\\":4147,\\\"Baggage\\\":\\\"15kg\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"markUpArr\\\":{\\\"Currency\\\":\\\"INR       \\\",\\\"currencySysId\\\":1,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"CommEarned\\\":0,\\\"CommDiscount\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"PublishFare\\\":3447,\\\"CostToCustomer\\\":3447,\\\"CostToAgentCustomer\\\":4147,\\\"TotalEarning\\\":0,\\\"CostToCompany\\\":3447,\\\"CostToAgent\\\":3447,\\\"AgentB2CEarning\\\":700,\\\"intOfferedFare\\\":3447,\\\"intPublishFare\\\":3447,\\\"APIMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"TDS\\\":\\\"0\\\",\\\"TDSEarn\\\":0,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0}}],\\\"tripbinfo\\\":{\\\"BLR-DBR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"\\\",\\\"checkin\\\":\\\"15kg\\\"}}}},\\\"Segments\\\":[{\\\"segmentid\\\":1,\\\"segmentids\\\":0,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Bengaluru Intl Arpt (BLR), India\\\",\\\"destinationAirportName\\\":\\\" Darbhanga Airport (DBR), India\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-12-14 12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-14 10:00\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"Baggage\\\":[],\\\"MEAL\\\":[]}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isHoldAllowed\\\":false,\\\"IsSeatRequired\\\":false,\\\"IsMealRequired\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Search_Key\\\":\\\"DumH77\\\\\\/AROFJ7k+g+8Vni3\\\\\\/GsPPAaW5\\\\\\/wo+l0CqKPqMnJxfJrn0wn6\\\\\\/xt+egxTckGsIXPVkQqQntoUc8ue3WDAbESS2aak+bwis4AGMYV4Izr9goGHGE\\\\\\/aTY9XkhRdVqADFVLkZwpUEwVt\\\\\\/pJexEivrfAqOZ2Z\\\\\\/2UEQgRVx6z3vMyWKLYH\\\\\\/4aMK+VgNdl47vLmtlm+d+JbZvrwKXEVAw1AIOWdnyGVSyaSoJvOh69G5gog0Td9jWH+OGDDfiPqxnYkQb4p7A58YpBLdZRXPobVAce41aTXmeUw0OAkwR7xBajAVaAqmReHsc9iTJ5BJSmw4CfEHakdiVGGBKHBsqA0ClXvLf3DUIzCssOmIa0B9rhvgoztKMR9rV\\\\\\/jhMqjLmdMUQ2KBryUEDUUEbIU92wEodzECXRNIzCgixugTbplp88lp3aLpc8pch0UpgKN8qDpCoo5ipJsSHH32crGBWXsvyvc+v+NE94uvQ+\\\\\\/\\\\\\/qkMGjgBuU05LwdIc\\\\\\/Nti8aokF3JLcyydxdiowtA0lSLRDwPfNmAyMNFOKjxLzALOP3TI42J2mMBITZOswwGQZY974f67gl7Gk6yvOYUl0tnOyMZVnf7pIFnQ\\\\\\/aqysqYu9ReuQx9g\\\\\\/QMQoEDkiiqjUrLkQ3RkOV4JrJLJuZrxTKAQ9WAahurT0OwguU68TYcsQsHvFQWJs1Lno+XZZ6JDgTthN\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"CurrencyType\\\":\\\"1\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"7546\\\",\\\"TravelDate\\\":\\\"2023-12-14\\\"}]\",\"SSRArrIds\":\"[]\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MD WASIK\",\"passenger-lastname-1\":\"ALAM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 20:14:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d27ce-6b625-a75f3-d51c2\",\"modified\":\"2023-12-11 20:14:44\",\"created\":\"2023-12-11 20:14:44\",\"MobileNo\":\"9022903904\",\"B2B\":true}],\"isWheelChair\":0,\"SSRArr\":[],\"FarequoteData\":{\"apidata\":{\"Auth_Header\":{\"IP_Address\":\"103.98.78.193\",\"Request_Id\":\"d27ce-6b625-a75f3-d51c2\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni3\\/GsPPAaW5\\/wo+l0CqKPqMnJxfJrn0wn6\\/xt+egxTckGsIXPVkQqQntoUc8ue3WDAbESS2aak+bwis4AGMYV4Izr9goGHGE\\/aTY9XkhRdVqADFVLkZwpUEwVt\\/pJexEivrfAqOZ2Z\\/2UEQgRVx6z3vMyWKLYH\\/4aMK+VgNdl47vLmtlm+d+JbZvrwKXEVAw1AIOWdnyGVSyaSoJvOh69G5gog0Td9jWH+OGDDfiPqxnYkQb4p7A58YpBLdZRXPobVAce41aTXmeUw0OAkwR7xBajAVaAqmReHsc9iTJ5BJSmw4CfEHakdiVGGBKHBsqA0ClXvLf3DUIzCssOmIa0B9rhvgoztKMR9rV\\/jhMqjLmdMUQ2KBryUEDUUEbIU92wEodzECXRNIzCgixugTbplp88lp3aLpc8pch0UpgKN8qDpCoo5ipJsSHH32crGBWXsvyvc+v+NE94uvQ+\\/\\/qkMGjgBuU05LwdIc\\/Nti8aokF3JLcyydxdiowtA0lSLRDwPfNmAyMNFOKjxLzALOP3TI42J2mMBITZOswwGQZY974f67gl7Gk6yvOYUl0tnOyMZVnf7pIFnQ\\/aqysqYu9ReuQx9g\\/QMQoEDkiiqjUrLkQ3RkOV4JrJLJuZrxTKAQ9WAahurT0OwguU68TYcsQsHvFQWJs1Lno+XZZ6JDgTthN\",\"AirRepriceRequests\":[{\"Flight_Key\":\"CI4YUUkagm\\/HAiCd6Z8M0hwu6hcOLKHzM2CT4gzMAdL7Q2I2rdzffnhBua8kG+ybcd9Ug5XkvKxhUckWtlMfai\\/3QxZ\\/HFGff9JGZibe+TgsL8\\/leEp6HN00vjfVM1U4VELt+X+ePg8PTV4bTWuvSv+T\\/9ostw6q0DZ6dNBrlDPzz3acizp+kdfoCIL3O9Yd+R4vv8Wvv1xwbfBYOpHhjh04HsEPSQN7Ys8tQu8Kh3yEHDhcy7tLQrIAzzL7fm6BdbcYytzaHyBIKajdblg7hP94X3A7mKHXWzx1i\\/KYg2xpGfwhP7t9EDV3BIhZs4R3nc5q3EVP6yjoPAS1N4avcdXD1MFMTy3JsxRn5FmckFNPIjcdUfgYxA8kI+AwKWTdaIX3oIXwYhP4YQV0DNLgJmzP6f3F0XV1buibwVzAv+eb2Kc\\/0Ld5DHh5aiqTgpUeuZuxawDRLMGABdjjGZVFBC1mYy7HL2fi6QM+cCZi0RIunUEUzgvZhr501Y7NsdIOmjnDeS1ARnqsoJ8ueH+z5xQ1PUhrYpSrkh+UJtul7Tuc5T25ArZenfyRXvLXryEF7LFAWmQLa2Ble4rnjnqcJ2hB7MGnMON3IMtbqLQpZzQ0lp\\/N4PBPI9f8peem6Om7NBvuyuroG9S1g1TO8osFlLc44IW6oUpxZoOVBxj5H1JDL9nEQa5UYOrDMhrVCUoU+yTiAmzlMnbLIN8prTZ8e6V3r2HuAnPGRvEhszyu0reph2ag\\/6hZTAoO3ow4Y7AtLCCwzPwZ5JYL+jEkd6Mb3oIdU1D+hHR1YcxghkpxKZ2iCFulhB23imNb34BWBuV\\/mkiX9v86jDjdn97wkaakqgPc4RbP5\\/N8obPHCzgK1\\/uZciZE2pmLrW510TbqDuoir7ty4s1currwWei\\/421CWqXnBcOeKcTTV8ZX4dzEaCQQq2gPbFj3Pcdd5ONygqYZNCg+RfrfhLG9Ac\\/ZlddDzwd34l1Gq8rtmGf+NZbUZUCBpCuDScIvZw3HusmuL+0Dc84o\\/66DfME0tX+AbEAL8jyPg6n48wSgbO4Df2OScafZHzpHnE3vTurBFvXWUbEQ8l4cmBpDG3CzdBYGPotibVkewopHlfyUuBb0V2BGuM8rPQhRIHQShP3yTSKcB614xBk4Mhfj93ngn02Fos4aGuPloAceYMfsb6055Xo0ozQLlj609CH\\/i0NIjjHG78qVDX2NjUNZiTghg4f23XgYayYLKDj\\/8tMcaSlfm+lMO40+2KEibBuY65KhPmXrGTYd1DK5yXavU0h9Qo+YstXZVDFeZjLg6WzvT8XnnWYFaPGtYhwubGaddTwHfKKOVXSr6mua0DMdnc+hRvT7Nmi1YXHOn7ABJQGbrf9qk+lEb6GD+r1FMiqglGelHYZmBeFyRTnytlEViK+O72wro4dG23I0akOYXWegNOHkeSFZlJN9jbCg2M5+YJ\\/2CNvs9RPACqb\\/eplionUP+\\/mT2TpDo+yiGdk\\/xcxmjVUZabDce7mcTXpP57QBajONYdks34CqaWz1sSfrg0J90+8Xky7hjantv8Ktqd8nh97daE5axjStglfbcppoJZKmEzAF\\/ARm1UbUeNYABK30AVP7+vc6JP2ynMeOAhhTmRn2RLU2viIiFsMdHEpH+2NUIxkIORz0hegy84o9d0hhajny570U1g==\",\"Fare_Id\":\"4999378873413847904\"}],\"Customer_Mobile\":\"9022903904\",\"GST_Input\":false,\"SinglePricing\":true},\"requestSSR\":{\"Auth_Header\":{\"IP_Address\":\"103.98.78.193\",\"Request_Id\":\"d27ce-6b625-a75f3-d51c2\",\"IMEI_Number\":\"3434334343111\"},\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni3\\/GsPPAaW5\\/wo+l0CqKPqMnJxfJrn0wn6\\/xt+egxTckGsIXPVkQqQntoUc8ue3WDAbESS2aak+bwis4AGMYV4Izr9goGHGE\\/aTY9XkhRdVqADFVLkZwpUEwVt\\/pJexEivrfAqOZ2Z\\/2UEQgRVx6z3vMyWKLYH\\/4aMK+VgNdl47vLmtlm+d+JbZvrwKXEVAw1AIOWdnyGVSyaSoJvOh69G5gog0Td9jWH+OGDDfiPqxnYkQb4p7A58YpBLdZRXPobVAce41aTXmeUw0OAkwR7xBajAVaAqmReHsc9iTJ5BJSmw4CfEHakdiVGGBKHBsqA0ClXvLf3DUIzCssOmIa0B9rhvgoztKMR9rV\\/jhMqjLmdMUQ2KBryUEDUUEbIU92wEodzECXRNIzCgixugTbplp88lp3aLpc8pch0UpgKN8qDpCoo5ipJsSHH32crGBWXsvyvc+v+NE94uvQ+\\/\\/qkMGjgBuU05LwdIc\\/Nti8aokF3JLcyydxdiowtA0lSLRDwPfNmAyMNFOKjxLzALOP3TI42J2mMBITZOswwGQZY974f67gl7Gk6yvOYUl0tnOyMZVnf7pIFnQ\\/aqysqYu9ReuQx9g\\/QMQoEDkiiqjUrLkQ3RkOV4JrJLJuZrxTKAQ9WAahurT0OwguU68TYcsQsHvFQWJs1Lno+XZZ6JDgTthN\",\"AirSSRRequestDetails\":[{\"Flight_Key\":\"CI4YUUkagm\\/HAiCd6Z8M0hwu6hcOLKHzM2CT4gzMAdL7Q2I2rdzffnhBua8kG+ybcd9Ug5XkvKxhUckWtlMfai\\/3QxZ\\/HFGff9JGZibe+TgsL8\\/leEp6HN00vjfVM1U4VELt+X+ePg8PTV4bTWuvSv+T\\/9ostw6q0DZ6dNBrlDPzz3acizp+kdfoCIL3O9Yd+R4vv8Wvv1xwbfBYOpHhjh04HsEPSQN7Ys8tQu8Kh3yEHDhcy7tLQrIAzzL7fm6BdbcYytzaHyBIKajdblg7hP94X3A7mKHXWzx1i\\/KYg2xpGfwhP7t9EDV3BIhZs4R3nc5q3EVP6yjoPAS1N4avcdXD1MFMTy3JsxRn5FmckFNPIjcdUfgYxA8kI+AwKWTdaIX3oIXwYhP4YQV0DNLgJmzP6f3F0XV1buibwVzAv+eb2Kc\\/0Ld5DHh5aiqTgpUeuZuxawDRLMGABdjjGZVFBC1mYy7HL2fi6QM+cCZi0RIunUEUzgvZhr501Y7NsdIOmjnDeS1ARnqsoJ8ueH+z5xQ1PUhrYpSrkh+UJtul7Tuc5T25ArZenfyRXvLXryEF7LFAWmQLa2Ble4rnjnqcJ2hB7MGnMON3IMtbqLQpZzQ0lp\\/N4PBPI9f8peem6Om7NBvuyuroG9S1g1TO8osFlLc44IW6oUpxZoOVBxj5H1JDL9nEQa5UYOrDMhrVCUoU+yTiAmzlMnbLIN8prTZ8e6V3r2HuAnPGRvEhszyu0reph2ag\\/6hZTAoO3ow4Y7AtLCCwzPwZ5JYL+jEkd6Mb3oIdU1D+hHR1YcxghkpxKZ2iCFulhB23imNb34BWBuV\\/mkiX9v86jDjdn97wkaakqgPc4RbP5\\/N8obPHCzgK1\\/uZciZE2pmLrW510TbqDuoir7ty4s1currwWei\\/421CWqXnBcOeKcTTV8ZX4dzEaCQQq2gPbFj3Pcdd5ONygqYZNCg+RfrfhLG9Ac\\/ZlddDzwd34l1Gq8rtmGf+NZbUZUCBpCuDScIvZw3HusmuL+0Dc84o\\/66DfME0tX+AbEAL8jyPg6n48wSgbO4Df2OScafZHzpHnE3vTurBFvXWUbEQ8l4cmBpDG3CzdBYGPotibVkewopHlfyUuBb0V2BGuM8rPQhRIHQShP3yTSKcB614xBk4Mhfj93ngn02Fos4aGuPloAceYMfsb6055Xo0ozQLlj609CH\\/i0NIjjHG78qVDX2NjUNZiTghg4f23XgYayYLKDj\\/8tMcaSlfm+lMO40+2KEibBuY65KhPmXrGTYd1DK5yXavU0h9Qo+YstXZVDFeZjLg6WzvT8XnnWYFaPGtYhwubGaddTwHfKKOVXSr6mua0DMdnc+hRvT7Nmi1YXHOn7ABJQGbrf9qk+lEb6GD+r1FMiqglGelHYZmBeFyRTnytlEViK+O72wro4dG23I0akOYXWegNOHkeSFZlJN9jbCg2M5+YJ\\/2CNvs9RPACqb\\/eplionUP+\\/mT2TpDo+yiGdk\\/xcxmjVUZabDce7mcTXpP57QBajONYdks34CqaWz1sSfrg0J90+8Xky7hjantv8Ktqd8nh97daE5axjStglfbcppoJZKmEzAF\\/ARm1UbUeNYABK30AVP7+vc6JP2ynMeOAhhTmRn2RLU2viIiFsMdHEpH+2NUIxkIORz0hegy84o9d0hhajny570U1g==\"}]},\"memberCount\":1,\"JourneyType\":\"1\",\"interNationalSearch\":\"\",\"searchID\":\"d27ce-6b625-a75f3-d51c2\",\"B2B\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\",\"AgencyMarketPlaceSysId\":\"1254\"},\"ICSourceSysId\":14,\"cabinClass\":\"Economy\",\"AgentMarkUp\":\"700.00\",\"AdultCount\":\"1\",\"ChildCount\":\"0\",\"InfantCount\":\"0\"},\"FareRuleRequest\":[]}','2023-12-11 20:15:09'),(1936,'49be3-1b5f2-edc9e-c3231','{\"FlightBookingData\":[{\"ApiResultIndex\":\"5464243557253048620\",\"Flight_Key\":\"HR2cT7u7jlKyALK8who8qvqgxQR7Nb6zNuKAFJVzrN3M5Gb7hCrrfb99YZX+6BhHSCI3ee5IucVlkZm3d1zB\\/VJjw78T264PJQps+2VMNgevJogeEJ5nv7AmageryEtdLedy7cmykK3TyevXI9Q34po1GLhWO5mish9QmjMKSnCIl1WrznEmouHMZvL5qdbNptSLfTLbtwfWuqOizvwLbmisyT+Rw81GoOJZWxTcviOXHaoADlft4Rzvs\\/4EijriXXwXjYXJT3IeoAKK\\/puXDGIlh2HEA4VVeQCVWhfanIOxXhCzSYeprtWljReVN64yrzrzqyBP0r0nXzGTfyPC8Ni8Y8zUkMbICNQYiQunIOSf5sVgESdy4d8uNXDEnU3NaE\\/oCVNVizPrtH62qSyyxiWqtGmVWsSZfEjCYom42aQbY8fn7XbM0YwhYev7Ml+Jl4EEt3Ey3pQlA9Tjv2RJNGsLgRGFlAIqwTxJ7qdPfmGTqjP7xW+WCgQosShP9HubHPZiKYhnZQY\\/JLcvriq5Cvo868xWgDAKzaJMDQfgDwVO6uFIVTSNJzhF8a1G4qs1yTT\\/nvmQQ3I5eZR4Gzeh2c6DiBJ5\\/EXGYsyFQjXjj2zzk8KzIOxnXJ\\/N26yxG45o10\\/prAyOfQwqM1BkUPS55tNZdQUT7FcrWdtSaIJPZXVvu5p+6iqdIgqJnOHT5PdsaDxBcpMw5aFHtSD5F1wANwOTDG3phzR+lMFsKj0dlRw\\/tQOJxS3EJGLl2DJoeAeaoOXY4BVbcOnVIoNcJusWMjhhWOnQOpeIQj7j9P6q+PNqG7r4HC7ngkgjz95isZ+GrknbwSVdKVd12xJf+Fer48dygKfmjZ5eJo2JRTVUsDcgVHiCdY3tHVsfGeStpjQHmFb7ZoV1YytPL2SxN\\/3Kt2vPNyCsNulToIgE\\/FyrYNDo3uhxIUx7V0dG9l2CwnmEkq\\/FUKxRVHZzNOtdGFWGFsN863F96s2jBIB95Ap2PHW2LyJeDpY50Z\\/P75xqtxobxR8OS1GQ95N3JXInvXehgbJCJrrYAYD9CK2nnfhr3GyIcgNjE0V\\/8ivOFiSQXfPeXzbQbhhhzop9lGMBQRxrHWPS9CoFvodNgWzc590NwLk1Jr444nYgrLMaJmyywNccWWgxMxTqi3cUbQCWapQpGqJi7bK4v3u2rqZ2P66ihdQEQEGtQ7Qxl03VVPcvUZ7P2EIAoQOHU4\\/4US22e9XaO2Rjzkmj1ZWyJj5whHWdzLGwdWCaa6E3mqNVXNhBPOQNAiU3D5jZ35mHWuygLEuACOnU51hW3GbJ9OlJcUoQAdSBARFZabsFe3GHUwUXcnBkpxz245uNjPk69mob0M9FGs05x7Ln6es\\/ikSy00s7jQ7qkzf8bCie\\/l7Vqxmd8c+WP5nt6sQT+ZfwMqSOy4sRwIndQji1iKAuCOYMmdU6tQyOcOeg30vnqNbOy1HBiUlHqMb1zrtF\\/8Jk6OuJfFzLs4b03SqeKMHMLeZGDVtAP\\/gVT3uwTzpsQ7i1OXGxGCoFY2daJwK4CKHz7BoYJ5q2Uo54mEhuA4pIROnws7ceBYUu9s9W\\/uFvrwCa7po6mS5S2RQVWCO2Cm5VySNbqA0hANYh7y5RjYLK5ts8z4RZLvOuhUUqbmDThUHigYQ8jGxuASGCg7RbdyCI3CVpj6vzOuisGza9iyh0eNnqY1UgL\\/U=\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8ngrh0ztLXxNAgxdZB6tg3hrNQJ208iXZC2gxTXbUhxp+X6kfvmSPccqwX\\/+z4KPJTBnBeMMHA+RL1Jz3MGfB9D7Mec\\/YvVlXfrOLijFRaEb5JZ9kTHSW5yrWN+qagALYMc+PHN18VSyEgu9BglfpGJP5fALyTvppK95Rcdq+FMl0Zy5SMBQ8LgHCa6iS\\/vtLL6J5g\\/mRaBAymumHIfKVfBXAfMWyHubspxSsAY4bWPI9s0db4dpBa2tj95U0rYsB6XPEEfJVs2THEl7msS3suoZhHEdqqvg+EPxaScy7ZKshxEfJWCNqXTjQ0+eAlIyRwwF5Id5dD5c7T7+eM2Pb9ThBt0X0YXWcYpuiOm5CogZJvu4jNAP9\\/XPAOxasEk1ieneO4L3QFzKMSEL43AIgqgcW0pJaVP50RLtqJCLgUN4KGvo6v0woqjZEz2zn9EL4SK5V+KZBe0yJqlSGDm8\\/BJnwTyWW1MjonWIfHW1fzIROHFl\\/0HnRbpmB2MTRq1R4MUF7hOZGKGkwEib5JkGHKi2I4HMFUrLXRrSAKQziify530dVCPiAPf4euEd1XqW1zm7ZxaGOgMaPd21gSjitTjyfaYVNA3ZahIXlPtbnN7aEceBZ2K8mTlVU56fyQ0O+IYw9bqElA\\/W0VSBfLirGBaXW\\/cc5A\\/Txaksss\\/DXK5\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}],\"flight_booking_id_Arr\":[\"245\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"6200384207\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 20:18:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"134\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"134\",\"CustomerMemSysId\":[\"134\"],\"flight_booking_customer\":[[\"297\"]],\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"14\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"14\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Dec Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-11 20:17:00\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DBR\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_dateG\\\":[\\\"14\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Darbhanga (DBR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7546],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"49be3-1b5f2-edc9e-c3231\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DBR\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"DBR\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Darbhanga\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Darbhanga, IN - Darbhanga Airport (DBR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"14 Dec Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-11 20:17:00\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ApiResultIndex\\\":\\\"5464243557253048620\\\",\\\"Flight_Key\\\":\\\"HR2cT7u7jlKyALK8who8qvqgxQR7Nb6zNuKAFJVzrN3M5Gb7hCrrfb99YZX+6BhHSCI3ee5IucVlkZm3d1zB\\\\\\/VJjw78T264PJQps+2VMNgevJogeEJ5nv7AmageryEtdLedy7cmykK3TyevXI9Q34po1GLhWO5mish9QmjMKSnCIl1WrznEmouHMZvL5qdbNptSLfTLbtwfWuqOizvwLbmisyT+Rw81GoOJZWxTcviOXHaoADlft4Rzvs\\\\\\/4EijriXXwXjYXJT3IeoAKK\\\\\\/puXDGIlh2HEA4VVeQCVWhfanIOxXhCzSYeprtWljReVN64yrzrzqyBP0r0nXzGTfyPC8Ni8Y8zUkMbICNQYiQunIOSf5sVgESdy4d8uNXDEnU3NaE\\\\\\/oCVNVizPrtH62qSyyxiWqtGmVWsSZfEjCYom42aQbY8fn7XbM0YwhYev7Ml+Jl4EEt3Ey3pQlA9Tjv2RJNGsLgRGFlAIqwTxJ7qdPfmGTqjP7xW+WCgQosShP9HubHPZiKYhnZQY\\\\\\/JLcvriq5Cvo868xWgDAKzaJMDQfgDwVO6uFIVTSNJzhF8a1G4qs1yTT\\\\\\/nvmQQ3I5eZR4Gzeh2c6DiBJ5\\\\\\/EXGYsyFQjXjj2zzk8KzIOxnXJ\\\\\\/N26yxG45o10\\\\\\/prAyOfQwqM1BkUPS55tNZdQUT7FcrWdtSaIJPZXVvu5p+6iqdIgqJnOHT5PdsaDxBcpMw5aFHtSD5F1wANwOTDG3phzR+lMFsKj0dlRw\\\\\\/tQOJxS3EJGLl2DJoeAeaoOXY4BVbcOnVIoNcJusWMjhhWOnQOpeIQj7j9P6q+PNqG7r4HC7ngkgjz95isZ+GrknbwSVdKVd12xJf+Fer48dygKfmjZ5eJo2JRTVUsDcgVHiCdY3tHVsfGeStpjQHmFb7ZoV1YytPL2SxN\\\\\\/3Kt2vPNyCsNulToIgE\\\\\\/FyrYNDo3uhxIUx7V0dG9l2CwnmEkq\\\\\\/FUKxRVHZzNOtdGFWGFsN863F96s2jBIB95Ap2PHW2LyJeDpY50Z\\\\\\/P75xqtxobxR8OS1GQ95N3JXInvXehgbJCJrrYAYD9CK2nnfhr3GyIcgNjE0V\\\\\\/8ivOFiSQXfPeXzbQbhhhzop9lGMBQRxrHWPS9CoFvodNgWzc590NwLk1Jr444nYgrLMaJmyywNccWWgxMxTqi3cUbQCWapQpGqJi7bK4v3u2rqZ2P66ihdQEQEGtQ7Qxl03VVPcvUZ7P2EIAoQOHU4\\\\\\/4US22e9XaO2Rjzkmj1ZWyJj5whHWdzLGwdWCaa6E3mqNVXNhBPOQNAiU3D5jZ35mHWuygLEuACOnU51hW3GbJ9OlJcUoQAdSBARFZabsFe3GHUwUXcnBkpxz245uNjPk69mob0M9FGs05x7Ln6es\\\\\\/ikSy00s7jQ7qkzf8bCie\\\\\\/l7Vqxmd8c+WP5nt6sQT+ZfwMqSOy4sRwIndQji1iKAuCOYMmdU6tQyOcOeg30vnqNbOy1HBiUlHqMb1zrtF\\\\\\/8Jk6OuJfFzLs4b03SqeKMHMLeZGDVtAP\\\\\\/gVT3uwTzpsQ7i1OXGxGCoFY2daJwK4CKHz7BoYJ5q2Uo54mEhuA4pIROnws7ceBYUu9s9W\\\\\\/uFvrwCa7po6mS5S2RQVWCO2Cm5VySNbqA0hANYh7y5RjYLK5ts8z4RZLvOuhUUqbmDThUHigYQ8jGxuASGCg7RbdyCI3CVpj6vzOuisGza9iyh0eNnqY1UgL\\\\\\/U=\\\",\\\"FlightNumber\\\":\\\"SG-495\\\",\\\"SegFlightNumberArr\\\":\\\"SG-495\\\",\\\"AirlineName\\\":\\\"Spicejet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"IsLCC\\\":true,\\\"IsRefundable\\\":false,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"FromUTCTime\\\":\\\"2023-12-14 10:00\\\",\\\"ToUTCTime\\\":\\\"2023-12-14 12:50\\\",\\\"DepartureTime\\\":\\\"10:00\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DBR\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"ICSourceSysId\\\":14,\\\"IsInternational\\\":0,\\\"TotalFlightMembers\\\":1,\\\"SearchTraceId\\\":\\\"49be3-1b5f2-edc9e-c3231\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"PublishedFare\\\":3447,\\\"isGSTMandatory\\\":0,\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":1,\\\"currencySysId\\\":1,\\\"BaseFare\\\":3500,\\\"Tax\\\":0,\\\"intPublishedFare\\\":3447,\\\"OfferedFareAgent\\\":3447,\\\"PublishedFare\\\":3447,\\\"CostToAgent\\\":3447,\\\"PublishedFareAgent\\\":4147,\\\"CostToAgentCustomer\\\":4147,\\\"PublishedFarePerPax\\\":3447,\\\"OfferedFare\\\":3447,\\\"CommissionEarned\\\":0,\\\"CommDiscount\\\":0,\\\"TDS\\\":0,\\\"TDSEarn\\\":0,\\\"Refundable\\\":false,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"4999378873413847904\\\",\\\"Fare_Key\\\":null,\\\"colors\\\":\\\"#000000\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"classOfBooking\\\":\\\"FLY\\\",\\\"GSTMandatory\\\":false,\\\"fareIdentifier\\\":\\\"INS PNR\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarnedAgent\\\":700,\\\"IscheckinBagInc\\\":true,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"15kg\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR       \\\",\\\"PassengerType\\\":1,\\\"PaxType\\\":\\\"ADULT\\\",\\\"PassengerCount\\\":\\\"1\\\",\\\"Net_Commission\\\":0,\\\"NetCommission\\\":0,\\\"BaseFare\\\":3500,\\\"Tax\\\":0,\\\"OfferedFare\\\":3447,\\\"PublishedFare\\\":3447,\\\"CostToAgent\\\":3447,\\\"TDS\\\":\\\"0\\\",\\\"TDSEarn\\\":0,\\\"TaxBR\\\":{\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"YR\\\":0},\\\"ApiNCM\\\":0,\\\"CommissionEarned\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"CommDiscount\\\":0,\\\"AgentMarkUp\\\":700,\\\"CostToAgentCustomer\\\":4147,\\\"Baggage\\\":\\\"15kg\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"markUpArr\\\":{\\\"Currency\\\":\\\"INR       \\\",\\\"currencySysId\\\":1,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"CommEarned\\\":0,\\\"CommDiscount\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"PublishFare\\\":3447,\\\"CostToCustomer\\\":3447,\\\"CostToAgentCustomer\\\":4147,\\\"TotalEarning\\\":0,\\\"CostToCompany\\\":3447,\\\"CostToAgent\\\":3447,\\\"AgentB2CEarning\\\":700,\\\"intOfferedFare\\\":3447,\\\"intPublishFare\\\":3447,\\\"APIMarkup\\\":0,\\\"AgentMarkUp\\\":700,\\\"TDS\\\":\\\"0\\\",\\\"TDSEarn\\\":0,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0}}],\\\"tripbinfo\\\":{\\\"BLR-DBR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"\\\",\\\"checkin\\\":\\\"15kg\\\"}}}},\\\"Segments\\\":[{\\\"segmentid\\\":1,\\\"segmentids\\\":0,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Bengaluru Intl Arpt (BLR), India\\\",\\\"destinationAirportName\\\":\\\" Darbhanga Airport (DBR), India\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Darbhanga\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DBR\\\",\\\"destinationArrTime\\\":\\\"2023-12-14 12:50\\\",\\\"SegFlightNumber\\\":\\\"SG-495\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2023-12-14 10:00\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"10:00\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"Baggage\\\":[],\\\"MEAL\\\":[]}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isHoldAllowed\\\":false,\\\"IsSeatRequired\\\":false,\\\"IsMealRequired\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Search_Key\\\":\\\"DumH77\\\\\\/AROFJ7k+g+8Vni8ngrh0ztLXxNAgxdZB6tg3hrNQJ208iXZC2gxTXbUhxp+X6kfvmSPccqwX\\\\\\/+z4KPJTBnBeMMHA+RL1Jz3MGfB9D7Mec\\\\\\/YvVlXfrOLijFRaEb5JZ9kTHSW5yrWN+qagALYMc+PHN18VSyEgu9BglfpGJP5fALyTvppK95Rcdq+FMl0Zy5SMBQ8LgHCa6iS\\\\\\/vtLL6J5g\\\\\\/mRaBAymumHIfKVfBXAfMWyHubspxSsAY4bWPI9s0db4dpBa2tj95U0rYsB6XPEEfJVs2THEl7msS3suoZhHEdqqvg+EPxaScy7ZKshxEfJWCNqXTjQ0+eAlIyRwwF5Id5dD5c7T7+eM2Pb9ThBt0X0YXWcYpuiOm5CogZJvu4jNAP9\\\\\\/XPAOxasEk1ieneO4L3QFzKMSEL43AIgqgcW0pJaVP50RLtqJCLgUN4KGvo6v0woqjZEz2zn9EL4SK5V+KZBe0yJqlSGDm8\\\\\\/BJnwTyWW1MjonWIfHW1fzIROHFl\\\\\\/0HnRbpmB2MTRq1R4MUF7hOZGKGkwEib5JkGHKi2I4HMFUrLXRrSAKQziify530dVCPiAPf4euEd1XqW1zm7ZxaGOgMaPd21gSjitTjyfaYVNA3ZahIXlPtbnN7aEceBZ2K8mTlVU56fyQ0O+IYw9bqElA\\\\\\/W0VSBfLirGBaXW\\\\\\/cc5A\\\\\\/Txaksss\\\\\\/DXK5\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"CurrencyType\\\":\\\"1\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"7546\\\",\\\"TravelDate\\\":\\\"2023-12-14\\\"}]\",\"SSRArrIds\":\"[]\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"6200384207\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MD WASIK\",\"passenger-lastname-1\":\"ALAM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"1\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"CountryCode\":\"91\",\"MobileNo\":\"6200384207\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"zainansari70@gmail.com\",\"UserSysId\":\"100554\",\"CustomerSysId\":\"520775\",\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohd zain mohd Nasir\",\"LastName\":\"Ansari\",\"Password_cu\":\"\",\"AgencyName\":\"Galaxy communication\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9022903904\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"Address\":\"77, MANJUNATHA NAGAR, NEAR VISHAL SCHOOL, NEW GUDDADAHALLI, BANGALORE\",\"PinCode\":\"560026\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":0,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"2\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":true},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BLR-DBR\":\"NYZLXF\"},\"ticketNumberDetails\":{\"BLR-DBR\":\"NYZLXFAPH1\"},\"ssrSeatInfos\":[],\"ssrBaggageInfos\":[],\"ssrMealInfos\":[],\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MD WASIK\",\"lN\":\"ALAM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":\"FLYB6XAPH\",\"status\":\"SUCCESS\",\"customerpnr\":[{\"PNR_Number\":\"NYZLXF\",\"TicketId\":\"NYZLXF\",\"TicketNumber\":\"NYZLXFAPH1\",\"sectors\":\"BLR-DBR\"}]}},\"postField\":[{\"PublishedFare\":3447,\"MasterTPSysId\":\"970562\",\"TPSysId\":\"970563\",\"TrxId\":\"78187\",\"VersionId\":\"294147\",\"PNRNumber\":\"NYZLXF\",\"customerpnr\":[{\"PNR_Number\":\"NYZLXF\",\"TicketId\":\"NYZLXF\",\"TicketNumber\":\"NYZLXFAPH1\",\"sectors\":\"BLR-DBR\"}],\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"OnwardAutoTicket\":1,\"sectorTitle\":\"BLR-DBR\",\"BookingId\":\"FLYB6XAPH\",\"APIBookingId\":\"FLYB6XAPH\"}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"ApiResultIndex\":\"5464243557253048620\",\"Flight_Key\":\"HR2cT7u7jlKyALK8who8qvqgxQR7Nb6zNuKAFJVzrN3M5Gb7hCrrfb99YZX+6BhHSCI3ee5IucVlkZm3d1zB\\/VJjw78T264PJQps+2VMNgevJogeEJ5nv7AmageryEtdLedy7cmykK3TyevXI9Q34po1GLhWO5mish9QmjMKSnCIl1WrznEmouHMZvL5qdbNptSLfTLbtwfWuqOizvwLbmisyT+Rw81GoOJZWxTcviOXHaoADlft4Rzvs\\/4EijriXXwXjYXJT3IeoAKK\\/puXDGIlh2HEA4VVeQCVWhfanIOxXhCzSYeprtWljReVN64yrzrzqyBP0r0nXzGTfyPC8Ni8Y8zUkMbICNQYiQunIOSf5sVgESdy4d8uNXDEnU3NaE\\/oCVNVizPrtH62qSyyxiWqtGmVWsSZfEjCYom42aQbY8fn7XbM0YwhYev7Ml+Jl4EEt3Ey3pQlA9Tjv2RJNGsLgRGFlAIqwTxJ7qdPfmGTqjP7xW+WCgQosShP9HubHPZiKYhnZQY\\/JLcvriq5Cvo868xWgDAKzaJMDQfgDwVO6uFIVTSNJzhF8a1G4qs1yTT\\/nvmQQ3I5eZR4Gzeh2c6DiBJ5\\/EXGYsyFQjXjj2zzk8KzIOxnXJ\\/N26yxG45o10\\/prAyOfQwqM1BkUPS55tNZdQUT7FcrWdtSaIJPZXVvu5p+6iqdIgqJnOHT5PdsaDxBcpMw5aFHtSD5F1wANwOTDG3phzR+lMFsKj0dlRw\\/tQOJxS3EJGLl2DJoeAeaoOXY4BVbcOnVIoNcJusWMjhhWOnQOpeIQj7j9P6q+PNqG7r4HC7ngkgjz95isZ+GrknbwSVdKVd12xJf+Fer48dygKfmjZ5eJo2JRTVUsDcgVHiCdY3tHVsfGeStpjQHmFb7ZoV1YytPL2SxN\\/3Kt2vPNyCsNulToIgE\\/FyrYNDo3uhxIUx7V0dG9l2CwnmEkq\\/FUKxRVHZzNOtdGFWGFsN863F96s2jBIB95Ap2PHW2LyJeDpY50Z\\/P75xqtxobxR8OS1GQ95N3JXInvXehgbJCJrrYAYD9CK2nnfhr3GyIcgNjE0V\\/8ivOFiSQXfPeXzbQbhhhzop9lGMBQRxrHWPS9CoFvodNgWzc590NwLk1Jr444nYgrLMaJmyywNccWWgxMxTqi3cUbQCWapQpGqJi7bK4v3u2rqZ2P66ihdQEQEGtQ7Qxl03VVPcvUZ7P2EIAoQOHU4\\/4US22e9XaO2Rjzkmj1ZWyJj5whHWdzLGwdWCaa6E3mqNVXNhBPOQNAiU3D5jZ35mHWuygLEuACOnU51hW3GbJ9OlJcUoQAdSBARFZabsFe3GHUwUXcnBkpxz245uNjPk69mob0M9FGs05x7Ln6es\\/ikSy00s7jQ7qkzf8bCie\\/l7Vqxmd8c+WP5nt6sQT+ZfwMqSOy4sRwIndQji1iKAuCOYMmdU6tQyOcOeg30vnqNbOy1HBiUlHqMb1zrtF\\/8Jk6OuJfFzLs4b03SqeKMHMLeZGDVtAP\\/gVT3uwTzpsQ7i1OXGxGCoFY2daJwK4CKHz7BoYJ5q2Uo54mEhuA4pIROnws7ceBYUu9s9W\\/uFvrwCa7po6mS5S2RQVWCO2Cm5VySNbqA0hANYh7y5RjYLK5ts8z4RZLvOuhUUqbmDThUHigYQ8jGxuASGCg7RbdyCI3CVpj6vzOuisGza9iyh0eNnqY1UgL\\/U=\",\"FlightNumber\":\"SG-495\",\"SegFlightNumberArr\":\"SG-495\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsLCC\":true,\"IsRefundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"FromUTCTime\":\"2023-12-14 10:00\",\"ToUTCTime\":\"2023-12-14 12:50\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:50\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DBR\",\"FlightDuration\":\"2h 50m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"3\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"PublishedFare\":3447,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3500,\"Tax\":0,\"intPublishedFare\":3447,\"OfferedFareAgent\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"PublishedFareAgent\":4147,\"CostToAgentCustomer\":4147,\"PublishedFarePerPax\":3447,\"OfferedFare\":3447,\"CommissionEarned\":0,\"CommDiscount\":0,\"TDS\":0,\"TDSEarn\":0,\"Refundable\":false,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"4999378873413847904\",\"Fare_Key\":null,\"colors\":\"#000000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"FLY\",\"GSTMandatory\":false,\"fareIdentifier\":\"INS PNR\",\"SeatAvailable\":\"3\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":700,\"IscheckinBagInc\":true,\"IscabinbagInc\":false,\"CheckinBaggage\":\"15kg\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":0,\"NetCommission\":0,\"BaseFare\":3500,\"Tax\":0,\"OfferedFare\":3447,\"PublishedFare\":3447,\"CostToAgent\":3447,\"TDS\":\"0\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"YR\":0},\"ApiNCM\":0,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":0,\"AgentMarkUp\":700,\"CostToAgentCustomer\":4147,\"Baggage\":\"15kg\",\"CabinBaggage\":\"\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":3447,\"CostToCustomer\":3447,\"CostToAgentCustomer\":4147,\"TotalEarning\":0,\"CostToCompany\":3447,\"CostToAgent\":3447,\"AgentB2CEarning\":700,\"intOfferedFare\":3447,\"intPublishFare\":3447,\"APIMarkup\":0,\"AgentMarkUp\":700,\"TDS\":\"0\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"BLR-DBR\":{\"ADULT\":{\"cabin\":\"\",\"checkin\":\"15kg\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Bengaluru Intl Arpt (BLR), India\",\"destinationAirportName\":\" Darbhanga Airport (DBR), India\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2023-12-14 12:50\",\"SegFlightNumber\":\"SG-495\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2023-12-14 10:00\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/SG.gif\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni8ngrh0ztLXxNAgxdZB6tg3hrNQJ208iXZC2gxTXbUhxp+X6kfvmSPccqwX\\/+z4KPJTBnBeMMHA+RL1Jz3MGfB9D7Mec\\/YvVlXfrOLijFRaEb5JZ9kTHSW5yrWN+qagALYMc+PHN18VSyEgu9BglfpGJP5fALyTvppK95Rcdq+FMl0Zy5SMBQ8LgHCa6iS\\/vtLL6J5g\\/mRaBAymumHIfKVfBXAfMWyHubspxSsAY4bWPI9s0db4dpBa2tj95U0rYsB6XPEEfJVs2THEl7msS3suoZhHEdqqvg+EPxaScy7ZKshxEfJWCNqXTjQ0+eAlIyRwwF5Id5dD5c7T7+eM2Pb9ThBt0X0YXWcYpuiOm5CogZJvu4jNAP9\\/XPAOxasEk1ieneO4L3QFzKMSEL43AIgqgcW0pJaVP50RLtqJCLgUN4KGvo6v0woqjZEz2zn9EL4SK5V+KZBe0yJqlSGDm8\\/BJnwTyWW1MjonWIfHW1fzIROHFl\\/0HnRbpmB2MTRq1R4MUF7hOZGKGkwEib5JkGHKi2I4HMFUrLXRrSAKQziify530dVCPiAPf4euEd1XqW1zm7ZxaGOgMaPd21gSjitTjyfaYVNA3ZahIXlPtbnN7aEceBZ2K8mTlVU56fyQ0O+IYw9bqElA\\/W0VSBfLirGBaXW\\/cc5A\\/Txaksss\\/DXK5\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7546\",\"TravelDate\":\"2023-12-14\"}],\"IsInternational\":0,\"CustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"6200384207\",\"FirstName\":\"MD WASIK\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-11 20:18:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"134\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"14\\/12\\/2023\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"14\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"49be3-1b5f2-edc9e-c3231\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"BLR\"],\"to\":[\"DBR\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Darbhanga\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Dec Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-11 20:17:00\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"03E8BC85-5A6B-4DB4-B116-C41046D70732\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-11 20:19:53'),(1941,'5c2ef-6e8c3-2f324-ef89c','{\"FlightBookingData\":[{\"ApiResultIndex\":\"4814038078510568373\",\"Flight_Key\":\"FDMTn\\/HKyal0PZBTytxASS3eGRvs5eGL8jatGXQyJNwKZ8KWlnr9XQ98ivLPuArodtNJSmDUo3vYZ+Igzz8rN8RBBXP8uF4ktVXuKFJu1rNLXeKfdn5L+XygNZlk9iZ9SNtz9NkvFBlMBuiXdk1WJN8LtHFqdd\\/lYQLf9q2IJ7yrb0BcjnWG+UbZE4DMgLVVI6LbVr6xPsN9142whyCfPn6EV1zPs8I9Ms5H4wWCHoPRjqogSJVDVl2mmLlua33lgzxuZDkebg1GofiSlBGTdVSma6obzl4WZ3a6ajRY9sqMh9+6H15jVEgq8JfV5cGf39rIvEPqC9Ro8nbRVSyTTzOxBGO3lfEROZDaztkZRyFXh3u2gSlLMN0voZHi9Nkr8MTf\\/ofrlxx1fMxBqDCtYmEPxs0V2CQPMxGkq4mwUtqTMJbgFQ54k44uNvKC5PzSLUqiYfRb9XoUEkC5aheUQt+TyTXVEjQdIbdwXa\\/GB1ZC1BB2OlXKViq27ZKi5PMAU7rIVJKKiBBMS+ksB4nsJWuaxit2qDLCuib0GcUmlEGGa8y7MfhCsCuzBbzPXR9EiuimqHOqqdFtOAgUd79\\/FDaWs2yTGf3NZOdonwDh+lwS90arZOyfT4dS1o5aY9FKr9raOj3WTFOA2S1bHXUcewuW1qhA6syvILq9pk+s\\/PAHpEYAmDnqEeh4MRDIISOXMQs\\/6t3fUV+9yJaXhHSkS0jLOBlqGwj++rFbzTaHa+giJjKPwqCINf1dZm2xV7GsMK0GC0zXfSRs7sJyrLUEQ8M2RJYk9XSBfc+lrHzqvVi3PZA8qsqkiw8jLWOV+ytUBOeCPEQqSMbV0ycxfhsUg8ySyw5Lz2tsY6HSLaTCm8JETkkIYrSJsn1M16D7wQ2Aa7gz2NiCaKQuPIKQvenWMRxLyahogI\\/edVaD52hBU2\\/yPsQ3Qdw9FqXLxKO+QqEBUiOEmSo26U30W\\/Q\\/922vlWqXBU5OFmLrLReUnG+T2FP7UFYj6J7wfy5j6uukxM3E9tdzBDcEDves1foubXOFh61zZjBAN4xppuuiumAoiny\\/dNl3\\/cMLlsaaGs271RSSy2AEigfJcPP\\/S0FAspMb49vSJdN3Z3iTX2o1hhwx09FARTv9q4jNiX4iHDVOJIgrz6nABKWdmEpMePzfN3c5CxnBwg\\/WHgCFAIsDk6X7yEYpou2kyVGKAx1Sb7ImEbhVhtF4JB5e1Zmtu3ycaDyo+kRreXL+5+431HHbVb1R35EpXIUPQUnfD5MJuwF52ovfG45vV6uOukBGIGhamVuEBLoTRJwEKeuDdZTnIoLWql+GW0oCYNYXSJDSeXxzR3gydR\\/VT0SVOwaEtB2bAhQhKsputCwnTgdYGrHRJUsTC5Z1CxuIRhdKQ8M3A6jY8I1PiZ6jdHQVhXiPlGtaHymCXhj+Nyu7ueosh2PjA5XpmgJrvnR2G0+MgaNp+k1vEjWrqqpFICv7bcal2z15ikmvfHvbV2DjdtWaLOFeMF+8MEOEQp53ZcRa87d5OAI40JCzA1rz8tVSYF5wjIoMgdWCTrbW7JREZeuEbEpjDwaWC6rErgJEuZ6w3FA3k3ltWLjrZj0NqtHBnkULJbImuKAKoTSvh\\/P8Q5LhH6AUAlM7v5PMOcWXd8SSWc+oDoUvo8I8RnEMCJLRJvjARiD6yIl2P8v+n6bENVbKdDKI4M9vfFs8JhqK8GwBL1PHV97XJKtwMFSAUFf8dXZUVpwpAEpy8JjpUsmYetTvCZ1BHrtBjx2IPup7cY\\/nqJjdPcArfpLlvpSAf8iNUWMRcVPmmk5xR5ZPYZDW9J0GgRKBrWbNbpJ5gEfCp0bS1Hf8qfgKCUEu0pm3Q8VLU5Ukp1X9nPTIATeeuDQRS5mLcUFQKAGlDpdeuOERWhI1SMmtCsGH7UE5xwzqdoQssYArJoselN0uaeCAAYqDCRTlCBcvBoKApPBu6Pu8aF1a4aE5rujuuWJJRJUx2tnXd94MguUPMP4jwcjHvFamDbIYAFaCDJR\\/KdQmEpPIRESBhXjw5fvOVGUUQ0KkUSzxkzIZqnKI0ID\\/kfrrHMwpWR4aPxIRU\\/jSO44LBlMCeAkzZlzEHkvLsIwk6E0Sts5gEoqrIGFohVlvvl2RfmcYbw0Kp9NLAvH2wXNkFn3PlANDAyLtEoj1oAItOyt61\\/1yH6iJ3Hv1ccFZFUltucBbkDv+fbv7nsbLlXXTd7+5TzyjY2VjUfR144Xvq9gb4nUT8TpIhrZldMVPrY\\/FT2ZiNDlHR\\/SvVcUQ+2s\\/RblDoahx2DH7nflffqwQTlym5sOl5LHJppv5MddvQIQJpV42L2fx18rTATObIiFiGuWVQJsFQMIQiVDkw0xd7j7Y9lfn0hdDb0L0nkbmCN6j+akAZpo5bzHiE+14zPAUyjZwfYlqrjbRbuM0vUVfmYsLq1CB+7\\/2yjce6atLbJSdZrVgP1TEKcNiGvgDl57k5G3q+x3ZjhLjft4DhAcBXTXtmbRBFIgC1+da8v682jfbI+y2jGb2O+qbcIdK41V9g21U2j9IoAJqvuGqzYr8wDUQODEKGCwPFFOrbAOaZbE5iSYn\\/RtFciXALOnVoPuAswscqxb8hNQ670QP5Tz\\/T5CVVkW8PDvFTxfUm8DD25URw1V5cvszBJYy3rZdT+bbmW4iUUnlVcLo91o0vEqQk2KByflhZnnpwGUOnQE\\/ccuA0g+4k+49fV+FqIZhv5xoDYQ47wfHaw6HjvcVzY1e2QIKg+cf\\/rkzJcZaq3ZrSOcTdkJ8LoQHto0KnERiHeCgLcf25k5Q4an0Etm\\/YcHhbxj6xSDHSuXRJwOl9ToxcoRFOAlNeBZglHsA0IWILPuKTJlOckh3Hz\\/ilqKWGHP4O8aOQjMXnmwZ8vRBTwvtmqOB3gR\\/x6oNqyJ5YzzvvjlPjCShq7z2c8Brzhir\\/qUXM59Huxi52pQy\\/vw7B45cKDCHkxTaceJNzMF2dnsNsVQEDb\\/xej49NW8gXDv3zJerjgE6RqDbFhWZKoFEQYqssn47JCRVQqy5RA7uKZLBcPGGooaIZVLqwVSQroheHnp4PoixGpp+C+ddGf650DTU1BJmdtdg8PzRD0Zu9zxhtN9oH2o4BMjAw552A+SG1dJsDnIMsIpri3LfEMd8\\/HUSK8sAH6BI6l36I1eWoTGMCRHrcE5e0zj1yQcxYWyU\\/RGd6671hirQYV4BaeRQN3WnlD8cZnkIBFOK2Clj8cazduf\\/Mc8vRjKJ6Tr1XNIfGdXgrclmW0bFoyxCqcNoYxkdwtUEwBzhj08Lf5XT50G5hRwkRso6l++okvQZyLdF91IDJgM2xRu3vBmIDkXmhc9539Fry8Rlizbhbdv3ELFvQHbiaNV5HpaccQGolqJ++Hz7JDSyafQmc8E1fyO6kCS\\/k0tTWHl8DEnfz46IUv0pBvdSnvaFpUxIVAjO2QhMpRl8DEpPgEejQP+O5eVheAF0xDcstsJwuL1+64O6QVtuJhQN0wHSkHYvC6zjUw7O80RD8udNbRz1nYjCY6aH+2fMbcKF3TtQ\\/Di5\\/VNrwnrPnVGGz53myQcAJEzr5XpNCXKgzJTVra3ds7tcThoj3ZV4vgqLvN8g64G59zooe1aLbsesC71NNB69TYNnALl\\/CfOQt5U9GK+6kLdKS\\/EtGVQX3u6dKg3XazWCJAXVq0+S+t4QIAdQGsrjYiBUwu3FE\\/Qmn0HeSZUBx2FaginzxHe\\/ENkOTPMBqr0G56WmUu6qrRS+2djG\\/9oP\\/fZA+QBm+fIoMv0VQnxOwNkwIOHWXQBZcOmUfHGB718Rnwc3R3IfLquCtKLqVgvNjDE456FbangYn4ZKwjjClCRvoQpJ3BDAV4iNgfFod3T46ds2HAtpaB+a2NxBeI5TJeuNLJkDeRv0FWAfc6lmSkmgIP+ufbPldZD7C3\\/ZXGHmuqCvm6PnNdkbptGn4obOJQR+2Xd5dKU3ZleNlpmlhIxsMGq9Ztcx+VlPfUHZ7TDBtguk4H7NlKqS96Zz+JMRpeejZ2X5cSLn9B5Dlb3qgjacDQwqDBYWFftrJIgyiY+PYDuwX7c4WiBv8Ap2cXeSVlSIVyqqTR6zw\\/1jmXpP6hiqDjrZ\\/U9qn4S2Gy8CwMvVtxtA3Gc8C9XL2H2q\\/PypgBj5Or67Ej3AJrJchXzXWkEANBGPZl\\/OHj0jmG7iSEznnYL1m9xRVX6AIjoFad+JB324nO1+T7hPqjDC10lkFBNW54bmSmLoQ71MIyEk5cVJfifgMzC9ThPzM1OGFd86RHKBXB85+9aZSWBGqjf6iQ+AX59oCJcdFCocAOUOfQH5XsZ7VlGFhe536sASLBZ+D6fmdMcwi7F5qmtPF356hJiTqb70xbj31blRqqcioX0A3GICQXiXYJbfkOxwzyOQkglMiw6+b0jVNe2a5rbYBCa2qUq+pDhuAlo5x9C\\/VerAYVSYV\\/UmPFqBXNUc8nzqbD8hPGKID7QKJdd2eIEDYbop9hb8Mdb2HxSgnHk9jboWun6RBLj4bXkB3uDRIVebwxkRM1Zlkw1PDNL6tNyHVy6BDcezGNhbfeOPn6XxYAjrox3I94iKJGVjDoGefG49GB+gArQOZ4mfvqe2EdeEyCvHT6klBHrewFjLYbMxgQdu7\\/0LG5pl2onAuAygQyurOpHjtrBS8782i6famnJgb4Vo6uOnNjOY07kZlqU3HJ8KG5mluhJ6qeR2bJakm3srw7xUHvza0KooiATrvfVpbdRuyA7YjN5cxOP2kz1Pb8eqU6oRtNd1EpkM2\\/hCUoqIU6Q5tiLJg0mop9JtGA1lINN0gsqSMFI53CS86Fvf34lXN6KaavUUYT0YENX3wRyjy0hsidnLF7kMOW45MZEISyStD2\\/6PruohOtLPc9P8J5ZRC6gxYhX\\/PO1a5Qos8YBg4ObxH0Ww4887N9HE\\/NVunY7ahxpdA8HD9AdSyphw135n0VD8p0R8TR1eISLAFp50p4Ou\\/WoxD1f\\/56248DTlGNoFV+rn63e8K0PheY6WKfhTkYcJrJIpkB2xlmBzSxGBvh1AF\\/ftx5zOVbIAFpScfpbHAMN\\/VB7OvkaLU5DMTqiu1DO3KvBLWap3yZhdUzaQ6OWRsK3hS7YToP1SAIQpQeu1AOVDuB9A8iJFPZfidH2zvax8NKu7rsir8JJEtTGrue5drjy6m9AUZgPe+57845U2y4QpNyfZiiQCCAbk\\/PyI3dRgeUVNeK588KOaaeLYMCVid5iq5moDL\\/oRCUHSWok3HCFe3TAEIBTffO5yIEttHXkY+MZTVRj5P6k9OcqNWvUMhRN05k6M57CxYOUAYXlHDZnch2PyA==\",\"FlightNumber\":\"QP-1541\",\"SegFlightNumberArr\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"IsLCC\":true,\"IsRefundable\":true,\"IsRefundableTxt\":\"Refundable\",\"FromUTCTime\":\"2023-12-15 19:50\",\"ToUTCTime\":\"2023-12-15 21:10\",\"DepartureTime\":\"19:50\",\"ArrivalTime\":\"21:10\",\"FareClass\":\"Economy\",\"SourceAirportCode\":\"GAU\",\"DestAirportCode\":\"CCU\",\"FlightDuration\":\"1h 20m\",\"StopCount\":\"Non-stop\",\"NoOfSeatAvailable\":\"2\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":14,\"IsInternational\":0,\"TotalFlightMembers\":1,\"SearchTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"logo\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"PublishedFare\":4242,\"isGSTMandatory\":0,\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":1,\"BaseFare\":3150,\"Tax\":1114,\"intPublishedFare\":4242,\"OfferedFareAgent\":4242,\"PublishedFare\":4242,\"CostToAgent\":4242,\"PublishedFareAgent\":4242,\"CostToAgentCustomer\":4242,\"PublishedFarePerPax\":4242,\"OfferedFare\":4242,\"CommissionEarned\":0,\"CommDiscount\":52,\"TDS\":3,\"TDSEarn\":0,\"Refundable\":true,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"MAIN4736141451777694011\",\"Fare_Key\":null,\"colors\":\"#008000\",\"FareClass\":\"Economy\",\"classOfBooking\":\"T2O7MBIX\",\"GSTMandatory\":false,\"fareIdentifier\":\"MAIN\",\"SeatAvailable\":\"2\",\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarnedAgent\":0,\"IscheckinBagInc\":true,\"IscabinbagInc\":true,\"CheckinBaggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR       \",\"PassengerType\":1,\"PaxType\":\"ADULT\",\"PassengerCount\":\"1\",\"Net_Commission\":52,\"NetCommission\":64,\"BaseFare\":3150,\"Tax\":1114,\"OfferedFare\":4242,\"PublishedFare\":4242,\"CostToAgent\":4242,\"TDS\":\"3\",\"TDSEarn\":0,\"TaxBR\":{\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":1114,\"YR\":0},\"ApiNCM\":52,\"CommissionEarned\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"intTotalGST\":0,\"CommDiscount\":52,\"AgentMarkUp\":0,\"CostToAgentCustomer\":4242,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7KG\",\"markUpArr\":{\"Currency\":\"INR       \",\"currencySysId\":1,\"IntNetCommission\":52,\"IntCommissionValInPercentage\":0,\"CommEarned\":0,\"CommDiscount\":52,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"PublishFare\":4242,\"CostToCustomer\":4242,\"CostToAgentCustomer\":4242,\"TotalEarning\":0,\"CostToCompany\":4242,\"CostToAgent\":4242,\"AgentB2CEarning\":0,\"intOfferedFare\":4242,\"intPublishFare\":4294,\"APIMarkup\":0,\"AgentMarkUp\":0,\"TDS\":\"3\",\"TDSEarn\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0}}],\"tripbinfo\":{\"GAU-CCU\":{\"ADULT\":{\"cabin\":\"7KG\",\"checkin\":\"15KG\"}}}},\"Segments\":[{\"segmentid\":1,\"segmentids\":0,\"isReturnSegment\":false,\"arrivingnextday\":false,\"originAirportName\":\" Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\",\"destinationAirportName\":\" Netaji Subhas Chandra Bose Intl (CCU), India\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2023-12-15 21:10\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"\",\"cabinClass\":\"Economy\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2023-12-15 19:50\",\"TripIndicator\":false,\"IscheckinBagInc\":false,\"IscabinbagInc\":false,\"CheckinBaggage\":\"\",\"CabinBaggage\":\"\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"19:50\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/gtxapi.hellogtx.com\\/public\\/AirlineLogo\\/QP.png\",\"Baggage\":[],\"MEAL\":[]}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isHoldAllowed\":false,\"IsSeatRequired\":false,\"IsMealRequired\":false,\"isSessionTime\":\"14:00\",\"Baggage\":[],\"Meal\":[],\"Search_Key\":\"DumH77\\/AROFJ7k+g+8Vni2yyR29EBftZDnR\\/hihgqqXwRgoggpONQ5tbIAj9+1Rg7cnYbbvjyEXo5WqsUUXgLoDcUyC3hfN+VoZpxtk469c34H5pHin8x8CYegfl5nH+pfflTacvTjL23JzTItqoH+q8B57DlBTRR7jiBxshzJdwsB98CgKekMRRM0lj9p2D45cRs9M2WfJpWgf3KFAkYxVm1VeWx1zFINleeOF1rXZhVvgvLAvBEZqqUjhpkb1nqfxitXBKwt5NIeZu53J2tQDWlX+T2D8MXXVek8Ul\\/UbE+J\\/DcZjyhgxmpPME2FFIe79qpSOv0FGZ9K3k9hEAOVpI0wnAzZxcRtCJ2uS+ZjLwoFgqs2InZAtUYavBERLU4VJv5rlCfk8PxD6T1F9eopZVvdTVuYl1w6pa\\/1QOd\\/bqg9mX8ZPc1oMgE8eJUNXF0wjAyBEW\\/Ow+Xe60p78UNLp3RTkknmL8YjSKwLLiU\\/fANkaOCAn+CGlYUQGY7klUrZKMHNNYBUeyvsDlfhtUwBsr00sJxQJLDnD8ndJ7+L3ZsyEmDEwE\\/acrOp0P3rAxTKt4a9fCNdeQ1G9OjIr1WZlO4Uu\\/Y+0b7ftIaOVJBrs5HUUPAfxMAD+0MlVqrC68RjQ9keaQKguozbV8S4oyHj2NKfcHy1WjACfkHgqgdzhc3QN4vh8b8lcAIOLw5nLB\",\"AirlineSysId\":\"0\",\"CurrencyType\":\"1\",\"SourcePlaceSysId\":\"11240\",\"DestPlaceSysId\":\"14323\",\"TravelDate\":\"2023-12-15\"}],\"flight_booking_id_Arr\":[\"246\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"98\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9577359661\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97689\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-13 00:11:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"173\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"98\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9577359661\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97689\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-13 00:11:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"modified\":\"2023-12-13 00:11:40\",\"created\":\"2023-12-13 00:11:40\",\"CustomerMemberSysId\":\"173\"}],\"CustomerSysId\":\"98\",\"CustomerMemSysId\":[\"173\"],\"flight_booking_customer\":[[\"298\"]],\"SearchTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Guwahati (GAU)\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"15\\/12\\/2023\",\"\"],\"source_city\":[\"GAU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_dateG\":[\"13\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Guwahati (GAU)\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[11240],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"sourceCityAirportCode\":[\"GAU\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"GAU\"],\"to\":[\"CCU\"],\"Fromlabel\":[\"Guwahati\"],\"Tolabel\":[\"Kolkata\"],\"sourceCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"15 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-13 00:09:49\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Guwahati (GAU)\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"GAU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_dateG\\\":[\\\"13\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Guwahati (GAU)\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-15\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[11240],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5c2ef-6e8c3-2f324-ef89c\\\",\\\"sourceCityAirportCode\\\":[\\\"GAU\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"GAU\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"Fromlabel\\\":[\\\"Guwahati\\\"],\\\"Tolabel\\\":[\\\"Kolkata\\\"],\\\"sourceCityText\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"15 Dec Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-13 00:09:49\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"ApiResultIndex\\\":\\\"4814038078510568373\\\",\\\"Flight_Key\\\":\\\"FDMTn\\\\\\/HKyal0PZBTytxASS3eGRvs5eGL8jatGXQyJNwKZ8KWlnr9XQ98ivLPuArodtNJSmDUo3vYZ+Igzz8rN8RBBXP8uF4ktVXuKFJu1rNLXeKfdn5L+XygNZlk9iZ9SNtz9NkvFBlMBuiXdk1WJN8LtHFqdd\\\\\\/lYQLf9q2IJ7yrb0BcjnWG+UbZE4DMgLVVI6LbVr6xPsN9142whyCfPn6EV1zPs8I9Ms5H4wWCHoPRjqogSJVDVl2mmLlua33lgzxuZDkebg1GofiSlBGTdVSma6obzl4WZ3a6ajRY9sqMh9+6H15jVEgq8JfV5cGf39rIvEPqC9Ro8nbRVSyTTzOxBGO3lfEROZDaztkZRyFXh3u2gSlLMN0voZHi9Nkr8MTf\\\\\\/ofrlxx1fMxBqDCtYmEPxs0V2CQPMxGkq4mwUtqTMJbgFQ54k44uNvKC5PzSLUqiYfRb9XoUEkC5aheUQt+TyTXVEjQdIbdwXa\\\\\\/GB1ZC1BB2OlXKViq27ZKi5PMAU7rIVJKKiBBMS+ksB4nsJWuaxit2qDLCuib0GcUmlEGGa8y7MfhCsCuzBbzPXR9EiuimqHOqqdFtOAgUd79\\\\\\/FDaWs2yTGf3NZOdonwDh+lwS90arZOyfT4dS1o5aY9FKr9raOj3WTFOA2S1bHXUcewuW1qhA6syvILq9pk+s\\\\\\/PAHpEYAmDnqEeh4MRDIISOXMQs\\\\\\/6t3fUV+9yJaXhHSkS0jLOBlqGwj++rFbzTaHa+giJjKPwqCINf1dZm2xV7GsMK0GC0zXfSRs7sJyrLUEQ8M2RJYk9XSBfc+lrHzqvVi3PZA8qsqkiw8jLWOV+ytUBOeCPEQqSMbV0ycxfhsUg8ySyw5Lz2tsY6HSLaTCm8JETkkIYrSJsn1M16D7wQ2Aa7gz2NiCaKQuPIKQvenWMRxLyahogI\\\\\\/edVaD52hBU2\\\\\\/yPsQ3Qdw9FqXLxKO+QqEBUiOEmSo26U30W\\\\\\/Q\\\\\\/922vlWqXBU5OFmLrLReUnG+T2FP7UFYj6J7wfy5j6uukxM3E9tdzBDcEDves1foubXOFh61zZjBAN4xppuuiumAoiny\\\\\\/dNl3\\\\\\/cMLlsaaGs271RSSy2AEigfJcPP\\\\\\/S0FAspMb49vSJdN3Z3iTX2o1hhwx09FARTv9q4jNiX4iHDVOJIgrz6nABKWdmEpMePzfN3c5CxnBwg\\\\\\/WHgCFAIsDk6X7yEYpou2kyVGKAx1Sb7ImEbhVhtF4JB5e1Zmtu3ycaDyo+kRreXL+5+431HHbVb1R35EpXIUPQUnfD5MJuwF52ovfG45vV6uOukBGIGhamVuEBLoTRJwEKeuDdZTnIoLWql+GW0oCYNYXSJDSeXxzR3gydR\\\\\\/VT0SVOwaEtB2bAhQhKsputCwnTgdYGrHRJUsTC5Z1CxuIRhdKQ8M3A6jY8I1PiZ6jdHQVhXiPlGtaHymCXhj+Nyu7ueosh2PjA5XpmgJrvnR2G0+MgaNp+k1vEjWrqqpFICv7bcal2z15ikmvfHvbV2DjdtWaLOFeMF+8MEOEQp53ZcRa87d5OAI40JCzA1rz8tVSYF5wjIoMgdWCTrbW7JREZeuEbEpjDwaWC6rErgJEuZ6w3FA3k3ltWLjrZj0NqtHBnkULJbImuKAKoTSvh\\\\\\/P8Q5LhH6AUAlM7v5PMOcWXd8SSWc+oDoUvo8I8RnEMCJLRJvjARiD6yIl2P8v+n6bENVbKdDKI4M9vfFs8JhqK8GwBL1PHV97XJKtwMFSAUFf8dXZUVpwpAEpy8JjpUsmYetTvCZ1BHrtBjx2IPup7cY\\\\\\/nqJjdPcArfpLlvpSAf8iNUWMRcVPmmk5xR5ZPYZDW9J0GgRKBrWbNbpJ5gEfCp0bS1Hf8qfgKCUEu0pm3Q8VLU5Ukp1X9nPTIATeeuDQRS5mLcUFQKAGlDpdeuOERWhI1SMmtCsGH7UE5xwzqdoQssYArJoselN0uaeCAAYqDCRTlCBcvBoKApPBu6Pu8aF1a4aE5rujuuWJJRJUx2tnXd94MguUPMP4jwcjHvFamDbIYAFaCDJR\\\\\\/KdQmEpPIRESBhXjw5fvOVGUUQ0KkUSzxkzIZqnKI0ID\\\\\\/kfrrHMwpWR4aPxIRU\\\\\\/jSO44LBlMCeAkzZlzEHkvLsIwk6E0Sts5gEoqrIGFohVlvvl2RfmcYbw0Kp9NLAvH2wXNkFn3PlANDAyLtEoj1oAItOyt61\\\\\\/1yH6iJ3Hv1ccFZFUltucBbkDv+fbv7nsbLlXXTd7+5TzyjY2VjUfR144Xvq9gb4nUT8TpIhrZldMVPrY\\\\\\/FT2ZiNDlHR\\\\\\/SvVcUQ+2s\\\\\\/RblDoahx2DH7nflffqwQTlym5sOl5LHJppv5MddvQIQJpV42L2fx18rTATObIiFiGuWVQJsFQMIQiVDkw0xd7j7Y9lfn0hdDb0L0nkbmCN6j+akAZpo5bzHiE+14zPAUyjZwfYlqrjbRbuM0vUVfmYsLq1CB+7\\\\\\/2yjce6atLbJSdZrVgP1TEKcNiGvgDl57k5G3q+x3ZjhLjft4DhAcBXTXtmbRBFIgC1+da8v682jfbI+y2jGb2O+qbcIdK41V9g21U2j9IoAJqvuGqzYr8wDUQODEKGCwPFFOrbAOaZbE5iSYn\\\\\\/RtFciXALOnVoPuAswscqxb8hNQ670QP5Tz\\\\\\/T5CVVkW8PDvFTxfUm8DD25URw1V5cvszBJYy3rZdT+bbmW4iUUnlVcLo91o0vEqQk2KByflhZnnpwGUOnQE\\\\\\/ccuA0g+4k+49fV+FqIZhv5xoDYQ47wfHaw6HjvcVzY1e2QIKg+cf\\\\\\/rkzJcZaq3ZrSOcTdkJ8LoQHto0KnERiHeCgLcf25k5Q4an0Etm\\\\\\/YcHhbxj6xSDHSuXRJwOl9ToxcoRFOAlNeBZglHsA0IWILPuKTJlOckh3Hz\\\\\\/ilqKWGHP4O8aOQjMXnmwZ8vRBTwvtmqOB3gR\\\\\\/x6oNqyJ5YzzvvjlPjCShq7z2c8Brzhir\\\\\\/qUXM59Huxi52pQy\\\\\\/vw7B45cKDCHkxTaceJNzMF2dnsNsVQEDb\\\\\\/xej49NW8gXDv3zJerjgE6RqDbFhWZKoFEQYqssn47JCRVQqy5RA7uKZLBcPGGooaIZVLqwVSQroheHnp4PoixGpp+C+ddGf650DTU1BJmdtdg8PzRD0Zu9zxhtN9oH2o4BMjAw552A+SG1dJsDnIMsIpri3LfEMd8\\\\\\/HUSK8sAH6BI6l36I1eWoTGMCRHrcE5e0zj1yQcxYWyU\\\\\\/RGd6671hirQYV4BaeRQN3WnlD8cZnkIBFOK2Clj8cazduf\\\\\\/Mc8vRjKJ6Tr1XNIfGdXgrclmW0bFoyxCqcNoYxkdwtUEwBzhj08Lf5XT50G5hRwkRso6l++okvQZyLdF91IDJgM2xRu3vBmIDkXmhc9539Fry8Rlizbhbdv3ELFvQHbiaNV5HpaccQGolqJ++Hz7JDSyafQmc8E1fyO6kCS\\\\\\/k0tTWHl8DEnfz46IUv0pBvdSnvaFpUxIVAjO2QhMpRl8DEpPgEejQP+O5eVheAF0xDcstsJwuL1+64O6QVtuJhQN0wHSkHYvC6zjUw7O80RD8udNbRz1nYjCY6aH+2fMbcKF3TtQ\\\\\\/Di5\\\\\\/VNrwnrPnVGGz53myQcAJEzr5XpNCXKgzJTVra3ds7tcThoj3ZV4vgqLvN8g64G59zooe1aLbsesC71NNB69TYNnALl\\\\\\/CfOQt5U9GK+6kLdKS\\\\\\/EtGVQX3u6dKg3XazWCJAXVq0+S+t4QIAdQGsrjYiBUwu3FE\\\\\\/Qmn0HeSZUBx2FaginzxHe\\\\\\/ENkOTPMBqr0G56WmUu6qrRS+2djG\\\\\\/9oP\\\\\\/fZA+QBm+fIoMv0VQnxOwNkwIOHWXQBZcOmUfHGB718Rnwc3R3IfLquCtKLqVgvNjDE456FbangYn4ZKwjjClCRvoQpJ3BDAV4iNgfFod3T46ds2HAtpaB+a2NxBeI5TJeuNLJkDeRv0FWAfc6lmSkmgIP+ufbPldZD7C3\\\\\\/ZXGHmuqCvm6PnNdkbptGn4obOJQR+2Xd5dKU3ZleNlpmlhIxsMGq9Ztcx+VlPfUHZ7TDBtguk4H7NlKqS96Zz+JMRpeejZ2X5cSLn9B5Dlb3qgjacDQwqDBYWFftrJIgyiY+PYDuwX7c4WiBv8Ap2cXeSVlSIVyqqTR6zw\\\\\\/1jmXpP6hiqDjrZ\\\\\\/U9qn4S2Gy8CwMvVtxtA3Gc8C9XL2H2q\\\\\\/PypgBj5Or67Ej3AJrJchXzXWkEANBGPZl\\\\\\/OHj0jmG7iSEznnYL1m9xRVX6AIjoFad+JB324nO1+T7hPqjDC10lkFBNW54bmSmLoQ71MIyEk5cVJfifgMzC9ThPzM1OGFd86RHKBXB85+9aZSWBGqjf6iQ+AX59oCJcdFCocAOUOfQH5XsZ7VlGFhe536sASLBZ+D6fmdMcwi7F5qmtPF356hJiTqb70xbj31blRqqcioX0A3GICQXiXYJbfkOxwzyOQkglMiw6+b0jVNe2a5rbYBCa2qUq+pDhuAlo5x9C\\\\\\/VerAYVSYV\\\\\\/UmPFqBXNUc8nzqbD8hPGKID7QKJdd2eIEDYbop9hb8Mdb2HxSgnHk9jboWun6RBLj4bXkB3uDRIVebwxkRM1Zlkw1PDNL6tNyHVy6BDcezGNhbfeOPn6XxYAjrox3I94iKJGVjDoGefG49GB+gArQOZ4mfvqe2EdeEyCvHT6klBHrewFjLYbMxgQdu7\\\\\\/0LG5pl2onAuAygQyurOpHjtrBS8782i6famnJgb4Vo6uOnNjOY07kZlqU3HJ8KG5mluhJ6qeR2bJakm3srw7xUHvza0KooiATrvfVpbdRuyA7YjN5cxOP2kz1Pb8eqU6oRtNd1EpkM2\\\\\\/hCUoqIU6Q5tiLJg0mop9JtGA1lINN0gsqSMFI53CS86Fvf34lXN6KaavUUYT0YENX3wRyjy0hsidnLF7kMOW45MZEISyStD2\\\\\\/6PruohOtLPc9P8J5ZRC6gxYhX\\\\\\/PO1a5Qos8YBg4ObxH0Ww4887N9HE\\\\\\/NVunY7ahxpdA8HD9AdSyphw135n0VD8p0R8TR1eISLAFp50p4Ou\\\\\\/WoxD1f\\\\\\/56248DTlGNoFV+rn63e8K0PheY6WKfhTkYcJrJIpkB2xlmBzSxGBvh1AF\\\\\\/ftx5zOVbIAFpScfpbHAMN\\\\\\/VB7OvkaLU5DMTqiu1DO3KvBLWap3yZhdUzaQ6OWRsK3hS7YToP1SAIQpQeu1AOVDuB9A8iJFPZfidH2zvax8NKu7rsir8JJEtTGrue5drjy6m9AUZgPe+57845U2y4QpNyfZiiQCCAbk\\\\\\/PyI3dRgeUVNeK588KOaaeLYMCVid5iq5moDL\\\\\\/oRCUHSWok3HCFe3TAEIBTffO5yIEttHXkY+MZTVRj5P6k9OcqNWvUMhRN05k6M57CxYOUAYXlHDZnch2PyA==\\\",\\\"FlightNumber\\\":\\\"QP-1541\\\",\\\"SegFlightNumberArr\\\":\\\"QP-1541\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"IsLCC\\\":true,\\\"IsRefundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"FromUTCTime\\\":\\\"2023-12-15 19:50\\\",\\\"ToUTCTime\\\":\\\"2023-12-15 21:10\\\",\\\"DepartureTime\\\":\\\"19:50\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"SourceAirportCode\\\":\\\"GAU\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"NoOfSeatAvailable\\\":\\\"2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"ICSourceSysId\\\":14,\\\"IsInternational\\\":0,\\\"TotalFlightMembers\\\":1,\\\"SearchTraceId\\\":\\\"5c2ef-6e8c3-2f324-ef89c\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"PublishedFare\\\":4242,\\\"isGSTMandatory\\\":0,\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":1,\\\"currencySysId\\\":1,\\\"BaseFare\\\":3150,\\\"Tax\\\":1114,\\\"intPublishedFare\\\":4242,\\\"OfferedFareAgent\\\":4242,\\\"PublishedFare\\\":4242,\\\"CostToAgent\\\":4242,\\\"PublishedFareAgent\\\":4242,\\\"CostToAgentCustomer\\\":4242,\\\"PublishedFarePerPax\\\":4242,\\\"OfferedFare\\\":4242,\\\"CommissionEarned\\\":0,\\\"CommDiscount\\\":52,\\\"TDS\\\":3,\\\"TDSEarn\\\":0,\\\"Refundable\\\":true,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"MAIN4736141451777694011\\\",\\\"Fare_Key\\\":null,\\\"colors\\\":\\\"#008000\\\",\\\"FareClass\\\":\\\"Economy\\\",\\\"classOfBooking\\\":\\\"T2O7MBIX\\\",\\\"GSTMandatory\\\":false,\\\"fareIdentifier\\\":\\\"MAIN\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarnedAgent\\\":0,\\\"IscheckinBagInc\\\":true,\\\"IscabinbagInc\\\":true,\\\"CheckinBaggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"IsMealIncludes\\\":false,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR       \\\",\\\"PassengerType\\\":1,\\\"PaxType\\\":\\\"ADULT\\\",\\\"PassengerCount\\\":\\\"1\\\",\\\"Net_Commission\\\":52,\\\"NetCommission\\\":64,\\\"BaseFare\\\":3150,\\\"Tax\\\":1114,\\\"OfferedFare\\\":4242,\\\"PublishedFare\\\":4242,\\\"CostToAgent\\\":4242,\\\"TDS\\\":\\\"3\\\",\\\"TDSEarn\\\":0,\\\"TaxBR\\\":{\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":1114,\\\"YR\\\":0},\\\"ApiNCM\\\":52,\\\"CommissionEarned\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"CommDiscount\\\":52,\\\"AgentMarkUp\\\":0,\\\"CostToAgentCustomer\\\":4242,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7KG\\\",\\\"markUpArr\\\":{\\\"Currency\\\":\\\"INR       \\\",\\\"currencySysId\\\":1,\\\"IntNetCommission\\\":52,\\\"IntCommissionValInPercentage\\\":0,\\\"CommEarned\\\":0,\\\"CommDiscount\\\":52,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"PublishFare\\\":4242,\\\"CostToCustomer\\\":4242,\\\"CostToAgentCustomer\\\":4242,\\\"TotalEarning\\\":0,\\\"CostToCompany\\\":4242,\\\"CostToAgent\\\":4242,\\\"AgentB2CEarning\\\":0,\\\"intOfferedFare\\\":4242,\\\"intPublishFare\\\":4294,\\\"APIMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"TDS\\\":\\\"3\\\",\\\"TDSEarn\\\":0,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0}}],\\\"tripbinfo\\\":{\\\"GAU-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7KG\\\",\\\"checkin\\\":\\\"15KG\\\"}}}},\\\"Segments\\\":[{\\\"segmentid\\\":1,\\\"segmentids\\\":0,\\\"isReturnSegment\\\":false,\\\"arrivingnextday\\\":false,\\\"originAirportName\\\":\\\" Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\",\\\"destinationAirportName\\\":\\\" Netaji Subhas Chandra Bose Intl (CCU), India\\\",\\\"originCityName\\\":\\\"Guwahati\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2023-12-15 21:10\\\",\\\"SegFlightNumber\\\":\\\"QP-1541\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"\\\",\\\"cabinClass\\\":\\\"Economy\\\",\\\"originAirportCode\\\":\\\"GAU\\\",\\\"originDepTime\\\":\\\"2023-12-15 19:50\\\",\\\"TripIndicator\\\":false,\\\"IscheckinBagInc\\\":false,\\\"IscabinbagInc\\\":false,\\\"CheckinBaggage\\\":\\\"\\\",\\\"CabinBaggage\\\":\\\"\\\",\\\"IsMealIncludes\\\":false,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":\\\"2\\\",\\\"strDepartureDtTime\\\":\\\"19:50\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"T1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/gtxapi.hellogtx.com\\\\\\/public\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"Baggage\\\":[],\\\"MEAL\\\":[]}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isHoldAllowed\\\":false,\\\"IsSeatRequired\\\":false,\\\"IsMealRequired\\\":false,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Search_Key\\\":\\\"DumH77\\\\\\/AROFJ7k+g+8Vni2yyR29EBftZDnR\\\\\\/hihgqqXwRgoggpONQ5tbIAj9+1Rg7cnYbbvjyEXo5WqsUUXgLoDcUyC3hfN+VoZpxtk469c34H5pHin8x8CYegfl5nH+pfflTacvTjL23JzTItqoH+q8B57DlBTRR7jiBxshzJdwsB98CgKekMRRM0lj9p2D45cRs9M2WfJpWgf3KFAkYxVm1VeWx1zFINleeOF1rXZhVvgvLAvBEZqqUjhpkb1nqfxitXBKwt5NIeZu53J2tQDWlX+T2D8MXXVek8Ul\\\\\\/UbE+J\\\\\\/DcZjyhgxmpPME2FFIe79qpSOv0FGZ9K3k9hEAOVpI0wnAzZxcRtCJ2uS+ZjLwoFgqs2InZAtUYavBERLU4VJv5rlCfk8PxD6T1F9eopZVvdTVuYl1w6pa\\\\\\/1QOd\\\\\\/bqg9mX8ZPc1oMgE8eJUNXF0wjAyBEW\\\\\\/Ow+Xe60p78UNLp3RTkknmL8YjSKwLLiU\\\\\\/fANkaOCAn+CGlYUQGY7klUrZKMHNNYBUeyvsDlfhtUwBsr00sJxQJLDnD8ndJ7+L3ZsyEmDEwE\\\\\\/acrOp0P3rAxTKt4a9fCNdeQ1G9OjIr1WZlO4Uu\\\\\\/Y+0b7ftIaOVJBrs5HUUPAfxMAD+0MlVqrC68RjQ9keaQKguozbV8S4oyHj2NKfcHy1WjACfkHgqgdzhc3QN4vh8b8lcAIOLw5nLB\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"CurrencyType\\\":\\\"1\\\",\\\"SourcePlaceSysId\\\":\\\"11240\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"TravelDate\\\":\\\"2023-12-15\\\"}]\",\"SSRArrIds\":\"[]\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9577359661\",\"leadEmail\":\"mohibulhoqur00@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohibul\",\"passenger-lastname-1\":\"Hoque\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Nagaon\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34342\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97689\",\"Salutation\":\"1\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"CountryCode\":\"91\",\"MobileNo\":\"9577359661\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"98\",\"EmailId\":\"mohibulhoqur00@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9577359661\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97689\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-13 00:11:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5c2ef-6e8c3-2f324-ef89c\",\"modified\":\"2023-12-13 00:11:40\",\"created\":\"2023-12-13 00:11:40\",\"MobileNo\":\"9577359661\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"mohibulhoqur00@gmail.com\",\"UserSysId\":\"100685\",\"CustomerSysId\":\"521277\",\"AgencySysId\":\"97689\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"Mohibul\",\"LastName\":\"Hoque\",\"Password_cu\":\"\",\"AgencyName\":\"Fresify\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9577359661\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"687430A4-BDB7-418B-8990-CC135DD46BC6\",\"Address\":\"NAGAON, ASSAM\",\"PinCode\":\"782001\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"3\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0}','2023-12-13 00:11:58'),(1943,'e1e86-ee045-a7531-d76d3','{\"BookingData\":[{\"bookingId\":\"BKR112980067287\",\"bookingId_TJ\":\"TJ112980067287\",\"FlightNumber\":\"IX-136\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"23:30\",\"ArrivalTime\":\"05:00\",\"TravelDate\":\"2023-12-14T23:30\",\"LocalFromTime\":\"2023-12-14 23:30\",\"FromUTCTime\":\"2023-12-14T23:30\",\"LocalToTime\":\"2023-12-15 05:00\",\"ToUTCTime\":\"2023-12-15T05:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 14 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"5h 30m\",\"SourcePlaceSysId\":24993,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SHJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":17164.8,\"PublishedFareTxt\":\"17,165\",\"ApiResultIndex\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SHJ-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Only Statutory Taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":4000,\"additionalFee\":50,\"policyInfo\":\"+ Difference in fare if any\",\"fcs\":{\"CRF\":50,\"ARFT\":200,\"ARF\":4000,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":5000,\"additionalFee\":100,\"policyInfo\":\"+ Convenience fee per guest per segment\",\"fcs\":{\"CCF\":100,\"ACF\":5000,\"CCFT\":18,\"ACFT\":250},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8032,\"Tax\":9132.8,\"YQTax\":5672,\"OtherCharges\":3449,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17164.8,\"PublishedFare\":16624.94,\"OfferedFare\":16624.94,\"CommissionEarned\":539.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-28.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1070873319_0SHJDELIX136~105843397742097\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Xpress Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":539.86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20 Kg Total In 2 Piece\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9132.8,\"BaseFareCal\":16624.94,\"BaseFare\":8032,\"CommissionEarned\":539.86,\"TDS\":-28.41,\"MF\":10,\"YQ\":5672,\"AGST\":0,\"MFT\":1.8,\"OT\":3449,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg Total In 2 Piece\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":539.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":16624.94,\"CostToCustomer\":16624.94,\"BaseFareCal\":16624.94,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":16624.94,\"intOfferedFare\":16624.94,\"intPublishFare\":17164.8,\"TripjackMarkup\":0,\"TripjackCommission\":539.86,\"TripjackTDS\":\"28.41\",\"AddiMarkup\":0,\"CommisionPass\":539.86,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"492\",\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-15T05:00\",\"SegFlightNumber\":\"IX-136\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-12-14T23:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg Total In 2 Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"23:30\",\"strArrivalDtTime\":\"05:00\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"PBAB\",\"Price\":3370,\"amount\":3370,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"PBAC\",\"Price\":6740,\"amount\":6740,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"PBAD\",\"Price\":11230,\"amount\":11230,\"Weight\":\"+ 15 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VSDB\",\"Price\":150,\"amount\":150,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VFPB\",\"Price\":200,\"amount\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VPMB\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VPBB\",\"Price\":500,\"amount\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VMFB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VMCB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VIVB\",\"Price\":500,\"amount\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VBKB\",\"Price\":500,\"amount\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NOSB\",\"Price\":500,\"amount\":500,\"Description\":\"Masala Omelette with Chicken Sausage & Hash Brown\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NMTB\",\"Price\":500,\"amount\":500,\"Description\":\"Murg Tikka Masala with Lachha Paratha\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NMBB\",\"Price\":500,\"amount\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NFFB\",\"Price\":500,\"amount\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCNB\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Nuggets with Fried Potatoes\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCBB\",\"Price\":500,\"amount\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e1e86-ee045-a7531-d76d3\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-13T17:36:23.657\",\"strTraceId\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SHJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":24993,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR112980067287\",\"bookingId_TJ\":\"TJ112980067287\",\"FlightNumber\":\"IX-136\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"strTraceId\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"23:30\",\"ArrivalTime\":\"05:00\",\"TravelDate\":\"2023-12-14T23:30\",\"LocalFromTime\":\"2023-12-14 23:30\",\"FromUTCTime\":\"2023-12-14T23:30\",\"LocalToTime\":\"2023-12-15 05:00\",\"ToUTCTime\":\"2023-12-15T05:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Thu, 14 Dec\",\"ArrivalDateTxt\":\"Fri, 15 Dec\",\"FlightDuration\":\"5h 30m\",\"SourcePlaceSysId\":24993,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SHJ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":17164.8,\"ApiResultIndex\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"e1e86-ee045-a7531-d76d3\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-13T17:36:23.657\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8032,\"Tax\":9132.8,\"YQTax\":5672,\"OtherCharges\":3449,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17164.8,\"PublishedFare\":16624.94,\"OfferedFare\":16624.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9132.8,\"BaseFareCal\":16624.94,\"BaseFare\":8032,\"CommissionEarned\":539.86,\"TDS\":-28.41,\"MF\":10,\"YQ\":5672,\"AGST\":0,\"MFT\":1.8,\"OT\":3449,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"492\",\"originAirportName\":\"Sharjah Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Sharjah\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-12-15T05:00\",\"SegFlightNumber\":\"IX-136\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"SHJ\",\"originDepTime\":\"2023-12-14T23:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg Total In 2 Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"23:30\",\"strArrivalDtTime\":\"05:00\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1070873319_0SHJDELIX136~22965127624170\",\"localFromDateTime\":\"2023-12-14 23:30\",\"localToDateTime\":\"2023-12-15 05:00\",\"strSourceAirportCode\":\"SHJ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":24993,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Sharjah\",\"mytrip_city_to\":\"Delhi\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"SHJ\",\"ContSysId_1\":\"228\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Sharjah, AE - Sharjah Airport SHJ, United Arab Emirates\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"14\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" AE - Sharjah Airport SHJ\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"SHJ\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"SHJ\",\"to\":\"DEL\",\"sourceCityText\":\"Sharjah, AE - Sharjah Airport SHJ, United Arab Emirates\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":24993,\"destinationCityId\":7701,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-14\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e1e86-ee045-a7531-d76d3\",\"PreferredAirline\":null,\"from_city_\":\"1__SHJ-DEL\"}}','2023-12-13 17:34:45'),(1945,'b3acf-a7e03-8597a-6057d','{\"BookingData\":[{\"bookingId\":\"BKR107480276635\",\"bookingId_TJ\":\"TJ107480276635\",\"FlightNumber\":\"SG- 496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-12-18T13:35\",\"LocalFromTime\":\"2023-12-18 13:35\",\"FromUTCTime\":\"2023-12-18T13:35\",\"LocalToTime\":\"2023-12-18 15:55\",\"ToUTCTime\":\"2023-12-18T15:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12831.8,\"PublishedFareTxt\":\"12,832\",\"ApiResultIndex\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DBR-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12320,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12831.8,\"PublishedFare\":12831.8,\"OfferedFare\":12831.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R39-1812067936_0DBRBLRSG496~187711172027463\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":12831.8,\"BaseFare\":12320,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12831.8,\"CostToCustomer\":12831.8,\"BaseFareCal\":12831.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12831.8,\"intOfferedFare\":12831.8,\"intPublishFare\":12831.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"754\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T15:55\",\"SegFlightNumber\":\"SG- 496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-12-18T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b3acf-a7e03-8597a-6057d\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-16T11:50:49.996\",\"strTraceId\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107480276635\",\"bookingId_TJ\":\"TJ107480276635\",\"FlightNumber\":\"SG- 496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"strTraceId\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-12-18T13:35\",\"LocalFromTime\":\"2023-12-18 13:35\",\"FromUTCTime\":\"2023-12-18T13:35\",\"LocalToTime\":\"2023-12-18 15:55\",\"ToUTCTime\":\"2023-12-18T15:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12831.8,\"ApiResultIndex\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"b3acf-a7e03-8597a-6057d\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-16T11:50:49.996\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12320,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12831.8,\"PublishedFare\":12831.8,\"OfferedFare\":12831.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":12831.8,\"BaseFare\":12320,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"754\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T15:55\",\"SegFlightNumber\":\"SG- 496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-12-18T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"39-1812067936_0DBRBLRSG496~9052095440153\",\"localFromDateTime\":\"2023-12-18 13:35\",\"localToDateTime\":\"2023-12-18 15:55\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Darbhanga\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DBR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"18\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Darbhanga Airport DBR\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DBR\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DBR\",\"to\":\"BLR\",\"sourceCityText\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7546,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b3acf-a7e03-8597a-6057d\",\"PreferredAirline\":null,\"from_city_\":\"1__DBR-BLR\"}}','2023-12-16 11:49:11'),(1947,'8d224-3c7a1-90f28-91ca9','{\"BookingData\":[{\"bookingId\":\"BKR106580276929\",\"bookingId_TJ\":\"TJ106580276929\",\"FlightNumber\":\"SG- 496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-12-18T13:35\",\"LocalFromTime\":\"2023-12-18 13:35\",\"FromUTCTime\":\"2023-12-18T13:35\",\"LocalToTime\":\"2023-12-18 15:55\",\"ToUTCTime\":\"2023-12-18T15:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12831.8,\"PublishedFareTxt\":\"12,832\",\"ApiResultIndex\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DBR-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12320,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12831.8,\"PublishedFare\":12831.8,\"OfferedFare\":12831.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R39-1341592282_0DBRBLRSG496~3901614890916\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":12831.8,\"BaseFare\":12320,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12831.8,\"CostToCustomer\":12831.8,\"BaseFareCal\":12831.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12831.8,\"intOfferedFare\":12831.8,\"intPublishFare\":12831.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"306\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T15:55\",\"SegFlightNumber\":\"SG- 496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-12-18T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8d224-3c7a1-90f28-91ca9\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-16T11:53:21.423\",\"strTraceId\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106580276929\",\"bookingId_TJ\":\"TJ106580276929\",\"FlightNumber\":\"SG- 496\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"strTraceId\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:35\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2023-12-18T13:35\",\"LocalFromTime\":\"2023-12-18 13:35\",\"FromUTCTime\":\"2023-12-18T13:35\",\"LocalToTime\":\"2023-12-18 15:55\",\"ToUTCTime\":\"2023-12-18T15:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":7546,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"DBR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":12831.8,\"ApiResultIndex\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"8d224-3c7a1-90f28-91ca9\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2023-12-16T11:53:21.423\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":12320,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12831.8,\"PublishedFare\":12831.8,\"OfferedFare\":12831.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"BaseFareCal\":12831.8,\"BaseFare\":12320,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"306\",\"originAirportName\":\"Darbhanga Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Darbhanga\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-18T15:55\",\"SegFlightNumber\":\"SG- 496\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DBR\",\"originDepTime\":\"2023-12-18T13:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:35\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"39-1341592282_0DBRBLRSG496~105733109979796\",\"localFromDateTime\":\"2023-12-18 13:35\",\"localToDateTime\":\"2023-12-18 15:55\",\"strSourceAirportCode\":\"DBR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":7546,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Darbhanga\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"DBR\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"18\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Darbhanga Airport DBR\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DBR\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"DBR\",\"to\":\"BLR\",\"sourceCityText\":\"Darbhanga, IN - Darbhanga Airport DBR, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":7546,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8d224-3c7a1-90f28-91ca9\",\"PreferredAirline\":null,\"from_city_\":\"1__DBR-BLR\"}}','2023-12-16 11:51:42'),(1953,'9f294-580dd-8b07b-e7d1b','{\"FlightBookingData\":[{\"bookingId\":\"DMC106780354412\",\"bookingId_TJ\":\"TJ106780354412\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"apiTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-18T07:25\",\"LocalFromTime\":\"2023-12-18 07:25\",\"FromUTCTime\":\"2023-12-18T07:25\",\"LocalToTime\":\"2023-12-18 09:40\",\"ToUTCTime\":\"2023-12-18T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,575\",\"ApiResultIndex\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12700,\"Tax\":1049.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13749.8,\"PublishedFare\":13574.86,\"PublishedFareAgent\":16574.86,\"OfferedFareAgent\":13574.86,\"OfferedFare\":13574.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3296356778_0DELGAU6E262~19717280815968\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"TotalBaseFare\":13749.8,\"BaseFareCal\":13574.86,\"BaseFare\":12700,\"CommissionEarned\":174.94,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":174.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13574.86,\"CostToCustomer\":13574.86,\"BaseFareCal\":13574.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13574.86,\"intOfferedFare\":13574.86,\"intPublishFare\":13749.8,\"TripjackMarkup\":0,\"TripjackCommission\":174.94,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-18T09:40\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-18T07:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"247\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9509969303\",\"FirstName\":\"PREM\",\"LastName\":\"DAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-17 13:05:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"135\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"135\",\"CustomerMemSysId\":[\"135\"],\"flight_booking_customer\":[[\"299\"]],\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"18\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GAU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"departure_dateG\":[\"18\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"GAU\"],\"from\":[\"DEL\"],\"to\":[\"GAU\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Guwahati\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"18 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-17 13:01:26\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Guwahati (GAU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"GAU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\\\"],\\\"departure_dateG\\\":[\\\"18\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Guwahati (GAU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2023-12-18\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[11240],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9f294-580dd-8b07b-e7d1b\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"GAU\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"GAU\\\"],\\\"Fromlabel\\\":[\\\"Delhi\\\"],\\\"Tolabel\\\":[\\\"Guwahati\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/12\\\\\\/2023\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"18 Dec Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-17 13:01:26\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106780354412\\\",\\\"bookingId_TJ\\\":\\\"TJ106780354412\\\",\\\"FlightNumber\\\":\\\"6E-262\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9f294-580dd-8b07b-e7d1b\\\",\\\"apiTraceId\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"07:25\\\",\\\"ArrivalTime\\\":\\\"09:40\\\",\\\"TravelDate\\\":\\\"2023-12-18T07:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-18 07:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-18T07:25\\\",\\\"LocalToTime\\\":\\\"2023-12-18 09:40\\\",\\\"ToUTCTime\\\":\\\"2023-12-18T09:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Mon, 18 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 18 Dec\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"11240\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"GAU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,575\\\",\\\"ApiResultIndex\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12700,\\\"Tax\\\":1049.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":488,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13749.8,\\\"PublishedFare\\\":13574.86,\\\"PublishedFareAgent\\\":16574.86,\\\"OfferedFareAgent\\\":13574.86,\\\"OfferedFare\\\":13574.86,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R5-3296356778_0DELGAU6E262~19717280815968\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1049.8,\\\"TotalBaseFare\\\":13749.8,\\\"BaseFareCal\\\":13574.86,\\\"BaseFare\\\":12700,\\\"CommissionEarned\\\":174.94,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":488,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-GAU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":174.94,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":13574.86,\\\"CostToCustomer\\\":13574.86,\\\"BaseFareCal\\\":13574.86,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":13574.86,\\\"intOfferedFare\\\":13574.86,\\\"intPublishFare\\\":13749.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":174.94,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"399\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Guwahati\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GAU\\\",\\\"destinationArrTime\\\":\\\"2023-12-18T09:40\\\",\\\"SegFlightNumber\\\":\\\"6E-262\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-12-18T07:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"07:25\\\",\\\"strArrivalDtTime\\\":\\\"09:40\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-GAU\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"ARFT\\\":162.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"ARFT\\\":137.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-17 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"GAU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"11240\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9509969303\",\"leadEmail\":\"ajaynavhal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PREM\",\"passenger-lastname-1\":\"DAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97862\",\"Salutation\":\"1\",\"EmailId\":\"ajaynavhal@gmail.com\",\"FirstName\":\"PREM\",\"LastName\":\"DAN\",\"CountryCode\":\"91\",\"MobileNo\":\"9509969303\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ106780354412\",\"amount\":13749.8,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"ajaynavhal@gmail.com\"],\"contacts\":[\"919509969303\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-12-17T13:07:45.679\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21393320\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"262\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"GAU\",\"name\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"cityCode\":\"GAU\",\"city\":\"Guwahati\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-12-18T07:25\",\"at\":\"2023-12-18T09:40\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-GAU\":\"P35EGX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PREM\",\"lN\":\"DAN\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":1.8,\"BF\":12700,\"NCM\":174.94,\"TF\":13749.8,\"NF\":13574.86,\"TAF\":1049.8},\"afC\":{\"NCM\":{\"OT\":184.15,\"TDS\":-9.21},\"TAF\":{\"YQ\":550,\"OT\":488,\"MFT\":1.8,\"AGST\":0,\"MF\":10}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97862\",\"MasterTPSysId\":\"979108\",\"TPSysId\":\"979109\",\"TrxId\":\"78750\",\"VersionId\":\"296214\",\"XRefBookingId\":\"DMC106780354412\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC106780354412\\\",\\\"bookingId_TJ\\\":\\\"TJ106780354412\\\",\\\"FlightNumber\\\":\\\"6E-262\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9f294-580dd-8b07b-e7d1b\\\",\\\"apiTraceId\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"07:25\\\",\\\"ArrivalTime\\\":\\\"09:40\\\",\\\"TravelDate\\\":\\\"2023-12-18T07:25\\\",\\\"LocalFromTime\\\":\\\"2023-12-18 07:25\\\",\\\"FromUTCTime\\\":\\\"2023-12-18T07:25\\\",\\\"LocalToTime\\\":\\\"2023-12-18 09:40\\\",\\\"ToUTCTime\\\":\\\"2023-12-18T09:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Mon, 18 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 18 Dec\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"11240\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"GAU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,575\\\",\\\"ApiResultIndex\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12700,\\\"Tax\\\":1049.8,\\\"YQTax\\\":550,\\\"OtherCharges\\\":488,\\\"Discount\\\":0,\\\"ServiceFee\\\":10,\\\"ManagementFeeTax\\\":1.8,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13749.8,\\\"PublishedFare\\\":13574.86,\\\"PublishedFareAgent\\\":16574.86,\\\"OfferedFareAgent\\\":13574.86,\\\"OfferedFare\\\":13574.86,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R5-3296356778_0DELGAU6E262~19717280815968\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":3000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1049.8,\\\"TotalBaseFare\\\":13749.8,\\\"BaseFareCal\\\":13574.86,\\\"BaseFare\\\":12700,\\\"CommissionEarned\\\":174.94,\\\"TDS\\\":0,\\\"MF\\\":10,\\\"YQ\\\":550,\\\"AGST\\\":0,\\\"MFT\\\":1.8,\\\"OT\\\":488,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":3000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"DEL-GAU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":174.94,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":13574.86,\\\"CostToCustomer\\\":13574.86,\\\"BaseFareCal\\\":13574.86,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":13574.86,\\\"intOfferedFare\\\":13574.86,\\\"intPublishFare\\\":13749.8,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":174.94,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":174.94,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":3000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":3000,\\\"CostToAgentCustomer\\\":16574.86,\\\"CostToAgent\\\":13574.86,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"399\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Guwahati\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GAU\\\",\\\"destinationArrTime\\\":\\\"2023-12-18T09:40\\\",\\\"SegFlightNumber\\\":\\\"6E-262\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2023-12-18T07:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"07:25\\\",\\\"strArrivalDtTime\\\":\\\"09:40\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBA\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBB\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"IXBC\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage For Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPJ\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg lacto meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VGAN\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Vegan meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"VCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"6E Eats choice of the day (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"LCVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Low calorie veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Jain meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"DBVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Diabetic veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHVM\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Kiddie delight (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"AGSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"IndiaByIndiGo regional favourite (veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"NUSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"6E Eats choice of the day (non-veg) + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Gluten-free non-veg meal + beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CHNM\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Kiddie delight (non-veg)+ beverage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"399\\\",\\\"Code\\\":\\\"CPML\\\",\\\"Price\\\":650,\\\"Description\\\":\\\"Standard Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"5-3296356778_0DELGAU6E262~349021098367933\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-GAU\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"5\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":3250,\\\"CRF\\\":50,\\\"ARFT\\\":162.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARF\\\":2750,\\\"CRF\\\":50,\\\"ARFT\\\":137.5,\\\"CRFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"ACFT\\\":175},\\\"st\\\":\\\"5\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2023-12-17 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"GAU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"11240\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ106780354412\\\",\\\"amount\\\":13749.8,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"ajaynavhal@gmail.com\\\"],\\\"contacts\\\":[\\\"919509969303\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2023-12-17T13:07:45.679\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21393320\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"6E\\\",\\\"name\\\":\\\"IndiGo\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"262\\\",\\\"eT\\\":\\\"321\\\"},\\\"stops\\\":0,\\\"duration\\\":135,\\\"da\\\":{\\\"code\\\":\\\"DEL\\\",\\\"name\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"cityCode\\\":\\\"DEL\\\",\\\"city\\\":\\\"Delhi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal 1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"GAU\\\",\\\"name\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"cityCode\\\":\\\"GAU\\\",\\\"city\\\":\\\"Guwahati\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2023-12-18T07:25\\\",\\\"at\\\":\\\"2023-12-18T09:40\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"DEL-GAU\\\":\\\"P35EGX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"PREM\\\",\\\"lN\\\":\\\"DAN\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"IGST\\\":1.8,\\\"BF\\\":12700,\\\"NCM\\\":174.94,\\\"TF\\\":13749.8,\\\"NF\\\":13574.86,\\\"TAF\\\":1049.8},\\\"afC\\\":{\\\"NCM\\\":{\\\"OT\\\":184.15,\\\"TDS\\\":-9.21},\\\"TAF\\\":{\\\"YQ\\\":550,\\\"OT\\\":488,\\\"MFT\\\":1.8,\\\"AGST\\\":0,\\\"MF\\\":10}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"DEL-GAU\\\":\\\"P35EGX\\\"},\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"PREM\\\",\\\"lN\\\":\\\"DAN\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":13574.86,\\\"NetPrice\\\":13574.86,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":13574.86,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Delhi (DEL)-Guwahati (GAU)\",\"Amount\":12700,\"NetAmount\":13574.86}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC106780354412\",\"bookingId_TJ\":\"TJ106780354412\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"apiTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2023-12-18T07:25\",\"LocalFromTime\":\"2023-12-18 07:25\",\"FromUTCTime\":\"2023-12-18T07:25\",\"LocalToTime\":\"2023-12-18 09:40\",\"ToUTCTime\":\"2023-12-18T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 18 Dec\",\"ArrivalDateTxt\":\"Mon, 18 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,575\",\"ApiResultIndex\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12700,\"Tax\":1049.8,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13749.8,\"PublishedFare\":13574.86,\"PublishedFareAgent\":16574.86,\"OfferedFareAgent\":13574.86,\"OfferedFare\":13574.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3296356778_0DELGAU6E262~19717280815968\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":3000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1049.8,\"TotalBaseFare\":13749.8,\"BaseFareCal\":13574.86,\"BaseFare\":12700,\"CommissionEarned\":174.94,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":0,\"MFT\":1.8,\"OT\":488,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":3000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"DEL-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":174.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13574.86,\"CostToCustomer\":13574.86,\"BaseFareCal\":13574.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13574.86,\"intOfferedFare\":13574.86,\"intPublishFare\":13749.8,\"TripjackMarkup\":0,\"TripjackCommission\":174.94,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":174.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":3000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":3000,\"CostToAgentCustomer\":16574.86,\"CostToAgent\":13574.86,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2023-12-18T09:40\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-12-18T07:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-3296356778_0DELGAU6E262~349021098367933\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"ARFT\":137.5,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"ajaynavhal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9509969303\",\"FirstName\":\"PREM\",\"LastName\":\"DAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97862\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-17 13:05:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"135\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"18\\/12\\/2023\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GAU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"departure_dateG\":[\"18\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-12-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9f294-580dd-8b07b-e7d1b\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"GAU\"],\"from\":[\"DEL\"],\"to\":[\"GAU\"],\"Fromlabel\":[\"Delhi\"],\"Tolabel\":[\"Guwahati\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/12\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"18 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-17 13:01:26\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-17 13:06:08'),(1954,'39','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"17\\/12\\/2023\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2023-12-17 13:10:04'),(1961,'1f283-c73ba-589a1-4d3df','{\"FlightBookingData\":[{\"bookingId\":\"DMC106281042227\",\"bookingId_TJ\":\"TJ106281042227\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"apiTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2024-02-14T21:50\",\"LocalFromTime\":\"2024-02-14 21:50\",\"FromUTCTime\":\"2024-02-14T21:50\",\"LocalToTime\":\"2024-02-15 00:25\",\"ToUTCTime\":\"2024-02-15T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 14 Feb\",\"ArrivalDateTxt\":\"Thu, 15 Feb\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"22,347\",\"ApiResultIndex\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21200,\"Tax\":1147.2,\"YQTax\":0,\"OtherCharges\":1100,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22347.2,\"PublishedFare\":22347.2,\"PublishedFareAgent\":22347.2,\"OfferedFareAgent\":22347.2,\"OfferedFare\":22347.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-5170995033_0CCUBLRQP1541~35094800152467\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1147.2,\"TotalBaseFare\":22347.2,\"BaseFareCal\":22347.2,\"BaseFare\":21200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":22347.2,\"CostToCustomer\":22347.2,\"BaseFareCal\":22347.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":22347.2,\"intOfferedFare\":22347.2,\"intPublishFare\":22347.2,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-15T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-02-14T21:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"249\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Irfan\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"137\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Yaseen\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"177\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Saqlain r\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"178\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed abu\",\"LastName\":\"Bakkar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"179\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Yaseen\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"CustomerMemberSysId\":\"177\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Saqlain r\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"CustomerMemberSysId\":\"178\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed abu\",\"LastName\":\"Bakkar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"CustomerMemberSysId\":\"179\"}],\"CustomerSysId\":\"137\",\"CustomerMemSysId\":[\"137\",\"177\",\"178\",\"179\"],\"flight_booking_customer\":[[\"304\",\"305\",\"306\",\"307\"]],\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"14\\/02\\/2024\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"26\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1f283-c73ba-589a1-4d3df\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"CCU\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Kolkata\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Feb Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-26 16:54:35\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1f283-c73ba-589a1-4d3df\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/02\\\\\\/2024\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"26\\\\\\/12\\\\\\/2023\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2024-02-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1f283-c73ba-589a1-4d3df\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Kolkata\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/02\\\\\\/2024\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"14 Feb Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2023-12-26 16:54:35\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2},\\\"3\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":3},\\\"4\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":4}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106281042227\\\",\\\"bookingId_TJ\\\":\\\"TJ106281042227\\\",\\\"FlightNumber\\\":\\\"QP-1541\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"1f283-c73ba-589a1-4d3df\\\",\\\"apiTraceId\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"21:50\\\",\\\"ArrivalTime\\\":\\\"00:25\\\",\\\"TravelDate\\\":\\\"2024-02-14T21:50\\\",\\\"LocalFromTime\\\":\\\"2024-02-14 21:50\\\",\\\"FromUTCTime\\\":\\\"2024-02-14T21:50\\\",\\\"LocalToTime\\\":\\\"2024-02-15 00:25\\\",\\\"ToUTCTime\\\":\\\"2024-02-15T00:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Wed, 14 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 15 Feb\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"22,347\\\",\\\"ApiResultIndex\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21200,\\\"Tax\\\":1147.2,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1100,\\\"Discount\\\":0,\\\"ServiceFee\\\":40,\\\"ManagementFeeTax\\\":7.2,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22347.2,\\\"PublishedFare\\\":22347.2,\\\"PublishedFareAgent\\\":22347.2,\\\"OfferedFareAgent\\\":22347.2,\\\"OfferedFare\\\":22347.2,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"R11-5170995033_0CCUBLRQP1541~35094800152467\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"4\\\",\\\"TaxIN\\\":1147.2,\\\"TotalBaseFare\\\":22347.2,\\\"BaseFareCal\\\":22347.2,\\\"BaseFare\\\":21200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":40,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":7.2,\\\"OT\\\":1100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"CCU-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":22347.2,\\\"CostToCustomer\\\":22347.2,\\\"BaseFareCal\\\":22347.2,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":22347.2,\\\"intOfferedFare\\\":22347.2,\\\"intPublishFare\\\":22347.2,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"965\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2024-02-15T00:25\\\",\\\"SegFlightNumber\\\":\\\"QP-1541\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2024-02-14T21:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"21:50\\\",\\\"strArrivalDtTime\\\":\\\"00:25\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-02-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":4,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8290407450\",\"leadEmail\":\"krishnatravels613@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Irfan\",\"passenger-lastname-1\":\"Khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Mohammed\",\"passenger-lastname-2\":\"Yaseen\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"passenger-salutation-3\":\"1\",\"passenger-firstname-3\":\"Mohammed\",\"passenger-lastname-3\":\"Saqlain r\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"paxType-4\":\"1\",\"relation-4\":\"0\",\"CustomerSysId-4\":\"0\",\"passenger-salutation-4\":\"1\",\"passenger-firstname-4\":\"Mohammed abu\",\"passenger-lastname-4\":\"Bakkar\",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"1\",\"EmailId\":\"krishnatravels613@gmail.com\",\"FirstName\":\"Irfan\",\"LastName\":\"Khan\",\"CountryCode\":\"91\",\"MobileNo\":\"8290407450\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Yaseen\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"MobileNo\":\"8290407450\",\"B2B\":true},\"2\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Saqlain r\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"MobileNo\":\"8290407450\",\"B2B\":true},\"3\":{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed abu\",\"LastName\":\"Bakkar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1f283-c73ba-589a1-4d3df\",\"modified\":\"2023-12-26 17:00:06\",\"created\":\"2023-12-26 17:00:06\",\"MobileNo\":\"8290407450\",\"B2B\":true}},\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"JAIPUR\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":0,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ106281042227\",\"amount\":22347.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"krishnatravels613@gmail.com\"],\"contacts\":[\"918290407450\"]},\"status\":\"PENDING\",\"createdOn\":\"2023-12-26T17:02:12.453\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21581764\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1541\"},\"stops\":0,\"duration\":155,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2024-02-14T21:50\",\"at\":\"2024-02-15T00:25\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Irfan\",\"lN\":\"Khan\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed\",\"lN\":\"Yaseen\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed\",\"lN\":\"Saqlain r\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammed abu\",\"lN\":\"Bakkar\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1147.2,\"TF\":22347.2,\"NF\":22347.2,\"BF\":21200,\"IGST\":7.2},\"afC\":{\"TAF\":{\"MFT\":7.2,\"OT\":1100,\"MF\":40}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"991183\",\"TPSysId\":\"991184\",\"TrxId\":\"79510\",\"VersionId\":\"299223\",\"XRefBookingId\":\"DMC106281042227\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC106281042227\\\",\\\"bookingId_TJ\\\":\\\"TJ106281042227\\\",\\\"FlightNumber\\\":\\\"QP-1541\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"1f283-c73ba-589a1-4d3df\\\",\\\"apiTraceId\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"21:50\\\",\\\"ArrivalTime\\\":\\\"00:25\\\",\\\"TravelDate\\\":\\\"2024-02-14T21:50\\\",\\\"LocalFromTime\\\":\\\"2024-02-14 21:50\\\",\\\"FromUTCTime\\\":\\\"2024-02-14T21:50\\\",\\\"LocalToTime\\\":\\\"2024-02-15 00:25\\\",\\\"ToUTCTime\\\":\\\"2024-02-15T00:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Wed, 14 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 15 Feb\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"22,347\\\",\\\"ApiResultIndex\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":21200,\\\"Tax\\\":1147.2,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1100,\\\"Discount\\\":0,\\\"ServiceFee\\\":40,\\\"ManagementFeeTax\\\":7.2,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22347.2,\\\"PublishedFare\\\":22347.2,\\\"PublishedFareAgent\\\":22347.2,\\\"OfferedFareAgent\\\":22347.2,\\\"OfferedFare\\\":22347.2,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"R11-5170995033_0CCUBLRQP1541~35094800152467\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"4\\\",\\\"TaxIN\\\":1147.2,\\\"TotalBaseFare\\\":22347.2,\\\"BaseFareCal\\\":22347.2,\\\"BaseFare\\\":21200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":40,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":7.2,\\\"OT\\\":1100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"tripbinfo\\\":{\\\"CCU-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1},\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":22347.2,\\\"CostToCustomer\\\":22347.2,\\\"BaseFareCal\\\":22347.2,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":22347.2,\\\"intOfferedFare\\\":22347.2,\\\"intPublishFare\\\":22347.2,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":22347.2,\\\"CostToAgent\\\":22347.2,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"965\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2024-02-15T00:25\\\",\\\"SegFlightNumber\\\":\\\"QP-1541\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2024-02-14T21:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"21:50\\\",\\\"strArrivalDtTime\\\":\\\"00:25\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"11-5170995033_0CCUBLRQP1541~25696883449122\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\\\\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"DATECHANGE\\\":[{\\\"policyInfo\\\":\\\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":[],\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-02-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":4,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false,\\\"OnwardAutoTicket\\\":0},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ106281042227\\\",\\\"amount\\\":22347.2,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"krishnatravels613@gmail.com\\\"],\\\"contacts\\\":[\\\"918290407450\\\"]},\\\"status\\\":\\\"PENDING\\\",\\\"createdOn\\\":\\\"2023-12-26T17:02:12.453\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21581764\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"QP\\\",\\\"name\\\":\\\"Akasa Air\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1541\\\"},\\\"stops\\\":0,\\\"duration\\\":155,\\\"da\\\":{\\\"code\\\":\\\"CCU\\\",\\\"name\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"cityCode\\\":\\\"CCU\\\",\\\"city\\\":\\\"Kolkata\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"\\\"},\\\"dt\\\":\\\"2024-02-14T21:50\\\",\\\"at\\\":\\\"2024-02-15T00:25\\\",\\\"iand\\\":true,\\\"isRs\\\":false,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Irfan\\\",\\\"lN\\\":\\\"Khan\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed\\\",\\\"lN\\\":\\\"Yaseen\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed\\\",\\\"lN\\\":\\\"Saqlain r\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed abu\\\",\\\"lN\\\":\\\"Bakkar\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TAF\\\":1147.2,\\\"TF\\\":22347.2,\\\"NF\\\":22347.2,\\\"BF\\\":21200,\\\"IGST\\\":7.2},\\\"afC\\\":{\\\"TAF\\\":{\\\"MFT\\\":7.2,\\\"OT\\\":1100,\\\"MF\\\":40}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Irfan\\\",\\\"lN\\\":\\\"Khan\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed\\\",\\\"lN\\\":\\\"Yaseen\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed\\\",\\\"lN\\\":\\\"Saqlain r\\\"},{\\\"ti\\\":\\\"Mr\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"Mohammed abu\\\",\\\"lN\\\":\\\"Bakkar\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":22347.2,\\\"NetPrice\\\":22347.2,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":22347.2,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":0,\"sectorTitle\":\"Kolkata (CCU)-Bengaluru (BLR)\",\"Amount\":21200,\"NetAmount\":22347.2}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC106281042227\",\"bookingId_TJ\":\"TJ106281042227\",\"FlightNumber\":\"QP-1541\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"apiTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:25\",\"TravelDate\":\"2024-02-14T21:50\",\"LocalFromTime\":\"2024-02-14 21:50\",\"FromUTCTime\":\"2024-02-14T21:50\",\"LocalToTime\":\"2024-02-15 00:25\",\"ToUTCTime\":\"2024-02-15T00:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 14 Feb\",\"ArrivalDateTxt\":\"Thu, 15 Feb\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"22,347\",\"ApiResultIndex\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":21200,\"Tax\":1147.2,\"YQTax\":0,\"OtherCharges\":1100,\"Discount\":0,\"ServiceFee\":40,\"ManagementFeeTax\":7.2,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22347.2,\"PublishedFare\":22347.2,\"PublishedFareAgent\":22347.2,\"OfferedFareAgent\":22347.2,\"OfferedFare\":22347.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-5170995033_0CCUBLRQP1541~35094800152467\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1147.2,\"TotalBaseFare\":22347.2,\"BaseFareCal\":22347.2,\"BaseFare\":21200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":40,\"YQ\":0,\"AGST\":0,\"MFT\":7.2,\"OT\":1100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"tripbinfo\":{\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":22347.2,\"CostToCustomer\":22347.2,\"BaseFareCal\":22347.2,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":22347.2,\"intOfferedFare\":22347.2,\"intPublishFare\":22347.2,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":22347.2,\"CostToAgent\":22347.2,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-15T00:25\",\"SegFlightNumber\":\"QP-1541\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-02-14T21:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:25\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-5170995033_0CCUBLRQP1541~25696883449122\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":4,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Irfan\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"137\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Yaseen\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"177\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed\",\"LastName\":\"Saqlain r\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"178\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"137\",\"EmailId\":\"krishnatravels613@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8290407450\",\"FirstName\":\"Mohammed abu\",\"LastName\":\"Bakkar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:00:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"179\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"1f283-c73ba-589a1-4d3df\",\"bookingHold\":0,\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"14\\/02\\/2024\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"26\\/12\\/2023\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1f283-c73ba-589a1-4d3df\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"CCU\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Kolkata\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"14 Feb Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2023-12-26 16:54:35\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2023-12-26 17:00:37'),(1963,'93131-f4901-7ff46-0749f','{\"BookingData\":[{\"bookingId\":\"BKR101881162955\",\"bookingId_TJ\":\"TJ101881162955\",\"FlightNumber\":\"6E-5053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2024-01-23T05:40\",\"LocalFromTime\":\"2024-01-23 05:40\",\"FromUTCTime\":\"2024-01-23T05:40\",\"LocalToTime\":\"2024-01-23 16:20\",\"ToUTCTime\":\"2024-01-23T16:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":640,\"DepartureDateTxt\":\"Tue, 23 Jan\",\"ArrivalDateTxt\":\"Tue, 23 Jan\",\"FlightDuration\":\"10h 40m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":16637,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"IXE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6259.8,\"PublishedFareTxt\":\"6,260\",\"ApiResultIndex\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-IXE\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4167,\"Tax\":2092.8,\"YQTax\":800,\"OtherCharges\":1025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":256,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6259.8,\"PublishedFare\":6202.4,\"OfferedFare\":6202.4,\"CommissionEarned\":57.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3222327022_0IDRBOM6E5053BOMIXE6E165~53484721543953\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.4,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2092.8,\"BaseFareCal\":6202.4,\"BaseFare\":4167,\"CommissionEarned\":57.4,\"TDS\":-3.02,\"MF\":10,\"YQ\":800,\"AGST\":256,\"MFT\":1.8,\"OT\":1025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6202.4,\"CostToCustomer\":6202.4,\"BaseFareCal\":6202.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6202.4,\"intOfferedFare\":6202.4,\"intPublishFare\":6259.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.4,\"TripjackTDS\":\"3.02\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":57.4,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"884\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-23T06:55\",\"SegFlightNumber\":\"6E-5053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2024-01-23T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bajpe Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mangalore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXE\",\"destinationArrTime\":\"2024-01-23T16:20\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-23T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"93131-f4901-7ff46-0749f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T01:09:42.666\",\"strTraceId\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"IXE\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":16637,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101881162955\",\"bookingId_TJ\":\"TJ101881162955\",\"FlightNumber\":\"6E-5053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"strTraceId\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2024-01-23T05:40\",\"LocalFromTime\":\"2024-01-23 05:40\",\"FromUTCTime\":\"2024-01-23T05:40\",\"LocalToTime\":\"2024-01-23 16:20\",\"ToUTCTime\":\"2024-01-23T16:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":640,\"DepartureDateTxt\":\"Tue, 23 Jan\",\"ArrivalDateTxt\":\"Tue, 23 Jan\",\"FlightDuration\":\"10h 40m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":16637,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"IXE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6259.8,\"ApiResultIndex\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"93131-f4901-7ff46-0749f\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T01:09:42.666\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4167,\"Tax\":2092.8,\"YQTax\":800,\"OtherCharges\":1025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":256,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6259.8,\"PublishedFare\":6202.4,\"OfferedFare\":6202.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2092.8,\"BaseFareCal\":6202.4,\"BaseFare\":4167,\"CommissionEarned\":57.4,\"TDS\":-3.02,\"MF\":10,\"YQ\":800,\"AGST\":256,\"MFT\":1.8,\"OT\":1025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"884\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-23T06:55\",\"SegFlightNumber\":\"6E-5053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2024-01-23T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"885\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bajpe Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mangalore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXE\",\"destinationArrTime\":\"2024-01-23T16:20\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-23T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3222327022_1IDRBOM6E5053BOMIXE6E165~120012747201367\",\"localFromDateTime\":\"2024-01-23 05:40\",\"localToDateTime\":\"2024-01-23 16:20\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"IXE\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":16637,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Indore\",\"mytrip_city_to\":\"Mangalore\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXE\",\"ContSysId\":\"101\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destination\":\"Mangalore, IN - Bajpe Arpt IXE, India\",\"departure_date\":\"23\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"to_mytrip_city\":\" IN - Bajpe Arpt IXE\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"IXE\",\"from\":\"IDR\",\"to\":\"IXE\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destinationCityText\":\"Mangalore, IN - Bajpe Arpt IXE, India\",\"sourceCityId\":12706,\"destinationCityId\":16637,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"93131-f4901-7ff46-0749f\",\"PreferredAirline\":null,\"from_city_\":\"1__IDR-IXE\"}}','2023-12-28 01:08:03'),(1966,'34345-59e25-8123b-2dbc2','{\"BookingData\":[{\"bookingId\":\"BKR100781208243\",\"bookingId_TJ\":\"TJ100781208243\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"PublishedFareTxt\":\"9,648\",\"ApiResultIndex\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRF\":50,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRF\":50,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"CommissionEarned\":110.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3865613515_0AMDBLR6E6422~30673899306133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9537.32,\"CostToCustomer\":9537.32,\"BaseFareCal\":9537.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9537.32,\"intOfferedFare\":9537.32,\"intPublishFare\":9647.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.48,\"TripjackTDS\":\"5.82\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":110.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"2\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"34345-59e25-8123b-2dbc2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:02:10.658\",\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100781208243\",\"bookingId_TJ\":\"TJ100781208243\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"ApiResultIndex\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"34345-59e25-8123b-2dbc2\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:02:10.658\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"2\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3865613515_0AMDBLR6E6422~31342733614638\",\"localFromDateTime\":\"2023-12-30 04:10\",\"localToDateTime\":\"2023-12-30 06:15\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"250\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"138\",\"CustomerMemSysId\":[\"138\"],\"flight_booking_id\":[\"250\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"mahendradewasi288@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9789157706\",\"FirstName\":\"Suresh Kumar \",\"LastName\":\"Suresh Kumar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-28-17-01-57\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"138\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"138\",\"CustomerMemSysId\":[\"138\"],\"flight_booking_customer\":[[\"308\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"30\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"AMD\",\"to\":\"BLR\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":296,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"34345-59e25-8123b-2dbc2\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BLR\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"994312\",\"TPSysId\":\"994313\",\"VersionId\":[\"299902\"],\"CustomerSysId\":\"583770\",\"TrxId\":\"79750\",\"FareBreakdownid\":[\"391372\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"138\",\"CustomerMemSysId\":[\"138\"],\"flight_booking_id\":[\"250\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"mahendradewasi288@gmail.com\",\"FirstName\":\"Suresh Kumar \",\"LastName\":\"Suresh Kumar \",\"CountryCode\":\"91\",\"MobileNo\":\"9789157706\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[]}','2023-12-28 17:01:58'),(1968,'7937d-c25b7-cb518-2dded','{\"BookingData\":[{\"bookingId\":\"BKR100181208517\",\"bookingId_TJ\":\"TJ100181208517\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"PublishedFareTxt\":\"9,648\",\"ApiResultIndex\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"CommissionEarned\":110.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.82,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-9448067454_0AMDBLR6E6422~115379535948015\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":110.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":110.48,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9537.32,\"CostToCustomer\":9537.32,\"BaseFareCal\":9537.32,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9537.32,\"intOfferedFare\":9537.32,\"intPublishFare\":9647.8,\"TripjackMarkup\":0,\"TripjackCommission\":110.48,\"TripjackTDS\":\"5.82\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":110.48,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"375\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"375\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7937d-c25b7-cb518-2dded\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:04:52.039\",\"strTraceId\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100181208517\",\"bookingId_TJ\":\"TJ100181208517\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"strTraceId\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9647.8,\"ApiResultIndex\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7937d-c25b7-cb518-2dded\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:04:52.039\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8021,\"Tax\":1626.8,\"YQTax\":550,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":434,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9647.8,\"PublishedFare\":9537.32,\"OfferedFare\":9537.32,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1626.8,\"BaseFareCal\":9537.32,\"BaseFare\":8021,\"CommissionEarned\":110.48,\"TDS\":-5.82,\"MF\":10,\"YQ\":550,\"AGST\":434,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"375\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9448067454_0AMDBLR6E6422~111702732015048\",\"localFromDateTime\":\"2023-12-30 04:10\",\"localToDateTime\":\"2023-12-30 06:15\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"30\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"AMD\",\"to\":\"BLR\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":296,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7937d-c25b7-cb518-2dded\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BLR\"}}','2023-12-28 17:03:12');
INSERT INTO `tbl_temp_data` VALUES (1970,'018e9-58b80-29e57-b7df7','{\"BookingData\":[{\"bookingId\":\"BKR103581208726\",\"bookingId_TJ\":\"TJ103581208726\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":19295.6,\"PublishedFareTxt\":\"19,296\",\"ApiResultIndex\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16042,\"Tax\":3253.6,\"YQTax\":1100,\"OtherCharges\":1262,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":868,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19295.6,\"PublishedFare\":19074.64,\"OfferedFare\":19074.64,\"CommissionEarned\":220.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-11.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-7175272497_0AMDBLR6E6422~37841291045006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":220.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3253.6,\"BaseFareCal\":19074.64,\"BaseFare\":16042,\"CommissionEarned\":220.96,\"TDS\":-11.64,\"MF\":20,\"YQ\":1100,\"AGST\":868,\"MFT\":3.6,\"OT\":1262,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":220.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":19074.64,\"CostToCustomer\":19074.64,\"BaseFareCal\":19074.64,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":19074.64,\"intOfferedFare\":19074.64,\"intPublishFare\":19295.6,\"TripjackMarkup\":0,\"TripjackCommission\":220.96,\"TripjackTDS\":\"11.64\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":220.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"229\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"229\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"018e9-58b80-29e57-b7df7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:07:02.301\",\"strTraceId\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103581208726\",\"bookingId_TJ\":\"TJ103581208726\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"strTraceId\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2023-12-30T04:10\",\"LocalFromTime\":\"2023-12-30 04:10\",\"FromUTCTime\":\"2023-12-30T04:10\",\"LocalToTime\":\"2023-12-30 06:15\",\"ToUTCTime\":\"2023-12-30T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 30 Dec\",\"ArrivalDateTxt\":\"Sat, 30 Dec\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":19295.6,\"ApiResultIndex\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"018e9-58b80-29e57-b7df7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T17:07:02.301\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":16042,\"Tax\":3253.6,\"YQTax\":1100,\"OtherCharges\":1262,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":868,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":19295.6,\"PublishedFare\":19074.64,\"OfferedFare\":19074.64,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3253.6,\"BaseFareCal\":19074.64,\"BaseFare\":16042,\"CommissionEarned\":220.96,\"TDS\":-11.64,\"MF\":20,\"YQ\":1100,\"AGST\":868,\"MFT\":3.6,\"OT\":1262,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"229\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2023-12-30T06:15\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2023-12-30T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7175272497_0AMDBLR6E6422~24843616216565\",\"localFromDateTime\":\"2023-12-30 04:10\",\"localToDateTime\":\"2023-12-30 06:15\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"30\\/12\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"AMD\",\"to\":\"BLR\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":296,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-12-30\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"018e9-58b80-29e57-b7df7\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BLR\"}}','2023-12-28 17:05:22'),(1972,'786e9-35127-f4560-378e8','{\"BookingData\":[{\"bookingId\":\"BKR106681222673\",\"bookingId_TJ\":\"TJ106681222673\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-18T22:05\",\"LocalFromTime\":\"2024-02-18 22:05\",\"FromUTCTime\":\"2024-02-18T22:05\",\"LocalToTime\":\"2024-02-19 00:40\",\"ToUTCTime\":\"2024-02-19T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sun, 18 Feb\",\"ArrivalDateTxt\":\"Mon, 19 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6851.8,\"PublishedFareTxt\":\"6,852\",\"ApiResultIndex\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"ARFT\":162.5,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRFT\":9,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"CCFT\":9,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5034,\"Tax\":1817.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":289,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.8,\"PublishedFare\":6782.46,\"OfferedFare\":6782.46,\"CommissionEarned\":69.34,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-6390299069_0BLRJAI6E6273~34268354757032\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":69.34,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1817.8,\"BaseFareCal\":6782.46,\"BaseFare\":5034,\"CommissionEarned\":69.34,\"TDS\":-3.65,\"MF\":10,\"YQ\":650,\"AGST\":289,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":69.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6782.46,\"CostToCustomer\":6782.46,\"BaseFareCal\":6782.46,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6782.46,\"intOfferedFare\":6782.46,\"intPublishFare\":6851.8,\"TripjackMarkup\":0,\"TripjackCommission\":69.34,\"TripjackTDS\":\"3.65\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":69.34,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"381\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-19T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-18T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"381\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"786e9-35127-f4560-378e8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T19:49:24.111\",\"strTraceId\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR106681222673\",\"bookingId_TJ\":\"TJ106681222673\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"strTraceId\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-18T22:05\",\"LocalFromTime\":\"2024-02-18 22:05\",\"FromUTCTime\":\"2024-02-18T22:05\",\"LocalToTime\":\"2024-02-19 00:40\",\"ToUTCTime\":\"2024-02-19T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sun, 18 Feb\",\"ArrivalDateTxt\":\"Mon, 19 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6851.8,\"ApiResultIndex\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"786e9-35127-f4560-378e8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-28T19:49:24.111\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5034,\"Tax\":1817.8,\"YQTax\":650,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":289,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.8,\"PublishedFare\":6782.46,\"OfferedFare\":6782.46,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1817.8,\"BaseFareCal\":6782.46,\"BaseFare\":5034,\"CommissionEarned\":69.34,\"TDS\":-3.65,\"MF\":10,\"YQ\":650,\"AGST\":289,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"381\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-19T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-18T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6390299069_2BLRJAI6E6273~26286922094164\",\"localFromDateTime\":\"2024-02-18 22:05\",\"localToDateTime\":\"2024-02-19 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"18\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"786e9-35127-f4560-378e8\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-12-28 19:47:44'),(1974,'c95b7-b3d09-66ec6-0ff57','{\"BookingData\":[{\"bookingId\":\"BKR104081449550\",\"bookingId_TJ\":\"TJ104081449550\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-01-01T22:05\",\"LocalFromTime\":\"2024-01-01 22:05\",\"FromUTCTime\":\"2024-01-01T22:05\",\"LocalToTime\":\"2024-01-02 00:40\",\"ToUTCTime\":\"2024-01-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 01 Jan\",\"ArrivalDateTxt\":\"Tue, 02 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":20555.4,\"PublishedFareTxt\":\"20,555\",\"ApiResultIndex\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACFT\":150,\"ACF\":3000,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15102,\"Tax\":5453.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":867,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20555.4,\"PublishedFare\":20347.38,\"OfferedFare\":20347.38,\"CommissionEarned\":208.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.95,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-0863379033_0BLRJAI6E6273~26141690808889\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":208.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5453.4,\"BaseFareCal\":20347.38,\"BaseFare\":15102,\"CommissionEarned\":208.02,\"TDS\":-10.95,\"MF\":30,\"YQ\":1950,\"AGST\":867,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":208.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":20347.38,\"CostToCustomer\":20347.38,\"BaseFareCal\":20347.38,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":20347.38,\"intOfferedFare\":20347.38,\"intPublishFare\":20555.4,\"TripjackMarkup\":0,\"TripjackCommission\":208.02,\"TripjackTDS\":\"10.95\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":208.02,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"428\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"428\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"c95b7-b3d09-66ec6-0ff57\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-31T23:33:59.536\",\"strTraceId\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104081449550\",\"bookingId_TJ\":\"TJ104081449550\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"strTraceId\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-01-01T22:05\",\"LocalFromTime\":\"2024-01-01 22:05\",\"FromUTCTime\":\"2024-01-01T22:05\",\"LocalToTime\":\"2024-01-02 00:40\",\"ToUTCTime\":\"2024-01-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 01 Jan\",\"ArrivalDateTxt\":\"Tue, 02 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":20555.4,\"ApiResultIndex\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"c95b7-b3d09-66ec6-0ff57\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-31T23:33:59.536\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15102,\"Tax\":5453.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":867,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20555.4,\"PublishedFare\":20347.38,\"OfferedFare\":20347.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5453.4,\"BaseFareCal\":20347.38,\"BaseFare\":15102,\"CommissionEarned\":208.02,\"TDS\":-10.95,\"MF\":30,\"YQ\":1950,\"AGST\":867,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"428\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0863379033_3BLRJAI6E6273~133762627387813\",\"localFromDateTime\":\"2024-01-01 22:05\",\"localToDateTime\":\"2024-01-02 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"01\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"c95b7-b3d09-66ec6-0ff57\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-12-31 23:32:19'),(1976,'03b28-c6f90-751df-3ebfe','{\"BookingData\":[{\"bookingId\":\"BKR109681449599\",\"bookingId_TJ\":\"TJ109681449599\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-01-01T22:05\",\"LocalFromTime\":\"2024-01-01 22:05\",\"FromUTCTime\":\"2024-01-01T22:05\",\"LocalToTime\":\"2024-01-02 00:40\",\"ToUTCTime\":\"2024-01-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 01 Jan\",\"ArrivalDateTxt\":\"Tue, 02 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":20555.4,\"PublishedFareTxt\":\"20,555\",\"ApiResultIndex\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":3000,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15102,\"Tax\":5453.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":867,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20555.4,\"PublishedFare\":20347.38,\"OfferedFare\":20347.38,\"CommissionEarned\":208.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.95,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-9098706255_0BLRJAI6E6273~399878492345815\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":208.02,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5453.4,\"BaseFareCal\":20347.38,\"BaseFare\":15102,\"CommissionEarned\":208.02,\"TDS\":-10.95,\"MF\":30,\"YQ\":1950,\"AGST\":867,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":208.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":20347.38,\"CostToCustomer\":20347.38,\"BaseFareCal\":20347.38,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":20347.38,\"intOfferedFare\":20347.38,\"intPublishFare\":20555.4,\"TripjackMarkup\":0,\"TripjackCommission\":208.02,\"TripjackTDS\":\"10.95\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":208.02,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"902\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"03b28-c6f90-751df-3ebfe\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-31T23:35:29.458\",\"strTraceId\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109681449599\",\"bookingId_TJ\":\"TJ109681449599\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"strTraceId\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-01-01T22:05\",\"LocalFromTime\":\"2024-01-01 22:05\",\"FromUTCTime\":\"2024-01-01T22:05\",\"LocalToTime\":\"2024-01-02 00:40\",\"ToUTCTime\":\"2024-01-02T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 01 Jan\",\"ArrivalDateTxt\":\"Tue, 02 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":20555.4,\"ApiResultIndex\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"03b28-c6f90-751df-3ebfe\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2023-12-31T23:35:29.458\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":15102,\"Tax\":5453.4,\"YQTax\":1950,\"OtherCharges\":2601,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":867,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20555.4,\"PublishedFare\":20347.38,\"OfferedFare\":20347.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":5453.4,\"BaseFareCal\":20347.38,\"BaseFare\":15102,\"CommissionEarned\":208.02,\"TDS\":-10.95,\"MF\":30,\"YQ\":1950,\"AGST\":867,\"MFT\":5.4,\"OT\":2601,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"902\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-01-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9098706255_3BLRJAI6E6273~220201696388948\",\"localFromDateTime\":\"2024-01-01 22:05\",\"localToDateTime\":\"2024-01-02 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":3,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"01\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"03b28-c6f90-751df-3ebfe\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2023-12-31 23:33:49'),(1979,'48777-dc8f1-c9370-ea647','{\"FlightBookingData\":[{\"bookingId\":\"DMC108781463567\",\"bookingId_TJ\":\"TJ108781463567\",\"FlightNumber\":\"6E-2138\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"48777-dc8f1-c9370-ea647\",\"apiTraceId\":\"5-5776878727_1BOMGOX6E2138~48824543401850\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2024-02-19T08:55\",\"LocalFromTime\":\"2024-02-19 08:55\",\"FromUTCTime\":\"2024-02-19T08:55\",\"LocalToTime\":\"2024-02-19 10:10\",\"ToUTCTime\":\"2024-02-19T10:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Mon, 19 Feb\",\"ArrivalDateTxt\":\"Mon, 19 Feb\",\"FlightDuration\":\"01h 15m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,834\",\"ApiResultIndex\":\"5-5776878727_1BOMGOX6E2138~48824543401850\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6403,\"Tax\":1518.8,\"YQTax\":300,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":340,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7921.8,\"PublishedFare\":7833.6,\"PublishedFareAgent\":7834,\"OfferedFareAgent\":7833.6,\"OfferedFare\":7833.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-5776878727_0BOMGOX6E2138~2509706086743\",\"ApiResultIndex\":\"R5-5776878727_0BOMGOX6E2138~2509706086743\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":null,\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":88.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7833.6,\"CostToAgent\":7833.6,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1518.8,\"TotalBaseFare\":7921.8,\"BaseFareCal\":7833.6,\"BaseFare\":6403,\"CommissionEarned\":88.2,\"TDS\":0,\"MF\":10,\"YQ\":300,\"AGST\":340,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":88.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7833.6,\"CostToAgent\":7833.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":88.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7833.6,\"CostToCustomer\":7833.6,\"BaseFareCal\":7833.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7833.6,\"intOfferedFare\":7833.6,\"intPublishFare\":7921.8,\"TripjackMarkup\":0,\"TripjackCommission\":88.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":88.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7833.6,\"CostToAgent\":7833.6,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"BOM-GOX\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"647\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2024-02-19T10:10\",\"SegFlightNumber\":\"6E-2138\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-02-19T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBA\",\"Price\":800,\"cost\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPE\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBB\",\"Price\":1500,\"cost\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPA\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBC\",\"Price\":3000,\"cost\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPB\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPC\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPJ\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPD\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VLML\",\"Price\":400,\"cost\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VGAN\",\"Price\":400,\"cost\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VCSW\",\"Price\":400,\"cost\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"TCSW\",\"Price\":400,\"cost\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"LCVG\",\"Price\":400,\"cost\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"JNML\",\"Price\":400,\"cost\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"DBVG\",\"Price\":400,\"cost\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHVM\",\"Price\":400,\"cost\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"AGSW\",\"Price\":400,\"cost\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"NUSW\",\"Price\":500,\"cost\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"GFNV\",\"Price\":500,\"cost\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CJSW\",\"Price\":500,\"cost\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHNM\",\"Price\":500,\"cost\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CPML\",\"Price\":650,\"cost\":650,\"Description\":\"Standard Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBA\",\"Price\":800,\"cost\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPE\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBB\",\"Price\":1500,\"cost\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPA\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBC\",\"Price\":3000,\"cost\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPB\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPC\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPJ\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPD\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VLML\",\"Price\":400,\"cost\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VGAN\",\"Price\":400,\"cost\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VCSW\",\"Price\":400,\"cost\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"TCSW\",\"Price\":400,\"cost\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"LCVG\",\"Price\":400,\"cost\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"JNML\",\"Price\":400,\"cost\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"DBVG\",\"Price\":400,\"cost\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHVM\",\"Price\":400,\"cost\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"AGSW\",\"Price\":400,\"cost\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"NUSW\",\"Price\":500,\"cost\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"GFNV\",\"Price\":500,\"cost\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CJSW\",\"Price\":500,\"cost\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHNM\",\"Price\":500,\"cost\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CPML\",\"Price\":650,\"cost\":650,\"Description\":\"Standard Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"5-5776878727_1BOMGOX6E2138~48824543401850\",\"CancelCharge\":1,\"FareRuleData\":{\"fareRule\":{\"BOM-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":\"\",\"intDestinationCityId\":\"\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"isHoldAllowed\":true,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"5-5776878727_1BOMGOX6E2138~48824543401850\",\"SearchTraceId\":\"48777-dc8f1-c9370-ea647\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\"],\"to_des\":[\"North Goa (GOX)\",\"DEL\"],\"departure_date\":[\"19\\/02\\/2024\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GOX\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destination\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Mopa Goa International Airport (GOX)\"],\"departure_dateG\":[\"01\\/01\\/2024\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Mumbai (BOM)\"],\"to_city\":[\"North Goa (GOX)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"48777-dc8f1-c9370-ea647\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"GOX\"],\"from\":[\"BOM\"],\"to\":[\"GOX\"],\"Fromlabel\":[],\"Tolabel\":[],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM), India\"],\"destinationCityText\":[\"North Goa, IN - Mopa Goa International Airport (GOX), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"19 Feb Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2024-01-01 11:13:56\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VLML\",\"Price\":400,\"cost\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VGAN\",\"Price\":400,\"cost\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"VCSW\",\"Price\":400,\"cost\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"TCSW\",\"Price\":400,\"cost\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"LCVG\",\"Price\":400,\"cost\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"JNML\",\"Price\":400,\"cost\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"DBVG\",\"Price\":400,\"cost\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHVM\",\"Price\":400,\"cost\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"AGSW\",\"Price\":400,\"cost\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"NUSW\",\"Price\":500,\"cost\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"GFNV\",\"Price\":500,\"cost\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CJSW\",\"Price\":500,\"cost\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CHNM\",\"Price\":500,\"cost\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"CPML\",\"Price\":650,\"cost\":650,\"Description\":\"Standard Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBA\",\"Price\":800,\"cost\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPE\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBB\",\"Price\":1500,\"cost\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPA\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"IXBC\",\"Price\":3000,\"cost\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPB\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPC\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPJ\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"647\",\"Code\":\"XBPD\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"BOM-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2024-01-01 11:16:34'),(1981,'fad9e-b84d2-cf2d8-7e12f','{\"BookingData\":[{\"bookingId\":\"BKR103181537021\",\"bookingId_TJ\":\"TJ103181537021\",\"FlightNumber\":\"SG-532\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2024-01-10T20:30\",\"LocalFromTime\":\"2024-01-10 20:30\",\"FromUTCTime\":\"2024-01-10T20:30\",\"LocalToTime\":\"2024-01-10 23:05\",\"ToUTCTime\":\"2024-01-10T23:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 10 Jan\",\"ArrivalDateTxt\":\"Wed, 10 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13973.6,\"PublishedFareTxt\":\"13,974\",\"ApiResultIndex\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PAT-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hrs  Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13200,\"Tax\":773.6,\"YQTax\":0,\"OtherCharges\":750,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13973.6,\"PublishedFare\":13973.6,\"OfferedFare\":13973.6,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-8815858644_0PATBLRSG532~83368405143918\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":773.6,\"BaseFareCal\":13973.6,\"BaseFare\":13200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":750,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":13973.6,\"CostToCustomer\":13973.6,\"BaseFareCal\":13973.6,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":13973.6,\"intOfferedFare\":13973.6,\"intPublishFare\":13973.6,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"445\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-01-10T23:05\",\"SegFlightNumber\":\"SG-532\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2024-01-10T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fad9e-b84d2-cf2d8-7e12f\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-02T11:27:49.469\",\"strTraceId\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":20918,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103181537021\",\"bookingId_TJ\":\"TJ103181537021\",\"FlightNumber\":\"SG-532\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"strTraceId\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2024-01-10T20:30\",\"LocalFromTime\":\"2024-01-10 20:30\",\"FromUTCTime\":\"2024-01-10T20:30\",\"LocalToTime\":\"2024-01-10 23:05\",\"ToUTCTime\":\"2024-01-10T23:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Wed, 10 Jan\",\"ArrivalDateTxt\":\"Wed, 10 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":13973.6,\"ApiResultIndex\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"fad9e-b84d2-cf2d8-7e12f\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-02T11:27:49.469\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":13200,\"Tax\":773.6,\"YQTax\":0,\"OtherCharges\":750,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13973.6,\"PublishedFare\":13973.6,\"OfferedFare\":13973.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":773.6,\"BaseFareCal\":13973.6,\"BaseFare\":13200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":20,\"YQ\":0,\"AGST\":0,\"MFT\":3.6,\"OT\":750,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"445\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-01-10T23:05\",\"SegFlightNumber\":\"SG-532\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2024-01-10T20:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-8815858644_0PATBLRSG532~1979062431767\",\"localFromDateTime\":\"2024-01-10 20:30\",\"localToDateTime\":\"2024-01-10 23:05\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":20918,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Patna\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"10\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"PAT\",\"to\":\"BLR\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":20918,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"fad9e-b84d2-cf2d8-7e12f\",\"PreferredAirline\":null,\"from_city_\":\"1__PAT-BLR\"}}','2024-01-02 11:26:09'),(1983,'e2ba8-fd46a-26bdd-3c9b1','{\"BookingData\":[{\"bookingId\":\"BKR107981633971\",\"bookingId_TJ\":\"TJ107981633971\",\"FlightNumber\":\"6E-5053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2024-01-23T05:40\",\"LocalFromTime\":\"2024-01-23 05:40\",\"FromUTCTime\":\"2024-01-23T05:40\",\"LocalToTime\":\"2024-01-23 16:20\",\"ToUTCTime\":\"2024-01-23T16:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":640,\"DepartureDateTxt\":\"Tue, 23 Jan\",\"ArrivalDateTxt\":\"Tue, 23 Jan\",\"FlightDuration\":\"10h 40m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":16637,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"IXE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6259.8,\"PublishedFareTxt\":\"6,260\",\"ApiResultIndex\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IDR-IXE\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCFT\":9,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4167,\"Tax\":2092.8,\"YQTax\":800,\"OtherCharges\":1025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":256,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6259.8,\"PublishedFare\":6202.4,\"OfferedFare\":6202.4,\"CommissionEarned\":57.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-5920807110_0IDRBOM6E5053BOMIXE6E165~184642498115545\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.4,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"0.00\",\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2092.8,\"BaseFareCal\":6202.4,\"BaseFare\":4167,\"CommissionEarned\":57.4,\"TDS\":-3.02,\"MF\":10,\"YQ\":800,\"AGST\":256,\"MFT\":1.8,\"OT\":1025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6202.4,\"CostToCustomer\":6202.4,\"BaseFareCal\":6202.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6202.4,\"intOfferedFare\":6202.4,\"intPublishFare\":6259.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.4,\"TripjackTDS\":\"3.02\",\"AddiMarkup\":\"0.00\",\"CommisionPass\":57.4,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"110\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-23T06:55\",\"SegFlightNumber\":\"6E-5053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2024-01-23T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"111\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bajpe Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mangalore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXE\",\"destinationArrTime\":\"2024-01-23T16:20\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-23T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"110\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e2ba8-fd46a-26bdd-3c9b1\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-03T13:11:43.804\",\"strTraceId\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"IXE\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":16637,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107981633971\",\"bookingId_TJ\":\"TJ107981633971\",\"FlightNumber\":\"6E-5053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"strTraceId\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2024-01-23T05:40\",\"LocalFromTime\":\"2024-01-23 05:40\",\"FromUTCTime\":\"2024-01-23T05:40\",\"LocalToTime\":\"2024-01-23 16:20\",\"ToUTCTime\":\"2024-01-23T16:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":640,\"DepartureDateTxt\":\"Tue, 23 Jan\",\"ArrivalDateTxt\":\"Tue, 23 Jan\",\"FlightDuration\":\"10h 40m\",\"SourcePlaceSysId\":12706,\"DestPlaceSysId\":16637,\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"IXE\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6259.8,\"ApiResultIndex\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"e2ba8-fd46a-26bdd-3c9b1\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-03T13:11:43.804\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4167,\"Tax\":2092.8,\"YQTax\":800,\"OtherCharges\":1025,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":256,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6259.8,\"PublishedFare\":6202.4,\"OfferedFare\":6202.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2092.8,\"BaseFareCal\":6202.4,\"BaseFare\":4167,\"CommissionEarned\":57.4,\"TDS\":-3.02,\"MF\":10,\"YQ\":800,\"AGST\":256,\"MFT\":1.8,\"OT\":1025,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"110\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-01-23T06:55\",\"SegFlightNumber\":\"6E-5053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2024-01-23T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":480,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"06:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"111\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bajpe Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mangalore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXE\",\"destinationArrTime\":\"2024-01-23T16:20\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-01-23T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5920807110_1IDRBOM6E5053BOMIXE6E165~21023589216670\",\"localFromDateTime\":\"2024-01-23 05:40\",\"localToDateTime\":\"2024-01-23 16:20\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"IXE\",\"intMemberCount\":1,\"intSourceCityId\":12706,\"intDestinationCityId\":16637,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Indore\",\"mytrip_city_to\":\"Mangalore\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXE\",\"ContSysId\":\"101\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destination\":\"Mangalore, IN - Bajpe Arpt IXE, India\",\"departure_date\":\"23\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt IDR\",\"to_mytrip_city\":\" IN - Bajpe Arpt IXE\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"IXE\",\"from\":\"IDR\",\"to\":\"IXE\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt IDR, India\",\"destinationCityText\":\"Mangalore, IN - Bajpe Arpt IXE, India\",\"sourceCityId\":12706,\"destinationCityId\":16637,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e2ba8-fd46a-26bdd-3c9b1\",\"PreferredAirline\":null,\"from_city_\":\"1__IDR-IXE\"}}','2024-01-03 13:10:03'),(1986,'6d588-14601-7b0bc-d0f3e','{\"FlightBookingData\":[{\"bookingId\":\"DMC101481653019\",\"bookingId_TJ\":\"TJ101481653019\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"apiTraceId\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,215\",\"ApiResultIndex\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":10616,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-1098418458_0VNSBLRIX937~18119108570284\",\"ApiResultIndex\":\"R22-16-1098418458_0VNSBLRIX937~18119108570284\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":4,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":1400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1400,\"CostToAgentCustomer\":10615.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"314\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"314\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-1098418458_0VNSBLRIX937~32357836575265\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"VNS-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"ARF\":3000},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"CCFT\":9,\"ACFT\":175},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"251\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Fahima\",\"LastName\":\"Fahima\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"180\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rasheeda\",\"LastName\":\"Bibi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"181\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Fahima\",\"LastName\":\"Fahima\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"modified\":\"2024-01-03 16:35:41\",\"created\":\"2024-01-03 16:35:41\",\"CustomerMemberSysId\":\"180\"},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rasheeda\",\"LastName\":\"Bibi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"modified\":\"2024-01-03 16:35:41\",\"created\":\"2024-01-03 16:35:41\",\"CustomerMemberSysId\":\"181\"}],\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"180\",\"181\"],\"flight_booking_customer\":[[\"309\",\"310\"]],\"SearchTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"08\\/02\\/2024\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"03\\/01\\/2024\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"DirectFlight\":\"1\",\"apisource\":\"undefined\",\"from_city\":[\"Varanasi (VNS)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"VNS\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Varanasi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Feb Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2024-01-03 16:21:42\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Varanasi (VNS)\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/02\\\\\\/2024\\\",\\\"\\\"],\\\"source_city\\\":[\\\"VNS\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_dateG\\\":[\\\"03\\\\\\/01\\\\\\/2024\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Varanasi (VNS)\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2024-02-08\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[28449],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2262],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6d588-14601-7b0bc-d0f3e\\\",\\\"sourceCityAirportCode\\\":[\\\"VNS\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"VNS\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"Fromlabel\\\":[\\\"Varanasi\\\"],\\\"Tolabel\\\":[\\\"Bengaluru\\\"],\\\"sourceCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"1\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/02\\\\\\/2024\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"08 Feb Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2024-01-03 16:21:42\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101481653019\\\",\\\"bookingId_TJ\\\":\\\"TJ101481653019\\\",\\\"FlightNumber\\\":\\\"IX-937\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"6d588-14601-7b0bc-d0f3e\\\",\\\"apiTraceId\\\":\\\"22-16-1098418458_0VNSBLRIX937~32357836575265\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"12:50\\\",\\\"ArrivalTime\\\":\\\"15:15\\\",\\\"TravelDate\\\":\\\"2024-02-08T12:50\\\",\\\"LocalFromTime\\\":\\\"2024-02-08 12:50\\\",\\\"FromUTCTime\\\":\\\"2024-02-08T12:50\\\",\\\"LocalToTime\\\":\\\"2024-02-08 15:15\\\",\\\"ToUTCTime\\\":\\\"2024-02-08T15:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"28449\\\",\\\"DestPlaceSysId\\\":\\\"2262\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"9,215\\\",\\\"ApiResultIndex\\\":\\\"22-16-1098418458_0VNSBLRIX937~32357836575265\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6030,\\\"Tax\\\":3265.6,\\\"YQTax\\\":1100,\\\"OtherCharges\\\":1766,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":376,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9295.6,\\\"PublishedFare\\\":9215.4,\\\"PublishedFareAgent\\\":10616,\\\"OfferedFareAgent\\\":9215.4,\\\"OfferedFare\\\":9215.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R22-16-1098418458_0VNSBLRIX937~18119108570284\\\",\\\"ApiResultIndex\\\":\\\"R22-16-1098418458_0VNSBLRIX937~18119108570284\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"colors\\\":null,\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1400,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":10615.4,\\\"CostToAgent\\\":9215.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3265.6,\\\"TotalBaseFare\\\":9295.6,\\\"BaseFareCal\\\":9215.4,\\\"BaseFare\\\":6030,\\\"CommissionEarned\\\":80.2,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1100,\\\"AGST\\\":376,\\\"MFT\\\":3.6,\\\"OT\\\":1766,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1400,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":10615.4,\\\"CostToAgent\\\":9215.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":80.2,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":9215.4,\\\"CostToCustomer\\\":9215.4,\\\"BaseFareCal\\\":9215.4,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":9215.4,\\\"intOfferedFare\\\":9215.4,\\\"intPublishFare\\\":9295.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":80.2,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1400,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1400,\\\"CostToAgentCustomer\\\":10615.4,\\\"CostToAgent\\\":9215.4,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"tripbinfo\\\":{\\\"VNS-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"314\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2024-02-08T15:15\\\",\\\"SegFlightNumber\\\":\\\"IX-937\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2024-02-08T12:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"12:50\\\",\\\"strArrivalDtTime\\\":\\\"15:15\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-1098418458_0VNSBLRIX937~32357836575265\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"VNS-BLR\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":150,\\\"ARF\\\":3000},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":175},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-02-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"VNS\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"28449\\\",\\\"intDestinationCityId\\\":\\\"2262\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"314\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9022903904\",\"leadEmail\":\"zainansari70@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"Fahima\",\"passenger-lastname-1\":\"Fahima\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"Rasheeda \",\"passenger-lastname-2\":\"Bibi\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97557\",\"Salutation\":\"2\",\"EmailId\":\"zainansari70@gmail.com\",\"FirstName\":\"Fahima\",\"LastName\":\"Fahima\",\"CountryCode\":\"91\",\"MobileNo\":\"9022903904\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9022903904\",\"FirstName\":\"Fahima\",\"LastName\":\"Fahima\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"modified\":\"2024-01-03 16:35:41\",\"created\":\"2024-01-03 16:35:41\",\"MobileNo\":\"9022903904\",\"B2B\":true},{\"AgencySysId\":\"97557\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"121\",\"EmailId\":\"zainansari70@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9022903904\",\"FirstName\":\"Rasheeda\",\"LastName\":\"Bibi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97557\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:35:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6d588-14601-7b0bc-d0f3e\",\"modified\":\"2024-01-03 16:35:41\",\"created\":\"2024-01-03 16:35:41\",\"MobileNo\":\"9022903904\",\"B2B\":true}],\"isWheelChair\":0}','2024-01-03 16:35:42'),(1988,'6175f-f39e1-ee3f4-2ce35','{\"FlightBookingData\":[{\"bookingId\":\"DMC108981653942\",\"bookingId_TJ\":\"TJ108981653942\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6175f-f39e1-ee3f4-2ce35\",\"apiTraceId\":\"22-16-4898847490_0VNSBLRIX937~22190104609384\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,659\",\"ApiResultIndex\":\"22-16-4898847490_0VNSBLRIX937~22190104609384\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3065,\"Tax\":1634.8,\"YQTax\":550,\"OtherCharges\":883,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":190,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4699.8,\"PublishedFare\":4659.04,\"PublishedFareAgent\":4660,\"OfferedFareAgent\":4659.04,\"OfferedFare\":4659.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-4898847490_0VNSBLRIX937~17992942536674\",\"ApiResultIndex\":\"R22-16-4898847490_0VNSBLRIX937~17992942536674\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"colors\":null,\"SeatAvailable\":6,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4659.04,\"CostToAgent\":4659.04,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1634.8,\"TotalBaseFare\":4699.8,\"BaseFareCal\":4659.04,\"BaseFare\":3065,\"CommissionEarned\":40.76,\"TDS\":0,\"MF\":10,\"YQ\":550,\"AGST\":190,\"MFT\":1.8,\"OT\":883,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4659.04,\"CostToAgent\":4659.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":40.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4659.04,\"CostToCustomer\":4659.04,\"BaseFareCal\":4659.04,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4659.04,\"intOfferedFare\":4659.04,\"intPublishFare\":4699.8,\"TripjackMarkup\":0,\"TripjackCommission\":40.76,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":40.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4659.04,\"CostToAgent\":4659.04,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"328\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-4898847490_0VNSBLRIX937~22190104609384\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"ACF\":500,\"CCFT\":9,\"ACFT\":25,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-4898847490_0VNSBLRIX937~22190104609384\",\"SearchTraceId\":\"6175f-f39e1-ee3f4-2ce35\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"08\\/02\\/2024\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_dateG\":[\"03\\/01\\/2024\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Varanasi (VNS)\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6175f-f39e1-ee3f4-2ce35\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"VNS\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Varanasi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Feb Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2024-01-03 16:39:03\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"328\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":12.5,\"ARF\":250},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"ACF\":500,\"CCFT\":9,\"ACFT\":25,\"CCF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2024-01-03 16:40:38'),(1990,'5f279-e03e8-905b4-7d2a2','{\"FlightBookingData\":[{\"bookingId\":\"DMC109981654847\",\"bookingId_TJ\":\"TJ109981654847\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5f279-e03e8-905b4-7d2a2\",\"apiTraceId\":\"22-16-9230563248_0VNSBLRIX937~21415459129054\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,215\",\"ApiResultIndex\":\"22-16-9230563248_0VNSBLRIX937~21415459129054\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":9216,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-9230563248_0VNSBLRIX937~20714753119887\",\"ApiResultIndex\":\"R22-16-9230563248_0VNSBLRIX937~20714753119887\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":4,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"542\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-9230563248_0VNSBLRIX937~21415459129054\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"VNS-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"CRFT\":9,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"2262\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"22-16-9230563248_0VNSBLRIX937~21415459129054\",\"SearchTraceId\":\"5f279-e03e8-905b4-7d2a2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"08\\/02\\/2024\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BLR\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\"\"],\"departure_dateG\":[\"08\\/02\\/2024\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-02-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[2262],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5f279-e03e8-905b4-7d2a2\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"VNS\"],\"to\":[\"BLR\"],\"Fromlabel\":[\"Varanasi\"],\"Tolabel\":[\"Bengaluru\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/02\\/2024\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"08 Feb Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2024-01-03 16:49:31\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"VNS-BLR\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"CRFT\":9,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"CCFT\":9,\"ACF\":3500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2024-01-03 16:50:00'),(1996,'9ff6d-9d905-aaaba-7d86f','{\"FlightBookingData\":[{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"QP-1421\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2024-01-31T06:35\",\"LocalFromTime\":\"2024-01-31 06:35\",\"FromUTCTime\":\"2024-01-31T06:35\",\"LocalToTime\":\"2024-01-31 09:15\",\"ToUTCTime\":\"2024-01-31T09:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,908\",\"ApiResultIndex\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5708,\"Tax\":3259.6,\"YQTax\":1100,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":352,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8967.6,\"PublishedFare\":8907.96,\"PublishedFareAgent\":8908,\"OfferedFareAgent\":8907.96,\"OfferedFare\":8907.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"ApiResultIndex\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":null,\"SeatAvailable\":3,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3259.6,\"TotalBaseFare\":8967.6,\"BaseFareCal\":8907.96,\"BaseFare\":5708,\"CommissionEarned\":59.64,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":352,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8907.96,\"CostToCustomer\":8907.96,\"BaseFareCal\":8907.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8907.96,\"intOfferedFare\":8907.96,\"intPublishFare\":8967.6,\"TripjackMarkup\":0,\"TripjackCommission\":59.64,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2024-01-31T09:15\",\"SegFlightNumber\":\"QP-1421\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-31T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"ACF\":3100,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"18,123\",\"ApiResultIndex\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":9216,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"ApiResultIndex\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"MAA-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"908\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"flight_booking_id_Arr\":[\"252\",\"253\"],\"ForCustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"FAHIMA\",\"LastName\":\"FAHIMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"182\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"RASHEEDA\",\"LastName\":\"BIBI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"183\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"FAHIMA\",\"LastName\":\"FAHIMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"modified\":\"2024-01-03 16:53:07\",\"created\":\"2024-01-03 16:53:07\",\"CustomerMemberSysId\":\"182\"},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"RASHEEDA\",\"LastName\":\"BIBI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"modified\":\"2024-01-03 16:53:07\",\"created\":\"2024-01-03 16:53:07\",\"CustomerMemberSysId\":\"183\"}],\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"182\",\"183\"],\"flight_booking_customer\":[[\"311\",\"312\"],[\"313\",\"314\"]],\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\"],\"departure_date\":[\"31\\/01\\/2024\"],\"return_date\":[\"08\\/02\\/2024\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2024-01-31\"],\"strReturnDate\":[\"2024-02-08\"],\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/01\\/2024\"],\"return_dates\":[\"08\\/02\\/2024\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Jan Wed\"],\"ReturnDateMobile\":[\"08 Feb Thu\"],\"SearchTime\":\"2024-01-03 16:50:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_des\\\":[\\\"Varanasi (VNS)\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/01\\\\\\/2024\\\"],\\\"return_date\\\":[\\\"08\\\\\\/02\\\\\\/2024\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"VNS\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destination\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"FareTypes\\\":\\\"REGULAR\\\",\\\"apisource\\\":\\\"undefined\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\"],\\\"to_city\\\":[\\\"Varanasi (VNS)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"1-1-1\\\",\\\"strDepatureDate\\\":[\\\"2024-01-31\\\"],\\\"strReturnDate\\\":[\\\"2024-02-08\\\"],\\\"sourceCityId\\\":[2262],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[28449],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9ff6d-9d905-aaaba-7d86f\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"VNS\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"VNS\\\"],\\\"Fromlabel\\\":[\\\"Bengaluru\\\"],\\\"Tolabel\\\":[\\\"Varanasi\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\\\"],\\\"TripType\\\":0,\\\"SearchRoute\\\":\\\"2\\\",\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/01\\\\\\/2024\\\"],\\\"return_dates\\\":[\\\"08\\\\\\/02\\\\\\/2024\\\"],\\\"departure_dateG\\\":\\\"\\\",\\\"PreferredAirline\\\":[],\\\"DepatureDateMobile\\\":[\\\"31 Jan Wed\\\"],\\\"ReturnDateMobile\\\":[\\\"08 Feb Thu\\\"],\\\"SearchTime\\\":\\\"2024-01-03 16:50:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100181654996\\\",\\\"bookingId_TJ\\\":\\\"TJ100181654996\\\",\\\"FlightNumber\\\":\\\"QP-1421\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9ff6d-9d905-aaaba-7d86f\\\",\\\"apiTraceId\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:15\\\",\\\"TravelDate\\\":\\\"2024-01-31T06:35\\\",\\\"LocalFromTime\\\":\\\"2024-01-31 06:35\\\",\\\"FromUTCTime\\\":\\\"2024-01-31T06:35\\\",\\\"LocalToTime\\\":\\\"2024-01-31 09:15\\\",\\\"ToUTCTime\\\":\\\"2024-01-31T09:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"EC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":160,\\\"DepartureDateTxt\\\":\\\"Wed, 31 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 31 Jan\\\",\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,908\\\",\\\"ApiResultIndex\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5708,\\\"Tax\\\":3259.6,\\\"YQTax\\\":1100,\\\"OtherCharges\\\":1784,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":352,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8967.6,\\\"PublishedFare\\\":8907.96,\\\"PublishedFareAgent\\\":8908,\\\"OfferedFareAgent\\\":8907.96,\\\"OfferedFare\\\":8907.96,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R30-0766893498_0BLRVNSQP1421~30889035804614\\\",\\\"ApiResultIndex\\\":\\\"R30-0766893498_0BLRVNSQP1421~30889035804614\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"colors\\\":null,\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"EC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3259.6,\\\"TotalBaseFare\\\":8967.6,\\\"BaseFareCal\\\":8907.96,\\\"BaseFare\\\":5708,\\\"CommissionEarned\\\":59.64,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1100,\\\"AGST\\\":352,\\\"MFT\\\":3.6,\\\"OT\\\":1784,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":59.64,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8907.96,\\\"CostToCustomer\\\":8907.96,\\\"BaseFareCal\\\":8907.96,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8907.96,\\\"intOfferedFare\\\":8907.96,\\\"intPublishFare\\\":8967.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":59.64,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"845\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2024-01-31T09:15\\\",\\\"SegFlightNumber\\\":\\\"QP-1421\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"EC\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2024-01-31T06:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":160,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:15\\\",\\\"FlightDuration\\\":\\\"2h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal T1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"cost\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"cost\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"cost\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCOR\\\",\\\"Price\\\":150,\\\"cost\\\":150,\\\"Description\\\":\\\"Sweet Corn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"cost\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"cost\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"cost\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCOR\\\",\\\"Price\\\":150,\\\"cost\\\":150,\\\"Description\\\":\\\"Sweet Corn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3350,\\\"ARFT\\\":167.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":2850,\\\"ARFT\\\":142.5,\\\"CRF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":180,\\\"ACF\\\":3600,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":155,\\\"ACF\\\":3100,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}},\\\"VNS-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"ARFT\\\":150,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":175,\\\"ACF\\\":3500,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-30 12:00\\\",\\\"localToDateTime\\\":\\\"2024-02-07 12:00\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},{\\\"bookingId\\\":\\\"DMC100181654996\\\",\\\"bookingId_TJ\\\":\\\"TJ100181654996\\\",\\\"FlightNumber\\\":\\\"IX-937\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9ff6d-9d905-aaaba-7d86f\\\",\\\"apiTraceId\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"12:50\\\",\\\"ArrivalTime\\\":\\\"15:15\\\",\\\"TravelDate\\\":\\\"2024-02-08T12:50\\\",\\\"LocalFromTime\\\":\\\"2024-02-08 12:50\\\",\\\"FromUTCTime\\\":\\\"2024-02-08T12:50\\\",\\\"LocalToTime\\\":\\\"2024-02-08 15:15\\\",\\\"ToUTCTime\\\":\\\"2024-02-08T15:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"18,123\\\",\\\"ApiResultIndex\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6030,\\\"Tax\\\":3265.6,\\\"YQTax\\\":1100,\\\"OtherCharges\\\":1766,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":376,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9295.6,\\\"PublishedFare\\\":9215.4,\\\"PublishedFareAgent\\\":9216,\\\"OfferedFareAgent\\\":9215.4,\\\"OfferedFare\\\":9215.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R30-0766893498_1VNSBLRIX937~30889037387577\\\",\\\"ApiResultIndex\\\":\\\"R30-0766893498_1VNSBLRIX937~30889037387577\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"colors\\\":null,\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3265.6,\\\"TotalBaseFare\\\":9295.6,\\\"BaseFareCal\\\":9215.4,\\\"BaseFare\\\":6030,\\\"CommissionEarned\\\":80.2,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1100,\\\"AGST\\\":376,\\\"MFT\\\":3.6,\\\"OT\\\":1766,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":80.2,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":9215.4,\\\"CostToCustomer\\\":9215.4,\\\"BaseFareCal\\\":9215.4,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":9215.4,\\\"intOfferedFare\\\":9215.4,\\\"intPublishFare\\\":9295.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":80.2,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"tripbinfo\\\":{\\\"VNS-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"HYD-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"20 Kilograms\\\"}},\\\"BOM-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"25 Kilograms\\\"}},\\\"MAA-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"25 Kilograms\\\"}},\\\"BOM-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-GOI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"GOI-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-GOI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-IXC\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"IXC-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"VNS-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"CCU-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-AMD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"AMD-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"908\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2024-02-08T15:15\\\",\\\"SegFlightNumber\\\":\\\"IX-937\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2024-02-08T12:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"12:50\\\",\\\"strArrivalDtTime\\\":\\\"15:15\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":167.5,\\\"CRFT\\\":9,\\\"ARF\\\":3350,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":142.5,\\\"CRFT\\\":9,\\\"ARF\\\":2850,\\\"CRF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3600,\\\"ACFT\\\":180,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3100,\\\"ACFT\\\":155,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}},\\\"VNS-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-30 12:00\\\",\\\"localToDateTime\\\":\\\"2024-02-07 12:00\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCOR\\\",\\\"Price\\\":150,\\\"cost\\\":150,\\\"Description\\\":\\\"Sweet Corn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"cost\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"cost\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"cost\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7742825288\",\"leadEmail\":\"AGARWALANSUL65@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"FAHIMA\",\"passenger-lastname-1\":\"FAHIMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jaipur\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12995\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"RASHEEDA\",\"passenger-lastname-2\":\"BIBI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"97261\",\"Salutation\":\"2\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"FirstName\":\"FAHIMA\",\"LastName\":\"FAHIMA\",\"CountryCode\":\"91\",\"MobileNo\":\"7742825288\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"FAHIMA\",\"LastName\":\"FAHIMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"modified\":\"2024-01-03 16:53:07\",\"created\":\"2024-01-03 16:53:07\",\"MobileNo\":\"7742825288\",\"B2B\":true},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"RASHEEDA\",\"LastName\":\"BIBI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"modified\":\"2024-01-03 16:53:07\",\"created\":\"2024-01-03 16:53:07\",\"MobileNo\":\"7742825288\",\"B2B\":true}],\"isWheelChair\":0,\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"JAIPUR\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"99\":\"Registration\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[]}},\"message\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"_UserPicPath\":\"\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"bookingHold\":\"0\",\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ100181654996\",\"amount\":18263.2,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"AGARWALANSUL65@GMAIL.COM\"],\"contacts\":[\"917742825288\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2024-01-03T16:55:09.890\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"21741507\",\"fD\":{\"aI\":{\"code\":\"QP\",\"name\":\"Akasa Air\",\"isLcc\":true},\"fN\":\"1421\",\"eT\":\"7MA\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal T1\"},\"aa\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-01-31T06:35\",\"at\":\"2024-01-31T09:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"21741508\",\"fD\":{\"aI\":{\"code\":\"IX\",\"name\":\"AI Express\",\"isLcc\":true},\"fN\":\"937\",\"eT\":\"738\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"VNS\",\"name\":\"Lal Bahadur Shastri Arpt\",\"cityCode\":\"VNS\",\"city\":\"Varanasi\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2024-02-08T12:50\",\"at\":\"2024-02-08T15:15\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"FAHIMA\",\"lN\":\"FAHIMA\"},{\"pnrDetails\":{\"BLR-VNS\":\"RD9S9U\",\"VNS-BLR\":\"I16F7C\"},\"checkinStatusMap\":{\"BLR-VNS\":false,\"VNS-BLR\":false},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"RASHEEDA\",\"lN\":\"BIBI\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":18263.2,\"TAF\":6525.2,\"BF\":11738,\"NF\":18123.36,\"IGST\":7.2,\"NCM\":139.84},\"afC\":{\"TAF\":{\"OT\":3550,\"YQ\":2200,\"MFT\":7.2,\"AGST\":728,\"MF\":40},\"NCM\":{\"OT\":147.2,\"TDS\":-7.36}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"postField\":[{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"1002405\",\"TPSysId\":\"1002406\",\"TrxId\":\"80329\",\"VersionId\":\"301810\",\"XRefBookingId\":\"DMC100181654996\",\"APIBookingId\":\"TJ100181654996\",\"LastTicketDate\":\"\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC100181654996\\\",\\\"bookingId_TJ\\\":\\\"TJ100181654996\\\",\\\"FlightNumber\\\":\\\"QP-1421\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9ff6d-9d905-aaaba-7d86f\\\",\\\"apiTraceId\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"AirlineSysId\\\":\\\"821\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:15\\\",\\\"TravelDate\\\":\\\"2024-01-31T06:35\\\",\\\"LocalFromTime\\\":\\\"2024-01-31 06:35\\\",\\\"FromUTCTime\\\":\\\"2024-01-31T06:35\\\",\\\"LocalToTime\\\":\\\"2024-01-31 09:15\\\",\\\"ToUTCTime\\\":\\\"2024-01-31T09:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"EC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":160,\\\"DepartureDateTxt\\\":\\\"Wed, 31 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 31 Jan\\\",\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"VNS\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,908\\\",\\\"ApiResultIndex\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5708,\\\"Tax\\\":3259.6,\\\"YQTax\\\":1100,\\\"OtherCharges\\\":1784,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":352,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8967.6,\\\"PublishedFare\\\":8907.96,\\\"PublishedFareAgent\\\":8908,\\\"OfferedFareAgent\\\":8907.96,\\\"OfferedFare\\\":8907.96,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R30-0766893498_0BLRVNSQP1421~30889035804614\\\",\\\"ApiResultIndex\\\":\\\"R30-0766893498_0BLRVNSQP1421~30889035804614\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"colors\\\":null,\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"EC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3259.6,\\\"TotalBaseFare\\\":8967.6,\\\"BaseFareCal\\\":8907.96,\\\"BaseFare\\\":5708,\\\"CommissionEarned\\\":59.64,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1100,\\\"AGST\\\":352,\\\"MFT\\\":3.6,\\\"OT\\\":1784,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":59.64,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":8907.96,\\\"CostToCustomer\\\":8907.96,\\\"BaseFareCal\\\":8907.96,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":8907.96,\\\"intOfferedFare\\\":8907.96,\\\"intPublishFare\\\":8967.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":59.64,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":59.64,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8907.96,\\\"CostToAgent\\\":8907.96,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"tripbinfo\\\":{\\\"BLR-VNS\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg\\\"}}},\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"845\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Varanasi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"VNS\\\",\\\"destinationArrTime\\\":\\\"2024-01-31T09:15\\\",\\\"SegFlightNumber\\\":\\\"QP-1421\\\",\\\"AirlineCode\\\":\\\"QP\\\",\\\"AirlineName\\\":\\\"Akasa Air\\\",\\\"FareClass\\\":\\\"EC\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2024-01-31T06:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":160,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:15\\\",\\\"FlightDuration\\\":\\\"2h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal T1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/QP.png\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"cost\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"cost\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"cost\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCOR\\\",\\\"Price\\\":150,\\\"cost\\\":150,\\\"Description\\\":\\\"Sweet Corn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC03\\\",\\\"Price\\\":1350,\\\"cost\\\":1350,\\\"Weight\\\":\\\"3 Kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"5 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"10 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"15 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC20\\\",\\\"Price\\\":9000,\\\"cost\\\":9000,\\\"Weight\\\":\\\"20 kgs\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"cost\\\":13500,\\\"Weight\\\":\\\"30 kgs\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCOR\\\",\\\"Price\\\":150,\\\"cost\\\":150,\\\"Description\\\":\\\"Sweet Corn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOP\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Popcorn\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PBHL\\\",\\\"Price\\\":200,\\\"cost\\\":200,\\\"Description\\\":\\\"Bhel Puri - Jain Special\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVBY\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Schezwan Fried Rice Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PUPM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPOH\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Poha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PPAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Pasta\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNNO\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cup Noodles Non-Veg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PCAS\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Cashews\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PALM\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Mixed Nuts\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVMC\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Mushroom & brie Croissant\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PVKD\\\",\\\"Price\\\":500,\\\"cost\\\":500,\\\"Description\\\":\\\"Top Bun\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"30-0766893498_0BLRVNSQP1421~34088103582012\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3350,\\\"ARFT\\\":167.5,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":2850,\\\"ARFT\\\":142.5,\\\"CRF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":180,\\\"ACF\\\":3600,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":155,\\\"ACF\\\":3100,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}},\\\"VNS-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"ARFT\\\":150,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":175,\\\"ACF\\\":3500,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-30 12:00\\\",\\\"localToDateTime\\\":\\\"2024-02-07 12:00\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ100181654996\\\",\\\"amount\\\":18263.2,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"AGARWALANSUL65@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"917742825288\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2024-01-03T16:55:09.890\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21741507\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"QP\\\",\\\"name\\\":\\\"Akasa Air\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1421\\\",\\\"eT\\\":\\\"7MA\\\"},\\\"stops\\\":0,\\\"duration\\\":160,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal T1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2024-01-31T06:35\\\",\\\"at\\\":\\\"2024-01-31T09:15\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"21741508\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"IX\\\",\\\"name\\\":\\\"AI Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"937\\\",\\\"eT\\\":\\\"738\\\"},\\\"stops\\\":0,\\\"duration\\\":145,\\\"da\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2024-02-08T12:50\\\",\\\"at\\\":\\\"2024-02-08T15:15\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"FAHIMA\\\",\\\"lN\\\":\\\"FAHIMA\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RASHEEDA\\\",\\\"lN\\\":\\\"BIBI\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":18263.2,\\\"TAF\\\":6525.2,\\\"BF\\\":11738,\\\"NF\\\":18123.36,\\\"IGST\\\":7.2,\\\"NCM\\\":139.84},\\\"afC\\\":{\\\"TAF\\\":{\\\"OT\\\":3550,\\\"YQ\\\":2200,\\\"MFT\\\":7.2,\\\"AGST\\\":728,\\\"MF\\\":40},\\\"NCM\\\":{\\\"OT\\\":147.2,\\\"TDS\\\":-7.36}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"FAHIMA\\\",\\\"lN\\\":\\\"FAHIMA\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RASHEEDA\\\",\\\"lN\\\":\\\"BIBI\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":8907.96,\\\"NetPrice\\\":8907.96,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":8907.96,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":0,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)-Bengaluru (BLR)\",\"Amount\":5708,\"NetAmount\":8907.96},{\"B2BAgencySysId\":\"97261\",\"MasterTPSysId\":\"1002405\",\"TPSysId\":\"1002406\",\"TrxId\":\"80329\",\"VersionId\":\"301811\",\"XRefBookingId\":\"DMC100181654996\",\"APIBookingId\":\"TJ100181654996\",\"LastTicketDate\":\"\",\"APIBookingRes\":\"{\\\"value\\\":{\\\"bookingId\\\":\\\"DMC100181654996\\\",\\\"bookingId_TJ\\\":\\\"TJ100181654996\\\",\\\"FlightNumber\\\":\\\"IX-937\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"9ff6d-9d905-aaaba-7d86f\\\",\\\"apiTraceId\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"AirlineSysId\\\":\\\"82\\\",\\\"DepartureTime\\\":\\\"12:50\\\",\\\"ArrivalTime\\\":\\\"15:15\\\",\\\"TravelDate\\\":\\\"2024-02-08T12:50\\\",\\\"LocalFromTime\\\":\\\"2024-02-08 12:50\\\",\\\"FromUTCTime\\\":\\\"2024-02-08T12:50\\\",\\\"LocalToTime\\\":\\\"2024-02-08 15:15\\\",\\\"ToUTCTime\\\":\\\"2024-02-08T15:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"FM\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 08 Feb\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"2262\\\",\\\"DestPlaceSysId\\\":\\\"28449\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"18,123\\\",\\\"ApiResultIndex\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6030,\\\"Tax\\\":3265.6,\\\"YQTax\\\":1100,\\\"OtherCharges\\\":1766,\\\"Discount\\\":0,\\\"ServiceFee\\\":20,\\\"ManagementFeeTax\\\":3.6,\\\"AirlineGSTComponent\\\":376,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9295.6,\\\"PublishedFare\\\":9215.4,\\\"PublishedFareAgent\\\":9216,\\\"OfferedFareAgent\\\":9215.4,\\\"OfferedFare\\\":9215.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"R30-0766893498_1VNSBLRIX937~30889037387577\\\",\\\"ApiResultIndex\\\":\\\"R30-0766893498_1VNSBLRIX937~30889037387577\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"FAMILY\\\",\\\"fareIdentifierSP\\\":\\\"FAMILY\\\",\\\"colors\\\":null,\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"FM\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3265.6,\\\"TotalBaseFare\\\":9295.6,\\\"BaseFareCal\\\":9215.4,\\\"BaseFare\\\":6030,\\\"CommissionEarned\\\":80.2,\\\"TDS\\\":0,\\\"MF\\\":20,\\\"YQ\\\":1100,\\\"AGST\\\":376,\\\"MFT\\\":3.6,\\\"OT\\\":1766,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"AddiMarkup\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":80.2,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":0,\\\"PublishFare\\\":9215.4,\\\"CostToCustomer\\\":9215.4,\\\"BaseFareCal\\\":9215.4,\\\"intCommisionEarnedForAgency\\\":0,\\\"CostToCompany\\\":9215.4,\\\"intOfferedFare\\\":9215.4,\\\"intPublishFare\\\":9295.6,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":80.2,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":80.2,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9215.4,\\\"CostToAgent\\\":9215.4,\\\"AddiMarkup\\\":0,\\\"AddiTaxOnMarkup\\\":0,\\\"IntAdddimarkup\\\":0,\\\"TDSApplied\\\":1,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"tripbinfo\\\":{\\\"VNS-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"HYD-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-DEL\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-BOM\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"20 Kilograms\\\"}},\\\"BOM-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"25 Kilograms\\\"}},\\\"MAA-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"25 Kilograms\\\"}},\\\"BOM-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"DEL-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"BOM-GOI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"GOI-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-GOI\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-IXC\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"IXC-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"01 Bag of 15 Kg\\\"}},\\\"DEL-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kilograms\\\"}},\\\"VNS-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"CCU-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-CCU\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-HYD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-MAA\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"VNS-AMD\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}},\\\"AMD-BLR\\\":{\\\"ADULT\\\":{\\\"cabin\\\":\\\"7 Kg\\\",\\\"checkin\\\":\\\"15 Kg (01 Piece only)\\\"}}},\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"908\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2024-02-08T15:15\\\",\\\"SegFlightNumber\\\":\\\"IX-937\\\",\\\"AirlineCode\\\":\\\"IX\\\",\\\"AirlineName\\\":\\\"AI Express\\\",\\\"FareClass\\\":\\\"FM\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2024-02-08T12:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"EquipmentType\\\":\\\"\\\",\\\"StopsOver\\\":\\\"\\\",\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"12:50\\\",\\\"strArrivalDtTime\\\":\\\"15:15\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/partner.thekrishnatravels.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/IX.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":1600,\\\"cost\\\":1600,\\\"Weight\\\":\\\"8Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2250,\\\"cost\\\":2250,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":3000,\\\"cost\\\":3000,\\\"Weight\\\":\\\"15Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4500,\\\"cost\\\":4500,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":6000,\\\"cost\\\":6000,\\\"Weight\\\":\\\"30Kg International Connecting Baggage\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6750,\\\"cost\\\":6750,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":11250,\\\"cost\\\":11250,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VSDB\\\",\\\"Price\\\":250,\\\"cost\\\":250,\\\"Description\\\":\\\"Shondesh Tiramisu\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VFPB\\\",\\\"Price\\\":300,\\\"cost\\\":300,\\\"Description\\\":\\\"Seasonal Fresh Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VHRB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Herb Roast Vegetable Roll\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCJB\\\",\\\"Price\\\":400,\\\"cost\\\":400,\\\"Description\\\":\\\"Chicken Junglee Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPMB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VPBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Matar Paneer Bhurji with Aloo Paratha\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegetable Manchurian with Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VMCB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Vegan Moilee Curry with Coconut Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VIVB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Mini Idlis, Medu Vada and Upma\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"VBKB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Bajra Khichdi with Matar Bhaji\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NMBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Hyderabadi Mutton Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NFFB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Herb Grilled Fish Fillet\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"908\\\",\\\"Code\\\":\\\"NCBB\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"Awadhi Chicken Biryani with Mirch Salan\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNKD\\\",\\\"Price\\\":550,\\\"cost\\\":550,\\\"Description\\\":\\\"Eager Burger\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PNCC\\\",\\\"Price\\\":600,\\\"cost\\\":600,\\\"Description\\\":\\\"QP Club Croissant Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"845\\\",\\\"Code\\\":\\\"PDCT\\\",\\\"Price\\\":750,\\\"cost\\\":750,\\\"Description\\\":\\\"In-Air-Celebrations\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"22-16-0766893498_0VNSBLRIX937~34087869346513\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-VNS\\\":{\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"No Refund  (100% of airfare charges)\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3350,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":167.5,\\\"CRFT\\\":9,\\\"ARF\\\":3350,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":2850,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":142.5,\\\"CRFT\\\":9,\\\"ARF\\\":2850,\\\"CRF\\\":50},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3600,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3600,\\\"ACFT\\\":180,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"74\\\"},{\\\"amount\\\":3100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"or 100% of the airfare charges, whichever is lower.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3100,\\\"ACFT\\\":155,\\\"CCFT\\\":9},\\\"st\\\":\\\"74\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seats\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}},\\\"VNS-BLR\\\":{\\\"fr\\\":[],\\\"tfr\\\":{\\\"NO_SHOW\\\":[{\\\"policyInfo\\\":\\\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"4\\\"}],\\\"DATECHANGE\\\":[{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference if any\\\",\\\"fcs\\\":{\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"CRF\\\":50},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"CANCELLATION\\\":[{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCFT\\\":9},\\\"st\\\":\\\"4\\\",\\\"et\\\":\\\"8760\\\"}],\\\"SEAT_CHARGEABLE\\\":[{\\\"policyInfo\\\":\\\"Paid Seat\\\",\\\"st\\\":\\\"0\\\",\\\"et\\\":\\\"8760\\\"}]}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2024-01-30 12:00\\\",\\\"localToDateTime\\\":\\\"2024-02-07 12:00\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"VNS\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"2262\\\",\\\"intDestinationCityId\\\":\\\"28449\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"},\\\"isHoldAllowed\\\":false,\\\"isDocIdAllowedAplicable\\\":false,\\\"isDocIdAllowedMandatory\\\":false},\\\"response\\\":{\\\"order\\\":{\\\"bookingId\\\":\\\"TJ100181654996\\\",\\\"amount\\\":18263.2,\\\"markup\\\":0,\\\"deliveryInfo\\\":{\\\"emails\\\":[\\\"AGARWALANSUL65@GMAIL.COM\\\"],\\\"contacts\\\":[\\\"917742825288\\\"]},\\\"status\\\":\\\"SUCCESS\\\",\\\"createdOn\\\":\\\"2024-01-03T16:55:09.890\\\"},\\\"itemInfos\\\":{\\\"AIR\\\":{\\\"tripInfos\\\":[{\\\"sI\\\":[{\\\"id\\\":\\\"21741507\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"QP\\\",\\\"name\\\":\\\"Akasa Air\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"1421\\\",\\\"eT\\\":\\\"7MA\\\"},\\\"stops\\\":0,\\\"duration\\\":160,\\\"da\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\",\\\"terminal\\\":\\\"Terminal T1\\\"},\\\"aa\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2024-01-31T06:35\\\",\\\"at\\\":\\\"2024-01-31T09:15\\\",\\\"iand\\\":false,\\\"isRs\\\":false,\\\"sN\\\":0}]},{\\\"sI\\\":[{\\\"id\\\":\\\"21741508\\\",\\\"fD\\\":{\\\"aI\\\":{\\\"code\\\":\\\"IX\\\",\\\"name\\\":\\\"AI Express\\\",\\\"isLcc\\\":true},\\\"fN\\\":\\\"937\\\",\\\"eT\\\":\\\"738\\\"},\\\"stops\\\":0,\\\"duration\\\":145,\\\"da\\\":{\\\"code\\\":\\\"VNS\\\",\\\"name\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"cityCode\\\":\\\"VNS\\\",\\\"city\\\":\\\"Varanasi\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"aa\\\":{\\\"code\\\":\\\"BLR\\\",\\\"name\\\":\\\"Bengaluru Intl Arpt\\\",\\\"cityCode\\\":\\\"BLR\\\",\\\"city\\\":\\\"Bengaluru\\\",\\\"country\\\":\\\"India\\\",\\\"countryCode\\\":\\\"IN\\\"},\\\"dt\\\":\\\"2024-02-08T12:50\\\",\\\"at\\\":\\\"2024-02-08T15:15\\\",\\\"iand\\\":false,\\\"isRs\\\":true,\\\"sN\\\":0}]}],\\\"travellerInfos\\\":[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"FAHIMA\\\",\\\"lN\\\":\\\"FAHIMA\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RASHEEDA\\\",\\\"lN\\\":\\\"BIBI\\\"}],\\\"totalPriceInfo\\\":{\\\"totalFareDetail\\\":{\\\"fC\\\":{\\\"TF\\\":18263.2,\\\"TAF\\\":6525.2,\\\"BF\\\":11738,\\\"NF\\\":18123.36,\\\"IGST\\\":7.2,\\\"NCM\\\":139.84},\\\"afC\\\":{\\\"TAF\\\":{\\\"OT\\\":3550,\\\"YQ\\\":2200,\\\"MFT\\\":7.2,\\\"AGST\\\":728,\\\"MF\\\":40},\\\"NCM\\\":{\\\"OT\\\":147.2,\\\"TDS\\\":-7.36}}}}}},\\\"gstInfo\\\":[],\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}}}\",\"Passenger\":\"[{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"FAHIMA\\\",\\\"lN\\\":\\\"FAHIMA\\\"},{\\\"pnrDetails\\\":{\\\"BLR-VNS\\\":\\\"RD9S9U\\\",\\\"VNS-BLR\\\":\\\"I16F7C\\\"},\\\"checkinStatusMap\\\":{\\\"BLR-VNS\\\":false,\\\"VNS-BLR\\\":false},\\\"ti\\\":\\\"Mrs\\\",\\\"pt\\\":\\\"ADULT\\\",\\\"fN\\\":\\\"RASHEEDA\\\",\\\"lN\\\":\\\"BIBI\\\"}]\",\"UpdateFare\":\"[{\\\"Price\\\":9215.4,\\\"NetPrice\\\":9215.4,\\\"AgencyMarkUp\\\":0,\\\"AgentServiceTaxAmount\\\":0,\\\"MarkUp\\\":0,\\\"AgentsCustomServiceTaxAmount\\\":0,\\\"GTXMarkup\\\":0,\\\"GTXServiceTaxAmount\\\":0,\\\"TotalCost\\\":9215.4,\\\"MealFare\\\":0,\\\"BaggFare\\\":0,\\\"SeatFare\\\":0}]\",\"Keys\":1,\"ErrorCode\":0,\"IsBookingStatus\":1,\"bookingHold\":\"0\",\"sectorTitle\":\"Bengaluru (BLR)-Varanasi (VNS)-Bengaluru (BLR)\",\"Amount\":6030,\"NetAmount\":9215.4}],\"InvoiceRequest\":{\"FlightBookingData\":[{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"QP-1421\",\"AirlineName\":\"Akasa Air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2024-01-31T06:35\",\"LocalFromTime\":\"2024-01-31 06:35\",\"FromUTCTime\":\"2024-01-31T06:35\",\"LocalToTime\":\"2024-01-31 09:15\",\"ToUTCTime\":\"2024-01-31T09:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"VNS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,908\",\"ApiResultIndex\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5708,\"Tax\":3259.6,\"YQTax\":1100,\"OtherCharges\":1784,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":352,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8967.6,\"PublishedFare\":8907.96,\"PublishedFareAgent\":8908,\"OfferedFareAgent\":8907.96,\"OfferedFare\":8907.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"ApiResultIndex\":\"R30-0766893498_0BLRVNSQP1421~30889035804614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"colors\":null,\"SeatAvailable\":3,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3259.6,\"TotalBaseFare\":8967.6,\"BaseFareCal\":8907.96,\"BaseFare\":5708,\"CommissionEarned\":59.64,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":352,\"MFT\":3.6,\"OT\":1784,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":59.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8907.96,\"CostToCustomer\":8907.96,\"BaseFareCal\":8907.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8907.96,\"intOfferedFare\":8907.96,\"intPublishFare\":8967.6,\"TripjackMarkup\":0,\"TripjackCommission\":59.64,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":59.64,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8907.96,\"CostToAgent\":8907.96,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"BLR-VNS\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"845\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2024-01-31T09:15\",\"SegFlightNumber\":\"QP-1421\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-01-31T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC03\",\"Price\":1350,\"cost\":1350,\"Weight\":\"3 Kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC05\",\"Price\":2250,\"cost\":2250,\"Weight\":\"5 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC10\",\"Price\":4500,\"cost\":4500,\"Weight\":\"10 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC15\",\"Price\":6750,\"cost\":6750,\"Weight\":\"15 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC20\",\"Price\":9000,\"cost\":9000,\"Weight\":\"20 kgs\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"XC30\",\"Price\":13500,\"cost\":13500,\"Weight\":\"30 kgs\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCOR\",\"Price\":150,\"cost\":150,\"Description\":\"Sweet Corn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOP\",\"Price\":200,\"cost\":200,\"Description\":\"Popcorn\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PBHL\",\"Price\":200,\"cost\":200,\"Description\":\"Bhel Puri - Jain Special\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVBY\",\"Price\":250,\"cost\":250,\"Description\":\"Schezwan Fried Rice Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PUPM\",\"Price\":250,\"cost\":250,\"Description\":\"Upma\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPOH\",\"Price\":250,\"cost\":250,\"Description\":\"Poha\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PPAS\",\"Price\":250,\"cost\":250,\"Description\":\"Pasta\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNNO\",\"Price\":250,\"cost\":250,\"Description\":\"Cup Noodles Non-Veg\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PCAS\",\"Price\":250,\"cost\":250,\"Description\":\"Cashews\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PALM\",\"Price\":250,\"cost\":250,\"Description\":\"Mixed Nuts\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVMC\",\"Price\":500,\"cost\":500,\"Description\":\"Mushroom & brie Croissant\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PVKD\",\"Price\":500,\"cost\":500,\"Description\":\"Top Bun\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"30-0766893498_0BLRVNSQP1421~34088103582012\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2850,\"ARFT\":142.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACFT\":155,\"ACF\":3100,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false},{\"bookingId\":\"DMC100181654996\",\"bookingId_TJ\":\"TJ100181654996\",\"FlightNumber\":\"IX-937\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"apiTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:15\",\"TravelDate\":\"2024-02-08T12:50\",\"LocalFromTime\":\"2024-02-08 12:50\",\"FromUTCTime\":\"2024-02-08T12:50\",\"LocalToTime\":\"2024-02-08 15:15\",\"ToUTCTime\":\"2024-02-08T15:15\",\"IsDirect\":0,\"FareClass\":\"FM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 08 Feb\",\"ArrivalDateTxt\":\"Thu, 08 Feb\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"28449\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"18,123\",\"ApiResultIndex\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6030,\"Tax\":3265.6,\"YQTax\":1100,\"OtherCharges\":1766,\"Discount\":0,\"ServiceFee\":20,\"ManagementFeeTax\":3.6,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9295.6,\"PublishedFare\":9215.4,\"PublishedFareAgent\":9216,\"OfferedFareAgent\":9215.4,\"OfferedFare\":9215.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"ApiResultIndex\":\"R30-0766893498_1VNSBLRIX937~30889037387577\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"fareIdentifierSP\":\"FAMILY\",\"colors\":null,\"SeatAvailable\":2,\"classOfBooking\":\"FM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3265.6,\"TotalBaseFare\":9295.6,\"BaseFareCal\":9215.4,\"BaseFare\":6030,\"CommissionEarned\":80.2,\"TDS\":0,\"MF\":20,\"YQ\":1100,\"AGST\":376,\"MFT\":3.6,\"OT\":1766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":80.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9215.4,\"CostToCustomer\":9215.4,\"BaseFareCal\":9215.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9215.4,\"intOfferedFare\":9215.4,\"intPublishFare\":9295.6,\"TripjackMarkup\":0,\"TripjackCommission\":80.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":80.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9215.4,\"CostToAgent\":9215.4,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"VNS-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"HYD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"MAA-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"BOM-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"BOM-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"GOI-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-GOI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-IXC\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"IXC-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"01 Bag of 15 Kg\"}},\"DEL-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kilograms\"}},\"VNS-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"VNS-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"908\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-08T15:15\",\"SegFlightNumber\":\"IX-937\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"FM\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2024-02-08T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB08\",\"Price\":1600,\"cost\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAB\",\"Price\":2250,\"cost\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB15\",\"Price\":3000,\"cost\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAC\",\"Price\":4500,\"cost\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"IB30\",\"Price\":6000,\"cost\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAD\",\"Price\":6750,\"cost\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"PBAF\",\"Price\":11250,\"cost\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VSDB\",\"Price\":250,\"cost\":250,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VFPB\",\"Price\":300,\"cost\":300,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VHRB\",\"Price\":400,\"cost\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCJB\",\"Price\":400,\"cost\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPMB\",\"Price\":600,\"cost\":600,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VPBB\",\"Price\":600,\"cost\":600,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMFB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VMCB\",\"Price\":600,\"cost\":600,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VIVB\",\"Price\":600,\"cost\":600,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"VBKB\",\"Price\":600,\"cost\":600,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NMBB\",\"Price\":600,\"cost\":600,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NFFB\",\"Price\":600,\"cost\":600,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"908\",\"Code\":\"NCBB\",\"Price\":600,\"cost\":600,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNKD\",\"Price\":550,\"cost\":550,\"Description\":\"Eager Burger\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PNCC\",\"Price\":600,\"cost\":600,\"Description\":\"QP Club Croissant Sandwich\"},{\"Currency\":\"INR\",\"key\":\"845\",\"Code\":\"PDCT\",\"Price\":750,\"cost\":750,\"Description\":\"In-Air-Celebrations\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"22-16-0766893498_0VNSBLRIX937~34087869346513\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-VNS\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund  (100% of airfare charges)\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"CRF\":50},\"st\":\"4\",\"et\":\"74\"},{\"amount\":2850,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":142.5,\"CRFT\":9,\"ARF\":2850,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9},\"st\":\"4\",\"et\":\"74\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"or 100% of the airfare charges, whichever is lower.\",\"fcs\":{\"CCF\":50,\"ACF\":3100,\"ACFT\":155,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}},\"VNS-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-30 12:00\",\"localToDateTime\":\"2024-02-07 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"VNS\",\"intMemberCount\":2,\"intSourceCityId\":\"2262\",\"intDestinationCityId\":\"28449\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"IsInternational\":\"\",\"CustomerSession\":[{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7742825288\",\"FirstName\":\"FAHIMA\",\"LastName\":\"FAHIMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"182\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0},{\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"CustomerSysId\":\"89\",\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7742825288\",\"FirstName\":\"RASHEEDA\",\"LastName\":\"BIBI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"97261\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2024-01-03 16:53:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"183\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isWheelChair\":0}],\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SearchTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"bookingHold\":\"0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Bengaluru (BLR)\"],\"to_des\":[\"Varanasi (VNS)\"],\"departure_date\":[\"31\\/01\\/2024\"],\"return_date\":[\"08\\/02\\/2024\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"VNS\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destination\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Bengaluru (BLR)\"],\"to_city\":[\"Varanasi (VNS)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"1-1-1\",\"strDepatureDate\":[\"2024-01-31\"],\"strReturnDate\":[\"2024-02-08\"],\"sourceCityId\":[2262],\"intCountryCode\":\"IN\",\"destinationCityId\":[28449],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9ff6d-9d905-aaaba-7d86f\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"VNS\"],\"from\":[\"BLR\"],\"to\":[\"VNS\"],\"Fromlabel\":[\"Bengaluru\"],\"Tolabel\":[\"Varanasi\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS), India\"],\"TripType\":0,\"SearchRoute\":\"2\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/01\\/2024\"],\"return_dates\":[\"08\\/02\\/2024\"],\"departure_dateG\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"31 Jan Wed\"],\"ReturnDateMobile\":[\"08 Feb Thu\"],\"SearchTime\":\"2024-01-03 16:50:36\",\"IsChangeSearch\":1},\"B2BSearch\":{\"B2BAgencySysIdKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"B2CAgencySysIdKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"MasterAgencySysId\":\"86368\"},\"IsCancellationProtection\":0,\"CPAmountWithTax\":0,\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"gstnnumber\":0}}','2024-01-03 16:53:37'),(1998,'e2c4c-c6913-636c4-6b3e2','{\"BookingData\":[{\"bookingId\":\"BKR100782100414\",\"bookingId_TJ\":\"TJ100782100414\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"16:45\",\"TravelDate\":\"2024-04-20T14:00\",\"LocalFromTime\":\"2024-04-20 14:00\",\"FromUTCTime\":\"2024-04-20T14:00\",\"LocalToTime\":\"2024-04-20 16:45\",\"ToUTCTime\":\"2024-04-20T16:45\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 20 Apr\",\"ArrivalDateTxt\":\"Sat, 20 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6852.8,\"PublishedFareTxt\":\"6,853\",\"ApiResultIndex\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation in respect of the booking made under Family fare shall only be permissible if minimum of two (02) passengers are retained in the booking.\",\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4959,\"Tax\":1893.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6852.8,\"PublishedFare\":6786.84,\"OfferedFare\":6786.84,\"CommissionEarned\":65.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-1426712294_0BLRJAII51427~177336344058581\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Xpress Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":65.96,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1893.8,\"BaseFareCal\":6786.84,\"BaseFare\":4959,\"CommissionEarned\":65.96,\"TDS\":-3.47,\"MF\":10,\"YQ\":650,\"AGST\":290,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.96,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6786.84,\"CostToCustomer\":6786.84,\"BaseFareCal\":6786.84,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6786.84,\"intOfferedFare\":6786.84,\"intPublishFare\":6852.8,\"TripjackMarkup\":0,\"TripjackCommission\":65.96,\"TripjackTDS\":\"3.47\",\"AddiMarkup\":0,\"CommisionPass\":65.96,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"803\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-20T16:45\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-20T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"16:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VSDB\",\"Price\":150,\"amount\":150,\"Description\":\"Shondesh Tiramisu\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VFPB\",\"Price\":200,\"amount\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VPMB\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VPBB\",\"Price\":500,\"amount\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VMFB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VMCB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegan Moilee Curry with Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VIVB\",\"Price\":500,\"amount\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"VBKB\",\"Price\":500,\"amount\":500,\"Description\":\"Bajra Khichdi with Matar Bhaji\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"NMBB\",\"Price\":500,\"amount\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"NFFB\",\"Price\":500,\"amount\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"NCBB\",\"Price\":500,\"amount\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"e2c4c-c6913-636c4-6b3e2\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-01-09T11:51:54.793\",\"strTraceId\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-04-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100782100414\",\"bookingId_TJ\":\"TJ100782100414\",\"FlightNumber\":\"I5-1427\",\"AirlineName\":\"AirIndia Express\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"strTraceId\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"16:45\",\"TravelDate\":\"2024-04-20T14:00\",\"LocalFromTime\":\"2024-04-20 14:00\",\"FromUTCTime\":\"2024-04-20T14:00\",\"LocalToTime\":\"2024-04-20 16:45\",\"ToUTCTime\":\"2024-04-20T16:45\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Sat, 20 Apr\",\"ArrivalDateTxt\":\"Sat, 20 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6852.8,\"ApiResultIndex\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"SearchFlightTraceId\":\"e2c4c-c6913-636c4-6b3e2\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-01-09T11:51:54.793\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4959,\"Tax\":1893.8,\"YQTax\":650,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":290,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6852.8,\"PublishedFare\":6786.84,\"OfferedFare\":6786.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1893.8,\"BaseFareCal\":6786.84,\"BaseFare\":4959,\"CommissionEarned\":65.96,\"TDS\":-3.47,\"MF\":10,\"YQ\":650,\"AGST\":290,\"MFT\":1.8,\"OT\":942,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"803\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-20T16:45\",\"SegFlightNumber\":\"I5-1427\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirIndia Express\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-20T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"16:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-1426712294_2BLRJAII51427~2612848900642\",\"localFromDateTime\":\"2024-04-20 14:00\",\"localToDateTime\":\"2024-04-20 16:45\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"20\\/04\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/04\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-04-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"e2c4c-c6913-636c4-6b3e2\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"}}','2024-01-09 11:50:18'),(2000,'1f5c3-dfa0d-99ca8-8a67d','{\"BookingData\":[{\"bookingId\":\"BKR105082684201\",\"bookingId_TJ\":\"TJ105082684201\",\"FlightNumber\":\"SG-531\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2024-02-23T17:20\",\"LocalFromTime\":\"2024-02-23 17:20\",\"FromUTCTime\":\"2024-02-23T17:20\",\"LocalToTime\":\"2024-02-23 20:00\",\"ToUTCTime\":\"2024-02-23T20:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 23 Feb\",\"ArrivalDateTxt\":\"Fri, 23 Feb\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5922.8,\"PublishedFareTxt\":\"5,923\",\"ApiResultIndex\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-PAT\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3350,\"ARFT\":167.5,\"CRF\":50,\"CRFT\":9},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50,\"CRFT\":9},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"ACFT\":180,\"CCFT\":9,\"ACF\":3600,\"CCF\":50},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":155,\"CCFT\":9,\"ACF\":3100,\"CCF\":50},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4749,\"Tax\":1173.8,\"YQTax\":0,\"OtherCharges\":916,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5922.8,\"PublishedFare\":5832.57,\"OfferedFare\":5832.57,\"CommissionEarned\":90.23,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.75,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R4-9200184945_0BLRPATSG531~5589477017412\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":90.23,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1173.8,\"BaseFareCal\":5832.57,\"BaseFare\":4749,\"CommissionEarned\":90.23,\"TDS\":-4.75,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":916,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.23,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5832.57,\"CostToCustomer\":5832.57,\"BaseFareCal\":5832.57,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5832.57,\"intOfferedFare\":5832.57,\"intPublishFare\":5922.8,\"TripjackMarkup\":0,\"TripjackCommission\":90.23,\"TripjackTDS\":\"4.75\",\"AddiMarkup\":0,\"CommisionPass\":90.23,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"354\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2024-02-23T20:00\",\"SegFlightNumber\":\"SG-531\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-23T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1f5c3-dfa0d-99ca8-8a67d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2024-01-16T11:39:30.268\",\"strTraceId\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105082684201\",\"bookingId_TJ\":\"TJ105082684201\",\"FlightNumber\":\"SG-531\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"strTraceId\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2024-02-23T17:20\",\"LocalFromTime\":\"2024-02-23 17:20\",\"FromUTCTime\":\"2024-02-23T17:20\",\"LocalToTime\":\"2024-02-23 20:00\",\"ToUTCTime\":\"2024-02-23T20:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 23 Feb\",\"ArrivalDateTxt\":\"Fri, 23 Feb\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":20918,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5922.8,\"ApiResultIndex\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"1f5c3-dfa0d-99ca8-8a67d\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2024-01-16T11:39:30.268\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4749,\"Tax\":1173.8,\"YQTax\":0,\"OtherCharges\":916,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5922.8,\"PublishedFare\":5832.57,\"OfferedFare\":5832.57,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1173.8,\"BaseFareCal\":5832.57,\"BaseFare\":4749,\"CommissionEarned\":90.23,\"TDS\":-4.75,\"MF\":10,\"YQ\":0,\"AGST\":246,\"MFT\":1.8,\"OT\":916,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"354\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2024-02-23T20:00\",\"SegFlightNumber\":\"SG-531\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-23T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9200184945_0BLRPATSG531~4059021911086\",\"localFromDateTime\":\"2024-02-23 17:20\",\"localToDateTime\":\"2024-02-23 20:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":20918,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Patna\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAT\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"departure_date\":\"23\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"PAT\",\"from\":\"BLR\",\"to\":\"PAT\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"sourceCityId\":2262,\"destinationCityId\":20918,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1f5c3-dfa0d-99ca8-8a67d\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-PAT\"}}','2024-01-16 11:37:49'),(2002,'37aa7-c0866-d0c44-640a7','{\"BookingData\":[{\"bookingId\":\"BKR103983353081\",\"bookingId_TJ\":\"TJ103983353081\",\"FlightNumber\":\"6E-2176\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2024-02-10T17:30\",\"LocalFromTime\":\"2024-02-10 17:30\",\"FromUTCTime\":\"2024-02-10T17:30\",\"LocalToTime\":\"2024-02-10 23:25\",\"ToUTCTime\":\"2024-02-10T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":115,\"LAYOVERDuration\":\"1h 55m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 10 Feb\",\"ArrivalDateTxt\":\"Sat, 10 Feb\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6689.8,\"PublishedFareTxt\":\"6,690\",\"ApiResultIndex\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3500,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":3000,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5149,\"Tax\":1540.8,\"YQTax\":0,\"OtherCharges\":1264,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6689.8,\"PublishedFare\":6621.31,\"OfferedFare\":6621.31,\"CommissionEarned\":68.49,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.6,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-0161168892_0JAIDEL6E2176DELGOX6E2377~57459541735080\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":68.49,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1540.8,\"BaseFareCal\":6621.31,\"BaseFare\":5149,\"CommissionEarned\":68.49,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":265,\"MFT\":1.8,\"OT\":1264,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6621.31,\"CostToCustomer\":6621.31,\"BaseFareCal\":6621.31,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6621.31,\"intOfferedFare\":6621.31,\"intPublishFare\":6689.8,\"TripjackMarkup\":0,\"TripjackCommission\":68.49,\"TripjackTDS\":\"3.6\",\"AddiMarkup\":0,\"CommisionPass\":68.49,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"721\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-10T18:40\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-10T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":115,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"1h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"722\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2024-02-10T23:25\",\"SegFlightNumber\":\"6E-2377\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-02-10T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"TCSW\",\"Price\":400,\"amount\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"721\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"37aa7-c0866-d0c44-640a7\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-25T03:28:38.921\",\"strTraceId\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103983353081\",\"bookingId_TJ\":\"TJ103983353081\",\"FlightNumber\":\"6E-2176\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"strTraceId\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2024-02-10T17:30\",\"LocalFromTime\":\"2024-02-10 17:30\",\"FromUTCTime\":\"2024-02-10T17:30\",\"LocalToTime\":\"2024-02-10 23:25\",\"ToUTCTime\":\"2024-02-10T23:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":115,\"LAYOVERDuration\":\"1h 55m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 10 Feb\",\"ArrivalDateTxt\":\"Sat, 10 Feb\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":0,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6689.8,\"ApiResultIndex\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"37aa7-c0866-d0c44-640a7\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-25T03:28:38.921\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5149,\"Tax\":1540.8,\"YQTax\":0,\"OtherCharges\":1264,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6689.8,\"PublishedFare\":6621.31,\"OfferedFare\":6621.31,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1540.8,\"BaseFareCal\":6621.31,\"BaseFare\":5149,\"CommissionEarned\":68.49,\"TDS\":-3.6,\"MF\":10,\"YQ\":0,\"AGST\":265,\"MFT\":1.8,\"OT\":1264,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"721\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-10T18:40\",\"SegFlightNumber\":\"6E-2176\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-10T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":115,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"1h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"722\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2024-02-10T23:25\",\"SegFlightNumber\":\"6E-2377\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-02-10T20:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0161168892_20JAIDEL6E2176DELGOX6E2377~64286336356578\",\"localFromDateTime\":\"2024-02-10 17:30\",\"localToDateTime\":\"2024-02-10 23:25\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":0,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Goa In\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"departure_date\":\"10\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Dabolim Arpt GOI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"JAI\",\"to\":\"GOI\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt GOI, India\",\"sourceCityId\":12995,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"37aa7-c0866-d0c44-640a7\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOI\"}}','2024-01-25 03:26:57'),(2004,'7f95a-22ffa-14b31-4d682','{\"BookingData\":[{\"bookingId\":\"BKR101783353091\",\"bookingId_TJ\":\"TJ101783353091\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2024-02-10T07:15\",\"LocalFromTime\":\"2024-02-10 07:15\",\"FromUTCTime\":\"2024-02-10T07:15\",\"LocalToTime\":\"2024-02-10 09:20\",\"ToUTCTime\":\"2024-02-10T09:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 10 Feb\",\"ArrivalDateTxt\":\"Sat, 10 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7136.8,\"PublishedFareTxt\":\"7,137\",\"ApiResultIndex\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"JAI-GOX\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6800,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7136.8,\"PublishedFare\":7136.8,\"OfferedFare\":7136.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-2950085962_0JAIGOX6E6977~64420307116694\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7136.8,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7136.8,\"CostToCustomer\":7136.8,\"BaseFareCal\":7136.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7136.8,\"intOfferedFare\":7136.8,\"intPublishFare\":7136.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":0,\"CommisionPass\":0,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2024-02-10T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-10T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7f95a-22ffa-14b31-4d682\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-25T03:30:00.929\",\"strTraceId\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR101783353091\",\"bookingId_TJ\":\"TJ101783353091\",\"FlightNumber\":\"6E-6977\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"strTraceId\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2024-02-10T07:15\",\"LocalFromTime\":\"2024-02-10 07:15\",\"FromUTCTime\":\"2024-02-10T07:15\",\"LocalToTime\":\"2024-02-10 09:20\",\"ToUTCTime\":\"2024-02-10T09:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 10 Feb\",\"ArrivalDateTxt\":\"Sat, 10 Feb\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":37009,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"GOX\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7136.8,\"ApiResultIndex\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7f95a-22ffa-14b31-4d682\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-25T03:30:00.929\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":6800,\"Tax\":336.8,\"YQTax\":0,\"OtherCharges\":325,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7136.8,\"PublishedFare\":7136.8,\"OfferedFare\":7136.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":336.8,\"BaseFareCal\":7136.8,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":325,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"827\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Mopa international airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOX\",\"destinationArrTime\":\"2024-02-10T09:20\",\"SegFlightNumber\":\"6E-6977\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-10T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2950085962_0JAIGOX6E6977~62854216186286\",\"localFromDateTime\":\"2024-02-10 07:15\",\"localToDateTime\":\"2024-02-10 09:20\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"GOX\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":37009,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"North Goa\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOX\",\"ContSysId\":\"101\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"departure_date\":\"10\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" IN - Mopa Goa International Airport GOX\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"GOX\",\"from\":\"JAI\",\"to\":\"GOX\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"North Goa, IN - Mopa Goa International Airport GOX, India\",\"sourceCityId\":12995,\"destinationCityId\":37009,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7f95a-22ffa-14b31-4d682\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-GOX\"}}','2024-01-25 03:28:19'),(2006,'83a50-bfed0-39198-7f0fe','{\"BookingData\":[{\"FlightNumber\":\"QP-1372\",\"keyIndex\":136,\"SegFlightNumberArr\":\"QP-1372 +1\",\"AirlineName\":\"Akasa air\",\"AirlineCode\":\"QP\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"30-6019088281_0BLRGAUQP1372GAUIXBQP1372~88504973412009\",\"AirlineSysId\":\"821\",\"DepartureTime\":\"05:20\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2024-02-07T05:20\",\"LocalFromTime\":\"2024-02-07 05:20\",\"FromUTCTime\":\"2024-02-07T05:20\",\"LocalToTime\":\"2024-02-07 10:15\",\"ToUTCTime\":\"2024-02-07T10:15\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Guwahati\",\"GroundTime\":40,\"LAYOVERDuration\":\"0h 40m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Wed, 07 Feb\",\"ArrivalDateTxt\":\"Wed, 07 Feb\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4935,\"PublishedFareTxt\":\"4,935\",\"ApiResultIndex\":\"30-6019088281_0BLRGAUQP1372GAUIXBQP1372~88504973411371\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"83a50-bfed0-39198-7f0fe\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4073,\"Tax\":903.8,\"YQTax\":0,\"OtherCharges\":892,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4976.8,\"PublishedFare\":4935,\"PublishedFarePerPax\":4935,\"OfferedFare\":4934.24,\"CommissionEarned\":42.56,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"30-6019088281_0BLRGAUQP1372GAUIXBQP1372~88504973412009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":42.56,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":2,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-GAU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}},\"GAU-IXB\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":903.8,\"BaseFareCal\":4934.24,\"BaseFare\":4073,\"CommissionEarned\":42.56,\"TDS\":-2.24,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":892,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"013\"},\"Segments\":[{\"segmentid\":\"545\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2024-02-07T08:35\",\"SegFlightNumber\":\"QP-1372\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"CP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-07T05:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":195,\"GroundTime\":40,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"0h 40m\",\"LAYOVERCity\":\"Guwahati\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"$$hashKey\":\"0VP\"},{\"segmentid\":\"546\",\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2024-02-07T10:15\",\"SegFlightNumber\":\"QP-1372\",\"AirlineCode\":\"QP\",\"AirlineName\":\"Akasa Air\",\"FareClass\":\"CP\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2024-02-07T09:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:15\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal T1\",\"ArrTerminal\":\"Terminal T1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/QP.png\",\"$$hashKey\":\"0VQ\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2024-01-25 12:58:58'),(2008,'26732-559d4-14243-5f3f8','{\"BookingData\":[{\"bookingId\":\"BKR107283667413\",\"bookingId_TJ\":\"TJ107283667413\",\"FlightNumber\":\"6E-379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2024-01-31T06:30\",\"LocalFromTime\":\"2024-01-31 06:30\",\"FromUTCTime\":\"2024-01-31T06:30\",\"LocalToTime\":\"2024-01-31 08:50\",\"ToUTCTime\":\"2024-01-31T08:50\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5549.8,\"PublishedFareTxt\":\"5,550\",\"ApiResultIndex\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":0,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":0,\"ARFT\":0},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":500,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":25,\"CCFT\":9,\"ACF\":500,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"All standard seats free, 50% discount on Extra legroom seats (XL Rows)\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4163,\"Tax\":1386.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":213,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5549.8,\"PublishedFare\":5488.11,\"OfferedFare\":5488.11,\"CommissionEarned\":61.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.25,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-0188213379_0HYDDEL6E379~22726680334416\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":61.69,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1386.8,\"BaseFareCal\":5488.11,\"BaseFare\":4163,\"CommissionEarned\":61.69,\"TDS\":-3.25,\"MF\":10,\"YQ\":0,\"AGST\":213,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":61.69,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5488.11,\"CostToCustomer\":5488.11,\"BaseFareCal\":5488.11,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5488.11,\"intOfferedFare\":5488.11,\"intPublishFare\":5549.8,\"TripjackMarkup\":0,\"TripjackCommission\":61.69,\"TripjackTDS\":\"3.25\",\"AddiMarkup\":0,\"CommisionPass\":61.69,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"281\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-01-31T08:50\",\"SegFlightNumber\":\"6E-379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-01-31T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"VLML\",\"Price\":0,\"amount\":0,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"VGAN\",\"Price\":0,\"amount\":0,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"VCSW\",\"Price\":0,\"amount\":0,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"UPMA\",\"Price\":0,\"amount\":0,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"TCSW\",\"Price\":0,\"amount\":0,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"NUSW\",\"Price\":0,\"amount\":0,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"LCVG\",\"Price\":0,\"amount\":0,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"JNML\",\"Price\":0,\"amount\":0,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"GFNV\",\"Price\":0,\"amount\":0,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"DBVG\",\"Price\":0,\"amount\":0,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"CPML\",\"Price\":0,\"amount\":0,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"CJSW\",\"Price\":0,\"amount\":0,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"CHVM\",\"Price\":0,\"amount\":0,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"CHNM\",\"Price\":0,\"amount\":0,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"281\",\"Code\":\"AGSW\",\"Price\":0,\"amount\":0,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"26732-559d4-14243-5f3f8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-29T15:01:02.616\",\"strTraceId\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107283667413\",\"bookingId_TJ\":\"TJ107283667413\",\"FlightNumber\":\"6E-379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"strTraceId\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2024-01-31T06:30\",\"LocalFromTime\":\"2024-01-31 06:30\",\"FromUTCTime\":\"2024-01-31T06:30\",\"LocalToTime\":\"2024-01-31 08:50\",\"ToUTCTime\":\"2024-01-31T08:50\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 31 Jan\",\"ArrivalDateTxt\":\"Wed, 31 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5549.8,\"ApiResultIndex\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"26732-559d4-14243-5f3f8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-29T15:01:02.616\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4163,\"Tax\":1386.8,\"YQTax\":0,\"OtherCharges\":1162,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":213,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5549.8,\"PublishedFare\":5488.11,\"OfferedFare\":5488.11,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1386.8,\"BaseFareCal\":5488.11,\"BaseFare\":4163,\"CommissionEarned\":61.69,\"TDS\":-3.25,\"MF\":10,\"YQ\":0,\"AGST\":213,\"MFT\":1.8,\"OT\":1162,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"281\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-01-31T08:50\",\"SegFlightNumber\":\"6E-379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-01-31T06:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0188213379_0HYDDEL6E379~63337666042389\",\"localFromDateTime\":\"2024-01-31 06:30\",\"localToDateTime\":\"2024-01-31 08:50\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":12538,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"31\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"HYD\",\"to\":\"DEL\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":12538,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"26732-559d4-14243-5f3f8\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-DEL\"}}','2024-01-29 14:59:20'),(2010,'0fb01-2744c-dafe0-bd742','{\"BookingData\":[{\"bookingId\":\"BKR116983822425\",\"bookingId_TJ\":\"TJ116983822425\",\"FlightNumber\":\"AI-9665\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2024-02-01T06:25\",\"LocalFromTime\":\"2024-02-01 06:25\",\"FromUTCTime\":\"2024-02-01T06:25\",\"LocalToTime\":\"2024-02-01 19:20\",\"ToUTCTime\":\"2024-02-01T19:20\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":355,\"LAYOVERDuration\":\"5h 55m\",\"FlyingMinutes\":685,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Thu, 01 Feb\",\"FlightDuration\":\"12h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":30950.8,\"PublishedFareTxt\":\"30,951\",\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":[],\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21845,\"Tax\":9105.8,\"YQTax\":3326,\"OtherCharges\":4331,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1267,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":30950.8,\"PublishedFare\":30235.41,\"OfferedFare\":30235.41,\"CommissionEarned\":715.39,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-37.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R34-32-27-21-20-12-2-15-10-0192078326_0JAIDELAI9665DELBKKAI332~84446533361756\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":715.39,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9105.8,\"BaseFareCal\":30235.41,\"BaseFare\":21845,\"CommissionEarned\":715.39,\"TDS\":-37.65,\"MF\":10,\"YQ\":3326,\"AGST\":1267,\"MFT\":1.8,\"OT\":4331,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":715.39,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":30235.41,\"CostToCustomer\":30235.41,\"BaseFareCal\":30235.41,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":30235.41,\"intOfferedFare\":30235.41,\"intPublishFare\":30950.8,\"TripjackMarkup\":0,\"TripjackCommission\":715.39,\"TripjackTDS\":\"37.65\",\"AddiMarkup\":0,\"CommisionPass\":715.39,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-01T07:30\",\"SegFlightNumber\":\"AI-9665\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"K\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-01T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":355,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"5h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"966\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-02-01T19:20\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-02-01T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"0fb01-2744c-dafe0-bd742\",\"ICSourceSysId\":7,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-31T11:45:50.078\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR116983822425\",\"bookingId_TJ\":\"TJ116983822425\",\"FlightNumber\":\"AI-9665\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2024-02-01T06:25\",\"LocalFromTime\":\"2024-02-01 06:25\",\"FromUTCTime\":\"2024-02-01T06:25\",\"LocalToTime\":\"2024-02-01 19:20\",\"ToUTCTime\":\"2024-02-01T19:20\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":355,\"LAYOVERDuration\":\"5h 55m\",\"FlyingMinutes\":685,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Thu, 01 Feb\",\"FlightDuration\":\"12h 55m\",\"SourcePlaceSysId\":12995,\"DestPlaceSysId\":2266,\"SourceAirportCode\":\"JAI\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":30950.8,\"ApiResultIndex\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"0fb01-2744c-dafe0-bd742\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-01-31T11:45:50.078\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":21845,\"Tax\":9105.8,\"YQTax\":3326,\"OtherCharges\":4331,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":1267,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":30950.8,\"PublishedFare\":30235.41,\"OfferedFare\":30235.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9105.8,\"BaseFareCal\":30235.41,\"BaseFare\":21845,\"CommissionEarned\":715.39,\"TDS\":-37.65,\"MF\":10,\"YQ\":3326,\"AGST\":1267,\"MFT\":1.8,\"OT\":4331,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"965\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-01T07:30\",\"SegFlightNumber\":\"AI-9665\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"K\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-02-01T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":355,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"5h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"966\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-02-01T19:20\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-02-01T13:25\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"34-32-27-21-20-12-2-15-10-0192078326_2JAIDELAI9665DELBKKAI332~99763389092550\",\"localFromDateTime\":\"2024-02-01 06:25\",\"localToDateTime\":\"2024-02-01 19:20\",\"strSourceAirportCode\":\"JAI\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":12995,\"intDestinationCityId\":2266,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Jaipur\",\"mytrip_city_to\":\"Bangkok\",\"source_city\":\"JAI\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"departure_date\":\"01\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt BKK\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"JAI\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"JAI\",\"to\":\"BKK\",\"sourceCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt BKK, Thailand\",\"sourceCityId\":12995,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"0fb01-2744c-dafe0-bd742\",\"PreferredAirline\":null,\"from_city_\":\"1__JAI-BKK\"}}','2024-01-31 11:44:16'),(2016,'95453-07cd3-573f6-33808','{\"BookingData\":[{\"bookingId\":\"BKR100883899345\",\"bookingId_TJ\":\"TJ100883899345\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-01T22:05\",\"LocalFromTime\":\"2024-02-01 22:05\",\"FromUTCTime\":\"2024-02-01T22:05\",\"LocalToTime\":\"2024-02-02 00:40\",\"ToUTCTime\":\"2024-02-02T00:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Fri, 02 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":48819,\"PublishedFareTxt\":\"48,819\",\"ApiResultIndex\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"CRFT\":9,\"ARF\":3250,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"CRFT\":9,\"ARF\":2750,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"ACFT\":175,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"ACFT\":150,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":42285,\"Tax\":6534,\"YQTax\":0,\"OtherCharges\":4335,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":2140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48819,\"PublishedFare\":48192.35,\"OfferedFare\":48192.35,\"CommissionEarned\":626.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-33,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-7503577519_0BLRJAI6E6273~333941474136569\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Family\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":626.65,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5227.2,\"BaseFareCal\":38553.88,\"BaseFare\":33828,\"CommissionEarned\":501.32,\"TDS\":-26.4,\"MF\":40,\"YQ\":0,\"AGST\":1712,\"MFT\":7.2,\"OT\":3468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1306.8,\"BaseFareCal\":9638.47,\"BaseFare\":8457,\"CommissionEarned\":125.33,\"TDS\":-6.6,\"MF\":10,\"YQ\":0,\"AGST\":428,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":626.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":48192.35,\"CostToCustomer\":48192.35,\"BaseFareCal\":48192.35,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":48192.35,\"intOfferedFare\":48192.35,\"intPublishFare\":48819,\"TripjackMarkup\":0,\"TripjackCommission\":626.65,\"TripjackTDS\":\"33\",\"AddiMarkup\":0,\"CommisionPass\":626.65,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"849\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"849\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"95453-07cd3-573f6-33808\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-01T08:33:57.339\",\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":5,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR100883899345\",\"bookingId_TJ\":\"TJ100883899345\",\"FlightNumber\":\"6E-6273\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2024-02-01T22:05\",\"LocalFromTime\":\"2024-02-01 22:05\",\"FromUTCTime\":\"2024-02-01T22:05\",\"LocalToTime\":\"2024-02-02 00:40\",\"ToUTCTime\":\"2024-02-02T00:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 01 Feb\",\"ArrivalDateTxt\":\"Fri, 02 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":5,\"CurrencyType\":\"1\",\"PublishedFare\":48819,\"ApiResultIndex\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"95453-07cd3-573f6-33808\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-01T08:33:57.339\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":42285,\"Tax\":6534,\"YQTax\":0,\"OtherCharges\":4335,\"Discount\":0,\"ServiceFee\":50,\"ManagementFeeTax\":9,\"AirlineGSTComponent\":2140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":48819,\"PublishedFare\":48192.35,\"OfferedFare\":48192.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":5227.2,\"BaseFareCal\":38553.88,\"BaseFare\":33828,\"CommissionEarned\":501.32,\"TDS\":-26.4,\"MF\":40,\"YQ\":0,\"AGST\":1712,\"MFT\":7.2,\"OT\":3468,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1306.8,\"BaseFareCal\":9638.47,\"BaseFare\":8457,\"CommissionEarned\":125.33,\"TDS\":-6.6,\"MF\":10,\"YQ\":0,\"AGST\":428,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"849\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-02-02T00:40\",\"SegFlightNumber\":\"6E-6273\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-02-01T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7503577519_2BLRJAI6E6273~81548456138933\",\"localFromDateTime\":\"2024-02-01 22:05\",\"localToDateTime\":\"2024-02-02 00:40\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":5,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"254\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"184\",\"185\",\"186\",\"187\",\"188\"],\"flight_booking_id\":[\"254\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"ANACHI\",\"LastName\":\"ANACHI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"184\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"SANTHOSH DEVI\",\"LastName\":\"SANTHOSH DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"185\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"RAMESH\",\"LastName\":\"RAMESH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"186\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"CHIMAN LAL\",\"LastName\":\"CHIMAN LAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"187\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8553955457\",\"FirstName\":\"LALITA\",\"LastName\":\"LALITA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"188\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"ANACHI\",\"LastName\":\"ANACHI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"CustomerMemberSysId\":\"184\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"SANTHOSH DEVI\",\"LastName\":\"SANTHOSH DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"CustomerMemberSysId\":\"185\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"RAMESH\",\"LastName\":\"RAMESH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"CustomerMemberSysId\":\"186\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"CHIMAN LAL\",\"LastName\":\"CHIMAN LAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"CustomerMemberSysId\":\"187\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8553955457\",\"FirstName\":\"LALITA\",\"LastName\":\"LALITA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"CustomerMemberSysId\":\"188\"}],\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"184\",\"185\",\"186\",\"187\",\"188\"],\"flight_booking_customer\":[[\"315\",\"316\",\"317\",\"318\",\"319\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"class\":\"2\",\"adults\":\"4\",\"childs\":\"1\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"01\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"01\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-01\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"95453-07cd3-573f6-33808\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1046694\",\"TPSysId\":\"1046695\",\"VersionId\":[\"312791\"],\"CustomerSysId\":\"487956\",\"TrxId\":\"83183\",\"FareBreakdownid\":[\"392840\",\"392841\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"184\",\"185\",\"186\",\"187\",\"188\"],\"flight_booking_id\":[\"254\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"3\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"FirstName\":\"ANACHI\",\"LastName\":\"ANACHI\",\"CountryCode\":\"91\",\"MobileNo\":\"8553955457\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"66\\\",\\\"EmailId\\\":\\\"mukesh.seervi15@gmail.com\\\",\\\"Salutation\\\":\\\"3\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"8553955457\\\",\\\"FirstName\\\":\\\"ANACHI\\\",\\\"LastName\\\":\\\"ANACHI\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-02-01-08-39-27\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"95453-07cd3-573f6-33808\\\",\\\"modified\\\":\\\"2024-02-01-08-39-27\\\",\\\"created\\\":\\\"2024-02-01-08-39-27\\\",\\\"MobileNo\\\":\\\"8553955457\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"66\\\",\\\"EmailId\\\":\\\"mukesh.seervi15@gmail.com\\\",\\\"Salutation\\\":\\\"3\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"8553955457\\\",\\\"FirstName\\\":\\\"SANTHOSH DEVI\\\",\\\"LastName\\\":\\\"SANTHOSH DEVI\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-02-01-08-39-27\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"95453-07cd3-573f6-33808\\\",\\\"modified\\\":\\\"2024-02-01-08-39-27\\\",\\\"created\\\":\\\"2024-02-01-08-39-27\\\",\\\"MobileNo\\\":\\\"8553955457\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"66\\\",\\\"EmailId\\\":\\\"mukesh.seervi15@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"8553955457\\\",\\\"FirstName\\\":\\\"RAMESH\\\",\\\"LastName\\\":\\\"RAMESH\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-02-01-08-39-27\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"95453-07cd3-573f6-33808\\\",\\\"modified\\\":\\\"2024-02-01-08-39-27\\\",\\\"created\\\":\\\"2024-02-01-08-39-27\\\",\\\"MobileNo\\\":\\\"8553955457\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"66\\\",\\\"EmailId\\\":\\\"mukesh.seervi15@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"8553955457\\\",\\\"FirstName\\\":\\\"CHIMAN LAL\\\",\\\"LastName\\\":\\\"CHIMAN LAL\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-02-01-08-39-27\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"95453-07cd3-573f6-33808\\\",\\\"modified\\\":\\\"2024-02-01-08-39-27\\\",\\\"created\\\":\\\"2024-02-01-08-39-27\\\",\\\"MobileNo\\\":\\\"8553955457\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"66\\\",\\\"EmailId\\\":\\\"mukesh.seervi15@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"9\\\",\\\"Contacts\\\":\\\"8553955457\\\",\\\"FirstName\\\":\\\"LALITA\\\",\\\"LastName\\\":\\\"LALITA\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"2\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-02-01-08-39-27\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"95453-07cd3-573f6-33808\\\",\\\"modified\\\":\\\"2024-02-01-08-39-27\\\",\\\"created\\\":\\\"2024-02-01-08-39-27\\\",\\\"MobileNo\\\":\\\"8553955457\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8553955457\",\"FirstName\":\"ANACHI\",\"LastName\":\"ANACHI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"MobileNo\":\"8553955457\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"SANTHOSH DEVI\",\"LastName\":\"SANTHOSH DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"MobileNo\":\"8553955457\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"RAMESH\",\"LastName\":\"RAMESH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"MobileNo\":\"8553955457\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8553955457\",\"FirstName\":\"CHIMAN LAL\",\"LastName\":\"CHIMAN LAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"MobileNo\":\"8553955457\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"66\",\"EmailId\":\"mukesh.seervi15@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8553955457\",\"FirstName\":\"LALITA\",\"LastName\":\"LALITA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-01-08-39-27\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"95453-07cd3-573f6-33808\",\"modified\":\"2024-02-01-08-39-27\",\"created\":\"2024-02-01-08-39-27\",\"MobileNo\":\"8553955457\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8553955457\",\"leadEmail\":\"mukesh.seervi15@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"5\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"3\",\"passenger-firstname-1\":\"ANACHI\",\"passenger-lastname-1\":\"ANACHI\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"salution-2\":\"3\",\"passenger-firstname-2\":\"SANTHOSH DEVI\",\"passenger-lastname-2\":\"SANTHOSH DEVI\",\"dateofbirth-2\":\"\",\"PassportNationality-2\":\"IN\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"salution-3\":\"1\",\"passenger-firstname-3\":\"RAMESH\",\"passenger-lastname-3\":\"RAMESH\",\"dateofbirth-3\":\"\",\"PassportNationality-3\":\"IN\",\"passportno-3\":\"\",\"passporIssue-3\":\"\",\"passportnoexpiry-3\":\"\",\"paxType-4\":\"1\",\"relation-4\":\"0\",\"CustomerSysId-4\":\"0\",\"salution-4\":\"1\",\"passenger-firstname-4\":\"CHIMAN LAL\",\"passenger-lastname-4\":\"CHIMAN LAL\",\"dateofbirth-4\":\"\",\"PassportNationality-4\":\"IN\",\"passportno-4\":\"\",\"passporIssue-4\":\"\",\"passportnoexpiry-4\":\"\",\"paxType-5\":\"2\",\"relation-5\":\"9\",\"CustomerSysId-5\":\"0\",\"salution-5\":\"1\",\"passenger-firstname-5\":\"LALITA\",\"passenger-lastname-5\":\"LALITA\",\"dateofbirth-5\":\"\",\"PassportNationality-5\":\"\",\"passportno-5\":\"\",\"passporIssue-5\":\"\",\"passportnoexpiry-5\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"95453-07cd3-573f6-33808\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2024-02-01 08:41:52'),(2018,'1cdd7-49568-0e8d3-01fd8','{\"BookingData\":[{\"bookingId\":\"BKR105584128215\",\"bookingId_TJ\":\"TJ105584128215\",\"FlightNumber\":\"6E-2163\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2024-02-18T08:30\",\"LocalFromTime\":\"2024-02-18 08:30\",\"FromUTCTime\":\"2024-02-18T08:30\",\"LocalToTime\":\"2024-02-18 10:15\",\"ToUTCTime\":\"2024-02-18T10:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 18 Feb\",\"ArrivalDateTxt\":\"Sun, 18 Feb\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4688.8,\"PublishedFareTxt\":\"4,689\",\"ApiResultIndex\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"PAT-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5,\"CRF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5,\"CRF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":788.8,\"YQTax\":0,\"OtherCharges\":577,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":200,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4688.8,\"PublishedFare\":4631,\"OfferedFare\":4631,\"CommissionEarned\":57.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-1501386318_0PATDEL6E2163~33473577608115\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":57.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":788.8,\"BaseFareCal\":4631,\"BaseFare\":3900,\"CommissionEarned\":57.8,\"TDS\":-3.04,\"MF\":10,\"YQ\":0,\"AGST\":200,\"MFT\":1.8,\"OT\":577,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":57.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4631,\"CostToCustomer\":4631,\"BaseFareCal\":4631,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4631,\"intOfferedFare\":4631,\"intPublishFare\":4688.8,\"TripjackMarkup\":0,\"TripjackCommission\":57.8,\"TripjackTDS\":\"3.04\",\"AddiMarkup\":0,\"CommisionPass\":57.8,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"265\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-18T10:15\",\"SegFlightNumber\":\"6E-2163\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2024-02-18T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"265\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1cdd7-49568-0e8d3-01fd8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-03T19:48:47.720\",\"strTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105584128215\",\"bookingId_TJ\":\"TJ105584128215\",\"FlightNumber\":\"6E-2163\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"strTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2024-02-18T08:30\",\"LocalFromTime\":\"2024-02-18 08:30\",\"FromUTCTime\":\"2024-02-18T08:30\",\"LocalToTime\":\"2024-02-18 10:15\",\"ToUTCTime\":\"2024-02-18T10:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 18 Feb\",\"ArrivalDateTxt\":\"Sun, 18 Feb\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":20918,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4688.8,\"ApiResultIndex\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"1cdd7-49568-0e8d3-01fd8\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-03T19:48:47.720\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":788.8,\"YQTax\":0,\"OtherCharges\":577,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":200,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4688.8,\"PublishedFare\":4631,\"OfferedFare\":4631,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":788.8,\"BaseFareCal\":4631,\"BaseFare\":3900,\"CommissionEarned\":57.8,\"TDS\":-3.04,\"MF\":10,\"YQ\":0,\"AGST\":200,\"MFT\":1.8,\"OT\":577,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"265\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-18T10:15\",\"SegFlightNumber\":\"6E-2163\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2024-02-18T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"localFromDateTime\":\"2024-02-18 08:30\",\"localToDateTime\":\"2024-02-18 10:15\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":20918,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Patna\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"18\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt PAT\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"PAT\",\"to\":\"DEL\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt PAT, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":20918,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-18\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1cdd7-49568-0e8d3-01fd8\",\"PreferredAirline\":null,\"from_city_\":\"1__PAT-DEL\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"TraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"1cdd7-49568-0e8d3-01fd8\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-2163\",\"keyIndex\":5,\"SegFlightNumberArr\":\"6E-2163\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2024-02-18T08:30\",\"LocalFromTime\":\"2024-02-18 08:30\",\"FromUTCTime\":\"2024-02-18T08:30\",\"LocalToTime\":\"2024-02-18 10:15\",\"ToUTCTime\":\"2024-02-18T10:15\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 18 Feb\",\"ArrivalDateTxt\":\"Sun, 18 Feb\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"20918\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4631,\"PublishedFareTxt\":\"4,631\",\"ApiResultIndex\":\"5-1501386318_0PATDEL6E2163~117696469035483\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"1cdd7-49568-0e8d3-01fd8\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":788.8,\"YQTax\":0,\"OtherCharges\":777,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4688.8,\"PublishedFare\":4631,\"PublishedFarePerPax\":4631,\"OfferedFare\":4631,\"CommissionEarned\":57.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.04,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1501386318_0PATDEL6E2163~117696469036376\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":57.8,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"PAT-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":788.8,\"BaseFareCal\":4631,\"BaseFare\":3900,\"CommissionEarned\":57.8,\"TDS\":-3.04,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":777,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"04S\"},\"Segments\":[{\"segmentid\":\"616\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-02-18T10:15\",\"SegFlightNumber\":\"6E-2163\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2024-02-18T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}}}','2024-02-03 19:47:05'),(2020,'9a167-65763-b3a83-4dba5','{\"BookingData\":[{\"bookingId\":\"BKR108084296364\",\"bookingId_TJ\":\"TJ108084296364\",\"FlightNumber\":\"6E-6157\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"21:25\",\"TravelDate\":\"2024-03-12T16:30\",\"LocalFromTime\":\"2024-03-12 16:30\",\"FromUTCTime\":\"2024-03-12T16:30\",\"LocalToTime\":\"2024-03-12 21:25\",\"ToUTCTime\":\"2024-03-12T21:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 12 Mar\",\"ArrivalDateTxt\":\"Tue, 12 Mar\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":31045,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"GAY\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11778.8,\"PublishedFareTxt\":\"11,779\",\"ApiResultIndex\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"GAY-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"ACFT\":150,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10213,\"Tax\":1565.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":516,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11778.8,\"PublishedFare\":11627.44,\"OfferedFare\":11627.44,\"CommissionEarned\":151.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-2492330695_0GAYCCU6E6157CCUBLR6E6251~56552694004993\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":151.36,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565.8,\"BaseFareCal\":11627.44,\"BaseFare\":10213,\"CommissionEarned\":151.36,\"TDS\":-7.96,\"MF\":10,\"YQ\":0,\"AGST\":516,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":151.36,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11627.44,\"CostToCustomer\":11627.44,\"BaseFareCal\":11627.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11627.44,\"intOfferedFare\":11627.44,\"intPublishFare\":11778.8,\"TripjackMarkup\":0,\"TripjackCommission\":151.36,\"TripjackTDS\":\"7.96\",\"AddiMarkup\":0,\"CommisionPass\":151.36,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Gaya Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gaya\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-12T17:30\",\"SegFlightNumber\":\"6E-6157\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAY\",\"originDepTime\":\"2024-03-12T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":75,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"851\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-03-12T21:25\",\"SegFlightNumber\":\"6E-6251\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-03-12T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VLML\",\"Price\":400,\"amount\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHVM\",\"Price\":400,\"amount\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"GFNV\",\"Price\":500,\"amount\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHNM\",\"Price\":500,\"amount\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"9a167-65763-b3a83-4dba5\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-05T23:00:48.707\",\"strTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GAY\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":31045,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108084296364\",\"bookingId_TJ\":\"TJ108084296364\",\"FlightNumber\":\"6E-6157\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"strTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"21:25\",\"TravelDate\":\"2024-03-12T16:30\",\"LocalFromTime\":\"2024-03-12 16:30\",\"FromUTCTime\":\"2024-03-12T16:30\",\"LocalToTime\":\"2024-03-12 21:25\",\"ToUTCTime\":\"2024-03-12T21:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 12 Mar\",\"ArrivalDateTxt\":\"Tue, 12 Mar\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":31045,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"GAY\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11778.8,\"ApiResultIndex\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"9a167-65763-b3a83-4dba5\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-05T23:00:48.707\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10213,\"Tax\":1565.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":516,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11778.8,\"PublishedFare\":11627.44,\"OfferedFare\":11627.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565.8,\"BaseFareCal\":11627.44,\"BaseFare\":10213,\"CommissionEarned\":151.36,\"TDS\":-7.96,\"MF\":10,\"YQ\":0,\"AGST\":516,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"850\",\"originAirportName\":\"Gaya Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gaya\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-12T17:30\",\"SegFlightNumber\":\"6E-6157\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAY\",\"originDepTime\":\"2024-03-12T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":75,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"851\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-03-12T21:25\",\"SegFlightNumber\":\"6E-6251\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-03-12T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"localFromDateTime\":\"2024-03-12 16:30\",\"localToDateTime\":\"2024-03-12 21:25\",\"strSourceAirportCode\":\"GAY\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":31045,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Gaya\",\"mytrip_city_to\":\"Bengaluru\",\"source_city\":\"GAY\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Gaya, IN - Gaya Arpt GAY, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"12\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Gaya Arpt GAY\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GAY\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"GAY\",\"to\":\"BLR\",\"sourceCityText\":\"Gaya, IN - Gaya Arpt GAY, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":31045,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"9a167-65763-b3a83-4dba5\",\"PreferredAirline\":null,\"from_city_\":\"1__GAY-BLR\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"TraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"9a167-65763-b3a83-4dba5\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-6157\",\"keyIndex\":6,\"SegFlightNumberArr\":\"6E-6157 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"21:25\",\"TravelDate\":\"2024-03-12T16:30\",\"LocalFromTime\":\"2024-03-12 16:30\",\"FromUTCTime\":\"2024-03-12T16:30\",\"LocalToTime\":\"2024-03-12 21:25\",\"ToUTCTime\":\"2024-03-12T21:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":75,\"LAYOVERDuration\":\"1h 15m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 12 Mar\",\"ArrivalDateTxt\":\"Tue, 12 Mar\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":\"31045\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"GAY\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11628,\"PublishedFareTxt\":\"11,628\",\"ApiResultIndex\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"9a167-65763-b3a83-4dba5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10213,\"Tax\":1565.8,\"YQTax\":0,\"OtherCharges\":1038,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":516,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11778.8,\"PublishedFare\":11628,\"PublishedFarePerPax\":11628,\"OfferedFare\":11627.44,\"CommissionEarned\":151.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2492330695_6GAYCCU6E6157CCUBLR6E6251~57525147516056\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":151.36,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"GAY-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"CCU-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1565.8,\"BaseFareCal\":11627.44,\"BaseFare\":10213,\"CommissionEarned\":151.36,\"TDS\":-7.96,\"MF\":10,\"YQ\":0,\"AGST\":516,\"MFT\":1.8,\"OT\":1038,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"079\"},\"Segments\":[{\"segmentid\":\"792\",\"originAirportName\":\"Gaya Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gaya\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-12T17:30\",\"SegFlightNumber\":\"6E-6157\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAY\",\"originDepTime\":\"2024-03-12T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":75,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"793\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-03-12T21:25\",\"SegFlightNumber\":\"6E-6251\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-03-12T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}}}','2024-02-05 22:59:06'),(2022,'d0e3b-40145-ccc7e-ccba3','{\"FlightBookingData\":[{\"bookingId\":\"DMC102485657223\",\"bookingId_TJ\":\"TJ102485657223\",\"FlightNumber\":\"6E-6003\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d0e3b-40145-ccc7e-ccba3\",\"apiTraceId\":\"11-6537375975_0IXJIXL6E6003~11402458804350\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:40\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2024-03-03T11:40\",\"LocalFromTime\":\"2024-03-03 11:40\",\"FromUTCTime\":\"2024-03-03T11:40\",\"LocalToTime\":\"2024-03-03 12:30\",\"ToUTCTime\":\"2024-03-03T12:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Sun, 03 Mar\",\"ArrivalDateTxt\":\"Sun, 03 Mar\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"IXL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"StopsOver\":\"\",\"NoOfSeatAvailable\":13,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,012\",\"ApiResultIndex\":\"11-6537375975_0IXJIXL6E6003~11402458804350\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11500,\"Tax\":511.8,\"YQTax\":0,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12011.8,\"PublishedFare\":12011.8,\"PublishedFareAgent\":12012,\"OfferedFareAgent\":12011.8,\"OfferedFare\":12011.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"R11-6537375975_0IXJIXL6E6003~2246743056812\",\"ApiResultIndex\":\"R11-6537375975_0IXJIXL6E6003~2246743056812\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"colors\":null,\"SeatAvailable\":13,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12011.8,\"CostToAgent\":12011.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":511.8,\"TotalBaseFare\":12011.8,\"BaseFareCal\":12011.8,\"BaseFare\":11500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12011.8,\"CostToAgent\":12011.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":12011.8,\"CostToCustomer\":12011.8,\"BaseFareCal\":12011.8,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":12011.8,\"intOfferedFare\":12011.8,\"intPublishFare\":12011.8,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12011.8,\"CostToAgent\":12011.8,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IntAdddimarkup\":0,\"TDSApplied\":1,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"tripbinfo\":{\"IXJ-IXL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"88\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Leh IN\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXL\",\"destinationArrTime\":\"2024-03-03T12:30\",\"SegFlightNumber\":\"6E-6003\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2024-03-03T11:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"EquipmentType\":\"\",\"StopsOver\":\"\",\"NoOfSeatAvailable\":13,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/partner.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-6537375975_0IXJIXL6E6003~11402458804350\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXJ-IXL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"IXL\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"isHoldAllowed\":false,\"isDocIdAllowedAplicable\":false,\"isDocIdAllowedMandatory\":false}],\"apiTraceId\":\"11-6537375975_0IXJIXL6E6003~11402458804350\",\"SearchTraceId\":\"d0e3b-40145-ccc7e-ccba3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\"],\"to_des\":[\"Leh IN (IXL)\",\"DEL\"],\"departure_date\":[\"03\\/03\\/2024\",\"03\\/03\\/2024\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"IXL\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\"],\"departure_dateG\":[\"21\\/02\\/2024\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"apisource\":\"undefined\",\"from_city\":[\"Jammu (IXJ)\"],\"to_city\":[\"Leh IN (IXL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2024-03-03\",\"2024-03-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d0e3b-40145-ccc7e-ccba3\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"IXL\"],\"from\":[\"IXJ\"],\"to\":[\"IXL\"],\"Fromlabel\":[\"Jammu\"],\"Tolabel\":[\"Leh IN\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL), India\"],\"TripType\":0,\"SearchRoute\":\"1\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/03\\/2024\",\"03\\/03\\/2024\"],\"return_dates\":\"\",\"PreferredAirline\":[],\"DepatureDateMobile\":[\"03 Mar Sun\",\"03 Mar Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2024-02-21 12:39:09\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]},\"FareRuleRequest\":[{\"fareRule\":{\"IXJ-IXL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund| Seats are Subject to availability | In case of non availability of the seats, we will refund the amount | \\\"Working hours : Monday to Saturday: 10.00 HRS ( 10 AM )  to 23.00HRS ( 11PM ) Sunday : 11.00 HRS ( 11 AM )  to 20.00 HRS ( 8 PM )\",\"st\":\"0\",\"et\":\"8760\"}],\"DATECHANGE\":[{\"policyInfo\":\"Changes are not permitted | Booking confirmation will take minimum 60 Minutes\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":[],\"st\":\"0\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Note : Names will be updated 1 day prior to departure after 7pm, Pax should be report to the airport 150 -180 minutes before departure. Now you can do the web checkin directly on the airline website by yourself.  Enter PNR and LAST NAME. Select your passengers and process the web checkin( 1 Day before departure after 6PM ). Seats are chargeable as per airline |Name Change is not permitted |\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}}]}','2024-02-21 12:39:32'),(2024,'730e5-736f1-7ff00-59563','{\"BookingData\":[{\"bookingId\":\"BKR109985675482\",\"bookingId_TJ\":\"TJ109985675482\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2024-02-23T04:10\",\"LocalFromTime\":\"2024-02-23 04:10\",\"FromUTCTime\":\"2024-02-23T04:10\",\"LocalToTime\":\"2024-02-23 06:30\",\"ToUTCTime\":\"2024-02-23T06:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Feb\",\"ArrivalDateTxt\":\"Fri, 23 Feb\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8635.8,\"PublishedFareTxt\":\"8,636\",\"ApiResultIndex\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"AMD-BLR\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":162.5,\"ARF\":3250,\"CRF\":50,\"CRFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":137.5,\"ARF\":2750,\"CRF\":50,\"CRFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCF\":50,\"CCFT\":9,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7608,\"Tax\":1027.8,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.8,\"PublishedFare\":8523.05,\"OfferedFare\":8523.05,\"CommissionEarned\":112.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.93,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-8414594620_0AMDBLR6E6422~7795700190888\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":112.75,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1027.8,\"BaseFareCal\":8523.05,\"BaseFare\":7608,\"CommissionEarned\":112.75,\"TDS\":-5.93,\"MF\":10,\"YQ\":0,\"AGST\":385,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":112.75,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8523.05,\"CostToCustomer\":8523.05,\"BaseFareCal\":8523.05,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8523.05,\"intOfferedFare\":8523.05,\"intPublishFare\":8635.8,\"TripjackMarkup\":0,\"TripjackCommission\":112.75,\"TripjackTDS\":\"5.93\",\"AddiMarkup\":0,\"CommisionPass\":112.75,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"816\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-23T06:30\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2024-02-23T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"816\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"730e5-736f1-7ff00-59563\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-21T15:22:26.765\",\"strTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-02-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR109985675482\",\"bookingId_TJ\":\"TJ109985675482\",\"FlightNumber\":\"6E-6422\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"strTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2024-02-23T04:10\",\"LocalFromTime\":\"2024-02-23 04:10\",\"FromUTCTime\":\"2024-02-23T04:10\",\"LocalToTime\":\"2024-02-23 06:30\",\"ToUTCTime\":\"2024-02-23T06:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Feb\",\"ArrivalDateTxt\":\"Fri, 23 Feb\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":296,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8635.8,\"ApiResultIndex\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"730e5-736f1-7ff00-59563\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-21T15:22:26.765\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7608,\"Tax\":1027.8,\"YQTax\":0,\"OtherCharges\":631,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":385,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.8,\"PublishedFare\":8523.05,\"OfferedFare\":8523.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1027.8,\"BaseFareCal\":8523.05,\"BaseFare\":7608,\"CommissionEarned\":112.75,\"TDS\":-5.93,\"MF\":10,\"YQ\":0,\"AGST\":385,\"MFT\":1.8,\"OT\":631,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"816\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-23T06:30\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2024-02-23T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"localFromDateTime\":\"2024-02-23 04:10\",\"localToDateTime\":\"2024-02-23 06:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":296,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Ahmedabad\",\"mytrip_city_to\":\"Bengaluru\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"AMD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"101\",\"source\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"departure_date\":\"23\\/02\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"AMD\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"AMD\",\"to\":\"BLR\",\"sourceCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"sourceCityId\":296,\"destinationCityId\":2262,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/02\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-02-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"730e5-736f1-7ff00-59563\",\"PreferredAirline\":null,\"from_city_\":\"1__AMD-BLR\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"TraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"730e5-736f1-7ff00-59563\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-6422\",\"keyIndex\":70,\"SegFlightNumberArr\":\"6E-6422\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:10\",\"ArrivalTime\":\"06:30\",\"TravelDate\":\"2024-02-23T04:10\",\"LocalFromTime\":\"2024-02-23 04:10\",\"FromUTCTime\":\"2024-02-23T04:10\",\"LocalToTime\":\"2024-02-23 06:30\",\"ToUTCTime\":\"2024-02-23T06:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Feb\",\"ArrivalDateTxt\":\"Fri, 23 Feb\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":8524,\"PublishedFareTxt\":\"8,524\",\"ApiResultIndex\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"730e5-736f1-7ff00-59563\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":7608,\"Tax\":1027.8,\"YQTax\":0,\"OtherCharges\":1016,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.8,\"PublishedFare\":8524,\"PublishedFarePerPax\":8524,\"OfferedFare\":8523.05,\"CommissionEarned\":112.75,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.93,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8414594620_0AMDBLR6E6422~26325514900499\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":112.75,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"AMD-BLR\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1027.8,\"BaseFareCal\":8523.05,\"BaseFare\":7608,\"CommissionEarned\":112.75,\"TDS\":-5.93,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1016,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"916\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2024-02-23T06:30\",\"SegFlightNumber\":\"6E-6422\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2024-02-23T04:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"04:10\",\"strArrivalDtTime\":\"06:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}}}','2024-02-21 15:20:43'),(2032,'345b8-f1b34-05759-c23db','{\"BookingData\":[{\"bookingId\":\"BKR108586178981\",\"bookingId_TJ\":\"TJ108586178981\",\"FlightNumber\":\"UK-761\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2024-03-08T05:45\",\"LocalFromTime\":\"2024-03-08 05:45\",\"FromUTCTime\":\"2024-03-08T05:45\",\"LocalToTime\":\"2024-03-08 08:15\",\"ToUTCTime\":\"2024-03-08T08:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 08 Mar\",\"ArrivalDateTxt\":\"Fri, 08 Mar\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6054.8,\"PublishedFareTxt\":\"6,055\",\"ApiResultIndex\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"No Refund\",\"st\":\"0\",\"et\":\"26\"}],\"DATECHANGE\":[{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3675,\"additionalFee\":50,\"fcs\":{\"ACF\":3675,\"ACFT\":183.75,\"CCF\":50,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4895,\"Tax\":1159.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6054.8,\"PublishedFare\":5723.88,\"OfferedFare\":5723.88,\"CommissionEarned\":330.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R32-21-10-15-2-5013211042_0BLRCCUUK761~4559010780546\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":330.92,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1159.8,\"BaseFareCal\":5723.88,\"BaseFare\":4895,\"CommissionEarned\":330.92,\"TDS\":-17.42,\"MF\":10,\"YQ\":0,\"AGST\":251,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":330.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5723.88,\"CostToCustomer\":5723.88,\"BaseFareCal\":5723.88,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5723.88,\"intOfferedFare\":5723.88,\"intPublishFare\":6054.8,\"TripjackMarkup\":0,\"TripjackCommission\":330.92,\"TripjackTDS\":\"17.42\",\"AddiMarkup\":0,\"CommisionPass\":330.92,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"150\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-08T08:15\",\"SegFlightNumber\":\"UK-761\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-08T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"345b8-f1b34-05759-c23db\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-27T13:10:20.575\",\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108586178981\",\"bookingId_TJ\":\"TJ108586178981\",\"FlightNumber\":\"UK-761\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2024-03-08T05:45\",\"LocalFromTime\":\"2024-03-08 05:45\",\"FromUTCTime\":\"2024-03-08T05:45\",\"LocalToTime\":\"2024-03-08 08:15\",\"ToUTCTime\":\"2024-03-08T08:15\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Fri, 08 Mar\",\"ArrivalDateTxt\":\"Fri, 08 Mar\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6054.8,\"ApiResultIndex\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"SearchFlightTraceId\":\"345b8-f1b34-05759-c23db\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-02-27T13:10:20.575\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4895,\"Tax\":1159.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":251,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6054.8,\"PublishedFare\":5723.88,\"OfferedFare\":5723.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1159.8,\"BaseFareCal\":5723.88,\"BaseFare\":4895,\"CommissionEarned\":330.92,\"TDS\":-17.42,\"MF\":10,\"YQ\":0,\"AGST\":251,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"150\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-08T08:15\",\"SegFlightNumber\":\"UK-761\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-08T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-5013211042_0BLRCCUUK761~11512790987248\",\"localFromDateTime\":\"2024-03-08 05:45\",\"localToDateTime\":\"2024-03-08 08:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"08\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BLR\",\"to\":\"CCU\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":2262,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-08\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"345b8-f1b34-05759-c23db\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Bengaluru&mytrip_city_to=Kolkata&source_city=BLR&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+BLR%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=08%2F03%2F2024&return_date=&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+BLR&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"rekhashreetravels@rediffmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9932407476\",\"FirstName\":\"dip\",\"LastName\":\"das\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-02-27-13-10-55\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"140\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1091450\",\"TPSysId\":\"1091451\",\"VersionId\":[\"325278\"],\"CustomerSysId\":\"630482\",\"TrxId\":\"86063\",\"FareBreakdownid\":[\"394520\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"321\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"140\",\"CustomerMemSysId\":[\"140\"],\"flight_booking_id\":[\"256\"]},\"selectedSeatSession\":{\"150\":{\"1\":{\"seatNo\":\"23E\",\"seatPosition\":{\"row\":23,\"column\":6},\"isBooked\":false,\"isAisle\":false,\"key\":\"23-E\",\"code\":\"23E\",\"amount\":0,\"desc\":\"23E\"}}},\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"256\"],\"_sessiondata\":null,\"_wallet\":null,\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":5723.88},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"630482\",\"TPSysId\":\"1091451\",\"MasterTPSysId\":\"1091450\",\"ProposalID\":\"1091451\\/V1\",\"InvoiceDate\":\"2024-02-27\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2024-02-27\",\"PaymentDate\":\"2024-02-27\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":5723.88,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":5723.88,\"TotalDueAmount\":0,\"InvoiceValue\":5723.88,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"BLR-CCU-Vistara UK-761\",\"ItemQty\":1,\"ItemRates\":5723.88,\"Total\":5723.88,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":5723.88,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":5723.88,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2024-02-27 13:11:44'),(2033,'40','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"Salutation\":\"1\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"50000\",\"RefrenceNo\":\"\",\"CreditDate\":\"11\\/03\\/2024\",\"Remark\":\"AK\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2024-03-11 20:40:15'),(2034,'41','{\"_sessiondata\":{\"EmailId\":\"ajaynavhal@gmail.com\",\"UserSysId\":\"100860\",\"CustomerSysId\":\"522171\",\"AgencySysId\":\"97862\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"Salutation\":\"1\",\"FirstName\":\"AJAY KUMAR\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"AMBIKA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"9462269772\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"DF07FFC5-74EF-429D-BF22-7E3BE79A2592\",\"Address\":\"SHOP NO. 2,OPPOSITE OF SADAR THANA, STATION ROAD, JAIPUR\",\"PinCode\":\"302006\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"11\\/03\\/2024\",\"Remark\":\"TIKAM JI TEA\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2024-03-11 21:11:07'),(2036,'daae6-c09f3-f3b60-3b3cb','{\"BookingData\":[{\"bookingId\":\"BKR103187663148\",\"bookingId_TJ\":\"TJ103187663148\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"PublishedFareTxt\":\"6,190\",\"ApiResultIndex\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXZ-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":175,\"CCF\":50,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":150,\"CCF\":50,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"CommissionEarned\":71.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-1732020530_0IXZCCU6E5599~8830757464396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6118.66,\"CostToCustomer\":6118.66,\"BaseFareCal\":6118.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6118.66,\"intOfferedFare\":6118.66,\"intPublishFare\":6189.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.14,\"TripjackTDS\":\"3.74\",\"AddiMarkup\":0,\"CommisionPass\":71.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"575\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"575\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"daae6-c09f3-f3b60-3b3cb\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:29:03.710\",\"strTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103187663148\",\"bookingId_TJ\":\"TJ103187663148\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"strTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"ApiResultIndex\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"daae6-c09f3-f3b60-3b3cb\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:29:03.710\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"575\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"localFromDateTime\":\"2024-03-17 08:45\",\"localToDateTime\":\"2024-03-17 10:50\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Port Blair\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"IXZ\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Port Blair, IN - Veer Savarkar Arpt IXZ, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"17\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Veer Savarkar Arpt IXZ\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXZ\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"IXZ\",\"to\":\"CCU\",\"sourceCityText\":\"Port Blair, IN - Veer Savarkar Arpt IXZ, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":32511,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"daae6-c09f3-f3b60-3b3cb\",\"PreferredAirline\":null,\"from_city_\":\"1__IXZ-CCU\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"TraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"daae6-c09f3-f3b60-3b3cb\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-5599\",\"keyIndex\":31,\"SegFlightNumberArr\":\"6E-5599\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"32511\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6119,\"PublishedFareTxt\":\"6,119\",\"ApiResultIndex\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"daae6-c09f3-f3b60-3b3cb\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1378,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6119,\"PublishedFarePerPax\":6119,\"OfferedFare\":6118.66,\"CommissionEarned\":71.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1732020530_0IXZCCU6E5599~190666449054653\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"colors\":\"#000000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":71.14,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"IXZ-CCU\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1378,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00X\"},\"Segments\":[{\"segmentid\":\"12\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}}}','2024-03-14 12:29:00'),(2044,'147f2-79147-675ef-805dc','{\"BookingData\":[{\"bookingId\":\"BKR104487665265\",\"bookingId_TJ\":\"TJ104487665265\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"PublishedFareTxt\":\"6,190\",\"ApiResultIndex\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXZ-CCU\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":175,\"ACF\":3500},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACFT\":150,\"ACF\":3000},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"CommissionEarned\":71.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.74,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-1193120834_0IXZCCU6E5599~21772357241480\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tactical\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":71.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":71.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6118.66,\"CostToCustomer\":6118.66,\"BaseFareCal\":6118.66,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6118.66,\"intOfferedFare\":6118.66,\"intPublishFare\":6189.8,\"TripjackMarkup\":0,\"TripjackCommission\":71.14,\"TripjackTDS\":\"3.74\",\"AddiMarkup\":0,\"CommisionPass\":71.14,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"864\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"864\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"147f2-79147-675ef-805dc\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:45:17.424\",\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR104487665265\",\"bookingId_TJ\":\"TJ104487665265\",\"FlightNumber\":\"6E-5599\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2024-03-17T08:45\",\"LocalFromTime\":\"2024-03-17 08:45\",\"FromUTCTime\":\"2024-03-17T08:45\",\"LocalToTime\":\"2024-03-17 10:50\",\"ToUTCTime\":\"2024-03-17T10:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 17 Mar\",\"ArrivalDateTxt\":\"Sun, 17 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":32511,\"DestPlaceSysId\":14323,\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6189.8,\"ApiResultIndex\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"147f2-79147-675ef-805dc\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-14T12:45:17.424\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":1389.8,\"YQTax\":0,\"OtherCharges\":1133,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":245,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6189.8,\"PublishedFare\":6118.66,\"OfferedFare\":6118.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1389.8,\"BaseFareCal\":6118.66,\"BaseFare\":4800,\"CommissionEarned\":71.14,\"TDS\":-3.74,\"MF\":10,\"YQ\":0,\"AGST\":245,\"MFT\":1.8,\"OT\":1133,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"864\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-03-17T10:50\",\"SegFlightNumber\":\"6E-5599\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2024-03-17T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1193120834_0IXZCCU6E5599~106684730333364\",\"localFromDateTime\":\"2024-03-17 08:45\",\"localToDateTime\":\"2024-03-17 10:50\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":32511,\"intDestinationCityId\":14323,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Port Blair\",\"mytrip_city_to\":\"Kolkata\",\"source_city\":\"IXZ\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Port Blair, IN - Veer Savarkar Arpt IXZ, India\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"departure_date\":\"17\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Veer Savarkar Arpt IXZ\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl CCU\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IXZ\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"IXZ\",\"to\":\"CCU\",\"sourceCityText\":\"Port Blair, IN - Veer Savarkar Arpt IXZ, India\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl CCU, India\",\"sourceCityId\":32511,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"147f2-79147-675ef-805dc\",\"PreferredAirline\":null,\"from_city_\":\"1__IXZ-CCU\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Port+Blair&mytrip_city_to=Kolkata&source_city=IXZ&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Port+Blair%2C+IN+-+Veer+Savarkar+Arpt+IXZ%2C+India&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU%2C+India&departure_date=17%2F03%2F2024&return_date=&from_mytrip_city=+IN+-+Veer+Savarkar+Arpt+IXZ&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+CCU&adults=1&childs=0&infants=0&class=2&FareTypes=REGULAR\",\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"141\",\"EmailId\":\"mondaltravels1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9933298608\",\"FirstName\":\"NETAI\",\"LastName\":\"MONDAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-14-12-48-30\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"190\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1122011\",\"TPSysId\":\"1122012\",\"VersionId\":[\"334022\"],\"CustomerSysId\":\"643628\",\"TrxId\":\"87944\",\"FareBreakdownid\":[\"395597\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"323\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"141\",\"CustomerMemSysId\":[\"190\"],\"flight_booking_id\":[\"258\"]},\"selectedSeatSession\":{\"864\":{\"1\":{\"seatNo\":\"35E\",\"seatPosition\":{\"row\":35,\"column\":6},\"isBooked\":false,\"isAisle\":false,\"code\":\"35E\",\"amount\":0}}},\"CurrencyId\":\"1\",\"flight_booking_id_Arr\":[\"258\"],\"_sessiondata\":{\"EmailId\":\"mondaltravels1234@gmail.com\",\"CustomerSysId\":\"643628\",\"AgencySysId\":\"86368\",\"FirstName\":\"Sujoy\",\"LastName\":\"Mondal\",\"Password_cu\":\"f88ad0223fb3d6cc42ae65893e8afbda\",\"ContactNo1\":\"9933298608\",\"SecurityKey\":\"042EFBB2-D66D-49A9-9529-DE01BC8B999E\",\"redirect_link_r\":\"https:\\/\\/www.thekrishnatravels.com\\/flight\\/add-onn-service\\/147f2-79147-675ef-805dc\"},\"_wallet\":{\"WalletStatus\":false,\"WalletBalance\":null},\"CencelattionData\":[{\"AgencySysId\":\"86368\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":6118.66},\"Invoicedata\":{\"AgentSysId\":0,\"CustomerSysId\":\"643628\",\"TPSysId\":\"1122012\",\"MasterTPSysId\":\"1122011\",\"ProposalID\":\"1122012\\/V1\",\"InvoiceDate\":\"2024-03-14\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2024-03-14\",\"PaymentDate\":\"2024-03-14\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":\"1\",\"TotalInvoiceValue\":6118.66,\"InvoiceStatus\":true,\"TotalSGST\":0,\"TotalCGST\":0,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":6118.66,\"TotalDueAmount\":0,\"InvoiceValue\":6118.66,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"86368\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"IXZ-CCU-IndiGo 6E-5599\",\"ItemQty\":1,\"ItemRates\":6118.66,\"Total\":6118.66,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":6118.66,\"MarkupType\":\"\",\"Markup\":0,\"TotalMarkup\":0,\"SubTotal\":6118.66,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":0,\"SGST\":0,\"CGST\":0,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"paymentMode\":0,\"Remark\":0,\"usewallet\":0,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2024-03-14 12:50:07'),(2045,'42','{\"_sessiondata\":{\"EmailId\":\"AGARWALANSUL65@GMAIL.COM\",\"UserSysId\":\"100257\",\"CustomerSysId\":\"519680\",\"AgencySysId\":\"97261\",\"MasterAgencySysId\":\"86368\",\"SuperAgencySysId\":\"86368\",\"Salutation\":\"1\",\"FirstName\":\"ANSUL\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"KRISHNA TRAVELS\",\"AgencyCode\":\"0\",\"ContactNo1\":\"7742825288\",\"MarkupType\":\"1\",\"Markup\":\"0\",\"SecurityKey\":\"30AE5BF7-B847-45D6-AF60-A8EC39F85885\",\"Address\":\"JAIPUR\",\"PinCode\":\"302012\",\"TrxCurrency\":\"1\",\"CurrencySymbol\":\"INR\",\"AgencyMarketPlaceSysId\":\"1254\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"hotels\",\"ModuleName\":\"hotels\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"hotelsinv\",\"ModuleName\":\"hotelsinv\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Build Package\",\"val\":\"SRC07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"byo\",\"ModuleName\":\"byo\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Land Only Package\",\"val\":\"SRC08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"byonew\",\"ModuleName\":\"byonew\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Holidays\",\"val\":\"SRC04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"holidays\",\"ModuleName\":\"holidays\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"8\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Activities\",\"val\":\"SRC05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"activities\",\"ModuleName\":\"activities\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"9\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Umrah\",\"val\":\"SRC06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"holidays\\/search-result?cat=umrah\",\"ModuleName\":\"umrah\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"10\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Visa\",\"val\":\"SRC09\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"visa\",\"ModuleName\":\"visa\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"11\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Manage Inventory\",\"val\":\"SRC10\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"flight-inventory\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"12\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"13\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"14\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"15\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"16\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"17\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"18\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Bookings\",\"val\":\"MOD08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"list\\/index\\/my-query\\/type\\/confirmed\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"19\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"20\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"21\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"22\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Sales Report\",\"val\":\"BOK07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"23\",\"url\":\"flight-inventory\\/index\\/flight-booking\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Cancellation Report\",\"val\":\"BOK08\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"24\",\"url\":\"flight-inventory\\/index\\/flight-booking\\/filter\\/cancel\",\"ModuleName\":\"flight-inventory\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"2000\",\"RefrenceNo\":\"\",\"CreditDate\":\"15\\/03\\/2024\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"\"}','2024-03-15 08:46:13'),(2050,'53056-52409-0e736-ed890','{\"BookingData\":[{\"bookingId\":\"BKR107088039260\",\"bookingId_TJ\":\"TJ107088039260\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":22.45,\"ARF\":449,\"CRFT\":9,\"CRF\":50},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":1499,\"ACFT\":74.95,\"CCFT\":9,\"CCF\":50},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACF\":499,\"ACFT\":24.95,\"CCFT\":9,\"CCF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-0395800796_0HYDBOM6E5195~583603202703\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"716\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"716\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"53056-52409-0e736-ed890\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:34:04.011\",\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107088039260\",\"bookingId_TJ\":\"TJ107088039260\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"53056-52409-0e736-ed890\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:34:04.011\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"716\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0395800796_8HYDBOM6E5195~2634568865784\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"259\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"191\",\"192\",\"193\"],\"flight_booking_id\":[\"259\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"191\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"192\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand \",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"193\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"CustomerMemberSysId\":\"191\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"CustomerMemberSysId\":\"192\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand \",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"CustomerMemberSysId\":\"193\"}],\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"191\",\"192\",\"193\"],\"flight_booking_customer\":[[\"324\",\"325\",\"326\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"31\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HYD\",\"to\":\"BOM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12538,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"53056-52409-0e736-ed890\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1130003\",\"TPSysId\":\"1130004\",\"VersionId\":[\"336567\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"88522\",\"FareBreakdownid\":[\"395909\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"191\",\"192\",\"193\"],\"flight_booking_id\":[\"259\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"CountryCode\":\"91\",\"MobileNo\":\"9594796358\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Kisan\\\",\\\"LastName\\\":\\\"Kesarwani\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-35-09\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"53056-52409-0e736-ed890\\\",\\\"modified\\\":\\\"2024-03-19-08-35-09\\\",\\\"created\\\":\\\"2024-03-19-08-35-09\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Harsh\\\",\\\"LastName\\\":\\\"Kesarwani\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-35-09\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"53056-52409-0e736-ed890\\\",\\\"modified\\\":\\\"2024-03-19-08-35-09\\\",\\\"created\\\":\\\"2024-03-19-08-35-09\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Anand \\\",\\\"LastName\\\":\\\"Shukla\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-35-09\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"53056-52409-0e736-ed890\\\",\\\"modified\\\":\\\"2024-03-19-08-35-09\\\",\\\"created\\\":\\\"2024-03-19-08-35-09\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"MobileNo\":\"9594796358\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"MobileNo\":\"9594796358\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand \",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-35-09\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"53056-52409-0e736-ed890\",\"modified\":\"2024-03-19-08-35-09\",\"created\":\"2024-03-19-08-35-09\",\"MobileNo\":\"9594796358\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9594796358\",\"leadEmail\":\"kesharwanikishan21@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"3\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Kisan\",\"passenger-lastname-1\":\"Kesarwani\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"passenger-countryName-\":\"India\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"salution-2\":\"1\",\"passenger-firstname-2\":\"Harsh\",\"passenger-lastname-2\":\"Kesarwani\",\"dateofbirth-2\":\"\",\"PassportNationality-2\":\"IN\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"salution-3\":\"1\",\"passenger-firstname-3\":\"Anand \",\"passenger-lastname-3\":\"Shukla\",\"dateofbirth-3\":\"\",\"PassportNationality-3\":\"IN\",\"passportno-3\":\"\",\"passporIssue-3\":\"\",\"passportnoexpiry-3\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"53056-52409-0e736-ed890\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2024-03-19 08:35:51'),(2058,'7ad87-2b9ab-e717c-66841','{\"BookingData\":[{\"bookingId\":\"BKR108888039393\",\"bookingId_TJ\":\"TJ108888039393\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":2750,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"ACF\":3000,\"CCF\":50,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-4310258174_0HYDBOM6E5195~80476523172317\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"926\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7ad87-2b9ab-e717c-66841\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:39:32.993\",\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108888039393\",\"bookingId_TJ\":\"TJ108888039393\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7ad87-2b9ab-e717c-66841\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:39:32.993\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"926\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4310258174_8HYDBOM6E5195~11543512495713\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"260\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"194\",\"195\",\"196\"],\"flight_booking_id\":[\"260\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan \",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"194\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"195\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"196\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan \",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"CustomerMemberSysId\":\"194\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"CustomerMemberSysId\":\"195\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"CustomerMemberSysId\":\"196\"}],\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"194\",\"195\",\"196\"],\"flight_booking_customer\":[[\"327\",\"328\",\"329\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"31\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HYD\",\"to\":\"BOM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12538,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7ad87-2b9ab-e717c-66841\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1130005\",\"TPSysId\":\"1130006\",\"VersionId\":[\"336569\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"88523\",\"FareBreakdownid\":[\"395910\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"194\",\"195\",\"196\"],\"flight_booking_id\":[\"260\"]},\"validateCoupon\":{\"status\":false,\"couponprice\":0,\"code\":\"\"},\"validateData\":{\"AgencySysId\":\"86368\",\"ServiceFee\":0,\"CriteriaValue\":15819.539999999999,\"couponcode\":\"Krishna50\",\"TravelDate\":\"2024-03-31\",\"ProductType\":1},\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"FirstName\":\"Kisan \",\"LastName\":\"Kesarwani\",\"CountryCode\":\"91\",\"MobileNo\":\"9594796358\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Kisan \\\",\\\"LastName\\\":\\\"Kesarwani\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-40-52\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":\\\"1\\\",\\\"apiTraceId\\\":\\\"7ad87-2b9ab-e717c-66841\\\",\\\"modified\\\":\\\"2024-03-19-08-40-52\\\",\\\"created\\\":\\\"2024-03-19-08-40-52\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Harsh\\\",\\\"LastName\\\":\\\"Kesarwani \\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-40-52\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":\\\"1\\\",\\\"apiTraceId\\\":\\\"7ad87-2b9ab-e717c-66841\\\",\\\"modified\\\":\\\"2024-03-19-08-40-52\\\",\\\"created\\\":\\\"2024-03-19-08-40-52\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Anand\\\",\\\"LastName\\\":\\\"Shukla\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-40-52\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"7ad87-2b9ab-e717c-66841\\\",\\\"modified\\\":\\\"2024-03-19-08-40-52\\\",\\\"created\\\":\\\"2024-03-19-08-40-52\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan \",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"MobileNo\":\"9594796358\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":\"1\",\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"MobileNo\":\"9594796358\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-40-52\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"7ad87-2b9ab-e717c-66841\",\"modified\":\"2024-03-19-08-40-52\",\"created\":\"2024-03-19-08-40-52\",\"MobileNo\":\"9594796358\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9594796358\",\"leadEmail\":\"kesharwanikishan21@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"3\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Kisan \",\"passenger-lastname-1\":\"Kesarwani\",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"passenger-countryName-\":\"India\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"masterData-2\":\"1\",\"salution-2\":\"1\",\"passenger-firstname-2\":\"Harsh\",\"passenger-lastname-2\":\"Kesarwani \",\"dateofbirth-2\":\"\",\"PassportNationality-2\":\"IN\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"salution-3\":\"1\",\"passenger-firstname-3\":\"Anand\",\"passenger-lastname-3\":\"Shukla\",\"dateofbirth-3\":\"\",\"PassportNationality-3\":\"IN\",\"passportno-3\":\"\",\"passporIssue-3\":\"\",\"passportnoexpiry-3\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"7ad87-2b9ab-e717c-66841\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2024-03-19 08:41:51'),(2064,'25fc3-1c4a6-32233-0a4a9','{\"BookingData\":[{\"bookingId\":\"BKR103588039532\",\"bookingId_TJ\":\"TJ103588039532\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"PublishedFareTxt\":\"15,995\",\"ApiResultIndex\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"HYD-BOM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":449,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARFT\":22.45,\"ARF\":449,\"CRF\":50},\"st\":\"5\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":1499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":74.95,\"CCF\":50,\"ACF\":1499,\"CCFT\":9},\"st\":\"5\",\"et\":\"26\"},{\"amount\":499,\"additionalFee\":50,\"policyInfo\":\"__nls__*Revised fee will be charged on all the PNR\'s irrespective of any booking date (Old\\/New)\",\"fcs\":{\"ACFT\":24.95,\"CCF\":50,\"ACF\":499,\"CCFT\":9},\"st\":\"26\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"CommissionEarned\":175.85999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-4210289053_0HYDBOM6E5195~80733646472612\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":175.85999999999999,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":175.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15819.54,\"CostToCustomer\":15819.54,\"BaseFareCal\":15819.54,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":15819.54,\"intOfferedFare\":15819.54,\"intPublishFare\":15995.400000000001,\"TripjackMarkup\":0,\"TripjackCommission\":175.85999999999999,\"TripjackTDS\":\"9.24\",\"AddiMarkup\":0,\"CommisionPass\":175.85999999999999,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"511\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"511\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:43:50.116\",\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103588039532\",\"bookingId_TJ\":\"TJ103588039532\",\"FlightNumber\":\"6E-5195\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:40\",\"ArrivalTime\":\"01:05\",\"TravelDate\":\"2024-03-31T23:40\",\"LocalFromTime\":\"2024-03-31 23:40\",\"FromUTCTime\":\"2024-03-31T23:40\",\"LocalToTime\":\"2024-04-01 01:05\",\"ToUTCTime\":\"2024-04-01T01:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 31 Mar\",\"ArrivalDateTxt\":\"Mon, 01 Apr\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":12538,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15995.400000000001,\"ApiResultIndex\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-19T08:43:50.116\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":11865,\"Tax\":4130.4,\"YQTax\":0,\"OtherCharges\":3486,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":609,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15995.400000000001,\"PublishedFare\":15819.54,\"OfferedFare\":15819.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":4130.4,\"BaseFareCal\":15819.54,\"BaseFare\":11865,\"CommissionEarned\":175.85999999999999,\"TDS\":-9.24,\"MF\":30,\"YQ\":0,\"AGST\":609,\"MFT\":5.4,\"OT\":3486,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"511\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-04-01T01:05\",\"SegFlightNumber\":\"6E-5195\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-31T23:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:40\",\"strArrivalDtTime\":\"01:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4210289053_8HYDBOM6E5195~761879178225\",\"localFromDateTime\":\"2024-03-31 23:40\",\"localToDateTime\":\"2024-04-01 01:05\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":12538,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"261\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\",\"79\",\"197\"],\"flight_booking_id\":[\"261\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"197\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2024-03-19-08-44-13\",\"CustomerMemberSysId\":\"79\"},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"modified\":\"2024-03-19-08-44-13\",\"created\":\"2024-03-19-08-44-13\",\"CustomerMemberSysId\":\"197\"}],\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\",\"79\",\"197\"],\"flight_booking_customer\":[[\"330\",\"331\",\"332\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Hyderabad\",\"mytrip_city_to\":\"Mumbai\",\"class\":\"2\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"FareTypes\":\"REGULAR\",\"source_city\":\"HYD\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"departure_date\":\"31\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt HYD\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"HYD\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"HYD\",\"to\":\"BOM\",\"sourceCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt HYD, India\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"sourceCityId\":12538,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"PreferredAirline\":null,\"from_city_\":\"1__HYD-BOM\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1130007\",\"TPSysId\":\"1130008\",\"VersionId\":[\"336571\"],\"CustomerSysId\":\"501388\",\"TrxId\":\"88524\",\"FareBreakdownid\":[\"395911\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\",\"79\",\"197\"],\"flight_booking_id\":[\"261\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"FirstName\":\"Kisan\",\"LastName\":\"Kesarwani\",\"CountryCode\":\"91\",\"MobileNo\":\"9594796358\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":\\\"1\\\",\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Harsh\\\",\\\"LastName\\\":\\\"Kesarwani\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-44-13\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"modified\\\":\\\"2024-03-19-08-44-13\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false},{\\\"AgencySysId\\\":\\\"86368\\\",\\\"CustomerSysId\\\":\\\"80\\\",\\\"EmailId\\\":\\\"kesharwanikishan21@gmail.com\\\",\\\"Salutation\\\":\\\"1\\\",\\\"Relation\\\":0,\\\"Contacts\\\":\\\"9594796358\\\",\\\"FirstName\\\":\\\"Anand\\\",\\\"LastName\\\":\\\"Shukla\\\",\\\"Password\\\":\\\"\\\",\\\"IsPswExpire\\\":0,\\\"CreatedByUserSysId\\\":\\\"86368\\\",\\\"DOB\\\":null,\\\"Address\\\":\\\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\\\",\\\"CityTitle\\\":\\\"Jaipur\\\",\\\"CitySysId\\\":\\\"12995\\\",\\\"paxType\\\":\\\"1\\\",\\\"StateOrZoneSysId\\\":0,\\\"CountrySysId\\\":\\\"101\\\",\\\"countryCode\\\":\\\"91\\\",\\\"RegisterDate\\\":\\\"2024-03-19-08-44-13\\\",\\\"IsActive\\\":1,\\\"IsMarkForDel\\\":\\\"0\\\",\\\"IsApproved\\\":0,\\\"apiTraceId\\\":\\\"25fc3-1c4a6-32233-0a4a9\\\",\\\"modified\\\":\\\"2024-03-19-08-44-13\\\",\\\"created\\\":\\\"2024-03-19-08-44-13\\\",\\\"MobileNo\\\":\\\"9594796358\\\",\\\"B2B\\\":false}]\"},\"apiDataMember\":[{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9594796358\",\"FirstName\":\"Harsh\",\"LastName\":\"Kesarwani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2024-03-19-08-44-13\",\"MobileNo\":\"9594796358\",\"B2B\":false},{\"AgencySysId\":\"86368\",\"CustomerSysId\":\"80\",\"EmailId\":\"kesharwanikishan21@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9594796358\",\"FirstName\":\"Anand\",\"LastName\":\"Shukla\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-19-08-44-13\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"IsApproved\":0,\"apiTraceId\":\"25fc3-1c4a6-32233-0a4a9\",\"modified\":\"2024-03-19-08-44-13\",\"created\":\"2024-03-19-08-44-13\",\"MobileNo\":\"9594796358\",\"B2B\":false}],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9594796358\",\"leadEmail\":\"kesharwanikishan21@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"3\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"80\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Kisan\",\"passenger-lastname-1\":\"Kesarwani\",\"dateofbirth-1\":\"null\\/null\\/\",\"PassportNationality-1\":\"\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"passenger-countryName-\":\"India\",\"paxType-2\":\"1\",\"relation-2\":\"1\",\"CustomerSysId-2\":\"79\",\"salution-2\":\"1\",\"passenger-firstname-2\":\"Harsh\",\"passenger-lastname-2\":\"Kesarwani\",\"dateofbirth-2\":\"null\\/null\\/\",\"PassportNationality-2\":\"\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"salution-3\":\"1\",\"passenger-firstname-3\":\"Anand\",\"passenger-lastname-3\":\"Shukla\",\"dateofbirth-3\":\"\",\"PassportNationality-3\":\"IN\",\"passportno-3\":\"\",\"passporIssue-3\":\"\",\"passportnoexpiry-3\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"25fc3-1c4a6-32233-0a4a9\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2024-03-19 08:45:00'),(2066,'015f0-f9727-2629f-bd535','{\"BookingData\":[{\"bookingId\":\"BKR103688078170\",\"bookingId_TJ\":\"TJ103688078170\",\"FlightNumber\":\"SG-616\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2024-04-20T19:05\",\"LocalFromTime\":\"2024-04-20 19:05\",\"FromUTCTime\":\"2024-04-20T19:05\",\"LocalToTime\":\"2024-04-20 21:15\",\"ToUTCTime\":\"2024-04-20T21:15\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 20 Apr\",\"ArrivalDateTxt\":\"Sat, 20 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5478.8,\"PublishedFareTxt\":\"5,479\",\"ApiResultIndex\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"MAA-AMD\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure, only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3350,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":167.5,\"ARF\":3350},\"st\":\"4\",\"et\":\"98\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"98\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3600,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACFT\":180,\"CCF\":50,\"ACF\":3600},\"st\":\"4\",\"et\":\"98\"},{\"amount\":3100,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACFT\":155,\"CCF\":50,\"ACF\":3100},\"st\":\"98\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":978.8,\"YQTax\":0,\"OtherCharges\":733,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":234,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5478.8,\"PublishedFare\":5398.86,\"OfferedFare\":5398.86,\"CommissionEarned\":79.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R4-3909680219_0MAAAMDSG616~12310745100703\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":79.94,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":978.8,\"BaseFareCal\":5398.86,\"BaseFare\":4500,\"CommissionEarned\":79.94,\"TDS\":-4.21,\"MF\":10,\"YQ\":0,\"AGST\":234,\"MFT\":1.8,\"OT\":733,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":79.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5398.86,\"CostToCustomer\":5398.86,\"BaseFareCal\":5398.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5398.86,\"intOfferedFare\":5398.86,\"intPublishFare\":5478.8,\"TripjackMarkup\":0,\"TripjackCommission\":79.94,\"TripjackTDS\":\"4.21\",\"AddiMarkup\":0,\"CommisionPass\":79.94,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"984\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2024-04-20T21:15\",\"SegFlightNumber\":\"SG-616\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-20T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"IB08\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"IB15\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"EB05\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"IB30\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"EB10\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"EB15\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"EB20\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"EB30\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"BVG\",\"Price\":0,\"amount\":0,\"Description\":\"Beverage\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"VGSW\",\"Price\":395,\"amount\":395,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"JNSW\",\"Price\":395,\"amount\":395,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NVSW\",\"Price\":445,\"amount\":445,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"GFCM\",\"Price\":445,\"amount\":445,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"VGML\",\"Price\":495,\"amount\":495,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"FPML\",\"Price\":495,\"amount\":495,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"CHML\",\"Price\":495,\"amount\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NVML\",\"Price\":545,\"amount\":545,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"LCVS\",\"Price\":545,\"amount\":545,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"JNML\",\"Price\":545,\"amount\":545,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"GFVG\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"DBML\",\"Price\":545,\"amount\":545,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"VCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NCC6\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NCC5\",\"Price\":595,\"amount\":595,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NCC4\",\"Price\":595,\"amount\":595,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NCC2\",\"Price\":595,\"amount\":595,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"NCC1\",\"Price\":595,\"amount\":595,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"LCNS\",\"Price\":595,\"amount\":595,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"GFNV\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"984\",\"Code\":\"DNVL\",\"Price\":595,\"amount\":595,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"015f0-f9727-2629f-bd535\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":8,\"estimetedDateTime\":\"2024-03-19T16:27:24.497\",\"strTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-04-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103688078170\",\"bookingId_TJ\":\"TJ103688078170\",\"FlightNumber\":\"SG-616\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"strTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2024-04-20T19:05\",\"LocalFromTime\":\"2024-04-20 19:05\",\"FromUTCTime\":\"2024-04-20T19:05\",\"LocalToTime\":\"2024-04-20 21:15\",\"ToUTCTime\":\"2024-04-20T21:15\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 20 Apr\",\"ArrivalDateTxt\":\"Sat, 20 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":6000,\"DestPlaceSysId\":296,\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5478.8,\"ApiResultIndex\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"015f0-f9727-2629f-bd535\",\"ICSourceSysId\":7,\"estimetedTime\":8,\"estimetedDateTime\":\"2024-03-19T16:27:24.497\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":978.8,\"YQTax\":0,\"OtherCharges\":733,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":234,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5478.8,\"PublishedFare\":5398.86,\"OfferedFare\":5398.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":978.8,\"BaseFareCal\":5398.86,\"BaseFare\":4500,\"CommissionEarned\":79.94,\"TDS\":-4.21,\"MF\":10,\"YQ\":0,\"AGST\":234,\"MFT\":1.8,\"OT\":733,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"984\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2024-04-20T21:15\",\"SegFlightNumber\":\"SG-616\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-20T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"localFromDateTime\":\"2024-04-20 19:05\",\"localToDateTime\":\"2024-04-20 21:15\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"AMD\",\"intMemberCount\":1,\"intSourceCityId\":6000,\"intDestinationCityId\":296,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"routeh\":\"1\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai\",\"mytrip_city_to\":\"Ahmedabad\",\"class\":\"2\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"DirectFlight\":\"1\",\"FareTypes\":\"REGULAR\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"AMD\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destination\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"departure_date\":\"20\\/04\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt MAA\",\"to_mytrip_city\":\" IN - Sardar Vallabh Bhai Patel Intl Arpt AMD\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"AMD\",\"from\":\"MAA\",\"to\":\"AMD\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt MAA, India\",\"destinationCityText\":\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt AMD, India\",\"sourceCityId\":6000,\"destinationCityId\":296,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/04\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-04-20\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"015f0-f9727-2629f-bd535\",\"PreferredAirline\":null,\"from_city_\":\"1__MAA-AMD\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"TraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"015f0-f9727-2629f-bd535\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"SG-616\",\"keyIndex\":0,\"SegFlightNumberArr\":\"SG-616\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2024-04-20T19:05\",\"LocalFromTime\":\"2024-04-20 19:05\",\"FromUTCTime\":\"2024-04-20T19:05\",\"LocalToTime\":\"2024-04-20 21:15\",\"ToUTCTime\":\"2024-04-20T21:15\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sat, 20 Apr\",\"ArrivalDateTxt\":\"Sat, 20 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"296\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"AMD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5399,\"PublishedFareTxt\":\"5,399\",\"ApiResultIndex\":\"4-3909680219_0MAAAMDSG616~108494494774780\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"015f0-f9727-2629f-bd535\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":978.8,\"YQTax\":0,\"OtherCharges\":733,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":234,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5478.8,\"PublishedFare\":5399,\"PublishedFarePerPax\":5399,\"OfferedFare\":5398.86,\"CommissionEarned\":79.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3909680219_0MAAAMDSG616~108494494776000\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":79.94,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"MAA-AMD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":978.8,\"BaseFareCal\":5398.86,\"BaseFare\":4500,\"CommissionEarned\":79.94,\"TDS\":-4.21,\"MF\":10,\"YQ\":0,\"AGST\":234,\"MFT\":1.8,\"OT\":733,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00G\"},\"Segments\":[{\"segmentid\":\"663\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2024-04-20T21:15\",\"SegFlightNumber\":\"SG-616\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-20T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}}}','2024-03-19 16:27:21'),(2069,'74d46-46e0b-61f4a-ffc65','{\"BookingData\":[{\"bookingId\":\"BKR102288230260\",\"bookingId_TJ\":\"TJ102288230260\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2024-03-22T06:25\",\"LocalFromTime\":\"2024-03-22 06:25\",\"FromUTCTime\":\"2024-03-22T06:25\",\"LocalToTime\":\"2024-03-22 16:00\",\"ToUTCTime\":\"2024-03-22T16:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":575,\"DepartureDateTxt\":\"Fri, 22 Mar\",\"ArrivalDateTxt\":\"Fri, 22 Mar\",\"FlightDuration\":\"9h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6800.8,\"PublishedFareTxt\":\"6,801\",\"ApiResultIndex\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-STV\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":3250,\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARF\":2750,\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACF\":3500,\"CCFT\":9,\"CCF\":50,\"ACFT\":175},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACF\":3000,\"CCFT\":9,\"CCF\":50,\"ACFT\":150},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5946,\"Tax\":854.8,\"YQTax\":0,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":305,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6800.8,\"PublishedFare\":6712.68,\"OfferedFare\":6712.68,\"CommissionEarned\":88.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.64,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~13776331041930\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":88.12,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":6800.8,\"oldFare\":6510.8,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":854.8,\"BaseFareCal\":6712.68,\"BaseFare\":5946,\"CommissionEarned\":88.12,\"TDS\":-4.64,\"MF\":10,\"YQ\":0,\"AGST\":305,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":88.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6712.68,\"CostToCustomer\":6712.68,\"BaseFareCal\":6712.68,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6712.68,\"intOfferedFare\":6712.68,\"intPublishFare\":6800.8,\"TripjackMarkup\":0,\"TripjackCommission\":88.12,\"TripjackTDS\":\"4.64\",\"AddiMarkup\":0,\"CommisionPass\":88.12,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"593\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-03-22T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-22T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":420,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"594\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2024-03-22T16:00\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-03-22T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"593\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"74d46-46e0b-61f4a-ffc65\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-21T16:20:43.912\",\"strTraceId\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102288230260\",\"bookingId_TJ\":\"TJ102288230260\",\"FlightNumber\":\"6E-5037\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"strTraceId\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2024-03-22T06:25\",\"LocalFromTime\":\"2024-03-22 06:25\",\"FromUTCTime\":\"2024-03-22T06:25\",\"LocalToTime\":\"2024-03-22 16:00\",\"ToUTCTime\":\"2024-03-22T16:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":575,\"DepartureDateTxt\":\"Fri, 22 Mar\",\"ArrivalDateTxt\":\"Fri, 22 Mar\",\"FlightDuration\":\"9h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":26438,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6800.8,\"ApiResultIndex\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"74d46-46e0b-61f4a-ffc65\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-21T16:20:43.912\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5946,\"Tax\":854.8,\"YQTax\":0,\"OtherCharges\":538,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":305,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6800.8,\"PublishedFare\":6712.68,\"OfferedFare\":6712.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":854.8,\"BaseFareCal\":6712.68,\"BaseFare\":5946,\"CommissionEarned\":88.12,\"TDS\":-4.64,\"MF\":10,\"YQ\":0,\"AGST\":305,\"MFT\":1.8,\"OT\":538,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"593\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-03-22T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-22T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":420,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"594\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2024-03-22T16:00\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-03-22T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"R5-4021704707_0DELJAI6E5037JAISTV6E715~18090197583239\",\"localFromDateTime\":\"2024-03-22 06:25\",\"localToDateTime\":\"2024-03-22 16:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"STV\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":26438,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi\",\"mytrip_city_to\":\"Surat\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"STV\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destination\":\"Surat, IN - Surat Airport STV, India\",\"departure_date\":\"22\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"to_mytrip_city\":\" IN - Surat Airport STV\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"STV\",\"from\":\"DEL\",\"to\":\"STV\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"destinationCityText\":\"Surat, IN - Surat Airport STV, India\",\"sourceCityId\":7701,\"destinationCityId\":26438,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"74d46-46e0b-61f4a-ffc65\",\"PreferredAirline\":null,\"from_city_\":\"1__DEL-STV\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-4021704707_3DELJAI6E5037JAISTV6E715~18432093258692\",\"TraceId\":\"5-4021704707_3DELJAI6E5037JAISTV6E715~18432093258692\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"74d46-46e0b-61f4a-ffc65\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-5037\",\"keyIndex\":3,\"SegFlightNumberArr\":\"6E-5037 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4021704707_3DELJAI6E5037JAISTV6E715~18432093258692\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"16:00\",\"TravelDate\":\"2024-03-22T06:25\",\"LocalFromTime\":\"2024-03-22 06:25\",\"FromUTCTime\":\"2024-03-22T06:25\",\"LocalToTime\":\"2024-03-22 16:00\",\"ToUTCTime\":\"2024-03-22T16:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":575,\"DepartureDateTxt\":\"Fri, 22 Mar\",\"ArrivalDateTxt\":\"Fri, 22 Mar\",\"FlightDuration\":\"9h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"26438\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"STV\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6427,\"PublishedFareTxt\":\"6,427\",\"ApiResultIndex\":\"5-4021704707_3DELJAI6E5037JAISTV6E715~18432093258692\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"74d46-46e0b-61f4a-ffc65\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5670,\"Tax\":840.8,\"YQTax\":0,\"OtherCharges\":829,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6510.8,\"PublishedFare\":6427,\"PublishedFarePerPax\":6427,\"OfferedFare\":6426.77,\"CommissionEarned\":84.03,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4021704707_3DELJAI6E5037JAISTV6E715~18432093258692\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":84.03,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"DEL-JAI\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"JAI-STV\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":840.8,\"BaseFareCal\":6426.77,\"BaseFare\":5670,\"CommissionEarned\":84.03,\"TDS\":-4.42,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":829,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00P\"},\"Segments\":[{\"segmentid\":\"199\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-03-22T07:20\",\"SegFlightNumber\":\"6E-5037\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-22T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":420,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"200\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Surat Airport\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Surat\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"STV\",\"destinationArrTime\":\"2024-03-22T16:00\",\"SegFlightNumber\":\"6E-715\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2024-03-22T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:00\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}}}','2024-03-21 16:20:40'),(2076,'982da-6e1c1-8a896-ea0f8','{\"BookingData\":[{\"bookingId\":\"BKR102888257748\",\"bookingId_TJ\":\"TJ102888257748\",\"FlightNumber\":\"IX-1766\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2024-04-09T18:20\",\"LocalFromTime\":\"2024-04-09 18:20\",\"FromUTCTime\":\"2024-04-09T18:20\",\"LocalToTime\":\"2024-04-09 21:05\",\"ToUTCTime\":\"2024-04-09T21:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Tue, 09 Apr\",\"ArrivalDateTxt\":\"Tue, 09 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7261.8,\"PublishedFareTxt\":\"7,262\",\"ApiResultIndex\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-JAI\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"ARFT\":12.5,\"CRFT\":9,\"ARF\":250,\"CRF\":50},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":25,\"ACF\":500},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5886,\"Tax\":1375.8,\"YQTax\":0,\"OtherCharges\":1060,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":304,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7261.8,\"PublishedFare\":7135.5,\"OfferedFare\":7135.5,\"CommissionEarned\":126.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.65,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R22-16-8260732512_0BLRJAIIX1766~25204685273208\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Corporate Value\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":126.3,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1375.8,\"BaseFareCal\":7135.5,\"BaseFare\":5886,\"CommissionEarned\":126.3,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":304,\"MFT\":1.8,\"OT\":1060,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":126.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":7135.5,\"CostToCustomer\":7135.5,\"BaseFareCal\":7135.5,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":7135.5,\"intOfferedFare\":7135.5,\"intPublishFare\":7261.8,\"TripjackMarkup\":0,\"TripjackCommission\":126.3,\"TripjackTDS\":\"6.65\",\"AddiMarkup\":0,\"CommisionPass\":126.3,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"386\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-09T21:05\",\"SegFlightNumber\":\"IX-1766\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-09T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB08\",\"Price\":1600,\"amount\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAB\",\"Price\":2250,\"amount\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB15\",\"Price\":3000,\"amount\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAC\",\"Price\":4500,\"amount\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"IB30\",\"Price\":6000,\"amount\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAD\",\"Price\":6750,\"amount\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"PBAF\",\"Price\":11250,\"amount\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VFPB\",\"Price\":200,\"amount\":200,\"Description\":\"Seasonal Fresh Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VHRB\",\"Price\":400,\"amount\":400,\"Description\":\"Herb Roast Vegetable Roll\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NCJB\",\"Price\":400,\"amount\":400,\"Description\":\"Chicken Junglee Sandwich\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VPMB\",\"Price\":500,\"amount\":500,\"Description\":\"Paneer Makhani with Jeera Aloo & Vegetable Pulao\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VPBB\",\"Price\":500,\"amount\":500,\"Description\":\"Matar Paneer Bhurji with Aloo Paratha\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VMFB\",\"Price\":500,\"amount\":500,\"Description\":\"Vegetable Manchurian with Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"VIVB\",\"Price\":500,\"amount\":500,\"Description\":\"Mini Idlis, Medu Vada and Upma\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NMBB\",\"Price\":500,\"amount\":500,\"Description\":\"Hyderabadi Mutton Biryani with Mirch Salan\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NFFB\",\"Price\":500,\"amount\":500,\"Description\":\"Herb Grilled Fish Fillet\"},{\"Currency\":\"INR\",\"key\":\"386\",\"Code\":\"NCBB\",\"Price\":500,\"amount\":500,\"Description\":\"Awadhi Chicken Biryani with Mirch Salan\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"982da-6e1c1-8a896-ea0f8\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-03-21T22:42:42.156\",\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-04-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR102888257748\",\"bookingId_TJ\":\"TJ102888257748\",\"FlightNumber\":\"IX-1766\",\"AirlineName\":\"AI Express\",\"AirlineCode\":\"IX\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"AirlineSysId\":\"82\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"21:05\",\"TravelDate\":\"2024-04-09T18:20\",\"LocalFromTime\":\"2024-04-09 18:20\",\"FromUTCTime\":\"2024-04-09T18:20\",\"LocalToTime\":\"2024-04-09 21:05\",\"ToUTCTime\":\"2024-04-09T21:05\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Tue, 09 Apr\",\"ArrivalDateTxt\":\"Tue, 09 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":12995,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":7261.8,\"ApiResultIndex\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\",\"SearchFlightTraceId\":\"982da-6e1c1-8a896-ea0f8\",\"ICSourceSysId\":7,\"estimetedTime\":14,\"estimetedDateTime\":\"2024-03-21T22:42:42.156\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":5886,\"Tax\":1375.8,\"YQTax\":0,\"OtherCharges\":1060,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":304,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7261.8,\"PublishedFare\":7135.5,\"OfferedFare\":7135.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1375.8,\"BaseFareCal\":7135.5,\"BaseFare\":5886,\"CommissionEarned\":126.3,\"TDS\":-6.65,\"MF\":10,\"YQ\":0,\"AGST\":304,\"MFT\":1.8,\"OT\":1060,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"386\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2024-04-09T21:05\",\"SegFlightNumber\":\"IX-1766\",\"AirlineCode\":\"IX\",\"AirlineName\":\"AI Express\",\"FareClass\":\"SM\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-04-09T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"21:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/IX.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-8260732512_0BLRJAIIX1766~43872640019088\",\"localFromDateTime\":\"2024-04-09 18:20\",\"localToDateTime\":\"2024-04-09 21:05\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":12995,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"262\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"142\",\"CustomerMemSysId\":[\"142\"],\"flight_booking_id\":[\"262\"]},\"CustomerSession\":[{\"AgencySysId\":\"86368\",\"EmailId\":\"mahendradewasi2872@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9789157706\",\"FirstName\":\"Mahendra \",\"LastName\":\"Dewasi \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"86368\",\"DOB\":null,\"Address\":\"PLOT 7-88A___SHRI KALYAN VATIKA,GOVINDPURA\",\"CityTitle\":\"Jaipur\",\"CitySysId\":\"12995\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2024-03-21-22-45-47\",\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"142\",\"FFAirlineCode\":\"\",\"FFNumber\":\"\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"142\",\"CustomerMemSysId\":[\"142\"],\"flight_booking_customer\":[[\"333\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Jaipur\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"departure_date\":\"09\\/04\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Sanganeer Arpt JAI\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"BLR\",\"to\":\"JAI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt JAI, India\",\"sourceCityId\":2262,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/04\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-04-09\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"982da-6e1c1-8a896-ea0f8\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-JAI\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"1136289\",\"TPSysId\":\"1136290\",\"VersionId\":[\"338442\"],\"CustomerSysId\":\"649782\",\"TrxId\":\"88910\",\"FareBreakdownid\":[\"396190\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"142\",\"CustomerMemSysId\":[\"142\"],\"flight_booking_id\":[\"262\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"86368\",\"Salutation\":\"1\",\"EmailId\":\"mahendradewasi2872@gmail.com\",\"FirstName\":\"Mahendra \",\"LastName\":\"Dewasi \",\"CountryCode\":\"91\",\"MobileNo\":\"9789157706\",\"Relation\":9,\"B2B\":false,\"memberDetailArray\":\"[]\"},\"apiDataMember\":[],\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9789157706\",\"leadEmail\":\"mahendradewasi2872@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"relation-1\":\"0\",\"CustomerSysId-1\":\"0\",\"masterData-1\":\"1\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Mahendra \",\"passenger-lastname-1\":\"Dewasi \",\"dateofbirth-1\":\"\",\"PassportNationality-1\":\"IN\",\"passportno-1\":\"\",\"passporIssue-1\":\"\",\"passportnoexpiry-1\":\"\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"\",\"passenger-country-1\":\"\",\"passenger-countryName-\":\"India\",\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"982da-6e1c1-8a896-ea0f8\",\"countryCodeISO\":\"IN\"},\"paymentMode\":0,\"Remark\":0,\"usewallet\":0}','2024-03-21 22:47:04'),(2078,'bc1bd-8a48f-53525-381af','{\"BookingData\":[{\"bookingId\":\"BKR103188272990\",\"bookingId_TJ\":\"TJ103188272990\",\"FlightNumber\":\"AI-589\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2024-03-23T07:05\",\"LocalFromTime\":\"2024-03-23 07:05\",\"FromUTCTime\":\"2024-03-23T07:05\",\"LocalToTime\":\"2024-03-24 19:00\",\"ToUTCTime\":\"2024-03-24T19:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1690,\"LAYOVERDuration\":\"28h 10m\",\"FlyingMinutes\":2155,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"35h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"3 Stop(s)\",\"Stops\":3,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10178.8,\"PublishedFareTxt\":\"10,179\",\"ApiResultIndex\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable (Basic fare forfeited), If cancelled less than 3 Hours before departure\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":1250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":1250,\"ARFT\":49.95,\"CRF\":50},\"st\":\"4\",\"et\":\"26\"},{\"amount\":750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"ARF\":750,\"ARFT\":24.95,\"CRF\":50},\"st\":\"26\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":2250,\"additionalFee\":50,\"fcs\":{\"CCFT\":9,\"ACF\":2250,\"CCF\":50,\"ACFT\":99.95},\"st\":\"4\",\"et\":\"74\"},{\"amount\":1250,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCFT\":9,\"ACF\":1250,\"CCF\":50,\"ACFT\":49.95},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8442,\"Tax\":1736.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":448,\"CarrierMiscFee\":510,\"MUFee\":0,\"intPublishedFare\":10178.8,\"PublishedFare\":9923.96,\"OfferedFare\":9923.96,\"CommissionEarned\":254.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R32-21-10-15-2-4800472940_0BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~11632399584626\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":254.84,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1736.8,\"BaseFareCal\":9923.96,\"BaseFare\":8442,\"CommissionEarned\":254.84,\"TDS\":-13.41,\"MF\":10,\"YQ\":0,\"AGST\":448,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":510,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":254.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9923.96,\"CostToCustomer\":9923.96,\"BaseFareCal\":9923.96,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9923.96,\"intOfferedFare\":9923.96,\"intPublishFare\":10178.8,\"TripjackMarkup\":0,\"TripjackCommission\":254.84,\"TripjackTDS\":\"13.41\",\"AddiMarkup\":0,\"CommisionPass\":254.84,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"57\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-03-23T08:50\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":105,\"GroundTime\":75,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"58\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-03-23T12:05\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-23T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":245,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 5m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"59\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2024-03-23T17:35\",\"SegFlightNumber\":\"AI-545\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-03-23T16:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":1370,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:10\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"22h 50m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"60\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T19:00\",\"SegFlightNumber\":\"AI-541\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-24T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bc1bd-8a48f-53525-381af\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-22T10:44:48.155\",\"strTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR103188272990\",\"bookingId_TJ\":\"TJ103188272990\",\"FlightNumber\":\"AI-589\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"strTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2024-03-23T07:05\",\"LocalFromTime\":\"2024-03-23 07:05\",\"FromUTCTime\":\"2024-03-23T07:05\",\"LocalToTime\":\"2024-03-24 19:00\",\"ToUTCTime\":\"2024-03-24T19:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1690,\"LAYOVERDuration\":\"28h 10m\",\"FlyingMinutes\":2155,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"35h 55m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"3 Stop(s)\",\"Stops\":3,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10178.8,\"ApiResultIndex\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"bc1bd-8a48f-53525-381af\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-22T10:44:48.155\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8442,\"Tax\":1736.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":448,\"CarrierMiscFee\":510,\"MUFee\":0,\"intPublishedFare\":10178.8,\"PublishedFare\":9923.96,\"OfferedFare\":9923.96,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1736.8,\"BaseFareCal\":9923.96,\"BaseFare\":8442,\"CommissionEarned\":254.84,\"TDS\":-13.41,\"MF\":10,\"YQ\":0,\"AGST\":448,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":510,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"57\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-03-23T08:50\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":105,\"GroundTime\":75,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"58\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-03-23T12:05\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-23T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":245,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 5m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"59\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2024-03-23T17:35\",\"SegFlightNumber\":\"AI-545\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-03-23T16:10\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":1370,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:10\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"22h 50m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"60\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T19:00\",\"SegFlightNumber\":\"AI-541\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-24T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"localFromDateTime\":\"2024-03-23 07:05\",\"localToDateTime\":\"2024-03-24 19:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"23\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bc1bd-8a48f-53525-381af\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"TraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"bc1bd-8a48f-53525-381af\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"AI-589\",\"keyIndex\":116,\"SegFlightNumberArr\":\"AI-589 +3\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2024-03-23T07:05\",\"LocalFromTime\":\"2024-03-23 07:05\",\"FromUTCTime\":\"2024-03-23T07:05\",\"LocalToTime\":\"2024-03-24 19:00\",\"ToUTCTime\":\"2024-03-24T19:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1690,\"LAYOVERDuration\":\"28h 10m\",\"FlyingMinutes\":2155,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"35h 55m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"3 Stop(s)\",\"Stops\":3,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9924,\"PublishedFareTxt\":\"9,924\",\"ApiResultIndex\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"bc1bd-8a48f-53525-381af\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8442,\"Tax\":1736.8,\"YQTax\":0,\"OtherCharges\":767,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":448,\"CarrierMiscFee\":510,\"MUFee\":0,\"intPublishedFare\":10178.8,\"PublishedFare\":9924,\"PublishedFarePerPax\":9924,\"OfferedFare\":9923.96,\"CommissionEarned\":254.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-4800472940_116BLRBOMAI589BOMMAAAI589MAAHYDAI545HYDDELAI541~10215446761281\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":254.84,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-BOM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"MAA-HYD\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}},\"HYD-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"25 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1736.8,\"BaseFareCal\":9923.96,\"BaseFare\":8442,\"CommissionEarned\":254.84,\"TDS\":-13.41,\"MF\":10,\"YQ\":0,\"AGST\":448,\"MFT\":1.8,\"OT\":767,\"MU\":0,\"YR\":510,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"016\"},\"Segments\":[{\"segmentid\":\"491\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2024-03-23T08:50\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":105,\"GroundTime\":75,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"1h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"492\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-03-23T12:05\",\"SegFlightNumber\":\"AI-589\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-23T10:05\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":245,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:05\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 5m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"493\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2024-03-23T17:35\",\"SegFlightNumber\":\"AI-545\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-03-23T16:10\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":1370,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:10\",\"strArrivalDtTime\":\"17:35\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"22h 50m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"494\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T19:00\",\"SegFlightNumber\":\"AI-541\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"G\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2024-03-24T16:25\",\"TripIndicator\":\"\",\"Baggage\":\"25 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:25\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}}}','2024-03-22 10:44:44'),(2080,'7fcaf-9e437-7fb79-1214a','{\"BookingData\":[{\"bookingId\":\"BKR105188273036\",\"bookingId_TJ\":\"TJ105188273036\",\"FlightNumber\":\"6E-2374\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2024-03-23T21:30\",\"LocalFromTime\":\"2024-03-23 21:30\",\"FromUTCTime\":\"2024-03-23T21:30\",\"LocalToTime\":\"2024-03-24 00:30\",\"ToUTCTime\":\"2024-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11731.8,\"PublishedFareTxt\":\"11,732\",\"ApiResultIndex\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BLR-DEL\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":137.5,\"ARF\":2750},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"CCF\":50,\"ACF\":3500,\"ACFT\":175,\"CCFT\":9},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"CCF\":50,\"ACF\":3000,\"ACFT\":150,\"CCFT\":9},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10331,\"Tax\":1400.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":522,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11731.8,\"PublishedFare\":11578.7,\"OfferedFare\":11578.7,\"CommissionEarned\":153.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.06,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-3894208603_0BLRDEL6E2374~74578741158505\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":153.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400.8,\"BaseFareCal\":11578.7,\"BaseFare\":10331,\"CommissionEarned\":153.1,\"TDS\":-8.06,\"MF\":10,\"YQ\":0,\"AGST\":522,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":153.1,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":11578.7,\"CostToCustomer\":11578.7,\"BaseFareCal\":11578.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":11578.7,\"intOfferedFare\":11578.7,\"intPublishFare\":11731.8,\"TripjackMarkup\":0,\"TripjackCommission\":153.1,\"TripjackTDS\":\"8.06\",\"AddiMarkup\":0,\"CommisionPass\":153.1,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"210\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T00:30\",\"SegFlightNumber\":\"6E-2374\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"VGAN\",\"Price\":400,\"amount\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"VCSW\",\"Price\":400,\"amount\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"LCVG\",\"Price\":400,\"amount\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"JNML\",\"Price\":400,\"amount\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"DBVG\",\"Price\":400,\"amount\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"AGSW\",\"Price\":400,\"amount\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"NUSW\",\"Price\":500,\"amount\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"210\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"7fcaf-9e437-7fb79-1214a\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-22T10:45:25.944\",\"strTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR105188273036\",\"bookingId_TJ\":\"TJ105188273036\",\"FlightNumber\":\"6E-2374\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"strTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2024-03-23T21:30\",\"LocalFromTime\":\"2024-03-23 21:30\",\"FromUTCTime\":\"2024-03-23T21:30\",\"LocalToTime\":\"2024-03-24 00:30\",\"ToUTCTime\":\"2024-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":2262,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11731.8,\"ApiResultIndex\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"7fcaf-9e437-7fb79-1214a\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-22T10:45:25.944\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10331,\"Tax\":1400.8,\"YQTax\":0,\"OtherCharges\":867,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":522,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11731.8,\"PublishedFare\":11578.7,\"OfferedFare\":11578.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400.8,\"BaseFareCal\":11578.7,\"BaseFare\":10331,\"CommissionEarned\":153.1,\"TDS\":-8.06,\"MF\":10,\"YQ\":0,\"AGST\":522,\"MFT\":1.8,\"OT\":867,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"210\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T00:30\",\"SegFlightNumber\":\"6E-2374\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"localFromDateTime\":\"2024-03-23 21:30\",\"localToDateTime\":\"2024-03-24 00:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":2262,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru\",\"mytrip_city_to\":\"Delhi\",\"source_city\":\"BLR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"departure_date\":\"23\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt BLR\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl DEL\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt BLR, India\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl DEL, India\",\"sourceCityId\":2262,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-23\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"7fcaf-9e437-7fb79-1214a\",\"PreferredAirline\":null,\"from_city_\":\"1__BLR-DEL\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"TraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"7fcaf-9e437-7fb79-1214a\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-2374\",\"keyIndex\":269,\"SegFlightNumberArr\":\"6E-2374\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2024-03-23T21:30\",\"LocalFromTime\":\"2024-03-23 21:30\",\"FromUTCTime\":\"2024-03-23T21:30\",\"LocalToTime\":\"2024-03-24 00:30\",\"ToUTCTime\":\"2024-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sat, 23 Mar\",\"ArrivalDateTxt\":\"Sun, 24 Mar\",\"FlightDuration\":\"3h 0m\",\"SourcePlaceSysId\":\"2262\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":11579,\"PublishedFareTxt\":\"11,579\",\"ApiResultIndex\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"7fcaf-9e437-7fb79-1214a\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":10331,\"Tax\":1400.8,\"YQTax\":0,\"OtherCharges\":1389,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11731.8,\"PublishedFare\":11579,\"PublishedFarePerPax\":11579,\"OfferedFare\":11578.7,\"CommissionEarned\":153.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-8.06,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3894208603_13BLRDEL6E2374~8433162672554\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":153.1,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BLR-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1400.8,\"BaseFareCal\":11578.7,\"BaseFare\":10331,\"CommissionEarned\":153.1,\"TDS\":-8.06,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":1389,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0IP\"},\"Segments\":[{\"segmentid\":\"955\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-24T00:30\",\"SegFlightNumber\":\"6E-2374\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2024-03-23T21:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"20:00-23:59\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}}}','2024-03-22 10:45:22'),(2082,'b6b2a-9ceaa-b2a58-f379d','{\"BookingData\":[{\"bookingId\":\"BKR108188411897\",\"bookingId_TJ\":\"TJ108188411897\",\"FlightNumber\":\"AI-570\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"05:15\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2024-04-03T05:15\",\"LocalFromTime\":\"2024-04-03 05:15\",\"FromUTCTime\":\"2024-04-03T05:15\",\"LocalToTime\":\"2024-04-03 12:55\",\"ToUTCTime\":\"2024-04-03T12:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":460,\"DepartureDateTxt\":\"Wed, 03 Apr\",\"ArrivalDateTxt\":\"Wed, 03 Apr\",\"FlightDuration\":\"7h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16319,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IXM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5615.8,\"PublishedFareTxt\":\"5,616\",\"ApiResultIndex\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-IXM\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"Non-Refundable\",\"st\":\"0\",\"et\":\"4\"}],\"DATECHANGE\":[{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":3000,\"ARFT\":150},\"st\":\"4\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":4000,\"additionalFee\":50,\"fcs\":{\"ACFT\":200,\"ACF\":4000,\"CCF\":50,\"CCFT\":9},\"st\":\"4\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seats\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4660,\"Tax\":955.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":5615.8,\"PublishedFare\":5480.12,\"OfferedFare\":5480.12,\"CommissionEarned\":135.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~14320389412018\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":135.68,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":955.8,\"BaseFareCal\":5480.12,\"BaseFare\":4660,\"CommissionEarned\":135.68,\"TDS\":-7.14,\"MF\":10,\"YQ\":0,\"AGST\":250,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":135.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5480.12,\"CostToCustomer\":5480.12,\"BaseFareCal\":5480.12,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":5480.12,\"intOfferedFare\":5480.12,\"intPublishFare\":5615.8,\"TripjackMarkup\":0,\"TripjackCommission\":135.68,\"TripjackTDS\":\"7.14\",\"AddiMarkup\":0,\"CommisionPass\":135.68,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"475\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-04-03T07:20\",\"SegFlightNumber\":\"AI-570\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-04-03T05:15\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":265,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:15\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"476\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Madurai Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Madurai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXM\",\"destinationArrTime\":\"2024-04-03T12:55\",\"SegFlightNumber\":\"AI-671\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-03T11:45\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:45\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"b6b2a-9ceaa-b2a58-f379d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":15,\"estimetedDateTime\":\"2024-03-24T09:29:35.411\",\"strTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-04-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IXM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":16319,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR108188411897\",\"bookingId_TJ\":\"TJ108188411897\",\"FlightNumber\":\"AI-570\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"strTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"05:15\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2024-04-03T05:15\",\"LocalFromTime\":\"2024-04-03 05:15\",\"FromUTCTime\":\"2024-04-03T05:15\",\"LocalToTime\":\"2024-04-03 12:55\",\"ToUTCTime\":\"2024-04-03T12:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":460,\"DepartureDateTxt\":\"Wed, 03 Apr\",\"ArrivalDateTxt\":\"Wed, 03 Apr\",\"FlightDuration\":\"7h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":16319,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IXM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5615.8,\"ApiResultIndex\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"SearchFlightTraceId\":\"b6b2a-9ceaa-b2a58-f379d\",\"ICSourceSysId\":7,\"estimetedTime\":15,\"estimetedDateTime\":\"2024-03-24T09:29:35.411\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4660,\"Tax\":955.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":5615.8,\"PublishedFare\":5480.12,\"OfferedFare\":5480.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":955.8,\"BaseFareCal\":5480.12,\"BaseFare\":4660,\"CommissionEarned\":135.68,\"TDS\":-7.14,\"MF\":10,\"YQ\":0,\"AGST\":250,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"475\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-04-03T07:20\",\"SegFlightNumber\":\"AI-570\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-04-03T05:15\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":265,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:15\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"476\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Madurai Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Madurai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXM\",\"destinationArrTime\":\"2024-04-03T12:55\",\"SegFlightNumber\":\"AI-671\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-03T11:45\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:45\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"localFromDateTime\":\"2024-04-03 05:15\",\"localToDateTime\":\"2024-04-03 12:55\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"IXM\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":16319,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Madurai\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXM\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Madurai, IN - Madurai Airport IXM, India\",\"departure_date\":\"03\\/04\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Madurai Airport IXM\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"IXM\",\"from\":\"BOM\",\"to\":\"IXM\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Madurai, IN - Madurai Airport IXM, India\",\"sourceCityId\":18676,\"destinationCityId\":16319,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/04\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-04-03\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"b6b2a-9ceaa-b2a58-f379d\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-IXM\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"TraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"b6b2a-9ceaa-b2a58-f379d\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"AI-570\",\"keyIndex\":0,\"SegFlightNumberArr\":\"AI-570 +1\",\"AirlineName\":\"Air india\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"05:15\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2024-04-03T05:15\",\"LocalFromTime\":\"2024-04-03 05:15\",\"FromUTCTime\":\"2024-04-03T05:15\",\"LocalToTime\":\"2024-04-03 12:55\",\"ToUTCTime\":\"2024-04-03T12:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":460,\"DepartureDateTxt\":\"Wed, 03 Apr\",\"ArrivalDateTxt\":\"Wed, 03 Apr\",\"FlightDuration\":\"7h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"16319\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"IXM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5481,\"PublishedFareTxt\":\"5,481\",\"ApiResultIndex\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920667435\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"b6b2a-9ceaa-b2a58-f379d\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":4660,\"Tax\":955.8,\"YQTax\":0,\"OtherCharges\":354,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":5615.8,\"PublishedFare\":5481,\"PublishedFarePerPax\":5481,\"OfferedFare\":5480.12,\"CommissionEarned\":135.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.14,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-21-10-15-2-3694970961_0BOMMAAAI570MAAIXMAI671~1636920669405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Comfort\",\"colors\":\"#000000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":135.68,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":9,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BOM-MAA\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}},\"MAA-IXM\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"20 Kilograms\"}}},\"IsMealIncludes\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":955.8,\"BaseFareCal\":5480.12,\"BaseFare\":4660,\"CommissionEarned\":135.68,\"TDS\":-7.14,\"MF\":10,\"YQ\":0,\"AGST\":250,\"MFT\":1.8,\"OT\":354,\"MU\":0,\"YR\":340,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00V\"},\"Segments\":[{\"segmentid\":\"963\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2024-04-03T07:20\",\"SegFlightNumber\":\"AI-570\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-04-03T05:15\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":265,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:15\",\"strArrivalDtTime\":\"07:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"964\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Madurai Airport\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Madurai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXM\",\"destinationArrTime\":\"2024-04-03T12:55\",\"SegFlightNumber\":\"AI-671\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2024-04-03T11:45\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:45\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}}}','2024-03-24 09:29:31'),(2084,'3c0c1-2f2ea-9bf45-8a27d','{\"BookingData\":[{\"bookingId\":\"BKR107888411946\",\"bookingId_TJ\":\"TJ107888411946\",\"FlightNumber\":\"6E-2775\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:20\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2024-03-25T01:20\",\"LocalFromTime\":\"2024-03-25 01:20\",\"FromUTCTime\":\"2024-03-25T01:20\",\"LocalToTime\":\"2024-03-25 12:50\",\"ToUTCTime\":\"2024-03-25T12:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":690,\"DepartureDateTxt\":\"Mon, 25 Mar\",\"ArrivalDateTxt\":\"Mon, 25 Mar\",\"FlightDuration\":\"11h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":72073,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DGH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9184.8,\"PublishedFareTxt\":\"9,185\",\"ApiResultIndex\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-DGH\":{\"fr\":[],\"tfr\":{\"NO_SHOW\":[{\"policyInfo\":\"If Cancelled within 5 hrs of scheduled departure only statutory taxes will be Refunded.\",\"st\":\"0\",\"et\":\"5\"}],\"DATECHANGE\":[{\"amount\":3250,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":3250,\"CRFT\":9,\"ARFT\":162.5},\"st\":\"5\",\"et\":\"74\"},{\"amount\":2750,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference if any\",\"fcs\":{\"CRF\":50,\"ARF\":2750,\"CRFT\":9,\"ARFT\":137.5},\"st\":\"74\",\"et\":\"8760\"}],\"CANCELLATION\":[{\"amount\":3500,\"additionalFee\":50,\"fcs\":{\"ACFT\":175,\"CCFT\":9,\"ACF\":3500,\"CCF\":50},\"st\":\"5\",\"et\":\"74\"},{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"\",\"fcs\":{\"ACFT\":150,\"CCFT\":9,\"ACF\":3000,\"CCF\":50},\"st\":\"74\",\"et\":\"8760\"}],\"SEAT_CHARGEABLE\":[{\"policyInfo\":\"Paid Seat\",\"st\":\"0\",\"et\":\"8760\"}]}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8249,\"Tax\":935.8,\"YQTax\":0,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":420,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9184.8,\"PublishedFare\":9062.55,\"OfferedFare\":9062.55,\"CommissionEarned\":122.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.43,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-2000535936_0BOMDEL6E2775DELDGH6E2198~1122596643161\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"CommisionPass\":122.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":935.8,\"BaseFareCal\":9062.55,\"BaseFare\":8249,\"CommissionEarned\":122.25,\"TDS\":-6.43,\"MF\":10,\"YQ\":0,\"AGST\":420,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":122.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":9062.55,\"CostToCustomer\":9062.55,\"BaseFareCal\":9062.55,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":9062.55,\"intOfferedFare\":9062.55,\"intPublishFare\":9184.8,\"TripjackMarkup\":0,\"TripjackCommission\":122.25,\"TripjackTDS\":\"6.43\",\"AddiMarkup\":0,\"CommisionPass\":122.25,\"AddiTaxOnMarkup\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":0},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"529\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-25T03:20\",\"SegFlightNumber\":\"6E-2775\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-25T01:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":460,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"01:20\",\"strArrivalDtTime\":\"03:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"530\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Deoghar international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jharkhand\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DGH\",\"destinationArrTime\":\"2024-03-25T12:50\",\"SegFlightNumber\":\"6E-2198\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-25T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"IXBA\",\"Price\":800,\"amount\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPE\",\"Price\":1350,\"amount\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"IXBB\",\"Price\":1500,\"amount\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPA\",\"Price\":2250,\"amount\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"IXBC\",\"Price\":3000,\"amount\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPB\",\"Price\":4500,\"amount\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPC\",\"Price\":6750,\"amount\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPJ\",\"Price\":9000,\"amount\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPD\",\"Price\":13500,\"amount\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"CJSW\",\"Price\":500,\"amount\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"CPML\",\"Price\":650,\"amount\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"3c0c1-2f2ea-9bf45-8a27d\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-24T09:31:01.444\",\"strTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DGH\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":72073,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"BKR107888411946\",\"bookingId_TJ\":\"TJ107888411946\",\"FlightNumber\":\"6E-2775\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"strTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:20\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2024-03-25T01:20\",\"LocalFromTime\":\"2024-03-25 01:20\",\"FromUTCTime\":\"2024-03-25T01:20\",\"LocalToTime\":\"2024-03-25 12:50\",\"ToUTCTime\":\"2024-03-25T12:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":690,\"DepartureDateTxt\":\"Mon, 25 Mar\",\"ArrivalDateTxt\":\"Mon, 25 Mar\",\"FlightDuration\":\"11h 30m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":72073,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DGH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9184.8,\"ApiResultIndex\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"3c0c1-2f2ea-9bf45-8a27d\",\"ICSourceSysId\":7,\"estimetedTime\":13,\"estimetedDateTime\":\"2024-03-24T09:31:01.444\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8249,\"Tax\":935.8,\"YQTax\":0,\"OtherCharges\":504,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":420,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9184.8,\"PublishedFare\":9062.55,\"OfferedFare\":9062.55,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":935.8,\"BaseFareCal\":9062.55,\"BaseFare\":8249,\"CommissionEarned\":122.25,\"TDS\":-6.43,\"MF\":10,\"YQ\":0,\"AGST\":420,\"MFT\":1.8,\"OT\":504,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"529\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-25T03:20\",\"SegFlightNumber\":\"6E-2775\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-25T01:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":460,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"01:20\",\"strArrivalDtTime\":\"03:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"530\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Deoghar international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jharkhand\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DGH\",\"destinationArrTime\":\"2024-03-25T12:50\",\"SegFlightNumber\":\"6E-2198\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-25T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"localFromDateTime\":\"2024-03-25 01:20\",\"localToDateTime\":\"2024-03-25 12:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DGH\",\"intMemberCount\":1,\"intSourceCityId\":18676,\"intDestinationCityId\":72073,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"flight-search\":\"flight-search\",\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flight-search\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai\",\"mytrip_city_to\":\"Deoghar\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DGH\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destination\":\"Deoghar, IN - Deoghar DGH, India\",\"departure_date\":\"25\\/03\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji BOM\",\"to_mytrip_city\":\" IN - Deoghar DGH\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"FareTypes\":\"REGULAR\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DGH\",\"from\":\"BOM\",\"to\":\"DGH\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji BOM, India\",\"destinationCityText\":\"Deoghar, IN - Deoghar DGH, India\",\"sourceCityId\":18676,\"destinationCityId\":72073,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-03-25\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"3c0c1-2f2ea-9bf45-8a27d\",\"PreferredAirline\":null,\"from_city_\":\"1__BOM-DGH\"},\"FareQuoteReq\":{\"ApiResultIndex\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"TraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"ApiResultIndexInb\":\"\",\"SearchFlightTraceId\":\"3c0c1-2f2ea-9bf45-8a27d\",\"Inbound\":false,\"FlightBookingData\":{\"FlightNumber\":\"6E-2775\",\"keyIndex\":0,\"SegFlightNumberArr\":\"6E-2775 +1\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:20\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2024-03-25T01:20\",\"LocalFromTime\":\"2024-03-25 01:20\",\"FromUTCTime\":\"2024-03-25T01:20\",\"LocalToTime\":\"2024-03-25 12:50\",\"ToUTCTime\":\"2024-03-25T12:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":460,\"LAYOVERDuration\":\"7h 40m\",\"FlyingMinutes\":690,\"DepartureDateTxt\":\"Mon, 25 Mar\",\"ArrivalDateTxt\":\"Mon, 25 Mar\",\"FlightDuration\":\"11h 30m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"72073\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DGH\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9063,\"PublishedFareTxt\":\"9,063\",\"ApiResultIndex\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"3c0c1-2f2ea-9bf45-8a27d\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":1,\"currencySysId\":\"1\",\"BaseFare\":8249,\"Tax\":935.8,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":10,\"ManagementFeeTax\":1.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9184.8,\"PublishedFare\":9063,\"PublishedFarePerPax\":9063,\"OfferedFare\":9062.55,\"CommissionEarned\":122.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.43,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2000535936_0BOMDEL6E2775DELDGH6E2198~3588319354899\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"colors\":\"#FF0000\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"CommisionPass\":122.25,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":3,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":0,\"AddiTaxOnMarkup\":0,\"IsBaggage\":true,\"IsCabinBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"tripbinfo\":{\"BOM-DEL\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}},\"DEL-DGH\":{\"ADULT\":{\"cabin\":\"7 Kg\",\"checkin\":\"15 Kg (01 Piece only)\"}}},\"IsMealIncludes\":false,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":935.8,\"BaseFareCal\":9062.55,\"BaseFare\":8249,\"CommissionEarned\":122.25,\"TDS\":-6.43,\"MF\":10,\"YQ\":0,\"AGST\":0,\"MFT\":1.8,\"OT\":924,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":0,\"AddiMarkup\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"00I\"},\"Segments\":[{\"segmentid\":\"228\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2024-03-25T03:20\",\"SegFlightNumber\":\"6E-2775\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2024-03-25T01:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":460,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"01:20\",\"strArrivalDtTime\":\"03:20\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"7h 40m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"229\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Deoghar international airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jharkhand\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DGH\",\"destinationArrTime\":\"2024-03-25T12:50\",\"SegFlightNumber\":\"6E-2198\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-03-25T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.thekrishnatravels.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"15001-20000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}}}','2024-03-24 09:30:57');
/*!40000 ALTER TABLE `tbl_temp_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_testimonials`
--

DROP TABLE IF EXISTS `tbl_testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_testimonials` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `name` varchar(16) NOT NULL,
  `message` text NOT NULL,
  `Image` varchar(100) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsFeatured` int NOT NULL,
  `created_at` datetime NOT NULL,
  `star_rating` varchar(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_testimonials`
--

LOCK TABLES `tbl_testimonials` WRITE;
/*!40000 ALTER TABLE `tbl_testimonials` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_token`
--

DROP TABLE IF EXISTS `tbl_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_token` (
  `id` int NOT NULL AUTO_INCREMENT,
  `token` varchar(200) NOT NULL,
  `AgencySysid` int NOT NULL,
  `AgencyId` int NOT NULL,
  `MemberId` int NOT NULL,
  `authresponse` varchar(500) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_token`
--

LOCK TABLES `tbl_token` WRITE;
/*!40000 ALTER TABLE `tbl_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_token_goflysmart`
--

DROP TABLE IF EXISTS `tbl_token_goflysmart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_token_goflysmart` (
  `id` int NOT NULL AUTO_INCREMENT,
  `api_source` varchar(100) NOT NULL,
  `token` text,
  `balance` float NOT NULL DEFAULT '0',
  `expires_in` varchar(200) DEFAULT NULL,
  `login_response` text,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=315 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_token_goflysmart`
--

LOCK TABLES `tbl_token_goflysmart` WRITE;
/*!40000 ALTER TABLE `tbl_token_goflysmart` DISABLE KEYS */;
INSERT INTO `tbl_token_goflysmart` VALUES (314,'air_iq','Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImN0eSI6IkpXVCJ9.eyJqdGkiOiIzYzBiNjQ3OC1hNjI3LTQwZGQtOTk3My0zN2ViYjVjMTU4MzAiLCJ1c2VyTmFtZSI6IjgyOTA0MDc0NTAiLCJhcGlrZXkiOiJNVEF6T1RZd01EQTZTM0pwYzJodVlTQjBjbUYyWld4eklDaHFZV2x3ZFhJcE9qRTJOREUxTURBMk56VXhNREE2ZW1GbVdsZHNkVWhDWW5CdFJrbHZiRlZDUzFoUFFUMDkiLCJleHAiOjE3MTA2ODA5MDgsImlzcyI6Imh0dHA6Ly9sb2NhbGhvc3Q6NTYxNzMvIiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdDo1NjE3My8ifQ.hrrrHSzFO3Sub_fwA138Sbov2oqiWOe7iC8cwRB2hKA',16989,'3599','{\"token\":\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImN0eSI6IkpXVCJ9.eyJqdGkiOiIzYzBiNjQ3OC1hNjI3LTQwZGQtOTk3My0zN2ViYjVjMTU4MzAiLCJ1c2VyTmFtZSI6IjgyOTA0MDc0NTAiLCJhcGlrZXkiOiJNVEF6T1RZd01EQTZTM0pwYzJodVlTQjBjbUYyWld4eklDaHFZV2x3ZFhJcE9qRTJOREUxTURBMk56VXhNREE2ZW1GbVdsZHNkVWhDWW5CdFJrbHZiRlZDUzFoUFFUMDkiLCJleHAiOjE3MTA2ODA5MDgsImlzcyI6Imh0dHA6Ly9sb2NhbGhvc3Q6NTYxNzMvIiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdDo1NjE3My8ifQ.hrrrHSzFO3Sub_fwA138Sbov2oqiWOe7iC8cwRB2hKA\",\"token_type\":\"bearer\",\"user\":{\"agency_id\":41584,\"agency_name\":\"Krishna travels (jaipur)\",\"contact_person\":\"Deepak agarwam \",\"city\":\"Jaipur\",\"country\":null,\"balance\":16989,\"email_id\":\"krishnatravels612@gmail.com\",\"mobile_no\":\"8290407450\"},\"expiration\":3599}','2024-03-16 21:08:24','2024-03-16 21:08:24');
/*!40000 ALTER TABLE `tbl_token_goflysmart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_train`
--

DROP TABLE IF EXISTS `tbl_train`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_train` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `page_title` varchar(225) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `url` varchar(100) NOT NULL,
  `background_image` varchar(100) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `selectedPackages` text NOT NULL,
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_train`
--

LOCK TABLES `tbl_train` WRITE;
/*!40000 ALTER TABLE `tbl_train` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_train` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_travelogues`
--

DROP TABLE IF EXISTS `tbl_travelogues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_travelogues` (
  `TravId` int NOT NULL AUTO_INCREMENT,
  `TravTitle` varchar(255) NOT NULL,
  `TravIdentifier` varchar(256) NOT NULL,
  `TravImage` varchar(255) NOT NULL,
  `TravBannerImage` varchar(255) DEFAULT NULL,
  `TravDestination` varchar(1000) DEFAULT NULL,
  `TravUploadedBy` varchar(255) NOT NULL,
  `TravDate` date NOT NULL,
  `TravDays` int DEFAULT NULL,
  `TravTraveller` int DEFAULT NULL,
  `TravCost` int DEFAULT NULL,
  `TravDescription` longtext NOT NULL,
  `TravDestinationId` varchar(500) DEFAULT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `TravMultiImage` text,
  `status` tinyint DEFAULT '0',
  `tags` varchar(100) DEFAULT NULL,
  `displayOnBanner` tinyint NOT NULL DEFAULT '0',
  `isMarkForDel` tinyint DEFAULT '0',
  `keyword` text,
  `description` text,
  `metatag` text,
  `selectedPackages` text,
  `category` int DEFAULT NULL,
  `BlogDescription` text NOT NULL,
  PRIMARY KEY (`TravId`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_travelogues`
--

LOCK TABLES `tbl_travelogues` WRITE;
/*!40000 ALTER TABLE `tbl_travelogues` DISABLE KEYS */;
INSERT INTO `tbl_travelogues` VALUES (1,'Singapore Tours','singapore-tours','1671623983_blog.jpg','1671623983.jpg',NULL,'Test','2022-12-25',NULL,NULL,NULL,'',NULL,'2022-12-21 17:29:43','2022-12-21 17:29:43',NULL,1,'',1,0,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(2,'Duabi Tours','duabi-tours','1671624047_blog.png','1671624047.png',NULL,'Test','2022-12-24',NULL,NULL,NULL,'',NULL,'2022-12-21 17:30:48','2022-12-21 17:30:48',NULL,1,'',1,0,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":null,\"detailPackages\":[\"\"]}'),(3,'India Tours','india-tours','1671624099_blog.jpg','1671624099.jpg',NULL,'Test','2022-12-21',NULL,NULL,NULL,'<div class=\"page\" title=\"Page 2\">\r\n			<div class=\"section\" style=\"background-color: rgb(100.000000%, 100.000000%, 100.000000%)\">\r\n				<div class=\"layoutArea\">\r\n					<div class=\"column\">\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">India, also known as \"Bharat,\" is a land with many diverse cultures. To put it lightly, you\r\nwill notice changes in the dialect, people, how they dress, what they eat, and even how\r\nthey greet a visitor, about every few kilometres. You can notice the difference in the air\r\nas soon as you arrive and how it invites you to take a ride to see how people live in the\r\nlocality. There is plenty to discover, do, and enjoy. You get a plethora of options and\r\nactivities to choose from.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'Arial\'; font-weight: 700\">Festivals:\r\n</span></p>\r\n						<p><span style=\"font-size: 11.000000pt; font-family: \'ArialMT\'\">India\'s people believe in appreciating both big and small things. People take pride in celebrating\r\nvarious kinds of occasions. With every state brimming with diversity and people of different\r\nbeliefs, you have a variety of festivals to enjoy throughout the year. Every festival, from Makar\r\nSankranti to Holi and Diwali, Eid to Christmas, is celebrated in great spirit. Any gathering that\r\nincludes food and brings people together is considered a festival by Indians.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'Arial\'; font-weight: 700\">Seasons:\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">The ability of India to provide you with many seasons throughout the year is another\r\naspect of its attractiveness. It even extends to having the opportunity to enjoy both cold\r\nweather in the north and delightful weather in the south all through the same season. In\r\n</span></p>\r\n					</div>\r\n				</div>\r\n			</div>\r\n		</div><p>\r\n		\r\n	\r\n	\r\n		\r\n		</p><div class=\"page\" title=\"Page 3\">\r\n			<div class=\"section\">\r\n				<div class=\"layoutArea\">\r\n					<div class=\"column\">\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">addition to this, the changing of the seasons signifies the start of some festivities in\r\nIndia. Similar to how the arrival of spring signals the start of Holi or the appearance of\r\nautumn means the start of Diwali.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'Arial\'; font-weight: 700\">Religions &amp; Culture:\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">Since India is home to a multitude of religions, one can discover a fusion of cultures that\r\nreflect the Indian community\'s existence and beliefs. The various religions practised in\r\nIndia have a strong influence on everything from the way food is cooked to the obvious\r\ndifferences in wedding traditions. People can express their faith, culture, and respect for\r\ntheir ancestors through how they perform the same task differently.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'Arial\'; font-weight: 700\">Hospitality:\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">Every Indian swear by the proverb \"Atithi Devo Bhava,\" which translates to \"Guest is\r\nGod.\" For them, receiving visitors and seeing their needs is like having gods at home.\r\nYou’ll find the doors open to both their hearts and home.. People will go out of their way\r\nto make you feel comfortable and will say hello or namaste in their own dialect. Your\r\nexperience will truly leave you feeling like royalty.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'Arial\'; font-weight: 700\">Food:\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">In India food is not just limited to being a source of energy but is about expressing love, respect, and culture; the same ingredients can taste different. You can find\r\ncuisine that satisfies both your stomach and your soul. You\'ll quickly reach food nirvana\r\nthanks to the unique blend of culture and spices found in Indian cuisine. Street food is\r\nno joke here, it is what makes the streets lively and full of mouth-watering aromas. You’ll\r\nfind dedicated corners and streets just for food serving the best bites. It won\'t come as a surprise if one finds themselves eating more than anticipated.\r\n</span></p>\r\n						<p><span style=\"font-size: 12.000000pt; font-family: \'ArialMT\'\">All of this is but a small fraction of what India has to offer. You\'ll be left perplexed when you discover the people, food, sites, and culture. You\'ll be smitten with this land\r\nonce you\'ve had a taste of it.&nbsp;</span></p>\r\n					</div>\r\n				</div>\r\n			</div>\r\n		</div>',NULL,'2022-12-21 17:31:39','2022-12-21 17:31:39',NULL,1,'',1,0,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(4,'Goa Tours','goa-tours','1671624162_blog.jpg','1671624162.jpg',NULL,'Test','2022-12-21',NULL,NULL,NULL,'',NULL,'2022-12-21 17:32:43','2022-12-21 17:32:43',NULL,1,'',1,0,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":null,\"detailPackages\":[\"\"]}');
/*!40000 ALTER TABLE `tbl_travelogues` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-04-16 10:34:13

Youez - 2016 - github.com/yon3zu
LinuXploit